diff --git a/.github/workflows/themes-screenshot-on-pr.yml b/.github/workflows/themes-screenshot-on-pr.yml
index 2feeadca..dd1b97fd 100644
--- a/.github/workflows/themes-screenshot-on-pr.yml
+++ b/.github/workflows/themes-screenshot-on-pr.yml
@@ -38,13 +38,7 @@ jobs:
sed -i '/THEME:/c\ THEME: "'"$theme"'"' config.yaml
# For tests there is no real HW: use simulated LCD mode
- # Check if theme is for 5"
- orientation=$(grep 'DISPLAY_SIZE' "$dir/theme.yaml" | sed 's/ //g')
- if [ "$orientation" == "DISPLAY_SIZE:5\"" ]; then
- sed -i "/REVISION:/c\ REVISION: SIMU5" config.yaml
- else
- sed -i "/REVISION:/c\ REVISION: SIMU" config.yaml
- fi
+ sed -i "/REVISION:/c\ REVISION: SIMU" config.yaml
# Run system-monitor for 10 seconds
python3 main.py > output.log 2>&1 &
diff --git a/.github/workflows/themes-screenshot-on-push.yml b/.github/workflows/themes-screenshot-on-push.yml
index 56593051..00d390a8 100644
--- a/.github/workflows/themes-screenshot-on-push.yml
+++ b/.github/workflows/themes-screenshot-on-push.yml
@@ -50,13 +50,7 @@ jobs:
sed -i '/THEME:/c\ THEME: "'"$theme"'"' config.yaml
# For tests there is no real HW: use simulated LCD mode
- # Check if theme is for 5"
- orientation=$(grep 'DISPLAY_SIZE' "$dir/theme.yaml" | sed 's/ //g')
- if [ "$orientation" == "DISPLAY_SIZE:5\"" ]; then
- sed -i "/REVISION:/c\ REVISION: SIMU5" config.yaml
- else
- sed -i "/REVISION:/c\ REVISION: SIMU" config.yaml
- fi
+ sed -i "/REVISION:/c\ REVISION: SIMU" config.yaml
# Run system-monitor for 10 seconds
python3 main.py > output.log 2>&1 &
diff --git a/README.md b/README.md
index cc80fa9f..e8c8482e 100644
--- a/README.md
+++ b/README.md
@@ -22,11 +22,17 @@ Supported operating systems : macOS, Windows, Linux (incl. Raspberry Pi), basica
|
|
|
|
| also improperly called "revision A" by the resellers | revision B & flagship (with backplate & RGB LEDs) | basic support (no video or storage for now) |
+| ✅ Turing Smart Screen 8.8" | ✅ Turing Smart Screen 2.1" |
+|---------------------------------------------|------------------------------------------------------------------|
+|
|
|
+| basic support (no video or storage for now) | basic support (no video or storage for now) |
+
| ✅ [UsbPCMonitor 3.5" / 5"](https://aliexpress.com/item/1005003931363455.html) | ✅ [Kipye Qiye Smart Display 3.5"](https://www.aliexpress.us/item/3256803899049957.html) |
|-----------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------|
|
|
|
| Unknown manufacturer, visually similar to Turing 3.5" / 5". Original software is `UsbPCMonitor.exe` | Front panel has an engraved inscription "奇叶智显" Qiye Zhixian (Qiye Smart Display) |
+
### [> What is my smart screen model?](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions)
**Please note all listed smart screens are different products** designed and produced by different companies, despite having a similar appearance. Their communication protocol is also different.
@@ -36,20 +42,16 @@ If you haven't received your screen yet but want to start developing your theme
### Not (yet) supported / not tested smart screen models:
-| ❔ _Turing Smart Screen 8.8"_ | ❔ _Turing Smart Screen 2.1"_ | ❌ _[(Fuldho?) 3.5" IPS Screen](https://aliexpress.com/item/1005005632018367.html)_ |
-|--------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-|
|
|
|
-| Very similar protocol than the 5". [Support planned in a future version.](https://github.com/mathoudebine/turing-smart-screen-python/issues/264) | Very similar protocol than the 5". [Support planned in a future version.](https://github.com/mathoudebine/turing-smart-screen-python/issues/264) | Managed by [proprietary Windows software `SmartMonitor.exe`](https://smartdisplay.lanzouo.com/b04jvavkb). Cannot be supported by this project: [see here](https://github.com/mathoudebine/turing-smart-screen-python/discussions/298). Use alternative library https://github.com/braewoods/hidss |
-
| ❌ _Waveshare [2.1inch](https://www.waveshare.com/wiki/2.1inch-USB-Monitor) / [2.8inch](https://www.waveshare.com/wiki/2.8inch-USB-Monitor) / [5inch](https://www.waveshare.com/wiki/5inch-USB-Monitor) / [7inch](https://www.waveshare.com/wiki/7inch-USB-Monitor) USB-Monitor_ | ❌ _[GUITION Smart screen](https://aliexpress.com/item/1005006169962183.html)_ |
|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
|
| Sold on [Waveshare shop](https://www.waveshare.com/2.8inch-usb-monitor.htm) or [Aliexpress](https://fr.aliexpress.com/item/1005006071685067.html). Managed by [proprietary Windows software "Waveshare PC Monitor"](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Vendor-apps#waveshare-pc-monitor---vendor-app). Cannot be supported by this project: needs a firmware. | Managed by [proprietary Windows software "GUITION Smart screen"](https://github.com/mathoudebine/turing-smart-screen-python/wiki/Vendor-apps#guition---vendor-app). Cannot be supported by this project: [see here](https://github.com/mathoudebine/turing-smart-screen-python/issues/426). |
-| ❔ _[SmartCool Lcd](https://aliexpress.com/item/1005005443609423.html) / [GeekTeches AD35](https://aliexpress.com/item/1005004858688084.html) / AIDA64 / AX206_ |
-|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
-|
|
-| Not supported. Produced by multiple manufacturers, all use the same [Appotech AX206 hacked photo frame firmware](https://github.com/dreamlayers/dpf-ax). Supported by AIDA64 and lcd4linux |
+| ❔ _[SmartCool Lcd](https://aliexpress.com/item/1005005443609423.html) / [GeekTeches AD35](https://aliexpress.com/item/1005004858688084.html) / AIDA64 / AX206_ | ❌ _[(Fuldho?) 3.5" IPS Screen](https://aliexpress.com/item/1005005632018367.html)_ |
+|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----|
+|
|
|
+| Not supported. Produced by multiple manufacturers, all use the same [Appotech AX206 hacked photo frame firmware](https://github.com/dreamlayers/dpf-ax). Supported by AIDA64 and lcd4linux | Managed by [proprietary Windows software `SmartMonitor.exe`](https://smartdisplay.lanzouo.com/b04jvavkb). Cannot be supported by this project: [see here](https://github.com/mathoudebine/turing-smart-screen-python/discussions/298). Use alternative library https://github.com/braewoods/hidss |
+
## How to start
diff --git a/config.yaml b/config.yaml
index c1592e60..cc2958b2 100644
--- a/config.yaml
+++ b/config.yaml
@@ -9,6 +9,7 @@ config:
# Theme to use (located in res/themes)
# Use the name of the folder as value
+ # Choose a theme made for your screen size (see DISPLAY_SIZE inside theme.yaml)
THEME: 3.5inchTheme2
# Hardware sensors reading
@@ -51,12 +52,11 @@ config:
display:
# Display revision:
- # - A for Turing 3.5" and UsbPCMonitor 3.5"/5"
- # - B for Xuanfang 3.5" (inc. flagship)
- # - C for Turing 5"
- # - D for Kipye Qiye Smart Display 3.5"
- # - SIMU for 3.5" simulated LCD (image written in screencap.png)
- # - SIMU5 for 5" simulated LCD
+ # - A for Turing 3.5" and UsbPCMonitor 3.5"/5"
+ # - B for Xuanfang 3.5" (inc. flagship)
+ # - C for Turing 2.1"/5"/8.8"
+ # - D for Kipye Qiye Smart Display 3.5"
+ # - SIMU for simulated display (image written in screencap.png). Width & height will be detected from the theme
# To identify your smart screen: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions
REVISION: A
diff --git a/configure.py b/configure.py
index 4f0f49bd..6a3667d2 100755
--- a/configure.py
+++ b/configure.py
@@ -21,6 +21,7 @@
import glob
import os
+import platform
import subprocess
import sys
import webbrowser
@@ -67,27 +68,35 @@
SIZE_8_8_INCH = "8.8\""
SIZE_2_1_INCH = "2.1\""
-size_list = (SIZE_3_5_INCH, SIZE_5_INCH)
+size_list = (SIZE_2_1_INCH, SIZE_3_5_INCH, SIZE_5_INCH, SIZE_8_8_INCH)
# Maps between config.yaml values and GUI description
revision_and_size_to_model_map = {
('A', SIZE_3_5_INCH): TURING_MODEL, # Can also be UsbPCMonitor 3.5, does not matter since protocol is the same
('A', SIZE_5_INCH): USBPCMONITOR_MODEL,
('B', SIZE_3_5_INCH): XUANFANG_MODEL,
+ ('C', SIZE_2_1_INCH): TURING_MODEL,
('C', SIZE_5_INCH): TURING_MODEL,
+ ('C', SIZE_8_8_INCH): TURING_MODEL,
('D', SIZE_3_5_INCH): KIPYE_MODEL,
+ ('SIMU', SIZE_2_1_INCH): SIMULATED_MODEL,
('SIMU', SIZE_3_5_INCH): SIMULATED_MODEL,
- ('SIMU5', SIZE_5_INCH): SIMULATED_MODEL,
+ ('SIMU', SIZE_5_INCH): SIMULATED_MODEL,
+ ('SIMU', SIZE_8_8_INCH): SIMULATED_MODEL,
}
model_and_size_to_revision_map = {
(TURING_MODEL, SIZE_3_5_INCH): 'A',
(USBPCMONITOR_MODEL, SIZE_3_5_INCH): 'A',
(USBPCMONITOR_MODEL, SIZE_5_INCH): 'A',
(XUANFANG_MODEL, SIZE_3_5_INCH): 'B',
+ (TURING_MODEL, SIZE_2_1_INCH): 'C',
(TURING_MODEL, SIZE_5_INCH): 'C',
+ (TURING_MODEL, SIZE_8_8_INCH): 'C',
(KIPYE_MODEL, SIZE_3_5_INCH): 'D',
+ (SIMULATED_MODEL, SIZE_2_1_INCH): 'SIMU',
(SIMULATED_MODEL, SIZE_3_5_INCH): 'SIMU',
- (SIMULATED_MODEL, SIZE_5_INCH): 'SIMU5',
+ (SIMULATED_MODEL, SIZE_5_INCH): 'SIMU',
+ (SIMULATED_MODEL, SIZE_8_8_INCH): 'SIMU',
}
hw_lib_map = {"AUTO": "Automatic", "LHM": "LibreHardwareMonitor (admin.)", "PYTHON": "Python libraries",
"STUB": "Fake random data", "STATIC": "Fake static data"}
@@ -107,6 +116,7 @@
MAIN_DIRECTORY = str(Path(__file__).parent.resolve()) + "/"
THEMES_DIR = MAIN_DIRECTORY + 'res/themes'
+circular_mask = Image.open(MAIN_DIRECTORY + "res/backgrounds/circular-mask.png")
def get_theme_data(name: str):
dir = os.path.join(THEMES_DIR, name)
@@ -167,7 +177,7 @@ class TuringConfigWindow:
def __init__(self):
self.window = Tk()
self.window.title('Turing System Monitor configuration')
- self.window.geometry("770x570")
+ self.window.geometry("820x580")
self.window.iconphoto(True, PhotoImage(file=MAIN_DIRECTORY + "res/icons/monitor-icon-17865/64.png"))
# When window gets focus again, reload theme preview in case it has been updated by theme editor
self.window.bind("", self.on_theme_change)
@@ -186,69 +196,69 @@ def __init__(self):
self.theme_author = ttk.Label(self.window)
sysmon_label = ttk.Label(self.window, text='Display configuration', font='bold')
- sysmon_label.place(x=320, y=0)
+ sysmon_label.place(x=370, y=0)
self.model_label = ttk.Label(self.window, text='Smart screen model')
- self.model_label.place(x=320, y=35)
+ self.model_label.place(x=370, y=35)
self.model_cb = ttk.Combobox(self.window, values=list(dict.fromkeys((revision_and_size_to_model_map.values()))),
state='readonly')
self.model_cb.bind('<>', self.on_model_change)
- self.model_cb.place(x=500, y=30, width=250)
+ self.model_cb.place(x=550, y=30, width=250)
self.size_label = ttk.Label(self.window, text='Smart screen size')
- self.size_label.place(x=320, y=75)
+ self.size_label.place(x=370, y=75)
self.size_cb = ttk.Combobox(self.window, values=size_list, state='readonly')
self.size_cb.bind('<>', self.on_size_change)
- self.size_cb.place(x=500, y=70, width=250)
+ self.size_cb.place(x=550, y=70, width=250)
self.com_label = ttk.Label(self.window, text='COM port')
- self.com_label.place(x=320, y=115)
+ self.com_label.place(x=370, y=115)
self.com_cb = ttk.Combobox(self.window, values=get_com_ports(), state='readonly')
- self.com_cb.place(x=500, y=110, width=250)
+ self.com_cb.place(x=550, y=110, width=250)
self.orient_label = ttk.Label(self.window, text='Orientation')
- self.orient_label.place(x=320, y=155)
+ self.orient_label.place(x=370, y=155)
self.orient_cb = ttk.Combobox(self.window, values=list(reverse_map.values()), state='readonly')
- self.orient_cb.place(x=500, y=150, width=250)
+ self.orient_cb.place(x=550, y=150, width=250)
self.brightness_string = StringVar()
self.brightness_label = ttk.Label(self.window, text='Brightness')
- self.brightness_label.place(x=320, y=195)
+ self.brightness_label.place(x=370, y=195)
self.brightness_slider = ttk.Scale(self.window, from_=0, to=100, orient=HORIZONTAL,
command=self.on_brightness_change)
- self.brightness_slider.place(x=550, y=195, width=180)
+ self.brightness_slider.place(x=600, y=195, width=180)
self.brightness_val_label = ttk.Label(self.window, textvariable=self.brightness_string)
- self.brightness_val_label.place(x=500, y=195)
+ self.brightness_val_label.place(x=550, y=195)
self.brightness_warning_label = ttk.Label(self.window,
text="⚠ Turing 3.5\" displays can get hot at high brightness!",
foreground='#ff8c00')
sysmon_label = ttk.Label(self.window, text='System Monitor Configuration', font='bold')
- sysmon_label.place(x=320, y=260)
+ sysmon_label.place(x=370, y=260)
self.theme_label = ttk.Label(self.window, text='Theme')
- self.theme_label.place(x=320, y=300)
+ self.theme_label.place(x=370, y=300)
self.theme_cb = ttk.Combobox(self.window, state='readonly')
- self.theme_cb.place(x=500, y=295, width=250)
+ self.theme_cb.place(x=550, y=295, width=250)
self.theme_cb.bind('<>', self.on_theme_change)
self.hwlib_label = ttk.Label(self.window, text='Hardware monitoring')
- self.hwlib_label.place(x=320, y=340)
+ self.hwlib_label.place(x=370, y=340)
if sys.platform != "win32":
del hw_lib_map["LHM"] # LHM is for Windows platforms only
self.hwlib_cb = ttk.Combobox(self.window, values=list(hw_lib_map.values()), state='readonly')
- self.hwlib_cb.place(x=500, y=335, width=250)
+ self.hwlib_cb.place(x=550, y=335, width=250)
self.hwlib_cb.bind('<>', self.on_hwlib_change)
self.eth_label = ttk.Label(self.window, text='Ethernet interface')
- self.eth_label.place(x=320, y=380)
+ self.eth_label.place(x=370, y=380)
self.eth_cb = ttk.Combobox(self.window, values=get_net_if(), state='readonly')
- self.eth_cb.place(x=500, y=375, width=250)
+ self.eth_cb.place(x=550, y=375, width=250)
self.wl_label = ttk.Label(self.window, text='Wi-Fi interface')
- self.wl_label.place(x=320, y=420)
+ self.wl_label.place(x=370, y=420)
self.wl_cb = ttk.Combobox(self.window, values=get_net_if(), state='readonly')
- self.wl_cb.place(x=500, y=415, width=250)
+ self.wl_cb.place(x=550, y=415, width=250)
# For Windows platform only
self.lhm_admin_warning = ttk.Label(self.window,
@@ -265,18 +275,23 @@ def __init__(self):
"Fans missing from the list? Install lm-sensors package\n"
"and run 'sudo sensors-detect' command, then reboot.")
- self.edit_theme_btn = ttk.Button(self.window, text="Weather & ping",
- command=lambda: self.on_weatherping_click())
- self.edit_theme_btn.place(x=170, y=510, height=50, width=130)
+ self.weather_ping_btn = ttk.Button(self.window, text="Weather & ping",
+ command=lambda: self.on_weatherping_click())
+ self.weather_ping_btn.place(x=80, y=520, height=50, width=130)
+
+
+ self.open_theme_folder_btn = ttk.Button(self.window, text="Open themes\nfolder",
+ command=lambda: self.on_open_theme_folder_click())
+ self.open_theme_folder_btn.place(x=220, y=520, height=50, width=130)
self.edit_theme_btn = ttk.Button(self.window, text="Edit theme", command=lambda: self.on_theme_editor_click())
- self.edit_theme_btn.place(x=310, y=510, height=50, width=130)
+ self.edit_theme_btn.place(x=360, y=520, height=50, width=130)
self.save_btn = ttk.Button(self.window, text="Save settings", command=lambda: self.on_save_click())
- self.save_btn.place(x=450, y=510, height=50, width=130)
+ self.save_btn.place(x=500, y=520, height=50, width=130)
self.save_run_btn = ttk.Button(self.window, text="Save and run", command=lambda: self.on_saverun_click())
- self.save_run_btn.place(x=590, y=510, height=50, width=130)
+ self.save_run_btn.place(x=640, y=520, height=50, width=130)
self.config = None
self.load_config_values()
@@ -285,19 +300,21 @@ def run(self):
self.window.mainloop()
def load_theme_preview(self):
+ theme_data = get_theme_data(self.theme_cb.get())
+
try:
theme_preview = Image.open(MAIN_DIRECTORY + "res/themes/" + self.theme_cb.get() + "/preview.png")
+
+ if theme_data['display'].get("DISPLAY_SIZE", '3.5"') == '2.1"':
+ # This is a circular screen: apply a circle mask over the preview
+ theme_preview.paste(circular_mask, mask=circular_mask)
except:
theme_preview = Image.open(MAIN_DIRECTORY + "res/docs/no-preview.png")
finally:
- if theme_preview.width > theme_preview.height:
- theme_preview = theme_preview.resize((300, 200), Image.Resampling.LANCZOS)
- else:
- theme_preview = theme_preview.resize((280, 420), Image.Resampling.LANCZOS)
+ theme_preview.thumbnail((320, 480), Image.Resampling.LANCZOS)
self.theme_preview_img = ImageTk.PhotoImage(theme_preview)
self.theme_preview.config(image=self.theme_preview_img)
- theme_data = get_theme_data(self.theme_cb.get())
author_name = theme_data.get('author', 'unknown')
self.theme_author.config(text="Author: " + author_name)
if author_name.startswith("@"):
@@ -439,6 +456,15 @@ def on_theme_change(self, e=None):
def on_weatherping_click(self):
self.more_config_window.show()
+ def on_open_theme_folder_click(self):
+ path = f'"{MAIN_DIRECTORY}res/themes"'
+ if platform.system() == "Windows":
+ os.startfile(path)
+ elif platform.system() == "Darwin":
+ subprocess.Popen(["open", path])
+ else:
+ subprocess.Popen(["xdg-open", path])
+
def on_theme_editor_click(self):
subprocess.Popen(
f'"{MAIN_DIRECTORY}{glob.glob("theme-editor.*", root_dir=MAIN_DIRECTORY)[0]}" "{self.theme_cb.get()}"',
@@ -494,15 +520,15 @@ def on_hwlib_change(self, e=None):
import ctypes
is_admin = ctypes.windll.shell32.IsUserAnAdmin() != 0
if (hwlib == "LHM" or hwlib == "AUTO") and not is_admin:
- self.lhm_admin_warning.place(x=320, y=460)
+ self.lhm_admin_warning.place(x=370, y=460)
self.save_run_btn.state(["disabled"])
else:
self.lhm_admin_warning.place_forget()
self.save_run_btn.state(["!disabled"])
else:
if hwlib == "PYTHON" or hwlib == "AUTO":
- self.cpu_fan_label.place(x=320, y=460)
- self.cpu_fan_cb.place(x=500, y=455, width=250)
+ self.cpu_fan_label.place(x=370, y=460)
+ self.cpu_fan_cb.place(x=550, y=455, width=250)
else:
self.cpu_fan_label.place_forget()
self.cpu_fan_cb.place_forget()
@@ -510,7 +536,7 @@ def on_hwlib_change(self, e=None):
def show_hide_brightness_warning(self, e=None):
if int(self.brightness_slider.get()) > 50 and self.model_cb.get() == TURING_MODEL and self.size_cb.get() == SIZE_3_5_INCH:
# Show warning for Turing Smart screen 3.5 with high brightness
- self.brightness_warning_label.place(x=320, y=225)
+ self.brightness_warning_label.place(x=370, y=225)
else:
self.brightness_warning_label.place_forget()
diff --git a/library/display.py b/library/display.py
index 6aaacfff..9d55e90d 100644
--- a/library/display.py
+++ b/library/display.py
@@ -1,7 +1,5 @@
# turing-smart-screen-python - a Python system monitor and library for USB-C displays like Turing Smart Screen or XuanFang
# https://github.com/mathoudebine/turing-smart-screen-python/
-import os
-import sys
# Copyright (C) 2021-2023 Matthieu Houdebine (mathoudebine)
#
@@ -52,9 +50,25 @@ def _get_theme_orientation() -> Orientation:
return Orientation.PORTRAIT
+def _get_theme_size() -> tuple[int, int]:
+ if config.THEME_DATA["display"].get("DISPLAY_SIZE", '') == '2.1"':
+ return 480, 480
+ elif config.THEME_DATA["display"].get("DISPLAY_SIZE", '') == '3.5"':
+ return 320, 480
+ elif config.THEME_DATA["display"].get("DISPLAY_SIZE", '') == '5"':
+ return 480, 800
+ elif config.THEME_DATA["display"].get("DISPLAY_SIZE", '') == '8.8"':
+ return 480, 1920
+ else:
+ logger.warning(
+ f'Cannot find valid DISPLAY_SIZE property in selected theme {config.CONFIG_DATA["config"]["THEME"]}, defaulting to 3.5"')
+ return 320, 480
+
+
class Display:
def __init__(self):
self.lcd = None
+ width, height = _get_theme_size()
if config.CONFIG_DATA["display"]["REVISION"] == "A":
self.lcd = LcdCommRevA(com_port=config.CONFIG_DATA['config']['COM_PORT'],
update_queue=config.update_queue)
@@ -62,17 +76,15 @@ def __init__(self):
self.lcd = LcdCommRevB(com_port=config.CONFIG_DATA['config']['COM_PORT'],
update_queue=config.update_queue)
elif config.CONFIG_DATA["display"]["REVISION"] == "C":
+ # Because of issue with Turing rev. C size auto-detection, manually configure screen width/height from theme
self.lcd = LcdCommRevC(com_port=config.CONFIG_DATA['config']['COM_PORT'],
- update_queue=config.update_queue)
+ update_queue=config.update_queue, display_width=width, display_height=height)
elif config.CONFIG_DATA["display"]["REVISION"] == "D":
self.lcd = LcdCommRevD(com_port=config.CONFIG_DATA['config']['COM_PORT'],
update_queue=config.update_queue)
elif config.CONFIG_DATA["display"]["REVISION"] == "SIMU":
- self.lcd = LcdSimulated(display_width=320,
- display_height=480)
- elif config.CONFIG_DATA["display"]["REVISION"] == "SIMU5":
- self.lcd = LcdSimulated(display_width=480,
- display_height=800)
+ # Simulated display: always set width/height from theme
+ self.lcd = LcdSimulated(display_width=width, display_height=height)
else:
logger.error("Unknown display revision '", config.CONFIG_DATA["display"]["REVISION"], "'")
@@ -128,7 +140,8 @@ def display_static_text(self):
y=config.THEME_DATA['static_text'][text].get("Y", 0),
width=config.THEME_DATA['static_text'][text].get("WIDTH", 0),
height=config.THEME_DATA['static_text'][text].get("HEIGHT", 0),
- font=config.FONTS_DIR + config.THEME_DATA['static_text'][text].get("FONT", "roboto-mono/RobotoMono-Regular.ttf"),
+ font=config.FONTS_DIR + config.THEME_DATA['static_text'][text].get("FONT",
+ "roboto-mono/RobotoMono-Regular.ttf"),
font_size=config.THEME_DATA['static_text'][text].get("FONT_SIZE", 10),
font_color=config.THEME_DATA['static_text'][text].get("FONT_COLOR", (0, 0, 0)),
background_color=config.THEME_DATA['static_text'][text].get("BACKGROUND_COLOR", (255, 255, 255)),
diff --git a/library/lcd/lcd_comm.py b/library/lcd/lcd_comm.py
index 489f23e5..f432f61d 100644
--- a/library/lcd/lcd_comm.py
+++ b/library/lcd/lcd_comm.py
@@ -506,9 +506,9 @@ def DisplayRadialProgressBar(self, xc: int, yc: int, radius: int, bar_width: int
else:
angle_end += 0.1
- assert xc - radius >= 0 and xc + radius <= self.get_width(), 'Progress bar width exceeds display width'
- assert yc - radius >= 0 and yc + radius <= self.get_height(), 'Progress bar height exceeds display height'
- assert 0 < bar_width <= radius, f'Progress bar linewidth is {bar_width}, must be > 0 and <= radius'
+ assert xc - radius >= 0 and xc + radius <= self.get_width(), 'Radial is out of screen (left/right)'
+ assert yc - radius >= 0 and yc + radius <= self.get_height(), 'Radial is out of screen (up/down)'
+ assert 0 < bar_width <= radius, f'Radial linewidth is {bar_width}, must be > 0 and <= radius'
assert angle_end % 361 != angle_start % 361, f'Invalid angles values, start = {angle_start}, end = {angle_end}'
assert isinstance(angle_steps, int), 'angle_steps value must be an integer'
assert angle_sep >= 0, 'Provide an angle_sep value >= 0'
@@ -521,7 +521,7 @@ def DisplayRadialProgressBar(self, xc: int, yc: int, radius: int, bar_width: int
elif max_value < value:
value = max_value
- assert min_value <= value <= max_value, 'Progress bar value shall be between min and max'
+ assert min_value <= value <= max_value, 'Radial value shall be between min and max'
diameter = 2 * radius
bbox = (xc - radius, yc - radius, xc + radius, yc + radius)
diff --git a/library/lcd/lcd_comm_rev_a.py b/library/lcd/lcd_comm_rev_a.py
index 619311d2..a45118bb 100644
--- a/library/lcd/lcd_comm_rev_a.py
+++ b/library/lcd/lcd_comm_rev_a.py
@@ -65,14 +65,14 @@ def __del__(self):
@staticmethod
def auto_detect_com_port() -> Optional[str]:
com_ports = comports()
- auto_com_port = None
for com_port in com_ports:
if com_port.serial_number == "USB35INCHIPSV2":
- auto_com_port = com_port.device
- break
+ return com_port.device
+ if com_port.vid == 0x1a86 and com_port.pid == 0x5722:
+ return com_port.device
- return auto_com_port
+ return None
def SendCommand(self, cmd: Command, x: int, y: int, ex: int, ey: int, bypass_queue: bool = False):
byteBuffer = bytearray(6)
diff --git a/library/lcd/lcd_comm_rev_b.py b/library/lcd/lcd_comm_rev_b.py
index e1010154..bfe19c25 100644
--- a/library/lcd/lcd_comm_rev_b.py
+++ b/library/lcd/lcd_comm_rev_b.py
@@ -68,14 +68,14 @@ def is_brightness_range(self):
@staticmethod
def auto_detect_com_port() -> Optional[str]:
com_ports = comports()
- auto_com_port = None
for com_port in com_ports:
if com_port.serial_number == "2017-2-25":
- auto_com_port = com_port.device
- break
+ return com_port.device
+ if com_port.vid == 0x1a86 and com_port.pid == 0x5722:
+ return com_port.device
- return auto_com_port
+ return None
def SendCommand(self, cmd: Command, payload=None, bypass_queue: bool = False):
# New protocol (10 byte packets, framed with the command, 8 data bytes inside)
diff --git a/library/lcd/lcd_comm_rev_c.py b/library/lcd/lcd_comm_rev_c.py
index 7e41fff2..f2ef3789 100644
--- a/library/lcd/lcd_comm_rev_c.py
+++ b/library/lcd/lcd_comm_rev_c.py
@@ -19,6 +19,7 @@
# along with this program. If not, see .
import queue
+import string
import time
from enum import Enum
from math import ceil
@@ -80,9 +81,9 @@ class Command(Enum):
START_DISPLAY_BITMAP = bytearray((0x2c,))
PRE_UPDATE_BITMAP = bytearray((0x86, 0xef, 0x69, 0x00, 0x00, 0x00, 0x01))
UPDATE_BITMAP = bytearray((0xcc, 0xef, 0x69, 0x00))
-
- RESTARTSCREEN = bytearray((0x84, 0xef, 0x69, 0x00, 0x00, 0x00, 0x01))
- DISPLAY_BITMAP = bytearray((0xc8, 0xef, 0x69, 0x00, 0x17, 0x70))
+ DISPLAY_BITMAP_2INCH = bytearray((0xc8, 0xef, 0x69, 0x00)) + bytearray((0x0E, 0x10))
+ DISPLAY_BITMAP_5INCH = bytearray((0xc8, 0xef, 0x69, 0x00)) + bytearray((0x17, 0x70))
+ DISPLAY_BITMAP_8INCH = bytearray((0xc8, 0xef, 0x69, 0x00)) + bytearray((0x38, 0x40))
STARTMODE_DEFAULT = bytearray((0x00,))
STARTMODE_IMAGE = bytearray((0x01,))
@@ -122,13 +123,15 @@ def __init__(self, command):
class SubRevision(Enum):
UNKNOWN = ""
- FIVEINCH = "chs_5inch"
+ REV_2INCH = "chs_21inch"
+ REV_5INCH = "chs_5inch"
+ REV_8INCH = "chs_88inch"
def __init__(self, command):
self.command = command
-# This class is for Turing Smart Screen 5" screens
+# This class is for Turing Smart Screen 2.1" / 5" / 8" screens
class LcdCommRevC(LcdComm):
def __init__(self, com_port: str = "AUTO", display_width: int = 480, display_height: int = 800,
update_queue: Optional[queue.Queue] = None):
@@ -143,8 +146,18 @@ def __del__(self):
def auto_detect_com_port() -> Optional[str]:
com_ports = comports()
+ # Try to find awake device through serial number or vid/pid
+ for com_port in com_ports:
+ if com_port.serial_number == '20080411':
+ return com_port.device
+ if com_port.vid == 0x0525 and com_port.pid == 0xa4a7:
+ return com_port.device
+ if com_port.vid == 0x1d6b and (com_port.pid == 0x0121 or com_port.pid == 0x0106):
+ return com_port.device
+
+ # Try to find sleeping device and wake it up
for com_port in com_ports:
- if com_port.serial_number == 'USB7INCH':
+ if com_port.serial_number == 'USB7INCH' or com_port.serial_number == 'CT21INCH':
LcdCommRevC._connect_to_reset_device_name(com_port)
return LcdCommRevC.auto_detect_com_port()
if com_port.serial_number == '20080411':
@@ -198,14 +211,36 @@ def _hello(self):
# This command reads LCD answer on serial link, so it bypasses the queue
self.sub_revision = SubRevision.UNKNOWN
self._send_command(Command.HELLO, bypass_queue=True)
- response = str(self.serial_read(22).decode())
+ response = str(self.serial_read(23).decode(errors="ignore"))
self.serial_flush_input()
- if response.startswith(SubRevision.FIVEINCH.value):
- self.sub_revision = SubRevision.FIVEINCH
+ logger.debug("HW sub-revision returned: %s" % ''.join(filter(lambda x: x in set(string.printable), response)))
+
+ # Note: sub-revisions returned by display are not reliable e.g. 2.1" displays return "chs_5inch"
+ # if response.startswith(SubRevision.REV_5INCH.value):
+ # self.sub_revision = SubRevision.REV_5INCH
+ # self.display_width = 480
+ # self.display_height = 800
+ # elif response.startswith(SubRevision.REV_2INCH.value):
+ # self.sub_revision = SubRevision.REV_2INCH
+ # self.display_width = 480
+ # self.display_height = 480
+ # elif response.startswith(SubRevision.REV_8INCH.value):
+ # self.sub_revision = SubRevision.REV_8INCH
+ # self.display_width = 480
+ # self.display_height = 1920
+ # else:
+ # logger.warning("Display returned unknown sub-revision on Hello answer (%s)" % str(response))
+ # logger.debug("HW sub-revision detected: %s" % (str(self.sub_revision)))
+
+ # Relay on width/height for sub-revision detection
+ if self.display_width == 480 and self.display_height == 480:
+ self.sub_revision = SubRevision.REV_2INCH
+ elif self.display_width == 480 and self.display_height == 800:
+ self.sub_revision = SubRevision.REV_5INCH
+ elif self.display_width == 480 and self.display_height == 1920:
+ self.sub_revision = SubRevision.REV_8INCH
else:
- logger.warning("Display returned unknown sub-revision on Hello answer (%s)" % str(response))
-
- logger.debug("HW sub-revision: %s" % (str(self.sub_revision)))
+ logger.error(f"Unsupported resolution {self.display_width}x{self.display_height} for revision C")
def InitializeComm(self):
self._hello()
@@ -257,12 +292,12 @@ def SetOrientation(self, orientation: Orientation = Orientation.PORTRAIT):
self.orientation = orientation
# logger.info(f"Call SetOrientation to: {self.orientation.name}")
- if self.orientation == Orientation.REVERSE_LANDSCAPE or self.orientation == Orientation.REVERSE_PORTRAIT:
- b = Command.STARTMODE_DEFAULT.value + Padding.NULL.value + Command.FLIP_180.value + SleepInterval.OFF.value
- self._send_command(Command.OPTIONS, payload=b)
- else:
- b = Command.STARTMODE_DEFAULT.value + Padding.NULL.value + Command.NO_FLIP.value + SleepInterval.OFF.value
- self._send_command(Command.OPTIONS, payload=b)
+ # if self.orientation == Orientation.REVERSE_LANDSCAPE or self.orientation == Orientation.REVERSE_PORTRAIT:
+ # b = Command.STARTMODE_DEFAULT.value + Padding.NULL.value + Command.FLIP_180.value + SleepInterval.OFF.value
+ # self._send_command(Command.OPTIONS, payload=b)
+ # else:
+ b = Command.STARTMODE_DEFAULT.value + Padding.NULL.value + Command.NO_FLIP.value + SleepInterval.OFF.value
+ self._send_command(Command.OPTIONS, payload=b)
def DisplayPILImage(
self,
@@ -295,7 +330,16 @@ def DisplayPILImage(
with self.update_queue_mutex:
self._send_command(Command.PRE_UPDATE_BITMAP)
self._send_command(Command.START_DISPLAY_BITMAP, padding=Padding.START_DISPLAY_BITMAP)
- self._send_command(Command.DISPLAY_BITMAP)
+
+ if self.sub_revision == SubRevision.REV_5INCH:
+ display_bmp_cmd = Command.DISPLAY_BITMAP_5INCH
+ elif self.sub_revision == SubRevision.REV_2INCH:
+ display_bmp_cmd = Command.DISPLAY_BITMAP_2INCH
+ elif self.sub_revision == SubRevision.REV_8INCH:
+ display_bmp_cmd = Command.DISPLAY_BITMAP_8INCH
+
+ self._send_command(display_bmp_cmd,
+ payload=bytearray(int(self.display_width * self.display_width / 64).to_bytes(2)))
self._send_command(Command.SEND_PAYLOAD,
payload=bytearray(self._generate_full_image(image)),
readsize=1024)
@@ -309,43 +353,71 @@ def DisplayPILImage(
Count.Start += 1
def _generate_full_image(self, image: Image.Image) -> bytes:
- if self.orientation == Orientation.PORTRAIT:
- image = image.rotate(90, expand=True)
- elif self.orientation == Orientation.REVERSE_PORTRAIT:
- image = image.rotate(270, expand=True)
- elif self.orientation == Orientation.REVERSE_LANDSCAPE:
- image = image.rotate(180)
+ if self.sub_revision == SubRevision.REV_8INCH:
+ if self.orientation == Orientation.LANDSCAPE:
+ image = image.rotate(270, expand=True)
+ elif self.orientation == Orientation.REVERSE_LANDSCAPE:
+ image = image.rotate(90, expand=True)
+ elif self.orientation == Orientation.PORTRAIT:
+ image = image.rotate(180, expand=True)
+ elif self.orientation == Orientation.REVERSE_PORTRAIT:
+ pass
+ else:
+ if self.orientation == Orientation.PORTRAIT:
+ image = image.rotate(90, expand=True)
+ elif self.orientation == Orientation.REVERSE_PORTRAIT:
+ image = image.rotate(270, expand=True)
+ elif self.orientation == Orientation.REVERSE_LANDSCAPE:
+ image = image.rotate(180)
bgra_data = image_to_BGRA(image)
return b'\x00'.join(chunked(bgra_data, 249))
def _generate_update_image(
- self, image: Image.Image, x: int, y: int, count: int, cmd: Optional[Command] = None
+ self, image: Image.Image, x: int, y: int, count: int, cmd: Optional[Command] = None
) -> Tuple[bytearray, bytearray]:
x0, y0 = x, y
-
- if self.orientation == Orientation.PORTRAIT:
- image = image.rotate(90, expand=True)
- x0 = self.get_width() - x - image.height
- elif self.orientation == Orientation.REVERSE_PORTRAIT:
- image = image.rotate(270, expand=True)
- y0 = self.get_height() - y - image.width
- elif self.orientation == Orientation.REVERSE_LANDSCAPE:
- image = image.rotate(180, expand=True)
- y0 = self.get_width() - x - image.width
- x0 = self.get_height() - y - image.height
- elif self.orientation == Orientation.LANDSCAPE:
- x0, y0 = y, x
+ if self.sub_revision == SubRevision.REV_8INCH:
+ if self.orientation == Orientation.LANDSCAPE:
+ image = image.rotate(270, expand=True)
+ y0 = self.get_height() - y - image.width
+ elif self.orientation == Orientation.REVERSE_LANDSCAPE:
+ image = image.rotate(90, expand=True)
+ x0 = self.get_width() - x - image.height
+ elif self.orientation == Orientation.PORTRAIT:
+ image = image.rotate(180, expand=True)
+ x0 = self.get_height() - y - image.height
+ y0 = self.get_height() - x - image.width
+ elif self.orientation == Orientation.REVERSE_PORTRAIT:
+ x0 = y
+ y0 = x
+ else:
+ if self.orientation == Orientation.PORTRAIT:
+ image = image.rotate(90, expand=True)
+ x0 = self.get_width() - x - image.height
+ elif self.orientation == Orientation.REVERSE_PORTRAIT:
+ image = image.rotate(270, expand=True)
+ y0 = self.get_height() - y - image.width
+ elif self.orientation == Orientation.REVERSE_LANDSCAPE:
+ image = image.rotate(180)
+ y0 = self.get_width() - x - image.width
+ x0 = self.get_height() - y - image.height
+ elif self.orientation == Orientation.LANDSCAPE:
+ x0 = y
+ y0 = x
img_raw_data = bytearray()
bgr_data = image_to_BGR(image)
for h, line in enumerate(chunked(bgr_data, image.width * 3)):
- img_raw_data += int(((x0 + h) * self.display_height) + y0).to_bytes(3, "big")
+ if self.sub_revision == SubRevision.REV_8INCH:
+ img_raw_data += int(((x0 + h) * self.display_width) + y0).to_bytes(3, "big")
+ else:
+ img_raw_data += int(((x0 + h) * self.display_height) + y0).to_bytes(3, "big")
img_raw_data += int(image.width).to_bytes(2, "big")
img_raw_data += line
- image_size = int(len(img_raw_data) + 2).to_bytes(3, "big") # The +2 is for the "ef69" that will be added later.
+ image_size = int(len(img_raw_data) + 2).to_bytes(3, "big") # The +2 is for the "ef69" that will be added later.
# logger.debug("Render Count: {}".format(count))
payload = bytearray()
diff --git a/library/lcd/lcd_comm_rev_d.py b/library/lcd/lcd_comm_rev_d.py
index 65458a69..d7fda68b 100644
--- a/library/lcd/lcd_comm_rev_d.py
+++ b/library/lcd/lcd_comm_rev_d.py
@@ -52,14 +52,12 @@ def __del__(self):
@staticmethod
def auto_detect_com_port() -> Optional[str]:
com_ports = comports()
- auto_com_port = None
for com_port in com_ports:
if com_port.vid == 0x454d and com_port.pid == 0x4e41:
- auto_com_port = com_port.device
- break
+ return com_port.device
- return auto_com_port
+ return None
def WriteData(self, byteBuffer: bytearray):
LcdComm.WriteData(self, byteBuffer)
diff --git a/res/backgrounds/circular-mask.png b/res/backgrounds/circular-mask.png
new file mode 100644
index 00000000..82ee917c
Binary files /dev/null and b/res/backgrounds/circular-mask.png differ
diff --git a/res/docs/error-in-theme.png b/res/docs/error-in-theme.png
new file mode 100644
index 00000000..3503f40b
Binary files /dev/null and b/res/docs/error-in-theme.png differ
diff --git a/res/docs/turing8inch.jpg b/res/docs/turing8inch.jpg
deleted file mode 100644
index 60bc08d4..00000000
Binary files a/res/docs/turing8inch.jpg and /dev/null differ
diff --git a/res/docs/turing8inch.webp b/res/docs/turing8inch.webp
new file mode 100644
index 00000000..d0fcee4b
Binary files /dev/null and b/res/docs/turing8inch.webp differ
diff --git a/res/fonts/font-preview.py b/res/fonts/font-preview.py
new file mode 100644
index 00000000..4e1eb43e
--- /dev/null
+++ b/res/fonts/font-preview.py
@@ -0,0 +1,79 @@
+#!/usr/bin/env python
+# turing-smart-screen-python - a Python system monitor and library for USB-C displays like Turing Smart Screen or XuanFang
+# https://github.com/mathoudebine/turing-smart-screen-python/
+
+# Copyright (C) 2021-2023 Matthieu Houdebine (mathoudebine)
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+# This file generate PNG previews for available fonts
+
+import os
+import sys
+
+MIN_PYTHON = (3, 9)
+if sys.version_info < MIN_PYTHON:
+ print("[ERROR] Python %s.%s or later is required." % MIN_PYTHON)
+ try:
+ sys.exit(0)
+ except:
+ os._exit(0)
+
+from PIL import Image, ImageDraw, ImageFont
+import math
+from pathlib import Path
+
+FONTS_DIR = str(Path(__file__).parent.resolve()) + "/"
+
+
+def generate_preview(font_dir: str, font_filename: str, text: str, font_size: int = 40,
+ font_color: tuple[int, int, int] = (0, 0, 0),
+ background_color: tuple[int, int, int] = (255, 255, 255)):
+ font = os.path.join(font_dir, font_filename)
+
+ ttfont = ImageFont.truetype(font, font_size)
+ text_image = Image.new(
+ 'RGB',
+ (1000, 1000),
+ background_color
+ )
+ d = ImageDraw.Draw(text_image)
+ left, top, right, bottom = d.textbbox((0, 0), text, font=ttfont)
+
+ # textbbox may return float values, which is not good for the bitmap operations below.
+ # Let's extend the bounding box to the next whole pixel in all directions
+ left, top = math.floor(left), math.floor(top)
+ right, bottom = math.ceil(right), math.ceil(bottom)
+
+ d.text((0, 0), text, font=ttfont, fill=font_color)
+
+ text_image = text_image.crop(box=(left, top, right, bottom))
+
+ text_image.save(os.path.join(font_dir, font_filename[:-4] + "_preview.png"), "PNG")
+
+
+TEXT = ("50% 9876M Core i5-4321\n"
+ "ABCDEFGHIJKLMNOPQRSTUVWXYZ\n"
+ "abcdefghijklmnopqrstuvwxyz\n"
+ "0123456789 %;,:?!/-_()[]{}<>=+*#$")
+
+fonts = []
+for dir in os.listdir(FONTS_DIR):
+ font_dir = os.path.join(FONTS_DIR, dir)
+ if os.path.isdir(font_dir):
+ for font in os.listdir(font_dir):
+ font_file = os.path.join(font_dir, font)
+ if os.path.isfile(font_file) and (font_file.endswith(".ttf") or font_file.endswith(".otf")):
+ print(f"Found font {dir}/{font}")
+ generate_preview(font_dir, font, "40%", font_size=60)
diff --git a/res/fonts/geforce/GeForce-Bold_preview.png b/res/fonts/geforce/GeForce-Bold_preview.png
new file mode 100644
index 00000000..73d15903
Binary files /dev/null and b/res/fonts/geforce/GeForce-Bold_preview.png differ
diff --git a/res/fonts/geforce/GeForce-Light_preview.png b/res/fonts/geforce/GeForce-Light_preview.png
new file mode 100644
index 00000000..867bf67d
Binary files /dev/null and b/res/fonts/geforce/GeForce-Light_preview.png differ
diff --git a/res/fonts/generale-mono/GeneraleMonoA_preview.png b/res/fonts/generale-mono/GeneraleMonoA_preview.png
new file mode 100644
index 00000000..6a69d215
Binary files /dev/null and b/res/fonts/generale-mono/GeneraleMonoA_preview.png differ
diff --git a/res/fonts/generale-mono/GeneraleMonoB_preview.png b/res/fonts/generale-mono/GeneraleMonoB_preview.png
new file mode 100644
index 00000000..60d1e39b
Binary files /dev/null and b/res/fonts/generale-mono/GeneraleMonoB_preview.png differ
diff --git a/res/fonts/generale-mono/GeneraleMonoC_preview.png b/res/fonts/generale-mono/GeneraleMonoC_preview.png
new file mode 100644
index 00000000..d7933d50
Binary files /dev/null and b/res/fonts/generale-mono/GeneraleMonoC_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-BoldItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-BoldItalic_preview.png
new file mode 100644
index 00000000..42e15fdf
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-BoldItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-Bold_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-Bold_preview.png
new file mode 100644
index 00000000..4c5cf033
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-Bold_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-ExtraBoldItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-ExtraBoldItalic_preview.png
new file mode 100644
index 00000000..c2638761
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-ExtraBoldItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-ExtraBold_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-ExtraBold_preview.png
new file mode 100644
index 00000000..b050c245
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-ExtraBold_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-ExtraLightItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-ExtraLightItalic_preview.png
new file mode 100644
index 00000000..4227140a
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-ExtraLightItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-ExtraLight_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-ExtraLight_preview.png
new file mode 100644
index 00000000..21719c46
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-ExtraLight_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-Italic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-Italic_preview.png
new file mode 100644
index 00000000..a5a9f76a
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-Italic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-LightItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-LightItalic_preview.png
new file mode 100644
index 00000000..fdbf70d2
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-LightItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-Light_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-Light_preview.png
new file mode 100644
index 00000000..b88fc954
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-Light_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-MediumItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-MediumItalic_preview.png
new file mode 100644
index 00000000..add9d0e2
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-MediumItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-Medium_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-Medium_preview.png
new file mode 100644
index 00000000..6c3e1c35
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-Medium_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-Regular_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-Regular_preview.png
new file mode 100644
index 00000000..00049797
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-Regular_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-SemiBoldItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-SemiBoldItalic_preview.png
new file mode 100644
index 00000000..3860146a
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-SemiBoldItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-SemiBold_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-SemiBold_preview.png
new file mode 100644
index 00000000..96a8975a
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-SemiBold_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-ThinItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-ThinItalic_preview.png
new file mode 100644
index 00000000..aaab39ad
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-ThinItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMono-Thin_preview.png b/res/fonts/jetbrains-mono/JetBrainsMono-Thin_preview.png
new file mode 100644
index 00000000..7e072272
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMono-Thin_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-BoldItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-BoldItalic_preview.png
new file mode 100644
index 00000000..42e15fdf
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-BoldItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-Bold_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Bold_preview.png
new file mode 100644
index 00000000..4c5cf033
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Bold_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraBoldItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraBoldItalic_preview.png
new file mode 100644
index 00000000..c2638761
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraBoldItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraBold_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraBold_preview.png
new file mode 100644
index 00000000..b050c245
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraBold_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraLightItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraLightItalic_preview.png
new file mode 100644
index 00000000..4227140a
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraLightItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraLight_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraLight_preview.png
new file mode 100644
index 00000000..21719c46
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ExtraLight_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-Italic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Italic_preview.png
new file mode 100644
index 00000000..a5a9f76a
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Italic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-LightItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-LightItalic_preview.png
new file mode 100644
index 00000000..fdbf70d2
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-LightItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-Light_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Light_preview.png
new file mode 100644
index 00000000..b88fc954
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Light_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-MediumItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-MediumItalic_preview.png
new file mode 100644
index 00000000..add9d0e2
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-MediumItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-Medium_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Medium_preview.png
new file mode 100644
index 00000000..6c3e1c35
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Medium_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-Regular_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Regular_preview.png
new file mode 100644
index 00000000..00049797
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Regular_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-SemiBoldItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-SemiBoldItalic_preview.png
new file mode 100644
index 00000000..3860146a
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-SemiBoldItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-SemiBold_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-SemiBold_preview.png
new file mode 100644
index 00000000..96a8975a
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-SemiBold_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-ThinItalic_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ThinItalic_preview.png
new file mode 100644
index 00000000..aaab39ad
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-ThinItalic_preview.png differ
diff --git a/res/fonts/jetbrains-mono/JetBrainsMonoNL-Thin_preview.png b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Thin_preview.png
new file mode 100644
index 00000000..7e072272
Binary files /dev/null and b/res/fonts/jetbrains-mono/JetBrainsMonoNL-Thin_preview.png differ
diff --git a/res/fonts/racespace/LICENSE.txt b/res/fonts/racespace/LICENSE.txt
new file mode 100644
index 00000000..62ed8e70
--- /dev/null
+++ b/res/fonts/racespace/LICENSE.txt
@@ -0,0 +1,10 @@
+Race Space by Yahhya Anas
+
+https://www.dafont.com/fr/racespace.font
+
+the font is free for non-commercial use only! to get information about pricing.
+Any donation from non-commercial users is welcome.
+And if you like the font, please consider visiting: https://www.creativefabrica.com/product/race-space/ref/378834/
+
+Thank you!
+follow me on Instagram to get updates : https://www.instagram.com/wangsinawang_std/
diff --git a/res/fonts/racespace/RACE SPACE REGULAR 1 - Glyphr Studio Project - 2025.2.21-0.46.51.gs2 b/res/fonts/racespace/RACE SPACE REGULAR 1 - Glyphr Studio Project - 2025.2.21-0.46.51.gs2
new file mode 100644
index 00000000..23721335
--- /dev/null
+++ b/res/fonts/racespace/RACE SPACE REGULAR 1 - Glyphr Studio Project - 2025.2.21-0.46.51.gs2
@@ -0,0 +1 @@
+{"settings":{"project":{"name":"RACE SPACE REGULAR 1","latestVersion":"2.6.1","initialVersion":"2.6.1","id":"g2_0R88MZLC0A","characterRanges":[{"name":"Basic Latin","begin":"0x20","end":"0x7F"},{"name":"Basic Latin Controls","begin":"0x0","end":"0x1F","enabled":false},{"name":"Latin-1 Supplement","begin":"0xA0","end":"0xFF"}]},"app":{"stopPageNavigation":true,"formatSaveFile":false,"saveLivePreviews":true,"autoSave":true,"savePreferences":false,"unlinkComponentInstances":true,"directlyDragCurves":true,"showNonCharPoints":false,"itemChooserPageSize":256,"previewText":false,"exportLigatures":true,"exportKerning":true,"exportUneditedItems":true,"moveShapesOnSVGDragDrop":false,"autoSideBearingsOnSVGDragDrop":50,"highlightPointsNearPoints":2,"highlightPointsNearHandles":2,"highlightPointsNearXZero":2,"highlightPointsNearYZero":2,"guides":{"drawGuidesOnTop":false,"systemShowGuides":true,"systemShowLabels":false,"systemTransparency":70,"systemGuides":["baseline","leftSide","rightSide"],"customShowGuides":true,"customShowLabels":false,"customTransparency":70,"custom":[]},"contextCharacters":{"showCharacters":false,"characterTransparency":20,"showGuides":true,"guidesTransparency":70},"livePreviews":[{"text":"the five boxing wizards jump quickly"}]},"font":{"family":"RACE SPACE REGULAR 1","style":"Regular","version":1,"description":"","panose":"0 0 0 0 0 0 0 0 0 0","upm":1000,"ascent":753,"descent":-200,"capHeight":703,"xHeight":700,"overshoot":20,"lineGap":58,"weight":400,"italicAngle":0,"designer":"","designerURL":"","manufacturer":"","manufacturerURL":"","license":"","licenseURL":"","copyright":"","trademark":"","variant":"normal","stretch":"normal","stemv":0,"stemh":0,"slope":0,"underlinePosition":-50,"underlineThickness":10,"strikethroughPosition":300,"strikethroughThickness":10,"overlinePosition":750,"overlineThickness":10}},"glyphs":{"glyph-0x0":{"id":"glyph-0x0"},"glyph-0xA":{"id":"glyph-0xA"},"glyph-0xD":{"id":"glyph-0xD"},"glyph-0x20":{"id":"glyph-0x20","advanceWidth":373},"glyph-0x30":{"id":"glyph-0x30","advanceWidth":634,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":700.86,"y":439.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":701.61,"y":439.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":576.53,"y":0}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":30,"y":0}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":176.95,"y":519.42}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":42.49,"y":697.55}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":591.37,"y":697.55}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":724.26,"y":521.48}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":270.03,"y":181.3}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":439.71,"y":181.3}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":533.91,"y":515.87}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":364.57,"y":515.87}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":343.08,"y":439.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":343.11,"y":439.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":341.77,"y":433.3}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]}]},"glyph-0x31":{"id":"glyph-0x31","advanceWidth":494,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":463.37,"y":521.52}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":367.22,"y":181.3}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":464.04,"y":181.3}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":413.17,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":30,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":80.88,"y":181.3}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":178.44,"y":181.3}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":274.18,"y":519.42}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":139.68,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":324.61,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":326.18,"y":703.23}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":330.44,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":334.33,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":333.28,"y":693.85}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}}]}]},"glyph-0x32":{"id":"glyph-0x32","advanceWidth":633,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":649.98,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":291.86,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":270.03,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":627.37,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":576.53,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":30,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.71,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":512.45,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":534.29,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":185.47,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":183.9,"y":510.27}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":179.64,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":176.16,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":177.14,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":42.49,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":591.37,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":724.26,"y":521.52}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":701.2,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":701.23,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":699.93,"y":433.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x33":{"id":"glyph-0x33","advanceWidth":634,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":724.22,"y":521.52}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":701.16,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":701.2,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":699.89,"y":433.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":576.49,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":30,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":81.21,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":439.71,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":461.43,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":103.42,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.67,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":512.42,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":534.25,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":185.47,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":183.87,"y":510.27}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":179.64,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":176.13,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":177.1,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":42.49,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":591.37,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x34":{"id":"glyph-0x34","advanceWidth":621,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":688.71,"y":439.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":687.4,"y":433.3}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":564,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":375.64,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":426.48,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":427.22,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":448.94,"y":257.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":90.93,"y":257.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":164.61,"y":519.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":30,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":403.67,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":330.96,"y":439.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":499.93,"y":439.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":574.62,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":711.74,"y":521.52}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":688.67,"y":439.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x35":{"id":"glyph-0x35","advanceWidth":636,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":343.04,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":701.57,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":576.49,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":30,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":81.21,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":439.56,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":461.32,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":103.42,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":177.1,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":42.49,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":591.37,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":728.52,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":364.53,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x36":{"id":"glyph-0x36","advanceWidth":636,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":728.52,"y":515.87}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":364.57,"y":515.87}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":343.08,"y":439.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":701.61,"y":439.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":576.53,"y":0}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":30,"y":0}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":176.99,"y":519.39}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":42.49,"y":697.55}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":591.37,"y":697.55}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":291.82,"y":257.97}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":269.99,"y":181.3}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":439.56,"y":181.3}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":461.32,"y":257.97}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]}]},"glyph-0x37":{"id":"glyph-0x37","advanceWidth":621,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":711.78,"y":521.52}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":687.03,"y":433.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":564,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":375.64,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":427.07,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":521.76,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":172.99,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":171.38,"y":510.27}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":167.16,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":163.68,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.65,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":300,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":578.92,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x38":{"id":"glyph-0x38","advanceWidth":634,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":724.26,"y":521.52}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":701.2,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":699.89,"y":433.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":576.53,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":30,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":176.99,"y":519.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":42.49,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":591.37,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":343.45,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":512.45,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":534.29,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":364.94,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":270.03,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":439.78,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":461.58,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":291.86,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x39":{"id":"glyph-0x39","advanceWidth":634,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":724.26,"y":521.52}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":701.2,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":701.23,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":699.93,"y":433.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":576.53,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":30,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":81.25,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":439.75,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":461.58,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":103.46,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":177.1,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":42.49,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":591.37,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":343.45,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":512.45,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":534.29,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":364.94,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x41":{"id":"glyph-0x41","advanceWidth":606,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":699.29,"y":521.48}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.52,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":363.12,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":411.75,"y":171.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":242.37,"y":171.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":193.4,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.94,"y":519.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":508.91,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.53,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":293.59,"y":353.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":462.96,"y":353.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x42":{"id":"glyph-0x42","advanceWidth":592,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":625.69,"y":261.27}},"h1":{"coord":{"x":645.13,"y":329.53}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":625.58,"y":260.93}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":601.43,"y":175.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":572.34,"y":73.12}}},{"type":"corner","p":{"coord":{"x":372.54,"y":0.26}},"h1":{"coord":{"x":478.48,"y":1.72}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":372.46,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.83,"y":519.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":0,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":478.25,"y":263.6}}},{"type":"corner","p":{"coord":{"x":545.65,"y":642}},"h1":{"coord":{"x":518.96,"y":677.33}},"h2":{"coord":{"x":572.34,"y":606.71}}},{"type":"corner","p":{"coord":{"x":568.61,"y":519.43}},"h1":{"coord":{"x":580.72,"y":562.04}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":542.93,"y":428.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":608.87,"y":402.2}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":317.96,"y":439.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":357.25,"y":439.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":378.85,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.6,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":266.6,"y":257.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":244.88,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":414.33,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":435.94,"y":257.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x43":{"id":"glyph-0x43","advanceWidth":597,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":244.99,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":603.11,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.49,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.94,"y":519.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.52,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.53,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x44":{"id":"glyph-0x44","advanceWidth":603,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":698.75,"y":519.28}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":601.56,"y":175.36}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":572.48,"y":73.12}}},{"type":"corner","p":{"coord":{"x":372.59,"y":0.08}},"h1":{"coord":{"x":478.57,"y":1.46}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":372.59,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":5.13,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":152.11,"y":519.43}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":17.61,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":566.5,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":699.39,"y":521.52}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":245.12,"y":181.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":414.13,"y":181.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":509.04,"y":515.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":339.7,"y":515.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x45":{"id":"glyph-0x45","advanceWidth":598,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":244.99,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":603.11,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.49,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.94,"y":519.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.52,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.53,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":317.92,"y":439.39}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":570.21,"y":439.39}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":518.59,"y":257.71}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":266.6,"y":257.71}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x46":{"id":"glyph-0x46","advanceWidth":588,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":339.53,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":317.92,"y":439.39}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":570.21,"y":439.39}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":518.59,"y":257.71}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":266.6,"y":257.71}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":193.36,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":103.83,"y":349.9}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.91,"y":519.5}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.52,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x47":{"id":"glyph-0x47","advanceWidth":601,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":626.38,"y":264.07}},"h1":{"coord":{"x":637.67,"y":305}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":625.9,"y":260.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":601.6,"y":175.36}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":571.62,"y":72.15}}},{"type":"corner","p":{"coord":{"x":369.45,"y":0.04}},"h1":{"coord":{"x":476.14,"y":0.04}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":5.13,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":151.96,"y":519.62}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":17.65,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":566.53,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":703.69,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":339.73,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":318.17,"y":439.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":489.08,"y":439.28}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":534.2,"y":439.28}}},{"type":"corner","p":{"coord":{"x":603.09,"y":382.57}},"h1":{"coord":{"x":575.77,"y":418.61}},"h2":{"coord":{"x":629.19,"y":348.14}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":436.14,"y":257.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":266.8,"y":257.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":245.16,"y":181.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":414.5,"y":181.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x48":{"id":"glyph-0x48","advanceWidth":607,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":563.1,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":700.26,"y":521.52}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":552.49,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":364.08,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":412.68,"y":171.96}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":243.33,"y":171.96}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":194.36,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":104.87,"y":349.9}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":152.91,"y":519.47}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.15,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":294.59,"y":353.3}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":463.93,"y":353.3}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x49":{"id":"glyph-0x49","advanceWidth":249,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":212.08,"y":693.85}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":342.17,"y":521.52}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":194.4,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":104.87,"y":349.89}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":152.94,"y":519.5}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":18.52,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":203.41,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":205.02,"y":703.23}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":209.28,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":213.13,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}}]}]},"glyph-0x4A":{"id":"glyph-0x4A","advanceWidth":439,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":402.17,"y":693.85}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":532.26,"y":521.52}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":384.49,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":-162,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":-110.79,"y":181.3}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":247.33,"y":181.3}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":294.99,"y":349.89}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":343.03,"y":519.5}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":208.6,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":393.49,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":395.06,"y":703.23}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":399.36,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":403.21,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}}]}]},"glyph-0x4B":{"id":"glyph-0x4B","advanceWidth":591,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":623.47,"y":515.87}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":390.1,"y":233.33}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":558.09,"y":0}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":367.97,"y":0}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":241.76,"y":166.35}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":194.4,"y":0}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":104.83,"y":349.89}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":152.91,"y":519.5}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.58}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":392.15,"y":697.58}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":299.15,"y":369.41}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":565.16,"y":700.5}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":704.52,"y":515.87}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}}]}]},"glyph-0x4C":{"id":"glyph-0x4C","advanceWidth":588,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":245.03,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":603.11,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.52,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":103.83,"y":349.9}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.91,"y":519.5}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":391.15,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x4D":{"id":"glyph-0x4D","advanceWidth":693,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":651.14,"y":700.77}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":786.46,"y":521.52}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":638.43,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":450.06,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":526.65,"y":270.5}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":356.98,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":253.39,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":266.59,"y":254.24}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":194.4,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":152.83,"y":520.03}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.59}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":390.13,"y":697.59}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":390.66,"y":693.07}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":401.01,"y":355.43}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]}]},"glyph-0x4E":{"id":"glyph-0x4E","advanceWidth":608,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":704.56,"y":515.87}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":698.31,"y":515.87}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":552.15,"y":0}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":366.25,"y":0}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":365.39,"y":3.63}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":288.04,"y":330.23}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":194.4,"y":0}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":104.87,"y":349.9}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":152.94,"y":519.5}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":18.52,"y":697.59}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":389.69,"y":697.59}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":467.67,"y":367.62}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":562.77,"y":703.27}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":568.78,"y":695.72}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]}]},"glyph-0x4F":{"id":"glyph-0x4F","advanceWidth":610,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":706.65,"y":521.52}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":608.78,"y":175.32}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":579.36,"y":72.14}}},{"type":"corner","p":{"coord":{"x":376.64,"y":0.07}},"h1":{"coord":{"x":483.93,"y":0.07}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":197.2,"y":0.07}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":152.91,"y":0.07}}},{"type":"corner","p":{"coord":{"x":85.58,"y":55.55}},"h1":{"coord":{"x":112.24,"y":20.29}},"h2":{"coord":{"x":58.93,"y":90.8}}},{"type":"corner","p":{"coord":{"x":62.63,"y":177.94}},"h1":{"coord":{"x":50.59,"y":135.39}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":159.34,"y":519.46}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":573.76,"y":697.59}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":-100,"y":697.66},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":430.06,"y":211.95}},"h1":{"coord":{"x":424.94,"y":193.9}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":499.51,"y":456.73}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":503.51,"y":470.86}}},{"type":"corner","p":{"coord":{"x":491.93,"y":497.44}},"h1":{"coord":{"x":500.75,"y":485.7}},"h2":{"coord":{"x":483.03,"y":509.18}}},{"type":"corner","p":{"coord":{"x":454.84,"y":515.91}},"h1":{"coord":{"x":469.53,"y":515.91}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":388.27,"y":515.91}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":363.97,"y":515.91}}},{"type":"corner","p":{"coord":{"x":335.74,"y":476.17}},"h1":{"coord":{"x":342.36,"y":499.57}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":268.68,"y":238.87}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":264.79,"y":225.07}}},{"type":"corner","p":{"coord":{"x":276.16,"y":199.24}},"h1":{"coord":{"x":267.52,"y":210.65}},"h2":{"coord":{"x":284.79,"y":187.84}}},{"type":"corner","p":{"coord":{"x":312.23,"y":181.3}},"h1":{"coord":{"x":297.91,"y":181.3}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":389.54,"y":181.3}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":408.26,"y":181.3}}}]}]},"glyph-0x50":{"id":"glyph-0x50","advanceWidth":595,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":699.39,"y":521.52}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":650.46,"y":347.1}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":621.41,"y":245.08}}},{"type":"corner","p":{"coord":{"x":421.56,"y":172.04}},"h1":{"coord":{"x":527.54,"y":173.42}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":421.56,"y":172}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":242.5,"y":172}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":193.53,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":5.13,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":104,"y":349.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":152.04,"y":519.5}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":17.61,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":566.5,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":293.72,"y":353.3}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":463.06,"y":353.3}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":509,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":339.66,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x51":{"id":"glyph-0x51","advanceWidth":610,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":706.65,"y":521.52}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":608.82,"y":175.29}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":579.66,"y":73.05}}},{"type":"corner","p":{"coord":{"x":379.63,"y":0.34}},"h1":{"coord":{"x":485.72,"y":1.61}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":345.87,"y":-118.09}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":157.09,"y":-118.09}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":191.34,"y":0.75}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":149.36,"y":2.47}}},{"type":"corner","p":{"coord":{"x":85.58,"y":55.55}},"h1":{"coord":{"x":111.04,"y":21.87}},"h2":{"coord":{"x":58.93,"y":90.8}}},{"type":"corner","p":{"coord":{"x":62.63,"y":177.94}},"h1":{"coord":{"x":50.59,"y":135.4}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":159.34,"y":519.46}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":573.76,"y":697.59}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":335.71,"y":476.18}},"h1":{"coord":{"x":342.32,"y":499.58}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":268.64,"y":238.87}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":264.75,"y":225.12}}},{"type":"corner","p":{"coord":{"x":276.16,"y":199.29}},"h1":{"coord":{"x":267.48,"y":210.65}},"h2":{"coord":{"x":284.79,"y":187.88}}},{"type":"corner","p":{"coord":{"x":312.23,"y":181.34}},"h1":{"coord":{"x":297.91,"y":181.34}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":389.54,"y":181.34}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":408.26,"y":181.34}}},{"type":"corner","p":{"coord":{"x":430.06,"y":212}},"h1":{"coord":{"x":424.94,"y":193.94}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":499.51,"y":456.77}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":503.55,"y":470.9}}},{"type":"corner","p":{"coord":{"x":491.89,"y":497.48}},"h1":{"coord":{"x":500.75,"y":485.78}},"h2":{"coord":{"x":482.99,"y":509.18}}},{"type":"corner","p":{"coord":{"x":454.81,"y":515.91}},"h1":{"coord":{"x":469.5,"y":515.91}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":388.23,"y":515.91}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":363.93,"y":515.91}}}]}]},"glyph-0x52":{"id":"glyph-0x52","advanceWidth":599,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":699.39,"y":521.52}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":650.49,"y":347.25}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":621.93,"y":246.91}}},{"type":"corner","p":{"coord":{"x":427.32,"y":172.15}},"h1":{"coord":{"x":530.91,"y":176}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":557.52,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":366.72,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":365.34,"y":1.91}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":240.9,"y":166.35}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":193.53,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":5.13,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":104,"y":349.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":152.04,"y":519.5}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":17.61,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":566.5,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":293.72,"y":353.3}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":463.06,"y":353.3}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":509,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":339.66,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x53":{"id":"glyph-0x53","advanceWidth":607,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":318.07,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":676.6,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.49,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":56.21,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":414.55,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":436.35,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":78.45,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":152.09,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.52,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.57,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x54":{"id":"glyph-0x54","advanceWidth":594,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":573.72,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":710.87,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":460.75,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":314.58,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":126.22,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":225.05,"y":349.9}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":272.34,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":167.86,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":166.25,"y":510.27}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":162.03,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":158.55,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":159.49,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x55":{"id":"glyph-0x55","advanceWidth":607,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":415.44,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":563.14,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":700.29,"y":521.52}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":552.52,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":104.87,"y":349.9}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":152.94,"y":519.5}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.19,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":245.99,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x56":{"id":"glyph-0x56","advanceWidth":594,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":518.17,"y":522.49}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":569.49,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":707.21,"y":520.81}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":378.88,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":192.87,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":160.2,"y":518.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":398.58,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":348.12,"y":520.06}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":363.59,"y":277.34}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x57":{"id":"glyph-0x57","advanceWidth":878,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":834.76,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":971.88,"y":521.52}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":824.14,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":638.05,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":636.93,"y":3.82}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":562.02,"y":400.22}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":379.29,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":192.87,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":160.2,"y":518.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":398.55,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":348.12,"y":520.06}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":357.84,"y":367.69}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":508.41,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":694.35,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":749.86,"y":403.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x58":{"id":"glyph-0x58","advanceWidth":596,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":447.95,"y":261.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":480.95,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":603.64,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":551.98,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":366.64,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":365.07,"y":2.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":314.83,"y":125.46}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":192.1,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":0,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":258.12,"y":263.74}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":154.12,"y":517.22}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":17.98,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":391.69,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":341.48,"y":520.85}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":391.2,"y":399.77}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":511.27,"y":522.46}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":562.63,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":700.8,"y":520.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":698,"y":517.26}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x59":{"id":"glyph-0x59","advanceWidth":607,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":563.1,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":700.26,"y":521.52}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":552.49,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":57.21,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":415.7,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":437.54,"y":257.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":79.45,"y":257.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":153.09,"y":519.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.19,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":319.07,"y":439.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":488.41,"y":439.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":511.55,"y":521.82}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x5A":{"id":"glyph-0x5A","advanceWidth":595,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":566.4,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":700.6,"y":519.76}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":280.28,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":602.36,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.52,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":55.69,"y":179.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":56.84,"y":180.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":473.62,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":160.47,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":158.86,"y":510.27}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.64,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.16,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":152.09,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0xA0":{"id":"glyph-0xA0","advanceWidth":373},"glyph-0xAD":{"id":"glyph-0xAD","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":122,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":472,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":494,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":144,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}}]}]},"glyph-0x61":{"id":"glyph-0x61","advanceWidth":606,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":699.29,"y":521.48}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.52,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":363.12,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":411.75,"y":171.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":242.37,"y":171.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":193.4,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.94,"y":519.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":508.91,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.53,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":293.59,"y":353.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":462.96,"y":353.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x62":{"id":"glyph-0x62","advanceWidth":592,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":625.69,"y":261.27}},"h1":{"coord":{"x":645.13,"y":329.53}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":625.58,"y":260.93}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":601.43,"y":175.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":572.34,"y":73.12}}},{"type":"corner","p":{"coord":{"x":372.54,"y":0.26}},"h1":{"coord":{"x":478.48,"y":1.72}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":372.46,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.83,"y":519.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":0,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":478.25,"y":263.6}}},{"type":"corner","p":{"coord":{"x":545.65,"y":642}},"h1":{"coord":{"x":518.96,"y":677.33}},"h2":{"coord":{"x":572.34,"y":606.71}}},{"type":"corner","p":{"coord":{"x":568.61,"y":519.43}},"h1":{"coord":{"x":580.72,"y":562.04}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":542.93,"y":428.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":608.87,"y":402.2}}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":317.96,"y":439.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":357.25,"y":439.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":378.85,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.6,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":266.6,"y":257.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":244.88,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":414.33,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":435.94,"y":257.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x63":{"id":"glyph-0x63","advanceWidth":597,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":244.99,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":603.11,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.49,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.94,"y":519.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.52,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.53,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x64":{"id":"glyph-0x64","advanceWidth":603,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":698.75,"y":519.28}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":601.56,"y":175.36}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":572.48,"y":73.12}}},{"type":"corner","p":{"coord":{"x":372.59,"y":0.08}},"h1":{"coord":{"x":478.57,"y":1.46}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":372.59,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":5.13,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":152.11,"y":519.43}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":17.61,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":566.5,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":699.39,"y":521.52}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":245.12,"y":181.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":414.13,"y":181.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":509.04,"y":515.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":339.7,"y":515.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x65":{"id":"glyph-0x65","advanceWidth":598,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":244.99,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":603.11,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.49,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.94,"y":519.43}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.52,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.53,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":317.92,"y":439.39}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":570.21,"y":439.39}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":518.59,"y":257.71}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":266.6,"y":257.71}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x66":{"id":"glyph-0x66","advanceWidth":588,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":339.53,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":317.92,"y":439.39}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":570.21,"y":439.39}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":518.59,"y":257.71}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":266.6,"y":257.71}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":193.36,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":103.83,"y":349.9}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.91,"y":519.5}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.52,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x67":{"id":"glyph-0x67","advanceWidth":601,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":626.38,"y":264.07}},"h1":{"coord":{"x":637.67,"y":305}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":625.9,"y":260.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":601.6,"y":175.36}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":571.62,"y":72.15}}},{"type":"corner","p":{"coord":{"x":369.45,"y":0.04}},"h1":{"coord":{"x":476.14,"y":0.04}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":5.13,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":151.96,"y":519.62}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":17.65,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":566.53,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":703.69,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":339.73,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":318.17,"y":439.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":489.08,"y":439.28}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":534.2,"y":439.28}}},{"type":"corner","p":{"coord":{"x":603.09,"y":382.57}},"h1":{"coord":{"x":575.77,"y":418.61}},"h2":{"coord":{"x":629.19,"y":348.14}}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":436.14,"y":257.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":266.8,"y":257.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":245.16,"y":181.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":414.5,"y":181.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x68":{"id":"glyph-0x68","advanceWidth":607,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":563.1,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":700.26,"y":521.52}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":552.49,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":364.08,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":412.68,"y":171.96}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":243.33,"y":171.96}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":194.36,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":104.87,"y":349.9}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":152.91,"y":519.47}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.15,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":294.59,"y":353.3}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":463.93,"y":353.3}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x69":{"id":"glyph-0x69","advanceWidth":249,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":212.08,"y":693.85}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":342.17,"y":521.52}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":194.4,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":104.87,"y":349.89}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":152.94,"y":519.5}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":18.52,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":203.41,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":205.02,"y":703.23}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":209.28,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":213.13,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}}]}]},"glyph-0x6A":{"id":"glyph-0x6A","advanceWidth":439,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":402.17,"y":693.85}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":532.26,"y":521.52}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":384.49,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":-162,"y":0}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":-110.79,"y":181.3}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":247.33,"y":181.3}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":294.99,"y":349.89}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":343.03,"y":519.5}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":208.6,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":393.49,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":395.06,"y":703.23}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":399.36,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}},{"type":"corner","p":{"coord":{"x":403.21,"y":697.59}},"h1":{"coord":{"x":100,"y":703.23},"use":false},"h2":{"coord":{"x":-100,"y":703.23},"use":false}}]}]},"glyph-0x6B":{"id":"glyph-0x6B","advanceWidth":591,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":623.47,"y":515.87}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":390.1,"y":233.33}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":558.09,"y":0}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":367.97,"y":0}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":241.76,"y":166.35}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":194.4,"y":0}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":104.83,"y":349.89}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":152.91,"y":519.5}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.58}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":392.15,"y":697.58}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":299.15,"y":369.41}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":565.16,"y":700.5}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}},{"type":"corner","p":{"coord":{"x":704.52,"y":515.87}},"h1":{"coord":{"x":100,"y":700.5},"use":false},"h2":{"coord":{"x":-100,"y":700.5},"use":false}}]}]},"glyph-0x6C":{"id":"glyph-0x6C","advanceWidth":588,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":245.03,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":603.11,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.52,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":103.83,"y":349.9}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.91,"y":519.5}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":391.15,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x6D":{"id":"glyph-0x6D","advanceWidth":693,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":651.14,"y":700.77}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":786.46,"y":521.52}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":638.43,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":450.06,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":526.65,"y":270.5}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":356.98,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":253.39,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":266.59,"y":254.24}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":194.4,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":152.83,"y":520.03}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.59}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":390.13,"y":697.59}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":390.66,"y":693.07}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":401.01,"y":355.43}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]}]},"glyph-0x6E":{"id":"glyph-0x6E","advanceWidth":608,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":704.56,"y":515.87}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":698.31,"y":515.87}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":552.15,"y":0}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":366.25,"y":0}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":365.39,"y":3.63}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":288.04,"y":330.23}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":194.4,"y":0}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":104.87,"y":349.9}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":152.94,"y":519.5}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":18.52,"y":697.59}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":389.69,"y":697.59}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":467.67,"y":367.62}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":562.77,"y":703.27}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":568.78,"y":695.72}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]}]},"glyph-0x6F":{"id":"glyph-0x6F","advanceWidth":610,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":706.65,"y":521.52}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":608.78,"y":175.32}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":579.36,"y":72.14}}},{"type":"corner","p":{"coord":{"x":376.64,"y":0.07}},"h1":{"coord":{"x":483.93,"y":0.07}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":197.2,"y":0.07}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":152.91,"y":0.07}}},{"type":"corner","p":{"coord":{"x":85.58,"y":55.55}},"h1":{"coord":{"x":112.24,"y":20.29}},"h2":{"coord":{"x":58.93,"y":90.8}}},{"type":"corner","p":{"coord":{"x":62.63,"y":177.94}},"h1":{"coord":{"x":50.59,"y":135.39}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":159.34,"y":519.46}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":573.76,"y":697.59}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":-100,"y":697.66},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":430.06,"y":211.95}},"h1":{"coord":{"x":424.94,"y":193.9}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":499.51,"y":456.73}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":503.51,"y":470.86}}},{"type":"corner","p":{"coord":{"x":491.93,"y":497.44}},"h1":{"coord":{"x":500.75,"y":485.7}},"h2":{"coord":{"x":483.03,"y":509.18}}},{"type":"corner","p":{"coord":{"x":454.84,"y":515.91}},"h1":{"coord":{"x":469.53,"y":515.91}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":388.27,"y":515.91}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":363.97,"y":515.91}}},{"type":"corner","p":{"coord":{"x":335.74,"y":476.17}},"h1":{"coord":{"x":342.36,"y":499.57}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":268.68,"y":238.87}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":264.79,"y":225.07}}},{"type":"corner","p":{"coord":{"x":276.16,"y":199.24}},"h1":{"coord":{"x":267.52,"y":210.65}},"h2":{"coord":{"x":284.79,"y":187.84}}},{"type":"corner","p":{"coord":{"x":312.23,"y":181.3}},"h1":{"coord":{"x":297.91,"y":181.3}},"h2":{"coord":{"x":-100,"y":697.66},"use":false}},{"type":"corner","p":{"coord":{"x":389.54,"y":181.3}},"h1":{"coord":{"x":100,"y":697.66},"use":false},"h2":{"coord":{"x":408.26,"y":181.3}}}]}]},"glyph-0x70":{"id":"glyph-0x70","advanceWidth":595,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":699.39,"y":521.52}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":650.46,"y":347.1}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":621.41,"y":245.08}}},{"type":"corner","p":{"coord":{"x":421.56,"y":172.04}},"h1":{"coord":{"x":527.54,"y":173.42}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":421.56,"y":172}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":242.5,"y":172}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":193.53,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":5.13,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":104,"y":349.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":152.04,"y":519.5}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":17.61,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":566.5,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":293.72,"y":353.3}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":463.06,"y":353.3}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":509,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":339.66,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x71":{"id":"glyph-0x71","advanceWidth":610,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":706.65,"y":521.52}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":608.82,"y":175.29}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":579.66,"y":73.05}}},{"type":"corner","p":{"coord":{"x":379.63,"y":0.34}},"h1":{"coord":{"x":485.72,"y":1.61}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":345.87,"y":-118.09}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":157.09,"y":-118.09}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":191.34,"y":0.75}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":149.36,"y":2.47}}},{"type":"corner","p":{"coord":{"x":85.58,"y":55.55}},"h1":{"coord":{"x":111.04,"y":21.87}},"h2":{"coord":{"x":58.93,"y":90.8}}},{"type":"corner","p":{"coord":{"x":62.63,"y":177.94}},"h1":{"coord":{"x":50.59,"y":135.4}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":159.34,"y":519.46}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":573.76,"y":697.59}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":-100,"y":579.5},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":335.71,"y":476.18}},"h1":{"coord":{"x":342.32,"y":499.58}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":268.64,"y":238.87}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":264.75,"y":225.12}}},{"type":"corner","p":{"coord":{"x":276.16,"y":199.29}},"h1":{"coord":{"x":267.48,"y":210.65}},"h2":{"coord":{"x":284.79,"y":187.88}}},{"type":"corner","p":{"coord":{"x":312.23,"y":181.34}},"h1":{"coord":{"x":297.91,"y":181.34}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":389.54,"y":181.34}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":408.26,"y":181.34}}},{"type":"corner","p":{"coord":{"x":430.06,"y":212}},"h1":{"coord":{"x":424.94,"y":193.94}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":499.51,"y":456.77}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":503.55,"y":470.9}}},{"type":"corner","p":{"coord":{"x":491.89,"y":497.48}},"h1":{"coord":{"x":500.75,"y":485.78}},"h2":{"coord":{"x":482.99,"y":509.18}}},{"type":"corner","p":{"coord":{"x":454.81,"y":515.91}},"h1":{"coord":{"x":469.5,"y":515.91}},"h2":{"coord":{"x":-100,"y":579.5},"use":false}},{"type":"corner","p":{"coord":{"x":388.23,"y":515.91}},"h1":{"coord":{"x":100,"y":579.5},"use":false},"h2":{"coord":{"x":363.93,"y":515.91}}}]}]},"glyph-0x72":{"id":"glyph-0x72","advanceWidth":599,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":699.39,"y":521.52}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":650.49,"y":347.25}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":621.93,"y":246.91}}},{"type":"corner","p":{"coord":{"x":427.32,"y":172.15}},"h1":{"coord":{"x":530.91,"y":176}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":557.52,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":366.72,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":365.34,"y":1.91}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":240.9,"y":166.35}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":193.53,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":5.13,"y":0.04}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":104,"y":349.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":152.04,"y":519.5}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":17.61,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":566.5,"y":697.59}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":293.72,"y":353.3}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":463.06,"y":353.3}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":509,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":339.66,"y":515.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x73":{"id":"glyph-0x73","advanceWidth":607,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":318.07,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":676.6,"y":439.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.49,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":56.21,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":414.55,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":436.35,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":78.45,"y":257.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":152.09,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":566.36,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.52,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":339.57,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x74":{"id":"glyph-0x74","advanceWidth":594,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":573.72,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":710.87,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":460.75,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":314.58,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":126.22,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":225.05,"y":349.9}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":272.34,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":167.86,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":166.25,"y":510.27}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":162.03,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":158.55,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":159.49,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x75":{"id":"glyph-0x75","advanceWidth":607,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":415.44,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":563.14,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":700.29,"y":521.52}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":552.52,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":104.87,"y":349.9}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":152.94,"y":519.5}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.19,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":245.99,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x76":{"id":"glyph-0x76","advanceWidth":594,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":518.17,"y":522.49}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":569.49,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":707.21,"y":520.81}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":378.88,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":192.87,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":160.2,"y":518.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":398.58,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":348.12,"y":520.06}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":363.59,"y":277.34}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x77":{"id":"glyph-0x77","advanceWidth":878,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":834.76,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":971.88,"y":521.52}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":824.14,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":638.05,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":636.93,"y":3.82}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":562.02,"y":400.22}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":379.29,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":192.87,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":160.2,"y":518.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":24.87,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":398.55,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":348.12,"y":520.06}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":357.84,"y":367.69}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":508.41,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":694.35,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":749.86,"y":403.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x78":{"id":"glyph-0x78","advanceWidth":596,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":447.95,"y":261.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":480.95,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":603.64,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":551.98,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":366.64,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":365.07,"y":2.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":314.83,"y":125.46}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":192.1,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":0,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":258.12,"y":263.74}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":154.12,"y":517.22}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":17.98,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":391.69,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":341.48,"y":520.85}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":391.2,"y":399.77}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":511.27,"y":522.46}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":562.63,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":700.8,"y":520.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":698,"y":517.26}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x79":{"id":"glyph-0x79","advanceWidth":607,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":563.1,"y":703.2}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":700.26,"y":521.52}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":552.49,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":6,"y":0}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":57.21,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":415.7,"y":181.31}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":437.54,"y":257.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":79.45,"y":257.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":153.09,"y":519.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":18.48,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.19,"y":697.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":319.07,"y":439.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":488.41,"y":439.24}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":511.55,"y":521.82}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x7A":{"id":"glyph-0x7A","advanceWidth":595,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":566.4,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":700.6,"y":519.76}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":280.28,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":602.36,"y":181.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":551.52,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":5,"y":0}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":55.69,"y":179.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":56.84,"y":180.3}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":473.62,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":160.47,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":158.86,"y":510.27}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.64,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":151.16,"y":515.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":152.09,"y":519.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":17.48,"y":697.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x2E":{"id":"glyph-0x2E","advanceWidth":315.32,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":265.32,"y":164.52864865}},"h1":{"coord":{"x":165.32,"y":164.52864865},"use":false},"h2":{"coord":{"x":365.32,"y":164.52864865},"use":false}},{"type":"corner","p":{"coord":{"x":95.94,"y":164.52864865}},"h1":{"coord":{"x":-4.06,"y":164.52864865},"use":false},"h2":{"coord":{"x":195.94,"y":164.52864865},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":1.909}},"h1":{"coord":{"x":-50,"y":1.909},"use":false},"h2":{"coord":{"x":150,"y":1.909},"use":false}},{"type":"corner","p":{"coord":{"x":219.37004701,"y":1.909}},"h1":{"coord":{"x":119.37,"y":1.909},"use":false},"h2":{"coord":{"x":319.37004701,"y":1.909},"use":false}}]}]},"glyph-0x3A":{"id":"glyph-0x3A","advanceWidth":438.8280952380952,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":385.3223809523811,"y":515.0995238095238}},"h1":{"coord":{"x":42.95238095238095,"y":1040.729523809524},"use":false},"h2":{"coord":{"x":242.95238095238108,"y":1040.729523809524},"use":false}},{"type":"corner","p":{"coord":{"x":336.35238095238105,"y":343.1395238095238}},"h1":{"coord":{"x":42.95238095238095,"y":1040.729523809524},"use":false},"h2":{"coord":{"x":242.95238095238108,"y":1040.729523809524},"use":false}},{"type":"corner","p":{"coord":{"x":147.95238095238093,"y":343.1395238095238}},"h1":{"coord":{"x":42.95238095238095,"y":1040.729523809524},"use":false},"h2":{"coord":{"x":196.11938095238108,"y":513.9415238095238}}},{"type":"corner","p":{"coord":{"x":196.0443809523811,"y":515.0995238095238}},"h1":{"coord":{"x":147.94238095238094,"y":343.7285238095238}},"h2":{"coord":{"x":242.95238095238108,"y":1040.729523809524},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":388.8280952380952,"y":697.59}},"h1":{"coord":{"x":95.23809523809524,"y":1041.92}},"h2":{"coord":{"x":95.23809523809524,"y":1041.92}}}]},{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":287.37,"y":174.86142857142832}},"h1":{"coord":{"x":-55,"y":700.4914285714293},"use":false},"h2":{"coord":{"x":145,"y":700.4914285714293},"use":false}},{"type":"corner","p":{"coord":{"x":238.4,"y":2.9014285714285775}},"h1":{"coord":{"x":-55,"y":700.4914285714293},"use":false},"h2":{"coord":{"x":145,"y":700.4914285714293},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":2.9014285714285775}},"h1":{"coord":{"x":-55,"y":700.4914285714293},"use":false},"h2":{"coord":{"x":98.167,"y":173.70342857142833}}},{"type":"corner","p":{"coord":{"x":98.092,"y":174.86142857142832}},"h1":{"coord":{"x":49.99,"y":3.4904285714285805}},"h2":{"coord":{"x":145,"y":700.4914285714293},"use":false}}]}]},"glyph-0x2F":{"id":"glyph-0x2F","advanceWidth":474.4765088757396,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":381.09781065088725,"y":503.2722485207099}},"h1":{"coord":{"x":38.72781065088753,"y":1028.9022485207108},"use":false},"h2":{"coord":{"x":238.72781065088725,"y":1028.9022485207108},"use":false}},{"type":"corner","p":{"coord":{"x":332.1278106508873,"y":331.3122485207101}},"h1":{"coord":{"x":38.72781065088753,"y":1028.9022485207108},"use":false},"h2":{"coord":{"x":238.72781065088725,"y":1028.9022485207108},"use":false}},{"type":"corner","p":{"coord":{"x":143.72781065088736,"y":331.3122485207101}},"h1":{"coord":{"x":38.72781065088753,"y":1028.9022485207108},"use":false},"h2":{"coord":{"x":191.8947596508873,"y":502.11424852070996}}},{"type":"corner","p":{"coord":{"x":191.8198106508873,"y":503.2722485207099}},"h1":{"coord":{"x":143.71788595088736,"y":331.9012485207101}},"h2":{"coord":{"x":238.72781065088725,"y":1028.9022485207108},"use":false}}]},{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":287.37,"y":172.14792899408297}},"h1":{"coord":{"x":-55,"y":697.777988165679},"use":false},"h2":{"coord":{"x":145,"y":697.777988165679},"use":false}},{"type":"corner","p":{"coord":{"x":238.4,"y":0.1879881656804785}},"h1":{"coord":{"x":-55,"y":697.777988165679},"use":false},"h2":{"coord":{"x":145,"y":697.777988165679},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":0.1879881656804785}},"h1":{"coord":{"x":-55,"y":697.777988165679},"use":false},"h2":{"coord":{"x":98.167,"y":170.98998816568096}}},{"type":"corner","p":{"coord":{"x":98.092,"y":172.14792899408297}},"h1":{"coord":{"x":49.9900753,"y":0.7769881656804771}},"h2":{"coord":{"x":145,"y":697.777988165679},"use":false}}]},{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":334.287159763314,"y":336.88165680473384}},"h1":{"coord":{"x":-8.082840236686494,"y":862.5117159763286},"use":false},"h2":{"coord":{"x":191.91715976331398,"y":862.5117159763286},"use":false}},{"type":"corner","p":{"coord":{"x":285.31715976331395,"y":164.92171597633183}},"h1":{"coord":{"x":-8.082840236686494,"y":862.5117159763286},"use":false},"h2":{"coord":{"x":191.91715976331398,"y":862.5117159763286},"use":false}},{"type":"corner","p":{"coord":{"x":96.91715976331378,"y":164.92171597633183}},"h1":{"coord":{"x":-8.082840236686494,"y":862.5117159763286},"use":false},"h2":{"coord":{"x":145.08410876331396,"y":335.7237159763319}}},{"type":"corner","p":{"coord":{"x":145.009159763314,"y":336.88165680473384}},"h1":{"coord":{"x":96.90723506331378,"y":165.51071597633182}},"h2":{"coord":{"x":191.91715976331398,"y":862.5117159763286},"use":false}}]},{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":424.4765088757396,"y":656.526686390534}},"h1":{"coord":{"x":82.10650887573956,"y":1182.156686390531},"use":false},"h2":{"coord":{"x":282.1065088757396,"y":1182.156686390531},"use":false}},{"type":"corner","p":{"coord":{"x":375.5065088757396,"y":484.5666863905323}},"h1":{"coord":{"x":82.10650887573956,"y":1182.156686390531},"use":false},"h2":{"coord":{"x":282.1065088757396,"y":1182.156686390531},"use":false}},{"type":"corner","p":{"coord":{"x":187.10650887573962,"y":484.5666863905323}},"h1":{"coord":{"x":82.10650887573956,"y":1182.156686390531},"use":false},"h2":{"coord":{"x":235.2734578757396,"y":655.368686390534}}},{"type":"corner","p":{"coord":{"x":235.19850887573966,"y":656.526686390534}},"h1":{"coord":{"x":187.09658417573962,"y":485.1556863905323}},"h2":{"coord":{"x":282.1065088757396,"y":1182.156686390531},"use":false}}]}]},"glyph-0x21":{"id":"glyph-0x21","advanceWidth":375.76190374472947,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":113.7619037447295,"y":245}},"h1":{"coord":{"x":-25.238096255270506,"y":725},"use":false},"h2":{"coord":{"x":-225.2380962552705,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":225.7619037447295,"y":245}},"h1":{"coord":{"x":-25.238096255270506,"y":725},"use":false},"h2":{"coord":{"x":-225.2380962552705,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":301.76190374472947,"y":580}},"h1":{"coord":{"x":-25.238096255270506,"y":725},"use":false},"h2":{"coord":{"x":-225.2380962552705,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":325.76190374472947,"y":730}},"h1":{"coord":{"x":-25.238096255270506,"y":725},"use":false},"h2":{"coord":{"x":-225.2380962552705,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":167.7619037447295,"y":730}},"h1":{"coord":{"x":-25.238096255270506,"y":725},"use":false},"h2":{"coord":{"x":-225.2380962552705,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":143.7619037447295,"y":580}},"h1":{"coord":{"x":-25.238096255270506,"y":725},"use":false},"h2":{"coord":{"x":-225.2380962552705,"y":725},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":114.7619037447295,"y":-5}},"h1":{"coord":{"x":92.09523707806284,"y":-5}},"h2":{"coord":{"x":-225.2380962552705,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":143.7619037447295,"y":-5}},"h1":{"coord":{"x":-25.238096255270506,"y":725},"use":false},"h2":{"coord":{"x":167.0952370780628,"y":-5}}},{"type":"corner","p":{"coord":{"x":202.2619037447295,"y":14}},"h1":{"coord":{"x":186.5952370780628,"y":1.3333333333333712}},"h2":{"coord":{"x":217.92857041139618,"y":26.66666666666663}}},{"type":"corner","p":{"coord":{"x":230.7619037447295,"y":65}},"h1":{"coord":{"x":227.42857041139618,"y":43.66666666666663}},"h2":{"coord":{"x":234.0952370780628,"y":86.33333333333337}}},{"type":"corner","p":{"coord":{"x":218.2619037447295,"y":116}},"h1":{"coord":{"x":229.92857041139618,"y":103.33333333333337}},"h2":{"coord":{"x":206.5952370780628,"y":128.66666666666663}}},{"type":"corner","p":{"coord":{"x":166.7619037447295,"y":135}},"h1":{"coord":{"x":189.42857041139618,"y":135}},"h2":{"coord":{"x":-225.2380962552705,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":136.7619037447295,"y":135}},"h1":{"coord":{"x":-25.238096255270506,"y":725},"use":false},"h2":{"coord":{"x":114.09523707806284,"y":135}}},{"type":"corner","p":{"coord":{"x":79.2619037447295,"y":116}},"h1":{"coord":{"x":94.92857041139615,"y":128.66666666666663}},"h2":{"coord":{"x":63.59523707806284,"y":103.33333333333337}}},{"type":"corner","p":{"coord":{"x":50.761903744729494,"y":65}},"h1":{"coord":{"x":54.09523707806284,"y":86.33333333333337}},"h2":{"coord":{"x":48.09523707806284,"y":44.33333333333337}}},{"type":"corner","p":{"coord":{"x":63.761903744729494,"y":14.5}},"h1":{"coord":{"x":52.42857041139615,"y":27.5}},"h2":{"coord":{"x":75.09523707806284,"y":1.5}}}]}]},"glyph-0x22":{"id":"glyph-0x22","advanceWidth":514,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":282,"y":430}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":403,"y":430}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":438,"y":570}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":464,"y":730}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":316,"y":730}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":290,"y":570}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":430}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":171,"y":430}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":206,"y":570}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":232,"y":730}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":84,"y":730}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":58,"y":570}},"h1":{"coord":{"x":2,"y":1160},"use":false},"h2":{"coord":{"x":-198,"y":1160},"use":false}}]}]},"glyph-0x23":{"id":"glyph-0x23","advanceWidth":722,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":73,"y":0}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":178,"y":0}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":234,"y":170}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":359,"y":170}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":303,"y":0}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":408,"y":0}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":464,"y":170}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":580,"y":170}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":596,"y":270}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":270}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":560,"y":460}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":656,"y":460}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":672,"y":560}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":593,"y":560}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":649,"y":730}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":544,"y":730}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":488,"y":560}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":363,"y":560}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":419,"y":730}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":314,"y":730}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":258,"y":560}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":142,"y":560}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":126,"y":460}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":225,"y":460}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":162,"y":270}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":66,"y":270}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":170}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":129,"y":170}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":267,"y":270}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":330,"y":460}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":455,"y":460}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":392,"y":270}},"h1":{"coord":{"x":147,"y":730},"use":false},"h2":{"coord":{"x":-53,"y":730},"use":false}}]}]},"glyph-0x24":{"id":"glyph-0x24","advanceWidth":650.0866137548098,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":216.08661375480978,"y":-140}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":281.0866137548098,"y":-140}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":302.0866137548098,"y":-9}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":348.0866137548098,"y":-5.666666666666629}}},{"type":"corner","p":{"coord":{"x":425.5866137548098,"y":24}},"h1":{"coord":{"x":389.25328042147646,"y":5.333333333333371}},"h2":{"coord":{"x":461.9199470881431,"y":42.66666666666663}}},{"type":"corner","p":{"coord":{"x":515.0866137548098,"y":99}},"h1":{"coord":{"x":491.75328042147646,"y":67.66666666666663}},"h2":{"coord":{"x":538.4199470881432,"y":130.33333333333337}}},{"type":"corner","p":{"coord":{"x":560.0866137548098,"y":206}},"h1":{"coord":{"x":553.4199470881432,"y":166}},"h2":{"coord":{"x":569.4199470881432,"y":265.3333333333333}}},{"type":"corner","p":{"coord":{"x":533.0866137548098,"y":352.5}},"h1":{"coord":{"x":560.4199470881432,"y":314.1666666666667}},"h2":{"coord":{"x":505.75328042147646,"y":390.8333333333333}}},{"type":"corner","p":{"coord":{"x":398.0866137548098,"y":432}},"h1":{"coord":{"x":460.75328042147646,"y":417.3333333333333}},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":372.0866137548098,"y":438}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":399.0866137548098,"y":607}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":439.0866137548098,"y":597.6666666666666}}},{"type":"corner","p":{"coord":{"x":450.0866137548098,"y":535}},"h1":{"coord":{"x":456.0866137548098,"y":573.6666666666666}},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":600.0866137548098,"y":535}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":609.4199470881432,"y":593}}},{"type":"corner","p":{"coord":{"x":565.5866137548098,"y":676.5}},"h1":{"coord":{"x":597.9199470881432,"y":640.1666666666667}},"h2":{"coord":{"x":533.2532804214765,"y":712.8333333333333}}},{"type":"corner","p":{"coord":{"x":420.0866137548098,"y":739}},"h1":{"coord":{"x":484.7532804214764,"y":733.6666666666667}},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":441.0866137548098,"y":870}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":376.0866137548098,"y":870}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":355.0866137548098,"y":738}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":290.41994708814315,"y":732.6666666666667}}},{"type":"corner","p":{"coord":{"x":193.58661375480978,"y":674}},"h1":{"coord":{"x":236.58661375480978,"y":711.3333333333333}},"h2":{"coord":{"x":150.58661375480978,"y":636.6666666666667}}},{"type":"corner","p":{"coord":{"x":115.08661375480979,"y":529}},"h1":{"coord":{"x":124.41994708814312,"y":588.3333333333333}},"h2":{"coord":{"x":106.41994708814312,"y":471.6666666666667}}},{"type":"corner","p":{"coord":{"x":143.58661375480978,"y":383.5}},"h1":{"coord":{"x":115.91994708814313,"y":423.1666666666667}},"h2":{"coord":{"x":171.25328042147646,"y":343.8333333333333}}},{"type":"corner","p":{"coord":{"x":275.0866137548098,"y":302}},"h1":{"coord":{"x":215.08661375480978,"y":316.6666666666667}},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":285.0866137548098,"y":299}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":258.0866137548098,"y":124}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":237.41994708814315,"y":129.33333333333337}}},{"type":"corner","p":{"coord":{"x":213.08661375480978,"y":152}},"h1":{"coord":{"x":222.41994708814315,"y":138.66666666666663}},"h2":{"coord":{"x":203.75328042147646,"y":165.33333333333337}}},{"type":"corner","p":{"coord":{"x":203.08661375480978,"y":200}},"h1":{"coord":{"x":200.41994708814315,"y":181.33333333333337}},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":53.08661375480979,"y":200}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":43.75328042147646,"y":141.33333333333337}}},{"type":"corner","p":{"coord":{"x":88.58661375480979,"y":56}},"h1":{"coord":{"x":55.58661375480979,"y":93.33333333333337}},"h2":{"coord":{"x":121.58661375480979,"y":18.66666666666663}}},{"type":"corner","p":{"coord":{"x":237.08661375480978,"y":-8}},"h1":{"coord":{"x":171.08661375480978,"y":-2.6666666666666288}},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":272.5866137548098,"y":485.5}},"h1":{"coord":{"x":280.25328042147646,"y":471.1666666666667}},"h2":{"coord":{"x":264.91994708814315,"y":499.83333333333337}}},{"type":"corner","p":{"coord":{"x":266.0866137548098,"y":535}},"h1":{"coord":{"x":262.75328042147646,"y":516.3333333333334}},"h2":{"coord":{"x":272.0866137548098,"y":573.6666666666666}}},{"type":"corner","p":{"coord":{"x":334.0866137548098,"y":607}},"h1":{"coord":{"x":294.75328042147646,"y":597.6666666666666}},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":310.0866137548098,"y":454}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":292.75328042147646,"y":460.6666666666667}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":322.0866137548098,"y":122}},"h1":{"coord":{"x":346.0866137548098,"y":125.33333333333337}},"h2":{"coord":{"x":-81.91338624519021,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":348.0866137548098,"y":285}},"h1":{"coord":{"x":118.08661375480979,"y":730},"use":false},"h2":{"coord":{"x":370.75328042147646,"y":279}}},{"type":"corner","p":{"coord":{"x":398.0866137548098,"y":253}},"h1":{"coord":{"x":387.4199470881431,"y":268.3333333333333}},"h2":{"coord":{"x":408.75328042147646,"y":237.66666666666669}}},{"type":"corner","p":{"coord":{"x":409.0866137548098,"y":199}},"h1":{"coord":{"x":412.4199470881431,"y":219.66666666666669}},"h2":{"coord":{"x":405.75328042147646,"y":177.66666666666663}}},{"type":"corner","p":{"coord":{"x":381.0866137548098,"y":147}},"h1":{"coord":{"x":396.4199470881431,"y":160.33333333333337}},"h2":{"coord":{"x":365.75328042147646,"y":133.66666666666663}}}]}]},"glyph-0x25":{"id":"glyph-0x25","advanceWidth":846,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":187.5,"y":436}},"h1":{"coord":{"x":162.5,"y":460}},"h2":{"coord":{"x":212.5,"y":412}}},{"type":"corner","p":{"coord":{"x":288,"y":400}},"h1":{"coord":{"x":246,"y":400}},"h2":{"coord":{"x":316,"y":400}}},{"type":"corner","p":{"coord":{"x":367,"y":416.5}},"h1":{"coord":{"x":342.33333333333337,"y":405.5}},"h2":{"coord":{"x":391.6666666666667,"y":427.5}}},{"type":"corner","p":{"coord":{"x":429,"y":463}},"h1":{"coord":{"x":412.3333333333333,"y":443}},"h2":{"coord":{"x":445.6666666666667,"y":483}}},{"type":"corner","p":{"coord":{"x":460,"y":535}},"h1":{"coord":{"x":456,"y":507}},"h2":{"coord":{"x":9,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":470,"y":600}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":476.6666666666667,"y":642}}},{"type":"corner","p":{"coord":{"x":442,"y":699}},"h1":{"coord":{"x":467.3333333333333,"y":675}},"h2":{"coord":{"x":416.6666666666667,"y":723}}},{"type":"corner","p":{"coord":{"x":341,"y":735}},"h1":{"coord":{"x":383,"y":735}},"h2":{"coord":{"x":313,"y":735}}},{"type":"corner","p":{"coord":{"x":262.5,"y":719}},"h1":{"coord":{"x":286.83333333333337,"y":729.6666666666667}},"h2":{"coord":{"x":238.16666666666666,"y":708.3333333333333}}},{"type":"corner","p":{"coord":{"x":201.5,"y":672.5}},"h1":{"coord":{"x":217.83333333333331,"y":692.8333333333333}},"h2":{"coord":{"x":185.16666666666669,"y":652.1666666666667}}},{"type":"corner","p":{"coord":{"x":170,"y":600}},"h1":{"coord":{"x":174.66666666666669,"y":628}},"h2":{"coord":{"x":9,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":160,"y":535}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":153.33333333333334,"y":493}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":0}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":9,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":156,"y":0}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":9,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":796,"y":730}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":9,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":691,"y":730}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":9,"y":730},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":361,"y":535}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":355,"y":500.33333333333337}}},{"type":"corner","p":{"coord":{"x":301,"y":483}},"h1":{"coord":{"x":335,"y":483}},"h2":{"coord":{"x":267,"y":483}}},{"type":"corner","p":{"coord":{"x":259,"y":535}},"h1":{"coord":{"x":253,"y":500.33333333333337}},"h2":{"coord":{"x":9,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":269,"y":600}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":275,"y":634.6666666666666}}},{"type":"corner","p":{"coord":{"x":328,"y":652}},"h1":{"coord":{"x":294.6666666666667,"y":652}},"h2":{"coord":{"x":362.66666666666663,"y":652}}},{"type":"corner","p":{"coord":{"x":371,"y":600}},"h1":{"coord":{"x":377,"y":634.6666666666666}},"h2":{"coord":{"x":9,"y":730},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":403,"y":32}},"h1":{"coord":{"x":379,"y":56.66666666666663}},"h2":{"coord":{"x":427,"y":7.333333333333371}}},{"type":"corner","p":{"coord":{"x":504,"y":-5}},"h1":{"coord":{"x":460.6666666666667,"y":-5}},"h2":{"coord":{"x":533.3333333333333,"y":-5}}},{"type":"corner","p":{"coord":{"x":584.5,"y":12}},"h1":{"coord":{"x":560.1666666666667,"y":0.6666666666666288}},"h2":{"coord":{"x":608.8333333333333,"y":23.33333333333337}}},{"type":"corner","p":{"coord":{"x":645.5,"y":59.5}},"h1":{"coord":{"x":629.1666666666666,"y":39.16666666666663}},"h2":{"coord":{"x":661.8333333333334,"y":79.83333333333337}}},{"type":"corner","p":{"coord":{"x":676,"y":130}},"h1":{"coord":{"x":672,"y":103.33333333333337}},"h2":{"coord":{"x":9,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":686,"y":195}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":692,"y":235.66666666666669}}},{"type":"corner","p":{"coord":{"x":658.5,"y":293}},"h1":{"coord":{"x":682.8333333333334,"y":268.3333333333333}},"h2":{"coord":{"x":634.1666666666666,"y":317.6666666666667}}},{"type":"corner","p":{"coord":{"x":557,"y":330}},"h1":{"coord":{"x":600.3333333333333,"y":330}},"h2":{"coord":{"x":513.6666666666667,"y":330}}},{"type":"corner","p":{"coord":{"x":443.5,"y":293}},"h1":{"coord":{"x":475.8333333333333,"y":317.6666666666667}},"h2":{"coord":{"x":411.1666666666667,"y":268.3333333333333}}},{"type":"corner","p":{"coord":{"x":386,"y":195}},"h1":{"coord":{"x":392,"y":235.66666666666669}},"h2":{"coord":{"x":9,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":376,"y":130}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":370,"y":89.33333333333337}}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":577,"y":130}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":571.6666666666667,"y":96}}},{"type":"corner","p":{"coord":{"x":518,"y":79}},"h1":{"coord":{"x":552,"y":79}},"h2":{"coord":{"x":484,"y":79}}},{"type":"corner","p":{"coord":{"x":475,"y":130}},"h1":{"coord":{"x":469.6666666666667,"y":96}},"h2":{"coord":{"x":9,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":485,"y":195}},"h1":{"coord":{"x":209,"y":730},"use":false},"h2":{"coord":{"x":491,"y":229.66666666666669}}},{"type":"corner","p":{"coord":{"x":544,"y":247}},"h1":{"coord":{"x":510.6666666666667,"y":247}},"h2":{"coord":{"x":560,"y":247}}},{"type":"corner","p":{"coord":{"x":580,"y":234.5}},"h1":{"coord":{"x":572,"y":242.83333333333331}},"h2":{"coord":{"x":588,"y":226.16666666666669}}},{"type":"corner","p":{"coord":{"x":587,"y":195}},"h1":{"coord":{"x":590.3333333333333,"y":213}},"h2":{"coord":{"x":9,"y":730},"use":false}}]}]},"glyph-0x26":{"id":"glyph-0x26","advanceWidth":670.2666660933047,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":82.26666609330469,"y":44}},"h1":{"coord":{"x":52.933332759971364,"y":80}},"h2":{"coord":{"x":111.6,"y":8}}},{"type":"corner","p":{"coord":{"x":222.2666660933047,"y":-10}},"h1":{"coord":{"x":158.2666660933047,"y":-10}},"h2":{"coord":{"x":288.93333275997134,"y":-10}}},{"type":"corner","p":{"coord":{"x":398.2666660933047,"y":51}},"h1":{"coord":{"x":347.6,"y":10.333333333333371}},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":426.2666660933047,"y":0}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":569.2666660933047,"y":0}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":486.2666660933047,"y":155}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":620.2666660933047,"y":360}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":480.2666660933047,"y":360}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":423.2666660933047,"y":271}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":334.2666660933047,"y":436}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":322.2666660933047,"y":458}}},{"type":"corner","p":{"coord":{"x":306.7666660933047,"y":497.5}},"h1":{"coord":{"x":313.1,"y":478.5}},"h2":{"coord":{"x":300.4333327599714,"y":516.5}}},{"type":"corner","p":{"coord":{"x":301.2666660933047,"y":550}},"h1":{"coord":{"x":298.6,"y":534}},"h2":{"coord":{"x":304.6,"y":571.3333333333334}}},{"type":"corner","p":{"coord":{"x":328.7666660933047,"y":601}},"h1":{"coord":{"x":313.7666660933047,"y":588.3333333333334}},"h2":{"coord":{"x":343.7666660933047,"y":613.6666666666667}}},{"type":"corner","p":{"coord":{"x":382.2666660933047,"y":620}},"h1":{"coord":{"x":361.6,"y":620}},"h2":{"coord":{"x":403.6,"y":620}}},{"type":"corner","p":{"coord":{"x":430.2666660933047,"y":601}},"h1":{"coord":{"x":419.6,"y":613.6666666666667}},"h2":{"coord":{"x":440.9333327599714,"y":588.3333333333334}}},{"type":"corner","p":{"coord":{"x":441.2666660933047,"y":550}},"h1":{"coord":{"x":444.6,"y":571.3333333333334}},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":576.2666660933047,"y":550}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":585.6,"y":607.3333333333333}}},{"type":"corner","p":{"coord":{"x":541.7666660933047,"y":688}},"h1":{"coord":{"x":574.1,"y":653.3333333333334}},"h2":{"coord":{"x":509.4333327599714,"y":722.6666666666667}}},{"type":"corner","p":{"coord":{"x":401.2666660933047,"y":740}},"h1":{"coord":{"x":462.6,"y":740}},"h2":{"coord":{"x":361.2666660933047,"y":740}}},{"type":"corner","p":{"coord":{"x":292.7666660933047,"y":717.5}},"h1":{"coord":{"x":325.1,"y":732.5}},"h2":{"coord":{"x":260.4333327599714,"y":702.5}}},{"type":"corner","p":{"coord":{"x":213.2666660933047,"y":656}},"h1":{"coord":{"x":233.93333275997134,"y":682}},"h2":{"coord":{"x":192.6,"y":630}}},{"type":"corner","p":{"coord":{"x":173.2666660933047,"y":565}},"h1":{"coord":{"x":179.2666660933047,"y":599.6666666666666}},"h2":{"coord":{"x":169.93333275997134,"y":543}}},{"type":"corner","p":{"coord":{"x":173.2666660933047,"y":499}},"h1":{"coord":{"x":169.93333275997134,"y":521}},"h2":{"coord":{"x":176.6,"y":477}}},{"type":"corner","p":{"coord":{"x":192.2666660933047,"y":433}},"h1":{"coord":{"x":182.93333275997134,"y":455}},"h2":{"coord":{"x":158.2666660933047,"y":421}}},{"type":"corner","p":{"coord":{"x":108.26666609330469,"y":371.5}},"h1":{"coord":{"x":130.2666660933047,"y":400.5}},"h2":{"coord":{"x":86.26666609330469,"y":342.5}}},{"type":"corner","p":{"coord":{"x":65.26666609330469,"y":265}},"h1":{"coord":{"x":71.93333275997136,"y":307}},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":54.26666609330469,"y":195}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":43.6,"y":130.33333333333337}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":343.2666660933047,"y":151}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":317.9333327599714,"y":123.66666666666663}}},{"type":"corner","p":{"coord":{"x":255.2666660933047,"y":110}},"h1":{"coord":{"x":288.6,"y":110}},"h2":{"coord":{"x":232.6,"y":110}}},{"type":"corner","p":{"coord":{"x":204.2666660933047,"y":132}},"h1":{"coord":{"x":215.6,"y":117.33333333333337}},"h2":{"coord":{"x":192.93333275997134,"y":146.66666666666663}}},{"type":"corner","p":{"coord":{"x":194.2666660933047,"y":195}},"h1":{"coord":{"x":189.6,"y":167.66666666666663}},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":205.2666660933047,"y":265}},"h1":{"coord":{"x":133.2666660933047,"y":730},"use":false},"h2":{"coord":{"x":209.93333275997134,"y":297}}},{"type":"corner","p":{"coord":{"x":242.2666660933047,"y":335}},"h1":{"coord":{"x":222.2666660933047,"y":320.3333333333333}},"h2":{"coord":{"x":-66.73333390669531,"y":730},"use":false}}]}]},"glyph-0x27":{"id":"glyph-0x27","advanceWidth":282,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":430}},"h1":{"coord":{"x":-114,"y":1160},"use":false},"h2":{"coord":{"x":-314,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":171,"y":430}},"h1":{"coord":{"x":-114,"y":1160},"use":false},"h2":{"coord":{"x":-314,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":206,"y":570}},"h1":{"coord":{"x":-114,"y":1160},"use":false},"h2":{"coord":{"x":-314,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":232,"y":730}},"h1":{"coord":{"x":-114,"y":1160},"use":false},"h2":{"coord":{"x":-314,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":84,"y":730}},"h1":{"coord":{"x":-114,"y":1160},"use":false},"h2":{"coord":{"x":-314,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":58,"y":570}},"h1":{"coord":{"x":-114,"y":1160},"use":false},"h2":{"coord":{"x":-314,"y":1160},"use":false}}]}]},"glyph-0x28":{"id":"glyph-0x28","advanceWidth":527.7189185794364,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":323.7189185794363,"y":-125}},"h1":{"coord":{"x":222.385585246103,"y":-96.33333333333337}},"h2":{"coord":{"x":-197.28108142056368,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":347.7189185794363,"y":27}},"h1":{"coord":{"x":2.7189185794363198,"y":720},"use":false},"h2":{"coord":{"x":294.385585246103,"y":40.33333333333337}}},{"type":"corner","p":{"coord":{"x":229.71891857943632,"y":110.5}},"h1":{"coord":{"x":255.05225191276963,"y":68.16666666666663}},"h2":{"coord":{"x":204.385585246103,"y":152.83333333333337}}},{"type":"corner","p":{"coord":{"x":205.71891857943632,"y":264}},"h1":{"coord":{"x":196.385585246103,"y":204}},"h2":{"coord":{"x":-197.28108142056368,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":235.71891857943632,"y":455}},"h1":{"coord":{"x":2.7189185794363198,"y":720},"use":false},"h2":{"coord":{"x":245.71891857943632,"y":516.3333333333333}}},{"type":"corner","p":{"coord":{"x":308.2189185794363,"y":610.5}},"h1":{"coord":{"x":269.885585246103,"y":568.1666666666667}},"h2":{"coord":{"x":346.55225191276963,"y":652.8333333333333}}},{"type":"corner","p":{"coord":{"x":453.7189185794363,"y":695}},"h1":{"coord":{"x":395.05225191276963,"y":681}},"h2":{"coord":{"x":-197.28108142056368,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":477.7189185794363,"y":845}},"h1":{"coord":{"x":2.7189185794363198,"y":720},"use":false},"h2":{"coord":{"x":405.7189185794363,"y":826.3333333333334}}},{"type":"corner","p":{"coord":{"x":286.7189185794363,"y":761.5}},"h1":{"coord":{"x":342.05225191276963,"y":798.5}},"h2":{"coord":{"x":231.385585246103,"y":724.5}}},{"type":"corner","p":{"coord":{"x":152.21891857943632,"y":628}},"h1":{"coord":{"x":186.55225191276963,"y":680}},"h2":{"coord":{"x":117.885585246103,"y":576}}},{"type":"corner","p":{"coord":{"x":85.71891857943632,"y":455}},"h1":{"coord":{"x":95.71891857943632,"y":518.3333333333333}},"h2":{"coord":{"x":-197.28108142056368,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":55.71891857943632,"y":264}},"h1":{"coord":{"x":2.7189185794363198,"y":720},"use":false},"h2":{"coord":{"x":40.38558524610298,"y":167.33333333333337}}},{"type":"corner","p":{"coord":{"x":102.21891857943632,"y":18.5}},"h1":{"coord":{"x":55.885585246103005,"y":85.5}},"h2":{"coord":{"x":148.55225191276963,"y":-48.5}}}]}]},"glyph-0x29":{"id":"glyph-0x29","advanceWidth":522,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":74,"y":27}},"h1":{"coord":{"x":132.66666666666666,"y":40.33333333333337}},"h2":{"coord":{"x":-101,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":-125}},"h1":{"coord":{"x":99,"y":720},"use":false},"h2":{"coord":{"x":160.66666666666666,"y":-96.33333333333337}}},{"type":"corner","p":{"coord":{"x":317.5,"y":18.5}},"h1":{"coord":{"x":249.83333333333334,"y":-48.5}},"h2":{"coord":{"x":385.16666666666663,"y":85.5}}},{"type":"corner","p":{"coord":{"x":442,"y":264}},"h1":{"coord":{"x":426.6666666666667,"y":167.33333333333337}},"h2":{"coord":{"x":-101,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":472,"y":455}},"h1":{"coord":{"x":99,"y":720},"use":false},"h2":{"coord":{"x":487.3333333333333,"y":550.3333333333333}}},{"type":"corner","p":{"coord":{"x":424,"y":700.5}},"h1":{"coord":{"x":471.3333333333333,"y":632.1666666666667}},"h2":{"coord":{"x":376.6666666666667,"y":768.8333333333333}}},{"type":"corner","p":{"coord":{"x":204,"y":845}},"h1":{"coord":{"x":303.3333333333333,"y":817}},"h2":{"coord":{"x":-101,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":180,"y":695}},"h1":{"coord":{"x":99,"y":720},"use":false},"h2":{"coord":{"x":234.66666666666666,"y":681}}},{"type":"corner","p":{"coord":{"x":299.5,"y":610.5}},"h1":{"coord":{"x":274.5,"y":652.8333333333333}},"h2":{"coord":{"x":324.5,"y":568.1666666666667}}},{"type":"corner","p":{"coord":{"x":322,"y":455}},"h1":{"coord":{"x":332,"y":516.3333333333333}},"h2":{"coord":{"x":-101,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":264}},"h1":{"coord":{"x":99,"y":720},"use":false},"h2":{"coord":{"x":282.6666666666667,"y":204}}},{"type":"corner","p":{"coord":{"x":220,"y":110.5}},"h1":{"coord":{"x":258.6666666666667,"y":152.83333333333337}},"h2":{"coord":{"x":181.33333333333334,"y":68.16666666666663}}}]}]},"glyph-0x2B":{"id":"glyph-0x2B","advanceWidth":612,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":193,"y":90}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":343,"y":90}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":370,"y":260}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":540,"y":260}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":562,"y":400}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":392,"y":400}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":419,"y":570}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":269,"y":570}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":242,"y":400}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":72,"y":400}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":260}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":260}},"h1":{"coord":{"x":98,"y":660},"use":false},"h2":{"coord":{"x":-102,"y":660},"use":false}}]}]},"glyph-0x2A":{"id":"glyph-0x2A","advanceWidth":646,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":175,"y":82}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":214,"y":127}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":228,"y":143}}},{"type":"corner","p":{"coord":{"x":253.5,"y":183}},"h1":{"coord":{"x":241.16666666666666,"y":161.66666666666663}},"h2":{"coord":{"x":265.8333333333333,"y":204.33333333333331}}},{"type":"corner","p":{"coord":{"x":286.5,"y":246.5}},"h1":{"coord":{"x":276.8333333333333,"y":225.5}},"h2":{"coord":{"x":296.1666666666667,"y":267.5}}},{"type":"corner","p":{"coord":{"x":309,"y":299}},"h1":{"coord":{"x":303.6666666666667,"y":285}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":315,"y":299}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":317,"y":285}}},{"type":"corner","p":{"coord":{"x":322.5,"y":246.5}},"h1":{"coord":{"x":319.5,"y":267.5}},"h2":{"coord":{"x":325.5,"y":225.5}}},{"type":"corner","p":{"coord":{"x":335.5,"y":183}},"h1":{"coord":{"x":329.8333333333333,"y":204.33333333333331}},"h2":{"coord":{"x":341.1666666666667,"y":161.66666666666663}}},{"type":"corner","p":{"coord":{"x":356,"y":127}},"h1":{"coord":{"x":348,"y":143}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":381,"y":82}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":499,"y":156}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":475,"y":202}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":466.3333333333333,"y":217.33333333333331}}},{"type":"corner","p":{"coord":{"x":440.5,"y":248}},"h1":{"coord":{"x":454.8333333333333,"y":232.66666666666669}},"h2":{"coord":{"x":426.1666666666667,"y":263.3333333333333}}},{"type":"corner","p":{"coord":{"x":396.5,"y":290.5}},"h1":{"coord":{"x":411.5,"y":277.5}},"h2":{"coord":{"x":381.5,"y":303.5}}},{"type":"corner","p":{"coord":{"x":358,"y":322}},"h1":{"coord":{"x":368.6666666666667,"y":314}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":361,"y":326}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":376.3333333333333,"y":326}}},{"type":"corner","p":{"coord":{"x":415.5,"y":327.5}},"h1":{"coord":{"x":394.5,"y":326.5}},"h2":{"coord":{"x":436.5,"y":328.5}}},{"type":"corner","p":{"coord":{"x":480,"y":334}},"h1":{"coord":{"x":458,"y":330.6666666666667}},"h2":{"coord":{"x":502,"y":337.3333333333333}}},{"type":"corner","p":{"coord":{"x":541,"y":348}},"h1":{"coord":{"x":522.3333333333334,"y":342}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":596,"y":367}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":570,"y":489}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":515,"y":470}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":497,"y":464}}},{"type":"corner","p":{"coord":{"x":457,"y":443}},"h1":{"coord":{"x":477.6666666666667,"y":455}},"h2":{"coord":{"x":436.3333333333333,"y":431}}},{"type":"corner","p":{"coord":{"x":398,"y":406}},"h1":{"coord":{"x":416.6666666666667,"y":418.6666666666667}},"h2":{"coord":{"x":379.3333333333333,"y":393.3333333333333}}},{"type":"corner","p":{"coord":{"x":350,"y":372}},"h1":{"coord":{"x":363.3333333333333,"y":382}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":346,"y":375}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":353.3333333333333,"y":389}}},{"type":"corner","p":{"coord":{"x":372,"y":427}},"h1":{"coord":{"x":362,"y":406.3333333333333}},"h2":{"coord":{"x":382,"y":447.66666666666663}}},{"type":"corner","p":{"coord":{"x":400.5,"y":492}},"h1":{"coord":{"x":391.5,"y":469.33333333333337}},"h2":{"coord":{"x":409.5,"y":514.6666666666666}}},{"type":"corner","p":{"coord":{"x":418,"y":555}},"h1":{"coord":{"x":415.3333333333333,"y":535.6666666666666}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":427,"y":610}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":297,"y":610}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":288,"y":555}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":285.3333333333333,"y":535.6666666666666}}},{"type":"corner","p":{"coord":{"x":286,"y":492}},"h1":{"coord":{"x":284.6666666666667,"y":514.6666666666666}},"h2":{"coord":{"x":287.3333333333333,"y":469.33333333333337}}},{"type":"corner","p":{"coord":{"x":293,"y":427}},"h1":{"coord":{"x":289.6666666666667,"y":447.66666666666663}},"h2":{"coord":{"x":296.3333333333333,"y":406.3333333333333}}},{"type":"corner","p":{"coord":{"x":302,"y":375}},"h1":{"coord":{"x":299.3333333333333,"y":389}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":297,"y":371}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":287,"y":381}}},{"type":"corner","p":{"coord":{"x":259.5,"y":405.5}},"h1":{"coord":{"x":274.5,"y":392.5}},"h2":{"coord":{"x":244.5,"y":418.5}}},{"type":"corner","p":{"coord":{"x":212,"y":443}},"h1":{"coord":{"x":228.66666666666666,"y":431}},"h2":{"coord":{"x":195.33333333333334,"y":455}}},{"type":"corner","p":{"coord":{"x":162,"y":470}},"h1":{"coord":{"x":178.66666666666666,"y":464}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":113,"y":489}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":367}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":98,"y":348}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":114.66666666666666,"y":342}}},{"type":"corner","p":{"coord":{"x":155,"y":334}},"h1":{"coord":{"x":133.66666666666669,"y":337.3333333333333}},"h2":{"coord":{"x":176.33333333333334,"y":330.6666666666667}}},{"type":"corner","p":{"coord":{"x":219,"y":327.5}},"h1":{"coord":{"x":197.66666666666666,"y":328.5}},"h2":{"coord":{"x":240.33333333333334,"y":326.5}}},{"type":"corner","p":{"coord":{"x":273,"y":326}},"h1":{"coord":{"x":258.33333333333337,"y":326}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":274,"y":322}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":260.66666666666663,"y":314}}},{"type":"corner","p":{"coord":{"x":225.5,"y":290.5}},"h1":{"coord":{"x":244.5,"y":303.5}},"h2":{"coord":{"x":206.5,"y":277.5}}},{"type":"corner","p":{"coord":{"x":168,"y":248}},"h1":{"coord":{"x":187.33333333333334,"y":263.3333333333333}},"h2":{"coord":{"x":148.66666666666666,"y":232.66666666666669}}},{"type":"corner","p":{"coord":{"x":119,"y":201}},"h1":{"coord":{"x":132.33333333333331,"y":217}},"h2":{"coord":{"x":-92,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":81,"y":156}},"h1":{"coord":{"x":108,"y":692},"use":false},"h2":{"coord":{"x":-92,"y":692},"use":false}}]}]},"glyph-0x2C":{"id":"glyph-0x2C","advanceWidth":409,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":-160}},"h1":{"coord":{"x":79,"y":-9},"use":false},"h2":{"coord":{"x":-121,"y":-9},"use":false}},{"type":"corner","p":{"coord":{"x":180,"y":-160}},"h1":{"coord":{"x":79,"y":-9},"use":false},"h2":{"coord":{"x":-121,"y":-9},"use":false}},{"type":"corner","p":{"coord":{"x":359,"y":151}},"h1":{"coord":{"x":79,"y":-9},"use":false},"h2":{"coord":{"x":-121,"y":-9},"use":false}},{"type":"corner","p":{"coord":{"x":179,"y":151}},"h1":{"coord":{"x":79,"y":-9},"use":false},"h2":{"coord":{"x":-121,"y":-9},"use":false}}]}]},"glyph-0x2D":{"id":"glyph-0x2D","advanceWidth":472,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":260}},"h1":{"coord":{"x":28,"y":660},"use":false},"h2":{"coord":{"x":-172,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":400,"y":260}},"h1":{"coord":{"x":28,"y":660},"use":false},"h2":{"coord":{"x":-172,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":422,"y":400}},"h1":{"coord":{"x":28,"y":660},"use":false},"h2":{"coord":{"x":-172,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":72,"y":400}},"h1":{"coord":{"x":28,"y":660},"use":false},"h2":{"coord":{"x":-172,"y":660},"use":false}}]}]},"glyph-0x3B":{"id":"glyph-0x3B","advanceWidth":455.71929716029774,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":280,"y":380}},"h1":{"coord":{"x":254,"y":380}},"h2":{"coord":{"x":-126,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":300,"y":380}},"h1":{"coord":{"x":74,"y":400},"use":false},"h2":{"coord":{"x":326,"y":380}}},{"type":"corner","p":{"coord":{"x":368.5,"y":405.5}},"h1":{"coord":{"x":348.8333333333333,"y":388.5}},"h2":{"coord":{"x":388.1666666666667,"y":422.5}}},{"type":"corner","p":{"coord":{"x":404,"y":470}},"h1":{"coord":{"x":400,"y":444}},"h2":{"coord":{"x":408.6666666666667,"y":496}}},{"type":"corner","p":{"coord":{"x":389.5,"y":534.5}},"h1":{"coord":{"x":403.8333333333333,"y":517.5}},"h2":{"coord":{"x":375.1666666666667,"y":551.5}}},{"type":"corner","p":{"coord":{"x":329,"y":560}},"h1":{"coord":{"x":355,"y":560}},"h2":{"coord":{"x":-126,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":309,"y":560}},"h1":{"coord":{"x":74,"y":400},"use":false},"h2":{"coord":{"x":283,"y":560}}},{"type":"corner","p":{"coord":{"x":240.5,"y":534.5}},"h1":{"coord":{"x":260.1666666666667,"y":551.5}},"h2":{"coord":{"x":220.83333333333334,"y":517.5}}},{"type":"corner","p":{"coord":{"x":204,"y":470}},"h1":{"coord":{"x":208.66666666666666,"y":496}},"h2":{"coord":{"x":200,"y":444}}},{"type":"corner","p":{"coord":{"x":219.5,"y":405.5}},"h1":{"coord":{"x":205.16666666666666,"y":422.5}},"h2":{"coord":{"x":233.83333333333331,"y":388.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":-160}},"h1":{"coord":{"x":74,"y":400},"use":false},"h2":{"coord":{"x":-126,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":180,"y":-160}},"h1":{"coord":{"x":74,"y":400},"use":false},"h2":{"coord":{"x":-126,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":359,"y":151}},"h1":{"coord":{"x":74,"y":400},"use":false},"h2":{"coord":{"x":-126,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":179,"y":151}},"h1":{"coord":{"x":74,"y":400},"use":false},"h2":{"coord":{"x":-126,"y":400},"use":false}}]}]},"glyph-0x3C":{"id":"glyph-0x3C","advanceWidth":615,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":477,"y":49}},"h1":{"coord":{"x":83,"y":658},"use":false},"h2":{"coord":{"x":-117,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":498,"y":182}},"h1":{"coord":{"x":83,"y":658},"use":false},"h2":{"coord":{"x":-117,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":242,"y":303}},"h1":{"coord":{"x":83,"y":658},"use":false},"h2":{"coord":{"x":229.33333333333334,"y":309}}},{"type":"corner","p":{"coord":{"x":202,"y":317.5}},"h1":{"coord":{"x":216,"y":313.8333333333333}},"h2":{"coord":{"x":188,"y":321.1666666666667}}},{"type":"corner","p":{"coord":{"x":168,"y":325}},"h1":{"coord":{"x":176.66666666666666,"y":323.6666666666667}},"h2":{"coord":{"x":177.33333333333334,"y":326.3333333333333}}},{"type":"corner","p":{"coord":{"x":204.5,"y":333}},"h1":{"coord":{"x":189.5,"y":329}},"h2":{"coord":{"x":219.5,"y":337}}},{"type":"corner","p":{"coord":{"x":249,"y":348}},"h1":{"coord":{"x":234.33333333333334,"y":342}},"h2":{"coord":{"x":-117,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":544,"y":469}},"h1":{"coord":{"x":83,"y":658},"use":false},"h2":{"coord":{"x":-117,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":565,"y":609}},"h1":{"coord":{"x":83,"y":658},"use":false},"h2":{"coord":{"x":-117,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":72,"y":400}},"h1":{"coord":{"x":83,"y":658},"use":false},"h2":{"coord":{"x":-117,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":257}},"h1":{"coord":{"x":83,"y":658},"use":false},"h2":{"coord":{"x":-117,"y":658},"use":false}}]}]},"glyph-0x3D":{"id":"glyph-0x3D","advanceWidth":602,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":90,"y":385}},"h1":{"coord":{"x":93,"y":660},"use":false},"h2":{"coord":{"x":-107,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":530,"y":385}},"h1":{"coord":{"x":93,"y":660},"use":false},"h2":{"coord":{"x":-107,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":552,"y":525}},"h1":{"coord":{"x":93,"y":660},"use":false},"h2":{"coord":{"x":-107,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":112,"y":525}},"h1":{"coord":{"x":93,"y":660},"use":false},"h2":{"coord":{"x":-107,"y":660},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":135}},"h1":{"coord":{"x":93,"y":660},"use":false},"h2":{"coord":{"x":-107,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":490,"y":135}},"h1":{"coord":{"x":93,"y":660},"use":false},"h2":{"coord":{"x":-107,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":513,"y":275}},"h1":{"coord":{"x":93,"y":660},"use":false},"h2":{"coord":{"x":-107,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":73,"y":275}},"h1":{"coord":{"x":93,"y":660},"use":false},"h2":{"coord":{"x":-107,"y":660},"use":false}}]}]},"glyph-0x3E":{"id":"glyph-0x3E","advanceWidth":616,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":49}},"h1":{"coord":{"x":116,"y":658},"use":false},"h2":{"coord":{"x":-84,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":543,"y":258}},"h1":{"coord":{"x":116,"y":658},"use":false},"h2":{"coord":{"x":-84,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":566,"y":401}},"h1":{"coord":{"x":116,"y":658},"use":false},"h2":{"coord":{"x":-84,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":609}},"h1":{"coord":{"x":116,"y":658},"use":false},"h2":{"coord":{"x":-84,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":117,"y":476}},"h1":{"coord":{"x":116,"y":658},"use":false},"h2":{"coord":{"x":-84,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":374,"y":355}},"h1":{"coord":{"x":116,"y":658},"use":false},"h2":{"coord":{"x":386.6666666666667,"y":349}}},{"type":"corner","p":{"coord":{"x":414,"y":340.5}},"h1":{"coord":{"x":400,"y":344.1666666666667}},"h2":{"coord":{"x":428,"y":336.8333333333333}}},{"type":"corner","p":{"coord":{"x":447,"y":333}},"h1":{"coord":{"x":439,"y":334.3333333333333}},"h2":{"coord":{"x":438.3333333333333,"y":331.6666666666667}}},{"type":"corner","p":{"coord":{"x":411,"y":325}},"h1":{"coord":{"x":426.3333333333333,"y":329}},"h2":{"coord":{"x":395.6666666666667,"y":321}}},{"type":"corner","p":{"coord":{"x":366,"y":310}},"h1":{"coord":{"x":380.6666666666667,"y":316}},"h2":{"coord":{"x":-84,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":71,"y":189}},"h1":{"coord":{"x":116,"y":658},"use":false},"h2":{"coord":{"x":-84,"y":658},"use":false}}]}]},"glyph-0x3F":{"id":"glyph-0x3F","advanceWidth":536.844095196793,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":103.76190374472951,"y":225}},"h1":{"coord":{"x":30.76190374472951,"y":725},"use":false},"h2":{"coord":{"x":-169.23809625527048,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":228.76190374472952,"y":225}},"h1":{"coord":{"x":30.76190374472951,"y":725},"use":false},"h2":{"coord":{"x":-169.23809625527048,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":240.76190374472952,"y":305}},"h1":{"coord":{"x":30.76190374472951,"y":725},"use":false},"h2":{"coord":{"x":282.7619037447295,"y":305}}},{"type":"corner","p":{"coord":{"x":355.2619037447295,"y":331.5}},"h1":{"coord":{"x":320.9285704113962,"y":313.8333333333333}},"h2":{"coord":{"x":389.59523707806284,"y":349.1666666666667}}},{"type":"corner","p":{"coord":{"x":440.2619037447295,"y":405}},"h1":{"coord":{"x":417.9285704113962,"y":373.6666666666667}},"h2":{"coord":{"x":462.5952370780629,"y":436.3333333333333}}},{"type":"corner","p":{"coord":{"x":483.7619037447295,"y":515}},"h1":{"coord":{"x":477.0952370780629,"y":473}},"h2":{"coord":{"x":493.7619037447295,"y":580.3333333333333}}},{"type":"corner","p":{"coord":{"x":440.7619037447295,"y":671.5}},"h1":{"coord":{"x":479.42857041139615,"y":632.5}},"h2":{"coord":{"x":402.09523707806284,"y":710.5}}},{"type":"corner","p":{"coord":{"x":267.7619037447295,"y":730}},"h1":{"coord":{"x":344.42857041139615,"y":730}},"h2":{"coord":{"x":-169.23809625527048,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":112.76190374472951,"y":730}},"h1":{"coord":{"x":30.76190374472951,"y":725},"use":false},"h2":{"coord":{"x":-169.23809625527048,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":89.76190374472951,"y":590}},"h1":{"coord":{"x":30.76190374472951,"y":725},"use":false},"h2":{"coord":{"x":-169.23809625527048,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":254.76190374472952,"y":590}},"h1":{"coord":{"x":30.76190374472951,"y":725},"use":false},"h2":{"coord":{"x":282.09523707806284,"y":590}}},{"type":"corner","p":{"coord":{"x":317.2619037447295,"y":570}},"h1":{"coord":{"x":302.9285704113962,"y":583.3333333333334}},"h2":{"coord":{"x":331.59523707806284,"y":556.6666666666666}}},{"type":"corner","p":{"coord":{"x":333.7619037447295,"y":515}},"h1":{"coord":{"x":337.09523707806284,"y":538.3333333333334}},"h2":{"coord":{"x":329.7619037447295,"y":492.33333333333337}}},{"type":"corner","p":{"coord":{"x":300.7619037447295,"y":460.5}},"h1":{"coord":{"x":318.7619037447295,"y":474.16666666666663}},"h2":{"coord":{"x":282.7619037447295,"y":446.8333333333333}}},{"type":"corner","p":{"coord":{"x":232.76190374472952,"y":440}},"h1":{"coord":{"x":260.09523707806284,"y":440}},"h2":{"coord":{"x":-169.23809625527048,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":132.76190374472952,"y":440}},"h1":{"coord":{"x":30.76190374472951,"y":725},"use":false},"h2":{"coord":{"x":-169.23809625527048,"y":725},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":114.76190374472951,"y":-5}},"h1":{"coord":{"x":92.09523707806285,"y":-5}},"h2":{"coord":{"x":-169.23809625527048,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":143.76190374472952,"y":-5}},"h1":{"coord":{"x":30.76190374472951,"y":725},"use":false},"h2":{"coord":{"x":167.09523707806284,"y":-5}}},{"type":"corner","p":{"coord":{"x":202.26190374472952,"y":14}},"h1":{"coord":{"x":186.59523707806284,"y":1.3333333333333712}},"h2":{"coord":{"x":217.9285704113962,"y":26.66666666666663}}},{"type":"corner","p":{"coord":{"x":230.76190374472952,"y":65}},"h1":{"coord":{"x":227.4285704113962,"y":43.66666666666663}},"h2":{"coord":{"x":234.09523707806284,"y":86.33333333333337}}},{"type":"corner","p":{"coord":{"x":218.26190374472952,"y":116}},"h1":{"coord":{"x":229.9285704113962,"y":103.33333333333337}},"h2":{"coord":{"x":206.59523707806284,"y":128.66666666666663}}},{"type":"corner","p":{"coord":{"x":166.76190374472952,"y":135}},"h1":{"coord":{"x":189.4285704113962,"y":135}},"h2":{"coord":{"x":-169.23809625527048,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":136.76190374472952,"y":135}},"h1":{"coord":{"x":30.76190374472951,"y":725},"use":false},"h2":{"coord":{"x":114.09523707806285,"y":135}}},{"type":"corner","p":{"coord":{"x":79.26190374472951,"y":116}},"h1":{"coord":{"x":94.92857041139617,"y":128.66666666666663}},"h2":{"coord":{"x":63.59523707806285,"y":103.33333333333337}}},{"type":"corner","p":{"coord":{"x":50.76190374472951,"y":65}},"h1":{"coord":{"x":54.09523707806284,"y":86.33333333333337}},"h2":{"coord":{"x":48.09523707806284,"y":44.33333333333337}}},{"type":"corner","p":{"coord":{"x":63.76190374472951,"y":14.5}},"h1":{"coord":{"x":52.42857041139618,"y":27.5}},"h2":{"coord":{"x":75.09523707806285,"y":1.5}}}]}]},"glyph-0x40":{"id":"glyph-0x40","advanceWidth":720.9620241241124,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":308.9620241241124,"y":-179}},"h1":{"coord":{"x":246.96202412411242,"y":-179}},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":378.9620241241124,"y":-179}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":395.9620241241124,"y":-69}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":325.9620241241124,"y":-69}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":267.9620241241124,"y":-69}}},{"type":"corner","p":{"coord":{"x":199.96202412411242,"y":-22.5}},"h1":{"coord":{"x":225.96202412411242,"y":-53.5}},"h2":{"coord":{"x":173.96202412411242,"y":8.5}}},{"type":"corner","p":{"coord":{"x":174.96202412411242,"y":111}},"h1":{"coord":{"x":165.6286907907791,"y":53}},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":227.96202412411242,"y":450}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":237.29535745744576,"y":509.3333333333333}}},{"type":"corner","p":{"coord":{"x":293.4620241241124,"y":587}},"h1":{"coord":{"x":259.1286907907791,"y":555}},"h2":{"coord":{"x":327.79535745744573,"y":619}}},{"type":"corner","p":{"coord":{"x":420.9620241241124,"y":635}},"h1":{"coord":{"x":370.29535745744573,"y":635}},"h2":{"coord":{"x":470.29535745744573,"y":635}}},{"type":"corner","p":{"coord":{"x":528.4620241241124,"y":600}},"h1":{"coord":{"x":506.1286907907791,"y":623.3333333333333}},"h2":{"coord":{"x":550.7953574574458,"y":576.6666666666667}}},{"type":"corner","p":{"coord":{"x":550.9620241241124,"y":500}},"h1":{"coord":{"x":558.2953574574458,"y":543.3333333333333}},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":548.9620241241124,"y":487}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":538.9620241241124,"y":410}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":535.9620241241124,"y":410}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":537.9620241241124,"y":435.3333333333333}}},{"type":"corner","p":{"coord":{"x":512.9620241241124,"y":471.5}},"h1":{"coord":{"x":530.2953574574458,"y":455.8333333333333}},"h2":{"coord":{"x":495.6286907907791,"y":487.1666666666667}}},{"type":"corner","p":{"coord":{"x":439.9620241241124,"y":495}},"h1":{"coord":{"x":471.29535745744573,"y":495}},"h2":{"coord":{"x":399.29535745744573,"y":495}}},{"type":"corner","p":{"coord":{"x":340.4620241241124,"y":451.5}},"h1":{"coord":{"x":366.1286907907791,"y":480.5}},"h2":{"coord":{"x":314.79535745744573,"y":422.5}}},{"type":"corner","p":{"coord":{"x":288.9620241241124,"y":330}},"h1":{"coord":{"x":297.62869079077905,"y":382}},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":271.9620241241124,"y":220}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":263.2953574574458,"y":168}}},{"type":"corner","p":{"coord":{"x":284.4620241241124,"y":98.5}},"h1":{"coord":{"x":267.4620241241124,"y":127.5}},"h2":{"coord":{"x":301.4620241241124,"y":69.5}}},{"type":"corner","p":{"coord":{"x":370.9620241241124,"y":55}},"h1":{"coord":{"x":330.29535745744573,"y":55}},"h2":{"coord":{"x":401.6286907907791,"y":55}}},{"type":"corner","p":{"coord":{"x":450.4620241241124,"y":78.5}},"h1":{"coord":{"x":428.1286907907791,"y":62.833333333333314}},"h2":{"coord":{"x":472.79535745744573,"y":94.16666666666669}}},{"type":"corner","p":{"coord":{"x":493.9620241241124,"y":140}},"h1":{"coord":{"x":487.29535745744573,"y":114.66666666666669}},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":496.9620241241124,"y":140}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":484.9620241241124,"y":65}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":601.9620241241124,"y":65}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":670.9620241241124,"y":500}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":678.2953574574458,"y":546}}},{"type":"corner","p":{"coord":{"x":658.9620241241124,"y":623.5}},"h1":{"coord":{"x":674.2953574574458,"y":587.1666666666667}},"h2":{"coord":{"x":643.628690790779,"y":659.8333333333333}}},{"type":"corner","p":{"coord":{"x":581.4620241241124,"y":709}},"h1":{"coord":{"x":617.7953574574458,"y":688.3333333333334}},"h2":{"coord":{"x":545.128690790779,"y":729.6666666666666}}},{"type":"corner","p":{"coord":{"x":443.9620241241124,"y":740}},"h1":{"coord":{"x":499.29535745744573,"y":740}},"h2":{"coord":{"x":383.9620241241124,"y":740}}},{"type":"corner","p":{"coord":{"x":283.4620241241124,"y":705}},"h1":{"coord":{"x":330.4620241241124,"y":728.3333333333334}},"h2":{"coord":{"x":236.46202412411242,"y":681.6666666666667}}},{"type":"corner","p":{"coord":{"x":167.96202412411242,"y":605}},"h1":{"coord":{"x":197.96202412411242,"y":648.3333333333333}},"h2":{"coord":{"x":137.96202412411242,"y":561.6666666666667}}},{"type":"corner","p":{"coord":{"x":107.96202412411242,"y":450}},"h1":{"coord":{"x":117.96202412411242,"y":510}},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":54.96202412411242,"y":111}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":45.62869079077909,"y":51}}},{"type":"corner","p":{"coord":{"x":66.46202412411242,"y":-44}},"h1":{"coord":{"x":49.46202412411242,"y":-0.6666666666666288}},"h2":{"coord":{"x":83.46202412411242,"y":-87.33333333333337}}},{"type":"corner","p":{"coord":{"x":153.96202412411242,"y":-144}},"h1":{"coord":{"x":112.62869079077909,"y":-120.66666666666663}},"h2":{"coord":{"x":195.29535745744573,"y":-167.33333333333337}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":482.9620241241124,"y":158}},"h1":{"coord":{"x":494.29535745744573,"y":170}},"h2":{"coord":{"x":471.6286907907791,"y":146}}},{"type":"corner","p":{"coord":{"x":433.9620241241124,"y":140}},"h1":{"coord":{"x":455.29535745744573,"y":140}},"h2":{"coord":{"x":414.6286907907791,"y":140}}},{"type":"corner","p":{"coord":{"x":392.4620241241124,"y":158.5}},"h1":{"coord":{"x":400.79535745744573,"y":146.16666666666669}},"h2":{"coord":{"x":384.1286907907791,"y":170.83333333333331}}},{"type":"corner","p":{"coord":{"x":386.9620241241124,"y":220}},"h1":{"coord":{"x":382.29535745744573,"y":191.33333333333331}},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":403.9620241241124,"y":330}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":407.9620241241124,"y":355.33333333333337}}},{"type":"corner","p":{"coord":{"x":428.9620241241124,"y":389}},"h1":{"coord":{"x":416.29535745744573,"y":375}},"h2":{"coord":{"x":441.6286907907791,"y":403}}},{"type":"corner","p":{"coord":{"x":476.9620241241124,"y":410}},"h1":{"coord":{"x":457.6286907907791,"y":410}},"h2":{"coord":{"x":496.29535745744573,"y":410}}},{"type":"corner","p":{"coord":{"x":517.9620241241124,"y":389}},"h1":{"coord":{"x":509.9620241241124,"y":403}},"h2":{"coord":{"x":525.9620241241124,"y":375}}},{"type":"corner","p":{"coord":{"x":523.9620241241124,"y":330}},"h1":{"coord":{"x":527.9620241241124,"y":355.33333333333337}},"h2":{"coord":{"x":-44.03797587588758,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":506.9620241241124,"y":220}},"h1":{"coord":{"x":155.96202412411242,"y":561},"use":false},"h2":{"coord":{"x":502.29535745744573,"y":190.66666666666669}}}]}]},"glyph-0x5B":{"id":"glyph-0x5B","advanceWidth":553,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":-110}},"h1":{"coord":{"x":41,"y":720},"use":false},"h2":{"coord":{"x":-159,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":355,"y":-110}},"h1":{"coord":{"x":41,"y":720},"use":false},"h2":{"coord":{"x":-159,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":377,"y":30}},"h1":{"coord":{"x":41,"y":720},"use":false},"h2":{"coord":{"x":-159,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":222,"y":30}},"h1":{"coord":{"x":41,"y":720},"use":false},"h2":{"coord":{"x":-159,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":326,"y":690}},"h1":{"coord":{"x":41,"y":720},"use":false},"h2":{"coord":{"x":-159,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":481,"y":690}},"h1":{"coord":{"x":41,"y":720},"use":false},"h2":{"coord":{"x":-159,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":503,"y":830}},"h1":{"coord":{"x":41,"y":720},"use":false},"h2":{"coord":{"x":-159,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":198,"y":830}},"h1":{"coord":{"x":41,"y":720},"use":false},"h2":{"coord":{"x":-159,"y":720},"use":false}}]}]},"glyph-0x5C":{"id":"glyph-0x5C","advanceWidth":452,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":251,"y":-110}},"h1":{"coord":{"x":14,"y":720},"use":false},"h2":{"coord":{"x":-186,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":402,"y":-110}},"h1":{"coord":{"x":14,"y":720},"use":false},"h2":{"coord":{"x":-186,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":201,"y":830}},"h1":{"coord":{"x":14,"y":720},"use":false},"h2":{"coord":{"x":-186,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":830}},"h1":{"coord":{"x":14,"y":720},"use":false},"h2":{"coord":{"x":-186,"y":720},"use":false}}]}]},"glyph-0x5D":{"id":"glyph-0x5D","advanceWidth":553,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":-110}},"h1":{"coord":{"x":86,"y":720},"use":false},"h2":{"coord":{"x":-114,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":355,"y":-110}},"h1":{"coord":{"x":86,"y":720},"use":false},"h2":{"coord":{"x":-114,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":503,"y":830}},"h1":{"coord":{"x":86,"y":720},"use":false},"h2":{"coord":{"x":-114,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":198,"y":830}},"h1":{"coord":{"x":86,"y":720},"use":false},"h2":{"coord":{"x":-114,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":176,"y":690}},"h1":{"coord":{"x":86,"y":720},"use":false},"h2":{"coord":{"x":-114,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":331,"y":690}},"h1":{"coord":{"x":86,"y":720},"use":false},"h2":{"coord":{"x":-114,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":227,"y":30}},"h1":{"coord":{"x":86,"y":720},"use":false},"h2":{"coord":{"x":-114,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":72,"y":30}},"h1":{"coord":{"x":86,"y":720},"use":false},"h2":{"coord":{"x":-114,"y":720},"use":false}}]}]},"glyph-0x5E":{"id":"glyph-0x5E","advanceWidth":580,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":340}},"h1":{"coord":{"x":80,"y":1070},"use":false},"h2":{"coord":{"x":-120,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":194,"y":340}},"h1":{"coord":{"x":80,"y":1070},"use":false},"h2":{"coord":{"x":-120,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":307,"y":550}},"h1":{"coord":{"x":80,"y":1070},"use":false},"h2":{"coord":{"x":315,"y":565.3333333333333}}},{"type":"corner","p":{"coord":{"x":326.5,"y":592.5}},"h1":{"coord":{"x":321.5,"y":579.5}},"h2":{"coord":{"x":331.5,"y":605.5}}},{"type":"corner","p":{"coord":{"x":337,"y":622}},"h1":{"coord":{"x":335,"y":615.3333333333333}},"h2":{"coord":{"x":337,"y":615.3333333333333}}},{"type":"corner","p":{"coord":{"x":340,"y":592.5}},"h1":{"coord":{"x":338,"y":605.5}},"h2":{"coord":{"x":342,"y":579.5}}},{"type":"corner","p":{"coord":{"x":347,"y":550}},"h1":{"coord":{"x":344.3333333333333,"y":565.3333333333333}},"h2":{"coord":{"x":-120,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":391,"y":340}},"h1":{"coord":{"x":80,"y":1070},"use":false},"h2":{"coord":{"x":-120,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":530,"y":340}},"h1":{"coord":{"x":80,"y":1070},"use":false},"h2":{"coord":{"x":-120,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":426,"y":730}},"h1":{"coord":{"x":80,"y":1070},"use":false},"h2":{"coord":{"x":-120,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":280,"y":730}},"h1":{"coord":{"x":80,"y":1070},"use":false},"h2":{"coord":{"x":-120,"y":1070},"use":false}}]}]},"glyph-0x5F":{"id":"glyph-0x5F","advanceWidth":602,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":-165}},"h1":{"coord":{"x":160,"y":-190},"use":false},"h2":{"coord":{"x":-40,"y":-190},"use":false}},{"type":"corner","p":{"coord":{"x":530,"y":-165}},"h1":{"coord":{"x":160,"y":-190},"use":false},"h2":{"coord":{"x":-40,"y":-190},"use":false}},{"type":"corner","p":{"coord":{"x":552,"y":-25}},"h1":{"coord":{"x":160,"y":-190},"use":false},"h2":{"coord":{"x":-40,"y":-190},"use":false}},{"type":"corner","p":{"coord":{"x":72,"y":-25}},"h1":{"coord":{"x":160,"y":-190},"use":false},"h2":{"coord":{"x":-40,"y":-190},"use":false}}]}]},"glyph-0x60":{"id":"glyph-0x60","advanceWidth":342,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":145,"y":645}},"h1":{"coord":{"x":-67,"y":1430},"use":false},"h2":{"coord":{"x":-267,"y":1430},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":645}},"h1":{"coord":{"x":-67,"y":1430},"use":false},"h2":{"coord":{"x":-267,"y":1430},"use":false}},{"type":"corner","p":{"coord":{"x":209,"y":785}},"h1":{"coord":{"x":-67,"y":1430},"use":false},"h2":{"coord":{"x":-267,"y":1430},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":785}},"h1":{"coord":{"x":-67,"y":1430},"use":false},"h2":{"coord":{"x":-267,"y":1430},"use":false}}]}]},"glyph-0x7B":{"id":"glyph-0x7B","advanceWidth":635,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":351,"y":-111}},"h1":{"coord":{"x":315,"y":-111}},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":436,"y":-111}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":459,"y":29}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":404,"y":29}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":386,"y":29}}},{"type":"corner","p":{"coord":{"x":362,"y":45.5}},"h1":{"coord":{"x":372,"y":34.5}},"h2":{"coord":{"x":352,"y":56.5}}},{"type":"corner","p":{"coord":{"x":353,"y":89}},"h1":{"coord":{"x":349,"y":71}},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":387,"y":239}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":394.3333333333333,"y":271}}},{"type":"corner","p":{"coord":{"x":372.5,"y":319}},"h1":{"coord":{"x":389.5,"y":297.6666666666667}},"h2":{"coord":{"x":355.5,"y":340.3333333333333}}},{"type":"corner","p":{"coord":{"x":294,"y":360}},"h1":{"coord":{"x":329.3333333333333,"y":354}},"h2":{"coord":{"x":331.3333333333333,"y":366.6666666666667}}},{"type":"corner","p":{"coord":{"x":385.5,"y":401.5}},"h1":{"coord":{"x":361.8333333333333,"y":380.5}},"h2":{"coord":{"x":409.1666666666667,"y":422.5}}},{"type":"corner","p":{"coord":{"x":425,"y":479}},"h1":{"coord":{"x":422.3333333333333,"y":448.3333333333333}},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":439,"y":630}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":441,"y":651.3333333333333}}},{"type":"corner","p":{"coord":{"x":461,"y":676}},"h1":{"coord":{"x":448.3333333333333,"y":666.6666666666667}},"h2":{"coord":{"x":473.6666666666667,"y":685.3333333333333}}},{"type":"corner","p":{"coord":{"x":508,"y":690}},"h1":{"coord":{"x":489.33333333333337,"y":690}},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":563,"y":690}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":585,"y":830}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":500,"y":830}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":463.3333333333333,"y":830}}},{"type":"corner","p":{"coord":{"x":399.5,"y":808}},"h1":{"coord":{"x":429.8333333333333,"y":822.6666666666667}},"h2":{"coord":{"x":369.1666666666667,"y":793.3333333333333}}},{"type":"corner","p":{"coord":{"x":325.5,"y":745.5}},"h1":{"coord":{"x":344.5,"y":772.5}},"h2":{"coord":{"x":306.5,"y":718.5}}},{"type":"corner","p":{"coord":{"x":292,"y":650}},"h1":{"coord":{"x":295.3333333333333,"y":686.6666666666667}},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":278,"y":499}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":276,"y":478.33333333333337}}},{"type":"corner","p":{"coord":{"x":252,"y":448.5}},"h1":{"coord":{"x":267.3333333333333,"y":461.5}},"h2":{"coord":{"x":236.66666666666669,"y":435.5}}},{"type":"corner","p":{"coord":{"x":197,"y":429}},"h1":{"coord":{"x":218.33333333333334,"y":429}},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":72,"y":429}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":289}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":175,"y":289}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":196.33333333333334,"y":289}}},{"type":"corner","p":{"coord":{"x":224,"y":270}},"h1":{"coord":{"x":212.66666666666666,"y":282.6666666666667}},"h2":{"coord":{"x":235.33333333333331,"y":257.3333333333333}}},{"type":"corner","p":{"coord":{"x":234,"y":219}},"h1":{"coord":{"x":238.66666666666669,"y":240.33333333333331}},"h2":{"coord":{"x":-127,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":201,"y":74}},"h1":{"coord":{"x":73,"y":719},"use":false},"h2":{"coord":{"x":192.33333333333334,"y":36.66666666666663}}},{"type":"corner","p":{"coord":{"x":204,"y":-23.5}},"h1":{"coord":{"x":193.33333333333334,"y":4.166666666666629}},"h2":{"coord":{"x":214.66666666666666,"y":-51.16666666666663}}},{"type":"corner","p":{"coord":{"x":258.5,"y":-88}},"h1":{"coord":{"x":232.83333333333331,"y":-72.66666666666663}},"h2":{"coord":{"x":284.1666666666667,"y":-103.33333333333337}}}]}]},"glyph-0x7C":{"id":"glyph-0x7C","advanceWidth":398,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":-110}},"h1":{"coord":{"x":-14,"y":720},"use":false},"h2":{"coord":{"x":-214,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":200,"y":-110}},"h1":{"coord":{"x":-14,"y":720},"use":false},"h2":{"coord":{"x":-214,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":348,"y":830}},"h1":{"coord":{"x":-14,"y":720},"use":false},"h2":{"coord":{"x":-214,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":198,"y":830}},"h1":{"coord":{"x":-14,"y":720},"use":false},"h2":{"coord":{"x":-214,"y":720},"use":false}}]}]},"glyph-0x7D":{"id":"glyph-0x7D","advanceWidth":636,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":-111}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":135,"y":-111}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":171.66666666666666,"y":-111}}},{"type":"corner","p":{"coord":{"x":235.5,"y":-88}},"h1":{"coord":{"x":205.16666666666666,"y":-103.33333333333337}},"h2":{"coord":{"x":265.83333333333337,"y":-72.66666666666663}}},{"type":"corner","p":{"coord":{"x":310.5,"y":-23.5}},"h1":{"coord":{"x":290.83333333333337,"y":-51.16666666666663}},"h2":{"coord":{"x":330.1666666666667,"y":4.166666666666629}}},{"type":"corner","p":{"coord":{"x":345,"y":74}},"h1":{"coord":{"x":341.6666666666667,"y":36.66666666666663}},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":358,"y":219}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":359.3333333333333,"y":240.33333333333331}}},{"type":"corner","p":{"coord":{"x":384,"y":270}},"h1":{"coord":{"x":368,"y":257.3333333333333}},"h2":{"coord":{"x":400,"y":282.6666666666667}}},{"type":"corner","p":{"coord":{"x":439,"y":289}},"h1":{"coord":{"x":418.3333333333333,"y":289}},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":564,"y":289}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":586,"y":429}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":461,"y":429}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":440.3333333333333,"y":429}}},{"type":"corner","p":{"coord":{"x":412.5,"y":448.5}},"h1":{"coord":{"x":424.1666666666667,"y":435.5}},"h2":{"coord":{"x":400.8333333333333,"y":461.5}}},{"type":"corner","p":{"coord":{"x":402,"y":499}},"h1":{"coord":{"x":397.3333333333333,"y":478.33333333333337}},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":436,"y":650}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":444,"y":686.6666666666667}}},{"type":"corner","p":{"coord":{"x":432,"y":745.5}},"h1":{"coord":{"x":442.6666666666667,"y":718.5}},"h2":{"coord":{"x":421.3333333333333,"y":772.5}}},{"type":"corner","p":{"coord":{"x":377.5,"y":808}},"h1":{"coord":{"x":403.1666666666667,"y":793.3333333333333}},"h2":{"coord":{"x":351.8333333333333,"y":822.6666666666667}}},{"type":"corner","p":{"coord":{"x":284,"y":830}},"h1":{"coord":{"x":320.6666666666667,"y":830}},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":199,"y":830}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":177,"y":690}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":232,"y":690}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":251.33333333333334,"y":690}}},{"type":"corner","p":{"coord":{"x":276,"y":676}},"h1":{"coord":{"x":266,"y":685.3333333333333}},"h2":{"coord":{"x":286,"y":666.6666666666667}}},{"type":"corner","p":{"coord":{"x":283,"y":630}},"h1":{"coord":{"x":288.33333333333337,"y":651.3333333333333}},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":249,"y":479}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":241.66666666666666,"y":448.3333333333333}}},{"type":"corner","p":{"coord":{"x":263.5,"y":401.5}},"h1":{"coord":{"x":246.5,"y":422.5}},"h2":{"coord":{"x":280.5,"y":380.5}}},{"type":"corner","p":{"coord":{"x":343,"y":360}},"h1":{"coord":{"x":307,"y":366.6666666666667}},"h2":{"coord":{"x":305,"y":354}}},{"type":"corner","p":{"coord":{"x":250.5,"y":319}},"h1":{"coord":{"x":274.16666666666663,"y":340.3333333333333}},"h2":{"coord":{"x":226.83333333333334,"y":297.6666666666667}}},{"type":"corner","p":{"coord":{"x":211,"y":239}},"h1":{"coord":{"x":213.66666666666666,"y":271}},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":197,"y":89}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":195,"y":71}}},{"type":"corner","p":{"coord":{"x":174.5,"y":45.5}},"h1":{"coord":{"x":187.5,"y":56.5}},"h2":{"coord":{"x":161.5,"y":34.5}}},{"type":"corner","p":{"coord":{"x":128,"y":29}},"h1":{"coord":{"x":146,"y":29}},"h2":{"coord":{"x":-63,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":73,"y":29}},"h1":{"coord":{"x":137,"y":719},"use":false},"h2":{"coord":{"x":-63,"y":719},"use":false}}]}]},"glyph-0x7E":{"id":"glyph-0x7E","advanceWidth":651,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":50,"y":255}},"h1":{"coord":{"x":114,"y":705},"use":false},"h2":{"coord":{"x":-86,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":170,"y":255}},"h1":{"coord":{"x":114,"y":705},"use":false},"h2":{"coord":{"x":-86,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":182,"y":330}},"h1":{"coord":{"x":114,"y":705},"use":false},"h2":{"coord":{"x":186,"y":353.3333333333333}}},{"type":"corner","p":{"coord":{"x":220,"y":365}},"h1":{"coord":{"x":198.66666666666666,"y":365}},"h2":{"coord":{"x":233.33333333333334,"y":365}}},{"type":"corner","p":{"coord":{"x":252,"y":351}},"h1":{"coord":{"x":244,"y":360.3333333333333}},"h2":{"coord":{"x":260,"y":341.6666666666667}}},{"type":"corner","p":{"coord":{"x":274.5,"y":316}},"h1":{"coord":{"x":267.5,"y":330}},"h2":{"coord":{"x":281.5,"y":302}}},{"type":"corner","p":{"coord":{"x":300.5,"y":274}},"h1":{"coord":{"x":290.1666666666667,"y":288}},"h2":{"coord":{"x":310.8333333333333,"y":260}}},{"type":"corner","p":{"coord":{"x":342,"y":239}},"h1":{"coord":{"x":324.6666666666667,"y":248.33333333333331}},"h2":{"coord":{"x":359.3333333333333,"y":229.66666666666669}}},{"type":"corner","p":{"coord":{"x":411,"y":225}},"h1":{"coord":{"x":382.3333333333333,"y":225}},"h2":{"coord":{"x":458.3333333333333,"y":225}}},{"type":"corner","p":{"coord":{"x":530,"y":263}},"h1":{"coord":{"x":498,"y":237.66666666666669}},"h2":{"coord":{"x":562,"y":288.3333333333333}}},{"type":"corner","p":{"coord":{"x":588,"y":365}},"h1":{"coord":{"x":581.3333333333334,"y":322.3333333333333}},"h2":{"coord":{"x":-86,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":601,"y":450}},"h1":{"coord":{"x":114,"y":705},"use":false},"h2":{"coord":{"x":-86,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":481,"y":450}},"h1":{"coord":{"x":114,"y":705},"use":false},"h2":{"coord":{"x":-86,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":469,"y":375}},"h1":{"coord":{"x":114,"y":705},"use":false},"h2":{"coord":{"x":465.6666666666667,"y":351.6666666666667}}},{"type":"corner","p":{"coord":{"x":432,"y":340}},"h1":{"coord":{"x":453.3333333333333,"y":340}},"h2":{"coord":{"x":418.6666666666667,"y":340}}},{"type":"corner","p":{"coord":{"x":400,"y":354}},"h1":{"coord":{"x":408,"y":344.6666666666667}},"h2":{"coord":{"x":392,"y":363.3333333333333}}},{"type":"corner","p":{"coord":{"x":377.5,"y":389}},"h1":{"coord":{"x":384.5,"y":375}},"h2":{"coord":{"x":370.5,"y":403}}},{"type":"corner","p":{"coord":{"x":351.5,"y":431}},"h1":{"coord":{"x":361.8333333333333,"y":417}},"h2":{"coord":{"x":341.1666666666667,"y":445}}},{"type":"corner","p":{"coord":{"x":310,"y":466}},"h1":{"coord":{"x":327.3333333333333,"y":456.66666666666663}},"h2":{"coord":{"x":292.6666666666667,"y":475.33333333333337}}},{"type":"corner","p":{"coord":{"x":241,"y":480}},"h1":{"coord":{"x":269.66666666666663,"y":480}},"h2":{"coord":{"x":194.33333333333334,"y":480}}},{"type":"corner","p":{"coord":{"x":122.5,"y":442}},"h1":{"coord":{"x":154.83333333333331,"y":467.33333333333337}},"h2":{"coord":{"x":90.16666666666667,"y":416.6666666666667}}},{"type":"corner","p":{"coord":{"x":64,"y":340}},"h1":{"coord":{"x":70.66666666666666,"y":382.6666666666667}},"h2":{"coord":{"x":-86,"y":705},"use":false}}]}]},"glyph-0xA1":{"id":"glyph-0xA1","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":307,"y":415}},"h1":{"coord":{"x":284.3333333333333,"y":415}},"h2":{"coord":{"x":-100,"y":375},"use":false}},{"type":"corner","p":{"coord":{"x":337,"y":415}},"h1":{"coord":{"x":100,"y":375},"use":false},"h2":{"coord":{"x":359.6666666666667,"y":415}}},{"type":"corner","p":{"coord":{"x":394.5,"y":434.5}},"h1":{"coord":{"x":378.8333333333333,"y":421.5}},"h2":{"coord":{"x":410.1666666666667,"y":447.5}}},{"type":"corner","p":{"coord":{"x":423,"y":485}},"h1":{"coord":{"x":419.6666666666667,"y":464.33333333333337}},"h2":{"coord":{"x":426.3333333333333,"y":506.33333333333337}}},{"type":"corner","p":{"coord":{"x":410.5,"y":536}},"h1":{"coord":{"x":422.1666666666667,"y":523.3333333333334}},"h2":{"coord":{"x":398.8333333333333,"y":548.6666666666666}}},{"type":"corner","p":{"coord":{"x":359,"y":555}},"h1":{"coord":{"x":381.6666666666667,"y":555}},"h2":{"coord":{"x":-100,"y":375},"use":false}},{"type":"corner","p":{"coord":{"x":330,"y":555}},"h1":{"coord":{"x":100,"y":375},"use":false},"h2":{"coord":{"x":307.3333333333333,"y":555}}},{"type":"corner","p":{"coord":{"x":272,"y":536.5}},"h1":{"coord":{"x":288,"y":548.8333333333334}},"h2":{"coord":{"x":256,"y":524.1666666666666}}},{"type":"corner","p":{"coord":{"x":243,"y":486}},"h1":{"coord":{"x":246.33333333333334,"y":507.33333333333337}},"h2":{"coord":{"x":239.66666666666666,"y":464.6666666666667}}},{"type":"corner","p":{"coord":{"x":255.5,"y":434.5}},"h1":{"coord":{"x":243.83333333333334,"y":447.5}},"h2":{"coord":{"x":267.1666666666667,"y":421.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":148,"y":-180}},"h1":{"coord":{"x":100,"y":375},"use":false},"h2":{"coord":{"x":-100,"y":375},"use":false}},{"type":"corner","p":{"coord":{"x":306,"y":-180}},"h1":{"coord":{"x":100,"y":375},"use":false},"h2":{"coord":{"x":-100,"y":375},"use":false}},{"type":"corner","p":{"coord":{"x":332,"y":-20}},"h1":{"coord":{"x":100,"y":375},"use":false},"h2":{"coord":{"x":-100,"y":375},"use":false}},{"type":"corner","p":{"coord":{"x":360,"y":305}},"h1":{"coord":{"x":100,"y":375},"use":false},"h2":{"coord":{"x":-100,"y":375},"use":false}},{"type":"corner","p":{"coord":{"x":248,"y":305}},"h1":{"coord":{"x":100,"y":375},"use":false},"h2":{"coord":{"x":-100,"y":375},"use":false}},{"type":"corner","p":{"coord":{"x":174,"y":-20}},"h1":{"coord":{"x":100,"y":375},"use":false},"h2":{"coord":{"x":-100,"y":375},"use":false}}]}]},"glyph-0xA2":{"id":"glyph-0xA2","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":206,"y":-140}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":271,"y":-140}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":-8}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":355.3333333333333,"y":-2.6666666666666288}}},{"type":"corner","p":{"coord":{"x":451.5,"y":54}},"h1":{"coord":{"x":408.5,"y":18}},"h2":{"coord":{"x":494.5,"y":90}}},{"type":"corner","p":{"coord":{"x":533,"y":195}},"h1":{"coord":{"x":521.6666666666666,"y":137}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":383,"y":195}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":373.6666666666667,"y":157}}},{"type":"corner","p":{"coord":{"x":313,"y":124}},"h1":{"coord":{"x":350.3333333333333,"y":133.33333333333331}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":360,"y":426}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":395.3333333333333,"y":416}}},{"type":"corner","p":{"coord":{"x":408,"y":355}},"h1":{"coord":{"x":411.3333333333333,"y":392.3333333333333}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":558,"y":355}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":564.6666666666666,"y":413.66666666666663}}},{"type":"corner","p":{"coord":{"x":521,"y":496.5}},"h1":{"coord":{"x":552.3333333333334,"y":460.83333333333337}},"h2":{"coord":{"x":489.6666666666667,"y":532.1666666666667}}},{"type":"corner","p":{"coord":{"x":381,"y":559}},"h1":{"coord":{"x":443,"y":553}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":402,"y":690}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":337,"y":690}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":316,"y":559}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":250.66666666666669,"y":553}}},{"type":"corner","p":{"coord":{"x":151.5,"y":491}},"h1":{"coord":{"x":195.83333333333331,"y":530.3333333333333}},"h2":{"coord":{"x":107.16666666666667,"y":451.6666666666667}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":80,"y":401.3333333333333}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":39,"y":148}}},{"type":"corner","p":{"coord":{"x":82.5,"y":58.5}},"h1":{"coord":{"x":50.16666666666667,"y":97.5}},"h2":{"coord":{"x":114.83333333333333,"y":19.5}}},{"type":"corner","p":{"coord":{"x":227,"y":-9}},"h1":{"coord":{"x":163,"y":-3}},"h2":{"coord":{"x":-100,"y":550},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":191.66666666666666,"y":162}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":227.33333333333334,"y":388}}},{"type":"corner","p":{"coord":{"x":295,"y":427}},"h1":{"coord":{"x":252.33333333333334,"y":417}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":248,"y":123}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":208,"y":133}}}]}]},"glyph-0xA3":{"id":"glyph-0xA3","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":31,"y":0}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":491,"y":0}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":513,"y":140}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":143,"y":140}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":165.66666666666666,"y":143.33333333333337}}},{"type":"corner","p":{"coord":{"x":214.5,"y":162}},"h1":{"coord":{"x":189.5,"y":150.66666666666663}},"h2":{"coord":{"x":239.5,"y":173.33333333333337}}},{"type":"corner","p":{"coord":{"x":280.5,"y":209.5}},"h1":{"coord":{"x":261.5,"y":189.16666666666663}},"h2":{"coord":{"x":299.5,"y":229.83333333333331}}},{"type":"corner","p":{"coord":{"x":316,"y":283}},"h1":{"coord":{"x":311.3333333333333,"y":254.33333333333331}},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":316,"y":285}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":436,"y":285}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":455,"y":405}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":303,"y":405}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":294.3333333333333,"y":422.3333333333333}}},{"type":"corner","p":{"coord":{"x":274.5,"y":449.5}},"h1":{"coord":{"x":284.8333333333333,"y":437.1666666666667}},"h2":{"coord":{"x":264.1666666666667,"y":461.8333333333333}}},{"type":"corner","p":{"coord":{"x":249,"y":486.5}},"h1":{"coord":{"x":255.66666666666666,"y":474.1666666666667}},"h2":{"coord":{"x":242.33333333333334,"y":498.83333333333337}}},{"type":"corner","p":{"coord":{"x":243,"y":532}},"h1":{"coord":{"x":240.33333333333334,"y":514}},"h2":{"coord":{"x":246.33333333333334,"y":553.3333333333334}}},{"type":"corner","p":{"coord":{"x":277,"y":587}},"h1":{"coord":{"x":257.6666666666667,"y":571.6666666666666}},"h2":{"coord":{"x":296.3333333333333,"y":602.3333333333334}}},{"type":"corner","p":{"coord":{"x":349,"y":610}},"h1":{"coord":{"x":320.3333333333333,"y":610}},"h2":{"coord":{"x":377,"y":610}}},{"type":"corner","p":{"coord":{"x":413,"y":586.5}},"h1":{"coord":{"x":398.3333333333333,"y":602.1666666666666}},"h2":{"coord":{"x":427.6666666666667,"y":570.8333333333334}}},{"type":"corner","p":{"coord":{"x":433,"y":530}},"h1":{"coord":{"x":434.3333333333333,"y":552}},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":583,"y":530}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":587,"y":571.3333333333333}}},{"type":"corner","p":{"coord":{"x":565.5,"y":639.5}},"h1":{"coord":{"x":581.1666666666666,"y":607.8333333333334}},"h2":{"coord":{"x":549.8333333333334,"y":671.1666666666666}}},{"type":"corner","p":{"coord":{"x":493,"y":713.5}},"h1":{"coord":{"x":525.6666666666666,"y":695.8333333333333}},"h2":{"coord":{"x":460.3333333333333,"y":731.1666666666667}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":420.3333333333333,"y":740}},"h2":{"coord":{"x":323,"y":740}}},{"type":"corner","p":{"coord":{"x":238,"y":713.5}},"h1":{"coord":{"x":278,"y":731.1666666666667}},"h2":{"coord":{"x":198,"y":695.8333333333333}}},{"type":"corner","p":{"coord":{"x":141,"y":641.5}},"h1":{"coord":{"x":165.66666666666666,"y":671.8333333333333}},"h2":{"coord":{"x":116.33333333333334,"y":611.1666666666666}}},{"type":"corner","p":{"coord":{"x":95,"y":540}},"h1":{"coord":{"x":101,"y":577.3333333333333}},"h2":{"coord":{"x":91.66666666666667,"y":518}}},{"type":"corner","p":{"coord":{"x":96.5,"y":483.5}},"h1":{"coord":{"x":92.16666666666667,"y":499.16666666666663}},"h2":{"coord":{"x":100.83333333333333,"y":467.8333333333333}}},{"type":"corner","p":{"coord":{"x":116,"y":441.5}},"h1":{"coord":{"x":107.33333333333333,"y":453.8333333333333}},"h2":{"coord":{"x":124.66666666666667,"y":429.1666666666667}}},{"type":"corner","p":{"coord":{"x":143,"y":405}},"h1":{"coord":{"x":133.66666666666666,"y":417}},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":85,"y":405}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":66,"y":285}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":-100,"y":740},"use":false}},{"type":"corner","p":{"coord":{"x":184,"y":285}},"h1":{"coord":{"x":100,"y":740},"use":false},"h2":{"coord":{"x":184,"y":281.6666666666667}}},{"type":"corner","p":{"coord":{"x":183,"y":274}},"h1":{"coord":{"x":183.66666666666666,"y":278}},"h2":{"coord":{"x":180.33333333333334,"y":257.3333333333333}}},{"type":"corner","p":{"coord":{"x":158,"y":227}},"h1":{"coord":{"x":172,"y":241.66666666666669}},"h2":{"coord":{"x":144,"y":212.33333333333337}}},{"type":"corner","p":{"coord":{"x":109.5,"y":187.5}},"h1":{"coord":{"x":127.83333333333333,"y":199.16666666666663}},"h2":{"coord":{"x":91.16666666666667,"y":175.83333333333337}}},{"type":"corner","p":{"coord":{"x":56,"y":160}},"h1":{"coord":{"x":73.33333333333333,"y":166.66666666666663}},"h2":{"coord":{"x":-100,"y":740},"use":false}}]}]},"glyph-0xA4":{"id":"glyph-0xA4","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":468,"y":110}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":549,"y":178}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":474,"y":266}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":486,"y":281.3333333333333}}},{"type":"corner","p":{"coord":{"x":504,"y":316}},"h1":{"coord":{"x":496,"y":298}},"h2":{"coord":{"x":512,"y":334}}},{"type":"corner","p":{"coord":{"x":520,"y":373}},"h1":{"coord":{"x":517.3333333333334,"y":353}},"h2":{"coord":{"x":526,"y":410.3333333333333}}},{"type":"corner","p":{"coord":{"x":510,"y":476}},"h1":{"coord":{"x":522.6666666666666,"y":444.6666666666667}},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":607,"y":560}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":546,"y":632}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":450,"y":548}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":435.3333333333333,"y":556.6666666666666}}},{"type":"corner","p":{"coord":{"x":403,"y":568}},"h1":{"coord":{"x":419.6666666666667,"y":563.3333333333334}},"h2":{"coord":{"x":386.3333333333333,"y":572.6666666666666}}},{"type":"corner","p":{"coord":{"x":348,"y":575}},"h1":{"coord":{"x":368,"y":575}},"h2":{"coord":{"x":328,"y":575}}},{"type":"corner","p":{"coord":{"x":290,"y":567.5}},"h1":{"coord":{"x":308.6666666666667,"y":572.5}},"h2":{"coord":{"x":271.3333333333333,"y":562.5}}},{"type":"corner","p":{"coord":{"x":237,"y":547}},"h1":{"coord":{"x":253.66666666666666,"y":555.6666666666666}},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":163,"y":636}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":83,"y":567}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":157,"y":479}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":131.66666666666666,"y":447.6666666666667}}},{"type":"corner","p":{"coord":{"x":110,"y":373}},"h1":{"coord":{"x":116,"y":412.3333333333333}},"h2":{"coord":{"x":104.66666666666667,"y":333.6666666666667}}},{"type":"corner","p":{"coord":{"x":123,"y":266}},"h1":{"coord":{"x":109,"y":298}},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":25,"y":182}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":85,"y":110}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":-100,"y":746},"use":false}},{"type":"corner","p":{"coord":{"x":185,"y":196}},"h1":{"coord":{"x":100,"y":746},"use":false},"h2":{"coord":{"x":213,"y":179.33333333333337}}},{"type":"corner","p":{"coord":{"x":284,"y":171}},"h1":{"coord":{"x":246,"y":171}},"h2":{"coord":{"x":323.3333333333333,"y":171}}},{"type":"corner","p":{"coord":{"x":393,"y":198}},"h1":{"coord":{"x":359.6666666666667,"y":180}},"h2":{"coord":{"x":-100,"y":746},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":378,"y":296.5}},"h1":{"coord":{"x":401.3333333333333,"y":316.8333333333333}},"h2":{"coord":{"x":354.6666666666667,"y":276.1666666666667}}},{"type":"corner","p":{"coord":{"x":299,"y":266}},"h1":{"coord":{"x":328.3333333333333,"y":266}},"h2":{"coord":{"x":269,"y":266}}},{"type":"corner","p":{"coord":{"x":228.5,"y":296.5}},"h1":{"coord":{"x":245.5,"y":276.1666666666667}},"h2":{"coord":{"x":211.5,"y":316.8333333333333}}},{"type":"corner","p":{"coord":{"x":210,"y":373}},"h1":{"coord":{"x":205.33333333333334,"y":342.3333333333333}},"h2":{"coord":{"x":215.33333333333334,"y":403.6666666666667}}},{"type":"corner","p":{"coord":{"x":253,"y":449.5}},"h1":{"coord":{"x":229.66666666666666,"y":429.1666666666667}},"h2":{"coord":{"x":276.3333333333333,"y":469.8333333333333}}},{"type":"corner","p":{"coord":{"x":333,"y":480}},"h1":{"coord":{"x":303,"y":480}},"h2":{"coord":{"x":362.3333333333333,"y":480}}},{"type":"corner","p":{"coord":{"x":402.5,"y":449.5}},"h1":{"coord":{"x":385.5,"y":469.8333333333333}},"h2":{"coord":{"x":419.5,"y":429.1666666666667}}},{"type":"corner","p":{"coord":{"x":420,"y":373}},"h1":{"coord":{"x":425.3333333333333,"y":403.6666666666667}},"h2":{"coord":{"x":415.3333333333333,"y":342.3333333333333}}}]}]},"glyph-0xA5":{"id":"glyph-0xA5","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":32,"y":100}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":197,"y":100}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":181,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":331,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":347,"y":100}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":512,"y":100}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":528,"y":205}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":363,"y":205}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":372,"y":260}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":537,"y":260}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":554,"y":365}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":436,"y":365}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":657,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":510}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":360.3333333333333,"y":488}}},{"type":"corner","p":{"coord":{"x":339,"y":440}},"h1":{"coord":{"x":349,"y":464.6666666666667}},"h2":{"coord":{"x":329,"y":415.3333333333333}}},{"type":"corner","p":{"coord":{"x":316,"y":380}},"h1":{"coord":{"x":321.3333333333333,"y":395.3333333333333}},"h2":{"coord":{"x":315.3333333333333,"y":395.3333333333333}}},{"type":"corner","p":{"coord":{"x":310,"y":440}},"h1":{"coord":{"x":313.3333333333333,"y":415.3333333333333}},"h2":{"coord":{"x":306.6666666666667,"y":464.6666666666667}}},{"type":"corner","p":{"coord":{"x":297,"y":510}},"h1":{"coord":{"x":302.3333333333333,"y":488}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":240,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":87,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":192,"y":365}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":74,"y":365}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":57,"y":260}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":222,"y":260}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":213,"y":205}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":205}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0xA6":{"id":"glyph-0xA6","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":252,"y":450}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":402,"y":450}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":462,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":312,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":164,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":314,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":374,"y":270}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":224,"y":270}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}}]}]},"glyph-0xA7":{"id":"glyph-0xA7","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":215,"y":-155}},"h1":{"coord":{"x":145,"y":-155}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":245,"y":-155}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":321.66666666666663,"y":-155}}},{"type":"corner","p":{"coord":{"x":430.5,"y":-108}},"h1":{"coord":{"x":383.5,"y":-139.33333333333337}},"h2":{"coord":{"x":477.5,"y":-76.66666666666663}}},{"type":"corner","p":{"coord":{"x":514,"y":19}},"h1":{"coord":{"x":505.3333333333333,"y":-34.33333333333337}},"h2":{"coord":{"x":519.3333333333334,"y":52.33333333333337}}},{"type":"corner","p":{"coord":{"x":504.5,"y":102}},"h1":{"coord":{"x":516.1666666666666,"y":80}},"h2":{"coord":{"x":492.8333333333333,"y":124}}},{"type":"corner","p":{"coord":{"x":457,"y":153}},"h1":{"coord":{"x":477,"y":141}},"h2":{"coord":{"x":437,"y":165}}},{"type":"corner","p":{"coord":{"x":397,"y":175}},"h1":{"coord":{"x":417,"y":172.33333333333331}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":398,"y":182}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":444,"y":185.33333333333331}}},{"type":"corner","p":{"coord":{"x":509.5,"y":221.5}},"h1":{"coord":{"x":481.1666666666667,"y":198.5}},"h2":{"coord":{"x":537.8333333333334,"y":244.5}}},{"type":"corner","p":{"coord":{"x":561,"y":314}},"h1":{"coord":{"x":555,"y":275.3333333333333}},"h2":{"coord":{"x":567.6666666666666,"y":354.66666666666663}}},{"type":"corner","p":{"coord":{"x":530.5,"y":420.5}},"h1":{"coord":{"x":557.5,"y":390.16666666666663}},"h2":{"coord":{"x":503.5,"y":450.83333333333337}}},{"type":"corner","p":{"coord":{"x":404,"y":485}},"h1":{"coord":{"x":461.3333333333333,"y":472.3333333333333}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":304,"y":507}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":260,"y":517}}},{"type":"corner","p":{"coord":{"x":246,"y":570}},"h1":{"coord":{"x":240.66666666666666,"y":538}},"h2":{"coord":{"x":249.33333333333334,"y":587.3333333333333}}},{"type":"corner","p":{"coord":{"x":274,"y":612}},"h1":{"coord":{"x":258.6666666666667,"y":601.3333333333333}},"h2":{"coord":{"x":289.3333333333333,"y":622.6666666666667}}},{"type":"corner","p":{"coord":{"x":339,"y":628}},"h1":{"coord":{"x":311,"y":628}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":369,"y":628}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":392.3333333333333,"y":628}}},{"type":"corner","p":{"coord":{"x":424,"y":616}},"h1":{"coord":{"x":410.6666666666667,"y":624}},"h2":{"coord":{"x":437.3333333333333,"y":608}}},{"type":"corner","p":{"coord":{"x":445,"y":588}},"h1":{"coord":{"x":444.3333333333333,"y":598.6666666666667}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":595,"y":588}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":596.3333333333334,"y":636.6666666666667}}},{"type":"corner","p":{"coord":{"x":543,"y":700.5}},"h1":{"coord":{"x":579,"y":674.1666666666667}},"h2":{"coord":{"x":507,"y":726.8333333333334}}},{"type":"corner","p":{"coord":{"x":387,"y":740}},"h1":{"coord":{"x":455,"y":740}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":357,"y":740}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":285,"y":740}}},{"type":"corner","p":{"coord":{"x":181.5,"y":693}},"h1":{"coord":{"x":226.5,"y":724.3333333333334}},"h2":{"coord":{"x":136.5,"y":661.6666666666667}}},{"type":"corner","p":{"coord":{"x":101,"y":566}},"h1":{"coord":{"x":109.66666666666667,"y":619.3333333333333}},"h2":{"coord":{"x":96.33333333333333,"y":536}}},{"type":"corner","p":{"coord":{"x":111,"y":488.5}},"h1":{"coord":{"x":99.66666666666667,"y":510.16666666666663}},"h2":{"coord":{"x":122.33333333333333,"y":466.83333333333337}}},{"type":"corner","p":{"coord":{"x":158,"y":436.5}},"h1":{"coord":{"x":138,"y":449.5}},"h2":{"coord":{"x":178,"y":423.5}}},{"type":"corner","p":{"coord":{"x":217,"y":410}},"h1":{"coord":{"x":197.66666666666666,"y":414.66666666666663}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":216,"y":403}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":170,"y":399}}},{"type":"corner","p":{"coord":{"x":105,"y":363.5}},"h1":{"coord":{"x":133,"y":385.83333333333337}},"h2":{"coord":{"x":77,"y":341.16666666666663}}},{"type":"corner","p":{"coord":{"x":54,"y":271}},"h1":{"coord":{"x":60,"y":310.3333333333333}},"h2":{"coord":{"x":47.333333333333336,"y":231}}},{"type":"corner","p":{"coord":{"x":86,"y":168.5}},"h1":{"coord":{"x":58,"y":196.83333333333331}},"h2":{"coord":{"x":114,"y":140.16666666666669}}},{"type":"corner","p":{"coord":{"x":210,"y":108}},"h1":{"coord":{"x":155.33333333333334,"y":120}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":300,"y":88}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":327.3333333333333,"y":82}}},{"type":"corner","p":{"coord":{"x":357.5,"y":63}},"h1":{"coord":{"x":346.5,"y":73.66666666666669}},"h2":{"coord":{"x":368.5,"y":52.33333333333337}}},{"type":"corner","p":{"coord":{"x":370,"y":23}},"h1":{"coord":{"x":372.6666666666667,"y":39}},"h2":{"coord":{"x":366.6666666666667,"y":3.6666666666666288}}},{"type":"corner","p":{"coord":{"x":336.5,"y":-24.5}},"h1":{"coord":{"x":355.5,"y":-12.166666666666629}},"h2":{"coord":{"x":317.5,"y":-36.83333333333337}}},{"type":"corner","p":{"coord":{"x":263,"y":-43}},"h1":{"coord":{"x":293,"y":-43}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":233,"y":-43}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":210.33333333333334,"y":-43}}},{"type":"corner","p":{"coord":{"x":176.5,"y":-30.5}},"h1":{"coord":{"x":191.5,"y":-38.83333333333337}},"h2":{"coord":{"x":161.5,"y":-22.16666666666663}}},{"type":"corner","p":{"coord":{"x":151,"y":2}},"h1":{"coord":{"x":153,"y":-11.333333333333371}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":1,"y":2}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":-0.33333333333333326,"y":-48}}},{"type":"corner","p":{"coord":{"x":54.5,"y":-114}},"h1":{"coord":{"x":17.5,"y":-86.66666666666663}},"h2":{"coord":{"x":91.5,"y":-141.33333333333337}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":303,"y":207}},"h1":{"coord":{"x":331,"y":201}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":250,"y":218}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":232.66666666666666,"y":221.33333333333331}}},{"type":"corner","p":{"coord":{"x":211,"y":246.5}},"h1":{"coord":{"x":219.66666666666666,"y":230.83333333333331}},"h2":{"coord":{"x":202.33333333333334,"y":262.1666666666667}}},{"type":"corner","p":{"coord":{"x":203,"y":304}},"h1":{"coord":{"x":199.66666666666666,"y":281.3333333333333}},"h2":{"coord":{"x":208.33333333333334,"y":334.66666666666663}}},{"type":"corner","p":{"coord":{"x":238,"y":372.5}},"h1":{"coord":{"x":220,"y":357.5}},"h2":{"coord":{"x":256,"y":387.5}}},{"type":"corner","p":{"coord":{"x":302,"y":387}},"h1":{"coord":{"x":277.3333333333333,"y":392.33333333333337}},"h2":{"coord":{"x":-100,"y":585},"use":false}},{"type":"corner","p":{"coord":{"x":355,"y":375}},"h1":{"coord":{"x":100,"y":585},"use":false},"h2":{"coord":{"x":375.6666666666667,"y":370.33333333333337}}},{"type":"corner","p":{"coord":{"x":401.5,"y":344}},"h1":{"coord":{"x":391.1666666666667,"y":360}},"h2":{"coord":{"x":411.8333333333333,"y":328}}},{"type":"corner","p":{"coord":{"x":412,"y":288}},"h1":{"coord":{"x":415.3333333333333,"y":309.3333333333333}},"h2":{"coord":{"x":407.3333333333333,"y":258}}},{"type":"corner","p":{"coord":{"x":375,"y":220.5}},"h1":{"coord":{"x":395,"y":235.5}},"h2":{"coord":{"x":355,"y":205.5}}}]}]},"glyph-0xA8":{"id":"glyph-0xA8","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":425,"y":658}},"h1":{"coord":{"x":413,"y":672}},"h2":{"coord":{"x":437,"y":644}}},{"type":"corner","p":{"coord":{"x":480,"y":637}},"h1":{"coord":{"x":455.3333333333333,"y":637}},"h2":{"coord":{"x":504.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":542,"y":658}},"h1":{"coord":{"x":525.3333333333334,"y":644}},"h2":{"coord":{"x":558.6666666666666,"y":672}}},{"type":"corner","p":{"coord":{"x":572,"y":715}},"h1":{"coord":{"x":568.6666666666666,"y":691}},"h2":{"coord":{"x":576,"y":739}}},{"type":"corner","p":{"coord":{"x":560,"y":772}},"h1":{"coord":{"x":572,"y":758}},"h2":{"coord":{"x":548,"y":786}}},{"type":"corner","p":{"coord":{"x":505,"y":793}},"h1":{"coord":{"x":529.6666666666666,"y":793}},"h2":{"coord":{"x":480.3333333333333,"y":793}}},{"type":"corner","p":{"coord":{"x":443,"y":772}},"h1":{"coord":{"x":459.6666666666667,"y":786}},"h2":{"coord":{"x":426.3333333333333,"y":758}}},{"type":"corner","p":{"coord":{"x":412,"y":715}},"h1":{"coord":{"x":416,"y":739}},"h2":{"coord":{"x":408.6666666666667,"y":691}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":181,"y":658}},"h1":{"coord":{"x":169,"y":672}},"h2":{"coord":{"x":193,"y":644}}},{"type":"corner","p":{"coord":{"x":236,"y":637}},"h1":{"coord":{"x":211.33333333333334,"y":637}},"h2":{"coord":{"x":260.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":298,"y":658}},"h1":{"coord":{"x":281.3333333333333,"y":644}},"h2":{"coord":{"x":314.6666666666667,"y":672}}},{"type":"corner","p":{"coord":{"x":328,"y":715}},"h1":{"coord":{"x":324.6666666666667,"y":691}},"h2":{"coord":{"x":332,"y":739}}},{"type":"corner","p":{"coord":{"x":316,"y":772}},"h1":{"coord":{"x":328,"y":758}},"h2":{"coord":{"x":304,"y":786}}},{"type":"corner","p":{"coord":{"x":261,"y":793}},"h1":{"coord":{"x":285.6666666666667,"y":793}},"h2":{"coord":{"x":236.33333333333334,"y":793}}},{"type":"corner","p":{"coord":{"x":199,"y":772}},"h1":{"coord":{"x":215.66666666666666,"y":786}},"h2":{"coord":{"x":182.33333333333334,"y":758}}},{"type":"corner","p":{"coord":{"x":168,"y":715}},"h1":{"coord":{"x":172,"y":739}},"h2":{"coord":{"x":164.66666666666666,"y":691}}}]}]},"glyph-0xA9":{"id":"glyph-0xA9","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":144.5,"y":140}},"h1":{"coord":{"x":109.5,"y":160}},"h2":{"coord":{"x":179.5,"y":120}}},{"type":"corner","p":{"coord":{"x":273,"y":110}},"h1":{"coord":{"x":222.33333333333334,"y":110}},"h2":{"coord":{"x":324.3333333333333,"y":110}}},{"type":"corner","p":{"coord":{"x":412,"y":140}},"h1":{"coord":{"x":370.6666666666667,"y":120}},"h2":{"coord":{"x":453.3333333333333,"y":160}}},{"type":"corner","p":{"coord":{"x":514.5,"y":224}},"h1":{"coord":{"x":487.5,"y":188}},"h2":{"coord":{"x":541.5,"y":260}}},{"type":"corner","p":{"coord":{"x":566,"y":350}},"h1":{"coord":{"x":558.6666666666666,"y":302}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":590,"y":500}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":598,"y":548}}},{"type":"corner","p":{"coord":{"x":578.5,"y":626}},"h1":{"coord":{"x":594.1666666666666,"y":590}},"h2":{"coord":{"x":562.8333333333334,"y":662}}},{"type":"corner","p":{"coord":{"x":502.5,"y":710}},"h1":{"coord":{"x":537.5,"y":690}},"h2":{"coord":{"x":467.5,"y":730}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":424.3333333333333,"y":740}},"h2":{"coord":{"x":322.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":234.5,"y":710}},"h1":{"coord":{"x":276.1666666666667,"y":730}},"h2":{"coord":{"x":192.83333333333334,"y":690}}},{"type":"corner","p":{"coord":{"x":132,"y":626}},"h1":{"coord":{"x":158.66666666666666,"y":662}},"h2":{"coord":{"x":105.33333333333334,"y":590}}},{"type":"corner","p":{"coord":{"x":80,"y":500}},"h1":{"coord":{"x":88,"y":548}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":56,"y":350}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":48.666666666666664,"y":302}}},{"type":"corner","p":{"coord":{"x":68.5,"y":224}},"h1":{"coord":{"x":52.833333333333336,"y":260}},"h2":{"coord":{"x":84.16666666666667,"y":188}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":389.5,"y":183.5}},"h1":{"coord":{"x":421.8333333333333,"y":199.16666666666663}},"h2":{"coord":{"x":357.1666666666667,"y":167.83333333333337}}},{"type":"corner","p":{"coord":{"x":281,"y":160}},"h1":{"coord":{"x":321,"y":160}},"h2":{"coord":{"x":221.66666666666669,"y":160}}},{"type":"corner","p":{"coord":{"x":145,"y":212.5}},"h1":{"coord":{"x":176.33333333333334,"y":177.5}},"h2":{"coord":{"x":113.66666666666667,"y":247.5}}},{"type":"corner","p":{"coord":{"x":111,"y":350}},"h1":{"coord":{"x":102.33333333333333,"y":293.33333333333337}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":135,"y":500}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":141,"y":538}}},{"type":"corner","p":{"coord":{"x":176,"y":599.5}},"h1":{"coord":{"x":154.66666666666666,"y":571.1666666666667}},"h2":{"coord":{"x":197.33333333333334,"y":627.8333333333334}}},{"type":"corner","p":{"coord":{"x":257,"y":666}},"h1":{"coord":{"x":224.33333333333334,"y":650}},"h2":{"coord":{"x":289.6666666666667,"y":682}}},{"type":"corner","p":{"coord":{"x":365,"y":690}},"h1":{"coord":{"x":325.6666666666667,"y":690}},"h2":{"coord":{"x":425,"y":690}}},{"type":"corner","p":{"coord":{"x":502,"y":638}},"h1":{"coord":{"x":470.6666666666667,"y":672.6666666666666}},"h2":{"coord":{"x":533.3333333333334,"y":603.3333333333334}}},{"type":"corner","p":{"coord":{"x":535,"y":500}},"h1":{"coord":{"x":544.3333333333334,"y":557.3333333333333}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":511,"y":350}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":505,"y":312}}},{"type":"corner","p":{"coord":{"x":470,"y":250}},"h1":{"coord":{"x":491.3333333333333,"y":278.66666666666663}},"h2":{"coord":{"x":448.6666666666667,"y":221.33333333333337}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":207.5,"y":279.5}},"h1":{"coord":{"x":186.5,"y":302.5}},"h2":{"coord":{"x":228.5,"y":256.5}}},{"type":"corner","p":{"coord":{"x":300,"y":245}},"h1":{"coord":{"x":259.3333333333333,"y":245}},"h2":{"coord":{"x":340,"y":245}}},{"type":"corner","p":{"coord":{"x":402.5,"y":279.5}},"h1":{"coord":{"x":374.1666666666667,"y":256.5}},"h2":{"coord":{"x":430.8333333333333,"y":302.5}}},{"type":"corner","p":{"coord":{"x":454,"y":370}},"h1":{"coord":{"x":448,"y":332.66666666666663}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":369,"y":370}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":366.3333333333333,"y":355.3333333333333}}},{"type":"corner","p":{"coord":{"x":349.5,"y":334}},"h1":{"coord":{"x":359.8333333333333,"y":343.3333333333333}},"h2":{"coord":{"x":339.1666666666667,"y":324.66666666666663}}},{"type":"corner","p":{"coord":{"x":312,"y":320}},"h1":{"coord":{"x":326.6666666666667,"y":320}},"h2":{"coord":{"x":297.3333333333333,"y":320}}},{"type":"corner","p":{"coord":{"x":278,"y":334}},"h1":{"coord":{"x":286,"y":324.66666666666663}},"h2":{"coord":{"x":270,"y":343.3333333333333}}},{"type":"corner","p":{"coord":{"x":270,"y":370}},"h1":{"coord":{"x":267.3333333333333,"y":355.3333333333333}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":287,"y":480}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":289.6666666666667,"y":495.3333333333333}}},{"type":"corner","p":{"coord":{"x":307,"y":516.5}},"h1":{"coord":{"x":296.3333333333333,"y":507.5}},"h2":{"coord":{"x":317.6666666666667,"y":525.5}}},{"type":"corner","p":{"coord":{"x":345,"y":530}},"h1":{"coord":{"x":330.3333333333333,"y":530}},"h2":{"coord":{"x":359.6666666666667,"y":530}}},{"type":"corner","p":{"coord":{"x":378.5,"y":516.5}},"h1":{"coord":{"x":370.8333333333333,"y":525.5}},"h2":{"coord":{"x":386.1666666666667,"y":507.5}}},{"type":"corner","p":{"coord":{"x":386,"y":480}},"h1":{"coord":{"x":388.6666666666667,"y":495.3333333333333}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":471,"y":480}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":477,"y":517.3333333333333}}},{"type":"corner","p":{"coord":{"x":448.5,"y":570.5}},"h1":{"coord":{"x":469.5,"y":547.5}},"h2":{"coord":{"x":427.5,"y":593.5}}},{"type":"corner","p":{"coord":{"x":357,"y":605}},"h1":{"coord":{"x":397,"y":605}},"h2":{"coord":{"x":316.3333333333333,"y":605}}},{"type":"corner","p":{"coord":{"x":253.5,"y":570.5}},"h1":{"coord":{"x":281.8333333333333,"y":593.5}},"h2":{"coord":{"x":225.16666666666666,"y":547.5}}},{"type":"corner","p":{"coord":{"x":202,"y":480}},"h1":{"coord":{"x":208,"y":517.3333333333333}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":185,"y":370}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":179,"y":332.66666666666663}}}]}]},"glyph-0xAA":{"id":"glyph-0xAA","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":223.5,"y":474}},"h1":{"coord":{"x":207.83333333333334,"y":490}},"h2":{"coord":{"x":239.16666666666666,"y":458}}},{"type":"corner","p":{"coord":{"x":291,"y":450}},"h1":{"coord":{"x":261.6666666666667,"y":450}},"h2":{"coord":{"x":310.3333333333333,"y":450}}},{"type":"corner","p":{"coord":{"x":345.5,"y":466}},"h1":{"coord":{"x":328.5,"y":455.33333333333337}},"h2":{"coord":{"x":362.5,"y":476.66666666666663}}},{"type":"corner","p":{"coord":{"x":387,"y":510}},"h1":{"coord":{"x":376.3333333333333,"y":491.33333333333337}},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":390,"y":510}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":381,"y":455}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":458,"y":455}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":489,"y":650}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":493.6666666666667,"y":677.3333333333334}}},{"type":"corner","p":{"coord":{"x":465,"y":715.5}},"h1":{"coord":{"x":485.6666666666667,"y":699.1666666666667}},"h2":{"coord":{"x":444.3333333333333,"y":731.8333333333333}}},{"type":"corner","p":{"coord":{"x":378,"y":740}},"h1":{"coord":{"x":415.3333333333333,"y":740}},"h2":{"coord":{"x":345.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":291.5,"y":716.5}},"h1":{"coord":{"x":316.5,"y":732.1666666666667}},"h2":{"coord":{"x":266.5,"y":700.8333333333333}}},{"type":"corner","p":{"coord":{"x":240,"y":655}},"h1":{"coord":{"x":249.33333333333334,"y":680.3333333333333}},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":320,"y":655}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":322,"y":662.3333333333334}}},{"type":"corner","p":{"coord":{"x":336.5,"y":673}},"h1":{"coord":{"x":327.5,"y":668.3333333333334}},"h2":{"coord":{"x":345.5,"y":677.6666666666666}}},{"type":"corner","p":{"coord":{"x":369,"y":680}},"h1":{"coord":{"x":356.3333333333333,"y":680}},"h2":{"coord":{"x":382.3333333333333,"y":680}}},{"type":"corner","p":{"coord":{"x":400,"y":672}},"h1":{"coord":{"x":392.6666666666667,"y":677.3333333333334}},"h2":{"coord":{"x":407.3333333333333,"y":666.6666666666666}}},{"type":"corner","p":{"coord":{"x":409,"y":650}},"h1":{"coord":{"x":410.3333333333333,"y":659.3333333333334}},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":405,"y":625}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":335,"y":625}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":300.3333333333333,"y":625}}},{"type":"corner","p":{"coord":{"x":247.5,"y":601}},"h1":{"coord":{"x":271.1666666666667,"y":617}},"h2":{"coord":{"x":223.83333333333334,"y":585}}},{"type":"corner","p":{"coord":{"x":206,"y":538}},"h1":{"coord":{"x":210,"y":564}},"h2":{"coord":{"x":202,"y":511.33333333333337}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":370.5,"y":519}},"h1":{"coord":{"x":383.5,"y":528.3333333333334}},"h2":{"coord":{"x":357.5,"y":509.66666666666663}}},{"type":"corner","p":{"coord":{"x":323,"y":505}},"h1":{"coord":{"x":341.6666666666667,"y":505}},"h2":{"coord":{"x":311,"y":505}}},{"type":"corner","p":{"coord":{"x":294.5,"y":515}},"h1":{"coord":{"x":301.5,"y":508.33333333333337}},"h2":{"coord":{"x":287.5,"y":521.6666666666666}}},{"type":"corner","p":{"coord":{"x":287,"y":540}},"h1":{"coord":{"x":285,"y":530}},"h2":{"coord":{"x":288.3333333333333,"y":551.3333333333334}}},{"type":"corner","p":{"coord":{"x":300,"y":566}},"h1":{"coord":{"x":292.6666666666667,"y":560}},"h2":{"coord":{"x":307.3333333333333,"y":572}}},{"type":"corner","p":{"coord":{"x":327,"y":575}},"h1":{"coord":{"x":316.3333333333333,"y":575}},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":397,"y":575}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":394,"y":555}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":391.3333333333333,"y":540.3333333333334}}}]}]},"glyph-0xAB":{"id":"glyph-0xAB","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":390,"y":40}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":542,"y":40}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":418,"y":274}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":628,"y":520}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":468,"y":520}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":265,"y":280}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":140,"y":40}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":40}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":168,"y":274}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":378,"y":520}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":218,"y":520}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":15,"y":280}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}}]}]},"glyph-0xAC":{"id":"glyph-0xAC","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":364,"y":175}},"h1":{"coord":{"x":100,"y":625},"use":false},"h2":{"coord":{"x":-100,"y":625},"use":false}},{"type":"corner","p":{"coord":{"x":514,"y":175}},"h1":{"coord":{"x":100,"y":625},"use":false},"h2":{"coord":{"x":-100,"y":625},"use":false}},{"type":"corner","p":{"coord":{"x":557,"y":450}},"h1":{"coord":{"x":100,"y":625},"use":false},"h2":{"coord":{"x":-100,"y":625},"use":false}},{"type":"corner","p":{"coord":{"x":97,"y":450}},"h1":{"coord":{"x":100,"y":625},"use":false},"h2":{"coord":{"x":-100,"y":625},"use":false}},{"type":"corner","p":{"coord":{"x":75,"y":310}},"h1":{"coord":{"x":100,"y":625},"use":false},"h2":{"coord":{"x":-100,"y":625},"use":false}},{"type":"corner","p":{"coord":{"x":385,"y":310}},"h1":{"coord":{"x":100,"y":625},"use":false},"h2":{"coord":{"x":-100,"y":625},"use":false}}]}]},"glyph-0xAE":{"id":"glyph-0xAE","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":144,"y":140}},"h1":{"coord":{"x":108.66666666666667,"y":160}},"h2":{"coord":{"x":179.33333333333331,"y":120}}},{"type":"corner","p":{"coord":{"x":273,"y":110}},"h1":{"coord":{"x":222.33333333333334,"y":110}},"h2":{"coord":{"x":324.3333333333333,"y":110}}},{"type":"corner","p":{"coord":{"x":412,"y":140}},"h1":{"coord":{"x":370.6666666666667,"y":120}},"h2":{"coord":{"x":453.3333333333333,"y":160}}},{"type":"corner","p":{"coord":{"x":514.5,"y":224}},"h1":{"coord":{"x":487.5,"y":188}},"h2":{"coord":{"x":541.5,"y":260}}},{"type":"corner","p":{"coord":{"x":566,"y":350}},"h1":{"coord":{"x":558.6666666666666,"y":302}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":590,"y":500}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":598,"y":548}}},{"type":"corner","p":{"coord":{"x":578.5,"y":626}},"h1":{"coord":{"x":594.1666666666666,"y":590}},"h2":{"coord":{"x":562.8333333333334,"y":662}}},{"type":"corner","p":{"coord":{"x":502.5,"y":710}},"h1":{"coord":{"x":537.5,"y":690}},"h2":{"coord":{"x":467.5,"y":730}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":424.3333333333333,"y":740}},"h2":{"coord":{"x":322.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":234.5,"y":710}},"h1":{"coord":{"x":276.1666666666667,"y":730}},"h2":{"coord":{"x":192.83333333333334,"y":690}}},{"type":"corner","p":{"coord":{"x":132,"y":626}},"h1":{"coord":{"x":158.66666666666666,"y":662}},"h2":{"coord":{"x":105.33333333333334,"y":590}}},{"type":"corner","p":{"coord":{"x":80,"y":500}},"h1":{"coord":{"x":88,"y":548}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":56,"y":350}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":48.666666666666664,"y":302}}},{"type":"corner","p":{"coord":{"x":68,"y":224}},"h1":{"coord":{"x":52.66666666666667,"y":260}},"h2":{"coord":{"x":83.33333333333333,"y":188}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":389.5,"y":183.5}},"h1":{"coord":{"x":421.8333333333333,"y":199.16666666666663}},"h2":{"coord":{"x":357.1666666666667,"y":167.83333333333337}}},{"type":"corner","p":{"coord":{"x":281,"y":160}},"h1":{"coord":{"x":321,"y":160}},"h2":{"coord":{"x":221.66666666666669,"y":160}}},{"type":"corner","p":{"coord":{"x":145,"y":212.5}},"h1":{"coord":{"x":176.33333333333334,"y":177.5}},"h2":{"coord":{"x":113.66666666666667,"y":247.5}}},{"type":"corner","p":{"coord":{"x":111,"y":350}},"h1":{"coord":{"x":102.33333333333333,"y":293.33333333333337}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":135,"y":500}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":141,"y":538}}},{"type":"corner","p":{"coord":{"x":176,"y":599.5}},"h1":{"coord":{"x":154.66666666666666,"y":571.1666666666667}},"h2":{"coord":{"x":197.33333333333334,"y":627.8333333333334}}},{"type":"corner","p":{"coord":{"x":257,"y":666}},"h1":{"coord":{"x":224.33333333333334,"y":650}},"h2":{"coord":{"x":289.6666666666667,"y":682}}},{"type":"corner","p":{"coord":{"x":365,"y":690}},"h1":{"coord":{"x":325.6666666666667,"y":690}},"h2":{"coord":{"x":425,"y":690}}},{"type":"corner","p":{"coord":{"x":502,"y":638}},"h1":{"coord":{"x":470.6666666666667,"y":672.6666666666666}},"h2":{"coord":{"x":533.3333333333334,"y":603.3333333333334}}},{"type":"corner","p":{"coord":{"x":535,"y":500}},"h1":{"coord":{"x":544.3333333333334,"y":557.3333333333333}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":511,"y":350}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":505,"y":312}}},{"type":"corner","p":{"coord":{"x":470,"y":250}},"h1":{"coord":{"x":491.3333333333333,"y":278.66666666666663}},"h2":{"coord":{"x":448.6666666666667,"y":221.33333333333337}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":176,"y":250}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":256,"y":250}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":277,"y":385}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":317,"y":385}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":351,"y":250}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":433,"y":250}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":391,"y":398}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":410.3333333333333,"y":406}}},{"type":"corner","p":{"coord":{"x":439.5,"y":433.5}},"h1":{"coord":{"x":426.5,"y":417.8333333333333}},"h2":{"coord":{"x":452.5,"y":449.1666666666667}}},{"type":"corner","p":{"coord":{"x":465,"y":490}},"h1":{"coord":{"x":461,"y":468}},"h2":{"coord":{"x":470.3333333333333,"y":523.3333333333333}}},{"type":"corner","p":{"coord":{"x":442.5,"y":570}},"h1":{"coord":{"x":462.8333333333333,"y":550}},"h2":{"coord":{"x":422.1666666666667,"y":590}}},{"type":"corner","p":{"coord":{"x":355,"y":600}},"h1":{"coord":{"x":393,"y":600}},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":231,"y":600}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":-100,"y":850},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":287,"y":450}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":302,"y":540}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":-100,"y":850},"use":false}},{"type":"corner","p":{"coord":{"x":346,"y":540}},"h1":{"coord":{"x":100,"y":850},"use":false},"h2":{"coord":{"x":360,"y":540}}},{"type":"corner","p":{"coord":{"x":377.5,"y":527.5}},"h1":{"coord":{"x":370.5,"y":535.8333333333333}},"h2":{"coord":{"x":384.5,"y":519.1666666666667}}},{"type":"corner","p":{"coord":{"x":384,"y":495}},"h1":{"coord":{"x":386.6666666666667,"y":508.3333333333333}},"h2":{"coord":{"x":382,"y":481.6666666666667}}},{"type":"corner","p":{"coord":{"x":366.5,"y":462.5}},"h1":{"coord":{"x":376.1666666666667,"y":470.8333333333333}},"h2":{"coord":{"x":356.8333333333333,"y":454.1666666666667}}},{"type":"corner","p":{"coord":{"x":331,"y":450}},"h1":{"coord":{"x":345,"y":450}},"h2":{"coord":{"x":-100,"y":850},"use":false}}]}]},"glyph-0xAF":{"id":"glyph-0xAF","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":180,"y":655}},"h1":{"coord":{"x":100,"y":1420},"use":false},"h2":{"coord":{"x":-100,"y":1420},"use":false}},{"type":"corner","p":{"coord":{"x":540,"y":655}},"h1":{"coord":{"x":100,"y":1420},"use":false},"h2":{"coord":{"x":-100,"y":1420},"use":false}},{"type":"corner","p":{"coord":{"x":557,"y":765}},"h1":{"coord":{"x":100,"y":1420},"use":false},"h2":{"coord":{"x":-100,"y":1420},"use":false}},{"type":"corner","p":{"coord":{"x":197,"y":765}},"h1":{"coord":{"x":100,"y":1420},"use":false},"h2":{"coord":{"x":-100,"y":1420},"use":false}}]}]},"glyph-0xB0":{"id":"glyph-0xB0","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":225,"y":490}},"h1":{"coord":{"x":201.66666666666666,"y":516.6666666666666}},"h2":{"coord":{"x":248.33333333333334,"y":463.33333333333337}}},{"type":"corner","p":{"coord":{"x":327,"y":450}},"h1":{"coord":{"x":282.3333333333333,"y":450}},"h2":{"coord":{"x":372.3333333333333,"y":450}}},{"type":"corner","p":{"coord":{"x":442.5,"y":490}},"h1":{"coord":{"x":410.8333333333333,"y":463.33333333333337}},"h2":{"coord":{"x":474.1666666666667,"y":516.6666666666666}}},{"type":"corner","p":{"coord":{"x":500,"y":595}},"h1":{"coord":{"x":493.3333333333333,"y":551.6666666666666}},"h2":{"coord":{"x":507.3333333333333,"y":638.3333333333334}}},{"type":"corner","p":{"coord":{"x":476,"y":700}},"h1":{"coord":{"x":499.3333333333333,"y":673.3333333333334}},"h2":{"coord":{"x":452.6666666666667,"y":726.6666666666667}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":418.3333333333333,"y":740}},"h2":{"coord":{"x":328.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":258.5,"y":700}},"h1":{"coord":{"x":290.1666666666667,"y":726.6666666666667}},"h2":{"coord":{"x":226.83333333333334,"y":673.3333333333334}}},{"type":"corner","p":{"coord":{"x":200,"y":595}},"h1":{"coord":{"x":207.33333333333334,"y":638.3333333333334}},"h2":{"coord":{"x":193.33333333333334,"y":551.6666666666666}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":396,"y":537}},"h1":{"coord":{"x":412,"y":551.6666666666666}},"h2":{"coord":{"x":380,"y":522.3333333333334}}},{"type":"corner","p":{"coord":{"x":338,"y":515}},"h1":{"coord":{"x":360.6666666666667,"y":515}},"h2":{"coord":{"x":315.3333333333333,"y":515}}},{"type":"corner","p":{"coord":{"x":287,"y":537}},"h1":{"coord":{"x":298.3333333333333,"y":522.3333333333334}},"h2":{"coord":{"x":275.6666666666667,"y":551.6666666666666}}},{"type":"corner","p":{"coord":{"x":275,"y":595}},"h1":{"coord":{"x":271.6666666666667,"y":571}},"h2":{"coord":{"x":279,"y":619}}},{"type":"corner","p":{"coord":{"x":305,"y":653}},"h1":{"coord":{"x":289,"y":638.3333333333334}},"h2":{"coord":{"x":321,"y":667.6666666666666}}},{"type":"corner","p":{"coord":{"x":363,"y":675}},"h1":{"coord":{"x":340.3333333333333,"y":675}},"h2":{"coord":{"x":385.6666666666667,"y":675}}},{"type":"corner","p":{"coord":{"x":414,"y":653}},"h1":{"coord":{"x":402.6666666666667,"y":667.6666666666666}},"h2":{"coord":{"x":425.3333333333333,"y":638.3333333333334}}},{"type":"corner","p":{"coord":{"x":425,"y":595}},"h1":{"coord":{"x":429,"y":619}},"h2":{"coord":{"x":421.6666666666667,"y":571}}}]}]},"glyph-0xB1":{"id":"glyph-0xB1","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":21,"y":0}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":491,"y":0}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":509,"y":111}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":354,"y":111}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":377,"y":260}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":547,"y":260}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":569,"y":400}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":399,"y":400}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":426,"y":570}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":570}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":249,"y":400}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":79,"y":400}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":57,"y":260}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":227,"y":260}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":204,"y":111}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}},{"type":"corner","p":{"coord":{"x":39,"y":111}},"h1":{"coord":{"x":100,"y":570},"use":false},"h2":{"coord":{"x":-100,"y":570},"use":false}}]}]},"glyph-0xB2":{"id":"glyph-0xB2","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":173,"y":405}},"h1":{"coord":{"x":100,"y":1245},"use":false},"h2":{"coord":{"x":-100,"y":1245},"use":false}},{"type":"corner","p":{"coord":{"x":488,"y":405}},"h1":{"coord":{"x":100,"y":1245},"use":false},"h2":{"coord":{"x":-100,"y":1245},"use":false}},{"type":"corner","p":{"coord":{"x":501,"y":488}},"h1":{"coord":{"x":100,"y":1245},"use":false},"h2":{"coord":{"x":-100,"y":1245},"use":false}},{"type":"corner","p":{"coord":{"x":300,"y":488}},"h1":{"coord":{"x":100,"y":1245},"use":false},"h2":{"coord":{"x":-100,"y":1245},"use":false}},{"type":"corner","p":{"coord":{"x":418,"y":553}},"h1":{"coord":{"x":100,"y":1245},"use":false},"h2":{"coord":{"x":482.66666666666663,"y":588.3333333333334}}},{"type":"corner","p":{"coord":{"x":528,"y":695}},"h1":{"coord":{"x":519.3333333333334,"y":635.6666666666666}},"h2":{"coord":{"x":535.3333333333334,"y":739}}},{"type":"corner","p":{"coord":{"x":501.5,"y":800.5}},"h1":{"coord":{"x":526.5,"y":774.1666666666667}},"h2":{"coord":{"x":476.5,"y":826.8333333333333}}},{"type":"corner","p":{"coord":{"x":391,"y":840}},"h1":{"coord":{"x":439.6666666666667,"y":840}},"h2":{"coord":{"x":342.3333333333333,"y":840}}},{"type":"corner","p":{"coord":{"x":268.5,"y":800.5}},"h1":{"coord":{"x":301.5,"y":826.8333333333333}},"h2":{"coord":{"x":235.5,"y":774.1666666666667}}},{"type":"corner","p":{"coord":{"x":208,"y":694}},"h1":{"coord":{"x":215.33333333333334,"y":738.6666666666667}},"h2":{"coord":{"x":-100,"y":1245},"use":false}},{"type":"corner","p":{"coord":{"x":303,"y":694}},"h1":{"coord":{"x":100,"y":1245},"use":false},"h2":{"coord":{"x":306.3333333333333,"y":713.3333333333334}}},{"type":"corner","p":{"coord":{"x":328.5,"y":740.5}},"h1":{"coord":{"x":314.8333333333333,"y":728.8333333333334}},"h2":{"coord":{"x":342.1666666666667,"y":752.1666666666667}}},{"type":"corner","p":{"coord":{"x":378,"y":758}},"h1":{"coord":{"x":358.6666666666667,"y":758}},"h2":{"coord":{"x":397.3333333333333,"y":758}}},{"type":"corner","p":{"coord":{"x":422.5,"y":740.5}},"h1":{"coord":{"x":412.1666666666667,"y":752.1666666666667}},"h2":{"coord":{"x":432.8333333333333,"y":728.8333333333334}}},{"type":"corner","p":{"coord":{"x":433,"y":694}},"h1":{"coord":{"x":436.3333333333333,"y":713.3333333333334}},"h2":{"coord":{"x":430.3333333333333,"y":679.3333333333334}}},{"type":"corner","p":{"coord":{"x":415,"y":651.5}},"h1":{"coord":{"x":424.3333333333333,"y":665.1666666666666}},"h2":{"coord":{"x":405.6666666666667,"y":637.8333333333334}}},{"type":"corner","p":{"coord":{"x":381,"y":619}},"h1":{"coord":{"x":394.3333333333333,"y":627}},"h2":{"coord":{"x":-100,"y":1245},"use":false}},{"type":"corner","p":{"coord":{"x":189,"y":502}},"h1":{"coord":{"x":100,"y":1245},"use":false},"h2":{"coord":{"x":-100,"y":1245},"use":false}}]}]},"glyph-0xB3":{"id":"glyph-0xB3","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":190.5,"y":434}},"h1":{"coord":{"x":164.16666666666666,"y":460}},"h2":{"coord":{"x":216.83333333333334,"y":408}}},{"type":"corner","p":{"coord":{"x":303,"y":395}},"h1":{"coord":{"x":254.33333333333334,"y":395}},"h2":{"coord":{"x":351,"y":395}}},{"type":"corner","p":{"coord":{"x":425.5,"y":434.5}},"h1":{"coord":{"x":391.8333333333333,"y":408.16666666666663}},"h2":{"coord":{"x":459.1666666666667,"y":460.83333333333337}}},{"type":"corner","p":{"coord":{"x":487,"y":542}},"h1":{"coord":{"x":479.6666666666667,"y":496.66666666666663}},"h2":{"coord":{"x":492.3333333333333,"y":576}}},{"type":"corner","p":{"coord":{"x":472.5,"y":626.5}},"h1":{"coord":{"x":487.5,"y":604.1666666666666}},"h2":{"coord":{"x":457.5,"y":648.8333333333334}}},{"type":"corner","p":{"coord":{"x":405,"y":670}},"h1":{"coord":{"x":435,"y":663.3333333333334}},"h2":{"coord":{"x":-100,"y":1225},"use":false}},{"type":"corner","p":{"coord":{"x":490,"y":741}},"h1":{"coord":{"x":100,"y":1225},"use":false},"h2":{"coord":{"x":-100,"y":1225},"use":false}},{"type":"corner","p":{"coord":{"x":504,"y":830}},"h1":{"coord":{"x":100,"y":1225},"use":false},"h2":{"coord":{"x":-100,"y":1225},"use":false}},{"type":"corner","p":{"coord":{"x":240,"y":830}},"h1":{"coord":{"x":100,"y":1225},"use":false},"h2":{"coord":{"x":-100,"y":1225},"use":false}},{"type":"corner","p":{"coord":{"x":227,"y":747}},"h1":{"coord":{"x":100,"y":1225},"use":false},"h2":{"coord":{"x":-100,"y":1225},"use":false}},{"type":"corner","p":{"coord":{"x":404,"y":747}},"h1":{"coord":{"x":100,"y":1225},"use":false},"h2":{"coord":{"x":-100,"y":1225},"use":false}},{"type":"corner","p":{"coord":{"x":318,"y":675}},"h1":{"coord":{"x":100,"y":1225},"use":false},"h2":{"coord":{"x":-100,"y":1225},"use":false}},{"type":"corner","p":{"coord":{"x":307,"y":609}},"h1":{"coord":{"x":100,"y":1225},"use":false},"h2":{"coord":{"x":-100,"y":1225},"use":false}},{"type":"corner","p":{"coord":{"x":337,"y":609}},"h1":{"coord":{"x":100,"y":1225},"use":false},"h2":{"coord":{"x":357,"y":609}}},{"type":"corner","p":{"coord":{"x":382,"y":591.5}},"h1":{"coord":{"x":372,"y":603.1666666666666}},"h2":{"coord":{"x":392,"y":579.8333333333334}}},{"type":"corner","p":{"coord":{"x":392,"y":542}},"h1":{"coord":{"x":395.3333333333333,"y":563.3333333333334}},"h2":{"coord":{"x":388.6666666666667,"y":520}}},{"type":"corner","p":{"coord":{"x":367,"y":493}},"h1":{"coord":{"x":380.3333333333333,"y":503.66666666666663}},"h2":{"coord":{"x":353.6666666666667,"y":482.33333333333337}}},{"type":"corner","p":{"coord":{"x":316,"y":477}},"h1":{"coord":{"x":336.6666666666667,"y":477}},"h2":{"coord":{"x":295.3333333333333,"y":477}}},{"type":"corner","p":{"coord":{"x":268.5,"y":493}},"h1":{"coord":{"x":279.5,"y":482.33333333333337}},"h2":{"coord":{"x":257.5,"y":503.66666666666663}}},{"type":"corner","p":{"coord":{"x":257,"y":540}},"h1":{"coord":{"x":253.66666666666666,"y":519.3333333333334}},"h2":{"coord":{"x":-100,"y":1225},"use":false}},{"type":"corner","p":{"coord":{"x":162,"y":540}},"h1":{"coord":{"x":100,"y":1225},"use":false},"h2":{"coord":{"x":154.66666666666666,"y":495.33333333333337}}}]}]},"glyph-0xB4":{"id":"glyph-0xB4","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":255,"y":645}},"h1":{"coord":{"x":100,"y":1430},"use":false},"h2":{"coord":{"x":-100,"y":1430},"use":false}},{"type":"corner","p":{"coord":{"x":410,"y":645}},"h1":{"coord":{"x":100,"y":1430},"use":false},"h2":{"coord":{"x":-100,"y":1430},"use":false}},{"type":"corner","p":{"coord":{"x":549,"y":785}},"h1":{"coord":{"x":100,"y":1430},"use":false},"h2":{"coord":{"x":-100,"y":1430},"use":false}},{"type":"corner","p":{"coord":{"x":382,"y":785}},"h1":{"coord":{"x":100,"y":1430},"use":false},"h2":{"coord":{"x":-100,"y":1430},"use":false}}]}]},"glyph-0xB5":{"id":"glyph-0xB5","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-6,"y":-180}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":144,"y":-180}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":168,"y":-30}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":185,"y":105}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":186,"y":105}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":184,"y":69}}},{"type":"corner","p":{"coord":{"x":202,"y":20.5}},"h1":{"coord":{"x":189.33333333333334,"y":40.833333333333314}},"h2":{"coord":{"x":214.66666666666666,"y":0.16666666666668561}}},{"type":"corner","p":{"coord":{"x":258,"y":-10}},"h1":{"coord":{"x":233.33333333333334,"y":-10}},"h2":{"coord":{"x":282.6666666666667,"y":-10}}},{"type":"corner","p":{"coord":{"x":323.5,"y":20.5}},"h1":{"coord":{"x":304.5,"y":0.16666666666668561}},"h2":{"coord":{"x":342.5,"y":40.833333333333314}}},{"type":"corner","p":{"coord":{"x":367,"y":105}},"h1":{"coord":{"x":357,"y":69}},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":369,"y":105}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":347,"y":0}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":0}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":584,"y":550}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":434,"y":550}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":380,"y":210}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":375.3333333333333,"y":181.33333333333334}}},{"type":"corner","p":{"coord":{"x":346.5,"y":143.5}},"h1":{"coord":{"x":364.1666666666667,"y":159.16666666666666}},"h2":{"coord":{"x":328.8333333333333,"y":127.83333333333334}}},{"type":"corner","p":{"coord":{"x":279,"y":120}},"h1":{"coord":{"x":306.3333333333333,"y":120}},"h2":{"coord":{"x":251.66666666666666,"y":120}}},{"type":"corner","p":{"coord":{"x":218.5,"y":143.5}},"h1":{"coord":{"x":231.5,"y":127.83333333333334}},"h2":{"coord":{"x":205.5,"y":159.16666666666666}}},{"type":"corner","p":{"coord":{"x":206,"y":210}},"h1":{"coord":{"x":201.33333333333334,"y":181.33333333333334}},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":260,"y":550}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}},{"type":"corner","p":{"coord":{"x":110,"y":550}},"h1":{"coord":{"x":100,"y":370},"use":false},"h2":{"coord":{"x":-100,"y":370},"use":false}}]}]},"glyph-0xB6":{"id":"glyph-0xB6","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":167,"y":-180}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":277,"y":-180}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":422,"y":730}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":312,"y":730}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":274,"y":730}}},{"type":"corner","p":{"coord":{"x":209,"y":709}},"h1":{"coord":{"x":239.66666666666666,"y":723}},"h2":{"coord":{"x":178.33333333333334,"y":695}}},{"type":"corner","p":{"coord":{"x":133,"y":649.5}},"h1":{"coord":{"x":153,"y":675.1666666666666}},"h2":{"coord":{"x":113,"y":623.8333333333334}}},{"type":"corner","p":{"coord":{"x":95,"y":560}},"h1":{"coord":{"x":100.33333333333333,"y":594}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":82,"y":480}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":74,"y":429.33333333333337}}},{"type":"corner","p":{"coord":{"x":115,"y":357}},"h1":{"coord":{"x":85,"y":388.33333333333337}},"h2":{"coord":{"x":145,"y":325.66666666666663}}},{"type":"corner","p":{"coord":{"x":245,"y":310}},"h1":{"coord":{"x":188.33333333333334,"y":310}},"h2":{"coord":{"x":-100,"y":550},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":347,"y":-180}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":457,"y":-180}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":602,"y":730}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":492,"y":730}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}}]}]},"glyph-0xB7":{"id":"glyph-0xB7","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":185,"y":279.5}},"h1":{"coord":{"x":169.66666666666666,"y":297.8333333333333}},"h2":{"coord":{"x":200.33333333333334,"y":261.1666666666667}}},{"type":"corner","p":{"coord":{"x":254,"y":252}},"h1":{"coord":{"x":223.33333333333334,"y":252}},"h2":{"coord":{"x":285.3333333333333,"y":252}}},{"type":"corner","p":{"coord":{"x":332.5,"y":279.5}},"h1":{"coord":{"x":311.5,"y":261.1666666666667}},"h2":{"coord":{"x":353.5,"y":297.8333333333333}}},{"type":"corner","p":{"coord":{"x":371,"y":353}},"h1":{"coord":{"x":366.3333333333333,"y":322.3333333333333}},"h2":{"coord":{"x":376.3333333333333,"y":384.3333333333333}}},{"type":"corner","p":{"coord":{"x":356,"y":427}},"h1":{"coord":{"x":371.3333333333333,"y":409}},"h2":{"coord":{"x":340.6666666666667,"y":445}}},{"type":"corner","p":{"coord":{"x":286,"y":454}},"h1":{"coord":{"x":317.3333333333333,"y":454}},"h2":{"coord":{"x":255.33333333333334,"y":454}}},{"type":"corner","p":{"coord":{"x":208.5,"y":427}},"h1":{"coord":{"x":229.5,"y":445}},"h2":{"coord":{"x":187.5,"y":409}}},{"type":"corner","p":{"coord":{"x":169,"y":353}},"h1":{"coord":{"x":174.33333333333334,"y":384.3333333333333}},"h2":{"coord":{"x":164.33333333333334,"y":322.3333333333333}}}]}]},"glyph-0xB8":{"id":"glyph-0xB8","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":110,"y":-225}},"h1":{"coord":{"x":100,"y":-209},"use":false},"h2":{"coord":{"x":-100,"y":-209},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":-225}},"h1":{"coord":{"x":100,"y":-209},"use":false},"h2":{"coord":{"x":262,"y":-225}}},{"type":"corner","p":{"coord":{"x":326,"y":-197.5}},"h1":{"coord":{"x":297.3333333333333,"y":-215.83333333333331}},"h2":{"coord":{"x":354.6666666666667,"y":-179.16666666666669}}},{"type":"corner","p":{"coord":{"x":375,"y":-133}},"h1":{"coord":{"x":371,"y":-157.66666666666666}},"h2":{"coord":{"x":378.3333333333333,"y":-112.33333333333334}}},{"type":"corner","p":{"coord":{"x":360.5,"y":-82}},"h1":{"coord":{"x":373.5,"y":-95.33333333333333}},"h2":{"coord":{"x":347.5,"y":-68.66666666666666}}},{"type":"corner","p":{"coord":{"x":309.5,"y":-51.5}},"h1":{"coord":{"x":330.5,"y":-58.5}},"h2":{"coord":{"x":288.5,"y":-44.5}}},{"type":"corner","p":{"coord":{"x":248,"y":-39}},"h1":{"coord":{"x":268,"y":-40.33333333333334}},"h2":{"coord":{"x":-100,"y":-209},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":16}},"h1":{"coord":{"x":100,"y":-209},"use":false},"h2":{"coord":{"x":-100,"y":-209},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":16}},"h1":{"coord":{"x":100,"y":-209},"use":false},"h2":{"coord":{"x":-100,"y":-209},"use":false}},{"type":"corner","p":{"coord":{"x":154,"y":-69}},"h1":{"coord":{"x":100,"y":-209},"use":false},"h2":{"coord":{"x":190.66666666666666,"y":-69}}},{"type":"corner","p":{"coord":{"x":237.5,"y":-82.5}},"h1":{"coord":{"x":218.5,"y":-73.5}},"h2":{"coord":{"x":256.5,"y":-91.5}}},{"type":"corner","p":{"coord":{"x":262,"y":-119}},"h1":{"coord":{"x":264.6666666666667,"y":-103.66666666666667}},"h2":{"coord":{"x":261.3333333333333,"y":-127}}},{"type":"corner","p":{"coord":{"x":243.5,"y":-143}},"h1":{"coord":{"x":255.16666666666666,"y":-135}},"h2":{"coord":{"x":231.83333333333334,"y":-151}}},{"type":"corner","p":{"coord":{"x":201,"y":-155}},"h1":{"coord":{"x":217.66666666666666,"y":-155}},"h2":{"coord":{"x":-100,"y":-209},"use":false}},{"type":"corner","p":{"coord":{"x":121,"y":-155}},"h1":{"coord":{"x":100,"y":-209},"use":false},"h2":{"coord":{"x":-100,"y":-209},"use":false}}]}]},"glyph-0xB9":{"id":"glyph-0xB9","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":165,"y":405}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":495,"y":405}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":509,"y":490}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":407,"y":490}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":460,"y":830}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":340,"y":830}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":230,"y":756}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":214,"y":658}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":352,"y":747}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":312,"y":490}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}},{"type":"corner","p":{"coord":{"x":179,"y":490}},"h1":{"coord":{"x":100,"y":1235},"use":false},"h2":{"coord":{"x":-100,"y":1235},"use":false}}]}]},"glyph-0xBA":{"id":"glyph-0xBA","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":235,"y":484.5}},"h1":{"coord":{"x":214.33333333333334,"y":507.5}},"h2":{"coord":{"x":255.66666666666666,"y":461.5}}},{"type":"corner","p":{"coord":{"x":327,"y":450}},"h1":{"coord":{"x":286.3333333333333,"y":450}},"h2":{"coord":{"x":367.6666666666667,"y":450}}},{"type":"corner","p":{"coord":{"x":431,"y":484.5}},"h1":{"coord":{"x":402.3333333333333,"y":461.5}},"h2":{"coord":{"x":459.6666666666667,"y":507.5}}},{"type":"corner","p":{"coord":{"x":481,"y":571}},"h1":{"coord":{"x":476.3333333333333,"y":536.3333333333334}},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":489,"y":620}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":495,"y":656}}},{"type":"corner","p":{"coord":{"x":466,"y":707}},"h1":{"coord":{"x":487.3333333333333,"y":685}},"h2":{"coord":{"x":444.6666666666667,"y":729}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":413.6666666666667,"y":740}},"h2":{"coord":{"x":332.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":270,"y":707}},"h1":{"coord":{"x":298,"y":729}},"h2":{"coord":{"x":242,"y":685}}},{"type":"corner","p":{"coord":{"x":219,"y":620}},"h1":{"coord":{"x":225,"y":656}},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":211,"y":571}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":206.33333333333334,"y":536.3333333333334}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":380.5,"y":534}},"h1":{"coord":{"x":392.1666666666667,"y":543.3333333333334}},"h2":{"coord":{"x":368.8333333333333,"y":524.6666666666666}}},{"type":"corner","p":{"coord":{"x":338,"y":520}},"h1":{"coord":{"x":354.6666666666667,"y":520}},"h2":{"coord":{"x":321.3333333333333,"y":520}}},{"type":"corner","p":{"coord":{"x":300.5,"y":534}},"h1":{"coord":{"x":308.8333333333333,"y":524.6666666666666}},"h2":{"coord":{"x":292.1666666666667,"y":543.3333333333334}}},{"type":"corner","p":{"coord":{"x":291,"y":571}},"h1":{"coord":{"x":289,"y":555.6666666666666}},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":299,"y":620}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":301.6666666666667,"y":635.3333333333334}}},{"type":"corner","p":{"coord":{"x":320,"y":656.5}},"h1":{"coord":{"x":308.6666666666667,"y":647.5}},"h2":{"coord":{"x":331.3333333333333,"y":665.5}}},{"type":"corner","p":{"coord":{"x":362,"y":670}},"h1":{"coord":{"x":345.3333333333333,"y":670}},"h2":{"coord":{"x":378.6666666666667,"y":670}}},{"type":"corner","p":{"coord":{"x":400,"y":656.5}},"h1":{"coord":{"x":391.3333333333333,"y":665.5}},"h2":{"coord":{"x":408.6666666666667,"y":647.5}}},{"type":"corner","p":{"coord":{"x":409,"y":620}},"h1":{"coord":{"x":411.6666666666667,"y":635.3333333333334}},"h2":{"coord":{"x":-100,"y":1190},"use":false}},{"type":"corner","p":{"coord":{"x":401,"y":571}},"h1":{"coord":{"x":100,"y":1190},"use":false},"h2":{"coord":{"x":399,"y":555.6666666666666}}}]}]},"glyph-0xBB":{"id":"glyph-0xBB","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":222,"y":40}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":382,"y":40}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":585,"y":280}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":460,"y":520}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":308,"y":520}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":430,"y":287}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":-28,"y":40}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":132,"y":40}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":335,"y":280}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":210,"y":520}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":58,"y":520}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":180,"y":287}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}}]}]},"glyph-0xBC":{"id":"glyph-0xBC","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":26,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":114,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":602,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":514,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":346,"y":479}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":273,"y":479}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":312,"y":729}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":197,"y":729}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":114,"y":675}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":98,"y":577}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":167,"y":624}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":175.66666666666666,"y":630}}},{"type":"corner","p":{"coord":{"x":193,"y":645.5}},"h1":{"coord":{"x":184.33333333333334,"y":637.1666666666667}},"h2":{"coord":{"x":201.66666666666666,"y":653.8333333333333}}},{"type":"corner","p":{"coord":{"x":213,"y":667}},"h1":{"coord":{"x":208.33333333333334,"y":661}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":183,"y":479}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":69,"y":479}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":57,"y":404}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":296,"y":404}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":415,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":505,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":537,"y":205}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":447,"y":205}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":436,"y":130}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":361,"y":130}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":363,"y":146}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":526,"y":325}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":427,"y":325}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":275,"y":160}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":260,"y":60}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":425,"y":60}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0xBD":{"id":"glyph-0xBD","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":26,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":114,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":602,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":514,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":347,"y":480}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":273,"y":480}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":313,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":198,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":114,"y":676}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":99,"y":578}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":167,"y":625}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":175.66666666666666,"y":631}}},{"type":"corner","p":{"coord":{"x":193,"y":646.5}},"h1":{"coord":{"x":184.33333333333334,"y":638.1666666666667}},"h2":{"coord":{"x":201.66666666666666,"y":654.8333333333333}}},{"type":"corner","p":{"coord":{"x":213,"y":668}},"h1":{"coord":{"x":208.33333333333334,"y":662}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":183,"y":480}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":69,"y":480}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":57,"y":405}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":297,"y":405}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":266,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":541,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":553,"y":75}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":453,"y":75}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":444.3333333333333,"y":75}}},{"type":"corner","p":{"coord":{"x":421.5,"y":73.5}},"h1":{"coord":{"x":433.8333333333333,"y":74.5}},"h2":{"coord":{"x":409.1666666666667,"y":72.5}}},{"type":"corner","p":{"coord":{"x":392,"y":70}},"h1":{"coord":{"x":399.3333333333333,"y":71.33333333333337}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":394,"y":79}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":456,"y":110}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":492,"y":127.33333333333337}}},{"type":"corner","p":{"coord":{"x":538.5,"y":164}},"h1":{"coord":{"x":519.5,"y":145.33333333333337}},"h2":{"coord":{"x":557.5,"y":182.66666666666663}}},{"type":"corner","p":{"coord":{"x":572,"y":227}},"h1":{"coord":{"x":568.6666666666666,"y":203.66666666666663}},"h2":{"coord":{"x":577.3333333333334,"y":258.3333333333333}}},{"type":"corner","p":{"coord":{"x":547.5,"y":302}},"h1":{"coord":{"x":569.1666666666666,"y":283.3333333333333}},"h2":{"coord":{"x":525.8333333333334,"y":320.6666666666667}}},{"type":"corner","p":{"coord":{"x":456,"y":330}},"h1":{"coord":{"x":495.3333333333333,"y":330}},"h2":{"coord":{"x":415.3333333333333,"y":330}}},{"type":"corner","p":{"coord":{"x":351.5,"y":298}},"h1":{"coord":{"x":380.5,"y":319.3333333333333}},"h2":{"coord":{"x":322.5,"y":276.6666666666667}}},{"type":"corner","p":{"coord":{"x":300,"y":216}},"h1":{"coord":{"x":305.3333333333333,"y":249.33333333333331}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":390,"y":216}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":392,"y":229.33333333333331}}},{"type":"corner","p":{"coord":{"x":408,"y":248}},"h1":{"coord":{"x":398,"y":240}},"h2":{"coord":{"x":418,"y":256}}},{"type":"corner","p":{"coord":{"x":445,"y":260}},"h1":{"coord":{"x":430.3333333333333,"y":260}},"h2":{"coord":{"x":457.6666666666667,"y":260}}},{"type":"corner","p":{"coord":{"x":474,"y":249}},"h1":{"coord":{"x":467.3333333333333,"y":256.3333333333333}},"h2":{"coord":{"x":480.6666666666667,"y":241.66666666666669}}},{"type":"corner","p":{"coord":{"x":481,"y":219}},"h1":{"coord":{"x":483,"y":231.66666666666669}},"h2":{"coord":{"x":478.3333333333333,"y":200.33333333333337}}},{"type":"corner","p":{"coord":{"x":436,"y":169}},"h1":{"coord":{"x":463.3333333333333,"y":183.66666666666663}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":280,"y":89}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0xBE":{"id":"glyph-0xBE","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":79,"y":429}},"h1":{"coord":{"x":57,"y":448.3333333333333}},"h2":{"coord":{"x":101,"y":409.6666666666667}}},{"type":"corner","p":{"coord":{"x":174,"y":400}},"h1":{"coord":{"x":132.66666666666669,"y":400}},"h2":{"coord":{"x":215.33333333333331,"y":400}}},{"type":"corner","p":{"coord":{"x":278,"y":430.5}},"h1":{"coord":{"x":250,"y":410.1666666666667}},"h2":{"coord":{"x":306,"y":450.8333333333333}}},{"type":"corner","p":{"coord":{"x":328,"y":510}},"h1":{"coord":{"x":322.6666666666667,"y":477.33333333333337}},"h2":{"coord":{"x":332,"y":536.6666666666666}}},{"type":"corner","p":{"coord":{"x":313.5,"y":576}},"h1":{"coord":{"x":327.1666666666667,"y":558.6666666666666}},"h2":{"coord":{"x":299.8333333333333,"y":593.3333333333334}}},{"type":"corner","p":{"coord":{"x":252,"y":608}},"h1":{"coord":{"x":279.3333333333333,"y":604}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":338,"y":668}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":348,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":113,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":102,"y":665}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":249,"y":665}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":180,"y":616}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":169,"y":550}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":199,"y":550}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":212.33333333333334,"y":550}}},{"type":"corner","p":{"coord":{"x":230,"y":539}},"h1":{"coord":{"x":222.66666666666666,"y":546.3333333333334}},"h2":{"coord":{"x":237.33333333333334,"y":531.6666666666666}}},{"type":"corner","p":{"coord":{"x":238,"y":510}},"h1":{"coord":{"x":240,"y":522}},"h2":{"coord":{"x":236,"y":498}}},{"type":"corner","p":{"coord":{"x":220.5,"y":481}},"h1":{"coord":{"x":230.16666666666666,"y":488.33333333333337}},"h2":{"coord":{"x":210.83333333333334,"y":473.6666666666667}}},{"type":"corner","p":{"coord":{"x":185,"y":470}},"h1":{"coord":{"x":199,"y":470}},"h2":{"coord":{"x":170.33333333333334,"y":470}}},{"type":"corner","p":{"coord":{"x":152,"y":479.5}},"h1":{"coord":{"x":159.33333333333334,"y":473.1666666666667}},"h2":{"coord":{"x":144.66666666666666,"y":485.83333333333337}}},{"type":"corner","p":{"coord":{"x":143,"y":505}},"h1":{"coord":{"x":141.66666666666666,"y":494.33333333333337}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":53,"y":505}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":48.333333333333336,"y":473.6666666666667}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":26,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":114,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":602,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":514,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":415,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":505,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":537,"y":205}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":447,"y":205}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":436,"y":130}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":361,"y":130}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":363,"y":146}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":526,"y":325}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":427,"y":325}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":275,"y":160}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":260,"y":60}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":425,"y":60}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0xBF":{"id":"glyph-0xBF","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":363,"y":415}},"h1":{"coord":{"x":340.3333333333333,"y":415}},"h2":{"coord":{"x":-100,"y":385},"use":false}},{"type":"corner","p":{"coord":{"x":393,"y":415}},"h1":{"coord":{"x":100,"y":385},"use":false},"h2":{"coord":{"x":415.6666666666667,"y":415}}},{"type":"corner","p":{"coord":{"x":450.5,"y":434.5}},"h1":{"coord":{"x":434.8333333333333,"y":421.5}},"h2":{"coord":{"x":466.1666666666667,"y":447.5}}},{"type":"corner","p":{"coord":{"x":479,"y":485}},"h1":{"coord":{"x":475.6666666666667,"y":464.33333333333337}},"h2":{"coord":{"x":482.3333333333333,"y":506.3333333333333}}},{"type":"corner","p":{"coord":{"x":466.5,"y":536}},"h1":{"coord":{"x":478.1666666666667,"y":523.3333333333334}},"h2":{"coord":{"x":454.8333333333333,"y":548.6666666666666}}},{"type":"corner","p":{"coord":{"x":415,"y":555}},"h1":{"coord":{"x":437.6666666666667,"y":555}},"h2":{"coord":{"x":-100,"y":385},"use":false}},{"type":"corner","p":{"coord":{"x":386,"y":555}},"h1":{"coord":{"x":100,"y":385},"use":false},"h2":{"coord":{"x":363.3333333333333,"y":555}}},{"type":"corner","p":{"coord":{"x":328,"y":536.5}},"h1":{"coord":{"x":344,"y":548.8333333333334}},"h2":{"coord":{"x":312,"y":524.1666666666666}}},{"type":"corner","p":{"coord":{"x":299,"y":486}},"h1":{"coord":{"x":302.3333333333333,"y":507.3333333333333}},"h2":{"coord":{"x":295.6666666666667,"y":464.6666666666667}}},{"type":"corner","p":{"coord":{"x":311.5,"y":434.5}},"h1":{"coord":{"x":299.8333333333333,"y":447.5}},"h2":{"coord":{"x":323.1666666666667,"y":421.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":259,"y":-170}},"h1":{"coord":{"x":209,"y":-170}},"h2":{"coord":{"x":-100,"y":385},"use":false}},{"type":"corner","p":{"coord":{"x":414,"y":-170}},"h1":{"coord":{"x":100,"y":385},"use":false},"h2":{"coord":{"x":-100,"y":385},"use":false}},{"type":"corner","p":{"coord":{"x":436,"y":-30}},"h1":{"coord":{"x":100,"y":385},"use":false},"h2":{"coord":{"x":-100,"y":385},"use":false}},{"type":"corner","p":{"coord":{"x":271,"y":-30}},"h1":{"coord":{"x":100,"y":385},"use":false},"h2":{"coord":{"x":243,"y":-30}}},{"type":"corner","p":{"coord":{"x":208,"y":-11.5}},"h1":{"coord":{"x":222,"y":-23.833333333333314}},"h2":{"coord":{"x":194,"y":0.8333333333333144}}},{"type":"corner","p":{"coord":{"x":192,"y":40}},"h1":{"coord":{"x":188.66666666666666,"y":18}},"h2":{"coord":{"x":195.33333333333334,"y":62}}},{"type":"corner","p":{"coord":{"x":224,"y":91.5}},"h1":{"coord":{"x":206,"y":79.16666666666669}},"h2":{"coord":{"x":242,"y":103.83333333333331}}},{"type":"corner","p":{"coord":{"x":292,"y":110}},"h1":{"coord":{"x":264.6666666666667,"y":110}},"h2":{"coord":{"x":-100,"y":385},"use":false}},{"type":"corner","p":{"coord":{"x":392,"y":110}},"h1":{"coord":{"x":100,"y":385},"use":false},"h2":{"coord":{"x":-100,"y":385},"use":false}},{"type":"corner","p":{"coord":{"x":421,"y":325}},"h1":{"coord":{"x":100,"y":385},"use":false},"h2":{"coord":{"x":-100,"y":385},"use":false}},{"type":"corner","p":{"coord":{"x":296,"y":325}},"h1":{"coord":{"x":100,"y":385},"use":false},"h2":{"coord":{"x":-100,"y":385},"use":false}},{"type":"corner","p":{"coord":{"x":284,"y":245}},"h1":{"coord":{"x":100,"y":385},"use":false},"h2":{"coord":{"x":242.66666666666669,"y":245}}},{"type":"corner","p":{"coord":{"x":170.5,"y":219.5}},"h1":{"coord":{"x":204.83333333333331,"y":236.5}},"h2":{"coord":{"x":136.16666666666669,"y":202.5}}},{"type":"corner","p":{"coord":{"x":85.5,"y":148}},"h1":{"coord":{"x":107.83333333333333,"y":178.66666666666666}},"h2":{"coord":{"x":63.16666666666667,"y":117.33333333333331}}},{"type":"corner","p":{"coord":{"x":42,"y":40}},"h1":{"coord":{"x":48.666666666666664,"y":81.33333333333331}},"h2":{"coord":{"x":35.333333333333336,"y":-2}}},{"type":"corner","p":{"coord":{"x":56,"y":-70}},"h1":{"coord":{"x":40,"y":-38.666666666666686}},"h2":{"coord":{"x":72,"y":-101.33333333333331}}},{"type":"corner","p":{"coord":{"x":132,"y":-143.5}},"h1":{"coord":{"x":97.33333333333334,"y":-125.83333333333331}},"h2":{"coord":{"x":166.66666666666666,"y":-161.16666666666663}}}]}]},"glyph-0xC0":{"id":"glyph-0xC0","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-19,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":199,"y":165}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":165}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":382,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":531,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":466,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":243,"y":285}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":308,"y":462}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":317.3333333333333,"y":487.3333333333333}}},{"type":"corner","p":{"coord":{"x":333.5,"y":537}},"h1":{"coord":{"x":325.8333333333333,"y":512.3333333333333}},"h2":{"coord":{"x":341.1666666666667,"y":561.6666666666667}}},{"type":"corner","p":{"coord":{"x":352,"y":595}},"h1":{"coord":{"x":347.3333333333333,"y":581}},"h2":{"coord":{"x":352.6666666666667,"y":581}}},{"type":"corner","p":{"coord":{"x":355.5,"y":536.5}},"h1":{"coord":{"x":353.8333333333333,"y":561.5}},"h2":{"coord":{"x":357.1666666666667,"y":511.5}}},{"type":"corner","p":{"coord":{"x":359,"y":461}},"h1":{"coord":{"x":358.3333333333333,"y":486.3333333333333}},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":366,"y":285}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":324,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":471,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":388,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":229,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xC1":{"id":"glyph-0xC1","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-19,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":199,"y":165}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":165}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":382,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":531,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":466,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":243,"y":285}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":308,"y":462}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":317.3333333333333,"y":487.3333333333333}}},{"type":"corner","p":{"coord":{"x":333.5,"y":537}},"h1":{"coord":{"x":325.8333333333333,"y":512.3333333333333}},"h2":{"coord":{"x":341.1666666666667,"y":561.6666666666667}}},{"type":"corner","p":{"coord":{"x":352,"y":595}},"h1":{"coord":{"x":347.3333333333333,"y":581}},"h2":{"coord":{"x":352.6666666666667,"y":581}}},{"type":"corner","p":{"coord":{"x":355.5,"y":536.5}},"h1":{"coord":{"x":353.8333333333333,"y":561.5}},"h2":{"coord":{"x":357.1666666666667,"y":511.5}}},{"type":"corner","p":{"coord":{"x":359,"y":461}},"h1":{"coord":{"x":358.3333333333333,"y":486.3333333333333}},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":366,"y":285}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":293,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":448,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":420,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xC2":{"id":"glyph-0xC2","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-19,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":199,"y":165}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":165}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":382,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":531,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":466,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":243,"y":285}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":308,"y":462}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":317.3333333333333,"y":487.3333333333333}}},{"type":"corner","p":{"coord":{"x":333.5,"y":537}},"h1":{"coord":{"x":325.8333333333333,"y":512.3333333333333}},"h2":{"coord":{"x":341.1666666666667,"y":561.6666666666667}}},{"type":"corner","p":{"coord":{"x":352,"y":595}},"h1":{"coord":{"x":347.3333333333333,"y":581}},"h2":{"coord":{"x":352.6666666666667,"y":581}}},{"type":"corner","p":{"coord":{"x":355.5,"y":536.5}},"h1":{"coord":{"x":353.8333333333333,"y":561.5}},"h2":{"coord":{"x":357.1666666666667,"y":511.5}}},{"type":"corner","p":{"coord":{"x":359,"y":461}},"h1":{"coord":{"x":358.3333333333333,"y":486.3333333333333}},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":366,"y":285}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":179,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":318,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":396,"y":880}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":457,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":589,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":476,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":336,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xC3":{"id":"glyph-0xC3","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-19,"y":0}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":0}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":199,"y":165}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":165}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":382,"y":0}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":531,"y":0}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":466,"y":730}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":730}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":243,"y":285}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":308,"y":462}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":317.3333333333333,"y":487.3333333333333}}},{"type":"corner","p":{"coord":{"x":333.5,"y":537}},"h1":{"coord":{"x":325.8333333333333,"y":512.3333333333333}},"h2":{"coord":{"x":341.1666666666667,"y":561.6666666666667}}},{"type":"corner","p":{"coord":{"x":352,"y":595}},"h1":{"coord":{"x":347.3333333333333,"y":581}},"h2":{"coord":{"x":352.6666666666667,"y":581}}},{"type":"corner","p":{"coord":{"x":355.5,"y":536.5}},"h1":{"coord":{"x":353.8333333333333,"y":561.5}},"h2":{"coord":{"x":357.1666666666667,"y":511.5}}},{"type":"corner","p":{"coord":{"x":359,"y":461}},"h1":{"coord":{"x":358.3333333333333,"y":486.3333333333333}},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":366,"y":285}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":402.5,"y":809}},"h1":{"coord":{"x":390.1666666666667,"y":815}},"h2":{"coord":{"x":414.8333333333333,"y":803}}},{"type":"corner","p":{"coord":{"x":453,"y":800}},"h1":{"coord":{"x":431.6666666666667,"y":800}},"h2":{"coord":{"x":486.3333333333333,"y":800}}},{"type":"corner","p":{"coord":{"x":538.5,"y":834}},"h1":{"coord":{"x":514.8333333333334,"y":811.3333333333334}},"h2":{"coord":{"x":562.1666666666666,"y":856.6666666666666}}},{"type":"corner","p":{"coord":{"x":582,"y":920}},"h1":{"coord":{"x":576.6666666666666,"y":885.3333333333334}},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":955}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":502,"y":955}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":498,"y":928}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":494.6666666666667,"y":909.3333333333333}}},{"type":"corner","p":{"coord":{"x":464,"y":900}},"h1":{"coord":{"x":483.3333333333333,"y":900}},"h2":{"coord":{"x":454,"y":900}}},{"type":"corner","p":{"coord":{"x":439,"y":909}},"h1":{"coord":{"x":445.6666666666667,"y":903}},"h2":{"coord":{"x":432.3333333333333,"y":915}}},{"type":"corner","p":{"coord":{"x":418,"y":930}},"h1":{"coord":{"x":425.3333333333333,"y":922}},"h2":{"coord":{"x":410.6666666666667,"y":938}}},{"type":"corner","p":{"coord":{"x":388.5,"y":951}},"h1":{"coord":{"x":400.8333333333333,"y":945}},"h2":{"coord":{"x":376.1666666666667,"y":957}}},{"type":"corner","p":{"coord":{"x":338,"y":960}},"h1":{"coord":{"x":359.3333333333333,"y":960}},"h2":{"coord":{"x":305.3333333333333,"y":960}}},{"type":"corner","p":{"coord":{"x":253,"y":926}},"h1":{"coord":{"x":277,"y":948.6666666666667}},"h2":{"coord":{"x":229,"y":903.3333333333333}}},{"type":"corner","p":{"coord":{"x":209,"y":840}},"h1":{"coord":{"x":214.33333333333334,"y":874.6666666666666}},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":805}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":288,"y":805}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":827}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":295.3333333333333,"y":849}}},{"type":"corner","p":{"coord":{"x":327,"y":860}},"h1":{"coord":{"x":307,"y":860}},"h2":{"coord":{"x":337,"y":860}}},{"type":"corner","p":{"coord":{"x":352,"y":851}},"h1":{"coord":{"x":345.3333333333333,"y":857}},"h2":{"coord":{"x":358.6666666666667,"y":845}}},{"type":"corner","p":{"coord":{"x":373,"y":830}},"h1":{"coord":{"x":365.6666666666667,"y":838}},"h2":{"coord":{"x":380.3333333333333,"y":822}}}]}]},"glyph-0xC4":{"id":"glyph-0xC4","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-19,"y":0}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":0}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":199,"y":165}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":165}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":382,"y":0}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":531,"y":0}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":466,"y":730}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":730}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":243,"y":285}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":308,"y":462}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":317.3333333333333,"y":487.3333333333333}}},{"type":"corner","p":{"coord":{"x":333.5,"y":537}},"h1":{"coord":{"x":325.8333333333333,"y":512.3333333333333}},"h2":{"coord":{"x":341.1666666666667,"y":561.6666666666667}}},{"type":"corner","p":{"coord":{"x":352,"y":595}},"h1":{"coord":{"x":347.3333333333333,"y":581}},"h2":{"coord":{"x":352.6666666666667,"y":581}}},{"type":"corner","p":{"coord":{"x":355.5,"y":536.5}},"h1":{"coord":{"x":353.8333333333333,"y":561.5}},"h2":{"coord":{"x":357.1666666666667,"y":511.5}}},{"type":"corner","p":{"coord":{"x":359,"y":461}},"h1":{"coord":{"x":358.3333333333333,"y":486.3333333333333}},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":366,"y":285}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":450,"y":823}},"h1":{"coord":{"x":438,"y":837}},"h2":{"coord":{"x":462,"y":809}}},{"type":"corner","p":{"coord":{"x":505,"y":802}},"h1":{"coord":{"x":480.3333333333333,"y":802}},"h2":{"coord":{"x":529.6666666666666,"y":802}}},{"type":"corner","p":{"coord":{"x":567,"y":823}},"h1":{"coord":{"x":550.3333333333334,"y":809}},"h2":{"coord":{"x":583.6666666666666,"y":837}}},{"type":"corner","p":{"coord":{"x":597,"y":880}},"h1":{"coord":{"x":593.6666666666666,"y":856}},"h2":{"coord":{"x":601,"y":904}}},{"type":"corner","p":{"coord":{"x":585,"y":937}},"h1":{"coord":{"x":597,"y":923}},"h2":{"coord":{"x":573,"y":951}}},{"type":"corner","p":{"coord":{"x":530,"y":958}},"h1":{"coord":{"x":554.6666666666666,"y":958}},"h2":{"coord":{"x":505.3333333333333,"y":958}}},{"type":"corner","p":{"coord":{"x":468,"y":937}},"h1":{"coord":{"x":484.6666666666667,"y":951}},"h2":{"coord":{"x":451.3333333333333,"y":923}}},{"type":"corner","p":{"coord":{"x":437,"y":880}},"h1":{"coord":{"x":441,"y":904}},"h2":{"coord":{"x":433.6666666666667,"y":856}}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":206,"y":823}},"h1":{"coord":{"x":194,"y":837}},"h2":{"coord":{"x":218,"y":809}}},{"type":"corner","p":{"coord":{"x":261,"y":802}},"h1":{"coord":{"x":236.33333333333334,"y":802}},"h2":{"coord":{"x":285.6666666666667,"y":802}}},{"type":"corner","p":{"coord":{"x":323,"y":823}},"h1":{"coord":{"x":306.3333333333333,"y":809}},"h2":{"coord":{"x":339.6666666666667,"y":837}}},{"type":"corner","p":{"coord":{"x":353,"y":880}},"h1":{"coord":{"x":349.6666666666667,"y":856}},"h2":{"coord":{"x":357,"y":904}}},{"type":"corner","p":{"coord":{"x":341,"y":937}},"h1":{"coord":{"x":353,"y":923}},"h2":{"coord":{"x":329,"y":951}}},{"type":"corner","p":{"coord":{"x":286,"y":958}},"h1":{"coord":{"x":310.6666666666667,"y":958}},"h2":{"coord":{"x":261.3333333333333,"y":958}}},{"type":"corner","p":{"coord":{"x":224,"y":937}},"h1":{"coord":{"x":240.66666666666666,"y":951}},"h2":{"coord":{"x":207.33333333333334,"y":923}}},{"type":"corner","p":{"coord":{"x":193,"y":880}},"h1":{"coord":{"x":197,"y":904}},"h2":{"coord":{"x":189.66666666666666,"y":856}}}]}]},"glyph-0xC5":{"id":"glyph-0xC5","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-19,"y":0}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":0}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}},{"type":"corner","p":{"coord":{"x":199,"y":165}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":165}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}},{"type":"corner","p":{"coord":{"x":382,"y":0}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}},{"type":"corner","p":{"coord":{"x":531,"y":0}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}},{"type":"corner","p":{"coord":{"x":466,"y":730}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":730}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":243,"y":285}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}},{"type":"corner","p":{"coord":{"x":308,"y":462}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":317.3333333333333,"y":487.33333333333337}}},{"type":"corner","p":{"coord":{"x":333.5,"y":537}},"h1":{"coord":{"x":325.8333333333333,"y":512.3333333333333}},"h2":{"coord":{"x":341.1666666666667,"y":561.6666666666667}}},{"type":"corner","p":{"coord":{"x":352,"y":595}},"h1":{"coord":{"x":347.3333333333333,"y":581}},"h2":{"coord":{"x":352.6666666666667,"y":581}}},{"type":"corner","p":{"coord":{"x":355.5,"y":536.5}},"h1":{"coord":{"x":353.8333333333333,"y":561.5}},"h2":{"coord":{"x":357.1666666666667,"y":511.5}}},{"type":"corner","p":{"coord":{"x":359,"y":461}},"h1":{"coord":{"x":358.3333333333333,"y":486.33333333333337}},"h2":{"coord":{"x":-100,"y":1007},"use":false}},{"type":"corner","p":{"coord":{"x":366,"y":285}},"h1":{"coord":{"x":100,"y":1007},"use":false},"h2":{"coord":{"x":-100,"y":1007},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":279,"y":788}},"h1":{"coord":{"x":257,"y":811.3333333333334}},"h2":{"coord":{"x":301,"y":764.6666666666666}}},{"type":"corner","p":{"coord":{"x":375,"y":753}},"h1":{"coord":{"x":333,"y":753}},"h2":{"coord":{"x":417,"y":753}}},{"type":"corner","p":{"coord":{"x":482,"y":788}},"h1":{"coord":{"x":452.6666666666667,"y":764.6666666666666}},"h2":{"coord":{"x":511.3333333333333,"y":811.3333333333334}}},{"type":"corner","p":{"coord":{"x":535,"y":880}},"h1":{"coord":{"x":529,"y":842}},"h2":{"coord":{"x":541,"y":918}}},{"type":"corner","p":{"coord":{"x":511,"y":972}},"h1":{"coord":{"x":533,"y":948.6666666666667}},"h2":{"coord":{"x":489,"y":995.3333333333333}}},{"type":"corner","p":{"coord":{"x":415,"y":1007}},"h1":{"coord":{"x":457,"y":1007}},"h2":{"coord":{"x":373,"y":1007}}},{"type":"corner","p":{"coord":{"x":308,"y":972}},"h1":{"coord":{"x":337.3333333333333,"y":995.3333333333333}},"h2":{"coord":{"x":278.6666666666667,"y":948.6666666666667}}},{"type":"corner","p":{"coord":{"x":255,"y":880}},"h1":{"coord":{"x":261,"y":918}},"h2":{"coord":{"x":249,"y":842}}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":432,"y":839}},"h1":{"coord":{"x":444.6666666666667,"y":849.6666666666666}},"h2":{"coord":{"x":419.3333333333333,"y":828.3333333333334}}},{"type":"corner","p":{"coord":{"x":386,"y":823}},"h1":{"coord":{"x":404,"y":823}},"h2":{"coord":{"x":368,"y":823}}},{"type":"corner","p":{"coord":{"x":345,"y":839}},"h1":{"coord":{"x":354.3333333333333,"y":828.3333333333334}},"h2":{"coord":{"x":335.6666666666667,"y":849.6666666666666}}},{"type":"corner","p":{"coord":{"x":335,"y":880}},"h1":{"coord":{"x":332.3333333333333,"y":863.3333333333334}},"h2":{"coord":{"x":338.3333333333333,"y":897.3333333333333}}},{"type":"corner","p":{"coord":{"x":358.5,"y":921.5}},"h1":{"coord":{"x":346.1666666666667,"y":911.1666666666667}},"h2":{"coord":{"x":370.8333333333333,"y":931.8333333333333}}},{"type":"corner","p":{"coord":{"x":404,"y":937}},"h1":{"coord":{"x":386,"y":937}},"h2":{"coord":{"x":422,"y":937}}},{"type":"corner","p":{"coord":{"x":445.5,"y":921.5}},"h1":{"coord":{"x":435.8333333333333,"y":931.8333333333333}},"h2":{"coord":{"x":455.1666666666667,"y":911.1666666666667}}},{"type":"corner","p":{"coord":{"x":455,"y":880}},"h1":{"coord":{"x":458.3333333333333,"y":897.3333333333333}},"h2":{"coord":{"x":452.3333333333333,"y":863.3333333333334}}}]}]},"glyph-0xC6":{"id":"glyph-0xC6","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-44,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":99,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":151,"y":165}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":273,"y":165}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":247,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":536,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":556,"y":126}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":392,"y":126}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":420,"y":305}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":559,"y":305}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":580,"y":436}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":441,"y":436}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":468,"y":605}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":632,"y":605}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":652,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":209,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":185,"y":270}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":294,"y":605}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":343,"y":605}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":290,"y":270}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0xC7":{"id":"glyph-0xC7","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":120,"y":-225}},"h1":{"coord":{"x":100,"y":515},"use":false},"h2":{"coord":{"x":-100,"y":515},"use":false}},{"type":"corner","p":{"coord":{"x":230,"y":-225}},"h1":{"coord":{"x":100,"y":515},"use":false},"h2":{"coord":{"x":272,"y":-225}}},{"type":"corner","p":{"coord":{"x":336,"y":-197.5}},"h1":{"coord":{"x":307.3333333333333,"y":-215.83333333333337}},"h2":{"coord":{"x":364.6666666666667,"y":-179.16666666666663}}},{"type":"corner","p":{"coord":{"x":385,"y":-133}},"h1":{"coord":{"x":381,"y":-157.66666666666663}},"h2":{"coord":{"x":388.3333333333333,"y":-112.33333333333337}}},{"type":"corner","p":{"coord":{"x":370.5,"y":-82}},"h1":{"coord":{"x":383.5,"y":-95.33333333333337}},"h2":{"coord":{"x":357.5,"y":-68.66666666666663}}},{"type":"corner","p":{"coord":{"x":319.5,"y":-51.5}},"h1":{"coord":{"x":340.5,"y":-58.5}},"h2":{"coord":{"x":298.5,"y":-44.5}}},{"type":"corner","p":{"coord":{"x":258,"y":-39}},"h1":{"coord":{"x":278,"y":-40.33333333333337}},"h2":{"coord":{"x":-100,"y":515},"use":false}},{"type":"corner","p":{"coord":{"x":273,"y":-10}},"h1":{"coord":{"x":100,"y":515},"use":false},"h2":{"coord":{"x":319.6666666666667,"y":-8}}},{"type":"corner","p":{"coord":{"x":399,"y":21}},"h1":{"coord":{"x":361.6666666666667,"y":2.3333333333333712}},"h2":{"coord":{"x":436.3333333333333,"y":39.666666666666686}}},{"type":"corner","p":{"coord":{"x":491,"y":97.5}},"h1":{"coord":{"x":467,"y":65.16666666666669}},"h2":{"coord":{"x":515,"y":129.83333333333331}}},{"type":"corner","p":{"coord":{"x":537,"y":210}},"h1":{"coord":{"x":530.3333333333334,"y":167.33333333333331}},"h2":{"coord":{"x":-100,"y":515},"use":false}},{"type":"corner","p":{"coord":{"x":387,"y":210}},"h1":{"coord":{"x":100,"y":515},"use":false},"h2":{"coord":{"x":382.3333333333333,"y":181.33333333333331}}},{"type":"corner","p":{"coord":{"x":352,"y":143.5}},"h1":{"coord":{"x":370.6666666666667,"y":159.16666666666669}},"h2":{"coord":{"x":333.3333333333333,"y":127.83333333333331}}},{"type":"corner","p":{"coord":{"x":279,"y":120}},"h1":{"coord":{"x":309,"y":120}},"h2":{"coord":{"x":249,"y":120}}},{"type":"corner","p":{"coord":{"x":213,"y":143.5}},"h1":{"coord":{"x":227,"y":127.83333333333331}},"h2":{"coord":{"x":199,"y":159.16666666666669}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333331}},"h2":{"coord":{"x":-100,"y":515},"use":false}},{"type":"corner","p":{"coord":{"x":248,"y":520}},"h1":{"coord":{"x":100,"y":515},"use":false},"h2":{"coord":{"x":253.33333333333334,"y":549.3333333333333}}},{"type":"corner","p":{"coord":{"x":284,"y":587}},"h1":{"coord":{"x":265.3333333333333,"y":571.6666666666667}},"h2":{"coord":{"x":302.6666666666667,"y":602.3333333333333}}},{"type":"corner","p":{"coord":{"x":357,"y":610}},"h1":{"coord":{"x":327,"y":610}},"h2":{"coord":{"x":387,"y":610}}},{"type":"corner","p":{"coord":{"x":423,"y":587}},"h1":{"coord":{"x":409,"y":602.3333333333333}},"h2":{"coord":{"x":437,"y":571.6666666666667}}},{"type":"corner","p":{"coord":{"x":436,"y":520}},"h1":{"coord":{"x":441.3333333333333,"y":549.3333333333333}},"h2":{"coord":{"x":-100,"y":515},"use":false}},{"type":"corner","p":{"coord":{"x":586,"y":520}},"h1":{"coord":{"x":100,"y":515},"use":false},"h2":{"coord":{"x":593.3333333333334,"y":564.6666666666667}}},{"type":"corner","p":{"coord":{"x":574,"y":636}},"h1":{"coord":{"x":589.3333333333334,"y":603.3333333333334}},"h2":{"coord":{"x":558.6666666666666,"y":668.6666666666666}}},{"type":"corner","p":{"coord":{"x":501,"y":712.5}},"h1":{"coord":{"x":534.3333333333334,"y":694.1666666666666}},"h2":{"coord":{"x":467.6666666666667,"y":730.8333333333334}}},{"type":"corner","p":{"coord":{"x":377,"y":740}},"h1":{"coord":{"x":426.3333333333333,"y":740}},"h2":{"coord":{"x":328.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":244.5,"y":712.5}},"h1":{"coord":{"x":284.1666666666667,"y":730.8333333333334}},"h2":{"coord":{"x":204.83333333333334,"y":694.1666666666666}}},{"type":"corner","p":{"coord":{"x":147,"y":636}},"h1":{"coord":{"x":172.33333333333334,"y":668.6666666666666}},"h2":{"coord":{"x":121.66666666666667,"y":603.3333333333334}}},{"type":"corner","p":{"coord":{"x":98,"y":520}},"h1":{"coord":{"x":105.33333333333333,"y":564.6666666666667}},"h2":{"coord":{"x":-100,"y":515},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":515},"use":false},"h2":{"coord":{"x":39.66666666666667,"y":153.33333333333331}}},{"type":"corner","p":{"coord":{"x":76.5,"y":67.5}},"h1":{"coord":{"x":48.833333333333336,"y":105.83333333333331}},"h2":{"coord":{"x":104.16666666666666,"y":29.166666666666686}}},{"type":"corner","p":{"coord":{"x":201,"y":-5}},"h1":{"coord":{"x":145.66666666666669,"y":5}},"h2":{"coord":{"x":-100,"y":515},"use":false}},{"type":"corner","p":{"coord":{"x":164,"y":-69}},"h1":{"coord":{"x":100,"y":515},"use":false},"h2":{"coord":{"x":200.66666666666666,"y":-69}}},{"type":"corner","p":{"coord":{"x":247.5,"y":-82.5}},"h1":{"coord":{"x":228.5,"y":-73.5}},"h2":{"coord":{"x":266.5,"y":-91.5}}},{"type":"corner","p":{"coord":{"x":272,"y":-119}},"h1":{"coord":{"x":274.6666666666667,"y":-103.66666666666663}},"h2":{"coord":{"x":271.3333333333333,"y":-127}}},{"type":"corner","p":{"coord":{"x":253.5,"y":-143}},"h1":{"coord":{"x":265.1666666666667,"y":-135}},"h2":{"coord":{"x":241.83333333333334,"y":-151}}},{"type":"corner","p":{"coord":{"x":211,"y":-155}},"h1":{"coord":{"x":227.66666666666666,"y":-155}},"h2":{"coord":{"x":-100,"y":515},"use":false}},{"type":"corner","p":{"coord":{"x":131,"y":-155}},"h1":{"coord":{"x":100,"y":515},"use":false},"h2":{"coord":{"x":-100,"y":515},"use":false}}]}]},"glyph-0xC8":{"id":"glyph-0xC8","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":36,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":486,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":506,"y":128}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":128}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":232,"y":310}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":500,"y":310}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":520,"y":438}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":252,"y":438}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":278,"y":602}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":581,"y":602}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":602,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":152,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":344,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":491,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":408,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":249,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xC9":{"id":"glyph-0xC9","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":36,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":486,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":506,"y":128}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":128}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":232,"y":310}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":500,"y":310}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":520,"y":438}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":252,"y":438}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":278,"y":602}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":581,"y":602}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":602,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":152,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":313,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":468,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":607,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":440,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xCA":{"id":"glyph-0xCA","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":36,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":486,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":506,"y":128}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":128}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":232,"y":310}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":500,"y":310}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":520,"y":438}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":252,"y":438}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":278,"y":602}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":581,"y":602}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":602,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":152,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":199,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":338,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":416,"y":880}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":477,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":609,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":496,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":356,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xCB":{"id":"glyph-0xCB","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":36,"y":0}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":486,"y":0}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":506,"y":128}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":128}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":232,"y":310}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":500,"y":310}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":520,"y":438}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":252,"y":438}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":278,"y":602}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":581,"y":602}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":602,"y":730}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":152,"y":730}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":470,"y":823}},"h1":{"coord":{"x":458,"y":837}},"h2":{"coord":{"x":482,"y":809}}},{"type":"corner","p":{"coord":{"x":525,"y":802}},"h1":{"coord":{"x":500.3333333333333,"y":802}},"h2":{"coord":{"x":549.6666666666666,"y":802}}},{"type":"corner","p":{"coord":{"x":587,"y":823}},"h1":{"coord":{"x":570.3333333333334,"y":809}},"h2":{"coord":{"x":603.6666666666666,"y":837}}},{"type":"corner","p":{"coord":{"x":617,"y":880}},"h1":{"coord":{"x":613.6666666666666,"y":856}},"h2":{"coord":{"x":621,"y":904}}},{"type":"corner","p":{"coord":{"x":605,"y":937}},"h1":{"coord":{"x":617,"y":923}},"h2":{"coord":{"x":593,"y":951}}},{"type":"corner","p":{"coord":{"x":550,"y":958}},"h1":{"coord":{"x":574.6666666666666,"y":958}},"h2":{"coord":{"x":525.3333333333334,"y":958}}},{"type":"corner","p":{"coord":{"x":488,"y":937}},"h1":{"coord":{"x":504.6666666666667,"y":951}},"h2":{"coord":{"x":471.3333333333333,"y":923}}},{"type":"corner","p":{"coord":{"x":457,"y":880}},"h1":{"coord":{"x":461,"y":904}},"h2":{"coord":{"x":453.6666666666667,"y":856}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":226,"y":823}},"h1":{"coord":{"x":214,"y":837}},"h2":{"coord":{"x":238,"y":809}}},{"type":"corner","p":{"coord":{"x":281,"y":802}},"h1":{"coord":{"x":256.3333333333333,"y":802}},"h2":{"coord":{"x":305.6666666666667,"y":802}}},{"type":"corner","p":{"coord":{"x":343,"y":823}},"h1":{"coord":{"x":326.3333333333333,"y":809}},"h2":{"coord":{"x":359.6666666666667,"y":837}}},{"type":"corner","p":{"coord":{"x":373,"y":880}},"h1":{"coord":{"x":369.6666666666667,"y":856}},"h2":{"coord":{"x":377,"y":904}}},{"type":"corner","p":{"coord":{"x":361,"y":937}},"h1":{"coord":{"x":373,"y":923}},"h2":{"coord":{"x":349,"y":951}}},{"type":"corner","p":{"coord":{"x":306,"y":958}},"h1":{"coord":{"x":330.6666666666667,"y":958}},"h2":{"coord":{"x":281.3333333333333,"y":958}}},{"type":"corner","p":{"coord":{"x":244,"y":937}},"h1":{"coord":{"x":260.6666666666667,"y":951}},"h2":{"coord":{"x":227.33333333333334,"y":923}}},{"type":"corner","p":{"coord":{"x":213,"y":880}},"h1":{"coord":{"x":217,"y":904}},"h2":{"coord":{"x":209.66666666666666,"y":856}}}]}]},"glyph-0xCC":{"id":"glyph-0xCC","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":36,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":476,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":352,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":426,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":571,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":592,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":152,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":131,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":202,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":57,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":324,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":471,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":388,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":229,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xCD":{"id":"glyph-0xCD","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":36,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":476,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":352,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":426,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":571,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":592,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":152,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":131,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":202,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":57,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":293,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":448,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":420,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xCE":{"id":"glyph-0xCE","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":36,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":476,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":352,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":426,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":571,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":592,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":152,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":131,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":600}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":202,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":57,"y":130}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":179,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":318,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":396,"y":880}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":457,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":589,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":476,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":336,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xCF":{"id":"glyph-0xCF","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":36,"y":0}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":476,"y":0}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":130}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":352,"y":130}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":426,"y":600}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":571,"y":600}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":592,"y":730}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":152,"y":730}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":131,"y":600}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":276,"y":600}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":202,"y":130}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}},{"type":"corner","p":{"coord":{"x":57,"y":130}},"h1":{"coord":{"x":100,"y":958},"use":false},"h2":{"coord":{"x":-100,"y":958},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":450,"y":823}},"h1":{"coord":{"x":438,"y":837}},"h2":{"coord":{"x":462,"y":809}}},{"type":"corner","p":{"coord":{"x":505,"y":802}},"h1":{"coord":{"x":480.3333333333333,"y":802}},"h2":{"coord":{"x":529.6666666666666,"y":802}}},{"type":"corner","p":{"coord":{"x":567,"y":823}},"h1":{"coord":{"x":550.3333333333334,"y":809}},"h2":{"coord":{"x":583.6666666666666,"y":837}}},{"type":"corner","p":{"coord":{"x":597,"y":880}},"h1":{"coord":{"x":593.6666666666666,"y":856}},"h2":{"coord":{"x":601,"y":904}}},{"type":"corner","p":{"coord":{"x":585,"y":937}},"h1":{"coord":{"x":597,"y":923}},"h2":{"coord":{"x":573,"y":951}}},{"type":"corner","p":{"coord":{"x":530,"y":958}},"h1":{"coord":{"x":554.6666666666666,"y":958}},"h2":{"coord":{"x":505.3333333333333,"y":958}}},{"type":"corner","p":{"coord":{"x":468,"y":937}},"h1":{"coord":{"x":484.6666666666667,"y":951}},"h2":{"coord":{"x":451.3333333333333,"y":923}}},{"type":"corner","p":{"coord":{"x":437,"y":880}},"h1":{"coord":{"x":441,"y":904}},"h2":{"coord":{"x":433.6666666666667,"y":856}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":206,"y":823}},"h1":{"coord":{"x":194,"y":837}},"h2":{"coord":{"x":218,"y":809}}},{"type":"corner","p":{"coord":{"x":261,"y":802}},"h1":{"coord":{"x":236.33333333333334,"y":802}},"h2":{"coord":{"x":285.6666666666667,"y":802}}},{"type":"corner","p":{"coord":{"x":323,"y":823}},"h1":{"coord":{"x":306.3333333333333,"y":809}},"h2":{"coord":{"x":339.6666666666667,"y":837}}},{"type":"corner","p":{"coord":{"x":353,"y":880}},"h1":{"coord":{"x":349.6666666666667,"y":856}},"h2":{"coord":{"x":357,"y":904}}},{"type":"corner","p":{"coord":{"x":341,"y":937}},"h1":{"coord":{"x":353,"y":923}},"h2":{"coord":{"x":329,"y":951}}},{"type":"corner","p":{"coord":{"x":286,"y":958}},"h1":{"coord":{"x":310.6666666666667,"y":958}},"h2":{"coord":{"x":261.3333333333333,"y":958}}},{"type":"corner","p":{"coord":{"x":224,"y":937}},"h1":{"coord":{"x":240.66666666666666,"y":951}},"h2":{"coord":{"x":207.33333333333334,"y":923}}},{"type":"corner","p":{"coord":{"x":193,"y":880}},"h1":{"coord":{"x":197,"y":904}},"h2":{"coord":{"x":189.66666666666666,"y":856}}}]}]},"glyph-0xD0":{"id":"glyph-0xD0","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":19,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":256,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":306.6666666666667,"y":0}}},{"type":"corner","p":{"coord":{"x":393,"y":29.5}},"h1":{"coord":{"x":352.3333333333333,"y":9.833333333333371}},"h2":{"coord":{"x":433.6666666666667,"y":49.16666666666663}}},{"type":"corner","p":{"coord":{"x":494,"y":112}},"h1":{"coord":{"x":467.3333333333333,"y":76.66666666666663}},"h2":{"coord":{"x":520.6666666666666,"y":147.33333333333337}}},{"type":"corner","p":{"coord":{"x":545,"y":235}},"h1":{"coord":{"x":537.6666666666666,"y":188.33333333333337}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":496}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":594.3333333333334,"y":543.3333333333333}}},{"type":"corner","p":{"coord":{"x":575,"y":619.5}},"h1":{"coord":{"x":590.3333333333334,"y":584.5}},"h2":{"coord":{"x":559.6666666666666,"y":654.5}}},{"type":"corner","p":{"coord":{"x":500,"y":701}},"h1":{"coord":{"x":534.6666666666666,"y":681.6666666666667}},"h2":{"coord":{"x":465.3333333333333,"y":720.3333333333333}}},{"type":"corner","p":{"coord":{"x":372,"y":730}},"h1":{"coord":{"x":422.6666666666667,"y":730}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":135,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":86,"y":420}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":10,"y":420}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":10,"y":325}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":71,"y":325}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":191,"y":140}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":325}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":290,"y":325}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":290,"y":420}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":235,"y":420}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":262,"y":590}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":349,"y":590}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":379.6666666666667,"y":590}}},{"type":"corner","p":{"coord":{"x":419,"y":564}},"h1":{"coord":{"x":403,"y":581.3333333333334}},"h2":{"coord":{"x":435,"y":546.6666666666666}}},{"type":"corner","p":{"coord":{"x":437,"y":496}},"h1":{"coord":{"x":441,"y":524}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":395,"y":235}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":390.3333333333333,"y":206.33333333333337}}},{"type":"corner","p":{"coord":{"x":356,"y":166}},"h1":{"coord":{"x":377.3333333333333,"y":183.33333333333337}},"h2":{"coord":{"x":334.6666666666667,"y":148.66666666666663}}},{"type":"corner","p":{"coord":{"x":278,"y":140}},"h1":{"coord":{"x":308.6666666666667,"y":140}},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0xD1":{"id":"glyph-0xD1","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":16,"y":0}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":148,"y":0}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":199,"y":320}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":203,"y":343.33333333333337}}},{"type":"corner","p":{"coord":{"x":209.5,"y":400}},"h1":{"coord":{"x":206.5,"y":370}},"h2":{"coord":{"x":212.5,"y":430}}},{"type":"corner","p":{"coord":{"x":217.5,"y":489}},"h1":{"coord":{"x":215.16666666666666,"y":459.6666666666667}},"h2":{"coord":{"x":219.83333333333334,"y":518.3333333333333}}},{"type":"corner","p":{"coord":{"x":223,"y":565}},"h1":{"coord":{"x":221.66666666666666,"y":543.6666666666667}},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":323,"y":0}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":496,"y":0}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":612,"y":730}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":480,"y":730}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":432,"y":430}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":428.6666666666667,"y":407.33333333333337}}},{"type":"corner","p":{"coord":{"x":422,"y":347.5}},"h1":{"coord":{"x":425.3333333333333,"y":379.83333333333337}},"h2":{"coord":{"x":418.6666666666667,"y":315.16666666666663}}},{"type":"corner","p":{"coord":{"x":413,"y":250.5}},"h1":{"coord":{"x":415.6666666666667,"y":282.83333333333337}},"h2":{"coord":{"x":410.3333333333333,"y":218.16666666666663}}},{"type":"corner","p":{"coord":{"x":406,"y":165}},"h1":{"coord":{"x":408,"y":189.66666666666663}},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":305,"y":730}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":132,"y":730}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":402.5,"y":809}},"h1":{"coord":{"x":390.1666666666667,"y":815}},"h2":{"coord":{"x":414.8333333333333,"y":803}}},{"type":"corner","p":{"coord":{"x":453,"y":800}},"h1":{"coord":{"x":431.6666666666667,"y":800}},"h2":{"coord":{"x":486.3333333333333,"y":800}}},{"type":"corner","p":{"coord":{"x":538.5,"y":834}},"h1":{"coord":{"x":514.8333333333334,"y":811.3333333333334}},"h2":{"coord":{"x":562.1666666666666,"y":856.6666666666666}}},{"type":"corner","p":{"coord":{"x":582,"y":920}},"h1":{"coord":{"x":576.6666666666666,"y":885.3333333333334}},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":955}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":502,"y":955}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":498,"y":928}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":494.6666666666667,"y":909.3333333333333}}},{"type":"corner","p":{"coord":{"x":464,"y":900}},"h1":{"coord":{"x":483.3333333333333,"y":900}},"h2":{"coord":{"x":454,"y":900}}},{"type":"corner","p":{"coord":{"x":439,"y":909}},"h1":{"coord":{"x":445.6666666666667,"y":903}},"h2":{"coord":{"x":432.3333333333333,"y":915}}},{"type":"corner","p":{"coord":{"x":418,"y":930}},"h1":{"coord":{"x":425.3333333333333,"y":922}},"h2":{"coord":{"x":410.6666666666667,"y":938}}},{"type":"corner","p":{"coord":{"x":388.5,"y":951}},"h1":{"coord":{"x":400.8333333333333,"y":945}},"h2":{"coord":{"x":376.1666666666667,"y":957}}},{"type":"corner","p":{"coord":{"x":338,"y":960}},"h1":{"coord":{"x":359.3333333333333,"y":960}},"h2":{"coord":{"x":305.3333333333333,"y":960}}},{"type":"corner","p":{"coord":{"x":253,"y":926}},"h1":{"coord":{"x":277,"y":948.6666666666667}},"h2":{"coord":{"x":229,"y":903.3333333333333}}},{"type":"corner","p":{"coord":{"x":209,"y":840}},"h1":{"coord":{"x":214.33333333333334,"y":874.6666666666666}},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":805}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":288,"y":805}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":-100,"y":960},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":827}},"h1":{"coord":{"x":100,"y":960},"use":false},"h2":{"coord":{"x":295.3333333333333,"y":849}}},{"type":"corner","p":{"coord":{"x":327,"y":860}},"h1":{"coord":{"x":307,"y":860}},"h2":{"coord":{"x":337,"y":860}}},{"type":"corner","p":{"coord":{"x":352,"y":851}},"h1":{"coord":{"x":345.3333333333333,"y":857}},"h2":{"coord":{"x":358.6666666666667,"y":845}}},{"type":"corner","p":{"coord":{"x":373,"y":830}},"h1":{"coord":{"x":365.6666666666667,"y":838}},"h2":{"coord":{"x":380.3333333333333,"y":822}}}]}]},"glyph-0xD2":{"id":"glyph-0xD2","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":578,"y":520}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":585.3333333333334,"y":564}}},{"type":"corner","p":{"coord":{"x":567.5,"y":635.5}},"h1":{"coord":{"x":581.8333333333334,"y":602.5}},"h2":{"coord":{"x":553.1666666666666,"y":668.5}}},{"type":"corner","p":{"coord":{"x":496.5,"y":712.5}},"h1":{"coord":{"x":529.5,"y":694.1666666666666}},"h2":{"coord":{"x":463.5,"y":730.8333333333334}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":422.3333333333333,"y":740}},"h2":{"coord":{"x":324.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":241.5,"y":712.5}},"h1":{"coord":{"x":280.5,"y":730.8333333333334}},"h2":{"coord":{"x":202.5,"y":694.1666666666666}}},{"type":"corner","p":{"coord":{"x":146,"y":635.5}},"h1":{"coord":{"x":170.66666666666666,"y":668.5}},"h2":{"coord":{"x":121.33333333333334,"y":602.5}}},{"type":"corner","p":{"coord":{"x":98,"y":520}},"h1":{"coord":{"x":105.33333333333333,"y":564}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":215,"y":120}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":189.66666666666666,"y":150}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":248,"y":520}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":257.3333333333333,"y":580}}},{"type":"corner","p":{"coord":{"x":353,"y":610}},"h1":{"coord":{"x":292.3333333333333,"y":610}},"h2":{"coord":{"x":412.3333333333333,"y":610}}},{"type":"corner","p":{"coord":{"x":428,"y":520}},"h1":{"coord":{"x":437.3333333333333,"y":580}},"h2":{"coord":{"x":-100,"y":940},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":324,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":471,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":388,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":229,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}}]}]},"glyph-0xD3":{"id":"glyph-0xD3","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":578,"y":520}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":585.3333333333334,"y":564}}},{"type":"corner","p":{"coord":{"x":567.5,"y":635.5}},"h1":{"coord":{"x":581.8333333333334,"y":602.5}},"h2":{"coord":{"x":553.1666666666666,"y":668.5}}},{"type":"corner","p":{"coord":{"x":496.5,"y":712.5}},"h1":{"coord":{"x":529.5,"y":694.1666666666666}},"h2":{"coord":{"x":463.5,"y":730.8333333333334}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":422.3333333333333,"y":740}},"h2":{"coord":{"x":324.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":241.5,"y":712.5}},"h1":{"coord":{"x":280.5,"y":730.8333333333334}},"h2":{"coord":{"x":202.5,"y":694.1666666666666}}},{"type":"corner","p":{"coord":{"x":146,"y":635.5}},"h1":{"coord":{"x":170.66666666666666,"y":668.5}},"h2":{"coord":{"x":121.33333333333334,"y":602.5}}},{"type":"corner","p":{"coord":{"x":98,"y":520}},"h1":{"coord":{"x":105.33333333333333,"y":564}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":215,"y":120}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":189.66666666666666,"y":150}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":248,"y":520}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":257.3333333333333,"y":580}}},{"type":"corner","p":{"coord":{"x":353,"y":610}},"h1":{"coord":{"x":292.3333333333333,"y":610}},"h2":{"coord":{"x":412.3333333333333,"y":610}}},{"type":"corner","p":{"coord":{"x":428,"y":520}},"h1":{"coord":{"x":437.3333333333333,"y":580}},"h2":{"coord":{"x":-100,"y":940},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":293,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":448,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":420,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}}]}]},"glyph-0xD4":{"id":"glyph-0xD4","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":578,"y":520}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":585.3333333333334,"y":564}}},{"type":"corner","p":{"coord":{"x":567.5,"y":635.5}},"h1":{"coord":{"x":581.8333333333334,"y":602.5}},"h2":{"coord":{"x":553.1666666666666,"y":668.5}}},{"type":"corner","p":{"coord":{"x":496.5,"y":712.5}},"h1":{"coord":{"x":529.5,"y":694.1666666666666}},"h2":{"coord":{"x":463.5,"y":730.8333333333334}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":422.3333333333333,"y":740}},"h2":{"coord":{"x":324.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":241.5,"y":712.5}},"h1":{"coord":{"x":280.5,"y":730.8333333333334}},"h2":{"coord":{"x":202.5,"y":694.1666666666666}}},{"type":"corner","p":{"coord":{"x":146,"y":635.5}},"h1":{"coord":{"x":170.66666666666666,"y":668.5}},"h2":{"coord":{"x":121.33333333333334,"y":602.5}}},{"type":"corner","p":{"coord":{"x":98,"y":520}},"h1":{"coord":{"x":105.33333333333333,"y":564}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":215,"y":120}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":189.66666666666666,"y":150}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":248,"y":520}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":257.3333333333333,"y":580}}},{"type":"corner","p":{"coord":{"x":353,"y":610}},"h1":{"coord":{"x":292.3333333333333,"y":610}},"h2":{"coord":{"x":412.3333333333333,"y":610}}},{"type":"corner","p":{"coord":{"x":428,"y":520}},"h1":{"coord":{"x":437.3333333333333,"y":580}},"h2":{"coord":{"x":-100,"y":940},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":179,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":318,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":396,"y":880}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":457,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":589,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":476,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":336,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}}]}]},"glyph-0xD5":{"id":"glyph-0xD5","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":578,"y":520}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":585.3333333333334,"y":564}}},{"type":"corner","p":{"coord":{"x":567.5,"y":635.5}},"h1":{"coord":{"x":581.8333333333334,"y":602.5}},"h2":{"coord":{"x":553.1666666666666,"y":668.5}}},{"type":"corner","p":{"coord":{"x":496.5,"y":712.5}},"h1":{"coord":{"x":529.5,"y":694.1666666666666}},"h2":{"coord":{"x":463.5,"y":730.8333333333334}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":422.3333333333333,"y":740}},"h2":{"coord":{"x":324.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":241.5,"y":712.5}},"h1":{"coord":{"x":280.5,"y":730.8333333333334}},"h2":{"coord":{"x":202.5,"y":694.1666666666666}}},{"type":"corner","p":{"coord":{"x":146,"y":635.5}},"h1":{"coord":{"x":170.66666666666666,"y":668.5}},"h2":{"coord":{"x":121.33333333333334,"y":602.5}}},{"type":"corner","p":{"coord":{"x":98,"y":520}},"h1":{"coord":{"x":105.33333333333333,"y":564}},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":215,"y":120}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":189.66666666666666,"y":150}},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":248,"y":520}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":257.3333333333333,"y":580}}},{"type":"corner","p":{"coord":{"x":353,"y":610}},"h1":{"coord":{"x":292.3333333333333,"y":610}},"h2":{"coord":{"x":412.3333333333333,"y":610}}},{"type":"corner","p":{"coord":{"x":428,"y":520}},"h1":{"coord":{"x":437.3333333333333,"y":580}},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":402.5,"y":809}},"h1":{"coord":{"x":390.1666666666667,"y":815}},"h2":{"coord":{"x":414.8333333333333,"y":803}}},{"type":"corner","p":{"coord":{"x":453,"y":800}},"h1":{"coord":{"x":431.6666666666667,"y":800}},"h2":{"coord":{"x":486.3333333333333,"y":800}}},{"type":"corner","p":{"coord":{"x":538.5,"y":834}},"h1":{"coord":{"x":514.8333333333334,"y":811.3333333333334}},"h2":{"coord":{"x":562.1666666666666,"y":856.6666666666666}}},{"type":"corner","p":{"coord":{"x":582,"y":920}},"h1":{"coord":{"x":576.6666666666666,"y":885.3333333333334}},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":955}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":502,"y":955}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":498,"y":928}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":494.6666666666667,"y":909.3333333333333}}},{"type":"corner","p":{"coord":{"x":464,"y":900}},"h1":{"coord":{"x":483.3333333333333,"y":900}},"h2":{"coord":{"x":454,"y":900}}},{"type":"corner","p":{"coord":{"x":439,"y":909}},"h1":{"coord":{"x":445.6666666666667,"y":903}},"h2":{"coord":{"x":432.3333333333333,"y":915}}},{"type":"corner","p":{"coord":{"x":418,"y":930}},"h1":{"coord":{"x":425.3333333333333,"y":922}},"h2":{"coord":{"x":410.6666666666667,"y":938}}},{"type":"corner","p":{"coord":{"x":388.5,"y":951}},"h1":{"coord":{"x":400.8333333333333,"y":945}},"h2":{"coord":{"x":376.1666666666667,"y":957}}},{"type":"corner","p":{"coord":{"x":338,"y":960}},"h1":{"coord":{"x":359.3333333333333,"y":960}},"h2":{"coord":{"x":305.3333333333333,"y":960}}},{"type":"corner","p":{"coord":{"x":253,"y":926}},"h1":{"coord":{"x":277,"y":948.6666666666667}},"h2":{"coord":{"x":229,"y":903.3333333333333}}},{"type":"corner","p":{"coord":{"x":209,"y":840}},"h1":{"coord":{"x":214.33333333333334,"y":874.6666666666666}},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":805}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":288,"y":805}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":827}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":295.3333333333333,"y":849}}},{"type":"corner","p":{"coord":{"x":327,"y":860}},"h1":{"coord":{"x":307,"y":860}},"h2":{"coord":{"x":337,"y":860}}},{"type":"corner","p":{"coord":{"x":352,"y":851}},"h1":{"coord":{"x":345.3333333333333,"y":857}},"h2":{"coord":{"x":358.6666666666667,"y":845}}},{"type":"corner","p":{"coord":{"x":373,"y":830}},"h1":{"coord":{"x":365.6666666666667,"y":838}},"h2":{"coord":{"x":380.3333333333333,"y":822}}}]}]},"glyph-0xD6":{"id":"glyph-0xD6","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":948},"use":false}},{"type":"corner","p":{"coord":{"x":578,"y":520}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":585.3333333333334,"y":564}}},{"type":"corner","p":{"coord":{"x":567.5,"y":635.5}},"h1":{"coord":{"x":581.8333333333334,"y":602.5}},"h2":{"coord":{"x":553.1666666666666,"y":668.5}}},{"type":"corner","p":{"coord":{"x":496.5,"y":712.5}},"h1":{"coord":{"x":529.5,"y":694.1666666666666}},"h2":{"coord":{"x":463.5,"y":730.8333333333334}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":422.3333333333333,"y":740}},"h2":{"coord":{"x":324.3333333333333,"y":740}}},{"type":"corner","p":{"coord":{"x":241.5,"y":712.5}},"h1":{"coord":{"x":280.5,"y":730.8333333333334}},"h2":{"coord":{"x":202.5,"y":694.1666666666666}}},{"type":"corner","p":{"coord":{"x":146,"y":635.5}},"h1":{"coord":{"x":170.66666666666666,"y":668.5}},"h2":{"coord":{"x":121.33333333333334,"y":602.5}}},{"type":"corner","p":{"coord":{"x":98,"y":520}},"h1":{"coord":{"x":105.33333333333333,"y":564}},"h2":{"coord":{"x":-100,"y":948},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":215,"y":120}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":189.66666666666666,"y":150}},"h2":{"coord":{"x":-100,"y":948},"use":false}},{"type":"corner","p":{"coord":{"x":248,"y":520}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":257.3333333333333,"y":580}}},{"type":"corner","p":{"coord":{"x":353,"y":610}},"h1":{"coord":{"x":292.3333333333333,"y":610}},"h2":{"coord":{"x":412.3333333333333,"y":610}}},{"type":"corner","p":{"coord":{"x":428,"y":520}},"h1":{"coord":{"x":437.3333333333333,"y":580}},"h2":{"coord":{"x":-100,"y":948},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":450,"y":823}},"h1":{"coord":{"x":438,"y":837}},"h2":{"coord":{"x":462,"y":809}}},{"type":"corner","p":{"coord":{"x":505,"y":802}},"h1":{"coord":{"x":480.3333333333333,"y":802}},"h2":{"coord":{"x":529.6666666666666,"y":802}}},{"type":"corner","p":{"coord":{"x":567,"y":823}},"h1":{"coord":{"x":550.3333333333334,"y":809}},"h2":{"coord":{"x":583.6666666666666,"y":837}}},{"type":"corner","p":{"coord":{"x":597,"y":880}},"h1":{"coord":{"x":593.6666666666666,"y":856}},"h2":{"coord":{"x":601,"y":904}}},{"type":"corner","p":{"coord":{"x":585,"y":937}},"h1":{"coord":{"x":597,"y":923}},"h2":{"coord":{"x":573,"y":951}}},{"type":"corner","p":{"coord":{"x":530,"y":958}},"h1":{"coord":{"x":554.6666666666666,"y":958}},"h2":{"coord":{"x":505.3333333333333,"y":958}}},{"type":"corner","p":{"coord":{"x":468,"y":937}},"h1":{"coord":{"x":484.6666666666667,"y":951}},"h2":{"coord":{"x":451.3333333333333,"y":923}}},{"type":"corner","p":{"coord":{"x":437,"y":880}},"h1":{"coord":{"x":441,"y":904}},"h2":{"coord":{"x":433.6666666666667,"y":856}}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":206,"y":823}},"h1":{"coord":{"x":194,"y":837}},"h2":{"coord":{"x":218,"y":809}}},{"type":"corner","p":{"coord":{"x":261,"y":802}},"h1":{"coord":{"x":236.33333333333334,"y":802}},"h2":{"coord":{"x":285.6666666666667,"y":802}}},{"type":"corner","p":{"coord":{"x":323,"y":823}},"h1":{"coord":{"x":306.3333333333333,"y":809}},"h2":{"coord":{"x":339.6666666666667,"y":837}}},{"type":"corner","p":{"coord":{"x":353,"y":880}},"h1":{"coord":{"x":349.6666666666667,"y":856}},"h2":{"coord":{"x":357,"y":904}}},{"type":"corner","p":{"coord":{"x":341,"y":937}},"h1":{"coord":{"x":353,"y":923}},"h2":{"coord":{"x":329,"y":951}}},{"type":"corner","p":{"coord":{"x":286,"y":958}},"h1":{"coord":{"x":310.6666666666667,"y":958}},"h2":{"coord":{"x":261.3333333333333,"y":958}}},{"type":"corner","p":{"coord":{"x":224,"y":937}},"h1":{"coord":{"x":240.66666666666666,"y":951}},"h2":{"coord":{"x":207.33333333333334,"y":923}}},{"type":"corner","p":{"coord":{"x":193,"y":880}},"h1":{"coord":{"x":197,"y":904}},"h2":{"coord":{"x":189.66666666666666,"y":856}}}]}]},"glyph-0xD7":{"id":"glyph-0xD7","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":154,"y":100}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":221}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":394,"y":100}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":511,"y":201}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":410,"y":323}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":549,"y":441}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":460,"y":546}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":322,"y":426}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":546}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":103,"y":445}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":323}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}},{"type":"corner","p":{"coord":{"x":65,"y":205}},"h1":{"coord":{"x":100,"y":646},"use":false},"h2":{"coord":{"x":-100,"y":646},"use":false}}]}]},"glyph-0xD8":{"id":"glyph-0xD8","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-35,"y":-40}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":83,"y":-40}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":127,"y":20}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":161,"y":0}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":203.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":578,"y":520}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":584.6666666666666,"y":560}}},{"type":"corner","p":{"coord":{"x":570,"y":627}},"h1":{"coord":{"x":582,"y":595.6666666666667}},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":660,"y":750}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":542,"y":750}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":509,"y":705}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":473,"y":728.3333333333333}}},{"type":"corner","p":{"coord":{"x":373,"y":740}},"h1":{"coord":{"x":427.6666666666667,"y":740}},"h2":{"coord":{"x":323.6666666666667,"y":740}}},{"type":"corner","p":{"coord":{"x":241,"y":712.5}},"h1":{"coord":{"x":279.6666666666667,"y":730.8333333333333}},"h2":{"coord":{"x":202.33333333333334,"y":694.1666666666667}}},{"type":"corner","p":{"coord":{"x":146,"y":635.5}},"h1":{"coord":{"x":170.66666666666666,"y":668.5}},"h2":{"coord":{"x":121.33333333333334,"y":602.5}}},{"type":"corner","p":{"coord":{"x":98,"y":520}},"h1":{"coord":{"x":105.33333333333333,"y":564}},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":41.666666666666664,"y":165.33333333333337}}},{"type":"corner","p":{"coord":{"x":61,"y":92}},"h1":{"coord":{"x":45.66666666666667,"y":126}},"h2":{"coord":{"x":-100,"y":710},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":207,"y":291}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":243,"y":520}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":253.66666666666666,"y":580}}},{"type":"corner","p":{"coord":{"x":353,"y":610}},"h1":{"coord":{"x":290.3333333333333,"y":610}},"h2":{"coord":{"x":385,"y":610}}},{"type":"corner","p":{"coord":{"x":421,"y":585}},"h1":{"coord":{"x":407.6666666666667,"y":601.6666666666666}},"h2":{"coord":{"x":-100,"y":710},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":349,"y":143.5}},"h1":{"coord":{"x":367.6666666666667,"y":159.16666666666663}},"h2":{"coord":{"x":330.3333333333333,"y":127.83333333333337}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":305.6666666666667,"y":120}},"h2":{"coord":{"x":247.66666666666666,"y":120}}},{"type":"corner","p":{"coord":{"x":213,"y":138}},"h1":{"coord":{"x":227,"y":126}},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":417,"y":417}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":-100,"y":710},"use":false}},{"type":"corner","p":{"coord":{"x":384,"y":210}},"h1":{"coord":{"x":100,"y":710},"use":false},"h2":{"coord":{"x":379.3333333333333,"y":181.33333333333337}}}]}]},"glyph-0xD9":{"id":"glyph-0xD9","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":88.5,"y":50}},"h1":{"coord":{"x":52.16666666666667,"y":90}},"h2":{"coord":{"x":124.83333333333333,"y":10}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":180,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386.5,"y":17}},"h1":{"coord":{"x":347.5,"y":-1}},"h2":{"coord":{"x":425.5,"y":35}}},{"type":"corner","p":{"coord":{"x":482,"y":94.5}},"h1":{"coord":{"x":457.3333333333333,"y":60.83333333333337}},"h2":{"coord":{"x":506.6666666666667,"y":128.16666666666663}}},{"type":"corner","p":{"coord":{"x":530,"y":214}},"h1":{"coord":{"x":522.6666666666666,"y":168}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":612,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":462,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":380,"y":215}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":375.3333333333333,"y":184.33333333333337}}},{"type":"corner","p":{"coord":{"x":345,"y":144.5}},"h1":{"coord":{"x":363.6666666666667,"y":160.83333333333337}},"h2":{"coord":{"x":326.3333333333333,"y":128.16666666666663}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":303,"y":120}},"h2":{"coord":{"x":246.33333333333334,"y":120}}},{"type":"corner","p":{"coord":{"x":212.5,"y":144.5}},"h1":{"coord":{"x":225.5,"y":128.16666666666663}},"h2":{"coord":{"x":199.5,"y":160.83333333333337}}},{"type":"corner","p":{"coord":{"x":200,"y":215}},"h1":{"coord":{"x":195.33333333333334,"y":184.33333333333337}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":282,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":132,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":214}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":39.333333333333336,"y":144.66666666666663}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":324,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":471,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":388,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":229,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}}]}]},"glyph-0xDA":{"id":"glyph-0xDA","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":88.5,"y":50}},"h1":{"coord":{"x":52.16666666666667,"y":90}},"h2":{"coord":{"x":124.83333333333333,"y":10}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":180,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386.5,"y":17}},"h1":{"coord":{"x":347.5,"y":-1}},"h2":{"coord":{"x":425.5,"y":35}}},{"type":"corner","p":{"coord":{"x":482,"y":94.5}},"h1":{"coord":{"x":457.3333333333333,"y":60.83333333333337}},"h2":{"coord":{"x":506.6666666666667,"y":128.16666666666663}}},{"type":"corner","p":{"coord":{"x":530,"y":214}},"h1":{"coord":{"x":522.6666666666666,"y":168}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":612,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":462,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":380,"y":215}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":375.3333333333333,"y":184.33333333333337}}},{"type":"corner","p":{"coord":{"x":345,"y":144.5}},"h1":{"coord":{"x":363.6666666666667,"y":160.83333333333337}},"h2":{"coord":{"x":326.3333333333333,"y":128.16666666666663}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":303,"y":120}},"h2":{"coord":{"x":246.33333333333334,"y":120}}},{"type":"corner","p":{"coord":{"x":212.5,"y":144.5}},"h1":{"coord":{"x":225.5,"y":128.16666666666663}},"h2":{"coord":{"x":199.5,"y":160.83333333333337}}},{"type":"corner","p":{"coord":{"x":200,"y":215}},"h1":{"coord":{"x":195.33333333333334,"y":184.33333333333337}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":282,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":132,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":214}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":39.333333333333336,"y":144.66666666666663}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":293,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":448,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":420,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}}]}]},"glyph-0xDB":{"id":"glyph-0xDB","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":88.5,"y":50}},"h1":{"coord":{"x":52.16666666666667,"y":90}},"h2":{"coord":{"x":124.83333333333333,"y":10}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":180,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386.5,"y":17}},"h1":{"coord":{"x":347.5,"y":-1}},"h2":{"coord":{"x":425.5,"y":35}}},{"type":"corner","p":{"coord":{"x":482,"y":94.5}},"h1":{"coord":{"x":457.3333333333333,"y":60.83333333333337}},"h2":{"coord":{"x":506.6666666666667,"y":128.16666666666663}}},{"type":"corner","p":{"coord":{"x":530,"y":214}},"h1":{"coord":{"x":522.6666666666666,"y":168}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":612,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":462,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":380,"y":215}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":375.3333333333333,"y":184.33333333333337}}},{"type":"corner","p":{"coord":{"x":345,"y":144.5}},"h1":{"coord":{"x":363.6666666666667,"y":160.83333333333337}},"h2":{"coord":{"x":326.3333333333333,"y":128.16666666666663}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":303,"y":120}},"h2":{"coord":{"x":246.33333333333334,"y":120}}},{"type":"corner","p":{"coord":{"x":212.5,"y":144.5}},"h1":{"coord":{"x":225.5,"y":128.16666666666663}},"h2":{"coord":{"x":199.5,"y":160.83333333333337}}},{"type":"corner","p":{"coord":{"x":200,"y":215}},"h1":{"coord":{"x":195.33333333333334,"y":184.33333333333337}},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":282,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":132,"y":730}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":214}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":39.333333333333336,"y":144.66666666666663}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":179,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":318,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":396,"y":880}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":457,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":589,"y":810}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":476,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}},{"type":"corner","p":{"coord":{"x":336,"y":950}},"h1":{"coord":{"x":100,"y":940},"use":false},"h2":{"coord":{"x":-100,"y":940},"use":false}}]}]},"glyph-0xDC":{"id":"glyph-0xDC","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":88.5,"y":50}},"h1":{"coord":{"x":52.16666666666667,"y":90}},"h2":{"coord":{"x":124.83333333333333,"y":10}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":180,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386.5,"y":17}},"h1":{"coord":{"x":347.5,"y":-1}},"h2":{"coord":{"x":425.5,"y":35}}},{"type":"corner","p":{"coord":{"x":482,"y":94.5}},"h1":{"coord":{"x":457.3333333333333,"y":60.83333333333337}},"h2":{"coord":{"x":506.6666666666667,"y":128.16666666666663}}},{"type":"corner","p":{"coord":{"x":530,"y":214}},"h1":{"coord":{"x":522.6666666666666,"y":168}},"h2":{"coord":{"x":-100,"y":948},"use":false}},{"type":"corner","p":{"coord":{"x":612,"y":730}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":-100,"y":948},"use":false}},{"type":"corner","p":{"coord":{"x":462,"y":730}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":-100,"y":948},"use":false}},{"type":"corner","p":{"coord":{"x":380,"y":215}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":375.3333333333333,"y":184.33333333333337}}},{"type":"corner","p":{"coord":{"x":345,"y":144.5}},"h1":{"coord":{"x":363.6666666666667,"y":160.83333333333337}},"h2":{"coord":{"x":326.3333333333333,"y":128.16666666666663}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":303,"y":120}},"h2":{"coord":{"x":246.33333333333334,"y":120}}},{"type":"corner","p":{"coord":{"x":212.5,"y":144.5}},"h1":{"coord":{"x":225.5,"y":128.16666666666663}},"h2":{"coord":{"x":199.5,"y":160.83333333333337}}},{"type":"corner","p":{"coord":{"x":200,"y":215}},"h1":{"coord":{"x":195.33333333333334,"y":184.33333333333337}},"h2":{"coord":{"x":-100,"y":948},"use":false}},{"type":"corner","p":{"coord":{"x":282,"y":730}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":-100,"y":948},"use":false}},{"type":"corner","p":{"coord":{"x":132,"y":730}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":-100,"y":948},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":214}},"h1":{"coord":{"x":100,"y":948},"use":false},"h2":{"coord":{"x":39.333333333333336,"y":144.66666666666663}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":450,"y":823}},"h1":{"coord":{"x":438,"y":837}},"h2":{"coord":{"x":462,"y":809}}},{"type":"corner","p":{"coord":{"x":505,"y":802}},"h1":{"coord":{"x":480.3333333333333,"y":802}},"h2":{"coord":{"x":529.6666666666666,"y":802}}},{"type":"corner","p":{"coord":{"x":567,"y":823}},"h1":{"coord":{"x":550.3333333333334,"y":809}},"h2":{"coord":{"x":583.6666666666666,"y":837}}},{"type":"corner","p":{"coord":{"x":597,"y":880}},"h1":{"coord":{"x":593.6666666666666,"y":856}},"h2":{"coord":{"x":601,"y":904}}},{"type":"corner","p":{"coord":{"x":585,"y":937}},"h1":{"coord":{"x":597,"y":923}},"h2":{"coord":{"x":573,"y":951}}},{"type":"corner","p":{"coord":{"x":530,"y":958}},"h1":{"coord":{"x":554.6666666666666,"y":958}},"h2":{"coord":{"x":505.3333333333333,"y":958}}},{"type":"corner","p":{"coord":{"x":468,"y":937}},"h1":{"coord":{"x":484.6666666666667,"y":951}},"h2":{"coord":{"x":451.3333333333333,"y":923}}},{"type":"corner","p":{"coord":{"x":437,"y":880}},"h1":{"coord":{"x":441,"y":904}},"h2":{"coord":{"x":433.6666666666667,"y":856}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":206,"y":823}},"h1":{"coord":{"x":194,"y":837}},"h2":{"coord":{"x":218,"y":809}}},{"type":"corner","p":{"coord":{"x":261,"y":802}},"h1":{"coord":{"x":236.33333333333334,"y":802}},"h2":{"coord":{"x":285.6666666666667,"y":802}}},{"type":"corner","p":{"coord":{"x":323,"y":823}},"h1":{"coord":{"x":306.3333333333333,"y":809}},"h2":{"coord":{"x":339.6666666666667,"y":837}}},{"type":"corner","p":{"coord":{"x":353,"y":880}},"h1":{"coord":{"x":349.6666666666667,"y":856}},"h2":{"coord":{"x":357,"y":904}}},{"type":"corner","p":{"coord":{"x":341,"y":937}},"h1":{"coord":{"x":353,"y":923}},"h2":{"coord":{"x":329,"y":951}}},{"type":"corner","p":{"coord":{"x":286,"y":958}},"h1":{"coord":{"x":310.6666666666667,"y":958}},"h2":{"coord":{"x":261.3333333333333,"y":958}}},{"type":"corner","p":{"coord":{"x":224,"y":937}},"h1":{"coord":{"x":240.66666666666666,"y":951}},"h2":{"coord":{"x":207.33333333333334,"y":923}}},{"type":"corner","p":{"coord":{"x":193,"y":880}},"h1":{"coord":{"x":197,"y":904}},"h2":{"coord":{"x":189.66666666666666,"y":856}}}]}]},"glyph-0xDD":{"id":"glyph-0xDD","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":181,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":331,"y":0}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":372,"y":260}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":657,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":510}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":360.3333333333333,"y":488}}},{"type":"corner","p":{"coord":{"x":339,"y":440}},"h1":{"coord":{"x":349,"y":464.6666666666667}},"h2":{"coord":{"x":329,"y":415.33333333333337}}},{"type":"corner","p":{"coord":{"x":316,"y":380}},"h1":{"coord":{"x":321.3333333333333,"y":395.33333333333337}},"h2":{"coord":{"x":315.3333333333333,"y":395.33333333333337}}},{"type":"corner","p":{"coord":{"x":310,"y":440}},"h1":{"coord":{"x":313.3333333333333,"y":415.33333333333337}},"h2":{"coord":{"x":306.6666666666667,"y":464.6666666666667}}},{"type":"corner","p":{"coord":{"x":297,"y":510}},"h1":{"coord":{"x":302.3333333333333,"y":488}},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":240,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":87,"y":730}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":222,"y":260}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":293,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":448,"y":810}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}},{"type":"corner","p":{"coord":{"x":420,"y":950}},"h1":{"coord":{"x":100,"y":950},"use":false},"h2":{"coord":{"x":-100,"y":950},"use":false}}]}]},"glyph-0xDE":{"id":"glyph-0xDE","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":26,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":176,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":202,"y":165}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":322,"y":165}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":393.3333333333333,"y":165}}},{"type":"corner","p":{"coord":{"x":499.5,"y":222.5}},"h1":{"coord":{"x":452.5,"y":184.16666666666663}},"h2":{"coord":{"x":546.5,"y":260.8333333333333}}},{"type":"corner","p":{"coord":{"x":586,"y":380}},"h1":{"coord":{"x":575.3333333333334,"y":313.33333333333337}},"h2":{"coord":{"x":597.3333333333334,"y":447.3333333333333}}},{"type":"corner","p":{"coord":{"x":550.5,"y":538}},"h1":{"coord":{"x":585.5,"y":500}},"h2":{"coord":{"x":515.5,"y":576}}},{"type":"corner","p":{"coord":{"x":390,"y":595}},"h1":{"coord":{"x":462,"y":595}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":270,"y":595}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":142,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":222,"y":290}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":250,"y":470}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":470}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":379,"y":470}}},{"type":"corner","p":{"coord":{"x":419.5,"y":447}},"h1":{"coord":{"x":403.8333333333333,"y":462.3333333333333}},"h2":{"coord":{"x":435.1666666666667,"y":431.6666666666667}}},{"type":"corner","p":{"coord":{"x":436,"y":380}},"h1":{"coord":{"x":440.6666666666667,"y":409.3333333333333}},"h2":{"coord":{"x":426.6666666666667,"y":320}}},{"type":"corner","p":{"coord":{"x":317,"y":290}},"h1":{"coord":{"x":387,"y":290}},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0xDF":{"id":"glyph-0xDF","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-132,"y":-180}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":-107,"y":-180}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-36.33333333333334,"y":-180}}},{"type":"corner","p":{"coord":{"x":69,"y":-128}},"h1":{"coord":{"x":22.333333333333336,"y":-162.66666666666663}},"h2":{"coord":{"x":115.66666666666666,"y":-93.33333333333337}}},{"type":"corner","p":{"coord":{"x":153,"y":14}},"h1":{"coord":{"x":143.66666666666666,"y":-46}},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":233,"y":516}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":238.33333333333334,"y":546.6666666666667}}},{"type":"corner","p":{"coord":{"x":271.5,"y":588.5}},"h1":{"coord":{"x":251.16666666666666,"y":570.8333333333333}},"h2":{"coord":{"x":291.8333333333333,"y":606.1666666666667}}},{"type":"corner","p":{"coord":{"x":348,"y":615}},"h1":{"coord":{"x":317.3333333333333,"y":615}},"h2":{"coord":{"x":379.3333333333333,"y":615}}},{"type":"corner","p":{"coord":{"x":418,"y":588.5}},"h1":{"coord":{"x":402.6666666666667,"y":606.1666666666667}},"h2":{"coord":{"x":433.3333333333333,"y":570.8333333333333}}},{"type":"corner","p":{"coord":{"x":434,"y":517}},"h1":{"coord":{"x":438.6666666666667,"y":547}},"h2":{"coord":{"x":429.3333333333333,"y":489.6666666666667}}},{"type":"corner","p":{"coord":{"x":399,"y":452}},"h1":{"coord":{"x":417.6666666666667,"y":468}},"h2":{"coord":{"x":380.3333333333333,"y":436}}},{"type":"corner","p":{"coord":{"x":329,"y":428}},"h1":{"coord":{"x":357,"y":428}},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":284,"y":428}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":266,"y":318}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":313,"y":318}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":344.3333333333333,"y":318}}},{"type":"corner","p":{"coord":{"x":384,"y":292}},"h1":{"coord":{"x":368,"y":309.33333333333337}},"h2":{"coord":{"x":400,"y":274.6666666666667}}},{"type":"corner","p":{"coord":{"x":400,"y":221}},"h1":{"coord":{"x":405.3333333333333,"y":251}},"h2":{"coord":{"x":395.3333333333333,"y":191}}},{"type":"corner","p":{"coord":{"x":362,"y":150.5}},"h1":{"coord":{"x":382.6666666666667,"y":167.5}},"h2":{"coord":{"x":341.3333333333333,"y":133.5}}},{"type":"corner","p":{"coord":{"x":283,"y":125}},"h1":{"coord":{"x":315,"y":125}},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":236,"y":125}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":216,"y":0}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":268,"y":0}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":318,"y":0}}},{"type":"corner","p":{"coord":{"x":402.5,"y":26}},"h1":{"coord":{"x":362.8333333333333,"y":8.666666666666629}},"h2":{"coord":{"x":442.1666666666667,"y":43.33333333333337}}},{"type":"corner","p":{"coord":{"x":500.5,"y":99.5}},"h1":{"coord":{"x":474.8333333333333,"y":67.83333333333331}},"h2":{"coord":{"x":526.1666666666666,"y":131.16666666666669}}},{"type":"corner","p":{"coord":{"x":549,"y":209}},"h1":{"coord":{"x":542.3333333333334,"y":167.66666666666669}},"h2":{"coord":{"x":556.3333333333334,"y":254.33333333333331}}},{"type":"corner","p":{"coord":{"x":529.5,"y":324}},"h1":{"coord":{"x":549.8333333333334,"y":292.6666666666667}},"h2":{"coord":{"x":509.1666666666667,"y":355.33333333333337}}},{"type":"corner","p":{"coord":{"x":437,"y":387}},"h1":{"coord":{"x":478.3333333333333,"y":376.33333333333337}},"h2":{"coord":{"x":479.6666666666667,"y":397}}},{"type":"corner","p":{"coord":{"x":540,"y":442}},"h1":{"coord":{"x":514,"y":415.33333333333337}},"h2":{"coord":{"x":566,"y":468.66666666666663}}},{"type":"corner","p":{"coord":{"x":589,"y":545}},"h1":{"coord":{"x":582.3333333333334,"y":503}},"h2":{"coord":{"x":595.6666666666666,"y":584.3333333333333}}},{"type":"corner","p":{"coord":{"x":575,"y":647.5}},"h1":{"coord":{"x":591,"y":618.5}},"h2":{"coord":{"x":559,"y":676.5}}},{"type":"corner","p":{"coord":{"x":501,"y":715.5}},"h1":{"coord":{"x":534.3333333333334,"y":699.1666666666666}},"h2":{"coord":{"x":467.6666666666667,"y":731.8333333333334}}},{"type":"corner","p":{"coord":{"x":381,"y":740}},"h1":{"coord":{"x":427.6666666666667,"y":740}},"h2":{"coord":{"x":329.6666666666667,"y":740}}},{"type":"corner","p":{"coord":{"x":244,"y":712}},"h1":{"coord":{"x":284,"y":730.6666666666666}},"h2":{"coord":{"x":204,"y":693.3333333333334}}},{"type":"corner","p":{"coord":{"x":146.5,"y":633.5}},"h1":{"coord":{"x":171.5,"y":667.1666666666666}},"h2":{"coord":{"x":121.5,"y":599.8333333333333}}},{"type":"corner","p":{"coord":{"x":98,"y":516}},"h1":{"coord":{"x":105.33333333333333,"y":560.6666666666667}},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":19,"y":19}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":15,"y":-5}}},{"type":"corner","p":{"coord":{"x":-17,"y":-38.5}},"h1":{"coord":{"x":3,"y":-24.16666666666663}},"h2":{"coord":{"x":-37,"y":-52.83333333333337}}},{"type":"corner","p":{"coord":{"x":-93,"y":-60}},"h1":{"coord":{"x":-62.333333333333336,"y":-60}},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":-113,"y":-60}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}}]}]},"glyph-0xE0":{"id":"glyph-0xE0","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":73,"y":48}},"h1":{"coord":{"x":45.66666666666667,"y":86.66666666666663}},"h2":{"coord":{"x":100.33333333333333,"y":9.333333333333371}}},{"type":"corner","p":{"coord":{"x":197,"y":-10}},"h1":{"coord":{"x":141.66666666666669,"y":-10}},"h2":{"coord":{"x":236.33333333333331,"y":-10}}},{"type":"corner","p":{"coord":{"x":298.5,"y":20}},"h1":{"coord":{"x":270.1666666666667,"y":0}},"h2":{"coord":{"x":326.8333333333333,"y":40}}},{"type":"corner","p":{"coord":{"x":359,"y":105}},"h1":{"coord":{"x":347,"y":68.33333333333337}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":362,"y":105}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":0}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":490,"y":0}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":577,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":428,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":415,"y":445}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":413,"y":445}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":412.3333333333333,"y":482.3333333333333}}},{"type":"corner","p":{"coord":{"x":379.5,"y":530.5}},"h1":{"coord":{"x":401.1666666666667,"y":510.8333333333333}},"h2":{"coord":{"x":357.8333333333333,"y":550.1666666666666}}},{"type":"corner","p":{"coord":{"x":288,"y":560}},"h1":{"coord":{"x":327.3333333333333,"y":560}},"h2":{"coord":{"x":232.66666666666669,"y":560}}},{"type":"corner","p":{"coord":{"x":146.5,"y":501.5}},"h1":{"coord":{"x":185.5,"y":540.5}},"h2":{"coord":{"x":107.5,"y":462.5}}},{"type":"corner","p":{"coord":{"x":71,"y":345}},"h1":{"coord":{"x":82.33333333333333,"y":410.3333333333333}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":205}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":37.333333333333336,"y":139}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":339.5,"y":143.5}},"h1":{"coord":{"x":357.1666666666667,"y":159.16666666666663}},"h2":{"coord":{"x":321.8333333333333,"y":127.83333333333337}}},{"type":"corner","p":{"coord":{"x":272,"y":120}},"h1":{"coord":{"x":299.3333333333333,"y":120}},"h2":{"coord":{"x":244,"y":120}}},{"type":"corner","p":{"coord":{"x":211,"y":143.5}},"h1":{"coord":{"x":223.66666666666666,"y":127.83333333333337}},"h2":{"coord":{"x":198.33333333333334,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":224.66666666666666,"y":368.6666666666667}}},{"type":"corner","p":{"coord":{"x":253,"y":406.5}},"h1":{"coord":{"x":235.66666666666666,"y":390.8333333333333}},"h2":{"coord":{"x":270.3333333333333,"y":422.1666666666667}}},{"type":"corner","p":{"coord":{"x":321,"y":430}},"h1":{"coord":{"x":293,"y":430}},"h2":{"coord":{"x":348.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":381.5,"y":406.5}},"h1":{"coord":{"x":368.5,"y":422.1666666666667}},"h2":{"coord":{"x":394.5,"y":390.8333333333333}}},{"type":"corner","p":{"coord":{"x":394,"y":340}},"h1":{"coord":{"x":398.6666666666667,"y":368.6666666666667}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":368.3333333333333,"y":181.33333333333337}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":303,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":450,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":367,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":208,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xE1":{"id":"glyph-0xE1","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":73,"y":48}},"h1":{"coord":{"x":45.66666666666667,"y":86.66666666666663}},"h2":{"coord":{"x":100.33333333333333,"y":9.333333333333371}}},{"type":"corner","p":{"coord":{"x":197,"y":-10}},"h1":{"coord":{"x":141.66666666666669,"y":-10}},"h2":{"coord":{"x":236.33333333333331,"y":-10}}},{"type":"corner","p":{"coord":{"x":298.5,"y":20}},"h1":{"coord":{"x":270.1666666666667,"y":0}},"h2":{"coord":{"x":326.8333333333333,"y":40}}},{"type":"corner","p":{"coord":{"x":359,"y":105}},"h1":{"coord":{"x":347,"y":68.33333333333337}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":362,"y":105}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":0}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":490,"y":0}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":577,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":428,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":415,"y":445}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":413,"y":445}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":412.3333333333333,"y":482.3333333333333}}},{"type":"corner","p":{"coord":{"x":379.5,"y":530.5}},"h1":{"coord":{"x":401.1666666666667,"y":510.8333333333333}},"h2":{"coord":{"x":357.8333333333333,"y":550.1666666666666}}},{"type":"corner","p":{"coord":{"x":288,"y":560}},"h1":{"coord":{"x":327.3333333333333,"y":560}},"h2":{"coord":{"x":232.66666666666669,"y":560}}},{"type":"corner","p":{"coord":{"x":146.5,"y":501.5}},"h1":{"coord":{"x":185.5,"y":540.5}},"h2":{"coord":{"x":107.5,"y":462.5}}},{"type":"corner","p":{"coord":{"x":71,"y":345}},"h1":{"coord":{"x":82.33333333333333,"y":410.3333333333333}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":205}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":37.333333333333336,"y":139}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":339.5,"y":143.5}},"h1":{"coord":{"x":357.1666666666667,"y":159.16666666666663}},"h2":{"coord":{"x":321.8333333333333,"y":127.83333333333337}}},{"type":"corner","p":{"coord":{"x":272,"y":120}},"h1":{"coord":{"x":299.3333333333333,"y":120}},"h2":{"coord":{"x":244,"y":120}}},{"type":"corner","p":{"coord":{"x":211,"y":143.5}},"h1":{"coord":{"x":223.66666666666666,"y":127.83333333333337}},"h2":{"coord":{"x":198.33333333333334,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":224.66666666666666,"y":368.6666666666667}}},{"type":"corner","p":{"coord":{"x":253,"y":406.5}},"h1":{"coord":{"x":235.66666666666666,"y":390.8333333333333}},"h2":{"coord":{"x":270.3333333333333,"y":422.1666666666667}}},{"type":"corner","p":{"coord":{"x":321,"y":430}},"h1":{"coord":{"x":293,"y":430}},"h2":{"coord":{"x":348.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":381.5,"y":406.5}},"h1":{"coord":{"x":368.5,"y":422.1666666666667}},"h2":{"coord":{"x":394.5,"y":390.8333333333333}}},{"type":"corner","p":{"coord":{"x":394,"y":340}},"h1":{"coord":{"x":398.6666666666667,"y":368.6666666666667}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":368.3333333333333,"y":181.33333333333337}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":272,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":427,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":566,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":399,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xE2":{"id":"glyph-0xE2","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":73,"y":48}},"h1":{"coord":{"x":45.66666666666667,"y":86.66666666666663}},"h2":{"coord":{"x":100.33333333333333,"y":9.333333333333371}}},{"type":"corner","p":{"coord":{"x":197,"y":-10}},"h1":{"coord":{"x":141.66666666666669,"y":-10}},"h2":{"coord":{"x":236.33333333333331,"y":-10}}},{"type":"corner","p":{"coord":{"x":298.5,"y":20}},"h1":{"coord":{"x":270.1666666666667,"y":0}},"h2":{"coord":{"x":326.8333333333333,"y":40}}},{"type":"corner","p":{"coord":{"x":359,"y":105}},"h1":{"coord":{"x":347,"y":68.33333333333337}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":362,"y":105}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":0}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":490,"y":0}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":577,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":428,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":415,"y":445}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":413,"y":445}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":412.3333333333333,"y":482.3333333333333}}},{"type":"corner","p":{"coord":{"x":379.5,"y":530.5}},"h1":{"coord":{"x":401.1666666666667,"y":510.8333333333333}},"h2":{"coord":{"x":357.8333333333333,"y":550.1666666666666}}},{"type":"corner","p":{"coord":{"x":288,"y":560}},"h1":{"coord":{"x":327.3333333333333,"y":560}},"h2":{"coord":{"x":232.66666666666669,"y":560}}},{"type":"corner","p":{"coord":{"x":146.5,"y":501.5}},"h1":{"coord":{"x":185.5,"y":540.5}},"h2":{"coord":{"x":107.5,"y":462.5}}},{"type":"corner","p":{"coord":{"x":71,"y":345}},"h1":{"coord":{"x":82.33333333333333,"y":410.3333333333333}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":205}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":37.333333333333336,"y":139}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":339.5,"y":143.5}},"h1":{"coord":{"x":357.1666666666667,"y":159.16666666666663}},"h2":{"coord":{"x":321.8333333333333,"y":127.83333333333337}}},{"type":"corner","p":{"coord":{"x":272,"y":120}},"h1":{"coord":{"x":299.3333333333333,"y":120}},"h2":{"coord":{"x":244,"y":120}}},{"type":"corner","p":{"coord":{"x":211,"y":143.5}},"h1":{"coord":{"x":223.66666666666666,"y":127.83333333333337}},"h2":{"coord":{"x":198.33333333333334,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":224.66666666666666,"y":368.6666666666667}}},{"type":"corner","p":{"coord":{"x":253,"y":406.5}},"h1":{"coord":{"x":235.66666666666666,"y":390.8333333333333}},"h2":{"coord":{"x":270.3333333333333,"y":422.1666666666667}}},{"type":"corner","p":{"coord":{"x":321,"y":430}},"h1":{"coord":{"x":293,"y":430}},"h2":{"coord":{"x":348.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":381.5,"y":406.5}},"h1":{"coord":{"x":368.5,"y":422.1666666666667}},"h2":{"coord":{"x":394.5,"y":390.8333333333333}}},{"type":"corner","p":{"coord":{"x":394,"y":340}},"h1":{"coord":{"x":398.6666666666667,"y":368.6666666666667}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":368.3333333333333,"y":181.33333333333337}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":158,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":297,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":375,"y":715}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":436,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":568,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":455,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":315,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xE3":{"id":"glyph-0xE3","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":73,"y":48}},"h1":{"coord":{"x":45.66666666666667,"y":86.66666666666663}},"h2":{"coord":{"x":100.33333333333333,"y":9.333333333333371}}},{"type":"corner","p":{"coord":{"x":197,"y":-10}},"h1":{"coord":{"x":141.66666666666669,"y":-10}},"h2":{"coord":{"x":236.33333333333331,"y":-10}}},{"type":"corner","p":{"coord":{"x":298.5,"y":20}},"h1":{"coord":{"x":270.1666666666667,"y":0}},"h2":{"coord":{"x":326.8333333333333,"y":40}}},{"type":"corner","p":{"coord":{"x":359,"y":105}},"h1":{"coord":{"x":347,"y":68.33333333333337}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":362,"y":105}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":0}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":490,"y":0}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":577,"y":550}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":428,"y":550}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":415,"y":445}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":413,"y":445}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":412.3333333333333,"y":482.3333333333333}}},{"type":"corner","p":{"coord":{"x":379.5,"y":530.5}},"h1":{"coord":{"x":401.1666666666667,"y":510.8333333333333}},"h2":{"coord":{"x":357.8333333333333,"y":550.1666666666666}}},{"type":"corner","p":{"coord":{"x":288,"y":560}},"h1":{"coord":{"x":327.3333333333333,"y":560}},"h2":{"coord":{"x":232.66666666666669,"y":560}}},{"type":"corner","p":{"coord":{"x":146.5,"y":501.5}},"h1":{"coord":{"x":185.5,"y":540.5}},"h2":{"coord":{"x":107.5,"y":462.5}}},{"type":"corner","p":{"coord":{"x":71,"y":345}},"h1":{"coord":{"x":82.33333333333333,"y":410.3333333333333}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":205}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":37.333333333333336,"y":139}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":339.5,"y":143.5}},"h1":{"coord":{"x":357.1666666666667,"y":159.16666666666663}},"h2":{"coord":{"x":321.8333333333333,"y":127.83333333333337}}},{"type":"corner","p":{"coord":{"x":272,"y":120}},"h1":{"coord":{"x":299.3333333333333,"y":120}},"h2":{"coord":{"x":244,"y":120}}},{"type":"corner","p":{"coord":{"x":211,"y":143.5}},"h1":{"coord":{"x":223.66666666666666,"y":127.83333333333337}},"h2":{"coord":{"x":198.33333333333334,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":224.66666666666666,"y":368.6666666666667}}},{"type":"corner","p":{"coord":{"x":253,"y":406.5}},"h1":{"coord":{"x":235.66666666666666,"y":390.8333333333333}},"h2":{"coord":{"x":270.3333333333333,"y":422.1666666666667}}},{"type":"corner","p":{"coord":{"x":321,"y":430}},"h1":{"coord":{"x":293,"y":430}},"h2":{"coord":{"x":348.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":381.5,"y":406.5}},"h1":{"coord":{"x":368.5,"y":422.1666666666667}},"h2":{"coord":{"x":394.5,"y":390.8333333333333}}},{"type":"corner","p":{"coord":{"x":394,"y":340}},"h1":{"coord":{"x":398.6666666666667,"y":368.6666666666667}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":210}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":368.3333333333333,"y":181.33333333333337}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":381.5,"y":644}},"h1":{"coord":{"x":369.1666666666667,"y":650}},"h2":{"coord":{"x":393.8333333333333,"y":638}}},{"type":"corner","p":{"coord":{"x":432,"y":635}},"h1":{"coord":{"x":410.6666666666667,"y":635}},"h2":{"coord":{"x":465.3333333333333,"y":635}}},{"type":"corner","p":{"coord":{"x":517.5,"y":669}},"h1":{"coord":{"x":493.8333333333333,"y":646.3333333333334}},"h2":{"coord":{"x":541.1666666666666,"y":691.6666666666666}}},{"type":"corner","p":{"coord":{"x":561,"y":755}},"h1":{"coord":{"x":555.6666666666666,"y":720.3333333333334}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":566,"y":790}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":481,"y":790}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":477,"y":763}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":473.6666666666667,"y":744.3333333333333}}},{"type":"corner","p":{"coord":{"x":442,"y":735}},"h1":{"coord":{"x":462,"y":735}},"h2":{"coord":{"x":432,"y":735}}},{"type":"corner","p":{"coord":{"x":417,"y":744}},"h1":{"coord":{"x":423.6666666666667,"y":738}},"h2":{"coord":{"x":410.3333333333333,"y":750}}},{"type":"corner","p":{"coord":{"x":396,"y":765}},"h1":{"coord":{"x":403.3333333333333,"y":757}},"h2":{"coord":{"x":388.6666666666667,"y":773}}},{"type":"corner","p":{"coord":{"x":367,"y":786}},"h1":{"coord":{"x":379,"y":780}},"h2":{"coord":{"x":355,"y":792}}},{"type":"corner","p":{"coord":{"x":317,"y":795}},"h1":{"coord":{"x":338.3333333333333,"y":795}},"h2":{"coord":{"x":284.3333333333333,"y":795}}},{"type":"corner","p":{"coord":{"x":232,"y":761}},"h1":{"coord":{"x":256,"y":783.6666666666667}},"h2":{"coord":{"x":208,"y":738.3333333333333}}},{"type":"corner","p":{"coord":{"x":188,"y":675}},"h1":{"coord":{"x":193.33333333333334,"y":709.6666666666666}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":182,"y":640}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":267,"y":640}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":271,"y":662}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":274.3333333333333,"y":684}}},{"type":"corner","p":{"coord":{"x":306,"y":695}},"h1":{"coord":{"x":286,"y":695}},"h2":{"coord":{"x":316,"y":695}}},{"type":"corner","p":{"coord":{"x":331,"y":686}},"h1":{"coord":{"x":324.3333333333333,"y":692}},"h2":{"coord":{"x":337.6666666666667,"y":680}}},{"type":"corner","p":{"coord":{"x":352,"y":665}},"h1":{"coord":{"x":344.6666666666667,"y":673}},"h2":{"coord":{"x":359.3333333333333,"y":657}}}]}]},"glyph-0xE4":{"id":"glyph-0xE4","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":73,"y":48}},"h1":{"coord":{"x":45.66666666666667,"y":86.66666666666663}},"h2":{"coord":{"x":100.33333333333333,"y":9.333333333333371}}},{"type":"corner","p":{"coord":{"x":197,"y":-10}},"h1":{"coord":{"x":141.66666666666669,"y":-10}},"h2":{"coord":{"x":236.33333333333331,"y":-10}}},{"type":"corner","p":{"coord":{"x":298.5,"y":20}},"h1":{"coord":{"x":270.1666666666667,"y":0}},"h2":{"coord":{"x":326.8333333333333,"y":40}}},{"type":"corner","p":{"coord":{"x":359,"y":105}},"h1":{"coord":{"x":347,"y":68.33333333333337}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":362,"y":105}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":0}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":490,"y":0}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":577,"y":550}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":428,"y":550}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":415,"y":445}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":413,"y":445}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":412.3333333333333,"y":482.3333333333333}}},{"type":"corner","p":{"coord":{"x":379.5,"y":530.5}},"h1":{"coord":{"x":401.1666666666667,"y":510.8333333333333}},"h2":{"coord":{"x":357.8333333333333,"y":550.1666666666666}}},{"type":"corner","p":{"coord":{"x":288,"y":560}},"h1":{"coord":{"x":327.3333333333333,"y":560}},"h2":{"coord":{"x":232.66666666666669,"y":560}}},{"type":"corner","p":{"coord":{"x":146.5,"y":501.5}},"h1":{"coord":{"x":185.5,"y":540.5}},"h2":{"coord":{"x":107.5,"y":462.5}}},{"type":"corner","p":{"coord":{"x":71,"y":345}},"h1":{"coord":{"x":82.33333333333333,"y":410.3333333333333}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":205}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":37.333333333333336,"y":139}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":339.5,"y":143.5}},"h1":{"coord":{"x":357.1666666666667,"y":159.16666666666663}},"h2":{"coord":{"x":321.8333333333333,"y":127.83333333333337}}},{"type":"corner","p":{"coord":{"x":272,"y":120}},"h1":{"coord":{"x":299.3333333333333,"y":120}},"h2":{"coord":{"x":244,"y":120}}},{"type":"corner","p":{"coord":{"x":211,"y":143.5}},"h1":{"coord":{"x":223.66666666666666,"y":127.83333333333337}},"h2":{"coord":{"x":198.33333333333334,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":224.66666666666666,"y":368.6666666666667}}},{"type":"corner","p":{"coord":{"x":253,"y":406.5}},"h1":{"coord":{"x":235.66666666666666,"y":390.8333333333333}},"h2":{"coord":{"x":270.3333333333333,"y":422.1666666666667}}},{"type":"corner","p":{"coord":{"x":321,"y":430}},"h1":{"coord":{"x":293,"y":430}},"h2":{"coord":{"x":348.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":381.5,"y":406.5}},"h1":{"coord":{"x":368.5,"y":422.1666666666667}},"h2":{"coord":{"x":394.5,"y":390.8333333333333}}},{"type":"corner","p":{"coord":{"x":394,"y":340}},"h1":{"coord":{"x":398.6666666666667,"y":368.6666666666667}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":210}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":368.3333333333333,"y":181.33333333333337}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":429,"y":658}},"h1":{"coord":{"x":417,"y":672}},"h2":{"coord":{"x":441,"y":644}}},{"type":"corner","p":{"coord":{"x":484,"y":637}},"h1":{"coord":{"x":459.3333333333333,"y":637}},"h2":{"coord":{"x":508.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":546,"y":658}},"h1":{"coord":{"x":529.3333333333334,"y":644}},"h2":{"coord":{"x":562.6666666666666,"y":672}}},{"type":"corner","p":{"coord":{"x":576,"y":715}},"h1":{"coord":{"x":572.6666666666666,"y":691}},"h2":{"coord":{"x":580,"y":739}}},{"type":"corner","p":{"coord":{"x":564,"y":772}},"h1":{"coord":{"x":576,"y":758}},"h2":{"coord":{"x":552,"y":786}}},{"type":"corner","p":{"coord":{"x":509,"y":793}},"h1":{"coord":{"x":533.6666666666666,"y":793}},"h2":{"coord":{"x":484.3333333333333,"y":793}}},{"type":"corner","p":{"coord":{"x":447,"y":772}},"h1":{"coord":{"x":463.6666666666667,"y":786}},"h2":{"coord":{"x":430.3333333333333,"y":758}}},{"type":"corner","p":{"coord":{"x":416,"y":715}},"h1":{"coord":{"x":420,"y":739}},"h2":{"coord":{"x":412.6666666666667,"y":691}}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":185,"y":658}},"h1":{"coord":{"x":173,"y":672}},"h2":{"coord":{"x":197,"y":644}}},{"type":"corner","p":{"coord":{"x":240,"y":637}},"h1":{"coord":{"x":215.33333333333334,"y":637}},"h2":{"coord":{"x":264.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":302,"y":658}},"h1":{"coord":{"x":285.3333333333333,"y":644}},"h2":{"coord":{"x":318.6666666666667,"y":672}}},{"type":"corner","p":{"coord":{"x":332,"y":715}},"h1":{"coord":{"x":328.6666666666667,"y":691}},"h2":{"coord":{"x":336,"y":739}}},{"type":"corner","p":{"coord":{"x":320,"y":772}},"h1":{"coord":{"x":332,"y":758}},"h2":{"coord":{"x":308,"y":786}}},{"type":"corner","p":{"coord":{"x":265,"y":793}},"h1":{"coord":{"x":289.6666666666667,"y":793}},"h2":{"coord":{"x":240.33333333333334,"y":793}}},{"type":"corner","p":{"coord":{"x":203,"y":772}},"h1":{"coord":{"x":219.66666666666666,"y":786}},"h2":{"coord":{"x":186.33333333333334,"y":758}}},{"type":"corner","p":{"coord":{"x":172,"y":715}},"h1":{"coord":{"x":176,"y":739}},"h2":{"coord":{"x":168.66666666666666,"y":691}}}]}]},"glyph-0xE5":{"id":"glyph-0xE5","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":73,"y":48}},"h1":{"coord":{"x":45.66666666666667,"y":86.66666666666663}},"h2":{"coord":{"x":100.33333333333333,"y":9.333333333333371}}},{"type":"corner","p":{"coord":{"x":197,"y":-10}},"h1":{"coord":{"x":141.66666666666669,"y":-10}},"h2":{"coord":{"x":236.33333333333331,"y":-10}}},{"type":"corner","p":{"coord":{"x":298.5,"y":20}},"h1":{"coord":{"x":270.1666666666667,"y":0}},"h2":{"coord":{"x":326.8333333333333,"y":40}}},{"type":"corner","p":{"coord":{"x":359,"y":105}},"h1":{"coord":{"x":347,"y":68.33333333333337}},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":362,"y":105}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":0}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":490,"y":0}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":577,"y":550}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":428,"y":550}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":415,"y":445}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":413,"y":445}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":412.3333333333333,"y":482.3333333333333}}},{"type":"corner","p":{"coord":{"x":379.5,"y":530.5}},"h1":{"coord":{"x":401.1666666666667,"y":510.8333333333333}},"h2":{"coord":{"x":357.8333333333333,"y":550.1666666666667}}},{"type":"corner","p":{"coord":{"x":288,"y":560}},"h1":{"coord":{"x":327.3333333333333,"y":560}},"h2":{"coord":{"x":232.66666666666669,"y":560}}},{"type":"corner","p":{"coord":{"x":146.5,"y":501.5}},"h1":{"coord":{"x":185.5,"y":540.5}},"h2":{"coord":{"x":107.5,"y":462.5}}},{"type":"corner","p":{"coord":{"x":71,"y":345}},"h1":{"coord":{"x":82.33333333333333,"y":410.3333333333333}},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":205}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":37.333333333333336,"y":139}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":339.5,"y":143.5}},"h1":{"coord":{"x":357.1666666666667,"y":159.16666666666663}},"h2":{"coord":{"x":321.8333333333333,"y":127.83333333333337}}},{"type":"corner","p":{"coord":{"x":272,"y":120}},"h1":{"coord":{"x":299.3333333333333,"y":120}},"h2":{"coord":{"x":244,"y":120}}},{"type":"corner","p":{"coord":{"x":211,"y":143.5}},"h1":{"coord":{"x":223.66666666666666,"y":127.83333333333337}},"h2":{"coord":{"x":198.33333333333334,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":224.66666666666666,"y":368.6666666666667}}},{"type":"corner","p":{"coord":{"x":253,"y":406.5}},"h1":{"coord":{"x":235.66666666666666,"y":390.8333333333333}},"h2":{"coord":{"x":270.3333333333333,"y":422.1666666666667}}},{"type":"corner","p":{"coord":{"x":321,"y":430}},"h1":{"coord":{"x":293,"y":430}},"h2":{"coord":{"x":348.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":381.5,"y":406.5}},"h1":{"coord":{"x":368.5,"y":422.1666666666667}},"h2":{"coord":{"x":394.5,"y":390.8333333333333}}},{"type":"corner","p":{"coord":{"x":394,"y":340}},"h1":{"coord":{"x":398.6666666666667,"y":368.6666666666667}},"h2":{"coord":{"x":-100,"y":843},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":210}},"h1":{"coord":{"x":100,"y":843},"use":false},"h2":{"coord":{"x":368.3333333333333,"y":181.33333333333337}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":260,"y":634}},"h1":{"coord":{"x":238,"y":657.3333333333334}},"h2":{"coord":{"x":282,"y":610.6666666666666}}},{"type":"corner","p":{"coord":{"x":356,"y":599}},"h1":{"coord":{"x":314,"y":599}},"h2":{"coord":{"x":398,"y":599}}},{"type":"corner","p":{"coord":{"x":463,"y":634}},"h1":{"coord":{"x":433.6666666666667,"y":610.6666666666666}},"h2":{"coord":{"x":492.3333333333333,"y":657.3333333333334}}},{"type":"corner","p":{"coord":{"x":516,"y":726}},"h1":{"coord":{"x":510,"y":688}},"h2":{"coord":{"x":522,"y":764}}},{"type":"corner","p":{"coord":{"x":492,"y":818}},"h1":{"coord":{"x":514,"y":794.6666666666667}},"h2":{"coord":{"x":470,"y":841.3333333333333}}},{"type":"corner","p":{"coord":{"x":396,"y":853}},"h1":{"coord":{"x":438,"y":853}},"h2":{"coord":{"x":354,"y":853}}},{"type":"corner","p":{"coord":{"x":289,"y":818}},"h1":{"coord":{"x":318.3333333333333,"y":841.3333333333333}},"h2":{"coord":{"x":259.6666666666667,"y":794.6666666666667}}},{"type":"corner","p":{"coord":{"x":236,"y":726}},"h1":{"coord":{"x":242,"y":764}},"h2":{"coord":{"x":230,"y":688}}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":413,"y":685}},"h1":{"coord":{"x":425.6666666666667,"y":695.6666666666666}},"h2":{"coord":{"x":400.3333333333333,"y":674.3333333333334}}},{"type":"corner","p":{"coord":{"x":367,"y":669}},"h1":{"coord":{"x":385,"y":669}},"h2":{"coord":{"x":349,"y":669}}},{"type":"corner","p":{"coord":{"x":326,"y":685}},"h1":{"coord":{"x":335.3333333333333,"y":674.3333333333334}},"h2":{"coord":{"x":316.6666666666667,"y":695.6666666666666}}},{"type":"corner","p":{"coord":{"x":316,"y":726}},"h1":{"coord":{"x":313.3333333333333,"y":709.3333333333334}},"h2":{"coord":{"x":318.6666666666667,"y":743.3333333333333}}},{"type":"corner","p":{"coord":{"x":339,"y":767.5}},"h1":{"coord":{"x":326.3333333333333,"y":757.1666666666667}},"h2":{"coord":{"x":351.6666666666667,"y":777.8333333333333}}},{"type":"corner","p":{"coord":{"x":385,"y":783}},"h1":{"coord":{"x":367,"y":783}},"h2":{"coord":{"x":403,"y":783}}},{"type":"corner","p":{"coord":{"x":426,"y":767.5}},"h1":{"coord":{"x":416.6666666666667,"y":777.8333333333333}},"h2":{"coord":{"x":435.3333333333333,"y":757.1666666666667}}},{"type":"corner","p":{"coord":{"x":436,"y":726}},"h1":{"coord":{"x":438.6666666666667,"y":743.3333333333333}},"h2":{"coord":{"x":433.3333333333333,"y":709.3333333333334}}}]}]},"glyph-0xE6":{"id":"glyph-0xE6","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":34,"y":31.5}},"h1":{"coord":{"x":13.333333333333336,"y":59.166666666666686}},"h2":{"coord":{"x":54.666666666666664,"y":3.8333333333333712}}},{"type":"corner","p":{"coord":{"x":126,"y":-10}},"h1":{"coord":{"x":85.33333333333334,"y":-10}},"h2":{"coord":{"x":153.33333333333334,"y":-10}}},{"type":"corner","p":{"coord":{"x":195,"y":2}},"h1":{"coord":{"x":176.33333333333334,"y":-6}},"h2":{"coord":{"x":213.66666666666666,"y":10}}},{"type":"corner","p":{"coord":{"x":240,"y":31.5}},"h1":{"coord":{"x":228.66666666666666,"y":19.83333333333337}},"h2":{"coord":{"x":251.33333333333334,"y":43.166666666666686}}},{"type":"corner","p":{"coord":{"x":262,"y":65}},"h1":{"coord":{"x":258.6666666666667,"y":54.333333333333314}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":270,"y":65}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":270,"y":54.333333333333314}}},{"type":"corner","p":{"coord":{"x":280,"y":31.5}},"h1":{"coord":{"x":273.3333333333333,"y":43.166666666666686}},"h2":{"coord":{"x":286.6666666666667,"y":19.83333333333337}}},{"type":"corner","p":{"coord":{"x":313,"y":2}},"h1":{"coord":{"x":297.6666666666667,"y":10}},"h2":{"coord":{"x":328.3333333333333,"y":-6}}},{"type":"corner","p":{"coord":{"x":374,"y":-10}},"h1":{"coord":{"x":348.6666666666667,"y":-10}},"h2":{"coord":{"x":417.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":486,"y":31.5}},"h1":{"coord":{"x":454.6666666666667,"y":3.8333333333333712}},"h2":{"coord":{"x":517.3333333333334,"y":59.166666666666686}}},{"type":"corner","p":{"coord":{"x":543,"y":140}},"h1":{"coord":{"x":536.3333333333334,"y":95.33333333333331}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":428,"y":140}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":422.6666666666667,"y":104.66666666666669}}},{"type":"corner","p":{"coord":{"x":374,"y":87}},"h1":{"coord":{"x":404.6666666666667,"y":87}},"h2":{"coord":{"x":359.3333333333333,"y":87}}},{"type":"corner","p":{"coord":{"x":341.5,"y":101}},"h1":{"coord":{"x":348.5,"y":91.66666666666669}},"h2":{"coord":{"x":334.5,"y":110.33333333333331}}},{"type":"corner","p":{"coord":{"x":335,"y":140}},"h1":{"coord":{"x":332.3333333333333,"y":123.33333333333331}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":353,"y":250}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":561,"y":250}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":586,"y":410}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":593.3333333333334,"y":455.3333333333333}}},{"type":"corner","p":{"coord":{"x":563.5,"y":519}},"h1":{"coord":{"x":585.8333333333334,"y":491.6666666666667}},"h2":{"coord":{"x":541.1666666666666,"y":546.3333333333333}}},{"type":"corner","p":{"coord":{"x":465,"y":560}},"h1":{"coord":{"x":508.3333333333333,"y":560}},"h2":{"coord":{"x":439.6666666666667,"y":560}}},{"type":"corner","p":{"coord":{"x":400,"y":548}},"h1":{"coord":{"x":418,"y":556}},"h2":{"coord":{"x":382,"y":540}}},{"type":"corner","p":{"coord":{"x":357.5,"y":518.5}},"h1":{"coord":{"x":367.8333333333333,"y":530.1666666666666}},"h2":{"coord":{"x":347.1666666666667,"y":506.83333333333337}}},{"type":"corner","p":{"coord":{"x":337,"y":485}},"h1":{"coord":{"x":340.3333333333333,"y":495.66666666666663}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":329,"y":485}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":329,"y":495.66666666666663}}},{"type":"corner","p":{"coord":{"x":319,"y":518.5}},"h1":{"coord":{"x":325.6666666666667,"y":506.83333333333337}},"h2":{"coord":{"x":312.3333333333333,"y":530.1666666666666}}},{"type":"corner","p":{"coord":{"x":286.5,"y":548}},"h1":{"coord":{"x":301.5,"y":540}},"h2":{"coord":{"x":271.5,"y":556}}},{"type":"corner","p":{"coord":{"x":226,"y":560}},"h1":{"coord":{"x":251.33333333333334,"y":560}},"h2":{"coord":{"x":182,"y":560}}},{"type":"corner","p":{"coord":{"x":113,"y":516}},"h1":{"coord":{"x":144.33333333333334,"y":545.3333333333333}},"h2":{"coord":{"x":81.66666666666667,"y":486.6666666666667}}},{"type":"corner","p":{"coord":{"x":54,"y":400}},"h1":{"coord":{"x":62,"y":448}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":169,"y":400}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":176.33333333333334,"y":442}}},{"type":"corner","p":{"coord":{"x":228,"y":463}},"h1":{"coord":{"x":196,"y":463}},"h2":{"coord":{"x":242,"y":463}}},{"type":"corner","p":{"coord":{"x":258.5,"y":449}},"h1":{"coord":{"x":252.16666666666666,"y":458.3333333333333}},"h2":{"coord":{"x":264.8333333333333,"y":439.6666666666667}}},{"type":"corner","p":{"coord":{"x":264,"y":410}},"h1":{"coord":{"x":266.6666666666667,"y":426.66666666666663}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":251,"y":330}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":208,"y":330}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":158.66666666666669,"y":330}}},{"type":"corner","p":{"coord":{"x":82.5,"y":291.5}},"h1":{"coord":{"x":116.83333333333333,"y":317.16666666666663}},"h2":{"coord":{"x":48.16666666666667,"y":265.8333333333333}}},{"type":"corner","p":{"coord":{"x":21,"y":190}},"h1":{"coord":{"x":27.666666666666664,"y":232}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":13,"y":140}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":6.333333333333334,"y":95.33333333333331}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":365,"y":330}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":378,"y":410}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":380.6666666666667,"y":426.66666666666663}}},{"type":"corner","p":{"coord":{"x":396.5,"y":449}},"h1":{"coord":{"x":386.8333333333333,"y":439.6666666666667}},"h2":{"coord":{"x":406.1666666666667,"y":458.3333333333333}}},{"type":"corner","p":{"coord":{"x":433,"y":463}},"h1":{"coord":{"x":418.3333333333333,"y":463}},"h2":{"coord":{"x":447.6666666666667,"y":463}}},{"type":"corner","p":{"coord":{"x":465.5,"y":449.5}},"h1":{"coord":{"x":458.5,"y":458.5}},"h2":{"coord":{"x":472.5,"y":440.5}}},{"type":"corner","p":{"coord":{"x":471,"y":410}},"h1":{"coord":{"x":474.3333333333333,"y":427.3333333333333}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":458,"y":330}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":203.5,"y":101}},"h1":{"coord":{"x":212.5,"y":110.33333333333331}},"h2":{"coord":{"x":194.5,"y":91.66666666666669}}},{"type":"corner","p":{"coord":{"x":169,"y":87}},"h1":{"coord":{"x":183,"y":87}},"h2":{"coord":{"x":153.66666666666666,"y":87}}},{"type":"corner","p":{"coord":{"x":135,"y":101}},"h1":{"coord":{"x":142.33333333333334,"y":91.66666666666669}},"h2":{"coord":{"x":127.66666666666667,"y":110.33333333333331}}},{"type":"corner","p":{"coord":{"x":128,"y":140}},"h1":{"coord":{"x":125.33333333333333,"y":123.33333333333331}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":136,"y":190}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":139.33333333333334,"y":209.33333333333331}}},{"type":"corner","p":{"coord":{"x":157,"y":234.5}},"h1":{"coord":{"x":146.33333333333334,"y":224.16666666666669}},"h2":{"coord":{"x":167.66666666666666,"y":244.83333333333331}}},{"type":"corner","p":{"coord":{"x":196,"y":250}},"h1":{"coord":{"x":180.66666666666666,"y":250}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":239,"y":250}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":221,"y":140}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":218.33333333333334,"y":123.33333333333331}}}]}]},"glyph-0xE7":{"id":"glyph-0xE7","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":113,"y":-225}},"h1":{"coord":{"x":100,"y":335},"use":false},"h2":{"coord":{"x":-100,"y":335},"use":false}},{"type":"corner","p":{"coord":{"x":223,"y":-225}},"h1":{"coord":{"x":100,"y":335},"use":false},"h2":{"coord":{"x":265,"y":-225}}},{"type":"corner","p":{"coord":{"x":329,"y":-197.5}},"h1":{"coord":{"x":300.3333333333333,"y":-215.83333333333337}},"h2":{"coord":{"x":357.6666666666667,"y":-179.16666666666663}}},{"type":"corner","p":{"coord":{"x":378,"y":-133}},"h1":{"coord":{"x":374,"y":-157.66666666666669}},"h2":{"coord":{"x":381.3333333333333,"y":-112.33333333333331}}},{"type":"corner","p":{"coord":{"x":363.5,"y":-82}},"h1":{"coord":{"x":376.5,"y":-95.33333333333331}},"h2":{"coord":{"x":350.5,"y":-68.66666666666669}}},{"type":"corner","p":{"coord":{"x":312.5,"y":-51.5}},"h1":{"coord":{"x":333.5,"y":-58.5}},"h2":{"coord":{"x":291.5,"y":-44.5}}},{"type":"corner","p":{"coord":{"x":251,"y":-39}},"h1":{"coord":{"x":271,"y":-40.333333333333314}},"h2":{"coord":{"x":-100,"y":335},"use":false}},{"type":"corner","p":{"coord":{"x":266,"y":-10}},"h1":{"coord":{"x":100,"y":335},"use":false},"h2":{"coord":{"x":336,"y":-8.666666666666686}}},{"type":"corner","p":{"coord":{"x":443,"y":47}},"h1":{"coord":{"x":395,"y":10.333333333333314}},"h2":{"coord":{"x":491,"y":83.66666666666666}}},{"type":"corner","p":{"coord":{"x":533,"y":195}},"h1":{"coord":{"x":521,"y":133}},"h2":{"coord":{"x":-100,"y":335},"use":false}},{"type":"corner","p":{"coord":{"x":383,"y":195}},"h1":{"coord":{"x":100,"y":335},"use":false},"h2":{"coord":{"x":377,"y":171}}},{"type":"corner","p":{"coord":{"x":346.5,"y":139.5}},"h1":{"coord":{"x":364.8333333333333,"y":152.5}},"h2":{"coord":{"x":328.1666666666667,"y":126.5}}},{"type":"corner","p":{"coord":{"x":278,"y":120}},"h1":{"coord":{"x":305.3333333333333,"y":120}},"h2":{"coord":{"x":248,"y":120}}},{"type":"corner","p":{"coord":{"x":212.5,"y":143.5}},"h1":{"coord":{"x":226.16666666666666,"y":127.83333333333334}},"h2":{"coord":{"x":198.83333333333334,"y":159.16666666666666}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333334}},"h2":{"coord":{"x":-100,"y":335},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":335},"use":false},"h2":{"coord":{"x":229.33333333333334,"y":400}}},{"type":"corner","p":{"coord":{"x":327,"y":430}},"h1":{"coord":{"x":265,"y":430}},"h2":{"coord":{"x":354.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":389.5,"y":410}},"h1":{"coord":{"x":375.1666666666667,"y":423.3333333333333}},"h2":{"coord":{"x":403.8333333333333,"y":396.6666666666667}}},{"type":"corner","p":{"coord":{"x":408,"y":355}},"h1":{"coord":{"x":410,"y":378.3333333333333}},"h2":{"coord":{"x":-100,"y":335},"use":false}},{"type":"corner","p":{"coord":{"x":558,"y":355}},"h1":{"coord":{"x":100,"y":335},"use":false},"h2":{"coord":{"x":565.3333333333334,"y":418.3333333333333}}},{"type":"corner","p":{"coord":{"x":513,"y":505}},"h1":{"coord":{"x":550.3333333333334,"y":468.33333333333337}},"h2":{"coord":{"x":475.6666666666667,"y":541.6666666666666}}},{"type":"corner","p":{"coord":{"x":348,"y":560}},"h1":{"coord":{"x":420.66666666666663,"y":560}},"h2":{"coord":{"x":299.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":216,"y":532.5}},"h1":{"coord":{"x":255.33333333333331,"y":550.8333333333334}},"h2":{"coord":{"x":176.66666666666669,"y":514.1666666666666}}},{"type":"corner","p":{"coord":{"x":119,"y":456}},"h1":{"coord":{"x":144.33333333333334,"y":488.66666666666663}},"h2":{"coord":{"x":93.66666666666667,"y":423.33333333333337}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384.66666666666663}},"h2":{"coord":{"x":-100,"y":335},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":335},"use":false},"h2":{"coord":{"x":40.333333333333336,"y":153.33333333333334}}},{"type":"corner","p":{"coord":{"x":75,"y":68.5}},"h1":{"coord":{"x":49,"y":106.16666666666666}},"h2":{"coord":{"x":101,"y":30.833333333333314}}},{"type":"corner","p":{"coord":{"x":194,"y":-4}},"h1":{"coord":{"x":140.66666666666669,"y":6.666666666666686}},"h2":{"coord":{"x":-100,"y":335},"use":false}},{"type":"corner","p":{"coord":{"x":157,"y":-69}},"h1":{"coord":{"x":100,"y":335},"use":false},"h2":{"coord":{"x":193.66666666666666,"y":-69}}},{"type":"corner","p":{"coord":{"x":240.5,"y":-82.5}},"h1":{"coord":{"x":221.5,"y":-73.5}},"h2":{"coord":{"x":259.5,"y":-91.5}}},{"type":"corner","p":{"coord":{"x":265,"y":-119}},"h1":{"coord":{"x":267.6666666666667,"y":-103.66666666666669}},"h2":{"coord":{"x":264.3333333333333,"y":-127}}},{"type":"corner","p":{"coord":{"x":246.5,"y":-143}},"h1":{"coord":{"x":258.1666666666667,"y":-135}},"h2":{"coord":{"x":234.83333333333334,"y":-151}}},{"type":"corner","p":{"coord":{"x":204,"y":-155}},"h1":{"coord":{"x":220.66666666666666,"y":-155}},"h2":{"coord":{"x":-100,"y":335},"use":false}},{"type":"corner","p":{"coord":{"x":124,"y":-155}},"h1":{"coord":{"x":100,"y":335},"use":false},"h2":{"coord":{"x":-100,"y":335},"use":false}}]}]},"glyph-0xE8":{"id":"glyph-0xE8","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":132,"y":17.5}},"h1":{"coord":{"x":98.66666666666667,"y":35.83333333333337}},"h2":{"coord":{"x":165.33333333333331,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":255,"y":-10}},"h1":{"coord":{"x":206.33333333333334,"y":-10}},"h2":{"coord":{"x":295,"y":-10}}},{"type":"corner","p":{"coord":{"x":366.5,"y":10}},"h1":{"coord":{"x":332.1666666666667,"y":-3.3333333333333712}},"h2":{"coord":{"x":400.8333333333333,"y":23.33333333333337}}},{"type":"corner","p":{"coord":{"x":457,"y":66}},"h1":{"coord":{"x":431,"y":42}},"h2":{"coord":{"x":483,"y":90}}},{"type":"corner","p":{"coord":{"x":515,"y":150}},"h1":{"coord":{"x":502.3333333333333,"y":118}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":368,"y":150}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":361.3333333333333,"y":136}}},{"type":"corner","p":{"coord":{"x":334.5,"y":117}},"h1":{"coord":{"x":350.1666666666667,"y":125}},"h2":{"coord":{"x":318.8333333333333,"y":109}}},{"type":"corner","p":{"coord":{"x":276,"y":105}},"h1":{"coord":{"x":299.3333333333333,"y":105}},"h2":{"coord":{"x":208.66666666666669,"y":105}}},{"type":"corner","p":{"coord":{"x":192,"y":210}},"h1":{"coord":{"x":180.66666666666666,"y":140}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":197,"y":240}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":534,"y":240}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":557.3333333333334,"y":384}}},{"type":"corner","p":{"coord":{"x":539.5,"y":455.5}},"h1":{"coord":{"x":553.8333333333334,"y":422.5}},"h2":{"coord":{"x":525.1666666666666,"y":488.5}}},{"type":"corner","p":{"coord":{"x":468.5,"y":532.5}},"h1":{"coord":{"x":501.5,"y":514.1666666666667}},"h2":{"coord":{"x":435.5,"y":550.8333333333334}}},{"type":"corner","p":{"coord":{"x":346,"y":560}},"h1":{"coord":{"x":394.6666666666667,"y":560}},"h2":{"coord":{"x":297.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":214.5,"y":532.5}},"h1":{"coord":{"x":253.5,"y":550.8333333333334}},"h2":{"coord":{"x":175.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118.5,"y":455.5}},"h1":{"coord":{"x":143.5,"y":488.5}},"h2":{"coord":{"x":93.5,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":210,"y":325}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":213,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":218.33333333333334,"y":374}}},{"type":"corner","p":{"coord":{"x":250,"y":419}},"h1":{"coord":{"x":230.66666666666666,"y":400.3333333333333}},"h2":{"coord":{"x":269.3333333333333,"y":437.6666666666667}}},{"type":"corner","p":{"coord":{"x":328,"y":447}},"h1":{"coord":{"x":295.3333333333333,"y":447}},"h2":{"coord":{"x":392,"y":447}}},{"type":"corner","p":{"coord":{"x":407,"y":342}},"h1":{"coord":{"x":418.3333333333333,"y":412}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":405,"y":327}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":298,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":445,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":362,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xE9":{"id":"glyph-0xE9","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":132,"y":17.5}},"h1":{"coord":{"x":98.66666666666667,"y":35.83333333333337}},"h2":{"coord":{"x":165.33333333333331,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":255,"y":-10}},"h1":{"coord":{"x":206.33333333333334,"y":-10}},"h2":{"coord":{"x":295,"y":-10}}},{"type":"corner","p":{"coord":{"x":366.5,"y":10}},"h1":{"coord":{"x":332.1666666666667,"y":-3.3333333333333712}},"h2":{"coord":{"x":400.8333333333333,"y":23.33333333333337}}},{"type":"corner","p":{"coord":{"x":457,"y":66}},"h1":{"coord":{"x":431,"y":42}},"h2":{"coord":{"x":483,"y":90}}},{"type":"corner","p":{"coord":{"x":515,"y":150}},"h1":{"coord":{"x":502.3333333333333,"y":118}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":368,"y":150}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":361.3333333333333,"y":136}}},{"type":"corner","p":{"coord":{"x":334.5,"y":117}},"h1":{"coord":{"x":350.1666666666667,"y":125}},"h2":{"coord":{"x":318.8333333333333,"y":109}}},{"type":"corner","p":{"coord":{"x":276,"y":105}},"h1":{"coord":{"x":299.3333333333333,"y":105}},"h2":{"coord":{"x":208.66666666666669,"y":105}}},{"type":"corner","p":{"coord":{"x":192,"y":210}},"h1":{"coord":{"x":180.66666666666666,"y":140}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":197,"y":240}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":534,"y":240}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":557.3333333333334,"y":384}}},{"type":"corner","p":{"coord":{"x":539.5,"y":455.5}},"h1":{"coord":{"x":553.8333333333334,"y":422.5}},"h2":{"coord":{"x":525.1666666666666,"y":488.5}}},{"type":"corner","p":{"coord":{"x":468.5,"y":532.5}},"h1":{"coord":{"x":501.5,"y":514.1666666666667}},"h2":{"coord":{"x":435.5,"y":550.8333333333334}}},{"type":"corner","p":{"coord":{"x":346,"y":560}},"h1":{"coord":{"x":394.6666666666667,"y":560}},"h2":{"coord":{"x":297.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":214.5,"y":532.5}},"h1":{"coord":{"x":253.5,"y":550.8333333333334}},"h2":{"coord":{"x":175.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118.5,"y":455.5}},"h1":{"coord":{"x":143.5,"y":488.5}},"h2":{"coord":{"x":93.5,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":210,"y":325}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":213,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":218.33333333333334,"y":374}}},{"type":"corner","p":{"coord":{"x":250,"y":419}},"h1":{"coord":{"x":230.66666666666666,"y":400.3333333333333}},"h2":{"coord":{"x":269.3333333333333,"y":437.6666666666667}}},{"type":"corner","p":{"coord":{"x":328,"y":447}},"h1":{"coord":{"x":295.3333333333333,"y":447}},"h2":{"coord":{"x":392,"y":447}}},{"type":"corner","p":{"coord":{"x":407,"y":342}},"h1":{"coord":{"x":418.3333333333333,"y":412}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":405,"y":327}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":267,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":422,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":561,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":394,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xEA":{"id":"glyph-0xEA","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":132,"y":17.5}},"h1":{"coord":{"x":98.66666666666667,"y":35.83333333333337}},"h2":{"coord":{"x":165.33333333333331,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":255,"y":-10}},"h1":{"coord":{"x":206.33333333333334,"y":-10}},"h2":{"coord":{"x":295,"y":-10}}},{"type":"corner","p":{"coord":{"x":366.5,"y":10}},"h1":{"coord":{"x":332.1666666666667,"y":-3.3333333333333712}},"h2":{"coord":{"x":400.8333333333333,"y":23.33333333333337}}},{"type":"corner","p":{"coord":{"x":457,"y":66}},"h1":{"coord":{"x":431,"y":42}},"h2":{"coord":{"x":483,"y":90}}},{"type":"corner","p":{"coord":{"x":515,"y":150}},"h1":{"coord":{"x":502.3333333333333,"y":118}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":368,"y":150}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":361.3333333333333,"y":136}}},{"type":"corner","p":{"coord":{"x":334.5,"y":117}},"h1":{"coord":{"x":350.1666666666667,"y":125}},"h2":{"coord":{"x":318.8333333333333,"y":109}}},{"type":"corner","p":{"coord":{"x":276,"y":105}},"h1":{"coord":{"x":299.3333333333333,"y":105}},"h2":{"coord":{"x":208.66666666666669,"y":105}}},{"type":"corner","p":{"coord":{"x":192,"y":210}},"h1":{"coord":{"x":180.66666666666666,"y":140}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":197,"y":240}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":534,"y":240}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":557.3333333333334,"y":384}}},{"type":"corner","p":{"coord":{"x":539.5,"y":455.5}},"h1":{"coord":{"x":553.8333333333334,"y":422.5}},"h2":{"coord":{"x":525.1666666666666,"y":488.5}}},{"type":"corner","p":{"coord":{"x":468.5,"y":532.5}},"h1":{"coord":{"x":501.5,"y":514.1666666666667}},"h2":{"coord":{"x":435.5,"y":550.8333333333334}}},{"type":"corner","p":{"coord":{"x":346,"y":560}},"h1":{"coord":{"x":394.6666666666667,"y":560}},"h2":{"coord":{"x":297.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":214.5,"y":532.5}},"h1":{"coord":{"x":253.5,"y":550.8333333333334}},"h2":{"coord":{"x":175.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118.5,"y":455.5}},"h1":{"coord":{"x":143.5,"y":488.5}},"h2":{"coord":{"x":93.5,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":210,"y":325}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":213,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":218.33333333333334,"y":374}}},{"type":"corner","p":{"coord":{"x":250,"y":419}},"h1":{"coord":{"x":230.66666666666666,"y":400.3333333333333}},"h2":{"coord":{"x":269.3333333333333,"y":437.6666666666667}}},{"type":"corner","p":{"coord":{"x":328,"y":447}},"h1":{"coord":{"x":295.3333333333333,"y":447}},"h2":{"coord":{"x":392,"y":447}}},{"type":"corner","p":{"coord":{"x":407,"y":342}},"h1":{"coord":{"x":418.3333333333333,"y":412}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":405,"y":327}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":153,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":370,"y":715}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":431,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":563,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":450,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":310,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xEB":{"id":"glyph-0xEB","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":132,"y":17.5}},"h1":{"coord":{"x":98.66666666666667,"y":35.83333333333337}},"h2":{"coord":{"x":165.33333333333331,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":255,"y":-10}},"h1":{"coord":{"x":206.33333333333334,"y":-10}},"h2":{"coord":{"x":295,"y":-10}}},{"type":"corner","p":{"coord":{"x":366.5,"y":10}},"h1":{"coord":{"x":332.1666666666667,"y":-3.3333333333333712}},"h2":{"coord":{"x":400.8333333333333,"y":23.33333333333337}}},{"type":"corner","p":{"coord":{"x":457,"y":66}},"h1":{"coord":{"x":431,"y":42}},"h2":{"coord":{"x":483,"y":90}}},{"type":"corner","p":{"coord":{"x":515,"y":150}},"h1":{"coord":{"x":502.3333333333333,"y":118}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":368,"y":150}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":361.3333333333333,"y":136}}},{"type":"corner","p":{"coord":{"x":334.5,"y":117}},"h1":{"coord":{"x":350.1666666666667,"y":125}},"h2":{"coord":{"x":318.8333333333333,"y":109}}},{"type":"corner","p":{"coord":{"x":276,"y":105}},"h1":{"coord":{"x":299.3333333333333,"y":105}},"h2":{"coord":{"x":208.66666666666669,"y":105}}},{"type":"corner","p":{"coord":{"x":192,"y":210}},"h1":{"coord":{"x":180.66666666666666,"y":140}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":197,"y":240}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":534,"y":240}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":557.3333333333334,"y":384}}},{"type":"corner","p":{"coord":{"x":539.5,"y":455.5}},"h1":{"coord":{"x":553.8333333333334,"y":422.5}},"h2":{"coord":{"x":525.1666666666666,"y":488.5}}},{"type":"corner","p":{"coord":{"x":468.5,"y":532.5}},"h1":{"coord":{"x":501.5,"y":514.1666666666667}},"h2":{"coord":{"x":435.5,"y":550.8333333333334}}},{"type":"corner","p":{"coord":{"x":346,"y":560}},"h1":{"coord":{"x":394.6666666666667,"y":560}},"h2":{"coord":{"x":297.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":214.5,"y":532.5}},"h1":{"coord":{"x":253.5,"y":550.8333333333334}},"h2":{"coord":{"x":175.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118.5,"y":455.5}},"h1":{"coord":{"x":143.5,"y":488.5}},"h2":{"coord":{"x":93.5,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":210,"y":325}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":213,"y":340}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":218.33333333333334,"y":374}}},{"type":"corner","p":{"coord":{"x":250,"y":419}},"h1":{"coord":{"x":230.66666666666666,"y":400.3333333333333}},"h2":{"coord":{"x":269.3333333333333,"y":437.6666666666667}}},{"type":"corner","p":{"coord":{"x":328,"y":447}},"h1":{"coord":{"x":295.3333333333333,"y":447}},"h2":{"coord":{"x":392,"y":447}}},{"type":"corner","p":{"coord":{"x":407,"y":342}},"h1":{"coord":{"x":418.3333333333333,"y":412}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":405,"y":327}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":424,"y":658}},"h1":{"coord":{"x":412,"y":672}},"h2":{"coord":{"x":436,"y":644}}},{"type":"corner","p":{"coord":{"x":479,"y":637}},"h1":{"coord":{"x":454.3333333333333,"y":637}},"h2":{"coord":{"x":503.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":541,"y":658}},"h1":{"coord":{"x":524.3333333333334,"y":644}},"h2":{"coord":{"x":557.6666666666666,"y":672}}},{"type":"corner","p":{"coord":{"x":571,"y":715}},"h1":{"coord":{"x":567.6666666666666,"y":691}},"h2":{"coord":{"x":575,"y":739}}},{"type":"corner","p":{"coord":{"x":559,"y":772}},"h1":{"coord":{"x":571,"y":758}},"h2":{"coord":{"x":547,"y":786}}},{"type":"corner","p":{"coord":{"x":504,"y":793}},"h1":{"coord":{"x":528.6666666666666,"y":793}},"h2":{"coord":{"x":479.3333333333333,"y":793}}},{"type":"corner","p":{"coord":{"x":442,"y":772}},"h1":{"coord":{"x":458.6666666666667,"y":786}},"h2":{"coord":{"x":425.3333333333333,"y":758}}},{"type":"corner","p":{"coord":{"x":411,"y":715}},"h1":{"coord":{"x":415,"y":739}},"h2":{"coord":{"x":407.6666666666667,"y":691}}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":180,"y":658}},"h1":{"coord":{"x":168,"y":672}},"h2":{"coord":{"x":192,"y":644}}},{"type":"corner","p":{"coord":{"x":235,"y":637}},"h1":{"coord":{"x":210.33333333333334,"y":637}},"h2":{"coord":{"x":259.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":297,"y":658}},"h1":{"coord":{"x":280.3333333333333,"y":644}},"h2":{"coord":{"x":313.6666666666667,"y":672}}},{"type":"corner","p":{"coord":{"x":327,"y":715}},"h1":{"coord":{"x":323.6666666666667,"y":691}},"h2":{"coord":{"x":331,"y":739}}},{"type":"corner","p":{"coord":{"x":315,"y":772}},"h1":{"coord":{"x":327,"y":758}},"h2":{"coord":{"x":303,"y":786}}},{"type":"corner","p":{"coord":{"x":260,"y":793}},"h1":{"coord":{"x":284.6666666666667,"y":793}},"h2":{"coord":{"x":235.33333333333334,"y":793}}},{"type":"corner","p":{"coord":{"x":198,"y":772}},"h1":{"coord":{"x":214.66666666666666,"y":786}},"h2":{"coord":{"x":181.33333333333334,"y":758}}},{"type":"corner","p":{"coord":{"x":167,"y":715}},"h1":{"coord":{"x":171,"y":739}},"h2":{"coord":{"x":163.66666666666666,"y":691}}}]}]},"glyph-0xEC":{"id":"glyph-0xEC","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":26,"y":0}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":516,"y":0}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":538,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":378,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":443,"y":550}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":550}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":117,"y":415}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":282,"y":415}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":238,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":318,"y":645}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":465,"y":645}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":382,"y":785}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":223,"y":785}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}}]}]},"glyph-0xED":{"id":"glyph-0xED","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":26,"y":0}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":516,"y":0}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":538,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":378,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":443,"y":550}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":550}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":117,"y":415}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":282,"y":415}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":238,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":287,"y":645}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":442,"y":645}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":581,"y":785}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":414,"y":785}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}}]}]},"glyph-0xEE":{"id":"glyph-0xEE","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":26,"y":0}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":516,"y":0}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":538,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":378,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":443,"y":550}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":550}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":117,"y":415}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":282,"y":415}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":238,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":136}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":173,"y":645}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":312,"y":645}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":390,"y":715}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":451,"y":645}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":583,"y":645}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":470,"y":785}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":330,"y":785}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}}]}]},"glyph-0xEF":{"id":"glyph-0xEF","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":26,"y":0}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}},{"type":"corner","p":{"coord":{"x":516,"y":0}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}},{"type":"corner","p":{"coord":{"x":538,"y":136}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}},{"type":"corner","p":{"coord":{"x":378,"y":136}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}},{"type":"corner","p":{"coord":{"x":443,"y":550}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":550}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}},{"type":"corner","p":{"coord":{"x":117,"y":415}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}},{"type":"corner","p":{"coord":{"x":282,"y":415}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}},{"type":"corner","p":{"coord":{"x":238,"y":136}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}},{"type":"corner","p":{"coord":{"x":48,"y":136}},"h1":{"coord":{"x":100,"y":793},"use":false},"h2":{"coord":{"x":-100,"y":793},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":444,"y":658}},"h1":{"coord":{"x":432,"y":672}},"h2":{"coord":{"x":456,"y":644}}},{"type":"corner","p":{"coord":{"x":499,"y":637}},"h1":{"coord":{"x":474.3333333333333,"y":637}},"h2":{"coord":{"x":523.6666666666666,"y":637}}},{"type":"corner","p":{"coord":{"x":561,"y":658}},"h1":{"coord":{"x":544.3333333333334,"y":644}},"h2":{"coord":{"x":577.6666666666666,"y":672}}},{"type":"corner","p":{"coord":{"x":591,"y":715}},"h1":{"coord":{"x":587.6666666666666,"y":691}},"h2":{"coord":{"x":595,"y":739}}},{"type":"corner","p":{"coord":{"x":579,"y":772}},"h1":{"coord":{"x":591,"y":758}},"h2":{"coord":{"x":567,"y":786}}},{"type":"corner","p":{"coord":{"x":524,"y":793}},"h1":{"coord":{"x":548.6666666666666,"y":793}},"h2":{"coord":{"x":499.3333333333333,"y":793}}},{"type":"corner","p":{"coord":{"x":462,"y":772}},"h1":{"coord":{"x":478.6666666666667,"y":786}},"h2":{"coord":{"x":445.3333333333333,"y":758}}},{"type":"corner","p":{"coord":{"x":431,"y":715}},"h1":{"coord":{"x":435,"y":739}},"h2":{"coord":{"x":427.6666666666667,"y":691}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":200,"y":658}},"h1":{"coord":{"x":188,"y":672}},"h2":{"coord":{"x":212,"y":644}}},{"type":"corner","p":{"coord":{"x":255,"y":637}},"h1":{"coord":{"x":230.33333333333334,"y":637}},"h2":{"coord":{"x":279.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":317,"y":658}},"h1":{"coord":{"x":300.3333333333333,"y":644}},"h2":{"coord":{"x":333.6666666666667,"y":672}}},{"type":"corner","p":{"coord":{"x":347,"y":715}},"h1":{"coord":{"x":343.6666666666667,"y":691}},"h2":{"coord":{"x":351,"y":739}}},{"type":"corner","p":{"coord":{"x":335,"y":772}},"h1":{"coord":{"x":347,"y":758}},"h2":{"coord":{"x":323,"y":786}}},{"type":"corner","p":{"coord":{"x":280,"y":793}},"h1":{"coord":{"x":304.6666666666667,"y":793}},"h2":{"coord":{"x":255.33333333333334,"y":793}}},{"type":"corner","p":{"coord":{"x":218,"y":772}},"h1":{"coord":{"x":234.66666666666666,"y":786}},"h2":{"coord":{"x":201.33333333333334,"y":758}}},{"type":"corner","p":{"coord":{"x":187,"y":715}},"h1":{"coord":{"x":191,"y":739}},"h2":{"coord":{"x":183.66666666666666,"y":691}}}]}]},"glyph-0xF0":{"id":"glyph-0xF0","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":124,"y":29.5}},"h1":{"coord":{"x":88,"y":49.16666666666663}},"h2":{"coord":{"x":160,"y":9.833333333333371}}},{"type":"corner","p":{"coord":{"x":256,"y":0}},"h1":{"coord":{"x":204,"y":0}},"h2":{"coord":{"x":309.3333333333333,"y":0}}},{"type":"corner","p":{"coord":{"x":399,"y":30.5}},"h1":{"coord":{"x":357,"y":10.166666666666629}},"h2":{"coord":{"x":441,"y":50.83333333333337}}},{"type":"corner","p":{"coord":{"x":503,"y":117.5}},"h1":{"coord":{"x":475.6666666666667,"y":79.83333333333337}},"h2":{"coord":{"x":530.3333333333334,"y":155.16666666666663}}},{"type":"corner","p":{"coord":{"x":556,"y":251}},"h1":{"coord":{"x":548,"y":199.66666666666663}},"h2":{"coord":{"x":562.6666666666666,"y":294.3333333333333}}},{"type":"corner","p":{"coord":{"x":548,"y":386}},"h1":{"coord":{"x":560,"y":339.3333333333333}},"h2":{"coord":{"x":536,"y":432.6666666666667}}},{"type":"corner","p":{"coord":{"x":480,"y":537}},"h1":{"coord":{"x":513.3333333333334,"y":483}},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":439,"y":604}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":552,"y":641}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":567,"y":747}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":386,"y":687}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":361,"y":730}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":208,"y":730}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":261,"y":642}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":158,"y":608}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":143,"y":501}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":313,"y":558}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":354,"y":489}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":377.3333333333333,"y":450.3333333333333}}},{"type":"corner","p":{"coord":{"x":398.5,"y":405}},"h1":{"coord":{"x":392.1666666666667,"y":422.3333333333333}},"h2":{"coord":{"x":404.8333333333333,"y":387.6666666666667}}},{"type":"corner","p":{"coord":{"x":406,"y":375}},"h1":{"coord":{"x":407.3333333333333,"y":377.6666666666667}},"h2":{"coord":{"x":-100,"y":747},"use":false}},{"type":"corner","p":{"coord":{"x":400,"y":375}},"h1":{"coord":{"x":100,"y":747},"use":false},"h2":{"coord":{"x":395.3333333333333,"y":387}}},{"type":"corner","p":{"coord":{"x":375.5,"y":411.5}},"h1":{"coord":{"x":387.1666666666667,"y":399.1666666666667}},"h2":{"coord":{"x":363.8333333333333,"y":423.8333333333333}}},{"type":"corner","p":{"coord":{"x":332,"y":443}},"h1":{"coord":{"x":349.3333333333333,"y":434.3333333333333}},"h2":{"coord":{"x":314.6666666666667,"y":451.6666666666667}}},{"type":"corner","p":{"coord":{"x":271,"y":456}},"h1":{"coord":{"x":294.3333333333333,"y":456}},"h2":{"coord":{"x":231,"y":456}}},{"type":"corner","p":{"coord":{"x":160.5,"y":428.5}},"h1":{"coord":{"x":194.16666666666666,"y":446.8333333333333}},"h2":{"coord":{"x":126.83333333333334,"y":410.1666666666667}}},{"type":"corner","p":{"coord":{"x":77,"y":351.5}},"h1":{"coord":{"x":99,"y":384.5}},"h2":{"coord":{"x":55,"y":318.5}}},{"type":"corner","p":{"coord":{"x":33,"y":236}},"h1":{"coord":{"x":40.333333333333336,"y":280}},"h2":{"coord":{"x":25.666666666666668,"y":188.66666666666663}}},{"type":"corner","p":{"coord":{"x":46,"y":112}},"h1":{"coord":{"x":30,"y":147.33333333333337}},"h2":{"coord":{"x":62,"y":76.66666666666663}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":361,"y":155}},"h1":{"coord":{"x":384.3333333333333,"y":175}},"h2":{"coord":{"x":337.6666666666667,"y":135}}},{"type":"corner","p":{"coord":{"x":276,"y":125}},"h1":{"coord":{"x":309.3333333333333,"y":125}},"h2":{"coord":{"x":242.66666666666669,"y":125}}},{"type":"corner","p":{"coord":{"x":201,"y":155}},"h1":{"coord":{"x":217.66666666666666,"y":135}},"h2":{"coord":{"x":184.33333333333334,"y":175}}},{"type":"corner","p":{"coord":{"x":183,"y":235}},"h1":{"coord":{"x":178.33333333333334,"y":201.66666666666663}},"h2":{"coord":{"x":188.33333333333334,"y":268.3333333333333}}},{"type":"corner","p":{"coord":{"x":226,"y":315}},"h1":{"coord":{"x":202.66666666666666,"y":295}},"h2":{"coord":{"x":249.33333333333334,"y":335}}},{"type":"corner","p":{"coord":{"x":311,"y":345}},"h1":{"coord":{"x":277.6666666666667,"y":345}},"h2":{"coord":{"x":344.3333333333333,"y":345}}},{"type":"corner","p":{"coord":{"x":386,"y":315}},"h1":{"coord":{"x":369.3333333333333,"y":335}},"h2":{"coord":{"x":402.6666666666667,"y":295}}},{"type":"corner","p":{"coord":{"x":403,"y":235}},"h1":{"coord":{"x":408.3333333333333,"y":268.3333333333333}},"h2":{"coord":{"x":398.3333333333333,"y":201.66666666666663}}}]}]},"glyph-0xF1":{"id":"glyph-0xF1","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":22,"y":0}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":172,"y":0}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":226,"y":340}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":230.66666666666666,"y":368.6666666666667}}},{"type":"corner","p":{"coord":{"x":258.5,"y":406.5}},"h1":{"coord":{"x":241.5,"y":390.8333333333333}},"h2":{"coord":{"x":275.5,"y":422.1666666666667}}},{"type":"corner","p":{"coord":{"x":324,"y":430}},"h1":{"coord":{"x":297.3333333333333,"y":430}},"h2":{"coord":{"x":351.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":384,"y":406.5}},"h1":{"coord":{"x":371.3333333333333,"y":422.1666666666667}},"h2":{"coord":{"x":396.6666666666667,"y":390.8333333333333}}},{"type":"corner","p":{"coord":{"x":396,"y":340}},"h1":{"coord":{"x":400.6666666666667,"y":368.6666666666667}},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":342,"y":0}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":492,"y":0}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":548,"y":355}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":558,"y":417}}},{"type":"corner","p":{"coord":{"x":523.5,"y":504}},"h1":{"coord":{"x":549.8333333333334,"y":466.6666666666667}},"h2":{"coord":{"x":497.1666666666667,"y":541.3333333333333}}},{"type":"corner","p":{"coord":{"x":404,"y":560}},"h1":{"coord":{"x":457.3333333333333,"y":560}},"h2":{"coord":{"x":364.6666666666667,"y":560}}},{"type":"corner","p":{"coord":{"x":302,"y":529.5}},"h1":{"coord":{"x":330.6666666666667,"y":549.8333333333334}},"h2":{"coord":{"x":273.3333333333333,"y":509.1666666666667}}},{"type":"corner","p":{"coord":{"x":241,"y":445}},"h1":{"coord":{"x":253,"y":481}},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":237,"y":445}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":254,"y":550}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":109,"y":550}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":377.5,"y":644}},"h1":{"coord":{"x":365.1666666666667,"y":650}},"h2":{"coord":{"x":389.8333333333333,"y":638}}},{"type":"corner","p":{"coord":{"x":428,"y":635}},"h1":{"coord":{"x":406.6666666666667,"y":635}},"h2":{"coord":{"x":461.3333333333333,"y":635}}},{"type":"corner","p":{"coord":{"x":513.5,"y":669}},"h1":{"coord":{"x":489.8333333333333,"y":646.3333333333334}},"h2":{"coord":{"x":537.1666666666666,"y":691.6666666666666}}},{"type":"corner","p":{"coord":{"x":557,"y":755}},"h1":{"coord":{"x":551.6666666666666,"y":720.3333333333334}},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":562,"y":790}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":477,"y":790}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":473,"y":763}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":469.6666666666667,"y":744.3333333333333}}},{"type":"corner","p":{"coord":{"x":438,"y":735}},"h1":{"coord":{"x":458,"y":735}},"h2":{"coord":{"x":428,"y":735}}},{"type":"corner","p":{"coord":{"x":413,"y":744}},"h1":{"coord":{"x":419.6666666666667,"y":738}},"h2":{"coord":{"x":406.3333333333333,"y":750}}},{"type":"corner","p":{"coord":{"x":392,"y":765}},"h1":{"coord":{"x":399.3333333333333,"y":757}},"h2":{"coord":{"x":384.6666666666667,"y":773}}},{"type":"corner","p":{"coord":{"x":363,"y":786}},"h1":{"coord":{"x":375,"y":780}},"h2":{"coord":{"x":351,"y":792}}},{"type":"corner","p":{"coord":{"x":313,"y":795}},"h1":{"coord":{"x":334.3333333333333,"y":795}},"h2":{"coord":{"x":280.3333333333333,"y":795}}},{"type":"corner","p":{"coord":{"x":228,"y":761}},"h1":{"coord":{"x":252,"y":783.6666666666667}},"h2":{"coord":{"x":204,"y":738.3333333333333}}},{"type":"corner","p":{"coord":{"x":184,"y":675}},"h1":{"coord":{"x":189.33333333333334,"y":709.6666666666666}},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":178,"y":640}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":263,"y":640}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":-100,"y":795},"use":false}},{"type":"corner","p":{"coord":{"x":267,"y":662}},"h1":{"coord":{"x":100,"y":795},"use":false},"h2":{"coord":{"x":270.3333333333333,"y":684}}},{"type":"corner","p":{"coord":{"x":302,"y":695}},"h1":{"coord":{"x":282,"y":695}},"h2":{"coord":{"x":312,"y":695}}},{"type":"corner","p":{"coord":{"x":327,"y":686}},"h1":{"coord":{"x":320.3333333333333,"y":692}},"h2":{"coord":{"x":333.6666666666667,"y":680}}},{"type":"corner","p":{"coord":{"x":348,"y":665}},"h1":{"coord":{"x":340.6666666666667,"y":673}},"h2":{"coord":{"x":355.3333333333333,"y":657}}}]}]},"glyph-0xF2":{"id":"glyph-0xF2","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":557.3333333333334,"y":384}}},{"type":"corner","p":{"coord":{"x":539.5,"y":455.5}},"h1":{"coord":{"x":553.8333333333334,"y":422.5}},"h2":{"coord":{"x":525.1666666666666,"y":488.5}}},{"type":"corner","p":{"coord":{"x":468.5,"y":532.5}},"h1":{"coord":{"x":501.5,"y":514.1666666666667}},"h2":{"coord":{"x":435.5,"y":550.8333333333334}}},{"type":"corner","p":{"coord":{"x":345,"y":560}},"h1":{"coord":{"x":394.3333333333333,"y":560}},"h2":{"coord":{"x":296.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":213.5,"y":532.5}},"h1":{"coord":{"x":252.5,"y":550.8333333333334}},"h2":{"coord":{"x":174.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118,"y":455.5}},"h1":{"coord":{"x":142.66666666666666,"y":488.5}},"h2":{"coord":{"x":93.33333333333334,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":246.33333333333334,"y":120}}},{"type":"corner","p":{"coord":{"x":212,"y":143.5}},"h1":{"coord":{"x":225.33333333333334,"y":127.83333333333337}},"h2":{"coord":{"x":198.66666666666666,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":229.33333333333334,"y":400}}},{"type":"corner","p":{"coord":{"x":324,"y":430}},"h1":{"coord":{"x":264,"y":430}},"h2":{"coord":{"x":353.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":387.5,"y":407}},"h1":{"coord":{"x":374.5,"y":422.3333333333333}},"h2":{"coord":{"x":400.5,"y":391.6666666666667}}},{"type":"corner","p":{"coord":{"x":400,"y":340}},"h1":{"coord":{"x":404.6666666666667,"y":369.3333333333333}},"h2":{"coord":{"x":-100,"y":775},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":298,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":445,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":362,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xF3":{"id":"glyph-0xF3","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":557.3333333333334,"y":384}}},{"type":"corner","p":{"coord":{"x":539.5,"y":455.5}},"h1":{"coord":{"x":553.8333333333334,"y":422.5}},"h2":{"coord":{"x":525.1666666666666,"y":488.5}}},{"type":"corner","p":{"coord":{"x":468.5,"y":532.5}},"h1":{"coord":{"x":501.5,"y":514.1666666666667}},"h2":{"coord":{"x":435.5,"y":550.8333333333334}}},{"type":"corner","p":{"coord":{"x":345,"y":560}},"h1":{"coord":{"x":394.3333333333333,"y":560}},"h2":{"coord":{"x":296.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":213.5,"y":532.5}},"h1":{"coord":{"x":252.5,"y":550.8333333333334}},"h2":{"coord":{"x":174.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118,"y":455.5}},"h1":{"coord":{"x":142.66666666666666,"y":488.5}},"h2":{"coord":{"x":93.33333333333334,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":246.33333333333334,"y":120}}},{"type":"corner","p":{"coord":{"x":212,"y":143.5}},"h1":{"coord":{"x":225.33333333333334,"y":127.83333333333337}},"h2":{"coord":{"x":198.66666666666666,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":229.33333333333334,"y":400}}},{"type":"corner","p":{"coord":{"x":324,"y":430}},"h1":{"coord":{"x":264,"y":430}},"h2":{"coord":{"x":353.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":387.5,"y":407}},"h1":{"coord":{"x":374.5,"y":422.3333333333333}},"h2":{"coord":{"x":400.5,"y":391.6666666666667}}},{"type":"corner","p":{"coord":{"x":400,"y":340}},"h1":{"coord":{"x":404.6666666666667,"y":369.3333333333333}},"h2":{"coord":{"x":-100,"y":775},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":267,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":422,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":561,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":394,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xF4":{"id":"glyph-0xF4","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":557.3333333333334,"y":384}}},{"type":"corner","p":{"coord":{"x":539.5,"y":455.5}},"h1":{"coord":{"x":553.8333333333334,"y":422.5}},"h2":{"coord":{"x":525.1666666666666,"y":488.5}}},{"type":"corner","p":{"coord":{"x":468.5,"y":532.5}},"h1":{"coord":{"x":501.5,"y":514.1666666666667}},"h2":{"coord":{"x":435.5,"y":550.8333333333334}}},{"type":"corner","p":{"coord":{"x":345,"y":560}},"h1":{"coord":{"x":394.3333333333333,"y":560}},"h2":{"coord":{"x":296.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":213.5,"y":532.5}},"h1":{"coord":{"x":252.5,"y":550.8333333333334}},"h2":{"coord":{"x":174.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118,"y":455.5}},"h1":{"coord":{"x":142.66666666666666,"y":488.5}},"h2":{"coord":{"x":93.33333333333334,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":246.33333333333334,"y":120}}},{"type":"corner","p":{"coord":{"x":212,"y":143.5}},"h1":{"coord":{"x":225.33333333333334,"y":127.83333333333337}},"h2":{"coord":{"x":198.66666666666666,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":229.33333333333334,"y":400}}},{"type":"corner","p":{"coord":{"x":324,"y":430}},"h1":{"coord":{"x":264,"y":430}},"h2":{"coord":{"x":353.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":387.5,"y":407}},"h1":{"coord":{"x":374.5,"y":422.3333333333333}},"h2":{"coord":{"x":400.5,"y":391.6666666666667}}},{"type":"corner","p":{"coord":{"x":400,"y":340}},"h1":{"coord":{"x":404.6666666666667,"y":369.3333333333333}},"h2":{"coord":{"x":-100,"y":775},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":153,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":370,"y":715}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":431,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":563,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":450,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":310,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xF5":{"id":"glyph-0xF5","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":557.3333333333334,"y":384}}},{"type":"corner","p":{"coord":{"x":539.5,"y":455.5}},"h1":{"coord":{"x":553.8333333333334,"y":422.5}},"h2":{"coord":{"x":525.1666666666666,"y":488.5}}},{"type":"corner","p":{"coord":{"x":468.5,"y":532.5}},"h1":{"coord":{"x":501.5,"y":514.1666666666667}},"h2":{"coord":{"x":435.5,"y":550.8333333333334}}},{"type":"corner","p":{"coord":{"x":345,"y":560}},"h1":{"coord":{"x":394.3333333333333,"y":560}},"h2":{"coord":{"x":296.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":213.5,"y":532.5}},"h1":{"coord":{"x":252.5,"y":550.8333333333334}},"h2":{"coord":{"x":174.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118,"y":455.5}},"h1":{"coord":{"x":142.66666666666666,"y":488.5}},"h2":{"coord":{"x":93.33333333333334,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":246.33333333333334,"y":120}}},{"type":"corner","p":{"coord":{"x":212,"y":143.5}},"h1":{"coord":{"x":225.33333333333334,"y":127.83333333333337}},"h2":{"coord":{"x":198.66666666666666,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":229.33333333333334,"y":400}}},{"type":"corner","p":{"coord":{"x":324,"y":430}},"h1":{"coord":{"x":264,"y":430}},"h2":{"coord":{"x":353.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":387.5,"y":407}},"h1":{"coord":{"x":374.5,"y":422.3333333333333}},"h2":{"coord":{"x":400.5,"y":391.6666666666667}}},{"type":"corner","p":{"coord":{"x":400,"y":340}},"h1":{"coord":{"x":404.6666666666667,"y":369.3333333333333}},"h2":{"coord":{"x":-100,"y":785},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":376.5,"y":644}},"h1":{"coord":{"x":364.1666666666667,"y":650}},"h2":{"coord":{"x":388.8333333333333,"y":638}}},{"type":"corner","p":{"coord":{"x":427,"y":635}},"h1":{"coord":{"x":405.6666666666667,"y":635}},"h2":{"coord":{"x":460.3333333333333,"y":635}}},{"type":"corner","p":{"coord":{"x":512.5,"y":669}},"h1":{"coord":{"x":488.8333333333333,"y":646.3333333333334}},"h2":{"coord":{"x":536.1666666666666,"y":691.6666666666666}}},{"type":"corner","p":{"coord":{"x":556,"y":755}},"h1":{"coord":{"x":550.6666666666666,"y":720.3333333333334}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":561,"y":790}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":476,"y":790}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":472,"y":763}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":468.6666666666667,"y":744.3333333333333}}},{"type":"corner","p":{"coord":{"x":437,"y":735}},"h1":{"coord":{"x":457,"y":735}},"h2":{"coord":{"x":427,"y":735}}},{"type":"corner","p":{"coord":{"x":412,"y":744}},"h1":{"coord":{"x":418.6666666666667,"y":738}},"h2":{"coord":{"x":405.3333333333333,"y":750}}},{"type":"corner","p":{"coord":{"x":391,"y":765}},"h1":{"coord":{"x":398.3333333333333,"y":757}},"h2":{"coord":{"x":383.6666666666667,"y":773}}},{"type":"corner","p":{"coord":{"x":362,"y":786}},"h1":{"coord":{"x":374,"y":780}},"h2":{"coord":{"x":350,"y":792}}},{"type":"corner","p":{"coord":{"x":312,"y":795}},"h1":{"coord":{"x":333.3333333333333,"y":795}},"h2":{"coord":{"x":279.3333333333333,"y":795}}},{"type":"corner","p":{"coord":{"x":227,"y":761}},"h1":{"coord":{"x":251,"y":783.6666666666667}},"h2":{"coord":{"x":203,"y":738.3333333333333}}},{"type":"corner","p":{"coord":{"x":183,"y":675}},"h1":{"coord":{"x":188.33333333333334,"y":709.6666666666666}},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":177,"y":640}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":262,"y":640}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":-100,"y":785},"use":false}},{"type":"corner","p":{"coord":{"x":266,"y":662}},"h1":{"coord":{"x":100,"y":785},"use":false},"h2":{"coord":{"x":269.3333333333333,"y":684}}},{"type":"corner","p":{"coord":{"x":301,"y":695}},"h1":{"coord":{"x":281,"y":695}},"h2":{"coord":{"x":311,"y":695}}},{"type":"corner","p":{"coord":{"x":326,"y":686}},"h1":{"coord":{"x":319.3333333333333,"y":692}},"h2":{"coord":{"x":332.6666666666667,"y":680}}},{"type":"corner","p":{"coord":{"x":347,"y":665}},"h1":{"coord":{"x":339.6666666666667,"y":673}},"h2":{"coord":{"x":354.3333333333333,"y":657}}}]}]},"glyph-0xF6":{"id":"glyph-0xF6","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":131.5,"y":17.5}},"h1":{"coord":{"x":98.5,"y":35.83333333333337}},"h2":{"coord":{"x":164.5,"y":-0.8333333333333712}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":205.33333333333334,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":557.3333333333334,"y":384}}},{"type":"corner","p":{"coord":{"x":539.5,"y":455.5}},"h1":{"coord":{"x":553.8333333333334,"y":422.5}},"h2":{"coord":{"x":525.1666666666666,"y":488.5}}},{"type":"corner","p":{"coord":{"x":468.5,"y":532.5}},"h1":{"coord":{"x":501.5,"y":514.1666666666667}},"h2":{"coord":{"x":435.5,"y":550.8333333333334}}},{"type":"corner","p":{"coord":{"x":345,"y":560}},"h1":{"coord":{"x":394.3333333333333,"y":560}},"h2":{"coord":{"x":296.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":213.5,"y":532.5}},"h1":{"coord":{"x":252.5,"y":550.8333333333334}},"h2":{"coord":{"x":174.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118,"y":455.5}},"h1":{"coord":{"x":142.66666666666666,"y":488.5}},"h2":{"coord":{"x":93.33333333333334,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":42.333333333333336,"y":166}}},{"type":"corner","p":{"coord":{"x":60.5,"y":94.5}},"h1":{"coord":{"x":46.16666666666667,"y":127.5}},"h2":{"coord":{"x":74.83333333333333,"y":61.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":335,"y":120}},"h2":{"coord":{"x":246.33333333333334,"y":120}}},{"type":"corner","p":{"coord":{"x":212,"y":143.5}},"h1":{"coord":{"x":225.33333333333334,"y":127.83333333333337}},"h2":{"coord":{"x":198.66666666666666,"y":159.16666666666663}}},{"type":"corner","p":{"coord":{"x":199,"y":210}},"h1":{"coord":{"x":194.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":220,"y":340}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":229.33333333333334,"y":400}}},{"type":"corner","p":{"coord":{"x":324,"y":430}},"h1":{"coord":{"x":264,"y":430}},"h2":{"coord":{"x":353.3333333333333,"y":430}}},{"type":"corner","p":{"coord":{"x":387.5,"y":407}},"h1":{"coord":{"x":374.5,"y":422.3333333333333}},"h2":{"coord":{"x":400.5,"y":391.6666666666667}}},{"type":"corner","p":{"coord":{"x":400,"y":340}},"h1":{"coord":{"x":404.6666666666667,"y":369.3333333333333}},"h2":{"coord":{"x":-100,"y":783},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":424,"y":658}},"h1":{"coord":{"x":412,"y":672}},"h2":{"coord":{"x":436,"y":644}}},{"type":"corner","p":{"coord":{"x":479,"y":637}},"h1":{"coord":{"x":454.3333333333333,"y":637}},"h2":{"coord":{"x":503.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":541,"y":658}},"h1":{"coord":{"x":524.3333333333334,"y":644}},"h2":{"coord":{"x":557.6666666666666,"y":672}}},{"type":"corner","p":{"coord":{"x":571,"y":715}},"h1":{"coord":{"x":567.6666666666666,"y":691}},"h2":{"coord":{"x":575,"y":739}}},{"type":"corner","p":{"coord":{"x":559,"y":772}},"h1":{"coord":{"x":571,"y":758}},"h2":{"coord":{"x":547,"y":786}}},{"type":"corner","p":{"coord":{"x":504,"y":793}},"h1":{"coord":{"x":528.6666666666666,"y":793}},"h2":{"coord":{"x":479.3333333333333,"y":793}}},{"type":"corner","p":{"coord":{"x":442,"y":772}},"h1":{"coord":{"x":458.6666666666667,"y":786}},"h2":{"coord":{"x":425.3333333333333,"y":758}}},{"type":"corner","p":{"coord":{"x":411,"y":715}},"h1":{"coord":{"x":415,"y":739}},"h2":{"coord":{"x":407.6666666666667,"y":691}}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":180,"y":658}},"h1":{"coord":{"x":168,"y":672}},"h2":{"coord":{"x":192,"y":644}}},{"type":"corner","p":{"coord":{"x":235,"y":637}},"h1":{"coord":{"x":210.33333333333334,"y":637}},"h2":{"coord":{"x":259.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":297,"y":658}},"h1":{"coord":{"x":280.3333333333333,"y":644}},"h2":{"coord":{"x":313.6666666666667,"y":672}}},{"type":"corner","p":{"coord":{"x":327,"y":715}},"h1":{"coord":{"x":323.6666666666667,"y":691}},"h2":{"coord":{"x":331,"y":739}}},{"type":"corner","p":{"coord":{"x":315,"y":772}},"h1":{"coord":{"x":327,"y":758}},"h2":{"coord":{"x":303,"y":786}}},{"type":"corner","p":{"coord":{"x":260,"y":793}},"h1":{"coord":{"x":284.6666666666667,"y":793}},"h2":{"coord":{"x":235.33333333333334,"y":793}}},{"type":"corner","p":{"coord":{"x":198,"y":772}},"h1":{"coord":{"x":214.66666666666666,"y":786}},"h2":{"coord":{"x":181.33333333333334,"y":758}}},{"type":"corner","p":{"coord":{"x":167,"y":715}},"h1":{"coord":{"x":171,"y":739}},"h2":{"coord":{"x":163.66666666666666,"y":691}}}]}]},"glyph-0xF7":{"id":"glyph-0xF7","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":261.5,"y":485}},"h1":{"coord":{"x":245.83333333333334,"y":501.66666666666663}},"h2":{"coord":{"x":277.1666666666667,"y":468.33333333333337}}},{"type":"corner","p":{"coord":{"x":330,"y":460}},"h1":{"coord":{"x":300,"y":460}},"h2":{"coord":{"x":360,"y":460}}},{"type":"corner","p":{"coord":{"x":406.5,"y":485}},"h1":{"coord":{"x":385.5,"y":468.33333333333337}},"h2":{"coord":{"x":427.5,"y":501.66666666666663}}},{"type":"corner","p":{"coord":{"x":444,"y":550}},"h1":{"coord":{"x":440,"y":523.3333333333334}},"h2":{"coord":{"x":448.6666666666667,"y":577.3333333333333}}},{"type":"corner","p":{"coord":{"x":427,"y":615.5}},"h1":{"coord":{"x":443,"y":599.1666666666667}},"h2":{"coord":{"x":411,"y":631.8333333333333}}},{"type":"corner","p":{"coord":{"x":358,"y":640}},"h1":{"coord":{"x":388,"y":640}},"h2":{"coord":{"x":328,"y":640}}},{"type":"corner","p":{"coord":{"x":282,"y":615.5}},"h1":{"coord":{"x":302.6666666666667,"y":631.8333333333333}},"h2":{"coord":{"x":261.3333333333333,"y":599.1666666666667}}},{"type":"corner","p":{"coord":{"x":244,"y":550}},"h1":{"coord":{"x":248.66666666666666,"y":577.3333333333333}},"h2":{"coord":{"x":240,"y":523.3333333333334}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":98,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":498,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":520,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":120,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":191.5,"y":45}},"h1":{"coord":{"x":175.83333333333334,"y":61.66666666666663}},"h2":{"coord":{"x":207.16666666666666,"y":28.33333333333337}}},{"type":"corner","p":{"coord":{"x":260,"y":20}},"h1":{"coord":{"x":230,"y":20}},"h2":{"coord":{"x":290,"y":20}}},{"type":"corner","p":{"coord":{"x":336.5,"y":45}},"h1":{"coord":{"x":315.5,"y":28.33333333333337}},"h2":{"coord":{"x":357.5,"y":61.66666666666663}}},{"type":"corner","p":{"coord":{"x":374,"y":110}},"h1":{"coord":{"x":370,"y":83.33333333333337}},"h2":{"coord":{"x":378.6666666666667,"y":137.33333333333337}}},{"type":"corner","p":{"coord":{"x":357.5,"y":175.5}},"h1":{"coord":{"x":373.1666666666667,"y":159.16666666666669}},"h2":{"coord":{"x":341.8333333333333,"y":191.83333333333331}}},{"type":"corner","p":{"coord":{"x":289,"y":200}},"h1":{"coord":{"x":319,"y":200}},"h2":{"coord":{"x":259,"y":200}}},{"type":"corner","p":{"coord":{"x":212.5,"y":175.5}},"h1":{"coord":{"x":233.5,"y":191.83333333333331}},"h2":{"coord":{"x":191.5,"y":159.16666666666669}}},{"type":"corner","p":{"coord":{"x":174,"y":110}},"h1":{"coord":{"x":178.66666666666666,"y":137.33333333333337}},"h2":{"coord":{"x":170,"y":83.33333333333337}}}]}]},"glyph-0xF8":{"id":"glyph-0xF8","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-24,"y":-30}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":91,"y":-30}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":132,"y":17}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":165.33333333333331,"y":-1}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":206,"y":-10}},"h2":{"coord":{"x":303.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":386,"y":17.5}},"h1":{"coord":{"x":347.3333333333333,"y":-0.8333333333333712}},"h2":{"coord":{"x":424.6666666666667,"y":35.83333333333337}}},{"type":"corner","p":{"coord":{"x":481.5,"y":94.5}},"h1":{"coord":{"x":456.5,"y":61.5}},"h2":{"coord":{"x":506.5,"y":127.5}}},{"type":"corner","p":{"coord":{"x":529,"y":210}},"h1":{"coord":{"x":522.3333333333334,"y":166}},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":558.6666666666666,"y":394}}},{"type":"corner","p":{"coord":{"x":527,"y":478}},"h1":{"coord":{"x":551,"y":440}},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":624,"y":590}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":509,"y":590}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":462,"y":535}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":429.3333333333333,"y":551.6666666666667}}},{"type":"corner","p":{"coord":{"x":345,"y":560}},"h1":{"coord":{"x":390.3333333333333,"y":560}},"h2":{"coord":{"x":296.3333333333333,"y":560}}},{"type":"corner","p":{"coord":{"x":213.5,"y":532.5}},"h1":{"coord":{"x":252.5,"y":550.8333333333333}},"h2":{"coord":{"x":174.5,"y":514.1666666666667}}},{"type":"corner","p":{"coord":{"x":118,"y":455.5}},"h1":{"coord":{"x":142.66666666666666,"y":488.5}},"h2":{"coord":{"x":93.33333333333334,"y":422.5}}},{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":77.33333333333333,"y":384}},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":49,"y":210}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":41,"y":158.66666666666669}}},{"type":"corner","p":{"coord":{"x":69,"y":78}},"h1":{"coord":{"x":47.66666666666667,"y":114.66666666666669}},"h2":{"coord":{"x":-100,"y":560},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":191,"y":220}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":210,"y":340}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":214.66666666666666,"y":368}}},{"type":"corner","p":{"coord":{"x":247,"y":406}},"h1":{"coord":{"x":227,"y":390}},"h2":{"coord":{"x":267,"y":422}}},{"type":"corner","p":{"coord":{"x":324,"y":430}},"h1":{"coord":{"x":292.6666666666667,"y":430}},"h2":{"coord":{"x":340,"y":430}}},{"type":"corner","p":{"coord":{"x":366,"y":424}},"h1":{"coord":{"x":354,"y":428}},"h2":{"coord":{"x":-100,"y":560},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":352,"y":144}},"h1":{"coord":{"x":372,"y":160}},"h2":{"coord":{"x":332,"y":128}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":306.3333333333333,"y":120}},"h2":{"coord":{"x":256.3333333333333,"y":120}}},{"type":"corner","p":{"coord":{"x":227,"y":129}},"h1":{"coord":{"x":240.33333333333334,"y":123}},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":410,"y":341}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":410,"y":340}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":-100,"y":560},"use":false}},{"type":"corner","p":{"coord":{"x":389,"y":210}},"h1":{"coord":{"x":100,"y":560},"use":false},"h2":{"coord":{"x":384.3333333333333,"y":182}}}]}]},"glyph-0xF9":{"id":"glyph-0xF9","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":90.5,"y":50}},"h1":{"coord":{"x":55.5,"y":90}},"h2":{"coord":{"x":125.5,"y":10}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":180,"y":-10}},"h2":{"coord":{"x":327.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":437,"y":49.5}},"h1":{"coord":{"x":388.3333333333333,"y":9.833333333333371}},"h2":{"coord":{"x":485.6666666666667,"y":89.16666666666663}}},{"type":"corner","p":{"coord":{"x":526,"y":214}},"h1":{"coord":{"x":515.3333333333334,"y":144}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":579,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":429,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":376,"y":215}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":366,"y":151.66666666666663}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":332.3333333333333,"y":120}},"h2":{"coord":{"x":217.66666666666669,"y":120}}},{"type":"corner","p":{"coord":{"x":204,"y":215}},"h1":{"coord":{"x":194,"y":151.66666666666663}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":257,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":107,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":54,"y":214}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":43.333333333333336,"y":144.66666666666663}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":298,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":445,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":362,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":203,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xFA":{"id":"glyph-0xFA","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":90.5,"y":50}},"h1":{"coord":{"x":55.5,"y":90}},"h2":{"coord":{"x":125.5,"y":10}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":180,"y":-10}},"h2":{"coord":{"x":327.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":437,"y":49.5}},"h1":{"coord":{"x":388.3333333333333,"y":9.833333333333371}},"h2":{"coord":{"x":485.6666666666667,"y":89.16666666666663}}},{"type":"corner","p":{"coord":{"x":526,"y":214}},"h1":{"coord":{"x":515.3333333333334,"y":144}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":579,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":429,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":376,"y":215}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":366,"y":151.66666666666663}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":332.3333333333333,"y":120}},"h2":{"coord":{"x":217.66666666666669,"y":120}}},{"type":"corner","p":{"coord":{"x":204,"y":215}},"h1":{"coord":{"x":194,"y":151.66666666666663}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":257,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":107,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":54,"y":214}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":43.333333333333336,"y":144.66666666666663}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":267,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":422,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":561,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":394,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xFB":{"id":"glyph-0xFB","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":90.5,"y":50}},"h1":{"coord":{"x":55.5,"y":90}},"h2":{"coord":{"x":125.5,"y":10}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":180,"y":-10}},"h2":{"coord":{"x":327.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":437,"y":49.5}},"h1":{"coord":{"x":388.3333333333333,"y":9.833333333333371}},"h2":{"coord":{"x":485.6666666666667,"y":89.16666666666663}}},{"type":"corner","p":{"coord":{"x":526,"y":214}},"h1":{"coord":{"x":515.3333333333334,"y":144}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":579,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":429,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":376,"y":215}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":366,"y":151.66666666666663}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":332.3333333333333,"y":120}},"h2":{"coord":{"x":217.66666666666669,"y":120}}},{"type":"corner","p":{"coord":{"x":204,"y":215}},"h1":{"coord":{"x":194,"y":151.66666666666663}},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":257,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":107,"y":550}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":54,"y":214}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":43.333333333333336,"y":144.66666666666663}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":153,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":370,"y":715}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":431,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":563,"y":645}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":450,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}},{"type":"corner","p":{"coord":{"x":310,"y":785}},"h1":{"coord":{"x":100,"y":775},"use":false},"h2":{"coord":{"x":-100,"y":775},"use":false}}]}]},"glyph-0xFC":{"id":"glyph-0xFC","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":90.5,"y":50}},"h1":{"coord":{"x":55.5,"y":90}},"h2":{"coord":{"x":125.5,"y":10}}},{"type":"corner","p":{"coord":{"x":254,"y":-10}},"h1":{"coord":{"x":180,"y":-10}},"h2":{"coord":{"x":327.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":437,"y":49.5}},"h1":{"coord":{"x":388.3333333333333,"y":9.833333333333371}},"h2":{"coord":{"x":485.6666666666667,"y":89.16666666666663}}},{"type":"corner","p":{"coord":{"x":526,"y":214}},"h1":{"coord":{"x":515.3333333333334,"y":144}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":579,"y":550}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":429,"y":550}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":376,"y":215}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":366,"y":151.66666666666663}}},{"type":"corner","p":{"coord":{"x":275,"y":120}},"h1":{"coord":{"x":332.3333333333333,"y":120}},"h2":{"coord":{"x":217.66666666666669,"y":120}}},{"type":"corner","p":{"coord":{"x":204,"y":215}},"h1":{"coord":{"x":194,"y":151.66666666666663}},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":257,"y":550}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":107,"y":550}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":-100,"y":783},"use":false}},{"type":"corner","p":{"coord":{"x":54,"y":214}},"h1":{"coord":{"x":100,"y":783},"use":false},"h2":{"coord":{"x":43.333333333333336,"y":144.66666666666663}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":424,"y":658}},"h1":{"coord":{"x":412,"y":672}},"h2":{"coord":{"x":436,"y":644}}},{"type":"corner","p":{"coord":{"x":479,"y":637}},"h1":{"coord":{"x":454.3333333333333,"y":637}},"h2":{"coord":{"x":503.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":541,"y":658}},"h1":{"coord":{"x":524.3333333333334,"y":644}},"h2":{"coord":{"x":557.6666666666666,"y":672}}},{"type":"corner","p":{"coord":{"x":571,"y":715}},"h1":{"coord":{"x":567.6666666666666,"y":691}},"h2":{"coord":{"x":575,"y":739}}},{"type":"corner","p":{"coord":{"x":559,"y":772}},"h1":{"coord":{"x":571,"y":758}},"h2":{"coord":{"x":547,"y":786}}},{"type":"corner","p":{"coord":{"x":504,"y":793}},"h1":{"coord":{"x":528.6666666666666,"y":793}},"h2":{"coord":{"x":479.3333333333333,"y":793}}},{"type":"corner","p":{"coord":{"x":442,"y":772}},"h1":{"coord":{"x":458.6666666666667,"y":786}},"h2":{"coord":{"x":425.3333333333333,"y":758}}},{"type":"corner","p":{"coord":{"x":411,"y":715}},"h1":{"coord":{"x":415,"y":739}},"h2":{"coord":{"x":407.6666666666667,"y":691}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":180,"y":658}},"h1":{"coord":{"x":168,"y":672}},"h2":{"coord":{"x":192,"y":644}}},{"type":"corner","p":{"coord":{"x":235,"y":637}},"h1":{"coord":{"x":210.33333333333334,"y":637}},"h2":{"coord":{"x":259.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":297,"y":658}},"h1":{"coord":{"x":280.3333333333333,"y":644}},"h2":{"coord":{"x":313.6666666666667,"y":672}}},{"type":"corner","p":{"coord":{"x":327,"y":715}},"h1":{"coord":{"x":323.6666666666667,"y":691}},"h2":{"coord":{"x":331,"y":739}}},{"type":"corner","p":{"coord":{"x":315,"y":772}},"h1":{"coord":{"x":327,"y":758}},"h2":{"coord":{"x":303,"y":786}}},{"type":"corner","p":{"coord":{"x":260,"y":793}},"h1":{"coord":{"x":284.6666666666667,"y":793}},"h2":{"coord":{"x":235.33333333333334,"y":793}}},{"type":"corner","p":{"coord":{"x":198,"y":772}},"h1":{"coord":{"x":214.66666666666666,"y":786}},"h2":{"coord":{"x":181.33333333333334,"y":758}}},{"type":"corner","p":{"coord":{"x":167,"y":715}},"h1":{"coord":{"x":171,"y":739}},"h2":{"coord":{"x":163.66666666666666,"y":691}}}]}]},"glyph-0xFD":{"id":"glyph-0xFD","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":67,"y":-180}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":227,"y":-180}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":297.66666666666663,"y":-180}}},{"type":"corner","p":{"coord":{"x":403,"y":-128}},"h1":{"coord":{"x":356.3333333333333,"y":-162.66666666666663}},"h2":{"coord":{"x":449.6666666666667,"y":-93.33333333333337}}},{"type":"corner","p":{"coord":{"x":487,"y":14}},"h1":{"coord":{"x":477.6666666666667,"y":-46}},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":570,"y":550}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":420,"y":550}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":374,"y":260}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":369.3333333333333,"y":231.33333333333331}}},{"type":"corner","p":{"coord":{"x":341.5,"y":193.5}},"h1":{"coord":{"x":358.5,"y":209.16666666666669}},"h2":{"coord":{"x":324.5,"y":177.83333333333331}}},{"type":"corner","p":{"coord":{"x":276,"y":170}},"h1":{"coord":{"x":302.6666666666667,"y":170}},"h2":{"coord":{"x":249.33333333333334,"y":170}}},{"type":"corner","p":{"coord":{"x":216.5,"y":193.5}},"h1":{"coord":{"x":229.5,"y":177.83333333333331}},"h2":{"coord":{"x":203.5,"y":209.16666666666669}}},{"type":"corner","p":{"coord":{"x":204,"y":260}},"h1":{"coord":{"x":199.33333333333334,"y":231.33333333333331}},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":250,"y":550}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":100,"y":550}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":52,"y":245}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":42,"y":183}}},{"type":"corner","p":{"coord":{"x":76.5,"y":96}},"h1":{"coord":{"x":50.16666666666667,"y":133.33333333333331}},"h2":{"coord":{"x":102.83333333333333,"y":58.66666666666663}}},{"type":"corner","p":{"coord":{"x":196,"y":40}},"h1":{"coord":{"x":142.66666666666669,"y":40}},"h2":{"coord":{"x":235.33333333333331,"y":40}}},{"type":"corner","p":{"coord":{"x":298,"y":70.5}},"h1":{"coord":{"x":269.3333333333333,"y":50.16666666666663}},"h2":{"coord":{"x":326.6666666666667,"y":90.83333333333337}}},{"type":"corner","p":{"coord":{"x":359,"y":155}},"h1":{"coord":{"x":347,"y":119}},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":363,"y":155}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":344,"y":40}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":341,"y":19}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":337.6666666666667,"y":-5.666666666666629}}},{"type":"corner","p":{"coord":{"x":309.5,"y":-39}},"h1":{"coord":{"x":327.1666666666667,"y":-25}},"h2":{"coord":{"x":291.8333333333333,"y":-53}}},{"type":"corner","p":{"coord":{"x":241,"y":-60}},"h1":{"coord":{"x":269,"y":-60}},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":86,"y":-60}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":267,"y":645}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":422,"y":645}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":561,"y":785}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}},{"type":"corner","p":{"coord":{"x":394,"y":785}},"h1":{"coord":{"x":100,"y":605},"use":false},"h2":{"coord":{"x":-100,"y":605},"use":false}}]}]},"glyph-0xFE":{"id":"glyph-0xFE","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-7,"y":-180}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":-180}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":167,"y":0}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":184,"y":105}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":186,"y":105}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":186.66666666666666,"y":67.66666666666669}}},{"type":"corner","p":{"coord":{"x":219.5,"y":19.5}},"h1":{"coord":{"x":197.83333333333334,"y":39.166666666666686}},"h2":{"coord":{"x":241.16666666666666,"y":-0.16666666666662877}}},{"type":"corner","p":{"coord":{"x":311,"y":-10}},"h1":{"coord":{"x":271.6666666666667,"y":-10}},"h2":{"coord":{"x":366.3333333333333,"y":-10}}},{"type":"corner","p":{"coord":{"x":453.5,"y":48}},"h1":{"coord":{"x":413.8333333333333,"y":9.333333333333371}},"h2":{"coord":{"x":493.1666666666667,"y":86.66666666666669}}},{"type":"corner","p":{"coord":{"x":528,"y":205}},"h1":{"coord":{"x":518,"y":139}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":551,"y":345}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":561,"y":410.3333333333333}}},{"type":"corner","p":{"coord":{"x":525.5,"y":501.5}},"h1":{"coord":{"x":552.5,"y":462.5}},"h2":{"coord":{"x":498.5,"y":540.5}}},{"type":"corner","p":{"coord":{"x":402,"y":560}},"h1":{"coord":{"x":457.3333333333333,"y":560}},"h2":{"coord":{"x":362.6666666666667,"y":560}}},{"type":"corner","p":{"coord":{"x":300.5,"y":530}},"h1":{"coord":{"x":328.8333333333333,"y":550}},"h2":{"coord":{"x":272.1666666666667,"y":510}}},{"type":"corner","p":{"coord":{"x":240,"y":445}},"h1":{"coord":{"x":252,"y":481.66666666666663}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":237,"y":445}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":264,"y":580}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":288,"y":730}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":138,"y":730}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":26,"y":22}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":-100,"y":550},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":379,"y":210}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":369.6666666666667,"y":150}}},{"type":"corner","p":{"coord":{"x":278,"y":120}},"h1":{"coord":{"x":336,"y":120}},"h2":{"coord":{"x":250.66666666666666,"y":120}}},{"type":"corner","p":{"coord":{"x":217.5,"y":143.5}},"h1":{"coord":{"x":230.5,"y":127.83333333333331}},"h2":{"coord":{"x":204.5,"y":159.16666666666669}}},{"type":"corner","p":{"coord":{"x":205,"y":210}},"h1":{"coord":{"x":200.33333333333334,"y":181.33333333333331}},"h2":{"coord":{"x":-100,"y":550},"use":false}},{"type":"corner","p":{"coord":{"x":226,"y":340}},"h1":{"coord":{"x":100,"y":550},"use":false},"h2":{"coord":{"x":230.66666666666666,"y":368.66666666666663}}},{"type":"corner","p":{"coord":{"x":259.5,"y":406.5}},"h1":{"coord":{"x":241.83333333333334,"y":390.83333333333337}},"h2":{"coord":{"x":277.1666666666667,"y":422.1666666666667}}},{"type":"corner","p":{"coord":{"x":327,"y":430}},"h1":{"coord":{"x":299.6666666666667,"y":430}},"h2":{"coord":{"x":355,"y":430}}},{"type":"corner","p":{"coord":{"x":388,"y":406.5}},"h1":{"coord":{"x":375.3333333333333,"y":422.1666666666667}},"h2":{"coord":{"x":400.6666666666667,"y":390.83333333333337}}},{"type":"corner","p":{"coord":{"x":400,"y":340}},"h1":{"coord":{"x":404.6666666666667,"y":368.66666666666663}},"h2":{"coord":{"x":-100,"y":550},"use":false}}]}]},"glyph-0xFF":{"id":"glyph-0xFF","shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":67,"y":-180}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":227,"y":-180}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":297.66666666666663,"y":-180}}},{"type":"corner","p":{"coord":{"x":403,"y":-128}},"h1":{"coord":{"x":356.3333333333333,"y":-162.66666666666663}},"h2":{"coord":{"x":449.6666666666667,"y":-93.33333333333337}}},{"type":"corner","p":{"coord":{"x":487,"y":14}},"h1":{"coord":{"x":477.6666666666667,"y":-46}},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":570,"y":550}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":420,"y":550}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":374,"y":260}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":369.3333333333333,"y":231.33333333333331}}},{"type":"corner","p":{"coord":{"x":341.5,"y":193.5}},"h1":{"coord":{"x":358.5,"y":209.16666666666669}},"h2":{"coord":{"x":324.5,"y":177.83333333333331}}},{"type":"corner","p":{"coord":{"x":276,"y":170}},"h1":{"coord":{"x":302.6666666666667,"y":170}},"h2":{"coord":{"x":249.33333333333334,"y":170}}},{"type":"corner","p":{"coord":{"x":216.5,"y":193.5}},"h1":{"coord":{"x":229.5,"y":177.83333333333331}},"h2":{"coord":{"x":203.5,"y":209.16666666666669}}},{"type":"corner","p":{"coord":{"x":204,"y":260}},"h1":{"coord":{"x":199.33333333333334,"y":231.33333333333331}},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":250,"y":550}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":100,"y":550}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":52,"y":245}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":42,"y":183}}},{"type":"corner","p":{"coord":{"x":76.5,"y":96}},"h1":{"coord":{"x":50.16666666666667,"y":133.33333333333331}},"h2":{"coord":{"x":102.83333333333333,"y":58.66666666666663}}},{"type":"corner","p":{"coord":{"x":196,"y":40}},"h1":{"coord":{"x":142.66666666666669,"y":40}},"h2":{"coord":{"x":235.33333333333331,"y":40}}},{"type":"corner","p":{"coord":{"x":298,"y":70.5}},"h1":{"coord":{"x":269.3333333333333,"y":50.16666666666663}},"h2":{"coord":{"x":326.6666666666667,"y":90.83333333333337}}},{"type":"corner","p":{"coord":{"x":359,"y":155}},"h1":{"coord":{"x":347,"y":119}},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":363,"y":155}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":344,"y":40}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":341,"y":19}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":337.6666666666667,"y":-5.666666666666629}}},{"type":"corner","p":{"coord":{"x":309.5,"y":-39}},"h1":{"coord":{"x":327.1666666666667,"y":-25}},"h2":{"coord":{"x":291.8333333333333,"y":-53}}},{"type":"corner","p":{"coord":{"x":241,"y":-60}},"h1":{"coord":{"x":269,"y":-60}},"h2":{"coord":{"x":-100,"y":613},"use":false}},{"type":"corner","p":{"coord":{"x":86,"y":-60}},"h1":{"coord":{"x":100,"y":613},"use":false},"h2":{"coord":{"x":-100,"y":613},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":424,"y":658}},"h1":{"coord":{"x":412,"y":672}},"h2":{"coord":{"x":436,"y":644}}},{"type":"corner","p":{"coord":{"x":479,"y":637}},"h1":{"coord":{"x":454.3333333333333,"y":637}},"h2":{"coord":{"x":503.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":541,"y":658}},"h1":{"coord":{"x":524.3333333333334,"y":644}},"h2":{"coord":{"x":557.6666666666666,"y":672}}},{"type":"corner","p":{"coord":{"x":571,"y":715}},"h1":{"coord":{"x":567.6666666666666,"y":691}},"h2":{"coord":{"x":575,"y":739}}},{"type":"corner","p":{"coord":{"x":559,"y":772}},"h1":{"coord":{"x":571,"y":758}},"h2":{"coord":{"x":547,"y":786}}},{"type":"corner","p":{"coord":{"x":504,"y":793}},"h1":{"coord":{"x":528.6666666666666,"y":793}},"h2":{"coord":{"x":479.3333333333333,"y":793}}},{"type":"corner","p":{"coord":{"x":442,"y":772}},"h1":{"coord":{"x":458.6666666666667,"y":786}},"h2":{"coord":{"x":425.3333333333333,"y":758}}},{"type":"corner","p":{"coord":{"x":411,"y":715}},"h1":{"coord":{"x":415,"y":739}},"h2":{"coord":{"x":407.6666666666667,"y":691}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":180,"y":658}},"h1":{"coord":{"x":168,"y":672}},"h2":{"coord":{"x":192,"y":644}}},{"type":"corner","p":{"coord":{"x":235,"y":637}},"h1":{"coord":{"x":210.33333333333334,"y":637}},"h2":{"coord":{"x":259.6666666666667,"y":637}}},{"type":"corner","p":{"coord":{"x":297,"y":658}},"h1":{"coord":{"x":280.3333333333333,"y":644}},"h2":{"coord":{"x":313.6666666666667,"y":672}}},{"type":"corner","p":{"coord":{"x":327,"y":715}},"h1":{"coord":{"x":323.6666666666667,"y":691}},"h2":{"coord":{"x":331,"y":739}}},{"type":"corner","p":{"coord":{"x":315,"y":772}},"h1":{"coord":{"x":327,"y":758}},"h2":{"coord":{"x":303,"y":786}}},{"type":"corner","p":{"coord":{"x":260,"y":793}},"h1":{"coord":{"x":284.6666666666667,"y":793}},"h2":{"coord":{"x":235.33333333333334,"y":793}}},{"type":"corner","p":{"coord":{"x":198,"y":772}},"h1":{"coord":{"x":214.66666666666666,"y":786}},"h2":{"coord":{"x":181.33333333333334,"y":758}}},{"type":"corner","p":{"coord":{"x":167,"y":715}},"h1":{"coord":{"x":171,"y":739}},"h2":{"coord":{"x":163.66666666666666,"y":691}}}]}]}},"ligatures":{},"components":{},"kerning":{}}
\ No newline at end of file
diff --git a/res/fonts/racespace/RACE SPACE STRIPE - Glyphr Studio Project - 2025.2.21-0.50.13.gs2 b/res/fonts/racespace/RACE SPACE STRIPE - Glyphr Studio Project - 2025.2.21-0.50.13.gs2
new file mode 100644
index 00000000..6c8845bd
--- /dev/null
+++ b/res/fonts/racespace/RACE SPACE STRIPE - Glyphr Studio Project - 2025.2.21-0.50.13.gs2
@@ -0,0 +1 @@
+{"settings":{"project":{"name":"RACE SPACE STRIPE","latestVersion":"2.6.1","initialVersion":"2.6.1","id":"g2_6HRQ3MZU3S","characterRanges":[{"name":"Basic Latin","begin":"0x20","end":"0x7F"},{"name":"Basic Latin Controls","begin":"0x0","end":"0x1F","enabled":false},{"name":"Latin-1 Supplement","begin":"0xA0","end":"0xFF"}]},"app":{"stopPageNavigation":true,"formatSaveFile":false,"saveLivePreviews":true,"autoSave":true,"savePreferences":false,"unlinkComponentInstances":true,"directlyDragCurves":true,"showNonCharPoints":false,"itemChooserPageSize":256,"previewText":false,"exportLigatures":true,"exportKerning":true,"exportUneditedItems":true,"moveShapesOnSVGDragDrop":false,"autoSideBearingsOnSVGDragDrop":50,"highlightPointsNearPoints":2,"highlightPointsNearHandles":2,"highlightPointsNearXZero":2,"highlightPointsNearYZero":2,"guides":{"drawGuidesOnTop":false,"systemShowGuides":true,"systemShowLabels":false,"systemTransparency":70,"systemGuides":["baseline","leftSide","rightSide"],"customShowGuides":true,"customShowLabels":false,"customTransparency":70,"custom":[]},"contextCharacters":{"showCharacters":false,"characterTransparency":20,"showGuides":true,"guidesTransparency":70},"livePreviews":[{"text":"the five boxing wizards jump quickly"}]},"font":{"family":"RACE SPACE STRIPE","style":"Regular","version":1,"description":"","panose":"0 0 0 0 0 0 0 0 0 0","upm":1000,"ascent":753,"descent":-200,"capHeight":703,"xHeight":700,"overshoot":20,"lineGap":58,"weight":400,"italicAngle":0,"designer":"","designerURL":"","manufacturer":"","manufacturerURL":"","license":"","licenseURL":"","copyright":"","trademark":"","variant":"normal","stretch":"normal","stemv":0,"stemh":0,"slope":0,"underlinePosition":-50,"underlineThickness":10,"strikethroughPosition":300,"strikethroughThickness":10,"overlinePosition":750,"overlineThickness":10}},"glyphs":{"glyph-0x0":{"id":"glyph-0x0"},"glyph-0xA":{"id":"glyph-0xA"},"glyph-0xD":{"id":"glyph-0xD"},"glyph-0x20":{"id":"glyph-0x20","advanceWidth":393},"glyph-0x30":{"id":"glyph-0x30","advanceWidth":576,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":572.64,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":573.38,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":448.53,"y":0.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":-98,"y":0.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":48.91,"y":519.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":-85.66,"y":697.62}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":463.48,"y":697.62}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":596.19,"y":521.55}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":-47.91,"y":678.93}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":-36.69,"y":663.98}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":465.35,"y":663.98}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":454.13,"y":678.93}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":-9.4,"y":627.72}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":6.3,"y":606.79}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":508.34,"y":606.79}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":492.64,"y":627.72}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":32.09,"y":572.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":49.29,"y":549.97}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":551.33,"y":549.97}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":534.13,"y":572.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":217.88,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":67.98,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":60.87,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":210.78,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":52.65,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":44.8,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":195.08,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":195.45,"y":437.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":196.95,"y":444.17}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":202.55,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":36.95,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":28.35,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":178.63,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":187.23,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":21.62,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":12.28,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":162.55,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":171.53,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":5.92,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":-3.8,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":146.11,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":156.2,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":141.99,"y":181.38}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":311.71,"y":181.38}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":405.91,"y":515.95}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":236.57,"y":515.95}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":214.89,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":213.77,"y":433.33}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":504.23,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":514.32,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":364.42,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":354.7,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":520.68,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":529.65,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":379.74,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":370.77,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":536.75,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":545.35,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":395.07,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":386.47,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":552.45,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":560.3,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":410.4,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":402.55,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":418.62,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":568.52,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":575.63,"y":517.44}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":575.25,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":426.1,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]}]},"glyph-0x31":{"id":"glyph-0x31","advanceWidth":534,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":483.33,"y":521.43}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":387.19,"y":181.25}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":484.01,"y":181.25}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":433.17,"y":-0.05}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":-0.05}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":100.84,"y":181.25}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":198.41,"y":181.25}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":294.14,"y":519.38}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":159.68,"y":697.5}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":344.57,"y":697.5}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":346.14,"y":703.15}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":350.4,"y":697.5}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":354.29,"y":697.5}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":353.24,"y":693.8}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":462.81,"y":517.58}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":462.4,"y":518.1}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":313.21,"y":518.1}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":306.03,"y":492.72}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":455.78,"y":492.72}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":197.17,"y":678.81}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":208.43,"y":663.9}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":352.35,"y":663.9}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":341.1,"y":678.81}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":235.83,"y":627.63}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":251.49,"y":606.81}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":395.45,"y":606.81}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":379.75,"y":627.63}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":277.13,"y":572.87}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":294.55,"y":549.77}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":438.51,"y":549.77}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":421.09,"y":572.87}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":297.69,"y":463.38}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":289.88,"y":435.68}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":439.67,"y":435.68}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":447.48,"y":463.38}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":282.22,"y":408.61}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":273.69,"y":378.63}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":423.52,"y":378.63}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":432.01,"y":408.61}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":266.7,"y":353.85}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":257.58,"y":321.59}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":407.41,"y":321.59}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":416.53,"y":353.85}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":251.19,"y":299.08}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":241.43,"y":264.54}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":391.3,"y":264.54}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}},{"type":"corner","p":{"coord":{"x":401.06,"y":299.08}},"h1":{"coord":{"x":100,"y":703.1},"use":false},"h2":{"coord":{"x":-100,"y":703.1},"use":false}}]}]},"glyph-0x32":{"id":"glyph-0x32","advanceWidth":723,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":669.91,"y":257.9}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":311.82,"y":257.9}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":290.03,"y":181.23}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":647.37,"y":181.23}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":596.53,"y":-0.08}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":-0.08}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":174.67,"y":439.16}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":532.42,"y":439.16}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":554.25,"y":515.8}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":205.44,"y":515.8}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":203.87,"y":510.19}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":199.6,"y":515.8}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":196.13,"y":515.8}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":197.06,"y":519.12}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":62.41,"y":697.47}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":611.29,"y":697.47}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":744.19,"y":521.4}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":721.12,"y":439.16}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":721.16,"y":439.16}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":719.85,"y":433.22}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":723.7,"y":517.55}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":723.29,"y":518.11}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":574.32,"y":518.11}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":567.11,"y":492.73}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":716.75,"y":492.73}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":99.94,"y":678.82}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":111.19,"y":663.9}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":613.24,"y":663.9}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":601.99,"y":678.82}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":138.56,"y":627.64}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":154.26,"y":606.82}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":656.3,"y":606.82}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":640.6,"y":627.64}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":197.32,"y":549.78}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":699.37,"y":549.78}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":681.95,"y":572.88}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":179.9,"y":572.88}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":558.7,"y":463.39}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":550.81,"y":435.72}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":701.12,"y":435.72}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":701.53,"y":437.18}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":703.1,"y":444.25}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":708.49,"y":463.39}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":185.36,"y":408.62}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":176.84,"y":378.64}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":684.86,"y":378.64}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":693.42,"y":408.62}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":169.85,"y":353.86}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":160.69,"y":321.6}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":668.64,"y":321.6}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":677.83,"y":353.86}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":294.26,"y":264.55}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":297.62,"y":276.59}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":655.78,"y":276.59}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":662.21,"y":299.09}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":154.3,"y":299.09}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}},{"type":"corner","p":{"coord":{"x":144.5,"y":264.55}},"h1":{"coord":{"x":100,"y":697.39},"use":false},"h2":{"coord":{"x":-100,"y":697.39},"use":false}}]}]},"glyph-0x33":{"id":"glyph-0x33","advanceWidth":724,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":744.26,"y":521.43}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":721.2,"y":439.16}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":721.23,"y":439.16}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":719.89,"y":433.21}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":596.53,"y":-0.08}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":-0.08}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":101.25,"y":181.22}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":459.75,"y":181.22}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":481.47,"y":257.89}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":123.46,"y":257.89}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":174.71,"y":439.19}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":532.45,"y":439.19}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":554.25,"y":515.83}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":205.47,"y":515.83}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":203.9,"y":510.22}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":199.64,"y":515.83}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":196.16,"y":515.83}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":197.1,"y":519.19}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":62.49,"y":697.5}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":611.37,"y":697.5}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":100.05,"y":678.81}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":111.31,"y":663.9}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":613.35,"y":663.9}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":602.1,"y":678.81}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":138.67,"y":627.64}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":154.37,"y":606.81}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":656.41,"y":606.81}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":640.71,"y":627.64}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":197.44,"y":549.77}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":699.48,"y":549.77}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":682.06,"y":572.87}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":180.02,"y":572.87}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":652.45,"y":264.54}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":662.28,"y":299.08}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":154.52,"y":299.08}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":148.17,"y":276.58}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":506.17,"y":276.58}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":502.77,"y":264.54}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":668.71,"y":321.59}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":677.91,"y":353.85}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":170.03,"y":353.85}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":160.91,"y":321.59}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":684.97,"y":378.63}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":693.5,"y":408.61}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":185.51,"y":408.61}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":177.02,"y":378.63}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":703.22,"y":444.2}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":708.6,"y":463.3}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":558.81,"y":463.3}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":550.92,"y":435.64}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":701.23,"y":435.64}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":701.65,"y":437.17}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":716.82,"y":492.72}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":723.74,"y":517.55}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":723.33,"y":518.11}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":574.36,"y":518.11}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}},{"type":"corner","p":{"coord":{"x":567.15,"y":492.72}},"h1":{"coord":{"x":100,"y":697.42},"use":false},"h2":{"coord":{"x":-100,"y":697.42},"use":false}}]}]},"glyph-0x34":{"id":"glyph-0x34","advanceWidth":711,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":708.75,"y":439.15}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":707.44,"y":433.21}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":584.04,"y":-0.16}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":395.67,"y":-0.16}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":446.51,"y":181.14}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":447.26,"y":181.14}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":468.98,"y":257.81}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":110.97,"y":257.81}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":184.61,"y":519.07}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":697.42}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":423.67,"y":697.42}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":350.96,"y":439.11}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":519.97,"y":439.11}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":594.66,"y":703.07}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":731.78,"y":521.39}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":592.75,"y":627.63}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":586.85,"y":606.81}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":643.93,"y":606.81}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":628.23,"y":627.63}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":577.24,"y":572.87}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":570.7,"y":549.76}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":686.95,"y":549.76}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":669.53,"y":572.87}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":346.66,"y":492.72}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":353.8,"y":518.1}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":203.75,"y":518.1}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":196.61,"y":492.72}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":87.53,"y":678.81}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":98.82,"y":663.89}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":394.85,"y":663.89}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":399.04,"y":678.81}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":126.18,"y":627.63}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":141.89,"y":606.81}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":378.78,"y":606.81}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":384.65,"y":627.63}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":167.53,"y":572.87}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":184.99,"y":549.76}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":362.74,"y":549.76}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":369.24,"y":572.87}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":188.31,"y":463.37}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":180.54,"y":435.71}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":330.59,"y":435.71}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":338.37,"y":463.37}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":640,"y":264.54}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":649.83,"y":299.08}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":142.03,"y":299.08}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":135.72,"y":276.58}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":493.73,"y":276.58}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":490.32,"y":264.54}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":656.26,"y":321.58}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":665.42,"y":353.84}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":157.44,"y":353.84}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":148.35,"y":321.58}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":672.49,"y":378.63}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":681.05,"y":408.61}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":172.88,"y":408.61}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":164.46,"y":378.63}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":690.73,"y":444.2}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":696.08,"y":463.34}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":546.25,"y":463.34}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":538.44,"y":435.67}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":688.75,"y":435.67}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":689.16,"y":437.13}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":554.58,"y":492.72}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":704.34,"y":492.72}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":711.29,"y":517.54}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":710.88,"y":518.1}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}},{"type":"corner","p":{"coord":{"x":561.76,"y":518.1}},"h1":{"coord":{"x":100,"y":702.91},"use":false},"h2":{"coord":{"x":-100,"y":702.91},"use":false}}]}]},"glyph-0x35":{"id":"glyph-0x35","advanceWidth":725,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":542.17,"y":439.16}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":542.17,"y":439.12}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":721.61,"y":439.12}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":596.53,"y":-0.12}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":-0.12}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":101.25,"y":181.19}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":459.6,"y":181.19}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":481.35,"y":257.86}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":123.46,"y":257.86}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":197.1,"y":519.12}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":62.49,"y":697.47}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":611.37,"y":697.47}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":748.52,"y":515.79}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":384.57,"y":515.79}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":363.08,"y":439.16}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":358.7,"y":492.73}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":365.8,"y":518.11}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":216.24,"y":518.11}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":209.1,"y":492.73}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":100.02,"y":678.82}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":111.27,"y":663.9}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":613.31,"y":663.9}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":602.06,"y":678.82}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":138.67,"y":627.64}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":154.37,"y":606.82}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":656.41,"y":606.82}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":640.71,"y":627.64}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":180.02,"y":572.88}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":197.47,"y":549.77}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":699.52,"y":549.77}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":682.06,"y":572.88}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":200.8,"y":463.38}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":193.02,"y":435.72}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":342.67,"y":435.72}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":350.44,"y":463.38}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":652.45,"y":264.55}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":662.28,"y":299.09}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":154.48,"y":299.09}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":148.17,"y":276.59}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":506.06,"y":276.59}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":502.66,"y":264.55}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":668.71,"y":321.59}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":677.87,"y":353.85}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":169.92,"y":353.85}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":160.84,"y":321.59}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":176.95,"y":378.64}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":684.97,"y":378.64}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":693.5,"y":408.62}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}},{"type":"corner","p":{"coord":{"x":185.4,"y":408.62}},"h1":{"coord":{"x":100,"y":697.35},"use":false},"h2":{"coord":{"x":-100,"y":697.35},"use":false}}]}]},"glyph-0x36":{"id":"glyph-0x36","advanceWidth":726,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":748.67,"y":515.95}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":384.57,"y":515.95}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":362.89,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":721.76,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":596.53,"y":0.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":0.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":196.91,"y":519.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":62.34,"y":697.62}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":611.48,"y":697.62}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":100.09,"y":678.93}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":111.31,"y":663.98}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":613.35,"y":663.98}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":602.13,"y":678.93}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":138.6,"y":627.72}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":154.3,"y":606.79}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":656.34,"y":606.79}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":640.64,"y":627.72}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":180.09,"y":572.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":197.29,"y":549.97}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":699.33,"y":549.97}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":682.13,"y":572.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":200.65,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":192.8,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":342.7,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":350.55,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":459.71,"y":181.38}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":481.39,"y":258.01}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":311.68,"y":258.01}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":289.99,"y":181.38}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":652.6,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":662.32,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":153.92,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":144.2,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":294.11,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":297.84,"y":276.7}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":506.06,"y":276.7}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":502.7,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":668.68,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":678.02,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":169.62,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":160.28,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":693.35,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":184.95,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":176.73,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":684.75,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":358.78,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":365.88,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":215.98,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":208.87,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]}]},"glyph-0x37":{"id":"glyph-0x37","advanceWidth":710,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":731.78,"y":521.43}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":707.07,"y":433.24}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":584.04,"y":-0.05}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":395.67,"y":-0.05}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":447.11,"y":181.25}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":541.8,"y":515.82}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":193.02,"y":515.82}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":191.42,"y":510.21}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":187.19,"y":515.82}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":183.72,"y":515.82}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":184.65,"y":519.15}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":697.5}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":598.88,"y":697.5}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":87.53,"y":678.81}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":98.78,"y":663.89}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":600.86,"y":663.89}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":589.61,"y":678.81}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":126.15,"y":627.63}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":141.85,"y":606.81}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":643.93,"y":606.81}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":628.23,"y":627.63}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":184.91,"y":549.76}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":686.99,"y":549.76}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":669.57,"y":572.86}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":167.49,"y":572.86}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":639.7,"y":264.54}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":649.54,"y":299.08}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":499.82,"y":299.08}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":490.03,"y":264.54}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":655.93,"y":321.58}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":665.12,"y":353.84}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":515.37,"y":353.84}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":506.21,"y":321.58}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":672.11,"y":378.63}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":680.64,"y":408.61}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":530.85,"y":408.61}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":522.36,"y":378.63}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":689.05,"y":438.25}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":696.08,"y":463.33}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":546.32,"y":463.33}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":538.51,"y":435.67}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":688.3,"y":435.67}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":554.66,"y":492.72}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":704.26,"y":492.72}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":711.25,"y":517.54}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":710.84,"y":518.1}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}},{"type":"corner","p":{"coord":{"x":561.84,"y":518.1}},"h1":{"coord":{"x":100,"y":697.45},"use":false},"h2":{"coord":{"x":-100,"y":697.45},"use":false}}]}]},"glyph-0x38":{"id":"glyph-0x38","advanceWidth":724,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":611.11,"y":697.62}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":744.19,"y":521.55}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":721.01,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":719.89,"y":433.33}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":596.53,"y":0.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":0.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":196.91,"y":519.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":62.34,"y":697.62}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":99.72,"y":678.93}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":111.31,"y":663.98}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":613.35,"y":663.98}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":601.76,"y":678.93}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":138.6,"y":627.72}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":154.3,"y":606.79}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":656.34,"y":606.79}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":640.64,"y":627.72}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":179.72,"y":572.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":197.29,"y":549.96}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":699.33,"y":549.96}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":681.76,"y":572.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":384.94,"y":515.95}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":363.26,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":532.23,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":554.29,"y":515.95}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":358.78,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":365.88,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":215.98,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":208.87,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":200.28,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":192.43,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":343.08,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":350.55,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":459.71,"y":181.38}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":481.39,"y":258.01}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":311.68,"y":258.01}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":289.99,"y":181.38}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":652.23,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":662.32,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":153.92,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":144.2,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":294.11,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":297.47,"y":276.7}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":506.06,"y":276.7}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":502.7,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":668.68,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":677.65,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":169.25,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":160.28,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":684.75,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":693.35,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":184.95,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":176.35,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":703.07,"y":444.17}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":708.3,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":558.77,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":550.92,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":701.2,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":701.57,"y":437.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":716.52,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":723.63,"y":517.44}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":723.25,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":574.1,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":567,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]}]},"glyph-0x39":{"id":"glyph-0x39","advanceWidth":724,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":611.11,"y":697.62}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":744.19,"y":521.55}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":721.01,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":719.89,"y":433.33}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":596.53,"y":0.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":0.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":101.21,"y":181.38}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":459.71,"y":181.38}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":481.39,"y":258.01}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":123.27,"y":258.01}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":196.91,"y":519.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":62.34,"y":697.62}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":99.72,"y":678.93}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":111.31,"y":663.98}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":613.35,"y":663.98}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":601.76,"y":678.93}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":138.6,"y":627.72}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":154.3,"y":606.79}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":656.34,"y":606.79}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":640.64,"y":627.72}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":179.72,"y":572.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":197.29,"y":549.96}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":699.33,"y":549.96}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":681.76,"y":572.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":384.94,"y":515.95}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":363.26,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":532.23,"y":439.31}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":554.29,"y":515.95}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":358.78,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":365.88,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":215.98,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":208.87,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":200.65,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":192.8,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":343.08,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":350.55,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":652.23,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":662.32,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":154.3,"y":299.13}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":147.94,"y":276.7}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":506.06,"y":276.7}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":502.7,"y":264.74}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":668.68,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":677.65,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":169.62,"y":353.71}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":160.65,"y":321.56}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":684.75,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":693.35,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":185.32,"y":408.66}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":176.73,"y":378.75}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":703.07,"y":444.17}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":708.3,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":558.77,"y":463.24}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":550.92,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":701.2,"y":435.58}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":701.57,"y":437.07}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":716.52,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":723.63,"y":517.44}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":723.25,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":574.1,"y":518.19}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}},{"type":"corner","p":{"coord":{"x":567,"y":492.77}},"h1":{"coord":{"x":100,"y":697.69},"use":false},"h2":{"coord":{"x":-100,"y":697.69},"use":false}}]}]},"glyph-0x41":{"id":"glyph-0x41","advanceWidth":729,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":621.37,"y":697.57}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":754.3,"y":521.46}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":606.53,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":418.12,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":466.76,"y":171.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":297.38,"y":171.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":248.41,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":206.95,"y":519.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.57}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":121.31,"y":663.96}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":623.31,"y":663.96}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":612.06,"y":678.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":164.34,"y":606.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":666.38,"y":606.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":650.68,"y":627.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":189.94,"y":572.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":207.36,"y":549.83}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":709.48,"y":549.83}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":394.57,"y":515.85}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":348.59,"y":353.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":517.97,"y":353.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":563.91,"y":515.85}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":368.63,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.21}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":226.05,"y":518.21}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":218.88,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":210.58,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":202.73,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":352.52,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":360.33,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":195.06,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":186.58,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":336.37,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":344.85,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":662.04,"y":264.61}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":671.84,"y":299.15}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":164.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":154.32,"y":264.61}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":678.23,"y":321.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":687.35,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":537.56,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":532.1,"y":334.59}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":323.88,"y":334.59}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":329.38,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":179.59,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":170.47,"y":321.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":694.38,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":702.86,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":553.04,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":544.55,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":710.56,"y":435.74}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":718.38,"y":463.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":568.51,"y":463.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":560.7,"y":435.74}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":576.81,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":726.71,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":733.78,"y":517.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":733.37,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":583.99,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]}]},"glyph-0x42":{"id":"glyph-0x42","advanceWidth":710,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":680.7,"y":261.24}},"h1":{"coord":{"x":700.13,"y":329.5}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":680.58,"y":260.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":656.43,"y":175.3}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":627.35,"y":73.1}}},{"type":"corner","p":{"coord":{"x":427.54,"y":0.24}},"h1":{"coord":{"x":533.48,"y":1.7}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":427.47,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":206.84,"y":519.59}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.57}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":489,"y":697.57}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":533.26,"y":697.57}}},{"type":"corner","p":{"coord":{"x":600.66,"y":641.98}},"h1":{"coord":{"x":573.97,"y":677.31}},"h2":{"coord":{"x":627.35,"y":606.69}}},{"type":"corner","p":{"coord":{"x":623.61,"y":519.41}},"h1":{"coord":{"x":635.72,"y":562.02}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":597.93,"y":428.64}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":663.87,"y":402.17}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":596.66,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":603.87,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":453.93,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":446.76,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":394.61,"y":515.85}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":439.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":412.25,"y":439.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":433.86,"y":515.85}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":368.63,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":375.81,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":225.87,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":218.69,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":438.42,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":430.61,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":580.51,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":588.32,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":121.31,"y":663.96}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":546.61,"y":663.96}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":529.19,"y":673.42}}},{"type":"corner","p":{"coord":{"x":488.96,"y":678.88}},"h1":{"coord":{"x":509.63,"y":678.88}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":148.67,"y":627.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":164.37,"y":606.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":599.76,"y":606.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":596.47,"y":614.17}}},{"type":"corner","p":{"coord":{"x":587.46,"y":627.7}},"h1":{"coord":{"x":592.21,"y":621.05}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":190.02,"y":572.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":207.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":609.78,"y":549.83}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":610.3,"y":557.61}}},{"type":"corner","p":{"coord":{"x":608.77,"y":572.94}},"h1":{"coord":{"x":609.74,"y":565.27}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":210.39,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":202.61,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":352.52,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":360.33,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":194.95,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":186.47,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":636.06,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":625.11,"y":391.18}}},{"type":"corner","p":{"coord":{"x":596.02,"y":408.68}},"h1":{"coord":{"x":611.69,"y":401.5}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":179.48,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":170.35,"y":321.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":664.32,"y":321.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":662.04,"y":332.87}}},{"type":"corner","p":{"coord":{"x":653.33,"y":353.91}},"h1":{"coord":{"x":658.57,"y":343.75}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":469.37,"y":181.28}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":490.98,"y":257.73}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":321.64,"y":257.73}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":299.92,"y":181.28}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":662.23,"y":264.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":662.71,"y":266.37}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":665.78,"y":277.21}}},{"type":"corner","p":{"coord":{"x":666.6,"y":299.19}},"h1":{"coord":{"x":666.71,"y":288.23}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":163.96,"y":299.19}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":154.2,"y":264.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":304.18,"y":264.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":307.51,"y":276.46}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":515.69,"y":276.46}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":512.36,"y":264.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]}]},"glyph-0x43":{"id":"glyph-0x43","advanceWidth":715,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":300,"y":181.28}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":658.15,"y":181.28}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":606.53,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":206.99,"y":519.4}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":621.37,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":758.49,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":394.53,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":368.59,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":226.02,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":218.84,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.87}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":121.27,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":623.35,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":612.1,"y":678.87}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":164.34,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":666.42,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":650.71,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":189.94,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":207.4,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":709.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":210.54,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":202.73,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":352.48,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":360.29,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":195.06,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":186.54,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":336.33,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":344.82,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":179.55,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":170.43,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":320.22,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":329.34,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":164.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":154.32,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":304.14,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":313.9,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]}]},"glyph-0x44":{"id":"glyph-0x44","advanceWidth":726,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":753.76,"y":519.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":656.57,"y":175.34}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":627.48,"y":73.1}}},{"type":"corner","p":{"coord":{"x":427.6,"y":0.06}},"h1":{"coord":{"x":533.58,"y":1.44}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":427.6,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.12,"y":519.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.62,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":621.5,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":754.39,"y":521.5}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":678.51,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":687.59,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":537.5,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":528.34,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":694.62,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.07,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":553.02,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":544.53,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":710.73,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":718.55,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":568.57,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":560.72,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":733.87,"y":517.65}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":733.5,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":584.12,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":576.9,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":726.84,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":110.15,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.4,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":623.48,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":612.23,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":148.77,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.47,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":666.55,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":650.85,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":190.07,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.53,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":709.57,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.15,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":375.94,"y":518.21}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":226.18,"y":518.21}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":219.01,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":368.76,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":210.67,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":202.86,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":352.61,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":360.42,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":195.19,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":186.67,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":336.46,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":344.95,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":179.72,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":170.6,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":320.39,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":329.51,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":164.2,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.41,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":304.24,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":314,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":300.13,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":469.13,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":564.04,"y":515.86}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":394.7,"y":515.86}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":512.2,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":662.4,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":672.15,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":521.99,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x45":{"id":"glyph-0x45","advanceWidth":716,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":300,"y":181.28}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":658.12,"y":181.28}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":606.49,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":206.99,"y":519.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":621.37,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":758.49,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":394.5,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":372.89,"y":439.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":625.22,"y":439.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":573.6,"y":257.69}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":321.6,"y":257.69}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":368.59,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":226.05,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":218.88,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":121.27,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":623.35,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":612.1,"y":678.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":164.34,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":666.42,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":650.71,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":189.94,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":207.4,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":709.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":210.58,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":202.73,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":352.48,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":360.29,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":195.06,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":186.58,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":588.55,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":597.07,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":179.59,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":170.43,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":572.32,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":581.52,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":164.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":154.32,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":304.14,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":307.47,"y":276.38}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":559.46,"y":276.38}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":565.93,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]}]},"glyph-0x46":{"id":"glyph-0x46","advanceWidth":700,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":394.53,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":372.89,"y":439.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":625.22,"y":439.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":573.6,"y":257.69}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":321.6,"y":257.69}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":248.37,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":158.88,"y":349.84}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":206.95,"y":519.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":72.52,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":621.41,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":758.52,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":368.59,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":225.98,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":218.8,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":121.27,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":623.35,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":612.1,"y":678.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":164.34,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":666.42,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":650.71,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":189.94,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":207.4,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":709.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":210.5,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":202.65,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":352.48,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":360.29,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":559.46,"y":276.38}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":565.97,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":164.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":154.28,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":304.14,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":307.47,"y":276.38}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":572.32,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":581.52,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":179.51,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":170.39,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":597.07,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":195.03,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":186.54,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":588.55,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]}]},"glyph-0x47":{"id":"glyph-0x47","advanceWidth":721,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":681.39,"y":264.05}},"h1":{"coord":{"x":692.68,"y":304.98}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":680.9,"y":260.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":656.6,"y":175.34}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":626.62,"y":72.13}}},{"type":"corner","p":{"coord":{"x":424.46,"y":0.02}},"h1":{"coord":{"x":531.15,"y":0.02}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":206.97,"y":519.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.66,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":621.54,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":758.69,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":394.74,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":373.17,"y":439.63}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":544.08,"y":439.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":589.2,"y":439.26}}},{"type":"corner","p":{"coord":{"x":658.1,"y":382.55}},"h1":{"coord":{"x":630.77,"y":418.59}},"h2":{"coord":{"x":684.19,"y":348.12}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":368.76,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":375.94,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":226,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":218.82,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":110.19,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.44,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":623.48,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":612.23,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":148.77,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.47,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":666.51,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":650.81,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":190.11,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.53,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":709.61,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.15,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":210.52,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":202.71,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":352.65,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":360.46,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":195.05,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":186.6,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":636.04,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":624.72,"y":391.37}}},{"type":"corner","p":{"coord":{"x":596.57,"y":408.68}},"h1":{"coord":{"x":611.52,"y":401.69}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":179.57,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":170.45,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":665.43,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":663.26,"y":332.87}}},{"type":"corner","p":{"coord":{"x":653.5,"y":353.92}},"h1":{"coord":{"x":658.92,"y":343.6}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":469.51,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":491.15,"y":257.55}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":321.81,"y":257.55}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":300.16,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":662.58,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":663.37,"y":269.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":666.14,"y":279}}},{"type":"corner","p":{"coord":{"x":667.18,"y":299.15}},"h1":{"coord":{"x":667.14,"y":289.1}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.06,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.3,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":304.35,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":307.64,"y":276.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":515.86,"y":276.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":512.57,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x48":{"id":"glyph-0x48","advanceWidth":730,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":618.24,"y":703.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":755.43,"y":521.5}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":607.66,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":419.25,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":467.85,"y":171.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":298.51,"y":171.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":249.54,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":61.13,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":160.01,"y":349.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":208.04,"y":519.49}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":73.62,"y":697.57}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":447.29,"y":697.57}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":349.72,"y":353.28}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":519.06,"y":353.28}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":616.3,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":610.43,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":667.55,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":651.85,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":600.78,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":594.2,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":710.57,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":693.15,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":369.83,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":377.01,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":227.11,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":219.93,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":111.11,"y":678.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":122.4,"y":663.97}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":418.36,"y":663.97}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":422.58,"y":678.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":149.73,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":165.43,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":402.17,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":408.08,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":191.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":208.53,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":386.02,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.56,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":211.6,"y":463.45}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":203.78,"y":435.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":353.65,"y":435.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":361.5,"y":463.45}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":196.12,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":187.67,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":337.5,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":345.99,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":663.17,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":672.97,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":165.17,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":155.41,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":679.36,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":688.48,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":538.69,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":533.23,"y":334.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":325.05,"y":334.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":330.51,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":180.68,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":171.56,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":695.51,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":704.03,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":554.24,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":545.72,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":711.66,"y":435.75}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":719.51,"y":463.41}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":569.72,"y":463.41}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":561.87,"y":435.75}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":578.05,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":727.84,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":734.87,"y":517.65}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":734.46,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":585.23,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x49":{"id":"glyph-0x49","advanceWidth":372,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":267.09,"y":693.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":397.18,"y":521.46}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":249.41,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":61,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":159.88,"y":349.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":207.95,"y":519.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":73.52,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":258.42,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":260.02,"y":703.18}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":264.29,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":268.14,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":111.06,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":122.31,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":266.23,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":254.98,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":149.67,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":165.37,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":309.29,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":293.59,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":190.98,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":208.4,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":352.32,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":334.9,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":304.96,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":314.75,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":165.07,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":155.32,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":321.11,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":330.23,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":180.55,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":171.43,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":337.29,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":345.78,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":196.06,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":187.58,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":353.44,"y":435.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":361.26,"y":463.41}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":211.5,"y":463.41}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":203.69,"y":435.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":219.84,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":369.63,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":376.66,"y":517.65}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":376.25,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":227.02,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]}]},"glyph-0x4A":{"id":"glyph-0x4A","advanceWidth":566,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":461.17,"y":693.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":591.3,"y":521.42}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":443.53,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":-103,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":-51.75,"y":181.25}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":306.37,"y":181.25}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":354,"y":349.84}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":402.03,"y":519.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":267.61,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":452.5,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":454.07,"y":703.18}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":458.33,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":462.22,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":305.14,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":316.39,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":460.31,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":449.06,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":343.76,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":359.42,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":503.38,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":487.68,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":385.06,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":402.48,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":546.44,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":529.02,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":499.04,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":508.84,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":359.16,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":349.36,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":515.23,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":524.39,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":374.67,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":365.51,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":531.38,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":539.9,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":390.15,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":381.66,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":547.53,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":555.34,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":405.59,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":397.77,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":413.92,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":563.71,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":570.74,"y":517.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":570.33,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":421.1,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]}]},"glyph-0x4B":{"id":"glyph-0x4B","advanceWidth":705,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":678.48,"y":515.86}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":445.07,"y":233.28}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":613.1,"y":-0.02}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":422.97,"y":-0.02}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":296.77,"y":166.29}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":249.41,"y":-0.02}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":61,"y":-0.02}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":159.88,"y":349.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":207.95,"y":519.44}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":73.49,"y":697.53}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":447.16,"y":697.53}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":354.15,"y":369.39}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":620.13,"y":700.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":759.49,"y":515.86}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":619.68,"y":670.06}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":614.78,"y":663.93}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":624.31,"y":663.93}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":585.66,"y":627.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":568.95,"y":606.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":667.38,"y":606.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":651.68,"y":627.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":541.66,"y":572.94}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":523.12,"y":549.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":710.44,"y":549.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":693.02,"y":572.94}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":497.66,"y":518.21}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":477.29,"y":492.83}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":635.19,"y":492.83}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":656.16,"y":518.21}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":453.7,"y":463.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":431.5,"y":435.78}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":588.09,"y":435.78}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":610.97,"y":463.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":409.7,"y":408.68}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":385.63,"y":378.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":540.95,"y":378.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":565.7,"y":408.68}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":369.7,"y":492.79}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":376.92,"y":518.17}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":226.98,"y":518.17}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":219.8,"y":492.79}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":111.02,"y":678.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":122.27,"y":663.96}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":418.23,"y":663.96}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":422.45,"y":678.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":149.63,"y":627.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":165.34,"y":606.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":402.04,"y":606.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":407.95,"y":627.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":190.98,"y":572.94}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":208.4,"y":549.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":385.89,"y":549.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":392.43,"y":572.94}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":211.5,"y":463.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":203.69,"y":435.78}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":353.55,"y":435.78}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":361.4,"y":463.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":196.03,"y":408.68}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":187.58,"y":378.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":337.41,"y":378.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":345.89,"y":408.68}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":180.51,"y":353.92}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":171.39,"y":321.66}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":493.81,"y":321.66}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":520.47,"y":353.92}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":155.28,"y":264.61}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":446.71,"y":264.61}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":475.23,"y":299.15}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":165.04,"y":299.15}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]}]},"glyph-0x4C":{"id":"glyph-0x4C","advanceWidth":702,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":478.78,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":478.78,"y":181.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":658.25,"y":181.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":606.66,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":159.01,"y":349.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.08,"y":519.48}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.62,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":446.29,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":300.13,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":368.87,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":376.05,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":226.07,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":218.9,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":110.11,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.4,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":417.36,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":421.58,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":148.73,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.43,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":401.17,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":407.08,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":190.07,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.49,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":385.02,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":391.56,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":210.6,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":202.78,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":352.72,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":360.57,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":195.12,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":186.63,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":336.57,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":345.06,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":179.61,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":170.49,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":320.43,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":329.55,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":164.13,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.37,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":304.28,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":314.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x4D":{"id":"glyph-0x4D","advanceWidth":816,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":706.27,"y":700.75}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":841.56,"y":521.5}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":693.53,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":505.16,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":581.79,"y":270.48}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":412.11,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":308.53,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":321.76,"y":254.26}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":249.54,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":61.13,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":207.97,"y":520.01}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":73.62,"y":697.57}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":445.27,"y":697.57}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":445.8,"y":693.05}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":456.11,"y":355.45}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":706.61,"y":669.31}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":702.72,"y":663.97}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":710.65,"y":663.97}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":676.48,"y":627.71}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":661.38,"y":606.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":753.71,"y":606.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":738.01,"y":627.71}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":636.82,"y":572.94}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":620.07,"y":549.84}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":796.78,"y":549.84}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":779.36,"y":572.94}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":433.27,"y":492.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":432.49,"y":518.18}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":226.89,"y":518.18}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":219.71,"y":492.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":111.19,"y":678.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":122.48,"y":663.97}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":428.04,"y":663.97}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":427.59,"y":678.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":149.92,"y":627.71}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":165.65,"y":606.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":429.8,"y":606.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":429.16,"y":627.71}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":191.34,"y":572.94}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":208.83,"y":549.84}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":431.55,"y":549.84}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":430.84,"y":572.94}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":211.41,"y":463.45}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":203.56,"y":435.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":434.95,"y":435.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":434.13,"y":463.45}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":195.97,"y":408.68}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":187.52,"y":378.7}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":436.75,"y":378.7}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":435.85,"y":408.68}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":180.49,"y":353.92}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":171.37,"y":321.66}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":438.47,"y":321.66}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":437.5,"y":353.92}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":749.23,"y":264.61}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":758.98,"y":299.15}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":164.98,"y":299.15}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":155.22,"y":264.61}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":556.04,"y":264.61}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":565.94,"y":280.39}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":599.77,"y":265.36}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":599.55,"y":264.61}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":765.45,"y":321.66}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":774.61,"y":353.92}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":478.13,"y":353.92}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":454.77,"y":321.66}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":781.64,"y":378.7}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":790.12,"y":408.68}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":517.79,"y":408.68}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":496.11,"y":378.7}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":797.82,"y":435.75}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":805.67,"y":463.41}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":557.46,"y":463.41}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":537.42,"y":435.75}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 16","pathPoints":[{"type":"corner","p":{"coord":{"x":578.73,"y":492.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":813.97,"y":492.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":821.04,"y":517.65}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":820.63,"y":518.18}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":597.12,"y":518.18}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]}]},"glyph-0x4E":{"id":"glyph-0x4E","advanceWidth":731,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":759.66,"y":515.85}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":759.66,"y":515.89}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":753.41,"y":515.89}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":607.25,"y":0.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":421.35,"y":0.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":420.49,"y":3.64}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":343.14,"y":330.25}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":249.54,"y":0.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":61.13,"y":0.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":160.01,"y":349.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":208.08,"y":519.48}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":73.66,"y":697.57}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":444.82,"y":697.57}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":522.8,"y":367.6}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":617.87,"y":703.25}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":623.88,"y":695.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":615.88,"y":627.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":609.94,"y":606.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":667.47,"y":606.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":651.77,"y":627.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":600.37,"y":572.94}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":593.79,"y":549.83}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":710.54,"y":549.83}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":693.12,"y":572.94}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":473.98,"y":492.79}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":467.96,"y":518.17}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":227.11,"y":518.17}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":219.93,"y":492.79}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":111.15,"y":678.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":122.4,"y":663.96}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":433.53,"y":663.96}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":430.02,"y":678.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":149.77,"y":627.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":165.43,"y":606.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":446.99,"y":606.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":442.09,"y":627.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":191.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":208.53,"y":549.83}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":460.49,"y":549.83}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":455.03,"y":572.94}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":211.6,"y":463.44}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":203.78,"y":435.78}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":487.44,"y":435.78}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":480.9,"y":463.44}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":305.09,"y":264.61}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":314.88,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":165.13,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":155.37,"y":264.61}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":321.28,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":330.43,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":180.64,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":171.52,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":344.75,"y":404.49}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":350.88,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":500.97,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":493.91,"y":408.68}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":196.16,"y":408.68}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":187.67,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":337.46,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":356.71,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":364.34,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":514.39,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":506.77,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":662.8,"y":264.61}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":672.56,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":522.8,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":521.12,"y":293.21}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":519.74,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":369.69,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":377.87,"y":264.61}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":678.95,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":688.07,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":538.32,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":529.2,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":695.13,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":703.62,"y":408.68}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":553.87,"y":408.68}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":545.38,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 16","pathPoints":[{"type":"corner","p":{"coord":{"x":711.28,"y":435.74}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":719.13,"y":463.41}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":569.38,"y":463.41}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":561.53,"y":435.74}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 17","pathPoints":[{"type":"corner","p":{"coord":{"x":727.43,"y":492.79}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":734.57,"y":518.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":734.46,"y":518.17}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":584.86,"y":518.17}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":577.68,"y":492.79}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]}]},"glyph-0x4F":{"id":"glyph-0x4F","advanceWidth":733,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":761.64,"y":521.5}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":663.78,"y":175.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":634.36,"y":72.13}}},{"type":"corner","p":{"coord":{"x":431.63,"y":0.06}},"h1":{"coord":{"x":538.92,"y":0.06}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":252.2,"y":0.06}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":207.9,"y":0.06}}},{"type":"corner","p":{"coord":{"x":140.58,"y":55.54}},"h1":{"coord":{"x":167.23,"y":20.28}},"h2":{"coord":{"x":113.92,"y":90.79}}},{"type":"corner","p":{"coord":{"x":117.62,"y":177.92}},"h1":{"coord":{"x":105.59,"y":135.38}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":214.33,"y":519.45}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":628.75,"y":697.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":685.72,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":694.84,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":544.71,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":535.56,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":701.87,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":710.35,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":560.3,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":551.78,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":717.98,"y":435.75}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":725.83,"y":463.41}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":574.43,"y":463.41}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":574.06,"y":459.45}}},{"type":"corner","p":{"coord":{"x":572.49,"y":451.6}},"h1":{"coord":{"x":573.61,"y":455.52}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":567.97,"y":435.75}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":741.12,"y":517.65}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":740.71,"y":518.18}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":552.71,"y":518.18}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":555.97,"y":515.3}}},{"type":"corner","p":{"coord":{"x":561.76,"y":508.68}},"h1":{"coord":{"x":559.07,"y":512.23}},"h2":{"coord":{"x":565.5,"y":503.75}}},{"type":"corner","p":{"coord":{"x":570.36,"y":492.79}},"h1":{"coord":{"x":568.19,"y":498.36}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":734.09,"y":492.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":630.69,"y":663.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":619.44,"y":678.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.71}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":673.76,"y":606.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":658.06,"y":627.71}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":197.36,"y":572.94}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":214.78,"y":549.84}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":716.82,"y":549.84}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":699.4,"y":572.94}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":397.62,"y":518.21}},"h1":{"coord":{"x":389.24,"y":511.52}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":233.4,"y":518.21}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":226.22,"y":492.83}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":378.14,"y":492.83}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":382.96,"y":502.66}}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":217.92,"y":463.45}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":210.11,"y":435.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":359.86,"y":435.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":367.67,"y":463.45}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":202.41,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":193.92,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":343.71,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":352.2,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":186.89,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":177.77,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":327.6,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":336.72,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":311.49,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":321.28,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":171.42,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":161.62,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":367.19,"y":181.29}},"h1":{"coord":{"x":352.87,"y":181.29}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":444.49,"y":181.29}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":463.26,"y":181.29}}},{"type":"corner","p":{"coord":{"x":485.05,"y":211.98}},"h1":{"coord":{"x":479.93,"y":193.89}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":554.51,"y":456.76}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":558.55,"y":470.89}}},{"type":"corner","p":{"coord":{"x":546.88,"y":497.43}},"h1":{"coord":{"x":555.74,"y":485.73}},"h2":{"coord":{"x":537.99,"y":509.17}}},{"type":"corner","p":{"coord":{"x":509.8,"y":515.9}},"h1":{"coord":{"x":524.49,"y":515.9}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":443.22,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":418.92,"y":515.9}}},{"type":"corner","p":{"coord":{"x":390.7,"y":476.16}},"h1":{"coord":{"x":397.32,"y":499.56}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":323.64,"y":238.86}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":319.75,"y":225.06}}},{"type":"corner","p":{"coord":{"x":331.11,"y":199.23}},"h1":{"coord":{"x":322.48,"y":210.63}},"h2":{"coord":{"x":339.75,"y":187.83}}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":519.41,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":669.65,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":679.4,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":529.2,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x50":{"id":"glyph-0x50","advanceWidth":714,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":754.39,"y":521.5}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":705.46,"y":347.08}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":676.42,"y":245.06}}},{"type":"corner","p":{"coord":{"x":476.57,"y":172.02}},"h1":{"coord":{"x":582.55,"y":173.4}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":476.57,"y":171.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":297.51,"y":171.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":248.54,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":159.01,"y":349.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.04,"y":519.48}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.62,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":621.5,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":710.92,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":718.66,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":568.61,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":560.79,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":394.7,"y":515.86}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":348.76,"y":353.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":518.1,"y":353.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":564.04,"y":515.86}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":368.76,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":375.94,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":226.15,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":218.97,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":733.87,"y":517.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":733.46,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":584.12,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":576.94,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":726.92,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":110.15,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.4,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":623.45,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":612.19,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":148.73,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.47,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":666.51,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":650.81,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":190.07,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.53,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":709.57,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.15,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":210.63,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":202.86,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":352.65,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":360.46,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":195.16,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":186.67,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":336.5,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":344.99,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":154.41,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":638.29,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":647.89,"y":275.19}}},{"type":"corner","p":{"coord":{"x":663.67,"y":299.15}},"h1":{"coord":{"x":656.23,"y":286.85}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.17,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":687.44,"y":352.09}},"h1":{"coord":{"x":684.42,"y":341.54}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":688,"y":353.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":537.69,"y":353.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":532.23,"y":334.63}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":324.05,"y":334.63}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":329.51,"y":353.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":179.68,"y":353.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":170.56,"y":321.69}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":676,"y":321.69}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":680.45,"y":331.49}}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":694.92,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.33,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":553.17,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":544.68,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x51":{"id":"glyph-0x51","advanceWidth":733,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":761.64,"y":521.5}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":663.78,"y":175.34}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":634.66,"y":73.1}}},{"type":"corner","p":{"coord":{"x":434.62,"y":0.32}},"h1":{"coord":{"x":540.68,"y":1.66}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":400.87,"y":-118.11}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":212.09,"y":-118.11}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":246.33,"y":0.73}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":204.35,"y":2.45}}},{"type":"corner","p":{"coord":{"x":140.58,"y":55.53}},"h1":{"coord":{"x":166.03,"y":21.85}},"h2":{"coord":{"x":113.92,"y":90.78}}},{"type":"corner","p":{"coord":{"x":117.62,"y":177.92}},"h1":{"coord":{"x":105.59,"y":135.38}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":214.33,"y":519.44}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.57}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":628.75,"y":697.57}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":685.72,"y":321.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":694.84,"y":353.91}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":544.71,"y":353.91}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":535.56,"y":321.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":701.87,"y":378.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":710.35,"y":408.68}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":560.3,"y":408.68}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":551.78,"y":378.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":717.98,"y":435.74}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":725.83,"y":463.41}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":574.43,"y":463.41}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":574.06,"y":459.44}}},{"type":"corner","p":{"coord":{"x":572.49,"y":451.59}},"h1":{"coord":{"x":573.61,"y":455.52}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":567.97,"y":435.74}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":741.12,"y":517.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":740.71,"y":518.17}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":552.71,"y":518.17}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":555.97,"y":515.33}}},{"type":"corner","p":{"coord":{"x":561.76,"y":508.71}},"h1":{"coord":{"x":559.07,"y":512.27}},"h2":{"coord":{"x":565.5,"y":503.78}}},{"type":"corner","p":{"coord":{"x":570.36,"y":492.79}},"h1":{"coord":{"x":568.19,"y":498.36}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":734.09,"y":492.79}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.96}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":630.69,"y":663.96}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":619.44,"y":678.88}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":673.76,"y":606.88}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":658.06,"y":627.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":197.36,"y":572.94}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":214.78,"y":549.83}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":716.82,"y":549.83}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":699.4,"y":572.94}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":397.62,"y":518.21}},"h1":{"coord":{"x":389.24,"y":511.52}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":233.4,"y":518.21}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":226.22,"y":492.83}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":378.14,"y":492.83}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":382.96,"y":502.66}}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":217.92,"y":463.44}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":210.11,"y":435.78}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":359.86,"y":435.78}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":367.67,"y":463.44}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":202.41,"y":408.68}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":193.92,"y":378.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":343.71,"y":378.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":352.2,"y":408.68}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":186.89,"y":353.91}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":177.77,"y":321.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":327.6,"y":321.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":336.72,"y":353.91}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":311.49,"y":264.61}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":321.28,"y":299.15}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":171.42,"y":299.15}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":161.62,"y":264.61}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":367.19,"y":181.28}},"h1":{"coord":{"x":352.87,"y":181.28}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":444.49,"y":181.28}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":463.22,"y":181.28}}},{"type":"corner","p":{"coord":{"x":485.05,"y":211.97}},"h1":{"coord":{"x":479.93,"y":193.88}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":554.51,"y":456.75}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":558.55,"y":470.88}}},{"type":"corner","p":{"coord":{"x":546.88,"y":497.46}},"h1":{"coord":{"x":555.74,"y":485.76}},"h2":{"coord":{"x":537.99,"y":509.16}}},{"type":"corner","p":{"coord":{"x":509.8,"y":515.89}},"h1":{"coord":{"x":524.49,"y":515.89}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":443.22,"y":515.89}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":418.92,"y":515.89}}},{"type":"corner","p":{"coord":{"x":390.7,"y":476.15}},"h1":{"coord":{"x":397.32,"y":499.56}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":323.64,"y":238.85}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":319.75,"y":225.06}}},{"type":"corner","p":{"coord":{"x":331.11,"y":199.23}},"h1":{"coord":{"x":322.48,"y":210.63}},"h2":{"coord":{"x":339.75,"y":187.83}}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":519.41,"y":264.61}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":669.65,"y":264.61}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":679.4,"y":299.15}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":529.2,"y":299.15}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]}]},"glyph-0x52":{"id":"glyph-0x52","advanceWidth":719,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":754.32,"y":521.61}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":705.35,"y":347.03}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":676.94,"y":246.85}}},{"type":"corner","p":{"coord":{"x":482.18,"y":172.09}},"h1":{"coord":{"x":585.73,"y":175.82}},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":612.27,"y":0.13}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":421.62,"y":0.13}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":420.12,"y":2}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":295.64,"y":166.48}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":248.54,"y":0.13}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.13}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":158.82,"y":350.02}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":207.04,"y":519.37}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":72.47,"y":697.68}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":621.24,"y":697.68}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":694.88,"y":378.81}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":703.11,"y":408.71}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":553.2,"y":408.71}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":544.61,"y":378.81}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":394.7,"y":516}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":348.72,"y":353.39}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":518.06,"y":353.39}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":564.04,"y":516}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":368.54,"y":492.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":376.01,"y":518.24}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":226.11,"y":518.24}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":219.01,"y":492.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":710.96,"y":435.63}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":718.43,"y":463.29}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":568.53,"y":463.29}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":560.68,"y":435.63}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":733.76,"y":517.5}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":733.39,"y":518.24}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":583.86,"y":518.24}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":576.75,"y":492.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":727.03,"y":492.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":110.23,"y":678.99}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":121.44,"y":664.04}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":623.48,"y":664.04}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":612.27,"y":678.99}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":148.73,"y":627.77}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":164.43,"y":606.84}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":666.47,"y":606.84}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":650.77,"y":627.77}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":189.85,"y":572.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":207.42,"y":550.02}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":709.46,"y":550.02}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":691.89,"y":572.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":210.41,"y":463.29}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":202.56,"y":435.63}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":352.46,"y":435.63}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":360.31,"y":463.29}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":195.08,"y":408.71}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":186.48,"y":378.81}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":336.39,"y":378.81}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":344.99,"y":408.71}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":179.76,"y":353.76}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":170.41,"y":321.61}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":675.82,"y":321.61}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":680.3,"y":331.33}}},{"type":"corner","p":{"coord":{"x":687.41,"y":352.27}},"h1":{"coord":{"x":684.42,"y":341.8}},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":687.78,"y":353.76}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":537.5,"y":353.76}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":532.27,"y":334.7}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":324.05,"y":334.7}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":329.28,"y":353.76}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":154.34,"y":264.79}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":638.06,"y":264.79}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":647.78,"y":275.26}}},{"type":"corner","p":{"coord":{"x":663.48,"y":299.19}},"h1":{"coord":{"x":656,"y":286.85}},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":164.06,"y":299.19}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]}]},"glyph-0x53":{"id":"glyph-0x53","advanceWidth":730,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":542.83,"y":439.22}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":542.83,"y":439.18}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":731.61,"y":439.18}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":606.49,"y":-0.06}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.06}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":111.22,"y":181.24}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":469.56,"y":181.24}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":491.35,"y":257.91}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":133.46,"y":257.91}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":207.1,"y":519.18}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.53}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":621.41,"y":697.53}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":758.52,"y":515.85}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":394.57,"y":515.85}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":373.08,"y":439.22}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":368.67,"y":492.78}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.17}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":226.2,"y":518.17}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":219.06,"y":492.78}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.87}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":121.27,"y":663.96}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":623.35,"y":663.96}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":612.1,"y":678.87}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":164.37,"y":606.87}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":666.42,"y":606.87}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":650.71,"y":627.7}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":189.98,"y":572.93}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":207.4,"y":549.83}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":709.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.93}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":210.8,"y":463.44}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":202.99,"y":435.78}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":352.67,"y":435.78}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":360.44,"y":463.44}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":662.42,"y":264.6}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":672.25,"y":299.14}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":164.48,"y":299.14}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":158.13,"y":276.64}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":516.1,"y":276.64}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":512.66,"y":264.6}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":678.68,"y":321.65}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":687.87,"y":353.91}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":179.92,"y":353.91}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":170.84,"y":321.65}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":694.94,"y":378.69}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":703.46,"y":408.67}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":195.36,"y":408.67}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":186.91,"y":378.69}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]}]},"glyph-0x54":{"id":"glyph-0x54","advanceWidth":706,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":628.71,"y":697.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":765.83,"y":515.93}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":515.71,"y":515.93}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":369.54,"y":0.06}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":181.17,"y":0.06}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":280.05,"y":349.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":327.34,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":222.85,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":221.25,"y":510.29}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":217.02,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":213.55,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":214.48,"y":519.26}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":630.69,"y":663.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":619.44,"y":678.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.71}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":673.76,"y":606.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":658.06,"y":627.71}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":425.13,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":434.89,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":285.13,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":275.38,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":441.28,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":450.4,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":300.61,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":298.03,"y":344.8}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":291.49,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":457.46,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":465.95,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":316.23,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":307.71,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":473.61,"y":435.75}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":481.46,"y":463.41}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":331.86,"y":463.41}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":323.97,"y":435.75}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":489.8,"y":492.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":496.98,"y":518.18}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":347.45,"y":518.18}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":340.23,"y":492.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":214.78,"y":549.84}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":716.82,"y":549.84}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":699.36,"y":572.94}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":197.32,"y":572.94}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x55":{"id":"glyph-0x55","advanceWidth":730,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":470.54,"y":181.29}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":618.24,"y":703.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":755.39,"y":521.5}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":607.62,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":61.13,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":160.01,"y":349.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":208.08,"y":519.49}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":73.66,"y":697.57}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":447.33,"y":697.57}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":301.13,"y":181.29}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":369.87,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":377.05,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":227.07,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":219.9,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":111.11,"y":678.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":122.4,"y":663.97}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":418.36,"y":663.97}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":422.58,"y":678.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":149.73,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":165.43,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":402.17,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":408.08,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":191.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":208.53,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":386.06,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.6,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":211.6,"y":463.45}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":203.78,"y":435.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":353.76,"y":435.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":361.57,"y":463.45}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":196.12,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":187.63,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":337.57,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":346.06,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":180.64,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":171.52,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":321.46,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":330.58,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":165.17,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":155.41,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":305.31,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":315.07,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":663.17,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":672.97,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":523.33,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":513.53,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":679.32,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":688.44,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":538.8,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":529.68,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":695.51,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":703.99,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":554.32,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":545.83,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":711.66,"y":435.75}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":719.47,"y":463.41}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":569.79,"y":463.41}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":561.98,"y":435.75}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":734.87,"y":517.65}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":734.46,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":585.31,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":578.13,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":727.84,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":710.54,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":693.12,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":600.78,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":594.24,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 16","pathPoints":[{"type":"corner","p":{"coord":{"x":667.51,"y":606.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":651.81,"y":627.74}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":616.33,"y":627.74}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":610.43,"y":606.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x56":{"id":"glyph-0x56","advanceWidth":710,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":573.16,"y":522.47}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":624.49,"y":703.18}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":762.2,"y":520.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":433.88,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":247.86,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":215.19,"y":518.29}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":453.54,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":403.11,"y":520.01}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":418.59,"y":277.32}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":424.57,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":428.83,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":408.38,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":414.29,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":214.78,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":392.16,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":398.7,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":197.32,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":233.92,"y":518.21}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":235.49,"y":492.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":386.1,"y":492.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":384.49,"y":518.21}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":237.36,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":239.12,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":389.77,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":388.01,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":240.83,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":242.7,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":393.39,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":391.48,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":244.27,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":246.29,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":397.02,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":394.96,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":249.92,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":400.68,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":398.48,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":247.75,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":578.58,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":600.34,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":454.44,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":432.64,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":614.54,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":634.92,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":488.98,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":468.64,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":650.54,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":669.42,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":523.52,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":504.64,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":686.51,"y":435.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":703.96,"y":463.41}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":558.06,"y":463.41}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":540.6,"y":435.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":722.43,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":738.47,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":591.37,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":590.4,"y":514.77}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":576.53,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":716.86,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":699.44,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":606.96,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":600.38,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 16","pathPoints":[{"type":"corner","p":{"coord":{"x":673.76,"y":606.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":658.02,"y":627.74}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":622.47,"y":627.74}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":616.56,"y":606.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]}]},"glyph-0x57":{"id":"glyph-0x57","advanceWidth":1001,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":889.75,"y":703.18}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":1026.91,"y":521.42}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":879.14,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":693.05,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":691.93,"y":3.76}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":617.01,"y":400.16}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":434.29,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":247.86,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":215.19,"y":518.28}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":453.54,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":403.11,"y":520}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":412.83,"y":367.67}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":563.41,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":749.34,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":804.86,"y":403.89}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":887.77,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":881.86,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":939.02,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":923.32,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":872.26,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":865.72,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":982.09,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":964.67,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":575.44,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":568.64,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":736.71,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":733.87,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":552.08,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":542.58,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":747.48,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":743.55,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":527.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":516.57,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":758.28,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":753.91,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":502.1,"y":518.21}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":490.51,"y":492.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":769.08,"y":492.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":764.26,"y":518.21}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":424.57,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":428.83,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":408.38,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":414.29,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":214.78,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":392.16,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":398.7,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":197.32,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":233.92,"y":518.21}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":235.49,"y":492.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":386.1,"y":492.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":384.49,"y":518.21}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":237.36,"y":463.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":239.12,"y":435.78}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":389.77,"y":435.78}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":388.01,"y":463.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":240.8,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":242.7,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":393.39,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":391.48,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":534.55,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":550.32,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":247.71,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":249.88,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 15","pathPoints":[{"type":"corner","p":{"coord":{"x":560.6,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":575.33,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":244.27,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":246.29,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 16","pathPoints":[{"type":"corner","p":{"coord":{"x":586.66,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":600.38,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":452.12,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":438.44,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 17","pathPoints":[{"type":"corner","p":{"coord":{"x":624.45,"y":461.46}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":629.35,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":779.85,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":774.61,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":477.09,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":464.45,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":612.71,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 18","pathPoints":[{"type":"corner","p":{"coord":{"x":934.69,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":944.48,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":655.1,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":661.65,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 19","pathPoints":[{"type":"corner","p":{"coord":{"x":950.83,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":959.96,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":644.75,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":650.84,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 20","pathPoints":[{"type":"corner","p":{"coord":{"x":966.98,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":975.51,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":825.68,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":822.88,"y":398.81}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":786.54,"y":400.46}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":784.97,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":634.43,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":640.08,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 21","pathPoints":[{"type":"corner","p":{"coord":{"x":983.17,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":991.02,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":841.19,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":833.34,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 22","pathPoints":[{"type":"corner","p":{"coord":{"x":849.53,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":999.32,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":1006.38,"y":517.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":1005.97,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":856.71,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]}]},"glyph-0x58":{"id":"glyph-0x58","advanceWidth":715,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":502.99,"y":261.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":535.96,"y":181.29}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":658.65,"y":181.29}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":607.02,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":421.68,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":420.11,"y":2.86}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":369.83,"y":125.4}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":247.15,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":55,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":313.13,"y":263.71}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":209.17,"y":517.2}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":73.02,"y":697.57}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":446.69,"y":697.57}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":396.49,"y":520.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":446.24,"y":399.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":566.28,"y":522.44}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":617.64,"y":703.18}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":755.81,"y":520.16}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":753,"y":517.28}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":615.66,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":609.72,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":666.91,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":651.21,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":600.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":593.49,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":709.97,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":692.55,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":582.99,"y":512.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":563.44,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":702.95,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":727.81,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":584.52,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":534.73,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":507.66,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":647.17,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":674.24,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":481.12,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":451.81,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":591.36,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":620.67,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":110.55,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":121.8,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":417.72,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":421.98,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":149.17,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":164.87,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":401.53,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":407.44,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":207.97,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":385.31,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":391.89,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":190.51,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":228.98,"y":518.21}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":239.37,"y":492.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":387.82,"y":492.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":377.39,"y":518.21}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":251.44,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":262.81,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":411.29,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":399.89,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":273.87,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":286.17,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":434.66,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":422.36,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":309.57,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":535.55,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":567.1,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":296.34,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 14","pathPoints":[{"type":"corner","p":{"coord":{"x":332.98,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":481.53,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":481.01,"y":265.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":513.53,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":318.81,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]}]},"glyph-0x59":{"id":"glyph-0x59","advanceWidth":730,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":618.03,"y":703.18}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":755.3,"y":521.42}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":607.53,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":61,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":112.22,"y":181.25}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":470.71,"y":181.25}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":492.54,"y":257.92}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":134.42,"y":257.92}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":208.06,"y":519.18}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":73.45,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":447.12,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":374,"y":439.22}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":543.34,"y":439.22}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":566.48,"y":521.8}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":616.05,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":610.11,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":667.3,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":651.6,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":600.46,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":593.88,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":710.37,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":692.95,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":369.74,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":376.92,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":227.17,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":220.03,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":110.94,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":122.23,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":418.19,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":422.41,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":149.56,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":165.26,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":402,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":407.91,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":190.9,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":208.32,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":385.89,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":392.43,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":211.73,"y":463.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":203.95,"y":435.78}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":353.63,"y":435.78}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":361.44,"y":463.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":662.97,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":672.76,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":165.41,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":159.05,"y":276.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":517.25,"y":276.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":513.81,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 10","pathPoints":[{"type":"corner","p":{"coord":{"x":679.15,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":688.27,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":180.85,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":171.76,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 11","pathPoints":[{"type":"corner","p":{"coord":{"x":695.3,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":703.79,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":196.29,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":187.84,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 12","pathPoints":[{"type":"corner","p":{"coord":{"x":711.45,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":719.3,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":569.55,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":561.77,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 13","pathPoints":[{"type":"corner","p":{"coord":{"x":577.77,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":727.68,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":734.7,"y":517.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":734.29,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":584.91,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":584.5,"y":516.75}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]}]},"glyph-0x5A":{"id":"glyph-0x5A","advanceWidth":714,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":621.46,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":755.78,"y":519.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":335.45,"y":181.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":657.5,"y":181.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":606.66,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":110.79,"y":179.34}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":111.94,"y":180.28}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":528.72,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":215.57,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":213.96,"y":510.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":209.74,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":206.26,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.19,"y":519.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.58,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":110.08,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.33,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":623.41,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":612.16,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":148.69,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.39,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":666.47,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":650.77,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":207.46,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":709.54,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.08,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":190,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":409.02,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":451.94,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":289.36,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":246.45,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6","pathPoints":[{"type":"corner","p":{"coord":{"x":479.86,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":519.9,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":357.36,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":317.28,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7","pathPoints":[{"type":"corner","p":{"coord":{"x":550.7,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":587.93,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":425.36,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":388.12,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8","pathPoints":[{"type":"corner","p":{"coord":{"x":621.54,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":655.89,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":493.36,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":459,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9","pathPoints":[{"type":"corner","p":{"coord":{"x":529.84,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.42,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":723.93,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":561.39,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0xA0":{"id":"glyph-0xA0","advanceWidth":393},"glyph-0xAD":{"id":"glyph-0xAD"},"glyph-0x61":{"id":"glyph-0x61","advanceWidth":729,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":621.37,"y":697.57}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":754.3,"y":521.46}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":606.53,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":418.12,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":466.76,"y":171.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":297.38,"y":171.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":248.41,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":206.95,"y":519.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.57}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":121.31,"y":663.96}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":623.31,"y":663.96}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":612.06,"y":678.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":164.34,"y":606.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":666.38,"y":606.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":650.68,"y":627.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":189.94,"y":572.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":207.36,"y":549.83}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":709.48,"y":549.83}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":394.57,"y":515.85}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":348.59,"y":353.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":517.97,"y":353.24}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":563.91,"y":515.85}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.63,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.21}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":226.05,"y":518.21}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":218.88,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.58,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":202.73,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":352.52,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":360.33,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":195.06,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":186.58,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":336.37,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":344.85,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":662.04,"y":264.61}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":671.84,"y":299.15}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":164.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":154.32,"y":264.61}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":678.23,"y":321.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":687.35,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":537.56,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":532.1,"y":334.59}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":323.88,"y":334.59}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":329.38,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":179.59,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":170.47,"y":321.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":694.38,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":702.86,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":553.04,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":544.55,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":710.56,"y":435.74}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":718.38,"y":463.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":568.51,"y":463.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":560.7,"y":435.74}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":576.81,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":726.71,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":733.78,"y":517.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":733.37,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":583.99,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]}]},"glyph-0x62":{"id":"glyph-0x62","advanceWidth":710,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":680.7,"y":261.24}},"h1":{"coord":{"x":700.13,"y":329.5}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":680.58,"y":260.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":656.43,"y":175.3}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":627.35,"y":73.1}}},{"type":"corner","p":{"coord":{"x":427.54,"y":0.24}},"h1":{"coord":{"x":533.48,"y":1.7}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":427.47,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":206.84,"y":519.59}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.57}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":489,"y":697.57}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":533.26,"y":697.57}}},{"type":"corner","p":{"coord":{"x":600.66,"y":641.98}},"h1":{"coord":{"x":573.97,"y":677.31}},"h2":{"coord":{"x":627.35,"y":606.69}}},{"type":"corner","p":{"coord":{"x":623.61,"y":519.41}},"h1":{"coord":{"x":635.72,"y":562.02}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":597.93,"y":428.64}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":663.87,"y":402.17}}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":596.66,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":603.87,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":453.93,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":446.76,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":394.61,"y":515.85}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":439.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":412.25,"y":439.41}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":433.86,"y":515.85}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.63,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":375.81,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":225.87,"y":518.17}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":218.69,"y":492.79}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":438.42,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":430.61,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":580.51,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":588.32,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":121.31,"y":663.96}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":546.61,"y":663.96}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":529.19,"y":673.42}}},{"type":"corner","p":{"coord":{"x":488.96,"y":678.88}},"h1":{"coord":{"x":509.63,"y":678.88}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.67,"y":627.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":164.37,"y":606.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":599.76,"y":606.88}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":596.47,"y":614.17}}},{"type":"corner","p":{"coord":{"x":587.46,"y":627.7}},"h1":{"coord":{"x":592.21,"y":621.05}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":190.02,"y":572.94}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":207.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":609.78,"y":549.83}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":610.3,"y":557.61}}},{"type":"corner","p":{"coord":{"x":608.77,"y":572.94}},"h1":{"coord":{"x":609.74,"y":565.27}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.39,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":202.61,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":352.52,"y":435.78}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":360.33,"y":463.44}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":194.95,"y":408.68}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":186.47,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":636.06,"y":378.7}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":625.11,"y":391.18}}},{"type":"corner","p":{"coord":{"x":596.02,"y":408.68}},"h1":{"coord":{"x":611.69,"y":401.5}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":179.48,"y":353.91}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":170.35,"y":321.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":664.32,"y":321.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":662.04,"y":332.87}}},{"type":"corner","p":{"coord":{"x":653.33,"y":353.91}},"h1":{"coord":{"x":658.57,"y":343.75}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":469.37,"y":181.28}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":490.98,"y":257.73}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":321.64,"y":257.73}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":299.92,"y":181.28}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":662.23,"y":264.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":662.71,"y":266.37}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":665.78,"y":277.21}}},{"type":"corner","p":{"coord":{"x":666.6,"y":299.19}},"h1":{"coord":{"x":666.71,"y":288.23}},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":163.96,"y":299.19}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":154.2,"y":264.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":304.18,"y":264.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":307.51,"y":276.46}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":515.69,"y":276.46}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}},{"type":"corner","p":{"coord":{"x":512.36,"y":264.65}},"h1":{"coord":{"x":100,"y":697.55},"use":false},"h2":{"coord":{"x":-100,"y":697.55},"use":false}}]}]},"glyph-0x63":{"id":"glyph-0x63","advanceWidth":715,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":300,"y":181.28}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":658.15,"y":181.28}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":606.53,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":206.99,"y":519.4}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":621.37,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":758.49,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":394.53,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.59,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":226.02,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":218.84,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.87}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":121.27,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":623.35,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":612.1,"y":678.87}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":164.34,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":666.42,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":650.71,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":189.94,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":207.4,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":709.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.54,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":202.73,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":352.48,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":360.29,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":195.06,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":186.54,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":336.33,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":344.82,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":179.55,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":170.43,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":320.22,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":329.34,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":164.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":154.32,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":304.14,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":313.9,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]}]},"glyph-0x64":{"id":"glyph-0x64","advanceWidth":726,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":753.76,"y":519.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":656.57,"y":175.34}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":627.48,"y":73.1}}},{"type":"corner","p":{"coord":{"x":427.6,"y":0.06}},"h1":{"coord":{"x":533.58,"y":1.44}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":427.6,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.12,"y":519.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.62,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":621.5,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":754.39,"y":521.5}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":678.51,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":687.59,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":537.5,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":528.34,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":694.62,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.07,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":553.02,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":544.53,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":710.73,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":718.55,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":568.57,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":560.72,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":733.87,"y":517.65}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":733.5,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":584.12,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":576.9,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":726.84,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.15,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.4,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":623.48,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":612.23,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.77,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.47,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":666.55,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":650.85,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":190.07,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.53,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":709.57,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.15,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":375.94,"y":518.21}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":226.18,"y":518.21}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":219.01,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":368.76,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.67,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":202.86,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":352.61,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":360.42,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":195.19,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":186.67,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":336.46,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":344.95,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":179.72,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":170.6,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":320.39,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":329.51,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":164.2,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.41,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":304.24,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":314,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":300.13,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":469.13,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":564.04,"y":515.86}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":394.7,"y":515.86}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 15 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":512.2,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":662.4,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":672.15,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":521.99,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x65":{"id":"glyph-0x65","advanceWidth":716,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":300,"y":181.28}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":658.12,"y":181.28}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":606.49,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":206.99,"y":519.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":621.37,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":758.49,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":394.5,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":372.89,"y":439.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":625.22,"y":439.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":573.6,"y":257.69}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":321.6,"y":257.69}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.59,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":226.05,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":218.88,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":121.27,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":623.35,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":612.1,"y":678.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":164.34,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":666.42,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":650.71,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":189.94,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":207.4,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":709.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.58,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":202.73,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":352.48,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":360.29,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":195.06,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":186.58,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":588.55,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":597.07,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":179.59,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":170.43,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":572.32,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":581.52,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":164.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":154.32,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":304.14,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":307.47,"y":276.38}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":559.46,"y":276.38}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":565.93,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]}]},"glyph-0x66":{"id":"glyph-0x66","advanceWidth":700,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":394.53,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":372.89,"y":439.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":625.22,"y":439.37}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":573.6,"y":257.69}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":321.6,"y":257.69}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":248.37,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.02}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":158.88,"y":349.84}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":206.95,"y":519.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":72.52,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":621.41,"y":697.53}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":758.52,"y":515.85}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.59,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":225.98,"y":518.17}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":218.8,"y":492.79}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":121.27,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":623.35,"y":663.96}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":612.1,"y":678.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":164.34,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":666.42,"y":606.88}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":650.71,"y":627.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":189.94,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":207.4,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":709.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.93}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.5,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":202.65,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":352.48,"y":435.78}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":360.29,"y":463.44}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":559.46,"y":276.38}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":565.97,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":164.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":154.28,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":304.14,"y":264.61}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":307.47,"y":276.38}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":572.32,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":581.52,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":179.51,"y":353.91}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":170.39,"y":321.65}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":597.07,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":195.03,"y":408.68}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":186.54,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}},{"type":"corner","p":{"coord":{"x":588.55,"y":378.7}},"h1":{"coord":{"x":100,"y":697.51},"use":false},"h2":{"coord":{"x":-100,"y":697.51},"use":false}}]}]},"glyph-0x67":{"id":"glyph-0x67","advanceWidth":721,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":681.39,"y":264.05}},"h1":{"coord":{"x":692.68,"y":304.98}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":680.9,"y":260.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":656.6,"y":175.34}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":626.62,"y":72.13}}},{"type":"corner","p":{"coord":{"x":424.46,"y":0.02}},"h1":{"coord":{"x":531.15,"y":0.02}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":206.97,"y":519.59}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.66,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":621.54,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":758.69,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":394.74,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":373.17,"y":439.63}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":544.08,"y":439.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":589.2,"y":439.26}}},{"type":"corner","p":{"coord":{"x":658.1,"y":382.55}},"h1":{"coord":{"x":630.77,"y":418.59}},"h2":{"coord":{"x":684.19,"y":348.12}}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.76,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":375.94,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":226,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":218.82,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.19,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.44,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":623.48,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":612.23,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.77,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.47,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":666.51,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":650.81,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":190.11,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.53,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":709.61,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.15,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.52,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":202.71,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":352.65,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":360.46,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":195.05,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":186.6,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":636.04,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":624.72,"y":391.37}}},{"type":"corner","p":{"coord":{"x":596.57,"y":408.68}},"h1":{"coord":{"x":611.52,"y":401.69}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":179.57,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":170.45,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":665.43,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":663.26,"y":332.87}}},{"type":"corner","p":{"coord":{"x":653.5,"y":353.92}},"h1":{"coord":{"x":658.92,"y":343.6}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":469.51,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":491.15,"y":257.55}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":321.81,"y":257.55}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":300.16,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":662.58,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":663.37,"y":269.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":666.14,"y":279}}},{"type":"corner","p":{"coord":{"x":667.18,"y":299.15}},"h1":{"coord":{"x":667.14,"y":289.1}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.06,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.3,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":304.35,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":307.64,"y":276.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":515.86,"y":276.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":512.57,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x68":{"id":"glyph-0x68","advanceWidth":730,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":618.24,"y":703.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":755.43,"y":521.5}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":607.66,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":419.25,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":467.85,"y":171.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":298.51,"y":171.98}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":249.54,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":61.13,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":160.01,"y":349.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":208.04,"y":519.49}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":73.62,"y":697.57}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":447.29,"y":697.57}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":349.72,"y":353.28}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":519.06,"y":353.28}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":616.3,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":610.43,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":667.55,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":651.85,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":600.78,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":594.2,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":710.57,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":693.15,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":369.83,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":377.01,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":227.11,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":219.93,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":111.11,"y":678.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":122.4,"y":663.97}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":418.36,"y":663.97}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":422.58,"y":678.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":149.73,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":165.43,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":402.17,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":408.08,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":191.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":208.53,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":386.02,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.56,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":211.6,"y":463.45}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":203.78,"y":435.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":353.65,"y":435.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":361.5,"y":463.45}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":196.12,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":187.67,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":337.5,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":345.99,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":663.17,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":672.97,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":165.17,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":155.41,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":679.36,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":688.48,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":538.69,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":533.23,"y":334.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":325.05,"y":334.59}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":330.51,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":180.68,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":171.56,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":695.51,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":704.03,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":554.24,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":545.72,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":711.66,"y":435.75}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":719.51,"y":463.41}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":569.72,"y":463.41}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":561.87,"y":435.75}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":578.05,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":727.84,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":734.87,"y":517.65}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":734.46,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":585.23,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x69":{"id":"glyph-0x69","advanceWidth":372,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":267.09,"y":693.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":397.18,"y":521.46}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":249.41,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":61,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":159.88,"y":349.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":207.95,"y":519.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":73.52,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":258.42,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":260.02,"y":703.18}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":264.29,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":268.14,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":111.06,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":122.31,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":266.23,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":254.98,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":149.67,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":165.37,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":309.29,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":293.59,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":190.98,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":208.4,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":352.32,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":334.9,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":304.96,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":314.75,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":165.07,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":155.32,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":321.11,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":330.23,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":180.55,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":171.43,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":337.29,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":345.78,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":196.06,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":187.58,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":353.44,"y":435.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":361.26,"y":463.41}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":211.5,"y":463.41}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":203.69,"y":435.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":219.84,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":369.63,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":376.66,"y":517.65}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":376.25,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":227.02,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]}]},"glyph-0x6A":{"id":"glyph-0x6A","advanceWidth":566,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":461.17,"y":693.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":591.3,"y":521.42}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":443.53,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":-103,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":-51.75,"y":181.25}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":306.37,"y":181.25}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":354,"y":349.84}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":402.03,"y":519.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":267.61,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":452.5,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":454.07,"y":703.18}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":458.33,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":462.22,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":305.14,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":316.39,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":460.31,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":449.06,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":343.76,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":359.42,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":503.38,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":487.68,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":385.06,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":402.48,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":546.44,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":529.02,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":499.04,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":508.84,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":359.16,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":349.36,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":515.23,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":524.39,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":374.67,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":365.51,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":531.38,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":539.9,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":390.15,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":381.66,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":547.53,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":555.34,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":405.59,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":397.77,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":413.92,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":563.71,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":570.74,"y":517.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":570.33,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":421.1,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]}]},"glyph-0x6B":{"id":"glyph-0x6B","advanceWidth":705,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":678.48,"y":515.86}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":445.07,"y":233.28}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":613.1,"y":-0.02}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":422.97,"y":-0.02}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":296.77,"y":166.29}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":249.41,"y":-0.02}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":61,"y":-0.02}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":159.88,"y":349.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":207.95,"y":519.44}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":73.49,"y":697.53}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":447.16,"y":697.53}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":354.15,"y":369.39}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":620.13,"y":700.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":759.49,"y":515.86}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":619.68,"y":670.06}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":614.78,"y":663.93}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":624.31,"y":663.93}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":585.66,"y":627.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":568.95,"y":606.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":667.38,"y":606.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":651.68,"y":627.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":541.66,"y":572.94}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":523.12,"y":549.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":710.44,"y":549.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":693.02,"y":572.94}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":497.66,"y":518.21}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":477.29,"y":492.83}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":635.19,"y":492.83}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":656.16,"y":518.21}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":453.7,"y":463.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":431.5,"y":435.78}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":588.09,"y":435.78}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":610.97,"y":463.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":409.7,"y":408.68}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":385.63,"y":378.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":540.95,"y":378.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":565.7,"y":408.68}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":369.7,"y":492.79}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":376.92,"y":518.17}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":226.98,"y":518.17}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":219.8,"y":492.79}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":111.02,"y":678.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":122.27,"y":663.96}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":418.23,"y":663.96}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":422.45,"y":678.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":149.63,"y":627.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":165.34,"y":606.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":402.04,"y":606.88}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":407.95,"y":627.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":190.98,"y":572.94}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":208.4,"y":549.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":385.89,"y":549.84}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":392.43,"y":572.94}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":211.5,"y":463.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":203.69,"y":435.78}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":353.55,"y":435.78}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":361.4,"y":463.45}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":196.03,"y":408.68}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":187.58,"y":378.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":337.41,"y":378.7}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":345.89,"y":408.68}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":180.51,"y":353.92}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":171.39,"y":321.66}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":493.81,"y":321.66}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":520.47,"y":353.92}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]},{"name":"Path 15 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":155.28,"y":264.61}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":446.71,"y":264.61}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":475.23,"y":299.15}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}},{"type":"corner","p":{"coord":{"x":165.04,"y":299.15}},"h1":{"coord":{"x":100,"y":700.43},"use":false},"h2":{"coord":{"x":-100,"y":700.43},"use":false}}]}]},"glyph-0x6C":{"id":"glyph-0x6C","advanceWidth":702,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":478.78,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":478.78,"y":181.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":658.25,"y":181.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":606.66,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":159.01,"y":349.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.08,"y":519.48}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.62,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":446.29,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":300.13,"y":181.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.87,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":376.05,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":226.07,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":218.9,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.11,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.4,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":417.36,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":421.58,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.73,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.43,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":401.17,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":407.08,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":190.07,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.49,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":385.02,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":391.56,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.6,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":202.78,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":352.72,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":360.57,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":195.12,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":186.63,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":336.57,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":345.06,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":179.61,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":170.49,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":320.43,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":329.55,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":164.13,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":154.37,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":304.28,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":314.07,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x6D":{"id":"glyph-0x6D","advanceWidth":816,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":706.27,"y":700.75}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":841.56,"y":521.5}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":693.53,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":505.16,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":581.79,"y":270.48}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":412.11,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":308.53,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":321.76,"y":254.26}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":249.54,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":61.13,"y":0.02}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":207.97,"y":520.01}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":73.62,"y":697.57}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":445.27,"y":697.57}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":445.8,"y":693.05}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":456.11,"y":355.45}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":706.61,"y":669.31}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":702.72,"y":663.97}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":710.65,"y":663.97}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":676.48,"y":627.71}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":661.38,"y":606.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":753.71,"y":606.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":738.01,"y":627.71}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":636.82,"y":572.94}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":620.07,"y":549.84}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":796.78,"y":549.84}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":779.36,"y":572.94}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":433.27,"y":492.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":432.49,"y":518.18}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":226.89,"y":518.18}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":219.71,"y":492.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":111.19,"y":678.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":122.48,"y":663.97}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":428.04,"y":663.97}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":427.59,"y":678.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":149.92,"y":627.71}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":165.65,"y":606.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":429.8,"y":606.88}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":429.16,"y":627.71}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":191.34,"y":572.94}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":208.83,"y":549.84}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":431.55,"y":549.84}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":430.84,"y":572.94}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":211.41,"y":463.45}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":203.56,"y":435.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":434.95,"y":435.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":434.13,"y":463.45}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":195.97,"y":408.68}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":187.52,"y":378.7}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":436.75,"y":378.7}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":435.85,"y":408.68}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":180.49,"y":353.92}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":171.37,"y":321.66}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":438.47,"y":321.66}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":437.5,"y":353.92}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":749.23,"y":264.61}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":758.98,"y":299.15}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":164.98,"y":299.15}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":155.22,"y":264.61}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":556.04,"y":264.61}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":565.94,"y":280.39}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":599.77,"y":265.36}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":599.55,"y":264.61}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":765.45,"y":321.66}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":774.61,"y":353.92}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":478.13,"y":353.92}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":454.77,"y":321.66}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":781.64,"y":378.7}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":790.12,"y":408.68}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":517.79,"y":408.68}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":496.11,"y":378.7}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 15 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":797.82,"y":435.75}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":805.67,"y":463.41}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":557.46,"y":463.41}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":537.42,"y":435.75}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]},{"name":"Path 16 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":578.73,"y":492.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":813.97,"y":492.79}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":821.04,"y":517.65}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":820.63,"y":518.18}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}},{"type":"corner","p":{"coord":{"x":597.12,"y":518.18}},"h1":{"coord":{"x":100,"y":700.77},"use":false},"h2":{"coord":{"x":-100,"y":700.77},"use":false}}]}]},"glyph-0x6E":{"id":"glyph-0x6E","advanceWidth":731,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":759.66,"y":515.85}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":759.66,"y":515.89}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":753.41,"y":515.89}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":607.25,"y":0.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":421.35,"y":0.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":420.49,"y":3.64}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":343.14,"y":330.25}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":249.54,"y":0.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":61.13,"y":0.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":160.01,"y":349.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":208.08,"y":519.48}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":73.66,"y":697.57}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":444.82,"y":697.57}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":522.8,"y":367.6}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":617.87,"y":703.25}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":623.88,"y":695.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":615.88,"y":627.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":609.94,"y":606.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":667.47,"y":606.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":651.77,"y":627.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":600.37,"y":572.94}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":593.79,"y":549.83}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":710.54,"y":549.83}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":693.12,"y":572.94}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":473.98,"y":492.79}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":467.96,"y":518.17}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":227.11,"y":518.17}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":219.93,"y":492.79}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":111.15,"y":678.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":122.4,"y":663.96}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":433.53,"y":663.96}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":430.02,"y":678.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":149.77,"y":627.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":165.43,"y":606.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":446.99,"y":606.88}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":442.09,"y":627.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":191.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":208.53,"y":549.83}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":460.49,"y":549.83}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":455.03,"y":572.94}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":211.6,"y":463.44}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":203.78,"y":435.78}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":487.44,"y":435.78}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":480.9,"y":463.44}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":305.09,"y":264.61}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":314.88,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":165.13,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":155.37,"y":264.61}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":321.28,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":330.43,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":180.64,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":171.52,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":344.75,"y":404.49}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":350.88,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":500.97,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":493.91,"y":408.68}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":196.16,"y":408.68}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":187.67,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":337.46,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":356.71,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":364.34,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":514.39,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":506.77,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":662.8,"y":264.61}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":672.56,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":522.8,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":521.12,"y":293.21}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":519.74,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":369.69,"y":299.15}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":377.87,"y":264.61}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":678.95,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":688.07,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":538.32,"y":353.91}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":529.2,"y":321.65}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 15 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":695.13,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":703.62,"y":408.68}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":553.87,"y":408.68}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":545.38,"y":378.7}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 16 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":711.28,"y":435.74}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":719.13,"y":463.41}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":569.38,"y":463.41}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":561.53,"y":435.74}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]},{"name":"Path 17 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":727.43,"y":492.79}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":734.57,"y":518.02}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":734.46,"y":518.17}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":584.86,"y":518.17}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}},{"type":"corner","p":{"coord":{"x":577.68,"y":492.79}},"h1":{"coord":{"x":100,"y":703.27},"use":false},"h2":{"coord":{"x":-100,"y":703.27},"use":false}}]}]},"glyph-0x6F":{"id":"glyph-0x6F","advanceWidth":733,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":761.64,"y":521.5}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":663.78,"y":175.31}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":634.36,"y":72.13}}},{"type":"corner","p":{"coord":{"x":431.63,"y":0.06}},"h1":{"coord":{"x":538.92,"y":0.06}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":252.2,"y":0.06}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":207.9,"y":0.06}}},{"type":"corner","p":{"coord":{"x":140.58,"y":55.54}},"h1":{"coord":{"x":167.23,"y":20.28}},"h2":{"coord":{"x":113.92,"y":90.79}}},{"type":"corner","p":{"coord":{"x":117.62,"y":177.92}},"h1":{"coord":{"x":105.59,"y":135.38}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":214.33,"y":519.45}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":628.75,"y":697.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":685.72,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":694.84,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":544.71,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":535.56,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":701.87,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":710.35,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":560.3,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":551.78,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":717.98,"y":435.75}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":725.83,"y":463.41}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":574.43,"y":463.41}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":574.06,"y":459.45}}},{"type":"corner","p":{"coord":{"x":572.49,"y":451.6}},"h1":{"coord":{"x":573.61,"y":455.52}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":567.97,"y":435.75}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":741.12,"y":517.65}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":740.71,"y":518.18}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":552.71,"y":518.18}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":555.97,"y":515.3}}},{"type":"corner","p":{"coord":{"x":561.76,"y":508.68}},"h1":{"coord":{"x":559.07,"y":512.23}},"h2":{"coord":{"x":565.5,"y":503.75}}},{"type":"corner","p":{"coord":{"x":570.36,"y":492.79}},"h1":{"coord":{"x":568.19,"y":498.36}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":734.09,"y":492.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":630.69,"y":663.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":619.44,"y":678.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.71}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":673.76,"y":606.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":658.06,"y":627.71}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":197.36,"y":572.94}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":214.78,"y":549.84}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":716.82,"y":549.84}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":699.4,"y":572.94}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":397.62,"y":518.21}},"h1":{"coord":{"x":389.24,"y":511.52}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":233.4,"y":518.21}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":226.22,"y":492.83}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":378.14,"y":492.83}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":382.96,"y":502.66}}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":217.92,"y":463.45}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":210.11,"y":435.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":359.86,"y":435.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":367.67,"y":463.45}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":202.41,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":193.92,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":343.71,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":352.2,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":186.89,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":177.77,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":327.6,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":336.72,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":311.49,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":321.28,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":171.42,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":161.62,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":367.19,"y":181.29}},"h1":{"coord":{"x":352.87,"y":181.29}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":444.49,"y":181.29}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":463.26,"y":181.29}}},{"type":"corner","p":{"coord":{"x":485.05,"y":211.98}},"h1":{"coord":{"x":479.93,"y":193.89}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":554.51,"y":456.76}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":558.55,"y":470.89}}},{"type":"corner","p":{"coord":{"x":546.88,"y":497.43}},"h1":{"coord":{"x":555.74,"y":485.73}},"h2":{"coord":{"x":537.99,"y":509.17}}},{"type":"corner","p":{"coord":{"x":509.8,"y":515.9}},"h1":{"coord":{"x":524.49,"y":515.9}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":443.22,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":418.92,"y":515.9}}},{"type":"corner","p":{"coord":{"x":390.7,"y":476.16}},"h1":{"coord":{"x":397.32,"y":499.56}},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":323.64,"y":238.86}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":319.75,"y":225.06}}},{"type":"corner","p":{"coord":{"x":331.11,"y":199.23}},"h1":{"coord":{"x":322.48,"y":210.63}},"h2":{"coord":{"x":339.75,"y":187.83}}}]},{"name":"Path 15 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":519.41,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":669.65,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":679.4,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":529.2,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x70":{"id":"glyph-0x70","advanceWidth":714,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":754.39,"y":521.5}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":705.46,"y":347.08}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":676.42,"y":245.06}}},{"type":"corner","p":{"coord":{"x":476.57,"y":172.02}},"h1":{"coord":{"x":582.55,"y":173.4}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":476.57,"y":171.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":297.51,"y":171.98}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":248.54,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":159.01,"y":349.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.04,"y":519.48}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.62,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":621.5,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":710.92,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":718.66,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":568.61,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":560.79,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":394.7,"y":515.86}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":348.76,"y":353.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":518.1,"y":353.24}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":564.04,"y":515.86}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.76,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":375.94,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":226.15,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":218.97,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":733.87,"y":517.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":733.46,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":584.12,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":576.94,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":726.92,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.15,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.4,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":623.45,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":612.19,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.73,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.47,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":666.51,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":650.81,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":190.07,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.53,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":709.57,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.15,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.63,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":202.86,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":352.65,"y":435.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":360.46,"y":463.45}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":195.16,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":186.67,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":336.5,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":344.99,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":154.41,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":638.29,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":647.89,"y":275.19}}},{"type":"corner","p":{"coord":{"x":663.67,"y":299.15}},"h1":{"coord":{"x":656.23,"y":286.85}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.17,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":687.44,"y":352.09}},"h1":{"coord":{"x":684.42,"y":341.54}},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":688,"y":353.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":537.69,"y":353.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":532.23,"y":334.63}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":324.05,"y":334.63}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":329.51,"y":353.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":179.68,"y":353.95}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":170.56,"y":321.69}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":676,"y":321.69}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":680.45,"y":331.49}}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":694.92,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":703.33,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":553.17,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":544.68,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x71":{"id":"glyph-0x71","advanceWidth":733,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":761.64,"y":521.5}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":663.78,"y":175.34}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":634.66,"y":73.1}}},{"type":"corner","p":{"coord":{"x":434.62,"y":0.32}},"h1":{"coord":{"x":540.68,"y":1.66}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":400.87,"y":-118.11}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":212.09,"y":-118.11}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":246.33,"y":0.73}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":204.35,"y":2.45}}},{"type":"corner","p":{"coord":{"x":140.58,"y":55.53}},"h1":{"coord":{"x":166.03,"y":21.85}},"h2":{"coord":{"x":113.92,"y":90.78}}},{"type":"corner","p":{"coord":{"x":117.62,"y":177.92}},"h1":{"coord":{"x":105.59,"y":135.38}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":214.33,"y":519.44}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.57}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":628.75,"y":697.57}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":685.72,"y":321.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":694.84,"y":353.91}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":544.71,"y":353.91}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":535.56,"y":321.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":701.87,"y":378.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":710.35,"y":408.68}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":560.3,"y":408.68}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":551.78,"y":378.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":717.98,"y":435.74}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":725.83,"y":463.41}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":574.43,"y":463.41}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":574.06,"y":459.44}}},{"type":"corner","p":{"coord":{"x":572.49,"y":451.59}},"h1":{"coord":{"x":573.61,"y":455.52}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":567.97,"y":435.74}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":741.12,"y":517.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":740.71,"y":518.17}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":552.71,"y":518.17}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":555.97,"y":515.33}}},{"type":"corner","p":{"coord":{"x":561.76,"y":508.71}},"h1":{"coord":{"x":559.07,"y":512.27}},"h2":{"coord":{"x":565.5,"y":503.78}}},{"type":"corner","p":{"coord":{"x":570.36,"y":492.79}},"h1":{"coord":{"x":568.19,"y":498.36}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":734.09,"y":492.79}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.96}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":630.69,"y":663.96}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":619.44,"y":678.88}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":673.76,"y":606.88}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":658.06,"y":627.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":197.36,"y":572.94}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":214.78,"y":549.83}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":716.82,"y":549.83}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":699.4,"y":572.94}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":397.62,"y":518.21}},"h1":{"coord":{"x":389.24,"y":511.52}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":233.4,"y":518.21}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":226.22,"y":492.83}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":378.14,"y":492.83}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":382.96,"y":502.66}}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":217.92,"y":463.44}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":210.11,"y":435.78}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":359.86,"y":435.78}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":367.67,"y":463.44}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":202.41,"y":408.68}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":193.92,"y":378.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":343.71,"y":378.7}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":352.2,"y":408.68}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":186.89,"y":353.91}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":177.77,"y":321.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":327.6,"y":321.65}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":336.72,"y":353.91}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":311.49,"y":264.61}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":321.28,"y":299.15}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":171.42,"y":299.15}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":161.62,"y":264.61}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":367.19,"y":181.28}},"h1":{"coord":{"x":352.87,"y":181.28}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":444.49,"y":181.28}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":463.22,"y":181.28}}},{"type":"corner","p":{"coord":{"x":485.05,"y":211.97}},"h1":{"coord":{"x":479.93,"y":193.88}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":554.51,"y":456.75}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":558.55,"y":470.88}}},{"type":"corner","p":{"coord":{"x":546.88,"y":497.46}},"h1":{"coord":{"x":555.74,"y":485.76}},"h2":{"coord":{"x":537.99,"y":509.16}}},{"type":"corner","p":{"coord":{"x":509.8,"y":515.89}},"h1":{"coord":{"x":524.49,"y":515.89}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":443.22,"y":515.89}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":418.92,"y":515.89}}},{"type":"corner","p":{"coord":{"x":390.7,"y":476.15}},"h1":{"coord":{"x":397.32,"y":499.56}},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":323.64,"y":238.85}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":319.75,"y":225.06}}},{"type":"corner","p":{"coord":{"x":331.11,"y":199.23}},"h1":{"coord":{"x":322.48,"y":210.63}},"h2":{"coord":{"x":339.75,"y":187.83}}}]},{"name":"Path 15 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":519.41,"y":264.61}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":669.65,"y":264.61}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":679.4,"y":299.15}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}},{"type":"corner","p":{"coord":{"x":529.2,"y":299.15}},"h1":{"coord":{"x":100,"y":579.46},"use":false},"h2":{"coord":{"x":-100,"y":579.46},"use":false}}]}]},"glyph-0x72":{"id":"glyph-0x72","advanceWidth":719,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":754.32,"y":521.61}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":705.35,"y":347.03}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":676.94,"y":246.85}}},{"type":"corner","p":{"coord":{"x":482.18,"y":172.09}},"h1":{"coord":{"x":585.73,"y":175.82}},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":612.27,"y":0.13}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":421.62,"y":0.13}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":420.12,"y":2}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":295.64,"y":166.48}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":248.54,"y":0.13}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.13}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":158.82,"y":350.02}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":207.04,"y":519.37}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":72.47,"y":697.68}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":621.24,"y":697.68}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":694.88,"y":378.81}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":703.11,"y":408.71}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":553.2,"y":408.71}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":544.61,"y":378.81}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":394.7,"y":516}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":348.72,"y":353.39}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":518.06,"y":353.39}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":564.04,"y":516}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.54,"y":492.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":376.01,"y":518.24}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":226.11,"y":518.24}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":219.01,"y":492.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":710.96,"y":435.63}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":718.43,"y":463.29}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":568.53,"y":463.29}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":560.68,"y":435.63}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":733.76,"y":517.5}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":733.39,"y":518.24}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":583.86,"y":518.24}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":576.75,"y":492.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":727.03,"y":492.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.23,"y":678.99}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":121.44,"y":664.04}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":623.48,"y":664.04}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":612.27,"y":678.99}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.73,"y":627.77}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":164.43,"y":606.84}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":666.47,"y":606.84}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":650.77,"y":627.77}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":189.85,"y":572.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":207.42,"y":550.02}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":709.46,"y":550.02}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":691.89,"y":572.82}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.41,"y":463.29}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":202.56,"y":435.63}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":352.46,"y":435.63}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":360.31,"y":463.29}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":195.08,"y":408.71}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":186.48,"y":378.81}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":336.39,"y":378.81}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":344.99,"y":408.71}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":179.76,"y":353.76}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":170.41,"y":321.61}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":675.82,"y":321.61}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":680.3,"y":331.33}}},{"type":"corner","p":{"coord":{"x":687.41,"y":352.27}},"h1":{"coord":{"x":684.42,"y":341.8}},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":687.78,"y":353.76}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":537.5,"y":353.76}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":532.27,"y":334.7}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":324.05,"y":334.7}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":329.28,"y":353.76}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":154.34,"y":264.79}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":638.06,"y":264.79}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":647.78,"y":275.26}}},{"type":"corner","p":{"coord":{"x":663.48,"y":299.19}},"h1":{"coord":{"x":656,"y":286.85}},"h2":{"coord":{"x":-100,"y":697.81},"use":false}},{"type":"corner","p":{"coord":{"x":164.06,"y":299.19}},"h1":{"coord":{"x":100,"y":697.81},"use":false},"h2":{"coord":{"x":-100,"y":697.81},"use":false}}]}]},"glyph-0x73":{"id":"glyph-0x73","advanceWidth":730,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":542.83,"y":439.22}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":542.83,"y":439.18}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":731.61,"y":439.18}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":606.49,"y":-0.06}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":60,"y":-0.06}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":111.22,"y":181.24}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":469.56,"y":181.24}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":491.35,"y":257.91}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":133.46,"y":257.91}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":207.1,"y":519.18}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":72.49,"y":697.53}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":621.41,"y":697.53}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":758.52,"y":515.85}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":394.57,"y":515.85}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":373.08,"y":439.22}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":368.67,"y":492.78}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":375.77,"y":518.17}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":226.2,"y":518.17}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":219.06,"y":492.78}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.02,"y":678.87}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":121.27,"y":663.96}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":623.35,"y":663.96}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":612.1,"y":678.87}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.63,"y":627.7}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":164.37,"y":606.87}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":666.42,"y":606.87}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":650.71,"y":627.7}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":189.98,"y":572.93}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":207.4,"y":549.83}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":709.44,"y":549.83}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":692.02,"y":572.93}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":210.8,"y":463.44}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":202.99,"y":435.78}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":352.67,"y":435.78}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":360.44,"y":463.44}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":662.42,"y":264.6}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":672.25,"y":299.14}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":164.48,"y":299.14}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":158.13,"y":276.64}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":516.1,"y":276.64}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":512.66,"y":264.6}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":678.68,"y":321.65}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":687.87,"y":353.91}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":179.92,"y":353.91}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":170.84,"y":321.65}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":694.94,"y":378.69}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":703.46,"y":408.67}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":195.36,"y":408.67}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}},{"type":"corner","p":{"coord":{"x":186.91,"y":378.69}},"h1":{"coord":{"x":100,"y":697.47},"use":false},"h2":{"coord":{"x":-100,"y":697.47},"use":false}}]}]},"glyph-0x74":{"id":"glyph-0x74","advanceWidth":706,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":628.71,"y":697.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":765.83,"y":515.93}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":515.71,"y":515.93}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":369.54,"y":0.06}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":181.17,"y":0.06}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":280.05,"y":349.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":327.34,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":222.85,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":221.25,"y":510.29}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":217.02,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":213.55,"y":515.9}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":214.48,"y":519.26}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.57}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":630.69,"y":663.97}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":619.44,"y":678.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.71}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":673.76,"y":606.88}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":658.06,"y":627.71}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":425.13,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":434.89,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":285.13,"y":299.15}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":275.38,"y":264.61}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":441.28,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":450.4,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":300.61,"y":353.92}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":298.03,"y":344.8}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":291.49,"y":321.66}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":457.46,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":465.95,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":316.23,"y":408.68}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":307.71,"y":378.7}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":473.61,"y":435.75}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":481.46,"y":463.41}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":331.86,"y":463.41}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":323.97,"y":435.75}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":489.8,"y":492.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":496.98,"y":518.18}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":347.45,"y":518.18}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":340.23,"y":492.79}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":214.78,"y":549.84}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":716.82,"y":549.84}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":699.36,"y":572.94}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}},{"type":"corner","p":{"coord":{"x":197.32,"y":572.94}},"h1":{"coord":{"x":100,"y":697.63},"use":false},"h2":{"coord":{"x":-100,"y":697.63},"use":false}}]}]},"glyph-0x75":{"id":"glyph-0x75","advanceWidth":730,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":470.54,"y":181.29}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":618.24,"y":703.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":755.39,"y":521.5}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":607.62,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":61.13,"y":0.02}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":160.01,"y":349.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":208.08,"y":519.49}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":73.66,"y":697.57}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":447.33,"y":697.57}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":301.13,"y":181.29}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":369.87,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":377.05,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":227.07,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":219.9,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":111.11,"y":678.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":122.4,"y":663.97}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":418.36,"y":663.97}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":422.58,"y":678.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":149.73,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":165.43,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":402.17,"y":606.88}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":408.08,"y":627.71}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":191.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":208.53,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":386.06,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":392.6,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":211.6,"y":463.45}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":203.78,"y":435.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":353.76,"y":435.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":361.57,"y":463.45}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":196.12,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":187.63,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":337.57,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":346.06,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":180.64,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":171.52,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":321.46,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":330.58,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":165.17,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":155.41,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":305.31,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":315.07,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":663.17,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":672.97,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":523.33,"y":299.15}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":513.53,"y":264.61}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":679.32,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":688.44,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":538.8,"y":353.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":529.68,"y":321.66}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":695.51,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":703.99,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":554.32,"y":408.68}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":545.83,"y":378.7}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":711.66,"y":435.75}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":719.47,"y":463.41}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":569.79,"y":463.41}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":561.98,"y":435.75}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":734.87,"y":517.65}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":734.46,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":585.31,"y":518.18}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":578.13,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":727.84,"y":492.79}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 15 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":710.54,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":693.12,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":600.78,"y":572.94}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":594.24,"y":549.84}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]},{"name":"Path 16 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":667.51,"y":606.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":651.81,"y":627.74}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":616.33,"y":627.74}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}},{"type":"corner","p":{"coord":{"x":610.43,"y":606.92}},"h1":{"coord":{"x":100,"y":703.2},"use":false},"h2":{"coord":{"x":-100,"y":703.2},"use":false}}]}]},"glyph-0x76":{"id":"glyph-0x76","advanceWidth":710,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":573.16,"y":522.47}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":624.49,"y":703.18}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":762.2,"y":520.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":433.88,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":247.86,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":215.19,"y":518.29}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":453.54,"y":697.53}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":403.11,"y":520.01}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":418.59,"y":277.32}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":424.57,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":428.83,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":408.38,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":414.29,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":214.78,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":392.16,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":398.7,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":197.32,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":233.92,"y":518.21}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":235.49,"y":492.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":386.1,"y":492.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":384.49,"y":518.21}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":237.36,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":239.12,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":389.77,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":388.01,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":240.83,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":242.7,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":393.39,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":391.48,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":244.27,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":246.29,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":397.02,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":394.96,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":249.92,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":400.68,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":398.48,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":247.75,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":578.58,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":600.34,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":454.44,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":432.64,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":614.54,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":634.92,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":488.98,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":468.64,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":650.54,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":669.42,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":523.52,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":504.64,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":686.51,"y":435.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":703.96,"y":463.41}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":558.06,"y":463.41}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":540.6,"y":435.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":722.43,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":738.47,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":591.37,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":590.4,"y":514.77}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":576.53,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 15 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":716.86,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":699.44,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":606.96,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":600.38,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 16 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":673.76,"y":606.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":658.02,"y":627.74}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":622.47,"y":627.74}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":616.56,"y":606.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]}]},"glyph-0x77":{"id":"glyph-0x77","advanceWidth":1001,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":889.75,"y":703.18}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":1026.91,"y":521.42}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":879.14,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":693.05,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":691.93,"y":3.76}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":617.01,"y":400.16}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":434.29,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":247.86,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":215.19,"y":518.28}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":79.87,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":453.54,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":403.11,"y":520}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":412.83,"y":367.67}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":563.41,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":749.34,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":804.86,"y":403.89}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":887.77,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":881.86,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":939.02,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":923.32,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":872.26,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":865.72,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":982.09,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":964.67,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":575.44,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":568.64,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":736.71,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":733.87,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":552.08,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":542.58,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":747.48,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":743.55,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":527.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":516.57,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":758.28,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":753.91,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":502.1,"y":518.21}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":490.51,"y":492.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":769.08,"y":492.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":764.26,"y":518.21}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":117.4,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":128.65,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":424.57,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":428.83,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":156.01,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":171.72,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":408.38,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":414.29,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":214.78,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":392.16,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":398.7,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":197.32,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":233.92,"y":518.21}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":235.49,"y":492.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":386.1,"y":492.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":384.49,"y":518.21}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":237.36,"y":463.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":239.12,"y":435.78}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":389.77,"y":435.78}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":388.01,"y":463.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":240.8,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":242.7,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":393.39,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":391.48,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":534.55,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":550.32,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":247.71,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":249.88,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 15 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":560.6,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":575.33,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":244.27,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":246.29,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 16 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":586.66,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":600.38,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":452.12,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":438.44,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 17 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":624.45,"y":461.46}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":629.35,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":779.85,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":774.61,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":477.09,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":464.45,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":612.71,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 18 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":934.69,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":944.48,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":655.1,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":661.65,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 19 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":950.83,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":959.96,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":644.75,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":650.84,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 20 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":966.98,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":975.51,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":825.68,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":822.88,"y":398.81}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":786.54,"y":400.46}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":784.97,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":634.43,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":640.08,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 21 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":983.17,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":991.02,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":841.19,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":833.34,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 22 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":849.53,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":999.32,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":1006.38,"y":517.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":1005.97,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":856.71,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]}]},"glyph-0x78":{"id":"glyph-0x78","advanceWidth":715,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":502.99,"y":261.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":535.96,"y":181.29}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":658.65,"y":181.29}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":607.02,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":421.68,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":420.11,"y":2.86}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":369.83,"y":125.4}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":247.15,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":55,"y":-0.02}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":313.13,"y":263.71}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":209.17,"y":517.2}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":73.02,"y":697.57}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":446.69,"y":697.57}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":396.49,"y":520.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":446.24,"y":399.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":566.28,"y":522.44}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":617.64,"y":703.18}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":755.81,"y":520.16}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":753,"y":517.28}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":615.66,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":609.72,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":666.91,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":651.21,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":600.07,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":593.49,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":709.97,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":692.55,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":582.99,"y":512.75}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":563.44,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":702.95,"y":492.79}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":727.81,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":584.52,"y":518.17}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":534.73,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":507.66,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":647.17,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":674.24,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":481.12,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":451.81,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":591.36,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":620.67,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.55,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":121.8,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":417.72,"y":663.96}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":421.98,"y":678.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":149.17,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":164.87,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":401.53,"y":606.88}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":407.44,"y":627.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":207.97,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":385.31,"y":549.84}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":391.89,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":190.51,"y":572.94}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":228.98,"y":518.21}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":239.37,"y":492.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":387.82,"y":492.83}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":377.39,"y":518.21}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":251.44,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":262.81,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":411.29,"y":435.78}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":399.89,"y":463.45}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":273.87,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":286.17,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":434.66,"y":378.7}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":422.36,"y":408.68}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":309.57,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":535.55,"y":321.66}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":567.1,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":296.34,"y":353.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]},{"name":"Path 14 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":332.98,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":481.53,"y":264.61}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":481.01,"y":265.92}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":513.53,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}},{"type":"corner","p":{"coord":{"x":318.81,"y":299.15}},"h1":{"coord":{"x":100,"y":703.16},"use":false},"h2":{"coord":{"x":-100,"y":703.16},"use":false}}]}]},"glyph-0x79":{"id":"glyph-0x79","advanceWidth":730,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":618.03,"y":703.18}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":755.3,"y":521.42}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":607.53,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":61,"y":-0.06}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":112.22,"y":181.25}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":470.71,"y":181.25}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":492.54,"y":257.92}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":134.42,"y":257.92}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":208.06,"y":519.18}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":73.45,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":447.12,"y":697.53}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":374,"y":439.22}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":543.34,"y":439.22}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":566.48,"y":521.8}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":616.05,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":610.11,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":667.3,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":651.6,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":600.46,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":593.88,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":710.37,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":692.95,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":369.74,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":376.92,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":227.17,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":220.03,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.94,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":122.23,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":418.19,"y":663.96}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":422.41,"y":678.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":149.56,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":165.26,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":402,"y":606.88}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":407.91,"y":627.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":190.9,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":208.32,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":385.89,"y":549.83}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":392.43,"y":572.94}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":211.73,"y":463.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":203.95,"y":435.78}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":353.63,"y":435.78}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":361.44,"y":463.44}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":662.97,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":672.76,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":165.41,"y":299.15}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":159.05,"y":276.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":517.25,"y":276.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":513.81,"y":264.61}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 10 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":679.15,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":688.27,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":180.85,"y":353.91}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":171.76,"y":321.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 11 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":695.3,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":703.79,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":196.29,"y":408.68}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":187.84,"y":378.7}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 12 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":711.45,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":719.3,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":569.55,"y":463.41}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":561.77,"y":435.74}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]},{"name":"Path 13 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":577.77,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":727.68,"y":492.79}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":734.7,"y":517.65}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":734.29,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":584.91,"y":518.17}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}},{"type":"corner","p":{"coord":{"x":584.5,"y":516.75}},"h1":{"coord":{"x":100,"y":703.12},"use":false},"h2":{"coord":{"x":-100,"y":703.12},"use":false}}]}]},"glyph-0x7A":{"id":"glyph-0x7A","advanceWidth":714,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":621.46,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":755.78,"y":519.78}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":335.45,"y":181.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":657.5,"y":181.32}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":606.66,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":60.13,"y":0.02}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":110.79,"y":179.34}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":111.94,"y":180.28}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":528.72,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":215.57,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":213.96,"y":510.29}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":209.74,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":206.26,"y":515.89}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":207.19,"y":519.26}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":72.58,"y":697.57}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 2 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":110.08,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":121.33,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":623.41,"y":663.96}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":612.16,"y":678.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 3 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":148.69,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":164.39,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":666.47,"y":606.88}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":650.77,"y":627.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 4 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":207.46,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":709.54,"y":549.84}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.08,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":190,"y":572.94}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 5 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":409.02,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":451.94,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":289.36,"y":299.15}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":246.45,"y":264.61}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 6 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":479.86,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":519.9,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":357.36,"y":353.92}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":317.28,"y":321.66}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 7 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":550.7,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":587.93,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":425.36,"y":408.68}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":388.12,"y":378.7}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 8 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":621.54,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":655.89,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":493.36,"y":463.41}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":459,"y":435.75}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]},{"name":"Path 9 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":529.84,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":692.42,"y":492.79}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":723.93,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}},{"type":"corner","p":{"coord":{"x":561.39,"y":518.17}},"h1":{"coord":{"x":100,"y":697.59},"use":false},"h2":{"coord":{"x":-100,"y":697.59},"use":false}}]}]},"glyph-0x2E":{"id":"glyph-0x2E","advanceWidth":315.32,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":265.32,"y":164.52864865}},"h1":{"coord":{"x":165.32,"y":164.52864865},"use":false},"h2":{"coord":{"x":365.32,"y":164.52864865},"use":false}},{"type":"corner","p":{"coord":{"x":95.94,"y":164.52864865}},"h1":{"coord":{"x":-4.06,"y":164.52864865},"use":false},"h2":{"coord":{"x":195.94,"y":164.52864865},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":1.909}},"h1":{"coord":{"x":-50,"y":1.909},"use":false},"h2":{"coord":{"x":150,"y":1.909},"use":false}},{"type":"corner","p":{"coord":{"x":219.37004701,"y":1.909}},"h1":{"coord":{"x":119.37,"y":1.909},"use":false},"h2":{"coord":{"x":319.37004701,"y":1.909},"use":false}}]}]},"glyph-0x2F":{"id":"glyph-0x2F","advanceWidth":474.4765088757396,"shapes":[{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":381.09781065088725,"y":503.2722485207099}},"h1":{"coord":{"x":38.72781065088753,"y":1028.9022485207108},"use":false},"h2":{"coord":{"x":238.72781065088725,"y":1028.9022485207108},"use":false}},{"type":"corner","p":{"coord":{"x":332.1278106508873,"y":331.3122485207101}},"h1":{"coord":{"x":38.72781065088753,"y":1028.9022485207108},"use":false},"h2":{"coord":{"x":238.72781065088725,"y":1028.9022485207108},"use":false}},{"type":"corner","p":{"coord":{"x":143.72781065088736,"y":331.3122485207101}},"h1":{"coord":{"x":38.72781065088753,"y":1028.9022485207108},"use":false},"h2":{"coord":{"x":191.8947596508873,"y":502.11424852070996}}},{"type":"corner","p":{"coord":{"x":191.8198106508873,"y":503.2722485207099}},"h1":{"coord":{"x":143.71788595088736,"y":331.9012485207101}},"h2":{"coord":{"x":238.72781065088725,"y":1028.9022485207108},"use":false}}]},{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":287.37,"y":172.14792899408297}},"h1":{"coord":{"x":-55,"y":697.777988165679},"use":false},"h2":{"coord":{"x":145,"y":697.777988165679},"use":false}},{"type":"corner","p":{"coord":{"x":238.4,"y":0.1879881656804785}},"h1":{"coord":{"x":-55,"y":697.777988165679},"use":false},"h2":{"coord":{"x":145,"y":697.777988165679},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":0.1879881656804785}},"h1":{"coord":{"x":-55,"y":697.777988165679},"use":false},"h2":{"coord":{"x":98.167,"y":170.98998816568096}}},{"type":"corner","p":{"coord":{"x":98.092,"y":172.14792899408297}},"h1":{"coord":{"x":49.9900753,"y":0.7769881656804771}},"h2":{"coord":{"x":145,"y":697.777988165679},"use":false}}]},{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":334.287159763314,"y":336.88165680473384}},"h1":{"coord":{"x":-8.082840236686494,"y":862.5117159763286},"use":false},"h2":{"coord":{"x":191.91715976331398,"y":862.5117159763286},"use":false}},{"type":"corner","p":{"coord":{"x":285.31715976331395,"y":164.92171597633183}},"h1":{"coord":{"x":-8.082840236686494,"y":862.5117159763286},"use":false},"h2":{"coord":{"x":191.91715976331398,"y":862.5117159763286},"use":false}},{"type":"corner","p":{"coord":{"x":96.91715976331378,"y":164.92171597633183}},"h1":{"coord":{"x":-8.082840236686494,"y":862.5117159763286},"use":false},"h2":{"coord":{"x":145.08410876331396,"y":335.7237159763319}}},{"type":"corner","p":{"coord":{"x":145.009159763314,"y":336.88165680473384}},"h1":{"coord":{"x":96.90723506331378,"y":165.51071597633182}},"h2":{"coord":{"x":191.91715976331398,"y":862.5117159763286},"use":false}}]},{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":424.4765088757396,"y":656.526686390534}},"h1":{"coord":{"x":82.10650887573956,"y":1182.156686390531},"use":false},"h2":{"coord":{"x":282.1065088757396,"y":1182.156686390531},"use":false}},{"type":"corner","p":{"coord":{"x":375.5065088757396,"y":484.5666863905323}},"h1":{"coord":{"x":82.10650887573956,"y":1182.156686390531},"use":false},"h2":{"coord":{"x":282.1065088757396,"y":1182.156686390531},"use":false}},{"type":"corner","p":{"coord":{"x":187.10650887573962,"y":484.5666863905323}},"h1":{"coord":{"x":82.10650887573956,"y":1182.156686390531},"use":false},"h2":{"coord":{"x":235.2734578757396,"y":655.368686390534}}},{"type":"corner","p":{"coord":{"x":235.19850887573966,"y":656.526686390534}},"h1":{"coord":{"x":187.09658417573962,"y":485.1556863905323}},"h2":{"coord":{"x":282.1065088757396,"y":1182.156686390531},"use":false}}]}]},"glyph-0x3A":{"id":"glyph-0x3A","advanceWidth":438.8280952380952,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":385.3223809523811,"y":515.0995238095238}},"h1":{"coord":{"x":42.95238095238095,"y":1040.729523809524},"use":false},"h2":{"coord":{"x":242.95238095238108,"y":1040.729523809524},"use":false}},{"type":"corner","p":{"coord":{"x":336.35238095238105,"y":343.1395238095238}},"h1":{"coord":{"x":42.95238095238095,"y":1040.729523809524},"use":false},"h2":{"coord":{"x":242.95238095238108,"y":1040.729523809524},"use":false}},{"type":"corner","p":{"coord":{"x":147.95238095238093,"y":343.1395238095238}},"h1":{"coord":{"x":42.95238095238095,"y":1040.729523809524},"use":false},"h2":{"coord":{"x":196.11938095238108,"y":513.9415238095238}}},{"type":"corner","p":{"coord":{"x":196.0443809523811,"y":515.0995238095238}},"h1":{"coord":{"x":147.94238095238094,"y":343.7285238095238}},"h2":{"coord":{"x":242.95238095238108,"y":1040.729523809524},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":388.8280952380952,"y":697.59}},"h1":{"coord":{"x":95.23809523809524,"y":1041.92}},"h2":{"coord":{"x":95.23809523809524,"y":1041.92}}}]},{"name":"Path 1 (copy)","pathPoints":[{"type":"corner","p":{"coord":{"x":287.37,"y":174.86142857142832}},"h1":{"coord":{"x":-55,"y":700.4914285714293},"use":false},"h2":{"coord":{"x":145,"y":700.4914285714293},"use":false}},{"type":"corner","p":{"coord":{"x":238.4,"y":2.9014285714285775}},"h1":{"coord":{"x":-55,"y":700.4914285714293},"use":false},"h2":{"coord":{"x":145,"y":700.4914285714293},"use":false}},{"type":"corner","p":{"coord":{"x":50,"y":2.9014285714285775}},"h1":{"coord":{"x":-55,"y":700.4914285714293},"use":false},"h2":{"coord":{"x":98.167,"y":173.70342857142833}}},{"type":"corner","p":{"coord":{"x":98.092,"y":174.86142857142832}},"h1":{"coord":{"x":49.99,"y":3.4904285714285805}},"h2":{"coord":{"x":145,"y":700.4914285714293},"use":false}}]}]},"glyph-0x21":{"id":"glyph-0x21","advanceWidth":451,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":239,"y":245}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":351,"y":245}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":427,"y":580}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":451,"y":730}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":293,"y":730}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":269,"y":580}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":240,"y":-5}},"h1":{"coord":{"x":217.33333333333334,"y":-5}},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":269,"y":-5}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":292.3333333333333,"y":-5}}},{"type":"corner","p":{"coord":{"x":327.5,"y":14}},"h1":{"coord":{"x":311.8333333333333,"y":1.3333333333333712}},"h2":{"coord":{"x":343.1666666666667,"y":26.66666666666663}}},{"type":"corner","p":{"coord":{"x":356,"y":65}},"h1":{"coord":{"x":352.6666666666667,"y":43.66666666666663}},"h2":{"coord":{"x":359.3333333333333,"y":86.33333333333337}}},{"type":"corner","p":{"coord":{"x":343.5,"y":116}},"h1":{"coord":{"x":355.1666666666667,"y":103.33333333333337}},"h2":{"coord":{"x":331.8333333333333,"y":128.66666666666663}}},{"type":"corner","p":{"coord":{"x":292,"y":135}},"h1":{"coord":{"x":314.6666666666667,"y":135}},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":262,"y":135}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":239.33333333333334,"y":135}}},{"type":"corner","p":{"coord":{"x":204.5,"y":116}},"h1":{"coord":{"x":220.16666666666666,"y":128.66666666666663}},"h2":{"coord":{"x":188.83333333333334,"y":103.33333333333337}}},{"type":"corner","p":{"coord":{"x":176,"y":65}},"h1":{"coord":{"x":179.33333333333334,"y":86.33333333333337}},"h2":{"coord":{"x":173.33333333333334,"y":44.33333333333337}}},{"type":"corner","p":{"coord":{"x":189,"y":14.5}},"h1":{"coord":{"x":177.66666666666666,"y":27.5}},"h2":{"coord":{"x":200.33333333333334,"y":1.5}}}]}]},"glyph-0x22":{"id":"glyph-0x22","advanceWidth":562,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":380,"y":430}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":501,"y":430}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":536,"y":570}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":562,"y":730}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":414,"y":730}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":388,"y":570}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":148,"y":430}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":269,"y":430}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":304,"y":570}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":330,"y":730}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":182,"y":730}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":156,"y":570}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}}]}]},"glyph-0x23":{"id":"glyph-0x23","advanceWidth":625,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":26,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":131,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":187,"y":170}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":312,"y":170}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":256,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":361,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":417,"y":170}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":533,"y":170}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":549,"y":270}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":450,"y":270}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":513,"y":460}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":609,"y":460}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":625,"y":560}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":546,"y":560}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":602,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":441,"y":560}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":316,"y":560}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":372,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":267,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":211,"y":560}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":95,"y":560}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":79,"y":460}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":178,"y":460}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":115,"y":270}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":19,"y":270}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":3,"y":170}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":82,"y":170}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":220,"y":270}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":283,"y":460}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":408,"y":460}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":270}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0x24":{"id":"glyph-0x24","advanceWidth":582,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":198,"y":-140}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":263,"y":-140}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":284,"y":-9}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":330,"y":-5.666666666666629}}},{"type":"corner","p":{"coord":{"x":407.5,"y":24}},"h1":{"coord":{"x":371.1666666666667,"y":5.333333333333371}},"h2":{"coord":{"x":443.8333333333333,"y":42.66666666666663}}},{"type":"corner","p":{"coord":{"x":497,"y":99}},"h1":{"coord":{"x":473.6666666666667,"y":67.66666666666663}},"h2":{"coord":{"x":520.3333333333334,"y":130.33333333333337}}},{"type":"corner","p":{"coord":{"x":542,"y":206}},"h1":{"coord":{"x":535.3333333333334,"y":166}},"h2":{"coord":{"x":551.3333333333334,"y":265.3333333333333}}},{"type":"corner","p":{"coord":{"x":515,"y":352.5}},"h1":{"coord":{"x":542.3333333333334,"y":314.1666666666667}},"h2":{"coord":{"x":487.6666666666667,"y":390.8333333333333}}},{"type":"corner","p":{"coord":{"x":380,"y":432}},"h1":{"coord":{"x":442.6666666666667,"y":417.3333333333333}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":354,"y":438}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":381,"y":607}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":421,"y":597.6666666666666}}},{"type":"corner","p":{"coord":{"x":432,"y":535}},"h1":{"coord":{"x":438,"y":573.6666666666666}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":582,"y":535}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":591.3333333333334,"y":593}}},{"type":"corner","p":{"coord":{"x":547.5,"y":676.5}},"h1":{"coord":{"x":579.8333333333334,"y":640.1666666666667}},"h2":{"coord":{"x":515.1666666666666,"y":712.8333333333333}}},{"type":"corner","p":{"coord":{"x":402,"y":739}},"h1":{"coord":{"x":466.66666666666663,"y":733.6666666666667}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":423,"y":870}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":358,"y":870}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":337,"y":738}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":272.33333333333337,"y":732.6666666666667}}},{"type":"corner","p":{"coord":{"x":175.5,"y":674}},"h1":{"coord":{"x":218.5,"y":711.3333333333333}},"h2":{"coord":{"x":132.5,"y":636.6666666666667}}},{"type":"corner","p":{"coord":{"x":97,"y":529}},"h1":{"coord":{"x":106.33333333333333,"y":588.3333333333333}},"h2":{"coord":{"x":88.33333333333333,"y":471.6666666666667}}},{"type":"corner","p":{"coord":{"x":125.5,"y":383.5}},"h1":{"coord":{"x":97.83333333333334,"y":423.1666666666667}},"h2":{"coord":{"x":153.16666666666666,"y":343.8333333333333}}},{"type":"corner","p":{"coord":{"x":257,"y":302}},"h1":{"coord":{"x":197,"y":316.6666666666667}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":267,"y":299}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":240,"y":124}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":219.33333333333334,"y":129.33333333333337}}},{"type":"corner","p":{"coord":{"x":195,"y":152}},"h1":{"coord":{"x":204.33333333333334,"y":138.66666666666663}},"h2":{"coord":{"x":185.66666666666666,"y":165.33333333333337}}},{"type":"corner","p":{"coord":{"x":185,"y":200}},"h1":{"coord":{"x":182.33333333333334,"y":181.33333333333337}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":35,"y":200}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":25.666666666666668,"y":141.33333333333337}}},{"type":"corner","p":{"coord":{"x":70.5,"y":56}},"h1":{"coord":{"x":37.5,"y":93.33333333333337}},"h2":{"coord":{"x":103.5,"y":18.66666666666663}}},{"type":"corner","p":{"coord":{"x":219,"y":-8}},"h1":{"coord":{"x":153,"y":-2.6666666666666288}},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":254.5,"y":485.5}},"h1":{"coord":{"x":262.1666666666667,"y":471.1666666666667}},"h2":{"coord":{"x":246.83333333333334,"y":499.83333333333337}}},{"type":"corner","p":{"coord":{"x":248,"y":535}},"h1":{"coord":{"x":244.66666666666666,"y":516.3333333333334}},"h2":{"coord":{"x":254,"y":573.6666666666666}}},{"type":"corner","p":{"coord":{"x":316,"y":607}},"h1":{"coord":{"x":276.6666666666667,"y":597.6666666666666}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":292,"y":454}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":274.6666666666667,"y":460.6666666666667}}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":304,"y":122}},"h1":{"coord":{"x":328,"y":125.33333333333337}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":330,"y":285}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":352.6666666666667,"y":279}}},{"type":"corner","p":{"coord":{"x":380,"y":253}},"h1":{"coord":{"x":369.3333333333333,"y":268.3333333333333}},"h2":{"coord":{"x":390.6666666666667,"y":237.66666666666669}}},{"type":"corner","p":{"coord":{"x":391,"y":199}},"h1":{"coord":{"x":394.3333333333333,"y":219.66666666666669}},"h2":{"coord":{"x":387.6666666666667,"y":177.66666666666663}}},{"type":"corner","p":{"coord":{"x":363,"y":147}},"h1":{"coord":{"x":378.3333333333333,"y":160.33333333333337}},"h2":{"coord":{"x":347.6666666666667,"y":133.66666666666663}}}]}]},"glyph-0x25":{"id":"glyph-0x25","advanceWidth":687,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":78.5,"y":436}},"h1":{"coord":{"x":53.5,"y":460}},"h2":{"coord":{"x":103.5,"y":412}}},{"type":"corner","p":{"coord":{"x":179,"y":400}},"h1":{"coord":{"x":137,"y":400}},"h2":{"coord":{"x":207,"y":400}}},{"type":"corner","p":{"coord":{"x":258,"y":416.5}},"h1":{"coord":{"x":233.33333333333334,"y":405.5}},"h2":{"coord":{"x":282.6666666666667,"y":427.5}}},{"type":"corner","p":{"coord":{"x":320,"y":463}},"h1":{"coord":{"x":303.3333333333333,"y":443}},"h2":{"coord":{"x":336.6666666666667,"y":483}}},{"type":"corner","p":{"coord":{"x":351,"y":535}},"h1":{"coord":{"x":347,"y":507}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":361,"y":600}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":367.6666666666667,"y":642}}},{"type":"corner","p":{"coord":{"x":333,"y":699}},"h1":{"coord":{"x":358.3333333333333,"y":675}},"h2":{"coord":{"x":307.6666666666667,"y":723}}},{"type":"corner","p":{"coord":{"x":232,"y":735}},"h1":{"coord":{"x":274,"y":735}},"h2":{"coord":{"x":204,"y":735}}},{"type":"corner","p":{"coord":{"x":153.5,"y":719}},"h1":{"coord":{"x":177.83333333333334,"y":729.6666666666667}},"h2":{"coord":{"x":129.16666666666666,"y":708.3333333333333}}},{"type":"corner","p":{"coord":{"x":92.5,"y":672.5}},"h1":{"coord":{"x":108.83333333333333,"y":692.8333333333333}},"h2":{"coord":{"x":76.16666666666667,"y":652.1666666666667}}},{"type":"corner","p":{"coord":{"x":61,"y":600}},"h1":{"coord":{"x":65.66666666666667,"y":628}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":51,"y":535}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":44.333333333333336,"y":493}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":-59,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":47,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":687,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":582,"y":730}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 3","pathPoints":[{"type":"corner","p":{"coord":{"x":252,"y":535}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":246,"y":500.33333333333337}}},{"type":"corner","p":{"coord":{"x":192,"y":483}},"h1":{"coord":{"x":226,"y":483}},"h2":{"coord":{"x":158,"y":483}}},{"type":"corner","p":{"coord":{"x":150,"y":535}},"h1":{"coord":{"x":144,"y":500.33333333333337}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":160,"y":600}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":166,"y":634.6666666666666}}},{"type":"corner","p":{"coord":{"x":219,"y":652}},"h1":{"coord":{"x":185.66666666666669,"y":652}},"h2":{"coord":{"x":253.66666666666666,"y":652}}},{"type":"corner","p":{"coord":{"x":262,"y":600}},"h1":{"coord":{"x":268,"y":634.6666666666666}},"h2":{"coord":{"x":-100,"y":730},"use":false}}]},{"name":"Path 4","pathPoints":[{"type":"corner","p":{"coord":{"x":294,"y":32}},"h1":{"coord":{"x":270,"y":56.66666666666663}},"h2":{"coord":{"x":318,"y":7.333333333333371}}},{"type":"corner","p":{"coord":{"x":395,"y":-5}},"h1":{"coord":{"x":351.6666666666667,"y":-5}},"h2":{"coord":{"x":424.3333333333333,"y":-5}}},{"type":"corner","p":{"coord":{"x":475.5,"y":12}},"h1":{"coord":{"x":451.1666666666667,"y":0.6666666666666288}},"h2":{"coord":{"x":499.8333333333333,"y":23.33333333333337}}},{"type":"corner","p":{"coord":{"x":536.5,"y":59.5}},"h1":{"coord":{"x":520.1666666666666,"y":39.16666666666663}},"h2":{"coord":{"x":552.8333333333334,"y":79.83333333333337}}},{"type":"corner","p":{"coord":{"x":567,"y":130}},"h1":{"coord":{"x":563,"y":103.33333333333337}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":577,"y":195}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":583,"y":235.66666666666669}}},{"type":"corner","p":{"coord":{"x":549.5,"y":293}},"h1":{"coord":{"x":573.8333333333334,"y":268.3333333333333}},"h2":{"coord":{"x":525.1666666666666,"y":317.6666666666667}}},{"type":"corner","p":{"coord":{"x":448,"y":330}},"h1":{"coord":{"x":491.3333333333333,"y":330}},"h2":{"coord":{"x":404.6666666666667,"y":330}}},{"type":"corner","p":{"coord":{"x":334.5,"y":293}},"h1":{"coord":{"x":366.8333333333333,"y":317.6666666666667}},"h2":{"coord":{"x":302.1666666666667,"y":268.3333333333333}}},{"type":"corner","p":{"coord":{"x":277,"y":195}},"h1":{"coord":{"x":283,"y":235.66666666666669}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":267,"y":130}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":261,"y":89.33333333333337}}}]},{"name":"Path 5","pathPoints":[{"type":"corner","p":{"coord":{"x":468,"y":130}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":462.6666666666667,"y":96}}},{"type":"corner","p":{"coord":{"x":409,"y":79}},"h1":{"coord":{"x":443,"y":79}},"h2":{"coord":{"x":375,"y":79}}},{"type":"corner","p":{"coord":{"x":366,"y":130}},"h1":{"coord":{"x":360.6666666666667,"y":96}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":376,"y":195}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":382,"y":229.66666666666669}}},{"type":"corner","p":{"coord":{"x":435,"y":247}},"h1":{"coord":{"x":401.6666666666667,"y":247}},"h2":{"coord":{"x":451,"y":247}}},{"type":"corner","p":{"coord":{"x":471,"y":234.5}},"h1":{"coord":{"x":463,"y":242.83333333333331}},"h2":{"coord":{"x":479,"y":226.16666666666669}}},{"type":"corner","p":{"coord":{"x":478,"y":195}},"h1":{"coord":{"x":481.3333333333333,"y":213}},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0x26":{"id":"glyph-0x26","advanceWidth":587,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":49,"y":44}},"h1":{"coord":{"x":19.666666666666668,"y":80}},"h2":{"coord":{"x":78.33333333333333,"y":8}}},{"type":"corner","p":{"coord":{"x":189,"y":-10}},"h1":{"coord":{"x":125,"y":-10}},"h2":{"coord":{"x":255.66666666666666,"y":-10}}},{"type":"corner","p":{"coord":{"x":365,"y":51}},"h1":{"coord":{"x":314.3333333333333,"y":10.333333333333371}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":393,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":536,"y":0}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":453,"y":155}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":360}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":447,"y":360}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":390,"y":271}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":301,"y":436}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":289,"y":458}}},{"type":"corner","p":{"coord":{"x":273.5,"y":497.5}},"h1":{"coord":{"x":279.8333333333333,"y":478.5}},"h2":{"coord":{"x":267.1666666666667,"y":516.5}}},{"type":"corner","p":{"coord":{"x":268,"y":550}},"h1":{"coord":{"x":265.3333333333333,"y":534}},"h2":{"coord":{"x":271.3333333333333,"y":571.3333333333334}}},{"type":"corner","p":{"coord":{"x":295.5,"y":601}},"h1":{"coord":{"x":280.5,"y":588.3333333333334}},"h2":{"coord":{"x":310.5,"y":613.6666666666667}}},{"type":"corner","p":{"coord":{"x":349,"y":620}},"h1":{"coord":{"x":328.3333333333333,"y":620}},"h2":{"coord":{"x":370.3333333333333,"y":620}}},{"type":"corner","p":{"coord":{"x":397,"y":601}},"h1":{"coord":{"x":386.3333333333333,"y":613.6666666666667}},"h2":{"coord":{"x":407.6666666666667,"y":588.3333333333334}}},{"type":"corner","p":{"coord":{"x":408,"y":550}},"h1":{"coord":{"x":411.3333333333333,"y":571.3333333333334}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":543,"y":550}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":552.3333333333334,"y":607.3333333333333}}},{"type":"corner","p":{"coord":{"x":508.5,"y":688}},"h1":{"coord":{"x":540.8333333333334,"y":653.3333333333334}},"h2":{"coord":{"x":476.1666666666667,"y":722.6666666666667}}},{"type":"corner","p":{"coord":{"x":368,"y":740}},"h1":{"coord":{"x":429.3333333333333,"y":740}},"h2":{"coord":{"x":328,"y":740}}},{"type":"corner","p":{"coord":{"x":259.5,"y":717.5}},"h1":{"coord":{"x":291.8333333333333,"y":732.5}},"h2":{"coord":{"x":227.16666666666669,"y":702.5}}},{"type":"corner","p":{"coord":{"x":180,"y":656}},"h1":{"coord":{"x":200.66666666666666,"y":682}},"h2":{"coord":{"x":159.33333333333334,"y":630}}},{"type":"corner","p":{"coord":{"x":140,"y":565}},"h1":{"coord":{"x":146,"y":599.6666666666666}},"h2":{"coord":{"x":136.66666666666666,"y":543}}},{"type":"corner","p":{"coord":{"x":140,"y":499}},"h1":{"coord":{"x":136.66666666666666,"y":521}},"h2":{"coord":{"x":143.33333333333334,"y":477}}},{"type":"corner","p":{"coord":{"x":159,"y":433}},"h1":{"coord":{"x":149.66666666666666,"y":455}},"h2":{"coord":{"x":125,"y":421}}},{"type":"corner","p":{"coord":{"x":75,"y":371.5}},"h1":{"coord":{"x":97,"y":400.5}},"h2":{"coord":{"x":53,"y":342.5}}},{"type":"corner","p":{"coord":{"x":32,"y":265}},"h1":{"coord":{"x":38.666666666666664,"y":307}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":21,"y":195}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":10.333333333333334,"y":130.33333333333337}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":310,"y":151}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":284.6666666666667,"y":123.66666666666663}}},{"type":"corner","p":{"coord":{"x":222,"y":110}},"h1":{"coord":{"x":255.33333333333331,"y":110}},"h2":{"coord":{"x":199.33333333333334,"y":110}}},{"type":"corner","p":{"coord":{"x":171,"y":132}},"h1":{"coord":{"x":182.33333333333334,"y":117.33333333333337}},"h2":{"coord":{"x":159.66666666666666,"y":146.66666666666663}}},{"type":"corner","p":{"coord":{"x":161,"y":195}},"h1":{"coord":{"x":156.33333333333334,"y":167.66666666666663}},"h2":{"coord":{"x":-100,"y":730},"use":false}},{"type":"corner","p":{"coord":{"x":172,"y":265}},"h1":{"coord":{"x":100,"y":730},"use":false},"h2":{"coord":{"x":176.66666666666666,"y":297}}},{"type":"corner","p":{"coord":{"x":209,"y":335}},"h1":{"coord":{"x":189,"y":320.3333333333333}},"h2":{"coord":{"x":-100,"y":730},"use":false}}]}]},"glyph-0x27":{"id":"glyph-0x27","advanceWidth":446,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":264,"y":430}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":385,"y":430}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":420,"y":570}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":446,"y":730}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":298,"y":730}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}},{"type":"corner","p":{"coord":{"x":272,"y":570}},"h1":{"coord":{"x":100,"y":1160},"use":false},"h2":{"coord":{"x":-100,"y":1160},"use":false}}]}]},"glyph-0x28":{"id":"glyph-0x28","advanceWidth":575,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":421,"y":-125}},"h1":{"coord":{"x":319.6666666666667,"y":-96.33333333333337}},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":445,"y":27}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":391.6666666666667,"y":40.33333333333337}}},{"type":"corner","p":{"coord":{"x":327,"y":110.5}},"h1":{"coord":{"x":352.3333333333333,"y":68.16666666666663}},"h2":{"coord":{"x":301.6666666666667,"y":152.83333333333337}}},{"type":"corner","p":{"coord":{"x":303,"y":264}},"h1":{"coord":{"x":293.6666666666667,"y":204}},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":333,"y":455}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":343,"y":516.3333333333333}}},{"type":"corner","p":{"coord":{"x":405.5,"y":610.5}},"h1":{"coord":{"x":367.1666666666667,"y":568.1666666666667}},"h2":{"coord":{"x":443.8333333333333,"y":652.8333333333333}}},{"type":"corner","p":{"coord":{"x":551,"y":695}},"h1":{"coord":{"x":492.3333333333333,"y":681}},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":575,"y":845}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":503,"y":826.3333333333334}}},{"type":"corner","p":{"coord":{"x":384,"y":761.5}},"h1":{"coord":{"x":439.3333333333333,"y":798.5}},"h2":{"coord":{"x":328.6666666666667,"y":724.5}}},{"type":"corner","p":{"coord":{"x":249.5,"y":628}},"h1":{"coord":{"x":283.8333333333333,"y":680}},"h2":{"coord":{"x":215.16666666666669,"y":576}}},{"type":"corner","p":{"coord":{"x":183,"y":455}},"h1":{"coord":{"x":193,"y":518.3333333333333}},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":153,"y":264}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":137.66666666666666,"y":167.33333333333337}}},{"type":"corner","p":{"coord":{"x":199.5,"y":18.5}},"h1":{"coord":{"x":153.16666666666669,"y":85.5}},"h2":{"coord":{"x":245.83333333333331,"y":-48.5}}}]}]},"glyph-0x29":{"id":"glyph-0x29","advanceWidth":473,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":75,"y":27}},"h1":{"coord":{"x":133.66666666666666,"y":40.33333333333337}},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":51,"y":-125}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":161.66666666666666,"y":-96.33333333333337}}},{"type":"corner","p":{"coord":{"x":318.5,"y":18.5}},"h1":{"coord":{"x":250.83333333333334,"y":-48.5}},"h2":{"coord":{"x":386.16666666666663,"y":85.5}}},{"type":"corner","p":{"coord":{"x":443,"y":264}},"h1":{"coord":{"x":427.6666666666667,"y":167.33333333333337}},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":473,"y":455}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":488.3333333333333,"y":550.3333333333333}}},{"type":"corner","p":{"coord":{"x":425,"y":700.5}},"h1":{"coord":{"x":472.3333333333333,"y":632.1666666666667}},"h2":{"coord":{"x":377.6666666666667,"y":768.8333333333333}}},{"type":"corner","p":{"coord":{"x":205,"y":845}},"h1":{"coord":{"x":304.3333333333333,"y":817}},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":181,"y":695}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":235.66666666666666,"y":681}}},{"type":"corner","p":{"coord":{"x":300.5,"y":610.5}},"h1":{"coord":{"x":275.5,"y":652.8333333333333}},"h2":{"coord":{"x":325.5,"y":568.1666666666667}}},{"type":"corner","p":{"coord":{"x":323,"y":455}},"h1":{"coord":{"x":333,"y":516.3333333333333}},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":293,"y":264}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":283.6666666666667,"y":204}}},{"type":"corner","p":{"coord":{"x":221,"y":110.5}},"h1":{"coord":{"x":259.6666666666667,"y":152.83333333333337}},"h2":{"coord":{"x":182.33333333333334,"y":68.16666666666663}}}]}]},"glyph-0x2A":{"id":"glyph-0x2A","advanceWidth":588,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":167,"y":82}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":206,"y":127}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":220,"y":143}}},{"type":"corner","p":{"coord":{"x":245.5,"y":183}},"h1":{"coord":{"x":233.16666666666666,"y":161.66666666666663}},"h2":{"coord":{"x":257.8333333333333,"y":204.33333333333331}}},{"type":"corner","p":{"coord":{"x":278.5,"y":246.5}},"h1":{"coord":{"x":268.8333333333333,"y":225.5}},"h2":{"coord":{"x":288.1666666666667,"y":267.5}}},{"type":"corner","p":{"coord":{"x":301,"y":299}},"h1":{"coord":{"x":295.6666666666667,"y":285}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":307,"y":299}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":309,"y":285}}},{"type":"corner","p":{"coord":{"x":314.5,"y":246.5}},"h1":{"coord":{"x":311.5,"y":267.5}},"h2":{"coord":{"x":317.5,"y":225.5}}},{"type":"corner","p":{"coord":{"x":327.5,"y":183}},"h1":{"coord":{"x":321.8333333333333,"y":204.33333333333331}},"h2":{"coord":{"x":333.1666666666667,"y":161.66666666666663}}},{"type":"corner","p":{"coord":{"x":348,"y":127}},"h1":{"coord":{"x":340,"y":143}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":373,"y":82}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":491,"y":156}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":467,"y":202}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":458.3333333333333,"y":217.33333333333331}}},{"type":"corner","p":{"coord":{"x":432.5,"y":248}},"h1":{"coord":{"x":446.8333333333333,"y":232.66666666666669}},"h2":{"coord":{"x":418.1666666666667,"y":263.3333333333333}}},{"type":"corner","p":{"coord":{"x":388.5,"y":290.5}},"h1":{"coord":{"x":403.5,"y":277.5}},"h2":{"coord":{"x":373.5,"y":303.5}}},{"type":"corner","p":{"coord":{"x":350,"y":322}},"h1":{"coord":{"x":360.6666666666667,"y":314}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":353,"y":326}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":368.3333333333333,"y":326}}},{"type":"corner","p":{"coord":{"x":407.5,"y":327.5}},"h1":{"coord":{"x":386.5,"y":326.5}},"h2":{"coord":{"x":428.5,"y":328.5}}},{"type":"corner","p":{"coord":{"x":472,"y":334}},"h1":{"coord":{"x":450,"y":330.6666666666667}},"h2":{"coord":{"x":494,"y":337.3333333333333}}},{"type":"corner","p":{"coord":{"x":533,"y":348}},"h1":{"coord":{"x":514.3333333333334,"y":342}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":588,"y":367}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":562,"y":489}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":507,"y":470}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":489,"y":464}}},{"type":"corner","p":{"coord":{"x":449,"y":443}},"h1":{"coord":{"x":469.6666666666667,"y":455}},"h2":{"coord":{"x":428.3333333333333,"y":431}}},{"type":"corner","p":{"coord":{"x":390,"y":406}},"h1":{"coord":{"x":408.6666666666667,"y":418.6666666666667}},"h2":{"coord":{"x":371.3333333333333,"y":393.3333333333333}}},{"type":"corner","p":{"coord":{"x":342,"y":372}},"h1":{"coord":{"x":355.3333333333333,"y":382}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":338,"y":375}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":345.3333333333333,"y":389}}},{"type":"corner","p":{"coord":{"x":364,"y":427}},"h1":{"coord":{"x":354,"y":406.3333333333333}},"h2":{"coord":{"x":374,"y":447.66666666666663}}},{"type":"corner","p":{"coord":{"x":392.5,"y":492}},"h1":{"coord":{"x":383.5,"y":469.33333333333337}},"h2":{"coord":{"x":401.5,"y":514.6666666666666}}},{"type":"corner","p":{"coord":{"x":410,"y":555}},"h1":{"coord":{"x":407.3333333333333,"y":535.6666666666666}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":419,"y":610}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":289,"y":610}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":280,"y":555}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":277.3333333333333,"y":535.6666666666666}}},{"type":"corner","p":{"coord":{"x":278,"y":492}},"h1":{"coord":{"x":276.6666666666667,"y":514.6666666666666}},"h2":{"coord":{"x":279.3333333333333,"y":469.33333333333337}}},{"type":"corner","p":{"coord":{"x":285,"y":427}},"h1":{"coord":{"x":281.6666666666667,"y":447.66666666666663}},"h2":{"coord":{"x":288.3333333333333,"y":406.3333333333333}}},{"type":"corner","p":{"coord":{"x":294,"y":375}},"h1":{"coord":{"x":291.3333333333333,"y":389}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":289,"y":371}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":279,"y":381}}},{"type":"corner","p":{"coord":{"x":251.5,"y":405.5}},"h1":{"coord":{"x":266.5,"y":392.5}},"h2":{"coord":{"x":236.5,"y":418.5}}},{"type":"corner","p":{"coord":{"x":204,"y":443}},"h1":{"coord":{"x":220.66666666666666,"y":431}},"h2":{"coord":{"x":187.33333333333334,"y":455}}},{"type":"corner","p":{"coord":{"x":154,"y":470}},"h1":{"coord":{"x":170.66666666666666,"y":464}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":105,"y":489}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":42,"y":367}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":90,"y":348}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":106.66666666666666,"y":342}}},{"type":"corner","p":{"coord":{"x":147,"y":334}},"h1":{"coord":{"x":125.66666666666667,"y":337.3333333333333}},"h2":{"coord":{"x":168.33333333333334,"y":330.6666666666667}}},{"type":"corner","p":{"coord":{"x":211,"y":327.5}},"h1":{"coord":{"x":189.66666666666666,"y":328.5}},"h2":{"coord":{"x":232.33333333333334,"y":326.5}}},{"type":"corner","p":{"coord":{"x":265,"y":326}},"h1":{"coord":{"x":250.33333333333334,"y":326}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":266,"y":322}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":252.66666666666666,"y":314}}},{"type":"corner","p":{"coord":{"x":217.5,"y":290.5}},"h1":{"coord":{"x":236.5,"y":303.5}},"h2":{"coord":{"x":198.5,"y":277.5}}},{"type":"corner","p":{"coord":{"x":160,"y":248}},"h1":{"coord":{"x":179.33333333333334,"y":263.3333333333333}},"h2":{"coord":{"x":140.66666666666666,"y":232.66666666666669}}},{"type":"corner","p":{"coord":{"x":111,"y":201}},"h1":{"coord":{"x":124.33333333333333,"y":217}},"h2":{"coord":{"x":-100,"y":692},"use":false}},{"type":"corner","p":{"coord":{"x":73,"y":156}},"h1":{"coord":{"x":100,"y":692},"use":false},"h2":{"coord":{"x":-100,"y":692},"use":false}}]}]},"glyph-0x2B":{"id":"glyph-0x2B","advanceWidth":564,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":195,"y":90}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":90}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":372,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":542,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":564,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":394,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":421,"y":570}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":271,"y":570}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":244,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":74,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":52,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":222,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}}]}]},"glyph-0x2C":{"id":"glyph-0x2C","advanceWidth":380,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":71,"y":-160}},"h1":{"coord":{"x":100,"y":-9},"use":false},"h2":{"coord":{"x":-100,"y":-9},"use":false}},{"type":"corner","p":{"coord":{"x":201,"y":-160}},"h1":{"coord":{"x":100,"y":-9},"use":false},"h2":{"coord":{"x":-100,"y":-9},"use":false}},{"type":"corner","p":{"coord":{"x":380,"y":151}},"h1":{"coord":{"x":100,"y":-9},"use":false},"h2":{"coord":{"x":-100,"y":-9},"use":false}},{"type":"corner","p":{"coord":{"x":200,"y":151}},"h1":{"coord":{"x":100,"y":-9},"use":false},"h2":{"coord":{"x":-100,"y":-9},"use":false}}]}]},"glyph-0x2D":{"id":"glyph-0x2D","advanceWidth":494,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":122,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":472,"y":260}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":494,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":144,"y":400}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}}]}]},"glyph-0x3B":{"id":"glyph-0x3B","advanceWidth":431.7192971602977,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":306,"y":380}},"h1":{"coord":{"x":280,"y":380}},"h2":{"coord":{"x":-100,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":326,"y":380}},"h1":{"coord":{"x":100,"y":400},"use":false},"h2":{"coord":{"x":352,"y":380}}},{"type":"corner","p":{"coord":{"x":394.5,"y":405.5}},"h1":{"coord":{"x":374.8333333333333,"y":388.5}},"h2":{"coord":{"x":414.1666666666667,"y":422.5}}},{"type":"corner","p":{"coord":{"x":430,"y":470}},"h1":{"coord":{"x":426,"y":444}},"h2":{"coord":{"x":434.6666666666667,"y":496}}},{"type":"corner","p":{"coord":{"x":415.5,"y":534.5}},"h1":{"coord":{"x":429.8333333333333,"y":517.5}},"h2":{"coord":{"x":401.1666666666667,"y":551.5}}},{"type":"corner","p":{"coord":{"x":355,"y":560}},"h1":{"coord":{"x":381,"y":560}},"h2":{"coord":{"x":-100,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":335,"y":560}},"h1":{"coord":{"x":100,"y":400},"use":false},"h2":{"coord":{"x":309,"y":560}}},{"type":"corner","p":{"coord":{"x":266.5,"y":534.5}},"h1":{"coord":{"x":286.1666666666667,"y":551.5}},"h2":{"coord":{"x":246.83333333333334,"y":517.5}}},{"type":"corner","p":{"coord":{"x":230,"y":470}},"h1":{"coord":{"x":234.66666666666666,"y":496}},"h2":{"coord":{"x":226,"y":444}}},{"type":"corner","p":{"coord":{"x":245.5,"y":405.5}},"h1":{"coord":{"x":231.16666666666666,"y":422.5}},"h2":{"coord":{"x":259.8333333333333,"y":388.5}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":76,"y":-160}},"h1":{"coord":{"x":100,"y":400},"use":false},"h2":{"coord":{"x":-100,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":206,"y":-160}},"h1":{"coord":{"x":100,"y":400},"use":false},"h2":{"coord":{"x":-100,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":385,"y":151}},"h1":{"coord":{"x":100,"y":400},"use":false},"h2":{"coord":{"x":-100,"y":400},"use":false}},{"type":"corner","p":{"coord":{"x":205,"y":151}},"h1":{"coord":{"x":100,"y":400},"use":false},"h2":{"coord":{"x":-100,"y":400},"use":false}}]}]},"glyph-0x3C":{"id":"glyph-0x3C","advanceWidth":582,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":494,"y":49}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":515,"y":182}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":259,"y":303}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":246.33333333333334,"y":309}}},{"type":"corner","p":{"coord":{"x":219,"y":317.5}},"h1":{"coord":{"x":233,"y":313.8333333333333}},"h2":{"coord":{"x":205,"y":321.1666666666667}}},{"type":"corner","p":{"coord":{"x":185,"y":325}},"h1":{"coord":{"x":193.66666666666666,"y":323.6666666666667}},"h2":{"coord":{"x":194.33333333333334,"y":326.3333333333333}}},{"type":"corner","p":{"coord":{"x":221.5,"y":333}},"h1":{"coord":{"x":206.5,"y":329}},"h2":{"coord":{"x":236.5,"y":337}}},{"type":"corner","p":{"coord":{"x":266,"y":348}},"h1":{"coord":{"x":251.33333333333334,"y":342}},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":561,"y":469}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":582,"y":609}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":89,"y":400}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":67,"y":257}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}}]}]},"glyph-0x3D":{"id":"glyph-0x3D","advanceWidth":559,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":97,"y":385}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":537,"y":385}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":559,"y":525}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":119,"y":525}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":57,"y":135}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":497,"y":135}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":520,"y":275}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}},{"type":"corner","p":{"coord":{"x":80,"y":275}},"h1":{"coord":{"x":100,"y":660},"use":false},"h2":{"coord":{"x":-100,"y":660},"use":false}}]}]},"glyph-0x3E":{"id":"glyph-0x3E","advanceWidth":550,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":34,"y":49}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":527,"y":258}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":401}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":122,"y":609}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":101,"y":476}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":358,"y":355}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":370.6666666666667,"y":349}}},{"type":"corner","p":{"coord":{"x":398,"y":340.5}},"h1":{"coord":{"x":384,"y":344.1666666666667}},"h2":{"coord":{"x":412,"y":336.8333333333333}}},{"type":"corner","p":{"coord":{"x":431,"y":333}},"h1":{"coord":{"x":423,"y":334.3333333333333}},"h2":{"coord":{"x":422.3333333333333,"y":331.6666666666667}}},{"type":"corner","p":{"coord":{"x":395,"y":325}},"h1":{"coord":{"x":410.3333333333333,"y":329}},"h2":{"coord":{"x":379.6666666666667,"y":321}}},{"type":"corner","p":{"coord":{"x":350,"y":310}},"h1":{"coord":{"x":364.6666666666667,"y":316}},"h2":{"coord":{"x":-100,"y":658},"use":false}},{"type":"corner","p":{"coord":{"x":55,"y":189}},"h1":{"coord":{"x":100,"y":658},"use":false},"h2":{"coord":{"x":-100,"y":658},"use":false}}]}]},"glyph-0x3F":{"id":"glyph-0x3F","advanceWidth":556.0821914520635,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":173,"y":225}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":298,"y":225}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":310,"y":305}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":352,"y":305}}},{"type":"corner","p":{"coord":{"x":424.5,"y":331.5}},"h1":{"coord":{"x":390.1666666666667,"y":313.8333333333333}},"h2":{"coord":{"x":458.8333333333333,"y":349.1666666666667}}},{"type":"corner","p":{"coord":{"x":509.5,"y":405}},"h1":{"coord":{"x":487.1666666666667,"y":373.6666666666667}},"h2":{"coord":{"x":531.8333333333334,"y":436.3333333333333}}},{"type":"corner","p":{"coord":{"x":553,"y":515}},"h1":{"coord":{"x":546.3333333333334,"y":473}},"h2":{"coord":{"x":563,"y":580.3333333333333}}},{"type":"corner","p":{"coord":{"x":510,"y":671.5}},"h1":{"coord":{"x":548.6666666666666,"y":632.5}},"h2":{"coord":{"x":471.3333333333333,"y":710.5}}},{"type":"corner","p":{"coord":{"x":337,"y":730}},"h1":{"coord":{"x":413.66666666666663,"y":730}},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":182,"y":730}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":159,"y":590}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":324,"y":590}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":351.3333333333333,"y":590}}},{"type":"corner","p":{"coord":{"x":386.5,"y":570}},"h1":{"coord":{"x":372.1666666666667,"y":583.3333333333334}},"h2":{"coord":{"x":400.8333333333333,"y":556.6666666666666}}},{"type":"corner","p":{"coord":{"x":403,"y":515}},"h1":{"coord":{"x":406.3333333333333,"y":538.3333333333334}},"h2":{"coord":{"x":399,"y":492.33333333333337}}},{"type":"corner","p":{"coord":{"x":370,"y":460.5}},"h1":{"coord":{"x":388,"y":474.16666666666663}},"h2":{"coord":{"x":352,"y":446.8333333333333}}},{"type":"corner","p":{"coord":{"x":302,"y":440}},"h1":{"coord":{"x":329.3333333333333,"y":440}},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":202,"y":440}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":-100,"y":725},"use":false}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":184,"y":-5}},"h1":{"coord":{"x":161.33333333333334,"y":-5}},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":213,"y":-5}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":236.33333333333334,"y":-5}}},{"type":"corner","p":{"coord":{"x":271.5,"y":14}},"h1":{"coord":{"x":255.83333333333334,"y":1.3333333333333712}},"h2":{"coord":{"x":287.1666666666667,"y":26.66666666666663}}},{"type":"corner","p":{"coord":{"x":300,"y":65}},"h1":{"coord":{"x":296.6666666666667,"y":43.66666666666663}},"h2":{"coord":{"x":303.3333333333333,"y":86.33333333333337}}},{"type":"corner","p":{"coord":{"x":287.5,"y":116}},"h1":{"coord":{"x":299.1666666666667,"y":103.33333333333337}},"h2":{"coord":{"x":275.8333333333333,"y":128.66666666666663}}},{"type":"corner","p":{"coord":{"x":236,"y":135}},"h1":{"coord":{"x":258.6666666666667,"y":135}},"h2":{"coord":{"x":-100,"y":725},"use":false}},{"type":"corner","p":{"coord":{"x":206,"y":135}},"h1":{"coord":{"x":100,"y":725},"use":false},"h2":{"coord":{"x":183.33333333333334,"y":135}}},{"type":"corner","p":{"coord":{"x":148.5,"y":116}},"h1":{"coord":{"x":164.16666666666666,"y":128.66666666666663}},"h2":{"coord":{"x":132.83333333333334,"y":103.33333333333337}}},{"type":"corner","p":{"coord":{"x":120,"y":65}},"h1":{"coord":{"x":123.33333333333333,"y":86.33333333333337}},"h2":{"coord":{"x":117.33333333333333,"y":44.33333333333337}}},{"type":"corner","p":{"coord":{"x":133,"y":14.5}},"h1":{"coord":{"x":121.66666666666667,"y":27.5}},"h2":{"coord":{"x":144.33333333333334,"y":1.5}}}]}]},"glyph-0x40":{"id":"glyph-0x40","advanceWidth":615,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":253,"y":-179}},"h1":{"coord":{"x":191,"y":-179}},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":323,"y":-179}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":340,"y":-69}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":270,"y":-69}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":212,"y":-69}}},{"type":"corner","p":{"coord":{"x":144,"y":-22.5}},"h1":{"coord":{"x":170,"y":-53.5}},"h2":{"coord":{"x":118,"y":8.5}}},{"type":"corner","p":{"coord":{"x":119,"y":111}},"h1":{"coord":{"x":109.66666666666667,"y":53}},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":172,"y":450}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":181.33333333333334,"y":509.3333333333333}}},{"type":"corner","p":{"coord":{"x":237.5,"y":587}},"h1":{"coord":{"x":203.16666666666669,"y":555}},"h2":{"coord":{"x":271.8333333333333,"y":619}}},{"type":"corner","p":{"coord":{"x":365,"y":635}},"h1":{"coord":{"x":314.3333333333333,"y":635}},"h2":{"coord":{"x":414.3333333333333,"y":635}}},{"type":"corner","p":{"coord":{"x":472.5,"y":600}},"h1":{"coord":{"x":450.1666666666667,"y":623.3333333333333}},"h2":{"coord":{"x":494.8333333333333,"y":576.6666666666667}}},{"type":"corner","p":{"coord":{"x":495,"y":500}},"h1":{"coord":{"x":502.3333333333333,"y":543.3333333333333}},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":493,"y":487}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":483,"y":410}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":480,"y":410}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":482,"y":435.3333333333333}}},{"type":"corner","p":{"coord":{"x":457,"y":471.5}},"h1":{"coord":{"x":474.3333333333333,"y":455.8333333333333}},"h2":{"coord":{"x":439.6666666666667,"y":487.1666666666667}}},{"type":"corner","p":{"coord":{"x":384,"y":495}},"h1":{"coord":{"x":415.3333333333333,"y":495}},"h2":{"coord":{"x":343.3333333333333,"y":495}}},{"type":"corner","p":{"coord":{"x":284.5,"y":451.5}},"h1":{"coord":{"x":310.1666666666667,"y":480.5}},"h2":{"coord":{"x":258.8333333333333,"y":422.5}}},{"type":"corner","p":{"coord":{"x":233,"y":330}},"h1":{"coord":{"x":241.66666666666666,"y":382}},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":216,"y":220}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":207.33333333333334,"y":168}}},{"type":"corner","p":{"coord":{"x":228.5,"y":98.5}},"h1":{"coord":{"x":211.5,"y":127.5}},"h2":{"coord":{"x":245.5,"y":69.5}}},{"type":"corner","p":{"coord":{"x":315,"y":55}},"h1":{"coord":{"x":274.3333333333333,"y":55}},"h2":{"coord":{"x":345.6666666666667,"y":55}}},{"type":"corner","p":{"coord":{"x":394.5,"y":78.5}},"h1":{"coord":{"x":372.1666666666667,"y":62.833333333333314}},"h2":{"coord":{"x":416.8333333333333,"y":94.16666666666669}}},{"type":"corner","p":{"coord":{"x":438,"y":140}},"h1":{"coord":{"x":431.3333333333333,"y":114.66666666666669}},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":441,"y":140}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":429,"y":65}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":546,"y":65}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":615,"y":500}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":622.3333333333334,"y":546}}},{"type":"corner","p":{"coord":{"x":603,"y":623.5}},"h1":{"coord":{"x":618.3333333333334,"y":587.1666666666667}},"h2":{"coord":{"x":587.6666666666666,"y":659.8333333333333}}},{"type":"corner","p":{"coord":{"x":525.5,"y":709}},"h1":{"coord":{"x":561.8333333333334,"y":688.3333333333334}},"h2":{"coord":{"x":489.1666666666667,"y":729.6666666666666}}},{"type":"corner","p":{"coord":{"x":388,"y":740}},"h1":{"coord":{"x":443.3333333333333,"y":740}},"h2":{"coord":{"x":328,"y":740}}},{"type":"corner","p":{"coord":{"x":227.5,"y":705}},"h1":{"coord":{"x":274.5,"y":728.3333333333334}},"h2":{"coord":{"x":180.5,"y":681.6666666666667}}},{"type":"corner","p":{"coord":{"x":112,"y":605}},"h1":{"coord":{"x":142,"y":648.3333333333333}},"h2":{"coord":{"x":82,"y":561.6666666666667}}},{"type":"corner","p":{"coord":{"x":52,"y":450}},"h1":{"coord":{"x":62,"y":510}},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":-1,"y":111}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":-10.333333333333332,"y":51}}},{"type":"corner","p":{"coord":{"x":10.5,"y":-44}},"h1":{"coord":{"x":-6.5,"y":-0.6666666666666288}},"h2":{"coord":{"x":27.5,"y":-87.33333333333337}}},{"type":"corner","p":{"coord":{"x":98,"y":-144}},"h1":{"coord":{"x":56.66666666666667,"y":-120.66666666666663}},"h2":{"coord":{"x":139.33333333333331,"y":-167.33333333333337}}}]},{"name":"Path 2","pathPoints":[{"type":"corner","p":{"coord":{"x":427,"y":158}},"h1":{"coord":{"x":438.3333333333333,"y":170}},"h2":{"coord":{"x":415.6666666666667,"y":146}}},{"type":"corner","p":{"coord":{"x":378,"y":140}},"h1":{"coord":{"x":399.3333333333333,"y":140}},"h2":{"coord":{"x":358.6666666666667,"y":140}}},{"type":"corner","p":{"coord":{"x":336.5,"y":158.5}},"h1":{"coord":{"x":344.8333333333333,"y":146.16666666666669}},"h2":{"coord":{"x":328.1666666666667,"y":170.83333333333331}}},{"type":"corner","p":{"coord":{"x":331,"y":220}},"h1":{"coord":{"x":326.3333333333333,"y":191.33333333333331}},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":348,"y":330}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":352,"y":355.33333333333337}}},{"type":"corner","p":{"coord":{"x":373,"y":389}},"h1":{"coord":{"x":360.3333333333333,"y":375}},"h2":{"coord":{"x":385.6666666666667,"y":403}}},{"type":"corner","p":{"coord":{"x":421,"y":410}},"h1":{"coord":{"x":401.6666666666667,"y":410}},"h2":{"coord":{"x":440.3333333333333,"y":410}}},{"type":"corner","p":{"coord":{"x":462,"y":389}},"h1":{"coord":{"x":454,"y":403}},"h2":{"coord":{"x":470,"y":375}}},{"type":"corner","p":{"coord":{"x":468,"y":330}},"h1":{"coord":{"x":472,"y":355.33333333333337}},"h2":{"coord":{"x":-100,"y":561},"use":false}},{"type":"corner","p":{"coord":{"x":451,"y":220}},"h1":{"coord":{"x":100,"y":561},"use":false},"h2":{"coord":{"x":446.3333333333333,"y":190.66666666666669}}}]}]},"glyph-0x5B":{"id":"glyph-0x5B","advanceWidth":562,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":109,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":414,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":436,"y":30}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":281,"y":30}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":385,"y":690}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":540,"y":690}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":562,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":257,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}}]}]},"glyph-0x5C":{"id":"glyph-0x5C","advanceWidth":488,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":337,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":488,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":287,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":136,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}}]}]},"glyph-0x5D":{"id":"glyph-0x5D","advanceWidth":517,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":64,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":369,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":517,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":212,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":190,"y":690}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":345,"y":690}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":241,"y":30}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":86,"y":30}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}}]}]},"glyph-0x5E":{"id":"glyph-0x5E","advanceWidth":550,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":70,"y":340}},"h1":{"coord":{"x":100,"y":1070},"use":false},"h2":{"coord":{"x":-100,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":214,"y":340}},"h1":{"coord":{"x":100,"y":1070},"use":false},"h2":{"coord":{"x":-100,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":327,"y":550}},"h1":{"coord":{"x":100,"y":1070},"use":false},"h2":{"coord":{"x":335,"y":565.3333333333333}}},{"type":"corner","p":{"coord":{"x":346.5,"y":592.5}},"h1":{"coord":{"x":341.5,"y":579.5}},"h2":{"coord":{"x":351.5,"y":605.5}}},{"type":"corner","p":{"coord":{"x":357,"y":622}},"h1":{"coord":{"x":355,"y":615.3333333333333}},"h2":{"coord":{"x":357,"y":615.3333333333333}}},{"type":"corner","p":{"coord":{"x":360,"y":592.5}},"h1":{"coord":{"x":358,"y":605.5}},"h2":{"coord":{"x":362,"y":579.5}}},{"type":"corner","p":{"coord":{"x":367,"y":550}},"h1":{"coord":{"x":364.3333333333333,"y":565.3333333333333}},"h2":{"coord":{"x":-100,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":411,"y":340}},"h1":{"coord":{"x":100,"y":1070},"use":false},"h2":{"coord":{"x":-100,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":550,"y":340}},"h1":{"coord":{"x":100,"y":1070},"use":false},"h2":{"coord":{"x":-100,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":446,"y":730}},"h1":{"coord":{"x":100,"y":1070},"use":false},"h2":{"coord":{"x":-100,"y":1070},"use":false}},{"type":"corner","p":{"coord":{"x":300,"y":730}},"h1":{"coord":{"x":100,"y":1070},"use":false},"h2":{"coord":{"x":-100,"y":1070},"use":false}}]}]},"glyph-0x5F":{"id":"glyph-0x5F","advanceWidth":492,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":-10,"y":-165}},"h1":{"coord":{"x":100,"y":-190},"use":false},"h2":{"coord":{"x":-100,"y":-190},"use":false}},{"type":"corner","p":{"coord":{"x":470,"y":-165}},"h1":{"coord":{"x":100,"y":-190},"use":false},"h2":{"coord":{"x":-100,"y":-190},"use":false}},{"type":"corner","p":{"coord":{"x":492,"y":-25}},"h1":{"coord":{"x":100,"y":-190},"use":false},"h2":{"coord":{"x":-100,"y":-190},"use":false}},{"type":"corner","p":{"coord":{"x":12,"y":-25}},"h1":{"coord":{"x":100,"y":-190},"use":false},"h2":{"coord":{"x":-100,"y":-190},"use":false}}]}]},"glyph-0x60":{"id":"glyph-0x60","advanceWidth":459,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":312,"y":645}},"h1":{"coord":{"x":100,"y":1430},"use":false},"h2":{"coord":{"x":-100,"y":1430},"use":false}},{"type":"corner","p":{"coord":{"x":459,"y":645}},"h1":{"coord":{"x":100,"y":1430},"use":false},"h2":{"coord":{"x":-100,"y":1430},"use":false}},{"type":"corner","p":{"coord":{"x":376,"y":785}},"h1":{"coord":{"x":100,"y":1430},"use":false},"h2":{"coord":{"x":-100,"y":1430},"use":false}},{"type":"corner","p":{"coord":{"x":217,"y":785}},"h1":{"coord":{"x":100,"y":1430},"use":false},"h2":{"coord":{"x":-100,"y":1430},"use":false}}]}]},"glyph-0x7B":{"id":"glyph-0x7B","advanceWidth":612,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":378,"y":-111}},"h1":{"coord":{"x":342,"y":-111}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":463,"y":-111}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":486,"y":29}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":431,"y":29}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":413,"y":29}}},{"type":"corner","p":{"coord":{"x":389,"y":45.5}},"h1":{"coord":{"x":399,"y":34.5}},"h2":{"coord":{"x":379,"y":56.5}}},{"type":"corner","p":{"coord":{"x":380,"y":89}},"h1":{"coord":{"x":376,"y":71}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":414,"y":239}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":421.3333333333333,"y":271}}},{"type":"corner","p":{"coord":{"x":399.5,"y":319}},"h1":{"coord":{"x":416.5,"y":297.6666666666667}},"h2":{"coord":{"x":382.5,"y":340.3333333333333}}},{"type":"corner","p":{"coord":{"x":321,"y":360}},"h1":{"coord":{"x":356.3333333333333,"y":354}},"h2":{"coord":{"x":358.3333333333333,"y":366.6666666666667}}},{"type":"corner","p":{"coord":{"x":412.5,"y":401.5}},"h1":{"coord":{"x":388.8333333333333,"y":380.5}},"h2":{"coord":{"x":436.1666666666667,"y":422.5}}},{"type":"corner","p":{"coord":{"x":452,"y":479}},"h1":{"coord":{"x":449.3333333333333,"y":448.3333333333333}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":466,"y":630}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":468,"y":651.3333333333333}}},{"type":"corner","p":{"coord":{"x":488,"y":676}},"h1":{"coord":{"x":475.3333333333333,"y":666.6666666666667}},"h2":{"coord":{"x":500.6666666666667,"y":685.3333333333333}}},{"type":"corner","p":{"coord":{"x":535,"y":690}},"h1":{"coord":{"x":516.3333333333334,"y":690}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":590,"y":690}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":612,"y":830}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":527,"y":830}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":490.3333333333333,"y":830}}},{"type":"corner","p":{"coord":{"x":426.5,"y":808}},"h1":{"coord":{"x":456.8333333333333,"y":822.6666666666667}},"h2":{"coord":{"x":396.1666666666667,"y":793.3333333333333}}},{"type":"corner","p":{"coord":{"x":352.5,"y":745.5}},"h1":{"coord":{"x":371.5,"y":772.5}},"h2":{"coord":{"x":333.5,"y":718.5}}},{"type":"corner","p":{"coord":{"x":319,"y":650}},"h1":{"coord":{"x":322.3333333333333,"y":686.6666666666667}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":305,"y":499}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":303,"y":478.33333333333337}}},{"type":"corner","p":{"coord":{"x":279,"y":448.5}},"h1":{"coord":{"x":294.3333333333333,"y":461.5}},"h2":{"coord":{"x":263.6666666666667,"y":435.5}}},{"type":"corner","p":{"coord":{"x":224,"y":429}},"h1":{"coord":{"x":245.33333333333334,"y":429}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":99,"y":429}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":77,"y":289}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":202,"y":289}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":223.33333333333334,"y":289}}},{"type":"corner","p":{"coord":{"x":251,"y":270}},"h1":{"coord":{"x":239.66666666666666,"y":282.6666666666667}},"h2":{"coord":{"x":262.3333333333333,"y":257.3333333333333}}},{"type":"corner","p":{"coord":{"x":261,"y":219}},"h1":{"coord":{"x":265.6666666666667,"y":240.33333333333331}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":228,"y":74}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":219.33333333333334,"y":36.66666666666663}}},{"type":"corner","p":{"coord":{"x":231,"y":-23.5}},"h1":{"coord":{"x":220.33333333333334,"y":4.166666666666629}},"h2":{"coord":{"x":241.66666666666666,"y":-51.16666666666663}}},{"type":"corner","p":{"coord":{"x":285.5,"y":-88}},"h1":{"coord":{"x":259.8333333333333,"y":-72.66666666666663}},"h2":{"coord":{"x":311.1666666666667,"y":-103.33333333333337}}}]}]},"glyph-0x7C":{"id":"glyph-0x7C","advanceWidth":462,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":164,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":314,"y":-110}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":462,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}},{"type":"corner","p":{"coord":{"x":312,"y":830}},"h1":{"coord":{"x":100,"y":720},"use":false},"h2":{"coord":{"x":-100,"y":720},"use":false}}]}]},"glyph-0x7E":{"id":"glyph-0x7E","advanceWidth":587,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":36,"y":255}},"h1":{"coord":{"x":100,"y":705},"use":false},"h2":{"coord":{"x":-100,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":156,"y":255}},"h1":{"coord":{"x":100,"y":705},"use":false},"h2":{"coord":{"x":-100,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":168,"y":330}},"h1":{"coord":{"x":100,"y":705},"use":false},"h2":{"coord":{"x":172,"y":353.3333333333333}}},{"type":"corner","p":{"coord":{"x":206,"y":365}},"h1":{"coord":{"x":184.66666666666666,"y":365}},"h2":{"coord":{"x":219.33333333333334,"y":365}}},{"type":"corner","p":{"coord":{"x":238,"y":351}},"h1":{"coord":{"x":230,"y":360.3333333333333}},"h2":{"coord":{"x":246,"y":341.6666666666667}}},{"type":"corner","p":{"coord":{"x":260.5,"y":316}},"h1":{"coord":{"x":253.5,"y":330}},"h2":{"coord":{"x":267.5,"y":302}}},{"type":"corner","p":{"coord":{"x":286.5,"y":274}},"h1":{"coord":{"x":276.1666666666667,"y":288}},"h2":{"coord":{"x":296.8333333333333,"y":260}}},{"type":"corner","p":{"coord":{"x":328,"y":239}},"h1":{"coord":{"x":310.6666666666667,"y":248.33333333333331}},"h2":{"coord":{"x":345.3333333333333,"y":229.66666666666669}}},{"type":"corner","p":{"coord":{"x":397,"y":225}},"h1":{"coord":{"x":368.3333333333333,"y":225}},"h2":{"coord":{"x":444.3333333333333,"y":225}}},{"type":"corner","p":{"coord":{"x":516,"y":263}},"h1":{"coord":{"x":484,"y":237.66666666666669}},"h2":{"coord":{"x":548,"y":288.3333333333333}}},{"type":"corner","p":{"coord":{"x":574,"y":365}},"h1":{"coord":{"x":567.3333333333334,"y":322.3333333333333}},"h2":{"coord":{"x":-100,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":587,"y":450}},"h1":{"coord":{"x":100,"y":705},"use":false},"h2":{"coord":{"x":-100,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":467,"y":450}},"h1":{"coord":{"x":100,"y":705},"use":false},"h2":{"coord":{"x":-100,"y":705},"use":false}},{"type":"corner","p":{"coord":{"x":455,"y":375}},"h1":{"coord":{"x":100,"y":705},"use":false},"h2":{"coord":{"x":451.6666666666667,"y":351.6666666666667}}},{"type":"corner","p":{"coord":{"x":418,"y":340}},"h1":{"coord":{"x":439.3333333333333,"y":340}},"h2":{"coord":{"x":404.6666666666667,"y":340}}},{"type":"corner","p":{"coord":{"x":386,"y":354}},"h1":{"coord":{"x":394,"y":344.6666666666667}},"h2":{"coord":{"x":378,"y":363.3333333333333}}},{"type":"corner","p":{"coord":{"x":363.5,"y":389}},"h1":{"coord":{"x":370.5,"y":375}},"h2":{"coord":{"x":356.5,"y":403}}},{"type":"corner","p":{"coord":{"x":337.5,"y":431}},"h1":{"coord":{"x":347.8333333333333,"y":417}},"h2":{"coord":{"x":327.1666666666667,"y":445}}},{"type":"corner","p":{"coord":{"x":296,"y":466}},"h1":{"coord":{"x":313.3333333333333,"y":456.66666666666663}},"h2":{"coord":{"x":278.6666666666667,"y":475.33333333333337}}},{"type":"corner","p":{"coord":{"x":227,"y":480}},"h1":{"coord":{"x":255.66666666666666,"y":480}},"h2":{"coord":{"x":180.33333333333334,"y":480}}},{"type":"corner","p":{"coord":{"x":108.5,"y":442}},"h1":{"coord":{"x":140.83333333333331,"y":467.33333333333337}},"h2":{"coord":{"x":76.16666666666667,"y":416.6666666666667}}},{"type":"corner","p":{"coord":{"x":50,"y":340}},"h1":{"coord":{"x":56.666666666666664,"y":382.6666666666667}},"h2":{"coord":{"x":-100,"y":705},"use":false}}]}]},"glyph-0x7D":{"id":"glyph-0x7D","advanceWidth":549,"shapes":[{"name":"Path 1","pathPoints":[{"type":"corner","p":{"coord":{"x":13,"y":-111}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":98,"y":-111}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":134.66666666666666,"y":-111}}},{"type":"corner","p":{"coord":{"x":198.5,"y":-88}},"h1":{"coord":{"x":168.16666666666666,"y":-103.33333333333337}},"h2":{"coord":{"x":228.83333333333334,"y":-72.66666666666663}}},{"type":"corner","p":{"coord":{"x":273.5,"y":-23.5}},"h1":{"coord":{"x":253.83333333333334,"y":-51.16666666666663}},"h2":{"coord":{"x":293.1666666666667,"y":4.166666666666629}}},{"type":"corner","p":{"coord":{"x":308,"y":74}},"h1":{"coord":{"x":304.6666666666667,"y":36.66666666666663}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":321,"y":219}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":322.3333333333333,"y":240.33333333333331}}},{"type":"corner","p":{"coord":{"x":347,"y":270}},"h1":{"coord":{"x":331,"y":257.3333333333333}},"h2":{"coord":{"x":363,"y":282.6666666666667}}},{"type":"corner","p":{"coord":{"x":402,"y":289}},"h1":{"coord":{"x":381.3333333333333,"y":289}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":527,"y":289}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":549,"y":429}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":424,"y":429}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":403.3333333333333,"y":429}}},{"type":"corner","p":{"coord":{"x":375.5,"y":448.5}},"h1":{"coord":{"x":387.1666666666667,"y":435.5}},"h2":{"coord":{"x":363.8333333333333,"y":461.5}}},{"type":"corner","p":{"coord":{"x":365,"y":499}},"h1":{"coord":{"x":360.3333333333333,"y":478.33333333333337}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":399,"y":650}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":407,"y":686.6666666666667}}},{"type":"corner","p":{"coord":{"x":395,"y":745.5}},"h1":{"coord":{"x":405.6666666666667,"y":718.5}},"h2":{"coord":{"x":384.3333333333333,"y":772.5}}},{"type":"corner","p":{"coord":{"x":340.5,"y":808}},"h1":{"coord":{"x":366.1666666666667,"y":793.3333333333333}},"h2":{"coord":{"x":314.8333333333333,"y":822.6666666666667}}},{"type":"corner","p":{"coord":{"x":247,"y":830}},"h1":{"coord":{"x":283.6666666666667,"y":830}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":162,"y":830}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":140,"y":690}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":195,"y":690}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":214.33333333333334,"y":690}}},{"type":"corner","p":{"coord":{"x":239,"y":676}},"h1":{"coord":{"x":229,"y":685.3333333333333}},"h2":{"coord":{"x":249,"y":666.6666666666667}}},{"type":"corner","p":{"coord":{"x":246,"y":630}},"h1":{"coord":{"x":251.33333333333334,"y":651.3333333333333}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":212,"y":479}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":204.66666666666666,"y":448.3333333333333}}},{"type":"corner","p":{"coord":{"x":226.5,"y":401.5}},"h1":{"coord":{"x":209.5,"y":422.5}},"h2":{"coord":{"x":243.5,"y":380.5}}},{"type":"corner","p":{"coord":{"x":306,"y":360}},"h1":{"coord":{"x":270,"y":366.6666666666667}},"h2":{"coord":{"x":268,"y":354}}},{"type":"corner","p":{"coord":{"x":213.5,"y":319}},"h1":{"coord":{"x":237.16666666666666,"y":340.3333333333333}},"h2":{"coord":{"x":189.83333333333334,"y":297.6666666666667}}},{"type":"corner","p":{"coord":{"x":174,"y":239}},"h1":{"coord":{"x":176.66666666666666,"y":271}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":160,"y":89}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":158,"y":71}}},{"type":"corner","p":{"coord":{"x":137.5,"y":45.5}},"h1":{"coord":{"x":150.5,"y":56.5}},"h2":{"coord":{"x":124.5,"y":34.5}}},{"type":"corner","p":{"coord":{"x":91,"y":29}},"h1":{"coord":{"x":109,"y":29}},"h2":{"coord":{"x":-100,"y":719},"use":false}},{"type":"corner","p":{"coord":{"x":36,"y":29}},"h1":{"coord":{"x":100,"y":719},"use":false},"h2":{"coord":{"x":-100,"y":719},"use":false}}]}]}},"ligatures":{},"components":{},"kerning":{"kern-0":{"leftGroup":["0x31"],"rightGroup":["0x30"],"value":-154},"kern-1":{"leftGroup":["0x31"],"rightGroup":["0x32"],"value":-154},"kern-2":{"leftGroup":["0x31"],"rightGroup":["0x33"],"value":-154},"kern-3":{"leftGroup":["0x31"],"rightGroup":["0x34"],"value":-154},"kern-4":{"leftGroup":["0x31"],"rightGroup":["0x35"],"value":-154},"kern-5":{"leftGroup":["0x31"],"rightGroup":["0x36"],"value":-154},"kern-6":{"leftGroup":["0x31"],"rightGroup":["0x37"],"value":-157},"kern-7":{"leftGroup":["0x31"],"rightGroup":["0x38"],"value":-154},"kern-8":{"leftGroup":["0x31"],"rightGroup":["0x39"],"value":-154},"kern-9":{"leftGroup":["0x32"],"rightGroup":["0x30"],"value":-150},"kern-10":{"leftGroup":["0x32"],"rightGroup":["0x31"],"value":-153},"kern-11":{"leftGroup":["0x32"],"rightGroup":["0x33"],"value":-151},"kern-12":{"leftGroup":["0x32"],"rightGroup":["0x34"],"value":-150},"kern-13":{"leftGroup":["0x32"],"rightGroup":["0x35"],"value":-151},"kern-14":{"leftGroup":["0x32"],"rightGroup":["0x36"],"value":-150},"kern-15":{"leftGroup":["0x32"],"rightGroup":["0x37"],"value":-154},"kern-16":{"leftGroup":["0x32"],"rightGroup":["0x38"],"value":-150},"kern-17":{"leftGroup":["0x32"],"rightGroup":["0x39"],"value":-151},"kern-18":{"leftGroup":["0x42"],"rightGroup":["0x41"],"value":-169},"kern-19":{"leftGroup":["0x42"],"rightGroup":["0x43"],"value":-169},"kern-20":{"leftGroup":["0x42"],"rightGroup":["0x44"],"value":-169},"kern-21":{"leftGroup":["0x42"],"rightGroup":["0x45"],"value":-169},"kern-22":{"leftGroup":["0x42"],"rightGroup":["0x46"],"value":-169},"kern-23":{"leftGroup":["0x42"],"rightGroup":["0x47"],"value":-169},"kern-24":{"leftGroup":["0x42"],"rightGroup":["0x48"],"value":-169},"kern-25":{"leftGroup":["0x42"],"rightGroup":["0x49"],"value":-169},"kern-26":{"leftGroup":["0x42"],"rightGroup":["0x4B"],"value":-169},"kern-27":{"leftGroup":["0x42"],"rightGroup":["0x4C"],"value":-169},"kern-28":{"leftGroup":["0x42"],"rightGroup":["0x4D"],"value":-169},"kern-29":{"leftGroup":["0x42"],"rightGroup":["0x4E"],"value":-169},"kern-30":{"leftGroup":["0x42"],"rightGroup":["0x50"],"value":-169},"kern-31":{"leftGroup":["0x42"],"rightGroup":["0x52"],"value":-169},"kern-32":{"leftGroup":["0x42"],"rightGroup":["0x54"],"value":-176},"kern-33":{"leftGroup":["0x42"],"rightGroup":["0x55"],"value":-169},"kern-34":{"leftGroup":["0x42"],"rightGroup":["0x58"],"value":-173},"kern-35":{"leftGroup":["0x42"],"rightGroup":["0x5A"],"value":-170},"kern-36":{"leftGroup":["0x43"],"rightGroup":["0x41"],"value":-140},"kern-37":{"leftGroup":["0x43"],"rightGroup":["0x42"],"value":-140},"kern-38":{"leftGroup":["0x43"],"rightGroup":["0x44"],"value":-140},"kern-39":{"leftGroup":["0x43"],"rightGroup":["0x45"],"value":-140},"kern-40":{"leftGroup":["0x43"],"rightGroup":["0x46"],"value":-140},"kern-41":{"leftGroup":["0x43"],"rightGroup":["0x47"],"value":-140},"kern-42":{"leftGroup":["0x43"],"rightGroup":["0x48"],"value":-141},"kern-43":{"leftGroup":["0x43"],"rightGroup":["0x49"],"value":-140},"kern-44":{"leftGroup":["0x43"],"rightGroup":["0x4A"],"value":13},"kern-45":{"leftGroup":["0x43"],"rightGroup":["0x4B"],"value":-140},"kern-46":{"leftGroup":["0x43"],"rightGroup":["0x4C"],"value":-140},"kern-47":{"leftGroup":["0x43"],"rightGroup":["0x4D"],"value":-141},"kern-48":{"leftGroup":["0x43"],"rightGroup":["0x4E"],"value":-141},"kern-49":{"leftGroup":["0x43"],"rightGroup":["0x50"],"value":-140},"kern-50":{"leftGroup":["0x43"],"rightGroup":["0x52"],"value":-140},"kern-51":{"leftGroup":["0x43"],"rightGroup":["0x54"],"value":-139},"kern-52":{"leftGroup":["0x43"],"rightGroup":["0x55"],"value":-141},"kern-53":{"leftGroup":["0x43"],"rightGroup":["0x58"],"value":-140},"kern-54":{"leftGroup":["0x43"],"rightGroup":["0x5A"],"value":-140},"kern-55":{"leftGroup":["0x45"],"rightGroup":["0x41"],"value":-141},"kern-56":{"leftGroup":["0x45"],"rightGroup":["0x42"],"value":-141},"kern-57":{"leftGroup":["0x45"],"rightGroup":["0x43"],"value":-141},"kern-58":{"leftGroup":["0x45"],"rightGroup":["0x44"],"value":-141},"kern-59":{"leftGroup":["0x45"],"rightGroup":["0x46"],"value":-141},"kern-60":{"leftGroup":["0x45"],"rightGroup":["0x47"],"value":-141},"kern-61":{"leftGroup":["0x45"],"rightGroup":["0x48"],"value":-142},"kern-62":{"leftGroup":["0x45"],"rightGroup":["0x49"],"value":-141},"kern-63":{"leftGroup":["0x45"],"rightGroup":["0x4A"],"value":12},"kern-64":{"leftGroup":["0x45"],"rightGroup":["0x4B"],"value":-141},"kern-65":{"leftGroup":["0x45"],"rightGroup":["0x4C"],"value":-141},"kern-66":{"leftGroup":["0x45"],"rightGroup":["0x4D"],"value":-142},"kern-67":{"leftGroup":["0x45"],"rightGroup":["0x4E"],"value":-142},"kern-68":{"leftGroup":["0x45"],"rightGroup":["0x50"],"value":-141},"kern-69":{"leftGroup":["0x45"],"rightGroup":["0x52"],"value":-141},"kern-70":{"leftGroup":["0x45"],"rightGroup":["0x54"],"value":-140},"kern-71":{"leftGroup":["0x45"],"rightGroup":["0x55"],"value":-142},"kern-72":{"leftGroup":["0x45"],"rightGroup":["0x58"],"value":-141},"kern-73":{"leftGroup":["0x45"],"rightGroup":["0x5A"],"value":-141},"kern-74":{"leftGroup":["0x46"],"rightGroup":["0x41"],"value":-131},"kern-75":{"leftGroup":["0x46"],"rightGroup":["0x42"],"value":-131},"kern-76":{"leftGroup":["0x46"],"rightGroup":["0x43"],"value":-131},"kern-77":{"leftGroup":["0x46"],"rightGroup":["0x44"],"value":-131},"kern-78":{"leftGroup":["0x46"],"rightGroup":["0x45"],"value":-131},"kern-79":{"leftGroup":["0x46"],"rightGroup":["0x47"],"value":-131},"kern-80":{"leftGroup":["0x46"],"rightGroup":["0x48"],"value":-132},"kern-81":{"leftGroup":["0x46"],"rightGroup":["0x49"],"value":-131},"kern-82":{"leftGroup":["0x46"],"rightGroup":["0x4A"],"value":-146},"kern-83":{"leftGroup":["0x46"],"rightGroup":["0x4B"],"value":-131},"kern-84":{"leftGroup":["0x46"],"rightGroup":["0x4C"],"value":-131},"kern-85":{"leftGroup":["0x46"],"rightGroup":["0x4D"],"value":-132},"kern-86":{"leftGroup":["0x46"],"rightGroup":["0x4E"],"value":-132},"kern-87":{"leftGroup":["0x46"],"rightGroup":["0x50"],"value":-131},"kern-88":{"leftGroup":["0x46"],"rightGroup":["0x52"],"value":-131},"kern-89":{"leftGroup":["0x46"],"rightGroup":["0x54"],"value":-130},"kern-90":{"leftGroup":["0x46"],"rightGroup":["0x55"],"value":-132},"kern-91":{"leftGroup":["0x46"],"rightGroup":["0x58"],"value":-131},"kern-92":{"leftGroup":["0x46"],"rightGroup":["0x5A"],"value":-131},"kern-93":{"leftGroup":["0x47"],"rightGroup":["0x41"],"value":-144},"kern-94":{"leftGroup":["0x47"],"rightGroup":["0x42"],"value":-144},"kern-95":{"leftGroup":["0x47"],"rightGroup":["0x43"],"value":-144},"kern-96":{"leftGroup":["0x47"],"rightGroup":["0x44"],"value":-144},"kern-97":{"leftGroup":["0x47"],"rightGroup":["0x45"],"value":-144},"kern-98":{"leftGroup":["0x47"],"rightGroup":["0x46"],"value":-144},"kern-99":{"leftGroup":["0x47"],"rightGroup":["0x48"],"value":-145},"kern-100":{"leftGroup":["0x47"],"rightGroup":["0x49"],"value":-144},"kern-101":{"leftGroup":["0x47"],"rightGroup":["0x4B"],"value":-144},"kern-102":{"leftGroup":["0x47"],"rightGroup":["0x4C"],"value":-144},"kern-103":{"leftGroup":["0x47"],"rightGroup":["0x4D"],"value":-145},"kern-104":{"leftGroup":["0x47"],"rightGroup":["0x4E"],"value":-145},"kern-105":{"leftGroup":["0x47"],"rightGroup":["0x50"],"value":-144},"kern-106":{"leftGroup":["0x47"],"rightGroup":["0x52"],"value":-144},"kern-107":{"leftGroup":["0x47"],"rightGroup":["0x54"],"value":-143},"kern-108":{"leftGroup":["0x47"],"rightGroup":["0x55"],"value":-145},"kern-109":{"leftGroup":["0x47"],"rightGroup":["0x58"],"value":-144},"kern-110":{"leftGroup":["0x47"],"rightGroup":["0x5A"],"value":-144},"kern-111":{"leftGroup":["0x4B"],"rightGroup":["0x41"],"value":-133},"kern-112":{"leftGroup":["0x4B"],"rightGroup":["0x42"],"value":-133},"kern-113":{"leftGroup":["0x4B"],"rightGroup":["0x43"],"value":-133},"kern-114":{"leftGroup":["0x4B"],"rightGroup":["0x44"],"value":-133},"kern-115":{"leftGroup":["0x4B"],"rightGroup":["0x45"],"value":-133},"kern-116":{"leftGroup":["0x4B"],"rightGroup":["0x46"],"value":-133},"kern-117":{"leftGroup":["0x4B"],"rightGroup":["0x47"],"value":-133},"kern-118":{"leftGroup":["0x4B"],"rightGroup":["0x48"],"value":-134},"kern-119":{"leftGroup":["0x4B"],"rightGroup":["0x49"],"value":-133},"kern-120":{"leftGroup":["0x4B"],"rightGroup":["0x4A"],"value":25},"kern-121":{"leftGroup":["0x4B"],"rightGroup":["0x4C"],"value":-133},"kern-122":{"leftGroup":["0x4B"],"rightGroup":["0x4D"],"value":-134},"kern-123":{"leftGroup":["0x4B"],"rightGroup":["0x4E"],"value":-134},"kern-124":{"leftGroup":["0x4B"],"rightGroup":["0x50"],"value":-133},"kern-125":{"leftGroup":["0x4B"],"rightGroup":["0x52"],"value":-133},"kern-126":{"leftGroup":["0x4B"],"rightGroup":["0x54"],"value":-132},"kern-127":{"leftGroup":["0x4B"],"rightGroup":["0x55"],"value":-134},"kern-128":{"leftGroup":["0x4B"],"rightGroup":["0x58"],"value":-133},"kern-129":{"leftGroup":["0x4B"],"rightGroup":["0x5A"],"value":-133},"kern-130":{"leftGroup":["0x4C"],"rightGroup":["0x41"],"value":-181},"kern-131":{"leftGroup":["0x4C"],"rightGroup":["0x42"],"value":-181},"kern-132":{"leftGroup":["0x4C"],"rightGroup":["0x43"],"value":-181},"kern-133":{"leftGroup":["0x4C"],"rightGroup":["0x44"],"value":-181},"kern-134":{"leftGroup":["0x4C"],"rightGroup":["0x45"],"value":-181},"kern-135":{"leftGroup":["0x4C"],"rightGroup":["0x46"],"value":-181},"kern-136":{"leftGroup":["0x4C"],"rightGroup":["0x47"],"value":-181},"kern-137":{"leftGroup":["0x4C"],"rightGroup":["0x48"],"value":-181},"kern-138":{"leftGroup":["0x4C"],"rightGroup":["0x49"],"value":-181},"kern-139":{"leftGroup":["0x4C"],"rightGroup":["0x4A"],"value":18},"kern-140":{"leftGroup":["0x4C"],"rightGroup":["0x4B"],"value":-181},"kern-141":{"leftGroup":["0x4C"],"rightGroup":["0x4D"],"value":-181},"kern-142":{"leftGroup":["0x4C"],"rightGroup":["0x4E"],"value":-181},"kern-143":{"leftGroup":["0x4C"],"rightGroup":["0x50"],"value":-181},"kern-144":{"leftGroup":["0x4C"],"rightGroup":["0x52"],"value":-181},"kern-145":{"leftGroup":["0x4C"],"rightGroup":["0x54"],"value":-187},"kern-146":{"leftGroup":["0x4C"],"rightGroup":["0x55"],"value":-181},"kern-147":{"leftGroup":["0x4C"],"rightGroup":["0x58"],"value":-181},"kern-148":{"leftGroup":["0x4C"],"rightGroup":["0x5A"],"value":-181},"kern-149":{"leftGroup":["0x50"],"rightGroup":["0x41"],"value":-138},"kern-150":{"leftGroup":["0x50"],"rightGroup":["0x42"],"value":-138},"kern-151":{"leftGroup":["0x50"],"rightGroup":["0x43"],"value":-138},"kern-152":{"leftGroup":["0x50"],"rightGroup":["0x44"],"value":-138},"kern-153":{"leftGroup":["0x50"],"rightGroup":["0x45"],"value":-138},"kern-154":{"leftGroup":["0x50"],"rightGroup":["0x46"],"value":-138},"kern-155":{"leftGroup":["0x50"],"rightGroup":["0x47"],"value":-138},"kern-156":{"leftGroup":["0x50"],"rightGroup":["0x48"],"value":-139},"kern-157":{"leftGroup":["0x50"],"rightGroup":["0x49"],"value":-139},"kern-158":{"leftGroup":["0x50"],"rightGroup":["0x4A"],"value":-86},"kern-159":{"leftGroup":["0x50"],"rightGroup":["0x4B"],"value":-139},"kern-160":{"leftGroup":["0x50"],"rightGroup":["0x4C"],"value":-138},"kern-161":{"leftGroup":["0x50"],"rightGroup":["0x4D"],"value":-139},"kern-162":{"leftGroup":["0x50"],"rightGroup":["0x4E"],"value":-139},"kern-163":{"leftGroup":["0x50"],"rightGroup":["0x52"],"value":-138},"kern-164":{"leftGroup":["0x50"],"rightGroup":["0x54"],"value":-137},"kern-165":{"leftGroup":["0x50"],"rightGroup":["0x55"],"value":-139},"kern-166":{"leftGroup":["0x50"],"rightGroup":["0x58"],"value":-138},"kern-167":{"leftGroup":["0x50"],"rightGroup":["0x5A"],"value":-138},"kern-168":{"leftGroup":["0x52"],"rightGroup":["0x41"],"value":-142},"kern-169":{"leftGroup":["0x52"],"rightGroup":["0x42"],"value":-142},"kern-170":{"leftGroup":["0x52"],"rightGroup":["0x43"],"value":-142},"kern-171":{"leftGroup":["0x52"],"rightGroup":["0x44"],"value":-142},"kern-172":{"leftGroup":["0x52"],"rightGroup":["0x45"],"value":-142},"kern-173":{"leftGroup":["0x52"],"rightGroup":["0x46"],"value":-142},"kern-174":{"leftGroup":["0x52"],"rightGroup":["0x47"],"value":-142},"kern-175":{"leftGroup":["0x52"],"rightGroup":["0x48"],"value":-143},"kern-176":{"leftGroup":["0x52"],"rightGroup":["0x49"],"value":-142},"kern-177":{"leftGroup":["0x52"],"rightGroup":["0x4A"],"value":9},"kern-178":{"leftGroup":["0x52"],"rightGroup":["0x4B"],"value":-142},"kern-179":{"leftGroup":["0x52"],"rightGroup":["0x4C"],"value":-142},"kern-180":{"leftGroup":["0x52"],"rightGroup":["0x4D"],"value":-143},"kern-181":{"leftGroup":["0x52"],"rightGroup":["0x4E"],"value":-143},"kern-182":{"leftGroup":["0x52"],"rightGroup":["0x50"],"value":-142},"kern-183":{"leftGroup":["0x52"],"rightGroup":["0x54"],"value":-141},"kern-184":{"leftGroup":["0x52"],"rightGroup":["0x55"],"value":-143},"kern-185":{"leftGroup":["0x52"],"rightGroup":["0x58"],"value":-142},"kern-186":{"leftGroup":["0x52"],"rightGroup":["0x5A"],"value":-142},"kern-187":{"leftGroup":["0x53"],"rightGroup":["0x41"],"value":-150},"kern-188":{"leftGroup":["0x53"],"rightGroup":["0x42"],"value":-150},"kern-189":{"leftGroup":["0x53"],"rightGroup":["0x43"],"value":-150},"kern-190":{"leftGroup":["0x53"],"rightGroup":["0x44"],"value":-150},"kern-191":{"leftGroup":["0x53"],"rightGroup":["0x45"],"value":-150},"kern-192":{"leftGroup":["0x53"],"rightGroup":["0x46"],"value":-150},"kern-193":{"leftGroup":["0x53"],"rightGroup":["0x47"],"value":-150},"kern-194":{"leftGroup":["0x53"],"rightGroup":["0x48"],"value":-151},"kern-195":{"leftGroup":["0x53"],"rightGroup":["0x49"],"value":-150},"kern-196":{"leftGroup":["0x53"],"rightGroup":["0x4A"],"value":3},"kern-197":{"leftGroup":["0x53"],"rightGroup":["0x4B"],"value":-150},"kern-198":{"leftGroup":["0x53"],"rightGroup":["0x4C"],"value":-150},"kern-199":{"leftGroup":["0x53"],"rightGroup":["0x4D"],"value":-151},"kern-200":{"leftGroup":["0x53"],"rightGroup":["0x4E"],"value":-151},"kern-201":{"leftGroup":["0x53"],"rightGroup":["0x50"],"value":-150},"kern-202":{"leftGroup":["0x53"],"rightGroup":["0x52"],"value":-150},"kern-203":{"leftGroup":["0x53"],"rightGroup":["0x54"],"value":-149},"kern-204":{"leftGroup":["0x53"],"rightGroup":["0x55"],"value":-151},"kern-205":{"leftGroup":["0x53"],"rightGroup":["0x58"],"value":-150},"kern-206":{"leftGroup":["0x53"],"rightGroup":["0x5A"],"value":-150},"kern-207":{"leftGroup":["0x54"],"rightGroup":["0x41"],"value":-130},"kern-208":{"leftGroup":["0x54"],"rightGroup":["0x42"],"value":-130},"kern-209":{"leftGroup":["0x54"],"rightGroup":["0x43"],"value":-130},"kern-210":{"leftGroup":["0x54"],"rightGroup":["0x44"],"value":-130},"kern-211":{"leftGroup":["0x54"],"rightGroup":["0x45"],"value":-130},"kern-212":{"leftGroup":["0x54"],"rightGroup":["0x46"],"value":-130},"kern-213":{"leftGroup":["0x54"],"rightGroup":["0x47"],"value":-130},"kern-214":{"leftGroup":["0x54"],"rightGroup":["0x48"],"value":-131},"kern-215":{"leftGroup":["0x54"],"rightGroup":["0x49"],"value":-130},"kern-216":{"leftGroup":["0x54"],"rightGroup":["0x4A"],"value":-179},"kern-217":{"leftGroup":["0x54"],"rightGroup":["0x4B"],"value":-130},"kern-218":{"leftGroup":["0x54"],"rightGroup":["0x4C"],"value":-130},"kern-219":{"leftGroup":["0x54"],"rightGroup":["0x4D"],"value":-131},"kern-220":{"leftGroup":["0x54"],"rightGroup":["0x4E"],"value":-131},"kern-221":{"leftGroup":["0x54"],"rightGroup":["0x50"],"value":-130},"kern-222":{"leftGroup":["0x54"],"rightGroup":["0x52"],"value":-130},"kern-223":{"leftGroup":["0x54"],"rightGroup":["0x55"],"value":-131},"kern-224":{"leftGroup":["0x54"],"rightGroup":["0x58"],"value":-130},"kern-225":{"leftGroup":["0x54"],"rightGroup":["0x5A"],"value":-130},"kern-226":{"leftGroup":["0x56"],"rightGroup":["0x41"],"value":-129},"kern-227":{"leftGroup":["0x56"],"rightGroup":["0x42"],"value":-129},"kern-228":{"leftGroup":["0x56"],"rightGroup":["0x43"],"value":-129},"kern-229":{"leftGroup":["0x56"],"rightGroup":["0x44"],"value":-130},"kern-230":{"leftGroup":["0x56"],"rightGroup":["0x45"],"value":-129},"kern-231":{"leftGroup":["0x56"],"rightGroup":["0x46"],"value":-129},"kern-232":{"leftGroup":["0x56"],"rightGroup":["0x47"],"value":-130},"kern-233":{"leftGroup":["0x56"],"rightGroup":["0x48"],"value":-130},"kern-234":{"leftGroup":["0x56"],"rightGroup":["0x49"],"value":-130},"kern-235":{"leftGroup":["0x56"],"rightGroup":["0x4A"],"value":-123},"kern-236":{"leftGroup":["0x56"],"rightGroup":["0x4B"],"value":-130},"kern-237":{"leftGroup":["0x56"],"rightGroup":["0x4C"],"value":-130},"kern-238":{"leftGroup":["0x56"],"rightGroup":["0x4D"],"value":-130},"kern-239":{"leftGroup":["0x56"],"rightGroup":["0x4E"],"value":-130},"kern-240":{"leftGroup":["0x56"],"rightGroup":["0x50"],"value":-130},"kern-241":{"leftGroup":["0x56"],"rightGroup":["0x52"],"value":-129},"kern-242":{"leftGroup":["0x56"],"rightGroup":["0x54"],"value":-129},"kern-243":{"leftGroup":["0x56"],"rightGroup":["0x55"],"value":-130},"kern-244":{"leftGroup":["0x56"],"rightGroup":["0x58"],"value":-130},"kern-245":{"leftGroup":["0x56"],"rightGroup":["0x5A"],"value":-130},"kern-246":{"leftGroup":["0x58"],"rightGroup":["0x41"],"value":-139},"kern-247":{"leftGroup":["0x58"],"rightGroup":["0x42"],"value":-139},"kern-248":{"leftGroup":["0x58"],"rightGroup":["0x43"],"value":-139},"kern-249":{"leftGroup":["0x58"],"rightGroup":["0x44"],"value":-139},"kern-250":{"leftGroup":["0x58"],"rightGroup":["0x45"],"value":-139},"kern-251":{"leftGroup":["0x58"],"rightGroup":["0x46"],"value":-139},"kern-252":{"leftGroup":["0x58"],"rightGroup":["0x47"],"value":-139},"kern-253":{"leftGroup":["0x58"],"rightGroup":["0x48"],"value":-140},"kern-254":{"leftGroup":["0x58"],"rightGroup":["0x49"],"value":-140},"kern-255":{"leftGroup":["0x58"],"rightGroup":["0x4A"],"value":15},"kern-256":{"leftGroup":["0x58"],"rightGroup":["0x4B"],"value":-140},"kern-257":{"leftGroup":["0x58"],"rightGroup":["0x4C"],"value":-139},"kern-258":{"leftGroup":["0x58"],"rightGroup":["0x4D"],"value":-140},"kern-259":{"leftGroup":["0x58"],"rightGroup":["0x4E"],"value":-140},"kern-260":{"leftGroup":["0x58"],"rightGroup":["0x50"],"value":-139},"kern-261":{"leftGroup":["0x58"],"rightGroup":["0x52"],"value":-139},"kern-262":{"leftGroup":["0x58"],"rightGroup":["0x54"],"value":-138},"kern-263":{"leftGroup":["0x58"],"rightGroup":["0x55"],"value":-140},"kern-264":{"leftGroup":["0x58"],"rightGroup":["0x5A"],"value":-139},"kern-265":{"leftGroup":["0x5A"],"rightGroup":["0x41"],"value":-138},"kern-266":{"leftGroup":["0x5A"],"rightGroup":["0x42"],"value":-138},"kern-267":{"leftGroup":["0x5A"],"rightGroup":["0x43"],"value":-138},"kern-268":{"leftGroup":["0x5A"],"rightGroup":["0x44"],"value":-138},"kern-269":{"leftGroup":["0x5A"],"rightGroup":["0x45"],"value":-138},"kern-270":{"leftGroup":["0x5A"],"rightGroup":["0x46"],"value":-138},"kern-271":{"leftGroup":["0x5A"],"rightGroup":["0x47"],"value":-138},"kern-272":{"leftGroup":["0x5A"],"rightGroup":["0x48"],"value":-139},"kern-273":{"leftGroup":["0x5A"],"rightGroup":["0x49"],"value":-139},"kern-274":{"leftGroup":["0x5A"],"rightGroup":["0x4A"],"value":13},"kern-275":{"leftGroup":["0x5A"],"rightGroup":["0x4B"],"value":-139},"kern-276":{"leftGroup":["0x5A"],"rightGroup":["0x4C"],"value":-138},"kern-277":{"leftGroup":["0x5A"],"rightGroup":["0x4D"],"value":-139},"kern-278":{"leftGroup":["0x5A"],"rightGroup":["0x4E"],"value":-139},"kern-279":{"leftGroup":["0x5A"],"rightGroup":["0x50"],"value":-138},"kern-280":{"leftGroup":["0x5A"],"rightGroup":["0x52"],"value":-138},"kern-281":{"leftGroup":["0x5A"],"rightGroup":["0x54"],"value":-137},"kern-282":{"leftGroup":["0x5A"],"rightGroup":["0x55"],"value":-139},"kern-283":{"leftGroup":["0x5A"],"rightGroup":["0x58"],"value":-138}}}
\ No newline at end of file
diff --git a/res/fonts/racespace/RACESPACEREGULAR-Extended.otf b/res/fonts/racespace/RACESPACEREGULAR-Extended.otf
new file mode 100644
index 00000000..213bf0ad
Binary files /dev/null and b/res/fonts/racespace/RACESPACEREGULAR-Extended.otf differ
diff --git a/res/fonts/racespace/RACESPACESTRIPE-Extended.otf b/res/fonts/racespace/RACESPACESTRIPE-Extended.otf
new file mode 100644
index 00000000..628eb300
Binary files /dev/null and b/res/fonts/racespace/RACESPACESTRIPE-Extended.otf differ
diff --git a/res/fonts/racespace/original/RACESPACEREGULAR.otf b/res/fonts/racespace/original/RACESPACEREGULAR.otf
new file mode 100644
index 00000000..97550611
Binary files /dev/null and b/res/fonts/racespace/original/RACESPACEREGULAR.otf differ
diff --git a/res/fonts/racespace/original/RACESPACEREGULAR_preview.png b/res/fonts/racespace/original/RACESPACEREGULAR_preview.png
new file mode 100644
index 00000000..e20f313a
Binary files /dev/null and b/res/fonts/racespace/original/RACESPACEREGULAR_preview.png differ
diff --git a/res/fonts/racespace/original/RACESPACESTRIPE.otf b/res/fonts/racespace/original/RACESPACESTRIPE.otf
new file mode 100644
index 00000000..f11a36ec
Binary files /dev/null and b/res/fonts/racespace/original/RACESPACESTRIPE.otf differ
diff --git a/res/fonts/racespace/original/RACESPACESTRIPE_preview.png b/res/fonts/racespace/original/RACESPACESTRIPE_preview.png
new file mode 100644
index 00000000..bd6ed164
Binary files /dev/null and b/res/fonts/racespace/original/RACESPACESTRIPE_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-BoldItalic_preview.png b/res/fonts/roboto-mono/RobotoMono-BoldItalic_preview.png
new file mode 100644
index 00000000..8cc420f4
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-BoldItalic_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-Bold_preview.png b/res/fonts/roboto-mono/RobotoMono-Bold_preview.png
new file mode 100644
index 00000000..7c2fd3ad
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-Bold_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-ExtraLightItalic_preview.png b/res/fonts/roboto-mono/RobotoMono-ExtraLightItalic_preview.png
new file mode 100644
index 00000000..e623660f
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-ExtraLightItalic_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-ExtraLight_preview.png b/res/fonts/roboto-mono/RobotoMono-ExtraLight_preview.png
new file mode 100644
index 00000000..21b29f67
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-ExtraLight_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-Italic_preview.png b/res/fonts/roboto-mono/RobotoMono-Italic_preview.png
new file mode 100644
index 00000000..5475a5c0
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-Italic_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-LightItalic_preview.png b/res/fonts/roboto-mono/RobotoMono-LightItalic_preview.png
new file mode 100644
index 00000000..52f0e047
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-LightItalic_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-Light_preview.png b/res/fonts/roboto-mono/RobotoMono-Light_preview.png
new file mode 100644
index 00000000..6ae9798e
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-Light_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-MediumItalic_preview.png b/res/fonts/roboto-mono/RobotoMono-MediumItalic_preview.png
new file mode 100644
index 00000000..d313abbb
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-MediumItalic_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-Medium_preview.png b/res/fonts/roboto-mono/RobotoMono-Medium_preview.png
new file mode 100644
index 00000000..099dabd3
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-Medium_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-Regular_preview.png b/res/fonts/roboto-mono/RobotoMono-Regular_preview.png
new file mode 100644
index 00000000..38e2dd45
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-Regular_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-SemiBoldItalic_preview.png b/res/fonts/roboto-mono/RobotoMono-SemiBoldItalic_preview.png
new file mode 100644
index 00000000..aed3e0eb
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-SemiBoldItalic_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-SemiBold_preview.png b/res/fonts/roboto-mono/RobotoMono-SemiBold_preview.png
new file mode 100644
index 00000000..baf45219
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-SemiBold_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-ThinItalic_preview.png b/res/fonts/roboto-mono/RobotoMono-ThinItalic_preview.png
new file mode 100644
index 00000000..3882ba33
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-ThinItalic_preview.png differ
diff --git a/res/fonts/roboto-mono/RobotoMono-Thin_preview.png b/res/fonts/roboto-mono/RobotoMono-Thin_preview.png
new file mode 100644
index 00000000..038e6b85
Binary files /dev/null and b/res/fonts/roboto-mono/RobotoMono-Thin_preview.png differ
diff --git a/res/fonts/roboto/Roboto-BlackItalic_preview.png b/res/fonts/roboto/Roboto-BlackItalic_preview.png
new file mode 100644
index 00000000..0ae148c7
Binary files /dev/null and b/res/fonts/roboto/Roboto-BlackItalic_preview.png differ
diff --git a/res/fonts/roboto/Roboto-Black_preview.png b/res/fonts/roboto/Roboto-Black_preview.png
new file mode 100644
index 00000000..fb888918
Binary files /dev/null and b/res/fonts/roboto/Roboto-Black_preview.png differ
diff --git a/res/fonts/roboto/Roboto-BoldItalic_preview.png b/res/fonts/roboto/Roboto-BoldItalic_preview.png
new file mode 100644
index 00000000..dd2f9027
Binary files /dev/null and b/res/fonts/roboto/Roboto-BoldItalic_preview.png differ
diff --git a/res/fonts/roboto/Roboto-Bold_preview.png b/res/fonts/roboto/Roboto-Bold_preview.png
new file mode 100644
index 00000000..39db27a4
Binary files /dev/null and b/res/fonts/roboto/Roboto-Bold_preview.png differ
diff --git a/res/fonts/roboto/Roboto-Italic_preview.png b/res/fonts/roboto/Roboto-Italic_preview.png
new file mode 100644
index 00000000..f2ca9f2f
Binary files /dev/null and b/res/fonts/roboto/Roboto-Italic_preview.png differ
diff --git a/res/fonts/roboto/Roboto-LightItalic_preview.png b/res/fonts/roboto/Roboto-LightItalic_preview.png
new file mode 100644
index 00000000..cb1e9bfb
Binary files /dev/null and b/res/fonts/roboto/Roboto-LightItalic_preview.png differ
diff --git a/res/fonts/roboto/Roboto-Light_preview.png b/res/fonts/roboto/Roboto-Light_preview.png
new file mode 100644
index 00000000..b6bc711d
Binary files /dev/null and b/res/fonts/roboto/Roboto-Light_preview.png differ
diff --git a/res/fonts/roboto/Roboto-MediumItalic_preview.png b/res/fonts/roboto/Roboto-MediumItalic_preview.png
new file mode 100644
index 00000000..3e0806e2
Binary files /dev/null and b/res/fonts/roboto/Roboto-MediumItalic_preview.png differ
diff --git a/res/fonts/roboto/Roboto-Medium_preview.png b/res/fonts/roboto/Roboto-Medium_preview.png
new file mode 100644
index 00000000..7edab2f4
Binary files /dev/null and b/res/fonts/roboto/Roboto-Medium_preview.png differ
diff --git a/res/fonts/roboto/Roboto-Regular_preview.png b/res/fonts/roboto/Roboto-Regular_preview.png
new file mode 100644
index 00000000..f68ea5ea
Binary files /dev/null and b/res/fonts/roboto/Roboto-Regular_preview.png differ
diff --git a/res/fonts/roboto/Roboto-ThinItalic_preview.png b/res/fonts/roboto/Roboto-ThinItalic_preview.png
new file mode 100644
index 00000000..95d38372
Binary files /dev/null and b/res/fonts/roboto/Roboto-ThinItalic_preview.png differ
diff --git a/res/fonts/roboto/Roboto-Thin_preview.png b/res/fonts/roboto/Roboto-Thin_preview.png
new file mode 100644
index 00000000..6fff3225
Binary files /dev/null and b/res/fonts/roboto/Roboto-Thin_preview.png differ
diff --git a/res/themes/--Theme examples/2.1inch/24/theme_res_1651.png b/res/themes/--Theme examples/2.1inch/24/theme_res_1651.png
new file mode 100644
index 00000000..e68a317a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/24/theme_res_1651.png differ
diff --git a/res/themes/--Theme examples/2.1inch/24/theme_res_179576.png b/res/themes/--Theme examples/2.1inch/24/theme_res_179576.png
new file mode 100644
index 00000000..7f0e3d0a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/24/theme_res_179576.png differ
diff --git a/res/themes/--Theme examples/2.1inch/24/theme_res_344810.png b/res/themes/--Theme examples/2.1inch/24/theme_res_344810.png
new file mode 100644
index 00000000..7f0e3d0a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/24/theme_res_344810.png differ
diff --git a/res/themes/--Theme examples/2.1inch/24/theme_res_510053.png b/res/themes/--Theme examples/2.1inch/24/theme_res_510053.png
new file mode 100644
index 00000000..bfcd4e24
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/24/theme_res_510053.png differ
diff --git a/res/themes/--Theme examples/2.1inch/24/theme_res_513278.png b/res/themes/--Theme examples/2.1inch/24/theme_res_513278.png
new file mode 100644
index 00000000..853c81d6
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/24/theme_res_513278.png differ
diff --git a/res/themes/--Theme examples/2.1inch/25/theme_res_100830.png b/res/themes/--Theme examples/2.1inch/25/theme_res_100830.png
new file mode 100644
index 00000000..f2c251f5
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/25/theme_res_100830.png differ
diff --git a/res/themes/--Theme examples/2.1inch/25/theme_res_1645.png b/res/themes/--Theme examples/2.1inch/25/theme_res_1645.png
new file mode 100644
index 00000000..767a627f
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/25/theme_res_1645.png differ
diff --git a/res/themes/--Theme examples/2.1inch/25/theme_res_183089.png b/res/themes/--Theme examples/2.1inch/25/theme_res_183089.png
new file mode 100644
index 00000000..f2c251f5
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/25/theme_res_183089.png differ
diff --git a/res/themes/--Theme examples/2.1inch/25/theme_res_265357.png b/res/themes/--Theme examples/2.1inch/25/theme_res_265357.png
new file mode 100644
index 00000000..88171073
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/25/theme_res_265357.png differ
diff --git a/res/themes/--Theme examples/2.1inch/25/theme_res_269501.png b/res/themes/--Theme examples/2.1inch/25/theme_res_269501.png
new file mode 100644
index 00000000..62b21f8b
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/25/theme_res_269501.png differ
diff --git a/res/themes/--Theme examples/2.1inch/27/theme_res_1024648.png b/res/themes/--Theme examples/2.1inch/27/theme_res_1024648.png
new file mode 100644
index 00000000..ab2def37
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/27/theme_res_1024648.png differ
diff --git a/res/themes/--Theme examples/2.1inch/27/theme_res_1040286.png b/res/themes/--Theme examples/2.1inch/27/theme_res_1040286.png
new file mode 100644
index 00000000..28dc3064
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/27/theme_res_1040286.png differ
diff --git a/res/themes/--Theme examples/2.1inch/27/theme_res_1638.png b/res/themes/--Theme examples/2.1inch/27/theme_res_1638.png
new file mode 100644
index 00000000..d6b2b10d
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/27/theme_res_1638.png differ
diff --git a/res/themes/--Theme examples/2.1inch/27/theme_res_342628.png b/res/themes/--Theme examples/2.1inch/27/theme_res_342628.png
new file mode 100644
index 00000000..98a3931a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/27/theme_res_342628.png differ
diff --git a/res/themes/--Theme examples/2.1inch/27/theme_res_685977.png b/res/themes/--Theme examples/2.1inch/27/theme_res_685977.png
new file mode 100644
index 00000000..98a3931a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/27/theme_res_685977.png differ
diff --git a/res/themes/--Theme examples/2.1inch/28/theme_res_1653.png b/res/themes/--Theme examples/2.1inch/28/theme_res_1653.png
new file mode 100644
index 00000000..c4f4a7d9
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/28/theme_res_1653.png differ
diff --git a/res/themes/--Theme examples/2.1inch/28/theme_res_287858.png b/res/themes/--Theme examples/2.1inch/28/theme_res_287858.png
new file mode 100644
index 00000000..fe7636ff
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/28/theme_res_287858.png differ
diff --git a/res/themes/--Theme examples/2.1inch/28/theme_res_574404.png b/res/themes/--Theme examples/2.1inch/28/theme_res_574404.png
new file mode 100644
index 00000000..fe7636ff
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/28/theme_res_574404.png differ
diff --git a/res/themes/--Theme examples/2.1inch/29/theme_res_1645.png b/res/themes/--Theme examples/2.1inch/29/theme_res_1645.png
new file mode 100644
index 00000000..9f1107ae
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/29/theme_res_1645.png differ
diff --git a/res/themes/--Theme examples/2.1inch/29/theme_res_356272.png b/res/themes/--Theme examples/2.1inch/29/theme_res_356272.png
new file mode 100644
index 00000000..8f1d926f
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/29/theme_res_356272.png differ
diff --git a/res/themes/--Theme examples/2.1inch/29/theme_res_677794.png b/res/themes/--Theme examples/2.1inch/29/theme_res_677794.png
new file mode 100644
index 00000000..8f1d926f
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/29/theme_res_677794.png differ
diff --git a/res/themes/--Theme examples/2.1inch/31/theme_res_15515.png b/res/themes/--Theme examples/2.1inch/31/theme_res_15515.png
new file mode 100644
index 00000000..cf7c0e08
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/31/theme_res_15515.png differ
diff --git a/res/themes/--Theme examples/2.1inch/31/theme_res_1641.png b/res/themes/--Theme examples/2.1inch/31/theme_res_1641.png
new file mode 100644
index 00000000..3a74058f
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/31/theme_res_1641.png differ
diff --git a/res/themes/--Theme examples/2.1inch/31/theme_res_24429.png b/res/themes/--Theme examples/2.1inch/31/theme_res_24429.png
new file mode 100644
index 00000000..cf7c0e08
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/31/theme_res_24429.png differ
diff --git a/res/themes/--Theme examples/2.1inch/31/theme_res_28887.png b/res/themes/--Theme examples/2.1inch/31/theme_res_28887.png
new file mode 100644
index 00000000..6dfd7e19
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/31/theme_res_28887.png differ
diff --git a/res/themes/--Theme examples/2.1inch/31/theme_res_34159.png b/res/themes/--Theme examples/2.1inch/31/theme_res_34159.png
new file mode 100644
index 00000000..2d919013
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/31/theme_res_34159.png differ
diff --git a/res/themes/--Theme examples/2.1inch/32/theme_res_1638.png b/res/themes/--Theme examples/2.1inch/32/theme_res_1638.png
new file mode 100644
index 00000000..48132356
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/32/theme_res_1638.png differ
diff --git a/res/themes/--Theme examples/2.1inch/32/theme_res_165033.png b/res/themes/--Theme examples/2.1inch/32/theme_res_165033.png
new file mode 100644
index 00000000..9ef315fe
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/32/theme_res_165033.png differ
diff --git a/res/themes/--Theme examples/2.1inch/32/theme_res_84304.png b/res/themes/--Theme examples/2.1inch/32/theme_res_84304.png
new file mode 100644
index 00000000..9ef315fe
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/32/theme_res_84304.png differ
diff --git a/res/themes/--Theme examples/2.1inch/33/theme_res_1653.png b/res/themes/--Theme examples/2.1inch/33/theme_res_1653.png
new file mode 100644
index 00000000..e7c78c55
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/33/theme_res_1653.png differ
diff --git a/res/themes/--Theme examples/2.1inch/33/theme_res_290241.png b/res/themes/--Theme examples/2.1inch/33/theme_res_290241.png
new file mode 100644
index 00000000..9d96b620
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/33/theme_res_290241.png differ
diff --git a/res/themes/--Theme examples/2.1inch/33/theme_res_576260.png b/res/themes/--Theme examples/2.1inch/33/theme_res_576260.png
new file mode 100644
index 00000000..9d96b620
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/33/theme_res_576260.png differ
diff --git a/res/themes/--Theme examples/2.1inch/33/theme_res_857629.png b/res/themes/--Theme examples/2.1inch/33/theme_res_857629.png
new file mode 100644
index 00000000..c29189d5
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/33/theme_res_857629.png differ
diff --git a/res/themes/--Theme examples/2.1inch/33/theme_res_866832.png b/res/themes/--Theme examples/2.1inch/33/theme_res_866832.png
new file mode 100644
index 00000000..f46f665f
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/33/theme_res_866832.png differ
diff --git a/res/themes/--Theme examples/2.1inch/34/theme_res_1572.png b/res/themes/--Theme examples/2.1inch/34/theme_res_1572.png
new file mode 100644
index 00000000..fe98536a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/34/theme_res_1572.png differ
diff --git a/res/themes/--Theme examples/2.1inch/34/theme_res_324196.png b/res/themes/--Theme examples/2.1inch/34/theme_res_324196.png
new file mode 100644
index 00000000..a2982c2f
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/34/theme_res_324196.png differ
diff --git a/res/themes/--Theme examples/2.1inch/34/theme_res_643568.png b/res/themes/--Theme examples/2.1inch/34/theme_res_643568.png
new file mode 100644
index 00000000..a2982c2f
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/34/theme_res_643568.png differ
diff --git a/res/themes/--Theme examples/2.1inch/34/theme_res_962949.png b/res/themes/--Theme examples/2.1inch/34/theme_res_962949.png
new file mode 100644
index 00000000..7afd1dbe
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/34/theme_res_962949.png differ
diff --git a/res/themes/--Theme examples/2.1inch/34/theme_res_966279.png b/res/themes/--Theme examples/2.1inch/34/theme_res_966279.png
new file mode 100644
index 00000000..159c96dd
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/34/theme_res_966279.png differ
diff --git a/res/themes/--Theme examples/2.1inch/35/theme_res_1644.png b/res/themes/--Theme examples/2.1inch/35/theme_res_1644.png
new file mode 100644
index 00000000..62109c92
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/35/theme_res_1644.png differ
diff --git a/res/themes/--Theme examples/2.1inch/35/theme_res_305266.png b/res/themes/--Theme examples/2.1inch/35/theme_res_305266.png
new file mode 100644
index 00000000..2b62609b
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/35/theme_res_305266.png differ
diff --git a/res/themes/--Theme examples/2.1inch/35/theme_res_607490.png b/res/themes/--Theme examples/2.1inch/35/theme_res_607490.png
new file mode 100644
index 00000000..2b62609b
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/35/theme_res_607490.png differ
diff --git a/res/themes/--Theme examples/2.1inch/35/theme_res_905284.png b/res/themes/--Theme examples/2.1inch/35/theme_res_905284.png
new file mode 100644
index 00000000..19bc3204
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/35/theme_res_905284.png differ
diff --git a/res/themes/--Theme examples/2.1inch/35/theme_res_911133.png b/res/themes/--Theme examples/2.1inch/35/theme_res_911133.png
new file mode 100644
index 00000000..f46adb9b
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/35/theme_res_911133.png differ
diff --git a/res/themes/--Theme examples/2.1inch/36/theme_res_1635.png b/res/themes/--Theme examples/2.1inch/36/theme_res_1635.png
new file mode 100644
index 00000000..c0be583d
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/36/theme_res_1635.png differ
diff --git a/res/themes/--Theme examples/2.1inch/36/theme_res_302648.png b/res/themes/--Theme examples/2.1inch/36/theme_res_302648.png
new file mode 100644
index 00000000..4527bee7
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/36/theme_res_302648.png differ
diff --git a/res/themes/--Theme examples/2.1inch/36/theme_res_600649.png b/res/themes/--Theme examples/2.1inch/36/theme_res_600649.png
new file mode 100644
index 00000000..4527bee7
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/36/theme_res_600649.png differ
diff --git a/res/themes/--Theme examples/2.1inch/36/theme_res_894011.png b/res/themes/--Theme examples/2.1inch/36/theme_res_894011.png
new file mode 100644
index 00000000..7afd1dbe
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/36/theme_res_894011.png differ
diff --git a/res/themes/--Theme examples/2.1inch/36/theme_res_897341.png b/res/themes/--Theme examples/2.1inch/36/theme_res_897341.png
new file mode 100644
index 00000000..159c96dd
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/36/theme_res_897341.png differ
diff --git a/res/themes/--Theme examples/2.1inch/37/theme_res_1315361.png b/res/themes/--Theme examples/2.1inch/37/theme_res_1315361.png
new file mode 100644
index 00000000..8024b650
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/37/theme_res_1315361.png differ
diff --git a/res/themes/--Theme examples/2.1inch/37/theme_res_1320745.png b/res/themes/--Theme examples/2.1inch/37/theme_res_1320745.png
new file mode 100644
index 00000000..7d91dbb6
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/37/theme_res_1320745.png differ
diff --git a/res/themes/--Theme examples/2.1inch/37/theme_res_1538.png b/res/themes/--Theme examples/2.1inch/37/theme_res_1538.png
new file mode 100644
index 00000000..d770c80e
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/37/theme_res_1538.png differ
diff --git a/res/themes/--Theme examples/2.1inch/37/theme_res_415167.png b/res/themes/--Theme examples/2.1inch/37/theme_res_415167.png
new file mode 100644
index 00000000..4f312baf
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/37/theme_res_415167.png differ
diff --git a/res/themes/--Theme examples/2.1inch/37/theme_res_860222.png b/res/themes/--Theme examples/2.1inch/37/theme_res_860222.png
new file mode 100644
index 00000000..76140e40
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/37/theme_res_860222.png differ
diff --git a/res/themes/--Theme examples/2.1inch/38/theme_res_1248820.png b/res/themes/--Theme examples/2.1inch/38/theme_res_1248820.png
new file mode 100644
index 00000000..8024b650
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/38/theme_res_1248820.png differ
diff --git a/res/themes/--Theme examples/2.1inch/38/theme_res_1254204.png b/res/themes/--Theme examples/2.1inch/38/theme_res_1254204.png
new file mode 100644
index 00000000..7d91dbb6
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/38/theme_res_1254204.png differ
diff --git a/res/themes/--Theme examples/2.1inch/38/theme_res_1537.png b/res/themes/--Theme examples/2.1inch/38/theme_res_1537.png
new file mode 100644
index 00000000..a7faa0fc
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/38/theme_res_1537.png differ
diff --git a/res/themes/--Theme examples/2.1inch/38/theme_res_389038.png b/res/themes/--Theme examples/2.1inch/38/theme_res_389038.png
new file mode 100644
index 00000000..e34a63ca
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/38/theme_res_389038.png differ
diff --git a/res/themes/--Theme examples/2.1inch/38/theme_res_816302.png b/res/themes/--Theme examples/2.1inch/38/theme_res_816302.png
new file mode 100644
index 00000000..8bd1a8a5
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/38/theme_res_816302.png differ
diff --git a/res/themes/--Theme examples/2.1inch/39/theme_res_168570.png b/res/themes/--Theme examples/2.1inch/39/theme_res_168570.png
new file mode 100644
index 00000000..98a05071
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/39/theme_res_168570.png differ
diff --git a/res/themes/--Theme examples/2.1inch/39/theme_res_1986.png b/res/themes/--Theme examples/2.1inch/39/theme_res_1986.png
new file mode 100644
index 00000000..ccb1d88f
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/39/theme_res_1986.png differ
diff --git a/res/themes/--Theme examples/2.1inch/39/theme_res_326645.png b/res/themes/--Theme examples/2.1inch/39/theme_res_326645.png
new file mode 100644
index 00000000..98a05071
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/39/theme_res_326645.png differ
diff --git a/res/themes/--Theme examples/2.1inch/39/theme_res_484729.png b/res/themes/--Theme examples/2.1inch/39/theme_res_484729.png
new file mode 100644
index 00000000..8c3a26b0
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/39/theme_res_484729.png differ
diff --git a/res/themes/--Theme examples/2.1inch/39/theme_res_497938.png b/res/themes/--Theme examples/2.1inch/39/theme_res_497938.png
new file mode 100644
index 00000000..a51e4b8a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/39/theme_res_497938.png differ
diff --git a/res/themes/--Theme examples/2.1inch/40/theme_res_1006802.png b/res/themes/--Theme examples/2.1inch/40/theme_res_1006802.png
new file mode 100644
index 00000000..6b118a49
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/40/theme_res_1006802.png differ
diff --git a/res/themes/--Theme examples/2.1inch/40/theme_res_1538.png b/res/themes/--Theme examples/2.1inch/40/theme_res_1538.png
new file mode 100644
index 00000000..8e84118b
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/40/theme_res_1538.png differ
diff --git a/res/themes/--Theme examples/2.1inch/40/theme_res_311102.png b/res/themes/--Theme examples/2.1inch/40/theme_res_311102.png
new file mode 100644
index 00000000..eb211d0a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/40/theme_res_311102.png differ
diff --git a/res/themes/--Theme examples/2.1inch/40/theme_res_649360.png b/res/themes/--Theme examples/2.1inch/40/theme_res_649360.png
new file mode 100644
index 00000000..40e5b18a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/40/theme_res_649360.png differ
diff --git a/res/themes/--Theme examples/2.1inch/40/theme_res_992099.png b/res/themes/--Theme examples/2.1inch/40/theme_res_992099.png
new file mode 100644
index 00000000..8a7747af
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/40/theme_res_992099.png differ
diff --git a/res/themes/--Theme examples/2.1inch/41/theme_res_1574.png b/res/themes/--Theme examples/2.1inch/41/theme_res_1574.png
new file mode 100644
index 00000000..a1b12a39
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/41/theme_res_1574.png differ
diff --git a/res/themes/--Theme examples/2.1inch/41/theme_res_191365.png b/res/themes/--Theme examples/2.1inch/41/theme_res_191365.png
new file mode 100644
index 00000000..a806c077
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/41/theme_res_191365.png differ
diff --git a/res/themes/--Theme examples/2.1inch/41/theme_res_370329.png b/res/themes/--Theme examples/2.1inch/41/theme_res_370329.png
new file mode 100644
index 00000000..a806c077
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/41/theme_res_370329.png differ
diff --git a/res/themes/--Theme examples/2.1inch/41/theme_res_549302.png b/res/themes/--Theme examples/2.1inch/41/theme_res_549302.png
new file mode 100644
index 00000000..4167fc00
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/41/theme_res_549302.png differ
diff --git a/res/themes/--Theme examples/2.1inch/41/theme_res_554158.png b/res/themes/--Theme examples/2.1inch/41/theme_res_554158.png
new file mode 100644
index 00000000..c2c8bf56
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/41/theme_res_554158.png differ
diff --git a/res/themes/--Theme examples/2.1inch/42/theme_res_1594.png b/res/themes/--Theme examples/2.1inch/42/theme_res_1594.png
new file mode 100644
index 00000000..5c127cd0
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/42/theme_res_1594.png differ
diff --git a/res/themes/--Theme examples/2.1inch/42/theme_res_182800.png b/res/themes/--Theme examples/2.1inch/42/theme_res_182800.png
new file mode 100644
index 00000000..f36b465e
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/42/theme_res_182800.png differ
diff --git a/res/themes/--Theme examples/2.1inch/42/theme_res_532443.png b/res/themes/--Theme examples/2.1inch/42/theme_res_532443.png
new file mode 100644
index 00000000..5dc5f08a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/42/theme_res_532443.png differ
diff --git a/res/themes/--Theme examples/2.1inch/42/theme_res_714279.png b/res/themes/--Theme examples/2.1inch/42/theme_res_714279.png
new file mode 100644
index 00000000..5dc5f08a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/42/theme_res_714279.png differ
diff --git a/res/themes/--Theme examples/2.1inch/42/theme_res_896124.png b/res/themes/--Theme examples/2.1inch/42/theme_res_896124.png
new file mode 100644
index 00000000..7afd1dbe
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/42/theme_res_896124.png differ
diff --git a/res/themes/--Theme examples/2.1inch/42/theme_res_899454.png b/res/themes/--Theme examples/2.1inch/42/theme_res_899454.png
new file mode 100644
index 00000000..159c96dd
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/42/theme_res_899454.png differ
diff --git a/res/themes/--Theme examples/2.1inch/45/theme_res_1538.png b/res/themes/--Theme examples/2.1inch/45/theme_res_1538.png
new file mode 100644
index 00000000..6dbfe2d1
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/45/theme_res_1538.png differ
diff --git a/res/themes/--Theme examples/2.1inch/45/theme_res_49917.png b/res/themes/--Theme examples/2.1inch/45/theme_res_49917.png
new file mode 100644
index 00000000..8e2dc9ab
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/45/theme_res_49917.png differ
diff --git a/res/themes/--Theme examples/2.1inch/45/theme_res_60881.png b/res/themes/--Theme examples/2.1inch/45/theme_res_60881.png
new file mode 100644
index 00000000..93512c5e
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/45/theme_res_60881.png differ
diff --git a/res/themes/--Theme examples/2.1inch/45/theme_res_66737.png b/res/themes/--Theme examples/2.1inch/45/theme_res_66737.png
new file mode 100644
index 00000000..af5eb836
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/45/theme_res_66737.png differ
diff --git a/res/themes/--Theme examples/2.1inch/45/theme_res_91895.png b/res/themes/--Theme examples/2.1inch/45/theme_res_91895.png
new file mode 100644
index 00000000..2fca5710
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/45/theme_res_91895.png differ
diff --git a/res/themes/--Theme examples/2.1inch/46/theme_res_1538.png b/res/themes/--Theme examples/2.1inch/46/theme_res_1538.png
new file mode 100644
index 00000000..d51187f5
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/46/theme_res_1538.png differ
diff --git a/res/themes/--Theme examples/2.1inch/46/theme_res_154144.png b/res/themes/--Theme examples/2.1inch/46/theme_res_154144.png
new file mode 100644
index 00000000..72e85587
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/46/theme_res_154144.png differ
diff --git a/res/themes/--Theme examples/2.1inch/46/theme_res_314112.png b/res/themes/--Theme examples/2.1inch/46/theme_res_314112.png
new file mode 100644
index 00000000..5168bc48
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/46/theme_res_314112.png differ
diff --git a/res/themes/--Theme examples/2.1inch/47/theme_res_1644.png b/res/themes/--Theme examples/2.1inch/47/theme_res_1644.png
new file mode 100644
index 00000000..cfe42d01
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/47/theme_res_1644.png differ
diff --git a/res/themes/--Theme examples/2.1inch/47/theme_res_206865.png b/res/themes/--Theme examples/2.1inch/47/theme_res_206865.png
new file mode 100644
index 00000000..8116e05c
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/47/theme_res_206865.png differ
diff --git a/res/themes/--Theme examples/2.1inch/47/theme_res_414081.png b/res/themes/--Theme examples/2.1inch/47/theme_res_414081.png
new file mode 100644
index 00000000..8116e05c
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/47/theme_res_414081.png differ
diff --git a/res/themes/--Theme examples/2.1inch/48/theme_res_1644.png b/res/themes/--Theme examples/2.1inch/48/theme_res_1644.png
new file mode 100644
index 00000000..b05bc56e
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/48/theme_res_1644.png differ
diff --git a/res/themes/--Theme examples/2.1inch/48/theme_res_222045.png b/res/themes/--Theme examples/2.1inch/48/theme_res_222045.png
new file mode 100644
index 00000000..5d2c86be
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/48/theme_res_222045.png differ
diff --git a/res/themes/--Theme examples/2.1inch/48/theme_res_433567.png b/res/themes/--Theme examples/2.1inch/48/theme_res_433567.png
new file mode 100644
index 00000000..5d2c86be
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/48/theme_res_433567.png differ
diff --git a/res/themes/--Theme examples/2.1inch/49/theme_res_143880.png b/res/themes/--Theme examples/2.1inch/49/theme_res_143880.png
new file mode 100644
index 00000000..1215440d
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/49/theme_res_143880.png differ
diff --git a/res/themes/--Theme examples/2.1inch/49/theme_res_1644.png b/res/themes/--Theme examples/2.1inch/49/theme_res_1644.png
new file mode 100644
index 00000000..ed941ecf
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/49/theme_res_1644.png differ
diff --git a/res/themes/--Theme examples/2.1inch/49/theme_res_288676.png b/res/themes/--Theme examples/2.1inch/49/theme_res_288676.png
new file mode 100644
index 00000000..1215440d
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/49/theme_res_288676.png differ
diff --git a/res/themes/--Theme examples/2.1inch/49/theme_res_428591.png b/res/themes/--Theme examples/2.1inch/49/theme_res_428591.png
new file mode 100644
index 00000000..bacb25ee
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/49/theme_res_428591.png differ
diff --git a/res/themes/--Theme examples/2.1inch/49/theme_res_440183.png b/res/themes/--Theme examples/2.1inch/49/theme_res_440183.png
new file mode 100644
index 00000000..dec2777c
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/49/theme_res_440183.png differ
diff --git a/res/themes/--Theme examples/2.1inch/50/theme_res_1102050.png b/res/themes/--Theme examples/2.1inch/50/theme_res_1102050.png
new file mode 100644
index 00000000..dfbc5a83
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/50/theme_res_1102050.png differ
diff --git a/res/themes/--Theme examples/2.1inch/50/theme_res_1104648.png b/res/themes/--Theme examples/2.1inch/50/theme_res_1104648.png
new file mode 100644
index 00000000..c62cb5db
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/50/theme_res_1104648.png differ
diff --git a/res/themes/--Theme examples/2.1inch/50/theme_res_1645.png b/res/themes/--Theme examples/2.1inch/50/theme_res_1645.png
new file mode 100644
index 00000000..5c688c3e
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/50/theme_res_1645.png differ
diff --git a/res/themes/--Theme examples/2.1inch/50/theme_res_390231.png b/res/themes/--Theme examples/2.1inch/50/theme_res_390231.png
new file mode 100644
index 00000000..bdec7cd5
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/50/theme_res_390231.png differ
diff --git a/res/themes/--Theme examples/2.1inch/50/theme_res_746136.png b/res/themes/--Theme examples/2.1inch/50/theme_res_746136.png
new file mode 100644
index 00000000..bdec7cd5
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/50/theme_res_746136.png differ
diff --git a/res/themes/--Theme examples/2.1inch/51/theme_res_121927.png b/res/themes/--Theme examples/2.1inch/51/theme_res_121927.png
new file mode 100644
index 00000000..2914d019
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/51/theme_res_121927.png differ
diff --git a/res/themes/--Theme examples/2.1inch/51/theme_res_134060.png b/res/themes/--Theme examples/2.1inch/51/theme_res_134060.png
new file mode 100644
index 00000000..de8f66ff
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/51/theme_res_134060.png differ
diff --git a/res/themes/--Theme examples/2.1inch/51/theme_res_1644.png b/res/themes/--Theme examples/2.1inch/51/theme_res_1644.png
new file mode 100644
index 00000000..8f879ba4
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/51/theme_res_1644.png differ
diff --git a/res/themes/--Theme examples/2.1inch/51/theme_res_46539.png b/res/themes/--Theme examples/2.1inch/51/theme_res_46539.png
new file mode 100644
index 00000000..d54933bf
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/51/theme_res_46539.png differ
diff --git a/res/themes/--Theme examples/2.1inch/51/theme_res_86586.png b/res/themes/--Theme examples/2.1inch/51/theme_res_86586.png
new file mode 100644
index 00000000..d54933bf
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/51/theme_res_86586.png differ
diff --git a/res/themes/--Theme examples/2.1inch/52_RGB/theme_res_1650.png b/res/themes/--Theme examples/2.1inch/52_RGB/theme_res_1650.png
new file mode 100644
index 00000000..3fa97964
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/52_RGB/theme_res_1650.png differ
diff --git a/res/themes/--Theme examples/2.1inch/52_RGB/theme_res_222489.png b/res/themes/--Theme examples/2.1inch/52_RGB/theme_res_222489.png
new file mode 100644
index 00000000..5b5fad2a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/52_RGB/theme_res_222489.png differ
diff --git a/res/themes/--Theme examples/2.1inch/52_RGB/theme_res_432139.png b/res/themes/--Theme examples/2.1inch/52_RGB/theme_res_432139.png
new file mode 100644
index 00000000..5b5fad2a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/52_RGB/theme_res_432139.png differ
diff --git a/res/themes/--Theme examples/2.1inch/53/theme_res_1345291.png b/res/themes/--Theme examples/2.1inch/53/theme_res_1345291.png
new file mode 100644
index 00000000..d5d00e04
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/53/theme_res_1345291.png differ
diff --git a/res/themes/--Theme examples/2.1inch/53/theme_res_1348954.png b/res/themes/--Theme examples/2.1inch/53/theme_res_1348954.png
new file mode 100644
index 00000000..9f17eeef
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/53/theme_res_1348954.png differ
diff --git a/res/themes/--Theme examples/2.1inch/53/theme_res_1645.png b/res/themes/--Theme examples/2.1inch/53/theme_res_1645.png
new file mode 100644
index 00000000..5144eeaa
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/53/theme_res_1645.png differ
diff --git a/res/themes/--Theme examples/2.1inch/53/theme_res_456470.png b/res/themes/--Theme examples/2.1inch/53/theme_res_456470.png
new file mode 100644
index 00000000..ed2e4f21
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/53/theme_res_456470.png differ
diff --git a/res/themes/--Theme examples/2.1inch/53/theme_res_900876.png b/res/themes/--Theme examples/2.1inch/53/theme_res_900876.png
new file mode 100644
index 00000000..ed2e4f21
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/53/theme_res_900876.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_1564.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_1564.png
new file mode 100644
index 00000000..7e37b9f6
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_1564.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_1573992.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_1573992.png
new file mode 100644
index 00000000..2f944966
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_1573992.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_1576025.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_1576025.png
new file mode 100644
index 00000000..e8cba6ff
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_1576025.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_1578095.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_1578095.png
new file mode 100644
index 00000000..f1ecd78e
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_1578095.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_1587592.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_1587592.png
new file mode 100644
index 00000000..8f3565af
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_1587592.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_1592918.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_1592918.png
new file mode 100644
index 00000000..193695dc
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_1592918.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_1601725.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_1601725.png
new file mode 100644
index 00000000..2dab0e3a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_1601725.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_1606709.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_1606709.png
new file mode 100644
index 00000000..66777bb9
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_1606709.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_1608888.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_1608888.png
new file mode 100644
index 00000000..3ea6e7bf
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_1608888.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_284316.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_284316.png
new file mode 100644
index 00000000..94475cc7
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_284316.png differ
diff --git a/res/themes/--Theme examples/2.1inch/D2/theme_res_563661.png b/res/themes/--Theme examples/2.1inch/D2/theme_res_563661.png
new file mode 100644
index 00000000..b411ec02
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/D2/theme_res_563661.png differ
diff --git a/res/themes/--Theme examples/2.1inch/aorus/theme_res_1833.png b/res/themes/--Theme examples/2.1inch/aorus/theme_res_1833.png
new file mode 100644
index 00000000..c607e875
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/aorus/theme_res_1833.png differ
diff --git a/res/themes/--Theme examples/2.1inch/aorus/theme_res_430989.png b/res/themes/--Theme examples/2.1inch/aorus/theme_res_430989.png
new file mode 100644
index 00000000..98ad8e41
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/aorus/theme_res_430989.png differ
diff --git a/res/themes/--Theme examples/2.1inch/aorus/theme_res_855660.png b/res/themes/--Theme examples/2.1inch/aorus/theme_res_855660.png
new file mode 100644
index 00000000..98ad8e41
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/aorus/theme_res_855660.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_1564.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_1564.png
new file mode 100644
index 00000000..2191572a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_1564.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_158622.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_158622.png
new file mode 100644
index 00000000..fd146350
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_158622.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_281972.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_281972.png
new file mode 100644
index 00000000..d5fb8ebb
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_281972.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_405058.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_405058.png
new file mode 100644
index 00000000..49701ff3
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_405058.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_405298.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_405298.png
new file mode 100644
index 00000000..2af38291
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_405298.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_405514.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_405514.png
new file mode 100644
index 00000000..ea705921
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_405514.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_405876.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_405876.png
new file mode 100644
index 00000000..f1855376
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_405876.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_406314.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_406314.png
new file mode 100644
index 00000000..813985fe
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_406314.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_416778.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_416778.png
new file mode 100644
index 00000000..70c056ad
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_416778.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_423902.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_423902.png
new file mode 100644
index 00000000..b8373dc0
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_423902.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_438605.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_438605.png
new file mode 100644
index 00000000..d531884a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_438605.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_448517.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_448517.png
new file mode 100644
index 00000000..6ea7e2a6
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_448517.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b6/theme_res_452945.png b/res/themes/--Theme examples/2.1inch/b6/theme_res_452945.png
new file mode 100644
index 00000000..4d9beb04
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b6/theme_res_452945.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b8/theme_res_1561.png b/res/themes/--Theme examples/2.1inch/b8/theme_res_1561.png
new file mode 100644
index 00000000..366c9cbf
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b8/theme_res_1561.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b8/theme_res_1743574.png b/res/themes/--Theme examples/2.1inch/b8/theme_res_1743574.png
new file mode 100644
index 00000000..e1559365
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b8/theme_res_1743574.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b8/theme_res_1752352.png b/res/themes/--Theme examples/2.1inch/b8/theme_res_1752352.png
new file mode 100644
index 00000000..df1d37be
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b8/theme_res_1752352.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b8/theme_res_1777928.png b/res/themes/--Theme examples/2.1inch/b8/theme_res_1777928.png
new file mode 100644
index 00000000..f7aa41f4
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b8/theme_res_1777928.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b8/theme_res_1790669.png b/res/themes/--Theme examples/2.1inch/b8/theme_res_1790669.png
new file mode 100644
index 00000000..df1d37be
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b8/theme_res_1790669.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b8/theme_res_1815900.png b/res/themes/--Theme examples/2.1inch/b8/theme_res_1815900.png
new file mode 100644
index 00000000..cb5fba1e
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b8/theme_res_1815900.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b8/theme_res_1822349.png b/res/themes/--Theme examples/2.1inch/b8/theme_res_1822349.png
new file mode 100644
index 00000000..b8a4b382
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b8/theme_res_1822349.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b8/theme_res_334710.png b/res/themes/--Theme examples/2.1inch/b8/theme_res_334710.png
new file mode 100644
index 00000000..c7895cea
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b8/theme_res_334710.png differ
diff --git a/res/themes/--Theme examples/2.1inch/b8/theme_res_659297.png b/res/themes/--Theme examples/2.1inch/b8/theme_res_659297.png
new file mode 100644
index 00000000..aab3c311
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/b8/theme_res_659297.png differ
diff --git a/res/themes/--Theme examples/2.1inch/green/theme_res_1570.png b/res/themes/--Theme examples/2.1inch/green/theme_res_1570.png
new file mode 100644
index 00000000..1265b1e6
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/green/theme_res_1570.png differ
diff --git a/res/themes/--Theme examples/2.1inch/green/theme_res_170357.png b/res/themes/--Theme examples/2.1inch/green/theme_res_170357.png
new file mode 100644
index 00000000..a98e4f83
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/green/theme_res_170357.png differ
diff --git a/res/themes/--Theme examples/2.1inch/green/theme_res_328072.png b/res/themes/--Theme examples/2.1inch/green/theme_res_328072.png
new file mode 100644
index 00000000..a98e4f83
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/green/theme_res_328072.png differ
diff --git a/res/themes/--Theme examples/2.1inch/green/theme_res_486630.png b/res/themes/--Theme examples/2.1inch/green/theme_res_486630.png
new file mode 100644
index 00000000..420cae39
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/green/theme_res_486630.png differ
diff --git a/res/themes/--Theme examples/2.1inch/green/theme_res_494913.png b/res/themes/--Theme examples/2.1inch/green/theme_res_494913.png
new file mode 100644
index 00000000..b4e14e1a
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/green/theme_res_494913.png differ
diff --git a/res/themes/--Theme examples/2.1inch/green/theme_res_500985.png b/res/themes/--Theme examples/2.1inch/green/theme_res_500985.png
new file mode 100644
index 00000000..5141db3b
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/green/theme_res_500985.png differ
diff --git a/res/themes/--Theme examples/2.1inch/green/theme_res_511813.png b/res/themes/--Theme examples/2.1inch/green/theme_res_511813.png
new file mode 100644
index 00000000..f5657673
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/green/theme_res_511813.png differ
diff --git a/res/themes/--Theme examples/2.1inch/green/theme_res_518941.png b/res/themes/--Theme examples/2.1inch/green/theme_res_518941.png
new file mode 100644
index 00000000..5322366b
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/green/theme_res_518941.png differ
diff --git a/res/themes/--Theme examples/2.1inch/green/theme_res_522474.png b/res/themes/--Theme examples/2.1inch/green/theme_res_522474.png
new file mode 100644
index 00000000..03dc639b
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/green/theme_res_522474.png differ
diff --git a/res/themes/--Theme examples/2.1inch/msi/theme_res_1815.png b/res/themes/--Theme examples/2.1inch/msi/theme_res_1815.png
new file mode 100644
index 00000000..3c6dd414
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/msi/theme_res_1815.png differ
diff --git a/res/themes/--Theme examples/2.1inch/msi/theme_res_354957.png b/res/themes/--Theme examples/2.1inch/msi/theme_res_354957.png
new file mode 100644
index 00000000..069b7c92
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/msi/theme_res_354957.png differ
diff --git a/res/themes/--Theme examples/2.1inch/msi/theme_res_699578.png b/res/themes/--Theme examples/2.1inch/msi/theme_res_699578.png
new file mode 100644
index 00000000..069b7c92
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/msi/theme_res_699578.png differ
diff --git a/res/themes/--Theme examples/2.1inch/rog/theme_res_1821.png b/res/themes/--Theme examples/2.1inch/rog/theme_res_1821.png
new file mode 100644
index 00000000..e0de426e
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/rog/theme_res_1821.png differ
diff --git a/res/themes/--Theme examples/2.1inch/rog/theme_res_348035.png b/res/themes/--Theme examples/2.1inch/rog/theme_res_348035.png
new file mode 100644
index 00000000..89ea1e8d
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/rog/theme_res_348035.png differ
diff --git a/res/themes/--Theme examples/2.1inch/rog/theme_res_692622.png b/res/themes/--Theme examples/2.1inch/rog/theme_res_692622.png
new file mode 100644
index 00000000..89ea1e8d
Binary files /dev/null and b/res/themes/--Theme examples/2.1inch/rog/theme_res_692622.png differ
diff --git a/res/themes/--Theme examples/8.8inch/APEX/theme_res_1090303.png b/res/themes/--Theme examples/8.8inch/APEX/theme_res_1090303.png
new file mode 100644
index 00000000..79e81dd8
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/APEX/theme_res_1090303.png differ
diff --git a/res/themes/--Theme examples/8.8inch/APEX/theme_res_1956.png b/res/themes/--Theme examples/8.8inch/APEX/theme_res_1956.png
new file mode 100644
index 00000000..70aea9fb
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/APEX/theme_res_1956.png differ
diff --git a/res/themes/--Theme examples/8.8inch/APEX/theme_res_2143708.png b/res/themes/--Theme examples/8.8inch/APEX/theme_res_2143708.png
new file mode 100644
index 00000000..79e81dd8
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/APEX/theme_res_2143708.png differ
diff --git a/res/themes/--Theme examples/8.8inch/APEX/theme_res_3197122.png b/res/themes/--Theme examples/8.8inch/APEX/theme_res_3197122.png
new file mode 100644
index 00000000..2ec3cba6
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/APEX/theme_res_3197122.png differ
diff --git a/res/themes/--Theme examples/8.8inch/APEX/theme_res_3210506.png b/res/themes/--Theme examples/8.8inch/APEX/theme_res_3210506.png
new file mode 100644
index 00000000..f4b356be
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/APEX/theme_res_3210506.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_1002872.png b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_1002872.png
new file mode 100644
index 00000000..757df465
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_1002872.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_1892.png b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_1892.png
new file mode 100644
index 00000000..8734442e
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_1892.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_540867.png b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_540867.png
new file mode 100644
index 00000000..79d3ff74
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_540867.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_6562813.png b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_6562813.png
new file mode 100644
index 00000000..9fe2b457
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_6562813.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_6639602.png b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_6639602.png
new file mode 100644
index 00000000..428400ac
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Assassin's Creed/theme_res_6639602.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_1077979.png b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_1077979.png
new file mode 100644
index 00000000..1abbd225
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_1077979.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_1959.png b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_1959.png
new file mode 100644
index 00000000..96b8113f
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_1959.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_2160780.png b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_2160780.png
new file mode 100644
index 00000000..1abbd225
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_2160780.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_3243590.png b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_3243590.png
new file mode 100644
index 00000000..61e522b5
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_3243590.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_3282901.png b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_3282901.png
new file mode 100644
index 00000000..3c3a7bd5
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE vertical/theme_res_3282901.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE/theme_res_1297536.png b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_1297536.png
new file mode 100644
index 00000000..c967f0e8
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_1297536.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE/theme_res_1974.png b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_1974.png
new file mode 100644
index 00000000..7dbc38f7
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_1974.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE/theme_res_2680928.png b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_2680928.png
new file mode 100644
index 00000000..c967f0e8
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_2680928.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4066575.png b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4066575.png
new file mode 100644
index 00000000..11453a86
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4066575.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4067618.png b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4067618.png
new file mode 100644
index 00000000..5c930078
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4067618.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4068475.png b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4068475.png
new file mode 100644
index 00000000..1f970dd3
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4068475.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4071863.png b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4071863.png
new file mode 100644
index 00000000..b271c8f0
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4071863.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4073665.png b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4073665.png
new file mode 100644
index 00000000..05e1aa54
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4073665.png differ
diff --git a/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4077983.png b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4077983.png
new file mode 100644
index 00000000..9f3d16a4
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/BLUE/theme_res_4077983.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1227412.png b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1227412.png
new file mode 100644
index 00000000..912abe52
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1227412.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1823949.png b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1823949.png
new file mode 100644
index 00000000..efb58523
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1823949.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1871359.png b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1871359.png
new file mode 100644
index 00000000..d41f3ee7
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1871359.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1954.png b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1954.png
new file mode 100644
index 00000000..76976bef
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_1954.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_630884.png b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_630884.png
new file mode 100644
index 00000000..912abe52
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Call of Duty/theme_res_630884.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Darius/theme_res_1434676.png b/res/themes/--Theme examples/8.8inch/Darius/theme_res_1434676.png
new file mode 100644
index 00000000..e16c3681
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Darius/theme_res_1434676.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Darius/theme_res_1951.png b/res/themes/--Theme examples/8.8inch/Darius/theme_res_1951.png
new file mode 100644
index 00000000..d8c27e0c
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Darius/theme_res_1951.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Darius/theme_res_2078017.png b/res/themes/--Theme examples/8.8inch/Darius/theme_res_2078017.png
new file mode 100644
index 00000000..bf6655d6
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Darius/theme_res_2078017.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Darius/theme_res_2178393.png b/res/themes/--Theme examples/8.8inch/Darius/theme_res_2178393.png
new file mode 100644
index 00000000..64a29b75
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Darius/theme_res_2178393.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Darius/theme_res_2259243.png b/res/themes/--Theme examples/8.8inch/Darius/theme_res_2259243.png
new file mode 100644
index 00000000..fa5849c3
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Darius/theme_res_2259243.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Darius/theme_res_2324407.png b/res/themes/--Theme examples/8.8inch/Darius/theme_res_2324407.png
new file mode 100644
index 00000000..a0f4b27a
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Darius/theme_res_2324407.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Darius/theme_res_791344.png b/res/themes/--Theme examples/8.8inch/Darius/theme_res_791344.png
new file mode 100644
index 00000000..fa925adf
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Darius/theme_res_791344.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_1500986.png b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_1500986.png
new file mode 100644
index 00000000..2aeb2a75
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_1500986.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_1961.png b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_1961.png
new file mode 100644
index 00000000..5e0d6215
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_1961.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_3094414.png b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_3094414.png
new file mode 100644
index 00000000..0af2baa3
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_3094414.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_4689676.png b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_4689676.png
new file mode 100644
index 00000000..9dad13c7
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_4689676.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_4693599.png b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_4693599.png
new file mode 100644
index 00000000..45e140ed
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Dragon Ball/theme_res_4693599.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1436408.png b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1436408.png
new file mode 100644
index 00000000..ff1519cf
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1436408.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1453256.png b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1453256.png
new file mode 100644
index 00000000..c84bc5ed
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1453256.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1470792.png b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1470792.png
new file mode 100644
index 00000000..42009f7c
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1470792.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1471163.png b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1471163.png
new file mode 100644
index 00000000..add0b5f7
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1471163.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1471984.png b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1471984.png
new file mode 100644
index 00000000..38d32ed0
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1471984.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1501267.png b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1501267.png
new file mode 100644
index 00000000..5fc46ab4
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1501267.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1958.png b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1958.png
new file mode 100644
index 00000000..40db48f3
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_1958.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_524673.png b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_524673.png
new file mode 100644
index 00000000..6d586d82
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_524673.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_980536.png b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_980536.png
new file mode 100644
index 00000000..6d586d82
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Earth Theme/theme_res_980536.png differ
diff --git a/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_1951.png b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_1951.png
new file mode 100644
index 00000000..24b399c7
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_1951.png differ
diff --git a/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_316670.png b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_316670.png
new file mode 100644
index 00000000..17102e4b
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_316670.png differ
diff --git a/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_539885.png b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_539885.png
new file mode 100644
index 00000000..e26aed53
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_539885.png differ
diff --git a/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_763120.png b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_763120.png
new file mode 100644
index 00000000..839f1ad7
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_763120.png differ
diff --git a/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_816626.png b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_816626.png
new file mode 100644
index 00000000..e25934a9
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/GUNDAM/theme_res_816626.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_1031627.png b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_1031627.png
new file mode 100644
index 00000000..22fde216
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_1031627.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_1951.png b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_1951.png
new file mode 100644
index 00000000..89788c7f
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_1951.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_2202343.png b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_2202343.png
new file mode 100644
index 00000000..68a69820
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_2202343.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3373069.png b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3373069.png
new file mode 100644
index 00000000..d9282a54
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3373069.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3437738.png b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3437738.png
new file mode 100644
index 00000000..6e195c67
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3437738.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3667914.png b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3667914.png
new file mode 100644
index 00000000..d6ee4c09
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3667914.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3694123.png b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3694123.png
new file mode 100644
index 00000000..7510495c
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Jyanme/theme_res_3694123.png differ
diff --git a/res/themes/--Theme examples/8.8inch/METROID/theme_res_1419775.png b/res/themes/--Theme examples/8.8inch/METROID/theme_res_1419775.png
new file mode 100644
index 00000000..c635b959
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/METROID/theme_res_1419775.png differ
diff --git a/res/themes/--Theme examples/8.8inch/METROID/theme_res_1956.png b/res/themes/--Theme examples/8.8inch/METROID/theme_res_1956.png
new file mode 100644
index 00000000..f76ecce4
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/METROID/theme_res_1956.png differ
diff --git a/res/themes/--Theme examples/8.8inch/METROID/theme_res_2134285.png b/res/themes/--Theme examples/8.8inch/METROID/theme_res_2134285.png
new file mode 100644
index 00000000..86066809
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/METROID/theme_res_2134285.png differ
diff --git a/res/themes/--Theme examples/8.8inch/METROID/theme_res_2151856.png b/res/themes/--Theme examples/8.8inch/METROID/theme_res_2151856.png
new file mode 100644
index 00000000..bcb0b93c
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/METROID/theme_res_2151856.png differ
diff --git a/res/themes/--Theme examples/8.8inch/METROID/theme_res_705272.png b/res/themes/--Theme examples/8.8inch/METROID/theme_res_705272.png
new file mode 100644
index 00000000..2a632e2e
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/METROID/theme_res_705272.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_1892.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_1892.png
new file mode 100644
index 00000000..e0878bb4
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_1892.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_315537.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_315537.png
new file mode 100644
index 00000000..84c9f678
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_315537.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_419676.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_419676.png
new file mode 100644
index 00000000..8fae93bb
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_419676.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_523779.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_523779.png
new file mode 100644
index 00000000..d37c993a
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_523779.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_629673.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_629673.png
new file mode 100644
index 00000000..743b7533
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_629673.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_735053.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_735053.png
new file mode 100644
index 00000000..604f5f5f
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_735053.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_840569.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_840569.png
new file mode 100644
index 00000000..bc64097a
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_840569.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_945817.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_945817.png
new file mode 100644
index 00000000..3652c4ab
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_945817.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_956804.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_956804.png
new file mode 100644
index 00000000..179f4faa
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_956804.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_966844.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_966844.png
new file mode 100644
index 00000000..1912df25
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_966844.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_992460.png b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_992460.png
new file mode 100644
index 00000000..f0c73d79
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Minimalist black/theme_res_992460.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1103942.png b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1103942.png
new file mode 100644
index 00000000..9253da5e
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1103942.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1134326.png b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1134326.png
new file mode 100644
index 00000000..5a5950b6
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1134326.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1374020.png b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1374020.png
new file mode 100644
index 00000000..9f78cfe6
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1374020.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1379405.png b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1379405.png
new file mode 100644
index 00000000..89a2b5e4
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1379405.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1878.png b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1878.png
new file mode 100644
index 00000000..c93a202a
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_1878.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Pink data/theme_res_190879.png b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_190879.png
new file mode 100644
index 00000000..88543134
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_190879.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Pink data/theme_res_321760.png b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_321760.png
new file mode 100644
index 00000000..7fe27d74
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_321760.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Pink data/theme_res_452718.png b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_452718.png
new file mode 100644
index 00000000..6612907b
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_452718.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Pink data/theme_res_560206.png b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_560206.png
new file mode 100644
index 00000000..8b4b3628
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Pink data/theme_res_560206.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_1221836.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_1221836.png
new file mode 100644
index 00000000..a52670e0
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_1221836.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_1943.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_1943.png
new file mode 100644
index 00000000..edf71d33
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_1943.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_2470923.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_2470923.png
new file mode 100644
index 00000000..a52670e0
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_2470923.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3721429.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3721429.png
new file mode 100644
index 00000000..7f7e8be5
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3721429.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3747197.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3747197.png
new file mode 100644
index 00000000..da2d0ba0
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3747197.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3855396.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3855396.png
new file mode 100644
index 00000000..d14ad673
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3855396.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3895893.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3895893.png
new file mode 100644
index 00000000..5b029b2f
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3895893.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3969592.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3969592.png
new file mode 100644
index 00000000..480d6ab8
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3969592.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3977915.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3977915.png
new file mode 100644
index 00000000..544cfae1
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3977915.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3999527.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3999527.png
new file mode 100644
index 00000000..796b488d
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_3999527.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Ranni/theme_res_4014799.png b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_4014799.png
new file mode 100644
index 00000000..59cb3369
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Ranni/theme_res_4014799.png differ
diff --git a/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_1956.png b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_1956.png
new file mode 100644
index 00000000..7cfda02c
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_1956.png differ
diff --git a/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_1962526.png b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_1962526.png
new file mode 100644
index 00000000..ab94dab4
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_1962526.png differ
diff --git a/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_2980869.png b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_2980869.png
new file mode 100644
index 00000000..2794572c
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_2980869.png differ
diff --git a/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_2994795.png b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_2994795.png
new file mode 100644
index 00000000..6ea3f357
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_2994795.png differ
diff --git a/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_944623.png b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_944623.png
new file mode 100644
index 00000000..fb2e7855
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/SPY FAMILY/theme_res_944623.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_147553.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_147553.png
new file mode 100644
index 00000000..d1304f95
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_147553.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_154911.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_154911.png
new file mode 100644
index 00000000..57976096
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_154911.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_162281.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_162281.png
new file mode 100644
index 00000000..08126317
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_162281.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_1918.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_1918.png
new file mode 100644
index 00000000..8b993fe6
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_1918.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_235005.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_235005.png
new file mode 100644
index 00000000..ec4c8079
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_235005.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_273503.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_273503.png
new file mode 100644
index 00000000..1446a05f
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_273503.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_346227.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_346227.png
new file mode 100644
index 00000000..154ddcd6
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple Vertical/theme_res_346227.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_134826.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_134826.png
new file mode 100644
index 00000000..519d805e
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_134826.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_139611.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_139611.png
new file mode 100644
index 00000000..bc01a99c
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_139611.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_144413.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_144413.png
new file mode 100644
index 00000000..654d8be5
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_144413.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_1900.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_1900.png
new file mode 100644
index 00000000..27405ea2
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_1900.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_215802.png b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_215802.png
new file mode 100644
index 00000000..18859450
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple Future Purple/theme_res_215802.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_101096.png b/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_101096.png
new file mode 100644
index 00000000..735027d3
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_101096.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_157510.png b/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_157510.png
new file mode 100644
index 00000000..2ada2de0
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_157510.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_1916.png b/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_1916.png
new file mode 100644
index 00000000..e57104a7
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_1916.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_93758.png b/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_93758.png
new file mode 100644
index 00000000..3f1df9fa
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Simple black and white theme/theme_res_93758.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Technology X/theme_res_141176.png b/res/themes/--Theme examples/8.8inch/Technology X/theme_res_141176.png
new file mode 100644
index 00000000..a716d415
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Technology X/theme_res_141176.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Technology X/theme_res_1884.png b/res/themes/--Theme examples/8.8inch/Technology X/theme_res_1884.png
new file mode 100644
index 00000000..edb1bc78
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Technology X/theme_res_1884.png differ
diff --git a/res/themes/--Theme examples/8.8inch/Technology X/theme_res_229500.png b/res/themes/--Theme examples/8.8inch/Technology X/theme_res_229500.png
new file mode 100644
index 00000000..e4bd093b
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/Technology X/theme_res_229500.png differ
diff --git a/res/themes/--Theme examples/8.8inch/kirby/theme_res_1870.png b/res/themes/--Theme examples/8.8inch/kirby/theme_res_1870.png
new file mode 100644
index 00000000..1078b403
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/kirby/theme_res_1870.png differ
diff --git a/res/themes/--Theme examples/8.8inch/kirby/theme_res_427618.png b/res/themes/--Theme examples/8.8inch/kirby/theme_res_427618.png
new file mode 100644
index 00000000..f12c68f9
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/kirby/theme_res_427618.png differ
diff --git a/res/themes/--Theme examples/8.8inch/kirby/theme_res_6871818.png b/res/themes/--Theme examples/8.8inch/kirby/theme_res_6871818.png
new file mode 100644
index 00000000..b505dc12
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/kirby/theme_res_6871818.png differ
diff --git a/res/themes/--Theme examples/8.8inch/kirby/theme_res_6885507.png b/res/themes/--Theme examples/8.8inch/kirby/theme_res_6885507.png
new file mode 100644
index 00000000..23718c87
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/kirby/theme_res_6885507.png differ
diff --git a/res/themes/--Theme examples/8.8inch/kirby/theme_res_846667.png b/res/themes/--Theme examples/8.8inch/kirby/theme_res_846667.png
new file mode 100644
index 00000000..d57a0fbf
Binary files /dev/null and b/res/themes/--Theme examples/8.8inch/kirby/theme_res_846667.png differ
diff --git a/res/themes/26/background.png b/res/themes/26/background.png
new file mode 100644
index 00000000..eb6d758b
Binary files /dev/null and b/res/themes/26/background.png differ
diff --git a/res/themes/26/preview.png b/res/themes/26/preview.png
new file mode 100644
index 00000000..a699051a
Binary files /dev/null and b/res/themes/26/preview.png differ
diff --git a/res/themes/26/theme.yaml b/res/themes/26/theme.yaml
new file mode 100644
index 00000000..6d609b5c
--- /dev/null
+++ b/res/themes/26/theme.yaml
@@ -0,0 +1,67 @@
+---
+author: "@mathoudebine"
+
+display:
+ DISPLAY_SIZE: 2.1"
+ DISPLAY_ORIENTATION: portrait
+ DISPLAY_RGB_LED: 40, 215, 252
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 480
+ HEIGHT: 480
+
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 68
+ Y: 167
+ FONT: jetbrains-mono/JetBrainsMono-Regular.ttf
+ FONT_SIZE: 54
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
+ GPU:
+ INTERVAL: 1
+ PERCENTAGE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 236
+ Y: 167
+ FONT: jetbrains-mono/JetBrainsMono-Regular.ttf
+ FONT_SIZE: 54
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
+
+ MEMORY:
+ INTERVAL: 1
+ VIRTUAL:
+ PERCENT_TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 68
+ Y: 316
+ FONT: jetbrains-mono/JetBrainsMono-Regular.ttf
+ FONT_SIZE: 54
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
+
+ DISK:
+ INTERVAL: 10
+ USED:
+ PERCENT_TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 236
+ Y: 316
+ FONT: jetbrains-mono/JetBrainsMono-Regular.ttf
+ FONT_SIZE: 54
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
\ No newline at end of file
diff --git a/res/themes/26/theme_example.png b/res/themes/26/theme_example.png
new file mode 100644
index 00000000..00d01185
Binary files /dev/null and b/res/themes/26/theme_example.png differ
diff --git a/res/themes/30/background.png b/res/themes/30/background.png
new file mode 100644
index 00000000..a73f6d66
Binary files /dev/null and b/res/themes/30/background.png differ
diff --git a/res/themes/30/preview.png b/res/themes/30/preview.png
new file mode 100644
index 00000000..7b22ec15
Binary files /dev/null and b/res/themes/30/preview.png differ
diff --git a/res/themes/30/theme.yaml b/res/themes/30/theme.yaml
new file mode 100644
index 00000000..5b3dbd21
--- /dev/null
+++ b/res/themes/30/theme.yaml
@@ -0,0 +1,54 @@
+---
+author: "@mathoudebine"
+
+display:
+ DISPLAY_SIZE: 2.1"
+ DISPLAY_ORIENTATION: portrait
+ DISPLAY_RGB_LED: 236, 214, 180
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 480
+ HEIGHT: 480
+
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 270
+ Y: 265
+ FONT: jetbrains-mono/JetBrainsMono-Light.ttf
+ FONT_SIZE: 26
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ GRAPH:
+ SHOW: True
+ X: 143
+ Y: 295
+ WIDTH: 192
+ HEIGHT: 9
+ MIN_VALUE: 0
+ MAX_VALUE: 100
+ BAR_COLOR: 236, 214, 180
+ BAR_OUTLINE: False
+ BACKGROUND_COLOR: 255, 255, 255
+
+ DATE:
+ INTERVAL: 1
+ HOUR: # Format (12/24h, timezone translations) will match your computer locale
+ TEXT:
+ FORMAT: short # short (6:48 PM) / medium (6:48:53 PM) / long (6:48:53 PM UTC) / full (6:48:53 PM Coordinated Universal Time)
+ SHOW: True
+ X: 70
+ Y: 151
+ FONT: roboto-mono/RobotoMono-Bold.ttf
+ FONT_SIZE: 112
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+
diff --git a/res/themes/30/theme_example.png b/res/themes/30/theme_example.png
new file mode 100644
index 00000000..92e4e261
Binary files /dev/null and b/res/themes/30/theme_example.png differ
diff --git a/res/themes/43/background.png b/res/themes/43/background.png
new file mode 100644
index 00000000..5fa041d9
Binary files /dev/null and b/res/themes/43/background.png differ
diff --git a/res/themes/43/preview.png b/res/themes/43/preview.png
new file mode 100644
index 00000000..89958f4a
Binary files /dev/null and b/res/themes/43/preview.png differ
diff --git a/res/themes/43/theme.yaml b/res/themes/43/theme.yaml
new file mode 100644
index 00000000..bd9ea905
--- /dev/null
+++ b/res/themes/43/theme.yaml
@@ -0,0 +1,75 @@
+---
+author: "@mathoudebine"
+
+display:
+ DISPLAY_SIZE: 2.1"
+ DISPLAY_ORIENTATION: portrait
+ DISPLAY_RGB_LED: 177, 224, 255
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 480
+ HEIGHT: 480
+
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 262
+ Y: 281
+ FONT: jetbrains-mono/JetBrainsMono-Regular.ttf
+ FONT_SIZE: 26
+ FONT_COLOR: 0, 0, 0
+ BACKGROUND_IMAGE: background.png
+ GRAPH:
+ SHOW: True
+ X: 144
+ Y: 314
+ WIDTH: 188
+ HEIGHT: 6
+ MIN_VALUE: 0
+ MAX_VALUE: 100
+ BAR_COLOR: 255, 255, 255
+ BAR_OUTLINE: False
+ BACKGROUND_COLOR: 62, 58, 57
+ TEMPERATURE:
+ INTERVAL: 5
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 90
+ Y: 163
+ FONT: jetbrains-mono/JetBrainsMono-Bold.ttf
+ FONT_SIZE: 110
+ FONT_COLOR: 44, 104, 137
+ BACKGROUND_IMAGE: background.png
+ GPU:
+ INTERVAL: 1
+ PERCENTAGE:
+ GRAPH:
+ SHOW: True
+ X: 144
+ Y: 369
+ WIDTH: 188
+ HEIGHT: 6
+ MIN_VALUE: 0
+ MAX_VALUE: 100
+ BAR_COLOR: 255, 255, 255
+ BAR_OUTLINE: False
+ BACKGROUND_COLOR: 62, 58, 57
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 262
+ Y: 338
+ FONT: jetbrains-mono/JetBrainsMono-Regular.ttf
+ FONT_SIZE: 26
+ FONT_COLOR: 0, 0, 0
+ BACKGROUND_IMAGE: background.png
+
diff --git a/res/themes/43/theme_example.png b/res/themes/43/theme_example.png
new file mode 100644
index 00000000..8d4914ad
Binary files /dev/null and b/res/themes/43/theme_example.png differ
diff --git a/res/themes/44/background.png b/res/themes/44/background.png
new file mode 100644
index 00000000..d2ffb300
Binary files /dev/null and b/res/themes/44/background.png differ
diff --git a/res/themes/44/preview.png b/res/themes/44/preview.png
new file mode 100644
index 00000000..7eb458b5
Binary files /dev/null and b/res/themes/44/preview.png differ
diff --git a/res/themes/44/theme.yaml b/res/themes/44/theme.yaml
new file mode 100644
index 00000000..ee9682df
--- /dev/null
+++ b/res/themes/44/theme.yaml
@@ -0,0 +1,52 @@
+---
+author: "@mathoudebine"
+
+display:
+ DISPLAY_SIZE: 2.1"
+ DISPLAY_ORIENTATION: portrait
+ DISPLAY_RGB_LED: 255, 255, 255
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 480
+ HEIGHT: 480
+
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 256
+ Y: 192
+ FONT: jetbrains-mono/JetBrainsMono-Light.ttf
+ FONT_SIZE: 26
+ FONT_COLOR: 96, 96, 96
+ BACKGROUND_IMAGE: background.png
+ GRAPH:
+ SHOW: True
+ X: 159
+ Y: 219
+ WIDTH: 162
+ HEIGHT: 10
+ MIN_VALUE: 0
+ MAX_VALUE: 100
+ BAR_COLOR: 96, 96, 96
+ BAR_OUTLINE: False
+ BACKGROUND_COLOR: 192, 192, 192
+ FREQUENCY:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 120
+ Y: 92
+ FONT: roboto-mono/RobotoMono-Light.ttf
+ FONT_SIZE: 100
+ FONT_COLOR: 96, 96, 96
+ # BACKGROUND_COLOR: 50, 50, 50
+ BACKGROUND_IMAGE: background.png
\ No newline at end of file
diff --git a/res/themes/44/theme_example.png b/res/themes/44/theme_example.png
new file mode 100644
index 00000000..2158a38a
Binary files /dev/null and b/res/themes/44/theme_example.png differ
diff --git a/res/themes/45/background.png b/res/themes/45/background.png
new file mode 100644
index 00000000..2de53f69
Binary files /dev/null and b/res/themes/45/background.png differ
diff --git a/res/themes/45/preview.png b/res/themes/45/preview.png
new file mode 100644
index 00000000..e5e4704d
Binary files /dev/null and b/res/themes/45/preview.png differ
diff --git a/res/themes/45/theme.yaml b/res/themes/45/theme.yaml
new file mode 100644
index 00000000..54ef4d22
--- /dev/null
+++ b/res/themes/45/theme.yaml
@@ -0,0 +1,94 @@
+---
+author: "@mathoudebine"
+
+display:
+ DISPLAY_SIZE: 2.1"
+ DISPLAY_ORIENTATION: portrait
+ DISPLAY_RGB_LED: 40, 178, 171
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 480
+ HEIGHT: 480
+
+STATS:
+ DATE:
+ # For time display, it is recommended not to change the interval: keep to 1
+ INTERVAL: 1
+ DAY: # Format (Y/M/D ordering, month/day translations...) will match your computer locale
+ TEXT:
+ FORMAT: short # short (2/20/23) / medium (Feb 20, 2023) / long (February 20, 2023) / full (Monday, February 20, 2023)
+ SHOW: True
+ X: 150
+ Y: 284
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 30
+ FONT_COLOR: 255, 255, 255
+ # BACKGROUND_COLOR: 50, 50, 50
+ BACKGROUND_IMAGE: background.png
+ HOUR: # Format (12/24h, timezone translations) will match your computer locale
+ TEXT:
+ FORMAT: short # short (6:48 PM) / medium (6:48:53 PM) / long (6:48:53 PM UTC) / full (6:48:53 PM Coordinated Universal Time)
+ SHOW: True
+ X: 90
+ Y: 193
+ FONT: roboto-mono/RobotoMono-Bold.ttf
+ FONT_SIZE: 100
+ FONT_COLOR: 255, 255, 255
+ # BACKGROUND_COLOR: 50, 50, 50
+ BACKGROUND_IMAGE: background.png
+ NET:
+ INTERVAL: 1
+ ETH: # For Wi-Fi stats change ETH to WLO
+ UPLOAD:
+ TEXT:
+ SHOW: True
+ X: 147
+ Y: 140
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 16
+ FONT_COLOR: 255, 255, 255
+ # BACKGROUND_COLOR: 132, 154, 165
+ BACKGROUND_IMAGE: background.png
+ DOWNLOAD:
+ TEXT:
+ SHOW: True
+ X: 271
+ Y: 140
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 16
+ FONT_COLOR: 255, 255, 255
+ # BACKGROUND_COLOR: 132, 154, 165
+ BACKGROUND_IMAGE: background.png
+ GPU:
+ INTERVAL: 1
+ PERCENTAGE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 197
+ Y: 384
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 30
+ FONT_COLOR: 255, 255, 255
+ # BACKGROUND_COLOR: 132, 154, 165
+ BACKGROUND_IMAGE: background.png
+ CPU:
+ PERCENTAGE:
+ # In seconds. Longer intervals cause this to refresh more slowly.
+ # Setting to lower values will display near real time data,
+ # but may cause significant CPU usage or the display not to update properly
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 214
+ Y: 433
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 30
+ FONT_COLOR: 255, 255, 255
+ # BACKGROUND_COLOR: 132, 154, 165
+ BACKGROUND_IMAGE: background.png
\ No newline at end of file
diff --git a/res/themes/45/theme_example.png b/res/themes/45/theme_example.png
new file mode 100644
index 00000000..6dbfe2d1
Binary files /dev/null and b/res/themes/45/theme_example.png differ
diff --git a/res/themes/AMD/background.png b/res/themes/AMD/background.png
new file mode 100644
index 00000000..992c7190
Binary files /dev/null and b/res/themes/AMD/background.png differ
diff --git a/res/themes/AMD/preview.png b/res/themes/AMD/preview.png
new file mode 100644
index 00000000..0334bdf3
Binary files /dev/null and b/res/themes/AMD/preview.png differ
diff --git a/res/themes/AMD/theme.yaml b/res/themes/AMD/theme.yaml
new file mode 100644
index 00000000..3381f101
--- /dev/null
+++ b/res/themes/AMD/theme.yaml
@@ -0,0 +1,105 @@
+---
+display:
+ DISPLAY_SIZE: 8.8"
+ DISPLAY_ORIENTATION: landscape
+ DISPLAY_RGB_LED: 224, 2, 48
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 1920
+ HEIGHT: 480
+
+static_text:
+ CPU:
+ TEXT: CPU
+ X: 1630
+ Y: 64
+ FONT: roboto-mono/RobotoMono-Bold.ttf
+ FONT_SIZE: 38
+ FONT_COLOR: 224, 2, 48
+ BACKGROUND_IMAGE: background.png
+ RAM:
+ TEXT: RAM
+ X: 1630
+ Y: 156
+ FONT: roboto-mono/RobotoMono-Bold.ttf
+ FONT_SIZE: 38
+ FONT_COLOR: 224, 2, 48
+ BACKGROUND_IMAGE: background.png
+ GPU:
+ TEXT: GPU
+ X: 58
+ Y: 66
+ FONT: roboto-mono/RobotoMono-Bold.ttf
+ FONT_SIZE: 70
+ FONT_COLOR: 224, 2, 48
+ BACKGROUND_IMAGE: background.png
+ TIME:
+ TEXT: TIME
+ X: 1533
+ Y: 332
+ FONT: roboto-mono/RobotoMono-Bold.ttf
+ FONT_SIZE: 36
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
+
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 1700
+ Y: 62
+ FONT: roboto-mono/RobotoMono-Medium.ttf
+ FONT_SIZE: 80
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
+
+ GPU:
+ INTERVAL: 1
+ PERCENTAGE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 0
+ Y: 153
+ FONT: roboto-mono/RobotoMono-Medium.ttf
+ FONT_SIZE: 180
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
+
+ MEMORY:
+ INTERVAL: 1
+ VIRTUAL:
+ PERCENT_TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 1700
+ Y: 152
+ FONT: roboto-mono/RobotoMono-Medium.ttf
+ FONT_SIZE: 80
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
+
+ DATE:
+ # For time display, it is recommended not to change the interval: keep to 1
+ INTERVAL: 1
+ HOUR: # Format (12/24h, timezone translations) will match your computer locale
+ TEXT:
+ FORMAT: short # short (6:48 PM) / medium (6:48:53 PM) / long (6:48:53 PM UTC) / full (6:48:53 PM Coordinated Universal Time) / custom pattern e.g. "HH:mm:ss zzz" (6:48:53 EDT)
+ SHOW: True
+ X: 1644
+ Y: 330
+ WIDTH: 254
+ HEIGHT: 56
+ FONT: roboto/Roboto-Medium.ttf
+ FONT_SIZE: 70
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
+ ALIGN: left # left / center / right
+ ANCHOR: rt # Check https://pillow.readthedocs.io/en/stable/handbook/text-anchors.html
diff --git a/res/themes/AMD/theme_example.png b/res/themes/AMD/theme_example.png
new file mode 100644
index 00000000..3be0f826
Binary files /dev/null and b/res/themes/AMD/theme_example.png differ
diff --git a/res/themes/Blue Technology/background.png b/res/themes/Blue Technology/background.png
new file mode 100644
index 00000000..1a040f87
Binary files /dev/null and b/res/themes/Blue Technology/background.png differ
diff --git a/res/themes/Blue Technology/preview.png b/res/themes/Blue Technology/preview.png
new file mode 100644
index 00000000..ed155589
Binary files /dev/null and b/res/themes/Blue Technology/preview.png differ
diff --git a/res/themes/Blue Technology/theme.yaml b/res/themes/Blue Technology/theme.yaml
new file mode 100644
index 00000000..739c1acb
--- /dev/null
+++ b/res/themes/Blue Technology/theme.yaml
@@ -0,0 +1,69 @@
+---
+display:
+ DISPLAY_SIZE: 8.8"
+ DISPLAY_ORIENTATION: landscape
+ DISPLAY_RGB_LED: 0, 0, 255
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 1920
+ HEIGHT: 480
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 436
+ Y: 200
+ FONT: generale-mono/GeneraleMonoA.ttf
+ FONT_SIZE: 100
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ TEMPERATURE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 84
+ Y: 208
+ FONT: generale-mono/GeneraleMonoA.ttf
+ FONT_SIZE: 80
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ GPU:
+ INTERVAL: 1
+ PERCENTAGE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 1220
+ Y: 200
+ FONT: generale-mono/GeneraleMonoA.ttf
+ FONT_SIZE: 100
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ TEMPERATURE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 1626
+ Y: 208
+ FONT: generale-mono/GeneraleMonoA.ttf
+ FONT_SIZE: 80
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ FPS:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 768
+ Y: 190
+ FONT: generale-mono/GeneraleMonoA.ttf
+ FONT_SIZE: 116
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
diff --git a/res/themes/Blue Technology/theme_example.png b/res/themes/Blue Technology/theme_example.png
new file mode 100644
index 00000000..514471cd
Binary files /dev/null and b/res/themes/Blue Technology/theme_example.png differ
diff --git a/res/themes/Blue Technology/theme_res_1426836.png b/res/themes/Blue Technology/theme_res_1426836.png
new file mode 100644
index 00000000..e0aae8dc
Binary files /dev/null and b/res/themes/Blue Technology/theme_res_1426836.png differ
diff --git a/res/themes/Blue Technology/theme_res_6500054.png b/res/themes/Blue Technology/theme_res_6500054.png
new file mode 100644
index 00000000..ab6fa6cb
Binary files /dev/null and b/res/themes/Blue Technology/theme_res_6500054.png differ
diff --git a/res/themes/Cyberpunk 2077 Vertical/background.png b/res/themes/Cyberpunk 2077 Vertical/background.png
new file mode 100644
index 00000000..4df93133
Binary files /dev/null and b/res/themes/Cyberpunk 2077 Vertical/background.png differ
diff --git a/res/themes/Cyberpunk 2077 Vertical/preview.png b/res/themes/Cyberpunk 2077 Vertical/preview.png
new file mode 100644
index 00000000..47b017c6
Binary files /dev/null and b/res/themes/Cyberpunk 2077 Vertical/preview.png differ
diff --git a/res/themes/Cyberpunk 2077 Vertical/theme.yaml b/res/themes/Cyberpunk 2077 Vertical/theme.yaml
new file mode 100644
index 00000000..baf2d1c0
--- /dev/null
+++ b/res/themes/Cyberpunk 2077 Vertical/theme.yaml
@@ -0,0 +1,162 @@
+---
+display:
+ DISPLAY_SIZE: 8.8"
+ DISPLAY_ORIENTATION: portrait
+ DISPLAY_RGB_LED: 255, 239, 47
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 480
+ HEIGHT: 1920
+
+static_text:
+ CPU:
+ TEXT: CPU
+ X: 344
+ Y: 1273
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 24
+ FONT_COLOR: 0, 0, 0
+ BACKGROUND_IMAGE: background.png
+ GPU:
+ TEXT: GPU
+ X: 344
+ Y: 1343
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 24
+ FONT_COLOR: 0, 0, 0
+ BACKGROUND_IMAGE: background.png
+
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 326
+ Y: 1655
+ WIDTH: 100
+ HEIGHT: 44
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 40
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ GRAPH:
+ SHOW: True
+ X: 160
+ Y: 1270
+ WIDTH: 174
+ HEIGHT: 24
+ MIN_VALUE: 0
+ MAX_VALUE: 100
+ BAR_COLOR: 0, 0, 0
+ BAR_OUTLINE: False
+ BACKGROUND_COLOR: 255, 255, 255
+ TEMPERATURE:
+ INTERVAL: 5
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 326
+ Y: 1597
+ WIDTH: 100
+ HEIGHT: 44
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 40
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ FREQUENCY:
+ INTERVAL: 5
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 244
+ Y: 1300
+ WIDTH: 130
+ HEIGHT: 30
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 24
+ FONT_COLOR: 0, 0, 0
+ BACKGROUND_IMAGE: background.png
+
+ GPU:
+ INTERVAL: 1
+ PERCENTAGE:
+ GRAPH:
+ SHOW: True
+ X: 160
+ Y: 1340
+ WIDTH: 174
+ HEIGHT: 24
+ MIN_VALUE: 0
+ MAX_VALUE: 100
+ BAR_COLOR: 0, 0, 0
+ BAR_OUTLINE: False
+ BACKGROUND_COLOR: 255, 255, 255
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 326
+ Y: 1779
+ WIDTH: 100
+ HEIGHT: 44
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 40
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ TEMPERATURE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 326
+ Y: 1722
+ WIDTH: 100
+ HEIGHT: 44
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 40
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ FREQUENCY:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 244
+ Y: 1370
+ WIDTH: 130
+ HEIGHT: 30
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 24
+ FONT_COLOR: 0, 0, 0
+ BACKGROUND_IMAGE: background.png
+
+ MEMORY:
+ INTERVAL: 5
+ VIRTUAL:
+ USED:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 163
+ Y: 1435
+ FONT: jetbrains-mono/JetBrainsMono-ExtraBold.ttf
+ FONT_SIZE: 30
+ FONT_COLOR: 0, 0, 0
+ BACKGROUND_IMAGE: background.png
+ PERCENT_TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 145
+ Y: 1499
+ FONT: jetbrains-mono/JetBrainsMono-ExtraBold.ttf
+ FONT_SIZE: 30
+ FONT_COLOR: 0, 0, 0
+ BACKGROUND_IMAGE: background.png
\ No newline at end of file
diff --git a/res/themes/Cyberpunk 2077 Vertical/theme_example.png b/res/themes/Cyberpunk 2077 Vertical/theme_example.png
new file mode 100644
index 00000000..be11311d
Binary files /dev/null and b/res/themes/Cyberpunk 2077 Vertical/theme_example.png differ
diff --git a/res/themes/Cyberpunk 2077 Vertical/theme_res_3811150.png b/res/themes/Cyberpunk 2077 Vertical/theme_res_3811150.png
new file mode 100644
index 00000000..ece4a5f7
Binary files /dev/null and b/res/themes/Cyberpunk 2077 Vertical/theme_res_3811150.png differ
diff --git a/res/themes/Cyberpunk 2077/background.png b/res/themes/Cyberpunk 2077/background.png
new file mode 100644
index 00000000..fa4b509f
Binary files /dev/null and b/res/themes/Cyberpunk 2077/background.png differ
diff --git a/res/themes/Cyberpunk 2077/preview.png b/res/themes/Cyberpunk 2077/preview.png
new file mode 100644
index 00000000..dd2945d4
Binary files /dev/null and b/res/themes/Cyberpunk 2077/preview.png differ
diff --git a/res/themes/Cyberpunk 2077/theme.yaml b/res/themes/Cyberpunk 2077/theme.yaml
new file mode 100644
index 00000000..0408be28
--- /dev/null
+++ b/res/themes/Cyberpunk 2077/theme.yaml
@@ -0,0 +1,113 @@
+---
+display:
+ DISPLAY_SIZE: 8.8"
+ DISPLAY_ORIENTATION: landscape
+ DISPLAY_RGB_LED: 255, 239, 47
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 1920
+ HEIGHT: 480
+
+static_text:
+ CPU:
+ TEXT: CPU
+ X: 1120
+ Y: 44
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 34
+ FONT_COLOR: 255, 239, 47
+ BACKGROUND_IMAGE: background.png
+ GPU:
+ TEXT: GPU
+ X: 1120
+ Y: 85
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 34
+ FONT_COLOR: 255, 239, 47
+ BACKGROUND_IMAGE: background.png
+
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 1204
+ Y: 40
+ WIDTH: 73
+ HEIGHT: 37
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 34
+ FONT_COLOR: 255, 239, 47
+ BACKGROUND_IMAGE: background.png
+ GRAPH:
+ SHOW: True
+ X: 1296
+ Y: 40
+ WIDTH: 374
+ HEIGHT: 30
+ MIN_VALUE: 0
+ MAX_VALUE: 100
+ BAR_COLOR: 255, 239, 47
+ BAR_OUTLINE: False
+ BACKGROUND_COLOR: 255, 255, 255
+ TEMPERATURE:
+ INTERVAL: 5
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 1780
+ Y: 40
+ WIDTH: 73
+ HEIGHT: 37
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 34
+ FONT_COLOR: 255, 239, 47
+ BACKGROUND_IMAGE: background.png
+
+ GPU:
+ INTERVAL: 1
+ PERCENTAGE:
+ GRAPH:
+ SHOW: True
+ X: 1296
+ Y: 84
+ WIDTH: 374
+ HEIGHT: 30
+ MIN_VALUE: 0
+ MAX_VALUE: 100
+ BAR_COLOR: 255, 239, 47
+ BAR_OUTLINE: False
+ BACKGROUND_COLOR: 255, 255, 255
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 1204
+ Y: 81
+ WIDTH: 73
+ HEIGHT: 37
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 34
+ FONT_COLOR: 255, 239, 47
+ BACKGROUND_IMAGE: background.png
+ TEMPERATURE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: False
+ X: 1780
+ Y: 81
+ WIDTH: 73
+ HEIGHT: 37
+ ANCHOR: mm
+ FONT: racespace/RACESPACEREGULAR-Extended.otf
+ FONT_SIZE: 34
+ FONT_COLOR: 255, 239, 47
+ BACKGROUND_IMAGE: background.png
diff --git a/res/themes/Cyberpunk 2077/theme_example.png b/res/themes/Cyberpunk 2077/theme_example.png
new file mode 100644
index 00000000..2f236b18
Binary files /dev/null and b/res/themes/Cyberpunk 2077/theme_example.png differ
diff --git a/res/themes/Cyberpunk 2077/theme_res_2984784.png b/res/themes/Cyberpunk 2077/theme_res_2984784.png
new file mode 100644
index 00000000..f4d9a068
Binary files /dev/null and b/res/themes/Cyberpunk 2077/theme_res_2984784.png differ
diff --git a/res/themes/Gradient/background.png b/res/themes/Gradient/background.png
new file mode 100644
index 00000000..49fd1220
Binary files /dev/null and b/res/themes/Gradient/background.png differ
diff --git a/res/themes/Gradient/preview.png b/res/themes/Gradient/preview.png
new file mode 100644
index 00000000..a946794b
Binary files /dev/null and b/res/themes/Gradient/preview.png differ
diff --git a/res/themes/Gradient/theme.yaml b/res/themes/Gradient/theme.yaml
new file mode 100644
index 00000000..9831fce1
--- /dev/null
+++ b/res/themes/Gradient/theme.yaml
@@ -0,0 +1,111 @@
+---
+display:
+ DISPLAY_SIZE: 8.8"
+ DISPLAY_ORIENTATION: portrait
+ DISPLAY_RGB_LED: 226, 21, 103
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 1920
+ HEIGHT: 480
+static_text:
+ DISK:
+ TEXT: DISK
+ X: 164
+ Y: 1804
+ FONT: roboto-mono/RobotoMono-Bold.ttf
+ FONT_SIZE: 64
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 80
+ Y: 240
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 130
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ TEMPERATURE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 134
+ Y: 154
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 60
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ GPU:
+ INTERVAL: 1
+ PERCENTAGE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 80
+ Y: 720
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 130
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ TEMPERATURE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 134
+ Y: 635
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 60
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ MEMORY:
+ INTERVAL: 5
+ VIRTUAL:
+ USED:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 146
+ Y: 1120
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 45
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ PERCENT_TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 80
+ Y: 1192
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 130
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ DISK:
+ INTERVAL: 10
+ USED:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 146
+ Y: 1590
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 45
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+ PERCENT_TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 80
+ Y: 1664
+ FONT: roboto-mono/RobotoMono-Regular.ttf
+ FONT_SIZE: 130
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
diff --git a/res/themes/Gradient/theme_example.png b/res/themes/Gradient/theme_example.png
new file mode 100644
index 00000000..b4db309a
Binary files /dev/null and b/res/themes/Gradient/theme_example.png differ
diff --git a/res/themes/Gradient/theme_res_138261.png b/res/themes/Gradient/theme_res_138261.png
new file mode 100644
index 00000000..c6095836
Binary files /dev/null and b/res/themes/Gradient/theme_res_138261.png differ
diff --git a/res/themes/Gradient/theme_res_153418.png b/res/themes/Gradient/theme_res_153418.png
new file mode 100644
index 00000000..eed10e3d
Binary files /dev/null and b/res/themes/Gradient/theme_res_153418.png differ
diff --git a/res/themes/Gradient/theme_res_639646.png b/res/themes/Gradient/theme_res_639646.png
new file mode 100644
index 00000000..b5110e07
Binary files /dev/null and b/res/themes/Gradient/theme_res_639646.png differ
diff --git a/res/themes/Gradient/theme_res_645271.png b/res/themes/Gradient/theme_res_645271.png
new file mode 100644
index 00000000..17803b9e
Binary files /dev/null and b/res/themes/Gradient/theme_res_645271.png differ
diff --git a/res/themes/Landscape6Grid/grid_no_background.png b/res/themes/Landscape6Grid/grid_no_background.png
new file mode 100644
index 00000000..a88bf29a
Binary files /dev/null and b/res/themes/Landscape6Grid/grid_no_background.png differ
diff --git a/res/themes/NVIDIA/background.png b/res/themes/NVIDIA/background.png
new file mode 100644
index 00000000..69bbf6ee
Binary files /dev/null and b/res/themes/NVIDIA/background.png differ
diff --git a/res/themes/NVIDIA/preview.png b/res/themes/NVIDIA/preview.png
new file mode 100644
index 00000000..95c33615
Binary files /dev/null and b/res/themes/NVIDIA/preview.png differ
diff --git a/res/themes/NVIDIA/theme.yaml b/res/themes/NVIDIA/theme.yaml
new file mode 100644
index 00000000..8b3897a9
--- /dev/null
+++ b/res/themes/NVIDIA/theme.yaml
@@ -0,0 +1,121 @@
+---
+display:
+ DISPLAY_SIZE: 8.8"
+ DISPLAY_ORIENTATION: landscape
+ DISPLAY_RGB_LED: 125, 184, 55
+
+static_images:
+ BACKGROUND:
+ PATH: background.png
+ X: 0
+ Y: 0
+ WIDTH: 1920
+ HEIGHT: 480
+
+static_text:
+ CPU:
+ TEXT: DISK
+ X: 75
+ Y: 344
+ WIDTH: 118
+ HEIGHT: 28
+ ANCHOR: mm
+ FONT: geforce/GeForce-Bold.ttf
+ FONT_SIZE: 22
+ FONT_COLOR: 0, 0, 0
+ BACKGROUND_COLOR: 125, 184, 55
+
+STATS:
+ CPU:
+ PERCENTAGE:
+ INTERVAL: 1
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 64
+ Y: 234
+ WIDTH: 160
+ HEIGHT: 64
+ ANCHOR: lm
+ FONT: geforce/GeForce-Bold.ttf
+ FONT_SIZE: 60
+ FONT_COLOR: 125, 184, 55
+ BACKGROUND_IMAGE: background.png
+
+ GPU:
+ INTERVAL: 1
+ PERCENTAGE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 64
+ Y: 100
+ WIDTH: 160
+ HEIGHT: 64
+ ANCHOR: lm
+ FONT: geforce/GeForce-Bold.ttf
+ FONT_SIZE: 60
+ FONT_COLOR: 125, 184, 55
+ BACKGROUND_IMAGE: background.png
+ TEMPERATURE:
+ TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 1460
+ Y: 140
+ WIDTH: 400
+ HEIGHT: 150
+ ANCHOR: lm
+ FONT: geforce/GeForce-Bold.ttf
+ FONT_SIZE: 180
+ FONT_COLOR: 255, 255, 255
+ BACKGROUND_IMAGE: background.png
+
+ MEMORY:
+ INTERVAL: 1
+ VIRTUAL:
+ PERCENT_TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 223
+ Y: 375
+ WIDTH: 117
+ HEIGHT: 45
+ ANCHOR: mm
+ FONT: geforce/GeForce-Bold.ttf
+ FONT_SIZE: 40
+ FONT_COLOR: 125, 184, 55
+ BACKGROUND_IMAGE: background.png
+
+ DISK:
+ INTERVAL: 10
+ USED:
+ PERCENT_TEXT:
+ SHOW: True
+ SHOW_UNIT: True
+ X: 76
+ Y: 375
+ WIDTH: 117
+ HEIGHT: 45
+ ANCHOR: mm
+ FONT: geforce/GeForce-Bold.ttf
+ FONT_SIZE: 40
+ FONT_COLOR: 125, 184, 55
+ BACKGROUND_IMAGE: background.png
+ DATE:
+ # For time display, it is recommended not to change the interval: keep to 1
+ INTERVAL: 1
+ HOUR: # Format (12/24h, timezone translations) will match your computer locale
+ TEXT:
+ FORMAT: short # short (6:48 PM) / medium (6:48:53 PM) / long (6:48:53 PM UTC) / full (6:48:53 PM Coordinated Universal Time) / custom pattern e.g. "HH:mm:ss zzz" (6:48:53 EDT)
+ SHOW: False
+ X: 1644
+ Y: 330
+ WIDTH: 254
+ HEIGHT: 56
+ FONT: roboto/Roboto-Medium.ttf
+ FONT_SIZE: 70
+ FONT_COLOR: 205, 205, 205
+ BACKGROUND_IMAGE: background.png
+ ALIGN: left # left / center / right
+ ANCHOR: rt # Check https://pillow.readthedocs.io/en/stable/handbook/text-anchors.html
diff --git a/res/themes/NVIDIA/theme_example.png b/res/themes/NVIDIA/theme_example.png
new file mode 100644
index 00000000..c08e6c27
Binary files /dev/null and b/res/themes/NVIDIA/theme_example.png differ
diff --git a/res/themes/NVIDIA/theme_res_1577582.png b/res/themes/NVIDIA/theme_res_1577582.png
new file mode 100644
index 00000000..c4b174ee
Binary files /dev/null and b/res/themes/NVIDIA/theme_res_1577582.png differ
diff --git a/res/themes/NVIDIA/theme_res_513447.png b/res/themes/NVIDIA/theme_res_513447.png
new file mode 100644
index 00000000..f0373c65
Binary files /dev/null and b/res/themes/NVIDIA/theme_res_513447.png differ
diff --git a/res/themes/theme_example.yaml b/res/themes/theme_example.yaml
index 39f0eae2..677e3f09 100644
--- a/res/themes/theme_example.yaml
+++ b/res/themes/theme_example.yaml
@@ -10,7 +10,7 @@
author: "@your_GitHub_username"
display:
- # Specify the display size in inch for this theme: 3.5" (default) or 5"
+ # Specify the display size in inch for this theme: 2.1", 3.5", 5" or 8.8". The width/height will be set automatically.
DISPLAY_SIZE: 3.5"
# Specify the display orientation for this theme: portrait or landscape (reverse orientation is managed in config.yaml)
diff --git a/simple-program.py b/simple-program.py
index e1708fcd..0362e572 100755
--- a/simple-program.py
+++ b/simple-program.py
@@ -43,11 +43,20 @@
# - B for Xuanfang 3.5" (inc. flagship)
# - C for Turing 5"
# - D for Kipye Qiye Smart Display 3.5"
-# - SIMU for 3.5" simulated LCD (image written in screencap.png)
-# - SIMU5 for 5" simulated LCD
+# - SIMU for simulated display (image written in screencap.png)
# To identify your smart screen: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Hardware-revisions
REVISION = "A"
+# Display width & height in pixels for portrait orientation
+# /!\ Do not switch width/height here for landscape, use lcd_comm.SetOrientation below
+# 320x480 for 3.5" models
+# 480x480 for 2.1" models
+# 480x800 for 5" models
+# 480x1920 for 8.8" models
+WIDTH, HEIGHT = 320, 480
+
+assert WIDTH <= HEIGHT, "Indicate display width/height for PORTRAIT orientation: width <= height"
+
stop = False
if __name__ == "__main__":
@@ -69,22 +78,19 @@ def sighandler(signum, frame):
if REVISION == "A":
logger.info("Selected Hardware Revision A (Turing Smart Screen 3.5\" & UsbPCMonitor 3.5\"/5\")")
# NOTE: If you have UsbPCMonitor 5" you need to change the width/height to 480x800 below
- lcd_comm = LcdCommRevA(com_port=COM_PORT, display_width=320, display_height=480)
+ lcd_comm = LcdCommRevA(com_port=COM_PORT, display_width=WIDTH, display_height=HEIGHT)
elif REVISION == "B":
logger.info("Selected Hardware Revision B (XuanFang screen 3.5\" version B / flagship)")
- lcd_comm = LcdCommRevB(com_port=COM_PORT)
+ lcd_comm = LcdCommRevB(com_port=COM_PORT, display_width=WIDTH, display_height=HEIGHT)
elif REVISION == "C":
logger.info("Selected Hardware Revision C (Turing Smart Screen 5\")")
- lcd_comm = LcdCommRevC(com_port=COM_PORT)
+ lcd_comm = LcdCommRevC(com_port=COM_PORT, display_width=WIDTH, display_height=HEIGHT)
elif REVISION == "D":
logger.info("Selected Hardware Revision D (Kipye Qiye Smart Display 3.5\")")
- lcd_comm = LcdCommRevD(com_port=COM_PORT)
+ lcd_comm = LcdCommRevD(com_port=COM_PORT, display_width=WIDTH, display_height=HEIGHT)
elif REVISION == "SIMU":
- logger.info("Selected 3.5\" Simulated LCD")
- lcd_comm = LcdSimulated(display_width=320, display_height=480)
- elif REVISION == "SIMU5":
- logger.info("Selected 5\" Simulated LCD")
- lcd_comm = LcdSimulated(display_width=480, display_height=800)
+ logger.info("Selected Simulated LCD")
+ lcd_comm = LcdSimulated(display_width=WIDTH, display_height=HEIGHT)
else:
logger.error("Unknown revision")
try:
diff --git a/theme-editor.py b/theme-editor.py
index ba4548a0..eded372b 100755
--- a/theme-editor.py
+++ b/theme-editor.py
@@ -38,7 +38,7 @@
try:
import tkinter
- from PIL import ImageTk
+ from PIL import ImageTk, Image
except:
print(
"[ERROR] Tkinter dependency not installed. Please follow troubleshooting page: https://github.com/mathoudebine/turing-smart-screen-python/wiki/Troubleshooting#all-os-tkinter-dependency-not-installed")
@@ -76,15 +76,17 @@
config.load_theme()
# For theme editor, always use simulated LCD
-if config.THEME_DATA["display"].get("DISPLAY_SIZE", '3.5"') == '5"':
- config.CONFIG_DATA["display"]["REVISION"] = "SIMU5"
-else:
- config.CONFIG_DATA["display"]["REVISION"] = "SIMU"
+config.CONFIG_DATA["display"]["REVISION"] = "SIMU"
from library.display import display # Only import display after hardcoded config is set
RGB_LED_MARGIN = 12
+# Resize editor if display is too big (e.g. 8.8" displays are 1920x480), can be changed later by zoom buttons
+RESIZE_FACTOR = 2 if (display.lcd.get_width() > 1000 or display.lcd.get_height() > 1000) else 1
+
+ERROR_IN_THEME = Image.open("res/docs/error-in-theme.png")
+
def refresh_theme():
config.load_theme()
@@ -162,35 +164,42 @@ def on_button1_press(event):
def on_button1_press_and_drag(event):
global x0, y0
+ display_width, display_height = int(display.lcd.get_width() / RESIZE_FACTOR), int(
+ display.lcd.get_height() / RESIZE_FACTOR)
x1, y1 = event.x, event.y
# Do not draw zone outside of theme preview
if x1 < 0:
x1 = 0
- elif x1 >= display.lcd.get_width():
- x1 = display.lcd.get_width() - 1
+ elif x1 >= display_width:
+ x1 = display_width - 1
if y1 < 0:
y1 = 0
- elif y1 >= display.lcd.get_height():
- y1 = display.lcd.get_height() - 1
+ elif y1 >= display_height:
+ y1 = display_height - 1
- label_coord.config(text='Drawing zone from [{},{}] to [{},{}]'.format(x0, y0, x1, y1))
+ label_coord.config(text='Drawing zone from [{:0.0f},{:0.0f}] to [{:0.0f},{:0.0f}]'.format(x0 * RESIZE_FACTOR,
+ y0 * RESIZE_FACTOR,
+ x1 * RESIZE_FACTOR,
+ y1 * RESIZE_FACTOR))
draw_zone(x0, y0, x1, y1)
def on_button1_release(event):
global x0, y0
+ display_width, display_height = int(display.lcd.get_width() / RESIZE_FACTOR), int(
+ display.lcd.get_height() / RESIZE_FACTOR)
x1, y1 = event.x, event.y
if x1 != x0 or y1 != y0:
# Do not draw zone outside of theme preview
if x1 < 0:
x1 = 0
- elif x1 >= display.lcd.get_width():
- x1 = display.lcd.get_width() - 1
+ elif x1 >= display_width:
+ x1 = display_width - 1
if y1 < 0:
y1 = 0
- elif y1 >= display.lcd.get_height():
- y1 = display.lcd.get_height() - 1
+ elif y1 >= display_height:
+ y1 = display_height - 1
# Display drawn zone and coordinates
draw_zone(x0, y0, x1, y1)
@@ -200,17 +209,40 @@ def on_button1_release(event):
y = min(y0, y1)
width = max(x0, x1) - min(x0, x1)
height = max(y0, y1) - min(y0, y1)
- label_coord.config(text='Zone: X={}, Y={}, width={} height={}'.format(x, y, width, height))
+
+ label_coord.config(text='Zone: X={:0.0f}, Y={:0.0f}, width={:0.0f} height={:0.0f}'.format(x * RESIZE_FACTOR,
+ y * RESIZE_FACTOR,
+ width * RESIZE_FACTOR,
+ height * RESIZE_FACTOR))
else:
# Display click coordinates
label_coord.config(
- text='X={}, Y={} (click and drag to draw a zone)'.format(x0, y0, abs(x1 - x0), abs(y1 - y0)))
+ text='X={:0.0f}, Y={:0.0f} (click and drag to draw a zone)'.format(x0 * RESIZE_FACTOR,
+ y0 * RESIZE_FACTOR))
def on_zone_click(event):
label_zone.place_forget()
+ def on_mousewheel(event):
+ global RESIZE_FACTOR
+ if event.delta > 0:
+ RESIZE_FACTOR = RESIZE_FACTOR - 0.2
+ else:
+ RESIZE_FACTOR = RESIZE_FACTOR + 0.2
+
+
+ def on_zoom_plus():
+ global RESIZE_FACTOR
+ RESIZE_FACTOR = RESIZE_FACTOR - 0.2
+
+
+ def on_zoom_minus():
+ global RESIZE_FACTOR
+ RESIZE_FACTOR = RESIZE_FACTOR + 0.2
+
+
# Apply system locale to this program
locale.setlocale(locale.LC_ALL, '')
@@ -227,76 +259,130 @@ def on_zone_click(event):
if platform.system() == 'Darwin': # macOS
subprocess.call(('open', config.MAIN_DIRECTORY / theme_file))
elif platform.system() == 'Windows': # Windows
- os.startfile( config.MAIN_DIRECTORY / theme_file)
+ os.startfile(config.MAIN_DIRECTORY / theme_file)
else: # linux variants
- subprocess.call(('xdg-open', config.MAIN_DIRECTORY / theme_file))
+ subprocess.call(('xdg-open', config.MAIN_DIRECTORY / theme_file))
# Load theme file and generate first preview
- refresh_theme()
-
- # Create preview window
- logger.debug("Opening theme preview window with static data")
- viewer = tkinter.Tk()
- viewer.title("Turing SysMon Theme Editor")
- viewer.iconphoto(True, tkinter.PhotoImage(file=config.MAIN_DIRECTORY / "res/icons/monitor-icon-17865/64.png"))
- viewer.geometry(str(display.lcd.get_width() + 2 * RGB_LED_MARGIN) + "x" + str(
- display.lcd.get_height() + 2 * RGB_LED_MARGIN + 40))
- viewer.protocol("WM_DELETE_WINDOW", on_closing)
- viewer.call('wm', 'attributes', '.', '-topmost', '1') # Preview window always on top
- viewer.config(cursor="cross")
-
- # Display RGB backplate LEDs color as background color
- led_color = config.THEME_DATA['display'].get("DISPLAY_RGB_LED", (255, 255, 255))
- if isinstance(led_color, str):
- led_color = tuple(map(int, led_color.split(', ')))
- viewer.configure(bg='#%02x%02x%02x' % led_color)
-
- # Display preview in the window
- display_image = ImageTk.PhotoImage(display.lcd.screen_image)
- viewer_picture = tkinter.Label(viewer, image=display_image, borderwidth=0)
- viewer_picture.place(x=RGB_LED_MARGIN, y=RGB_LED_MARGIN)
-
- # Allow to click on preview to show coordinates and draw zones
- viewer_picture.bind("", on_button1_press)
- viewer_picture.bind("", on_button1_press_and_drag)
- viewer_picture.bind("", on_button1_release)
-
- label_coord = tkinter.Label(viewer, text="Click or draw a zone to show coordinates")
- label_coord.place(x=0, y=display.lcd.get_height() + 2 * RGB_LED_MARGIN,
- width=display.lcd.get_width() + 2 * RGB_LED_MARGIN)
-
- label_info = tkinter.Label(viewer, text="This preview will reload when theme file is updated")
- label_info.place(x=0, y=display.lcd.get_height() + 2 * RGB_LED_MARGIN + 20,
- width=display.lcd.get_width() + 2 * RGB_LED_MARGIN)
-
- label_zone = tkinter.Label(viewer, bg='#%02x%02x%02x' % tuple(map(lambda x: 255 - x, led_color)))
- label_zone.bind("", on_zone_click)
- viewer.update()
-
- logger.debug("You can now edit the theme file in the editor. When you save your changes, the preview window will "
- "update automatically")
- # Every time the theme file is modified: reload preview
+ try:
+ refresh_theme()
+ error_in_theme = False
+ except Exception as e:
+ logger.error(f"Error in theme: {e}")
+ error_in_theme = True
+
while True:
- if os.path.exists(theme_file) and os.path.getmtime(theme_file) > last_edit_time:
- logger.debug("The theme file has been updated, the preview window will refresh")
- refresh_theme()
- last_edit_time = os.path.getmtime(theme_file)
-
- # Update the preview.png that is in the theme folder
- display.lcd.screen_image.save(config.THEME_DATA['PATH'] + "preview.png", "PNG")
-
- # Display new picture
- display_image = ImageTk.PhotoImage(display.lcd.screen_image)
- viewer_picture.config(image=display_image)
-
- # Refresh RGB backplate LEDs color
- led_color = config.THEME_DATA['display'].get("DISPLAY_RGB_LED", (255, 255, 255))
- if isinstance(led_color, str):
- led_color = tuple(map(int, led_color.split(', ')))
- viewer.configure(bg='#%02x%02x%02x' % led_color)
- label_zone.configure(bg='#%02x%02x%02x' % tuple(map(lambda x: 255 - x, led_color)))
-
- # Regularly update the viewer window even if content unchanged
+ display_width, display_height = int(display.lcd.get_width() / RESIZE_FACTOR), int(
+ display.lcd.get_height() / RESIZE_FACTOR)
+ current_resize_factor = RESIZE_FACTOR
+
+ # Create preview window
+ logger.debug("Opening theme preview window with static data")
+ viewer = tkinter.Tk()
+ viewer.title("Turing SysMon Theme Editor")
+ viewer.iconphoto(True, tkinter.PhotoImage(file=config.MAIN_DIRECTORY / "res/icons/monitor-icon-17865/64.png"))
+ viewer.geometry(str(display_width + 2 * RGB_LED_MARGIN) + "x" + str(display_height + 2 * RGB_LED_MARGIN + 80))
+ viewer.protocol("WM_DELETE_WINDOW", on_closing)
+ viewer.call('wm', 'attributes', '.', '-topmost', '1') # Preview window always on top
+ viewer.config(cursor="cross")
+
+ # Display RGB backplate LEDs color as background color
+ led_color = config.THEME_DATA['display'].get("DISPLAY_RGB_LED", (255, 255, 255))
+ if isinstance(led_color, str):
+ led_color = tuple(map(int, led_color.split(', ')))
+ viewer.configure(bg='#%02x%02x%02x' % led_color)
+
+ circular_mask = Image.open(config.MAIN_DIRECTORY / "res/backgrounds/circular-mask.png")
+
+ # Display preview in the window
+ if not error_in_theme:
+ screen_image = display.lcd.screen_image
+ if config.THEME_DATA["display"].get("DISPLAY_SIZE", '3.5"') == '2.1"':
+ # This is a circular screen: apply a circle mask over the preview
+ screen_image.paste(circular_mask, mask=circular_mask)
+ display_image = ImageTk.PhotoImage(
+ screen_image.resize(
+ (int(screen_image.width / RESIZE_FACTOR), int(screen_image.height / RESIZE_FACTOR))))
+ else:
+ size = display_width if display_width < display_height else display_height
+ display_image = ImageTk.PhotoImage(ERROR_IN_THEME.resize((size, size)))
+ viewer_picture = tkinter.Label(viewer, image=display_image, borderwidth=0)
+ viewer_picture.place(x=RGB_LED_MARGIN, y=RGB_LED_MARGIN)
+
+ # Allow to click on preview to show coordinates and draw zones
+ viewer_picture.bind("", on_button1_press)
+ viewer_picture.bind("", on_button1_press_and_drag)
+ viewer_picture.bind("", on_button1_release)
+
+ # Allow to resize editor using mouse wheel or buttons
+ viewer.bind_all("", on_mousewheel)
+
+ zoom_plus_btn = tkinter.Button(viewer, text="Zoom +", command=lambda: on_zoom_plus())
+ zoom_plus_btn.place(x=RGB_LED_MARGIN, y=display_height + 2 * RGB_LED_MARGIN, height=30,
+ width=int(display_width / 2))
+
+ zoom_minus_btn = tkinter.Button(viewer, text="Zoom -", command=lambda: on_zoom_minus())
+ zoom_minus_btn.place(x=int(display_width / 2) + RGB_LED_MARGIN, y=display_height + 2 * RGB_LED_MARGIN,
+ height=30, width=int(display_width / 2))
+
+ label_coord = tkinter.Label(viewer, text="Click or draw a zone to show coordinates")
+ label_coord.place(x=0, y=display_height + 2 * RGB_LED_MARGIN + 40,
+ width=display_width + 2 * RGB_LED_MARGIN)
+
+ label_info = tkinter.Label(viewer, text="This preview will reload when theme file is updated")
+ label_info.place(x=0, y=display_height + 2 * RGB_LED_MARGIN + 60,
+ width=display_width + 2 * RGB_LED_MARGIN)
+
+ label_zone = tkinter.Label(viewer, bg='#%02x%02x%02x' % tuple(map(lambda x: 255 - x, led_color)))
+ label_zone.bind("", on_zone_click)
viewer.update()
- time.sleep(0.1)
+ logger.debug(
+ "You can now edit the theme file in the editor. When you save your changes, the preview window will "
+ "update automatically")
+
+ while current_resize_factor == RESIZE_FACTOR:
+ # Every time the theme file is modified: reload preview
+ if os.path.exists(theme_file) and os.path.getmtime(theme_file) > last_edit_time:
+ logger.debug("The theme file has been updated, the preview window will refresh")
+ try:
+ refresh_theme()
+ error_in_theme = False
+ except Exception as e:
+ logger.error(f"Error in theme: {e}")
+ error_in_theme = True
+ last_edit_time = os.path.getmtime(theme_file)
+
+ # Update the preview.png that is in the theme folder
+ display.lcd.screen_image.save(config.THEME_DATA['PATH'] + "preview.png", "PNG")
+
+ # Display new picture
+ if not error_in_theme:
+ screen_image = display.lcd.screen_image
+ if config.THEME_DATA["display"].get("DISPLAY_SIZE", '3.5"') == '2.1"':
+ # This is a circular screen: apply a circle mask over the preview
+ screen_image.paste(circular_mask, mask=circular_mask)
+ display_image = ImageTk.PhotoImage(
+ screen_image.resize(
+ (int(screen_image.width / RESIZE_FACTOR), int(screen_image.height / RESIZE_FACTOR))))
+ else:
+ size = display_width if display_width < display_height else display_height
+ display_image = ImageTk.PhotoImage(ERROR_IN_THEME.resize((size, size)))
+ viewer_picture.config(image=display_image)
+
+ # Refresh RGB backplate LEDs color
+ led_color = config.THEME_DATA['display'].get("DISPLAY_RGB_LED", (255, 255, 255))
+ if isinstance(led_color, str):
+ led_color = tuple(map(int, led_color.split(', ')))
+ viewer.configure(bg='#%02x%02x%02x' % led_color)
+ label_zone.configure(bg='#%02x%02x%02x' % tuple(map(lambda x: 255 - x, led_color)))
+
+ # Regularly update the viewer window even if content unchanged, or it will appear as "not responding"
+ viewer.update()
+
+ time.sleep(0.1)
+
+ # Zoom level changed, reload editor
+ logger.info(
+ f"Zoom level changed from {current_resize_factor:.1f} to {RESIZE_FACTOR:.1f}, reloading theme editor")
+ viewer.destroy()
diff --git a/tools/lsusb/turing3.5.txt b/tools/lsusb/turing3.5.txt
deleted file mode 100644
index db26c30e..00000000
--- a/tools/lsusb/turing3.5.txt
+++ /dev/null
@@ -1,91 +0,0 @@
-
-Bus 001 Device 002: ID 1a86:5722 QinHeng Electronics UsbMonitor
-Device Descriptor:
- bLength 18
- bDescriptorType 1
- bcdUSB 2.00
- bDeviceClass 2 Communications
- bDeviceSubClass 0
- bDeviceProtocol 0
- bMaxPacketSize0 64
- idVendor 0x1a86 QinHeng Electronics
- idProduct 0x5722
- bcdDevice 1.00
- iManufacturer 1 Turing
- iProduct 2 UsbMonitor
- iSerial 3 USB35INCHIPSV2
- bNumConfigurations 1
- Configuration Descriptor:
- bLength 9
- bDescriptorType 2
- wTotalLength 0x0043
- bNumInterfaces 2
- bConfigurationValue 1
- iConfiguration 0
- bmAttributes 0xa0
- (Bus Powered)
- Remote Wakeup
- MaxPower 500mA
- Interface Descriptor:
- bLength 9
- bDescriptorType 4
- bInterfaceNumber 0
- bAlternateSetting 0
- bNumEndpoints 1
- bInterfaceClass 2 Communications
- bInterfaceSubClass 2 Abstract (modem)
- bInterfaceProtocol 1 AT-commands (v.25ter)
- iInterface 0
- CDC Header:
- bcdCDC 1.10
- CDC Call Management:
- bmCapabilities 0x00
- bDataInterface 0
- CDC ACM:
- bmCapabilities 0x02
- line coding and serial state
- CDC Union:
- bMasterInterface 0
- bSlaveInterface 1
- Endpoint Descriptor:
- bLength 7
- bDescriptorType 5
- bEndpointAddress 0x81 EP 1 IN
- bmAttributes 3
- Transfer Type Interrupt
- Synch Type None
- Usage Type Data
- wMaxPacketSize 0x0008 1x 8 bytes
- bInterval 255
- Interface Descriptor:
- bLength 9
- bDescriptorType 4
- bInterfaceNumber 1
- bAlternateSetting 0
- bNumEndpoints 2
- bInterfaceClass 10 CDC Data
- bInterfaceSubClass 0
- bInterfaceProtocol 0
- iInterface 0
- Endpoint Descriptor:
- bLength 7
- bDescriptorType 5
- bEndpointAddress 0x82 EP 2 IN
- bmAttributes 2
- Transfer Type Bulk
- Synch Type None
- Usage Type Data
- wMaxPacketSize 0x0040 1x 64 bytes
- bInterval 0
- Endpoint Descriptor:
- bLength 7
- bDescriptorType 5
- bEndpointAddress 0x03 EP 3 OUT
- bmAttributes 2
- Transfer Type Bulk
- Synch Type None
- Usage Type Data
- wMaxPacketSize 0x0040 1x 64 bytes
- bInterval 0
-Device Status: 0x0000
- (Bus Powered)
diff --git a/tools/theme-preview-generator.py b/tools/theme-preview-generator.py
index 3609c074..7220b581 100644
--- a/tools/theme-preview-generator.py
+++ b/tools/theme-preview-generator.py
@@ -21,6 +21,7 @@
# and their associated preview
import os
+
import yaml
@@ -42,9 +43,25 @@ def get_themes(display_size: str):
return sorted(themes, key=str.casefold)
+def write_theme_previews_to_file(themes, file, size):
+ file.write(f"\n## {size} themes\n")
+ file.write("")
+ i = 0
+ for theme in themes:
+ file.write(
+ f"{theme} | ")
+ i = i + 1
+ if i >= 5:
+ file.write("
")
+ i = 0
+ file.write("
\n")
+
+
if __name__ == "__main__":
+ themes21inch = get_themes('2.1"')
themes3inch = get_themes('3.5"')
themes5inch = get_themes('5"')
+ themes88inch = get_themes('8.8"')
with open("res/themes/themes.md", "w", encoding='utf-8') as file:
file.write("\n")
@@ -52,28 +69,12 @@ def get_themes(display_size: str):
file.write("# Turing Smart Screen themes\n")
file.write("\n")
file.write("ℹ️ Click on a preview to view full size\n\n")
+ file.write("[2.1\" themes](#21-themes)\n\n")
file.write("[3.5\" themes](#35-themes)\n\n")
file.write("[5\" themes](#5-themes)\n")
+ file.write("[8.8\" themes](#88-themes)\n")
- file.write("\n## 3.5\" themes\n")
- file.write("")
- i = 0
- for theme in themes3inch:
- file.write(f"{theme} | ")
- i = i + 1
- if i >= 5:
- file.write("
")
- i = 0
- file.write("
\n")
-
- file.write("\n## 5\" themes\n")
- file.write("")
- i = 0
- for theme in themes5inch:
- file.write(f"{theme} | ")
- i = i + 1
- if i >= 5:
- file.write("
")
- i = 0
- file.write("
\n")
-
+ write_theme_previews_to_file(themes21inch, file, "2.1\"")
+ write_theme_previews_to_file(themes3inch, file, "3.5\"")
+ write_theme_previews_to_file(themes5inch, file, "5\"")
+ write_theme_previews_to_file(themes88inch, file, "8.8\"")