@ons/design-system 70.0.3 → 70.0.4
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.
- package/components/icon/_macro.njk +23 -23
- package/components/icon/_macro.spec.js +6 -0
- package/components/radios/_macro.njk +19 -0
- package/components/radios/_radio.scss +3 -8
- package/components/radios/_radios.scss +6 -0
- package/components/radios/example-radios-with-revealed-text-area-expanded.njk +87 -0
- package/components/radios/example-radios-with-revealed-text-area.njk +86 -0
- package/components/tabs/example-tabs-details.njk +2 -2
- package/css/main.css +1 -1
- package/js/analytics.js +17 -6
- package/package.json +1 -1
- package/scripts/main.es5.js +1 -1
- package/scripts/main.js +1 -1
- package/scss/utilities/_utilities.scss +5 -0
|
@@ -6,91 +6,91 @@
|
|
|
6
6
|
|
|
7
7
|
{# Function icons A-Z #}
|
|
8
8
|
{%- if params.iconType == "arrow-forward" -%}
|
|
9
|
-
<svg class="{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" focusable="false" aria-hidden="true">
|
|
9
|
+
<svg class="{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24" focusable="false" aria-hidden="true" role="img" title="ons-icon-arrow-forward">
|
|
10
10
|
<path d="M4.2,12c0-0.6,0.4-1,1-1h11.2l-4.9-4.9c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l6.6,6.6c0.4,0.4,0.4,1,0,1.4l-6.6,6.6c-0.4,0.4-1,0.4-1.4,0c-0.4-0.4-0.4-1,0-1.4l4.9-4.9H5.2C4.7,13,4.2,12.6,4.2,12z" fill="currentColor"></path>
|
|
11
11
|
</svg>
|
|
12
12
|
{%- elif params.iconType == "arrow-next" -%}
|
|
13
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 17 13" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
13
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 17 13" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-arrow-next">
|
|
14
14
|
<path d="m10 .2-.9.9c-.1.1-.1.4 0 .5l4 4H.6c-.2 0-.4.2-.4.4v1.2c0 .2.2.4.4.4h12.5l-3.9 3.7c-.2.2-.2.4 0 .6l.8.9c.2.2.4.2.6 0L16.8 7c.2-.2.2-.4 0-.6L10.7.3c-.3-.2-.5-.2-.7-.1z"/>
|
|
15
15
|
</svg>
|
|
16
16
|
{%- elif params.iconType == "arrow-previous" -%}
|
|
17
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 17 13" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
17
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 17 13" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-arrow-previous">
|
|
18
18
|
<path d="M6.4.2.3 6.4c-.2.2-.2.4 0 .6l6.2 5.8c.2.2.4.1.6 0l.8-.9c.2-.2.1-.4 0-.6l-4-3.7h12.5c.2 0 .4-.2.4-.4V6c0-.2-.2-.4-.4-.4H3.8l4-4c.2-.1.2-.4.1-.5L7 .2c-.1-.1-.4-.1-.6 0z"/>
|
|
19
19
|
</svg>
|
|
20
20
|
{%- elif params.iconType == "arrow-up" -%}
|
|
21
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 13 20" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
21
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 13 20" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-arrow-up" >
|
|
22
22
|
<path fill="currentColor" d="M6.5 0L0 6.5 1.4 8l4-4v12.7h2V4l4.3 4L13 6.4z"></path>
|
|
23
23
|
</svg>
|
|
24
24
|
{%- elif params.iconType == "check" -%}
|
|
25
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 13 10" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
25
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 13 10" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-check">
|
|
26
26
|
<path d="M14.35,3.9l-.71-.71a.5.5,0,0,0-.71,0h0L5.79,10.34,3.07,7.61a.51.51,0,0,0-.71,0l-.71.71a.51.51,0,0,0,0,.71l3.78,3.78a.5.5,0,0,0,.71,0h0L14.35,4.6A.5.5,0,0,0,14.35,3.9Z" transform="translate(-1.51 -3.04)"/>
|
|
27
27
|
</svg>
|
|
28
28
|
{%- elif params.iconType == "chevron" -%}
|
|
29
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
29
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 8 13" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-chevron">
|
|
30
30
|
<path d="M5.74,14.28l-.57-.56a.5.5,0,0,1,0-.71h0l5-5-5-5a.5.5,0,0,1,0-.71h0l.57-.56a.5.5,0,0,1,.71,0h0l5.93,5.93a.5.5,0,0,1,0,.7L6.45,14.28a.5.5,0,0,1-.71,0Z" transform="translate(-5.02 -1.59)"/>
|
|
31
31
|
</svg>
|
|
32
32
|
{%- elif params.iconType == "download" -%}
|
|
33
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
33
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-download">
|
|
34
34
|
<path d="M5.6 9a.48.48 0 0 0 .7 0l3-3.2a.48.48 0 0 0 0-.7C9.3 5 9.2 5 9 5H7.5V.5A.47.47 0 0 0 7 0H5a.47.47 0 0 0-.5.5V5H3a.47.47 0 0 0-.5.5.37.37 0 0 0 .1.3Z" />
|
|
35
35
|
<path d="M11.5 9H11a.47.47 0 0 0-.5.5v1h-9v-1A.47.47 0 0 0 1 9H.5a.47.47 0 0 0-.5.5v2a.47.47 0 0 0 .5.5h11a.47.47 0 0 0 .5-.5v-2a.47.47 0 0 0-.5-.5Z" />
|
|
36
36
|
</svg>
|
|
37
37
|
{%- elif params.iconType == "exit" -%}
|
|
38
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
38
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-exit">
|
|
39
39
|
<path d="M13.85,7.65l-2.5-2.5a.5.5,0,0,0-.71,0,.48.48,0,0,0-.15.36V7h-3a.5.5,0,0,0-.5.5v1a.5.5,0,0,0,.5.5h3v1.5A.49.49,0,0,0,11,11a.48.48,0,0,0,.34-.14l2.51-2.5a.49.49,0,0,0,0-.68Z" transform="translate(-2 -2)"/>
|
|
40
40
|
<path d="M8.5,14h-6a.5.5,0,0,1-.5-.5V2.5A.5.5,0,0,1,2.5,2h6a.5.5,0,0,1,.5.5V3a.5.5,0,0,1-.5.5h-5v9h5A.5.5,0,0,1,9,13v.5A.5.5,0,0,1,8.5,14Z" transform="translate(-2 -2)"/>
|
|
41
41
|
</svg>
|
|
42
42
|
{%- elif params.iconType == "external-link" -%}
|
|
43
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden=true>
|
|
43
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden=true role="img" title="ons-icon-external-link">
|
|
44
44
|
<path d="M13.5,9H13a.5.5,0,0,0-.5.5v3h-9v-9h3A.5.5,0,0,0,7,3V2.5A.5.5,0,0,0,6.5,2h-4a.5.5,0,0,0-.5.5v11a.5.5,0,0,0,.5.5h11a.5.5,0,0,0,.5-.5v-4A.5.5,0,0,0,13.5,9Z" transform="translate(-2 -1.99)"/>
|
|
45
45
|
<path d="M8.83,7.88a.51.51,0,0,0,.71,0l2.31-2.32,1.28,1.28A.51.51,0,0,0,14,6.49v-4a.52.52,0,0,0-.5-.5h-4A.51.51,0,0,0,9,2.52a.58.58,0,0,0,.14.33l1.28,1.28L8.12,6.46a.51.51,0,0,0,0,.71Z" transform="translate(-2 -1.99)"/>
|
|
46
46
|
</svg>
|
|
47
47
|
{%- elif params.iconType == "lock" -%}
|
|
48
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 10 13" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
48
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 10 13" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-lock">
|
|
49
49
|
<path d="M12.25,6h-.72V4.49a3.5,3.5,0,0,0-7,0V6H3.75A.77.77,0,0,0,3,6.75v6.5a.77.77,0,0,0,.75.75h8.5a.77.77,0,0,0,.75-.75V6.75A.77.77,0,0,0,12.25,6ZM5.54,4.49a2.5,2.5,0,1,1,5,0V6h-5ZM9,11.66a.3.3,0,0,1-.26.34H7.29A.29.29,0,0,1,7,11.69v0l.39-1.82a1,1,0,1,1,1.4-.18.77.77,0,0,1-.18.18Z" transform="translate(-3 -0.99)"/>
|
|
50
50
|
</svg>
|
|
51
51
|
{%- elif params.iconType == "person" -%}
|
|
52
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
52
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-person">
|
|
53
53
|
<path d="M7,9H9a5,5,0,0,1,5,5H2A5,5,0,0,1,7,9Z" transform="translate(-2 -2)"/>
|
|
54
54
|
<circle cx="6" cy="3" r="3"/>
|
|
55
55
|
</svg>
|
|
56
56
|
{%- elif params.iconType == "print" -%}
|
|
57
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 20 16" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
57
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 20 16" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-print">
|
|
58
58
|
<path d="M17 4H3C1.3 4 0 5.2 0 6.8v5.5h4V16h12v-3.7h4V6.8C20 5.2 18.7 4 17 4zm-3 10H6V9h8v5zm3-6a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm-1-8H4v3h12V0z"/>
|
|
59
59
|
</svg>
|
|
60
60
|
{%- elif params.iconType == "quote" -%}
|
|
61
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 14 10" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
61
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 14 10" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-quote">
|
|
62
62
|
<path d="M13.44.77h-3l-2 4v6h6v-6h-3l2-4zm-8 0h-3l-2 4v6h6v-6h-3l2-4z" transform="translate(-0.44 -0.77)"/>
|
|
63
63
|
</svg>
|
|
64
64
|
{%- elif params.iconType == "search" -%}
|
|
65
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="currentColor">
|
|
65
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" fill="currentColor" role="img" title="ons-icon-search">
|
|
66
66
|
<path d="M11.86 10.23 8.62 6.99a4.63 4.63 0 1 0-6.34 1.64 4.55 4.55 0 0 0 2.36.64 4.65 4.65 0 0 0 2.33-.65l3.24 3.23a.46.46 0 0 0 .65 0l1-1a.48.48 0 0 0 0-.62Zm-5-3.32a3.28 3.28 0 0 1-2.31.93 3.22 3.22 0 1 1 2.35-.93Z"/>
|
|
67
67
|
</svg>
|
|
68
68
|
{%- elif params.iconType == "sort-sprite" -%}
|
|
69
|
-
<svg id="sort-sprite{% if params.id %}-{{ params.id | lower }}{% endif %}" class="ons-icon{{ iconClasses }}" viewBox="0 0 12 19" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor">
|
|
69
|
+
<svg id="sort-sprite{% if params.id %}-{{ params.id | lower }}{% endif %}" class="ons-icon{{ iconClasses }}" viewBox="0 0 12 19" xmlns="http://www.w3.org/2000/svg" focusable="false" fill="currentColor" role="img" title="ons-icon-sort-sprite">
|
|
70
70
|
<path class="ons-topTriangle" d="M6 0l6 7.2H0L6 0zm0 18.6l6-7.2H0l6 7.2zm0 3.6l6 7.2H0l6-7.2z"/>
|
|
71
71
|
<path class="ons-bottomTriangle" d="M6 18.6l6-7.2H0l6 7.2zm0 3.6l6 7.2H0l6-7.2z"/>
|
|
72
72
|
</svg>
|
|
73
73
|
{# Social media icons #}
|
|
74
74
|
{%- elif params.iconType == "facebook" -%}
|
|
75
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-facebook" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true">
|
|
75
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-facebook" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true" role="img" title="ons-icon-facebook">
|
|
76
76
|
<path d="M32,16.0986285 C32.0009185,7.5342974 25.337417,0.468462963 16.8372092,0.0203294753 C8.33700136,-0.427804013 0.97607758,5.89865855 0.0874346352,14.4161886 C-0.801208309,22.9337186 5.09355054,30.6602611 13.5009524,31.9979281 L13.5009524,20.7518951 L9.44,20.7518951 L9.44,16.0986285 L13.5009524,16.0986285 L13.5009524,12.549267 C13.5009524,8.5169471 15.8857143,6.28613892 19.5428571,6.28613892 C20.742535,6.30277426 21.9393895,6.40782423 23.1238095,6.60044523 L23.1238095,10.5637711 L21.1047619,10.5637711 C19.1161905,10.5637711 18.4990476,11.8056643 18.4990476,13.0782216 L18.4990476,16.0986285 L22.9409524,16.0986285 L22.2247619,20.7518951 L18.4990476,20.7518951 L18.4990476,31.9979281 C26.2735701,30.760956 31.9991507,24.0182672 32,16.0986285 L32,16.0986285 Z"/>
|
|
77
77
|
</svg>
|
|
78
78
|
{%- elif params.iconType == "twitter" -%}
|
|
79
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-twitter" viewBox="0 0 90.01 90.01" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true">
|
|
79
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-twitter" viewBox="0 0 90.01 90.01" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true" role="img" title="ons-icon-twitter">
|
|
80
80
|
<polygon points="24.89,23.01 57.79,66.99 65.24,66.99 32.34,23.01"/>
|
|
81
81
|
<path d="M 45 0 L 45 0 C 20.147 0 0 20.147 0 45 v 0 c 0 24.853 20.147 45 45 45 h 0 c 24.853 0 45 -20.147 45 -45 v 0 C 90 20.147 69.853 0 45 0 z M 56.032 70.504 L 41.054 50.477 L 22.516 70.504 h -4.765 L 38.925 47.63 L 17.884 19.496 h 16.217 L 47.895 37.94 l 17.072 -18.444 h 4.765 L 50.024 40.788 l 22.225 29.716 H 56.032 z"/>
|
|
82
82
|
</svg>
|
|
83
83
|
{%- elif params.iconType == "instagram" -%}
|
|
84
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-instagram" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true">
|
|
84
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-instagram" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true" role="img" title="ons-icon-title">
|
|
85
85
|
<path d="M21.34,9.46c0.66,0,1.2,0.54,1.2,1.2c0,0.66-0.54,1.2-1.2,1.2c-0.66,0-1.2-0.54-1.2-1.2C20.14,10,20.68,9.46,21.34,9.46z M16,12.67c-1.84,0-3.33,1.49-3.33,3.33c0,1.84,1.49,3.33,3.33,3.33c1.84,0,3.33-1.49,3.33-3.33C19.33,14.16,17.84,12.67,16,12.67z M16,10.86c2.84,0,5.14,2.3,5.14,5.14c0,2.84-2.3,5.14-5.14,5.14c-2.84,0-5.14-2.3-5.14-5.14C10.86,13.16,13.16,10.86,16,10.86z M16.56,7.8h-1.11c-2.17,0-2.51,0.01-3.49,0.06c-0.97,0.04-1.5,0.21-1.86,0.34C9.64,8.39,9.3,8.6,8.95,8.95C8.6,9.3,8.39,9.64,8.2,10.1c-0.14,0.35-0.3,0.88-0.34,1.86c-0.04,0.98-0.06,1.32-0.06,3.49v1.11c0,2.17,0.01,2.51,0.06,3.49c0.04,0.97,0.21,1.5,0.34,1.86c0.18,0.47,0.4,0.8,0.75,1.15c0.35,0.35,0.68,0.57,1.15,0.75c0.35,0.14,0.88,0.3,1.86,0.34c0.94,0.04,1.29,0.06,3.23,0.06h1.61c1.94,0,2.3-0.02,3.23-0.06c0.97-0.04,1.5-0.21,1.86-0.34c0.47-0.18,0.8-0.4,1.15-0.75c0.35-0.35,0.57-0.68,0.75-1.15c0.14-0.35,0.3-0.88,0.34-1.86c0.04-0.94,0.06-1.29,0.06-3.23v-1.61c0-1.94-0.02-2.3-0.06-3.23c-0.04-0.97-0.21-1.5-0.34-1.86c-0.18-0.47-0.4-0.8-0.75-1.15C22.7,8.6,22.36,8.39,21.9,8.2c-0.35-0.14-0.88-0.3-1.86-0.34C19.06,7.82,18.72,7.8,16.56,7.8z M17.03,6c1.8,0,2.18,0.02,3.1,0.06c1.06,0.05,1.79,0.22,2.43,0.46c0.66,0.26,1.22,0.6,1.77,1.15c0.56,0.56,0.9,1.11,1.15,1.77c0.25,0.64,0.42,1.36,0.46,2.43c0.05,0.99,0.06,1.35,0.06,3.58v1.09c0,2.22-0.01,2.59-0.06,3.58c-0.05,1.06-0.22,1.79-0.46,2.43c-0.26,0.66-0.6,1.22-1.15,1.77c-0.56,0.56-1.11,0.9-1.77,1.15c-0.64,0.25-1.36,0.42-2.43,0.46C19.13,25.99,18.77,26,16.55,26h-1.09c-2.22,0-2.59-0.01-3.58-0.06c-1.06-0.05-1.79-0.22-2.43-0.46c-0.66-0.26-1.22-0.6-1.77-1.15c-0.56-0.56-0.9-1.11-1.15-1.77c-0.25-0.64-0.42-1.36-0.46-2.43C6.02,19.21,6,18.83,6,17.03v-2.06c0-1.8,0.02-2.18,0.06-3.1c0.05-1.06,0.22-1.79,0.46-2.43c0.26-0.66,0.6-1.22,1.15-1.77c0.56-0.56,1.11-0.9,1.77-1.15c0.64-0.25,1.36-0.42,2.43-0.46C12.79,6.02,13.17,6,14.97,6H17.03z M16,0C7.16,0,0,7.16,0,16s7.16,16,16,16s16-7.16,16-16c0-4.24-1.69-8.31-4.69-11.31S20.24,0,16,0z"/>
|
|
86
86
|
</svg>
|
|
87
87
|
{%- elif params.iconType == "linkedin" -%}
|
|
88
|
-
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-linkedin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true">
|
|
88
|
+
<svg class="{% if params.iconSize %}ons-icon ons-icon--{{ params.iconSize }}{% else %}ons-icon{% endif %}{{ iconClasses }}" id="icon-linkedin" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg" focusable="false" aria-hidden="true" role="img" title="ons-icon-linkedin">
|
|
89
89
|
<path d="M16,-3.41060513e-13 C20.2434638,-3.41060513e-13 24.3131264,1.68570945 27.3137085,4.6862915 C30.3142906,7.68687356 32,11.7565362 32,16 C32,24.836556 24.836556,32 16,32 C7.163444,32 0,24.836556 0,16 C0,7.163444 7.163444,-3.41060513e-13 16,-3.41060513e-13 Z M11.3505859,12.4641113 L7.45385744,12.4641113 L7.45385744,24.1875 L11.3505859,24.1875 L11.3505859,12.4641113 Z M20.9152832,12.1889649 C18.8479004,12.1889649 17.9213867,13.3251953 17.4035644,14.1240234 L17.4035644,14.1240234 L17.4035644,12.4641113 L13.5070801,12.4641113 C13.5212538,12.7696262 13.5275532,13.809993 13.5292593,15.1533871 L13.5293118,16.8832762 C13.5292156,16.9843911 13.5291048,17.0860852 13.5289803,17.1882303 L13.5280782,17.8054916 L13.5280782,17.8054916 L13.5268961,18.427439 C13.5216699,20.9164121 13.5108442,23.3704557 13.5078578,24.0208157 L13.5070801,24.1875 L17.4035644,24.1875 L17.4035644,17.640625 C17.4035644,17.2902832 17.4287109,16.9401856 17.5317382,16.6896972 C17.8134766,15.9897461 18.4545899,15.2646484 19.5310059,15.2646484 C20.940918,15.2646484 21.5051269,16.3395996 21.5051269,17.9157715 L21.5051269,17.9157715 L21.5051269,24.1875 L25.4013672,24.1875 L25.4013672,17.465332 C25.4013672,13.8645019 23.4790039,12.1889649 20.9152832,12.1889649 Z M9.42822263,6.8125 C8.09521488,6.8125 7.22363281,7.68774412 7.22363281,8.83813475 C7.22363281,9.96313475 8.06933594,10.8632812 9.37695313,10.8632812 L9.37695313,10.8632812 L9.40234375,10.8632812 C10.7612305,10.8632812 11.6069336,9.96313475 11.6069336,8.83813475 C11.581543,7.68774412 10.7612305,6.8125 9.42822263,6.8125 Z"/>
|
|
90
90
|
</svg>
|
|
91
91
|
{# Animated icons #}
|
|
92
92
|
{%- elif params.iconType == "loader" -%}
|
|
93
|
-
<svg class="ons-icon{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" fill="currentcolor">
|
|
93
|
+
<svg class="ons-icon{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" focusable="false" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid" fill="currentcolor" role="img" title="ons-icon-loader">
|
|
94
94
|
<rect x="0" y="0" width="100" height="100" fill="none"></rect>
|
|
95
95
|
<rect x='46.5' y='40' width='7' height='20' rx='5' ry='5' transform='rotate(0 50 50) translate(0 -30)'>
|
|
96
96
|
<animate attributeName='opacity' from='1' to='0' dur='1s' begin='0s' repeatCount='indefinite'/>
|
|
@@ -251,18 +251,18 @@
|
|
|
251
251
|
</g>
|
|
252
252
|
</svg>
|
|
253
253
|
{%- elif params.iconType == "crest" -%}
|
|
254
|
-
<svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="115px" height="96px" viewBox="0 0 115 96" focusable="false"
|
|
254
|
+
<svg class="ons-icon--logo{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="115px" height="96px" viewBox="0 0 115 96" focusable="false" role="img" title="ons-icon-crest" >
|
|
255
255
|
<title id="{{ params.altTextId | default ('crest-alt') }}">{{ params.altText | default ('Royal coat of arms of the United Kingdom') }}</title>
|
|
256
256
|
<path fill="#222222" d="M57.6,1c-0.7,0.8-1.1,1.5-1.2,2.3C57.1,3.2,58,2.6,58.5,2v3.2C58,4.5,57.1,4,56.4,3.8c0.1,0.8,0.6,1.6,1.3,2.1 h-3.2c0.7-0.5,1.2-1.3,1.3-2.1c-0.8,0.1-1.6,0.7-2.1,1.4V2c0.5,0.7,1.4,1.2,2.1,1.4c-0.1-0.8-0.6-1.5-1.2-2.3H57.6z M23.9,5.9 c0.3-0.3,0.7-0.3,1,0c0.3,0.3,0.3,0.7,0,1c-0.3,0.3-0.7,0.3-1,0C23.6,6.6,23.6,6.1,23.9,5.9z M25.7,6.2c0.3-0.3,0.7-0.3,0.9,0 c0.3,0.3,0.3,0.7,0,1c-0.3,0.3-0.7,0.3-0.9,0C25.4,6.8,25.4,6.4,25.7,6.2z M22.4,7c0.3-0.3,0.7-0.3,1,0c0.3,0.3,0.3,0.7,0,0.9 c-0.3,0.3-0.7,0.3-1,0C22.1,7.7,22.1,7.3,22.4,7z M56.7,6.3c1.2,0.3,2.1,1.2,2.3,2.4h-2.3V6.3z M55.4,6.3v2.4h-2.3 C53.3,7.5,54.3,6.5,55.4,6.3z M26.8,7.6c0.3-0.3,0.7-0.3,1,0c0.3,0.3,0.3,0.7,0,1c-0.3,0.3-0.7,0.3-1,0C26.5,8.3,26.5,7.9,26.8,7.6z M20.5,5.5l0.1,1.3c0,0,0,0,0,0L21.5,6l0.5,1.2l-1.1-0.1c0,0,0,0.1,0,0.1c0.2,0.3,0.6,0.6,0.9,0.9c0.3,0.1,0.5,0.4,0.5,0.8 c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9c0-0.4,0-1.1-0.1-1.5c0,0-0.1,0-0.1,0l-0.7,0.8L19,7l1-0.1c0,0,0-0.1,0-0.1l-0.8-0.9 L20.5,5.5z M19.1,8.4c0.4,0,0.7,0.3,0.7,0.7c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7C18.5,8.7,18.8,8.4,19.1,8.4z M17.3,8.6 c0.4,0,0.7,0.3,0.7,0.7c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7C16.7,8.9,17,8.6,17.3,8.6z M16.3,10c0.4,0,0.7,0.3,0.7,0.7 c0,0.4-0.3,0.7-0.7,0.7c-0.4,0-0.7-0.3-0.7-0.7C15.6,10.3,15.9,10,16.3,10z M65.7,9.5c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C64.8,9.9,65.2,9.5,65.7,9.5z M46.3,9.5c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C45.4,9.9,45.8,9.5,46.3,9.5z M63.3,9.7c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C62.4,10.2,62.8,9.7,63.3,9.7z M48.8,9.7c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C47.8,10.2,48.3,9.7,48.8,9.7z M44,10.2c0.5,0,0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 S43.5,10.2,44,10.2z M68.1,10.2c0.5,0,0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9S67.6,10.2,68.1,10.2z M58.9,9.8 c-0.3,1.3-1.5,2.3-2.9,2.3c-1.4,0-2.6-1-2.9-2.3H58.9z M51.1,10.4c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C50.2,10.8,50.6,10.4,51.1,10.4z M61,10.4c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9 c-0.5,0-0.9-0.4-0.9-0.9C60,10.8,60.5,10.4,61,10.4z M16.5,11.8c0.4,0,0.7,0.3,0.7,0.7c0,0.4-0.3,0.7-0.7,0.7 c-0.4,0-0.7-0.3-0.7-0.7C15.8,12.1,16.1,11.8,16.5,11.8z M58.8,11.4c0.5,0,0.9,0.4,0.9,0.9s-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 S58.3,11.4,58.8,11.4z M53.3,11.4c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C52.4,11.9,52.8,11.4,53.3,11.4z M69.9,11.8c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C69,12.3,69.4,11.8,69.9,11.8z M42.2,11.8c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C41.2,12.3,41.7,11.8,42.2,11.8z M70.9,14c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C70,14.4,70.4,14,70.9,14z M41.2,14c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9C40.2,14.4,40.6,14,41.2,14 z M24.7,8.5c0.8,0.5,1,1.1,0.6,2c0.3-0.4,1.1-0.4,1,0.5c-0.4-0.4-0.8-0.1-0.7,0.3c0.1,0.3,0.4,0.6,0.8,0.5c0.3-0.1,0.8-0.5,0.8-1.5 c-0.2,0.1-0.4,0.3-0.6,0.6l-0.1-1.6c0.3,0.4,0.5,0.6,0.7,0.6c0-0.3-0.1-0.5-0.4-0.9l1,0c-0.2,0.8-0.3,1.9-0.1,3.6 c-1.2,0.3-3.2,0.9-4.4,1.4c-1.2,0.5-3.1,1.4-4.1,2.1c-1-1.4-1.8-2.1-2.5-2.5l0.8-0.7c0.1,0.5,0.2,0.7,0.4,0.9 c0.1-0.2,0.1-0.5,0.1-0.9l1,1.2c-0.3-0.1-0.6-0.1-0.8,0c0.8,0.7,1.3,0.7,1.6,0.5c0.4-0.2,0.4-0.7,0.2-0.9c-0.3-0.4-0.7-0.3-0.7,0.3 c-0.7-0.6-0.2-1.1,0.4-1.1c-0.9-0.4-1.2-0.9-1-1.8c1,0.3,1.2,0.8,1.2,1.7c0.2-0.7,1-0.7,1.1,0.2c-0.5-0.4-0.8,0.1-0.5,0.5 c0.2,0.4,0.9,0.5,1.5,0.2c0.9-0.5,0.7-1.1,0.5-1.7c-0.2,0.1-0.6,0.4-0.7,1.1l-0.7-1.4c0.5,0.2,0.9,0.2,1.3,0 c-0.3-0.3-1.1-0.8-1.1-0.8l1.9-0.8c0,0-0.3,0.9-0.3,1.4c0.4-0.2,0.7-0.4,0.9-0.9l0.5,1.5c-0.6-0.4-1.1-0.4-1.3-0.3 c0.2,0.5,0.5,1.1,1.5,0.8c0.7-0.2,1.1-0.7,1-1.2c-0.1-0.5-0.6-0.6-0.8,0c-0.6-0.7,0-1.2,0.6-0.9C24.4,10,24.2,9.4,24.7,8.5z M57.6,13.1v4.3h-1v-4C57,13.4,57.3,13.3,57.6,13.1z M54.4,13.1c0.3,0.2,0.7,0.3,1,0.3v4h-1V13.1z M71.2,16.3c0.5,0,0.9,0.4,0.9,0.9 c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9C70.3,16.7,70.7,16.3,71.2,16.3z M40.8,16.3c0.5,0,0.9,0.4,0.9,0.9 c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9C39.9,16.7,40.3,16.3,40.8,16.3z M30,15.4c-1,0.6-2.5,1.2-3.8,1.8 c0.6,1,1.8,1.6,2.8,0.9C29.7,17.5,29.1,16.8,30,15.4z M88.3,18.1c-0.9,0-1.1,0.5-1.2,1l0,0.2c0,0.2-0.1,0.5-0.2,0.7 c1-0.6,2.2-0.9,3.6-1C89.6,18.8,89,18.1,88.3,18.1z M41.3,18.5c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C40.4,19,40.8,18.5,41.3,18.5z M70.8,18.5c0.5,0,0.9,0.4,0.9,0.9c0,0.5-0.4,0.9-0.9,0.9c-0.5,0-0.9-0.4-0.9-0.9 C69.8,19,70.3,18.5,70.8,18.5z M23.5,18.2c-1.3,0.5-2.8,1.1-4,1.3c1.7,0.4,1.6,1.3,2.6,1.2C23.3,20.7,23.7,19.3,23.5,18.2z M63,16.5 c0.5,1,1,1.6,0.9,2.4c-0.1,0.8-0.9,1.4-1.3,2.2c-0.4-0.9-1-1.6-0.9-2.4C61.8,18,62.8,17,63,16.5z M49.1,16.5 c0.2,0.5,1.2,1.5,1.3,2.2c0.1,0.7-0.5,1.4-0.9,2.4c-0.4-0.8-1.2-1.4-1.3-2.2C48.1,18.1,48.6,17.5,49.1,16.5z M28.6,20 c-0.3-0.3-0.6-0.2-1.1-0.1L24,21.2c-0.4,0.2-0.7,0.4-0.7,0.8c0,0.1,0,0.2,0,0.3l0,0.2c0,0.3,0,0.5,0.2,0.6c0.4,0.1,0.4-0.9,1-1 c0.5-0.1,0.5,0.4,0.1,1.2c0.8-0.2,1.6-0.6,2,0.2c0.3,0.6,0.2,1-0.4,1.6c-0.3,0.3-0.1,0.9,0.1,1.6c0.2,0.7,1.2,1.8,2.4,1.3 c1.3-0.6,1.2-1.8,0.8-2.5c-0.3-0.7-0.6-1.3-1-1.3c-0.7,0-1.1-0.2-1.4-0.9c-0.3-0.8,0.6-1.1,1.3-1.5c-0.8-0.2-1.2-0.6-0.7-0.9 c0.5-0.4,1.2,0.3,1.4,0C29.4,20.5,28.8,20.2,28.6,20z M56.3,27.1h-0.4c-3.6,0-10.4,0.3-10.4,2.7c0,0.7,0.4,1.3,1.5,1.9 c1.8-1.2,4.8-2.5,9.2-2.5c4.4,0,7.4,1.3,9.2,2.5c1-0.6,1.5-1.2,1.5-1.9c0-2.5-7.1-2.7-10.6-2.7L56.3,27.1z M81.9,30.6 c-0.4,0-0.8,0.1-1.1,0.3c-0.4,0.3-0.6,0.7-0.6,1.1c0,0.2,0,0.3,0.2,0.5c0.3,0.4,1.1,0.4,1.6,0c0.3-0.3,0.6-0.6,0.6-1 c0-0.2,0-0.4-0.1-0.6C82.3,30.7,82,30.6,81.9,30.6z M81.8,29.8l0.2,0c0.4,0.1,0.8,0.3,1,0.6c0.2,0.3,0.3,0.7,0.3,1.2 c-0.1,0.6-0.4,1.1-0.9,1.5c-0.9,0.7-2.1,0.7-2.7-0.1c-0.6-0.7-0.3-1.9,0.6-2.6c0.5-0.4,1.1-0.6,1.7-0.5L81.8,29.8z M51,32.1 c0.3-0.1,0.5-0.1,0.8,0c0.2,0.1,0.4,0.3,0.5,0.6c0,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.3-0.1,0.4c-0.1,0.2-0.3,0.4-0.6,0.5 c-0.9,0.3-1.2-0.3-1.3-0.6c-0.1-0.2-0.1-0.5,0-0.8C50.5,32.3,50.7,32.2,51,32.1z M56.7,30.4l0,2.4c0,0.4,0,0.5-0.1,0.5 c-0.1,0.1-0.3,0.2-0.6,0.2c-0.2,0-0.4,0-0.5-0.2c-0.1-0.1-0.1-0.1-0.1-0.5v-2.5l-1.3,0l0,2.6c0,1.2,1,1.8,1.9,1.7 c0.6,0,1.1-0.2,1.5-0.6c0.3-0.3,0.5-0.8,0.5-1.3v-2.6L56.7,30.4z M59.3,30.5l-0.9,4.4l1.2,0.2l0.9-4.4L59.3,30.5z M53.4,32.2 c-0.4-1.2-1.7-1.7-2.9-1.3c-0.6,0.2-1.1,0.7-1.4,1.2c-0.2,0.5-0.2,1.1,0,1.7c0.3,1,1.3,1.5,2.3,1.4c0.2,0.1,1.2,0.3,2.2,0.1l0.5-1.2 c-0.4,0.1-0.8,0-1,0c0.2-0.4,0.4-0.8,0.4-1.2C53.6,32.7,53.5,32.4,53.4,32.2z M78.4,34.5c-0.3,0-0.4,0.1-0.6,0.2 c-0.3,0.2-0.4,0.6-0.4,1c0,0,0,0.1,0,0.1c0,0.7,0.4,1.2,0.9,1.2c0.2,0,0.4-0.1,0.6-0.2c0.3-0.2,0.4-0.6,0.5-1c0-0.4-0.1-0.8-0.3-1.1 C78.8,34.7,78.6,34.5,78.4,34.5z M63.8,31.8l-2.5,3.6l1.1,0.6l1.2-1.8l0.2,1.4l1.3-0.3L63.8,37l1,0.7l2.6-3.5l-0.8-0.6l-1.7,0.4 l-0.3-1.8L63.8,31.8z M45.8,33.5l-2.6,2.4l0.8,0.9l0.9-0.8l2,2.2l0.9-0.8c0,0-1.9-2-2-2.2l0.9-0.8L45.8,33.5z M85.7,27.9L85.7,27.9 c0,0.1-0.8,2.6-1.2,3.9l0,0.1l12.2,7l0-0.1c0.3-0.3,0.6-0.7,0.9-1l0.3-0.3c0.7-0.8,1.4-1.6,1.5-1.6l0.1-0.1l-1.4-1.1l0,0.2 c0,0.1,0,0.2,0,0.3c0,0.3,0,0.7-0.1,1.1c-0.2-0.2-0.4-0.5-0.4-0.9c0,0,0,0,0-0.1l0-0.3l-1.2,1.5h0.2c0.2,0,0.7,0.1,1,0.3 c-0.7,0.6-1.3,0.3-1.7,0c-0.7-0.5-1-0.9-0.8-1.2c0.1-0.2,0.3-0.2,0.5-0.2c0.2,0,0.5,0.2,0.5,0.6l0,0.1l0.1,0 c0.4-0.2,0.6-0.5,0.6-0.7c0-0.1,0-0.2,0-0.2c0-0.1,0-0.3-0.1-0.4c-0.1-0.2-0.4-0.4-0.7-0.4c0.6-0.5,1-1.1,1-1.8c0-0.2,0-0.3-0.1-0.5 l0-0.1l-0.1,0c-1,0.2-1.5,0.7-1.9,1.7c-0.1-0.3-0.4-0.6-0.7-0.7c-0.2,0-0.5,0.1-0.6,0.2c-0.1,0.1-0.3,0.4-0.3,0.9l0,0.1l0.1,0 c0.3-0.1,0.6,0,0.7,0.2c0.1,0.2,0.2,0.4,0.1,0.6c-0.2,0.4-0.7,0.3-1.5-0.1c-0.5-0.3-0.7-0.7-0.7-1.1c0-0.2,0.1-0.5,0.2-0.7 c0.2,0.2,0.3,0.5,0.3,1v0.1l0,0.3l1.3-2.1l-0.2,0.1c-0.1,0-0.5,0.2-0.9,0c0.4-0.4,0.8-0.7,1.2-0.7l0.3,0l-2.4-1.4l0.1,0.3 C92,31,92,31.2,92,31.4c0,0.3-0.1,0.6-0.1,0.8c-0.3-0.3-0.4-0.7-0.4-0.8l0-0.3l-1.2,2.2l0.3-0.2c0.4-0.2,0.8-0.3,1-0.3 c-0.3,0.5-0.9,0.9-1.8,0.4c-0.7-0.4-1-0.8-0.8-1.2c0.1-0.2,0.3-0.3,0.5-0.2c0.3,0,0.5,0.2,0.5,0.5l0,0.1l0.1-0.1 c0.4-0.2,0.6-0.5,0.6-0.7c0.1-0.2,0-0.5-0.1-0.7c-0.2-0.2-0.5-0.3-0.9-0.3c0.5-0.5,0.7-1,0.7-1.6c0-0.3-0.1-0.6-0.2-0.9l0-0.1 l-0.1,0c-0.9,0.3-1.5,1-1.6,2c-0.2-0.3-0.4-0.4-0.7-0.4c-0.2,0-0.5,0.1-0.6,0.3c-0.1,0.1-0.3,0.4-0.2,0.9l0,0.1l0.1,0 c0.3-0.1,0.6,0,0.8,0.1c0.1,0.1,0.1,0.2,0.1,0.3c0,0.1,0,0.1-0.1,0.2c-0.2,0.3-0.7,0.3-1.4-0.1c-0.4-0.2-0.9-0.5-0.9-1.2 c0-0.1,0-0.2,0-0.3c0.3,0.1,0.6,0.5,0.7,0.7l0.1,0.2l0.7-1.8l-0.2,0.2c-0.3,0.2-0.7,0.2-1,0.1c0.4-0.4,0.8-0.7,1.1-0.8l0.2-0.1 L85.7,27.9z M50.9,39.2L50.9,39.2C50.8,39.3,50.8,39.3,50.9,39.2C50.8,39.4,50.9,39.3,50.9,39.2c0.1,0.1,0,0.2,0,0.2 c0.1,0,0.1,0.1,0.1,0.1c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.1 c0,0-0.1-0.1,0-0.1c0-0.1,0.1,0,0.2,0c0-0.1,0-0.1,0-0.1c0.1,0,0,0.1,0.1,0.1c0,0,0-0.1,0-0.1c0,0,0-0.1-0.1-0.1L50.9,39.2 C50.9,39.2,50.9,39.2,50.9,39.2L50.9,39.2z M42.7,36.6l-0.8,1l3.2,2.6l0.8-1L42.7,36.6z M69.6,36.4l-4.7,1.4l1,1l0.7-0.2l0.8,1.1 L67,40.4l0.8,1.1l2.3-4.4L69.6,36.4z M41.2,40.8c0.3-0.5,0.8-0.7,1.3-0.4c0.3,0.1,0.5,0.5,0.5,0.8c0,0.1,0,0.3-0.1,0.5 c-0.1,0.2-0.3,0.4-0.6,0.5c-0.2,0.1-0.5,0-0.7-0.1c-0.2-0.1-0.4-0.3-0.5-0.5C41.1,41.3,41.1,41.1,41.2,40.8z M55,37l0.2,0 c-1,0.2-1.1,1.2-2.6,1.3l-0.1,0.1c-0.1,0.1-0.1,0.2-0.1,0.3c0,0.7,2.9,0,2.9,1.2c0,0.3-0.5,0.7-1.6,0.7c-0.1,0,0,0,0,0 c0.5,0,0.6,0.2,0.9,0.2c0.2,0,0.2,0.1,0.2,0.1c0,0.2,0.2,0.1,0.2,0c0,0.1,0,0.2-0.1,0.2c0,0,0,0,0,0c0,0.1,0,0.2,0.1,0.2 c0,0.1-0.1,0.1-0.2,0.1c0,0,0,0,0,0c0.1,0,0.1,0.1,0.1,0.1c0,0.2-0.2,0.1-0.2,0.3c0,0.1,0.2,0.1,0.1,0.3c0,0,0,0.1-0.1,0.1 c0,0,0.1,0.1,0.1,0.1c-0.1,0.1-0.2,0-0.2-0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.2,0-0.3c0,0,0,0,0,0c-0.1,0.1-0.1,0.2-0.1,0.2 c0,0,0,0-0.1,0c0,0.1,0,0.1,0,0.2c-0.1,0-0.1-0.1-0.1-0.2c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0 c-0.1,0.1-0.2,0-0.3-0.1c0,0,0,0,0,0c-0.1,0-0.1,0.1-0.2,0.1c0-0.1,0.1-0.2,0.2-0.2c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.3,0 c0-0.1,0-0.1,0-0.3c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.3-0.1-0.5,0.1c-0.2,0.1,0.2,0.2-0.2,0.2c-0.2,0-0.4-0.1-0.6-0.1 c0.1,0.1,0,0.3,0.1,0.3c0.2,0.1,0.2,0.4,0.1,0.4c0,0.1-0.3,0.1-0.4,0c0,0-0.1,0-0.1,0c-0.1,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1 c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.3-0.1 c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0L52,42c0,0,0,0.1,0.1,0.1c-0.2,0-0.2,0-0.2-0.1 c0,0,0-0.1,0-0.1c-0.1-0.3,0.3-0.1,0.3-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0-0.1 c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.2-0.2c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.1,0,0.2-0.1c0,0,0,0,0,0 c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.4-0.1-0.5C52.3,40.9,52.1,41,52,41c-1.1-0.1-0.2,0.3-0.8,0.4c-0.1,0-0.4,0.3-0.6,0.3 c0.1,0,0-0.1,0-0.2c-0.1,0.1-0.2,0.1-0.3,0.1c-0.1,0.1-0.2,0.1-0.2,0.1c0,0.1-0.2,0.2-0.3,0.2c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0 c-0.2,0.2-0.5,0-0.5,0.4c-0.1-0.1,0-0.2-0.1-0.2c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0 c0,0,0-0.1-0.1-0.1c0,0.2-0.2,0.2-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0 c0,0.1-0.1,0.2-0.2,0.2c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0c-0.1,0.1,0,0.2-0.1,0.3c0,0,0,0-0.1,0c0,0.1,0,0.2,0.1,0.2 c-0.1,0-0.3-0.1-0.2-0.3c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.3,0.1-0.4-0.1l0,0 c0,0,0,0,0-0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1-0.1,0.1-0.3,0.2-0.3c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.1,0,0.2,0.1 c0.1,0,0.1,0,0.1,0c0,0,0,0,0,0c-0.3-0.1-0.3-0.2-0.2-0.2c0,0,0-0.1,0-0.1C47.7,41,47.6,41,47.6,41c0.1,0,0.2,0,0.3,0 c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1c0.1,0.1,0,0.1,0.1,0.2c0.1,0.2,0.5,0,0.7-0.1c0.1-0.1,0.5,0,0.5,0c0,0,0.4-0.1,0.7-0.2 c-0.2-0.2-0.2-0.4-0.3-0.4c0,0-0.1,0,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0 c-0.3,0.1-0.6-0.1-0.4-0.3c-0.1,0.2,0.3,0.3,0.3,0c0,0,0,0,0,0c-0.2,0-0.2-0.2,0-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0 c-0.1,0-0.1,0-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0C49,39.9,49,40,49,40c-0.1-0.1-0.1-0.2,0-0.2c0,0,0-0.1,0-0.1 c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1c0,0-0.1,0-0.1,0 c0.2-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.1,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0 c0-0.1,0-0.1,0-0.1c0,0,0,0,0.1-0.1c0-0.1,0-0.1-0.1-0.2c0.1,0,0.2,0.1,0.2,0.2c0,0,0,0.1,0,0.1c0,0.1-0.1,0.3-0.1,0.4 c0,0.2,0,0.3,0.1,0.4c0.1,0.1,0.2,0.1,0.2,0.2c0-0.1,0.1-0.4,0.2-0.7c0,0-0.1,0-0.1-0.1c0.1,0,0.1-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1 c0.1,0,0.2-0.2,0.3-0.3c0-0.1,0-0.2,0-0.3c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.1-0.1c0,0,0.1,0,0.2,0c0,0,0.1,0,0.3,0.1 c0.1,0.1,0.2,0.1,0.3,0.2c0,0,0,0.1,0.1,0.2c0,0,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1c0,0.1-0.1,0.2-0.2,0.2 c0.1,0.2-0.2,0.5-0.2,0.7c1.1-0.3,1.6,0.1,2.2,0.1c0.8,0,1.3-0.2,1.3-0.5c0-0.8-2.9,0-2.9-1.2c0-0.2,0.1-0.3,0.3-0.4 c0-0.1,0-0.1,0.1-0.2c0.3-0.4,0.9-0.4,1.1-0.8c0,0.1-0.1,0.5-0.4,0.6c0.5,0,0.7-1,2-0.9L55,37z M43.1,39.3C42.6,39,42,39,41.5,39.1 c-0.5,0.2-1,0.6-1.3,1.1c-0.3,0.5-0.4,1.1-0.2,1.7c0.2,0.5,0.5,1,1,1.2c0.5,0.3,1.1,0.3,1.6,0.2c0.5-0.2,1-0.6,1.3-1.1 c0.2-0.4,0.3-0.7,0.3-1.1c0-0.2,0-0.4-0.1-0.6C43.9,40,43.6,39.6,43.1,39.3z M48.6,43.3C48.5,43.3,48.5,43.2,48.6,43.3 c-0.1,0-0.2,0-0.2,0.1C48.4,43.4,48.5,43.3,48.6,43.3c0,0.1,0,0.2-0.1,0.2c0.1,0,0.1,0.1,0.1,0.2c0,0.1-0.1,0.1-0.1,0.1 c0,0-0.1,0.1-0.1,0.1c0,0.1-0.1,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1,0-0.2c0-0.1,0.1,0,0.2,0 c0-0.1,0-0.1,0-0.1c0.1,0,0.1,0.1,0.1,0.1c0,0,0-0.1,0-0.1c0,0,0-0.1-0.1-0.1L48.6,43.3z M80.2,43.6c-0.4-0.2-0.9-0.3-1.3-0.1 c-0.2,0.1-0.4,0.2-0.6,0.5c-0.3,0.6,0.1,1.3,0.9,1.7c0.4,0.2,0.9,0.3,1.3,0.1c0.2-0.1,0.4-0.2,0.5-0.5c0.1-0.3,0.1-0.5,0-0.7 C81,44.2,80.7,43.9,80.2,43.6z M46.6,42.4c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0,0.1c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4 c0.2,0.1,0.3,0.3,0.4,0.4l0.2,0.1l0.2,0.1c0-0.1,0-0.2,0-0.4c0,0-0.1-0.1-0.2-0.1c0.1,0,0.2-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1 c0.1,0,0.2-0.3,0.3-0.3c0-0.2,0-0.2,0-0.4c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.2,0c0.1,0,0.2,0,0.3,0.1 c0.1,0.1,0.2,0.2,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1c0,0.1-0.1,0.2-0.2,0.3 c0.1,0.2-0.1,0.4-0.2,0.6c1.3-0.3,3.5,0.1,4.2,0.1c0.5,0,1.3-0.1,1.3-0.3c0-0.2-0.2-0.2-1-0.2c-0.8,0-3.5,0.6-3.5-0.4 c0-0.5,0.6-0.5,1.3-0.4c0,0,0,0,0.1-0.1c0.5-0.3,1.3,0.1,1.8-0.2c0,0.2-0.2,0.3-0.8,0.3c1,0.2,1.7-0.5,2.6,0.2 c-0.8-0.2-2.3,0.4-3.5,0.1c-0.1,0-0.2-0.1-0.2-0.1c-0.5,0-1-0.1-1,0.2c0,0.6,2.2,0.2,3.2,0.2c1,0,1.3,0.2,1.3,0.5 c0,0.4-0.9,0.5-1.6,0.5c0.6,0.1,0.8,0.1,1.1,0.1c0.2,0,0.2,0.1,0.2,0.1c0,0.2,0.2,0.1,0.3,0c0,0.1,0,0.2-0.1,0.3c0,0,0,0,0,0 c0,0.1,0,0.2,0.1,0.2c0,0.1-0.1,0.1-0.2,0.1c0,0,0,0,0,0c0.1,0,0.1,0.1,0.1,0.1c0,0.2-0.2,0.2-0.2,0.3c0,0.1,0.2,0.1,0.1,0.3 c0,0,0,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1c-0.1,0.1-0.2,0-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.2,0-0.3c0,0,0,0,0,0 c-0.1,0.1-0.1,0.3-0.2,0.3l0,0l0,0c0,0.1,0,0.1,0,0.2c-0.1,0-0.2-0.1-0.1-0.2c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0 c-0.1,0.1-0.3,0.1-0.3-0.1l0,0l0,0c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.2,0.2-0.3c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.4,0 c0.1-0.1,0-0.1,0-0.4c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.3-0.1-0.5,0.1c-0.2,0.1-0.3,0.2-0.8,0.2c-0.3,0-0.4-0.1-0.6-0.1 c0.1,0.1,0,0.3,0.1,0.3c0.2,0.1,0.2,0.4,0.2,0.5c0,0.1-0.3,0.1-0.4,0c0,0-0.1,0-0.1,0c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1 c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.3,0-0.3-0.1 c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0,0,0.1,0.1,0.1c-0.2,0.1-0.2,0-0.2-0.1 c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.1,0.3-0.3c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0-0.1 c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.2,0,0.3-0.1c0,0,0,0,0,0 c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.4-0.1-0.6c-0.1,0.1-0.2,0.2-0.3,0.2c-1.4-0.2-0.8,0.6-1.6,0.5c-0.1,0-0.2,0-0.3,0 c-0.1,0.2-0.5,0.7-0.8,0.6c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.5,0-0.5,0.4c-0.1-0.1,0-0.3-0.1-0.3c0,0-0.1,0.1-0.1,0.1 c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1c0,0.2-0.2,0.3-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3 c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0 c-0.1,0.1,0,0.2-0.2,0.3c0,0-0.1,0-0.1,0c0,0.1,0.1,0.2,0.1,0.3c-0.1,0-0.3-0.1-0.3-0.3c0,0,0,0,0,0c0,0-0.1-0.1-0.1-0.1 c-0.2-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.4,0.1-0.4-0.1c0,0,0-0.1,0-0.1c-0.1,0-0.1,0.1-0.2,0.1l0,0l0,0 c0-0.1,0.1-0.2,0.2-0.2l0,0c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.2,0.1,0.3,0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0 c-0.3-0.1-0.3-0.2-0.3-0.3c0,0,0-0.1,0.1-0.1c-0.1-0.1-0.1-0.1-0.2-0.1c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0c0,0,0.1,0.1,0.1,0.1 c0.1,0.1,0,0.2,0.1,0.2c0.1,0.2,0.6,0,0.8-0.1c0.1-0.1,0.6,0,0.7,0c0,0-0.1-0.2-0.1-0.4c-0.1,0.1-0.2-0.1-0.4-0.2 c-0.2-0.1-0.3-0.3-0.4-0.3c0,0,0,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0 c-0.3,0.2-0.6-0.1-0.4-0.4c0,0.3,0.3,0.3,0.4,0.1c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0 c-0.1,0-0.1,0.1-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0c-0.1,0-0.1,0.1-0.1,0.1c-0.1-0.1-0.1-0.2,0-0.3c0,0,0-0.1,0-0.1 c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2,0-0.2-0.2c0,0,0-0.1,0-0.1c0,0-0.1-0.1-0.1-0.1 c0.2-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0,0,0,0l0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0 c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1C46.7,42.5,46.7,42.5,46.6,42.4z M78.7,42.8c0.6-0.2,1.3-0.1,1.9,0.2 c0.6,0.3,1.1,0.8,1.3,1.4c0.2,0.4,0.1,0.9,0,1.3c-0.2,0.4-0.5,0.7-1,0.8c-0.6,0.2-1.3,0.2-1.9-0.1c-1.1-0.5-1.7-1.7-1.2-2.7 C77.9,43.3,78.2,43,78.7,42.8z M73.4,46l0.4,0.8c-0.2-0.1-0.3-0.1-0.5-0.2c-0.1,0-0.2-0.1-0.3-0.1c0-0.1,0.1-0.1,0.1-0.2 C73.3,46.3,73.3,46.1,73.4,46L73.4,46z M47.4,47.4C47.3,47.4,47.3,47.4,47.4,47.4c-0.1,0-0.2,0-0.2,0.1 C47.2,47.5,47.3,47.4,47.4,47.4c0,0.1,0,0.2-0.1,0.2c0.1,0,0.1,0.1,0.1,0.2c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1 c0,0.1,0,0.2,0.1,0.3c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1,0-0.2c0-0.1,0.1,0,0.2,0c0-0.1,0-0.1,0-0.1 c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0l0-0.1c0,0,0-0.1-0.1-0.1L47.4,47.4z M99.8,47.1c-0.2,0-0.5,0-0.7,0.2c-0.2,0.2-0.3,0.5-0.3,0.7 c0,0.4,0.2,0.9,0.5,1.2c0.3,0.4,0.8,0.6,1.2,0.6c0.2,0,0.5,0,0.7-0.2c0.2-0.2,0.3-0.5,0.3-0.7c0-0.4-0.2-0.9-0.5-1.2 C100.6,47.3,100.2,47.1,99.8,47.1z M45.1,46.4c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0,0.1c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4 c0.3,0.2,0.4,0.4,0.5,0.4c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.2,0l0.1,0c0-0.1,0-0.2,0-0.3c0,0-0.1-0.1-0.1-0.1c0.1,0,0.2-0.2,0.2-0.4 c0,0-0.1,0-0.1-0.1c0.1,0,0.2-0.3,0.3-0.3c0-0.2,0-0.2,0-0.4c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.2,0 c0.1,0,0.1,0,0.3,0.1c0.1,0.1,0.2,0.2,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1 c0,0.1-0.1,0.2-0.2,0.3c0.1,0.2-0.2,0.5-0.2,0.7c1.3-0.4,4.5,0,5.3,0c0.5,0,1.3-0.1,1.3-0.3c0-0.2-0.2-0.2-1-0.2 c-0.8,0-4.3,0.6-4.3-0.4c0-0.5,0.8-0.5,1.6-0.4l0.3,0l0.1,0c0,0,0.1-0.1,0.1-0.1c0.5-0.3,1.7,0.2,2.2-0.1c0,0.2-0.6,0.3-1.2,0.3 c1,0.2,1.9-0.5,2.6,0.1c-0.9-0.3-2.2,0.5-3.5,0.2c-0.1,0-0.2-0.1-0.2-0.1c-0.1,0-0.2,0-0.3,0l-0.3,0c-0.6,0-1.2-0.1-1.2,0.2 c0,0.6,3,0.2,4,0.2c1,0,1.3,0.2,1.3,0.5c0,0.4-1,0.5-1.6,0.5c0.6,0.1,0.8,0.1,1.1,0.1c0.2,0,0.2,0.1,0.2,0.1c0,0.2,0.2,0.1,0.3,0 c0,0.1,0,0.2-0.1,0.3c0,0,0,0,0,0c0,0,0,0,0,0l0,0.1c0,0.1,0,0.1,0.1,0.1c0,0.1-0.1,0.1-0.2,0.1l0,0l0,0c0.1,0,0.1,0.1,0.1,0.1 c0,0.2-0.2,0.2-0.2,0.3c0,0.1,0.2,0.1,0.1,0.3c0,0,0,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1c-0.1,0.1-0.2,0-0.3-0.1c0,0-0.1,0-0.1,0 c-0.1,0-0.1-0.2,0-0.3c0,0,0,0,0,0c-0.1,0.1-0.1,0.3-0.2,0.3c0,0,0,0-0.1,0c0,0.1,0,0.1,0,0.2c-0.1,0-0.2-0.1-0.1-0.2 c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.1,0.1-0.3,0.1-0.3-0.1c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1 c0-0.1,0.1-0.2,0.2-0.3c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.4,0c0-0.1,0-0.1,0-0.4c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.3-0.1-0.5,0.1 c-0.2,0.1-0.3,0.2-0.8,0.2c-0.2,0-0.4-0.1-0.6-0.2c0.1,0.2,0,0.3,0.1,0.3c0.2,0.1,0.2,0.4,0.2,0.5c0,0.1-0.3,0.1-0.5,0 c0,0-0.1,0-0.1,0c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1 c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.4,0-0.3-0.1c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0.1,0,0l0,0c0,0,0,0-0.1,0c0,0.1,0,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.2-0.1c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.1,0.3-0.3 c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3 c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.2-0.1,0.3-0.1c0,0,0,0,0,0c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.3-0.1-0.5 C51.2,49,51.2,49,51.1,49c-0.9-0.1-1.1,0.1-1.3,0.2l-0.1,0.1c-0.2,0.2-0.4,0.3-1.1,0.2c-0.1,0-0.1,0.3-0.4,0.2c0,0,0-0.1,0-0.1 c0,0-0.1,0-0.2,0c0,0.1-0.3,0.3-0.5,0.3c-0.1,0.1-0.2,0.1-0.3,0.1c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.8,0-0.8,0.4 c-0.1-0.1,0-0.3-0.1-0.3c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1 c0,0.2-0.2,0.3-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2 c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0c-0.1,0.1,0,0.2-0.2,0.3c0,0,0,0-0.1,0c0,0.1,0,0.2,0.1,0.3c-0.1,0-0.3-0.1-0.2-0.3c0,0,0,0,0,0 c0,0-0.1,0-0.1-0.1c-0.2-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.4,0.1-0.4-0.1c0,0,0-0.1,0-0.1c-0.1,0-0.1,0.1-0.2,0.1 c-0.1-0.2,0.1-0.3,0.2-0.3c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.2,0,0.3,0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0 c-0.3-0.1-0.3-0.2-0.3-0.3c0,0,0-0.1,0-0.1C44.5,49,44.5,49,44.4,49c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1 c0.1,0.1,0,0.2,0.1,0.2c0.1,0.2,0.6,0,0.8-0.1c0.1-0.1,0.8,0,0.8,0c0,0-0.1-0.2-0.1-0.4c0,0-0.1-0.1-0.1-0.1c0,0.1-0.2,0.1-0.2,0.1 c-0.4-0.2-0.6-0.6-0.7-0.6c0,0-0.1,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0 c-0.3,0.2-0.6-0.1-0.4-0.4c0,0.3,0.4,0.3,0.4,0.1c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0-0.1,0 c-0.1,0.1-0.1,0.1-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0c-0.1,0,0,0.1,0,0.1c-0.1-0.1-0.1-0.2,0-0.3c0,0,0-0.1,0-0.1 c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1c0,0-0.1,0-0.1-0.1 c0.2-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0 c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1C45.2,46.5,45.2,46.5,45.1,46.4z M56.6,35.7v15.5h12.9c0-2-0.4-4-1.1-5.8 c-0.7-1.9-1.7-3.6-2.9-5c-1.2-1.4-2.7-2.6-4.3-3.4C59.8,36.2,58.2,35.7,56.6,35.7z M55.8,35.7c-1.7,0-3.4,0.4-5,1.2 c-1.6,0.8-3,1.9-4.3,3.4c-1.2,1.5-2.2,3.2-2.9,5c-0.7,1.8-1,3.8-1.1,5.8h13.2V35.7z M73.3,51.9c0.1,0,0.3,0,0.4,0c0,0.1,0,0.2,0,0.2 c0,0.2-0.1,0.2-0.2,0.2c-0.1,0-0.1,0-0.1,0c0,0-0.1-0.1-0.1-0.2L73.3,51.9z M70.6,50.6l0,1.3c0,0,0.3,0,0.6,0l0.3,0 c0.3,0,0.5,0,0.6,0v0.2c0,0.5,0.1,0.9,0.4,1.2c0.2,0.2,0.6,0.4,0.9,0.4c0.4,0,0.7-0.1,1-0.4c0.3-0.3,0.4-0.6,0.4-1.1l0-1.5 L70.6,50.6z M60,53.3L60,53.3C59.9,53.3,59.9,53.4,60,53.3c-0.1,0.1,0,0.1,0,0.1c0,0,0,0.1-0.1,0.1c0.1,0,0.1,0.1,0.1,0.2 c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0.1-0.1,0.1c0,0.1-0.1,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.2c0-0.1-0.1-0.1,0-0.2 c0-0.1,0.1,0,0.2,0c0-0.1,0-0.1,0-0.1c0.1,0,0.1,0.1,0.1,0.1c0,0,0,0,0,0l0-0.1c0,0,0-0.1-0.1-0.1L60,53.3C60,53.3,60,53.3,60,53.3 L60,53.3z M57.9,52.4c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0.1,0.2c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4c0.3,0.2,0.4,0.4,0.5,0.4 c0.1,0,0.1,0,0.2,0c0,0,0.1,0,0.2,0l0.2,0.1c0-0.1,0-0.2,0-0.3c0,0-0.1-0.1-0.2-0.1c0.1,0,0.2-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1 c0.1,0,0.2-0.3,0.3-0.3c0-0.2,0-0.2,0-0.4c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1c0,0,0.1,0,0.2,0c0.1,0,0.1,0,0.3,0.1 c0.1,0.1,0.2,0.2,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1c0,0.1-0.1,0.2-0.2,0.3 c0.1,0.2-0.2,0.5-0.2,0.7c1.3-0.4,4.5,0,5.3,0c0.5,0,1.3-0.1,1.3-0.3c0-0.2-0.2-0.2-1-0.2c-0.8,0-4.3,0.6-4.3-0.4 c0-0.6,1.1-0.4,2.1-0.4c0,0,0-0.1,0.1-0.1c0.5-0.3,1.7,0.2,2.2-0.1c0,0.1-0.6,0.3-1.2,0.3c1,0.2,1.6-0.4,2.6-0.1 c-0.8-0.2-2.2,0.7-3.5,0.4c-0.1,0-0.2-0.1-0.2-0.1c-0.1,0-0.2,0-0.3,0l-0.3,0c-0.6,0-1.2-0.1-1.2,0.2c0,0.3,1,0.3,2,0.3l0.4,0 c0.6,0,1.3-0.1,1.6-0.1c1,0,1.3,0.2,1.3,0.5c0,0.4-0.9,0.5-1.6,0.5c-0.1,0,0,0,0,0c0.6,0.1,0.8,0.1,1.1,0.1c0.2,0,0.2,0.1,0.2,0.1 c0,0.2,0.2,0.1,0.3,0c0,0.1,0,0.2-0.1,0.3c0,0,0,0,0,0c0,0.1-0.1,0.2,0.1,0.2c0,0.1-0.1,0.1-0.2,0.1c0,0,0,0,0,0 c0.1,0,0.1,0.1,0.1,0.1c0,0.2-0.2,0.2-0.3,0.3c0,0.1,0.2,0.1,0.1,0.3c0,0,0,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1c-0.1,0.1-0.2,0-0.3-0.1 c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.2,0-0.3c0,0,0,0,0,0C67,56,67,56.2,66.9,56.2h-0.1c-0.1,0.1,0,0.1,0,0.2c-0.1,0-0.1-0.1-0.1-0.2 c0,0-0.1,0-0.1,0c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.1,0.1-0.3,0.1-0.3-0.1v0c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.2,0.3-0.3 c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.4,0c0.1-0.1,0-0.1,0.1-0.4c0-0.1,0-0.1-0.1-0.1c-0.1,0-0.3-0.1-0.6,0.1 c-0.2,0.1-0.4,0.2-0.8,0.2c-0.2,0-0.4-0.1-0.6-0.2c0.1,0.2,0,0.3,0.1,0.3c0.2,0.1,0.2,0.4,0.2,0.5c0,0.1-0.3,0.1-0.5,0 c0,0-0.1,0-0.1,0c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1 c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.4,0-0.3-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0.1,0,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.2-0.1c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.1,0.3-0.3 c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1l0,0c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3 c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.2-0.1,0.3-0.1c0,0,0,0,0,0c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.4-0.1-0.6 C64,54.9,63.9,55,63.8,55c-1.9-0.2-1,0.7-2.6,0.5c-0.1,0-0.1,0.2-0.4,0.2c-0.1,0-0.3,0-0.3,0.1c0,0.2-0.4,0.4-0.5,0.3 c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.5,0-0.5,0.4c-0.1-0.1-0.1-0.3-0.1-0.3c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2 c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1c0,0.2-0.2,0.3-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3 c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0 c-0.1,0.1,0,0.2-0.2,0.3c0,0,0,0-0.1,0c0,0.1,0.1,0.2,0.1,0.3c-0.1,0-0.3-0.1-0.2-0.3c0,0,0,0,0,0c0,0-0.1,0-0.1-0.1 c-0.2-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.4,0.1-0.4-0.1c0,0,0-0.1,0-0.1c-0.1,0-0.1,0.1-0.2,0.1c-0.1-0.1,0.1-0.3,0.2-0.3 c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.1,0,0.3,0.1c0.1,0,0.1,0,0.2,0c0,0,0,0,0,0c-0.3-0.1-0.3-0.2-0.3-0.3c0,0,0-0.1,0-0.1 C57.7,55,57.6,55,57.5,55c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0c0,0,0.1,0.1,0.1,0.1c0.1,0.1,0,0.2,0.1,0.2c0.1,0.2,0.6,0,0.8-0.1 c0.1-0.1,0.5,0,0.6,0c0,0-0.2-0.2-0.2-0.4l-0.1,0c-0.1,0-0.1-0.1-0.1-0.2c-0.1,0-0.3,0.1-0.2,0.1c-0.4-0.2-0.6-0.6-0.6-0.6 c0,0-0.1,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1c0,0-0.1-0.1-0.1-0.1c0,0,0,0,0,0 c-0.3,0.2-0.6-0.1-0.4-0.4c0,0.3,0.4,0.3,0.4,0.1c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0 c-0.1,0.1-0.1,0.1-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0c-0.1,0,0,0.1,0,0.1c-0.1-0.1-0.1-0.2-0.1-0.3c0,0,0,0,0,0l0-0.1 c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1c0,0-0.1-0.1-0.1-0.1 c0.2-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0 c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1C58,52.5,57.9,52.4,57.9,52.4z M99.7,54.2c-0.5-0.4-1.3-0.1-1.8,0.5 c-0.5,0.7-0.4,1.5,0.1,1.9c0.5,0.4,1.3,0.1,1.8-0.5C100.2,55.4,100.2,54.6,99.7,54.2z M52.8,53.5c-0.4,0-1.2,0.4-2.2,0.8l2.1,3 l0.3-2.1l-0.1,0c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.3-0.4,0.5-0.4l0.2,0C53.2,53.6,53.1,53.5,52.8,53.5z M70.4,53.8l-0.5,2.8l1.2,0.2 l0.3-1.5l0.3,0.1l-0.3,1.4l1.2,0.2l0.3-1.4l0.3,0.1L73,57.1l1.2,0.2l0.5-2.7L70.4,53.8z M59.9,57.2L59.9,57.2 C59.9,57.3,59.8,57.3,59.9,57.2c-0.1,0.1,0,0.1,0,0.1c0,0,0,0.1-0.1,0.1c0.1,0,0.1,0.1,0.1,0.2c0,0.1-0.1,0.1-0.1,0.1 c0,0-0.1,0.1-0.1,0.1c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.1c0-0.1-0.1-0.1,0-0.1c0-0.1,0.1,0,0.2,0 c0-0.1,0-0.1,0-0.1c0.1,0,0,0.1,0.1,0.1c0,0,0-0.1,0-0.1c0,0,0-0.1-0.1-0.1L59.9,57.2C60,57.2,59.9,57.2,59.9,57.2L59.9,57.2z M50.1,54.5c-0.3,0.1-0.7,0.2-1.1,0.3l3.3,4.8c0.1-0.5,0.2-1,0.2-1.5L50.1,54.5z M40.5,58.2c0.5-0.2,1.1,0,1.3,0.6 c0.1,0.1,0.1,0.3,0.1,0.4v0c0,0.4-0.2,0.7-0.6,0.9c-0.3,0.1-0.5,0.1-0.7,0c-0.2-0.1-0.4-0.3-0.5-0.6C39.7,58.9,40,58.4,40.5,58.2z M60.2,56.5c0.1,0,0.1,0,0.3,0.1c0.1,0.1,0.2,0.1,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0.1,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1 c0,0.1-0.1,0.2-0.2,0.2c0.1,0.1-0.1,0.4-0.2,0.6c1.2-0.2,3.3,0.1,4,0.1c0.4,0,1.3-0.1,1.3-0.3c0-0.2-0.1-0.2-0.7-0.2 c-0.8,0-3.3,0.5-3.3-0.4c0-0.5,0.7-0.4,1.2-0.4c0,0,0,0,0.1-0.1c0.5-0.3,1.7,0.1,2.1-0.1c0,0.1-0.6,0.2-1.1,0.3 c0.9,0.2,1.5-0.4,2.5,0c-0.7-0.2-2.1,0.7-3.3,0.3c-0.1,0-0.2-0.1-0.2-0.2c-0.3,0-0.9-0.1-0.9,0.2c0,0.5,2.1,0.2,3,0.2 c0.9,0,1,0.2,1,0.4c0,0.4-1.1,0.5-1.6,0.5c-0.1,0,0,0,0,0c0.5,0,0.9,0.1,1.2,0.1c0.2,0,0.2,0.1,0.2,0.1c0,0.2,0.2,0.1,0.3,0 c0,0.1-0.1,0.2-0.1,0.2c0,0,0,0,0,0c0,0,0,0,0,0l0,0.1c0,0.1,0,0.1,0.1,0.1c-0.1,0.1-0.1,0.1-0.2,0.1c0,0,0,0,0,0 c0.1,0,0.1,0.1,0.1,0.1c-0.1,0.2-0.3,0.2-0.3,0.3c0,0.1,0.2,0.1,0,0.3c0,0-0.1,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1 c-0.1,0.1-0.2,0-0.2-0.1c0,0-0.1,0-0.1,0c-0.1,0,0-0.2,0-0.3c0,0,0,0,0,0c-0.1,0.1-0.1,0.3-0.2,0.2c0,0,0,0-0.1,0 c-0.1,0.1-0.1,0.1-0.1,0.2c-0.1,0-0.1-0.1-0.1-0.2c0,0-0.1,0-0.1,0c-0.1-0.1,0.1-0.2,0.2-0.3c0,0,0,0,0,0c-0.1,0.1-0.3,0.1-0.2-0.1 c0,0,0,0,0,0c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.2-0.2,0.3-0.2c0,0,0.1-0.1,0.1-0.1c0.1,0,0.3,0.1,0.4,0c0.1-0.1,0-0.1,0.1-0.4 c0-0.1,0-0.1,0-0.1c-0.1,0-0.3-0.1-0.5,0.1c-0.2,0.1-0.4,0.2-0.8,0.2c-0.2,0-0.4-0.1-0.6-0.1c0.1,0.1,0,0.3,0.1,0.3 c0.2,0.1,0.2,0.4,0.1,0.5c0,0.1-0.3,0.1-0.4,0c0,0-0.1,0-0.1,0c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1c0,0,0,0-0.1,0 c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.3,0-0.3-0.1c0,0,0-0.1,0-0.1 c0,0,0,0,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0c0,0,0,0.1,0.1,0.1c-0.2,0.1-0.2,0-0.2-0.1 c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.1,0.3-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.1 c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3c0,0,0.2-0.1,0.3-0.1c0,0,0,0,0,0 c-0.1-0.1-0.2-0.1-0.3-0.1c-0.2,0-0.2-0.4-0.1-0.6c-0.1,0.1-0.2,0.2-0.3,0.1c-1.3-0.2-0.7,0.5-1.5,0.5c-0.1,0-0.1,0.2-0.3,0.2 c0.1,0,0.1-0.1,0-0.1c0,0,0,0.1-0.1,0.1c-0.1,0.2-0.4,0.6-0.6,0.4c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.6,0.1-0.6,0.5 c-0.1-0.1,0-0.3-0.1-0.3c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.2,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1 c0,0.2-0.2,0.3-0.3,0.3c0.1-0.1,0.1-0.2,0.1-0.3c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2 c-0.2,0-0.2-0.1-0.2-0.2c0,0,0,0,0,0c-0.1,0.1,0,0.2-0.1,0.3c0,0-0.1,0-0.1,0c0,0.1,0,0.2,0.1,0.2c-0.1,0-0.3-0.1-0.2-0.3 c0,0,0,0,0,0c0,0-0.1,0-0.1-0.1c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.3,0.1-0.4-0.1c0,0,0,0,0,0l0-0.1 c-0.1,0-0.1,0.1-0.2,0.1c-0.1-0.1,0.1-0.3,0.2-0.3c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.1,0,0.3,0.1c0.1,0,0.1,0,0.2,0 c0,0,0,0,0,0c-0.3-0.1-0.3-0.2-0.3-0.2c0,0,0-0.1,0-0.1c0-0.1-0.1-0.1-0.2-0.1c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0 c0,0,0.1,0,0.1,0.1c0.1,0.1,0,0.2,0.1,0.2c0.1,0.2,0.6,0,0.7-0.1c0.1-0.1,0.5,0,0.5,0c0,0,0-0.3,0-0.5l-0.2,0 c-0.1,0-0.1-0.1-0.1-0.1c-0.3-0.2-0.3-0.1-0.4-0.1c0,0,0,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1 c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c-0.3,0.2-0.6-0.1-0.4-0.4c0,0.3,0.3,0.3,0.3,0.1c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0 c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0-0.1,0.1-0.1,0c0,0,0,0-0.1,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c-0.1-0.1-0.1-0.2,0-0.3 c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1 c0,0-0.1,0-0.1,0c0.1-0.1,0.3-0.1,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1 c0,0,0,0,0,0c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1c0-0.1-0.1-0.1-0.1-0.2c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0,0.1 c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4C58.8,58,58.9,58,59,58c0,0,0,0,0.1,0l0.1,0c0-0.1,0-0.2,0.1-0.4c0,0-0.1-0.1-0.1-0.1 c0.1,0,0.1-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1c0.1,0,0.2-0.3,0.3-0.3c0-0.1,0-0.2,0-0.3c0.1,0,0.2,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1 C60,56.5,60.2,56.5,60.2,56.5z M41.7,57c-0.5-0.2-1.1-0.2-1.7,0c-0.6,0.2-1,0.6-1.2,1.1c-0.2,0.5-0.2,1.2,0,1.8 c0.2,0.6,0.7,1.1,1.2,1.3c0.5,0.2,1.1,0.2,1.7,0c0.6-0.2,1-0.6,1.2-1.2c0.1-0.3,0.2-0.6,0.2-0.9c0-0.3-0.1-0.6-0.2-0.9 C42.7,57.7,42.3,57.3,41.7,57z M48.4,54.9c-0.2,0-0.5,0.1-0.7,0.1c-0.1,0-0.3,0-0.4,0l4.8,6.8c0.1-0.4,0.1-0.9,0.2-1.4L48.4,54.9z M59.7,61.2C59.6,61.2,59.6,61.2,59.7,61.2c-0.1,0-0.2,0-0.1,0.1C59.5,61.3,59.6,61.2,59.7,61.2c0,0.1,0,0.1-0.1,0.2 c0.1,0,0.1,0.1,0.1,0.1c0,0.1-0.1,0.1-0.1,0.1c0,0-0.1,0-0.1,0.1c0,0.1,0,0.2,0.1,0.2c0.1,0.1,0.2,0,0.2-0.1c0-0.1,0-0.1,0-0.1 c0,0-0.1-0.1,0-0.1c0-0.1,0.1,0,0.2,0c0-0.1,0-0.1,0-0.1c0.1,0,0,0.1,0.1,0.1c0,0,0-0.1,0-0.1c0,0,0-0.1-0.1-0.1L59.7,61.2z M96.2,59.6c-0.5-0.4-1.3-0.1-1.8,0.5c-0.5,0.7-0.4,1.5,0.1,1.9c0.5,0.4,1.3,0.1,1.8-0.5C96.8,60.8,96.8,60,96.2,59.6z M69.8,56.9 l-0.5,1.1l2,0.8l-2.6,0.9l-0.4,0.9l4,1.6l0.5-1.1l-2-0.8l2.7-0.9l0.4-0.9L69.8,56.9z M46.6,55c-0.3,3.9,2.4,6.5,5.2,7.5L46.6,55z M59.8,60.5c0.1,0,0.1,0,0.3,0.1c0.1,0.1,0.2,0.1,0.3,0.2c0,0,0.1,0.2,0.1,0.2c0,0,0.1,0.1,0.1,0.2c0.1,0,0.2,0,0.2,0.1 c0,0.1-0.1,0.2-0.2,0.2c0.1,0.2-0.2,0.5-0.3,0.7v0c1.3-0.3,2.4,0.1,3,0.1c0.8,0,1.4-0.2,1.4-0.4c0-0.1-0.6-0.1-1.3,0l-0.3,0l-0.2,0 c-0.9,0-1.3-0.1-1.3-0.4c0-0.3,0.3-0.5,0.7-0.6c0,0,0.1-0.1,0.1-0.1c0.5-0.3,1.7,0.1,2.1-0.1c0,0.1-0.6,0.3-1.1,0.3 c0.9,0.2,1.5-0.4,2.5-0.1c-0.7-0.2-2.1,0.7-3.3,0.4c-0.1,0-0.2-0.1-0.2-0.2c-0.2,0.1-0.4,0.2-0.4,0.4c0,0.2,0.7,0.2,1.5,0.2l0.3,0 c0.1,0,0.2,0,0.3,0c0.7-0.1,1,0,1,0.3c0,0.3-0.6,0.6-1.7,0.6c0,0-0.2,0-0.3,0c0,0.2,0.4,0.3,0.5,0.5c0.1,0.1,0.1,0.2-0.2,0.3 c-0.1,0.1,0.1,0.2,0.2,0.2c-0.1,0.1-0.2,0.1-0.2,0.1c0,0,0,0,0,0c0,0.1-0.2,0.1-0.1,0.2c-0.1,0-0.1,0-0.1,0l0,0c0,0,0,0,0,0 c0,0.1,0,0.1,0,0.2c-0.2,0.1-0.3-0.1-0.3,0c-0.1,0.1,0.1,0.2-0.1,0.3c0,0-0.1,0-0.1,0c0,0,0,0.1,0,0.1c-0.1,0-0.2-0.2-0.1-0.2 c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.2-0.2c0,0,0,0,0,0c-0.1,0-0.2,0.1-0.3,0.1c0,0,0,0,0-0.1c-0.1,0-0.1,0.1-0.1,0.1 c0-0.1,0-0.2,0-0.2c0,0,0-0.1,0-0.1c0-0.1,0.2-0.1,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0-0.1-0.1,0-0.1c0,0,0,0,0,0 c-0.1,0-0.2,0-0.2,0c0-0.1,0.2-0.1,0.3-0.1c0,0,0.1,0,0.1,0c0.1,0,0.1,0.1,0.2,0.2l0,0c0.1,0,0.1-0.1,0.3-0.2c0.1,0,0-0.1,0-0.1 c0,0-0.3-0.2-0.5-0.2c-0.1,0.2-0.8,0.1-1,0c0.5,0.3,0.2,0.9,0.3,0.9c0.2,0.1,0.2,0.4,0.1,0.4c0,0.1-0.2,0-0.3,0c0,0-0.1,0-0.1,0 c-0.2,0,0,0.2-0.2,0.3c-0.1,0-0.2,0-0.2-0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0,0,0.1,0,0.1c0,0,0,0-0.1,0 c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.3,0-0.3-0.1c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0-0.1,0 c0,0,0,0.1,0.1,0.1c-0.1,0-0.2,0-0.2-0.1c0,0,0-0.1,0-0.1c-0.1-0.3,0.3-0.1,0.3-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0 c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.1c-0.1,0-0.1,0.1-0.2,0.1c0-0.1,0.1-0.3,0.2-0.3c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.3,0.5,0.6,0.3 c0,0,0.1,0,0.2-0.1c0,0,0,0,0,0c-0.1-0.1-0.3-0.3-0.3-0.4c0-0.1,0-0.4,0.1-0.5c-0.3,0-0.5,0.3-0.8,0.3c0,0-0.1,0-0.1,0 c-0.1,0.5-0.2,0.6-0.2,0.7c0,0.1-0.3,0.3-0.4,0.3c0.1,0,0.1-0.1,0.1-0.1c0,0,0,0,0,0c-0.2,0.2-0.5,0-0.5,0.4c-0.1-0.1,0-0.2-0.1-0.2 c0,0-0.1,0.1-0.1,0.1c0,0,0-0.1,0-0.2c0,0,0,0,0,0c-0.1,0-0.3,0-0.3,0c0,0,0,0,0,0c0,0,0-0.1-0.1-0.1c0,0.2-0.2,0.2-0.3,0.3 c0.1-0.1,0.1-0.2,0.1-0.3c0,0.1-0.1,0.1-0.1,0.1c0-0.1,0-0.1-0.1-0.2c0,0,0,0,0,0c0,0.1-0.1,0.2-0.2,0.2c-0.2,0-0.2-0.1-0.2-0.2 c0,0,0,0,0,0c-0.1,0.1,0,0.2-0.1,0.3c0,0,0,0-0.1,0c0,0.1,0,0.2,0.1,0.2c-0.1,0-0.3-0.1-0.2-0.3c0,0,0,0,0,0c0,0-0.1,0-0.1,0 c-0.1-0.1,0-0.2,0.1-0.3c0,0,0,0,0,0c-0.3,0.2-0.3,0.1-0.4-0.1c0,0,0,0,0-0.1c-0.1,0-0.1,0.1-0.1,0.1c-0.1-0.1,0.1-0.3,0.2-0.3 c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1-0.1,0.1,0,0.2,0.1c0.1,0,0.1,0,0.1,0c0,0,0,0,0,0c-0.3-0.1-0.3-0.2-0.2-0.2c0,0,0-0.1,0-0.1 c0-0.1-0.1-0.1-0.2-0.1c0.1-0.1,0.2,0,0.3,0c0,0,0.1,0,0.1,0c0,0,0.1,0,0.1,0.1c0.1,0.1,0,0.1,0.1,0.2c0.1,0.1,0.2,0.1,0.3,0.1 c0,0,0.1,0,0.1,0c0.2,0,0.3-0.1,0.3-0.1c0.1-0.1,0.5,0,0.6,0c0,0-0.1-0.1-0.1-0.3c-0.2,0-0.4-0.1-0.4-0.3c-0.4-0.2-0.3-0.6-0.4-0.6 c0,0,0,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0.1c0,0-0.1,0-0.1-0.1c0,0,0,0,0,0c-0.2,0.1-0.6-0.1-0.4-0.4 c0,0.3,0.3,0.3,0.3,0c0,0,0,0,0,0c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0c0,0,0,0-0.1,0c0,0,0,0,0,0c-0.1,0-0.1,0.1-0.1,0 c0,0,0,0-0.1-0.1c0,0,0,0,0,0c0,0,0,0.1,0,0.1c-0.1-0.1-0.1-0.2,0-0.2c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0 c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2,0-0.2-0.2l0,0c0,0,0-0.1,0-0.1c0,0-0.1,0-0.1,0c0.1-0.1,0.3,0,0.3,0.1c0,0,0,0,0,0 c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1 c0-0.1-0.1-0.1-0.1-0.2c0.1,0,0.2,0.1,0.2,0.2c0,0,0,0.1,0,0.1c0,0.1-0.1,0.3-0.1,0.4c0,0.2,0,0.3,0.2,0.4c0.2,0.1,0.5,0.6,0.7,0.8 c0-0.2,0-0.5,0.1-0.8c0,0-0.1-0.1-0.1-0.1c0.1,0,0.1-0.2,0.2-0.4c0,0-0.1,0-0.1-0.1c0.1,0,0.2-0.2,0.3-0.2c0-0.1,0-0.2,0-0.3 c0.1,0,0.1,0,0.2,0.1c0-0.1,0.1-0.1,0.2-0.1C59.7,60.5,59.8,60.5,59.8,60.5z M52.8,52.7c0.9,0,1.4,0.6,1.4,1.5l0,0.2l0.2,0 c0.2,0,0.5,0.2,0.4,0.5c0,0.3-0.3,0.4-0.5,0.4l-0.2,0l-0.2,7.5l0.2,0l-0.1,0.7c-0.1,0.2-0.3,0.3-0.5,0.3c0.1,1.2-0.9,1.4-1.3,1.4 c-0.5,0-1-0.3-1-0.9c0-0.5,0.4-0.7,0.7-0.7c0.3,0,0.5,0.1,0.4,0.4c-0.1,0.2-0.6,0-0.6,0.3c0,0.2,0.2,0.3,0.4,0.3 c0.4,0,0.6-0.2,0.6-0.6c0-0.7-0.7-0.8-1.4-0.6c-4.3-1.3-6.6-5.5-6.3-8.7c-0.1,0-0.2-0.1-0.3-0.1l0.3-0.7C45.1,54,44.9,54,44.8,54 c-0.3,0-0.5-0.2-0.5-0.5c0-0.3,0.2-0.5,0.5-0.5c0.3,0,0.5,0.2,0.5,0.5c0,0,0,0,0,0.1l0.3-0.6c0.7,0.4,1.8,0.8,2.7,0.8 C50.4,53.8,52,52.7,52.8,52.7z M68.5,61.2c-0.5,0.2-1,0.5-1.2,0.8c-0.2,0.3-0.3,0.7-0.2,1c0.1,0.3,0.3,0.6,0.6,0.8 c0.7,0.5,1.4,0.1,1.8-0.1c0.2-0.1,0.4-0.2,0.5-0.2c0.1,0.1,0,0.4-1.3,0.8l1.2,0.8c0.3-0.1,0.8-0.4,1-0.7c0.2-0.3,0.3-0.6,0.3-0.9 c0-0.1,0-0.2,0-0.2c-0.1-0.3-0.3-0.6-0.6-0.8c-0.6-0.4-1.2-0.1-1.7,0.1c-0.2,0.1-0.6,0.3-0.7,0.2c0,0,0,0,0,0c0,0,0-0.1,0.1-0.2 c0.1-0.2,0.6-0.5,1.2-0.6l0.2,0L68.5,61.2z M43.7,60.6L40.2,63l0.7,1c0,0,1.1-0.8,1.3-0.9c0,0,0.1,0.2,0.3,0.4l0.2,0.3 c0.1,0.2,0.2,0.3,0.3,0.4c-0.1,0-0.3,0.2-0.5,0.4l-0.2,0.2c-0.3,0.2-0.5,0.4-0.5,0.4l0.7,1l3.5-2.5l-0.7-1c0,0-0.2,0.2-0.5,0.4 l-0.2,0.2c-0.2,0.2-0.5,0.3-0.5,0.4c0,0-0.1-0.2-0.3-0.4l-0.2-0.3c-0.1-0.2-0.2-0.3-0.3-0.4c0.1-0.1,1.3-0.9,1.3-0.9L43.7,60.6z M66.3,63.5l-2,2l0.9,0.8l1.1-1.1l0.3,0.2l-1,1l0.9,0.8l1-1l0.2,0.2l-1.1,1.1l0.9,0.9l1.9-2L66.3,63.5z M94.1,66.6 c-0.3,0-0.5,0.2-0.7,0.3c-0.3,0.3-0.5,0.7-0.5,1.2c0,0.5,0.2,1,0.4,1.2c0.1,0.1,0.4,0.3,0.7,0.3l0.1,0c0.2,0,0.4-0.2,0.5-0.3 c0.3-0.3,0.5-0.7,0.5-1.2C95.2,67.3,94.7,66.6,94.1,66.6z M58.5,18.3c-0.9,0.6-1.7,1.6-1.9,2.5c0.7-0.1,1.7-0.6,2.3-1.4 c-0.2,1.4-0.2,2.3,0,3.6c-0.5-0.7-1.6-1.3-2.4-1.4c0.2,2.2,2.2,2.5,3.3,2.5c1.2,0,2.2-0.4,2.3-1.2c0.1-0.7-0.4-1-0.7-1 c-0.4,0-0.8,0.4-0.9,1.2c-0.4-0.6-0.8-2.8,0.4-2.9c0.9-0.1,1.4,1.1,1.6,2.3c0.3-1,1.2-2.3,2.1-2c1.2,0.3,0.4,2.6-0.4,3 c0.2-0.4,0.1-1.3-0.4-1.3c-0.6-0.1-0.9,0.5-0.9,0.9c0,0.7,0.9,1.2,1.8,1.5c1.7,0.4,2.9-0.5,3.3-1.1c-0.8-0.3-1.4-0.2-2.2,0.2 c0.4-0.8,0.8-2.1,1-2.9c0.2,0.9,0.8,1.5,1.5,2c0.2-0.7,0.1-1.9-0.6-3l2.7,1.1c-1.3,1.4-2.7,4.6-3.6,7.2c0.5,0.5,0.8,1,0.8,1.8 c0,1.2-0.8,2-1.6,2.5c1.5,1,2.8,2.1,4,3.5c1,1.1,1.9,2.3,2.6,3.6c-0.1,0.1-0.2,0.3-0.4,0.5c-0.1,0.2-0.2,0.3-0.3,0.4l-0.2-0.3 L68,41.8l1.3,2.6l1.1-0.5c0,0-0.6-1.3-0.7-1.4l1.6-0.8c0,0.4,0.1,0.8,0.4,1.2c0.3,0.5,0.7,1.2,1.1,2c-0.2,0.3-0.7,0.9-1,1.2 c-0.1,0.1-0.1,0.2-0.2,0.2l-1.8,0.5l0.3,1.2l1.8-0.5c0,0,0.3,0.1,0.3,0.1c0.5,0.2,1.8,0.6,2.3,0.8c0.3,0.7,0.8,1.1,1.2,1.4 c0,0.5,0,1.1,0,1.6c0,3-0.5,5.9-1.5,8.7c-1,2.7-2.4,5.1-4.2,7.1c-0.9,1-1.8,1.9-2.8,2.7c-0.3,0.2-1.4,0.4-6-0.7 c-0.6-0.1-0.7-0.3-1.3-0.4c0.1-0.6,0.2-1,0.4-1.4c0.2-0.5,0.5-1.1,0.9-1.3c1.6-0.8,3-1.9,4.3-3.4c1.2-1.4,2.2-3.1,2.9-5 c0.7-1.8,1-3.8,1.1-5.8H56.6v14.4c0.3,0,0.6,0,1,0.1l0.4,0c0.9,0.1,1.7,0.2,1.7,0.2c-0.5,0.6-0.7,1-0.9,2c-1.5-0.5-3-1-4.5-1.6 c0.5-0.5,1-0.6,1.6-0.6V51.9H42.6c0,0.4,0,0.9,0.1,1.3c-0.8-1.5,0.1-1.4-0.8-2.6c-0.6-0.8-0.9-1.3-0.9-2.5c0-0.6-0.4-1.4-1-2.2 c0.3-0.1,0.7-0.3,0.9-0.5c0.2-0.2,0.5-0.4,0.6-0.3c0,0,0,0.1,0,0.2c-0.1,0.2-0.6,0.7-1.1,1l1.2,0.5c0.4-0.3,0.8-0.7,1-1.1 c0.1-0.4,0.1-0.7,0-1.1c-0.1-0.3-0.4-0.6-0.7-0.7c-0.8-0.3-1.4,0.2-1.8,0.5c-0.1,0.1-0.4,0.3-0.5,0.3c-0.1-0.1,0.5-0.7,1.1-1.1 l-1.3-0.5c-0.3,0.2-0.7,0.6-0.8,0.9c0,0,0,0.1,0,0.1c-0.3-0.3-0.6-0.6-0.9-0.9c0-0.1,0.1-0.3,0.1-0.4c1-2.7,2.4-5,4.2-7.1 c1.2-1.4,2.5-2.5,4-3.5c-0.8-0.5-1.6-1.2-1.6-2.5c0-0.7,0.3-1.3,0.8-1.7c-0.8-2.7-2.3-5.9-3.6-7.3l2.6-1.1c-0.7,1.1-0.7,2.3-0.6,3 c0.7-0.5,1.3-1.1,1.5-2c0.1,0.8,0.6,2.1,1,2.9c-0.8-0.4-1.4-0.5-2.2-0.2c0.5,0.6,1.6,1.5,3.3,1.1c0.9-0.2,1.9-0.7,1.8-1.5 c0-0.4-0.3-1-0.9-0.9c-0.6,0.1-0.6,0.9-0.4,1.3c-0.8-0.4-1.5-2.7-0.4-3c0.9-0.3,1.8,1,2.1,2c0.2-1.2,0.7-2.3,1.6-2.3 c1.2,0.1,0.8,2.3,0.4,2.9c-0.1-0.8-0.5-1.2-0.9-1.2c-0.3,0-0.8,0.3-0.7,1c0.1,0.7,1.1,1.2,2.3,1.2c1.1,0,3.1-0.4,3.3-2.5 c-0.7,0.1-1.8,0.7-2.3,1.4c0.2-1.3,0.2-2.2,0-3.6c0.6,0.8,1.6,1.3,2.3,1.4c-0.2-0.9-1-1.9-1.9-2.5H58.5z M94.1,65.9 c0.5,0,1,0.3,1.3,0.7c0.3,0.4,0.5,1,0.5,1.6c0,0.7-0.3,1.3-0.7,1.7c-0.3,0.3-0.8,0.5-1.2,0.5c-0.4,0-0.9-0.2-1.2-0.5 c-0.4-0.4-0.6-1.1-0.6-1.7v-0.1c0-0.7,0.3-1.3,0.7-1.7C93.2,66,93.7,65.9,94.1,65.9z M110.1,66.4c-1.2,0-2.2,1-2.2,2.2 c0,1.2,1,2.2,2.2,2.2c1.2,0,2.2-1,2.2-2.2C112.2,67.3,111.3,66.4,110.1,66.4z M110.1,65.6c1.6,0,2.9,1.3,2.9,2.9 c0,1.6-1.3,2.9-2.9,2.9c-1.6,0-2.9-1.3-2.9-2.9C107.2,66.9,108.5,65.6,110.1,65.6z M52.2,69c-0.7,0-1.3,0.6-1.3,1.3 c0,0.7,0.6,1.3,1.3,1.3c0.7,0,1.3-0.6,1.3-1.3C53.5,69.6,52.9,69,52.2,69z M48.8,64.5c-1.1,0-2.4,1.3-2.7,1.6L46,66.2l-0.2,0 c-0.3-0.1-0.6-0.1-0.9-0.2c0.1,0.3,0.2,0.5,0.4,0.8l0.1,0.1l-0.1,0.1c-0.6,0.9-0.9,1.8-0.9,2.5c0,0.5,0.5,1.4,1.3,1.8 c0.5,0.3,1.1,0.2,1.6-0.1c-0.3-0.2-0.7-0.4-0.9-0.6l-0.1-0.1c-0.2-0.1-0.5-0.3-0.6-0.6c0-0.1,0-0.1,0-0.2c0-0.3,0.1-0.6,0.4-1.1 c0.1-0.1,0.1-0.2,0.2-0.2c0-0.1,0.1-0.1,0.1-0.2l0.1-0.2l0.2,0.1c0.4,0.3,0.9,0.4,1.2,0.3c0.1,0,0.2-0.1,0.3-0.2 c0.2-0.3,0.1-0.8-0.5-1.3l-0.2-0.2l0.3-0.4c0.2-0.2,0.4-0.5,0.7-0.7c0.5-0.4,1-0.4,1.6,0l0.3,0.2c0.2,0.1,0.4,0.3,0.5,0.4 c-0.1-0.4-0.2-0.8-0.5-1.1C49.9,64.7,49.4,64.5,48.8,64.5z M106.1,70.7c-0.4-0.1-0.9,0-1.3,0.3c-0.4,0.3-0.7,0.7-0.8,1.1 c0,0.2,0,0.5,0.1,0.7c0.3,0.5,1.2,0.6,1.9,0.1c0.4-0.3,0.7-0.7,0.8-1.1c0-0.2,0-0.5-0.1-0.7C106.5,70.8,106.3,70.7,106.1,70.7z M57.7,71c-0.6,0-1.2,0.5-1.2,1.2c0,0.6,0.5,1.2,1.2,1.2c0.6,0,1.1-0.5,1.1-1.2C58.9,71.5,58.4,71,57.7,71z M98,71.6 c-0.5-0.1-0.9,0-1.3,0.2c-0.2,0.1-0.4,0.3-0.4,0.6c-0.1,0.6,0.5,1.2,1.3,1.4c0.8,0.1,1.6-0.2,1.7-0.8c0,0,0-0.1,0-0.1 C99.3,72.3,98.8,71.7,98,71.6z M96.3,71.2c0.5-0.3,1.2-0.5,1.8-0.4c1.2,0.2,2.1,1.2,1.9,2.2c-0.1,0.5-0.4,0.9-0.9,1.2 c-0.5,0.3-1.1,0.3-1.6,0.2c-0.6-0.1-1.1-0.4-1.5-0.8c-0.4-0.4-0.5-0.9-0.4-1.5C95.7,71.9,95.9,71.5,96.3,71.2z M42.9,54.3 c0.2,1.1,0.5,2.3,0.8,3.3c0.7,1.9,1.7,3.6,2.9,5c0.4,0.5,0.9,1,1.4,1.4c0.3-0.1,0.6-0.2,0.9-0.2c0.7,0,1.4,0.3,1.9,0.9 c0.5,0.6,0.8,1.3,0.7,2l0,0c3.3,1.5,6.8,2.8,9.7,3.5c1.8,0.5,4,0.9,5.5,0.7c-0.1,0.1-0.1,0.1-0.2,0.2c-0.5,0.5-1.2,1-2,1.5 c-1.9,1.2-3.8,1.9-5.2,1.9c-1.7,0-3.8-0.3-6-1c-2-0.5-3.8-1.3-5.2-2c-0.8,0.6-1.6,0.7-2.4,0.3c-1-0.5-1.6-1.6-1.6-2.3 c0-0.1,0-0.3,0-0.4c-0.7-0.6-1.3-1.2-1.9-1.9c-1.8-2.1-3.2-4.5-4.2-7.1c-0.5-1.2-0.8-2.5-1.1-3.8c1.7,0.6,2.3,0.1,2.8-0.5 c0.2,0,0.2,0.3,0.2,0.5C41.6,56.4,42.7,55.3,42.9,54.3z M75.5,73.8c0.3,0.1,0.3,0.1,0.3,0.1c1,0.3,1.2,0.8,0.9,1.4 c-0.3,0.8-0.9,1-1.7,0.7c0,0-0.2,0-0.3-0.1C74.8,75.9,75.4,74,75.5,73.8z M80.4,75.9c0,0,0.3,0.2,0.4,0.2c0.1,0.1,0.2,0.2,0.2,0.3 c0,0,0,0.1,0,0.1c0,0.1-0.1,0.1-0.2,0.1c-0.1,0-0.2,0-0.3-0.1c0,0-0.2-0.1-0.3-0.2c0-0.1,0.1-0.2,0.2-0.3L80.4,75.9 C80.4,75.9,80.4,75.9,80.4,75.9z M74.6,72.3L73,76.8l1.6,0.4c1.3,0.3,2.7,0.2,3.4-1.6c0.6-1.6-0.4-2.6-1.6-2.9L74.6,72.3z M35.4,72.9L34,73.3l1.2,2.7c0.2,0.5,0.2,0.7-0.4,1c-0.5,0.2-0.8,0.1-1-0.5c0,0-1.1-2.6-1.1-2.6l-1.2,0.6l1.1,2.5 c0.5,1,1.3,1.6,2.7,1c1.5-0.6,1.6-1.6,1.1-2.7L35.4,72.9z M79.8,74.1l-2.4,4.1l1.2,0.6c0,0,0.7-1.3,0.9-1.5c0.2,0.1,0.2,0.3,0.2,0.8 l0.1,1.4c0.1,0.1,1.2,0.8,1.5,0.9c0,0-0.1-1.1-0.2-2.1c0-0.3,0-0.5-0.1-0.7c0.1,0,0.2,0,0.4,0c0.3-0.1,0.6-0.3,0.7-0.6 c0.3-0.5,0.3-0.9,0-1.3c-0.2-0.3-0.5-0.6-0.7-0.7L81.3,75C80.9,74.7,80.1,74.3,79.8,74.1z M83.9,78.7c0.3-0.1,0.6,0,0.9,0.2 c0.3,0.2,0.5,0.4,0.6,0.7c0.1,0.3,0,0.6-0.1,0.8c-0.2,0.3-0.4,0.5-0.7,0.5c-0.3,0.1-0.6,0-0.9-0.1c-0.3-0.2-0.5-0.4-0.6-0.7 c-0.1-0.3,0-0.6,0.1-0.8C83.4,78.9,83.6,78.7,83.9,78.7z M32.5,12.4c0.5,1.1,0.6,2.1,0.1,3.6c1.3,0.1,2,1.2,3.3,0.9 c-0.8,1-1.6,1-2.5,0.9l-0.3-0.1c-0.2,0-0.5-0.1-0.7-0.1c3.5,1.1,4.2,4.6,6.1,4.8c-2.1,1.6-3.5-1.3-5.3-1.2c4.7,2.4,4.7,5.2,6,5.3 c-1.5,1.3-2.6-0.4-4.5-0.9c3.7,2.5,4,4.5,3.7,6.1c0.8,0.8,1.1,1.9,1.1,3.1c0.8-0.5,1.6-0.9,2.5-1.1c-0.4,0.3-0.7,0.7-1,1.1 c-1.9,2.1-3.4,4.6-4.4,7.3c-0.8-0.8-2-1.9-2.4-2.4c-0.8-0.7-1.1-0.8-1.4-0.7c0.5,0.6,1.6,1.8,2.7,3l0.6,0.6c1.2,1.4,2.4,2.7,3,3.3 c1.2,1.4,1.1,2.4,1.2,3.4c0.2,1,1.2,1.8,1.1,2.5c-0.1,0.9,0.6,1.4,0.6,2.1c0,0.9-0.8,1.3-1.6,1.5c0.6-1.2,0.1-1.9-0.9-2.1 c0.2,2.3-1.6,2.7-2.3,2.3c0.7-0.1,1-1.2,0.6-2.2c-0.3,0.8-1.1,1.4-1.9,1.4c-0.7,0-1.3-0.5-1.5-1.1c0.8,0.6,1.5-0.1,1.5-0.5 c0-0.4-0.8-0.7-0.8-1.3c0-1.6,1.7-1.2,1.7-2.6c0-0.6-0.3-0.8-0.7-0.8c-0.4,0-0.9,0.2-1.1,1.1c-0.9-0.8,0-2.5-0.4-3.6 c0.1,1.8-1.2,1.7-1.6,2.4c-0.6-0.6,0.2-1.8-0.4-3.3c-0.2,1.7-0.8,1.4-1,2.4c-1.7-0.8-4.7-0.6-5.7,0.6c2.9,2.2,6.3,3.4,6.3,6.9 c0,2.7-4.1,3.7-4.1,5.4c0,1.7,4.3,5.7,6.5,5.7c0.7,0,1-0.9,1.6-0.9c0.6,0,1.1,0,1.6,0c0.5,0,1,0.5,0.9,1c1,0.1,2.3,1.7,1,2.9 c-0.2-0.7-0.9-1.7-2.2-1c0.5,1.2,0.1,2.3-1.4,2.7c0.5-0.7,0.5-1.7-0.3-1.7c-0.9,0-0.1,0.6-1.8,0.6c-1.6,0-1.5,0.1-2.1-0.9 c-0.7-0.9-1.1-1.3-1.5-1.2c-0.4,0.1-0.5,1.1,0.1,1.4c-3.5,0-2-3.6-3.8-4.5c0.1,1.1,0.1,2,0,2.5c-1.3-1-2.1-2.4-2.3-3.3 c-0.2-0.9-0.1-1.7-0.9-2.1c-0.3-0.1-0.6-0.4-0.5-0.9c0.1-0.4,0.3-0.3,0.9-0.5c0.7-0.3,1.7-1.1,1.7-2.9c0-1.4-0.3-3.3-2.6-4.7 c0.2,3,0.1,5.5-1.2,7.8c-1.7,2.9-4.6,4.7-6.3,5.4c-0.3,0.1-0.7,0.3-1,0.4l-0.3,0.1c-1.3,0.6-2.6,1.3-2.6,2.9c0,4.1,1.8,6.5,3.6,6.5 c1.2,0,0.9-1.3,2.6-1.3c0.7,0,1.6,0.3,1.7,0.8c0.9-0.2,1.9,0.4,1.9,1.2c0,0.9-0.4,1.4-1.1,1.5c0.6-1.1-0.8-1.4-1.3-1.2 c-0.4,0.3,0.1,0.7,0.1,1.4c0,0.7-0.2,1.3-1.4,1.7c0.3-0.4,0.3-1-0.5-1c-0.7,0-1,1.2-1.9,1.2c-1.5,0-1.9-0.7-3.4-0.4 c-1,0.2-1,0.8-0.6,1.1c-2.1,0.1-1.7-2.1-1.2-2.6c0.5-0.5,0.7-0.8,0.1-1.2c-0.6-0.4-1.6,0-1.8,1c-1.6-3,0.6-2.9-0.1-6.3 c-0.4,1.4-1.2,2.5-1.9,2.9c0.3-0.8-0.4-2.2-0.4-3.4c0-2.6,1.6-3.4,1.6-4.3c0-0.6-0.6-1.1,0-1.7c0.4-0.3,1.1,0.3,1.6,0.3 c2.1,0,3.6-2.7,3.9-5.6c0.4-3.5,1.8-6,3.2-8.6c0.1-0.4,0.1-0.8,0.2-1.3c-1.4,1.8-2.7,4.6-4.7,6.2c0.2,2.3-4.2,4.9-6.7,2.9 c0.8,0.1,2.4-0.3,2.9-1.6c-0.4,0-0.7-0.1-1.1-0.2c-1.5,0.9-4-0.2-3.9-1.9c0.6,0.7,1.4,0.9,2.1,0.6C4.3,55.4,4,54.4,4,53.3 c0-6.6,10.3-11.2,10.3-16.6c0-1.7-1.1-2.6-2.2-2.6c-0.6,0-1.3,0.2-2.1,0.6c0.5,0.5,0.8,1,0.8,1.7C10.8,42.6,1,42,0.2,46 c-0.2-2.7,1.3-3.6,2.9-4.6l0.4-0.2c1.4-0.8,2.7-1.6,2.9-3.5c-1.3,1.8-3.5,3.2-4.7,2.5c3.2,0.1,2.2-6.5,5.9-6.5 c0.4,0,0.8,0.1,1.2,0.3c1-0.8,2.2-1.3,3.2-1.3c1.5,0,3.8,1.1,3.8,4c0,6.4-10.3,10.6-10.3,16.6c0,2,1.2,3,2.8,3 c3.6,0,5.9-6.5,9.8-11.8c2.1-3.1,3.7-9.6,5.1-13.4c-1.4,1.6-1.8,4.5-3.8,4.7c1.2-1,0.4-4.2,1.1-6.6c0.3-0.9,0.4-1.7,0.2-2.6 c-0.6,0.6-0.8,1.8-1,3l-0.1,0.5c-0.3,1.7-0.7,3.3-1.9,3.6c0.8-1-0.1-2.7-0.1-4.2c0-2.9,1.5-3.3,1.6-6c-1.4,0.5-0.9,4.3-3.6,4.2 c1.9-1.9-0.1-3.9,2.1-6.1c-1.3-0.6-2.2-1.6-2.2-2.6c0.8-0.7,1.8-0.9,2.7-1c-0.4-0.6,0.1-1.3,0.7-1.8c0.2,0.2,0.5,0.8,0.8,0.6 c0.5-0.4,2.4-1.5,4-2.2c1.6-0.6,3.7-1.2,4.4-1.3c0.4-0.1,0.2-0.6,0.2-1c0.8-0.1,1.7,0,1.8,0.8C30.7,12.8,31.6,12.5,32.5,12.4z M79.2,3.4c0.1-0.1,0.3,0,0.6,0.3l11.4,11.2c0.3-0.8,0.5-1.7,0.2-2.7c1.4,0.7,2.6,2,2.8,3.3c3.5-0.1,4.4,2.1,5.5,1.4 c0.2,0.5-0.4,1.1-1.4,1.3c4,1,3,4,5.3,4.3c-0.4,0.4-0.9,0.6-1.7,0.3c2.5,3.7,0,6.1,1.9,7.8c-0.7,0.2-1.8-0.4-2.5-1.6 c0.8,3.1-0.4,4.7,0.2,6c-0.9,0.2-1.5-0.5-1.8-1.7c-0.2,0.7-0.4,1.3-0.6,1.8l0.9,0.8l-0.4,0.4l0,0l-0.1,0.1c-1.5,1.6-2.2,2.4-2.6,2.8 l-0.3,0.3c0,0-0.3-0.2-0.3-0.2c-1,1.2-1.8,2.3-1.8,3.4c0,1.3,1.7,3.7,3.6,6.2c-0.1-0.3-0.1-0.5-0.1-0.8c0,0,0,0,0-0.1 c0-0.5,0.2-0.9,0.5-1.2c0.3-0.3,0.7-0.5,1.2-0.4c0.6,0,1.2,0.3,1.7,0.8c0.5,0.5,0.7,1.1,0.7,1.7c0,0,0,0,0,0.1 c0,0.5-0.2,0.9-0.5,1.2c-0.3,0.3-0.7,0.5-1.2,0.4c-0.4,0-0.9-0.2-1.3-0.5c1.3,1.8,2.6,3.4,3.2,4.7c1.2,2.6,2.4,4.2,3.9,4.2 c1.6,0,3.1-1.2,3.1-3.1c0-6.6-8.7-7.3-8.7-14.8c0-3.5,3-5.2,4.8-5.2c1.2,0,2,0.3,2.7,1.1c0.2-0.1,0.4-0.1,0.7-0.1 c4.1,0,1.5,5.5,4.7,5.9c-1.4,0.7-3.3-0.3-4.3-2.9l0,0l0,0.3c0.4,4.6,6.2,3.7,5.6,7.1l0,0.2c-0.1-2.5-8.5-2.2-8.7-7.4 c0-1.1,0.3-1.9,0.8-2.5c-0.4-0.3-0.8-0.4-1.3-0.4c-1.5,0-3.6,1.6-3.6,4c0,3.2,2.1,5,4.2,6.9l0.5,0.4c2,1.8,4,3.8,4,7.2 c0,1.5-0.6,2.8-1.6,3.7c0.7,0.1,1.8-0.3,2.3-0.9c-0.7,2.8-3.6,2.8-4.5,1.7c-0.1,0-0.3,0-0.4,0c-0.2,0-0.5,0-0.7-0.1 c0.6,1.1,1.4,2.2,2.7,2.1c-2.5,2-5.6-0.7-5.2-3.5c-0.8-0.8-1.3-1.9-1.6-2.7c-0.3-0.6-0.7-0.3-0.7,0.4c0.1,2.2-1.7,4.4-1.7,6 c0,1.6,1.7,3.2,2.2,3.2c0.6,0,1-0.6,1.4-0.5c0.3,0.2,0.3,0.6,0.3,1.4l0,0.4c-0.1,0.8,0.1,2.7,0.2,4.8c0.2-0.5,0.5-1.1,1.1-1.4 c0.6-0.4,1.2-0.5,1.8-0.4c0.5,0.1,0.8,0.3,1.1,0.7c0.2,0.3,0.3,0.6,0.3,0.9c0,0.1,0,0.2,0,0.4c-0.1,0.6-0.5,1.2-1.1,1.5 c-0.5,0.3-1.1,0.5-1.6,0.4c-0.6,0-1-0.3-1.3-0.7c0-0.1-0.1-0.2-0.1-0.2c0,0.6,0.1,1.3,0.1,1.8c0,1.5-0.4,2.2-1,2.5 c0-0.2-0.5-0.7-1.1-0.7c-0.4,0-0.8,0.3-0.8,0.7c0,0.7,0.8,0.6,0.8,1.6c0,1-2.4,2.4-3.8,2.1c0.2-0.5,0.5-2.2,1-3.3 c-0.4,0.3-0.9,1-1.2,2c-0.4,1.3-1,1.2-1.5,0.9c0.5-0.5,1.6-3.1,2.8-3.9c1.2-0.8,1.7-1.1,2-3.1c0.3-1.9,0-3.1-0.1-4.8 c-0.1-2.3-1-1.8-1.7-1.8c-1.5,0-7.3-3.7-7.3-7.5c0-0.4,0-0.8,0.1-1.2c-2.6-0.1-4.1,0.7-4.1,3.1c0,0.8,0.1,1.6,0.7,2.1 c0.5,0.5,0.8,0.9-0.1,1.3c-0.5,0.2-2.4,1-4.4,1.8l-0.5,0.2c-2.1,0.9-4.1,1.7-4.1,1.7c-1,0.4-1.2,0-1.6-0.5c-0.4-0.5-0.9-0.7-1.4-0.4 c-0.5,0.4,0.4,0.7,0.4,1.3c0,0.6-0.2,1.9-3.9,1.7l0.9-1.5c0.2-0.5,0.4-0.8,0.2-0.9c-0.2,0-0.3,0.2-0.5,0.5L73,69l-0.1,0.1l-1.1,1.4 c-0.5,0-1-0.1-1.1-0.1l0,0c1.4-1.4,2.2-2.1,2.9-2.9c0.8-0.8,1.7-1.1,3.3-1.4c1.9-0.3,8.2-1.1,8.2-3.2c0-2.3-2.6-2.2-2.6-5.3 c0-2.7,1.2-5.7,8.6-5.5c-0.6-1.8-2.5-3.1-4.3-3.5c-3.7-0.9-4.8-3.5-5.1-6.2c-1-0.1-2.1-0.1-2.9-0.2c-2.3-0.1-3.5-0.8-4-0.4 c-0.2,0.2-0.4,0.5-0.1,1.1c0.3,0.6,1.1,1.9,1.7,2.9c0.5,0.1,1.2,0.1,1.3,0.7c0.1,0.6-0.4,0.7-0.5,1c-0.1,0.3,0.1,0.5,0.4,0.5 c0.3,0,0.5-0.3,0.4-0.5c0.3-0.2,1.1-0.2,1.9,0c0.6,0.6,1.5,1.7,1.8,2.7c-0.9-0.4-2.2-0.8-2.6-0.8c-0.5,0-0.4,0.2,0,0.3 c0.4,0.1,1.4,0.5,1.7,0.8l-0.1,1c-0.2-0.2-2-1.3-3.1-1.7c-1.1-0.4-1.7-0.6-2.3-2c-0.6-1.3-2.2-4.3-2.9-5.5c-0.5-0.8-0.3-1.1-0.1-1.4 c0.2-0.3,0.4-0.6,0.6-0.8c0.4-0.7,0.6-0.5,1.2-0.5c0.7,0.1,2.1,0.1,2.8-0.2c0.1-0.1,0.3-0.1,0.5-0.2c-1.5-1.7-3.4-4.1-3.6-4.4 c-0.3-0.4-0.7-0.6-1-0.6s-0.6,0-0.8,0.2c-0.2,0.1-0.4,0.3-0.7,0.6c-0.1-0.1-0.2-0.2-0.3-0.3c-0.3-0.4-0.7-0.7-1-1.1 c0.7-0.6,1.4-1.1,1.7-1.3c0.4-0.3,0.6-0.6,0.9-0.6c0.3,0,0.8,0,1,0c0.5,0,0.7,0.1,1,0.4c0.6,0.6,1.5,1.3,2.2,1.9 c0.1,0.1,0.2,0.1,0.2,0.2c0.1-0.1,0.1-0.1,0.2-0.2c0.3-0.3,0.7-0.4,1.1-0.4c0.4,0,0.8,0.2,1,0.5c0.4,0.4,0.6,1,0.5,1.6 c0,0.2-0.1,0.4-0.1,0.6c0.6,0.5,1.1,1,1.6,1.5c0.2-2.1,1.3-4.1,2.7-5.9L84,32.1c0,0,0.1-0.4,0.1-0.4c0.3-0.9,0.8-2.6,1-3.3 c0.1-0.3,0.1-0.4,0.1-0.4l0.2-0.5l2.3,0.9c0.1-0.1,0.1-0.1,0.2-0.2c2-1.9,6.8-3.2,6.8-5.9c0-0.7-0.2-1.5-0.9-2.1 c0.3,0.4,0.4,1,0.3,1.6C94,22.4,92.9,24,91,24c-1,0-1.8-1-2.2-1c-0.2,0-0.5,0.2-0.8,0.4c0.1,1.4-0.5,2.2-1.1,2.3 c0.2-0.6,0-1.6-0.1-1.5c-0.2,0.1-0.4,0.3-0.4,1.1c0,0.8-0.7,1.9-1.8,2c0.2-0.3,0.6-1.7,0.3-1.9c-0.2-0.2-0.6,0.4-0.9,0.4 s-0.5-0.3-0.6-0.6c0-0.3-0.6,0-0.7-0.3c-0.1-0.3,0.7-0.8,1.4-1.1c0.7-0.3,1.8-0.8,1.6-1.1c-0.3-0.7-2.4,0.4-3.3,1 c-1.4,0.8-0.8-0.3-1-0.8c-0.5-1.2-0.1-1.4,0.5-1.9c0.8-0.7,2.4-1.8,4.2-2.7c0-0.6,0.4-1.1,0.8-1.3c0.8-0.3,1.5-0.6,2.2-0.8L79.4,4 C79.2,3.7,79.1,3.5,79.2,3.4z M30,75.5l-2.6,1.7l2.5,4l2.7-1.7l-0.7-1.1l-1.6,1c-0.1-0.1-0.2-0.3-0.3-0.4l1.5-1L30.9,77l-1.5,1 c-0.1-0.1-0.2-0.3-0.2-0.4l1.5-1L30,75.5z M85.5,77.7c-0.6-0.3-1.3-0.5-1.9-0.3c-0.7,0.1-1.2,0.5-1.5,1.1c-0.4,0.6-0.4,1.2-0.3,1.8 c0.2,0.6,0.6,1.1,1.2,1.5c0.6,0.4,1.3,0.5,1.9,0.3c0.7-0.1,1.2-0.5,1.6-1.1c0.2-0.4,0.4-0.8,0.4-1.2c0-0.2,0-0.4-0.1-0.6 C86.5,78.6,86.1,78.1,85.5,77.7z M25.9,78.2L24.8,79l2.5,4l1.1-0.7L25.9,78.2z M21.9,82.2c0.6-0.3,1.2-0.5,1.7,0.3 c0.3,0.4,0.4,1-0.6,1.5c0,0-0.2,0.1-0.3,0.2c-0.1-0.2-1-1.7-1.1-1.8C21.8,82.3,21.9,82.2,21.9,82.2z M88.2,79.5l-2.5,4.1l1.2,0.7 l2.5-4.1L88.2,79.5z M56.1,76.9c-0.9,0.7-1.7,1.5-1.7,2.4c0,0.9,1.1,1.5,1.1,2.1c0,0.3-0.2,0.5-0.6,0.5c-0.8,0-0.4-2.2-2-2.2 c-0.9,0-1.4,0.8-1.4,1.4c0,0.3,0.1,0.8,0.4,1.2c0.2-0.4,0.5-0.6,0.8-0.6c1.2,0,0.7,3.2,2.2,3.2c0.6,0,1-0.4,1-0.9 c0-0.4-0.3-0.6-0.3-0.9c0-0.4,0.3-0.5,0.6-0.5c0.3,0,0.6,0.1,0.6,0.5c0,0.4-0.3,0.5-0.3,0.9c0,0.5,0.3,0.9,1,0.9 c1.4,0,1-3.2,2.2-3.2c0.3,0,0.6,0.2,0.8,0.6c0.2-0.5,0.4-0.9,0.4-1.2c0-0.6-0.4-1.4-1.4-1.4c-1.6,0-1.2,2.2-2,2.2 c-0.3,0-0.6-0.2-0.6-0.5c0-0.6,1.1-1.2,1.1-2.1C57.8,78.4,57,77.6,56.1,76.9z M70.8,77.8c-1.7,0.3-4,1.1-4,2.6 c0,1.8,5.8,2.5,5.2,4.9c1.8-0.9,2.9-2.1,2.9-3.2c0-1.1-1-1.9-2-2.6l-0.4-0.3C71.9,78.7,71.2,78.3,70.8,77.8z M41.3,77.8 c-0.4,0.5-1,1-1.7,1.5l-0.4,0.3c-1,0.8-2,1.6-2,2.6c0,1.1,1,2.3,2.9,3.2c-0.5-2.4,5.3-3.2,5.3-4.9C45.4,78.9,43.1,78.1,41.3,77.8z M89.8,80.5l-0.6,1.1c0.3,0.2,0.8,0.5,1.2,0.7c-0.5,0.7-1.8,2.9-1.8,2.9l1.2,0.5c0,0,0,0,0-0.1l0.1-0.2c0.2-0.4,0.6-1,0.9-1.5 l0.2-0.4c0.2-0.2,0.3-0.5,0.4-0.6c0.5,0.2,1.1,0.5,1.4,0.7l0.6-1.1C92.8,82.2,90.8,81.2,89.8,80.5z M22.7,80.7 c-0.4,0-0.9,0.1-1.4,0.4l-1.5,0.8l2.4,4l1.4-0.8c1.7-0.9,1.7-2.3,1.1-3.3c-0.2-0.4-0.5-0.7-0.9-0.9C23.5,80.8,23.1,80.7,22.7,80.7z M56.1,85.3c-0.4,0-0.8,0.4-0.8,0.8c0,0.4,0.4,0.8,0.8,0.8c0.4,0,0.8-0.4,0.8-0.8C56.9,85.6,56.5,85.3,56.1,85.3z M53.5,74.9 c1.8,0.5,3.6,0.8,5.2,0.8v3.4c0.2-0.1,0.4-0.1,0.6-0.1c1.2,0,2,1,2,2c0,0.9-0.5,1.8-1,2.3c-0.3-0.6-0.5-1-0.8-1 c-0.6,0-0.3,3.1-2.1,3.2c0.1,0.2,0.1,0.3,0.1,0.5c0,0.8-0.6,1.4-1.4,1.4c-0.8,0-1.4-0.6-1.4-1.4c0-0.2,0-0.3,0.1-0.5 c-1.8-0.1-1.5-3.2-2.1-3.2c-0.3,0-0.5,0.4-0.7,1c-0.5-0.5-1-1.4-1-2.3c0-1,0.8-2,2-2c0.2,0,0.4,0,0.6,0.1V74.9z M61.4,90.3 c0.4,0,0.6,0.1,0.9,0.3c0.2,0.2,0.4,0.5,0.4,0.8c0,0.3-0.1,0.6-0.4,0.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.4,0-0.7-0.1-0.9-0.3 c-0.2-0.2-0.3-0.5-0.3-0.8c0-0.4,0.1-0.6,0.3-0.9C60.7,90.4,61,90.3,61.4,90.3z M42.9,87.5l0.3,4.9c0.8,0.3,2,0.7,3.1,1l-0.1-1.3 c-0.6-0.1-1.3-0.3-1.8-0.5c0-0.1,0-0.5,0-0.5c0.3,0.1,1.6,0.4,1.6,0.4l0-1.3l-0.1,0c-0.3-0.1-1.4-0.4-1.6-0.4c0-0.1,0-0.4,0-0.4 c0.6,0.2,1.4,0.3,1.8,0.4l0-1.3C45.2,88.1,43.6,87.7,42.9,87.5z M69.3,87.5l-1.3,0.4c0,0-0.1,2.1-0.1,2.6l-2.1-2.1l-1,0.2l-0.3,5.1 l1.3-0.3c0,0,0-0.6,0.1-1.2l0-0.3c0-0.5,0.1-0.9,0.1-1.1c0.4,0.4,2,2.1,2,2.1l1-0.4L69.3,87.5z M46.5,88.3v1.3 c0.4,0.1,1,0.2,1.4,0.2v3.7l1.4,0.2v-3.7c0.4,0,1,0.1,1.4,0.2v-1.3C49.3,88.8,47.7,88.5,46.5,88.3z M61.6,88.9l-0.2,0 c-0.8,0-1.4,0.3-1.9,0.8c-0.5,0.5-0.8,1.1-0.8,1.8c0,0.7,0.3,1.3,0.8,1.8c0.5,0.5,1.1,0.7,1.9,0.7c0.8,0,1.4-0.3,1.9-0.8 c0.5-0.5,0.8-1.1,0.8-1.8c0-0.7-0.3-1.3-0.8-1.8c-0.5-0.5-1.2-0.7-1.9-0.7L61.6,88.9z M53.3,89.1V94l1.4,0v-2.6 c0.3,0.4,1.1,1.4,1.1,1.4s0.8-1,1.1-1.4v2.6l1.4,0v-4.9l-1.2,0c0,0-1.1,1.4-1.3,1.7c-0.2-0.2-1.4-1.7-1.4-1.7L53.3,89.1z M74.5,71.7 c3.2,0,7,2.5,10.9,5.1l0.8,0.5c4.9,3.3,9.9,6.5,14.1,5.3c-3.1,1.4-5.3,4.5-7.7,4.5c-3.1,0-6.4-2.3-9.8-4.6l-0.9-0.6 c-3.3-2.2-6.6-4.3-9.8-4.3c-0.1,0-0.2,0-0.3,0c1.6,2,3.8,2.4,3.8,4.4c0,1.4-1.2,2.2-2,4.1c-0.5,1.2-0.6,2-1.1,3.7 c-0.4,1.5-1.4,5.2-16.5,5.2c-13.6,0-15.8-3-16.3-4.7l0-0.1c0-0.1-0.1-0.3-0.1-0.4c-0.4-1.7-0.5-2.5-1.1-3.7c-0.8-1.9-2-2.7-2-4.1 c0-2,2.2-2.4,3.8-4.4c-0.1,0-0.2,0-0.3,0c-3.3,0-6.8,2.3-10.2,4.6l-0.9,0.6c-3.2,2.2-6.4,4.3-9.3,4.3c-2.5,0-4.6-3.1-7.7-4.5 c4.1,1.2,8.9-1.8,13.7-5l0.8-0.5c4.1-2.7,8.1-5.4,11.3-5.4c2,0,4.4,0.8,5.6,3.6c0.5,1.1,1,2,1.4,2.7l0.2,0.4c0.6,0.9,1,1.6,1,2.3 c0,1.2-1.1,2.1-2.8,3c-1.1,0.6-2.3,0.9-2.3,2c3.3,1.5,8.8,2.6,15.4,2.6c6.5,0,12-1.1,15.4-2.6c0.1-1.1-1.1-1.4-2.3-2 c-1.8-0.9-2.8-1.8-2.8-3c0-1.3,1.4-2.3,2.6-5.3C70.1,72.5,72.5,71.7,74.5,71.7z M61.7,40c0,0.1,0,0.2,0.2,0.2c0.1,0,0.2,0.1,0.2,0.2 c0.1,0,0.2,0,0.3,0c0.1,0.3,0,0.5,0,0.5c0.3,0.2,0.9,1.2,0.5,1.6c-0.1,0.5-0.3,1.1,0.2,1.7c0.3,0.3,0.6,0.9,1.1,1.3 c0,0,0.1,0.1,0.1,0.1c0.2,0.2,0.5,0.3,0.7,0.3c0.2,0,0.3-0.1,0.3-0.2c0-0.5-1-1-1.5-1.5c-0.6-0.6-0.5-1.4-0.3-1.8 c0.1,0.2,0.1,0.4,0.1,0.5c0.4,0.6,0.3,0.9,0.5,1.2c0.1,0.1,0.3,0.3,0.5,0.5c0.5,0.4,0.9,0.6,0.9,1.1c0,0.5-0.6,0.7-1.1,0.3 c-0.1-0.1-0.3-0.2-0.4-0.3c0,0,0,0,0,0c0,0.9,1.2,1.1,1.3,0.9c0.2-0.2,0.3-0.2,0.5,0.1c0.2,0.3,0,0.2-0.2,0.3c0.1,0,0.2,0.1,0.4,0 c-0.1,0.1-0.2,0.3-0.4,0.4v0c0,0,0.2,0.1,0.3,0.1c0,0.1-0.1,0.2-0.3,0.3c0,0,0,0,0,0c0,0.3-0.3,0.2-0.3,0.3c0,0.1,0.2,0.1,0.2,0.4 c0,0-0.1,0.1-0.1,0.1c0,0,0.1,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.3-0.1c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.2-0.1-0.3c0,0,0,0,0,0 c-0.1,0.1-0.1,0.3-0.2,0.3c0,0-0.1,0-0.1,0c-0.1,0.1,0,0.2,0,0.2c-0.1,0-0.2-0.1-0.2-0.2c0,0-0.1,0-0.1,0c-0.2-0.1,0-0.2,0.1-0.3 c0,0,0,0,0,0c-0.1,0.1-0.3,0.1-0.3-0.1c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3c0,0,0.1-0.1,0.2-0.1 c0.1,0,0.4,0.1,0.4,0c0.1-0.1,0-0.3,0-0.5c0-0.1,0-0.1-0.1-0.1c-0.1-0.1-0.3,0.4-0.7,0.2c-0.7-0.2-1.1-1-1.1-1.3 c-0.4-0.1-1,0.2-0.9,0.6c0.1,0.3,0.1,0.2,0.2,0.5c0,0.1,0.1,0.1-0.1,0.3c-0.1,0.1-0.4,0-0.4,0l-0.2,0.2c-0.3-0.2-0.4-0.1-0.3,0 c0,0-0.1-0.1-0.1-0.1c0,0,0,0.1-0.1,0.1c-0.1,0-0.2,0-0.3-0.1c0,0,0,0-0.1,0c0,0-0.1,0-0.1,0c0,0,0,0,0,0c0,0.1,0,0.1,0,0.1 c0,0,0,0-0.1,0c0,0.1,0.1,0.1,0.2,0.1c-0.2,0.1-0.4,0-0.3-0.1c0,0,0-0.1,0-0.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0c0,0,0,0,0,0 c0,0,0,0.1,0,0.1c0,0-0.1,0-0.1,0c0,0.1,0.1,0.1,0.1,0.1c-0.2,0.1-0.3,0-0.3-0.2c0,0-0.1-0.1-0.1-0.1c-0.1-0.3,0.3-0.2,0.3-0.3 c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.1,0-0.1-0.1-0.1-0.1c0,0,0,0,0-0.1c-0.1,0-0.2,0.1-0.2,0.1c0-0.1,0.1-0.3,0.3-0.3 c0,0,0.1-0.1,0.1-0.1c0.3-0.1,0.4,0.4,0.6,0.3c0,0,0,0,0,0c0.3-0.1,0.4,0,0.8,0c-0.3-0.2-0.6-0.7-0.5-1c0.1-0.3,0.6-0.6,0.9-0.7 c0.2,0,0.6,0,1,0.2c-0.3-0.5-1.5-0.5-1.5-1.4c-0.1,0.1-0.2,0.3-0.2,0.4c-0.1-0.1-0.2-0.1-0.4-0.1c-0.2,0.1-0.4,0.2-0.3,0.3 c-0.2-0.1-0.3,0-0.6,0.1c0,0.1,0,0.2-0.1,0.2c-0.2,0.1-0.3-0.1-0.3-0.1c0,0,0,0,0,0c-0.1,0.1,0.1,0.2,0,0.3c0,0,0,0-0.1,0 c0,0.1,0.1,0.2,0.2,0.2c-0.1,0-0.3,0-0.4-0.2c0,0,0,0,0,0c0,0-0.1,0-0.1,0c-0.2,0-0.1-0.2,0-0.4c0,0,0,0,0,0 c-0.2,0.3-0.3,0.2-0.4,0.1c0,0,0,0-0.1-0.1c-0.1,0.1-0.1,0.1-0.1,0.2c-0.1-0.1,0-0.3,0.1-0.4c0,0,0,0,0,0c0,0,0.1-0.1,0.1-0.1 c0.1-0.1,0.2,0,0.3,0c0.1,0,0.1,0,0.2-0.1c0,0,0,0,0,0c-0.3,0-0.4-0.1-0.4-0.1c0,0,0-0.1,0-0.1c-0.1-0.1-0.2,0-0.2,0 c0-0.1,0.2-0.2,0.3-0.1c0,0,0.1,0,0.1,0c0,0,0.1,0,0.2,0.1c0.1,0.1,0.1,0.1,0.2,0.2c0.2,0.1,0.4-0.1,0.6-0.2 c0.2-0.2,0.4-0.5,0.7-0.7c-0.6-0.3-0.9-0.9-1-1.1c0-0.1-0.1-0.2-0.1-0.2c0,0,0,0.1,0,0.1c-0.1,0-0.1-0.1-0.1-0.2c0,0,0,0,0,0 c0,0-0.1,0-0.1,0.1c0,0,0-0.2,0-0.3c-0.3,0.1-0.6-0.1-0.4-0.4c0,0.2,0.3,0.3,0.4,0.2c-0.2,0-0.2-0.2-0.1-0.3c0,0,0,0,0,0 c0,0,0,0-0.1,0c0,0,0,0-0.1,0c-0.1,0.1-0.1,0.1-0.1,0c0,0,0,0-0.1-0.1c0,0,0,0,0,0c-0.1,0,0,0.1,0,0.1c-0.2-0.1-0.1-0.2-0.1-0.3 c0,0,0-0.1,0-0.1c0-0.1,0.1-0.2,0.3-0.1c0,0,0,0,0,0c0,0,0,0,0-0.1c0,0,0,0,0,0c-0.1,0-0.2-0.1-0.2-0.2c0,0,0-0.1,0-0.1 c0,0-0.1,0-0.1-0.1c0.2-0.2,0.3,0,0.3,0.1c0,0,0,0,0,0c0,0,0.1,0,0.1,0c0.1,0,0.2,0.2,0.2,0.3c0,0,0,0,0,0c0,0,0-0.1,0-0.1 c0,0,0,0,0,0c-0.1-0.1,0-0.1,0-0.2c0,0,0-0.1,0.1-0.1c0-0.1-0.1-0.1-0.1-0.2c0.1,0,0.2,0.1,0.3,0.2c0,0,0,0.1,0,0.2 c0,0.2-0.1,0.3-0.1,0.5c0,0.2,0,0.3,0.2,0.4c0.2,0.1,0.3,0.2,0.4,0.4c0.2,0.2,0.4,0.4,0.4,0.5c0.1,0.1,0.2,0.2,0.3,0.3 c0.1-0.6,0.7-0.6,0.7-1.1c0-0.2-0.4-0.2-0.6-0.1c-0.2,0.1-0.4,0-0.4-0.1c0-0.1,0-0.2,0.1-0.2c0.2,0,0.2,0,0.4,0 c0.2,0,0.1-0.1,0.1-0.2c0-0.2-0.3-0.2-0.4-0.1l-0.1,0.2l-0.2-0.2c0,0,0,0-0.1,0c-0.1-0.1-0.1-0.2-0.1-0.3c0-0.1,0-0.3,0.2-0.2 c0.2,0,0.2,0,0.4-0.1c0.1-0.1,0.1-0.1,0.3-0.1C61.5,40.2,61.6,40.1,61.7,40z M58.7,37.9c0.1,0.1,0.1,0.3,0.1,0.5 c-0.2,0-0.3-0.1-0.4-0.2v4c0.2,0,0.4,0.1,0.4,0.2c0,0.1,0,0.3-0.2,0.5c0.2,0,0.4,0.1,0.6,0.3c-0.2,0.2-0.4,0.3-0.6,0.3 c0.2,0.2,0.2,0.3,0.2,0.5c0,0.1-0.2,0.2-0.4,0.2v4.7c0.1-0.1,0.3-0.2,0.5-0.2c0,0.2-0.1,0.4-0.2,0.5h2.9c0-0.2,0.1-0.3,0.2-0.4 c0.1-0.1,0.3,0,0.5,0.2c0-0.2,0.1-0.4,0.3-0.6c0.2,0.2,0.3,0.4,0.3,0.6c0.2-0.2,0.3-0.2,0.5-0.2c0.1,0,0.2,0.2,0.2,0.4h3.4 c-0.1-0.1-0.2-0.3-0.2-0.5c0.2,0,0.3,0,0.5,0.1c-0.3-2-1-3.9-2-5.6c-0.1,0-0.2,0-0.3,0c-0.1-0.1-0.2-0.2-0.2-0.5 c-0.2,0.1-0.4,0.2-0.6,0.1c0-0.3,0.2-0.4,0.3-0.6c-0.2,0-0.4-0.1-0.4-0.3c0-0.1,0-0.2,0.1-0.3C62.6,39.9,60.7,38.6,58.7,37.9z M58,37.4l0.2,0.1c1.2,0.3,2.3,0.8,3.3,1.5c1.1,0.7,2,1.6,2.9,2.7c1.7,2.2,2.8,4.9,3.1,7.7l0,0.2H58V37.4z M57.8,37.2v12.6h10 c-0.2-3-1.4-5.9-3.2-8.2C62.8,39.2,60.4,37.7,57.8,37.2z M58.2,36.6c0.2-0.1,0.5,0.1,0.6,0.5c2.3,0.7,4.4,2.2,6.1,4.3 c0.1,0.1,0.2,0.2,0.3,0.4c0.2-0.1,0.4-0.2,0.7-0.2c-0.1,0.3-0.2,0.5-0.4,0.6c1.4,2,2.3,4.3,2.6,6.7c0.4,0,0.5,0.4,0.4,0.6 c-0.1,0.1-0.2,0.2-0.3,0.2c0,0.1,0,0.1,0,0.1c0.1,0.1,0.1,0.3,0.1,0.5c-0.2,0-0.4-0.1-0.5-0.2h-0.1c0,0.2-0.1,0.3-0.2,0.4 c-0.2,0.1-0.5,0-0.6-0.4h-4c0,0.2-0.1,0.4-0.3,0.6c-0.2-0.2-0.3-0.4-0.3-0.6h-3.5c-0.1,0.3-0.4,0.4-0.6,0.3 c-0.1-0.1-0.2-0.2-0.2-0.3h-0.1c-0.1,0.1-0.3,0.1-0.5,0.1c0-0.2,0.1-0.4,0.1-0.5v-0.1c-0.2,0-0.3-0.1-0.4-0.2 c-0.1-0.2,0-0.5,0.4-0.6v-5.3c-0.2,0-0.4-0.1-0.6-0.3c0.2-0.2,0.4-0.3,0.6-0.3v-4.9c-0.3-0.1-0.4-0.4-0.3-0.6 c0.1-0.1,0.2-0.2,0.3-0.2v0c-0.1-0.2-0.2-0.4-0.2-0.6c0.2,0,0.4,0.1,0.5,0.2c0,0,0.1,0,0.1,0C58,36.7,58.1,36.6,58.2,36.6z"></path>
|
|
257
257
|
</svg>
|
|
258
258
|
{%- elif params.iconType == "ogl" -%}
|
|
259
259
|
<svg class="ons-footer__ogl-img{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" width="50px" height="20px" viewBox="0 0 60 24" focusable="false" aria-hidden="true" role="img">
|
|
260
|
-
<title>{{ params.altText | default ('Open Government License logo')
|
|
260
|
+
<title>{{ params.altText | default ('Open Government License logo') }}</title>
|
|
261
261
|
<path d="M51.7,17.5V0l-6.2,4v19.8h13.8v-6.2H51.7z M36.7,16.3c-1,0.9-2.4,1.4-3.8,1.4c-3.2,0-5.8-2.6-5.8-5.8s2.6-5.8,5.8-5.8c2,0,3.9,1.1,4.9,2.7L43,5.6C40.9,2.2,37.1,0,32.9,0c-4.5,0-8.4,2.5-10.4,6.1C20.4,2.5,16.5,0,12,0C5.4,0,0,5.4,0,12s5.4,12,12,12c4.5,0,8.4-2.5,10.4-6.1c2.1,3.6,6,6.1,10.4,6.1c3,0,5.8-1.1,7.9-3l2.4,2.7h0.4V13h-9.8L36.7,16.3zM12,17.8c-3.2,0-5.8-2.6-5.8-5.8S8.8,6.2,12,6.2s5.8,2.6,5.8,5.8S15.2,17.8,12,17.8" fill="#595959"></path>
|
|
262
262
|
</svg>
|
|
263
263
|
{# Hero graphics #}
|
|
264
264
|
{%- elif params.iconType == "circle-lined" -%}
|
|
265
|
-
<svg class="ons-hero__circle-lined{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 243 243" focusable="false" aria-hidden="true">
|
|
265
|
+
<svg class="ons-hero__circle-lined{{ iconClasses }}" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 243 243" focusable="false" aria-hidden="true" role="img" title="ons-icon-circle-lined" >
|
|
266
266
|
<path d="M211.25,203.37c1.01-1.12,2.01-2.24,2.97-3.43l25-48.6c0.42-1.47,0.78-2.93,1.07-4.42L211.25,203.37zM192.12,220.32c0.66-0.44,1.25-0.85,1.89-1.34l48.96-95.17c0.03-0.8,0.04-1.57,0.01-2.36L192.12,220.32z M178.35,228.81c0.56-0.24,1.1-0.54,1.64-0.84l62.16-120.82c-0.09-0.58-0.16-1.19-0.27-1.82L178.35,228.81z M165.96,234.53c0.54-0.2,1.02-0.39,1.52-0.61L239.7,93.54c-0.11-0.54-0.22-1.07-0.38-1.6L165.96,234.53z M154.53,238.39c0.48-0.09,0.94-0.24,1.43-0.42l80.34-156.16c-0.13-0.5-0.28-0.96-0.48-1.41L154.53,238.39z M143.84,240.89c0.42-0.07,0.89-0.12,1.35-0.27l87-169.12c-0.14-0.46-0.37-0.87-0.56-1.25L143.84,240.89z M133.65,242.35c0.38,0,0.84-0.05,1.27-0.12l92.61-180.02c-0.19-0.38-0.41-0.79-0.64-1.1L133.65,242.35z M123.86,243c0.4-0.03,0.82-0.01,1.24-0.08l97.28-189.09c-0.19-0.38-0.45-0.72-0.66-1.06L123.86,243z M114.59,242.76c0.38,0.1,0.77,0.11,1.17,0.07L216.88,46.27c-0.2-0.35-0.43-0.66-0.74-0.91L114.59,242.76z M2.67,96.04l29.04-56.45c-1.04,1.1-2.02,2.24-2.97,3.43l-25,48.6C3.32,93.09,2.99,94.56,2.67,96.04z M106.68,242.11L211.02,39.3c-0.25-0.27-0.5-0.54-0.8-0.8L105.57,241.93C105.95,242.03,106.31,242.07,106.68,242.11z M97.97,240.67L204.78,33.05c-0.25-0.27-0.5-0.54-0.8-0.79L96.87,240.48C97.25,240.59,97.61,240.63,97.97,240.67z M89.58,238.71L198.31,27.36c-0.27-0.23-0.57-0.49-0.86-0.68L88.53,238.41C88.86,238.53,89.23,238.63,89.58,238.71z M0,119.49l49.26-95.75c-0.68,0.47-1.31,0.96-1.97,1.49L0.07,117.02C0.02,117.86-0.01,118.67,0,119.49z M81.45,236.17L191.51,22.22c-0.27-0.24-0.55-0.43-0.9-0.6L80.43,235.79C80.77,235.96,81.1,236.08,81.45,236.17z M73.58,233.08L184.43,17.62c-0.27-0.23-0.61-0.41-0.91-0.57L72.59,232.67C72.9,232.83,73.24,233,73.58,233.08z M0.88,136.14L63.32,14.78c-0.6,0.32-1.14,0.62-1.7,0.96L0.68,134.2C0.69,134.84,0.77,135.51,0.88,136.14z M65.99,229.56L177.16,13.49c-0.04-0.02-0.04-0.02-0.08-0.04c-0.3-0.16-0.57-0.29-0.9-0.41l-111.12,216c0.28,0.2,0.55,0.33,0.86,0.49C65.96,229.55,65.96,229.55,65.99,229.56z M58.68,225.41L169.53,9.95c-0.28-0.19-0.65-0.33-0.99-0.41L57.77,224.85C58.03,225.08,58.36,225.29,58.68,225.41z M3.33,149.74L75.79,8.91c-0.54,0.21-1.03,0.39-1.52,0.62L2.95,148.15C3.06,148.69,3.19,149.19,3.33,149.74z M51.64,220.83L161.71,6.89c-0.31-0.16-0.67-0.3-1.01-0.38L50.75,220.23C51.01,220.46,51.34,220.67,51.64,220.83z M6.75,161.38L87.24,4.92c-0.5,0.13-0.96,0.27-1.42,0.42L6.26,159.98C6.41,160.44,6.56,160.9,6.75,161.38z M44.82,215.73L153.59,4.3c-0.36-0.14-0.7-0.22-1.07-0.26L43.98,215.01C44.23,215.28,44.5,215.51,44.82,215.73z M10.88,171.7L98.04,2.28c-0.42,0.07-0.88,0.12-1.32,0.23L10.3,170.49C10.47,170.91,10.69,171.32,10.88,171.7z M38.29,210.05L145.18,2.29c-0.38-0.1-0.75-0.14-1.11-0.19L37.49,209.26C37.74,209.53,37.99,209.8,38.29,210.05z M32.09,203.83L136.51,0.86c-0.36-0.04-0.76-0.11-1.15-0.11L31.34,202.96C31.56,203.27,31.85,203.56,32.09,203.83z M15.57,180.96L108.29,0.71c-0.44,0.02-0.84,0.05-1.27,0.12l-92.1,179.03C15.12,180.24,15.32,180.59,15.57,180.96z M26.21,196.9L127.45,0.11c-0.4-0.06-0.78-0.07-1.19-0.03L25.5,195.95C25.7,196.29,25.93,196.6,26.21,196.9z M20.67,189.32L118.06,0c-0.41,0.03-0.83,0.01-1.25,0.08L20.01,188.26C20.19,188.64,20.46,188.97,20.67,189.32z"></path>
|
|
267
267
|
</svg>
|
|
268
268
|
{% endif -%}
|
|
@@ -47,6 +47,12 @@ describe('macro: icon', () => {
|
|
|
47
47
|
expect($('svg').length).toBe(1);
|
|
48
48
|
});
|
|
49
49
|
|
|
50
|
+
it('has a role of image', () => {
|
|
51
|
+
const $ = cheerio.load(renderComponent('icon', { iconType }));
|
|
52
|
+
|
|
53
|
+
expect($('svg').attr('role')).toBe('img');
|
|
54
|
+
});
|
|
55
|
+
|
|
50
56
|
it('has additionally provided style classes', () => {
|
|
51
57
|
const $ = cheerio.load(
|
|
52
58
|
renderComponent('icon', {
|
|
@@ -113,6 +113,25 @@
|
|
|
113
113
|
"radios": radio.other.radios
|
|
114
114
|
})
|
|
115
115
|
}}
|
|
116
|
+
{% elif otherType == "textarea" %}
|
|
117
|
+
{% from "components/textarea/_macro.njk" import onsTextarea %}
|
|
118
|
+
{{
|
|
119
|
+
onsTextarea({
|
|
120
|
+
"id": radio.other.id,
|
|
121
|
+
"name": radio.other.name,
|
|
122
|
+
"label": {
|
|
123
|
+
"id": radio.other.id + "-label",
|
|
124
|
+
"text": radio.other.label.text,
|
|
125
|
+
"classes": 'ons-u-fw-n',
|
|
126
|
+
"description": radio.other.label.description
|
|
127
|
+
},
|
|
128
|
+
"charCheckLimit": {
|
|
129
|
+
"limit": radio.other.charCheckLimit.limit,
|
|
130
|
+
"charCountSingular": radio.other.charCheckLimit.charCountSingular,
|
|
131
|
+
"charCountPlural": radio.other.charCheckLimit.charCountPlural
|
|
132
|
+
}
|
|
133
|
+
})
|
|
134
|
+
}}
|
|
116
135
|
{% endif %}
|
|
117
136
|
</span>
|
|
118
137
|
{% endif %}
|
|
@@ -9,15 +9,10 @@
|
|
|
9
9
|
box-shadow: inset 0 0 0 3px var(--ons-color-input-bg);
|
|
10
10
|
|
|
11
11
|
&::after {
|
|
12
|
+
display: none;
|
|
13
|
+
}
|
|
14
|
+
&:checked {
|
|
12
15
|
background-color: var(--ons-color-input-border);
|
|
13
|
-
border-radius: 50%;
|
|
14
|
-
border-width: 0;
|
|
15
|
-
height: 12px;
|
|
16
|
-
left: 50%;
|
|
17
|
-
margin-left: -6px;
|
|
18
|
-
margin-top: -6px;
|
|
19
|
-
top: 50%;
|
|
20
|
-
width: 12px;
|
|
21
16
|
}
|
|
22
17
|
}
|
|
23
18
|
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
.ons-radios {
|
|
2
2
|
&__items {
|
|
3
3
|
@extend .ons-checkboxes__items;
|
|
4
|
+
|
|
5
|
+
@include mq(s) {
|
|
6
|
+
max-width: max-content;
|
|
7
|
+
}
|
|
4
8
|
}
|
|
5
9
|
|
|
6
10
|
&__item {
|
|
7
11
|
@extend .ons-checkboxes__item;
|
|
8
12
|
|
|
13
|
+
width: 100%;
|
|
14
|
+
|
|
9
15
|
&--no-border {
|
|
10
16
|
@extend .ons-checkboxes__item--no-border;
|
|
11
17
|
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
{% from "components/radios/_macro.njk" import onsRadios %}
|
|
2
|
+
{% from "components/question/_macro.njk" import onsQuestion %}
|
|
3
|
+
|
|
4
|
+
{% call onsQuestion({
|
|
5
|
+
"title": "How do you usually travel to work?",
|
|
6
|
+
"classes": "ons-u-mt-no",
|
|
7
|
+
"legendIsQuestionTitle": true
|
|
8
|
+
}) %}
|
|
9
|
+
{{
|
|
10
|
+
onsRadios({
|
|
11
|
+
"dontWrap": true,
|
|
12
|
+
"name": "travel",
|
|
13
|
+
"radios": [
|
|
14
|
+
{
|
|
15
|
+
"id": "home-example-radio-with-revealed-text-input",
|
|
16
|
+
"label": {
|
|
17
|
+
"text": "Work mainly from home"
|
|
18
|
+
},
|
|
19
|
+
"value": "home"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "car-example-radio-with-revealed-text-input",
|
|
23
|
+
"label": {
|
|
24
|
+
"text": "Car or van"
|
|
25
|
+
},
|
|
26
|
+
"value": "car"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "underground-example-radio-with-revealed-text-input",
|
|
30
|
+
"label": {
|
|
31
|
+
"text": "Underground, metro, light rail or tram"
|
|
32
|
+
},
|
|
33
|
+
"value": "underground"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "train-example-radio-with-revealed-text-input",
|
|
37
|
+
"label": {
|
|
38
|
+
"text": "Train"
|
|
39
|
+
},
|
|
40
|
+
"value": "train"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "bus-example-radio-with-revealed-text-input",
|
|
44
|
+
"label": {
|
|
45
|
+
"text": "Bus, minibus or coach"
|
|
46
|
+
},
|
|
47
|
+
"value": "bus"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "bicycle-example-radio-with-revealed-text-input",
|
|
51
|
+
"label": {
|
|
52
|
+
"text": "Bicycle"
|
|
53
|
+
},
|
|
54
|
+
"value": "bicycle"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "walk-example-radio-with-revealed-text-input",
|
|
58
|
+
"label": {
|
|
59
|
+
"text": "Walk"
|
|
60
|
+
},
|
|
61
|
+
"value": "walk"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "other-radio-example-radio-with-revealed-text-input",
|
|
65
|
+
"label": {
|
|
66
|
+
"text": "Other"
|
|
67
|
+
},
|
|
68
|
+
"value": "other",
|
|
69
|
+
"checked": true,
|
|
70
|
+
"other": {
|
|
71
|
+
"otherType": "textarea",
|
|
72
|
+
"id": "other-textbox-example-radio-with-revealed-text-input",
|
|
73
|
+
"name": "other-answer",
|
|
74
|
+
"label": {
|
|
75
|
+
"text": "Enter how you travel"
|
|
76
|
+
},
|
|
77
|
+
"charCheckLimit": {
|
|
78
|
+
"limit": 200,
|
|
79
|
+
"charCountSingular": "You have {x} character remaining",
|
|
80
|
+
"charCountPlural": "You have {x} characters remaining"
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
]
|
|
85
|
+
})
|
|
86
|
+
}}
|
|
87
|
+
{% endcall %}
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
{% from "components/radios/_macro.njk" import onsRadios %}
|
|
2
|
+
{% from "components/question/_macro.njk" import onsQuestion %}
|
|
3
|
+
|
|
4
|
+
{% call onsQuestion({
|
|
5
|
+
"title": "How do you usually travel to work?",
|
|
6
|
+
"classes": "ons-u-mt-no",
|
|
7
|
+
"legendIsQuestionTitle": true
|
|
8
|
+
}) %}
|
|
9
|
+
{{
|
|
10
|
+
onsRadios({
|
|
11
|
+
"dontWrap": true,
|
|
12
|
+
"name": "travel",
|
|
13
|
+
"radios": [
|
|
14
|
+
{
|
|
15
|
+
"id": "home-example-radio-with-revealed-text-input",
|
|
16
|
+
"label": {
|
|
17
|
+
"text": "Work mainly from home"
|
|
18
|
+
},
|
|
19
|
+
"value": "home"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"id": "car-example-radio-with-revealed-text-input",
|
|
23
|
+
"label": {
|
|
24
|
+
"text": "Car or van"
|
|
25
|
+
},
|
|
26
|
+
"value": "car"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"id": "underground-example-radio-with-revealed-text-input",
|
|
30
|
+
"label": {
|
|
31
|
+
"text": "Underground, metro, light rail or tram"
|
|
32
|
+
},
|
|
33
|
+
"value": "underground"
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"id": "train-example-radio-with-revealed-text-input",
|
|
37
|
+
"label": {
|
|
38
|
+
"text": "Train"
|
|
39
|
+
},
|
|
40
|
+
"value": "train"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": "bus-example-radio-with-revealed-text-input",
|
|
44
|
+
"label": {
|
|
45
|
+
"text": "Bus, minibus or coach"
|
|
46
|
+
},
|
|
47
|
+
"value": "bus"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"id": "bicycle-example-radio-with-revealed-text-input",
|
|
51
|
+
"label": {
|
|
52
|
+
"text": "Bicycle"
|
|
53
|
+
},
|
|
54
|
+
"value": "bicycle"
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"id": "walk-example-radio-with-revealed-text-input",
|
|
58
|
+
"label": {
|
|
59
|
+
"text": "Walk"
|
|
60
|
+
},
|
|
61
|
+
"value": "walk"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"id": "other-radio-example-radio-with-revealed-text-input",
|
|
65
|
+
"label": {
|
|
66
|
+
"text": "Other"
|
|
67
|
+
},
|
|
68
|
+
"value": "other",
|
|
69
|
+
"other": {
|
|
70
|
+
"otherType": "textarea",
|
|
71
|
+
"id": "other-textbox-example-radio-with-revealed-text-input",
|
|
72
|
+
"name": "other-answer",
|
|
73
|
+
"label": {
|
|
74
|
+
"text": "Enter how you travel"
|
|
75
|
+
},
|
|
76
|
+
"charCheckLimit": {
|
|
77
|
+
"limit": 200,
|
|
78
|
+
"charCountSingular": "You have {x} character remaining",
|
|
79
|
+
"charCountPlural": "You have {x} characters remaining"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
})
|
|
85
|
+
}}
|
|
86
|
+
{% endcall %}
|
|
@@ -134,9 +134,9 @@
|
|
|
134
134
|
{
|
|
135
135
|
"id": "video-embed",
|
|
136
136
|
"title": 'Embed',
|
|
137
|
-
"hiddenSpan": 'code for
|
|
137
|
+
"hiddenSpan": 'code for Transforming the way we produce statistics | Explaining the Dynamic Population Model | BSL',
|
|
138
138
|
"content": '<h3 class="ons-u-d-no@s">Embed</h3>
|
|
139
|
-
<pre class="language-html"><code>' ~ '<iframe width="560" height="315" src="https://www.youtube.com/embed/
|
|
139
|
+
<pre class="language-html"><code class="ons-u-wrap">' ~ '<iframe width="560" height="315" src="https://www.youtube.com/embed/OwYVwPPxPj4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>' | e ~ '</code></pre>'
|
|
140
140
|
}
|
|
141
141
|
]
|
|
142
142
|
})
|