diff --git a/README.md b/README.md index 77175f4..b249910 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # LCI -[Report](report/document.pdf) is located in the [report/](report/) folder +[Report](report/document.pdf) is located in the [report/](report/) folder. +[Seminar Slides](seminar/document.pdf) is located in the [seminar/](seminar/) folder. ## To install prerequisites diff --git a/seminar/document.bib b/seminar/document.bib new file mode 100644 index 0000000..e69de29 diff --git a/seminar/document.pdf b/seminar/document.pdf new file mode 100644 index 0000000..55c86a6 Binary files /dev/null and b/seminar/document.pdf differ diff --git a/seminar/document.tex b/seminar/document.tex new file mode 100644 index 0000000..5f781ae --- /dev/null +++ b/seminar/document.tex @@ -0,0 +1,204 @@ +\documentclass[ + 11pt, + %draft +]{beamer} + +\usetheme{Antibes} % or Malmoe -> more somber + +%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% +%% Load Packages %% +%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% + +\usepackage[utf8]{inputenc} %% use UTF-8, maybe not needed since 2018 +\usepackage[italian,main=english]{babel} %% language + +\usepackage{csquotes} %% correct language also for citations + +\usepackage[ + backend=biber, + style=numeric, + sorting=ynt +]{biblatex} %% for citations +\addbibresource{document.bib} + +\usepackage{import} %% specify path for import + +%% math packages +\usepackage{graphicx} %% for pictures +\usepackage{float} +\usepackage{amssymb} %% math symbols +\usepackage{amsmath} %% math matrix etc +\usepackage{minted} %% code block +\usepackage{tabularray} %% better tables +\usepackage{booktabs} %% rules for tables +\usepackage{mathrsfs} +\usepackage{mathtools} +\usepackage{algorithm} %% for algorithms +\usepackage{algpseudocode} %% loads algorithmicx +\usepackage{amsthm} +\usepackage{thmtools} %% theorems + +%% plot packages +\usepackage{pgfplots} %% plots used with \begin{tikzpicture} +\usepackage{tikz} %% for pictures +\usetikzlibrary{trees} +\pgfplotsset{width=10cm,compat=newest} + +%% design packages +\usepackage{enumitem} %% for lists and enumerating +\usepackage{color} +\usepackage{xcolor,colortbl} % xcolor for defining colors, colortbl for table colors +\usepackage{makecell} %% for multiple lines in cell of table +\usepackage{cancel} +\usepackage{pgfornament} %% ornaments + + + +%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% +%% Configuration of the packages %% +%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% + +\linespread{1} +\raggedbottom %% spaces if page is empty % chktex 1 + +%% set max table of contents recursion to subsection (3->subsubsecition) +\setcounter{tocdepth}{3} +\setcounter{secnumdepth}{3} + +%% use bar instead of arrow for vectors +\renewcommand{\vec}[1]{\bar{#1}} +%% easy norm +\newcommand{\norm}[1]{\left\lvert#1\right\rvert} + +% argmin and argmax +\DeclareMathOperator*{\argmax}{argmax} +\DeclareMathOperator*{\argmin}{argmin} + +%% itemize use less vertical space (use olditemize for default behaviour) +\let\olditemize=\itemize%% old itemize +\let\endolditemize=\enditemize%% old end itemize +\renewenvironment{itemize}{\olditemize\itemsep-0.2em}{\endolditemize} + +%% items in itemize emph+box +%% usage: \ieb{Class:} for simple item +%% \ieb[4cm]{Class:} for specific size of box +\newcommand{\ieb}[2][2cm]{ + \makebox[#1][l]{\emph{#2}} +} %% TODO: replace with description environment (? maybe) + +% section not in table of contents +\newcommand{\hiddensection}[1]{ + \stepcounter{section} + \section*{{#1}} +} + +\newcommand{\hiddensubsection}[1]{ + \stepcounter{subsection} + \subsection*{{#1}} +} + +% less vertical space around align & align* +\newcommand{\zerodisplayskips}{ + \setlength{\abovedisplayskip}{0pt} + \setlength{\belowdisplayskip}{0pt} + \setlength{\abovedisplayshortskip}{0pt} + \setlength{\belowdisplayshortskip}{0pt} +} + +% make dotfill use all the space available +\renewcommand{\dotfill}{ + \leavevmode\cleaders\hbox to 1.00em{\hss .\hss }\hfill\kern0pt } % chktex 1 chktex 26 + +\setlength{\fboxsep}{-\fboxrule} % for debugging + + +%% PACKAGE algorithm +\floatname{algorithm}{Algorithm} + + +%% PACKAGE tabularray +\UseTblrLibrary{amsmath} + + +%% PACKAGE color +\definecolor{red}{rgb}{1, 0.1, 0.1} +\definecolor{lightgreen}{rgb}{0.55, 0.87, 0.47} +\definecolor{gray}{rgb}{0.3, 0.3, 0.3} +\newcommand{\lgt}{\cellcolor{lightgreen}} %% light green in tables +\newcommand{\gry}{\textcolor{gray}} %% gray text +\newcommand{\rd}{\textcolor{red}} %% red text + +%% PACKAGE minipage +\newcommand{\thend}[1]{\begin{center} + \begin{minipage}[c][1em][c]{#1} + \dotfill{} + \end{minipage} +\end{center}} + + +%% PACKAGE thmtools +\declaretheoremstyle[ + headfont=\normalfont\bfseries, + notefont=\mdseries, + bodyfont=\normalfont, + qed=\qedsymbol % chktex 1 +]{steo} +\declaretheorem[numbered=no, style=steo]{mtheo} + +\declaretheoremstyle[ + headfont=\normalfont\bfseries, + notefont=\mdseries, + bodyfont=\normalfont, +]{sdef} +\declaretheorem[numbered=no, style=sdef]{mdef} + +\declaretheoremstyle[ + spaceabove=-6pt, + spacebelow=6pt, + headfont=\normalfont\bfseries, + bodyfont=\normalfont, + postheadspace=1em, + qed=$\blacksquare$, + headpunct={:} +]{sprf} +\declaretheorem[name={Proof}, style=sprf, numbered=no]{mproof} + +%% ......................................................................... %% +%% local changes +% \setcounter{secnumdepth}{0} + + +%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% + +\title{SEMINARIO} +\author{Elvis Rossi} +\institute[DEPARTMENT OF COMPUTER SCIENCE]{Department of Computer Science\\ + \medskip + Master Degree in Computer Science +} +\date{\today} +\logo{\includegraphics[width=1cm]{figures/cherubino.eps}} + +%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% + +\begin{document} + +\begin{frame} + \titlepage % chktex 1 +\end{frame} + +\section*{Table of Contents} +\begin{frame}[allowframebreaks] + \frametitle{Table of Contents} + \tableofcontents +\end{frame} + +\include{write_here.tex} + +\end{document} + +%% - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - %% + +%%% Local Variables: +%%% TeX-command-extra-options: "-shell-escape" +%%% End: \ No newline at end of file diff --git a/seminar/figures/cherubino.eps b/seminar/figures/cherubino.eps new file mode 100644 index 0000000..620200a --- /dev/null +++ b/seminar/figures/cherubino.eps @@ -0,0 +1 @@ +%!PS-Adobe-3.0 EPSF-3.0 %%Creator: Adobe Illustrator(R) 8.0 %%AI8_CreatorVersion: 8.0.1 %%For: (Theo van Boxel) (CPR) %%Title: (cherubino541.eps) %%CreationDate: (12/11/01) (9:54 AM) %%BoundingBox: 157 272 444 565 %%HiResBoundingBox: 157.4204 272.4492 443.5654 564.2314 %%DocumentProcessColors: %%DocumentSuppliedResources: procset Adobe_level2_AI5 1.2 0 %%+ procset Adobe_ColorImage_AI6 1.3 0 %%+ procset Adobe_Illustrator_AI5 1.3 0 %%+ procset Adobe_cshow 2.0 8 %%+ procset Adobe_shading_AI8 1.0 0 %AI5_FileFormat 4.0 %AI3_ColorUsage: Color %AI3_IncludePlacedImages %AI7_ImageSettings: 1 %%DocumentCustomColors: (PANTONE 541 CVC) %%CMYKCustomColor: 1 0.51 0 0.3 (PANTONE 541 CVC) %%CMYKProcessColor: 1 1 1 1 ([Registration]) %%AI6_ColorSeparationSet: 1 1 (AI6 Default Color Separation Set) %%+ Options: 1 16 0 1 0 1 1 1 0 1 1 1 1 18 0 0 0 0 0 0 0 0 -1 -1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 2 3 4 %%+ PPD: 1 21 0 0 60 45 2 2 1 0 0 1 0 0 0 0 0 0 0 0 0 0 () %AI3_TemplateBox: 296.5 419.5 296.5 419.5 %AI3_TileBox: 9 39 585 831 %AI3_DocumentPreview: Macintosh_ColorPic %AI5_ArtSize: 592 840 %AI5_RulerUnits: 1 %AI5_ArtFlags: 1 0 0 1 0 0 1 0 0 %AI5_TargetResolution: 800 %AI5_NumLayers: 1 %AI8_OpenToView: -335 907 1 1265 974 26 0 1 7 42 0 0 %AI5_OpenViewLayers: 7 %%PageOrigin:9 39 %%AI3_PaperRect:-9 832 586 -9 %%AI3_Margin:9 -40 -9 9 %AI7_GridSettings: 72 8 72 8 1 0 0.8 0.8 0.8 0.9 0.9 0.9 %AI7_Thumbnail: 128 128 8 %%BeginData: 17612 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 %524C45FD36FFA97E7E2F53062F84FD77FF5A06062F848484067EFD0BFF7E %06597EFD68FF062906A8FFFFFF5A59FD0CFF840606062F7EFD59FF7E53FD %09FF7E06530659FD11FF53062FAF592F0659A8FD54FF7E2F06FD0AFF5A53 %7E065AFFFFFF53FD0DFF2F0684FFFFFF84062FFD54FF29062FFD0AFF0684 %84062FFFFFA906FD0DFF0606A8FD04FF590684FD53FF2F290684FD08FF7E %2FFFAF062F532F0629A8FD0BFF7E0628FD05FF84062FFD04FFAF2FA9FD4C %FF2F060606FD08FF2FFD05067E84A806A8FD0BFF590659FD05FFA80606FD %05FF59062FA8FD42FF592FA8FD05FF2F7E06077EFD07FF0684A8FF062FA8 %FFFFA8A8FD0BFF0607A8FD05FFA80706FD05FF5A07062F7EFD3FFF7E0606 %0629A8FD04FF592F7E062FFD06FF7D06FFFFFF2F06A9FD04FF2FFD09FFA8 %0606FD06FF7E062FFD04FFA8290684FD41FF7EA90606062F84FFFFFF592F %A92F06A9FD05FF2F53FFFFFF530659FFFFFF7D29FD09FF7E0659FD06FF28 %297EFD04FF7E062FFD44FF7E062906067EFFFF7E2FFF53062FFD04FFA806 %A8FFFFFF7E0659FFA87E2906FD09FF28067DFD05FF7E0606FD05FF06067D %FD45FF2F595906077EFF7E2FFFFF0607A8FFFFFF592FFFFFFFA92807062F %06532F7EFD07FF842F0706FD05FFA82F067EFD04FF53072FFD3EFF5359FD %06FF5906A85906062FA906FFFF7E062FFFFF53060606A8FF7E7E7EA8A8FD %0BFFA87E2806285A7EA82F060659FD04FFA80606A8FD05FF84FD04062FA8 %FD31FF2F290684FD06FF067EFF7E06062829FFFFA9290606287EA8AFFD17 %FF84532F06062FA8FD05FF590653FD05FF2F06292F7E5953065AFD2FFF28 %53A8842FFD06FF7E06FFFF84060606FFFF84062F7EFD27FF06067EFFFFFF %A82F06067DFD04FFA80659FD2DFF285AFD0BFF2F59FFFF84062FA8FF53A8 %FD26FFA8A92F072FFD04FF7E0607A8FD07FF2F5AFD2AFFA9062FFD04FF7D %2FA8FD05FF5906A8FFFFA906A9FD29FF7E060606A9FFFFFFAF06067DFD08 %FF5906A9FD28FF840606065AFD04FF0653FD06FF065A84FFFFFFA9FD2BFF %532953FFFFFF7E0606FD09FF0659FD29FF7EA87E06067EFFFF2F2F0659FD %04FFA82F06297EFD0DFF84A87EA884A8FD06FF84A87D7E597E537E59A87E %FD0BFFA85AFFFFFF7E067EFD08FFA859FD2DFF7E2F06842F2FFFFF84FF28 %AFFF7E2F84FD0AFF7E59062F0607062F0607062F062F2F2F0607062F0607 %062F0607062F062F59A9FD0CFF5A0759FD38FF2F060653FD05FF2F28FFA8 %FD09FFA82FFD04062E2F535928FD0706282F537E59A984A884A97E7E2F2F %0606062FFD0BFFA80659FFFFFFA806A8FD09FF53FD29FF532906AFFD04FF %532984FD0AFF53062F7DAFFFFF7E59060606292F5A7EAFFD10FF842F06A9 %FD0BFF2F06FD04FF2F0684FD08FF285AFD29FF060606AFFFFF7E067DFD0A %FFAF062FFFFF7E530606062F2F06067EFD14FF7E062FFD0BFFA80628FFFF %8406060659FD06FF7E0606A8FD1DFFA97E7EFD09FF2F072FFF592F84FD0C %FF2F0684062F060706A8FFFFA82F2FFD04FFA97E7E53532F532F532F532F %53537E7E2F06A9FD0CFFA82F067E060759FFA8FD05FF592F0607A8FD1CFF %A8290606062FFD07FFA906060629A8FD0DFF280606062FA853062FFFFFFF %06067D59FD13062FFD0EFFA97E06062FFD07FF28062F0606FD1DFF2F2FA9 %530606A8FD07FFA8062FA8FD0CFFA82806062984FFFFFF2F06A8FFA80606 %2906062F7E7EA9A8FD09FF7E060629062F7EFD0FFF7DFD06FFA8062FA85A %065AFD1CFF592FFFFFFF590653FD07FF2F2FA8FD0BFFA853060628290606 %A8FFFF5A06A8FF7E060606A9FD09FFAF7EA884A8A884FD06062FFD13FFA8 %590659A8FF06067EFD1BFFA8065AFD04FF06A8FD06FF7EA9FD0CFFA82F06 %2FA8FFFF590684FFFF2F07067EFFA9062FA8FFFFFF7E7E2F2F0607062F06 %07062F06070684FFA92F2F06A9FD0EFF5A84A82F0684FFFFA90706FD04FF %2FFD16FFAF0606062FA8FFA906282F2F2F2E2F062FFD0CFFA8290659FD04 %FF84062FFFFF7E2F0606A9FF84062F2FFD06062F2F2F597E2806062F062F %FD04FF53060684FD0DFFA9060628FD04FF7E0653FD04FF0659FD15FF597E %7E2F06067D59060606290606062FFD0CFFA9290684FD05FF7E06292F7EFF %FFA8062FFF59060629065359A9A9FD05FF847E062928292FFD05FF7E2906 %A8FD0DFF7E06FD05FF28297EFFFFFF590606A8FD17FFA82F060606A884A8 %7EA884A8A8FD0CFF2F067EFD06FF59062806067EFFA806065953060606FF %FFFF7E7E2F2FFD0A06FD06FF7D0606FD0EFF2F84FFFFFFA80606FFFFA806 %067E842FFD19FF7E062F06A9FD12FF0653FD0BFF2F06FFA807062F53FF2F %2F5353062F0607062F062F532F0659A8FFA8FD07FF5A0759FD12FF84062F %FF84062FA8FD1DFFA90606067EFFA884FD0DFF59067EFD0BFF5306285984 %FF06067D2FFD05065A2F065384A8A80606A8FD0BFF062FFD12FF2F065353 %0659FD21FF5329062906AFFD0AFFA8A9A85A0684FD0BFF53060606298453 %0629062F595A0606062906FF7E2F060606A9FD0BFF2F06FF847EA8AFFD0C %FFA929062906A8FD17FFA85A2F2F2FA9FD06FF7D06067EFD09FF7EFD0706 %FD0BFF7D7E847EFD04062FA8FD04FF7E2F06062F06067E2F2FA8FD0AFF7E %FD0706297DFD0AFF7E06062FFD09FF06FD0FFF590607062F06AFFD06FF2F %59FD08FFA82F06072F7E5A2F062F06532F532F5353A8FD07FF2F062FA8A9 %59597EFFFFFFA87E0607065AFD07FFA97E7E597E5A7E062F062F59A95A53 %062F2FFD09FF532F5AFD0AFF2F7EFD0DFFA80659A88428062FFD06FF2FA9 %FD07FF7E060653A8FD04FFA828FD090659FD04FFA8062FFF59FD04062884 %FD060653FD05FF53FD0A067EFD05FFA8280628FD08FF7EA8FD09FF530606 %2FFD0DFF2F59FD04FF2853FD0EFF7E290684FD08FF28297EFFFFFFA85A06 %2959FFA87E28060653062F7EFF2F0606292F7E062906292F5AA8FF282906 %597EA9A8A97E2906A9FD08FF53292FFD0FFFA9590629062F06A9FD0BFFA8 %06A8FD04FF7E28FD0DFFA8060684FD09FFAF062FA8FD05FF060659FD0606 %2FA8FFFF7E060606FFFFFF2FFD07062FFD06FF7E067EFD0AFF2F062FFD0C %FFA82806060628A8FF7E59FD0BFF5A06072FA9FFFF537EFD0DFF2F06A8FD %0BFF7E0684FD05FF53060706A8FFFF2F2FA8FFFFFF2F07062FA8FFFFFF06 %07A8A9280706FD07FF062FFD0CFF2F0759FD07FF06A87E53062F0659A8FD %10FF062F0606062F7E06A8FD0CFF7E0653FD0CFFA8062FFD05FF280606A9 %FFFFFF0606FFFF84FD0506297EFFFF7E067EFFFF060684FD05FFA8062FFD %0DFF0606A8FD06FF7EFD04062FFD12FFA85AFFFF59290629067EA8FFFF84 %84FD07FF062FFD0EFF062FFD04FFA806067EFFFFA8A90659FFA90606067E %0606062959FFA8292FFFFF84062FA8FD04FF84067EFD0DFF840659FD07FF %29067EA9FD08FF8453FD0EFFA87EFD04062F7E06AFFD06FF590653FD0EFF %2F06FFFFFFA80606067EA906062F0659FF2F062806065A53840606A8FF06 %2F592F53060606A8FFFFFF2F0684FD0EFF0606AFFD06FF592FFD08FFA806 %06067EFD10FF7E53062F065AFD07FF2F062FFD0EFF592F5AFFFF5A060706 %A90607062F06A8FF2F0607062F287E2F2F067EFF2F062F062F0607065AFF %FFFF2F06FD0EFFA8060753FD07FF59FD0AFFA92F7EFD12FFA92F06A8FD06 %FF7E060606A9FD0DFFAF0629A9FF06292806590628060629A9A9062F53FD %070653FF2FFD0506280606FFFF59065AFD0EFF2E060606A8FD12FF8428FD %07FF59FD0BFF7E2FFD07FF06297E060659592F7EFD0AFF5A062FA8062F2F %06A9067EA87EA8FF7E0653FFA829062F0606062FFFFF2F59A906062F2806 %8484062FA9FD0AFF29065306062F7E0684FD12FFA806A8FD06FF06A8FD0A %FF84A8FD06FFA8062FFF59290606062FFFFFFF8453FD06FF2F062F060606 %2F7E0606FFFFFFA8FD07067E5AA82F06A8FFFFFFA9FD05062F0606A8FD05 %FF7E5384FFFF840606062F53FFA8062FFD07FFA8FD07FF7E590606067EFD %05FFA807062F2F7EA8FD0EFF7E06A8FD04FFA853067E8453062FA8FD05FF %2F2F06072F2F5A07062F067E2F2F0607062F062F062F8459062F06A8FFA8 %0607062F0607062F2FFD06FF53060753840607A8FD05FF2F07FD07FF5A59 %FFFFAF59530607062F062F53FD05FF7E067E2F2F060606292F7EA8FD09FF %2806A8FD05FFA8FD06067EFFFFA87E7E0606062FFFFF7EFD07062F060606 %59FF590606062F5329FD060684FF28060606A8537EFFFFAF0629FD04067E %FD06FF7E0684FD06FF7E062F29FD0506597EFF7E06FD05FF7EA8FD04FFA8 %7E532F062FA8FD07FFA92906FD08FF7E59A8FF29067E7E2F06532806062F %FFFF2F290606062FA8FFFFFF59AFFFFFFFA85984FFFFA92F0606067E06A9 %FF59060606AF0606287E280659FF847EA8FD07FF532953FD07FF0606062F %5384A8FD05FF06AFFD0EFFA92859FD07FFA806062FFD0BFF84FD0506A82F %0606065AA8FD0606FD0FFF0606067E2F067EAF06060629FF84FD040653FD %08FFAFFFFF8406062FFD07FF2F2FA8FD08FF590659FD0FFFA806FD07FF59 %2F0607067E2F2FFD05FF7EA8FFA8845A84FFFF2F072F2F0607062F285906 %2FFD0FFF59062F2F2F0607062F062F06FFFFFFA8A9A9FFFF84A9FD04FF7E %062F2F07062F06FD07FF5A7EFD08FF592F2884FFFFFFA9AFFD0AFF8406FD %07FF5306A92FFD04067EFFFFFF7E0653FD05FFA9A82F062F0653FD05062F %A8FD0FFFA82FFD05062F062F0606A8FD06FFA90629A9FFFFA9FD04062884 %530684FD06FFA984FD08FFAFA8FD05FFA82FFD0AFFA806FD07FF2F06FFFF %FFA9842F065A847E060606FFFFFFA8530629062F0653FF53062FFD16FFA9 %2F062FFF59062F062F062F59FFFFFF2F06062F595A062959FFA9FFFF7E06 %84FD17FF532F59A8A8FD07FF2F2FFD07FF062FFD05FF7EFD05062F060684 %59FD070684FF530606A8FD16FF06062FFF84FD08067E2F060659FD040653 %FD05FF840653FD07FF7EA9FD0EFF530607062F065359A9A8FF592F7EFD07 %FF0653FD07FF8459A9FFFF532F060706530607062F06A9A8A92807FFFFA8 %A97E84A8FD0BFF847E7EFFFF2F06A9A8FF062F0607067E0607062F28AFFF %FFA8A9FD07FFAF065AFD07FF7E2FFD0EFF0653532FFD0906FD07FF840653 %FD0DFFA87E7D7EFF7EFD04067DFD0406A9FF84597E595906AFFD07FF2F2E %7E7E7E2EFF2F06060659FD040659FF7E597E84FD0EFF062EFD07FF590606 %59A8FD0BFF53FD04FF8484592F06292FFD08FFA9062FFD04FFA8A8FD04FF %7E59A9FFFF84067EFF7E0606065906532F29A8FD0FFFA9FD06FF53065306 %2F0606067EFFFF062FA8FFA97E06FD04FFAF53FD04FFAF062FFD07FFA806 %5A06062884A9FD1CFF840606FD04FF2F06A8FFFFFF2F0606597E060684FF %7DFD0506A85906A8FFFF532F2F537D84FD08FF7E7E537EA8FF2806FF2FFD %040653FFFF2F06062F2906067EFFFFFF2F0653FFFFFF53062FFD07FF8459 %FFFF7E5906062F7EA8FD19FFA9062F06A8FF5A06072FFFFF84062F060706 %2F06A9FFFF0607062F5AFF062FFFFF2F2F0607062F06A9FD06FF2807062F %062FA85906A8A82F060706FFFFFF2F2F0607062F062FA8FF7E07062F7EFF %532F0607FD0CFFA853A87E062F2FA8FD17FF59FD0A062F0606067E598453 %067EFF592F060606A9280659FF84062E060606530653FD05FF062F280606 %06287E840606FF2806062F59FFFF2F06FF7EA82EFD0C062906FD0CFFA82E %FFFFAF2F060659FD0AFFAF7EAFFD09FF7E067E7E592F845329592F06592F %067EFFFFA9067EA8060629060684292FFFFFFF2F2F0629062F067EFD05FF %062F2F0606285953FF5929595A062906067EFF2F06FFFFFF2F06A82F2F7E %7E06A87D597EFF2F29FD0CFFA82F7E530606062F84FFFF532F2FA8FFFFA8 %2906060659FD08FF7D0659FD04FF7E06A8FFFFFFA8067EFFFF8406537E06 %06062F067E0659A8FFFFFF847EFD0406A8FD05FF532F062F2F2F59FFFFFF %062F59FD04067EFF0606FFFFFF0629FD04FF530684FD04FF2906FD08FF84 %FFFFA87EFD04062FA8FD04FF2F2884FFFFFF2F062F2F2F06A8FD07FFA906 %7EFD04FF592FA8FFFFFFA80753FFFFA9067EA90706847E072F2F065AFD07 %FF84A8FD07FFA8A95AFD05FF062F2F2F067E0607A8FF0653FFFFFF072FFD %04FF7E06A9FD04FF062FFD08FF06842F2F0607067EA9FD06FF06FD04FF7E %060684FFA92F2FFD07FF840659FD04FF7E06A9FD04FF062FFFFFA9062EFF %53060684060628067EFD18FF060659062F06062FFFA8062FFFFFA90659FD %04FF2E06FD05FF062EFD08FFFD04062F7EFD09FF06FD04FF062959FFFFFF %592FFD07FFA9067EFD04FF7E067DFD04FF2F06FFFFFF062FFFFF84060629 %060606FD0AFFA8A8FD0DFF2F06062906067DFFFFA9067EFFFF7D297EFD04 %FF2F06FD05FF062FFD08FF062F53FD0CFF06A8FFFF2F0606FD04FF7E2FFD %07FFA8062FFD04FFA8067EFD04FF2F06A8FFFF2F06FFFFFF530628A82806 %FD0AFF2FFD0EFFA8062F06062FFFFFFF59067DFFFF5906A8FD04FF062FFD %04FFA8062FFD08FF067EFD0DFF2F2F842F0706A8FD04FF2F7EFD08FF0653 %FD04FFA8072FFD04FF84067EA87E280759FD06FF5306FD09FF597E53A884 %84A8FD09FF840759FD05FF8453067EA8FF062FFD04FFA9072FFD04FFA906 %7EFD08FF59FD0EFFA8FD040659FFFFFF7E060659FD08FF0606FD05FF062F %FD04FFA8FD08062F84FFFFFF2F06FD09FFA9FD0606A8FD08FF7E0684FFFF %FF7EFD08062EFD04FFA8067EFD04FF7E0659FD11FFA8A9FD06FF847DFD05 %FFA8A984FD09FF2F06FD05FF2F06FD05FF06292FA884A97E2F06297EFFFF %5906AFFD09FFAF7E595384A8FD09FF2F29A9FFA92F062953A8A87E532906 %7EFD04FF592984FD04FF7E06A8FD07FFA9A9FD08FF5906297EFD17FF5906 %A8FD04FF2F0684FFFFFF2F0653FD06FF8406067EFF590659FD17FFA80606 %FFA82F062FA8FD05FF7D0628FD04FF2F06FD05FF2F06A8FD07FF537EFD09 %FF7E0684FD17FF5A077EFD04FFA8067EFFFFA80706FD08FFA9062FFFFF06 %2FFD0AFFA9A9A8A9FD09FF84067EFF7E062FFD08FF2F077EFFFFFF062FFD %05FF2F06FD08FF532FA9FD09FF2FA8FD17FFA90659FD04FFA80606FFFF59 %0684FD09FF590659FF530684FD06FF2FFF7EFD0406597E7EFD06FF0606A8 %A90606A8FD08FFA9062FFFFF7E0653FD05FF062FFD08FFFD05062F597E84 %FFFFFF06FD19FF292FFD05FF2F29A8FF062FFD0AFFA92F06A9842928FD05 %FF2F2F0606062906060629067EFD04FF7D2953FF062984FD0AFF2F06FFFF %5906AFFD04FF842959FD08FF06282F060606290606062F2F2FFD19FF0606 %A8FD04FF7E065AA80628FD0BFF7E06065906067EFD06FFA884AF7EFF84A8 %A8FD05FFA806067E06062FFD0BFF530684FF062FFD05FF5906A8FD07FFA8 %06FFFFFFA8845353280606062FFD19FF7E0684FD05FF2F28A9067EFD0CFF %0607062F062FA8FD07FF59A8A859FD06FFA82F062F060706A9FD0BFF8406 %A97E2F59FD05FF2F2FFD08FFA9A9FD0AFF2F7EFD19FFA8062FFD05FF2F06 %530659FD0CFF2F06A8A8840606A8FD05FFA97E06062FFD05FFA829065984 %7E2806FD0CFF8406845306A9FD04FFA80628FD14FF2F7EFD1AFF0629FD05 %FFAF062F0659FD0BFFA9062FFFAF8484060659FD07FFA984FD04FF7E2906 %5AA9AFFF5A067EFD0BFF7E0684062FFD05FF84067EFD14FF06A9FD0FFF7E %592FFD08FF590684FD05FF2F06062FFD08FFAF285306067EFF2F067E8406 %060659A8FD09FF2F06067EA80606FF7E06065953A9FD08FF5306280659FD %05FF0606A8FD07FFA8A8FD08FF7E060606A8FD0CFFA984062F0684FD08FF %A82F2FFD05FF842F0607FD08FF7E2F062F7EFFFF84062FFFFF592F060753 %FD06FFA8062F28AFFF5A065AFFFF7E2F062F59FD08FF2F062F06FD05FFA8 %2F2FFD08FF7E59FD09FFA87E53FD0BFF842FFD04062FFD0AFF2E0684FD05 %FF2E060684FD07FF5906A8FD05FF2F06FFFFFFA87E0606062F0606062F06 %0653FFFFFF2E06A8FD04FFA8062FA9FD07FF0606067EFD05FF590684FD08 %FF060659FD11FF2FA8FF532F062F7E840606A8FD0AFF840653FD05FFA906 %292FFFFFFFA82F535A062FFD06FF0629FD06FF5929062906060653A9FD04 %FF2F06FD06FF59062F592FA8FFFFFF7D29062FA9FD05FF062FFD08FFA829 %0606062F7EFD0EFF5306062953FFFFFF060659FD0CFF2906A8FD05FF5906 %06A8FFFF530606062FA8FFA8062F7E060653FD07FF59062FA80629FD06FF %7E06067E532FA8FFA82F06060653FFFFA829060684FD05FF2F0659FD08FF %5906842FFD04062F7DFFFFFF2FFD08FF0684FD04FF2F2F28FD0DFF7E2F2F %FD06FF2F06072F2F062FA8A9FD04FF0607062F2FFD08FFAF0653A80753FD %07FF532F060706A9FD04FFA82F0653592F062F59FD05FFA82F06FD09FF84 %FFFFFFA8842F07062F06592F5AFD08FF2F84FFFFFF840606A9FD04FF7EFD %09FF2E067EFD05FF84FD04062FA9FD05FFA80628A8A8FFFFFF062FA9FFFF %FF7D0653FF0606A8FFFF7E06A9FFFFA87E2F0684FD05FFA82FFD040628FD %06FF2F0684FD10FFA87E280606067EFD08FFA8FFFFFFA92F065AFD05FF53 %84FD08FFAF062FFD06FF59292FFD05FF5984A853067EFD05FF53062F59A8 %592906FFFF7E062F5959062FA9FD04FF84062FA8AFA8FD04FFAF532906AF %FD05FFA8062FFD09FFAFA8FD09FFA85928FD0DFF7E0606A8FFFFFFA87E06 %59FD09FF590653FD06FF06067EFD04FFFD04062FA8FFFFAFFFFF2FFD0606 %84FFFFA859FD04062FFD06FF2FFD0406FD04FFA8060684FD06FF0606A8FD %08FFAF06062FA8FD08FF535AFD0CFFAF062F84FFFFA82F07065306FD0AFF %2F06A8FD06FF062FA8FFFFFF592F2F84FD04FF062F5907065906072FFD05 %FFA92F062F0607535A06FD04FF842F2F2FFD04FF53065AFD06FF2F2F59FD %09FF2F535A7EA8FD16FF2F062EA95306062F7EFFFF5AA8FD09FF840606FD %06FF7E062FFFFFFF5906A9FD05FF2F06060684FF7E06062FFFFFFF592906 %2FA8A9FD0406A8FD04FFA90653FFFFFF7E062FFD06FF7E0606FD09FF7D06 %A8FD18FF7D29062F062F59FD07FFA8FD09FF532959FD06FF53062F848406 %06A8FD05FF2806062FA8FFFFA92806065A2806067EFFFFA92F060606FD06 %FF2F0684A97E062FFD06FFA92F06A9FD09FF2F59FD05FF845A5384FD10FF %7E06062FA8FD08FFA806A8FD09FF060684FD05FFA82FFD04067EFFFF7E06 %7E0606067E060659FFFFFF280606062FAFFFFFA82F062F280606FFA8FFFF %FF7EFD0506A8FD06FF59065AFD0AFF065AFD04FF2FFD04062FFD0FFFA82F %A8FD0BFF067EFD09FFA9062FA8FD05FFA82F062FA8FFFFFF8407062F0684 %FFA806072F7E0607065AA8FFFFFF5A07065AFFA8062F0607A8FFFFFFA853 %06077EFD06FFA8062FFD0BFF2F067EA85A0607062F5A5306A8FD0FFF2FA9 %FD09FF7E060606A8FD09FF7E062FA8FD05FFA8060684FD04FF2F06062FA8 %FFA85A0606062953AFFFFFFF840606067EFFFFA92F060606FD04FFA90606 %7DFD06FFA9060684FD0BFF59FD060684FFFFFF2F59FD18FF842F06062F59 %28FD0AFF5A062FA9FD05FF84060684FFFFFF7E062F06292F0606292F84A9 %FFFFFF7D2F060653FFFFFF842F06290659FFFFFFAF06062FFD06FFAF0629 %7EFD0DFF592F062959FD05FF287EFD17FF530606067EFD0EFF59062FA8FF %FFFFA8530606067EA8A80606A85906060659A8FFFFFFA85906060659A8FF %FFFF2F060653A80606A9FF7E06060659FD05FFA906062FFD17FF7E06A8FD %15FFA906070659FD11FF5A062F5AA9A82F062FA82F0607062F59FF2F2F84 %FFFFFF845A062F062F59FD04FF7E060706A9FFFF7E2F062F062F7E070684 %FFFFFFA9060753FD15FF847E592F7EFD12FF7E2F7E2F060606A8FD13FF7E %FD050629A8FFA82F060653FFFF2F065A2F2FFD04062F84FD04FF53060629 %59FD05FF7E0606067EFF5306062F592F060653FD16FFA92F062FFD14FF2F %29060659FD17FF7D532F7EA8FFFFFFA9590629062906060629062F53A8FD %04FF84530629067EA9FD05FFA92F062FA8FFFFFF59060629062F84FD19FF %7EFD15FFAF062FA8FD22FF530606285A5984A8FD05FF7E59060606297DFD %07FF59060629A8FD05FFA8A87EA9FD32FF7E2FFD23FF5307A8FD06FFAF7E %590607062F53A9FD08FF2F2F060706FD3DFF7EFD23FF59067E84A97D592E %FD0406295384FD08FFA87E0606065A062F84FD5DFF7E0606062906060629 %060606597EAFFD0AFF7E2906290606062906060653FD5AFF5906062F2F28 %2F597E7DA8A8FD0CFF7E060606597EA8597E537E5929062FFD59FF062FA9 %FD13FF7E2F062F53FD0AFF5906A9FD57FFA8062FFD11FF845906060659A8 %FD0BFF590684FD0FFFA959062FA8FD32FFA8A9A8FD0FFF2F2FA9FD0DFF84 %5A0629060606A8FD0DFF2F06AFFD0FFF530606062FA9FD30FF7E0606062F %FD0EFF84062953A8A8FD05FF7E84532FFD04062F2FFD04062F7E7DA8A8FF %FFFF847E2F2F062FFD10FFFD050684FD30FF2F062F0607A8FD0EFF84062F %0607062F0607062F0607062F59A8FD04FF7E590607062F0607062F060706 %2F067EFD11FF2F0607062F84FD30FFFD0506A8FD10FF7E7E2F2F2E2F2F2F %597E84FD0BFFA8A8597E2F2F2E2F597E84FD13FF5906060628FD31FF2F06 %060629A9FD45FF847E7EFD32FFA80606067DFDFCFFFD36FFA8A8FD5DFFA9 %597EFD1CFF5329060628FD59FFFD050659FD1AFF7E06597EA806062FFD5A %FFA82F06FD05FF7E532F5353A8FD0AFF597EFD04FF2853FFFFFF840653FD %5AFF84062FFD05FF062EA97E2F0659FD08FF84062FFD04FF7E2FFFFFFF84 %0653FD5AFF2F067DFD05FF06A9FFFFA90606AFFD07FF2F062FFD04FFA8A9 %FFFFFF5A2FFD5AFFA80606AFFD05FFA8FD04FF06067EFD06FF7E060628FD %07FFA82906060653A8FD57FFA8062FFD0AFFA80706FD07FF06A92807FD08 %FF7EFF842F0659FD55FF7E7E28067DFD08FF592F062FA9FD06FF2F53FF2F %06FD0BFF7E0606FD55FFAF592F0653A9FD07FF592F067EFD06FF7E29A9FF %2F29A8FD0AFF840629FD58FFA85353FD09FF53065AFD04FFA82953FFFF7E %067E84FD04FFAF7EFFFFFF530653FD5FFFA9FD04FFA82F06FD04FF7E0653 %2F2F062F0607FD04FF842FA8A9532F53FD60FF06AFFFFFFF590629FD04FF %06062E2F59590659A8FD05FF0606065384FD60FFA82959FFFF84060659FD %09FFA80653FD06FF8484FD63FFAF28FD050659FD0BFF062FFD37FFFF %%EndData %%EndComments %%BeginProlog %%BeginResource: procset Adobe_level2_AI5 1.2 0 %%Title: (Adobe Illustrator (R) Version 5.0 Level 2 Emulation) %%Version: 1.2 0 %%CreationDate: (04/10/93) () %%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved) userdict /Adobe_level2_AI5 26 dict dup begin put /packedarray where not { userdict begin /packedarray { array astore readonly } bind def /setpacking /pop load def /currentpacking false def end 0 } if pop userdict /defaultpacking currentpacking put true setpacking /initialize { Adobe_level2_AI5 begin } bind def /terminate { currentdict Adobe_level2_AI5 eq { end } if } bind def mark /setcustomcolor where not { /findcmykcustomcolor { (AI8_CMYK_CustomColor) 6 packedarray } bind def /findrgbcustomcolor { (AI8_RGB_CustomColor) 5 packedarray } bind def /setcustomcolor { exch aload pop dup (AI8_CMYK_CustomColor) eq { pop pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } { dup (AI8_RGB_CustomColor) eq { pop pop 3 { 1 exch sub 3 index mul 1 exch sub 3 1 roll } repeat 4 -1 roll pop setrgbcolor } { pop 4 { 4 index mul 4 1 roll } repeat 5 -1 roll pop setcmykcolor } ifelse } ifelse } def } if /setAIseparationgray { false setoverprint 0 setgray /setseparationgray where{ pop setseparationgray }{ /setcolorspace where{ pop [/Separation (All) /DeviceCMYK {dup dup dup}] setcolorspace 1 exch sub setcolor }{ setgray }ifelse }ifelse } def /gt38? mark {version cvr cvx exec} stopped {cleartomark true} {38 gt exch pop} ifelse def userdict /deviceDPI 72 0 matrix defaultmatrix dtransform dup mul exch dup mul add sqrt put userdict /level2? systemdict /languagelevel known dup { pop systemdict /languagelevel get 2 ge } if put /level2ScreenFreq { begin 60 HalftoneType 1 eq { pop Frequency } if HalftoneType 2 eq { pop GrayFrequency } if HalftoneType 5 eq { pop Default level2ScreenFreq } if end } bind def userdict /currentScreenFreq level2? {currenthalftone level2ScreenFreq} {currentscreen pop pop} ifelse put level2? not { /setcmykcolor where not { /setcmykcolor { exch .11 mul add exch .59 mul add exch .3 mul add 1 exch sub setgray } def } if /currentcmykcolor where not { /currentcmykcolor { 0 0 0 1 currentgray sub } def } if /setoverprint where not { /setoverprint /pop load def } if /selectfont where not { /selectfont { exch findfont exch dup type /arraytype eq { makefont } { scalefont } ifelse setfont } bind def } if /cshow where not { /cshow { [ 0 0 5 -1 roll aload pop ] cvx bind forall } bind def } if } if cleartomark /anyColor? { add add add 0 ne } bind def /testColor { gsave setcmykcolor currentcmykcolor grestore } bind def /testCMYKColorThrough { testColor anyColor? } bind def userdict /composite? 1 0 0 0 testCMYKColorThrough 0 1 0 0 testCMYKColorThrough 0 0 1 0 testCMYKColorThrough 0 0 0 1 testCMYKColorThrough and and and put composite? not { userdict begin gsave /cyan? 1 0 0 0 testCMYKColorThrough def /magenta? 0 1 0 0 testCMYKColorThrough def /yellow? 0 0 1 0 testCMYKColorThrough def /black? 0 0 0 1 testCMYKColorThrough def grestore /isCMYKSep? cyan? magenta? yellow? black? or or or def /customColor? isCMYKSep? not def end } if end defaultpacking setpacking %%EndResource %%BeginProcSet: Adobe_ColorImage_AI6 1.3 0 userdict /Adobe_ColorImage_AI6 known not { userdict /Adobe_ColorImage_AI6 53 dict put } if userdict /Adobe_ColorImage_AI6 get begin /initialize { Adobe_ColorImage_AI6 begin Adobe_ColorImage_AI6 { dup type /arraytype eq { dup xcheck { bind } if } if pop pop } forall } def /terminate { end } def currentdict /Adobe_ColorImage_AI6_Vars known not { /Adobe_ColorImage_AI6_Vars 41 dict def } if Adobe_ColorImage_AI6_Vars begin /plateindex -1 def /_newproc null def /_proc1 null def /_proc2 null def /sourcearray 4 array def /_ptispace null def /_ptiname null def /_pti0 0 def /_pti1 0 def /_ptiproc null def /_ptiscale 0 def /_pticomps 0 def /_ptibuf 0 string def /_gtigray 0 def /_cticmyk null def /_rtirgb null def /XIEnable true def /XIType 0 def /XIEncoding 0 def /XICompression 0 def /XIChannelCount 0 def /XIBitsPerPixel 0 def /XIImageHeight 0 def /XIImageWidth 0 def /XIImageMatrix null def /XIRowBytes 0 def /XIFile null def /XIBuffer1 null def /XIBuffer2 null def /XIBuffer3 null def /XIDataProc null def /XIColorSpace /DeviceGray def /XIColorValues 0 def /XIPlateList false def end /ci6colorimage /colorimage where {/colorimage get}{null} ifelse def /ci6image systemdict /image get def /ci6curtransfer systemdict /currenttransfer get def /ci6curoverprint /currentoverprint where {/currentoverprint get}{{_of}} ifelse def /ci6foureq { 4 index ne { pop pop pop false }{ 4 index ne { pop pop false }{ 4 index ne { pop false }{ 4 index eq } ifelse } ifelse } ifelse } def /ci6testplate { Adobe_ColorImage_AI6_Vars begin /plateindex -1 def /setcmykcolor where { pop gsave 1 0 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 1 0 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 0 1 0 setcmykcolor systemdict /currentgray get exec 1 exch sub 0 0 0 1 setcmykcolor systemdict /currentgray get exec 1 exch sub grestore 1 0 0 0 ci6foureq { /plateindex 0 def }{ 0 1 0 0 ci6foureq { /plateindex 1 def }{ 0 0 1 0 ci6foureq { /plateindex 2 def }{ 0 0 0 1 ci6foureq { /plateindex 3 def }{ 0 0 0 0 ci6foureq { /plateindex 5 def } if } ifelse } ifelse } ifelse } ifelse pop pop pop pop } if plateindex end } def /ci6concatprocs { /packedarray where { pop dup type /packedarraytype eq 2 index type /packedarraytype eq or }{ false } ifelse { /_proc2 exch cvlit def /_proc1 exch cvlit def _proc1 aload pop _proc2 aload pop _proc1 length _proc2 length add packedarray cvx }{ /_proc2 exch cvlit def /_proc1 exch cvlit def /_newproc _proc1 length _proc2 length add array def _newproc 0 _proc1 putinterval _newproc _proc1 length _proc2 putinterval _newproc cvx } ifelse } def /ci6istint { type /arraytype eq } def /ci6isspot { dup type /arraytype eq { dup length 1 sub get /Separation eq }{ pop false } ifelse } def /ci6spotname { dup ci6isspot {dup length 2 sub get}{pop ()} ifelse } def /ci6altspace { aload pop pop pop ci6colormake } def /ci6numcomps { dup /DeviceGray eq { pop 1 }{ dup /DeviceRGB eq { pop 3 }{ /DeviceCMYK eq { 4 }{ 1 } ifelse } ifelse } ifelse } def /ci6marksplate { dup /DeviceGray eq { pop plateindex 3 eq }{ dup /DeviceRGB eq { pop plateindex 5 ne }{ dup /DeviceCMYK eq { pop plateindex 5 ne }{ dup ci6isspot { /findcmykcustomcolor where { pop dup length 2 sub get 0.1 0.1 0.1 0.1 5 -1 roll findcmykcustomcolor 1 setcustomcolor systemdict /currentgray get exec 1 ne }{ pop plateindex 5 ne } ifelse }{ pop plateindex 5 ne } ifelse } ifelse } ifelse } ifelse } def /ci6colormake { dup ci6numcomps exch 1 index 2 add 1 roll dup 1 eq {pop}{array astore} ifelse exch } def /ci6colorexpand { dup ci6spotname exch dup ci6istint { ci6altspace exch 4 1 roll }{ 1 3 1 roll } ifelse } def /ci6colortint { dup /DeviceGray eq { 3 1 roll 1 exch sub mul 1 exch sub exch }{ dup /DeviceRGB eq { 3 1 roll {1 exch sub 1 index mul 1 exch sub exch} forall pop 3 array astore exch }{ dup /DeviceCMYK eq { 3 1 roll {1 index mul exch} forall pop 4 array astore exch }{ 3 1 roll mul exch } ifelse } ifelse } ifelse } def /ci6colortocmyk { dup /DeviceGray eq { pop 1 exch sub 0 0 0 4 -1 roll 4 array astore }{ dup /DeviceRGB eq { pop aload pop _rgbtocmyk 4 array astore }{ dup /DeviceCMYK eq { pop }{ ci6altspace ci6colortint ci6colortocmyk } ifelse } ifelse } ifelse } def /ci6makeimagedict { 7 dict begin /ImageType 1 def /Decode exch def /DataSource exch def /ImageMatrix exch def /BitsPerComponent exch def /Height exch def /Width exch def currentdict end } def /ci6stringinvert { 0 1 2 index length 1 sub { dup 2 index exch get 255 exch sub 2 index 3 1 roll put } for } def /ci6stringknockout { 0 1 2 index length 1 sub { 255 2 index 3 1 roll put } for } def /ci6stringapply { 0 1 4 index length 1 sub { dup 4 index exch get 3 index 3 1 roll 3 index exec } for pop exch pop } def /ci6walkrgbstring { 0 3 index dup length 1 sub 0 3 3 -1 roll { 3 getinterval {} forall 5 index exec 3 index } for 5 {pop} repeat } def /ci6walkcmykstring { 0 3 index dup length 1 sub 0 4 3 -1 roll { 4 getinterval {} forall 6 index exec 3 index } for 5 { pop } repeat } def /ci6putrgbtograystr { .11 mul exch .59 mul add exch .3 mul add cvi 3 copy put pop 1 add } def /ci6putcmyktograystr { exch .11 mul add exch .59 mul add exch .3 mul add dup 255 gt { pop 255 } if 255 exch sub cvi 3 copy put pop 1 add } def /ci6rgbtograyproc { Adobe_ColorImage_AI6_Vars begin sourcearray 0 get exec XIBuffer3 dup 3 1 roll /ci6putrgbtograystr load exch ci6walkrgbstring end } def /ci6cmyktograyproc { Adobe_ColorImage_AI6_Vars begin sourcearray 0 get exec XIBuffer3 dup 3 1 roll /ci6putcmyktograystr load exch ci6walkcmykstring end } def /ci6separatecmykproc { Adobe_ColorImage_AI6_Vars begin sourcearray 0 get exec XIBuffer3 0 2 index plateindex 4 2 index length 1 sub { get 255 exch sub 3 copy put pop 1 add 2 index } for pop pop exch pop end } def /ci6compositeimage { dup 1 eq { pop pop image }{ /ci6colorimage load null ne { ci6colorimage }{ 3 1 roll pop sourcearray 0 3 -1 roll put 3 eq {/ci6rgbtograyproc}{/ci6cmyktograyproc} ifelse load image } ifelse } ifelse } def /ci6knockoutimage { gsave 0 ci6curtransfer exec 1 ci6curtransfer exec eq { 0 ci6curtransfer exec 0.5 lt }{ 0 ci6curtransfer exec 1 ci6curtransfer exec gt } ifelse {{pop 0}}{{pop 1}} ifelse systemdict /settransfer get exec ci6compositeimage grestore } def /ci6drawimage { ci6testplate -1 eq { pop ci6compositeimage }{ dup type /arraytype eq { dup length plateindex gt {plateindex get}{pop false} ifelse }{ { true }{ dup 1 eq {plateindex 3 eq}{plateindex 3 le} ifelse } ifelse } ifelse { dup 1 eq { pop pop ci6image }{ dup 3 eq { ci6compositeimage }{ pop pop sourcearray 0 3 -1 roll put /ci6separatecmykproc load ci6image } ifelse } ifelse }{ ci6curoverprint { 7 {pop} repeat }{ ci6knockoutimage } ifelse } ifelse } ifelse } def /ci6proctintimage { /_ptispace exch store /_ptiname exch store /_pti1 exch store /_pti0 exch store /_ptiproc exch store /_pticomps _ptispace ci6numcomps store /_ptiscale _pti1 _pti0 sub store level2? { _ptiname length 0 gt version cvr 2012 ge and { [/Separation _ptiname _ptispace {_ptiproc}] setcolorspace [_pti0 _pti1] ci6makeimagedict ci6image }{ [/Indexed _ptispace 255 {255 div _ptiscale mul _pti0 add _ptiproc}] setcolorspace [0 255] ci6makeimagedict ci6image } ifelse }{ _pticomps 1 eq { { dup { 255 div _ptiscale mul _pti0 add _ptiproc 255 mul cvi put } ci6stringapply } ci6concatprocs ci6image }{ { dup length _pticomps mul dup _ptibuf length ne {/_ptibuf exch string store}{pop} ifelse _ptibuf { exch _pticomps mul exch 255 div _ptiscale mul _pti0 add _ptiproc _pticomps 2 add -2 roll _pticomps 1 sub -1 0 { 1 index add 2 index exch 5 -1 roll 255 mul cvi put } for pop pop } ci6stringapply } ci6concatprocs false _pticomps /ci6colorimage load null eq {7 {pop} repeat}{ci6colorimage} ifelse } ifelse } ifelse } def /ci6graytintimage { /_gtigray 5 -1 roll store {1 _gtigray sub mul 1 exch sub} 4 1 roll /DeviceGray ci6proctintimage } def /ci6cmyktintimage { /_cticmyk 5 -1 roll store {_cticmyk {1 index mul exch} forall pop} 4 1 roll /DeviceCMYK ci6proctintimage } def /ci6rgbtintimage { /_rtirgb 5 -1 roll store {_rtirgb {1 exch sub 1 index mul 1 exch sub exch} forall pop} 4 1 roll /DeviceRGB ci6proctintimage } def /ci6tintimage { ci6testplate -1 eq { ci6colorexpand 3 -1 roll 5 -1 roll {0}{0 exch} ifelse 4 2 roll dup /DeviceGray eq { pop ci6graytintimage }{ dup /DeviceRGB eq { pop ci6rgbtintimage }{ pop ci6cmyktintimage } ifelse } ifelse }{ dup ci6marksplate { plateindex 5 lt { ci6colortocmyk plateindex get dup 0 eq ci6curoverprint and { 7 {pop} repeat }{ 1 exch sub exch {1 0}{0 1} ifelse () ci6graytintimage } ifelse }{ pop exch {0}{0 exch} ifelse 0 3 1 roll () ci6graytintimage } ifelse }{ ci6curoverprint { 8 {pop} repeat }{ pop pop pop {pop 1} 0 1 () /DeviceGray ci6proctintimage } ifelse } ifelse } ifelse } def /XINullImage { } def /XIImageMask { XIImageWidth XIImageHeight false [XIImageWidth 0 0 XIImageHeight neg 0 0] /XIDataProc load imagemask } def /XIImageTint { XIImageWidth XIImageHeight XIBitsPerPixel [XIImageWidth 0 0 XIImageHeight neg 0 0] /XIDataProc load XIType 3 eq XIColorValues XIColorSpace ci6tintimage } def /XIImage { XIImageWidth XIImageHeight XIBitsPerPixel [XIImageWidth 0 0 XIImageHeight neg 0 0] /XIDataProc load false XIChannelCount XIPlateList ci6drawimage } def /XG { pop pop } def /XF { 13 {pop} repeat } def /Xh { Adobe_ColorImage_AI6_Vars begin gsave /XIType exch def /XIImageHeight exch def /XIImageWidth exch def /XIImageMatrix exch def 0 0 moveto XIImageMatrix concat XIImageWidth XIImageHeight scale /_lp /null ddef _fc /_lp /imagemask ddef end } def /XH { Adobe_ColorImage_AI6_Vars begin grestore end } def /XIEnable { Adobe_ColorImage_AI6_Vars /XIEnable 3 -1 roll put } def /XC { Adobe_ColorImage_AI6_Vars begin ci6colormake /XIColorSpace exch def /XIColorValues exch def end } def /XIPlates { Adobe_ColorImage_AI6_Vars begin /XIPlateList exch def end } def /XI { Adobe_ColorImage_AI6_Vars begin gsave /XIType exch def cvi dup 256 idiv /XICompression exch store 256 mod /XIEncoding exch store pop pop /XIChannelCount exch def /XIBitsPerPixel exch def /XIImageHeight exch def /XIImageWidth exch def pop pop pop pop /XIImageMatrix exch def XIBitsPerPixel 1 eq { XIImageWidth 8 div ceiling cvi }{ XIImageWidth XIChannelCount mul } ifelse /XIRowBytes exch def XIEnable { /XIBuffer3 XIImageWidth string def XICompression 0 eq { /XIBuffer1 XIRowBytes string def XIEncoding 0 eq { {currentfile XIBuffer1 readhexstring pop} }{ {currentfile XIBuffer1 readstring pop} } ifelse }{ /XIBuffer1 256 string def /XIBuffer2 XIRowBytes string def {currentfile XIBuffer1 readline pop (%) anchorsearch {pop} if} /ASCII85Decode filter /DCTDecode filter /XIFile exch def {XIFile XIBuffer2 readstring pop} } ifelse /XIDataProc exch def XIType 1 ne { 0 setgray } if XIType 1 eq { XIImageMask }{ XIType 2 eq XIType 3 eq or { XIImageTint }{ XIImage } ifelse } ifelse }{ XINullImage } ifelse /XIPlateList false def grestore end } def end %%EndProcSet %%BeginResource: procset Adobe_Illustrator_AI5 1.3 0 %%Title: (Adobe Illustrator (R) Version 8.0 Full Prolog) %%Version: 1.3 0 %%CreationDate: (3/7/1994) () %%Copyright: ((C) 1987-1998 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_Illustrator_AI5_vars 112 dict dup begin put /_?cmyk false def /_eo false def /_lp /none def /_pf { } def /_ps { } def /_psf { } def /_pss { } def /_pjsf { } def /_pjss { } def /_pola 0 def /_doClip 0 def /cf currentflat def /_lineorientation 0 def /_charorientation 0 def /_yokoorientation 0 def /_tm matrix def /_renderStart [ /e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0 ] def /_renderEnd [ null null null null /i1 /i1 /i1 /i1 ] def /_render -1 def /_shift [0 0] def /_ax 0 def /_ay 0 def /_cx 0 def /_cy 0 def /_leading [ 0 0 ] def /_ctm matrix def /_mtx matrix def /_sp 16#020 def /_hyphen (-) def /_fontSize 0 def /_fontAscent 0 def /_fontDescent 0 def /_fontHeight 0 def /_fontRotateAdjust 0 def /Ss 256 string def Ss 0 (fonts/) putinterval /_cnt 0 def /_scale [1 1] def /_nativeEncoding 0 def /_useNativeEncoding 0 def /_tempEncode 0 def /_pntr 0 def /_tDict 2 dict def /_hfname 100 string def /_hffound false def /Tx { } def /Tj { } def /CRender { } def /_AI3_savepage { } def /_gf null def /_cf 4 array def /_rgbf 3 array def /_if null def /_of false def /_fc { } def /_gs null def /_cs 4 array def /_rgbs 3 array def /_is null def /_os false def /_sc { } def /_pd 1 dict def /_ed 15 dict def /_pm matrix def /_fm null def /_fd null def /_fdd null def /_sm null def /_sd null def /_sdd null def /_i null def /_lobyte 0 def /_hibyte 0 def /_cproc null def /_cscript 0 def /_hvax 0 def /_hvay 0 def /_hvwb 0 def /_hvcx 0 def /_hvcy 0 def /_bitfont null def /_bitlobyte 0 def /_bithibyte 0 def /_bitkey null def /_bitdata null def /_bitindex 0 def /discardSave null def /buffer 256 string def /beginString null def /endString null def /endStringLength null def /layerCnt 1 def /layerCount 1 def /perCent (%) 0 get def /perCentSeen? false def /newBuff null def /newBuffButFirst null def /newBuffLast null def /clipForward? false def end userdict /Adobe_Illustrator_AI5 known not { userdict /Adobe_Illustrator_AI5 100 dict put } if userdict /Adobe_Illustrator_AI5 get begin /initialize { Adobe_Illustrator_AI5 dup begin Adobe_Illustrator_AI5_vars begin /_aicmykps where {pop /_?cmyk _aicmykps def}if discardDict { bind pop pop } forall dup /nc get begin { dup xcheck 1 index type /operatortype ne and { bind } if pop pop } forall end newpath } def /terminate { end end } def /_ null def /ddef { Adobe_Illustrator_AI5_vars 3 1 roll put } def /xput { dup load dup length exch maxlength eq { dup dup load dup length 2 mul dict copy def } if load begin def end } def /npop { { pop } repeat } def /hswj { dup stringwidth 3 2 roll { _hvwb eq { exch _hvcx add exch _hvcy add } if exch _hvax add exch _hvay add } cforall } def /vswj { 0 0 3 -1 roll { dup 255 le _charorientation 1 eq and { dup cstring stringwidth 5 2 roll _hvwb eq { exch _hvcy sub exch _hvcx sub } if exch _hvay sub exch _hvax sub 4 -1 roll sub exch 3 -1 roll sub exch } { _hvwb eq { exch _hvcy sub exch _hvcx sub } if exch _hvay sub exch _hvax sub _fontHeight sub } ifelse } cforall } def /swj { 6 1 roll /_hvay exch ddef /_hvax exch ddef /_hvwb exch ddef /_hvcy exch ddef /_hvcx exch ddef _lineorientation 0 eq { hswj } { vswj } ifelse } def /sw { 0 0 0 6 3 roll swj } def /vjss { 4 1 roll { dup cstring dup length 1 eq _charorientation 1 eq and { -90 rotate currentpoint _fontRotateAdjust add moveto gsave false charpath currentpoint 5 index setmatrix stroke grestore _fontRotateAdjust sub moveto _sp eq { 5 index 5 index rmoveto } if 2 copy rmoveto 90 rotate } { currentpoint _fontHeight sub 5 index sub 3 index _sp eq { 9 index sub } if currentpoint exch 4 index stringwidth pop 2 div sub exch _fontAscent sub moveto gsave 2 index false charpath 6 index setmatrix stroke grestore moveto pop pop } ifelse } cforall 6 npop } def /hjss { 4 1 roll { dup cstring gsave false charpath currentpoint 5 index setmatrix stroke grestore moveto _sp eq { 5 index 5 index rmoveto } if 2 copy rmoveto } cforall 6 npop } def /jss { _lineorientation 0 eq { hjss } { vjss } ifelse } def /ss { 0 0 0 7 3 roll jss } def /vjsp { 4 1 roll { dup cstring dup length 1 eq _charorientation 1 eq and { -90 rotate currentpoint _fontRotateAdjust add moveto false charpath currentpoint _fontRotateAdjust sub moveto _sp eq { 5 index 5 index rmoveto } if 2 copy rmoveto 90 rotate } { currentpoint _fontHeight sub 5 index sub 3 index _sp eq { 9 index sub } if currentpoint exch 4 index stringwidth pop 2 div sub exch _fontAscent sub moveto 2 index false charpath moveto pop pop } ifelse } cforall 6 npop } def /hjsp { 4 1 roll { dup cstring false charpath _sp eq { 5 index 5 index rmoveto } if 2 copy rmoveto } cforall 6 npop } def /jsp { matrix currentmatrix _lineorientation 0 eq {hjsp} {vjsp} ifelse } def /sp { matrix currentmatrix 0 0 0 7 3 roll _lineorientation 0 eq {hjsp} {vjsp} ifelse } def /pl { transform 0.25 sub round 0.25 add exch 0.25 sub round 0.25 add exch itransform } def /setstrokeadjust where { pop true setstrokeadjust /c { curveto } def /C /c load def /v { currentpoint 6 2 roll curveto } def /V /v load def /y { 2 copy curveto } def /Y /y load def /l { lineto } def /L /l load def /m { moveto } def } { /c { pl curveto } def /C /c load def /v { currentpoint 6 2 roll pl curveto } def /V /v load def /y { pl 2 copy curveto } def /Y /y load def /l { pl lineto } def /L /l load def /m { pl moveto } def } ifelse /d { setdash } def /cf { } def /i { dup 0 eq { pop cf } if setflat } def /j { setlinejoin } def /J { setlinecap } def /M { setmiterlimit } def /w { setlinewidth } def /XR { 0 ne /_eo exch ddef } def /H { } def /h { closepath } def /N { _pola 0 eq { _doClip 1 eq { _eo {eoclip} {clip} ifelse /_doClip 0 ddef } if newpath } { /CRender { N } ddef } ifelse } def /n { N } def /F { _pola 0 eq { _doClip 1 eq { gsave _pf grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _fc /_doClip 0 ddef } { _pf } ifelse } { /CRender { F } ddef } ifelse } def /f { closepath F } def /S { _pola 0 eq { _doClip 1 eq { gsave _ps grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc /_doClip 0 ddef } { _ps } ifelse } { /CRender { S } ddef } ifelse } def /s { closepath S } def /B { _pola 0 eq { _doClip 1 eq gsave F grestore { gsave S grestore _eo {eoclip} {clip} ifelse newpath /_lp /none ddef _sc /_doClip 0 ddef } { S } ifelse } { /CRender { B } ddef } ifelse } def /b { closepath B } def /W { /_doClip 1 ddef } def /* { count 0 ne { dup type /stringtype eq { pop } if } if newpath } def /u { } def /U { } def /q { _pola 0 eq { gsave } if } def /Q { _pola 0 eq { grestore } if } def /*u { _pola 1 add /_pola exch ddef } def /*U { _pola 1 sub /_pola exch ddef _pola 0 eq { CRender } if } def /D { pop } def /*w { } def /*W { } def /` { /_i save ddef clipForward? { nulldevice } if 6 1 roll 4 npop concat pop userdict begin /showpage { } def 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin 10 setmiterlimit [] 0 setdash /setstrokeadjust where {pop false setstrokeadjust} if newpath 0 setgray false setoverprint } def /~ { end _i restore } def /_rgbtocmyk { 3 { 1 exch sub 3 1 roll } repeat 3 copy 1 4 1 roll 3 { 3 index 2 copy gt { exch } if pop 4 1 roll } repeat pop pop pop 4 1 roll 3 { 3 index sub 3 1 roll } repeat 4 -1 roll } def /setrgbfill { _rgbf astore pop /_fc { _lp /fill ne { _of setoverprint _rgbf aload pop setrgbcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /setrgbstroke { _rgbs astore pop /_sc { _lp /stroke ne { _os setoverprint _rgbs aload pop setrgbcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /O { 0 ne /_of exch ddef /_lp /none ddef } def /R { 0 ne /_os exch ddef /_lp /none ddef } def /g { /_gf exch ddef /_fc { _lp /fill ne { _of setoverprint _gf setgray /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /G { /_gs exch ddef /_sc { _lp /stroke ne { _os setoverprint _gs setgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /k { _cf astore pop /_fc { _lp /fill ne { _of setoverprint _cf aload pop setcmykcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /K { _cs astore pop /_sc { _lp /stroke ne { _os setoverprint _cs aload pop setcmykcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /Xa { _?cmyk { 3 npop k }{ setrgbfill 4 npop } ifelse } def /XA { _?cmyk { 3 npop K }{ setrgbstroke 4 npop } ifelse } def /Xs { /_gf exch ddef 5 npop /_fc { _lp /fill ne { _of setoverprint _gf setAIseparationgray /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /XS { /_gs exch ddef 5 npop /_sc { _lp /stroke ne { _os setoverprint _gs setAIseparationgray /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /Xx { exch /_gf exch ddef 0 eq { findcmykcustomcolor }{ _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse { 4 1 roll 3 npop findcmykcustomcolor }{ 8 -4 roll 4 npop findrgbcustomcolor } ifelse } ifelse /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /XX { exch /_gs exch ddef 0 eq { findcmykcustomcolor }{ _?cmyk {true}{/findrgbcustomcolor where{pop false}{true}ifelse}ifelse { 4 1 roll 3 npop findcmykcustomcolor }{ 8 -4 roll 4 npop findrgbcustomcolor } ifelse } ifelse /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /x { /_gf exch ddef findcmykcustomcolor /_if exch ddef /_fc { _lp /fill ne { _of setoverprint _if _gf 1 exch sub setcustomcolor /_lp /fill ddef } if } ddef /_pf { _fc _eo {eofill} {fill} ifelse } ddef /_psf { _fc hvashow } ddef /_pjsf { _fc hvawidthshow } ddef /_lp /none ddef } def /X { /_gs exch ddef findcmykcustomcolor /_is exch ddef /_sc { _lp /stroke ne { _os setoverprint _is _gs 1 exch sub setcustomcolor /_lp /stroke ddef } if } ddef /_ps { _sc stroke } ddef /_pss { _sc ss } ddef /_pjss { _sc jss } ddef /_lp /none ddef } def /XK { 3 -1 roll pop 0 eq { 1 exch sub 3 {dup 3 1 roll mul 5 1 roll} repeat mul 4 1 roll K } { 1 exch sub 4 1 roll 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat 4 -1 roll pop XA } ifelse } def /Xk { 3 -1 roll pop 0 eq { 1 exch sub 3 {dup 3 1 roll mul 5 1 roll} repeat mul 4 1 roll k } { 1 exch sub 4 1 roll 3 {1 exch sub 3 index mul 1 exch sub 3 1 roll} repeat 4 -1 roll pop Xa } ifelse } def /A { pop } def /annotatepage { userdict /annotatepage 2 copy known {get exec} {pop pop} ifelse } def /XT { pop pop } def /Xt { pop } def /discard { save /discardSave exch store discardDict begin /endString exch store gt38? { 2 add } if load stopped pop end discardSave restore } bind def userdict /discardDict 7 dict dup begin put /pre38Initialize { /endStringLength endString length store /newBuff buffer 0 endStringLength getinterval store /newBuffButFirst newBuff 1 endStringLength 1 sub getinterval store /newBuffLast newBuff endStringLength 1 sub 1 getinterval store } def /shiftBuffer { newBuff 0 newBuffButFirst putinterval newBuffLast 0 currentfile read not { stop } if put } def 0 { pre38Initialize mark currentfile newBuff readstring exch pop { { newBuff endString eq { cleartomark stop } if shiftBuffer } loop } { stop } ifelse } def 1 { pre38Initialize /beginString exch store mark currentfile newBuff readstring exch pop { { newBuff beginString eq { /layerCount dup load 1 add store } { newBuff endString eq { /layerCount dup load 1 sub store layerCount 0 eq { cleartomark stop } if } if } ifelse shiftBuffer } loop } if } def 2 { mark { currentfile buffer {readline} stopped { % assume error was due to overfilling the buffer }{ not { stop } if endString eq { cleartomark stop } if }ifelse } loop } def 3 { /beginString exch store /layerCnt 1 store mark { currentfile buffer {readline} stopped { % assume error was due to overfilling the buffer }{ not { stop } if dup beginString eq { pop /layerCnt dup load 1 add store } { endString eq { layerCnt 1 eq { cleartomark stop } { /layerCnt dup load 1 sub store } ifelse } if } ifelse }ifelse } loop } def end userdict /clipRenderOff 15 dict dup begin put { /n /N /s /S /f /F /b /B } { { _doClip 1 eq { /_doClip 0 ddef _eo {eoclip} {clip} ifelse } if newpath } def } forall /Tr /pop load def /Bb {} def /BB /pop load def /Bg {12 npop} def /Bm {6 npop} def /Bc /Bm load def /Bh {4 npop} def end /Lb { 6 npop 7 2 roll 5 npop 0 eq { 0 eq { (%AI5_BeginLayer) 1 (%AI5_EndLayer--) discard } { /clipForward? true def /Tx /pop load def /Tj /pop load def currentdict end clipRenderOff begin begin } ifelse } { 0 eq { save /discardSave exch store } if } ifelse } bind def /LB { discardSave dup null ne { restore } { pop clipForward? { currentdict end end begin /clipForward? false ddef } if } ifelse } bind def /Pb { pop pop 0 (%AI5_EndPalette) discard } bind def /Np { 0 (%AI5_End_NonPrinting--) discard } bind def /Ln /pop load def /Ap /pop load def /Ar { 72 exch div 0 dtransform dup mul exch dup mul add sqrt dup 1 lt { pop 1 } if setflat } def /Mb { q } def /Md { } def /MB { Q } def /nc 4 dict def nc begin /setgray { pop } bind def /setcmykcolor { 4 npop } bind def /setrgbcolor { 3 npop } bind def /setcustomcolor { 2 npop } bind def currentdict readonly pop end /XP { 4 npop } bind def /XD { pop } bind def end setpacking %%EndResource %%BeginResource: procset Adobe_cshow 2.0 8 %%Title: (Writing System Operators) %%Version: 2.0 8 %%CreationDate: (1/23/89) () %%Copyright: ((C) 1992-1996 Adobe Systems Incorporated All Rights Reserved) currentpacking true setpacking userdict /Adobe_cshow 14 dict dup begin put /initialize { Adobe_cshow begin Adobe_cshow { dup xcheck { bind } if pop pop } forall end Adobe_cshow begin } def /terminate { currentdict Adobe_cshow eq { end } if } def /cforall { /_lobyte 0 ddef /_hibyte 0 ddef /_cproc exch ddef /_cscript currentfont /FontScript known { currentfont /FontScript get } { -1 } ifelse ddef { /_lobyte exch ddef _hibyte 0 eq _cscript 1 eq _lobyte 129 ge _lobyte 159 le and _lobyte 224 ge _lobyte 252 le and or and _cscript 2 eq _lobyte 161 ge _lobyte 254 le and and _cscript 3 eq _lobyte 161 ge _lobyte 254 le and and _cscript 25 eq _lobyte 161 ge _lobyte 254 le and and _cscript -1 eq or or or or and { /_hibyte _lobyte ddef } { _hibyte 256 mul _lobyte add _cproc /_hibyte 0 ddef } ifelse } forall } def /cstring { dup 256 lt { (s) dup 0 4 3 roll put } { dup 256 idiv exch 256 mod (hl) dup dup 0 6 5 roll put 1 4 3 roll put } ifelse } def /clength { 0 exch { 256 lt { 1 } { 2 } ifelse add } cforall } def /hawidthshow { { dup cstring show _hvax _hvay rmoveto _hvwb eq { _hvcx _hvcy rmoveto } if } cforall } def /vawidthshow { { dup 255 le _charorientation 1 eq and { -90 rotate 0 _fontRotateAdjust rmoveto cstring _hvcx _hvcy _hvwb _hvax _hvay 6 -1 roll awidthshow 0 _fontRotateAdjust neg rmoveto 90 rotate } { currentpoint _fontHeight sub exch _hvay sub exch _hvax sub 2 index _hvwb eq { exch _hvcy sub exch _hvcx sub } if 3 2 roll cstring dup stringwidth pop 2 div neg _fontAscent neg rmoveto show moveto } ifelse } cforall } def /hvawidthshow { 6 1 roll /_hvay exch ddef /_hvax exch ddef /_hvwb exch ddef /_hvcy exch ddef /_hvcx exch ddef _lineorientation 0 eq { hawidthshow } { vawidthshow } ifelse } def /hvwidthshow { 0 0 3 -1 roll hvawidthshow } def /hvashow { 0 0 0 6 -3 roll hvawidthshow } def /hvshow { 0 0 0 0 0 6 -1 roll hvawidthshow } def currentdict readonly pop end setpacking %%EndResource %%BeginResource: procset Adobe_shading_AI8 1.0 0 %%Title: (Adobe Illustrator 8 Shading Procset) %%Version: 1.0 0 %%CreationDate: (12/17/97) () %%Copyright: ((C) 1987-1997 Adobe Systems Incorporated All Rights Reserved) userdict /defaultpacking currentpacking put true setpacking userdict /Adobe_shading_AI8 10 dict dup begin put /initialize { Adobe_shading_AI8 begin Adobe_shading_AI8 bdprocs Mesh /initialize get exec } def /terminate { currentdict Adobe_shading_AI8 eq { end } if } def /bdprocs { { dup xcheck 1 index type /arraytype eq and { bind } if pop pop } forall } def /X! {pop} def /X# {pop pop} def /Mesh 40 dict def Mesh begin /initialize { Mesh bdprocs Mesh begin /emulate? /AI8MeshEmulation where { pop AI8MeshEmulation }{ systemdict /shfill known not } ifelse def end } def /bd { shadingdict begin } def /paint { emulate? { end }{ /_lp /none ddef _fc /_lp /none ddef /AIColorSpace AIColorSpace tocolorspace store /ColorSpace AIColorSpace topsspace store version_ge_3010.106 not systemdict /setsmoothness known and { 0.0001 setsmoothness } if composite? { /DataSource getdatasrc def Matrix concat currentdict end shfill }{ AIColorSpace makesmarks AIPlateList markingplate and not isoverprint and { end }{ /ColorSpace /DeviceGray store /Decode [0 1 0 1 0 1] store /DataSource getplatesrc def Matrix concat currentdict end shfill } ifelse } ifelse } ifelse } def /shadingdict 12 dict def shadingdict begin /ShadingType 6 def /BitsPerCoordinate 16 def /BitsPerComponent 8 def /BitsPerFlag 8 def end /datafile null def /databuf 256 string def /dataptr 0 def /srcspace null def /srcchannels 0 def /dstchannels 0 def /dstplate 0 def /srctodstcolor null def /getplatesrc { /srcspace AIColorSpace store /srcchannels AIColorSpace getnchannels store /dstchannels 1 store /dstplate getplateindex store /srctodstcolor srcspace makesmarks { dstplate 4 eq { {1 exch sub} }{ {srcspace tocmyk 3 dstplate sub index 1 exch sub 5 1 roll 4 {pop} repeat} } ifelse }{ {srcchannels {pop} repeat 1} } ifelse store /datafile getdatasrc store /rdpatch168 load DataLength () /SubFileDecode filter } def /getdatasrc { /rdcmntline load /ASCII85Decode filter } def /rdpatch168 { /dataptr 0 store 49 rdcount 4 { dup {pop srcchannels getint8} if dup {pop srctodstcolor dstchannels putint8 true} if } repeat {databuf 0 dataptr getinterval}{()} ifelse } def /rdpatch3216 { /dataptr 0 store 97 rdcount 4 { dup {pop srcchannels getint16} if dup {pop srctodstcolor dstchannels putint16 true} if } repeat {databuf 0 dataptr getinterval}{()} ifelse } def /rdcount { dup 0 gt { datafile databuf dataptr 4 -1 roll getinterval readstring exch length dataptr add /dataptr exch store }{ true } ifelse } def /getint8 { mark true 3 -1 roll { dup {pop datafile read} if dup {pop 255 div true} if } repeat { counttomark 1 add -1 roll pop true }{ cleartomark false } ifelse } def /putint8 { dup dataptr add /dataptr exch store dataptr exch { 1 sub exch 255 mul cvi databuf 2 index 3 -1 roll put } repeat pop } def /getint16 { mark true 3 -1 roll { dup {pop datafile read} if dup {pop 256 mul datafile read} if dup {pop add 65535 div true} if } repeat { counttomark 1 add -1 roll pop true }{ cleartomark false } ifelse } def /putint16 { dup 2 mul dataptr add /dataptr exch store dataptr exch { 2 sub exch 65535 mul cvi dup 256 idiv databuf 3 index 3 -1 roll put 256 mod databuf 2 index 1 add 3 -1 roll put } repeat pop } def /srcbuf 256 string def /rdcmntline { currentfile srcbuf readline pop (%) anchorsearch {pop} if } def /getplateindex { 0 [cyan? magenta? yellow? black? customColor?] {{exit} if 1 add} forall } def /aicsarray 4 array def /aicsaltvals 4 array def /aicsaltcolr aicsaltvals def /tocolorspace { dup type /arraytype eq { mark exch aload pop aicsarray 0 3 -1 roll put aicsarray 1 3 -1 roll put dup aicsarray 2 3 -1 roll put gettintxform aicsarray 3 3 -1 roll put counttomark aicsaltvals 0 3 -1 roll getinterval /aicsaltcolr exch store aicsaltcolr astore pop pop aicsarray } if } def /subtintxform {aicsaltcolr {1 index mul exch} forall pop} def /addtintxform {aicsaltcolr {1 sub 1 index mul 1 add exch} forall pop} def /gettintxform { /DeviceRGB eq {/addtintxform}{/subtintxform} ifelse load } def /getnchannels { dup type /arraytype eq {0 get} if colorspacedict exch get begin Channels end } def /makesmarks { composite? { pop true }{ dup dup type /arraytype eq {0 get} if colorspacedict exch get begin MarksPlate end } ifelse } def /markingplate { composite? { pop true }{ dup type /arraytype eq { dup length getplateindex gt {getplateindex get}{pop false} ifelse } if } ifelse } def /tocmyk { dup dup type /arraytype eq {0 get} if colorspacedict exch get begin ToCMYK end } def /topsspace { dup dup type /arraytype eq {0 get} if colorspacedict exch get begin ToPSSpace end } def /colorspacedict 5 dict dup begin /DeviceGray 4 dict dup begin /Channels 1 def /MarksPlate {pop black?} def /ToCMYK {pop 1 exch sub 0 0 0 4 -1 roll} def /ToPSSpace {} def end def /DeviceRGB 4 dict dup begin /Channels 3 def /MarksPlate {pop isCMYKSep?} def /ToCMYK {pop _rgbtocmyk} def /ToPSSpace {} def end def /DeviceCMYK 4 dict dup begin /Channels 4 def /MarksPlate {pop isCMYKSep?} def /ToCMYK {pop} def /ToPSSpace {} def end def /Separation 4 dict dup begin /Channels 1 def /MarksPlate { /findcmykcustomcolor where { pop dup 1 exch ToCMYK 5 -1 roll 1 get findcmykcustomcolor 1 setcustomcolor systemdict /currentgray get exec 1 ne }{ pop false } ifelse } def /ToCMYK { dup 2 get mark exch 4 2 roll 3 get exec counttomark -1 roll tocmyk 5 -1 roll pop } def /ToPSSpace {} def end def /Process 4 dict dup begin /Channels 1 def /MarksPlate { isCMYKSep? { 1 exch ToCMYK 4 array astore getplateindex get 0 ne }{ pop false } ifelse } def /ToCMYK { dup 2 get mark exch 4 2 roll 3 get exec counttomark -1 roll tocmyk 5 -1 roll pop } def /ToPSSpace { 4 array copy dup 0 /Separation put } def end def end def /isoverprint { /currentoverprint where {pop currentoverprint}{_of} ifelse } def /version_ge_3010.106 { version {cvr} stopped { pop false }{ 3010.106 ge } ifelse } def end end defaultpacking setpacking %%EndResource %%EndProlog %%BeginSetup userdict /_useSmoothShade false put userdict /_aicmykps true put userdict /_forceToCMYK true put Adobe_level2_AI5 /initialize get exec Adobe_cshow /initialize get exec Adobe_ColorImage_AI6 /initialize get exec Adobe_shading_AI8 /initialize get exec Adobe_Illustrator_AI5 /initialize get exec %AI5_Begin_NonPrinting Np %AI3_BeginPattern: (Brick) (Brick) 0 0 72 72 [ %AI3_Tile (0 O 0 R 0.3 0.85 0.85 0 k 0.3 0.85 0.85 0 K ) @ ( %AI6_BeginPatternLayer 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR 0 0 m 0 72 L 72 72 L 72 0 L 0 0 L f %AI6_EndPatternLayer ) & (0 O 0 R 1 g 1 G ) @ ( %AI6_BeginPatternLayer 800 Ar 0 J 0 j 0.3 w 4 M []0 d %AI3_Note: 0 D 0 XR 0 68.4097 m 72 68.4097 l S 0 61.209 m 72 61.209 L S 0 54.0088 m 72 54.0088 L S 0 46.8076 m 72 46.8076 L S 0 39.6084 m 72 39.6084 L S 0 32.4072 m 72 32.4072 L S 0 25.207 m 72 25.207 L S 0 18.0059 m 72 18.0059 L S 0 10.8057 m 72 10.8057 L S 0 3.6064 m 72 3.6064 L S 68.4102 68.4097 m 68.4102 61.2217 l S 54.0098 68.4097 m 54.0098 61.2217 L S 39.6094 68.4097 m 39.6094 61.2217 L S 25.21 68.4097 m 25.21 61.2217 L S 10.8105 68.4097 m 10.8105 61.2217 L S 68.4102 53.9717 m 68.4102 46.7842 l S 54.0098 53.9717 m 54.0098 46.7842 L S 39.6094 53.9717 m 39.6094 46.7842 L S 25.21 53.9717 m 25.21 46.7842 L S 10.8105 53.9717 m 10.8105 46.7842 L S 68.4102 39.5967 m 68.4102 32.4092 l S 54.0098 39.5967 m 54.0098 32.4092 L S 39.6094 39.5967 m 39.6094 32.4092 L S 25.21 39.5967 m 25.21 32.4092 L S 10.8105 39.5967 m 10.8105 32.4092 L S 68.4102 25.2217 m 68.4102 18.0342 l S 54.0098 25.2217 m 54.0098 18.0342 L S 39.6094 25.2217 m 39.6094 18.0342 L S 25.21 25.2217 m 25.21 18.0342 L S 10.8105 25.2217 m 10.8105 18.0342 L S 68.4102 10.7842 m 68.4102 3.5967 l S 54.0098 10.7842 m 54.0098 3.5967 L S 39.6094 10.7842 m 39.6094 3.5967 L S 25.21 10.7842 m 25.21 3.5967 L S 10.8105 10.7842 m 10.8105 3.5967 L S 61.1973 3.5967 m 61.1973 0 L S 46.7969 3.5967 m 46.7969 0 L S 32.3965 3.5967 m 32.3965 0 L S 17.9971 3.5967 m 17.9971 0 L S 3.5967 3.5967 m 3.5967 0 l S 61.1973 18.0342 m 61.1973 10.8467 L S 46.7969 18.0342 m 46.7969 10.8467 L S 32.3965 18.0342 m 32.3965 10.8467 L S 17.9971 18.0342 m 17.9971 10.8467 L S 3.5967 18.0342 m 3.5967 10.8467 l S 61.1973 32.4092 m 61.1973 25.2217 L S 46.7969 32.4092 m 46.7969 25.2217 L S 17.9971 32.4092 m 17.9971 25.2217 L S 3.5967 32.4092 m 3.5967 25.2217 l S 61.1973 46.7842 m 61.1973 39.5967 L S 46.7969 46.7842 m 46.7969 39.5967 L S 32.3965 46.7842 m 32.3965 39.5967 L S 17.9971 46.7842 m 17.9971 39.5967 L S 3.5967 46.7842 m 3.5967 39.5967 l S 61.1973 61.2217 m 61.1973 54.0347 L S 46.7969 61.2217 m 46.7969 54.0347 L S 32.3965 61.2217 m 32.3965 54.0347 L S 17.9971 61.2217 m 17.9971 54.0347 L S 3.5967 61.2217 m 3.5967 54.0347 l S 61.1973 71.959 m 61.1973 68.4717 L S 46.7969 71.959 m 46.7969 68.4717 L S 32.3965 71.959 m 32.3965 68.4717 L S 17.9971 71.959 m 17.9971 68.4717 L S 3.5967 71.959 m 3.5967 68.4717 l S 32.3965 32.4092 m 32.3965 25.2217 L S %AI6_EndPatternLayer ) & ] E %AI3_EndPattern %AI3_BeginPattern: (Confetti) (Confetti) 4.85 3.617 76.85 75.617 [ %AI3_Tile (0 O 0 R 1 g 1 G ) @ ( %AI6_BeginPatternLayer 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR 4.85 3.617 m 4.85 75.617 L 76.85 75.617 L 76.85 3.617 L 4.85 3.617 L f %AI6_EndPatternLayer ) & (0 O 0 R 0 g 0 G ) @ ( %AI6_BeginPatternLayer 800 Ar 0 J 0 j 0.3 w 4 M []0 d %AI3_Note: 0 D 0 XR 10.6 64.867 m 7.85 62.867 l S 9.1 8.617 m 6.85 6.867 l S 78.1 68.617 m 74.85 67.867 l S 76.85 56.867 m 74.35 55.117 l S 79.6 51.617 m 76.6 51.617 l S 76.35 44.117 m 73.6 45.867 l S 78.6 35.867 m 76.6 34.367 l S 76.1 23.867 m 73.35 26.117 l S 78.1 12.867 m 73.85 13.617 l S 68.35 14.617 m 66.1 12.867 l S 76.6 30.617 m 73.6 30.617 l S 62.85 58.117 m 60.956 60.941 l S 32.85 59.617 m 31.196 62.181 l S 47.891 64.061 m 49.744 66.742 l S 72.814 2.769 m 73.928 5.729 l S 67.976 2.633 m 67.35 5.909 l S 61.85 27.617 m 59.956 30.441 l S 53.504 56.053 m 51.85 58.617 l S 52.762 1.779 m 52.876 4.776 l S 45.391 5.311 m 47.244 7.992 l S 37.062 3.375 m 35.639 5.43 l S 55.165 34.828 m 57.518 37.491 l S 20.795 3.242 m 22.12 5.193 l S 14.097 4.747 m 15.008 8.965 l S 9.736 1.91 m 8.073 4.225 l S 31.891 5.573 m 32.005 8.571 l S 12.1 70.367 m 15.6 68.867 l S 9.35 54.867 m 9.6 58.117 l S 12.85 31.867 m 14.35 28.117 l S 10.1 37.367 m 12.35 41.117 l S 34.1 71.117 m 31.85 68.617 l S 38.35 71.117 m 41.6 68.367 l S 55.1 71.117 m 58.35 69.117 l S 57.35 65.117 m 55.35 61.867 l S 64.35 66.367 m 69.35 68.617 l S 71.85 62.867 m 69.35 61.117 l S 23.6 70.867 m 23.6 67.867 l S 20.6 65.867 m 17.35 65.367 l S 24.85 61.367 m 25.35 58.117 l S 25.85 65.867 m 29.35 66.617 l S 14.1 54.117 m 16.85 56.117 l S 12.35 11.617 m 12.6 15.617 l S 12.1 19.867 m 14.35 22.367 l S 26.1 9.867 m 23.6 13.367 l S 34.6 47.117 m 32.1 45.367 l S 62.6 41.867 m 59.85 43.367 l S 31.6 35.617 m 27.85 36.367 l S 36.35 26.117 m 34.35 24.617 l S 33.85 14.117 m 31.1 16.367 l S 37.1 9.867 m 35.1 11.117 l S 34.35 20.867 m 31.35 20.867 l S 44.6 56.617 m 42.1 54.867 l S 47.35 51.367 m 44.35 51.367 l S 44.1 43.867 m 41.35 45.617 l S 43.35 33.117 m 42.6 30.617 l S 43.85 23.617 m 41.1 25.867 l S 44.35 15.617 m 42.35 16.867 l S 67.823 31.1 m 64.823 31.1 l S 27.1 32.617 m 29.6 30.867 l S 31.85 55.117 m 34.85 55.117 l S 19.6 40.867 m 22.1 39.117 l S 16.85 35.617 m 19.85 35.617 l S 20.1 28.117 m 22.85 29.867 l S 52.1 42.617 m 54.484 44.178 l S 52.437 50.146 m 54.821 48.325 l S 59.572 54.133 m 59.35 51.117 l S 50.185 10.055 m 53.234 9.928 l S 51.187 15.896 m 53.571 14.075 l S 58.322 19.883 m 59.445 16.823 l S 53.1 32.117 m 50.6 30.367 l S 52.85 24.617 m 49.6 25.617 l S 61.85 9.117 m 59.1 10.867 l S 69.35 34.617 m 66.6 36.367 l S 67.1 23.617 m 65.1 22.117 l S 24.435 46.055 m 27.484 45.928 l S 25.437 51.896 m 27.821 50.075 l S 62.6 47.117 m 65.321 46.575 l S 19.85 19.867 m 20.35 16.617 l S 21.85 21.867 m 25.35 22.617 l S 37.6 62.867 m 41.6 62.117 l S 38.323 42.1 m 38.823 38.6 l S 69.35 52.617 m 66.85 53.867 l S 14.85 62.117 m 18.1 59.367 l S 9.6 46.117 m 7.1 44.367 l S 20.6 51.617 m 18.6 50.117 l S 46.141 70.811 m 47.994 73.492 l S 69.391 40.561 m 71.244 43.242 l S 38.641 49.311 m 39.35 52.117 l S 25.141 16.811 m 25.85 19.617 l S 36.6 32.867 m 34.6 31.367 l S 6.1 68.617 m 2.85 67.867 l S 4.85 56.867 m 2.35 55.117 l S 7.6 51.617 m 4.6 51.617 l S 6.6 35.867 m 4.6 34.367 l S 6.1 12.867 m 1.85 13.617 l S 4.6 30.617 m 1.6 30.617 l S 72.814 74.769 m 73.928 77.729 l S 67.976 74.633 m 67.35 77.909 l S 52.762 73.779 m 52.876 76.776 l S 37.062 75.375 m 35.639 77.43 l S 20.795 75.242 m 22.12 77.193 l S 9.736 73.91 m 8.073 76.225 l S 10.1 23.617 m 6.35 24.367 l S 73.217 18.276 m 71.323 21.1 l S 28.823 39.6 m 29.505 42.389 l S 49.6 38.617 m 47.6 37.117 l S 60.323 73.6 m 62.323 76.6 l S 60.323 1.6 m 62.323 4.6 l S %AI6_EndPatternLayer ) & ] E %AI3_EndPattern %AI3_BeginPattern: (Leaves - Fall ) (Leaves - Fall ) 0 0 64.0781 78.9336 [ %AI3_Tile (0 O 0 R 0.05 0.2 1 0 k 0.05 0.2 1 0 K ) @ ( %AI6_BeginPatternLayer 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR 64.0781 78.9336 m 64.0781 0 L 0 0 L 0 78.9336 L 64.0781 78.9336 L f %AI6_EndPatternLayer ) & (0 O 0 R 0.83 0 1 0 k 0.83 0 1 0 K ) @ ( %AI6_BeginPatternLayer 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 1 D 0 XR 29.7578 0.9902 m 30.4346 1.1914 30.7246 1.3428 V 29.2559 4.0547 33.707 8.3359 34.627 9.0762 C 35.2275 8.8506 35.3477 6.3184 34.6699 4.9805 C 35.5137 5.1035 37.7031 3.7256 38.4609 2.4365 C 38.5254 3.125 40.0957 6.0664 40.9219 6.4434 C 40.002 6.8408 39.3359 8.3135 38.5742 9.7617 C 39.5957 9.9287 40.9961 9.0078 42.4668 8.1025 C 42.9814 8.9043 44.3555 9.875 45.6143 10.3916 C 44.5264 11.0781 44.0313 11.8203 43.5352 13.2793 C 42.4922 12.7139 40.3057 12.5645 39.7764 12.8516 C 40.291 13.9648 42.5371 14.5078 43.2676 14.4551 C 43.0137 15.3164 42.8652 17.4697 43.0391 20.0625 C 41.3789 18.7461 39.834 17.4297 38.1738 17.4883 C 38.4434 16.0664 37.8076 14.2607 37.4307 13.7676 C 36.8574 14.5117 36.4463 15.3389 36.8008 17.3164 C 35.3486 17.8008 34.1113 18.3467 32.7373 19.6045 C 32.7373 17.7734 32.166 16.5723 31.2969 15.2959 C 32.5576 14.8076 33.8301 13.6045 33.8252 12.5664 C 32.9775 12.7178 31.2852 13.4619 30.793 14.4551 C 30.0742 13.707 28.3906 12.3984 26.7871 12.3945 C 27.9746 11.5391 28.8945 10.5059 28.9893 8.5938 C 30.2422 9.5645 32.6953 10.1797 34.0752 9.582 C 29.2344 5.3457 29.7031 2.3125 29.7578 0.9902 C f 13.8525 29.9844 m 13.3281 29.5127 13.1309 29.25 V 15.623 27.4326 13.3691 21.6074 12.8555 20.5439 C 12.2168 20.4883 10.8096 23.2285 10.8457 24.7266 C 9.7129 23.9707 8.0488 24.0918 6.4463 24.3779 C 7.0186 23.2891 6.6172 21.3447 5.8164 20.5439 C 6.8184 20.5801 8.1699 19.8652 9.4785 18.8838 C 8.6436 18.0645 6.8164 18.2246 4.9004 18.8838 C 4.9004 17.5107 4.0781 15.7734 3.2412 14.5918 C 4.5576 14.6484 5.7031 13.9629 6.5605 12.9316 C 7.2256 14.5 9.2598 15.6133 10.166 15.5645 C 10.1826 14.1992 8.6094 12.1094 7.5879 11.7109 C 8.1875 11.041 9.207 9.5107 10.166 7.0947 C 10.9648 9.0205 12.1348 10.2627 13.3672 11.1953 C 12.2256 12.7578 12.3994 13.6289 12.7988 15.1074 C 13.541 14.5664 14.5723 14.1338 14.7441 12.1309 C 16.4609 12.416 17.5957 12.3447 19.0938 11.4434 C 18.6387 13.1055 18.6348 14.707 18.9551 16.4063 C 17.1055 16.2666 15.5449 16.4795 14.5156 17.9688 C 15.3457 18.1953 17.6055 18.2549 18.4795 17.3223 C 18.8066 18.3047 19.7012 19.7109 21.1475 20.4043 C 19.707 20.6641 18.7227 21.7637 17.8135 23.4492 C 17.1006 22.0332 14.873 20.3691 13.3711 20.3145 C 15.373 24.3779 15.373 27.2959 13.8525 29.9844 C f 41.2324 26.0742 m 41.5518 26.7021 41.7549 26.959 V 44.1523 25.0176 48.958 28.3262 49.8535 29.0957 C 49.7432 29.7266 47.6182 30.8643 45.9004 29.834 C 46.3408 31.123 45.4395 33.084 44.2402 34.126 C 45.9805 34.0254 48.126 35.3867 48.6484 36.1289 C 48.8701 35.1514 50.0527 33.8809 51.3379 32.8672 C 51.6895 33.8398 50.9941 35.958 50.0781 37.5605 C 51.3125 38.0605 52.4248 38.9912 52.8828 40.25 C 53.3398 38.9336 54.3428 38.2598 55.6875 37.5039 C 54.5273 36.0762 53.7471 33.9023 54.0273 33.0391 C 55.3496 33.374 56.9209 36.0918 57.0439 37.1816 C 57.9189 36.415 59.4727 35.7285 62.0537 35.4219 C 60.3535 34.3438 59.9902 32.3516 59.4063 30.9219 C 58.2588 31.3682 56.0898 31.4277 55.1152 30.8643 C 55.8281 30.2852 57.168 29.7344 59.1777 29.7207 C 59.1777 28.1758 59.6406 27.043 60.8945 25.8281 C 59.1719 25.8418 57.0723 25.3555 55.5762 24.9629 C 55.3281 26.292 54.4844 27.8887 53.3398 28.2891 C 53.334 27.4277 53.5996 25.1797 54.4844 24.5117 C 53.6201 23.9443 52.3672 22.5674 51.9102 20.8496 C 51.2881 22.1758 50.4268 23.4805 48.5645 23.9238 C 49.749 24.9766 50.584 26.9941 50.25 28.4609 C 45.1973 24.4785 42.5215 25.7773 41.2324 26.0742 C f 27.7578 38.7324 m 28.4346 38.9316 28.7246 39.084 V 27.2559 41.7969 31.707 46.0776 32.627 46.8169 C 33.2275 46.5918 33.3477 44.0586 32.6699 42.7227 C 33.5137 42.8457 35.7031 41.4678 36.4609 40.1787 C 36.5254 40.8652 38.0957 43.8066 38.9219 44.1846 C 38.002 44.582 37.3359 46.0547 36.5742 47.5039 C 37.5957 47.6709 38.9961 46.7485 40.4668 45.8438 C 40.9814 46.6445 42.3555 47.6177 43.6143 48.1328 C 42.5264 48.8198 42.0313 49.5615 41.5352 51.0205 C 40.4922 50.4556 38.3057 50.3057 37.7764 50.5938 C 38.291 51.7056 40.5371 52.2485 41.2676 52.1958 C 41.0137 53.0576 40.8652 55.2109 41.0391 57.8037 C 39.3789 56.4878 37.834 55.1719 36.1738 55.2285 C 36.4434 53.8076 35.8076 52.002 35.4307 51.5088 C 34.8574 52.2529 34.4463 53.0796 34.8008 55.0576 C 33.3486 55.5425 32.1113 56.0879 30.7373 57.3467 C 30.7373 55.5146 30.166 54.314 29.2969 53.0366 C 30.5576 52.5488 31.8301 51.3467 31.8252 50.3076 C 30.9775 50.46 29.2852 51.2036 28.793 52.1958 C 28.0742 51.4497 26.3906 50.1396 24.7871 50.1357 C 25.9746 49.2817 26.8945 48.2466 26.9893 46.335 C 28.2422 47.3057 30.6953 47.9209 32.0752 47.3237 C 27.2344 43.0869 27.7031 40.0547 27.7578 38.7324 C f 13.5195 70.3916 m 12.9941 69.9209 12.7988 69.6587 V 15.2891 67.8418 13.0352 62.0146 12.5225 60.9517 C 11.8828 60.8955 10.4766 63.6367 10.5117 65.1348 C 9.3809 64.3789 7.7148 64.4995 6.1133 64.7856 C 6.6855 63.6987 6.2842 61.7529 5.4834 60.9517 C 6.4854 60.9878 7.8359 60.2729 9.1455 59.2925 C 8.3105 58.4717 6.4834 58.6338 4.5674 59.2925 C 4.5674 57.9189 3.7461 56.1816 2.9082 54.9995 C 4.2246 55.0576 5.3691 54.3706 6.2275 53.3408 C 6.8926 54.9097 8.9258 56.0215 9.832 55.9727 C 9.8496 54.6079 8.2764 52.5176 7.2539 52.1187 C 7.8545 51.4497 8.873 49.9189 9.832 47.5039 C 10.6309 49.4297 11.8008 50.6719 13.0342 51.6045 C 11.8926 53.1655 12.0664 54.0366 12.4648 55.5146 C 13.209 54.9746 14.2393 54.5415 14.4102 52.5386 C 16.127 52.8247 17.2637 52.7529 18.7598 51.8525 C 18.3057 53.5137 18.3027 55.1147 18.623 56.8149 C 16.7725 56.6748 15.2129 56.8887 14.1826 58.377 C 15.0117 58.6035 17.2725 58.6626 18.1465 57.731 C 18.4736 58.7129 19.3691 60.1187 20.8145 60.8125 C 19.375 61.0728 18.3896 62.1719 17.4805 63.8579 C 16.7676 62.4429 14.541 60.7769 13.0371 60.7227 C 15.041 64.7856 15.041 67.7046 13.5195 70.3916 C f 41.2324 64.4824 m 41.5518 65.1113 41.7549 65.3682 V 44.1523 63.4272 48.958 66.7354 49.8535 67.5034 C 49.7432 68.1362 47.6182 69.2725 45.9004 68.2422 C 46.3408 69.5313 45.4395 71.4922 44.2402 72.5342 C 45.9805 72.4341 48.126 73.7954 48.6484 74.5371 C 48.8701 73.5601 50.0527 72.29 51.3379 71.2754 C 51.6895 72.249 50.9941 74.3662 50.0781 75.9683 C 51.3125 76.4692 52.4248 77.3994 52.8828 78.6582 C 53.3398 77.3423 54.3428 76.667 55.6875 75.9111 C 54.5273 74.4844 53.7471 72.3101 54.0273 71.4473 C 55.3496 71.7822 56.9209 74.5 57.0439 75.5903 C 57.9189 74.8232 59.4727 74.1372 62.0537 73.8311 C 60.3535 72.7534 59.9902 70.7612 59.4063 69.3301 C 58.2588 69.7773 56.0898 69.8364 55.1152 69.2725 C 55.8281 68.6934 57.168 68.1431 59.1777 68.1284 C 59.1777 66.583 59.6406 65.4512 60.8945 64.2373 C 59.1719 64.249 57.0723 63.7632 55.5762 63.3721 C 55.3281 64.7002 54.4844 66.2974 53.3398 66.6973 C 53.334 65.8364 53.5996 63.5874 54.4844 62.9214 C 53.6201 62.353 52.3672 60.9751 51.9102 59.2583 C 51.2881 60.583 50.4268 61.8882 48.5645 62.333 C 49.749 63.3862 50.584 65.4033 50.25 66.8691 C 45.1973 62.8872 42.5215 64.1851 41.2324 64.4824 C f %AI6_EndPatternLayer ) & ] E %AI3_EndPattern %AI3_BeginPattern: (Stripes) (Stripes) 8.45 4.6001 80.45 76.6001 [ %AI3_Tile (0 O 0 R 1 0.07 1 0 k 1 0.07 1 0 K ) @ ( %AI6_BeginPatternLayer 800 Ar 0 J 0 j 3.6 w 4 M []0 d %AI3_Note: 0 D 0 XR 8.2 8.2 m 80.7 8.2 L S 8.2 22.6001 m 80.7 22.6001 L S 8.2 37.0002 m 80.7 37.0002 L S 8.2 51.4 m 80.7 51.4 L S 8.2 65.8001 m 80.7 65.8001 L S 8.2 15.4 m 80.7 15.4 L S 8.2 29.8001 m 80.7 29.8001 L S 8.2 44.2 m 80.7 44.2 L S 8.2 58.6001 m 80.7 58.6001 L S 8.2 73.0002 m 80.7 73.0002 L S %AI6_EndPatternLayer ) & ] E %AI3_EndPattern %AI5_End_NonPrinting-- %AI5_Begin_NonPrinting Np %AI8_BeginBrushPattern (New Pattern 1) 0 A u 1 Ap 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7844.75 8611 m -7844.75 8587 L -7894.75 8587 L -7894.75 8611 L -7844.75 8611 L n u 0 Ap 0 O 1 g -7864.75 8609 m -7876.96 8612.0527 -7885.4434 8602.0605 -7894.75 8594.9512 C F -7854.75 8609 m -7871.1279 8613.0947 -7880.8008 8593.7227 -7894.75 8589.3154 C F -7894.75 8589 m -7874.75 8584 -7864.75 8614 -7844.75 8609 C F -7884.75 8589 m -7868.3721 8584.9053 -7858.6992 8604.2773 -7844.75 8608.6846 C F -7874.75 8589 m -7862.54 8585.9473 -7854.0566 8595.9395 -7844.75 8603.0488 C F -7854.75 8589 m -7851.1279 8588.0947 -7847.835 8588.3408 -7844.75 8589.3154 C F -7884.75 8609 m -7888.3721 8609.9053 -7891.665 8609.6592 -7894.75 8608.6846 C F -7854.7817 8589.125 m -7860.9009 8587.6162 -7864.7817 8589.125 V -7868.877 8587.6484 -7874.7817 8589.125 V -7879.7446 8587.4492 -7884.7817 8589.125 V -7890.7969 8587.5742 -7894.7817 8589.125 V -7894.7817 8608.8096 L -7891.6958 8609.7842 -7888.2969 8609.9912 -7884.3799 8608.9082 C -7878.2134 8610.4912 -7874.4634 8608.9082 V -7869.4634 8610.4912 -7864.3799 8608.8242 V -7860.0474 8610.4082 -7854.3799 8608.9082 V -7848.8799 8610.3242 -7844.7817 8609.125 V -7844.7817 8589.4404 L -7847.5254 8588.4287 -7850.6514 8587.9287 -7854.7817 8589.125 C f 0 R 0 G 1 J 1 j 0.5 w -7874.75 8609 m -7882.54 8610.9473 -7888.813 8607.585 -7894.75 8603.0488 C S -7864.75 8609 m -7876.96 8612.0527 -7885.4434 8602.0605 -7894.75 8594.9512 C S -7854.75 8609 m -7871.1279 8613.0947 -7880.8008 8593.7227 -7894.75 8589.3154 C S -7894.75 8589 m -7874.75 8584 -7864.75 8614 -7844.75 8609 C S -7884.75 8589 m -7868.3721 8584.9053 -7858.6992 8604.2773 -7844.75 8608.6846 C S -7874.75 8589 m -7862.54 8585.9473 -7854.0566 8595.9395 -7844.75 8603.0488 C S -7864.75 8589 m -7856.96 8587.0527 -7850.687 8590.415 -7844.75 8594.9512 C S -7854.75 8589 m -7851.1279 8588.0947 -7847.835 8588.3408 -7844.75 8589.3154 C S -7884.75 8609 m -7888.3721 8609.9053 -7891.665 8609.6592 -7894.75 8608.6846 C S U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 2) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7894 8610 m -7829.187 8610 L -7829.187 8545.9023 L -7894 8545.9023 L -7894 8610 L n u 0 O 0 g -7859.6978 8568.4297 m -7861.6094 8545.9023 L -7863.5215 8568.4297 L -7862.9033 8568.3066 -7862.2642 8568.2402 -7861.6094 8568.2402 c -7860.9551 8568.2402 -7860.3159 8568.3066 -7859.6978 8568.4297 C f -7871.2402 8576.3975 m -7894 8578.3301 L -7871.1138 8580.2734 L -7871.2856 8579.5469 -7871.3848 8578.793 -7871.3848 8578.0156 c -7871.3848 8577.4629 -7871.3281 8576.9248 -7871.2402 8576.3975 C f -7866.519 8569.5723 m -7880.1626 8560.8047 L -7870.2153 8573.377 L -7869.3574 8571.791 -7868.0718 8570.4766 -7866.519 8569.5723 C f -7863.481 8587.6074 m -7861.5786 8610 L -7859.6768 8587.5967 L -7860.3018 8587.7227 -7860.9473 8587.791 -7861.6094 8587.791 c -7862.25 8587.791 -7862.873 8587.7246 -7863.481 8587.6074 C f -7851.9609 8579.5068 m -7829.187 8577.5732 L -7852.083 8575.6289 L -7852.083 8575.8506 L -7851.9258 8576.5488 -7851.834 8577.2695 -7851.834 8578.0156 c -7851.834 8578.5234 -7851.8848 8579.0195 -7851.9609 8579.5068 C f -7870.1138 8582.8262 m -7880.1641 8595.5293 L -7866.2778 8586.6055 L -7867.8823 8585.7305 -7869.2114 8584.416 -7870.1138 8582.8262 C f -7852.9961 8573.3945 m -7842.875 8560.6055 L -7856.7666 8569.5313 L -7855.1768 8570.4414 -7853.8633 8571.7793 -7852.9961 8573.3945 C f -7856.6895 8586.4512 m -7842.873 8595.3281 L -7852.9658 8582.5732 L -7853.8198 8584.1895 -7855.1152 8585.5313 -7856.6895 8586.4512 C f -7852.8887 8582.6133 m -7852.3862 8581.6641 -7852.043 8580.6211 -7851.875 8579.5195 c -7851.7993 8579.0293 -7851.748 8578.5273 -7851.748 8578.0156 c -7851.748 8577.2637 -7851.8398 8576.5352 -7851.998 8575.8311 c -7852.1958 8574.957 -7852.5049 8574.124 -7852.918 8573.3545 c -7853.7954 8571.7246 -7855.1191 8570.374 -7856.7241 8569.4561 c -7857.6294 8568.9375 -7858.6226 8568.5537 -7859.6802 8568.3457 c -7860.3047 8568.2207 -7860.9497 8568.1523 -7861.6094 8568.1523 c -7862.2695 8568.1523 -7862.915 8568.2207 -7863.5391 8568.3457 c -7864.623 8568.5605 -7865.6382 8568.957 -7866.5625 8569.4961 c -7868.1313 8570.4102 -7869.4282 8571.7363 -7870.291 8573.335 c -7870.7969 8574.2695 -7871.145 8575.2969 -7871.3262 8576.3828 c -7871.415 8576.916 -7871.4727 8577.459 -7871.4727 8578.0156 c -7871.4727 8578.8008 -7871.3711 8579.5605 -7871.1978 8580.293 c -7870.981 8581.207 -7870.6406 8582.0732 -7870.187 8582.8701 c -7869.2793 8584.4727 -7867.939 8585.8008 -7866.3174 8586.6826 c -7865.4487 8587.1553 -7864.5 8587.498 -7863.4961 8587.6934 c -7862.8848 8587.8115 -7862.2554 8587.8779 -7861.6094 8587.8779 c -7860.9414 8587.8779 -7860.29 8587.8086 -7859.6602 8587.6826 c -7858.5786 8587.4668 -7857.5664 8587.0654 -7856.6455 8586.5273 c -7855.0566 8585.5977 -7853.751 8584.2441 -7852.8887 8582.6133 c f U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 3) 0 A u 1 Ap 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7884.75 8611 m -7884.75 8587 L -7894.75 8587 L -7894.75 8611 L -7884.75 8611 L n u u 0 Ap 0 O 1 g -7885.4058 8602.5361 m -7884.9878 8601.4355 -7884.75 8600.2471 -7884.75 8599 c -7884.75 8597.1377 -7885.2681 8595.4004 -7886.1543 8593.9072 c -7887.897 8590.9736 -7891.0898 8589 -7894.75 8589 C -7894.75 8609 L -7894.4297 8609 -7894.1143 8608.9814 -7893.8018 8608.9521 c -7891.9121 8608.7754 -7890.1807 8608.0645 -7888.7441 8606.9824 c -7887.2471 8605.8545 -7886.0801 8604.3184 -7885.4058 8602.5361 c f 0 R 0 G 1 J 1 j 0.5 w -7894.75 8589.3174 m -7891.7207 8590.2744 -7888.8926 8591.9326 -7886.1543 8593.9072 C S -7894.75 8594.9512 m -7891.5991 8597.3564 -7888.543 8600.0869 -7885.4058 8602.5361 C S -7888.7441 8606.9824 m -7890.8105 8605.8916 -7892.7993 8604.5342 -7894.75 8603.043 C S -7893.8018 8608.9521 m -7894.1191 8608.8682 -7894.4375 8608.7852 -7894.75 8608.6865 C S -7888.7441 8606.9824 m -7890.1807 8608.0645 -7891.9121 8608.7744 -7893.8018 8608.9521 C S -7885.4058 8602.5361 m -7884.9878 8601.4355 -7884.75 8600.2471 -7884.75 8599 c -7884.75 8597.1377 -7885.2681 8595.4004 -7886.1543 8593.9072 C S -7894.75 8609 m -7894.4297 8609 -7894.1143 8608.9814 -7893.8018 8608.9521 C S -7888.7441 8606.9824 m -7887.2471 8605.8545 -7886.0801 8604.3184 -7885.4058 8602.5361 C S -7886.1543 8593.9072 m -7887.8975 8590.9736 -7891.0898 8589 -7894.75 8589 C S U U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 5) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7736.3994 8611 m -7736.3994 8597.4199 L -7895 8597.4199 L -7895 8611 L -7736.3994 8611 L n u u 0 O 0.285 0.228 0.171 0 k -7751.0786 8609.4844 m -7751.043 8610.6895 L -7737.5103 8611.5176 -7736.8418 8610.2822 v -7736.7441 8610.1016 -7736.647 8609.7148 -7736.561 8609.1934 C -7738.584 8609.8242 -7748.291 8609.5713 -7751.0786 8609.4844 C f 0.44 0.352 0.264 0 k -7751.4063 8598.0234 m -7751.3711 8599.2676 L -7748.4912 8599.0488 -7738.1914 8598.3164 -7736.543 8598.8652 C -7736.7031 8598.2188 -7736.9199 8597.7646 -7737.2046 8597.6152 c -7738.8306 8596.7656 -7751.4063 8598.0234 Y f 0.145 0.116 0.087 0 k -7751.3711 8599.2676 m -7751.0786 8609.4844 L -7748.291 8609.5713 -7738.584 8609.8242 -7736.561 8609.1934 C -7736.1519 8606.7773 -7735.9258 8601.3604 -7736.543 8598.8652 C -7738.1914 8598.3164 -7748.4912 8599.0488 -7751.3711 8599.2676 C f U u 0.155 0.124 0.093 0 k -7776.9375 8603.2734 m -7775.897 8603.6563 L -7757.0728 8599.1465 L -7757.481 8598.3145 L -7776.3633 8600.7246 L -7777.252 8601.0059 L -7777.6504 8600.8936 -7778.1934 8600.8242 V -7777.6094 8601.2373 -7777.1426 8602.1406 -7776.9375 8603.2734 C f u 0.085 0.068 0.051 0 k -7781.7993 8607.666 m -7782.5977 8607.7217 -7779.749 8607.6641 Y -7780.3481 8607.0176 -7780.771 8605.8203 -7780.8105 8604.4375 c -7780.8169 8604.2246 -7780.8105 8604.0176 -7780.7993 8603.8135 C -7781.041 8603.707 -7781.0918 8603.7734 -7781.6289 8603.5645 C -7781 8607.6113 -7781.7993 8607.666 v f 0.305 0.244 0.183 0 k -7780.3442 8600.8672 m -7780.5527 8600.8105 -7780.4937 8602.9307 Y -7779.4785 8603.7588 L -7777.8359 8602.9434 L -7776.9375 8603.2734 L -7777.1426 8602.1406 -7777.6094 8601.2373 -7778.1934 8600.8242 C -7778.6094 8600.7715 -7779.874 8600.7998 -7780.3442 8600.8672 C f U 0.115 0.092 0.069 0 k -7776.9375 8603.2734 m -7777.8359 8602.9434 L -7779.4785 8603.7588 L -7780.4937 8602.9307 L -7780.793 8603.708 -7780.7993 8603.8135 V -7779.5137 8604.3789 -7778.1831 8604.7402 -7776.8398 8604.9258 C -7776.79 8604.7275 -7776.7842 8604.543 -7776.79 8604.3369 c -7776.7998 8603.9717 -7776.8218 8603.6182 -7776.9375 8603.2734 C f 0.41 0.328 0.246 0 k -7757.4512 8599.3965 m -7759.377 8600.6426 -7768.3862 8606.0986 -7776.8398 8604.9258 C -7776.9038 8606.0928 -7777.248 8607.0908 -7777.75 8607.6631 C -7777.1895 8607.6621 L -7756.7402 8610.7559 L -7757.0366 8600.4258 L -7757.0728 8599.1465 L -7757.2046 8599.2373 -7757.4512 8599.3965 v f 0.395 0.316 0.237 0 k -7780.8105 8604.4375 m -7780.771 8605.8203 -7780.3481 8607.0176 -7779.749 8607.6641 C -7777.6807 8607.6631 L -7777.1782 8607.0908 -7776.8218 8606.0713 -7776.8398 8604.9258 C -7778.1831 8604.7402 -7779.5137 8604.3789 -7780.7993 8603.8135 C -7780.8105 8604.0176 -7780.8169 8604.2246 -7780.8105 8604.4375 c f U u 0 0 0 0.11 k -7751.2642 8598.2012 m -7750.2407 8598.0352 L -7751.2642 8598.2012 L -7751.2642 8598.2012 L f 0 0 0 0.34 k -7757.481 8598.3145 m -7757.0728 8599.1465 L -7755.6714 8598.918 L -7754.5234 8598.7314 L -7752.6758 8598.4307 L -7751.2642 8598.2012 L -7750.2407 8598.0352 L -7750.2954 8597.7168 -7750.3672 8597.498 -7750.4648 8597.4199 C -7757.481 8598.3145 L f 0 0 0 0.32 k -7755.8042 8603.207 m -7756.041 8610.8613 L -7750.7144 8611 L -7749.7266 8607.5146 -7750.1816 8603.1543 V -7755.8042 8603.207 L f U 0.025 0.02 0.015 0 k -7749.3223 8600.3848 m -7746.373 8600.9199 -7743.2402 8601.1602 -7740.3159 8600.3613 c -7740.2856 8600.3496 -7740.2754 8600.3184 -7740.2871 8600.2969 c -7740.2881 8600.2656 -7740.3198 8600.2559 -7740.3418 8600.2559 c -7743.2422 8601.0645 -7746.375 8600.8242 -7749.3042 8600.2783 c -7749.3262 8600.2793 -7749.3574 8600.291 -7749.3672 8600.3223 c -7749.3662 8600.3438 -7749.355 8600.375 -7749.3223 8600.3848 c -7749.3223 8600.3848 l f -7747.8374 8599.3076 m -7747.7295 8599.3789 -7747.6313 8599.4941 -7747.5234 8599.502 c -7743.7886 8599.832 -7740.1631 8599.7813 -7736.4746 8599.6641 c -7736.4526 8599.6641 -7736.4209 8599.6426 -7736.4214 8599.6211 c -7736.4214 8599.5879 -7736.4551 8599.5684 -7736.4766 8599.5684 c -7739.3223 8599.6816 -7742.1401 8599.6992 -7745.0039 8599.5352 c -7745.9336 8599.4766 -7746.9082 8599.7402 -7747.7778 8599.2207 c -7747.7993 8599.2109 -7747.8306 8599.2109 -7747.8506 8599.2334 c -7747.8618 8599.2559 -7747.8594 8599.2871 -7747.8374 8599.3076 c -7747.8374 8599.3076 l f -7743.373 8601.3672 m -7741.5098 8602.6797 -7739.3022 8603.374 -7737.1001 8603.8867 c -7737.0679 8603.8965 -7737.0474 8603.8848 -7737.0366 8603.8535 c -7737.0273 8603.8203 -7737.0488 8603.8008 -7737.0703 8603.79 c -7739.2617 8603.2656 -7741.459 8602.6035 -7743.3105 8601.2803 c -7743.3433 8601.2598 -7743.375 8601.2715 -7743.3848 8601.293 c -7743.4058 8601.3145 -7743.3945 8601.3457 -7743.373 8601.3672 c -7743.373 8601.3672 l f -7748.9321 8608.0566 m -7746.7295 8608.5703 -7744.5298 8609.0303 -7742.2798 8609.2754 c -7742.2598 8609.2852 -7742.229 8609.2637 -7742.229 8609.2422 c -7742.2183 8609.209 -7742.2407 8609.1777 -7742.2729 8609.1787 c -7744.5122 8608.8809 -7746.7305 8608.5176 -7748.9126 8607.9502 c -7748.9351 8607.9512 -7748.9673 8607.9629 -7748.9766 8607.9941 c -7748.9751 8608.0156 -7748.9648 8608.0479 -7748.9321 8608.0566 c -7748.9321 8608.0566 l f -7748.439 8607.3604 m -7746.3457 8608.1973 -7744.1016 8607.9297 -7741.9023 8607.9629 c -7741.8706 8607.9609 -7741.8496 8607.9395 -7741.8506 8607.9082 c -7741.8521 8607.875 -7741.873 8607.8555 -7741.8945 8607.8555 c -7744.0928 8607.8438 -7746.3374 8608.0996 -7748.4209 8607.2529 c -7748.4434 8607.2539 -7748.4746 8607.2656 -7748.4834 8607.2969 c -7748.4834 8607.3184 -7748.4722 8607.3506 -7748.439 8607.3604 c -7748.439 8607.3604 l f -7747.707 8608.7051 m -7746.3833 8608.752 -7745.1504 8608.5469 -7743.8271 8608.209 c -7743.3594 8608.0996 -7742.9199 8608.2266 -7742.4609 8608.2129 c -7741.897 8608.1973 l -7741.874 8608.1963 -7741.8633 8608.1855 -7741.8535 8608.1738 c -7741.834 8608.1523 -7741.8442 8608.1211 -7741.8662 8608.0996 c -7742.0625 8607.9453 l -7742.0742 8607.9453 -7742.085 8607.9355 -7742.0962 8607.9355 c -7742.5 8607.9473 l -7743.9551 8608.1914 -7745.457 8608.6719 -7746.8926 8608.0742 c -7746.9258 8608.0645 -7746.957 8608.0859 -7746.9673 8608.1074 c -7746.9673 8608.1396 -7746.9551 8608.1602 -7746.9336 8608.1709 c -7745.647 8608.6992 -7744.1714 8608.4756 -7742.8818 8608.0547 c -7742.0918 8608.043 L -7742.124 8608.0332 L -7741.9282 8608.1875 L -7741.8984 8608.0898 L -7742.4639 8608.1064 l -7742.9321 8608.1406 -7743.3848 8607.9834 -7743.8398 8608.1035 c -7745.1543 8608.4609 -7746.3975 8608.625 -7747.71 8608.5986 c -7747.7422 8608.5996 -7747.7642 8608.6211 -7747.7617 8608.6533 c -7747.7617 8608.6855 -7747.7402 8608.7061 -7747.707 8608.7051 c -7747.707 8608.7051 l f -7748.5718 8609.0605 m -7745.8711 8610.2207 -7742.9023 8609.5703 -7740.1279 8609.1816 c -7739.7832 8609.2891 l -7739.7617 8609.2988 -7739.7417 8609.2871 -7739.7207 8609.2656 c -7739.71 8609.2441 -7739.7217 8609.2129 -7739.7422 8609.2021 c -7740.0801 8609.0098 l -7742.7754 8608.3926 -7745.5391 8608.7813 -7748.271 8608.7852 c -7748.3022 8608.7871 -7748.3232 8608.8086 -7748.3223 8608.8398 c -7748.3198 8608.8721 -7748.2983 8608.8926 -7748.2681 8608.8926 c -7745.6738 8608.9355 -7743.0303 8608.4434 -7740.4727 8609.0742 c -7739.7954 8609.2891 L -7739.7534 8609.1914 L -7740.1406 8609.0859 l -7742.9058 8609.4424 -7745.8418 8610.1348 -7748.5313 8608.9746 c -7748.5537 8608.9648 -7748.585 8608.9648 -7748.5962 8608.998 c -7748.6055 8609.0195 -7748.605 8609.0508 -7748.5718 8609.0605 c -7748.5718 8609.0605 l f -7745.6895 8602.3945 m -7744.3945 8602.9004 -7742.9834 8602.6465 -7741.6802 8602.3438 c -7741.647 8602.3418 -7741.6367 8602.3203 -7741.6382 8602.2891 c -7741.6504 8602.2568 -7741.6714 8602.2461 -7741.7031 8602.248 c -7742.998 8602.5303 -7744.377 8602.8154 -7745.6504 8602.2969 c -7745.6826 8602.2871 -7745.7144 8602.2988 -7745.7246 8602.3311 c -7745.7222 8602.3525 -7745.7114 8602.3848 -7745.6895 8602.3945 c -7745.6895 8602.3945 l f -7746.1401 8604.2207 m -7744.2266 8604.6895 -7742.3145 8605.1035 -7740.355 8605.3242 c -7740.3242 8605.334 -7740.3022 8605.3125 -7740.293 8605.2803 c -7740.2954 8605.2598 -7740.3159 8605.2285 -7740.3374 8605.2285 c -7742.2959 8605.0078 -7744.209 8604.582 -7746.1206 8604.1133 c -7746.1426 8604.1152 -7746.1738 8604.126 -7746.1831 8604.1582 c -7746.1831 8604.1797 -7746.1719 8604.2109 -7746.1401 8604.2207 c -7746.1401 8604.2207 l f -7746.9336 8606.6348 m -7744.499 8607.4609 -7741.8647 8607.0547 -7739.3457 8607.0879 c -7739.313 8607.0879 -7739.293 8607.0664 -7739.293 8607.0332 c -7739.2954 8607.0117 -7739.3159 8606.9922 -7739.3481 8606.9922 c -7741.8574 8606.916 -7744.481 8607.3848 -7746.8945 8606.5264 c -7746.9282 8606.5273 -7746.959 8606.5391 -7746.9688 8606.5605 c -7746.9678 8606.5918 -7746.9561 8606.624 -7746.9336 8606.6348 c -7746.9336 8606.6348 l f -7742.0542 8607.8496 m -7740.6582 8608.5449 -7739.0503 8608.4033 -7737.5342 8608.4668 c -7737.502 8608.4648 -7737.4824 8608.4434 -7737.4824 8608.4121 c -7737.4834 8608.3906 -7737.5054 8608.3594 -7737.5366 8608.3594 c -7739.0137 8608.2207 -7740.6489 8608.5234 -7742.0039 8607.7617 c -7742.0366 8607.7529 -7742.0679 8607.7637 -7742.0786 8607.7861 c -7742.0879 8607.8076 -7742.0767 8607.8398 -7742.0542 8607.8496 c -7742.0542 8607.8496 l f -7741.3418 8604.4248 m -7740.3926 8604.3975 -7739.4336 8604.3701 -7738.4839 8604.3428 c -7738.4526 8604.3418 -7738.4312 8604.3203 -7738.4336 8604.2881 c -7738.4336 8604.2559 -7738.4551 8604.2354 -7738.4878 8604.2363 c -7739.437 8604.2637 -7740.397 8604.291 -7741.3457 8604.3184 c -7741.377 8604.3184 -7741.3975 8604.3418 -7741.3975 8604.373 c -7741.397 8604.4043 -7741.374 8604.4258 -7741.3418 8604.4248 c -7741.3418 8604.4248 l f -7739.1592 8602.0361 m -7738.6895 8602.0645 -7738.209 8602.0723 -7737.7383 8602.0918 c -7737.7168 8602.0908 -7737.6855 8602.0684 -7737.6865 8602.0371 c -7737.687 8602.0039 -7737.71 8601.9844 -7737.7417 8601.9844 c -7738.2114 8601.9873 -7738.6816 8601.9375 -7739.1514 8601.9395 c -7739.1831 8601.9297 -7739.2031 8601.9512 -7739.2134 8601.9844 c -7739.2129 8602.0156 -7739.1914 8602.0371 -7739.1592 8602.0361 c -7739.1592 8602.0361 l f -7746.9702 8604.2344 m -7746.5688 8604.5107 -7746.125 8604.6797 -7745.645 8604.751 c -7745.6113 8604.7607 -7745.5918 8604.7383 -7745.5806 8604.7168 c -7745.5703 8604.6855 -7745.5928 8604.6543 -7745.6152 8604.6543 c -7746.0854 8604.5723 -7746.5176 8604.4023 -7746.9209 8604.1475 c -7746.9521 8604.1377 -7746.9849 8604.1387 -7746.9946 8604.1709 c -7747.0039 8604.1934 -7746.9922 8604.2246 -7746.9702 8604.2344 c -7746.9702 8604.2344 l f -7748.1904 8610.085 m -7745.7344 8610.5273 -7743.2983 8611.001 -7740.7993 8610.7266 c -7740.7778 8610.7266 -7740.7568 8610.7041 -7740.7578 8610.6719 c -7740.7578 8610.6406 -7740.7798 8610.6191 -7740.8022 8610.6191 c -7743.291 8610.873 -7745.7344 8610.4844 -7748.1719 8609.9775 c -7748.1934 8609.9785 -7748.2256 8609.9902 -7748.2344 8610.0215 c -7748.2344 8610.043 -7748.2222 8610.0752 -7748.1904 8610.085 c -7748.1904 8610.085 l f 0.195 0.156 0.117 0 k -7748.166 8598.6445 m -7745.7969 8598.2676 -7743.4058 8598.3477 -7741.0298 8598.5898 c -7740.998 8598.5879 -7740.9766 8598.5664 -7740.9766 8598.5352 c -7740.9785 8598.5137 -7741 8598.4824 -7741.0215 8598.4824 c -7743.4082 8598.2422 -7745.791 8598.1602 -7748.1694 8598.5391 c -7748.2026 8598.5391 -7748.2222 8598.5605 -7748.2217 8598.5938 c -7748.2207 8598.625 -7748.1992 8598.6465 -7748.166 8598.6445 c -7748.166 8598.6445 l f 0.335 0.268 0.201 0 k -7747.4351 8598.1113 m -7744.9282 8598.1152 -7742.4146 8598.2773 -7739.918 8597.8965 c -7739.8862 8597.8945 -7739.8647 8597.873 -7739.8662 8597.8418 c -7739.8672 8597.8086 -7739.8896 8597.7891 -7739.9209 8597.7891 c -7742.418 8598.1699 -7744.9297 8598.0293 -7747.4375 8598.0059 c -7747.46 8598.0059 -7747.481 8598.0273 -7747.4785 8598.0596 c -7747.4785 8598.0918 -7747.457 8598.1123 -7747.4351 8598.1113 c -7747.4351 8598.1113 l f 0.205 0.164 0.123 0 k -7748.9766 8598.3262 m -7747.5039 8598.668 -7746.0078 8598.4023 -7744.5391 8598.2207 c -7744.5078 8598.2207 -7744.4873 8598.1973 -7744.499 8598.166 c -7744.5 8598.1348 -7744.5215 8598.1133 -7744.5537 8598.125 c -7746.0103 8598.2842 -7747.4961 8598.583 -7748.9473 8598.2188 c -7748.9785 8598.2207 -7749.0103 8598.2324 -7749.0098 8598.2637 c -7749.019 8598.2852 -7748.998 8598.3164 -7748.9766 8598.3262 c -7748.9766 8598.3262 l f -7742.3535 8597.7949 m -7741.1978 8597.9219 -7740.0273 8597.8145 -7738.8926 8597.5898 c -7738.8711 8597.5781 -7738.8506 8597.5566 -7738.8618 8597.5244 c -7738.8623 8597.5029 -7738.8945 8597.4824 -7738.916 8597.4941 c -7740.0503 8597.7402 -7741.1914 8597.7939 -7742.3462 8597.6885 c -7742.3794 8597.6895 -7742.3984 8597.7109 -7742.4087 8597.7324 c -7742.4082 8597.7646 -7742.3862 8597.7852 -7742.3535 8597.7949 c -7742.3535 8597.7949 l f 0.335 0.268 0.201 0 k -7749.2681 8600.4473 m -7747.9214 8601.1885 -7746.3066 8600.5977 -7744.855 8600.6416 c -7744.8223 8600.6406 -7744.8022 8600.6191 -7744.8022 8600.5859 c -7744.8042 8600.5654 -7744.8262 8600.5449 -7744.8574 8600.5449 c -7746.2886 8600.4902 -7747.8823 8601.0801 -7749.2168 8600.3506 c -7749.2383 8600.3398 -7749.2695 8600.3516 -7749.291 8600.374 c -7749.3008 8600.3955 -7749.2886 8600.4277 -7749.2681 8600.4473 c -7749.2681 8600.4473 l f -7747.8945 8602.5645 m -7745.6719 8603.0449 -7743.3896 8602.6162 -7741.1504 8602.5625 c -7741.1177 8602.5615 -7741.0977 8602.5391 -7741.0977 8602.5078 c -7741.1001 8602.4863 -7741.1318 8602.4668 -7741.1519 8602.4668 c -7743.3833 8602.4775 -7745.6519 8602.9805 -7747.875 8602.457 c -7747.8975 8602.457 -7747.9287 8602.4688 -7747.9375 8602.502 c -7747.9375 8602.5225 -7747.9258 8602.5547 -7747.8945 8602.5645 c -7747.8945 8602.5645 l f -7742.0273 8599.1406 m -7740.3496 8599.9688 -7738.499 8600.502 -7736.603 8600.3613 c -7736.5718 8600.3613 -7736.5513 8600.3389 -7736.5527 8600.3066 c -7736.5527 8600.2754 -7736.5742 8600.2539 -7736.6074 8600.2559 c -7738.481 8600.416 -7740.3198 8599.8604 -7741.9873 8599.0547 c -7742.0078 8599.0449 -7742.041 8599.0449 -7742.0503 8599.0781 c -7742.061 8599.0996 -7742.061 8599.1309 -7742.0273 8599.1406 c -7742.0273 8599.1406 l f u 0.5 0.85 1 0.45 k -7895 8605.9082 m -7895.0254 8606.4883 -7894.5664 8607.1875 -7893.167 8607.9902 C -7892.8521 8608.0029 -7891.3945 8608.0234 -7889.0889 8608.0488 C -7889.0889 8605.8223 L -7891.1382 8605.8457 -7893.1177 8605.8867 -7895 8605.9082 C f -7894.5088 8604.9688 m -7889.0889 8604.8447 L -7889.0889 8603.8145 L -7892.644 8603.959 L -7893.8145 8604.3301 -7894.5088 8604.9688 V f 0.5 0.85 1 0.32 k -7889.0889 8604.8252 m -7894.4746 8604.9434 L -7894.7695 8605.2148 -7894.9849 8605.5566 -7895 8605.9277 C -7893.1177 8605.9063 -7891.1382 8605.8848 -7889.0889 8605.8613 C -7889.0889 8604.8252 L f 0.5 0.85 1 0.45 k -7784.1504 8604.6172 m -7862.3584 8605.541 -7889.1079 8605.8418 V -7889.1079 8608.0488 L -7872.8145 8608.2324 -7813.9902 8608.707 Y -7779.749 8607.6641 L -7780.457 8604.5684 L -7784.1504 8604.6172 L f 0.5 0.85 1 0.12 k -7889.1079 8603.8145 m -7889.1079 8604.8447 L -7780.4258 8603 L -7780.3833 8600.8633 L -7813.6553 8600.7129 L -7889.1079 8603.8145 L f u 0.065 0.052 0.039 0 k -7757.0728 8599.1465 m -7757.0366 8600.4258 L -7757.2954 8599.1172 L -7775.897 8603.6563 L -7776.9375 8603.2734 L -7776.8794 8603.6055 -7776.8398 8603.957 -7776.8306 8604.3223 c -7776.8242 8604.5283 -7776.8281 8604.7285 -7776.8398 8604.9258 C -7768.3862 8606.0986 -7758.9634 8601.6719 -7757.0366 8600.4258 C -7756.7402 8610.7559 L -7756.041 8610.8613 L -7755.8042 8603.207 L -7750.1816 8603.1543 L -7750.0898 8601.0137 -7750.0718 8599.0215 -7750.2407 8598.0352 C -7757.0728 8599.1465 L f 0.4 0.7 1 0 k -7780.457 8604.5879 m -7780.4258 8602.9805 L -7889.1079 8604.8252 L -7889.1079 8605.8613 L -7862.3584 8605.5605 -7780.457 8604.5879 Y f U U 0.025 0.02 0.015 0 k -7744.7344 8607.0293 m -7744.7344 8607.0625 -7744.7129 8607.082 -7744.6802 8607.082 c -7741.6714 8607.1133 -7739.4214 8606.9453 -7736.415 8606.8594 C -7736.4087 8606.7656 L -7739.3262 8606.8701 -7741.7607 8607.0078 -7744.6841 8606.9746 C -7744.7168 8606.9766 -7744.7358 8606.998 -7744.7344 8607.0293 C f -7736.3994 8606.7656 m -7736.4082 8606.7441 L -7736.4087 8606.7656 L -7736.4063 8606.7656 -7736.4033 8606.7656 -7736.3994 8606.7656 C f -7740.4487 8605.4238 m -7741.4458 8605.292 -7742.3394 8605.7656 -7743.2114 8606.1973 C -7743.2441 8606.208 -7743.2534 8606.2402 -7743.2422 8606.2715 C -7743.2305 8606.293 -7743.1982 8606.3027 -7743.1777 8606.291 c -7742.3262 8605.8301 -7741.4312 8605.4199 -7740.4678 8605.5195 c -7739.1079 8605.6621 -7737.9038 8606.375 -7736.5254 8606.4531 C -7736.4463 8606.3594 L -7738.04 8606.2656 -7738.8647 8605.623 -7740.4487 8605.4238 c f U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 6) 0 A u 1 Ap 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7894.75 8587 m -7894.75 8611 L -7884.75 8611 L -7884.75 8587 L -7894.75 8587 L n 0 Ap 0 O 1 g -7884.75 8589 m -7885.0703 8589 -7885.3857 8589.0186 -7885.6982 8589.0479 c -7887.5879 8589.2256 -7889.3198 8589.9346 -7890.7559 8591.0176 c -7892.2529 8592.1465 -7893.4199 8593.6816 -7894.0942 8595.4639 c -7894.5122 8596.5645 -7894.75 8597.7529 -7894.75 8599 c -7894.75 8600.8623 -7894.2319 8602.5996 -7893.3457 8604.0918 c -7891.6025 8607.0273 -7888.4102 8609 -7884.75 8609 C -7884.75 8589 L f 0 R 0 G 1 J 1 j 0.5 w -7884.75 8608.6816 m -7887.7793 8607.7256 -7890.6074 8606.0674 -7893.3457 8604.0918 C S -7884.75 8603.0488 m -7887.8999 8600.6436 -7890.957 8597.9131 -7894.0942 8595.4639 C S -7890.7559 8591.0176 m -7888.6904 8592.1084 -7886.7017 8593.4668 -7884.75 8594.957 C S -7885.6982 8589.0479 m -7885.3809 8589.1309 -7885.063 8589.2148 -7884.75 8589.3145 C S -7890.7559 8591.0176 m -7889.3193 8589.9355 -7887.5879 8589.2256 -7885.6982 8589.0479 C S -7894.0942 8595.4639 m -7894.5122 8596.5645 -7894.75 8597.7529 -7894.75 8599 c -7894.75 8600.8623 -7894.231 8602.5996 -7893.3457 8604.0918 C S -7884.75 8589 m -7885.0703 8589 -7885.3857 8589.0186 -7885.6982 8589.0479 C S -7890.7559 8591.0176 m -7892.2529 8592.1465 -7893.4199 8593.6816 -7894.0942 8595.4639 C S -7893.3457 8604.0918 m -7891.6025 8607.0273 -7888.4102 8609 -7884.75 8609 C S U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 8) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7893.9521 8608.3125 m -7786.7954 8608.3125 L -7786.7954 8594.1855 L -7893.9521 8594.1855 L -7893.9521 8608.3125 L n u 0 O 0 0 0 1 k -7892.2832 8607.623 m -7892.8535 8610 -7892.8184 8606.0039 V -7893.0479 8602.8027 L -7893.6167 8600.4551 L -7893.4502 8598.123 L -7891.9502 8597.4551 -7875.2832 8596.123 V -7868.6167 8594.7891 -7859.6167 8594.7891 V -7794.3936 8595.4766 -7789.4912 8596.8848 v -7830.3882 8594.875 -7832.9688 8595.5117 v -7793.8569 8597.1602 -7790.8545 8598.4316 v -7828.79 8596.5469 -7832.167 8598.1777 v -7797.249 8599.9102 -7793.021 8601.5313 v -7799.7217 8600.8828 -7801.5127 8601.082 v -7798.3896 8601.5703 l -7803.4194 8601.502 l -7806.3218 8601.1289 l -7798.4521 8602.2422 -7797.9033 8602.8086 v -7794.3154 8602.1309 -7808.5186 8602.3848 v -7842.1177 8598.4551 -7892.2832 8607.623 V f /BBAccumRotation (5.805971) XT 0 R 0 0 0 0.5 K 0.025 w -7893.9502 8597.123 m -7873.667 8595.2949 -7853.9727 8594.2207 v -7811.1514 8594.502 -7806.5737 8594.9004 v -7794.1631 8595.0313 -7786.7959 8596.0273 v S /BBAccumRotation (5.805971) XT 0 0 0 1 K -7831.8369 8594.4082 m -7835.2959 8594.0273 -7861.2607 8594.2793 Y -7871.627 8594.1602 -7893.9502 8597.123 Y S /BBAccumRotation (5.805971) XT -7830.9873 8597.6641 m -7800.3608 8598.582 -7793.6606 8599.2324 v S /BBAccumRotation (5.805971) XT 0 0 0 0.5 K -7839.6201 8602.2051 m -7804.3706 8603.6172 -7801.4058 8604.1406 v S /BBAccumRotation (5.805971) XT U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 10) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7894 8610 m -7843.8921 8610 L -7843.8921 8553.9756 L -7894 8553.9756 L -7894 8610 L n u 0 O 0.1 1 1 0 k -7856.9014 8575.5752 m -7858.7178 8569.0957 -7868.8247 8572.4658 Y -7868.791 8572.5303 L -7878.8999 8569.1611 -7880.7144 8575.6396 V -7886.6758 8593.0068 -7881.4922 8599.7451 V -7874.7529 8609.3369 -7870.6055 8609.3369 V -7867.0103 8609.2705 L -7862.8638 8609.2705 -7856.125 8599.6816 Y -7850.9409 8592.9424 -7856.9014 8575.5752 Y f u 0 0 0 1 k -7861.3926 8553.9756 m -7862.1167 8555.4199 -7862.9238 8556.4756 V -7862.4058 8556.0635 -7861.5151 8555.1924 -7861.3926 8553.9756 C f -7875.064 8556.4854 m -7875.8711 8555.4307 -7876.5942 8553.9863 Y -7876.4727 8555.2021 -7875.582 8556.0732 -7875.064 8556.4854 C f U 0 0.61 0.74 0 k -7860.5977 8578.4609 m -7861.9038 8573.7959 -7869.1816 8576.2217 Y -7869.1567 8576.2686 L -7876.436 8573.8428 -7877.7417 8578.5078 V -7882.0337 8591.0117 -7878.3018 8595.8633 V -7873.4487 8602.7686 -7870.4634 8602.7686 V -7867.875 8602.7227 L -7864.8887 8602.7227 -7860.0366 8595.8174 Y -7856.3042 8590.9639 -7860.5977 8578.4609 Y f u 1 Ap 0.73 0.43 1 0.22 k 0 R 0 0 0 1 K -7864.6226 8581.2754 m -7863.813 8581.2754 -7863.1558 8580.6182 -7863.1558 8579.8096 c -7863.1558 8579 -7863.813 8578.3428 -7864.6226 8578.3428 c -7865.4321 8578.3428 -7866.0889 8579 -7866.0889 8579.8096 c -7866.0889 8580.6182 -7865.4321 8581.2754 -7864.6226 8581.2754 c b -7864.3638 8592.9971 m -7863.0806 8592.9971 -7862.0415 8592.1201 -7862.0415 8591.042 c -7862.0415 8589.9619 -7863.0806 8589.0869 -7864.3638 8589.0869 c -7865.645 8589.0869 -7866.6846 8589.9619 -7866.6846 8591.042 c -7866.6846 8592.1201 -7865.645 8592.9971 -7864.3638 8592.9971 c b -7863.834 8604.7861 m -7862.2817 8604.7861 -7861.0239 8604.1299 -7861.0239 8603.3213 c -7861.0239 8602.5117 -7862.2817 8601.8545 -7863.834 8601.8545 c -7865.3862 8601.8545 -7866.645 8602.5117 -7866.645 8603.3213 c -7866.645 8604.1299 -7865.3862 8604.7861 -7863.834 8604.7861 c b -7859.6104 8576.5264 m -7858.8687 8576.5264 -7858.2671 8575.8154 -7858.2671 8574.9365 c -7858.2671 8574.0596 -7858.8687 8573.3477 -7859.6104 8573.3477 c -7860.353 8573.3477 -7860.9546 8574.0596 -7860.9546 8574.9365 c -7860.9546 8575.8154 -7860.353 8576.5264 -7859.6104 8576.5264 c b -7858.0034 8598.083 m -7858.8818 8597.7354 -7859.1494 8596.335 -7858.603 8594.9541 c -7858.0566 8593.5752 -7856.9014 8592.7363 -7856.0234 8593.085 c -7855.145 8593.4326 -7854.877 8594.833 -7855.4233 8596.2139 c -7855.9702 8597.5947 -7857.125 8598.4316 -7858.0034 8598.083 c b u -7873.0566 8581.1592 m -7873.8662 8581.1592 -7874.5239 8580.502 -7874.5239 8579.6934 c -7874.5239 8578.8828 -7873.8662 8578.2266 -7873.0566 8578.2266 c -7872.248 8578.2266 -7871.5913 8578.8828 -7871.5913 8579.6934 c -7871.5913 8580.502 -7872.248 8581.1592 -7873.0566 8581.1592 c b -7873.3159 8592.8799 m -7874.5991 8592.8799 -7875.6382 8592.0049 -7875.6382 8590.9248 c -7875.6382 8589.8447 -7874.5991 8588.9697 -7873.3159 8588.9697 c -7872.0342 8588.9697 -7870.9951 8589.8447 -7870.9951 8590.9248 c -7870.9951 8592.0049 -7872.0342 8592.8799 -7873.3159 8592.8799 c b -7873.8457 8604.6709 m -7875.3975 8604.6709 -7876.6558 8604.0146 -7876.6558 8603.2041 c -7876.6558 8602.3936 -7875.3975 8601.7383 -7873.8457 8601.7383 c -7872.293 8601.7383 -7871.0352 8602.3936 -7871.0352 8603.2041 c -7871.0352 8604.0146 -7872.293 8604.6709 -7873.8457 8604.6709 c b -7878.0679 8576.4092 m -7878.811 8576.4092 -7879.4121 8575.6982 -7879.4121 8574.8213 c -7879.4121 8573.9443 -7878.811 8573.2334 -7878.0679 8573.2334 c -7877.3262 8573.2334 -7876.7241 8573.9443 -7876.7241 8574.8213 c -7876.7241 8575.6982 -7877.3262 8576.4092 -7878.0679 8576.4092 c b -7879.6758 8597.9678 m -7878.7983 8597.6201 -7878.5298 8596.2188 -7879.0762 8594.8379 c -7879.6226 8593.457 -7880.7778 8592.6201 -7881.6558 8592.9678 c -7882.5342 8593.3164 -7882.8032 8594.7178 -7882.2568 8596.0967 c -7881.7104 8597.4775 -7880.5552 8598.3154 -7879.6758 8597.9678 c b U U 0 Ap 0 0 0 1 k -7869.1318 8576.6553 m -7869.1318 8609.3145 l F u -7853.3906 8562.5303 m -7854.0815 8561.8369 -7857.019 8562.7021 Y -7858.229 8562.874 -7858.0562 8565.2939 Y -7857.019 8567.3682 -7857.7104 8567.1943 Y -7858.2998 8567.1943 -7859.855 8567.1143 -7860.7822 8567.0635 C -7861.1226 8565.6689 -7862.6128 8564.4756 -7864.7217 8563.7695 C -7862.7578 8560.4775 -7864.5176 8559.7949 -7866.2935 8559.79 C -7866.3096 8559.7021 -7866.332 8559.6162 -7866.3599 8559.5332 C -7864.1089 8559.5791 -7863.6392 8557.2588 Y -7863.4048 8557.0635 -7863.1606 8556.7861 -7862.9238 8556.4756 C -7863.1416 8556.6475 -7863.2944 8556.7393 Y -7864.2583 8556.7393 -7865.8774 8558.4941 -7866.4966 8559.207 C -7866.9194 8558.4434 -7867.853 8557.9111 -7868.9434 8557.9111 c -7870.0698 8557.9111 -7871.0322 8558.4795 -7871.4312 8559.2852 C -7871.9985 8558.624 -7873.6968 8556.751 -7874.6943 8556.751 C -7874.8462 8556.6572 -7875.064 8556.4854 V -7874.8281 8556.7939 -7874.583 8557.0732 -7874.3481 8557.2686 C -7873.8638 8559.6563 -7871.5254 8559.5342 V -7871.5449 8559.5889 -7871.5674 8559.6436 -7871.5806 8559.7021 C -7874.9238 8559.6924 -7873.937 8562.3174 -7873.2104 8563.6602 C -7875.5918 8564.376 -7877.2646 8565.7012 -7877.5239 8567.25 C -7878.4473 8567.2998 -7879.6729 8567.3584 -7880.1802 8567.3584 C -7880.8726 8567.5313 -7879.835 8565.458 V -7879.6626 8563.0391 -7880.8726 8562.8662 V -7883.8096 8562.002 -7884.501 8562.6934 V -7885.1919 8563.5566 -7886.0562 8562.3467 V -7885.1919 8564.0752 -7883.291 8563.5566 V -7880.6982 8562.8662 -7881.3906 8564.5938 V -7881.9087 8568.0498 -7880.1802 8568.7402 V -7878.0342 8569.8545 -7876.2822 8570.0889 V -7875.9087 8570.4141 -7875.4639 8570.7109 -7874.958 8570.9766 C -7877.5562 8571.0469 -7880.2246 8571.9209 -7881.0752 8574.9561 C -7881.5151 8576.2432 -7882.0518 8578.2432 V -7883.1025 8578.8252 -7884.3022 8580.0078 -7885.541 8582.2627 C -7886.394 8585.4502 -7887.167 8580.7129 V -7888.3975 8577.6494 -7889.6504 8577.5381 V -7888.4702 8579.2871 -7888.9038 8580.416 V -7887.2998 8584.917 -7885.6138 8583.8994 V -7884.0986 8583.2197 -7882.688 8580.8154 V -7883.0698 8582.4971 -7883.4326 8584.417 -7883.6743 8586.3906 C -7884.4888 8586.3975 L -7886.3506 8585.4795 -7886.3262 8588.959 V -7887.1226 8592.9453 -7886.3594 8595.6826 V -7885.647 8598.1504 -7888.1274 8596.9307 V -7889.2842 8597.3242 -7889.9839 8596.7881 V -7892.3882 8595.4131 -7894 8597.124 V -7892.147 8596.8799 -7891.4482 8597.417 V -7889.9785 8597.5615 -7889.897 8598.1787 V -7886.9561 8598.8555 -7886.188 8598.0771 V -7884.417 8597.2139 -7885.1304 8594.3604 V -7885.8799 8586.4814 -7884.3198 8588.4053 V -7884.1182 8588.4219 -7883.8784 8588.5176 V -7884.1519 8592.4326 -7883.8018 8596.3252 -7881.9961 8598.8516 C -7885.4536 8591.333 -7880.2974 8576.3037 Y -7878.9609 8571.5303 -7873.127 8572.1016 -7870.145 8572.7344 C -7870.0718 8574.1299 -7869.8374 8575.9492 -7869.1318 8576.6553 C -7868.2134 8574.6963 -7868.2358 8573.0732 V -7867.0762 8572.7217 -7860.2817 8570.8447 -7857.4487 8574.3369 C -7858.4312 8571.8135 -7860.8262 8571.0186 -7863.2007 8570.9189 C -7862.667 8570.6318 -7862.2041 8570.3047 -7861.8257 8569.9502 C -7860.041 8569.7861 -7857.7104 8568.5771 Y -7855.9814 8567.8857 -7856.5015 8564.4307 Y -7857.1919 8562.7021 -7854.5991 8563.3936 Y -7852.7002 8563.9111 -7851.835 8562.1836 Y -7852.7002 8563.3936 -7853.3906 8562.5303 Y f -7847.9082 8596.9521 m -7848.6074 8597.4893 -7849.7632 8597.0938 Y -7852.2446 8598.3135 -7851.5327 8595.8467 Y -7850.769 8593.1104 -7851.564 8589.1221 Y -7851.541 8585.6445 -7853.4014 8586.5596 Y -7854.0342 8586.5557 L -7854.3198 8584.6123 -7854.7046 8582.7549 -7855.0898 8581.1699 C -7853.7129 8583.4199 -7852.2778 8584.0635 Y -7850.5913 8585.082 -7848.9878 8580.5791 Y -7849.4214 8579.4502 -7848.2417 8577.7021 Y -7849.4937 8577.8125 -7850.7246 8580.876 Y -7851.4976 8585.6152 -7852.3511 8582.4268 Y -7853.5776 8580.1904 -7854.769 8579.0098 -7855.814 8578.4229 C -7856.2026 8577.0635 -7856.4858 8576.2393 Y -7856.7002 8575.4727 -7857.0337 8574.8486 -7857.4487 8574.3369 C -7857.3799 8574.5127 -7857.3174 8574.6982 -7857.2632 8574.8916 C -7851.3022 8592.2588 -7856.4858 8598.9971 V -7863.2246 8608.5869 -7867.3721 8608.5869 V -7870.9663 8608.6514 L -7875.1138 8608.6514 -7881.853 8599.0615 Y -7881.9038 8598.9961 -7881.9463 8598.9219 -7881.9961 8598.8516 C -7881.7378 8599.4141 -7881.437 8599.9404 -7881.0752 8600.4092 C -7874.3359 8610 -7870.189 8610 V -7866.5942 8609.9346 L -7862.4482 8609.9346 -7855.709 8600.3447 Y -7853.5801 8597.5771 -7853.3306 8593.0176 -7853.7769 8588.6055 C -7853.6553 8588.5752 -7853.5698 8588.5684 Y -7852.0112 8586.6475 -7852.7598 8594.5244 Y -7853.4746 8597.3789 -7851.7026 8598.2402 Y -7850.9351 8599.0186 -7847.9946 8598.3428 Y -7847.9136 8597.7256 -7846.4434 8597.5811 Y -7845.7446 8597.0449 -7843.8921 8597.2881 Y -7845.5024 8595.5771 -7847.9082 8596.9521 Y f U U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 34) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7894.0254 8610.0264 m -7838.0542 8610.0264 L -7838.0542 8548.5342 L -7894.0254 8548.5342 L -7894.0254 8610.0264 L n u u 0 O 0.0745 0.9 0.9019 0.18 k 0 R 0 0 0 1 K 1 J 1 j 0.0518 w -7867.5991 8586.7217 m -7867.3594 8597.5215 -7872.8794 8607.8398 v -7872.4009 8610 -7870.959 8610 v -7871.2002 8606.6406 -7870.2393 8606.1611 v -7865.9199 8594.1602 -7866.6382 8586.2402 v -7867.5991 8586.7217 l b -7867.5991 8586.7217 m -7869.2793 8592 -7881.0391 8593.2012 v -7885.3594 8593.6807 -7885.5991 8595.1211 v -7879.1206 8585.5195 -7878.1602 8585.7607 v -7891.3594 8580.001 -7894 8574.7197 v -7888.959 8577.6006 -7885.5991 8575.4404 v -7877.6802 8575.2012 -7872.6406 8577.3613 v -7868.8008 8579.2813 -7876.7202 8563.2012 v -7872.8794 8574.9609 -7869.2793 8548.5605 v -7868.3198 8553.8408 -7866.8799 8555.2813 v -7860.8799 8562.9609 -7861.8398 8565.1211 v -7862.3198 8568.9609 -7857.7598 8562.7207 v -7858 8572.3213 -7860.4009 8575.6807 v -7862.5591 8579.2813 -7856.5591 8577.1211 v -7850.5591 8575.2012 -7845.2793 8576.8809 v -7839.7598 8578.3203 -7838.0801 8575.4404 v -7849.8398 8587.9209 -7855.5991 8587.6807 v -7853.9194 8591.2813 l -7851.519 8596.0811 -7852 8597.2813 v -7867.2681 8587.8828 -7867.5991 8586.7217 v b -7867.5991 8586.7217 m -7864.959 8568.2402 -7867.5991 8560.5605 v -7869.998 8550.001 -7869.2793 8548.5605 v S -7866.1602 8575.4404 m -7860.1602 8570.6406 -7858.959 8565.3604 v S -7866.1602 8574.7197 m -7875.0391 8567.041 -7876.7202 8563.2012 v S -7838.0801 8575.4404 m -7839.2793 8577.6006 -7867.3594 8585.7607 y -7872.4009 8580.2422 -7883.9199 8577.8408 v -7891.5986 8576.8809 -7894 8574.7197 v S -7884.6382 8593.6807 m -7873.1191 8584.5615 -7867.3594 8585.7607 y -7853.1992 8592 -7852 8597.2813 v S U U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 36) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7893.8496 8609.9961 m -7843.96 8609.9961 L -7843.96 8558.9258 L -7893.8496 8558.9258 L -7893.8496 8609.9961 L n u 0 O 0.025 0.1 0.475 0 k -7872.1504 8577.9043 m -7874.4766 8576.8125 -7876.6914 8576.4434 -7878.373 8576.9238 c -7879.0518 8577.1172 -7879.645 8577.4473 -7880.123 8577.9238 c -7880.6006 8578.4023 -7880.9297 8578.9951 -7881.123 8579.6729 c -7882.0088 8582.7715 -7880.0103 8587.6777 -7875.9233 8591.7666 c -7871.834 8595.8535 -7866.9297 8597.8516 -7863.8286 8596.9668 c -7863.1519 8596.7715 -7862.5586 8596.4424 -7862.0806 8595.9658 c -7861.603 8595.4883 -7861.2754 8594.8955 -7861.082 8594.2168 c -7860.5176 8592.2461 -7861.1226 8589.5449 -7862.6855 8586.7891 c -7863.582 8585.21 -7864.791 8583.6133 -7866.2793 8582.123 c -7868.1504 8580.2539 -7870.1914 8578.8242 -7872.1504 8577.9043 c f u 0.0035 0.014 0.0665 0 k -7871.2183 8576.9727 m -7873.8306 8576.0215 -7876.3975 8575.9688 -7878.373 8576.9238 C -7876.6914 8576.4434 -7874.4766 8576.8125 -7872.1504 8577.9043 c -7871.6191 8578.1543 -7871.0806 8578.4434 -7870.543 8578.7676 C -7868.8984 8578.0537 L -7869.667 8577.6172 -7870.4434 8577.2539 -7871.2183 8576.9727 c f 0.015 0.06 0.285 0 k -7868.8984 8578.0537 m -7870.543 8578.7676 L -7869.0962 8579.6348 -7867.6426 8580.7607 -7866.2793 8582.123 c -7866.1538 8582.25 -7866.0327 8582.3779 -7865.9102 8582.5059 C -7865.2153 8580.8633 L -7866.3706 8579.7236 -7867.6191 8578.7813 -7868.8984 8578.0537 C f U u 0.039 0.156 0.741 0 k -7859.687 8565.4043 m -7859.9746 8565.6914 -7871.2183 8576.9727 Y -7870.4434 8577.2539 -7869.667 8577.6172 -7868.8984 8578.0537 C -7855.4146 8564.5703 L -7857.061 8564.0996 -7858.6406 8564.3555 -7859.687 8565.4043 c f 0.025 0.1 0.475 0 k -7855.4146 8564.5703 m -7868.8984 8578.0537 L -7867.584 8578.8027 -7866.2969 8579.7754 -7865.1143 8580.957 c -7865.084 8580.9863 -7865.0586 8581.0156 -7865.0278 8581.0449 C -7851.3408 8567.3574 L -7851.5264 8567.1328 -7851.7202 8566.9141 -7851.9302 8566.7012 c -7853.0103 8565.623 -7854.2305 8564.9082 -7855.4146 8564.5703 C f U u 0.0115 0.046 0.2185 0 k -7845.9346 8574.3926 m -7843.5337 8571.9893 -7843.335 8568.0898 -7845.1382 8564.6973 C -7846.2954 8565.1182 L -7844.0938 8568.4961 -7843.8398 8572.2949 -7845.9346 8574.3926 c f 0.015 0.06 0.285 0 k -7853.5337 8559.5957 m -7852.582 8558.9258 L -7855.2046 8558.3516 -7857.8306 8558.9141 -7859.6206 8560.7061 c -7858.1719 8559.2578 -7855.9082 8558.9307 -7853.5337 8559.5957 C f 0.0295 0.118 0.5605 0 k -7853.5337 8559.5957 m -7855.9082 8558.9307 -7858.1719 8559.2578 -7859.6206 8560.7061 c -7861.019 8562.1055 -7861.3706 8564.2637 -7860.7954 8566.5469 C -7858.8672 8563.5449 -7855.4082 8564.5537 V -7853.585 8559.6309 L -7853.5337 8559.5957 L f *u 0.048 0.192 0.912 0 k 1 D -7845.9346 8574.3926 m -7847.2817 8575.7383 -7849.332 8576.1133 -7851.5234 8575.627 C -7861.6714 8585.7734 L -7861.7695 8585.5684 -7861.7695 8585.5684 -7861.6714 8585.7734 c -7860.2246 8588.8145 -7859.9702 8591.916 -7861.082 8594.2168 C -7860.5176 8592.2461 -7861.1226 8589.5449 -7862.6855 8586.7891 c -7863.5054 8585.3438 -7864.5918 8583.8848 -7865.9102 8582.5059 C -7865.2153 8580.8633 L -7865.1816 8580.8945 -7865.1465 8580.9238 -7865.1143 8580.957 c -7865.084 8580.9883 -7865.0566 8581.0176 -7865.0273 8581.0469 c -7865.0278 8581.0469 -7865.0278 8581.0469 -7865.0278 8581.0449 C -7851.3408 8567.3574 L -7846.3262 8565.1289 L -7846.2954 8565.1182 L -7844.0938 8568.4961 -7843.8398 8572.2949 -7845.9346 8574.3926 c f *U 0.0215 0.086 0.4085 0 k 0 D -7852.582 8558.9258 m -7853.5337 8559.5957 L -7851.6846 8560.1113 -7849.7656 8561.2285 -7848.1138 8562.8828 c -7847.4063 8563.5889 -7846.7998 8564.3418 -7846.2954 8565.1182 C -7845.1382 8564.6973 L -7845.6553 8563.7246 -7846.3374 8562.793 -7847.1802 8561.9512 c -7848.7695 8560.3594 -7850.6758 8559.3428 -7852.582 8558.9258 C f 0.0205 0.082 0.3895 0 k -7846.2954 8565.1182 m -7846.7998 8564.3418 -7847.4063 8563.5889 -7848.1138 8562.8828 c -7849.7656 8561.2285 -7851.6846 8560.1113 -7853.5337 8559.5957 C -7853.585 8559.6309 L -7855.4082 8564.5537 L -7854.2114 8564.9219 -7852.9878 8565.6436 -7851.9302 8566.7012 c -7851.7202 8566.9141 -7851.5264 8567.1328 -7851.3408 8567.3574 C -7846.3262 8565.1289 L -7846.2954 8565.1182 L f U u 0.445 0.356 0.267 0 k -7893.8496 8609.9961 m -7871.957 8586.9688 L -7872.2007 8586.6494 -7872.5752 8586.6133 -7872.8887 8586.6592 C -7877.1802 8591.2891 -7888.3145 8603.4561 -7892.7266 8608.2793 C -7893.5649 8609.3516 -7894 8609.9932 -7893.8496 8609.9961 C f 0.15 0.12 0.09 0 k -7893.834 8609.9961 m -7892.6606 8609.7031 -7871.6934 8588.0029 Y -7871.6934 8587.502 -7871.7993 8587.1758 -7871.957 8586.9688 C -7893.8496 8609.9961 L -7893.8442 8609.9961 -7893.8418 8610 -7893.834 8609.9961 c f 0.2 0.16 0.12 0 k -7892.7266 8608.2793 m -7888.3145 8603.4561 -7877.1802 8591.2891 -7872.8887 8586.6592 C -7873.2002 8586.7041 -7873.4526 8586.8301 Y -7874.603 8587.1328 -7888.5742 8602.9619 -7892.7266 8608.2793 C f U U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 37) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7892.9502 8609.2324 m -7843.0391 8609.2324 L -7843.0391 8545.1152 L -7892.9502 8545.1152 L -7892.9502 8609.2324 L n u 0 O 0 0 0 1 k 0 R 0 0 0 1 K 0 w -7843.2358 8545.1152 m -7843.6064 8545.248 -7843.9858 8545.2832 -7844.3833 8545.2031 c -7844.4863 8545.168 l -7844.5254 8545.1602 -7844.5703 8545.1787 -7844.6025 8545.1992 c -7844.9434 8545.3926 l -7848.7129 8547.2959 -7852.0962 8549.8965 -7854.5 8553.4473 c -7855.9634 8555.5918 -7857.123 8557.8789 -7858.7993 8559.8564 c -7859.1729 8560.209 -7859.1758 8560.7725 -7858.834 8561.1309 c -7858.4951 8561.501 -7857.918 8561.5078 -7857.561 8561.165 c -7857.4038 8561.21 l -7857.2642 8561.1289 -7857.0742 8561.0703 -7857.0234 8560.957 c -7855.853 8558.2031 -7855.1895 8555.5137 -7853.4336 8553.1387 c -7851.1719 8550.0947 -7848.1777 8547.9941 -7845.0298 8546.0234 c -7844.3672 8545.6055 L -7844.4966 8545.6348 L -7843.7695 8545.6426 l -7843.791 8545.6113 -7843.8008 8545.5957 -7843.8223 8545.5645 C -7843.6064 8545.5234 -7843.377 8545.4746 -7843.1626 8545.4336 c -7843.0762 8545.4238 -7843.0186 8545.3389 -7843.0391 8545.2383 c -7843.0503 8545.1523 -7843.1382 8545.1084 -7843.2358 8545.1152 c -7843.2358 8545.1152 l b -7859.2222 8558.9951 m -7859.5742 8558.8066 -7859.9658 8558.6719 -7860.248 8558.3887 c -7866.4521 8552.1719 -7876.6802 8551.2734 -7884.0488 8557.6855 C -7884.1582 8557.7813 -7884.1582 8557.957 -7884.063 8558.0645 C -7881.0527 8556.9434 -7872.8838 8558.375 -7869.3223 8561.4121 C -7869.2534 8561.4668 -7869.1465 8561.4531 -7869.1055 8561.3711 C -7869.0503 8561.3047 -7869.0664 8561.1953 -7869.1328 8561.1563 C -7872.5625 8558.0859 -7877.0674 8556.29 -7881.6729 8556.748 C -7878.8535 8555.1855 -7875.6313 8554.4941 -7872.3984 8554.6885 c -7867.7144 8554.9717 -7863.4634 8557.1191 -7859.3711 8559.2793 c -7859.291 8559.3193 -7859.1978 8559.293 -7859.1553 8559.2109 C -7859.1016 8559.1309 -7859.1426 8559.0352 -7859.2222 8558.9951 c b -7868.647 8560.3359 m -7870.2266 8564.3613 -7872.3911 8568.3203 -7875.8018 8571.0762 c -7875.9648 8571.2119 -7875.9946 8571.4492 -7875.8711 8571.6055 c -7875.7344 8571.7676 -7875.5049 8571.7793 -7875.3481 8571.6563 c -7871.123 8569.5967 -7868.1904 8565.1309 -7868.1626 8560.4014 c -7868.1626 8560.4014 l -7868.1328 8560.2676 -7868.2354 8560.1348 -7868.3633 8560.1221 c -7868.5039 8560.1055 -7868.6318 8560.1973 -7868.647 8560.3359 c -7868.647 8560.3359 l b -7862.9414 8565.0176 m -7863.042 8565.1816 -7863.1152 8565.3838 -7863.2617 8565.4824 c -7866.0806 8567.3906 -7868.9785 8568.6309 -7871.8848 8570.1328 c -7872.0503 8570.209 -7872.1118 8570.418 -7872.0313 8570.5703 c -7871.9512 8570.7227 -7871.7559 8570.7793 -7871.5898 8570.7041 c -7868.439 8569.3232 -7864.313 8568.5 -7862.6729 8565.1797 c -7862.6289 8565.1113 -7862.6455 8565.0146 -7862.7266 8564.9648 c -7862.7959 8564.9199 -7862.897 8564.9492 -7862.9414 8565.0176 c -7862.9414 8565.0176 l b -7862.6602 8565.918 m -7862.4438 8566.4297 -7862.1431 8566.8896 -7862.0503 8567.4355 c -7861.2183 8572.2773 -7861.1152 8577.042 -7862.248 8581.6875 c -7862.248 8581.6875 l -7862.3418 8581.9531 -7862.2114 8582.2441 -7861.9438 8582.3389 c -7861.6777 8582.4336 -7861.3882 8582.3125 -7861.2935 8582.0479 c -7859.293 8576.8115 -7859.897 8570.7373 -7862.3711 8565.7832 c -7862.4063 8565.7002 -7862.498 8565.6689 -7862.582 8565.6914 c -7862.6641 8565.7275 -7862.6978 8565.835 -7862.6602 8565.918 c -7862.6602 8565.918 l b -7861.5352 8581.5938 m -7858.8984 8579.2275 -7856.6816 8576.252 -7855.853 8572.7363 c -7855.853 8572.7363 l -7855.7246 8572.1816 -7856.0742 8571.623 -7856.6416 8571.4902 c -7857.1992 8571.375 -7857.7578 8571.7246 -7857.8862 8572.2793 c -7858.5649 8575.5313 -7859.8711 8578.6729 -7861.7954 8581.3867 c -7861.7954 8581.3867 l -7861.8462 8581.4551 -7861.834 8581.5576 -7861.7695 8581.6201 c -7861.6992 8581.6699 -7861.5977 8581.6582 -7861.5352 8581.5938 c -7861.5352 8581.5938 l b -7846.3711 8574.1826 m -7847.7114 8569.8301 -7850.2598 8566.0693 -7853.689 8563.1533 C -7853.729 8563.0723 -7853.8242 8563.0322 -7853.9038 8563.0859 C -7853.9863 8563.127 -7854.0122 8563.2207 -7853.9722 8563.3018 C -7853.957 8563.7891 -7853.7144 8564.2334 -7853.4458 8564.5313 c -7848.4063 8570.1621 -7844.9902 8578.7197 -7847.3433 8585.9551 C -7847.0762 8580.4512 -7848.7241 8574.3008 -7852.1362 8569.6738 c -7853.1606 8568.2695 -7854.7422 8568.1211 -7856.3081 8568.2031 C -7856.4023 8568.1895 -7856.4834 8568.2432 -7856.4961 8568.3369 c -7856.5098 8568.4189 -7856.4551 8568.5137 -7856.3623 8568.5254 C -7853.1479 8569.7695 -7851.4878 8573.2246 -7850.084 8576.1943 c -7848.415 8579.7441 -7847.7017 8583.6387 -7848.0054 8587.5 C -7848.0454 8587.6777 -7848.1138 8589.3975 -7847.9775 8589.4102 C -7847.8306 8589.4395 -7847.709 8589.3438 -7847.6802 8589.1943 C -7847.645 8589.0449 -7844.6426 8579.7988 -7846.3711 8574.1826 c b -7854.4863 8561.4912 m -7853.3945 8557.6211 -7851.1094 8554.251 -7848.4824 8551.2383 c -7848.3306 8551.1045 -7848.3145 8550.8867 -7848.4502 8550.7354 c -7848.5752 8550.6006 -7848.8047 8550.582 -7848.957 8550.7178 c -7852.3306 8553.332 -7853.4487 8557.541 -7854.7954 8561.375 c -7854.7954 8561.375 l -7854.8262 8561.4648 -7854.7754 8561.5586 -7854.6982 8561.5869 c -7854.6094 8561.6191 -7854.5166 8561.5684 -7854.4863 8561.4912 c -7854.4863 8561.4912 l b -7848.5313 8586.1094 m -7848.5991 8586.0566 -7848.707 8586.083 -7848.748 8586.1504 C -7848.9634 8586.4746 -7850.6914 8588.5195 -7851.3926 8589.1406 c -7856.1719 8593.3945 -7859.5137 8597.9609 -7867.5391 8601.7227 c -7874.4512 8604.9639 -7877.1113 8607.5957 -7884.3862 8605.8262 c -7887.687 8605.0293 -7889.0313 8604.5313 -7890.4351 8599.4551 C -7891.9473 8593.2988 -7890.8672 8595.7832 -7891.084 8588.4385 c -7891.2222 8583.6973 -7894 8572.4551 -7881.5254 8558.2598 C -7881.4199 8558.1484 -7881.4336 8557.9961 -7881.5337 8557.9072 C -7881.6328 8557.8027 -7881.7959 8557.8164 -7881.8862 8557.916 C -7887.5786 8562.7168 -7891.0234 8569.6582 -7892.3145 8576.9424 c -7893.2871 8582.4668 -7892.9199 8587.25 -7892.666 8593.6367 c -7892.5688 8596.0938 -7893.6855 8603.0723 -7888.9102 8607.0625 c -7885.3926 8610 -7880.3911 8609.5469 -7876.3545 8608.1563 c -7870.6992 8606.2119 -7865.9727 8603.1465 -7860.8711 8599.6094 c -7857.2656 8597.125 -7849.2881 8587.2852 -7848.4785 8586.3262 C -7848.4351 8586.2588 -7848.4502 8586.1504 -7848.5313 8586.1094 C b -7883.0503 8573.3057 m -7882.168 8572.5029 -7881.7017 8573.8457 -7881.4297 8574.6016 c -7881.1626 8575.3574 -7880.189 8575.25 -7880.5127 8575.5732 c -7880.8369 8575.8975 -7880.8369 8575.9521 -7881.3232 8575.5195 c -7881.8086 8575.0879 -7881.8086 8575.7363 -7882.5649 8575.25 c -7883.3198 8574.7627 -7883.645 8573.8457 -7883.0503 8573.3057 c b -7875.6519 8577.9492 m -7875.3657 8577.5918 -7874.6802 8577.5723 -7874.4648 8577.8945 c -7874.25 8578.2197 -7873.3306 8578.2734 -7873.4937 8578.5967 c -7873.6543 8578.9219 -7873.6016 8579.1387 -7874.0874 8578.9219 c -7874.5737 8578.7051 -7874.4121 8579.2998 -7874.897 8579.084 c -7875.3833 8578.8672 -7875.8687 8578.2197 -7875.6519 8577.9492 c b -7867.6074 8583.0791 m -7867.1206 8582.7559 -7865.8794 8583.5117 -7866.4727 8583.5117 c -7867.0674 8583.5117 -7866.311 8584.2676 -7866.8521 8584.4834 c -7867.3906 8584.6992 -7867.2832 8584.4297 -7867.6074 8584.6445 c -7867.9297 8584.8613 -7868.3633 8585.2393 -7868.5239 8584.4297 c -7868.6855 8583.6191 -7868.3633 8583.6191 -7867.9849 8583.3496 c -7867.6074 8583.0791 -7867.6074 8583.0791 y b -7882.2402 8583.3496 m -7881.1074 8583.2422 -7881.8633 8583.998 -7881.269 8584.4834 c -7880.6738 8584.9697 -7879.918 8585.6172 -7880.729 8585.4004 c -7881.5391 8585.1855 -7882.9961 8585.6719 -7882.9434 8584.5381 c -7882.8887 8583.4033 -7882.6328 8583.3867 -7882.2402 8583.3496 c b -7876.5703 8591.6113 m -7876.1016 8591.3438 -7876.6802 8591.7197 -7876.0303 8591.6113 c -7875.3833 8591.5039 -7874.7886 8591.6113 -7875.2207 8591.8281 c -7875.6519 8592.0439 -7876.3008 8592.1523 -7876.4634 8591.9893 c -7876.625 8591.8281 -7876.9473 8591.8281 -7876.5703 8591.6113 c b -7867.0674 8591.1797 m -7867.4785 8590.1797 -7866.0962 8590.4238 -7865.4473 8590.7461 c -7864.7998 8591.0723 -7863.8262 8590.4775 -7864.4209 8590.9102 c -7865.0137 8591.3418 -7864.7998 8590.9102 -7865.3926 8591.2334 c -7865.9873 8591.5566 -7866.6895 8592.0977 -7867.0674 8591.1797 c b -7882.6738 8597.0664 m -7882.7222 8596.0752 -7881.8086 8596.957 -7881.269 8597.0117 c -7880.729 8597.0664 -7880.0801 8597.0664 -7880.2432 8597.2813 c -7880.4038 8597.498 -7880.459 8597.498 -7881.1626 8597.7129 c -7881.8633 8597.9297 -7882.6191 8598.1445 -7882.6738 8597.0664 c b -7883.1582 8591.6113 m -7884.0664 8591.9746 -7884.293 8591.8809 -7884.5625 8592.2051 c -7884.834 8592.5293 -7885.1558 8593.2314 -7885.5352 8592.0977 c -7885.9121 8590.9629 -7885.4282 8589.7764 -7885.0479 8589.9375 c -7884.6714 8590.0996 -7884.293 8590.7461 -7883.8618 8590.9629 c -7883.4297 8591.1797 -7882.6191 8591.3945 -7883.1582 8591.6113 c b U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 41) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7894 8610 m -7813 8610 L -7813 8505 L -7894 8505 L -7894 8610 L n u u u 0 O 0 0 0 1 k -7875.8057 8522.4258 m -7876.0742 8520.6621 -7877.1602 8519.291 -7878.5239 8519.3965 c -7879.8862 8519.502 -7880.707 8521.0234 -7880.7432 8522.8066 c -7880.748 8523.0693 -7880.6743 8524.2441 -7880.6304 8524.4775 C -7880.6382 8524.582 -7880.6191 8524.6738 -7880.6104 8524.7803 c -7880.5142 8526.0254 -7879.3574 8527.3604 -7877.9414 8527.25 c -7876.5249 8527.1406 -7875.4897 8525.8613 -7875.6367 8524.4727 c -7875.644 8524.4072 -7875.6958 8523.626 -7875.707 8523.5625 C -7875.6816 8523.2852 -7875.7598 8522.7256 -7875.8057 8522.4258 c f -7886.2646 8531.7334 m -7886.9946 8539.916 -7881.5015 8539.1191 v -7878.3682 8538.0186 -7879.4414 8535.1211 v -7879.6426 8533.752 -7881.7847 8532.498 v -7882.146 8532.25 -7882.7632 8531.1016 v -7883.1294 8529.5977 -7884.5186 8529.2979 v -7886.0762 8529.251 -7886.2646 8531.7334 v f -7860.7646 8540.4971 m F -7860.0762 8538.3408 m -7860.7847 8537.1934 -7863.8848 8537.6279 Y -7864.811 8537.6885 -7865.3799 8537.1113 Y -7867.8394 8533.0918 -7871.0386 8533.8857 -7871.4082 8533.9932 C -7871.4097 8533.9863 L -7874.999 8534.6045 -7875.2666 8539.6035 V -7875.4912 8540.3828 -7876.335 8540.7695 V -7879.2695 8541.8613 -7879.3481 8543.208 V -7879.8999 8545.1152 -7877.6006 8545.7422 V -7875.6792 8546.2568 -7873.7886 8543.8945 V -7872.6113 8542.6797 -7869.5762 8541.9395 V -7869.5728 8541.9531 L -7866.3594 8541.0459 -7864.6392 8541.5889 Y -7861.8521 8542.7676 -7860.4063 8541.4014 Y -7858.6826 8539.7559 -7860.0762 8538.3408 Y f -7873.9834 8521.8789 m -7874.5854 8520.2002 -7874.2822 8518.4775 -7873.0327 8517.9229 c -7871.7842 8517.3672 -7870.3384 8518.3164 -7869.4585 8519.8672 c -7869.3286 8520.0957 -7868.8359 8521.165 -7868.7632 8521.3906 C -7868.7065 8521.4785 -7868.6792 8521.5684 -7868.6362 8521.667 c -7868.1289 8522.8086 -7868.5122 8524.5303 -7869.8105 8525.1074 c -7871.1089 8525.6855 -7872.6279 8525.0527 -7873.1582 8523.7617 c -7873.1831 8523.7002 -7873.5078 8522.9883 -7873.5298 8522.9268 C -7873.6831 8522.6963 -7873.8809 8522.166 -7873.9834 8521.8789 c f -7859.7129 8524.9316 m -7855.1802 8531.7822 -7860.3911 8533.6943 v -7863.6714 8534.2168 -7864.103 8531.1572 v -7864.5786 8529.8564 -7863.29 8527.7354 v -7863.0903 8527.3447 -7863.0938 8526.04 v -7863.4858 8524.5449 -7862.4082 8523.6182 v -7861.0591 8522.8359 -7859.7129 8524.9316 v f U u -7834.7358 8574.1074 m -7834.3687 8572.3623 -7834.9048 8570.6963 -7836.2183 8570.3164 c -7837.5322 8569.9375 -7838.8345 8571.0752 -7839.4937 8572.7324 c -7839.5903 8572.9775 -7839.9326 8574.1025 -7839.9746 8574.3369 C -7840.0176 8574.4326 -7840.0322 8574.5244 -7840.0625 8574.6279 c -7840.4087 8575.8271 -7839.7935 8577.4805 -7838.4282 8577.875 c -7837.063 8578.2695 -7835.645 8577.4365 -7835.2969 8576.085 c -7835.2793 8576.0205 -7835.0552 8575.2705 -7835.0425 8575.207 C -7834.9214 8574.9551 -7834.7983 8574.4053 -7834.7358 8574.1074 c f -7848.2705 8578.6172 m -7851.8242 8586.0244 -7846.3999 8587.2061 v -7843.0801 8587.2754 -7843.0688 8584.1846 v -7842.7778 8582.8311 -7844.3433 8580.9072 v -7844.5942 8580.5459 -7844.7695 8579.2539 v -7844.5854 8577.7188 -7845.7793 8576.9492 v -7847.2222 8576.3594 -7848.2705 8578.6172 v f -7827.4648 8595.7695 m F -7826.063 8593.9912 m -7826.3247 8592.6689 -7829.3799 8591.9883 Y -7830.27 8591.7197 -7830.5986 8590.9795 Y -7831.4922 8586.3535 -7834.7666 8585.9746 -7835.1494 8585.9453 C -7835.1494 8585.9395 L -7838.7271 8585.2588 -7840.731 8589.8467 V -7841.2153 8590.4961 -7842.1416 8590.5625 V -7845.272 8590.5557 -7845.8169 8591.7891 V -7847.0039 8593.3809 -7845.0713 8594.7764 V -7843.4526 8595.9316 -7840.853 8594.3818 V -7839.3242 8593.6582 -7836.2222 8594.0293 V -7836.2231 8594.042 L -7832.896 8594.3213 -7831.4766 8595.4326 Y -7829.2793 8597.5146 -7827.4463 8596.7432 Y -7825.2554 8595.8057 -7826.063 8593.9912 Y f -7832.8374 8574.2354 m -7832.813 8572.4512 -7831.9258 8570.9453 -7830.5601 8570.8633 c -7829.1943 8570.7803 -7828.1743 8572.1768 -7827.895 8573.9385 c -7827.854 8574.1973 -7827.7666 8575.3711 -7827.7778 8575.6094 C -7827.7559 8575.7109 -7827.7617 8575.8037 -7827.7559 8575.9121 c -7827.6807 8577.1592 -7828.644 8578.6367 -7830.0625 8578.7217 c -7831.4814 8578.8066 -7832.6826 8577.6826 -7832.7246 8576.2871 c -7832.7271 8576.2217 -7832.7822 8575.4404 -7832.7798 8575.375 C -7832.8433 8575.1045 -7832.8423 8574.54 -7832.8374 8574.2354 c f -7821.0186 8581.5625 m -7819.1777 8589.5684 -7824.7271 8589.5303 v -7827.9834 8588.8691 -7827.3154 8585.8516 v -7827.3032 8584.4668 -7825.353 8582.9326 v -7825.0278 8582.6377 -7824.5742 8581.415 v -7824.417 8579.876 -7823.083 8579.3877 v -7821.5454 8579.1279 -7821.0186 8581.5625 v f U U 1 Ap -7894 8610 m -7894 8505 L -7813 8505 L -7813 8610 L -7894 8610 L n U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 42) 0 A u 0 Ap 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7867.4609 8583.085 m -7895 8583.085 L -7895 8610.624 L -7867.4609 8610.624 L -7867.4609 8583.085 L n 0 O 0 0.55 1 0.12 k -7881.7598 8601.3623 m -7881.7598 8611 L -7880.6343 8611 L -7880.6343 8601.3623 L -7881.7598 8601.3623 L f 0 0.55 1 0.3 k -7885.4233 8596.876 m -7884.3096 8595.1553 -7880.8809 8593.457 -7876.4966 8593.457 c -7872.1152 8593.457 -7868.6138 8595.1064 -7867.5718 8596.874 C -7867.5718 8596.874 L -7868.6138 8598.6006 -7872.1152 8600.2979 -7876.4966 8600.2979 c -7880.875 8600.2979 -7884.3242 8598.5615 -7885.4233 8596.876 C f U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 45) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7895 8567.918 m -7895 8611 L -7808.2217 8611 L -7808.2217 8567.918 L -7895 8567.918 L n u u 0 O 0 0 0 1 k -7835.2217 8597.2363 m -7835.2217 8605.0742 L -7823.2217 8598.1445 L -7811.2217 8591.2168 L -7823.2217 8584.2891 L -7835.2217 8577.3613 L -7835.2217 8585.4824 L -7893.9351 8571.7168 L -7880.9878 8590.8027 L -7895 8611 L -7835.2217 8597.2363 L f 0 1 1 0.1 k 0 R 0 0 0 1 K -7833.2217 8594.2363 m -7833.2217 8602.0742 L -7821.2217 8595.1445 L -7809.2217 8588.2168 L -7821.2217 8581.2891 L -7833.2217 8574.3613 L -7833.2217 8582.4824 L -7891.9351 8568.7168 L -7877.2754 8588.3594 L -7891.9351 8608 L -7833.2217 8594.2363 L b U U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 50) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7894 8610 m -7766.877 8610 L -7766.877 8562.415 L -7894 8562.415 L -7894 8610 L n u *u 0 O 0.9529 0.949 0.1961 0.0745 k -7867.793 8594.417 m -7867.8232 8594.2676 L -7869.9849 8588.3643 -7870.9438 8585.6377 -7871.2754 8584.2891 c -7871.3657 8584.2891 L -7871.6953 8585.6074 -7872.7754 8588.335 -7874.9673 8594.2676 c -7874.9966 8594.417 L -7867.793 8594.417 l f 1 D -7878.1182 8602.9678 m -7879.6191 8606.5371 -7880.3994 8608.709 -7878.1182 8608.917 c -7878.1182 8609.9678 L -7880.6992 8609.9375 -7883.5806 8609.917 -7886.3418 8609.917 c -7890.0649 8609.917 -7892.5273 8609.9375 -7894 8609.9678 c -7894 8608.917 L -7892.1064 8608.709 -7891.0542 8606.5674 -7883.5513 8589.5029 c -7871.6953 8562.415 L -7869.8638 8562.415 L -7858.1582 8589.5029 L -7850.8047 8606.5078 -7849.7246 8608.709 -7847.8887 8608.917 c -7847.8887 8609.9678 L -7849.5142 8609.9375 -7851.916 8609.917 -7855.5767 8609.917 c -7858.5488 8609.917 -7861.6694 8609.9375 -7864.7026 8609.9678 c -7864.7026 8608.917 L -7862.481 8608.709 -7863.3218 8606.5078 -7864.7617 8602.9678 C -7878.1182 8602.9678 l f *U *u 0 D -7823.0762 8578.0811 m -7823.0762 8574.4717 -7825.3535 8572.0947 -7829.1294 8572.0947 c -7830.2383 8572.0947 -7831.0767 8572.2158 -7831.5273 8572.2451 c -7831.5273 8584.5479 L -7830.8672 8584.6084 -7830.208 8584.6084 -7829.729 8584.6084 c -7828.2002 8584.6084 -7826.7026 8584.127 -7825.6841 8583.4053 c -7824.3945 8582.5332 -7823.0762 8580.7881 -7823.0762 8578.1416 C -7823.0762 8578.0811 l f 1 D -7842.0806 8582.3926 m -7842.0806 8566.6445 -7842.0806 8564.4287 -7844.542 8564.2783 c -7844.542 8563.3184 L -7843.042 8563.2588 -7840.3174 8563.1992 -7837.5664 8563.1689 c -7835.6538 8563.1084 -7832.3945 8563.0186 -7830.1479 8562.9775 c -7826.582 8562.9775 -7823.585 8563.4258 -7821.0049 8564.2627 c -7816.353 8565.8477 -7811.9702 8569.8525 -7811.9702 8577.6602 c -7811.9702 8582.7432 -7814.4014 8586.3193 -7816.5034 8588.0605 c -7817.583 8589.0215 -7818.8135 8589.832 -7819.7744 8590.3125 c -7819.7744 8590.4629 L -7817.5234 8593.4912 -7815.6025 8596.0625 -7809.3906 8604.6426 c -7807.5 8607.0645 -7805.9102 8608.7383 -7804.7402 8608.9775 c -7804.7402 8610 L -7806.6602 8610 -7809 8609.8848 -7811.1294 8609.8848 c -7813.3511 8609.8848 -7814.8521 8610 -7816.4424 8610 c -7817.6729 8610 -7818.7241 8609.9404 -7819.5039 8609.2725 c -7823.0151 8603.8477 -7826.9121 8597.7559 -7830.1182 8592.7139 c -7830.5078 8592.7139 -7830.957 8592.7139 -7831.5273 8592.7139 c -7831.5273 8595.2852 L -7831.5273 8606.5264 -7831.437 8608.7686 -7829.1895 8608.9775 c -7829.1895 8609.9697 L -7830.6279 8609.9404 -7833.9194 8609.915 -7836.6992 8609.915 c -7839.9287 8609.915 -7842.8921 8609.9404 -7844.5122 8609.9697 c -7844.5122 8608.9775 L -7842.0518 8608.7686 -7842.0806 8606.5264 -7842.0806 8589.5918 C -7842.0806 8582.3926 l f *U *u 0 D -7791.4561 8589.5928 m -7791.4561 8606.4941 -7791.4561 8608.6484 -7794.2832 8608.9775 C -7794.2832 8609.9697 l -7792.3887 8609.9404 -7789.0542 8609.915 -7785.7822 8609.915 c -7782.6294 8609.915 -7779.5688 8609.9404 -7777.2881 8609.9697 C -7777.2881 8608.9775 l -7780.2578 8608.9775 -7780.2881 8606.5244 -7780.2881 8589.5928 C -7780.2881 8572.1514 L -7772.8193 8572.1514 l -7769.999 8572.1514 -7768.5298 8572.96 -7767.8994 8575.2627 C -7766.9072 8575.2627 l -7766.9072 8570.4697 -7766.877 8566.415 -7766.877 8563.1709 c -7771.3486 8563.2012 -7776.748 8563.2314 -7782.0601 8563.2314 C -7789.7446 8563.2314 l -7794.5537 8563.2314 -7799.9966 8563.2012 -7804.9614 8563.1709 c -7804.9614 8566.3848 -7804.9326 8570.4697 -7804.9326 8575.2627 C -7803.9072 8575.2627 l -7803.3657 8573.1094 -7801.771 8572.1514 -7798.9438 8572.1514 C -7791.4561 8572.1514 l -7791.4561 8589.5928 L f *U U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 62) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7895 8611 m -7895 8572.7305 L -7856.7305 8572.7305 L -7856.7305 8611 L -7895 8611 L n 0 O 1 0.14 0.09 0 k -7856.7305 8593.9043 m -7856.7305 8585.3408 L -7895 8585.3408 L -7895 8593.9043 L -7856.7305 8593.9043 L f -7856.7305 8597.0967 m -7856.7305 8596.4229 L -7895 8596.4229 L -7895 8597.0967 L -7856.7305 8597.0967 L f U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 63) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7895 8611 m -7895 8572.7305 L -7856.7305 8572.7305 L -7856.7305 8611 L -7895 8611 L n 0 O 1 0.14 0.09 0 k -7856.7305 8589.8262 m -7856.7305 8598.3896 L -7869.3408 8598.3896 L -7869.3408 8611 L -7877.9038 8611 L -7877.9063 8589.8262 L -7877.9038 8589.8262 L -7877.9038 8589.8252 L -7856.7305 8589.8262 L f -7856.7305 8587.3076 m -7880.4233 8587.3076 L -7880.4233 8611 L -7881.0967 8611 L -7881.0977 8586.6328 L -7856.7305 8586.6328 L -7856.7305 8587.3076 L f U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 64) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7895 8610.999 m -7895 8572.7285 L -7856.7305 8572.7285 L -7856.7305 8610.999 L -7895 8610.999 L n 0 O 1 0.14 0.09 0 k -7856.7305 8585.3389 m -7882.3896 8585.3389 L -7882.3896 8610.999 L -7873.8262 8611 L -7873.8262 8593.9033 L -7856.7305 8593.9033 L -7856.7305 8585.3389 L f -7856.7305 8596.4219 m -7871.3081 8596.4219 L -7871.3081 8611 L -7870.6338 8611 L -7870.6338 8597.0957 L -7856.7305 8597.0957 L -7856.7305 8596.4219 L f U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 65) 0 A u 1 Ap 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7867.0625 8583.4609 m -7894.6025 8583.4609 L -7894.6025 8611 L -7867.0625 8611 L -7867.0625 8583.4609 L n 0 O 0 0.55 1 0.12 k -7866.8418 8596.7002 m -7895 8596.7002 L -7895 8597.8252 L -7866.8418 8597.8252 L -7866.8418 8596.7002 L f u 0 0.55 1 0.3 k -7893.9814 8584.5215 m -7894.4102 8586.5254 -7893.1865 8590.1514 -7890.0874 8593.251 c -7886.9878 8596.3496 -7883.3457 8597.6602 -7881.3594 8597.1455 C -7881.3594 8597.1455 L -7880.875 8595.1895 -7882.1519 8591.5117 -7885.25 8588.4141 c -7888.3457 8585.3184 -7892.0122 8584.1064 -7893.9814 8584.5215 C f 0 0.39 0.7 0.12 k -7893.9814 8609.9912 m -7894.4102 8607.9883 -7893.1865 8604.3613 -7890.0874 8601.2617 c -7886.9878 8598.1641 -7883.3457 8596.8535 -7881.3594 8597.3672 C -7881.3594 8597.3672 L -7880.875 8599.3242 -7882.1519 8603.001 -7885.25 8606.0996 c -7888.3457 8609.1953 -7892.0122 8610.4063 -7893.9814 8609.9912 C f U u 0 0.55 1 0.3 k -7880.1782 8609.9912 m -7880.6074 8607.9883 -7879.3838 8604.3613 -7876.2842 8601.2617 c -7873.1855 8598.1641 -7869.543 8596.8535 -7867.5576 8597.3672 C -7867.5566 8597.3672 L -7867.0718 8599.3242 -7868.3496 8603.001 -7871.4473 8606.0996 c -7874.543 8609.1953 -7878.209 8610.4063 -7880.1782 8609.9912 C f 0 0.39 0.7 0.12 k -7880.1782 8584.5215 m -7880.6074 8586.5254 -7879.3838 8590.1514 -7876.2842 8593.251 c -7873.1855 8596.3496 -7869.543 8597.6602 -7867.5576 8597.1455 C -7867.5566 8597.1455 L -7867.0718 8595.1895 -7868.3496 8591.5117 -7871.4473 8588.4141 c -7874.543 8585.3184 -7878.209 8584.1064 -7880.1782 8584.5215 C f U U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 67) 0 A u 0 Ap 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7867.4609 8583.085 m -7895 8583.085 L -7895 8610.624 L -7867.4609 8610.624 L -7867.4609 8583.085 L n 0 O 0 0.55 1 0.12 k -7881.7598 8601.3623 m -7881.7598 8611 L -7880.6343 8611 L -7880.6343 8601.3623 L -7881.7598 8601.3623 L f 0 0.55 1 0.3 k -7885.4233 8596.876 m -7884.3096 8595.1553 -7880.8809 8593.457 -7876.4966 8593.457 c -7872.1152 8593.457 -7868.6138 8595.1064 -7867.5718 8596.874 C -7867.5718 8596.874 L -7868.6138 8598.6006 -7872.1152 8600.2979 -7876.4966 8600.2979 c -7880.875 8600.2979 -7884.3242 8598.5615 -7885.4233 8596.876 C f U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 69) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7867.4609 8583.4609 m -7895 8583.4609 L -7895 8611 L -7867.4609 8611 L -7867.4609 8583.4609 L n 0 O 0 0.55 1 0.3 k -7885.4233 8597.252 m -7884.3096 8595.5313 -7880.8809 8593.833 -7876.4966 8593.833 c -7872.1152 8593.833 -7868.6138 8595.4824 -7867.5718 8597.25 C -7867.5718 8597.25 L -7868.6138 8598.9766 -7872.1152 8600.6738 -7876.4966 8600.6738 c -7880.875 8600.6738 -7884.3242 8598.9375 -7885.4233 8597.252 C f U %AI8_EndBrushPattern %AI8_BeginBrushPattern (New Pattern 83) 0 A u 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR -7894 8609.9355 m -7680.4009 8609.9355 L -7680.4009 8602.1348 L -7894 8602.1348 L -7894 8609.9355 L n 0 O 0 0 0 1 k -7894 8606.0352 m -7883.9858 8608.5273 -7877.187 8609.875 -7865.2007 8609.9355 c -7852.2183 8610 -7787.2002 8609.9355 y -7722.1816 8610 -7709.2002 8609.9355 v -7697.2129 8609.875 -7690.415 8608.5273 -7680.4009 8606.0352 C -7690.415 8603.543 -7697.2129 8602.1953 -7709.2002 8602.1348 c -7722.1816 8602.0693 -7787.2002 8602.1348 y -7852.2183 8602.0693 -7865.2007 8602.1348 v -7877.187 8602.1953 -7883.9858 8603.543 -7894 8606.0352 C f U %AI8_EndBrushPattern %AI5_End_NonPrinting-- %AI5_Begin_NonPrinting Np 4 Bn %AI5_BeginGradient: (Black, White) (Black, White) 0 2 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 %_Br [ 0 0 50 100 %_BS %_0 0 50 100 Bs 1 0 50 0 %_BS %_1 0 50 0 Bs BD %AI5_EndGradient %AI5_BeginGradient: (Chrome) (Chrome) 0 6 Bd [ 0 < 464646454545444444444343434342424241414141404040403F3F3F3E3E3E3E3D3D3D3C3C3C3C3B 3B3B3B3A3A3A39393939383838383737373636363635353535343434333333333232323131313130 3030302F2F2F2E2E2E2E2D2D2D2D2C2C2C2B2B2B2B2A2A2A2A292929282828282727272626262625 2525252424242323232322222222212121202020201F1F1F1F1E1E1E1D1D1D1D1C1C1C1B1B1B1B1A 1A1A1A1919191818181817171717161616151515151414141413131312121212111111101010100F 0F0F0F0E0E0E0D0D0D0D0C0C0C0C0B0B0B0A0A0A0A09090909080808070707070606060505050504 04040403030302020202010101010000 > < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > < 1F1E1E1E1E1E1E1E1E1E1D1D1D1D1D1D1D1D1C1C1C1C1C1C1C1C1B1B1B1B1B1B1B1B1B1A1A1A1A1A 1A1A1A19191919191919191818181818181818181717171717171717161616161616161615151515 15151515151414141414141414131313131313131312121212121212121211111111111111111010 1010101010100F0F0F0F0F0F0F0F0F0E0E0E0E0E0E0E0E0D0D0D0D0D0D0D0D0C0C0C0C0C0C0C0C0C 0B0B0B0B0B0B0B0B0A0A0A0A0A0A0A0A090909090909090909080808080808080807070707070707 07060606060606060606050505050505050504040404040404040303030303030303030202020202 02020201010101010101010000000000 > 1 %_Br 0 0.275 1 < 6B6A696867666564636261605F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544 434241403F3E3D3C3B3A393837363534333231302F2E2D2C2B2A292827262524232221201F > 1 %_Br 0 < 00000101010102020202030303040404040505050506060607070707080808090909090A0A0A0A0B 0B0B0C0C0C0C0D0D0D0D0E0E0E0F0F0F0F1010101011111112121212131313141414141515151516 161617171717181818181919191A1A1A1A1B1B1B1C1C1C1C1D1D1D1D1E1E1E1F1F1F1F2020202021 212122222222232323232424242525252526262626272727282828282929292A2A2A2A2B2B2B2B2C 2C2C2D2D2D2D2E2E2E2E2F2F2F303030303131313132323233333333343434353535353636363637 373738383838393939393A3A3A3B3B3B3B3C3C3C3D3D3D3D3E3E3E3E3F3F3F404040404141414142 42424343434344444444454545464646 > < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > < 00000101020203030304040505050606070708080809090A0A0B0B0B0C0C0D0D0D0E0E0F0F101010 1111121212131314141515151616171718181819191A1A1A1B1B1C1C1D1D1D1E1E1F1F1F20202121 222222232324242525252626272727282829292A2A2A2B2B2C2C2D2D2D2E2E2F2F2F303031313232 32333334343435353636373737383839393A3A3A3B3B3C3C3C3D3D3E3E3F3F3F4040414142424243 434444444545464647474748484949494A4A4B4B4C4C4C4D4D4E4E4F4F4F50505151515252535354 54545555565657575758585959595A5A5B5B5C5C5C5D5D5E5E5E5F5F606061616162626363646464 6565666666676768686969696A6A6B6B > 1 %_Br 1 0 %_Br < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > < 4D4C4C4C4B4B4B4A4A4A4A4949494848484747474746464645454544444444434343424242414141 414040403F3F3F3E3E3E3E3D3D3D3C3C3C3B3B3B3B3A3A3A39393938383838373737363636353535 35343434333333323232323131313030302F2F2F2E2E2E2E2D2D2D2C2C2C2B2B2B2B2A2A2A292929 282828282727272626262525252524242423232322222222212121202020201F1F1F1E1E1E1D1D1D 1D1C1C1C1B1B1B1A1A1A1A1919191818181717171616161615151514141413131313121212111111 101010100F0F0F0E0E0E0D0D0D0D0C0C0C0B0B0B0A0A0A0A09090908080807070707060606050505 04040404030303020202010101010000 > 0 0 1 %_Br [ 1 0 50 92 %_BS %_1 0 50 92 Bs 0 0.275 1 0.12 1 50 59 %_BS %_0 0.275 1 0.12 1 50 59 Bs 0 0.275 1 0.42 1 50 50 %_BS %_0 0.275 1 0.42 1 50 50 Bs 1 0 50 49 %_BS %_1 0 50 49 Bs 1 0 50 41 %_BS %_1 0 50 41 Bs 1 0.3 0 0 1 50 0 %_BS %_1 0.3 0 0 1 50 0 Bs BD %AI5_EndGradient %AI5_BeginGradient: (Rainbow) (Rainbow) 0 6 Bd [ < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 1 0 0 1 %_Br 1 < 0708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F202122232425262728292A2B2C2D2E 2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F50515253545556 5758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F707172737475767778797A7B7C7D7E 7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9FA0A1A2A3A4A5A6 A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7C8C9CACBCCCDCE CFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEFF0F1F2F3F4F5F6 F7F8F9FAFBFCFDFEFF > 0 0 1 %_Br 1 < 00000000000000000000000000000000000001010101010101010101010101010101010101010101 01010101010101010101010101010202020202020202020202020202020202020202020202020202 02020202020202020202030303030303030303030303030303030303030303030303030303030303 03030303030304040404040404040404040404040404040404040404040404040404040404040404 04040505050505050505050505050505050505050505050505050505050505050505050505050606 06060606060606060606060606060606060606060606060606060606060606060607070707070707 07070707070707070707070707070707 > < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 0 1 %_Br < 000102030405060708090A0B0C0D0E0F101112131415161718191A1B1C1D1E1F2021222324252627 28292A2B2C2D2E2F303132333435363738393A3B3C3D3E3F404142434445464748494A4B4C4D4E4F 505152535455565758595A5B5C5D5E5F606162636465666768696A6B6C6D6E6F7071727374757677 78797A7B7C7D7E7F808182838485868788898A8B8C8D8E8F909192939495969798999A9B9C9D9E9F A0A1A2A3A4A5A6A7A8A9AAABACADAEAFB0B1B2B3B4B5B6B7B8B9BABBBCBDBEBFC0C1C2C3C4C5C6C7 C8C9CACBCCCDCECFD0D1D2D3D4D5D6D7D8D9DADBDCDDDEDFE0E1E2E3E4E5E6E7E8E9EAEBECEDEEEF F0F1F2F3F4F5F6F7F8F9FAFBFCFDFEFF > 0 1 0 1 %_Br 0 < FFFEFDFCFBFAF9F8F7F6F5F4F3F2F1F0EFEEEDECEBEAE9E8E7E6E5E4E3E2E1E0DFDEDDDCDBDAD9D8 D7D6D5D4D3D2D1D0CFCECDCCCBCAC9C8C7C6C5C4C3C2C1C0BFBEBDBCBBBAB9B8B7B6B5B4B3B2B1B0 AFAEADACABAAA9A8A7A6A5A4A3A2A1A09F9E9D9C9B9A999897969594939291908F8E8D8C8B8A8988 87868584838281807F7E7D7C7B7A797877767574737271706F6E6D6C6B6A69686766656463626160 5F5E5D5C5B5A595857565554535251504F4E4D4C4B4A494847464544434241403F3E3D3C3B3A3938 37363534333231302F2E2D2C2B2A292827262524232221201F1E1D1C1B1A19181716151413121110 0F0E0D0C0B0A09080706050403020100 > 1 0 1 %_Br [ 0 1 0 0 1 50 100 %_BS %_0 1 0 0 1 50 100 Bs 1 1 0 0 1 50 80 %_BS %_1 1 0 0 1 50 80 Bs 1 0.0279 0 0 1 50 60 %_BS %_1 0.0279 0 0 1 50 60 Bs 1 0 1 0 1 50 40 %_BS %_1 0 1 0 1 50 40 Bs 0 0 1 0 1 50 20 %_BS %_0 0 1 0 1 50 20 Bs 0 1 1 0 1 50 0 %_BS %_0 1 1 0 1 50 0 Bs BD %AI5_EndGradient %AI5_BeginGradient: (Yellow & Orange Radial) (Yellow & Orange Radial) 1 2 Bd [ 0 < 0001010203040506060708090A0B0C0C0D0E0F10111213131415161718191A1B1C1D1D1E1F202122 232425262728292A2B2B2C2D2E2F303132333435363738393A3B3C3D3E3E3F404142434445464748 494A4B4C4D4E4F505152535455565758595A5B5C5D5E5F60606162636465666768696A6B6C6D6E6F 707172737475767778797A7B7C7D7E7F808182838485868788898A8B8C > < FFFFFFFFFEFEFEFEFEFEFEFDFDFDFDFDFDFCFCFCFCFCFCFBFBFBFBFBFBFAFAFAFAFAFAF9F9F9F9F9 F9F8F8F8F8F8F8F7F7F7F7F7F7F6F6F6F6F6F6F5F5F5F5F5F5F4F4F4F4F4F3F3F3F3F3F3F2F2F2F2 F2F2F1F1F1F1F1F0F0F0F0F0F0EFEFEFEFEFEFEEEEEEEEEEEDEDEDEDEDEDECECECECECEBEBEBEBEB EBEAEAEAEAEAE9E9E9E9E9E9E8E8E8E8E8E8E7E7E7E7E7E6E6E6E6E6E6 > 0 1 %_Br [ 0 0 1 0 1 52 19 %_BS %_0 0 1 0 1 52 19 Bs 0 0.55 0.9 0 1 50 100 %_BS %_0 0.55 0.9 0 1 50 100 Bs BD %AI5_EndGradient %AI5_End_NonPrinting-- %AI5_BeginPalette 0 0 Pb 1 1 1 1 ([Registration]) 0 Xs ([Registration]) Pc 0 0 0 0 k (C=0 M=0 Y=0 K=0) Pc 0 0 0 1 k (C=0 M=0 Y=0 K=100) Pc 0 0.1 1 0 k (C=0 M=10 Y=100 K=0) Pc 0 0.5 0 0 k (C=0 M=50 Y=0 K=0) Pc 0 0.5 1 0 k (C=0 M=50 Y=100 K=0) Pc 1 0.55 1 0 k (C=100 M=55 Y=100 K=0) Pc 1 0.9 0.1 0 k (C=100 M=90 Y=10 K=0) Pc 0.15 1 1 0 k (C=15 M=100 Y=100 K=0) Pc 0.45 0.9 0 0 k (C=45 M=90 Y=0 K=0) Pc 0.5 0.4 0.3 0 k (C=50 M=40 Y=30 K=0) Pc 0.5 0.85 1 0 k (C=50 M=85 Y=100 K=0) Pc 0.75 0.05 1 0 k (C=75 M=5 Y=100 K=0) Pc 0.75 0.9 0 0 k (C=75 M=90 Y=0 K=0) Pc 0.8 0.05 0 0 k (C=80 M=5 Y=0 K=0) Pc Bb 2 (Black, White) -7895 8611 0 0 1 0 0 1 0 0 Bg 0 BB (Black, White) Pc Bb 2 (Chrome) -7895 8611 0 0 1 0 0 1 0 0 Bg 0 BB (Chrome) Pc Bb 2 (Rainbow) -7895 8611 0 0 1 0 0 1 0 0 Bg 0 BB (Rainbow) Pc Bb 0 0 0 0 Bh 2 (Yellow & Orange Radial) -7895 8611 0 0 1 0 0 1 0 0 Bg 0 BB (Yellow & Orange Radial) Pc (Brick) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p (Brick) Pc (Confetti) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p (Confetti) Pc (Leaves - Fall ) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p (Leaves - Fall ) Pc (Stripes) 0 0 1 1 0 0 0 0 0 [1 0 0 1 0 0] p (Stripes) Pc 1 0.51 0 0.3 (PANTONE 541 CVC) 0 x (PANTONE 541 CVC) Pc PB %AI5_EndPalette %AI5_Begin_NonPrinting Np %AI8_BeginPluginObject (Adobe Brush Manager Order) (Adobe Brush Manager Order) ( Adobe Calligraphic Brush Tool/ 6 pt Flat / Adobe Calligraphic Brush T) - (ool/ 10 pt Oval/ Adobe Calligraphic Brush Tool/ 12 pt Oval / Adobe Cal) - (ligraphic Brush Tool/ 20 pt Oval/ Adobe Calligraphic Brush Tool/ 25 pt) - ( Round / Adobe Calligraphic Brush Tool/ 50 pt Flat/ Adobe Scatter Brus) - (h Tool/ Dog Tracks/ Adobe Scatter Brush Tool/ Fall Leaf/ Adobe Scatter) - ( Brush Tool/ Ladybug/ Adobe Scatter Brush Tool/ Push Pin/ Adobe Scatte) - (r Brush Tool/ Strawberry/ Adobe Scatter Brush Tool/ Twinkle Star / Ado) - (be ArtOnPath Brush Tool/ Marker/ Adobe ArtOnPath Brush Tool/ Tapered S) - (troke/ Adobe ArtOnPath Brush Tool/ Arrow/ Adobe ArtOnPath Brush Tool/ ) - (Paintbrush/ Adobe ArtOnPath Brush Tool/ Type/ Adobe PatternOnPath Brus) - (h Tool/ Double Lines/ Adobe PatternOnPath Brush Tool/ Laurel/ Adobe Pa) - (tternOnPath Brush Tool/ Rope /) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Calligraphic Brush Tool) (6 pt Flat ) (1 4 8 10 10 90 90 2 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Calligraphic Brush Tool) (10 pt Oval) (1 1 19 15 15 130 130 2 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Calligraphic Brush Tool) (12 pt Oval ) (1 7 17 45 45 0 0 2 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Calligraphic Brush Tool) (20 pt Oval) (1 20 20 20 100 40 80 0 2 1 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Calligraphic Brush Tool) (25 pt Round ) (1 10 40 100 100 0 0 2 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Calligraphic Brush Tool) (50 pt Flat) (1 40 60 0 0 44 44 0 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe ArtOnPath Brush Tool) (Arrow) (1 / New Pattern 45/ / / / / 5 0.898039 0 0 / 2 0 1 0 1 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe ArtOnPath Brush Tool) (Marker) (1 / New Pattern 8/ / / / / 0 0 / 1 1 1 0 1 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe ArtOnPath Brush Tool) (Paintbrush) (1 / New Pattern 5/ / / / / 1 0.5 0.85 1 0.45 / 0 0 1 0 1 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe ArtOnPath Brush Tool) (Tapered Stroke) (1 / New Pattern 83/ / / / / 1 0 0 0 1 / 1 1 1 0 1 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe ArtOnPath Brush Tool) (Type) (1 / New Pattern 50/ / / / / 1 0.952941 0.94902 0.196078 0.0745098 / 1) - ( 0 1 0 1 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe PatternOnPath Brush Tool) (Double Lines) (1 / New Pattern 62/ New Pattern 63/ New Pattern 64/ / / 1 1 0.14 0.09 ) - (0 / 1 0 1 0 1 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe PatternOnPath Brush Tool) (Laurel) (1 / New Pattern 65/ New Pattern 42/ New Pattern 67/ / New Pattern 69/ ) - (1 0 0.55 1 0.3 / 1 0 1 0 1 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe PatternOnPath Brush Tool) (Rope ) (1 / New Pattern 1/ / / New Pattern 3/ New Pattern 6/ 5 0 0 0 / 1 0 1 ) - (0 1 0 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Scatter Brush Tool) (Dog Tracks) (1 /New Pattern 41/ 1 0 0 0 1 / 0 1 1 0 1 1 0 0 0 0 -90 -90 0 1 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Scatter Brush Tool) (Fall Leaf) (1 /New Pattern 34/ 1 0.0745 0.9 0.9019 0.18 / 0 0.602793 1 1 0.1 1 1 -) - (1 1 1 -180 180 1 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Scatter Brush Tool) (Ladybug) (1 /New Pattern 10/ 5 0.898039 0 0 / 0 1 1 0 0.803911 1.2 1 -1.55 1.55 ) - (1 -180 180 1 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Scatter Brush Tool) (Push Pin) (1 /New Pattern 36/ 1 0.025 0.1 0.475 0 / 0 1 1 0 0.401676 1 1 -1.06145) - ( 1.06 1 -180 180 1 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Scatter Brush Tool) (Strawberry) (1 /New Pattern 37/ 1 0 0 0 1 / 0 0.803911 1 1 0.803911 1 1 -0.5 0.5 1 ) - (-75 75.419 1 0 0) . %AI8_EndPluginObject %AI8_BeginPluginObject (Adobe Scatter Brush Tool) (Twinkle Star ) (1 /New Pattern 2/ 0 1 / 1 0.5 1 1 0.25 1 1 -0.5 0.5 1 0 0 0 0 0) . %AI8_EndPluginObject %AI5_End_NonPrinting-- %AI5_Begin_NonPrinting Np %AI8_PluginGroupInfo (Adobe Path Blends) (Adobe Blends Plugin) (Live Blends) %AI8_PluginGroupInfo (Adobe PatternOnPath Brush Tool) (Adobe Pattern Brush Plugin) (Art Brush Tool) %AI8_PluginGroupInfo (Adobe ArtOnPath Brush Tool) (Adobe Art Brush Plugin) (Art Brush Tool) %AI8_PluginGroupInfo (Adobe Calligraphic Brush Tool) (Undo New Calligraphic Brush) (Calligraphic Brush Tool) %AI8_PluginGroupInfo (Adobe Scatter Brush Tool) (Adobe Scatter Brush Plugin) (Scatter Brush Tool) %AI5_End_NonPrinting-- %%EndSetup %AI5_BeginLayer 1 1 1 1 0 0 1 0 79 128 255 0 50 Lb (Layer 1) Ln 0 A u u *u 0 O 1 0.51 0 0.3 (PANTONE 541 CVC) 0 x 800 Ar 0 J 0 j 1 w 4 M []0 d %AI3_Note: 0 D 0 XR 258.7227 287.0479 m 262.8774 299.5381 L 255.5991 300.4766 L 255.978 301.6152 L 258.7529 301.5645 260.8208 301.749 263.6221 302.3008 c 265.5327 302.668 265.8208 302.7471 266.9854 303.2324 c 268.1245 302.8535 L 262.4541 285.8066 L 266.291 283.0479 L 265.9644 282.0654 L 253.8667 286.0898 L 254.1934 287.0713 L 258.7227 287.0479 l f *U *u 275.7134 273.6846 m 276.4004 279.5635 L 277.8804 279.3906 L 278.9214 275.1016 L 279.7705 274.877 280.4185 274.7178 281.6929 274.5693 c 284.2012 274.2764 285.5601 274.4922 286.9497 275.3301 c 288.3032 276.2139 289.2207 277.6494 289.4131 279.2939 c 289.7925 282.541 287.7715 284.8613 284.2358 285.2744 c 282.8789 285.4326 L 283.0952 287.2832 L 283.5884 287.2256 L 287.4941 286.7695 289.6284 288.2705 290.0317 291.7236 c 290.397 294.8486 288.7798 296.7041 285.4087 297.0977 c 284.4219 297.2129 283.0557 297.29 282.2188 297.2627 c 279.8018 292.627 L 278.3628 292.7949 L 279.0308 298.5098 L 282.1646 298.9355 285.1001 299.0928 286.9087 298.8818 c 292.0068 298.2861 294.8628 295.6182 294.4302 291.918 c 294.0415 288.5879 291.332 286.4453 287.1152 286.0215 c 291.5679 285.251 294.1577 282.4482 293.73 278.7891 c 293.1919 274.1846 288.7349 271.7041 282.3623 272.4492 c 280.5942 272.6553 279.5713 272.8164 276.3667 273.5664 C 275.7134 273.6846 l f *U *u 307.1025 280.3115 m 307.7754 281.4229 L 309.7979 284.7188 L 311.9736 288.5293 L 314.5049 292.9189 L 314.8877 293.626 L 316.1992 281.2773 l 307.1025 280.3115 L f 317.1338 272.4688 m 320.6328 272.8398 L 319.9814 278.9727 L 323.8506 279.3838 L 323.5674 282.0596 L 319.6973 281.6484 L 317.8271 299.2656 L 316.1807 299.0908 L 303.665 278.5723 L 303.8047 277.2559 L 316.4834 278.6016 l 317.1338 272.4688 L f *U *u 336.4023 276.208 m 334.4844 281.8086 L 335.8945 282.291 L 338.6846 278.8711 L 339.5469 279.0352 340.2002 279.1719 341.4141 279.5869 c 343.8027 280.4053 344.9355 281.1865 345.8281 282.542 c 346.667 283.9229 346.876 285.6133 346.3398 287.1797 c 345.2803 290.2734 342.4561 291.4941 339.0889 290.3418 c 337.7959 289.8994 L 337.1924 291.6611 L 337.6631 291.8223 L 341.3828 293.0957 342.6602 295.3711 341.5342 298.6602 c 340.5156 301.6367 338.2559 302.6133 335.0449 301.5137 c 334.1045 301.1924 332.8389 300.6709 332.0967 300.2852 c 331.916 295.0615 L 330.5459 294.5918 L 328.6816 300.0352 L 331.3252 301.7715 333.9053 303.1797 335.6289 303.7695 c 340.4844 305.4326 344.2119 304.2588 345.418 300.7344 c 346.5049 297.5615 344.9854 294.46 341.3633 292.2578 c 345.7129 293.4844 349.2588 292.0732 350.4521 288.5879 c 351.9541 284.2021 349.0029 280.041 342.9326 277.9629 c 341.249 277.3867 340.2568 277.0908 337.042 276.3838 C 336.4023 276.208 l f *U U u *u 214.1582 310.3564 m 211.731 312.4346 211.4697 316.1914 213.6035 318.6826 c 215.7368 321.1748 219.4893 321.4961 221.9165 319.418 c 224.376 317.3125 224.6367 313.5557 222.5034 311.0635 c 220.3701 308.5713 216.6177 308.25 214.1582 310.3564 c f *U *u 207.3613 347.918 m 206.46 347.3506 L 203.2915 349.584 L 183.5703 337.167 L 184.2153 333.3438 L 183.314 332.7764 L 177.3213 342.2949 L 178.2222 342.8623 L 181.4136 340.5918 L 201.1348 353.0088 L 200.4673 356.8682 L 201.3687 357.4355 L 207.3613 347.918 l f *U *u 198.9819 360.3809 m 197.9878 359.999 L 195.3135 362.8066 L 173.5552 354.46 L 173.4448 350.584 L 172.4502 350.2021 L 169.9321 356.7656 L 183.5508 378.6006 L 166.7646 372.1611 L 166.6543 368.2852 L 165.6597 367.9033 L 162.2417 376.8145 L 163.2358 377.1953 L 165.9253 374.3486 L 190.4683 383.7637 L 190.9258 382.5703 L 175.1421 357.5781 L 194.4741 364.9941 L 194.5693 368.9092 L 195.564 369.291 L 198.9819 360.3809 l f *U *u 185.1699 404.377 m 178.9106 404.1641 L 178.8584 405.6973 L 184.0674 407.9629 L 184.1997 409.0762 184.2134 409.9287 184.1729 411.1211 c 184.0381 415.0811 182.3916 417.1143 179.4111 417.0127 c 177.3247 416.9414 176.3701 416.1846 174.5537 413.1807 c 172.0132 408.917 L 170.6851 406.6123 170.0283 405.8652 168.7788 405.0127 c 167.6948 404.2939 166.5977 403.958 165.1924 403.9102 c 160.7217 403.7578 157.5869 406.9336 157.4204 411.8311 c 157.3955 412.5547 157.48 413.8359 157.5674 415.0332 c 157.6631 415.9736 157.7646 416.7451 157.875 417.2598 c 158.1973 419.0615 L 158.3047 419.6621 L 164.3511 419.8677 L 164.4048 418.292 L 159.3633 416.1172 L 159.3325 415.7754 L 159.2847 414.665 159.2524 414.3652 159.2783 413.5986 c 159.4233 409.3408 160.8115 407.3848 163.6216 407.4805 c 165.5806 407.5469 166.4102 408.2148 168.1836 411.2168 c 170.8828 415.8271 L 172.5361 418.6113 172.7798 418.9609 173.9448 419.8105 c 175.1094 420.6602 176.585 421.1367 178.2031 421.1914 c 182.9297 421.3525 186.0728 417.9209 186.2612 412.3857 c 186.3062 411.0654 186.1177 409.0986 185.7539 407.2529 c 185.2817 404.8496 L 185.1699 404.377 l f *U *u 158.5342 430.3965 m 157.4873 430.5933 L 159.5576 441.605 L 160.6045 441.4082 L 161.4087 437.6157 L 178.1567 434.4668 L 183.1812 433.522 185.8101 435.2822 186.7231 440.1392 c 187.6836 445.2476 185.9312 447.9175 181.0742 448.8311 c 164.1167 452.019 L 161.9897 448.7773 L 160.9429 448.9741 L 162.7852 458.772 L 163.832 458.5752 L 164.6284 454.7407 L 180.665 451.7256 L 184.9355 450.9229 187.1177 449.3853 188.3149 446.2993 c 189.1328 444.1943 189.2314 442.1816 188.6411 439.0415 c 187.3105 431.9653 183.8989 429.2686 177.7441 430.4258 c 160.6606 433.6377 L 158.5342 430.3965 l f *U *u 170.5737 473.7554 m 171.7549 476.4473 l 172.7305 478.6714 173.6782 479.5581 175.3716 480.0249 c 176.8237 480.3647 178.3994 480.1387 179.999 479.437 c 181.6377 478.7178 182.8315 477.7285 183.5259 476.4473 c 184.4507 474.7383 184.3857 472.999 183.2217 470.3462 C 182.4341 468.5518 l 170.5737 473.7554 L f 196.8159 467.0801 m 195.8408 467.5078 L 192.6948 464.0493 L 183.9556 467.8838 L 185.1538 470.6147 l 187.6875 476.3892 186.3145 481.3184 181.5938 483.3896 c 179.3696 484.3652 177.2891 484.3945 175.2949 483.4546 c 173.1885 482.4717 171.7861 480.7603 170.2798 477.3271 C 165.9492 467.4565 L 166.9243 467.0288 L 169.728 469.7065 L 191.0688 460.3433 L 190.9966 456.4668 L 191.9717 456.0391 l 196.8159 467.0801 L f *U *u 184.7173 499.8833 m 186.4673 502.2983 l 188.3926 504.9546 191.1143 505.2969 193.9429 503.2466 c 196.8062 501.1714 197.522 498.0215 195.6719 495.4688 C 193.9966 493.1577 l 184.7173 499.8833 L f 196.2769 493.3994 m 212.7222 493.0029 L 216.7227 498.522 L 215.8604 499.1475 L 212.668 497.3564 L 198.1563 497.2988 l 200.0796 501.1143 199.3623 504.8438 196.2578 507.0938 c 194.4985 508.3691 192.5151 508.7544 190.5898 508.2031 c 188.6641 507.6519 187.6128 506.7822 185.6377 504.0571 C 178.8618 494.709 L 179.7241 494.084 L 183.0317 496.1064 L 201.9009 482.4292 L 201.0083 478.6567 L 201.8706 478.0317 L 208.4717 487.1387 L 207.6089 487.7637 L 204.2764 485.7065 L 195.3765 492.1572 l 196.2769 493.3994 L f *U *u 214.8418 514.7725 m 222.5435 506.0571 L 229.5991 512.292 L 228.4395 517.4648 L 229.4927 518.3955 L 233.3589 513.0562 L 218.0986 499.5703 L 217.3931 500.3687 L 219.0874 503.856 L 203.6553 521.3188 L 199.9863 520.0664 L 199.2808 520.8647 L 214.4136 534.2373 L 218.645 529.4482 L 217.5918 528.5176 L 212.9878 530.7031 L 206.124 524.6377 L 213.7129 516.0498 L 219.4917 521.1563 L 218.0381 524.9888 L 218.9956 525.835 L 225.1743 518.8433 L 224.2163 517.9971 L 220.6201 519.8789 L 214.8418 514.7725 l f *U *u 248.4512 530.0527 m 246.7769 553.0059 L 254.0444 556.5713 L 254.5137 555.6147 L 251.9189 552.6812 L 262.1826 531.7583 L 266.0908 532.0146 L 266.5596 531.0581 L 256.4619 526.1045 L 255.9927 527.061 L 258.5874 529.9946 L 249.3369 548.8521 L 251.124 523.249 L 250.3589 522.874 L 231.3594 540.0332 L 240.6094 521.1758 L 244.5176 521.4321 L 244.9868 520.4756 L 236.4185 516.2729 L 235.9497 517.229 L 238.5059 520.144 L 228.2422 541.0669 L 224.3726 540.8296 L 223.9033 541.7856 L 231.439 545.4819 L 248.4512 530.0527 l f *U *u 277.1812 547.4365 m 281.293 560.2466 L 282.9229 548.2144 l 277.1812 547.4365 L f 284.5068 536.5195 m 281.5464 534.5708 L 281.689 533.5151 L 300.6875 536.0884 L 300.5244 542.6875 L 299.0049 542.4814 L 297.0527 537.5308 L 288.5669 536.3813 L 287.063 547.4849 L 293.9023 548.4116 L 295.8467 544.8481 L 297.1553 545.0259 L 295.9033 554.2715 L 294.5942 554.0942 L 293.6738 550.1001 L 286.834 549.1738 L 285.2388 560.9531 L 293.5137 562.0737 L 296.127 557.6982 L 297.6045 557.8984 L 296.7471 564.2314 L 280.0283 561.9668 L 270.0679 534.564 L 267.1074 532.6152 L 267.2505 531.5596 L 276.4961 532.812 L 276.353 533.8672 L 272.9751 535.0005 L 276.377 545.436 L 283.1743 546.3564 l 284.5068 536.5195 L f *U *u 332.3369 557.9629 m 336.7197 556.7104 l 340.4893 555.6338 342.4609 554.0073 343.5908 550.9819 c 344.5508 548.4478 344.5391 545.6152 343.5566 542.1743 c 342.4092 538.1597 340.5664 535.5845 337.6875 533.8813 c 335.083 532.3652 333 532.2075 329.4766 533.2139 C 325.585 534.3252 l 332.3369 557.9629 L f 329.3184 531.2651 m 333.415 530.0947 336.4229 530.0771 339.3262 531.2422 c 343.3281 532.8457 346.3125 536.4683 347.7285 541.4253 c 348.8291 545.2764 348.6299 548.6118 347.1602 551.6899 c 345.5273 555.125 343.0635 556.8926 337.7383 558.4136 C 325.5303 561.9009 L 325.2383 560.8765 L 328.2695 558.46 L 321.8682 536.0518 L 318.0176 535.6006 L 317.7256 534.5767 l 329.3184 531.2651 L f *U *u 347.3721 524.8345 m 347.8682 525.7773 L 351.7295 525.4316 L 362.5742 546.0591 L 360.1006 549.0444 L 360.5967 549.9873 L 370.5518 544.7534 L 370.0566 543.8105 L 366.1572 544.1758 L 355.3125 523.5483 L 357.8232 520.5435 L 357.3281 519.6006 L 347.3721 524.8345 l f *U *u 385.2109 510.1846 m 380.1592 503.9688 L 379.6221 504.186 L 376.293 505.6289 373.9746 506.9644 371.7266 508.7915 c 368.0566 511.7744 366.3291 514.7153 366.1699 518.3027 c 366.0176 521.8306 367.248 525.168 369.8545 528.375 c 372.8906 532.1113 376.667 534.2578 380.7012 534.4927 c 384.4355 534.6968 387.7402 533.4937 391.5088 530.4302 c 393.7568 528.603 395.0439 527.2822 396.9346 524.8125 c 397.2842 524.3638 L 393.2803 519.4375 L 392.0244 520.459 L 393.8418 525.7344 L 393.2158 526.5181 392.5088 527.2021 391.3848 528.1157 c 387.9463 530.9102 385.2988 531.9087 382.1943 531.4673 c 378.9043 531.0664 376.0625 529.2588 373.4023 525.9854 c 368.5391 520.0015 368.8789 514.0703 374.3672 509.6094 c 375.5576 508.6421 376.835 507.7139 377.6367 507.2822 c 382.0703 512.7373 L 380.207 516.1187 L 380.8779 516.9453 L 389.6064 509.8511 L 388.9346 509.0244 L 385.2109 510.1846 l f *U *u 383.9756 498.9141 m 384.8369 499.5396 L 388.1455 497.519 L 407.0078 511.2061 L 406.1133 514.978 L 406.9746 515.6035 L 411.1035 509.9141 L 403.5908 485.3018 L 418.1426 495.8613 L 417.248 499.6333 L 418.1094 500.2588 L 423.7148 492.5352 L 422.8525 491.9092 L 419.5186 493.9648 L 398.2432 478.5259 L 397.4922 479.5605 L 406.2803 507.7832 L 389.5225 495.6221 L 390.4424 491.8154 L 389.5801 491.1899 L 383.9756 498.9141 l f *U *u 401.6348 472.5566 m 402.6016 473.0029 L 405.4551 470.3779 L 426.6162 480.1411 L 426.4707 484.0151 L 427.4375 484.4614 L 432.1494 474.2485 L 431.1826 473.8022 L 428.3115 476.4658 L 407.1504 466.7026 L 407.3135 462.7896 L 406.3467 462.3438 L 401.6348 472.5566 l f *U *u 412.793 451.1182 m 435.8994 457.395 L 434.2129 463.6035 L 428.8057 464.1655 L 428.4043 465.6455 L 435.1465 467.4771 L 441.334 444.6997 L 434.5918 442.8682 L 434.2012 444.3071 L 438.5791 447.5273 L 436.9492 453.5303 L 413.8428 447.2534 L 413.5762 442.5454 L 412.5488 442.2661 L 409.1533 454.7651 L 410.1807 455.0439 L 412.793 451.1182 l f *U *u 438.7314 424.3926 m 437.3887 423.9429 436.7188 423.6968 434.96 423.0137 C 428.1387 420.334 L 427.7656 427.9512 l 438.7314 424.3926 L f 426.5107 419.6143 m 417.8516 416.1191 L 416.1191 419.2764 L 415.0547 419.2246 L 415.584 408.416 L 416.6475 408.4678 L 418.0635 411.7793 L 443.5654 422.3682 L 443.4492 424.7515 L 416.9688 434.1621 L 415.2344 437.3618 L 414.1699 437.3096 L 414.626 427.9907 L 415.6904 428.0425 L 417.1064 431.3535 L 426.0732 428.5508 l 426.5107 419.6143 L f *U *u 416.2197 398.3555 m 439.8457 394.4668 L 440.8906 400.8154 L 436.2061 403.5723 L 436.4551 405.0859 L 443.3496 403.9512 L 439.5166 380.6611 L 432.6221 381.7959 L 432.8643 383.2676 L 438.1855 384.3779 L 439.1953 390.5156 L 415.5693 394.4033 L 413.3721 390.2314 L 412.3213 390.4043 L 414.4238 403.1846 L 415.4756 403.0117 L 416.2197 398.3555 l f *U *u 410.3594 382.96 m 411.3672 382.6162 L 411.6221 378.748 L 433.6758 371.2168 L 436.2441 374.1211 L 437.252 373.7773 L 433.6172 363.1328 L 432.6094 363.4775 L 432.3682 367.3867 L 410.3135 374.917 L 407.7324 371.9717 L 406.7246 372.3164 L 410.3594 382.96 l f *U *u 405.8037 366.793 m 411.3301 363.8467 L 410.6074 362.4932 L 404.9639 363.1367 L 404.292 362.2393 403.8535 361.5078 403.292 360.4551 c 401.4277 356.959 401.8369 354.375 404.4678 352.9717 c 406.3105 351.9893 407.5156 352.168 410.5908 353.8594 c 414.9238 356.2803 L 417.2266 357.6113 418.1689 357.9297 419.6777 358.042 c 420.9756 358.1221 422.0938 357.8643 423.334 357.2031 c 427.2813 355.0977 428.4072 350.7793 426.1016 346.4561 c 425.7607 345.8174 425.0459 344.75 424.3721 343.7568 c 423.8184 342.9902 423.3447 342.374 422.9912 341.9824 c 421.8105 340.584 L 421.417 340.1182 L 416.0791 342.9648 L 416.8213 344.3564 L 422.2744 343.7168 L 422.4727 343.998 L 423.0684 344.9355 423.2471 345.1777 423.6074 345.8545 c 425.6123 349.6143 425.3896 352.0029 422.9082 353.3252 c 421.1787 354.248 420.126 354.085 417.0889 352.373 c 412.4453 349.7314 L 409.6211 348.1475 409.2344 347.9668 407.8018 347.8145 c 406.3682 347.6611 404.8516 347.9873 403.4229 348.749 c 399.25 350.9746 398.2451 355.5176 400.8516 360.4053 c 401.4727 361.5703 402.6211 363.1797 403.8584 364.5957 c 405.4697 366.4404 L 405.8037 366.793 l f *U *u 390.959 314.0371 m 388.6182 311.8623 384.8564 312.0303 382.623 314.4336 c 380.3906 316.8369 380.498 320.6016 382.8389 322.7764 c 385.2109 324.9805 388.9736 324.8125 391.2061 322.4092 c 393.4395 320.0059 393.3311 316.2412 390.959 314.0371 c f *U U u 1 Ap 293.0391 408.3877 m 293.0391 408.2773 293.083 408.1807 293.1104 408.0781 C 293.0928 407.9688 293.0752 407.8594 293.0752 407.7578 c 293.0752 407.0762 293.4775 406.5908 293.8428 406.1523 C 294.2734 405.5869 L 294.8125 404.7705 295.3584 404.4258 296.2383 404.041 c 296.877 403.7637 297.4424 403.9355 297.8975 404.0752 c 298.2959 404.1953 298.6094 404.292 298.9619 404.1582 C 299.4668 403.8135 L 300.3193 403.292 L 301.0479 403.0693 301.583 403.3613 302.0566 403.6172 C 302.9766 403.9727 L 303.9844 404.041 L 305.332 404.1543 L 305.6758 404.2051 L 306.7432 404.3623 307.751 404.5098 308.1104 405.0352 C 308.1104 405.0361 308.2236 405.5762 Y 307.5283 406.3027 L 307.2764 406.4639 L 306.1484 406.959 L 305.8662 407.0352 L 305.2471 407.3232 L 303.9541 407.708 L 302.7842 407.374 L 302.0029 407.1104 L 300.5 407.1973 L 300.2207 407.248 L 299.4199 407.6172 L 298.125 408.1064 L 297.3418 408.1426 296.8447 407.9043 296.2715 407.6279 C 295.7246 407.3701 L 295.2803 407.2285 L 294.5986 407.2031 294.4678 407.2773 294.0225 408.1016 C 294.126 408.2988 294.5996 409.1865 Y 294.6826 409.2939 296.0576 411.0049 296.3193 411.3291 C 296.3213 411.3271 296.3486 411.3076 Y 296.3545 411.3115 296.3584 411.3291 296.3633 411.335 C 296.3682 411.332 L 296.3867 411.3594 296.3945 411.4102 296.417 411.4424 C 296.5078 411.5635 296.6221 411.6924 296.6221 411.8574 c 296.6221 411.9541 296.5889 412.0518 296.502 412.1465 c 296.2207 412.4492 295.8535 412.1924 295.7334 412.1055 c 295.3467 411.833 293.0391 409.8232 293.0391 408.3877 c f *u 290.3418 418.8047 m 291.2227 418.8975 L 291.123 418.7871 L 290.7363 418.4336 290.4307 418.1543 290.5508 417.7793 c 290.5908 417.6563 290.7129 417.4424 291.0879 417.3984 c 291.6494 417.335 291.9521 417.7031 292.1719 417.9707 C 292.4326 418.2529 L 293.1025 418.71 L 294.0596 419.4229 L 295.0439 420.8018 L 295.373 421.5908 295.3682 422.1436 295.3623 422.9072 c 295.3623 422.9082 294.9961 424.7363 Y 294.9258 424.9512 L 294.7793 425.4297 L 294.2031 426.8398 L 293.7979 427.5361 292.7803 429.1143 292.0879 428.7295 c 291.6846 428.499 291.6797 428.1201 291.6797 427.9375 C 291.6738 427.8086 L 291.6699 427.8086 291.3018 427.6533 Y 290.6826 427.5029 290.1338 427.8184 289.4365 428.2188 c 288.8584 428.5508 288.2012 428.9277 287.4043 429.0566 c 285.8418 429.3037 284.8906 429.2969 283.3369 429.0156 c 281.9668 428.7725 281.1211 428.3604 279.9893 427.3818 c 279.3174 426.8047 278.7881 426.3467 278.3984 425.3691 C 277.7256 423.1504 L 277.7373 423.1875 L 277.708 422.8662 277.8408 422.6855 277.957 422.5918 c 278.0635 422.5049 278.1836 422.4756 278.3018 422.4609 C 278.4551 422.0439 279.0449 421.6289 280.5293 420.6953 c 281.2646 420.2334 283.6201 419.8076 284.8975 419.8135 c 284.9082 419.8135 284.9229 419.8076 284.9316 419.8076 C 285.2627 419.8047 L 285.2637 419.8652 285.2637 419.873 V 285.3027 419.8789 285.3428 419.8848 285.376 419.8916 C 285.3857 419.8916 285.416 419.8945 285.4297 419.8945 C 285.5098 419.8916 285.584 419.8711 285.6641 419.8711 c 285.9922 419.8711 286.3066 419.9189 286.6104 419.9912 C 287.4541 420.0605 288.3994 420.1396 Y 290.1045 420.5166 L 290.8115 420.7266 291.373 420.8887 292.1943 420.7383 C 292.0898 420.3838 291.959 420.0088 291.7861 419.5879 C 291.7861 419.5918 291.7871 419.5977 291.7871 419.6035 C 291.751 419.957 291.416 420.21 291.0635 420.1729 C 290.2285 420.084 L 288.6182 419.8408 L 286.3037 419.2764 L 285.959 419.1924 285.748 418.8438 285.8311 418.499 c 285.917 418.1543 286.2627 417.9443 286.6094 418.0273 C 288.9248 418.5928 L 290.3418 418.8047 L f 281.2139 421.7822 m 280.791 422.0488 279.9297 422.5986 279.6123 422.8809 C 279.6475 423.1309 279.7041 423.3486 279.7646 423.5654 C 279.8047 423.6426 279.8457 423.7148 279.8848 423.793 C 280.6377 424.9814 L 281.041 425.4023 281.3545 425.7266 281.6875 426 C 281.752 426.04 281.8408 426.0791 281.9131 426.1191 C 281.6318 425.5381 281.458 424.8945 281.458 424.2012 c 281.458 423.1123 281.8623 422.127 282.5117 421.3652 C 281.9785 421.4678 281.498 421.6016 281.2139 421.7822 c f 286.8252 424.2646 m 286.5313 424.2646 286.2891 424.5195 286.2891 424.834 c 286.2891 425.1484 286.5313 425.4023 286.8252 425.4023 c 287.123 425.4023 287.3633 425.1484 287.3633 424.834 c 287.3633 424.5195 287.123 424.2646 286.8252 424.2646 c f 289.7402 421.749 m 288.9902 421.5791 L 289.5332 422.3105 289.8701 423.2109 289.8701 424.2012 c 289.8701 424.876 289.708 425.5068 289.4404 426.0752 C 289.7695 425.9463 290.0742 425.8135 290.3418 425.6719 C 290.5693 425.4834 290.7969 425.2754 291.0195 425.0215 c 291.8389 424.084 292.2129 423.2061 292.4297 422.1465 C 292.4287 422.0635 292.4092 421.9863 292.4053 421.9063 C 291.3271 422.0859 290.4824 421.9688 289.7402 421.749 C f *U 279.8311 433.3369 m 281.8662 433.791 283.0527 433.8633 285.1152 433.6611 C 286.1367 433.5908 L 287.8994 433.3643 L 289.9629 432.6533 L 291.1982 432.1729 L 291.5293 432.0469 291.8887 432.2168 292.0146 432.5469 c 292.1436 432.8779 291.9648 433.2549 291.6338 433.3848 C 290.4453 433.8447 L 288.2158 434.6094 L 286.2021 434.874 L 285.2412 434.9395 L 283.0449 435.1563 281.7158 435.0742 279.5508 434.5908 c 279.2041 434.5127 278.9873 434.1689 279.0645 433.8232 c 279.1426 433.4775 279.4854 433.2588 279.8311 433.3369 c f 304.8145 390.1172 m 304.8096 390.1143 304.8057 390.1074 304.7998 390.1045 C 304.2246 389.6357 303.9219 389.4023 303.2969 389.2227 C 302.9277 389.1143 L 302.1563 388.8828 301.9482 388.8232 300.4941 389.0508 C 299.4219 389.3008 L 297.7207 389.5957 L 297.2822 389.6123 L 296.4248 389.6494 296.166 389.6611 296.0459 389.3125 C 295.9531 389.043 L 296.1904 388.8232 L 296.7832 388.29 L 297.6787 387.4541 298.6035 386.5908 300.8037 386.6113 C 301.6279 386.6895 L 302.6006 386.7139 L 303.8574 386.165 L 305.0762 385.4707 L 304.8457 386.4561 L 304.4766 388.1504 L 304.4736 388.1777 304.4736 388.2051 304.4736 388.2344 c 304.4736 388.709 304.7676 389.0156 305.3262 389.4297 C 305.3252 389.4297 L 305.3311 389.4355 305.3359 389.4385 305.3408 389.4414 C 304.8145 390.1172 L f 311.123 395.0537 m 311.123 395.0537 L 310.9521 395.3877 L 310.6475 396.0742 310.5205 396.4971 310.7998 396.8906 C 310.2207 397.501 L 310.1787 397.4736 310.1484 397.4131 310.1064 397.3828 C 310.1006 397.3857 L 310.0977 397.3828 310.0996 397.3789 310.0977 397.374 C 309.7373 397.0996 309.4072 396.6689 309.4072 395.8965 c 309.4072 395.6641 309.4482 395.3926 309.5127 395.1016 C 309.2041 395.0771 308.9131 395.0996 308.542 395.2041 C 307.0039 395.9453 L 305.6553 397.2451 L 305.1152 397.8291 L 304.6855 398.2451 304.2246 398.2559 303.8193 398.2617 C 303.3926 398.2891 L 303.3398 398.2959 302.6846 398.2686 302.1504 398.1572 C 302.0166 398.1426 301.8809 398.1299 Y 301.9131 398.1328 301.9316 398.0947 301.9648 398.0879 C 301.9414 398.082 301.9248 398.0732 301.9033 398.0645 C 301.9063 398.0713 301.9219 398.1035 Y 300.9131 397.8291 L 300.9111 397.8291 300.6318 397.8711 Y 300.2471 397.9609 L 299.8154 398.04 L 298.8643 398.125 L 297.2861 397.583 L 296.2549 396.7314 L 295.7793 396.2637 L 295.3145 395.8223 L 294.209 395.0547 L 293.5693 394.8496 293.1826 394.876 292.4502 394.9854 C 291.5029 395.2471 L 291.7813 395.9336 291.5928 396.5244 291.3965 397.0928 C 291.2588 397.4961 L 290.4248 397.3193 L 290.4658 396.9834 290.4961 396.6895 290.4961 396.4316 c 290.4961 396.0957 290.4072 395.8311 290.251 395.5918 C 290.251 395.5918 L 290.0078 395.2881 L 289.5117 394.8555 289.0654 394.6309 288.625 394.6299 C 288.418 394.665 288.207 394.6758 288.0127 394.7588 C 288.0098 394.7588 L 287.6719 393.9727 L 287.9902 393.835 288.3076 393.7686 288.625 393.7686 C 289.4307 393.6631 290.1777 393.8555 290.75 394.2939 C 291.1387 393.8486 291.5566 393.5234 292.2227 393.2471 c 293.2646 392.8115 294.0225 392.873 294.9834 392.9521 C 295.4248 392.9854 L 296.8711 393.1934 L 298.6445 393.373 L 299.5371 393.1455 L 300.8359 392.8721 L 302.0215 393.2627 L 302.375 393.4551 302.5889 393.5615 302.8936 393.5117 C 303.582 393.3184 303.999 393.2021 V 304.1182 393.1641 304.2422 393.126 Y 304.3438 393.0967 304.4678 393.0908 304.5957 393.1211 C 304.8965 393.0762 306.2549 392.8721 Y 307.7451 392.6797 309.0107 392.9482 309.9141 393.6494 C 310.1338 393.9053 L 310.4736 393.583 310.9229 393.3457 311.4443 393.2686 c 312.2695 393.1455 313.0303 393.4326 313.4316 394.0146 C 313.9053 394.7021 L 312.5801 394.6758 L 311.752 394.6484 311.3438 394.6885 311.123 395.0537 C f 261.3887 444.5762 m 261.2988 444.5703 261.4795 444.5674 261.3887 444.5762 C 261.3887 444.5762 L f *u 321.0732 427.9082 m 319.833 428.3008 319.1123 428.4678 317.8574 428.4932 c 315.9863 428.5293 314.8174 428.5527 313.0557 427.9023 c 311.9434 427.4883 311.1387 427.1455 310.1494 426.1689 C 309.6348 425.6855 L 308.957 425.0664 308.3154 424.4824 308.1143 423.3418 c 307.958 422.4482 307.96 421.8994 308.123 421.0811 C 308.3184 420.0986 L 309.4766 421.749 L 309.4424 421.4609 309.4111 421.1699 309.4004 420.8389 C 309.3701 419.9424 L 310.2285 420.2031 L 311.3525 420.54 311.8008 420.3965 312.4814 420.1797 C 313.665 419.873 L 315.251 419.5039 L 317.9824 419.0605 L 317.9844 419.0605 318.6816 419.0518 Y 319.7979 419.0313 320.7637 419.0146 322.0264 419.5791 C 324.7188 421.1338 L 324.6826 421.4814 L 324.6826 421.498 324.6777 421.5117 324.6777 421.5273 C 325.0313 421.8027 L 325.6533 422.2842 324.916 424.5361 324.3086 425.4766 c 323.2129 427.1748 322.5254 427.4492 321.0732 427.9082 c f 313.876 421.1396 m 312.874 421.4014 L 312.2969 421.5879 311.6689 421.7021 310.7998 421.5908 C 310.9189 422.5293 311.1514 423.3008 311.7305 424.2188 c 311.8496 424.4053 311.9785 424.543 312.1035 424.6963 C 312.751 425.2305 L 313.1006 425.5303 313.3965 425.7383 313.7051 425.9111 C 313.3232 425.2607 313.0898 424.5068 313.0898 423.6914 c 313.0898 422.7285 313.4072 421.8477 313.9258 421.1279 C 313.876 421.1396 L f 318.6025 423.6162 m 318.3057 423.6162 318.0654 423.8701 318.0654 424.1846 c 318.0654 424.499 318.3057 424.7539 318.6025 424.7539 c 318.8994 424.7539 319.1406 424.499 319.1406 424.1846 c 319.1406 423.8701 318.8994 423.6162 318.6025 423.6162 c f 321.501 420.752 m 320.9316 420.4971 320.4521 420.3984 319.9482 420.3594 C 320.8887 421.1523 321.5029 422.3438 321.5029 423.6914 c 321.5029 424.2402 321.3926 424.7598 321.2109 425.2451 C 321.5586 425.0078 321.9033 424.7295 322.291 424.3672 c 322.833 423.8564 323.1055 423.0195 323.2764 422.3857 C 323.3027 422.2002 323.333 422.0166 323.3438 421.8184 C 322.8594 421.5381 321.501 420.752 Y f *U 316.4092 418.5313 m 315.3857 418.9316 L 313.3066 419.5605 L 313.3047 419.5605 310.583 419.4805 Y 309.8965 419.3867 L 309.5449 419.3398 309.291 419.0156 309.3379 418.6641 c 309.3867 418.3125 309.7021 418.0645 310.0547 418.1113 C 310.7607 418.207 L 313.1357 418.2871 L 314.8838 417.75 L 316.001 417.3135 L 316.3311 417.1846 316.6738 417.3584 316.8047 417.6895 c 316.9336 418.0195 316.7412 418.4023 316.4092 418.5313 C f *u 1 D 367.8496 484.6445 m 367.7705 484.668 367.6875 484.6846 367.6055 484.6953 C 366.4746 484.8428 L 365.377 485.0713 364.2715 485.1465 363.1729 485.1074 c 361.1387 485.0352 359.1309 484.5283 357.2402 483.6396 C 357.2871 483.8105 357.3633 483.9756 357.3984 484.1494 c 357.8936 486.5508 357.3184 489.0918 355.7998 491.668 c 353.0332 496.373 347.0723 501.1973 338.4912 505.5625 C 339.9971 506.7285 340.9609 508.5742 340.9609 510.6152 c 340.9609 510.7607 340.9551 510.9063 340.9463 511.0518 c 340.8301 512.7354 340.0469 514.2041 338.8975 515.2715 C 338.7314 515.499 338.5313 515.707 338.2568 515.833 c 338.2148 515.8516 338.1602 515.8633 338.1182 515.8838 C 338.1279 515.8809 338.1396 515.8818 338.1494 515.877 C 337.9541 515.9521 337.9141 515.9678 V 337.2705 516.3652 336.5742 516.6338 335.8086 516.7686 C 335.791 516.7773 335.6533 516.8271 Y 335.6699 516.8223 335.6758 516.8057 335.6904 516.7988 C 335.5986 516.8145 335.5166 516.8574 335.4219 516.8682 C 326.3184 519.9648 312.3594 520.2988 297.001 517.7842 C 283.1045 519.6719 271.2549 519.0762 263.0156 516.1953 C 262.96 516.1875 262.9092 516.1611 262.8545 516.1533 C 262.8691 516.1602 262.875 516.1758 262.8896 516.1816 C 262.7549 516.1309 262.7363 516.123 V 261.9717 515.9873 261.2725 515.7188 260.6299 515.3203 C 260.5898 515.3047 260.3955 515.2314 Y 260.4063 515.2354 260.416 515.2324 260.4258 515.2363 C 260.3838 515.2178 260.3311 515.2051 260.2891 515.1855 c 260.0195 515.0605 259.8223 514.8535 259.6563 514.6299 C 258.5049 513.5635 257.7168 512.0928 257.6025 510.4072 c 257.5898 510.209 257.582 510.0137 257.582 509.8213 c 257.582 508.1445 258.085 506.6973 258.9648 505.6348 C 248.8408 500.2666 242.2764 494.0596 241.1553 488.248 c 240.9307 487.0762 240.9141 485.9229 241.1475 484.7949 c 241.1904 484.5811 241.2813 484.3838 241.3398 484.1758 C 240.0723 484.5371 238.7715 484.7344 237.46 484.751 c 236.4404 484.7646 235.4141 484.6748 234.3936 484.4639 C 234.5186 484.4854 233.3867 484.3359 Y 233.3047 484.3262 233.2227 484.3096 233.1436 484.2871 c 225.8613 482.2285 219.5283 476.1035 214.6963 467.2646 C 214.5254 467.085 214.4102 466.8633 214.3477 466.6016 C 207.5586 453.7998 203.8516 435.543 204.8584 415.7314 c 205.6787 399.5557 209.5605 384.4873 216.084 372.1553 c 217.4053 369.6787 218.3828 367.8906 219.8955 365.6553 c 219.874 365.6855 226.8584 354.8564 Y 229.0029 351.6777 233.1582 346.9453 235.5967 344.8984 c 235.5684 344.9229 235.3926 345.1084 235.3652 345.1357 C 236.9912 343.5713 L 238.0029 342.7441 L 238.0674 342.6914 238.2109 342.5791 238.2813 342.5361 C 240.5986 341.1494 L 242.9697 339.9229 244.5107 339.3916 247.1172 339.5537 C 247.5098 339.5537 247.8994 339.5859 248.2871 339.6436 c 251.1045 340.0566 253.7344 341.9482 255.2637 344.793 c 255.292 344.8477 255.4238 345.1172 Y 255.626 345.5273 255.7861 345.8555 255.9189 346.1475 C 259.1309 343.1426 262.6445 340.2266 266.4189 337.4395 C 265.8281 336.4658 265.46 335.3467 265.46 334.1504 c 265.46 333.2441 265.6514 332.3721 265.9941 331.5723 C 265.2754 331.5791 264.5615 331.5889 263.8877 331.625 C 263.8867 331.625 263.8848 331.625 263.8838 331.625 c 263.207 331.625 262.5566 331.5371 261.9277 331.4023 c 258.1377 330.5947 255.3438 327.5166 255.3438 323.8291 c 255.3438 321.6104 256.249 319.6611 257.6719 318.2344 c 258.6973 317.2041 259.9844 316.4355 261.4346 316.0693 C 261.5479 316.001 261.6201 315.8828 261.752 315.8418 c 262.9922 315.459 264.3086 315.168 265.6611 314.9219 c 275.2627 313.168 287.5459 314.8271 300.5107 319.4092 C 300.5859 319.3682 300.6445 319.3105 300.7285 319.2813 c 315.2686 314.2832 328.5479 313.1377 338.1973 316.0215 c 338.2939 316.0508 338.4043 316.0664 338.501 316.0967 c 338.584 316.1211 338.6436 316.1738 338.7021 316.2275 C 338.9805 316.3398 339.2559 316.4512 339.5322 316.5645 C 339.8145 316.666 340.0908 316.7715 340.3584 316.9004 c 343.0254 318.1875 344.9082 320.8594 344.9082 324.083 c 344.9082 327.5117 342.4854 330.3975 339.1455 331.4414 c 338.2959 331.7061 337.4023 331.8828 336.457 331.8828 C 335.7695 331.8467 335.0283 331.834 334.2617 331.8301 C 334.6025 332.627 334.7939 333.5 334.7939 334.4043 c 334.7939 335.3301 334.416 336.3955 333.9873 337.2959 C 337.6807 340.0361 341.1211 342.915 344.2842 345.8828 C 344.374 345.459 344.4775 345.0508 344.5859 344.6279 C 344.8291 343.6621 L 344.8623 343.5244 344.9209 343.3652 344.9883 343.2393 c 346.2998 340.7988 348.5547 339.1084 351.1357 338.4971 c 351.7559 338.3496 352.3906 338.2607 353.04 338.2451 C 355.8945 337.8027 357.4795 338.4727 359.5586 339.5439 c 359.6523 339.5957 361.9697 340.9824 Y 362.0391 341.0264 362.1836 341.1387 362.2461 341.1924 C 363.3389 342.083 L 364.9375 343.6504 L 364.9053 343.6182 364.6885 343.374 364.6553 343.3457 c 367.0889 345.3906 371.2451 350.1211 373.373 353.2734 c 373.3926 353.3037 380.3779 364.1328 Y 381.8574 366.3232 383.2783 368.6855 384.5791 371.123 c 391.3809 383.8633 395.2666 398.9912 396.1348 416.0889 c 397.1387 435.8828 393.4395 454.124 386.6621 466.9229 C 386.6602 466.9561 L 386.625 467.4473 386.3867 467.8301 386.0361 468.084 C 381.2373 476.6719 375.0029 482.623 367.8496 484.6445 c f 0 D 339.0293 500.8184 m 339.749 500.7666 340.4307 500.5537 341.0557 500.1875 c 341.1396 500.1367 341.2314 500.1279 341.3184 500.0947 C 349.3955 495.2695 354.1494 490.1016 354.1494 485.9023 c 354.1494 485.541 354.1143 485.1855 354.043 484.8379 c 353.7588 483.4629 352.873 482.2021 351.4707 481.0742 C 349.3975 480.2607 347.3721 480.0596 345.4512 480.5186 c 345.3369 480.5449 345.1201 480.5625 345.0029 480.5654 C 343.2295 480.6172 L 339.7969 480.6719 L 336.9482 480.3623 330.293 479.1973 328.252 475.209 C 328.2725 475.2354 328.2686 475.2578 328.29 475.2852 c 328.2188 475.1943 328.168 475.0928 328.1143 474.9902 C 327.8281 474.5811 327.6328 474.1846 327.5059 473.7988 C 325.7188 475.4092 323.4551 476.5137 320.8516 476.5869 C 320.0605 476.6113 L 318.584 476.5957 L 318.0352 477.7275 317.5127 479.3213 317.5645 480.0625 c 317.6582 481.4521 318.1523 482.5928 318.957 483.2725 c 319.6318 483.8438 320.5195 484.0801 321.5918 483.9756 c 322.1523 483.9082 323.1826 483.373 323.7373 483.085 C 324.1816 482.8574 L 324.8252 482.5283 325.5957 482.6465 326.123 483.1436 c 326.6494 483.6396 326.791 484.4219 326.502 485.0859 c 326.1025 485.9961 325.7422 487.1367 325.748 487.4814 C 325.832 488.7334 326.3906 489.8701 327.3184 490.6777 c 328.1914 491.4365 329.2939 491.8086 330.4248 491.7275 c 331.1475 491.6738 331.8525 491.4365 332.46 491.0352 c 333.1348 490.5928 334.0293 490.6807 334.6045 491.248 c 335.1807 491.8145 335.2803 492.709 334.8457 493.3896 c 334.168 494.4521 333.835 495.1709 333.9033 496.1631 c 333.998 497.54 334.6084 498.7852 335.625 499.6689 c 336.5801 500.5 337.79 500.9063 339.0293 500.8184 c f 333.8545 422.1104 m 333.8184 422.1875 332.0117 424.7803 Y 331.0605 425.9111 330.3135 426.7998 330.3135 429.1182 c 330.3135 429.6602 330.3887 430.3545 330.4785 431.0762 C 331.0645 431.0283 331.6367 431.0498 332.1523 431.0889 C 332.4707 429.5654 333.248 427.584 335.4092 426.335 C 335.5654 425.7568 335.7393 425.1104 Y 335.8721 424.6367 335.998 424.1807 336.1152 423.7266 c 336.1523 423.583 336.1836 423.4385 336.2197 423.293 c 336.3066 422.9287 336.3779 422.5625 336.4395 422.1934 c 336.4619 422.0586 336.4893 421.9229 336.5068 421.7852 c 336.5703 421.2988 336.6104 420.8018 336.6074 420.2852 c 336.6064 420.2363 336.6006 420.1855 336.6006 420.1377 c 336.5869 419.5908 336.5381 419.0244 336.4248 418.416 c 336.1523 416.9678 335.6338 415.6738 334.9961 414.8047 c 334.7852 414.5137 334.5596 414.2734 334.3262 414.0879 c 334.0283 413.8477 333.7461 413.7178 333.4668 413.6826 c 332.8184 413.6045 332.3604 413.6914 332.1104 413.9424 c 332.0127 414.0391 331.9785 414.2129 331.9131 414.3535 C 332.3604 414.4844 332.8379 414.7031 333.3301 415.1699 c 334.332 416.1172 334.6406 417.3643 334.6406 418.54 c 334.6406 420.2607 333.9775 421.8359 333.8545 422.1104 c f 329.6689 411.5361 m 329.9268 411.2773 330.2646 411.0078 330.6914 410.7803 C 330.0557 405.8428 328.8428 399.832 325.6289 394.5049 c 325.209 393.8066 324.8145 393.1992 324.4258 392.6357 C 324.2852 392.4932 324.1758 392.3359 324.0957 392.1582 C 322.7412 390.2695 321.4307 388.959 319.4521 387.1914 c 317.7412 385.6641 316.7031 384.8828 314.6211 383.5527 C 311.958 381.7686 L 308.7256 379.5508 306.4785 378.04 302.6328 377.9209 C 303.8271 378.1328 L 305.4453 378.4697 L 305.793 378.542 306.0938 378.8926 306.0215 379.2402 c 305.9502 379.5879 305.6914 379.8223 305.3438 379.751 C 303.4736 379.3662 L 302.1357 379.1113 L 301.0156 379.3584 L 298.8438 379.751 L 298.4971 379.8145 298.2793 379.5742 298.2139 379.2256 c 298.1494 378.8779 298.4971 378.5332 298.8438 378.4668 C 300.6445 378.1279 L 301.7158 377.9043 L 301.6729 377.9053 301.6367 377.9014 301.5947 377.9043 C 299.5508 377.9688 298.0352 378.2744 296.6895 378.751 c 296.6797 378.7539 296.6699 378.7598 296.6592 378.7627 c 295.3252 379.2402 294.1523 379.8838 292.7959 380.6309 C 289.1309 382.5215 L 286.6592 383.5801 L 284.5762 384.4297 283.1982 384.9902 280.3535 387.3926 c 277.4346 389.8594 276.2881 391.9922 274.5156 395.542 c 271.3867 401.8096 270.501 405.958 270.9805 412.1484 C 271.0752 412.2305 271.166 412.3125 271.2461 412.3926 c 273.0566 414.2246 272.7217 417.167 272.6777 417.4971 c 272.5986 418.0898 272.0977 418.4961 271.5508 418.7363 c 271.0586 418.9551 270.4219 418.8047 269.9385 418.5293 C 269.7734 418.6953 269.7002 419.001 269.7002 419.3789 c 269.7002 420.0625 269.9219 420.9561 270.1943 421.5811 C 270.1973 421.5605 271.5254 423.4326 Y 272.9883 425.168 274.6445 427.1357 273.7813 432.96 C 273.7803 432.96 273.5908 433.4844 273.4141 433.9766 C 274.1641 435.8672 273.8242 438.1348 273.7764 438.4209 c 273.6855 438.9629 273.3359 439.4229 272.8447 439.6689 c 272.3535 439.9131 271.7676 439.9043 271.2803 439.6523 c 271.1572 439.5889 271.0225 439.5674 270.8818 439.5313 C 270.8818 439.5342 L 271.0244 439.5889 271.1787 439.6504 Y 271.832 439.8799 272.8584 440.2578 273.6982 441.248 C 273.79 441.1914 L 275.541 440.2881 278.2949 440.2842 280.1729 442.0313 c 283.1279 444.7783 282.5957 447.9502 281.8994 449.2422 c 281.7842 449.4561 281.6191 449.6338 281.4297 449.7773 C 281.6123 449.7559 281.7959 449.7295 281.9697 449.7207 c 283.3887 449.6445 285.8779 449.8047 288.1865 451.3164 C 289.4648 450.2422 291.0332 449.5762 292.4297 449.5762 c 295.377 449.5762 297.8203 450.9961 299.2363 453.4648 C 299.6191 453.6846 299.9824 453.9307 300.3232 454.2148 C 301.6377 451.2236 304.3223 449.291 307.6543 449.291 c 309.5361 449.291 311.9609 450.3213 313.3604 452.0518 C 314.8604 450.4219 316.6309 449.6367 318.2031 449.2754 C 318.1563 449.2129 318.0869 449.1709 318.0479 449.0996 c 317.3535 447.8066 316.8174 444.6367 319.7744 441.8877 c 321.6494 440.1436 324.4043 440.1465 326.1543 441.0469 C 326.2471 441.1064 L 327.0869 440.1143 328.1143 439.7354 328.7676 439.5078 C 328.9229 439.4463 329.0654 439.3906 V 329.0654 439.3896 329.0654 439.3877 Y 328.9238 439.4238 328.7891 439.4443 328.665 439.5078 c 328.1797 439.7627 327.5947 439.7686 327.1045 439.5254 c 326.6133 439.2813 326.2627 438.8223 326.1709 438.2803 c 326.0605 437.626 325.6621 434.4902 327.3018 432.5771 C 327.1348 432.1035 L 326.9707 430.9902 326.8975 430.0205 326.8975 429.1641 c 326.8975 425.5371 328.207 423.9805 329.3896 422.5752 C 330.7598 420.6445 L 331.0059 420.0752 331.2168 419.2051 331.2168 418.5322 c 331.2168 418.1514 331.1445 417.8408 330.9775 417.6729 C 330.4941 417.9473 329.8574 418.0977 329.3662 417.8809 c 328.8193 417.6396 328.3174 417.2314 328.2393 416.6406 c 328.1953 416.3115 327.8584 413.3682 329.6689 411.5361 c f 318.2168 358.1123 m 316.8955 356.8164 315.6455 355.5938 314.1426 354.6611 c 305.7402 349.4961 295.0527 344.0313 278.834 341.4932 C 278.0791 341.7168 277.5527 342.4424 277.5527 343.2813 c 277.5527 344.1367 278.1201 344.8984 278.9014 345.0928 C 278.9121 345.0957 278.9385 345.1035 278.9756 345.1143 C 279.1016 345.1348 279.2188 345.1758 279.3389 345.2246 C 279.7109 345.3369 280.1797 345.4785 Y 288.6484 348.4346 300.2393 352.9111 307.748 357.5723 c 310.1357 359.0547 312.2666 360.9043 314.3252 362.6924 C 314.6514 362.9658 L 315.2412 360.9102 316.7451 359.2705 318.6953 358.5391 C 318.2168 358.1123 L f 320.6143 355.6641 m 321.9932 356.9004 L 322.4014 354.4697 324.0088 352.4824 326.1738 351.5537 C 321.5146 348.5352 L 319.9531 347.5684 L 304.0381 337.6904 284.2217 332.4492 270.1572 331.6689 C 269.3652 332.2295 268.8857 333.1426 268.8857 334.1504 c 268.8857 334.9258 269.2402 335.6641 269.7861 336.2217 C 269.9551 336.3174 270.0996 336.4502 270.2324 336.6055 C 270.7451 336.9727 271.3574 337.2021 271.9961 337.2021 C 293.0986 339.1748 306.043 345.6611 315.9434 351.7461 c 317.7754 352.8818 319.2178 354.2959 320.6143 355.6641 C f 284.3057 352.0049 m 284.3057 352.0029 284.9512 351.626 285.748 351.1553 C 283.6328 350.3516 281.4414 349.5459 279.1201 348.7363 C 279.1191 348.7363 279.0479 348.7158 278.9482 348.6836 C 277.3486 349.7051 275.7754 350.7588 274.2344 351.8447 C 276.3262 352.8008 277.8613 354.7754 278.2588 357.1553 C 279.6377 355.9209 L 281.0332 354.5518 282.4785 353.1377 284.3057 352.0049 C f 281.5586 358.793 m 283.5098 359.5234 285.0107 361.165 285.6006 363.2197 C 285.9258 362.9502 L 287.9844 361.1611 290.1152 359.3096 292.5039 357.8271 c 293.9023 356.96 295.1543 356.2344 296.4219 355.5527 C 294.3838 354.6289 292.1797 353.6895 289.8096 352.7383 C 286.1055 354.9199 L 284.6064 355.8496 283.3564 357.0732 282.0352 358.3682 C 281.5586 358.793 L f 305.9414 360.4834 m 304.3447 359.4922 302.4482 358.458 300.3232 357.3984 C 298.2422 358.416 296.4619 359.4033 294.3115 360.7383 c 293.2676 361.3867 292.2559 362.1357 291.2656 362.9268 C 291.3193 362.9336 291.377 362.9336 291.4297 362.9414 C 291.4063 362.9414 291.3857 362.9287 291.3643 362.9287 c 291.4961 362.9287 291.627 362.9482 291.7549 362.9795 C 296.3457 363.1943 300.0225 367.0547 300.0225 371.8164 c 300.0225 372.6543 299.7256 373.6787 299.3496 374.6494 C 300.0156 374.5684 300.7119 374.5049 301.4844 374.4775 c 302.2646 374.4541 302.9873 374.4814 303.6777 374.541 C 303.3955 373.7002 303.1914 372.8242 303.1914 372.0381 c 303.1914 367.8369 306.0557 364.3271 309.8809 363.4072 C 308.6064 362.3467 307.3037 361.3271 305.9414 360.4834 c f 267.5869 416.0264 m 268.0781 415.5615 268.5566 415.3418 269.0029 415.2119 C 268.9385 415.0693 268.9033 414.8955 268.8057 414.7988 c 268.5557 414.5469 268.0986 414.46 267.4502 414.541 c 267.1113 414.582 266.7676 414.7715 266.3984 415.123 c 265.54 415.9395 264.8262 417.4932 264.4912 419.2725 c 264.3613 419.9639 264.3057 420.6064 264.3057 421.2207 c 264.3057 422.8877 264.7188 424.3428 265.1768 425.96 C 265.5078 427.1758 L 266.8975 428.3848 267.4766 429.8857 267.7559 431.1133 c 267.7646 431.1494 267.7803 431.1934 267.7891 431.2305 C 267.8643 431.2236 267.9443 431.2207 268.0205 431.2148 c 268.1221 431.2061 268.2227 431.2002 268.3271 431.1934 c 268.4502 431.1855 268.5742 431.1855 268.6992 431.1846 c 268.7725 431.1826 268.8438 431.1826 268.916 431.1826 c 269.041 431.1826 269.166 431.1904 269.292 431.1963 c 269.3867 431.2031 269.4814 431.21 269.5771 431.2207 c 269.6787 431.2305 269.7813 431.2393 269.8838 431.2568 c 270.0566 431.2813 270.2285 431.3174 270.3994 431.3594 c 270.4287 431.3652 270.457 431.3672 270.4854 431.375 C 270.5303 430.8994 270.6055 430.3623 270.6055 429.9697 c 270.6055 427.6582 269.8574 426.7695 268.9053 425.6367 C 267.0977 423.0459 L 266.9521 422.7227 266.2783 421.123 266.2783 419.3896 c 266.2783 418.2119 266.5879 416.9717 267.5869 416.0264 c f 276.2188 488.3516 m 276.0713 490.5273 275.0977 492.501 273.4756 493.9092 c 271.9248 495.2578 269.957 495.9238 267.9297 495.7939 C 267.9629 496.0615 268.0771 496.2705 268.0771 496.5625 c 268.0771 496.7188 268.0723 496.8779 268.0615 497.042 c 267.9063 499.333 266.8779 501.415 265.1689 502.9004 c 264.9336 503.1074 264.6709 503.2617 264.418 503.4355 c 264.1406 503.6299 263.8613 503.8135 263.5645 503.9688 C 263.79 504.082 263.9795 504.2402 264.1338 504.4404 C 265.7363 505.1904 267.4189 505.9258 269.1914 506.6377 C 269.1621 506.6318 269.1445 506.6113 269.1162 506.6045 C 270.3428 506.8691 L 271.0303 506.9199 271.6992 506.7959 272.3223 506.541 c 272.7881 506.3555 273.2305 506.1064 273.6211 505.7646 c 274.5996 504.915 275.1885 503.7168 275.2783 502.3906 c 275.3584 501.2109 275.0234 500.0469 274.3369 499.1113 c 273.918 498.541 273.9766 497.791 274.3594 497.1953 c 274.7402 496.5986 275.5342 496.3203 276.2285 496.4629 C 277.9746 496.8193 L 278.5996 496.8564 279.2725 496.6465 279.8115 496.1787 c 280.4775 495.5996 280.8857 494.666 280.9629 493.5518 c 280.9893 493.1416 280.6113 492.5469 280.2451 491.9707 C 279.9404 491.4844 L 279.5625 490.8779 279.7129 490.1543 280.1465 489.5869 c 280.5811 489.0205 281.4336 488.834 282.1172 489.041 C 283.4463 489.4434 L 284.1826 489.4961 284.9053 489.252 285.4727 488.7568 c 286.085 488.2246 286.4541 487.4717 286.5107 486.6406 c 286.5537 485.9766 286.3906 485.3389 286.0547 484.792 C 285.458 484.4473 284.876 484.0986 284.3418 483.7441 C 283.9814 484.6211 283.4385 485.4287 282.7227 486.1035 c 281.1748 487.5586 278.9502 488.2617 276.6172 488.0303 c 276.4697 488.0117 276.3281 487.9365 276.1797 487.9072 C 276.1846 487.9844 276.2256 488.0742 276.2256 488.1465 c 276.2256 488.2158 276.2236 488.2852 276.2188 488.3516 c f 290.8564 502.04 m 297.0146 503.5527 302.5498 504.543 307.3418 504.9775 c 315.2002 505.6865 322.8223 505.6631 329.5869 504.918 C 329.6621 504.8789 329.7227 504.8164 329.8066 504.7861 c 330.6738 504.4766 331.2793 503.6543 331.3428 502.6904 c 331.4326 501.3682 330.4902 500.2217 329.2422 500.1338 C 329.2393 500.1338 328.8037 500.1455 Y 328.7607 500.1494 325.2119 500.5215 Y 319.7432 500.665 314.7168 500.4375 310.1377 499.8584 c 304.2803 499.1143 298.5225 497.9619 293.2334 496.5195 C 293.2373 496.6309 293.2529 496.7432 293.2529 496.8545 c 293.2529 499.0391 292.3428 500.8633 290.8564 502.04 C f 327.1045 496.8779 m 327.7988 496.8057 328.4023 496.7422 Y 328.3594 496.748 329.4883 496.7129 Y 329.8613 496.7402 330.2207 496.8086 330.5693 496.9043 C 330.5479 496.7334 330.4961 496.5693 330.4844 496.3955 c 330.4736 496.2324 330.4688 496.0732 330.4688 495.917 c 330.4688 495.624 330.5811 495.416 330.6162 495.1484 C 329.4785 495.2217 328.3711 495.0176 327.333 494.6113 C 327.3691 494.9209 327.377 495.2412 327.3545 495.5723 c 327.3232 496.0342 327.2314 496.4697 327.1045 496.8779 C f 322.3662 487.2646 m 322.2285 487.2949 322.0957 487.3643 321.96 487.3818 c 319.9268 487.582 318.1338 487.0645 316.7422 485.8896 c 315.7842 485.0771 315.0967 483.9648 314.6553 482.6875 C 314.0283 483.1084 313.3545 483.5234 312.6426 483.9346 C 312.207 484.5244 311.9863 485.2393 312.0361 485.9922 c 312.0938 486.8262 312.4619 487.5791 313.0742 488.1113 c 313.6445 488.6064 314.3643 488.8496 315.1006 488.7959 C 316.4268 488.3955 L 317.1113 488.1885 317.9639 488.377 318.3994 488.9424 c 318.6631 489.2881 318.8027 489.6924 318.8008 490.0918 C 319.7139 490.1387 320.6279 490.1855 321.5361 490.1963 c 321.6221 490.1992 322.8262 490.2744 Y 322.873 490.2754 322.9209 490.2861 322.9668 490.293 C 322.627 489.4795 322.3896 488.6162 322.3271 487.7041 c 322.3242 487.6357 322.3213 487.5684 322.3213 487.4961 c 322.3213 487.4268 322.3604 487.3379 322.3662 487.2646 C f 323.7197 445.6514 m 325.0586 446.4063 325.5869 447.7344 325.5869 449.0176 c 325.5869 449.4326 325.502 449.8281 325.3965 450.21 C 326.0088 450.5342 326.5557 450.918 327.0518 451.3408 C 327.1914 450.9619 327.3115 450.5273 327.3955 450.0293 c 327.4043 449.9805 327.4072 449.9219 327.415 449.8711 c 327.4473 449.6602 327.4775 449.4463 327.4951 449.2129 c 327.5195 448.9229 327.5322 448.6152 327.5322 448.2891 C 327.3359 446.8877 L 327.3359 446.8984 327.3281 446.8662 327.3252 446.8506 C 327.082 446.0771 326.6123 445.4443 325.8428 444.8672 C 324.584 444.0928 L 324.1006 443.8447 322.8799 443.6777 322.1074 444.3965 c 321.7148 444.7617 321.5107 445.0996 321.3281 445.4277 C 322.1025 445.2363 322.9316 445.207 323.7197 445.6514 c f 1 D 321.4473 449.0361 m 321.5928 449.0684 321.8408 449.1221 322.1289 449.1836 C 322.1387 449.1113 322.1523 449.042 322.1523 448.9668 c 322.1523 448.873 322.1104 448.8203 322.0781 448.7568 C 321.916 448.7969 321.6904 448.8984 321.4473 449.0361 C f 0 D 325.2334 465.3711 m 325.0674 465.4307 L 324.5693 465.6094 324.0166 465.9619 323.5693 465.6748 c 323.1221 465.3906 322.833 465.3271 322.7842 464.8008 C 322.627 463.0449 L 322.7002 462.6367 322.7393 462.3193 322.7393 462.0674 c 322.7393 461.4092 322.4561 461.2207 321.8203 461.0576 C 321.1357 461.6865 320.7266 465.1816 320.5303 466.8926 C 320.3076 468.7266 L 320.2627 469.0596 320.1875 469.4082 320.0957 469.7627 c 320.0908 469.7803 320.0859 469.8008 320.0801 469.8213 c 319.7969 470.8965 319.3145 472.0459 318.6709 473.1768 C 319.2188 473.1807 319.9453 473.1865 Y 320.7549 473.1621 L 324.1406 473.0635 326.9551 470.0322 327.9521 466.9932 C 328.2354 465.8271 L 328.2402 465.8096 328.2539 465.7949 328.2578 465.7754 C 328.3652 465.0508 L 328.3652 465.0498 328.4053 463.6396 328.4189 463.1895 C 327.6543 464.1563 326.6035 464.8916 325.2334 465.3711 C f 319.8994 458.1797 m 320.6865 457.6348 321.623 457.4736 322.6094 457.7178 c 323.9639 458.0518 325.377 458.8955 325.8965 460.71 C 326.2021 460.1768 326.4473 459.501 326.4473 458.4238 c 326.4473 457.7568 326.3643 456.9619 326.1738 456.0146 C 325.8008 455.0781 L 325.7959 455.0645 325.79 455.0537 V 325.0605 453.7539 323.6309 453.0938 322.8408 452.8154 C 321.124 452.4277 L 318.8037 452.3037 315.7256 453.0303 314.2549 457.2061 c 314.2598 457.1904 314.3115 456.9922 314.3193 456.9688 c 314.3086 457.001 314.1729 457.4209 314.0537 457.791 C 313.9893 457.9922 L 313.9873 458.0127 313.9873 458.0361 313.9844 458.0557 C 313.5107 460.6191 L 313.4609 461.0977 313.3955 461.5566 313.3203 461.9912 c 312.7676 465.1611 311.541 467.2344 309.4316 468.6152 C 309.4531 468.5967 308.6504 469.043 308.2314 469.2754 C 308.1982 469.2959 308.1787 469.3262 308.1416 469.3447 C 307.6602 469.5801 L 306.2764 470.249 305.5146 470.6172 305.1719 472.1123 c 305.1064 472.4004 305.0586 472.6816 305.0225 472.9561 c 305.0098 473.0635 305.0078 473.1631 304.999 473.2705 c 304.9863 473.4316 304.9717 473.5938 304.9688 473.748 c 304.9688 473.7959 304.9766 473.8408 304.9766 473.8896 c 304.9834 474.2598 305.0283 474.5996 305.1055 474.9033 C 305.2256 475.1094 305.6641 475.8604 305.7998 476.0898 C 305.8994 476.1631 306.0127 476.2451 Y 309.4951 478.2295 312.582 475.5273 314.1104 473.7393 c 315.8057 471.7617 316.7383 469.5674 316.9121 468.2715 C 317.126 466.502 L 317.5371 462.9258 317.9258 459.5498 319.8994 458.1797 c f 275.0947 446.96 m 275.3838 446.5215 275.7002 446.0918 276.2285 445.7949 c 277.0156 445.3506 277.8438 445.3809 278.6182 445.5723 C 278.4355 445.2432 278.2314 444.9033 277.8398 444.541 c 277.0664 443.8223 275.8457 443.9873 275.3633 444.2363 C 275.1924 444.3418 274.9922 444.4648 V 275.0713 445.0322 275.1191 445.6445 275.1191 446.3291 c 275.1191 446.5293 275.1016 446.7529 275.0947 446.96 C f 277.8691 448.9014 m 277.8379 448.9639 277.7949 449.0156 277.7949 449.1104 c 277.7949 449.3418 277.8623 449.6035 277.8643 449.6064 C 277.9932 450.0117 278.0732 450.3896 278.1543 450.7715 C 278.7471 450.4785 279.3535 450.249 279.9531 450.0801 C 279.6963 450.0117 279.457 449.8916 279.2529 449.7139 c 278.8105 449.3223 278.2002 448.9814 277.8691 448.9014 C f 277.7939 455.2725 m 277.4395 455.7197 277.2158 456.1963 277.1074 456.7275 c 276.916 457.6738 276.834 458.4688 276.834 459.1387 c 276.834 460.2148 277.0781 460.8906 277.3857 461.4219 C 277.9043 459.6084 279.3164 458.7656 280.6709 458.4307 c 281.6572 458.1865 282.5918 458.3438 283.3818 458.8926 c 285.3564 460.2627 285.7441 463.6396 286.1563 467.2139 C 286.2656 468.168 L 286.2852 468.3213 286.3701 468.9873 Y 286.5039 469.9844 287.0332 471.3037 287.8252 472.6016 c 288.2754 473.3418 292.3691 479.749 297.2686 476.958 c 298.0898 476.4902 298.4297 475.4697 298.2813 473.9268 C 298.1084 472.8242 L 298.1084 472.8311 298.1084 472.8359 Y 298.1084 472.8271 298.1074 472.8203 v 297.8857 471.8623 297.4922 471.4434 297.1357 471.1631 C 297.0605 471.0918 295.6377 470.2998 Y 293.54 469.2725 290.667 467.8652 289.8613 461.9443 C 289.8613 461.9443 L 289.8613 461.9424 289.8604 461.9404 Y 289.791 461.4727 L 289.7793 461.3916 289.7695 461.332 Y 289.6494 460.1885 289.4346 459.1563 289.1162 458.1768 c 288.6553 456.7676 287.9971 455.6475 287.1592 454.8379 c 285.5566 453.2979 283.5547 453.0654 282.1563 453.1406 c 281.0752 453.2012 278.9336 453.832 277.7939 455.2725 c f 296.4639 465.1338 m 296.3945 464.7852 296.3213 464.4375 296.2412 464.1055 C 295.6475 464.332 294.9531 464.4824 294.1465 464.5361 C 294.6826 465.6084 295.376 466.2529 296.1963 466.7139 C 296.4639 465.1338 L f 290.998 454.1895 m 291.502 453.7363 292.0684 453.3574 292.6846 453.0664 C 292.6006 453.043 292.5264 453.0029 292.4297 453.0029 c 291.9756 453.0029 291.3398 453.3281 290.7168 453.7803 C 290.8105 453.9131 290.9072 454.0479 290.998 454.1895 C f 292.5645 457.835 m 292.8291 458.7813 293.0352 459.7627 293.1563 460.8164 C 293.333 460.9736 293.5176 461.1543 293.6758 461.1543 c 294.9326 461.1543 295.4648 460.7773 295.5654 460.6328 C 295.5049 460.7695 L 295.7334 460.2451 296.2344 459.791 296.7988 459.6895 c 297.3604 459.585 297.9668 459.6924 298.3662 460.1016 c 298.5605 460.3027 298.7471 460.6572 298.916 461.085 C 299.1279 460.9063 299.3467 460.7412 299.5781 460.584 C 299.5576 460.248 299.5371 459.9336 299.5205 459.6514 C 299.5088 459.4678 L 299.4902 459.1836 299.4756 458.9326 299.4639 458.7422 C 298.9932 457.5771 298.2471 456.7061 297.2617 456.2559 c 296.6855 455.9951 296.04 455.8604 295.3379 455.8604 c 294.1904 455.8604 292.9805 456.7842 292.5645 457.835 C f 299.542 467.1865 m 299.5742 467.4385 L 299.627 467.8506 299.7314 468.6572 299.7676 468.9512 C 300.2061 469.3877 300.5664 469.8848 300.8506 470.4434 C 300.8604 470.2422 300.874 470.0283 300.8906 469.7988 c 300.8955 469.7285 300.9023 469.6602 300.9072 469.5879 c 300.9258 469.3789 300.9463 469.165 300.9727 468.9443 c 300.9795 468.8711 300.9863 468.8008 300.9961 468.7266 c 301.0674 468.1514 301.1699 467.5674 301.3105 467.0244 c 301.3311 466.9502 301.3525 466.8799 301.374 466.8096 c 301.4307 466.6113 301.4951 466.4248 301.5654 466.2471 c 301.5918 466.1768 301.6162 466.1064 301.6455 466.043 c 301.7451 465.8154 301.8535 465.6064 301.9795 465.4346 c 302.3311 464.9482 302.9102 464.6846 303.5039 464.7354 c 304.1006 464.7822 304.627 465.1377 304.8965 465.6719 c 305.2324 466.3408 305.3799 466.502 305.4307 466.5449 C 305.5234 466.5518 305.8359 466.5361 306.6396 466.2637 C 306.8184 466.1836 307.3301 465.9082 Y 307.4258 465.834 307.5625 465.708 307.6641 465.4639 c 307.6748 465.4404 307.6836 465.4072 307.6934 465.3809 c 307.7266 465.2842 307.748 465.1563 307.7666 465.0205 c 307.7754 464.9551 307.7822 464.8916 307.7861 464.8154 c 307.7959 464.6113 307.793 464.3838 307.7559 464.0928 c 307.6953 463.6367 307.5127 462.252 305.0859 462.3223 c 304.0088 462.3555 302.9805 462.6035 302.1025 463.0391 c 300.9619 463.6006 300.1963 464.457 299.8213 465.5811 C 299.542 467.1865 L f 302.915 459.1641 m 303.1445 459.1133 303.375 459.0693 303.6094 459.0332 C 303.7627 458.4746 304.0059 457.8623 304.3887 457.3096 c 304.4102 457.2764 304.4375 457.25 304.459 457.2178 C 304.6211 456.998 304.8096 456.7998 305.0215 456.6143 c 305.0889 456.5566 305.1543 456.498 305.2256 456.4453 c 305.499 456.2451 305.7959 456.0684 306.1543 455.9512 c 306.8232 455.7314 307.5547 455.9443 308.0049 456.4854 c 308.416 456.9824 308.8096 457.2295 309.1738 457.334 c 309.2832 457.3643 309.3828 457.3633 309.4873 457.373 c 309.5596 457.3799 309.6348 457.4023 309.7021 457.4004 c 309.8721 457.3965 310.0352 457.3701 310.1895 457.3369 c 310.5 457.2656 310.6514 457.1484 310.7822 456.873 C 310.958 456.3105 L 310.958 456.3057 311.0635 455.0059 Y 311.0635 454.0215 309.1201 452.7178 307.6543 452.7178 c 304.8398 452.7178 302.915 454.9668 302.8672 458.3154 C 302.8887 458.7178 302.915 459.1641 V f 322.4316 493.6816 m 322.165 493.666 321.4111 493.6182 Y 316.2695 493.5615 310.9619 492.9463 305.7188 491.7949 c 302.9736 491.1934 300.3838 490.5098 297.958 489.7646 C 297.6631 489.7588 297.3818 489.6963 297.1328 489.5527 C 297.0371 491.166 296.3613 492.5479 295.2588 493.5332 C 300.0791 494.7881 305.2871 495.7881 310.5693 496.46 c 314.2119 496.9219 318.168 497.1357 322.3389 497.1289 C 322.5371 496.9219 322.7725 496.7451 323.0674 496.6563 c 323.5957 496.4941 323.8877 496.0527 323.9355 495.3418 c 323.9385 495.2949 323.9443 495.2354 323.9443 495.166 c 323.9443 494.751 323.7832 493.9932 322.4316 493.6816 C f 309.4912 489.0381 m 309.0029 488.1885 308.6855 487.2412 308.6172 486.2256 c 308.6123 486.1533 308.6123 486.0801 308.6094 486.0078 C 307.4961 486.5176 306.3184 487.0098 305.0947 487.4834 C 304.8525 488.0674 L 305.3877 488.1943 305.9072 488.3281 306.4551 488.4492 c 307.4658 488.6719 308.4775 488.8574 309.4912 489.0381 C f 296.0371 485.5381 m 296.7207 485.7754 297.4414 486.0049 298.1602 486.2334 C 299.6914 485.7793 301.1787 485.293 302.5918 484.7773 C 302.9785 484.2402 303.6143 484.0049 304.2627 484.1357 C 306.6523 483.1924 308.8125 482.1768 310.6709 481.1221 c 310.7148 481.0977 310.7549 481.0703 310.7988 481.0498 C 312.123 480.293 313.293 479.5186 314.2666 478.7383 C 314.3018 478.5439 314.3467 478.3467 314.3955 478.1475 C 311.2148 480.585 307.6582 481.0459 304.4492 479.2842 C 304.3623 479.2695 304.2773 479.2705 304.1904 479.2402 c 303.123 478.873 302.0879 478.2793 301.1299 477.5078 C 300.665 478.5342 299.9541 479.3711 298.9658 479.9326 c 294.2305 482.6338 289.457 480.2627 286.2764 476.334 C 285.5605 476.5303 284.7275 476.6738 283.8369 476.7607 C 284.4941 477.9375 284.7402 479.0146 284.8174 479.8477 C 285.5723 480.4463 286.4443 481.0313 287.3936 481.6025 C 287.748 481.6768 288.0869 481.833 288.3408 482.124 c 288.3643 482.1514 288.3779 482.1816 288.4014 482.208 C 290.0645 483.127 291.9951 483.999 294.1221 484.8213 C 294.8633 484.5977 295.6387 484.8691 296.0371 485.5381 C f 284.2734 473.2549 m 283.7598 472.2529 283.3848 471.2695 283.1611 470.3535 c 283.0771 470.0381 283.0117 469.7324 282.9736 469.4375 C 282.9736 469.4355 282.8857 468.7393 Y 282.8652 468.5762 282.751 467.6064 Y 282.5557 465.8926 282.1445 462.3994 281.4609 461.7705 C 280.8262 461.9326 280.5391 462.1035 280.5391 462.7637 c 280.5391 463.0146 280.5781 463.3398 280.6553 463.7578 C 280.4971 465.5127 L 280.4492 466.04 280.1602 466.1035 279.7129 466.3877 c 279.2666 466.6738 278.7139 466.3203 278.2139 466.1436 C 278.0479 466.085 L 277.6025 465.9297 277.1982 465.7402 276.8174 465.5332 c 276.6963 465.4678 276.5908 465.3945 276.4775 465.3232 c 276.2227 465.167 275.9824 464.999 275.7588 464.8154 c 275.6494 464.7266 275.5439 464.6338 275.4424 464.54 c 275.2275 464.3359 275.0313 464.1172 274.8516 463.8887 c 274.7822 463.7988 274.7051 463.7197 274.6416 463.627 c 274.4131 463.2998 274.2119 462.9482 274.0469 462.5703 c 274.0166 462.502 273.998 462.4219 273.9717 462.3525 c 273.8438 462.0332 273.7373 461.6973 273.6543 461.3418 c 273.6221 461.2021 273.5977 461.0508 273.5723 460.9033 c 273.5166 460.5928 273.4775 460.2715 273.4541 459.9365 c 273.4414 459.7725 273.4287 459.6123 273.4248 459.4443 c 273.4229 459.3477 273.4082 459.2607 273.4082 459.1641 c 273.4082 458.9043 273.4385 458.623 273.4551 458.3506 c 273.4658 458.1719 273.4678 458 273.4863 457.8135 c 273.542 457.25 273.624 456.6641 273.748 456.0488 c 273.7627 455.9746 273.8008 455.9092 273.8193 455.8369 C 273.2119 455.6201 272.6709 455.2246 272.2012 454.6445 c 272.1924 454.6328 272.1846 454.6211 272.1768 454.6113 c 271.9717 454.3516 271.7803 454.0576 271.6006 453.7275 c 271.5596 453.6523 271.5176 453.5791 271.4795 453.502 c 271.2959 453.1377 271.1211 452.7451 270.9688 452.3018 C 270.3145 450.0635 L 269.3867 446.5928 268.7539 445.1416 267.2422 445.1416 c 266.4346 445.1416 265.7256 445.9326 265.2744 446.5967 C 265.0479 446.9551 L 265.0469 446.957 264.2061 448.7217 Y 264.127 448.9307 264.0615 449.1084 264.0029 449.2734 c 263.9863 449.3213 263.9727 449.3633 263.958 449.4063 c 263.915 449.5303 263.8779 449.6426 263.8467 449.75 c 263.834 449.791 263.8213 449.833 263.8105 449.873 c 263.7783 449.9912 263.752 450.1045 263.7354 450.2129 c 263.7334 450.2295 263.7285 450.2422 263.7256 450.2598 c 263.708 450.3838 263.7002 450.5068 263.6982 450.6377 c 263.6982 450.6709 263.7012 450.7041 263.7021 450.7383 c 263.7031 450.8496 263.7109 450.9688 263.7246 451.0957 c 263.7295 451.1445 263.7334 451.1914 263.7402 451.2412 c 263.75 451.3252 263.7676 451.4258 263.7803 451.5186 C 263.8545 451.7158 263.8838 451.9199 263.8828 452.125 C 264.0029 452.7695 L 264.0596 453.0488 264.2656 453.375 264.584 453.6875 C 264.585 453.6885 L 264.6699 453.7725 264.7549 453.8164 264.8428 453.8867 C 265.7773 452.4512 267.0869 452.4443 267.8838 452.6191 c 271.1367 453.3242 271.4238 458.1504 271.5098 462.3525 c 271.5146 462.6338 271.5186 462.9102 271.5244 463.1826 C 271.5811 465.1943 L 271.7607 466.2607 L 272.5303 469.7705 275.8096 472.8057 279.3896 473.3213 c 279.4219 473.3271 279.4619 473.3271 279.4951 473.3311 C 279.8887 473.2188 280.2969 473.252 280.6797 473.4316 C 281.8994 473.4834 283.2275 473.4063 284.2734 473.2549 C f 1 D 274.9648 452.6084 m 274.9648 452.3848 274.9395 452.1152 274.8867 451.8027 C 274.876 452.0029 274.8301 452.1836 274.7539 452.3467 C 274.873 452.5234 274.958 452.6113 274.9609 452.6133 C 274.9648 452.6104 274.9648 452.6084 v f 0 D 268.1074 463.5771 m 268.1016 463.376 268.0977 463.2432 Y 268.0703 461.6797 267.9707 458.0303 267.374 456.5781 C 267.291 456.7881 267.2021 457.0098 Y 266.9639 457.6074 266.5215 457.7959 265.8809 457.8555 c 265.71 457.8721 265.5234 457.8262 265.3438 457.8047 C 265.3877 458.043 265.4199 458.291 265.5029 458.4951 C 265.9277 459.5283 L 266.7627 461.5752 267.3545 462.8311 268.1104 463.667 C 268.1094 463.6309 268.1084 463.6104 268.1074 463.5771 c f 267.042 467.2793 m 264.834 465.915 263.8828 463.5869 262.7559 460.8232 C 262.3379 459.8076 L 261.8184 458.5547 261.7725 457.2627 261.7324 456.1221 C 261.7061 455.5996 L 261.6094 455.4814 261.5264 455.3594 261.4424 455.2393 C 259.8271 456.9375 257.9688 459.1416 257.1309 460.6387 c 255.3623 463.8027 255.1934 464.9932 254.8193 467.5977 C 254.6787 468.5732 L 254.4268 469.9717 254.0391 471.1094 253.4922 472.5059 c 252.7627 474.3721 251.7979 476.0586 250.6709 477.5557 C 251.6279 477.541 252.5791 477.5918 253.5166 477.7881 C 253.6533 477.791 255.4375 477.8379 Y 258.3955 477.9102 L 262.9395 477.417 266.624 475.8838 267.3457 474.1855 c 267.4082 474.0391 267.4902 473.9014 267.5898 473.7773 c 267.8467 473.4619 267.874 473.3037 267.9297 472.4785 C 267.9824 471.9268 268.0205 471.5527 V 267.9395 471.2031 267.3574 468.6602 267.042 467.2793 C f 260.7686 448.1475 m 260.2314 448.332 259.792 448.7725 259.6201 449.0264 c 259.4971 449.209 259.5137 449.4082 259.4229 449.6035 C 259.7559 449.5332 260.0703 449.5303 260.373 449.5674 C 260.457 449.1055 260.5879 448.6582 260.7686 448.1475 C f 259.6445 442.5957 m 259.6445 443.2959 259.583 444.0752 259.4756 444.9219 C 259.873 444.7705 260.2803 444.6748 260.7012 444.6338 C 260.9268 444.5908 261.1553 444.5625 261.3887 444.5762 C 261.5605 444.5576 L 261.5879 444.5557 261.6084 444.5547 261.6377 444.5518 C 261.2939 443.4736 260.918 442.3574 260.4834 441.2959 c 260.4287 441.1641 260.3682 441.041 260.3115 440.9111 c 260.1416 440.5156 259.9697 440.125 259.7803 439.7529 c 259.5273 439.2588 259.2568 438.793 258.9658 438.3643 c 258.9492 438.3389 258.9355 438.3105 258.9209 438.2861 c 257.9678 436.9111 256.9277 436.1484 255.7402 435.958 c 255.7188 435.9541 255.4883 435.9092 Y 255.1348 435.875 254.4346 435.8711 254.0244 436.2754 c 253.916 436.3809 253.9297 436.668 253.8584 436.835 C 254.208 436.7217 254.5625 436.6172 254.9736 436.6445 c 256.4629 436.748 257.6211 437.2949 258.418 438.2715 c 259.2422 439.2822 259.6445 440.6836 259.6445 442.5957 c f 259.3105 433.833 m 259.4111 433.3428 259.4785 432.9531 259.4785 432.7275 c 259.4785 432.4941 259.3936 432.415 259.3027 432.3281 C 259.2744 432.3477 258.9092 432.6191 Y 258.5996 432.8467 258.2363 432.875 257.8682 432.8154 C 257.8594 432.9023 257.8535 432.9668 257.8477 433.0244 C 258.3574 433.2344 258.8447 433.5049 259.3105 433.833 C f 258.874 418.627 m 259.9512 419.4531 260.5488 420.2568 260.8799 421.0293 C 260.8906 420.2793 260.9648 419.4893 261.124 418.6396 C 261.124 418.6367 261.125 418.6338 261.125 418.6309 C 261.3496 417.4492 261.8857 415.4658 263.0605 413.7988 C 262.9346 413.6221 262.7783 413.4053 Y 262.5234 413.1172 262.1289 412.7725 261.707 412.7637 c 261.3262 412.7549 261.0146 413.0166 260.8613 413.1748 c 260.7686 413.2715 260.5459 413.6221 260.5156 414.7871 c 260.4932 415.6621 259.6777 416.4521 258.8066 416.5254 c 258.7783 416.5273 256.5381 416.9336 256.0098 418.5352 C 256.3174 418.3486 256.6514 418.2051 257.0225 418.1484 C 258.874 418.627 L f 260.1279 425.4697 m 260.583 425.4229 261.041 425.4248 261.4922 425.4736 C 261.3057 424.7539 261.1387 424.0127 261.0264 423.2314 C 260.8643 424.0576 260.5352 424.8086 260.1279 425.4697 C f 263.0342 429.5791 m 262.9404 429.5156 262.709 429.3643 Y 261.7725 428.873 260.5986 428.7148 260.0166 428.9971 C 260.4033 429.0938 260.8262 429.1533 261.1133 429.3369 c 262.4893 430.2275 262.8896 431.4404 262.8896 432.6982 c 262.8896 433.6592 262.6582 434.6465 262.4473 435.54 C 262.3086 436.2041 262.1924 436.7588 V 262.1396 437.0127 L 263.1758 438.6973 263.96 440.6299 264.5938 442.5166 C 265.5713 441.9014 266.5068 441.7158 267.2422 441.7158 c 267.6133 441.7158 267.9541 441.7578 268.2803 441.8145 C 267.8184 441.334 267.4463 440.6689 267.4463 439.6396 c 267.4463 439.4707 267.4561 439.291 267.4766 439.0996 c 267.6504 437.4824 268.4775 436.7275 269.1416 436.3799 c 269.5605 436.1611 269.9912 436.1045 270.4092 436.082 C 270.3613 435.6602 270.2803 435.2666 270.1182 435.0146 C 270.0098 434.873 L 269.4961 434.4385 268.0039 434.6162 267.2861 434.7002 C 266.3428 434.7783 L 265.8857 434.8164 265.5049 434.666 265.1563 434.3691 c 264.8096 434.0713 264.667 433.6426 264.6328 433.1875 c 264.5039 431.3604 264.0098 430.248 263.0342 429.5791 c f 329.8096 454.2012 m 329.8447 454.1387 329.8838 454.0811 329.9219 454.0215 c 330.2363 453.54 330.623 453.1475 331.0908 452.8682 c 331.1475 452.835 331.207 452.8027 331.2676 452.7725 c 331.5127 452.6455 331.7725 452.5381 332.0635 452.4746 c 332.3711 452.4072 332.6641 452.3877 332.9414 452.415 c 333.498 452.4697 333.9961 452.707 334.4375 453.1172 c 334.6582 453.3213 334.8633 453.5684 335.0576 453.8564 C 335.0859 453.8135 335.1084 453.7959 335.1367 453.751 C 335.7324 452.6162 L 335.7324 452.6113 335.9795 451.7646 Y 336.0049 451.6738 336.0244 451.5986 336.0488 451.5117 c 336.1533 451.1367 336.2344 450.8086 336.2998 450.4951 c 336.3193 450.4033 336.334 450.3115 336.3496 450.2227 c 336.4023 449.9219 336.4355 449.6338 336.4385 449.3506 C 336.4395 449.3262 336.4434 449.2998 336.4434 449.2754 c 336.4414 449.0313 336.3818 448.7686 336.3398 448.5127 c 336.3115 448.3438 336.3164 448.1846 336.2676 448.0029 C 336.2627 447.9922 336.2559 447.9727 336.2559 447.9678 c 336.2559 447.9648 336.2588 447.9707 336.2656 447.9912 C 335.8076 446.9385 L 335.8057 446.9326 335.1484 446.0938 335.1455 446.0898 C 335.1426 446.0898 L 334.791 445.749 334.3857 445.4746 333.9658 445.2871 c 333.7559 445.1934 333.543 445.1221 333.332 445.0732 c 333.1191 445.0244 332.9092 444.999 332.7041 444.999 c 332.1143 444.999 331.4326 445.1934 330.7266 446.6797 C 330.7314 446.7158 330.7363 446.7529 330.7422 446.7881 c 330.8418 447.4756 330.959 448.2891 Y 330.959 448.9629 330.9043 449.5703 330.8271 450.1455 c 330.8115 450.2598 330.7988 450.3711 330.7813 450.4805 c 330.6914 451.0391 330.5752 451.5547 330.4307 452.0215 C 330.4248 452.04 330.4189 452.0576 330.4121 452.0762 c 330.0918 453.0908 329.6689 453.8984 329.2266 454.5342 C 329.291 454.7051 329.3555 454.8672 329.4043 455.001 C 329.4043 455.001 L 329.5234 454.7139 329.6611 454.4502 329.8096 454.2012 c f 331.8379 463.5254 m 332.5938 462.6904 333.1846 461.4355 334.0205 459.3838 C 334.4063 458.4443 334.4307 458.3838 V 334.3916 458.3838 334.3525 458.3818 334.3135 458.3789 c 333.6719 458.3184 333.2305 458.1318 332.9932 457.5342 C 332.6875 456.7676 L 332.6641 456.6943 332.6152 456.5566 332.5732 456.4365 C 331.9746 457.8887 331.876 461.5391 331.8496 463.1035 C 331.8408 463.3936 331.8379 463.5254 V f 335.3125 433.043 m 335.2803 433.499 335.1367 433.9277 334.791 434.2246 c 334.4424 434.5225 334.0615 434.6729 333.6045 434.6367 C 332.6748 434.5586 L 331.9395 434.4756 330.71 434.333 330.0791 434.6533 C 329.9297 434.7354 L 329.7188 434.915 329.6084 435.3955 329.5439 435.9395 C 329.96 435.9648 330.3887 436.0176 330.8066 436.2373 c 331.4688 436.585 332.2959 437.3398 332.4707 438.958 c 332.4893 439.1475 332.5 439.3271 332.5 439.498 c 332.5 440.5303 332.1299 441.1963 331.665 441.6768 C 332 441.6143 332.3428 441.5723 332.7041 441.5723 c 333.6172 441.5723 334.5391 441.8008 335.4111 442.1992 C 336.0313 440.3691 336.8027 438.5049 337.8076 436.8721 C 337.6895 436.3047 L 337.6309 436.0254 337.5742 435.7539 337.5371 435.584 C 337.499 435.3984 L 337.29 434.5039 337.0576 433.5146 337.0576 432.5566 c 337.0576 431.2969 337.457 430.084 338.834 429.1953 c 339.1152 429.0127 339.5322 428.959 339.9102 428.8594 C 339.3916 428.6182 338.4463 428.7021 337.5439 429.0898 c 337.3965 429.1533 337.2373 429.2227 Y 336.0332 429.8564 335.458 430.999 335.3125 433.043 c f 1 D 339.8379 425.3691 m 339.6924 425.1377 339.5518 424.9043 339.418 424.6514 C 339.3613 424.8711 339.3008 425.0869 339.2412 425.3027 C 339.2676 425.3037 339.2891 425.3145 339.3145 425.3184 C 339.4941 425.3203 339.6641 425.3486 339.8379 425.3691 C f 0 D 339.791 417.7842 m 339.9014 418.3691 339.96 418.9219 339.9951 419.459 C 340.293 419.1357 340.6475 418.8115 341.0752 418.4834 C 341.0781 418.4834 342.9248 418.0039 Y 343.3135 418.0645 343.6592 418.2227 343.9785 418.4229 C 343.5098 416.7998 341.1719 416.3857 341.1445 416.3809 C 340.2715 416.3115 339.4531 415.5195 339.4316 414.6455 c 339.4014 413.4805 339.1807 413.1289 339.085 413.0313 c 338.9346 412.875 338.6211 412.6113 338.2402 412.6201 c 338.0684 412.623 337.9063 412.6943 337.751 412.7842 C 338.7021 414.082 339.4219 415.8125 339.791 417.7842 c f 342.0801 432.6729 m 341.7139 432.7305 341.3516 432.7061 341.0449 432.4785 C 340.6729 432.2031 340.6436 432.1836 V 340.5537 432.2705 340.4688 432.3506 340.4688 432.5859 c 340.4688 432.8096 340.5352 433.1982 340.6367 433.6875 C 341.1045 433.3584 341.5918 433.084 342.0996 432.875 C 342.0957 432.8203 342.0879 432.7559 342.0801 432.6729 C f 341.0273 438.1445 m 341.0127 438.166 341 438.1963 340.9844 438.2188 c 340.6914 438.6494 340.418 439.1201 340.1641 439.6152 c 339.9834 439.9697 339.8203 440.3467 339.6553 440.7246 c 339.5928 440.873 339.5215 441.0166 339.458 441.168 c 339.0254 442.2285 338.6504 443.3428 338.3076 444.417 C 338.5596 444.4346 L 338.7939 444.4199 339.0215 444.4502 339.2451 444.4922 C 339.668 444.5322 340.0762 444.6279 340.4717 444.7803 C 340.3633 443.9336 340.3037 443.1523 340.3037 442.4512 c 340.3037 440.54 340.7041 439.1406 341.5293 438.1299 c 342.3262 437.1523 343.4854 436.6045 344.9746 436.502 c 345.3857 436.4736 345.7402 436.5781 346.0879 436.6914 C 346.0186 436.5234 346.0313 436.2393 345.9229 436.1318 c 345.5166 435.7314 344.8213 435.7344 344.4404 435.7705 C 344.4395 435.7705 344.2275 435.8105 344.209 435.8135 c 343.0205 436.0078 341.9795 436.7695 341.0273 438.1445 c f 339.8545 449.3809 m 340.1025 449.376 340.3604 449.4111 340.6221 449.4766 C 340.5303 449.2754 340.4541 449.0713 340.3281 448.8838 C 340.3262 448.8838 340.3262 448.8828 V 340.3232 448.877 340.3184 448.8711 340.3154 448.8672 C 340.2109 448.7168 340.0273 448.499 339.7939 448.2949 C 339.8232 448.5264 339.833 448.7539 339.8418 448.9785 C 339.8545 449.0781 339.873 449.1826 339.873 449.2773 c 339.873 449.3125 339.8545 449.3477 339.8545 449.3809 C f 338.5059 454.6191 m 338.4199 454.793 338.3379 454.957 338.2627 455.1113 C 338.2148 455.9834 L 338.1758 457.1221 338.1279 458.4141 337.6094 459.666 C 337.1924 460.6797 L 335.8262 464.0322 334.6924 466.7246 331.2939 467.8535 C 331.2676 467.9375 331.2373 468.0225 331.208 468.1084 C 330.9355 469.2314 330.5957 470.6348 330.5273 470.917 C 330.5645 471.293 330.6172 471.832 Y 330.6729 472.6582 330.7002 472.8145 330.958 473.1318 c 331.0557 473.2559 331.1387 473.3906 331.1992 473.5381 c 331.9229 475.2383 335.6084 476.7705 340.1641 477.2656 C 340.1641 477.2627 343.1016 477.1924 Y 344.8926 477.1455 345.0293 477.1426 V 346.5615 476.8242 348.1279 476.8174 349.709 477.0693 C 348.8447 475.7891 348.0947 474.3848 347.499 472.8643 c 346.9521 471.4639 346.5645 470.3262 346.3223 468.9814 c 346.3145 468.9307 346.1738 467.9551 Y 345.7998 465.3506 345.6309 464.1621 343.8613 460.999 c 342.9717 459.4043 340.4355 456.5605 338.5059 454.6191 C f 334.6631 503.625 m 334.8242 503.5498 334.9883 503.4736 335.1475 503.3965 C 335.0078 503.3271 334.8594 503.2822 334.7217 503.2051 C 334.7051 503.3457 334.6885 503.4863 334.6631 503.625 C f 290.0947 512.9814 m 292.4365 513.4951 294.7686 513.9424 297.0752 514.3262 C 297.0908 514.3242 297.1084 514.3213 297.126 514.3193 c 297.4541 514.2744 297.7598 514.3506 298.042 514.4756 C 313.5576 516.9404 327.7783 516.4395 335.9912 513.0215 C 336.8027 512.5615 337.457 511.8418 337.5254 510.8213 c 337.5313 510.752 337.5342 510.6836 337.5342 510.6152 c 337.5342 509.1016 336.417 507.8203 334.9609 507.7158 C 334.5293 507.7188 334.5264 507.7188 V 334.5205 507.7227 333.0088 507.9346 Y 329.085 508.5127 324.8271 508.834 320.3701 508.9033 c 316.0732 508.9688 311.5898 508.8008 307.0342 508.3896 c 301.8379 507.9199 295.8262 506.8271 289.1377 505.1484 C 289.1709 505.3135 289.2275 505.4707 289.248 505.6396 c 289.2842 505.9658 289.3047 506.29 289.3047 506.6104 c 289.3047 507.9453 288.958 509.2119 288.3184 510.3291 c 288.0664 510.7705 287.7813 511.1924 287.4375 511.5791 c 287.2305 511.8135 286.9795 511.9951 286.7461 512.2012 C 287.8467 512.4688 288.96 512.7324 290.0947 512.9814 c f 283.9756 501.1426 m 284.2354 500.4854 284.9541 500.0586 285.6621 500.0596 C 287.4414 500.0674 L 289.4346 499.8057 289.9805 497.8447 289.7891 496.248 c 289.7432 495.8447 289.2637 495.3369 288.7988 494.8467 C 288.4111 494.4287 L 287.9277 493.9082 287.9395 493.1709 288.2539 492.5322 c 288.5693 491.8955 289.3701 491.5479 290.0771 491.6162 C 291.4531 491.748 L 293.042 491.5479 293.9053 490.3926 293.708 488.7363 C 293.71 488.7441 293.6143 488.5195 293.4951 488.2344 C 292.2441 487.7627 291.0527 487.2744 289.9326 486.7656 C 289.9297 486.8027 289.9297 486.8359 289.9287 486.8711 c 289.8096 488.6191 289.0264 490.207 287.7217 491.3408 c 286.7266 492.207 285.5029 492.6494 284.2246 492.7725 C 284.2725 493.0234 284.3906 493.2344 284.3906 493.5049 c 284.3906 493.5967 284.3867 493.6895 284.3809 493.7832 c 284.2432 495.8135 283.4189 497.583 282.0605 498.7646 c 281.04 499.6514 279.7832 500.0967 278.4189 500.1738 C 278.5605 500.7891 278.7158 501.4092 278.7158 502.0488 c 278.7158 502.2383 278.7109 502.4307 278.6973 502.6211 c 278.5635 504.6074 277.7266 506.4072 276.3828 507.8057 c 276.209 507.9873 276.0596 508.1855 275.8691 508.3516 c 275.6494 508.543 275.4043 508.6865 275.1689 508.8496 C 277.1348 509.5176 279.1855 510.1553 281.3096 510.7617 C 281.3193 510.7617 281.3281 510.7578 281.3398 510.7578 c 282.5586 510.7578 283.627 510.373 284.4326 509.6963 c 284.5869 509.5693 284.7441 509.4521 284.876 509.3027 c 285.6475 508.4355 285.9922 507.2773 285.8447 506.0439 c 285.7549 505.293 285.4854 504.5938 285.0918 503.9746 C 284.7949 503.7773 284.5869 503.501 284.4609 503.1777 C 284.4131 503.1289 284.3721 503.0713 284.3223 503.0234 c 283.8037 502.543 283.7168 501.7998 283.9756 501.1426 c f 261.0205 510.1758 m 261.0908 511.2061 261.7559 511.9307 262.5781 512.3877 C 268.0801 514.6836 276.0127 515.707 285.3203 515.375 C 279.1201 513.8311 273.3408 511.9619 268.1338 509.8643 C 268.0195 509.8398 267.9336 509.8213 Y 267.9658 509.8271 268.001 509.8184 268.0342 509.8242 C 266.04 509.0195 264.127 508.1836 262.3125 507.3184 C 261.2061 507.7324 261.0078 508.9873 261.0078 509.8105 c 261.0078 509.9453 261.0146 510.0703 261.0205 510.1758 c f 248.3984 494.1104 m 250.499 496.2705 253.3955 498.4922 256.998 500.6621 C 257.166 500.7012 257.3359 500.7432 257.4922 500.833 c 258.1143 501.1992 258.7959 501.4121 259.5176 501.4658 c 259.7764 501.4814 260.0313 501.4688 260.2852 501.4434 c 261.249 501.3525 262.166 500.9736 262.9219 500.3164 c 263.9385 499.4307 264.5498 498.1865 264.6426 496.8115 c 264.71 495.8184 264.3779 495.0977 263.7002 494.0332 c 263.2656 493.3525 263.3672 492.4609 263.9424 491.8926 c 264.5186 491.3262 265.4121 491.2383 266.0869 491.6826 c 266.7031 492.0898 267.3877 492.3193 268.1201 492.373 c 269.251 492.4561 270.3545 492.082 271.2266 491.3252 c 272.1563 490.5176 272.7158 489.3789 272.8008 488.1211 C 272.8037 487.7861 272.4443 486.6416 272.0449 485.7314 c 271.7539 485.0674 271.8975 484.2842 272.4248 483.7891 c 272.9512 483.292 273.7178 483.1719 274.3633 483.5039 C 274.8164 483.7344 L 275.3682 484.0205 276.3945 484.5547 276.9834 484.624 c 278.3027 484.7549 279.5479 484.3848 280.374 483.6094 c 281.1025 482.9229 281.4639 481.9707 281.4209 480.8564 C 281.458 480.1875 281.376 478.498 279.4551 476.7725 C 279.2695 476.7539 279.0742 476.7373 278.9014 476.7139 c 276.0049 476.2959 273.3311 474.7285 271.3633 472.5479 C 271.3486 472.709 L 271.2891 473.5908 271.1787 474.5889 270.4141 475.666 C 270.3643 475.7578 270.3193 475.8516 270.2549 475.9326 c 270.2764 475.9053 270.2744 475.8818 270.2939 475.8574 C 268.251 479.8428 261.5977 481.0078 258.7529 481.3184 C 255.3105 481.2627 L 253.543 481.2109 L 253.4258 481.208 253.208 481.1904 253.0938 481.1641 c 251.1729 480.7061 249.1484 480.9063 247.0771 481.7197 C 245.6748 482.8477 244.7861 484.1084 244.5039 485.4844 c 244.4326 485.833 244.3975 486.1875 244.3975 486.5479 c 244.3975 488.8252 245.7852 491.4209 248.3984 494.1104 c f 215.0029 460.2754 m 215.6563 458.623 216.6602 457.2803 217.918 456.2773 c 219.4619 455.0439 221.3799 454.3271 223.5723 454.3271 c 224.4756 454.3271 225.3633 454.4912 226.2227 454.75 C 227.3789 451.3418 230.1338 449.2256 233.9678 449.2256 c 235.8213 449.2256 237.5537 449.8584 239.0313 450.8994 C 240.3105 447.3398 243.4463 444.7949 247.1514 444.7949 c 250.1992 444.7949 253.0176 446.3584 254.6904 448.9746 c 255.2002 449.7715 254.9688 450.8311 254.1699 451.3408 c 253.373 451.8506 252.3145 451.6172 251.8047 450.8193 c 250.7637 449.1943 249.0244 448.2217 247.1514 448.2217 c 244.209 448.2217 241.8145 450.9785 241.8145 454.3691 c 241.8145 455.1318 241.3105 455.8027 240.5781 456.0146 c 239.8467 456.2275 239.0615 455.9307 238.6543 455.2852 c 237.6104 453.6357 235.8584 452.6523 233.9678 452.6523 c 231.1328 452.6523 229.3818 454.2852 229.041 457.25 c 228.9736 457.8232 228.623 458.3242 228.1074 458.585 c 227.5908 458.8418 226.9785 458.8252 226.4795 458.5342 c 225.5957 458.0225 224.5908 457.7539 223.5723 457.7539 c 221.873 457.7539 220.4502 458.3662 219.4131 459.4717 c 218.3789 460.5723 217.7285 462.165 217.5752 464.1289 C 217.585 464.1357 217.6563 465.6465 217.6631 465.7949 C 221.9531 473.5986 227.4795 479.0029 233.8076 480.8984 c 233.8721 480.917 233.9355 480.9434 234 480.9619 C 234.2432 480.9932 234.9629 481.0879 Y 241.1777 482.3691 247.5762 478.2246 250.3018 471.2578 c 250.7852 470.0225 251.1025 469.0967 251.2969 468.0186 C 251.2969 468.0098 251.4268 467.1123 Y 251.8223 464.3535 252.0605 462.6875 254.1396 458.9697 c 254.832 457.7295 256.0381 456.1611 257.3145 454.6865 C 257.0361 454.5283 256.7959 454.2979 256.6289 454.0107 c 256.4629 453.7266 255.6348 452.2598 255.5684 451.2578 c 255.4971 450.1523 255.7871 448.958 256.3496 447.8662 C 256.1377 447.1543 255.9932 446.4316 255.9932 445.6904 c 255.9932 445.3389 256.0166 444.9863 256.0645 444.6299 c 256.1748 443.8076 256.2178 443.1416 256.2178 442.6006 c 256.2178 441.1904 255.9248 440.6357 255.7637 440.4385 c 255.6904 440.3477 255.4805 440.1592 254.8516 440.0869 C 254.7178 440.1738 254.4697 440.4268 254.2617 440.7861 c 253.9727 441.2852 253.4033 441.5273 252.8301 441.5605 c 252.2578 441.5947 251.6592 441.2656 251.3145 440.8086 C 250.6348 440.8965 249.9414 440.5791 249.5918 439.9424 c 248.5195 437.9912 246.5166 436.7783 244.3623 436.7783 c 241.043 436.7783 238.3428 439.5918 238.3428 443.0518 c 238.3428 443.9199 237.6943 444.6514 236.832 444.7529 c 235.9697 444.8555 235.167 444.2969 234.9648 443.4531 c 234.3506 440.9111 232.0186 439.2676 229.0225 439.2676 c 226.2705 439.2676 223.8721 441.2051 223.1914 443.9785 c 223.0576 444.5215 222.6699 444.9639 222.1504 445.167 c 221.6309 445.3711 221.0459 445.3076 220.5811 444.999 c 219.5771 444.333 218.8604 444.1084 217.7412 444.1084 c 216.6084 444.1084 215.1963 444.3506 213.9365 445.7188 c 213.0752 446.6533 212.2822 448.1113 211.6992 450.3994 c 211.6904 450.4336 211.666 450.459 211.6553 450.4922 C 212.5996 453.9795 213.7256 457.251 215.0029 460.2754 C f 210.3242 444.8486 m 211.1006 443.6338 211.9814 442.751 212.9043 442.1211 c 214.5078 441.0283 216.2334 440.6836 217.7412 440.6836 c 218.8301 440.6836 219.7627 440.9092 220.6777 441.2617 C 222.249 438.0303 225.3838 435.8408 229.0225 435.8408 c 231.8564 435.8408 234.2725 436.9824 236.0039 438.7568 C 237.5596 435.5879 240.6768 433.3516 244.3623 433.3516 c 246.6396 433.3516 248.7949 434.2148 250.4805 435.6865 C 250.7725 434.8428 251.209 434.2383 251.6201 433.833 c 252.3633 433.1035 253.3467 432.668 254.4561 432.5322 C 254.5518 431.4961 L 254.7607 429.5576 L 254.9521 427.1992 256.0771 425.4795 256.9004 424.2246 c 257.4863 423.3281 257.79 422.8633 257.79 422.502 c 257.79 422.2803 257.6387 422.083 257.4072 421.8633 C 257.1865 422.1338 256.9619 422.4375 256.832 422.626 C 255.6934 423.8027 L 255.2744 424.2383 254.8555 424.0693 254.2695 423.9316 c 253.6807 423.7949 253.4072 423.0068 253.2236 422.4307 C 252.8867 421.3691 L 252.3857 419.5303 L 252.376 419.3867 252.3711 419.2461 252.3711 419.1055 c 252.3711 417.4551 253.0313 416.0146 254.2959 414.9189 c 255.168 414.1631 256.2256 413.7275 257.21 413.4443 C 257.3408 412.6006 257.6289 411.5869 258.4004 410.79 c 259.333 409.8262 260.5342 409.3115 261.7803 409.3369 c 262.6963 409.3574 264.0566 409.6846 265.3408 411.1309 C 265.4678 411.3086 265.6396 411.5459 V 266.0908 411.3418 266.5547 411.1973 267.0371 411.1377 c 267.1924 411.1191 267.334 411.1182 267.4814 411.1094 C 267.1777 404.9668 268.2627 400.3936 271.4502 394.0107 c 271.7949 393.3193 272.123 392.6836 272.4482 392.0684 C 271.9258 391.8672 271.3662 391.7471 270.793 391.7256 C 268.6865 392.3555 267.4795 393.1328 265.9424 395.8525 c 265.9102 395.9092 265.876 395.9658 265.8379 396.0166 C 264.3584 398.0547 L 262.0088 403.3936 256.9385 407.0791 250.9463 407.9189 C 249.6416 414.7813 248.8877 423.8301 249.1318 430.0654 C 249.209 430.3125 249.3018 430.5547 249.3555 430.8125 c 249.5479 431.7383 248.9541 432.6455 248.0283 432.8379 c 247.1016 433.0303 246.1943 432.4346 246.002 431.5098 c 245.5273 429.2285 243.5596 427.5742 241.3203 427.5742 c 239.4766 427.5742 237.7744 428.7021 236.9863 430.4463 c 236.6533 431.1797 235.8525 431.5811 235.0645 431.4131 c 234.2744 431.2422 233.7119 430.5439 233.7119 429.7383 c 233.7119 426.7344 231.3154 424.4717 228.1367 424.4717 c 225.7705 424.4717 223.9463 427.0791 223.2529 429.502 c 223.0361 430.2578 222.333 430.7686 221.5459 430.7412 c 220.7598 430.7148 220.0928 430.1543 219.9297 429.3848 c 219.332 426.5703 217.1553 424.6035 214.6357 424.6035 c 212.8379 424.6035 211.2676 425.6631 210.1504 427.4307 c 209.3672 428.6719 208.8008 430.249 208.5654 432.0977 c 208.5615 432.1367 208.5391 432.1631 208.5313 432.2002 C 208.8965 436.5996 209.501 440.834 210.3242 444.8486 C f 257.3633 380.501 m 257.373 380.4834 257.374 380.4805 V 257.2305 377.8369 255.1719 375.7178 252.6064 375.7178 c 252.0908 375.7178 251.5938 375.8369 251.1084 376.0029 C 250.9277 376.168 250.7451 376.335 Y 250.2744 376.7666 249.6045 376.9004 249.0059 376.6836 c 248.4063 376.4648 247.9766 375.9355 247.8906 375.3037 c 247.5713 372.9717 245.8594 371.582 243.3115 371.582 c 241.793 371.582 240.6523 372.0488 239.8242 373.0049 c 239.7686 373.0703 239.6934 373.1025 239.6309 373.1563 C 235.2275 382.7217 234.5488 391.6963 238.4805 398.4531 C 239.0713 399.6104 239.6719 400.7031 240.375 401.6299 C 240.7412 401.834 241.0039 402.1465 241.1436 402.5293 C 241.7686 403.1572 242.4824 403.6563 243.3389 403.9609 C 244.9775 404.6455 246.292 404.6768 248.3086 404.6768 c 254.1367 404.6768 259.249 401.4551 261.332 396.4668 c 261.3848 396.3447 261.4492 396.2275 261.5273 396.1201 C 263.0283 394.0566 L 263.5361 393.166 264.041 392.416 264.5703 391.7705 C 264.8516 391.0586 265.3008 388.7627 265.3008 387.9961 c 265.3008 385.2207 263.1377 382.9619 260.4795 382.9619 C 259.665 383.1143 L 259.3721 383.1689 258.7168 383.2432 258.4346 383.1445 C 258.2246 383.0723 L 257.7383 382.9033 257.377 382.4873 257.1992 382.0039 c 257.1367 381.8242 257.1055 381.6328 257.1055 381.4414 c 257.1055 381.1133 257.1963 380.7783 257.3633 380.501 C f 233.1387 382.2715 m 232.8213 382.9736 231.8096 385.2227 Y 229.7402 389.9492 229.7402 389.9502 V 229.7402 389.9541 228.8242 392.6504 Y 228.8115 392.6836 226.7871 398.5361 Y 224.3535 406.7529 223.6875 415.2393 223.5283 422.8896 C 224.7988 421.7754 226.3389 421.0469 228.1367 421.0469 c 230.4824 421.0469 232.5439 421.8428 234.0996 423.1719 C 234.6572 417.1846 235.8926 410.3926 237.6436 403.6855 C 236.7852 402.5479 236.0879 401.2969 235.4736 400.0928 C 232.5342 395.042 231.8516 388.916 233.1387 382.2715 C f 237.3818 425.2607 m 238.5654 424.5625 239.9033 424.1475 241.3203 424.1475 c 242.9121 424.1475 244.4111 424.6465 245.6934 425.4834 C 245.8281 419.9316 246.4658 413.459 247.4297 408.0908 C 245.4961 408.0645 243.9346 407.9229 242.1016 407.1543 C 241.5176 406.9473 240.9941 406.668 240.4971 406.3613 C 238.8887 412.918 237.7939 419.5918 237.3818 425.2607 C f 252.3496 346.6299 m 252.2178 346.3604 L 251.1221 344.3281 249.0674 342.9775 247.0107 342.9775 C 245.3574 342.877 244.4629 343.0771 243.041 343.7549 c 242.7988 343.8711 242.5459 343.9961 242.2656 344.1396 C 242.2627 344.1475 240.3867 345.2695 240.1338 345.4209 C 239.8584 345.6455 239.0156 346.3359 Y 238.0332 347.2842 L 238.0059 347.3115 237.8311 347.4971 237.8018 347.5215 c 235.5947 349.373 231.667 353.8564 229.7178 356.7432 c 229.7373 356.7139 222.7539 367.5449 Y 221.3145 369.6729 220.3779 371.3867 219.1104 373.7617 c 212.8213 385.6504 209.0762 400.2246 208.2793 415.9053 c 208.1709 418.0479 208.1172 420.1729 208.1172 422.2715 c 208.1172 422.9707 208.1289 423.6631 208.1416 424.3535 C 208.6367 423.7627 209.1768 423.2412 209.7637 422.8057 c 211.1758 421.7588 212.832 421.1768 214.6357 421.1768 c 216.7051 421.1768 218.5869 421.9863 220.0898 423.3184 C 220.2334 415.3027 220.9053 406.332 223.501 397.5654 C 225.5928 391.5127 L 225.5801 391.5459 226.5127 388.8027 Y 226.5283 388.7549 228.7158 383.751 Y 230.1064 380.666 L 232.0977 376.543 236.5723 369.8916 239.5352 366.1943 C 242.9541 360.3574 247.5557 354.4609 253.1865 348.8066 C 253.0557 348.0674 252.9219 347.792 252.3496 346.6299 C f 261.251 346.1172 m 261.0693 346.2852 260.8594 346.3984 260.6406 346.4717 C 258.0586 348.7402 255.665 351.0654 253.4463 353.416 C 257.4111 353.8271 260.5273 357.2266 260.5273 361.3994 c 260.5273 361.7734 260.4375 362.1318 260.3877 362.499 C 260.4688 362.4971 260.5244 362.4648 260.6074 362.4648 c 264.8145 362.4648 268.1973 365.8936 268.3984 370.1592 C 268.9775 370.0625 269.5488 370.0068 270.0879 370.0068 c 274.4248 370.0068 277.9521 373.626 277.9521 378.0713 c 277.9521 380.7256 276.6787 383.209 274.5459 384.7178 c 273.7744 385.2617 272.7051 385.0801 272.1592 384.3066 c 271.6123 383.5361 271.7959 382.4648 272.5684 381.9199 c 273.793 381.0527 274.5254 379.6133 274.5254 378.0713 c 274.5254 375.5156 272.5352 373.4336 270.0879 373.4336 c 268.6846 373.4336 268.0107 373.665 267.3184 374.3779 c 266.7061 375.0098 265.7148 375.0771 265.0254 374.5293 c 264.5996 374.1934 264.375 373.6934 264.375 373.1865 c 264.375 372.8691 264.4629 372.5479 264.6455 372.2627 C 264.7139 372.1553 264.7832 372.0469 V 264.9443 371.5586 265.0449 371.0508 265.0449 370.5293 c 265.0449 367.9736 263.0537 365.8916 260.6074 365.8916 c 259.5723 365.8916 258.9961 366.0957 258.2324 366.7354 c 257.5234 367.3301 256.501 367.2236 255.8848 366.5332 c 255.2695 365.8408 255.3477 364.7539 256.0205 364.1182 C 256.6055 363.5664 L 256.8945 363.0195 257.1006 362.2158 257.1006 361.3994 c 257.1006 358.8428 255.1104 356.7617 252.6631 356.7617 c 251.5137 356.7617 250.4229 357.2207 249.5928 358.0527 c 249.4297 358.2178 249.2393 358.3398 249.0381 358.4238 C 246.5264 361.501 244.3516 364.6006 242.5254 367.6719 C 242.4756 367.8779 242.3818 368.0713 242.251 368.2539 C 242.6035 368.2148 242.9424 368.1553 243.3115 368.1553 c 246.7578 368.1553 249.3818 369.9004 250.5957 372.6738 C 251.2578 372.5 251.9141 372.291 252.6064 372.291 c 256.7432 372.291 260.0313 375.4854 260.6191 379.5645 C 265.0986 379.6455 268.7275 383.3818 268.7275 387.9961 c 268.7275 388.2197 268.7031 388.5117 268.6689 388.8262 C 269.1279 388.6494 269.6084 388.4814 270.1377 388.334 c 270.2891 388.29 270.4434 388.2686 270.6016 388.2686 c 271.8574 388.2686 273.0918 388.5664 274.2061 389.0938 C 275.2305 387.5908 276.4336 386.2188 278.1426 384.7754 c 281.4004 382.0225 283.1504 381.3086 285.3672 380.4053 C 287.7021 379.4082 L 291.1416 377.6328 L 292.4502 376.9111 293.6875 376.2422 295.0908 375.6992 C 295.8262 374.3574 296.5957 372.5 296.5957 371.8164 c 296.5957 368.8047 294.251 366.3545 291.3643 366.3545 c 291.2227 366.3545 291.0791 366.3359 290.9434 366.3027 c 289.7676 366.0029 286.8369 366.792 286.0889 367.2783 C 286.0879 367.2783 286.085 367.2783 286.085 367.2803 C 285.2598 367.9688 L 284.7734 369.0273 284.0313 369.958 283.0684 370.6455 c 282.2949 371.1914 281.2266 371.0127 280.6768 370.2412 c 280.1299 369.4717 280.3086 368.4014 281.0791 367.8525 c 281.3496 367.6621 281.5713 367.4189 281.7695 367.1602 C 281.8027 366.7012 282.0059 366.2598 282.3643 365.9404 C 282.4316 365.6699 282.4688 365.3896 282.4688 365.1055 c 282.4688 363.2773 281.0527 361.7891 279.3135 361.7891 c 278.3271 361.7891 277.415 362.2607 276.8115 363.085 c 276.3555 363.707 275.54 363.9463 274.8193 363.6709 c 274.0996 363.3955 273.6514 362.6719 273.7256 361.9053 C 273.7656 361.498 L 273.7959 361.1719 273.9219 360.8613 274.125 360.6035 c 274.6953 359.8789 274.9502 359.1865 274.9502 358.3564 c 274.9502 356.2871 273.3438 354.6035 271.3701 354.6035 c 270.8896 354.6035 270.4395 354.7607 270.0088 354.9668 C 269.8154 355.1152 269.623 355.2676 269.4297 355.418 C 269.4219 355.4268 269.4189 355.4365 269.4111 355.4453 C 269.3848 355.4707 269.3506 355.4785 269.3223 355.502 C 268.9248 355.8135 268.5186 356.1201 268.127 356.4355 c 267.3896 357.0283 266.3115 356.9121 265.7178 356.1738 c 265.124 355.4365 265.2412 354.3584 265.9795 353.7656 c 266.3037 353.5029 266.6436 353.248 266.9727 352.9893 C 267.0703 352.8359 L 267.1318 352.7363 267.2314 352.6709 267.3115 352.5898 C 268.0371 351.751 268.5039 350.6953 268.5039 349.5557 c 268.5039 347.0352 266.542 344.9834 264.1309 344.9834 c 263.0703 344.9834 262.0469 345.3867 261.251 346.1172 c f 266.2188 341.8848 m 269.4199 342.8057 271.7871 345.7471 271.9033 349.292 C 273.0791 348.457 274.2764 347.6445 275.4863 346.8467 C 274.6475 345.9014 274.126 344.6504 274.126 343.2813 c 274.126 342.4434 274.3301 341.6455 274.6787 340.9307 C 273.7422 340.8203 272.8066 340.7109 271.8359 340.6191 C 270.8037 340.624 269.8213 340.3223 268.9365 339.8408 C 268.0137 340.5146 267.1084 341.1953 266.2188 341.8848 C f 336.5488 328.458 m 338.8848 328.457 341.4834 326.7002 341.4834 324.083 c 341.4834 321.4971 339.4785 319.3975 337.0107 319.374 C 336.9609 319.3701 336.8369 319.3604 Y 336.6406 319.3457 336.5156 319.1963 336.3447 319.1211 C 328.2813 316.9697 317.5342 317.7432 305.584 321.3398 C 306.8184 321.8408 308.0547 322.3662 309.2939 322.9189 c 313.4834 324.7842 317.6914 326.9297 321.8594 329.3486 C 325.5117 328.8281 329.1104 328.5156 332.2734 328.4268 c 333.8164 328.3857 335.2656 328.3896 336.5488 328.458 C f 326.6006 332.2275 m 328.1484 333.2119 329.6709 334.2148 331.1465 335.2471 C 331.2734 334.9043 331.3672 334.5889 331.3672 334.4043 c 331.3672 333.4092 330.8984 332.5107 330.126 331.9473 C 328.9863 332.0137 327.8066 332.1074 326.6006 332.2275 C f 323.54 334.3369 m 315.4229 329.2988 307.0986 325.3154 299.082 322.5059 c 285.6807 317.8096 273.1455 316.4014 263.9082 318.8662 C 263.7383 318.9414 263.6123 319.0908 263.417 319.1064 C 263.293 319.1162 263.2441 319.1191 V 260.7744 319.1426 258.7705 321.2432 258.7705 323.8291 c 258.7705 326.4463 261.3701 328.2031 263.7969 328.2031 C 265.4902 328.1104 267.3369 328.1123 269.291 328.1943 c 283.8701 328.8008 304.9541 334.2295 321.7607 344.6572 C 323.3184 345.6221 L 328.3623 348.8877 L 328.54 345.4082 330.8809 342.5332 334.041 341.6289 C 330.7539 339.0811 327.248 336.6367 323.54 334.3369 c f 343.5967 366.1025 m 342.9609 366.6631 342.0117 366.6748 341.3623 366.1289 c 340.7754 365.6367 340.7754 365.6367 339.6465 365.6367 c 337.2002 365.6367 335.208 367.7188 335.208 370.2754 c 335.208 370.8369 335.3018 371.3828 335.4873 371.9004 c 335.5381 372.04 335.5703 372.1855 335.5811 372.333 C 335.6045 372.6113 L 335.667 373.334 335.2676 374.0146 334.6084 374.3135 c 333.9482 374.6152 333.1729 374.4678 332.6689 373.9473 c 332.0273 373.2861 331.6768 373.1787 330.1641 373.1787 c 327.7178 373.1787 325.7275 375.2607 325.7275 377.8174 c 325.7275 379.3604 326.459 380.7988 327.6846 381.665 c 328.458 382.2109 328.6416 383.2803 328.0947 384.0527 c 327.5488 384.8262 326.4805 385.0088 325.707 384.4629 c 323.5732 382.957 322.3008 380.4707 322.3008 377.8174 c 322.3008 373.3701 325.8271 369.7539 330.1641 369.7539 c 330.7598 369.7539 331.3164 369.793 331.8623 369.8701 C 332.0801 365.6221 335.4492 362.2109 339.6465 362.2109 c 339.707 362.2109 339.751 362.2148 339.8096 362.2148 C 339.7588 361.8184 339.7256 361.4404 339.7256 361.1455 c 339.7256 356.9746 342.8398 353.5742 346.8018 353.1631 C 346.2607 352.5898 345.7119 352.0195 345.1504 351.4502 C 344.832 351.2842 344.5723 351.0361 344.4102 350.7061 C 342.8818 349.1904 341.2822 347.6924 339.6045 346.2188 C 339.3887 346.1436 339.1816 346.0273 339.0029 345.8643 c 338.207 345.1328 337.1826 344.7295 336.123 344.7295 c 333.7109 344.7295 331.748 346.7803 331.748 349.3018 c 331.748 350.21 332.5156 351.5752 332.999 352.2207 c 333.4639 352.8457 333.4521 353.707 332.9668 354.3154 c 332.4814 354.9248 331.6484 355.1318 330.9375 354.8174 C 330.4248 354.5918 L 330.3369 354.5518 330.251 354.5059 330.1689 354.4531 c 329.9707 354.3193 329.9707 354.3193 329.502 354.3359 C 328.8828 354.3496 L 326.9102 354.3496 325.3037 356.0322 325.3037 358.1016 c 325.3037 358.9316 325.5586 359.625 326.1289 360.3486 c 326.333 360.6084 326.459 360.9189 326.4893 361.249 C 326.5264 361.6543 L 326.6006 362.4219 326.1523 363.1426 325.4307 363.418 c 324.7119 363.6914 323.8965 363.4512 323.4404 362.8301 c 322.8379 362.0068 321.9258 361.5342 320.9385 361.5342 c 319.1992 361.5342 317.7832 363.0225 317.7832 364.8506 c 317.7832 365.1357 317.8223 365.417 317.8887 365.6875 C 318.2461 366.0059 318.4521 366.4473 318.4854 366.9053 C 318.6816 367.167 318.9053 367.4072 319.1738 367.5986 c 319.9453 368.1475 320.124 369.2178 319.5752 369.9873 c 319.0264 370.7588 317.958 370.9375 317.1865 370.3896 c 316.2227 369.7031 315.4785 368.7725 314.9932 367.7139 C 314.625 367.4063 L 314.6201 367.4043 314.6143 367.4043 314.6113 367.4014 C 313.7832 366.8613 312.8291 366.5781 311.8506 366.5781 c 308.9648 366.5781 306.6182 369.0273 306.6182 372.0381 c 306.6182 372.8486 307.2266 374.3887 307.8457 375.4883 C 310.041 376.3232 311.9014 377.5752 313.8975 378.9443 C 316.4658 380.665 L 318.7021 382.0938 319.8838 382.9834 321.7334 384.6367 c 323.335 386.0654 324.584 387.2871 325.7695 388.7256 C 326.7295 388.041 327.7363 387.9795 328.9697 388.0068 C 329.6523 388.0156 L 329.8008 388.0166 329.9736 388.0381 330.1182 388.0801 c 330.6582 388.2305 331.1475 388.4033 331.6152 388.5859 C 331.5625 388.2676 331.5264 387.9736 331.5264 387.7422 c 331.5264 383.0771 335.2266 379.2822 339.7734 379.2822 C 339.7813 379.2832 L 340.5273 375.3984 343.7158 372.4004 347.7178 372.4004 c 348.248 372.4004 348.7461 372.5908 349.2588 372.6924 C 350.3184 369.7451 353.0635 367.9014 356.9424 367.9014 c 357.3174 367.9014 357.6865 367.9355 358.0527 367.9883 C 356.1533 364.7178 353.8545 361.416 351.1846 358.1475 C 350.9951 358.0635 350.8145 357.9531 350.6611 357.7998 c 349.8311 356.9658 348.7383 356.5068 347.5889 356.5068 c 345.1426 356.5068 343.1523 358.5889 343.1523 361.1455 c 343.1523 361.7979 343.3613 362.7676 343.4785 363.2314 C 343.6475 363.4941 343.9023 363.8896 Y 344.0859 364.1738 344.1758 364.4961 344.1758 364.8174 c 344.1758 365.2939 343.9775 365.7656 343.5967 366.1025 c f 364.7344 399.9219 m 364.2568 400.8613 363.7168 401.8457 363.0801 402.7822 C 363.1162 402.8633 363.1738 402.9268 363.1992 403.0137 c 365.1318 409.8613 366.3945 416.833 366.9336 423.4922 C 368.4844 422.1836 370.5303 421.4043 372.8555 421.4043 c 374.8301 421.4043 376.4893 422.2871 377.8271 423.5928 C 377.5459 414.3701 376.333 406.0791 374.2061 398.8945 c 373.3584 396.0332 372.0273 391.7646 370.5068 387.6719 C 370.5068 387.6699 L 369.2236 384.2217 368.0674 381.6025 367.0684 379.8818 c 366.8096 379.4365 366.5107 378.9492 366.2012 378.4492 C 368.5342 386.4639 368.2266 393.9219 364.7344 399.9219 C f 360.3682 405.7041 m 359.6885 406.2041 358.9297 406.626 358.0625 406.9336 C 356.5264 407.5801 355.1631 407.7725 353.5576 407.8271 C 354.6943 413.7119 355.3457 419.9512 355.4355 425.7441 C 356.6875 424.9658 358.1367 424.5068 359.6719 424.5068 c 361.1025 424.5068 362.4531 424.9326 363.6475 425.6445 C 363.2607 419.2129 362.1436 412.4229 360.3682 405.7041 C f 356.8262 403.7393 m 359.2227 402.8848 360.5088 400.6719 361.7285 398.2822 C 365.6729 391.5 365.0156 382.5967 360.7275 373.1494 C 360.6611 373.0918 360.5801 373.0586 360.5225 372.9902 c 359.6084 371.9355 358.3027 371.3271 356.9424 371.3271 c 355.3369 371.3271 352.6035 371.7588 352.1855 374.5742 C 352.1855 374.6465 352.1855 374.7217 Y 352.1855 375.291 351.9043 375.8213 351.4336 376.1406 c 350.9639 376.459 350.3672 376.5254 349.8389 376.3145 C 349.4229 376.1494 L 348.8809 375.9355 348.3076 375.8262 347.7178 375.8262 c 345.249 375.8262 343.2822 377.8008 343.0049 380.3037 C 343.167 380.5459 343.2422 380.8154 343.2422 381.0898 c 343.2422 381.4473 343.1221 381.8125 342.9199 382.1367 c 342.5605 382.7139 341.7715 382.9971 341.0996 382.8994 C 339.7734 382.707 L 337.1162 382.707 334.9531 384.9668 334.9531 387.7422 c 334.9609 388.3848 335.8047 391.3027 336.1904 392.1602 c 336.1953 392.1729 336.1934 392.1855 336.1992 392.1992 C 336.5469 392.6836 336.8887 393.209 337.2314 393.8086 C 338.7256 395.8662 L 340.6611 398.9766 344.6855 403.9307 351.0225 404.3789 C 351.0459 404.3721 351.0605 404.3574 351.084 404.3516 c 351.3936 404.2852 351.6885 404.333 351.9697 404.4229 C 353.9688 404.4229 355.2793 404.3887 356.8262 403.7393 C f 392.874 422.6289 m 392.874 420.5313 392.8213 418.4063 392.7109 416.2627 c 391.8701 399.6729 388.1182 385.0273 381.5576 372.7363 c 380.3105 370.4023 378.9531 368.1436 377.5186 366.0225 c 377.4971 365.9922 370.5117 355.1602 Y 368.5811 352.2998 364.6523 347.8193 362.4492 345.9688 c 362.4229 345.9453 362.1943 345.6895 362.167 345.6641 C 361.3008 344.8359 L 360.3975 344.0977 360.1182 343.8691 V 359.9502 343.7695 357.8916 342.5371 Y 356.7871 341.9688 356.0762 341.6445 355.252 341.5518 c 354.7539 341.4971 354.2148 341.5254 353.5215 341.6357 c 353.4316 341.6504 353.3408 341.6572 353.251 341.6572 c 351.124 341.6572 349.167 342.8457 348.0879 344.748 C 348.0117 345.0537 347.9033 345.4873 Y 347.6611 346.4189 347.4834 347.1035 347.4834 348.0654 c 347.4834 348.3672 347.5098 348.7129 347.5469 349.0859 C 351.5996 353.2197 355.127 357.4844 358.0352 361.7676 C 358.2236 361.8662 358.3984 361.9961 358.5449 362.1699 c 362.4648 366.7949 367.5098 373.8203 370.0303 378.1602 c 371.127 380.0459 372.3682 382.8428 373.7188 386.4756 C 373.7188 386.4766 L 375.2734 390.6602 376.6279 395.0098 377.4922 397.9209 c 379.6943 405.3604 380.9502 413.9121 381.248 423.3906 C 382.6904 422.2305 384.4424 421.5342 386.3574 421.5342 c 388.0859 421.5342 389.7549 422.1182 391.207 423.0879 c 391.7959 423.4805 392.3486 423.9336 392.8545 424.4443 C 392.8633 423.8408 392.874 423.2383 392.874 422.6289 c f 392.5273 431.7188 m 392.5273 431.708 392.5225 431.7012 392.5225 431.6953 c 392.5225 430.1279 391.8555 428.5889 390.8496 427.3672 c 389.6758 425.9453 388.0342 424.9609 386.3574 424.9609 c 383.8379 424.9609 381.6602 426.9268 381.0635 429.7422 c 380.9004 430.5127 380.2344 431.0732 379.4482 431.0996 c 378.6621 431.126 377.957 430.6143 377.7412 429.8594 c 377.0469 427.4365 375.2217 424.8311 372.8555 424.8311 c 369.6768 424.8311 367.2793 427.0918 367.2793 430.0957 c 367.2793 430.9023 366.7148 431.6016 365.9277 431.7705 c 365.1387 431.9395 364.3379 431.5381 364.0049 430.8018 c 363.2178 429.0605 361.5156 427.9326 359.6719 427.9326 c 357.7471 427.9326 356.0283 429.1602 355.2822 430.9541 C 355.25 431.0537 355.2266 431.1553 355.1777 431.2471 C 355.1084 431.4473 355.0371 431.6514 354.9922 431.8662 c 354.7998 432.793 353.8936 433.3877 352.9668 433.1963 c 352.0391 433.0039 351.4443 432.0967 351.6367 431.1699 c 351.7168 430.7803 351.8428 430.4102 351.9746 430.0439 C 352.2363 423.127 351.5322 415.0928 350.04 407.7148 C 344.4814 407.0654 339.5068 403.6104 335.8838 397.7764 C 335.9551 397.8809 334.417 395.7627 Y 334.3789 395.7109 334.3438 395.6553 334.3105 395.5996 c 332.75 392.835 331.5361 392.0713 329.3623 391.4365 C 329.1426 391.4346 328.8965 391.4316 Y 328.3223 391.4189 328.0195 391.416 327.7979 391.5098 C 328.0479 391.8975 328.3027 392.2988 328.5635 392.7344 c 332.0957 398.5889 333.4053 405.0469 334.0859 410.3213 C 334.4004 410.375 334.71 410.459 335.0107 410.5762 C 336.1709 409.4834 337.3477 409.2129 338.167 409.1943 c 339.4131 409.168 340.6133 409.6826 341.5459 410.6455 c 342.3174 411.4424 342.6064 412.457 342.7373 413.2998 C 343.7158 413.5801 344.7686 414.0156 345.6377 414.7656 c 346.9121 415.8633 347.5762 417.3047 347.5762 418.9609 c 347.5762 419.1016 347.5703 419.2432 347.5635 419.3867 C 347.0625 421.2236 L 346.7227 422.2891 L 346.54 422.8652 346.2656 423.6523 345.6768 423.79 c 345.0898 423.9277 344.6699 424.0938 344.251 423.6592 C 343.1162 422.4814 L 342.9873 422.2959 342.7617 421.9922 342.54 421.7217 C 342.3086 421.9395 342.1563 422.1367 342.1563 422.3584 c 342.1563 422.7188 342.4619 423.1846 343.0479 424.0811 c 343.8701 425.3379 344.9961 427.0576 345.1875 429.415 C 345.3975 431.3643 L 345.4912 432.3877 L 346.6035 432.5264 347.5859 432.96 348.3271 433.6914 c 348.918 434.2715 349.5654 435.2451 349.751 436.7813 C 351.5176 434.8535 353.9951 433.709 356.6309 433.709 c 360.2656 433.709 363.4365 435.8008 365.0137 438.9277 C 366.7451 437.2168 369.2031 436.1992 371.9697 436.1992 c 375.5264 436.1992 378.623 438.4473 380.2139 441.7734 C 381.0938 441.3604 382.0566 441.043 383.251 441.043 c 384.8584 441.043 386.5332 441.4932 388.0293 442.3398 c 389.0576 442.9219 390.0029 443.6914 390.7842 444.6299 C 391.5996 440.5283 392.1885 436.2061 392.5273 431.7188 C f 383.415 464.3574 m 383.415 462.5293 382.6436 460.9004 381.4385 459.7559 c 380.373 458.7451 378.9707 458.1123 377.4199 458.1123 c 376.4736 458.1123 375.3066 458.7891 374.4551 459.2822 c 373.9551 459.5723 373.3428 459.5908 372.8271 459.3301 c 372.3105 459.0723 371.96 458.5713 371.8945 457.9951 c 371.5322 454.874 369.7119 453.0098 367.0254 453.0098 c 365.1348 453.0098 363.3828 453.9941 362.3389 455.6436 c 361.9326 456.2871 361.1475 456.585 360.415 456.373 c 359.6826 456.1602 359.1787 455.4893 359.1787 454.7266 c 359.1787 451.3369 356.7842 448.5801 353.8418 448.5801 c 351.9697 448.5801 350.2295 449.5518 349.1885 451.1797 c 348.6777 451.9766 347.6182 452.208 346.8223 451.6982 c 346.0244 451.1875 345.793 450.1289 346.3008 449.333 c 347.9756 446.7158 350.7949 445.1533 353.8418 445.1533 c 357.5469 445.1533 360.6826 447.6982 361.9629 451.2568 C 363.4404 450.2178 365.1719 449.583 367.0254 449.583 c 370.7178 449.583 373.4785 451.8174 374.6738 455.3223 C 375.5078 454.9639 376.4297 454.6865 377.4199 454.6865 c 379.4902 454.6865 381.3994 455.3828 382.9561 456.5479 c 384.2979 457.5537 385.376 458.9092 386.0498 460.4902 C 387.3887 457.3037 388.5508 453.8369 389.5195 450.1396 C 389.5146 450.1055 389.4932 450.0771 389.4902 450.042 c 389.3047 448.2109 388.3164 446.7676 387.0283 445.8027 c 385.8945 444.9521 384.5303 444.4688 383.251 444.4688 c 382.248 444.4688 381.4824 444.8555 380.334 445.6152 c 379.8691 445.9229 379.2861 445.9844 378.7646 445.7822 c 378.2471 445.5781 377.8584 445.1367 377.7256 444.5947 c 377.0186 441.7158 374.5977 439.625 371.9697 439.625 c 369.1807 439.625 366.96 441.0342 366.1768 443.3027 c 365.8682 444.1963 364.8926 444.6719 363.999 444.3633 c 363.7695 444.2832 363.5703 444.1592 363.4033 444.0059 C 362.9814 443.7305 362.6699 443.2979 362.6182 442.7607 c 362.3027 439.5557 359.7285 437.1357 356.6309 437.1357 c 354.4775 437.1357 352.4736 438.3486 351.3994 440.3018 c 350.9434 441.1299 349.9014 441.4316 349.0732 440.9775 c 348.9092 440.8877 348.7832 440.7598 348.6621 440.6299 C 348.6416 440.6563 L 348.2969 441.1182 347.6934 441.4512 347.1172 441.417 c 346.5439 441.3828 345.9736 441.1406 345.6855 440.6426 c 345.4775 440.2822 345.2295 440.0322 345.0967 439.9453 C 344.4668 440.0176 344.2568 440.2061 344.1846 440.2939 c 344.0225 440.4922 343.7295 441.0469 343.7295 442.457 c 343.7295 442.998 343.7734 443.6641 343.8838 444.4873 c 343.9326 444.8428 343.9561 445.1973 343.9561 445.5479 c 343.9561 446.2871 343.8096 447.0107 343.5967 447.7236 C 344.1602 448.8164 344.4512 450.0107 344.3789 451.1162 c 344.3145 452.1064 343.4854 453.5801 343.3203 453.8672 c 343.2188 454.0371 343.0869 454.1836 342.9414 454.3154 C 344.5176 456.0449 346.0811 457.9434 346.8525 459.3271 c 348.9316 463.0449 349.1699 464.7109 349.5654 467.4697 C 349.7041 468.4258 L 349.8877 469.4512 350.2061 470.3779 350.6914 471.6162 c 353.416 478.583 359.8145 482.7266 365.9063 481.4658 c 365.9883 481.4521 366.4531 481.3916 366.7715 481.3486 c 366.8584 481.3379 366.9395 481.3262 366.9912 481.3193 C 373.3809 479.4854 378.957 474.0723 383.2861 466.2305 C 383.415 464.3574 L f *U 311.332 431.9121 m 312.2188 432.3926 L 313.6963 433.1455 L 315.5752 433.9756 316.8232 433.9736 318.8691 433.8975 c 319.8779 433.8594 320.583 433.624 321.3994 433.3516 C 322.9727 432.8799 L 323.3135 432.7783 323.6387 432.9795 323.7412 433.3184 c 323.8428 433.6592 323.6172 434.0264 323.2783 434.1279 C 321.8076 434.5693 L 320.9346 434.8613 320.1113 435.1367 318.916 435.1816 c 316.748 435.2617 315.3096 435.2617 313.1777 434.3213 C 311.5947 433.5146 L 310.7402 433.0518 L 310.4277 432.8828 310.3018 432.4883 310.4707 432.1777 c 310.6406 431.8643 311.0215 431.7432 311.332 431.9121 C f U U LB %AI5_EndLayer-- %%PageTrailer gsave annotatepage grestore showpage %%Trailer Adobe_Illustrator_AI5 /terminate get exec Adobe_shading_AI8 /terminate get exec Adobe_ColorImage_AI6 /terminate get exec Adobe_cshow /terminate get exec Adobe_level2_AI5 /terminate get exec %%EOF \ No newline at end of file diff --git a/seminar/write_here.tex b/seminar/write_here.tex new file mode 100644 index 0000000..673517a --- /dev/null +++ b/seminar/write_here.tex @@ -0,0 +1,8 @@ +\begin{section}{First Section} + \begin{frame}\frametitle{Title} + \begin{itemize} + \item first item + \item second item + \end{itemize} + \end{frame} +\end{section} \ No newline at end of file