libcasm-mapping 2.0a2__tar.gz → 2.0a4__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/CHANGELOG.md +31 -0
  2. {libcasm-mapping-2.0a2/python/libcasm_mapping.egg-info → libcasm_mapping-2.0a4}/PKG-INFO +4 -4
  3. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/README.md +1 -1
  4. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/build_requirements.txt +2 -2
  5. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/MappingSearch.hh +3 -1
  6. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/pyproject.toml +11 -11
  7. libcasm_mapping-2.0a4/python/doc/_static/apple-touch-icon.png +0 -0
  8. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/_static/css/custom.css +39 -2
  9. libcasm_mapping-2.0a4/python/doc/_static/favicon-16x16.png +0 -0
  10. libcasm_mapping-2.0a4/python/doc/_static/favicon-32x32.png +0 -0
  11. libcasm_mapping-2.0a4/python/doc/_static/logo_dark.svg +91 -0
  12. libcasm_mapping-2.0a4/python/doc/_static/logo_dark_outline.svg +283 -0
  13. libcasm_mapping-2.0a4/python/doc/_static/logo_outline.svg +275 -0
  14. libcasm_mapping-2.0a4/python/doc/_static/small_logo.svg +48 -0
  15. libcasm_mapping-2.0a4/python/doc/_static/small_logo_dark.svg +49 -0
  16. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/conf.py +62 -28
  17. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/index.rst +7 -1
  18. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4/python/libcasm_mapping.egg-info}/PKG-INFO +4 -4
  19. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/libcasm_mapping.egg-info/SOURCES.txt +8 -0
  20. libcasm_mapping-2.0a4/python/libcasm_mapping.egg-info/requires.txt +3 -0
  21. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/pyproject.toml +2 -2
  22. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/setup.py +1 -3
  23. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/src/mapping_info.cpp +2 -2
  24. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/src/mapping_mapsearch.cpp +426 -140
  25. libcasm_mapping-2.0a4/python/tests/test_MappingSearch.py +186 -0
  26. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/setup.py +1 -1
  27. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/MappingSearch.cc +46 -11
  28. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/SearchData.cc +7 -1
  29. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/atom_cost.cc +0 -1
  30. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/murty.cc +1 -1
  31. libcasm-mapping-2.0a2/python/doc/_static/small_logo.svg +0 -1
  32. libcasm-mapping-2.0a2/python/libcasm_mapping.egg-info/requires.txt +0 -3
  33. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/CMakeLists.txt +0 -0
  34. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/CMakeLists.txt.in +0 -0
  35. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/LICENSE +0 -0
  36. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/MANIFEST.in +0 -0
  37. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/cmake/CASMcode_mappingConfig.cmake.in +0 -0
  38. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/dev_requirements.txt +0 -0
  39. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/doc/customdoxygen.css +0 -0
  40. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/doc/doxygen_config +0 -0
  41. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/doc_requirements.txt +0 -0
  42. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/AtomMapping.hh +0 -0
  43. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/LatticeMapping.hh +0 -0
  44. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/SearchData.hh +0 -0
  45. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/StructureMapping.hh +0 -0
  46. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/atom_cost.hh +0 -0
  47. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/hungarian.hh +0 -0
  48. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/impl/LatticeMap.hh +0 -0
  49. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/impl/SimpleStrucMapCalculator.hh +0 -0
  50. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/impl/StrucMapCalculatorInterface.hh +0 -0
  51. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/impl/StrucMapping.hh +0 -0
  52. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/impl/io/json/StrucMapping_json_io.hh +0 -0
  53. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/io/json_io.hh +0 -0
  54. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/lattice_cost.hh +0 -0
  55. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/map_atoms.hh +0 -0
  56. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/map_lattices.hh +0 -0
  57. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/map_structures.hh +0 -0
  58. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/misc.hh +0 -0
  59. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/murty.hh +0 -0
  60. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/include/casm/mapping/version.hh +0 -0
  61. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/make_CMakeLists.py +0 -0
  62. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/pre-commit +0 -0
  63. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/.gitignore +0 -0
  64. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/_static/logo.pdf +0 -0
  65. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/_static/logo.svg +0 -0
  66. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/_static/small_logo.pdf +0 -0
  67. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/_templates/base.rst +0 -0
  68. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/_templates/custom-attr-template.rst +0 -0
  69. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/_templates/custom-class-template.rst +0 -0
  70. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/_templates/custom-function-template.rst +0 -0
  71. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/_templates/custom-module-template.rst +0 -0
  72. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/bibliography.rst +0 -0
  73. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/installation.rst +0 -0
  74. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/reference/libcasm/index.rst +0 -0
  75. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/refs.bib +0 -0
  76. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/doc/usage.rst +0 -0
  77. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/examples/example_1.py +0 -0
  78. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/examples/example_2.py +0 -0
  79. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/examples/example_3.py +0 -0
  80. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/examples/example_4.py +0 -0
  81. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/libcasm/mapping/__init__.py +0 -0
  82. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/libcasm/mapping/info/__init__.py +0 -0
  83. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/libcasm/mapping/mapsearch/__init__.py +0 -0
  84. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/libcasm/mapping/methods/__init__.py +0 -0
  85. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/libcasm_mapping.egg-info/dependency_links.txt +0 -0
  86. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/libcasm_mapping.egg-info/top_level.txt +0 -0
  87. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/src/mapping_methods.cpp +0 -0
  88. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/tests/conftest.py +0 -0
  89. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/tests/test_info_io.py +0 -0
  90. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/tests/test_interpolate_lattices.py +0 -0
  91. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/tests/test_interpolate_structures.py +0 -0
  92. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/tests/test_map_lattices.py +0 -0
  93. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/python/tests/test_map_structures.py +0 -0
  94. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/setup.cfg +0 -0
  95. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/AtomMapping.cc +0 -0
  96. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/LatticeMapping.cc +0 -0
  97. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/StructureMapping.cc +0 -0
  98. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/hungarian.cc +0 -0
  99. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/impl/LatticeMap.cc +0 -0
  100. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/impl/SimpleStrucMapCalculator.cc +0 -0
  101. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/impl/StrucMapping.cc +0 -0
  102. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/impl/io/json/StrucMapping_json_io.cc +0 -0
  103. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/io/json_io.cc +0 -0
  104. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/lattice_cost.cc +0 -0
  105. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/map_atoms.cc +0 -0
  106. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/map_lattices.cc +0 -0
  107. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/map_structures.cc +0 -0
  108. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/src/casm/mapping/version.cc +0 -0
  109. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/stylize.sh +0 -0
  110. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/test_requirements.txt +0 -0
  111. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/CMakeLists.txt +0 -0
  112. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/CMakeLists.txt.in +0 -0
  113. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/SearchTestData.hh +0 -0
  114. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/autotools.cc +0 -0
  115. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/autotools.hh +0 -0
  116. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/gtest_main_run_all.cpp +0 -0
  117. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/AtomMappingSearchData_test.cpp +0 -0
  118. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/LatticeMap_test.cpp +0 -0
  119. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/LatticeMappingSearchData_test.cpp +0 -0
  120. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/MappingSearch_test.cpp +0 -0
  121. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/PrimSearchData_test.cpp +0 -0
  122. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/StrucMapper_test.cpp +0 -0
  123. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/StrucMapping_test.cpp +0 -0
  124. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/StructureSearchData_test.cpp +0 -0
  125. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/hungarian_test.cpp +0 -0
  126. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/make_trial_translations_test.cpp +0 -0
  127. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/murty_test.cpp +0 -0
  128. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/mapping/version_test.cpp +0 -0
  129. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/testdir.cc +0 -0
  130. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/testdir.hh +0 -0
  131. {libcasm-mapping-2.0a2 → libcasm_mapping-2.0a4}/tests/unit/teststructures.hh +0 -0
@@ -5,6 +5,37 @@ All notable changes to `libcasm-mapping` will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
 
8
+ ## [v2.0a4] - 2024-07-12
9
+
10
+ ### Added
11
+
12
+ - Added `cost` methods to IsotropicAtomCost, SymmetryBreakingAtomCost, and WeightedTotalCost equivalent to the __call__ operators to improve documentation.
13
+
14
+ ### Changed
15
+
16
+ - Changed default `atom_cost_f` for libcasm.mapping.mapsearch.MappingSearch to IsotropicAtomCost.
17
+ - Changed MappingSearch node insertion so that nodes are only added to the queue if the total cost is less than or equal to the current max_cost instead of always.
18
+ - Wheels compiled with numpy>=2.0.0
19
+
20
+ ### Fixed
21
+
22
+ - Documentation errors
23
+ - Renamed QueueConstraints constructor parameter which was misnamed `min_queue_size` to the correct name `max_queue_size`
24
+ - Fixed MappingSearch node insertion so that solutions are only added to the results if the total cost is less than or equal to the current max_cost even if the current number of results is less than k_best.
25
+
26
+
27
+ ## [v2.0a3] - 2024-03-14
28
+
29
+ ### Added
30
+
31
+ - Build wheels for python3.12
32
+
33
+ ### Changed
34
+
35
+ - Updated libcasm-global dependency version to 2.0.4
36
+ - Updated libcasm-xtal dependency version to 2.0a9
37
+
38
+
8
39
  ## [v2.0a2] - 2023-12-01
9
40
 
10
41
  ### Fixed
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: libcasm-mapping
3
- Version: 2.0a2
3
+ Version: 2.0a4
4
4
  Summary: CASM structure mapping
5
5
  Author-email: CASM developers <casm-developers@lists.engr.ucsb.edu>
6
6
  License: LGPL2.1+
@@ -14,8 +14,8 @@ Classifier: Topic :: Scientific/Engineering
14
14
  Requires-Python: >=3.9
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: LICENSE
17
- Requires-Dist: libcasm-global>=2.0.2
18
- Requires-Dist: libcasm-xtal>=2.0a8
17
+ Requires-Dist: libcasm-global>=2.0.5
18
+ Requires-Dist: libcasm-xtal>=2.0a10
19
19
  Requires-Dist: numpy
20
20
 
21
21
  <img alt="Shows the CASM logo" src="https://raw.githubusercontent.com/prisms-center/CASMcode_global/main/python/doc/_static/logo.svg" width="600" />
@@ -37,7 +37,7 @@ The libcasm-mapping package is the CASM structure mapping module. This includes:
37
37
 
38
38
  #### Usage
39
39
 
40
- See the [libcasm-mapping docs](todo).
40
+ See the [libcasm docs](https://prisms-center.github.io/CASMcode_pydocs/libcasm/overview/latest/).
41
41
 
42
42
 
43
43
  #### About CASM
@@ -17,7 +17,7 @@ The libcasm-mapping package is the CASM structure mapping module. This includes:
17
17
 
18
18
  #### Usage
19
19
 
20
- See the [libcasm-mapping docs](todo).
20
+ See the [libcasm docs](https://prisms-center.github.io/CASMcode_pydocs/libcasm/overview/latest/).
21
21
 
22
22
 
23
23
  #### About CASM
@@ -4,5 +4,5 @@ scikit-build
4
4
  cmake>=3.20
5
5
  ninja
6
6
  pybind11>=2.6
7
- libcasm-global>=2.0.2
8
- libcasm-xtal>=2.0a8
7
+ libcasm-global>=2.0.5
8
+ libcasm-xtal>=2.0a10
@@ -269,7 +269,9 @@ inline void MappingSearch::pop_front() { queue.erase(queue.begin()); }
269
269
  /// \brief Erase highest total cost MappingNode in the queue
270
270
  ///
271
271
  /// Invalid if !size()
272
- inline void MappingSearch::pop_back() { queue.erase(queue.rbegin().base()); }
272
+ inline void MappingSearch::pop_back() {
273
+ queue.erase(std::next(queue.rbegin()).base());
274
+ }
273
275
 
274
276
  /// \brief Return the size of the queue
275
277
  inline Index MappingSearch::size() const { return queue.size(); }
@@ -6,14 +6,14 @@ requires = [
6
6
  "cmake>=3.20",
7
7
  "ninja",
8
8
  "pybind11>=2.6",
9
- "libcasm-global>=2.0.2",
10
- "libcasm-xtal>=2.0a8",
9
+ "libcasm-global>=2.0.5",
10
+ "libcasm-xtal>=2.0a10",
11
11
  ]
12
12
  build-backend = "setuptools.build_meta"
13
13
 
14
14
  [project]
15
15
  name = "libcasm-mapping"
16
- version = "2.0a2"
16
+ version = "2.0a4"
17
17
  authors = [
18
18
  { name="CASM developers", email="casm-developers@lists.engr.ucsb.edu" },
19
19
  ]
@@ -29,8 +29,8 @@ classifiers = [
29
29
  "Topic :: Scientific/Engineering",
30
30
  ]
31
31
  dependencies = [
32
- "libcasm-global>=2.0.2",
33
- "libcasm-xtal>=2.0a8",
32
+ "libcasm-global>=2.0.5",
33
+ "libcasm-xtal>=2.0a10",
34
34
  "numpy",
35
35
  ]
36
36
 
@@ -39,19 +39,19 @@ Homepage = "https://prisms-center.github.io/CASMcode_docs/"
39
39
  Repository = "https://github.com/prisms-center/CASMcode_mapping"
40
40
 
41
41
 
42
- [tool.ruff]
43
- select = ["E", "F", "I"]
42
+ [tool.ruff.lint]
43
+ select = ["NPY201", "E", "F", "I"]
44
44
 
45
- [tool.ruff.per-file-ignores]
45
+ [tool.ruff.lint.per-file-ignores]
46
46
  "__init__.py" = ["F401"]
47
47
 
48
- [tool.ruff.isort]
48
+ [tool.ruff.lint.isort]
49
49
  known-first-party = ["libcasm", "casm"]
50
50
 
51
51
 
52
52
  [tool.cibuildwheel]
53
- # Build for python3.9, 3.10, 3.11
54
- build = "cp39-* cp310-* cp311-*"
53
+ # Build for python3.9, 3.10, 3.11, 3.12
54
+ build = "cp39-* cp310-* cp311-* cp312-*"
55
55
  # Build for cpython only
56
56
  skip = "pp*"
57
57
 
@@ -1,11 +1,48 @@
1
- :root[data-theme='light'],
2
- :root[data-theme='dark'] {
1
+ :root[data-theme='light'] {
3
2
  --pst-color-primary: #0072b5;
3
+ --pst-color-secondary: #febc15;
4
4
  --pst-color-link: #0072b5;
5
5
  --pst-color-inline-code: #0072b5;
6
6
  --sd-color-card-border-hover: #0072b5;
7
+
8
+ dt {
9
+ background-color: #eaeaea;
10
+ }
11
+
12
+ }
13
+
14
+ :root[data-theme='dark'] {
15
+ --pst-color-primary: #6DC8BF;
16
+ --pst-color-secondary: #CBDB2A;
17
+ --pst-color-link: #6DC8BF;
18
+ --pst-color-inline-code: #6DC8BF;
19
+ --sd-color-card-border-hover: #6DC8BF;
20
+
21
+ dt {
22
+ background-color: #6A4729F7;
23
+ }
24
+
25
+ /* note */
26
+ .admonition.note > .admonition-title::before, div.admonition.note > .admonition-title::before {
27
+ background-color: #8739b3;
28
+ }
29
+
30
+ .admonition.note > .admonition-title::after, div.admonition.note > .admonition-title::after {
31
+ color: #c695c5;
32
+ content: var(--pst-icon-admonition-note);
33
+ }
34
+
35
+ .admonition.note, div.admonition.note {
36
+ border-color: #c695c5;
37
+ }
38
+
39
+ /* deprecated */
40
+ --pst-color-danger: #f9e1e4;
41
+ --pst-color-danger-bg: #d72d47;
7
42
  }
8
43
 
44
+
45
+
9
46
  /* Fix breadcrumb overlap https://github.com/holoviz/panel/issues/5199 */
10
47
  .header-article__inner .header-article-item {
11
48
  height: unset;
@@ -0,0 +1,91 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 28.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 564.4 189.6" style="enable-background:new 0 0 564.4 189.6;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#FFFFFF;}
7
+ .st1{font-family:'HelveticaNeue-Light';}
8
+ .st2{font-size:28.58px;}
9
+ .st3{font-family:'Helvetica-Light';}
10
+ .st4{font-size:156.16px;}
11
+ .st5{fill:none;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
12
+ .st6{clip-path:url(#SVGID_00000127034328293992357710000002691308912319035811_);}
13
+ .st7{fill:#CBDB2A;stroke:#FFFFFF;stroke-miterlimit:10;}
14
+ .st8{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
15
+ .st9{fill:#6DC8BF;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
16
+ </style>
17
+ <font horiz-adv-x="1000">
18
+ <!-- &quot;Helvetica Neue&quot; is a trademark of Heidelberger Druckmaschinen AG, which may be registered in certain jurisdictions, exclusivly licensed through Linotype Library GmbH, a wholly owned subsidiary of Heidelberger Druckmaschinen AG. -->
19
+ <font-face font-family="HelveticaNeue-Light" units-per-em="1000" underline-position="-100" underline-thickness="50"/>
20
+ <missing-glyph horiz-adv-x="500" d="M442,8l-384,0l0,496l384,0M50,512l0,-512l400,0l0,512z"/>
21
+ <glyph unicode=" " horiz-adv-x="278"/>
22
+ <glyph unicode="A" horiz-adv-x="630" d="M173,280l143,366l138,-366M281,714l-287,-714l72,0l86,222l325,0l87,-222l73,0l-280,714z"/>
23
+ <glyph unicode="C" horiz-adv-x="704" d="M594,498l68,0C657,535 646,568 629,597C611,626 589,650 563,670C536,689 507,704 475,714C442,724 409,729 375,729C319,729 270,719 228,699C185,678 150,651 122,617C94,582 73,543 59,498C45,453 38,406 38,357C38,308 45,261 59,216C73,171 94,132 122,98C150,64 185,37 228,17C270,-4 319,-14 375,-14C417,-14 455,-7 490,6C524,19 554,38 579,63C604,88 625,118 641,153C657,188 667,228 672,272l-68,0C601,240 593,210 581,183C569,155 553,131 534,110C515,89 492,73 465,61C438,49 408,43 375,43C328,43 287,52 253,70C219,88 191,112 170,142C148,171 132,205 122,243C111,280 106,318 106,357C106,396 111,435 122,472C132,509 148,543 170,573C191,602 219,626 253,644C287,662 328,671 375,671C401,671 426,667 450,660C473,652 495,641 515,626C534,611 551,593 565,572C578,550 588,525 594,498z"/>
24
+ <glyph unicode="M" horiz-adv-x="821" d="M170,714l237,-626l246,626l100,0l0,-714l-68,0l0,617l-2,0l-244,-617l-64,0l-235,617l-2,0l0,-617l-68,0l0,714z"/>
25
+ <glyph unicode="S" horiz-adv-x="630" d="M104,235l-68,0C34,191 40,153 54,122C67,91 87,65 112,45C137,25 168,10 204,1C240,-9 279,-14 321,-14C363,-14 399,-10 429,-2C459,5 484,15 505,28C525,40 541,54 553,69C564,84 573,100 580,115C586,130 590,144 592,157C593,170 594,181 594,189C594,218 589,243 580,264C570,285 557,302 540,317C523,331 503,343 481,353C458,362 434,370 409,377l-174,43C220,423 207,428 194,433C181,438 169,445 159,454C149,463 141,473 136,486C130,498 127,512 127,529C127,556 132,578 142,596C152,614 165,629 182,640C198,651 217,659 239,664C260,669 283,671 306,671C331,671 356,668 379,661C402,654 422,643 440,630C457,616 472,599 483,579C494,558 500,534 501,507l68,0C569,544 562,576 548,604C533,631 514,654 490,673C466,692 438,706 406,715C374,724 340,729 305,729C255,729 214,722 182,708C150,693 125,676 107,655C88,634 76,612 69,589C62,566 59,545 59,528C59,500 64,476 73,457C82,438 93,421 108,408C123,395 140,384 160,376C179,368 199,361 220,356l159,-39C396,313 413,308 430,302C447,295 463,287 478,277C492,267 504,255 513,240C522,225 526,208 526,188C526,162 520,140 507,122C494,103 479,88 460,77C441,65 420,56 398,51C376,46 356,43 337,43C304,43 274,46 245,53C216,59 192,69 171,84C150,99 133,118 121,143C109,168 103,198 104,235z"/>
26
+ <glyph unicode="a" horiz-adv-x="519" d="M54,358l63,0C118,400 132,431 157,450C182,469 215,478 255,478C274,478 291,477 308,474C324,471 338,465 351,457C363,449 373,438 380,425C387,411 390,393 390,372C390,358 388,347 385,338C381,329 376,323 369,318C362,313 354,309 344,307C334,305 322,303 309,302C275,298 242,294 209,290C176,285 146,278 120,267C93,256 72,241 56,221C40,200 32,172 32,136C32,110 37,88 46,69C55,50 67,34 83,22C98,9 117,0 138,-5C159,-11 181,-14 205,-14C230,-14 252,-12 271,-7C289,-2 305,4 320,13C334,22 347,33 359,46C370,59 382,73 393,90l2,0C395,77 396,65 398,54C399,43 403,33 408,25C413,17 421,11 431,7C440,2 453,0 469,0C478,0 485,0 491,1C496,2 503,3 510,4l0,53C504,54 497,53 490,53C465,53 453,66 453,91l0,274C453,400 447,428 436,450C425,471 410,488 392,500C374,512 354,520 331,525C308,529 286,531 263,531C233,531 206,528 181,521C156,514 135,504 117,490C98,476 84,458 73,436C62,414 56,388 54,358M390,282l0,-82C390,175 385,152 376,132C366,112 353,95 337,81C320,67 301,56 279,49C257,42 234,38 210,38C195,38 181,40 167,45C153,50 141,57 130,66C119,75 111,85 105,98C98,110 95,124 95,140C95,165 103,185 118,199C133,212 152,223 175,230C198,237 224,243 253,247C281,250 308,254 335,259C344,260 354,263 365,266C376,269 384,275 388,282z"/>
27
+ <glyph unicode="c" horiz-adv-x="519" d="M424,354l63,0C480,413 457,458 419,487C380,516 333,531 278,531C239,531 204,524 174,509C143,494 118,475 97,450C76,425 61,397 50,364C39,331 34,295 34,258C34,221 39,186 50,153C61,120 76,91 97,66C118,41 143,22 174,8C204,-7 239,-14 278,-14C337,-14 385,4 422,39C459,74 482,122 491,185l-63,0C426,164 421,144 412,126C403,108 392,93 379,80C366,67 350,56 333,49C316,42 297,38 278,38C248,38 222,44 199,57C176,70 158,86 143,107C128,128 116,151 109,178C101,204 97,231 97,258C97,285 101,312 109,339C116,365 128,388 143,409C158,430 176,446 199,459C222,472 248,478 278,478C320,478 353,467 376,445C399,423 415,393 424,354z"/>
28
+ <glyph unicode="e" horiz-adv-x="519" d="M431,294l-334,0C100,317 105,340 114,363C122,385 133,405 147,422C161,439 178,452 198,463C218,473 241,478 267,478C292,478 315,473 335,463C355,452 372,439 386,422C400,405 411,385 419,363C426,341 430,318 431,294M97,241l397,0C495,277 492,313 484,348C476,383 463,414 445,441C426,468 402,489 373,506C344,523 308,531 267,531C226,531 191,523 162,508C132,492 108,471 89,446C70,420 57,391 48,358C39,325 34,292 34,258C34,221 39,187 48,154C57,121 70,92 89,67C108,42 132,22 162,8C191,-7 226,-14 267,-14C332,-14 383,2 419,34C454,66 479,111 492,170l-63,0C419,130 401,98 375,74C349,50 313,38 267,38C237,38 211,44 190,57C169,70 151,86 137,105C123,124 113,146 107,171C100,195 97,218 97,241z"/>
29
+ <glyph unicode="h" horiz-adv-x="537" d="M59,714l0,-714l63,0l0,301C123,326 127,350 135,372C142,393 153,412 167,428C180,443 197,456 217,465C236,474 259,478 284,478C309,478 331,474 348,466C365,458 378,447 388,433C398,419 405,403 409,384C413,365 415,344 415,322l0,-322l63,0l0,332C478,363 475,390 469,415C463,440 453,461 438,478C423,495 404,508 380,517C355,526 325,531 289,531C252,531 219,522 188,503C157,484 136,458 124,427l-2,0l0,287z"/>
30
+ <glyph unicode="i" horiz-adv-x="185" d="M61,714l0,-101l63,0l0,101M61,516l0,-516l63,0l0,516z"/>
31
+ <glyph unicode="l" horiz-adv-x="185" d="M61,714l0,-714l63,0l0,714z"/>
32
+ <glyph unicode="n" horiz-adv-x="537" d="M59,516l0,-516l63,0l0,301C123,326 127,350 135,372C142,393 153,412 167,428C180,443 197,456 217,465C236,474 259,478 284,478C309,478 331,474 348,466C365,458 378,447 388,433C398,419 405,403 409,384C413,365 415,344 415,322l0,-322l63,0l0,332C478,363 475,390 469,415C463,440 453,461 438,478C423,495 404,508 380,517C355,526 325,531 289,531C252,531 219,522 188,503C157,484 136,458 124,427l-2,0l0,89z"/>
33
+ <glyph unicode="o" horiz-adv-x="556" d="M278,478C308,478 334,472 357,459C380,446 399,430 414,409C429,388 440,365 448,339C455,312 459,285 459,258C459,231 455,204 448,178C440,151 429,128 414,107C399,86 380,70 357,57C334,44 308,38 278,38C248,38 222,44 199,57C176,70 158,86 143,107C128,128 116,151 109,178C101,204 97,231 97,258C97,285 101,312 109,339C116,365 128,388 143,409C158,430 176,446 199,459C222,472 248,478 278,478M278,531C239,531 204,524 174,509C143,494 118,475 97,450C76,425 61,397 50,364C39,331 34,295 34,258C34,221 39,186 50,153C61,120 76,91 97,66C118,41 143,22 174,8C204,-7 239,-14 278,-14C317,-14 352,-7 383,8C413,22 438,41 459,66C480,91 495,120 506,153C517,186 522,221 522,258C522,295 517,331 506,364C495,397 480,425 459,450C438,475 413,494 383,509C352,524 317,531 278,531z"/>
34
+ <glyph unicode="p" horiz-adv-x="574" d="M60,516l0,-706l63,0l0,288l2,0C132,79 141,63 154,49C166,35 180,23 196,14C212,5 229,-2 248,-7C267,-12 285,-14 304,-14C343,-14 378,-7 407,8C436,22 460,42 479,67C498,92 513,121 522,154C531,187 536,221 536,258C536,295 531,330 522,363C513,396 498,425 479,450C460,475 436,494 407,509C378,524 343,531 304,531C262,531 225,521 192,502C159,482 135,454 120,418l-2,0l0,98M473,258C473,231 470,205 464,179C457,152 447,129 434,108C420,87 402,71 381,58C360,45 334,38 304,38C271,38 243,45 220,58C197,71 178,87 164,108C149,129 139,152 133,179C126,205 123,231 123,258C123,287 126,315 132,342C137,369 147,392 161,412C175,432 194,448 217,460C240,472 269,478 304,478C334,478 360,472 381,459C402,446 420,429 434,408C447,387 457,364 464,338C470,311 473,285 473,258z"/>
35
+ <glyph unicode="r" horiz-adv-x="315" d="M60,516l0,-516l63,0l0,275C123,302 128,328 137,351C146,374 160,393 177,410C194,427 214,440 237,449C260,458 286,461 315,460l0,63C268,525 228,515 195,492C161,469 136,437 120,395l-2,0l0,121z"/>
36
+ <glyph unicode="s" horiz-adv-x="481" d="M369,365l63,0C431,393 425,417 415,438C405,459 392,476 375,490C358,504 338,514 316,521C293,528 269,531 243,531C220,531 198,528 175,523C152,518 131,509 112,498C93,487 78,472 67,453C55,434 49,412 49,386C49,364 53,346 60,331C67,316 78,303 91,293C104,282 119,274 136,267C153,260 172,253 193,248l81,-18C288,227 302,223 316,218C329,213 341,208 352,201C363,194 371,185 378,175C384,164 387,151 387,136C387,118 383,103 374,91C365,78 353,68 339,60C325,52 310,46 294,43C277,40 261,38 246,38C204,38 169,49 141,71C112,92 97,124 94,167l-63,0C36,104 58,58 96,29C133,0 182,-14 243,-14C267,-14 291,-11 316,-6C341,-1 363,8 383,21C402,33 418,49 431,69C444,88 450,112 450,140C450,163 446,182 437,199C428,216 417,230 404,241C390,252 374,262 357,269C339,276 321,280 303,283l-84,19C208,305 197,308 184,313C171,317 160,322 149,329C138,336 130,344 123,354C116,363 112,375 112,389C112,406 116,420 123,431C130,442 140,452 152,459C164,466 177,471 192,474C206,477 220,478 234,478C252,478 269,476 285,472C301,467 315,460 328,451C340,442 350,430 357,416C364,401 368,384 369,365z"/>
37
+ <glyph unicode="t" horiz-adv-x="296" d="M160,516l0,155l-63,0l0,-155l-90,0l0,-53l90,0l0,-353C96,66 104,36 121,20C138,3 167,-5 209,-5C218,-5 228,-5 237,-4C246,-3 256,-3 265,-3l0,53C247,48 229,47 211,47C188,48 174,55 169,67C163,78 160,94 160,115l0,348l105,0l0,53z"/>
38
+ <glyph unicode="u" horiz-adv-x="537" d="M478,0l0,516l-63,0l0,-271C415,219 412,194 406,169C400,144 391,121 378,102C365,83 349,67 330,56C311,44 287,38 260,38C210,38 175,50 155,74C134,98 123,133 122,180l0,336l-63,0l0,-335C59,150 62,123 69,99C76,75 86,55 101,38C115,21 134,9 157,0C180,-9 207,-14 240,-14C279,-14 314,-5 346,14C377,32 401,58 418,93l2,0l0,-93z"/>
39
+ </font>
40
+
41
+ <font horiz-adv-x="1000">
42
+ <!-- Helvetica is a registered trademark of Linotype AG -->
43
+ <!-- Copyright: Copyright 2023 Adobe System Incorporated. All rights reserved. -->
44
+ <font-face font-family="Helvetica-Light" units-per-em="1000" underline-position="-75" underline-thickness="50"/>
45
+ <missing-glyph horiz-adv-x="500" d="M0,700l500,0l0,-700l-500,0M420,650l-340,0l170,-255M450,95l0,510l-170,-255M420,50l-170,255l-170,-255M50,95l170,255l-170,255z"/>
46
+ <glyph unicode="A" horiz-adv-x="667" d="M15,0l283,720l77,0l276,-720l-70,0l-83,226l-328,0l-85,-226M193,284l282,0l-141,378z"/>
47
+ <glyph unicode="C" horiz-adv-x="722" d="M592,511C578,572 552,616 514,642C476,668 426,681 365,681C322,681 284,672 253,655C222,638 196,614 176,585C155,556 140,522 131,484C121,445 116,405 116,362C116,322 120,283 129,244C137,205 151,171 170,141C189,110 215,86 248,67C281,48 322,39 371,39C402,39 430,44 455,54C480,64 503,78 522,96C541,113 557,134 570,158C583,182 592,208 599,237l71,0C662,202 650,170 635,139C620,108 600,80 575,57C550,34 519,15 484,2C448,-12 406,-19 358,-19C303,-19 255,-9 216,12C177,32 145,59 120,94C95,129 76,169 65,215C54,260 48,309 48,360C48,429 57,487 74,535C91,583 114,622 144,653C174,683 209,705 250,719C291,732 335,739 383,739C420,739 454,734 486,725C517,715 545,700 570,681C594,662 614,638 630,610C645,581 656,548 662,511z"/>
48
+ <glyph unicode="M" horiz-adv-x="833" d="M78,0l0,720l104,0l236,-635l2,0l232,635l103,0l0,-720l-68,0l0,642l-2,0l-236,-642l-64,0l-237,642l-2,0l0,-642z"/>
49
+ <glyph unicode="S" horiz-adv-x="611" d="M109,215C112,183 119,156 131,134C142,111 157,93 176,79C194,65 215,55 239,49C263,42 289,39 316,39C348,39 376,43 399,51C422,59 441,70 456,84C471,97 482,113 489,131C496,149 499,168 499,188C499,216 493,239 480,256C467,273 451,288 431,299C410,310 387,318 361,325C334,332 307,338 280,345C252,351 225,358 199,367C172,376 149,387 129,402C108,417 92,436 79,459C66,482 60,511 60,546C60,571 65,595 76,618C86,641 101,662 122,680C142,698 167,712 198,723C229,734 264,739 304,739C345,739 380,733 411,722C441,711 466,695 486,676C506,656 521,633 531,607C541,581 546,553 546,524l-65,0C481,551 476,575 467,595C457,615 444,631 427,644C410,657 391,666 370,672C349,678 327,681 304,681C269,681 240,676 217,667C193,657 174,644 160,629C146,614 136,597 131,578C126,559 125,541 128,522C132,499 141,480 156,466C171,452 189,441 210,432C231,423 255,415 281,410C306,404 332,398 359,392C386,385 412,378 437,369C462,360 484,349 503,334C522,319 538,301 550,278C561,255 567,226 567,191C567,124 544,73 498,36C452,-1 387,-19 304,-19C267,-19 232,-14 200,-4C168,5 140,20 117,40C94,59 76,84 63,113C50,142 43,176 43,215z"/>
50
+ </font>
51
+
52
+ <text transform="matrix(1 0 0 1 0.67 170.04)" class="st0 st1 st2">A Clusters App</text>
53
+ <text transform="matrix(1 0 0 1 185.91 170.04)" class="st0 st1 st2">r</text>
54
+ <text transform="matrix(1 0 0 1 194.4 170.04)" class="st0 st1 st2">oach to Statistical Mechanics</text>
55
+ <text transform="matrix(1 0 0 1 122.04 134.14)" class="st0 st3 st4">CASM</text>
56
+ <line class="st5" x1="0.7" y1="78.1" x2="117.8" y2="78.1"/>
57
+ <line class="st5" x1="0.5" y1="99.8" x2="47.2" y2="18.8"/>
58
+ <line class="st5" x1="90.5" y1="136.1" x2="22.9" y2="18.9"/>
59
+ <line class="st5" x1="23.7" y1="136" x2="91.2" y2="19"/>
60
+ <line class="st5" x1="67.8" y1="136" x2="117.8" y2="49.4"/>
61
+ <line class="st5" x1="46.1" y1="136" x2="0.3" y2="56.6"/>
62
+ <line class="st5" x1="0.5" y1="116.5" x2="117.7" y2="116.5"/>
63
+ <line class="st5" x1="0.5" y1="39.7" x2="117.7" y2="39.7"/>
64
+ <line class="st5" x1="117.8" y1="105.9" x2="67.6" y2="18.8"/>
65
+ <line class="st5" x1="2.2" y1="136" x2="0.5" y2="133"/>
66
+ <line class="st5" x1="117.7" y1="29.4" x2="111.5" y2="18.8"/>
67
+ <line class="st5" x1="0.5" y1="22.8" x2="2.8" y2="18.8"/>
68
+ <line class="st5" x1="112.8" y1="136" x2="117.4" y2="128"/>
69
+ <g>
70
+ <defs>
71
+ <rect id="SVGID_1_" x="0.5" y="18.8" width="117.2" height="117.2"/>
72
+ </defs>
73
+ <clipPath id="SVGID_00000106106801507419267570000000496764631339840440_">
74
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
75
+ </clipPath>
76
+ <g style="clip-path:url(#SVGID_00000106106801507419267570000000496764631339840440_);">
77
+ <circle class="st7" cx="123" cy="38.7" r="9.2"/>
78
+ <circle class="st7" cx="123.9" cy="116.4" r="9.2"/>
79
+ </g>
80
+ <use xlink:href="#SVGID_1_" style="overflow:visible;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;"/>
81
+ </g>
82
+ <rect x="0.5" y="18.8" class="st8" width="117.2" height="117.2"/>
83
+ <rect x="0.5" y="18.8" class="st8" width="117.2" height="117.2"/>
84
+ <circle class="st9" cx="34.8" cy="39.7" r="9.2"/>
85
+ <circle class="st9" cx="79.6" cy="39.7" r="9.2"/>
86
+ <circle class="st9" cx="13" cy="78.1" r="9.2"/>
87
+ <circle class="st7" cx="57.1" cy="78.1" r="9.2"/>
88
+ <circle class="st7" cx="101.3" cy="78.1" r="9.2"/>
89
+ <circle class="st9" cx="79.1" cy="116.4" r="9.2"/>
90
+ <circle class="st9" cx="35" cy="116.5" r="9.2"/>
91
+ </svg>
@@ -0,0 +1,283 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 28.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 564.4 189.6" style="enable-background:new 0 0 564.4 189.6;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{enable-background:new ;}
7
+ .st1{fill:#FFFFFF;}
8
+ .st2{fill:none;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
9
+ .st3{clip-path:url(#SVGID_00000070830421494830542070000013629503272997025205_);}
10
+ .st4{fill:#CBDB2A;stroke:#FFFFFF;stroke-miterlimit:10;}
11
+ .st5{fill:none;stroke:#FFFFFF;stroke-miterlimit:10;}
12
+ .st6{fill:#6DC8BF;stroke:#FFFFFF;stroke-width:0.5;stroke-miterlimit:10;}
13
+ </style>
14
+ <g class="st0">
15
+ <path class="st1" d="M10.9,149.6l8,20.4h-2.1l-2.5-6.3H5L2.6,170H0.5l8.2-20.4H10.9z M13.6,162l-3.9-10.5L5.6,162H13.6z"/>
16
+ <path class="st1" d="M42.8,153.7c-0.4-0.6-0.9-1.1-1.4-1.6c-0.6-0.4-1.2-0.7-1.9-1c-0.7-0.2-1.4-0.3-2.1-0.3
17
+ c-1.4,0-2.5,0.3-3.5,0.8c-1,0.5-1.8,1.2-2.4,2c-0.6,0.8-1.1,1.8-1.4,2.9c-0.3,1.1-0.4,2.2-0.4,3.3c0,1.1,0.1,2.2,0.4,3.3
18
+ c0.3,1.1,0.8,2,1.4,2.9s1.4,1.5,2.4,2c1,0.5,2.1,0.8,3.5,0.8c1,0,1.8-0.2,2.6-0.5s1.4-0.8,2-1.4c0.6-0.6,1-1.3,1.3-2.1
19
+ c0.3-0.8,0.6-1.6,0.7-2.6h1.9c-0.1,1.3-0.4,2.4-0.9,3.4c-0.5,1-1,1.9-1.8,2.6c-0.7,0.7-1.6,1.2-2.6,1.6s-2.1,0.6-3.3,0.6
20
+ c-1.6,0-3-0.3-4.2-0.9s-2.2-1.4-3-2.3s-1.4-2.1-1.8-3.4c-0.4-1.3-0.6-2.6-0.6-4s0.2-2.8,0.6-4c0.4-1.3,1-2.4,1.8-3.4s1.8-1.8,3-2.3
21
+ s2.6-0.9,4.2-0.9c1,0,1.9,0.1,2.8,0.4s1.8,0.7,2.5,1.3c0.8,0.6,1.4,1.3,1.9,2.1c0.5,0.8,0.8,1.8,1,2.8h-1.9
22
+ C43.4,155,43.1,154.3,42.8,153.7z"/>
23
+ <path class="st1" d="M50.3,149.6V170h-1.8v-20.4H50.3z"/>
24
+ <path class="st1" d="M64,170v-2.7H64c-0.5,1-1.2,1.7-2.1,2.3c-0.9,0.5-1.9,0.8-3,0.8c-0.9,0-1.7-0.1-2.4-0.4
25
+ c-0.7-0.3-1.2-0.6-1.6-1.1s-0.7-1.1-0.9-1.7c-0.2-0.7-0.3-1.5-0.3-2.3v-9.6h1.8v9.6c0,1.3,0.3,2.3,0.9,3c0.6,0.7,1.6,1,3,1
26
+ c0.8,0,1.4-0.2,2-0.5c0.6-0.3,1-0.8,1.4-1.3c0.4-0.6,0.6-1.2,0.8-1.9c0.2-0.7,0.3-1.4,0.3-2.2v-7.7h1.8V170H64z"/>
27
+ <path class="st1" d="M77.6,158.2c-0.2-0.4-0.5-0.7-0.8-1c-0.4-0.3-0.8-0.5-1.2-0.6c-0.5-0.1-0.9-0.2-1.5-0.2c-0.4,0-0.8,0-1.2,0.1
28
+ c-0.4,0.1-0.8,0.2-1.1,0.4c-0.3,0.2-0.6,0.5-0.8,0.8c-0.2,0.3-0.3,0.7-0.3,1.2c0,0.4,0.1,0.7,0.3,1c0.2,0.3,0.5,0.5,0.8,0.7
29
+ s0.6,0.3,1,0.5c0.4,0.1,0.7,0.2,1,0.3L76,162c0.5,0.1,1,0.2,1.5,0.4c0.5,0.2,1,0.5,1.3,0.8c0.4,0.3,0.7,0.7,1,1.2
30
+ c0.2,0.5,0.4,1,0.4,1.7c0,0.8-0.2,1.5-0.5,2c-0.4,0.6-0.8,1-1.4,1.4s-1.2,0.6-1.9,0.8c-0.7,0.2-1.4,0.2-2.1,0.2
31
+ c-1.7,0-3.1-0.4-4.2-1.2c-1.1-0.8-1.7-2.1-1.8-3.9h1.8c0.1,1.2,0.5,2.1,1.3,2.8c0.8,0.6,1.8,0.9,3,0.9c0.4,0,0.9,0,1.4-0.1
32
+ c0.5-0.1,0.9-0.3,1.3-0.5c0.4-0.2,0.7-0.5,1-0.9c0.3-0.4,0.4-0.8,0.4-1.3c0-0.4-0.1-0.8-0.3-1.1c-0.2-0.3-0.4-0.5-0.7-0.7
33
+ s-0.7-0.4-1-0.5c-0.4-0.1-0.8-0.2-1.2-0.3l-2.3-0.5c-0.6-0.2-1.1-0.3-1.6-0.5c-0.5-0.2-0.9-0.4-1.3-0.7c-0.4-0.3-0.7-0.7-0.9-1.1
34
+ c-0.2-0.4-0.3-1-0.3-1.6c0-0.7,0.2-1.4,0.5-1.9s0.8-1,1.3-1.3c0.5-0.3,1.1-0.6,1.8-0.7s1.3-0.2,2-0.2c0.7,0,1.4,0.1,2.1,0.3
35
+ c0.6,0.2,1.2,0.5,1.7,0.9c0.5,0.4,0.9,0.9,1.2,1.5c0.3,0.6,0.4,1.3,0.5,2.1h-1.8C77.9,159.1,77.8,158.6,77.6,158.2z"/>
36
+ <path class="st1" d="M88.7,155.3v1.5h-3v9.9c0,0.6,0.1,1.1,0.2,1.4c0.2,0.3,0.6,0.5,1.2,0.6c0.5,0,1,0,1.5-0.1v1.5
37
+ c-0.3,0-0.5,0-0.8,0c-0.3,0-0.5,0-0.8,0c-1.2,0-2-0.2-2.5-0.7c-0.5-0.5-0.7-1.3-0.7-2.6v-10.1h-2.6v-1.5h2.6v-4.4h1.8v4.4H88.7z"/>
38
+ <path class="st1" d="M92.6,165.2c0.2,0.7,0.5,1.3,0.9,1.9c0.4,0.6,0.9,1,1.5,1.4c0.6,0.4,1.3,0.5,2.2,0.5c1.3,0,2.3-0.3,3.1-1
39
+ c0.7-0.7,1.3-1.6,1.5-2.7h1.8c-0.4,1.7-1.1,3-2.1,3.9c-1,0.9-2.5,1.4-4.3,1.4c-1.2,0-2.2-0.2-3-0.6c-0.8-0.4-1.5-1-2.1-1.7
40
+ c-0.5-0.7-0.9-1.5-1.2-2.5c-0.3-0.9-0.4-1.9-0.4-3c0-1,0.1-1.9,0.4-2.9s0.7-1.8,1.2-2.5c0.5-0.7,1.2-1.3,2.1-1.8
41
+ c0.8-0.4,1.9-0.7,3-0.7c1.2,0,2.2,0.2,3,0.7c0.8,0.5,1.5,1.1,2,1.9c0.5,0.8,0.9,1.7,1.1,2.7c0.2,1,0.3,2,0.3,3H92.4
42
+ C92.4,163.8,92.4,164.5,92.6,165.2z M101.5,159.7c-0.2-0.6-0.5-1.2-0.9-1.7c-0.4-0.5-0.9-0.9-1.5-1.2c-0.6-0.3-1.2-0.4-1.9-0.4
43
+ c-0.7,0-1.4,0.1-2,0.4c-0.6,0.3-1.1,0.7-1.5,1.2c-0.4,0.5-0.7,1-1,1.7c-0.2,0.6-0.4,1.3-0.5,2h9.5
44
+ C101.9,161,101.8,160.3,101.5,159.7z"/>
45
+ <path class="st1" d="M107.8,155.3v3.5h0.1c0.5-1.2,1.2-2.1,2.1-2.8c1-0.6,2.1-0.9,3.4-0.9v1.8c-0.8,0-1.6,0.1-2.2,0.3
46
+ c-0.7,0.3-1.2,0.6-1.7,1.1c-0.5,0.5-0.9,1-1.1,1.7c-0.3,0.7-0.4,1.4-0.4,2.2v7.9h-1.8v-14.7H107.8z"/>
47
+ <path class="st1" d="M123.6,158.2c-0.2-0.4-0.5-0.7-0.8-1c-0.4-0.3-0.8-0.5-1.2-0.6c-0.5-0.1-0.9-0.2-1.5-0.2c-0.4,0-0.8,0-1.2,0.1
48
+ c-0.4,0.1-0.8,0.2-1.1,0.4c-0.3,0.2-0.6,0.5-0.8,0.8c-0.2,0.3-0.3,0.7-0.3,1.2c0,0.4,0.1,0.7,0.3,1c0.2,0.3,0.5,0.5,0.8,0.7
49
+ s0.6,0.3,1,0.5c0.4,0.1,0.7,0.2,1,0.3l2.4,0.5c0.5,0.1,1,0.2,1.5,0.4c0.5,0.2,1,0.5,1.3,0.8c0.4,0.3,0.7,0.7,1,1.2
50
+ c0.2,0.5,0.4,1,0.4,1.7c0,0.8-0.2,1.5-0.5,2c-0.4,0.6-0.8,1-1.4,1.4s-1.2,0.6-1.9,0.8c-0.7,0.2-1.4,0.2-2.1,0.2
51
+ c-1.7,0-3.1-0.4-4.2-1.2c-1.1-0.8-1.7-2.1-1.8-3.9h1.8c0.1,1.2,0.5,2.1,1.3,2.8c0.8,0.6,1.8,0.9,3,0.9c0.4,0,0.9,0,1.4-0.1
52
+ c0.5-0.1,0.9-0.3,1.3-0.5c0.4-0.2,0.7-0.5,1-0.9c0.3-0.4,0.4-0.8,0.4-1.3c0-0.4-0.1-0.8-0.3-1.1c-0.2-0.3-0.4-0.5-0.7-0.7
53
+ s-0.7-0.4-1-0.5c-0.4-0.1-0.8-0.2-1.2-0.3l-2.3-0.5c-0.6-0.2-1.1-0.3-1.6-0.5c-0.5-0.2-0.9-0.4-1.3-0.7c-0.4-0.3-0.7-0.7-0.9-1.1
54
+ c-0.2-0.4-0.3-1-0.3-1.6c0-0.7,0.2-1.4,0.5-1.9s0.8-1,1.3-1.3c0.5-0.3,1.1-0.6,1.8-0.7s1.3-0.2,2-0.2c0.7,0,1.4,0.1,2.1,0.3
55
+ c0.6,0.2,1.2,0.5,1.7,0.9c0.5,0.4,0.9,0.9,1.2,1.5c0.3,0.6,0.4,1.3,0.5,2.1H124C123.9,159.1,123.8,158.6,123.6,158.2z"/>
56
+ <path class="st1" d="M145.3,149.6l8,20.4h-2.1l-2.5-6.3h-9.3L137,170h-2.1l8.2-20.4H145.3z M148.1,162l-3.9-10.5l-4.1,10.5H148.1z"
57
+ />
58
+ <path class="st1" d="M156.5,155.3v2.8h0.1c0.4-1,1.1-1.8,2-2.4c0.9-0.6,2-0.8,3.2-0.8c1.1,0,2.1,0.2,2.9,0.6c0.8,0.4,1.5,1,2.1,1.7
59
+ c0.6,0.7,1,1.5,1.2,2.5c0.3,0.9,0.4,1.9,0.4,3c0,1-0.1,2-0.4,3c-0.3,0.9-0.7,1.8-1.2,2.5c-0.6,0.7-1.2,1.3-2.1,1.7
60
+ c-0.8,0.4-1.8,0.6-2.9,0.6c-0.5,0-1.1-0.1-1.6-0.2c-0.5-0.1-1-0.3-1.5-0.6c-0.5-0.3-0.9-0.6-1.2-1c-0.4-0.4-0.6-0.9-0.8-1.4h-0.1
61
+ v8.2h-1.8v-20.2H156.5z M166.4,160.4c-0.2-0.8-0.5-1.4-0.9-2c-0.4-0.6-0.9-1.1-1.5-1.4c-0.6-0.4-1.3-0.6-2.2-0.6
62
+ c-1,0-1.8,0.2-2.5,0.5c-0.7,0.3-1.2,0.8-1.6,1.4c-0.4,0.6-0.7,1.2-0.8,2c-0.2,0.8-0.2,1.6-0.2,2.4c0,0.8,0.1,1.5,0.3,2.3
63
+ c0.2,0.8,0.5,1.4,0.9,2c0.4,0.6,0.9,1.1,1.6,1.4c0.7,0.4,1.5,0.6,2.4,0.6c0.9,0,1.6-0.2,2.2-0.6c0.6-0.4,1.1-0.9,1.5-1.4
64
+ c0.4-0.6,0.7-1.3,0.9-2c0.2-0.8,0.3-1.5,0.3-2.3C166.6,161.9,166.5,161.1,166.4,160.4z"/>
65
+ <path class="st1" d="M172.9,155.3v2.8h0.1c0.4-1,1.1-1.8,2-2.4c0.9-0.6,2-0.8,3.2-0.8c1.1,0,2.1,0.2,2.9,0.6c0.8,0.4,1.5,1,2.1,1.7
66
+ c0.6,0.7,1,1.5,1.2,2.5c0.3,0.9,0.4,1.9,0.4,3c0,1-0.1,2-0.4,3c-0.3,0.9-0.7,1.8-1.2,2.5c-0.6,0.7-1.2,1.3-2.1,1.7
67
+ c-0.8,0.4-1.8,0.6-2.9,0.6c-0.5,0-1.1-0.1-1.6-0.2c-0.5-0.1-1-0.3-1.5-0.6c-0.5-0.3-0.9-0.6-1.2-1c-0.4-0.4-0.6-0.9-0.8-1.4H173
68
+ v8.2h-1.8v-20.2H172.9z M182.8,160.4c-0.2-0.8-0.5-1.4-0.9-2c-0.4-0.6-0.9-1.1-1.5-1.4c-0.6-0.4-1.3-0.6-2.2-0.6
69
+ c-1,0-1.8,0.2-2.5,0.5c-0.7,0.3-1.2,0.8-1.6,1.4c-0.4,0.6-0.7,1.2-0.8,2c-0.2,0.8-0.2,1.6-0.2,2.4c0,0.8,0.1,1.5,0.3,2.3
70
+ c0.2,0.8,0.5,1.4,0.9,2c0.4,0.6,0.9,1.1,1.6,1.4c0.7,0.4,1.5,0.6,2.4,0.6c0.9,0,1.6-0.2,2.2-0.6c0.6-0.4,1.1-0.9,1.5-1.4
71
+ c0.4-0.6,0.7-1.3,0.9-2c0.2-0.8,0.3-1.5,0.3-2.3C183,161.9,182.9,161.1,182.8,160.4z"/>
72
+ </g>
73
+ <g class="st0">
74
+ <path class="st1" d="M189.3,155.3v3.5h0.1c0.5-1.2,1.2-2.1,2.1-2.8c1-0.6,2.1-0.9,3.4-0.9v1.8c-0.8,0-1.6,0.1-2.2,0.3
75
+ c-0.7,0.3-1.2,0.6-1.7,1.1c-0.5,0.5-0.9,1-1.1,1.7c-0.3,0.7-0.4,1.4-0.4,2.2v7.9h-1.8v-14.7H189.3z"/>
76
+ </g>
77
+ <g class="st0">
78
+ <path class="st1" d="M205.3,155.5c0.9,0.4,1.6,1,2.2,1.7c0.6,0.7,1,1.5,1.3,2.5c0.3,0.9,0.5,1.9,0.5,3c0,1.1-0.2,2.1-0.5,3
79
+ c-0.3,0.9-0.8,1.8-1.3,2.5c-0.6,0.7-1.3,1.3-2.2,1.7c-0.9,0.4-1.9,0.6-3,0.6c-1.1,0-2.1-0.2-3-0.6c-0.9-0.4-1.6-1-2.2-1.7
80
+ c-0.6-0.7-1-1.5-1.3-2.5c-0.3-0.9-0.5-1.9-0.5-3c0-1.1,0.2-2.1,0.5-3c0.3-0.9,0.8-1.8,1.3-2.5c0.6-0.7,1.3-1.3,2.2-1.7
81
+ c0.9-0.4,1.9-0.6,3-0.6C203.5,154.9,204.5,155.1,205.3,155.5z M200.1,156.9c-0.6,0.4-1.2,0.8-1.6,1.4c-0.4,0.6-0.8,1.3-1,2
82
+ c-0.2,0.8-0.3,1.5-0.3,2.3c0,0.8,0.1,1.5,0.3,2.3c0.2,0.8,0.5,1.4,1,2s1,1.1,1.6,1.4c0.6,0.4,1.4,0.5,2.3,0.5s1.6-0.2,2.3-0.5
83
+ c0.6-0.4,1.2-0.8,1.6-1.4s0.8-1.3,1-2c0.2-0.8,0.3-1.5,0.3-2.3c0-0.8-0.1-1.5-0.3-2.3c-0.2-0.8-0.5-1.4-1-2c-0.4-0.6-1-1.1-1.6-1.4
84
+ c-0.6-0.4-1.4-0.5-2.3-0.5S200.7,156.6,200.1,156.9z"/>
85
+ <path class="st1" d="M212.4,157.6c0.3-0.6,0.7-1.1,1.2-1.5c0.5-0.4,1.1-0.7,1.8-0.9c0.7-0.2,1.5-0.3,2.3-0.3c0.6,0,1.3,0.1,1.9,0.2
86
+ c0.6,0.1,1.2,0.4,1.7,0.7c0.5,0.3,0.9,0.8,1.3,1.4c0.3,0.6,0.5,1.4,0.5,2.4v7.8c0,0.7,0.4,1.1,1.1,1.1c0.2,0,0.4,0,0.6-0.1v1.5
87
+ c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.6,0c-0.5,0-0.8-0.1-1.1-0.2c-0.3-0.1-0.5-0.3-0.6-0.5c-0.2-0.2-0.3-0.5-0.3-0.8
88
+ s-0.1-0.7-0.1-1h-0.1c-0.3,0.5-0.7,0.9-1,1.3c-0.3,0.4-0.7,0.7-1.1,0.9c-0.4,0.2-0.9,0.4-1.4,0.6c-0.5,0.1-1.1,0.2-1.9,0.2
89
+ c-0.7,0-1.3-0.1-1.9-0.2c-0.6-0.2-1.1-0.4-1.6-0.8c-0.4-0.4-0.8-0.8-1.1-1.3s-0.4-1.2-0.4-1.9c0-1,0.2-1.8,0.7-2.4
90
+ c0.5-0.6,1.1-1,1.8-1.3c0.8-0.3,1.6-0.5,2.5-0.6c0.9-0.1,1.9-0.2,2.9-0.4c0.4,0,0.7-0.1,1-0.1c0.3-0.1,0.5-0.2,0.7-0.3
91
+ s0.3-0.3,0.4-0.6c0.1-0.2,0.2-0.6,0.2-1c0-0.6-0.1-1.1-0.3-1.5s-0.5-0.7-0.8-0.9c-0.4-0.2-0.8-0.4-1.2-0.5c-0.5-0.1-1-0.1-1.5-0.1
92
+ c-1.1,0-2.1,0.3-2.8,0.8s-1.1,1.4-1.1,2.6h-1.8C211.9,159,212.1,158.2,212.4,157.6z M221.4,162c-0.1,0.2-0.3,0.4-0.7,0.5
93
+ c-0.3,0.1-0.6,0.2-0.9,0.2c-0.8,0.1-1.5,0.3-2.4,0.4c-0.8,0.1-1.5,0.3-2.2,0.5s-1.2,0.5-1.6,0.9c-0.4,0.4-0.6,0.9-0.6,1.7
94
+ c0,0.5,0.1,0.9,0.3,1.2c0.2,0.4,0.4,0.7,0.7,0.9c0.3,0.3,0.7,0.5,1.1,0.6c0.4,0.1,0.8,0.2,1.2,0.2c0.7,0,1.3-0.1,2-0.3
95
+ c0.6-0.2,1.2-0.5,1.6-0.9c0.5-0.4,0.8-0.9,1.1-1.5c0.3-0.6,0.4-1.2,0.4-1.9L221.4,162L221.4,162z"/>
96
+ <path class="st1" d="M235.9,157.3c-0.7-0.6-1.6-0.9-2.8-0.9c-0.9,0-1.6,0.2-2.3,0.5c-0.6,0.4-1.2,0.8-1.6,1.4c-0.4,0.6-0.8,1.3-1,2
97
+ c-0.2,0.8-0.3,1.5-0.3,2.3c0,0.8,0.1,1.5,0.3,2.3c0.2,0.8,0.5,1.4,1,2s1,1.1,1.6,1.4c0.6,0.4,1.4,0.5,2.3,0.5
98
+ c0.6,0,1.1-0.1,1.6-0.3c0.5-0.2,0.9-0.5,1.3-0.9c0.4-0.4,0.7-0.8,0.9-1.3c0.2-0.5,0.4-1.1,0.5-1.7h1.8c-0.2,1.8-0.9,3.2-2,4.2
99
+ c-1.1,1-2.4,1.5-4.1,1.5c-1.1,0-2.1-0.2-3-0.6c-0.9-0.4-1.6-1-2.2-1.7c-0.6-0.7-1-1.5-1.3-2.5c-0.3-0.9-0.5-1.9-0.5-3
100
+ c0-1.1,0.2-2.1,0.5-3c0.3-0.9,0.8-1.8,1.3-2.5c0.6-0.7,1.3-1.3,2.2-1.7c0.9-0.4,1.9-0.6,3-0.6c1.6,0,2.9,0.4,4,1.3
101
+ c1.1,0.8,1.7,2.1,2,3.8h-1.8C237,158.8,236.5,158,235.9,157.3z"/>
102
+ <path class="st1" d="M243.4,149.6v8.2h0.1c0.3-0.9,1-1.6,1.8-2.2c0.9-0.5,1.8-0.8,2.9-0.8c1,0,1.9,0.1,2.6,0.4
103
+ c0.7,0.3,1.3,0.6,1.7,1.1c0.4,0.5,0.7,1.1,0.9,1.8c0.2,0.7,0.3,1.5,0.3,2.4v9.5h-1.8v-9.2c0-0.6-0.1-1.2-0.2-1.8
104
+ c-0.1-0.5-0.3-1-0.6-1.4c-0.3-0.4-0.7-0.7-1.2-0.9s-1.1-0.3-1.8-0.3s-1.4,0.1-1.9,0.4s-1,0.6-1.4,1.1c-0.4,0.4-0.7,1-0.9,1.6
105
+ c-0.2,0.6-0.3,1.3-0.4,2v8.6h-1.8v-20.4H243.4z"/>
106
+ <path class="st1" d="M270.8,155.3v1.5h-3v9.9c0,0.6,0.1,1.1,0.2,1.4c0.2,0.3,0.6,0.5,1.2,0.6c0.5,0,1,0,1.5-0.1v1.5
107
+ c-0.3,0-0.5,0-0.8,0c-0.3,0-0.5,0-0.8,0c-1.2,0-2-0.2-2.5-0.7c-0.5-0.5-0.7-1.3-0.7-2.6v-10.1h-2.6v-1.5h2.6v-4.4h1.8v4.4H270.8z"
108
+ />
109
+ <path class="st1" d="M282.6,155.5c0.9,0.4,1.6,1,2.2,1.7c0.6,0.7,1,1.5,1.3,2.5c0.3,0.9,0.5,1.9,0.5,3c0,1.1-0.2,2.1-0.5,3
110
+ c-0.3,0.9-0.8,1.8-1.3,2.5c-0.6,0.7-1.3,1.3-2.2,1.7c-0.9,0.4-1.9,0.6-3,0.6c-1.1,0-2.1-0.2-3-0.6c-0.9-0.4-1.6-1-2.2-1.7
111
+ c-0.6-0.7-1-1.5-1.3-2.5c-0.3-0.9-0.5-1.9-0.5-3c0-1.1,0.2-2.1,0.5-3c0.3-0.9,0.8-1.8,1.3-2.5c0.6-0.7,1.3-1.3,2.2-1.7
112
+ c0.9-0.4,1.9-0.6,3-0.6C280.8,154.9,281.8,155.1,282.6,155.5z M277.4,156.9c-0.6,0.4-1.2,0.8-1.6,1.4c-0.4,0.6-0.8,1.3-1,2
113
+ c-0.2,0.8-0.3,1.5-0.3,2.3c0,0.8,0.1,1.5,0.3,2.3c0.2,0.8,0.5,1.4,1,2s1,1.1,1.6,1.4c0.6,0.4,1.4,0.5,2.3,0.5s1.6-0.2,2.3-0.5
114
+ c0.6-0.4,1.2-0.8,1.6-1.4s0.8-1.3,1-2c0.2-0.8,0.3-1.5,0.3-2.3c0-0.8-0.1-1.5-0.3-2.3c-0.2-0.8-0.5-1.4-1-2c-0.4-0.6-1-1.1-1.6-1.4
115
+ c-0.6-0.4-1.4-0.5-2.3-0.5S278,156.6,277.4,156.9z"/>
116
+ <path class="st1" d="M299,166c0.3,0.7,0.8,1.3,1.4,1.7c0.6,0.4,1.3,0.7,2.1,0.9c0.8,0.2,1.7,0.3,2.6,0.3c0.5,0,1.1-0.1,1.7-0.2
117
+ c0.6-0.2,1.2-0.4,1.8-0.7c0.5-0.3,1-0.8,1.4-1.3c0.4-0.5,0.5-1.2,0.5-1.9c0-0.6-0.1-1.1-0.4-1.5c-0.3-0.4-0.6-0.8-1-1.1
118
+ c-0.4-0.3-0.9-0.5-1.4-0.7c-0.5-0.2-1-0.3-1.5-0.4l-4.5-1.1c-0.6-0.2-1.2-0.3-1.7-0.6c-0.6-0.2-1.1-0.5-1.5-0.9
119
+ c-0.4-0.4-0.8-0.8-1-1.4c-0.3-0.6-0.4-1.2-0.4-2c0-0.5,0.1-1.1,0.3-1.7c0.2-0.7,0.5-1.3,1.1-1.9c0.5-0.6,1.2-1.1,2.2-1.5
120
+ c0.9-0.4,2.1-0.6,3.5-0.6c1,0,2,0.1,2.9,0.4c0.9,0.3,1.7,0.7,2.4,1.2s1.2,1.2,1.6,2c0.4,0.8,0.6,1.7,0.6,2.8h-1.9
121
+ c0-0.8-0.2-1.5-0.5-2c-0.3-0.6-0.7-1.1-1.2-1.5s-1.1-0.7-1.7-0.9s-1.3-0.3-2.1-0.3c-0.7,0-1.3,0.1-1.9,0.2
122
+ c-0.6,0.1-1.2,0.4-1.6,0.7c-0.5,0.3-0.8,0.7-1.1,1.2c-0.3,0.5-0.4,1.2-0.4,1.9c0,0.5,0.1,0.9,0.2,1.2c0.2,0.4,0.4,0.7,0.7,0.9
123
+ c0.3,0.2,0.6,0.4,1,0.6c0.4,0.2,0.8,0.3,1.2,0.4l5,1.2c0.7,0.2,1.4,0.4,2,0.7c0.6,0.3,1.2,0.6,1.7,1c0.5,0.4,0.9,0.9,1.1,1.5
124
+ s0.4,1.3,0.4,2.1c0,0.2,0,0.5-0.1,0.9c0,0.4-0.2,0.8-0.3,1.2c-0.2,0.4-0.4,0.9-0.8,1.3s-0.8,0.8-1.4,1.2s-1.3,0.6-2.2,0.9
125
+ s-1.9,0.3-3.1,0.3s-2.3-0.1-3.3-0.4c-1-0.3-1.9-0.7-2.6-1.3c-0.7-0.6-1.3-1.3-1.7-2.2s-0.6-2-0.5-3.2h1.9
126
+ C298.5,164.4,298.7,165.2,299,166z"/>
127
+ <path class="st1" d="M321.1,155.3v1.5h-3v9.9c0,0.6,0.1,1.1,0.2,1.4c0.2,0.3,0.6,0.5,1.2,0.6c0.5,0,1,0,1.5-0.1v1.5
128
+ c-0.3,0-0.5,0-0.8,0c-0.3,0-0.5,0-0.8,0c-1.2,0-2-0.2-2.5-0.7c-0.5-0.5-0.7-1.3-0.7-2.6v-10.1h-2.6v-1.5h2.6v-4.4h1.8v4.4H321.1z"
129
+ />
130
+ <path class="st1" d="M324.1,157.6c0.3-0.6,0.7-1.1,1.2-1.5c0.5-0.4,1.1-0.7,1.8-0.9c0.7-0.2,1.5-0.3,2.3-0.3c0.6,0,1.3,0.1,1.9,0.2
131
+ c0.6,0.1,1.2,0.4,1.7,0.7s0.9,0.8,1.3,1.4c0.3,0.6,0.5,1.4,0.5,2.4v7.8c0,0.7,0.4,1.1,1.1,1.1c0.2,0,0.4,0,0.6-0.1v1.5
132
+ c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.6,0c-0.5,0-0.8-0.1-1.1-0.2c-0.3-0.1-0.5-0.3-0.6-0.5s-0.3-0.5-0.3-0.8
133
+ c0-0.3-0.1-0.7-0.1-1h-0.1c-0.3,0.5-0.7,0.9-1,1.3c-0.3,0.4-0.7,0.7-1.1,0.9c-0.4,0.2-0.9,0.4-1.4,0.6c-0.5,0.1-1.1,0.2-1.9,0.2
134
+ c-0.7,0-1.3-0.1-1.9-0.2c-0.6-0.2-1.1-0.4-1.6-0.8s-0.8-0.8-1.1-1.3c-0.3-0.5-0.4-1.2-0.4-1.9c0-1,0.2-1.8,0.7-2.4
135
+ c0.5-0.6,1.1-1,1.8-1.3s1.6-0.5,2.5-0.6c0.9-0.1,1.9-0.2,2.9-0.4c0.4,0,0.7-0.1,1-0.1c0.3-0.1,0.5-0.2,0.7-0.3s0.3-0.3,0.4-0.6
136
+ c0.1-0.2,0.2-0.6,0.2-1c0-0.6-0.1-1.1-0.3-1.5s-0.5-0.7-0.8-0.9c-0.4-0.2-0.8-0.4-1.2-0.5c-0.5-0.1-1-0.1-1.5-0.1
137
+ c-1.1,0-2.1,0.3-2.8,0.8c-0.7,0.5-1.1,1.4-1.1,2.6h-1.8C323.6,159,323.8,158.2,324.1,157.6z M333.1,162c-0.1,0.2-0.3,0.4-0.7,0.5
138
+ c-0.3,0.1-0.6,0.2-0.9,0.2c-0.8,0.1-1.5,0.3-2.4,0.4s-1.5,0.3-2.2,0.5s-1.2,0.5-1.6,0.9c-0.4,0.4-0.6,0.9-0.6,1.7
139
+ c0,0.5,0.1,0.9,0.3,1.2c0.2,0.4,0.4,0.7,0.7,0.9s0.7,0.5,1.1,0.6c0.4,0.1,0.8,0.2,1.2,0.2c0.7,0,1.3-0.1,2-0.3
140
+ c0.6-0.2,1.2-0.5,1.6-0.9c0.5-0.4,0.8-0.9,1.1-1.5s0.4-1.2,0.4-1.9L333.1,162L333.1,162z"/>
141
+ <path class="st1" d="M344.4,155.3v1.5h-3v9.9c0,0.6,0.1,1.1,0.2,1.4s0.6,0.5,1.2,0.6c0.5,0,1,0,1.5-0.1v1.5c-0.3,0-0.5,0-0.8,0
142
+ c-0.3,0-0.5,0-0.8,0c-1.2,0-2-0.2-2.5-0.7c-0.5-0.5-0.7-1.3-0.7-2.6v-10.1H337v-1.5h2.6v-4.4h1.8v4.4H344.4z"/>
143
+ <path class="st1" d="M348.8,149.6v2.9H347v-2.9H348.8z M348.8,155.3V170H347v-14.7H348.8z"/>
144
+ <path class="st1" d="M360.8,158.2c-0.2-0.4-0.5-0.7-0.8-1c-0.4-0.3-0.8-0.5-1.2-0.6s-0.9-0.2-1.5-0.2c-0.4,0-0.8,0-1.2,0.1
145
+ c-0.4,0.1-0.8,0.2-1.1,0.4c-0.3,0.2-0.6,0.5-0.8,0.8c-0.2,0.3-0.3,0.7-0.3,1.2c0,0.4,0.1,0.7,0.3,1c0.2,0.3,0.5,0.5,0.8,0.7
146
+ s0.6,0.3,1,0.5c0.4,0.1,0.7,0.2,1,0.3l2.4,0.5c0.5,0.1,1,0.2,1.5,0.4c0.5,0.2,1,0.5,1.3,0.8s0.7,0.7,1,1.2c0.2,0.5,0.4,1,0.4,1.7
147
+ c0,0.8-0.2,1.5-0.5,2c-0.4,0.6-0.8,1-1.4,1.4c-0.6,0.4-1.2,0.6-1.9,0.8c-0.7,0.2-1.4,0.2-2.1,0.2c-1.7,0-3.1-0.4-4.2-1.2
148
+ c-1.1-0.8-1.7-2.1-1.8-3.9h1.8c0.1,1.2,0.5,2.1,1.3,2.8s1.8,0.9,3,0.9c0.4,0,0.9,0,1.4-0.1c0.5-0.1,0.9-0.3,1.3-0.5
149
+ c0.4-0.2,0.7-0.5,1-0.9c0.3-0.4,0.4-0.8,0.4-1.3c0-0.4-0.1-0.8-0.3-1.1c-0.2-0.3-0.4-0.5-0.7-0.7s-0.7-0.4-1-0.5
150
+ c-0.4-0.1-0.8-0.2-1.2-0.3l-2.3-0.5c-0.6-0.2-1.1-0.3-1.6-0.5c-0.5-0.2-0.9-0.4-1.3-0.7c-0.4-0.3-0.7-0.7-0.9-1.1s-0.3-1-0.3-1.6
151
+ c0-0.7,0.2-1.4,0.5-1.9c0.3-0.5,0.8-1,1.3-1.3s1.1-0.6,1.8-0.7s1.3-0.2,2-0.2c0.7,0,1.4,0.1,2.1,0.3c0.6,0.2,1.2,0.5,1.7,0.9
152
+ c0.5,0.4,0.9,0.9,1.2,1.5c0.3,0.6,0.4,1.3,0.5,2.1h-1.8C361.1,159.1,361,158.6,360.8,158.2z"/>
153
+ <path class="st1" d="M371.9,155.3v1.5h-3v9.9c0,0.6,0.1,1.1,0.2,1.4s0.6,0.5,1.2,0.6c0.5,0,1,0,1.5-0.1v1.5c-0.3,0-0.5,0-0.8,0
154
+ c-0.3,0-0.5,0-0.8,0c-1.2,0-2-0.2-2.5-0.7c-0.5-0.5-0.7-1.3-0.7-2.6v-10.1h-2.6v-1.5h2.6v-4.4h1.8v4.4H371.9z"/>
155
+ <path class="st1" d="M376.3,149.6v2.9h-1.8v-2.9H376.3z M376.3,155.3V170h-1.8v-14.7H376.3z"/>
156
+ <path class="st1" d="M388.8,157.3c-0.7-0.6-1.6-0.9-2.8-0.9c-0.9,0-1.6,0.2-2.3,0.5c-0.6,0.4-1.2,0.8-1.6,1.4c-0.4,0.6-0.8,1.3-1,2
157
+ c-0.2,0.8-0.3,1.5-0.3,2.3c0,0.8,0.1,1.5,0.3,2.3c0.2,0.8,0.5,1.4,1,2s1,1.1,1.6,1.4s1.4,0.5,2.3,0.5c0.6,0,1.1-0.1,1.6-0.3
158
+ c0.5-0.2,0.9-0.5,1.3-0.9c0.4-0.4,0.7-0.8,0.9-1.3c0.2-0.5,0.4-1.1,0.5-1.7h1.8c-0.2,1.8-0.9,3.2-2,4.2c-1.1,1-2.4,1.5-4.1,1.5
159
+ c-1.1,0-2.1-0.2-3-0.6c-0.9-0.4-1.6-1-2.2-1.7c-0.6-0.7-1-1.5-1.3-2.5c-0.3-0.9-0.5-1.9-0.5-3c0-1.1,0.2-2.1,0.5-3
160
+ c0.3-0.9,0.8-1.8,1.3-2.5c0.6-0.7,1.3-1.3,2.2-1.7c0.9-0.4,1.9-0.6,3-0.6c1.6,0,2.9,0.4,4,1.3c1.1,0.8,1.7,2.1,2,3.8h-1.8
161
+ C390,158.8,389.5,158,388.8,157.3z"/>
162
+ <path class="st1" d="M395,157.6c0.3-0.6,0.7-1.1,1.2-1.5c0.5-0.4,1.1-0.7,1.8-0.9c0.7-0.2,1.5-0.3,2.3-0.3c0.6,0,1.3,0.1,1.9,0.2
163
+ c0.6,0.1,1.2,0.4,1.7,0.7s0.9,0.8,1.3,1.4c0.3,0.6,0.5,1.4,0.5,2.4v7.8c0,0.7,0.4,1.1,1.1,1.1c0.2,0,0.4,0,0.6-0.1v1.5
164
+ c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.6,0c-0.5,0-0.8-0.1-1.1-0.2c-0.3-0.1-0.5-0.3-0.6-0.5s-0.3-0.5-0.3-0.8
165
+ c0-0.3-0.1-0.7-0.1-1h-0.1c-0.3,0.5-0.7,0.9-1,1.3c-0.3,0.4-0.7,0.7-1.1,0.9c-0.4,0.2-0.9,0.4-1.4,0.6c-0.5,0.1-1.1,0.2-1.9,0.2
166
+ c-0.7,0-1.3-0.1-1.9-0.2c-0.6-0.2-1.1-0.4-1.6-0.8s-0.8-0.8-1.1-1.3c-0.3-0.5-0.4-1.2-0.4-1.9c0-1,0.2-1.8,0.7-2.4
167
+ c0.5-0.6,1.1-1,1.8-1.3s1.6-0.5,2.5-0.6c0.9-0.1,1.9-0.2,2.9-0.4c0.4,0,0.7-0.1,1-0.1c0.3-0.1,0.5-0.2,0.7-0.3s0.3-0.3,0.4-0.6
168
+ c0.1-0.2,0.2-0.6,0.2-1c0-0.6-0.1-1.1-0.3-1.5s-0.5-0.7-0.8-0.9c-0.4-0.2-0.8-0.4-1.2-0.5c-0.5-0.1-1-0.1-1.5-0.1
169
+ c-1.1,0-2.1,0.3-2.8,0.8c-0.7,0.5-1.1,1.4-1.1,2.6h-1.8C394.5,159,394.7,158.2,395,157.6z M404,162c-0.1,0.2-0.3,0.4-0.7,0.5
170
+ c-0.3,0.1-0.6,0.2-0.9,0.2c-0.8,0.1-1.5,0.3-2.4,0.4s-1.5,0.3-2.2,0.5s-1.2,0.5-1.6,0.9c-0.4,0.4-0.6,0.9-0.6,1.7
171
+ c0,0.5,0.1,0.9,0.3,1.2c0.2,0.4,0.4,0.7,0.7,0.9s0.7,0.5,1.1,0.6c0.4,0.1,0.8,0.2,1.2,0.2c0.7,0,1.3-0.1,2-0.3
172
+ c0.6-0.2,1.2-0.5,1.6-0.9c0.5-0.4,0.8-0.9,1.1-1.5s0.4-1.2,0.4-1.9L404,162L404,162z"/>
173
+ <path class="st1" d="M411.3,149.6V170h-1.8v-20.4H411.3z"/>
174
+ <path class="st1" d="M425.8,149.6l6.8,17.9l7-17.9h2.9V170h-1.9v-17.6h-0.1l-7,17.6h-1.8l-6.7-17.6h-0.1V170H423v-20.4H425.8z"/>
175
+ <path class="st1" d="M447.5,165.2c0.2,0.7,0.5,1.3,0.9,1.9c0.4,0.6,0.9,1,1.5,1.4c0.6,0.4,1.3,0.5,2.2,0.5c1.3,0,2.3-0.3,3.1-1
176
+ c0.7-0.7,1.3-1.6,1.5-2.7h1.8c-0.4,1.7-1.1,3-2.1,3.9c-1,0.9-2.5,1.4-4.3,1.4c-1.2,0-2.2-0.2-3-0.6c-0.8-0.4-1.5-1-2.1-1.7
177
+ c-0.5-0.7-0.9-1.5-1.2-2.5c-0.3-0.9-0.4-1.9-0.4-3c0-1,0.1-1.9,0.4-2.9c0.3-0.9,0.7-1.8,1.2-2.5c0.5-0.7,1.2-1.3,2.1-1.8
178
+ c0.8-0.4,1.9-0.7,3-0.7c1.2,0,2.2,0.2,3,0.7c0.8,0.5,1.5,1.1,2,1.9c0.5,0.8,0.9,1.7,1.1,2.7s0.3,2,0.3,3h-11.3
179
+ C447.2,163.8,447.3,164.5,447.5,165.2z M456.4,159.7c-0.2-0.6-0.5-1.2-0.9-1.7c-0.4-0.5-0.9-0.9-1.5-1.2c-0.6-0.3-1.2-0.4-1.9-0.4
180
+ c-0.7,0-1.4,0.1-2,0.4c-0.6,0.3-1.1,0.7-1.5,1.2c-0.4,0.5-0.7,1-1,1.7c-0.2,0.6-0.4,1.3-0.5,2h9.5
181
+ C456.7,161,456.6,160.3,456.4,159.7z"/>
182
+ <path class="st1" d="M470,157.3c-0.7-0.6-1.6-0.9-2.8-0.9c-0.9,0-1.6,0.2-2.3,0.5c-0.6,0.4-1.2,0.8-1.6,1.4c-0.4,0.6-0.8,1.3-1,2
183
+ c-0.2,0.8-0.3,1.5-0.3,2.3c0,0.8,0.1,1.5,0.3,2.3c0.2,0.8,0.5,1.4,1,2s1,1.1,1.6,1.4s1.4,0.5,2.3,0.5c0.6,0,1.1-0.1,1.6-0.3
184
+ c0.5-0.2,0.9-0.5,1.3-0.9c0.4-0.4,0.7-0.8,0.9-1.3c0.2-0.5,0.4-1.1,0.5-1.7h1.8c-0.2,1.8-0.9,3.2-2,4.2c-1.1,1-2.4,1.5-4.1,1.5
185
+ c-1.1,0-2.1-0.2-3-0.6c-0.9-0.4-1.6-1-2.2-1.7c-0.6-0.7-1-1.5-1.3-2.5c-0.3-0.9-0.5-1.9-0.5-3c0-1.1,0.2-2.1,0.5-3
186
+ c0.3-0.9,0.8-1.8,1.3-2.5c0.6-0.7,1.3-1.3,2.2-1.7c0.9-0.4,1.9-0.6,3-0.6c1.6,0,2.9,0.4,4,1.3c1.1,0.8,1.7,2.1,2,3.8h-1.8
187
+ C471.1,158.8,470.7,158,470,157.3z"/>
188
+ <path class="st1" d="M477.6,149.6v8.2h0.1c0.3-0.9,1-1.6,1.8-2.2s1.8-0.8,2.9-0.8c1,0,1.9,0.1,2.6,0.4c0.7,0.3,1.3,0.6,1.7,1.1
189
+ c0.4,0.5,0.7,1.1,0.9,1.8s0.3,1.5,0.3,2.4v9.5H486v-9.2c0-0.6-0.1-1.2-0.2-1.8c-0.1-0.5-0.3-1-0.6-1.4c-0.3-0.4-0.7-0.7-1.2-0.9
190
+ c-0.5-0.2-1.1-0.3-1.8-0.3c-0.7,0-1.4,0.1-1.9,0.4c-0.6,0.3-1,0.6-1.4,1.1s-0.7,1-0.9,1.6c-0.2,0.6-0.3,1.3-0.4,2v8.6h-1.8v-20.4
191
+ H477.6z"/>
192
+ <path class="st1" d="M491.5,157.6c0.3-0.6,0.7-1.1,1.2-1.5c0.5-0.4,1.1-0.7,1.8-0.9c0.7-0.2,1.5-0.3,2.3-0.3c0.6,0,1.3,0.1,1.9,0.2
193
+ c0.6,0.1,1.2,0.4,1.7,0.7s0.9,0.8,1.3,1.4c0.3,0.6,0.5,1.4,0.5,2.4v7.8c0,0.7,0.4,1.1,1.1,1.1c0.2,0,0.4,0,0.6-0.1v1.5
194
+ c-0.2,0-0.4,0.1-0.6,0.1c-0.2,0-0.4,0-0.6,0c-0.5,0-0.8-0.1-1.1-0.2c-0.3-0.1-0.5-0.3-0.6-0.5s-0.3-0.5-0.3-0.8
195
+ c0-0.3-0.1-0.7-0.1-1h-0.1c-0.3,0.5-0.7,0.9-1,1.3c-0.3,0.4-0.7,0.7-1.1,0.9c-0.4,0.2-0.9,0.4-1.4,0.6c-0.5,0.1-1.1,0.2-1.9,0.2
196
+ c-0.7,0-1.3-0.1-1.9-0.2c-0.6-0.2-1.1-0.4-1.6-0.8s-0.8-0.8-1.1-1.3c-0.3-0.5-0.4-1.2-0.4-1.9c0-1,0.2-1.8,0.7-2.4
197
+ c0.5-0.6,1.1-1,1.8-1.3s1.6-0.5,2.5-0.6c0.9-0.1,1.9-0.2,2.9-0.4c0.4,0,0.7-0.1,1-0.1c0.3-0.1,0.5-0.2,0.7-0.3s0.3-0.3,0.4-0.6
198
+ c0.1-0.2,0.2-0.6,0.2-1c0-0.6-0.1-1.1-0.3-1.5s-0.5-0.7-0.8-0.9c-0.4-0.2-0.8-0.4-1.2-0.5c-0.5-0.1-1-0.1-1.5-0.1
199
+ c-1.1,0-2.1,0.3-2.8,0.8c-0.7,0.5-1.1,1.4-1.1,2.6H491C491.1,159,491.2,158.2,491.5,157.6z M500.5,162c-0.1,0.2-0.3,0.4-0.7,0.5
200
+ c-0.3,0.1-0.6,0.2-0.9,0.2c-0.8,0.1-1.5,0.3-2.4,0.4s-1.5,0.3-2.2,0.5s-1.2,0.5-1.6,0.9c-0.4,0.4-0.6,0.9-0.6,1.7
201
+ c0,0.5,0.1,0.9,0.3,1.2c0.2,0.4,0.4,0.7,0.7,0.9s0.7,0.5,1.1,0.6c0.4,0.1,0.8,0.2,1.2,0.2c0.7,0,1.3-0.1,2-0.3
202
+ c0.6-0.2,1.2-0.5,1.6-0.9c0.5-0.4,0.8-0.9,1.1-1.5s0.4-1.2,0.4-1.9L500.5,162L500.5,162z"/>
203
+ <path class="st1" d="M507.8,155.3v2.5h0.1c0.3-0.9,1-1.6,1.8-2.2s1.8-0.8,2.9-0.8c1,0,1.9,0.1,2.6,0.4c0.7,0.3,1.3,0.6,1.7,1.1
204
+ c0.4,0.5,0.7,1.1,0.9,1.8s0.3,1.5,0.3,2.4v9.5h-1.8v-9.2c0-0.6-0.1-1.2-0.2-1.8c-0.1-0.5-0.3-1-0.6-1.4c-0.3-0.4-0.7-0.7-1.2-0.9
205
+ c-0.5-0.2-1.1-0.3-1.8-0.3c-0.7,0-1.4,0.1-1.9,0.4c-0.6,0.3-1,0.6-1.4,1.1s-0.7,1-0.9,1.6c-0.2,0.6-0.3,1.3-0.4,2v8.6H506v-14.7
206
+ H507.8z"/>
207
+ <path class="st1" d="M523.2,149.6v2.9h-1.8v-2.9H523.2z M523.2,155.3V170h-1.8v-14.7H523.2z"/>
208
+ <path class="st1" d="M535.7,157.3c-0.7-0.6-1.6-0.9-2.8-0.9c-0.9,0-1.6,0.2-2.3,0.5c-0.6,0.4-1.2,0.8-1.6,1.4c-0.4,0.6-0.8,1.3-1,2
209
+ c-0.2,0.8-0.3,1.5-0.3,2.3c0,0.8,0.1,1.5,0.3,2.3c0.2,0.8,0.5,1.4,1,2s1,1.1,1.6,1.4c0.6,0.4,1.4,0.5,2.3,0.5
210
+ c0.6,0,1.1-0.1,1.6-0.3c0.5-0.2,0.9-0.5,1.3-0.9c0.4-0.4,0.7-0.8,0.9-1.3c0.2-0.5,0.4-1.1,0.5-1.7h1.8c-0.2,1.8-0.9,3.2-2,4.2
211
+ c-1.1,1-2.4,1.5-4.1,1.5c-1.1,0-2.1-0.2-3-0.6c-0.9-0.4-1.6-1-2.2-1.7c-0.6-0.7-1-1.5-1.3-2.5s-0.5-1.9-0.5-3c0-1.1,0.2-2.1,0.5-3
212
+ s0.8-1.8,1.3-2.5c0.6-0.7,1.3-1.3,2.2-1.7s1.9-0.6,3-0.6c1.6,0,2.9,0.4,4,1.3c1.1,0.8,1.7,2.1,2,3.8H537
213
+ C536.8,158.8,536.3,158,535.7,157.3z"/>
214
+ <path class="st1" d="M550,158.2c-0.2-0.4-0.5-0.7-0.8-1c-0.4-0.3-0.8-0.5-1.2-0.6c-0.5-0.1-0.9-0.2-1.5-0.2c-0.4,0-0.8,0-1.2,0.1
215
+ c-0.4,0.1-0.8,0.2-1.1,0.4c-0.3,0.2-0.6,0.5-0.8,0.8c-0.2,0.3-0.3,0.7-0.3,1.2c0,0.4,0.1,0.7,0.3,1c0.2,0.3,0.5,0.5,0.8,0.7
216
+ s0.6,0.3,1,0.5c0.4,0.1,0.7,0.2,1,0.3l2.4,0.5c0.5,0.1,1,0.2,1.5,0.4s1,0.5,1.3,0.8c0.4,0.3,0.7,0.7,1,1.2c0.2,0.5,0.4,1,0.4,1.7
217
+ c0,0.8-0.2,1.5-0.5,2c-0.4,0.6-0.8,1-1.4,1.4c-0.6,0.4-1.2,0.6-1.9,0.8c-0.7,0.2-1.4,0.2-2.1,0.2c-1.7,0-3.1-0.4-4.2-1.2
218
+ c-1.1-0.8-1.7-2.1-1.8-3.9h1.8c0.1,1.2,0.5,2.1,1.3,2.8c0.8,0.6,1.8,0.9,3,0.9c0.4,0,0.9,0,1.4-0.1c0.5-0.1,0.9-0.3,1.3-0.5
219
+ s0.7-0.5,1-0.9c0.3-0.4,0.4-0.8,0.4-1.3c0-0.4-0.1-0.8-0.3-1.1c-0.2-0.3-0.4-0.5-0.7-0.7s-0.7-0.4-1-0.5c-0.4-0.1-0.8-0.2-1.2-0.3
220
+ l-2.3-0.5c-0.6-0.2-1.1-0.3-1.6-0.5c-0.5-0.2-0.9-0.4-1.3-0.7c-0.4-0.3-0.7-0.7-0.9-1.1c-0.2-0.4-0.3-1-0.3-1.6
221
+ c0-0.7,0.2-1.4,0.5-1.9c0.3-0.5,0.8-1,1.3-1.3c0.5-0.3,1.1-0.6,1.8-0.7s1.3-0.2,2-0.2c0.7,0,1.4,0.1,2.1,0.3
222
+ c0.6,0.2,1.2,0.5,1.7,0.9c0.5,0.4,0.9,0.9,1.2,1.5s0.4,1.3,0.5,2.1h-1.8C550.3,159.1,550.2,158.6,550,158.2z"/>
223
+ </g>
224
+ <g class="st0">
225
+ <path class="st1" d="M214.5,54.3c-2.2-9.6-6.2-16.4-12.2-20.5c-5.9-4.1-13.7-6.1-23.3-6.1c-6.8,0-12.6,1.4-17.5,4.1
226
+ c-4.9,2.7-8.9,6.4-12.1,10.9c-3.2,4.6-5.5,9.9-7,15.9c-1.5,6-2.3,12.3-2.3,19c0,6.2,0.6,12.4,2,18.4c1.3,6,3.5,11.4,6.5,16.2
227
+ c3,4.7,7.1,8.6,12.2,11.5c5.1,2.9,11.5,4.4,19.2,4.4c4.8,0,9.2-0.8,13.1-2.3c4-1.6,7.4-3.7,10.4-6.5c3-2.8,5.5-6,7.5-9.8
228
+ c2-3.7,3.6-7.9,4.6-12.3h11.1c-1.2,5.4-3.1,10.5-5.5,15.4c-2.4,4.8-5.5,9.1-9.4,12.7c-3.9,3.6-8.6,6.5-14.2,8.7
229
+ c-5.6,2.1-12.1,3.2-19.6,3.2c-8.6,0-16-1.6-22.2-4.8c-6.1-3.2-11.2-7.5-15.1-12.9c-3.9-5.4-6.7-11.7-8.5-18.8
230
+ c-1.8-7.1-2.7-14.7-2.7-22.7c0-10.7,1.3-19.8,4-27.3c2.7-7.5,6.3-13.6,11-18.3c4.7-4.7,10.2-8.2,16.6-10.3
231
+ c6.3-2.1,13.3-3.2,20.8-3.2c5.7,0,11.1,0.8,16,2.3c4.9,1.5,9.3,3.8,13.1,6.8c3.8,3,6.9,6.7,9.4,11.2c2.4,4.4,4.1,9.6,5.1,15.4
232
+ H214.5z"/>
233
+ <path class="st1" d="M237.1,134.1l44.2-112.4h12l43.1,112.4h-10.9l-13-35.3h-51.2l-13.3,35.3H237.1z M264.9,89.8h44l-22-59
234
+ L264.9,89.8z"/>
235
+ <path class="st1" d="M356,100.6c0.4,5,1.5,9.2,3.4,12.7c1.8,3.5,4.2,6.3,7,8.5c2.9,2.2,6.2,3.8,9.9,4.8c3.7,1,7.8,1.5,12,1.5
236
+ c5,0,9.3-0.6,13-1.9c3.6-1.2,6.6-2.9,8.9-5.1c2.3-2.1,4-4.6,5.1-7.4c1.1-2.8,1.6-5.8,1.6-8.9c0-4.4-1-7.9-3-10.6
237
+ c-2-2.7-4.6-4.9-7.7-6.6c-3.2-1.7-6.8-3.1-10.9-4.1c-4.1-1-8.3-2.1-12.6-3c-4.3-1-8.5-2.2-12.6-3.5c-4.1-1.4-7.8-3.2-10.9-5.5
238
+ c-3.2-2.3-5.8-5.2-7.7-8.8c-2-3.6-3-8.1-3-13.7c0-3.8,0.8-7.6,2.4-11.2c1.6-3.6,4-6.9,7.2-9.7c3.2-2.8,7.2-5,11.9-6.7
239
+ c4.8-1.7,10.3-2.5,16.6-2.5c6.3,0,11.9,0.9,16.6,2.7c4.7,1.8,8.7,4.2,11.8,7.3c3.1,3.1,5.5,6.6,7,10.7s2.3,8.4,2.3,13h-10.2
240
+ c0-4.3-0.8-8-2.3-11.1c-1.5-3.1-3.6-5.7-6.2-7.7c-2.6-2-5.6-3.4-8.9-4.4c-3.3-0.9-6.8-1.4-10.3-1.4c-5.4,0-10,0.8-13.7,2.3
241
+ c-3.7,1.5-6.6,3.5-8.8,5.9c-2.2,2.4-3.7,5.1-4.5,8c-0.8,2.9-1,5.8-0.5,8.7c0.6,3.6,2.1,6.6,4.4,8.7c2.3,2.2,5.1,4,8.4,5.4
242
+ c3.3,1.4,7,2.6,11,3.4c4,0.9,8.1,1.8,12.3,2.8c4.2,1,8.2,2.2,12.1,3.5c3.9,1.4,7.4,3.2,10.4,5.5c3,2.3,5.4,5.2,7.3,8.8
243
+ c1.8,3.6,2.7,8.1,2.7,13.5c0,10.4-3.6,18.5-10.8,24.2c-7.2,5.7-17.3,8.6-30.3,8.6c-5.8,0-11.2-0.8-16.2-2.3c-5-1.5-9.3-3.8-13-6.9
244
+ c-3.6-3.1-6.5-6.9-8.5-11.4c-2-4.5-3-9.9-3-16H356z"/>
245
+ <path class="st1" d="M446.5,134.1V21.7h16.2l36.9,99.2h0.3l36.2-99.2h16.1v112.4h-10.6V33.9h-0.3l-36.9,100.3h-10l-37-100.3h-0.3
246
+ v100.3H446.5z"/>
247
+ </g>
248
+ <line class="st2" x1="0.7" y1="78.1" x2="117.8" y2="78.1"/>
249
+ <line class="st2" x1="0.5" y1="99.8" x2="47.2" y2="18.8"/>
250
+ <line class="st2" x1="90.5" y1="136.1" x2="22.9" y2="18.9"/>
251
+ <line class="st2" x1="23.7" y1="136" x2="91.2" y2="19"/>
252
+ <line class="st2" x1="67.8" y1="136" x2="117.8" y2="49.4"/>
253
+ <line class="st2" x1="46.1" y1="136" x2="0.3" y2="56.6"/>
254
+ <line class="st2" x1="0.5" y1="116.5" x2="117.7" y2="116.5"/>
255
+ <line class="st2" x1="0.5" y1="39.7" x2="117.7" y2="39.7"/>
256
+ <line class="st2" x1="117.8" y1="105.9" x2="67.6" y2="18.8"/>
257
+ <line class="st2" x1="2.2" y1="136" x2="0.5" y2="133"/>
258
+ <line class="st2" x1="117.7" y1="29.4" x2="111.5" y2="18.8"/>
259
+ <line class="st2" x1="0.5" y1="22.8" x2="2.8" y2="18.8"/>
260
+ <line class="st2" x1="112.8" y1="136" x2="117.4" y2="128"/>
261
+ <g>
262
+ <defs>
263
+ <rect id="SVGID_1_" x="0.5" y="18.8" width="117.2" height="117.2"/>
264
+ </defs>
265
+ <clipPath id="SVGID_00000168815586163219984210000010889044097491313033_">
266
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
267
+ </clipPath>
268
+ <g style="clip-path:url(#SVGID_00000168815586163219984210000010889044097491313033_);">
269
+ <circle class="st4" cx="123" cy="38.7" r="9.2"/>
270
+ <circle class="st4" cx="123.9" cy="116.4" r="9.2"/>
271
+ </g>
272
+ <use xlink:href="#SVGID_1_" style="overflow:visible;fill:none;stroke:#FFFFFF;stroke-miterlimit:10;"/>
273
+ </g>
274
+ <rect x="0.5" y="18.8" class="st5" width="117.2" height="117.2"/>
275
+ <rect x="0.5" y="18.8" class="st5" width="117.2" height="117.2"/>
276
+ <circle class="st6" cx="34.8" cy="39.7" r="9.2"/>
277
+ <circle class="st6" cx="79.6" cy="39.7" r="9.2"/>
278
+ <circle class="st6" cx="13" cy="78.1" r="9.2"/>
279
+ <circle class="st4" cx="57.1" cy="78.1" r="9.2"/>
280
+ <circle class="st4" cx="101.3" cy="78.1" r="9.2"/>
281
+ <circle class="st6" cx="79.1" cy="116.4" r="9.2"/>
282
+ <circle class="st6" cx="35" cy="116.5" r="9.2"/>
283
+ </svg>