Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortom <tom@mdashx.com>2020-07-04 10:48:52 +0300
committertom <tom@mdashx.com>2020-07-04 10:48:52 +0300
commitf75a9b335334c30613d896240e821a7e4639c768 (patch)
treef81dd7ddcacb3d7db5853e3668d3047e6dcc4bc4
parent85e723e3bb92d365e42de8abde8ffea39fc70e10 (diff)
Update theme to meet Hugo guidelines
https://github.com/gohugoio/hugoThemes/blob/master/README.md
-rw-r--r--CHANGELOG.md10
-rw-r--r--README.md5
-rw-r--r--archetypes/default.md2
-rw-r--r--devSite/Makefile (renamed from exampleSite/Makefile)0
-rw-r--r--devSite/config.toml12
-rw-r--r--devSite/content/_index.md17
-rw-r--r--devSite/content/about.md (renamed from exampleSite/content/about/_index.md)2
-rw-r--r--devSite/content/authors/frederic-bastiat/_index.md (renamed from exampleSite/content/authors/frederic-bastiat/_index.md)0
-rw-r--r--devSite/content/authors/lysander-spooner/_index.md (renamed from exampleSite/content/authors/lysander-spooner/_index.md)0
-rw-r--r--devSite/content/charts/_index.md (renamed from exampleSite/content/charts/_index.md)0
-rw-r--r--devSite/content/charts/regimes.md (renamed from exampleSite/content/charts/regimes.md)0
-rw-r--r--devSite/content/charts/wars.md (renamed from exampleSite/content/charts/wars.md)0
-rw-r--r--devSite/content/examples/_index.md (renamed from exampleSite/content/examples/_index.md)0
-rw-r--r--devSite/content/examples/blockquote.md (renamed from exampleSite/content/examples/blockquote.md)3
-rw-r--r--devSite/content/examples/code.md (renamed from exampleSite/content/examples/code.md)2
-rw-r--r--devSite/content/newsletter.md (renamed from exampleSite/content/newsletter/_index.md)4
-rw-r--r--devSite/content/posts/_index.md (renamed from exampleSite/content/posts/_index.md)0
-rw-r--r--devSite/content/posts/a-petition.md (renamed from exampleSite/content/posts/a-petition.md)0
-rw-r--r--devSite/content/posts/fallacies-of-protection.md (renamed from exampleSite/content/posts/fallacies-of-protection.md)0
-rw-r--r--devSite/content/posts/lincolns-inauguration.md (renamed from exampleSite/content/posts/lincolns-inauguration.md)0
-rw-r--r--devSite/content/posts/natural-law.md (renamed from exampleSite/content/posts/natural-law.md)0
-rw-r--r--devSite/content/posts/no-treason.md (renamed from exampleSite/content/posts/no-treason.md)0
-rw-r--r--devSite/content/posts/the-law.md (renamed from exampleSite/content/posts/the-law.md)0
-rw-r--r--devSite/content/posts/unconstitutionality-of-slavery.md (renamed from exampleSite/content/posts/unconstitutionality-of-slavery.md)0
-rw-r--r--devSite/content/posts/what-is-seen.md (renamed from exampleSite/content/posts/what-is-seen.md)0
-rw-r--r--devSite/data/wars.json23
-rwxr-xr-xdevSite/static/assets/favicon.pngbin0 -> 9313 bytes
-rwxr-xr-xdevSite/static/assets/images/header.svg1
-rw-r--r--devSite/static/media/bastiat.jpg (renamed from exampleSite/static/media/bastiat.jpg)bin58474 -> 58474 bytes
-rw-r--r--devSite/static/media/lincoln.gif (renamed from exampleSite/static/media/lincoln.gif)bin62922 -> 62922 bytes
-rw-r--r--devSite/static/media/spooner.jpg (renamed from exampleSite/static/media/spooner.jpg)bin85197 -> 85197 bytes
-rw-r--r--exampleSite/config.toml30
-rw-r--r--exampleSite/content/_index.md20
-rw-r--r--exampleSite/content/about.md25
-rw-r--r--exampleSite/content/archives.md5
-rw-r--r--exampleSite/content/homepage/about.md7
-rw-r--r--exampleSite/content/homepage/index.md3
-rw-r--r--exampleSite/content/homepage/work.md7
-rw-r--r--exampleSite/content/post/_index.md6
-rw-r--r--exampleSite/content/post/emoji-support.md46
-rw-r--r--exampleSite/content/post/markdown-syntax.md149
-rw-r--r--exampleSite/content/post/math-typesetting.md49
-rw-r--r--exampleSite/content/post/placeholder-text.md45
-rw-r--r--exampleSite/content/post/rich-content.md42
-rw-r--r--layouts/_default/baseof.html10
-rw-r--r--layouts/_default/index.html19
-rw-r--r--layouts/_default/list.html2
-rw-r--r--layouts/_default/single.html7
-rw-r--r--layouts/_default/standalone.html6
-rw-r--r--layouts/index.html13
-rw-r--r--layouts/partials/head.html9
-rw-r--r--layouts/partials/post-preview.html49
-rw-r--r--layouts/partials/preview-post.html70
-rw-r--r--layouts/section/archive.html13
-rw-r--r--layouts/section/archives.html33
-rw-r--r--layouts/section/archvies.html13
-rw-r--r--layouts/taxonomy/list.html2
-rw-r--r--layouts/taxonomy/terms.html1
-rw-r--r--static/assets/css/style.css26
-rw-r--r--theme.toml13
60 files changed, 657 insertions, 144 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..fd7f3d6
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,10 @@
+# Changelog
+
+## Unreleased
+
+Pagination
+
+Update theme to meet guidelines here: https://github.com/gohugoio/hugoThemes/blob/master/README.md
+
+- "skipTitle" param
+ overrides default behavior of including title header in "single" template
diff --git a/README.md b/README.md
index 8604895..5736efa 100644
--- a/README.md
+++ b/README.md
@@ -42,3 +42,8 @@ for:
The example site gives shows how to use all of the templates in
the Hugo theme, shows how to use taxonomy, menus, shortcodes, and data
templates, and demonstrates the styling of various elements.
+
+
+Page Kinds: https://gohugo.io/templates/section-templates/#page-kinds
+
+
diff --git a/archetypes/default.md b/archetypes/default.md
new file mode 100644
index 0000000..ac36e06
--- /dev/null
+++ b/archetypes/default.md
@@ -0,0 +1,2 @@
++++
++++
diff --git a/exampleSite/Makefile b/devSite/Makefile
index 5dfdfa2..5dfdfa2 100644
--- a/exampleSite/Makefile
+++ b/devSite/Makefile
diff --git a/devSite/config.toml b/devSite/config.toml
new file mode 100644
index 0000000..22b2150
--- /dev/null
+++ b/devSite/config.toml
@@ -0,0 +1,12 @@
+title = "Example Site For Basic Web Theme"
+baseURL = "https://demo.basicwebtheme.com"
+languageCode = "en-us"
+theme = "basicwebtheme"
+themesDir = "../.."
+
+[params]
+headerImage = "/assets/images/header.svg"
+
+[taxonomies]
+tag = "tags"
+author = "authors" \ No newline at end of file
diff --git a/devSite/content/_index.md b/devSite/content/_index.md
new file mode 100644
index 0000000..da08b3c
--- /dev/null
+++ b/devSite/content/_index.md
@@ -0,0 +1,17 @@
+{
+ "title": "Home",
+ "menu": "main",
+ "weight": "1",
+ "listpage": "/posts"
+
+}
+
+This is an example site demonstrating the [Basic Web Theme](https://www.basicwebtheme.com).
+
+- Learn more [about this site](/about/).
+- View [all posts](/posts/)
+- Browse articles by [author](/authors/) or [tags](/tags)
+- Check out [tables](/charts/), [forms](/newsletter/), [blockquotes](/examples/blockquote) and [code blocks](/examples/code)
+
+---
+---
diff --git a/exampleSite/content/about/_index.md b/devSite/content/about.md
index c0f01e2..c00c763 100644
--- a/exampleSite/content/about/_index.md
+++ b/devSite/content/about.md
@@ -2,7 +2,7 @@
"title": "About",
"menu": "main",
"weight": "3",
- "layout": "standalone"
+ "skipTitle": true
}
diff --git a/exampleSite/content/authors/frederic-bastiat/_index.md b/devSite/content/authors/frederic-bastiat/_index.md
index cc5a822..cc5a822 100644
--- a/exampleSite/content/authors/frederic-bastiat/_index.md
+++ b/devSite/content/authors/frederic-bastiat/_index.md
diff --git a/exampleSite/content/authors/lysander-spooner/_index.md b/devSite/content/authors/lysander-spooner/_index.md
index 10e5d93..10e5d93 100644
--- a/exampleSite/content/authors/lysander-spooner/_index.md
+++ b/devSite/content/authors/lysander-spooner/_index.md
diff --git a/exampleSite/content/charts/_index.md b/devSite/content/charts/_index.md
index 91923e2..91923e2 100644
--- a/exampleSite/content/charts/_index.md
+++ b/devSite/content/charts/_index.md
diff --git a/exampleSite/content/charts/regimes.md b/devSite/content/charts/regimes.md
index f6abbaf..f6abbaf 100644
--- a/exampleSite/content/charts/regimes.md
+++ b/devSite/content/charts/regimes.md
diff --git a/exampleSite/content/charts/wars.md b/devSite/content/charts/wars.md
index af97238..af97238 100644
--- a/exampleSite/content/charts/wars.md
+++ b/devSite/content/charts/wars.md
diff --git a/exampleSite/content/examples/_index.md b/devSite/content/examples/_index.md
index cf71867..cf71867 100644
--- a/exampleSite/content/examples/_index.md
+++ b/devSite/content/examples/_index.md
diff --git a/exampleSite/content/examples/blockquote.md b/devSite/content/examples/blockquote.md
index 31b1d98..26b93c6 100644
--- a/exampleSite/content/examples/blockquote.md
+++ b/devSite/content/examples/blockquote.md
@@ -1,6 +1,5 @@
{
- "title": "Blockquotes",
- "layout": "standalone"
+ "title": "Blockquotes"
}
H.L. Mencken helps us demonstrate a block quote —
diff --git a/exampleSite/content/examples/code.md b/devSite/content/examples/code.md
index 4cede28..3c2be0f 100644
--- a/exampleSite/content/examples/code.md
+++ b/devSite/content/examples/code.md
@@ -1,6 +1,6 @@
{
"title": "Code blocks",
- "layout": "standalone"
+ "skipTitle": true
}
A code block:
diff --git a/exampleSite/content/newsletter/_index.md b/devSite/content/newsletter.md
index 957fdf4..ca129f1 100644
--- a/exampleSite/content/newsletter/_index.md
+++ b/devSite/content/newsletter.md
@@ -1,8 +1,8 @@
{
"title": "Newsletter",
- "layout": "standalone",
+ "skipTitle": true,
"menu": "main",
- "weight": "5"
+ "weight": 5
}
This newsletter doesn't really exist, but it's an opportunity to show
diff --git a/exampleSite/content/posts/_index.md b/devSite/content/posts/_index.md
index 97c8a07..97c8a07 100644
--- a/exampleSite/content/posts/_index.md
+++ b/devSite/content/posts/_index.md
diff --git a/exampleSite/content/posts/a-petition.md b/devSite/content/posts/a-petition.md
index ead57cf..ead57cf 100644
--- a/exampleSite/content/posts/a-petition.md
+++ b/devSite/content/posts/a-petition.md
diff --git a/exampleSite/content/posts/fallacies-of-protection.md b/devSite/content/posts/fallacies-of-protection.md
index eeea925..eeea925 100644
--- a/exampleSite/content/posts/fallacies-of-protection.md
+++ b/devSite/content/posts/fallacies-of-protection.md
diff --git a/exampleSite/content/posts/lincolns-inauguration.md b/devSite/content/posts/lincolns-inauguration.md
index 77b5f6a..77b5f6a 100644
--- a/exampleSite/content/posts/lincolns-inauguration.md
+++ b/devSite/content/posts/lincolns-inauguration.md
diff --git a/exampleSite/content/posts/natural-law.md b/devSite/content/posts/natural-law.md
index 085273b..085273b 100644
--- a/exampleSite/content/posts/natural-law.md
+++ b/devSite/content/posts/natural-law.md
diff --git a/exampleSite/content/posts/no-treason.md b/devSite/content/posts/no-treason.md
index d8f9bc3..d8f9bc3 100644
--- a/exampleSite/content/posts/no-treason.md
+++ b/devSite/content/posts/no-treason.md
diff --git a/exampleSite/content/posts/the-law.md b/devSite/content/posts/the-law.md
index 17afe8c..17afe8c 100644
--- a/exampleSite/content/posts/the-law.md
+++ b/devSite/content/posts/the-law.md
diff --git a/exampleSite/content/posts/unconstitutionality-of-slavery.md b/devSite/content/posts/unconstitutionality-of-slavery.md
index 12bed92..12bed92 100644
--- a/exampleSite/content/posts/unconstitutionality-of-slavery.md
+++ b/devSite/content/posts/unconstitutionality-of-slavery.md
diff --git a/exampleSite/content/posts/what-is-seen.md b/devSite/content/posts/what-is-seen.md
index 8e6666e..8e6666e 100644
--- a/exampleSite/content/posts/what-is-seen.md
+++ b/devSite/content/posts/what-is-seen.md
diff --git a/devSite/data/wars.json b/devSite/data/wars.json
new file mode 100644
index 0000000..f851bf3
--- /dev/null
+++ b/devSite/data/wars.json
@@ -0,0 +1,23 @@
+[
+ ["Event", "Lowest Estimate", "Highest Estimate", "Average Estimate"],
+ ["World War II", "60,000,000", "118,357,000", "84,269,920"],
+ ["Three Kingdoms", "36,000,000", "40,000,000", "37,947,332"],
+ ["Mongol conquests", "30,000,000", "57,000,000", "34,641,016"],
+ [
+ "European colonization of the Americas",
+ "8,400,000",
+ "138,000,000",
+ "34,047,026"
+ ],
+ ["Taiping Rebellion", "10,000,000", "100,000,000", "31,622,777"],
+ ["Transition from Ming to Qing", "25,000,000", "25,000,000", "25,000,000"],
+ ["Second Sino-Japanese War", "20,000,000", "25,000,000", "22,360,680"],
+ ["An Lushan Rebellion", "13,020,000", "36,000,000", "21,633,308"],
+ ["World War I", "17,500,000", "40,000,000+", "23,568,559"],
+ ["Conquests of Timur", "8,000,000", "17,000,000", "12,649,111"],
+ ["Dungan Revolt", "8,000,000", "12,000,000", "9,797,959"],
+ ["Chinese Civil War", "8,000,000", "11,692,000", "9,671,401"],
+ ["Reconquista", "7,000,000", "7,000,000", "7,000,000"],
+ ["Russian Civil War", "5,000,000", "9,000,000", "6,708,204"],
+ ["Thirty Years' War", "3,000,000", "", ""]
+]
diff --git a/devSite/static/assets/favicon.png b/devSite/static/assets/favicon.png
new file mode 100755
index 0000000..d41c227
--- /dev/null
+++ b/devSite/static/assets/favicon.png
Binary files differ
diff --git a/devSite/static/assets/images/header.svg b/devSite/static/assets/images/header.svg
new file mode 100755
index 0000000..d65f7fa
--- /dev/null
+++ b/devSite/static/assets/images/header.svg
@@ -0,0 +1 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 1430 295" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><g transform="matrix(0.879757,0,0,0.879757,-49.2938,-114.195)"><path d="M136.953,139.567l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M157.416,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.381,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M177.88,139.567l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M198.343,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.381,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M321.124,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.063 0.725,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M341.588,139.567l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.145,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.586,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.138,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M362.051,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.063 0.725,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M382.515,139.567l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.145,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.586,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.138,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M402.979,139.567l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M955.494,139.567l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M1139.66,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.381,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M1160.13,139.567l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M1180.59,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.381,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M1201.06,139.567l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M1221.52,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.381,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M1262.45,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.381,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M1303.37,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M1548.94,139.567l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M1569.4,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.724,0.191c0.139,0.128 0.209,0.297 0.209,0.508c0,0.211 -0.07,0.38 -0.209,0.508c-0.138,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M1589.86,139.567l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M1610.33,139.567l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.381,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M113.476,154.415l-11.256,24.11c-0.189,0.41 -0.433,0.616 -0.733,0.616c-0.189,0 -0.352,-0.07 -0.491,-0.209c-0.139,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.055,-0.317 0.166,-0.55l11.239,-24.11c0.123,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.4,-0.117c0.188,0 0.352,0.069 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.305 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M154.403,154.415l-11.256,24.11c-0.189,0.41 -0.433,0.616 -0.733,0.616c-0.189,0 -0.352,-0.07 -0.491,-0.209c-0.139,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.055,-0.317 0.166,-0.55l11.239,-24.11c0.123,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.4,-0.117c0.188,0 0.352,0.069 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.305 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M195.33,154.415l-11.256,24.11c-0.189,0.41 -0.433,0.616 -0.733,0.616c-0.189,0 -0.352,-0.07 -0.491,-0.209c-0.139,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.055,-0.317 0.166,-0.55l11.239,-24.11c0.123,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.4,-0.117c0.188,0 0.352,0.069 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.305 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M292.069,156.379l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M362.051,185.668l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.064 0.725,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M382.515,185.668l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.145,-0.127 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.586,0.064 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M402.979,185.668l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.064 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M414.85,156.379l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.517,0.217c0.133,0.144 0.199,0.388 0.199,0.732Z" style="fill-rule:nonzero;"/><path d="M926.438,156.379l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.517,0.217c0.133,0.144 0.199,0.388 0.199,0.732Z" style="fill-rule:nonzero;"/><path d="M967.365,156.379l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.517,0.217c0.133,0.144 0.199,0.388 0.199,0.732Z" style="fill-rule:nonzero;"/><path d="M1116.19,154.415l-11.256,24.11c-0.188,0.41 -0.433,0.616 -0.732,0.616c-0.189,0 -0.353,-0.07 -0.492,-0.209c-0.138,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.069 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.305 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M1180.59,185.668l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.064 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1201.06,185.668l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.064 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1221.52,185.668l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.064 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1232.53,168.035c0,-1.277 0.167,-2.631 0.5,-4.063c0.333,-1.432 0.971,-3.086 1.915,-4.962c0.943,-1.876 1.631,-3.008 2.064,-3.397c0.134,-0.122 0.278,-0.183 0.433,-0.183c0.2,0 0.369,0.067 0.508,0.2c0.139,0.133 0.208,0.294 0.208,0.483c0,0.111 -0.039,0.233 -0.116,0.366c-1.221,2.242 -2.093,4.274 -2.614,6.094c-0.522,1.821 -0.783,3.641 -0.783,5.462c0,1.831 0.261,3.657 0.783,5.478c0.521,1.82 1.393,3.846 2.614,6.077c0.077,0.133 0.116,0.255 0.116,0.366c0,0.189 -0.069,0.353 -0.208,0.492c-0.139,0.138 -0.308,0.208 -0.508,0.208c-0.155,0 -0.299,-0.061 -0.433,-0.183c-0.41,-0.378 -1.082,-1.482 -2.014,-3.314c-0.933,-1.831 -1.577,-3.452 -1.932,-4.862c-0.355,-1.41 -0.533,-2.83 -0.533,-4.262Z" style="fill-rule:nonzero;"/><path d="M1262.45,185.668l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.064 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1274.02,168.051c0,1.277 -0.167,2.628 -0.5,4.055c-0.333,1.426 -0.971,3.08 -1.915,4.962c-0.943,1.881 -1.632,3.011 -2.064,3.388c-0.134,0.133 -0.278,0.2 -0.433,0.2c-0.2,0 -0.369,-0.07 -0.508,-0.208c-0.139,-0.139 -0.208,-0.303 -0.208,-0.492c0,-0.111 0.038,-0.233 0.116,-0.366c1.221,-2.231 2.093,-4.257 2.614,-6.077c0.522,-1.821 0.783,-3.641 0.783,-5.462c0,-1.831 -0.261,-3.657 -0.783,-5.478c-0.521,-1.82 -1.393,-3.852 -2.614,-6.094c-0.078,-0.133 -0.116,-0.255 -0.116,-0.366c0,-0.189 0.069,-0.35 0.208,-0.483c0.139,-0.133 0.308,-0.2 0.508,-0.2c0.155,0 0.299,0.061 0.433,0.183c0.41,0.378 1.082,1.482 2.014,3.314c0.933,1.831 1.576,3.452 1.932,4.862c0.355,1.41 0.533,2.83 0.533,4.262Z" style="fill-rule:nonzero;"/><path d="M1315.25,156.379l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M1534.63,153.915l11.239,24.11c0.111,0.244 0.166,0.422 0.166,0.533c0,0.177 -0.069,0.336 -0.208,0.474c-0.138,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.205 -0.749,-0.616l-11.239,-24.126c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.178 0.07,-0.333 0.208,-0.466c0.139,-0.133 0.303,-0.2 0.492,-0.2c0.299,0 0.549,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1575.56,153.915l11.239,24.11c0.111,0.244 0.166,0.422 0.166,0.533c0,0.177 -0.069,0.336 -0.208,0.474c-0.138,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.205 -0.749,-0.616l-11.239,-24.126c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.178 0.07,-0.333 0.208,-0.466c0.139,-0.133 0.303,-0.2 0.492,-0.2c0.299,0 0.549,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1616.49,153.915l11.239,24.11c0.111,0.244 0.167,0.422 0.167,0.533c0,0.177 -0.07,0.336 -0.209,0.474c-0.138,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.205 -0.749,-0.616l-11.239,-24.126c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.178 0.07,-0.333 0.208,-0.466c0.139,-0.133 0.303,-0.2 0.492,-0.2c0.299,0 0.549,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M93.012,200.515l-11.256,24.11c-0.188,0.411 -0.433,0.616 -0.732,0.616c-0.189,0 -0.353,-0.069 -0.492,-0.208c-0.138,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.056,-0.316 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.421 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.07 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.306 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M133.939,200.515l-11.256,24.11c-0.188,0.411 -0.433,0.616 -0.732,0.616c-0.189,0 -0.353,-0.069 -0.492,-0.208c-0.138,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.056,-0.316 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.421 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.07 0.491,0.208c0.139,0.139 0.209,0.292 0.209,0.458c0,0.122 -0.056,0.306 -0.167,0.55Z" style="fill-rule:nonzero;"/><path d="M174.866,200.515l-11.256,24.11c-0.188,0.411 -0.433,0.616 -0.732,0.616c-0.189,0 -0.353,-0.069 -0.492,-0.208c-0.138,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.056,-0.316 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.421 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.07 0.491,0.208c0.139,0.139 0.209,0.292 0.209,0.458c0,0.122 -0.056,0.306 -0.167,0.55Z" style="fill-rule:nonzero;"/><path d="M292.069,202.48l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M332.996,202.48l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.3,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M362.051,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M382.515,231.768l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M402.979,231.768l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M423.442,231.768l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M484.833,231.768l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M505.296,231.768l-18.599,0c-0.333,0 -0.571,-0.064 -0.715,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.382,-0.192 0.715,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.209,0.297 0.209,0.508c0,0.21 -0.07,0.38 -0.209,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M525.76,231.768l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M546.223,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.209,0.297 0.209,0.508c0,0.21 -0.07,0.38 -0.209,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M587.15,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M628.077,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M669.004,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M689.468,231.768l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M730.395,231.768l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M750.858,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M771.322,231.768l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M832.712,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M873.639,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M894.103,231.768l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M926.438,202.48l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.3,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.517,0.216c0.133,0.144 0.199,0.388 0.199,0.733Z" style="fill-rule:nonzero;"/><path d="M967.365,202.48l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.3,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.517,0.216c0.133,0.144 0.199,0.388 0.199,0.733Z" style="fill-rule:nonzero;"/><path d="M1016.88,231.768l-18.599,0c-0.333,0 -0.571,-0.064 -0.715,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.382,-0.192 0.715,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.209,0.297 0.209,0.508c0,0.21 -0.07,0.38 -0.209,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1037.35,231.768l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1057.81,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.209,0.297 0.209,0.508c0,0.21 -0.07,0.38 -0.209,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1104.9,200.015l11.239,24.11c0.111,0.245 0.167,0.422 0.167,0.533c0,0.178 -0.07,0.336 -0.209,0.475c-0.138,0.138 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.206 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.177 0.07,-0.333 0.208,-0.466c0.139,-0.133 0.303,-0.2 0.492,-0.2c0.299,0 0.549,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1149.34,200.631l3.93,3.397l0.366,0.416c0.033,0.056 0.05,0.145 0.05,0.267c0,0.2 -0.069,0.369 -0.208,0.508c-0.139,0.138 -0.308,0.208 -0.508,0.208c-0.166,0 -0.377,-0.111 -0.633,-0.333l-3.929,-3.397c-0.278,-0.244 -0.416,-0.472 -0.416,-0.683c0,-0.199 0.069,-0.369 0.208,-0.507c0.138,-0.139 0.308,-0.209 0.508,-0.209c0.166,0 0.377,0.111 0.632,0.333Z" style="fill-rule:nonzero;"/><rect x="1164.16" y="211.787" width="14.27" height="1.998" style="fill-rule:nonzero;"/><rect x="1184.62" y="211.787" width="14.27" height="1.998" style="fill-rule:nonzero;"/><path d="M1211.93,218.414l0.599,0c0.622,0 1.154,0.219 1.598,0.658c0.445,0.438 0.667,0.968 0.667,1.59c0,0.644 -0.225,1.182 -0.675,1.615c-0.449,0.433 -0.979,0.649 -1.59,0.649l-0.599,0c-0.622,0 -1.155,-0.219 -1.599,-0.657c-0.444,-0.439 -0.666,-0.969 -0.666,-1.59c0,-0.644 0.225,-1.183 0.674,-1.615c0.45,-0.433 0.98,-0.65 1.591,-0.65Z" style="fill-rule:nonzero;"/><path d="M1262.45,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1274.32,202.48l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M1315.25,202.48l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M1344.3,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1385.23,231.768l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1405.69,231.768l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1426.15,231.768l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1555.1,200.015l11.239,24.11c0.111,0.245 0.167,0.422 0.167,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.138 -0.303,0.208 -0.491,0.208c-0.311,0 -0.561,-0.206 -0.75,-0.616l-11.239,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.139,-0.133 0.302,-0.2 0.491,-0.2c0.3,0 0.55,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1596.02,200.015l11.24,24.11c0.111,0.245 0.166,0.422 0.166,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.138 -0.303,0.208 -0.491,0.208c-0.311,0 -0.561,-0.206 -0.75,-0.616l-11.239,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.139,-0.133 0.302,-0.2 0.491,-0.2c0.3,0 0.55,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1636.95,200.015l11.24,24.11c0.111,0.245 0.166,0.422 0.166,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.138 -0.303,0.208 -0.491,0.208c-0.311,0 -0.561,-0.206 -0.75,-0.616l-11.239,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.139,-0.133 0.302,-0.2 0.491,-0.2c0.3,0 0.55,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M57.663,258.82l15.119,-8.425c0.244,-0.133 0.427,-0.2 0.549,-0.2c0.189,0 0.352,0.069 0.491,0.208c0.139,0.139 0.208,0.303 0.208,0.491c0,0.278 -0.188,0.522 -0.566,0.733l-12.954,7.193l12.938,7.193c0.377,0.211 0.566,0.455 0.566,0.733c0,0.188 -0.07,0.352 -0.208,0.491c-0.139,0.139 -0.303,0.208 -0.492,0.208c-0.122,0 -0.305,-0.067 -0.549,-0.2l-15.102,-8.425Z" style="fill-rule:nonzero;"/><path d="M98.59,258.82l15.119,-8.425c0.244,-0.133 0.427,-0.2 0.549,-0.2c0.189,0 0.353,0.069 0.491,0.208c0.139,0.139 0.208,0.303 0.208,0.491c0,0.278 -0.188,0.522 -0.566,0.733l-12.954,7.193l12.938,7.193c0.377,0.211 0.566,0.455 0.566,0.733c0,0.188 -0.07,0.352 -0.208,0.491c-0.139,0.139 -0.303,0.208 -0.492,0.208c-0.122,0 -0.305,-0.067 -0.549,-0.2l-15.102,-8.425Z" style="fill-rule:nonzero;"/><path d="M139.517,258.82l15.119,-8.425c0.244,-0.133 0.427,-0.2 0.549,-0.2c0.189,0 0.353,0.069 0.491,0.208c0.139,0.139 0.208,0.303 0.208,0.491c0,0.278 -0.188,0.522 -0.566,0.733l-12.954,7.193l12.938,7.193c0.377,0.211 0.566,0.455 0.566,0.733c0,0.188 -0.07,0.352 -0.208,0.491c-0.139,0.139 -0.303,0.208 -0.492,0.208c-0.122,0 -0.305,-0.067 -0.549,-0.2l-15.102,-8.425Z" style="fill-rule:nonzero;"/><path d="M292.069,248.58l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.145 -0.297,0.217 -0.508,0.217c-0.2,0 -0.366,-0.072 -0.499,-0.217c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.344 0.067,-0.588 0.2,-0.733c0.133,-0.144 0.299,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.134,0.145 0.2,0.389 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M362.051,277.868l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.063 0.725,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M382.515,277.868l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.145,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.586,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.138,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M388.676,246.116l11.239,24.11c0.111,0.244 0.166,0.421 0.166,0.532c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.561,-0.205 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.41 -0.167,-0.532c0,-0.178 0.07,-0.333 0.208,-0.467c0.139,-0.133 0.303,-0.199 0.491,-0.199c0.3,0 0.55,0.205 0.75,0.616Z" style="fill-rule:nonzero;"/><path d="M429.603,246.116l11.239,24.11c0.111,0.244 0.166,0.421 0.166,0.532c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.561,-0.205 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.41 -0.167,-0.532c0,-0.178 0.07,-0.333 0.208,-0.467c0.139,-0.133 0.303,-0.199 0.491,-0.199c0.3,0 0.55,0.205 0.75,0.616Z" style="fill-rule:nonzero;"/><path d="M461.355,246.615l-11.255,24.11c-0.189,0.411 -0.433,0.616 -0.733,0.616c-0.189,0 -0.352,-0.069 -0.491,-0.208c-0.139,-0.139 -0.208,-0.291 -0.208,-0.458c0,-0.133 0.055,-0.316 0.166,-0.549l11.239,-24.11c0.122,-0.256 0.239,-0.422 0.35,-0.5c0.111,-0.077 0.244,-0.116 0.4,-0.116c0.188,0 0.352,0.069 0.491,0.208c0.138,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.056,0.305 -0.167,0.549Z" style="fill-rule:nonzero;"/><path d="M502.282,246.615l-11.255,24.11c-0.189,0.411 -0.433,0.616 -0.733,0.616c-0.189,0 -0.352,-0.069 -0.491,-0.208c-0.139,-0.139 -0.208,-0.291 -0.208,-0.458c0,-0.133 0.055,-0.316 0.166,-0.549l11.239,-24.11c0.122,-0.256 0.239,-0.422 0.35,-0.5c0.111,-0.077 0.244,-0.116 0.4,-0.116c0.188,0 0.352,0.069 0.491,0.208c0.139,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.056,0.305 -0.167,0.549Z" style="fill-rule:nonzero;"/><path d="M546.223,277.868l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.724,0.191c0.139,0.128 0.209,0.297 0.209,0.508c0,0.211 -0.07,0.38 -0.209,0.508c-0.138,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M555.897,246.732l3.93,3.396l0.366,0.417c0.033,0.055 0.05,0.144 0.05,0.266c0,0.2 -0.069,0.369 -0.208,0.508c-0.139,0.139 -0.308,0.208 -0.508,0.208c-0.167,0 -0.377,-0.111 -0.633,-0.333l-3.929,-3.397c-0.278,-0.244 -0.417,-0.471 -0.417,-0.682c0,-0.2 0.07,-0.369 0.209,-0.508c0.138,-0.139 0.308,-0.208 0.507,-0.208c0.167,0 0.378,0.111 0.633,0.333Z" style="fill-rule:nonzero;"/><path d="M599.022,248.58l-0.017,23.327c0,0.333 -0.063,0.572 -0.191,0.716c-0.128,0.145 -0.297,0.217 -0.508,0.217c-0.2,0 -0.366,-0.072 -0.499,-0.217c-0.134,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.344 0.066,-0.588 0.2,-0.733c0.133,-0.144 0.299,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.133,0.145 0.2,0.389 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M637.019,247.631l4.429,0l-1.166,8.741c-0.066,0.467 -0.191,0.791 -0.375,0.974c-0.183,0.184 -0.407,0.275 -0.674,0.275c-0.277,0 -0.505,-0.091 -0.683,-0.275c-0.177,-0.183 -0.299,-0.507 -0.366,-0.974l-1.165,-8.741Z" style="fill-rule:nonzero;"/><path d="M669.004,277.868l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.381,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M699.142,246.732l3.929,3.396l0.367,0.417c0.033,0.055 0.05,0.144 0.05,0.266c0,0.2 -0.07,0.369 -0.209,0.508c-0.138,0.139 -0.308,0.208 -0.507,0.208c-0.167,0 -0.378,-0.111 -0.633,-0.333l-3.93,-3.397c-0.277,-0.244 -0.416,-0.471 -0.416,-0.682c0,-0.2 0.069,-0.369 0.208,-0.508c0.139,-0.139 0.308,-0.208 0.508,-0.208c0.167,0 0.377,0.111 0.633,0.333Z" style="fill-rule:nonzero;"/><path d="M750.858,277.868l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.063 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.127 -0.381,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M777.483,246.116l11.239,24.11c0.111,0.244 0.166,0.421 0.166,0.532c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.561,-0.205 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.41 -0.167,-0.532c0,-0.178 0.069,-0.333 0.208,-0.467c0.139,-0.133 0.303,-0.199 0.491,-0.199c0.3,0 0.55,0.205 0.75,0.616Z" style="fill-rule:nonzero;"/><path d="M803.657,248.58l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.145 -0.297,0.217 -0.508,0.217c-0.2,0 -0.366,-0.072 -0.499,-0.217c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.344 0.067,-0.588 0.2,-0.733c0.133,-0.144 0.299,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.134,0.145 0.2,0.389 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M841.654,247.631l4.429,0l-1.166,8.741c-0.066,0.467 -0.191,0.791 -0.374,0.974c-0.183,0.184 -0.408,0.275 -0.675,0.275c-0.277,0 -0.505,-0.091 -0.682,-0.275c-0.178,-0.183 -0.3,-0.507 -0.367,-0.974l-1.165,-8.741Z" style="fill-rule:nonzero;"/><path d="M873.639,277.868l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.063 0.725,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M900.264,246.116l11.239,24.11c0.111,0.244 0.166,0.421 0.166,0.532c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.561,-0.205 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.41 -0.167,-0.532c0,-0.178 0.069,-0.333 0.208,-0.467c0.139,-0.133 0.303,-0.199 0.491,-0.199c0.3,0 0.55,0.205 0.75,0.616Z" style="fill-rule:nonzero;"/><path d="M926.438,248.58l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.127,0.145 -0.297,0.217 -0.508,0.217c-0.199,0 -0.366,-0.072 -0.499,-0.217c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.344 0.067,-0.588 0.2,-0.733c0.133,-0.144 0.3,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.517,0.216c0.133,0.145 0.199,0.389 0.199,0.733Z" style="fill-rule:nonzero;"/><path d="M967.365,248.58l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.127,0.145 -0.297,0.217 -0.508,0.217c-0.199,0 -0.366,-0.072 -0.499,-0.217c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.344 0.067,-0.588 0.2,-0.733c0.133,-0.144 0.3,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.517,0.216c0.133,0.145 0.199,0.389 0.199,0.733Z" style="fill-rule:nonzero;"/><path d="M993.407,246.615l-11.256,24.11c-0.189,0.411 -0.433,0.616 -0.733,0.616c-0.188,0 -0.352,-0.069 -0.491,-0.208c-0.138,-0.139 -0.208,-0.291 -0.208,-0.458c0,-0.133 0.056,-0.316 0.167,-0.549l11.239,-24.11c0.122,-0.256 0.238,-0.422 0.349,-0.5c0.111,-0.077 0.245,-0.116 0.4,-0.116c0.189,0 0.352,0.069 0.491,0.208c0.139,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.055,0.305 -0.166,0.549Z" style="fill-rule:nonzero;"/><path d="M1037.35,277.868l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M1063.97,246.116l11.239,24.11c0.111,0.244 0.167,0.421 0.167,0.532c0,0.178 -0.07,0.336 -0.209,0.475c-0.138,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.205 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.41 -0.167,-0.532c0,-0.178 0.07,-0.333 0.208,-0.467c0.139,-0.133 0.303,-0.199 0.492,-0.199c0.299,0 0.549,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1128.88,246.732l3.929,3.396l0.367,0.417c0.033,0.055 0.049,0.144 0.049,0.266c0,0.2 -0.069,0.369 -0.208,0.508c-0.138,0.139 -0.308,0.208 -0.507,0.208c-0.167,0 -0.378,-0.111 -0.633,-0.333l-3.93,-3.397c-0.277,-0.244 -0.416,-0.471 -0.416,-0.682c0,-0.2 0.069,-0.369 0.208,-0.508c0.139,-0.139 0.308,-0.208 0.508,-0.208c0.166,0 0.377,0.111 0.633,0.333Z" style="fill-rule:nonzero;"/><rect x="1143.69" y="257.888" width="14.27" height="1.998" style="fill-rule:nonzero;"/><rect x="1164.16" y="257.888" width="14.27" height="1.998" style="fill-rule:nonzero;"/><path d="M1191.46,264.514l0.6,0c0.621,0 1.154,0.22 1.598,0.658c0.444,0.439 0.666,0.969 0.666,1.59c0,0.644 -0.225,1.183 -0.674,1.615c-0.45,0.433 -0.98,0.65 -1.59,0.65l-0.6,0c-0.622,0 -1.154,-0.219 -1.598,-0.658c-0.444,-0.438 -0.666,-0.968 -0.666,-1.59c0,-0.644 0.224,-1.182 0.674,-1.615c0.45,-0.433 0.98,-0.65 1.59,-0.65Z" style="fill-rule:nonzero;"/><path d="M1227.68,246.116l11.239,24.11c0.111,0.244 0.167,0.421 0.167,0.532c0,0.178 -0.07,0.336 -0.208,0.475c-0.139,0.139 -0.303,0.208 -0.492,0.208c-0.31,0 -0.56,-0.205 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.41 -0.167,-0.532c0,-0.178 0.07,-0.333 0.209,-0.467c0.138,-0.133 0.302,-0.199 0.491,-0.199c0.299,0 0.549,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1274.32,248.58l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.145 -0.297,0.217 -0.508,0.217c-0.2,0 -0.366,-0.072 -0.499,-0.217c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.344 0.067,-0.588 0.2,-0.733c0.133,-0.144 0.299,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.134,0.145 0.2,0.389 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M1323.84,277.868l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.145,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M1344.3,277.868l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.191c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.128 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.063 0.725,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.127 -0.38,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M1361.75,246.615l-11.256,24.11c-0.188,0.411 -0.432,0.616 -0.732,0.616c-0.189,0 -0.353,-0.069 -0.491,-0.208c-0.139,-0.139 -0.208,-0.291 -0.208,-0.458c0,-0.133 0.055,-0.316 0.166,-0.549l11.239,-24.11c0.122,-0.256 0.239,-0.422 0.35,-0.5c0.111,-0.077 0.244,-0.116 0.399,-0.116c0.189,0 0.353,0.069 0.492,0.208c0.138,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.056,0.305 -0.167,0.549Z" style="fill-rule:nonzero;"/><path d="M1405.69,277.868l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.191c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.145,-0.128 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.586,0.063 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.138,0.127 -0.38,0.191 -0.724,0.191Z" style="fill-rule:nonzero;"/><path d="M1432.32,246.116l11.239,24.11c0.111,0.244 0.167,0.421 0.167,0.532c0,0.178 -0.07,0.336 -0.208,0.475c-0.139,0.139 -0.303,0.208 -0.491,0.208c-0.311,0 -0.561,-0.205 -0.75,-0.616l-11.239,-24.127c-0.111,-0.233 -0.166,-0.41 -0.166,-0.532c0,-0.178 0.069,-0.333 0.208,-0.467c0.139,-0.133 0.302,-0.199 0.491,-0.199c0.3,0 0.549,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1589.16,258.82l-15.118,8.425c-0.245,0.133 -0.428,0.2 -0.55,0.2c-0.188,0 -0.352,-0.069 -0.491,-0.208c-0.139,-0.139 -0.208,-0.303 -0.208,-0.491c0,-0.278 0.189,-0.522 0.566,-0.733l12.954,-7.193l-12.937,-7.193c-0.378,-0.211 -0.566,-0.455 -0.566,-0.733c0,-0.188 0.069,-0.352 0.208,-0.491c0.138,-0.139 0.302,-0.208 0.491,-0.208c0.122,0 0.305,0.067 0.549,0.2l15.102,8.425Z" style="fill-rule:nonzero;"/><path d="M1630.09,258.82l-15.118,8.425c-0.244,0.133 -0.428,0.2 -0.55,0.2c-0.188,0 -0.352,-0.069 -0.491,-0.208c-0.139,-0.139 -0.208,-0.303 -0.208,-0.491c0,-0.278 0.189,-0.522 0.566,-0.733l12.954,-7.193l-12.937,-7.193c-0.378,-0.211 -0.566,-0.455 -0.566,-0.733c0,-0.188 0.069,-0.352 0.208,-0.491c0.138,-0.139 0.302,-0.208 0.491,-0.208c0.122,0 0.305,0.067 0.549,0.2l15.102,8.425Z" style="fill-rule:nonzero;"/><path d="M1671.02,258.82l-15.118,8.425c-0.244,0.133 -0.428,0.2 -0.55,0.2c-0.188,0 -0.352,-0.069 -0.491,-0.208c-0.139,-0.139 -0.208,-0.303 -0.208,-0.491c0,-0.278 0.189,-0.522 0.566,-0.733l12.954,-7.193l-12.937,-7.193c-0.378,-0.211 -0.566,-0.455 -0.566,-0.733c0,-0.188 0.069,-0.352 0.208,-0.491c0.139,-0.139 0.302,-0.208 0.491,-0.208c0.122,0 0.305,0.067 0.549,0.2l15.102,8.425Z" style="fill-rule:nonzero;"/><path d="M81.723,292.216l11.239,24.11c0.111,0.244 0.167,0.422 0.167,0.533c0,0.177 -0.07,0.336 -0.209,0.474c-0.138,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.205 -0.749,-0.616l-11.239,-24.126c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.178 0.07,-0.333 0.208,-0.466c0.139,-0.134 0.303,-0.2 0.492,-0.2c0.299,0 0.549,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M122.65,292.216l11.239,24.11c0.111,0.244 0.167,0.422 0.167,0.533c0,0.177 -0.07,0.336 -0.209,0.474c-0.138,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.205 -0.749,-0.616l-11.239,-24.126c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.178 0.07,-0.333 0.208,-0.466c0.139,-0.134 0.303,-0.2 0.492,-0.2c0.299,0 0.549,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M163.577,292.216l11.239,24.11c0.111,0.244 0.167,0.422 0.167,0.533c0,0.177 -0.07,0.336 -0.209,0.474c-0.138,0.139 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.205 -0.749,-0.616l-11.239,-24.126c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.178 0.07,-0.333 0.209,-0.466c0.138,-0.134 0.302,-0.2 0.491,-0.2c0.299,0 0.549,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M292.069,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M332.996,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M362.051,323.969l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.064 0.725,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M382.515,323.969l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.145,-0.127 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.586,0.064 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M402.979,323.969l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.064 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M422.743,304.92l-15.119,8.425c-0.244,0.134 -0.427,0.2 -0.549,0.2c-0.189,0 -0.353,-0.069 -0.492,-0.208c-0.138,-0.139 -0.208,-0.302 -0.208,-0.491c0,-0.278 0.189,-0.522 0.566,-0.733l12.954,-7.193l-12.937,-7.193c-0.377,-0.211 -0.566,-0.455 -0.566,-0.732c0,-0.189 0.069,-0.353 0.208,-0.492c0.139,-0.138 0.303,-0.208 0.491,-0.208c0.122,0 0.305,0.067 0.55,0.2l15.102,8.425Z" style="fill-rule:nonzero;"/><path d="M466.933,304.92l15.119,-8.425c0.244,-0.133 0.427,-0.2 0.549,-0.2c0.189,0 0.353,0.07 0.492,0.208c0.138,0.139 0.208,0.303 0.208,0.492c0,0.277 -0.189,0.521 -0.566,0.732l-12.954,7.193l12.937,7.193c0.377,0.211 0.566,0.455 0.566,0.733c0,0.189 -0.069,0.352 -0.208,0.491c-0.139,0.139 -0.302,0.208 -0.491,0.208c-0.122,0 -0.305,-0.066 -0.55,-0.2l-15.102,-8.425Z" style="fill-rule:nonzero;"/><path d="M516.302,306.336c0,-1.277 0.167,-2.631 0.5,-4.063c0.333,-1.432 0.971,-3.086 1.914,-4.962c0.944,-1.876 1.632,-3.008 2.065,-3.397c0.133,-0.122 0.278,-0.183 0.433,-0.183c0.2,0 0.369,0.067 0.508,0.2c0.139,0.133 0.208,0.294 0.208,0.483c0,0.111 -0.039,0.233 -0.117,0.366c-1.221,2.242 -2.092,4.274 -2.614,6.094c-0.521,1.821 -0.782,3.641 -0.782,5.462c0,1.831 0.261,3.657 0.782,5.478c0.522,1.82 1.393,3.846 2.614,6.077c0.078,0.133 0.117,0.255 0.117,0.366c0,0.189 -0.069,0.353 -0.208,0.492c-0.139,0.138 -0.308,0.208 -0.508,0.208c-0.155,0 -0.3,-0.061 -0.433,-0.183c-0.411,-0.378 -1.082,-1.482 -2.015,-3.314c-0.932,-1.831 -1.576,-3.452 -1.931,-4.862c-0.355,-1.41 -0.533,-2.83 -0.533,-4.262Z" style="fill-rule:nonzero;"/><path d="M546.223,323.969l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.064 0.724,0.191c0.139,0.128 0.209,0.297 0.209,0.508c0,0.211 -0.07,0.38 -0.209,0.508c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M558.095,294.68l-0.017,23.328c0,0.333 -0.063,0.571 -0.191,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.066,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.133,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M599.022,294.68l-0.017,23.328c0,0.333 -0.063,0.571 -0.191,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.066,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.133,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M639.949,294.68l-0.017,23.328c0,0.333 -0.063,0.571 -0.191,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.066,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.133,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M680.876,294.68l-0.017,23.328c0,0.333 -0.063,0.571 -0.191,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.066,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M721.803,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.066,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M762.73,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M803.657,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M844.584,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M873.639,323.969l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.064 0.725,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M885.212,306.352c0,1.277 -0.167,2.628 -0.5,4.055c-0.333,1.426 -0.971,3.08 -1.915,4.962c-0.943,1.881 -1.631,3.011 -2.064,3.388c-0.134,0.133 -0.278,0.2 -0.433,0.2c-0.2,0 -0.369,-0.07 -0.508,-0.208c-0.139,-0.139 -0.208,-0.303 -0.208,-0.492c0,-0.111 0.039,-0.233 0.116,-0.366c1.221,-2.231 2.093,-4.257 2.614,-6.077c0.522,-1.821 0.783,-3.641 0.783,-5.462c0,-1.831 -0.261,-3.657 -0.783,-5.478c-0.521,-1.82 -1.393,-3.852 -2.614,-6.094c-0.077,-0.133 -0.116,-0.255 -0.116,-0.366c0,-0.189 0.069,-0.35 0.208,-0.483c0.139,-0.133 0.308,-0.2 0.508,-0.2c0.155,0 0.299,0.061 0.433,0.183c0.41,0.378 1.082,1.482 2.014,3.314c0.933,1.831 1.577,3.452 1.932,4.862c0.355,1.409 0.533,2.83 0.533,4.262Z" style="fill-rule:nonzero;"/><path d="M926.438,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.517,0.217c0.133,0.144 0.199,0.388 0.199,0.732Z" style="fill-rule:nonzero;"/><path d="M967.365,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.517,0.217c0.133,0.144 0.199,0.388 0.199,0.732Z" style="fill-rule:nonzero;"/><path d="M1037.35,323.969l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.064 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1057.81,323.969l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.064 0.724,0.191c0.139,0.128 0.209,0.297 0.209,0.508c0,0.211 -0.07,0.38 -0.209,0.508c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1075.26,292.715l-11.256,24.11c-0.189,0.411 -0.433,0.617 -0.732,0.617c-0.189,0 -0.353,-0.07 -0.492,-0.209c-0.138,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.069 0.491,0.208c0.139,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.055,0.305 -0.166,0.549Z" style="fill-rule:nonzero;"/><path d="M1116.19,292.715l-11.256,24.11c-0.188,0.411 -0.433,0.617 -0.732,0.617c-0.189,0 -0.353,-0.07 -0.492,-0.209c-0.138,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.069 0.491,0.208c0.139,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.055,0.305 -0.166,0.549Z" style="fill-rule:nonzero;"/><path d="M1125.36,292.216l11.24,24.11c0.111,0.244 0.166,0.422 0.166,0.533c0,0.177 -0.069,0.336 -0.208,0.474c-0.139,0.139 -0.303,0.208 -0.491,0.208c-0.311,0 -0.561,-0.205 -0.75,-0.616l-11.239,-24.126c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.178 0.069,-0.333 0.208,-0.466c0.139,-0.134 0.302,-0.2 0.491,-0.2c0.3,0 0.55,0.205 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1160.13,323.969l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.064 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1180.59,323.969l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.072,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.344,0 0.586,0.064 0.725,0.191c0.138,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.07,0.38 -0.208,0.508c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1198.04,292.715l-11.256,24.11c-0.188,0.411 -0.433,0.617 -0.732,0.617c-0.189,0 -0.353,-0.07 -0.492,-0.209c-0.138,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.069 0.491,0.208c0.139,0.139 0.209,0.291 0.209,0.458c0,0.122 -0.056,0.305 -0.167,0.549Z" style="fill-rule:nonzero;"/><path d="M1238.97,292.715l-11.256,24.11c-0.188,0.411 -0.433,0.617 -0.732,0.617c-0.189,0 -0.353,-0.07 -0.491,-0.209c-0.139,-0.138 -0.209,-0.291 -0.209,-0.457c0,-0.134 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.069 0.491,0.208c0.139,0.139 0.209,0.291 0.209,0.458c0,0.122 -0.056,0.305 -0.167,0.549Z" style="fill-rule:nonzero;"/><path d="M1274.32,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M1315.25,294.68l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M1335.71,294.68l-0.017,23.328c0,0.333 -0.064,0.571 -0.191,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.367,-0.072 -0.5,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.3,-0.217 0.5,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.133,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M1405.69,323.969l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.128 -0.216,-0.297 -0.216,-0.508c0,-0.211 0.072,-0.38 0.216,-0.508c0.145,-0.127 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.586,0.064 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1426.15,323.969l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.599,0c0.344,0 0.585,0.064 0.724,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1443.6,292.715l-11.255,24.11c-0.189,0.411 -0.433,0.617 -0.733,0.617c-0.189,0 -0.353,-0.07 -0.491,-0.209c-0.139,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.055,-0.317 0.166,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.069 0.492,0.208c0.138,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.056,0.305 -0.167,0.549Z" style="fill-rule:nonzero;"/><path d="M1566.38,292.715l-11.255,24.11c-0.189,0.411 -0.433,0.617 -0.733,0.617c-0.189,0 -0.352,-0.07 -0.491,-0.209c-0.139,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.055,-0.317 0.166,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.4,-0.117c0.188,0 0.352,0.069 0.491,0.208c0.139,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.056,0.305 -0.167,0.549Z" style="fill-rule:nonzero;"/><path d="M1607.31,292.715l-11.255,24.11c-0.189,0.411 -0.433,0.617 -0.733,0.617c-0.189,0 -0.352,-0.07 -0.491,-0.209c-0.139,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.055,-0.317 0.166,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.4,-0.117c0.188,0 0.352,0.069 0.491,0.208c0.139,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.056,0.305 -0.167,0.549Z" style="fill-rule:nonzero;"/><path d="M1648.24,292.715l-11.256,24.11c-0.189,0.411 -0.433,0.617 -0.733,0.617c-0.189,0 -0.352,-0.07 -0.491,-0.209c-0.139,-0.138 -0.208,-0.291 -0.208,-0.457c0,-0.134 0.055,-0.317 0.166,-0.55l11.239,-24.11c0.123,-0.255 0.239,-0.422 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.4,-0.117c0.188,0 0.352,0.069 0.491,0.208c0.139,0.139 0.208,0.291 0.208,0.458c0,0.122 -0.055,0.305 -0.166,0.549Z" style="fill-rule:nonzero;"/><path d="M102.186,338.316l11.24,24.11c0.111,0.244 0.166,0.422 0.166,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.138 -0.303,0.208 -0.491,0.208c-0.311,0 -0.561,-0.206 -0.75,-0.616l-11.239,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.139,-0.133 0.302,-0.2 0.491,-0.2c0.3,0 0.55,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M136.953,370.069l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M143.113,338.316l11.24,24.11c0.111,0.244 0.166,0.422 0.166,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.138 -0.303,0.208 -0.491,0.208c-0.311,0 -0.561,-0.206 -0.749,-0.616l-11.24,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.139,-0.133 0.303,-0.2 0.491,-0.2c0.3,0 0.55,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M177.88,370.069l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M184.041,338.316l11.239,24.11c0.111,0.244 0.166,0.422 0.166,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.138 -0.302,0.208 -0.491,0.208c-0.311,0 -0.561,-0.206 -0.749,-0.616l-11.24,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.139,-0.133 0.303,-0.2 0.491,-0.2c0.3,0 0.55,0.206 0.75,0.616Z" style="fill-rule:nonzero;"/><path d="M286.358,338.316l11.239,24.11c0.111,0.244 0.167,0.422 0.167,0.533c0,0.178 -0.07,0.336 -0.208,0.475c-0.139,0.138 -0.303,0.208 -0.492,0.208c-0.31,0 -0.56,-0.206 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.138,-0.133 0.302,-0.2 0.491,-0.2c0.3,0 0.549,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M321.124,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M341.588,370.069l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M362.051,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M382.515,370.069l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M399.965,338.816l-11.256,24.11c-0.189,0.41 -0.433,0.616 -0.733,0.616c-0.188,0 -0.352,-0.07 -0.491,-0.208c-0.139,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.238,-0.421 0.349,-0.499c0.111,-0.078 0.245,-0.117 0.4,-0.117c0.189,0 0.352,0.07 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.306 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M423.442,370.069l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M440.892,338.816l-11.256,24.11c-0.189,0.41 -0.433,0.616 -0.733,0.616c-0.188,0 -0.352,-0.07 -0.491,-0.208c-0.139,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.238,-0.421 0.349,-0.499c0.111,-0.078 0.245,-0.117 0.4,-0.117c0.189,0 0.352,0.07 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.306 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M450.066,338.316l11.239,24.11c0.111,0.244 0.167,0.422 0.167,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.138 -0.303,0.208 -0.491,0.208c-0.311,0 -0.561,-0.206 -0.75,-0.616l-11.239,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.139,-0.133 0.302,-0.2 0.491,-0.2c0.3,0 0.549,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M484.833,370.069l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M490.993,338.316l11.239,24.11c0.111,0.244 0.167,0.422 0.167,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.138 -0.303,0.208 -0.491,0.208c-0.311,0 -0.561,-0.206 -0.75,-0.616l-11.239,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.139,-0.133 0.302,-0.2 0.491,-0.2c0.3,0 0.55,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M525.76,370.069l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M546.223,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.209,0.297 0.209,0.508c0,0.21 -0.07,0.38 -0.209,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M554.615,355.699l4.546,0l-4.946,9.192c-0.299,0.555 -0.66,0.832 -1.082,0.832c-0.277,0 -0.513,-0.097 -0.707,-0.291c-0.195,-0.195 -0.292,-0.43 -0.292,-0.708c0,-0.111 0.017,-0.233 0.05,-0.366l2.431,-8.659Z" style="fill-rule:nonzero;"/><path d="M587.15,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M599.022,340.781l-0.017,23.327c0,0.333 -0.063,0.572 -0.191,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.066,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.516,0.217c0.133,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M628.077,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M639.949,340.781l-0.017,23.327c0,0.333 -0.063,0.572 -0.191,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.066,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.516,0.217c0.133,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M680.876,340.781l-0.017,23.327c0,0.333 -0.063,0.572 -0.191,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.066,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M709.931,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M721.803,340.781l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.066,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M762.73,340.781l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M791.785,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M803.657,340.781l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M843.585,356.715l0.6,0c0.621,0 1.154,0.219 1.598,0.658c0.444,0.438 0.666,0.968 0.666,1.59c0,0.644 -0.225,1.182 -0.674,1.615c-0.45,0.433 -0.98,0.649 -1.59,0.649l-0.6,0c-0.621,0 -1.154,-0.219 -1.598,-0.657c-0.444,-0.439 -0.666,-0.969 -0.666,-1.59c0,-0.644 0.225,-1.183 0.674,-1.616c0.45,-0.432 0.98,-0.649 1.59,-0.649Z" style="fill-rule:nonzero;"/><path d="M873.639,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M894.103,370.069l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M911.553,338.816l-11.256,24.11c-0.189,0.41 -0.433,0.616 -0.733,0.616c-0.188,0 -0.352,-0.07 -0.491,-0.208c-0.139,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.238,-0.421 0.349,-0.499c0.111,-0.078 0.245,-0.117 0.4,-0.117c0.189,0 0.352,0.07 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.306 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M926.438,340.781l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.517,0.217c0.133,0.144 0.199,0.388 0.199,0.733Z" style="fill-rule:nonzero;"/><path d="M955.494,370.069l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M967.365,340.781l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.517,0.217c0.133,0.144 0.199,0.388 0.199,0.733Z" style="fill-rule:nonzero;"/><path d="M982.118,338.316l11.239,24.11c0.111,0.244 0.166,0.422 0.166,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.138,0.138 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.206 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.177 0.07,-0.333 0.208,-0.466c0.139,-0.133 0.303,-0.2 0.492,-0.2c0.299,0 0.549,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1016.88,370.069l-18.599,0c-0.333,0 -0.571,-0.064 -0.715,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.382,-0.192 0.715,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.209,0.297 0.209,0.508c0,0.21 -0.07,0.38 -0.209,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1037.35,370.069l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1057.81,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.209,0.297 0.209,0.508c0,0.21 -0.07,0.38 -0.209,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1069.68,340.781l-0.017,23.327c0,0.333 -0.063,0.572 -0.191,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.066,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.516,0.217c0.133,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M1104.9,338.316l11.239,24.11c0.111,0.244 0.167,0.422 0.167,0.533c0,0.178 -0.07,0.336 -0.209,0.475c-0.138,0.138 -0.302,0.208 -0.491,0.208c-0.311,0 -0.56,-0.206 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.177 0.07,-0.333 0.208,-0.466c0.139,-0.133 0.303,-0.2 0.492,-0.2c0.299,0 0.549,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1139.66,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1160.13,370.069l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1180.59,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1201.06,370.069l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1218.51,338.816l-11.256,24.11c-0.189,0.41 -0.433,0.616 -0.733,0.616c-0.189,0 -0.352,-0.07 -0.491,-0.208c-0.139,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.055,-0.317 0.166,-0.55l11.239,-24.11c0.123,-0.255 0.239,-0.421 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.4,-0.117c0.188,0 0.352,0.07 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.306 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M1233.39,340.781l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.134,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.066,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M1262.45,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1274.32,340.781l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M1289.07,338.316l11.239,24.11c0.111,0.244 0.166,0.422 0.166,0.533c0,0.178 -0.069,0.336 -0.208,0.475c-0.139,0.138 -0.302,0.208 -0.491,0.208c-0.311,0 -0.561,-0.206 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.167,-0.411 -0.167,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.139,-0.133 0.303,-0.2 0.491,-0.2c0.3,0 0.55,0.206 0.75,0.616Z" style="fill-rule:nonzero;"/><path d="M1323.84,370.069l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1344.3,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1350.46,338.316l11.239,24.11c0.111,0.244 0.167,0.422 0.167,0.533c0,0.178 -0.07,0.336 -0.208,0.475c-0.139,0.138 -0.303,0.208 -0.492,0.208c-0.31,0 -0.56,-0.206 -0.749,-0.616l-11.239,-24.127c-0.111,-0.233 -0.166,-0.411 -0.166,-0.533c0,-0.177 0.069,-0.333 0.208,-0.466c0.138,-0.133 0.302,-0.2 0.491,-0.2c0.3,0 0.549,0.206 0.749,0.616Z" style="fill-rule:nonzero;"/><path d="M1385.23,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.345,0 0.586,0.064 0.725,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1405.69,370.069l-18.599,0c-0.333,0 -0.571,-0.064 -0.716,-0.192c-0.144,-0.127 -0.216,-0.297 -0.216,-0.507c0,-0.211 0.072,-0.381 0.216,-0.508c0.145,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1426.15,370.069l-18.599,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.144,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.073,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.599,0c0.344,0 0.585,0.064 0.724,0.192c0.139,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.069,0.38 -0.208,0.507c-0.139,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1438.03,340.781l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.345 0.067,-0.589 0.2,-0.733c0.133,-0.144 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.073 0.517,0.217c0.133,0.144 0.199,0.388 0.199,0.733Z" style="fill-rule:nonzero;"/><path d="M1545.92,338.816l-11.256,24.11c-0.189,0.41 -0.433,0.616 -0.732,0.616c-0.189,0 -0.353,-0.07 -0.492,-0.208c-0.138,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.238,-0.421 0.349,-0.499c0.111,-0.078 0.245,-0.117 0.4,-0.117c0.189,0 0.353,0.07 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.306 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M1569.4,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.724,0.192c0.139,0.127 0.209,0.297 0.209,0.508c0,0.21 -0.07,0.38 -0.209,0.507c-0.138,0.128 -0.38,0.192 -0.724,0.192Z" style="fill-rule:nonzero;"/><path d="M1586.85,338.816l-11.256,24.11c-0.189,0.41 -0.433,0.616 -0.732,0.616c-0.189,0 -0.353,-0.07 -0.492,-0.208c-0.138,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.421 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.07 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.306 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M1610.33,370.069l-18.598,0c-0.333,0 -0.572,-0.064 -0.716,-0.192c-0.145,-0.127 -0.217,-0.297 -0.217,-0.507c0,-0.211 0.072,-0.381 0.217,-0.508c0.144,-0.128 0.383,-0.192 0.716,-0.192l18.598,0c0.344,0 0.586,0.064 0.725,0.192c0.138,0.127 0.208,0.297 0.208,0.508c0,0.21 -0.07,0.38 -0.208,0.507c-0.139,0.128 -0.381,0.192 -0.725,0.192Z" style="fill-rule:nonzero;"/><path d="M1627.78,338.816l-11.256,24.11c-0.188,0.41 -0.433,0.616 -0.732,0.616c-0.189,0 -0.353,-0.07 -0.492,-0.208c-0.138,-0.139 -0.208,-0.292 -0.208,-0.458c0,-0.133 0.056,-0.317 0.167,-0.55l11.239,-24.11c0.122,-0.255 0.239,-0.421 0.35,-0.499c0.111,-0.078 0.244,-0.117 0.399,-0.117c0.189,0 0.353,0.07 0.491,0.208c0.139,0.139 0.208,0.292 0.208,0.458c0,0.122 -0.055,0.306 -0.166,0.55Z" style="fill-rule:nonzero;"/><path d="M803.657,386.881l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.128,0.145 -0.297,0.217 -0.508,0.217c-0.2,0 -0.366,-0.072 -0.499,-0.217c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.344 0.067,-0.588 0.2,-0.733c0.133,-0.144 0.299,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.134,0.145 0.2,0.389 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M844.584,386.881l-0.016,23.327c0,0.333 -0.064,0.572 -0.192,0.716c-0.127,0.145 -0.297,0.217 -0.508,0.217c-0.199,0 -0.366,-0.072 -0.499,-0.217c-0.133,-0.144 -0.2,-0.383 -0.2,-0.716l0,-23.327c0,-0.344 0.067,-0.588 0.2,-0.733c0.133,-0.144 0.3,-0.216 0.499,-0.216c0.211,0 0.383,0.072 0.516,0.216c0.134,0.145 0.2,0.389 0.2,0.733Z" style="fill-rule:nonzero;"/><path d="M803.657,432.981l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.128,0.144 -0.297,0.216 -0.508,0.216c-0.2,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.299,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/><path d="M832.712,462.269l-18.598,0c-0.333,0 -0.572,-0.063 -0.716,-0.191c-0.144,-0.128 -0.217,-0.297 -0.217,-0.508c0,-0.211 0.073,-0.38 0.217,-0.508c0.144,-0.127 0.383,-0.191 0.716,-0.191l18.598,0c0.345,0 0.586,0.064 0.725,0.191c0.139,0.128 0.208,0.297 0.208,0.508c0,0.211 -0.069,0.38 -0.208,0.508c-0.139,0.128 -0.38,0.191 -0.725,0.191Z" style="fill-rule:nonzero;"/><path d="M844.584,432.981l-0.016,23.328c0,0.333 -0.064,0.571 -0.192,0.716c-0.127,0.144 -0.297,0.216 -0.508,0.216c-0.199,0 -0.366,-0.072 -0.499,-0.216c-0.133,-0.145 -0.2,-0.383 -0.2,-0.716l0,-23.328c0,-0.344 0.067,-0.588 0.2,-0.732c0.133,-0.145 0.3,-0.217 0.499,-0.217c0.211,0 0.383,0.072 0.516,0.217c0.134,0.144 0.2,0.388 0.2,0.732Z" style="fill-rule:nonzero;"/></g></svg> \ No newline at end of file
diff --git a/exampleSite/static/media/bastiat.jpg b/devSite/static/media/bastiat.jpg
index 399fbe5..399fbe5 100644
--- a/exampleSite/static/media/bastiat.jpg
+++ b/devSite/static/media/bastiat.jpg
Binary files differ
diff --git a/exampleSite/static/media/lincoln.gif b/devSite/static/media/lincoln.gif
index a702a42..a702a42 100644
--- a/exampleSite/static/media/lincoln.gif
+++ b/devSite/static/media/lincoln.gif
Binary files differ
diff --git a/exampleSite/static/media/spooner.jpg b/devSite/static/media/spooner.jpg
index 5d42bf5..5d42bf5 100644
--- a/exampleSite/static/media/spooner.jpg
+++ b/devSite/static/media/spooner.jpg
Binary files differ
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0149921..c3322c7 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -1,12 +1,34 @@
title = "Example Site For Basic Web Theme"
baseURL = "https://demo.basicwebtheme.com"
languageCode = "en-us"
-theme = "hugo-theme-basic-web-theme"
+theme = "basicwebtheme"
themesDir = "../.."
[params]
headerImage = "/assets/images/header.svg"
-[taxonomies]
-tag = "tags"
-author = "authors" \ No newline at end of file
+[menu]
+
+[[menu.main]]
+title = "Home"
+name = "The homepage"
+url = "/"
+weight = 1
+
+[[menu.main]]
+title = "Posts"
+name = "All posts"
+url = "/post"
+weight = 2
+
+[[menu.main]]
+title = "Archive"
+name = "All posts with tags"
+url = "/archives"
+weight = 3
+
+[[menu.main]]
+title = "About"
+name = "About page"
+url = "/about"
+weight = 4 \ No newline at end of file
diff --git a/exampleSite/content/_index.md b/exampleSite/content/_index.md
index da08b3c..ed6494b 100644
--- a/exampleSite/content/_index.md
+++ b/exampleSite/content/_index.md
@@ -1,17 +1,3 @@
-{
- "title": "Home",
- "menu": "main",
- "weight": "1",
- "listpage": "/posts"
-
-}
-
-This is an example site demonstrating the [Basic Web Theme](https://www.basicwebtheme.com).
-
-- Learn more [about this site](/about/).
-- View [all posts](/posts/)
-- Browse articles by [author](/authors/) or [tags](/tags)
-- Check out [tables](/charts/), [forms](/newsletter/), [blockquotes](/examples/blockquote) and [code blocks](/examples/code)
-
----
----
++++
+author = "Hugo Authors"
++++
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
new file mode 100644
index 0000000..f49aec5
--- /dev/null
+++ b/exampleSite/content/about.md
@@ -0,0 +1,25 @@
++++
+title = "About"
+description = "Hugo, the world's fastest framework for building websites"
+date = "2019-02-28"
+aliases = ["about-us", "about-hugo", "contact"]
+author = "Hugo Authors"
++++
+
+Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
+
+Hugo makes use of a variety of open source projects including:
+
+* https://github.com/yuin/goldmark
+* https://github.com/alecthomas/chroma
+* https://github.com/muesli/smartcrop
+* https://github.com/spf13/cobra
+* https://github.com/spf13/viper
+
+Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
+
+Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
+
+Websites built with Hugo are extremelly fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
+
+Learn more and contribute on [GitHub](https://github.com/gohugoio).
diff --git a/exampleSite/content/archives.md b/exampleSite/content/archives.md
new file mode 100644
index 0000000..db16eed
--- /dev/null
+++ b/exampleSite/content/archives.md
@@ -0,0 +1,5 @@
+---
+date: 2019-05-28
+type: section
+layout: "archives"
+---
diff --git a/exampleSite/content/homepage/about.md b/exampleSite/content/homepage/about.md
new file mode 100644
index 0000000..b5d6981
--- /dev/null
+++ b/exampleSite/content/homepage/about.md
@@ -0,0 +1,7 @@
+---
+title: 'Our Difference'
+button: 'About us'
+weight: 2
+---
+
+Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Ipsum dolor sit amet, et essent mediocritatem quo.
diff --git a/exampleSite/content/homepage/index.md b/exampleSite/content/homepage/index.md
new file mode 100644
index 0000000..ca03031
--- /dev/null
+++ b/exampleSite/content/homepage/index.md
@@ -0,0 +1,3 @@
+---
+headless: true
+---
diff --git a/exampleSite/content/homepage/work.md b/exampleSite/content/homepage/work.md
new file mode 100644
index 0000000..f99bc99
--- /dev/null
+++ b/exampleSite/content/homepage/work.md
@@ -0,0 +1,7 @@
+---
+title: 'We Help Business Grow'
+button: 'Our Work'
+weight: 1
+---
+
+Lorem ipsum dolor sit amet, et essent mediocritatem quo, choro volumus oporteat an mei. Numquam dolores mel eu, mea docendi omittantur et, mea ea duis erat. Elit melius cu ius. Per ex novum tantas putant, ei his nullam aliquam apeirian. Aeterno quaestio constituto sea an, no eum intellegat assueverit.
diff --git a/exampleSite/content/post/_index.md b/exampleSite/content/post/_index.md
new file mode 100644
index 0000000..8a084d9
--- /dev/null
+++ b/exampleSite/content/post/_index.md
@@ -0,0 +1,6 @@
++++
+aliases = ["posts", "articles", "blog", "showcase", "docs"]
+title = "Posts"
+author = "Hugo Authors"
+tags = ["index"]
++++
diff --git a/exampleSite/content/post/emoji-support.md b/exampleSite/content/post/emoji-support.md
new file mode 100644
index 0000000..dc3589a
--- /dev/null
+++ b/exampleSite/content/post/emoji-support.md
@@ -0,0 +1,46 @@
++++
+author = "Hugo Authors"
+title = "Emoji Support"
+date = "2019-03-05"
+description = "Guide to emoji usage in Hugo"
+tags = [
+ "emoji",
+]
++++
+
+Emoji can be enabled in a Hugo project in a number of ways.
+<!--more-->
+The [`emojify`](https://gohugo.io/functions/emojify/) function can be called directly in templates or [Inline Shortcodes](https://gohugo.io/templates/shortcode-templates/#inline-shortcodes).
+
+To enable emoji globally, set `enableEmoji` to `true` in your site's [configuration](https://gohugo.io/getting-started/configuration/) and then you can type emoji shorthand codes directly in content files; e.g.
+
+<p><span class="nowrap"><span class="emojify">🙈</span> <code>:see_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙉</span> <code>:hear_no_evil:</code></span> <span class="nowrap"><span class="emojify">🙊</span> <code>:speak_no_evil:</code></span></p>
+<br>
+
+The [Emoji cheat sheet](http://www.emoji-cheat-sheet.com/) is a useful reference for emoji shorthand codes.
+
+***
+
+**N.B.** The above steps enable Unicode Standard emoji characters and sequences in Hugo, however the rendering of these glyphs depends on the browser and the platform. To style the emoji you can either use a third party emoji font or a font stack; e.g.
+
+{{< highlight html >}}
+.emoji {
+ font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
+}
+{{< /highlight >}}
+
+{{< css.inline >}}
+<style>
+.emojify {
+ font-family: Apple Color Emoji, Segoe UI Emoji, NotoColorEmoji, Segoe UI Symbol, Android Emoji, EmojiSymbols;
+ font-size: 2rem;
+ vertical-align: middle;
+}
+@media screen and (max-width:650px) {
+ .nowrap {
+ display: block;
+ margin: 25px 0;
+ }
+}
+</style>
+{{< /css.inline >}}
diff --git a/exampleSite/content/post/markdown-syntax.md b/exampleSite/content/post/markdown-syntax.md
new file mode 100644
index 0000000..2aa35e1
--- /dev/null
+++ b/exampleSite/content/post/markdown-syntax.md
@@ -0,0 +1,149 @@
++++
+author = "Hugo Authors"
+title = "Markdown Syntax Guide"
+date = "2019-03-11"
+description = "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
+tags = [
+ "markdown",
+ "css",
+ "html",
+ "themes",
+]
+categories = [
+ "themes",
+ "syntax",
+]
+series = ["Themes Guide"]
+aliases = ["migrate-from-jekyl"]
++++
+
+This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.
+<!--more-->
+
+## Headings
+
+The following HTML `<h1>`—`<h6>` elements represent six levels of section headings. `<h1>` is the highest section level while `<h6>` is the lowest.
+
+# H1
+## H2
+### H3
+#### H4
+##### H5
+###### H6
+
+## Paragraph
+
+Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.
+
+Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.
+
+## Blockquotes
+
+The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a `footer` or `cite` element, and optionally with in-line changes such as annotations and abbreviations.
+
+#### Blockquote without attribution
+
+> Tiam, ad mint andaepu dandae nostion secatur sequo quae.
+> **Note** that you can use *Markdown syntax* within a blockquote.
+
+#### Blockquote with attribution
+
+> Don't communicate by sharing memory, share memory by communicating.<br>
+> — <cite>Rob Pike[^1]</cite>
+
+[^1]: The above quote is excerpted from Rob Pike's [talk](https://www.youtube.com/watch?v=PAAkCSZUG1c) during Gopherfest, November 18, 2015.
+
+## Tables
+
+Tables aren't part of the core Markdown spec, but Hugo supports supports them out-of-the-box.
+
+ Name | Age
+--------|------
+ Bob | 27
+ Alice | 23
+
+#### Inline Markdown within tables
+
+| Italics | Bold | Code |
+| -------- | -------- | ------ |
+| *italics* | **bold** | `code` |
+
+## Code Blocks
+
+#### Code block with backticks
+
+```html
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Example HTML5 Document</title>
+</head>
+<body>
+ <p>Test</p>
+</body>
+</html>
+```
+
+#### Code block indented with four spaces
+
+ <!doctype html>
+ <html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Example HTML5 Document</title>
+ </head>
+ <body>
+ <p>Test</p>
+ </body>
+ </html>
+
+#### Code block with Hugo's internal highlight shortcode
+{{< highlight html >}}
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="utf-8">
+ <title>Example HTML5 Document</title>
+</head>
+<body>
+ <p>Test</p>
+</body>
+</html>
+{{< /highlight >}}
+
+## List Types
+
+#### Ordered List
+
+1. First item
+2. Second item
+3. Third item
+
+#### Unordered List
+
+* List item
+* Another item
+* And another item
+
+#### Nested list
+
+* Fruit
+ * Apple
+ * Orange
+ * Banana
+* Dairy
+ * Milk
+ * Cheese
+
+## Other Elements — abbr, sub, sup, kbd, mark
+
+<abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.
+
+H<sub>2</sub>O
+
+X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup>
+
+Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.
+
+Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.
diff --git a/exampleSite/content/post/math-typesetting.md b/exampleSite/content/post/math-typesetting.md
new file mode 100644
index 0000000..48fdc79
--- /dev/null
+++ b/exampleSite/content/post/math-typesetting.md
@@ -0,0 +1,49 @@
+---
+author: Hugo Authors
+title: Math Typesetting
+date: 2019-03-08
+description: A brief guide to setup KaTeX
+math: true
+---
+
+Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries.
+<!--more-->
+
+In this example we will be using [KaTeX](https://katex.org/)
+
+- Create a partial under `/layouts/partials/math.html`
+- Within this partial reference the [Auto-render Extension](https://katex.org/docs/autorender.html) or host these scripts locally.
+- Include the partial in your templates like so:
+
+```bash
+{{ if or .Params.math .Site.Params.math }}
+{{ partial "math.html" . }}
+{{ end }}
+```
+
+- To enable KaTex globally set the parameter `math` to `true` in a project's configuration
+- To enable KaTex on a per page basis include the parameter `math: true` in content files
+
+**Note:** Use the online reference of [Supported TeX Functions](https://katex.org/docs/supported.html)
+
+{{< math.inline >}}
+{{ if or .Page.Params.math .Site.Params.math }}
+<!-- KaTeX -->
+<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
+<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
+<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous" onload="renderMathInElement(document.body);"></script>
+{{ end }}
+{{</ math.inline >}}
+
+### Examples
+
+{{< math.inline >}}
+<p>
+Inline math: \(\varphi = \dfrac{1+\sqrt5}{2}= 1.6180339887…\)
+</p>
+{{</ math.inline >}}
+
+Block math:
+$$
+ \varphi = 1+\frac{1} {1+\frac{1} {1+\frac{1} {1+\cdots} } }
+$$
diff --git a/exampleSite/content/post/placeholder-text.md b/exampleSite/content/post/placeholder-text.md
new file mode 100644
index 0000000..9ed5f69
--- /dev/null
+++ b/exampleSite/content/post/placeholder-text.md
@@ -0,0 +1,45 @@
++++
+author = "Hugo Authors"
+title = "Placeholder Text"
+date = "2019-03-09"
+description = "Lorem Ipsum Dolor Si Amet"
+tags = [
+ "markdown",
+ "text",
+]
++++
+
+Lorem est tota propiore conpellat pectoribus de pectora summo. <!--more-->Redit teque digerit hominumque toris verebor lumina non cervice subde tollit usus habet Arctonque, furores quas nec ferunt. Quoque montibus nunc caluere tempus inhospita parcite confusaque translucet patri vestro qui optatis lumine cognoscere flos nubis! Fronde ipsamque patulos Dryopen deorum.
+
+1. Exierant elisi ambit vivere dedere
+2. Duce pollice
+3. Eris modo
+4. Spargitque ferrea quos palude
+
+Rursus nulli murmur; hastile inridet ut ab gravi sententia! Nomine potitus silentia flumen, sustinet placuit petis in dilapsa erat sunt. Atria tractus malis.
+
+1. Comas hunc haec pietate fetum procerum dixit
+2. Post torum vates letum Tiresia
+3. Flumen querellas
+4. Arcanaque montibus omnes
+5. Quidem et
+
+# Vagus elidunt
+
+<svg class="canon" xmlns="http://www.w3.org/2000/svg" overflow="visible" viewBox="0 0 496 373" height="373" width="496"><g fill="none"><path stroke="#000" stroke-width=".75" d="M.599 372.348L495.263 1.206M.312.633l494.95 370.853M.312 372.633L247.643.92M248.502.92l246.76 370.566M330.828 123.869V1.134M330.396 1.134L165.104 124.515"></path><path stroke="#ED1C24" stroke-width=".75" d="M275.73 41.616h166.224v249.05H275.73zM54.478 41.616h166.225v249.052H54.478z"></path><path stroke="#000" stroke-width=".75" d="M.479.375h495v372h-495zM247.979.875v372"></path><ellipse cx="498.729" cy="177.625" rx=".75" ry="1.25"></ellipse><ellipse cx="247.229" cy="377.375" rx=".75" ry="1.25"></ellipse></g></svg>
+
+[The Van de Graaf Canon](https://en.wikipedia.org/wiki/Canons_of_page_construction#Van_de_Graaf_canon)
+
+## Mane refeci capiebant unda mulcebat
+
+Victa caducifer, malo vulnere contra dicere aurato, ludit regale, voca! Retorsit colit est profanae esse virescere furit nec; iaculi matertera et visa est, viribus. Divesque creatis, tecta novat collumque vulnus est, parvas. **Faces illo pepulere** tempus adest. Tendit flamma, ab opes virum sustinet, sidus sequendo urbis.
+
+Iubar proles corpore raptos vero auctor imperium; sed et huic: manus caeli Lelegas tu lux. Verbis obstitit intus oblectamina fixis linguisque ausus sperare Echionides cornuaque tenent clausit possit. Omnia putatur. Praeteritae refert ausus; ferebant e primus lora nutat, vici quae mea ipse. Et iter nil spectatae vulnus haerentia iuste et exercebat, sui et.
+
+Eurytus Hector, materna ipsumque ut Politen, nec, nate, ignari, vernum cohaesit sequitur. Vel **mitis temploque** vocatus, inque alis, *oculos nomen* non silvis corpore coniunx ne displicet illa. Crescunt non unus, vidit visa quantum inmiti flumina mortis facto sic: undique a alios vincula sunt iactata abdita! Suspenderat ego fuit tendit: luna, ante urbem Propoetides **parte**.
+
+{{< css.inline >}}
+<style>
+.canon { background: white; width: 100%; height: auto; }
+</style>
+{{< /css.inline >}}
diff --git a/exampleSite/content/post/rich-content.md b/exampleSite/content/post/rich-content.md
new file mode 100644
index 0000000..5ff41d7
--- /dev/null
+++ b/exampleSite/content/post/rich-content.md
@@ -0,0 +1,42 @@
++++
+author = "Hugo Authors"
+title = "Rich Content"
+date = "2019-03-10"
+description = "A brief description of Hugo Shortcodes"
+tags = [
+ "shortcodes",
+ "privacy",
+]
++++
+
+Hugo ships with several [Built-in Shortcodes](https://gohugo.io/content-management/shortcodes/#use-hugo-s-built-in-shortcodes) for rich content, along with a [Privacy Config](https://gohugo.io/about/hugo-and-gdpr/) and a set of Simple Shortcodes that enable static and no-JS versions of various social media embeds.
+<!--more-->
+---
+
+## Instagram Simple Shortcode
+
+{{< instagram_simple BGvuInzyFAe hidecaption >}}
+
+<br>
+
+---
+
+## YouTube Privacy Enhanced Shortcode
+
+{{< youtube ZJthWmvUzzc >}}
+
+<br>
+
+---
+
+## Twitter Simple Shortcode
+
+{{< twitter_simple 1085870671291310081 >}}
+
+<br>
+
+---
+
+## Vimeo Simple Shortcode
+
+{{< vimeo_simple 48912912 >}}
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4be8c1b..a810893 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,14 +1,6 @@
<!DOCTYPE html>
<html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <title>{{ block "title" . }}{{ .Title }}{{ end }} | {{ .Site.Title }}</title>
- <link rel="icon" type="image/png" href="/assets/favicon.png" sizes="16x16">
- <link rel="icon" type="image/png" href="/assets/favicon.png" sizes="32x32">
- <link rel="icon" type="image/png" href="/assets/favicon.png" sizes="96x96">
- <link rel="stylesheet" href="/assets/css/style.css" type="text/css">
- </head>
+ {{ partial "head.html" . }}
<body>
{{ partial "header.html" . }}
<main>
diff --git a/layouts/_default/index.html b/layouts/_default/index.html
deleted file mode 100644
index ab09812..0000000
--- a/layouts/_default/index.html
+++ /dev/null
@@ -1,19 +0,0 @@
-{{ define "main" }}
-
-{{ .Content }}
-
-{{ if .Params.Listpage }}
-
-{{ with .Site.GetPage .Params.Listpage }}
-
-{{ range .Pages }}
-
-{{ partial "preview-post.html" (dict "page" . "full" "true") }}
-
-{{ end }}
-
-{{ end }}
-
-{{ end }}
-
-{{ end }}
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index f5e0e74..a8f83dd 100644
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -4,7 +4,7 @@
{{ range .Pages }}
-{{ partial "preview-post.html" . }}
+{{ partial "post-preview.html" (dict "page" . "full" true) }}
{{ end }}
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
index 02c9d70..f838367 100644
--- a/layouts/_default/single.html
+++ b/layouts/_default/single.html
@@ -1,8 +1,13 @@
{{ define "main" }}
-<h2>{{ .Title }}</h2>
+{{ with .Param "skipTitle" }}
+{{ else }}
+<h2>{{ $.Title }}</h2>
+{{ end }}
+{{ if .PublishDate }}
<em>{{ .PublishDate.Format "January 2, 2006" }}</em>
+{{ end }}
{{ .Content }}
diff --git a/layouts/_default/standalone.html b/layouts/_default/standalone.html
deleted file mode 100644
index e30b46b..0000000
--- a/layouts/_default/standalone.html
+++ /dev/null
@@ -1,6 +0,0 @@
-{{ define "main" }}
-
-{{ .Content }}
-
-{{ end }}
-
diff --git a/layouts/index.html b/layouts/index.html
new file mode 100644
index 0000000..1a97366
--- /dev/null
+++ b/layouts/index.html
@@ -0,0 +1,13 @@
+{{ define "main" }}
+
+{{ .Content }}
+
+{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
+
+{{ range $pages }}
+
+{{ partial "post-preview.html" (dict "page" . "bigTitle" true) }}
+
+{{ end }}
+
+{{ end }}
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
new file mode 100644
index 0000000..8f44dd2
--- /dev/null
+++ b/layouts/partials/head.html
@@ -0,0 +1,9 @@
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width,initial-scale=1">
+ <title>{{ block "title" . }}{{ if .Title }}{{ .Title }} | {{ end }}{{end }}{{ .Site.Title }}</title>
+ <link rel="icon" type="image/png" href="/assets/favicon.png" sizes="16x16">
+ <link rel="icon" type="image/png" href="/assets/favicon.png" sizes="32x32">
+ <link rel="icon" type="image/png" href="/assets/favicon.png" sizes="96x96">
+ <link rel="stylesheet" href="/assets/css/style.css" type="text/css">
+</head>
diff --git a/layouts/partials/post-preview.html b/layouts/partials/post-preview.html
new file mode 100644
index 0000000..937386d
--- /dev/null
+++ b/layouts/partials/post-preview.html
@@ -0,0 +1,49 @@
+{{ $full := false }}
+{{ $bigTitle := true }}
+{{ $content := .page.Content }}
+
+{{ if isset . "full" }}{{ $full = .full }}{{ end }}
+{{ if isset . "bigTitle" }}{{ $bigTitle = .bigTitle }}{{ end }}
+
+{{ if not $full}}
+{{ $content = $content | truncate 200}}
+{{ end }}
+
+{{ if $bigTitle }}
+<div class="post-header">
+ <div class="post-title">
+ {{ if .page.PublishDate }}
+ <h2>{{ .page.Title }}</h2>
+ <a href={{ .page.Permalink }}>
+ <em>{{ .page.PublishDate.Format "January 2, 2006" }}</em>
+ </a>
+ {{ else }}
+ <a href={{ .page.Permalink }}>
+ <h2>{{ .page.Title }}</h2>
+ </a>
+ {{ end }}
+ </div>
+</div>
+{{ else }}
+<div class="post-header">
+ <div class="post-title">
+ {{ if .page.PublishDate }}
+ <em>{{ .page.Title }}</em><span> - </span>
+
+ <a href={{ .page.Permalink }}>
+ <em>{{ .page.PublishDate.Format "January 2, 2006" }}</em>
+ </a>
+ {{ else }}
+ <a href={{ .page.Permalink }}>
+ <em>{{ .page.Title }}</em>
+ </a>
+ {{ end }}
+ </div>
+</div>
+{{ end }}
+
+<div class="list-content">
+ {{ $content }}
+</div>
+
+<hr />
diff --git a/layouts/partials/preview-post.html b/layouts/partials/preview-post.html
deleted file mode 100644
index 3571a7b..0000000
--- a/layouts/partials/preview-post.html
+++ /dev/null
@@ -1,70 +0,0 @@
-{{ if isset . "full" }}
-{{ if .full }}
-
-<!-- Show full post -->
-
-{{ if .page.PublishDate }}
-
-<!-- ...link with publish date -->
-
-<h2>{{ .page.Title }}</h2>
-
-<a href={{ .page.Permalink }}>
- <em>{{ .page.PublishDate.Format "January 2, 2006" }}</em>
-</a>
-
-{{ else }}
-
-<!-- link with NO publish date -->
-
-<a href={{ .page.Permalink }}>
- <h2>{{ .page.Title }}</h2>
-</a>
-
-{{ end }}
-
-<!-- /end link -->
-
-<div class="list-content">
- {{ .page.Content }}
-</div>
-
-{{ end }}
-
-<!-- /end full post -->
-
-{{ else }}
-
-<!-- Show truncated post -->
-
-{{ if .PublishDate }}
-
-<!-- ...link with publish date -->
-
-<em>{{ .Title }}</em><span> - </span>
-
-<a href={{ .Permalink }}>
- <em>{{ .PublishDate.Format "January 2, 2006" }}</em>
-</a>
-
-
-
-<!-- ...link with NO publish date -->
-
-{{ else }}
-
-<a href={{ .Permalink }}>
- <em>{{ .Title }}</em>
-</a>
-
-{{ end }}
-
-<!-- /end link -->
-
-{{ .Content | truncate 200 }}
-
-{{ end }}
-
-<!-- /end truncated post -->
-
-<hr />
diff --git a/layouts/section/archive.html b/layouts/section/archive.html
new file mode 100644
index 0000000..54271da
--- /dev/null
+++ b/layouts/section/archive.html
@@ -0,0 +1,13 @@
+{{ define "main" }}
+
+{{ .Content }}
+
+{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
+
+{{ range $pages }}
+
+{{ . }}
+
+{{ end }}
+
+{{ end }}
diff --git a/layouts/section/archives.html b/layouts/section/archives.html
new file mode 100644
index 0000000..1a893c4
--- /dev/null
+++ b/layouts/section/archives.html
@@ -0,0 +1,33 @@
+{{ define "main" }}
+
+{{ .Content }}
+
+{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
+
+{{ range $pages }}
+
+<div class="post-header archive">
+ <div class="post-title">
+ {{ if .PublishDate }}
+ <strong>{{ .Title }}</strong><span> - </span>
+
+ <a href={{ .Permalink }}>
+ <em>{{ .PublishDate.Format "January 2, 2006" }}</em>
+ </a>
+ {{ else }}
+ <a href={{ .Permalink }}>
+ <em>{{ .Title }}</em>
+ </a>
+ {{ end }}
+ </div>
+ <div class="post-tags">
+ {{ range .Params.Tags}}
+ <a href="/tags/{{ . }}">{{ . }}</a>
+ {{ end }}
+ </div>
+</div>
+<hr />
+
+{{ end }}
+
+{{ end }}
diff --git a/layouts/section/archvies.html b/layouts/section/archvies.html
new file mode 100644
index 0000000..54271da
--- /dev/null
+++ b/layouts/section/archvies.html
@@ -0,0 +1,13 @@
+{{ define "main" }}
+
+{{ .Content }}
+
+{{ $pages := where site.RegularPages "Type" "in" site.Params.mainSections }}
+
+{{ range $pages }}
+
+{{ . }}
+
+{{ end }}
+
+{{ end }}
diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html
index f1c0b93..f3afa3d 100644
--- a/layouts/taxonomy/list.html
+++ b/layouts/taxonomy/list.html
@@ -6,7 +6,7 @@
{{ range .Pages }}
-{{ partial "preview-post.html" . }}
+{{ partial "post-preview.html" (dict "page" . ) }}
{{ end }}
diff --git a/layouts/taxonomy/terms.html b/layouts/taxonomy/terms.html
index a4054b6..261054c 100644
--- a/layouts/taxonomy/terms.html
+++ b/layouts/taxonomy/terms.html
@@ -1,6 +1,5 @@
{{ define "main" }}
-
<h2>{{ .Title }}</h2>
{{ range .Pages }}
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index c02063b..3c081ec 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -39,31 +39,39 @@ code {
}
table {
- min-width: 90vw;
+ min-width: 90vw;
+ border-collapse: collapse;
+ border: 1px solid #bdbdbd;
}
th {
text-align: left;
white-space: nowrap;
padding: 3px 6px;
+ background: #eaeaea;
+ border: 1px solid #bdbdbd;
}
td {
white-space: nowrap;
- padding: 3px 6px;
+ border: 1px solid #bdbdbd;
+ padding: 5px 10px;
}
-table.table-with-borders {
- border-collapse: collapse;
+.post-header h2 {
+ margin-bottom: 3px;
}
-table.table-with-borders td {
- border: 1px solid #bdbdbd;
- padding: 5px 10px;
+.list-content h1, .list-content h2 {
+ font-size: 1.2em;
}
-table.table-with-borders th {
- background: #eaeaea;
+.list-content h2 {
+ font-size: 1.1em;
+}
+
+.archive {
+ margin-bottom: 15px;
}
@media (min-width: 699px) {
diff --git a/theme.toml b/theme.toml
new file mode 100644
index 0000000..bc6bca4
--- /dev/null
+++ b/theme.toml
@@ -0,0 +1,13 @@
+name = "Basic Web Theme"
+license = "MIT"
+licenselink = "https://github.com/mdashx/basicwebtheme/blob/master/LICENSE"
+description = "A basic web theme."
+homepage = "https//www.basicwebtheme.com"
+tags = ["minimal", "responsive", "white", "simple", "blog"]
+features = []
+min_version = "0.59.1"
+
+# If the theme has a single author
+[author]
+ name = "Tom Bullock"
+ homepage = "https://www.mdashx.com" \ No newline at end of file