diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..142ad255a --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.sfd text diff --git a/.gitignore b/.gitignore index ab6a95188..55120b422 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ extern/imgui_patched/examples/ src/asm/68k/amigatest/*.bin src/asm/68k/amigatest/player res/binary_to_compressed_c +res/binary_to_compressed_c.exe diff --git a/android/app/build.gradle b/android/app/build.gradle index e19c78a58..5384d6d9e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -15,8 +15,8 @@ android { } minSdkVersion 21 targetSdkVersion 26 - versionCode 162 - versionName "0.6pre7" + versionCode 166 + versionName "0.6pre8" externalNativeBuild { cmake { arguments "-DANDROID_APP_PLATFORM=android-21", "-DANDROID_STL=c++_static", "-DWARNINGS_ARE_ERRORS=ON" diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 7f6a769d4..a72f1b837 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,8 +1,8 @@ diff --git a/demos/gameboy/Pleasure_of_Tension.fur b/demos/gameboy/Pleasure_of_Tension.fur new file mode 100644 index 000000000..81c7969de Binary files /dev/null and b/demos/gameboy/Pleasure_of_Tension.fur differ diff --git a/demos/gameboy/cheap.fur b/demos/gameboy/cheap.fur new file mode 100644 index 000000000..c40010212 Binary files /dev/null and b/demos/gameboy/cheap.fur differ diff --git a/demos/gameboy/dancing_to_the_death.fur b/demos/gameboy/dancing_to_the_death.fur new file mode 100644 index 000000000..94fa5fb7a Binary files /dev/null and b/demos/gameboy/dancing_to_the_death.fur differ diff --git a/demos/gameboy/lagtrain.fur b/demos/gameboy/lagtrain.fur new file mode 100644 index 000000000..82b26d05b Binary files /dev/null and b/demos/gameboy/lagtrain.fur differ diff --git a/demos/nes/one_sided_love.fur b/demos/nes/one_sided_love.fur new file mode 100644 index 000000000..bbcb5f4b0 Binary files /dev/null and b/demos/nes/one_sided_love.fur differ diff --git a/demos/opl/DASH.fur b/demos/opl/DASH.fur new file mode 100644 index 000000000..d8c30bd43 Binary files /dev/null and b/demos/opl/DASH.fur differ diff --git a/demos/opl/the_foggy_cave_in_the_darkness.fur b/demos/opl/the_foggy_cave_in_the_darkness.fur new file mode 100644 index 000000000..0b1940dac Binary files /dev/null and b/demos/opl/the_foggy_cave_in_the_darkness.fur differ diff --git a/demos/sms/gg_silver_surfer_st1.fur b/demos/sms/gg_silver_surfer_st1.fur new file mode 100644 index 000000000..871dae1a2 Binary files /dev/null and b/demos/sms/gg_silver_surfer_st1.fur differ diff --git a/demos/sms/gg_soniccd_collision_chaos.fur b/demos/sms/gg_soniccd_collision_chaos.fur new file mode 100644 index 000000000..261945d4d Binary files /dev/null and b/demos/sms/gg_soniccd_collision_chaos.fur differ diff --git a/doc/2-interface/README.md b/doc/2-interface/README.md index 3d6067aff..c4a375322 100644 --- a/doc/2-interface/README.md +++ b/doc/2-interface/README.md @@ -6,9 +6,14 @@ the default layout of Furnace is depicted below. ![interface](interface1.png) -primary topics: +## general info +- [UI components](components.md): recommended reading for all! +- [global keyboard shortcuts](keyboard.md) - [menu bar](menu-bar.md) + +## primary windows + - [order list](order-list.md) - [play/edit controls](play-edit-controls.md) - [instrument/wavetable/sample list](asset-list.md) @@ -19,7 +24,7 @@ primary topics: - [wavetable editor](../5-wave/README.md) - [sample editor](../6-sample/README.md) -advanced topics: +## advanced topics - [mixer](../8-advanced/mixer.md) - [grooves](../8-advanced/grooves.md) @@ -36,9 +41,7 @@ advanced topics: - [log viewer](../8-advanced/log-viewer.md) - [statistics](../8-advanced/stats.md) -other topics: +## other topics -- [settings](../2-interface/settings.md) -- [UI components](components.md) -- [global keyboard shortcuts](keyboard.md) - [basic mode](basic-mode.md) +- [settings](../2-interface/settings.md) diff --git a/doc/2-interface/components.md b/doc/2-interface/components.md index c2fce9993..7182138ee 100644 --- a/doc/2-interface/components.md +++ b/doc/2-interface/components.md @@ -1,6 +1,35 @@ # UI components -the user interface consists of several components. this paper describes some of them. +the user interface consists of several kinds of components, some of which benefit from explanation. + +## text fields + +text fields are able to hold... text. + +click on a text field to start editing, and click away to stop editing. + +the following keyboard shortcuts work while on a text field: + +- `Ctrl-X`: cut +- `Ctrl-C`: copy +- `Ctrl-V`: paste +- `Ctrl-A`: select all + +(replace Ctrl with Command on macOS) + +## number input fields + +these work similar to text fields, but you may only input numbers. + +they also usually have `+` and `-` buttons which allow you to increase/decrease the amount when clicked (and rapidly do so when click-holding). + +## sliders + +sliders are used for controlling values in a quick manner by being dragged. + +using the scroll wheel while holding Ctrl will change the slider's value by small amounts. + +right-clicking or Ctrl-clicking or a slider (Command-click on macOS) will turn it into a number input field for a short period of time, allowing you to input precise values. ## windows @@ -16,7 +45,7 @@ to resize a window, drag the bottom right corner (marked by a triangular tab) or to collapse a window, click on the triangle in the title bar. clicking again expands it. -to close a window, click on the `X` at the top right corner. +to close a window, click on the `X` at the top right corner, or select it from the "window" menu. ### arrangement and docking @@ -55,30 +84,3 @@ selecting this option will hide the tab bar of that window. to bring it back, click on the top left corner. to undock a window, drag its tab away from where it is docked. then it will be floating again. - -## text fields - -text fields are able to hold... text. - -click on a text field to start editing, and click away to stop editing. - -the following keyboard shortcuts work while on a text field: - -- `Ctrl-X`: cut -- `Ctrl-C`: copy -- `Ctrl-V`: paste -- `Ctrl-A`: select all - -(replace Ctrl with Command on macOS) - -## number input fields - -these work similar to text fields, but you may only input numbers. - -they also usually have two buttons which allow you to increase/decrease the amount when clicked (and rapidly do so when click-holding). - -## sliders - -sliders are used for controlling values in a quick manner by being dragged. - -alternatively, right-clicking or Ctrl-clicking or a slider (Command-click on macOS) will turn it into a number input field for a short period of time, allowing you to input fine values. diff --git a/doc/2-interface/controls-classic.png b/doc/2-interface/controls-classic.png index 37295e0df..7ffa10503 100644 Binary files a/doc/2-interface/controls-classic.png and b/doc/2-interface/controls-classic.png differ diff --git a/doc/2-interface/controls-split.png b/doc/2-interface/controls-split.png index 2b3fab407..89ae53c7c 100644 Binary files a/doc/2-interface/controls-split.png and b/doc/2-interface/controls-split.png differ diff --git a/doc/2-interface/docking.png b/doc/2-interface/docking.png index bc8eb1415..d39b60ffe 100644 Binary files a/doc/2-interface/docking.png and b/doc/2-interface/docking.png differ diff --git a/doc/2-interface/interface1.png b/doc/2-interface/interface1.png index 1c2abf07d..33018b0b5 100644 Binary files a/doc/2-interface/interface1.png and b/doc/2-interface/interface1.png differ diff --git a/doc/2-interface/settings.md b/doc/2-interface/settings.md index 46226475c..c7f01e8ff 100644 --- a/doc/2-interface/settings.md +++ b/doc/2-interface/settings.md @@ -27,6 +27,10 @@ settings are saved when clicking the **OK** button at the bottom of the dialog. - **Save unused patterns** - **Use new pattern format when saving** - **Don't apply compatibility flags when loading .dmf** +- **Play after opening song:** + - No + - Only if already playing + - Yes - **Audio export loop/fade out time:** - **Set to these values on start-up:** - **Loops**: number of additional times to play through `0Bxx` song loop. @@ -41,7 +45,7 @@ settings are saved when clicking the **OK** button at the bottom of the dialog. - this will not choose a random system at each start. - **Reset to defaults**: sets default to "Sega Genesis/Mega Drive". - **Name**: name for the default system. may be set to any text. - - **Configure:**: same as in the [chip manager](../8-advanced/chip-manager.md) and [mixer](../8-advanced/mixer.md). + - **Configure**: same as in the [chip manager](../8-advanced/chip-manager.md) and [mixer](../8-advanced/mixer.md). - **When creating new song**: - **Display system preset selector** - **Start with initial system** @@ -174,7 +178,10 @@ settings are saved when clicking the **OK** button at the bottom of the dialog. **FDS core**\ **SID core**\ **POKEY core**\ - **OPN/OPNA/OPNB cores**: all of these are covered in the [guide to choosing emulation cores](../9-guides/emulation-cores.md). + **OPN/OPNA/OPNB cores**: + - **Playback Core(s)**: core(s) to use for realtime playback. + - **Render Core(s)**: core(s) to use for exporting audio. + - all of these are covered in the [guide to choosing emulation cores](../9-guides/emulation-cores.md). - **PC Speaker strategy**: this is covered in the [PC speaker system doc](../7-systems/pcspkr.md). @@ -209,6 +216,7 @@ settings are saved when clicking the **OK** button at the bottom of the dialog. - **Allow docking editors** - **Remember window position**: remembers the window's last position on start-up. - **Only allow window movement when clicking on title bar** +- **Center pop-up windows** - **Play/edit controls layout:** - **Classic** - **Compact** @@ -324,6 +332,7 @@ settings are saved when clicking the **OK** button at the bottom of the dialog. - **File path** - **Cursor details or file path** - **Nothing** +- **Capitalize menu bar** ### Orders @@ -396,6 +405,7 @@ settings are saved when clicking the **OK** button at the bottom of the dialog. - **Horizontal instrument list**: when there are more instruments than there is room to display them... - if on, scroll horizontally through multiple columns. - if off, scroll vertically in one long column. + - only appears if "Unified instrument/wavetable/sample list" is off. - **Instrument list icon style:** - **None** - **Graphical icons** diff --git a/doc/2-interface/window.png b/doc/2-interface/window.png index a812b7a89..0bc4e239b 100644 Binary files a/doc/2-interface/window.png and b/doc/2-interface/window.png differ diff --git a/doc/4-instrument/macro-ADSR.png b/doc/4-instrument/macro-ADSR.png index f38d14329..31dce6de3 100644 Binary files a/doc/4-instrument/macro-ADSR.png and b/doc/4-instrument/macro-ADSR.png differ diff --git a/doc/4-instrument/macro-LFO.png b/doc/4-instrument/macro-LFO.png index 90cb5c088..bba5bf207 100644 Binary files a/doc/4-instrument/macro-LFO.png and b/doc/4-instrument/macro-LFO.png differ diff --git a/doc/4-instrument/wavetable.png b/doc/4-instrument/wavetable.png index 7c862d953..2b7e4ac5e 100644 Binary files a/doc/4-instrument/wavetable.png and b/doc/4-instrument/wavetable.png differ diff --git a/doc/4-instrument/wsg.md b/doc/4-instrument/wsg.md new file mode 100644 index 000000000..14aa36382 --- /dev/null +++ b/doc/4-instrument/wsg.md @@ -0,0 +1,11 @@ +# Namco WSG instrument editor + +The Namco WSG/C15/C30 instrument editor consists of these macros: + +- **Volume**: volume sequence +- **Arpeggio**: pitch sequence +- **Waveform**: specifies wavetable sequence +- **Noise**: specifies noise pitch (WARNING: only on C30!) +- **Panning (left)**: output level of left channel +- **Panning (right)**: output level of right channel +- **Pitch**: fine pitch diff --git a/doc/5-wave/instrument-wavetable.png b/doc/5-wave/instrument-wavetable.png index d5a8f112b..4710b6680 100644 Binary files a/doc/5-wave/instrument-wavetable.png and b/doc/5-wave/instrument-wavetable.png differ diff --git a/doc/8-advanced/chanosc-gradient.png b/doc/8-advanced/chanosc-gradient.png index 357bbf764..cd255d523 100644 Binary files a/doc/8-advanced/chanosc-gradient.png and b/doc/8-advanced/chanosc-gradient.png differ diff --git a/doc/8-advanced/chanosc.png b/doc/8-advanced/chanosc.png index 06dce19c1..2d05dbdf1 100644 Binary files a/doc/8-advanced/chanosc.png and b/doc/8-advanced/chanosc.png differ diff --git a/doc/8-advanced/find-find.png b/doc/8-advanced/find-find.png index 64f5c0ea3..8f061ebe5 100644 Binary files a/doc/8-advanced/find-find.png and b/doc/8-advanced/find-find.png differ diff --git a/doc/8-advanced/groove.png b/doc/8-advanced/groove.png index 09ac81780..75beb3caf 100644 Binary files a/doc/8-advanced/groove.png and b/doc/8-advanced/groove.png differ diff --git a/doc/8-advanced/stats.png b/doc/8-advanced/stats.png index 920654e6e..aabafa50e 100644 Binary files a/doc/8-advanced/stats.png and b/doc/8-advanced/stats.png differ diff --git a/doc/9-guides/emulation-cores.md b/doc/9-guides/emulation-cores.md index 340f0838b..323e180c4 100644 --- a/doc/9-guides/emulation-cores.md +++ b/doc/9-guides/emulation-cores.md @@ -1,36 +1,36 @@ # choosing emulation cores -Furnace achieves the authentic sound of videogame hardware by emulating sound chips accurately as possible, using **emulator cores**. in some cases there are multiple cores to choose from, each with different strengths and weaknesses. here are the major differences between them all. +Furnace achieves the authentic sound of videogame hardware by emulating sound chips as accurately as possible, using **emulator cores**. in some cases there are multiple cores to choose from, each with different strengths and weaknesses. here are the major differences between them all. - **Arcade/YM2151 core**: - - **ymfm**: default. much less CPU usage than Nuked-OPM, but less accurate. recommended for users with last-gen or earlier hardware. - - **Nuked-OPM**: much more accurate than ymfm, due to the emulator being based on an image of the die map taken from a real YM2151. very CPU heavy, only recommended for users with recent hardware. + - **ymfm**: default playback core. much less CPU usage than Nuked-OPM, but less accurate. recommended for users with last-gen or earlier hardware. + - **Nuked-OPM**: default render core. much more accurate than ymfm, due to the emulator being based on an image of the die map taken from a real YM2151. very CPU heavy, only recommended for users with recent hardware. - **Genesis/YM2612 core**: - - **Nuked-OPN2**: default. a little lighter on the CPU than Nuked-OPM. + - **Nuked-OPN2**: default core. a little lighter on the CPU than Nuked-OPM. - **ymfm**: same as ymfm above. - **SN76489 core**: - - **MAME**: default. less accurate than Nuked, but with lower CPU usage. comes from the MAME emulator project. + - **MAME**: default core. less accurate than Nuked, but with lower CPU usage. comes from the MAME emulator project. - **Nuked-PSG Mod**: more accurate, but not by that much. this originally started as an emulator for the YM7101 PSG sound generator, but was modified to emulate the SN7 as the MAME core was deemed unsatisfactory by some. - **NES core**: - - **puNES**: default. it comes from a dedicated NES emulator. + - **puNES**: default core. it comes from a dedicated NES emulator. - **NSFplay**: higher CPU usage than puNES. - **FDS core**: - - **puNES**: default. lower CPU usage and far less accurate. - - **NSFplay**: higher CPU usage and much more accurate. + - **puNES**: default playback core. lower CPU usage and far less accurate. + - **NSFplay**: default render core. higher CPU usage and much more accurate. - **SID core**: - - **reSID**: default. a high quality emulation core. somewhat CPU heavy. - - **reSIDfp**: improved version of reSID. the most accurate choice. _extremely_ CPU heavy. + - **reSID**: default playback core. a high quality emulation core. somewhat CPU heavy. + - **reSIDfp**: default render core. improved version of reSID. the most accurate choice. _extremely_ CPU heavy. - **dSID**: a lightweight open-source core used in DefleMask. not so accurate but it's very CPU light. - **POKEY core**: - **Atari800 (mzpokeysnd)**: does not emulate two-tone mode. - - **ASAP (C++ port)**: default. the sound core used in the ASAP player. most accurate option. + - **ASAP (C++ port)**: default core. the sound core used in the ASAP player. most accurate option. - **OPN/OPNA/OPNB cores**: - **ymfm only**: lower CPU usage, less accurate FM. - - **Nuked-OPN2 (FM) + ymfm (SSG/ADPCM)**: default. more accurate FM at the cost of more CPU load. + - **Nuked-OPN2 (FM) + ymfm (SSG/ADPCM)**: default cores. more accurate FM at the cost of more CPU load. diff --git a/extern/fmt b/extern/fmt index afbcf1e8e..e57ca2e36 160000 --- a/extern/fmt +++ b/extern/fmt @@ -1 +1 @@ -Subproject commit afbcf1e8eafc5d7f27e29c7397f22521eaa33fac +Subproject commit e57ca2e3685b160617d3d95fcd9e789c4e06ca88 diff --git a/extern/igfd/ImGuiFileDialog.cpp b/extern/igfd/ImGuiFileDialog.cpp index fbdd00f07..b5152d7c6 100644 --- a/extern/igfd/ImGuiFileDialog.cpp +++ b/extern/igfd/ImGuiFileDialog.cpp @@ -3880,6 +3880,7 @@ namespace IGFD float posY = ImGui::GetCursorPos().y; // height of last bar calc + ImGui::AlignTextToFramePadding(); if (!fdFile.puDLGDirectoryMode) ImGui::Text(fileNameString); else // directory chooser @@ -3913,8 +3914,9 @@ namespace IGFD prFileDialogInternal.puIsOk = true; res = true; } + ImGui::EndDisabled(); if (!(prFileDialogInternal.puCanWeContinue && notEmpty && fileValid==0)) { - if (ImGui::IsItemHovered()) { + if (ImGui::IsItemHovered(ImGuiHoveredFlags_AllowWhenDisabled)) { if (!notEmpty) { if (prFileDialogInternal.puDLGflags&ImGuiFileDialogFlags_ConfirmOverwrite) { ImGui::SetTooltip("file name is empty"); @@ -3925,7 +3927,11 @@ namespace IGFD ImGui::SetTooltip("we can't continue - this is most likely a bug!"); } else switch (fileValid) { case 1: +#ifdef _WIN32 ImGui::SetTooltip("invalid characters in file name\nmake sure there aren't any of these:\n < > : \" / \\ | ? *"); +#else + ImGui::SetTooltip("invalid characters in file name\nmake sure there aren't any slashes (/)"); +#endif break; case 2: ImGui::SetTooltip("this file name is reserved by the system"); @@ -3939,7 +3945,6 @@ namespace IGFD } } } - ImGui::EndDisabled(); ImGui::SameLine(); diff --git a/extern/igfd/dirent/dirent.h b/extern/igfd/dirent/dirent.h index 7d5c8abec..dccfe5e8c 100644 --- a/extern/igfd/dirent/dirent.h +++ b/extern/igfd/dirent/dirent.h @@ -1114,11 +1114,20 @@ static int u8to16s(wchar_t* dest, const char* src, size_t limit) { int ch, p; char chs; p=0; - while (src[p]!=0 && ret=0x10000) { + ch-=0x10000; + if (ret+1>=limit-1) break; + dest[ret++]=(unsigned short)(0xd800|((ch>>10)&0x3ff)); + dest[ret++]=(unsigned short)(0xdc00|(ch&0x3ff)); + } else if (ch<0xd800 || ch>0xdfff) { + dest[ret++]=(unsigned short)ch; + } p+=chs; } + dest[ret]=0; return ret; } @@ -1176,19 +1185,34 @@ dirent_mbstowcs_s( static int u16to8s(char* dest, const wchar_t* src, size_t limit) { size_t ret=0; + unsigned int next=0; for (; (*src)!=0; src++) { - if ((*src)<0x80) { - if (ret+1>=limit-1) break; - dest[ret++]=(*src); - } else if ((*src)<0x800) { - if (ret+2>=limit-1) break; - dest[ret++]=(0xc0+(((*src)>>6)&31)); - dest[ret++]=(0x80+((*src)&63)); + if ((*src)>=0xd800 && (*src)<0xdc00) { + next=0x10000+(((*src)&0x3ff)<<10); + continue; + } else if ((*src)>=0xdc00 && (*src)<0xe000) { + next|=(*src)&0x3ff; } else { + next=(*src); + } + if (next<0x80) { + if (ret+1>=limit-1) break; + dest[ret++]=next; + } else if (next<0x800) { + if (ret+2>=limit-1) break; + dest[ret++]=(0xc0+((next>>6)&31)); + dest[ret++]=(0x80+(next&63)); + } else if (next<0x10000) { if (ret+3>=limit-1) break; - dest[ret++]=(0xe0+(((*src)>>12)&15)); - dest[ret++]=(0x80+(((*src)>>6)&63)); - dest[ret++]=(0x80+((*src)&63)); + dest[ret++]=(0xe0+((next>>12)&15)); + dest[ret++]=(0x80+((next>>6)&63)); + dest[ret++]=(0x80+(next&63)); + } else { + if (ret+4>=limit-1) break; + dest[ret++]=(0xf0+((next>>18)&7)); + dest[ret++]=(0x80+((next>>12)&63)); + dest[ret++]=(0x80+((next>>6)&63)); + dest[ret++]=(0x80+(next&63)); } } dest[ret]=0; diff --git a/papers/clipboard-format.md b/papers/clipboard-format.md index d12af1cc2..1b274543b 100644 --- a/papers/clipboard-format.md +++ b/papers/clipboard-format.md @@ -6,7 +6,7 @@ when copying pattern data from Furnace, it's stored in the clipboard as plain te org.tildearrow.furnace - Pattern Data (144) ``` -this top line of text is always the same except for the number in parentheses, which is the internal build number. for example, 0.6pre7 is `162`. +this top line of text is always the same except for the number in parentheses, which is the internal build number. for example, 0.6pre8 is `166`. the second line is a number between 0 and 18 (decimal) which indicates which column the clip starts from. - `0`: note. diff --git a/papers/format.md b/papers/format.md index 4a5e6e900..38696622a 100644 --- a/papers/format.md +++ b/papers/format.md @@ -32,6 +32,7 @@ these fields are 0 in format versions prior to 100 (0.6pre1). the format versions are: +- 166: Furnace 0.6pre8 - 162: Furnace 0.6pre7 - 161: Furnace 0.6pre6 - 158: Furnace 0.6pre5 diff --git a/papers/icons.md b/papers/icons.md index 7dce048db..51fe5d354 100644 --- a/papers/icons.md +++ b/papers/icons.md @@ -2,7 +2,7 @@ To generate a new letter icon: - Open `icons.sfd` in FontForge. - Open "IBM Plex Sans Medium" to the side. Return to the icons font. -- Copy char `E0F0` (the one with just two baselines) to the new codepoint. +- Copy the two baselines from `E0F0` to the new codepoint. - Open the new codepoint. - Select the upper baseline. - Use `Element | Insert Text Outlines...` to place text: @@ -13,14 +13,16 @@ To generate a new letter icon: - Delete the baseline. - If there's a line 2, repeat for the lower baseline, including deletion. - Select all. -- Use `Element | Transformations | Transform...` to Scale Uniformly and Move as needed: - - One letter: 12000%, X -896, Y 60.5. - - Two letters: 10000%, X -896, Y 144.2. - - Three letters: 8000%, X -896, Y 228. - - Two lines: 8000%, X -896, Y 663.5. +- Use `Element | Transformations | Transform...` to Scale Uniformly (from glyph origin) and Move as needed: + - One letter: 12000%, X 896, Y 15.5. + - Two letters: 10000%, X 896, Y 99.2. + - Three letters: 8000%, X 896, Y 183. + - Two lines: 8000%, X 896, Y 618.5. - If resulting glyph is too wide, repeat all steps starting with "IBM Plex Sans Condensed Medium" instead. - Remember to close the other IBM Plex font or select the proper one in the text dialog. -Note: Codepoints `EFF0` to `EFF4` are for reference and shouldn't be used. +Notes: -Note: WSG icon (`E11F`) has been slightly kerned to fit. +- Codepoints `E0F0` to `E0F4` are for reference only. +- The back layer of each of `E0F1` to `E0F4` has lines that show the expected tops and bottoms of text. Round letters and numerals will reach slightly above or below. +- The WSG icon (`E11F`) has been slightly kerned to fit. diff --git a/res/Info.plist b/res/Info.plist index 2bb0c814e..bb3bab0e8 100644 --- a/res/Info.plist +++ b/res/Info.plist @@ -15,17 +15,17 @@ CFBundleInfoDictionaryVersion 6.0 CFBundleLongVersionString - 0.6pre7 + 0.6pre8 CFBundleName Furnace CFBundlePackageType APPL CFBundleShortVersionString - 0.6pre7 + 0.6pre8 CFBundleSignature ???? CFBundleVersion - 0.6pre7 + 0.6pre8 NSHumanReadableCopyright NSHighResolutionCapable diff --git a/res/icons.sfd b/res/icons.sfd index 9ff032dc9..c1e45f2b0 100644 --- a/res/icons.sfd +++ b/res/icons.sfd @@ -4,7 +4,7 @@ FullName: Furnace Icons FamilyName: Furnace Icons Weight: Regular Copyright: -UComments: "To generate a new icon:+AAoACgAA-- Open +ACIA-IBM Plex Sans Medium+ACIA to the side. Return to the icons font.+AAoA-- Copy char EFF0 (the one with just two baselines) to the new codepoint.+AAoA-- Open the new codepoint.+AAoA-- Select the upper baseline.+AAoA-- Use `Element | Insert Text Outlines...` to place text:+AAoA - Turn off +ACIA-Scale so text width matches path length+ACIA.+AAoA - Align +ACIA-centered+ACIA.+AAoA - Type first line of text into the box.+AAoA - Click the +ACIA-Insert+ACIA button (might need window resize to be visible).+AAoA-- Delete the baseline.+AAoA-- If there's a line 2, repeat for the lower baseline, including deletion.+AAoA-- Select all.+AAoA-- Use `Element | Transformations | Transform...` to Scale Uniformly and Move as needed:+AAoA - One letter: 12000%, X -896, Y 120.5.+AAoA - Two letters: 10000%, X -896, Y 204.2.+AAoA - Three letters: 8000%, X -896, Y 288.+AAoA - Two lines: 8000%, X -896, Y 723.5.+AAoA-- If resulting glyph is too wide, repeat all steps starting with +ACIA-IBM Plex Sans Condensed Medium+ACIA instead.+AAoA - Remember to close the other IBM Plex font or select the proper one in the text dialog.+AAoACgAA-Note: Codepoints EFF0 to EFF4 are for reference and shouldn't be used.+AAoACgAA-Note: WSG icon (F01F) has been slightly kerned to fit.+AAoA" +UComments: "To generate a new letter icon:+AAoACgAA-- Open `icons.sfd` in FontForge.+AAoA-- Open +ACIA-IBM Plex Sans Medium+ACIA to the side. Return to the icons font.+AAoA-- Copy the two baselines from `E0F0` to the new codepoint.+AAoA-- Open the new codepoint.+AAoA-- Select the upper baseline.+AAoA-- Use `Element | Insert Text Outlines...` to place text:+AAoA - Turn off +ACIA-Scale so text width matches path length+ACIA.+AAoA - Align +ACIA-centered+ACIA.+AAoA - Type first line of text into the box.+AAoA - Click the +ACIA-Insert+ACIA button (might need window resize to be visible).+AAoA-- Delete the baseline.+AAoA-- If there's a line 2, repeat for the lower baseline, including deletion.+AAoA-- Select all.+AAoA-- Use `Element | Transformations | Transform...` to Scale Uniformly (from glyph origin) and Move as needed:+AAoA - One letter: 12000%, X 896, Y 15.5.+AAoA - Two letters: 10000%, X 896, Y 99.2.+AAoA - Three letters: 8000%, X 896, Y 183.+AAoA - Two lines: 8000%, X 896, Y 618.5.+AAoA-- If resulting glyph is too wide, repeat all steps starting with +ACIA-IBM Plex Sans Condensed Medium+ACIA instead.+AAoA - Remember to close the other IBM Plex font or select the proper one in the text dialog.+AAoACgAA-Notes:+AAoACgAA-- Codepoints `E0F0` to `E0F4` are for reference only.+AAoA-- The back layer of each of `E0F1` to `E0F4` has lines that show the expected tops and bottoms of text. Round letters and numerals will reach slightly above or below.+AAoA-- The WSG icon (`E11F`) has been slightly kerned to fit.+AAoA" Version: 001.000 ItalicAngle: 0 UnderlinePosition: 0 @@ -21,7 +21,7 @@ OS2Version: 0 OS2_WeightWidthSlopeOnly: 0 OS2_UseTypoMetrics: 0 CreationTime: 1691897631 -ModificationTime: 1692064247 +ModificationTime: 1692347465 PfmFamily: 81 TTFWeight: 400 TTFWidth: 5 @@ -47,13 +47,13 @@ LangName: 1033 Encoding: UnicodeBmp UnicodeInterp: none NameList: AGL For New Fonts -DisplaySize: -48 +DisplaySize: -24 AntiAlias: 1 FitToEm: 0 -WinInfo: 57536 16 11 +WinInfo: 57568 16 10 BeginPrivate: 0 EndPrivate -BeginChars: 65536 60 +BeginChars: 65536 72 StartChar: space Encoding: 32 32 0 @@ -65,6735 +65,4833 @@ EndChar StartChar: uniE100 Encoding: 57600 57600 1 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 95.9375<754.864 980.648 1382.09 1612.77> 494.875 95.0781<141.391 377.778 1516.16 1654.36> 813.625 95.9375<141.391 377.778 780.433 998.844 1381.56 1608.87> -VStem: 32.9531 108.438<228 494.875 589.953 803.078> 401.547 114.297<612.194 780.759> 648.969 107.5<656.387 792.68> 1008.97 107.5<339.565 486.758> 1203.19 116.172<375.958 749.848> 1663.97 95.0781<228 329.797 361.503 491.984> -DStem2: 863.031 629.25 844.75 526.594 0.978916 -0.204262<-84.378 149.631> +VWidth: 1687 +Flags: W +HStem: 171.516 95.9375<754.864 980.648 1382.09 1612.77> 449.875 95.0781<141.391 377.778 1516.16 1654.36> 768.625 95.9375<141.391 377.778 780.433 998.844 1381.56 1608.87> +VStem: 32.9531 108.438<183 449.875 544.953 758.078> 401.547 114.297<567.194 735.759> 648.969 107.5<611.387 747.68> 1008.97 107.5<294.565 441.758> 1203.19 116.172<330.958 704.848> 1663.97 95.0781<183 284.797 316.503 446.984> +DStem2: 863.031 584.25 844.75 481.594 0.978916 -0.204262<-84.378 149.631> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 95.9375<754.864 980.648 1382.09 1612.77> 554.875 95.0781<141.391 377.778 1516.16 1654.36> 873.625 95.9375<141.391 377.778 780.433 998.844 1381.56 1608.87> -VStem: 32.9531 108.438<288 554.875 649.953 863.078> 401.547 114.297<672.194 840.759> 648.969 107.5<716.387 852.68> 1008.97 107.5<399.565 546.758> 1203.19 116.172<435.958 809.848> 1663.97 95.0781<288 389.797 421.503 551.984> -DStem2: 863.031 689.25 844.75 586.594 0.978916 -0.204262<-84.378 149.631> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -32.953125 228 m 1 - 32.953125 451.359375 32.953125 674.71875 32.953125 898.078125 c 1 - 128.942382812 898.078125 224.932617188 898.078125 320.921875 898.078125 c 1 - 383.03125 898.078125 431 879.875 464.90625 843.390625 c 0 - 498.890625 806.90625 515.84375 757.921875 515.84375 696.515625 c 256 - 515.84375 635.03125 498.890625 586.046875 464.90625 549.5625 c 0 - 431 513.15625 383.03125 494.875 320.921875 494.875 c 1 - 261.078125 494.875 201.234375 494.875 141.390625 494.875 c 1 - 141.390625 405.916992188 141.390625 316.958007812 141.390625 228 c 1 - 105.245117188 228 69.0986328125 228 32.953125 228 c 1 -141.390625 589.953125 m 1 - 198.995117188 589.953125 256.598632812 589.953125 314.203125 589.953125 c 1 - 341.703125 589.953125 363.1875 597.140625 378.5 611.515625 c 0 - 393.890625 625.890625 401.546875 646.59375 401.546875 673.46875 c 1 - 401.546875 688.807617188 401.546875 704.145507812 401.546875 719.484375 c 1 - 401.546875 746.4375 393.890625 767.0625 378.5 781.4375 c 0 - 363.1875 795.8125 341.703125 803.078125 314.203125 803.078125 c 1 - 256.598632812 803.078125 198.995117188 803.078125 141.390625 803.078125 c 1 - 141.390625 732.036132812 141.390625 660.995117188 141.390625 589.953125 c 1 -873.578125 216.515625 m 0 - 817.25 216.515625 769.4375 226.75 730.0625 247.21875 c 0 - 690.6875 267.6875 656.9375 295.1875 628.8125 329.796875 c 1 - 653.760742188 353.15625 678.708007812 376.515625 703.65625 399.875 c 1 - 727.328125 371.046875 753.421875 349.25 781.859375 334.5625 c 0 - 810.375 319.875 842.875 312.453125 879.359375 312.453125 c 0 - 922.25 312.453125 954.515625 322.0625 976.3125 341.28125 c 0 - 998.03125 360.5 1008.96875 386.4375 1008.96875 419.015625 c 0 - 1008.96875 445.265625 1001.234375 466.046875 985.921875 481.4375 c 0 - 970.53125 496.828125 943.34375 508.3125 904.28125 515.96875 c 1 - 884.4375 519.510742188 864.59375 523.051757812 844.75 526.59375 c 1 - 779.515625 538.703125 730.53125 560.1875 697.875 590.890625 c 0 - 665.21875 621.59375 648.96875 663.859375 648.96875 717.609375 c 0 - 648.96875 747.0625 654.515625 773.78125 665.765625 797.765625 c 0 - 676.9375 821.75 692.640625 841.90625 712.796875 858.234375 c 0 - 732.953125 874.5625 757.40625 887.21875 786.234375 896.125 c 0 - 814.984375 905.109375 847.328125 909.5625 883.1875 909.5625 c 0 - 933.734375 909.5625 977.5625 900.8125 1014.671875 883.234375 c 0 - 1051.78125 865.578125 1083.5 840.1875 1109.75 806.90625 c 1 - 1084.46386719 784.510742188 1059.17675781 762.114257812 1033.890625 739.71875 c 1 - 1016.625 762.0625 995.53125 780.03125 970.53125 793.46875 c 0 - 945.609375 806.90625 914.515625 813.625 877.40625 813.625 c 0 - 839.046875 813.625 809.28125 805.890625 788.109375 790.578125 c 0 - 767.015625 775.1875 756.46875 752.765625 756.46875 723.390625 c 0 - 756.46875 695.1875 765.0625 674.25 782.40625 660.5 c 0 - 799.671875 646.75 826.546875 636.28125 863.03125 629.25 c 1 - 882.875 625.109375 902.71875 620.96875 922.5625 616.828125 c 1 - 989.75 604.015625 1038.890625 582.21875 1069.90625 551.515625 c 0 - 1100.921875 520.8125 1116.46875 478.546875 1116.46875 424.796875 c 0 - 1116.46875 393.46875 1111 364.953125 1100.140625 339.328125 c 0 - 1089.28125 313.78125 1073.421875 291.828125 1052.640625 273.625 c 0 - 1031.78125 255.34375 1006.390625 241.28125 976.3125 231.359375 c 0 - 946.234375 221.4375 911.9375 216.515625 873.578125 216.515625 c 0 -1663.96875 329.796875 m 1 - 1662.69238281 329.796875 1661.41699219 329.796875 1660.140625 329.796875 c 1 - 1653.109375 297.140625 1634.046875 270.109375 1603.03125 248.625 c 0 - 1571.9375 227.21875 1530.84375 216.515625 1479.671875 216.515625 c 0 - 1439.984375 216.515625 1403.1875 224.015625 1369.28125 239.015625 c 0 - 1335.296875 254.09375 1306.078125 276.125 1281.390625 305.265625 c 0 - 1256.78125 334.40625 1237.5625 370.578125 1223.8125 413.78125 c 0 - 1210.0625 456.984375 1203.1875 506.75 1203.1875 563.078125 c 0 - 1203.1875 618.703125 1210.21875 668.15625 1224.28125 711.359375 c 0 - 1238.34375 754.5625 1258.1875 790.890625 1283.8125 820.34375 c 0 - 1309.4375 849.796875 1340.140625 871.984375 1376 887.0625 c 0 - 1411.78125 902.0625 1451.78125 909.5625 1496 909.5625 c 0 - 1556.15625 909.5625 1607.015625 896.28125 1648.578125 869.796875 c 0 - 1690.21875 843.234375 1722.5625 806.203125 1745.609375 758.859375 c 1 - 1716.15625 741.59375 1686.703125 724.328125 1657.25 707.0625 c 1 - 1644.4375 738.390625 1624.59375 763.859375 1597.71875 783.390625 c 0 - 1570.84375 802.84375 1536.9375 812.609375 1496 812.609375 c 0 - 1442.875 812.609375 1400.140625 795.65625 1367.796875 761.75 c 0 - 1335.53125 727.84375 1319.359375 679.875 1319.359375 617.765625 c 1 - 1319.359375 581.28125 1319.359375 544.796875 1319.359375 508.3125 c 1 - 1319.359375 446.203125 1335.53125 398.234375 1367.796875 364.328125 c 0 - 1400.140625 330.421875 1442.875 313.46875 1496 313.46875 c 0 - 1517.09375 313.46875 1537.25 316.125 1556.46875 321.59375 c 0 - 1575.6875 327.0625 1592.484375 335.03125 1606.859375 345.578125 c 0 - 1621.234375 356.125 1632.796875 369.25 1641.390625 384.953125 c 0 - 1650.0625 400.65625 1654.359375 419.015625 1654.359375 440.1875 c 1 - 1654.359375 457.453125 1654.359375 474.71875 1654.359375 491.984375 c 1 - 1608.29199219 491.984375 1562.22363281 491.984375 1516.15625 491.984375 c 1 - 1516.15625 523.026367188 1516.15625 554.067382812 1516.15625 585.109375 c 1 - 1597.12011719 585.109375 1678.08300781 585.109375 1759.046875 585.109375 c 1 - 1759.046875 466.073242188 1759.046875 347.036132812 1759.046875 228 c 1 - 1727.35449219 228 1695.66113281 228 1663.96875 228 c 1 - 1663.96875 261.932617188 1663.96875 295.864257812 1663.96875 329.796875 c 1 +32.953125 183 m 1 + 32.953125 406.359375 32.953125 629.71875 32.953125 853.078125 c 1 + 128.942382812 853.078125 224.932617188 853.078125 320.921875 853.078125 c 1 + 383.03125 853.078125 431 834.875 464.90625 798.390625 c 0 + 498.890625 761.90625 515.84375 712.921875 515.84375 651.515625 c 256 + 515.84375 590.03125 498.890625 541.046875 464.90625 504.5625 c 0 + 431 468.15625 383.03125 449.875 320.921875 449.875 c 1 + 261.078125 449.875 201.234375 449.875 141.390625 449.875 c 1 + 141.390625 360.916992188 141.390625 271.958007812 141.390625 183 c 1 + 105.245117188 183 69.0986328125 183 32.953125 183 c 1 +141.390625 544.953125 m 1 + 198.995117188 544.953125 256.598632812 544.953125 314.203125 544.953125 c 1 + 341.703125 544.953125 363.1875 552.140625 378.5 566.515625 c 0 + 393.890625 580.890625 401.546875 601.59375 401.546875 628.46875 c 1 + 401.546875 643.807617188 401.546875 659.145507812 401.546875 674.484375 c 1 + 401.546875 701.4375 393.890625 722.0625 378.5 736.4375 c 0 + 363.1875 750.8125 341.703125 758.078125 314.203125 758.078125 c 1 + 256.598632812 758.078125 198.995117188 758.078125 141.390625 758.078125 c 1 + 141.390625 687.036132812 141.390625 615.995117188 141.390625 544.953125 c 1 +873.578125 171.515625 m 0 + 817.25 171.515625 769.4375 181.75 730.0625 202.21875 c 0 + 690.6875 222.6875 656.9375 250.1875 628.8125 284.796875 c 1 + 653.760742188 308.15625 678.708007812 331.515625 703.65625 354.875 c 1 + 727.328125 326.046875 753.421875 304.25 781.859375 289.5625 c 0 + 810.375 274.875 842.875 267.453125 879.359375 267.453125 c 0 + 922.25 267.453125 954.515625 277.0625 976.3125 296.28125 c 0 + 998.03125 315.5 1008.96875 341.4375 1008.96875 374.015625 c 0 + 1008.96875 400.265625 1001.234375 421.046875 985.921875 436.4375 c 0 + 970.53125 451.828125 943.34375 463.3125 904.28125 470.96875 c 1 + 884.4375 474.510742188 864.59375 478.051757812 844.75 481.59375 c 1 + 779.515625 493.703125 730.53125 515.1875 697.875 545.890625 c 0 + 665.21875 576.59375 648.96875 618.859375 648.96875 672.609375 c 0 + 648.96875 702.0625 654.515625 728.78125 665.765625 752.765625 c 0 + 676.9375 776.75 692.640625 796.90625 712.796875 813.234375 c 0 + 732.953125 829.5625 757.40625 842.21875 786.234375 851.125 c 0 + 814.984375 860.109375 847.328125 864.5625 883.1875 864.5625 c 0 + 933.734375 864.5625 977.5625 855.8125 1014.671875 838.234375 c 0 + 1051.78125 820.578125 1083.5 795.1875 1109.75 761.90625 c 1 + 1084.46386719 739.510742188 1059.17675781 717.114257812 1033.890625 694.71875 c 1 + 1016.625 717.0625 995.53125 735.03125 970.53125 748.46875 c 0 + 945.609375 761.90625 914.515625 768.625 877.40625 768.625 c 0 + 839.046875 768.625 809.28125 760.890625 788.109375 745.578125 c 0 + 767.015625 730.1875 756.46875 707.765625 756.46875 678.390625 c 0 + 756.46875 650.1875 765.0625 629.25 782.40625 615.5 c 0 + 799.671875 601.75 826.546875 591.28125 863.03125 584.25 c 1 + 882.875 580.109375 902.71875 575.96875 922.5625 571.828125 c 1 + 989.75 559.015625 1038.890625 537.21875 1069.90625 506.515625 c 0 + 1100.921875 475.8125 1116.46875 433.546875 1116.46875 379.796875 c 0 + 1116.46875 348.46875 1111 319.953125 1100.140625 294.328125 c 0 + 1089.28125 268.78125 1073.421875 246.828125 1052.640625 228.625 c 0 + 1031.78125 210.34375 1006.390625 196.28125 976.3125 186.359375 c 0 + 946.234375 176.4375 911.9375 171.515625 873.578125 171.515625 c 0 +1663.96875 284.796875 m 1 + 1662.69238281 284.796875 1661.41699219 284.796875 1660.140625 284.796875 c 1 + 1653.109375 252.140625 1634.046875 225.109375 1603.03125 203.625 c 0 + 1571.9375 182.21875 1530.84375 171.515625 1479.671875 171.515625 c 0 + 1439.984375 171.515625 1403.1875 179.015625 1369.28125 194.015625 c 0 + 1335.296875 209.09375 1306.078125 231.125 1281.390625 260.265625 c 0 + 1256.78125 289.40625 1237.5625 325.578125 1223.8125 368.78125 c 0 + 1210.0625 411.984375 1203.1875 461.75 1203.1875 518.078125 c 0 + 1203.1875 573.703125 1210.21875 623.15625 1224.28125 666.359375 c 0 + 1238.34375 709.5625 1258.1875 745.890625 1283.8125 775.34375 c 0 + 1309.4375 804.796875 1340.140625 826.984375 1376 842.0625 c 0 + 1411.78125 857.0625 1451.78125 864.5625 1496 864.5625 c 0 + 1556.15625 864.5625 1607.015625 851.28125 1648.578125 824.796875 c 0 + 1690.21875 798.234375 1722.5625 761.203125 1745.609375 713.859375 c 1 + 1716.15625 696.59375 1686.703125 679.328125 1657.25 662.0625 c 1 + 1644.4375 693.390625 1624.59375 718.859375 1597.71875 738.390625 c 0 + 1570.84375 757.84375 1536.9375 767.609375 1496 767.609375 c 0 + 1442.875 767.609375 1400.140625 750.65625 1367.796875 716.75 c 0 + 1335.53125 682.84375 1319.359375 634.875 1319.359375 572.765625 c 1 + 1319.359375 536.28125 1319.359375 499.796875 1319.359375 463.3125 c 1 + 1319.359375 401.203125 1335.53125 353.234375 1367.796875 319.328125 c 0 + 1400.140625 285.421875 1442.875 268.46875 1496 268.46875 c 0 + 1517.09375 268.46875 1537.25 271.125 1556.46875 276.59375 c 0 + 1575.6875 282.0625 1592.484375 290.03125 1606.859375 300.578125 c 0 + 1621.234375 311.125 1632.796875 324.25 1641.390625 339.953125 c 0 + 1650.0625 355.65625 1654.359375 374.015625 1654.359375 395.1875 c 1 + 1654.359375 412.453125 1654.359375 429.71875 1654.359375 446.984375 c 1 + 1608.29199219 446.984375 1562.22363281 446.984375 1516.15625 446.984375 c 1 + 1516.15625 478.026367188 1516.15625 509.067382812 1516.15625 540.109375 c 1 + 1597.12011719 540.109375 1678.08300781 540.109375 1759.046875 540.109375 c 1 + 1759.046875 421.073242188 1759.046875 302.036132812 1759.046875 183 c 1 + 1727.35449219 183 1695.66113281 183 1663.96875 183 c 1 + 1663.96875 216.932617188 1663.96875 250.864257812 1663.96875 284.796875 c 1 EndSplineSet EndChar StartChar: uniE101 Encoding: 57601 57601 2 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 90.2344<203.228 410.876> 498.703 90.2344<815.531 1024.71> 807.844 90.2344<194.777 419.326 815.531 1024.71> -VStem: 46.8594 109.453<354.775 771.303> 457.719 109.453<354.775 771.303> 713.734 101.797<228 498.703 588.938 807.844> 1043.97 108.516<608.279 788.506> 1273.73 117.109<822.653 898.078> 1273.73 97.9688<228 753.051> 1627.02 118.125<228 303.425> 1647.17 97.9688<373.027 898.078> -DStem2: 1590.53 495.812 1376.47 755.031 0.377481 -0.926017<-320.846 135.117> +VWidth: 1687 +Flags: W +HStem: 171.516 90.2344<203.228 410.876> 453.703 90.2344<815.531 1024.71> 762.844 90.2344<194.777 419.326 815.531 1024.71> +VStem: 46.8594 109.453<309.775 726.303> 457.719 109.453<309.775 726.303> 713.734 101.797<183 453.703 543.938 762.844> 1043.97 108.516<563.279 743.506> 1273.73 117.109<777.653 853.078> 1273.73 97.9688<183 708.051> 1627.02 118.125<183 258.425> 1647.17 97.9688<328.027 853.078> +DStem2: 1590.53 450.812 1376.47 710.031 0.377481 -0.926017<-320.846 135.117> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 90.2344<203.228 410.876> 558.703 90.2344<815.531 1024.71> 867.844 90.2344<194.777 419.326 815.531 1024.71> -VStem: 46.8594 109.453<414.775 831.303> 457.719 109.453<414.775 831.303> 713.734 101.797<288 558.703 648.938 867.844> 1043.97 108.516<668.279 848.506> 1273.73 117.109<882.653 958.078> 1273.73 97.9688<288 813.051> 1627.02 118.125<288 363.425> 1647.17 97.9688<433.027 958.078> -DStem2: 1590.53 555.812 1376.47 815.031 0.377481 -0.926017<-320.846 135.117> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -307.015625 216.515625 m 256xfe - 266.703125 216.515625 230.53125 223.078125 198.578125 236.125 c 0 - 166.546875 249.25 139.203125 269.953125 116.46875 298.078125 c 0 - 93.734375 326.203125 76.46875 362.21875 64.59375 406.046875 c 0 - 52.796875 449.953125 46.859375 502.21875 46.859375 563.078125 c 256 - 46.859375 623.859375 52.796875 676.125 64.59375 720.03125 c 0 - 76.46875 763.859375 93.734375 799.875 116.46875 828 c 0 - 139.203125 856.125 166.546875 876.828125 198.578125 889.953125 c 0 - 230.53125 903.078125 266.703125 909.5625 307.015625 909.5625 c 256 - 347.328125 909.5625 383.5 903.078125 415.53125 889.953125 c 0 - 447.484375 876.828125 474.90625 856.125 497.5625 828 c 0 - 520.296875 799.875 537.5625 763.859375 549.4375 720.03125 c 0 - 561.234375 676.125 567.171875 623.859375 567.171875 563.078125 c 256 - 567.171875 502.21875 561.234375 449.953125 549.4375 406.046875 c 0 - 537.5625 362.21875 520.296875 326.203125 497.5625 298.078125 c 0 - 474.90625 269.953125 447.484375 249.25 415.53125 236.125 c 0 - 383.5 223.078125 347.328125 216.515625 307.015625 216.515625 c 256xfe -307.015625 306.75 m 256 - 355.0625 306.75 392.171875 322.21875 418.421875 353.3125 c 0 - 444.59375 384.328125 457.71875 427.375 457.71875 482.375 c 1 - 457.71875 536.151367188 457.71875 589.926757812 457.71875 643.703125 c 1 - 457.71875 698.703125 444.59375 741.75 418.421875 772.765625 c 0 - 392.171875 803.859375 355.0625 819.328125 307.015625 819.328125 c 256 - 259.046875 819.328125 221.9375 803.859375 195.6875 772.765625 c 0 - 169.4375 741.75 156.3125 698.703125 156.3125 643.703125 c 1 - 156.3125 589.926757812 156.3125 536.151367188 156.3125 482.375 c 1 - 156.3125 427.375 169.4375 384.328125 195.6875 353.3125 c 0 - 221.9375 322.21875 259.046875 306.75 307.015625 306.75 c 256 -713.734375 228 m 1 - 713.734375 451.359375 713.734375 674.71875 713.734375 898.078125 c 1 - 802.067382812 898.078125 890.401367188 898.078125 978.734375 898.078125 c 1 - 1036.3125 898.078125 1079.671875 880.96875 1108.8125 846.75 c 0 - 1137.875 812.453125 1152.484375 763.078125 1152.484375 698.390625 c 256 - 1152.484375 633.78125 1137.875 584.328125 1108.8125 550.109375 c 0 - 1079.671875 515.8125 1036.3125 498.703125 978.734375 498.703125 c 1 - 924.333007812 498.703125 869.932617188 498.703125 815.53125 498.703125 c 1 - 815.53125 408.46875 815.53125 318.234375 815.53125 228 c 1 - 781.598632812 228 747.666992188 228 713.734375 228 c 1 -815.53125 588.9375 m 1 - 867.041992188 588.9375 918.551757812 588.9375 970.0625 588.9375 c 1 - 994.359375 588.9375 1012.796875 595.1875 1025.296875 607.6875 c 0 - 1037.71875 620.1875 1043.96875 640.1875 1043.96875 667.6875 c 1 - 1043.96875 688.15625 1043.96875 708.625 1043.96875 729.09375 c 1 - 1043.96875 756.671875 1037.71875 776.671875 1025.296875 789.09375 c 0 - 1012.796875 801.59375 994.359375 807.84375 970.0625 807.84375 c 1 - 918.551757812 807.84375 867.041992188 807.84375 815.53125 807.84375 c 1 - 815.53125 734.875 815.53125 661.90625 815.53125 588.9375 c 1 -1427.328125 630.265625 m 1 - 1410.375 671.854492188 1393.421875 713.442382812 1376.46875 755.03125 c 1 - 1372.30175781 755.03125 1368.13574219 755.03125 1363.96875 755.03125 c 1 - 1366.546875 712.791992188 1369.125 670.551757812 1371.703125 628.3125 c 1 - 1371.703125 494.875 1371.703125 361.4375 1371.703125 228 c 1 - 1339.046875 228 1306.390625 228 1273.734375 228 c 1xfec0 - 1273.734375 451.359375 1273.734375 674.71875 1273.734375 898.078125 c 1 - 1312.77050781 898.078125 1351.80761719 898.078125 1390.84375 898.078125 c 1 - 1457.40625 763.989257812 1523.96875 629.901367188 1590.53125 495.8125 c 1 - 1607.82324219 454.223632812 1625.11425781 412.635742188 1642.40625 371.046875 c 1 - 1646.57324219 371.046875 1650.73925781 371.046875 1654.90625 371.046875 c 1 - 1652.328125 413.286132812 1649.75 455.526367188 1647.171875 497.765625 c 1 - 1647.171875 631.203125 1647.171875 764.640625 1647.171875 898.078125 c 1 - 1679.828125 898.078125 1712.484375 898.078125 1745.140625 898.078125 c 1xff20 - 1745.140625 674.71875 1745.140625 451.359375 1745.140625 228 c 1 - 1705.765625 228 1666.390625 228 1627.015625 228 c 1xfe40 - 1560.453125 362.088867188 1493.890625 496.176757812 1427.328125 630.265625 c 1 +307.015625 171.515625 m 256xfe + 266.703125 171.515625 230.53125 178.078125 198.578125 191.125 c 0 + 166.546875 204.25 139.203125 224.953125 116.46875 253.078125 c 0 + 93.734375 281.203125 76.46875 317.21875 64.59375 361.046875 c 0 + 52.796875 404.953125 46.859375 457.21875 46.859375 518.078125 c 256 + 46.859375 578.859375 52.796875 631.125 64.59375 675.03125 c 0 + 76.46875 718.859375 93.734375 754.875 116.46875 783 c 0 + 139.203125 811.125 166.546875 831.828125 198.578125 844.953125 c 0 + 230.53125 858.078125 266.703125 864.5625 307.015625 864.5625 c 256 + 347.328125 864.5625 383.5 858.078125 415.53125 844.953125 c 0 + 447.484375 831.828125 474.90625 811.125 497.5625 783 c 0 + 520.296875 754.875 537.5625 718.859375 549.4375 675.03125 c 0 + 561.234375 631.125 567.171875 578.859375 567.171875 518.078125 c 256 + 567.171875 457.21875 561.234375 404.953125 549.4375 361.046875 c 0 + 537.5625 317.21875 520.296875 281.203125 497.5625 253.078125 c 0 + 474.90625 224.953125 447.484375 204.25 415.53125 191.125 c 0 + 383.5 178.078125 347.328125 171.515625 307.015625 171.515625 c 256xfe +307.015625 261.75 m 256 + 355.0625 261.75 392.171875 277.21875 418.421875 308.3125 c 0 + 444.59375 339.328125 457.71875 382.375 457.71875 437.375 c 1 + 457.71875 491.151367188 457.71875 544.926757812 457.71875 598.703125 c 1 + 457.71875 653.703125 444.59375 696.75 418.421875 727.765625 c 0 + 392.171875 758.859375 355.0625 774.328125 307.015625 774.328125 c 256 + 259.046875 774.328125 221.9375 758.859375 195.6875 727.765625 c 0 + 169.4375 696.75 156.3125 653.703125 156.3125 598.703125 c 1 + 156.3125 544.926757812 156.3125 491.151367188 156.3125 437.375 c 1 + 156.3125 382.375 169.4375 339.328125 195.6875 308.3125 c 0 + 221.9375 277.21875 259.046875 261.75 307.015625 261.75 c 256 +713.734375 183 m 1 + 713.734375 406.359375 713.734375 629.71875 713.734375 853.078125 c 1 + 802.067382812 853.078125 890.401367188 853.078125 978.734375 853.078125 c 1 + 1036.3125 853.078125 1079.671875 835.96875 1108.8125 801.75 c 0 + 1137.875 767.453125 1152.484375 718.078125 1152.484375 653.390625 c 256 + 1152.484375 588.78125 1137.875 539.328125 1108.8125 505.109375 c 0 + 1079.671875 470.8125 1036.3125 453.703125 978.734375 453.703125 c 1 + 924.333007812 453.703125 869.932617188 453.703125 815.53125 453.703125 c 1 + 815.53125 363.46875 815.53125 273.234375 815.53125 183 c 1 + 781.598632812 183 747.666992188 183 713.734375 183 c 1 +815.53125 543.9375 m 1 + 867.041992188 543.9375 918.551757812 543.9375 970.0625 543.9375 c 1 + 994.359375 543.9375 1012.796875 550.1875 1025.296875 562.6875 c 0 + 1037.71875 575.1875 1043.96875 595.1875 1043.96875 622.6875 c 1 + 1043.96875 643.15625 1043.96875 663.625 1043.96875 684.09375 c 1 + 1043.96875 711.671875 1037.71875 731.671875 1025.296875 744.09375 c 0 + 1012.796875 756.59375 994.359375 762.84375 970.0625 762.84375 c 1 + 918.551757812 762.84375 867.041992188 762.84375 815.53125 762.84375 c 1 + 815.53125 689.875 815.53125 616.90625 815.53125 543.9375 c 1 +1427.328125 585.265625 m 1 + 1410.375 626.854492188 1393.421875 668.442382812 1376.46875 710.03125 c 1 + 1372.30175781 710.03125 1368.13574219 710.03125 1363.96875 710.03125 c 1 + 1366.546875 667.791992188 1369.125 625.551757812 1371.703125 583.3125 c 1 + 1371.703125 449.875 1371.703125 316.4375 1371.703125 183 c 1 + 1339.046875 183 1306.390625 183 1273.734375 183 c 1xfec0 + 1273.734375 406.359375 1273.734375 629.71875 1273.734375 853.078125 c 1 + 1312.77050781 853.078125 1351.80761719 853.078125 1390.84375 853.078125 c 1 + 1457.40625 718.989257812 1523.96875 584.901367188 1590.53125 450.8125 c 1 + 1607.82324219 409.223632812 1625.11425781 367.635742188 1642.40625 326.046875 c 1 + 1646.57324219 326.046875 1650.73925781 326.046875 1654.90625 326.046875 c 1 + 1652.328125 368.286132812 1649.75 410.526367188 1647.171875 452.765625 c 1 + 1647.171875 586.203125 1647.171875 719.640625 1647.171875 853.078125 c 1 + 1679.828125 853.078125 1712.484375 853.078125 1745.140625 853.078125 c 1xff20 + 1745.140625 629.71875 1745.140625 406.359375 1745.140625 183 c 1 + 1705.765625 183 1666.390625 183 1627.015625 183 c 1xfe40 + 1560.453125 317.088867188 1493.890625 451.176757812 1427.328125 585.265625 c 1 EndSplineSet EndChar StartChar: uniE102 Encoding: 57602 57602 3 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 129.845 121.191<399.409 663.663> 144.2 116.406<1138.19 1452.86> 474.181 116.406<556.547 729.398> 515.001 112.793<1138.19 1425.21> 865.392 116.406<1138.19 1425.21> 874.962 121.191<400.057 661.626> -VStem: 165.336 145.312<342.614 782.606> 741.312 118.945<144.2 271.446 322.934 474.181> 1002.64 135.547<260.606 515.001 627.794 865.392> 1453.81 142.773<654.386 838.799> 1483.7 142.969<289.11 486.498> +VWidth: 1687 +Flags: W +HStem: 84.8447 121.191<399.409 663.663> 99.2002 116.406<1138.19 1452.86> 429.181 116.406<556.547 729.398> 470.001 112.793<1138.19 1425.21> 820.392 116.406<1138.19 1425.21> 829.962 121.191<400.057 661.626> +VStem: 165.336 145.312<297.614 737.606> 741.312 118.945<99.2002 226.446 277.934 429.181> 1002.64 135.547<215.606 470.001 582.794 820.392> 1453.81 142.773<609.386 793.799> 1483.7 142.969<244.11 441.498> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 189.845 121.191<399.409 663.663> 204.2 116.406<1138.19 1452.86> 534.181 116.406<556.547 729.398> 575.001 112.793<1138.19 1425.21> 925.392 116.406<1138.19 1425.21> 934.962 121.191<400.057 661.626> -VStem: 165.336 145.312<402.614 842.606> 741.312 118.945<204.2 331.446 382.934 534.181> 1002.64 135.547<320.606 575.001 687.794 925.392> 1453.81 142.773<714.386 898.799> 1483.7 142.969<349.11 546.498> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -741.3125 271.446289062 m 1x6380 - 739.75 271.446289062 738.1875 271.446289062 736.625 271.446289062 c 1 - 727.8359375 230.625976562 704.0078125 196.836914062 665.140625 169.981445312 c 0 - 626.2734375 143.223632812 574.90625 129.844726562 511.0390625 129.844726562 c 0 - 461.4296875 129.844726562 415.3359375 139.219726562 372.953125 157.969726562 c 0 - 330.5703125 176.817382812 294.046875 204.356445312 263.1875 240.782226562 c 0 - 232.328125 277.208007812 208.3046875 322.422851562 191.1171875 376.426757812 c 0 - 173.9296875 430.430664062 165.3359375 492.637695312 165.3359375 563.047851562 c 0 - 165.3359375 632.579101562 174.125 694.395507812 191.703125 748.399414062 c 0 - 209.28125 802.403320312 234.0859375 847.813476562 266.1171875 884.629882812 c 0 - 298.1484375 921.446289062 336.625 949.180664062 381.3515625 968.028320312 c 0 - 426.078125 986.778320312 476.078125 996.153320312 531.3515625 996.153320312 c 0 - 606.546875 996.153320312 670.21875 979.551757812 722.171875 946.446289062 c 0 - 774.125 913.243164062 814.5546875 866.954101562 843.4609375 807.774414062 c 1 - 806.612304688 786.192382812 769.762695312 764.610351562 732.9140625 743.028320312 c 1 - 716.8984375 782.188476562 692.09375 814.024414062 658.5 838.438476562 c 0 - 624.90625 862.754882812 582.5234375 874.961914062 531.3515625 874.961914062 c 0 - 464.9453125 874.961914062 411.625 853.770507812 371.1953125 811.387695312 c 0 - 330.765625 769.004882812 310.6484375 709.043945312 310.6484375 631.407226562 c 1 - 310.6484375 585.801757812 310.6484375 540.196289062 310.6484375 494.590820312 c 1 - 310.6484375 416.954101562 330.765625 356.993164062 371.1953125 314.610351562 c 0 - 411.625 272.227539062 464.9453125 251.036132812 531.3515625 251.036132812 c 0x8780 - 557.71875 251.036132812 582.9140625 254.356445312 606.9375 261.192382812 c 0 - 630.9609375 268.028320312 652.0546875 277.989257812 670.0234375 291.172851562 c 0 - 687.9921875 304.356445312 702.4453125 320.762695312 713.1875 340.391601562 c 0 - 723.9296875 360.020507812 729.3984375 382.969726562 729.3984375 409.434570312 c 1 - 729.3984375 431.016601562 729.3984375 452.598632812 729.3984375 474.180664062 c 1 - 671.78125 474.180664062 614.1640625 474.180664062 556.546875 474.180664062 c 1 - 556.546875 512.982421875 556.546875 551.784179688 556.546875 590.586914062 c 1 - 657.784179688 590.586914062 759.020507812 590.586914062 860.2578125 590.586914062 c 1 - 860.2578125 441.791015625 860.2578125 292.995117188 860.2578125 144.200195312 c 1 - 820.609375 144.200195312 780.9609375 144.200195312 741.3125 144.200195312 c 1 - 741.3125 186.615234375 741.3125 229.030273438 741.3125 271.446289062 c 1x6380 -1002.640625 981.797851562 m 1x4ba0 - 1126.20800781 981.797851562 1249.77636719 981.797851562 1373.34375 981.797851562 c 1 - 1442.875 981.797851562 1497.5625 962.168945312 1537.2109375 923.008789062 c 0 - 1576.859375 883.848632812 1596.5859375 831.407226562 1596.5859375 765.782226562 c 0x4bc0 - 1596.5859375 734.629882812 1592.09375 707.969726562 1583.3046875 685.997070312 c 0 - 1574.515625 664.024414062 1563.3828125 645.958007812 1549.7109375 631.993164062 c 0 - 1536.234375 618.028320312 1520.609375 607.579101562 1503.03125 600.840820312 c 0 - 1485.453125 594.004882812 1468.265625 589.805664062 1451.2734375 588.243164062 c 1 - 1451.2734375 585.833984375 1451.2734375 583.424804688 1451.2734375 581.016601562 c 1 - 1468.265625 580.235351562 1486.8203125 576.231445312 1507.1328125 569.004882812 c 0 - 1527.640625 561.778320312 1546.5859375 550.352539062 1564.1640625 534.825195312 c 0 - 1581.7421875 519.200195312 1596.5859375 499.180664062 1608.5 474.766601562 c 0 - 1620.609375 450.352539062 1626.6640625 420.567382812 1626.6640625 385.411132812 c 0 - 1626.6640625 351.817382812 1621.1953125 320.176757812 1610.453125 290.586914062 c 0 - 1599.515625 260.997070312 1584.4765625 235.411132812 1565.3359375 213.829101562 c 0 - 1546.1953125 192.247070312 1523.34375 175.157226562 1496.9765625 162.754882812 c 0 - 1470.609375 150.352539062 1441.703125 144.200195312 1410.6484375 144.200195312 c 1 - 1274.64550781 144.200195312 1138.64355469 144.200195312 1002.640625 144.200195312 c 1 - 1002.640625 423.399414062 1002.640625 702.598632812 1002.640625 981.797851562 c 1x4ba0 -1138.1875 260.606445312 m 1 - 1215.79199219 260.606445312 1293.39550781 260.606445312 1371 260.606445312 c 1 - 1406.15625 260.606445312 1433.6953125 269.786132812 1453.8125 288.243164062 c 0x53c0 - 1473.734375 306.602539062 1483.6953125 332.969726562 1483.6953125 367.442382812 c 1 - 1483.6953125 381.016601562 1483.6953125 394.590820312 1483.6953125 408.165039062 c 1x53a0 - 1483.6953125 442.637695312 1473.734375 469.004882812 1453.8125 487.364257812 c 0 - 1433.6953125 505.821289062 1406.15625 515.000976562 1371 515.000976562 c 1 - 1293.39550781 515.000976562 1215.79199219 515.000976562 1138.1875 515.000976562 c 1x53c0 - 1138.1875 430.202148438 1138.1875 345.404296875 1138.1875 260.606445312 c 1 -1138.1875 627.793945312 m 1 - 1208.17480469 627.793945312 1278.16113281 627.793945312 1348.1484375 627.793945312 c 1 - 1381.7421875 627.793945312 1407.71875 636.387695312 1426.078125 653.575195312 c 0 - 1444.6328125 670.762695312 1453.8125 695.372070312 1453.8125 727.403320312 c 1 - 1453.8125 740.196289062 1453.8125 752.989257812 1453.8125 765.782226562 c 1 - 1453.8125 797.813476562 1444.6328125 822.422851562 1426.078125 839.610351562 c 0 - 1407.71875 856.797851562 1381.7421875 865.391601562 1348.1484375 865.391601562 c 1 - 1278.16113281 865.391601562 1208.17480469 865.391601562 1138.1875 865.391601562 c 1x1bc0 - 1138.1875 786.192382812 1138.1875 706.993164062 1138.1875 627.793945312 c 1 +741.3125 226.446289062 m 1x6380 + 739.75 226.446289062 738.1875 226.446289062 736.625 226.446289062 c 1 + 727.8359375 185.625976562 704.0078125 151.836914062 665.140625 124.981445312 c 0 + 626.2734375 98.2236328125 574.90625 84.8447265625 511.0390625 84.8447265625 c 0 + 461.4296875 84.8447265625 415.3359375 94.2197265625 372.953125 112.969726562 c 0 + 330.5703125 131.817382812 294.046875 159.356445312 263.1875 195.782226562 c 0 + 232.328125 232.208007812 208.3046875 277.422851562 191.1171875 331.426757812 c 0 + 173.9296875 385.430664062 165.3359375 447.637695312 165.3359375 518.047851562 c 0 + 165.3359375 587.579101562 174.125 649.395507812 191.703125 703.399414062 c 0 + 209.28125 757.403320312 234.0859375 802.813476562 266.1171875 839.629882812 c 0 + 298.1484375 876.446289062 336.625 904.180664062 381.3515625 923.028320312 c 0 + 426.078125 941.778320312 476.078125 951.153320312 531.3515625 951.153320312 c 0 + 606.546875 951.153320312 670.21875 934.551757812 722.171875 901.446289062 c 0 + 774.125 868.243164062 814.5546875 821.954101562 843.4609375 762.774414062 c 1 + 806.612304688 741.192382812 769.762695312 719.610351562 732.9140625 698.028320312 c 1 + 716.8984375 737.188476562 692.09375 769.024414062 658.5 793.438476562 c 0 + 624.90625 817.754882812 582.5234375 829.961914062 531.3515625 829.961914062 c 0 + 464.9453125 829.961914062 411.625 808.770507812 371.1953125 766.387695312 c 0 + 330.765625 724.004882812 310.6484375 664.043945312 310.6484375 586.407226562 c 1 + 310.6484375 540.801757812 310.6484375 495.196289062 310.6484375 449.590820312 c 1 + 310.6484375 371.954101562 330.765625 311.993164062 371.1953125 269.610351562 c 0 + 411.625 227.227539062 464.9453125 206.036132812 531.3515625 206.036132812 c 0x8780 + 557.71875 206.036132812 582.9140625 209.356445312 606.9375 216.192382812 c 0 + 630.9609375 223.028320312 652.0546875 232.989257812 670.0234375 246.172851562 c 0 + 687.9921875 259.356445312 702.4453125 275.762695312 713.1875 295.391601562 c 0 + 723.9296875 315.020507812 729.3984375 337.969726562 729.3984375 364.434570312 c 1 + 729.3984375 386.016601562 729.3984375 407.598632812 729.3984375 429.180664062 c 1 + 671.78125 429.180664062 614.1640625 429.180664062 556.546875 429.180664062 c 1 + 556.546875 467.982421875 556.546875 506.784179688 556.546875 545.586914062 c 1 + 657.784179688 545.586914062 759.020507812 545.586914062 860.2578125 545.586914062 c 1 + 860.2578125 396.791015625 860.2578125 247.995117188 860.2578125 99.2001953125 c 1 + 820.609375 99.2001953125 780.9609375 99.2001953125 741.3125 99.2001953125 c 1 + 741.3125 141.615234375 741.3125 184.030273438 741.3125 226.446289062 c 1x6380 +1002.640625 936.797851562 m 1x4ba0 + 1126.20800781 936.797851562 1249.77636719 936.797851562 1373.34375 936.797851562 c 1 + 1442.875 936.797851562 1497.5625 917.168945312 1537.2109375 878.008789062 c 0 + 1576.859375 838.848632812 1596.5859375 786.407226562 1596.5859375 720.782226562 c 0x4bc0 + 1596.5859375 689.629882812 1592.09375 662.969726562 1583.3046875 640.997070312 c 0 + 1574.515625 619.024414062 1563.3828125 600.958007812 1549.7109375 586.993164062 c 0 + 1536.234375 573.028320312 1520.609375 562.579101562 1503.03125 555.840820312 c 0 + 1485.453125 549.004882812 1468.265625 544.805664062 1451.2734375 543.243164062 c 1 + 1451.2734375 540.833984375 1451.2734375 538.424804688 1451.2734375 536.016601562 c 1 + 1468.265625 535.235351562 1486.8203125 531.231445312 1507.1328125 524.004882812 c 0 + 1527.640625 516.778320312 1546.5859375 505.352539062 1564.1640625 489.825195312 c 0 + 1581.7421875 474.200195312 1596.5859375 454.180664062 1608.5 429.766601562 c 0 + 1620.609375 405.352539062 1626.6640625 375.567382812 1626.6640625 340.411132812 c 0 + 1626.6640625 306.817382812 1621.1953125 275.176757812 1610.453125 245.586914062 c 0 + 1599.515625 215.997070312 1584.4765625 190.411132812 1565.3359375 168.829101562 c 0 + 1546.1953125 147.247070312 1523.34375 130.157226562 1496.9765625 117.754882812 c 0 + 1470.609375 105.352539062 1441.703125 99.2001953125 1410.6484375 99.2001953125 c 1 + 1274.64550781 99.2001953125 1138.64355469 99.2001953125 1002.640625 99.2001953125 c 1 + 1002.640625 378.399414062 1002.640625 657.598632812 1002.640625 936.797851562 c 1x4ba0 +1138.1875 215.606445312 m 1 + 1215.79199219 215.606445312 1293.39550781 215.606445312 1371 215.606445312 c 1 + 1406.15625 215.606445312 1433.6953125 224.786132812 1453.8125 243.243164062 c 0x53c0 + 1473.734375 261.602539062 1483.6953125 287.969726562 1483.6953125 322.442382812 c 1 + 1483.6953125 336.016601562 1483.6953125 349.590820312 1483.6953125 363.165039062 c 1x53a0 + 1483.6953125 397.637695312 1473.734375 424.004882812 1453.8125 442.364257812 c 0 + 1433.6953125 460.821289062 1406.15625 470.000976562 1371 470.000976562 c 1 + 1293.39550781 470.000976562 1215.79199219 470.000976562 1138.1875 470.000976562 c 1x53c0 + 1138.1875 385.202148438 1138.1875 300.404296875 1138.1875 215.606445312 c 1 +1138.1875 582.793945312 m 1 + 1208.17480469 582.793945312 1278.16113281 582.793945312 1348.1484375 582.793945312 c 1 + 1381.7421875 582.793945312 1407.71875 591.387695312 1426.078125 608.575195312 c 0 + 1444.6328125 625.762695312 1453.8125 650.372070312 1453.8125 682.403320312 c 1 + 1453.8125 695.196289062 1453.8125 707.989257812 1453.8125 720.782226562 c 1 + 1453.8125 752.813476562 1444.6328125 777.422851562 1426.078125 794.610351562 c 0 + 1407.71875 811.797851562 1381.7421875 820.391601562 1348.1484375 820.391601562 c 1 + 1278.16113281 820.391601562 1208.17480469 820.391601562 1138.1875 820.391601562 c 1x1bc0 + 1138.1875 741.192382812 1138.1875 661.993164062 1138.1875 582.793945312 c 1 EndSplineSet EndChar StartChar: uniE103 Encoding: 57603 57603 4 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 96.9531<226.177 441.873 832.752 1027.57> 358.547 85.4688<1326.08 1544.91 1647.64 1738.89> 564.016 87.3438<857.168 1024.42> 799.172 98.9062<1514.99 1544.91> 812.609 96.9531<226.122 440.941> -VStem: 53.1094 115.156<375.807 753.111> 694.047 112.344<336.954 531.784> 1054.05 111.406<336.954 531.784> 1544.91 102.734<228 358.547 444.016 799.172> -DStem2: 1233.89 451.672 1326.08 444.016 0.512745 0.858541<40.6955 454.37> +VWidth: 1687 +Flags: W +HStem: 171.516 96.9531<226.177 441.873 832.752 1027.57> 313.547 85.4688<1326.08 1544.91 1647.64 1738.89> 519.016 87.3438<857.168 1024.42> 754.172 98.9062<1514.99 1544.91> 767.609 96.9531<226.122 440.941> +VStem: 53.1094 115.156<330.807 708.111> 694.047 112.344<291.954 486.784> 1054.05 111.406<291.954 486.784> 1544.91 102.734<183 313.547 399.016 754.172> +DStem2: 1233.89 406.672 1326.08 399.016 0.512745 0.858541<40.6955 454.37> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 96.9531<226.177 441.873 832.752 1027.57> 418.547 85.4688<1326.08 1544.91 1647.64 1738.89> 624.016 87.3438<857.168 1024.42> 859.172 98.9062<1514.99 1544.91> 872.609 96.9531<226.122 440.941> -VStem: 53.1094 115.156<435.807 813.111> 694.047 112.344<396.954 591.784> 1054.05 111.406<396.954 591.784> 1544.91 102.734<288 418.547 504.016 859.172> -DStem2: 1233.89 511.672 1326.08 504.016 0.512745 0.858541<40.6955 454.37> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -334.359375 216.515625 m 0xef80 - 246.703125 216.515625 177.875 246.046875 127.953125 305.265625 c 0 - 78.03125 364.484375 53.109375 450.421875 53.109375 563.078125 c 0 - 53.109375 619.328125 59.515625 668.9375 72.328125 711.828125 c 0 - 85.0625 754.71875 103.65625 790.890625 127.953125 820.34375 c 0 - 152.328125 849.796875 181.859375 871.984375 216.78125 887.0625 c 0 - 251.625 902.0625 290.84375 909.5625 334.359375 909.5625 c 0 - 392.640625 909.5625 441.390625 896.828125 480.765625 871.203125 c 0 - 520.140625 845.578125 551 807.84375 573.421875 757.921875 c 1 - 543.03125 741.28125 512.640625 724.640625 482.25 708 c 1 - 470.6875 740.03125 452.953125 765.421875 428.96875 784.328125 c 0 - 404.90625 803.234375 373.421875 812.609375 334.359375 812.609375 c 0 - 282.5625 812.609375 241.859375 795.03125 212.484375 759.875 c 0 - 183.03125 724.640625 168.265625 675.96875 168.265625 613.9375 c 1 - 168.265625 580.004882812 168.265625 546.073242188 168.265625 512.140625 c 1 - 168.265625 450.109375 183.03125 401.4375 212.484375 366.203125 c 0 - 241.859375 331.046875 282.5625 313.46875 334.359375 313.46875 c 0 - 374.671875 313.46875 407.484375 323.859375 432.796875 344.640625 c 0 - 458.03125 365.421875 476.78125 392.140625 488.96875 424.796875 c 1 - 518.083007812 407.192382812 547.198242188 389.588867188 576.3125 371.984375 c 1 - 553.890625 323.390625 522.5625 285.265625 482.25 257.765625 c 0 - 441.859375 230.265625 392.640625 216.515625 334.359375 216.515625 c 0xef80 -930.21875 216.515625 m 0 - 893.109375 216.515625 859.984375 222.53125 830.84375 234.71875 c 0 - 801.703125 246.90625 777.09375 264.328125 756.9375 287.0625 c 0 - 736.78125 309.796875 721.234375 337.140625 710.375 369.09375 c 0 - 699.515625 401.125 694.046875 437.296875 694.046875 477.609375 c 0 - 694.046875 526.203125 701.390625 571.984375 716.15625 614.875 c 0 - 730.84375 657.765625 749.75 697.140625 772.796875 732.921875 c 0 - 795.84375 768.78125 821.546875 800.65625 850.0625 828.46875 c 0 - 878.5 856.28125 906.546875 879.484375 934.046875 898.078125 c 1 - 982.041992188 898.078125 1030.03613281 898.078125 1078.03125 898.078125 c 1xf780 - 1040.296875 870.578125 1006.390625 844.015625 976.3125 818.390625 c 0 - 946.234375 792.765625 919.984375 766.59375 897.5625 739.71875 c 0 - 875.140625 712.765625 856.46875 684.328125 841.390625 654.25 c 0 - 826.390625 624.171875 814.671875 591.203125 806.390625 555.34375 c 1 - 808.629882812 554.71875 810.870117188 554.09375 813.109375 553.46875 c 1 - 820.140625 566.90625 828.265625 579.484375 837.5625 591.359375 c 0 - 846.859375 603.234375 857.71875 613.625 870.21875 622.53125 c 0 - 882.71875 631.515625 896.9375 638.546875 912.953125 643.703125 c 0 - 928.96875 648.78125 947.484375 651.359375 968.578125 651.359375 c 0 - 996.78125 651.359375 1022.875 646.59375 1046.859375 636.984375 c 0 - 1070.84375 627.375 1091.625 613.46875 1109.28125 595.1875 c 0 - 1126.859375 576.984375 1140.609375 555.03125 1150.53125 529.40625 c 0 - 1160.453125 503.859375 1165.453125 475.34375 1165.453125 444.015625 c 0 - 1165.453125 410.109375 1159.828125 379.171875 1148.578125 351.359375 c 0 - 1137.40625 323.546875 1121.546875 299.71875 1101.078125 279.875 c 0 - 1080.609375 260.03125 1055.84375 244.484375 1026.703125 233.3125 c 0 - 997.5625 222.0625 965.453125 216.515625 930.21875 216.515625 c 0 -930.21875 304.796875 m 256 - 969.28125 304.796875 999.671875 315.1875 1021.390625 335.96875 c 0 - 1043.1875 356.828125 1054.046875 387.375 1054.046875 427.6875 c 1 - 1054.046875 432.166992188 1054.046875 436.645507812 1054.046875 441.125 c 1 - 1054.046875 481.4375 1043.1875 511.984375 1021.390625 532.765625 c 0 - 999.671875 553.625 969.28125 564.015625 930.21875 564.015625 c 256 - 891.15625 564.015625 860.765625 553.625 839.046875 532.765625 c 0 - 817.25 511.984375 806.390625 481.4375 806.390625 441.125 c 1 - 806.390625 436.645507812 806.390625 432.166992188 806.390625 427.6875 c 1 - 806.390625 387.375 817.25 356.828125 839.046875 335.96875 c 0 - 860.765625 315.1875 891.15625 304.796875 930.21875 304.796875 c 256 -1544.90625 228 m 1 - 1544.90625 271.515625 1544.90625 315.03125 1544.90625 358.546875 c 1 - 1441.234375 358.546875 1337.5625 358.546875 1233.890625 358.546875 c 1 - 1233.890625 389.588867188 1233.890625 420.629882812 1233.890625 451.671875 c 1 - 1324.46386719 600.473632812 1415.03613281 749.276367188 1505.609375 898.078125 c 1 - 1552.953125 898.078125 1600.296875 898.078125 1647.640625 898.078125 c 1 - 1647.640625 746.723632812 1647.640625 595.370117188 1647.640625 444.015625 c 1 - 1678.05761719 444.015625 1708.47363281 444.015625 1738.890625 444.015625 c 1 - 1738.890625 415.526367188 1738.890625 387.036132812 1738.890625 358.546875 c 1 - 1708.47363281 358.546875 1678.05761719 358.546875 1647.640625 358.546875 c 1 - 1647.640625 315.03125 1647.640625 271.515625 1647.640625 228 c 1 - 1613.39550781 228 1579.15136719 228 1544.90625 228 c 1 -1326.078125 444.015625 m 1 - 1399.02050781 444.015625 1471.96386719 444.015625 1544.90625 444.015625 c 1 - 1544.90625 562.401367188 1544.90625 680.786132812 1544.90625 799.171875 c 1 - 1542.66699219 799.171875 1540.42675781 799.171875 1538.1875 799.171875 c 1 - 1467.484375 680.786132812 1396.78125 562.401367188 1326.078125 444.015625 c 1 +334.359375 171.515625 m 0xef80 + 246.703125 171.515625 177.875 201.046875 127.953125 260.265625 c 0 + 78.03125 319.484375 53.109375 405.421875 53.109375 518.078125 c 0 + 53.109375 574.328125 59.515625 623.9375 72.328125 666.828125 c 0 + 85.0625 709.71875 103.65625 745.890625 127.953125 775.34375 c 0 + 152.328125 804.796875 181.859375 826.984375 216.78125 842.0625 c 0 + 251.625 857.0625 290.84375 864.5625 334.359375 864.5625 c 0 + 392.640625 864.5625 441.390625 851.828125 480.765625 826.203125 c 0 + 520.140625 800.578125 551 762.84375 573.421875 712.921875 c 1 + 543.03125 696.28125 512.640625 679.640625 482.25 663 c 1 + 470.6875 695.03125 452.953125 720.421875 428.96875 739.328125 c 0 + 404.90625 758.234375 373.421875 767.609375 334.359375 767.609375 c 0 + 282.5625 767.609375 241.859375 750.03125 212.484375 714.875 c 0 + 183.03125 679.640625 168.265625 630.96875 168.265625 568.9375 c 1 + 168.265625 535.004882812 168.265625 501.073242188 168.265625 467.140625 c 1 + 168.265625 405.109375 183.03125 356.4375 212.484375 321.203125 c 0 + 241.859375 286.046875 282.5625 268.46875 334.359375 268.46875 c 0 + 374.671875 268.46875 407.484375 278.859375 432.796875 299.640625 c 0 + 458.03125 320.421875 476.78125 347.140625 488.96875 379.796875 c 1 + 518.083007812 362.192382812 547.198242188 344.588867188 576.3125 326.984375 c 1 + 553.890625 278.390625 522.5625 240.265625 482.25 212.765625 c 0 + 441.859375 185.265625 392.640625 171.515625 334.359375 171.515625 c 0xef80 +930.21875 171.515625 m 0 + 893.109375 171.515625 859.984375 177.53125 830.84375 189.71875 c 0 + 801.703125 201.90625 777.09375 219.328125 756.9375 242.0625 c 0 + 736.78125 264.796875 721.234375 292.140625 710.375 324.09375 c 0 + 699.515625 356.125 694.046875 392.296875 694.046875 432.609375 c 0 + 694.046875 481.203125 701.390625 526.984375 716.15625 569.875 c 0 + 730.84375 612.765625 749.75 652.140625 772.796875 687.921875 c 0 + 795.84375 723.78125 821.546875 755.65625 850.0625 783.46875 c 0 + 878.5 811.28125 906.546875 834.484375 934.046875 853.078125 c 1 + 982.041992188 853.078125 1030.03613281 853.078125 1078.03125 853.078125 c 1xf780 + 1040.296875 825.578125 1006.390625 799.015625 976.3125 773.390625 c 0 + 946.234375 747.765625 919.984375 721.59375 897.5625 694.71875 c 0 + 875.140625 667.765625 856.46875 639.328125 841.390625 609.25 c 0 + 826.390625 579.171875 814.671875 546.203125 806.390625 510.34375 c 1 + 808.629882812 509.71875 810.870117188 509.09375 813.109375 508.46875 c 1 + 820.140625 521.90625 828.265625 534.484375 837.5625 546.359375 c 0 + 846.859375 558.234375 857.71875 568.625 870.21875 577.53125 c 0 + 882.71875 586.515625 896.9375 593.546875 912.953125 598.703125 c 0 + 928.96875 603.78125 947.484375 606.359375 968.578125 606.359375 c 0 + 996.78125 606.359375 1022.875 601.59375 1046.859375 591.984375 c 0 + 1070.84375 582.375 1091.625 568.46875 1109.28125 550.1875 c 0 + 1126.859375 531.984375 1140.609375 510.03125 1150.53125 484.40625 c 0 + 1160.453125 458.859375 1165.453125 430.34375 1165.453125 399.015625 c 0 + 1165.453125 365.109375 1159.828125 334.171875 1148.578125 306.359375 c 0 + 1137.40625 278.546875 1121.546875 254.71875 1101.078125 234.875 c 0 + 1080.609375 215.03125 1055.84375 199.484375 1026.703125 188.3125 c 0 + 997.5625 177.0625 965.453125 171.515625 930.21875 171.515625 c 0 +930.21875 259.796875 m 256 + 969.28125 259.796875 999.671875 270.1875 1021.390625 290.96875 c 0 + 1043.1875 311.828125 1054.046875 342.375 1054.046875 382.6875 c 1 + 1054.046875 387.166992188 1054.046875 391.645507812 1054.046875 396.125 c 1 + 1054.046875 436.4375 1043.1875 466.984375 1021.390625 487.765625 c 0 + 999.671875 508.625 969.28125 519.015625 930.21875 519.015625 c 256 + 891.15625 519.015625 860.765625 508.625 839.046875 487.765625 c 0 + 817.25 466.984375 806.390625 436.4375 806.390625 396.125 c 1 + 806.390625 391.645507812 806.390625 387.166992188 806.390625 382.6875 c 1 + 806.390625 342.375 817.25 311.828125 839.046875 290.96875 c 0 + 860.765625 270.1875 891.15625 259.796875 930.21875 259.796875 c 256 +1544.90625 183 m 1 + 1544.90625 226.515625 1544.90625 270.03125 1544.90625 313.546875 c 1 + 1441.234375 313.546875 1337.5625 313.546875 1233.890625 313.546875 c 1 + 1233.890625 344.588867188 1233.890625 375.629882812 1233.890625 406.671875 c 1 + 1324.46386719 555.473632812 1415.03613281 704.276367188 1505.609375 853.078125 c 1 + 1552.953125 853.078125 1600.296875 853.078125 1647.640625 853.078125 c 1 + 1647.640625 701.723632812 1647.640625 550.370117188 1647.640625 399.015625 c 1 + 1678.05761719 399.015625 1708.47363281 399.015625 1738.890625 399.015625 c 1 + 1738.890625 370.526367188 1738.890625 342.036132812 1738.890625 313.546875 c 1 + 1708.47363281 313.546875 1678.05761719 313.546875 1647.640625 313.546875 c 1 + 1647.640625 270.03125 1647.640625 226.515625 1647.640625 183 c 1 + 1613.39550781 183 1579.15136719 183 1544.90625 183 c 1 +1326.078125 399.015625 m 1 + 1399.02050781 399.015625 1471.96386719 399.015625 1544.90625 399.015625 c 1 + 1544.90625 517.401367188 1544.90625 635.786132812 1544.90625 754.171875 c 1 + 1542.66699219 754.171875 1540.42675781 754.171875 1538.1875 754.171875 c 1 + 1467.484375 635.786132812 1396.78125 517.401367188 1326.078125 399.015625 c 1 EndSplineSet EndChar StartChar: uniE104 Encoding: 57604 57604 5 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -202.516 96.0156<1128.27 1400.92> 64.359 95.0781<488.266 724.653> 372.562 95<488.266 724.653> 652.016 95.9375<411.817 637.602> 1249.12 95.9375<437.386 655.798> -VStem: 305.922 107.5<1091.89 1228.18> 379.828 108.438<-202.516 64.359 159.438 372.562> 665.922 107.5<775.065 922.258> 748.422 114.297<181.678 350.243> 889.906 103.672<663.5 1176.16> 1019.83 108.438<-106.5 467.562> 1402.56 103.672<663.5 1176.16> -DStem2: 519.984 1064.75 501.703 962.09 0.978916 -0.204262<-84.378 149.631> 1018.5 1333.58 998.344 1176.16 0.468722 -0.883346<129.61 385.178> 1203.81 992.8 1344.91 1067.64 0.468722 0.883346<0 252.858> +Flags: W +HStem: -247.516 89.2969<837.797 1081.62 1317.8 1604.83> 23.1875 90.2344<277.797 486.972> 49.125 88.2812<1317.8 1576.94> 333.266 89.2969<277.797 486.972 1317.8 1604.83> 607.016 89.2188<189.574 399.743> 803.812 83.5156<721.625 898.188> 1143.66 144.922<1249.91 1277.31 1597.41 1625.22> 1196.39 92.1875<794.01 822.99> 1210.84 89.2188<218.757 416.322> +VStem: 95.6875 101.719<1044.03 1191.27> 176 101.797<-247.516 23.1875 113.422 332.328> 420.219 101.719<716.929 880.209> 506.234 108.516<132.763 312.99> 544.906 99.8438<618.5 718.344> 736 101.797<-158.219 422.562> 974.125 102.656<618.5 721.156> 1158.66 97.9688<618.5 1141.9> 1216 101.797<-158.219 49.125 137.406 333.266> 1618.5 97.9688<618.5 1143.75> +DStem2: 289.594 1016.94 271.312 920.922 0.978371 -0.206857<-75.1218 135.909> 544.906 618.5 644.75 618.5 0.286825 0.957983<28.6377 221.043 308.22 625.862> 875.219 1288.58 835.844 1098.5 0.288055 -0.957614<72.4214 390.859 477.766 670.167> 1278.66 1288.58 1261.47 1143.66 0.416776 -0.909009<124.572 396.023> 1442.88 921.859 1613.81 1145.53 0.379583 0.925158<0 271.817> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -142.516 96.0156<1128.27 1400.92> 124.359 95.0781<488.266 724.653> 432.562 95<488.266 724.653> 712.016 95.9375<411.817 637.602> 1309.12 95.9375<437.386 655.798> -VStem: 305.922 107.5<1151.89 1288.18> 379.828 108.438<-142.516 124.359 219.438 432.562> 665.922 107.5<835.065 982.258> 748.422 114.297<241.678 410.243> 889.906 103.672<723.5 1236.16> 1019.83 108.438<-46.5 527.562> 1402.56 103.672<723.5 1236.16> -DStem2: 519.984 1124.75 501.703 1022.09 0.978916 -0.204262<-84.378 149.631> 1018.5 1393.58 998.344 1236.16 0.468722 -0.883346<129.61 385.178> 1203.81 1052.8 1344.91 1127.64 0.468722 0.883346<0 252.858> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -379.828125 -202.515625 m 1xfaf0 - 379.828125 -184.07421875 l 4 - 379.828125 467.5625 l 1 - 475.817382812 467.5625 571.807617188 467.5625 667.796875 467.5625 c 1 - 729.90625 467.5625 777.875 449.359375 811.78125 412.875 c 0 - 845.765625 376.390625 862.71875 327.40625 862.71875 266 c 256 - 862.71875 204.515625 845.765625 155.53125 811.78125 119.046875 c 0 - 777.875 82.640625 729.90625 64.359375 667.796875 64.359375 c 1 - 607.953125 64.359375 548.109375 64.359375 488.265625 64.359375 c 1 - 488.265625 -24.599609375 488.265625 -113.557617188 488.265625 -202.515625 c 1 - 452.120117188 -202.515625 415.973632812 -202.515625 379.828125 -202.515625 c 1xfaf0 -488.265625 159.4375 m 1 - 545.870117188 159.4375 603.473632812 159.4375 661.078125 159.4375 c 1 - 688.578125 159.4375 710.0625 166.625 725.375 181 c 0 - 740.765625 195.375 748.421875 216.078125 748.421875 242.953125 c 1 - 748.421875 258.291015625 748.421875 273.629882812 748.421875 288.96875 c 1 - 748.421875 315.921875 740.765625 336.546875 725.375 350.921875 c 0 - 710.0625 365.296875 688.578125 372.5625 661.078125 372.5625 c 1 - 603.473632812 372.5625 545.870117188 372.5625 488.265625 372.5625 c 1 - 488.265625 301.520507812 488.265625 230.478515625 488.265625 159.4375 c 1 -1019.828125 -202.515625 m 1 - 1019.828125 20.84375 1019.828125 244.203125 1019.828125 467.5625 c 1 - 1055.97363281 467.5625 1092.12011719 467.5625 1128.265625 467.5625 c 1 - 1128.265625 276.208007812 1128.265625 84.853515625 1128.265625 -106.5 c 1 - 1219.15136719 -106.5 1310.03613281 -106.5 1400.921875 -106.5 c 1 - 1400.921875 -138.505859375 1400.921875 -170.510742188 1400.921875 -202.515625 c 1 - 1273.890625 -202.515625 1146.859375 -202.515625 1019.828125 -202.515625 c 1 -530.53125 652.015625 m 0 - 474.203125 652.015625 426.390625 662.249023438 387.015625 682.71875 c 0 - 347.640625 703.1875 313.890625 730.6875 285.765625 765.296875 c 1 - 310.713867188 788.65625 335.661132812 812.015625 360.609375 835.375 c 1 - 384.28125 806.546875 410.375 784.75 438.8125 770.0625 c 0 - 467.328125 755.375 499.828125 747.953125 536.3125 747.953125 c 0 - 579.203125 747.953125 611.46875 757.5625 633.265625 776.78125 c 0 - 654.984375 796 665.921875 821.9375 665.921875 854.515625 c 0 - 665.921875 880.765625 658.1875 901.546875 642.875 916.9375 c 0 - 627.484375 932.328125 600.296875 943.8125 561.234375 951.46875 c 1 - 541.390625 955.009765625 521.546875 958.551757812 501.703125 962.09375 c 1 - 436.46875 974.203125 387.484375 995.6875 354.828125 1026.390625 c 0 - 322.171875 1057.09375 305.921875 1099.359375 305.921875 1153.109375 c 0 - 305.921875 1182.5625 311.46875 1209.28125 322.71875 1233.265625 c 0 - 333.890625 1257.25 349.59375 1277.40625 369.75 1293.734375 c 0 - 389.90625 1310.0625 414.359375 1322.71875 443.1875 1331.625 c 0 - 471.9375 1340.609375 504.28125 1345.0625 540.140625 1345.0625 c 0 - 590.6875 1345.0625 634.515625 1336.3125 671.625 1318.734375 c 0 - 708.734375 1301.078125 740.453125 1275.6875 766.703125 1242.40625 c 1 - 741.416992188 1220.00976562 716.129882812 1197.61425781 690.84375 1175.21875 c 1 - 673.578125 1197.5625 652.484375 1215.53125 627.484375 1228.96875 c 0 - 602.5625 1242.40625 571.46875 1249.125 534.359375 1249.125 c 0 - 496 1249.125 466.234375 1241.390625 445.0625 1226.078125 c 0 - 423.96875 1210.6875 413.421875 1188.265625 413.421875 1158.890625 c 0 - 413.421875 1130.6875 422.015625 1109.75 439.359375 1096 c 0 - 456.625 1082.25 483.5 1071.78125 519.984375 1064.75 c 1 - 539.828125 1060.609375 559.671875 1056.46875 579.515625 1052.328125 c 1 - 646.703125 1039.515625 695.84375 1017.71875 726.859375 987.015625 c 0 - 757.875 956.3125 773.421875 914.046875 773.421875 860.296875 c 0xfd70 - 773.421875 828.96875 767.953125 800.453125 757.09375 774.828125 c 0 - 746.234375 749.28125 730.375 727.328125 709.59375 709.125 c 0 - 688.734375 690.84375 663.34375 676.78125 633.265625 666.859375 c 0 - 603.1875 656.936523438 568.890625 652.015625 530.53125 652.015625 c 0 -1402.5625 1176.15625 m 1 - 1400.94824219 1176.15625 1399.33300781 1176.15625 1397.71875 1176.15625 c 1 - 1380.11425781 1139.984375 1362.51074219 1103.8125 1344.90625 1067.640625 c 1 - 1295.94824219 978.369140625 1246.98925781 889.098632812 1198.03125 799.828125 c 1 - 1149.07324219 889.098632812 1100.11425781 978.369140625 1051.15625 1067.640625 c 1 - 1033.55175781 1103.8125 1015.94824219 1139.984375 998.34375 1176.15625 c 1 - 996.754882812 1176.15625 995.166992188 1176.15625 993.578125 1176.15625 c 1 - 993.578125 1005.27050781 993.578125 834.384765625 993.578125 663.5 c 1 - 959.020507812 663.5 924.463867188 663.5 889.90625 663.5 c 1 - 889.90625 886.859375 889.90625 1110.21875 889.90625 1333.578125 c 1 - 932.770507812 1333.578125 975.635742188 1333.578125 1018.5 1333.578125 c 1 - 1078.34375 1219.984375 1138.1875 1106.390625 1198.03125 992.796875 c 1 - 1199.95800781 992.796875 1201.88574219 992.796875 1203.8125 992.796875 c 1 - 1263.65625 1106.390625 1323.5 1219.984375 1383.34375 1333.578125 c 1 - 1424.30761719 1333.578125 1465.27050781 1333.578125 1506.234375 1333.578125 c 1 - 1506.234375 1110.21875 1506.234375 886.859375 1506.234375 663.5 c 1 - 1471.67675781 663.5 1437.12011719 663.5 1402.5625 663.5 c 1 - 1402.5625 834.384765625 1402.5625 1005.27050781 1402.5625 1176.15625 c 1 +176 -247.515625 m 1xdc2b20 + 176 -24.15625 176 199.203125 176 422.5625 c 1 + 264.333007812 422.5625 352.666992188 422.5625 441 422.5625 c 1 + 498.578125 422.5625 541.9375 405.453125 571.078125 371.234375 c 0 + 600.140625 336.9375 614.75 287.5625 614.75 222.875 c 256 + 614.75 158.265625 600.140625 108.8125 571.078125 74.59375 c 0 + 541.9375 40.296875 498.578125 23.1875 441 23.1875 c 1 + 386.598632812 23.1875 332.198242188 23.1875 277.796875 23.1875 c 1 + 277.796875 -67.046875 277.796875 -157.28125 277.796875 -247.515625 c 1 + 243.864257812 -247.515625 209.932617188 -247.515625 176 -247.515625 c 1xdc2b20 +277.796875 113.421875 m 1 + 329.307617188 113.421875 380.817382812 113.421875 432.328125 113.421875 c 1 + 456.625 113.421875 475.0625 119.671875 487.5625 132.171875 c 0 + 499.984375 144.671875 506.234375 164.671875 506.234375 192.171875 c 1 + 506.234375 212.640625 506.234375 233.109375 506.234375 253.578125 c 1 + 506.234375 281.15625 499.984375 301.15625 487.5625 313.578125 c 0 + 475.0625 326.078125 456.625 332.328125 432.328125 332.328125 c 1 + 380.817382812 332.328125 329.307617188 332.328125 277.796875 332.328125 c 1 + 277.796875 259.359375 277.796875 186.390625 277.796875 113.421875 c 1 +736 -247.515625 m 1 + 736 -24.15625 736 199.203125 736 422.5625 c 1 + 769.932617188 422.5625 803.864257812 422.5625 837.796875 422.5625 c 1 + 837.796875 228.96875 837.796875 35.375 837.796875 -158.21875 c 1 + 919.073242188 -158.21875 1000.34863281 -158.21875 1081.625 -158.21875 c 1 + 1081.625 -187.984375 1081.625 -217.75 1081.625 -247.515625 c 1 + 966.416992188 -247.515625 851.208007812 -247.515625 736 -247.515625 c 1 +1216 -247.515625 m 1xbc0360 + 1216 -24.15625 1216 199.203125 1216 422.5625 c 1 + 1345.609375 422.5625 1475.21875 422.5625 1604.828125 422.5625 c 1 + 1604.828125 392.796875 1604.828125 363.03125 1604.828125 333.265625 c 1 + 1509.15136719 333.265625 1413.47363281 333.265625 1317.796875 333.265625 c 1 + 1317.796875 267.979492188 1317.796875 202.692382812 1317.796875 137.40625 c 1 + 1404.17675781 137.40625 1490.55761719 137.40625 1576.9375 137.40625 c 1 + 1576.9375 107.979492188 1576.9375 78.5517578125 1576.9375 49.125 c 1 + 1490.55761719 49.125 1404.17675781 49.125 1317.796875 49.125 c 1 + 1317.796875 -19.9892578125 1317.796875 -89.1044921875 1317.796875 -158.21875 c 1 + 1413.47363281 -158.21875 1509.15136719 -158.21875 1604.828125 -158.21875 c 1 + 1604.828125 -187.984375 1604.828125 -217.75 1604.828125 -247.515625 c 1 + 1475.21875 -247.515625 1345.609375 -247.515625 1216 -247.515625 c 1xbc0360 +300.21875 607.015625 m 0 + 250.21875 607.015625 206.9375 616.390625 170.0625 635.296875 c 0 + 133.34375 654.203125 101.78125 681.546875 75.53125 717.40625 c 1 + 98.8642578125 738.838867188 122.198242188 760.270507812 145.53125 781.703125 c 1 + 165.375 754.203125 188.1875 733.03125 213.8125 718.34375 c 0 + 239.28125 703.65625 268.5 696.234375 301.15625 696.234375 c 0 + 380.53125 696.234375 420.21875 732.71875 420.21875 805.6875 c 0 + 420.21875 835.140625 413.03125 857.71875 398.96875 873.34375 c 0 + 384.90625 889.046875 360.6875 901.078125 326 909.359375 c 1 + 307.770507812 913.213867188 289.541992188 917.067382812 271.3125 920.921875 c 1 + 211.15625 934.359375 166.9375 955.921875 138.34375 985.6875 c 0 + 109.90625 1015.453125 95.6875 1057.25 95.6875 1111 c 0 + 95.6875 1173.03125 114.4375 1220.0625 151.78125 1252.09375 c 0 + 189.28125 1284.125 241.625 1300.0625 308.8125 1300.0625 c 0 + 356.78125 1300.0625 397.25 1291.9375 430.21875 1275.609375 c 0 + 463.1875 1259.28125 491.78125 1233.890625 516.15625 1199.28125 c 1 + 492.770507812 1178.8125 469.385742188 1158.34375 446 1137.875 c 1 + 428.8125 1162.171875 409.4375 1180.453125 388.03125 1192.5625 c 0 + 366.625 1204.75 339.4375 1210.84375 306.9375 1210.84375 c 0 + 270.375 1210.84375 243.03125 1203.265625 224.75 1188.265625 c 0 + 206.625 1173.1875 197.40625 1148.421875 197.40625 1113.890625 c 0 + 197.40625 1085.6875 204.59375 1064.4375 218.96875 1049.984375 c 0 + 233.5 1035.609375 256.9375 1024.59375 289.59375 1016.9375 c 1 + 307.823242188 1012.77050781 326.051757812 1008.60449219 344.28125 1004.4375 c 1 + 376.3125 997.40625 403.5 988.578125 425.84375 978.03125 c 0 + 448.34375 967.484375 466.78125 954.515625 481.15625 939.125 c 0 + 495.53125 923.8125 505.84375 905.6875 512.25 884.90625 c 0 + 518.65625 864.125 521.9375 839.90625 521.9375 812.40625 c 0x9cd320 + 521.9375 745.21875 502.5625 694.203125 463.8125 659.28125 c 0 + 425.0625 624.4375 370.53125 607.015625 300.21875 607.015625 c 0 +974.125 618.5 m 1 + 956.833007812 680.270507812 939.541992188 742.041992188 922.25 803.8125 c 1 + 847.041992188 803.8125 771.833007812 803.8125 696.625 803.8125 c 1 + 679.333007812 742.041992188 662.041992188 680.270507812 644.75 618.5 c 1 + 611.46875 618.5 578.1875 618.5 544.90625 618.5 c 1 + 611.78125 841.859375 678.65625 1065.21875 745.53125 1288.578125 c 1 + 788.760742188 1288.578125 831.989257812 1288.578125 875.21875 1288.578125 c 1x9d0720 + 942.40625 1065.21875 1009.59375 841.859375 1076.78125 618.5 c 1 + 1042.5625 618.5 1008.34375 618.5 974.125 618.5 c 1 +835.84375 1098.5 m 1 + 828.8125 1131.12988281 821.78125 1163.76074219 814.75 1196.390625 c 1 + 810.583007812 1196.390625 806.416992188 1196.390625 802.25 1196.390625 c 1 + 795.21875 1163.76074219 788.1875 1131.12988281 781.15625 1098.5 c 1 + 761.3125 1028.109375 741.46875 957.71875 721.625 887.328125 c 1 + 780.479492188 887.328125 839.333007812 887.328125 898.1875 887.328125 c 1 + 877.40625 957.71875 856.625 1028.109375 835.84375 1098.5 c 1 +1618.5 1031.3125 m 1 + 1620.73925781 1069.38574219 1622.97949219 1107.45800781 1625.21875 1145.53125 c 1 + 1621.41699219 1145.53125 1617.61425781 1145.53125 1613.8125 1145.53125 c 1 + 1598.44824219 1108.08300781 1583.08300781 1070.63574219 1567.71875 1033.1875 c 1 + 1524.17675781 942.328125 1480.63574219 851.46875 1437.09375 760.609375 c 1 + 1393.91699219 851.46875 1350.73925781 942.328125 1307.5625 1033.1875 c 1 + 1292.19824219 1070.01074219 1276.83300781 1106.83300781 1261.46875 1143.65625 c 1 + 1257.61425781 1143.65625 1253.76074219 1143.65625 1249.90625 1143.65625 c 1x9e03a0 + 1252.14550781 1106.20800781 1254.38574219 1068.76074219 1256.625 1031.3125 c 1 + 1256.625 893.708007812 1256.625 756.104492188 1256.625 618.5 c 1 + 1223.96875 618.5 1191.3125 618.5 1158.65625 618.5 c 1 + 1158.65625 841.859375 1158.65625 1065.21875 1158.65625 1288.578125 c 1 + 1198.65625 1288.578125 1238.65625 1288.578125 1278.65625 1288.578125 c 1x9d03a0 + 1314.85449219 1210.50488281 1351.05175781 1132.43261719 1387.25 1054.359375 c 1 + 1402.92675781 1010.19238281 1418.60449219 966.026367188 1434.28125 921.859375 c 1 + 1437.14550781 921.859375 1440.01074219 921.859375 1442.875 921.859375 c 1 + 1458.55175781 966.026367188 1474.22949219 1010.19238281 1489.90625 1054.359375 c 1 + 1525.73925781 1132.43261719 1561.57324219 1210.50488281 1597.40625 1288.578125 c 1x9e03a0 + 1637.09375 1288.578125 1676.78125 1288.578125 1716.46875 1288.578125 c 1 + 1716.46875 1065.21875 1716.46875 841.859375 1716.46875 618.5 c 1 + 1683.8125 618.5 1651.15625 618.5 1618.5 618.5 c 1 + 1618.5 756.104492188 1618.5 893.708007812 1618.5 1031.3125 c 1 EndSplineSet EndChar StartChar: uniE105 Encoding: 57605 57605 6 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 96.0156<814.669 1050.52 1429.91 1750.53> 494.875 95.0781<149.906 386.215> 519.875 95.9375<1429.91 1720.84> 802.062 96.0156<149.906 386.215 813.763 1048.56 1429.91 1750.53> -VStem: 41.4688 108.438<228 494.875 589.953 803.078> 410.062 114.219<612.194 780.759> 651.625 115.156<375.807 753.111> 1321.47 108.438<324.016 519.875 615.812 802.062> +VWidth: 1687 +Flags: W +HStem: 183 96.0156<814.669 1050.52 1429.91 1750.53> 449.875 95.0781<149.906 386.215> 474.875 95.9375<1429.91 1720.84> 757.062 96.0156<149.906 386.215 813.763 1048.56 1429.91 1750.53> +VStem: 41.4688 108.438<183 449.875 544.953 758.078> 410.062 114.219<567.194 735.759> 651.625 115.156<330.807 708.111> 1321.47 108.438<279.016 474.875 570.812 757.062> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 96.0156<814.669 1050.52 1429.91 1750.53> 554.875 95.0781<149.906 386.215> 579.875 95.9375<1429.91 1720.84> 862.062 96.0156<149.906 386.215 813.763 1048.56 1429.91 1750.53> -VStem: 41.4688 108.438<288 554.875 649.953 863.078> 410.062 114.219<672.194 840.759> 651.625 115.156<435.807 813.111> 1321.47 108.438<384.016 579.875 675.812 862.062> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -41.46875 228 m 1xdf - 41.46875 451.359375 41.46875 674.71875 41.46875 898.078125 c 1 - 137.458007812 898.078125 233.448242188 898.078125 329.4375 898.078125 c 1 - 391.46875 898.078125 439.4375 879.875 473.34375 843.390625 c 0 - 507.40625 806.90625 524.28125 757.921875 524.28125 696.515625 c 256 - 524.28125 635.03125 507.40625 586.046875 473.34375 549.5625 c 0 - 439.4375 513.15625 391.46875 494.875 329.4375 494.875 c 1 - 269.59375 494.875 209.75 494.875 149.90625 494.875 c 1 - 149.90625 405.916992188 149.90625 316.958007812 149.90625 228 c 1 - 113.760742188 228 77.6142578125 228 41.46875 228 c 1xdf -149.90625 589.953125 m 1 - 207.510742188 589.953125 265.114257812 589.953125 322.71875 589.953125 c 1 - 350.21875 589.953125 371.625 597.140625 386.9375 611.515625 c 0 - 402.40625 625.890625 410.0625 646.59375 410.0625 673.46875 c 1 - 410.0625 688.807617188 410.0625 704.145507812 410.0625 719.484375 c 1 - 410.0625 746.4375 402.40625 767.0625 386.9375 781.4375 c 0 - 371.625 795.8125 350.21875 803.078125 322.71875 803.078125 c 1 - 265.114257812 803.078125 207.510742188 803.078125 149.90625 803.078125 c 1 - 149.90625 732.036132812 149.90625 660.995117188 149.90625 589.953125 c 1 -932.875 216.515625 m 0 - 845.21875 216.515625 776.46875 246.046875 726.46875 305.265625 c 0 - 676.625 364.484375 651.625 450.421875 651.625 563.078125 c 0 - 651.625 619.328125 658.03125 668.9375 670.84375 711.828125 c 0 - 683.65625 754.71875 702.25 790.890625 726.46875 820.34375 c 0 - 750.84375 849.796875 780.375 871.984375 815.375 887.0625 c 0 - 850.21875 902.0625 889.4375 909.5625 932.875 909.5625 c 0 - 991.15625 909.5625 1039.90625 896.828125 1079.28125 871.203125 c 0 - 1118.65625 845.578125 1149.59375 807.84375 1171.9375 757.921875 c 1 - 1141.57324219 741.28125 1111.20800781 724.640625 1080.84375 708 c 1 - 1069.28125 740.03125 1051.46875 765.421875 1027.5625 784.328125 c 0 - 1003.5 803.234375 971.9375 812.609375 932.875 812.609375 c 0 - 881.15625 812.609375 840.375 795.03125 811 759.875 c 0 - 781.625 724.640625 766.78125 675.96875 766.78125 613.9375 c 1 - 766.78125 580.004882812 766.78125 546.073242188 766.78125 512.140625 c 1 - 766.78125 450.109375 781.625 401.4375 811 366.203125 c 0 - 840.375 331.046875 881.15625 313.46875 932.875 313.46875 c 0 - 973.1875 313.46875 1006 323.859375 1031.3125 344.640625 c 0 - 1056.625 365.421875 1075.375 392.140625 1087.5625 424.796875 c 1 - 1116.67675781 407.192382812 1145.79199219 389.588867188 1174.90625 371.984375 c 1 - 1152.40625 323.390625 1121.15625 285.265625 1080.84375 257.765625 c 0 - 1040.375 230.265625 991.15625 216.515625 932.875 216.515625 c 0 -1321.46875 228 m 1 - 1321.46875 451.359375 1321.46875 674.71875 1321.46875 898.078125 c 1 - 1464.48925781 898.078125 1607.51074219 898.078125 1750.53125 898.078125 c 1 - 1750.53125 866.073242188 1750.53125 834.067382812 1750.53125 802.0625 c 1 - 1643.65625 802.0625 1536.78125 802.0625 1429.90625 802.0625 c 1 - 1429.90625 739.979492188 1429.90625 677.895507812 1429.90625 615.8125 c 1 - 1526.88574219 615.8125 1623.86425781 615.8125 1720.84375 615.8125 c 1 - 1720.84375 583.833007812 1720.84375 551.854492188 1720.84375 519.875 c 1 - 1623.86425781 519.875 1526.88574219 519.875 1429.90625 519.875 c 1xbf - 1429.90625 454.588867188 1429.90625 389.301757812 1429.90625 324.015625 c 1 - 1536.78125 324.015625 1643.65625 324.015625 1750.53125 324.015625 c 1 - 1750.53125 292.010742188 1750.53125 260.004882812 1750.53125 228 c 1 - 1607.51074219 228 1464.48925781 228 1321.46875 228 c 1 +41.46875 183 m 1xdf + 41.46875 406.359375 41.46875 629.71875 41.46875 853.078125 c 1 + 137.458007812 853.078125 233.448242188 853.078125 329.4375 853.078125 c 1 + 391.46875 853.078125 439.4375 834.875 473.34375 798.390625 c 0 + 507.40625 761.90625 524.28125 712.921875 524.28125 651.515625 c 256 + 524.28125 590.03125 507.40625 541.046875 473.34375 504.5625 c 0 + 439.4375 468.15625 391.46875 449.875 329.4375 449.875 c 1 + 269.59375 449.875 209.75 449.875 149.90625 449.875 c 1 + 149.90625 360.916992188 149.90625 271.958007812 149.90625 183 c 1 + 113.760742188 183 77.6142578125 183 41.46875 183 c 1xdf +149.90625 544.953125 m 1 + 207.510742188 544.953125 265.114257812 544.953125 322.71875 544.953125 c 1 + 350.21875 544.953125 371.625 552.140625 386.9375 566.515625 c 0 + 402.40625 580.890625 410.0625 601.59375 410.0625 628.46875 c 1 + 410.0625 643.807617188 410.0625 659.145507812 410.0625 674.484375 c 1 + 410.0625 701.4375 402.40625 722.0625 386.9375 736.4375 c 0 + 371.625 750.8125 350.21875 758.078125 322.71875 758.078125 c 1 + 265.114257812 758.078125 207.510742188 758.078125 149.90625 758.078125 c 1 + 149.90625 687.036132812 149.90625 615.995117188 149.90625 544.953125 c 1 +932.875 171.515625 m 0 + 845.21875 171.515625 776.46875 201.046875 726.46875 260.265625 c 0 + 676.625 319.484375 651.625 405.421875 651.625 518.078125 c 0 + 651.625 574.328125 658.03125 623.9375 670.84375 666.828125 c 0 + 683.65625 709.71875 702.25 745.890625 726.46875 775.34375 c 0 + 750.84375 804.796875 780.375 826.984375 815.375 842.0625 c 0 + 850.21875 857.0625 889.4375 864.5625 932.875 864.5625 c 0 + 991.15625 864.5625 1039.90625 851.828125 1079.28125 826.203125 c 0 + 1118.65625 800.578125 1149.59375 762.84375 1171.9375 712.921875 c 1 + 1141.57324219 696.28125 1111.20800781 679.640625 1080.84375 663 c 1 + 1069.28125 695.03125 1051.46875 720.421875 1027.5625 739.328125 c 0 + 1003.5 758.234375 971.9375 767.609375 932.875 767.609375 c 0 + 881.15625 767.609375 840.375 750.03125 811 714.875 c 0 + 781.625 679.640625 766.78125 630.96875 766.78125 568.9375 c 1 + 766.78125 535.004882812 766.78125 501.073242188 766.78125 467.140625 c 1 + 766.78125 405.109375 781.625 356.4375 811 321.203125 c 0 + 840.375 286.046875 881.15625 268.46875 932.875 268.46875 c 0 + 973.1875 268.46875 1006 278.859375 1031.3125 299.640625 c 0 + 1056.625 320.421875 1075.375 347.140625 1087.5625 379.796875 c 1 + 1116.67675781 362.192382812 1145.79199219 344.588867188 1174.90625 326.984375 c 1 + 1152.40625 278.390625 1121.15625 240.265625 1080.84375 212.765625 c 0 + 1040.375 185.265625 991.15625 171.515625 932.875 171.515625 c 0 +1321.46875 183 m 1 + 1321.46875 406.359375 1321.46875 629.71875 1321.46875 853.078125 c 1 + 1464.48925781 853.078125 1607.51074219 853.078125 1750.53125 853.078125 c 1 + 1750.53125 821.073242188 1750.53125 789.067382812 1750.53125 757.0625 c 1 + 1643.65625 757.0625 1536.78125 757.0625 1429.90625 757.0625 c 1 + 1429.90625 694.979492188 1429.90625 632.895507812 1429.90625 570.8125 c 1 + 1526.88574219 570.8125 1623.86425781 570.8125 1720.84375 570.8125 c 1 + 1720.84375 538.833007812 1720.84375 506.854492188 1720.84375 474.875 c 1 + 1623.86425781 474.875 1526.88574219 474.875 1429.90625 474.875 c 1xbf + 1429.90625 409.588867188 1429.90625 344.301757812 1429.90625 279.015625 c 1 + 1536.78125 279.015625 1643.65625 279.015625 1750.53125 279.015625 c 1 + 1750.53125 247.010742188 1750.53125 215.004882812 1750.53125 183 c 1 + 1607.51074219 183 1464.48925781 183 1321.46875 183 c 1 EndSplineSet EndChar StartChar: uniE106 Encoding: 57606 57606 7 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 370.958 116.406<389.164 636.43> 856.993 124.805<499.082 527.573> -VStem: 145.609 137.891<144.2 282.091> 745.609 141.602<144.2 285.802> 1220.41 135.547<144.2 537.633> -DStem2: 145.609 144.2 283.5 144.2 0.303392 0.952866<41.8349 280.126 400.882 789.887> 601.664 981.8 516.312 856.993 0.306233 -0.951957<92.6712 481.326> 1087.21 981.8 932.328 981.8 0.479431 -0.877579<0 425.309> 1294.83 608.556 1355.96 476.622 0.477305 0.878738<0 424.748> +VWidth: 1687 +Flags: W +HStem: 325.958 116.406<389.164 636.43> 811.993 124.805<499.082 527.573> +VStem: 145.609 137.891<99.2002 237.091> 745.609 141.602<99.2002 240.802> 1220.41 135.547<99.2002 492.633> +DStem2: 145.609 99.2002 283.5 99.2002 0.303392 0.952866<41.8349 280.126 400.882 789.887> 601.664 936.798 516.312 811.993 0.306233 -0.951957<92.6712 481.326 602.427 841.437> 1087.21 936.798 932.328 936.798 0.479431 -0.877579<0 425.309> 1294.83 563.556 1355.96 431.622 0.477305 0.878738<0 424.748> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 430.958 116.406<389.164 636.43> 916.993 124.805<499.082 527.573> -VStem: 145.609 137.891<204.2 342.091> 745.609 141.602<204.2 345.802> 1220.41 135.547<204.2 597.633> -DStem2: 145.609 204.2 283.5 204.2 0.303392 0.952866<41.8349 280.126 400.882 789.887> 601.664 1041.8 516.312 916.993 0.306233 -0.951957<92.6712 481.326> 1087.21 1041.8 932.328 1041.8 0.479431 -0.877579<0 425.309> 1294.83 668.556 1355.96 536.622 0.477305 0.878738<0 424.748> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -745.609375 144.200195312 m 1 - 720.4140625 219.786132812 695.21875 295.372070312 670.0234375 370.958007812 c 1 - 565.596679688 370.958007812 461.168945312 370.958007812 356.7421875 370.958007812 c 1 - 332.328125 295.372070312 307.9140625 219.786132812 283.5 144.200195312 c 1 - 237.536132812 144.200195312 191.573242188 144.200195312 145.609375 144.200195312 c 1 - 240.791992188 423.399414062 335.973632812 702.598632812 431.15625 981.797851562 c 1 - 487.9921875 981.797851562 544.828125 981.797851562 601.6640625 981.797851562 c 1 - 696.846679688 702.598632812 792.028320312 423.399414062 887.2109375 144.200195312 c 1 - 840.010742188 144.200195312 792.809570312 144.200195312 745.609375 144.200195312 c 1 -516.3125 856.993164062 m 1 - 514.359375 856.993164062 512.40625 856.993164062 510.453125 856.993164062 c 1 - 470.0234375 733.783203125 429.59375 610.573242188 389.1640625 487.364257812 c 1 - 471.5859375 487.364257812 554.0078125 487.364257812 636.4296875 487.364257812 c 1 - 596.390625 610.573242188 556.3515625 733.783203125 516.3125 856.993164062 c 1 -1220.4140625 144.200195312 m 1 - 1220.4140625 254.193359375 1220.4140625 364.186523438 1220.4140625 474.180664062 c 1 - 1124.38574219 643.385742188 1028.35644531 812.591796875 932.328125 981.797851562 c 1 - 983.956054688 981.797851562 1035.58300781 981.797851562 1087.2109375 981.797851562 c 1 - 1155.1796875 857.383789062 1223.1484375 732.969726562 1291.1171875 608.555664062 c 1 - 1292.35449219 608.555664062 1293.59082031 608.555664062 1294.828125 608.555664062 c 1 - 1362.40625 732.969726562 1429.984375 857.383789062 1497.5625 981.797851562 c 1 - 1547.171875 981.797851562 1596.78125 981.797851562 1646.390625 981.797851562 c 1 - 1549.58105469 813.405273438 1452.77050781 645.013671875 1355.9609375 476.622070312 c 1 - 1355.9609375 365.814453125 1355.9609375 255.006835938 1355.9609375 144.200195312 c 1 - 1310.77832031 144.200195312 1265.59667969 144.200195312 1220.4140625 144.200195312 c 1 +745.609375 99.2001953125 m 1 + 720.4140625 174.786132812 695.21875 250.372070312 670.0234375 325.958007812 c 1 + 565.596679688 325.958007812 461.168945312 325.958007812 356.7421875 325.958007812 c 1 + 332.328125 250.372070312 307.9140625 174.786132812 283.5 99.2001953125 c 1 + 237.536132812 99.2001953125 191.573242188 99.2001953125 145.609375 99.2001953125 c 1 + 240.791992188 378.399414062 335.973632812 657.598632812 431.15625 936.797851562 c 1 + 487.9921875 936.797851562 544.828125 936.797851562 601.6640625 936.797851562 c 1 + 696.846679688 657.598632812 792.028320312 378.399414062 887.2109375 99.2001953125 c 1 + 840.010742188 99.2001953125 792.809570312 99.2001953125 745.609375 99.2001953125 c 1 +516.3125 811.993164062 m 1 + 514.359375 811.993164062 512.40625 811.993164062 510.453125 811.993164062 c 1 + 470.0234375 688.783203125 429.59375 565.573242188 389.1640625 442.364257812 c 1 + 471.5859375 442.364257812 554.0078125 442.364257812 636.4296875 442.364257812 c 1 + 596.390625 565.573242188 556.3515625 688.783203125 516.3125 811.993164062 c 1 +1220.4140625 99.2001953125 m 1 + 1220.4140625 209.193359375 1220.4140625 319.186523438 1220.4140625 429.180664062 c 1 + 1124.38574219 598.385742188 1028.35644531 767.591796875 932.328125 936.797851562 c 1 + 983.956054688 936.797851562 1035.58300781 936.797851562 1087.2109375 936.797851562 c 1 + 1155.1796875 812.383789062 1223.1484375 687.969726562 1291.1171875 563.555664062 c 1 + 1292.35449219 563.555664062 1293.59082031 563.555664062 1294.828125 563.555664062 c 1 + 1362.40625 687.969726562 1429.984375 812.383789062 1497.5625 936.797851562 c 1 + 1547.171875 936.797851562 1596.78125 936.797851562 1646.390625 936.797851562 c 1 + 1549.58105469 768.405273438 1452.77050781 600.013671875 1355.9609375 431.622070312 c 1 + 1355.9609375 320.814453125 1355.9609375 210.006835938 1355.9609375 99.2001953125 c 1 + 1310.77832031 99.2001953125 1265.59667969 99.2001953125 1220.4140625 99.2001953125 c 1 EndSplineSet EndChar StartChar: uniE107 Encoding: 57607 57607 8 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 91.1719<486.344 688.342 1095.48 1270.78> 105.576 92.1094<518.508 677.882> 393.545 91.1719<497.902 685.553 1095.48 1270.78> 657.686 87.3438<530.171 727.317> 915.889 87.3438<1092.63 1259.92> 975.42 83.5156<544.742 712.82> 1263.39 87.3438<537.628 719.903 1093.28 1280.94> -VStem: 388.742 113.281<773.719 946.73> 408.898 105.625<1083.68 1238.65> 708.586 114.219<224.923 368.321> 722.023 112.344<-86.9403 77.853> 743.039 105.547<1083.68 1238.65> 755.461 113.281<773.719 946.73> 940.305 115.156<-76.3001 352.598 1036.11 1229.56> 1310.85 115.156<-77.1032 353.491 1035.46 1230.29> +VWidth: 1687 +Flags: W +HStem: -253.33 91.1719<486.344 688.342 1095.48 1270.78> 60.5762 92.1094<518.508 677.882> 348.545 91.1719<497.902 685.553 1095.48 1270.78> 612.686 87.3438<530.171 727.317> 870.889 87.3438<1092.63 1259.92> 930.42 83.5156<544.742 712.82> 1218.39 87.3438<537.628 719.903 1093.28 1280.94> +VStem: 388.742 113.281<728.719 901.73> 408.898 105.625<1038.68 1193.65> 708.586 114.219<179.923 323.321> 722.023 112.344<-131.94 32.8528> 743.039 105.547<1038.68 1193.65> 755.461 113.281<728.719 901.73> 940.305 115.156<-121.3 307.598 991.115 1184.56> 1310.85 115.156<-122.103 308.491 990.464 1185.29> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 91.1719<486.344 688.342 1095.48 1270.78> 165.576 92.1094<518.508 677.882> 453.545 91.1719<497.902 685.553 1095.48 1270.78> 717.686 87.3438<530.171 727.317> 975.889 87.3438<1092.63 1259.92> 1035.42 83.5156<544.742 712.82> 1323.39 87.3438<537.628 719.903 1093.28 1280.94> -VStem: 388.742 113.281<833.719 1006.73> 408.898 105.625<1143.68 1298.65> 708.586 114.219<284.923 428.321> 722.023 112.344<-26.9403 137.853> 743.039 105.547<1143.68 1298.65> 755.461 113.281<833.719 1006.73> 940.305 115.156<-16.3001 412.598 1096.11 1289.56> 1310.85 115.156<-17.1032 413.491 1095.46 1290.29> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -586.6328125 197.685546875 m 1xf226 - 628.2734375 197.685546875 658.9765625 206.513671875 678.8203125 224.091796875 c 0 - 698.6640625 241.748046875 708.5859375 264.248046875 708.5859375 291.826171875 c 1 - 708.5859375 294.065429688 708.5859375 296.305664062 708.5859375 298.544921875 c 1 - 708.5859375 329.248046875 698.9765625 352.763671875 679.7578125 369.091796875 c 0 - 660.6171875 385.419921875 634.6796875 393.544921875 602.0234375 393.544921875 c 0 - 569.9921875 393.544921875 542.8046875 386.357421875 520.4609375 371.982421875 c 0 - 498.0390625 357.529296875 479.1328125 337.529296875 463.8203125 311.982421875 c 1 - 439.809570312 332.763671875 415.799804688 353.544921875 391.7890625 374.326171875 c 1 - 402.0234375 389.091796875 413.5859375 403.154296875 426.3203125 416.591796875 c 0 - 439.1328125 430.029296875 454.2109375 441.748046875 471.4765625 451.669921875 c 0 - 488.7421875 461.591796875 508.2734375 469.560546875 529.9921875 475.654296875 c 0 - 551.7890625 481.748046875 576.7109375 484.716796875 604.9140625 484.716796875 c 0 - 636.2421875 484.716796875 665.3828125 480.888671875 692.2578125 473.232421875 c 0 - 719.1328125 465.576171875 742.1796875 454.169921875 761.3984375 439.169921875 c 0 - 780.6171875 424.091796875 795.6171875 405.888671875 806.4765625 384.404296875 c 0 - 817.4140625 362.998046875 822.8046875 338.857421875 822.8046875 311.982421875 c 0xf246 - 822.8046875 290.810546875 819.4453125 271.669921875 812.7265625 254.326171875 c 0 - 806.0078125 237.060546875 796.7109375 221.904296875 784.9140625 208.779296875 c 0 - 773.0390625 195.654296875 759.2890625 184.951171875 743.6640625 176.591796875 c 0 - 727.9609375 168.310546875 711.4765625 162.216796875 694.2109375 158.388671875 c 1 - 694.2109375 156.774414062 694.2109375 155.159179688 694.2109375 153.544921875 c 1 - 713.3515625 149.716796875 731.4765625 143.466796875 748.4296875 134.873046875 c 0 - 765.3828125 126.201171875 780.3046875 115.029296875 793.0390625 101.201171875 c 0 - 805.8515625 87.451171875 815.9296875 71.123046875 823.2734375 52.294921875 c 0 - 830.6953125 33.388671875 834.3671875 11.826171875 834.3671875 -12.548828125 c 0 - 834.3671875 -42.001953125 828.5859375 -68.720703125 817.1015625 -92.705078125 c 0 - 805.5390625 -116.689453125 789.3671875 -137.314453125 768.5859375 -154.580078125 c 0 - 747.8046875 -171.923828125 722.6484375 -185.126953125 693.1953125 -194.423828125 c 0 - 663.8203125 -203.720703125 631.1640625 -208.330078125 595.3046875 -208.330078125 c 0 - 563.9765625 -208.330078125 536.3984375 -204.970703125 512.7265625 -198.251953125 c 0 - 489.0546875 -191.533203125 468.1171875 -182.626953125 449.8359375 -171.376953125 c 0 - 431.6328125 -160.205078125 415.6171875 -147.392578125 401.8671875 -133.017578125 c 0 - 388.1171875 -118.642578125 376.0859375 -103.720703125 365.8515625 -88.330078125 c 1 - 392.4140625 -67.548828125 418.9765625 -46.767578125 445.5390625 -25.986328125 c 1 - 453.8984375 -39.423828125 462.6484375 -51.689453125 471.9453125 -62.939453125 c 0 - 481.2421875 -74.111328125 491.7890625 -83.720703125 503.6640625 -91.689453125 c 0 - 515.4609375 -99.736328125 528.8984375 -105.986328125 543.9765625 -110.439453125 c 0 - 558.9765625 -114.892578125 576.0859375 -117.158203125 595.3046875 -117.158203125 c 0 - 636.2421875 -117.158203125 667.6484375 -107.392578125 689.3671875 -87.861328125 c 0 - 711.1640625 -68.330078125 722.0234375 -41.298828125 722.0234375 -6.767578125 c 1 - 722.0234375 -4.5283203125 722.0234375 -2.2880859375 722.0234375 -0.048828125 c 1 - 722.0234375 34.482421875 710.5390625 60.732421875 687.4921875 78.701171875 c 0 - 664.4453125 96.591796875 631.7890625 105.576171875 589.5234375 105.576171875 c 1 - 565.8515625 105.576171875 542.1796875 105.576171875 518.5078125 105.576171875 c 1 - 518.5078125 136.279296875 518.5078125 166.982421875 518.5078125 197.685546875 c 1 - 541.215820312 197.685546875 563.924804688 197.685546875 586.6328125 197.685546875 c 1xf226 -1183.1171875 -208.330078125 m 0 - 1141.5546875 -208.330078125 1105.3828125 -200.517578125 1074.6796875 -184.814453125 c 0 - 1043.9765625 -169.189453125 1018.6640625 -146.611328125 998.8203125 -117.158203125 c 0 - 978.9765625 -87.705078125 964.2890625 -51.533203125 954.6796875 -8.720703125 c 0 - 945.0703125 34.169921875 940.3046875 83.154296875 940.3046875 138.232421875 c 0 - 940.3046875 192.607421875 945.0703125 241.357421875 954.6796875 284.560546875 c 0 - 964.2890625 327.763671875 978.9765625 364.091796875 998.8203125 393.544921875 c 0 - 1018.6640625 422.998046875 1043.9765625 445.576171875 1074.6796875 461.201171875 c 0 - 1105.3828125 476.904296875 1141.5546875 484.716796875 1183.1171875 484.716796875 c 0 - 1266.3203125 484.716796875 1327.6484375 454.326171875 1367.0234375 393.544921875 c 0 - 1406.3203125 332.763671875 1426.0078125 247.607421875 1426.0078125 138.232421875 c 256 - 1426.0078125 28.779296875 1406.3203125 -56.376953125 1367.0234375 -117.158203125 c 0 - 1327.6484375 -177.939453125 1266.3203125 -208.330078125 1183.1171875 -208.330078125 c 0 -1183.1171875 -116.220703125 m 256 - 1206.1640625 -116.220703125 1225.8515625 -111.533203125 1242.1796875 -102.314453125 c 0 - 1258.5078125 -93.017578125 1271.7890625 -79.736328125 1282.0234375 -62.470703125 c 0 - 1292.2578125 -45.126953125 1299.6015625 -24.501953125 1304.1328125 -0.517578125 c 0 - 1308.5859375 23.466796875 1310.8515625 50.185546875 1310.8515625 79.638671875 c 1 - 1310.8515625 118.674804688 1310.8515625 157.711914062 1310.8515625 196.748046875 c 1 - 1310.8515625 226.201171875 1308.5859375 252.919921875 1304.1328125 276.904296875 c 0 - 1299.6015625 300.888671875 1292.2578125 321.591796875 1282.0234375 338.857421875 c 0 - 1271.7890625 356.123046875 1258.5078125 369.404296875 1242.1796875 378.701171875 c 0 - 1225.8515625 387.919921875 1206.1640625 392.607421875 1183.1171875 392.607421875 c 256 - 1160.0703125 392.607421875 1140.4609375 387.919921875 1124.1328125 378.701171875 c 0 - 1107.8046875 369.404296875 1094.5234375 356.123046875 1084.2890625 338.857421875 c 0 - 1074.0546875 321.591796875 1066.6328125 300.888671875 1062.1796875 276.904296875 c 0 - 1057.7265625 252.919921875 1055.4609375 226.201171875 1055.4609375 196.748046875 c 1 - 1055.4609375 157.711914062 1055.4609375 118.674804688 1055.4609375 79.638671875 c 1 - 1055.4609375 50.185546875 1057.7265625 23.466796875 1062.1796875 -0.517578125 c 0 - 1066.6328125 -24.501953125 1074.0546875 -45.126953125 1084.2890625 -62.470703125 c 0 - 1094.5234375 -79.736328125 1107.8046875 -93.017578125 1124.1328125 -102.314453125 c 0 - 1140.4609375 -111.533203125 1160.0703125 -116.220703125 1183.1171875 -116.220703125 c 256 -628.7421875 657.685546875 m 256 - 589.7578125 657.685546875 555.3046875 662.607421875 525.5390625 672.529296875 c 0 - 495.8515625 682.451171875 470.8515625 696.044921875 450.6953125 713.310546875 c 0 - 430.5390625 730.576171875 415.1484375 751.123046875 404.6015625 774.794921875 c 0 - 394.0546875 798.466796875 388.7421875 824.013671875 388.7421875 851.591796875 c 0xf30e - 388.7421875 896.357421875 401.0859375 932.373046875 425.6953125 959.560546875 c 0 - 450.3828125 986.748046875 482.8828125 1005.81054688 523.1953125 1016.66992188 c 1 - 523.1953125 1019.24804688 523.1953125 1021.82617188 523.1953125 1024.40429688 c 1 - 488.5859375 1036.51367188 460.9296875 1055.73242188 440.1484375 1081.98242188 c 0 - 419.3671875 1108.23242188 408.8984375 1140.49804688 408.8984375 1178.93554688 c 0 - 408.8984375 1204.56054688 413.8984375 1227.91992188 423.8203125 1249.01367188 c 0 - 433.7421875 1270.10742188 447.9609375 1288.23242188 466.5546875 1303.23242188 c 0 - 485.0703125 1318.31054688 508.1171875 1329.95117188 535.6171875 1338.31054688 c 0 - 563.1953125 1346.59179688 594.2109375 1350.73242188 628.7421875 1350.73242188 c 256 - 663.3515625 1350.73242188 694.3671875 1346.59179688 721.8671875 1338.31054688 c 0 - 749.4453125 1329.95117188 772.4921875 1318.31054688 791.0078125 1303.23242188 c 0 - 809.6015625 1288.23242188 823.8203125 1270.10742188 833.7421875 1249.01367188 c 0 - 843.6640625 1227.91992188 848.5859375 1204.56054688 848.5859375 1178.93554688 c 0xf296 - 848.5859375 1140.49804688 838.1953125 1108.23242188 817.4140625 1081.98242188 c 0 - 796.6328125 1055.73242188 768.8984375 1036.51367188 734.3671875 1024.40429688 c 1 - 734.3671875 1021.82617188 734.3671875 1019.24804688 734.3671875 1016.66992188 c 1 - 774.6796875 1005.81054688 807.1796875 986.748046875 831.7890625 959.560546875 c 0 - 856.4765625 932.373046875 868.7421875 896.357421875 868.7421875 851.591796875 c 0xf20e - 868.7421875 824.013671875 863.5078125 798.466796875 852.9609375 774.794921875 c 0 - 842.3359375 751.123046875 827.0234375 730.576171875 806.8671875 713.310546875 c 0 - 786.7109375 696.044921875 761.7109375 682.451171875 731.9453125 672.529296875 c 0 - 702.1796875 662.607421875 667.8046875 657.685546875 628.7421875 657.685546875 c 256 -628.7421875 745.029296875 m 256 - 669.0546875 745.029296875 700.3046875 754.326171875 722.3359375 772.841796875 c 0 - 744.4453125 791.435546875 755.4609375 817.294921875 755.4609375 850.576171875 c 1 - 755.4609375 856.982421875 755.4609375 863.388671875 755.4609375 869.794921875 c 1 - 755.4609375 903.076171875 744.4453125 929.013671875 722.3359375 947.607421875 c 0 - 700.3046875 966.123046875 669.0546875 975.419921875 628.7421875 975.419921875 c 256xf70e - 588.4296875 975.419921875 557.2578125 966.123046875 535.1484375 947.607421875 c 0 - 513.1171875 929.013671875 502.0234375 903.076171875 502.0234375 869.794921875 c 1 - 502.0234375 863.388671875 502.0234375 856.982421875 502.0234375 850.576171875 c 1 - 502.0234375 817.294921875 513.1171875 791.435546875 535.1484375 772.841796875 c 0 - 557.2578125 754.326171875 588.4296875 745.029296875 628.7421875 745.029296875 c 256 -628.7421875 1058.93554688 m 256 - 665.9296875 1058.93554688 694.2109375 1066.90429688 713.7421875 1082.91992188 c 0 - 733.2734375 1098.93554688 743.0390625 1122.29492188 743.0390625 1152.99804688 c 1 - 743.0390625 1158.44042969 743.0390625 1163.88378906 743.0390625 1169.32617188 c 1 - 743.0390625 1200.02929688 733.2734375 1223.38867188 713.7421875 1239.40429688 c 0 - 694.2109375 1255.41992188 665.9296875 1263.38867188 628.7421875 1263.38867188 c 256 - 591.6328125 1263.38867188 563.3515625 1255.41992188 543.8203125 1239.40429688 c 0 - 524.2890625 1223.38867188 514.5234375 1200.02929688 514.5234375 1169.32617188 c 1 - 514.5234375 1163.88378906 514.5234375 1158.44042969 514.5234375 1152.99804688 c 1xf696 - 514.5234375 1122.29492188 524.2890625 1098.93554688 543.8203125 1082.91992188 c 0 - 563.3515625 1066.90429688 591.6328125 1058.93554688 628.7421875 1058.93554688 c 256 -1423.0390625 1089.63867188 m 0 - 1423.0390625 1041.04492188 1415.6171875 995.263671875 1400.9296875 952.373046875 c 0 - 1386.2421875 909.482421875 1367.3359375 870.107421875 1344.2890625 834.326171875 c 0 - 1321.2421875 798.466796875 1295.4609375 766.435546875 1267.0234375 738.310546875 c 0 - 1238.5078125 710.107421875 1210.5390625 687.060546875 1183.0390625 669.169921875 c 1 - 1135.01855469 669.169921875 1086.99707031 669.169921875 1038.9765625 669.169921875 c 1 - 1076.7890625 696.669921875 1110.6953125 723.232421875 1140.7734375 748.857421875 c 0 - 1170.8515625 774.482421875 1197.1015625 800.654296875 1219.5234375 827.607421875 c 0 - 1241.8671875 854.482421875 1260.6171875 882.919921875 1275.6171875 912.998046875 c 0 - 1290.6953125 943.076171875 1302.3359375 976.044921875 1310.6953125 1011.90429688 c 1 - 1308.45605469 1012.52929688 1306.21582031 1013.15429688 1303.9765625 1013.77929688 c 1 - 1296.9453125 1000.34179688 1288.7421875 987.763671875 1279.5234375 975.888671875 c 0 - 1270.2265625 964.013671875 1259.3671875 953.623046875 1246.8671875 944.716796875 c 0 - 1234.3671875 935.732421875 1220.1484375 928.701171875 1204.1328125 923.544921875 c 0 - 1188.1171875 918.466796875 1169.6015625 915.888671875 1148.4296875 915.888671875 c 0xfa06 - 1120.3046875 915.888671875 1094.2109375 920.654296875 1070.2265625 930.263671875 c 0 - 1046.2421875 939.873046875 1025.3828125 953.779296875 1007.8046875 972.060546875 c 0 - 990.2265625 990.263671875 976.4765625 1012.06054688 966.5546875 1037.29492188 c 0 - 956.6328125 1062.60742188 951.6328125 1091.27929688 951.6328125 1123.23242188 c 0 - 951.6328125 1156.51367188 957.2578125 1187.21679688 968.4296875 1215.41992188 c 0 - 979.6796875 1243.54492188 995.4609375 1267.60742188 1016.0078125 1287.37304688 c 0 - 1036.4765625 1307.21679688 1061.0859375 1322.76367188 1089.9140625 1333.93554688 c 0 - 1118.6640625 1345.18554688 1151.0078125 1350.73242188 1186.8671875 1350.73242188 c 0 - 1223.9765625 1350.73242188 1257.1015625 1344.71679688 1286.2421875 1332.52929688 c 0 - 1315.3046875 1320.34179688 1339.9921875 1302.91992188 1360.1484375 1280.18554688 c 0 - 1380.3046875 1257.45117188 1395.8515625 1230.10742188 1406.7109375 1198.15429688 c 0 - 1417.5703125 1166.12304688 1423.0390625 1129.95117188 1423.0390625 1089.63867188 c 0 -1186.8671875 1003.23242188 m 256 - 1225.9296875 1003.23242188 1256.3203125 1013.62304688 1278.0390625 1034.48242188 c 0 - 1299.8359375 1055.26367188 1310.6953125 1085.81054688 1310.6953125 1126.12304688 c 1 - 1310.6953125 1130.60253906 1310.6953125 1135.08105469 1310.6953125 1139.56054688 c 1 - 1310.6953125 1179.87304688 1299.8359375 1210.41992188 1278.0390625 1231.27929688 c 0 - 1256.3203125 1252.06054688 1225.9296875 1262.45117188 1186.8671875 1262.45117188 c 256 - 1147.8046875 1262.45117188 1117.4140625 1252.06054688 1095.6171875 1231.27929688 c 0 - 1073.8984375 1210.41992188 1063.0390625 1179.87304688 1063.0390625 1139.56054688 c 1 - 1063.0390625 1135.08105469 1063.0390625 1130.60253906 1063.0390625 1126.12304688 c 1 - 1063.0390625 1085.81054688 1073.8984375 1055.26367188 1095.6171875 1034.48242188 c 0 - 1117.4140625 1013.62304688 1147.8046875 1003.23242188 1186.8671875 1003.23242188 c 256 +586.6328125 152.685546875 m 1xf226 + 628.2734375 152.685546875 658.9765625 161.513671875 678.8203125 179.091796875 c 0 + 698.6640625 196.748046875 708.5859375 219.248046875 708.5859375 246.826171875 c 1 + 708.5859375 249.065429688 708.5859375 251.305664062 708.5859375 253.544921875 c 1 + 708.5859375 284.248046875 698.9765625 307.763671875 679.7578125 324.091796875 c 0 + 660.6171875 340.419921875 634.6796875 348.544921875 602.0234375 348.544921875 c 0 + 569.9921875 348.544921875 542.8046875 341.357421875 520.4609375 326.982421875 c 0 + 498.0390625 312.529296875 479.1328125 292.529296875 463.8203125 266.982421875 c 1 + 439.809570312 287.763671875 415.799804688 308.544921875 391.7890625 329.326171875 c 1 + 402.0234375 344.091796875 413.5859375 358.154296875 426.3203125 371.591796875 c 0 + 439.1328125 385.029296875 454.2109375 396.748046875 471.4765625 406.669921875 c 0 + 488.7421875 416.591796875 508.2734375 424.560546875 529.9921875 430.654296875 c 0 + 551.7890625 436.748046875 576.7109375 439.716796875 604.9140625 439.716796875 c 0 + 636.2421875 439.716796875 665.3828125 435.888671875 692.2578125 428.232421875 c 0 + 719.1328125 420.576171875 742.1796875 409.169921875 761.3984375 394.169921875 c 0 + 780.6171875 379.091796875 795.6171875 360.888671875 806.4765625 339.404296875 c 0 + 817.4140625 317.998046875 822.8046875 293.857421875 822.8046875 266.982421875 c 0xf246 + 822.8046875 245.810546875 819.4453125 226.669921875 812.7265625 209.326171875 c 0 + 806.0078125 192.060546875 796.7109375 176.904296875 784.9140625 163.779296875 c 0 + 773.0390625 150.654296875 759.2890625 139.951171875 743.6640625 131.591796875 c 0 + 727.9609375 123.310546875 711.4765625 117.216796875 694.2109375 113.388671875 c 1 + 694.2109375 111.774414062 694.2109375 110.159179688 694.2109375 108.544921875 c 1 + 713.3515625 104.716796875 731.4765625 98.466796875 748.4296875 89.873046875 c 0 + 765.3828125 81.201171875 780.3046875 70.029296875 793.0390625 56.201171875 c 0 + 805.8515625 42.451171875 815.9296875 26.123046875 823.2734375 7.294921875 c 0 + 830.6953125 -11.611328125 834.3671875 -33.173828125 834.3671875 -57.548828125 c 0 + 834.3671875 -87.001953125 828.5859375 -113.720703125 817.1015625 -137.705078125 c 0 + 805.5390625 -161.689453125 789.3671875 -182.314453125 768.5859375 -199.580078125 c 0 + 747.8046875 -216.923828125 722.6484375 -230.126953125 693.1953125 -239.423828125 c 0 + 663.8203125 -248.720703125 631.1640625 -253.330078125 595.3046875 -253.330078125 c 0 + 563.9765625 -253.330078125 536.3984375 -249.970703125 512.7265625 -243.251953125 c 0 + 489.0546875 -236.533203125 468.1171875 -227.626953125 449.8359375 -216.376953125 c 0 + 431.6328125 -205.205078125 415.6171875 -192.392578125 401.8671875 -178.017578125 c 0 + 388.1171875 -163.642578125 376.0859375 -148.720703125 365.8515625 -133.330078125 c 1 + 392.4140625 -112.548828125 418.9765625 -91.767578125 445.5390625 -70.986328125 c 1 + 453.8984375 -84.423828125 462.6484375 -96.689453125 471.9453125 -107.939453125 c 0 + 481.2421875 -119.111328125 491.7890625 -128.720703125 503.6640625 -136.689453125 c 0 + 515.4609375 -144.736328125 528.8984375 -150.986328125 543.9765625 -155.439453125 c 0 + 558.9765625 -159.892578125 576.0859375 -162.158203125 595.3046875 -162.158203125 c 0 + 636.2421875 -162.158203125 667.6484375 -152.392578125 689.3671875 -132.861328125 c 0 + 711.1640625 -113.330078125 722.0234375 -86.298828125 722.0234375 -51.767578125 c 1 + 722.0234375 -49.5283203125 722.0234375 -47.2880859375 722.0234375 -45.048828125 c 1 + 722.0234375 -10.517578125 710.5390625 15.732421875 687.4921875 33.701171875 c 0 + 664.4453125 51.591796875 631.7890625 60.576171875 589.5234375 60.576171875 c 1 + 565.8515625 60.576171875 542.1796875 60.576171875 518.5078125 60.576171875 c 1 + 518.5078125 91.279296875 518.5078125 121.982421875 518.5078125 152.685546875 c 1 + 541.215820312 152.685546875 563.924804688 152.685546875 586.6328125 152.685546875 c 1xf226 +1183.1171875 -253.330078125 m 0 + 1141.5546875 -253.330078125 1105.3828125 -245.517578125 1074.6796875 -229.814453125 c 0 + 1043.9765625 -214.189453125 1018.6640625 -191.611328125 998.8203125 -162.158203125 c 0 + 978.9765625 -132.705078125 964.2890625 -96.533203125 954.6796875 -53.720703125 c 0 + 945.0703125 -10.830078125 940.3046875 38.154296875 940.3046875 93.232421875 c 0 + 940.3046875 147.607421875 945.0703125 196.357421875 954.6796875 239.560546875 c 0 + 964.2890625 282.763671875 978.9765625 319.091796875 998.8203125 348.544921875 c 0 + 1018.6640625 377.998046875 1043.9765625 400.576171875 1074.6796875 416.201171875 c 0 + 1105.3828125 431.904296875 1141.5546875 439.716796875 1183.1171875 439.716796875 c 0 + 1266.3203125 439.716796875 1327.6484375 409.326171875 1367.0234375 348.544921875 c 0 + 1406.3203125 287.763671875 1426.0078125 202.607421875 1426.0078125 93.232421875 c 256 + 1426.0078125 -16.220703125 1406.3203125 -101.376953125 1367.0234375 -162.158203125 c 0 + 1327.6484375 -222.939453125 1266.3203125 -253.330078125 1183.1171875 -253.330078125 c 0 +1183.1171875 -161.220703125 m 256 + 1206.1640625 -161.220703125 1225.8515625 -156.533203125 1242.1796875 -147.314453125 c 0 + 1258.5078125 -138.017578125 1271.7890625 -124.736328125 1282.0234375 -107.470703125 c 0 + 1292.2578125 -90.126953125 1299.6015625 -69.501953125 1304.1328125 -45.517578125 c 0 + 1308.5859375 -21.533203125 1310.8515625 5.185546875 1310.8515625 34.638671875 c 1 + 1310.8515625 73.6748046875 1310.8515625 112.711914062 1310.8515625 151.748046875 c 1 + 1310.8515625 181.201171875 1308.5859375 207.919921875 1304.1328125 231.904296875 c 0 + 1299.6015625 255.888671875 1292.2578125 276.591796875 1282.0234375 293.857421875 c 0 + 1271.7890625 311.123046875 1258.5078125 324.404296875 1242.1796875 333.701171875 c 0 + 1225.8515625 342.919921875 1206.1640625 347.607421875 1183.1171875 347.607421875 c 256 + 1160.0703125 347.607421875 1140.4609375 342.919921875 1124.1328125 333.701171875 c 0 + 1107.8046875 324.404296875 1094.5234375 311.123046875 1084.2890625 293.857421875 c 0 + 1074.0546875 276.591796875 1066.6328125 255.888671875 1062.1796875 231.904296875 c 0 + 1057.7265625 207.919921875 1055.4609375 181.201171875 1055.4609375 151.748046875 c 1 + 1055.4609375 112.711914062 1055.4609375 73.6748046875 1055.4609375 34.638671875 c 1 + 1055.4609375 5.185546875 1057.7265625 -21.533203125 1062.1796875 -45.517578125 c 0 + 1066.6328125 -69.501953125 1074.0546875 -90.126953125 1084.2890625 -107.470703125 c 0 + 1094.5234375 -124.736328125 1107.8046875 -138.017578125 1124.1328125 -147.314453125 c 0 + 1140.4609375 -156.533203125 1160.0703125 -161.220703125 1183.1171875 -161.220703125 c 256 +628.7421875 612.685546875 m 256 + 589.7578125 612.685546875 555.3046875 617.607421875 525.5390625 627.529296875 c 0 + 495.8515625 637.451171875 470.8515625 651.044921875 450.6953125 668.310546875 c 0 + 430.5390625 685.576171875 415.1484375 706.123046875 404.6015625 729.794921875 c 0 + 394.0546875 753.466796875 388.7421875 779.013671875 388.7421875 806.591796875 c 0xf30e + 388.7421875 851.357421875 401.0859375 887.373046875 425.6953125 914.560546875 c 0 + 450.3828125 941.748046875 482.8828125 960.810546875 523.1953125 971.669921875 c 1 + 523.1953125 974.248046875 523.1953125 976.826171875 523.1953125 979.404296875 c 1 + 488.5859375 991.513671875 460.9296875 1010.73242188 440.1484375 1036.98242188 c 0 + 419.3671875 1063.23242188 408.8984375 1095.49804688 408.8984375 1133.93554688 c 0 + 408.8984375 1159.56054688 413.8984375 1182.91992188 423.8203125 1204.01367188 c 0 + 433.7421875 1225.10742188 447.9609375 1243.23242188 466.5546875 1258.23242188 c 0 + 485.0703125 1273.31054688 508.1171875 1284.95117188 535.6171875 1293.31054688 c 0 + 563.1953125 1301.59179688 594.2109375 1305.73242188 628.7421875 1305.73242188 c 256 + 663.3515625 1305.73242188 694.3671875 1301.59179688 721.8671875 1293.31054688 c 0 + 749.4453125 1284.95117188 772.4921875 1273.31054688 791.0078125 1258.23242188 c 0 + 809.6015625 1243.23242188 823.8203125 1225.10742188 833.7421875 1204.01367188 c 0 + 843.6640625 1182.91992188 848.5859375 1159.56054688 848.5859375 1133.93554688 c 0xf296 + 848.5859375 1095.49804688 838.1953125 1063.23242188 817.4140625 1036.98242188 c 0 + 796.6328125 1010.73242188 768.8984375 991.513671875 734.3671875 979.404296875 c 1 + 734.3671875 976.826171875 734.3671875 974.248046875 734.3671875 971.669921875 c 1 + 774.6796875 960.810546875 807.1796875 941.748046875 831.7890625 914.560546875 c 0 + 856.4765625 887.373046875 868.7421875 851.357421875 868.7421875 806.591796875 c 0xf20e + 868.7421875 779.013671875 863.5078125 753.466796875 852.9609375 729.794921875 c 0 + 842.3359375 706.123046875 827.0234375 685.576171875 806.8671875 668.310546875 c 0 + 786.7109375 651.044921875 761.7109375 637.451171875 731.9453125 627.529296875 c 0 + 702.1796875 617.607421875 667.8046875 612.685546875 628.7421875 612.685546875 c 256 +628.7421875 700.029296875 m 256 + 669.0546875 700.029296875 700.3046875 709.326171875 722.3359375 727.841796875 c 0 + 744.4453125 746.435546875 755.4609375 772.294921875 755.4609375 805.576171875 c 1 + 755.4609375 811.982421875 755.4609375 818.388671875 755.4609375 824.794921875 c 1 + 755.4609375 858.076171875 744.4453125 884.013671875 722.3359375 902.607421875 c 0 + 700.3046875 921.123046875 669.0546875 930.419921875 628.7421875 930.419921875 c 256xf70e + 588.4296875 930.419921875 557.2578125 921.123046875 535.1484375 902.607421875 c 0 + 513.1171875 884.013671875 502.0234375 858.076171875 502.0234375 824.794921875 c 1 + 502.0234375 818.388671875 502.0234375 811.982421875 502.0234375 805.576171875 c 1 + 502.0234375 772.294921875 513.1171875 746.435546875 535.1484375 727.841796875 c 0 + 557.2578125 709.326171875 588.4296875 700.029296875 628.7421875 700.029296875 c 256 +628.7421875 1013.93554688 m 256 + 665.9296875 1013.93554688 694.2109375 1021.90429688 713.7421875 1037.91992188 c 0 + 733.2734375 1053.93554688 743.0390625 1077.29492188 743.0390625 1107.99804688 c 1 + 743.0390625 1113.44042969 743.0390625 1118.88378906 743.0390625 1124.32617188 c 1 + 743.0390625 1155.02929688 733.2734375 1178.38867188 713.7421875 1194.40429688 c 0 + 694.2109375 1210.41992188 665.9296875 1218.38867188 628.7421875 1218.38867188 c 256 + 591.6328125 1218.38867188 563.3515625 1210.41992188 543.8203125 1194.40429688 c 0 + 524.2890625 1178.38867188 514.5234375 1155.02929688 514.5234375 1124.32617188 c 1 + 514.5234375 1118.88378906 514.5234375 1113.44042969 514.5234375 1107.99804688 c 1xf696 + 514.5234375 1077.29492188 524.2890625 1053.93554688 543.8203125 1037.91992188 c 0 + 563.3515625 1021.90429688 591.6328125 1013.93554688 628.7421875 1013.93554688 c 256 +1423.0390625 1044.63867188 m 0 + 1423.0390625 996.044921875 1415.6171875 950.263671875 1400.9296875 907.373046875 c 0 + 1386.2421875 864.482421875 1367.3359375 825.107421875 1344.2890625 789.326171875 c 0 + 1321.2421875 753.466796875 1295.4609375 721.435546875 1267.0234375 693.310546875 c 0 + 1238.5078125 665.107421875 1210.5390625 642.060546875 1183.0390625 624.169921875 c 1 + 1135.01855469 624.169921875 1086.99707031 624.169921875 1038.9765625 624.169921875 c 1 + 1076.7890625 651.669921875 1110.6953125 678.232421875 1140.7734375 703.857421875 c 0 + 1170.8515625 729.482421875 1197.1015625 755.654296875 1219.5234375 782.607421875 c 0 + 1241.8671875 809.482421875 1260.6171875 837.919921875 1275.6171875 867.998046875 c 0 + 1290.6953125 898.076171875 1302.3359375 931.044921875 1310.6953125 966.904296875 c 1 + 1308.45605469 967.529296875 1306.21582031 968.154296875 1303.9765625 968.779296875 c 1 + 1296.9453125 955.341796875 1288.7421875 942.763671875 1279.5234375 930.888671875 c 0 + 1270.2265625 919.013671875 1259.3671875 908.623046875 1246.8671875 899.716796875 c 0 + 1234.3671875 890.732421875 1220.1484375 883.701171875 1204.1328125 878.544921875 c 0 + 1188.1171875 873.466796875 1169.6015625 870.888671875 1148.4296875 870.888671875 c 0xfa06 + 1120.3046875 870.888671875 1094.2109375 875.654296875 1070.2265625 885.263671875 c 0 + 1046.2421875 894.873046875 1025.3828125 908.779296875 1007.8046875 927.060546875 c 0 + 990.2265625 945.263671875 976.4765625 967.060546875 966.5546875 992.294921875 c 0 + 956.6328125 1017.60742188 951.6328125 1046.27929688 951.6328125 1078.23242188 c 0 + 951.6328125 1111.51367188 957.2578125 1142.21679688 968.4296875 1170.41992188 c 0 + 979.6796875 1198.54492188 995.4609375 1222.60742188 1016.0078125 1242.37304688 c 0 + 1036.4765625 1262.21679688 1061.0859375 1277.76367188 1089.9140625 1288.93554688 c 0 + 1118.6640625 1300.18554688 1151.0078125 1305.73242188 1186.8671875 1305.73242188 c 0 + 1223.9765625 1305.73242188 1257.1015625 1299.71679688 1286.2421875 1287.52929688 c 0 + 1315.3046875 1275.34179688 1339.9921875 1257.91992188 1360.1484375 1235.18554688 c 0 + 1380.3046875 1212.45117188 1395.8515625 1185.10742188 1406.7109375 1153.15429688 c 0 + 1417.5703125 1121.12304688 1423.0390625 1084.95117188 1423.0390625 1044.63867188 c 0 +1186.8671875 958.232421875 m 256 + 1225.9296875 958.232421875 1256.3203125 968.623046875 1278.0390625 989.482421875 c 0 + 1299.8359375 1010.26367188 1310.6953125 1040.81054688 1310.6953125 1081.12304688 c 1 + 1310.6953125 1085.60253906 1310.6953125 1090.08105469 1310.6953125 1094.56054688 c 1 + 1310.6953125 1134.87304688 1299.8359375 1165.41992188 1278.0390625 1186.27929688 c 0 + 1256.3203125 1207.06054688 1225.9296875 1217.45117188 1186.8671875 1217.45117188 c 256 + 1147.8046875 1217.45117188 1117.4140625 1207.06054688 1095.6171875 1186.27929688 c 0 + 1073.8984375 1165.41992188 1063.0390625 1134.87304688 1063.0390625 1094.56054688 c 1 + 1063.0390625 1090.08105469 1063.0390625 1085.60253906 1063.0390625 1081.12304688 c 1 + 1063.0390625 1040.81054688 1073.8984375 1010.26367188 1095.6171875 989.482421875 c 0 + 1117.4140625 968.623046875 1147.8046875 958.232421875 1186.8671875 958.232421875 c 256 EndSplineSet EndChar StartChar: uniE108 Encoding: 57608 57608 9 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 88.2812<711 802.25 910.688 1002.88> 409.406 93.125<1273.34 1471> 802.062 96.0156<120.375 320.062 428.5 628.188 711 802.25 910.688 1002.88 1359.62 1385.56> -VStem: 320.062 108.438<228 802.062> 711 291.875<228 316.281 809.797 898.078> 1078.34 110.469<228 338.469> 1558.34 113.281<228 341.281> -DStem2: 1078.34 228 1188.81 228 0.303155 0.952941<33.4892 224.122 320.727 631.883> 1443.19 898.078 1375.06 798.234 0.305997 -0.952033<74.2085 385.084> +VWidth: 1687 +Flags: W +HStem: 183 88.2812<711 802.25 910.688 1002.88> 364.406 93.125<1273.34 1471> 757.062 96.0156<120.375 320.062 428.5 628.188 711 802.25 910.688 1002.88 1359.62 1385.56> +VStem: 320.062 108.438<183 757.062> 711 291.875<183 271.281 764.797 853.078> 1078.34 110.469<183 293.469> 1558.34 113.281<183 296.281> +DStem2: 1078.34 183 1188.81 183 0.303155 0.952941<33.4892 224.122 320.727 631.883> 1443.19 853.078 1375.06 753.234 0.305997 -0.952033<74.2085 385.084> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 88.2812<711 802.25 910.688 1002.88> 469.406 93.125<1273.34 1471> 862.062 96.0156<120.375 320.062 428.5 628.188 711 802.25 910.688 1002.88 1359.62 1385.56> -VStem: 320.062 108.438<288 862.062> 711 291.875<288 376.281 869.797 958.078> 1078.34 110.469<288 398.469> 1558.34 113.281<288 401.281> -DStem2: 1078.34 288 1188.81 288 0.303155 0.952941<33.4892 224.122 320.727 631.883> 1443.19 958.078 1375.06 858.234 0.305997 -0.952033<74.2085 385.084> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -428.5 802.0625 m 1 - 428.5 610.708007812 428.5 419.354492188 428.5 228 c 1 - 392.354492188 228 356.208007812 228 320.0625 228 c 1 - 320.0625 419.354492188 320.0625 610.708007812 320.0625 802.0625 c 1 - 253.5 802.0625 186.9375 802.0625 120.375 802.0625 c 1 - 120.375 834.067382812 120.375 866.073242188 120.375 898.078125 c 1 - 289.645507812 898.078125 458.916992188 898.078125 628.1875 898.078125 c 1 - 628.1875 866.073242188 628.1875 834.067382812 628.1875 802.0625 c 1 - 561.625 802.0625 495.0625 802.0625 428.5 802.0625 c 1 -711 228 m 1 - 711 257.426757812 711 286.854492188 711 316.28125 c 1 - 741.416992188 316.28125 771.833007812 316.28125 802.25 316.28125 c 1 - 802.25 480.786132812 802.25 645.291992188 802.25 809.796875 c 1 - 771.833007812 809.796875 741.416992188 809.796875 711 809.796875 c 1 - 711 839.223632812 711 868.651367188 711 898.078125 c 1 - 808.291992188 898.078125 905.583007812 898.078125 1002.875 898.078125 c 1 - 1002.875 868.651367188 1002.875 839.223632812 1002.875 809.796875 c 1 - 972.145507812 809.796875 941.416992188 809.796875 910.6875 809.796875 c 1 - 910.6875 645.291992188 910.6875 480.786132812 910.6875 316.28125 c 1 - 941.416992188 316.28125 972.145507812 316.28125 1002.875 316.28125 c 1 - 1002.875 286.854492188 1002.875 257.426757812 1002.875 228 c 1 - 905.583007812 228 808.291992188 228 711 228 c 1 -1558.34375 228 m 1 - 1538.1875 288.46875 1518.03125 348.9375 1497.875 409.40625 c 1 - 1414.38574219 409.40625 1330.89550781 409.40625 1247.40625 409.40625 c 1 - 1227.875 348.9375 1208.34375 288.46875 1188.8125 228 c 1 - 1151.98925781 228 1115.16699219 228 1078.34375 228 c 1 - 1154.54199219 451.359375 1230.73925781 674.71875 1306.9375 898.078125 c 1 - 1352.35449219 898.078125 1397.77050781 898.078125 1443.1875 898.078125 c 1 - 1519.33300781 674.71875 1595.47949219 451.359375 1671.625 228 c 1 - 1633.86425781 228 1596.10449219 228 1558.34375 228 c 1 -1375.0625 798.234375 m 1 - 1373.44824219 798.234375 1371.83300781 798.234375 1370.21875 798.234375 c 1 - 1337.92675781 699.666992188 1305.63574219 601.098632812 1273.34375 502.53125 c 1 - 1339.22949219 502.53125 1405.11425781 502.53125 1471 502.53125 c 1 - 1439.02050781 601.098632812 1407.04199219 699.666992188 1375.0625 798.234375 c 1 +428.5 757.0625 m 1 + 428.5 565.708007812 428.5 374.354492188 428.5 183 c 1 + 392.354492188 183 356.208007812 183 320.0625 183 c 1 + 320.0625 374.354492188 320.0625 565.708007812 320.0625 757.0625 c 1 + 253.5 757.0625 186.9375 757.0625 120.375 757.0625 c 1 + 120.375 789.067382812 120.375 821.073242188 120.375 853.078125 c 1 + 289.645507812 853.078125 458.916992188 853.078125 628.1875 853.078125 c 1 + 628.1875 821.073242188 628.1875 789.067382812 628.1875 757.0625 c 1 + 561.625 757.0625 495.0625 757.0625 428.5 757.0625 c 1 +711 183 m 1 + 711 212.426757812 711 241.854492188 711 271.28125 c 1 + 741.416992188 271.28125 771.833007812 271.28125 802.25 271.28125 c 1 + 802.25 435.786132812 802.25 600.291992188 802.25 764.796875 c 1 + 771.833007812 764.796875 741.416992188 764.796875 711 764.796875 c 1 + 711 794.223632812 711 823.651367188 711 853.078125 c 1 + 808.291992188 853.078125 905.583007812 853.078125 1002.875 853.078125 c 1 + 1002.875 823.651367188 1002.875 794.223632812 1002.875 764.796875 c 1 + 972.145507812 764.796875 941.416992188 764.796875 910.6875 764.796875 c 1 + 910.6875 600.291992188 910.6875 435.786132812 910.6875 271.28125 c 1 + 941.416992188 271.28125 972.145507812 271.28125 1002.875 271.28125 c 1 + 1002.875 241.854492188 1002.875 212.426757812 1002.875 183 c 1 + 905.583007812 183 808.291992188 183 711 183 c 1 +1558.34375 183 m 1 + 1538.1875 243.46875 1518.03125 303.9375 1497.875 364.40625 c 1 + 1414.38574219 364.40625 1330.89550781 364.40625 1247.40625 364.40625 c 1 + 1227.875 303.9375 1208.34375 243.46875 1188.8125 183 c 1 + 1151.98925781 183 1115.16699219 183 1078.34375 183 c 1 + 1154.54199219 406.359375 1230.73925781 629.71875 1306.9375 853.078125 c 1 + 1352.35449219 853.078125 1397.77050781 853.078125 1443.1875 853.078125 c 1 + 1519.33300781 629.71875 1595.47949219 406.359375 1671.625 183 c 1 + 1633.86425781 183 1596.10449219 183 1558.34375 183 c 1 +1375.0625 753.234375 m 1 + 1373.44824219 753.234375 1371.83300781 753.234375 1370.21875 753.234375 c 1 + 1337.92675781 654.666992188 1305.63574219 556.098632812 1273.34375 457.53125 c 1 + 1339.22949219 457.53125 1405.11425781 457.53125 1471 457.53125 c 1 + 1439.02050781 556.098632812 1407.04199219 654.666992188 1375.0625 753.234375 c 1 EndSplineSet EndChar StartChar: uniE109 Encoding: 57609 57609 10 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 95.9375<134.083 359.867> 409.406 93.125<745.609 943.344 1385.61 1583.34> 798.234 99.8438<830.443 859.33 1470.44 1499.33> 813.625 95.9375<159.651 378.063> -VStem: 28.1875 107.5<656.387 792.68> 388.188 107.5<339.565 486.758> 550.688 110.391<228 338.391> 1030.69 113.281<228 341.281> 1190.69 110.391<228 338.391> 1670.69 113.281<228 341.281> -DStem2: 242.25 629.25 223.969 526.594 0.978916 -0.204262<-84.378 149.631> 550.688 228 661.078 228 0.322775 0.946476<35.6313 226.241 322.753 322.753> 915.531 898.078 847.328 798.234 0.306115 -0.951995<74.1727 385.072 481.954 673.162> 1190.69 228 1301.08 228 0.322775 0.946476<35.6313 226.241 322.753 322.753> 1555.53 898.078 1487.33 798.234 0.306115 -0.951995<74.1727 385.072 481.954 673.162> +VWidth: 1687 +Flags: W +HStem: 171.516 95.9375<134.083 359.867> 364.406 93.125<745.609 943.344 1385.61 1583.34> 753.234 99.8438<830.443 859.33 1470.44 1499.33> 768.625 95.9375<159.651 378.063> +VStem: 28.1875 107.5<611.387 747.68> 388.188 107.5<294.565 441.758> 550.688 110.391<183 293.391> 1030.69 113.281<183 296.281> 1190.69 110.391<183 293.391> 1670.69 113.281<183 296.281> +DStem2: 242.25 584.25 223.969 481.594 0.978916 -0.204262<-84.378 149.631> 550.688 183 661.078 183 0.322775 0.946476<35.6313 226.241 322.753 322.753> 915.531 853.078 847.328 753.234 0.306115 -0.951995<74.1727 385.072 481.954 673.162> 1190.69 183 1301.08 183 0.322775 0.946476<35.6313 226.241 322.753 322.753> 1555.53 853.078 1487.33 753.234 0.306115 -0.951995<74.1727 385.072 481.954 673.162> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 95.9375<134.083 359.867> 469.406 93.125<745.609 943.344 1385.61 1583.34> 858.234 99.8438<830.443 859.33 1470.44 1499.33> 873.625 95.9375<159.651 378.063> -VStem: 28.1875 107.5<716.387 852.68> 388.188 107.5<399.565 546.758> 550.688 110.391<288 398.391> 1030.69 113.281<288 401.281> 1190.69 110.391<288 398.391> 1670.69 113.281<288 401.281> -DStem2: 242.25 689.25 223.969 586.594 0.978916 -0.204262<-84.378 149.631> 550.688 288 661.078 288 0.322775 0.946476<35.6313 226.241 322.753 322.753> 915.531 958.078 847.328 858.234 0.306115 -0.951995<74.1727 385.072 481.954 673.162> 1190.69 288 1301.08 288 0.322775 0.946476<35.6313 226.241 322.753 322.753> 1555.53 958.078 1487.33 858.234 0.306115 -0.951995<74.1727 385.072 481.954 673.162> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -252.796875 216.515625 m 0xdfc0 - 196.46875 216.515625 148.65625 226.75 109.28125 247.21875 c 0 - 69.90625 267.6875 36.15625 295.1875 8.03125 329.796875 c 1 - 32.9794921875 353.15625 57.9267578125 376.515625 82.875 399.875 c 1 - 106.546875 371.046875 132.640625 349.25 161.078125 334.5625 c 0 - 189.59375 319.875 222.09375 312.453125 258.578125 312.453125 c 0 - 301.46875 312.453125 333.734375 322.0625 355.53125 341.28125 c 0 - 377.25 360.5 388.1875 386.4375 388.1875 419.015625 c 0 - 388.1875 445.265625 380.453125 466.046875 365.140625 481.4375 c 0 - 349.75 496.828125 322.5625 508.3125 283.5 515.96875 c 1 - 263.65625 519.510742188 243.8125 523.051757812 223.96875 526.59375 c 1 - 158.734375 538.703125 109.75 560.1875 77.09375 590.890625 c 0 - 44.4375 621.59375 28.1875 663.859375 28.1875 717.609375 c 0 - 28.1875 747.0625 33.734375 773.78125 44.984375 797.765625 c 0 - 56.15625 821.75 71.859375 841.90625 92.015625 858.234375 c 0 - 112.171875 874.5625 136.625 887.21875 165.453125 896.125 c 0 - 194.203125 905.109375 226.546875 909.5625 262.40625 909.5625 c 0 - 312.953125 909.5625 356.78125 900.8125 393.890625 883.234375 c 0 - 431 865.578125 462.71875 840.1875 488.96875 806.90625 c 1 - 463.682617188 784.510742188 438.395507812 762.114257812 413.109375 739.71875 c 1 - 395.84375 762.0625 374.75 780.03125 349.75 793.46875 c 0 - 324.828125 806.90625 293.734375 813.625 256.625 813.625 c 0 - 218.265625 813.625 188.5 805.890625 167.328125 790.578125 c 0 - 146.234375 775.1875 135.6875 752.765625 135.6875 723.390625 c 0 - 135.6875 695.1875 144.28125 674.25 161.625 660.5 c 0 - 178.890625 646.75 205.765625 636.28125 242.25 629.25 c 1 - 262.09375 625.109375 281.9375 620.96875 301.78125 616.828125 c 1 - 368.96875 604.015625 418.109375 582.21875 449.125 551.515625 c 0 - 480.140625 520.8125 495.6875 478.546875 495.6875 424.796875 c 0 - 495.6875 393.46875 490.21875 364.953125 479.359375 339.328125 c 0 - 468.5 313.78125 452.640625 291.828125 431.859375 273.625 c 0 - 411 255.34375 385.609375 241.28125 355.53125 231.359375 c 0 - 325.453125 221.4375 291.15625 216.515625 252.796875 216.515625 c 0xdfc0 -1030.6875 228 m 1 - 1010.53125 288.46875 990.375 348.9375 970.21875 409.40625 c 1 - 886.703125 409.40625 803.1875 409.40625 719.671875 409.40625 c 1 - 700.140625 348.9375 680.609375 288.46875 661.078125 228 c 1 - 624.28125 228 587.484375 228 550.6875 228 c 1 - 626.859375 451.359375 703.03125 674.71875 779.203125 898.078125 c 1 - 824.645507812 898.078125 870.088867188 898.078125 915.53125 898.078125 c 1xefc0 - 991.676757812 674.71875 1067.82324219 451.359375 1143.96875 228 c 1 - 1106.20800781 228 1068.44824219 228 1030.6875 228 c 1 -847.328125 798.234375 m 1 - 845.739257812 798.234375 844.151367188 798.234375 842.5625 798.234375 c 1 - 810.245117188 699.666992188 777.926757812 601.098632812 745.609375 502.53125 c 1 - 811.520507812 502.53125 877.432617188 502.53125 943.34375 502.53125 c 1 - 911.338867188 601.098632812 879.333007812 699.666992188 847.328125 798.234375 c 1 -1670.6875 228 m 1 - 1650.53125 288.46875 1630.375 348.9375 1610.21875 409.40625 c 1 - 1526.703125 409.40625 1443.1875 409.40625 1359.671875 409.40625 c 1 - 1340.140625 348.9375 1320.609375 288.46875 1301.078125 228 c 1 - 1264.28125 228 1227.484375 228 1190.6875 228 c 1 - 1266.859375 451.359375 1343.03125 674.71875 1419.203125 898.078125 c 1 - 1464.64550781 898.078125 1510.08886719 898.078125 1555.53125 898.078125 c 1 - 1631.67675781 674.71875 1707.82324219 451.359375 1783.96875 228 c 1 - 1746.20800781 228 1708.44824219 228 1670.6875 228 c 1 -1487.328125 798.234375 m 1 - 1485.73925781 798.234375 1484.15136719 798.234375 1482.5625 798.234375 c 1 - 1450.24511719 699.666992188 1417.92675781 601.098632812 1385.609375 502.53125 c 1 - 1451.52050781 502.53125 1517.43261719 502.53125 1583.34375 502.53125 c 1 - 1551.33886719 601.098632812 1519.33300781 699.666992188 1487.328125 798.234375 c 1 +252.796875 171.515625 m 0xdfc0 + 196.46875 171.515625 148.65625 181.75 109.28125 202.21875 c 0 + 69.90625 222.6875 36.15625 250.1875 8.03125 284.796875 c 1 + 32.9794921875 308.15625 57.9267578125 331.515625 82.875 354.875 c 1 + 106.546875 326.046875 132.640625 304.25 161.078125 289.5625 c 0 + 189.59375 274.875 222.09375 267.453125 258.578125 267.453125 c 0 + 301.46875 267.453125 333.734375 277.0625 355.53125 296.28125 c 0 + 377.25 315.5 388.1875 341.4375 388.1875 374.015625 c 0 + 388.1875 400.265625 380.453125 421.046875 365.140625 436.4375 c 0 + 349.75 451.828125 322.5625 463.3125 283.5 470.96875 c 1 + 263.65625 474.510742188 243.8125 478.051757812 223.96875 481.59375 c 1 + 158.734375 493.703125 109.75 515.1875 77.09375 545.890625 c 0 + 44.4375 576.59375 28.1875 618.859375 28.1875 672.609375 c 0 + 28.1875 702.0625 33.734375 728.78125 44.984375 752.765625 c 0 + 56.15625 776.75 71.859375 796.90625 92.015625 813.234375 c 0 + 112.171875 829.5625 136.625 842.21875 165.453125 851.125 c 0 + 194.203125 860.109375 226.546875 864.5625 262.40625 864.5625 c 0 + 312.953125 864.5625 356.78125 855.8125 393.890625 838.234375 c 0 + 431 820.578125 462.71875 795.1875 488.96875 761.90625 c 1 + 463.682617188 739.510742188 438.395507812 717.114257812 413.109375 694.71875 c 1 + 395.84375 717.0625 374.75 735.03125 349.75 748.46875 c 0 + 324.828125 761.90625 293.734375 768.625 256.625 768.625 c 0 + 218.265625 768.625 188.5 760.890625 167.328125 745.578125 c 0 + 146.234375 730.1875 135.6875 707.765625 135.6875 678.390625 c 0 + 135.6875 650.1875 144.28125 629.25 161.625 615.5 c 0 + 178.890625 601.75 205.765625 591.28125 242.25 584.25 c 1 + 262.09375 580.109375 281.9375 575.96875 301.78125 571.828125 c 1 + 368.96875 559.015625 418.109375 537.21875 449.125 506.515625 c 0 + 480.140625 475.8125 495.6875 433.546875 495.6875 379.796875 c 0 + 495.6875 348.46875 490.21875 319.953125 479.359375 294.328125 c 0 + 468.5 268.78125 452.640625 246.828125 431.859375 228.625 c 0 + 411 210.34375 385.609375 196.28125 355.53125 186.359375 c 0 + 325.453125 176.4375 291.15625 171.515625 252.796875 171.515625 c 0xdfc0 +1030.6875 183 m 1 + 1010.53125 243.46875 990.375 303.9375 970.21875 364.40625 c 1 + 886.703125 364.40625 803.1875 364.40625 719.671875 364.40625 c 1 + 700.140625 303.9375 680.609375 243.46875 661.078125 183 c 1 + 624.28125 183 587.484375 183 550.6875 183 c 1 + 626.859375 406.359375 703.03125 629.71875 779.203125 853.078125 c 1 + 824.645507812 853.078125 870.088867188 853.078125 915.53125 853.078125 c 1xefc0 + 991.676757812 629.71875 1067.82324219 406.359375 1143.96875 183 c 1 + 1106.20800781 183 1068.44824219 183 1030.6875 183 c 1 +847.328125 753.234375 m 1 + 845.739257812 753.234375 844.151367188 753.234375 842.5625 753.234375 c 1 + 810.245117188 654.666992188 777.926757812 556.098632812 745.609375 457.53125 c 1 + 811.520507812 457.53125 877.432617188 457.53125 943.34375 457.53125 c 1 + 911.338867188 556.098632812 879.333007812 654.666992188 847.328125 753.234375 c 1 +1670.6875 183 m 5 + 1650.53125 243.46875 1630.375 303.9375 1610.21875 364.40625 c 1 + 1526.703125 364.40625 1443.1875 364.40625 1359.671875 364.40625 c 1 + 1340.140625 303.9375 1320.609375 243.46875 1301.078125 183 c 1 + 1264.28125 183 1227.484375 183 1190.6875 183 c 1 + 1266.859375 406.359375 1343.03125 629.71875 1419.203125 853.078125 c 1 + 1464.64550781 853.078125 1510.08886719 853.078125 1555.53125 853.078125 c 5 + 1631.67675781 629.71875 1707.82324219 406.359375 1783.96875 183 c 1 + 1746.20800781 183 1708.44824219 183 1670.6875 183 c 5 +1487.328125 753.234375 m 1 + 1485.73925781 753.234375 1484.15136719 753.234375 1482.5625 753.234375 c 1 + 1450.24511719 654.666992188 1417.92675781 556.098632812 1385.609375 457.53125 c 1 + 1451.52050781 457.53125 1517.43261719 457.53125 1583.34375 457.53125 c 1 + 1551.33886719 556.098632812 1519.33300781 654.666992188 1487.328125 753.234375 c 1 EndSplineSet EndChar StartChar: uniE10A Encoding: 57610 57610 11 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 88.2812<773.109 864.281 972.797 1064.98 1342.08 1563.11> 809.797 88.2812<773.109 864.281 972.797 1064.98 1342.01 1562.58> -VStem: 96.625 112.344<785.734 898.078> 555.531 109.453<788.625 898.078> 773.109 291.875<228 316.281 809.797 898.078> 1172.17 115.156<375.807 753.111> -DStem2: 208.969 898.078 96.625 898.078 0.311738 -0.950168<0 589.589> 383.656 333.625 442.25 228 0.291293 0.956634<0 590.041> +VWidth: 1687 +Flags: W +HStem: 183 88.2812<773.109 864.281 972.797 1064.98 1342.08 1563.11> 764.797 88.2812<773.109 864.281 972.797 1064.98 1342.01 1562.58> +VStem: 96.625 112.344<740.734 853.078> 555.531 109.453<743.625 853.078> 773.109 291.875<183 271.281 764.797 853.078> 1172.17 115.156<330.807 708.111> +DStem2: 208.969 853.078 96.625 853.078 0.311738 -0.950168<0 589.589> 383.656 288.625 442.25 183 0.291293 0.956634<0 590.041> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 88.2812<773.109 864.281 972.797 1064.98 1342.08 1563.11> 869.797 88.2812<773.109 864.281 972.797 1064.98 1342.01 1562.58> -VStem: 96.625 112.344<845.734 958.078> 555.531 109.453<848.625 958.078> 773.109 291.875<288 376.281 869.797 958.078> 1172.17 115.156<435.807 813.111> -DStem2: 208.969 958.078 96.625 958.078 0.311738 -0.950168<0 589.589> 383.656 393.625 442.25 288 0.291293 0.956634<0 590.041> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -316.46875 228 m 1 - 243.1875 451.359375 169.90625 674.71875 96.625 898.078125 c 1 - 134.073242188 898.078125 171.520507812 898.078125 208.96875 898.078125 c 1 - 244.489257812 787.6875 280.010742188 677.296875 315.53125 566.90625 c 1 - 336.963867188 489.145507812 358.395507812 411.385742188 379.828125 333.625 c 1 - 381.104492188 333.625 382.379882812 333.625 383.65625 333.625 c 1 - 405.426757812 411.385742188 427.198242188 489.145507812 448.96875 566.90625 c 1 - 484.489257812 677.296875 520.010742188 787.6875 555.53125 898.078125 c 1 - 592.015625 898.078125 628.5 898.078125 664.984375 898.078125 c 1 - 590.739257812 674.71875 516.495117188 451.359375 442.25 228 c 1 - 400.323242188 228 358.395507812 228 316.46875 228 c 1 -773.109375 228 m 1 - 773.109375 257.426757812 773.109375 286.854492188 773.109375 316.28125 c 1 - 803.5 316.28125 833.890625 316.28125 864.28125 316.28125 c 1 - 864.28125 480.786132812 864.28125 645.291992188 864.28125 809.796875 c 1 - 833.890625 809.796875 803.5 809.796875 773.109375 809.796875 c 1 - 773.109375 839.223632812 773.109375 868.651367188 773.109375 898.078125 c 1 - 870.401367188 898.078125 967.692382812 898.078125 1064.984375 898.078125 c 1 - 1064.984375 868.651367188 1064.984375 839.223632812 1064.984375 809.796875 c 1 - 1034.25488281 809.796875 1003.52636719 809.796875 972.796875 809.796875 c 1 - 972.796875 645.291992188 972.796875 480.786132812 972.796875 316.28125 c 1 - 1003.52636719 316.28125 1034.25488281 316.28125 1064.984375 316.28125 c 1 - 1064.984375 286.854492188 1064.984375 257.426757812 1064.984375 228 c 1 - 967.692382812 228 870.401367188 228 773.109375 228 c 1 -1453.421875 216.515625 m 0 - 1365.765625 216.515625 1296.9375 246.046875 1247.015625 305.265625 c 0 - 1197.09375 364.484375 1172.171875 450.421875 1172.171875 563.078125 c 0 - 1172.171875 619.328125 1178.578125 668.9375 1191.390625 711.828125 c 0 - 1204.125 754.71875 1222.71875 790.890625 1247.015625 820.34375 c 0 - 1271.390625 849.796875 1300.921875 871.984375 1335.84375 887.0625 c 0 - 1370.6875 902.0625 1409.90625 909.5625 1453.421875 909.5625 c 0 - 1511.703125 909.5625 1560.453125 896.828125 1599.828125 871.203125 c 0 - 1639.203125 845.578125 1670.0625 807.84375 1692.484375 757.921875 c 1 - 1662.09375 741.28125 1631.703125 724.640625 1601.3125 708 c 1 - 1589.75 740.03125 1572.015625 765.421875 1548.03125 784.328125 c 0 - 1523.96875 803.234375 1492.484375 812.609375 1453.421875 812.609375 c 0 - 1401.625 812.609375 1360.921875 795.03125 1331.546875 759.875 c 0 - 1302.09375 724.640625 1287.328125 675.96875 1287.328125 613.9375 c 1 - 1287.328125 580.004882812 1287.328125 546.073242188 1287.328125 512.140625 c 1 - 1287.328125 450.109375 1302.09375 401.4375 1331.546875 366.203125 c 0 - 1360.921875 331.046875 1401.625 313.46875 1453.421875 313.46875 c 0 - 1493.734375 313.46875 1526.546875 323.859375 1551.859375 344.640625 c 0 - 1577.09375 365.421875 1595.84375 392.140625 1608.03125 424.796875 c 1 - 1637.14550781 407.192382812 1666.26074219 389.588867188 1695.375 371.984375 c 1 - 1672.953125 323.390625 1641.625 285.265625 1601.3125 257.765625 c 0 - 1560.921875 230.265625 1511.703125 216.515625 1453.421875 216.515625 c 0 +316.46875 183 m 1 + 243.1875 406.359375 169.90625 629.71875 96.625 853.078125 c 1 + 134.073242188 853.078125 171.520507812 853.078125 208.96875 853.078125 c 1 + 244.489257812 742.6875 280.010742188 632.296875 315.53125 521.90625 c 1 + 336.963867188 444.145507812 358.395507812 366.385742188 379.828125 288.625 c 1 + 381.104492188 288.625 382.379882812 288.625 383.65625 288.625 c 1 + 405.426757812 366.385742188 427.198242188 444.145507812 448.96875 521.90625 c 1 + 484.489257812 632.296875 520.010742188 742.6875 555.53125 853.078125 c 1 + 592.015625 853.078125 628.5 853.078125 664.984375 853.078125 c 1 + 590.739257812 629.71875 516.495117188 406.359375 442.25 183 c 1 + 400.323242188 183 358.395507812 183 316.46875 183 c 1 +773.109375 183 m 1 + 773.109375 212.426757812 773.109375 241.854492188 773.109375 271.28125 c 1 + 803.5 271.28125 833.890625 271.28125 864.28125 271.28125 c 1 + 864.28125 435.786132812 864.28125 600.291992188 864.28125 764.796875 c 1 + 833.890625 764.796875 803.5 764.796875 773.109375 764.796875 c 1 + 773.109375 794.223632812 773.109375 823.651367188 773.109375 853.078125 c 1 + 870.401367188 853.078125 967.692382812 853.078125 1064.984375 853.078125 c 1 + 1064.984375 823.651367188 1064.984375 794.223632812 1064.984375 764.796875 c 1 + 1034.25488281 764.796875 1003.52636719 764.796875 972.796875 764.796875 c 1 + 972.796875 600.291992188 972.796875 435.786132812 972.796875 271.28125 c 1 + 1003.52636719 271.28125 1034.25488281 271.28125 1064.984375 271.28125 c 1 + 1064.984375 241.854492188 1064.984375 212.426757812 1064.984375 183 c 1 + 967.692382812 183 870.401367188 183 773.109375 183 c 1 +1453.421875 171.515625 m 0 + 1365.765625 171.515625 1296.9375 201.046875 1247.015625 260.265625 c 0 + 1197.09375 319.484375 1172.171875 405.421875 1172.171875 518.078125 c 0 + 1172.171875 574.328125 1178.578125 623.9375 1191.390625 666.828125 c 0 + 1204.125 709.71875 1222.71875 745.890625 1247.015625 775.34375 c 0 + 1271.390625 804.796875 1300.921875 826.984375 1335.84375 842.0625 c 0 + 1370.6875 857.0625 1409.90625 864.5625 1453.421875 864.5625 c 0 + 1511.703125 864.5625 1560.453125 851.828125 1599.828125 826.203125 c 0 + 1639.203125 800.578125 1670.0625 762.84375 1692.484375 712.921875 c 1 + 1662.09375 696.28125 1631.703125 679.640625 1601.3125 663 c 1 + 1589.75 695.03125 1572.015625 720.421875 1548.03125 739.328125 c 0 + 1523.96875 758.234375 1492.484375 767.609375 1453.421875 767.609375 c 0 + 1401.625 767.609375 1360.921875 750.03125 1331.546875 714.875 c 0 + 1302.09375 679.640625 1287.328125 630.96875 1287.328125 568.9375 c 1 + 1287.328125 535.004882812 1287.328125 501.073242188 1287.328125 467.140625 c 1 + 1287.328125 405.109375 1302.09375 356.4375 1331.546875 321.203125 c 0 + 1360.921875 286.046875 1401.625 268.46875 1453.421875 268.46875 c 0 + 1493.734375 268.46875 1526.546875 278.859375 1551.859375 299.640625 c 0 + 1577.09375 320.421875 1595.84375 347.140625 1608.03125 379.796875 c 1 + 1637.14550781 362.192382812 1666.26074219 344.588867188 1695.375 326.984375 c 1 + 1672.953125 278.390625 1641.625 240.265625 1601.3125 212.765625 c 0 + 1560.921875 185.265625 1511.703125 171.515625 1453.421875 171.515625 c 0 EndSplineSet EndChar StartChar: uniE10B Encoding: 57611 57611 12 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 96.0156<820.297 1141> 494.875 95.0781<180.297 416.684> 519.875 95.9375<820.297 1111.23> 802.062 96.0156<180.297 416.684 820.297 1141 1212.33 1412.02 1520.45 1720.14> -VStem: 71.8594 108.438<228 494.875 589.953 803.078> 440.453 114.297<612.194 780.759> 711.859 108.438<324.016 519.875 615.812 802.062> 1412.02 108.438<228 802.062> +VWidth: 1687 +Flags: W +HStem: 183 96.0156<820.297 1141> 449.875 95.0781<180.297 416.684> 474.875 95.9375<820.297 1111.23> 757.062 96.0156<180.297 416.684 820.297 1141 1212.33 1412.02 1520.45 1720.14> +VStem: 71.8594 108.438<183 449.875 544.953 758.078> 440.453 114.297<567.194 735.759> 711.859 108.438<279.016 474.875 570.812 757.062> 1412.02 108.438<183 757.062> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 96.0156<820.297 1141> 554.875 95.0781<180.297 416.684> 579.875 95.9375<820.297 1111.23> 862.062 96.0156<180.297 416.684 820.297 1141 1212.33 1412.02 1520.45 1720.14> -VStem: 71.8594 108.438<288 554.875 649.953 863.078> 440.453 114.297<672.194 840.759> 711.859 108.438<384.016 579.875 675.812 862.062> 1412.02 108.438<288 862.062> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -71.859375 228 m 1xdf - 71.859375 451.359375 71.859375 674.71875 71.859375 898.078125 c 1 - 167.848632812 898.078125 263.838867188 898.078125 359.828125 898.078125 c 1 - 421.9375 898.078125 469.90625 879.875 503.8125 843.390625 c 0 - 537.796875 806.90625 554.75 757.921875 554.75 696.515625 c 256 - 554.75 635.03125 537.796875 586.046875 503.8125 549.5625 c 0 - 469.90625 513.15625 421.9375 494.875 359.828125 494.875 c 1 - 299.984375 494.875 240.140625 494.875 180.296875 494.875 c 1 - 180.296875 405.916992188 180.296875 316.958007812 180.296875 228 c 1 - 144.151367188 228 108.004882812 228 71.859375 228 c 1xdf -180.296875 589.953125 m 1 - 237.901367188 589.953125 295.504882812 589.953125 353.109375 589.953125 c 1 - 380.609375 589.953125 402.09375 597.140625 417.40625 611.515625 c 0 - 432.796875 625.890625 440.453125 646.59375 440.453125 673.46875 c 1 - 440.453125 688.807617188 440.453125 704.145507812 440.453125 719.484375 c 1 - 440.453125 746.4375 432.796875 767.0625 417.40625 781.4375 c 0 - 402.09375 795.8125 380.609375 803.078125 353.109375 803.078125 c 1 - 295.504882812 803.078125 237.901367188 803.078125 180.296875 803.078125 c 1 - 180.296875 732.036132812 180.296875 660.995117188 180.296875 589.953125 c 1 -711.859375 228 m 1 - 711.859375 451.359375 711.859375 674.71875 711.859375 898.078125 c 1 - 854.90625 898.078125 997.953125 898.078125 1141 898.078125 c 1 - 1141 866.073242188 1141 834.067382812 1141 802.0625 c 1 - 1034.09863281 802.0625 927.198242188 802.0625 820.296875 802.0625 c 1 - 820.296875 739.979492188 820.296875 677.895507812 820.296875 615.8125 c 1 - 917.276367188 615.8125 1014.25488281 615.8125 1111.234375 615.8125 c 1 - 1111.234375 583.833007812 1111.234375 551.854492188 1111.234375 519.875 c 1 - 1014.25488281 519.875 917.276367188 519.875 820.296875 519.875 c 1xbf - 820.296875 454.588867188 820.296875 389.301757812 820.296875 324.015625 c 1 - 927.198242188 324.015625 1034.09863281 324.015625 1141 324.015625 c 1 - 1141 292.010742188 1141 260.004882812 1141 228 c 1 - 997.953125 228 854.90625 228 711.859375 228 c 1 -1520.453125 802.0625 m 1 - 1520.453125 610.708007812 1520.453125 419.354492188 1520.453125 228 c 1 - 1484.30761719 228 1448.16113281 228 1412.015625 228 c 1 - 1412.015625 419.354492188 1412.015625 610.708007812 1412.015625 802.0625 c 1 - 1345.453125 802.0625 1278.890625 802.0625 1212.328125 802.0625 c 1 - 1212.328125 834.067382812 1212.328125 866.073242188 1212.328125 898.078125 c 1 - 1381.59863281 898.078125 1550.87011719 898.078125 1720.140625 898.078125 c 1 - 1720.140625 866.073242188 1720.140625 834.067382812 1720.140625 802.0625 c 1 - 1653.578125 802.0625 1587.015625 802.0625 1520.453125 802.0625 c 1 +71.859375 183 m 1xdf + 71.859375 406.359375 71.859375 629.71875 71.859375 853.078125 c 1 + 167.848632812 853.078125 263.838867188 853.078125 359.828125 853.078125 c 1 + 421.9375 853.078125 469.90625 834.875 503.8125 798.390625 c 0 + 537.796875 761.90625 554.75 712.921875 554.75 651.515625 c 256 + 554.75 590.03125 537.796875 541.046875 503.8125 504.5625 c 0 + 469.90625 468.15625 421.9375 449.875 359.828125 449.875 c 1 + 299.984375 449.875 240.140625 449.875 180.296875 449.875 c 1 + 180.296875 360.916992188 180.296875 271.958007812 180.296875 183 c 1 + 144.151367188 183 108.004882812 183 71.859375 183 c 1xdf +180.296875 544.953125 m 1 + 237.901367188 544.953125 295.504882812 544.953125 353.109375 544.953125 c 1 + 380.609375 544.953125 402.09375 552.140625 417.40625 566.515625 c 0 + 432.796875 580.890625 440.453125 601.59375 440.453125 628.46875 c 1 + 440.453125 643.807617188 440.453125 659.145507812 440.453125 674.484375 c 1 + 440.453125 701.4375 432.796875 722.0625 417.40625 736.4375 c 0 + 402.09375 750.8125 380.609375 758.078125 353.109375 758.078125 c 1 + 295.504882812 758.078125 237.901367188 758.078125 180.296875 758.078125 c 1 + 180.296875 687.036132812 180.296875 615.995117188 180.296875 544.953125 c 1 +711.859375 183 m 1 + 711.859375 406.359375 711.859375 629.71875 711.859375 853.078125 c 1 + 854.90625 853.078125 997.953125 853.078125 1141 853.078125 c 1 + 1141 821.073242188 1141 789.067382812 1141 757.0625 c 1 + 1034.09863281 757.0625 927.198242188 757.0625 820.296875 757.0625 c 1 + 820.296875 694.979492188 820.296875 632.895507812 820.296875 570.8125 c 1 + 917.276367188 570.8125 1014.25488281 570.8125 1111.234375 570.8125 c 1 + 1111.234375 538.833007812 1111.234375 506.854492188 1111.234375 474.875 c 1 + 1014.25488281 474.875 917.276367188 474.875 820.296875 474.875 c 1xbf + 820.296875 409.588867188 820.296875 344.301757812 820.296875 279.015625 c 1 + 927.198242188 279.015625 1034.09863281 279.015625 1141 279.015625 c 1 + 1141 247.010742188 1141 215.004882812 1141 183 c 1 + 997.953125 183 854.90625 183 711.859375 183 c 1 +1520.453125 757.0625 m 1 + 1520.453125 565.708007812 1520.453125 374.354492188 1520.453125 183 c 1 + 1484.30761719 183 1448.16113281 183 1412.015625 183 c 1 + 1412.015625 374.354492188 1412.015625 565.708007812 1412.015625 757.0625 c 1 + 1345.453125 757.0625 1278.890625 757.0625 1212.328125 757.0625 c 1 + 1212.328125 789.067382812 1212.328125 821.073242188 1212.328125 853.078125 c 1 + 1381.59863281 853.078125 1550.87011719 853.078125 1720.140625 853.078125 c 1 + 1720.140625 821.073242188 1720.140625 789.067382812 1720.140625 757.0625 c 1 + 1653.578125 757.0625 1587.015625 757.0625 1520.453125 757.0625 c 1 EndSplineSet EndChar StartChar: uniE10C Encoding: 57612 57612 13 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 85.3906<803.27 978.187> 140.107 85.4688<828.18 977.718> 657.686 89.2188<1388.21 1579.14> 669.17 92.1875<328.559 354.926> 942.76 85.4688<802.406 938.743> 1249.95 89.2969<802.406 1011.58 1380.73 1582.23> -VStem: 82.0938 106.562<1232.69 1339.25> 493.891 104.688<1234.56 1339.25> 674.359 107.5<-102.67 120.457> 700.609 101.797<669.17 942.76 1028.23 1249.95> 998.891 107.5<-102.386 119.315> 1030.84 108.516<1047.5 1230.69> 1233.73 109.453<795.416 1213> -DStem2: 188.656 1339.25 82.0938 1339.25 0.271727 -0.962374<0 593.586> 375.844 917.842 402.719 669.17 0.269742 0.962933<-155.735 437.628> 1024.12 950.42 922.406 942.76 0.413517 -0.910496<0 262.054> +VWidth: 1687 +Flags: W +HStem: -253.33 85.3906<803.27 978.187> 95.1074 85.4688<828.18 977.718> 612.686 89.2188<1388.21 1579.14> 624.17 92.1875<328.559 354.926> 897.764 85.4688<802.406 938.743> 1204.95 89.2969<802.406 1011.58 1380.73 1582.23> +VStem: 82.0938 106.562<1187.69 1294.25> 493.891 104.688<1189.56 1294.25> 674.359 107.5<-147.67 75.4575> 700.609 101.797<624.17 897.764 983.232 1204.95> 998.891 107.5<-147.386 74.3151> 1030.84 108.516<1002.5 1185.69> 1233.73 109.453<750.416 1168> +DStem2: 188.656 1294.25 82.0938 1294.25 0.271727 -0.962374<0 593.586> 375.844 872.842 402.719 624.17 0.269742 0.962933<-155.735 437.628> 1024.12 905.42 922.406 897.764 0.413517 -0.910496<0 262.054> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 85.3906<803.27 978.187> 200.107 85.4688<828.18 977.718> 717.686 89.2188<1388.21 1579.14> 729.17 92.1875<328.559 354.926> 1002.76 85.4688<802.406 938.743> 1309.95 89.2969<802.406 1011.58 1380.73 1582.23> -VStem: 82.0938 106.562<1292.69 1399.25> 493.891 104.688<1294.56 1399.25> 674.359 107.5<-42.67 180.457> 700.609 101.797<729.17 1002.76 1088.23 1309.95> 998.891 107.5<-42.3858 179.315> 1030.84 108.516<1107.5 1290.69> 1233.73 109.453<855.416 1273> -DStem2: 188.656 1399.25 82.0938 1399.25 0.271727 -0.962374<0 593.586> 375.844 977.842 402.719 729.17 0.269742 0.962933<-155.735 437.628> 1024.12 1010.42 922.406 1002.76 0.413517 -0.910496<0 262.054> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -890.296875 -208.330078125 m 0xcfa8 - 818.734375 -208.330078125 764.828125 -186.298828125 728.578125 -142.158203125 c 0 - 692.484375 -97.939453125 674.359375 -33.642578125 674.359375 50.810546875 c 0 - 674.359375 91.123046875 679.515625 131.435546875 689.671875 171.826171875 c 0 - 699.984375 212.138671875 714.671875 250.654296875 733.890625 287.451171875 c 0 - 753.109375 324.248046875 775.921875 358.701171875 802.484375 390.654296875 c 0 - 829.046875 422.685546875 858.734375 450.185546875 891.390625 473.232421875 c 1 - 937.120117188 473.232421875 982.848632812 473.232421875 1028.578125 473.232421875 c 1 - 989.515625 443.154296875 955.921875 414.482421875 927.796875 387.294921875 c 0 - 899.671875 360.107421875 875.765625 333.076171875 856.234375 306.201171875 c 0 - 836.703125 279.326171875 820.921875 251.669921875 808.734375 223.154296875 c 0 - 796.546875 194.638671875 787.328125 163.779296875 780.921875 130.498046875 c 1 - 785.088867188 130.498046875 789.254882812 130.498046875 793.421875 130.498046875 c 1 - 804.359375 161.201171875 821.546875 184.716796875 845.296875 201.044921875 c 0 - 868.890625 217.373046875 897.015625 225.576171875 929.671875 225.576171875 c 0 - 984.046875 225.576171875 1027.171875 207.919921875 1058.890625 172.763671875 c 0 - 1090.453125 137.529296875 1106.390625 85.732421875 1106.390625 17.216796875 c 0 - 1106.390625 -53.798828125 1087.953125 -109.189453125 1051.234375 -148.876953125 c 0 - 1014.359375 -188.564453125 960.765625 -208.330078125 890.296875 -208.330078125 c 0xcfa8 -890.296875 -122.939453125 m 256 - 962.640625 -122.939453125 998.890625 -83.251953125 998.890625 -3.876953125 c 1 - 998.890625 4.4306640625 998.890625 12.7373046875 998.890625 21.044921875 c 1 - 998.890625 100.419921875 962.640625 140.107421875 890.296875 140.107421875 c 256 - 818.109375 140.107421875 781.859375 100.419921875 781.859375 21.044921875 c 1 - 781.859375 12.7373046875 781.859375 4.4306640625 781.859375 -3.876953125 c 1 - 781.859375 -83.251953125 818.109375 -122.939453125 890.296875 -122.939453125 c 256 -278.890625 669.169921875 m 1xdf08 - 213.291992188 892.529296875 147.692382812 1115.88867188 82.09375 1339.24804688 c 1 - 117.614257812 1339.24804688 153.135742188 1339.24804688 188.65625 1339.24804688 c 1 - 228.317382812 1198.77929688 267.979492188 1058.31054688 307.640625 917.841796875 c 1 - 316.9375 865.680664062 326.234375 813.518554688 335.53125 761.357421875 c 1 - 339.671875 761.357421875 343.8125 761.357421875 347.953125 761.357421875 c 1 - 357.25 813.518554688 366.546875 865.680664062 375.84375 917.841796875 c 1 - 415.192382812 1058.31054688 454.541992188 1198.77929688 493.890625 1339.24804688 c 1 - 528.786132812 1339.24804688 563.682617188 1339.24804688 598.578125 1339.24804688 c 1 - 533.291992188 1115.88867188 468.004882812 892.529296875 402.71875 669.169921875 c 1 - 361.442382812 669.169921875 320.166992188 669.169921875 278.890625 669.169921875 c 1xdf08 -802.40625 669.169921875 m 1xdf58 - 768.473632812 669.169921875 734.541992188 669.169921875 700.609375 669.169921875 c 1 - 700.609375 892.529296875 700.609375 1115.88867188 700.609375 1339.24804688 c 1 - 788.942382812 1339.24804688 877.276367188 1339.24804688 965.609375 1339.24804688 c 1 - 1023.1875 1339.24804688 1066.546875 1322.13867188 1095.6875 1287.91992188 c 0 - 1124.75 1253.62304688 1139.359375 1204.56054688 1139.359375 1140.49804688 c 0 - 1139.359375 1088.70117188 1129.75 1046.74804688 1110.53125 1014.79492188 c 0 - 1091.3125 982.763671875 1062.5625 961.357421875 1024.125 950.419921875 c 1 - 1066.703125 856.669921875 1109.28125 762.919921875 1151.859375 669.169921875 c 1 - 1114.09863281 669.169921875 1076.33886719 669.169921875 1038.578125 669.169921875 c 1 - 999.854492188 760.368164062 961.129882812 851.565429688 922.40625 942.763671875 c 1 - 882.40625 942.763671875 842.40625 942.763671875 802.40625 942.763671875 c 1 - 802.40625 851.565429688 802.40625 760.368164062 802.40625 669.169921875 c 1xdf58 -956.9375 1028.23242188 m 1 - 981.234375 1028.23242188 999.671875 1034.48242188 1012.171875 1046.90429688 c 0 - 1024.59375 1059.40429688 1030.84375 1079.71679688 1030.84375 1107.91992188 c 1 - 1030.84375 1128.70117188 1030.84375 1149.48242188 1030.84375 1170.26367188 c 1 - 1030.84375 1198.46679688 1024.59375 1218.77929688 1012.171875 1231.27929688 c 0 - 999.671875 1243.70117188 981.234375 1249.95117188 956.9375 1249.95117188 c 1 - 905.426757812 1249.95117188 853.916992188 1249.95117188 802.40625 1249.95117188 c 1 - 802.40625 1176.04492188 802.40625 1102.13867188 802.40625 1028.23242188 c 1 - 853.916992188 1028.23242188 905.426757812 1028.23242188 956.9375 1028.23242188 c 1 -1487.171875 657.685546875 m 0xef08 - 1448.109375 657.685546875 1413.109375 664.248046875 1382.09375 677.294921875 c 0 - 1351 690.419921875 1324.4375 711.123046875 1302.40625 739.248046875 c 0 - 1280.296875 767.373046875 1263.34375 803.388671875 1251.46875 847.216796875 c 0 - 1239.671875 891.123046875 1233.734375 943.388671875 1233.734375 1004.24804688 c 256 - 1233.734375 1065.02929688 1239.671875 1117.29492188 1251.46875 1161.20117188 c 0 - 1263.34375 1205.02929688 1280.296875 1241.04492188 1302.40625 1269.16992188 c 0 - 1324.4375 1297.29492188 1351 1317.99804688 1382.09375 1331.12304688 c 0 - 1413.109375 1344.24804688 1448.109375 1350.73242188 1487.171875 1350.73242188 c 0 - 1544.125 1350.73242188 1589.75 1338.46679688 1623.96875 1313.77929688 c 0 - 1658.1875 1289.16992188 1685.609375 1252.21679688 1706.078125 1202.91992188 c 1 - 1677.27636719 1186.93066406 1648.47363281 1170.94042969 1619.671875 1154.95117188 c 1 - 1608.109375 1192.68554688 1592.015625 1219.87304688 1571.15625 1236.51367188 c 0 - 1550.375 1253.15429688 1522.40625 1261.51367188 1487.171875 1261.51367188 c 0 - 1441.78125 1261.51367188 1406.390625 1245.81054688 1381.078125 1214.48242188 c 0 - 1355.84375 1183.07617188 1343.1875 1139.87304688 1343.1875 1084.87304688 c 1 - 1343.1875 1031.09667969 1343.1875 977.321289062 1343.1875 923.544921875 c 1 - 1343.1875 868.544921875 1355.84375 825.341796875 1381.078125 793.935546875 c 0 - 1406.390625 762.607421875 1441.78125 746.904296875 1487.171875 746.904296875 c 0 - 1523.03125 746.904296875 1552.015625 755.888671875 1574.046875 773.779296875 c 0 - 1596.15625 791.748046875 1613.265625 820.498046875 1625.453125 860.185546875 c 1 - 1653.60449219 843.544921875 1681.75488281 826.904296875 1709.90625 810.263671875 c 1 - 1688.8125 761.044921875 1660.609375 723.232421875 1625.453125 696.982421875 c 0 - 1590.21875 670.732421875 1544.125 657.685546875 1487.171875 657.685546875 c 0xef08 +890.296875 -253.330078125 m 0xcfa8 + 818.734375 -253.330078125 764.828125 -231.298828125 728.578125 -187.158203125 c 0 + 692.484375 -142.939453125 674.359375 -78.642578125 674.359375 5.810546875 c 0 + 674.359375 46.123046875 679.515625 86.435546875 689.671875 126.826171875 c 0 + 699.984375 167.138671875 714.671875 205.654296875 733.890625 242.451171875 c 0 + 753.109375 279.248046875 775.921875 313.701171875 802.484375 345.654296875 c 0 + 829.046875 377.685546875 858.734375 405.185546875 891.390625 428.232421875 c 1 + 937.120117188 428.232421875 982.848632812 428.232421875 1028.578125 428.232421875 c 1 + 989.515625 398.154296875 955.921875 369.482421875 927.796875 342.294921875 c 0 + 899.671875 315.107421875 875.765625 288.076171875 856.234375 261.201171875 c 0 + 836.703125 234.326171875 820.921875 206.669921875 808.734375 178.154296875 c 0 + 796.546875 149.638671875 787.328125 118.779296875 780.921875 85.498046875 c 1 + 785.088867188 85.498046875 789.254882812 85.498046875 793.421875 85.498046875 c 1 + 804.359375 116.201171875 821.546875 139.716796875 845.296875 156.044921875 c 0 + 868.890625 172.373046875 897.015625 180.576171875 929.671875 180.576171875 c 0 + 984.046875 180.576171875 1027.171875 162.919921875 1058.890625 127.763671875 c 0 + 1090.453125 92.529296875 1106.390625 40.732421875 1106.390625 -27.783203125 c 0 + 1106.390625 -98.798828125 1087.953125 -154.189453125 1051.234375 -193.876953125 c 0 + 1014.359375 -233.564453125 960.765625 -253.330078125 890.296875 -253.330078125 c 0xcfa8 +890.296875 -167.939453125 m 256 + 962.640625 -167.939453125 998.890625 -128.251953125 998.890625 -48.876953125 c 1 + 998.890625 -40.5693359375 998.890625 -32.2626953125 998.890625 -23.955078125 c 1 + 998.890625 55.419921875 962.640625 95.107421875 890.296875 95.107421875 c 256 + 818.109375 95.107421875 781.859375 55.419921875 781.859375 -23.955078125 c 1 + 781.859375 -32.2626953125 781.859375 -40.5693359375 781.859375 -48.876953125 c 1 + 781.859375 -128.251953125 818.109375 -167.939453125 890.296875 -167.939453125 c 256 +278.890625 624.169921875 m 1xdf08 + 213.291992188 847.529296875 147.692382812 1070.88867188 82.09375 1294.24804688 c 1 + 117.614257812 1294.24804688 153.135742188 1294.24804688 188.65625 1294.24804688 c 1 + 228.317382812 1153.77929688 267.979492188 1013.31054688 307.640625 872.841796875 c 1 + 316.9375 820.680664062 326.234375 768.518554688 335.53125 716.357421875 c 1 + 339.671875 716.357421875 343.8125 716.357421875 347.953125 716.357421875 c 1 + 357.25 768.518554688 366.546875 820.680664062 375.84375 872.841796875 c 1 + 415.192382812 1013.31054688 454.541992188 1153.77929688 493.890625 1294.24804688 c 1 + 528.786132812 1294.24804688 563.682617188 1294.24804688 598.578125 1294.24804688 c 1 + 533.291992188 1070.88867188 468.004882812 847.529296875 402.71875 624.169921875 c 1 + 361.442382812 624.169921875 320.166992188 624.169921875 278.890625 624.169921875 c 1xdf08 +802.40625 624.169921875 m 1xdf58 + 768.473632812 624.169921875 734.541992188 624.169921875 700.609375 624.169921875 c 1 + 700.609375 847.529296875 700.609375 1070.88867188 700.609375 1294.24804688 c 1 + 788.942382812 1294.24804688 877.276367188 1294.24804688 965.609375 1294.24804688 c 1 + 1023.1875 1294.24804688 1066.546875 1277.13867188 1095.6875 1242.91992188 c 0 + 1124.75 1208.62304688 1139.359375 1159.56054688 1139.359375 1095.49804688 c 0 + 1139.359375 1043.70117188 1129.75 1001.74804688 1110.53125 969.794921875 c 0 + 1091.3125 937.763671875 1062.5625 916.357421875 1024.125 905.419921875 c 1 + 1066.703125 811.669921875 1109.28125 717.919921875 1151.859375 624.169921875 c 1 + 1114.09863281 624.169921875 1076.33886719 624.169921875 1038.578125 624.169921875 c 1 + 999.854492188 715.368164062 961.129882812 806.565429688 922.40625 897.763671875 c 1 + 882.40625 897.763671875 842.40625 897.763671875 802.40625 897.763671875 c 1 + 802.40625 806.565429688 802.40625 715.368164062 802.40625 624.169921875 c 1xdf58 +956.9375 983.232421875 m 1 + 981.234375 983.232421875 999.671875 989.482421875 1012.171875 1001.90429688 c 0 + 1024.59375 1014.40429688 1030.84375 1034.71679688 1030.84375 1062.91992188 c 1 + 1030.84375 1083.70117188 1030.84375 1104.48242188 1030.84375 1125.26367188 c 1 + 1030.84375 1153.46679688 1024.59375 1173.77929688 1012.171875 1186.27929688 c 0 + 999.671875 1198.70117188 981.234375 1204.95117188 956.9375 1204.95117188 c 1 + 905.426757812 1204.95117188 853.916992188 1204.95117188 802.40625 1204.95117188 c 1 + 802.40625 1131.04492188 802.40625 1057.13867188 802.40625 983.232421875 c 1 + 853.916992188 983.232421875 905.426757812 983.232421875 956.9375 983.232421875 c 1 +1487.171875 612.685546875 m 0xef08 + 1448.109375 612.685546875 1413.109375 619.248046875 1382.09375 632.294921875 c 0 + 1351 645.419921875 1324.4375 666.123046875 1302.40625 694.248046875 c 0 + 1280.296875 722.373046875 1263.34375 758.388671875 1251.46875 802.216796875 c 0 + 1239.671875 846.123046875 1233.734375 898.388671875 1233.734375 959.248046875 c 256 + 1233.734375 1020.02929688 1239.671875 1072.29492188 1251.46875 1116.20117188 c 0 + 1263.34375 1160.02929688 1280.296875 1196.04492188 1302.40625 1224.16992188 c 0 + 1324.4375 1252.29492188 1351 1272.99804688 1382.09375 1286.12304688 c 0 + 1413.109375 1299.24804688 1448.109375 1305.73242188 1487.171875 1305.73242188 c 0 + 1544.125 1305.73242188 1589.75 1293.46679688 1623.96875 1268.77929688 c 0 + 1658.1875 1244.16992188 1685.609375 1207.21679688 1706.078125 1157.91992188 c 1 + 1677.27636719 1141.93066406 1648.47363281 1125.94042969 1619.671875 1109.95117188 c 1 + 1608.109375 1147.68554688 1592.015625 1174.87304688 1571.15625 1191.51367188 c 0 + 1550.375 1208.15429688 1522.40625 1216.51367188 1487.171875 1216.51367188 c 0 + 1441.78125 1216.51367188 1406.390625 1200.81054688 1381.078125 1169.48242188 c 0 + 1355.84375 1138.07617188 1343.1875 1094.87304688 1343.1875 1039.87304688 c 1 + 1343.1875 986.096679688 1343.1875 932.321289062 1343.1875 878.544921875 c 1 + 1343.1875 823.544921875 1355.84375 780.341796875 1381.078125 748.935546875 c 0 + 1406.390625 717.607421875 1441.78125 701.904296875 1487.171875 701.904296875 c 0 + 1523.03125 701.904296875 1552.015625 710.888671875 1574.046875 728.779296875 c 0 + 1596.15625 746.748046875 1613.265625 775.498046875 1625.453125 815.185546875 c 1 + 1653.60449219 798.544921875 1681.75488281 781.904296875 1709.90625 765.263671875 c 1 + 1688.8125 716.044921875 1660.609375 678.232421875 1625.453125 651.982421875 c 0 + 1590.21875 625.732421875 1544.125 612.685546875 1487.171875 612.685546875 c 0xef08 EndSplineSet EndChar StartChar: uniE10D Encoding: 57613 57613 14 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -202.516 96.0156<568.266 840.922 1048.27 1320.92> 652.016 96.9531<456.756 680.46> 930.375 95.0781<1137.88 1374.26> 1248.11 96.9531<456.756 680.46 1137.88 1374.26> -VStem: 279.672 116.172<812.663 1184.42> 459.828 108.438<-106.5 467.562> 741.391 116.172<812.663 1184.42> 939.828 108.438<-106.5 467.562> 1029.44 108.438<663.5 930.375 1025.45 1238.58> 1398.03 114.297<1047.69 1216.26> +VWidth: 1687 +Flags: W +HStem: -247.516 96.0156<568.266 840.922 1048.27 1320.92> 607.016 96.9531<456.756 680.46> 885.375 95.0781<1137.88 1374.26> 1203.11 96.9531<456.756 680.46 1137.88 1374.26> +VStem: 279.672 116.172<767.663 1139.42> 459.828 108.438<-151.5 422.562> 741.391 116.172<767.663 1139.42> 939.828 108.438<-151.5 422.562> 1029.44 108.438<618.5 885.375 980.453 1193.58> 1398.03 114.297<1002.69 1171.26> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -142.516 96.0156<568.266 840.922 1048.27 1320.92> 712.016 96.9531<456.756 680.46> 990.375 95.0781<1137.88 1374.26> 1308.11 96.9531<456.756 680.46 1137.88 1374.26> -VStem: 279.672 116.172<872.663 1244.42> 459.828 108.438<-46.5 527.562> 741.391 116.172<872.663 1244.42> 939.828 108.438<-46.5 527.562> 1029.44 108.438<723.5 990.375 1085.45 1298.58> 1398.03 114.297<1107.69 1276.26> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -459.828125 -202.515625 m 1xfe40 - 459.828125 20.84375 459.828125 244.203125 459.828125 467.5625 c 1 - 495.973632812 467.5625 532.120117188 467.5625 568.265625 467.5625 c 1 - 568.265625 276.208007812 568.265625 84.853515625 568.265625 -106.5 c 1 - 659.151367188 -106.5 750.036132812 -106.5 840.921875 -106.5 c 1 - 840.921875 -138.505859375 840.921875 -170.510742188 840.921875 -202.515625 c 1 - 713.890625 -202.515625 586.859375 -202.515625 459.828125 -202.515625 c 1xfe40 -939.828125 -202.515625 m 1xff40 - 939.828125 20.84375 939.828125 244.203125 939.828125 467.5625 c 1 - 975.973632812 467.5625 1012.12011719 467.5625 1048.265625 467.5625 c 1 - 1048.265625 276.208007812 1048.265625 84.853515625 1048.265625 -106.5 c 1 - 1139.15136719 -106.5 1230.03613281 -106.5 1320.921875 -106.5 c 1 - 1320.921875 -138.505859375 1320.921875 -170.510742188 1320.921875 -202.515625 c 1 - 1193.890625 -202.515625 1066.859375 -202.515625 939.828125 -202.515625 c 1xff40 -568.65625 652.015625 m 256 - 525.0625 652.015625 485.609375 659.515625 450.0625 674.515625 c 0 - 414.515625 689.59375 384.125 711.625 358.890625 740.765625 c 0 - 333.578125 769.90625 314.046875 806.078125 300.296875 849.28125 c 0 - 286.546875 892.484375 279.671875 942.25 279.671875 998.578125 c 256 - 279.671875 1054.828125 286.546875 1104.59375 300.296875 1147.796875 c 0 - 314.046875 1191 333.578125 1227.171875 358.890625 1256.3125 c 0 - 384.125 1285.453125 414.515625 1307.484375 450.0625 1322.5625 c 0 - 485.609375 1337.5625 525.0625 1345.0625 568.65625 1345.0625 c 256 - 612.171875 1345.0625 651.625 1337.5625 687.171875 1322.5625 c 0 - 722.71875 1307.484375 753.109375 1285.453125 778.34375 1256.3125 c 0 - 803.65625 1227.171875 823.1875 1191 836.9375 1147.796875 c 0 - 850.6875 1104.59375 857.5625 1054.828125 857.5625 998.578125 c 256 - 857.5625 942.25 850.6875 892.484375 836.9375 849.28125 c 0 - 823.1875 806.078125 803.65625 769.90625 778.34375 740.765625 c 0 - 753.109375 711.625 722.71875 689.59375 687.171875 674.515625 c 0 - 651.625 659.515625 612.171875 652.015625 568.65625 652.015625 c 256 -568.65625 748.96875 m 0 - 594.203125 748.96875 617.71875 753.421875 639.203125 762.40625 c 0 - 660.609375 771.3125 678.890625 784.28125 693.890625 801.234375 c 0 - 708.96875 818.1875 720.609375 838.890625 728.96875 863.1875 c 0 - 737.25 887.484375 741.390625 914.984375 741.390625 945.765625 c 1 - 741.390625 980.947265625 741.390625 1016.12988281 741.390625 1051.3125 c 1 - 741.390625 1082.09375 737.25 1109.59375 728.96875 1133.890625 c 0 - 720.609375 1158.1875 708.96875 1178.890625 693.890625 1195.84375 c 0 - 678.890625 1212.796875 660.609375 1225.765625 639.203125 1234.671875 c 0 - 617.71875 1243.65625 594.203125 1248.109375 568.65625 1248.109375 c 0 - 542.40625 1248.109375 518.734375 1243.65625 497.5625 1234.671875 c 0 - 476.46875 1225.765625 458.34375 1212.796875 443.34375 1195.84375 c 0 - 428.265625 1178.890625 416.625 1158.1875 408.265625 1133.890625 c 0 - 399.984375 1109.59375 395.84375 1082.09375 395.84375 1051.3125 c 1 - 395.84375 1016.12988281 395.84375 980.947265625 395.84375 945.765625 c 1 - 395.84375 914.984375 399.984375 887.484375 408.265625 863.1875 c 0 - 416.625 838.890625 428.265625 818.1875 443.34375 801.234375 c 0 - 458.34375 784.28125 476.46875 771.3125 497.5625 762.40625 c 0 - 518.734375 753.421875 542.40625 748.96875 568.65625 748.96875 c 0 -1029.4375 663.5 m 1xfec0 - 1029.4375 886.859375 1029.4375 1110.21875 1029.4375 1333.578125 c 1 - 1125.42675781 1333.578125 1221.41699219 1333.578125 1317.40625 1333.578125 c 1 - 1379.515625 1333.578125 1427.484375 1315.37402344 1461.390625 1278.890625 c 0 - 1495.375 1242.40527344 1512.328125 1193.421875 1512.328125 1132.015625 c 256 - 1512.328125 1070.53027344 1495.375 1021.546875 1461.390625 985.0625 c 0 - 1427.484375 948.65625 1379.515625 930.375 1317.40625 930.375 c 1 - 1257.5625 930.375 1197.71875 930.375 1137.875 930.375 c 1 - 1137.875 841.416015625 1137.875 752.458007812 1137.875 663.5 c 1 - 1101.72949219 663.5 1065.58300781 663.5 1029.4375 663.5 c 1xfec0 -1137.875 1025.453125 m 1 - 1195.47949219 1025.453125 1253.08300781 1025.453125 1310.6875 1025.453125 c 1 - 1338.1875 1025.453125 1359.671875 1032.640625 1374.984375 1047.015625 c 0 - 1390.375 1061.390625 1398.03125 1082.09277344 1398.03125 1108.96875 c 1 - 1398.03125 1124.30664062 1398.03125 1139.64550781 1398.03125 1154.984375 c 1 - 1398.03125 1181.9375 1390.375 1202.56152344 1374.984375 1216.9375 c 0 - 1359.671875 1231.31152344 1338.1875 1238.578125 1310.6875 1238.578125 c 1 - 1253.08300781 1238.578125 1195.47949219 1238.578125 1137.875 1238.578125 c 1 - 1137.875 1167.53613281 1137.875 1096.49414062 1137.875 1025.453125 c 1 +459.828125 -247.515625 m 1xfe40 + 459.828125 -24.15625 459.828125 199.203125 459.828125 422.5625 c 1 + 495.973632812 422.5625 532.120117188 422.5625 568.265625 422.5625 c 1 + 568.265625 231.208007812 568.265625 39.853515625 568.265625 -151.5 c 1 + 659.151367188 -151.5 750.036132812 -151.5 840.921875 -151.5 c 1 + 840.921875 -183.505859375 840.921875 -215.510742188 840.921875 -247.515625 c 1 + 713.890625 -247.515625 586.859375 -247.515625 459.828125 -247.515625 c 1xfe40 +939.828125 -247.515625 m 1xff40 + 939.828125 -24.15625 939.828125 199.203125 939.828125 422.5625 c 1 + 975.973632812 422.5625 1012.12011719 422.5625 1048.265625 422.5625 c 1 + 1048.265625 231.208007812 1048.265625 39.853515625 1048.265625 -151.5 c 1 + 1139.15136719 -151.5 1230.03613281 -151.5 1320.921875 -151.5 c 1 + 1320.921875 -183.505859375 1320.921875 -215.510742188 1320.921875 -247.515625 c 1 + 1193.890625 -247.515625 1066.859375 -247.515625 939.828125 -247.515625 c 1xff40 +568.65625 607.015625 m 256 + 525.0625 607.015625 485.609375 614.515625 450.0625 629.515625 c 0 + 414.515625 644.59375 384.125 666.625 358.890625 695.765625 c 0 + 333.578125 724.90625 314.046875 761.078125 300.296875 804.28125 c 0 + 286.546875 847.484375 279.671875 897.25 279.671875 953.578125 c 256 + 279.671875 1009.828125 286.546875 1059.59375 300.296875 1102.796875 c 0 + 314.046875 1146 333.578125 1182.171875 358.890625 1211.3125 c 0 + 384.125 1240.453125 414.515625 1262.484375 450.0625 1277.5625 c 0 + 485.609375 1292.5625 525.0625 1300.0625 568.65625 1300.0625 c 256 + 612.171875 1300.0625 651.625 1292.5625 687.171875 1277.5625 c 0 + 722.71875 1262.484375 753.109375 1240.453125 778.34375 1211.3125 c 0 + 803.65625 1182.171875 823.1875 1146 836.9375 1102.796875 c 0 + 850.6875 1059.59375 857.5625 1009.828125 857.5625 953.578125 c 256 + 857.5625 897.25 850.6875 847.484375 836.9375 804.28125 c 0 + 823.1875 761.078125 803.65625 724.90625 778.34375 695.765625 c 0 + 753.109375 666.625 722.71875 644.59375 687.171875 629.515625 c 0 + 651.625 614.515625 612.171875 607.015625 568.65625 607.015625 c 256 +568.65625 703.96875 m 0 + 594.203125 703.96875 617.71875 708.421875 639.203125 717.40625 c 0 + 660.609375 726.3125 678.890625 739.28125 693.890625 756.234375 c 0 + 708.96875 773.1875 720.609375 793.890625 728.96875 818.1875 c 0 + 737.25 842.484375 741.390625 869.984375 741.390625 900.765625 c 1 + 741.390625 935.947265625 741.390625 971.129882812 741.390625 1006.3125 c 1 + 741.390625 1037.09375 737.25 1064.59375 728.96875 1088.890625 c 0 + 720.609375 1113.1875 708.96875 1133.890625 693.890625 1150.84375 c 0 + 678.890625 1167.796875 660.609375 1180.765625 639.203125 1189.671875 c 0 + 617.71875 1198.65625 594.203125 1203.109375 568.65625 1203.109375 c 0 + 542.40625 1203.109375 518.734375 1198.65625 497.5625 1189.671875 c 0 + 476.46875 1180.765625 458.34375 1167.796875 443.34375 1150.84375 c 0 + 428.265625 1133.890625 416.625 1113.1875 408.265625 1088.890625 c 0 + 399.984375 1064.59375 395.84375 1037.09375 395.84375 1006.3125 c 1 + 395.84375 971.129882812 395.84375 935.947265625 395.84375 900.765625 c 1 + 395.84375 869.984375 399.984375 842.484375 408.265625 818.1875 c 0 + 416.625 793.890625 428.265625 773.1875 443.34375 756.234375 c 0 + 458.34375 739.28125 476.46875 726.3125 497.5625 717.40625 c 0 + 518.734375 708.421875 542.40625 703.96875 568.65625 703.96875 c 0 +1029.4375 618.5 m 1xfec0 + 1029.4375 841.859375 1029.4375 1065.21875 1029.4375 1288.578125 c 1 + 1125.42675781 1288.578125 1221.41699219 1288.578125 1317.40625 1288.578125 c 1 + 1379.515625 1288.578125 1427.484375 1270.37402344 1461.390625 1233.890625 c 0 + 1495.375 1197.40527344 1512.328125 1148.421875 1512.328125 1087.015625 c 256 + 1512.328125 1025.53027344 1495.375 976.546875 1461.390625 940.0625 c 0 + 1427.484375 903.65625 1379.515625 885.375 1317.40625 885.375 c 1 + 1257.5625 885.375 1197.71875 885.375 1137.875 885.375 c 1 + 1137.875 796.416015625 1137.875 707.458007812 1137.875 618.5 c 1 + 1101.72949219 618.5 1065.58300781 618.5 1029.4375 618.5 c 1xfec0 +1137.875 980.453125 m 1 + 1195.47949219 980.453125 1253.08300781 980.453125 1310.6875 980.453125 c 1 + 1338.1875 980.453125 1359.671875 987.640625 1374.984375 1002.015625 c 0 + 1390.375 1016.390625 1398.03125 1037.09277344 1398.03125 1063.96875 c 1 + 1398.03125 1079.30664062 1398.03125 1094.64550781 1398.03125 1109.984375 c 1 + 1398.03125 1136.9375 1390.375 1157.56152344 1374.984375 1171.9375 c 0 + 1359.671875 1186.31152344 1338.1875 1193.578125 1310.6875 1193.578125 c 1 + 1253.08300781 1193.578125 1195.47949219 1193.578125 1137.875 1193.578125 c 1 + 1137.875 1122.53613281 1137.875 1051.49414062 1137.875 980.453125 c 1 EndSplineSet EndChar StartChar: uniE10E Encoding: 57614 57614 15 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 96.0156<177.043 421.987 1508.81 1781.47> 494.875 95.0781<868.812 1105.12> 803.078 95<177.765 421.265 868.812 1105.12> -VStem: 10.5312 116.25<377.163 748.916> 472.25 116.25<377.163 748.916> 760.375 108.438<228 494.875 589.953 803.078> 1128.97 114.219<612.194 780.759> 1400.38 108.438<324.016 898.078> +VWidth: 1687 +Flags: W +HStem: 183 96.0156<177.043 421.987 1508.81 1781.47> 449.875 95.0781<868.812 1105.12> 758.078 95<177.765 421.265 868.812 1105.12> +VStem: 10.5312 116.25<332.163 703.916> 472.25 116.25<332.163 703.916> 760.375 108.438<183 449.875 544.953 758.078> 1128.97 114.219<567.194 735.759> 1400.38 108.438<279.016 853.078> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 96.0156<177.043 421.987 1508.81 1781.47> 554.875 95.0781<868.812 1105.12> 863.078 95<177.765 421.265 868.812 1105.12> -VStem: 10.5312 116.25<437.163 808.916> 472.25 116.25<437.163 808.916> 760.375 108.438<288 554.875 649.953 863.078> 1128.97 114.219<672.194 840.759> 1400.38 108.438<384.016 958.078> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -299.59375 216.515625 m 256 - 256 216.515625 216.46875 224.015625 181 239.015625 c 0 - 145.375 254.09375 115.0625 276.125 89.75 305.265625 c 0 - 64.4375 334.40625 44.90625 370.578125 31.15625 413.78125 c 0 - 17.40625 456.984375 10.53125 506.75 10.53125 563.078125 c 256 - 10.53125 619.328125 17.40625 669.09375 31.15625 712.296875 c 0 - 44.90625 755.5 64.4375 791.671875 89.75 820.8125 c 0 - 115.0625 849.953125 145.375 871.984375 181 887.0625 c 0 - 216.46875 902.0625 256 909.5625 299.59375 909.5625 c 256 - 343.03125 909.5625 382.5625 902.0625 418.03125 887.0625 c 0 - 453.65625 871.984375 483.96875 849.953125 509.28125 820.8125 c 0 - 534.59375 791.671875 554.125 755.5 567.875 712.296875 c 0 - 581.625 669.09375 588.5 619.328125 588.5 563.078125 c 256 - 588.5 506.75 581.625 456.984375 567.875 413.78125 c 0 - 554.125 370.578125 534.59375 334.40625 509.28125 305.265625 c 0 - 483.96875 276.125 453.65625 254.09375 418.03125 239.015625 c 0 - 382.5625 224.015625 343.03125 216.515625 299.59375 216.515625 c 256 -299.59375 313.46875 m 0 - 325.0625 313.46875 348.65625 317.921875 370.0625 326.90625 c 0 - 391.46875 335.8125 409.75 348.78125 424.75 365.734375 c 0 - 439.90625 382.6875 451.46875 403.390625 459.90625 427.6875 c 0 - 468.1875 451.984375 472.25 479.484375 472.25 510.265625 c 1 - 472.25 545.448242188 472.25 580.629882812 472.25 615.8125 c 1 - 472.25 646.59375 468.1875 674.09375 459.90625 698.390625 c 0 - 451.46875 722.6875 439.90625 743.390625 424.75 760.34375 c 0 - 409.75 777.296875 391.46875 790.265625 370.0625 799.171875 c 0 - 348.65625 808.15625 325.0625 812.609375 299.59375 812.609375 c 0 - 273.34375 812.609375 249.59375 808.15625 228.5 799.171875 c 0 - 207.40625 790.265625 189.28125 777.296875 174.28125 760.34375 c 0 - 159.125 743.390625 147.5625 722.6875 139.125 698.390625 c 0 - 130.84375 674.09375 126.78125 646.59375 126.78125 615.8125 c 1 - 126.78125 580.629882812 126.78125 545.448242188 126.78125 510.265625 c 1 - 126.78125 479.484375 130.84375 451.984375 139.125 427.6875 c 0 - 147.5625 403.390625 159.125 382.6875 174.28125 365.734375 c 0 - 189.28125 348.78125 207.40625 335.8125 228.5 326.90625 c 0 - 249.59375 317.921875 273.34375 313.46875 299.59375 313.46875 c 0 -760.375 228 m 1 - 760.375 451.359375 760.375 674.71875 760.375 898.078125 c 1 - 856.364257812 898.078125 952.354492188 898.078125 1048.34375 898.078125 c 1 - 1110.375 898.078125 1158.34375 879.875 1192.25 843.390625 c 0 - 1226.3125 806.90625 1243.1875 757.921875 1243.1875 696.515625 c 256 - 1243.1875 635.03125 1226.3125 586.046875 1192.25 549.5625 c 0 - 1158.34375 513.15625 1110.375 494.875 1048.34375 494.875 c 1 - 988.5 494.875 928.65625 494.875 868.8125 494.875 c 1 - 868.8125 405.916992188 868.8125 316.958007812 868.8125 228 c 1 - 832.666992188 228 796.520507812 228 760.375 228 c 1 -868.8125 589.953125 m 1 - 926.416992188 589.953125 984.020507812 589.953125 1041.625 589.953125 c 1 - 1069.125 589.953125 1090.53125 597.140625 1105.84375 611.515625 c 0 - 1121.3125 625.890625 1128.96875 646.59375 1128.96875 673.46875 c 1 - 1128.96875 688.807617188 1128.96875 704.145507812 1128.96875 719.484375 c 1 - 1128.96875 746.4375 1121.3125 767.0625 1105.84375 781.4375 c 0 - 1090.53125 795.8125 1069.125 803.078125 1041.625 803.078125 c 1 - 984.020507812 803.078125 926.416992188 803.078125 868.8125 803.078125 c 1 - 868.8125 732.036132812 868.8125 660.995117188 868.8125 589.953125 c 1 -1400.375 228 m 1 - 1400.375 451.359375 1400.375 674.71875 1400.375 898.078125 c 1 - 1436.52050781 898.078125 1472.66699219 898.078125 1508.8125 898.078125 c 1 - 1508.8125 706.723632812 1508.8125 515.370117188 1508.8125 324.015625 c 1 - 1599.69824219 324.015625 1690.58300781 324.015625 1781.46875 324.015625 c 1 - 1781.46875 292.010742188 1781.46875 260.004882812 1781.46875 228 c 1 - 1654.4375 228 1527.40625 228 1400.375 228 c 1 +299.59375 171.515625 m 256 + 256 171.515625 216.46875 179.015625 181 194.015625 c 0 + 145.375 209.09375 115.0625 231.125 89.75 260.265625 c 0 + 64.4375 289.40625 44.90625 325.578125 31.15625 368.78125 c 0 + 17.40625 411.984375 10.53125 461.75 10.53125 518.078125 c 256 + 10.53125 574.328125 17.40625 624.09375 31.15625 667.296875 c 0 + 44.90625 710.5 64.4375 746.671875 89.75 775.8125 c 0 + 115.0625 804.953125 145.375 826.984375 181 842.0625 c 0 + 216.46875 857.0625 256 864.5625 299.59375 864.5625 c 256 + 343.03125 864.5625 382.5625 857.0625 418.03125 842.0625 c 0 + 453.65625 826.984375 483.96875 804.953125 509.28125 775.8125 c 0 + 534.59375 746.671875 554.125 710.5 567.875 667.296875 c 0 + 581.625 624.09375 588.5 574.328125 588.5 518.078125 c 256 + 588.5 461.75 581.625 411.984375 567.875 368.78125 c 0 + 554.125 325.578125 534.59375 289.40625 509.28125 260.265625 c 0 + 483.96875 231.125 453.65625 209.09375 418.03125 194.015625 c 0 + 382.5625 179.015625 343.03125 171.515625 299.59375 171.515625 c 256 +299.59375 268.46875 m 0 + 325.0625 268.46875 348.65625 272.921875 370.0625 281.90625 c 0 + 391.46875 290.8125 409.75 303.78125 424.75 320.734375 c 0 + 439.90625 337.6875 451.46875 358.390625 459.90625 382.6875 c 0 + 468.1875 406.984375 472.25 434.484375 472.25 465.265625 c 1 + 472.25 500.448242188 472.25 535.629882812 472.25 570.8125 c 1 + 472.25 601.59375 468.1875 629.09375 459.90625 653.390625 c 0 + 451.46875 677.6875 439.90625 698.390625 424.75 715.34375 c 0 + 409.75 732.296875 391.46875 745.265625 370.0625 754.171875 c 0 + 348.65625 763.15625 325.0625 767.609375 299.59375 767.609375 c 0 + 273.34375 767.609375 249.59375 763.15625 228.5 754.171875 c 0 + 207.40625 745.265625 189.28125 732.296875 174.28125 715.34375 c 0 + 159.125 698.390625 147.5625 677.6875 139.125 653.390625 c 0 + 130.84375 629.09375 126.78125 601.59375 126.78125 570.8125 c 1 + 126.78125 535.629882812 126.78125 500.448242188 126.78125 465.265625 c 1 + 126.78125 434.484375 130.84375 406.984375 139.125 382.6875 c 0 + 147.5625 358.390625 159.125 337.6875 174.28125 320.734375 c 0 + 189.28125 303.78125 207.40625 290.8125 228.5 281.90625 c 0 + 249.59375 272.921875 273.34375 268.46875 299.59375 268.46875 c 0 +760.375 183 m 1 + 760.375 406.359375 760.375 629.71875 760.375 853.078125 c 1 + 856.364257812 853.078125 952.354492188 853.078125 1048.34375 853.078125 c 1 + 1110.375 853.078125 1158.34375 834.875 1192.25 798.390625 c 0 + 1226.3125 761.90625 1243.1875 712.921875 1243.1875 651.515625 c 256 + 1243.1875 590.03125 1226.3125 541.046875 1192.25 504.5625 c 0 + 1158.34375 468.15625 1110.375 449.875 1048.34375 449.875 c 1 + 988.5 449.875 928.65625 449.875 868.8125 449.875 c 1 + 868.8125 360.916992188 868.8125 271.958007812 868.8125 183 c 1 + 832.666992188 183 796.520507812 183 760.375 183 c 1 +868.8125 544.953125 m 1 + 926.416992188 544.953125 984.020507812 544.953125 1041.625 544.953125 c 1 + 1069.125 544.953125 1090.53125 552.140625 1105.84375 566.515625 c 0 + 1121.3125 580.890625 1128.96875 601.59375 1128.96875 628.46875 c 1 + 1128.96875 643.807617188 1128.96875 659.145507812 1128.96875 674.484375 c 1 + 1128.96875 701.4375 1121.3125 722.0625 1105.84375 736.4375 c 0 + 1090.53125 750.8125 1069.125 758.078125 1041.625 758.078125 c 1 + 984.020507812 758.078125 926.416992188 758.078125 868.8125 758.078125 c 1 + 868.8125 687.036132812 868.8125 615.995117188 868.8125 544.953125 c 1 +1400.375 183 m 1 + 1400.375 406.359375 1400.375 629.71875 1400.375 853.078125 c 1 + 1436.52050781 853.078125 1472.66699219 853.078125 1508.8125 853.078125 c 1 + 1508.8125 661.723632812 1508.8125 470.370117188 1508.8125 279.015625 c 1 + 1599.69824219 279.015625 1690.58300781 279.015625 1781.46875 279.015625 c 1 + 1781.46875 247.010742188 1781.46875 215.004882812 1781.46875 183 c 1 + 1654.4375 183 1527.40625 183 1400.375 183 c 1 EndSplineSet EndChar StartChar: uniE10F Encoding: 57615 57615 16 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 96.0156<742.719 983.085 1340.88 1585.94> 519.875 95.9375<182.719 458.188 1468.24 1586.52> 802.062 96.0156<182.719 492.719 742.719 983.085 1378.58 1614.18> -VStem: 74.2812 108.438<228 519.875 615.812 802.062> 634.281 108.438<324.016 802.062> 1038.34 116.25<379.419 746.659> 1250.22 107.5<656.387 792.68> 1610.22 107.5<339.565 486.758> -DStem2: 1464.28 629.25 1446 526.594 0.978916 -0.204262<-84.3745 149.704> +VWidth: 1687 +Flags: W +HStem: 183 96.0156<742.719 983.085 1340.88 1585.94> 474.875 95.9375<182.719 458.188 1468.24 1586.52> 757.062 96.0156<182.719 492.719 742.719 983.085 1378.58 1614.18> +VStem: 74.2812 108.438<183 474.875 570.812 757.062> 634.281 108.438<279.016 757.062> 1038.34 116.25<334.419 701.659> 1250.22 107.5<611.387 747.68> 1610.22 107.5<294.565 441.758> +DStem2: 1464.28 584.25 1446 481.594 0.978916 -0.204262<-84.3745 149.704> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 96.0156<742.719 983.085 1340.88 1585.94> 579.875 95.9375<182.719 458.188 1468.24 1586.52> 862.062 96.0156<182.719 492.719 742.719 983.085 1378.58 1614.18> -VStem: 74.2812 108.438<288 579.875 675.812 862.062> 634.281 108.438<384.016 862.062> 1038.34 116.25<439.419 806.659> 1250.22 107.5<716.387 852.68> 1610.22 107.5<399.565 546.758> -DStem2: 1464.28 689.25 1446 586.594 0.978916 -0.204262<-84.3745 149.704> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -74.28125 228 m 1 - 74.28125 451.359375 74.28125 674.71875 74.28125 898.078125 c 1 - 213.760742188 898.078125 353.239257812 898.078125 492.71875 898.078125 c 1 - 492.71875 866.073242188 492.71875 834.067382812 492.71875 802.0625 c 1 - 389.385742188 802.0625 286.051757812 802.0625 182.71875 802.0625 c 1 - 182.71875 739.979492188 182.71875 677.895507812 182.71875 615.8125 c 1 - 274.541992188 615.8125 366.364257812 615.8125 458.1875 615.8125 c 1 - 458.1875 583.833007812 458.1875 551.854492188 458.1875 519.875 c 1 - 366.364257812 519.875 274.541992188 519.875 182.71875 519.875 c 1 - 182.71875 422.583007812 182.71875 325.291992188 182.71875 228 c 1 - 146.573242188 228 110.426757812 228 74.28125 228 c 1 -634.28125 898.078125 m 1 - 713.291992188 898.078125 792.301757812 898.078125 871.3125 898.078125 c 1 - 914.28125 898.078125 953.03125 891.046875 988.03125 876.984375 c 0 - 1022.875 862.84375 1052.5625 841.90625 1077.25 814.09375 c 0 - 1101.9375 786.203125 1121 751.359375 1134.4375 709.40625 c 0 - 1147.875 667.53125 1154.59375 618.703125 1154.59375 563.078125 c 256 - 1154.59375 507.375 1147.875 458.546875 1134.4375 416.671875 c 0 - 1121 374.71875 1101.9375 339.875 1077.25 311.984375 c 0 - 1052.5625 284.171875 1022.875 263.234375 988.03125 249.09375 c 0 - 953.03125 235.03125 914.28125 228 871.3125 228 c 1 - 792.301757812 228 713.291992188 228 634.28125 228 c 1 - 634.28125 451.359375 634.28125 674.71875 634.28125 898.078125 c 1 -871.3125 324.015625 m 1 - 921.3125 324.015625 961.625 339.71875 992.25 371.046875 c 0 - 1023.03125 402.375 1038.34375 448.46875 1038.34375 509.25 c 1 - 1038.34375 545.109375 1038.34375 580.96875 1038.34375 616.828125 c 1 - 1038.34375 677.609375 1023.03125 723.703125 992.25 755.03125 c 0 - 961.625 786.4375 921.3125 802.0625 871.3125 802.0625 c 1 - 828.448242188 802.0625 785.583007812 802.0625 742.71875 802.0625 c 1 - 742.71875 642.713867188 742.71875 483.364257812 742.71875 324.015625 c 1 - 785.583007812 324.015625 828.448242188 324.015625 871.3125 324.015625 c 1 -1474.90625 216.515625 m 0 - 1418.5 216.515625 1370.6875 226.75 1331.3125 247.21875 c 0 - 1291.9375 267.6875 1258.1875 295.1875 1230.0625 329.796875 c 1 - 1255.01074219 353.15625 1279.95800781 376.515625 1304.90625 399.875 c 1 - 1328.65625 371.046875 1354.75 349.25 1383.1875 334.5625 c 0 - 1411.625 319.875 1444.125 312.453125 1480.6875 312.453125 c 0 - 1523.5 312.453125 1555.84375 322.0625 1577.5625 341.28125 c 0 - 1599.28125 360.5 1610.21875 386.4375 1610.21875 419.015625 c 0 - 1610.21875 445.265625 1602.5625 466.046875 1587.25 481.4375 c 0 - 1571.78125 496.828125 1544.59375 508.3125 1505.53125 515.96875 c 1 - 1485.6875 519.510742188 1465.84375 523.051757812 1446 526.59375 c 1 - 1380.84375 538.703125 1331.78125 560.1875 1299.125 590.890625 c 0 - 1266.46875 621.59375 1250.21875 663.859375 1250.21875 717.609375 c 0 - 1250.21875 747.0625 1255.84375 773.78125 1267.09375 797.765625 c 0 - 1278.1875 821.75 1293.96875 841.90625 1314.125 858.234375 c 0 - 1334.28125 874.5625 1358.65625 887.21875 1387.5625 896.125 c 0 - 1416.3125 905.109375 1448.65625 909.5625 1484.4375 909.5625 c 0 - 1535.0625 909.5625 1578.8125 900.8125 1616 883.234375 c 0 - 1653.03125 865.578125 1684.75 840.1875 1711 806.90625 c 1 - 1685.73925781 784.510742188 1660.47949219 762.114257812 1635.21875 739.71875 c 1 - 1617.875 762.0625 1596.78125 780.03125 1571.78125 793.46875 c 0 - 1546.9375 806.90625 1515.84375 813.625 1478.65625 813.625 c 0 - 1440.375 813.625 1410.53125 805.890625 1389.4375 790.578125 c 0 - 1368.34375 775.1875 1357.71875 752.765625 1357.71875 723.390625 c 0 - 1357.71875 695.1875 1366.3125 674.25 1383.65625 660.5 c 0 - 1401 646.75 1427.875 636.28125 1464.28125 629.25 c 1 - 1484.125 625.109375 1503.96875 620.96875 1523.8125 616.828125 c 1 - 1591 604.015625 1640.21875 582.21875 1671.15625 551.515625 c 0 - 1702.25 520.8125 1717.71875 478.546875 1717.71875 424.796875 c 0 - 1717.71875 393.46875 1712.25 364.953125 1701.46875 339.328125 c 0 - 1690.53125 313.78125 1674.75 291.828125 1653.96875 273.625 c 0 - 1633.03125 255.34375 1607.71875 241.28125 1577.5625 231.359375 c 0 - 1547.5625 221.4375 1513.1875 216.515625 1474.90625 216.515625 c 0 +74.28125 183 m 1 + 74.28125 406.359375 74.28125 629.71875 74.28125 853.078125 c 1 + 213.760742188 853.078125 353.239257812 853.078125 492.71875 853.078125 c 1 + 492.71875 821.073242188 492.71875 789.067382812 492.71875 757.0625 c 1 + 389.385742188 757.0625 286.051757812 757.0625 182.71875 757.0625 c 1 + 182.71875 694.979492188 182.71875 632.895507812 182.71875 570.8125 c 1 + 274.541992188 570.8125 366.364257812 570.8125 458.1875 570.8125 c 1 + 458.1875 538.833007812 458.1875 506.854492188 458.1875 474.875 c 1 + 366.364257812 474.875 274.541992188 474.875 182.71875 474.875 c 1 + 182.71875 377.583007812 182.71875 280.291992188 182.71875 183 c 1 + 146.573242188 183 110.426757812 183 74.28125 183 c 1 +634.28125 853.078125 m 1 + 713.291992188 853.078125 792.301757812 853.078125 871.3125 853.078125 c 1 + 914.28125 853.078125 953.03125 846.046875 988.03125 831.984375 c 0 + 1022.875 817.84375 1052.5625 796.90625 1077.25 769.09375 c 0 + 1101.9375 741.203125 1121 706.359375 1134.4375 664.40625 c 0 + 1147.875 622.53125 1154.59375 573.703125 1154.59375 518.078125 c 256 + 1154.59375 462.375 1147.875 413.546875 1134.4375 371.671875 c 0 + 1121 329.71875 1101.9375 294.875 1077.25 266.984375 c 0 + 1052.5625 239.171875 1022.875 218.234375 988.03125 204.09375 c 0 + 953.03125 190.03125 914.28125 183 871.3125 183 c 1 + 792.301757812 183 713.291992188 183 634.28125 183 c 1 + 634.28125 406.359375 634.28125 629.71875 634.28125 853.078125 c 1 +871.3125 279.015625 m 1 + 921.3125 279.015625 961.625 294.71875 992.25 326.046875 c 0 + 1023.03125 357.375 1038.34375 403.46875 1038.34375 464.25 c 1 + 1038.34375 500.109375 1038.34375 535.96875 1038.34375 571.828125 c 1 + 1038.34375 632.609375 1023.03125 678.703125 992.25 710.03125 c 0 + 961.625 741.4375 921.3125 757.0625 871.3125 757.0625 c 1 + 828.448242188 757.0625 785.583007812 757.0625 742.71875 757.0625 c 1 + 742.71875 597.713867188 742.71875 438.364257812 742.71875 279.015625 c 1 + 785.583007812 279.015625 828.448242188 279.015625 871.3125 279.015625 c 1 +1474.90625 171.515625 m 0 + 1418.5 171.515625 1370.6875 181.75 1331.3125 202.21875 c 0 + 1291.9375 222.6875 1258.1875 250.1875 1230.0625 284.796875 c 1 + 1255.01074219 308.15625 1279.95800781 331.515625 1304.90625 354.875 c 1 + 1328.65625 326.046875 1354.75 304.25 1383.1875 289.5625 c 0 + 1411.625 274.875 1444.125 267.453125 1480.6875 267.453125 c 0 + 1523.5 267.453125 1555.84375 277.0625 1577.5625 296.28125 c 0 + 1599.28125 315.5 1610.21875 341.4375 1610.21875 374.015625 c 0 + 1610.21875 400.265625 1602.5625 421.046875 1587.25 436.4375 c 0 + 1571.78125 451.828125 1544.59375 463.3125 1505.53125 470.96875 c 1 + 1485.6875 474.510742188 1465.84375 478.051757812 1446 481.59375 c 1 + 1380.84375 493.703125 1331.78125 515.1875 1299.125 545.890625 c 0 + 1266.46875 576.59375 1250.21875 618.859375 1250.21875 672.609375 c 0 + 1250.21875 702.0625 1255.84375 728.78125 1267.09375 752.765625 c 0 + 1278.1875 776.75 1293.96875 796.90625 1314.125 813.234375 c 0 + 1334.28125 829.5625 1358.65625 842.21875 1387.5625 851.125 c 0 + 1416.3125 860.109375 1448.65625 864.5625 1484.4375 864.5625 c 0 + 1535.0625 864.5625 1578.8125 855.8125 1616 838.234375 c 0 + 1653.03125 820.578125 1684.75 795.1875 1711 761.90625 c 1 + 1685.73925781 739.510742188 1660.47949219 717.114257812 1635.21875 694.71875 c 1 + 1617.875 717.0625 1596.78125 735.03125 1571.78125 748.46875 c 0 + 1546.9375 761.90625 1515.84375 768.625 1478.65625 768.625 c 0 + 1440.375 768.625 1410.53125 760.890625 1389.4375 745.578125 c 0 + 1368.34375 730.1875 1357.71875 707.765625 1357.71875 678.390625 c 0 + 1357.71875 650.1875 1366.3125 629.25 1383.65625 615.5 c 0 + 1401 601.75 1427.875 591.28125 1464.28125 584.25 c 1 + 1484.125 580.109375 1503.96875 575.96875 1523.8125 571.828125 c 1 + 1591 559.015625 1640.21875 537.21875 1671.15625 506.515625 c 0 + 1702.25 475.8125 1717.71875 433.546875 1717.71875 379.796875 c 0 + 1717.71875 348.46875 1712.25 319.953125 1701.46875 294.328125 c 0 + 1690.53125 268.78125 1674.75 246.828125 1653.96875 228.625 c 0 + 1633.03125 210.34375 1607.71875 196.28125 1577.5625 186.359375 c 0 + 1547.5625 176.4375 1513.1875 171.515625 1474.90625 171.515625 c 0 EndSplineSet EndChar StartChar: uniE110 Encoding: 57616 57616 17 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 144.2 116.406<1160.36 1475.04> 515.001 112.793<1160.36 1447.48> 865.392 116.406<1160.36 1447.48> -VStem: 143.168 140.43<841.368 981.8> 716.801 136.816<844.981 981.8> 1024.81 135.547<260.606 515.001 627.794 865.392> 1475.98 142.773<654.386 838.799> 1505.96 142.871<289.11 486.498> -DStem2: 283.598 981.8 143.168 981.8 0.311738 -0.950168<0 736.986> 501.957 276.231 575.199 144.2 0.291293 0.956634<0 737.551> +VWidth: 1687 +Flags: W +HStem: 99.2002 116.406<1160.36 1475.04> 470.001 112.793<1160.36 1447.48> 820.392 116.406<1160.36 1447.48> +VStem: 143.168 140.43<796.368 936.798> 716.801 136.816<799.981 936.798> 1024.81 135.547<215.606 470.001 582.794 820.392> 1475.98 142.773<609.386 793.799> 1505.96 142.871<244.11 441.498> +DStem2: 283.598 936.798 143.168 936.798 0.311738 -0.950168<0 736.986> 501.957 231.231 575.199 99.2002 0.291293 0.956634<0 737.551> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 204.2 116.406<1160.36 1475.04> 575.001 112.793<1160.36 1447.48> 925.392 116.406<1160.36 1447.48> -VStem: 143.168 140.43<901.368 1041.8> 716.801 136.816<904.981 1041.8> 1024.81 135.547<320.606 575.001 687.794 925.392> 1475.98 142.773<714.386 898.799> 1505.96 142.871<349.11 546.498> -DStem2: 283.598 1041.8 143.168 1041.8 0.311738 -0.950168<0 736.986> 501.957 336.231 575.199 204.2 0.291293 0.956634<0 737.551> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -417.97265625 144.200195312 m 1xfc - 326.37109375 423.399414062 234.76953125 702.598632812 143.16796875 981.797851562 c 1 - 189.977539062 981.797851562 236.788085938 981.797851562 283.59765625 981.797851562 c 1 - 327.999023438 843.809570312 372.399414062 705.821289062 416.80078125 567.833007812 c 1 - 443.590820312 470.631835938 470.381835938 373.431640625 497.171875 276.231445312 c 1 - 498.766601562 276.231445312 500.362304688 276.231445312 501.95703125 276.231445312 c 1 - 529.170898438 373.431640625 556.383789062 470.631835938 583.59765625 567.833007812 c 1 - 627.999023438 705.821289062 672.399414062 843.809570312 716.80078125 981.797851562 c 1 - 762.40625 981.797851562 808.01171875 981.797851562 853.6171875 981.797851562 c 1 - 760.811523438 702.598632812 668.004882812 423.399414062 575.19921875 144.200195312 c 1 - 522.790039062 144.200195312 470.381835938 144.200195312 417.97265625 144.200195312 c 1xfc -1024.80859375 981.797851562 m 1 - 1148.40917969 981.797851562 1272.00878906 981.797851562 1395.609375 981.797851562 c 1 - 1465.140625 981.797851562 1519.828125 962.168945312 1559.37890625 923.008789062 c 0 - 1599.02734375 883.848632812 1618.75390625 831.407226562 1618.75390625 765.782226562 c 0xfe - 1618.75390625 734.629882812 1614.359375 707.969726562 1605.5703125 685.997070312 c 0 - 1596.78125 664.024414062 1585.55078125 645.958007812 1571.9765625 631.993164062 c 0 - 1558.40234375 618.028320312 1542.77734375 607.579101562 1525.19921875 600.840820312 c 0 - 1507.62109375 594.004882812 1490.43359375 589.805664062 1473.5390625 588.243164062 c 1 - 1473.5390625 585.833984375 1473.5390625 583.424804688 1473.5390625 581.016601562 c 1 - 1490.43359375 580.235351562 1508.98828125 576.231445312 1529.3984375 569.004882812 c 0 - 1549.80859375 561.778320312 1568.75390625 550.352539062 1586.4296875 534.825195312 c 0 - 1604.0078125 519.200195312 1618.75390625 499.180664062 1630.765625 474.766601562 c 0 - 1642.77734375 450.352539062 1648.83203125 420.567382812 1648.83203125 385.411132812 c 0xfd - 1648.83203125 351.817382812 1643.36328125 320.176757812 1632.62109375 290.586914062 c 0 - 1621.78125 260.997070312 1606.7421875 235.411132812 1587.6015625 213.829101562 c 0 - 1568.36328125 192.247070312 1545.609375 175.157226562 1519.14453125 162.754882812 c 0 - 1492.77734375 150.352539062 1463.96875 144.200195312 1432.81640625 144.200195312 c 1 - 1296.81347656 144.200195312 1160.81152344 144.200195312 1024.80859375 144.200195312 c 1 - 1024.80859375 423.399414062 1024.80859375 702.598632812 1024.80859375 981.797851562 c 1 -1160.35546875 260.606445312 m 1 - 1237.95996094 260.606445312 1315.56347656 260.606445312 1393.16796875 260.606445312 c 1 - 1428.421875 260.606445312 1455.9609375 269.786132812 1475.98046875 288.243164062 c 0xfe - 1496 306.602539062 1505.9609375 332.969726562 1505.9609375 367.442382812 c 1 - 1505.9609375 381.016601562 1505.9609375 394.590820312 1505.9609375 408.165039062 c 1xfd - 1505.9609375 442.637695312 1496 469.004882812 1475.98046875 487.364257812 c 0 - 1455.9609375 505.821289062 1428.421875 515.000976562 1393.16796875 515.000976562 c 1 - 1315.56347656 515.000976562 1237.95996094 515.000976562 1160.35546875 515.000976562 c 1 - 1160.35546875 430.202148438 1160.35546875 345.404296875 1160.35546875 260.606445312 c 1 -1160.35546875 627.793945312 m 1 - 1230.375 627.793945312 1300.39453125 627.793945312 1370.4140625 627.793945312 c 1 - 1404.0078125 627.793945312 1429.984375 636.387695312 1448.34375 653.575195312 c 0 - 1466.80078125 670.762695312 1475.98046875 695.372070312 1475.98046875 727.403320312 c 1 - 1475.98046875 740.196289062 1475.98046875 752.989257812 1475.98046875 765.782226562 c 1 - 1475.98046875 797.813476562 1466.80078125 822.422851562 1448.34375 839.610351562 c 0 - 1429.984375 856.797851562 1404.0078125 865.391601562 1370.4140625 865.391601562 c 1 - 1300.39453125 865.391601562 1230.375 865.391601562 1160.35546875 865.391601562 c 1 - 1160.35546875 786.192382812 1160.35546875 706.993164062 1160.35546875 627.793945312 c 1 +417.97265625 99.2001953125 m 1xfc + 326.37109375 378.399414062 234.76953125 657.598632812 143.16796875 936.797851562 c 1 + 189.977539062 936.797851562 236.788085938 936.797851562 283.59765625 936.797851562 c 1 + 327.999023438 798.809570312 372.399414062 660.821289062 416.80078125 522.833007812 c 1 + 443.590820312 425.631835938 470.381835938 328.431640625 497.171875 231.231445312 c 1 + 498.766601562 231.231445312 500.362304688 231.231445312 501.95703125 231.231445312 c 1 + 529.170898438 328.431640625 556.383789062 425.631835938 583.59765625 522.833007812 c 1 + 627.999023438 660.821289062 672.399414062 798.809570312 716.80078125 936.797851562 c 1 + 762.40625 936.797851562 808.01171875 936.797851562 853.6171875 936.797851562 c 1 + 760.811523438 657.598632812 668.004882812 378.399414062 575.19921875 99.2001953125 c 1 + 522.790039062 99.2001953125 470.381835938 99.2001953125 417.97265625 99.2001953125 c 1xfc +1024.80859375 936.797851562 m 1 + 1148.40917969 936.797851562 1272.00878906 936.797851562 1395.609375 936.797851562 c 1 + 1465.140625 936.797851562 1519.828125 917.168945312 1559.37890625 878.008789062 c 0 + 1599.02734375 838.848632812 1618.75390625 786.407226562 1618.75390625 720.782226562 c 0xfe + 1618.75390625 689.629882812 1614.359375 662.969726562 1605.5703125 640.997070312 c 0 + 1596.78125 619.024414062 1585.55078125 600.958007812 1571.9765625 586.993164062 c 0 + 1558.40234375 573.028320312 1542.77734375 562.579101562 1525.19921875 555.840820312 c 0 + 1507.62109375 549.004882812 1490.43359375 544.805664062 1473.5390625 543.243164062 c 1 + 1473.5390625 540.833984375 1473.5390625 538.424804688 1473.5390625 536.016601562 c 1 + 1490.43359375 535.235351562 1508.98828125 531.231445312 1529.3984375 524.004882812 c 0 + 1549.80859375 516.778320312 1568.75390625 505.352539062 1586.4296875 489.825195312 c 0 + 1604.0078125 474.200195312 1618.75390625 454.180664062 1630.765625 429.766601562 c 0 + 1642.77734375 405.352539062 1648.83203125 375.567382812 1648.83203125 340.411132812 c 0xfd + 1648.83203125 306.817382812 1643.36328125 275.176757812 1632.62109375 245.586914062 c 0 + 1621.78125 215.997070312 1606.7421875 190.411132812 1587.6015625 168.829101562 c 0 + 1568.36328125 147.247070312 1545.609375 130.157226562 1519.14453125 117.754882812 c 0 + 1492.77734375 105.352539062 1463.96875 99.2001953125 1432.81640625 99.2001953125 c 1 + 1296.81347656 99.2001953125 1160.81152344 99.2001953125 1024.80859375 99.2001953125 c 1 + 1024.80859375 378.399414062 1024.80859375 657.598632812 1024.80859375 936.797851562 c 1 +1160.35546875 215.606445312 m 1 + 1237.95996094 215.606445312 1315.56347656 215.606445312 1393.16796875 215.606445312 c 1 + 1428.421875 215.606445312 1455.9609375 224.786132812 1475.98046875 243.243164062 c 0xfe + 1496 261.602539062 1505.9609375 287.969726562 1505.9609375 322.442382812 c 1 + 1505.9609375 336.016601562 1505.9609375 349.590820312 1505.9609375 363.165039062 c 1xfd + 1505.9609375 397.637695312 1496 424.004882812 1475.98046875 442.364257812 c 0 + 1455.9609375 460.821289062 1428.421875 470.000976562 1393.16796875 470.000976562 c 1 + 1315.56347656 470.000976562 1237.95996094 470.000976562 1160.35546875 470.000976562 c 1 + 1160.35546875 385.202148438 1160.35546875 300.404296875 1160.35546875 215.606445312 c 1 +1160.35546875 582.793945312 m 1 + 1230.375 582.793945312 1300.39453125 582.793945312 1370.4140625 582.793945312 c 1 + 1404.0078125 582.793945312 1429.984375 591.387695312 1448.34375 608.575195312 c 0 + 1466.80078125 625.762695312 1475.98046875 650.372070312 1475.98046875 682.403320312 c 1 + 1475.98046875 695.196289062 1475.98046875 707.989257812 1475.98046875 720.782226562 c 1 + 1475.98046875 752.813476562 1466.80078125 777.422851562 1448.34375 794.610351562 c 0 + 1429.984375 811.797851562 1404.0078125 820.391601562 1370.4140625 820.391601562 c 1 + 1300.39453125 820.391601562 1230.375 820.391601562 1160.35546875 820.391601562 c 1 + 1160.35546875 741.192382812 1160.35546875 661.993164062 1160.35546875 582.793945312 c 1 EndSplineSet EndChar StartChar: uniE111 Encoding: 57617 57617 18 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -202.66 88.2812<529.736 717.81 1048.08 1247.08> 111.246 92.1094<1077.25 1236.62> 144.84 87.3438<550.762 718.015> 399.215 91.1719<1056.64 1244.29> 674.84 90.2344<1027.95 1216.16 1322.72 1485.92> 1266.17 78.75<1171.98 1216.16> -VStem: 306.078 103.672<674.84 1187.5> 387.641 112.344<-82.2222 112.609> 722.719 103.672<832.262 1344.92> 747.641 111.406<-82.2222 112.609> 1216.16 106.562<765.074 1266.17> 1267.33 114.219<230.593 373.991> 1280.77 112.344<-81.2704 83.523> -DStem2: 645.922 974.37 486.547 1045.39 0.508638 -0.860981<-299.653 157.446> 986.703 1159.61 1052.95 1100.15 0.683543 0.72991<1.41729 229.335> +VWidth: 1687 +Flags: W +HStem: -247.66 88.2812<529.736 717.81 1048.08 1247.08> 66.2461 92.1094<1077.25 1236.62> 99.8398 87.3438<550.762 718.015> 354.215 91.1719<1056.64 1244.29> 629.84 90.2344<1027.95 1216.16 1322.72 1485.92> 1221.17 78.75<1171.98 1216.16> +VStem: 306.078 103.672<629.84 1142.5> 387.641 112.344<-127.222 67.6086> 722.719 103.672<787.262 1299.92> 747.641 111.406<-127.222 67.6086> 1216.16 106.562<720.074 1221.17> 1267.33 114.219<185.593 328.991> 1280.77 112.344<-126.27 38.5227> +DStem2: 645.922 929.371 486.547 1000.39 0.508638 -0.860981<-299.653 157.446> 986.703 1114.61 1052.95 1055.15 0.683543 0.72991<1.41729 229.335> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -142.66 88.2812<529.736 717.81 1048.08 1247.08> 171.246 92.1094<1077.25 1236.62> 204.84 87.3438<550.762 718.015> 459.215 91.1719<1056.64 1244.29> 734.84 90.2344<1027.95 1216.16 1322.72 1485.92> 1326.17 78.75<1171.98 1216.16> -VStem: 306.078 103.672<734.84 1247.5> 387.641 112.344<-22.2222 172.609> 722.719 103.672<892.262 1404.92> 747.641 111.406<-22.2222 172.609> 1216.16 106.562<825.074 1326.17> 1267.33 114.219<290.593 433.991> 1280.77 112.344<-21.2704 143.523> -DStem2: 645.922 1034.37 486.547 1105.39 0.508638 -0.860981<-299.653 157.446> 986.703 1219.61 1052.95 1160.15 0.683543 0.72991<1.41729 229.335> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -623.8125 -202.66015625 m 0xbd40 - 586.703125 -202.66015625 553.578125 -196.64453125 524.4375 -184.45703125 c 0 - 495.296875 -172.26953125 470.6875 -154.84765625 450.53125 -132.11328125 c 0 - 430.375 -109.37890625 414.828125 -82.03515625 403.96875 -50.08203125 c 0 - 393.109375 -18.05078125 387.640625 18.12109375 387.640625 58.43359375 c 0xbd40 - 387.640625 107.02734375 394.984375 152.80859375 409.75 195.69921875 c 0xbe - 424.4375 238.58984375 443.34375 277.96484375 466.390625 313.74609375 c 0 - 489.4375 349.60546875 515.140625 381.48046875 543.65625 409.29296875 c 0 - 572.09375 437.10546875 600.140625 460.30859375 627.640625 478.90234375 c 1 - 675.635742188 478.90234375 723.629882812 478.90234375 771.625 478.90234375 c 1 - 733.890625 451.40234375 699.984375 424.83984375 669.90625 399.21484375 c 0 - 639.828125 373.58984375 613.578125 347.41796875 591.15625 320.54296875 c 0 - 568.734375 293.58984375 550.0625 265.15234375 534.984375 235.07421875 c 0 - 519.984375 204.99609375 508.265625 172.02734375 499.984375 136.16796875 c 1 - 502.223632812 135.54296875 504.463867188 134.91796875 506.703125 134.29296875 c 1 - 513.734375 147.73046875 521.859375 160.30859375 531.15625 172.18359375 c 0 - 540.453125 184.05859375 551.3125 194.44921875 563.8125 203.35546875 c 0xdd - 576.3125 212.33984375 590.53125 219.37109375 606.546875 224.52734375 c 0 - 622.5625 229.60546875 641.078125 232.18359375 662.171875 232.18359375 c 0 - 690.375 232.18359375 716.46875 227.41796875 740.453125 217.80859375 c 0 - 764.4375 208.19921875 785.21875 194.29296875 802.875 176.01171875 c 0 - 820.453125 157.80859375 834.203125 135.85546875 844.125 110.23046875 c 0 - 854.046875 84.68359375 859.046875 56.16796875 859.046875 24.83984375 c 0 - 859.046875 -9.06640625 853.421875 -40.00390625 842.171875 -67.81640625 c 0 - 831 -95.62890625 815.140625 -119.45703125 794.671875 -139.30078125 c 0 - 774.203125 -159.14453125 749.4375 -174.69140625 720.296875 -185.86328125 c 0 - 691.15625 -197.11328125 659.046875 -202.66015625 623.8125 -202.66015625 c 0xbd40 -623.8125 -114.37890625 m 256 - 662.875 -114.37890625 693.265625 -103.98828125 714.984375 -83.20703125 c 0 - 736.78125 -62.34765625 747.640625 -31.80078125 747.640625 8.51171875 c 1 - 747.640625 12.9912109375 747.640625 17.470703125 747.640625 21.94921875 c 1 - 747.640625 62.26171875 736.78125 92.80859375 714.984375 113.58984375 c 0 - 693.265625 134.44921875 662.875 144.83984375 623.8125 144.83984375 c 256 - 584.75 144.83984375 554.359375 134.44921875 532.640625 113.58984375 c 0 - 510.84375 92.80859375 499.984375 62.26171875 499.984375 21.94921875 c 1 - 499.984375 17.470703125 499.984375 12.9912109375 499.984375 8.51171875 c 1 - 499.984375 -31.80078125 510.84375 -62.34765625 532.640625 -83.20703125 c 0 - 554.359375 -103.98828125 584.75 -114.37890625 623.8125 -114.37890625 c 256 -1145.375 203.35546875 m 1xdc08 - 1187.015625 203.35546875 1217.71875 212.18359375 1237.5625 229.76171875 c 0 - 1257.40625 247.41796875 1267.328125 269.918945312 1267.328125 297.49609375 c 1 - 1267.328125 299.736328125 1267.328125 301.975585938 1267.328125 304.21484375 c 1 - 1267.328125 334.918945312 1257.71875 358.43359375 1238.5 374.76171875 c 0 - 1219.359375 391.08984375 1193.421875 399.21484375 1160.765625 399.21484375 c 0 - 1128.734375 399.21484375 1101.546875 392.02734375 1079.203125 377.65234375 c 0 - 1056.78125 363.19921875 1037.875 343.19921875 1022.5625 317.65234375 c 1 - 998.551757812 338.43359375 974.541992188 359.21484375 950.53125 379.99609375 c 1 - 960.765625 394.76171875 972.328125 408.82421875 985.0625 422.26171875 c 0 - 997.875 435.69921875 1012.953125 447.41796875 1030.21875 457.33984375 c 0 - 1047.484375 467.26171875 1067.015625 475.23046875 1088.734375 481.32421875 c 0 - 1110.53125 487.41796875 1135.453125 490.38671875 1163.65625 490.38671875 c 0 - 1194.984375 490.38671875 1224.125 486.55859375 1251 478.90234375 c 0 - 1277.875 471.24609375 1300.921875 459.83984375 1320.140625 444.83984375 c 0 - 1339.359375 429.76171875 1354.359375 411.55859375 1365.21875 390.07421875 c 0 - 1376.15625 368.66796875 1381.546875 344.528320312 1381.546875 317.65234375 c 0xdc10 - 1381.546875 296.48046875 1378.1875 277.33984375 1371.46875 259.99609375 c 0 - 1364.75 242.73046875 1355.453125 227.575195312 1343.65625 214.44921875 c 0 - 1331.78125 201.325195312 1318.03125 190.622070312 1302.40625 182.26171875 c 0 - 1286.703125 173.981445312 1270.21875 167.88671875 1252.953125 164.05859375 c 1 - 1252.953125 162.444335938 1252.953125 160.830078125 1252.953125 159.21484375 c 1 - 1272.09375 155.387695312 1290.21875 149.137695312 1307.171875 140.54296875 c 0 - 1324.125 131.87109375 1339.046875 120.69921875 1351.78125 106.87109375 c 0 - 1364.59375 93.12109375 1374.671875 76.79296875 1382.015625 57.96484375 c 0 - 1389.4375 39.05859375 1393.109375 17.4970703125 1393.109375 -6.87890625 c 0 - 1393.109375 -36.33203125 1387.328125 -63.0498046875 1375.84375 -87.03515625 c 0 - 1364.28125 -111.018554688 1348.109375 -131.643554688 1327.328125 -148.91015625 c 0 - 1306.546875 -166.252929688 1281.390625 -179.456054688 1251.9375 -188.75390625 c 0 - 1222.5625 -198.049804688 1189.90625 -202.66015625 1154.046875 -202.66015625 c 0 - 1122.71875 -202.66015625 1095.140625 -199.299804688 1071.46875 -192.58203125 c 0 - 1047.796875 -185.862304688 1026.859375 -176.95703125 1008.578125 -165.70703125 c 0 - 990.375 -154.53515625 974.359375 -141.72265625 960.609375 -127.34765625 c 0 - 946.859375 -112.97265625 934.828125 -98.05078125 924.59375 -82.66015625 c 1 - 951.15625 -61.87890625 977.71875 -41.09765625 1004.28125 -20.31640625 c 1 - 1012.640625 -33.75390625 1021.390625 -46.01953125 1030.6875 -57.26953125 c 0 - 1039.984375 -68.44140625 1050.53125 -78.05078125 1062.40625 -86.01953125 c 0 - 1074.203125 -94.0654296875 1087.640625 -100.315429688 1102.71875 -104.76953125 c 0 - 1117.71875 -109.22265625 1134.828125 -111.48828125 1154.046875 -111.48828125 c 0 - 1194.984375 -111.48828125 1226.390625 -101.72265625 1248.109375 -82.19140625 c 0 - 1269.90625 -62.66015625 1280.765625 -35.62890625 1280.765625 -1.09765625 c 1 - 1280.765625 1.142578125 1280.765625 3.3818359375 1280.765625 5.62109375 c 1 - 1280.765625 40.1533203125 1269.28125 66.40234375 1246.234375 84.37109375 c 0 - 1223.1875 102.26171875 1190.53125 111.24609375 1148.265625 111.24609375 c 1 - 1124.59375 111.24609375 1100.921875 111.24609375 1077.25 111.24609375 c 1 - 1077.25 141.94921875 1077.25 172.65234375 1077.25 203.35546875 c 1 - 1099.95800781 203.35546875 1122.66699219 203.35546875 1145.375 203.35546875 c 1xdc08 -486.546875 1045.38671875 m 1 - 461.911132812 1092.75683594 437.276367188 1140.12695312 412.640625 1187.49609375 c 1 - 411.676757812 1187.49609375 410.713867188 1187.49609375 409.75 1187.49609375 c 1 - 409.75 1016.61132812 409.75 845.725585938 409.75 674.83984375 c 1 - 375.192382812 674.83984375 340.635742188 674.83984375 306.078125 674.83984375 c 1 - 306.078125 898.19921875 306.078125 1121.55859375 306.078125 1344.91796875 c 1 - 346.390625 1344.91796875 386.703125 1344.91796875 427.015625 1344.91796875 c 1 - 499.984375 1221.40234375 572.953125 1097.88671875 645.921875 974.37109375 c 1 - 670.557617188 927.001953125 695.192382812 879.631835938 719.828125 832.26171875 c 1 - 720.791992188 832.26171875 721.754882812 832.26171875 722.71875 832.26171875 c 1 - 722.71875 1003.14746094 722.71875 1174.03320312 722.71875 1344.91796875 c 1 - 757.276367188 1344.91796875 791.833007812 1344.91796875 826.390625 1344.91796875 c 1 - 826.390625 1121.55859375 826.390625 898.19921875 826.390625 674.83984375 c 1x9e80 - 786.078125 674.83984375 745.765625 674.83984375 705.453125 674.83984375 c 1 - 632.484375 798.35546875 559.515625 921.87109375 486.546875 1045.38671875 c 1 -1027.953125 674.83984375 m 1 - 1027.953125 704.91796875 1027.953125 734.99609375 1027.953125 765.07421875 c 1 - 1090.6875 765.07421875 1153.421875 765.07421875 1216.15625 765.07421875 c 1 - 1216.15625 932.10546875 1216.15625 1099.13671875 1216.15625 1266.16796875 c 1 - 1213.578125 1266.16796875 1211 1266.16796875 1208.421875 1266.16796875 c 1 - 1156.59863281 1210.83007812 1104.77636719 1155.49121094 1052.953125 1100.15234375 c 1 - 1030.87011719 1119.97070312 1008.78613281 1139.78808594 986.703125 1159.60546875 c 1 - 1043.65625 1221.37695312 1100.609375 1283.14746094 1157.5625 1344.91796875 c 1 - 1212.61425781 1344.91796875 1267.66699219 1344.91796875 1322.71875 1344.91796875 c 1 - 1322.71875 1151.63671875 1322.71875 958.35546875 1322.71875 765.07421875 c 1x9c20 - 1377.12011719 765.07421875 1431.52050781 765.07421875 1485.921875 765.07421875 c 1 - 1485.921875 734.99609375 1485.921875 704.91796875 1485.921875 674.83984375 c 1 - 1333.265625 674.83984375 1180.609375 674.83984375 1027.953125 674.83984375 c 1 +623.8125 -247.66015625 m 0xbd40 + 586.703125 -247.66015625 553.578125 -241.64453125 524.4375 -229.45703125 c 0 + 495.296875 -217.26953125 470.6875 -199.84765625 450.53125 -177.11328125 c 0 + 430.375 -154.37890625 414.828125 -127.03515625 403.96875 -95.08203125 c 0 + 393.109375 -63.05078125 387.640625 -26.87890625 387.640625 13.43359375 c 0xbd40 + 387.640625 62.02734375 394.984375 107.80859375 409.75 150.69921875 c 0xbe + 424.4375 193.58984375 443.34375 232.96484375 466.390625 268.74609375 c 0 + 489.4375 304.60546875 515.140625 336.48046875 543.65625 364.29296875 c 0 + 572.09375 392.10546875 600.140625 415.30859375 627.640625 433.90234375 c 1 + 675.635742188 433.90234375 723.629882812 433.90234375 771.625 433.90234375 c 1 + 733.890625 406.40234375 699.984375 379.83984375 669.90625 354.21484375 c 0 + 639.828125 328.58984375 613.578125 302.41796875 591.15625 275.54296875 c 0 + 568.734375 248.58984375 550.0625 220.15234375 534.984375 190.07421875 c 0 + 519.984375 159.99609375 508.265625 127.02734375 499.984375 91.16796875 c 1 + 502.223632812 90.54296875 504.463867188 89.91796875 506.703125 89.29296875 c 1 + 513.734375 102.73046875 521.859375 115.30859375 531.15625 127.18359375 c 0 + 540.453125 139.05859375 551.3125 149.44921875 563.8125 158.35546875 c 0xdd + 576.3125 167.33984375 590.53125 174.37109375 606.546875 179.52734375 c 0 + 622.5625 184.60546875 641.078125 187.18359375 662.171875 187.18359375 c 0 + 690.375 187.18359375 716.46875 182.41796875 740.453125 172.80859375 c 0 + 764.4375 163.19921875 785.21875 149.29296875 802.875 131.01171875 c 0 + 820.453125 112.80859375 834.203125 90.85546875 844.125 65.23046875 c 0 + 854.046875 39.68359375 859.046875 11.16796875 859.046875 -20.16015625 c 0 + 859.046875 -54.06640625 853.421875 -85.00390625 842.171875 -112.81640625 c 0 + 831 -140.62890625 815.140625 -164.45703125 794.671875 -184.30078125 c 0 + 774.203125 -204.14453125 749.4375 -219.69140625 720.296875 -230.86328125 c 0 + 691.15625 -242.11328125 659.046875 -247.66015625 623.8125 -247.66015625 c 0xbd40 +623.8125 -159.37890625 m 256 + 662.875 -159.37890625 693.265625 -148.98828125 714.984375 -128.20703125 c 0 + 736.78125 -107.34765625 747.640625 -76.80078125 747.640625 -36.48828125 c 1 + 747.640625 -32.0087890625 747.640625 -27.529296875 747.640625 -23.05078125 c 1 + 747.640625 17.26171875 736.78125 47.80859375 714.984375 68.58984375 c 0 + 693.265625 89.44921875 662.875 99.83984375 623.8125 99.83984375 c 256 + 584.75 99.83984375 554.359375 89.44921875 532.640625 68.58984375 c 0 + 510.84375 47.80859375 499.984375 17.26171875 499.984375 -23.05078125 c 1 + 499.984375 -27.529296875 499.984375 -32.0087890625 499.984375 -36.48828125 c 1 + 499.984375 -76.80078125 510.84375 -107.34765625 532.640625 -128.20703125 c 0 + 554.359375 -148.98828125 584.75 -159.37890625 623.8125 -159.37890625 c 256 +1145.375 158.35546875 m 1xdc08 + 1187.015625 158.35546875 1217.71875 167.18359375 1237.5625 184.76171875 c 0 + 1257.40625 202.41796875 1267.328125 224.918945312 1267.328125 252.49609375 c 1 + 1267.328125 254.736328125 1267.328125 256.975585938 1267.328125 259.21484375 c 1 + 1267.328125 289.918945312 1257.71875 313.43359375 1238.5 329.76171875 c 0 + 1219.359375 346.08984375 1193.421875 354.21484375 1160.765625 354.21484375 c 0 + 1128.734375 354.21484375 1101.546875 347.02734375 1079.203125 332.65234375 c 0 + 1056.78125 318.19921875 1037.875 298.19921875 1022.5625 272.65234375 c 1 + 998.551757812 293.43359375 974.541992188 314.21484375 950.53125 334.99609375 c 1 + 960.765625 349.76171875 972.328125 363.82421875 985.0625 377.26171875 c 0 + 997.875 390.69921875 1012.953125 402.41796875 1030.21875 412.33984375 c 0 + 1047.484375 422.26171875 1067.015625 430.23046875 1088.734375 436.32421875 c 0 + 1110.53125 442.41796875 1135.453125 445.38671875 1163.65625 445.38671875 c 0 + 1194.984375 445.38671875 1224.125 441.55859375 1251 433.90234375 c 0 + 1277.875 426.24609375 1300.921875 414.83984375 1320.140625 399.83984375 c 0 + 1339.359375 384.76171875 1354.359375 366.55859375 1365.21875 345.07421875 c 0 + 1376.15625 323.66796875 1381.546875 299.528320312 1381.546875 272.65234375 c 0xdc10 + 1381.546875 251.48046875 1378.1875 232.33984375 1371.46875 214.99609375 c 0 + 1364.75 197.73046875 1355.453125 182.575195312 1343.65625 169.44921875 c 0 + 1331.78125 156.325195312 1318.03125 145.622070312 1302.40625 137.26171875 c 0 + 1286.703125 128.981445312 1270.21875 122.88671875 1252.953125 119.05859375 c 1 + 1252.953125 117.444335938 1252.953125 115.830078125 1252.953125 114.21484375 c 1 + 1272.09375 110.387695312 1290.21875 104.137695312 1307.171875 95.54296875 c 0 + 1324.125 86.87109375 1339.046875 75.69921875 1351.78125 61.87109375 c 0 + 1364.59375 48.12109375 1374.671875 31.79296875 1382.015625 12.96484375 c 0 + 1389.4375 -5.94140625 1393.109375 -27.5029296875 1393.109375 -51.87890625 c 0 + 1393.109375 -81.33203125 1387.328125 -108.049804688 1375.84375 -132.03515625 c 0 + 1364.28125 -156.018554688 1348.109375 -176.643554688 1327.328125 -193.91015625 c 0 + 1306.546875 -211.252929688 1281.390625 -224.456054688 1251.9375 -233.75390625 c 0 + 1222.5625 -243.049804688 1189.90625 -247.66015625 1154.046875 -247.66015625 c 0 + 1122.71875 -247.66015625 1095.140625 -244.299804688 1071.46875 -237.58203125 c 0 + 1047.796875 -230.862304688 1026.859375 -221.95703125 1008.578125 -210.70703125 c 0 + 990.375 -199.53515625 974.359375 -186.72265625 960.609375 -172.34765625 c 0 + 946.859375 -157.97265625 934.828125 -143.05078125 924.59375 -127.66015625 c 1 + 951.15625 -106.87890625 977.71875 -86.09765625 1004.28125 -65.31640625 c 1 + 1012.640625 -78.75390625 1021.390625 -91.01953125 1030.6875 -102.26953125 c 0 + 1039.984375 -113.44140625 1050.53125 -123.05078125 1062.40625 -131.01953125 c 0 + 1074.203125 -139.065429688 1087.640625 -145.315429688 1102.71875 -149.76953125 c 0 + 1117.71875 -154.22265625 1134.828125 -156.48828125 1154.046875 -156.48828125 c 0 + 1194.984375 -156.48828125 1226.390625 -146.72265625 1248.109375 -127.19140625 c 0 + 1269.90625 -107.66015625 1280.765625 -80.62890625 1280.765625 -46.09765625 c 1 + 1280.765625 -43.857421875 1280.765625 -41.6181640625 1280.765625 -39.37890625 c 1 + 1280.765625 -4.8466796875 1269.28125 21.40234375 1246.234375 39.37109375 c 0 + 1223.1875 57.26171875 1190.53125 66.24609375 1148.265625 66.24609375 c 1 + 1124.59375 66.24609375 1100.921875 66.24609375 1077.25 66.24609375 c 1 + 1077.25 96.94921875 1077.25 127.65234375 1077.25 158.35546875 c 1 + 1099.95800781 158.35546875 1122.66699219 158.35546875 1145.375 158.35546875 c 1xdc08 +486.546875 1000.38671875 m 1 + 461.911132812 1047.75683594 437.276367188 1095.12695312 412.640625 1142.49609375 c 1 + 411.676757812 1142.49609375 410.713867188 1142.49609375 409.75 1142.49609375 c 1 + 409.75 971.611328125 409.75 800.725585938 409.75 629.83984375 c 1 + 375.192382812 629.83984375 340.635742188 629.83984375 306.078125 629.83984375 c 1 + 306.078125 853.19921875 306.078125 1076.55859375 306.078125 1299.91796875 c 1 + 346.390625 1299.91796875 386.703125 1299.91796875 427.015625 1299.91796875 c 1 + 499.984375 1176.40234375 572.953125 1052.88671875 645.921875 929.37109375 c 1 + 670.557617188 882.001953125 695.192382812 834.631835938 719.828125 787.26171875 c 1 + 720.791992188 787.26171875 721.754882812 787.26171875 722.71875 787.26171875 c 1 + 722.71875 958.147460938 722.71875 1129.03320312 722.71875 1299.91796875 c 1 + 757.276367188 1299.91796875 791.833007812 1299.91796875 826.390625 1299.91796875 c 1 + 826.390625 1076.55859375 826.390625 853.19921875 826.390625 629.83984375 c 1x9e80 + 786.078125 629.83984375 745.765625 629.83984375 705.453125 629.83984375 c 1 + 632.484375 753.35546875 559.515625 876.87109375 486.546875 1000.38671875 c 1 +1027.953125 629.83984375 m 1 + 1027.953125 659.91796875 1027.953125 689.99609375 1027.953125 720.07421875 c 1 + 1090.6875 720.07421875 1153.421875 720.07421875 1216.15625 720.07421875 c 1 + 1216.15625 887.10546875 1216.15625 1054.13671875 1216.15625 1221.16796875 c 1 + 1213.578125 1221.16796875 1211 1221.16796875 1208.421875 1221.16796875 c 1 + 1156.59863281 1165.83007812 1104.77636719 1110.49121094 1052.953125 1055.15234375 c 1 + 1030.87011719 1074.97070312 1008.78613281 1094.78808594 986.703125 1114.60546875 c 1 + 1043.65625 1176.37695312 1100.609375 1238.14746094 1157.5625 1299.91796875 c 1 + 1212.61425781 1299.91796875 1267.66699219 1299.91796875 1322.71875 1299.91796875 c 1 + 1322.71875 1106.63671875 1322.71875 913.35546875 1322.71875 720.07421875 c 1x9c20 + 1377.12011719 720.07421875 1431.52050781 720.07421875 1485.921875 720.07421875 c 1 + 1485.921875 689.99609375 1485.921875 659.91796875 1485.921875 629.83984375 c 1 + 1333.265625 629.83984375 1180.609375 629.83984375 1027.953125 629.83984375 c 1 EndSplineSet EndChar StartChar: uniE112 Encoding: 57618 57618 19 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 96.9531<151.634 379.752 774.678 990.363 1414.68 1630.36> 812.609 96.9531<178.808 399.181 774.597 989.432 1414.6 1629.43> -VStem: 47.4062 107.5<656.387 792.68> 407.406 107.5<339.565 486.758> 601.625 115.156<375.807 753.111> 1241.62 115.156<375.807 753.111> -DStem2: 261.469 629.25 243.188 526.594 0.978916 -0.204262<-84.3815 149.558> +VWidth: 1687 +Flags: W +HStem: 171.516 96.9531<151.634 379.752 774.678 990.363 1414.68 1630.36> 767.609 96.9531<178.808 399.181 774.597 989.432 1414.6 1629.43> +VStem: 47.4062 107.5<611.387 747.68> 407.406 107.5<294.565 441.758> 601.625 115.156<330.807 708.111> 1241.62 115.156<330.807 708.111> +DStem2: 261.469 584.25 243.188 481.594 0.978916 -0.204262<-84.3815 149.558> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 96.9531<151.634 379.752 774.678 990.363 1414.68 1630.36> 872.609 96.9531<178.808 399.181 774.597 989.432 1414.6 1629.43> -VStem: 47.4062 107.5<716.387 852.68> 407.406 107.5<399.565 546.758> 601.625 115.156<435.807 813.111> 1241.62 115.156<435.807 813.111> -DStem2: 261.469 689.25 243.188 586.594 0.978916 -0.204262<-84.3815 149.558> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -271.9375 216.515625 m 0 - 215.6875 216.515625 167.875 226.75 128.5 247.21875 c 0 - 89.125 267.6875 55.375 295.1875 27.25 329.796875 c 1 - 52.1982421875 353.15625 77.1455078125 376.515625 102.09375 399.875 c 1 - 125.6875 371.046875 151.78125 349.25 180.21875 334.5625 c 0 - 208.8125 319.875 241.3125 312.453125 277.71875 312.453125 c 0 - 320.6875 312.453125 352.875 322.0625 374.75 341.28125 c 0 - 396.46875 360.5 407.40625 386.4375 407.40625 419.015625 c 0 - 407.40625 445.265625 399.59375 466.046875 384.28125 481.4375 c 0 - 368.96875 496.828125 341.78125 508.3125 302.71875 515.96875 c 1 - 282.875 519.510742188 263.03125 523.051757812 243.1875 526.59375 c 1 - 177.875 538.703125 128.96875 560.1875 96.3125 590.890625 c 0 - 63.65625 621.59375 47.40625 663.859375 47.40625 717.609375 c 0 - 47.40625 747.0625 52.875 773.78125 64.125 797.765625 c 0 - 75.375 821.75 91 841.90625 111.15625 858.234375 c 0 - 131.3125 874.5625 155.84375 887.21875 184.59375 896.125 c 0 - 213.34375 905.109375 245.6875 909.5625 281.625 909.5625 c 0 - 332.09375 909.5625 376 900.8125 413.03125 883.234375 c 0 - 450.21875 865.578125 481.9375 840.1875 508.1875 806.90625 c 1 - 482.875 784.510742188 457.5625 762.114257812 432.25 739.71875 c 1 - 415.0625 762.0625 393.96875 780.03125 368.96875 793.46875 c 0 - 343.96875 806.90625 312.875 813.625 275.84375 813.625 c 0 - 237.40625 813.625 207.71875 805.890625 186.46875 790.578125 c 0 - 165.375 775.1875 154.90625 752.765625 154.90625 723.390625 c 0 - 154.90625 695.1875 163.5 674.25 180.84375 660.5 c 0 - 198.03125 646.75 224.90625 636.28125 261.46875 629.25 c 1 - 281.3125 625.109375 301.15625 620.96875 321 616.828125 c 1 - 388.1875 604.015625 437.25 582.21875 468.34375 551.515625 c 0 - 499.28125 520.8125 514.90625 478.546875 514.90625 424.796875 c 0 - 514.90625 393.46875 509.4375 364.953125 498.5 339.328125 c 0 - 487.71875 313.78125 471.78125 291.828125 451 273.625 c 0 - 430.21875 255.34375 404.75 241.28125 374.75 231.359375 c 0 - 344.59375 221.4375 310.375 216.515625 271.9375 216.515625 c 0 -882.875 216.515625 m 0 - 795.21875 216.515625 726.3125 246.046875 676.46875 305.265625 c 0 - 626.46875 364.484375 601.625 450.421875 601.625 563.078125 c 0 - 601.625 619.328125 608.03125 668.9375 620.84375 711.828125 c 0 - 633.5 754.71875 652.09375 790.890625 676.46875 820.34375 c 0 - 700.84375 849.796875 730.375 871.984375 765.21875 887.0625 c 0 - 800.0625 902.0625 839.28125 909.5625 882.875 909.5625 c 0 - 941.15625 909.5625 989.90625 896.828125 1029.28125 871.203125 c 0 - 1068.65625 845.578125 1099.4375 807.84375 1121.9375 757.921875 c 1 - 1091.52050781 741.28125 1061.10449219 724.640625 1030.6875 708 c 1 - 1019.125 740.03125 1001.46875 765.421875 977.40625 784.328125 c 0 - 953.34375 803.234375 921.9375 812.609375 882.875 812.609375 c 0 - 831 812.609375 790.375 795.03125 761 759.875 c 0 - 731.46875 724.640625 716.78125 675.96875 716.78125 613.9375 c 1 - 716.78125 580.004882812 716.78125 546.073242188 716.78125 512.140625 c 1 - 716.78125 450.109375 731.46875 401.4375 761 366.203125 c 0 - 790.375 331.046875 831 313.46875 882.875 313.46875 c 0 - 923.1875 313.46875 956 323.859375 981.3125 344.640625 c 0 - 1006.46875 365.421875 1025.21875 392.140625 1037.40625 424.796875 c 1 - 1066.52050781 407.192382812 1095.63574219 389.588867188 1124.75 371.984375 c 1 - 1102.40625 323.390625 1071 285.265625 1030.6875 257.765625 c 0 - 990.375 230.265625 941.15625 216.515625 882.875 216.515625 c 0 -1522.875 216.515625 m 0 - 1435.21875 216.515625 1366.3125 246.046875 1316.46875 305.265625 c 0 - 1266.46875 364.484375 1241.625 450.421875 1241.625 563.078125 c 0 - 1241.625 619.328125 1248.03125 668.9375 1260.84375 711.828125 c 0 - 1273.5 754.71875 1292.09375 790.890625 1316.46875 820.34375 c 0 - 1340.84375 849.796875 1370.375 871.984375 1405.21875 887.0625 c 0 - 1440.0625 902.0625 1479.28125 909.5625 1522.875 909.5625 c 0 - 1581.15625 909.5625 1629.90625 896.828125 1669.28125 871.203125 c 0 - 1708.65625 845.578125 1739.4375 807.84375 1761.9375 757.921875 c 1 - 1731.52050781 741.28125 1701.10449219 724.640625 1670.6875 708 c 1 - 1659.125 740.03125 1641.46875 765.421875 1617.40625 784.328125 c 0 - 1593.34375 803.234375 1561.9375 812.609375 1522.875 812.609375 c 0 - 1471 812.609375 1430.375 795.03125 1401 759.875 c 0 - 1371.46875 724.640625 1356.78125 675.96875 1356.78125 613.9375 c 1 - 1356.78125 580.004882812 1356.78125 546.073242188 1356.78125 512.140625 c 1 - 1356.78125 450.109375 1371.46875 401.4375 1401 366.203125 c 0 - 1430.375 331.046875 1471 313.46875 1522.875 313.46875 c 0 - 1563.1875 313.46875 1596 323.859375 1621.3125 344.640625 c 0 - 1646.46875 365.421875 1665.21875 392.140625 1677.40625 424.796875 c 1 - 1706.52050781 407.192382812 1735.63574219 389.588867188 1764.75 371.984375 c 1 - 1742.40625 323.390625 1711 285.265625 1670.6875 257.765625 c 0 - 1630.375 230.265625 1581.15625 216.515625 1522.875 216.515625 c 0 +271.9375 171.515625 m 0 + 215.6875 171.515625 167.875 181.75 128.5 202.21875 c 0 + 89.125 222.6875 55.375 250.1875 27.25 284.796875 c 1 + 52.1982421875 308.15625 77.1455078125 331.515625 102.09375 354.875 c 1 + 125.6875 326.046875 151.78125 304.25 180.21875 289.5625 c 0 + 208.8125 274.875 241.3125 267.453125 277.71875 267.453125 c 0 + 320.6875 267.453125 352.875 277.0625 374.75 296.28125 c 0 + 396.46875 315.5 407.40625 341.4375 407.40625 374.015625 c 0 + 407.40625 400.265625 399.59375 421.046875 384.28125 436.4375 c 0 + 368.96875 451.828125 341.78125 463.3125 302.71875 470.96875 c 1 + 282.875 474.510742188 263.03125 478.051757812 243.1875 481.59375 c 1 + 177.875 493.703125 128.96875 515.1875 96.3125 545.890625 c 0 + 63.65625 576.59375 47.40625 618.859375 47.40625 672.609375 c 0 + 47.40625 702.0625 52.875 728.78125 64.125 752.765625 c 0 + 75.375 776.75 91 796.90625 111.15625 813.234375 c 0 + 131.3125 829.5625 155.84375 842.21875 184.59375 851.125 c 0 + 213.34375 860.109375 245.6875 864.5625 281.625 864.5625 c 0 + 332.09375 864.5625 376 855.8125 413.03125 838.234375 c 0 + 450.21875 820.578125 481.9375 795.1875 508.1875 761.90625 c 1 + 482.875 739.510742188 457.5625 717.114257812 432.25 694.71875 c 1 + 415.0625 717.0625 393.96875 735.03125 368.96875 748.46875 c 0 + 343.96875 761.90625 312.875 768.625 275.84375 768.625 c 0 + 237.40625 768.625 207.71875 760.890625 186.46875 745.578125 c 0 + 165.375 730.1875 154.90625 707.765625 154.90625 678.390625 c 0 + 154.90625 650.1875 163.5 629.25 180.84375 615.5 c 0 + 198.03125 601.75 224.90625 591.28125 261.46875 584.25 c 1 + 281.3125 580.109375 301.15625 575.96875 321 571.828125 c 1 + 388.1875 559.015625 437.25 537.21875 468.34375 506.515625 c 0 + 499.28125 475.8125 514.90625 433.546875 514.90625 379.796875 c 0 + 514.90625 348.46875 509.4375 319.953125 498.5 294.328125 c 0 + 487.71875 268.78125 471.78125 246.828125 451 228.625 c 0 + 430.21875 210.34375 404.75 196.28125 374.75 186.359375 c 0 + 344.59375 176.4375 310.375 171.515625 271.9375 171.515625 c 0 +882.875 171.515625 m 0 + 795.21875 171.515625 726.3125 201.046875 676.46875 260.265625 c 0 + 626.46875 319.484375 601.625 405.421875 601.625 518.078125 c 0 + 601.625 574.328125 608.03125 623.9375 620.84375 666.828125 c 0 + 633.5 709.71875 652.09375 745.890625 676.46875 775.34375 c 0 + 700.84375 804.796875 730.375 826.984375 765.21875 842.0625 c 0 + 800.0625 857.0625 839.28125 864.5625 882.875 864.5625 c 0 + 941.15625 864.5625 989.90625 851.828125 1029.28125 826.203125 c 0 + 1068.65625 800.578125 1099.4375 762.84375 1121.9375 712.921875 c 1 + 1091.52050781 696.28125 1061.10449219 679.640625 1030.6875 663 c 1 + 1019.125 695.03125 1001.46875 720.421875 977.40625 739.328125 c 0 + 953.34375 758.234375 921.9375 767.609375 882.875 767.609375 c 0 + 831 767.609375 790.375 750.03125 761 714.875 c 0 + 731.46875 679.640625 716.78125 630.96875 716.78125 568.9375 c 1 + 716.78125 535.004882812 716.78125 501.073242188 716.78125 467.140625 c 1 + 716.78125 405.109375 731.46875 356.4375 761 321.203125 c 0 + 790.375 286.046875 831 268.46875 882.875 268.46875 c 0 + 923.1875 268.46875 956 278.859375 981.3125 299.640625 c 0 + 1006.46875 320.421875 1025.21875 347.140625 1037.40625 379.796875 c 1 + 1066.52050781 362.192382812 1095.63574219 344.588867188 1124.75 326.984375 c 1 + 1102.40625 278.390625 1071 240.265625 1030.6875 212.765625 c 0 + 990.375 185.265625 941.15625 171.515625 882.875 171.515625 c 0 +1522.875 171.515625 m 0 + 1435.21875 171.515625 1366.3125 201.046875 1316.46875 260.265625 c 0 + 1266.46875 319.484375 1241.625 405.421875 1241.625 518.078125 c 0 + 1241.625 574.328125 1248.03125 623.9375 1260.84375 666.828125 c 0 + 1273.5 709.71875 1292.09375 745.890625 1316.46875 775.34375 c 0 + 1340.84375 804.796875 1370.375 826.984375 1405.21875 842.0625 c 0 + 1440.0625 857.0625 1479.28125 864.5625 1522.875 864.5625 c 0 + 1581.15625 864.5625 1629.90625 851.828125 1669.28125 826.203125 c 0 + 1708.65625 800.578125 1739.4375 762.84375 1761.9375 712.921875 c 1 + 1731.52050781 696.28125 1701.10449219 679.640625 1670.6875 663 c 1 + 1659.125 695.03125 1641.46875 720.421875 1617.40625 739.328125 c 0 + 1593.34375 758.234375 1561.9375 767.609375 1522.875 767.609375 c 0 + 1471 767.609375 1430.375 750.03125 1401 714.875 c 0 + 1371.46875 679.640625 1356.78125 630.96875 1356.78125 568.9375 c 1 + 1356.78125 535.004882812 1356.78125 501.073242188 1356.78125 467.140625 c 1 + 1356.78125 405.109375 1371.46875 356.4375 1401 321.203125 c 0 + 1430.375 286.046875 1471 268.46875 1522.875 268.46875 c 0 + 1563.1875 268.46875 1596 278.859375 1621.3125 299.640625 c 0 + 1646.46875 320.421875 1665.21875 347.140625 1677.40625 379.796875 c 1 + 1706.52050781 362.192382812 1735.63574219 344.588867188 1764.75 326.984375 c 1 + 1742.40625 278.390625 1711 240.265625 1670.6875 212.765625 c 0 + 1630.375 185.265625 1581.15625 171.515625 1522.875 171.515625 c 0 EndSplineSet EndChar StartChar: uniE113 Encoding: 57619 57619 20 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 89.2969<228.172 451.245 1380.3 1712.48> 498.703 90.2344<848.188 1057.36> 808.781 89.2969<228.172 451.245 848.188 1057.36 1280.45 1586.7> -VStem: 79.5156 109.453<354.775 771.303> 490.375 109.453<354.775 771.303> 746.391 101.797<228 498.703 588.938 807.844> 1076.62 108.516<608.279 788.506> -DStem2: 1265.14 319.172 1380.3 317.297 0.548962 0.835847<61.6492 585.764> +VWidth: 1687 +Flags: W +HStem: 183 89.2969<228.172 451.245 1380.3 1712.48> 453.703 90.2344<848.188 1057.36> 763.781 89.2969<228.172 451.245 848.188 1057.36 1280.45 1586.7> +VStem: 79.5156 109.453<309.775 726.303> 490.375 109.453<309.775 726.303> 746.391 101.797<183 453.703 543.938 762.844> 1076.62 108.516<563.279 743.506> +DStem2: 1265.14 274.172 1380.3 272.297 0.548962 0.835847<61.6492 585.764> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 89.2969<228.172 451.245 1380.3 1712.48> 558.703 90.2344<848.188 1057.36> 868.781 89.2969<228.172 451.245 848.188 1057.36 1280.45 1586.7> -VStem: 79.5156 109.453<414.775 831.303> 490.375 109.453<414.775 831.303> 746.391 101.797<288 558.703 648.938 867.844> 1076.62 108.516<668.279 848.506> -DStem2: 1265.14 379.172 1380.3 377.297 0.548962 0.835847<61.6492 585.764> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -339.671875 216.515625 m 256 - 299.359375 216.515625 263.1875 223.078125 231.234375 236.125 c 0 - 199.203125 249.25 171.859375 269.953125 149.125 298.078125 c 0 - 126.390625 326.203125 109.125 362.21875 97.25 406.046875 c 0 - 85.453125 449.953125 79.515625 502.21875 79.515625 563.078125 c 256 - 79.515625 623.859375 85.453125 676.125 97.25 720.03125 c 0 - 109.125 763.859375 126.390625 799.875 149.125 828 c 0 - 171.859375 856.125 199.203125 876.828125 231.234375 889.953125 c 0 - 263.1875 903.078125 299.359375 909.5625 339.671875 909.5625 c 256 - 379.984375 909.5625 416.15625 903.078125 448.1875 889.953125 c 0 - 480.140625 876.828125 507.5625 856.125 530.21875 828 c 0 - 552.953125 799.875 570.21875 763.859375 582.09375 720.03125 c 0 - 593.890625 676.125 599.828125 623.859375 599.828125 563.078125 c 256 - 599.828125 502.21875 593.890625 449.953125 582.09375 406.046875 c 0 - 570.21875 362.21875 552.953125 326.203125 530.21875 298.078125 c 0 - 507.5625 269.953125 480.140625 249.25 448.1875 236.125 c 0 - 416.15625 223.078125 379.984375 216.515625 339.671875 216.515625 c 256 -339.671875 306.75 m 256 - 387.71875 306.75 424.828125 322.21875 451.078125 353.3125 c 0 - 477.25 384.328125 490.375 427.375 490.375 482.375 c 1 - 490.375 536.151367188 490.375 589.926757812 490.375 643.703125 c 1 - 490.375 698.703125 477.25 741.75 451.078125 772.765625 c 0 - 424.828125 803.859375 387.71875 819.328125 339.671875 819.328125 c 256 - 291.703125 819.328125 254.59375 803.859375 228.34375 772.765625 c 0 - 202.09375 741.75 188.96875 698.703125 188.96875 643.703125 c 1 - 188.96875 589.926757812 188.96875 536.151367188 188.96875 482.375 c 1 - 188.96875 427.375 202.09375 384.328125 228.34375 353.3125 c 0 - 254.59375 322.21875 291.703125 306.75 339.671875 306.75 c 256 -746.390625 228 m 1 - 746.390625 451.359375 746.390625 674.71875 746.390625 898.078125 c 1 - 834.723632812 898.078125 923.057617188 898.078125 1011.390625 898.078125 c 1 - 1068.96875 898.078125 1112.328125 880.96875 1141.46875 846.75 c 0 - 1170.53125 812.453125 1185.140625 763.078125 1185.140625 698.390625 c 256 - 1185.140625 633.78125 1170.53125 584.328125 1141.46875 550.109375 c 0 - 1112.328125 515.8125 1068.96875 498.703125 1011.390625 498.703125 c 1 - 956.989257812 498.703125 902.588867188 498.703125 848.1875 498.703125 c 1 - 848.1875 408.46875 848.1875 318.234375 848.1875 228 c 1 - 814.254882812 228 780.323242188 228 746.390625 228 c 1 -848.1875 588.9375 m 1 - 899.698242188 588.9375 951.208007812 588.9375 1002.71875 588.9375 c 1 - 1027.015625 588.9375 1045.453125 595.1875 1057.953125 607.6875 c 0 - 1070.375 620.1875 1076.625 640.1875 1076.625 667.6875 c 1 - 1076.625 688.15625 1076.625 708.625 1076.625 729.09375 c 1 - 1076.625 756.671875 1070.375 776.671875 1057.953125 789.09375 c 0 - 1045.453125 801.59375 1027.015625 807.84375 1002.71875 807.84375 c 1 - 951.208007812 807.84375 899.698242188 807.84375 848.1875 807.84375 c 1 - 848.1875 734.875 848.1875 661.90625 848.1875 588.9375 c 1 -1712.484375 228 m 1 - 1563.37011719 228 1414.25488281 228 1265.140625 228 c 1 - 1265.140625 258.390625 1265.140625 288.78125 1265.140625 319.171875 c 1 - 1372.328125 482.375 1479.515625 645.578125 1586.703125 808.78125 c 1 - 1484.62011719 808.78125 1382.53613281 808.78125 1280.453125 808.78125 c 1 - 1280.453125 838.546875 1280.453125 868.3125 1280.453125 898.078125 c 1 - 1420.94824219 898.078125 1561.44238281 898.078125 1701.9375 898.078125 c 1 - 1701.9375 867.6875 1701.9375 837.296875 1701.9375 806.90625 c 1 - 1594.72363281 643.703125 1487.51074219 480.5 1380.296875 317.296875 c 1 - 1491.02636719 317.296875 1601.75488281 317.296875 1712.484375 317.296875 c 1 - 1712.484375 287.53125 1712.484375 257.765625 1712.484375 228 c 1 +339.671875 171.515625 m 256 + 299.359375 171.515625 263.1875 178.078125 231.234375 191.125 c 0 + 199.203125 204.25 171.859375 224.953125 149.125 253.078125 c 0 + 126.390625 281.203125 109.125 317.21875 97.25 361.046875 c 0 + 85.453125 404.953125 79.515625 457.21875 79.515625 518.078125 c 256 + 79.515625 578.859375 85.453125 631.125 97.25 675.03125 c 0 + 109.125 718.859375 126.390625 754.875 149.125 783 c 0 + 171.859375 811.125 199.203125 831.828125 231.234375 844.953125 c 0 + 263.1875 858.078125 299.359375 864.5625 339.671875 864.5625 c 256 + 379.984375 864.5625 416.15625 858.078125 448.1875 844.953125 c 0 + 480.140625 831.828125 507.5625 811.125 530.21875 783 c 0 + 552.953125 754.875 570.21875 718.859375 582.09375 675.03125 c 0 + 593.890625 631.125 599.828125 578.859375 599.828125 518.078125 c 256 + 599.828125 457.21875 593.890625 404.953125 582.09375 361.046875 c 0 + 570.21875 317.21875 552.953125 281.203125 530.21875 253.078125 c 0 + 507.5625 224.953125 480.140625 204.25 448.1875 191.125 c 0 + 416.15625 178.078125 379.984375 171.515625 339.671875 171.515625 c 256 +339.671875 261.75 m 256 + 387.71875 261.75 424.828125 277.21875 451.078125 308.3125 c 0 + 477.25 339.328125 490.375 382.375 490.375 437.375 c 1 + 490.375 491.151367188 490.375 544.926757812 490.375 598.703125 c 1 + 490.375 653.703125 477.25 696.75 451.078125 727.765625 c 0 + 424.828125 758.859375 387.71875 774.328125 339.671875 774.328125 c 256 + 291.703125 774.328125 254.59375 758.859375 228.34375 727.765625 c 0 + 202.09375 696.75 188.96875 653.703125 188.96875 598.703125 c 1 + 188.96875 544.926757812 188.96875 491.151367188 188.96875 437.375 c 1 + 188.96875 382.375 202.09375 339.328125 228.34375 308.3125 c 0 + 254.59375 277.21875 291.703125 261.75 339.671875 261.75 c 256 +746.390625 183 m 1 + 746.390625 406.359375 746.390625 629.71875 746.390625 853.078125 c 1 + 834.723632812 853.078125 923.057617188 853.078125 1011.390625 853.078125 c 1 + 1068.96875 853.078125 1112.328125 835.96875 1141.46875 801.75 c 0 + 1170.53125 767.453125 1185.140625 718.078125 1185.140625 653.390625 c 256 + 1185.140625 588.78125 1170.53125 539.328125 1141.46875 505.109375 c 0 + 1112.328125 470.8125 1068.96875 453.703125 1011.390625 453.703125 c 1 + 956.989257812 453.703125 902.588867188 453.703125 848.1875 453.703125 c 1 + 848.1875 363.46875 848.1875 273.234375 848.1875 183 c 1 + 814.254882812 183 780.323242188 183 746.390625 183 c 1 +848.1875 543.9375 m 1 + 899.698242188 543.9375 951.208007812 543.9375 1002.71875 543.9375 c 1 + 1027.015625 543.9375 1045.453125 550.1875 1057.953125 562.6875 c 0 + 1070.375 575.1875 1076.625 595.1875 1076.625 622.6875 c 1 + 1076.625 643.15625 1076.625 663.625 1076.625 684.09375 c 1 + 1076.625 711.671875 1070.375 731.671875 1057.953125 744.09375 c 0 + 1045.453125 756.59375 1027.015625 762.84375 1002.71875 762.84375 c 1 + 951.208007812 762.84375 899.698242188 762.84375 848.1875 762.84375 c 1 + 848.1875 689.875 848.1875 616.90625 848.1875 543.9375 c 1 +1712.484375 183 m 1 + 1563.37011719 183 1414.25488281 183 1265.140625 183 c 1 + 1265.140625 213.390625 1265.140625 243.78125 1265.140625 274.171875 c 1 + 1372.328125 437.375 1479.515625 600.578125 1586.703125 763.78125 c 1 + 1484.62011719 763.78125 1382.53613281 763.78125 1280.453125 763.78125 c 1 + 1280.453125 793.546875 1280.453125 823.3125 1280.453125 853.078125 c 1 + 1420.94824219 853.078125 1561.44238281 853.078125 1701.9375 853.078125 c 1 + 1701.9375 822.6875 1701.9375 792.296875 1701.9375 761.90625 c 1 + 1594.72363281 598.703125 1487.51074219 435.5 1380.296875 272.296875 c 1 + 1491.02636719 272.296875 1601.75488281 272.296875 1712.484375 272.296875 c 1 + 1712.484375 242.53125 1712.484375 212.765625 1712.484375 183 c 1 EndSplineSet EndChar StartChar: uniE114 Encoding: 57620 57620 21 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -202.516 96.0156<794.758 1115.46> 89.359 95.9375<794.758 1085.7> 371.547 96.0156<794.758 1115.46> 652.016 96.9531<1094.81 1318.51> 930.375 95.0781<415.93 652.317> 1238.58 95<415.93 652.317 1084.89 1328.46> -VStem: 46.3203 108.438<-202.516 49.388 127.719 467.562> 307.492 108.438<663.5 930.375 1025.45 1238.58> 435.07 126.719<340.844 467.562> 450.461 130.547<-202.516 -71.9688> 686.32 108.438<-106.5 89.359 185.297 371.547 1047.69 1216.26> 917.727 116.172<812.663 1184.42> 1379.45 116.172<812.662 1184.42> 1404.68 108.516<-202.516 124.921> -DStem2: 158.586 127.719 246.945 110.453 0.660468 0.750854<0 45.3946 144.153 437.782> 322.805 185.297 246.945 110.453 0.545149 -0.838339<21.3897 394.71> 1298.12 467.562 1174.29 467.562 0.479608 -0.877483<0 340.284> 1464.21 168.969 1513.2 63.422 0.477483 0.878641<0 339.836> +VWidth: 1687 +Flags: W +HStem: -247.516 96.0156<794.758 1115.46> 44.3594 95.9375<794.758 1085.7> 326.547 96.0156<794.758 1115.46> 607.016 96.9531<1094.81 1318.51> 885.375 95.0781<415.93 652.317> 1193.58 95<415.93 652.317 1084.89 1328.46> +VStem: 46.3203 108.438<-247.516 4.38833 82.7188 422.562> 307.492 108.438<618.5 885.375 980.453 1193.58> 435.07 126.719<295.844 422.562> 450.461 130.547<-247.516 -116.969> 686.32 108.438<-151.5 44.3594 140.297 326.547 1002.69 1171.26> 917.727 116.172<767.663 1139.42> 1379.45 116.172<767.662 1139.42> 1404.68 108.516<-247.516 79.9207> +DStem2: 158.586 82.7188 246.945 65.4531 0.660468 0.750854<0 45.3946 144.153 437.782> 322.805 140.297 246.945 65.4531 0.545149 -0.838339<21.3897 394.71> 1298.12 422.562 1174.29 422.562 0.479608 -0.877483<0 340.284> 1464.21 123.969 1513.2 18.4219 0.477483 0.878641<0 339.836> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -142.516 96.0156<794.758 1115.46> 149.359 95.9375<794.758 1085.7> 431.547 96.0156<794.758 1115.46> 712.016 96.9531<1094.81 1318.51> 990.375 95.0781<415.93 652.317> 1298.58 95<415.93 652.317 1084.89 1328.46> -VStem: 46.3203 108.438<-142.516 109.388 187.719 527.562> 307.492 108.438<723.5 990.375 1085.45 1298.58> 435.07 126.719<400.844 527.562> 450.461 130.547<-142.516 -11.9688> 686.32 108.438<-46.5 149.359 245.297 431.547 1107.69 1276.26> 917.727 116.172<872.663 1244.42> 1379.45 116.172<872.662 1244.42> 1404.68 108.516<-142.516 184.921> -DStem2: 158.586 187.719 246.945 170.453 0.660468 0.750854<0 45.3946 144.153 437.782> 322.805 245.297 246.945 170.453 0.545149 -0.838339<21.3897 394.71> 1298.12 527.562 1174.29 527.562 0.479608 -0.877483<0 340.284> 1464.21 228.969 1513.2 123.422 0.477483 0.878641<0 339.836> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -246.9453125 110.453125 m 1xff70 - 216.215820312 75.244140625 185.487304688 40.0361328125 154.7578125 4.828125 c 1 - 154.7578125 -64.287109375 154.7578125 -133.401367188 154.7578125 -202.515625 c 1 - 118.612304688 -202.515625 82.4658203125 -202.515625 46.3203125 -202.515625 c 1 - 46.3203125 20.84375 46.3203125 244.203125 46.3203125 467.5625 c 1 - 82.4658203125 467.5625 118.612304688 467.5625 154.7578125 467.5625 c 1 - 154.7578125 354.28125 154.7578125 241 154.7578125 127.71875 c 1 - 156.034179688 127.71875 157.309570312 127.71875 158.5859375 127.71875 c 1 - 190.590820312 168.369140625 222.596679688 209.020507812 254.6015625 249.671875 c 1 - 314.7578125 322.301757812 374.9140625 394.931640625 435.0703125 467.5625 c 1 - 477.309570312 467.5625 519.549804688 467.5625 561.7890625 467.5625 c 1xffb0 - 482.127929688 373.473632812 402.465820312 279.384765625 322.8046875 185.296875 c 1 - 408.872070312 56.025390625 494.940429688 -73.2451171875 581.0078125 -202.515625 c 1 - 537.4921875 -202.515625 493.9765625 -202.515625 450.4609375 -202.515625 c 1 - 382.622070312 -98.193359375 314.784179688 6.1298828125 246.9453125 110.453125 c 1xff70 -686.3203125 -202.515625 m 1 - 686.3203125 20.84375 686.3203125 244.203125 686.3203125 467.5625 c 1 - 829.3671875 467.5625 972.4140625 467.5625 1115.4609375 467.5625 c 1 - 1115.4609375 435.556640625 1115.4609375 403.551757812 1115.4609375 371.546875 c 1 - 1008.55957031 371.546875 901.659179688 371.546875 794.7578125 371.546875 c 1 - 794.7578125 309.462890625 794.7578125 247.379882812 794.7578125 185.296875 c 1 - 891.737304688 185.296875 988.715820312 185.296875 1085.6953125 185.296875 c 1 - 1085.6953125 153.317382812 1085.6953125 121.337890625 1085.6953125 89.359375 c 1 - 988.715820312 89.359375 891.737304688 89.359375 794.7578125 89.359375 c 1 - 794.7578125 24.072265625 794.7578125 -41.2138671875 794.7578125 -106.5 c 1 - 901.659179688 -106.5 1008.55957031 -106.5 1115.4609375 -106.5 c 1 - 1115.4609375 -138.505859375 1115.4609375 -170.510742188 1115.4609375 -202.515625 c 1 - 972.4140625 -202.515625 829.3671875 -202.515625 686.3203125 -202.515625 c 1 -1404.6796875 -202.515625 m 1xff34 - 1404.6796875 -114.521484375 1404.6796875 -26.5263671875 1404.6796875 61.46875 c 1 - 1327.8828125 196.833007812 1251.0859375 332.197265625 1174.2890625 467.5625 c 1 - 1215.56542969 467.5625 1256.84082031 467.5625 1298.1171875 467.5625 c 1 - 1352.51855469 368.03125 1406.91894531 268.5 1461.3203125 168.96875 c 1 - 1462.28417969 168.96875 1463.24707031 168.96875 1464.2109375 168.96875 c 1 - 1518.29980469 268.5 1572.38769531 368.03125 1626.4765625 467.5625 c 1 - 1666.1640625 467.5625 1705.8515625 467.5625 1745.5390625 467.5625 c 1 - 1668.09082031 332.848632812 1590.64355469 198.134765625 1513.1953125 63.421875 c 1 - 1513.1953125 -25.224609375 1513.1953125 -113.870117188 1513.1953125 -202.515625 c 1 - 1477.0234375 -202.515625 1440.8515625 -202.515625 1404.6796875 -202.515625 c 1xff34 -307.4921875 663.5 m 1 - 307.4921875 886.859375 307.4921875 1110.21875 307.4921875 1333.578125 c 1 - 403.481445312 1333.578125 499.471679688 1333.578125 595.4609375 1333.578125 c 1 - 657.5703125 1333.578125 705.5390625 1315.375 739.4453125 1278.890625 c 0 - 773.4296875 1242.40625 790.3828125 1193.421875 790.3828125 1132.015625 c 256 - 790.3828125 1070.53125 773.4296875 1021.546875 739.4453125 985.0625 c 0 - 705.5390625 948.65625 657.5703125 930.375 595.4609375 930.375 c 1 - 535.6171875 930.375 475.7734375 930.375 415.9296875 930.375 c 1 - 415.9296875 841.416015625 415.9296875 752.458007812 415.9296875 663.5 c 1 - 379.784179688 663.5 343.637695312 663.5 307.4921875 663.5 c 1 -415.9296875 1025.453125 m 1 - 473.534179688 1025.453125 531.137695312 1025.453125 588.7421875 1025.453125 c 1 - 616.2421875 1025.453125 637.7265625 1032.640625 653.0390625 1047.015625 c 0 - 668.4296875 1061.390625 676.0859375 1082.09375 676.0859375 1108.96875 c 1 - 676.0859375 1124.30664062 676.0859375 1139.64550781 676.0859375 1154.984375 c 1 - 676.0859375 1181.9375 668.4296875 1202.5625 653.0390625 1216.9375 c 0 - 637.7265625 1231.3125 616.2421875 1238.578125 588.7421875 1238.578125 c 1 - 531.137695312 1238.578125 473.534179688 1238.578125 415.9296875 1238.578125 c 1 - 415.9296875 1167.53613281 415.9296875 1096.49414062 415.9296875 1025.453125 c 1 -1206.7109375 652.015625 m 256 - 1163.1171875 652.015625 1123.6640625 659.515625 1088.1171875 674.515625 c 0 - 1052.5703125 689.59375 1022.1796875 711.624023438 996.9453125 740.765625 c 0 - 971.6328125 769.90625 952.1015625 806.078125 938.3515625 849.28125 c 0 - 924.6015625 892.484375 917.7265625 942.25 917.7265625 998.578125 c 256 - 917.7265625 1054.828125 924.6015625 1104.59375 938.3515625 1147.796875 c 0 - 952.1015625 1191 971.6328125 1227.171875 996.9453125 1256.3125 c 0 - 1022.1796875 1285.453125 1052.5703125 1307.48339844 1088.1171875 1322.5625 c 0 - 1123.6640625 1337.56152344 1163.1171875 1345.0625 1206.7109375 1345.0625 c 256 - 1250.2265625 1345.0625 1289.6796875 1337.5625 1325.2265625 1322.5625 c 0 - 1360.7734375 1307.48339844 1391.1640625 1285.45214844 1416.3984375 1256.3125 c 0 - 1441.7109375 1227.171875 1461.2421875 1191 1474.9921875 1147.796875 c 0 - 1488.7421875 1104.59375 1495.6171875 1054.82714844 1495.6171875 998.578125 c 256xff38 - 1495.6171875 942.25 1488.7421875 892.483398438 1474.9921875 849.28125 c 0 - 1461.2421875 806.077148438 1441.7109375 769.905273438 1416.3984375 740.765625 c 0 - 1391.1640625 711.625 1360.7734375 689.59375 1325.2265625 674.515625 c 0 - 1289.6796875 659.515625 1250.2265625 652.015625 1206.7109375 652.015625 c 256 -1206.7109375 748.96875 m 0 - 1232.2578125 748.96875 1255.7734375 753.421875 1277.2578125 762.40625 c 0 - 1298.6640625 771.3125 1316.9453125 784.28125 1331.9453125 801.234375 c 0 - 1347.0234375 818.186523438 1358.6640625 838.890625 1367.0234375 863.1875 c 0 - 1375.3046875 887.484375 1379.4453125 914.983398438 1379.4453125 945.765625 c 1 - 1379.4453125 980.947265625 1379.4453125 1016.12988281 1379.4453125 1051.3125 c 1 - 1379.4453125 1082.09375 1375.3046875 1109.59277344 1367.0234375 1133.890625 c 0 - 1358.6640625 1158.18652344 1347.0234375 1178.890625 1331.9453125 1195.84375 c 0 - 1316.9453125 1212.79589844 1298.6640625 1225.76464844 1277.2578125 1234.671875 c 0 - 1255.7734375 1243.65625 1232.2578125 1248.109375 1206.7109375 1248.109375 c 0 - 1180.4609375 1248.109375 1156.7890625 1243.65625 1135.6171875 1234.671875 c 0 - 1114.5234375 1225.765625 1096.3984375 1212.796875 1081.3984375 1195.84375 c 0 - 1066.3203125 1178.890625 1054.6796875 1158.18652344 1046.3203125 1133.890625 c 0 - 1038.0390625 1109.59277344 1033.8984375 1082.09375 1033.8984375 1051.3125 c 1 - 1033.8984375 1016.12988281 1033.8984375 980.947265625 1033.8984375 945.765625 c 1 - 1033.8984375 914.983398438 1038.0390625 887.484375 1046.3203125 863.1875 c 0 - 1054.6796875 838.890625 1066.3203125 818.186523438 1081.3984375 801.234375 c 0 - 1096.3984375 784.280273438 1114.5234375 771.311523438 1135.6171875 762.40625 c 0 - 1156.7890625 753.420898438 1180.4609375 748.96875 1206.7109375 748.96875 c 0 +246.9453125 65.453125 m 1xff70 + 216.215820312 30.244140625 185.487304688 -4.9638671875 154.7578125 -40.171875 c 1 + 154.7578125 -109.287109375 154.7578125 -178.401367188 154.7578125 -247.515625 c 1 + 118.612304688 -247.515625 82.4658203125 -247.515625 46.3203125 -247.515625 c 5 + 46.3203125 -24.15625 46.3203125 199.203125 46.3203125 422.5625 c 1 + 82.4658203125 422.5625 118.612304688 422.5625 154.7578125 422.5625 c 1 + 154.7578125 309.28125 154.7578125 196 154.7578125 82.71875 c 1 + 156.034179688 82.71875 157.309570312 82.71875 158.5859375 82.71875 c 1 + 190.590820312 123.369140625 222.596679688 164.020507812 254.6015625 204.671875 c 1 + 314.7578125 277.301757812 374.9140625 349.931640625 435.0703125 422.5625 c 1 + 477.309570312 422.5625 519.549804688 422.5625 561.7890625 422.5625 c 1xffb0 + 482.127929688 328.473632812 402.465820312 234.384765625 322.8046875 140.296875 c 1 + 408.872070312 11.025390625 494.940429688 -118.245117188 581.0078125 -247.515625 c 1 + 537.4921875 -247.515625 493.9765625 -247.515625 450.4609375 -247.515625 c 1 + 382.622070312 -143.193359375 314.784179688 -38.8701171875 246.9453125 65.453125 c 1xff70 +686.3203125 -247.515625 m 1 + 686.3203125 -24.15625 686.3203125 199.203125 686.3203125 422.5625 c 1 + 829.3671875 422.5625 972.4140625 422.5625 1115.4609375 422.5625 c 1 + 1115.4609375 390.556640625 1115.4609375 358.551757812 1115.4609375 326.546875 c 1 + 1008.55957031 326.546875 901.659179688 326.546875 794.7578125 326.546875 c 1 + 794.7578125 264.462890625 794.7578125 202.379882812 794.7578125 140.296875 c 1 + 891.737304688 140.296875 988.715820312 140.296875 1085.6953125 140.296875 c 1 + 1085.6953125 108.317382812 1085.6953125 76.337890625 1085.6953125 44.359375 c 1 + 988.715820312 44.359375 891.737304688 44.359375 794.7578125 44.359375 c 1 + 794.7578125 -20.927734375 794.7578125 -86.2138671875 794.7578125 -151.5 c 1 + 901.659179688 -151.5 1008.55957031 -151.5 1115.4609375 -151.5 c 1 + 1115.4609375 -183.505859375 1115.4609375 -215.510742188 1115.4609375 -247.515625 c 1 + 972.4140625 -247.515625 829.3671875 -247.515625 686.3203125 -247.515625 c 1 +1404.6796875 -247.515625 m 1xff34 + 1404.6796875 -159.521484375 1404.6796875 -71.5263671875 1404.6796875 16.46875 c 1 + 1327.8828125 151.833007812 1251.0859375 287.197265625 1174.2890625 422.5625 c 1 + 1215.56542969 422.5625 1256.84082031 422.5625 1298.1171875 422.5625 c 1 + 1352.51855469 323.03125 1406.91894531 223.5 1461.3203125 123.96875 c 1 + 1462.28417969 123.96875 1463.24707031 123.96875 1464.2109375 123.96875 c 1 + 1518.29980469 223.5 1572.38769531 323.03125 1626.4765625 422.5625 c 1 + 1666.1640625 422.5625 1705.8515625 422.5625 1745.5390625 422.5625 c 1 + 1668.09082031 287.848632812 1590.64355469 153.134765625 1513.1953125 18.421875 c 1 + 1513.1953125 -70.224609375 1513.1953125 -158.870117188 1513.1953125 -247.515625 c 1 + 1477.0234375 -247.515625 1440.8515625 -247.515625 1404.6796875 -247.515625 c 1xff34 +307.4921875 618.5 m 1 + 307.4921875 841.859375 307.4921875 1065.21875 307.4921875 1288.578125 c 1 + 403.481445312 1288.578125 499.471679688 1288.578125 595.4609375 1288.578125 c 1 + 657.5703125 1288.578125 705.5390625 1270.375 739.4453125 1233.890625 c 0 + 773.4296875 1197.40625 790.3828125 1148.421875 790.3828125 1087.015625 c 256 + 790.3828125 1025.53125 773.4296875 976.546875 739.4453125 940.0625 c 0 + 705.5390625 903.65625 657.5703125 885.375 595.4609375 885.375 c 1 + 535.6171875 885.375 475.7734375 885.375 415.9296875 885.375 c 1 + 415.9296875 796.416015625 415.9296875 707.458007812 415.9296875 618.5 c 1 + 379.784179688 618.5 343.637695312 618.5 307.4921875 618.5 c 1 +415.9296875 980.453125 m 1 + 473.534179688 980.453125 531.137695312 980.453125 588.7421875 980.453125 c 1 + 616.2421875 980.453125 637.7265625 987.640625 653.0390625 1002.015625 c 0 + 668.4296875 1016.390625 676.0859375 1037.09375 676.0859375 1063.96875 c 1 + 676.0859375 1079.30664062 676.0859375 1094.64550781 676.0859375 1109.984375 c 1 + 676.0859375 1136.9375 668.4296875 1157.5625 653.0390625 1171.9375 c 0 + 637.7265625 1186.3125 616.2421875 1193.578125 588.7421875 1193.578125 c 1 + 531.137695312 1193.578125 473.534179688 1193.578125 415.9296875 1193.578125 c 1 + 415.9296875 1122.53613281 415.9296875 1051.49414062 415.9296875 980.453125 c 1 +1206.7109375 607.015625 m 256 + 1163.1171875 607.015625 1123.6640625 614.515625 1088.1171875 629.515625 c 0 + 1052.5703125 644.59375 1022.1796875 666.624023438 996.9453125 695.765625 c 0 + 971.6328125 724.90625 952.1015625 761.078125 938.3515625 804.28125 c 0 + 924.6015625 847.484375 917.7265625 897.25 917.7265625 953.578125 c 256 + 917.7265625 1009.828125 924.6015625 1059.59375 938.3515625 1102.796875 c 0 + 952.1015625 1146 971.6328125 1182.171875 996.9453125 1211.3125 c 0 + 1022.1796875 1240.453125 1052.5703125 1262.48339844 1088.1171875 1277.5625 c 0 + 1123.6640625 1292.56152344 1163.1171875 1300.0625 1206.7109375 1300.0625 c 256 + 1250.2265625 1300.0625 1289.6796875 1292.5625 1325.2265625 1277.5625 c 0 + 1360.7734375 1262.48339844 1391.1640625 1240.45214844 1416.3984375 1211.3125 c 0 + 1441.7109375 1182.171875 1461.2421875 1146 1474.9921875 1102.796875 c 0 + 1488.7421875 1059.59375 1495.6171875 1009.82714844 1495.6171875 953.578125 c 256xff38 + 1495.6171875 897.25 1488.7421875 847.483398438 1474.9921875 804.28125 c 0 + 1461.2421875 761.077148438 1441.7109375 724.905273438 1416.3984375 695.765625 c 0 + 1391.1640625 666.625 1360.7734375 644.59375 1325.2265625 629.515625 c 0 + 1289.6796875 614.515625 1250.2265625 607.015625 1206.7109375 607.015625 c 256 +1206.7109375 703.96875 m 0 + 1232.2578125 703.96875 1255.7734375 708.421875 1277.2578125 717.40625 c 0 + 1298.6640625 726.3125 1316.9453125 739.28125 1331.9453125 756.234375 c 0 + 1347.0234375 773.186523438 1358.6640625 793.890625 1367.0234375 818.1875 c 0 + 1375.3046875 842.484375 1379.4453125 869.983398438 1379.4453125 900.765625 c 1 + 1379.4453125 935.947265625 1379.4453125 971.129882812 1379.4453125 1006.3125 c 1 + 1379.4453125 1037.09375 1375.3046875 1064.59277344 1367.0234375 1088.890625 c 0 + 1358.6640625 1113.18652344 1347.0234375 1133.890625 1331.9453125 1150.84375 c 0 + 1316.9453125 1167.79589844 1298.6640625 1180.76464844 1277.2578125 1189.671875 c 0 + 1255.7734375 1198.65625 1232.2578125 1203.109375 1206.7109375 1203.109375 c 0 + 1180.4609375 1203.109375 1156.7890625 1198.65625 1135.6171875 1189.671875 c 0 + 1114.5234375 1180.765625 1096.3984375 1167.796875 1081.3984375 1150.84375 c 0 + 1066.3203125 1133.890625 1054.6796875 1113.18652344 1046.3203125 1088.890625 c 0 + 1038.0390625 1064.59277344 1033.8984375 1037.09375 1033.8984375 1006.3125 c 1 + 1033.8984375 971.129882812 1033.8984375 935.947265625 1033.8984375 900.765625 c 1 + 1033.8984375 869.983398438 1038.0390625 842.484375 1046.3203125 818.1875 c 0 + 1054.6796875 793.890625 1066.3203125 773.186523438 1081.3984375 756.234375 c 0 + 1096.3984375 739.280273438 1114.5234375 726.311523438 1135.6171875 717.40625 c 0 + 1156.7890625 708.420898438 1180.4609375 703.96875 1206.7109375 703.96875 c 0 EndSplineSet EndChar StartChar: uniE115 Encoding: 57621 57621 22 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 60.5 139.688<684.242 1061.86> 505.461 135.352<684.242 1028.79> 925.93 139.688<684.242 1028.79> -VStem: 521.586 162.656<200.188 505.461 640.812 925.93> 1062.99 171.328<672.723 894.019> 1098.97 171.445<234.391 471.257> +VWidth: 1687 +Flags: W +HStem: 15.5 139.688<684.242 1061.86> 460.461 135.352<684.242 1028.79> 880.93 139.688<684.242 1028.79> +VStem: 521.586 162.656<155.188 460.461 595.812 880.93> 1062.99 171.328<627.723 849.019> 1098.97 171.445<189.391 426.257> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 120.5 139.688<684.242 1061.86> 565.461 135.352<684.242 1028.79> 985.93 139.688<684.242 1028.79> -VStem: 521.586 162.656<260.188 565.461 700.812 985.93> 1062.99 171.328<732.723 954.019> 1098.97 171.445<294.391 531.257> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -521.5859375 1065.6171875 m 1xf4 - 669.90625 1065.6171875 818.2265625 1065.6171875 966.546875 1065.6171875 c 1 - 1049.984375 1065.6171875 1115.609375 1042.0625 1163.0703125 995.0703125 c 0 - 1210.6484375 948.078125 1234.3203125 885.1484375 1234.3203125 806.3984375 c 0xf8 - 1234.3203125 769.015625 1229.046875 737.0234375 1218.5 710.65625 c 0 - 1207.953125 684.2890625 1194.4765625 662.609375 1178.1875 645.8515625 c 0 - 1161.8984375 629.09375 1143.1484375 616.5546875 1122.0546875 608.46875 c 0 - 1100.9609375 600.265625 1080.3359375 595.2265625 1060.0625 593.3515625 c 1 - 1060.0625 590.4609375 1060.0625 587.5703125 1060.0625 584.6796875 c 1 - 1080.3359375 583.7421875 1102.6015625 578.9375 1127.09375 570.265625 c 0 - 1151.5859375 561.59375 1174.3203125 547.8828125 1195.53125 529.25 c 0 - 1216.625 510.5 1234.3203125 486.4765625 1248.734375 457.1796875 c 0 - 1263.1484375 427.8828125 1270.4140625 392.140625 1270.4140625 349.953125 c 0 - 1270.4140625 309.640625 1263.8515625 271.671875 1250.9609375 236.1640625 c 0 - 1237.953125 200.65625 1219.90625 169.953125 1196.9375 144.0546875 c 0 - 1173.8515625 118.15625 1146.546875 97.6484375 1114.7890625 82.765625 c 0 - 1083.1484375 67.8828125 1048.578125 60.5 1011.1953125 60.5 c 1 - 847.9921875 60.5 684.7890625 60.5 521.5859375 60.5 c 1 - 521.5859375 395.5390625 521.5859375 730.578125 521.5859375 1065.6171875 c 1xf4 -684.2421875 200.1875 m 1 - 777.3671875 200.1875 870.4921875 200.1875 963.6171875 200.1875 c 1 - 1005.921875 200.1875 1038.96875 211.203125 1062.9921875 233.3515625 c 0xf8 - 1087.015625 255.3828125 1098.96875 287.0234375 1098.96875 328.390625 c 1 - 1098.96875 344.6796875 1098.96875 360.96875 1098.96875 377.2578125 c 1xf4 - 1098.96875 418.625 1087.015625 450.265625 1062.9921875 472.296875 c 0 - 1038.96875 494.4453125 1005.921875 505.4609375 963.6171875 505.4609375 c 1 - 870.4921875 505.4609375 777.3671875 505.4609375 684.2421875 505.4609375 c 1 - 684.2421875 403.703125 684.2421875 301.9453125 684.2421875 200.1875 c 1 -684.2421875 640.8125 m 1 - 768.265625 640.8125 852.2890625 640.8125 936.3125 640.8125 c 1 - 976.625 640.8125 1007.796875 651.125 1029.828125 671.75 c 0 - 1051.9765625 692.375 1062.9921875 721.90625 1062.9921875 760.34375 c 1 - 1062.9921875 775.6953125 1062.9921875 791.046875 1062.9921875 806.3984375 c 1 - 1062.9921875 844.8359375 1051.9765625 874.3671875 1029.828125 894.9921875 c 0 - 1007.796875 915.6171875 976.625 925.9296875 936.3125 925.9296875 c 1 - 852.2890625 925.9296875 768.265625 925.9296875 684.2421875 925.9296875 c 1 - 684.2421875 830.890625 684.2421875 735.8515625 684.2421875 640.8125 c 1 +521.5859375 1020.6171875 m 5xf4 + 669.90625 1020.6171875 818.2265625 1020.6171875 966.546875 1020.6171875 c 1 + 1049.984375 1020.6171875 1115.609375 997.0625 1163.0703125 950.0703125 c 0 + 1210.6484375 903.078125 1234.3203125 840.1484375 1234.3203125 761.3984375 c 0xf8 + 1234.3203125 724.015625 1229.046875 692.0234375 1218.5 665.65625 c 0 + 1207.953125 639.2890625 1194.4765625 617.609375 1178.1875 600.8515625 c 0 + 1161.8984375 584.09375 1143.1484375 571.5546875 1122.0546875 563.46875 c 0 + 1100.9609375 555.265625 1080.3359375 550.2265625 1060.0625 548.3515625 c 1 + 1060.0625 545.4609375 1060.0625 542.5703125 1060.0625 539.6796875 c 1 + 1080.3359375 538.7421875 1102.6015625 533.9375 1127.09375 525.265625 c 0 + 1151.5859375 516.59375 1174.3203125 502.8828125 1195.53125 484.25 c 0 + 1216.625 465.5 1234.3203125 441.4765625 1248.734375 412.1796875 c 0 + 1263.1484375 382.8828125 1270.4140625 347.140625 1270.4140625 304.953125 c 0 + 1270.4140625 264.640625 1263.8515625 226.671875 1250.9609375 191.1640625 c 0 + 1237.953125 155.65625 1219.90625 124.953125 1196.9375 99.0546875 c 0 + 1173.8515625 73.15625 1146.546875 52.6484375 1114.7890625 37.765625 c 0 + 1083.1484375 22.8828125 1048.578125 15.5 1011.1953125 15.5 c 5 + 847.9921875 15.5 684.7890625 15.5 521.5859375 15.5 c 1 + 521.5859375 350.5390625 521.5859375 685.578125 521.5859375 1020.6171875 c 5xf4 +684.2421875 155.1875 m 1 + 777.3671875 155.1875 870.4921875 155.1875 963.6171875 155.1875 c 1 + 1005.921875 155.1875 1038.96875 166.203125 1062.9921875 188.3515625 c 0xf8 + 1087.015625 210.3828125 1098.96875 242.0234375 1098.96875 283.390625 c 1 + 1098.96875 299.6796875 1098.96875 315.96875 1098.96875 332.2578125 c 1xf4 + 1098.96875 373.625 1087.015625 405.265625 1062.9921875 427.296875 c 0 + 1038.96875 449.4453125 1005.921875 460.4609375 963.6171875 460.4609375 c 1 + 870.4921875 460.4609375 777.3671875 460.4609375 684.2421875 460.4609375 c 1 + 684.2421875 358.703125 684.2421875 256.9453125 684.2421875 155.1875 c 1 +684.2421875 595.8125 m 1 + 768.265625 595.8125 852.2890625 595.8125 936.3125 595.8125 c 1 + 976.625 595.8125 1007.796875 606.125 1029.828125 626.75 c 0 + 1051.9765625 647.375 1062.9921875 676.90625 1062.9921875 715.34375 c 1 + 1062.9921875 730.6953125 1062.9921875 746.046875 1062.9921875 761.3984375 c 1 + 1062.9921875 799.8359375 1051.9765625 829.3671875 1029.828125 849.9921875 c 0 + 1007.796875 870.6171875 976.625 880.9296875 936.3125 880.9296875 c 1 + 852.2890625 880.9296875 768.265625 880.9296875 684.2421875 880.9296875 c 1 + 684.2421875 785.890625 684.2421875 690.8515625 684.2421875 595.8125 c 1 EndSplineSet EndChar StartChar: uniE116 Encoding: 57622 57622 23 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -21.1094 93.125<474.359 672.172> 367.719 99.8438<559.262 588.09> 652.016 95.9375<328.301 554.086> 663.5 124.766<964.387 984.548 1352.16 1364.12> 1249.12 95.9375<353.87 572.282> -VStem: 222.406 107.5<1091.89 1228.18> 279.516 110.312<-202.516 -92.2031> 582.406 107.5<775.065 922.258> 746.859 110.391<1223.19 1333.58> 759.516 113.281<-202.516 -89.2344> 980.922 103.75<-202.516 310.141> 1397.64 103.594<-45.0938 467.562> 1483.19 106.562<1227.02 1333.58> -DStem2: 279.516 -202.516 389.828 -202.516 0.303392 0.952866<33.468 224.101 320.706 631.909> 436.469 1064.75 418.188 962.09 0.978916 -0.204262<-84.378 149.631> 644.359 467.562 576.078 367.719 0.306233 -0.951957<74.137 385.061 481.942 673.15> 857.25 1333.58 746.859 1333.58 0.206752 -0.978393<0 557.355> 975.297 788.266 1027.17 663.5 0.24367 0.969858<0 458.809> 1320.77 97.016 1161.39 168.031 0.508638 -0.860981<-299.653 157.446> 1229.75 1333.58 1167.33 1213.58 0.238997 -0.97102<101.604 559.948> 1364.12 789.281 1424.59 663.5 0.213693 0.976901<0 557.167> +VWidth: 1687 +Flags: W +HStem: -66.1094 93.125<474.359 672.172> 322.719 99.8438<559.262 588.09> 607.016 95.9375<328.301 554.086> 618.5 124.766<964.387 984.548 1352.16 1364.12> 1204.12 95.9375<353.87 572.282> +VStem: 222.406 107.5<1046.89 1183.18> 279.516 110.312<-247.516 -137.203> 582.406 107.5<730.065 877.258> 746.859 110.391<1178.19 1288.58> 759.516 113.281<-247.516 -134.234> 980.922 103.75<-247.516 265.141> 1397.64 103.594<-90.0938 422.562> 1483.19 106.562<1182.02 1288.58> +DStem2: 279.516 -247.516 389.828 -247.516 0.303392 0.952866<33.468 224.101 320.706 631.909> 436.469 1019.75 418.188 917.094 0.978916 -0.204262<-84.378 149.631> 644.359 422.562 576.078 322.719 0.306233 -0.951957<74.137 385.061 481.942 673.15> 857.25 1288.58 746.859 1288.58 0.206752 -0.978393<0 557.355> 975.297 743.266 1027.17 618.5 0.24367 0.969858<0 458.809> 1320.77 52.0156 1161.39 123.031 0.508638 -0.860981<-299.653 157.446> 1229.75 1288.58 1167.33 1168.58 0.238997 -0.97102<101.604 559.948> 1364.12 744.281 1424.59 618.5 0.213693 0.976901<0 557.167> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 38.8906 93.125<474.359 672.172> 427.719 99.8438<559.262 588.09> 712.016 95.9375<328.301 554.086> 723.5 124.766<964.387 984.548 1352.16 1364.12> 1309.12 95.9375<353.87 572.282> -VStem: 222.406 107.5<1151.89 1288.18> 279.516 110.312<-142.516 -32.2031> 582.406 107.5<835.065 982.258> 746.859 110.391<1283.19 1393.58> 759.516 113.281<-142.516 -29.2344> 980.922 103.75<-142.516 370.141> 1397.64 103.594<14.9062 527.562> 1483.19 106.562<1287.02 1393.58> -DStem2: 279.516 -142.516 389.828 -142.516 0.303392 0.952866<33.468 224.101 320.706 631.909> 436.469 1124.75 418.188 1022.09 0.978916 -0.204262<-84.378 149.631> 644.359 527.562 576.078 427.719 0.306233 -0.951957<74.137 385.061 481.942 673.15> 857.25 1393.58 746.859 1393.58 0.206752 -0.978393<0 557.355> 975.297 848.266 1027.17 723.5 0.24367 0.969858<0 458.809> 1320.77 157.016 1161.39 228.031 0.508638 -0.860981<-299.653 157.446> 1229.75 1393.58 1167.33 1273.58 0.238997 -0.97102<101.604 559.948> 1364.12 849.281 1424.59 723.5 0.213693 0.976901<0 557.167> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -759.515625 -202.515625 m 1xcb60 - 739.359375 -142.046875 719.203125 -81.578125 699.046875 -21.109375 c 1 - 615.504882812 -21.109375 531.963867188 -21.109375 448.421875 -21.109375 c 1 - 428.890625 -81.578125 409.359375 -142.046875 389.828125 -202.515625 c 1 - 353.057617188 -202.515625 316.286132812 -202.515625 279.515625 -202.515625 c 1 - 355.661132812 20.84375 431.807617188 244.203125 507.953125 467.5625 c 1 - 553.421875 467.5625 598.890625 467.5625 644.359375 467.5625 c 1 - 720.504882812 244.203125 796.651367188 20.84375 872.796875 -202.515625 c 1 - 835.036132812 -202.515625 797.276367188 -202.515625 759.515625 -202.515625 c 1xcb60 -576.078125 367.71875 m 1 - 574.515625 367.71875 572.953125 367.71875 571.390625 367.71875 c 1 - 539.046875 269.150390625 506.703125 170.583007812 474.359375 72.015625 c 1 - 540.296875 72.015625 606.234375 72.015625 672.171875 72.015625 c 1 - 640.140625 170.583007812 608.109375 269.150390625 576.078125 367.71875 c 1 -1161.390625 168.03125 m 1 - 1136.75488281 215.400390625 1112.12011719 262.770507812 1087.484375 310.140625 c 1 - 1086.546875 310.140625 1085.609375 310.140625 1084.671875 310.140625 c 1 - 1084.671875 139.254882812 1084.671875 -31.630859375 1084.671875 -202.515625 c 1 - 1050.08886719 -202.515625 1015.50488281 -202.515625 980.921875 -202.515625 c 1 - 980.921875 20.84375 980.921875 244.203125 980.921875 467.5625 c 1 - 1021.234375 467.5625 1061.546875 467.5625 1101.859375 467.5625 c 1 - 1174.828125 344.046875 1247.796875 220.53125 1320.765625 97.015625 c 1 - 1345.40136719 49.6455078125 1370.03613281 2.275390625 1394.671875 -45.09375 c 1 - 1395.66113281 -45.09375 1396.65136719 -45.09375 1397.640625 -45.09375 c 1 - 1397.640625 125.791015625 1397.640625 296.676757812 1397.640625 467.5625 c 1 - 1432.171875 467.5625 1466.703125 467.5625 1501.234375 467.5625 c 1 - 1501.234375 244.203125 1501.234375 20.84375 1501.234375 -202.515625 c 1xc930 - 1460.921875 -202.515625 1420.609375 -202.515625 1380.296875 -202.515625 c 1 - 1307.328125 -79 1234.359375 44.515625 1161.390625 168.03125 c 1 -447.015625 652.015625 m 0xed20 - 390.6875 652.015625 342.875 662.249023438 303.5 682.71875 c 0 - 264.125 703.1875 230.375 730.6875 202.25 765.296875 c 1 - 227.198242188 788.65625 252.145507812 812.015625 277.09375 835.375 c 1 - 300.765625 806.546875 326.859375 784.75 355.296875 770.0625 c 0 - 383.8125 755.375 416.3125 747.953125 452.796875 747.953125 c 0 - 495.6875 747.953125 527.953125 757.5625 549.75 776.78125 c 0 - 571.46875 796 582.40625 821.9375 582.40625 854.515625 c 0 - 582.40625 880.765625 574.671875 901.546875 559.359375 916.9375 c 0 - 543.96875 932.328125 516.78125 943.8125 477.71875 951.46875 c 1 - 457.875 955.009765625 438.03125 958.551757812 418.1875 962.09375 c 1 - 352.953125 974.203125 303.96875 995.6875 271.3125 1026.390625 c 0 - 238.65625 1057.09375 222.40625 1099.359375 222.40625 1153.109375 c 0 - 222.40625 1182.5625 227.953125 1209.28125 239.203125 1233.265625 c 0 - 250.375 1257.25 266.078125 1277.40625 286.234375 1293.734375 c 0 - 306.390625 1310.0625 330.84375 1322.71875 359.671875 1331.625 c 0 - 388.421875 1340.609375 420.765625 1345.0625 456.625 1345.0625 c 0 - 507.171875 1345.0625 551 1336.3125 588.109375 1318.734375 c 0 - 625.21875 1301.078125 656.9375 1275.6875 683.1875 1242.40625 c 1 - 657.901367188 1220.00976562 632.614257812 1197.61425781 607.328125 1175.21875 c 1 - 590.0625 1197.5625 568.96875 1215.53125 543.96875 1228.96875 c 0 - 519.046875 1242.40625 487.953125 1249.125 450.84375 1249.125 c 0 - 412.484375 1249.125 382.71875 1241.390625 361.546875 1226.078125 c 0 - 340.453125 1210.6875 329.90625 1188.265625 329.90625 1158.890625 c 0 - 329.90625 1130.6875 338.5 1109.75 355.84375 1096 c 0 - 373.109375 1082.25 399.984375 1071.78125 436.46875 1064.75 c 1 - 456.3125 1060.609375 476.15625 1056.46875 496 1052.328125 c 1 - 563.1875 1039.515625 612.328125 1017.71875 643.34375 987.015625 c 0 - 674.359375 956.3125 689.90625 914.046875 689.90625 860.296875 c 0 - 689.90625 828.96875 684.4375 800.453125 673.578125 774.828125 c 0 - 662.71875 749.28125 646.859375 727.328125 626.078125 709.125 c 0 - 605.21875 690.84375 579.828125 676.78125 549.75 666.859375 c 0 - 519.671875 656.936523438 485.375 652.015625 447.015625 652.015625 c 0xed20 -905.21875 663.5 m 1xd9a8 - 852.432617188 886.859375 799.645507812 1110.21875 746.859375 1333.578125 c 1 - 783.65625 1333.578125 820.453125 1333.578125 857.25 1333.578125 c 1 - 879.958007812 1226.05175781 902.666992188 1118.52539062 925.375 1011 c 1 - 941.078125 936.754882812 956.78125 862.509765625 972.484375 788.265625 c 1 - 973.421875 788.265625 974.359375 788.265625 975.296875 788.265625 c 1 - 993.239257812 862.509765625 1011.18261719 936.754882812 1029.125 1011 c 1 - 1055.66113281 1118.52539062 1082.19824219 1226.05175781 1108.734375 1333.578125 c 1 - 1149.07324219 1333.578125 1189.41113281 1333.578125 1229.75 1333.578125 c 1 - 1255.97363281 1226.05175781 1282.19824219 1118.52539062 1308.421875 1011 c 1 - 1326.02636719 937.09375 1343.62988281 863.1875 1361.234375 789.28125 c 1 - 1362.19824219 789.28125 1363.16113281 789.28125 1364.125 789.28125 c 1 - 1380.453125 863.1875 1396.78125 937.09375 1413.109375 1011 c 1 - 1436.46875 1118.52539062 1459.828125 1226.05175781 1483.1875 1333.578125 c 1 - 1518.70800781 1333.578125 1554.22949219 1333.578125 1589.75 1333.578125 c 1 - 1534.69824219 1110.21875 1479.64550781 886.859375 1424.59375 663.5 c 1 - 1383.96875 663.5 1343.34375 663.5 1302.71875 663.5 c 1 - 1274.22949219 779.020507812 1245.73925781 894.541015625 1217.25 1010.0625 c 1 - 1200.609375 1077.90039062 1183.96875 1145.73925781 1167.328125 1213.578125 c 1 - 1166.67675781 1213.578125 1166.02636719 1213.578125 1165.375 1213.578125 c 1 - 1148.421875 1145.73925781 1131.46875 1077.90039062 1114.515625 1010.0625 c 1 - 1085.40136719 894.541015625 1056.28613281 779.020507812 1027.171875 663.5 c 1 - 986.520507812 663.5 945.870117188 663.5 905.21875 663.5 c 1xd9a8 +759.515625 -247.515625 m 1xcb60 + 739.359375 -187.046875 719.203125 -126.578125 699.046875 -66.109375 c 1 + 615.504882812 -66.109375 531.963867188 -66.109375 448.421875 -66.109375 c 1 + 428.890625 -126.578125 409.359375 -187.046875 389.828125 -247.515625 c 1 + 353.057617188 -247.515625 316.286132812 -247.515625 279.515625 -247.515625 c 1 + 355.661132812 -24.15625 431.807617188 199.203125 507.953125 422.5625 c 1 + 553.421875 422.5625 598.890625 422.5625 644.359375 422.5625 c 1 + 720.504882812 199.203125 796.651367188 -24.15625 872.796875 -247.515625 c 1 + 835.036132812 -247.515625 797.276367188 -247.515625 759.515625 -247.515625 c 1xcb60 +576.078125 322.71875 m 1 + 574.515625 322.71875 572.953125 322.71875 571.390625 322.71875 c 1 + 539.046875 224.150390625 506.703125 125.583007812 474.359375 27.015625 c 1 + 540.296875 27.015625 606.234375 27.015625 672.171875 27.015625 c 1 + 640.140625 125.583007812 608.109375 224.150390625 576.078125 322.71875 c 1 +1161.390625 123.03125 m 1 + 1136.75488281 170.400390625 1112.12011719 217.770507812 1087.484375 265.140625 c 1 + 1086.546875 265.140625 1085.609375 265.140625 1084.671875 265.140625 c 1 + 1084.671875 94.2548828125 1084.671875 -76.630859375 1084.671875 -247.515625 c 1 + 1050.08886719 -247.515625 1015.50488281 -247.515625 980.921875 -247.515625 c 1 + 980.921875 -24.15625 980.921875 199.203125 980.921875 422.5625 c 1 + 1021.234375 422.5625 1061.546875 422.5625 1101.859375 422.5625 c 1 + 1174.828125 299.046875 1247.796875 175.53125 1320.765625 52.015625 c 1 + 1345.40136719 4.6455078125 1370.03613281 -42.724609375 1394.671875 -90.09375 c 1 + 1395.66113281 -90.09375 1396.65136719 -90.09375 1397.640625 -90.09375 c 1 + 1397.640625 80.791015625 1397.640625 251.676757812 1397.640625 422.5625 c 1 + 1432.171875 422.5625 1466.703125 422.5625 1501.234375 422.5625 c 1 + 1501.234375 199.203125 1501.234375 -24.15625 1501.234375 -247.515625 c 1xc930 + 1460.921875 -247.515625 1420.609375 -247.515625 1380.296875 -247.515625 c 1 + 1307.328125 -124 1234.359375 -0.484375 1161.390625 123.03125 c 1 +447.015625 607.015625 m 0xed20 + 390.6875 607.015625 342.875 617.249023438 303.5 637.71875 c 0 + 264.125 658.1875 230.375 685.6875 202.25 720.296875 c 1 + 227.198242188 743.65625 252.145507812 767.015625 277.09375 790.375 c 1 + 300.765625 761.546875 326.859375 739.75 355.296875 725.0625 c 0 + 383.8125 710.375 416.3125 702.953125 452.796875 702.953125 c 0 + 495.6875 702.953125 527.953125 712.5625 549.75 731.78125 c 0 + 571.46875 751 582.40625 776.9375 582.40625 809.515625 c 0 + 582.40625 835.765625 574.671875 856.546875 559.359375 871.9375 c 0 + 543.96875 887.328125 516.78125 898.8125 477.71875 906.46875 c 1 + 457.875 910.009765625 438.03125 913.551757812 418.1875 917.09375 c 1 + 352.953125 929.203125 303.96875 950.6875 271.3125 981.390625 c 0 + 238.65625 1012.09375 222.40625 1054.359375 222.40625 1108.109375 c 0 + 222.40625 1137.5625 227.953125 1164.28125 239.203125 1188.265625 c 0 + 250.375 1212.25 266.078125 1232.40625 286.234375 1248.734375 c 0 + 306.390625 1265.0625 330.84375 1277.71875 359.671875 1286.625 c 0 + 388.421875 1295.609375 420.765625 1300.0625 456.625 1300.0625 c 0 + 507.171875 1300.0625 551 1291.3125 588.109375 1273.734375 c 0 + 625.21875 1256.078125 656.9375 1230.6875 683.1875 1197.40625 c 1 + 657.901367188 1175.00976562 632.614257812 1152.61425781 607.328125 1130.21875 c 1 + 590.0625 1152.5625 568.96875 1170.53125 543.96875 1183.96875 c 0 + 519.046875 1197.40625 487.953125 1204.125 450.84375 1204.125 c 0 + 412.484375 1204.125 382.71875 1196.390625 361.546875 1181.078125 c 0 + 340.453125 1165.6875 329.90625 1143.265625 329.90625 1113.890625 c 0 + 329.90625 1085.6875 338.5 1064.75 355.84375 1051 c 0 + 373.109375 1037.25 399.984375 1026.78125 436.46875 1019.75 c 1 + 456.3125 1015.609375 476.15625 1011.46875 496 1007.328125 c 1 + 563.1875 994.515625 612.328125 972.71875 643.34375 942.015625 c 0 + 674.359375 911.3125 689.90625 869.046875 689.90625 815.296875 c 0 + 689.90625 783.96875 684.4375 755.453125 673.578125 729.828125 c 0 + 662.71875 704.28125 646.859375 682.328125 626.078125 664.125 c 0 + 605.21875 645.84375 579.828125 631.78125 549.75 621.859375 c 0 + 519.671875 611.936523438 485.375 607.015625 447.015625 607.015625 c 0xed20 +905.21875 618.5 m 1xd9a8 + 852.432617188 841.859375 799.645507812 1065.21875 746.859375 1288.578125 c 1 + 783.65625 1288.578125 820.453125 1288.578125 857.25 1288.578125 c 1 + 879.958007812 1181.05175781 902.666992188 1073.52539062 925.375 966 c 1 + 941.078125 891.754882812 956.78125 817.509765625 972.484375 743.265625 c 1 + 973.421875 743.265625 974.359375 743.265625 975.296875 743.265625 c 1 + 993.239257812 817.509765625 1011.18261719 891.754882812 1029.125 966 c 1 + 1055.66113281 1073.52539062 1082.19824219 1181.05175781 1108.734375 1288.578125 c 1 + 1149.07324219 1288.578125 1189.41113281 1288.578125 1229.75 1288.578125 c 1 + 1255.97363281 1181.05175781 1282.19824219 1073.52539062 1308.421875 966 c 1 + 1326.02636719 892.09375 1343.62988281 818.1875 1361.234375 744.28125 c 1 + 1362.19824219 744.28125 1363.16113281 744.28125 1364.125 744.28125 c 1 + 1380.453125 818.1875 1396.78125 892.09375 1413.109375 966 c 1 + 1436.46875 1073.52539062 1459.828125 1181.05175781 1483.1875 1288.578125 c 1 + 1518.70800781 1288.578125 1554.22949219 1288.578125 1589.75 1288.578125 c 1 + 1534.69824219 1065.21875 1479.64550781 841.859375 1424.59375 618.5 c 1 + 1383.96875 618.5 1343.34375 618.5 1302.71875 618.5 c 1 + 1274.22949219 734.020507812 1245.73925781 849.541015625 1217.25 965.0625 c 1 + 1200.609375 1032.90039062 1183.96875 1100.73925781 1167.328125 1168.578125 c 1 + 1166.67675781 1168.578125 1166.02636719 1168.578125 1165.375 1168.578125 c 1 + 1148.421875 1100.73925781 1131.46875 1032.90039062 1114.515625 965.0625 c 1 + 1085.40136719 849.541015625 1056.28613281 734.020507812 1027.171875 618.5 c 1 + 986.520507812 618.5 945.870117188 618.5 905.21875 618.5 c 1xd9a8 EndSplineSet EndChar StartChar: uniE117 Encoding: 57623 57623 24 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 669.17 96.0156<520.383 793.039> -VStem: 280.539 103.75<-196.846 315.811> 411.945 108.438<765.186 1339.25> 697.258 103.594<-39.4238 473.232> 938.195 120<-196.846 -76.8457> 945.852 127.656<345.576 473.232> 1050.3 108.516<669.17 996.61> 1383.66 127.656<-196.846 -69.1894 345.576 473.232> -DStem2: 620.383 102.686 461.008 173.701 0.508638 -0.860981<-299.653 157.446> 943.742 1339.25 819.914 1339.25 0.479608 -0.877483<0 340.284> 938.195 -196.846 1058.2 -196.846 0.552681 0.833393<66.3217 372.475 510.607 804.036> 1073.51 473.232 945.852 473.232 0.546973 -0.83715<0 292.459 418.391 730.603> 1109.84 1040.65 1158.82 935.107 0.477483 0.878641<0 339.836> +VWidth: 1687 +Flags: W +HStem: 624.17 96.0156<520.383 793.039> +VStem: 280.539 103.75<-241.846 270.811> 411.945 108.438<720.186 1294.25> 697.258 103.594<-84.4238 428.232> 938.195 120<-241.846 -121.846> 945.852 127.656<300.576 428.232> 1050.3 108.516<624.17 951.606> 1383.66 127.656<-241.846 -114.189 300.576 428.232> +DStem2: 620.383 57.6855 461.008 128.701 0.508638 -0.860981<-299.653 157.446> 943.742 1294.25 819.914 1294.25 0.479608 -0.877483<0 340.284> 938.195 -241.846 1058.2 -241.846 0.552681 0.833393<66.3217 372.475 510.607 804.036> 1073.51 428.232 945.852 428.232 0.546973 -0.83715<0 292.459 418.391 730.603> 1109.84 995.654 1158.82 890.107 0.477483 0.878641<0 339.836> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 729.17 96.0156<520.383 793.039> -VStem: 280.539 103.75<-136.846 375.811> 411.945 108.438<825.186 1399.25> 697.258 103.594<20.5762 533.232> 938.195 120<-136.846 -16.8457> 945.852 127.656<405.576 533.232> 1050.3 108.516<729.17 1056.61> 1383.66 127.656<-136.846 -9.18945 405.576 533.232> -DStem2: 620.383 162.686 461.008 233.701 0.508638 -0.860981<-299.653 157.446> 943.742 1399.25 819.914 1399.25 0.479608 -0.877483<0 340.284> 938.195 -136.846 1058.2 -136.846 0.552681 0.833393<66.3217 372.475 510.607 804.036> 1073.51 533.232 945.852 533.232 0.546973 -0.83715<0 292.459 418.391 730.603> 1109.84 1100.65 1158.82 995.107 0.477483 0.878641<0 339.836> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -461.0078125 173.701171875 m 1xf1 - 436.372070312 221.071289062 411.737304688 268.440429688 387.1015625 315.810546875 c 1 - 386.1640625 315.810546875 385.2265625 315.810546875 384.2890625 315.810546875 c 1 - 384.2890625 144.924804688 384.2890625 -25.9599609375 384.2890625 -196.845703125 c 1 - 349.706054688 -196.845703125 315.122070312 -196.845703125 280.5390625 -196.845703125 c 1 - 280.5390625 26.513671875 280.5390625 249.873046875 280.5390625 473.232421875 c 1 - 320.8515625 473.232421875 361.1640625 473.232421875 401.4765625 473.232421875 c 1 - 474.4453125 349.716796875 547.4140625 226.201171875 620.3828125 102.685546875 c 1 - 645.018554688 55.3154296875 669.653320312 7.9462890625 694.2890625 -39.423828125 c 1 - 695.278320312 -39.423828125 696.268554688 -39.423828125 697.2578125 -39.423828125 c 1 - 697.2578125 131.461914062 697.2578125 302.346679688 697.2578125 473.232421875 c 1 - 731.7890625 473.232421875 766.3203125 473.232421875 800.8515625 473.232421875 c 1 - 800.8515625 249.873046875 800.8515625 26.513671875 800.8515625 -196.845703125 c 1 - 760.5390625 -196.845703125 720.2265625 -196.845703125 679.9140625 -196.845703125 c 1 - 606.9453125 -73.330078125 533.9765625 50.185546875 461.0078125 173.701171875 c 1xf1 -1511.3203125 -196.845703125 m 1 - 1468.76855469 -196.845703125 1426.21582031 -196.845703125 1383.6640625 -196.845703125 c 1 - 1329.54980469 -107.887695312 1275.43457031 -18.9287109375 1221.3203125 70.029296875 c 1 - 1220.3828125 70.029296875 1219.4453125 70.029296875 1218.5078125 70.029296875 c 1 - 1165.0703125 -18.9287109375 1111.6328125 -107.887695312 1058.1953125 -196.845703125 c 1 - 1018.1953125 -196.845703125 978.1953125 -196.845703125 938.1953125 -196.845703125 c 1xf9 - 1010.48730469 -82.6005859375 1082.77832031 31.6435546875 1155.0703125 145.888671875 c 1 - 1085.33105469 255.002929688 1015.59082031 364.118164062 945.8515625 473.232421875 c 1 - 988.403320312 473.232421875 1030.95605469 473.232421875 1073.5078125 473.232421875 c 1xf5 - 1124.39355469 390.029296875 1175.27832031 306.826171875 1226.1640625 223.623046875 c 1 - 1226.7890625 223.623046875 1227.4140625 223.623046875 1228.0390625 223.623046875 c 1 - 1279.54980469 306.826171875 1331.05957031 390.029296875 1382.5703125 473.232421875 c 1 - 1422.5703125 473.232421875 1462.5703125 473.232421875 1502.5703125 473.232421875 c 1 - 1432.20605469 364.430664062 1361.84082031 255.627929688 1291.4765625 146.826171875 c 1 - 1364.7578125 32.2685546875 1438.0390625 -82.2880859375 1511.3203125 -196.845703125 c 1 -411.9453125 669.169921875 m 1 - 411.9453125 892.529296875 411.9453125 1115.88867188 411.9453125 1339.24804688 c 1 - 448.090820312 1339.24804688 484.237304688 1339.24804688 520.3828125 1339.24804688 c 1 - 520.3828125 1147.89355469 520.3828125 956.540039062 520.3828125 765.185546875 c 1 - 611.268554688 765.185546875 702.153320312 765.185546875 793.0390625 765.185546875 c 1 - 793.0390625 733.180664062 793.0390625 701.174804688 793.0390625 669.169921875 c 1 - 666.0078125 669.169921875 538.9765625 669.169921875 411.9453125 669.169921875 c 1 -1050.3046875 669.169921875 m 1xf3 - 1050.3046875 757.165039062 1050.3046875 845.159179688 1050.3046875 933.154296875 c 1 - 973.5078125 1068.51855469 896.7109375 1203.88378906 819.9140625 1339.24804688 c 1 - 861.190429688 1339.24804688 902.465820312 1339.24804688 943.7421875 1339.24804688 c 1 - 998.143554688 1239.71679688 1052.54394531 1140.18554688 1106.9453125 1040.65429688 c 1 - 1107.90917969 1040.65429688 1108.87207031 1040.65429688 1109.8359375 1040.65429688 c 1 - 1163.92480469 1140.18554688 1218.01269531 1239.71679688 1272.1015625 1339.24804688 c 1 - 1311.7890625 1339.24804688 1351.4765625 1339.24804688 1391.1640625 1339.24804688 c 1 - 1313.71582031 1204.53417969 1236.26855469 1069.82128906 1158.8203125 935.107421875 c 1 - 1158.8203125 846.461914062 1158.8203125 757.815429688 1158.8203125 669.169921875 c 1 - 1122.6484375 669.169921875 1086.4765625 669.169921875 1050.3046875 669.169921875 c 1xf3 +461.0078125 128.701171875 m 1xf1 + 436.372070312 176.071289062 411.737304688 223.440429688 387.1015625 270.810546875 c 1 + 386.1640625 270.810546875 385.2265625 270.810546875 384.2890625 270.810546875 c 1 + 384.2890625 99.9248046875 384.2890625 -70.9599609375 384.2890625 -241.845703125 c 1 + 349.706054688 -241.845703125 315.122070312 -241.845703125 280.5390625 -241.845703125 c 1 + 280.5390625 -18.486328125 280.5390625 204.873046875 280.5390625 428.232421875 c 1 + 320.8515625 428.232421875 361.1640625 428.232421875 401.4765625 428.232421875 c 1 + 474.4453125 304.716796875 547.4140625 181.201171875 620.3828125 57.685546875 c 1 + 645.018554688 10.3154296875 669.653320312 -37.0537109375 694.2890625 -84.423828125 c 1 + 695.278320312 -84.423828125 696.268554688 -84.423828125 697.2578125 -84.423828125 c 1 + 697.2578125 86.4619140625 697.2578125 257.346679688 697.2578125 428.232421875 c 1 + 731.7890625 428.232421875 766.3203125 428.232421875 800.8515625 428.232421875 c 1 + 800.8515625 204.873046875 800.8515625 -18.486328125 800.8515625 -241.845703125 c 1 + 760.5390625 -241.845703125 720.2265625 -241.845703125 679.9140625 -241.845703125 c 1 + 606.9453125 -118.330078125 533.9765625 5.185546875 461.0078125 128.701171875 c 1xf1 +1511.3203125 -241.845703125 m 1 + 1468.76855469 -241.845703125 1426.21582031 -241.845703125 1383.6640625 -241.845703125 c 1 + 1329.54980469 -152.887695312 1275.43457031 -63.9287109375 1221.3203125 25.029296875 c 1 + 1220.3828125 25.029296875 1219.4453125 25.029296875 1218.5078125 25.029296875 c 1 + 1165.0703125 -63.9287109375 1111.6328125 -152.887695312 1058.1953125 -241.845703125 c 1 + 1018.1953125 -241.845703125 978.1953125 -241.845703125 938.1953125 -241.845703125 c 1xf9 + 1010.48730469 -127.600585938 1082.77832031 -13.3564453125 1155.0703125 100.888671875 c 1 + 1085.33105469 210.002929688 1015.59082031 319.118164062 945.8515625 428.232421875 c 1 + 988.403320312 428.232421875 1030.95605469 428.232421875 1073.5078125 428.232421875 c 1xf5 + 1124.39355469 345.029296875 1175.27832031 261.826171875 1226.1640625 178.623046875 c 1 + 1226.7890625 178.623046875 1227.4140625 178.623046875 1228.0390625 178.623046875 c 1 + 1279.54980469 261.826171875 1331.05957031 345.029296875 1382.5703125 428.232421875 c 1 + 1422.5703125 428.232421875 1462.5703125 428.232421875 1502.5703125 428.232421875 c 1 + 1432.20605469 319.430664062 1361.84082031 210.627929688 1291.4765625 101.826171875 c 1 + 1364.7578125 -12.7314453125 1438.0390625 -127.288085938 1511.3203125 -241.845703125 c 1 +411.9453125 624.169921875 m 1 + 411.9453125 847.529296875 411.9453125 1070.88867188 411.9453125 1294.24804688 c 1 + 448.090820312 1294.24804688 484.237304688 1294.24804688 520.3828125 1294.24804688 c 1 + 520.3828125 1102.89355469 520.3828125 911.540039062 520.3828125 720.185546875 c 1 + 611.268554688 720.185546875 702.153320312 720.185546875 793.0390625 720.185546875 c 1 + 793.0390625 688.180664062 793.0390625 656.174804688 793.0390625 624.169921875 c 1 + 666.0078125 624.169921875 538.9765625 624.169921875 411.9453125 624.169921875 c 1 +1050.3046875 624.169921875 m 1xf3 + 1050.3046875 712.165039062 1050.3046875 800.159179688 1050.3046875 888.154296875 c 1 + 973.5078125 1023.51855469 896.7109375 1158.88378906 819.9140625 1294.24804688 c 1 + 861.190429688 1294.24804688 902.465820312 1294.24804688 943.7421875 1294.24804688 c 1 + 998.143554688 1194.71679688 1052.54394531 1095.18554688 1106.9453125 995.654296875 c 1 + 1107.90917969 995.654296875 1108.87207031 995.654296875 1109.8359375 995.654296875 c 1 + 1163.92480469 1095.18554688 1218.01269531 1194.71679688 1272.1015625 1294.24804688 c 1 + 1311.7890625 1294.24804688 1351.4765625 1294.24804688 1391.1640625 1294.24804688 c 1 + 1313.71582031 1159.53417969 1236.26855469 1024.82128906 1158.8203125 890.107421875 c 1 + 1158.8203125 801.461914062 1158.8203125 712.815429688 1158.8203125 624.169921875 c 1 + 1122.6484375 624.169921875 1086.4765625 624.169921875 1050.3046875 624.169921875 c 1xf3 EndSplineSet EndChar StartChar: uniE118 Encoding: 57624 57624 25 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -15.4395 93.125<1083.51 1281.16> 73.857 91.25<418.508 570.842> 378.232 95<418.508 654.817 1169.79 1195.72> 669.17 96.0156<609.465 629.562 1148.12 1468.74> 961.04 95.9375<1148.12 1439.05> 1243.23 96.0156<1148.12 1468.74> -VStem: 310.07 108.438<-196.846 73.857 165.107 378.232> 334.367 112.344<1226.9 1339.25> 678.664 114.219<187.348 355.913> 793.273 109.375<1229.87 1339.25> 888.508 110.469<-196.846 -86.377> 1039.68 108.438<765.186 961.04 1056.98 1243.23> 1368.51 113.281<-196.846 -83.5645> -DStem2: 446.711 1339.25 334.367 1339.25 0.311738 -0.950168<0 589.564> 662.258 85.42 551.945 73.857 0.456936 -0.8895<0 262.07> 621.398 774.795 679.992 669.17 0.315331 0.948982<0 589.853> 888.508 -196.846 998.977 -196.846 0.303155 0.952941<33.4892 224.122 320.727 631.883> 1253.35 473.232 1185.23 373.389 0.305997 -0.952033<74.2085 385.084> +VWidth: 1687 +Flags: W +HStem: -60.4395 93.125<1083.51 1281.16> 28.8574 91.25<418.508 570.842> 333.232 95<418.508 654.817 1169.79 1195.72> 624.17 96.0156<609.465 629.562 1148.12 1468.74> 916.045 95.9375<1148.12 1439.05> 1198.23 96.0156<1148.12 1468.74> +VStem: 310.07 108.438<-241.846 28.8574 120.107 333.232> 334.367 112.344<1181.9 1294.25> 678.664 114.219<142.348 310.913> 793.273 109.375<1184.87 1294.25> 888.508 110.469<-241.846 -131.377> 1039.68 108.438<720.186 916.045 1011.98 1198.23> 1368.51 113.281<-241.846 -128.564> +DStem2: 446.711 1294.25 334.367 1294.25 0.289596 -0.957149<0 589.723> 662.258 40.4199 551.945 28.8574 0.456936 -0.8895<0 262.07> 621.398 729.795 679.992 624.17 0.291293 0.956634<0 590.041> 888.508 -241.846 998.977 -241.846 0.303155 0.952941<33.4892 224.122 320.727 631.883> 1253.35 428.232 1185.23 328.389 0.305997 -0.952033<74.2085 385.084> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 44.5605 93.125<1083.51 1281.16> 133.857 91.25<418.508 570.842> 438.232 95<418.508 654.817 1169.79 1195.72> 729.17 96.0156<609.465 629.562 1148.12 1468.74> 1021.04 95.9375<1148.12 1439.05> 1303.23 96.0156<1148.12 1468.74> -VStem: 310.07 108.438<-136.846 133.857 225.107 438.232> 334.367 112.344<1286.9 1399.25> 678.664 114.219<247.348 415.913> 793.273 109.375<1289.87 1399.25> 888.508 110.469<-136.846 -26.377> 1039.68 108.438<825.186 1021.04 1116.98 1303.23> 1368.51 113.281<-136.846 -23.5645> -DStem2: 446.711 1399.25 334.367 1399.25 0.311738 -0.950168<0 589.564> 662.258 145.42 551.945 133.857 0.456936 -0.8895<0 262.07> 621.398 834.795 679.992 729.17 0.315331 0.948982<0 589.853> 888.508 -136.846 998.977 -136.846 0.303155 0.952941<33.4892 224.122 320.727 631.883> 1253.35 533.232 1185.23 433.389 0.305997 -0.952033<74.2085 385.084> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -418.5078125 -196.845703125 m 1x7e98 - 382.362304688 -196.845703125 346.215820312 -196.845703125 310.0703125 -196.845703125 c 1 - 310.0703125 26.513671875 310.0703125 249.873046875 310.0703125 473.232421875 c 1 - 406.372070312 473.232421875 502.674804688 473.232421875 598.9765625 473.232421875 c 1 - 659.1328125 473.232421875 706.4765625 455.185546875 741.0078125 419.013671875 c 0 - 775.5390625 382.841796875 792.8828125 333.701171875 792.8828125 271.669921875 c 0 - 792.8828125 223.623046875 781.7890625 183.779296875 759.7578125 152.138671875 c 0 - 737.7265625 120.419921875 705.2265625 98.232421875 662.2578125 85.419921875 c 1 - 710.590820312 -8.6689453125 758.924804688 -102.756835938 807.2578125 -196.845703125 c 1 - 766.9453125 -196.845703125 726.6328125 -196.845703125 686.3203125 -196.845703125 c 1 - 641.528320312 -106.611328125 596.737304688 -16.376953125 551.9453125 73.857421875 c 1 - 507.465820312 73.857421875 462.987304688 73.857421875 418.5078125 73.857421875 c 1 - 418.5078125 -16.376953125 418.5078125 -106.611328125 418.5078125 -196.845703125 c 1x7e98 -591.3203125 165.107421875 m 1 - 618.8203125 165.107421875 640.2265625 172.294921875 655.5390625 186.669921875 c 0 - 671.0078125 201.044921875 678.6640625 221.748046875 678.6640625 248.623046875 c 1 - 678.6640625 263.961914062 678.6640625 279.299804688 678.6640625 294.638671875 c 1 - 678.6640625 321.591796875 671.0078125 342.216796875 655.5390625 356.591796875 c 0 - 640.2265625 370.966796875 618.8203125 378.232421875 591.3203125 378.232421875 c 1 - 533.715820312 378.232421875 476.112304688 378.232421875 418.5078125 378.232421875 c 1 - 418.5078125 307.190429688 418.5078125 236.149414062 418.5078125 165.107421875 c 1 - 476.112304688 165.107421875 533.715820312 165.107421875 591.3203125 165.107421875 c 1 -1368.5078125 -196.845703125 m 1 - 1348.3515625 -136.376953125 1328.1953125 -75.908203125 1308.0390625 -15.439453125 c 1 - 1224.54980469 -15.439453125 1141.05957031 -15.439453125 1057.5703125 -15.439453125 c 1 - 1038.0390625 -75.908203125 1018.5078125 -136.376953125 998.9765625 -196.845703125 c 1 - 962.153320312 -196.845703125 925.331054688 -196.845703125 888.5078125 -196.845703125 c 1xbcb8 - 964.706054688 26.513671875 1040.90332031 249.873046875 1117.1015625 473.232421875 c 1 - 1162.51855469 473.232421875 1207.93457031 473.232421875 1253.3515625 473.232421875 c 1 - 1329.49707031 249.873046875 1405.64355469 26.513671875 1481.7890625 -196.845703125 c 1 - 1444.02832031 -196.845703125 1406.26855469 -196.845703125 1368.5078125 -196.845703125 c 1 -1185.2265625 373.388671875 m 1 - 1183.61230469 373.388671875 1181.99707031 373.388671875 1180.3828125 373.388671875 c 1 - 1148.09082031 274.821289062 1115.79980469 176.252929688 1083.5078125 77.685546875 c 1 - 1149.39355469 77.685546875 1215.27832031 77.685546875 1281.1640625 77.685546875 c 1 - 1249.18457031 176.252929688 1217.20605469 274.821289062 1185.2265625 373.388671875 c 1 -554.2109375 669.169921875 m 1 - 480.9296875 892.529296875 407.6484375 1115.88867188 334.3671875 1339.24804688 c 1 - 371.815429688 1339.24804688 409.262695312 1339.24804688 446.7109375 1339.24804688 c 1 - 482.231445312 1228.85742188 517.752929688 1118.46679688 553.2734375 1008.07617188 c 1 - 574.6796875 930.315429688 596.0859375 852.555664062 617.4921875 774.794921875 c 1 - 618.793945312 774.794921875 620.096679688 774.794921875 621.3984375 774.794921875 c 1 - 643.168945312 852.555664062 664.940429688 930.315429688 686.7109375 1008.07617188 c 1 - 722.231445312 1118.46679688 757.752929688 1228.85742188 793.2734375 1339.24804688 c 1 - 829.731445312 1339.24804688 866.190429688 1339.24804688 902.6484375 1339.24804688 c 1x3dd8 - 828.4296875 1115.88867188 754.2109375 892.529296875 679.9921875 669.169921875 c 1 - 638.065429688 669.169921875 596.137695312 669.169921875 554.2109375 669.169921875 c 1 -1039.6796875 669.169921875 m 1 - 1039.6796875 892.529296875 1039.6796875 1115.88867188 1039.6796875 1339.24804688 c 1 - 1182.70019531 1339.24804688 1325.72167969 1339.24804688 1468.7421875 1339.24804688 c 1 - 1468.7421875 1307.24316406 1468.7421875 1275.23730469 1468.7421875 1243.23242188 c 1 - 1361.8671875 1243.23242188 1254.9921875 1243.23242188 1148.1171875 1243.23242188 c 1 - 1148.1171875 1181.14941406 1148.1171875 1119.06542969 1148.1171875 1056.98242188 c 1 - 1245.09667969 1056.98242188 1342.07519531 1056.98242188 1439.0546875 1056.98242188 c 1 - 1439.0546875 1025.00292969 1439.0546875 993.024414062 1439.0546875 961.044921875 c 1 - 1342.07519531 961.044921875 1245.09667969 961.044921875 1148.1171875 961.044921875 c 1 - 1148.1171875 895.758789062 1148.1171875 830.471679688 1148.1171875 765.185546875 c 1 - 1254.9921875 765.185546875 1361.8671875 765.185546875 1468.7421875 765.185546875 c 1 - 1468.7421875 733.180664062 1468.7421875 701.174804688 1468.7421875 669.169921875 c 1 - 1325.72167969 669.169921875 1182.70019531 669.169921875 1039.6796875 669.169921875 c 1 +418.5078125 -241.845703125 m 1x7e98 + 382.362304688 -241.845703125 346.215820312 -241.845703125 310.0703125 -241.845703125 c 1 + 310.0703125 -18.486328125 310.0703125 204.873046875 310.0703125 428.232421875 c 1 + 406.372070312 428.232421875 502.674804688 428.232421875 598.9765625 428.232421875 c 1 + 659.1328125 428.232421875 706.4765625 410.185546875 741.0078125 374.013671875 c 0 + 775.5390625 337.841796875 792.8828125 288.701171875 792.8828125 226.669921875 c 0 + 792.8828125 178.623046875 781.7890625 138.779296875 759.7578125 107.138671875 c 0 + 737.7265625 75.419921875 705.2265625 53.232421875 662.2578125 40.419921875 c 1 + 710.590820312 -53.6689453125 758.924804688 -147.756835938 807.2578125 -241.845703125 c 1 + 766.9453125 -241.845703125 726.6328125 -241.845703125 686.3203125 -241.845703125 c 1 + 641.528320312 -151.611328125 596.737304688 -61.376953125 551.9453125 28.857421875 c 1 + 507.465820312 28.857421875 462.987304688 28.857421875 418.5078125 28.857421875 c 1 + 418.5078125 -61.376953125 418.5078125 -151.611328125 418.5078125 -241.845703125 c 1x7e98 +591.3203125 120.107421875 m 1 + 618.8203125 120.107421875 640.2265625 127.294921875 655.5390625 141.669921875 c 0 + 671.0078125 156.044921875 678.6640625 176.748046875 678.6640625 203.623046875 c 1 + 678.6640625 218.961914062 678.6640625 234.299804688 678.6640625 249.638671875 c 1 + 678.6640625 276.591796875 671.0078125 297.216796875 655.5390625 311.591796875 c 0 + 640.2265625 325.966796875 618.8203125 333.232421875 591.3203125 333.232421875 c 1 + 533.715820312 333.232421875 476.112304688 333.232421875 418.5078125 333.232421875 c 1 + 418.5078125 262.190429688 418.5078125 191.149414062 418.5078125 120.107421875 c 1 + 476.112304688 120.107421875 533.715820312 120.107421875 591.3203125 120.107421875 c 1 +1368.5078125 -241.845703125 m 1 + 1348.3515625 -181.376953125 1328.1953125 -120.908203125 1308.0390625 -60.439453125 c 1 + 1224.54980469 -60.439453125 1141.05957031 -60.439453125 1057.5703125 -60.439453125 c 1 + 1038.0390625 -120.908203125 1018.5078125 -181.376953125 998.9765625 -241.845703125 c 5 + 962.153320312 -241.845703125 925.331054688 -241.845703125 888.5078125 -241.845703125 c 1xbcb8 + 964.706054688 -18.486328125 1040.90332031 204.873046875 1117.1015625 428.232421875 c 5 + 1162.51855469 428.232421875 1207.93457031 428.232421875 1253.3515625 428.232421875 c 1 + 1329.49707031 204.873046875 1405.64355469 -18.486328125 1481.7890625 -241.845703125 c 1 + 1444.02832031 -241.845703125 1406.26855469 -241.845703125 1368.5078125 -241.845703125 c 1 +1185.2265625 328.388671875 m 1 + 1183.61230469 328.388671875 1181.99707031 328.388671875 1180.3828125 328.388671875 c 1 + 1148.09082031 229.821289062 1115.79980469 131.252929688 1083.5078125 32.685546875 c 1 + 1149.39355469 32.685546875 1215.27832031 32.685546875 1281.1640625 32.685546875 c 1 + 1249.18457031 131.252929688 1217.20605469 229.821289062 1185.2265625 328.388671875 c 1 +554.2109375 624.169921875 m 1 + 480.9296875 847.529296875 407.6484375 1070.88867188 334.3671875 1294.24804688 c 1 + 371.815429688 1294.24804688 409.262695312 1294.24804688 446.7109375 1294.24804688 c 1 + 482.231445312 1183.85742188 517.752929688 1073.46679688 553.2734375 963.076171875 c 1 + 574.6796875 885.315429688 596.0859375 807.555664062 617.4921875 729.794921875 c 1 + 618.793945312 729.794921875 620.096679688 729.794921875 621.3984375 729.794921875 c 1 + 643.168945312 807.555664062 664.940429688 885.315429688 686.7109375 963.076171875 c 1 + 722.231445312 1073.46679688 757.752929688 1183.85742188 793.2734375 1294.24804688 c 1 + 829.731445312 1294.24804688 866.190429688 1294.24804688 902.6484375 1294.24804688 c 1x3dd8 + 828.4296875 1070.88867188 754.2109375 847.529296875 679.9921875 624.169921875 c 1 + 638.065429688 624.169921875 596.137695312 624.169921875 554.2109375 624.169921875 c 1 +1039.6796875 624.169921875 m 5 + 1039.6796875 847.529296875 1039.6796875 1070.88867188 1039.6796875 1294.24804688 c 1 + 1182.70019531 1294.24804688 1325.72167969 1294.24804688 1468.7421875 1294.24804688 c 1 + 1468.7421875 1262.24316406 1468.7421875 1230.23730469 1468.7421875 1198.23242188 c 1 + 1361.8671875 1198.23242188 1254.9921875 1198.23242188 1148.1171875 1198.23242188 c 1 + 1148.1171875 1136.14941406 1148.1171875 1074.06542969 1148.1171875 1011.98242188 c 1 + 1245.09667969 1011.98242188 1342.07519531 1011.98242188 1439.0546875 1011.98242188 c 1 + 1439.0546875 980.002929688 1439.0546875 948.024414062 1439.0546875 916.044921875 c 1 + 1342.07519531 916.044921875 1245.09667969 916.044921875 1148.1171875 916.044921875 c 1 + 1148.1171875 850.758789062 1148.1171875 785.471679688 1148.1171875 720.185546875 c 1 + 1254.9921875 720.185546875 1361.8671875 720.185546875 1468.7421875 720.185546875 c 1 + 1468.7421875 688.180664062 1468.7421875 656.174804688 1468.7421875 624.169921875 c 1 + 1325.72167969 624.169921875 1182.70019531 624.169921875 1039.6796875 624.169921875 c 5 EndSplineSet EndChar StartChar: uniE119 Encoding: 57625 57625 26 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 144.2 112.793<1049.91 1285.26 1418.46 1622.37> 883.36 98.4375<1239.05 1285.26> -VStem: 169.633 150<144.2 294.2> 179.203 159.57<822.228 981.8> 726.469 159.57<144.2 303.771 822.228 981.8> 1285.26 133.203<256.993 883.36> -DStem2: 169.633 144.2 319.633 144.2 0.552681 0.833393<82.9021 411.831 638.258 1005.04> 338.773 981.8 179.203 981.8 0.546973 -0.83715<0 365.574 522.989 913.254> 998.344 750.157 1081.16 675.841 0.683539 0.729914<1.88118 286.669> +VWidth: 1687 +Flags: W +HStem: 99.2002 112.793<1049.91 1285.26 1418.46 1622.37> 838.36 98.4375<1239.05 1285.26> +VStem: 169.633 150<99.2002 249.2> 179.203 159.57<777.228 936.798> 726.469 159.57<99.2002 258.771 777.228 936.798> 1285.26 133.203<211.993 838.36> +DStem2: 169.633 99.2002 319.633 99.2002 0.552681 0.833393<82.9021 411.831 638.258 1005.04> 338.773 936.798 179.203 936.798 0.546973 -0.83715<0 365.574 522.989 913.254> 998.344 705.157 1081.16 630.841 0.683539 0.729914<1.88118 286.669> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 204.2 112.793<1049.91 1285.26 1418.46 1622.37> 943.36 98.4375<1239.05 1285.26> -VStem: 169.633 150<204.2 354.2> 179.203 159.57<882.228 1041.8> 726.469 159.57<204.2 363.771 882.228 1041.8> 1285.26 133.203<316.993 943.36> -DStem2: 169.633 204.2 319.633 204.2 0.552681 0.833393<82.9021 411.831 638.258 1005.04> 338.773 1041.8 179.203 1041.8 0.546973 -0.83715<0 365.574 522.989 913.254> 998.344 810.157 1081.16 735.841 0.683539 0.729914<1.88118 286.669> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -886.0390625 144.200195312 m 1xdc - 832.848632812 144.200195312 779.659179688 144.200195312 726.46875 144.200195312 c 1 - 658.825195312 255.397460938 591.182617188 366.595703125 523.5390625 477.793945312 c 1 - 522.3671875 477.793945312 521.1953125 477.793945312 520.0234375 477.793945312 c 1 - 453.2265625 366.595703125 386.4296875 255.397460938 319.6328125 144.200195312 c 1 - 269.6328125 144.200195312 219.6328125 144.200195312 169.6328125 144.200195312 c 1xec - 259.997070312 287.005859375 350.362304688 429.811523438 440.7265625 572.618164062 c 1 - 353.551757812 709.010742188 266.377929688 845.404296875 179.203125 981.797851562 c 1 - 232.393554688 981.797851562 285.583007812 981.797851562 338.7734375 981.797851562 c 1 - 402.379882812 877.793945312 465.987304688 773.790039062 529.59375 669.786132812 c 1 - 530.375 669.786132812 531.15625 669.786132812 531.9375 669.786132812 c 1 - 596.325195312 773.790039062 660.713867188 877.793945312 725.1015625 981.797851562 c 1 - 775.1015625 981.797851562 825.1015625 981.797851562 875.1015625 981.797851562 c 1 - 787.145507812 845.794921875 699.190429688 709.791992188 611.234375 573.790039062 c 1 - 702.8359375 430.592773438 794.4375 287.396484375 886.0390625 144.200195312 c 1xdc -1049.90625 144.200195312 m 1 - 1049.90625 181.797851562 1049.90625 219.395507812 1049.90625 256.993164062 c 1 - 1128.35644531 256.993164062 1206.80761719 256.993164062 1285.2578125 256.993164062 c 1 - 1285.2578125 465.782226562 1285.2578125 674.571289062 1285.2578125 883.360351562 c 1 - 1282.00292969 883.360351562 1278.74707031 883.360351562 1275.4921875 883.360351562 c 1 - 1210.71386719 814.186523438 1145.93457031 745.013671875 1081.15625 675.840820312 c 1 - 1053.55175781 700.612304688 1025.94824219 725.384765625 998.34375 750.157226562 c 1 - 1069.56738281 827.370117188 1140.79199219 904.583984375 1212.015625 981.797851562 c 1 - 1280.83105469 981.797851562 1349.64550781 981.797851562 1418.4609375 981.797851562 c 1 - 1418.4609375 740.196289062 1418.4609375 498.594726562 1418.4609375 256.993164062 c 1 - 1486.4296875 256.993164062 1554.3984375 256.993164062 1622.3671875 256.993164062 c 1 - 1622.3671875 219.395507812 1622.3671875 181.797851562 1622.3671875 144.200195312 c 1 - 1431.546875 144.200195312 1240.7265625 144.200195312 1049.90625 144.200195312 c 1 +886.0390625 99.2001953125 m 1xdc + 832.848632812 99.2001953125 779.659179688 99.2001953125 726.46875 99.2001953125 c 1 + 658.825195312 210.397460938 591.182617188 321.595703125 523.5390625 432.793945312 c 1 + 522.3671875 432.793945312 521.1953125 432.793945312 520.0234375 432.793945312 c 1 + 453.2265625 321.595703125 386.4296875 210.397460938 319.6328125 99.2001953125 c 1 + 269.6328125 99.2001953125 219.6328125 99.2001953125 169.6328125 99.2001953125 c 1xec + 259.997070312 242.005859375 350.362304688 384.811523438 440.7265625 527.618164062 c 1 + 353.551757812 664.010742188 266.377929688 800.404296875 179.203125 936.797851562 c 1 + 232.393554688 936.797851562 285.583007812 936.797851562 338.7734375 936.797851562 c 1 + 402.379882812 832.793945312 465.987304688 728.790039062 529.59375 624.786132812 c 1 + 530.375 624.786132812 531.15625 624.786132812 531.9375 624.786132812 c 1 + 596.325195312 728.790039062 660.713867188 832.793945312 725.1015625 936.797851562 c 1 + 775.1015625 936.797851562 825.1015625 936.797851562 875.1015625 936.797851562 c 1 + 787.145507812 800.794921875 699.190429688 664.791992188 611.234375 528.790039062 c 1 + 702.8359375 385.592773438 794.4375 242.396484375 886.0390625 99.2001953125 c 1xdc +1049.90625 99.2001953125 m 1 + 1049.90625 136.797851562 1049.90625 174.395507812 1049.90625 211.993164062 c 1 + 1128.35644531 211.993164062 1206.80761719 211.993164062 1285.2578125 211.993164062 c 1 + 1285.2578125 420.782226562 1285.2578125 629.571289062 1285.2578125 838.360351562 c 1 + 1282.00292969 838.360351562 1278.74707031 838.360351562 1275.4921875 838.360351562 c 1 + 1210.71386719 769.186523438 1145.93457031 700.013671875 1081.15625 630.840820312 c 1 + 1053.55175781 655.612304688 1025.94824219 680.384765625 998.34375 705.157226562 c 1 + 1069.56738281 782.370117188 1140.79199219 859.583984375 1212.015625 936.797851562 c 1 + 1280.83105469 936.797851562 1349.64550781 936.797851562 1418.4609375 936.797851562 c 1 + 1418.4609375 695.196289062 1418.4609375 453.594726562 1418.4609375 211.993164062 c 1 + 1486.4296875 211.993164062 1554.3984375 211.993164062 1622.3671875 211.993164062 c 1 + 1622.3671875 174.395507812 1622.3671875 136.797851562 1622.3671875 99.2001953125 c 1 + 1431.546875 99.2001953125 1240.7265625 99.2001953125 1049.90625 99.2001953125 c 1 EndSplineSet EndChar StartChar: uniE11A Encoding: 57626 57626 27 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 85.3906<443.27 618.187 1139.04 1341.37> 140.107 85.4688<468.18 617.718> 395.498 89.2188<1163.21 1360.78> 657.686 89.2188<1388.21 1579.14> 669.17 92.1875<328.559 354.926> 942.76 85.4688<802.406 938.743> 1249.95 89.2969<802.406 1011.58 1380.73 1582.23> -VStem: 82.0938 106.562<1232.69 1339.25> 314.359 107.5<-102.67 120.457> 493.891 104.688<1234.56 1339.25> 638.891 107.5<-102.386 119.315> 700.609 101.797<669.17 942.76 1028.23 1249.95> 1040.14 101.719<228.688 375.925 1047.5 1230.69> 1233.73 109.453<795.416 1213> 1364.67 101.719<-98.4167 64.863> -DStem2: 188.656 1339.25 82.0938 1339.25 0.271727 -0.962374<0 593.586> 375.844 917.842 402.719 669.17 0.269742 0.962933<-155.735 437.628> 1024.12 950.42 922.406 942.76 0.413517 -0.910496<0 262.054> 1234.05 201.592 1215.77 105.576 0.978371 -0.206857<-75.1218 135.909> +Flags: W +HStem: -253.3 85.3906<331.166 506.082> -61.0391 130.176<891.389 1021.56> 95.1377 85.4687<356.078 505.623> 117.311 130.176<1455.12 1585.3> 612.716 89.2188<1388.21 1579.14> 624.2 92.1875<328.559 354.926> 897.794 85.4688<802.406 938.743> 1204.98 89.2969<802.406 1011.58 1380.73 1582.23> +VStem: 82.0938 106.562<1187.72 1294.28> 202.297 107.5<-147.64 75.4877> 493.891 104.688<1189.59 1294.28> 526.75 107.5<-147.355 74.3454> 700.609 101.797<624.2 897.794 983.263 1204.98> 1030.84 108.516<1002.53 1185.72> 1187.45 101.78<-25.0879 211.535> 1233.73 109.453<750.447 1168.03> +DStem2: 188.656 1294.28 82.0938 1294.28 0.271727 -0.962374<0 593.586> 891.389 69.1366 891.389 -61.0391 0.717299 0.696766<0 311.586> 1024.12 905.45 922.406 897.794 0.413517 -0.910496<0 262.054> 1289.23 -25.0879 1187.45 -248.968 0.735691 0.677318<0 314.262> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 85.3906<443.27 618.187 1139.04 1341.37> 200.107 85.4688<468.18 617.718> 455.498 89.2188<1163.21 1360.78> 717.686 89.2188<1388.21 1579.14> 729.17 92.1875<328.559 354.926> 1002.76 85.4688<802.406 938.743> 1309.95 89.2969<802.406 1011.58 1380.73 1582.23> -VStem: 82.0938 106.562<1292.69 1399.25> 314.359 107.5<-42.67 180.457> 493.891 104.688<1294.56 1399.25> 638.891 107.5<-42.3858 179.315> 700.609 101.797<729.17 1002.76 1088.23 1309.95> 1040.14 101.719<288.688 435.925 1107.5 1290.69> 1233.73 109.453<855.416 1273> 1364.67 101.719<-38.4167 124.863> -DStem2: 188.656 1399.25 82.0938 1399.25 0.271727 -0.962374<0 593.586> 375.844 977.842 402.719 729.17 0.269742 0.962933<-155.735 437.628> 1024.12 1010.42 922.406 1002.76 0.413517 -0.910496<0 262.054> 1234.05 261.592 1215.77 165.576 0.978371 -0.206857<-75.1218 135.909> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -530.296875 -208.330078125 m 0xe7ee - 458.734375 -208.330078125 404.828125 -186.298828125 368.578125 -142.158203125 c 0 - 332.484375 -97.939453125 314.359375 -33.642578125 314.359375 50.810546875 c 0 - 314.359375 91.123046875 319.515625 131.435546875 329.671875 171.826171875 c 0 - 339.984375 212.138671875 354.671875 250.654296875 373.890625 287.451171875 c 0 - 393.109375 324.248046875 415.921875 358.701171875 442.484375 390.654296875 c 0 - 469.046875 422.685546875 498.734375 450.185546875 531.390625 473.232421875 c 1 - 577.120117188 473.232421875 622.848632812 473.232421875 668.578125 473.232421875 c 1 - 629.515625 443.154296875 595.921875 414.482421875 567.796875 387.294921875 c 0 - 539.671875 360.107421875 515.765625 333.076171875 496.234375 306.201171875 c 0 - 476.703125 279.326171875 460.921875 251.669921875 448.734375 223.154296875 c 0 - 436.546875 194.638671875 427.328125 163.779296875 420.921875 130.498046875 c 1 - 425.088867188 130.498046875 429.254882812 130.498046875 433.421875 130.498046875 c 1 - 444.359375 161.201171875 461.546875 184.716796875 485.296875 201.044921875 c 0 - 508.890625 217.373046875 537.015625 225.576171875 569.671875 225.576171875 c 0 - 624.046875 225.576171875 667.171875 207.919921875 698.890625 172.763671875 c 0 - 730.453125 137.529296875 746.390625 85.732421875 746.390625 17.216796875 c 0 - 746.390625 -53.798828125 727.953125 -109.189453125 691.234375 -148.876953125 c 0 - 654.359375 -188.564453125 600.765625 -208.330078125 530.296875 -208.330078125 c 0xe7ee -530.296875 -122.939453125 m 256 - 602.640625 -122.939453125 638.890625 -83.251953125 638.890625 -3.876953125 c 1 - 638.890625 4.4306640625 638.890625 12.7373046875 638.890625 21.044921875 c 1 - 638.890625 100.419921875 602.640625 140.107421875 530.296875 140.107421875 c 256 - 458.109375 140.107421875 421.859375 100.419921875 421.859375 21.044921875 c 1 - 421.859375 12.7373046875 421.859375 4.4306640625 421.859375 -3.876953125 c 1 - 421.859375 -83.251953125 458.109375 -122.939453125 530.296875 -122.939453125 c 256 -1244.671875 -208.330078125 m 0 - 1194.671875 -208.330078125 1151.390625 -198.955078125 1114.515625 -180.048828125 c 0 - 1077.796875 -161.142578125 1046.234375 -133.798828125 1019.984375 -97.939453125 c 1 - 1043.31738281 -76.5068359375 1066.65136719 -55.0751953125 1089.984375 -33.642578125 c 1 - 1109.828125 -61.142578125 1132.640625 -82.314453125 1158.265625 -97.001953125 c 0 - 1183.734375 -111.689453125 1212.953125 -119.111328125 1245.609375 -119.111328125 c 0 - 1324.984375 -119.111328125 1364.671875 -82.626953125 1364.671875 -9.658203125 c 0 - 1364.671875 19.794921875 1357.484375 42.373046875 1343.421875 57.998046875 c 0 - 1329.359375 73.701171875 1305.140625 85.732421875 1270.453125 94.013671875 c 1 - 1252.22363281 97.8681640625 1233.99511719 101.721679688 1215.765625 105.576171875 c 1 - 1155.609375 119.013671875 1111.390625 140.576171875 1082.796875 170.341796875 c 0 - 1054.359375 200.107421875 1040.140625 241.904296875 1040.140625 295.654296875 c 0 - 1040.140625 357.685546875 1058.890625 404.716796875 1096.234375 436.748046875 c 0 - 1133.734375 468.779296875 1186.078125 484.716796875 1253.265625 484.716796875 c 0 - 1301.234375 484.716796875 1341.703125 476.591796875 1374.671875 460.263671875 c 0 - 1407.640625 443.935546875 1436.234375 418.544921875 1460.609375 383.935546875 c 1 - 1437.22363281 363.466796875 1413.83886719 342.998046875 1390.453125 322.529296875 c 1 - 1373.265625 346.826171875 1353.890625 365.107421875 1332.484375 377.216796875 c 0 - 1311.078125 389.404296875 1283.890625 395.498046875 1251.390625 395.498046875 c 0 - 1214.828125 395.498046875 1187.484375 387.919921875 1169.203125 372.919921875 c 0 - 1151.078125 357.841796875 1141.859375 333.076171875 1141.859375 298.544921875 c 0 - 1141.859375 270.341796875 1149.046875 249.091796875 1163.421875 234.638671875 c 0 - 1177.953125 220.263671875 1201.390625 209.248046875 1234.046875 201.591796875 c 1 - 1252.27636719 197.424804688 1270.50488281 193.258789062 1288.734375 189.091796875 c 1 - 1320.765625 182.060546875 1347.953125 173.232421875 1370.296875 162.685546875 c 0 - 1392.796875 152.138671875 1411.234375 139.169921875 1425.609375 123.779296875 c 0 - 1439.984375 108.466796875 1450.296875 90.341796875 1456.703125 69.560546875 c 0 - 1463.109375 48.779296875 1466.390625 24.560546875 1466.390625 -2.939453125 c 0 - 1466.390625 -70.126953125 1447.015625 -121.142578125 1408.265625 -156.064453125 c 0 - 1369.515625 -190.908203125 1314.984375 -208.330078125 1244.671875 -208.330078125 c 0 -278.890625 669.169921875 m 1xefce - 213.291992188 892.529296875 147.692382812 1115.88867188 82.09375 1339.24804688 c 1 - 117.614257812 1339.24804688 153.135742188 1339.24804688 188.65625 1339.24804688 c 1 - 228.317382812 1198.77929688 267.979492188 1058.31054688 307.640625 917.841796875 c 1 - 316.9375 865.680664062 326.234375 813.518554688 335.53125 761.357421875 c 1 - 339.671875 761.357421875 343.8125 761.357421875 347.953125 761.357421875 c 1 - 357.25 813.518554688 366.546875 865.680664062 375.84375 917.841796875 c 1 - 415.192382812 1058.31054688 454.541992188 1198.77929688 493.890625 1339.24804688 c 1 - 528.786132812 1339.24804688 563.682617188 1339.24804688 598.578125 1339.24804688 c 1 - 533.291992188 1115.88867188 468.004882812 892.529296875 402.71875 669.169921875 c 1 - 361.442382812 669.169921875 320.166992188 669.169921875 278.890625 669.169921875 c 1xefce -802.40625 669.169921875 m 1xefde - 768.473632812 669.169921875 734.541992188 669.169921875 700.609375 669.169921875 c 1 - 700.609375 892.529296875 700.609375 1115.88867188 700.609375 1339.24804688 c 1 - 788.942382812 1339.24804688 877.276367188 1339.24804688 965.609375 1339.24804688 c 1 - 1023.1875 1339.24804688 1066.546875 1322.13867188 1095.6875 1287.91992188 c 0 - 1124.75 1253.62304688 1139.359375 1204.56054688 1139.359375 1140.49804688 c 0 - 1139.359375 1088.70117188 1129.75 1046.74804688 1110.53125 1014.79492188 c 0 - 1091.3125 982.763671875 1062.5625 961.357421875 1024.125 950.419921875 c 1 - 1066.703125 856.669921875 1109.28125 762.919921875 1151.859375 669.169921875 c 1 - 1114.09863281 669.169921875 1076.33886719 669.169921875 1038.578125 669.169921875 c 1 - 999.854492188 760.368164062 961.129882812 851.565429688 922.40625 942.763671875 c 1 - 882.40625 942.763671875 842.40625 942.763671875 802.40625 942.763671875 c 1 - 802.40625 851.565429688 802.40625 760.368164062 802.40625 669.169921875 c 1xefde -956.9375 1028.23242188 m 1 - 981.234375 1028.23242188 999.671875 1034.48242188 1012.171875 1046.90429688 c 0 - 1024.59375 1059.40429688 1030.84375 1079.71679688 1030.84375 1107.91992188 c 1 - 1030.84375 1128.70117188 1030.84375 1149.48242188 1030.84375 1170.26367188 c 1 - 1030.84375 1198.46679688 1024.59375 1218.77929688 1012.171875 1231.27929688 c 0 - 999.671875 1243.70117188 981.234375 1249.95117188 956.9375 1249.95117188 c 1 - 905.426757812 1249.95117188 853.916992188 1249.95117188 802.40625 1249.95117188 c 1 - 802.40625 1176.04492188 802.40625 1102.13867188 802.40625 1028.23242188 c 1 - 853.916992188 1028.23242188 905.426757812 1028.23242188 956.9375 1028.23242188 c 1 -1487.171875 657.685546875 m 0xf7ce - 1448.109375 657.685546875 1413.109375 664.248046875 1382.09375 677.294921875 c 0 - 1351 690.419921875 1324.4375 711.123046875 1302.40625 739.248046875 c 0 - 1280.296875 767.373046875 1263.34375 803.388671875 1251.46875 847.216796875 c 0 - 1239.671875 891.123046875 1233.734375 943.388671875 1233.734375 1004.24804688 c 256 - 1233.734375 1065.02929688 1239.671875 1117.29492188 1251.46875 1161.20117188 c 0 - 1263.34375 1205.02929688 1280.296875 1241.04492188 1302.40625 1269.16992188 c 0 - 1324.4375 1297.29492188 1351 1317.99804688 1382.09375 1331.12304688 c 0 - 1413.109375 1344.24804688 1448.109375 1350.73242188 1487.171875 1350.73242188 c 0 - 1544.125 1350.73242188 1589.75 1338.46679688 1623.96875 1313.77929688 c 0 - 1658.1875 1289.16992188 1685.609375 1252.21679688 1706.078125 1202.91992188 c 1 - 1677.27636719 1186.93066406 1648.47363281 1170.94042969 1619.671875 1154.95117188 c 1 - 1608.109375 1192.68554688 1592.015625 1219.87304688 1571.15625 1236.51367188 c 0 - 1550.375 1253.15429688 1522.40625 1261.51367188 1487.171875 1261.51367188 c 0 - 1441.78125 1261.51367188 1406.390625 1245.81054688 1381.078125 1214.48242188 c 0 - 1355.84375 1183.07617188 1343.1875 1139.87304688 1343.1875 1084.87304688 c 1 - 1343.1875 1031.09667969 1343.1875 977.321289062 1343.1875 923.544921875 c 1 - 1343.1875 868.544921875 1355.84375 825.341796875 1381.078125 793.935546875 c 0 - 1406.390625 762.607421875 1441.78125 746.904296875 1487.171875 746.904296875 c 0 - 1523.03125 746.904296875 1552.015625 755.888671875 1574.046875 773.779296875 c 0 - 1596.15625 791.748046875 1613.265625 820.498046875 1625.453125 860.185546875 c 1 - 1653.60449219 843.544921875 1681.75488281 826.904296875 1709.90625 810.263671875 c 1 - 1688.8125 761.044921875 1660.609375 723.232421875 1625.453125 696.982421875 c 0 - 1590.21875 670.732421875 1544.125 657.685546875 1487.171875 657.685546875 c 0xf7ce +418.234375 -253.330078125 m 0xe3dc + 346.59375 -253.330078125 292.6875 -231.298828125 256.515625 -187.158203125 c 0 + 220.34375 -142.939453125 202.296875 -78.642578125 202.296875 5.810546875 c 0 + 202.296875 46.123046875 207.375 86.435546875 217.609375 126.826171875 c 0 + 227.84375 167.138671875 242.609375 205.654296875 261.75 242.451171875 c 0 + 280.96875 279.248046875 303.859375 313.701171875 330.421875 345.654296875 c 0 + 356.984375 377.685546875 386.59375 405.185546875 419.25 428.232421875 c 1 + 465.004882812 428.232421875 510.760742188 428.232421875 556.515625 428.232421875 c 1 + 517.453125 398.154296875 483.859375 369.482421875 455.734375 342.294921875 c 0 + 427.53125 315.107421875 403.703125 288.076171875 384.171875 261.201171875 c 0 + 364.640625 234.326171875 348.859375 206.669921875 336.671875 178.154296875 c 0 + 324.484375 149.638671875 315.1875 118.779296875 308.859375 85.498046875 c 1 + 313 85.498046875 317.140625 85.498046875 321.28125 85.498046875 c 1 + 332.21875 116.201171875 349.484375 139.716796875 373.15625 156.044921875 c 0 + 396.828125 172.373046875 424.953125 180.576171875 457.609375 180.576171875 c 0 + 511.984375 180.576171875 555.03125 162.919921875 586.75 127.763671875 c 0 + 618.390625 92.529296875 634.25 40.732421875 634.25 -27.783203125 c 0 + 634.25 -98.798828125 615.890625 -154.189453125 579.09375 -193.876953125 c 0 + 542.296875 -233.564453125 488.625 -253.330078125 418.234375 -253.330078125 c 0xe3dc +418.234375 -167.939453125 m 256 + 490.578125 -167.939453125 526.75 -128.251953125 526.75 -48.876953125 c 1 + 526.75 -40.5703125 526.75 -32.2626953125 526.75 -23.955078125 c 1 + 526.75 55.419921875 490.578125 95.107421875 418.234375 95.107421875 c 256 + 345.96875 95.107421875 309.796875 55.419921875 309.796875 -23.955078125 c 1 + 309.796875 -32.2626953125 309.796875 -40.5703125 309.796875 -48.876953125 c 1 + 309.796875 -128.251953125 345.96875 -167.939453125 418.234375 -167.939453125 c 256 +278.890625 624.169921875 m 1xc7ec + 213.291992188 847.529296875 147.692382812 1070.88867188 82.09375 1294.24804688 c 1 + 117.614257812 1294.24804688 153.135742188 1294.24804688 188.65625 1294.24804688 c 1 + 228.317382812 1153.77929688 267.979492188 1013.31054688 307.640625 872.841796875 c 1 + 316.9375 820.6796875 326.234375 768.518554688 335.53125 716.357421875 c 1 + 339.671875 716.357421875 343.8125 716.357421875 347.953125 716.357421875 c 1 + 357.25 768.518554688 366.546875 820.6796875 375.84375 872.841796875 c 1 + 415.192382812 1013.31054688 454.541992188 1153.77929688 493.890625 1294.24804688 c 1 + 528.786132812 1294.24804688 563.682617188 1294.24804688 598.578125 1294.24804688 c 1 + 533.291992188 1070.88867188 468.004882812 847.529296875 402.71875 624.169921875 c 1 + 361.442382812 624.169921875 320.166992188 624.169921875 278.890625 624.169921875 c 1xc7ec +802.40625 624.169921875 m 1 + 768.473632812 624.169921875 734.541992188 624.169921875 700.609375 624.169921875 c 1 + 700.609375 847.529296875 700.609375 1070.88867188 700.609375 1294.24804688 c 1 + 788.942382812 1294.24804688 877.276367188 1294.24804688 965.609375 1294.24804688 c 1 + 1023.1875 1294.24804688 1066.546875 1277.13867188 1095.6875 1242.91992188 c 0 + 1124.75 1208.62304688 1139.359375 1159.56054688 1139.359375 1095.49804688 c 0 + 1139.359375 1043.70117188 1129.75 1001.74804688 1110.53125 969.794921875 c 0 + 1091.3125 937.763671875 1062.5625 916.357421875 1024.125 905.419921875 c 1 + 1066.703125 811.669921875 1109.28125 717.919921875 1151.859375 624.169921875 c 1 + 1114.09863281 624.169921875 1076.33886719 624.169921875 1038.578125 624.169921875 c 1 + 999.854492188 715.3671875 961.129882812 806.565429688 922.40625 897.763671875 c 1 + 882.40625 897.763671875 842.40625 897.763671875 802.40625 897.763671875 c 1 + 802.40625 806.565429688 802.40625 715.3671875 802.40625 624.169921875 c 1 +956.9375 983.232421875 m 1 + 981.234375 983.232421875 999.671875 989.482421875 1012.171875 1001.90429688 c 0 + 1024.59375 1014.40429688 1030.84375 1034.71679688 1030.84375 1062.91992188 c 1 + 1030.84375 1083.70117188 1030.84375 1104.48242188 1030.84375 1125.26367188 c 1 + 1030.84375 1153.46679688 1024.59375 1173.77929688 1012.171875 1186.27929688 c 0 + 999.671875 1198.70117188 981.234375 1204.95117188 956.9375 1204.95117188 c 1 + 905.426757812 1204.95117188 853.916992188 1204.95117188 802.40625 1204.95117188 c 1 + 802.40625 1131.04492188 802.40625 1057.13867188 802.40625 983.232421875 c 1 + 853.916992188 983.232421875 905.426757812 983.232421875 956.9375 983.232421875 c 1 +1487.171875 612.685546875 m 0xcbcd + 1448.109375 612.685546875 1413.109375 619.248046875 1382.09375 632.294921875 c 0 + 1351 645.419921875 1324.4375 666.123046875 1302.40625 694.248046875 c 0 + 1280.296875 722.373046875 1263.34375 758.388671875 1251.46875 802.216796875 c 0 + 1239.671875 846.123046875 1233.734375 898.388671875 1233.734375 959.248046875 c 256 + 1233.734375 1020.02929688 1239.671875 1072.29492188 1251.46875 1116.20117188 c 0 + 1263.34375 1160.02929688 1280.296875 1196.04492188 1302.40625 1224.16992188 c 0 + 1324.4375 1252.29492188 1351 1272.99804688 1382.09375 1286.12304688 c 0 + 1413.109375 1299.24804688 1448.109375 1305.73242188 1487.171875 1305.73242188 c 0 + 1544.125 1305.73242188 1589.75 1293.46679688 1623.96875 1268.77929688 c 0 + 1658.1875 1244.16992188 1685.609375 1207.21679688 1706.078125 1157.91992188 c 1 + 1677.27636719 1141.9296875 1648.47363281 1125.94042969 1619.671875 1109.95117188 c 1 + 1608.109375 1147.68554688 1592.015625 1174.87304688 1571.15625 1191.51367188 c 0 + 1550.375 1208.15429688 1522.40625 1216.51367188 1487.171875 1216.51367188 c 0 + 1441.78125 1216.51367188 1406.390625 1200.81054688 1381.078125 1169.48242188 c 0 + 1355.84375 1138.07617188 1343.1875 1094.87304688 1343.1875 1039.87304688 c 1 + 1343.1875 986.096679688 1343.1875 932.3203125 1343.1875 878.544921875 c 1 + 1343.1875 823.544921875 1355.84375 780.341796875 1381.078125 748.935546875 c 0 + 1406.390625 717.607421875 1441.78125 701.904296875 1487.171875 701.904296875 c 0 + 1523.03125 701.904296875 1552.015625 710.888671875 1574.046875 728.779296875 c 0 + 1596.15625 746.748046875 1613.265625 775.498046875 1625.453125 815.185546875 c 1 + 1653.60449219 798.544921875 1681.75488281 781.904296875 1709.90625 765.263671875 c 1 + 1688.8125 716.044921875 1660.609375 678.232421875 1625.453125 651.982421875 c 0 + 1590.21875 625.732421875 1544.125 612.685546875 1487.171875 612.685546875 c 0xcbcd +1289.23339844 435.383789062 m 1 + 1289.23339844 -25.1181640625 l 1 + 1585.29882812 247.456054688 l 1 + 1585.29882812 117.280273438 l 1 + 1187.45410156 -248.998046875 l 1xd3ce + 1187.45410156 211.504882812 l 1 + 891.388671875 -61.0693359375 l 1 + 891.388671875 69.1064453125 l 1 + 1289.23339844 435.383789062 l 1 EndSplineSet EndChar StartChar: uniE11B Encoding: 57627 57627 28 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 96.9531<1073.4 1297.1> 377.217 96.0156<306.547 506.234 614.672 814.359 1062.75 1307.77> 657.686 96.9531<474.093 697.732> 1243.23 96.0156<463.45 708.394 987.25 1186.94 1295.38 1495.06> -VStem: 296.938 116.25<818.332 1190.09> 506.234 108.438<-196.846 377.217> 758.656 116.25<818.332 1190.09> 896.312 116.172<-47.6831 324.07> 1186.94 108.438<669.17 1243.23> 1358.03 116.172<-47.6831 324.07> +VWidth: 1687 +Flags: W +HStem: -253.33 96.9531<1073.4 1297.1> 332.217 96.0156<306.547 506.234 614.672 814.359 1062.75 1307.77> 612.686 96.9531<474.093 697.732> 1198.23 96.0156<463.45 708.394 987.25 1186.94 1295.38 1495.06> +VStem: 296.938 116.25<773.332 1145.09> 506.234 108.438<-241.846 332.217> 758.656 116.25<773.332 1145.09> 896.312 116.172<-92.6831 279.07> 1186.94 108.438<624.17 1198.23> 1358.03 116.172<-92.6831 279.07> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 96.9531<1073.4 1297.1> 437.217 96.0156<306.547 506.234 614.672 814.359 1062.75 1307.77> 717.686 96.9531<474.093 697.732> 1303.23 96.0156<463.45 708.394 987.25 1186.94 1295.38 1495.06> -VStem: 296.938 116.25<878.332 1250.09> 506.234 108.438<-136.846 437.217> 758.656 116.25<878.332 1250.09> 896.312 116.172<12.3169 384.07> 1186.94 108.438<729.17 1303.23> 1358.03 116.172<12.3169 384.07> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -614.671875 377.216796875 m 1 - 614.671875 185.862304688 614.671875 -5.4912109375 614.671875 -196.845703125 c 1 - 578.526367188 -196.845703125 542.379882812 -196.845703125 506.234375 -196.845703125 c 1 - 506.234375 -5.4912109375 506.234375 185.862304688 506.234375 377.216796875 c 1 - 439.671875 377.216796875 373.109375 377.216796875 306.546875 377.216796875 c 1 - 306.546875 409.221679688 306.546875 441.227539062 306.546875 473.232421875 c 1 - 475.817382812 473.232421875 645.088867188 473.232421875 814.359375 473.232421875 c 1 - 814.359375 441.227539062 814.359375 409.221679688 814.359375 377.216796875 c 1 - 747.796875 377.216796875 681.234375 377.216796875 614.671875 377.216796875 c 1 -1185.296875 -208.330078125 m 256 - 1141.703125 -208.330078125 1102.25 -200.830078125 1066.703125 -185.830078125 c 0 - 1031.15625 -170.751953125 1000.765625 -148.720703125 975.53125 -119.580078125 c 0 - 950.21875 -90.439453125 930.6875 -54.267578125 916.9375 -11.064453125 c 0 - 903.1875 32.138671875 896.3125 81.904296875 896.3125 138.232421875 c 256 - 896.3125 194.482421875 903.1875 244.248046875 916.9375 287.451171875 c 0 - 930.6875 330.654296875 950.21875 366.826171875 975.53125 395.966796875 c 0 - 1000.765625 425.107421875 1031.15625 447.138671875 1066.703125 462.216796875 c 0 - 1102.25 477.216796875 1141.703125 484.716796875 1185.296875 484.716796875 c 256 - 1228.8125 484.716796875 1268.265625 477.216796875 1303.8125 462.216796875 c 0 - 1339.359375 447.138671875 1369.75 425.107421875 1394.984375 395.966796875 c 0 - 1420.296875 366.826171875 1439.828125 330.654296875 1453.578125 287.451171875 c 0 - 1467.328125 244.248046875 1474.203125 194.482421875 1474.203125 138.232421875 c 256 - 1474.203125 81.904296875 1467.328125 32.138671875 1453.578125 -11.064453125 c 0 - 1439.828125 -54.267578125 1420.296875 -90.439453125 1394.984375 -119.580078125 c 0 - 1369.75 -148.720703125 1339.359375 -170.751953125 1303.8125 -185.830078125 c 0 - 1268.265625 -200.830078125 1228.8125 -208.330078125 1185.296875 -208.330078125 c 256 -1185.296875 -111.376953125 m 0 - 1210.84375 -111.376953125 1234.359375 -106.923828125 1255.84375 -97.939453125 c 0 - 1277.25 -89.033203125 1295.53125 -76.064453125 1310.53125 -59.111328125 c 0 - 1325.609375 -42.158203125 1337.25 -21.455078125 1345.609375 2.841796875 c 0 - 1353.890625 27.138671875 1358.03125 54.638671875 1358.03125 85.419921875 c 1 - 1358.03125 120.602539062 1358.03125 155.784179688 1358.03125 190.966796875 c 1 - 1358.03125 221.748046875 1353.890625 249.248046875 1345.609375 273.544921875 c 0 - 1337.25 297.841796875 1325.609375 318.544921875 1310.53125 335.498046875 c 0 - 1295.53125 352.451171875 1277.25 365.419921875 1255.84375 374.326171875 c 0 - 1234.359375 383.310546875 1210.84375 387.763671875 1185.296875 387.763671875 c 0 - 1159.046875 387.763671875 1135.375 383.310546875 1114.203125 374.326171875 c 0 - 1093.109375 365.419921875 1074.984375 352.451171875 1059.984375 335.498046875 c 0 - 1044.90625 318.544921875 1033.265625 297.841796875 1024.90625 273.544921875 c 0 - 1016.625 249.248046875 1012.484375 221.748046875 1012.484375 190.966796875 c 1 - 1012.484375 155.784179688 1012.484375 120.602539062 1012.484375 85.419921875 c 1 - 1012.484375 54.638671875 1016.625 27.138671875 1024.90625 2.841796875 c 0 - 1033.265625 -21.455078125 1044.90625 -42.158203125 1059.984375 -59.111328125 c 0 - 1074.984375 -76.064453125 1093.109375 -89.033203125 1114.203125 -97.939453125 c 0 - 1135.375 -106.923828125 1159.046875 -111.376953125 1185.296875 -111.376953125 c 0 -586 657.685546875 m 256 - 542.40625 657.685546875 502.875 665.185546875 467.40625 680.185546875 c 0 - 431.78125 695.263671875 401.46875 717.294921875 376.15625 746.435546875 c 0 - 350.84375 775.576171875 331.3125 811.748046875 317.5625 854.951171875 c 0 - 303.8125 898.154296875 296.9375 947.919921875 296.9375 1004.24804688 c 256 - 296.9375 1060.49804688 303.8125 1110.26367188 317.5625 1153.46679688 c 0 - 331.3125 1196.66992188 350.84375 1232.84179688 376.15625 1261.98242188 c 0 - 401.46875 1291.12304688 431.78125 1313.15429688 467.40625 1328.23242188 c 0 - 502.875 1343.23242188 542.40625 1350.73242188 586 1350.73242188 c 256 - 629.4375 1350.73242188 668.96875 1343.23242188 704.4375 1328.23242188 c 0 - 740.0625 1313.15429688 770.375 1291.12304688 795.6875 1261.98242188 c 0 - 821 1232.84179688 840.53125 1196.66992188 854.28125 1153.46679688 c 0 - 868.03125 1110.26367188 874.90625 1060.49804688 874.90625 1004.24804688 c 256 - 874.90625 947.919921875 868.03125 898.154296875 854.28125 854.951171875 c 0 - 840.53125 811.748046875 821 775.576171875 795.6875 746.435546875 c 0 - 770.375 717.294921875 740.0625 695.263671875 704.4375 680.185546875 c 0 - 668.96875 665.185546875 629.4375 657.685546875 586 657.685546875 c 256 -586 754.638671875 m 0 - 611.46875 754.638671875 635.0625 759.091796875 656.46875 768.076171875 c 0 - 677.875 776.982421875 696.15625 789.951171875 711.15625 806.904296875 c 0 - 726.3125 823.857421875 737.875 844.560546875 746.3125 868.857421875 c 0 - 754.59375 893.154296875 758.65625 920.654296875 758.65625 951.435546875 c 1 - 758.65625 986.618164062 758.65625 1021.79980469 758.65625 1056.98242188 c 1 - 758.65625 1087.76367188 754.59375 1115.26367188 746.3125 1139.56054688 c 0 - 737.875 1163.85742188 726.3125 1184.56054688 711.15625 1201.51367188 c 0 - 696.15625 1218.46679688 677.875 1231.43554688 656.46875 1240.34179688 c 0 - 635.0625 1249.32617188 611.46875 1253.77929688 586 1253.77929688 c 0 - 559.75 1253.77929688 536 1249.32617188 514.90625 1240.34179688 c 0 - 493.8125 1231.43554688 475.6875 1218.46679688 460.6875 1201.51367188 c 0 - 445.53125 1184.56054688 433.96875 1163.85742188 425.53125 1139.56054688 c 0 - 417.25 1115.26367188 413.1875 1087.76367188 413.1875 1056.98242188 c 1 - 413.1875 1021.79980469 413.1875 986.618164062 413.1875 951.435546875 c 1 - 413.1875 920.654296875 417.25 893.154296875 425.53125 868.857421875 c 0 - 433.96875 844.560546875 445.53125 823.857421875 460.6875 806.904296875 c 0 - 475.6875 789.951171875 493.8125 776.982421875 514.90625 768.076171875 c 0 - 536 759.091796875 559.75 754.638671875 586 754.638671875 c 0 -1295.375 1243.23242188 m 1 - 1295.375 1051.87792969 1295.375 860.524414062 1295.375 669.169921875 c 1 - 1259.22949219 669.169921875 1223.08300781 669.169921875 1186.9375 669.169921875 c 1 - 1186.9375 860.524414062 1186.9375 1051.87792969 1186.9375 1243.23242188 c 1 - 1120.375 1243.23242188 1053.8125 1243.23242188 987.25 1243.23242188 c 1 - 987.25 1275.23730469 987.25 1307.24316406 987.25 1339.24804688 c 1 - 1156.52050781 1339.24804688 1325.79199219 1339.24804688 1495.0625 1339.24804688 c 1 - 1495.0625 1307.24316406 1495.0625 1275.23730469 1495.0625 1243.23242188 c 1 - 1428.5 1243.23242188 1361.9375 1243.23242188 1295.375 1243.23242188 c 1 +614.671875 332.216796875 m 1 + 614.671875 140.862304688 614.671875 -50.4912109375 614.671875 -241.845703125 c 1 + 578.526367188 -241.845703125 542.379882812 -241.845703125 506.234375 -241.845703125 c 1 + 506.234375 -50.4912109375 506.234375 140.862304688 506.234375 332.216796875 c 1 + 439.671875 332.216796875 373.109375 332.216796875 306.546875 332.216796875 c 1 + 306.546875 364.221679688 306.546875 396.227539062 306.546875 428.232421875 c 1 + 475.817382812 428.232421875 645.088867188 428.232421875 814.359375 428.232421875 c 1 + 814.359375 396.227539062 814.359375 364.221679688 814.359375 332.216796875 c 1 + 747.796875 332.216796875 681.234375 332.216796875 614.671875 332.216796875 c 1 +1185.296875 -253.330078125 m 256 + 1141.703125 -253.330078125 1102.25 -245.830078125 1066.703125 -230.830078125 c 0 + 1031.15625 -215.751953125 1000.765625 -193.720703125 975.53125 -164.580078125 c 0 + 950.21875 -135.439453125 930.6875 -99.267578125 916.9375 -56.064453125 c 0 + 903.1875 -12.861328125 896.3125 36.904296875 896.3125 93.232421875 c 256 + 896.3125 149.482421875 903.1875 199.248046875 916.9375 242.451171875 c 0 + 930.6875 285.654296875 950.21875 321.826171875 975.53125 350.966796875 c 0 + 1000.765625 380.107421875 1031.15625 402.138671875 1066.703125 417.216796875 c 0 + 1102.25 432.216796875 1141.703125 439.716796875 1185.296875 439.716796875 c 256 + 1228.8125 439.716796875 1268.265625 432.216796875 1303.8125 417.216796875 c 0 + 1339.359375 402.138671875 1369.75 380.107421875 1394.984375 350.966796875 c 0 + 1420.296875 321.826171875 1439.828125 285.654296875 1453.578125 242.451171875 c 0 + 1467.328125 199.248046875 1474.203125 149.482421875 1474.203125 93.232421875 c 256 + 1474.203125 36.904296875 1467.328125 -12.861328125 1453.578125 -56.064453125 c 0 + 1439.828125 -99.267578125 1420.296875 -135.439453125 1394.984375 -164.580078125 c 0 + 1369.75 -193.720703125 1339.359375 -215.751953125 1303.8125 -230.830078125 c 0 + 1268.265625 -245.830078125 1228.8125 -253.330078125 1185.296875 -253.330078125 c 256 +1185.296875 -156.376953125 m 0 + 1210.84375 -156.376953125 1234.359375 -151.923828125 1255.84375 -142.939453125 c 0 + 1277.25 -134.033203125 1295.53125 -121.064453125 1310.53125 -104.111328125 c 0 + 1325.609375 -87.158203125 1337.25 -66.455078125 1345.609375 -42.158203125 c 0 + 1353.890625 -17.861328125 1358.03125 9.638671875 1358.03125 40.419921875 c 1 + 1358.03125 75.6025390625 1358.03125 110.784179688 1358.03125 145.966796875 c 1 + 1358.03125 176.748046875 1353.890625 204.248046875 1345.609375 228.544921875 c 0 + 1337.25 252.841796875 1325.609375 273.544921875 1310.53125 290.498046875 c 0 + 1295.53125 307.451171875 1277.25 320.419921875 1255.84375 329.326171875 c 0 + 1234.359375 338.310546875 1210.84375 342.763671875 1185.296875 342.763671875 c 0 + 1159.046875 342.763671875 1135.375 338.310546875 1114.203125 329.326171875 c 0 + 1093.109375 320.419921875 1074.984375 307.451171875 1059.984375 290.498046875 c 0 + 1044.90625 273.544921875 1033.265625 252.841796875 1024.90625 228.544921875 c 0 + 1016.625 204.248046875 1012.484375 176.748046875 1012.484375 145.966796875 c 1 + 1012.484375 110.784179688 1012.484375 75.6025390625 1012.484375 40.419921875 c 1 + 1012.484375 9.638671875 1016.625 -17.861328125 1024.90625 -42.158203125 c 0 + 1033.265625 -66.455078125 1044.90625 -87.158203125 1059.984375 -104.111328125 c 0 + 1074.984375 -121.064453125 1093.109375 -134.033203125 1114.203125 -142.939453125 c 0 + 1135.375 -151.923828125 1159.046875 -156.376953125 1185.296875 -156.376953125 c 0 +586 612.685546875 m 256 + 542.40625 612.685546875 502.875 620.185546875 467.40625 635.185546875 c 0 + 431.78125 650.263671875 401.46875 672.294921875 376.15625 701.435546875 c 0 + 350.84375 730.576171875 331.3125 766.748046875 317.5625 809.951171875 c 0 + 303.8125 853.154296875 296.9375 902.919921875 296.9375 959.248046875 c 256 + 296.9375 1015.49804688 303.8125 1065.26367188 317.5625 1108.46679688 c 0 + 331.3125 1151.66992188 350.84375 1187.84179688 376.15625 1216.98242188 c 0 + 401.46875 1246.12304688 431.78125 1268.15429688 467.40625 1283.23242188 c 0 + 502.875 1298.23242188 542.40625 1305.73242188 586 1305.73242188 c 256 + 629.4375 1305.73242188 668.96875 1298.23242188 704.4375 1283.23242188 c 0 + 740.0625 1268.15429688 770.375 1246.12304688 795.6875 1216.98242188 c 0 + 821 1187.84179688 840.53125 1151.66992188 854.28125 1108.46679688 c 0 + 868.03125 1065.26367188 874.90625 1015.49804688 874.90625 959.248046875 c 256 + 874.90625 902.919921875 868.03125 853.154296875 854.28125 809.951171875 c 0 + 840.53125 766.748046875 821 730.576171875 795.6875 701.435546875 c 0 + 770.375 672.294921875 740.0625 650.263671875 704.4375 635.185546875 c 0 + 668.96875 620.185546875 629.4375 612.685546875 586 612.685546875 c 256 +586 709.638671875 m 0 + 611.46875 709.638671875 635.0625 714.091796875 656.46875 723.076171875 c 0 + 677.875 731.982421875 696.15625 744.951171875 711.15625 761.904296875 c 0 + 726.3125 778.857421875 737.875 799.560546875 746.3125 823.857421875 c 0 + 754.59375 848.154296875 758.65625 875.654296875 758.65625 906.435546875 c 1 + 758.65625 941.618164062 758.65625 976.799804688 758.65625 1011.98242188 c 1 + 758.65625 1042.76367188 754.59375 1070.26367188 746.3125 1094.56054688 c 0 + 737.875 1118.85742188 726.3125 1139.56054688 711.15625 1156.51367188 c 0 + 696.15625 1173.46679688 677.875 1186.43554688 656.46875 1195.34179688 c 0 + 635.0625 1204.32617188 611.46875 1208.77929688 586 1208.77929688 c 0 + 559.75 1208.77929688 536 1204.32617188 514.90625 1195.34179688 c 0 + 493.8125 1186.43554688 475.6875 1173.46679688 460.6875 1156.51367188 c 0 + 445.53125 1139.56054688 433.96875 1118.85742188 425.53125 1094.56054688 c 0 + 417.25 1070.26367188 413.1875 1042.76367188 413.1875 1011.98242188 c 1 + 413.1875 976.799804688 413.1875 941.618164062 413.1875 906.435546875 c 1 + 413.1875 875.654296875 417.25 848.154296875 425.53125 823.857421875 c 0 + 433.96875 799.560546875 445.53125 778.857421875 460.6875 761.904296875 c 0 + 475.6875 744.951171875 493.8125 731.982421875 514.90625 723.076171875 c 0 + 536 714.091796875 559.75 709.638671875 586 709.638671875 c 0 +1295.375 1198.23242188 m 1 + 1295.375 1006.87792969 1295.375 815.524414062 1295.375 624.169921875 c 1 + 1259.22949219 624.169921875 1223.08300781 624.169921875 1186.9375 624.169921875 c 1 + 1186.9375 815.524414062 1186.9375 1006.87792969 1186.9375 1198.23242188 c 1 + 1120.375 1198.23242188 1053.8125 1198.23242188 987.25 1198.23242188 c 1 + 987.25 1230.23730469 987.25 1262.24316406 987.25 1294.24804688 c 1 + 1156.52050781 1294.24804688 1325.79199219 1294.24804688 1495.0625 1294.24804688 c 1 + 1495.0625 1262.24316406 1495.0625 1230.23730469 1495.0625 1198.23242188 c 1 + 1428.5 1198.23242188 1361.9375 1198.23242188 1295.375 1198.23242188 c 1 EndSplineSet EndChar StartChar: uniE11C Encoding: 57628 57628 29 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -202.66 89.2188<744.623 935.553> 79.527 90.2344<158.82 367.996> 333.98 144.922<1268.27 1295.6 1615.77 1643.59> 388.668 90.2344<158.82 367.996 736.426 938.646> 1200 144.922<713.898 741.227 1061.4 1089.21> -VStem: 57.0234 101.797<-191.176 79.527 169.762 388.668> 387.258 108.516<189.103 369.33> 590.148 109.453<-64.9293 352.656> 622.648 97.9688<674.84 1198.24> 1082.49 97.9688<674.84 1200.09> 1177.02 97.9688<-191.176 332.225> 1636.87 97.9688<-191.176 334.071> -DStem2: 742.648 1344.92 725.383 1200 0.416929 -0.908939<124.527 395.989> 1297.02 478.902 1279.76 333.98 0.416929 -0.908939<124.527 395.989> +Flags: W +HStem: -259 89.2188<739.069 929.998> 23.1875 90.2344<153.266 362.441> 277.641 144.922<1262.72 1290.05 1610.22 1638.03> 332.328 90.2344<153.266 362.441 730.871 933.092> 618.5 89.2969<924.08 1127.76 1464.98 1708.81> 1143.66 144.922<174.438 201.767 521.938 549.75> +VStem: 51.4688 101.797<-247.516 23.1875 113.422 332.328> 83.1875 97.9688<618.5 1141.9> 381.703 108.516<132.763 312.99> 543.031 97.9688<618.5 1143.75> 584.594 109.453<-121.269 296.316> 797.406 101.797<736.821 1288.58> 1152.64 101.797<736.821 1288.58> 1171.47 97.9688<-247.516 275.885> 1363.19 101.797<707.797 1288.58> 1631.31 97.9688<-247.516 277.731> +DStem2: 203.188 1288.58 185.922 1143.66 0.416929 -0.908939<124.527 395.989> 1291.47 422.562 1274.2 277.641 0.416929 -0.908939<124.527 395.989> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -142.66 89.2188<744.623 935.553> 139.527 90.2344<158.82 367.996> 393.98 144.922<1268.27 1295.6 1615.77 1643.59> 448.668 90.2344<158.82 367.996 736.426 938.646> 1260 144.922<713.898 741.227 1061.4 1089.21> -VStem: 57.0234 101.797<-131.176 139.527 229.762 448.668> 387.258 108.516<249.103 429.33> 590.148 109.453<-4.92935 412.656> 622.648 97.9688<734.84 1258.24> 1082.49 97.9688<734.84 1260.09> 1177.02 97.9688<-131.176 392.225> 1636.87 97.9688<-131.176 394.071> -DStem2: 742.648 1404.92 725.383 1260 0.416929 -0.908939<124.527 395.989> 1297.02 538.902 1279.76 393.98 0.416929 -0.908939<124.527 395.989> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -57.0234375 -191.17578125 m 1xde10 - 57.0234375 32.18359375 57.0234375 255.54296875 57.0234375 478.90234375 c 1 - 145.356445312 478.90234375 233.690429688 478.90234375 322.0234375 478.90234375 c 1 - 379.6015625 478.90234375 422.9609375 461.79296875 452.1015625 427.57421875 c 0 - 481.1640625 393.27734375 495.7734375 343.90234375 495.7734375 279.21484375 c 256 - 495.7734375 214.60546875 481.1640625 165.15234375 452.1015625 130.93359375 c 0 - 422.9609375 96.63671875 379.6015625 79.52734375 322.0234375 79.52734375 c 1 - 267.622070312 79.52734375 213.221679688 79.52734375 158.8203125 79.52734375 c 1 - 158.8203125 -10.70703125 158.8203125 -100.94140625 158.8203125 -191.17578125 c 1 - 124.887695312 -191.17578125 90.9560546875 -191.17578125 57.0234375 -191.17578125 c 1xde10 -158.8203125 169.76171875 m 1 - 210.331054688 169.76171875 261.840820312 169.76171875 313.3515625 169.76171875 c 1 - 337.6484375 169.76171875 356.0859375 176.01171875 368.5859375 188.51171875 c 0 - 381.0078125 201.01171875 387.2578125 221.01171875 387.2578125 248.51171875 c 1 - 387.2578125 268.98046875 387.2578125 289.44921875 387.2578125 309.91796875 c 1 - 387.2578125 337.49609375 381.0078125 357.49609375 368.5859375 369.91796875 c 0 - 356.0859375 382.41796875 337.6484375 388.66796875 313.3515625 388.66796875 c 1 - 261.840820312 388.66796875 210.331054688 388.66796875 158.8203125 388.66796875 c 1 - 158.8203125 315.69921875 158.8203125 242.73046875 158.8203125 169.76171875 c 1 -843.5859375 -202.66015625 m 0 - 804.5234375 -202.66015625 769.5234375 -196.09765625 738.5078125 -183.05078125 c 0 - 707.4140625 -169.92578125 680.8515625 -149.22265625 658.8203125 -121.09765625 c 0 - 636.7109375 -92.97265625 619.7578125 -56.95703125 607.8828125 -13.12890625 c 0 - 596.0859375 30.77734375 590.1484375 83.04296875 590.1484375 143.90234375 c 256 - 590.1484375 204.68359375 596.0859375 256.94921875 607.8828125 300.85546875 c 0 - 619.7578125 344.68359375 636.7109375 380.69921875 658.8203125 408.82421875 c 0 - 680.8515625 436.94921875 707.4140625 457.65234375 738.5078125 470.77734375 c 0 - 769.5234375 483.90234375 804.5234375 490.38671875 843.5859375 490.38671875 c 0 - 900.5390625 490.38671875 946.1640625 478.122070312 980.3828125 453.43359375 c 0 - 1014.6015625 428.82421875 1042.0234375 391.87109375 1062.4921875 342.57421875 c 1 - 1033.69042969 326.584960938 1004.88769531 310.595703125 976.0859375 294.60546875 c 1 - 964.5234375 332.33984375 948.4296875 359.528320312 927.5703125 376.16796875 c 0 - 906.7890625 392.80859375 878.8203125 401.16796875 843.5859375 401.16796875 c 0 - 798.1953125 401.16796875 762.8046875 385.46484375 737.4921875 354.13671875 c 0 - 712.2578125 322.73046875 699.6015625 279.52734375 699.6015625 224.52734375 c 1 - 699.6015625 170.751953125 699.6015625 116.975585938 699.6015625 63.19921875 c 1xcf10 - 699.6015625 8.19921875 712.2578125 -35.00390625 737.4921875 -66.41015625 c 0 - 762.8046875 -97.73828125 798.1953125 -113.44140625 843.5859375 -113.44140625 c 0 - 879.4453125 -113.44140625 908.4296875 -104.45703125 930.4609375 -86.56640625 c 0 - 952.5703125 -68.59765625 969.6796875 -39.84765625 981.8671875 -0.16015625 c 1 - 1010.01855469 -16.80078125 1038.16894531 -33.44140625 1066.3203125 -50.08203125 c 1 - 1045.2265625 -99.30078125 1017.0234375 -137.11328125 981.8671875 -163.36328125 c 0 - 946.6328125 -189.61328125 900.5390625 -202.66015625 843.5859375 -202.66015625 c 0 -1636.8671875 221.63671875 m 1 - 1639.10644531 259.709960938 1641.34667969 297.783203125 1643.5859375 335.85546875 c 1 - 1639.7578125 335.85546875 1635.9296875 335.85546875 1632.1015625 335.85546875 c 1 - 1616.73730469 298.408203125 1601.37207031 260.959960938 1586.0078125 223.51171875 c 1 - 1542.4921875 132.65234375 1498.9765625 41.79296875 1455.4609375 -49.06640625 c 1 - 1412.2578125 41.79296875 1369.0546875 132.65234375 1325.8515625 223.51171875 c 1 - 1310.48730469 260.334960938 1295.12207031 297.158203125 1279.7578125 333.98046875 c 1 - 1275.9296875 333.98046875 1272.1015625 333.98046875 1268.2734375 333.98046875 c 1xee30 - 1270.51269531 296.533203125 1272.75292969 259.084960938 1274.9921875 221.63671875 c 1 - 1274.9921875 84.033203125 1274.9921875 -53.5712890625 1274.9921875 -191.17578125 c 1 - 1242.3359375 -191.17578125 1209.6796875 -191.17578125 1177.0234375 -191.17578125 c 1 - 1177.0234375 32.18359375 1177.0234375 255.54296875 1177.0234375 478.90234375 c 1 - 1217.0234375 478.90234375 1257.0234375 478.90234375 1297.0234375 478.90234375 c 1xde30 - 1333.1953125 400.830078125 1369.3671875 322.756835938 1405.5390625 244.68359375 c 1 - 1421.21582031 200.517578125 1436.89355469 156.350585938 1452.5703125 112.18359375 c 1 - 1455.43457031 112.18359375 1458.29980469 112.18359375 1461.1640625 112.18359375 c 1 - 1476.8671875 156.350585938 1492.5703125 200.517578125 1508.2734375 244.68359375 c 1 - 1544.10644531 322.756835938 1579.94042969 400.830078125 1615.7734375 478.90234375 c 1xee30 - 1655.4609375 478.90234375 1695.1484375 478.90234375 1734.8359375 478.90234375 c 1xde30 - 1734.8359375 255.54296875 1734.8359375 32.18359375 1734.8359375 -191.17578125 c 1 - 1702.1796875 -191.17578125 1669.5234375 -191.17578125 1636.8671875 -191.17578125 c 1 - 1636.8671875 -53.5712890625 1636.8671875 84.033203125 1636.8671875 221.63671875 c 1 -1082.4921875 1087.65234375 m 1xced0 - 1084.73144531 1125.72558594 1086.97167969 1163.79882812 1089.2109375 1201.87109375 c 1 - 1085.3828125 1201.87109375 1081.5546875 1201.87109375 1077.7265625 1201.87109375 c 1 - 1062.36230469 1164.42382812 1046.99707031 1126.97558594 1031.6328125 1089.52734375 c 1 - 988.1171875 998.66796875 944.6015625 907.80859375 901.0859375 816.94921875 c 1 - 857.8828125 907.80859375 814.6796875 998.66796875 771.4765625 1089.52734375 c 1 - 756.112304688 1126.35058594 740.747070312 1163.17382812 725.3828125 1199.99609375 c 1 - 721.5546875 1199.99609375 717.7265625 1199.99609375 713.8984375 1199.99609375 c 1 - 716.137695312 1162.54882812 718.377929688 1125.10058594 720.6171875 1087.65234375 c 1 - 720.6171875 950.048828125 720.6171875 812.444335938 720.6171875 674.83984375 c 1 - 687.9609375 674.83984375 655.3046875 674.83984375 622.6484375 674.83984375 c 1 - 622.6484375 898.19921875 622.6484375 1121.55859375 622.6484375 1344.91796875 c 1 - 662.6484375 1344.91796875 702.6484375 1344.91796875 742.6484375 1344.91796875 c 1 - 778.8203125 1266.84570312 814.9921875 1188.77246094 851.1640625 1110.69921875 c 1 - 866.840820312 1066.53320312 882.518554688 1022.36621094 898.1953125 978.19921875 c 1 - 901.059570312 978.19921875 903.924804688 978.19921875 906.7890625 978.19921875 c 1 - 922.4921875 1022.36621094 938.1953125 1066.53320312 953.8984375 1110.69921875 c 1 - 989.731445312 1188.77246094 1025.56542969 1266.84570312 1061.3984375 1344.91796875 c 1 - 1101.0859375 1344.91796875 1140.7734375 1344.91796875 1180.4609375 1344.91796875 c 1 - 1180.4609375 1121.55859375 1180.4609375 898.19921875 1180.4609375 674.83984375 c 1 - 1147.8046875 674.83984375 1115.1484375 674.83984375 1082.4921875 674.83984375 c 1 - 1082.4921875 812.444335938 1082.4921875 950.048828125 1082.4921875 1087.65234375 c 1xced0 +51.46875 -247.515625 m 1xde93 + 51.46875 -24.15625 51.46875 199.203125 51.46875 422.5625 c 1 + 139.801757812 422.5625 228.135742188 422.5625 316.46875 422.5625 c 1 + 374.046875 422.5625 417.40625 405.453125 446.546875 371.234375 c 0 + 475.609375 336.9375 490.21875 287.5625 490.21875 222.875 c 256 + 490.21875 158.265625 475.609375 108.8125 446.546875 74.59375 c 0 + 417.40625 40.296875 374.046875 23.1875 316.46875 23.1875 c 1 + 262.067382812 23.1875 207.666992188 23.1875 153.265625 23.1875 c 1 + 153.265625 -67.046875 153.265625 -157.28125 153.265625 -247.515625 c 1 + 119.333007812 -247.515625 85.4013671875 -247.515625 51.46875 -247.515625 c 1xde93 +153.265625 113.421875 m 1 + 204.776367188 113.421875 256.286132812 113.421875 307.796875 113.421875 c 1 + 332.09375 113.421875 350.53125 119.671875 363.03125 132.171875 c 0 + 375.453125 144.671875 381.703125 164.671875 381.703125 192.171875 c 1 + 381.703125 212.640625 381.703125 233.109375 381.703125 253.578125 c 1 + 381.703125 281.15625 375.453125 301.15625 363.03125 313.578125 c 0 + 350.53125 326.078125 332.09375 332.328125 307.796875 332.328125 c 1 + 256.286132812 332.328125 204.776367188 332.328125 153.265625 332.328125 c 1 + 153.265625 259.359375 153.265625 186.390625 153.265625 113.421875 c 1 +838.03125 -259 m 0 + 798.96875 -259 763.96875 -252.4375 732.953125 -239.390625 c 0 + 701.859375 -226.265625 675.296875 -205.5625 653.265625 -177.4375 c 0 + 631.15625 -149.3125 614.203125 -113.296875 602.328125 -69.46875 c 0 + 590.53125 -25.5625 584.59375 26.703125 584.59375 87.5625 c 256 + 584.59375 148.34375 590.53125 200.609375 602.328125 244.515625 c 0 + 614.203125 288.34375 631.15625 324.359375 653.265625 352.484375 c 0 + 675.296875 380.609375 701.859375 401.3125 732.953125 414.4375 c 0 + 763.96875 427.5625 798.96875 434.046875 838.03125 434.046875 c 0 + 894.984375 434.046875 940.609375 421.78125 974.828125 397.09375 c 0 + 1009.046875 372.484375 1036.46875 335.53125 1056.9375 286.234375 c 1 + 1028.13574219 270.245117188 999.333007812 254.254882812 970.53125 238.265625 c 1 + 958.96875 276 942.875 303.1875 922.015625 319.828125 c 0 + 901.234375 336.46875 873.265625 344.828125 838.03125 344.828125 c 0 + 792.640625 344.828125 757.25 329.125 731.9375 297.796875 c 0 + 706.703125 266.390625 694.046875 223.1875 694.046875 168.1875 c 1 + 694.046875 114.411132812 694.046875 60.6357421875 694.046875 6.859375 c 1xccb3 + 694.046875 -48.140625 706.703125 -91.34375 731.9375 -122.75 c 0 + 757.25 -154.078125 792.640625 -169.78125 838.03125 -169.78125 c 0 + 873.890625 -169.78125 902.875 -160.796875 924.90625 -142.90625 c 0 + 947.015625 -124.9375 964.125 -96.1875 976.3125 -56.5 c 1 + 1004.46386719 -73.140625 1032.61425781 -89.78125 1060.765625 -106.421875 c 1 + 1039.671875 -155.640625 1011.46875 -193.453125 976.3125 -219.703125 c 0 + 941.078125 -245.953125 894.984375 -259 838.03125 -259 c 0 +1631.3125 165.296875 m 1 + 1633.55175781 203.370117188 1635.79199219 241.442382812 1638.03125 279.515625 c 1 + 1634.203125 279.515625 1630.375 279.515625 1626.546875 279.515625 c 1 + 1611.18261719 242.067382812 1595.81738281 204.620117188 1580.453125 167.171875 c 1 + 1536.9375 76.3125 1493.421875 -14.546875 1449.90625 -105.40625 c 1 + 1406.703125 -14.546875 1363.5 76.3125 1320.296875 167.171875 c 1 + 1304.93261719 203.995117188 1289.56738281 240.817382812 1274.203125 277.640625 c 1 + 1270.375 277.640625 1266.546875 277.640625 1262.71875 277.640625 c 1xec97 + 1264.95800781 240.192382812 1267.19824219 202.745117188 1269.4375 165.296875 c 1 + 1269.4375 27.6923828125 1269.4375 -109.911132812 1269.4375 -247.515625 c 1 + 1236.78125 -247.515625 1204.125 -247.515625 1171.46875 -247.515625 c 1 + 1171.46875 -24.15625 1171.46875 199.203125 1171.46875 422.5625 c 1 + 1211.46875 422.5625 1251.46875 422.5625 1291.46875 422.5625 c 1xdc97 + 1327.640625 344.489257812 1363.8125 266.416992188 1399.984375 188.34375 c 1 + 1415.66113281 144.176757812 1431.33886719 100.010742188 1447.015625 55.84375 c 1 + 1449.87988281 55.84375 1452.74511719 55.84375 1455.609375 55.84375 c 1 + 1471.3125 100.010742188 1487.015625 144.176757812 1502.71875 188.34375 c 1 + 1538.55175781 266.416992188 1574.38574219 344.489257812 1610.21875 422.5625 c 1xec97 + 1649.90625 422.5625 1689.59375 422.5625 1729.28125 422.5625 c 1xdc97 + 1729.28125 199.203125 1729.28125 -24.15625 1729.28125 -247.515625 c 1 + 1696.625 -247.515625 1663.96875 -247.515625 1631.3125 -247.515625 c 1 + 1631.3125 -109.911132812 1631.3125 27.6923828125 1631.3125 165.296875 c 1 +543.03125 1031.3125 m 1xcdd3 + 545.270507812 1069.38574219 547.510742188 1107.45800781 549.75 1145.53125 c 1 + 545.921875 1145.53125 542.09375 1145.53125 538.265625 1145.53125 c 1 + 522.901367188 1108.08300781 507.536132812 1070.63574219 492.171875 1033.1875 c 1 + 448.65625 942.328125 405.140625 851.46875 361.625 760.609375 c 1 + 318.421875 851.46875 275.21875 942.328125 232.015625 1033.1875 c 1 + 216.651367188 1070.01074219 201.286132812 1106.83300781 185.921875 1143.65625 c 1 + 182.09375 1143.65625 178.265625 1143.65625 174.4375 1143.65625 c 1 + 176.676757812 1106.20800781 178.916992188 1068.76074219 181.15625 1031.3125 c 1 + 181.15625 893.708007812 181.15625 756.104492188 181.15625 618.5 c 1 + 148.5 618.5 115.84375 618.5 83.1875 618.5 c 1 + 83.1875 841.859375 83.1875 1065.21875 83.1875 1288.578125 c 1 + 123.1875 1288.578125 163.1875 1288.578125 203.1875 1288.578125 c 1 + 239.359375 1210.50488281 275.53125 1132.43261719 311.703125 1054.359375 c 1 + 327.379882812 1010.19238281 343.057617188 966.026367188 358.734375 921.859375 c 1 + 361.598632812 921.859375 364.463867188 921.859375 367.328125 921.859375 c 1 + 383.03125 966.026367188 398.734375 1010.19238281 414.4375 1054.359375 c 1 + 450.270507812 1132.43261719 486.104492188 1210.50488281 521.9375 1288.578125 c 1 + 561.625 1288.578125 601.3125 1288.578125 641 1288.578125 c 1 + 641 1065.21875 641 841.859375 641 618.5 c 1 + 608.34375 618.5 575.6875 618.5 543.03125 618.5 c 1 + 543.03125 756.104492188 543.03125 893.708007812 543.03125 1031.3125 c 1xcdd3 +899.203125 1288.578125 m 1 + 899.203125 1143.94238281 899.203125 999.307617188 899.203125 854.671875 c 1 + 899.203125 800.921875 908.5 761.234375 927.015625 735.609375 c 0 + 945.609375 709.984375 978.578125 697.25 1025.921875 697.25 c 256 + 1073.265625 697.25 1106.234375 709.984375 1124.828125 735.609375 c 0 + 1143.34375 761.234375 1152.640625 800.921875 1152.640625 854.671875 c 1 + 1152.640625 999.307617188 1152.640625 1143.94238281 1152.640625 1288.578125 c 1 + 1186.57324219 1288.578125 1220.50488281 1288.578125 1254.4375 1288.578125 c 1 + 1254.4375 1149.38574219 1254.4375 1010.19238281 1254.4375 871 c 1xcc9b + 1254.4375 825.53125 1250.375 786.15625 1242.40625 752.875 c 0 + 1234.4375 719.59375 1221.46875 692.09375 1203.5 670.375 c 0 + 1185.609375 648.578125 1162.09375 632.5625 1132.953125 622.328125 c 0 + 1103.8125 612.09375 1068.1875 607.015625 1025.921875 607.015625 c 256 + 983.65625 607.015625 948.03125 612.09375 918.890625 622.328125 c 0 + 889.75 632.5625 866.234375 648.578125 848.34375 670.375 c 0 + 830.375 692.09375 817.40625 719.59375 809.4375 752.875 c 0 + 801.46875 786.15625 797.40625 825.53125 797.40625 871 c 1 + 797.40625 1010.19238281 797.40625 1149.38574219 797.40625 1288.578125 c 1 + 831.338867188 1288.578125 865.270507812 1288.578125 899.203125 1288.578125 c 1 +1363.1875 618.5 m 1 + 1363.1875 841.859375 1363.1875 1065.21875 1363.1875 1288.578125 c 1 + 1397.12011719 1288.578125 1431.05175781 1288.578125 1464.984375 1288.578125 c 1 + 1464.984375 1094.984375 1464.984375 901.390625 1464.984375 707.796875 c 1 + 1546.26074219 707.796875 1627.53613281 707.796875 1708.8125 707.796875 c 1 + 1708.8125 678.03125 1708.8125 648.265625 1708.8125 618.5 c 1 + 1593.60449219 618.5 1478.39550781 618.5 1363.1875 618.5 c 1 EndSplineSet EndChar StartChar: uniE11D Encoding: 57629 57629 30 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -196.846 96.0156<497.016 817.797 1015.27 1260.36> 95.029 95.9375<497.016 787.953 1142.69 1260.82> 377.217 96.0156<497.016 817.797 1052.91 1288.54> 657.686 95.9375<459.826 685.636> 1254.79 95.9375<485.37 703.815> -VStem: 353.969 107.5<1097.56 1233.85> 388.578 108.438<-100.83 95.029 190.967 377.217> 713.969 107.5<780.735 927.928> 924.672 107.5<231.541 367.835> 937.875 103.75<669.17 1181.83> 1284.67 107.5<-85.2804 61.913> 1354.59 103.594<826.592 1339.25> -DStem2: 568.031 1070.42 549.75 967.76 0.978916 -0.204262<-84.3815 149.558> 1277.72 968.7 1118.34 1039.72 0.508638 -0.860981<-299.653 157.446> 1138.73 204.404 1120.45 101.748 0.978916 -0.204262<-84.3815 149.558> +VWidth: 1687 +Flags: W +HStem: -241.846 96.0156<497.016 817.797 1015.27 1260.36> 50.0293 95.9375<497.016 787.953 1142.69 1260.82> 332.217 96.0156<497.016 817.797 1052.91 1288.54> 612.686 95.9375<459.826 685.636> 1209.79 95.9375<485.37 703.815> +VStem: 353.969 107.5<1052.56 1188.85> 388.578 108.438<-145.83 50.0293 145.967 332.217> 713.969 107.5<735.735 882.928> 924.672 107.5<186.541 322.835> 937.875 103.75<624.17 1136.83> 1284.67 107.5<-130.28 16.9126> 1354.59 103.594<781.592 1294.25> +DStem2: 568.031 1025.42 549.75 922.764 0.978916 -0.204262<-84.3815 149.558> 1277.72 923.701 1118.34 994.717 0.508638 -0.860981<-299.653 157.446> 1138.73 159.404 1120.45 56.748 0.978916 -0.204262<-84.3815 149.558> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -136.846 96.0156<497.016 817.797 1015.27 1260.36> 155.029 95.9375<497.016 787.953 1142.69 1260.82> 437.217 96.0156<497.016 817.797 1052.91 1288.54> 717.686 95.9375<459.826 685.636> 1314.79 95.9375<485.37 703.815> -VStem: 353.969 107.5<1157.56 1293.85> 388.578 108.438<-40.8301 155.029 250.967 437.217> 713.969 107.5<840.735 987.928> 924.672 107.5<291.541 427.835> 937.875 103.75<729.17 1241.83> 1284.67 107.5<-25.2804 121.913> 1354.59 103.594<886.592 1399.25> -DStem2: 568.031 1130.42 549.75 1027.76 0.978916 -0.204262<-84.3815 149.558> 1277.72 1028.7 1118.34 1099.72 0.508638 -0.860981<-299.653 157.446> 1138.73 264.404 1120.45 161.748 0.978916 -0.204262<-84.3815 149.558> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -388.578125 -196.845703125 m 1xfb - 388.578125 26.513671875 388.578125 249.873046875 388.578125 473.232421875 c 1 - 531.651367188 473.232421875 674.723632812 473.232421875 817.796875 473.232421875 c 1 - 817.796875 441.227539062 817.796875 409.221679688 817.796875 377.216796875 c 1 - 710.870117188 377.216796875 603.942382812 377.216796875 497.015625 377.216796875 c 1 - 497.015625 315.133789062 497.015625 253.049804688 497.015625 190.966796875 c 1 - 593.995117188 190.966796875 690.973632812 190.966796875 787.953125 190.966796875 c 1 - 787.953125 158.987304688 787.953125 127.008789062 787.953125 95.029296875 c 1 - 690.973632812 95.029296875 593.995117188 95.029296875 497.015625 95.029296875 c 1 - 497.015625 29.7431640625 497.015625 -35.5439453125 497.015625 -100.830078125 c 1 - 603.942382812 -100.830078125 710.870117188 -100.830078125 817.796875 -100.830078125 c 1 - 817.796875 -132.834960938 817.796875 -164.840820312 817.796875 -196.845703125 c 1 - 674.723632812 -196.845703125 531.651367188 -196.845703125 388.578125 -196.845703125 c 1xfb -1149.203125 -208.330078125 m 0 - 1092.953125 -208.330078125 1045.140625 -198.095703125 1005.765625 -177.626953125 c 0 - 966.390625 -157.158203125 932.640625 -129.658203125 904.515625 -95.048828125 c 1 - 929.463867188 -71.689453125 954.411132812 -48.330078125 979.359375 -24.970703125 c 1 - 1002.953125 -53.798828125 1029.046875 -75.595703125 1057.484375 -90.283203125 c 0 - 1086.078125 -104.970703125 1118.578125 -112.392578125 1154.984375 -112.392578125 c 0 - 1197.953125 -112.392578125 1230.140625 -102.783203125 1252.015625 -83.564453125 c 0 - 1273.734375 -64.345703125 1284.671875 -38.408203125 1284.671875 -5.830078125 c 0 - 1284.671875 20.419921875 1276.859375 41.201171875 1261.546875 56.591796875 c 0 - 1246.234375 71.982421875 1219.046875 83.466796875 1179.984375 91.123046875 c 1 - 1160.140625 94.6650390625 1140.296875 98.2060546875 1120.453125 101.748046875 c 1 - 1055.140625 113.857421875 1006.234375 135.341796875 973.578125 166.044921875 c 0 - 940.921875 196.748046875 924.671875 239.013671875 924.671875 292.763671875 c 0 - 924.671875 322.216796875 930.140625 348.935546875 941.390625 372.919921875 c 0 - 952.640625 396.904296875 968.265625 417.060546875 988.421875 433.388671875 c 0 - 1008.578125 449.716796875 1033.109375 462.373046875 1061.859375 471.279296875 c 0 - 1090.609375 480.263671875 1122.953125 484.716796875 1158.890625 484.716796875 c 0 - 1209.359375 484.716796875 1253.265625 475.966796875 1290.296875 458.388671875 c 0 - 1327.484375 440.732421875 1359.203125 415.341796875 1385.453125 382.060546875 c 1 - 1360.140625 359.665039062 1334.828125 337.268554688 1309.515625 314.873046875 c 1 - 1292.328125 337.216796875 1271.234375 355.185546875 1246.234375 368.623046875 c 0 - 1221.234375 382.060546875 1190.140625 388.779296875 1153.109375 388.779296875 c 0 - 1114.671875 388.779296875 1084.984375 381.044921875 1063.734375 365.732421875 c 0 - 1042.640625 350.341796875 1032.171875 327.919921875 1032.171875 298.544921875 c 0 - 1032.171875 270.341796875 1040.765625 249.404296875 1058.109375 235.654296875 c 0 - 1075.296875 221.904296875 1102.171875 211.435546875 1138.734375 204.404296875 c 1 - 1158.578125 200.263671875 1178.421875 196.123046875 1198.265625 191.982421875 c 1 - 1265.453125 179.169921875 1314.515625 157.373046875 1345.609375 126.669921875 c 0 - 1376.546875 95.966796875 1392.171875 53.701171875 1392.171875 -0.048828125 c 0xf9a0 - 1392.171875 -31.376953125 1386.703125 -59.892578125 1375.765625 -85.517578125 c 0 - 1364.984375 -111.064453125 1349.046875 -133.017578125 1328.265625 -151.220703125 c 0 - 1307.484375 -169.501953125 1282.015625 -183.564453125 1252.015625 -193.486328125 c 0 - 1221.859375 -203.408203125 1187.640625 -208.330078125 1149.203125 -208.330078125 c 0 -578.5 657.685546875 m 0 - 522.25 657.685546875 474.4375 667.919921875 435.0625 688.388671875 c 0 - 395.6875 708.857421875 361.9375 736.357421875 333.8125 770.966796875 c 1 - 358.760742188 794.326171875 383.708007812 817.685546875 408.65625 841.044921875 c 1 - 432.25 812.216796875 458.34375 790.419921875 486.78125 775.732421875 c 0 - 515.375 761.044921875 547.875 753.623046875 584.28125 753.623046875 c 0 - 627.25 753.623046875 659.4375 763.232421875 681.3125 782.451171875 c 0 - 703.03125 801.669921875 713.96875 827.607421875 713.96875 860.185546875 c 0 - 713.96875 886.435546875 706.15625 907.216796875 690.84375 922.607421875 c 0 - 675.53125 937.998046875 648.34375 949.482421875 609.28125 957.138671875 c 1 - 589.4375 960.680664062 569.59375 964.221679688 549.75 967.763671875 c 1 - 484.4375 979.873046875 435.53125 1001.35742188 402.875 1032.06054688 c 0 - 370.21875 1062.76367188 353.96875 1105.02929688 353.96875 1158.77929688 c 0 - 353.96875 1188.23242188 359.4375 1214.95117188 370.6875 1238.93554688 c 0 - 381.9375 1262.91992188 397.5625 1283.07617188 417.71875 1299.40429688 c 0 - 437.875 1315.73242188 462.40625 1328.38867188 491.15625 1337.29492188 c 0 - 519.90625 1346.27929688 552.25 1350.73242188 588.1875 1350.73242188 c 0 - 638.65625 1350.73242188 682.5625 1341.98242188 719.59375 1324.40429688 c 0 - 756.78125 1306.74804688 788.5 1281.35742188 814.75 1248.07617188 c 1 - 789.4375 1225.68066406 764.125 1203.28417969 738.8125 1180.88867188 c 1 - 721.625 1203.23242188 700.53125 1221.20117188 675.53125 1234.63867188 c 0 - 650.53125 1248.07617188 619.4375 1254.79492188 582.40625 1254.79492188 c 0 - 543.96875 1254.79492188 514.28125 1247.06054688 493.03125 1231.74804688 c 0 - 471.9375 1216.35742188 461.46875 1193.93554688 461.46875 1164.56054688 c 0xfd - 461.46875 1136.35742188 470.0625 1115.41992188 487.40625 1101.66992188 c 0 - 504.59375 1087.91992188 531.46875 1077.45117188 568.03125 1070.41992188 c 1 - 587.875 1066.27929688 607.71875 1062.13867188 627.5625 1057.99804688 c 1 - 694.75 1045.18554688 743.8125 1023.38867188 774.90625 992.685546875 c 0 - 805.84375 961.982421875 821.46875 919.716796875 821.46875 865.966796875 c 0 - 821.46875 834.638671875 816 806.123046875 805.0625 780.498046875 c 0 - 794.28125 754.951171875 778.34375 732.998046875 757.5625 714.794921875 c 0 - 736.78125 696.513671875 711.3125 682.451171875 681.3125 672.529296875 c 0 - 651.15625 662.607421875 616.9375 657.685546875 578.5 657.685546875 c 0 -1118.34375 1039.71679688 m 1 - 1093.70800781 1087.08691406 1069.07324219 1134.45605469 1044.4375 1181.82617188 c 1 - 1043.5 1181.82617188 1042.5625 1181.82617188 1041.625 1181.82617188 c 1 - 1041.625 1010.94042969 1041.625 840.055664062 1041.625 669.169921875 c 1 - 1007.04199219 669.169921875 972.458007812 669.169921875 937.875 669.169921875 c 1 - 937.875 892.529296875 937.875 1115.88867188 937.875 1339.24804688 c 1 - 978.1875 1339.24804688 1018.5 1339.24804688 1058.8125 1339.24804688 c 1 - 1131.78125 1215.73242188 1204.75 1092.21679688 1277.71875 968.701171875 c 1 - 1302.35449219 921.331054688 1326.98925781 873.961914062 1351.625 826.591796875 c 1 - 1352.61425781 826.591796875 1353.60449219 826.591796875 1354.59375 826.591796875 c 1 - 1354.59375 997.477539062 1354.59375 1168.36230469 1354.59375 1339.24804688 c 1 - 1389.125 1339.24804688 1423.65625 1339.24804688 1458.1875 1339.24804688 c 1 - 1458.1875 1115.88867188 1458.1875 892.529296875 1458.1875 669.169921875 c 1xf950 - 1417.875 669.169921875 1377.5625 669.169921875 1337.25 669.169921875 c 1 - 1264.28125 792.685546875 1191.3125 916.201171875 1118.34375 1039.71679688 c 1 +388.578125 -241.845703125 m 1xfb + 388.578125 -18.486328125 388.578125 204.873046875 388.578125 428.232421875 c 1 + 531.651367188 428.232421875 674.723632812 428.232421875 817.796875 428.232421875 c 1 + 817.796875 396.227539062 817.796875 364.221679688 817.796875 332.216796875 c 1 + 710.870117188 332.216796875 603.942382812 332.216796875 497.015625 332.216796875 c 1 + 497.015625 270.133789062 497.015625 208.049804688 497.015625 145.966796875 c 1 + 593.995117188 145.966796875 690.973632812 145.966796875 787.953125 145.966796875 c 1 + 787.953125 113.987304688 787.953125 82.0087890625 787.953125 50.029296875 c 1 + 690.973632812 50.029296875 593.995117188 50.029296875 497.015625 50.029296875 c 1 + 497.015625 -15.2568359375 497.015625 -80.5439453125 497.015625 -145.830078125 c 1 + 603.942382812 -145.830078125 710.870117188 -145.830078125 817.796875 -145.830078125 c 1 + 817.796875 -177.834960938 817.796875 -209.840820312 817.796875 -241.845703125 c 1 + 674.723632812 -241.845703125 531.651367188 -241.845703125 388.578125 -241.845703125 c 1xfb +1149.203125 -253.330078125 m 0 + 1092.953125 -253.330078125 1045.140625 -243.095703125 1005.765625 -222.626953125 c 0 + 966.390625 -202.158203125 932.640625 -174.658203125 904.515625 -140.048828125 c 1 + 929.463867188 -116.689453125 954.411132812 -93.330078125 979.359375 -69.970703125 c 1 + 1002.953125 -98.798828125 1029.046875 -120.595703125 1057.484375 -135.283203125 c 0 + 1086.078125 -149.970703125 1118.578125 -157.392578125 1154.984375 -157.392578125 c 0 + 1197.953125 -157.392578125 1230.140625 -147.783203125 1252.015625 -128.564453125 c 0 + 1273.734375 -109.345703125 1284.671875 -83.408203125 1284.671875 -50.830078125 c 0 + 1284.671875 -24.580078125 1276.859375 -3.798828125 1261.546875 11.591796875 c 0 + 1246.234375 26.982421875 1219.046875 38.466796875 1179.984375 46.123046875 c 1 + 1160.140625 49.6650390625 1140.296875 53.2060546875 1120.453125 56.748046875 c 1 + 1055.140625 68.857421875 1006.234375 90.341796875 973.578125 121.044921875 c 0 + 940.921875 151.748046875 924.671875 194.013671875 924.671875 247.763671875 c 0 + 924.671875 277.216796875 930.140625 303.935546875 941.390625 327.919921875 c 0 + 952.640625 351.904296875 968.265625 372.060546875 988.421875 388.388671875 c 0 + 1008.578125 404.716796875 1033.109375 417.373046875 1061.859375 426.279296875 c 0 + 1090.609375 435.263671875 1122.953125 439.716796875 1158.890625 439.716796875 c 0 + 1209.359375 439.716796875 1253.265625 430.966796875 1290.296875 413.388671875 c 0 + 1327.484375 395.732421875 1359.203125 370.341796875 1385.453125 337.060546875 c 1 + 1360.140625 314.665039062 1334.828125 292.268554688 1309.515625 269.873046875 c 1 + 1292.328125 292.216796875 1271.234375 310.185546875 1246.234375 323.623046875 c 0 + 1221.234375 337.060546875 1190.140625 343.779296875 1153.109375 343.779296875 c 0 + 1114.671875 343.779296875 1084.984375 336.044921875 1063.734375 320.732421875 c 0 + 1042.640625 305.341796875 1032.171875 282.919921875 1032.171875 253.544921875 c 0 + 1032.171875 225.341796875 1040.765625 204.404296875 1058.109375 190.654296875 c 0 + 1075.296875 176.904296875 1102.171875 166.435546875 1138.734375 159.404296875 c 1 + 1158.578125 155.263671875 1178.421875 151.123046875 1198.265625 146.982421875 c 1 + 1265.453125 134.169921875 1314.515625 112.373046875 1345.609375 81.669921875 c 0 + 1376.546875 50.966796875 1392.171875 8.701171875 1392.171875 -45.048828125 c 0xf9a0 + 1392.171875 -76.376953125 1386.703125 -104.892578125 1375.765625 -130.517578125 c 0 + 1364.984375 -156.064453125 1349.046875 -178.017578125 1328.265625 -196.220703125 c 0 + 1307.484375 -214.501953125 1282.015625 -228.564453125 1252.015625 -238.486328125 c 0 + 1221.859375 -248.408203125 1187.640625 -253.330078125 1149.203125 -253.330078125 c 0 +578.5 612.685546875 m 0 + 522.25 612.685546875 474.4375 622.919921875 435.0625 643.388671875 c 0 + 395.6875 663.857421875 361.9375 691.357421875 333.8125 725.966796875 c 1 + 358.760742188 749.326171875 383.708007812 772.685546875 408.65625 796.044921875 c 1 + 432.25 767.216796875 458.34375 745.419921875 486.78125 730.732421875 c 0 + 515.375 716.044921875 547.875 708.623046875 584.28125 708.623046875 c 0 + 627.25 708.623046875 659.4375 718.232421875 681.3125 737.451171875 c 0 + 703.03125 756.669921875 713.96875 782.607421875 713.96875 815.185546875 c 0 + 713.96875 841.435546875 706.15625 862.216796875 690.84375 877.607421875 c 0 + 675.53125 892.998046875 648.34375 904.482421875 609.28125 912.138671875 c 1 + 589.4375 915.680664062 569.59375 919.221679688 549.75 922.763671875 c 1 + 484.4375 934.873046875 435.53125 956.357421875 402.875 987.060546875 c 0 + 370.21875 1017.76367188 353.96875 1060.02929688 353.96875 1113.77929688 c 0 + 353.96875 1143.23242188 359.4375 1169.95117188 370.6875 1193.93554688 c 0 + 381.9375 1217.91992188 397.5625 1238.07617188 417.71875 1254.40429688 c 0 + 437.875 1270.73242188 462.40625 1283.38867188 491.15625 1292.29492188 c 0 + 519.90625 1301.27929688 552.25 1305.73242188 588.1875 1305.73242188 c 0 + 638.65625 1305.73242188 682.5625 1296.98242188 719.59375 1279.40429688 c 0 + 756.78125 1261.74804688 788.5 1236.35742188 814.75 1203.07617188 c 1 + 789.4375 1180.68066406 764.125 1158.28417969 738.8125 1135.88867188 c 1 + 721.625 1158.23242188 700.53125 1176.20117188 675.53125 1189.63867188 c 0 + 650.53125 1203.07617188 619.4375 1209.79492188 582.40625 1209.79492188 c 0 + 543.96875 1209.79492188 514.28125 1202.06054688 493.03125 1186.74804688 c 0 + 471.9375 1171.35742188 461.46875 1148.93554688 461.46875 1119.56054688 c 0xfd + 461.46875 1091.35742188 470.0625 1070.41992188 487.40625 1056.66992188 c 0 + 504.59375 1042.91992188 531.46875 1032.45117188 568.03125 1025.41992188 c 1 + 587.875 1021.27929688 607.71875 1017.13867188 627.5625 1012.99804688 c 1 + 694.75 1000.18554688 743.8125 978.388671875 774.90625 947.685546875 c 0 + 805.84375 916.982421875 821.46875 874.716796875 821.46875 820.966796875 c 0 + 821.46875 789.638671875 816 761.123046875 805.0625 735.498046875 c 0 + 794.28125 709.951171875 778.34375 687.998046875 757.5625 669.794921875 c 0 + 736.78125 651.513671875 711.3125 637.451171875 681.3125 627.529296875 c 0 + 651.15625 617.607421875 616.9375 612.685546875 578.5 612.685546875 c 0 +1118.34375 994.716796875 m 1 + 1093.70800781 1042.08691406 1069.07324219 1089.45605469 1044.4375 1136.82617188 c 1 + 1043.5 1136.82617188 1042.5625 1136.82617188 1041.625 1136.82617188 c 1 + 1041.625 965.940429688 1041.625 795.055664062 1041.625 624.169921875 c 1 + 1007.04199219 624.169921875 972.458007812 624.169921875 937.875 624.169921875 c 1 + 937.875 847.529296875 937.875 1070.88867188 937.875 1294.24804688 c 1 + 978.1875 1294.24804688 1018.5 1294.24804688 1058.8125 1294.24804688 c 1 + 1131.78125 1170.73242188 1204.75 1047.21679688 1277.71875 923.701171875 c 1 + 1302.35449219 876.331054688 1326.98925781 828.961914062 1351.625 781.591796875 c 1 + 1352.61425781 781.591796875 1353.60449219 781.591796875 1354.59375 781.591796875 c 1 + 1354.59375 952.477539062 1354.59375 1123.36230469 1354.59375 1294.24804688 c 1 + 1389.125 1294.24804688 1423.65625 1294.24804688 1458.1875 1294.24804688 c 1 + 1458.1875 1070.88867188 1458.1875 847.529296875 1458.1875 624.169921875 c 1xf950 + 1417.875 624.169921875 1377.5625 624.169921875 1337.25 624.169921875 c 1 + 1264.28125 747.685546875 1191.3125 871.201171875 1118.34375 994.716796875 c 1 EndSplineSet EndChar StartChar: uniE11E Encoding: 57630 57630 31 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 129.845 119.922<380.027 643.107 1147.14 1395.21> 876.231 119.922<401.199 656.619> -VStem: 232.816 134.375<683.539 846.481> 682.816 134.375<287.984 463.824> 958.012 133.203<308.461 981.8> 1451.18 133.203<308.461 981.8> -DStem2: 500.395 645.763 477.543 517.442 0.978916 -0.204262<-105.472 187.038> +VWidth: 1687 +Flags: W +HStem: 84.8447 119.922<380.027 643.107 1147.14 1395.21> 831.231 119.922<401.199 656.619> +VStem: 232.816 134.375<638.539 801.481> 682.816 134.375<242.984 418.824> 958.012 133.203<263.461 936.798> 1451.18 133.203<263.461 936.798> +DStem2: 500.395 600.763 477.543 472.442 0.978916 -0.204262<-105.472 187.038> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 189.845 119.922<380.027 643.107 1147.14 1395.21> 936.231 119.922<401.199 656.619> -VStem: 232.816 134.375<743.539 906.481> 682.816 134.375<347.984 523.824> 958.012 133.203<368.461 1041.8> 1451.18 133.203<368.461 1041.8> -DStem2: 500.395 705.763 477.543 577.442 0.978916 -0.204262<-105.472 187.038> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -513.578125 129.844726562 m 0 - 443.16796875 129.844726562 383.40234375 142.637695312 334.18359375 168.223632812 c 0 - 284.96484375 193.809570312 242.77734375 228.184570312 207.62109375 271.446289062 c 1 - 238.805664062 300.645507812 269.991210938 329.844726562 301.17578125 359.043945312 c 1 - 330.765625 323.008789062 363.3828125 295.762695312 398.9296875 277.403320312 c 0 - 434.57421875 259.043945312 475.19921875 249.766601562 520.8046875 249.766601562 c 0 - 574.41796875 249.766601562 614.75 261.778320312 641.99609375 285.801757812 c 0 - 669.14453125 309.825195312 682.81640625 342.247070312 682.81640625 382.969726562 c 0 - 682.81640625 415.782226562 673.1484375 441.758789062 654.0078125 460.997070312 c 0 - 634.76953125 480.235351562 600.78515625 494.590820312 551.95703125 504.161132812 c 1 - 527.15234375 508.587890625 502.34765625 513.014648438 477.54296875 517.442382812 c 1 - 396 532.579101562 334.76953125 559.434570312 293.94921875 597.813476562 c 0 - 253.12890625 636.192382812 232.81640625 689.024414062 232.81640625 756.211914062 c 0 - 232.81640625 793.028320312 239.75 826.426757812 253.8125 856.407226562 c 0 - 267.77734375 886.387695312 287.40625 911.583007812 312.6015625 931.993164062 c 0 - 337.796875 952.403320312 368.36328125 968.223632812 404.3984375 979.356445312 c 0 - 440.3359375 990.586914062 480.765625 996.153320312 525.58984375 996.153320312 c 0 - 588.7734375 996.153320312 643.55859375 985.215820312 689.9453125 963.243164062 c 0 - 736.33203125 941.172851562 775.98046875 909.434570312 808.79296875 867.833007812 c 1 - 777.184570312 839.837890625 745.577148438 811.842773438 713.96875 783.848632812 c 1 - 692.38671875 811.778320312 666.01953125 834.239257812 634.76953125 851.036132812 c 0 - 603.6171875 867.833007812 564.75 876.231445312 518.36328125 876.231445312 c 0 - 470.4140625 876.231445312 433.20703125 866.563476562 406.7421875 847.422851562 c 0 - 380.375 828.184570312 367.19140625 800.157226562 367.19140625 763.438476562 c 0 - 367.19140625 728.184570312 377.93359375 702.012695312 399.61328125 684.825195312 c 0 - 421.1953125 667.637695312 454.7890625 654.551757812 500.39453125 645.762695312 c 1 - 525.19921875 640.586914062 550.00390625 635.411132812 574.80859375 630.235351562 c 1 - 658.79296875 614.219726562 720.21875 586.973632812 758.98828125 548.594726562 c 0 - 797.7578125 510.215820312 817.19140625 457.383789062 817.19140625 390.196289062 c 0 - 817.19140625 351.036132812 810.35546875 315.391601562 796.78125 283.360351562 c 0 - 783.20703125 251.426757812 763.3828125 223.985351562 737.40625 201.231445312 c 0 - 711.33203125 178.379882812 679.59375 160.801757812 641.99609375 148.399414062 c 0 - 604.3984375 135.997070312 561.52734375 129.844726562 513.578125 129.844726562 c 0 -1091.21484375 981.797851562 m 1 - 1091.21484375 809.791992188 1091.21484375 637.787109375 1091.21484375 465.782226562 c 1 - 1091.21484375 394.590820312 1104.7890625 340.977539062 1131.9375 305.040039062 c 0 - 1159.18359375 269.004882812 1205.5703125 251.036132812 1271.1953125 251.036132812 c 256 - 1336.8203125 251.036132812 1383.20703125 269.004882812 1410.35546875 305.040039062 c 0 - 1437.6015625 340.977539062 1451.17578125 394.590820312 1451.17578125 465.782226562 c 1 - 1451.17578125 637.787109375 1451.17578125 809.791992188 1451.17578125 981.797851562 c 1 - 1495.57714844 981.797851562 1539.97753906 981.797851562 1584.37890625 981.797851562 c 1 - 1584.37890625 816.986328125 1584.37890625 652.174804688 1584.37890625 487.364257812 c 1 - 1584.37890625 425.840820312 1578.8125 372.618164062 1567.58203125 327.793945312 c 0 - 1556.3515625 282.969726562 1538.3828125 245.958007812 1513.578125 216.758789062 c 0 - 1488.7734375 187.559570312 1456.546875 165.782226562 1416.99609375 151.426757812 c 0 - 1377.34765625 136.973632812 1328.8125 129.844726562 1271.1953125 129.844726562 c 256 - 1213.578125 129.844726562 1164.9453125 136.973632812 1125.39453125 151.426757812 c 0 - 1085.74609375 165.782226562 1053.6171875 187.559570312 1028.8125 216.758789062 c 0 - 1004.0078125 245.958007812 985.94140625 282.969726562 974.80859375 327.793945312 c 0 - 963.578125 372.618164062 958.01171875 425.840820312 958.01171875 487.364257812 c 1 - 958.01171875 652.174804688 958.01171875 816.986328125 958.01171875 981.797851562 c 1 - 1002.41308594 981.797851562 1046.81347656 981.797851562 1091.21484375 981.797851562 c 1 +513.578125 84.8447265625 m 0 + 443.16796875 84.8447265625 383.40234375 97.6376953125 334.18359375 123.223632812 c 0 + 284.96484375 148.809570312 242.77734375 183.184570312 207.62109375 226.446289062 c 1 + 238.805664062 255.645507812 269.991210938 284.844726562 301.17578125 314.043945312 c 1 + 330.765625 278.008789062 363.3828125 250.762695312 398.9296875 232.403320312 c 0 + 434.57421875 214.043945312 475.19921875 204.766601562 520.8046875 204.766601562 c 0 + 574.41796875 204.766601562 614.75 216.778320312 641.99609375 240.801757812 c 0 + 669.14453125 264.825195312 682.81640625 297.247070312 682.81640625 337.969726562 c 0 + 682.81640625 370.782226562 673.1484375 396.758789062 654.0078125 415.997070312 c 0 + 634.76953125 435.235351562 600.78515625 449.590820312 551.95703125 459.161132812 c 1 + 527.15234375 463.587890625 502.34765625 468.014648438 477.54296875 472.442382812 c 1 + 396 487.579101562 334.76953125 514.434570312 293.94921875 552.813476562 c 0 + 253.12890625 591.192382812 232.81640625 644.024414062 232.81640625 711.211914062 c 0 + 232.81640625 748.028320312 239.75 781.426757812 253.8125 811.407226562 c 0 + 267.77734375 841.387695312 287.40625 866.583007812 312.6015625 886.993164062 c 0 + 337.796875 907.403320312 368.36328125 923.223632812 404.3984375 934.356445312 c 0 + 440.3359375 945.586914062 480.765625 951.153320312 525.58984375 951.153320312 c 0 + 588.7734375 951.153320312 643.55859375 940.215820312 689.9453125 918.243164062 c 0 + 736.33203125 896.172851562 775.98046875 864.434570312 808.79296875 822.833007812 c 1 + 777.184570312 794.837890625 745.577148438 766.842773438 713.96875 738.848632812 c 1 + 692.38671875 766.778320312 666.01953125 789.239257812 634.76953125 806.036132812 c 0 + 603.6171875 822.833007812 564.75 831.231445312 518.36328125 831.231445312 c 0 + 470.4140625 831.231445312 433.20703125 821.563476562 406.7421875 802.422851562 c 0 + 380.375 783.184570312 367.19140625 755.157226562 367.19140625 718.438476562 c 0 + 367.19140625 683.184570312 377.93359375 657.012695312 399.61328125 639.825195312 c 0 + 421.1953125 622.637695312 454.7890625 609.551757812 500.39453125 600.762695312 c 1 + 525.19921875 595.586914062 550.00390625 590.411132812 574.80859375 585.235351562 c 1 + 658.79296875 569.219726562 720.21875 541.973632812 758.98828125 503.594726562 c 0 + 797.7578125 465.215820312 817.19140625 412.383789062 817.19140625 345.196289062 c 0 + 817.19140625 306.036132812 810.35546875 270.391601562 796.78125 238.360351562 c 0 + 783.20703125 206.426757812 763.3828125 178.985351562 737.40625 156.231445312 c 0 + 711.33203125 133.379882812 679.59375 115.801757812 641.99609375 103.399414062 c 0 + 604.3984375 90.9970703125 561.52734375 84.8447265625 513.578125 84.8447265625 c 0 +1091.21484375 936.797851562 m 1 + 1091.21484375 764.791992188 1091.21484375 592.787109375 1091.21484375 420.782226562 c 1 + 1091.21484375 349.590820312 1104.7890625 295.977539062 1131.9375 260.040039062 c 0 + 1159.18359375 224.004882812 1205.5703125 206.036132812 1271.1953125 206.036132812 c 256 + 1336.8203125 206.036132812 1383.20703125 224.004882812 1410.35546875 260.040039062 c 0 + 1437.6015625 295.977539062 1451.17578125 349.590820312 1451.17578125 420.782226562 c 1 + 1451.17578125 592.787109375 1451.17578125 764.791992188 1451.17578125 936.797851562 c 1 + 1495.57714844 936.797851562 1539.97753906 936.797851562 1584.37890625 936.797851562 c 1 + 1584.37890625 771.986328125 1584.37890625 607.174804688 1584.37890625 442.364257812 c 1 + 1584.37890625 380.840820312 1578.8125 327.618164062 1567.58203125 282.793945312 c 0 + 1556.3515625 237.969726562 1538.3828125 200.958007812 1513.578125 171.758789062 c 0 + 1488.7734375 142.559570312 1456.546875 120.782226562 1416.99609375 106.426757812 c 0 + 1377.34765625 91.9736328125 1328.8125 84.8447265625 1271.1953125 84.8447265625 c 256 + 1213.578125 84.8447265625 1164.9453125 91.9736328125 1125.39453125 106.426757812 c 0 + 1085.74609375 120.782226562 1053.6171875 142.559570312 1028.8125 171.758789062 c 0 + 1004.0078125 200.958007812 985.94140625 237.969726562 974.80859375 282.793945312 c 0 + 963.578125 327.618164062 958.01171875 380.840820312 958.01171875 442.364257812 c 1 + 958.01171875 607.174804688 958.01171875 771.986328125 958.01171875 936.797851562 c 1 + 1002.41308594 936.797851562 1046.81347656 936.797851562 1091.21484375 936.797851562 c 1 EndSplineSet EndChar StartChar: uniE11F Encoding: 57631 57631 32 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 89.2188<906.667 1116.84 1445.69 1645.37> 228 108.516<198.32 221.367 546.758 569.805> 494.875 87.3438<1569.19 1693.09> 795.344 102.734<371.133 393.242> 820.344 89.2188<935.851 1133.42 1446.32 1654.53> -VStem: 0 103.75<794.328 898.078> 321.719 123.75<796.086 898.078> 664.375 99.8438<798.234 898.078> 812.781 101.719<653.533 800.771> 1137.31 101.719<326.429 489.709> 1288.88 109.531<354.707 771.324> 1701.69 90.3125<228 326.906 350.738 494.875> -DStem2: 103.75 898.078 0 898.078 0.190374 -0.981712<0 567.853> 216.094 336.516 355.312 640.812 0.136058 0.990701<4.46299 473.288> 530.938 490.109 387.969 795.344 0.136058 -0.990701<-318.35 155.035> 585.625 491.984 617.344 228 0.190374 0.981712<-154.194 413.659> 1006.69 626.438 988.406 530.422 0.978371 -0.206857<-75.1218 135.909> +VWidth: 1687 +Flags: W +HStem: 171.516 89.2188<906.667 1116.84 1445.69 1645.37> 183 108.516<198.32 221.367 546.758 569.805> 449.875 87.3438<1569.19 1693.09> 750.344 102.734<371.133 393.242> 775.344 89.2188<935.851 1133.42 1446.32 1654.53> +VStem: 0 103.75<749.328 853.078> 321.719 123.75<751.086 853.078> 664.375 99.8438<753.234 853.078> 812.781 101.719<608.533 755.771> 1137.31 101.719<281.429 444.709> 1288.88 109.531<309.707 726.324> 1701.69 90.3125<183 281.906 305.738 449.875> +DStem2: 103.75 853.078 0 853.078 0.190374 -0.981712<0 567.853> 216.094 291.516 355.312 595.812 0.136058 0.990701<4.46299 473.288> 530.938 445.109 387.969 750.344 0.136058 -0.990701<-318.35 155.035> 585.625 446.984 617.344 183 0.190374 0.981712<-154.194 413.659> 1006.69 581.438 988.406 485.422 0.978371 -0.206857<-75.1218 135.909> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 89.2188<906.667 1116.84 1445.69 1645.37> 288 108.516<198.32 221.367 546.758 569.805> 554.875 87.3438<1569.19 1693.09> 855.344 102.734<371.133 393.242> 880.344 89.2188<935.851 1133.42 1446.32 1654.53> -VStem: 0 103.75<854.328 958.078> 321.719 123.75<856.086 958.078> 664.375 99.8438<858.234 958.078> 812.781 101.719<713.533 860.771> 1137.31 101.719<386.429 549.709> 1288.88 109.531<414.707 831.324> 1701.69 90.3125<288 386.906 410.738 554.875> -DStem2: 103.75 958.078 0 958.078 0.190374 -0.981712<0 567.853> 216.094 396.516 355.312 700.812 0.136058 0.990701<4.46299 473.288> 530.938 550.109 387.969 855.344 0.136058 -0.990701<-318.35 155.035> 585.625 551.984 617.344 288 0.190374 0.981712<-154.194 413.659> 1006.69 686.438 988.406 590.422 0.978371 -0.206857<-75.1218 135.909> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -142.1875 228 m 1x77f0 - 94.7919921875 451.359375 47.3955078125 674.71875 0 898.078125 c 1 - 34.5830078125 898.078125 69.1669921875 898.078125 103.75 898.078125 c 1 - 130 762.713867188 156.25 627.348632812 182.5 491.984375 c 1 - 189.53125 440.161132812 196.5625 388.338867188 203.59375 336.515625 c 1 - 207.760742188 336.515625 211.926757812 336.515625 216.09375 336.515625 c 1 - 223.125 387.713867188 230.15625 438.911132812 237.1875 490.109375 c 1 - 265.364257812 626.098632812 293.541992188 762.088867188 321.71875 898.078125 c 1 - 362.96875 898.078125 404.21875 898.078125 445.46875 898.078125 c 1 - 473.958007812 762.088867188 502.448242188 626.098632812 530.9375 490.109375 c 1 - 537.96875 438.911132812 545 387.713867188 552.03125 336.515625 c 1 - 556.198242188 336.515625 560.364257812 336.515625 564.53125 336.515625 c 1 - 571.5625 388.338867188 578.59375 440.161132812 585.625 491.984375 c 1 - 611.875 627.348632812 638.125 762.713867188 664.375 898.078125 c 1 - 697.65625 898.078125 730.9375 898.078125 764.21875 898.078125 c 1 - 715.260742188 674.71875 666.301757812 451.359375 617.34375 228 c 1 - 576.71875 228 536.09375 228 495.46875 228 c 1 - 466.666992188 365.604492188 437.864257812 503.208007812 409.0625 640.8125 c 1 - 402.03125 692.323242188 395 743.833007812 387.96875 795.34375 c 1 - 384.114257812 795.34375 380.260742188 795.34375 376.40625 795.34375 c 1 - 369.375 743.833007812 362.34375 692.323242188 355.3125 640.8125 c 1 - 325.208007812 503.208007812 295.104492188 365.604492188 265 228 c 1 - 224.0625 228 183.125 228 142.1875 228 c 1x77f0 -1017.3125 216.515625 m 4xaff0 - 967.3125 216.515625 924.03125 225.890625 887.15625 244.796875 c 4 - 850.4375 263.703125 818.875 291.046875 792.625 326.90625 c 5 - 815.958007812 348.338867188 839.291992188 369.770507812 862.625 391.203125 c 5 - 882.46875 363.703125 905.28125 342.53125 930.90625 327.84375 c 4 - 956.375 313.15625 985.59375 305.734375 1018.25 305.734375 c 4 - 1097.625 305.734375 1137.3125 342.21875 1137.3125 415.1875 c 4 - 1137.3125 444.640625 1130.125 467.21875 1116.0625 482.84375 c 4 - 1102 498.546875 1077.78125 510.578125 1043.09375 518.859375 c 5 - 1024.86425781 522.713867188 1006.63574219 526.567382812 988.40625 530.421875 c 5 - 928.25 543.859375 884.03125 565.421875 855.4375 595.1875 c 4 - 827 624.953125 812.78125 666.75 812.78125 720.5 c 4 - 812.78125 782.53125 831.53125 829.5625 868.875 861.59375 c 4 - 906.375 893.625 958.71875 909.5625 1025.90625 909.5625 c 4 - 1073.875 909.5625 1114.34375 901.4375 1147.3125 885.109375 c 4 - 1180.28125 868.78125 1208.875 843.390625 1233.25 808.78125 c 5 - 1209.86425781 788.3125 1186.47949219 767.84375 1163.09375 747.375 c 5 - 1145.90625 771.671875 1126.53125 789.953125 1105.125 802.0625 c 4 - 1083.71875 814.25 1056.53125 820.34375 1024.03125 820.34375 c 4 - 987.46875 820.34375 960.125 812.765625 941.84375 797.765625 c 4 - 923.71875 782.6875 914.5 757.921875 914.5 723.390625 c 4 - 914.5 695.1875 921.6875 673.9375 936.0625 659.484375 c 4 - 950.59375 645.109375 974.03125 634.09375 1006.6875 626.4375 c 5 - 1024.91699219 622.270507812 1043.14550781 618.104492188 1061.375 613.9375 c 5 - 1093.40625 606.90625 1120.59375 598.078125 1142.9375 587.53125 c 4 - 1165.4375 576.984375 1183.875 564.015625 1198.25 548.625 c 4 - 1212.625 533.3125 1222.9375 515.1875 1229.34375 494.40625 c 4 - 1235.75 473.625 1239.03125 449.40625 1239.03125 421.90625 c 4 - 1239.03125 354.71875 1219.65625 303.703125 1180.90625 268.78125 c 4 - 1142.15625 233.9375 1087.625 216.515625 1017.3125 216.515625 c 4xaff0 -1701.6875 326.90625 m 5 - 1697.83300781 326.90625 1693.97949219 326.90625 1690.125 326.90625 c 5 - 1683.875 294.875 1667.46875 268.46875 1641.21875 247.6875 c 4 - 1614.96875 226.90625 1577.9375 216.515625 1529.8125 216.515625 c 4xa7f0 - 1495.28125 216.515625 1463.40625 222.84375 1434.34375 235.65625 c 4 - 1405.28125 248.46875 1379.8125 268.78125 1358.09375 296.671875 c 4 - 1336.21875 324.484375 1319.34375 360.34375 1307.15625 404.171875 c 4 - 1294.96875 448 1288.875 500.65625 1288.875 562.0625 c 260 - 1288.875 623.546875 1294.8125 676.125 1306.6875 720.03125 c 4 - 1318.5625 763.859375 1335.75 799.875 1358.5625 828 c 4 - 1381.21875 856.125 1408.5625 876.828125 1440.59375 889.953125 c 4 - 1472.625 903.078125 1508.71875 909.5625 1549.03125 909.5625 c 4 - 1608.5625 909.5625 1657 896.828125 1694.03125 871.203125 c 4 - 1731.21875 845.578125 1759.96875 809.09375 1780.4375 761.75 c 5 - 1752.625 745.421875 1724.8125 729.09375 1697 712.765625 c 5 - 1685.4375 745.421875 1667.9375 771.359375 1644.65625 790.578125 c 4 - 1621.21875 809.796875 1589.65625 819.328125 1549.96875 819.328125 c 4 - 1502 819.328125 1464.8125 804.015625 1438.25 773.3125 c 4 - 1411.6875 742.53125 1398.40625 699.71875 1398.40625 644.640625 c 5 - 1398.40625 590.239257812 1398.40625 535.838867188 1398.40625 481.4375 c 5 - 1398.40625 426.4375 1411.6875 383.546875 1438.25 352.765625 c 4 - 1464.8125 322.0625 1502 306.75 1549.96875 306.75 c 4 - 1569.8125 306.75 1588.40625 309.5625 1605.75 315.34375 c 4 - 1622.9375 321.125 1638.25 329.40625 1651.375 340.34375 c 4 - 1664.5 351.203125 1674.65625 364.796875 1682 381.125 c 4 - 1689.34375 397.453125 1693.09375 415.8125 1693.09375 436.28125 c 5 - 1693.09375 455.8125 1693.09375 475.34375 1693.09375 494.875 c 5 - 1651.79199219 494.875 1610.48925781 494.875 1569.1875 494.875 c 5 - 1569.1875 523.989257812 1569.1875 553.104492188 1569.1875 582.21875 c 5 - 1643.45800781 582.21875 1717.72949219 582.21875 1792 582.21875 c 5 - 1792 464.145507812 1792 346.073242188 1792 228 c 5 - 1761.89550781 228 1731.79199219 228 1701.6875 228 c 5x6ff0 - 1701.6875 260.96875 1701.6875 293.9375 1701.6875 326.90625 c 5 +142.1875 183 m 1x77f0 + 94.7919921875 406.359375 47.3955078125 629.71875 0 853.078125 c 1 + 34.5830078125 853.078125 69.1669921875 853.078125 103.75 853.078125 c 1 + 130 717.713867188 156.25 582.348632812 182.5 446.984375 c 1 + 189.53125 395.161132812 196.5625 343.338867188 203.59375 291.515625 c 1 + 207.760742188 291.515625 211.926757812 291.515625 216.09375 291.515625 c 1 + 223.125 342.713867188 230.15625 393.911132812 237.1875 445.109375 c 1 + 265.364257812 581.098632812 293.541992188 717.088867188 321.71875 853.078125 c 1 + 362.96875 853.078125 404.21875 853.078125 445.46875 853.078125 c 1 + 473.958007812 717.088867188 502.448242188 581.098632812 530.9375 445.109375 c 1 + 537.96875 393.911132812 545 342.713867188 552.03125 291.515625 c 1 + 556.198242188 291.515625 560.364257812 291.515625 564.53125 291.515625 c 1 + 571.5625 343.338867188 578.59375 395.161132812 585.625 446.984375 c 1 + 611.875 582.348632812 638.125 717.713867188 664.375 853.078125 c 1 + 697.65625 853.078125 730.9375 853.078125 764.21875 853.078125 c 1 + 715.260742188 629.71875 666.301757812 406.359375 617.34375 183 c 1 + 576.71875 183 536.09375 183 495.46875 183 c 1 + 466.666992188 320.604492188 437.864257812 458.208007812 409.0625 595.8125 c 1 + 402.03125 647.323242188 395 698.833007812 387.96875 750.34375 c 1 + 384.114257812 750.34375 380.260742188 750.34375 376.40625 750.34375 c 1 + 369.375 698.833007812 362.34375 647.323242188 355.3125 595.8125 c 1 + 325.208007812 458.208007812 295.104492188 320.604492188 265 183 c 1 + 224.0625 183 183.125 183 142.1875 183 c 1x77f0 +1017.3125 171.515625 m 4xaff0 + 967.3125 171.515625 924.03125 180.890625 887.15625 199.796875 c 4 + 850.4375 218.703125 818.875 246.046875 792.625 281.90625 c 5 + 815.958007812 303.338867188 839.291992188 324.770507812 862.625 346.203125 c 5 + 882.46875 318.703125 905.28125 297.53125 930.90625 282.84375 c 4 + 956.375 268.15625 985.59375 260.734375 1018.25 260.734375 c 4 + 1097.625 260.734375 1137.3125 297.21875 1137.3125 370.1875 c 4 + 1137.3125 399.640625 1130.125 422.21875 1116.0625 437.84375 c 4 + 1102 453.546875 1077.78125 465.578125 1043.09375 473.859375 c 5 + 1024.86425781 477.713867188 1006.63574219 481.567382812 988.40625 485.421875 c 5 + 928.25 498.859375 884.03125 520.421875 855.4375 550.1875 c 4 + 827 579.953125 812.78125 621.75 812.78125 675.5 c 4 + 812.78125 737.53125 831.53125 784.5625 868.875 816.59375 c 4 + 906.375 848.625 958.71875 864.5625 1025.90625 864.5625 c 4 + 1073.875 864.5625 1114.34375 856.4375 1147.3125 840.109375 c 4 + 1180.28125 823.78125 1208.875 798.390625 1233.25 763.78125 c 5 + 1209.86425781 743.3125 1186.47949219 722.84375 1163.09375 702.375 c 5 + 1145.90625 726.671875 1126.53125 744.953125 1105.125 757.0625 c 4 + 1083.71875 769.25 1056.53125 775.34375 1024.03125 775.34375 c 4 + 987.46875 775.34375 960.125 767.765625 941.84375 752.765625 c 4 + 923.71875 737.6875 914.5 712.921875 914.5 678.390625 c 4 + 914.5 650.1875 921.6875 628.9375 936.0625 614.484375 c 4 + 950.59375 600.109375 974.03125 589.09375 1006.6875 581.4375 c 5 + 1024.91699219 577.270507812 1043.14550781 573.104492188 1061.375 568.9375 c 5 + 1093.40625 561.90625 1120.59375 553.078125 1142.9375 542.53125 c 4 + 1165.4375 531.984375 1183.875 519.015625 1198.25 503.625 c 4 + 1212.625 488.3125 1222.9375 470.1875 1229.34375 449.40625 c 4 + 1235.75 428.625 1239.03125 404.40625 1239.03125 376.90625 c 4 + 1239.03125 309.71875 1219.65625 258.703125 1180.90625 223.78125 c 4 + 1142.15625 188.9375 1087.625 171.515625 1017.3125 171.515625 c 4xaff0 +1701.6875 281.90625 m 5 + 1697.83300781 281.90625 1693.97949219 281.90625 1690.125 281.90625 c 5 + 1683.875 249.875 1667.46875 223.46875 1641.21875 202.6875 c 4 + 1614.96875 181.90625 1577.9375 171.515625 1529.8125 171.515625 c 4xa7f0 + 1495.28125 171.515625 1463.40625 177.84375 1434.34375 190.65625 c 4 + 1405.28125 203.46875 1379.8125 223.78125 1358.09375 251.671875 c 4 + 1336.21875 279.484375 1319.34375 315.34375 1307.15625 359.171875 c 4 + 1294.96875 403 1288.875 455.65625 1288.875 517.0625 c 260 + 1288.875 578.546875 1294.8125 631.125 1306.6875 675.03125 c 4 + 1318.5625 718.859375 1335.75 754.875 1358.5625 783 c 4 + 1381.21875 811.125 1408.5625 831.828125 1440.59375 844.953125 c 4 + 1472.625 858.078125 1508.71875 864.5625 1549.03125 864.5625 c 4 + 1608.5625 864.5625 1657 851.828125 1694.03125 826.203125 c 4 + 1731.21875 800.578125 1759.96875 764.09375 1780.4375 716.75 c 5 + 1752.625 700.421875 1724.8125 684.09375 1697 667.765625 c 5 + 1685.4375 700.421875 1667.9375 726.359375 1644.65625 745.578125 c 4 + 1621.21875 764.796875 1589.65625 774.328125 1549.96875 774.328125 c 4 + 1502 774.328125 1464.8125 759.015625 1438.25 728.3125 c 4 + 1411.6875 697.53125 1398.40625 654.71875 1398.40625 599.640625 c 5 + 1398.40625 545.239257812 1398.40625 490.838867188 1398.40625 436.4375 c 5 + 1398.40625 381.4375 1411.6875 338.546875 1438.25 307.765625 c 4 + 1464.8125 277.0625 1502 261.75 1549.96875 261.75 c 4 + 1569.8125 261.75 1588.40625 264.5625 1605.75 270.34375 c 4 + 1622.9375 276.125 1638.25 284.40625 1651.375 295.34375 c 4 + 1664.5 306.203125 1674.65625 319.796875 1682 336.125 c 4 + 1689.34375 352.453125 1693.09375 370.8125 1693.09375 391.28125 c 5 + 1693.09375 410.8125 1693.09375 430.34375 1693.09375 449.875 c 5 + 1651.79199219 449.875 1610.48925781 449.875 1569.1875 449.875 c 5 + 1569.1875 478.989257812 1569.1875 508.104492188 1569.1875 537.21875 c 5 + 1643.45800781 537.21875 1717.72949219 537.21875 1792 537.21875 c 5 + 1792 419.145507812 1792 301.073242188 1792 183 c 5 + 1761.89550781 183 1731.79199219 183 1701.6875 183 c 5x6ff0 + 1701.6875 215.96875 1701.6875 248.9375 1701.6875 281.90625 c 5 EndSplineSet EndChar StartChar: uniE120 Encoding: 57632 57632 33 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -202.516 96.0156<738.656 979.032> 371.547 96.0156<738.656 979.032> 663.5 96.0156<177.043 421.987 1508.81 1781.47> 930.375 95.0781<868.812 1105.12> 1238.58 95<177.765 421.265 868.812 1105.12> -VStem: 10.5312 116.25<812.663 1184.42> 472.25 116.25<812.663 1184.42> 630.219 108.438<-106.5 371.547> 760.375 108.438<663.5 930.375 1025.45 1238.58> 1034.36 116.172<-51.0968 316.144> 1128.97 114.219<1047.69 1216.26> 1400.38 108.438<759.516 1333.58> +VWidth: 1687 +Flags: W +HStem: -247.516 96.0156<738.656 979.032> 326.547 96.0156<738.656 979.032> 618.5 96.0156<177.043 421.987 1508.81 1781.47> 885.375 95.0781<868.812 1105.12> 1193.58 95<177.765 421.265 868.812 1105.12> +VStem: 10.5312 116.25<767.663 1139.42> 472.25 116.25<767.663 1139.42> 630.219 108.438<-151.5 326.547> 760.375 108.438<618.5 885.375 980.453 1193.58> 1034.36 116.172<-96.0967 271.144> 1128.97 114.219<1002.69 1171.26> 1400.38 108.438<714.516 1288.58> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -142.516 96.0156<738.656 979.032> 431.547 96.0156<738.656 979.032> 723.5 96.0156<177.043 421.987 1508.81 1781.47> 990.375 95.0781<868.812 1105.12> 1298.58 95<177.765 421.265 868.812 1105.12> -VStem: 10.5312 116.25<872.663 1244.42> 472.25 116.25<872.663 1244.42> 630.219 108.438<-46.5 431.547> 760.375 108.438<723.5 990.375 1085.45 1298.58> 1034.36 116.172<8.90325 376.144> 1128.97 114.219<1107.69 1276.26> 1400.38 108.438<819.516 1393.58> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -630.21875 467.5625 m 5xffd0 - 709.254882812 467.5625 788.291992188 467.5625 867.328125 467.5625 c 5 - 910.21875 467.5625 949.046875 460.53125 983.96875 446.46875 c 4 - 1018.8125 432.328125 1048.578125 411.390625 1073.265625 383.578125 c 4 - 1097.875 355.6875 1116.9375 320.84375 1130.375 278.890625 c 4 - 1143.8125 237.015625 1150.53125 188.1875 1150.53125 132.5625 c 260 - 1150.53125 76.859375 1143.8125 28.03125 1130.375 -13.84375 c 4 - 1116.9375 -55.796875 1097.875 -90.640625 1073.265625 -118.53125 c 4 - 1048.578125 -146.34375 1018.8125 -167.28125 983.96875 -181.421875 c 4 - 949.046875 -195.484375 910.21875 -202.515625 867.328125 -202.515625 c 5 - 788.291992188 -202.515625 709.254882812 -202.515625 630.21875 -202.515625 c 5 - 630.21875 20.84375 630.21875 244.203125 630.21875 467.5625 c 5xffd0 -867.328125 -106.5 m 5 - 917.25 -106.5 957.5625 -90.796875 988.265625 -59.46875 c 4 - 1018.96875 -28.140625 1034.359375 17.953125 1034.359375 78.734375 c 5 - 1034.359375 114.59375 1034.359375 150.453125 1034.359375 186.3125 c 5 - 1034.359375 247.09375 1018.96875 293.1875 988.265625 324.515625 c 4 - 957.5625 355.921875 917.25 371.546875 867.328125 371.546875 c 5 - 824.4375 371.546875 781.546875 371.546875 738.65625 371.546875 c 5 - 738.65625 212.198242188 738.65625 52.8486328125 738.65625 -106.5 c 5 - 781.546875 -106.5 824.4375 -106.5 867.328125 -106.5 c 5 -299.59375 652.015625 m 260 - 256 652.015625 216.46875 659.515625 181 674.515625 c 4 - 145.375 689.59375 115.0625 711.625 89.75 740.765625 c 4 - 64.4375 769.90625 44.90625 806.078125 31.15625 849.28125 c 4 - 17.40625 892.484375 10.53125 942.25 10.53125 998.578125 c 260 - 10.53125 1054.828125 17.40625 1104.59375 31.15625 1147.796875 c 4 - 44.90625 1191 64.4375 1227.171875 89.75 1256.3125 c 4 - 115.0625 1285.453125 145.375 1307.484375 181 1322.5625 c 4 - 216.46875 1337.5625 256 1345.0625 299.59375 1345.0625 c 260 - 343.03125 1345.0625 382.5625 1337.5625 418.03125 1322.5625 c 4 - 453.65625 1307.484375 483.96875 1285.453125 509.28125 1256.3125 c 4 - 534.59375 1227.171875 554.125 1191 567.875 1147.796875 c 4 - 581.625 1104.59375 588.5 1054.828125 588.5 998.578125 c 260 - 588.5 942.25 581.625 892.484375 567.875 849.28125 c 4 - 554.125 806.078125 534.59375 769.90625 509.28125 740.765625 c 4 - 483.96875 711.625 453.65625 689.59375 418.03125 674.515625 c 4 - 382.5625 659.515625 343.03125 652.015625 299.59375 652.015625 c 260 -299.59375 748.96875 m 4 - 325.0625 748.96875 348.65625 753.421875 370.0625 762.40625 c 4 - 391.46875 771.3125 409.75 784.28125 424.75 801.234375 c 4 - 439.90625 818.1875 451.46875 838.890625 459.90625 863.1875 c 4 - 468.1875 887.484375 472.25 914.984375 472.25 945.765625 c 5 - 472.25 980.948242188 472.25 1016.12988281 472.25 1051.3125 c 5 - 472.25 1082.09375 468.1875 1109.59375 459.90625 1133.890625 c 4 - 451.46875 1158.1875 439.90625 1178.890625 424.75 1195.84375 c 4 - 409.75 1212.796875 391.46875 1225.765625 370.0625 1234.671875 c 4 - 348.65625 1243.65625 325.0625 1248.109375 299.59375 1248.109375 c 4 - 273.34375 1248.109375 249.59375 1243.65625 228.5 1234.671875 c 4 - 207.40625 1225.765625 189.28125 1212.796875 174.28125 1195.84375 c 4 - 159.125 1178.890625 147.5625 1158.1875 139.125 1133.890625 c 4 - 130.84375 1109.59375 126.78125 1082.09375 126.78125 1051.3125 c 5 - 126.78125 1016.12988281 126.78125 980.948242188 126.78125 945.765625 c 5 - 126.78125 914.984375 130.84375 887.484375 139.125 863.1875 c 4 - 147.5625 838.890625 159.125 818.1875 174.28125 801.234375 c 4 - 189.28125 784.28125 207.40625 771.3125 228.5 762.40625 c 4 - 249.59375 753.421875 273.34375 748.96875 299.59375 748.96875 c 4 -760.375 663.5 m 5 - 760.375 886.859375 760.375 1110.21875 760.375 1333.578125 c 5 - 856.364257812 1333.578125 952.354492188 1333.578125 1048.34375 1333.578125 c 5 - 1110.375 1333.578125 1158.34375 1315.375 1192.25 1278.890625 c 4 - 1226.3125 1242.40625 1243.1875 1193.421875 1243.1875 1132.015625 c 260xffb0 - 1243.1875 1070.53125 1226.3125 1021.546875 1192.25 985.0625 c 4 - 1158.34375 948.65625 1110.375 930.375 1048.34375 930.375 c 5 - 988.5 930.375 928.65625 930.375 868.8125 930.375 c 5 - 868.8125 841.416992188 868.8125 752.458007812 868.8125 663.5 c 5 - 832.666992188 663.5 796.520507812 663.5 760.375 663.5 c 5 -868.8125 1025.453125 m 5 - 926.416992188 1025.453125 984.020507812 1025.453125 1041.625 1025.453125 c 5 - 1069.125 1025.453125 1090.53125 1032.640625 1105.84375 1047.015625 c 4 - 1121.3125 1061.390625 1128.96875 1082.09375 1128.96875 1108.96875 c 5 - 1128.96875 1124.30761719 1128.96875 1139.64550781 1128.96875 1154.984375 c 5 - 1128.96875 1181.9375 1121.3125 1202.5625 1105.84375 1216.9375 c 4 - 1090.53125 1231.3125 1069.125 1238.578125 1041.625 1238.578125 c 5 - 984.020507812 1238.578125 926.416992188 1238.578125 868.8125 1238.578125 c 5 - 868.8125 1167.53613281 868.8125 1096.49511719 868.8125 1025.453125 c 5 -1400.375 663.5 m 5 - 1400.375 886.859375 1400.375 1110.21875 1400.375 1333.578125 c 5 - 1436.52050781 1333.578125 1472.66699219 1333.578125 1508.8125 1333.578125 c 5 - 1508.8125 1142.22363281 1508.8125 950.870117188 1508.8125 759.515625 c 5 - 1599.69824219 759.515625 1690.58300781 759.515625 1781.46875 759.515625 c 5 - 1781.46875 727.510742188 1781.46875 695.504882812 1781.46875 663.5 c 5 - 1654.4375 663.5 1527.40625 663.5 1400.375 663.5 c 5 +630.21875 422.5625 m 5xffd0 + 709.254882812 422.5625 788.291992188 422.5625 867.328125 422.5625 c 5 + 910.21875 422.5625 949.046875 415.53125 983.96875 401.46875 c 4 + 1018.8125 387.328125 1048.578125 366.390625 1073.265625 338.578125 c 4 + 1097.875 310.6875 1116.9375 275.84375 1130.375 233.890625 c 4 + 1143.8125 192.015625 1150.53125 143.1875 1150.53125 87.5625 c 260 + 1150.53125 31.859375 1143.8125 -16.96875 1130.375 -58.84375 c 4 + 1116.9375 -100.796875 1097.875 -135.640625 1073.265625 -163.53125 c 4 + 1048.578125 -191.34375 1018.8125 -212.28125 983.96875 -226.421875 c 4 + 949.046875 -240.484375 910.21875 -247.515625 867.328125 -247.515625 c 5 + 788.291992188 -247.515625 709.254882812 -247.515625 630.21875 -247.515625 c 5 + 630.21875 -24.15625 630.21875 199.203125 630.21875 422.5625 c 5xffd0 +867.328125 -151.5 m 5 + 917.25 -151.5 957.5625 -135.796875 988.265625 -104.46875 c 4 + 1018.96875 -73.140625 1034.359375 -27.046875 1034.359375 33.734375 c 5 + 1034.359375 69.59375 1034.359375 105.453125 1034.359375 141.3125 c 5 + 1034.359375 202.09375 1018.96875 248.1875 988.265625 279.515625 c 4 + 957.5625 310.921875 917.25 326.546875 867.328125 326.546875 c 5 + 824.4375 326.546875 781.546875 326.546875 738.65625 326.546875 c 5 + 738.65625 167.198242188 738.65625 7.8486328125 738.65625 -151.5 c 5 + 781.546875 -151.5 824.4375 -151.5 867.328125 -151.5 c 5 +299.59375 607.015625 m 260 + 256 607.015625 216.46875 614.515625 181 629.515625 c 4 + 145.375 644.59375 115.0625 666.625 89.75 695.765625 c 4 + 64.4375 724.90625 44.90625 761.078125 31.15625 804.28125 c 4 + 17.40625 847.484375 10.53125 897.25 10.53125 953.578125 c 260 + 10.53125 1009.828125 17.40625 1059.59375 31.15625 1102.796875 c 4 + 44.90625 1146 64.4375 1182.171875 89.75 1211.3125 c 4 + 115.0625 1240.453125 145.375 1262.484375 181 1277.5625 c 4 + 216.46875 1292.5625 256 1300.0625 299.59375 1300.0625 c 260 + 343.03125 1300.0625 382.5625 1292.5625 418.03125 1277.5625 c 4 + 453.65625 1262.484375 483.96875 1240.453125 509.28125 1211.3125 c 4 + 534.59375 1182.171875 554.125 1146 567.875 1102.796875 c 4 + 581.625 1059.59375 588.5 1009.828125 588.5 953.578125 c 260 + 588.5 897.25 581.625 847.484375 567.875 804.28125 c 4 + 554.125 761.078125 534.59375 724.90625 509.28125 695.765625 c 4 + 483.96875 666.625 453.65625 644.59375 418.03125 629.515625 c 4 + 382.5625 614.515625 343.03125 607.015625 299.59375 607.015625 c 260 +299.59375 703.96875 m 4 + 325.0625 703.96875 348.65625 708.421875 370.0625 717.40625 c 4 + 391.46875 726.3125 409.75 739.28125 424.75 756.234375 c 4 + 439.90625 773.1875 451.46875 793.890625 459.90625 818.1875 c 4 + 468.1875 842.484375 472.25 869.984375 472.25 900.765625 c 5 + 472.25 935.948242188 472.25 971.129882812 472.25 1006.3125 c 5 + 472.25 1037.09375 468.1875 1064.59375 459.90625 1088.890625 c 4 + 451.46875 1113.1875 439.90625 1133.890625 424.75 1150.84375 c 4 + 409.75 1167.796875 391.46875 1180.765625 370.0625 1189.671875 c 4 + 348.65625 1198.65625 325.0625 1203.109375 299.59375 1203.109375 c 4 + 273.34375 1203.109375 249.59375 1198.65625 228.5 1189.671875 c 4 + 207.40625 1180.765625 189.28125 1167.796875 174.28125 1150.84375 c 4 + 159.125 1133.890625 147.5625 1113.1875 139.125 1088.890625 c 4 + 130.84375 1064.59375 126.78125 1037.09375 126.78125 1006.3125 c 5 + 126.78125 971.129882812 126.78125 935.948242188 126.78125 900.765625 c 5 + 126.78125 869.984375 130.84375 842.484375 139.125 818.1875 c 4 + 147.5625 793.890625 159.125 773.1875 174.28125 756.234375 c 4 + 189.28125 739.28125 207.40625 726.3125 228.5 717.40625 c 4 + 249.59375 708.421875 273.34375 703.96875 299.59375 703.96875 c 4 +760.375 618.5 m 5 + 760.375 841.859375 760.375 1065.21875 760.375 1288.578125 c 5 + 856.364257812 1288.578125 952.354492188 1288.578125 1048.34375 1288.578125 c 5 + 1110.375 1288.578125 1158.34375 1270.375 1192.25 1233.890625 c 4 + 1226.3125 1197.40625 1243.1875 1148.421875 1243.1875 1087.015625 c 260xffb0 + 1243.1875 1025.53125 1226.3125 976.546875 1192.25 940.0625 c 4 + 1158.34375 903.65625 1110.375 885.375 1048.34375 885.375 c 5 + 988.5 885.375 928.65625 885.375 868.8125 885.375 c 5 + 868.8125 796.416992188 868.8125 707.458007812 868.8125 618.5 c 5 + 832.666992188 618.5 796.520507812 618.5 760.375 618.5 c 5 +868.8125 980.453125 m 5 + 926.416992188 980.453125 984.020507812 980.453125 1041.625 980.453125 c 5 + 1069.125 980.453125 1090.53125 987.640625 1105.84375 1002.015625 c 4 + 1121.3125 1016.390625 1128.96875 1037.09375 1128.96875 1063.96875 c 5 + 1128.96875 1079.30761719 1128.96875 1094.64550781 1128.96875 1109.984375 c 5 + 1128.96875 1136.9375 1121.3125 1157.5625 1105.84375 1171.9375 c 4 + 1090.53125 1186.3125 1069.125 1193.578125 1041.625 1193.578125 c 5 + 984.020507812 1193.578125 926.416992188 1193.578125 868.8125 1193.578125 c 5 + 868.8125 1122.53613281 868.8125 1051.49511719 868.8125 980.453125 c 5 +1400.375 618.5 m 5 + 1400.375 841.859375 1400.375 1065.21875 1400.375 1288.578125 c 5 + 1436.52050781 1288.578125 1472.66699219 1288.578125 1508.8125 1288.578125 c 5 + 1508.8125 1097.22363281 1508.8125 905.870117188 1508.8125 714.515625 c 5 + 1599.69824219 714.515625 1690.58300781 714.515625 1781.46875 714.515625 c 5 + 1781.46875 682.510742188 1781.46875 650.504882812 1781.46875 618.5 c 5 + 1654.4375 618.5 1527.40625 618.5 1400.375 618.5 c 5 EndSplineSet EndChar StartChar: uniE121 Encoding: 57633 57633 34 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 90.2344<160.025 367.673> 498.703 90.2344<772.328 981.503> 753.156 144.922<1321.78 1349.11 1669.28 1697.09> 807.844 90.2344<151.573 376.123 772.328 981.503> -VStem: 3.65625 109.453<354.775 771.303> 414.516 109.453<354.775 771.303> 670.531 101.797<228 498.703 588.938 807.844> 1000.77 108.516<608.279 788.506> 1230.53 97.9688<228 751.401> 1690.38 97.9688<228 753.247> -DStem2: 1350.53 898.078 1333.27 753.156 0.416929 -0.908939<124.527 395.989> +VWidth: 1687 +Flags: W +HStem: 171.516 90.2344<160.025 367.673> 453.703 90.2344<772.328 981.503> 708.156 144.922<1321.78 1349.11 1669.28 1697.09> 762.844 90.2344<151.573 376.123 772.328 981.503> +VStem: 3.65625 109.453<309.775 726.303> 414.516 109.453<309.775 726.303> 670.531 101.797<183 453.703 543.938 762.844> 1000.77 108.516<563.279 743.506> 1230.53 97.9688<183 706.401> 1690.38 97.9688<183 708.247> +DStem2: 1350.53 853.078 1333.27 708.156 0.416929 -0.908939<124.527 395.989> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 90.2344<160.025 367.673> 558.703 90.2344<772.328 981.503> 813.156 144.922<1321.78 1349.11 1669.28 1697.09> 867.844 90.2344<151.573 376.123 772.328 981.503> -VStem: 3.65625 109.453<414.775 831.303> 414.516 109.453<414.775 831.303> 670.531 101.797<288 558.703 648.938 867.844> 1000.77 108.516<668.279 848.506> 1230.53 97.9688<288 811.401> 1690.38 97.9688<288 813.247> -DStem2: 1350.53 958.078 1333.27 813.156 0.416929 -0.908939<124.527 395.989> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -263.8125 216.515625 m 256xcfc0 - 223.5 216.515625 187.328125 223.078125 155.375 236.125 c 0 - 123.34375 249.25 96 269.953125 73.265625 298.078125 c 0 - 50.53125 326.203125 33.265625 362.21875 21.390625 406.046875 c 0 - 9.59375 449.953125 3.65625 502.21875 3.65625 563.078125 c 256 - 3.65625 623.859375 9.59375 676.125 21.390625 720.03125 c 0 - 33.265625 763.859375 50.53125 799.875 73.265625 828 c 0 - 96 856.125 123.34375 876.828125 155.375 889.953125 c 0 - 187.328125 903.078125 223.5 909.5625 263.8125 909.5625 c 256 - 304.125 909.5625 340.296875 903.078125 372.328125 889.953125 c 0 - 404.28125 876.828125 431.703125 856.125 454.359375 828 c 0 - 477.09375 799.875 494.359375 763.859375 506.234375 720.03125 c 0 - 518.03125 676.125 523.96875 623.859375 523.96875 563.078125 c 256 - 523.96875 502.21875 518.03125 449.953125 506.234375 406.046875 c 0 - 494.359375 362.21875 477.09375 326.203125 454.359375 298.078125 c 0 - 431.703125 269.953125 404.28125 249.25 372.328125 236.125 c 0 - 340.296875 223.078125 304.125 216.515625 263.8125 216.515625 c 256xcfc0 -263.8125 306.75 m 256 - 311.859375 306.75 348.96875 322.21875 375.21875 353.3125 c 0 - 401.390625 384.328125 414.515625 427.375 414.515625 482.375 c 1 - 414.515625 536.151367188 414.515625 589.926757812 414.515625 643.703125 c 1 - 414.515625 698.703125 401.390625 741.75 375.21875 772.765625 c 0 - 348.96875 803.859375 311.859375 819.328125 263.8125 819.328125 c 256 - 215.84375 819.328125 178.734375 803.859375 152.484375 772.765625 c 0 - 126.234375 741.75 113.109375 698.703125 113.109375 643.703125 c 1 - 113.109375 589.926757812 113.109375 536.151367188 113.109375 482.375 c 1 - 113.109375 427.375 126.234375 384.328125 152.484375 353.3125 c 0 - 178.734375 322.21875 215.84375 306.75 263.8125 306.75 c 256 -670.53125 228 m 1 - 670.53125 451.359375 670.53125 674.71875 670.53125 898.078125 c 1 - 758.864257812 898.078125 847.198242188 898.078125 935.53125 898.078125 c 1xdfc0 - 993.109375 898.078125 1036.46875 880.96875 1065.609375 846.75 c 0 - 1094.671875 812.453125 1109.28125 763.078125 1109.28125 698.390625 c 256 - 1109.28125 633.78125 1094.671875 584.328125 1065.609375 550.109375 c 0 - 1036.46875 515.8125 993.109375 498.703125 935.53125 498.703125 c 1 - 881.129882812 498.703125 826.729492188 498.703125 772.328125 498.703125 c 1 - 772.328125 408.46875 772.328125 318.234375 772.328125 228 c 1 - 738.395507812 228 704.463867188 228 670.53125 228 c 1 -772.328125 588.9375 m 1 - 823.838867188 588.9375 875.348632812 588.9375 926.859375 588.9375 c 1 - 951.15625 588.9375 969.59375 595.1875 982.09375 607.6875 c 0 - 994.515625 620.1875 1000.765625 640.1875 1000.765625 667.6875 c 1 - 1000.765625 688.15625 1000.765625 708.625 1000.765625 729.09375 c 1 - 1000.765625 756.671875 994.515625 776.671875 982.09375 789.09375 c 0 - 969.59375 801.59375 951.15625 807.84375 926.859375 807.84375 c 1 - 875.348632812 807.84375 823.838867188 807.84375 772.328125 807.84375 c 1 - 772.328125 734.875 772.328125 661.90625 772.328125 588.9375 c 1 -1690.375 640.8125 m 1 - 1692.61425781 678.885742188 1694.85449219 716.958007812 1697.09375 755.03125 c 1 - 1693.265625 755.03125 1689.4375 755.03125 1685.609375 755.03125 c 1 - 1670.24511719 717.583007812 1654.87988281 680.135742188 1639.515625 642.6875 c 1 - 1596 551.828125 1552.484375 460.96875 1508.96875 370.109375 c 1 - 1465.765625 460.96875 1422.5625 551.828125 1379.359375 642.6875 c 1 - 1363.99511719 679.510742188 1348.62988281 716.333007812 1333.265625 753.15625 c 1 - 1329.4375 753.15625 1325.609375 753.15625 1321.78125 753.15625 c 1xefc0 - 1324.02050781 715.708007812 1326.26074219 678.260742188 1328.5 640.8125 c 1 - 1328.5 503.208007812 1328.5 365.604492188 1328.5 228 c 1 - 1295.84375 228 1263.1875 228 1230.53125 228 c 1 - 1230.53125 451.359375 1230.53125 674.71875 1230.53125 898.078125 c 1 - 1270.53125 898.078125 1310.53125 898.078125 1350.53125 898.078125 c 1xdfc0 - 1386.703125 820.004882812 1422.875 741.932617188 1459.046875 663.859375 c 1 - 1474.72363281 619.692382812 1490.40136719 575.526367188 1506.078125 531.359375 c 1 - 1508.94238281 531.359375 1511.80761719 531.359375 1514.671875 531.359375 c 1 - 1530.375 575.526367188 1546.078125 619.692382812 1561.78125 663.859375 c 1 - 1597.61425781 741.932617188 1633.44824219 820.004882812 1669.28125 898.078125 c 1xefc0 - 1708.96875 898.078125 1748.65625 898.078125 1788.34375 898.078125 c 1 - 1788.34375 674.71875 1788.34375 451.359375 1788.34375 228 c 1 - 1755.6875 228 1723.03125 228 1690.375 228 c 1 - 1690.375 365.604492188 1690.375 503.208007812 1690.375 640.8125 c 1 +263.8125 171.515625 m 256xcfc0 + 223.5 171.515625 187.328125 178.078125 155.375 191.125 c 0 + 123.34375 204.25 96 224.953125 73.265625 253.078125 c 0 + 50.53125 281.203125 33.265625 317.21875 21.390625 361.046875 c 0 + 9.59375 404.953125 3.65625 457.21875 3.65625 518.078125 c 256 + 3.65625 578.859375 9.59375 631.125 21.390625 675.03125 c 0 + 33.265625 718.859375 50.53125 754.875 73.265625 783 c 0 + 96 811.125 123.34375 831.828125 155.375 844.953125 c 0 + 187.328125 858.078125 223.5 864.5625 263.8125 864.5625 c 256 + 304.125 864.5625 340.296875 858.078125 372.328125 844.953125 c 0 + 404.28125 831.828125 431.703125 811.125 454.359375 783 c 0 + 477.09375 754.875 494.359375 718.859375 506.234375 675.03125 c 0 + 518.03125 631.125 523.96875 578.859375 523.96875 518.078125 c 256 + 523.96875 457.21875 518.03125 404.953125 506.234375 361.046875 c 0 + 494.359375 317.21875 477.09375 281.203125 454.359375 253.078125 c 0 + 431.703125 224.953125 404.28125 204.25 372.328125 191.125 c 0 + 340.296875 178.078125 304.125 171.515625 263.8125 171.515625 c 256xcfc0 +263.8125 261.75 m 256 + 311.859375 261.75 348.96875 277.21875 375.21875 308.3125 c 0 + 401.390625 339.328125 414.515625 382.375 414.515625 437.375 c 1 + 414.515625 491.151367188 414.515625 544.926757812 414.515625 598.703125 c 1 + 414.515625 653.703125 401.390625 696.75 375.21875 727.765625 c 0 + 348.96875 758.859375 311.859375 774.328125 263.8125 774.328125 c 256 + 215.84375 774.328125 178.734375 758.859375 152.484375 727.765625 c 0 + 126.234375 696.75 113.109375 653.703125 113.109375 598.703125 c 1 + 113.109375 544.926757812 113.109375 491.151367188 113.109375 437.375 c 1 + 113.109375 382.375 126.234375 339.328125 152.484375 308.3125 c 0 + 178.734375 277.21875 215.84375 261.75 263.8125 261.75 c 256 +670.53125 183 m 1 + 670.53125 406.359375 670.53125 629.71875 670.53125 853.078125 c 1 + 758.864257812 853.078125 847.198242188 853.078125 935.53125 853.078125 c 1xdfc0 + 993.109375 853.078125 1036.46875 835.96875 1065.609375 801.75 c 0 + 1094.671875 767.453125 1109.28125 718.078125 1109.28125 653.390625 c 256 + 1109.28125 588.78125 1094.671875 539.328125 1065.609375 505.109375 c 0 + 1036.46875 470.8125 993.109375 453.703125 935.53125 453.703125 c 1 + 881.129882812 453.703125 826.729492188 453.703125 772.328125 453.703125 c 1 + 772.328125 363.46875 772.328125 273.234375 772.328125 183 c 1 + 738.395507812 183 704.463867188 183 670.53125 183 c 1 +772.328125 543.9375 m 1 + 823.838867188 543.9375 875.348632812 543.9375 926.859375 543.9375 c 1 + 951.15625 543.9375 969.59375 550.1875 982.09375 562.6875 c 0 + 994.515625 575.1875 1000.765625 595.1875 1000.765625 622.6875 c 1 + 1000.765625 643.15625 1000.765625 663.625 1000.765625 684.09375 c 1 + 1000.765625 711.671875 994.515625 731.671875 982.09375 744.09375 c 0 + 969.59375 756.59375 951.15625 762.84375 926.859375 762.84375 c 1 + 875.348632812 762.84375 823.838867188 762.84375 772.328125 762.84375 c 1 + 772.328125 689.875 772.328125 616.90625 772.328125 543.9375 c 1 +1690.375 595.8125 m 1 + 1692.61425781 633.885742188 1694.85449219 671.958007812 1697.09375 710.03125 c 1 + 1693.265625 710.03125 1689.4375 710.03125 1685.609375 710.03125 c 1 + 1670.24511719 672.583007812 1654.87988281 635.135742188 1639.515625 597.6875 c 1 + 1596 506.828125 1552.484375 415.96875 1508.96875 325.109375 c 1 + 1465.765625 415.96875 1422.5625 506.828125 1379.359375 597.6875 c 1 + 1363.99511719 634.510742188 1348.62988281 671.333007812 1333.265625 708.15625 c 1 + 1329.4375 708.15625 1325.609375 708.15625 1321.78125 708.15625 c 1xefc0 + 1324.02050781 670.708007812 1326.26074219 633.260742188 1328.5 595.8125 c 1 + 1328.5 458.208007812 1328.5 320.604492188 1328.5 183 c 1 + 1295.84375 183 1263.1875 183 1230.53125 183 c 1 + 1230.53125 406.359375 1230.53125 629.71875 1230.53125 853.078125 c 1 + 1270.53125 853.078125 1310.53125 853.078125 1350.53125 853.078125 c 1xdfc0 + 1386.703125 775.004882812 1422.875 696.932617188 1459.046875 618.859375 c 1 + 1474.72363281 574.692382812 1490.40136719 530.526367188 1506.078125 486.359375 c 1 + 1508.94238281 486.359375 1511.80761719 486.359375 1514.671875 486.359375 c 1 + 1530.375 530.526367188 1546.078125 574.692382812 1561.78125 618.859375 c 1 + 1597.61425781 696.932617188 1633.44824219 775.004882812 1669.28125 853.078125 c 1xefc0 + 1708.96875 853.078125 1748.65625 853.078125 1788.34375 853.078125 c 1 + 1788.34375 629.71875 1788.34375 406.359375 1788.34375 183 c 1 + 1755.6875 183 1723.03125 183 1690.375 183 c 1 + 1690.375 320.604492188 1690.375 458.208007812 1690.375 595.8125 c 1 EndSplineSet EndChar StartChar: uniE122 Encoding: 57634 57634 35 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 96.0156<862.719 1183.34 1380.88 1625.94> 519.875 95.9375<862.719 1153.66 1508.24 1626.52> 802.062 96.0156<862.719 1183.34 1418.58 1654.18> -VStem: 34.2812 103.594<228 740.656> 450.844 103.75<385.422 898.078> 754.281 108.438<324.016 519.875 615.812 802.062> 1290.22 107.5<656.387 792.68> 1650.22 107.5<339.565 486.758> -DStem2: 374.125 527.531 214.75 598.547 0.508638 -0.860981<-299.653 157.446> 1504.28 629.25 1486 526.594 0.978916 -0.204262<-84.3745 149.704> +VWidth: 1687 +Flags: W +HStem: 183 96.0156<862.719 1183.34 1380.88 1625.94> 474.875 95.9375<862.719 1153.66 1508.24 1626.52> 757.062 96.0156<862.719 1183.34 1418.58 1654.18> +VStem: 34.2812 103.594<183 695.656> 450.844 103.75<340.422 853.078> 754.281 108.438<279.016 474.875 570.812 757.062> 1290.22 107.5<611.387 747.68> 1650.22 107.5<294.565 441.758> +DStem2: 374.125 482.531 214.75 553.547 0.508638 -0.860981<-299.653 157.446> 1504.28 584.25 1486 481.594 0.978916 -0.204262<-84.3745 149.704> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 96.0156<862.719 1183.34 1380.88 1625.94> 579.875 95.9375<862.719 1153.66 1508.24 1626.52> 862.062 96.0156<862.719 1183.34 1418.58 1654.18> -VStem: 34.2812 103.594<288 800.656> 450.844 103.75<445.422 958.078> 754.281 108.438<384.016 579.875 675.812 862.062> 1290.22 107.5<716.387 852.68> 1650.22 107.5<399.565 546.758> -DStem2: 374.125 587.531 214.75 658.547 0.508638 -0.860981<-299.653 157.446> 1504.28 689.25 1486 586.594 0.978916 -0.204262<-84.3745 149.704> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -214.75 598.546875 m 1 - 190.114257812 645.916992188 165.479492188 693.286132812 140.84375 740.65625 c 1 - 139.854492188 740.65625 138.864257812 740.65625 137.875 740.65625 c 1 - 137.875 569.770507812 137.875 398.885742188 137.875 228 c 1 - 103.34375 228 68.8125 228 34.28125 228 c 1 - 34.28125 451.359375 34.28125 674.71875 34.28125 898.078125 c 1 - 74.59375 898.078125 114.90625 898.078125 155.21875 898.078125 c 1 - 228.1875 774.5625 301.15625 651.046875 374.125 527.53125 c 1 - 398.760742188 480.161132812 423.395507812 432.791992188 448.03125 385.421875 c 1 - 448.96875 385.421875 449.90625 385.421875 450.84375 385.421875 c 1 - 450.84375 556.307617188 450.84375 727.192382812 450.84375 898.078125 c 1 - 485.426757812 898.078125 520.010742188 898.078125 554.59375 898.078125 c 1 - 554.59375 674.71875 554.59375 451.359375 554.59375 228 c 1 - 514.28125 228 473.96875 228 433.65625 228 c 1 - 360.6875 351.515625 287.71875 475.03125 214.75 598.546875 c 1 -754.28125 228 m 1 - 754.28125 451.359375 754.28125 674.71875 754.28125 898.078125 c 1 - 897.301757812 898.078125 1040.32324219 898.078125 1183.34375 898.078125 c 1 - 1183.34375 866.073242188 1183.34375 834.067382812 1183.34375 802.0625 c 1 - 1076.46875 802.0625 969.59375 802.0625 862.71875 802.0625 c 1 - 862.71875 739.979492188 862.71875 677.895507812 862.71875 615.8125 c 1 - 959.698242188 615.8125 1056.67675781 615.8125 1153.65625 615.8125 c 1 - 1153.65625 583.833007812 1153.65625 551.854492188 1153.65625 519.875 c 1 - 1056.67675781 519.875 959.698242188 519.875 862.71875 519.875 c 1 - 862.71875 454.588867188 862.71875 389.301757812 862.71875 324.015625 c 1 - 969.59375 324.015625 1076.46875 324.015625 1183.34375 324.015625 c 1 - 1183.34375 292.010742188 1183.34375 260.004882812 1183.34375 228 c 1 - 1040.32324219 228 897.301757812 228 754.28125 228 c 1 -1514.90625 216.515625 m 0 - 1458.5 216.515625 1410.6875 226.75 1371.3125 247.21875 c 0 - 1331.9375 267.6875 1298.1875 295.1875 1270.0625 329.796875 c 1 - 1295.01074219 353.15625 1319.95800781 376.515625 1344.90625 399.875 c 1 - 1368.65625 371.046875 1394.75 349.25 1423.1875 334.5625 c 0 - 1451.625 319.875 1484.125 312.453125 1520.6875 312.453125 c 0 - 1563.5 312.453125 1595.84375 322.0625 1617.5625 341.28125 c 0 - 1639.28125 360.5 1650.21875 386.4375 1650.21875 419.015625 c 0 - 1650.21875 445.265625 1642.5625 466.046875 1627.25 481.4375 c 0 - 1611.78125 496.828125 1584.59375 508.3125 1545.53125 515.96875 c 1 - 1525.6875 519.510742188 1505.84375 523.051757812 1486 526.59375 c 1 - 1420.84375 538.703125 1371.78125 560.1875 1339.125 590.890625 c 0 - 1306.46875 621.59375 1290.21875 663.859375 1290.21875 717.609375 c 0 - 1290.21875 747.0625 1295.84375 773.78125 1307.09375 797.765625 c 0 - 1318.1875 821.75 1333.96875 841.90625 1354.125 858.234375 c 0 - 1374.28125 874.5625 1398.65625 887.21875 1427.5625 896.125 c 0 - 1456.3125 905.109375 1488.65625 909.5625 1524.4375 909.5625 c 0 - 1575.0625 909.5625 1618.8125 900.8125 1656 883.234375 c 0 - 1693.03125 865.578125 1724.75 840.1875 1751 806.90625 c 1 - 1725.73925781 784.510742188 1700.47949219 762.114257812 1675.21875 739.71875 c 1 - 1657.875 762.0625 1636.78125 780.03125 1611.78125 793.46875 c 0 - 1586.9375 806.90625 1555.84375 813.625 1518.65625 813.625 c 0 - 1480.375 813.625 1450.53125 805.890625 1429.4375 790.578125 c 0 - 1408.34375 775.1875 1397.71875 752.765625 1397.71875 723.390625 c 0 - 1397.71875 695.1875 1406.3125 674.25 1423.65625 660.5 c 0 - 1441 646.75 1467.875 636.28125 1504.28125 629.25 c 1 - 1524.125 625.109375 1543.96875 620.96875 1563.8125 616.828125 c 1 - 1631 604.015625 1680.21875 582.21875 1711.15625 551.515625 c 0 - 1742.25 520.8125 1757.71875 478.546875 1757.71875 424.796875 c 0 - 1757.71875 393.46875 1752.25 364.953125 1741.46875 339.328125 c 0 - 1730.53125 313.78125 1714.75 291.828125 1693.96875 273.625 c 0 - 1673.03125 255.34375 1647.71875 241.28125 1617.5625 231.359375 c 0 - 1587.5625 221.4375 1553.1875 216.515625 1514.90625 216.515625 c 0 +214.75 553.546875 m 1 + 190.114257812 600.916992188 165.479492188 648.286132812 140.84375 695.65625 c 1 + 139.854492188 695.65625 138.864257812 695.65625 137.875 695.65625 c 1 + 137.875 524.770507812 137.875 353.885742188 137.875 183 c 1 + 103.34375 183 68.8125 183 34.28125 183 c 1 + 34.28125 406.359375 34.28125 629.71875 34.28125 853.078125 c 1 + 74.59375 853.078125 114.90625 853.078125 155.21875 853.078125 c 1 + 228.1875 729.5625 301.15625 606.046875 374.125 482.53125 c 1 + 398.760742188 435.161132812 423.395507812 387.791992188 448.03125 340.421875 c 1 + 448.96875 340.421875 449.90625 340.421875 450.84375 340.421875 c 1 + 450.84375 511.307617188 450.84375 682.192382812 450.84375 853.078125 c 1 + 485.426757812 853.078125 520.010742188 853.078125 554.59375 853.078125 c 1 + 554.59375 629.71875 554.59375 406.359375 554.59375 183 c 1 + 514.28125 183 473.96875 183 433.65625 183 c 1 + 360.6875 306.515625 287.71875 430.03125 214.75 553.546875 c 1 +754.28125 183 m 1 + 754.28125 406.359375 754.28125 629.71875 754.28125 853.078125 c 1 + 897.301757812 853.078125 1040.32324219 853.078125 1183.34375 853.078125 c 1 + 1183.34375 821.073242188 1183.34375 789.067382812 1183.34375 757.0625 c 1 + 1076.46875 757.0625 969.59375 757.0625 862.71875 757.0625 c 1 + 862.71875 694.979492188 862.71875 632.895507812 862.71875 570.8125 c 1 + 959.698242188 570.8125 1056.67675781 570.8125 1153.65625 570.8125 c 1 + 1153.65625 538.833007812 1153.65625 506.854492188 1153.65625 474.875 c 1 + 1056.67675781 474.875 959.698242188 474.875 862.71875 474.875 c 1 + 862.71875 409.588867188 862.71875 344.301757812 862.71875 279.015625 c 1 + 969.59375 279.015625 1076.46875 279.015625 1183.34375 279.015625 c 1 + 1183.34375 247.010742188 1183.34375 215.004882812 1183.34375 183 c 1 + 1040.32324219 183 897.301757812 183 754.28125 183 c 1 +1514.90625 171.515625 m 0 + 1458.5 171.515625 1410.6875 181.75 1371.3125 202.21875 c 0 + 1331.9375 222.6875 1298.1875 250.1875 1270.0625 284.796875 c 1 + 1295.01074219 308.15625 1319.95800781 331.515625 1344.90625 354.875 c 1 + 1368.65625 326.046875 1394.75 304.25 1423.1875 289.5625 c 0 + 1451.625 274.875 1484.125 267.453125 1520.6875 267.453125 c 0 + 1563.5 267.453125 1595.84375 277.0625 1617.5625 296.28125 c 0 + 1639.28125 315.5 1650.21875 341.4375 1650.21875 374.015625 c 0 + 1650.21875 400.265625 1642.5625 421.046875 1627.25 436.4375 c 0 + 1611.78125 451.828125 1584.59375 463.3125 1545.53125 470.96875 c 1 + 1525.6875 474.510742188 1505.84375 478.051757812 1486 481.59375 c 1 + 1420.84375 493.703125 1371.78125 515.1875 1339.125 545.890625 c 0 + 1306.46875 576.59375 1290.21875 618.859375 1290.21875 672.609375 c 0 + 1290.21875 702.0625 1295.84375 728.78125 1307.09375 752.765625 c 0 + 1318.1875 776.75 1333.96875 796.90625 1354.125 813.234375 c 0 + 1374.28125 829.5625 1398.65625 842.21875 1427.5625 851.125 c 0 + 1456.3125 860.109375 1488.65625 864.5625 1524.4375 864.5625 c 0 + 1575.0625 864.5625 1618.8125 855.8125 1656 838.234375 c 0 + 1693.03125 820.578125 1724.75 795.1875 1751 761.90625 c 1 + 1725.73925781 739.510742188 1700.47949219 717.114257812 1675.21875 694.71875 c 1 + 1657.875 717.0625 1636.78125 735.03125 1611.78125 748.46875 c 0 + 1586.9375 761.90625 1555.84375 768.625 1518.65625 768.625 c 0 + 1480.375 768.625 1450.53125 760.890625 1429.4375 745.578125 c 0 + 1408.34375 730.1875 1397.71875 707.765625 1397.71875 678.390625 c 0 + 1397.71875 650.1875 1406.3125 629.25 1423.65625 615.5 c 0 + 1441 601.75 1467.875 591.28125 1504.28125 584.25 c 1 + 1524.125 580.109375 1543.96875 575.96875 1563.8125 571.828125 c 1 + 1631 559.015625 1680.21875 537.21875 1711.15625 506.515625 c 0 + 1742.25 475.8125 1757.71875 433.546875 1757.71875 379.796875 c 0 + 1757.71875 348.46875 1752.25 319.953125 1741.46875 294.328125 c 0 + 1730.53125 268.78125 1714.75 246.828125 1693.96875 228.625 c 0 + 1673.03125 210.34375 1647.71875 196.28125 1617.5625 186.359375 c 0 + 1587.5625 176.4375 1553.1875 171.515625 1514.90625 171.515625 c 0 EndSplineSet EndChar StartChar: uniE123 Encoding: 57635 57635 36 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 91.1719<499.414 694.483 1066.72 1266.62> 109.404 83.5156<1082.67 1250.74> 140.107 89.2969<533.048 697.686> 379.17 94.0625<506.077 806.353> 397.373 87.3438<1075.55 1257.83> 657.686 88.2812<528.291 716.365> 669.17 92.1875<1073.85 1411.82> 1005.19 87.3438<549.317 716.57> 1256.67 94.0625<1075.17 1251.25> -VStem: 386.196 112.344<778.124 972.95> 727.681 113.281<-83.4778 106.427> 746.196 111.406<778.124 972.95> 926.665 113.281<-92.2969 80.715> 946.821 105.625<217.66 372.633> 1280.96 105.547<217.66 372.633 1041.52 1227.98> 1293.38 113.281<-92.2969 80.715> -DStem2: 401.274 99.795 491.509 142.061 0.0726244 0.997359<48.7072 286.444> 956.743 772.842 1073.85 761.357 0.752577 0.658505<80.5713 451.637> +VWidth: 1687 +Flags: W +HStem: -253.33 91.1719<499.414 694.483 1066.72 1266.62> 64.4043 83.5156<1082.67 1250.74> 95.1074 89.2969<533.048 697.686> 334.17 94.0625<506.077 806.353> 352.373 87.3438<1075.55 1257.83> 612.686 88.2812<528.291 716.365> 624.17 92.1875<1073.85 1411.82> 960.186 87.3438<549.317 716.57> 1211.67 94.0625<1075.17 1251.25> +VStem: 386.196 112.344<733.124 927.954> 727.681 113.281<-128.478 61.427> 746.196 111.406<733.124 927.954> 926.665 113.281<-137.297 35.7148> 946.821 105.625<172.66 327.633> 1280.96 105.547<172.66 327.633 996.52 1182.98> 1293.38 113.281<-137.297 35.7148> +DStem2: 401.274 54.7949 491.509 97.0605 0.0726244 0.997359<48.7072 286.444> 956.743 727.842 1073.85 716.357 0.752577 0.658505<80.5713 451.637> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 91.1719<499.414 694.483 1066.72 1266.62> 169.404 83.5156<1082.67 1250.74> 200.107 89.2969<533.048 697.686> 439.17 94.0625<506.077 806.353> 457.373 87.3438<1075.55 1257.83> 717.686 88.2812<528.291 716.365> 729.17 92.1875<1073.85 1411.82> 1065.19 87.3438<549.317 716.57> 1316.67 94.0625<1075.17 1251.25> -VStem: 386.196 112.344<838.124 1032.95> 727.681 113.281<-23.4778 166.427> 746.196 111.406<838.124 1032.95> 926.665 113.281<-32.2969 140.715> 946.821 105.625<277.66 432.633> 1280.96 105.547<277.66 432.633 1101.52 1287.98> 1293.38 113.281<-32.2969 140.715> -DStem2: 401.274 159.795 491.509 202.061 0.0726244 0.997359<48.7072 286.444> 956.743 832.842 1073.85 821.357 0.752577 0.658505<80.5713 451.637> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -806.352539062 379.169921875 m 1xb1e0 - 707.16015625 379.169921875 607.966796875 379.169921875 508.774414062 379.169921875 c 1 - 503.01953125 300.133789062 497.263671875 221.096679688 491.508789062 142.060546875 c 1 - 493.748046875 142.060546875 495.98828125 142.060546875 498.227539062 142.060546875 c 1 - 505.883789062 155.498046875 513.930664062 167.451171875 522.211914062 177.998046875 c 0 - 530.571289062 188.623046875 540.102539062 197.685546875 551.040039062 205.419921875 c 0 - 561.899414062 213.076171875 574.399414062 219.013671875 588.461914062 223.154296875 c 0 - 602.524414062 227.294921875 619.165039062 229.404296875 638.383789062 229.404296875 c 0 - 667.211914062 229.404296875 693.930664062 224.560546875 718.540039062 215.029296875 c 0 - 743.149414062 205.419921875 764.633789062 191.669921875 782.836914062 173.701171875 c 0 - 801.118164062 155.810546875 815.336914062 133.857421875 825.571289062 107.919921875 c 0 - 835.805664062 82.060546875 840.961914062 52.763671875 840.961914062 20.107421875 c 0 - 840.961914062 -13.173828125 835.649414062 -43.876953125 825.102539062 -72.080078125 c 0 - 814.555664062 -100.205078125 799.008789062 -124.345703125 778.540039062 -144.501953125 c 0 - 758.071289062 -164.658203125 732.915039062 -180.361328125 703.149414062 -191.533203125 c 0 - 673.383789062 -202.783203125 639.633789062 -208.330078125 601.899414062 -208.330078125 c 0 - 571.821289062 -208.330078125 545.258789062 -204.970703125 522.211914062 -198.251953125 c 0 - 499.165039062 -191.533203125 478.852539062 -182.626953125 461.274414062 -171.376953125 c 0 - 443.618164062 -160.205078125 428.305664062 -147.392578125 415.180664062 -133.017578125 c 0 - 402.055664062 -118.642578125 390.415039062 -103.720703125 380.102539062 -88.330078125 c 1 - 406.352539062 -67.548828125 432.602539062 -46.767578125 458.852539062 -25.986328125 c 1 - 467.211914062 -39.423828125 475.805664062 -51.533203125 484.790039062 -62.470703125 c 0 - 493.774414062 -73.330078125 504.008789062 -82.939453125 515.493164062 -91.220703125 c 0 - 526.977539062 -99.580078125 539.946289062 -105.986328125 554.399414062 -110.439453125 c 0 - 568.774414062 -114.892578125 585.258789062 -117.158203125 603.852539062 -117.158203125 c 0 - 643.461914062 -117.158203125 674.086914062 -106.298828125 695.493164062 -84.501953125 c 0 - 716.899414062 -62.783203125 727.680664062 -32.705078125 727.680664062 5.732421875 c 1 - 727.680664062 9.560546875 727.680664062 13.388671875 727.680664062 17.216796875 c 1 - 727.680664062 55.654296875 716.899414062 85.732421875 695.493164062 107.451171875 c 0 - 674.086914062 129.248046875 643.461914062 140.107421875 603.852539062 140.107421875 c 0 - 575.024414062 140.107421875 551.977539062 134.638671875 534.711914062 123.779296875 c 0 - 517.446289062 112.919921875 502.680664062 100.732421875 490.571289062 87.294921875 c 1 - 460.805664062 91.4619140625 431.040039062 95.6279296875 401.274414062 99.794921875 c 1 - 409.58203125 224.274414062 417.888671875 348.752929688 426.196289062 473.232421875 c 1 - 552.915039062 473.232421875 679.633789062 473.232421875 806.352539062 473.232421875 c 1 - 806.352539062 441.877929688 806.352539062 410.524414062 806.352539062 379.169921875 c 1xb1e0 -1166.66503906 -208.330078125 m 256 - 1127.68066406 -208.330078125 1093.22753906 -203.408203125 1063.46191406 -193.486328125 c 0 - 1033.77441406 -183.564453125 1008.77441406 -169.970703125 988.618164062 -152.705078125 c 0 - 968.461914062 -135.439453125 953.071289062 -114.892578125 942.524414062 -91.220703125 c 0 - 931.977539062 -67.548828125 926.665039062 -42.001953125 926.665039062 -14.423828125 c 0x89c9 - 926.665039062 30.341796875 939.008789062 66.357421875 963.618164062 93.544921875 c 0 - 988.305664062 120.732421875 1020.80566406 139.794921875 1061.11816406 150.654296875 c 1 - 1061.11816406 153.232421875 1061.11816406 155.810546875 1061.11816406 158.388671875 c 1 - 1026.50878906 170.498046875 998.852539062 189.716796875 978.071289062 215.966796875 c 0 - 957.290039062 242.216796875 946.821289062 274.482421875 946.821289062 312.919921875 c 0 - 946.821289062 338.544921875 951.821289062 361.904296875 961.743164062 382.998046875 c 0 - 971.665039062 404.091796875 985.883789062 422.216796875 1004.47753906 437.216796875 c 0 - 1022.99316406 452.294921875 1046.04003906 463.935546875 1073.54003906 472.294921875 c 0 - 1101.11816406 480.576171875 1132.13378906 484.716796875 1166.66503906 484.716796875 c 256 - 1201.27441406 484.716796875 1232.29003906 480.576171875 1259.79003906 472.294921875 c 0 - 1287.36816406 463.935546875 1310.41503906 452.294921875 1328.93066406 437.216796875 c 0 - 1347.52441406 422.216796875 1361.74316406 404.091796875 1371.66503906 382.998046875 c 0 - 1381.58691406 361.904296875 1386.50878906 338.544921875 1386.50878906 312.919921875 c 0x89c6 - 1386.50878906 274.482421875 1376.11816406 242.216796875 1355.33691406 215.966796875 c 0 - 1334.55566406 189.716796875 1306.82128906 170.498046875 1272.29003906 158.388671875 c 1 - 1272.29003906 155.810546875 1272.29003906 153.232421875 1272.29003906 150.654296875 c 1 - 1312.60253906 139.794921875 1345.10253906 120.732421875 1369.71191406 93.544921875 c 0 - 1394.39941406 66.357421875 1406.66503906 30.341796875 1406.66503906 -14.423828125 c 0x89c1 - 1406.66503906 -42.001953125 1401.43066406 -67.548828125 1390.88378906 -91.220703125 c 0 - 1380.25878906 -114.892578125 1364.94628906 -135.439453125 1344.79003906 -152.705078125 c 0 - 1324.63378906 -169.970703125 1299.63378906 -183.564453125 1269.86816406 -193.486328125 c 0 - 1240.10253906 -203.408203125 1205.72753906 -208.330078125 1166.66503906 -208.330078125 c 256 -1166.66503906 -120.986328125 m 256 - 1206.97753906 -120.986328125 1238.22753906 -111.689453125 1260.25878906 -93.173828125 c 0 - 1282.36816406 -74.580078125 1293.38378906 -48.720703125 1293.38378906 -15.439453125 c 1 - 1293.38378906 -9.033203125 1293.38378906 -2.626953125 1293.38378906 3.779296875 c 1 - 1293.38378906 37.060546875 1282.36816406 62.998046875 1260.25878906 81.591796875 c 0 - 1238.22753906 100.107421875 1206.97753906 109.404296875 1166.66503906 109.404296875 c 256xc1c9 - 1126.35253906 109.404296875 1095.18066406 100.107421875 1073.07128906 81.591796875 c 0 - 1051.04003906 62.998046875 1039.94628906 37.060546875 1039.94628906 3.779296875 c 1 - 1039.94628906 -2.626953125 1039.94628906 -9.033203125 1039.94628906 -15.439453125 c 1 - 1039.94628906 -48.720703125 1051.04003906 -74.580078125 1073.07128906 -93.173828125 c 0 - 1095.18066406 -111.689453125 1126.35253906 -120.986328125 1166.66503906 -120.986328125 c 256 -1166.66503906 192.919921875 m 256 - 1203.85253906 192.919921875 1232.13378906 200.888671875 1251.66503906 216.904296875 c 0 - 1271.19628906 232.919921875 1280.96191406 256.279296875 1280.96191406 286.982421875 c 1 - 1280.96191406 292.424804688 1280.96191406 297.868164062 1280.96191406 303.310546875 c 1 - 1280.96191406 334.013671875 1271.19628906 357.373046875 1251.66503906 373.388671875 c 0 - 1232.13378906 389.404296875 1203.85253906 397.373046875 1166.66503906 397.373046875 c 256 - 1129.55566406 397.373046875 1101.27441406 389.404296875 1081.74316406 373.388671875 c 0 - 1062.21191406 357.373046875 1052.44628906 334.013671875 1052.44628906 303.310546875 c 1 - 1052.44628906 297.868164062 1052.44628906 292.424804688 1052.44628906 286.982421875 c 1xc9c6 - 1052.44628906 256.279296875 1062.21191406 232.919921875 1081.74316406 216.904296875 c 0 - 1101.27441406 200.888671875 1129.55566406 192.919921875 1166.66503906 192.919921875 c 256 -622.368164062 657.685546875 m 0x85d0 - 585.258789062 657.685546875 552.133789062 663.701171875 522.993164062 675.888671875 c 0 - 493.852539062 688.076171875 469.243164062 705.498046875 449.086914062 728.232421875 c 0 - 428.930664062 750.966796875 413.383789062 778.310546875 402.524414062 810.263671875 c 0 - 391.665039062 842.294921875 386.196289062 878.466796875 386.196289062 918.779296875 c 0 - 386.196289062 967.373046875 393.540039062 1013.15429688 408.305664062 1056.04492188 c 0 - 422.993164062 1098.93554688 441.899414062 1138.31054688 464.946289062 1174.09179688 c 0 - 487.993164062 1209.95117188 513.696289062 1241.82617188 542.211914062 1269.63867188 c 0 - 570.649414062 1297.45117188 598.696289062 1320.65429688 626.196289062 1339.24804688 c 1 - 674.19140625 1339.24804688 722.185546875 1339.24804688 770.180664062 1339.24804688 c 1 - 732.446289062 1311.74804688 698.540039062 1285.18554688 668.461914062 1259.56054688 c 0 - 638.383789062 1233.93554688 612.133789062 1207.76367188 589.711914062 1180.88867188 c 0 - 567.290039062 1153.93554688 548.618164062 1125.49804688 533.540039062 1095.41992188 c 0 - 518.540039062 1065.34179688 506.821289062 1032.37304688 498.540039062 996.513671875 c 1 - 500.779296875 995.888671875 503.01953125 995.263671875 505.258789062 994.638671875 c 1 - 512.290039062 1008.07617188 520.415039062 1020.65429688 529.711914062 1032.52929688 c 0 - 539.008789062 1044.40429688 549.868164062 1054.79492188 562.368164062 1063.70117188 c 0 - 574.868164062 1072.68554688 589.086914062 1079.71679688 605.102539062 1084.87304688 c 0 - 621.118164062 1089.95117188 639.633789062 1092.52929688 660.727539062 1092.52929688 c 0 - 688.930664062 1092.52929688 715.024414062 1087.76367188 739.008789062 1078.15429688 c 0 - 762.993164062 1068.54492188 783.774414062 1054.63867188 801.430664062 1036.35742188 c 0 - 819.008789062 1018.15429688 832.758789062 996.201171875 842.680664062 970.576171875 c 0 - 852.602539062 945.029296875 857.602539062 916.513671875 857.602539062 885.185546875 c 0 - 857.602539062 851.279296875 851.977539062 820.341796875 840.727539062 792.529296875 c 0 - 829.555664062 764.716796875 813.696289062 740.888671875 793.227539062 721.044921875 c 0 - 772.758789062 701.201171875 747.993164062 685.654296875 718.852539062 674.482421875 c 0 - 689.711914062 663.232421875 657.602539062 657.685546875 622.368164062 657.685546875 c 0x85d0 -622.368164062 745.966796875 m 256 - 661.430664062 745.966796875 691.821289062 756.357421875 713.540039062 777.138671875 c 0 - 735.336914062 797.998046875 746.196289062 828.544921875 746.196289062 868.857421875 c 1 - 746.196289062 873.336914062 746.196289062 877.815429688 746.196289062 882.294921875 c 1 - 746.196289062 922.607421875 735.336914062 953.154296875 713.540039062 973.935546875 c 0 - 691.821289062 994.794921875 661.430664062 1005.18554688 622.368164062 1005.18554688 c 256 - 583.305664062 1005.18554688 552.915039062 994.794921875 531.196289062 973.935546875 c 0 - 509.399414062 953.154296875 498.540039062 922.607421875 498.540039062 882.294921875 c 1 - 498.540039062 877.815429688 498.540039062 873.336914062 498.540039062 868.857421875 c 1 - 498.540039062 828.544921875 509.399414062 797.998046875 531.196289062 777.138671875 c 0 - 552.915039062 756.357421875 583.305664062 745.966796875 622.368164062 745.966796875 c 256 -1411.82128906 669.169921875 m 1x83c0 - 1260.12890625 669.169921875 1108.43554688 669.169921875 956.743164062 669.169921875 c 1 - 956.743164062 703.727539062 956.743164062 738.284179688 956.743164062 772.841796875 c 1 - 1028.12304688 836.513671875 1099.50390625 900.185546875 1170.88378906 963.857421875 c 1 - 1204.79003906 994.638671875 1230.88378906 1023.85742188 1249.08691406 1051.74804688 c 0 - 1267.29003906 1079.56054688 1276.43066406 1108.85742188 1276.43066406 1139.56054688 c 1 - 1276.43066406 1143.72753906 1276.43066406 1147.89355469 1276.43066406 1152.06054688 c 1 - 1276.43066406 1184.71679688 1266.66503906 1210.26367188 1247.13378906 1228.85742188 c 0 - 1227.68066406 1247.37304688 1201.27441406 1256.66992188 1167.99316406 1256.66992188 c 0 - 1149.39941406 1256.66992188 1133.22753906 1253.93554688 1119.47753906 1248.54492188 c 0 - 1105.72753906 1243.07617188 1093.69628906 1235.57617188 1083.46191406 1225.96679688 c 0 - 1073.22753906 1216.35742188 1064.79003906 1205.18554688 1058.07128906 1192.37304688 c 0 - 1051.35253906 1179.56054688 1046.04003906 1165.81054688 1042.21191406 1151.12304688 c 1 - 1010.51953125 1163.28417969 978.826171875 1175.44628906 947.133789062 1187.60742188 c 1 - 954.243164062 1208.70117188 963.774414062 1229.01367188 975.961914062 1248.54492188 c 0 - 988.149414062 1268.07617188 1003.46191406 1285.49804688 1022.05566406 1300.88867188 c 0 - 1040.57128906 1316.20117188 1062.52441406 1328.38867188 1087.83691406 1337.29492188 c 0 - 1113.07128906 1346.27929688 1142.68066406 1350.73242188 1176.58691406 1350.73242188 c 256 - 1210.49316406 1350.73242188 1240.96191406 1345.81054688 1267.83691406 1335.88867188 c 0 - 1294.71191406 1325.96679688 1317.21191406 1312.21679688 1335.49316406 1294.63867188 c 0 - 1353.69628906 1276.98242188 1367.68066406 1256.04492188 1377.21191406 1231.74804688 c 0 - 1386.82128906 1207.37304688 1391.66503906 1180.88867188 1391.66503906 1152.06054688 c 0 - 1391.66503906 1125.18554688 1387.52441406 1100.18554688 1379.16503906 1077.13867188 c 0 - 1370.88378906 1054.09179688 1359.32128906 1032.37304688 1344.63378906 1011.90429688 c 0 - 1329.86816406 991.435546875 1312.75878906 971.904296875 1293.22753906 953.310546875 c 0 - 1273.69628906 934.794921875 1253.07128906 915.888671875 1231.35253906 896.669921875 c 1 - 1178.85253906 851.565429688 1126.35253906 806.461914062 1073.85253906 761.357421875 c 1 - 1186.50878906 761.357421875 1299.16503906 761.357421875 1411.82128906 761.357421875 c 1 - 1411.82128906 730.627929688 1411.82128906 699.899414062 1411.82128906 669.169921875 c 1x83c0 +806.352539062 334.169921875 m 1xb1e0 + 707.16015625 334.169921875 607.966796875 334.169921875 508.774414062 334.169921875 c 1 + 503.01953125 255.133789062 497.263671875 176.096679688 491.508789062 97.060546875 c 1 + 493.748046875 97.060546875 495.98828125 97.060546875 498.227539062 97.060546875 c 1 + 505.883789062 110.498046875 513.930664062 122.451171875 522.211914062 132.998046875 c 0 + 530.571289062 143.623046875 540.102539062 152.685546875 551.040039062 160.419921875 c 0 + 561.899414062 168.076171875 574.399414062 174.013671875 588.461914062 178.154296875 c 0 + 602.524414062 182.294921875 619.165039062 184.404296875 638.383789062 184.404296875 c 0 + 667.211914062 184.404296875 693.930664062 179.560546875 718.540039062 170.029296875 c 0 + 743.149414062 160.419921875 764.633789062 146.669921875 782.836914062 128.701171875 c 0 + 801.118164062 110.810546875 815.336914062 88.857421875 825.571289062 62.919921875 c 0 + 835.805664062 37.060546875 840.961914062 7.763671875 840.961914062 -24.892578125 c 0 + 840.961914062 -58.173828125 835.649414062 -88.876953125 825.102539062 -117.080078125 c 0 + 814.555664062 -145.205078125 799.008789062 -169.345703125 778.540039062 -189.501953125 c 0 + 758.071289062 -209.658203125 732.915039062 -225.361328125 703.149414062 -236.533203125 c 0 + 673.383789062 -247.783203125 639.633789062 -253.330078125 601.899414062 -253.330078125 c 0 + 571.821289062 -253.330078125 545.258789062 -249.970703125 522.211914062 -243.251953125 c 0 + 499.165039062 -236.533203125 478.852539062 -227.626953125 461.274414062 -216.376953125 c 0 + 443.618164062 -205.205078125 428.305664062 -192.392578125 415.180664062 -178.017578125 c 0 + 402.055664062 -163.642578125 390.415039062 -148.720703125 380.102539062 -133.330078125 c 1 + 406.352539062 -112.548828125 432.602539062 -91.767578125 458.852539062 -70.986328125 c 1 + 467.211914062 -84.423828125 475.805664062 -96.533203125 484.790039062 -107.470703125 c 0 + 493.774414062 -118.330078125 504.008789062 -127.939453125 515.493164062 -136.220703125 c 0 + 526.977539062 -144.580078125 539.946289062 -150.986328125 554.399414062 -155.439453125 c 0 + 568.774414062 -159.892578125 585.258789062 -162.158203125 603.852539062 -162.158203125 c 0 + 643.461914062 -162.158203125 674.086914062 -151.298828125 695.493164062 -129.501953125 c 0 + 716.899414062 -107.783203125 727.680664062 -77.705078125 727.680664062 -39.267578125 c 1 + 727.680664062 -35.439453125 727.680664062 -31.611328125 727.680664062 -27.783203125 c 1 + 727.680664062 10.654296875 716.899414062 40.732421875 695.493164062 62.451171875 c 0 + 674.086914062 84.248046875 643.461914062 95.107421875 603.852539062 95.107421875 c 0 + 575.024414062 95.107421875 551.977539062 89.638671875 534.711914062 78.779296875 c 0 + 517.446289062 67.919921875 502.680664062 55.732421875 490.571289062 42.294921875 c 1 + 460.805664062 46.4619140625 431.040039062 50.6279296875 401.274414062 54.794921875 c 1 + 409.58203125 179.274414062 417.888671875 303.752929688 426.196289062 428.232421875 c 1 + 552.915039062 428.232421875 679.633789062 428.232421875 806.352539062 428.232421875 c 1 + 806.352539062 396.877929688 806.352539062 365.524414062 806.352539062 334.169921875 c 1xb1e0 +1166.66503906 -253.330078125 m 256 + 1127.68066406 -253.330078125 1093.22753906 -248.408203125 1063.46191406 -238.486328125 c 0 + 1033.77441406 -228.564453125 1008.77441406 -214.970703125 988.618164062 -197.705078125 c 0 + 968.461914062 -180.439453125 953.071289062 -159.892578125 942.524414062 -136.220703125 c 0 + 931.977539062 -112.548828125 926.665039062 -87.001953125 926.665039062 -59.423828125 c 0x89c9 + 926.665039062 -14.658203125 939.008789062 21.357421875 963.618164062 48.544921875 c 0 + 988.305664062 75.732421875 1020.80566406 94.794921875 1061.11816406 105.654296875 c 1 + 1061.11816406 108.232421875 1061.11816406 110.810546875 1061.11816406 113.388671875 c 1 + 1026.50878906 125.498046875 998.852539062 144.716796875 978.071289062 170.966796875 c 0 + 957.290039062 197.216796875 946.821289062 229.482421875 946.821289062 267.919921875 c 0 + 946.821289062 293.544921875 951.821289062 316.904296875 961.743164062 337.998046875 c 0 + 971.665039062 359.091796875 985.883789062 377.216796875 1004.47753906 392.216796875 c 0 + 1022.99316406 407.294921875 1046.04003906 418.935546875 1073.54003906 427.294921875 c 0 + 1101.11816406 435.576171875 1132.13378906 439.716796875 1166.66503906 439.716796875 c 256 + 1201.27441406 439.716796875 1232.29003906 435.576171875 1259.79003906 427.294921875 c 0 + 1287.36816406 418.935546875 1310.41503906 407.294921875 1328.93066406 392.216796875 c 0 + 1347.52441406 377.216796875 1361.74316406 359.091796875 1371.66503906 337.998046875 c 0 + 1381.58691406 316.904296875 1386.50878906 293.544921875 1386.50878906 267.919921875 c 0x89c6 + 1386.50878906 229.482421875 1376.11816406 197.216796875 1355.33691406 170.966796875 c 0 + 1334.55566406 144.716796875 1306.82128906 125.498046875 1272.29003906 113.388671875 c 1 + 1272.29003906 110.810546875 1272.29003906 108.232421875 1272.29003906 105.654296875 c 1 + 1312.60253906 94.794921875 1345.10253906 75.732421875 1369.71191406 48.544921875 c 0 + 1394.39941406 21.357421875 1406.66503906 -14.658203125 1406.66503906 -59.423828125 c 0x89c1 + 1406.66503906 -87.001953125 1401.43066406 -112.548828125 1390.88378906 -136.220703125 c 0 + 1380.25878906 -159.892578125 1364.94628906 -180.439453125 1344.79003906 -197.705078125 c 0 + 1324.63378906 -214.970703125 1299.63378906 -228.564453125 1269.86816406 -238.486328125 c 0 + 1240.10253906 -248.408203125 1205.72753906 -253.330078125 1166.66503906 -253.330078125 c 256 +1166.66503906 -165.986328125 m 256 + 1206.97753906 -165.986328125 1238.22753906 -156.689453125 1260.25878906 -138.173828125 c 0 + 1282.36816406 -119.580078125 1293.38378906 -93.720703125 1293.38378906 -60.439453125 c 1 + 1293.38378906 -54.033203125 1293.38378906 -47.626953125 1293.38378906 -41.220703125 c 1 + 1293.38378906 -7.939453125 1282.36816406 17.998046875 1260.25878906 36.591796875 c 0 + 1238.22753906 55.107421875 1206.97753906 64.404296875 1166.66503906 64.404296875 c 256xc1c9 + 1126.35253906 64.404296875 1095.18066406 55.107421875 1073.07128906 36.591796875 c 0 + 1051.04003906 17.998046875 1039.94628906 -7.939453125 1039.94628906 -41.220703125 c 1 + 1039.94628906 -47.626953125 1039.94628906 -54.033203125 1039.94628906 -60.439453125 c 1 + 1039.94628906 -93.720703125 1051.04003906 -119.580078125 1073.07128906 -138.173828125 c 0 + 1095.18066406 -156.689453125 1126.35253906 -165.986328125 1166.66503906 -165.986328125 c 256 +1166.66503906 147.919921875 m 256 + 1203.85253906 147.919921875 1232.13378906 155.888671875 1251.66503906 171.904296875 c 0 + 1271.19628906 187.919921875 1280.96191406 211.279296875 1280.96191406 241.982421875 c 1 + 1280.96191406 247.424804688 1280.96191406 252.868164062 1280.96191406 258.310546875 c 1 + 1280.96191406 289.013671875 1271.19628906 312.373046875 1251.66503906 328.388671875 c 0 + 1232.13378906 344.404296875 1203.85253906 352.373046875 1166.66503906 352.373046875 c 256 + 1129.55566406 352.373046875 1101.27441406 344.404296875 1081.74316406 328.388671875 c 0 + 1062.21191406 312.373046875 1052.44628906 289.013671875 1052.44628906 258.310546875 c 1 + 1052.44628906 252.868164062 1052.44628906 247.424804688 1052.44628906 241.982421875 c 1xc9c6 + 1052.44628906 211.279296875 1062.21191406 187.919921875 1081.74316406 171.904296875 c 0 + 1101.27441406 155.888671875 1129.55566406 147.919921875 1166.66503906 147.919921875 c 256 +622.368164062 612.685546875 m 0x85d0 + 585.258789062 612.685546875 552.133789062 618.701171875 522.993164062 630.888671875 c 0 + 493.852539062 643.076171875 469.243164062 660.498046875 449.086914062 683.232421875 c 0 + 428.930664062 705.966796875 413.383789062 733.310546875 402.524414062 765.263671875 c 0 + 391.665039062 797.294921875 386.196289062 833.466796875 386.196289062 873.779296875 c 0 + 386.196289062 922.373046875 393.540039062 968.154296875 408.305664062 1011.04492188 c 0 + 422.993164062 1053.93554688 441.899414062 1093.31054688 464.946289062 1129.09179688 c 0 + 487.993164062 1164.95117188 513.696289062 1196.82617188 542.211914062 1224.63867188 c 0 + 570.649414062 1252.45117188 598.696289062 1275.65429688 626.196289062 1294.24804688 c 1 + 674.19140625 1294.24804688 722.185546875 1294.24804688 770.180664062 1294.24804688 c 1 + 732.446289062 1266.74804688 698.540039062 1240.18554688 668.461914062 1214.56054688 c 0 + 638.383789062 1188.93554688 612.133789062 1162.76367188 589.711914062 1135.88867188 c 0 + 567.290039062 1108.93554688 548.618164062 1080.49804688 533.540039062 1050.41992188 c 0 + 518.540039062 1020.34179688 506.821289062 987.373046875 498.540039062 951.513671875 c 1 + 500.779296875 950.888671875 503.01953125 950.263671875 505.258789062 949.638671875 c 1 + 512.290039062 963.076171875 520.415039062 975.654296875 529.711914062 987.529296875 c 0 + 539.008789062 999.404296875 549.868164062 1009.79492188 562.368164062 1018.70117188 c 0 + 574.868164062 1027.68554688 589.086914062 1034.71679688 605.102539062 1039.87304688 c 0 + 621.118164062 1044.95117188 639.633789062 1047.52929688 660.727539062 1047.52929688 c 0 + 688.930664062 1047.52929688 715.024414062 1042.76367188 739.008789062 1033.15429688 c 0 + 762.993164062 1023.54492188 783.774414062 1009.63867188 801.430664062 991.357421875 c 0 + 819.008789062 973.154296875 832.758789062 951.201171875 842.680664062 925.576171875 c 0 + 852.602539062 900.029296875 857.602539062 871.513671875 857.602539062 840.185546875 c 0 + 857.602539062 806.279296875 851.977539062 775.341796875 840.727539062 747.529296875 c 0 + 829.555664062 719.716796875 813.696289062 695.888671875 793.227539062 676.044921875 c 0 + 772.758789062 656.201171875 747.993164062 640.654296875 718.852539062 629.482421875 c 0 + 689.711914062 618.232421875 657.602539062 612.685546875 622.368164062 612.685546875 c 0x85d0 +622.368164062 700.966796875 m 256 + 661.430664062 700.966796875 691.821289062 711.357421875 713.540039062 732.138671875 c 0 + 735.336914062 752.998046875 746.196289062 783.544921875 746.196289062 823.857421875 c 1 + 746.196289062 828.336914062 746.196289062 832.815429688 746.196289062 837.294921875 c 1 + 746.196289062 877.607421875 735.336914062 908.154296875 713.540039062 928.935546875 c 0 + 691.821289062 949.794921875 661.430664062 960.185546875 622.368164062 960.185546875 c 256 + 583.305664062 960.185546875 552.915039062 949.794921875 531.196289062 928.935546875 c 0 + 509.399414062 908.154296875 498.540039062 877.607421875 498.540039062 837.294921875 c 1 + 498.540039062 832.815429688 498.540039062 828.336914062 498.540039062 823.857421875 c 1 + 498.540039062 783.544921875 509.399414062 752.998046875 531.196289062 732.138671875 c 0 + 552.915039062 711.357421875 583.305664062 700.966796875 622.368164062 700.966796875 c 256 +1411.82128906 624.169921875 m 1x83c0 + 1260.12890625 624.169921875 1108.43554688 624.169921875 956.743164062 624.169921875 c 1 + 956.743164062 658.727539062 956.743164062 693.284179688 956.743164062 727.841796875 c 1 + 1028.12304688 791.513671875 1099.50390625 855.185546875 1170.88378906 918.857421875 c 1 + 1204.79003906 949.638671875 1230.88378906 978.857421875 1249.08691406 1006.74804688 c 0 + 1267.29003906 1034.56054688 1276.43066406 1063.85742188 1276.43066406 1094.56054688 c 1 + 1276.43066406 1098.72753906 1276.43066406 1102.89355469 1276.43066406 1107.06054688 c 1 + 1276.43066406 1139.71679688 1266.66503906 1165.26367188 1247.13378906 1183.85742188 c 0 + 1227.68066406 1202.37304688 1201.27441406 1211.66992188 1167.99316406 1211.66992188 c 0 + 1149.39941406 1211.66992188 1133.22753906 1208.93554688 1119.47753906 1203.54492188 c 0 + 1105.72753906 1198.07617188 1093.69628906 1190.57617188 1083.46191406 1180.96679688 c 0 + 1073.22753906 1171.35742188 1064.79003906 1160.18554688 1058.07128906 1147.37304688 c 0 + 1051.35253906 1134.56054688 1046.04003906 1120.81054688 1042.21191406 1106.12304688 c 1 + 1010.51953125 1118.28417969 978.826171875 1130.44628906 947.133789062 1142.60742188 c 1 + 954.243164062 1163.70117188 963.774414062 1184.01367188 975.961914062 1203.54492188 c 0 + 988.149414062 1223.07617188 1003.46191406 1240.49804688 1022.05566406 1255.88867188 c 0 + 1040.57128906 1271.20117188 1062.52441406 1283.38867188 1087.83691406 1292.29492188 c 0 + 1113.07128906 1301.27929688 1142.68066406 1305.73242188 1176.58691406 1305.73242188 c 256 + 1210.49316406 1305.73242188 1240.96191406 1300.81054688 1267.83691406 1290.88867188 c 0 + 1294.71191406 1280.96679688 1317.21191406 1267.21679688 1335.49316406 1249.63867188 c 0 + 1353.69628906 1231.98242188 1367.68066406 1211.04492188 1377.21191406 1186.74804688 c 0 + 1386.82128906 1162.37304688 1391.66503906 1135.88867188 1391.66503906 1107.06054688 c 0 + 1391.66503906 1080.18554688 1387.52441406 1055.18554688 1379.16503906 1032.13867188 c 0 + 1370.88378906 1009.09179688 1359.32128906 987.373046875 1344.63378906 966.904296875 c 0 + 1329.86816406 946.435546875 1312.75878906 926.904296875 1293.22753906 908.310546875 c 0 + 1273.69628906 889.794921875 1253.07128906 870.888671875 1231.35253906 851.669921875 c 1 + 1178.85253906 806.565429688 1126.35253906 761.461914062 1073.85253906 716.357421875 c 1 + 1186.50878906 716.357421875 1299.16503906 716.357421875 1411.82128906 716.357421875 c 1 + 1411.82128906 685.627929688 1411.82128906 654.899414062 1411.82128906 624.169921875 c 1x83c0 EndSplineSet EndChar StartChar: uniE124 Encoding: 57636 57636 37 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 91.1719<1068.73 1263.8> 49.873 87.3438<519.871 687.162> 140.107 89.2969<1102.37 1267.01> 379.17 94.0625<1075.4 1375.67> 396.436 88.2812<519.85 708.188> 657.686 88.2812<529.488 717.562> 669.17 92.1875<1075.05 1413.02> 1005.19 87.3438<550.514 717.767> 1256.67 94.0625<1076.36 1252.45> -VStem: 378.877 111.406<169.448 364.279 780.299 970.95> 737.939 112.344<169.448 364.279 778.124 972.95> 1277.63 115.233<1035.46 1227.98> 1297 113.281<-83.4778 106.427> -DStem2: 957.939 772.842 1075.05 761.357 0.752575 0.658506<80.5711 451.636> 970.596 99.795 1060.83 142.061 0.0726286 0.997359<48.7076 286.445> +VWidth: 1687 +Flags: W +HStem: -253.33 91.1719<1068.73 1263.8> 4.87305 87.3438<519.871 687.162> 95.1074 89.2969<1102.37 1267.01> 334.17 94.0625<1075.4 1375.67> 351.436 88.2812<519.85 708.188> 612.686 88.2812<529.488 717.562> 624.17 92.1875<1075.05 1413.02> 960.186 87.3438<550.514 717.767> 1211.67 94.0625<1076.36 1252.45> +VStem: 378.877 111.406<124.448 319.279 735.299 925.949> 737.939 112.344<124.448 319.279 733.124 927.954> 1277.63 115.233<990.463 1182.98> 1297 113.281<-128.478 61.427> +DStem2: 957.939 727.842 1075.05 716.357 0.752575 0.658506<80.5711 451.636> 970.596 54.7949 1060.83 97.0605 0.0726286 0.997359<48.7076 286.445> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 91.1719<1068.73 1263.8> 109.873 87.3438<519.871 687.162> 200.107 89.2969<1102.37 1267.01> 439.17 94.0625<1075.4 1375.67> 456.436 88.2812<519.85 708.188> 717.686 88.2812<529.488 717.562> 729.17 92.1875<1075.05 1413.02> 1065.19 87.3438<550.514 717.767> 1316.67 94.0625<1076.36 1252.45> -VStem: 378.877 111.406<229.448 424.279 840.299 1030.95> 737.939 112.344<229.448 424.279 838.124 1032.95> 1277.63 115.233<1095.46 1287.98> 1297 113.281<-23.4778 166.427> -DStem2: 957.939 832.842 1075.05 821.357 0.752575 0.658506<80.5711 451.636> 970.596 159.795 1060.83 202.061 0.0726286 0.997359<48.7076 286.445> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -850.283203125 223.623046875 m 0xe9e0 - 850.283203125 175.029296875 842.861328125 129.248046875 828.173828125 86.357421875 c 0 - 813.486328125 43.466796875 794.580078125 4.091796875 771.533203125 -31.689453125 c 0 - 748.486328125 -67.548828125 722.705078125 -99.580078125 694.267578125 -127.705078125 c 0 - 665.751953125 -155.908203125 637.783203125 -178.955078125 610.283203125 -196.845703125 c 1 - 562.26171875 -196.845703125 514.241210938 -196.845703125 466.220703125 -196.845703125 c 1 - 504.033203125 -169.345703125 537.939453125 -142.783203125 568.017578125 -117.158203125 c 0 - 598.095703125 -91.533203125 624.345703125 -65.361328125 646.767578125 -38.408203125 c 0 - 669.111328125 -11.533203125 687.861328125 16.904296875 702.861328125 46.982421875 c 0 - 717.939453125 77.060546875 729.580078125 110.029296875 737.939453125 145.888671875 c 1 - 735.69921875 146.513671875 733.459960938 147.138671875 731.220703125 147.763671875 c 1 - 724.189453125 134.326171875 715.986328125 121.748046875 706.767578125 109.873046875 c 0 - 697.470703125 97.998046875 686.611328125 87.607421875 674.111328125 78.701171875 c 0 - 661.611328125 69.716796875 647.392578125 62.685546875 631.376953125 57.529296875 c 0 - 615.361328125 52.451171875 596.845703125 49.873046875 575.673828125 49.873046875 c 0 - 547.548828125 49.873046875 521.455078125 54.638671875 497.470703125 64.248046875 c 0 - 473.486328125 73.857421875 452.626953125 87.763671875 435.048828125 106.044921875 c 0 - 417.470703125 124.248046875 403.720703125 146.044921875 393.798828125 171.279296875 c 0 - 383.876953125 196.591796875 378.876953125 225.263671875 378.876953125 257.216796875 c 0 - 378.876953125 290.498046875 384.501953125 321.201171875 395.673828125 349.404296875 c 0 - 406.923828125 377.529296875 422.705078125 401.591796875 443.251953125 421.357421875 c 0 - 463.720703125 441.201171875 488.330078125 456.748046875 517.158203125 467.919921875 c 0 - 545.908203125 479.169921875 578.251953125 484.716796875 614.111328125 484.716796875 c 0 - 651.220703125 484.716796875 684.345703125 478.701171875 713.486328125 466.513671875 c 0 - 742.548828125 454.326171875 767.236328125 436.904296875 787.392578125 414.169921875 c 0 - 807.548828125 391.435546875 823.095703125 364.091796875 833.955078125 332.138671875 c 0 - 844.814453125 300.107421875 850.283203125 263.935546875 850.283203125 223.623046875 c 0xe9e0 -614.111328125 137.216796875 m 256 - 653.173828125 137.216796875 683.564453125 147.607421875 705.283203125 168.466796875 c 0 - 727.080078125 189.248046875 737.939453125 219.794921875 737.939453125 260.107421875 c 1 - 737.939453125 264.586914062 737.939453125 269.065429688 737.939453125 273.544921875 c 1 - 737.939453125 313.857421875 727.080078125 344.404296875 705.283203125 365.263671875 c 0 - 683.564453125 386.044921875 653.173828125 396.435546875 614.111328125 396.435546875 c 256 - 575.048828125 396.435546875 544.658203125 386.044921875 522.861328125 365.263671875 c 0 - 501.142578125 344.404296875 490.283203125 313.857421875 490.283203125 273.544921875 c 1 - 490.283203125 269.065429688 490.283203125 264.586914062 490.283203125 260.107421875 c 1 - 490.283203125 219.794921875 501.142578125 189.248046875 522.861328125 168.466796875 c 0 - 544.658203125 147.607421875 575.048828125 137.216796875 614.111328125 137.216796875 c 256 -1375.67382812 379.169921875 m 1xf1e8 - 1276.48046875 379.169921875 1177.28808594 379.169921875 1078.09570312 379.169921875 c 1 - 1072.33984375 300.133789062 1066.58496094 221.096679688 1060.83007812 142.060546875 c 1 - 1063.06933594 142.060546875 1065.30859375 142.060546875 1067.54882812 142.060546875 c 1 - 1075.20507812 155.498046875 1083.25195312 167.451171875 1091.53320312 177.998046875 c 0 - 1099.89257812 188.623046875 1109.42285156 197.685546875 1120.36132812 205.419921875 c 0 - 1131.21972656 213.076171875 1143.72070312 219.013671875 1157.78320312 223.154296875 c 0 - 1171.84472656 227.294921875 1188.48632812 229.404296875 1207.70507812 229.404296875 c 0 - 1236.53222656 229.404296875 1263.25195312 224.560546875 1287.86132812 215.029296875 c 0 - 1312.46972656 205.419921875 1333.95410156 191.669921875 1352.15820312 173.701171875 c 0 - 1370.43945312 155.810546875 1384.65820312 133.857421875 1394.89257812 107.919921875 c 0 - 1405.12597656 82.060546875 1410.28320312 52.763671875 1410.28320312 20.107421875 c 0 - 1410.28320312 -13.173828125 1404.97070312 -43.876953125 1394.42382812 -72.080078125 c 0 - 1383.87597656 -100.205078125 1368.33007812 -124.345703125 1347.86035156 -144.501953125 c 0 - 1327.39257812 -164.658203125 1302.23535156 -180.361328125 1272.47070312 -191.533203125 c 0 - 1242.70410156 -202.783203125 1208.95410156 -208.330078125 1171.22070312 -208.330078125 c 0 - 1141.14257812 -208.330078125 1114.58007812 -204.970703125 1091.53320312 -198.251953125 c 0 - 1068.48535156 -191.533203125 1048.17382812 -182.626953125 1030.59570312 -171.376953125 c 0 - 1012.93945312 -160.205078125 997.625976562 -147.392578125 984.501953125 -133.017578125 c 0 - 971.375976562 -118.642578125 959.736328125 -103.720703125 949.423828125 -88.330078125 c 1 - 975.673828125 -67.548828125 1001.92285156 -46.767578125 1028.17285156 -25.986328125 c 1 - 1036.53222656 -39.423828125 1045.12695312 -51.533203125 1054.11132812 -62.470703125 c 0 - 1063.09472656 -73.330078125 1073.32910156 -82.939453125 1084.81445312 -91.220703125 c 0 - 1096.29882812 -99.580078125 1109.26757812 -105.986328125 1123.72070312 -110.439453125 c 0 - 1138.09570312 -114.892578125 1154.57910156 -117.158203125 1173.17382812 -117.158203125 c 0 - 1212.78222656 -117.158203125 1243.40820312 -106.298828125 1264.81445312 -84.501953125 c 0 - 1286.21972656 -62.783203125 1297.00195312 -32.705078125 1297.00195312 5.732421875 c 1 - 1297.00195312 9.560546875 1297.00195312 13.388671875 1297.00195312 17.216796875 c 1 - 1297.00195312 55.654296875 1286.21972656 85.732421875 1264.81445312 107.451171875 c 0 - 1243.40820312 129.248046875 1212.78222656 140.107421875 1173.17382812 140.107421875 c 0 - 1144.34570312 140.107421875 1121.29785156 134.638671875 1104.03320312 123.779296875 c 0 - 1086.76757812 112.919921875 1072.00097656 100.732421875 1059.89257812 87.294921875 c 1 - 1030.12695312 91.4619140625 1000.36035156 95.6279296875 970.595703125 99.794921875 c 1 - 978.90234375 224.274414062 987.209960938 348.752929688 995.517578125 473.232421875 c 1 - 1122.23535156 473.232421875 1248.95507812 473.232421875 1375.67382812 473.232421875 c 1 - 1375.67382812 441.877929688 1375.67382812 410.524414062 1375.67382812 379.169921875 c 1xf1e8 -623.564453125 657.685546875 m 0xe5e0 - 586.455078125 657.685546875 553.330078125 663.701171875 524.189453125 675.888671875 c 0 - 495.048828125 688.076171875 470.439453125 705.498046875 450.283203125 728.232421875 c 0 - 430.126953125 750.966796875 414.580078125 778.310546875 403.720703125 810.263671875 c 0 - 392.861328125 842.294921875 387.392578125 878.466796875 387.392578125 918.779296875 c 0 - 387.392578125 967.373046875 394.736328125 1013.15429688 409.501953125 1056.04492188 c 0 - 424.189453125 1098.93554688 443.095703125 1138.31054688 466.142578125 1174.09179688 c 0 - 489.189453125 1209.95117188 514.892578125 1241.82617188 543.408203125 1269.63867188 c 0 - 571.845703125 1297.45117188 599.892578125 1320.65429688 627.392578125 1339.24804688 c 1 - 675.38671875 1339.24804688 723.381835938 1339.24804688 771.376953125 1339.24804688 c 1 - 733.642578125 1311.74804688 699.736328125 1285.18554688 669.658203125 1259.56054688 c 0 - 639.580078125 1233.93554688 613.330078125 1207.76367188 590.908203125 1180.88867188 c 0 - 568.486328125 1153.93554688 549.814453125 1125.49804688 534.736328125 1095.41992188 c 0 - 519.736328125 1065.34179688 508.017578125 1032.37304688 499.736328125 996.513671875 c 1 - 501.975585938 995.888671875 504.21484375 995.263671875 506.455078125 994.638671875 c 1 - 513.486328125 1008.07617188 521.611328125 1020.65429688 530.908203125 1032.52929688 c 0 - 540.205078125 1044.40429688 551.064453125 1054.79492188 563.564453125 1063.70117188 c 0 - 576.064453125 1072.68554688 590.283203125 1079.71679688 606.298828125 1084.87304688 c 0 - 622.314453125 1089.95117188 640.830078125 1092.52929688 661.923828125 1092.52929688 c 0 - 690.126953125 1092.52929688 716.220703125 1087.76367188 740.205078125 1078.15429688 c 0 - 764.189453125 1068.54492188 784.970703125 1054.63867188 802.626953125 1036.35742188 c 0 - 820.205078125 1018.15429688 833.955078125 996.201171875 843.876953125 970.576171875 c 0 - 853.798828125 945.029296875 858.798828125 916.513671875 858.798828125 885.185546875 c 0 - 858.798828125 851.279296875 853.173828125 820.341796875 841.923828125 792.529296875 c 0 - 830.751953125 764.716796875 814.892578125 740.888671875 794.423828125 721.044921875 c 0 - 773.955078125 701.201171875 749.189453125 685.654296875 720.048828125 674.482421875 c 0 - 690.908203125 663.232421875 658.798828125 657.685546875 623.564453125 657.685546875 c 0xe5e0 -623.564453125 745.966796875 m 256 - 662.626953125 745.966796875 693.017578125 756.357421875 714.736328125 777.138671875 c 0 - 736.533203125 797.998046875 747.392578125 828.544921875 747.392578125 868.857421875 c 1 - 747.392578125 873.336914062 747.392578125 877.815429688 747.392578125 882.294921875 c 1 - 747.392578125 922.607421875 736.533203125 953.154296875 714.736328125 973.935546875 c 0 - 693.017578125 994.794921875 662.626953125 1005.18554688 623.564453125 1005.18554688 c 256 - 584.501953125 1005.18554688 554.111328125 994.794921875 532.392578125 973.935546875 c 0 - 510.595703125 953.154296875 499.736328125 922.607421875 499.736328125 882.294921875 c 1 - 499.736328125 877.815429688 499.736328125 873.336914062 499.736328125 868.857421875 c 1 - 499.736328125 828.544921875 510.595703125 797.998046875 532.392578125 777.138671875 c 0 - 554.111328125 756.357421875 584.501953125 745.966796875 623.564453125 745.966796875 c 256 -1413.01757812 669.169921875 m 1xe3f0 - 1261.32421875 669.169921875 1109.63183594 669.169921875 957.939453125 669.169921875 c 1 - 957.939453125 703.727539062 957.939453125 738.284179688 957.939453125 772.841796875 c 1 - 1029.31933594 836.513671875 1100.69921875 900.185546875 1172.08007812 963.857421875 c 1 - 1205.98535156 994.638671875 1232.08007812 1023.85742188 1250.28320312 1051.74804688 c 0 - 1268.48535156 1079.56054688 1277.62695312 1108.85742188 1277.62695312 1139.56054688 c 1 - 1277.62695312 1143.72753906 1277.62695312 1147.89355469 1277.62695312 1152.06054688 c 1 - 1277.62695312 1184.71679688 1267.86035156 1210.26367188 1248.33007812 1228.85742188 c 0 - 1228.87597656 1247.37304688 1202.47070312 1256.66992188 1169.18847656 1256.66992188 c 0 - 1150.59570312 1256.66992188 1134.42382812 1253.93554688 1120.67382812 1248.54492188 c 0 - 1106.92382812 1243.07617188 1094.89160156 1235.57617188 1084.65820312 1225.96679688 c 0 - 1074.42382812 1216.35742188 1065.98535156 1205.18554688 1059.26660156 1192.37304688 c 0 - 1052.54882812 1179.56054688 1047.23535156 1165.81054688 1043.40722656 1151.12304688 c 1 - 1011.71484375 1163.28417969 980.022460938 1175.44628906 948.330078125 1187.60742188 c 1 - 955.439453125 1208.70117188 964.969726562 1229.01367188 977.158203125 1248.54492188 c 0 - 989.345703125 1268.07617188 1004.65820312 1285.49804688 1023.25195312 1300.88867188 c 0 - 1041.76660156 1316.20117188 1063.71972656 1328.38867188 1089.03320312 1337.29492188 c 0 - 1114.26660156 1346.27929688 1143.87597656 1350.73242188 1177.78320312 1350.73242188 c 256 - 1211.68847656 1350.73242188 1242.15820312 1345.81054688 1269.03320312 1335.88867188 c 0 - 1295.90722656 1325.96679688 1318.40820312 1312.21679688 1336.68945312 1294.63867188 c 0 - 1354.89160156 1276.98242188 1368.87695312 1256.04492188 1378.40820312 1231.74804688 c 0 - 1388.01757812 1207.37304688 1392.86035156 1180.88867188 1392.86035156 1152.06054688 c 0 - 1392.86035156 1125.18554688 1388.72070312 1100.18554688 1380.36132812 1077.13867188 c 0 - 1372.07910156 1054.09179688 1360.51757812 1032.37304688 1345.82910156 1011.90429688 c 0 - 1331.06347656 991.435546875 1313.95507812 971.904296875 1294.42285156 953.310546875 c 0 - 1274.89257812 934.794921875 1254.26660156 915.888671875 1232.54882812 896.669921875 c 1 - 1180.04882812 851.565429688 1127.54882812 806.461914062 1075.04882812 761.357421875 c 1 - 1187.70507812 761.357421875 1300.36132812 761.357421875 1413.01757812 761.357421875 c 1 - 1413.01757812 730.627929688 1413.01757812 699.899414062 1413.01757812 669.169921875 c 1xe3f0 +850.283203125 178.623046875 m 0xe9e0 + 850.283203125 130.029296875 842.861328125 84.248046875 828.173828125 41.357421875 c 0 + 813.486328125 -1.533203125 794.580078125 -40.908203125 771.533203125 -76.689453125 c 0 + 748.486328125 -112.548828125 722.705078125 -144.580078125 694.267578125 -172.705078125 c 0 + 665.751953125 -200.908203125 637.783203125 -223.955078125 610.283203125 -241.845703125 c 1 + 562.26171875 -241.845703125 514.241210938 -241.845703125 466.220703125 -241.845703125 c 1 + 504.033203125 -214.345703125 537.939453125 -187.783203125 568.017578125 -162.158203125 c 0 + 598.095703125 -136.533203125 624.345703125 -110.361328125 646.767578125 -83.408203125 c 0 + 669.111328125 -56.533203125 687.861328125 -28.095703125 702.861328125 1.982421875 c 0 + 717.939453125 32.060546875 729.580078125 65.029296875 737.939453125 100.888671875 c 1 + 735.69921875 101.513671875 733.459960938 102.138671875 731.220703125 102.763671875 c 1 + 724.189453125 89.326171875 715.986328125 76.748046875 706.767578125 64.873046875 c 0 + 697.470703125 52.998046875 686.611328125 42.607421875 674.111328125 33.701171875 c 0 + 661.611328125 24.716796875 647.392578125 17.685546875 631.376953125 12.529296875 c 0 + 615.361328125 7.451171875 596.845703125 4.873046875 575.673828125 4.873046875 c 0 + 547.548828125 4.873046875 521.455078125 9.638671875 497.470703125 19.248046875 c 0 + 473.486328125 28.857421875 452.626953125 42.763671875 435.048828125 61.044921875 c 0 + 417.470703125 79.248046875 403.720703125 101.044921875 393.798828125 126.279296875 c 0 + 383.876953125 151.591796875 378.876953125 180.263671875 378.876953125 212.216796875 c 0 + 378.876953125 245.498046875 384.501953125 276.201171875 395.673828125 304.404296875 c 0 + 406.923828125 332.529296875 422.705078125 356.591796875 443.251953125 376.357421875 c 0 + 463.720703125 396.201171875 488.330078125 411.748046875 517.158203125 422.919921875 c 0 + 545.908203125 434.169921875 578.251953125 439.716796875 614.111328125 439.716796875 c 0 + 651.220703125 439.716796875 684.345703125 433.701171875 713.486328125 421.513671875 c 0 + 742.548828125 409.326171875 767.236328125 391.904296875 787.392578125 369.169921875 c 0 + 807.548828125 346.435546875 823.095703125 319.091796875 833.955078125 287.138671875 c 0 + 844.814453125 255.107421875 850.283203125 218.935546875 850.283203125 178.623046875 c 0xe9e0 +614.111328125 92.216796875 m 256 + 653.173828125 92.216796875 683.564453125 102.607421875 705.283203125 123.466796875 c 0 + 727.080078125 144.248046875 737.939453125 174.794921875 737.939453125 215.107421875 c 1 + 737.939453125 219.586914062 737.939453125 224.065429688 737.939453125 228.544921875 c 1 + 737.939453125 268.857421875 727.080078125 299.404296875 705.283203125 320.263671875 c 0 + 683.564453125 341.044921875 653.173828125 351.435546875 614.111328125 351.435546875 c 256 + 575.048828125 351.435546875 544.658203125 341.044921875 522.861328125 320.263671875 c 0 + 501.142578125 299.404296875 490.283203125 268.857421875 490.283203125 228.544921875 c 1 + 490.283203125 224.065429688 490.283203125 219.586914062 490.283203125 215.107421875 c 1 + 490.283203125 174.794921875 501.142578125 144.248046875 522.861328125 123.466796875 c 0 + 544.658203125 102.607421875 575.048828125 92.216796875 614.111328125 92.216796875 c 256 +1375.67382812 334.169921875 m 1xf1e8 + 1276.48046875 334.169921875 1177.28808594 334.169921875 1078.09570312 334.169921875 c 1 + 1072.33984375 255.133789062 1066.58496094 176.096679688 1060.83007812 97.060546875 c 1 + 1063.06933594 97.060546875 1065.30859375 97.060546875 1067.54882812 97.060546875 c 1 + 1075.20507812 110.498046875 1083.25195312 122.451171875 1091.53320312 132.998046875 c 0 + 1099.89257812 143.623046875 1109.42285156 152.685546875 1120.36132812 160.419921875 c 0 + 1131.21972656 168.076171875 1143.72070312 174.013671875 1157.78320312 178.154296875 c 0 + 1171.84472656 182.294921875 1188.48632812 184.404296875 1207.70507812 184.404296875 c 0 + 1236.53222656 184.404296875 1263.25195312 179.560546875 1287.86132812 170.029296875 c 0 + 1312.46972656 160.419921875 1333.95410156 146.669921875 1352.15820312 128.701171875 c 0 + 1370.43945312 110.810546875 1384.65820312 88.857421875 1394.89257812 62.919921875 c 0 + 1405.12597656 37.060546875 1410.28320312 7.763671875 1410.28320312 -24.892578125 c 0 + 1410.28320312 -58.173828125 1404.97070312 -88.876953125 1394.42382812 -117.080078125 c 0 + 1383.87597656 -145.205078125 1368.33007812 -169.345703125 1347.86035156 -189.501953125 c 0 + 1327.39257812 -209.658203125 1302.23535156 -225.361328125 1272.47070312 -236.533203125 c 0 + 1242.70410156 -247.783203125 1208.95410156 -253.330078125 1171.22070312 -253.330078125 c 0 + 1141.14257812 -253.330078125 1114.58007812 -249.970703125 1091.53320312 -243.251953125 c 0 + 1068.48535156 -236.533203125 1048.17382812 -227.626953125 1030.59570312 -216.376953125 c 0 + 1012.93945312 -205.205078125 997.625976562 -192.392578125 984.501953125 -178.017578125 c 0 + 971.375976562 -163.642578125 959.736328125 -148.720703125 949.423828125 -133.330078125 c 1 + 975.673828125 -112.548828125 1001.92285156 -91.767578125 1028.17285156 -70.986328125 c 1 + 1036.53222656 -84.423828125 1045.12695312 -96.533203125 1054.11132812 -107.470703125 c 0 + 1063.09472656 -118.330078125 1073.32910156 -127.939453125 1084.81445312 -136.220703125 c 0 + 1096.29882812 -144.580078125 1109.26757812 -150.986328125 1123.72070312 -155.439453125 c 0 + 1138.09570312 -159.892578125 1154.57910156 -162.158203125 1173.17382812 -162.158203125 c 0 + 1212.78222656 -162.158203125 1243.40820312 -151.298828125 1264.81445312 -129.501953125 c 0 + 1286.21972656 -107.783203125 1297.00195312 -77.705078125 1297.00195312 -39.267578125 c 1 + 1297.00195312 -35.439453125 1297.00195312 -31.611328125 1297.00195312 -27.783203125 c 1 + 1297.00195312 10.654296875 1286.21972656 40.732421875 1264.81445312 62.451171875 c 0 + 1243.40820312 84.248046875 1212.78222656 95.107421875 1173.17382812 95.107421875 c 0 + 1144.34570312 95.107421875 1121.29785156 89.638671875 1104.03320312 78.779296875 c 0 + 1086.76757812 67.919921875 1072.00097656 55.732421875 1059.89257812 42.294921875 c 1 + 1030.12695312 46.4619140625 1000.36035156 50.6279296875 970.595703125 54.794921875 c 1 + 978.90234375 179.274414062 987.209960938 303.752929688 995.517578125 428.232421875 c 1 + 1122.23535156 428.232421875 1248.95507812 428.232421875 1375.67382812 428.232421875 c 1 + 1375.67382812 396.877929688 1375.67382812 365.524414062 1375.67382812 334.169921875 c 1xf1e8 +623.564453125 612.685546875 m 0xe5e0 + 586.455078125 612.685546875 553.330078125 618.701171875 524.189453125 630.888671875 c 0 + 495.048828125 643.076171875 470.439453125 660.498046875 450.283203125 683.232421875 c 0 + 430.126953125 705.966796875 414.580078125 733.310546875 403.720703125 765.263671875 c 0 + 392.861328125 797.294921875 387.392578125 833.466796875 387.392578125 873.779296875 c 0 + 387.392578125 922.373046875 394.736328125 968.154296875 409.501953125 1011.04492188 c 0 + 424.189453125 1053.93554688 443.095703125 1093.31054688 466.142578125 1129.09179688 c 0 + 489.189453125 1164.95117188 514.892578125 1196.82617188 543.408203125 1224.63867188 c 0 + 571.845703125 1252.45117188 599.892578125 1275.65429688 627.392578125 1294.24804688 c 1 + 675.38671875 1294.24804688 723.381835938 1294.24804688 771.376953125 1294.24804688 c 1 + 733.642578125 1266.74804688 699.736328125 1240.18554688 669.658203125 1214.56054688 c 0 + 639.580078125 1188.93554688 613.330078125 1162.76367188 590.908203125 1135.88867188 c 0 + 568.486328125 1108.93554688 549.814453125 1080.49804688 534.736328125 1050.41992188 c 0 + 519.736328125 1020.34179688 508.017578125 987.373046875 499.736328125 951.513671875 c 1 + 501.975585938 950.888671875 504.21484375 950.263671875 506.455078125 949.638671875 c 1 + 513.486328125 963.076171875 521.611328125 975.654296875 530.908203125 987.529296875 c 0 + 540.205078125 999.404296875 551.064453125 1009.79492188 563.564453125 1018.70117188 c 0 + 576.064453125 1027.68554688 590.283203125 1034.71679688 606.298828125 1039.87304688 c 0 + 622.314453125 1044.95117188 640.830078125 1047.52929688 661.923828125 1047.52929688 c 0 + 690.126953125 1047.52929688 716.220703125 1042.76367188 740.205078125 1033.15429688 c 0 + 764.189453125 1023.54492188 784.970703125 1009.63867188 802.626953125 991.357421875 c 0 + 820.205078125 973.154296875 833.955078125 951.201171875 843.876953125 925.576171875 c 0 + 853.798828125 900.029296875 858.798828125 871.513671875 858.798828125 840.185546875 c 0 + 858.798828125 806.279296875 853.173828125 775.341796875 841.923828125 747.529296875 c 0 + 830.751953125 719.716796875 814.892578125 695.888671875 794.423828125 676.044921875 c 0 + 773.955078125 656.201171875 749.189453125 640.654296875 720.048828125 629.482421875 c 0 + 690.908203125 618.232421875 658.798828125 612.685546875 623.564453125 612.685546875 c 0xe5e0 +623.564453125 700.966796875 m 256 + 662.626953125 700.966796875 693.017578125 711.357421875 714.736328125 732.138671875 c 0 + 736.533203125 752.998046875 747.392578125 783.544921875 747.392578125 823.857421875 c 1 + 747.392578125 828.336914062 747.392578125 832.815429688 747.392578125 837.294921875 c 1 + 747.392578125 877.607421875 736.533203125 908.154296875 714.736328125 928.935546875 c 0 + 693.017578125 949.794921875 662.626953125 960.185546875 623.564453125 960.185546875 c 256 + 584.501953125 960.185546875 554.111328125 949.794921875 532.392578125 928.935546875 c 0 + 510.595703125 908.154296875 499.736328125 877.607421875 499.736328125 837.294921875 c 1 + 499.736328125 832.815429688 499.736328125 828.336914062 499.736328125 823.857421875 c 1 + 499.736328125 783.544921875 510.595703125 752.998046875 532.392578125 732.138671875 c 0 + 554.111328125 711.357421875 584.501953125 700.966796875 623.564453125 700.966796875 c 256 +1413.01757812 624.169921875 m 1xe3f0 + 1261.32421875 624.169921875 1109.63183594 624.169921875 957.939453125 624.169921875 c 1 + 957.939453125 658.727539062 957.939453125 693.284179688 957.939453125 727.841796875 c 1 + 1029.31933594 791.513671875 1100.69921875 855.185546875 1172.08007812 918.857421875 c 1 + 1205.98535156 949.638671875 1232.08007812 978.857421875 1250.28320312 1006.74804688 c 0 + 1268.48535156 1034.56054688 1277.62695312 1063.85742188 1277.62695312 1094.56054688 c 1 + 1277.62695312 1098.72753906 1277.62695312 1102.89355469 1277.62695312 1107.06054688 c 1 + 1277.62695312 1139.71679688 1267.86035156 1165.26367188 1248.33007812 1183.85742188 c 0 + 1228.87597656 1202.37304688 1202.47070312 1211.66992188 1169.18847656 1211.66992188 c 0 + 1150.59570312 1211.66992188 1134.42382812 1208.93554688 1120.67382812 1203.54492188 c 0 + 1106.92382812 1198.07617188 1094.89160156 1190.57617188 1084.65820312 1180.96679688 c 0 + 1074.42382812 1171.35742188 1065.98535156 1160.18554688 1059.26660156 1147.37304688 c 0 + 1052.54882812 1134.56054688 1047.23535156 1120.81054688 1043.40722656 1106.12304688 c 1 + 1011.71484375 1118.28417969 980.022460938 1130.44628906 948.330078125 1142.60742188 c 1 + 955.439453125 1163.70117188 964.969726562 1184.01367188 977.158203125 1203.54492188 c 0 + 989.345703125 1223.07617188 1004.65820312 1240.49804688 1023.25195312 1255.88867188 c 0 + 1041.76660156 1271.20117188 1063.71972656 1283.38867188 1089.03320312 1292.29492188 c 0 + 1114.26660156 1301.27929688 1143.87597656 1305.73242188 1177.78320312 1305.73242188 c 256 + 1211.68847656 1305.73242188 1242.15820312 1300.81054688 1269.03320312 1290.88867188 c 0 + 1295.90722656 1280.96679688 1318.40820312 1267.21679688 1336.68945312 1249.63867188 c 0 + 1354.89160156 1231.98242188 1368.87695312 1211.04492188 1378.40820312 1186.74804688 c 0 + 1388.01757812 1162.37304688 1392.86035156 1135.88867188 1392.86035156 1107.06054688 c 0 + 1392.86035156 1080.18554688 1388.72070312 1055.18554688 1380.36132812 1032.13867188 c 0 + 1372.07910156 1009.09179688 1360.51757812 987.373046875 1345.82910156 966.904296875 c 0 + 1331.06347656 946.435546875 1313.95507812 926.904296875 1294.42285156 908.310546875 c 0 + 1274.89257812 889.794921875 1254.26660156 870.888671875 1232.54882812 851.669921875 c 1 + 1180.04882812 806.565429688 1127.54882812 761.461914062 1075.04882812 716.357421875 c 1 + 1187.70507812 716.357421875 1300.36132812 716.357421875 1413.01757812 716.357421875 c 1 + 1413.01757812 685.627929688 1413.01757812 654.899414062 1413.01757812 624.169921875 c 1xe3f0 EndSplineSet EndChar StartChar: uniE125 Encoding: 57637 57637 38 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -17.2031 83.5156<801.078 977.719> 375.375 92.1875<873.463 902.443> 652.016 89.2188<744.694 935.623> 934.203 90.2344<158.891 368.066> 1188.66 144.922<1268.34 1295.67 1615.84 1643.66> 1243.34 90.2344<158.891 368.066 736.496 938.717> -VStem: 57.0938 101.797<663.5 934.203 1024.44 1243.34> 387.328 108.516<1043.78 1224.01> 590.219 109.453<789.746 1207.33> 624.438 99.8438<-202.516 -102.672> 1053.58 102.734<-202.516 -99.7812> 1177.09 97.9688<663.5 1186.9> 1636.94 97.9688<663.5 1188.75> -DStem2: 624.438 -202.516 724.281 -202.516 0.286825 0.957983<28.6377 221.043 308.198 625.84> 954.672 467.562 915.297 277.484 0.276827 -0.96092<73.4064 391.949 478.84 671.271> 1297.09 1333.58 1279.83 1188.66 0.416929 -0.908939<124.527 395.989> +VWidth: 1687 +Flags: W +HStem: -62.2031 83.5156<801.078 977.719> 330.375 92.1875<873.463 902.443> 607.016 89.2188<744.694 935.623> 889.203 90.2344<158.891 368.066> 1143.66 144.922<1268.34 1295.67 1615.84 1643.66> 1198.34 90.2344<158.891 368.066 736.496 938.717> +VStem: 57.0938 101.797<618.5 889.203 979.438 1198.34> 387.328 108.516<998.779 1179.01> 590.219 109.453<744.746 1162.33> 624.438 99.8438<-247.516 -147.672> 1053.58 102.734<-247.516 -144.781> 1177.09 97.9688<618.5 1141.9> 1636.94 97.9688<618.5 1143.75> +DStem2: 624.438 -247.516 724.281 -247.516 0.286825 0.957983<28.6377 221.043 308.198 625.84> 954.672 422.562 915.297 232.484 0.276827 -0.96092<73.4064 391.949 478.84 671.271> 1297.09 1288.58 1279.83 1143.66 0.416929 -0.908939<124.527 395.989> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 42.7969 83.5156<801.078 977.719> 435.375 92.1875<873.463 902.443> 712.016 89.2188<744.694 935.623> 994.203 90.2344<158.891 368.066> 1248.66 144.922<1268.34 1295.67 1615.84 1643.66> 1303.34 90.2344<158.891 368.066 736.496 938.717> -VStem: 57.0938 101.797<723.5 994.203 1084.44 1303.34> 387.328 108.516<1103.78 1284.01> 590.219 109.453<849.746 1267.33> 624.438 99.8438<-142.516 -42.6719> 1053.58 102.734<-142.516 -39.7812> 1177.09 97.9688<723.5 1246.9> 1636.94 97.9688<723.5 1248.75> -DStem2: 624.438 -142.516 724.281 -142.516 0.286825 0.957983<28.6377 221.043 308.198 625.84> 954.672 527.562 915.297 337.484 0.276827 -0.96092<73.4064 391.949 478.84 671.271> 1297.09 1393.58 1279.83 1248.66 0.416929 -0.908939<124.527 395.989> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -1053.578125 -202.515625 m 1xf378 - 1036.28613281 -140.745117188 1018.99511719 -78.974609375 1001.703125 -17.203125 c 1 - 926.520507812 -17.203125 851.338867188 -17.203125 776.15625 -17.203125 c 1 - 758.864257812 -78.974609375 741.573242188 -140.745117188 724.28125 -202.515625 c 1 - 691 -202.515625 657.71875 -202.515625 624.4375 -202.515625 c 1 - 691.3125 20.84375 758.1875 244.203125 825.0625 467.5625 c 1 - 868.265625 467.5625 911.46875 467.5625 954.671875 467.5625 c 1 - 1021.88574219 244.203125 1089.09863281 20.84375 1156.3125 -202.515625 c 1 - 1122.06738281 -202.515625 1087.82324219 -202.515625 1053.578125 -202.515625 c 1xf378 -915.296875 277.484375 m 1 - 908.265625 310.114257812 901.234375 342.744140625 894.203125 375.375 c 1 - 890.036132812 375.375 885.870117188 375.375 881.703125 375.375 c 1 - 874.671875 342.744140625 867.640625 310.114257812 860.609375 277.484375 c 1 - 840.765625 207.09375 820.921875 136.703125 801.078125 66.3125 c 1 - 859.958007812 66.3125 918.838867188 66.3125 977.71875 66.3125 c 1 - 956.911132812 136.703125 936.104492188 207.09375 915.296875 277.484375 c 1 -57.09375 663.5 m 1 - 57.09375 886.859375 57.09375 1110.21875 57.09375 1333.578125 c 1 - 145.426757812 1333.578125 233.760742188 1333.578125 322.09375 1333.578125 c 1xf738 - 379.671875 1333.578125 423.03125 1316.46875 452.171875 1282.25 c 0 - 481.234375 1247.953125 495.84375 1198.578125 495.84375 1133.890625 c 256 - 495.84375 1069.28125 481.234375 1019.828125 452.171875 985.609375 c 0 - 423.03125 951.3125 379.671875 934.203125 322.09375 934.203125 c 1 - 267.692382812 934.203125 213.291992188 934.203125 158.890625 934.203125 c 1 - 158.890625 843.96875 158.890625 753.734375 158.890625 663.5 c 1 - 124.958007812 663.5 91.0263671875 663.5 57.09375 663.5 c 1 -158.890625 1024.4375 m 1 - 210.401367188 1024.4375 261.911132812 1024.4375 313.421875 1024.4375 c 1 - 337.71875 1024.4375 356.15625 1030.6875 368.65625 1043.1875 c 0 - 381.078125 1055.6875 387.328125 1075.6875 387.328125 1103.1875 c 1 - 387.328125 1123.65625 387.328125 1144.125 387.328125 1164.59375 c 1 - 387.328125 1192.171875 381.078125 1212.171875 368.65625 1224.59375 c 0 - 356.15625 1237.09375 337.71875 1243.34375 313.421875 1243.34375 c 1 - 261.911132812 1243.34375 210.401367188 1243.34375 158.890625 1243.34375 c 1 - 158.890625 1170.375 158.890625 1097.40625 158.890625 1024.4375 c 1 -843.65625 652.015625 m 0 - 804.59375 652.015625 769.59375 658.578125 738.578125 671.625 c 0 - 707.484375 684.75 680.921875 705.453125 658.890625 733.578125 c 0 - 636.78125 761.703125 619.828125 797.71875 607.953125 841.546875 c 0 - 596.15625 885.453125 590.21875 937.71875 590.21875 998.578125 c 256 - 590.21875 1059.359375 596.15625 1111.625 607.953125 1155.53125 c 0 - 619.828125 1199.359375 636.78125 1235.375 658.890625 1263.5 c 0 - 680.921875 1291.625 707.484375 1312.328125 738.578125 1325.453125 c 0 - 769.59375 1338.578125 804.59375 1345.0625 843.65625 1345.0625 c 0 - 900.609375 1345.0625 946.234375 1332.796875 980.453125 1308.109375 c 0 - 1014.671875 1283.5 1042.09375 1246.546875 1062.5625 1197.25 c 1 - 1033.76074219 1181.25976562 1004.95800781 1165.27050781 976.15625 1149.28125 c 1 - 964.59375 1187.015625 948.5 1214.20214844 927.640625 1230.84375 c 0 - 906.859375 1247.48339844 878.890625 1255.84375 843.65625 1255.84375 c 0 - 798.265625 1255.84375 762.875 1240.140625 737.5625 1208.8125 c 0 - 712.328125 1177.40625 699.671875 1134.203125 699.671875 1079.203125 c 1 - 699.671875 1025.42675781 699.671875 971.650390625 699.671875 917.875 c 1xf3b8 - 699.671875 862.875 712.328125 819.671875 737.5625 788.265625 c 0 - 762.875 756.9375 798.265625 741.234375 843.65625 741.234375 c 0 - 879.515625 741.234375 908.5 750.217773438 930.53125 768.109375 c 0 - 952.640625 786.077148438 969.75 814.828125 981.9375 854.515625 c 1 - 1010.08886719 837.875 1038.23925781 821.234375 1066.390625 804.59375 c 1 - 1045.296875 755.375 1017.09375 717.561523438 981.9375 691.3125 c 0 - 946.703125 665.061523438 900.609375 652.015625 843.65625 652.015625 c 0 -1636.9375 1076.3125 m 1 - 1639.17675781 1114.38476562 1641.41699219 1152.45800781 1643.65625 1190.53125 c 1 - 1639.828125 1190.53125 1636 1190.53125 1632.171875 1190.53125 c 1 - 1616.80761719 1153.08300781 1601.44238281 1115.63476562 1586.078125 1078.1875 c 1 - 1542.5625 987.328125 1499.046875 896.46875 1455.53125 805.609375 c 1 - 1412.328125 896.46875 1369.125 987.328125 1325.921875 1078.1875 c 1 - 1310.55761719 1115.00976562 1295.19238281 1151.83300781 1279.828125 1188.65625 c 1 - 1276 1188.65625 1272.171875 1188.65625 1268.34375 1188.65625 c 1xfb38 - 1270.58300781 1151.20800781 1272.82324219 1113.75976562 1275.0625 1076.3125 c 1 - 1275.0625 938.708007812 1275.0625 801.103515625 1275.0625 663.5 c 1 - 1242.40625 663.5 1209.75 663.5 1177.09375 663.5 c 1 - 1177.09375 886.859375 1177.09375 1110.21875 1177.09375 1333.578125 c 1 - 1217.09375 1333.578125 1257.09375 1333.578125 1297.09375 1333.578125 c 1xf738 - 1333.265625 1255.50488281 1369.4375 1177.43164062 1405.609375 1099.359375 c 1 - 1421.28613281 1055.19238281 1436.96386719 1011.02539062 1452.640625 966.859375 c 1 - 1455.50488281 966.859375 1458.37011719 966.859375 1461.234375 966.859375 c 1 - 1476.9375 1011.02539062 1492.640625 1055.19238281 1508.34375 1099.359375 c 1 - 1544.17675781 1177.43164062 1580.01074219 1255.50488281 1615.84375 1333.578125 c 1xfb38 - 1655.53125 1333.578125 1695.21875 1333.578125 1734.90625 1333.578125 c 1xf738 - 1734.90625 1110.21875 1734.90625 886.859375 1734.90625 663.5 c 1 - 1702.25 663.5 1669.59375 663.5 1636.9375 663.5 c 1 - 1636.9375 801.103515625 1636.9375 938.708007812 1636.9375 1076.3125 c 1 +1053.578125 -247.515625 m 1xf378 + 1036.28613281 -185.745117188 1018.99511719 -123.974609375 1001.703125 -62.203125 c 1 + 926.520507812 -62.203125 851.338867188 -62.203125 776.15625 -62.203125 c 1 + 758.864257812 -123.974609375 741.573242188 -185.745117188 724.28125 -247.515625 c 1 + 691 -247.515625 657.71875 -247.515625 624.4375 -247.515625 c 1 + 691.3125 -24.15625 758.1875 199.203125 825.0625 422.5625 c 1 + 868.265625 422.5625 911.46875 422.5625 954.671875 422.5625 c 1 + 1021.88574219 199.203125 1089.09863281 -24.15625 1156.3125 -247.515625 c 1 + 1122.06738281 -247.515625 1087.82324219 -247.515625 1053.578125 -247.515625 c 1xf378 +915.296875 232.484375 m 1 + 908.265625 265.114257812 901.234375 297.744140625 894.203125 330.375 c 1 + 890.036132812 330.375 885.870117188 330.375 881.703125 330.375 c 1 + 874.671875 297.744140625 867.640625 265.114257812 860.609375 232.484375 c 1 + 840.765625 162.09375 820.921875 91.703125 801.078125 21.3125 c 1 + 859.958007812 21.3125 918.838867188 21.3125 977.71875 21.3125 c 1 + 956.911132812 91.703125 936.104492188 162.09375 915.296875 232.484375 c 1 +57.09375 618.5 m 1 + 57.09375 841.859375 57.09375 1065.21875 57.09375 1288.578125 c 1 + 145.426757812 1288.578125 233.760742188 1288.578125 322.09375 1288.578125 c 1xf738 + 379.671875 1288.578125 423.03125 1271.46875 452.171875 1237.25 c 0 + 481.234375 1202.953125 495.84375 1153.578125 495.84375 1088.890625 c 256 + 495.84375 1024.28125 481.234375 974.828125 452.171875 940.609375 c 0 + 423.03125 906.3125 379.671875 889.203125 322.09375 889.203125 c 1 + 267.692382812 889.203125 213.291992188 889.203125 158.890625 889.203125 c 1 + 158.890625 798.96875 158.890625 708.734375 158.890625 618.5 c 1 + 124.958007812 618.5 91.0263671875 618.5 57.09375 618.5 c 1 +158.890625 979.4375 m 1 + 210.401367188 979.4375 261.911132812 979.4375 313.421875 979.4375 c 1 + 337.71875 979.4375 356.15625 985.6875 368.65625 998.1875 c 0 + 381.078125 1010.6875 387.328125 1030.6875 387.328125 1058.1875 c 1 + 387.328125 1078.65625 387.328125 1099.125 387.328125 1119.59375 c 1 + 387.328125 1147.171875 381.078125 1167.171875 368.65625 1179.59375 c 0 + 356.15625 1192.09375 337.71875 1198.34375 313.421875 1198.34375 c 1 + 261.911132812 1198.34375 210.401367188 1198.34375 158.890625 1198.34375 c 1 + 158.890625 1125.375 158.890625 1052.40625 158.890625 979.4375 c 1 +843.65625 607.015625 m 0 + 804.59375 607.015625 769.59375 613.578125 738.578125 626.625 c 0 + 707.484375 639.75 680.921875 660.453125 658.890625 688.578125 c 0 + 636.78125 716.703125 619.828125 752.71875 607.953125 796.546875 c 0 + 596.15625 840.453125 590.21875 892.71875 590.21875 953.578125 c 256 + 590.21875 1014.359375 596.15625 1066.625 607.953125 1110.53125 c 0 + 619.828125 1154.359375 636.78125 1190.375 658.890625 1218.5 c 0 + 680.921875 1246.625 707.484375 1267.328125 738.578125 1280.453125 c 0 + 769.59375 1293.578125 804.59375 1300.0625 843.65625 1300.0625 c 0 + 900.609375 1300.0625 946.234375 1287.796875 980.453125 1263.109375 c 0 + 1014.671875 1238.5 1042.09375 1201.546875 1062.5625 1152.25 c 1 + 1033.76074219 1136.25976562 1004.95800781 1120.27050781 976.15625 1104.28125 c 1 + 964.59375 1142.015625 948.5 1169.20214844 927.640625 1185.84375 c 0 + 906.859375 1202.48339844 878.890625 1210.84375 843.65625 1210.84375 c 0 + 798.265625 1210.84375 762.875 1195.140625 737.5625 1163.8125 c 0 + 712.328125 1132.40625 699.671875 1089.203125 699.671875 1034.203125 c 1 + 699.671875 980.426757812 699.671875 926.650390625 699.671875 872.875 c 1xf3b8 + 699.671875 817.875 712.328125 774.671875 737.5625 743.265625 c 0 + 762.875 711.9375 798.265625 696.234375 843.65625 696.234375 c 0 + 879.515625 696.234375 908.5 705.217773438 930.53125 723.109375 c 0 + 952.640625 741.077148438 969.75 769.828125 981.9375 809.515625 c 1 + 1010.08886719 792.875 1038.23925781 776.234375 1066.390625 759.59375 c 1 + 1045.296875 710.375 1017.09375 672.561523438 981.9375 646.3125 c 0 + 946.703125 620.061523438 900.609375 607.015625 843.65625 607.015625 c 0 +1636.9375 1031.3125 m 1 + 1639.17675781 1069.38476562 1641.41699219 1107.45800781 1643.65625 1145.53125 c 1 + 1639.828125 1145.53125 1636 1145.53125 1632.171875 1145.53125 c 1 + 1616.80761719 1108.08300781 1601.44238281 1070.63476562 1586.078125 1033.1875 c 1 + 1542.5625 942.328125 1499.046875 851.46875 1455.53125 760.609375 c 1 + 1412.328125 851.46875 1369.125 942.328125 1325.921875 1033.1875 c 1 + 1310.55761719 1070.00976562 1295.19238281 1106.83300781 1279.828125 1143.65625 c 1 + 1276 1143.65625 1272.171875 1143.65625 1268.34375 1143.65625 c 1xfb38 + 1270.58300781 1106.20800781 1272.82324219 1068.75976562 1275.0625 1031.3125 c 1 + 1275.0625 893.708007812 1275.0625 756.103515625 1275.0625 618.5 c 1 + 1242.40625 618.5 1209.75 618.5 1177.09375 618.5 c 1 + 1177.09375 841.859375 1177.09375 1065.21875 1177.09375 1288.578125 c 1 + 1217.09375 1288.578125 1257.09375 1288.578125 1297.09375 1288.578125 c 1xf738 + 1333.265625 1210.50488281 1369.4375 1132.43164062 1405.609375 1054.359375 c 1 + 1421.28613281 1010.19238281 1436.96386719 966.025390625 1452.640625 921.859375 c 1 + 1455.50488281 921.859375 1458.37011719 921.859375 1461.234375 921.859375 c 1 + 1476.9375 966.025390625 1492.640625 1010.19238281 1508.34375 1054.359375 c 1 + 1544.17675781 1132.43164062 1580.01074219 1210.50488281 1615.84375 1288.578125 c 1xfb38 + 1655.53125 1288.578125 1695.21875 1288.578125 1734.90625 1288.578125 c 1xf738 + 1734.90625 1065.21875 1734.90625 841.859375 1734.90625 618.5 c 1 + 1702.25 618.5 1669.59375 618.5 1636.9375 618.5 c 1 + 1636.9375 756.103515625 1636.9375 893.708007812 1636.9375 1031.3125 c 1 EndSplineSet EndChar StartChar: uniE126 Encoding: 57638 57638 39 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -202.516 89.2969<766.078 988.208> 96.078 87.3438<766.078 968.007> 378.266 89.2969<766.078 968.007> 652.016 89.2188<744.694 935.623> 934.203 90.2344<158.891 368.066> 1188.66 144.922<1268.34 1295.67 1615.84 1643.66> 1243.34 90.2344<158.891 368.066 736.496 938.717> -VStem: 57.0938 101.797<663.5 934.203 1024.44 1243.34> 387.328 108.516<1043.78 1224.01> 590.219 109.453<789.746 1207.33> 664.281 101.797<-113.219 96.078 183.422 378.266> 986.859 107.5<201.718 359.969> 1007.95 108.516<-92.9103 75.77> 1177.09 97.9688<663.5 1186.9> 1636.94 97.9688<663.5 1188.75> -DStem2: 1297.09 1333.58 1279.83 1188.66 0.416929 -0.908939<124.527 395.989> +VWidth: 1687 +Flags: W +HStem: -247.516 89.2969<766.078 988.208> 51.0781 87.3438<766.078 968.007> 333.266 89.2969<766.078 968.007> 607.016 89.2188<744.694 935.623> 889.203 90.2344<158.891 368.066> 1143.66 144.922<1268.34 1295.67 1615.84 1643.66> 1198.34 90.2344<158.891 368.066 736.496 938.717> +VStem: 57.0938 101.797<618.5 889.203 979.438 1198.34> 387.328 108.516<998.779 1179.01> 590.219 109.453<744.746 1162.33> 664.281 101.797<-158.219 51.0781 138.422 333.266> 986.859 107.5<156.718 314.969> 1007.95 108.516<-137.91 30.7696> 1177.09 97.9688<618.5 1141.9> 1636.94 97.9688<618.5 1143.75> +DStem2: 1297.09 1288.58 1279.83 1143.66 0.416929 -0.908939<124.527 395.989> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -142.516 89.2969<766.078 988.208> 156.078 87.3438<766.078 968.007> 438.266 89.2969<766.078 968.007> 712.016 89.2188<744.694 935.623> 994.203 90.2344<158.891 368.066> 1248.66 144.922<1268.34 1295.67 1615.84 1643.66> 1303.34 90.2344<158.891 368.066 736.496 938.717> -VStem: 57.0938 101.797<723.5 994.203 1084.44 1303.34> 387.328 108.516<1103.78 1284.01> 590.219 109.453<849.746 1267.33> 664.281 101.797<-53.2188 156.078 243.422 438.266> 986.859 107.5<261.718 419.969> 1007.95 108.516<-32.9103 135.77> 1177.09 97.9688<723.5 1246.9> 1636.94 97.9688<723.5 1248.75> -DStem2: 1297.09 1393.58 1279.83 1248.66 0.416929 -0.908939<124.527 395.989> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -664.28125 467.5625 m 1xf9ae - 754.854492188 467.5625 845.426757812 467.5625 936 467.5625 c 1 - 987.796875 467.5625 1027.171875 452.874023438 1054.046875 423.421875 c 0 - 1080.921875 393.967773438 1094.359375 351.078125 1094.359375 294.75 c 0 - 1094.359375 251.859375 1085.0625 218.265625 1066.546875 193.96875 c 0 - 1047.953125 169.670898438 1021.390625 155.920898438 986.859375 152.71875 c 1 - 986.859375 148.864257812 986.859375 145.009765625 986.859375 141.15625 c 1xf9b6 - 1006.078125 141.15625 1023.5 137.483398438 1039.203125 130.140625 c 0 - 1054.828125 122.796875 1068.421875 112.327148438 1079.984375 98.890625 c 0 - 1091.46875 85.453125 1100.453125 69.515625 1106.859375 50.921875 c 0 - 1113.265625 32.3271484375 1116.46875 12.171875 1116.46875 -9.546875 c 0 - 1116.46875 -38.375 1112.796875 -64.6259765625 1105.453125 -88.296875 c 0 - 1098.03125 -111.96875 1087.640625 -132.282226562 1074.203125 -149.234375 c 0 - 1060.765625 -166.1875 1044.59375 -179.313476562 1025.765625 -188.609375 c 0 - 1006.859375 -197.90625 985.921875 -202.515625 962.875 -202.515625 c 1 - 863.34375 -202.515625 763.8125 -202.515625 664.28125 -202.515625 c 1 - 664.28125 20.84375 664.28125 244.203125 664.28125 467.5625 c 1xf9ae -766.078125 -113.21875 m 1 - 821.754882812 -113.21875 877.432617188 -113.21875 933.109375 -113.21875 c 1 - 957.40625 -113.21875 976 -106.65625 988.8125 -93.53125 c 0 - 1001.546875 -80.40625 1007.953125 -59.46875 1007.953125 -30.640625 c 1 - 1007.953125 -15.927734375 1007.953125 -1.2138671875 1007.953125 13.5 c 1xf9ae - 1007.953125 42.25 1001.546875 63.265625 988.8125 76.390625 c 0 - 976 89.515625 957.40625 96.078125 933.109375 96.078125 c 1 - 877.432617188 96.078125 821.754882812 96.078125 766.078125 96.078125 c 1 - 766.078125 26.3125 766.078125 -43.453125 766.078125 -113.21875 c 1 -766.078125 183.421875 m 1 - 816.3125 183.421875 866.546875 183.421875 916.78125 183.421875 c 1 - 939.203125 183.421875 956.46875 189.359375 968.578125 201.15625 c 0 - 980.765625 213.03125 986.859375 232.327148438 986.859375 259.28125 c 1 - 986.859375 273.65625 986.859375 288.03125 986.859375 302.40625 c 1xf9b6 - 986.859375 329.359375 980.765625 348.655273438 968.578125 360.53125 c 0 - 956.46875 372.327148438 939.203125 378.265625 916.78125 378.265625 c 1 - 866.546875 378.265625 816.3125 378.265625 766.078125 378.265625 c 1 - 766.078125 313.317382812 766.078125 248.369140625 766.078125 183.421875 c 1 -57.09375 663.5 m 1 - 57.09375 886.859375 57.09375 1110.21875 57.09375 1333.578125 c 1 - 145.426757812 1333.578125 233.760742188 1333.578125 322.09375 1333.578125 c 1xfb86 - 379.671875 1333.578125 423.03125 1316.46875 452.171875 1282.25 c 0 - 481.234375 1247.953125 495.84375 1198.578125 495.84375 1133.890625 c 256 - 495.84375 1069.28125 481.234375 1019.828125 452.171875 985.609375 c 0 - 423.03125 951.3125 379.671875 934.203125 322.09375 934.203125 c 1 - 267.692382812 934.203125 213.291992188 934.203125 158.890625 934.203125 c 1 - 158.890625 843.96875 158.890625 753.734375 158.890625 663.5 c 1 - 124.958007812 663.5 91.0263671875 663.5 57.09375 663.5 c 1 -158.890625 1024.4375 m 1 - 210.401367188 1024.4375 261.911132812 1024.4375 313.421875 1024.4375 c 1 - 337.71875 1024.4375 356.15625 1030.6875 368.65625 1043.1875 c 0 - 381.078125 1055.6875 387.328125 1075.6875 387.328125 1103.1875 c 1 - 387.328125 1123.65625 387.328125 1144.125 387.328125 1164.59375 c 1 - 387.328125 1192.171875 381.078125 1212.171875 368.65625 1224.59375 c 0 - 356.15625 1237.09375 337.71875 1243.34375 313.421875 1243.34375 c 1 - 261.911132812 1243.34375 210.401367188 1243.34375 158.890625 1243.34375 c 1 - 158.890625 1170.375 158.890625 1097.40625 158.890625 1024.4375 c 1 -843.65625 652.015625 m 0 - 804.59375 652.015625 769.59375 658.578125 738.578125 671.625 c 0 - 707.484375 684.75 680.921875 705.453125 658.890625 733.578125 c 0 - 636.78125 761.703125 619.828125 797.71875 607.953125 841.546875 c 0 - 596.15625 885.453125 590.21875 937.71875 590.21875 998.578125 c 256 - 590.21875 1059.359375 596.15625 1111.625 607.953125 1155.53125 c 0 - 619.828125 1199.359375 636.78125 1235.375 658.890625 1263.5 c 0 - 680.921875 1291.625 707.484375 1312.328125 738.578125 1325.453125 c 0 - 769.59375 1338.578125 804.59375 1345.0625 843.65625 1345.0625 c 0 - 900.609375 1345.0625 946.234375 1332.796875 980.453125 1308.109375 c 0 - 1014.671875 1283.5 1042.09375 1246.546875 1062.5625 1197.25 c 1 - 1033.76074219 1181.25976562 1004.95800781 1165.27050781 976.15625 1149.28125 c 1 - 964.59375 1187.015625 948.5 1214.20214844 927.640625 1230.84375 c 0 - 906.859375 1247.48339844 878.890625 1255.84375 843.65625 1255.84375 c 0 - 798.265625 1255.84375 762.875 1240.140625 737.5625 1208.8125 c 0 - 712.328125 1177.40625 699.671875 1134.203125 699.671875 1079.203125 c 1 - 699.671875 1025.42675781 699.671875 971.650390625 699.671875 917.875 c 1xf9c6 - 699.671875 862.875 712.328125 819.671875 737.5625 788.265625 c 0 - 762.875 756.9375 798.265625 741.234375 843.65625 741.234375 c 0 - 879.515625 741.234375 908.5 750.217773438 930.53125 768.109375 c 0 - 952.640625 786.077148438 969.75 814.828125 981.9375 854.515625 c 1 - 1010.08886719 837.875 1038.23925781 821.234375 1066.390625 804.59375 c 1 - 1045.296875 755.375 1017.09375 717.561523438 981.9375 691.3125 c 0 - 946.703125 665.061523438 900.609375 652.015625 843.65625 652.015625 c 0 -1636.9375 1076.3125 m 1 - 1639.17675781 1114.38476562 1641.41699219 1152.45800781 1643.65625 1190.53125 c 1 - 1639.828125 1190.53125 1636 1190.53125 1632.171875 1190.53125 c 1 - 1616.80761719 1153.08300781 1601.44238281 1115.63476562 1586.078125 1078.1875 c 1 - 1542.5625 987.328125 1499.046875 896.46875 1455.53125 805.609375 c 1 - 1412.328125 896.46875 1369.125 987.328125 1325.921875 1078.1875 c 1 - 1310.55761719 1115.00976562 1295.19238281 1151.83300781 1279.828125 1188.65625 c 1 - 1276 1188.65625 1272.171875 1188.65625 1268.34375 1188.65625 c 1xfd86 - 1270.58300781 1151.20800781 1272.82324219 1113.75976562 1275.0625 1076.3125 c 1 - 1275.0625 938.708007812 1275.0625 801.103515625 1275.0625 663.5 c 1 - 1242.40625 663.5 1209.75 663.5 1177.09375 663.5 c 1 - 1177.09375 886.859375 1177.09375 1110.21875 1177.09375 1333.578125 c 1 - 1217.09375 1333.578125 1257.09375 1333.578125 1297.09375 1333.578125 c 1xfb86 - 1333.265625 1255.50488281 1369.4375 1177.43164062 1405.609375 1099.359375 c 1 - 1421.28613281 1055.19238281 1436.96386719 1011.02539062 1452.640625 966.859375 c 1 - 1455.50488281 966.859375 1458.37011719 966.859375 1461.234375 966.859375 c 1 - 1476.9375 1011.02539062 1492.640625 1055.19238281 1508.34375 1099.359375 c 1 - 1544.17675781 1177.43164062 1580.01074219 1255.50488281 1615.84375 1333.578125 c 1xfd86 - 1655.53125 1333.578125 1695.21875 1333.578125 1734.90625 1333.578125 c 1xfb86 - 1734.90625 1110.21875 1734.90625 886.859375 1734.90625 663.5 c 1 - 1702.25 663.5 1669.59375 663.5 1636.9375 663.5 c 1 - 1636.9375 801.103515625 1636.9375 938.708007812 1636.9375 1076.3125 c 1 +664.28125 422.5625 m 1xf9ae + 754.854492188 422.5625 845.426757812 422.5625 936 422.5625 c 1 + 987.796875 422.5625 1027.171875 407.874023438 1054.046875 378.421875 c 0 + 1080.921875 348.967773438 1094.359375 306.078125 1094.359375 249.75 c 0 + 1094.359375 206.859375 1085.0625 173.265625 1066.546875 148.96875 c 0 + 1047.953125 124.670898438 1021.390625 110.920898438 986.859375 107.71875 c 1 + 986.859375 103.864257812 986.859375 100.009765625 986.859375 96.15625 c 1xf9b6 + 1006.078125 96.15625 1023.5 92.4833984375 1039.203125 85.140625 c 0 + 1054.828125 77.796875 1068.421875 67.3271484375 1079.984375 53.890625 c 0 + 1091.46875 40.453125 1100.453125 24.515625 1106.859375 5.921875 c 0 + 1113.265625 -12.6728515625 1116.46875 -32.828125 1116.46875 -54.546875 c 0 + 1116.46875 -83.375 1112.796875 -109.625976562 1105.453125 -133.296875 c 0 + 1098.03125 -156.96875 1087.640625 -177.282226562 1074.203125 -194.234375 c 0 + 1060.765625 -211.1875 1044.59375 -224.313476562 1025.765625 -233.609375 c 0 + 1006.859375 -242.90625 985.921875 -247.515625 962.875 -247.515625 c 1 + 863.34375 -247.515625 763.8125 -247.515625 664.28125 -247.515625 c 1 + 664.28125 -24.15625 664.28125 199.203125 664.28125 422.5625 c 1xf9ae +766.078125 -158.21875 m 1 + 821.754882812 -158.21875 877.432617188 -158.21875 933.109375 -158.21875 c 1 + 957.40625 -158.21875 976 -151.65625 988.8125 -138.53125 c 0 + 1001.546875 -125.40625 1007.953125 -104.46875 1007.953125 -75.640625 c 1 + 1007.953125 -60.927734375 1007.953125 -46.2138671875 1007.953125 -31.5 c 1xf9ae + 1007.953125 -2.75 1001.546875 18.265625 988.8125 31.390625 c 0 + 976 44.515625 957.40625 51.078125 933.109375 51.078125 c 1 + 877.432617188 51.078125 821.754882812 51.078125 766.078125 51.078125 c 1 + 766.078125 -18.6875 766.078125 -88.453125 766.078125 -158.21875 c 1 +766.078125 138.421875 m 1 + 816.3125 138.421875 866.546875 138.421875 916.78125 138.421875 c 1 + 939.203125 138.421875 956.46875 144.359375 968.578125 156.15625 c 0 + 980.765625 168.03125 986.859375 187.327148438 986.859375 214.28125 c 1 + 986.859375 228.65625 986.859375 243.03125 986.859375 257.40625 c 1xf9b6 + 986.859375 284.359375 980.765625 303.655273438 968.578125 315.53125 c 0 + 956.46875 327.327148438 939.203125 333.265625 916.78125 333.265625 c 1 + 866.546875 333.265625 816.3125 333.265625 766.078125 333.265625 c 1 + 766.078125 268.317382812 766.078125 203.369140625 766.078125 138.421875 c 1 +57.09375 618.5 m 1 + 57.09375 841.859375 57.09375 1065.21875 57.09375 1288.578125 c 1 + 145.426757812 1288.578125 233.760742188 1288.578125 322.09375 1288.578125 c 1xfb86 + 379.671875 1288.578125 423.03125 1271.46875 452.171875 1237.25 c 0 + 481.234375 1202.953125 495.84375 1153.578125 495.84375 1088.890625 c 256 + 495.84375 1024.28125 481.234375 974.828125 452.171875 940.609375 c 0 + 423.03125 906.3125 379.671875 889.203125 322.09375 889.203125 c 1 + 267.692382812 889.203125 213.291992188 889.203125 158.890625 889.203125 c 1 + 158.890625 798.96875 158.890625 708.734375 158.890625 618.5 c 1 + 124.958007812 618.5 91.0263671875 618.5 57.09375 618.5 c 1 +158.890625 979.4375 m 1 + 210.401367188 979.4375 261.911132812 979.4375 313.421875 979.4375 c 1 + 337.71875 979.4375 356.15625 985.6875 368.65625 998.1875 c 0 + 381.078125 1010.6875 387.328125 1030.6875 387.328125 1058.1875 c 1 + 387.328125 1078.65625 387.328125 1099.125 387.328125 1119.59375 c 1 + 387.328125 1147.171875 381.078125 1167.171875 368.65625 1179.59375 c 0 + 356.15625 1192.09375 337.71875 1198.34375 313.421875 1198.34375 c 1 + 261.911132812 1198.34375 210.401367188 1198.34375 158.890625 1198.34375 c 1 + 158.890625 1125.375 158.890625 1052.40625 158.890625 979.4375 c 1 +843.65625 607.015625 m 0 + 804.59375 607.015625 769.59375 613.578125 738.578125 626.625 c 0 + 707.484375 639.75 680.921875 660.453125 658.890625 688.578125 c 0 + 636.78125 716.703125 619.828125 752.71875 607.953125 796.546875 c 0 + 596.15625 840.453125 590.21875 892.71875 590.21875 953.578125 c 256 + 590.21875 1014.359375 596.15625 1066.625 607.953125 1110.53125 c 0 + 619.828125 1154.359375 636.78125 1190.375 658.890625 1218.5 c 0 + 680.921875 1246.625 707.484375 1267.328125 738.578125 1280.453125 c 0 + 769.59375 1293.578125 804.59375 1300.0625 843.65625 1300.0625 c 0 + 900.609375 1300.0625 946.234375 1287.796875 980.453125 1263.109375 c 0 + 1014.671875 1238.5 1042.09375 1201.546875 1062.5625 1152.25 c 1 + 1033.76074219 1136.25976562 1004.95800781 1120.27050781 976.15625 1104.28125 c 1 + 964.59375 1142.015625 948.5 1169.20214844 927.640625 1185.84375 c 0 + 906.859375 1202.48339844 878.890625 1210.84375 843.65625 1210.84375 c 0 + 798.265625 1210.84375 762.875 1195.140625 737.5625 1163.8125 c 0 + 712.328125 1132.40625 699.671875 1089.203125 699.671875 1034.203125 c 1 + 699.671875 980.426757812 699.671875 926.650390625 699.671875 872.875 c 1xf9c6 + 699.671875 817.875 712.328125 774.671875 737.5625 743.265625 c 0 + 762.875 711.9375 798.265625 696.234375 843.65625 696.234375 c 0 + 879.515625 696.234375 908.5 705.217773438 930.53125 723.109375 c 0 + 952.640625 741.077148438 969.75 769.828125 981.9375 809.515625 c 1 + 1010.08886719 792.875 1038.23925781 776.234375 1066.390625 759.59375 c 1 + 1045.296875 710.375 1017.09375 672.561523438 981.9375 646.3125 c 0 + 946.703125 620.061523438 900.609375 607.015625 843.65625 607.015625 c 0 +1636.9375 1031.3125 m 1 + 1639.17675781 1069.38476562 1641.41699219 1107.45800781 1643.65625 1145.53125 c 1 + 1639.828125 1145.53125 1636 1145.53125 1632.171875 1145.53125 c 1 + 1616.80761719 1108.08300781 1601.44238281 1070.63476562 1586.078125 1033.1875 c 1 + 1542.5625 942.328125 1499.046875 851.46875 1455.53125 760.609375 c 1 + 1412.328125 851.46875 1369.125 942.328125 1325.921875 1033.1875 c 1 + 1310.55761719 1070.00976562 1295.19238281 1106.83300781 1279.828125 1143.65625 c 1 + 1276 1143.65625 1272.171875 1143.65625 1268.34375 1143.65625 c 1xfd86 + 1270.58300781 1106.20800781 1272.82324219 1068.75976562 1275.0625 1031.3125 c 1 + 1275.0625 893.708007812 1275.0625 756.103515625 1275.0625 618.5 c 1 + 1242.40625 618.5 1209.75 618.5 1177.09375 618.5 c 1 + 1177.09375 841.859375 1177.09375 1065.21875 1177.09375 1288.578125 c 1 + 1217.09375 1288.578125 1257.09375 1288.578125 1297.09375 1288.578125 c 1xfb86 + 1333.265625 1210.50488281 1369.4375 1132.43164062 1405.609375 1054.359375 c 1 + 1421.28613281 1010.19238281 1436.96386719 966.025390625 1452.640625 921.859375 c 1 + 1455.50488281 921.859375 1458.37011719 921.859375 1461.234375 921.859375 c 1 + 1476.9375 966.025390625 1492.640625 1010.19238281 1508.34375 1054.359375 c 1 + 1544.17675781 1132.43164062 1580.01074219 1210.50488281 1615.84375 1288.578125 c 1xfd86 + 1655.53125 1288.578125 1695.21875 1288.578125 1734.90625 1288.578125 c 1xfb86 + 1734.90625 1065.21875 1734.90625 841.859375 1734.90625 618.5 c 1 + 1702.25 618.5 1669.59375 618.5 1636.9375 618.5 c 1 + 1636.9375 756.103515625 1636.9375 893.708007812 1636.9375 1031.3125 c 1 EndSplineSet EndChar StartChar: uniE127 Encoding: 57639 57639 40 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 96.9531<472.423 704.729> -15.4395 93.125<1098.35 1296.09> 67.139 93.125<608.117 746.32> 373.389 99.8438<1183.19 1212.07> 387.764 96.9531<472.697 701.413> 657.686 95.9375<510.965 736.75 1097.49 1418.2> 961.04 95.9375<1097.49 1388.43> 1254.79 95.9375<536.534 754.946 1097.49 1418.2> -VStem: 295.148 116.172<-48.8873 325.002> 405.07 107.5<1097.56 1233.85> 755.93 95.0781<-196.846 -95.0488 -63.3424 67.139> 765.07 107.5<780.735 927.928> 903.43 110.391<-196.846 -86.4551> 989.055 108.438<765.186 961.04 1056.98 1243.23> 1383.43 113.281<-196.846 -83.5645> -DStem2: 619.133 1070.42 600.852 967.76 0.978916 -0.204262<-84.378 149.631> 903.43 -196.846 1013.82 -196.846 0.322775 0.946476<35.6313 226.241 322.753 322.753> 1268.27 473.232 1200.07 373.389 0.306115 -0.951995<74.1727 385.072 481.954 673.162> +VWidth: 1687 +Flags: W +HStem: -253.33 96.9531<472.423 704.729> -60.4395 93.125<1098.35 1296.09> 22.1387 93.125<608.117 746.32> 328.389 99.8438<1183.19 1212.07> 342.764 96.9531<472.697 701.413> 612.686 95.9375<510.965 736.75 1097.49 1418.2> 916.045 95.9375<1097.49 1388.43> 1209.79 95.9375<536.534 754.946 1097.49 1418.2> +VStem: 295.148 116.172<-93.8873 280.002> 405.07 107.5<1052.56 1188.85> 755.93 95.0781<-241.846 -140.049 -108.342 22.1387> 765.07 107.5<735.735 882.928> 903.43 110.391<-241.846 -131.455> 989.055 108.438<720.186 916.045 1011.98 1198.23> 1383.43 113.281<-241.846 -128.564> +DStem2: 619.133 1025.42 600.852 922.764 0.978916 -0.204262<-84.378 149.631> 903.43 -241.846 1013.82 -241.846 0.322775 0.946476<35.6313 226.241 322.753 322.753> 1268.27 428.232 1200.07 328.389 0.306115 -0.951995<74.1727 385.072 481.954 673.162> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 96.9531<472.423 704.729> 44.5605 93.125<1098.35 1296.09> 127.139 93.125<608.117 746.32> 433.389 99.8438<1183.19 1212.07> 447.764 96.9531<472.697 701.413> 717.686 95.9375<510.965 736.75 1097.49 1418.2> 1021.04 95.9375<1097.49 1388.43> 1314.79 95.9375<536.534 754.946 1097.49 1418.2> -VStem: 295.148 116.172<11.1127 385.002> 405.07 107.5<1157.56 1293.85> 755.93 95.0781<-136.846 -35.0488 -3.34238 127.139> 765.07 107.5<840.735 987.928> 903.43 110.391<-136.846 -26.4551> 989.055 108.438<825.186 1021.04 1116.98 1303.23> 1383.43 113.281<-136.846 -23.5645> -DStem2: 619.133 1130.42 600.852 1027.76 0.978916 -0.204262<-84.378 149.631> 903.43 -136.846 1013.82 -136.846 0.322775 0.946476<35.6313 226.241 322.753 322.753> 1268.27 533.232 1200.07 433.389 0.306115 -0.951995<74.1727 385.072 481.954 673.162> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -755.9296875 -95.048828125 m 1xafa2 - 754.653320312 -95.048828125 753.377929688 -95.048828125 752.1015625 -95.048828125 c 1 - 745.0703125 -127.705078125 726.0078125 -154.736328125 694.9921875 -176.220703125 c 0 - 663.8984375 -197.626953125 622.8046875 -208.330078125 571.6328125 -208.330078125 c 0 - 531.9453125 -208.330078125 495.1484375 -200.830078125 461.2421875 -185.830078125 c 0 - 427.2578125 -170.751953125 398.0390625 -148.720703125 373.3515625 -119.580078125 c 0 - 348.7421875 -90.439453125 329.5234375 -54.267578125 315.7734375 -11.064453125 c 0 - 302.0234375 32.138671875 295.1484375 81.904296875 295.1484375 138.232421875 c 0 - 295.1484375 193.857421875 302.1796875 243.310546875 316.2421875 286.513671875 c 0 - 330.3046875 329.716796875 350.1484375 366.044921875 375.7734375 395.498046875 c 0 - 401.3984375 424.951171875 432.1015625 447.138671875 467.9609375 462.216796875 c 0 - 503.7421875 477.216796875 543.7421875 484.716796875 587.9609375 484.716796875 c 0 - 648.1171875 484.716796875 698.9765625 471.435546875 740.5390625 444.951171875 c 0 - 782.1796875 418.388671875 814.5234375 381.357421875 837.5703125 334.013671875 c 1 - 808.1171875 316.748046875 778.6640625 299.482421875 749.2109375 282.216796875 c 1 - 736.3984375 313.544921875 716.5546875 339.013671875 689.6796875 358.544921875 c 0 - 662.8046875 377.998046875 628.8984375 387.763671875 587.9609375 387.763671875 c 0 - 534.8359375 387.763671875 492.1015625 370.810546875 459.7578125 336.904296875 c 0 - 427.4921875 302.998046875 411.3203125 255.029296875 411.3203125 192.919921875 c 1 - 411.3203125 156.435546875 411.3203125 119.951171875 411.3203125 83.466796875 c 1 - 411.3203125 21.357421875 427.4921875 -26.611328125 459.7578125 -60.517578125 c 0 - 492.1015625 -94.423828125 534.8359375 -111.376953125 587.9609375 -111.376953125 c 0 - 609.0546875 -111.376953125 629.2109375 -108.720703125 648.4296875 -103.251953125 c 0 - 667.6484375 -97.783203125 684.4453125 -89.814453125 698.8203125 -79.267578125 c 0 - 713.1953125 -68.720703125 724.7578125 -55.595703125 733.3515625 -39.892578125 c 0 - 742.0234375 -24.189453125 746.3203125 -5.830078125 746.3203125 15.341796875 c 1 - 746.3203125 32.607421875 746.3203125 49.873046875 746.3203125 67.138671875 c 1 - 700.252929688 67.138671875 654.184570312 67.138671875 608.1171875 67.138671875 c 1 - 608.1171875 98.1806640625 608.1171875 129.221679688 608.1171875 160.263671875 c 1 - 689.081054688 160.263671875 770.043945312 160.263671875 851.0078125 160.263671875 c 1 - 851.0078125 41.2275390625 851.0078125 -77.8095703125 851.0078125 -196.845703125 c 1 - 819.315429688 -196.845703125 787.622070312 -196.845703125 755.9296875 -196.845703125 c 1 - 755.9296875 -162.913085938 755.9296875 -128.981445312 755.9296875 -95.048828125 c 1xafa2 -1383.4296875 -196.845703125 m 1 - 1363.2734375 -136.376953125 1343.1171875 -75.908203125 1322.9609375 -15.439453125 c 1 - 1239.4453125 -15.439453125 1155.9296875 -15.439453125 1072.4140625 -15.439453125 c 1 - 1052.8828125 -75.908203125 1033.3515625 -136.376953125 1013.8203125 -196.845703125 c 1 - 977.0234375 -196.845703125 940.2265625 -196.845703125 903.4296875 -196.845703125 c 1 - 979.6015625 26.513671875 1055.7734375 249.873046875 1131.9453125 473.232421875 c 1 - 1177.38769531 473.232421875 1222.83105469 473.232421875 1268.2734375 473.232421875 c 1xd70a - 1344.41894531 249.873046875 1420.56542969 26.513671875 1496.7109375 -196.845703125 c 1 - 1458.95019531 -196.845703125 1421.19042969 -196.845703125 1383.4296875 -196.845703125 c 1 -1200.0703125 373.388671875 m 1 - 1198.48144531 373.388671875 1196.89355469 373.388671875 1195.3046875 373.388671875 c 1 - 1162.98730469 274.821289062 1130.66894531 176.252929688 1098.3515625 77.685546875 c 1 - 1164.26269531 77.685546875 1230.17480469 77.685546875 1296.0859375 77.685546875 c 1 - 1264.08105469 176.252929688 1232.07519531 274.821289062 1200.0703125 373.388671875 c 1 -629.6796875 657.685546875 m 0 - 573.3515625 657.685546875 525.5390625 667.919921875 486.1640625 688.388671875 c 0 - 446.7890625 708.857421875 413.0390625 736.357421875 384.9140625 770.966796875 c 1 - 409.862304688 794.326171875 434.809570312 817.685546875 459.7578125 841.044921875 c 1 - 483.4296875 812.216796875 509.5234375 790.419921875 537.9609375 775.732421875 c 0 - 566.4765625 761.044921875 598.9765625 753.623046875 635.4609375 753.623046875 c 0 - 678.3515625 753.623046875 710.6171875 763.232421875 732.4140625 782.451171875 c 0 - 754.1328125 801.669921875 765.0703125 827.607421875 765.0703125 860.185546875 c 0 - 765.0703125 886.435546875 757.3359375 907.216796875 742.0234375 922.607421875 c 0 - 726.6328125 937.998046875 699.4453125 949.482421875 660.3828125 957.138671875 c 1 - 640.5390625 960.680664062 620.6953125 964.221679688 600.8515625 967.763671875 c 1 - 535.6171875 979.873046875 486.6328125 1001.35742188 453.9765625 1032.06054688 c 0 - 421.3203125 1062.76367188 405.0703125 1105.02929688 405.0703125 1158.77929688 c 0 - 405.0703125 1188.23242188 410.6171875 1214.95117188 421.8671875 1238.93554688 c 0 - 433.0390625 1262.91992188 448.7421875 1283.07617188 468.8984375 1299.40429688 c 0 - 489.0546875 1315.73242188 513.5078125 1328.38867188 542.3359375 1337.29492188 c 0 - 571.0859375 1346.27929688 603.4296875 1350.73242188 639.2890625 1350.73242188 c 0 - 689.8359375 1350.73242188 733.6640625 1341.98242188 770.7734375 1324.40429688 c 0 - 807.8828125 1306.74804688 839.6015625 1281.35742188 865.8515625 1248.07617188 c 1 - 840.565429688 1225.68066406 815.278320312 1203.28417969 789.9921875 1180.88867188 c 1 - 772.7265625 1203.23242188 751.6328125 1221.20117188 726.6328125 1234.63867188 c 0 - 701.7109375 1248.07617188 670.6171875 1254.79492188 633.5078125 1254.79492188 c 0 - 595.1484375 1254.79492188 565.3828125 1247.06054688 544.2109375 1231.74804688 c 0 - 523.1171875 1216.35742188 512.5703125 1193.93554688 512.5703125 1164.56054688 c 0 - 512.5703125 1136.35742188 521.1640625 1115.41992188 538.5078125 1101.66992188 c 0 - 555.7734375 1087.91992188 582.6484375 1077.45117188 619.1328125 1070.41992188 c 1 - 638.9765625 1066.27929688 658.8203125 1062.13867188 678.6640625 1057.99804688 c 1 - 745.8515625 1045.18554688 794.9921875 1023.38867188 826.0078125 992.685546875 c 0 - 857.0234375 961.982421875 872.5703125 919.716796875 872.5703125 865.966796875 c 0x8752 - 872.5703125 834.638671875 867.1015625 806.123046875 856.2421875 780.498046875 c 0 - 845.3828125 754.951171875 829.5234375 732.998046875 808.7421875 714.794921875 c 0 - 787.8828125 696.513671875 762.4921875 682.451171875 732.4140625 672.529296875 c 0 - 702.3359375 662.607421875 668.0390625 657.685546875 629.6796875 657.685546875 c 0 -989.0546875 669.169921875 m 1x8706 - 989.0546875 892.529296875 989.0546875 1115.88867188 989.0546875 1339.24804688 c 1 - 1132.1015625 1339.24804688 1275.1484375 1339.24804688 1418.1953125 1339.24804688 c 1 - 1418.1953125 1307.24316406 1418.1953125 1275.23730469 1418.1953125 1243.23242188 c 1 - 1311.29394531 1243.23242188 1204.39355469 1243.23242188 1097.4921875 1243.23242188 c 1 - 1097.4921875 1181.14941406 1097.4921875 1119.06542969 1097.4921875 1056.98242188 c 1 - 1194.47167969 1056.98242188 1291.45019531 1056.98242188 1388.4296875 1056.98242188 c 1 - 1388.4296875 1025.00292969 1388.4296875 993.024414062 1388.4296875 961.044921875 c 1 - 1291.45019531 961.044921875 1194.47167969 961.044921875 1097.4921875 961.044921875 c 1 - 1097.4921875 895.758789062 1097.4921875 830.471679688 1097.4921875 765.185546875 c 1 - 1204.39355469 765.185546875 1311.29394531 765.185546875 1418.1953125 765.185546875 c 1 - 1418.1953125 733.180664062 1418.1953125 701.174804688 1418.1953125 669.169921875 c 1 - 1275.1484375 669.169921875 1132.1015625 669.169921875 989.0546875 669.169921875 c 1x8706 +755.9296875 -140.048828125 m 1xafa2 + 754.653320312 -140.048828125 753.377929688 -140.048828125 752.1015625 -140.048828125 c 1 + 745.0703125 -172.705078125 726.0078125 -199.736328125 694.9921875 -221.220703125 c 0 + 663.8984375 -242.626953125 622.8046875 -253.330078125 571.6328125 -253.330078125 c 0 + 531.9453125 -253.330078125 495.1484375 -245.830078125 461.2421875 -230.830078125 c 0 + 427.2578125 -215.751953125 398.0390625 -193.720703125 373.3515625 -164.580078125 c 0 + 348.7421875 -135.439453125 329.5234375 -99.267578125 315.7734375 -56.064453125 c 0 + 302.0234375 -12.861328125 295.1484375 36.904296875 295.1484375 93.232421875 c 0 + 295.1484375 148.857421875 302.1796875 198.310546875 316.2421875 241.513671875 c 0 + 330.3046875 284.716796875 350.1484375 321.044921875 375.7734375 350.498046875 c 0 + 401.3984375 379.951171875 432.1015625 402.138671875 467.9609375 417.216796875 c 0 + 503.7421875 432.216796875 543.7421875 439.716796875 587.9609375 439.716796875 c 0 + 648.1171875 439.716796875 698.9765625 426.435546875 740.5390625 399.951171875 c 0 + 782.1796875 373.388671875 814.5234375 336.357421875 837.5703125 289.013671875 c 1 + 808.1171875 271.748046875 778.6640625 254.482421875 749.2109375 237.216796875 c 1 + 736.3984375 268.544921875 716.5546875 294.013671875 689.6796875 313.544921875 c 0 + 662.8046875 332.998046875 628.8984375 342.763671875 587.9609375 342.763671875 c 0 + 534.8359375 342.763671875 492.1015625 325.810546875 459.7578125 291.904296875 c 0 + 427.4921875 257.998046875 411.3203125 210.029296875 411.3203125 147.919921875 c 1 + 411.3203125 111.435546875 411.3203125 74.951171875 411.3203125 38.466796875 c 1 + 411.3203125 -23.642578125 427.4921875 -71.611328125 459.7578125 -105.517578125 c 0 + 492.1015625 -139.423828125 534.8359375 -156.376953125 587.9609375 -156.376953125 c 0 + 609.0546875 -156.376953125 629.2109375 -153.720703125 648.4296875 -148.251953125 c 0 + 667.6484375 -142.783203125 684.4453125 -134.814453125 698.8203125 -124.267578125 c 0 + 713.1953125 -113.720703125 724.7578125 -100.595703125 733.3515625 -84.892578125 c 0 + 742.0234375 -69.189453125 746.3203125 -50.830078125 746.3203125 -29.658203125 c 1 + 746.3203125 -12.392578125 746.3203125 4.873046875 746.3203125 22.138671875 c 1 + 700.252929688 22.138671875 654.184570312 22.138671875 608.1171875 22.138671875 c 1 + 608.1171875 53.1806640625 608.1171875 84.2216796875 608.1171875 115.263671875 c 1 + 689.081054688 115.263671875 770.043945312 115.263671875 851.0078125 115.263671875 c 1 + 851.0078125 -3.7724609375 851.0078125 -122.809570312 851.0078125 -241.845703125 c 1 + 819.315429688 -241.845703125 787.622070312 -241.845703125 755.9296875 -241.845703125 c 1 + 755.9296875 -207.913085938 755.9296875 -173.981445312 755.9296875 -140.048828125 c 1xafa2 +1383.4296875 -241.845703125 m 1 + 1363.2734375 -181.376953125 1343.1171875 -120.908203125 1322.9609375 -60.439453125 c 1 + 1239.4453125 -60.439453125 1155.9296875 -60.439453125 1072.4140625 -60.439453125 c 1 + 1052.8828125 -120.908203125 1033.3515625 -181.376953125 1013.8203125 -241.845703125 c 1 + 977.0234375 -241.845703125 940.2265625 -241.845703125 903.4296875 -241.845703125 c 1 + 979.6015625 -18.486328125 1055.7734375 204.873046875 1131.9453125 428.232421875 c 1 + 1177.38769531 428.232421875 1222.83105469 428.232421875 1268.2734375 428.232421875 c 1xd70a + 1344.41894531 204.873046875 1420.56542969 -18.486328125 1496.7109375 -241.845703125 c 1 + 1458.95019531 -241.845703125 1421.19042969 -241.845703125 1383.4296875 -241.845703125 c 1 +1200.0703125 328.388671875 m 1 + 1198.48144531 328.388671875 1196.89355469 328.388671875 1195.3046875 328.388671875 c 1 + 1162.98730469 229.821289062 1130.66894531 131.252929688 1098.3515625 32.685546875 c 1 + 1164.26269531 32.685546875 1230.17480469 32.685546875 1296.0859375 32.685546875 c 1 + 1264.08105469 131.252929688 1232.07519531 229.821289062 1200.0703125 328.388671875 c 1 +629.6796875 612.685546875 m 0 + 573.3515625 612.685546875 525.5390625 622.919921875 486.1640625 643.388671875 c 0 + 446.7890625 663.857421875 413.0390625 691.357421875 384.9140625 725.966796875 c 1 + 409.862304688 749.326171875 434.809570312 772.685546875 459.7578125 796.044921875 c 1 + 483.4296875 767.216796875 509.5234375 745.419921875 537.9609375 730.732421875 c 0 + 566.4765625 716.044921875 598.9765625 708.623046875 635.4609375 708.623046875 c 0 + 678.3515625 708.623046875 710.6171875 718.232421875 732.4140625 737.451171875 c 0 + 754.1328125 756.669921875 765.0703125 782.607421875 765.0703125 815.185546875 c 0 + 765.0703125 841.435546875 757.3359375 862.216796875 742.0234375 877.607421875 c 0 + 726.6328125 892.998046875 699.4453125 904.482421875 660.3828125 912.138671875 c 1 + 640.5390625 915.680664062 620.6953125 919.221679688 600.8515625 922.763671875 c 1 + 535.6171875 934.873046875 486.6328125 956.357421875 453.9765625 987.060546875 c 0 + 421.3203125 1017.76367188 405.0703125 1060.02929688 405.0703125 1113.77929688 c 0 + 405.0703125 1143.23242188 410.6171875 1169.95117188 421.8671875 1193.93554688 c 0 + 433.0390625 1217.91992188 448.7421875 1238.07617188 468.8984375 1254.40429688 c 0 + 489.0546875 1270.73242188 513.5078125 1283.38867188 542.3359375 1292.29492188 c 0 + 571.0859375 1301.27929688 603.4296875 1305.73242188 639.2890625 1305.73242188 c 0 + 689.8359375 1305.73242188 733.6640625 1296.98242188 770.7734375 1279.40429688 c 0 + 807.8828125 1261.74804688 839.6015625 1236.35742188 865.8515625 1203.07617188 c 1 + 840.565429688 1180.68066406 815.278320312 1158.28417969 789.9921875 1135.88867188 c 1 + 772.7265625 1158.23242188 751.6328125 1176.20117188 726.6328125 1189.63867188 c 0 + 701.7109375 1203.07617188 670.6171875 1209.79492188 633.5078125 1209.79492188 c 0 + 595.1484375 1209.79492188 565.3828125 1202.06054688 544.2109375 1186.74804688 c 0 + 523.1171875 1171.35742188 512.5703125 1148.93554688 512.5703125 1119.56054688 c 0 + 512.5703125 1091.35742188 521.1640625 1070.41992188 538.5078125 1056.66992188 c 0 + 555.7734375 1042.91992188 582.6484375 1032.45117188 619.1328125 1025.41992188 c 1 + 638.9765625 1021.27929688 658.8203125 1017.13867188 678.6640625 1012.99804688 c 1 + 745.8515625 1000.18554688 794.9921875 978.388671875 826.0078125 947.685546875 c 0 + 857.0234375 916.982421875 872.5703125 874.716796875 872.5703125 820.966796875 c 0x8752 + 872.5703125 789.638671875 867.1015625 761.123046875 856.2421875 735.498046875 c 0 + 845.3828125 709.951171875 829.5234375 687.998046875 808.7421875 669.794921875 c 0 + 787.8828125 651.513671875 762.4921875 637.451171875 732.4140625 627.529296875 c 0 + 702.3359375 617.607421875 668.0390625 612.685546875 629.6796875 612.685546875 c 0 +989.0546875 624.169921875 m 1x8706 + 989.0546875 847.529296875 989.0546875 1070.88867188 989.0546875 1294.24804688 c 1 + 1132.1015625 1294.24804688 1275.1484375 1294.24804688 1418.1953125 1294.24804688 c 1 + 1418.1953125 1262.24316406 1418.1953125 1230.23730469 1418.1953125 1198.23242188 c 1 + 1311.29394531 1198.23242188 1204.39355469 1198.23242188 1097.4921875 1198.23242188 c 1 + 1097.4921875 1136.14941406 1097.4921875 1074.06542969 1097.4921875 1011.98242188 c 1 + 1194.47167969 1011.98242188 1291.45019531 1011.98242188 1388.4296875 1011.98242188 c 1 + 1388.4296875 980.002929688 1388.4296875 948.024414062 1388.4296875 916.044921875 c 1 + 1291.45019531 916.044921875 1194.47167969 916.044921875 1097.4921875 916.044921875 c 1 + 1097.4921875 850.758789062 1097.4921875 785.471679688 1097.4921875 720.185546875 c 1 + 1204.39355469 720.185546875 1311.29394531 720.185546875 1418.1953125 720.185546875 c 1 + 1418.1953125 688.180664062 1418.1953125 656.174804688 1418.1953125 624.169921875 c 1 + 1275.1484375 624.169921875 1132.1015625 624.169921875 989.0546875 624.169921875 c 1x8706 EndSplineSet EndChar StartChar: uniE128 Encoding: 57640 57640 41 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -188.641 135.352<983.512 1136.47> 937.414 145.43<754.163 1037.71> -VStem: 462.641 174.141<315.312 810.753> 829.672 152.812<-53.1521 53.218> 1155.22 174.141<313.985 810.753> +VWidth: 1687 +Flags: W +HStem: -233.641 135.352<983.512 1136.47> 892.414 145.43<754.163 1037.71> +VStem: 462.641 174.141<270.312 765.753> 829.672 152.812<-98.1521 8.21826> 1155.22 174.141<268.985 765.753> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -128.641 135.352<983.512 1136.47> 997.414 145.43<754.163 1037.71> -VStem: 462.641 174.141<375.312 870.753> 829.672 152.812<6.84791 113.218> 1155.22 174.141<373.985 870.753> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -1136.46875 -188.640625 m 5 - 1088.96875 -188.640625 1041.46875 -188.640625 993.96875 -188.640625 c 5 - 937.25 -188.640625 895.765625 -174.2265625 869.28125 -145.3984375 c 4 - 843.03125 -116.5703125 829.671875 -77.78125 829.671875 -28.796875 c 5 - 829.671875 -3.3671875 829.671875 22.0625 829.671875 47.4921875 c 5 - 773.1875 54.2890625 722.328125 70.578125 677.09375 96.4765625 c 4 - 632.09375 122.375 593.65625 156.9453125 562.015625 200.1875 c 4 - 530.140625 243.4296875 505.765625 295.4609375 488.421875 356.3984375 c 4 - 471.3125 417.3359375 462.640625 486.2421875 462.640625 563.1171875 c 4 - 462.640625 647.4921875 472.953125 722.140625 493.578125 786.9453125 c 4 - 514.203125 851.75 543.5 906.0078125 581.46875 949.71875 c 4 - 619.203125 993.4296875 664.90625 1026.4765625 718.109375 1049.09375 c 4 - 771.546875 1071.59375 830.609375 1082.84375 896 1082.84375 c 260 - 961.390625 1082.84375 1020.453125 1071.59375 1073.890625 1049.09375 c 4 - 1127.09375 1026.4765625 1172.796875 993.4296875 1210.53125 949.71875 c 4 - 1248.5 906.0078125 1277.796875 851.75 1298.421875 786.9453125 c 4 - 1319.046875 722.140625 1329.359375 647.4921875 1329.359375 563.1171875 c 4 - 1329.359375 413.3515625 1298.1875 294.9921875 1235.84375 208.15625 c 4 - 1173.5 121.203125 1088.890625 68.703125 982.484375 50.421875 c 5 - 982.484375 15.8515625 982.484375 -18.71875 982.484375 -53.2890625 c 5 - 1033.8125 -53.2890625 1085.140625 -53.2890625 1136.46875 -53.2890625 c 5 - 1136.46875 -98.40625 1136.46875 -143.5234375 1136.46875 -188.640625 c 5 -896 188.703125 m 4 - 934.4375 188.703125 969.59375 195.3828125 1001.9375 208.859375 c 4 - 1034.046875 222.21875 1061.46875 241.671875 1083.96875 267.1015625 c 4 - 1106.46875 292.53125 1124.046875 323.5859375 1136.46875 360.03125 c 4 - 1148.890625 396.4765625 1155.21875 437.7265625 1155.21875 483.8984375 c 5 - 1155.21875 536.671875 1155.21875 589.4453125 1155.21875 642.21875 c 5 - 1155.21875 688.390625 1148.890625 729.640625 1136.46875 766.0859375 c 4 - 1124.046875 802.53125 1106.46875 833.5859375 1083.96875 859.015625 c 4 - 1061.46875 884.4453125 1034.046875 903.8984375 1001.9375 917.2578125 c 4 - 969.59375 930.734375 934.4375 937.4140625 896 937.4140625 c 4 - 856.625 937.4140625 821.234375 930.734375 789.359375 917.2578125 c 4 - 757.71875 903.8984375 730.53125 884.4453125 708.03125 859.015625 c 4 - 685.53125 833.5859375 667.953125 802.53125 655.53125 766.0859375 c 4 - 643.109375 729.640625 636.78125 688.390625 636.78125 642.21875 c 5 - 636.78125 589.4453125 636.78125 536.671875 636.78125 483.8984375 c 5 - 636.78125 437.7265625 643.109375 396.4765625 655.53125 360.03125 c 4 - 667.953125 323.5859375 685.53125 292.53125 708.03125 267.1015625 c 4 - 730.53125 241.671875 757.71875 222.21875 789.359375 208.859375 c 4 - 821.234375 195.3828125 856.625 188.703125 896 188.703125 c 4 +1136.46875 -233.640625 m 5 + 1088.96875 -233.640625 1041.46875 -233.640625 993.96875 -233.640625 c 5 + 937.25 -233.640625 895.765625 -219.2265625 869.28125 -190.3984375 c 4 + 843.03125 -161.5703125 829.671875 -122.78125 829.671875 -73.796875 c 5 + 829.671875 -48.3671875 829.671875 -22.9375 829.671875 2.4921875 c 5 + 773.1875 9.2890625 722.328125 25.578125 677.09375 51.4765625 c 4 + 632.09375 77.375 593.65625 111.9453125 562.015625 155.1875 c 4 + 530.140625 198.4296875 505.765625 250.4609375 488.421875 311.3984375 c 4 + 471.3125 372.3359375 462.640625 441.2421875 462.640625 518.1171875 c 4 + 462.640625 602.4921875 472.953125 677.140625 493.578125 741.9453125 c 4 + 514.203125 806.75 543.5 861.0078125 581.46875 904.71875 c 4 + 619.203125 948.4296875 664.90625 981.4765625 718.109375 1004.09375 c 4 + 771.546875 1026.59375 830.609375 1037.84375 896 1037.84375 c 260 + 961.390625 1037.84375 1020.453125 1026.59375 1073.890625 1004.09375 c 4 + 1127.09375 981.4765625 1172.796875 948.4296875 1210.53125 904.71875 c 4 + 1248.5 861.0078125 1277.796875 806.75 1298.421875 741.9453125 c 4 + 1319.046875 677.140625 1329.359375 602.4921875 1329.359375 518.1171875 c 4 + 1329.359375 368.3515625 1298.1875 249.9921875 1235.84375 163.15625 c 4 + 1173.5 76.203125 1088.890625 23.703125 982.484375 5.421875 c 5 + 982.484375 -29.1484375 982.484375 -63.71875 982.484375 -98.2890625 c 5 + 1033.8125 -98.2890625 1085.140625 -98.2890625 1136.46875 -98.2890625 c 5 + 1136.46875 -143.40625 1136.46875 -188.5234375 1136.46875 -233.640625 c 5 +896 143.703125 m 4 + 934.4375 143.703125 969.59375 150.3828125 1001.9375 163.859375 c 4 + 1034.046875 177.21875 1061.46875 196.671875 1083.96875 222.1015625 c 4 + 1106.46875 247.53125 1124.046875 278.5859375 1136.46875 315.03125 c 4 + 1148.890625 351.4765625 1155.21875 392.7265625 1155.21875 438.8984375 c 5 + 1155.21875 491.671875 1155.21875 544.4453125 1155.21875 597.21875 c 5 + 1155.21875 643.390625 1148.890625 684.640625 1136.46875 721.0859375 c 4 + 1124.046875 757.53125 1106.46875 788.5859375 1083.96875 814.015625 c 4 + 1061.46875 839.4453125 1034.046875 858.8984375 1001.9375 872.2578125 c 4 + 969.59375 885.734375 934.4375 892.4140625 896 892.4140625 c 4 + 856.625 892.4140625 821.234375 885.734375 789.359375 872.2578125 c 4 + 757.71875 858.8984375 730.53125 839.4453125 708.03125 814.015625 c 4 + 685.53125 788.5859375 667.953125 757.53125 655.53125 721.0859375 c 4 + 643.109375 684.640625 636.78125 643.390625 636.78125 597.21875 c 5 + 636.78125 544.4453125 636.78125 491.671875 636.78125 438.8984375 c 5 + 636.78125 392.7265625 643.109375 351.4765625 655.53125 315.03125 c 4 + 667.953125 278.5859375 685.53125 247.53125 708.03125 222.1015625 c 4 + 730.53125 196.671875 757.71875 177.21875 789.359375 163.859375 c 4 + 821.234375 150.3828125 856.625 143.703125 896 143.703125 c 4 EndSplineSet EndChar StartChar: uniE129 Encoding: 57641 57641 42 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 89.2969<1439.98 1772.17> 753.156 144.922<737.328 764.657 1084.83 1112.64> 808.781 89.2969<1340.14 1646.39> -VStem: 227.25 101.719<228 487.219> 646.078 97.9688<228 751.401> 1105.92 97.9688<228 753.247> -DStem2: 134.125 898.078 19.8281 898.078 0.450673 -0.892689<0 330.095> 285.766 598.547 328.969 487.219 0.416605 0.909088<0 329.486> 766.078 898.078 748.812 753.156 0.416929 -0.908939<124.527 395.989> 1324.83 319.172 1439.98 317.297 0.548962 0.835847<61.6492 585.764> +VWidth: 1687 +Flags: W +HStem: 183 89.2969<1439.98 1772.17> 708.156 144.922<737.328 764.657 1084.83 1112.64> 763.781 89.2969<1340.14 1646.39> +VStem: 227.25 101.719<183 442.219> 646.078 97.9688<183 706.401> 1105.92 97.9688<183 708.247> +DStem2: 134.125 853.078 19.8281 853.078 0.450673 -0.892689<0 330.095> 285.766 553.547 328.969 442.219 0.416605 0.909087<0 329.486> 766.078 853.078 748.812 708.156 0.416929 -0.908939<124.527 395.989> 1324.83 274.172 1439.98 272.297 0.548962 0.835847<61.6492 585.764> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 89.2969<1439.98 1772.17> 813.156 144.922<737.328 764.657 1084.83 1112.64> 868.781 89.2969<1340.14 1646.39> -VStem: 227.25 101.719<288 547.219> 646.078 97.9688<288 811.401> 1105.92 97.9688<288 813.247> -DStem2: 134.125 958.078 19.8281 958.078 0.450673 -0.892689<0 330.095> 285.766 658.547 328.969 547.219 0.416605 0.909087<0 329.486> 766.078 958.078 748.812 813.156 0.416929 -0.908939<124.527 395.989> 1324.83 379.172 1439.98 377.297 0.548962 0.835847<61.6492 585.764> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -227.25 228 m 1xbc - 227.25 314.40625 227.25 400.8125 227.25 487.21875 c 1 - 158.109375 624.171875 88.96875 761.125 19.828125 898.078125 c 1 - 57.9267578125 898.078125 96.0263671875 898.078125 134.125 898.078125 c 1 - 180.504882812 798.234375 226.885742188 698.390625 273.265625 598.546875 c 1 - 277.432617188 598.546875 281.598632812 598.546875 285.765625 598.546875 c 1 - 331.520507812 698.390625 377.276367188 798.234375 423.03125 898.078125 c 1 - 460.479492188 898.078125 497.926757812 898.078125 535.375 898.078125 c 1 - 466.573242188 761.125 397.770507812 624.171875 328.96875 487.21875 c 1 - 328.96875 400.8125 328.96875 314.40625 328.96875 228 c 1 - 295.0625 228 261.15625 228 227.25 228 c 1xbc -1105.921875 640.8125 m 1 - 1108.16113281 678.885742188 1110.40136719 716.958007812 1112.640625 755.03125 c 1 - 1108.8125 755.03125 1104.984375 755.03125 1101.15625 755.03125 c 1 - 1085.79199219 717.583007812 1070.42675781 680.135742188 1055.0625 642.6875 c 1 - 1011.546875 551.828125 968.03125 460.96875 924.515625 370.109375 c 1 - 881.3125 460.96875 838.109375 551.828125 794.90625 642.6875 c 1 - 779.541992188 679.510742188 764.176757812 716.333007812 748.8125 753.15625 c 1 - 744.984375 753.15625 741.15625 753.15625 737.328125 753.15625 c 1xdc - 739.567382812 715.708007812 741.807617188 678.260742188 744.046875 640.8125 c 1 - 744.046875 503.208007812 744.046875 365.604492188 744.046875 228 c 1 - 711.390625 228 678.734375 228 646.078125 228 c 1 - 646.078125 451.359375 646.078125 674.71875 646.078125 898.078125 c 1 - 686.078125 898.078125 726.078125 898.078125 766.078125 898.078125 c 1xbc - 802.25 820.004882812 838.421875 741.932617188 874.59375 663.859375 c 1 - 890.270507812 619.692382812 905.948242188 575.526367188 921.625 531.359375 c 1 - 924.489257812 531.359375 927.354492188 531.359375 930.21875 531.359375 c 1 - 945.921875 575.526367188 961.625 619.692382812 977.328125 663.859375 c 1 - 1013.16113281 741.932617188 1048.99511719 820.004882812 1084.828125 898.078125 c 1xdc - 1124.515625 898.078125 1164.203125 898.078125 1203.890625 898.078125 c 1 - 1203.890625 674.71875 1203.890625 451.359375 1203.890625 228 c 1 - 1171.234375 228 1138.578125 228 1105.921875 228 c 1 - 1105.921875 365.604492188 1105.921875 503.208007812 1105.921875 640.8125 c 1 -1772.171875 228 m 1 - 1623.05761719 228 1473.94238281 228 1324.828125 228 c 1 - 1324.828125 258.390625 1324.828125 288.78125 1324.828125 319.171875 c 1 - 1432.015625 482.375 1539.203125 645.578125 1646.390625 808.78125 c 1 - 1544.30761719 808.78125 1442.22363281 808.78125 1340.140625 808.78125 c 1 - 1340.140625 838.546875 1340.140625 868.3125 1340.140625 898.078125 c 1 - 1480.63574219 898.078125 1621.12988281 898.078125 1761.625 898.078125 c 1xbc - 1761.625 867.6875 1761.625 837.296875 1761.625 806.90625 c 1 - 1654.41113281 643.703125 1547.19824219 480.5 1439.984375 317.296875 c 1 - 1550.71386719 317.296875 1661.44238281 317.296875 1772.171875 317.296875 c 1 - 1772.171875 287.53125 1772.171875 257.765625 1772.171875 228 c 1 +227.25 183 m 1xbc + 227.25 269.40625 227.25 355.8125 227.25 442.21875 c 1 + 158.109375 579.171875 88.96875 716.125 19.828125 853.078125 c 1 + 57.9267578125 853.078125 96.0263671875 853.078125 134.125 853.078125 c 1 + 180.504882812 753.234375 226.885742188 653.390625 273.265625 553.546875 c 1 + 277.432617188 553.546875 281.598632812 553.546875 285.765625 553.546875 c 1 + 331.520507812 653.390625 377.276367188 753.234375 423.03125 853.078125 c 1 + 460.479492188 853.078125 497.926757812 853.078125 535.375 853.078125 c 1 + 466.573242188 716.125 397.770507812 579.171875 328.96875 442.21875 c 1 + 328.96875 355.8125 328.96875 269.40625 328.96875 183 c 1 + 295.0625 183 261.15625 183 227.25 183 c 1xbc +1105.921875 595.8125 m 1 + 1108.16113281 633.885742188 1110.40136719 671.958007812 1112.640625 710.03125 c 1 + 1108.8125 710.03125 1104.984375 710.03125 1101.15625 710.03125 c 1 + 1085.79199219 672.583007812 1070.42675781 635.135742188 1055.0625 597.6875 c 1 + 1011.546875 506.828125 968.03125 415.96875 924.515625 325.109375 c 1 + 881.3125 415.96875 838.109375 506.828125 794.90625 597.6875 c 1 + 779.541992188 634.510742188 764.176757812 671.333007812 748.8125 708.15625 c 1 + 744.984375 708.15625 741.15625 708.15625 737.328125 708.15625 c 1xdc + 739.567382812 670.708007812 741.807617188 633.260742188 744.046875 595.8125 c 1 + 744.046875 458.208007812 744.046875 320.604492188 744.046875 183 c 1 + 711.390625 183 678.734375 183 646.078125 183 c 1 + 646.078125 406.359375 646.078125 629.71875 646.078125 853.078125 c 1 + 686.078125 853.078125 726.078125 853.078125 766.078125 853.078125 c 1xbc + 802.25 775.004882812 838.421875 696.932617188 874.59375 618.859375 c 1 + 890.270507812 574.692382812 905.948242188 530.526367188 921.625 486.359375 c 1 + 924.489257812 486.359375 927.354492188 486.359375 930.21875 486.359375 c 1 + 945.921875 530.526367188 961.625 574.692382812 977.328125 618.859375 c 1 + 1013.16113281 696.932617188 1048.99511719 775.004882812 1084.828125 853.078125 c 1xdc + 1124.515625 853.078125 1164.203125 853.078125 1203.890625 853.078125 c 1 + 1203.890625 629.71875 1203.890625 406.359375 1203.890625 183 c 1 + 1171.234375 183 1138.578125 183 1105.921875 183 c 1 + 1105.921875 320.604492188 1105.921875 458.208007812 1105.921875 595.8125 c 1 +1772.171875 183 m 1 + 1623.05761719 183 1473.94238281 183 1324.828125 183 c 1 + 1324.828125 213.390625 1324.828125 243.78125 1324.828125 274.171875 c 1 + 1432.015625 437.375 1539.203125 600.578125 1646.390625 763.78125 c 1 + 1544.30761719 763.78125 1442.22363281 763.78125 1340.140625 763.78125 c 1 + 1340.140625 793.546875 1340.140625 823.3125 1340.140625 853.078125 c 1 + 1480.63574219 853.078125 1621.12988281 853.078125 1761.625 853.078125 c 1xbc + 1761.625 822.6875 1761.625 792.296875 1761.625 761.90625 c 1 + 1654.41113281 598.703125 1547.19824219 435.5 1439.984375 272.296875 c 1 + 1550.71386719 272.296875 1661.44238281 272.296875 1772.171875 272.296875 c 1 + 1772.171875 242.53125 1772.171875 212.765625 1772.171875 183 c 1 EndSplineSet EndChar StartChar: uniE12A Encoding: 57642 57642 43 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 91.1719<1374.3 1569.36> 498.703 91.25<184.594 336.939> 519.875 95.9375<824.594 1100.14> 564.953 89.2969<1407.93 1572.57> 802.062 96.0156<184.594 420.981 824.594 1134.67 1380.69 1681.23> -VStem: 76.1562 108.438<228 498.703 589.953 803.078> 444.75 114.297<612.194 780.759> 716.156 108.438<228 519.875 615.812 802.062> 1602.56 113.281<341.368 531.273> -DStem2: 428.422 510.266 318.031 498.703 0.456936 -0.8895<0 262.07> 1276.16 524.641 1366.39 566.906 0.0726244 0.997359<48.7072 286.444> +VWidth: 1687 +Flags: W +HStem: 171.516 91.1719<1374.3 1569.36> 453.703 91.25<184.594 336.939> 474.875 95.9375<824.594 1100.14> 519.953 89.2969<1407.93 1572.57> 757.062 96.0156<184.594 420.981 824.594 1134.67 1380.69 1681.23> +VStem: 76.1562 108.438<183 453.703 544.953 758.078> 444.75 114.297<567.194 735.759> 716.156 108.438<183 474.875 570.812 757.062> 1602.56 113.281<296.368 486.273> +DStem2: 428.422 465.266 318.031 453.703 0.456936 -0.8895<0 262.07> 1276.16 479.641 1366.39 521.906 0.0726244 0.997359<48.7072 286.444> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 91.1719<1374.3 1569.36> 558.703 91.25<184.594 336.939> 579.875 95.9375<824.594 1100.14> 624.953 89.2969<1407.93 1572.57> 862.062 96.0156<184.594 420.981 824.594 1134.67 1380.69 1681.23> -VStem: 76.1562 108.438<288 558.703 649.953 863.078> 444.75 114.297<672.194 840.759> 716.156 108.438<288 579.875 675.812 862.062> 1602.56 113.281<401.368 591.273> -DStem2: 428.422 570.266 318.031 558.703 0.456936 -0.8895<0 262.07> 1276.16 584.641 1366.39 626.906 0.0726244 0.997359<48.7072 286.444> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -184.59375 228 m 1xcf80 - 148.448242188 228 112.301757812 228 76.15625 228 c 1 - 76.15625 451.359375 76.15625 674.71875 76.15625 898.078125 c 1 - 172.458007812 898.078125 268.760742188 898.078125 365.0625 898.078125 c 1 - 425.296875 898.078125 472.640625 880.03125 507.171875 843.859375 c 0 - 541.703125 807.6875 559.046875 758.546875 559.046875 696.515625 c 0 - 559.046875 648.46875 547.953125 608.625 525.921875 576.984375 c 0 - 503.8125 545.265625 471.3125 523.078125 428.421875 510.265625 c 1 - 476.754882812 416.176757812 525.088867188 322.088867188 573.421875 228 c 1 - 533.109375 228 492.796875 228 452.484375 228 c 1 - 407.666992188 318.234375 362.848632812 408.46875 318.03125 498.703125 c 1 - 273.551757812 498.703125 229.073242188 498.703125 184.59375 498.703125 c 1 - 184.59375 408.46875 184.59375 318.234375 184.59375 228 c 1xcf80 -357.40625 589.953125 m 1 - 384.90625 589.953125 406.390625 597.140625 421.703125 611.515625 c 0 - 437.09375 625.890625 444.75 646.59375 444.75 673.46875 c 1 - 444.75 688.807617188 444.75 704.145507812 444.75 719.484375 c 1 - 444.75 746.4375 437.09375 767.0625 421.703125 781.4375 c 0 - 406.390625 795.8125 384.90625 803.078125 357.40625 803.078125 c 1 - 299.801757812 803.078125 242.198242188 803.078125 184.59375 803.078125 c 1 - 184.59375 732.036132812 184.59375 660.995117188 184.59375 589.953125 c 1 - 242.198242188 589.953125 299.801757812 589.953125 357.40625 589.953125 c 1 -716.15625 228 m 1 - 716.15625 451.359375 716.15625 674.71875 716.15625 898.078125 c 1 - 855.661132812 898.078125 995.166992188 898.078125 1134.671875 898.078125 c 1 - 1134.671875 866.073242188 1134.671875 834.067382812 1134.671875 802.0625 c 1 - 1031.3125 802.0625 927.953125 802.0625 824.59375 802.0625 c 1 - 824.59375 739.979492188 824.59375 677.895507812 824.59375 615.8125 c 1 - 916.442382812 615.8125 1008.29199219 615.8125 1100.140625 615.8125 c 1 - 1100.140625 583.833007812 1100.140625 551.854492188 1100.140625 519.875 c 1 - 1008.29199219 519.875 916.442382812 519.875 824.59375 519.875 c 1xaf80 - 824.59375 422.583007812 824.59375 325.291992188 824.59375 228 c 1 - 788.448242188 228 752.301757812 228 716.15625 228 c 1 -1681.234375 804.015625 m 1 - 1582.04199219 804.015625 1482.84863281 804.015625 1383.65625 804.015625 c 1 - 1377.90136719 724.979492188 1372.14550781 645.942382812 1366.390625 566.90625 c 1 - 1368.62988281 566.90625 1370.87011719 566.90625 1373.109375 566.90625 c 1 - 1380.765625 580.34375 1388.8125 592.296875 1397.09375 602.84375 c 0 - 1405.453125 613.46875 1414.984375 622.53125 1425.921875 630.265625 c 0 - 1436.78125 637.921875 1449.28125 643.859375 1463.34375 648 c 0 - 1477.40625 652.140625 1494.046875 654.25 1513.265625 654.25 c 0 - 1542.09375 654.25 1568.8125 649.40625 1593.421875 639.875 c 0 - 1618.03125 630.265625 1639.515625 616.515625 1657.71875 598.546875 c 0 - 1676 580.65625 1690.21875 558.703125 1700.453125 532.765625 c 0 - 1710.6875 506.90625 1715.84375 477.609375 1715.84375 444.953125 c 0 - 1715.84375 411.671875 1710.53125 380.96875 1699.984375 352.765625 c 0 - 1689.4375 324.640625 1673.890625 300.5 1653.421875 280.34375 c 0 - 1632.953125 260.1875 1607.796875 244.484375 1578.03125 233.3125 c 0 - 1548.265625 222.0625 1514.515625 216.515625 1476.78125 216.515625 c 0 - 1446.703125 216.515625 1420.140625 219.875 1397.09375 226.59375 c 0 - 1374.046875 233.3125 1353.734375 242.21875 1336.15625 253.46875 c 0 - 1318.5 264.640625 1303.1875 277.453125 1290.0625 291.828125 c 0 - 1276.9375 306.203125 1265.296875 321.125 1254.984375 336.515625 c 1 - 1281.234375 357.296875 1307.484375 378.078125 1333.734375 398.859375 c 1 - 1342.09375 385.421875 1350.6875 373.3125 1359.671875 362.375 c 0 - 1368.65625 351.515625 1378.890625 341.90625 1390.375 333.625 c 0 - 1401.859375 325.265625 1414.828125 318.859375 1429.28125 314.40625 c 0 - 1443.65625 309.953125 1460.140625 307.6875 1478.734375 307.6875 c 0 - 1518.34375 307.6875 1548.96875 318.546875 1570.375 340.34375 c 0 - 1591.78125 362.0625 1602.5625 392.140625 1602.5625 430.578125 c 1 - 1602.5625 434.40625 1602.5625 438.234375 1602.5625 442.0625 c 1 - 1602.5625 480.5 1591.78125 510.578125 1570.375 532.296875 c 0 - 1548.96875 554.09375 1518.34375 564.953125 1478.734375 564.953125 c 0x9f80 - 1449.90625 564.953125 1426.859375 559.484375 1409.59375 548.625 c 0 - 1392.328125 537.765625 1377.5625 525.578125 1365.453125 512.140625 c 1 - 1335.6875 516.307617188 1305.921875 520.473632812 1276.15625 524.640625 c 1 - 1284.46386719 649.120117188 1292.77050781 773.598632812 1301.078125 898.078125 c 1 - 1427.796875 898.078125 1554.515625 898.078125 1681.234375 898.078125 c 1 - 1681.234375 866.723632812 1681.234375 835.370117188 1681.234375 804.015625 c 1 +184.59375 183 m 1xcf80 + 148.448242188 183 112.301757812 183 76.15625 183 c 1 + 76.15625 406.359375 76.15625 629.71875 76.15625 853.078125 c 1 + 172.458007812 853.078125 268.760742188 853.078125 365.0625 853.078125 c 1 + 425.296875 853.078125 472.640625 835.03125 507.171875 798.859375 c 0 + 541.703125 762.6875 559.046875 713.546875 559.046875 651.515625 c 0 + 559.046875 603.46875 547.953125 563.625 525.921875 531.984375 c 0 + 503.8125 500.265625 471.3125 478.078125 428.421875 465.265625 c 1 + 476.754882812 371.176757812 525.088867188 277.088867188 573.421875 183 c 1 + 533.109375 183 492.796875 183 452.484375 183 c 1 + 407.666992188 273.234375 362.848632812 363.46875 318.03125 453.703125 c 1 + 273.551757812 453.703125 229.073242188 453.703125 184.59375 453.703125 c 1 + 184.59375 363.46875 184.59375 273.234375 184.59375 183 c 1xcf80 +357.40625 544.953125 m 1 + 384.90625 544.953125 406.390625 552.140625 421.703125 566.515625 c 0 + 437.09375 580.890625 444.75 601.59375 444.75 628.46875 c 1 + 444.75 643.807617188 444.75 659.145507812 444.75 674.484375 c 1 + 444.75 701.4375 437.09375 722.0625 421.703125 736.4375 c 0 + 406.390625 750.8125 384.90625 758.078125 357.40625 758.078125 c 1 + 299.801757812 758.078125 242.198242188 758.078125 184.59375 758.078125 c 1 + 184.59375 687.036132812 184.59375 615.995117188 184.59375 544.953125 c 1 + 242.198242188 544.953125 299.801757812 544.953125 357.40625 544.953125 c 1 +716.15625 183 m 1 + 716.15625 406.359375 716.15625 629.71875 716.15625 853.078125 c 1 + 855.661132812 853.078125 995.166992188 853.078125 1134.671875 853.078125 c 1 + 1134.671875 821.073242188 1134.671875 789.067382812 1134.671875 757.0625 c 1 + 1031.3125 757.0625 927.953125 757.0625 824.59375 757.0625 c 1 + 824.59375 694.979492188 824.59375 632.895507812 824.59375 570.8125 c 1 + 916.442382812 570.8125 1008.29199219 570.8125 1100.140625 570.8125 c 1 + 1100.140625 538.833007812 1100.140625 506.854492188 1100.140625 474.875 c 1 + 1008.29199219 474.875 916.442382812 474.875 824.59375 474.875 c 1xaf80 + 824.59375 377.583007812 824.59375 280.291992188 824.59375 183 c 1 + 788.448242188 183 752.301757812 183 716.15625 183 c 1 +1681.234375 759.015625 m 1 + 1582.04199219 759.015625 1482.84863281 759.015625 1383.65625 759.015625 c 1 + 1377.90136719 679.979492188 1372.14550781 600.942382812 1366.390625 521.90625 c 1 + 1368.62988281 521.90625 1370.87011719 521.90625 1373.109375 521.90625 c 1 + 1380.765625 535.34375 1388.8125 547.296875 1397.09375 557.84375 c 0 + 1405.453125 568.46875 1414.984375 577.53125 1425.921875 585.265625 c 0 + 1436.78125 592.921875 1449.28125 598.859375 1463.34375 603 c 0 + 1477.40625 607.140625 1494.046875 609.25 1513.265625 609.25 c 0 + 1542.09375 609.25 1568.8125 604.40625 1593.421875 594.875 c 0 + 1618.03125 585.265625 1639.515625 571.515625 1657.71875 553.546875 c 0 + 1676 535.65625 1690.21875 513.703125 1700.453125 487.765625 c 0 + 1710.6875 461.90625 1715.84375 432.609375 1715.84375 399.953125 c 0 + 1715.84375 366.671875 1710.53125 335.96875 1699.984375 307.765625 c 0 + 1689.4375 279.640625 1673.890625 255.5 1653.421875 235.34375 c 0 + 1632.953125 215.1875 1607.796875 199.484375 1578.03125 188.3125 c 0 + 1548.265625 177.0625 1514.515625 171.515625 1476.78125 171.515625 c 0 + 1446.703125 171.515625 1420.140625 174.875 1397.09375 181.59375 c 0 + 1374.046875 188.3125 1353.734375 197.21875 1336.15625 208.46875 c 0 + 1318.5 219.640625 1303.1875 232.453125 1290.0625 246.828125 c 0 + 1276.9375 261.203125 1265.296875 276.125 1254.984375 291.515625 c 1 + 1281.234375 312.296875 1307.484375 333.078125 1333.734375 353.859375 c 1 + 1342.09375 340.421875 1350.6875 328.3125 1359.671875 317.375 c 0 + 1368.65625 306.515625 1378.890625 296.90625 1390.375 288.625 c 0 + 1401.859375 280.265625 1414.828125 273.859375 1429.28125 269.40625 c 0 + 1443.65625 264.953125 1460.140625 262.6875 1478.734375 262.6875 c 0 + 1518.34375 262.6875 1548.96875 273.546875 1570.375 295.34375 c 0 + 1591.78125 317.0625 1602.5625 347.140625 1602.5625 385.578125 c 1 + 1602.5625 389.40625 1602.5625 393.234375 1602.5625 397.0625 c 1 + 1602.5625 435.5 1591.78125 465.578125 1570.375 487.296875 c 0 + 1548.96875 509.09375 1518.34375 519.953125 1478.734375 519.953125 c 0x9f80 + 1449.90625 519.953125 1426.859375 514.484375 1409.59375 503.625 c 0 + 1392.328125 492.765625 1377.5625 480.578125 1365.453125 467.140625 c 1 + 1335.6875 471.307617188 1305.921875 475.473632812 1276.15625 479.640625 c 1 + 1284.46386719 604.120117188 1292.77050781 728.598632812 1301.078125 853.078125 c 1 + 1427.796875 853.078125 1554.515625 853.078125 1681.234375 853.078125 c 1 + 1681.234375 821.723632812 1681.234375 790.370117188 1681.234375 759.015625 c 1 EndSplineSet EndChar StartChar: uniE12B Encoding: 57643 57643 44 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 91.1719<492.095 694.045 1082.26 1420.23> 105.576 92.1094<524.289 683.663> 393.545 91.1719<503.64 691.332 1086.66 1259.04> 657.686 91.1719<511.882 706.951 1072.57 1410.54> 1006.12 89.2969<545.516 710.154> 1245.19 94.0625<518.545 818.82 1064.99 1253.84> -VStem: 714.289 114.219<224.923 368.321> 727.727 112.344<-86.9403 77.853> 740.148 113.281<782.538 972.44> 965.227 455<-196.846 -104.658 669.17 761.357> 1284.91 115.156<169.902 361.965 1049.13 1227.98> -DStem2: 471.32 840.029 392.57 777.686 0.582707 -0.812682<4.77747 136.754> 413.742 965.81 503.977 1008.08 0.0726244 0.997359<48.7072 286.444> 955.461 772.842 1072.57 761.357 0.752577 0.658505<80.5713 451.637> 965.227 -93.1738 1082.26 -104.658 0.752577 0.658505<80.5125 451.578> +VWidth: 1687 +Flags: W +HStem: -253.33 91.1719<492.095 694.045 1082.26 1420.23> 60.5762 92.1094<524.289 683.663> 348.545 91.1719<503.64 691.332 1086.66 1259.04> 612.686 91.1719<511.882 706.951 1072.57 1410.54> 961.123 89.2969<545.516 710.154> 1200.19 94.0625<518.545 818.82 1064.99 1253.84> +VStem: 714.289 114.219<179.923 323.321> 727.727 112.344<-131.94 32.8528> 740.148 113.281<737.538 927.443> 965.227 455<-241.846 -149.658 624.17 716.357> 1284.91 115.156<124.902 316.965 1004.13 1182.98> +DStem2: 471.32 795.029 392.57 732.686 0.582707 -0.812682<4.77747 136.754> 413.742 920.811 503.977 963.076 0.0726244 0.997359<48.7072 286.444> 955.461 727.842 1072.57 716.357 0.752577 0.658505<80.5713 451.637> 965.227 -138.174 1082.26 -149.658 0.752577 0.658505<80.5125 451.578> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 91.1719<492.095 694.045 1082.26 1420.23> 165.576 92.1094<524.289 683.663> 453.545 91.1719<503.64 691.332 1086.66 1259.04> 717.686 91.1719<511.882 706.951 1072.57 1410.54> 1066.12 89.2969<545.516 710.154> 1305.19 94.0625<518.545 818.82 1064.99 1253.84> -VStem: 714.289 114.219<284.923 428.321> 727.727 112.344<-26.9403 137.853> 740.148 113.281<842.538 1032.44> 965.227 455<-136.846 -44.6582 729.17 821.357> 1284.91 115.156<229.902 421.965 1109.13 1287.98> -DStem2: 471.32 900.029 392.57 837.686 0.582707 -0.812682<4.77747 136.754> 413.742 1025.81 503.977 1068.08 0.0726244 0.997359<48.7072 286.444> 955.461 832.842 1072.57 821.357 0.752577 0.658505<80.5713 451.637> 965.227 -33.1738 1082.26 -44.6582 0.752577 0.658505<80.5125 451.578> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -592.4140625 197.685546875 m 1xfd - 633.9765625 197.685546875 664.7578125 206.513671875 684.6015625 224.091796875 c 0 - 704.4453125 241.748046875 714.2890625 264.248046875 714.2890625 291.826171875 c 1 - 714.2890625 294.065429688 714.2890625 296.305664062 714.2890625 298.544921875 c 1 - 714.2890625 329.248046875 704.7578125 352.763671875 685.5390625 369.091796875 c 0 - 666.3203125 385.419921875 640.3828125 393.544921875 607.7265625 393.544921875 c 0 - 575.6953125 393.544921875 548.5078125 386.357421875 526.1640625 371.982421875 c 0 - 503.8203125 357.529296875 484.9140625 337.529296875 469.6015625 311.982421875 c 1 - 445.590820312 332.763671875 421.581054688 353.544921875 397.5703125 374.326171875 c 1 - 407.7265625 389.091796875 419.2890625 403.154296875 432.1015625 416.591796875 c 0 - 444.9140625 430.029296875 459.9140625 441.748046875 477.2578125 451.669921875 c 0 - 494.4453125 461.591796875 513.9765625 469.560546875 535.6953125 475.654296875 c 0 - 557.5703125 481.748046875 582.4140625 484.716796875 610.6953125 484.716796875 c 0 - 641.9453125 484.716796875 671.1640625 480.888671875 698.0390625 473.232421875 c 0 - 724.9140625 465.576171875 747.8828125 454.169921875 767.1015625 439.169921875 c 0 - 786.3203125 424.091796875 801.3203125 405.888671875 812.2578125 384.404296875 c 0 - 823.1953125 362.998046875 828.5078125 338.857421875 828.5078125 311.982421875 c 0xfe - 828.5078125 290.810546875 825.2265625 271.669921875 818.5078125 254.326171875 c 0 - 811.7890625 237.060546875 802.4140625 221.904296875 790.6953125 208.779296875 c 0 - 778.8203125 195.654296875 765.0703125 184.951171875 749.4453125 176.591796875 c 0 - 733.6640625 168.310546875 717.2578125 162.216796875 699.9140625 158.388671875 c 1 - 699.9140625 156.774414062 699.9140625 155.159179688 699.9140625 153.544921875 c 1 - 719.1328125 149.716796875 737.2578125 143.466796875 754.1328125 134.873046875 c 0 - 771.1640625 126.201171875 786.0078125 115.029296875 798.8203125 101.201171875 c 0 - 811.6328125 87.451171875 821.6328125 71.123046875 828.9765625 52.294921875 c 0 - 836.4765625 33.388671875 840.0703125 11.826171875 840.0703125 -12.548828125 c 0 - 840.0703125 -42.001953125 834.2890625 -68.720703125 822.8828125 -92.705078125 c 0 - 811.3203125 -116.689453125 795.0703125 -137.314453125 774.2890625 -154.580078125 c 0 - 753.5078125 -171.923828125 728.3515625 -185.126953125 698.9765625 -194.423828125 c 0 - 669.6015625 -203.720703125 636.9453125 -208.330078125 601.0078125 -208.330078125 c 0 - 569.7578125 -208.330078125 542.1015625 -204.970703125 518.5078125 -198.251953125 c 0 - 494.7578125 -191.533203125 473.8203125 -182.626953125 455.5390625 -171.376953125 c 0 - 437.4140625 -160.205078125 421.3203125 -147.392578125 407.5703125 -133.017578125 c 0 - 393.8203125 -118.642578125 381.7890625 -103.720703125 371.6328125 -88.330078125 c 1 - 398.1953125 -67.548828125 424.7578125 -46.767578125 451.3203125 -25.986328125 c 1 - 459.6015625 -39.423828125 468.3515625 -51.689453125 477.7265625 -62.939453125 c 0 - 486.9453125 -74.111328125 497.5703125 -83.720703125 509.4453125 -91.689453125 c 0 - 521.1640625 -99.736328125 534.6015625 -105.986328125 549.7578125 -110.439453125 c 0 - 564.7578125 -114.892578125 581.7890625 -117.158203125 601.0078125 -117.158203125 c 0 - 641.9453125 -117.158203125 673.3515625 -107.392578125 695.0703125 -87.861328125 c 0 - 716.9453125 -68.330078125 727.7265625 -41.298828125 727.7265625 -6.767578125 c 1 - 727.7265625 -4.5283203125 727.7265625 -2.2880859375 727.7265625 -0.048828125 c 1 - 727.7265625 34.482421875 716.3203125 60.732421875 693.1953125 78.701171875 c 0 - 670.2265625 96.591796875 637.5703125 105.576171875 595.2265625 105.576171875 c 1 - 571.581054688 105.576171875 547.934570312 105.576171875 524.2890625 105.576171875 c 1 - 524.2890625 136.279296875 524.2890625 166.982421875 524.2890625 197.685546875 c 1 - 546.997070312 197.685546875 569.706054688 197.685546875 592.4140625 197.685546875 c 1xfd -1420.2265625 -196.845703125 m 1xfc40 - 1268.55957031 -196.845703125 1116.89355469 -196.845703125 965.2265625 -196.845703125 c 1 - 965.2265625 -162.288085938 965.2265625 -127.731445312 965.2265625 -93.173828125 c 1xfc40 - 1036.58105469 -29.501953125 1107.93457031 34.169921875 1179.2890625 97.841796875 c 1 - 1213.1953125 128.623046875 1239.2890625 157.841796875 1257.5703125 185.732421875 c 0 - 1275.6953125 213.544921875 1284.9140625 242.841796875 1284.9140625 273.544921875 c 1 - 1284.9140625 277.711914062 1284.9140625 281.877929688 1284.9140625 286.044921875 c 1 - 1284.9140625 318.701171875 1275.0703125 344.248046875 1255.5390625 362.841796875 c 0 - 1236.1640625 381.357421875 1209.7578125 390.654296875 1176.4765625 390.654296875 c 0 - 1157.8828125 390.654296875 1141.6328125 387.919921875 1127.8828125 382.529296875 c 0 - 1114.1328125 377.060546875 1102.1015625 369.560546875 1091.9453125 359.951171875 c 0 - 1081.6328125 350.341796875 1073.1953125 339.169921875 1066.4765625 326.357421875 c 0 - 1059.7578125 313.544921875 1054.4453125 299.794921875 1050.6953125 285.107421875 c 1 - 1018.9765625 297.268554688 987.2578125 309.430664062 955.5390625 321.591796875 c 1 - 962.7265625 342.685546875 972.2578125 362.998046875 984.4453125 382.529296875 c 0 - 996.6328125 402.060546875 1011.9453125 419.482421875 1030.5390625 434.873046875 c 0 - 1048.9765625 450.185546875 1071.0078125 462.373046875 1096.3203125 471.279296875 c 0 - 1121.4765625 480.263671875 1151.1640625 484.716796875 1185.0703125 484.716796875 c 256 - 1218.9765625 484.716796875 1249.4453125 479.794921875 1276.3203125 469.873046875 c 0 - 1303.1953125 459.951171875 1325.6953125 446.201171875 1343.9765625 428.623046875 c 0 - 1362.1015625 410.966796875 1376.1640625 390.029296875 1385.6953125 365.732421875 c 0 - 1395.2265625 341.357421875 1400.0703125 314.873046875 1400.0703125 286.044921875 c 0xfc20 - 1400.0703125 259.169921875 1396.0078125 234.169921875 1387.5703125 211.123046875 c 0 - 1379.2890625 188.076171875 1367.7265625 166.357421875 1353.0390625 145.888671875 c 0 - 1338.3515625 125.419921875 1321.1640625 105.888671875 1301.6328125 87.294921875 c 0 - 1282.1015625 68.779296875 1261.4765625 49.873046875 1239.7578125 30.654296875 c 1 - 1187.2578125 -14.4501953125 1134.7578125 -59.5537109375 1082.2578125 -104.658203125 c 1 - 1194.9140625 -104.658203125 1307.5703125 -104.658203125 1420.2265625 -104.658203125 c 1 - 1420.2265625 -135.387695312 1420.2265625 -166.116210938 1420.2265625 -196.845703125 c 1xfc40 -818.8203125 1245.18554688 m 1 - 719.627929688 1245.18554688 620.434570312 1245.18554688 521.2421875 1245.18554688 c 1 - 515.487304688 1166.14941406 509.731445312 1087.11230469 503.9765625 1008.07617188 c 1 - 506.215820312 1008.07617188 508.456054688 1008.07617188 510.6953125 1008.07617188 c 1 - 518.3515625 1021.51367188 526.3984375 1033.46679688 534.6796875 1044.01367188 c 0 - 543.0390625 1054.63867188 552.5703125 1063.70117188 563.5078125 1071.43554688 c 0 - 574.3671875 1079.09179688 586.8671875 1085.02929688 600.9296875 1089.16992188 c 0 - 614.9921875 1093.31054688 631.6328125 1095.41992188 650.8515625 1095.41992188 c 0 - 679.6796875 1095.41992188 706.3984375 1090.57617188 731.0078125 1081.04492188 c 0 - 755.6171875 1071.43554688 777.1015625 1057.68554688 795.3046875 1039.71679688 c 0 - 813.5859375 1021.82617188 827.8046875 999.873046875 838.0390625 973.935546875 c 0 - 848.2734375 948.076171875 853.4296875 918.779296875 853.4296875 886.123046875 c 0 - 853.4296875 852.841796875 848.1171875 822.138671875 837.5703125 793.935546875 c 0 - 827.0234375 765.810546875 811.4765625 741.669921875 791.0078125 721.513671875 c 0 - 770.5390625 701.357421875 745.3828125 685.654296875 715.6171875 674.482421875 c 0 - 685.8515625 663.232421875 652.1015625 657.685546875 614.3671875 657.685546875 c 0 - 584.2890625 657.685546875 557.7265625 661.044921875 534.6796875 667.763671875 c 0 - 511.6328125 674.482421875 491.3203125 683.388671875 473.7421875 694.638671875 c 0 - 456.0859375 705.810546875 440.7734375 718.623046875 427.6484375 732.998046875 c 0 - 414.5234375 747.373046875 402.8828125 762.294921875 392.5703125 777.685546875 c 1 - 418.8203125 798.466796875 445.0703125 819.248046875 471.3203125 840.029296875 c 1 - 479.6796875 826.591796875 488.2734375 814.482421875 497.2578125 803.544921875 c 0 - 506.2421875 792.685546875 516.4765625 783.076171875 527.9609375 774.794921875 c 0 - 539.4453125 766.435546875 552.4140625 760.029296875 566.8671875 755.576171875 c 0 - 581.2421875 751.123046875 597.7265625 748.857421875 616.3203125 748.857421875 c 0 - 655.9296875 748.857421875 686.5546875 759.716796875 707.9609375 781.513671875 c 0 - 729.3671875 803.232421875 740.1484375 833.310546875 740.1484375 871.748046875 c 1 - 740.1484375 875.576171875 740.1484375 879.404296875 740.1484375 883.232421875 c 1xfc80 - 740.1484375 921.669921875 729.3671875 951.748046875 707.9609375 973.466796875 c 0 - 686.5546875 995.263671875 655.9296875 1006.12304688 616.3203125 1006.12304688 c 0 - 587.4921875 1006.12304688 564.4453125 1000.65429688 547.1796875 989.794921875 c 0 - 529.9140625 978.935546875 515.1484375 966.748046875 503.0390625 953.310546875 c 1 - 473.2734375 957.477539062 443.5078125 961.643554688 413.7421875 965.810546875 c 1 - 422.049804688 1090.29003906 430.356445312 1214.76855469 438.6640625 1339.24804688 c 1 - 565.3828125 1339.24804688 692.1015625 1339.24804688 818.8203125 1339.24804688 c 1 - 818.8203125 1307.89355469 818.8203125 1276.54003906 818.8203125 1245.18554688 c 1 -1410.5390625 669.169921875 m 1 - 1258.84667969 669.169921875 1107.15332031 669.169921875 955.4609375 669.169921875 c 1 - 955.4609375 703.727539062 955.4609375 738.284179688 955.4609375 772.841796875 c 1 - 1026.84082031 836.513671875 1098.22167969 900.185546875 1169.6015625 963.857421875 c 1 - 1203.5078125 994.638671875 1229.6015625 1023.85742188 1247.8046875 1051.74804688 c 0 - 1266.0078125 1079.56054688 1275.1484375 1108.85742188 1275.1484375 1139.56054688 c 1 - 1275.1484375 1143.72753906 1275.1484375 1147.89355469 1275.1484375 1152.06054688 c 1 - 1275.1484375 1184.71679688 1265.3828125 1210.26367188 1245.8515625 1228.85742188 c 0 - 1226.3984375 1247.37304688 1199.9921875 1256.66992188 1166.7109375 1256.66992188 c 0 - 1148.1171875 1256.66992188 1131.9453125 1253.93554688 1118.1953125 1248.54492188 c 0 - 1104.4453125 1243.07617188 1092.4140625 1235.57617188 1082.1796875 1225.96679688 c 0 - 1071.9453125 1216.35742188 1063.5078125 1205.18554688 1056.7890625 1192.37304688 c 0 - 1050.0703125 1179.56054688 1044.7578125 1165.81054688 1040.9296875 1151.12304688 c 1 - 1009.23730469 1163.28417969 977.543945312 1175.44628906 945.8515625 1187.60742188 c 1 - 952.9609375 1208.70117188 962.4921875 1229.01367188 974.6796875 1248.54492188 c 0 - 986.8671875 1268.07617188 1002.1796875 1285.49804688 1020.7734375 1300.88867188 c 0 - 1039.2890625 1316.20117188 1061.2421875 1328.38867188 1086.5546875 1337.29492188 c 0 - 1111.7890625 1346.27929688 1141.3984375 1350.73242188 1175.3046875 1350.73242188 c 256 - 1209.2109375 1350.73242188 1239.6796875 1345.81054688 1266.5546875 1335.88867188 c 0 - 1293.4296875 1325.96679688 1315.9296875 1312.21679688 1334.2109375 1294.63867188 c 0 - 1352.4140625 1276.98242188 1366.3984375 1256.04492188 1375.9296875 1231.74804688 c 0 - 1385.5390625 1207.37304688 1390.3828125 1180.88867188 1390.3828125 1152.06054688 c 0 - 1390.3828125 1125.18554688 1386.2421875 1100.18554688 1377.8828125 1077.13867188 c 0 - 1369.6015625 1054.09179688 1358.0390625 1032.37304688 1343.3515625 1011.90429688 c 0 - 1328.5859375 991.435546875 1311.4765625 971.904296875 1291.9453125 953.310546875 c 0 - 1272.4140625 934.794921875 1251.7890625 915.888671875 1230.0703125 896.669921875 c 1 - 1177.5703125 851.565429688 1125.0703125 806.461914062 1072.5703125 761.357421875 c 1 - 1185.2265625 761.357421875 1297.8828125 761.357421875 1410.5390625 761.357421875 c 1 - 1410.5390625 730.627929688 1410.5390625 699.899414062 1410.5390625 669.169921875 c 1 +592.4140625 152.685546875 m 1xfd + 633.9765625 152.685546875 664.7578125 161.513671875 684.6015625 179.091796875 c 0 + 704.4453125 196.748046875 714.2890625 219.248046875 714.2890625 246.826171875 c 1 + 714.2890625 249.065429688 714.2890625 251.305664062 714.2890625 253.544921875 c 1 + 714.2890625 284.248046875 704.7578125 307.763671875 685.5390625 324.091796875 c 0 + 666.3203125 340.419921875 640.3828125 348.544921875 607.7265625 348.544921875 c 0 + 575.6953125 348.544921875 548.5078125 341.357421875 526.1640625 326.982421875 c 0 + 503.8203125 312.529296875 484.9140625 292.529296875 469.6015625 266.982421875 c 1 + 445.590820312 287.763671875 421.581054688 308.544921875 397.5703125 329.326171875 c 1 + 407.7265625 344.091796875 419.2890625 358.154296875 432.1015625 371.591796875 c 0 + 444.9140625 385.029296875 459.9140625 396.748046875 477.2578125 406.669921875 c 0 + 494.4453125 416.591796875 513.9765625 424.560546875 535.6953125 430.654296875 c 0 + 557.5703125 436.748046875 582.4140625 439.716796875 610.6953125 439.716796875 c 0 + 641.9453125 439.716796875 671.1640625 435.888671875 698.0390625 428.232421875 c 0 + 724.9140625 420.576171875 747.8828125 409.169921875 767.1015625 394.169921875 c 0 + 786.3203125 379.091796875 801.3203125 360.888671875 812.2578125 339.404296875 c 0 + 823.1953125 317.998046875 828.5078125 293.857421875 828.5078125 266.982421875 c 0xfe + 828.5078125 245.810546875 825.2265625 226.669921875 818.5078125 209.326171875 c 0 + 811.7890625 192.060546875 802.4140625 176.904296875 790.6953125 163.779296875 c 0 + 778.8203125 150.654296875 765.0703125 139.951171875 749.4453125 131.591796875 c 0 + 733.6640625 123.310546875 717.2578125 117.216796875 699.9140625 113.388671875 c 1 + 699.9140625 111.774414062 699.9140625 110.159179688 699.9140625 108.544921875 c 1 + 719.1328125 104.716796875 737.2578125 98.466796875 754.1328125 89.873046875 c 0 + 771.1640625 81.201171875 786.0078125 70.029296875 798.8203125 56.201171875 c 0 + 811.6328125 42.451171875 821.6328125 26.123046875 828.9765625 7.294921875 c 0 + 836.4765625 -11.611328125 840.0703125 -33.173828125 840.0703125 -57.548828125 c 0 + 840.0703125 -87.001953125 834.2890625 -113.720703125 822.8828125 -137.705078125 c 0 + 811.3203125 -161.689453125 795.0703125 -182.314453125 774.2890625 -199.580078125 c 0 + 753.5078125 -216.923828125 728.3515625 -230.126953125 698.9765625 -239.423828125 c 0 + 669.6015625 -248.720703125 636.9453125 -253.330078125 601.0078125 -253.330078125 c 0 + 569.7578125 -253.330078125 542.1015625 -249.970703125 518.5078125 -243.251953125 c 0 + 494.7578125 -236.533203125 473.8203125 -227.626953125 455.5390625 -216.376953125 c 0 + 437.4140625 -205.205078125 421.3203125 -192.392578125 407.5703125 -178.017578125 c 0 + 393.8203125 -163.642578125 381.7890625 -148.720703125 371.6328125 -133.330078125 c 1 + 398.1953125 -112.548828125 424.7578125 -91.767578125 451.3203125 -70.986328125 c 1 + 459.6015625 -84.423828125 468.3515625 -96.689453125 477.7265625 -107.939453125 c 0 + 486.9453125 -119.111328125 497.5703125 -128.720703125 509.4453125 -136.689453125 c 0 + 521.1640625 -144.736328125 534.6015625 -150.986328125 549.7578125 -155.439453125 c 0 + 564.7578125 -159.892578125 581.7890625 -162.158203125 601.0078125 -162.158203125 c 0 + 641.9453125 -162.158203125 673.3515625 -152.392578125 695.0703125 -132.861328125 c 0 + 716.9453125 -113.330078125 727.7265625 -86.298828125 727.7265625 -51.767578125 c 1 + 727.7265625 -49.5283203125 727.7265625 -47.2880859375 727.7265625 -45.048828125 c 1 + 727.7265625 -10.517578125 716.3203125 15.732421875 693.1953125 33.701171875 c 0 + 670.2265625 51.591796875 637.5703125 60.576171875 595.2265625 60.576171875 c 1 + 571.581054688 60.576171875 547.934570312 60.576171875 524.2890625 60.576171875 c 1 + 524.2890625 91.279296875 524.2890625 121.982421875 524.2890625 152.685546875 c 1 + 546.997070312 152.685546875 569.706054688 152.685546875 592.4140625 152.685546875 c 1xfd +1420.2265625 -241.845703125 m 1xfc40 + 1268.55957031 -241.845703125 1116.89355469 -241.845703125 965.2265625 -241.845703125 c 1 + 965.2265625 -207.288085938 965.2265625 -172.731445312 965.2265625 -138.173828125 c 1xfc40 + 1036.58105469 -74.501953125 1107.93457031 -10.830078125 1179.2890625 52.841796875 c 1 + 1213.1953125 83.623046875 1239.2890625 112.841796875 1257.5703125 140.732421875 c 0 + 1275.6953125 168.544921875 1284.9140625 197.841796875 1284.9140625 228.544921875 c 1 + 1284.9140625 232.711914062 1284.9140625 236.877929688 1284.9140625 241.044921875 c 1 + 1284.9140625 273.701171875 1275.0703125 299.248046875 1255.5390625 317.841796875 c 0 + 1236.1640625 336.357421875 1209.7578125 345.654296875 1176.4765625 345.654296875 c 0 + 1157.8828125 345.654296875 1141.6328125 342.919921875 1127.8828125 337.529296875 c 0 + 1114.1328125 332.060546875 1102.1015625 324.560546875 1091.9453125 314.951171875 c 0 + 1081.6328125 305.341796875 1073.1953125 294.169921875 1066.4765625 281.357421875 c 0 + 1059.7578125 268.544921875 1054.4453125 254.794921875 1050.6953125 240.107421875 c 1 + 1018.9765625 252.268554688 987.2578125 264.430664062 955.5390625 276.591796875 c 1 + 962.7265625 297.685546875 972.2578125 317.998046875 984.4453125 337.529296875 c 0 + 996.6328125 357.060546875 1011.9453125 374.482421875 1030.5390625 389.873046875 c 0 + 1048.9765625 405.185546875 1071.0078125 417.373046875 1096.3203125 426.279296875 c 0 + 1121.4765625 435.263671875 1151.1640625 439.716796875 1185.0703125 439.716796875 c 256 + 1218.9765625 439.716796875 1249.4453125 434.794921875 1276.3203125 424.873046875 c 0 + 1303.1953125 414.951171875 1325.6953125 401.201171875 1343.9765625 383.623046875 c 0 + 1362.1015625 365.966796875 1376.1640625 345.029296875 1385.6953125 320.732421875 c 0 + 1395.2265625 296.357421875 1400.0703125 269.873046875 1400.0703125 241.044921875 c 0xfc20 + 1400.0703125 214.169921875 1396.0078125 189.169921875 1387.5703125 166.123046875 c 0 + 1379.2890625 143.076171875 1367.7265625 121.357421875 1353.0390625 100.888671875 c 0 + 1338.3515625 80.419921875 1321.1640625 60.888671875 1301.6328125 42.294921875 c 0 + 1282.1015625 23.779296875 1261.4765625 4.873046875 1239.7578125 -14.345703125 c 1 + 1187.2578125 -59.4501953125 1134.7578125 -104.553710938 1082.2578125 -149.658203125 c 1 + 1194.9140625 -149.658203125 1307.5703125 -149.658203125 1420.2265625 -149.658203125 c 1 + 1420.2265625 -180.387695312 1420.2265625 -211.116210938 1420.2265625 -241.845703125 c 1xfc40 +818.8203125 1200.18554688 m 1 + 719.627929688 1200.18554688 620.434570312 1200.18554688 521.2421875 1200.18554688 c 1 + 515.487304688 1121.14941406 509.731445312 1042.11230469 503.9765625 963.076171875 c 1 + 506.215820312 963.076171875 508.456054688 963.076171875 510.6953125 963.076171875 c 1 + 518.3515625 976.513671875 526.3984375 988.466796875 534.6796875 999.013671875 c 0 + 543.0390625 1009.63867188 552.5703125 1018.70117188 563.5078125 1026.43554688 c 0 + 574.3671875 1034.09179688 586.8671875 1040.02929688 600.9296875 1044.16992188 c 0 + 614.9921875 1048.31054688 631.6328125 1050.41992188 650.8515625 1050.41992188 c 0 + 679.6796875 1050.41992188 706.3984375 1045.57617188 731.0078125 1036.04492188 c 0 + 755.6171875 1026.43554688 777.1015625 1012.68554688 795.3046875 994.716796875 c 0 + 813.5859375 976.826171875 827.8046875 954.873046875 838.0390625 928.935546875 c 0 + 848.2734375 903.076171875 853.4296875 873.779296875 853.4296875 841.123046875 c 0 + 853.4296875 807.841796875 848.1171875 777.138671875 837.5703125 748.935546875 c 0 + 827.0234375 720.810546875 811.4765625 696.669921875 791.0078125 676.513671875 c 0 + 770.5390625 656.357421875 745.3828125 640.654296875 715.6171875 629.482421875 c 0 + 685.8515625 618.232421875 652.1015625 612.685546875 614.3671875 612.685546875 c 0 + 584.2890625 612.685546875 557.7265625 616.044921875 534.6796875 622.763671875 c 0 + 511.6328125 629.482421875 491.3203125 638.388671875 473.7421875 649.638671875 c 0 + 456.0859375 660.810546875 440.7734375 673.623046875 427.6484375 687.998046875 c 0 + 414.5234375 702.373046875 402.8828125 717.294921875 392.5703125 732.685546875 c 1 + 418.8203125 753.466796875 445.0703125 774.248046875 471.3203125 795.029296875 c 1 + 479.6796875 781.591796875 488.2734375 769.482421875 497.2578125 758.544921875 c 0 + 506.2421875 747.685546875 516.4765625 738.076171875 527.9609375 729.794921875 c 0 + 539.4453125 721.435546875 552.4140625 715.029296875 566.8671875 710.576171875 c 0 + 581.2421875 706.123046875 597.7265625 703.857421875 616.3203125 703.857421875 c 0 + 655.9296875 703.857421875 686.5546875 714.716796875 707.9609375 736.513671875 c 0 + 729.3671875 758.232421875 740.1484375 788.310546875 740.1484375 826.748046875 c 1 + 740.1484375 830.576171875 740.1484375 834.404296875 740.1484375 838.232421875 c 1xfc80 + 740.1484375 876.669921875 729.3671875 906.748046875 707.9609375 928.466796875 c 0 + 686.5546875 950.263671875 655.9296875 961.123046875 616.3203125 961.123046875 c 0 + 587.4921875 961.123046875 564.4453125 955.654296875 547.1796875 944.794921875 c 0 + 529.9140625 933.935546875 515.1484375 921.748046875 503.0390625 908.310546875 c 1 + 473.2734375 912.477539062 443.5078125 916.643554688 413.7421875 920.810546875 c 1 + 422.049804688 1045.29003906 430.356445312 1169.76855469 438.6640625 1294.24804688 c 1 + 565.3828125 1294.24804688 692.1015625 1294.24804688 818.8203125 1294.24804688 c 1 + 818.8203125 1262.89355469 818.8203125 1231.54003906 818.8203125 1200.18554688 c 1 +1410.5390625 624.169921875 m 1 + 1258.84667969 624.169921875 1107.15332031 624.169921875 955.4609375 624.169921875 c 1 + 955.4609375 658.727539062 955.4609375 693.284179688 955.4609375 727.841796875 c 1 + 1026.84082031 791.513671875 1098.22167969 855.185546875 1169.6015625 918.857421875 c 1 + 1203.5078125 949.638671875 1229.6015625 978.857421875 1247.8046875 1006.74804688 c 0 + 1266.0078125 1034.56054688 1275.1484375 1063.85742188 1275.1484375 1094.56054688 c 1 + 1275.1484375 1098.72753906 1275.1484375 1102.89355469 1275.1484375 1107.06054688 c 1 + 1275.1484375 1139.71679688 1265.3828125 1165.26367188 1245.8515625 1183.85742188 c 0 + 1226.3984375 1202.37304688 1199.9921875 1211.66992188 1166.7109375 1211.66992188 c 0 + 1148.1171875 1211.66992188 1131.9453125 1208.93554688 1118.1953125 1203.54492188 c 0 + 1104.4453125 1198.07617188 1092.4140625 1190.57617188 1082.1796875 1180.96679688 c 0 + 1071.9453125 1171.35742188 1063.5078125 1160.18554688 1056.7890625 1147.37304688 c 0 + 1050.0703125 1134.56054688 1044.7578125 1120.81054688 1040.9296875 1106.12304688 c 1 + 1009.23730469 1118.28417969 977.543945312 1130.44628906 945.8515625 1142.60742188 c 1 + 952.9609375 1163.70117188 962.4921875 1184.01367188 974.6796875 1203.54492188 c 0 + 986.8671875 1223.07617188 1002.1796875 1240.49804688 1020.7734375 1255.88867188 c 0 + 1039.2890625 1271.20117188 1061.2421875 1283.38867188 1086.5546875 1292.29492188 c 0 + 1111.7890625 1301.27929688 1141.3984375 1305.73242188 1175.3046875 1305.73242188 c 256 + 1209.2109375 1305.73242188 1239.6796875 1300.81054688 1266.5546875 1290.88867188 c 0 + 1293.4296875 1280.96679688 1315.9296875 1267.21679688 1334.2109375 1249.63867188 c 0 + 1352.4140625 1231.98242188 1366.3984375 1211.04492188 1375.9296875 1186.74804688 c 0 + 1385.5390625 1162.37304688 1390.3828125 1135.88867188 1390.3828125 1107.06054688 c 0 + 1390.3828125 1080.18554688 1386.2421875 1055.18554688 1377.8828125 1032.13867188 c 0 + 1369.6015625 1009.09179688 1358.0390625 987.373046875 1343.3515625 966.904296875 c 0 + 1328.5859375 946.435546875 1311.4765625 926.904296875 1291.9453125 908.310546875 c 0 + 1272.4140625 889.794921875 1251.7890625 870.888671875 1230.0703125 851.669921875 c 1 + 1177.5703125 806.565429688 1125.0703125 761.461914062 1072.5703125 716.357421875 c 1 + 1185.2265625 716.357421875 1297.8828125 716.357421875 1410.5390625 716.357421875 c 1 + 1410.5390625 685.627929688 1410.5390625 654.899414062 1410.5390625 624.169921875 c 1 EndSplineSet EndChar StartChar: uniE12C Encoding: 57644 57644 45 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 85.3906<666.317 841.234> 228 108.516<1191.66 1214.71 1540.1 1563.15> 564.953 85.4688<691.227 840.765> 795.344 102.734<1364.48 1386.59> 808.781 89.2969<34.4375 211.938 313.656 491.312> -VStem: 211.938 101.719<228 808.781> 537.406 107.5<322.176 545.303> 861.938 107.5<322.46 544.161> 993.344 103.75<794.328 898.078> 1315.06 123.75<796.086 898.078> 1657.72 99.8438<798.234 898.078> -DStem2: 1097.09 898.078 993.344 898.078 0.190374 -0.981712<0 567.853> 1209.44 336.516 1348.66 640.812 0.136058 0.990701<4.46299 473.288> 1524.28 490.109 1381.31 795.344 0.136058 -0.990701<-318.35 155.035> 1578.97 491.984 1610.69 228 0.190374 0.981712<-154.194 413.659> +VWidth: 1687 +Flags: W +HStem: 171.516 85.3906<666.317 841.234> 183 108.516<1191.66 1214.71 1540.1 1563.15> 519.953 85.4688<691.227 840.765> 750.344 102.734<1364.48 1386.59> 763.781 89.2969<34.4375 211.938 313.656 491.312> +VStem: 211.938 101.719<183 763.781> 537.406 107.5<277.176 500.303> 861.938 107.5<277.46 499.161> 993.344 103.75<749.328 853.078> 1315.06 123.75<751.086 853.078> 1657.72 99.8438<753.234 853.078> +DStem2: 1097.09 853.078 993.344 853.078 0.190374 -0.981712<0 567.853> 1209.44 291.516 1348.66 595.812 0.136058 0.990701<4.46299 473.288> 1524.28 445.109 1381.31 750.344 0.136058 -0.990701<-318.35 155.035> 1578.97 446.984 1610.69 183 0.190374 0.981712<-154.194 413.659> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 85.3906<666.317 841.234> 288 108.516<1191.66 1214.71 1540.1 1563.15> 624.953 85.4688<691.227 840.765> 855.344 102.734<1364.48 1386.59> 868.781 89.2969<34.4375 211.938 313.656 491.312> -VStem: 211.938 101.719<288 868.781> 537.406 107.5<382.176 605.303> 861.938 107.5<382.46 604.161> 993.344 103.75<854.328 958.078> 1315.06 123.75<856.086 958.078> 1657.72 99.8438<858.234 958.078> -DStem2: 1097.09 958.078 993.344 958.078 0.190374 -0.981712<0 567.853> 1209.44 396.516 1348.66 700.812 0.136058 0.990701<4.46299 473.288> 1524.28 550.109 1381.31 855.344 0.136058 -0.990701<-318.35 155.035> 1578.97 551.984 1610.69 288 0.190374 0.981712<-154.194 413.659> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -313.65625 808.78125 m 1x6fe0 - 313.65625 615.1875 313.65625 421.59375 313.65625 228 c 1 - 279.75 228 245.84375 228 211.9375 228 c 1 - 211.9375 421.59375 211.9375 615.1875 211.9375 808.78125 c 1 - 152.770507812 808.78125 93.6044921875 808.78125 34.4375 808.78125 c 1 - 34.4375 838.546875 34.4375 868.3125 34.4375 898.078125 c 1 - 186.729492188 898.078125 339.020507812 898.078125 491.3125 898.078125 c 1 - 491.3125 868.3125 491.3125 838.546875 491.3125 808.78125 c 1 - 432.09375 808.78125 372.875 808.78125 313.65625 808.78125 c 1x6fe0 -753.34375 216.515625 m 0xafe0 - 681.78125 216.515625 627.875 238.546875 591.625 282.6875 c 0 - 555.53125 326.90625 537.40625 391.203125 537.40625 475.65625 c 0 - 537.40625 515.96875 542.5625 556.28125 552.71875 596.671875 c 0 - 563.03125 636.984375 577.71875 675.5 596.9375 712.296875 c 0 - 616.15625 749.09375 638.96875 783.546875 665.53125 815.5 c 0 - 692.09375 847.53125 721.78125 875.03125 754.4375 898.078125 c 1 - 800.166992188 898.078125 845.895507812 898.078125 891.625 898.078125 c 1 - 852.5625 868 818.96875 839.328125 790.84375 812.140625 c 0 - 762.71875 784.953125 738.8125 757.921875 719.28125 731.046875 c 0 - 699.75 704.171875 683.96875 676.515625 671.78125 648 c 0 - 659.59375 619.484375 650.375 588.625 643.96875 555.34375 c 1 - 648.135742188 555.34375 652.301757812 555.34375 656.46875 555.34375 c 1 - 667.40625 586.046875 684.59375 609.5625 708.34375 625.890625 c 0 - 731.9375 642.21875 760.0625 650.421875 792.71875 650.421875 c 0 - 847.09375 650.421875 890.21875 632.765625 921.9375 597.609375 c 0 - 953.5 562.375 969.4375 510.578125 969.4375 442.0625 c 0 - 969.4375 371.046875 951 315.65625 914.28125 275.96875 c 0 - 877.40625 236.28125 823.8125 216.515625 753.34375 216.515625 c 0xafe0 -753.34375 301.90625 m 256 - 825.6875 301.90625 861.9375 341.59375 861.9375 420.96875 c 1 - 861.9375 429.276367188 861.9375 437.583007812 861.9375 445.890625 c 1 - 861.9375 525.265625 825.6875 564.953125 753.34375 564.953125 c 256 - 681.15625 564.953125 644.90625 525.265625 644.90625 445.890625 c 1 - 644.90625 437.583007812 644.90625 429.276367188 644.90625 420.96875 c 1 - 644.90625 341.59375 681.15625 301.90625 753.34375 301.90625 c 256 -1135.53125 228 m 1x77e0 - 1088.13574219 451.359375 1040.73925781 674.71875 993.34375 898.078125 c 1 - 1027.92675781 898.078125 1062.51074219 898.078125 1097.09375 898.078125 c 1 - 1123.34375 762.713867188 1149.59375 627.348632812 1175.84375 491.984375 c 1 - 1182.875 440.161132812 1189.90625 388.338867188 1196.9375 336.515625 c 1 - 1201.10449219 336.515625 1205.27050781 336.515625 1209.4375 336.515625 c 1 - 1216.46875 387.713867188 1223.5 438.911132812 1230.53125 490.109375 c 1 - 1258.70800781 626.098632812 1286.88574219 762.088867188 1315.0625 898.078125 c 1 - 1356.3125 898.078125 1397.5625 898.078125 1438.8125 898.078125 c 1 - 1467.30175781 762.088867188 1495.79199219 626.098632812 1524.28125 490.109375 c 1 - 1531.3125 438.911132812 1538.34375 387.713867188 1545.375 336.515625 c 1 - 1549.54199219 336.515625 1553.70800781 336.515625 1557.875 336.515625 c 1 - 1564.90625 388.338867188 1571.9375 440.161132812 1578.96875 491.984375 c 1 - 1605.21875 627.348632812 1631.46875 762.713867188 1657.71875 898.078125 c 1 - 1691 898.078125 1724.28125 898.078125 1757.5625 898.078125 c 1x6fe0 - 1708.60449219 674.71875 1659.64550781 451.359375 1610.6875 228 c 1 - 1570.0625 228 1529.4375 228 1488.8125 228 c 1 - 1460.01074219 365.604492188 1431.20800781 503.208007812 1402.40625 640.8125 c 1 - 1395.375 692.323242188 1388.34375 743.833007812 1381.3125 795.34375 c 1 - 1377.45800781 795.34375 1373.60449219 795.34375 1369.75 795.34375 c 1 - 1362.71875 743.833007812 1355.6875 692.323242188 1348.65625 640.8125 c 1 - 1318.55175781 503.208007812 1288.44824219 365.604492188 1258.34375 228 c 1 - 1217.40625 228 1176.46875 228 1135.53125 228 c 1x77e0 +313.65625 763.78125 m 1x6fe0 + 313.65625 570.1875 313.65625 376.59375 313.65625 183 c 1 + 279.75 183 245.84375 183 211.9375 183 c 1 + 211.9375 376.59375 211.9375 570.1875 211.9375 763.78125 c 1 + 152.770507812 763.78125 93.6044921875 763.78125 34.4375 763.78125 c 1 + 34.4375 793.546875 34.4375 823.3125 34.4375 853.078125 c 1 + 186.729492188 853.078125 339.020507812 853.078125 491.3125 853.078125 c 1 + 491.3125 823.3125 491.3125 793.546875 491.3125 763.78125 c 1 + 432.09375 763.78125 372.875 763.78125 313.65625 763.78125 c 1x6fe0 +753.34375 171.515625 m 0xafe0 + 681.78125 171.515625 627.875 193.546875 591.625 237.6875 c 0 + 555.53125 281.90625 537.40625 346.203125 537.40625 430.65625 c 0 + 537.40625 470.96875 542.5625 511.28125 552.71875 551.671875 c 0 + 563.03125 591.984375 577.71875 630.5 596.9375 667.296875 c 0 + 616.15625 704.09375 638.96875 738.546875 665.53125 770.5 c 0 + 692.09375 802.53125 721.78125 830.03125 754.4375 853.078125 c 1 + 800.166992188 853.078125 845.895507812 853.078125 891.625 853.078125 c 1 + 852.5625 823 818.96875 794.328125 790.84375 767.140625 c 0 + 762.71875 739.953125 738.8125 712.921875 719.28125 686.046875 c 0 + 699.75 659.171875 683.96875 631.515625 671.78125 603 c 0 + 659.59375 574.484375 650.375 543.625 643.96875 510.34375 c 1 + 648.135742188 510.34375 652.301757812 510.34375 656.46875 510.34375 c 1 + 667.40625 541.046875 684.59375 564.5625 708.34375 580.890625 c 0 + 731.9375 597.21875 760.0625 605.421875 792.71875 605.421875 c 0 + 847.09375 605.421875 890.21875 587.765625 921.9375 552.609375 c 0 + 953.5 517.375 969.4375 465.578125 969.4375 397.0625 c 0 + 969.4375 326.046875 951 270.65625 914.28125 230.96875 c 0 + 877.40625 191.28125 823.8125 171.515625 753.34375 171.515625 c 0xafe0 +753.34375 256.90625 m 256 + 825.6875 256.90625 861.9375 296.59375 861.9375 375.96875 c 1 + 861.9375 384.276367188 861.9375 392.583007812 861.9375 400.890625 c 1 + 861.9375 480.265625 825.6875 519.953125 753.34375 519.953125 c 256 + 681.15625 519.953125 644.90625 480.265625 644.90625 400.890625 c 1 + 644.90625 392.583007812 644.90625 384.276367188 644.90625 375.96875 c 1 + 644.90625 296.59375 681.15625 256.90625 753.34375 256.90625 c 256 +1135.53125 183 m 1x77e0 + 1088.13574219 406.359375 1040.73925781 629.71875 993.34375 853.078125 c 1 + 1027.92675781 853.078125 1062.51074219 853.078125 1097.09375 853.078125 c 1 + 1123.34375 717.713867188 1149.59375 582.348632812 1175.84375 446.984375 c 1 + 1182.875 395.161132812 1189.90625 343.338867188 1196.9375 291.515625 c 1 + 1201.10449219 291.515625 1205.27050781 291.515625 1209.4375 291.515625 c 1 + 1216.46875 342.713867188 1223.5 393.911132812 1230.53125 445.109375 c 1 + 1258.70800781 581.098632812 1286.88574219 717.088867188 1315.0625 853.078125 c 1 + 1356.3125 853.078125 1397.5625 853.078125 1438.8125 853.078125 c 1 + 1467.30175781 717.088867188 1495.79199219 581.098632812 1524.28125 445.109375 c 1 + 1531.3125 393.911132812 1538.34375 342.713867188 1545.375 291.515625 c 1 + 1549.54199219 291.515625 1553.70800781 291.515625 1557.875 291.515625 c 1 + 1564.90625 343.338867188 1571.9375 395.161132812 1578.96875 446.984375 c 1 + 1605.21875 582.348632812 1631.46875 717.713867188 1657.71875 853.078125 c 1 + 1691 853.078125 1724.28125 853.078125 1757.5625 853.078125 c 1x6fe0 + 1708.60449219 629.71875 1659.64550781 406.359375 1610.6875 183 c 1 + 1570.0625 183 1529.4375 183 1488.8125 183 c 1 + 1460.01074219 320.604492188 1431.20800781 458.208007812 1402.40625 595.8125 c 1 + 1395.375 647.323242188 1388.34375 698.833007812 1381.3125 750.34375 c 1 + 1377.45800781 750.34375 1373.60449219 750.34375 1369.75 750.34375 c 1 + 1362.71875 698.833007812 1355.6875 647.323242188 1348.65625 595.8125 c 1 + 1318.55175781 458.208007812 1288.44824219 320.604492188 1258.34375 183 c 1 + 1217.40625 183 1176.46875 183 1135.53125 183 c 1x77e0 EndSplineSet EndChar StartChar: uniE12D Encoding: 57645 57645 46 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 92.1094<829.327 1005.2 1389.33 1565.2> 817.453 92.1094<829.327 1005.2 1389.33 1565.2> -VStem: 71.8594 108.438<228 479.904 558.234 898.078> 460.609 126.719<771.359 898.078> 476 130.547<228 358.547> 674.438 115.156<348.546 777.443> 1044.98 115.156<347.743 778.336> 1234.44 115.156<348.546 777.443> 1604.98 115.156<347.743 778.336> -DStem2: 348.344 615.812 272.484 540.969 0.54515 -0.838338<21.3896 394.71> 280.141 680.188 348.344 615.812 0.660468 0.750854<-154.984 -109.59 -12.7165 282.798> +VWidth: 1687 +Flags: W +HStem: 171.516 92.1094<829.327 1005.2 1389.33 1565.2> 772.453 92.1094<829.327 1005.2 1389.33 1565.2> +VStem: 71.8594 108.438<183 434.904 513.234 853.078> 460.609 126.719<726.359 853.078> 476 130.547<183 313.547> 674.438 115.156<303.546 732.443> 1044.98 115.156<302.743 733.336> 1234.44 115.156<303.546 732.443> 1604.98 115.156<302.743 733.336> +DStem2: 348.344 570.812 272.484 495.969 0.54515 -0.838338<21.3896 394.71> 280.141 635.188 348.344 570.812 0.660468 0.750854<-154.984 -109.59 -12.7165 282.798> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 92.1094<829.327 1005.2 1389.33 1565.2> 877.453 92.1094<829.327 1005.2 1389.33 1565.2> -VStem: 71.8594 108.438<288 539.904 618.234 958.078> 460.609 126.719<831.359 958.078> 476 130.547<288 418.547> 674.438 115.156<408.546 837.443> 1044.98 115.156<407.743 838.336> 1234.44 115.156<408.546 837.443> 1604.98 115.156<407.743 838.336> -DStem2: 348.344 675.812 272.484 600.969 0.54515 -0.838338<21.3896 394.71> 280.141 740.188 348.344 675.812 0.660468 0.750854<-154.984 -109.59 -12.7165 282.798> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -272.484375 540.96875 m 1xef80 - 241.754882812 505.760742188 211.026367188 470.551757812 180.296875 435.34375 c 1 - 180.296875 366.229492188 180.296875 297.114257812 180.296875 228 c 1 - 144.151367188 228 108.004882812 228 71.859375 228 c 1 - 71.859375 451.359375 71.859375 674.71875 71.859375 898.078125 c 1 - 108.004882812 898.078125 144.151367188 898.078125 180.296875 898.078125 c 1 - 180.296875 784.796875 180.296875 671.515625 180.296875 558.234375 c 1 - 181.573242188 558.234375 182.848632812 558.234375 184.125 558.234375 c 1 - 216.129882812 598.885742188 248.135742188 639.536132812 280.140625 680.1875 c 1 - 340.296875 752.817382812 400.453125 825.448242188 460.609375 898.078125 c 1 - 502.848632812 898.078125 545.088867188 898.078125 587.328125 898.078125 c 1xf780 - 507.666992188 803.989257812 428.004882812 709.901367188 348.34375 615.8125 c 1 - 434.411132812 486.541992188 520.479492188 357.270507812 606.546875 228 c 1 - 563.03125 228 519.515625 228 476 228 c 1 - 408.161132812 332.323242188 340.323242188 436.645507812 272.484375 540.96875 c 1xef80 -917.25 216.515625 m 0 - 875.6875 216.515625 839.515625 224.328125 808.8125 240.03125 c 0 - 778.109375 255.65625 752.796875 278.234375 732.953125 307.6875 c 0 - 713.109375 337.140625 698.421875 373.3125 688.8125 416.125 c 0 - 679.203125 459.015625 674.4375 508 674.4375 563.078125 c 0 - 674.4375 617.453125 679.203125 666.203125 688.8125 709.40625 c 0 - 698.421875 752.609375 713.109375 788.9375 732.953125 818.390625 c 0 - 752.796875 847.84375 778.109375 870.421875 808.8125 886.046875 c 0 - 839.515625 901.75 875.6875 909.5625 917.25 909.5625 c 0 - 1000.453125 909.5625 1061.78125 879.171875 1101.15625 818.390625 c 0 - 1140.453125 757.609375 1160.140625 672.453125 1160.140625 563.078125 c 256 - 1160.140625 453.625 1140.453125 368.46875 1101.15625 307.6875 c 0 - 1061.78125 246.90625 1000.453125 216.515625 917.25 216.515625 c 0 -917.25 308.625 m 256 - 940.296875 308.625 959.984375 313.3125 976.3125 322.53125 c 0 - 992.640625 331.828125 1005.921875 345.109375 1016.15625 362.375 c 0 - 1026.390625 379.71875 1033.734375 400.34375 1038.265625 424.328125 c 0 - 1042.71875 448.3125 1044.984375 475.03125 1044.984375 504.484375 c 1 - 1044.984375 543.520507812 1044.984375 582.557617188 1044.984375 621.59375 c 1 - 1044.984375 651.046875 1042.71875 677.765625 1038.265625 701.75 c 0 - 1033.734375 725.734375 1026.390625 746.4375 1016.15625 763.703125 c 0 - 1005.921875 780.96875 992.640625 794.25 976.3125 803.546875 c 0 - 959.984375 812.765625 940.296875 817.453125 917.25 817.453125 c 256 - 894.203125 817.453125 874.59375 812.765625 858.265625 803.546875 c 0 - 841.9375 794.25 828.65625 780.96875 818.421875 763.703125 c 0 - 808.1875 746.4375 800.765625 725.734375 796.3125 701.75 c 0 - 791.859375 677.765625 789.59375 651.046875 789.59375 621.59375 c 1 - 789.59375 582.557617188 789.59375 543.520507812 789.59375 504.484375 c 1 - 789.59375 475.03125 791.859375 448.3125 796.3125 424.328125 c 0 - 800.765625 400.34375 808.1875 379.71875 818.421875 362.375 c 0 - 828.65625 345.109375 841.9375 331.828125 858.265625 322.53125 c 0 - 874.59375 313.3125 894.203125 308.625 917.25 308.625 c 256 -1477.25 216.515625 m 0 - 1435.6875 216.515625 1399.515625 224.328125 1368.8125 240.03125 c 0 - 1338.109375 255.65625 1312.796875 278.234375 1292.953125 307.6875 c 0 - 1273.109375 337.140625 1258.421875 373.3125 1248.8125 416.125 c 0 - 1239.203125 459.015625 1234.4375 508 1234.4375 563.078125 c 0 - 1234.4375 617.453125 1239.203125 666.203125 1248.8125 709.40625 c 0 - 1258.421875 752.609375 1273.109375 788.9375 1292.953125 818.390625 c 0 - 1312.796875 847.84375 1338.109375 870.421875 1368.8125 886.046875 c 0 - 1399.515625 901.75 1435.6875 909.5625 1477.25 909.5625 c 0 - 1560.453125 909.5625 1621.78125 879.171875 1661.15625 818.390625 c 0 - 1700.453125 757.609375 1720.140625 672.453125 1720.140625 563.078125 c 256 - 1720.140625 453.625 1700.453125 368.46875 1661.15625 307.6875 c 0 - 1621.78125 246.90625 1560.453125 216.515625 1477.25 216.515625 c 0 -1477.25 308.625 m 256 - 1500.296875 308.625 1519.984375 313.3125 1536.3125 322.53125 c 0 - 1552.640625 331.828125 1565.921875 345.109375 1576.15625 362.375 c 0 - 1586.390625 379.71875 1593.734375 400.34375 1598.265625 424.328125 c 0 - 1602.71875 448.3125 1604.984375 475.03125 1604.984375 504.484375 c 1 - 1604.984375 543.520507812 1604.984375 582.557617188 1604.984375 621.59375 c 1 - 1604.984375 651.046875 1602.71875 677.765625 1598.265625 701.75 c 0 - 1593.734375 725.734375 1586.390625 746.4375 1576.15625 763.703125 c 0 - 1565.921875 780.96875 1552.640625 794.25 1536.3125 803.546875 c 0 - 1519.984375 812.765625 1500.296875 817.453125 1477.25 817.453125 c 256 - 1454.203125 817.453125 1434.59375 812.765625 1418.265625 803.546875 c 0 - 1401.9375 794.25 1388.65625 780.96875 1378.421875 763.703125 c 0 - 1368.1875 746.4375 1360.765625 725.734375 1356.3125 701.75 c 0 - 1351.859375 677.765625 1349.59375 651.046875 1349.59375 621.59375 c 1 - 1349.59375 582.557617188 1349.59375 543.520507812 1349.59375 504.484375 c 1 - 1349.59375 475.03125 1351.859375 448.3125 1356.3125 424.328125 c 0 - 1360.765625 400.34375 1368.1875 379.71875 1378.421875 362.375 c 0 - 1388.65625 345.109375 1401.9375 331.828125 1418.265625 322.53125 c 0 - 1434.59375 313.3125 1454.203125 308.625 1477.25 308.625 c 256 +272.484375 495.96875 m 1xef80 + 241.754882812 460.760742188 211.026367188 425.551757812 180.296875 390.34375 c 1 + 180.296875 321.229492188 180.296875 252.114257812 180.296875 183 c 1 + 144.151367188 183 108.004882812 183 71.859375 183 c 1 + 71.859375 406.359375 71.859375 629.71875 71.859375 853.078125 c 1 + 108.004882812 853.078125 144.151367188 853.078125 180.296875 853.078125 c 1 + 180.296875 739.796875 180.296875 626.515625 180.296875 513.234375 c 1 + 181.573242188 513.234375 182.848632812 513.234375 184.125 513.234375 c 1 + 216.129882812 553.885742188 248.135742188 594.536132812 280.140625 635.1875 c 1 + 340.296875 707.817382812 400.453125 780.448242188 460.609375 853.078125 c 1 + 502.848632812 853.078125 545.088867188 853.078125 587.328125 853.078125 c 1xf780 + 507.666992188 758.989257812 428.004882812 664.901367188 348.34375 570.8125 c 1 + 434.411132812 441.541992188 520.479492188 312.270507812 606.546875 183 c 1 + 563.03125 183 519.515625 183 476 183 c 1 + 408.161132812 287.323242188 340.323242188 391.645507812 272.484375 495.96875 c 1xef80 +917.25 171.515625 m 0 + 875.6875 171.515625 839.515625 179.328125 808.8125 195.03125 c 0 + 778.109375 210.65625 752.796875 233.234375 732.953125 262.6875 c 0 + 713.109375 292.140625 698.421875 328.3125 688.8125 371.125 c 0 + 679.203125 414.015625 674.4375 463 674.4375 518.078125 c 0 + 674.4375 572.453125 679.203125 621.203125 688.8125 664.40625 c 0 + 698.421875 707.609375 713.109375 743.9375 732.953125 773.390625 c 0 + 752.796875 802.84375 778.109375 825.421875 808.8125 841.046875 c 0 + 839.515625 856.75 875.6875 864.5625 917.25 864.5625 c 0 + 1000.453125 864.5625 1061.78125 834.171875 1101.15625 773.390625 c 0 + 1140.453125 712.609375 1160.140625 627.453125 1160.140625 518.078125 c 256 + 1160.140625 408.625 1140.453125 323.46875 1101.15625 262.6875 c 0 + 1061.78125 201.90625 1000.453125 171.515625 917.25 171.515625 c 0 +917.25 263.625 m 256 + 940.296875 263.625 959.984375 268.3125 976.3125 277.53125 c 0 + 992.640625 286.828125 1005.921875 300.109375 1016.15625 317.375 c 0 + 1026.390625 334.71875 1033.734375 355.34375 1038.265625 379.328125 c 0 + 1042.71875 403.3125 1044.984375 430.03125 1044.984375 459.484375 c 1 + 1044.984375 498.520507812 1044.984375 537.557617188 1044.984375 576.59375 c 1 + 1044.984375 606.046875 1042.71875 632.765625 1038.265625 656.75 c 0 + 1033.734375 680.734375 1026.390625 701.4375 1016.15625 718.703125 c 0 + 1005.921875 735.96875 992.640625 749.25 976.3125 758.546875 c 0 + 959.984375 767.765625 940.296875 772.453125 917.25 772.453125 c 256 + 894.203125 772.453125 874.59375 767.765625 858.265625 758.546875 c 0 + 841.9375 749.25 828.65625 735.96875 818.421875 718.703125 c 0 + 808.1875 701.4375 800.765625 680.734375 796.3125 656.75 c 0 + 791.859375 632.765625 789.59375 606.046875 789.59375 576.59375 c 1 + 789.59375 537.557617188 789.59375 498.520507812 789.59375 459.484375 c 1 + 789.59375 430.03125 791.859375 403.3125 796.3125 379.328125 c 0 + 800.765625 355.34375 808.1875 334.71875 818.421875 317.375 c 0 + 828.65625 300.109375 841.9375 286.828125 858.265625 277.53125 c 0 + 874.59375 268.3125 894.203125 263.625 917.25 263.625 c 256 +1477.25 171.515625 m 0 + 1435.6875 171.515625 1399.515625 179.328125 1368.8125 195.03125 c 0 + 1338.109375 210.65625 1312.796875 233.234375 1292.953125 262.6875 c 0 + 1273.109375 292.140625 1258.421875 328.3125 1248.8125 371.125 c 0 + 1239.203125 414.015625 1234.4375 463 1234.4375 518.078125 c 0 + 1234.4375 572.453125 1239.203125 621.203125 1248.8125 664.40625 c 0 + 1258.421875 707.609375 1273.109375 743.9375 1292.953125 773.390625 c 0 + 1312.796875 802.84375 1338.109375 825.421875 1368.8125 841.046875 c 0 + 1399.515625 856.75 1435.6875 864.5625 1477.25 864.5625 c 0 + 1560.453125 864.5625 1621.78125 834.171875 1661.15625 773.390625 c 0 + 1700.453125 712.609375 1720.140625 627.453125 1720.140625 518.078125 c 256 + 1720.140625 408.625 1700.453125 323.46875 1661.15625 262.6875 c 0 + 1621.78125 201.90625 1560.453125 171.515625 1477.25 171.515625 c 0 +1477.25 263.625 m 256 + 1500.296875 263.625 1519.984375 268.3125 1536.3125 277.53125 c 0 + 1552.640625 286.828125 1565.921875 300.109375 1576.15625 317.375 c 0 + 1586.390625 334.71875 1593.734375 355.34375 1598.265625 379.328125 c 0 + 1602.71875 403.3125 1604.984375 430.03125 1604.984375 459.484375 c 1 + 1604.984375 498.520507812 1604.984375 537.557617188 1604.984375 576.59375 c 1 + 1604.984375 606.046875 1602.71875 632.765625 1598.265625 656.75 c 0 + 1593.734375 680.734375 1586.390625 701.4375 1576.15625 718.703125 c 0 + 1565.921875 735.96875 1552.640625 749.25 1536.3125 758.546875 c 0 + 1519.984375 767.765625 1500.296875 772.453125 1477.25 772.453125 c 256 + 1454.203125 772.453125 1434.59375 767.765625 1418.265625 758.546875 c 0 + 1401.9375 749.25 1388.65625 735.96875 1378.421875 718.703125 c 0 + 1368.1875 701.4375 1360.765625 680.734375 1356.3125 656.75 c 0 + 1351.859375 632.765625 1349.59375 606.046875 1349.59375 576.59375 c 1 + 1349.59375 537.557617188 1349.59375 498.520507812 1349.59375 459.484375 c 1 + 1349.59375 430.03125 1351.859375 403.3125 1356.3125 379.328125 c 0 + 1360.765625 355.34375 1368.1875 334.71875 1378.421875 317.375 c 0 + 1388.65625 300.109375 1401.9375 286.828125 1418.265625 277.53125 c 0 + 1434.59375 268.3125 1454.203125 263.625 1477.25 263.625 c 256 EndSplineSet EndChar StartChar: uniE12E Encoding: 57646 57646 47 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -196.846 92.1875<499.047 837.016 1068.8 1262.38> 390.654 94.0625<500.878 676.405 1076.04 1254.37> 657.686 96.9531<472.493 704.799> 850.576 93.125<1098.42 1296.16> 933.154 93.125<608.188 746.391> 1239.4 99.8438<1183.26 1212.14> 1253.78 96.9531<472.767 701.484> -VStem: 295.219 116.172<817.128 1191.02> 701.547 115.312<169.447 361.965> 756 95.0781<669.17 770.967 802.673 933.154> 903.5 110.391<669.17 779.561> 922.797 115.156<-76.3001 352.598> 1293.27 115.156<-77.1032 353.491> 1383.5 113.281<669.17 782.451> -DStem2: 381.859 -93.1738 499.047 -104.658 0.752577 0.658505<80.6301 451.695> 903.5 669.17 1013.89 669.17 0.322775 0.946476<35.6313 226.241 322.753 322.753> 1268.34 1339.25 1200.14 1239.4 0.306115 -0.951995<74.1727 385.072 481.954 673.162> +VWidth: 1687 +Flags: W +HStem: -241.846 92.1875<499.047 837.016 1068.8 1262.38> 345.654 94.0625<500.878 676.405 1076.04 1254.37> 612.686 96.9531<472.493 704.799> 805.576 93.125<1098.42 1296.16> 888.154 93.125<608.188 746.391> 1194.4 99.8438<1183.26 1212.14> 1208.78 96.9531<472.767 701.484> +VStem: 295.219 116.172<772.128 1146.02> 701.547 115.312<124.447 316.965> 756 95.0781<624.17 725.967 757.673 888.154> 903.5 110.391<624.17 734.561> 922.797 115.156<-121.3 307.598> 1293.27 115.156<-122.103 308.491> 1383.5 113.281<624.17 737.451> +DStem2: 381.859 -138.174 499.047 -149.658 0.752577 0.658505<80.6301 451.695> 903.5 624.17 1013.89 624.17 0.303274 0.952903<33.4786 224.111 320.716 631.896> 1268.34 1294.25 1200.14 1194.4 0.306115 -0.951995<74.1727 385.072> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -136.846 92.1875<499.047 837.016 1068.8 1262.38> 450.654 94.0625<500.878 676.405 1076.04 1254.37> 717.686 96.9531<472.493 704.799> 910.576 93.125<1098.42 1296.16> 993.154 93.125<608.188 746.391> 1299.4 99.8438<1183.26 1212.14> 1313.78 96.9531<472.767 701.484> -VStem: 295.219 116.172<877.128 1251.02> 701.547 115.312<229.447 421.965> 756 95.0781<729.17 830.967 862.673 993.154> 903.5 110.391<729.17 839.561> 922.797 115.156<-16.3001 412.598> 1293.27 115.156<-17.1032 413.491> 1383.5 113.281<729.17 842.451> -DStem2: 381.859 -33.1738 499.047 -44.6582 0.752577 0.658505<80.6301 451.695> 903.5 729.17 1013.89 729.17 0.322775 0.946476<35.6313 226.241 322.753 322.753> 1268.34 1399.25 1200.14 1299.4 0.306115 -0.951995<74.1727 385.072 481.954 673.162> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -837.015625 -196.845703125 m 1xe180 - 685.296875 -196.845703125 533.578125 -196.845703125 381.859375 -196.845703125 c 1 - 381.859375 -162.288085938 381.859375 -127.731445312 381.859375 -93.173828125 c 1 - 453.265625 -29.501953125 524.671875 34.169921875 596.078125 97.841796875 c 1 - 629.984375 128.623046875 656.078125 157.841796875 674.203125 185.732421875 c 0 - 692.484375 213.544921875 701.546875 242.841796875 701.546875 273.544921875 c 1 - 701.546875 277.711914062 701.546875 281.877929688 701.546875 286.044921875 c 1 - 701.546875 318.701171875 691.859375 344.248046875 672.328125 362.841796875 c 0 - 652.796875 381.357421875 626.390625 390.654296875 593.109375 390.654296875 c 0 - 574.515625 390.654296875 558.421875 387.919921875 544.671875 382.529296875 c 0 - 530.921875 377.060546875 518.890625 369.560546875 508.578125 359.951171875 c 0 - 498.421875 350.341796875 489.984375 339.169921875 483.265625 326.357421875 c 0 - 476.546875 313.544921875 471.234375 299.794921875 467.328125 285.107421875 c 1 - 435.661132812 297.268554688 403.995117188 309.430664062 372.328125 321.591796875 c 1 - 379.359375 342.685546875 388.890625 362.998046875 401.078125 382.529296875 c 0 - 413.265625 402.060546875 428.578125 419.482421875 447.171875 434.873046875 c 0 - 465.765625 450.185546875 487.640625 462.373046875 512.953125 471.279296875 c 0 - 538.265625 480.263671875 567.796875 484.716796875 601.703125 484.716796875 c 256 - 635.609375 484.716796875 666.078125 479.794921875 692.953125 469.873046875 c 0 - 719.828125 459.951171875 742.328125 446.201171875 760.609375 428.623046875 c 0 - 778.890625 410.966796875 792.796875 390.029296875 802.328125 365.732421875 c 0 - 812.015625 341.357421875 816.859375 314.873046875 816.859375 286.044921875 c 0 - 816.859375 259.169921875 812.640625 234.169921875 804.359375 211.123046875 c 0 - 796.078125 188.076171875 784.515625 166.357421875 769.828125 145.888671875 c 0 - 754.984375 125.419921875 737.953125 105.888671875 718.421875 87.294921875 c 0 - 698.890625 68.779296875 678.265625 49.873046875 656.546875 30.654296875 c 1 - 604.046875 -14.4501953125 551.546875 -59.5537109375 499.046875 -104.658203125 c 1 - 611.703125 -104.658203125 724.359375 -104.658203125 837.015625 -104.658203125 c 1 - 837.015625 -135.387695312 837.015625 -166.116210938 837.015625 -196.845703125 c 1xe180 -1165.609375 -208.330078125 m 0 - 1124.046875 -208.330078125 1087.796875 -200.517578125 1057.171875 -184.814453125 c 0 - 1026.390625 -169.189453125 1001.078125 -146.611328125 981.234375 -117.158203125 c 0 - 961.390625 -87.705078125 946.703125 -51.533203125 937.171875 -8.720703125 c 0 - 927.484375 34.169921875 922.796875 83.154296875 922.796875 138.232421875 c 0 - 922.796875 192.607421875 927.484375 241.357421875 937.171875 284.560546875 c 0 - 946.703125 327.763671875 961.390625 364.091796875 981.234375 393.544921875 c 0 - 1001.078125 422.998046875 1026.390625 445.576171875 1057.171875 461.201171875 c 0 - 1087.796875 476.904296875 1124.046875 484.716796875 1165.609375 484.716796875 c 0 - 1248.734375 484.716796875 1310.140625 454.326171875 1349.515625 393.544921875 c 0 - 1388.734375 332.763671875 1408.421875 247.607421875 1408.421875 138.232421875 c 256xe118 - 1408.421875 28.779296875 1388.734375 -56.376953125 1349.515625 -117.158203125 c 0 - 1310.140625 -177.939453125 1248.734375 -208.330078125 1165.609375 -208.330078125 c 0 -1165.609375 -116.220703125 m 256 - 1188.578125 -116.220703125 1208.265625 -111.533203125 1224.671875 -102.314453125 c 0 - 1240.921875 -93.017578125 1254.203125 -79.736328125 1264.515625 -62.470703125 c 0 - 1274.671875 -45.126953125 1282.015625 -24.501953125 1286.546875 -0.517578125 c 0 - 1291.078125 23.466796875 1293.265625 50.185546875 1293.265625 79.638671875 c 1 - 1293.265625 118.674804688 1293.265625 157.711914062 1293.265625 196.748046875 c 1 - 1293.265625 226.201171875 1291.078125 252.919921875 1286.546875 276.904296875 c 0 - 1282.015625 300.888671875 1274.671875 321.591796875 1264.515625 338.857421875 c 0 - 1254.203125 356.123046875 1240.921875 369.404296875 1224.671875 378.701171875 c 0 - 1208.265625 387.919921875 1188.578125 392.607421875 1165.609375 392.607421875 c 256 - 1142.484375 392.607421875 1122.953125 387.919921875 1106.546875 378.701171875 c 0 - 1090.296875 369.404296875 1077.015625 356.123046875 1066.703125 338.857421875 c 0 - 1056.546875 321.591796875 1049.046875 300.888671875 1044.671875 276.904296875 c 0 - 1040.140625 252.919921875 1037.953125 226.201171875 1037.953125 196.748046875 c 1 - 1037.953125 157.711914062 1037.953125 118.674804688 1037.953125 79.638671875 c 1 - 1037.953125 50.185546875 1040.140625 23.466796875 1044.671875 -0.517578125 c 0 - 1049.046875 -24.501953125 1056.546875 -45.126953125 1066.703125 -62.470703125 c 0 - 1077.015625 -79.736328125 1090.296875 -93.017578125 1106.546875 -102.314453125 c 0 - 1122.953125 -111.533203125 1142.484375 -116.220703125 1165.609375 -116.220703125 c 256 -756 770.966796875 m 1xeb40 - 754.723632812 770.966796875 753.448242188 770.966796875 752.171875 770.966796875 c 1 - 745.140625 738.310546875 726.078125 711.279296875 695.0625 689.794921875 c 0 - 663.96875 668.388671875 622.875 657.685546875 571.703125 657.685546875 c 0 - 532.015625 657.685546875 495.21875 665.185546875 461.3125 680.185546875 c 0 - 427.328125 695.263671875 398.109375 717.294921875 373.421875 746.435546875 c 0 - 348.8125 775.576171875 329.59375 811.748046875 315.84375 854.951171875 c 0 - 302.09375 898.154296875 295.21875 947.919921875 295.21875 1004.24804688 c 0 - 295.21875 1059.87304688 302.25 1109.32617188 316.3125 1152.52929688 c 0 - 330.375 1195.73242188 350.21875 1232.06054688 375.84375 1261.51367188 c 0 - 401.46875 1290.96679688 432.171875 1313.15429688 468.03125 1328.23242188 c 0 - 503.8125 1343.23242188 543.8125 1350.73242188 588.03125 1350.73242188 c 0 - 648.1875 1350.73242188 699.046875 1337.45117188 740.609375 1310.96679688 c 0 - 782.25 1284.40429688 814.59375 1247.37304688 837.640625 1200.02929688 c 1 - 808.1875 1182.76367188 778.734375 1165.49804688 749.28125 1148.23242188 c 1 - 736.46875 1179.56054688 716.625 1205.02929688 689.75 1224.56054688 c 0 - 662.875 1244.01367188 628.96875 1253.77929688 588.03125 1253.77929688 c 0 - 534.90625 1253.77929688 492.171875 1236.82617188 459.828125 1202.91992188 c 0 - 427.5625 1169.01367188 411.390625 1121.04492188 411.390625 1058.93554688 c 1 - 411.390625 1022.45117188 411.390625 985.966796875 411.390625 949.482421875 c 1 - 411.390625 887.373046875 427.5625 839.404296875 459.828125 805.498046875 c 0 - 492.171875 771.591796875 534.90625 754.638671875 588.03125 754.638671875 c 0 - 609.125 754.638671875 629.28125 757.294921875 648.5 762.763671875 c 0 - 667.71875 768.232421875 684.515625 776.201171875 698.890625 786.748046875 c 0 - 713.265625 797.294921875 724.828125 810.419921875 733.421875 826.123046875 c 0 - 742.09375 841.826171875 746.390625 860.185546875 746.390625 881.357421875 c 1 - 746.390625 898.623046875 746.390625 915.888671875 746.390625 933.154296875 c 1 - 700.323242188 933.154296875 654.254882812 933.154296875 608.1875 933.154296875 c 1 - 608.1875 964.196289062 608.1875 995.237304688 608.1875 1026.27929688 c 1 - 689.151367188 1026.27929688 770.114257812 1026.27929688 851.078125 1026.27929688 c 1 - 851.078125 907.243164062 851.078125 788.206054688 851.078125 669.169921875 c 1 - 819.385742188 669.169921875 787.692382812 669.169921875 756 669.169921875 c 1 - 756 703.102539062 756 737.034179688 756 770.966796875 c 1xeb40 -1383.5 669.169921875 m 1xf524 - 1363.34375 729.638671875 1343.1875 790.107421875 1323.03125 850.576171875 c 1 - 1239.515625 850.576171875 1156 850.576171875 1072.484375 850.576171875 c 1 - 1052.953125 790.107421875 1033.421875 729.638671875 1013.890625 669.169921875 c 1 - 977.09375 669.169921875 940.296875 669.169921875 903.5 669.169921875 c 1 - 979.671875 892.529296875 1055.84375 1115.88867188 1132.015625 1339.24804688 c 1 - 1177.45800781 1339.24804688 1222.90136719 1339.24804688 1268.34375 1339.24804688 c 1 - 1344.48925781 1115.88867188 1420.63574219 892.529296875 1496.78125 669.169921875 c 1 - 1459.02050781 669.169921875 1421.26074219 669.169921875 1383.5 669.169921875 c 1xf524 -1200.140625 1239.40429688 m 1 - 1198.55175781 1239.40429688 1196.96386719 1239.40429688 1195.375 1239.40429688 c 1 - 1163.05761719 1140.83691406 1130.73925781 1042.26855469 1098.421875 943.701171875 c 1 - 1164.33300781 943.701171875 1230.24511719 943.701171875 1296.15625 943.701171875 c 1 - 1264.15136719 1042.26855469 1232.14550781 1140.83691406 1200.140625 1239.40429688 c 1 +837.015625 -241.845703125 m 1xe180 + 685.296875 -241.845703125 533.578125 -241.845703125 381.859375 -241.845703125 c 1 + 381.859375 -207.288085938 381.859375 -172.731445312 381.859375 -138.173828125 c 1 + 453.265625 -74.501953125 524.671875 -10.830078125 596.078125 52.841796875 c 1 + 629.984375 83.623046875 656.078125 112.841796875 674.203125 140.732421875 c 0 + 692.484375 168.544921875 701.546875 197.841796875 701.546875 228.544921875 c 1 + 701.546875 232.711914062 701.546875 236.877929688 701.546875 241.044921875 c 1 + 701.546875 273.701171875 691.859375 299.248046875 672.328125 317.841796875 c 0 + 652.796875 336.357421875 626.390625 345.654296875 593.109375 345.654296875 c 0 + 574.515625 345.654296875 558.421875 342.919921875 544.671875 337.529296875 c 0 + 530.921875 332.060546875 518.890625 324.560546875 508.578125 314.951171875 c 0 + 498.421875 305.341796875 489.984375 294.169921875 483.265625 281.357421875 c 0 + 476.546875 268.544921875 471.234375 254.794921875 467.328125 240.107421875 c 1 + 435.661132812 252.268554688 403.995117188 264.430664062 372.328125 276.591796875 c 1 + 379.359375 297.685546875 388.890625 317.998046875 401.078125 337.529296875 c 0 + 413.265625 357.060546875 428.578125 374.482421875 447.171875 389.873046875 c 0 + 465.765625 405.185546875 487.640625 417.373046875 512.953125 426.279296875 c 0 + 538.265625 435.263671875 567.796875 439.716796875 601.703125 439.716796875 c 256 + 635.609375 439.716796875 666.078125 434.794921875 692.953125 424.873046875 c 0 + 719.828125 414.951171875 742.328125 401.201171875 760.609375 383.623046875 c 0 + 778.890625 365.966796875 792.796875 345.029296875 802.328125 320.732421875 c 0 + 812.015625 296.357421875 816.859375 269.873046875 816.859375 241.044921875 c 0 + 816.859375 214.169921875 812.640625 189.169921875 804.359375 166.123046875 c 0 + 796.078125 143.076171875 784.515625 121.357421875 769.828125 100.888671875 c 0 + 754.984375 80.419921875 737.953125 60.888671875 718.421875 42.294921875 c 0 + 698.890625 23.779296875 678.265625 4.873046875 656.546875 -14.345703125 c 1 + 604.046875 -59.4501953125 551.546875 -104.553710938 499.046875 -149.658203125 c 1 + 611.703125 -149.658203125 724.359375 -149.658203125 837.015625 -149.658203125 c 1 + 837.015625 -180.387695312 837.015625 -211.116210938 837.015625 -241.845703125 c 1xe180 +1165.609375 -253.330078125 m 0 + 1124.046875 -253.330078125 1087.796875 -245.517578125 1057.171875 -229.814453125 c 0 + 1026.390625 -214.189453125 1001.078125 -191.611328125 981.234375 -162.158203125 c 0 + 961.390625 -132.705078125 946.703125 -96.533203125 937.171875 -53.720703125 c 0 + 927.484375 -10.830078125 922.796875 38.154296875 922.796875 93.232421875 c 0 + 922.796875 147.607421875 927.484375 196.357421875 937.171875 239.560546875 c 0 + 946.703125 282.763671875 961.390625 319.091796875 981.234375 348.544921875 c 0 + 1001.078125 377.998046875 1026.390625 400.576171875 1057.171875 416.201171875 c 0 + 1087.796875 431.904296875 1124.046875 439.716796875 1165.609375 439.716796875 c 0 + 1248.734375 439.716796875 1310.140625 409.326171875 1349.515625 348.544921875 c 0 + 1388.734375 287.763671875 1408.421875 202.607421875 1408.421875 93.232421875 c 256xe118 + 1408.421875 -16.220703125 1388.734375 -101.376953125 1349.515625 -162.158203125 c 0 + 1310.140625 -222.939453125 1248.734375 -253.330078125 1165.609375 -253.330078125 c 0 +1165.609375 -161.220703125 m 256 + 1188.578125 -161.220703125 1208.265625 -156.533203125 1224.671875 -147.314453125 c 0 + 1240.921875 -138.017578125 1254.203125 -124.736328125 1264.515625 -107.470703125 c 0 + 1274.671875 -90.126953125 1282.015625 -69.501953125 1286.546875 -45.517578125 c 0 + 1291.078125 -21.533203125 1293.265625 5.185546875 1293.265625 34.638671875 c 1 + 1293.265625 73.6748046875 1293.265625 112.711914062 1293.265625 151.748046875 c 1 + 1293.265625 181.201171875 1291.078125 207.919921875 1286.546875 231.904296875 c 0 + 1282.015625 255.888671875 1274.671875 276.591796875 1264.515625 293.857421875 c 0 + 1254.203125 311.123046875 1240.921875 324.404296875 1224.671875 333.701171875 c 0 + 1208.265625 342.919921875 1188.578125 347.607421875 1165.609375 347.607421875 c 256 + 1142.484375 347.607421875 1122.953125 342.919921875 1106.546875 333.701171875 c 0 + 1090.296875 324.404296875 1077.015625 311.123046875 1066.703125 293.857421875 c 0 + 1056.546875 276.591796875 1049.046875 255.888671875 1044.671875 231.904296875 c 0 + 1040.140625 207.919921875 1037.953125 181.201171875 1037.953125 151.748046875 c 1 + 1037.953125 112.711914062 1037.953125 73.6748046875 1037.953125 34.638671875 c 1 + 1037.953125 5.185546875 1040.140625 -21.533203125 1044.671875 -45.517578125 c 0 + 1049.046875 -69.501953125 1056.546875 -90.126953125 1066.703125 -107.470703125 c 0 + 1077.015625 -124.736328125 1090.296875 -138.017578125 1106.546875 -147.314453125 c 0 + 1122.953125 -156.533203125 1142.484375 -161.220703125 1165.609375 -161.220703125 c 256 +756 725.966796875 m 1xeb40 + 754.723632812 725.966796875 753.448242188 725.966796875 752.171875 725.966796875 c 1 + 745.140625 693.310546875 726.078125 666.279296875 695.0625 644.794921875 c 0 + 663.96875 623.388671875 622.875 612.685546875 571.703125 612.685546875 c 0 + 532.015625 612.685546875 495.21875 620.185546875 461.3125 635.185546875 c 0 + 427.328125 650.263671875 398.109375 672.294921875 373.421875 701.435546875 c 0 + 348.8125 730.576171875 329.59375 766.748046875 315.84375 809.951171875 c 0 + 302.09375 853.154296875 295.21875 902.919921875 295.21875 959.248046875 c 0 + 295.21875 1014.87304688 302.25 1064.32617188 316.3125 1107.52929688 c 0 + 330.375 1150.73242188 350.21875 1187.06054688 375.84375 1216.51367188 c 0 + 401.46875 1245.96679688 432.171875 1268.15429688 468.03125 1283.23242188 c 0 + 503.8125 1298.23242188 543.8125 1305.73242188 588.03125 1305.73242188 c 0 + 648.1875 1305.73242188 699.046875 1292.45117188 740.609375 1265.96679688 c 0 + 782.25 1239.40429688 814.59375 1202.37304688 837.640625 1155.02929688 c 1 + 808.1875 1137.76367188 778.734375 1120.49804688 749.28125 1103.23242188 c 1 + 736.46875 1134.56054688 716.625 1160.02929688 689.75 1179.56054688 c 0 + 662.875 1199.01367188 628.96875 1208.77929688 588.03125 1208.77929688 c 0 + 534.90625 1208.77929688 492.171875 1191.82617188 459.828125 1157.91992188 c 0 + 427.5625 1124.01367188 411.390625 1076.04492188 411.390625 1013.93554688 c 1 + 411.390625 977.451171875 411.390625 940.966796875 411.390625 904.482421875 c 1 + 411.390625 842.373046875 427.5625 794.404296875 459.828125 760.498046875 c 0 + 492.171875 726.591796875 534.90625 709.638671875 588.03125 709.638671875 c 0 + 609.125 709.638671875 629.28125 712.294921875 648.5 717.763671875 c 0 + 667.71875 723.232421875 684.515625 731.201171875 698.890625 741.748046875 c 0 + 713.265625 752.294921875 724.828125 765.419921875 733.421875 781.123046875 c 0 + 742.09375 796.826171875 746.390625 815.185546875 746.390625 836.357421875 c 1 + 746.390625 853.623046875 746.390625 870.888671875 746.390625 888.154296875 c 1 + 700.323242188 888.154296875 654.254882812 888.154296875 608.1875 888.154296875 c 1 + 608.1875 919.196289062 608.1875 950.237304688 608.1875 981.279296875 c 1 + 689.151367188 981.279296875 770.114257812 981.279296875 851.078125 981.279296875 c 1 + 851.078125 862.243164062 851.078125 743.206054688 851.078125 624.169921875 c 1 + 819.385742188 624.169921875 787.692382812 624.169921875 756 624.169921875 c 1 + 756 658.102539062 756 692.034179688 756 725.966796875 c 1xeb40 +1383.5 624.169921875 m 1xf524 + 1363.34375 684.638671875 1343.1875 745.107421875 1323.03125 805.576171875 c 1 + 1239.515625 805.576171875 1156 805.576171875 1072.484375 805.576171875 c 1 + 1052.953125 745.107421875 1033.421875 684.638671875 1013.890625 624.169921875 c 1 + 977.09375 624.169921875 940.296875 624.169921875 903.5 624.169921875 c 1 + 979.671875 847.529296875 1055.84375 1070.88867188 1132.015625 1294.24804688 c 1 + 1177.45800781 1294.24804688 1222.90136719 1294.24804688 1268.34375 1294.24804688 c 1 + 1344.48925781 1070.88867188 1420.63574219 847.529296875 1496.78125 624.169921875 c 1 + 1459.02050781 624.169921875 1421.26074219 624.169921875 1383.5 624.169921875 c 1xf524 +1200.140625 1194.40429688 m 1 + 1198.55175781 1194.40429688 1196.96386719 1194.40429688 1195.375 1194.40429688 c 1 + 1163.05761719 1095.83691406 1130.73925781 997.268554688 1098.421875 898.701171875 c 1 + 1164.33300781 898.701171875 1230.24511719 898.701171875 1296.15625 898.701171875 c 1 + 1264.15136719 997.268554688 1232.14550781 1095.83691406 1200.140625 1194.40429688 c 1 EndSplineSet EndChar StartChar: uniE12F Encoding: 57647 57647 48 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -362.939 90.2344<638.639 740.609> 377.217 96.0156<457.753 702.84 981.547 1181.23 1289.67 1489.36> 936.045 95.0781<376.312 612.622> 1244.25 95<376.312 612.622> -VStem: 267.875 108.438<669.17 936.045 1031.12 1244.25> 291.391 116.094<-47.8317 324.07> 536.078 101.875<-272.614 -198.747> 636.469 114.219<1053.36 1221.93> 753.109 116.094<-47.8297 324.07> 907.875 103.594<669.17 1181.83> 1181.23 108.438<-196.846 377.217> 1420.53 103.594<669.17 1181.83> -DStem2: 1036.47 1339.25 1016.31 1181.83 0.468722 -0.883346<129.61 385.178> 1221.78 998.47 1362.88 1073.31 0.468722 0.883346<0 252.858> +VWidth: 1687 +Flags: W +HStem: -407.939 90.2344<638.639 740.609> 332.217 96.0156<457.753 702.84 981.547 1181.23 1289.67 1489.36> 891.045 95.0781<376.312 612.622> 1199.25 95<376.312 612.622> +VStem: 267.875 108.438<624.17 891.045 986.123 1199.25> 291.391 116.094<-92.8317 279.07> 536.078 101.875<-317.614 -243.747> 636.469 114.219<1008.36 1176.93> 753.109 116.094<-92.8297 279.07> 907.875 103.594<624.17 1136.83> 1181.23 108.438<-241.846 332.217> 1420.53 103.594<624.17 1136.83> +DStem2: 1036.47 1294.25 1016.31 1136.83 0.468722 -0.883346<129.61 385.178> 1221.78 953.467 1362.88 1028.31 0.468722 0.883346<0 252.858> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -302.939 90.2344<638.639 740.609> 437.217 96.0156<457.753 702.84 981.547 1181.23 1289.67 1489.36> 996.045 95.0781<376.312 612.622> 1304.25 95<376.312 612.622> -VStem: 267.875 108.438<729.17 996.045 1091.12 1304.25> 291.391 116.094<12.1683 384.07> 536.078 101.875<-212.614 -138.747> 636.469 114.219<1113.36 1281.93> 753.109 116.094<12.1703 384.07> 907.875 103.594<729.17 1241.83> 1181.23 108.438<-136.846 437.217> 1420.53 103.594<729.17 1241.83> -DStem2: 1036.47 1399.25 1016.31 1241.83 0.468722 -0.883346<129.61 385.178> 1221.78 1058.47 1362.88 1133.31 0.468722 0.883346<0 252.858> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -740.609375 -362.939453125 m 1xf6f0 - 708.942382812 -362.939453125 677.276367188 -362.939453125 645.609375 -362.939453125 c 1 - 607.796875 -362.939453125 580.140625 -353.330078125 562.484375 -334.111328125 c 0 - 544.984375 -314.892578125 536.078125 -289.033203125 536.078125 -256.376953125 c 1 - 536.078125 -239.423828125 536.078125 -222.470703125 536.078125 -205.517578125 c 1 - 498.421875 -200.986328125 464.515625 -190.126953125 434.359375 -172.861328125 c 0 - 404.359375 -155.595703125 378.734375 -132.548828125 357.640625 -103.720703125 c 0 - 336.390625 -74.892578125 320.140625 -40.205078125 308.578125 0.419921875 c 0 - 297.171875 41.044921875 291.390625 86.982421875 291.390625 138.232421875 c 0 - 291.390625 194.482421875 298.265625 244.248046875 312.015625 287.451171875 c 0 - 325.765625 330.654296875 345.296875 366.826171875 370.609375 395.966796875 c 0 - 395.765625 425.107421875 426.234375 447.138671875 461.703125 462.216796875 c 0 - 497.328125 477.216796875 536.703125 484.716796875 580.296875 484.716796875 c 256 - 623.890625 484.716796875 663.265625 477.216796875 698.890625 462.216796875 c 0 - 734.359375 447.138671875 764.828125 425.107421875 789.984375 395.966796875 c 0 - 815.296875 366.826171875 834.828125 330.654296875 848.578125 287.451171875 c 0 - 862.328125 244.248046875 869.203125 194.482421875 869.203125 138.232421875 c 0 - 869.203125 38.388671875 848.421875 -40.517578125 806.859375 -98.408203125 c 0 - 765.296875 -156.376953125 708.890625 -191.376953125 637.953125 -203.564453125 c 1 - 637.953125 -226.611328125 637.953125 -249.658203125 637.953125 -272.705078125 c 1 - 672.171875 -272.705078125 706.390625 -272.705078125 740.609375 -272.705078125 c 1 - 740.609375 -302.783203125 740.609375 -332.861328125 740.609375 -362.939453125 c 1xf6f0 -580.296875 -111.376953125 m 0 - 605.921875 -111.376953125 629.359375 -106.923828125 650.921875 -97.939453125 c 0 - 672.328125 -89.033203125 690.609375 -76.064453125 705.609375 -59.111328125 c 0 - 720.609375 -42.158203125 732.328125 -21.455078125 740.609375 2.841796875 c 0 - 748.890625 27.138671875 753.109375 54.638671875 753.109375 85.419921875 c 1 - 753.109375 120.602539062 753.109375 155.784179688 753.109375 190.966796875 c 1 - 753.109375 221.748046875 748.890625 249.248046875 740.609375 273.544921875 c 0 - 732.328125 297.841796875 720.609375 318.544921875 705.609375 335.498046875 c 0 - 690.609375 352.451171875 672.328125 365.419921875 650.921875 374.326171875 c 0 - 629.359375 383.310546875 605.921875 387.763671875 580.296875 387.763671875 c 0 - 554.046875 387.763671875 530.453125 383.310546875 509.203125 374.326171875 c 0 - 488.109375 365.419921875 469.984375 352.451171875 454.984375 335.498046875 c 0 - 439.984375 318.544921875 428.265625 297.841796875 419.984375 273.544921875 c 0 - 411.703125 249.248046875 407.484375 221.748046875 407.484375 190.966796875 c 1 - 407.484375 155.784179688 407.484375 120.602539062 407.484375 85.419921875 c 1 - 407.484375 54.638671875 411.703125 27.138671875 419.984375 2.841796875 c 0 - 428.265625 -21.455078125 439.984375 -42.158203125 454.984375 -59.111328125 c 0 - 469.984375 -76.064453125 488.109375 -89.033203125 509.203125 -97.939453125 c 0 - 530.453125 -106.923828125 554.046875 -111.376953125 580.296875 -111.376953125 c 0 -1289.671875 377.216796875 m 1 - 1289.671875 185.862304688 1289.671875 -5.4912109375 1289.671875 -196.845703125 c 1 - 1253.52636719 -196.845703125 1217.37988281 -196.845703125 1181.234375 -196.845703125 c 1 - 1181.234375 -5.4912109375 1181.234375 185.862304688 1181.234375 377.216796875 c 1 - 1114.671875 377.216796875 1048.109375 377.216796875 981.546875 377.216796875 c 1 - 981.546875 409.221679688 981.546875 441.227539062 981.546875 473.232421875 c 1 - 1150.81738281 473.232421875 1320.08886719 473.232421875 1489.359375 473.232421875 c 1 - 1489.359375 441.227539062 1489.359375 409.221679688 1489.359375 377.216796875 c 1 - 1422.796875 377.216796875 1356.234375 377.216796875 1289.671875 377.216796875 c 1 -267.875 669.169921875 m 1xf9f0 - 267.875 892.529296875 267.875 1115.88867188 267.875 1339.24804688 c 1 - 363.864257812 1339.24804688 459.854492188 1339.24804688 555.84375 1339.24804688 c 1 - 617.875 1339.24804688 665.84375 1321.04492188 699.75 1284.56054688 c 0 - 733.8125 1248.07617188 750.6875 1199.09179688 750.6875 1137.68554688 c 256 - 750.6875 1076.20117188 733.8125 1027.21679688 699.75 990.732421875 c 0 - 665.84375 954.326171875 617.875 936.044921875 555.84375 936.044921875 c 1 - 496 936.044921875 436.15625 936.044921875 376.3125 936.044921875 c 1 - 376.3125 847.086914062 376.3125 758.127929688 376.3125 669.169921875 c 1 - 340.166992188 669.169921875 304.020507812 669.169921875 267.875 669.169921875 c 1xf9f0 -376.3125 1031.12304688 m 1 - 433.916992188 1031.12304688 491.520507812 1031.12304688 549.125 1031.12304688 c 1 - 576.625 1031.12304688 598.03125 1038.31054688 613.34375 1052.68554688 c 0 - 628.8125 1067.06054688 636.46875 1087.76367188 636.46875 1114.63867188 c 1 - 636.46875 1129.97753906 636.46875 1145.31542969 636.46875 1160.65429688 c 1 - 636.46875 1187.60742188 628.8125 1208.23242188 613.34375 1222.60742188 c 0 - 598.03125 1236.98242188 576.625 1244.24804688 549.125 1244.24804688 c 1 - 491.520507812 1244.24804688 433.916992188 1244.24804688 376.3125 1244.24804688 c 1 - 376.3125 1173.20605469 376.3125 1102.16503906 376.3125 1031.12304688 c 1 -1420.53125 1181.82617188 m 1 - 1418.91699219 1181.82617188 1417.30175781 1181.82617188 1415.6875 1181.82617188 c 1 - 1398.08300781 1145.65429688 1380.47949219 1109.48242188 1362.875 1073.31054688 c 1 - 1313.91699219 984.040039062 1264.95800781 894.768554688 1216 805.498046875 c 1 - 1167.04199219 894.768554688 1118.08300781 984.040039062 1069.125 1073.31054688 c 1 - 1051.52050781 1109.48242188 1033.91699219 1145.65429688 1016.3125 1181.82617188 c 1 - 1014.69824219 1181.82617188 1013.08300781 1181.82617188 1011.46875 1181.82617188 c 1 - 1011.46875 1010.94042969 1011.46875 840.055664062 1011.46875 669.169921875 c 1 - 976.9375 669.169921875 942.40625 669.169921875 907.875 669.169921875 c 1 - 907.875 892.529296875 907.875 1115.88867188 907.875 1339.24804688 c 1 - 950.739257812 1339.24804688 993.604492188 1339.24804688 1036.46875 1339.24804688 c 1 - 1096.3125 1225.65429688 1156.15625 1112.06054688 1216 998.466796875 c 1 - 1217.92675781 998.466796875 1219.85449219 998.466796875 1221.78125 998.466796875 c 1 - 1281.625 1112.06054688 1341.46875 1225.65429688 1401.3125 1339.24804688 c 1 - 1442.25 1339.24804688 1483.1875 1339.24804688 1524.125 1339.24804688 c 1 - 1524.125 1115.88867188 1524.125 892.529296875 1524.125 669.169921875 c 1 - 1489.59375 669.169921875 1455.0625 669.169921875 1420.53125 669.169921875 c 1 - 1420.53125 840.055664062 1420.53125 1010.94042969 1420.53125 1181.82617188 c 1 +740.609375 -407.939453125 m 1xf6f0 + 708.942382812 -407.939453125 677.276367188 -407.939453125 645.609375 -407.939453125 c 1 + 607.796875 -407.939453125 580.140625 -398.330078125 562.484375 -379.111328125 c 0 + 544.984375 -359.892578125 536.078125 -334.033203125 536.078125 -301.376953125 c 1 + 536.078125 -284.423828125 536.078125 -267.470703125 536.078125 -250.517578125 c 1 + 498.421875 -245.986328125 464.515625 -235.126953125 434.359375 -217.861328125 c 0 + 404.359375 -200.595703125 378.734375 -177.548828125 357.640625 -148.720703125 c 0 + 336.390625 -119.892578125 320.140625 -85.205078125 308.578125 -44.580078125 c 0 + 297.171875 -3.955078125 291.390625 41.982421875 291.390625 93.232421875 c 0 + 291.390625 149.482421875 298.265625 199.248046875 312.015625 242.451171875 c 0 + 325.765625 285.654296875 345.296875 321.826171875 370.609375 350.966796875 c 0 + 395.765625 380.107421875 426.234375 402.138671875 461.703125 417.216796875 c 0 + 497.328125 432.216796875 536.703125 439.716796875 580.296875 439.716796875 c 256 + 623.890625 439.716796875 663.265625 432.216796875 698.890625 417.216796875 c 0 + 734.359375 402.138671875 764.828125 380.107421875 789.984375 350.966796875 c 0 + 815.296875 321.826171875 834.828125 285.654296875 848.578125 242.451171875 c 0 + 862.328125 199.248046875 869.203125 149.482421875 869.203125 93.232421875 c 0 + 869.203125 -6.611328125 848.421875 -85.517578125 806.859375 -143.408203125 c 0 + 765.296875 -201.376953125 708.890625 -236.376953125 637.953125 -248.564453125 c 1 + 637.953125 -271.611328125 637.953125 -294.658203125 637.953125 -317.705078125 c 1 + 672.171875 -317.705078125 706.390625 -317.705078125 740.609375 -317.705078125 c 1 + 740.609375 -347.783203125 740.609375 -377.861328125 740.609375 -407.939453125 c 1xf6f0 +580.296875 -156.376953125 m 0 + 605.921875 -156.376953125 629.359375 -151.923828125 650.921875 -142.939453125 c 0 + 672.328125 -134.033203125 690.609375 -121.064453125 705.609375 -104.111328125 c 0 + 720.609375 -87.158203125 732.328125 -66.455078125 740.609375 -42.158203125 c 0 + 748.890625 -17.861328125 753.109375 9.638671875 753.109375 40.419921875 c 1 + 753.109375 75.6025390625 753.109375 110.784179688 753.109375 145.966796875 c 1 + 753.109375 176.748046875 748.890625 204.248046875 740.609375 228.544921875 c 0 + 732.328125 252.841796875 720.609375 273.544921875 705.609375 290.498046875 c 0 + 690.609375 307.451171875 672.328125 320.419921875 650.921875 329.326171875 c 0 + 629.359375 338.310546875 605.921875 342.763671875 580.296875 342.763671875 c 0 + 554.046875 342.763671875 530.453125 338.310546875 509.203125 329.326171875 c 0 + 488.109375 320.419921875 469.984375 307.451171875 454.984375 290.498046875 c 0 + 439.984375 273.544921875 428.265625 252.841796875 419.984375 228.544921875 c 0 + 411.703125 204.248046875 407.484375 176.748046875 407.484375 145.966796875 c 1 + 407.484375 110.784179688 407.484375 75.6025390625 407.484375 40.419921875 c 1 + 407.484375 9.638671875 411.703125 -17.861328125 419.984375 -42.158203125 c 0 + 428.265625 -66.455078125 439.984375 -87.158203125 454.984375 -104.111328125 c 0 + 469.984375 -121.064453125 488.109375 -134.033203125 509.203125 -142.939453125 c 0 + 530.453125 -151.923828125 554.046875 -156.376953125 580.296875 -156.376953125 c 0 +1289.671875 332.216796875 m 1 + 1289.671875 140.862304688 1289.671875 -50.4912109375 1289.671875 -241.845703125 c 1 + 1253.52636719 -241.845703125 1217.37988281 -241.845703125 1181.234375 -241.845703125 c 1 + 1181.234375 -50.4912109375 1181.234375 140.862304688 1181.234375 332.216796875 c 1 + 1114.671875 332.216796875 1048.109375 332.216796875 981.546875 332.216796875 c 1 + 981.546875 364.221679688 981.546875 396.227539062 981.546875 428.232421875 c 1 + 1150.81738281 428.232421875 1320.08886719 428.232421875 1489.359375 428.232421875 c 1 + 1489.359375 396.227539062 1489.359375 364.221679688 1489.359375 332.216796875 c 1 + 1422.796875 332.216796875 1356.234375 332.216796875 1289.671875 332.216796875 c 1 +267.875 624.169921875 m 1xf9f0 + 267.875 847.529296875 267.875 1070.88867188 267.875 1294.24804688 c 1 + 363.864257812 1294.24804688 459.854492188 1294.24804688 555.84375 1294.24804688 c 1 + 617.875 1294.24804688 665.84375 1276.04492188 699.75 1239.56054688 c 0 + 733.8125 1203.07617188 750.6875 1154.09179688 750.6875 1092.68554688 c 256 + 750.6875 1031.20117188 733.8125 982.216796875 699.75 945.732421875 c 0 + 665.84375 909.326171875 617.875 891.044921875 555.84375 891.044921875 c 1 + 496 891.044921875 436.15625 891.044921875 376.3125 891.044921875 c 1 + 376.3125 802.086914062 376.3125 713.127929688 376.3125 624.169921875 c 1 + 340.166992188 624.169921875 304.020507812 624.169921875 267.875 624.169921875 c 1xf9f0 +376.3125 986.123046875 m 1 + 433.916992188 986.123046875 491.520507812 986.123046875 549.125 986.123046875 c 1 + 576.625 986.123046875 598.03125 993.310546875 613.34375 1007.68554688 c 0 + 628.8125 1022.06054688 636.46875 1042.76367188 636.46875 1069.63867188 c 1 + 636.46875 1084.97753906 636.46875 1100.31542969 636.46875 1115.65429688 c 1 + 636.46875 1142.60742188 628.8125 1163.23242188 613.34375 1177.60742188 c 0 + 598.03125 1191.98242188 576.625 1199.24804688 549.125 1199.24804688 c 1 + 491.520507812 1199.24804688 433.916992188 1199.24804688 376.3125 1199.24804688 c 1 + 376.3125 1128.20605469 376.3125 1057.16503906 376.3125 986.123046875 c 1 +1420.53125 1136.82617188 m 1 + 1418.91699219 1136.82617188 1417.30175781 1136.82617188 1415.6875 1136.82617188 c 1 + 1398.08300781 1100.65429688 1380.47949219 1064.48242188 1362.875 1028.31054688 c 1 + 1313.91699219 939.040039062 1264.95800781 849.768554688 1216 760.498046875 c 1 + 1167.04199219 849.768554688 1118.08300781 939.040039062 1069.125 1028.31054688 c 1 + 1051.52050781 1064.48242188 1033.91699219 1100.65429688 1016.3125 1136.82617188 c 1 + 1014.69824219 1136.82617188 1013.08300781 1136.82617188 1011.46875 1136.82617188 c 1 + 1011.46875 965.940429688 1011.46875 795.055664062 1011.46875 624.169921875 c 1 + 976.9375 624.169921875 942.40625 624.169921875 907.875 624.169921875 c 1 + 907.875 847.529296875 907.875 1070.88867188 907.875 1294.24804688 c 1 + 950.739257812 1294.24804688 993.604492188 1294.24804688 1036.46875 1294.24804688 c 1 + 1096.3125 1180.65429688 1156.15625 1067.06054688 1216 953.466796875 c 1 + 1217.92675781 953.466796875 1219.85449219 953.466796875 1221.78125 953.466796875 c 1 + 1281.625 1067.06054688 1341.46875 1180.65429688 1401.3125 1294.24804688 c 1 + 1442.25 1294.24804688 1483.1875 1294.24804688 1524.125 1294.24804688 c 1 + 1524.125 1070.88867188 1524.125 847.529296875 1524.125 624.169921875 c 1 + 1489.59375 624.169921875 1455.0625 624.169921875 1420.53125 624.169921875 c 1 + 1420.53125 795.055664062 1420.53125 965.940429688 1420.53125 1136.82617188 c 1 EndSplineSet EndChar StartChar: uniE130 Encoding: 57648 57648 49 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 129.845 119.922<305.613 568.692> 876.231 119.922<326.785 582.205> -VStem: 158.402 134.375<683.539 846.481> 608.402 134.375<287.984 463.824> 888.383 129.59<144.2 785.021> 1529.2 129.59<144.2 785.021> -DStem2: 425.98 645.763 403.129 517.442 0.978916 -0.204262<-105.472 187.038> 1049.12 981.8 1023.93 785.021 0.468722 -0.883346<162.013 481.472> 1280.77 555.821 1457.13 649.376 0.468722 0.883346<0 316.072> +VWidth: 1687 +Flags: W +HStem: 84.8447 119.922<305.613 568.692> 831.231 119.922<326.785 582.205> +VStem: 158.402 134.375<638.539 801.481> 608.402 134.375<242.984 418.824> 888.383 129.59<99.2002 740.021> 1529.2 129.59<99.2002 740.021> +DStem2: 425.98 600.763 403.129 472.442 0.978916 -0.204262<-105.472 187.038> 1049.12 936.798 1023.93 740.021 0.468722 -0.883346<162.013 481.472> 1280.77 510.821 1457.13 604.376 0.468722 0.883346<0 316.072> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 189.845 119.922<305.613 568.692> 936.231 119.922<326.785 582.205> -VStem: 158.402 134.375<743.539 906.481> 608.402 134.375<347.984 523.824> 888.383 129.59<204.2 845.021> 1529.2 129.59<204.2 845.021> -DStem2: 425.98 705.763 403.129 577.442 0.978916 -0.204262<-105.472 187.038> 1049.12 1041.8 1023.93 845.021 0.468722 -0.883346<162.013 481.472> 1280.77 615.821 1457.13 709.376 0.468722 0.883346<0 316.072> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -439.1640625 129.844726562 m 0 - 368.75390625 129.844726562 308.98828125 142.637695312 259.76953125 168.223632812 c 0 - 210.55078125 193.809570312 168.36328125 228.184570312 133.20703125 271.446289062 c 1 - 164.391601562 300.645507812 195.577148438 329.844726562 226.76171875 359.043945312 c 1 - 256.3515625 323.008789062 288.96875 295.762695312 324.515625 277.403320312 c 0 - 360.16015625 259.043945312 400.78515625 249.766601562 446.390625 249.766601562 c 0 - 500.00390625 249.766601562 540.3359375 261.778320312 567.58203125 285.801757812 c 0 - 594.73046875 309.825195312 608.40234375 342.247070312 608.40234375 382.969726562 c 0 - 608.40234375 415.782226562 598.734375 441.758789062 579.59375 460.997070312 c 0 - 560.35546875 480.235351562 526.37109375 494.590820312 477.54296875 504.161132812 c 1 - 452.73828125 508.587890625 427.93359375 513.014648438 403.12890625 517.442382812 c 1 - 321.5859375 532.579101562 260.35546875 559.434570312 219.53515625 597.813476562 c 0 - 178.71484375 636.192382812 158.40234375 689.024414062 158.40234375 756.211914062 c 0 - 158.40234375 793.028320312 165.3359375 826.426757812 179.3984375 856.407226562 c 0 - 193.36328125 886.387695312 212.9921875 911.583007812 238.1875 931.993164062 c 0 - 263.3828125 952.403320312 293.94921875 968.223632812 329.984375 979.356445312 c 0 - 365.921875 990.586914062 406.3515625 996.153320312 451.17578125 996.153320312 c 0 - 514.359375 996.153320312 569.14453125 985.215820312 615.53125 963.243164062 c 0 - 661.91796875 941.172851562 701.56640625 909.434570312 734.37890625 867.833007812 c 1 - 702.770507812 839.837890625 671.163085938 811.842773438 639.5546875 783.848632812 c 1 - 617.97265625 811.778320312 591.60546875 834.239257812 560.35546875 851.036132812 c 0 - 529.203125 867.833007812 490.3359375 876.231445312 443.94921875 876.231445312 c 0 - 396 876.231445312 358.79296875 866.563476562 332.328125 847.422851562 c 0 - 305.9609375 828.184570312 292.77734375 800.157226562 292.77734375 763.438476562 c 0 - 292.77734375 728.184570312 303.51953125 702.012695312 325.19921875 684.825195312 c 0 - 346.78125 667.637695312 380.375 654.551757812 425.98046875 645.762695312 c 1 - 450.78515625 640.586914062 475.58984375 635.411132812 500.39453125 630.235351562 c 1 - 584.37890625 614.219726562 645.8046875 586.973632812 684.57421875 548.594726562 c 0 - 723.34375 510.215820312 742.77734375 457.383789062 742.77734375 390.196289062 c 0 - 742.77734375 351.036132812 735.94140625 315.391601562 722.3671875 283.360351562 c 0 - 708.79296875 251.426757812 688.96875 223.985351562 662.9921875 201.231445312 c 0 - 636.91796875 178.379882812 605.1796875 160.801757812 567.58203125 148.399414062 c 0 - 529.984375 135.997070312 487.11328125 129.844726562 439.1640625 129.844726562 c 0 -1529.203125 785.020507812 m 1 - 1527.18457031 785.020507812 1525.16699219 785.020507812 1523.1484375 785.020507812 c 1 - 1501.14355469 739.805664062 1479.13769531 694.590820312 1457.1328125 649.375976562 c 1 - 1395.93457031 537.787109375 1334.73730469 426.198242188 1273.5390625 314.610351562 c 1 - 1212.34082031 426.198242188 1151.14355469 537.787109375 1089.9453125 649.375976562 c 1 - 1067.94042969 694.590820312 1045.93457031 739.805664062 1023.9296875 785.020507812 c 1 - 1021.94433594 785.020507812 1019.95800781 785.020507812 1017.97265625 785.020507812 c 1 - 1017.97265625 571.413085938 1017.97265625 357.806640625 1017.97265625 144.200195312 c 1 - 974.776367188 144.200195312 931.579101562 144.200195312 888.3828125 144.200195312 c 1 - 888.3828125 423.399414062 888.3828125 702.598632812 888.3828125 981.797851562 c 1 - 941.963867188 981.797851562 995.543945312 981.797851562 1049.125 981.797851562 c 1 - 1123.9296875 839.805664062 1198.734375 697.813476562 1273.5390625 555.821289062 c 1 - 1275.94824219 555.821289062 1278.35644531 555.821289062 1280.765625 555.821289062 c 1 - 1355.5703125 697.813476562 1430.375 839.805664062 1505.1796875 981.797851562 c 1 - 1556.38378906 981.797851562 1607.58886719 981.797851562 1658.79296875 981.797851562 c 1 - 1658.79296875 702.598632812 1658.79296875 423.399414062 1658.79296875 144.200195312 c 1 - 1615.59667969 144.200195312 1572.39941406 144.200195312 1529.203125 144.200195312 c 1 - 1529.203125 357.806640625 1529.203125 571.413085938 1529.203125 785.020507812 c 1 +439.1640625 84.8447265625 m 0 + 368.75390625 84.8447265625 308.98828125 97.6376953125 259.76953125 123.223632812 c 0 + 210.55078125 148.809570312 168.36328125 183.184570312 133.20703125 226.446289062 c 1 + 164.391601562 255.645507812 195.577148438 284.844726562 226.76171875 314.043945312 c 1 + 256.3515625 278.008789062 288.96875 250.762695312 324.515625 232.403320312 c 0 + 360.16015625 214.043945312 400.78515625 204.766601562 446.390625 204.766601562 c 0 + 500.00390625 204.766601562 540.3359375 216.778320312 567.58203125 240.801757812 c 0 + 594.73046875 264.825195312 608.40234375 297.247070312 608.40234375 337.969726562 c 0 + 608.40234375 370.782226562 598.734375 396.758789062 579.59375 415.997070312 c 0 + 560.35546875 435.235351562 526.37109375 449.590820312 477.54296875 459.161132812 c 1 + 452.73828125 463.587890625 427.93359375 468.014648438 403.12890625 472.442382812 c 1 + 321.5859375 487.579101562 260.35546875 514.434570312 219.53515625 552.813476562 c 0 + 178.71484375 591.192382812 158.40234375 644.024414062 158.40234375 711.211914062 c 0 + 158.40234375 748.028320312 165.3359375 781.426757812 179.3984375 811.407226562 c 0 + 193.36328125 841.387695312 212.9921875 866.583007812 238.1875 886.993164062 c 0 + 263.3828125 907.403320312 293.94921875 923.223632812 329.984375 934.356445312 c 0 + 365.921875 945.586914062 406.3515625 951.153320312 451.17578125 951.153320312 c 0 + 514.359375 951.153320312 569.14453125 940.215820312 615.53125 918.243164062 c 0 + 661.91796875 896.172851562 701.56640625 864.434570312 734.37890625 822.833007812 c 1 + 702.770507812 794.837890625 671.163085938 766.842773438 639.5546875 738.848632812 c 1 + 617.97265625 766.778320312 591.60546875 789.239257812 560.35546875 806.036132812 c 0 + 529.203125 822.833007812 490.3359375 831.231445312 443.94921875 831.231445312 c 0 + 396 831.231445312 358.79296875 821.563476562 332.328125 802.422851562 c 0 + 305.9609375 783.184570312 292.77734375 755.157226562 292.77734375 718.438476562 c 0 + 292.77734375 683.184570312 303.51953125 657.012695312 325.19921875 639.825195312 c 0 + 346.78125 622.637695312 380.375 609.551757812 425.98046875 600.762695312 c 1 + 450.78515625 595.586914062 475.58984375 590.411132812 500.39453125 585.235351562 c 1 + 584.37890625 569.219726562 645.8046875 541.973632812 684.57421875 503.594726562 c 0 + 723.34375 465.215820312 742.77734375 412.383789062 742.77734375 345.196289062 c 0 + 742.77734375 306.036132812 735.94140625 270.391601562 722.3671875 238.360351562 c 0 + 708.79296875 206.426757812 688.96875 178.985351562 662.9921875 156.231445312 c 0 + 636.91796875 133.379882812 605.1796875 115.801757812 567.58203125 103.399414062 c 0 + 529.984375 90.9970703125 487.11328125 84.8447265625 439.1640625 84.8447265625 c 0 +1529.203125 740.020507812 m 1 + 1527.18457031 740.020507812 1525.16699219 740.020507812 1523.1484375 740.020507812 c 1 + 1501.14355469 694.805664062 1479.13769531 649.590820312 1457.1328125 604.375976562 c 1 + 1395.93457031 492.787109375 1334.73730469 381.198242188 1273.5390625 269.610351562 c 1 + 1212.34082031 381.198242188 1151.14355469 492.787109375 1089.9453125 604.375976562 c 1 + 1067.94042969 649.590820312 1045.93457031 694.805664062 1023.9296875 740.020507812 c 1 + 1021.94433594 740.020507812 1019.95800781 740.020507812 1017.97265625 740.020507812 c 1 + 1017.97265625 526.413085938 1017.97265625 312.806640625 1017.97265625 99.2001953125 c 1 + 974.776367188 99.2001953125 931.579101562 99.2001953125 888.3828125 99.2001953125 c 1 + 888.3828125 378.399414062 888.3828125 657.598632812 888.3828125 936.797851562 c 1 + 941.963867188 936.797851562 995.543945312 936.797851562 1049.125 936.797851562 c 1 + 1123.9296875 794.805664062 1198.734375 652.813476562 1273.5390625 510.821289062 c 1 + 1275.94824219 510.821289062 1278.35644531 510.821289062 1280.765625 510.821289062 c 1 + 1355.5703125 652.813476562 1430.375 794.805664062 1505.1796875 936.797851562 c 1 + 1556.38378906 936.797851562 1607.58886719 936.797851562 1658.79296875 936.797851562 c 1 + 1658.79296875 657.598632812 1658.79296875 378.399414062 1658.79296875 99.2001953125 c 1 + 1615.59667969 99.2001953125 1572.39941406 99.2001953125 1529.203125 99.2001953125 c 1 + 1529.203125 312.806640625 1529.203125 526.413085938 1529.203125 740.020507812 c 1 EndSplineSet EndChar StartChar: uniE131 Encoding: 57649 57649 50 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 477.794 118.848<317.094 612.675> 863.048 118.75<317.094 612.675> -VStem: 181.547 135.547<144.2 477.794 596.642 863.048> 642.289 142.969<624.443 835.149> 899.906 140.43<841.368 981.8> 1473.54 136.914<844.884 981.8> -DStem2: 1040.34 981.8 899.906 981.8 0.311738 -0.950168<0 737.016> 1258.7 276.231 1331.94 144.2 0.291293 0.956634<0 737.551> +VWidth: 1687 +Flags: W +HStem: 432.794 118.848<317.094 612.675> 818.048 118.75<317.094 612.675> +VStem: 181.547 135.547<99.2002 432.794 551.642 818.048> 642.289 142.969<579.443 790.149> 899.906 140.43<796.368 936.798> 1473.54 136.914<799.884 936.798> +DStem2: 1040.34 936.798 899.906 936.798 0.311738 -0.950168<0 737.016> 1258.7 231.231 1331.94 99.2002 0.291293 0.956634<0 737.551> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 537.794 118.848<317.094 612.675> 923.048 118.75<317.094 612.675> -VStem: 181.547 135.547<204.2 537.794 656.642 923.048> 642.289 142.969<684.443 895.149> 899.906 140.43<901.368 1041.8> 1473.54 136.914<904.884 1041.8> -DStem2: 1040.34 1041.8 899.906 1041.8 0.311738 -0.950168<0 737.016> 1258.7 336.231 1331.94 204.2 0.291293 0.956634<0 737.551> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -181.546875 144.200195312 m 1 - 181.546875 423.399414062 181.546875 702.598632812 181.546875 981.797851562 c 1 - 301.534179688 981.797851562 421.520507812 981.797851562 541.5078125 981.797851562 c 1 - 619.2421875 981.797851562 679.203125 959.043945312 721.5859375 913.438476562 c 0 - 763.96875 867.833007812 785.2578125 806.602539062 785.2578125 729.844726562 c 256 - 785.2578125 652.989257812 763.96875 591.758789062 721.5859375 546.153320312 c 0 - 679.203125 500.645507812 619.2421875 477.793945312 541.5078125 477.793945312 c 1 - 466.703125 477.793945312 391.8984375 477.793945312 317.09375 477.793945312 c 1 - 317.09375 366.595703125 317.09375 255.397460938 317.09375 144.200195312 c 1 - 271.911132812 144.200195312 226.729492188 144.200195312 181.546875 144.200195312 c 1 -317.09375 596.641601562 m 1 - 389.098632812 596.641601562 461.104492188 596.641601562 533.109375 596.641601562 c 1 - 567.484375 596.641601562 594.4375 605.625976562 613.578125 623.594726562 c 0 - 632.71875 641.563476562 642.2890625 667.442382812 642.2890625 701.036132812 c 1 - 642.2890625 720.208984375 642.2890625 739.381835938 642.2890625 758.555664062 c 1 - 642.2890625 792.247070312 632.71875 818.028320312 613.578125 835.997070312 c 0 - 594.4375 853.965820312 567.484375 863.047851562 533.109375 863.047851562 c 1 - 461.104492188 863.047851562 389.098632812 863.047851562 317.09375 863.047851562 c 1 - 317.09375 774.245117188 317.09375 685.443359375 317.09375 596.641601562 c 1 -1174.7109375 144.200195312 m 1 - 1083.109375 423.399414062 991.5078125 702.598632812 899.90625 981.797851562 c 1 - 946.715820312 981.797851562 993.526367188 981.797851562 1040.3359375 981.797851562 c 1 - 1084.73730469 843.809570312 1129.13769531 705.821289062 1173.5390625 567.833007812 c 1 - 1200.36230469 470.631835938 1227.18457031 373.431640625 1254.0078125 276.231445312 c 1 - 1255.5703125 276.231445312 1257.1328125 276.231445312 1258.6953125 276.231445312 c 1 - 1285.90917969 373.431640625 1313.12207031 470.631835938 1340.3359375 567.833007812 c 1 - 1384.73730469 705.821289062 1429.13769531 843.809570312 1473.5390625 981.797851562 c 1 - 1519.17675781 981.797851562 1564.81542969 981.797851562 1610.453125 981.797851562 c 1 - 1517.61425781 702.598632812 1424.77636719 423.399414062 1331.9375 144.200195312 c 1 - 1279.52832031 144.200195312 1227.12011719 144.200195312 1174.7109375 144.200195312 c 1 +181.546875 99.2001953125 m 1 + 181.546875 378.399414062 181.546875 657.598632812 181.546875 936.797851562 c 1 + 301.534179688 936.797851562 421.520507812 936.797851562 541.5078125 936.797851562 c 1 + 619.2421875 936.797851562 679.203125 914.043945312 721.5859375 868.438476562 c 0 + 763.96875 822.833007812 785.2578125 761.602539062 785.2578125 684.844726562 c 256 + 785.2578125 607.989257812 763.96875 546.758789062 721.5859375 501.153320312 c 0 + 679.203125 455.645507812 619.2421875 432.793945312 541.5078125 432.793945312 c 1 + 466.703125 432.793945312 391.8984375 432.793945312 317.09375 432.793945312 c 1 + 317.09375 321.595703125 317.09375 210.397460938 317.09375 99.2001953125 c 1 + 271.911132812 99.2001953125 226.729492188 99.2001953125 181.546875 99.2001953125 c 1 +317.09375 551.641601562 m 1 + 389.098632812 551.641601562 461.104492188 551.641601562 533.109375 551.641601562 c 1 + 567.484375 551.641601562 594.4375 560.625976562 613.578125 578.594726562 c 0 + 632.71875 596.563476562 642.2890625 622.442382812 642.2890625 656.036132812 c 1 + 642.2890625 675.208984375 642.2890625 694.381835938 642.2890625 713.555664062 c 1 + 642.2890625 747.247070312 632.71875 773.028320312 613.578125 790.997070312 c 0 + 594.4375 808.965820312 567.484375 818.047851562 533.109375 818.047851562 c 1 + 461.104492188 818.047851562 389.098632812 818.047851562 317.09375 818.047851562 c 1 + 317.09375 729.245117188 317.09375 640.443359375 317.09375 551.641601562 c 1 +1174.7109375 99.2001953125 m 1 + 1083.109375 378.399414062 991.5078125 657.598632812 899.90625 936.797851562 c 1 + 946.715820312 936.797851562 993.526367188 936.797851562 1040.3359375 936.797851562 c 1 + 1084.73730469 798.809570312 1129.13769531 660.821289062 1173.5390625 522.833007812 c 1 + 1200.36230469 425.631835938 1227.18457031 328.431640625 1254.0078125 231.231445312 c 1 + 1255.5703125 231.231445312 1257.1328125 231.231445312 1258.6953125 231.231445312 c 1 + 1285.90917969 328.431640625 1313.12207031 425.631835938 1340.3359375 522.833007812 c 1 + 1384.73730469 660.821289062 1429.13769531 798.809570312 1473.5390625 936.797851562 c 1 + 1519.17675781 936.797851562 1564.81542969 936.797851562 1610.453125 936.797851562 c 1 + 1517.61425781 657.598632812 1424.77636719 378.399414062 1331.9375 99.2001953125 c 1 + 1279.52832031 99.2001953125 1227.12011719 99.2001953125 1174.7109375 99.2001953125 c 1 EndSplineSet EndChar StartChar: uniE132 Encoding: 57650 57650 51 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 92.1094<833.624 1009.5 1373.31 1569.36> 564.953 89.2969<1407.93 1572.57> 804.016 94.0625<1380.96 1681.23> 817.453 92.1094<833.624 1009.5> -VStem: 76.1562 108.438<228 479.904 558.234 898.078> 464.906 126.719<771.359 898.078> 480.297 130.547<228 358.547> 678.734 115.156<348.546 777.443> 1049.28 115.156<347.743 778.336> 1602.56 113.281<341.368 531.273> -DStem2: 352.641 615.812 276.781 540.969 0.54515 -0.838338<21.3896 394.71> 284.438 680.188 352.641 615.812 0.660468 0.750854<-154.984 -109.59 -12.7165 282.798> 1276.16 524.641 1366.39 566.906 0.0726244 0.997359<48.7072 286.444> +VWidth: 1687 +Flags: W +HStem: 171.516 92.1094<833.624 1009.5 1373.31 1569.36> 519.953 89.2969<1407.93 1572.57> 759.016 94.0625<1380.96 1681.23> 772.453 92.1094<833.624 1009.5> +VStem: 76.1562 108.438<183 434.904 513.234 853.078> 464.906 126.719<726.359 853.078> 480.297 130.547<183 313.547> 678.734 115.156<303.546 732.443> 1049.28 115.156<302.743 733.336> 1602.56 113.281<296.368 486.273> +DStem2: 352.641 570.812 276.781 495.969 0.54515 -0.838338<21.3896 394.71> 284.438 635.188 352.641 570.812 0.660468 0.750854<-154.984 -109.59 -12.7165 282.798> 1276.16 479.641 1366.39 521.906 0.0726244 0.997359<48.7072 286.444> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 92.1094<833.624 1009.5 1373.31 1569.36> 624.953 89.2969<1407.93 1572.57> 864.016 94.0625<1380.96 1681.23> 877.453 92.1094<833.624 1009.5> -VStem: 76.1562 108.438<288 539.904 618.234 958.078> 464.906 126.719<831.359 958.078> 480.297 130.547<288 418.547> 678.734 115.156<408.546 837.443> 1049.28 115.156<407.743 838.336> 1602.56 113.281<401.368 591.273> -DStem2: 352.641 675.812 276.781 600.969 0.54515 -0.838338<21.3896 394.71> 284.438 740.188 352.641 675.812 0.660468 0.750854<-154.984 -109.59 -12.7165 282.798> 1276.16 584.641 1366.39 626.906 0.0726244 0.997359<48.7072 286.444> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -276.78125 540.96875 m 1xebc0 - 246.051757812 505.760742188 215.323242188 470.551757812 184.59375 435.34375 c 1 - 184.59375 366.229492188 184.59375 297.114257812 184.59375 228 c 1 - 148.448242188 228 112.301757812 228 76.15625 228 c 1 - 76.15625 451.359375 76.15625 674.71875 76.15625 898.078125 c 1 - 112.301757812 898.078125 148.448242188 898.078125 184.59375 898.078125 c 1 - 184.59375 784.796875 184.59375 671.515625 184.59375 558.234375 c 1 - 185.870117188 558.234375 187.145507812 558.234375 188.421875 558.234375 c 1 - 220.426757812 598.885742188 252.432617188 639.536132812 284.4375 680.1875 c 1 - 344.59375 752.817382812 404.75 825.448242188 464.90625 898.078125 c 1 - 507.145507812 898.078125 549.385742188 898.078125 591.625 898.078125 c 1xedc0 - 511.963867188 803.989257812 432.301757812 709.901367188 352.640625 615.8125 c 1 - 438.708007812 486.541992188 524.776367188 357.270507812 610.84375 228 c 1 - 567.328125 228 523.8125 228 480.296875 228 c 1 - 412.458007812 332.323242188 344.620117188 436.645507812 276.78125 540.96875 c 1xebc0 -921.546875 216.515625 m 0 - 879.984375 216.515625 843.8125 224.328125 813.109375 240.03125 c 0 - 782.40625 255.65625 757.09375 278.234375 737.25 307.6875 c 0 - 717.40625 337.140625 702.71875 373.3125 693.109375 416.125 c 0 - 683.5 459.015625 678.734375 508 678.734375 563.078125 c 0 - 678.734375 617.453125 683.5 666.203125 693.109375 709.40625 c 0 - 702.71875 752.609375 717.40625 788.9375 737.25 818.390625 c 0 - 757.09375 847.84375 782.40625 870.421875 813.109375 886.046875 c 0 - 843.8125 901.75 879.984375 909.5625 921.546875 909.5625 c 0xd9c0 - 1004.75 909.5625 1066.078125 879.171875 1105.453125 818.390625 c 0 - 1144.75 757.609375 1164.4375 672.453125 1164.4375 563.078125 c 256 - 1164.4375 453.625 1144.75 368.46875 1105.453125 307.6875 c 0 - 1066.078125 246.90625 1004.75 216.515625 921.546875 216.515625 c 0 -921.546875 308.625 m 256 - 944.59375 308.625 964.28125 313.3125 980.609375 322.53125 c 0 - 996.9375 331.828125 1010.21875 345.109375 1020.453125 362.375 c 0 - 1030.6875 379.71875 1038.03125 400.34375 1042.5625 424.328125 c 0 - 1047.015625 448.3125 1049.28125 475.03125 1049.28125 504.484375 c 1 - 1049.28125 543.520507812 1049.28125 582.557617188 1049.28125 621.59375 c 1 - 1049.28125 651.046875 1047.015625 677.765625 1042.5625 701.75 c 0 - 1038.03125 725.734375 1030.6875 746.4375 1020.453125 763.703125 c 0 - 1010.21875 780.96875 996.9375 794.25 980.609375 803.546875 c 0 - 964.28125 812.765625 944.59375 817.453125 921.546875 817.453125 c 256 - 898.5 817.453125 878.890625 812.765625 862.5625 803.546875 c 0 - 846.234375 794.25 832.953125 780.96875 822.71875 763.703125 c 0 - 812.484375 746.4375 805.0625 725.734375 800.609375 701.75 c 0 - 796.15625 677.765625 793.890625 651.046875 793.890625 621.59375 c 1 - 793.890625 582.557617188 793.890625 543.520507812 793.890625 504.484375 c 1 - 793.890625 475.03125 796.15625 448.3125 800.609375 424.328125 c 0 - 805.0625 400.34375 812.484375 379.71875 822.71875 362.375 c 0 - 832.953125 345.109375 846.234375 331.828125 862.5625 322.53125 c 0 - 878.890625 313.3125 898.5 308.625 921.546875 308.625 c 256 -1681.234375 804.015625 m 1xe9c0 - 1582.04199219 804.015625 1482.84863281 804.015625 1383.65625 804.015625 c 1 - 1377.90136719 724.979492188 1372.14550781 645.942382812 1366.390625 566.90625 c 1 - 1368.62988281 566.90625 1370.87011719 566.90625 1373.109375 566.90625 c 1 - 1380.765625 580.34375 1388.8125 592.296875 1397.09375 602.84375 c 0 - 1405.453125 613.46875 1414.984375 622.53125 1425.921875 630.265625 c 0 - 1436.78125 637.921875 1449.28125 643.859375 1463.34375 648 c 0 - 1477.40625 652.140625 1494.046875 654.25 1513.265625 654.25 c 0 - 1542.09375 654.25 1568.8125 649.40625 1593.421875 639.875 c 0 - 1618.03125 630.265625 1639.515625 616.515625 1657.71875 598.546875 c 0 - 1676 580.65625 1690.21875 558.703125 1700.453125 532.765625 c 0 - 1710.6875 506.90625 1715.84375 477.609375 1715.84375 444.953125 c 0 - 1715.84375 411.671875 1710.53125 380.96875 1699.984375 352.765625 c 0 - 1689.4375 324.640625 1673.890625 300.5 1653.421875 280.34375 c 0 - 1632.953125 260.1875 1607.796875 244.484375 1578.03125 233.3125 c 0 - 1548.265625 222.0625 1514.515625 216.515625 1476.78125 216.515625 c 0 - 1446.703125 216.515625 1420.140625 219.875 1397.09375 226.59375 c 0 - 1374.046875 233.3125 1353.734375 242.21875 1336.15625 253.46875 c 0 - 1318.5 264.640625 1303.1875 277.453125 1290.0625 291.828125 c 0 - 1276.9375 306.203125 1265.296875 321.125 1254.984375 336.515625 c 1 - 1281.234375 357.296875 1307.484375 378.078125 1333.734375 398.859375 c 1 - 1342.09375 385.421875 1350.6875 373.3125 1359.671875 362.375 c 0 - 1368.65625 351.515625 1378.890625 341.90625 1390.375 333.625 c 0 - 1401.859375 325.265625 1414.828125 318.859375 1429.28125 314.40625 c 0 - 1443.65625 309.953125 1460.140625 307.6875 1478.734375 307.6875 c 0 - 1518.34375 307.6875 1548.96875 318.546875 1570.375 340.34375 c 0 - 1591.78125 362.0625 1602.5625 392.140625 1602.5625 430.578125 c 1 - 1602.5625 434.40625 1602.5625 438.234375 1602.5625 442.0625 c 1 - 1602.5625 480.5 1591.78125 510.578125 1570.375 532.296875 c 0 - 1548.96875 554.09375 1518.34375 564.953125 1478.734375 564.953125 c 0 - 1449.90625 564.953125 1426.859375 559.484375 1409.59375 548.625 c 0 - 1392.328125 537.765625 1377.5625 525.578125 1365.453125 512.140625 c 1 - 1335.6875 516.307617188 1305.921875 520.473632812 1276.15625 524.640625 c 1 - 1284.46386719 649.120117188 1292.77050781 773.598632812 1301.078125 898.078125 c 1 - 1427.796875 898.078125 1554.515625 898.078125 1681.234375 898.078125 c 1 - 1681.234375 866.723632812 1681.234375 835.370117188 1681.234375 804.015625 c 1xe9c0 +276.78125 495.96875 m 1xebc0 + 246.051757812 460.760742188 215.323242188 425.551757812 184.59375 390.34375 c 1 + 184.59375 321.229492188 184.59375 252.114257812 184.59375 183 c 1 + 148.448242188 183 112.301757812 183 76.15625 183 c 1 + 76.15625 406.359375 76.15625 629.71875 76.15625 853.078125 c 1 + 112.301757812 853.078125 148.448242188 853.078125 184.59375 853.078125 c 1 + 184.59375 739.796875 184.59375 626.515625 184.59375 513.234375 c 1 + 185.870117188 513.234375 187.145507812 513.234375 188.421875 513.234375 c 1 + 220.426757812 553.885742188 252.432617188 594.536132812 284.4375 635.1875 c 1 + 344.59375 707.817382812 404.75 780.448242188 464.90625 853.078125 c 1 + 507.145507812 853.078125 549.385742188 853.078125 591.625 853.078125 c 1xedc0 + 511.963867188 758.989257812 432.301757812 664.901367188 352.640625 570.8125 c 1 + 438.708007812 441.541992188 524.776367188 312.270507812 610.84375 183 c 1 + 567.328125 183 523.8125 183 480.296875 183 c 1 + 412.458007812 287.323242188 344.620117188 391.645507812 276.78125 495.96875 c 1xebc0 +921.546875 171.515625 m 0 + 879.984375 171.515625 843.8125 179.328125 813.109375 195.03125 c 0 + 782.40625 210.65625 757.09375 233.234375 737.25 262.6875 c 0 + 717.40625 292.140625 702.71875 328.3125 693.109375 371.125 c 0 + 683.5 414.015625 678.734375 463 678.734375 518.078125 c 0 + 678.734375 572.453125 683.5 621.203125 693.109375 664.40625 c 0 + 702.71875 707.609375 717.40625 743.9375 737.25 773.390625 c 0 + 757.09375 802.84375 782.40625 825.421875 813.109375 841.046875 c 0 + 843.8125 856.75 879.984375 864.5625 921.546875 864.5625 c 0xd9c0 + 1004.75 864.5625 1066.078125 834.171875 1105.453125 773.390625 c 0 + 1144.75 712.609375 1164.4375 627.453125 1164.4375 518.078125 c 256 + 1164.4375 408.625 1144.75 323.46875 1105.453125 262.6875 c 0 + 1066.078125 201.90625 1004.75 171.515625 921.546875 171.515625 c 0 +921.546875 263.625 m 256 + 944.59375 263.625 964.28125 268.3125 980.609375 277.53125 c 0 + 996.9375 286.828125 1010.21875 300.109375 1020.453125 317.375 c 0 + 1030.6875 334.71875 1038.03125 355.34375 1042.5625 379.328125 c 0 + 1047.015625 403.3125 1049.28125 430.03125 1049.28125 459.484375 c 1 + 1049.28125 498.520507812 1049.28125 537.557617188 1049.28125 576.59375 c 1 + 1049.28125 606.046875 1047.015625 632.765625 1042.5625 656.75 c 0 + 1038.03125 680.734375 1030.6875 701.4375 1020.453125 718.703125 c 0 + 1010.21875 735.96875 996.9375 749.25 980.609375 758.546875 c 0 + 964.28125 767.765625 944.59375 772.453125 921.546875 772.453125 c 256 + 898.5 772.453125 878.890625 767.765625 862.5625 758.546875 c 0 + 846.234375 749.25 832.953125 735.96875 822.71875 718.703125 c 0 + 812.484375 701.4375 805.0625 680.734375 800.609375 656.75 c 0 + 796.15625 632.765625 793.890625 606.046875 793.890625 576.59375 c 1 + 793.890625 537.557617188 793.890625 498.520507812 793.890625 459.484375 c 1 + 793.890625 430.03125 796.15625 403.3125 800.609375 379.328125 c 0 + 805.0625 355.34375 812.484375 334.71875 822.71875 317.375 c 0 + 832.953125 300.109375 846.234375 286.828125 862.5625 277.53125 c 0 + 878.890625 268.3125 898.5 263.625 921.546875 263.625 c 256 +1681.234375 759.015625 m 1xe9c0 + 1582.04199219 759.015625 1482.84863281 759.015625 1383.65625 759.015625 c 1 + 1377.90136719 679.979492188 1372.14550781 600.942382812 1366.390625 521.90625 c 1 + 1368.62988281 521.90625 1370.87011719 521.90625 1373.109375 521.90625 c 1 + 1380.765625 535.34375 1388.8125 547.296875 1397.09375 557.84375 c 0 + 1405.453125 568.46875 1414.984375 577.53125 1425.921875 585.265625 c 0 + 1436.78125 592.921875 1449.28125 598.859375 1463.34375 603 c 0 + 1477.40625 607.140625 1494.046875 609.25 1513.265625 609.25 c 0 + 1542.09375 609.25 1568.8125 604.40625 1593.421875 594.875 c 0 + 1618.03125 585.265625 1639.515625 571.515625 1657.71875 553.546875 c 0 + 1676 535.65625 1690.21875 513.703125 1700.453125 487.765625 c 0 + 1710.6875 461.90625 1715.84375 432.609375 1715.84375 399.953125 c 0 + 1715.84375 366.671875 1710.53125 335.96875 1699.984375 307.765625 c 0 + 1689.4375 279.640625 1673.890625 255.5 1653.421875 235.34375 c 0 + 1632.953125 215.1875 1607.796875 199.484375 1578.03125 188.3125 c 0 + 1548.265625 177.0625 1514.515625 171.515625 1476.78125 171.515625 c 0 + 1446.703125 171.515625 1420.140625 174.875 1397.09375 181.59375 c 0 + 1374.046875 188.3125 1353.734375 197.21875 1336.15625 208.46875 c 0 + 1318.5 219.640625 1303.1875 232.453125 1290.0625 246.828125 c 0 + 1276.9375 261.203125 1265.296875 276.125 1254.984375 291.515625 c 1 + 1281.234375 312.296875 1307.484375 333.078125 1333.734375 353.859375 c 1 + 1342.09375 340.421875 1350.6875 328.3125 1359.671875 317.375 c 0 + 1368.65625 306.515625 1378.890625 296.90625 1390.375 288.625 c 0 + 1401.859375 280.265625 1414.828125 273.859375 1429.28125 269.40625 c 0 + 1443.65625 264.953125 1460.140625 262.6875 1478.734375 262.6875 c 0 + 1518.34375 262.6875 1548.96875 273.546875 1570.375 295.34375 c 0 + 1591.78125 317.0625 1602.5625 347.140625 1602.5625 385.578125 c 1 + 1602.5625 389.40625 1602.5625 393.234375 1602.5625 397.0625 c 1 + 1602.5625 435.5 1591.78125 465.578125 1570.375 487.296875 c 0 + 1548.96875 509.09375 1518.34375 519.953125 1478.734375 519.953125 c 0 + 1449.90625 519.953125 1426.859375 514.484375 1409.59375 503.625 c 0 + 1392.328125 492.765625 1377.5625 480.578125 1365.453125 467.140625 c 1 + 1335.6875 471.307617188 1305.921875 475.473632812 1276.15625 479.640625 c 1 + 1284.46386719 604.120117188 1292.77050781 728.598632812 1301.078125 853.078125 c 1 + 1427.796875 853.078125 1554.515625 853.078125 1681.234375 853.078125 c 1 + 1681.234375 821.723632812 1681.234375 790.370117188 1681.234375 759.015625 c 1xe9c0 EndSplineSet EndChar StartChar: uniE133 Encoding: 57651 57651 52 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 95.9375<473.104 698.889> 70.029 95.0781<1059.63 1296.02> 388.779 95.9375<498.673 717.085 1059.63 1296.02> 657.686 95.9375<473.457 699.267 1095.64 1308.92> 1254.79 95.9375<499.001 717.446 1095.56 1308.05> -VStem: 367.209 107.5<231.541 367.835 1098.58 1233.28> 727.209 107.5<-85.2804 61.913 780.143 927.928> 921.817 115.157<816.976 1194.28> 951.193 108.438<-196.846 70.029 165.107 378.232> 1319.79 114.296<187.348 355.913> -DStem2: 581.271 204.404 562.99 101.748 0.978916 -0.204262<-84.378 149.631> 581.662 1070.42 563.381 967.76 0.978916 -0.204262<-84.3815 149.558> +VWidth: 1687 +Flags: W +HStem: -253.33 95.9375<473.104 698.889> 25.0293 95.0781<1059.63 1296.02> 343.779 95.9375<498.673 717.085 1059.63 1296.02> 612.686 95.9375<473.457 699.267 1095.64 1308.92> 1209.79 95.9375<499.001 717.446 1095.56 1308.05> +VStem: 367.209 107.5<186.541 322.835 1053.58 1188.28> 727.209 107.5<-130.28 16.9126 735.143 882.928> 921.817 115.157<771.976 1149.28> 951.193 108.438<-241.846 25.0293 120.107 333.232> 1319.79 114.296<142.348 310.913> +DStem2: 581.271 159.404 562.99 56.748 0.978916 -0.204262<-84.378 149.631> 581.662 1025.42 563.381 922.764 0.978916 -0.204262<-84.3815 149.558> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 95.9375<473.104 698.889> 130.029 95.0781<1059.63 1296.02> 448.779 95.9375<498.673 717.085 1059.63 1296.02> 717.686 95.9375<473.457 699.267 1095.64 1308.92> 1314.79 95.9375<499.001 717.446 1095.56 1308.05> -VStem: 367.209 107.5<291.541 427.835 1158.58 1293.28> 727.209 107.5<-25.2804 121.913 840.143 987.928> 921.817 115.157<876.976 1254.28> 951.193 108.438<-136.846 130.029 225.107 438.232> 1319.79 114.296<247.348 415.913> -DStem2: 581.271 264.404 562.99 161.748 0.978916 -0.204262<-84.378 149.631> 581.662 1130.42 563.381 1027.76 0.978916 -0.204262<-84.3815 149.558> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -591.818359375 -208.330078125 m 0xfe40 - 535.490234375 -208.330078125 487.677734375 -198.095703125 448.302734375 -177.626953125 c 0 - 408.927734375 -157.158203125 375.177734375 -129.658203125 347.052734375 -95.048828125 c 1 - 372 -71.689453125 396.948242188 -48.330078125 421.896484375 -24.970703125 c 1 - 445.568359375 -53.798828125 471.662109375 -75.595703125 500.099609375 -90.283203125 c 0 - 528.615234375 -104.970703125 561.115234375 -112.392578125 597.599609375 -112.392578125 c 0 - 640.490234375 -112.392578125 672.755859375 -102.783203125 694.552734375 -83.564453125 c 0 - 716.271484375 -64.345703125 727.208984375 -38.408203125 727.208984375 -5.830078125 c 0 - 727.208984375 20.419921875 719.474609375 41.201171875 704.162109375 56.591796875 c 0 - 688.771484375 71.982421875 661.583984375 83.466796875 622.521484375 91.123046875 c 1 - 602.677734375 94.6650390625 582.833984375 98.2060546875 562.990234375 101.748046875 c 1 - 497.755859375 113.857421875 448.771484375 135.341796875 416.115234375 166.044921875 c 0 - 383.458984375 196.748046875 367.208984375 239.013671875 367.208984375 292.763671875 c 0 - 367.208984375 322.216796875 372.755859375 348.935546875 384.005859375 372.919921875 c 0 - 395.177734375 396.904296875 410.880859375 417.060546875 431.037109375 433.388671875 c 0 - 451.193359375 449.716796875 475.646484375 462.373046875 504.474609375 471.279296875 c 0 - 533.224609375 480.263671875 565.568359375 484.716796875 601.427734375 484.716796875 c 0 - 651.974609375 484.716796875 695.802734375 475.966796875 732.912109375 458.388671875 c 0 - 770.021484375 440.732421875 801.740234375 415.341796875 827.990234375 382.060546875 c 1 - 802.703125 359.665039062 777.416992188 337.268554688 752.130859375 314.873046875 c 1 - 734.865234375 337.216796875 713.771484375 355.185546875 688.771484375 368.623046875 c 0 - 663.849609375 382.060546875 632.755859375 388.779296875 595.646484375 388.779296875 c 0 - 557.287109375 388.779296875 527.521484375 381.044921875 506.349609375 365.732421875 c 0 - 485.255859375 350.341796875 474.708984375 327.919921875 474.708984375 298.544921875 c 0 - 474.708984375 270.341796875 483.302734375 249.404296875 500.646484375 235.654296875 c 0 - 517.912109375 221.904296875 544.787109375 211.435546875 581.271484375 204.404296875 c 1 - 601.115234375 200.263671875 620.958984375 196.123046875 640.802734375 191.982421875 c 1 - 707.990234375 179.169921875 757.130859375 157.373046875 788.146484375 126.669921875 c 0 - 819.162109375 95.966796875 834.708984375 53.701171875 834.708984375 -0.048828125 c 0 - 834.708984375 -31.376953125 829.240234375 -59.892578125 818.380859375 -85.517578125 c 0 - 807.521484375 -111.064453125 791.662109375 -133.017578125 770.880859375 -151.220703125 c 0 - 750.021484375 -169.501953125 724.630859375 -183.564453125 694.552734375 -193.486328125 c 0 - 664.474609375 -203.408203125 630.177734375 -208.330078125 591.818359375 -208.330078125 c 0xfe40 -951.193359375 -196.845703125 m 1xfec0 - 951.193359375 26.513671875 951.193359375 249.873046875 951.193359375 473.232421875 c 1 - 1047.18261719 473.232421875 1143.171875 473.232421875 1239.16210938 473.232421875 c 1 - 1301.27148438 473.232421875 1349.23925781 455.029296875 1383.14648438 418.544921875 c 0 - 1417.12988281 382.060546875 1434.08300781 333.076171875 1434.08300781 271.669921875 c 256 - 1434.08300781 210.185546875 1417.12988281 161.201171875 1383.14648438 124.716796875 c 0 - 1349.23925781 88.310546875 1301.27148438 70.029296875 1239.16210938 70.029296875 c 1 - 1179.31738281 70.029296875 1119.47460938 70.029296875 1059.63085938 70.029296875 c 1 - 1059.63085938 -18.9287109375 1059.63085938 -107.887695312 1059.63085938 -196.845703125 c 1 - 1023.484375 -196.845703125 987.338867188 -196.845703125 951.193359375 -196.845703125 c 1xfec0 -1059.63085938 165.107421875 m 1 - 1117.234375 165.107421875 1174.83886719 165.107421875 1232.44335938 165.107421875 c 1 - 1259.94238281 165.107421875 1281.42773438 172.294921875 1296.74023438 186.669921875 c 0 - 1312.13085938 201.044921875 1319.78710938 221.748046875 1319.78710938 248.623046875 c 1 - 1319.78710938 263.961914062 1319.78710938 279.299804688 1319.78710938 294.638671875 c 1 - 1319.78710938 321.591796875 1312.13085938 342.216796875 1296.74023438 356.591796875 c 0 - 1281.42773438 370.966796875 1259.94238281 378.232421875 1232.44335938 378.232421875 c 1 - 1174.83886719 378.232421875 1117.234375 378.232421875 1059.63085938 378.232421875 c 1 - 1059.63085938 307.190429688 1059.63085938 236.149414062 1059.63085938 165.107421875 c 1 -592.130859375 657.685546875 m 0 - 535.880859375 657.685546875 488.068359375 667.919921875 448.693359375 688.388671875 c 0 - 409.318359375 708.857421875 375.568359375 736.357421875 347.443359375 770.966796875 c 1 - 372.390625 794.326171875 397.338867188 817.685546875 422.287109375 841.044921875 c 1 - 445.880859375 812.216796875 471.974609375 790.419921875 500.412109375 775.732421875 c 0 - 529.005859375 761.044921875 561.505859375 753.623046875 597.912109375 753.623046875 c 0 - 640.880859375 753.623046875 673.068359375 763.232421875 694.943359375 782.451171875 c 0 - 716.662109375 801.669921875 727.599609375 827.607421875 727.599609375 860.185546875 c 0 - 727.599609375 886.435546875 719.787109375 907.216796875 704.474609375 922.607421875 c 0 - 689.162109375 937.998046875 661.974609375 949.482421875 622.912109375 957.138671875 c 1 - 603.068359375 960.680664062 583.224609375 964.221679688 563.380859375 967.763671875 c 1 - 498.068359375 979.873046875 449.162109375 1001.35742188 416.505859375 1032.06054688 c 0 - 383.849609375 1062.76367188 367.599609375 1105.02929688 367.599609375 1158.77929688 c 0 - 367.599609375 1188.23242188 373.068359375 1214.95117188 384.318359375 1238.93554688 c 0 - 395.568359375 1262.91992188 411.193359375 1283.07617188 431.349609375 1299.40429688 c 0 - 451.505859375 1315.73242188 476.037109375 1328.38867188 504.787109375 1337.29492188 c 0 - 533.537109375 1346.27929688 565.880859375 1350.73242188 601.818359375 1350.73242188 c 0 - 652.287109375 1350.73242188 696.193359375 1341.98242188 733.224609375 1324.40429688 c 0 - 770.412109375 1306.74804688 802.130859375 1281.35742188 828.380859375 1248.07617188 c 1 - 803.068359375 1225.68066406 777.755859375 1203.28417969 752.443359375 1180.88867188 c 1 - 735.255859375 1203.23242188 714.162109375 1221.20117188 689.162109375 1234.63867188 c 0 - 664.162109375 1248.07617188 633.068359375 1254.79492188 596.037109375 1254.79492188 c 0 - 557.599609375 1254.79492188 527.912109375 1247.06054688 506.662109375 1231.74804688 c 0 - 485.568359375 1216.35742188 475.099609375 1193.93554688 475.099609375 1164.56054688 c 0 - 475.099609375 1136.35742188 483.693359375 1115.41992188 501.037109375 1101.66992188 c 0 - 518.224609375 1087.91992188 545.099609375 1077.45117188 581.662109375 1070.41992188 c 1 - 601.505859375 1066.27929688 621.349609375 1062.13867188 641.193359375 1057.99804688 c 1 - 708.380859375 1045.18554688 757.443359375 1023.38867188 788.537109375 992.685546875 c 0 - 819.474609375 961.982421875 835.099609375 919.716796875 835.099609375 865.966796875 c 0 - 835.099609375 834.638671875 829.630859375 806.123046875 818.693359375 780.498046875 c 0 - 807.912109375 754.951171875 791.974609375 732.998046875 771.193359375 714.794921875 c 0 - 750.412109375 696.513671875 724.943359375 682.451171875 694.943359375 672.529296875 c 0 - 664.787109375 662.607421875 630.568359375 657.685546875 592.130859375 657.685546875 c 0 -1203.06835938 657.685546875 m 0 - 1115.41113281 657.685546875 1046.50585938 687.216796875 996.662109375 746.435546875 c 0 - 946.662109375 805.654296875 921.817382812 891.591796875 921.817382812 1004.24804688 c 0 - 921.817382812 1060.49804688 928.224609375 1110.10742188 941.037109375 1152.99804688 c 0 - 953.692382812 1195.88867188 972.286132812 1232.06054688 996.662109375 1261.51367188 c 0 - 1021.03710938 1290.96679688 1050.56835938 1313.15429688 1085.41210938 1328.23242188 c 0 - 1120.25585938 1343.23242188 1159.47363281 1350.73242188 1203.06835938 1350.73242188 c 0 - 1261.34863281 1350.73242188 1310.09863281 1337.99804688 1349.47363281 1312.37304688 c 0 - 1388.84960938 1286.74804688 1419.63085938 1249.01367188 1442.13085938 1199.09179688 c 1 - 1411.71386719 1182.45117188 1381.296875 1165.81054688 1350.88085938 1149.16992188 c 1 - 1339.31835938 1181.20117188 1321.66210938 1206.59179688 1297.59960938 1225.49804688 c 0 - 1273.53613281 1244.40429688 1242.12988281 1253.77929688 1203.06835938 1253.77929688 c 0 - 1151.19238281 1253.77929688 1110.56835938 1236.20117188 1081.19335938 1201.04492188 c 0 - 1051.66113281 1165.81054688 1036.97460938 1117.13867188 1036.97460938 1055.10742188 c 1 - 1036.97460938 1021.17480469 1036.97460938 987.243164062 1036.97460938 953.310546875 c 1xff40 - 1036.97460938 891.279296875 1051.66113281 842.607421875 1081.19335938 807.373046875 c 0 - 1110.56835938 772.216796875 1151.19238281 754.638671875 1203.06835938 754.638671875 c 0 - 1243.37988281 754.638671875 1276.19335938 765.029296875 1301.50585938 785.810546875 c 0 - 1326.66113281 806.591796875 1345.41210938 833.310546875 1357.59960938 865.966796875 c 1 - 1386.71386719 848.362304688 1415.828125 830.758789062 1444.94335938 813.154296875 c 1 - 1422.59960938 764.560546875 1391.19335938 726.435546875 1350.88085938 698.935546875 c 0 - 1310.56738281 671.435546875 1261.34863281 657.685546875 1203.06835938 657.685546875 c 0 +591.818359375 -253.330078125 m 0xfe40 + 535.490234375 -253.330078125 487.677734375 -243.095703125 448.302734375 -222.626953125 c 0 + 408.927734375 -202.158203125 375.177734375 -174.658203125 347.052734375 -140.048828125 c 1 + 372 -116.689453125 396.948242188 -93.330078125 421.896484375 -69.970703125 c 1 + 445.568359375 -98.798828125 471.662109375 -120.595703125 500.099609375 -135.283203125 c 0 + 528.615234375 -149.970703125 561.115234375 -157.392578125 597.599609375 -157.392578125 c 0 + 640.490234375 -157.392578125 672.755859375 -147.783203125 694.552734375 -128.564453125 c 0 + 716.271484375 -109.345703125 727.208984375 -83.408203125 727.208984375 -50.830078125 c 0 + 727.208984375 -24.580078125 719.474609375 -3.798828125 704.162109375 11.591796875 c 0 + 688.771484375 26.982421875 661.583984375 38.466796875 622.521484375 46.123046875 c 1 + 602.677734375 49.6650390625 582.833984375 53.2060546875 562.990234375 56.748046875 c 1 + 497.755859375 68.857421875 448.771484375 90.341796875 416.115234375 121.044921875 c 0 + 383.458984375 151.748046875 367.208984375 194.013671875 367.208984375 247.763671875 c 0 + 367.208984375 277.216796875 372.755859375 303.935546875 384.005859375 327.919921875 c 0 + 395.177734375 351.904296875 410.880859375 372.060546875 431.037109375 388.388671875 c 0 + 451.193359375 404.716796875 475.646484375 417.373046875 504.474609375 426.279296875 c 0 + 533.224609375 435.263671875 565.568359375 439.716796875 601.427734375 439.716796875 c 0 + 651.974609375 439.716796875 695.802734375 430.966796875 732.912109375 413.388671875 c 0 + 770.021484375 395.732421875 801.740234375 370.341796875 827.990234375 337.060546875 c 1 + 802.703125 314.665039062 777.416992188 292.268554688 752.130859375 269.873046875 c 1 + 734.865234375 292.216796875 713.771484375 310.185546875 688.771484375 323.623046875 c 0 + 663.849609375 337.060546875 632.755859375 343.779296875 595.646484375 343.779296875 c 0 + 557.287109375 343.779296875 527.521484375 336.044921875 506.349609375 320.732421875 c 0 + 485.255859375 305.341796875 474.708984375 282.919921875 474.708984375 253.544921875 c 0 + 474.708984375 225.341796875 483.302734375 204.404296875 500.646484375 190.654296875 c 0 + 517.912109375 176.904296875 544.787109375 166.435546875 581.271484375 159.404296875 c 1 + 601.115234375 155.263671875 620.958984375 151.123046875 640.802734375 146.982421875 c 1 + 707.990234375 134.169921875 757.130859375 112.373046875 788.146484375 81.669921875 c 0 + 819.162109375 50.966796875 834.708984375 8.701171875 834.708984375 -45.048828125 c 0 + 834.708984375 -76.376953125 829.240234375 -104.892578125 818.380859375 -130.517578125 c 0 + 807.521484375 -156.064453125 791.662109375 -178.017578125 770.880859375 -196.220703125 c 0 + 750.021484375 -214.501953125 724.630859375 -228.564453125 694.552734375 -238.486328125 c 0 + 664.474609375 -248.408203125 630.177734375 -253.330078125 591.818359375 -253.330078125 c 0xfe40 +951.193359375 -241.845703125 m 1xfec0 + 951.193359375 -18.486328125 951.193359375 204.873046875 951.193359375 428.232421875 c 1 + 1047.18261719 428.232421875 1143.171875 428.232421875 1239.16210938 428.232421875 c 1 + 1301.27148438 428.232421875 1349.23925781 410.029296875 1383.14648438 373.544921875 c 0 + 1417.12988281 337.060546875 1434.08300781 288.076171875 1434.08300781 226.669921875 c 256 + 1434.08300781 165.185546875 1417.12988281 116.201171875 1383.14648438 79.716796875 c 0 + 1349.23925781 43.310546875 1301.27148438 25.029296875 1239.16210938 25.029296875 c 1 + 1179.31738281 25.029296875 1119.47460938 25.029296875 1059.63085938 25.029296875 c 1 + 1059.63085938 -63.9287109375 1059.63085938 -152.887695312 1059.63085938 -241.845703125 c 1 + 1023.484375 -241.845703125 987.338867188 -241.845703125 951.193359375 -241.845703125 c 1xfec0 +1059.63085938 120.107421875 m 1 + 1117.234375 120.107421875 1174.83886719 120.107421875 1232.44335938 120.107421875 c 1 + 1259.94238281 120.107421875 1281.42773438 127.294921875 1296.74023438 141.669921875 c 0 + 1312.13085938 156.044921875 1319.78710938 176.748046875 1319.78710938 203.623046875 c 1 + 1319.78710938 218.961914062 1319.78710938 234.299804688 1319.78710938 249.638671875 c 1 + 1319.78710938 276.591796875 1312.13085938 297.216796875 1296.74023438 311.591796875 c 0 + 1281.42773438 325.966796875 1259.94238281 333.232421875 1232.44335938 333.232421875 c 1 + 1174.83886719 333.232421875 1117.234375 333.232421875 1059.63085938 333.232421875 c 1 + 1059.63085938 262.190429688 1059.63085938 191.149414062 1059.63085938 120.107421875 c 1 +592.130859375 612.685546875 m 0 + 535.880859375 612.685546875 488.068359375 622.919921875 448.693359375 643.388671875 c 0 + 409.318359375 663.857421875 375.568359375 691.357421875 347.443359375 725.966796875 c 1 + 372.390625 749.326171875 397.338867188 772.685546875 422.287109375 796.044921875 c 1 + 445.880859375 767.216796875 471.974609375 745.419921875 500.412109375 730.732421875 c 0 + 529.005859375 716.044921875 561.505859375 708.623046875 597.912109375 708.623046875 c 0 + 640.880859375 708.623046875 673.068359375 718.232421875 694.943359375 737.451171875 c 0 + 716.662109375 756.669921875 727.599609375 782.607421875 727.599609375 815.185546875 c 0 + 727.599609375 841.435546875 719.787109375 862.216796875 704.474609375 877.607421875 c 0 + 689.162109375 892.998046875 661.974609375 904.482421875 622.912109375 912.138671875 c 1 + 603.068359375 915.680664062 583.224609375 919.221679688 563.380859375 922.763671875 c 1 + 498.068359375 934.873046875 449.162109375 956.357421875 416.505859375 987.060546875 c 0 + 383.849609375 1017.76367188 367.599609375 1060.02929688 367.599609375 1113.77929688 c 0 + 367.599609375 1143.23242188 373.068359375 1169.95117188 384.318359375 1193.93554688 c 0 + 395.568359375 1217.91992188 411.193359375 1238.07617188 431.349609375 1254.40429688 c 0 + 451.505859375 1270.73242188 476.037109375 1283.38867188 504.787109375 1292.29492188 c 0 + 533.537109375 1301.27929688 565.880859375 1305.73242188 601.818359375 1305.73242188 c 0 + 652.287109375 1305.73242188 696.193359375 1296.98242188 733.224609375 1279.40429688 c 0 + 770.412109375 1261.74804688 802.130859375 1236.35742188 828.380859375 1203.07617188 c 1 + 803.068359375 1180.68066406 777.755859375 1158.28417969 752.443359375 1135.88867188 c 1 + 735.255859375 1158.23242188 714.162109375 1176.20117188 689.162109375 1189.63867188 c 0 + 664.162109375 1203.07617188 633.068359375 1209.79492188 596.037109375 1209.79492188 c 0 + 557.599609375 1209.79492188 527.912109375 1202.06054688 506.662109375 1186.74804688 c 0 + 485.568359375 1171.35742188 475.099609375 1148.93554688 475.099609375 1119.56054688 c 0 + 475.099609375 1091.35742188 483.693359375 1070.41992188 501.037109375 1056.66992188 c 0 + 518.224609375 1042.91992188 545.099609375 1032.45117188 581.662109375 1025.41992188 c 1 + 601.505859375 1021.27929688 621.349609375 1017.13867188 641.193359375 1012.99804688 c 1 + 708.380859375 1000.18554688 757.443359375 978.388671875 788.537109375 947.685546875 c 0 + 819.474609375 916.982421875 835.099609375 874.716796875 835.099609375 820.966796875 c 0 + 835.099609375 789.638671875 829.630859375 761.123046875 818.693359375 735.498046875 c 0 + 807.912109375 709.951171875 791.974609375 687.998046875 771.193359375 669.794921875 c 0 + 750.412109375 651.513671875 724.943359375 637.451171875 694.943359375 627.529296875 c 0 + 664.787109375 617.607421875 630.568359375 612.685546875 592.130859375 612.685546875 c 0 +1203.06835938 612.685546875 m 0 + 1115.41113281 612.685546875 1046.50585938 642.216796875 996.662109375 701.435546875 c 0 + 946.662109375 760.654296875 921.817382812 846.591796875 921.817382812 959.248046875 c 0 + 921.817382812 1015.49804688 928.224609375 1065.10742188 941.037109375 1107.99804688 c 0 + 953.692382812 1150.88867188 972.286132812 1187.06054688 996.662109375 1216.51367188 c 0 + 1021.03710938 1245.96679688 1050.56835938 1268.15429688 1085.41210938 1283.23242188 c 0 + 1120.25585938 1298.23242188 1159.47363281 1305.73242188 1203.06835938 1305.73242188 c 0 + 1261.34863281 1305.73242188 1310.09863281 1292.99804688 1349.47363281 1267.37304688 c 0 + 1388.84960938 1241.74804688 1419.63085938 1204.01367188 1442.13085938 1154.09179688 c 1 + 1411.71386719 1137.45117188 1381.296875 1120.81054688 1350.88085938 1104.16992188 c 1 + 1339.31835938 1136.20117188 1321.66210938 1161.59179688 1297.59960938 1180.49804688 c 0 + 1273.53613281 1199.40429688 1242.12988281 1208.77929688 1203.06835938 1208.77929688 c 0 + 1151.19238281 1208.77929688 1110.56835938 1191.20117188 1081.19335938 1156.04492188 c 0 + 1051.66113281 1120.81054688 1036.97460938 1072.13867188 1036.97460938 1010.10742188 c 1 + 1036.97460938 976.174804688 1036.97460938 942.243164062 1036.97460938 908.310546875 c 1xff40 + 1036.97460938 846.279296875 1051.66113281 797.607421875 1081.19335938 762.373046875 c 0 + 1110.56835938 727.216796875 1151.19238281 709.638671875 1203.06835938 709.638671875 c 0 + 1243.37988281 709.638671875 1276.19335938 720.029296875 1301.50585938 740.810546875 c 0 + 1326.66113281 761.591796875 1345.41210938 788.310546875 1357.59960938 820.966796875 c 1 + 1386.71386719 803.362304688 1415.828125 785.758789062 1444.94335938 768.154296875 c 1 + 1422.59960938 719.560546875 1391.19335938 681.435546875 1350.88085938 653.935546875 c 0 + 1310.56738281 626.435546875 1261.34863281 612.685546875 1203.06835938 612.685546875 c 0 EndSplineSet EndChar StartChar: uniE134 Encoding: 57652 57652 53 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 228 96.0156<774.047 1094.75 1334.05 1574.42> 519.875 95.9375<774.047 1064.98> 802.062 96.0156<46.0781 245.766 354.203 553.891 774.047 1094.75 1334.05 1574.42> -VStem: 245.766 108.438<228 802.062> 665.609 108.438<324.016 519.875 615.812 802.062> 1225.61 108.438<324.016 802.062> 1629.75 116.172<379.419 746.659> +VWidth: 1687 +Flags: W +HStem: 183 96.0156<774.047 1094.75 1334.05 1574.42> 474.875 95.9375<774.047 1064.98> 757.062 96.0156<46.0781 245.766 354.203 553.891 774.047 1094.75 1334.05 1574.42> +VStem: 245.766 108.438<183 757.062> 665.609 108.438<279.016 474.875 570.812 757.062> 1225.61 108.438<279.016 757.062> 1629.75 116.172<334.419 701.659> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 288 96.0156<774.047 1094.75 1334.05 1574.42> 579.875 95.9375<774.047 1064.98> 862.062 96.0156<46.0781 245.766 354.203 553.891 774.047 1094.75 1334.05 1574.42> -VStem: 245.766 108.438<288 862.062> 665.609 108.438<384.016 579.875 675.812 862.062> 1225.61 108.438<384.016 862.062> 1629.75 116.172<439.419 806.659> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -354.203125 802.0625 m 1 - 354.203125 610.708007812 354.203125 419.354492188 354.203125 228 c 1 - 318.057617188 228 281.911132812 228 245.765625 228 c 1 - 245.765625 419.354492188 245.765625 610.708007812 245.765625 802.0625 c 1 - 179.203125 802.0625 112.640625 802.0625 46.078125 802.0625 c 1 - 46.078125 834.067382812 46.078125 866.073242188 46.078125 898.078125 c 1 - 215.348632812 898.078125 384.620117188 898.078125 553.890625 898.078125 c 1 - 553.890625 866.073242188 553.890625 834.067382812 553.890625 802.0625 c 1 - 487.328125 802.0625 420.765625 802.0625 354.203125 802.0625 c 1 -665.609375 228 m 1 - 665.609375 451.359375 665.609375 674.71875 665.609375 898.078125 c 1 - 808.65625 898.078125 951.703125 898.078125 1094.75 898.078125 c 1 - 1094.75 866.073242188 1094.75 834.067382812 1094.75 802.0625 c 1 - 987.848632812 802.0625 880.948242188 802.0625 774.046875 802.0625 c 1 - 774.046875 739.979492188 774.046875 677.895507812 774.046875 615.8125 c 1 - 871.026367188 615.8125 968.004882812 615.8125 1064.984375 615.8125 c 1 - 1064.984375 583.833007812 1064.984375 551.854492188 1064.984375 519.875 c 1 - 968.004882812 519.875 871.026367188 519.875 774.046875 519.875 c 1 - 774.046875 454.588867188 774.046875 389.301757812 774.046875 324.015625 c 1 - 880.948242188 324.015625 987.848632812 324.015625 1094.75 324.015625 c 1 - 1094.75 292.010742188 1094.75 260.004882812 1094.75 228 c 1 - 951.703125 228 808.65625 228 665.609375 228 c 1 -1225.609375 898.078125 m 1 - 1304.64550781 898.078125 1383.68261719 898.078125 1462.71875 898.078125 c 1 - 1505.609375 898.078125 1544.4375 891.046875 1579.359375 876.984375 c 0 - 1614.203125 862.84375 1643.96875 841.90625 1668.65625 814.09375 c 0 - 1693.265625 786.203125 1712.328125 751.359375 1725.765625 709.40625 c 0 - 1739.203125 667.53125 1745.921875 618.703125 1745.921875 563.078125 c 256 - 1745.921875 507.375 1739.203125 458.546875 1725.765625 416.671875 c 0 - 1712.328125 374.71875 1693.265625 339.875 1668.65625 311.984375 c 0 - 1643.96875 284.171875 1614.203125 263.234375 1579.359375 249.09375 c 0 - 1544.4375 235.03125 1505.609375 228 1462.71875 228 c 1 - 1383.68261719 228 1304.64550781 228 1225.609375 228 c 1 - 1225.609375 451.359375 1225.609375 674.71875 1225.609375 898.078125 c 1 -1462.71875 324.015625 m 1 - 1512.640625 324.015625 1552.953125 339.71875 1583.65625 371.046875 c 0 - 1614.359375 402.375 1629.75 448.46875 1629.75 509.25 c 1 - 1629.75 545.109375 1629.75 580.96875 1629.75 616.828125 c 1 - 1629.75 677.609375 1614.359375 723.703125 1583.65625 755.03125 c 0 - 1552.953125 786.4375 1512.640625 802.0625 1462.71875 802.0625 c 1 - 1419.828125 802.0625 1376.9375 802.0625 1334.046875 802.0625 c 1 - 1334.046875 642.713867188 1334.046875 483.364257812 1334.046875 324.015625 c 1 - 1376.9375 324.015625 1419.828125 324.015625 1462.71875 324.015625 c 1 +354.203125 757.0625 m 1 + 354.203125 565.708007812 354.203125 374.354492188 354.203125 183 c 1 + 318.057617188 183 281.911132812 183 245.765625 183 c 1 + 245.765625 374.354492188 245.765625 565.708007812 245.765625 757.0625 c 1 + 179.203125 757.0625 112.640625 757.0625 46.078125 757.0625 c 1 + 46.078125 789.067382812 46.078125 821.073242188 46.078125 853.078125 c 1 + 215.348632812 853.078125 384.620117188 853.078125 553.890625 853.078125 c 1 + 553.890625 821.073242188 553.890625 789.067382812 553.890625 757.0625 c 1 + 487.328125 757.0625 420.765625 757.0625 354.203125 757.0625 c 1 +665.609375 183 m 1 + 665.609375 406.359375 665.609375 629.71875 665.609375 853.078125 c 1 + 808.65625 853.078125 951.703125 853.078125 1094.75 853.078125 c 1 + 1094.75 821.073242188 1094.75 789.067382812 1094.75 757.0625 c 1 + 987.848632812 757.0625 880.948242188 757.0625 774.046875 757.0625 c 1 + 774.046875 694.979492188 774.046875 632.895507812 774.046875 570.8125 c 1 + 871.026367188 570.8125 968.004882812 570.8125 1064.984375 570.8125 c 1 + 1064.984375 538.833007812 1064.984375 506.854492188 1064.984375 474.875 c 1 + 968.004882812 474.875 871.026367188 474.875 774.046875 474.875 c 1 + 774.046875 409.588867188 774.046875 344.301757812 774.046875 279.015625 c 1 + 880.948242188 279.015625 987.848632812 279.015625 1094.75 279.015625 c 1 + 1094.75 247.010742188 1094.75 215.004882812 1094.75 183 c 1 + 951.703125 183 808.65625 183 665.609375 183 c 1 +1225.609375 853.078125 m 1 + 1304.64550781 853.078125 1383.68261719 853.078125 1462.71875 853.078125 c 1 + 1505.609375 853.078125 1544.4375 846.046875 1579.359375 831.984375 c 0 + 1614.203125 817.84375 1643.96875 796.90625 1668.65625 769.09375 c 0 + 1693.265625 741.203125 1712.328125 706.359375 1725.765625 664.40625 c 0 + 1739.203125 622.53125 1745.921875 573.703125 1745.921875 518.078125 c 256 + 1745.921875 462.375 1739.203125 413.546875 1725.765625 371.671875 c 0 + 1712.328125 329.71875 1693.265625 294.875 1668.65625 266.984375 c 0 + 1643.96875 239.171875 1614.203125 218.234375 1579.359375 204.09375 c 0 + 1544.4375 190.03125 1505.609375 183 1462.71875 183 c 1 + 1383.68261719 183 1304.64550781 183 1225.609375 183 c 1 + 1225.609375 406.359375 1225.609375 629.71875 1225.609375 853.078125 c 1 +1462.71875 279.015625 m 1 + 1512.640625 279.015625 1552.953125 294.71875 1583.65625 326.046875 c 0 + 1614.359375 357.375 1629.75 403.46875 1629.75 464.25 c 1 + 1629.75 500.109375 1629.75 535.96875 1629.75 571.828125 c 1 + 1629.75 632.609375 1614.359375 678.703125 1583.65625 710.03125 c 0 + 1552.953125 741.4375 1512.640625 757.0625 1462.71875 757.0625 c 1 + 1419.828125 757.0625 1376.9375 757.0625 1334.046875 757.0625 c 1 + 1334.046875 597.713867188 1334.046875 438.364257812 1334.046875 279.015625 c 1 + 1376.9375 279.015625 1419.828125 279.015625 1462.71875 279.015625 c 1 EndSplineSet EndChar StartChar: uniE135 Encoding: 57653 57653 54 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: -208.33 92.1094<1088.19 1264.07> -66.2988 85.4688<453.891 672.797 775.453 866.703> 374.326 98.9062<642.87 672.797> 392.607 92.1094<1088.19 1264.07> 669.17 90.2344<498.707 724.268 1002.88 1191 1297.56 1460.84> 1253.78 96.9531<503.376 719.013 1142.05 1191> -VStem: 331.156 115.156<816.976 1194.28> 672.797 102.656<-196.846 -66.2988 19.1699 374.326> 933.266 115.156<-76.3001 352.598> 1191 106.562<759.404 1260.5> 1303.89 115.156<-77.1032 353.491> -DStem2: 361.703 26.8262 453.891 19.1699 0.512884 0.858458<40.7089 454.423> 961.625 1153.94 1027.88 1094.48 0.683541 0.729912<1.41678 229.335> +VWidth: 1687 +Flags: W +HStem: -253.33 92.1094<1088.19 1264.07> -111.299 85.4688<453.891 672.797 775.453 866.703> 329.326 98.9062<642.87 672.797> 347.607 92.1094<1088.19 1264.07> 624.17 90.2344<498.707 724.268 1002.88 1191 1297.56 1460.84> 1208.78 96.9531<503.376 719.013 1142.05 1191> +VStem: 331.156 115.156<771.976 1149.28> 672.797 102.656<-241.846 -111.299 -25.8301 329.326> 933.266 115.156<-121.3 307.598> 1191 106.562<714.404 1215.5> 1303.89 115.156<-122.103 308.491> +DStem2: 361.703 -18.1738 453.891 -25.8301 0.512884 0.858458<40.7089 454.423> 961.625 1108.94 1027.88 1049.48 0.683541 0.729912<1.41678 229.335> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 92.1094<1088.19 1264.07> -6.29883 85.4688<453.891 672.797 775.453 866.703> 434.326 98.9062<642.87 672.797> 452.607 92.1094<1088.19 1264.07> 729.17 90.2344<498.707 724.268 1002.88 1191 1297.56 1460.84> 1313.78 96.9531<503.376 719.013 1142.05 1191> -VStem: 331.156 115.156<876.976 1254.28> 672.797 102.656<-136.846 -6.29883 79.1699 434.326> 933.266 115.156<-16.3001 412.598> 1191 106.562<819.404 1320.5> 1303.89 115.156<-17.1032 413.491> -DStem2: 361.703 86.8262 453.891 79.1699 0.512884 0.858458<40.7089 454.423> 961.625 1213.94 1027.88 1154.48 0.683541 0.729912<1.41678 229.335> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory Fore SplineSet -672.796875 -196.845703125 m 1xefe0 - 672.796875 -153.330078125 672.796875 -109.814453125 672.796875 -66.298828125 c 1 - 569.098632812 -66.298828125 465.401367188 -66.298828125 361.703125 -66.298828125 c 1 - 361.703125 -35.2568359375 361.703125 -4.2158203125 361.703125 26.826171875 c 1 - 452.276367188 175.627929688 542.848632812 324.430664062 633.421875 473.232421875 c 1 - 680.765625 473.232421875 728.109375 473.232421875 775.453125 473.232421875 c 1 - 775.453125 321.877929688 775.453125 170.524414062 775.453125 19.169921875 c 1 - 805.870117188 19.169921875 836.286132812 19.169921875 866.703125 19.169921875 c 1 - 866.703125 -9.3193359375 866.703125 -37.8095703125 866.703125 -66.298828125 c 1 - 836.286132812 -66.298828125 805.870117188 -66.298828125 775.453125 -66.298828125 c 1 - 775.453125 -109.814453125 775.453125 -153.330078125 775.453125 -196.845703125 c 1 - 741.234375 -196.845703125 707.015625 -196.845703125 672.796875 -196.845703125 c 1xefe0 -453.890625 19.169921875 m 1 - 526.859375 19.169921875 599.828125 19.169921875 672.796875 19.169921875 c 1 - 672.796875 137.555664062 672.796875 255.940429688 672.796875 374.326171875 c 1 - 670.557617188 374.326171875 668.317382812 374.326171875 666.078125 374.326171875 c 1 - 595.348632812 255.940429688 524.620117188 137.555664062 453.890625 19.169921875 c 1 -1176.078125 -208.330078125 m 0 - 1134.515625 -208.330078125 1098.421875 -200.517578125 1067.640625 -184.814453125 c 0 - 1037.015625 -169.189453125 1011.703125 -146.611328125 991.859375 -117.158203125 c 0 - 972.015625 -87.705078125 957.328125 -51.533203125 947.640625 -8.720703125 c 0 - 938.109375 34.169921875 933.265625 83.154296875 933.265625 138.232421875 c 0 - 933.265625 192.607421875 938.109375 241.357421875 947.640625 284.560546875 c 0 - 957.328125 327.763671875 972.015625 364.091796875 991.859375 393.544921875 c 0 - 1011.703125 422.998046875 1037.015625 445.576171875 1067.640625 461.201171875 c 0 - 1098.421875 476.904296875 1134.515625 484.716796875 1176.078125 484.716796875 c 0xdfe0 - 1259.359375 484.716796875 1320.609375 454.326171875 1359.984375 393.544921875 c 0 - 1399.359375 332.763671875 1419.046875 247.607421875 1419.046875 138.232421875 c 256 - 1419.046875 28.779296875 1399.359375 -56.376953125 1359.984375 -117.158203125 c 0 - 1320.609375 -177.939453125 1259.359375 -208.330078125 1176.078125 -208.330078125 c 0 -1176.078125 -116.220703125 m 256 - 1199.203125 -116.220703125 1218.890625 -111.533203125 1235.140625 -102.314453125 c 0 - 1251.546875 -93.017578125 1264.828125 -79.736328125 1274.984375 -62.470703125 c 0 - 1285.296875 -45.126953125 1292.640625 -24.501953125 1297.171875 -0.517578125 c 0 - 1301.546875 23.466796875 1303.890625 50.185546875 1303.890625 79.638671875 c 1 - 1303.890625 118.674804688 1303.890625 157.711914062 1303.890625 196.748046875 c 1 - 1303.890625 226.201171875 1301.546875 252.919921875 1297.171875 276.904296875 c 0 - 1292.640625 300.888671875 1285.296875 321.591796875 1274.984375 338.857421875 c 0 - 1264.828125 356.123046875 1251.546875 369.404296875 1235.140625 378.701171875 c 0 - 1218.890625 387.919921875 1199.203125 392.607421875 1176.078125 392.607421875 c 256 - 1153.109375 392.607421875 1133.421875 387.919921875 1117.171875 378.701171875 c 0 - 1100.765625 369.404296875 1087.484375 356.123046875 1077.328125 338.857421875 c 0 - 1067.015625 321.591796875 1059.671875 300.888671875 1055.140625 276.904296875 c 0 - 1050.765625 252.919921875 1048.421875 226.201171875 1048.421875 196.748046875 c 1 - 1048.421875 157.711914062 1048.421875 118.674804688 1048.421875 79.638671875 c 1 - 1048.421875 50.185546875 1050.765625 23.466796875 1055.140625 -0.517578125 c 0 - 1059.671875 -24.501953125 1067.015625 -45.126953125 1077.328125 -62.470703125 c 0 - 1087.484375 -79.736328125 1100.765625 -93.017578125 1117.171875 -102.314453125 c 0 - 1133.421875 -111.533203125 1153.109375 -116.220703125 1176.078125 -116.220703125 c 256 -612.40625 657.685546875 m 0 - 524.75 657.685546875 456 687.216796875 406 746.435546875 c 0 - 356.15625 805.654296875 331.15625 891.591796875 331.15625 1004.24804688 c 0 - 331.15625 1060.49804688 337.5625 1110.10742188 350.375 1152.99804688 c 0 - 363.1875 1195.88867188 381.78125 1232.06054688 406 1261.51367188 c 0 - 430.375 1290.96679688 459.90625 1313.15429688 494.90625 1328.23242188 c 0 - 529.75 1343.23242188 568.96875 1350.73242188 612.40625 1350.73242188 c 0 - 670.6875 1350.73242188 719.4375 1337.99804688 758.8125 1312.37304688 c 0 - 798.1875 1286.74804688 829.125 1249.01367188 851.46875 1199.09179688 c 1 - 821.104492188 1182.45117188 790.739257812 1165.81054688 760.375 1149.16992188 c 1 - 748.8125 1181.20117188 731 1206.59179688 707.09375 1225.49804688 c 0 - 683.03125 1244.40429688 651.46875 1253.77929688 612.40625 1253.77929688 c 0 - 560.6875 1253.77929688 519.90625 1236.20117188 490.53125 1201.04492188 c 0 - 461.15625 1165.81054688 446.3125 1117.13867188 446.3125 1055.10742188 c 1 - 446.3125 1021.17480469 446.3125 987.243164062 446.3125 953.310546875 c 1 - 446.3125 891.279296875 461.15625 842.607421875 490.53125 807.373046875 c 0 - 519.90625 772.216796875 560.6875 754.638671875 612.40625 754.638671875 c 0 - 652.71875 754.638671875 685.53125 765.029296875 710.84375 785.810546875 c 0 - 736.15625 806.591796875 754.90625 833.310546875 767.09375 865.966796875 c 1 - 796.208007812 848.362304688 825.323242188 830.758789062 854.4375 813.154296875 c 1 - 831.9375 764.560546875 800.6875 726.435546875 760.375 698.935546875 c 0 - 719.90625 671.435546875 670.6875 657.685546875 612.40625 657.685546875 c 0 -1002.875 669.169921875 m 1 - 1002.875 699.248046875 1002.875 729.326171875 1002.875 759.404296875 c 1 - 1065.58300781 759.404296875 1128.29199219 759.404296875 1191 759.404296875 c 1 - 1191 926.435546875 1191 1093.46679688 1191 1260.49804688 c 1 - 1188.44824219 1260.49804688 1185.89550781 1260.49804688 1183.34375 1260.49804688 c 1 - 1131.52050781 1205.15917969 1079.69824219 1149.82128906 1027.875 1094.48242188 c 1 - 1005.79199219 1114.29980469 983.708007812 1134.11816406 961.625 1153.93554688 c 1 - 1018.55175781 1215.70605469 1075.47949219 1277.47753906 1132.40625 1339.24804688 c 1 - 1187.45800781 1339.24804688 1242.51074219 1339.24804688 1297.5625 1339.24804688 c 1 - 1297.5625 1145.96679688 1297.5625 952.685546875 1297.5625 759.404296875 c 1 - 1351.98925781 759.404296875 1406.41699219 759.404296875 1460.84375 759.404296875 c 1 - 1460.84375 729.326171875 1460.84375 699.248046875 1460.84375 669.169921875 c 1 - 1308.1875 669.169921875 1155.53125 669.169921875 1002.875 669.169921875 c 1 +672.796875 -241.845703125 m 1xefe0 + 672.796875 -198.330078125 672.796875 -154.814453125 672.796875 -111.298828125 c 1 + 569.098632812 -111.298828125 465.401367188 -111.298828125 361.703125 -111.298828125 c 1 + 361.703125 -80.2568359375 361.703125 -49.2158203125 361.703125 -18.173828125 c 1 + 452.276367188 130.627929688 542.848632812 279.430664062 633.421875 428.232421875 c 1 + 680.765625 428.232421875 728.109375 428.232421875 775.453125 428.232421875 c 1 + 775.453125 276.877929688 775.453125 125.524414062 775.453125 -25.830078125 c 1 + 805.870117188 -25.830078125 836.286132812 -25.830078125 866.703125 -25.830078125 c 1 + 866.703125 -54.3193359375 866.703125 -82.8095703125 866.703125 -111.298828125 c 1 + 836.286132812 -111.298828125 805.870117188 -111.298828125 775.453125 -111.298828125 c 1 + 775.453125 -154.814453125 775.453125 -198.330078125 775.453125 -241.845703125 c 1 + 741.234375 -241.845703125 707.015625 -241.845703125 672.796875 -241.845703125 c 1xefe0 +453.890625 -25.830078125 m 1 + 526.859375 -25.830078125 599.828125 -25.830078125 672.796875 -25.830078125 c 1 + 672.796875 92.5556640625 672.796875 210.940429688 672.796875 329.326171875 c 1 + 670.557617188 329.326171875 668.317382812 329.326171875 666.078125 329.326171875 c 1 + 595.348632812 210.940429688 524.620117188 92.5556640625 453.890625 -25.830078125 c 1 +1176.078125 -253.330078125 m 0 + 1134.515625 -253.330078125 1098.421875 -245.517578125 1067.640625 -229.814453125 c 0 + 1037.015625 -214.189453125 1011.703125 -191.611328125 991.859375 -162.158203125 c 0 + 972.015625 -132.705078125 957.328125 -96.533203125 947.640625 -53.720703125 c 0 + 938.109375 -10.830078125 933.265625 38.154296875 933.265625 93.232421875 c 0 + 933.265625 147.607421875 938.109375 196.357421875 947.640625 239.560546875 c 0 + 957.328125 282.763671875 972.015625 319.091796875 991.859375 348.544921875 c 0 + 1011.703125 377.998046875 1037.015625 400.576171875 1067.640625 416.201171875 c 0 + 1098.421875 431.904296875 1134.515625 439.716796875 1176.078125 439.716796875 c 0xdfe0 + 1259.359375 439.716796875 1320.609375 409.326171875 1359.984375 348.544921875 c 0 + 1399.359375 287.763671875 1419.046875 202.607421875 1419.046875 93.232421875 c 256 + 1419.046875 -16.220703125 1399.359375 -101.376953125 1359.984375 -162.158203125 c 0 + 1320.609375 -222.939453125 1259.359375 -253.330078125 1176.078125 -253.330078125 c 0 +1176.078125 -161.220703125 m 256 + 1199.203125 -161.220703125 1218.890625 -156.533203125 1235.140625 -147.314453125 c 0 + 1251.546875 -138.017578125 1264.828125 -124.736328125 1274.984375 -107.470703125 c 0 + 1285.296875 -90.126953125 1292.640625 -69.501953125 1297.171875 -45.517578125 c 0 + 1301.546875 -21.533203125 1303.890625 5.185546875 1303.890625 34.638671875 c 1 + 1303.890625 73.6748046875 1303.890625 112.711914062 1303.890625 151.748046875 c 1 + 1303.890625 181.201171875 1301.546875 207.919921875 1297.171875 231.904296875 c 0 + 1292.640625 255.888671875 1285.296875 276.591796875 1274.984375 293.857421875 c 0 + 1264.828125 311.123046875 1251.546875 324.404296875 1235.140625 333.701171875 c 0 + 1218.890625 342.919921875 1199.203125 347.607421875 1176.078125 347.607421875 c 256 + 1153.109375 347.607421875 1133.421875 342.919921875 1117.171875 333.701171875 c 0 + 1100.765625 324.404296875 1087.484375 311.123046875 1077.328125 293.857421875 c 0 + 1067.015625 276.591796875 1059.671875 255.888671875 1055.140625 231.904296875 c 0 + 1050.765625 207.919921875 1048.421875 181.201171875 1048.421875 151.748046875 c 1 + 1048.421875 112.711914062 1048.421875 73.6748046875 1048.421875 34.638671875 c 1 + 1048.421875 5.185546875 1050.765625 -21.533203125 1055.140625 -45.517578125 c 0 + 1059.671875 -69.501953125 1067.015625 -90.126953125 1077.328125 -107.470703125 c 0 + 1087.484375 -124.736328125 1100.765625 -138.017578125 1117.171875 -147.314453125 c 0 + 1133.421875 -156.533203125 1153.109375 -161.220703125 1176.078125 -161.220703125 c 256 +612.40625 612.685546875 m 0 + 524.75 612.685546875 456 642.216796875 406 701.435546875 c 0 + 356.15625 760.654296875 331.15625 846.591796875 331.15625 959.248046875 c 0 + 331.15625 1015.49804688 337.5625 1065.10742188 350.375 1107.99804688 c 0 + 363.1875 1150.88867188 381.78125 1187.06054688 406 1216.51367188 c 0 + 430.375 1245.96679688 459.90625 1268.15429688 494.90625 1283.23242188 c 0 + 529.75 1298.23242188 568.96875 1305.73242188 612.40625 1305.73242188 c 0 + 670.6875 1305.73242188 719.4375 1292.99804688 758.8125 1267.37304688 c 0 + 798.1875 1241.74804688 829.125 1204.01367188 851.46875 1154.09179688 c 1 + 821.104492188 1137.45117188 790.739257812 1120.81054688 760.375 1104.16992188 c 1 + 748.8125 1136.20117188 731 1161.59179688 707.09375 1180.49804688 c 0 + 683.03125 1199.40429688 651.46875 1208.77929688 612.40625 1208.77929688 c 0 + 560.6875 1208.77929688 519.90625 1191.20117188 490.53125 1156.04492188 c 0 + 461.15625 1120.81054688 446.3125 1072.13867188 446.3125 1010.10742188 c 1 + 446.3125 976.174804688 446.3125 942.243164062 446.3125 908.310546875 c 1 + 446.3125 846.279296875 461.15625 797.607421875 490.53125 762.373046875 c 0 + 519.90625 727.216796875 560.6875 709.638671875 612.40625 709.638671875 c 0 + 652.71875 709.638671875 685.53125 720.029296875 710.84375 740.810546875 c 0 + 736.15625 761.591796875 754.90625 788.310546875 767.09375 820.966796875 c 1 + 796.208007812 803.362304688 825.323242188 785.758789062 854.4375 768.154296875 c 1 + 831.9375 719.560546875 800.6875 681.435546875 760.375 653.935546875 c 0 + 719.90625 626.435546875 670.6875 612.685546875 612.40625 612.685546875 c 0 +1002.875 624.169921875 m 1 + 1002.875 654.248046875 1002.875 684.326171875 1002.875 714.404296875 c 1 + 1065.58300781 714.404296875 1128.29199219 714.404296875 1191 714.404296875 c 1 + 1191 881.435546875 1191 1048.46679688 1191 1215.49804688 c 1 + 1188.44824219 1215.49804688 1185.89550781 1215.49804688 1183.34375 1215.49804688 c 1 + 1131.52050781 1160.15917969 1079.69824219 1104.82128906 1027.875 1049.48242188 c 1 + 1005.79199219 1069.29980469 983.708007812 1089.11816406 961.625 1108.93554688 c 1 + 1018.55175781 1170.70605469 1075.47949219 1232.47753906 1132.40625 1294.24804688 c 1 + 1187.45800781 1294.24804688 1242.51074219 1294.24804688 1297.5625 1294.24804688 c 1 + 1297.5625 1100.96679688 1297.5625 907.685546875 1297.5625 714.404296875 c 1 + 1351.98925781 714.404296875 1406.41699219 714.404296875 1460.84375 714.404296875 c 1 + 1460.84375 684.326171875 1460.84375 654.248046875 1460.84375 624.169921875 c 1 + 1308.1875 624.169921875 1155.53125 624.169921875 1002.875 624.169921875 c 1 EndSplineSet EndChar @@ -6805,468 +4903,924 @@ LayerCount: 2 Fore SplineSet -717.389648438 -10.8251953125 m 8 +NamedP: "baseline 2" 717.249023438 -10.8251953125 l 1024 --896 0 m 12 - 896 0 l 1028 +-896 0 m 8 +NamedP: "baseline 1" + 896 0 l 1024 EndSplineSet +Comment: "O" +Colour: ff00ff EndChar StartChar: uniE0F1 Encoding: 57585 57585 56 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 60.5 139.688<684.242 1061.86> 505.461 135.352<684.242 1028.79> 925.93 139.688<684.242 1028.79> -VStem: 521.586 162.656<200.188 505.461 640.812 925.93> 1062.99 171.328<672.723 894.019> 1098.97 171.445<234.391 471.257> +VWidth: 1687 +Flags: W +HStem: 15.5 139.688<684.242 1061.86> 460.461 135.352<684.242 1028.79> 880.93 139.688<684.242 1028.79> +VStem: 521.586 162.656<155.188 460.461 595.812 880.93> 1062.99 171.328<627.723 849.019> 1098.97 171.445<189.391 426.257> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 120.5 139.688<684.242 1061.86> 565.461 135.352<684.242 1028.79> 985.93 139.688<684.242 1028.79> -VStem: 521.586 162.656<260.188 565.461 700.812 985.93> 1062.99 171.328<732.723 954.019> 1098.97 171.445<294.391 531.257> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory +Back +SplineSet +0 15.5 m 5 +NamedP: "1-char" + 1792 15.5 l 1029 +0 1020.6171875 m 5 +NamedP: "1-char" + 1792 1020.6171875 l 1029 +EndSplineSet Fore SplineSet -521.5859375 1065.6171875 m 1xf4 - 669.90625 1065.6171875 818.2265625 1065.6171875 966.546875 1065.6171875 c 1 - 1049.984375 1065.6171875 1115.609375 1042.0625 1163.0703125 995.0703125 c 0 - 1210.6484375 948.078125 1234.3203125 885.1484375 1234.3203125 806.3984375 c 0xf8 - 1234.3203125 769.015625 1229.046875 737.0234375 1218.5 710.65625 c 0 - 1207.953125 684.2890625 1194.4765625 662.609375 1178.1875 645.8515625 c 0 - 1161.8984375 629.09375 1143.1484375 616.5546875 1122.0546875 608.46875 c 0 - 1100.9609375 600.265625 1080.3359375 595.2265625 1060.0625 593.3515625 c 1 - 1060.0625 590.4609375 1060.0625 587.5703125 1060.0625 584.6796875 c 1 - 1080.3359375 583.7421875 1102.6015625 578.9375 1127.09375 570.265625 c 0 - 1151.5859375 561.59375 1174.3203125 547.8828125 1195.53125 529.25 c 0 - 1216.625 510.5 1234.3203125 486.4765625 1248.734375 457.1796875 c 0 - 1263.1484375 427.8828125 1270.4140625 392.140625 1270.4140625 349.953125 c 0 - 1270.4140625 309.640625 1263.8515625 271.671875 1250.9609375 236.1640625 c 0 - 1237.953125 200.65625 1219.90625 169.953125 1196.9375 144.0546875 c 0 - 1173.8515625 118.15625 1146.546875 97.6484375 1114.7890625 82.765625 c 0 - 1083.1484375 67.8828125 1048.578125 60.5 1011.1953125 60.5 c 1 - 847.9921875 60.5 684.7890625 60.5 521.5859375 60.5 c 1 - 521.5859375 395.5390625 521.5859375 730.578125 521.5859375 1065.6171875 c 1xf4 -684.2421875 200.1875 m 1 - 777.3671875 200.1875 870.4921875 200.1875 963.6171875 200.1875 c 1 - 1005.921875 200.1875 1038.96875 211.203125 1062.9921875 233.3515625 c 0xf8 - 1087.015625 255.3828125 1098.96875 287.0234375 1098.96875 328.390625 c 1 - 1098.96875 344.6796875 1098.96875 360.96875 1098.96875 377.2578125 c 1xf4 - 1098.96875 418.625 1087.015625 450.265625 1062.9921875 472.296875 c 0 - 1038.96875 494.4453125 1005.921875 505.4609375 963.6171875 505.4609375 c 1 - 870.4921875 505.4609375 777.3671875 505.4609375 684.2421875 505.4609375 c 1 - 684.2421875 403.703125 684.2421875 301.9453125 684.2421875 200.1875 c 1 -684.2421875 640.8125 m 1 - 768.265625 640.8125 852.2890625 640.8125 936.3125 640.8125 c 1 - 976.625 640.8125 1007.796875 651.125 1029.828125 671.75 c 0 - 1051.9765625 692.375 1062.9921875 721.90625 1062.9921875 760.34375 c 1 - 1062.9921875 775.6953125 1062.9921875 791.046875 1062.9921875 806.3984375 c 1 - 1062.9921875 844.8359375 1051.9765625 874.3671875 1029.828125 894.9921875 c 0 - 1007.796875 915.6171875 976.625 925.9296875 936.3125 925.9296875 c 1 - 852.2890625 925.9296875 768.265625 925.9296875 684.2421875 925.9296875 c 1 - 684.2421875 830.890625 684.2421875 735.8515625 684.2421875 640.8125 c 1 +521.5859375 1020.6171875 m 1xf4 + 669.90625 1020.6171875 818.2265625 1020.6171875 966.546875 1020.6171875 c 1 + 1049.984375 1020.6171875 1115.609375 997.0625 1163.0703125 950.0703125 c 0 + 1210.6484375 903.078125 1234.3203125 840.1484375 1234.3203125 761.3984375 c 0xf8 + 1234.3203125 724.015625 1229.046875 692.0234375 1218.5 665.65625 c 0 + 1207.953125 639.2890625 1194.4765625 617.609375 1178.1875 600.8515625 c 0 + 1161.8984375 584.09375 1143.1484375 571.5546875 1122.0546875 563.46875 c 0 + 1100.9609375 555.265625 1080.3359375 550.2265625 1060.0625 548.3515625 c 1 + 1060.0625 545.4609375 1060.0625 542.5703125 1060.0625 539.6796875 c 1 + 1080.3359375 538.7421875 1102.6015625 533.9375 1127.09375 525.265625 c 0 + 1151.5859375 516.59375 1174.3203125 502.8828125 1195.53125 484.25 c 0 + 1216.625 465.5 1234.3203125 441.4765625 1248.734375 412.1796875 c 0 + 1263.1484375 382.8828125 1270.4140625 347.140625 1270.4140625 304.953125 c 0 + 1270.4140625 264.640625 1263.8515625 226.671875 1250.9609375 191.1640625 c 0 + 1237.953125 155.65625 1219.90625 124.953125 1196.9375 99.0546875 c 0 + 1173.8515625 73.15625 1146.546875 52.6484375 1114.7890625 37.765625 c 0 + 1083.1484375 22.8828125 1048.578125 15.5 1011.1953125 15.5 c 1 + 847.9921875 15.5 684.7890625 15.5 521.5859375 15.5 c 1 + 521.5859375 350.5390625 521.5859375 685.578125 521.5859375 1020.6171875 c 1xf4 +684.2421875 155.1875 m 1 + 777.3671875 155.1875 870.4921875 155.1875 963.6171875 155.1875 c 1 + 1005.921875 155.1875 1038.96875 166.203125 1062.9921875 188.3515625 c 0xf8 + 1087.015625 210.3828125 1098.96875 242.0234375 1098.96875 283.390625 c 1 + 1098.96875 299.6796875 1098.96875 315.96875 1098.96875 332.2578125 c 1xf4 + 1098.96875 373.625 1087.015625 405.265625 1062.9921875 427.296875 c 0 + 1038.96875 449.4453125 1005.921875 460.4609375 963.6171875 460.4609375 c 1 + 870.4921875 460.4609375 777.3671875 460.4609375 684.2421875 460.4609375 c 1 + 684.2421875 358.703125 684.2421875 256.9453125 684.2421875 155.1875 c 1 +684.2421875 595.8125 m 1 + 768.265625 595.8125 852.2890625 595.8125 936.3125 595.8125 c 1 + 976.625 595.8125 1007.796875 606.125 1029.828125 626.75 c 0 + 1051.9765625 647.375 1062.9921875 676.90625 1062.9921875 715.34375 c 1 + 1062.9921875 730.6953125 1062.9921875 746.046875 1062.9921875 761.3984375 c 1 + 1062.9921875 799.8359375 1051.9765625 829.3671875 1029.828125 849.9921875 c 0 + 1007.796875 870.6171875 976.625 880.9296875 936.3125 880.9296875 c 1 + 852.2890625 880.9296875 768.265625 880.9296875 684.2421875 880.9296875 c 1 + 684.2421875 785.890625 684.2421875 690.8515625 684.2421875 595.8125 c 1 EndSplineSet EndChar StartChar: uniE0F2 Encoding: 57586 57586 57 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 370.958 116.406<389.164 636.43> 856.993 124.805<499.082 527.573> -VStem: 145.609 137.891<144.2 282.091> 745.609 141.602<144.2 285.802> 1220.41 135.547<144.2 537.633> -DStem2: 145.609 144.2 283.5 144.2 0.303392 0.952866<41.8349 280.126 400.882 789.887> 601.664 981.8 516.312 856.993 0.306233 -0.951957<92.6712 481.326> 1087.21 981.8 932.328 981.8 0.479431 -0.877579<0 425.309> 1294.83 608.556 1355.96 476.622 0.477305 0.878738<0 424.748> +VWidth: 1687 +Flags: W +HStem: 325.958 116.406<389.164 636.43> 811.993 124.805<499.082 527.573> +VStem: 145.609 137.891<99.2002 237.091> 745.609 141.602<99.2002 240.802> 1220.41 135.547<99.2002 492.633> +DStem2: 145.609 99.2002 283.5 99.2002 0.303392 0.952866<41.8349 280.126 400.882 789.887> 601.664 936.798 516.312 811.993 0.306233 -0.951957<92.6712 481.326 602.427 841.437> 1087.21 936.798 932.328 936.798 0.479431 -0.877579<0 425.309> 1294.83 563.556 1355.96 431.622 0.477305 0.878738<0 424.748> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 430.958 116.406<389.164 636.43> 916.993 124.805<499.082 527.573> -VStem: 145.609 137.891<204.2 342.091> 745.609 141.602<204.2 345.802> 1220.41 135.547<204.2 597.633> -DStem2: 145.609 204.2 283.5 204.2 0.303392 0.952866<41.8349 280.126 400.882 789.887> 601.664 1041.8 516.312 916.993 0.306233 -0.951957<92.6712 481.326> 1087.21 1041.8 932.328 1041.8 0.479431 -0.877579<0 425.309> 1294.83 668.556 1355.96 536.622 0.477305 0.878738<0 424.748> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory +Back +SplineSet +0 99.2001953125 m 5 +NamedP: "2-char" + 1792 99.2001953125 l 1029 +0 936.797851562 m 5 +NamedP: "2-char" + 1792 936.797851562 l 1029 +EndSplineSet Fore SplineSet -745.609375 144.200195312 m 1 - 720.4140625 219.786132812 695.21875 295.372070312 670.0234375 370.958007812 c 1 - 565.596679688 370.958007812 461.168945312 370.958007812 356.7421875 370.958007812 c 1 - 332.328125 295.372070312 307.9140625 219.786132812 283.5 144.200195312 c 1 - 237.536132812 144.200195312 191.573242188 144.200195312 145.609375 144.200195312 c 1 - 240.791992188 423.399414062 335.973632812 702.598632812 431.15625 981.797851562 c 1 - 487.9921875 981.797851562 544.828125 981.797851562 601.6640625 981.797851562 c 1 - 696.846679688 702.598632812 792.028320312 423.399414062 887.2109375 144.200195312 c 1 - 840.010742188 144.200195312 792.809570312 144.200195312 745.609375 144.200195312 c 1 -516.3125 856.993164062 m 1 - 514.359375 856.993164062 512.40625 856.993164062 510.453125 856.993164062 c 1 - 470.0234375 733.783203125 429.59375 610.573242188 389.1640625 487.364257812 c 1 - 471.5859375 487.364257812 554.0078125 487.364257812 636.4296875 487.364257812 c 1 - 596.390625 610.573242188 556.3515625 733.783203125 516.3125 856.993164062 c 1 -1220.4140625 144.200195312 m 1 - 1220.4140625 254.193359375 1220.4140625 364.186523438 1220.4140625 474.180664062 c 1 - 1124.38574219 643.385742188 1028.35644531 812.591796875 932.328125 981.797851562 c 1 - 983.956054688 981.797851562 1035.58300781 981.797851562 1087.2109375 981.797851562 c 1 - 1155.1796875 857.383789062 1223.1484375 732.969726562 1291.1171875 608.555664062 c 1 - 1292.35449219 608.555664062 1293.59082031 608.555664062 1294.828125 608.555664062 c 1 - 1362.40625 732.969726562 1429.984375 857.383789062 1497.5625 981.797851562 c 1 - 1547.171875 981.797851562 1596.78125 981.797851562 1646.390625 981.797851562 c 1 - 1549.58105469 813.405273438 1452.77050781 645.013671875 1355.9609375 476.622070312 c 1 - 1355.9609375 365.814453125 1355.9609375 255.006835938 1355.9609375 144.200195312 c 1 - 1310.77832031 144.200195312 1265.59667969 144.200195312 1220.4140625 144.200195312 c 1 +745.609375 99.2001953125 m 1 + 720.4140625 174.786132812 695.21875 250.372070312 670.0234375 325.958007812 c 1 + 565.596679688 325.958007812 461.168945312 325.958007812 356.7421875 325.958007812 c 1 + 332.328125 250.372070312 307.9140625 174.786132812 283.5 99.2001953125 c 1 + 237.536132812 99.2001953125 191.573242188 99.2001953125 145.609375 99.2001953125 c 1 + 240.791992188 378.399414062 335.973632812 657.598632812 431.15625 936.797851562 c 1 + 487.9921875 936.797851562 544.828125 936.797851562 601.6640625 936.797851562 c 1 + 696.846679688 657.598632812 792.028320312 378.399414062 887.2109375 99.2001953125 c 1 + 840.010742188 99.2001953125 792.809570312 99.2001953125 745.609375 99.2001953125 c 1 +516.3125 811.993164062 m 1 + 514.359375 811.993164062 512.40625 811.993164062 510.453125 811.993164062 c 1 + 470.0234375 688.783203125 429.59375 565.573242188 389.1640625 442.364257812 c 1 + 471.5859375 442.364257812 554.0078125 442.364257812 636.4296875 442.364257812 c 1 + 596.390625 565.573242188 556.3515625 688.783203125 516.3125 811.993164062 c 1 +1220.4140625 99.2001953125 m 1 + 1220.4140625 209.193359375 1220.4140625 319.186523438 1220.4140625 429.180664062 c 1 + 1124.38574219 598.385742188 1028.35644531 767.591796875 932.328125 936.797851562 c 1 + 983.956054688 936.797851562 1035.58300781 936.797851562 1087.2109375 936.797851562 c 1 + 1155.1796875 812.383789062 1223.1484375 687.969726562 1291.1171875 563.555664062 c 1 + 1292.35449219 563.555664062 1293.59082031 563.555664062 1294.828125 563.555664062 c 1 + 1362.40625 687.969726562 1429.984375 812.383789062 1497.5625 936.797851562 c 1 + 1547.171875 936.797851562 1596.78125 936.797851562 1646.390625 936.797851562 c 5 + 1549.58105469 768.405273438 1452.77050781 600.013671875 1355.9609375 431.622070312 c 1 + 1355.9609375 320.814453125 1355.9609375 210.006835938 1355.9609375 99.2001953125 c 5 + 1310.77832031 99.2001953125 1265.59667969 99.2001953125 1220.4140625 99.2001953125 c 1 EndSplineSet EndChar StartChar: uniE0F3 Encoding: 57587 57587 58 Width: 1792 -VWidth: 1732 -Flags: HW -HStem: 216.516 89.2188<906.667 1116.84 1445.69 1645.37> 228 108.516<198.32 221.367 546.758 569.805> 494.875 87.3438<1569.19 1693.09> 795.344 102.734<371.133 393.242> 820.344 89.2188<935.851 1133.42 1446.32 1654.53> -VStem: 0 103.75<794.328 898.078> 321.719 123.75<796.086 898.078> 664.375 99.8438<798.234 898.078> 812.781 101.719<653.533 800.771> 1137.31 101.719<326.429 489.709> 1288.88 109.531<354.707 771.324> 1701.69 90.3125<228 326.906 350.738 494.875> -DStem2: 103.75 898.078 0 898.078 0.190374 -0.981712<0 567.853> 216.094 336.516 355.312 640.812 0.136058 0.990701<4.46299 473.288> 530.938 490.109 387.969 795.344 0.136058 -0.990701<-318.35 155.035> 585.625 491.984 617.344 228 0.190374 0.981712<-154.194 413.659> 1006.69 626.438 988.406 530.422 0.978371 -0.206857<-75.1218 135.909> +VWidth: 1687 +Flags: W +HStem: 171.516 89.2188<906.667 1116.84 1445.69 1645.37> 183 108.516<198.32 221.367 546.758 569.805> 449.875 87.3438<1569.19 1693.09> 750.344 102.734<371.133 393.242> 775.344 89.2188<935.851 1133.42 1446.32 1654.53> +VStem: 0 103.75<749.328 853.078> 321.719 123.75<751.086 853.078> 664.375 99.8438<753.234 853.078> 812.781 101.719<608.533 755.771> 1137.31 101.719<281.429 444.709> 1288.88 109.531<309.707 726.324> 1701.69 90.3125<183 281.906 305.738 449.875> +DStem2: 103.75 853.078 0 853.078 0.190374 -0.981712<0 567.853> 216.094 291.516 355.312 595.812 0.136058 0.990701<4.46299 473.288> 530.938 445.109 387.969 750.344 0.136058 -0.990701<-318.35 155.035> 585.625 446.984 617.344 183 0.190374 0.981712<-154.194 413.659> 1006.69 581.438 988.406 485.422 0.978371 -0.206857<-75.1218 135.909> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: 276.516 89.2188<906.667 1116.84 1445.69 1645.37> 288 108.516<198.32 221.367 546.758 569.805> 554.875 87.3438<1569.19 1693.09> 855.344 102.734<371.133 393.242> 880.344 89.2188<935.851 1133.42 1446.32 1654.53> -VStem: 0 103.75<854.328 958.078> 321.719 123.75<856.086 958.078> 664.375 99.8438<858.234 958.078> 812.781 101.719<713.533 860.771> 1137.31 101.719<386.429 549.709> 1288.88 109.531<414.707 831.324> 1701.69 90.3125<288 386.906 410.738 554.875> -DStem2: 103.75 958.078 0 958.078 0.190374 -0.981712<0 567.853> 216.094 396.516 355.312 700.812 0.136058 0.990701<4.46299 473.288> 530.938 550.109 387.969 855.344 0.136058 -0.990701<-318.35 155.035> 585.625 551.984 617.344 288 0.190374 0.981712<-154.194 413.659> 1006.69 686.438 988.406 590.422 0.978371 -0.206857<-75.1218 135.909> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory +Back +SplineSet +0 183 m 5 +NamedP: "3-char" + 1792 183 l 1029 +0 853.078125 m 5 +NamedP: "3-char" + 1792 853.078125 l 1029 +EndSplineSet Fore SplineSet -142.1875 228 m 5x77f0 - 94.7919921875 451.359375 47.3955078125 674.71875 0 898.078125 c 5 - 34.5830078125 898.078125 69.1669921875 898.078125 103.75 898.078125 c 5 - 130 762.713867188 156.25 627.348632812 182.5 491.984375 c 5 - 189.53125 440.161132812 196.5625 388.338867188 203.59375 336.515625 c 5 - 207.760742188 336.515625 211.926757812 336.515625 216.09375 336.515625 c 5 - 223.125 387.713867188 230.15625 438.911132812 237.1875 490.109375 c 5 - 265.364257812 626.098632812 293.541992188 762.088867188 321.71875 898.078125 c 5 - 362.96875 898.078125 404.21875 898.078125 445.46875 898.078125 c 5 - 473.958007812 762.088867188 502.448242188 626.098632812 530.9375 490.109375 c 5 - 537.96875 438.911132812 545 387.713867188 552.03125 336.515625 c 5 - 556.198242188 336.515625 560.364257812 336.515625 564.53125 336.515625 c 5 - 571.5625 388.338867188 578.59375 440.161132812 585.625 491.984375 c 5 - 611.875 627.348632812 638.125 762.713867188 664.375 898.078125 c 5 - 697.65625 898.078125 730.9375 898.078125 764.21875 898.078125 c 5 - 715.260742188 674.71875 666.301757812 451.359375 617.34375 228 c 5 - 576.71875 228 536.09375 228 495.46875 228 c 5 - 466.666992188 365.604492188 437.864257812 503.208007812 409.0625 640.8125 c 5 - 402.03125 692.323242188 395 743.833007812 387.96875 795.34375 c 5 - 384.114257812 795.34375 380.260742188 795.34375 376.40625 795.34375 c 5 - 369.375 743.833007812 362.34375 692.323242188 355.3125 640.8125 c 5 - 325.208007812 503.208007812 295.104492188 365.604492188 265 228 c 5 - 224.0625 228 183.125 228 142.1875 228 c 5x77f0 -1017.3125 216.515625 m 4xaff0 - 967.3125 216.515625 924.03125 225.890625 887.15625 244.796875 c 4 - 850.4375 263.703125 818.875 291.046875 792.625 326.90625 c 5 - 815.958007812 348.338867188 839.291992188 369.770507812 862.625 391.203125 c 5 - 882.46875 363.703125 905.28125 342.53125 930.90625 327.84375 c 4 - 956.375 313.15625 985.59375 305.734375 1018.25 305.734375 c 4 - 1097.625 305.734375 1137.3125 342.21875 1137.3125 415.1875 c 4 - 1137.3125 444.640625 1130.125 467.21875 1116.0625 482.84375 c 4 - 1102 498.546875 1077.78125 510.578125 1043.09375 518.859375 c 5 - 1024.86425781 522.713867188 1006.63574219 526.567382812 988.40625 530.421875 c 5 - 928.25 543.859375 884.03125 565.421875 855.4375 595.1875 c 4 - 827 624.953125 812.78125 666.75 812.78125 720.5 c 4 - 812.78125 782.53125 831.53125 829.5625 868.875 861.59375 c 4 - 906.375 893.625 958.71875 909.5625 1025.90625 909.5625 c 4 - 1073.875 909.5625 1114.34375 901.4375 1147.3125 885.109375 c 4 - 1180.28125 868.78125 1208.875 843.390625 1233.25 808.78125 c 5 - 1209.86425781 788.3125 1186.47949219 767.84375 1163.09375 747.375 c 5 - 1145.90625 771.671875 1126.53125 789.953125 1105.125 802.0625 c 4 - 1083.71875 814.25 1056.53125 820.34375 1024.03125 820.34375 c 4 - 987.46875 820.34375 960.125 812.765625 941.84375 797.765625 c 4 - 923.71875 782.6875 914.5 757.921875 914.5 723.390625 c 4 - 914.5 695.1875 921.6875 673.9375 936.0625 659.484375 c 4 - 950.59375 645.109375 974.03125 634.09375 1006.6875 626.4375 c 5 - 1024.91699219 622.270507812 1043.14550781 618.104492188 1061.375 613.9375 c 5 - 1093.40625 606.90625 1120.59375 598.078125 1142.9375 587.53125 c 4 - 1165.4375 576.984375 1183.875 564.015625 1198.25 548.625 c 4 - 1212.625 533.3125 1222.9375 515.1875 1229.34375 494.40625 c 4 - 1235.75 473.625 1239.03125 449.40625 1239.03125 421.90625 c 4 - 1239.03125 354.71875 1219.65625 303.703125 1180.90625 268.78125 c 4 - 1142.15625 233.9375 1087.625 216.515625 1017.3125 216.515625 c 4xaff0 -1701.6875 326.90625 m 5 - 1697.83300781 326.90625 1693.97949219 326.90625 1690.125 326.90625 c 5 - 1683.875 294.875 1667.46875 268.46875 1641.21875 247.6875 c 4 - 1614.96875 226.90625 1577.9375 216.515625 1529.8125 216.515625 c 4xa7f0 - 1495.28125 216.515625 1463.40625 222.84375 1434.34375 235.65625 c 4 - 1405.28125 248.46875 1379.8125 268.78125 1358.09375 296.671875 c 4 - 1336.21875 324.484375 1319.34375 360.34375 1307.15625 404.171875 c 4 - 1294.96875 448 1288.875 500.65625 1288.875 562.0625 c 260 - 1288.875 623.546875 1294.8125 676.125 1306.6875 720.03125 c 4 - 1318.5625 763.859375 1335.75 799.875 1358.5625 828 c 4 - 1381.21875 856.125 1408.5625 876.828125 1440.59375 889.953125 c 4 - 1472.625 903.078125 1508.71875 909.5625 1549.03125 909.5625 c 4 - 1608.5625 909.5625 1657 896.828125 1694.03125 871.203125 c 4 - 1731.21875 845.578125 1759.96875 809.09375 1780.4375 761.75 c 5 - 1752.625 745.421875 1724.8125 729.09375 1697 712.765625 c 5 - 1685.4375 745.421875 1667.9375 771.359375 1644.65625 790.578125 c 4 - 1621.21875 809.796875 1589.65625 819.328125 1549.96875 819.328125 c 4 - 1502 819.328125 1464.8125 804.015625 1438.25 773.3125 c 4 - 1411.6875 742.53125 1398.40625 699.71875 1398.40625 644.640625 c 5 - 1398.40625 590.239257812 1398.40625 535.838867188 1398.40625 481.4375 c 5 - 1398.40625 426.4375 1411.6875 383.546875 1438.25 352.765625 c 4 - 1464.8125 322.0625 1502 306.75 1549.96875 306.75 c 4 - 1569.8125 306.75 1588.40625 309.5625 1605.75 315.34375 c 4 - 1622.9375 321.125 1638.25 329.40625 1651.375 340.34375 c 4 - 1664.5 351.203125 1674.65625 364.796875 1682 381.125 c 4 - 1689.34375 397.453125 1693.09375 415.8125 1693.09375 436.28125 c 5 - 1693.09375 455.8125 1693.09375 475.34375 1693.09375 494.875 c 5 - 1651.79199219 494.875 1610.48925781 494.875 1569.1875 494.875 c 5 - 1569.1875 523.989257812 1569.1875 553.104492188 1569.1875 582.21875 c 5 - 1643.45800781 582.21875 1717.72949219 582.21875 1792 582.21875 c 5 - 1792 464.145507812 1792 346.073242188 1792 228 c 5 - 1761.89550781 228 1731.79199219 228 1701.6875 228 c 5x6ff0 - 1701.6875 260.96875 1701.6875 293.9375 1701.6875 326.90625 c 5 +142.1875 183 m 5x77f0 + 94.7919921875 406.359375 47.3955078125 629.71875 0 853.078125 c 5 + 34.5830078125 853.078125 69.1669921875 853.078125 103.75 853.078125 c 5 + 130 717.713867188 156.25 582.348632812 182.5 446.984375 c 5 + 189.53125 395.161132812 196.5625 343.338867188 203.59375 291.515625 c 5 + 207.760742188 291.515625 211.926757812 291.515625 216.09375 291.515625 c 5 + 223.125 342.713867188 230.15625 393.911132812 237.1875 445.109375 c 5 + 265.364257812 581.098632812 293.541992188 717.088867188 321.71875 853.078125 c 5 + 362.96875 853.078125 404.21875 853.078125 445.46875 853.078125 c 5 + 473.958007812 717.088867188 502.448242188 581.098632812 530.9375 445.109375 c 5 + 537.96875 393.911132812 545 342.713867188 552.03125 291.515625 c 5 + 556.198242188 291.515625 560.364257812 291.515625 564.53125 291.515625 c 5 + 571.5625 343.338867188 578.59375 395.161132812 585.625 446.984375 c 5 + 611.875 582.348632812 638.125 717.713867188 664.375 853.078125 c 5 + 697.65625 853.078125 730.9375 853.078125 764.21875 853.078125 c 5 + 715.260742188 629.71875 666.301757812 406.359375 617.34375 183 c 5 + 576.71875 183 536.09375 183 495.46875 183 c 5 + 466.666992188 320.604492188 437.864257812 458.208007812 409.0625 595.8125 c 5 + 402.03125 647.323242188 395 698.833007812 387.96875 750.34375 c 5 + 384.114257812 750.34375 380.260742188 750.34375 376.40625 750.34375 c 5 + 369.375 698.833007812 362.34375 647.323242188 355.3125 595.8125 c 5 + 325.208007812 458.208007812 295.104492188 320.604492188 265 183 c 5 + 224.0625 183 183.125 183 142.1875 183 c 5x77f0 +1017.3125 171.515625 m 4xaff0 + 967.3125 171.515625 924.03125 180.890625 887.15625 199.796875 c 4 + 850.4375 218.703125 818.875 246.046875 792.625 281.90625 c 5 + 815.958007812 303.338867188 839.291992188 324.770507812 862.625 346.203125 c 5 + 882.46875 318.703125 905.28125 297.53125 930.90625 282.84375 c 4 + 956.375 268.15625 985.59375 260.734375 1018.25 260.734375 c 4 + 1097.625 260.734375 1137.3125 297.21875 1137.3125 370.1875 c 4 + 1137.3125 399.640625 1130.125 422.21875 1116.0625 437.84375 c 4 + 1102 453.546875 1077.78125 465.578125 1043.09375 473.859375 c 5 + 1024.86425781 477.713867188 1006.63574219 481.567382812 988.40625 485.421875 c 5 + 928.25 498.859375 884.03125 520.421875 855.4375 550.1875 c 4 + 827 579.953125 812.78125 621.75 812.78125 675.5 c 4 + 812.78125 737.53125 831.53125 784.5625 868.875 816.59375 c 4 + 906.375 848.625 958.71875 864.5625 1025.90625 864.5625 c 4 + 1073.875 864.5625 1114.34375 856.4375 1147.3125 840.109375 c 4 + 1180.28125 823.78125 1208.875 798.390625 1233.25 763.78125 c 5 + 1209.86425781 743.3125 1186.47949219 722.84375 1163.09375 702.375 c 5 + 1145.90625 726.671875 1126.53125 744.953125 1105.125 757.0625 c 4 + 1083.71875 769.25 1056.53125 775.34375 1024.03125 775.34375 c 4 + 987.46875 775.34375 960.125 767.765625 941.84375 752.765625 c 4 + 923.71875 737.6875 914.5 712.921875 914.5 678.390625 c 4 + 914.5 650.1875 921.6875 628.9375 936.0625 614.484375 c 4 + 950.59375 600.109375 974.03125 589.09375 1006.6875 581.4375 c 5 + 1024.91699219 577.270507812 1043.14550781 573.104492188 1061.375 568.9375 c 5 + 1093.40625 561.90625 1120.59375 553.078125 1142.9375 542.53125 c 4 + 1165.4375 531.984375 1183.875 519.015625 1198.25 503.625 c 4 + 1212.625 488.3125 1222.9375 470.1875 1229.34375 449.40625 c 4 + 1235.75 428.625 1239.03125 404.40625 1239.03125 376.90625 c 4 + 1239.03125 309.71875 1219.65625 258.703125 1180.90625 223.78125 c 4 + 1142.15625 188.9375 1087.625 171.515625 1017.3125 171.515625 c 4xaff0 +1701.6875 281.90625 m 5 + 1697.83300781 281.90625 1693.97949219 281.90625 1690.125 281.90625 c 5 + 1683.875 249.875 1667.46875 223.46875 1641.21875 202.6875 c 4 + 1614.96875 181.90625 1577.9375 171.515625 1529.8125 171.515625 c 4xa7f0 + 1495.28125 171.515625 1463.40625 177.84375 1434.34375 190.65625 c 4 + 1405.28125 203.46875 1379.8125 223.78125 1358.09375 251.671875 c 4 + 1336.21875 279.484375 1319.34375 315.34375 1307.15625 359.171875 c 4 + 1294.96875 403 1288.875 455.65625 1288.875 517.0625 c 260 + 1288.875 578.546875 1294.8125 631.125 1306.6875 675.03125 c 4 + 1318.5625 718.859375 1335.75 754.875 1358.5625 783 c 4 + 1381.21875 811.125 1408.5625 831.828125 1440.59375 844.953125 c 4 + 1472.625 858.078125 1508.71875 864.5625 1549.03125 864.5625 c 4 + 1608.5625 864.5625 1657 851.828125 1694.03125 826.203125 c 4 + 1731.21875 800.578125 1759.96875 764.09375 1780.4375 716.75 c 5 + 1752.625 700.421875 1724.8125 684.09375 1697 667.765625 c 5 + 1685.4375 700.421875 1667.9375 726.359375 1644.65625 745.578125 c 4 + 1621.21875 764.796875 1589.65625 774.328125 1549.96875 774.328125 c 4 + 1502 774.328125 1464.8125 759.015625 1438.25 728.3125 c 4 + 1411.6875 697.53125 1398.40625 654.71875 1398.40625 599.640625 c 5 + 1398.40625 545.239257812 1398.40625 490.838867188 1398.40625 436.4375 c 5 + 1398.40625 381.4375 1411.6875 338.546875 1438.25 307.765625 c 4 + 1464.8125 277.0625 1502 261.75 1549.96875 261.75 c 4 + 1569.8125 261.75 1588.40625 264.5625 1605.75 270.34375 c 4 + 1622.9375 276.125 1638.25 284.40625 1651.375 295.34375 c 4 + 1664.5 306.203125 1674.65625 319.796875 1682 336.125 c 4 + 1689.34375 352.453125 1693.09375 370.8125 1693.09375 391.28125 c 5 + 1693.09375 410.8125 1693.09375 430.34375 1693.09375 449.875 c 5 + 1651.79199219 449.875 1610.48925781 449.875 1569.1875 449.875 c 5 + 1569.1875 478.989257812 1569.1875 508.104492188 1569.1875 537.21875 c 5 + 1643.45800781 537.21875 1717.72949219 537.21875 1792 537.21875 c 5 + 1792 419.145507812 1792 301.073242188 1792 183 c 5 + 1761.89550781 183 1731.79199219 183 1701.6875 183 c 5x6ff0 + 1701.6875 215.96875 1701.6875 248.9375 1701.6875 281.90625 c 5 EndSplineSet EndChar StartChar: uniE0F4 Encoding: 57588 57588 59 Width: 1792 -VWidth: 1732 Flags: HW -HStem: -208.33 85.3906<443.27 618.187 1139.04 1341.37> 140.107 85.4688<468.18 617.718> 395.498 89.2188<1163.21 1360.78> 657.686 89.2188<1388.21 1579.14> 669.17 92.1875<328.559 354.926> 942.76 85.4688<802.406 938.743> 1249.95 89.2969<802.406 1011.58 1380.73 1582.23> -VStem: 82.0938 106.562<1232.69 1339.25> 314.359 107.5<-102.67 120.457> 493.891 104.688<1234.56 1339.25> 638.891 107.5<-102.386 119.315> 700.609 101.797<669.17 942.76 1028.23 1249.95> 1040.14 101.719<228.688 375.925 1047.5 1230.69> 1233.73 109.453<795.416 1213> 1364.67 101.719<-98.4167 64.863> -DStem2: 188.656 1339.25 82.0938 1339.25 0.271727 -0.962374<0 593.586> 375.844 917.842 402.719 669.17 0.269742 0.962933<-155.735 437.628> 1024.12 950.42 922.406 942.76 0.413517 -0.910496<0 262.054> 1234.05 201.592 1215.77 105.576 0.978371 -0.206857<-75.1218 135.909> +HStem: -253.3 85.3906<331.166 506.082> -61.0391 130.176<891.389 1021.56> 95.1377 85.4687<356.078 505.623> 117.311 130.176<1455.12 1585.3> 612.716 89.2188<1388.21 1579.14> 624.2 92.1875<328.559 354.926> 897.794 85.4688<802.406 938.743> 1204.98 89.2969<802.406 1011.58 1380.73 1582.23> +VStem: 82.0938 106.562<1187.72 1294.28> 202.297 107.5<-147.64 75.4877> 493.891 104.688<1189.59 1294.28> 526.75 107.5<-147.355 74.3454> 700.609 101.797<624.2 897.794 983.263 1204.98> 1030.84 108.516<1002.53 1185.72> 1187.45 101.78<-25.0879 211.535> 1233.73 109.453<750.447 1168.03> +DStem2: 188.656 1294.28 82.0938 1294.28 0.271727 -0.962374<0 593.586> 891.389 69.1366 891.389 -61.0391 0.717299 0.696766<0 311.586> 1024.12 905.45 922.406 897.794 0.413517 -0.910496<0 262.054> 1289.23 -25.0879 1187.45 -248.968 0.735691 0.677318<0 314.262> LayerCount: 2 -UndoRedoHistory -Layer: 0 -Undoes -UndoOperation -Index: 0 -Type: 1 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -Width: 1792 -VWidth: 1792 -LBearingChange: 0 -UnicodeEnc: 0 -InstructionsLength: 0 -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory -UndoRedoHistory -Layer: 1 -Undoes -UndoOperation -Index: 0 -Type: 3 -WasModified: 0 -WasOrder2: 0 -Layer: 2 -HStem: -148.33 85.3906<443.27 618.187 1139.04 1341.37> 200.107 85.4688<468.18 617.718> 455.498 89.2188<1163.21 1360.78> 717.686 89.2188<1388.21 1579.14> 729.17 92.1875<328.559 354.926> 1002.76 85.4688<802.406 938.743> 1309.95 89.2969<802.406 1011.58 1380.73 1582.23> -VStem: 82.0938 106.562<1292.69 1399.25> 314.359 107.5<-42.67 180.457> 493.891 104.688<1294.56 1399.25> 638.891 107.5<-42.3858 179.315> 700.609 101.797<729.17 1002.76 1088.23 1309.95> 1040.14 101.719<288.688 435.925 1107.5 1290.69> 1233.73 109.453<855.416 1273> 1364.67 101.719<-38.4167 124.863> -DStem2: 188.656 1399.25 82.0938 1399.25 0.271727 -0.962374<0 593.586> 375.844 977.842 402.719 729.17 0.269742 0.962933<-155.735 437.628> 1024.12 1010.42 922.406 1002.76 0.413517 -0.910496<0 262.054> 1234.05 261.592 1215.77 165.576 0.978371 -0.206857<-75.1218 135.909> -EndUndoOperation -EndUndoes -Redoes -EndRedoes -EndUndoRedoHistory +Back +SplineSet +0 1294.24804688 m 5 +NamedP: "2-line" + 1792 1294.24804688 l 1029 +-0 -241.845703125 m 5 +NamedP: "2-line" + 1792 -241.845703125 l 1029 +-0 428.232421875 m 5 +NamedP: "2-line" + 1792 428.232421875 l 1029 +0 624.169921875 m 5 +NamedP: "2-line" + 1792 624.169921875 l 1029 +EndSplineSet Fore SplineSet -530.296875 -208.330078125 m 0xe7ee - 458.734375 -208.330078125 404.828125 -186.298828125 368.578125 -142.158203125 c 0 - 332.484375 -97.939453125 314.359375 -33.642578125 314.359375 50.810546875 c 0 - 314.359375 91.123046875 319.515625 131.435546875 329.671875 171.826171875 c 0 - 339.984375 212.138671875 354.671875 250.654296875 373.890625 287.451171875 c 0 - 393.109375 324.248046875 415.921875 358.701171875 442.484375 390.654296875 c 0 - 469.046875 422.685546875 498.734375 450.185546875 531.390625 473.232421875 c 1 - 577.120117188 473.232421875 622.848632812 473.232421875 668.578125 473.232421875 c 1 - 629.515625 443.154296875 595.921875 414.482421875 567.796875 387.294921875 c 0 - 539.671875 360.107421875 515.765625 333.076171875 496.234375 306.201171875 c 0 - 476.703125 279.326171875 460.921875 251.669921875 448.734375 223.154296875 c 0 - 436.546875 194.638671875 427.328125 163.779296875 420.921875 130.498046875 c 1 - 425.088867188 130.498046875 429.254882812 130.498046875 433.421875 130.498046875 c 1 - 444.359375 161.201171875 461.546875 184.716796875 485.296875 201.044921875 c 0 - 508.890625 217.373046875 537.015625 225.576171875 569.671875 225.576171875 c 0 - 624.046875 225.576171875 667.171875 207.919921875 698.890625 172.763671875 c 0 - 730.453125 137.529296875 746.390625 85.732421875 746.390625 17.216796875 c 0 - 746.390625 -53.798828125 727.953125 -109.189453125 691.234375 -148.876953125 c 0 - 654.359375 -188.564453125 600.765625 -208.330078125 530.296875 -208.330078125 c 0xe7ee -530.296875 -122.939453125 m 256 - 602.640625 -122.939453125 638.890625 -83.251953125 638.890625 -3.876953125 c 1 - 638.890625 4.4306640625 638.890625 12.7373046875 638.890625 21.044921875 c 1 - 638.890625 100.419921875 602.640625 140.107421875 530.296875 140.107421875 c 256 - 458.109375 140.107421875 421.859375 100.419921875 421.859375 21.044921875 c 1 - 421.859375 12.7373046875 421.859375 4.4306640625 421.859375 -3.876953125 c 1 - 421.859375 -83.251953125 458.109375 -122.939453125 530.296875 -122.939453125 c 256 -1244.671875 -208.330078125 m 0 - 1194.671875 -208.330078125 1151.390625 -198.955078125 1114.515625 -180.048828125 c 0 - 1077.796875 -161.142578125 1046.234375 -133.798828125 1019.984375 -97.939453125 c 1 - 1043.31738281 -76.5068359375 1066.65136719 -55.0751953125 1089.984375 -33.642578125 c 1 - 1109.828125 -61.142578125 1132.640625 -82.314453125 1158.265625 -97.001953125 c 0 - 1183.734375 -111.689453125 1212.953125 -119.111328125 1245.609375 -119.111328125 c 0 - 1324.984375 -119.111328125 1364.671875 -82.626953125 1364.671875 -9.658203125 c 0 - 1364.671875 19.794921875 1357.484375 42.373046875 1343.421875 57.998046875 c 0 - 1329.359375 73.701171875 1305.140625 85.732421875 1270.453125 94.013671875 c 1 - 1252.22363281 97.8681640625 1233.99511719 101.721679688 1215.765625 105.576171875 c 1 - 1155.609375 119.013671875 1111.390625 140.576171875 1082.796875 170.341796875 c 0 - 1054.359375 200.107421875 1040.140625 241.904296875 1040.140625 295.654296875 c 0 - 1040.140625 357.685546875 1058.890625 404.716796875 1096.234375 436.748046875 c 0 - 1133.734375 468.779296875 1186.078125 484.716796875 1253.265625 484.716796875 c 0 - 1301.234375 484.716796875 1341.703125 476.591796875 1374.671875 460.263671875 c 0 - 1407.640625 443.935546875 1436.234375 418.544921875 1460.609375 383.935546875 c 1 - 1437.22363281 363.466796875 1413.83886719 342.998046875 1390.453125 322.529296875 c 1 - 1373.265625 346.826171875 1353.890625 365.107421875 1332.484375 377.216796875 c 0 - 1311.078125 389.404296875 1283.890625 395.498046875 1251.390625 395.498046875 c 0 - 1214.828125 395.498046875 1187.484375 387.919921875 1169.203125 372.919921875 c 0 - 1151.078125 357.841796875 1141.859375 333.076171875 1141.859375 298.544921875 c 0 - 1141.859375 270.341796875 1149.046875 249.091796875 1163.421875 234.638671875 c 0 - 1177.953125 220.263671875 1201.390625 209.248046875 1234.046875 201.591796875 c 1 - 1252.27636719 197.424804688 1270.50488281 193.258789062 1288.734375 189.091796875 c 1 - 1320.765625 182.060546875 1347.953125 173.232421875 1370.296875 162.685546875 c 0 - 1392.796875 152.138671875 1411.234375 139.169921875 1425.609375 123.779296875 c 0 - 1439.984375 108.466796875 1450.296875 90.341796875 1456.703125 69.560546875 c 0 - 1463.109375 48.779296875 1466.390625 24.560546875 1466.390625 -2.939453125 c 0 - 1466.390625 -70.126953125 1447.015625 -121.142578125 1408.265625 -156.064453125 c 0 - 1369.515625 -190.908203125 1314.984375 -208.330078125 1244.671875 -208.330078125 c 0 -278.890625 669.169921875 m 1xefce - 213.291992188 892.529296875 147.692382812 1115.88867188 82.09375 1339.24804688 c 1 - 117.614257812 1339.24804688 153.135742188 1339.24804688 188.65625 1339.24804688 c 1 - 228.317382812 1198.77929688 267.979492188 1058.31054688 307.640625 917.841796875 c 1 - 316.9375 865.680664062 326.234375 813.518554688 335.53125 761.357421875 c 1 - 339.671875 761.357421875 343.8125 761.357421875 347.953125 761.357421875 c 1 - 357.25 813.518554688 366.546875 865.680664062 375.84375 917.841796875 c 1 - 415.192382812 1058.31054688 454.541992188 1198.77929688 493.890625 1339.24804688 c 1 - 528.786132812 1339.24804688 563.682617188 1339.24804688 598.578125 1339.24804688 c 1 - 533.291992188 1115.88867188 468.004882812 892.529296875 402.71875 669.169921875 c 1 - 361.442382812 669.169921875 320.166992188 669.169921875 278.890625 669.169921875 c 1xefce -802.40625 669.169921875 m 1xefde - 768.473632812 669.169921875 734.541992188 669.169921875 700.609375 669.169921875 c 1 - 700.609375 892.529296875 700.609375 1115.88867188 700.609375 1339.24804688 c 1 - 788.942382812 1339.24804688 877.276367188 1339.24804688 965.609375 1339.24804688 c 1 - 1023.1875 1339.24804688 1066.546875 1322.13867188 1095.6875 1287.91992188 c 0 - 1124.75 1253.62304688 1139.359375 1204.56054688 1139.359375 1140.49804688 c 0 - 1139.359375 1088.70117188 1129.75 1046.74804688 1110.53125 1014.79492188 c 0 - 1091.3125 982.763671875 1062.5625 961.357421875 1024.125 950.419921875 c 1 - 1066.703125 856.669921875 1109.28125 762.919921875 1151.859375 669.169921875 c 1 - 1114.09863281 669.169921875 1076.33886719 669.169921875 1038.578125 669.169921875 c 1 - 999.854492188 760.368164062 961.129882812 851.565429688 922.40625 942.763671875 c 1 - 882.40625 942.763671875 842.40625 942.763671875 802.40625 942.763671875 c 1 - 802.40625 851.565429688 802.40625 760.368164062 802.40625 669.169921875 c 1xefde -956.9375 1028.23242188 m 1 - 981.234375 1028.23242188 999.671875 1034.48242188 1012.171875 1046.90429688 c 0 - 1024.59375 1059.40429688 1030.84375 1079.71679688 1030.84375 1107.91992188 c 1 - 1030.84375 1128.70117188 1030.84375 1149.48242188 1030.84375 1170.26367188 c 1 - 1030.84375 1198.46679688 1024.59375 1218.77929688 1012.171875 1231.27929688 c 0 - 999.671875 1243.70117188 981.234375 1249.95117188 956.9375 1249.95117188 c 1 - 905.426757812 1249.95117188 853.916992188 1249.95117188 802.40625 1249.95117188 c 1 - 802.40625 1176.04492188 802.40625 1102.13867188 802.40625 1028.23242188 c 1 - 853.916992188 1028.23242188 905.426757812 1028.23242188 956.9375 1028.23242188 c 1 -1487.171875 657.685546875 m 0xf7ce - 1448.109375 657.685546875 1413.109375 664.248046875 1382.09375 677.294921875 c 0 - 1351 690.419921875 1324.4375 711.123046875 1302.40625 739.248046875 c 0 - 1280.296875 767.373046875 1263.34375 803.388671875 1251.46875 847.216796875 c 0 - 1239.671875 891.123046875 1233.734375 943.388671875 1233.734375 1004.24804688 c 256 - 1233.734375 1065.02929688 1239.671875 1117.29492188 1251.46875 1161.20117188 c 0 - 1263.34375 1205.02929688 1280.296875 1241.04492188 1302.40625 1269.16992188 c 0 - 1324.4375 1297.29492188 1351 1317.99804688 1382.09375 1331.12304688 c 0 - 1413.109375 1344.24804688 1448.109375 1350.73242188 1487.171875 1350.73242188 c 0 - 1544.125 1350.73242188 1589.75 1338.46679688 1623.96875 1313.77929688 c 0 - 1658.1875 1289.16992188 1685.609375 1252.21679688 1706.078125 1202.91992188 c 1 - 1677.27636719 1186.93066406 1648.47363281 1170.94042969 1619.671875 1154.95117188 c 1 - 1608.109375 1192.68554688 1592.015625 1219.87304688 1571.15625 1236.51367188 c 0 - 1550.375 1253.15429688 1522.40625 1261.51367188 1487.171875 1261.51367188 c 0 - 1441.78125 1261.51367188 1406.390625 1245.81054688 1381.078125 1214.48242188 c 0 - 1355.84375 1183.07617188 1343.1875 1139.87304688 1343.1875 1084.87304688 c 1 - 1343.1875 1031.09667969 1343.1875 977.321289062 1343.1875 923.544921875 c 1 - 1343.1875 868.544921875 1355.84375 825.341796875 1381.078125 793.935546875 c 0 - 1406.390625 762.607421875 1441.78125 746.904296875 1487.171875 746.904296875 c 0 - 1523.03125 746.904296875 1552.015625 755.888671875 1574.046875 773.779296875 c 0 - 1596.15625 791.748046875 1613.265625 820.498046875 1625.453125 860.185546875 c 1 - 1653.60449219 843.544921875 1681.75488281 826.904296875 1709.90625 810.263671875 c 1 - 1688.8125 761.044921875 1660.609375 723.232421875 1625.453125 696.982421875 c 0 - 1590.21875 670.732421875 1544.125 657.685546875 1487.171875 657.685546875 c 0xf7ce +418.234375 -253.330078125 m 0xe3dc + 346.59375 -253.330078125 292.6875 -231.298828125 256.515625 -187.158203125 c 0 + 220.34375 -142.939453125 202.296875 -78.642578125 202.296875 5.810546875 c 0 + 202.296875 46.123046875 207.375 86.435546875 217.609375 126.826171875 c 0 + 227.84375 167.138671875 242.609375 205.654296875 261.75 242.451171875 c 0 + 280.96875 279.248046875 303.859375 313.701171875 330.421875 345.654296875 c 0 + 356.984375 377.685546875 386.59375 405.185546875 419.25 428.232421875 c 1 + 465.004882812 428.232421875 510.760742188 428.232421875 556.515625 428.232421875 c 1 + 517.453125 398.154296875 483.859375 369.482421875 455.734375 342.294921875 c 0 + 427.53125 315.107421875 403.703125 288.076171875 384.171875 261.201171875 c 0 + 364.640625 234.326171875 348.859375 206.669921875 336.671875 178.154296875 c 0 + 324.484375 149.638671875 315.1875 118.779296875 308.859375 85.498046875 c 1 + 313 85.498046875 317.140625 85.498046875 321.28125 85.498046875 c 1 + 332.21875 116.201171875 349.484375 139.716796875 373.15625 156.044921875 c 0 + 396.828125 172.373046875 424.953125 180.576171875 457.609375 180.576171875 c 0 + 511.984375 180.576171875 555.03125 162.919921875 586.75 127.763671875 c 0 + 618.390625 92.529296875 634.25 40.732421875 634.25 -27.783203125 c 0 + 634.25 -98.798828125 615.890625 -154.189453125 579.09375 -193.876953125 c 0 + 542.296875 -233.564453125 488.625 -253.330078125 418.234375 -253.330078125 c 0xe3dc +418.234375 -167.939453125 m 256 + 490.578125 -167.939453125 526.75 -128.251953125 526.75 -48.876953125 c 1 + 526.75 -40.5703125 526.75 -32.2626953125 526.75 -23.955078125 c 1 + 526.75 55.419921875 490.578125 95.107421875 418.234375 95.107421875 c 256 + 345.96875 95.107421875 309.796875 55.419921875 309.796875 -23.955078125 c 1 + 309.796875 -32.2626953125 309.796875 -40.5703125 309.796875 -48.876953125 c 1 + 309.796875 -128.251953125 345.96875 -167.939453125 418.234375 -167.939453125 c 256 +278.890625 624.169921875 m 1xc7ec + 213.291992188 847.529296875 147.692382812 1070.88867188 82.09375 1294.24804688 c 1 + 117.614257812 1294.24804688 153.135742188 1294.24804688 188.65625 1294.24804688 c 1 + 228.317382812 1153.77929688 267.979492188 1013.31054688 307.640625 872.841796875 c 1 + 316.9375 820.6796875 326.234375 768.518554688 335.53125 716.357421875 c 1 + 339.671875 716.357421875 343.8125 716.357421875 347.953125 716.357421875 c 1 + 357.25 768.518554688 366.546875 820.6796875 375.84375 872.841796875 c 1 + 415.192382812 1013.31054688 454.541992188 1153.77929688 493.890625 1294.24804688 c 1 + 528.786132812 1294.24804688 563.682617188 1294.24804688 598.578125 1294.24804688 c 1 + 533.291992188 1070.88867188 468.004882812 847.529296875 402.71875 624.169921875 c 1 + 361.442382812 624.169921875 320.166992188 624.169921875 278.890625 624.169921875 c 1xc7ec +802.40625 624.169921875 m 1 + 768.473632812 624.169921875 734.541992188 624.169921875 700.609375 624.169921875 c 1 + 700.609375 847.529296875 700.609375 1070.88867188 700.609375 1294.24804688 c 1 + 788.942382812 1294.24804688 877.276367188 1294.24804688 965.609375 1294.24804688 c 1 + 1023.1875 1294.24804688 1066.546875 1277.13867188 1095.6875 1242.91992188 c 0 + 1124.75 1208.62304688 1139.359375 1159.56054688 1139.359375 1095.49804688 c 0 + 1139.359375 1043.70117188 1129.75 1001.74804688 1110.53125 969.794921875 c 0 + 1091.3125 937.763671875 1062.5625 916.357421875 1024.125 905.419921875 c 1 + 1066.703125 811.669921875 1109.28125 717.919921875 1151.859375 624.169921875 c 1 + 1114.09863281 624.169921875 1076.33886719 624.169921875 1038.578125 624.169921875 c 1 + 999.854492188 715.3671875 961.129882812 806.565429688 922.40625 897.763671875 c 1 + 882.40625 897.763671875 842.40625 897.763671875 802.40625 897.763671875 c 1 + 802.40625 806.565429688 802.40625 715.3671875 802.40625 624.169921875 c 1 +956.9375 983.232421875 m 1 + 981.234375 983.232421875 999.671875 989.482421875 1012.171875 1001.90429688 c 0 + 1024.59375 1014.40429688 1030.84375 1034.71679688 1030.84375 1062.91992188 c 1 + 1030.84375 1083.70117188 1030.84375 1104.48242188 1030.84375 1125.26367188 c 1 + 1030.84375 1153.46679688 1024.59375 1173.77929688 1012.171875 1186.27929688 c 0 + 999.671875 1198.70117188 981.234375 1204.95117188 956.9375 1204.95117188 c 1 + 905.426757812 1204.95117188 853.916992188 1204.95117188 802.40625 1204.95117188 c 1 + 802.40625 1131.04492188 802.40625 1057.13867188 802.40625 983.232421875 c 1 + 853.916992188 983.232421875 905.426757812 983.232421875 956.9375 983.232421875 c 1 +1487.171875 612.685546875 m 0xcbcd + 1448.109375 612.685546875 1413.109375 619.248046875 1382.09375 632.294921875 c 0 + 1351 645.419921875 1324.4375 666.123046875 1302.40625 694.248046875 c 0 + 1280.296875 722.373046875 1263.34375 758.388671875 1251.46875 802.216796875 c 0 + 1239.671875 846.123046875 1233.734375 898.388671875 1233.734375 959.248046875 c 256 + 1233.734375 1020.02929688 1239.671875 1072.29492188 1251.46875 1116.20117188 c 0 + 1263.34375 1160.02929688 1280.296875 1196.04492188 1302.40625 1224.16992188 c 0 + 1324.4375 1252.29492188 1351 1272.99804688 1382.09375 1286.12304688 c 0 + 1413.109375 1299.24804688 1448.109375 1305.73242188 1487.171875 1305.73242188 c 0 + 1544.125 1305.73242188 1589.75 1293.46679688 1623.96875 1268.77929688 c 0 + 1658.1875 1244.16992188 1685.609375 1207.21679688 1706.078125 1157.91992188 c 1 + 1677.27636719 1141.9296875 1648.47363281 1125.94042969 1619.671875 1109.95117188 c 1 + 1608.109375 1147.68554688 1592.015625 1174.87304688 1571.15625 1191.51367188 c 0 + 1550.375 1208.15429688 1522.40625 1216.51367188 1487.171875 1216.51367188 c 0 + 1441.78125 1216.51367188 1406.390625 1200.81054688 1381.078125 1169.48242188 c 0 + 1355.84375 1138.07617188 1343.1875 1094.87304688 1343.1875 1039.87304688 c 1 + 1343.1875 986.096679688 1343.1875 932.3203125 1343.1875 878.544921875 c 1 + 1343.1875 823.544921875 1355.84375 780.341796875 1381.078125 748.935546875 c 0 + 1406.390625 717.607421875 1441.78125 701.904296875 1487.171875 701.904296875 c 0 + 1523.03125 701.904296875 1552.015625 710.888671875 1574.046875 728.779296875 c 0 + 1596.15625 746.748046875 1613.265625 775.498046875 1625.453125 815.185546875 c 1 + 1653.60449219 798.544921875 1681.75488281 781.904296875 1709.90625 765.263671875 c 1 + 1688.8125 716.044921875 1660.609375 678.232421875 1625.453125 651.982421875 c 0 + 1590.21875 625.732421875 1544.125 612.685546875 1487.171875 612.685546875 c 0xcbcd +1289.23339844 435.383789062 m 1 + 1289.23339844 -25.1181640625 l 1 + 1585.29882812 247.456054688 l 1 + 1585.29882812 117.280273438 l 1 + 1187.45410156 -248.998046875 l 1xd3ce + 1187.45410156 211.504882812 l 1 + 891.388671875 -61.0693359375 l 1 + 891.388671875 69.1064453125 l 1 + 1289.23339844 435.383789062 l 1 +EndSplineSet +EndChar + +StartChar: uniE136 +Encoding: 57654 57654 60 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +92 677 m 25 + 1700 677 l 25 + 1700 607 l 1 + 92 607 l 25 + 92 677 l 25 +1309.57341482 1153 m 1 + 1169.86816406 1292.70605469 l 1 + 1212.29394531 1335.13183594 l 1 + 1352 1195.42658518 l 1 + 1352 1393 l 1 + 1412 1393 l 1 + 1412 1195.42658518 l 1 + 1551.70605469 1335.13183594 l 1 + 1594.13183594 1292.70605469 l 1 + 1454.42658518 1153 l 1 + 1652 1153 l 1 + 1652 1093 l 1 + 1454.42658518 1093 l 1 + 1594.13183594 953.293945312 l 1 + 1551.70605469 910.868164062 l 1 + 1412 1050.57341482 l 1 + 1412 853 l 1 + 1352 853 l 1 + 1352 1050.57341482 l 1 + 1212.29394531 910.868164062 l 1 + 1169.86816406 953.293945312 l 1 + 1309.57341482 1093 l 1 + 1112 1093 l 1 + 1112 1153 l 1 + 1309.57341482 1153 l 1 +EndSplineSet +EndChar + +StartChar: uniE139 +Encoding: 57657 57657 61 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +92 697 m 17 + 227.833184128 697 447.833007812 697 576 697 c 9 + 506 587 l 1 + 92 587 l 25 + 92 697 l 17 +1298 400.009804473 m 0 + 1149.99557198 400.009804473 978.301939614 182.978627264 937.502759621 122.102053897 c 0 + 932.819590546 115.146853107 807.713428283 -69.2653328143 650.703185768 -155.298342412 c 0 + 603.151061335 -181.354301005 550.315684332 -199.990195527 494 -199.990195527 c 0 + 385.93393271 -199.990195527 277.823349205 -130.541577574 180.364460714 -33.0826890824 c 0 + 102.345482194 44.9362894375 51.571041257 120.507300119 50.4972403793 122.102053897 c 0 + 44.8389497751 130.50545578 42.009804473 140.25272789 42.009804473 150 c 0 + 42.009804473 177.625937316 64.3743280499 199.990195527 92 199.990195527 c 0 + 98.5132748071 199.990195527 119.741348857 198.335684851 133.502759621 177.897946103 c 0 + 174.208972624 117.160089048 345.939397819 -100.009804473 494 -100.009804473 c 0 + 642.004426081 -100.009804473 813.698055818 117.021366792 854.497240379 177.897946103 c 0 + 859.180361743 184.853076837 984.286541968 369.265316513 1141.29681423 455.298342412 c 0 + 1188.84893867 481.354301005 1241.68431567 499.990195527 1298 499.990195527 c 0 + 1406.06606729 499.990195527 1514.1766508 430.541577574 1611.63553929 333.082689082 c 0 + 1689.65451676 255.063711608 1740.42896045 179.492697162 1741.50275813 177.897948311 c 0 + 1747.16104973 169.494545927 1749.99019553 159.747272963 1749.99019553 150 c 0 + 1749.99019553 122.374062684 1727.62567195 100.009804473 1700 100.009804473 c 0 + 1693.4867253 100.009804473 1672.25865286 101.664314962 1658.49724187 122.102051689 c 0 + 1617.79101811 182.839923905 1446.06059764 400.009804473 1298 400.009804473 c 0 +1216 697 m 25 + 1700 697 l 25 + 1700 587 l 1 + 1286 587 l 25 + 1216 697 l 25 +790 880 m 29 + 790 630 l 5 + 640 630 l 5 + 896 390 l 5 + 1152 630 l 5 + 1002 630 l 5 + 1002 880 l 5 + 790 880 l 29 +99.5087890625 1039.79980469 m 0 + 99.5087890625 1062.69042969 104.517578125 1149.43945312 180.448242188 1149.43945312 c 0 + 204.2109375 1149.43945312 221.102539062 1139.33984375 237.377929688 1100.60253906 c 1 + 243.907226562 1104.19824219 253.744140625 1107.96289062 266.291992188 1107.96289062 c 0 + 321.188476562 1107.96289062 325.920898438 1049.36523438 328.561523438 1016.66113281 c 1 + 334.37109375 1024.6640625 348.95703125 1040.48339844 373.474609375 1040.48339844 c 0 + 419.530273438 1040.48339844 373.942418531 963.223860309 379.06572425 933.299664616 c 1 + 381.327793283 933.894620869 385.938268172 934.990195527 392 934.990195527 c 0 + 411.827714938 934.990195527 488.111328125 963.079101562 505.390625 934.30078125 c 1 + 510.904296875 936.8203125 521.263671875 941.403320312 536.791015625 941.403320312 c 0 + 546.374023438 941.403320312 555 939.602539062 563.022460938 936.067382812 c 1 + 571.788085938 960.19921875 575.23828125 985.63671875 588.708984375 1011.61816406 c 0 + 595.147460938 1028.38769531 606.12890625 1056.99023438 640.709960938 1056.99023438 c 0 + 644.639648438 1056.99023438 652.493164062 1056.53417969 660.255859375 1053.40625 c 1 + 665.560546875 1059.63671875 670.994140625 1066.29980469 676.616210938 1073.24804688 c 0 + 716.349609375 1122.35546875 770.275390625 1175.79199219 816.799804688 1175.79199219 c 0 + 823.483398438 1175.79199219 837.6015625 1174.34082031 849.3359375 1163.43359375 c 1 + 871.3828125 1189.38476562 914.88671875 1270.59179688 954.5 1270.59179688 c 0 + 979.115234375 1270.59179688 1007.45019531 1202.10742188 1020.44824219 1180.60546875 c 1 + 1070.74316406 1223.50097656 1109.04394531 1284.6953125 1131.8984375 1331.69726562 c 0 + 1133.33789062 1334.65722656 1144.61523438 1355.79199219 1173.20019531 1355.79199219 c 0 + 1179.78808594 1355.79199219 1195.2109375 1354.33398438 1207.27148438 1341.93261719 c 1 + 1212.80566406 1351.27929688 1251.60449219 1413.39257812 1305.5 1413.39257812 c 0 + 1314.7578125 1413.39257812 1339.18847656 1411.47851562 1357.54785156 1389.74609375 c 1 + 1376.390625 1408.06738281 1403.87597656 1427.79199219 1427 1427.79199219 c 0 + 1461.81835938 1427.79199219 1477.15917969 1399.11425781 1494.55371094 1366.59570312 c 1 + 1500.68164062 1367.84082031 1506.94824219 1368.48046875 1513.140625 1368.48046875 c 0 + 1582.69140625 1368.48046875 1630.35546875 1292.50292969 1666.21972656 1218.80859375 c 1 + 1684.43457031 1217.25878906 1710.13574219 1206.66503906 1710.13574219 1159.22558594 c 0 + 1710.13574219 1150.05371094 1709.23242188 1141.41796875 1709.23242188 1132.12304688 c 0 + 1709.23242188 1126.859375 1728.49121094 1084.65136719 1728.49121094 1071 c 0 + 1728.49121094 1048.89941406 1708.36328125 1031.0078125 1683.5 1031.0078125 c 0 + 1663.57324219 1031.0078125 1646.45800781 1042.546875 1640.63085938 1058.82617188 c 0 + 1619.16308594 1118.80175781 1619.16308594 1118.80175781 1619.16308594 1132.79003906 c 0 + 1619.16308594 1135.296875 1619.22851562 1137.69335938 1619.32128906 1139.984375 c 0 + 1581.66796875 1159.54785156 1561.13476562 1260.28125 1513.80664062 1287.44921875 c 1 + 1505.60253906 1283.50683594 1495.08496094 1280.22558594 1482.78222656 1280.22558594 c 0 + 1441.12597656 1280.22558594 1422.16796875 1315.4296875 1415.76855469 1327.31347656 c 1 + 1381.70898438 1291.15332031 1371.77539062 1280.60742188 1348.70019531 1280.60742188 c 0 + 1341.39257812 1280.60742188 1312.05957031 1282.828125 1295.11816406 1317.14453125 c 1 + 1275.80371094 1291.15527344 1264.27246094 1251.75878906 1239.70996094 1220.78222656 c 0 + 1236.23046875 1216.39355469 1224.37792969 1203.80761719 1202.90039062 1203.80761719 c 0 + 1192.05175781 1203.80761719 1176.265625 1207.43945312 1161.0546875 1224.14453125 c 1 + 1136.83105469 1197.91308594 1109.80566406 1174.46875 1075.62011719 1145.31933594 c 0 + 1020.37011719 1098.20800781 1030.37011719 1078.20800781 1013.09960938 1078.20800781 c 0 + 1001.24023438 1078.20800781 966.395507812 1133.32226562 943.672851562 1170.82617188 c 1 + 923.020507812 1148.97265625 905.580078125 1094.11523438 880.40625 1071.73828125 c 0 + 857.72265625 1051.57519531 846.610351562 1047.80761719 833 1047.80761719 c 0 + 823.0625 1047.80761719 804.573242188 1050.96679688 789.580078125 1071.55078125 c 1 + 752.1640625 1036.72070312 701.99609375 953.989257812 659.7109375 947.580078125 c 1 + 646.875 902.78515625 635.311523438 862.428710938 587.28515625 839.092773438 c 0 + 580.58203125 835.8359375 573.141601562 834.208007812 565.700195312 834.208007812 c 0 + 559.9765625 834.208007812 544.49609375 834.208007812 528.258789062 851.236328125 c 1 + 520.1875 845.29296875 511.651367188 839.0078125 495.5 839.0078125 c 0 + 487.866210938 839.0078125 466.161132812 841.375 445.301757812 865.78515625 c 1 + 435.313476562 852.72265625 422.349609375 846.208007812 406.400390625 846.208007812 c 0 + 372.296875 846.208007812 362.993164062 873.900390625 359.765625 883.509765625 c 1 + 343.77734375 863.122070312 324.138671875 850.01953125 300.072265625 850.01953125 c 0 + 283.0859375 850.01953125 240.138671875 856.994140625 240.138671875 927.532226562 c 0 + 240.138671875 937.625 243.504799533 948.656539087 242.41015625 961.173828125 c 0 + 241.9140625 966.846679688 197.275390625 934.881835938 196.833007812 942 c 1 + 191.255859375 939.947265625 153.922015972 933.808561782 149 937.009804473 c 0 + 84.8836733809 978.710587881 152.290039062 944.85546875 142.833007812 963 c 1 + 134.045898438 955.189453125 156.018554688 999.80859375 144.49609375 999.80859375 c 0 + 119.635742188 999.80859375 99.5087890625 1017.70019531 99.5087890625 1039.79980469 c 0 +EndSplineSet +EndChar + +StartChar: uniE137 +Encoding: 57655 57655 62 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +92 677 m 1 + 1064.83334229 677 1700 1412.66674805 1700 1494 c 1 + 1700 872 1700 360 1700 -219 c 1 + 1700 -111.333190918 1052.83334265 607 92 607 c 1 + 92 627 92 645.666666667 92 677 c 1 +EndSplineSet +EndChar + +StartChar: uniE138 +Encoding: 57656 57656 63 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +1700 677 m 1 + 727.166992188 677 92 1412.66699219 92 1494 c 1 + 92 872 92 360 92 -219 c 1 + 92 -111.333007812 739.166992188 607 1700 607 c 1 + 1700 627 1700 645.666992188 1700 677 c 1 +EndSplineSet +EndChar + +StartChar: uniE13A +Encoding: 57658 57658 64 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +1432 1353 m 9 + 1432 1173 l 1 + 1612 1173 l 1 + 1612 1073 l 1 + 1432 1073 l 1 + 1432 893 l 25 + 1332 893 l 25 + 1332 1073 l 1 + 1152 1073 l 1 + 1152 1173 l 1 + 1332 1173 l 1 + 1332 1353 l 17 + 1432 1353 l 9 +92 677 m 25 + 1700 677 l 25 + 1700 607 l 1 + 92 607 l 25 + 92 677 l 25 +EndSplineSet +EndChar + +StartChar: uniE13B +Encoding: 57659 57659 65 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +1185.02539062 520 m 1 + 1185.02539062 952 l 1 + 1345.02539062 952 l 1 + 1139.02539062 1242 l 1 + 933.025390625 952 l 1 + 1093.02539062 952 l 1 + 1093.02539062 520 l 1 + 1185.02539062 520 l 1 +1039 578 m 1 + 837.650390625 578 l 1 + 763.55078125 364.203125 l 1 + 712.850585938 426.109375 l 1 + 650.450195312 257.4921875 l 1 + 601.700195312 371.125976562 l 1 + 554.900390625 165.8515625 l 1 + 492.5 393.122070312 l 1 + 434 132.860351562 l 1 + 375.5 217.170898438 l 1 + 320.900390625 77.8740234375 l 1 + 295.55078125 184.1796875 l 1 + 246.80078125 -39.423828125 l 1 + 231.200195312 106.947265625 l 1 + 176.600585938 -193.381835938 l 1 + 121.75 67.0830078125 l 1 + 83 557.821289062 l 1 + 83 695.178710938 l 1 + 121.75 1185.91699219 l 1 + 176.600585938 1446.38183594 l 1 + 231.200195312 1109.14160156 l 1 + 246.80078125 1292.42382812 l 1 + 295.55078125 1068.8203125 l 1 + 320.900390625 1175.12597656 l 1 + 375.5 1035.82910156 l 1 + 434 1120.13964844 l 1 + 492.5 859.877929688 l 1 + 554.900390625 1087.1484375 l 1 + 601.700195312 881.874023438 l 1 + 650.450195312 995.5078125 l 1 + 712.850585938 826.890625 l 1 + 763.55078125 888.796875 l 1 + 837.650390625 675 l 1 + 1039 675 l 1 + 1039 578 l 1 +1537 675 m 1 + 1675.02539062 675 l 9 + 1675.02539062 578 l 17 + 1537 578 l 1 + 1537 675 l 1 +1349 578 m 1 + 1233.99999374 578 l 1 + 1233.99999374 675 l 1 + 1349 675 l 1 + 1349 578 l 1 +1485.02539062 733 m 1 + 1485.02539062 301 l 1 + 1645.02539062 301 l 1 + 1439.02539062 11 l 1 + 1233.02539062 301 l 1 + 1393.02539062 301 l 1 + 1393.02539062 733 l 1 + 1485.02539062 733 l 1 +EndSplineSet +EndChar + +StartChar: uniE13C +Encoding: 57660 57660 66 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +820 349 m 25 + 820 89 l 1 + 620 89 l 1 + 896 -201 l 1 + 1172 89 l 1 + 972 89 l 1 + 972 349 l 1 + 820 349 l 25 +820 953.591796875 m 29 + 820 1213.59179688 l 5 + 620 1213.59179688 l 5 + 896 1503.59179688 l 5 + 1172 1213.59179688 l 5 + 972 1213.59179688 l 5 + 972 953.591796875 l 5 + 820 953.591796875 l 29 +1700 642.479492188 m 1 + 1644 668.879882812 l 1 + 1530 725.040039062 l 1 + 1452 720.720703125 l 1 + 1356 786.959960938 l 1 + 1281 742.3203125 l 1 + 1209 822.959960938 l 1 + 1113 733.6796875 l 1 + 1023 835.919921875 l 1 + 933 802.799804688 l 1 + 849 857.520507812 l 1 + 810 815.759765625 l 1 + 735 903.599609375 l 1 + 711 831.599609375 l 1 + 627 964.080078125 l 1 + 558 851.759765625 l 1 + 483 762.479492188 l 1 + 426 861.83984375 l 1 + 351 936.720703125 l 1 + 297 877.6796875 l 25 + 207 959.759765625 l 1 + 186 817.200195312 l 1 + 129 749.520507812 l 1 + 92 641.520507812 l 1 + 129 541.200195312 l 1 + 186 466.799804688 l 1 + 207 324.240234375 l 1 + 297 406.3203125 l 25 + 351 347.279296875 l 1 + 426 422.16015625 l 1 + 483 521.520507812 l 1 + 558 432.240234375 l 1 + 627 319.919921875 l 1 + 711 452.400390625 l 1 + 735 380.400390625 l 1 + 810 468.240234375 l 1 + 849 426.479492188 l 1 + 933 481.200195312 l 1 + 1023 448.080078125 l 1 + 1113 550.3203125 l 1 + 1209 461.040039062 l 1 + 1281 541.6796875 l 1 + 1356 497.040039062 l 1 + 1452 563.279296875 l 1 + 1530 558.959960938 l 1 + 1644 615.120117188 l 1 + 1700 642.479492188 l 1 +EndSplineSet +EndChar + +StartChar: uniE13D +Encoding: 57661 57661 67 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +365 -62 m 5 + 365 -222 l 5 + 75 -16 l 5 + 365 190 l 5 + 365 30 l 5 + 1427 30 l 5 + 1427 190 l 5 + 1717 -16 l 5 + 1427 -222 l 5 + 1427 -62 l 5 + 365 -62 l 5 +102.450195312 789.541015625 m 5 + 179.950195312 403.98046875 l 5 + 289.650390625 199.33984375 l 5 + 398.849609375 435.30078125 l 5 + 430.049804688 320.30078125 l 5 + 527.549804688 495.98046875 l 5 + 578.25 412.458984375 l 5 + 687.450195312 521.900390625 l 5 + 804.450195312 455.66015625 l 5 + 921.450195312 660.140625 l 5 + 1046.25 481.580078125 l 5 + 1139.84960938 642.859375 l 5 + 1237.34960938 553.580078125 l 5 + 1362.15039062 686.05859375 l 5 + 1463.54980469 637.419921875 l 5 + 1611.75 789.740234375 l 5 + 1684.54980469 844.458984375 l 5 + 1611.75 897.259765625 l 5 + 1463.54980469 1049.58007812 l 5 + 1362.15039062 1000.94140625 l 5 + 1237.34960938 1133.41992188 l 5 + 1139.84960938 1044.140625 l 5 + 1046.25 1205.41992188 l 5 + 921.450195312 1026.859375 l 5 + 804.450195312 1231.33984375 l 5 + 687.450195312 1165.09960938 l 5 + 578.25 1274.54101562 l 5 + 527.549804688 1191.01953125 l 5 + 430.049804688 1366.69921875 l 5 + 398.849609375 1222.69921875 l 5 + 289.650390625 1487.66015625 l 5 + 179.950195312 1283.01953125 l 5 + 102.450195312 897.458984375 l 5 + 102.450195312 789.541015625 l 5 +EndSplineSet +EndChar + +StartChar: uniE13E +Encoding: 57662 57662 68 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +1432 1353 m 13 + 1432 1173 l 5 + 1612 1173 l 5 + 1612 1073 l 5 + 1432 1073 l 5 + 1432 893 l 29 + 1332 893 l 29 + 1332 1073 l 5 + 1152 1073 l 5 + 1152 1173 l 5 + 1332 1173 l 5 + 1332 1353 l 21 + 1432 1353 l 13 +1018.75 568.98046875 m 1 + 870.549804688 214.33984375 l 1 + 769.150390625 311.6171875 l 1 + 644.349609375 46.66015625 l 1 + 546.849609375 225.21875 l 1 + 453.25 -97.33984375 l 1 + 328.450195312 259.78125 l 1 + 211.450195312 -149.1796875 l 1 + 94.4501953125 -16.69921875 l 1 + 94.4501953125 1269.69921875 l 1 + 211.450195312 1402.1796875 l 1 + 328.450195312 993.21875 l 1 + 453.25 1350.33984375 l 1 + 546.849609375 1027.78125 l 1 + 644.349609375 1206.33984375 l 1 + 769.150390625 941.3828125 l 1 + 870.549804688 1038.66015625 l 1 + 1018.75 684.01953125 l 9 + 1698 684 l 25 + 1698 568 l 25 + 1018.75 568.98046875 l 1 +EndSplineSet +EndChar + +StartChar: uniE13F +Encoding: 57663 57663 69 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +203 1027 m 5 + 635 1027 l 5 + 635 1187 l 5 + 925 981 l 5 + 635 775 l 5 + 635 935 l 5 + 203 935 l 5 + 203 1027 l 5 +118 675 m 29 + 118 578 l 29 + 955.375 578 l 5 + 1029.47460938 364.203125 l 5 + 1080.17480469 426.109375 l 5 + 1142.57519531 257.4921875 l 5 + 1191.32519531 371.125976562 l 5 + 1238.125 165.8515625 l 5 + 1300.52539062 393.122070312 l 5 + 1359.02539062 132.860351562 l 5 + 1417.52539062 217.170898438 l 5 + 1472.125 77.8740234375 l 5 + 1497.47460938 184.1796875 l 5 + 1546.22460938 -39.423828125 l 5 + 1561.82519531 106.947265625 l 5 + 1616.42480469 -193.381835938 l 5 + 1671.27539062 67.0830078125 l 5 + 1710.02539062 557.821289062 l 5 + 1710.02539062 695.178710938 l 5 + 1671.27539062 1185.91699219 l 5 + 1616.42480469 1446.38183594 l 5 + 1561.82519531 1109.14160156 l 5 + 1546.22460938 1292.42382812 l 5 + 1497.47460938 1068.8203125 l 5 + 1472.125 1175.12597656 l 5 + 1417.52539062 1035.82910156 l 5 + 1359.02539062 1120.13964844 l 5 + 1300.52539062 859.877929688 l 5 + 1238.125 1087.1484375 l 5 + 1191.32519531 881.874023438 l 5 + 1142.57519531 995.5078125 l 5 + 1080.17480469 826.890625 l 5 + 1029.47460938 888.796875 l 5 + 955.375 675 l 5 + 118 675 l 29 +805 318 m 5 + 373 318 l 5 + 373 478 l 5 + 83 272 l 5 + 373 66 l 5 + 373 226 l 5 + 805 226 l 5 + 805 318 l 5 +EndSplineSet +EndChar + +StartChar: uniE140 +Encoding: 57664 57664 70 +Width: 1792 +Flags: HW +LayerCount: 2 +Fore +SplineSet +1132 160 m 1 + 1132 260 l 1 + 1592 260 l 1 + 1592 160 l 1 + 1132 160 l 1 +1412 1340 m 9 + 1412 1160 l 1 + 1592 1160 l 1 + 1592 1060 l 1 + 1412 1060 l 1 + 1412 880 l 25 + 1312 880 l 25 + 1312 1060 l 1 + 1132 1060 l 1 + 1132 1160 l 1 + 1312 1160 l 1 + 1312 1340 l 17 + 1412 1340 l 9 +480 920 m 13 + 480 740 l 5 + 660 740 l 5 + 660 640 l 5 + 480 640 l 5 + 480 460 l 29 + 380 460 l 29 + 380 640 l 5 + 200 640 l 5 + 200 740 l 5 + 380 740 l 5 + 380 920 l 21 + 480 920 l 13 +941 1446 m 25 + 941 -162 l 25 + 851 -162 l 1 + 851 1446 l 25 + 941 1446 l 25 +EndSplineSet +EndChar + +StartChar: uniE141 +Encoding: 57665 57665 71 +Width: 1792 +Flags: HWO +LayerCount: 2 +Fore +SplineSet +92 677 m 25 + 1700 677 l 25 + 1700 607 l 1 + 92 607 l 25 + 92 677 l 25 EndSplineSet EndChar EndChars diff --git a/res/icons.ttf b/res/icons.ttf index ad1c9a55c..949887040 100644 Binary files a/res/icons.ttf and b/res/icons.ttf differ diff --git a/scripts/release-linux.sh b/scripts/release-linux.sh index 030f8259f..0c744296f 100755 --- a/scripts/release-linux.sh +++ b/scripts/release-linux.sh @@ -14,7 +14,7 @@ fi cd linuxbuild -cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-O3" -DCMAKE_CXX_FLAGS="-O3 -Wall -Wextra -Wno-unused-parameter -Werror" .. || exit 1 +cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS="-O3" -DCMAKE_CXX_FLAGS="-O3 -Wall -Wextra -Wno-unused-parameter -Werror" -DWITH_DEMOS=ON -DWITH_INSTRUMENTS=ON -DWITH_WAVETABLES=ON .. || exit 1 make -j4 || exit 1 cd .. diff --git a/scripts/release-win32.sh b/scripts/release-win32.sh index fdd0b4c6f..fc056f5ec 100755 --- a/scripts/release-win32.sh +++ b/scripts/release-win32.sh @@ -34,6 +34,11 @@ cp -r ../../wavetables wavetables || exit 1 i686-w64-mingw32-strip -s furnace.exe || exit 1 +# patch to remove GetTickCount64 +xxd -c 256 -ps furnace.exe | sed "s/4765745469636b436f756e743634/4765745469636b436f756e740000/g" | xxd -ps -r > furnace-patched.exe +rm furnace.exe +mv furnace-patched.exe furnace.exe + zip -r furnace.zip LICENSE.txt furnace.exe README.txt papers doc demos instruments wavetables furName=$(git describe --tags | sed "s/v0/0/") diff --git a/src/engine/dispatchContainer.cpp b/src/engine/dispatchContainer.cpp index ac92b23f4..49222c390 100644 --- a/src/engine/dispatchContainer.cpp +++ b/src/engine/dispatchContainer.cpp @@ -219,7 +219,7 @@ void DivDispatchContainer::clear() { } } -void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, double gotRate, const DivConfig& flags) { +void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, double gotRate, const DivConfig& flags, bool isRender) { // quit if we already initialized if (dispatch!=NULL) return; @@ -231,33 +231,57 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do break; case DIV_SYSTEM_YM2612: dispatch=new DivPlatformGenesis; - ((DivPlatformGenesis*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + if (isRender) { + ((DivPlatformGenesis*)dispatch)->setYMFM(eng->getConfInt("ym2612CoreRender",0)); + } else { + ((DivPlatformGenesis*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + } ((DivPlatformGenesis*)dispatch)->setSoftPCM(false); break; case DIV_SYSTEM_YM2612_EXT: dispatch=new DivPlatformGenesisExt; - ((DivPlatformGenesisExt*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + if (isRender) { + ((DivPlatformGenesisExt*)dispatch)->setYMFM(eng->getConfInt("ym2612CoreRender",0)); + } else { + ((DivPlatformGenesisExt*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + } ((DivPlatformGenesisExt*)dispatch)->setSoftPCM(false); break; case DIV_SYSTEM_YM2612_CSM: dispatch=new DivPlatformGenesisExt; - ((DivPlatformGenesisExt*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + if (isRender) { + ((DivPlatformGenesisExt*)dispatch)->setYMFM(eng->getConfInt("ym2612CoreRender",0)); + } else { + ((DivPlatformGenesisExt*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + } ((DivPlatformGenesisExt*)dispatch)->setSoftPCM(false); ((DivPlatformGenesisExt*)dispatch)->setCSMChannel(6); break; case DIV_SYSTEM_YM2612_DUALPCM: dispatch=new DivPlatformGenesis; - ((DivPlatformGenesis*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + if (isRender) { + ((DivPlatformGenesis*)dispatch)->setYMFM(eng->getConfInt("ym2612CoreRender",0)); + } else { + ((DivPlatformGenesis*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + } ((DivPlatformGenesis*)dispatch)->setSoftPCM(true); break; case DIV_SYSTEM_YM2612_DUALPCM_EXT: dispatch=new DivPlatformGenesisExt; - ((DivPlatformGenesisExt*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + if (isRender) { + ((DivPlatformGenesisExt*)dispatch)->setYMFM(eng->getConfInt("ym2612CoreRender",0)); + } else { + ((DivPlatformGenesisExt*)dispatch)->setYMFM(eng->getConfInt("ym2612Core",0)); + } ((DivPlatformGenesisExt*)dispatch)->setSoftPCM(true); break; case DIV_SYSTEM_SMS: dispatch=new DivPlatformSMS; - ((DivPlatformSMS*)dispatch)->setNuked(eng->getConfInt("snCore",0)); + if (isRender) { + ((DivPlatformSMS*)dispatch)->setNuked(eng->getConfInt("snCoreRender",0)); + } else { + ((DivPlatformSMS*)dispatch)->setNuked(eng->getConfInt("snCore",0)); + } break; case DIV_SYSTEM_GB: dispatch=new DivPlatformGB; @@ -267,39 +291,71 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do break; case DIV_SYSTEM_NES: dispatch=new DivPlatformNES; - ((DivPlatformNES*)dispatch)->setNSFPlay(eng->getConfInt("nesCore",0)==1); + if (isRender) { + ((DivPlatformNES*)dispatch)->setNSFPlay(eng->getConfInt("nesCoreRender",0)==1); + } else { + ((DivPlatformNES*)dispatch)->setNSFPlay(eng->getConfInt("nesCore",0)==1); + } break; case DIV_SYSTEM_C64_6581: dispatch=new DivPlatformC64; - ((DivPlatformC64*)dispatch)->setCore(eng->getConfInt("c64Core",0)); + if (isRender) { + ((DivPlatformC64*)dispatch)->setCore(eng->getConfInt("c64CoreRender",1)); + } else { + ((DivPlatformC64*)dispatch)->setCore(eng->getConfInt("c64Core",0)); + } ((DivPlatformC64*)dispatch)->setChipModel(true); break; case DIV_SYSTEM_C64_8580: dispatch=new DivPlatformC64; - ((DivPlatformC64*)dispatch)->setCore(eng->getConfInt("c64Core",0)); + if (isRender) { + ((DivPlatformC64*)dispatch)->setCore(eng->getConfInt("c64CoreRender",1)); + } else { + ((DivPlatformC64*)dispatch)->setCore(eng->getConfInt("c64Core",0)); + } ((DivPlatformC64*)dispatch)->setChipModel(false); break; case DIV_SYSTEM_YM2151: dispatch=new DivPlatformArcade; - ((DivPlatformArcade*)dispatch)->setYMFM(eng->getConfInt("arcadeCore",0)==0); + if (isRender) { + ((DivPlatformArcade*)dispatch)->setYMFM(eng->getConfInt("arcadeCoreRender",1)==0); + } else { + ((DivPlatformArcade*)dispatch)->setYMFM(eng->getConfInt("arcadeCore",0)==0); + } break; case DIV_SYSTEM_YM2610: case DIV_SYSTEM_YM2610_FULL: dispatch=new DivPlatformYM2610; - ((DivPlatformYM2610*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + if (isRender) { + ((DivPlatformYM2610*)dispatch)->setCombo(eng->getConfInt("opnCoreRender",1)==1); + } else { + ((DivPlatformYM2610*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + } break; case DIV_SYSTEM_YM2610_EXT: case DIV_SYSTEM_YM2610_FULL_EXT: dispatch=new DivPlatformYM2610Ext; - ((DivPlatformYM2610Ext*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + if (isRender) { + ((DivPlatformYM2610Ext*)dispatch)->setCombo(eng->getConfInt("opnCoreRender",1)==1); + } else { + ((DivPlatformYM2610Ext*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + } break; case DIV_SYSTEM_YM2610B: dispatch=new DivPlatformYM2610B; - ((DivPlatformYM2610B*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + if (isRender) { + ((DivPlatformYM2610B*)dispatch)->setCombo(eng->getConfInt("opnCoreRender",1)==1); + } else { + ((DivPlatformYM2610B*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + } break; case DIV_SYSTEM_YM2610B_EXT: dispatch=new DivPlatformYM2610BExt; - ((DivPlatformYM2610BExt*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + if (isRender) { + ((DivPlatformYM2610BExt*)dispatch)->setCombo(eng->getConfInt("opnCoreRender",1)==1); + } else { + ((DivPlatformYM2610BExt*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + } break; case DIV_SYSTEM_AMIGA: dispatch=new DivPlatformAmiga; @@ -312,26 +368,46 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do break; case DIV_SYSTEM_FDS: dispatch=new DivPlatformFDS; - ((DivPlatformFDS*)dispatch)->setNSFPlay(eng->getConfInt("fdsCore",0)==1); + if (isRender) { + ((DivPlatformFDS*)dispatch)->setNSFPlay(eng->getConfInt("fdsCoreRender",1)==1); + } else { + ((DivPlatformFDS*)dispatch)->setNSFPlay(eng->getConfInt("fdsCore",0)==1); + } break; case DIV_SYSTEM_TIA: dispatch=new DivPlatformTIA; break; case DIV_SYSTEM_YM2203: dispatch=new DivPlatformYM2203; - ((DivPlatformYM2203*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + if (isRender) { + ((DivPlatformYM2203*)dispatch)->setCombo(eng->getConfInt("opnCoreRender",1)==1); + } else { + ((DivPlatformYM2203*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + } break; case DIV_SYSTEM_YM2203_EXT: dispatch=new DivPlatformYM2203Ext; - ((DivPlatformYM2203Ext*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + if (isRender) { + ((DivPlatformYM2203Ext*)dispatch)->setCombo(eng->getConfInt("opnCoreRender",1)==1); + } else { + ((DivPlatformYM2203Ext*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + } break; case DIV_SYSTEM_YM2608: dispatch=new DivPlatformYM2608; - ((DivPlatformYM2608*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + if (isRender) { + ((DivPlatformYM2608*)dispatch)->setCombo(eng->getConfInt("opnCoreRender",1)==1); + } else { + ((DivPlatformYM2608*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + } break; case DIV_SYSTEM_YM2608_EXT: dispatch=new DivPlatformYM2608Ext; - ((DivPlatformYM2608Ext*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + if (isRender) { + ((DivPlatformYM2608Ext*)dispatch)->setCombo(eng->getConfInt("opnCoreRender",1)==1); + } else { + ((DivPlatformYM2608Ext*)dispatch)->setCombo(eng->getConfInt("opnCore",1)==1); + } break; case DIV_SYSTEM_OPLL: case DIV_SYSTEM_OPLL_DRUMS: @@ -396,7 +472,11 @@ void DivDispatchContainer::init(DivSystem sys, DivEngine* eng, int chanCount, do break; case DIV_SYSTEM_POKEY: dispatch=new DivPlatformPOKEY; - ((DivPlatformPOKEY*)dispatch)->setAltASAP(eng->getConfInt("pokeyCore",1)==1); + if (isRender) { + ((DivPlatformPOKEY*)dispatch)->setAltASAP(eng->getConfInt("pokeyCoreRender",1)==1); + } else { + ((DivPlatformPOKEY*)dispatch)->setAltASAP(eng->getConfInt("pokeyCore",1)==1); + } break; case DIV_SYSTEM_QSOUND: dispatch=new DivPlatformQSound; diff --git a/src/engine/engine.cpp b/src/engine/engine.cpp index 477487709..4c1df9f7a 100644 --- a/src/engine/engine.cpp +++ b/src/engine/engine.cpp @@ -821,6 +821,11 @@ void DivEngine::runExportThread() { size_t fadeOutSamples=got.rate*exportFadeOut; size_t curFadeOutSample=0; bool isFadingOut=false; + + quitDispatch(); + initDispatch(true); + renderSamples(); + switch (exportMode) { case DIV_EXPORT_MODE_ONE: { SNDFILE* sf; @@ -833,6 +838,9 @@ void DivEngine::runExportThread() { sf=sfWrap.doOpen(exportPath.c_str(),SFM_WRITE,&si); if (sf==NULL) { logE("could not open file for writing! (%s)",sf_strerror(NULL)); + quitDispatch(); + initDispatch(false); + renderSamples(); exporting=false; return; } @@ -1144,6 +1152,10 @@ void DivEngine::runExportThread() { break; } } + + quitDispatch(); + initDispatch(false); + renderSamples(); stopExport=false; } #else @@ -3669,13 +3681,11 @@ DivSample* DivEngine::sampleFromFileRaw(const char* path, DivSampleDepth depth, return NULL; } if (channels<1) { - lastError="invalid channel count"; - return NULL; + channels=1; } if (depth!=DIV_SAMPLE_DEPTH_8BIT && depth!=DIV_SAMPLE_DEPTH_16BIT) { if (channels!=1) { - lastError="channel count has to be 1 for non-8/16-bit format"; - return NULL; + channels=1; } } BUSY_BEGIN; @@ -3760,6 +3770,7 @@ DivSample* DivEngine::sampleFromFileRaw(const char* path, DivSampleDepth depth, samples=lenDivided*2; break; case DIV_SAMPLE_DEPTH_8BIT: + case DIV_SAMPLE_DEPTH_MULAW: samples=lenDivided; break; case DIV_SAMPLE_DEPTH_BRR: @@ -3829,11 +3840,45 @@ DivSample* DivEngine::sampleFromFileRaw(const char* path, DivSampleDepth depth, } delete[] buf; - // swap nibbles if needed if (swapNibbles) { unsigned char* b=(unsigned char*)sample->getCurBuf(); - for (unsigned int i=0; igetCurBufLen(); i++) { - b[i]=(b[i]<<4)|(b[i]>>4); + switch (depth) { + case DIV_SAMPLE_DEPTH_1BIT: + case DIV_SAMPLE_DEPTH_1BIT_DPCM: + // reverse bit order + for (unsigned int i=0; igetCurBufLen(); i++) { + b[i]=( + ((b[i]&128)?1:0)| + ((b[i]&64)?2:0)| + ((b[i]&32)?4:0)| + ((b[i]&16)?8:0)| + ((b[i]&8)?16:0)| + ((b[i]&4)?32:0)| + ((b[i]&2)?64:0)| + ((b[i]&1)?128:0) + ); + } + break; + case DIV_SAMPLE_DEPTH_YMZ_ADPCM: + case DIV_SAMPLE_DEPTH_QSOUND_ADPCM: + case DIV_SAMPLE_DEPTH_ADPCM_A: + case DIV_SAMPLE_DEPTH_ADPCM_B: + case DIV_SAMPLE_DEPTH_VOX: + // swap nibbles + for (unsigned int i=0; igetCurBufLen(); i++) { + b[i]=(b[i]<<4)|(b[i]>>4); + } + break; + case DIV_SAMPLE_DEPTH_MULAW: + // Namco to G.711 + // Namco: smmmmxxx + // G.711: sxxxmmmm (^0xff) + for (unsigned int i=0; igetCurBufLen(); i++) { + b[i]=(((b[i]&7)<<4)|(((b[i]>>3)&15)^((b[i]&0x80)?15:0))|(b[i]&0x80))^0xff; + } + break; + default: + break; } } @@ -4566,10 +4611,11 @@ void DivEngine::rescanAudioDevices() { } } -void DivEngine::initDispatch() { +void DivEngine::initDispatch(bool isRender) { BUSY_BEGIN; + if (isRender) logI("render cores set"); for (int i=0; i=(getSampleMemCapacity())) { if (s->depth==DIV_SAMPLE_DEPTH_MULAW) { for (unsigned int i=0; i<(getSampleMemCapacity())-memPos; i++) { + if (i>=s->lengthMuLaw) break; unsigned char x=s->dataMuLaw[i]^0xff; if (x&0x80) x^=15; unsigned char c140Mu=(x&0x80)|((x&15)<<3)|((x&0x70)>>4); @@ -461,6 +462,7 @@ void DivPlatformC140::renderSamples(int sysID) { } else { if (s->depth==DIV_SAMPLE_DEPTH_MULAW) { for (unsigned int i=0; i=s->lengthMuLaw) break; unsigned char x=s->dataMuLaw[i]^0xff; if (x&0x80) x^=15; unsigned char c140Mu=(x&0x80)|((x&15)<<3)|((x&0x70)>>4); diff --git a/src/engine/platform/gb.cpp b/src/engine/platform/gb.cpp index 7e2086db0..59c950d18 100644 --- a/src/engine/platform/gb.cpp +++ b/src/engine/platform/gb.cpp @@ -458,7 +458,7 @@ int DivPlatformGB::dispatch(DivCommand c) { } chan[c.chan].envVol=chan[c.chan].outVol; - if (!chan[c.chan].keyOn) chan[c.chan].killIt=true; + if (!chan[c.chan].keyOn && chan[c.chan].active) chan[c.chan].killIt=true; chan[c.chan].freqChanged=true; } break; diff --git a/src/engine/platform/genesisext.cpp b/src/engine/platform/genesisext.cpp index d8760be9a..e6a9cd148 100644 --- a/src/engine/platform/genesisext.cpp +++ b/src/engine/platform/genesisext.cpp @@ -443,13 +443,15 @@ void DivPlatformGenesisExt::muteChannel(int ch, bool mute) { DivPlatformGenesis::muteChannel(extChanOffs,IS_EXTCH_MUTED); if (extMode) { - int ordch=orderedOps[ch-2]; - unsigned short baseAddr=chanOffs[2]|opOffs[ordch]; - DivInstrumentFM::Operator op=chan[2].state.op[ordch]; - if (isOpMuted[ch-2] || !op.enable) { - rWrite(baseAddr+0x40,127); - } else { - rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[ch-2].outVol&0x7f,127)); + for (int i=0; i<4; i++) { + int ordch=orderedOps[i]; + unsigned short baseAddr=chanOffs[2]|opOffs[ordch]; + DivInstrumentFM::Operator op=chan[2].state.op[ordch]; + if (isOpMuted[i] || !op.enable) { + rWrite(baseAddr+0x40,127); + } else { + rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[i].outVol&0x7f,127)); + } } rWrite(chanOffs[2]+0xb4,(IS_EXTCH_MUTED?0:(opChan[ch-2].pan<<6))|(chan[2].state.fms&7)|((chan[2].state.ams&3)<<4)); @@ -557,6 +559,17 @@ void DivPlatformGenesisExt::tick(bool sysTick) { rWrite(0x22,lfoValue); } + if (opChan[i].std.panL.had) { + opChan[i].pan=opChan[i].std.panL.val&3; + if (parent->song.sharedExtStat) { + for (int j=0; j<4; j++) { + if (i==j) continue; + opChan[j].pan=opChan[i].pan; + } + } + rWrite(chanOffs[extChanOffs]+ADDR_LRAF,(IS_EXTCH_MUTED?0:(opChan[i].pan<<6))|(chan[extChanOffs].state.fms&7)|((chan[extChanOffs].state.ams&3)<<4)); + } + // param macros unsigned short baseAddr=chanOffs[2]|opOffs[orderedOps[i]]; DivInstrumentFM::Operator& op=chan[2].state.op[orderedOps[i]]; @@ -770,6 +783,9 @@ void DivPlatformGenesisExt::forceIns() { chan[csmChan].freqChanged=true; chan[csmChan].keyOn=true; } + if (!extMode) { + immWrite(0x27,0x00); + } } void* DivPlatformGenesisExt::getChanState(int ch) { diff --git a/src/engine/platform/n163.cpp b/src/engine/platform/n163.cpp index e24459ba9..1d6596f12 100644 --- a/src/engine/platform/n163.cpp +++ b/src/engine/platform/n163.cpp @@ -134,14 +134,16 @@ void DivPlatformN163::updateWave(int ch, int wave, int pos, int len) { len&=0xfc; // 4 nibble boundary if (wave<0) { // load from wave synth - for (int i=0; i=((0x78-(chanMax<<3))<<1)) { // avoid conflict with channel register area - break; + if (ch>=0) { + for (int i=0; i=((0x78-(chanMax<<3))<<1)) { // avoid conflict with channel register area + break; + } + unsigned char mask=(addr&1)?0xf0:0x0f; + int data=chan[ch].ws.output[i]; + rWriteMask(addr>>1,(addr&1)?(data<<4):(data&0xf),mask); } - unsigned char mask=(addr&1)?0xf0:0x0f; - int data=chan[ch].ws.output[i]; - rWriteMask(addr>>1,(addr&1)?(data<<4):(data&0xf),mask); } } else { // load from custom diff --git a/src/engine/platform/sound/c140.c b/src/engine/platform/sound/c140.c index 3d48c1300..9cdc4ecb1 100644 --- a/src/engine/platform/sound/c140.c +++ b/src/engine/platform/sound/c140.c @@ -5,7 +5,7 @@ MODIFIED Namco C140 sound emulator - MODIFIED VERSION by cam900 -MODIFICATION by tildearrow - adds muting function +MODIFICATION by tildearrow - adds muting function and fixes overflow THIS IS NOT THE ORIGINAL VERSION - you can find the original one in commit 72d04777c013988ed8cf6da27c62a9d784a59dff @@ -99,8 +99,8 @@ void c140_voice_tick(struct c140_t *c140, const unsigned char v, const int cycle s1 = c140->mulaw[(s1 >> 8) & 0xff]; s2 = c140->mulaw[(s2 >> 8) & 0xff]; } - // interpolate - signed int sample = s1 + (((voice->frac) * (s2 - s1)) >> 16); + // interpolate (originally was >>16, but I had to reduce it to 15 to prevent overflow) + signed int sample = s1 + (((voice->frac >> 1) * (s2 - s1)) >> 15); voice->lout = sample * voice->lvol; voice->rout = sample * voice->rvol; } diff --git a/src/engine/platform/ym2203ext.cpp b/src/engine/platform/ym2203ext.cpp index 31294bd4f..4791d513e 100644 --- a/src/engine/platform/ym2203ext.cpp +++ b/src/engine/platform/ym2203ext.cpp @@ -606,13 +606,15 @@ void DivPlatformYM2203Ext::muteChannel(int ch, bool mute) { DivPlatformYM2203::muteChannel(extChanOffs,IS_EXTCH_MUTED); if (extMode) { - int ordch=orderedOps[ch-2]; - unsigned short baseAddr=chanOffs[2]|opOffs[ordch]; - DivInstrumentFM::Operator op=chan[2].state.op[ordch]; - if (isOpMuted[ch-2] || !op.enable) { - rWrite(baseAddr+0x40,127); - } else { - rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[ch-2].outVol&0x7f,127)); + for (int i=0; i<4; i++) { + int ordch=orderedOps[i]; + unsigned short baseAddr=chanOffs[2]|opOffs[ordch]; + DivInstrumentFM::Operator op=chan[2].state.op[ordch]; + if (isOpMuted[i] || !op.enable) { + rWrite(baseAddr+0x40,127); + } else { + rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[i].outVol&0x7f,127)); + } } } } @@ -669,6 +671,9 @@ void DivPlatformYM2203Ext::forceIns() { opChan[i].freqChanged=true; } } + if (!extMode) { + immWrite(0x27,0x00); + } } void* DivPlatformYM2203Ext::getChanState(int ch) { diff --git a/src/engine/platform/ym2608ext.cpp b/src/engine/platform/ym2608ext.cpp index 860c370fe..3bc14a39f 100644 --- a/src/engine/platform/ym2608ext.cpp +++ b/src/engine/platform/ym2608ext.cpp @@ -508,6 +508,17 @@ void DivPlatformYM2608Ext::tick(bool sysTick) { rWrite(0x22,lfoValue); } + if (opChan[i].std.panL.had) { + opChan[i].pan=opChan[i].std.panL.val&3; + if (parent->song.sharedExtStat) { + for (int j=0; j<4; j++) { + if (i==j) continue; + opChan[j].pan=opChan[i].pan; + } + } + rWrite(chanOffs[extChanOffs]+ADDR_LRAF,(IS_EXTCH_MUTED?0:(opChan[i].pan<<6))|(chan[extChanOffs].state.fms&7)|((chan[extChanOffs].state.ams&3)<<4)); + } + // param macros unsigned short baseAddr=chanOffs[2]|opOffs[orderedOps[i]]; @@ -641,13 +652,15 @@ void DivPlatformYM2608Ext::muteChannel(int ch, bool mute) { DivPlatformYM2608::muteChannel(extChanOffs,IS_EXTCH_MUTED); if (extMode) { - int ordch=orderedOps[ch-2]; - unsigned short baseAddr=chanOffs[2]|opOffs[ordch]; - DivInstrumentFM::Operator op=chan[2].state.op[ordch]; - if (isOpMuted[ch-2] || !op.enable) { - rWrite(baseAddr+0x40,127); - } else { - rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[ch-2].outVol&0x7f,127)); + for (int i=0; i<4; i++) { + int ordch=orderedOps[i]; + unsigned short baseAddr=chanOffs[2]|opOffs[ordch]; + DivInstrumentFM::Operator op=chan[2].state.op[ordch]; + if (isOpMuted[i] || !op.enable) { + rWrite(baseAddr+0x40,127); + } else { + rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[i].outVol&0x7f,127)); + } } rWrite(chanOffs[2]+0xb4,(IS_EXTCH_MUTED?0:(opChan[ch-2].pan<<6))|(chan[2].state.fms&7)|((chan[2].state.ams&3)<<4)); @@ -719,6 +732,9 @@ void DivPlatformYM2608Ext::forceIns() { opChan[i].freqChanged=true; } } + if (!extMode) { + immWrite(0x27,0x00); + } } void* DivPlatformYM2608Ext::getChanState(int ch) { diff --git a/src/engine/platform/ym2610bext.cpp b/src/engine/platform/ym2610bext.cpp index ff2a398fd..48bb24fd1 100644 --- a/src/engine/platform/ym2610bext.cpp +++ b/src/engine/platform/ym2610bext.cpp @@ -504,6 +504,17 @@ void DivPlatformYM2610BExt::tick(bool sysTick) { rWrite(0x22,lfoValue); } + if (opChan[i].std.panL.had) { + opChan[i].pan=opChan[i].std.panL.val&3; + if (parent->song.sharedExtStat) { + for (int j=0; j<4; j++) { + if (i==j) continue; + opChan[j].pan=opChan[i].pan; + } + } + rWrite(chanOffs[extChanOffs]+ADDR_LRAF,(IS_EXTCH_MUTED?0:(opChan[i].pan<<6))|(chan[extChanOffs].state.fms&7)|((chan[extChanOffs].state.ams&3)<<4)); + } + // param macros unsigned short baseAddr=chanOffs[extChanOffs]|opOffs[orderedOps[i]]; DivInstrumentFM::Operator& op=chan[extChanOffs].state.op[orderedOps[i]]; @@ -636,13 +647,15 @@ void DivPlatformYM2610BExt::muteChannel(int ch, bool mute) { DivPlatformYM2610B::muteChannel(extChanOffs,IS_EXTCH_MUTED); if (extMode) { - int ordch=orderedOps[ch-extChanOffs]; - unsigned short baseAddr=chanOffs[extChanOffs]|opOffs[ordch]; - DivInstrumentFM::Operator op=chan[extChanOffs].state.op[ordch]; - if (isOpMuted[ch-extChanOffs] || !op.enable) { - rWrite(baseAddr+0x40,127); - } else { - rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[ch-extChanOffs].outVol&0x7f,127)); + for (int i=0; i<4; i++) { + int ordch=orderedOps[i]; + unsigned short baseAddr=chanOffs[extChanOffs]|opOffs[ordch]; + DivInstrumentFM::Operator op=chan[extChanOffs].state.op[ordch]; + if (isOpMuted[i] || !op.enable) { + rWrite(baseAddr+0x40,127); + } else { + rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[i].outVol&0x7f,127)); + } } rWrite(chanOffs[extChanOffs]+0xb4,(IS_EXTCH_MUTED?0:(opChan[ch-extChanOffs].pan<<6))|(chan[extChanOffs].state.fms&7)|((chan[extChanOffs].state.ams&3)<<4)); @@ -709,6 +722,9 @@ void DivPlatformYM2610BExt::forceIns() { opChan[i].freqChanged=true; } } + if (!extMode) { + immWrite(0x27,0x00); + } } void* DivPlatformYM2610BExt::getChanState(int ch) { diff --git a/src/engine/platform/ym2610ext.cpp b/src/engine/platform/ym2610ext.cpp index 65124f474..3c18a6e4c 100644 --- a/src/engine/platform/ym2610ext.cpp +++ b/src/engine/platform/ym2610ext.cpp @@ -504,6 +504,17 @@ void DivPlatformYM2610Ext::tick(bool sysTick) { rWrite(0x22,lfoValue); } + if (opChan[i].std.panL.had) { + opChan[i].pan=opChan[i].std.panL.val&3; + if (parent->song.sharedExtStat) { + for (int j=0; j<4; j++) { + if (i==j) continue; + opChan[j].pan=opChan[i].pan; + } + } + rWrite(chanOffs[extChanOffs]+ADDR_LRAF,(IS_EXTCH_MUTED?0:(opChan[i].pan<<6))|(chan[extChanOffs].state.fms&7)|((chan[extChanOffs].state.ams&3)<<4)); + } + // param macros unsigned short baseAddr=chanOffs[extChanOffs]|opOffs[orderedOps[i]]; DivInstrumentFM::Operator& op=chan[extChanOffs].state.op[orderedOps[i]]; @@ -636,13 +647,15 @@ void DivPlatformYM2610Ext::muteChannel(int ch, bool mute) { DivPlatformYM2610::muteChannel(extChanOffs,IS_EXTCH_MUTED); if (extMode) { - int ordch=orderedOps[ch-extChanOffs]; - unsigned short baseAddr=chanOffs[extChanOffs]|opOffs[ordch]; - DivInstrumentFM::Operator op=chan[extChanOffs].state.op[ordch]; - if (isOpMuted[ch-extChanOffs] || !op.enable) { - rWrite(baseAddr+0x40,127); - } else { - rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[ch-extChanOffs].outVol&0x7f,127)); + for (int i=0; i<4; i++) { + int ordch=orderedOps[i]; + unsigned short baseAddr=chanOffs[extChanOffs]|opOffs[ordch]; + DivInstrumentFM::Operator op=chan[extChanOffs].state.op[ordch]; + if (isOpMuted[i] || !op.enable) { + rWrite(baseAddr+0x40,127); + } else { + rWrite(baseAddr+0x40,127-VOL_SCALE_LOG_BROKEN(127-op.tl,opChan[i].outVol&0x7f,127)); + } } rWrite(chanOffs[extChanOffs]+0xb4,(IS_EXTCH_MUTED?0:(opChan[ch-extChanOffs].pan<<6))|(chan[extChanOffs].state.fms&7)|((chan[extChanOffs].state.ams&3)<<4)); @@ -709,6 +722,9 @@ void DivPlatformYM2610Ext::forceIns() { opChan[i].freqChanged=true; } } + if (!extMode) { + immWrite(0x27,0x00); + } } void* DivPlatformYM2610Ext::getChanState(int ch) { diff --git a/src/engine/playback.cpp b/src/engine/playback.cpp index d15933d65..f379b7219 100644 --- a/src/engine/playback.cpp +++ b/src/engine/playback.cpp @@ -1304,6 +1304,7 @@ bool DivEngine::nextTick(bool noAccum, bool inhibitLowLat) { dispatchCmd(DivCommand(DIV_CMD_NOTE_ON,note.channel,note.note)); keyHit[note.channel]=true; chan[note.channel].noteOnInhibit=true; + chan[note.channel].lastIns=note.ins; } else { DivMacroInt* macroInt=disCont[dispatchOfChan[note.channel]].dispatch->getChanMacroInt(dispatchChanOfChan[note.channel]); if (macroInt!=NULL) { diff --git a/src/engine/sysDef.cpp b/src/engine/sysDef.cpp index 12cf2d489..9fc6ab9d1 100644 --- a/src/engine/sysDef.cpp +++ b/src/engine/sysDef.cpp @@ -449,7 +449,12 @@ void DivEngine::registerSystems() { {0x30, {DIV_CMD_FM_HARD_RESET, "30xx: Toggle hard envelope reset on new notes"}}, }; - EffectHandlerMap fmOPN2EffectHandlerMap(fmEffectHandlerMap); + EffectHandlerMap fmExtChEffectHandlerMap(fmEffectHandlerMap); + fmExtChEffectHandlerMap.insert({ + {0x18, {DIV_CMD_FM_EXTCH, "18xx: Toggle extended channel 3 mode"}}, + }); + + EffectHandlerMap fmOPN2EffectHandlerMap(fmExtChEffectHandlerMap); fmOPN2EffectHandlerMap.insert({ {0x17, {DIV_CMD_SAMPLE_MODE, "17xx: Toggle PCM mode (LEGACY)"}}, {0xdf, {DIV_CMD_SAMPLE_DIR, "DFxx: Set sample playback direction (0: normal; 1: reverse)"}}, @@ -522,7 +527,6 @@ void DivEngine::registerSystems() { fmOPNPostEffectHandlerMap.insert({ {0x10, {DIV_CMD_FM_LFO, "10xy: Setup LFO (x: enable; y: speed)"}}, - {0x18, {DIV_CMD_FM_EXTCH, "18xx: Toggle extended channel 3 mode"}}, {0x55, {DIV_CMD_FM_SSG, "55xy: Set SSG envelope (x: operator from 1 to 4 (0 for all ops); y: 0-7 on, 8 off)", effectOpVal<4>, effectValAnd<15>}}, }); EffectHandlerMap fmOPN2PostEffectHandlerMap(fmOPNPostEffectHandlerMap); @@ -769,7 +773,7 @@ void DivEngine::registerSystems() { {DIV_CH_FM, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_FM, DIV_CH_FM, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM}, {DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_AY, DIV_INS_AY, DIV_INS_AY, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA}, {DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA}, - fmEffectHandlerMap, + fmExtChEffectHandlerMap, fmOPNAPostEffectHandlerMap ); @@ -1028,7 +1032,7 @@ void DivEngine::registerSystems() { {DIV_CH_FM, DIV_CH_FM, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE}, {DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_AY, DIV_INS_AY, DIV_INS_AY}, {}, - fmEffectHandlerMap, + fmExtChEffectHandlerMap, fmOPNPostEffectHandlerMap ); @@ -1040,7 +1044,7 @@ void DivEngine::registerSystems() { {DIV_CH_FM, DIV_CH_FM, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_NOISE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE}, {DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_AY, DIV_INS_AY, DIV_INS_AY}, {}, - fmEffectHandlerMap, + fmExtChEffectHandlerMap, fmOPNPostEffectHandlerMap ); @@ -1064,7 +1068,7 @@ void DivEngine::registerSystems() { {DIV_CH_FM, DIV_CH_FM, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_FM, DIV_CH_FM, DIV_CH_FM, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_PCM}, {DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_AY, DIV_INS_AY, DIV_INS_AY, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMB}, {DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_AMIGA}, - fmEffectHandlerMap, + fmExtChEffectHandlerMap, fmOPNAPostEffectHandlerMap ); @@ -1076,7 +1080,7 @@ void DivEngine::registerSystems() { {DIV_CH_FM, DIV_CH_FM, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_FM, DIV_CH_FM, DIV_CH_FM, DIV_CH_NOISE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_NOISE, DIV_CH_PCM}, {DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_AY, DIV_INS_AY, DIV_INS_AY, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMB}, {DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_AMIGA}, - fmEffectHandlerMap, + fmExtChEffectHandlerMap, fmOPNAPostEffectHandlerMap ); @@ -1368,7 +1372,7 @@ void DivEngine::registerSystems() { {DIV_CH_FM, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_FM, DIV_CH_FM, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM}, {DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_AY, DIV_INS_AY, DIV_INS_AY, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMB}, {DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA}, - fmEffectHandlerMap, + fmExtChEffectHandlerMap, fmOPNAPostEffectHandlerMap ); @@ -1380,7 +1384,7 @@ void DivEngine::registerSystems() { {DIV_CH_FM, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_FM, DIV_CH_FM, DIV_CH_NOISE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM}, {DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_AY, DIV_INS_AY, DIV_INS_AY, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMB}, {DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA}, - fmEffectHandlerMap, + fmExtChEffectHandlerMap, fmOPNAPostEffectHandlerMap ); @@ -1457,7 +1461,7 @@ void DivEngine::registerSystems() { {DIV_CH_FM, DIV_CH_FM, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_FM, DIV_CH_FM, DIV_CH_FM, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM}, {DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_AY, DIV_INS_AY, DIV_INS_AY, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMB}, {DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA}, - fmEffectHandlerMap, + fmExtChEffectHandlerMap, fmOPNAPostEffectHandlerMap ); @@ -1469,7 +1473,7 @@ void DivEngine::registerSystems() { {DIV_CH_FM, DIV_CH_FM, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_OP, DIV_CH_FM, DIV_CH_FM, DIV_CH_FM, DIV_CH_NOISE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PULSE, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM, DIV_CH_PCM}, {DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_FM, DIV_INS_AY, DIV_INS_AY, DIV_INS_AY, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMA, DIV_INS_ADPCMB}, {DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_NULL, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA, DIV_INS_AMIGA}, - fmEffectHandlerMap, + fmExtChEffectHandlerMap, fmOPNAPostEffectHandlerMap ); diff --git a/src/gui/about.cpp b/src/gui/about.cpp index 5fd0c461f..c111be193 100644 --- a/src/gui/about.cpp +++ b/src/gui/about.cpp @@ -93,6 +93,7 @@ const char* aboutLine[]={ "freq-mod", "gtr3qq", "Hortus", + "ifrit05", "iyatemu", "JayBOB18", "Jimmy-DS", @@ -113,6 +114,7 @@ const char* aboutLine[]={ "niffuM", "", "NyaongI", + "PichuMario", "potatoTeto", "psxdominator", "Raijin", @@ -134,6 +136,7 @@ const char* aboutLine[]={ "UserSniper", "Weeppiko", "Xan", + "YaIiya", "Yuzu4K", "Zaxolotl", "ZoomTen (Zumi)", diff --git a/src/gui/channels.cpp b/src/gui/channels.cpp index dd19d652d..48dad94f5 100644 --- a/src/gui/channels.cpp +++ b/src/gui/channels.cpp @@ -51,7 +51,9 @@ void FurnaceGUI::drawChannels() { ImGui::PushID(i); ImGui::TableNextRow(); ImGui::TableNextColumn(); - ImGui::Checkbox("##Visible",&e->curSubSong->chanShow[i]); + if (ImGui::Checkbox("##Visible",&e->curSubSong->chanShow[i])) { + MARK_MODIFIED; + } ImGui::SameLine(); if (ImGui::Button(ICON_FA_ARROWS)) { } @@ -78,10 +80,14 @@ void FurnaceGUI::drawChannels() { } ImGui::TableNextColumn(); ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); - ImGui::InputTextWithHint("##ChanName",e->getChannelName(i),&e->curSubSong->chanName[i]); + if (ImGui::InputTextWithHint("##ChanName",e->getChannelName(i),&e->curSubSong->chanName[i])) { + MARK_MODIFIED; + } ImGui::TableNextColumn(); ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); - ImGui::InputTextWithHint("##ChanShortName",e->getChannelShortName(i),&e->curSubSong->chanShortName[i]); + if (ImGui::InputTextWithHint("##ChanShortName",e->getChannelShortName(i),&e->curSubSong->chanShortName[i])) { + MARK_MODIFIED; + } ImGui::PopID(); } ImGui::EndTable(); diff --git a/src/gui/compatFlags.cpp b/src/gui/compatFlags.cpp index 55f3cb589..0010fc899 100644 --- a/src/gui/compatFlags.cpp +++ b/src/gui/compatFlags.cpp @@ -314,7 +314,7 @@ void FurnaceGUI::drawCompatFlags() { } ImGui::Checkbox("Continuous vibrato",&e->song.continuousVibrato); if (ImGui::IsItemHovered()) { - ImGui::SetTooltip("when enabled, vibrato will not be reset on a new note."); + ImGui::SetTooltip("when enabled, vibrato phase/position will not be reset on a new note."); } InvCheckbox("Pitch macro is not linear",&e->song.pitchMacroIsLinear); if (ImGui::IsItemHovered()) { diff --git a/src/gui/dataList.cpp b/src/gui/dataList.cpp index 3d2523db1..b373f72af 100644 --- a/src/gui/dataList.cpp +++ b/src/gui/dataList.cpp @@ -534,9 +534,11 @@ void FurnaceGUI::drawInsList(bool asChild) { if (settings.unifiedDataView) { ImGui::TableNextRow(); ImGui::TableNextColumn(); - if (ImGui::Selectable(ICON_FA_TASKS " Instruments",lastAssetType==0)) { + if (ImGui::Selectable(ICON_FA_TASKS "##Instruments",lastAssetType==0)) { lastAssetType=0; } + ImGui::SameLine(); + ImGui::Text("Instruments"); ImGui::Indent(); } @@ -602,18 +604,22 @@ void FurnaceGUI::drawInsList(bool asChild) { ImGui::TableNextRow(); ImGui::TableNextColumn(); - if (ImGui::Selectable(ICON_FA_AREA_CHART " Wavetables",lastAssetType==1)) { + if (ImGui::Selectable(ICON_FA_AREA_CHART "##Wavetables",lastAssetType==1)) { lastAssetType=1; } + ImGui::SameLine(); + ImGui::Text("Wavetables"); ImGui::Indent(); actualWaveList(); ImGui::Unindent(); ImGui::TableNextRow(); ImGui::TableNextColumn(); - if (ImGui::Selectable(ICON_FA_VOLUME_UP " Samples",lastAssetType==2)) { + if (ImGui::Selectable(ICON_FA_VOLUME_UP "##Samples",lastAssetType==2)) { lastAssetType=2; } + ImGui::SameLine(); + ImGui::Text("Samples"); ImGui::Indent(); actualSampleList(); ImGui::Unindent(); diff --git a/src/gui/editControls.cpp b/src/gui/editControls.cpp index 24aeb87cd..f08893b96 100644 --- a/src/gui/editControls.cpp +++ b/src/gui/editControls.cpp @@ -665,6 +665,7 @@ void FurnaceGUI::drawEditControls() { ImGui::TableNextRow(); ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); ImGui::Text("Octave"); ImGui::TableNextColumn(); ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); @@ -680,6 +681,7 @@ void FurnaceGUI::drawEditControls() { ImGui::TableNextRow(); ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); ImGui::Text("Edit Step"); ImGui::TableNextColumn(); ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); diff --git a/src/gui/font_furicon.cpp b/src/gui/font_furicon.cpp index 247a928ca..e149add9e 100644 --- a/src/gui/font_furicon.cpp +++ b/src/gui/font_furicon.cpp @@ -1,270 +1,313 @@ #include "fonts.h" -// File: 'icons.ttf' (25956 bytes) +// File: 'icons.ttf' (28108 bytes) // Exported using binary_to_compressed_c.cpp -const unsigned int furIcons_compressed_size = 12568; -const unsigned int furIcons_compressed_data[12568/4] = +const unsigned int furIcons_compressed_size = 14633; +const unsigned int furIcons_compressed_data[14636/4] = { - 0x0000bc57, 0x00000000, 0x64650000, 0x00000400, 0x00010036, 0x000e0000, 0x00030080, 0x54464660, 0x55d5a14d, 0x65000048, 0x00290382, 0x4544471c, - 0x00150046, 0x200f8214, 0x2c25822c, 0x2f534f1c, 0x52fa8c32, 0x01000069, 0x2b0f8268, 0x616d6356, 0xc7ffcb70, 0x020000b9, 0x012d2f82, 0x747663c8, - 0x043b0020, 0x0400006f, 0x261f8210, 0x73616704, 0x82ffff70, 0x65002259, 0x380f8224, 0x796c6708, 0x7309bc66, 0x040000ff, 0x5c000094, 0x61656824, - 0xd19d2464, 0x201b82ef, 0x210382ec, 0x10826836, 0x06820923, 0x835f8205, 0x6824282f, 0x2678746d, 0x825e10de, 0x82c0200f, 0x6c86281f, 0x7b61636f, - 0x823093ce, 0x8214203f, 0x6d80270f, 0x00707861, 0x3b820389, 0x7f820120, 0x6e20002d, 0x77656d61, 0x0087b987, 0x82b86000, 0x70f22c33, 0xcb74736f, - 0x00e7602a, 0x82ac6200, 0x847820a3, 0x00012deb, 0xbbd0b600, 0x3c0f5f46, 0x070b00f5, 0x00254682, 0xfffde000, 0x2b08839f, 0x778a00e1, 0x95fe80fc, - 0x47050007, 0x08220f82, 0x05820200, 0x33820283, 0x82000621, 0x070025b6, 0x0080fc00, 0x00200582, 0x18831182, 0x04200388, 0x3f251184, 0x0800bb03, - 0x24008300, 0x00000002, 0x22138401, 0x822e0040, 0x2b0d820b, 0x90010007, 0x00000500, 0xe6048c04, 0xfa201182, 0x032b0785, 0x0159005c, 0x020000cf, - 0x82090500, 0x21028515, 0x07851001, 0x46290584, 0x00547275, 0xe1200040, 0x20838535, 0x85568406, 0x208b8404, 0x2026833b, 0x83048207, 0x80fc2503, - 0x91000902, 0x52220c82, 0x79822000, 0x3500a52c, 0x29001d01, 0x6d019100, 0x9b827800, 0x47006034, 0x17015200, 0x4a000a00, 0x32018f00, 0x4f001b00, - 0x31822e00, 0x1801ca26, 0xa9003601, 0x28251b82, 0x4d013900, 0x82918200, 0x00032823, 0x017c0122, 0x8239007a, 0x01273413, 0x001300ce, 0x0073014c, - 0x01470022, 0x000b0127, 0x82b50085, 0x005b240f, 0x824b012e, 0x0000226f, 0x83058203, 0x861c2003, 0x00c2229b, 0x24098403, 0x0004001c, 0x2e1b82a6, - 0x00080008, 0x00000002, 0xe1f4e020, 0x84ffff35, 0xe1f02609, 0xffffff00, 0x200b82e3, 0x222b8400, 0x820e0006, 0x0004260b, 0x00060005, 0x202f8207, - 0x24858209, 0x000c000b, 0x2617820d, 0x0010000f, 0x82120011, 0x00142c85, 0x00160015, 0x00180017, 0x821a0019, 0x001c26c3, 0x001e001d, 0x08f1821f, - 0x2200212e, 0x24002300, 0x26002500, 0x28002700, 0x2a002900, 0x2c002b00, 0x2e002d00, 0x30002f00, 0x32003100, 0x34003300, 0x36003500, 0x38003700, - 0x3a28d982, 0x3c003b00, 0x3e003d00, 0x06208082, 0x81828485, 0x02010022, 0x02210582, 0x21008d00, 0xe4840001, 0x0d40148d, 0x043b22ce, 0x21d1826f, - 0x0185002c, 0x003c9708, 0x04c60084, 0x06640564, 0x07140704, 0x082a0898, 0x092809c2, 0x0aa40a6a, 0x0b7c0bf2, 0x0c220ce2, 0x0d5e0dda, 0x0e580ecc, - 0x10980fbe, 0x11b0104e, 0x12ba1172, 0x13001386, 0x14c8137c, 0x167815c8, 0x17121738, 0x1b1e1b80, 0x1c341cae, 0x1fea1dc0, 0x20bc1f08, 0x21342180, - 0x22fc218a, 0x27c82386, 0x28ca272a, 0x294e29ae, 0x2a062ac2, 0x2ba02bba, 0x00122ef0, 0x003b0002, 0x04150200, 0x000300aa, 0xb12e0007, 0x3c2f0001, - 0x000407b2, 0x06b132ed, 0xb23cdc05, 0x0a820203, 0x03b10022, 0x05201683, 0xb2271683, 0xfc010607, 0x8301b23c, 0x11333717, 0x21251121, 0x013b2111, - 0x0161feda, 0x049cfe64, 0x3b56fbaa, 0xd5823404, 0x80fc0226, 0x8003f5ff, 0x01200982, 0x002e5982, 0x21252105, 0x9a0533fd, 0x0007b3f9, 0x15820b0b, - 0x02032508, 0x043c0009, 0x002a04f7, 0x0025001b, 0x0100002f, 0x16322130, 0x010e1415, 0x15070607, 0x17161716, 0x1415011e, 0x0e2f0b82, 0x37212301, - 0x3d363221, 0x23263401, 0x85333521, 0x2b4d0809, 0x010a0201, 0x1f8e7dbd, 0x1e202031, 0x2025251e, 0x14132b1f, 0x385f2322, 0x01a217fe, 0x48483f18, - 0xfce8fe3f, 0x3d42423d, 0x8d2a04fc, 0x324f3877, 0x08030c0d, 0x1c0d0d02, 0x3c3f581c, 0x27273536, 0x3e428c2d, 0x88423e31, 0x3a2e393e, 0x088f833e, - 0x00910030, 0x036f0690, 0x000f00d6, 0x002b0017, 0x27302500, 0x07302130, 0x12362330, 0x12163337, 0x23300117, 0x33300706, 0x11300126, 0x33302700, - 0x03851330, 0x0702062f, 0xea023011, 0x49c7fe4c, 0x2fbf2f8a, 0x080382ab, 0x068dfe34, 0x3cf73d3c, 0xf7fe8402, 0x04cc9b17, 0xce3794cb, 0xe3e3901d, - 0x8c2e028c, 0x8cd2fd8c, 0xb9b9c902, 0x01f0fdb9, 0x28d4014a, 0x75018bfe, 0x329afe61, 0x8282b3fe, 0x82030021, 0x07d83a04, 0x038e0300, 0x038c0358, - 0x370000ba, 0x33270226, 0x17021d30, 0x1d17041d, 0x91029003, 0x8211a314, 0x9126f147, 0x26869571, 0x3317011e, 0x4137013e, 0x0d860673, 0x37033d22, - 0x04200289, 0x17850b8a, 0x298211a3, 0x719126f1, 0x332e86a1, 0x23070206, 0x2e270226, 0x0e232701, 0x0d820701, 0x2622052d, 0x37013e27, 0x3233011e, - 0x83263435, 0x27262918, 0x36343526, 0x17163233, 0x2e2b2182, 0x06222301, 0x16171415, 0x85011e17, 0x14152302, 0x3b822506, 0x27222322, 0x27262882, - 0x36373426, 0x3c823e37, 0x07202182, 0x1d352c84, 0x33161401, 0x023e3732, 0x3523013d, 0x8e231133, 0x68185e18, 0x3400cc01, 0x0c040e04, 0x0e030e04, - 0x0f7b0e39, 0x0f030e39, 0x0e030d03, 0x2761cc04, 0x62186401, 0x3a0e7a19, 0x0c205c83, 0x0f3b5c82, 0xf0020f3c, 0x0b276e4b, 0x4d1d0c2f, 0x342a7731, - 0x5a0a2409, 0x65702a2b, 0x82246348, 0x1a3c0813, 0x37373140, 0x09311616, 0x44300924, 0x74131615, 0x090c4302, 0x2c34484f, 0x1320212b, 0x22121212, - 0x5a3d5f22, 0x531e3837, 0x483c4611, 0x1e485050, 0x16271a1a, 0xe45adf7c, 0x70be0170, 0x0010b8cd, 0x2d47014d, 0x1919681a, 0x01441967, 0xfe444410, - 0x0a8244f0, 0x1a681922, 0x015b0110, 0x4d474147, 0xfe708408, 0x01457042, 0x671a4513, 0x1a671919, 0x45edfe45, 0x0b36380b, 0x2c290b2a, 0x0d2f2c6d, - 0x15020702, 0x5d502d2c, 0x0a343161, 0x24250b29, 0x162a342d, 0x08020c15, 0x171f0b02, 0x65293f17, 0x3e306e68, 0x292a1313, 0x42b84242, 0x282a2a42, - 0x31472627, 0x525c3931, 0x085c52a4, 0x1e312109, 0x9efe573b, 0x00070000, 0x062fff52, 0x004705ae, 0x0027001e, 0x0071005b, 0x008c0082, 0x050000b2, - 0x35262722, 0x84363734, 0x33302701, 0x0607020e, 0x0f453307, 0x14152b05, 0x3d322706, 0x1d223401, 0x65451401, 0x26012733, 0x16332702, 0xb4461712, - 0x0206290a, 0x11232107, 0x16173221, 0x07275c82, 0x012e2313, 0x48372327, 0x152707b2, 0x27262201, 0x8434012e, 0x8233208b, 0x08bf4523, 0x21059245, - 0x49823736, 0x010eb908, 0x366b1202, 0x1d0f1037, 0x3128271d, 0x3a553b8a, 0x0c0a1212, 0x51314711, 0x6a6e2f30, 0x3703d96d, 0x0c276f4b, 0x4d1e0c2e, - 0x342b7731, 0x5a092409, 0x65702b2b, 0x0c256348, 0x41190c2f, 0x15373631, 0x25093116, 0x16433009, 0xfb741315, 0x218321d1, 0x1450136b, 0x0c051304, - 0x14051205, 0x2169144e, 0x8f012083, 0x56090165, 0x3a392b2c, 0x4d147180, 0x249b7814, 0x9b242626, 0x5d3aad02, 0x23232122, 0x2e2e2221, 0x3333563b, - 0x0e3a0e1f, 0x44353e12, 0x36444c4c, 0x380f1242, 0xd069200e, 0x3c7f4242, 0x38363d3d, 0x2d232f30, 0x2a2b5052, 0x35312f33, 0x776a6735, 0x77197755, - 0x26080282, 0x0b363855, 0x2c290a2b, 0x0c302c6d, 0x14020802, 0x5d512d2c, 0x0a343160, 0x24240a29, 0x152b332d, 0x09020b16, 0x41200a02, 0x032c05d7, - 0xbf01706d, 0xe7fe466f, 0x1a691a46, 0x5c080282, 0x46190146, 0x7041fe6f, 0x34339e02, 0x11604d60, 0xb62ee7fe, 0x2a26552e, 0xde262a3e, 0x2a278efe, - 0x84b6842a, 0x14142a2a, 0x084a2525, 0x32390820, 0x53a1525f, 0x083b365e, 0x4e4a0921, 0x20000400, 0xe006d800, 0x0b008e03, 0x4a001500, 0x00007400, - 0x30113037, 0x14163221, 0x19012b06, 0x08374a01, 0x4e470120, 0x17162205, 0x47128216, 0x2e250650, 0x3e343501, 0x0b914102, 0x1506072c, 0x011f1614, - 0x1415011e, 0x4d47020e, 0x022e2105, 0x16212485, 0x0c464717, 0x3e373623, 0x06484701, 0x0121d108, 0x66665d20, 0x2aadb45d, 0xad292f2e, 0x7655dd02, - 0x0d320c2a, 0x362b2b23, 0x3b2e4141, 0x620a270a, 0x563d2162, 0x37384c36, 0x0d320d28, 0x39384b1a, 0x37342020, 0x205d643c, 0xdd025a3f, 0x4c5e0a04, - 0x294a663c, 0x426c4d2a, 0x59237d5a, 0x503d5113, 0x20506161, 0x16161d1c, 0x5ff38a19, 0x6d9e02e4, 0xf5fe6db9, 0x282b6a01, 0xfd2b292e, 0x0b343db6, - 0x162b0c2f, 0x27313a17, 0x07020c2e, 0x515c1202, 0x1b31482c, 0x0b321a1b, 0x29210b2d, 0x2a2c1817, 0x130c0b29, 0x4d2f505d, 0x31711d37, 0x82572d40, - 0x58815454, 0x3447502e, 0x5d663b2f, 0x09665d6e, 0x2f0f1008, 0xfe5d3420, 0x0005009b, 0x06d8002e, 0x008e03d2, 0x001f0012, 0x0134002a, 0x25000046, - 0x2807af42, 0x1e32013e, 0x020e1402, 0x05ca4227, 0x1d06222a, 0x05161401, 0x17322111, 0x2c0f5e41, 0x27012e05, 0x17071d23, 0x1d170f1d, 0x8502870e, - 0x2305820b, 0x11231101, 0x27073143, 0x3d27053d, 0x0e3d270f, 0x0b880287, 0x3311042d, 0x02262311, 0x603c3301, 0x82232223, 0x7a5f3a02, 0x23234460, - 0x483c6144, 0x4f904f4f, 0x01df014f, 0x2b2c5609, 0x9aa35657, 0x26008225, 0x0863029a, 0x440c0922, 0x622807b2, 0x22852175, 0x0d082308, 0x76231088, - 0x42d98521, 0x282d073d, 0xb6845428, 0x5a275484, 0x52a2525d, 0x3304845d, 0x339e024f, 0xfe67c134, 0x256901f1, 0x26293d2a, 0x155315b2, 0xae4dff44, - 0xfe02284d, 0x439e0270, 0x4043f4fe, 0x01278088, 0x4362fd90, 0x82000c01, 0x00043c00, 0x068100a5, 0x00e5035b, 0x0048002f, 0x005e0054, 0x23300100, - 0x2223010e, 0x4435022e, 0x904a07d1, 0x05d04409, 0x83363721, 0x013d3501, 0x11213523, 0x32210123, 0x06141516, 0x07010e07, 0x17021e15, 0x07300b82, - 0x2123020e, 0x37323337, 0x34013d36, 0x012b2627, 0x080add4d, 0x0e04e541, 0x804a6074, 0x3035345c, 0x53434330, 0x122b9c71, 0x6518124a, 0x7979634d, - 0x24242863, 0x10101b1b, 0x772f01ac, 0x72010601, 0x141b7769, 0x1a1a3415, 0x1311353d, 0x4f391011, 0x8768fe2f, 0x821e35e9, 0x356a0800, 0x3733d2e9, - 0x01d23337, 0x38503d0f, 0x686aa26d, 0x1c3738a2, 0x0b59631c, 0x493b0b2b, 0x7588757f, 0x130b0a7f, 0x271e1d14, 0x41fe7541, 0x62764603, 0x1515422f, - 0x01070314, 0x25242f16, 0x2d2c3235, 0x1b752541, 0x3429331c, 0x33711c1b, 0x33302730, 0x00050000, 0x06d80035, 0x008e03cb, 0x0046001f, 0x00600053, - 0x25000066, 0x1b442622, 0x37362c13, 0x0617011e, 0x22210607, 0x8227012e, 0x37362521, 0x3337013e, 0x07201082, 0x32290383, 0x033e1716, 0x021e3233, - 0x10584315, 0x2135a808, 0x37123635, 0x15331133, 0x33251523, 0x010e2311, 0x96834e01, 0x41694926, 0x5b217658, 0x4d3b4811, 0x3d4d5959, 0x3a0f124c, - 0x3c3d210e, 0x5738fc01, 0x2c10113c, 0x29552323, 0x2d2d3990, 0x16172221, 0x0104020d, 0x30251c0b, 0x35482a20, 0x573e211d, 0x41413b35, 0x02424275, - 0x2dc9fea1, 0x5b8e2eb5, 0xdbbefe5b, 0xd98e2307, 0x8154a9b1, 0x4b4d2e58, 0x6a393032, 0x6a5d665d, 0x2309313f, 0x29294909, 0x30304424, 0x3680493d, - 0x291c5336, 0x29282627, 0x01362d2d, 0x1b231501, 0x4d371c0f, 0x3c53332f, 0x3d3e5821, 0x843e3d0d, 0x4d270804, 0x014a5d83, 0x3afe4a2a, 0x01d88355, - 0x00ed3b63, 0xff1d0105, 0x05e30535, 0x000b0042, 0x001b0015, 0x0067004e, 0x45350500, 0x1124148d, 0x15211133, 0x21109345, 0x92452726, 0x0706250a, - 0x2223012e, 0x240c9145, 0x010e2301, 0x21028207, 0x2882012e, 0x11232726, 0x13331123, 0x11230182, 0x457c0123, 0x292b0783, 0xad292e2e, 0x016c1402, - 0x459afc11, 0x1e210d88, 0x0987451d, 0x45490321, 0x032b0d86, 0x2309052f, 0x0f681c09, 0x821c680f, 0x042f0808, 0x06b48068, 0xcb677bb3, 0x6e8c0213, - 0xf5fe6eb8, 0x282c6a01, 0xfd2c282e, 0xfd9f02c0, 0x570361c2, 0x2f0c343d, 0x16162b0b, 0x2e27313a, 0x4505060b, 0x1a3f0682, 0x4102321b, 0x17172822, - 0x0a2a2a2c, 0x515c130d, 0x1e364d2f, 0x48120c02, 0x1cbc3412, 0x8234bc1c, 0x00fe3208, 0xabfe9e02, 0x62fd5501, 0x00040000, 0x06d80029, 0x06bb46d7, - 0x46003a22, 0x461abb46, 0x1d2611a8, 0x16171401, 0x6c423233, 0x11252307, 0x01871521, 0x01292108, 0x66655e20, 0x29adb35d, 0xad292e2e, 0x95840f03, - 0x41694926, 0x223b3b57, 0x110f3d0f, 0x2c4e3b48, 0x4e350082, 0x0e134c3c, 0x3c220f3a, 0x012d013d, 0x01bffeae, 0x01ddfe23, 0x106d4641, 0x54a9b134, - 0x272d5981, 0x22084b26, 0x35393008, 0x5d665d35, 0x2e423535, 0x020b2a07, 0x60ba609e, 0x000060c4, 0x82475103, 0x6d01082e, 0x93052fff, 0x44004705, - 0x6d005500, 0x9e299182, 0xd500ab00, 0x0000e300, 0x05c04625, 0x0622232c, 0x27012e07, 0x013e3736, 0x83433637, 0x0e072205, 0x09775202, 0x82070621, - 0x22232a01, 0x3727022e, 0x17161716, 0x093e481e, 0x43013521, 0x373706cc, 0x3233023e, 0x27061016, 0x3d023e32, 0x022e3401, 0x07010e22, 0x4f011d06, - 0x25820589, 0x34350225, 0x42353736, 0x322005c7, 0x124a4282, 0x1e152405, 0x82141501, 0x0c49476b, 0x56471320, 0x8325200b, 0x2307211e, 0x02829982, - 0x27262223, 0x232d8206, 0x2e272223, 0x37204f82, 0x2406c94f, 0x1617011e, 0x82c98807, 0x16550873, 0x3c3e4b02, 0x4330313a, 0x0c300c17, 0x3314130f, - 0x2f2b2021, 0x0a213a50, 0x1a2f240a, 0x131a191d, 0x1f221613, 0x362c2d1f, 0x2a36472f, 0x0e0c500f, 0x2e11120e, 0x45413e1c, 0x9802473f, 0x0e3c5c3e, - 0x3c0e0f0f, 0x767d3e5c, 0x31237d76, 0x1e0e0e1e, 0x1f314531, 0x08008207, 0x31100fb3, 0x593bf8fd, 0x3c4a1f3d, 0x371e3e34, 0x29296853, 0x3f0f0f38, - 0x104a3d34, 0x3a5a3c10, 0x7942423c, 0x373d4242, 0x3a6f3b3b, 0x1652033a, 0x29564516, 0x225b3890, 0x010d2d21, 0x0e0a0105, 0x2030260e, 0x3524242a, - 0x1f11101d, 0x3836561f, 0x113c2c2b, 0x413bec10, 0x413b3a42, 0x2935c641, 0x2c312e07, 0x0a2a0a26, 0x1d141516, 0x2d17090a, 0x1a202841, 0x06192819, - 0x0d0d0604, 0x25391415, 0x191a482c, 0x21140e0e, 0x143e172c, 0x0c0c1111, 0x07343a0d, 0xfe5c3634, 0x40582f6a, 0x41525340, 0xb72f5940, 0x5cb6b8fe, - 0x2c49331c, 0x34482c75, 0x24341c1c, 0x08098224, 0x1a23252e, 0x06031c1a, 0x2a47341d, 0x07115143, 0x263a4e13, 0x0d192d40, 0x20202d0c, 0x134e3a26, - 0x43511107, 0x3424232a, 0x3238571d, 0x37373213, 0x38270482, 0x2e303a01, 0x84302e10, 0x1f2a0804, 0x6b404149, 0x4e291b55, 0x365a2828, 0x12140101, - 0x0e0f1b12, 0x304c360f, 0x1d2b2a32, 0x1312221e, 0x93303044, 0x3c0e3c3f, 0x04823e3e, 0x82003f21, 0x00043700, 0x06e40078, 0x00830388, 0x0027000f, - 0x00400037, 0x11300100, 0x03842330, 0x2130352a, 0x13301530, 0x33303530, 0x1b830f8a, 0x17823320, 0x27302122, 0x69542782, 0x010e3c0c, 0x012e3307, - 0xc86cac01, 0x5b53fc01, 0x5c24015b, 0x3c2b025c, 0x266f3afb, 0x82882699, 0xfe430803, 0x411005d7, 0x4010c610, 0xc2fd2203, 0x60603e02, 0x0158c2fd, - 0xfe5858ee, 0xb5b55812, 0x70be0170, 0x7042fe70, 0xc5313a02, 0x00c53131, 0x08000500, 0xf806d800, 0x34008e03, 0x46003e00, 0x58005000, 0x4b370000, - 0x272a3207, 0x13230723, 0x17121633, 0xa1862301, 0x3e081190, 0x2a7655fd, 0x230d310d, 0x40372b2b, 0x0a3a2e41, 0x62620a28, 0x36563c22, 0x2738384c, - 0x1a0d320d, 0x203a374b, 0x3c36341f, 0x3e215d65, 0x3dd0025a, 0xe46e3bfa, 0x26982689, 0x1104d7fe, 0x82c51040, 0x912820d1, 0x4ad92013, 0x0b242cea, - 0x9e02b5b5, 0x210a0041, 0x108ef7fd, 0x00820020, 0x60000335, 0xa006d800, 0x15008e03, 0x4b002b00, 0x30250000, 0x53333003, 0x33200542, 0x25057b43, - 0x07020633, 0xb1413521, 0x47052013, 0x012d1def, 0x1270db3c, 0x2b0a1247, 0x2b0b040b, 0x2509820b, 0x2595256d, 0xc7414b01, 0x84012605, 0x4a269683, - 0x14c94768, 0x9e02e428, 0x2737dd37, 0x0282279b, 0xc3830882, 0x2007d641, 0x17a9470b, 0x042acb82, 0xe4004700, 0x8303b906, 0xcd820b00, 0x29002122, - 0x46183f46, 0x01280a1b, 0x23112311, 0x48152135, 0x210e3047, 0x0246ad01, 0x7b012507, 0xfc01c86c, 0x200f0846, 0x06ea45c1, 0x423e0221, 0x7f820579, - 0x7b4f0620, 0x003d260c, 0x0058004e, 0x28794f7e, 0x2156454f, 0x454f7a03, 0x09fe211b, 0x216d184f, 0xeb4e1803, 0x01063b4a, 0x0535ff17, 0x004205e9, - 0x0017000b, 0x004b002d, 0x005f0055, 0x11300500, 0x03823330, 0x15302122, 0x0b870784, 0x31057550, 0x37363435, 0x1632013e, 0x14011e17, 0x010e0706, - 0x9c4b3227, 0x27342906, 0x012e2726, 0x07062223, 0xbf460182, 0x11052107, 0x2412394f, 0x11016ccc, 0x08038263, 0x4210fd22, 0x2926266a, 0x6a262629, - 0x26256b83, 0x25262a2a, 0x4026416b, 0x0c0d1617, 0x17160d0c, 0x3f282640, 0x3f220b87, 0x8348f401, 0x02cb250c, 0x61c2fd9f, 0x032b0484, 0x2b2c2d57, - 0x82545582, 0x832d2c2b, 0x83a92009, 0x1b612d08, 0x25251919, 0x252e692e, 0x1b191925, 0x552f0c8c, 0xb86e9e02, 0x01f6fe6e, 0x2e282c69, 0x82002c28, - 0x0a0036f0, 0xf606d800, 0x12008e03, 0x3a003000, 0x4a004400, 0x22250000, 0x06a84f2e, 0x2107b14e, 0x604c3637, 0x4ae6a606, 0x2c290592, 0x294c6a42, - 0x426a4c29, 0x9b078541, 0x665d21e0, 0x08086449, 0x6d130222, 0x2dd91001, 0x54548257, 0x2d2d5882, 0x82a88258, 0x1b602d57, 0x2425191a, 0x242e6a2e, - 0x1b1a1925, 0xd5820c8c, 0x280cd54f, 0xfd9e02c1, 0x000060c2, 0x22cb8204, 0x82b606d8, 0x001326db, 0x002d0022, 0x06d34366, 0x30153023, 0x26038821, - 0x30013011, 0x83173233, 0x070124e8, 0x52012b06, 0x27240569, 0x11012b26, 0x5006cf52, 0x272107e6, 0x82fc8226, 0x34352202, 0x0de85037, 0x14150623, - 0x06e85017, 0x06072408, 0x4a010e07, 0xcafea301, 0xedfe1301, 0x41edc301, 0x294a3434, 0x34344a29, 0x4beded41, 0x4b2e2e5c, 0x45dc0280, 0x242705de, - 0x40372b2a, 0x45171741, 0x112405df, 0x35563d11, 0x0807e045, 0x3a384a2b, 0x361a1a3f, 0x115d653c, 0x59201f10, 0x609e02e4, 0xdcfe60ba, 0x15159e02, - 0x7da87d54, 0x60151554, 0x5b6c5b5e, 0x22fe2f2f, 0x0ad6456b, 0x50171721, 0x242107c2, 0x09c35024, 0x2c2f2808, 0x0b14152a, 0x515c130c, 0x1b26272f, - 0x00001d1c, 0x008f0004, 0x03710690, 0x001500d6, 0x0039002f, 0x25000043, 0x53300130, 0x6e4e1186, 0x0bd44905, 0x2322df84, 0x0a523721, 0x096e4e08, - 0xfea2012e, 0x59168ded, 0x0b360f16, 0x0b380f05, 0x89370982, 0x012fb92f, 0x687301c2, 0x34291b77, 0x1f1e1919, 0x10241b1a, 0x4e1d1c11, 0x3c21065d, - 0x075b4e3c, 0x46039034, 0x45ecfe45, 0x3729c536, 0x014525c8, 0xfd8c4514, 0x4b4e8cd2, 0x142a3605, 0x0b010703, 0x4918170b, 0x2d2c3235, 0x75252120, - 0x34293337, 0x074a4e37, 0x01050036, 0x0535ff32, 0x004105ce, 0x00330026, 0x008a0078, 0x0500009b, 0x202e2c4e, 0x41d14a01, 0x4d012e21, 0x1e290642, - 0x11331701, 0x21231133, 0x26048235, 0x2607020e, 0x82373627, 0x15300810, 0x57387002, 0x2c10103d, 0x2a552322, 0x2d2d3990, 0x17172122, 0x0105010c, - 0x31251c0a, 0x35472b1f, 0x573d221e, 0x42423a35, 0x02414175, 0x393b3f44, 0x2108884a, 0x884a3413, 0x0a0b2206, 0x07884a23, 0x1f233c08, 0x362c2c1f, - 0x2937472f, 0x0e0d4f0f, 0x2d12110e, 0x45413e1d, 0xb2fd4740, 0x030e3408, 0x0edb7968, 0x67030834, 0xbc430179, 0x3e341708, 0x55400212, 0xcba3a556, - 0x30304425, 0x4e81493c, 0x47080d90, 0x0f1b2414, 0x2f4d361d, 0x223c5333, 0x0d3d3e59, 0x3c3f3f3c, 0x013e3d0d, 0x0729353d, 0x262b312e, 0x160a2a0a, - 0x091e1414, 0x402d1709, 0x1a1a2028, 0x05061927, 0x140e0c06, 0x2c253815, 0x0e1a1a48, 0x2b21150e, 0x10153f17, 0x0806594a, 0x5c363335, 0x63104a03, - 0x0200fe1b, 0x1b8dfe9e, 0x01021063, 0x015a62fd, 0x433818f5, 0x5c3a0213, 0x5abcfd5d, 0x1b000300, 0xe506d800, 0x39008e03, 0x7f005c00, 0x49250000, - 0x68430d47, 0x27262205, 0x10694326, 0x260ac04e, 0x0e070607, 0x56222101, 0x3e220597, 0xc95b3301, 0x0c09560a, 0x012722a2, 0x2a775410, 0x490c320d, - 0x91430570, 0x31312c06, 0x573c1111, 0x38374c36, 0x49330c27, 0x23080b73, 0x1f1f1011, 0x8429025a, 0x24131395, 0x57426825, 0x3d0f2276, 0x3a48120f, - 0x4e58584e, 0x0f124c3c, 0x79220f3a, 0x8b491e9e, 0x06b4430b, 0x512e2e23, 0x0bb5432c, 0x2d171729, 0x0c0b292a, 0x43505d13, 0xb12805b5, 0x404154a9, - 0x4d2e2c2c, 0x50053b4e, 0x52200a68, 0x00281a9a, 0x4f000500, 0xb106d800, 0x21099354, 0x93544000, 0x21012234, 0x08028235, 0x06152128, 0x01210702, - 0x22603d54, 0x22232322, 0x60796022, 0x44242444, 0x4e483c60, 0x4f4f904e, 0x0901de01, 0x572c2b57, 0x0d57a357, 0x60032e05, 0x420141fe, 0xa601cdfe, - 0x0136d636, 0x2b41544c, 0xbcfd2a08, 0x59ea015b, 0xbafe525b, 0x00070052, 0x0635ff2e, 0x004205d2, 0x0033001c, 0x00530047, 0x0073005d, 0x37000091, - 0x15300706, 0x05034c30, 0x33301132, 0x37363736, 0x07063330, 0x23171216, 0x1101012e, 0x450ae545, 0x26230cf1, 0x58333027, 0x3320066f, 0x1122cf82, - 0xe5560130, 0x012e2118, 0x082df347, 0x1a42f736, 0x48046d6d, 0x7f5a5a18, 0xba32ae41, 0x92278316, 0xad01a501, 0x2301c0fe, 0x4001ddfe, 0x73742201, - 0x1b6d1b7c, 0x1b6c1b03, 0x2da41878, 0x20014afb, 0x5e65655e, 0x20075d50, 0x29144817, 0x4b6e2308, 0x9f02d01e, 0x1e5cacfe, 0xce4d6d6d, 0x21e8fe4b, - 0xe2fee13d, 0xbb609f02, 0x0161c360, 0x32cbcc08, 0x028232c7, 0xe2fe2927, 0x03f6fe4e, 0x0df84763, 0x48b5fd21, 0x00212d37, 0x8f6b6200, 0xca000535, - 0x360635ff, 0x0f004205, 0x33001700, 0x92006600, 0x4e050000, 0x062a1105, 0x26333007, 0x27012e05, 0x494e3023, 0x30332605, 0x17011e13, 0x06e74933, - 0x53302321, 0x25243037, 0x33270226, 0x16214282, 0x07e34c17, 0x2706f14c, 0x33373637, 0x23070206, 0x262f6c82, 0x07062327, 0x0207010e, 0x3afb3df8, - 0x4e98266e, 0x30340770, 0x0230c631, 0x08340e19, 0xdb796802, 0x030e3408, 0x5bfc7967, 0x48057c44, 0x2e35050e, 0x621e1e3a, 0x563d2262, 0x38374c36, - 0x1a490327, 0x1f3a384a, 0x07eb4d20, 0x90014c08, 0x6e1a6a1a, 0x18092e0d, 0x24080317, 0x0f360b0a, 0x0a360e79, 0x03092309, 0x6b232331, 0x7a1b6e1c, - 0x1910390d, 0x19190219, 0xcb0d3b10, 0x0170b6b6, 0xfe7070bf, 0x3b027041, 0x34949494, 0xfd0f641b, 0xfe9f02ff, 0x1b640f8d, 0x53fd0102, 0x0c212d79, - 0x334b826f, 0x6f2ddb3b, 0x29981e70, 0x3c3cdc2b, 0x94252bdc, 0xa2a1de25, 0x6f245f82, 0x663fea31, 0x3f370082, 0x040031ea, 0x3bff1801, 0x3c05e805, - 0x3a001b00, 0x57004300, 0x41250000, 0x21221a7d, 0xa5612330, 0x3e232306, 0x0a823701, 0x27089843, 0x1e07010e, 0x33110101, 0x2007c543, 0x06764111, - 0x27823320, 0x0806b543, 0x320ccd36, 0x7867030c, 0x0c310ddb, 0x03796803, 0x6d1b7f3f, 0x6b1b021b, 0x9124781b, 0x238b2324, 0x19661980, 0x1a671a02, - 0x248c2478, 0xd9fb9325, 0x0111016c, 0x269a2601, 0x08078043, 0x9a277723, 0x5f17ae27, 0x02fffd18, 0x188efe9e, 0x0002175f, 0xb22d62fd, 0x2db22c2c, - 0x3639e539, 0xa72936db, 0x3e028229, 0x3936da36, 0x022903e6, 0x60c2fd9e, 0x01440801, 0xc732430f, 0x32c73131, 0x43f2fe43, 0x8200f6fe, 0x01062200, - 0x20f38236, 0x2ff382ca, 0x001e0014, 0x0032002a, 0x00500044, 0x23300500, 0x22055744, 0x82061415, 0x5c1720cb, 0x27220fc8, 0x18650723, 0x070b5008, - 0x3e4f0320, 0x2103210e, 0x3a0b6e4e, 0x21016da3, 0x4142685a, 0x79186118, 0x85165a16, 0x2f2e2aac, 0xb603ac29, 0x423bfa3d, 0x10330a64, 0x10c51040, - 0xdc79fd40, 0x11481171, 0x040a2b0b, 0x820b2c0b, 0xdf6e2309, 0x984e6801, 0x02c53f09, 0x485d6c9e, 0xbc2f145f, 0x2db52d2f, 0x2e292b5b, 0xfed52b28, - 0x70b6b696, 0x6f6fbf01, 0xf95041fe, 0x59012107, 0x220d4f4f, 0x540262fd, 0x003007a6, 0x00a90002, 0x03570690, 0x001d00d6, 0x25000033, 0x2005cb41, - 0x05855106, 0x210eae41, 0x05500516, 0x08114905, 0x33304008, 0x03301530, 0x9027a076, 0x64640413, 0x35c21896, 0xa017bc33, 0x02207f20, 0x96208120, - 0x8a33be17, 0x0aeb2d01, 0x164f411c, 0x41955003, 0x4190ccce, 0xa7a720ed, 0x53330127, 0x2426014f, 0x8234d034, 0xfe243402, 0xd7d74fdb, 0x1e720271, - 0x02175446, 0xfd47a148, 0x1000712b, 0x0102c71e, 0x28010634, 0xd8052fff, 0x0f004705, 0x43002500, 0x74005600, 0x4b547c00, 0x33d34f11, 0x194f0120, - 0x071e522b, 0x6d670228, 0x01fb01c7, 0xe84f4173, 0x6b822107, 0x2205fa4f, 0x4f27416b, 0x272509f1, 0x16164027, 0x2c00820d, 0xfd401616, 0x4c6b41d0, - 0x6b4c2929, 0x21078741, 0x1c874126, 0x28264134, 0x0c17163f, 0x170c0d0d, 0xed023f16, 0xfc01c86c, 0x47527901, 0xb7fd3605, 0x822c2b2d, 0x2c815554, - 0x2c2d2d2c, 0x82a9812c, 0x612d2b2c, 0x06384f1a, 0x4f242521, 0x24210538, 0x06454f25, 0x01031a24, 0x2e83572d, 0x2d2d5823, 0x202c8258, 0x502b8a57, - 0x714f093a, 0x011a2205, 0x08ab52e8, 0x39000538, 0xc70635ff, 0x0c004105, 0x3b001600, 0x81005e00, 0x30170000, 0xcb5e3011, 0x10ae6112, 0x2005895a, - 0x0ca34b06, 0x013e0136, 0x010e2337, 0x2e010b07, 0x1e232701, 0x23111701, 0x17163311, 0x33220882, 0x1b823736, 0x23113322, 0x392622a2, 0x2c560901, - 0xd25e582c, 0xad2f0808, 0x21215d3b, 0x21212424, 0x553b2e2f, 0x491e3433, 0x343f110d, 0x454b4b45, 0x0e124335, 0x6a1f0e38, 0x0501c402, 0x22030c01, - 0x09818309, 0x820c0322, 0x6220080c, 0x04373678, 0x18080922, 0x05511617, 0xd5fd6277, 0x0b010402, 0x83092104, 0x04210982, 0x0204010b, 0x36322082, - 0x09092105, 0x52151817, 0xbf627704, 0x34339e02, 0xf75e66c2, 0xb0fd2208, 0x07626128, 0x25133708, 0x07294925, 0x525e3238, 0x355e52a2, 0x0822083c, - 0xa9014f4a, 0x09134c13, 0xeffe1552, 0x51151101, 0x134b1208, 0x9e0263fe, 0x5d0e7575, 0x2e43421a, 0x62fd0ab2, 0x219fff04, 0x00000033, 0xff4d0104, - 0x05b3052f, 0x00170047, 0x008b0051, 0x05b7529d, 0x4a09d350, 0xc25009ed, 0x23594d14, 0x4d0e1649, 0x01202992, 0x2110094f, 0x76468501, 0x4b013809, - 0x0c2a7654, 0x2a240c32, 0x4240362c, 0x0a3b1717, 0x31610a28, 0x48111031, 0x0c2306f1, 0x611a0c33, 0x3b2906d3, 0x10105d65, 0xfd5a1f20, 0x2332848b, - 0x2b2b230d, 0x272e3286, 0x3131620a, 0x563c1111, 0x37384c36, 0x32890d28, 0x82643c21, 0x1f1f2b32, 0x0ce2015b, 0x68020d31, 0x0682db79, 0x79670323, - 0x06b246c5, 0x343d0b32, 0x2b0c2e0c, 0x31391616, 0x0b171827, 0x12020702, 0x250d764d, 0x17172822, 0x764d2b2c, 0x6203210b, 0x012133b1, 0x0f54487e, - 0x0000002f, 0x00cf0002, 0x03310681, 0x003400e5, 0x10f14e4a, 0x666a2620, 0x08985c05, 0x5209ae5d, 0x98080758, 0x1101020e, 0x36321614, 0x11331135, - 0x020e0714, 0x022e2722, 0x02021135, 0x0f34946a, 0x352d0f3f, 0x52504436, 0x2525493a, 0x2a3d3d7b, 0x5e446b4c, 0x5b314646, 0x465d2104, 0x21282847, - 0x7e4b4420, 0x704e2974, 0xc552f901, 0x11108551, 0x3bae764b, 0x82214b3b, 0x3a0f404d, 0x1b1c360f, 0x3a313d48, 0x1706070e, 0x3865393a, 0x21213e59, - 0x03513e21, 0x1c1d322a, 0x1a1a3438, 0x7318100d, 0x44613a65, 0xfd540325, 0x6c6c6bfc, 0xfe04026b, 0x44435c11, 0x16152b57, 0x015c8658, 0x10db82ef, - 0x3d07732d, 0x35ff0a39, 0x4205f606, 0x18000e00, 0x49002b00, 0x5d005300, 0x00006300, 0x5c333001, 0x2b200968, 0x2306965a, 0x11012b26, 0x5c2c824c, - 0x113a1483, 0x15211133, 0x41ed7602, 0x29252568, 0x68252529, 0x4beded41, 0x804b5c5c, 0xb05b49fe, 0xd4013c3a, 0x7e2a292b, 0x292a7ea7, 0x5b5e612b, - 0xfe5f5b6b, 0x2df60222, 0x54558257, 0x822d5782, 0x82a92007, 0x1b612906, 0x24251919, 0x242f692f, 0x88075f4c, 0x0e9a5c0c, 0xc45bfd20, 0x00052606, - 0x06d80003, 0x0abf56fd, 0xbf565920, 0x4c052034, 0xaa601362, 0x2311230d, 0xd8560801, 0x0d2e6b11, 0xd856a420, 0x01963906, 0x080b0105, 0x8283071f, - 0x0b081f07, 0x61010401, 0x12481278, 0x09081f08, 0x12240382, 0x62771247, 0x3a2bec56, 0x134c13a7, 0xfe124b13, 0x121101ef, 0x4a13124a, 0x0263fe13, - 0x279c279e, 0x82165916, 0x22088202, 0x820062fd, 0x00033100, 0x06d80022, 0x008e03de, 0x0033001b, 0x1300006c, 0x561c5953, 0x114c15ff, 0x012e2114, - 0x5c106a59, 0xd7200fd4, 0x28056553, 0x0c320cdb, 0x01796803, 0x0ad45640, 0xd05c4c20, 0x5702212f, 0x220a214b, 0x52010218, 0x0b200854, 0x0832cd5c, - 0x07000025, 0x2fff7c01, 0x47058405, 0x5b003700, 0x75006800, 0xa9009c00, 0x0000d500, 0x0e213001, 0x36330701, 0x66023e37, 0x012407a0, 0x22230607, - 0x23050076, 0x1e171637, 0x15791782, 0x06222905, 0x27012e07, 0x2137013e, 0x663a7666, 0xa46a07d7, 0x011e220d, 0x17a46a33, 0x82352121, 0x055a5f71, - 0x22232624, 0x8383020e, 0x02233c82, 0x82171632, 0x79152001, 0xc28205c9, 0x03213708, 0x03d7fe26, 0x0b06020c, 0x2b200d0d, 0x364b2b1c, 0x3d10101f, - 0x2d392c2d, 0x14342323, 0x0c4f1013, 0x2b230d0e, 0x41413b1c, 0x12342b3b, 0x040f3c0f, 0x7c010411, 0x75666901, 0x3b3b3724, 0x583717fe, 0x2c11103c, - 0x29552323, 0x2d2e3890, 0x17162221, 0xfd6a010c, 0x221e2109, 0x0806fd6a, 0x03414159, 0x2339fe50, 0x1b33248f, 0x1c323a1b, 0x06141f29, 0x0b103f10, - 0x4c381212, 0x1c1b5066, 0x2d190f0e, 0x1a201e1d, 0x52011a69, 0x9e277b01, 0x10101428, 0x361c0c17, 0x2a32314e, 0x10113d2a, 0x16210a0a, 0x143e1815, - 0x0d191110, 0x3a0b3a41, 0x02142141, 0xf93e0209, 0x6657fd3e, 0x01213766, 0x0b666bd1, 0x2827262d, 0x352d2e28, 0x23140101, 0x6b1d101b, 0x3f081266, - 0x207f2068, 0x2e2a2a2e, 0x1138310c, 0x0616271c, 0x1d200619, 0x1e1b2e1d, 0x25241b1a, 0x3e45282b, 0x171c1c1c, 0x0000175a, 0x7a010600, 0x86052fff, - 0x28004705, 0x6c003600, 0x9f009200, 0x0000ca00, 0x680c5868, 0x25222657, 0x83420621, 0x013e2418, 0x5f031e37, 0x5069064c, 0x21132207, 0x14bf5e25, - 0x2219eb6c, 0x61363521, 0x454206a0, 0x6852201e, 0x3935055d, 0x2c22225a, 0x0a04030d, 0x30260e0e, 0x24242b1f, 0x11111e34, 0x055c681e, 0x103d4508, - 0x413bec10, 0x423a3b41, 0xfe340342, 0x070c05d6, 0x210c0d0b, 0x4a2b1d2a, 0x0f101f36, 0x392c2d3e, 0x3523222d, 0x0e101413, 0x1b0d0d34, 0x3c1c2b22, - 0x2b3c4040, 0x3c0e1234, 0x0112070f, 0x3810fd7c, 0x11103c58, 0x552c2382, 0x2d389029, 0x1622212e, 0x03030c17, 0x5e07476d, 0x412205e5, 0x49427541, - 0x6b6b2505, 0x3b1c1b33, 0x21054842, 0x4842400f, 0x1b1c2e07, 0x2c190f0e, 0x1b201d1e, 0x52011a69, 0x2d4868e0, 0xa449f222, 0x24147542, 0x140a2a0a, - 0x0b764221, 0x01017423, 0x2d3b42b9, 0x42605f21, 0x0021243a, 0x061f5306, 0x0f00422f, 0x28001c00, 0x57003200, 0x00007a00, 0x07e95805, 0x30133034, - 0x17121633, 0x30272603, 0x30070623, 0x2e333007, 0x3d530101, 0x1e043a5c, 0xe206240a, 0x640a2406, 0x872182c9, 0x0b0af121, 0x3c0a0b0c, 0xfc290bb1, - 0x1d34539b, 0x4a0d1f29, 0x44343f11, 0x53444c4c, 0x09270d34, 0x82820421, 0x53092203, 0x093a0734, 0x18080521, 0x15520517, 0x23cb6277, 0x7f18187f, - 0x709f0223, 0x017041fe, 0x008231e0, 0x24d35708, 0x02a6018c, 0xc233349e, 0x01f2fe67, 0x3e292668, 0xb1fd2529, 0x842a2b27, 0x2a2b83b6, 0x25251413, - 0x3929074a, 0xa1535e32, 0x3c365e53, 0x4a082109, 0x13a8014f, 0x5216144c, 0x01f0fe09, 0x16510810, 0xfe124b14, 0x769e0264, 0x0e5d1975, 0xb10b4242, - 0x0062fd2f, 0x67410700, 0x00162c08, 0x002a0020, 0x003f0035, 0x7f870064, 0x06230807, 0x6c321507, 0x0e200634, 0x24052571, 0x34013d36, 0x0b237126, - 0x7f730120, 0x47b35413, 0x98022208, 0x504e1001, 0x171d3437, 0x090a2218, 0x22392816, 0xa766d5fe, 0x25262625, 0x252197a7, 0xfd972125, 0x507d413b, - 0x59d4013f, 0x05484154, 0x280b0b0c, 0x2b211c1c, 0x5a1c3347, 0x2b2d2b27, 0x28245727, 0x0123292b, 0x5185411e, 0x05000034, 0x2fff2701, 0x4705d905, - 0x34002a00, 0x71003c00, 0x14827d00, 0x2409d972, 0x3233023e, 0x19f17516, 0x5410ff6a, 0x76650e7b, 0x0d756508, 0x210a0b62, 0xb16f020e, 0xf402210b, - 0x261f0676, 0xfb3c7302, 0x6ce56f3a, 0x40260705, 0x4010c611, 0xe170b6fd, 0x270a210d, 0x2616756b, 0x3f215e64, 0x542e015a, 0x5f2009d3, 0x21071676, - 0x16762d59, 0x08652e08, 0x2f101008, 0xfe5d341f, 0x02b6b69b, 0x0b505b9e, 0x51544e20, 0x0b2f210a, 0x540f7376, 0x5c250982, 0x374d2f51, 0x0915701d, - 0x0200003d, 0x43ffce01, 0x3b043205, 0x3b002100, 0x30050000, 0x26272223, 0x2e353035, 0x82262701, 0x05417408, 0x1617322f, 0x15011e17, 0x15070214, - 0x3e322733, 0x05b76701, 0x23022e22, 0x08085b6f, 0x04021e28, 0x28558e70, 0x2f885527, 0x3e191b2f, 0x50503938, 0x395050c4, 0xa0bb3e38, 0x603af09a, - 0x13131244, 0x3a604412, 0x09855f3b, 0x2cbd5f31, 0x0b4c492b, 0x5b41414d, 0xc27f735c, 0x82224142, 0x42413400, 0xfee17fc2, 0xf2671cfc, 0x37374c28, - 0x37459e45, 0x8a284c37, 0x0300290a, 0xe4001300, 0x8303ed06, 0x3d220782, 0x79675100, 0x051d6c05, 0x4b0ac15d, 0x03220694, 0xf8570330, 0x23302307, - 0x436c1130, 0x2311230f, 0x01822130, 0x01303522, 0x23080584, 0x06153021, 0x30210702, 0x1772cfe3, 0x170d175d, 0x2270175b, 0x0903228a, 0x0c010501, - 0x82081e08, 0x071f0882, 0x36059744, 0x07124912, 0x08080820, 0x4812081f, 0x02627712, 0x0141fe9a, 0x62cefe41, 0xe432068e, 0x9b010301, 0x3131c832, - 0xfe4432c8, 0xfdfe45ee, 0x874b9d01, 0x09956221, 0x04000028, 0xd8004c00, 0xe382b406, 0x1e001426, 0x5f002800, 0xf35de583, 0x7211201d, 0x11210656, - 0x32994a01, 0xfe5db920, 0x60192106, 0x2408fe5d, 0x02ac2a2e, 0x076e6813, 0xfe580327, 0x030c03d7, 0x23244a07, 0x4a0e1321, 0xe4200624, 0x270e085e, - 0x2b292e28, 0x0296fed5, 0x2a067268, 0x279e2840, 0x17101014, 0x49351d0c, 0x11210fc5, 0x0ec54910, 0x00820020, 0x73010431, 0x8d052fff, 0x4c004705, - 0xb4007d00, 0x7200e000, 0x1720162f, 0x2106e24a, 0x01840607, 0x011e1522, 0x8405f24a, 0x2306220d, 0x05115722, 0x82372721, 0x0c3a7217, 0x210a324b, - 0x716b2627, 0x06364b06, 0x36370123, 0x85558632, 0x010e2354, 0x68412107, 0x8a012033, 0x1d514964, 0x67500221, 0x620811aa, 0x1d1d2828, 0x0a0a1110, - 0x17181212, 0x13331d1a, 0x110b0b13, 0x2c1f2011, 0x232f362c, 0x141c1b24, 0x0d4f0f15, 0x2d12111c, 0x45423d1d, 0x80034740, 0x8f2439fe, 0x1b1c3323, - 0x1b321e1d, 0x0b0f0f2a, 0x4010050a, 0x13110b0f, 0x66262637, 0x0e1c1b51, 0x1616190e, 0x1a201e1d, 0x52011b69, 0xd6fea7fd, 0x49030b03, 0x37350893, - 0x3e100f1e, 0x2d392d2c, 0x14342322, 0x0d4e0f14, 0x2c220e0d, 0x0692491b, 0x4c3b0f21, 0x02240507, 0x2438fe50, 0x2107b34b, 0xb34b1e2a, 0x854b2008, - 0x4b18205e, 0x4d7208b3, 0x0c270810, 0x2116170b, 0x1a20291f, 0x0c141419, 0x0604060d, 0x1d14151a, 0x242c251c, 0x0e191a24, 0x110a0a0e, 0x17161511, - 0x7222143e, 0x75200955, 0x2609614b, 0x0e111c1c, 0x4b13140e, 0x0d210764, 0x05654b0e, 0x1f442923, 0x05664b1f, 0x4c460521, 0x62202b22, 0x2028bb4b, - 0x06274f04, 0x0f008328, 0x37002e00, 0xfb5d8f03, 0x25d17e13, 0x27022625, 0x18011d33, 0x18223546, 0xc9158a45, 0xa65fa638, 0x90042026, 0x20388798, - 0x3d461815, 0x37012215, 0x7745183d, 0x18149414, 0x9111b345, 0xa638a611, 0x215fcc26, 0x46183335, 0x0130103f, 0x01b2663a, 0x6b0601c9, 0x0f103736, - 0x27281d1d, 0x12544018, 0x18eb0123, 0x0346185f, 0x03012d4f, 0x040c040e, 0x380e040e, 0x390e7c0e, 0x46180782, 0x01285204, 0x18621964, 0x0f390f7a, - 0x0b376b82, 0x0f030e04, 0x29030f3d, 0x4502bbfd, 0xb0fd5959, 0x3c7f4242, 0x18373c3d, 0x210aab40, 0x40183430, 0x4a200aab, 0x03da4510, 0x00002f55, - 0x47000500, 0xb906d800, 0x1e008e03, 0x0b822f00, 0x70005828, 0x0e010000, 0xef6c0701, 0x0662770a, 0x16201482, 0x7b05f16c, 0x05202456, 0x013925a4, - 0x103d0f10, 0x10046c6c, 0x791e1040, 0x9f287e1e, 0x2bad2b28, 0x02882283, 0x18ea7a63, 0x07060627, 0x0231100f, 0x08209f52, 0x46121d21, 0x9e02cf12, - 0x5115acfe, 0x24912514, 0x412fbc2f, 0x3441fefe, 0x2ef0fed1, 0x53404059, 0x7a414052, 0x1b350691, 0x762b4934, 0x1b34482c, 0x2424341b, 0x252b762c, - 0x1b1a1b23, 0x2224a35c, 0x4e060000, 0x2f3a0893, 0x63004200, 0x97008d00, 0x00009f00, 0x30213005, 0x36373035, 0x30353637, 0xdb493435, 0x37362a0a, - 0x1e32013e, 0x15161701, 0x05814a14, 0x010e0725, 0x56052107, 0x3521052a, 0x211d8234, 0xab7c3637, 0x4d3d8306, 0x26210555, 0x20018227, 0x222f8522, - 0x4a14011d, 0x012005d2, 0x08d14118, 0x242ff74e, 0x39fe4503, 0x091053d6, 0x2c055955, 0x664c1c1c, 0x0f0e3750, 0x17160c0d, 0x0612531d, 0x3f490126, - 0x0e3c2e2e, 0x23080082, 0x3f2e2e3c, 0x7c76767c, 0x10181922, 0x0606070f, 0x18100f07, 0x19184519, 0x0706100f, 0x0f100607, 0x89fe1819, 0x25200d4f, - 0x3afb3d74, 0x0d4fe46e, 0x68c52c0c, 0x292a2ebf, 0x38310c2f, 0x49261d11, 0x172a06c1, 0x351e1b17, 0x282b2524, 0xc1492223, 0x17672207, 0x07447c18, - 0xb7181733, 0x5cb6b8fe, 0x1a1a0e0e, 0x752d2423, 0x1a24242c, 0x29a0821a, 0x231b1a0e, 0x2d752c24, 0x0e832324, 0x4f770321, 0x20082c2b, 0x06000000, - 0x95fe0b01, 0x3c05f505, 0x39001f00, 0x4b004100, 0x6e005500, 0x30010000, 0x3d262223, 0x14f94e01, 0xf94e0620, 0x0792671a, 0x9b770120, 0x18052012, - 0x08171041, 0x5fe50223, 0x5b383539, 0x1211201f, 0x3625262a, 0x35368235, 0x7c292626, 0x27a1676b, 0x0c0d2d40, 0x402d0d0c, 0x2d098227, 0x0c0d0d0c, - 0xed02402d, 0xfb01c76d, 0x127a3bfb, 0x15042b0c, 0x09230905, 0x18186219, 0x08821962, 0x80670538, 0x7bb306b4, 0x3a95fe67, 0x34073231, 0x3e3d2b2b, - 0x2c81554c, 0x0082172b, 0x812c2b3d, 0x13ad9655, 0x331aa245, 0x6a2d2525, 0x3324252e, 0x24331b1b, 0x2d6a2e25, 0x67332525, 0x01210886, 0xca461824, - 0x2e292d09, 0x123e2b28, 0xb32c1249, 0x2cb32d2d, 0xfd220882, 0x411802ff, 0x022c0718, 0x81008500, 0xe5037b06, 0x4d003400, 0x41357764, 0x39081716, - 0x9469b701, 0x103e1035, 0x4435362c, 0x49395151, 0x3d7a2526, 0x6c4c2a3e, 0x45465f43, 0x21035b31, 0x2848465d, 0x44212027, 0x29757e4a, 0xfa03714e, - 0x0b2c0b06, 0x24238113, 0x08821381, 0xa1820627, 0x9ae007e1, 0x2d846482, 0x178f022a, 0xec22175a, 0x22ec4040, 0xfd380882, 0xfe46037f, 0xfcaa0156, - 0x030000ba, 0x9000b500, 0xd6034b06, 0x15000b00, 0x2119bd7b, 0xe5760109, 0x01b63c11, 0x7f7f7468, 0x34d8e174, 0xd8343939, 0xedfe5a03, 0x1758178c, - 0x050f370a, 0x820a380f, 0x2e883409, 0x03902eba, 0x89e68946, 0xc501b2fe, 0x323a3236, 0x7631fd36, 0x252205b1, 0xb17637c8, 0x8200200a, 0x07135000, - 0x2007b745, 0x46b5457e, 0x0834c64e, 0x3d101521, 0x036d6d0f, 0x1f104010, 0x287f1e78, 0xac2b27a0, 0x8722832b, 0x5c3f6302, 0x0e0e0f3b, 0x445c3b0f, - 0x3128053c, 0x1f0d0d1f, 0x1f314531, 0x22053444, 0x501a0331, 0x02203248, 0x213dd745, 0x6950ef01, 0x01053a2c, 0x052fff5b, 0x004705a5, 0x003e0034, - 0x00810048, 0x050000a2, 0x36272622, 0x07af7937, 0x20103754, 0x04451802, 0x44252011, 0x01201207, 0xf968458c, 0x0d697629, 0x2a0ee76a, 0x010e1716, - 0x76555002, 0x7f26252a, 0x0b2314d7, 0x7f091e1a, 0x01210dd8, 0x0542442d, 0x2aacb335, 0xac2a2e2e, 0x76542cfe, 0x2425262b, 0x40372b2a, 0x69161842, - 0x0d211138, 0x0e386919, 0x3b058476, 0x41692425, 0x2d227558, 0x3b48112e, 0x4e58584e, 0x0a134b3d, 0xd079224d, 0x2323343d, 0x54050a69, 0x0a230e84, - 0x54081b16, 0x617b1285, 0x2e292507, 0x18012b28, 0x48693d89, 0xb12a0826, 0x404055a9, 0x4d2d2c2d, 0x3019194b, 0x665d6a39, 0x313e695d, 0x52492f06, - 0x04000000, 0xe4002e00, 0x8303d206, 0x27000f00, 0x41183600, 0xcd5e15f7, 0x61132015, 0x62251825, 0xfc01c86c, 0x09a55570, 0x40ed832b, 0x28252569, - 0x69252528, 0x05ee6040, 0x41188120, 0x022009f8, 0x2705d370, 0x2a2a9e02, 0x7da87d2a, 0x60270582, 0x5b6c5b5e, 0x8222fe5e, 0x06002d9e, 0x2fff4b01, - 0x4705b505, 0x1e001500, 0x4930ab82, 0xd8016e00, 0x30050000, 0x30213035, 0x37123635, 0x2e054d74, 0x30233015, 0x30253015, 0x30113033, 0x5e010e23, - 0x3e20070c, 0x08e34418, 0x35480120, 0x012e2307, 0x297e0622, 0x021e2407, 0x69262201, 0x0e2108f8, 0x06a34201, 0x46181d20, 0x352b0e91, 0x0f231133, - 0x0e0f1501, 0x840d0f15, 0x85088205, 0x820e8802, 0x2e052708, 0x35372701, 0x02840b3f, 0x05840a20, 0x06200b88, 0x073c1793, 0x15331133, 0xc9fea102, - 0x8e2db52d, 0xbffe5c5c, 0x8e2307db, 0x5c3eaf02, 0x1d0f0e3c, 0x09cd4418, 0x00820720, 0x310f0f26, 0x0f103145, 0x07390982, 0xeefd311f, 0x49279683, - 0x3b584168, 0x3c0f213b, 0x3b481110, 0x2d2d2c4d, 0x5049182c, 0xbc2f220a, 0xb34b1808, 0x222eeb2e, 0xd20b2c0b, 0xd202206e, 0x01012453, 0x18c5a3a6, - 0x290e1d4a, 0x582fe2fe, 0x51524140, 0x45185883, 0x243b07ba, 0x2b752c25, 0x1a1a2425, 0x1a1a1c1c, 0x752b2524, 0x3324252c, 0xb106031c, 0x188055a9, - 0x2c0f7148, 0x09313e34, 0x29490923, 0x015a0b29, 0xd0b1d4f5, 0x280a2254, 0x8953d00a, 0x55b64150, 0xfd235f86, 0x84005abc, 0x000e2400, 0x840100ae, - 0x20048309, 0x240b8602, 0x000d0001, 0x240b861f, 0x00070002, 0x240b863d, 0x00290003, 0x200b8699, 0x20238204, 0x240b86df, 0x010f0005, 0x2a0b860d, - 0x010c0006, 0x00030037, 0x83090401, 0x85038252, 0x0001240b, 0x8603001a, 0x00022417, 0x862d000e, 0x0003240b, 0x86450052, 0x8204200b, 0x86c32023, - 0x0005240b, 0x86ed001e, 0x0006240b, 0x821d0118, 0x46003149, 0x72007500, 0x61006e00, 0x65006300, 0x49002000, 0x6f200782, 0x732e0f82, 0x75460000, - 0x63616e72, 0x63492065, 0x0e826e6f, 0x1f825220, 0x2d826720, 0x2b826c20, 0x00007228, 0x75676552, 0x0882616c, 0x6c004522, 0x63221982, 0x47827400, - 0x3d826920, 0x4b002022, 0x65200f82, 0x20220f82, 0x51823a00, 0x1f856199, 0x35003122, 0x3820ba82, 0x32380382, 0x32003000, 0x00003300, 0x63656c45, - 0x63697274, 0x65654b20, 0x203a2074, 0x0f82898c, 0x2d353127, 0x30322d38, 0x992a8232, 0x20bf8f5d, 0x26958256, 0x00730072, 0x826f0069, 0x822020df, - 0x0030246b, 0x842e0031, 0x00303007, 0x72655600, 0x6e6f6973, 0x31303020, 0x8230302e, 0x41598d10, 0x16411117, 0x00002306, 0x008b0002, 0x0c8b0120, - 0x3f200b84, 0x82080582, 0x00020001, 0x01020103, 0x01040103, 0x01060105, 0x01080107, 0x010a0109, 0x010c010b, 0x010e010d, 0x0110010f, 0x01120111, - 0x01140113, 0x01160115, 0x01180117, 0x011a0119, 0x011c011b, 0x011e011d, 0x0120011f, 0x01220121, 0x01240123, 0x01260125, 0x01280127, 0x012a0129, - 0x012c012b, 0x012e012d, 0x0130012f, 0x01320131, 0x01340133, 0x01360135, 0x01380137, 0x013a0139, 0x073c013b, 0x45696e75, 0x86304630, 0x86312007, - 0x86322007, 0x86332007, 0x84342007, 0x30312107, 0x31212785, 0x21278530, 0x27853031, 0x85303121, 0x30312127, 0x35202787, 0x36202f86, 0x37200786, - 0x38200786, 0x39200786, 0x41200786, 0x42200786, 0x43200786, 0x44200786, 0x45200786, 0x46200786, 0x31210785, 0x20078630, 0x86078631, 0x8631207f, - 0x8631207f, 0x8631207f, 0x8631207f, 0x8631207f, 0x8631207f, 0x8631207f, 0x8631207f, 0x8631207f, 0x8631207f, 0x8631207f, 0x8631207f, 0x8631207f, - 0x3032217f, 0x32217785, 0x86078631, 0x8632207f, 0x8632207f, 0x8632207f, 0x8632207f, 0x8632207f, 0x8632207f, 0x8632207f, 0x8632207f, 0x8632207f, - 0x8632207f, 0x8632207f, 0x8632207f, 0x8632207f, 0x3033217f, 0x33217785, 0x86078631, 0x8633207f, 0x8633207f, 0x3533287f, 0x01000000, 0x4400ffff, - 0x00260761, 0x14000c00, 0x15820400, 0x00000224, 0x03860100, 0x00240985, 0x31cbd6df, 0x64181182, 0xfa050c53, 0x1a9751d1, + 0x0000bc57, 0x00000000, 0xcc6d0000, 0x00000400, 0x00010037, 0x000e0000, 0x00030080, 0x54464660, 0x4458a24d, 0x6d000089, 0x281582b0, 0x4544471c, + 0x00150046, 0x200f8214, 0x2b0f8394, 0x322f534f, 0x7552fa8c, 0x68010000, 0x562c0f82, 0x70616d63, 0x8dc99dcd, 0x60020000, 0xe02c1382, 0x20747663, + 0x6f043b00, 0x40040000, 0x04261f82, 0x70736167, 0x5982ffff, 0x8c6d0022, 0x08280f82, 0x66796c67, 0x3fd5de2d, 0xdc2c1f82, 0xd8630000, 0x64616568, + 0xad24a224, 0xec201b82, 0x36210382, 0x23108268, 0x05068209, 0x24204b82, 0x24280f82, 0x78746d68, 0x1c12b128, 0xc0200f82, 0x9e280f82, 0x61636f6c, + 0x50b6999c, 0x44203f82, 0x98270f82, 0x7078616d, 0x82039500, 0x4801213b, 0x202c0f82, 0x656d616e, 0x1fd1e37f, 0xb4680000, 0xe62c3382, 0x74736f70, + 0x39fe916a, 0x9c6a0000, 0xf020a382, 0x012deb84, 0xff390000, 0x0f5f2c8b, 0x0b00f53c, 0x25368207, 0xfde00000, 0x08839fff, 0xdc04e12b, 0xfe80fcc9, + 0x05000768, 0x220f82e0, 0x82020008, 0x82028305, 0x00062233, 0x290982ff, 0x80fc0007, 0x00070000, 0x0c820100, 0x0420028b, 0x4b251184, 0x0800bb03, + 0x21008300, 0x23830002, 0x40222583, 0x0b822e00, 0x072b0d82, 0x00900100, 0x04000005, 0x82e6048c, 0x85fa2011, 0x5c032b07, 0xcf015900, 0x00020000, + 0x15820905, 0x01210285, 0x84078510, 0x75462905, 0x40005472, 0x41e12000, 0x06208385, 0x04856a84, 0x3b208b84, 0x07202683, 0x03830482, 0x0280fc25, + 0x82910009, 0x0052220c, 0x2c798220, 0x003500a5, 0x0029004b, 0x006d0191, 0x349b8278, 0x00470060, 0x00170152, 0x004a000a, 0x0032018f, 0x004f001b, + 0x2631822e, 0x011801ca, 0x82a90036, 0x0028251b, 0x004d0133, 0x23829182, 0x22000338, 0x7a017c01, 0x39003900, 0xce012701, 0x4c001300, 0x22007301, + 0x0d824700, 0x85000b24, 0x0f82b500, 0x2e005b26, 0x5c004b01, 0x2a200184, 0x53200582, 0x4b260382, 0x53005e00, 0x0982c800, 0x00218882, 0x83048203, + 0x861c2003, 0x00da22b3, 0x24098403, 0x0004001c, 0x2e1b82be, 0x00080008, 0x00000002, 0xe1f4e020, 0x84ffff41, 0xe1f02609, 0xffffff00, 0x200b82e3, + 0x222b8400, 0x820e0006, 0x0004260b, 0x00060005, 0x202f8207, 0x249d8209, 0x000c000b, 0x2617820d, 0x0010000f, 0x82120011, 0x00142c9d, 0x00160015, + 0x00180017, 0x821a0019, 0x1c3808db, 0x1e001d00, 0x20001f00, 0x22002100, 0x24002300, 0x26002500, 0x28002700, 0x2a002900, 0x2c002b00, 0x2e002d00, + 0x30002f00, 0x32003100, 0x34003300, 0x36003500, 0x38003700, 0x2008f182, 0x003b003a, 0x003d003c, 0x003f003e, 0x00410040, 0x00430042, 0x00450044, + 0x00470046, 0x00490048, 0x2098824a, 0x829c8506, 0x01002299, 0x21058202, 0x008d0002, 0x84000121, 0x40148dfc, 0x3b22ce0d, 0xd1826f04, 0x85002c21, + 0x3caf0801, 0xc6008400, 0x24056404, 0xd406c405, 0xea075807, 0x3409ce08, 0xb00a7609, 0x880bfe0a, 0x2e0cee0b, 0x6a0de60c, 0x640ed80d, 0xa40fca0e, + 0xbc105a10, 0xc6117e11, 0x0c139212, 0xd8138c13, 0x48159814, 0x12173816, 0x1e1b8017, 0x341cae1b, 0xea1dc01c, 0xbc1f081f, 0x34218020, 0xfc218a21, + 0xc8238622, 0xca272a27, 0x5229b028, 0x0a2ac629, 0xa42bbe2a, 0x162ef42b, 0x682e442e, 0xf02f8e2e, 0x6a300c30, 0x1e31d230, 0xac315631, 0xec31de31, + 0x3b000200, 0x15020000, 0x0300aa04, 0x2e000700, 0x2f0001b1, 0x0407b23c, 0xb132ed00, 0x3cdc0506, 0x820203b2, 0xb100220a, 0x20168303, 0x27168305, + 0x010607b2, 0x01b23cfc, 0x33371783, 0x25112111, 0x3b211121, 0x61feda01, 0x9cfe6401, 0x56fbaa04, 0x8234043b, 0xfc0226ed, 0x03f5ff80, 0x20098280, + 0x2e598201, 0x25210500, 0x0533fd21, 0x07b3f99a, 0x820b0b00, 0x03250815, 0x0f000902, 0xfd03f704, 0x25001b00, 0x00002f00, 0x32213001, 0x0e141516, + 0x07060701, 0x16171615, 0x15011e17, 0x2f0b8214, 0x2123010e, 0x36322137, 0x2634013d, 0x33352123, 0x4d080985, 0x0a02012b, 0x8e7dbd01, 0x2020311f, + 0x25251e1e, 0x132b1f20, 0x5f232214, 0xa217fe38, 0x483f1801, 0xe8fe3f48, 0x42423dfc, 0xfd03fc3d, 0x4f38778d, 0x030c0d32, 0x0d0d0208, 0x3f581c1c, + 0x2735363c, 0x428b2c27, 0x423e313e, 0x2e393e88, 0x8f833e3a, 0x91003008, 0x6f066300, 0x0f00a903, 0x2b001700, 0x30250000, 0x30213027, 0x36233007, + 0x16333712, 0x30011712, 0x30070623, 0x30012633, 0x30270011, 0x85133033, 0x02062f03, 0x02301107, 0xc7fe4cea, 0xbf2f8a49, 0x0382ab2f, 0x8dfe3408, + 0xf73d3c06, 0xfe84023c, 0xcc9b17f7, 0x3794cb04, 0xe3631dce, 0x2e028ce3, 0xd2fd8c8c, 0xb9c9028c, 0xf0fdb9b9, 0xd4014a01, 0x018bfe28, 0x9afe6175, + 0x82b3fe32, 0x03002182, 0xab3a0482, 0x61030007, 0x8c035803, 0x0000ba03, 0x27022637, 0x021d3033, 0x17041d17, 0x0290031d, 0x11a31491, 0x26f14782, + 0x86957191, 0x17011e26, 0x37013e33, 0x86067341, 0x033d220d, 0x20028937, 0x850b8a04, 0x8211a317, 0x9126f129, 0x2e86a171, 0x07020633, 0x27022623, + 0x2327012e, 0x8207010e, 0x22052d0d, 0x013e2726, 0x33011e37, 0x26343532, 0x26291883, 0x34352627, 0x16323336, 0x2b218217, 0x2223012e, 0x17141506, + 0x011e1716, 0x15230285, 0x82250614, 0x2223223b, 0x26288227, 0x37342627, 0x823e3736, 0x2021823c, 0x352c8407, 0x1614011d, 0x3e373233, 0x23013d02, + 0x23113335, 0x185e188e, 0x00cc0168, 0x040e0434, 0x030e040c, 0x7b0e390e, 0x030e390f, 0x030d030f, 0x61cc040e, 0x18640127, 0x0e7a1962, 0x205c833a, + 0x3b5c820c, 0x020f3c0f, 0x276e4bf0, 0x1d0c2f0b, 0x2a77314d, 0x0a240934, 0x702a2b5a, 0x24634865, 0x3c081382, 0x3731401a, 0x31161637, 0x30092409, + 0x13161544, 0x0c430274, 0x34484f09, 0x20212b2c, 0x12121213, 0x3d5f2222, 0x1e38375a, 0x3c461153, 0x48505048, 0x271a1a1e, 0x5adf7c16, 0xbe0170b7, + 0x10b8cd70, 0x47014d00, 0x19681a2d, 0x44196719, 0x44441001, 0x8244f0fe, 0x6819220a, 0x5b01101a, 0x47414701, 0x70af084d, 0x457042fe, 0x1a451301, + 0x67191967, 0xedfe451a, 0x36380b45, 0x290b2a0b, 0x2f2c6d2c, 0x0207020d, 0x512d2c15, 0x3431615c, 0x250b290a, 0x2a342d24, 0x020c1516, 0x1f0b0208, + 0x293f1717, 0x306e6865, 0x2a13133e, 0xb8424229, 0x2a2a4242, 0x47262728, 0x5c393131, 0x5c52a452, 0x31210908, 0xfe573b1e, 0x0700009e, 0x02ff5200, + 0x1a05ae06, 0x24001a00, 0x49003800, 0x78005300, 0x00008000, 0x35262205, 0x023e3734, 0x07063337, 0x010e0706, 0x013e3307, 0x15163233, 0x32270614, + 0x2334013d, 0x14011d22, 0x27022603, 0x17121633, 0x36331716, 0x82123637, 0x0702272a, 0x21112321, 0x27831732, 0x23130727, 0x2327012e, 0x07794837, + 0x22011527, 0x012e2726, 0x222a8234, 0x82333637, 0x06172123, 0x080b5845, 0x1e373698, 0x010e1701, 0x15011105, 0x35011101, 0x6d6ba201, 0x4f3a0f10, + 0x2a3b8a31, 0x251d1e2a, 0x47110c09, 0x6e5f5131, 0x6c6d6d6a, 0x2183211f, 0x1450136b, 0x0e0c0e0e, 0x144e140e, 0x20832169, 0x01658f01, 0x2b2c5609, + 0x71803a39, 0x78175608, 0x2626249b, 0xad029b24, 0x21225d3a, 0x22212323, 0x563b2e2e, 0x0d1f3333, 0x353e1249, 0x444c4c44, 0x0f124236, 0x69200e38, + 0x2801e4fe, 0xd8fe72fe, 0x3c7f84fd, 0x606f3c3d, 0x28292d22, 0x32562829, 0x676a312f, 0x7755776a, 0x02827719, 0x18035608, 0x6fbf0170, 0x46e7fe46, + 0x4e4f4f4e, 0x46190146, 0x7041fe6f, 0x34339e02, 0x11604d60, 0xc913e7fe, 0x2a265536, 0xde262a3e, 0x2a278efe, 0x84b6842a, 0x14142a2a, 0x074a2525, + 0x5f323929, 0x5e53a152, 0x21083b36, 0xb24e4a09, 0x100134fe, 0x0192fe82, 0x82effecd, 0x3f008200, 0x00200004, 0x03e006ab, 0x000b0061, 0x004a0015, + 0x37000074, 0x21301130, 0x06141632, 0x0119012b, 0x2008b749, 0x05ce4601, 0x16171622, 0xd0461282, 0x012e2806, 0x023e3435, 0x46173233, 0x072c08d1, + 0x16141506, 0x011e011f, 0x020e1415, 0x2105cd46, 0x2485022e, 0x46171621, 0x36230cc6, 0x46013e37, 0xd10806c8, 0x5d200121, 0xb45d6666, 0x2f2e2aad, + 0xdd02ad29, 0x0c2a7655, 0x2b230d32, 0x4141362b, 0x270a3b2e, 0x2162620a, 0x4c36563d, 0x0d283738, 0x4b1a0d32, 0x20203938, 0x643c3734, 0x5a3f205d, + 0x0a04dd02, 0x663c4c5e, 0x4d2a294a, 0x7d5a426c, 0x51135923, 0x6161503d, 0x1d1c2050, 0x8a191616, 0x02b75ff3, 0x6db96d9e, 0x6a01f5fe, 0x292e282b, + 0x3db6fd2b, 0x0c2f0b34, 0x3a17162b, 0x0c2e2731, 0x12020702, 0x482c515c, 0x1a1b1b31, 0x0b2d0b32, 0x18172921, 0x0b292a2c, 0x505d130c, 0x1d374d2f, + 0x2d403171, 0x54548257, 0x502e5881, 0x3b2f3447, 0x5d6e5d66, 0x10080966, 0x34202f0f, 0x009bfe5d, 0x002e0005, 0x03d206ab, 0x00120061, 0x002a001f, + 0x00460134, 0x68422500, 0x013e2807, 0x14021e32, 0x4227020e, 0x222a0583, 0x14011d06, 0x21110516, 0x5e411732, 0x2e052c0f, 0x1d232701, 0x0f1d1707, + 0x870e1d17, 0x820b8502, 0x11013305, 0x16331123, 0x011e1712, 0x053d3317, 0x270f3d27, 0x02870e3d, 0x042d0b88, 0x23113311, 0x33010226, 0x2223603c, + 0x3a028223, 0x44607a5f, 0x61442323, 0x4f4f483c, 0x014f4f90, 0x560901df, 0x56572b2c, 0x82259aa3, 0x029a2600, 0x09220863, 0x0732440c, 0x21756228, + 0x23082285, 0x10880d08, 0x85217623, 0x074c42ac, 0x5428282d, 0x5484b684, 0x525d5a27, 0x845d52a2, 0x024f3304, 0xc134339e, 0x01f1fe67, 0x3d2a2569, + 0x15b22629, 0x7f441553, 0x284dae4d, 0x0270fe02, 0xf4fe439e, 0x80884043, 0xfd900126, 0x0c014362, 0x3a055f43, 0x065400a5, 0x00b8035b, 0x0048002f, + 0x005e0054, 0x23302500, 0x2223010e, 0x4435022e, 0x3e43078a, 0x49062008, 0x362106e3, 0x35018237, 0x3523013d, 0x01231121, 0x15163221, 0x0e070614, + 0x1e150701, 0x0b821702, 0x020e0730, 0x33372123, 0x3d363732, 0x26273401, 0x5d4d012b, 0xe541080a, 0x60740e04, 0x345c804a, 0x43303035, 0x9c715343, + 0x124a122b, 0x634d6518, 0x28637979, 0x1b1b2424, 0x01ac1010, 0x0601772f, 0x77697201, 0x3415141b, 0x353d1a1a, 0x10111311, 0xfe2f4f39, 0x35e98768, + 0x0800821e, 0xd2e9356a, 0x33373733, 0x503de2d2, 0x6aa26d38, 0x3738a268, 0x59631c1c, 0x3b0b2b0b, 0x88757f49, 0x0b0a7f75, 0x1e1d1413, 0xfe754127, + 0x76460341, 0x15422f62, 0x07031415, 0x242f1601, 0x2c323525, 0x7525412d, 0x29331c1b, 0x711c1b34, 0x30273033, 0x00000033, 0x00350005, 0x03cb06ab, + 0x001f0061, 0x00530046, 0x00660060, 0x26222500, 0x2c131b44, 0x011e3736, 0x06070617, 0x012e2221, 0x23218227, 0x013e3736, 0x82050646, 0x32072a14, + 0x033e1716, 0x021e3233, 0x10584315, 0x2135a808, 0x37123635, 0x15331133, 0x33251523, 0x010e2311, 0x96834e01, 0x41694926, 0x5b217658, 0x4d3b4811, + 0x3d4d5959, 0x3a0f124c, 0x3c3d210e, 0x5738fc01, 0x2c10113c, 0x29552323, 0x2d2d3990, 0x16172221, 0x0104020d, 0x30251c0b, 0x35482a20, 0x573e211d, + 0x41413b35, 0x02424275, 0x2dc9fea1, 0x5b8e2eb5, 0xdbbefe5b, 0xac8e2307, 0x8154a9b1, 0x4b4d2e58, 0x6a393032, 0x6a5d665d, 0x2309313f, 0x29294909, + 0x30304424, 0x3680493d, 0x291c5336, 0x29282627, 0x01362d2d, 0x1b231501, 0x4d371c0f, 0x3c53332f, 0x3d3e5821, 0x843e3d0d, 0x4d2f0804, 0x014a5d83, + 0x3afe4a2a, 0x01d88355, 0x00ed3b63, 0xff4b0008, 0x05b50608, 0x000c0015, 0x001c0016, 0x005c0028, 0x00720068, 0x1700009b, 0x44301130, 0x01211235, + 0x23ec8311, 0x15211133, 0xa6450187, 0x2d754c06, 0x2406b44c, 0x13331323, 0x2a0b8503, 0x2533010f, 0x2337013e, 0x8207010e, 0x82138202, 0x1e232702, + 0x23111701, 0xaf4c3311, 0x82332005, 0x2902821e, 0xb0231133, 0x2c560901, 0x5644582c, 0xca013007, 0x0186f466, 0x01e1fe85, 0x01fdfe03, 0x4be7fa1f, + 0x25210cdd, 0x07dd4b09, 0x0c2e0c22, 0x0811dd4b, 0x22093830, 0x2309e109, 0x81c96408, 0x0e04f1ca, 0x0e030d03, 0x02b03b04, 0x010402d0, 0x071f080b, + 0x15165716, 0x1f081557, 0x05010b08, 0x12786201, 0x0b821248, 0x03820920, 0x47125408, 0xf8627712, 0x33349f02, 0xf1fe67c2, 0x29266901, 0xfd25293e, + 0xfd9f02bc, 0x9f025abb, 0xcf58c45a, 0x3957035a, 0x0b2b0b35, 0x2c6e2c2a, 0x08020c2f, 0x2c2d1402, 0x31605d51, 0x0a290a34, 0x342d2524, 0x0b16162a, + 0x0a030802, 0x3f171720, 0x0b696429, 0x821f7c1f, 0x33408202, 0x11e00161, 0x41101041, 0x1390d311, 0x4b13144c, 0x2db62d13, 0x13220282, 0x0b821349, + 0x0263fe29, 0x279d279f, 0x82165816, 0x2c088202, 0x000061fd, 0x29000400, 0xd706ab00, 0x05534703, 0x46003a22, 0x471a5347, 0x1d261140, 0x16171401, + 0x04433233, 0x41252007, 0x21080adc, 0x5e200129, 0xb35d6665, 0x2e2e29ad, 0x0f03ad29, 0x49269584, 0x3b574169, 0x3d0f223b, 0x3b48110f, 0x00822c4e, + 0x4c3c4e35, 0x0f3a0e13, 0x013d3c22, 0xfeae012d, 0xfe2301bf, 0x474101dd, 0xb1341005, 0x598154a9, 0x4b26272d, 0x30082208, 0x5d353539, 0x35355d66, + 0x2a07c642, 0x609e020b, 0x60c460ba, 0x51030000, 0x082e825f, 0x02ff6d01, 0x1a059305, 0x55004400, 0x91826d00, 0xab009e29, 0xe300d500, 0x47250000, + 0x232c0558, 0x2e070622, 0x37362701, 0x3637013e, 0x22051b44, 0x52020e07, 0x0621098f, 0x2a018207, 0x022e2223, 0x17163727, 0x481e1716, 0x352109d6, + 0x06644401, 0x023e3737, 0x10163233, 0x3e322706, 0x34013d02, 0x0e22022e, 0x1d060701, 0x05a14f01, 0x02252582, 0x37363435, 0x05f24835, 0x42823220, + 0x2405634a, 0x15011e15, 0x476b8214, 0x13200ce1, 0x200bee47, 0x211e8325, 0x99822307, 0x22230282, 0x82062726, 0x2223232d, 0x4f822e27, 0xb0833720, + 0x4c853320, 0xc9880720, 0x55087382, 0x3e4b0216, 0x30313a3c, 0x300c1743, 0x14130f0c, 0x2b202133, 0x213a502f, 0x2f240a0a, 0x1a191d1a, 0x22161313, + 0x2c2d1f1f, 0x36472f36, 0x0c500f2a, 0x11120e0e, 0x413e1c2e, 0x02473f45, 0x3c5c3e98, 0x0e0f0f0e, 0x7d3e5c3c, 0x237d7676, 0x0e0e1e31, 0x3145311e, + 0x0082071f, 0x100fb308, 0x3bf8fd31, 0x4a1f3d59, 0x1e3e343c, 0x29685337, 0x0f0f3829, 0x4a3d343f, 0x5a3c1010, 0x42423c3a, 0x3d424279, 0x6f3b3b37, + 0x52033a3a, 0x56451616, 0x5b389029, 0x0d2d2122, 0x0a010501, 0x30260e0e, 0x24242a20, 0x11101d35, 0x36561f1f, 0x3c2c2b38, 0x3bec1011, 0x3b3a4241, + 0x35994141, 0x312e0729, 0x2a0a262c, 0x1415160a, 0x17090a1d, 0x2028412d, 0x1928191a, 0x0d060406, 0x3914150d, 0x1a482c25, 0x140e0e19, 0x3e172c21, + 0x0c111114, 0x343a0d0c, 0x5c363407, 0x582f6afe, 0x52534040, 0x2f594041, 0xb6b8feb7, 0x49331c5c, 0x482c752c, 0x341c1c34, 0x09822424, 0x23252e08, + 0x031c1a1a, 0x47341d06, 0x1151432a, 0x3a4e1307, 0x192d4026, 0x202d0c0d, 0x4e3a2620, 0x51110713, 0x24232a43, 0x38571d34, 0x37321332, 0x27048237, + 0x303a0138, 0x302e102e, 0x2a080484, 0x4041491f, 0x291b556b, 0x5a28284e, 0x14010136, 0x0f1b1212, 0x4c360f0e, 0x2b2a3230, 0x12221e1d, 0x30304413, + 0x0e3c3f93, 0x823e3e3c, 0x003f2104, 0x04370082, 0xb7007800, 0x56038806, 0x27000f00, 0x40003700, 0x30010000, 0x84233011, 0x30352a03, 0x30153021, + 0x30353013, 0x830f8a33, 0x8233201b, 0x30212217, 0x54278227, 0x0e3c0c81, 0x2e330701, 0x6cac0101, 0x53fc01c8, 0x24015b5b, 0x2b025c5c, 0x6f3afb3c, + 0x88269926, 0x43080382, 0x1005d7fe, 0x10c61041, 0xfdf50240, 0x603e02c2, 0x58c2fd60, 0x5858ee01, 0xb55812fe, 0xbe0170b5, 0x42fe7070, 0x313a0270, + 0xc53131c5, 0x00050000, 0x06ab0008, 0x006103f8, 0x003e0034, 0x00500046, 0x37000058, 0x2a329f4b, 0x23072327, 0x12163313, 0x86230117, 0x081190a1, + 0x7655fd42, 0x0d310d2a, 0x372b2b23, 0x3a2e4140, 0x620a280a, 0x563c2262, 0x38384c36, 0x0d320d27, 0x3a374b1a, 0x36341f20, 0x215d653c, 0xd0025a3e, + 0x6e3bfa3d, 0x982689e4, 0x04d7fe26, 0xc5104011, 0x28034010, 0xac201391, 0x242c824b, 0x02b5b50b, 0x0a00419e, 0x8ef7fd21, 0x82002010, 0x00033400, + 0x06ab0060, 0x006103a0, 0x002b0015, 0x2500004b, 0x46300330, 0x06240eaa, 0x35210702, 0x2013b141, 0x1d874805, 0xdb3c012d, 0x12471270, 0x040b2b0a, + 0x820b2b0b, 0x256d2509, 0x4b012595, 0x2605c741, 0x96838401, 0x48684a26, 0xb7281461, 0xdd379e02, 0x279b2737, 0x08820282, 0xd641c383, 0x480b2007, + 0xcb821741, 0x4700042a, 0xb906b700, 0x0b005603, 0x2122cd82, 0x3f462900, 0x0a1b4618, 0x23110128, 0x21352311, 0x4c4d4815, 0x2e292807, 0x02ad292e, + 0x46ad0114, 0x01250702, 0x01c86c7b, 0x0f0846fc, 0xea45c120, 0x3e022106, 0x82057942, 0x4f06207f, 0x1e340893, 0x3d002700, 0x58004e00, 0x00007e00, + 0x26272205, 0x36373435, 0x30250184, 0x07020e33, 0x05944f06, 0x954f1720, 0x1d222408, 0x4f011401, 0x12560694, 0x4f06200a, 0x0e212d96, 0x12974f01, + 0x6b7a033f, 0x0f103736, 0x28271d1d, 0x553b8a31, 0x0a12123a, 0x3147110c, 0x6e2f3051, 0xfed96d6a, 0x06924f09, 0x05130426, 0x0512050c, 0x2212944f, + 0x4f144d14, 0x0e221794, 0x954f0e3a, 0x42fd350e, 0x3d3c7f42, 0x3038363d, 0x522d232f, 0x332a2b50, 0x3535312f, 0x2213904f, 0x821a691a, 0x11924f02, + 0x2eb62e22, 0x2215924f, 0x4f082008, 0x003c0d93, 0xff170106, 0x05e90508, 0x000b0015, 0x002d0017, 0x0055004b, 0x0500005f, 0x33301130, 0x21220382, + 0x07841530, 0xc6500b87, 0x34353305, 0x013e3736, 0x1e171632, 0x07061401, 0x3227010e, 0x01823736, 0x34013d2b, 0x2e272627, 0x06222301, 0x46018207, + 0x052107bf, 0x12d14f11, 0x016ccc24, 0x03826311, 0x10fd2208, 0x26266a42, 0x26262929, 0x256b836a, 0x262a2a26, 0x26416b25, 0x0d161740, 0x160d0c0c, + 0x28264017, 0x220b873f, 0x48f4013f, 0xf8250c83, 0xc1fd9f02, 0x2b048460, 0x2c2d5703, 0x5455822b, 0x2d2c2b82, 0xa9200983, 0x612d0883, 0x2519191b, + 0x2e692e25, 0x19192525, 0x2f0c8c1b, 0x6e9f0256, 0xf5fe6eb8, 0x282c6a01, 0x002c282e, 0x0036f082, 0x06ab000a, 0x006103f6, 0x00300012, 0x0044003a, + 0x2500004a, 0x40502e22, 0x07494f06, 0x112fe6af, 0x15211133, 0x6a422c01, 0x4c29294c, 0x8541426a, 0x21e09b07, 0x6449665d, 0x02220808, 0x10016d13, + 0x82572dac, 0x58825454, 0x82582d2d, 0x2d5782a8, 0x191a1b60, 0x6a2e2425, 0x1925242e, 0x0c8c1b1a, 0x6d505520, 0x02c1280e, 0x60c2fd9e, 0x82040000, + 0x06ab2ccb, 0x006103b6, 0x00220013, 0x4366002d, 0x302306d3, 0x88213015, 0x30112603, 0x32333001, 0x24e88317, 0x2b060701, 0x05ba5201, 0x2b262724, + 0x4d581101, 0x077e5106, 0x27262724, 0x0282012e, 0x37343522, 0x230d8051, 0x17141506, 0x08068051, 0x07060724, 0x014a010e, 0x01cafea3, 0x01edfe13, + 0x3441edc3, 0x29294a34, 0x4134344a, 0x5c4beded, 0x804b2e2e, 0xde45dc02, 0x2a242705, 0x4140372b, 0xdf451717, 0x11112405, 0x4535563d, 0x2b0807e0, + 0x3f3a384a, 0x3c361a1a, 0x10115d65, 0xb759201f, 0xba609e02, 0x02dcfe60, 0x5415159e, 0x547da87d, 0x5e601515, 0x2f5b6c5b, 0x6b22fe2f, 0x210ad645, + 0x5a511717, 0x24242107, 0x08095b51, 0x2a2c2f29, 0x0c0b1514, 0x2f515c13, 0x1c1b2627, 0x0400001d, 0x63008f00, 0xa9037106, 0x2f001500, 0x43003900, + 0x30250000, 0x50333001, 0x535a06ec, 0x02062806, 0x32210107, 0x49141516, 0xdf840bd4, 0x37212322, 0x4f08a252, 0x012e0906, 0x8dedfea2, 0x0f165916, + 0x0f050b36, 0x09820b38, 0xb92f8937, 0x01c2012f, 0x1b776873, 0x19193429, 0x1b1a1f1e, 0x1c111024, 0x06f54e1d, 0x4e3c3c21, 0x633407f3, 0xfe454603, + 0xc53645ec, 0x25c83729, 0x45140145, 0x8cd2fd8c, 0x3605e44e, 0x0703142a, 0x170b0b01, 0x32354918, 0x21202d2c, 0x33377525, 0x4e373429, 0x013409e3, + 0x0508ff32, 0x001405ce, 0x00330026, 0x008a0078, 0x0500009b, 0x202ec44e, 0x41d14a01, 0x27012e32, 0x11231123, 0x011e1333, 0x33113317, 0x35212311, + 0x0e260482, 0x27260702, 0x10823736, 0x02153008, 0x3d573870, 0x222c1010, 0x902a5523, 0x222d2d39, 0x0c171721, 0x0a010501, 0x1f31251c, 0x1e35472b, + 0x35573d22, 0x7542423a, 0x44024141, 0x4a393b3f, 0x13210888, 0x06884a34, 0x230a0b22, 0x0807884a, 0x1f1f233c, 0x2f362c2c, 0x0f293747, 0x0e0e0d4f, + 0x1d2d1211, 0x4045413e, 0x08b2fd47, 0x68030e34, 0x340edb79, 0x79670308, 0x08bc4301, 0x123e3417, 0x56554002, 0x25f8a3a5, 0x3c303044, 0x284f8149, + 0x1447080d, 0x1d0f1b24, 0x332f4d36, 0x59223c53, 0x3c0d3d3e, 0x0d3c3f3f, 0x3d013e3d, 0x2e072935, 0x0a262b31, 0x14160a2a, 0x09091e14, 0x28402d17, + 0x271a1a20, 0x06050619, 0x15140e0c, 0x482c2538, 0x0e0e1a1a, 0x172b2115, 0x4a10153f, 0x35080659, 0x035c3633, 0x1b63104a, 0x9e0200fe, 0x631b8dfe, + 0xfd010210, 0xf5015a62, 0x13433818, 0x5d5c3a02, 0x005abcfd, 0x001b0003, 0x03e506ab, 0x00390061, 0x007f005c, 0x47492500, 0x0568430d, 0x26272622, + 0x54106943, 0x07260aea, 0x010e0706, 0x1d472221, 0x013e2305, 0xd0513233, 0x5636200f, 0x22a2055b, 0x54100127, 0x320d2a77, 0x0570490c, 0x2c069143, + 0x11113131, 0x4c36573c, 0x0c273837, 0x0b734933, 0x10112308, 0x025a1f1f, 0x13958429, 0x68252413, 0x22765742, 0x120f3d0f, 0x584e3a48, 0x4c3c4e58, + 0x0f3a0f12, 0x1e9e7922, 0x430b8b49, 0x2e2306b4, 0x432c512e, 0x17230bb5, 0x552a2d17, 0x272d0611, 0x1d1c1b26, 0x4154a9b1, 0x2e2c2c40, 0x053b4e4d, + 0x200a0051, 0x281a9a52, 0x00050000, 0x06ab004f, 0x092b55b1, 0x55400021, 0x0122342b, 0x02823521, 0x15212808, 0x21070206, 0x603d5401, 0x23232222, + 0x79602222, 0x24244460, 0x483c6044, 0x4f904e4e, 0x01de014f, 0x2c2b5709, 0x57a35757, 0x032e0589, 0x0141fe60, 0x01cdfe42, 0x36d636a6, 0xd9544c01, + 0xfd2a082b, 0xea015bbc, 0xfe525b59, 0x070052ba, 0x08ff2e00, 0x1505d206, 0x33001c00, 0x53004700, 0x73005d00, 0x00009100, 0x30070637, 0x034c3015, + 0x30113205, 0x36373633, 0x06333037, 0x17121607, 0x01012e23, 0x0ae54511, 0x230cf145, 0x33302726, 0x20062949, 0x22cf8233, 0x57013011, 0x2e21187d, + 0x2df34701, 0x42f73608, 0x046d6d1a, 0x5a5a1848, 0x32ae417f, 0x278316ba, 0x01a50192, 0x01c0fead, 0x01ddfe23, 0x74220140, 0x6d1b7c73, 0x6c1b031b, + 0xa418781b, 0x014afb2d, 0x65655e20, 0x075d505e, 0x14481720, 0x41230829, 0x02d01e4b, 0x5cacfe9f, 0x4d6d6d1e, 0xe8fe4bce, 0xfee13d21, 0x609f02e2, + 0x60c460bb, 0xcbcc0801, 0x8232c732, 0xfe292702, 0xf6fe4ee2, 0xf8476203, 0xb5fd210d, 0x212d3748, 0x83620000, 0x0005358f, 0x0608ffca, 0x00150536, + 0x0017000f, 0x00660033, 0x05000092, 0x2a11054e, 0x33300706, 0x012e0526, 0x4e302327, 0x33260549, 0x011e1330, 0xe7493317, 0x30232106, 0x21106359, + 0x62592726, 0x05ad5a0a, 0x230d6159, 0x33270226, 0x16214282, 0x078e5317, 0x27069c53, 0x33373637, 0x23070206, 0x262f6c82, 0x07062327, 0x0207010e, + 0x3afb3df8, 0x4e98266e, 0x30340770, 0x0230c631, 0x08340e19, 0xdb796802, 0x030e3408, 0x5bfc7967, 0x48057c44, 0x2e35050e, 0x621e1e3a, 0x563d2262, + 0x38374c36, 0x1a490327, 0x1f3a384a, 0x07eb4d20, 0x90015e08, 0x6e1a6a1a, 0x18092e0d, 0x24080317, 0x0f360b0a, 0x0a360e79, 0x03092309, 0x6b232331, + 0x7a1b6e1c, 0x1910390d, 0x19190219, 0xf80d3b10, 0x0170b6b6, 0xfe7070bf, 0x3b027041, 0x34949494, 0xfd0f641b, 0xfe9f02ff, 0x1b640f8d, 0x61fd0102, + 0x343d5703, 0x2b0b2f0c, 0x313a1616, 0x060b2e27, 0x06945905, 0x321b1a35, 0x28224102, 0x2a2c1717, 0x130d0a2a, 0x4d2f515c, 0x830b1e36, 0xdb3b334b, + 0x1e706f2d, 0xdc2b2998, 0x2bdc3c3c, 0xde259425, 0x5f83a2a1, 0x3fea3223, 0x37008266, 0x0032ea3f, 0xff180104, 0x05e8050e, 0x001b000f, 0x0043003a, + 0x25000057, 0x221a7d41, 0x54233021, 0x072405fc, 0x37013e23, 0x98430a82, 0x010e2708, 0x01011e07, 0xc5433311, 0x41112007, 0x33200676, 0xb5432782, + 0xcd360806, 0x030c320c, 0x0ddb7867, 0x68030c31, 0x7f3f0379, 0x021b6d1b, 0x781b6b1b, 0x23249124, 0x1980238b, 0x1a021966, 0x24781a67, 0x9325248c, + 0x016cd9fb, 0x26010111, 0x8043269a, 0x77230807, 0x81279a27, 0xfd185f17, 0xfe9e02ff, 0x175f188e, 0x62fd0002, 0x2c2cb22d, 0xe5392db2, 0x36db3639, + 0x8229a729, 0xda363e02, 0x03e63936, 0xfd9e0229, 0x080160c2, 0x430f0144, 0x3131c732, 0xfe4332c7, 0xf6fe43f2, 0x22008200, 0x82360106, 0x82ca20f3, + 0x00142ff3, 0x002a001e, 0x00460032, 0x05000052, 0x57442330, 0x14152205, 0x20cb8206, 0x0f195d17, 0x07232722, 0x50083065, 0x0221070b, 0x0e3f4f03, + 0x21030222, 0x3a0b704e, 0x21016da3, 0x4142685a, 0x79186118, 0x85165a16, 0x2f2e2aac, 0xb603ac29, 0x423bfa3d, 0x10340a66, 0x10c51040, 0x6e79fd40, + 0x4811716e, 0x0a2b0b11, 0x0b2c0b04, 0x6e240982, 0x68016f70, 0x08099c4e, 0x9e02f220, 0x5f485d6c, 0x2fbc2f14, 0x5b2db52d, 0x282e292b, 0x96fed52b, + 0x0170b6b6, 0xfe6f6fbf, 0xfd507041, 0x59012506, 0x4f014f01, 0x240b554f, 0xb1feb1fe, 0x07ae5402, 0x00020030, 0x066300a9, 0x00a90357, 0x0033001d, + 0xd3412500, 0x51062005, 0xb641058d, 0x0516210e, 0x49050d50, 0x40080819, 0x15303330, 0xa0760330, 0x04139027, 0x18966464, 0xbc3335c2, 0x7f20a017, + 0x81200220, 0xbe179620, 0x2d018a33, 0x411c0aeb, 0x5003164f, 0xccce4195, 0x20ed4163, 0x0127a7a7, 0x014f5333, 0xd0342426, 0x34028234, 0x4fdbfe24, + 0x0271d7d7, 0x54461e72, 0xa1480217, 0x712bfd47, 0xe71e1000, 0x06348101, 0x02ff2801, 0x1a05d805, 0x25000f00, 0x56004300, 0x7c007400, 0x4f11d353, + 0x0120335b, 0x512ba14e, 0x022807a6, 0x01c76d67, 0x417301fb, 0x2107704f, 0x824f6b82, 0x416b2205, 0x09794f27, 0x40272725, 0x820d1616, 0x16162c00, + 0x41d0fd40, 0x29294c6b, 0x87416b4c, 0x41262107, 0x41341c87, 0x163f2826, 0x0d0d0c17, 0x3f16170c, 0xc86ced02, 0x4c01fc01, 0x3605cf51, 0x2b2db7fd, + 0x5554822c, 0x2d2c2c81, 0x812c2c2d, 0x2b2c82a9, 0x4e1a612d, 0x252106c0, 0x05c04e24, 0x4e252421, 0x1a2406cd, 0x572d0103, 0x58232e83, 0x82582d2d, + 0x8a57202c, 0x09c24f2b, 0x2205f94e, 0x52e8011a, 0x07360833, 0xfdfe3300, 0x0905c206, 0x16000c00, 0x61003c00, 0x9c008600, 0xb95aa200, 0x0f8b6119, + 0x2014f451, 0x06835a01, 0x5a010b21, 0x24a51a7f, 0x1614112c, 0x11353632, 0x07141133, 0x934d020e, 0x5b112005, 0x0124063e, 0x2b2c5709, 0x2a08284a, + 0x5e3aad02, 0x23232121, 0x612f2121, 0x1d5205b2, 0x390e390c, 0x0269200e, 0x010501c3, 0x081f080b, 0x1f078282, 0x04010b08, 0x13786201, 0x29058b5a, + 0x12082007, 0x62771247, 0x2282c0fb, 0x1d820c20, 0x08828226, 0x020c081e, 0x12222283, 0x33821249, 0x20080825, 0x82481207, 0x64013322, 0x65388e38, + 0x58350c0c, 0x0c36577f, 0x6636020c, 0xc15af8f4, 0xb120080f, 0x842a2b27, 0x2b2a83b6, 0x25251413, 0x0820084a, 0x535e3239, 0x365e53a1, 0x0821093c, + 0xa8014f4a, 0x2305925a, 0x1001f0fe, 0x2117905a, 0x23a1ff04, 0x9f023208, 0x4d514efe, 0xb201514d, 0x32445efe, 0x1f1f4132, 0x44323241, 0x61fda201, + 0xbbfd9f02, 0x0000005a, 0xff4d0104, 0x05b30502, 0x0017001a, 0x008b0051, 0x059f529d, 0x4a09bb50, 0xaa5009d5, 0x23414d14, 0x4d0efe48, 0x0120297a, + 0x2110f14e, 0x5a468501, 0x4b013809, 0x0c2a7654, 0x2a240c32, 0x4240362c, 0x0a3b1717, 0x31610a28, 0x48111031, 0x0c2306d9, 0x621a0c33, 0x3b290653, + 0x10105d65, 0xfd5a1f20, 0x2332848b, 0x2b2b230d, 0x272e3286, 0x3131620a, 0x563c1111, 0x37384c36, 0x32890d28, 0x82643c21, 0x1f1f2b32, 0x0ce2015b, + 0x68020d31, 0x0682db79, 0x79670323, 0x069246f2, 0x343d0b32, 0x2b0c2e0c, 0x31391616, 0x0b171827, 0x12020702, 0x250d5e4d, 0x17172822, 0x5e4d2b2c, + 0x6203210b, 0x012133b1, 0x0f3c487e, 0x0000002f, 0x00cf0002, 0x03310654, 0x003400b8, 0x10d94e4a, 0x666a2620, 0x08805c05, 0x52095e4a, 0x0e220740, + 0x35430102, 0x2787080d, 0x1135022e, 0x946a0202, 0x0f3f0f34, 0x4436352d, 0x493a5250, 0x3d7b2525, 0x6b4c2a3d, 0x46465e44, 0x21045b31, 0x2847465d, + 0x44202128, 0x29747e4b, 0xf901704e, 0x8551c552, 0x764b1110, 0x4b3b3bae, 0x404d5521, 0x360f3a0f, 0x3d481b1c, 0x070e3a31, 0x393a1706, 0x3e593865, + 0x3e212121, 0x322a0351, 0x34381c1d, 0x100d1a1a, 0x3a657318, 0x03254461, 0x6bfcfd54, 0x026b6c6c, 0x5c11fe04, 0x2b574443, 0x86581615, 0x82ef015c, + 0x732d10db, 0x0a393d07, 0xf60608ff, 0x0e001505, 0x2b001800, 0x53004900, 0x63005d00, 0x30010000, 0x09505c33, 0x7e5a2b20, 0x2b262306, 0xe24c1101, + 0x146b5c2c, 0x1133113a, 0x76021521, 0x256841ed, 0x25292925, 0xed416825, 0x5c5c4bed, 0x49fe804b, 0x3c3a985b, 0x292ba701, 0x7ea77e2a, 0x602b292a, + 0x5b6b5b5f, 0x0221fe5f, 0x82572df7, 0x57825455, 0x2007822d, 0x290682a9, 0x19191b61, 0x692f2425, 0xbf4c242f, 0x5c0c8807, 0xfd2e0e82, 0xfd9f02c0, + 0x050061c2, 0xab000300, 0xa756fd06, 0x5659200a, 0x052034a7, 0x2024bd4c, 0x11c05608, 0x200dae6b, 0x06c056a4, 0x744c9620, 0x83072105, 0x2007744c, + 0x0f006761, 0x3a2bd456, 0x134c13a7, 0xfe124b13, 0x121101ef, 0x4a13124a, 0x0263fe13, 0x279c279e, 0x82165916, 0x22088202, 0x820062fd, 0x00033100, + 0x06ab0022, 0x006103de, 0x0033001b, 0x1300006c, 0x561c4153, 0x114c15e7, 0x012e2114, 0x5c105259, 0xd7200fbc, 0x28054d53, 0x0c320cdb, 0x01796803, + 0x0abc5640, 0xb85c4c20, 0x2a02212f, 0x240a214b, 0xfd010218, 0x09a14b62, 0x5c080f6e, 0x250827b5, 0x01070000, 0x0502ff7c, 0x001a0584, 0x005b0037, + 0x00750068, 0x00a9009c, 0x010000d5, 0x010e2130, 0x37363307, 0x8866023e, 0x07012e07, 0x27222306, 0x2627012e, 0x17163727, 0x7917821e, 0x22220515, + 0x14820706, 0x37013e23, 0x3a5e6621, 0x6b07bf66, 0x1e220d24, 0x246b3301, 0x35212117, 0x29607182, 0x23262405, 0x83020e22, 0x233c8283, 0x17163202, + 0xc9790182, 0x08c28206, 0x26032137, 0x0c03d7fe, 0x0d0b0602, 0x1c2b200d, 0x1f364b2b, 0x2d3d1010, 0x232d392c, 0x13143423, 0x0e0c4f10, 0x1c2b230d, + 0x3b41413b, 0x0f12342b, 0x11040f3c, 0x017c0104, 0x245d6669, 0xfe3b3b37, 0x3c583717, 0x232c1110, 0x90295523, 0x212d2e38, 0x0c171622, 0x097d6b01, + 0x6b221e21, 0x5908067d, 0x50034141, 0x8f2339fe, 0x1b1b3324, 0x291c323a, 0x1006141f, 0x120b103f, 0x664c3812, 0x0e1c1b50, 0x1d2d190f, 0x691a201e, + 0x0152011a, 0x289e274e, 0x17101014, 0x4e361c0c, 0x2a2a3231, 0x0a10113d, 0x1516210a, 0x10143e18, 0x410d1911, 0x413a0b3a, 0x09021421, 0x3ef93e02, + 0x4e6657fd, 0xd1012137, 0x2d0be66b, 0x28282726, 0x01352d2e, 0x1b231401, 0xe66b1d10, 0x683f0812, 0x2e207f20, 0x0c2e2a2a, 0x1c113831, 0x19061627, + 0x1d1d2006, 0x1a1e1b2e, 0x2b25241b, 0x1c3e4528, 0x5a171c1c, 0x00000017, 0xff7a0106, 0x05860502, 0x0028001a, 0x006c0036, 0x009f0092, 0x680000ca, + 0x3f680c40, 0x21252226, 0x18834206, 0x37013e24, 0x345f031e, 0x07386906, 0x25211322, 0x6d14a75e, 0x2122196b, 0x88613635, 0x1e454206, 0x45685220, + 0x5a393505, 0x0d2c2222, 0x0e0a0403, 0x1f30260e, 0x3424242b, 0x1e11111e, 0x08054468, 0x10103d45, 0x41413bec, 0x42423a3b, 0xd6fe3403, 0x0b070c05, + 0x2a210c0d, 0x364a2b1d, 0x3e0f101f, 0x2d392c2d, 0x13352322, 0x340e1014, 0x221b0d0d, 0x403c1c2b, 0x342b3c40, 0x0f3c0e12, 0x7c011207, 0x583810fd, + 0x8211103c, 0x29552c23, 0x2e2d3890, 0x17162221, 0x6d03030c, 0xcd5e07c7, 0x41412205, 0x05494275, 0x336b6b25, 0x423b1c1b, 0x0f210548, 0x07484240, + 0x0e1b1c2e, 0x1e2c190f, 0x691b201d, 0xb352011a, 0x222d3068, 0x42a449f2, 0x0a241475, 0x21140a2a, 0x230b7642, 0xb9010174, 0x212d3b42, 0x3a42605f, + 0x06003824, 0x08ff3900, 0x1505c706, 0x1c000f00, 0x32002800, 0x7a005700, 0x58050000, 0x303407d1, 0x16333013, 0x26031712, 0x06233027, 0x30073007, + 0x01012e33, 0x5315536e, 0x25750f99, 0x14735313, 0x1e171625, 0x44331701, 0x113c0588, 0x0a1e0423, 0x06e20624, 0xc9640a24, 0x21872182, 0x0c0b0af1, + 0xb13c0a0b, 0x9bfc290b, 0x080d306e, 0x3bad0230, 0x2421215d, 0x2f212124, 0x33553b2e, 0x4a0d1f34, 0x44343f11, 0x35444c4c, 0x380e1243, 0x026a1f0e, + 0x010501c4, 0x0421090c, 0x22038282, 0x0c820c09, 0x3678623e, 0x05210937, 0x05171808, 0x62771552, 0x187f23f8, 0x02237f18, 0x41fe709f, 0x31e00170, + 0xd3240082, 0xa5018c24, 0x211d4e53, 0x4d532907, 0x52163f12, 0x01f0fe09, 0x16510810, 0xfe124b14, 0x769f0263, 0x0e5d1975, 0xb10b4242, 0x0061fd2f, + 0x67410700, 0x00162c08, 0x002a0020, 0x003f0035, 0x7f870064, 0x06230807, 0x6c321507, 0x0e20061c, 0x2305a571, 0x34013d36, 0x200ca371, 0x13ff7301, + 0x76057856, 0x75411e9b, 0x02220822, 0x4e100198, 0x1d343750, 0x0a221817, 0x39281609, 0x66d5fe22, 0x262625a7, 0x2197a725, 0x97212525, 0x7d413bfd, + 0xa7013f50, 0x48415459, 0x0b0b0c05, 0x211c1c28, 0x1c33472b, 0x2c2b275a, 0x2457272c, 0x23292b28, 0x85411d01, 0x00003451, 0xff270105, 0x05d90502, + 0x002a001a, 0x003c0034, 0x827d0071, 0x09597314, 0x33023e24, 0x71761632, 0x10e76a19, 0x650e7b54, 0x5d65085e, 0x0d7c5d0d, 0x210a0c5b, 0x8676f402, + 0x7302261f, 0x6f3afb3c, 0x07ed6be5, 0xc6114026, 0xb6fd4010, 0x6b12ea76, 0x6426135d, 0x5a3f215e, 0xd3542e01, 0x768c2009, 0x59210796, 0x0896762d, + 0x0808652e, 0x1f2f1010, 0x9bfe5d34, 0x9e02b6b6, 0x200b345b, 0x0a51544e, 0x020b2f22, 0x540ef376, 0x5c250982, 0x374d2f51, 0x09fd6f1d, 0x0200003d, + 0x16ffce01, 0x0e043205, 0x3b002100, 0x30050000, 0x26272223, 0x2e353035, 0x82262701, 0x05b04208, 0x1617322f, 0x15011e17, 0x15070214, 0x3e322733, + 0x05987401, 0x23022e22, 0x0808436f, 0x04021e28, 0x28558e70, 0x2f885527, 0x3e191b2f, 0x50503938, 0x395050c4, 0xa0bb3e38, 0x603af09a, 0x13131244, + 0x3a604412, 0x09855f3b, 0x2cea5f31, 0x0b4c492b, 0x5b41414d, 0xc27f735c, 0x82224142, 0x42413400, 0xfee17fc2, 0xf2671cfc, 0x37374c28, 0x37459e45, + 0x8a284c37, 0x0300290a, 0xb7001300, 0x5603ed06, 0x3d220782, 0x61675100, 0x61032005, 0x944b0f5f, 0x30032206, 0x07535803, 0x30233023, 0x0f2b6c11, + 0x30231123, 0x22018221, 0x84013035, 0x21230805, 0x02061530, 0xe3302107, 0x5d1772cf, 0x5b170d17, 0x8a227017, 0x01090322, 0x080c0105, 0x8282081e, + 0x44071f08, 0x12360597, 0x20071249, 0x1f080808, 0x12481208, 0x9a026277, 0x410141fe, 0x7662cefe, 0x01b73206, 0x329b0103, 0xc83131c8, 0xeefe4432, + 0x01fdfe45, 0x21874b9d, 0x28097d62, 0x00040000, 0x06ab004c, 0x26e382b4, 0x001e0014, 0x835f0028, 0x1ddb5de5, 0x2107a642, 0x994a0111, 0x5db92032, + 0x192106e4, 0x08e45d60, 0xac2a2e24, 0x56681302, 0x58032707, 0x0c03d7fe, 0x244a0703, 0x0e132123, 0x2006244a, 0x0eec5db7, 0x292e2827, 0x96fed52b, + 0x065a6802, 0x9e28402a, 0x10101427, 0x351d0c17, 0x210fc549, 0xc5491011, 0x8200200e, 0x01043000, 0x0502ff73, 0x001a058d, 0x007d004c, 0x72e000b4, + 0x17201717, 0x2106e24a, 0x01840607, 0x011e1522, 0x8405f24a, 0x2306220d, 0x05115722, 0x82372721, 0x0c227217, 0x210a324b, 0x596b2627, 0x06364b06, + 0x36370123, 0x85558632, 0x010e2354, 0x68412107, 0x8a012033, 0x1d514964, 0x67500221, 0x62081192, 0x1d1d2828, 0x0a0a1110, 0x17181212, 0x13331d1a, + 0x110b0b13, 0x2c1f2011, 0x232f362c, 0x141c1b24, 0x0d4f0f15, 0x2d12111c, 0x45423d1d, 0x80034740, 0x8f2439fe, 0x1b1c3323, 0x1b321e1d, 0x0b0f0f2a, + 0x4010050a, 0x13110b0f, 0x66262637, 0x0e1c1b51, 0x1616190e, 0x1a201e1d, 0x52011b69, 0xd6fea7fd, 0x49030b03, 0x37350893, 0x3e100f1e, 0x2d392d2c, + 0x14342322, 0x0d4e0f14, 0x2c220e0d, 0x0692491b, 0x4c3b0f21, 0x02240507, 0x2438fe50, 0x2107b34b, 0xb34b1e2a, 0x854b2008, 0x4b18205e, 0x357208b3, + 0x0c270810, 0x2116170b, 0x1a20291f, 0x0c141419, 0x0604060d, 0x1d14151a, 0x242c251c, 0x0e191a24, 0x110a0a0e, 0x17161511, 0x7222143e, 0x7520093d, + 0x2609614b, 0x0e111c1c, 0x4b13140e, 0x0d210764, 0x05654b0e, 0x1f442923, 0x05664b1f, 0x4c460521, 0x62202b22, 0x2028bb4b, 0x06274f04, 0x0f005628, + 0x37002e00, 0x5b5e8f03, 0x243f6f13, 0x02260526, 0x011d3327, 0x22354618, 0x158a4518, 0x5fa638c9, 0x461826a6, 0x1520194a, 0x153d4618, 0x3d370122, + 0x14774518, 0x45181494, 0x119111b3, 0x26a638a6, 0x35215fcc, 0x3f461833, 0x3a012810, 0xc901b266, 0x706b0601, 0x282105f6, 0x12f67027, 0x18eb0123, + 0x0346185f, 0x03012d4f, 0x040c040e, 0x380e040e, 0x390e7c0e, 0x46180782, 0x01285204, 0x18621964, 0x0f390f7a, 0x0b3a6b82, 0x0f030e04, 0xfc020f3d, + 0x4502bbfd, 0xb0fd5959, 0x3c7f4242, 0x38373c3d, 0x7a71302f, 0x34302107, 0x200a7a71, 0xda45104a, 0x002f5503, 0x00050000, 0x06ab0047, 0x006103b9, + 0x822f001e, 0x0058280b, 0x01000070, 0x6c07010e, 0xc67a0ad7, 0x82332005, 0x06d96c14, 0x20243e7b, 0x3925a405, 0x3d0f1001, 0x046c6c10, 0x1e104010, + 0x287e1e79, 0xad2b289f, 0x8822832b, 0xd27a6302, 0x06062718, 0x31100f07, 0x209e5202, 0xf0012208, 0xcf124612, 0xacfe9e02, 0x25145115, 0xbc2f2491, + 0xfefe412f, 0xfed13441, 0x40592ef0, 0x40525340, 0x06797a41, 0x49341b35, 0x482c762b, 0x341b1b34, 0x762c2424, 0x1b23252b, 0xa35c1b1a, 0x00002224, + 0x08934e06, 0x42002f3a, 0x8d006300, 0xa0009800, 0x30050000, 0x30353021, 0x36373637, 0x34353035, 0x2a0adb49, 0x013e3736, 0x17011e32, 0x4a141516, + 0x07250581, 0x2107010e, 0x052a5605, 0x82343521, 0x3637211d, 0x8306937c, 0x05554d3d, 0x82272621, 0x85222001, 0x05dd752f, 0x16171623, 0x51421801, + 0x22f74e08, 0xf2791220, 0x4503240c, 0x53d639fe, 0x5a550911, 0x1c1c2c05, 0x3750664c, 0x0c0d0f0e, 0x531d1716, 0x01260613, 0x2e2e3f49, 0x00820e3c, + 0x2e3c2308, 0x767c3f2e, 0x19227c76, 0x070f1018, 0x0f070606, 0x45191810, 0x100f1918, 0x06070706, 0x18190f10, 0x0e4f89fe, 0x3d742620, 0x726e3afb, + 0x0c0f4f72, 0xbf68f22c, 0x2f292a2e, 0x1138310c, 0xc349261d, 0x17172a06, 0x24351e1b, 0x23282b25, 0x07c34922, 0x18176722, 0x33072e7c, 0xfeb71817, + 0x0e5cb6b8, 0x231a1a0e, 0x2c752d24, 0x1a1a2424, 0x0e29a182, 0x24231b1a, 0x242d752c, 0x210e8323, 0x2d4f7703, 0x4f01231f, 0x2f4f4f01, 0x0020080a, + 0x01060000, 0x0568fe0b, 0x000f05f5, 0x0039001f, 0x004b0041, 0x006f0055, 0x23300100, 0x013d2622, 0x2014fd4e, 0x1afd4e06, 0x2007f667, 0x12877701, + 0x41180520, 0x2e080d65, 0x33112311, 0x37363313, 0x02231133, 0x35395fe5, 0x201f5b38, 0x262a1211, 0x82353625, 0x26263536, 0x676b7c29, 0x2d4027a1, + 0x0d0c0c0d, 0x8227402d, 0x0d0c2d09, 0x402d0c0d, 0xc76ded02, 0x3bfbfb01, 0x2b0cff79, 0x09051504, 0x62190923, 0x19621818, 0x05390882, 0x06b48067, + 0x677b595a, 0x313a68fe, 0x2b340732, 0x4c3e3d2b, 0x2b2c8155, 0x3d008217, 0x55812c2b, 0x4513ad96, 0x25331aa2, 0x2e6a2d25, 0x1b332425, 0x2524331b, + 0x252d6a2e, 0xec673325, 0x24012108, 0x2d09e276, 0x2b282e29, 0x1249123e, 0x2d2db32c, 0x08822cb3, 0x02fffd39, 0xababfe9e, 0x0062fdaa, 0x00020000, + 0x06540085, 0x00b8037b, 0x644d0034, 0x1a41357f, 0x133d0813, 0x01231133, 0x359469b7, 0x2c103e10, 0x51443536, 0x26493951, 0x3e3d7a25, 0x436c4c2a, + 0x3145465f, 0x5d21035b, 0x27284846, 0x4a442120, 0x4e29757e, 0x06fa0371, 0x130b2c0b, 0x81242381, 0x27088213, 0xe1a18206, 0x829ae007, 0x2a2d8c64, + 0x5a178f02, 0x40ec2217, 0x8222ec40, 0x7ffd3808, 0x56fe4603, 0xbafcaa01, 0x00030000, 0x066300b5, 0x00a9034b, 0x7b15000b, 0x092119ad, 0x11d57601, + 0x6801b63c, 0x747f7f74, 0x3934d8e1, 0x03d83439, 0x8cedfe5a, 0x0a175817, 0x0f050f37, 0x09820a38, 0xba2e8834, 0x4603632e, 0xfe89e689, 0x36c501b2, + 0x36323a32, 0xa17631fd, 0xc8252205, 0x0aa17637, 0x00820020, 0x20071b50, 0x06bf4561, 0xbd457e20, 0x34ce4e46, 0x10152108, 0x6d6d0f3d, 0x10401003, + 0x7f1e781f, 0x2b27a028, 0x22832bac, 0x3f630287, 0x0e0f3b5c, 0x5c3b0f0e, 0x28054344, 0x0d0d1f31, 0x3145311f, 0x053b441f, 0x1a033122, 0x45325050, + 0x01213edf, 0x2c7150ef, 0x5b01053a, 0xa50502ff, 0x34001a05, 0x48003e00, 0xa2008100, 0x22050000, 0x37362726, 0x54079f79, 0x0225103f, 0x23012e07, + 0x0f3f5422, 0x14654b18, 0x01694589, 0x0d597629, 0x2a0eb157, 0x010e1716, 0x76555002, 0x7f26252a, 0x0b2314c7, 0x7f091e1a, 0x01210dc8, 0x0545442d, + 0x2aacb335, 0xac2a2e2e, 0x76542cfe, 0x2425262b, 0x40372b2a, 0x69161842, 0x0d211140, 0x0e406919, 0x08057476, 0x69242521, 0x22755841, 0x48112e2d, + 0x58584e3b, 0x134b3d4e, 0x79224d0a, 0x23343dfd, 0x16162b23, 0x54273139, 0x0a230e8c, 0x54081b16, 0x4b18128d, 0x292507bf, 0x012b282e, 0x693d8918, + 0x2a082650, 0x4055a9b1, 0x2d2c2d40, 0x19194b4d, 0x5d6a3930, 0x3e695d66, 0x492f0631, 0x00000052, 0x002e0004, 0x03d206b7, 0x000f0056, 0x18360027, + 0x5e15e741, 0x132015d5, 0x25182d61, 0x01c86c62, 0xad5570fc, 0xed832b09, 0x25256940, 0x25252828, 0xf6604069, 0x18812005, 0x2009e841, 0x05bb7002, + 0x2a9e0227, 0xa87d2a2a, 0x2705827d, 0x6c5b5e60, 0x22fe5e5b, 0x002d9e82, 0xff4b0106, 0x05b50502, 0x0015001a, 0x30ab821e, 0x016e0049, 0x050000d8, + 0x21303530, 0x12363530, 0x053d7437, 0x2330152e, 0x25301530, 0x11303330, 0x010e2330, 0x2007145e, 0xd344183e, 0x48012008, 0x2e23073d, 0x7e062201, + 0x1e240719, 0x26220102, 0x6d08006a, 0x07220681, 0x46181d06, 0x352b0e81, 0x0f231133, 0x0e0f1501, 0x840d0f15, 0x91088205, 0x2e05270b, 0x35372701, + 0x02840b3f, 0x05840a20, 0x06200b88, 0x073c1793, 0x15331133, 0xc9fea102, 0x8e2db52d, 0xbffe5c5c, 0x8e2307db, 0x5c3eaf02, 0x1d0f0e3c, 0x09bd4418, + 0x00820720, 0x310f0f26, 0x0f103145, 0x07390982, 0xeefd311f, 0x49279683, 0x3b584168, 0x3c0f213b, 0x3b481110, 0x2d2d2c4d, 0xd849182c, 0xbc2f220a, + 0x3b4c1808, 0x222eeb2e, 0xd20b2c0b, 0xd202206e, 0x01012453, 0x18f2a3a6, 0x290ea54a, 0x582fe2fe, 0x51524140, 0x45185883, 0x243b07aa, 0x2b752c25, + 0x1a1a2425, 0x1a1a1c1c, 0x752b2524, 0x3324252c, 0xb106031c, 0x188055a9, 0x2c0f6148, 0x09313e34, 0x29490923, 0x015a0b29, 0xd0b1d4f5, 0x280a2254, + 0x8953d00a, 0x55b64150, 0xfd235f86, 0x82005abc, 0x02350800, 0x5f025c00, 0x7105a406, 0x1b000300, 0x21130000, 0x27012115, 0x33351737, 0x07173715, + 0x17231533, 0x23152707, 0x37270735, 0x065c3523, 0x04b8f948, 0x8c2a8cc2, 0x2103823c, 0x0887c6c6, 0x46a50224, 0x118c2202, 0x00261a84, 0x5c000100, + 0x5b8225ff, 0x1400d622, 0x38085982, 0x3e012c32, 0x34113505, 0x022c032e, 0x019d5c23, 0xf6050134, 0x5b7fadc7, 0xaa6f3c2e, 0xfef8fecc, 0xada9fee5, + 0x5633a502, 0x7a837e72, 0xf90e4766, 0x7d5b154f, 0x68869190, 0x24478d3e, 0x012c2201, 0x2047832e, 0x2747823e, 0x9da40633, 0xfbfeccfe, 0x01254889, + 0x011b0108, 0x82489657, 0x000532ef, 0x0638ff2a, 0x009405d6, 0x00400004, 0x014b0044, 0x2b9b8208, 0x21072130, 0x030e2204, 0x07040e07, 0x2e06eb57, + 0x33363435, 0x041e1732, 0x37033e32, 0x8337043e, 0x1716240c, 0x83141516, 0x032e391e, 0x21152103, 0x05231501, 0x25352325, 0x33023e34, 0x36171632, + 0x17031e32, 0x14212682, 0x21058306, 0x05833236, 0x013e1725, 0x82033e37, 0x84362047, 0x22288340, 0x8631011e, 0x2317840c, 0x021e3233, 0x5b852983, + 0x85141521, 0x27262961, 0x3435012e, 0x27022e35, 0x0e2e6e83, 0x27222301, 0x0607010e, 0x07062722, 0x0c86030e, 0x02200683, 0xb0840e82, 0x03862683, + 0x82022e21, 0x273b08ba, 0x35010e34, 0x2627010e, 0x16172627, 0x06273435, 0x36373437, 0x5c262223, 0xfe46e401, 0x54e00462, 0x2f4f5061, 0x3c15070f, + 0x522c5b40, 0x4da7934b, 0x151d0835, 0x2f0f0f1b, 0x9a61504f, 0xddd4081b, 0x62fee401, 0x019610fe, 0x96000100, 0x0e047afc, 0x1b131a24, 0x171f0e0b, + 0x0202080c, 0x11151b11, 0x04070602, 0x10072e38, 0x020c0e10, 0x06030810, 0x0a0c130c, 0x530b0609, 0x040d1339, 0x0c11282c, 0x2f411e18, 0x0d151d0c, + 0x241a0e04, 0x27142013, 0x11140c1e, 0x0909090a, 0x2c21492f, 0x121a1301, 0x1004180f, 0x25210f06, 0x2a100f14, 0x10171c19, 0x21091224, 0x132e0e0d, + 0x18133b1a, 0x0d060707, 0x0e290938, 0x111a141b, 0x122f340d, 0x19100807, 0x160b0a11, 0x1c101010, 0x22180f17, 0x08221a0c, 0x030d1611, 0x06171601, + 0x021a0327, 0x01100801, 0x08020103, 0x021a1207, 0x2fbb6eb9, 0x173c5242, 0x424a1d09, 0xa72d184b, 0x0f0d4d4e, 0x17161d15, 0x2f42523c, 0x90081897, + 0x016e5801, 0xf0f0fa25, 0x1d0da0fa, 0x1b151a29, 0x1d110e07, 0x26170e11, 0x0c020b3a, 0x0505070d, 0x0b091037, 0x08040910, 0x040d670c, 0x3b1f2741, + 0x0e186037, 0x121d1107, 0x15092617, 0x5201100f, 0x04380443, 0x34010512, 0x10171108, 0x0b122d0c, 0x3e080403, 0x2f070b42, 0x0b24111d, 0x14111045, + 0x1d0f331c, 0x0a5d090e, 0x18180c4d, 0x022d410c, 0x17211617, 0x0c110508, 0x2226141b, 0x19220e05, 0x02071703, 0x02030c0c, 0x04110205, 0x04020202, + 0x24038201, 0x171a0702, 0x07b34300, 0x00492508, 0x000f000b, 0x33150100, 0x23152315, 0x33352335, 0x15210135, 0xb4980521, 0xb4b464b4, 0x480628fb, + 0x4905b8f9, 0x64380b83, 0x465cfdb4, 0x53000500, 0x8c063eff, 0x0600a705, 0x2c002800, 0x37003000, 0x11293d82, 0x33010b33, 0x07232711, 0x20018327, + 0x26058403, 0x1b35020b, 0x82173702, 0x84132001, 0x33172905, 0x2b153321, 0x37333502, 0x2e082d85, 0xcea0a104, 0xc936a0ce, 0x303f334a, 0x3a3a3f2f, + 0x10311937, 0x27273736, 0x31103637, 0x3a3a3719, 0x3f302f3f, 0x01c94a33, 0xbc8a8af2, 0x83887373, 0x0247082c, 0x01b00108, 0xfedefe22, 0x3ed63a50, + 0xe3cd72a9, 0x8b54fcfe, 0xfe92df6a, 0x010401d4, 0xeb0189eb, 0xaffe0401, 0x8b6adfb7, 0xe3fcfe54, 0x3ea972cd, 0x3a6161d6, 0xdefe50fe, 0xb0012201, + 0x00030000, 0x0637ff5c, 0x82e005a4, 0x000d22bb, 0x26b7833b, 0x23010923, 0x84110311, 0x2f012206, 0x85bf8501, 0x840f2005, 0x020f220f, 0x23c4821f, + 0x011f013f, 0x0586c485, 0xc8340328, 0x14011401, 0x068598c8, 0x38d8023d, 0x4b604e72, 0x5a5a6048, 0x184b2754, 0x394b4554, 0x155a364b, 0x39252539, + 0x82365a15, 0x5445310c, 0x54274b18, 0x48605a5a, 0x724e604b, 0xfcfe5d01, 0x04229484, 0xb9825d02, 0x3008d183, 0x1bc8fefc, 0x2d420438, 0x21665951, + 0x48582a37, 0x645a7084, 0x8f523b4b, 0x4a656c43, 0x4b3b528f, 0x84705a64, 0x372a5848, 0x51596621, 0x3804422d, 0x3b008200, 0xff4b0002, 0x05b50622, + 0x000900d0, 0x0500002a, 0x15012d15, 0x010d3521, 0x17130135, 0x3f20ad8b, 0x0324d98d, 0x6d010307, 0x04227e83, 0x7a820126, 0xd3fa2608, 0x1f6d6e4e, + 0x756d3262, 0x615e7d75, 0x4994667d, 0x7d669449, 0x757d5e61, 0x62326d75, 0x4e6e6d1f, 0xcecea03e, 0x080383a0, 0xfe540333, 0x73eccd7e, 0x426e54b0, + 0x59a1b2cc, 0x36993184, 0x84319935, 0xccb2a159, 0xb0546e42, 0xcd090190, 0x00007efe, 0xff5e0002, 0x05a2066a, 0x000b007b, 0x0e5b421f, 0x03270330, + 0x27020b27, 0x021b3711, 0x13371337, 0x69421521, 0xc7fe2106, 0x86877487, 0x42a70221, 0xfc330777, 0x629dfef0, 0xfeb2f7fe, 0xfe6501be, 0x07058467, + 0x8267fe84, 0xb2be2f09, 0xfe62f7fe, 0x0300749d, 0x3eff5300, 0x9342af06, 0x002f2c06, 0x35211300, 0x2135010d, 0x41211503, 0x80420507, 0x021b2205, + 0x42798235, 0x072109a0, 0x20268503, 0x075442cb, 0x45035522, 0x21068c42, 0x8c42363b, 0x3b36210b, 0x20068c42, 0x074b4296, 0xa0030428, 0xfea0cece, + 0x864261fc, 0x9bfe2126, 0x00202f83, 0x04280082, 0x5effc800, 0xa6053806, 0x0f2bb582, 0x1f001b00, 0x35250000, 0x43031521, 0x0b8b0b7f, 0x1123112e, + 0xcc016c04, 0x64b4b4b4, 0xc0fcb4b4, 0x02270684, 0x64a05a31, 0x439c0464, 0xfe210595, 0x2507855c, 0xb8f90e02, 0x62824806, 0x47010021, 0x0221058f, + 0x2c6382a5, 0x15211300, 0x48065c21, 0xa502b8f9, 0x231c8346, 0xae000e00, 0x0a842182, 0x02200482, 0x01220b86, 0x8b820d00, 0x11820120, 0x02000026, + 0x3d000700, 0x03241786, 0x91002500, 0x04200b86, 0xd3202382, 0x05240b86, 0x01010f00, 0x06240b86, 0x2b010c00, 0x01226b82, 0x3f840904, 0x0b860020, + 0x1a000122, 0x03210982, 0x20178300, 0x20778202, 0x2417862d, 0x004a0003, 0x200b8645, 0x20238204, 0x240b86b7, 0x001e0005, 0x240b86e1, 0x01180006, + 0x304d8311, 0x00750046, 0x006e0072, 0x00630061, 0x00200065, 0x20078249, 0x2e0f826f, 0x46000073, 0x616e7275, 0x49206563, 0x826e6f63, 0x8252200e, + 0x8267201f, 0x826c202d, 0x0072282b, 0x67655200, 0x82616c75, 0x00462108, 0x74212f83, 0x22078300, 0x84670072, 0x823a2045, 0x21599949, 0x1f830020, + 0x38003124, 0x03842d00, 0x30003226, 0x33003200, 0x6f2a7182, 0x6f46746e, 0x20656772, 0x7d8c203a, 0x31270f82, 0x2d382d38, 0x83323032, 0x20b3a826, + 0x248d8256, 0x00730072, 0x20a38469, 0x24678220, 0x00310030, 0x3007842e, 0x56000030, 0x69737265, 0x30206e6f, 0x302e3130, 0x8d108230, 0x110b41b3, + 0x23060a41, 0x00020000, 0x0120008b, 0x0b840c8b, 0x05824b20, 0x00019a08, 0x01030002, 0x01030102, 0x01050104, 0x01070106, 0x01090108, 0x010b010a, + 0x010d010c, 0x010f010e, 0x01110110, 0x01130112, 0x01150114, 0x01170116, 0x01190118, 0x011b011a, 0x011d011c, 0x011f011e, 0x01210120, 0x01230122, + 0x01250124, 0x01270126, 0x01290128, 0x012b012a, 0x012d012c, 0x012f012e, 0x01310130, 0x01330132, 0x01350134, 0x01370136, 0x01390138, 0x013b013a, + 0x013d013c, 0x013f013e, 0x01410140, 0x01430142, 0x01450144, 0x01470146, 0x6e750748, 0x46304569, 0x20078630, 0x20078631, 0x20078632, 0x20078633, + 0x21078434, 0x27853031, 0x85303121, 0x30312127, 0x31212785, 0x21278530, 0x27873031, 0x2f863520, 0x07863620, 0x07863720, 0x07863820, 0x07863920, + 0x07864120, 0x07864220, 0x07864320, 0x07864420, 0x07864520, 0x07854620, 0x86303121, 0x86312007, 0x207f8607, 0x207f8631, 0x207f8631, 0x207f8631, + 0x207f8631, 0x207f8631, 0x207f8631, 0x207f8631, 0x207f8631, 0x207f8631, 0x207f8631, 0x207f8631, 0x207f8631, 0x217f8631, 0x77853032, 0x86313221, + 0x207f8607, 0x207f8632, 0x207f8632, 0x207f8632, 0x207f8632, 0x207f8632, 0x207f8632, 0x207f8632, 0x207f8632, 0x207f8632, 0x207f8632, 0x207f8632, + 0x207f8632, 0x217f8632, 0x77853033, 0x86313321, 0x207f8607, 0x207f8633, 0x207f8633, 0x207f8633, 0x207f8633, 0x207f8633, 0x207f8633, 0x207f8633, + 0x207f8633, 0x207f8633, 0x207f8633, 0x207f8633, 0x207f8633, 0x217f8633, 0x77853034, 0x00313428, 0xff010000, 0xcd4400ff, 0x00002607, 0x0014000c, + 0x24158204, 0x00000002, 0x85038601, 0xe0002409, 0x82206855, 0xe0002c11, 0x009ffffd, 0xe1000000, 0x05c9dc04, 0xc4a023fa, 0x00000091, }; diff --git a/src/gui/furIcons.h b/src/gui/furIcons.h index 4d2c948ee..ea4477f7a 100644 --- a/src/gui/furIcons.h +++ b/src/gui/furIcons.h @@ -1,7 +1,7 @@ // not auto-generated. update every time you change icons.ttf! #define ICON_MIN_FUR 0xe0f0 -#define ICON_MAX_FUR 0xe135 +#define ICON_MAX_FUR 0xe141 // test #define ICON_FUR_TEST0 u8"\ue0f0" @@ -66,4 +66,16 @@ #define ICON_FUR_INS_TED u8"\ue134" #define ICON_FUR_INS_C140 u8"\ue135" -// sample editor? +// sample editor +#define ICON_FUR_SAMPLE_APPLY_SILENCE u8"\ue136" +#define ICON_FUR_SAMPLE_FADEIN u8"\ue137" +#define ICON_FUR_SAMPLE_FADEOUT u8"\ue138" +#define ICON_FUR_SAMPLE_FILTER u8"\ue139" +#define ICON_FUR_SAMPLE_INSERT_SILENCE u8"\ue13a" +#define ICON_FUR_SAMPLE_INVERT u8"\ue13b" +#define ICON_FUR_SAMPLE_NORMALIZE u8"\ue13c" +#define ICON_FUR_SAMPLE_RESAMPLE u8"\ue13d" +#define ICON_FUR_SAMPLE_RESIZE u8"\ue13e" +#define ICON_FUR_SAMPLE_REVERSE u8"\ue13f" +#define ICON_FUR_SAMPLE_SIGN u8"\ue140" +#define ICON_FUR_SAMPLE_TRIM u8"\ue141" \ No newline at end of file diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp index 2f1ed8e1f..d07a1792e 100644 --- a/src/gui/gui.cpp +++ b/src/gui/gui.cpp @@ -5792,23 +5792,45 @@ bool FurnaceGUI::loop() { pendingRawSampleBigEndian=false; } - ImGui::BeginDisabled(pendingRawSampleDepth!=DIV_SAMPLE_DEPTH_8BIT && pendingRawSampleDepth!=DIV_SAMPLE_DEPTH_16BIT); - ImGui::AlignTextToFramePadding(); - ImGui::Text("Channels"); - ImGui::SameLine(); - if (ImGui::InputInt("##RSChans",&pendingRawSampleChannels)) { + if (pendingRawSampleDepth==DIV_SAMPLE_DEPTH_8BIT || pendingRawSampleDepth==DIV_SAMPLE_DEPTH_16BIT) { + ImGui::AlignTextToFramePadding(); + ImGui::Text("Channels"); + ImGui::SameLine(); + ImGui::SetNextItemWidth(120.0f*dpiScale); + if (ImGui::InputInt("##RSChans",&pendingRawSampleChannels)) { + } + ImGui::Text("(will be mixed down to mono)"); + ImGui::Checkbox("Unsigned",&pendingRawSampleUnsigned); } - ImGui::Text("(will be mixed down to mono)"); - ImGui::Checkbox("Unsigned",&pendingRawSampleUnsigned); - ImGui::EndDisabled(); - ImGui::BeginDisabled(pendingRawSampleDepth!=DIV_SAMPLE_DEPTH_16BIT); - ImGui::Checkbox("Big endian",&pendingRawSampleBigEndian); - ImGui::EndDisabled(); + if (pendingRawSampleDepth==DIV_SAMPLE_DEPTH_16BIT) { + ImGui::Checkbox("Big endian",&pendingRawSampleBigEndian); + } - ImGui::BeginDisabled(pendingRawSampleDepth==DIV_SAMPLE_DEPTH_16BIT); - ImGui::Checkbox("Swap nibbles",&pendingRawSampleSwapNibbles); - ImGui::EndDisabled(); + if (pendingRawSampleDepth==DIV_SAMPLE_DEPTH_YMZ_ADPCM || + pendingRawSampleDepth==DIV_SAMPLE_DEPTH_QSOUND_ADPCM || + pendingRawSampleDepth==DIV_SAMPLE_DEPTH_ADPCM_A || + pendingRawSampleDepth==DIV_SAMPLE_DEPTH_ADPCM_B || + pendingRawSampleDepth==DIV_SAMPLE_DEPTH_VOX) { + ImGui::Checkbox("Swap nibbles",&pendingRawSampleSwapNibbles); + } + + if (pendingRawSampleDepth==DIV_SAMPLE_DEPTH_MULAW) { + ImGui::Text("Encoding:"); + ImGui::Indent(); + if (ImGui::RadioButton("G.711",pendingRawSampleSwapNibbles==0)) { + pendingRawSampleSwapNibbles=0; + } + if (ImGui::RadioButton("Namco",pendingRawSampleSwapNibbles==1)) { + pendingRawSampleSwapNibbles=1; + } + ImGui::Unindent(); + } + + if (pendingRawSampleDepth==DIV_SAMPLE_DEPTH_1BIT || + pendingRawSampleDepth==DIV_SAMPLE_DEPTH_1BIT_DPCM) { + ImGui::Checkbox("Reverse bit order",&pendingRawSampleSwapNibbles); + } if (ImGui::Button("OK")) { DivSample* s=e->sampleFromFileRaw(pendingRawSample.c_str(),(DivSampleDepth)pendingRawSampleDepth,pendingRawSampleChannels,pendingRawSampleBigEndian,pendingRawSampleUnsigned,pendingRawSampleSwapNibbles); diff --git a/src/gui/gui.h b/src/gui/gui.h index 2579587ff..a48326361 100644 --- a/src/gui/gui.h +++ b/src/gui/gui.h @@ -1428,6 +1428,14 @@ class FurnaceGUI { int c64Core; int pokeyCore; int opnCore; + int arcadeCoreRender; + int ym2612CoreRender; + int snCoreRender; + int nesCoreRender; + int fdsCoreRender; + int c64CoreRender; + int pokeyCoreRender; + int opnCoreRender; int pcSpeakerOutMethod; String yrw801Path; String tg100Path; @@ -1596,6 +1604,14 @@ class FurnaceGUI { c64Core(0), pokeyCore(1), opnCore(1), + arcadeCoreRender(1), + ym2612CoreRender(0), + snCoreRender(0), + nesCoreRender(0), + fdsCoreRender(1), + c64CoreRender(1), + pokeyCoreRender(1), + opnCoreRender(1), pcSpeakerOutMethod(0), yrw801Path(""), tg100Path(""), diff --git a/src/gui/insEdit.cpp b/src/gui/insEdit.cpp index e68a17dc8..e6056d036 100644 --- a/src/gui/insEdit.cpp +++ b/src/gui/insEdit.cpp @@ -1468,7 +1468,7 @@ void FurnaceGUI::drawMacroEdit(FurnaceGUIMacroDesc& i, int totalFit, float avail if (!i.isBitfield) { if (settings.oldMacroVSlider) { ImGui::SameLine(0.0f); - if (ImGui::VSliderInt("IMacroVScroll",ImVec2(20.0f*dpiScale,i.height*dpiScale),&i.macro->vScroll,0,(i.max-i.min)-i.macro->vZoom,"",ImGuiSliderFlags_NoInput)) { + if (ImGui::VSliderInt("##IMacroVScroll",ImVec2(20.0f*dpiScale,i.height*dpiScale),&i.macro->vScroll,0,(i.max-i.min)-i.macro->vZoom,"",ImGuiSliderFlags_NoInput)) { if (i.macro->vScroll<0) i.macro->vScroll=0; if (i.macro->vScroll>((i.max-i.min)-i.macro->vZoom)) i.macro->vScroll=(i.max-i.min)-i.macro->vZoom; } @@ -1494,7 +1494,7 @@ void FurnaceGUI::drawMacroEdit(FurnaceGUIMacroDesc& i, int totalFit, float avail if (i.macro->vScroll>((i.max-i.min)-i.macro->vZoom)) i.macro->vScroll=(i.max-i.min)-i.macro->vZoom; } - ImGuiID scrollbarID=ImGui::GetID("IMacroVScroll"); + ImGuiID scrollbarID=ImGui::GetID("##IMacroVScroll"); ImGui::KeepAliveID(scrollbarID); if (ImGui::ScrollbarEx(scrollbarPos,scrollbarID,ImGuiAxis_Y,&scrollV,availV,contentsV,0)) { i.macro->vScroll=(i.max-i.min-i.macro->vZoom)-scrollV; @@ -1888,7 +1888,7 @@ void FurnaceGUI::drawMacros(std::vector& macros, FurnaceGUI break; } case 1: { - ImGui::Text("Mobile"); + ImGui::Text("Tabs"); break; } case 2: { @@ -1980,8 +1980,37 @@ void FurnaceGUI::drawMacros(std::vector& macros, FurnaceGUI FurnaceGUIMacroDesc& m=macros[state.selectedMacro]; m.macro->open|=1; - m.height=ImGui::GetContentRegionAvail().y-ImGui::GetFontSize()-ImGui::GetFrameHeightWithSpacing()-12.0f*dpiScale-ImGui::GetStyle().ItemSpacing.y*3.0f; - if (m.macro->name=="arp") m.height-=12.0f*dpiScale; + float availableWidth=ImGui::GetContentRegionAvail().x-reservedSpace; + int totalFit=MIN(255,availableWidth/MAX(1,macroPointSize*dpiScale)); + int scrollMax=0; + for (FurnaceGUIMacroDesc& i: macros) { + if (i.macro->len>scrollMax) scrollMax=i.macro->len; + } + scrollMax-=totalFit; + if (scrollMax<0) scrollMax=0; + if (macroDragScroll>scrollMax) { + macroDragScroll=scrollMax; + } + ImGui::BeginDisabled(scrollMax<1); + ImGui::SetNextItemWidth(availableWidth); + if (CWSliderInt("##MacroScroll",¯oDragScroll,0,scrollMax,"")) { + if (macroDragScroll<0) macroDragScroll=0; + if (macroDragScroll>scrollMax) macroDragScroll=scrollMax; + } + ImGui::EndDisabled(); + + ImGui::SameLine(); + ImGui::Button(ICON_FA_SEARCH_PLUS "##MacroZoomB"); + if (ImGui::BeginPopupContextItem("MacroZoomP",ImGuiPopupFlags_MouseButtonLeft)) { + ImGui::SetNextItemWidth(120.0f*dpiScale); + if (ImGui::InputInt("##MacroPointSize",¯oPointSize,1,16)) { + if (macroPointSize<1) macroPointSize=1; + if (macroPointSize>256) macroPointSize=256; + } + ImGui::EndPopup(); + } + + m.height=ImGui::GetContentRegionAvail().y-ImGui::GetFontSize()-ImGui::GetFrameHeightWithSpacing()-(m.bit30?28.0f:12.0f)*dpiScale-ImGui::GetStyle().ItemSpacing.y*3.0f; if (m.height<10.0f*dpiScale) m.height=10.0f*dpiScale; m.height/=dpiScale; drawMacroEdit(m,totalFit,availableWidth,index); @@ -1999,7 +2028,25 @@ void FurnaceGUI::drawMacros(std::vector& macros, FurnaceGUI } ImGui::SameLine(); } - BUTTON_TO_SET_PROPS(m); + ImGui::Text("StepLen"); + ImGui::SameLine(); + ImGui::SetNextItemWidth(120.0f*dpiScale); + if (ImGui::InputScalar("##IMacroSpeed",ImGuiDataType_U8,&m.macro->speed,&_ONE,&_THREE)) { + if (m.macro->speed<1) m.macro->speed=1; + MARK_MODIFIED; + } + ImGui::SameLine(); + ImGui::Text("Delay"); + ImGui::SameLine(); + ImGui::SetNextItemWidth(120.0f*dpiScale); + if (ImGui::InputScalar("##IMacroDelay",ImGuiDataType_U8,&m.macro->delay,&_ONE,&_THREE)) { + MARK_MODIFIED; + } + ImGui::SameLine(); + { + FurnaceGUIMacroDesc& i=m; + BUTTON_TO_SET_MODE(ImGui::Button); + } if (m.modeName!=NULL) { bool modeVal=m.macro->mode; String modeName=fmt::sprintf("%s##IMacroMode",m.modeName); @@ -2188,7 +2235,7 @@ void FurnaceGUI::drawInsEdit() { } if (ImGui::Begin("Instrument Editor",&insEditOpen,globalWinFlags|(settings.allowEditDocking?0:ImGuiWindowFlags_NoDocking))) { if (curIns<0 || curIns>=(int)e->song.ins.size()) { - ImGui::SetCursorPosY(ImGui::GetCursorPosY()+(ImGui::GetContentRegionAvail().y-ImGui::GetFrameHeightWithSpacing()*2.0f)*0.5f); + ImGui::SetCursorPosY(ImGui::GetCursorPosY()+(ImGui::GetContentRegionAvail().y-ImGui::GetFrameHeightWithSpacing()*(e->song.ins.empty()?2.0f:3.0f)+ImGui::GetStyle().ItemSpacing.y)*0.5f); CENTER_TEXT("no instrument selected"); ImGui::Text("no instrument selected"); if (ImGui::BeginTable("noAssetCenter",3)) { @@ -2201,6 +2248,7 @@ void FurnaceGUI::drawInsEdit() { ImGui::TableNextColumn(); if (e->song.ins.size()>0) { + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); if (ImGui::BeginCombo("##InsSelect","select one...")) { String name; for (size_t i=0; isong.ins.size(); i++) { @@ -2213,7 +2261,7 @@ void FurnaceGUI::drawInsEdit() { } ImGui::EndCombo(); } - ImGui::SameLine(); + ImGui::AlignTextToFramePadding(); ImGui::TextUnformatted("or"); ImGui::SameLine(); } diff --git a/src/gui/pattern.cpp b/src/gui/pattern.cpp index a1ba6336f..b5e92b598 100644 --- a/src/gui/pattern.cpp +++ b/src/gui/pattern.cpp @@ -950,7 +950,7 @@ void FurnaceGUI::drawPattern() { // cursor follows wheel if (settings.cursorFollowsWheel && (!e->isPlaying() || !followPattern) && ImGui::IsWindowHovered(ImGuiHoveredFlags_ChildWindows)) { if (wheelX!=0 || wheelY!=0) { - moveCursor(wheelX,wheelY,false); + moveCursor(wheelX,(settings.cursorFollowsWheel==2)?wheelY:-wheelY,false); } } diff --git a/src/gui/sampleEdit.cpp b/src/gui/sampleEdit.cpp index 7c08ba470..25a4aa3b0 100644 --- a/src/gui/sampleEdit.cpp +++ b/src/gui/sampleEdit.cpp @@ -24,6 +24,7 @@ #include #include "../ta-log.h" #include "IconsFontAwesome4.h" +#include "furIcons.h" #include "misc/cpp/imgui_stdlib.h" #include #include "guiConst.h" @@ -784,7 +785,7 @@ void FurnaceGUI::drawSampleEdit() { sameLineMaybe(); ImGui::Dummy(ImVec2(4.0*dpiScale,dpiScale)); sameLineMaybe(); - ImGui::Button(ICON_FA_ARROWS_H "##SResize"); + ImGui::Button(ICON_FUR_SAMPLE_RESIZE "##SResize"); if (ImGui::IsItemClicked()) { resizeSize=sample->samples; } @@ -819,7 +820,7 @@ void FurnaceGUI::drawSampleEdit() { resizeSize=sample->samples; } sameLineMaybe(); - ImGui::Button(ICON_FA_EXPAND "##SResample"); + ImGui::Button(ICON_FUR_SAMPLE_RESAMPLE "##SResample"); if (ImGui::IsItemClicked()) { resampleTarget=targetRate; } @@ -940,28 +941,28 @@ void FurnaceGUI::drawSampleEdit() { ImGui::EndPopup(); } sameLineMaybe(); - if (ImGui::Button(ICON_FA_ARROWS_V "##SNormalize")) { + if (ImGui::Button(ICON_FUR_SAMPLE_NORMALIZE "##SNormalize")) { doAction(GUI_ACTION_SAMPLE_NORMALIZE); } if (ImGui::IsItemHovered()) { ImGui::SetTooltip("Normalize"); } sameLineMaybe(); - if (ImGui::Button(ICON_FA_ARROW_UP "##SFadeIn")) { + if (ImGui::Button(ICON_FUR_SAMPLE_FADEIN "##SFadeIn")) { doAction(GUI_ACTION_SAMPLE_FADE_IN); } if (ImGui::IsItemHovered()) { ImGui::SetTooltip("Fade in"); } sameLineMaybe(); - if (ImGui::Button(ICON_FA_ARROW_DOWN "##SFadeOut")) { + if (ImGui::Button(ICON_FUR_SAMPLE_FADEOUT "##SFadeOut")) { doAction(GUI_ACTION_SAMPLE_FADE_OUT); } if (ImGui::IsItemHovered()) { ImGui::SetTooltip("Fade out"); } sameLineMaybe(); - ImGui::Button(ICON_FA_ADJUST "##SInsertSilence"); + ImGui::Button(ICON_FUR_SAMPLE_INSERT_SILENCE "##SInsertSilence"); if (ImGui::IsItemHovered()) { ImGui::SetTooltip("Insert silence"); } @@ -992,7 +993,7 @@ void FurnaceGUI::drawSampleEdit() { ImGui::EndPopup(); } sameLineMaybe(); - if (ImGui::Button(ICON_FA_ERASER "##SSilence")) { + if (ImGui::Button(ICON_FUR_SAMPLE_APPLY_SILENCE "##SSilence")) { doAction(GUI_ACTION_SAMPLE_SILENCE); } if (ImGui::IsItemHovered()) { @@ -1015,28 +1016,28 @@ void FurnaceGUI::drawSampleEdit() { ImGui::SameLine(); ImGui::Dummy(ImVec2(4.0*dpiScale,dpiScale)); sameLineMaybe(); - if (ImGui::Button(ICON_FA_BACKWARD "##SReverse")) { + if (ImGui::Button(ICON_FUR_SAMPLE_REVERSE "##SReverse")) { doAction(GUI_ACTION_SAMPLE_REVERSE); } if (ImGui::IsItemHovered()) { ImGui::SetTooltip("Reverse"); } sameLineMaybe(); - if (ImGui::Button(ICON_FA_SORT_AMOUNT_ASC "##SInvert")) { + if (ImGui::Button(ICON_FUR_SAMPLE_INVERT "##SInvert")) { doAction(GUI_ACTION_SAMPLE_INVERT); } if (ImGui::IsItemHovered()) { ImGui::SetTooltip("Invert"); } sameLineMaybe(); - if (ImGui::Button(ICON_FA_LEVEL_DOWN "##SSign")) { + if (ImGui::Button(ICON_FUR_SAMPLE_SIGN "##SSign")) { doAction(GUI_ACTION_SAMPLE_SIGN); } if (ImGui::IsItemHovered()) { ImGui::SetTooltip("Signed/unsigned exchange"); } sameLineMaybe(); - ImGui::Button(ICON_FA_INDUSTRY "##SFilter"); + ImGui::Button(ICON_FUR_SAMPLE_FILTER "##SFilter"); if (ImGui::IsItemHovered()) { ImGui::SetTooltip("Apply filter"); } diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index 8f7eb8242..2035ac4df 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -1189,46 +1189,113 @@ void FurnaceGUI::drawSettings() { CONFIG_SECTION("Emulation") { // SUBSECTION LAYOUT CONFIG_SUBSECTION("Cores"); - ImGui::AlignTextToFramePadding(); - ImGui::Text("Arcade/YM2151 core"); - ImGui::SameLine(); - ImGui::Combo("##ArcadeCore",&settings.arcadeCore,arcadeCores,2); + if (ImGui::BeginTable("##Cores",3)) { + ImGui::TableSetupColumn("##System",ImGuiTableColumnFlags_WidthFixed); + ImGui::TableSetupColumn("##PlaybackCores",ImGuiTableColumnFlags_WidthStretch); + ImGui::TableSetupColumn("##RenderCores",ImGuiTableColumnFlags_WidthStretch); + ImGui::TableNextRow(ImGuiTableRowFlags_Headers); + ImGui::TableNextColumn(); + ImGui::Text("System"); + ImGui::TableNextColumn(); + ImGui::Text("Playback Core(s)"); + if (ImGui::IsItemHovered()) { + ImGui::SetTooltip("used for playback"); + } + ImGui::TableNextColumn(); + ImGui::Text("Render Core(s)"); + if (ImGui::IsItemHovered()) { + ImGui::SetTooltip("used in audio export"); + } - ImGui::AlignTextToFramePadding(); - ImGui::Text("Genesis/YM2612 core"); - ImGui::SameLine(); - ImGui::Combo("##YM2612Core",&settings.ym2612Core,ym2612Cores,2); + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); + ImGui::Text("Arcade/YM2151"); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##ArcadeCore",&settings.arcadeCore,arcadeCores,2); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##ArcadeCoreRender",&settings.arcadeCoreRender,arcadeCores,2); - ImGui::AlignTextToFramePadding(); - ImGui::Text("SN76489 core"); - ImGui::SameLine(); - ImGui::Combo("##SNCore",&settings.snCore,snCores,2); + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); + ImGui::Text("Genesis/YM2612"); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##YM2612Core",&settings.ym2612Core,ym2612Cores,2); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##YM2612CoreRender",&settings.ym2612CoreRender,ym2612Cores,2); - ImGui::AlignTextToFramePadding(); - ImGui::Text("NES core"); - ImGui::SameLine(); - ImGui::Combo("##NESCore",&settings.nesCore,nesCores,2); + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); + ImGui::Text("SN76489"); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##SNCore",&settings.snCore,snCores,2); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##SNCoreRender",&settings.snCoreRender,snCores,2); - ImGui::AlignTextToFramePadding(); - ImGui::Text("FDS core"); - ImGui::SameLine(); - ImGui::Combo("##FDSCore",&settings.fdsCore,nesCores,2); + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); + ImGui::Text("NES"); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##NESCore",&settings.nesCore,nesCores,2); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##NESCoreRender",&settings.nesCoreRender,nesCores,2); - ImGui::AlignTextToFramePadding(); - ImGui::Text("SID core"); - ImGui::SameLine(); - ImGui::Combo("##C64Core",&settings.c64Core,c64Cores,3); + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); + ImGui::Text("FDS"); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##FDSCore",&settings.fdsCore,nesCores,2); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##FDSCoreRender",&settings.fdsCoreRender,nesCores,2); - ImGui::AlignTextToFramePadding(); - ImGui::Text("POKEY core"); - ImGui::SameLine(); - ImGui::Combo("##POKEYCore",&settings.pokeyCore,pokeyCores,2); + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); + ImGui::Text("SID"); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##C64Core",&settings.c64Core,c64Cores,3); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##C64CoreRender",&settings.c64CoreRender,c64Cores,3); - ImGui::AlignTextToFramePadding(); - ImGui::Text("OPN/OPNA/OPNB cores"); - ImGui::SameLine(); - ImGui::Combo("##OPNCore",&settings.opnCore,opnCores,2); + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); + ImGui::Text("POKEY"); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##POKEYCore",&settings.pokeyCore,pokeyCores,2); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##POKEYCoreRender",&settings.pokeyCoreRender,pokeyCores,2); + ImGui::TableNextRow(); + ImGui::TableNextColumn(); + ImGui::AlignTextToFramePadding(); + ImGui::Text("OPN/OPNA/OPNB"); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##OPNCore",&settings.opnCore,opnCores,2); + ImGui::TableNextColumn(); + ImGui::SetNextItemWidth(ImGui::GetContentRegionAvail().x); + ImGui::Combo("##OPNCoreRender",&settings.opnCoreRender,opnCores,2); + ImGui::EndTable(); + } ImGui::Separator(); ImGui::AlignTextToFramePadding(); @@ -1910,10 +1977,18 @@ void FurnaceGUI::drawSettings() { settings.cursorMoveNoScroll=cursorMoveNoScrollB; } - bool cursorFollowsWheelB=settings.cursorFollowsWheel; - if (ImGui::Checkbox("Move cursor with scroll wheel",&cursorFollowsWheelB)) { - settings.cursorFollowsWheel=cursorFollowsWheelB; + ImGui::Text("Move cursor with scroll wheel:"); + ImGui::Indent(); + if (ImGui::RadioButton("No##csw0",settings.cursorFollowsWheel==0)) { + settings.cursorFollowsWheel=0; } + if (ImGui::RadioButton("Yes##csw1",settings.cursorFollowsWheel==1)) { + settings.cursorFollowsWheel=1; + } + if (ImGui::RadioButton("Inverted##csw2",settings.cursorFollowsWheel==2)) { + settings.cursorFollowsWheel=2; + } + ImGui::Unindent(); END_SECTION; } @@ -2348,18 +2423,22 @@ void FurnaceGUI::drawSettings() { if (ImGui::RadioButton("Unified##mel0",settings.macroLayout==0)) { settings.macroLayout=0; } - if (ImGui::RadioButton("Mobile##mel1",settings.macroLayout==1)) { + /* + if (ImGui::RadioButton("Tabs##mel1",settings.macroLayout==1)) { settings.macroLayout=1; } + */ if (ImGui::RadioButton("Grid##mel2",settings.macroLayout==2)) { settings.macroLayout=2; } if (ImGui::RadioButton("Single (with list)##mel3",settings.macroLayout==3)) { settings.macroLayout=3; } + /* if (ImGui::RadioButton("Single (combo box)##mel4",settings.macroLayout==4)) { settings.macroLayout=4; } + */ ImGui::Unindent(); bool oldMacroVSliderB=settings.oldMacroVSlider; @@ -2939,6 +3018,14 @@ void FurnaceGUI::syncSettings() { settings.c64Core=e->getConfInt("c64Core",0); settings.pokeyCore=e->getConfInt("pokeyCore",1); settings.opnCore=e->getConfInt("opnCore",1); + settings.arcadeCoreRender=e->getConfInt("arcadeCoreRender",1); + settings.ym2612CoreRender=e->getConfInt("ym2612CoreRender",0); + settings.snCoreRender=e->getConfInt("snCoreRender",0); + settings.nesCoreRender=e->getConfInt("nesCoreRender",0); + settings.fdsCoreRender=e->getConfInt("fdsCoreRender",1); + settings.c64CoreRender=e->getConfInt("c64CoreRender",1); + settings.pokeyCoreRender=e->getConfInt("pokeyCoreRender",1); + settings.opnCoreRender=e->getConfInt("opnCoreRender",1); settings.pcSpeakerOutMethod=e->getConfInt("pcSpeakerOutMethod",0); settings.yrw801Path=e->getConfString("yrw801Path",""); settings.tg100Path=e->getConfString("tg100Path",""); @@ -3099,6 +3186,14 @@ void FurnaceGUI::syncSettings() { clampSetting(settings.c64Core,0,2); clampSetting(settings.pokeyCore,0,1); clampSetting(settings.opnCore,0,1); + clampSetting(settings.arcadeCoreRender,0,1); + clampSetting(settings.ym2612CoreRender,0,1); + clampSetting(settings.snCoreRender,0,1); + clampSetting(settings.nesCoreRender,0,1); + clampSetting(settings.fdsCoreRender,0,1); + clampSetting(settings.c64CoreRender,0,2); + clampSetting(settings.pokeyCoreRender,0,1); + clampSetting(settings.opnCoreRender,0,1); clampSetting(settings.pcSpeakerOutMethod,0,4); clampSetting(settings.mainFont,0,6); clampSetting(settings.patFont,0,6); @@ -3210,7 +3305,7 @@ void FurnaceGUI::syncSettings() { clampSetting(settings.pullDeleteRow,0,1); clampSetting(settings.newSongBehavior,0,1); clampSetting(settings.memUsageUnit,0,1); - clampSetting(settings.cursorFollowsWheel,0,1); + clampSetting(settings.cursorFollowsWheel,0,2); clampSetting(settings.noDMFCompat,0,1); clampSetting(settings.removeInsOff,0,1); clampSetting(settings.removeVolOff,0,1); @@ -3288,7 +3383,15 @@ void FurnaceGUI::commitSettings() { settings.fdsCore!=e->getConfInt("fdsCore",0) || settings.c64Core!=e->getConfInt("c64Core",0) || settings.pokeyCore!=e->getConfInt("pokeyCore",1) || - settings.opnCore!=e->getConfInt("opnCore",1) + settings.opnCore!=e->getConfInt("opnCore",1) || + settings.arcadeCoreRender!=e->getConfInt("arcadeCoreRender",0) || + settings.ym2612CoreRender!=e->getConfInt("ym2612CoreRender",0) || + settings.snCoreRender!=e->getConfInt("snCoreRender",0) || + settings.nesCoreRender!=e->getConfInt("nesCoreRender",0) || + settings.fdsCoreRender!=e->getConfInt("fdsCoreRender",0) || + settings.c64CoreRender!=e->getConfInt("c64CoreRender",0) || + settings.pokeyCoreRender!=e->getConfInt("pokeyCoreRender",1) || + settings.opnCoreRender!=e->getConfInt("opnCoreRender",1) ); e->setConf("mainFontSize",settings.mainFontSize); @@ -3313,6 +3416,14 @@ void FurnaceGUI::commitSettings() { e->setConf("c64Core",settings.c64Core); e->setConf("pokeyCore",settings.pokeyCore); e->setConf("opnCore",settings.opnCore); + e->setConf("arcadeCoreRender",settings.arcadeCoreRender); + e->setConf("ym2612CoreRender",settings.ym2612CoreRender); + e->setConf("snCoreRender",settings.snCoreRender); + e->setConf("nesCoreRender",settings.nesCoreRender); + e->setConf("fdsCoreRender",settings.fdsCoreRender); + e->setConf("c64CoreRender",settings.c64CoreRender); + e->setConf("pokeyCoreRender",settings.pokeyCoreRender); + e->setConf("opnCoreRender",settings.opnCoreRender); e->setConf("pcSpeakerOutMethod",settings.pcSpeakerOutMethod); e->setConf("yrw801Path",settings.yrw801Path); e->setConf("tg100Path",settings.tg100Path); @@ -4135,6 +4246,17 @@ void FurnaceGUI::applyUISettings(bool updateFonts) { ImFontGlyphRangesBuilder range; ImVector outRange; + ImFontConfig fontConf; + ImFontConfig fontConfP; + + fontConf.OversampleV=1; + fontConf.OversampleH=2; + fontConfP.OversampleV=1; + fontConfP.OversampleH=2; + + //fontConf.RasterizerMultiply=1.5; + //fontConfP.RasterizerMultiply=1.5; + range.AddRanges(upTo800); if (settings.loadJapanese) { range.AddRanges(ImGui::GetIO().Fonts->GetGlyphRangesJapanese()); @@ -4180,21 +4302,21 @@ void FurnaceGUI::applyUISettings(bool updateFonts) { fc1.MergeMode=true; if (settings.mainFont==6) { // custom font - if ((mainFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(settings.mainFontPath.c_str(),MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),NULL,fontRange))==NULL) { + if ((mainFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(settings.mainFontPath.c_str(),MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),&fontConf,fontRange))==NULL) { logW("could not load UI font! reverting to default font"); settings.mainFont=0; - if ((mainFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFont[settings.mainFont],builtinFontLen[settings.mainFont],MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),NULL,fontRange))==NULL) { + if ((mainFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFont[settings.mainFont],builtinFontLen[settings.mainFont],MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),&fontConf,fontRange))==NULL) { logE("could not load UI font! falling back to Proggy Clean."); mainFont=ImGui::GetIO().Fonts->AddFontDefault(); } } } else if (settings.mainFont==5) { // system font - if ((mainFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_FONT_PATH_1,MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),NULL,fontRange))==NULL) { - if ((mainFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_FONT_PATH_2,MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),NULL,fontRange))==NULL) { - if ((mainFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_FONT_PATH_3,MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),NULL,fontRange))==NULL) { + if ((mainFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_FONT_PATH_1,MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),&fontConf,fontRange))==NULL) { + if ((mainFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_FONT_PATH_2,MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),&fontConf,fontRange))==NULL) { + if ((mainFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_FONT_PATH_3,MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),&fontConf,fontRange))==NULL) { logW("could not load UI font! reverting to default font"); settings.mainFont=0; - if ((mainFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFont[settings.mainFont],builtinFontLen[settings.mainFont],MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),NULL,fontRange))==NULL) { + if ((mainFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFont[settings.mainFont],builtinFontLen[settings.mainFont],MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),&fontConf,fontRange))==NULL) { logE("could not load UI font! falling back to Proggy Clean."); mainFont=ImGui::GetIO().Fonts->AddFontDefault(); } @@ -4202,7 +4324,7 @@ void FurnaceGUI::applyUISettings(bool updateFonts) { } } } else { - if ((mainFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFont[settings.mainFont],builtinFontLen[settings.mainFont],MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),NULL,fontRange))==NULL) { + if ((mainFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFont[settings.mainFont],builtinFontLen[settings.mainFont],MAX(1,e->getConfInt("mainFontSize",18)*dpiScale),&fontConf,fontRange))==NULL) { logE("could not load UI font! falling back to Proggy Clean."); mainFont=ImGui::GetIO().Fonts->AddFontDefault(); } @@ -4230,21 +4352,21 @@ void FurnaceGUI::applyUISettings(bool updateFonts) { patFont=mainFont; } else { if (settings.patFont==6) { // custom font - if ((patFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(settings.patFontPath.c_str(),MAX(1,e->getConfInt("patFontSize",18)*dpiScale),NULL,upTo800))==NULL) { + if ((patFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(settings.patFontPath.c_str(),MAX(1,e->getConfInt("patFontSize",18)*dpiScale),&fontConfP,upTo800))==NULL) { logW("could not load pattern font! reverting to default font"); settings.patFont=0; - if ((patFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFontM[settings.patFont],builtinFontMLen[settings.patFont],MAX(1,e->getConfInt("patFontSize",18)*dpiScale),NULL,upTo800))==NULL) { + if ((patFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFontM[settings.patFont],builtinFontMLen[settings.patFont],MAX(1,e->getConfInt("patFontSize",18)*dpiScale),&fontConfP,upTo800))==NULL) { logE("could not load pattern font! falling back to Proggy Clean."); patFont=ImGui::GetIO().Fonts->AddFontDefault(); } } } else if (settings.patFont==5) { // system font - if ((patFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_PAT_FONT_PATH_1,MAX(1,e->getConfInt("patFontSize",18)*dpiScale),NULL,upTo800))==NULL) { - if ((patFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_PAT_FONT_PATH_2,MAX(1,e->getConfInt("patFontSize",18)*dpiScale),NULL,upTo800))==NULL) { - if ((patFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_PAT_FONT_PATH_3,MAX(1,e->getConfInt("patFontSize",18)*dpiScale),NULL,upTo800))==NULL) { + if ((patFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_PAT_FONT_PATH_1,MAX(1,e->getConfInt("patFontSize",18)*dpiScale),&fontConfP,upTo800))==NULL) { + if ((patFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_PAT_FONT_PATH_2,MAX(1,e->getConfInt("patFontSize",18)*dpiScale),&fontConfP,upTo800))==NULL) { + if ((patFont=ImGui::GetIO().Fonts->AddFontFromFileTTF(SYSTEM_PAT_FONT_PATH_3,MAX(1,e->getConfInt("patFontSize",18)*dpiScale),&fontConfP,upTo800))==NULL) { logW("could not load pattern font! reverting to default font"); settings.patFont=0; - if ((patFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFontM[settings.patFont],builtinFontMLen[settings.patFont],MAX(1,e->getConfInt("patFontSize",18)*dpiScale),NULL,upTo800))==NULL) { + if ((patFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFontM[settings.patFont],builtinFontMLen[settings.patFont],MAX(1,e->getConfInt("patFontSize",18)*dpiScale),&fontConfP,upTo800))==NULL) { logE("could not load pattern font! falling back to Proggy Clean."); patFont=ImGui::GetIO().Fonts->AddFontDefault(); } @@ -4252,7 +4374,7 @@ void FurnaceGUI::applyUISettings(bool updateFonts) { } } } else { - if ((patFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFontM[settings.patFont],builtinFontMLen[settings.patFont],MAX(1,e->getConfInt("patFontSize",18)*dpiScale),NULL,upTo800))==NULL) { + if ((patFont=ImGui::GetIO().Fonts->AddFontFromMemoryCompressedTTF(builtinFontM[settings.patFont],builtinFontMLen[settings.patFont],MAX(1,e->getConfInt("patFontSize",18)*dpiScale),&fontConfP,upTo800))==NULL) { logE("could not load pattern font!"); patFont=ImGui::GetIO().Fonts->AddFontDefault(); } diff --git a/src/log.cpp b/src/log.cpp index 9cfabe901..2fbf24dd3 100644 --- a/src/log.cpp +++ b/src/log.cpp @@ -97,7 +97,11 @@ int writeLog(int level, const char* msg, fmt::printf_args args) { time_t thisMakesNoSense=time(NULL); int pos=(logPosition.fetch_add(1))&TA_LOG_MASK; +#if FMT_VERSION >= 100100 + logEntries[pos].text.assign(fmt::vsprintf(fmt::basic_string_view(msg),args)); +#else logEntries[pos].text.assign(fmt::vsprintf(msg,args)); +#endif // why do I have to pass a pointer // can't I just pass the time_t directly?! #ifdef _WIN32 diff --git a/src/utfutils.cpp b/src/utfutils.cpp index 889b9a9bd..408a5e712 100644 --- a/src/utfutils.cpp +++ b/src/utfutils.cpp @@ -88,7 +88,14 @@ WString utf8To16(const char* s) { p=0; while (s[p]!=0) { ch=decodeUTF8((const unsigned char*)&s[p],chs); - ret+=(unsigned short)ch; + // surrogates + if (ch>=0x10000) { + ch-=0x10000; + ret+=(unsigned short)(0xd800|((ch>>10)&0x3ff)); + ret+=(unsigned short)(0xdc00|(ch&0x3ff)); + } else if (ch<0xd800 || ch>0xdfff) { + ret+=(unsigned short)ch; + } p+=chs; } return ret; @@ -96,16 +103,30 @@ WString utf8To16(const char* s) { String utf16To8(const wchar_t* s) { String ret; + unsigned int next=0; for (size_t i=0; i>6)&31)); - ret+=(0x80+((s[i])&63)); + if (s[i]>=0xd800 && s[i]<0xdc00) { + next=0x10000+((s[i]&0x3ff)<<10); + continue; + } else if (s[i]>=0xdc00 && s[i]<0xe000) { + next|=s[i]&0x3ff; } else { - ret+=(0xe0+((s[i]>>12)&15)); - ret+=(0x80+((s[i]>>6)&63)); - ret+=(0x80+((s[i])&63)); + next=s[i]; + } + if (next<0x80) { + ret+=next; + } else if (next<0x800) { + ret+=(0xc0+((next>>6)&31)); + ret+=(0x80+((next)&63)); + } else if (next<0x10000) { + ret+=(0xe0+((next>>12)&15)); + ret+=(0x80+((next>>6)&63)); + ret+=(0x80+((next)&63)); + } else { + ret+=(0xf0+((next>>18)&7)); + ret+=(0x80+((next>>12)&63)); + ret+=(0x80+((next>>6)&63)); + ret+=(0x80+((next)&63)); } } return ret;