jekyll-theme-gouvfr 0.0.1 → 0.0.3
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.
- checksums.yaml +4 -4
- data/_includes/footer.html +1 -1
- data/_includes/header.html +1 -1
- data/_sass/main.scss +4 -16
- data/assets/apple-icon-180x180.png +0 -0
- data/assets/betagouvfr.svg +1 -0
- data/assets/browserconfig.xml +9 -0
- data/assets/etalab.svg +1 -0
- data/assets/favicon-16x16.png +0 -0
- data/assets/favicon-32x32.png +0 -0
- data/assets/favicon.ico +0 -0
- data/assets/images/betagouvfr.svg +1 -0
- data/assets/images/corgi.jpg +0 -0
- data/assets/images/etalab.svg +1 -1
- data/assets/images/french.jpg +0 -0
- data/assets/images/logo-marianne.svg +1 -1
- data/assets/images/logo_site.svg +1 -0
- data/assets/images/pointbetagouvfr.svg +1 -0
- data/assets/images/pointdatagouvfr.svg +1 -0
- data/assets/images/shiba.jpg +0 -0
- data/assets/logo-marianne.svg +1 -0
- data/assets/manifest.json +18 -0
- data/assets/pointbetagouvfr.svg +1 -0
- data/assets/pointdatagouvfr.svg +1 -0
- data/assets/preview.png +0 -0
- data/assets/preview_fb.png +0 -0
- data/assets/safari-pinned-tab.svg +15 -0
- data/assets/style/main.css +206 -133
- data/assets/style/main.min.css +1 -1
- metadata +23 -17
- data/assets/fonts/Source Sans Pro/SourceSansPro-Black.otf +0 -0
- data/assets/fonts/Source Sans Pro/SourceSansPro-BlackIt.otf +0 -0
- data/assets/fonts/Source Sans Pro/SourceSansPro-BoldIt.otf +0 -0
- data/assets/fonts/Source Sans Pro/SourceSansPro-ExtraLight.otf +0 -0
- data/assets/fonts/Source Sans Pro/SourceSansPro-ExtraLightIt.otf +0 -0
- data/assets/fonts/Source Sans Pro/SourceSansPro-Light.otf +0 -0
- data/assets/fonts/Source Sans Pro/SourceSansPro-LightIt.otf +0 -0
- data/assets/fonts/Source Sans Pro/SourceSansPro-Semibold.otf +0 -0
- data/assets/fonts/Source Sans Pro/SourceSansPro-SemiboldIt.otf +0 -0
- data/assets/images/datagouvfr.svg +0 -1
- data/assets/images/icons/arrow-down.svg +0 -1
- data/assets/images/icons/arrow-right.svg +0 -1
- data/assets/images/icons/tick.svg +0 -1
- data/assets/images/logo-footer.svg +0 -1
- data/assets/template.css +0 -1686
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ea69b55db272385181012d5074b66b0e6ba094af
|
4
|
+
data.tar.gz: 07abe4495b7d0d7fcf38d92ecc2d38074941f15a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fbbef7e26cc90d0d66ddea2a1180c7757861e9adff651125d0ce047fbc289939e457e749119a9ebc792e0c43def71c0077521e2588d9caeafd4db5dc5518697
|
7
|
+
data.tar.gz: 5ced439562c0a69257bbc73505f70109a2489333219f7b5c3ae151d24ee835b8a420af46b130ea0f6eef595f8803c447ca403ad0492f09814a282dea3c965ad8
|
data/_includes/footer.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<footer class="footer">
|
2
2
|
<div class="container">
|
3
3
|
<div class="footer__logo">
|
4
|
-
<img src="{{file.path}}/assets/images/
|
4
|
+
<img src="{{file.path}}/assets/images/etalab.svg" alt="Etalab">
|
5
5
|
{% if site.data.footer.social %}
|
6
6
|
<ul class="footer__social">
|
7
7
|
{% for item in site.data.footer.social %}
|
data/_includes/header.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<div class="navbar__container">
|
4
4
|
<a class="navbar__home" href="{{ "/" | relative_url }}">
|
5
5
|
<img class="navbar__logo" src="{{ '/assets/images/logo-marianne.svg' | relative_url }}"
|
6
|
-
alt="{{ site.title }}" /><span class="navbar__domain">{{ site.data.menu.title }}</span><img src="{{ '/assets/images/
|
6
|
+
alt="{{ site.title }}" /><span class="navbar__domain">{{ site.data.menu.title }}</span><img src="{{ '/assets/images/pointdatagouvfr.svg' }}" class="navbar__gouvfr" alt="gouv.fr" />
|
7
7
|
</a>
|
8
8
|
|
9
9
|
<nav>
|
data/_sass/main.scss
CHANGED
@@ -6,22 +6,10 @@
|
|
6
6
|
margin: 0;
|
7
7
|
}
|
8
8
|
|
9
|
-
|
10
|
-
|
11
|
-
display: flex;
|
12
|
-
align-items: center;
|
13
|
-
color: $almost-black;
|
14
|
-
letter-spacing: 0.05em;
|
9
|
+
.article__preview .article__author-name {
|
10
|
+
margin-left: 0;
|
15
11
|
}
|
16
12
|
|
17
|
-
.
|
18
|
-
|
19
|
-
}
|
20
|
-
|
21
|
-
.navbar__logo {
|
22
|
-
margin-right: 0.8em;
|
23
|
-
}
|
24
|
-
|
25
|
-
.navbar__gouvfr {
|
26
|
-
height: 18.4px;
|
13
|
+
.article__preview img + .article__author-name {
|
14
|
+
margin-left: 0.5em;
|
27
15
|
}
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg viewBox="0 0 110 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#373c42" fill-rule="nonzero"><path d="M0 13.33V1.476h2.266v3.785c.728-.684 1.568-1.058 2.523-1.122a4.69 4.69 0 0 1 .409-.016c1.431 0 2.607.492 3.527 1.475.818.888 1.227 1.963 1.227 3.224 0 1.209-.369 2.262-1.108 3.16-.863 1.038-2.028 1.556-3.493 1.556-1.102 0-2.022-.294-2.761-.882a6.724 6.724 0 0 1-.511-.465v1.139H0zm4.874-7.25c-.977 0-1.721.363-2.233 1.09-.34.471-.511 1.022-.511 1.652 0 1.016.386 1.781 1.159 2.294.466.31 1.011.465 1.636.465 1.022 0 1.784-.379 2.283-1.138.307-.46.461-.995.461-1.604 0-.974-.375-1.728-1.125-2.262-.477-.332-1.034-.497-1.67-.497zM21.455 9.833h-7.311c.205.791.727 1.321 1.568 1.588.318.107.665.16 1.039.16.773 0 1.398-.224 1.875-.673a3.7 3.7 0 0 0 .204-.209h2.471c-.136.396-.386.808-.749 1.235-.989 1.07-2.238 1.604-3.749 1.604-1.5 0-2.75-.481-3.749-1.443-.909-.877-1.364-1.936-1.364-3.176 0-1.348.506-2.476 1.517-3.385.954-.866 2.107-1.299 3.459-1.299 1.5 0 2.715.503 3.647 1.508.818.887 1.227 1.978 1.227 3.272 0 .289-.028.561-.085.818zm-7.379-1.877h5.232c-.262-1.048-.989-1.63-2.182-1.748a5.294 5.294 0 0 0-.426-.016c-1.306 0-2.158.529-2.556 1.588a2.99 2.99 0 0 0-.068.176zM24.164 13.33V6.384h-1.107V4.443h1.107V1.476h2.267v2.967h1.363v1.941h-1.363v6.946h-2.267zM39.212 4.443v8.887h-2.079v-1.155c-.75.802-1.625 1.251-2.625 1.347a7.431 7.431 0 0 1-.511.016c-1.488 0-2.687-.497-3.596-1.491-.772-.856-1.158-1.899-1.158-3.128 0-1.476.522-2.663 1.567-3.561.886-.749 1.966-1.123 3.238-1.123 1.238 0 2.221.406 2.948 1.219.046.053.091.112.137.176V4.443h2.079zm-4.925 1.749c-1 0-1.755.374-2.267 1.123-.329.47-.494 1.021-.494 1.652 0 .994.398 1.727 1.193 2.197.454.278.988.417 1.602.417.897 0 1.585-.267 2.062-.802a3.14 3.14 0 0 0 .681-1.828c0-1.016-.386-1.781-1.158-2.294-.466-.31-1.006-.465-1.619-.465zM42.961 11.726a.925.925 0 0 0-.938.914c0 .465.426.866.921.866.528 0 .971-.385.971-.866 0-.497-.443-.914-.954-.914zM54.191 4.443h2.164v7.203c0 1.625-.318 2.828-.954 3.609-.909 1.08-2.221 1.62-3.937 1.62-1.806 0-3.192-.567-4.158-1.701a4.435 4.435 0 0 1-.699-1.122h2.574c.545.566 1.198.877 1.959.93.125.011.262.016.409.016 1.682 0 2.562-.946 2.642-2.839-.727.802-1.568 1.251-2.522 1.347a4.842 4.842 0 0 1-.58.032c-1.454 0-2.624-.508-3.51-1.523-.75-.867-1.125-1.931-1.125-3.193 0-1.422.506-2.577 1.517-3.464.863-.749 1.908-1.123 3.135-1.123 1.364 0 2.392.444 3.085 1.331V4.443zm-2.829 1.749c-1.034 0-1.784.401-2.249 1.203-.25.438-.375.946-.375 1.524 0 1.101.42 1.882 1.261 2.342.397.213.863.32 1.397.32 1.068 0 1.84-.395 2.318-1.187.25-.417.375-.909.375-1.475 0-1.048-.398-1.818-1.193-2.31a2.764 2.764 0 0 0-1.33-.417h-.204zM63.546 4.235c1.477 0 2.704.486 3.681 1.46.909.898 1.364 1.983 1.364 3.256 0 1.251-.5 2.331-1.5 3.24-.988.898-2.164 1.347-3.528 1.347-1.397 0-2.59-.465-3.578-1.395-.955-.909-1.432-1.995-1.432-3.256 0-1.294.5-2.396 1.5-3.305.977-.898 2.141-1.347 3.493-1.347zm.017 1.957c-.852 0-1.556.326-2.113.978a2.562 2.562 0 0 0-.613 1.685c0 .909.358 1.636 1.073 2.181a2.724 2.724 0 0 0 1.67.545c.875 0 1.585-.336 2.131-1.01a2.608 2.608 0 0 0 .596-1.684c0-.867-.346-1.572-1.039-2.118a2.72 2.72 0 0 0-1.705-.577zM79.122 4.443v8.887h-2.096v-.85c-.659.609-1.375.951-2.147 1.026l-.563.032c-1.272 0-2.232-.438-2.88-1.315-.431-.599-.664-1.412-.698-2.438a8.383 8.383 0 0 1-.017-.578V4.443h2.266V8.79c0 1.123.153 1.866.46 2.23.296.374.739.561 1.329.561.807 0 1.381-.272 1.722-.818.238-.342.357-1.053.357-2.133V4.443h2.267zM84.694 13.33l-3.8-8.887h2.522l2.182 5.887 2.147-5.887h2.556l-3.8 8.887h-1.807zM91.572 11.726c-.481 0-.881.401-.881.914 0 .465.4.866.865.866.497 0 .914-.385.914-.866 0-.497-.417-.914-.898-.914zM95.407 5.53h1.765l-1.785 8.266c-.465 2.134-1.106 3.201-1.94 3.201-.233 0-.388-.136-.388-.33 0-.058.019-.097.078-.194a.584.584 0 0 0 .097-.33.762.762 0 0 0-.776-.756c-.408 0-.718.368-.718.834 0 .66.679 1.183 1.532 1.183 1.766 0 3.144-1.94 3.997-5.568l1.456-6.306h2.153l.117-.621H98.88c.582-3.105 1.339-4.482 2.425-4.482.272 0 .427.097.427.252 0 .039-.019.097-.077.194a.652.652 0 0 0-.117.408c0 .465.291.776.718.776.446 0 .834-.369.834-.796 0-.718-.718-1.261-1.688-1.261-.95 0-1.727.427-2.445 1.339-.582.776-.989 1.668-1.591 3.57h-1.823l-.136.621zM103.323 13.33c1.067-3.396 1.397-4.191 2.29-5.685.679-1.106 1.222-1.708 1.552-1.708.136 0 .233.078.33.272.155.33.31.427.698.427.582 0 .912-.349.912-.97s-.368-1.009-.912-1.009c-.446 0-.989.291-1.494.834-.815.815-1.63 1.999-1.94 2.755l-.291.718 1.086-4.268-.058-.039c-1.416.252-1.63.291-3.046.524v.329c.427-.077.505-.097.66-.097.427 0 .679.194.679.544 0 .252-.155 1.047-.311 1.63l-1.649 5.743h1.494z"/></g></svg>
|
data/assets/etalab.svg
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="282.35" height="82.125" class="logo"><style></style><g fill="#fff"><path d="M17.69 48.329c8.332 0 10.814-.45 11.715-1.128.334-.226.676-.676.676-2.14 0-3.153-2.141-7.099-8.673-7.099-6.648 0-12.394 6.086-12.505 9.803 0 .227 0 .564.79.564h7.998zm-6.984 3.377c-2.93 0-3.042.226-3.042 3.043 0 11.38 6.644 21.065 18.696 21.065 3.72 0 6.877-1.127 10.364-5.519 1.128-.338 1.918.337 2.03 1.35-3.714 7.664-11.83 10.48-17.684 10.48-7.326 0-13.068-3.153-16.337-7.438C1.358 70.295 0 65.001 0 60.045c0-13.855 9.129-25.46 22.647-25.46 9.685 0 15.995 6.645 15.995 13.407 0 1.575-.226 2.475-.452 2.926-.338.677-1.91.788-6.644.788h-20.84m50.238-10.813c-1.91 0-2.022.337-2.022 2.704v21.067c0 6.532.79 12.505 8.224 12.505a8.669 8.669 0 0 0 3.042-.564c1.013-.342 2.478-1.577 2.812-1.577.901 0 1.358 1.235 1.128 1.914-2.03 2.367-6.08 5.183-11.83 5.183-9.69 0-11.715-5.409-11.715-12.168V44.161c0-3.042-.107-3.268-2.359-3.268h-3.16c-.676-.453-.787-1.691-.338-2.367 3.264-1.012 6.087-2.476 7.208-3.492 1.464-1.349 3.605-4.39 4.733-6.645.567-.227 1.917-.227 2.367.563v5.07c0 2.028.114 2.14 2.025 2.14h12.505c1.35 1.016 1.123 4.058.11 4.73h-12.73M94.97 77.054c2.248 0 5.75-1.687 6.87-2.815 1.35-1.354 1.466-2.93 1.466-5.294l.226-6.643c0-1.243-.452-1.465-1.128-1.465-.675 0-2.593.448-4.622 1.126-6.643 2.25-9.912 3.937-9.912 8.333 0 1.918 1.35 6.758 7.1 6.758zm6.982-19.823c1.691-.564 1.802-1.582 1.918-3.268l.11-5.183c.112-4.171-1.238-9.802-8.227-9.802-3.149 0-6.982 1.578-7.207 5.071-.112 1.805-.223 3.153-1.12 3.83-1.696 1.353-4.734 2.14-6.426 2.14-1.012 0-1.58-.562-1.58-1.576 0-5.858 12.731-13.857 20.955-13.857 8.11 0 12.053 4.734 11.715 13.18l-.675 19.6c-.227 5.185.79 9.804 5.182 9.804a6.467 6.467 0 0 0 2.819-.68c.557-.337 1.128-.786 1.466-.786.445 0 .79.675.79 1.466 0 .559-3.947 4.956-9.467 4.956-2.709 0-5.412-1.013-7.323-3.499-.452-.67-1.128-1.573-1.802-1.573-.791 0-2.141 1.013-4.396 2.256-2.475 1.35-4.953 2.816-8.11 2.816-3.267 0-5.972-.906-7.882-2.594-2.144-1.914-3.494-4.733-3.494-7.886 0-4.396 2.14-6.981 9.348-9.575l13.406-4.84m37.066 10.698c0 8.113.222 9.24 4.281 9.8l2.7.338c.786.56.564 2.478-.219 2.815a174.236 174.236 0 0 0-10.936-.337c-4.05 0-7.43.115-10.813.337-.787-.337-1.013-2.255-.223-2.815l2.593-.338c4.167-.56 4.28-1.687 4.28-9.8V17.011c0-6.644-.113-7.32-3.49-9.35l-1.13-.677c-.566-.338-.566-1.914 0-2.25 2.818-.901 8.108-2.592 12.167-4.733.452 0 .901.225 1.127.675-.115 3.38-.337 9.014-.337 13.97v53.282m29.29 9.125c2.247 0 5.742-1.687 6.871-2.815 1.35-1.354 1.464-2.93 1.464-5.294l.226-6.643c0-1.243-.453-1.465-1.135-1.465-.671 0-2.585.448-4.615 1.126-6.644 2.25-9.911 3.937-9.911 8.333 0 1.918 1.353 6.758 7.1 6.758zm6.981-19.823c1.691-.564 1.807-1.582 1.919-3.268l.11-5.183c.115-4.171-1.239-9.802-8.22-9.802-3.157 0-6.989 1.578-7.212 5.071-.115 1.805-.226 3.153-1.127 3.83-1.691 1.353-4.73 2.14-6.421 2.14-1.013 0-1.577-.562-1.577-1.576 0-5.858 12.728-13.857 20.952-13.857 8.108 0 12.051 4.734 11.718 13.18l-.678 19.6c-.228 5.185.79 9.804 5.185 9.804 1.121 0 2.132-.342 2.811-.68.56-.337 1.125-.786 1.466-.786.448 0 .794.675.794 1.466 0 .559-3.95 4.956-9.466 4.956-2.705 0-5.414-1.013-7.324-3.499-.448-.67-1.123-1.573-1.803-1.573-.786 0-2.14 1.013-4.396 2.256-2.477 1.35-4.951 2.816-8.107 2.816-3.269 0-5.973-.906-7.884-2.594-2.14-1.914-3.495-4.733-3.495-7.886 0-4.396 2.145-6.981 9.352-9.575l13.403-4.84m35.601 7.993c0 3.948.901 7.438 2.815 9.805 1.918 2.363 4.956 3.717 8.561 3.717 10.587 0 14.757-9.014 14.757-18.7 0-11.603-5.964-20.617-17.123-20.617-3.375 0-6.087.792-7.656 1.802-1.128.79-1.354 2.03-1.354 6.424v17.57zm-8.336-48.212c0-6.644-.111-7.32-3.494-9.35l-1.127-.677c-.562-.338-.562-1.914 0-2.25 2.592-1.014 7.996-2.48 12.281-4.733.449 0 .902.225 1.124.675-.222 3.942-.448 9.014-.448 13.97v21.291c0 1.916.448 2.363 1.123 2.363 2.935-1.688 7.438-3.715 12.958-3.715 12.842 0 21.514 9.685 21.514 22.081 0 14.979-10.812 25.459-25.91 25.459-4.162 0-7.32-.676-9.574-1.466-2.367-.675-3.825-1.465-4.733-1.465-.901 0-1.804.905-2.36 1.687-.115.116-.226.116-.451.116-.458 0-.903-.227-1.13-.675.116-1.577.227-3.717.227-9.575V17.011"/><path d="M222.763 16.627c0 1.913 1.253 3.246 2.992 3.246 1.146 0 2.059-.55 2.78-1.314v-4.243c-.662-.571-1.53-1.016-2.696-1.016-1.845 0-3.076 1.442-3.076 3.327zm7.23 4.882c0 1.121-.295 1.99-.824 2.627-.764.932-2.034 1.316-3.438 1.316-1.42 0-2.52-.443-3.072-.976-.323-.318-.468-.677-.468-1.038 0-.615.448-1.1 1.059-1.1.529 0 .89.4.89.908a.978.978 0 0 1-.185.593c.273.173.862.36 1.776.36.89 0 1.739-.231 2.267-.888.338-.426.537-.974.537-1.74v-1.76c-.744.764-1.634 1.333-3.011 1.333-2.355 0-4.293-1.866-4.293-4.493 0-2.443 1.789-4.644 4.477-4.644 1.208 0 2.165.487 2.888 1.164v-.997h2.863v1.297h-1.466v8.038m10.587-4.816c0-1.995-1.266-3.414-3.115-3.414-1.845 0-3.117 1.42-3.117 3.414 0 2.015 1.272 3.413 3.117 3.413 1.849 0 3.115-1.398 3.115-3.413zm-7.76 0c0-2.545 1.841-4.686 4.645-4.686 2.8 0 4.645 2.117 4.645 4.686 0 2.568-1.845 4.687-4.645 4.687-2.819 0-4.645-2.102-4.645-4.687m12.244 3.479c-.276-.486-.425-1.126-.425-1.847v-4.854h-1.443v-1.297h2.908v5.874c0 .51.08.917.249 1.213.28.53.745.761 1.48.761 1.128 0 2.126-.72 2.973-1.591v-4.96h-1.485v-1.297h2.95v7.763h1.443v1.272h-2.865v-1.674c-.844.998-2.079 1.845-3.375 1.845-1.187 0-1.965-.445-2.41-1.208m10.433-6.701h-1.185v-1.297h4.197v1.25h-1.443l2.674 5.964 2.65-5.964h-1.488v-1.25h4.18v1.297h-1.185l-3.797 8.038h-.805l-3.798-8.038m9.233 6.576c0-.744.554-1.339 1.289-1.339.743 0 1.297.595 1.297 1.34 0 .737-.554 1.332-1.297 1.332-.735 0-1.289-.595-1.289-1.333m8.335-13.215c-.279.064-.533.188-.698.425-.326.378-.495.993-.495 1.887v3.03h2.34v1.297h-2.34v6.466h1.765v1.272h-4.687v-1.272h1.465v-6.466H268.8v-1.297h1.615v-2.69c0-1.466.257-2.442.951-3.14.53-.513 1.166-.829 2.06-.829.978 0 1.65.468 1.65 1.21 0 .595-.4.998-.914.998-.59 0-.927-.384-1.097-.89m9.291 6.36c0 .57-.45 1.08-1.017 1.08-.552 0-.935-.36-1.082-.76-.682.192-1.507.995-1.95 1.906v4.518H280v1.272h-4.6v-1.272h1.443v-6.466H275.4v-1.297h2.839v2.058c.701-1.253 1.78-2.225 2.762-2.225.89 0 1.354.572 1.354 1.185"/></g></svg>
|
Binary file
|
Binary file
|
data/assets/favicon.ico
ADDED
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg viewBox="0 0 110 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#373c42" fill-rule="nonzero"><path d="M0 13.33V1.476h2.266v3.785c.728-.684 1.568-1.058 2.523-1.122a4.69 4.69 0 0 1 .409-.016c1.431 0 2.607.492 3.527 1.475.818.888 1.227 1.963 1.227 3.224 0 1.209-.369 2.262-1.108 3.16-.863 1.038-2.028 1.556-3.493 1.556-1.102 0-2.022-.294-2.761-.882a6.724 6.724 0 0 1-.511-.465v1.139H0zm4.874-7.25c-.977 0-1.721.363-2.233 1.09-.34.471-.511 1.022-.511 1.652 0 1.016.386 1.781 1.159 2.294.466.31 1.011.465 1.636.465 1.022 0 1.784-.379 2.283-1.138.307-.46.461-.995.461-1.604 0-.974-.375-1.728-1.125-2.262-.477-.332-1.034-.497-1.67-.497zM21.455 9.833h-7.311c.205.791.727 1.321 1.568 1.588.318.107.665.16 1.039.16.773 0 1.398-.224 1.875-.673a3.7 3.7 0 0 0 .204-.209h2.471c-.136.396-.386.808-.749 1.235-.989 1.07-2.238 1.604-3.749 1.604-1.5 0-2.75-.481-3.749-1.443-.909-.877-1.364-1.936-1.364-3.176 0-1.348.506-2.476 1.517-3.385.954-.866 2.107-1.299 3.459-1.299 1.5 0 2.715.503 3.647 1.508.818.887 1.227 1.978 1.227 3.272 0 .289-.028.561-.085.818zm-7.379-1.877h5.232c-.262-1.048-.989-1.63-2.182-1.748a5.294 5.294 0 0 0-.426-.016c-1.306 0-2.158.529-2.556 1.588a2.99 2.99 0 0 0-.068.176zM24.164 13.33V6.384h-1.107V4.443h1.107V1.476h2.267v2.967h1.363v1.941h-1.363v6.946h-2.267zM39.212 4.443v8.887h-2.079v-1.155c-.75.802-1.625 1.251-2.625 1.347a7.431 7.431 0 0 1-.511.016c-1.488 0-2.687-.497-3.596-1.491-.772-.856-1.158-1.899-1.158-3.128 0-1.476.522-2.663 1.567-3.561.886-.749 1.966-1.123 3.238-1.123 1.238 0 2.221.406 2.948 1.219.046.053.091.112.137.176V4.443h2.079zm-4.925 1.749c-1 0-1.755.374-2.267 1.123-.329.47-.494 1.021-.494 1.652 0 .994.398 1.727 1.193 2.197.454.278.988.417 1.602.417.897 0 1.585-.267 2.062-.802a3.14 3.14 0 0 0 .681-1.828c0-1.016-.386-1.781-1.158-2.294-.466-.31-1.006-.465-1.619-.465zM42.961 11.726a.925.925 0 0 0-.938.914c0 .465.426.866.921.866.528 0 .971-.385.971-.866 0-.497-.443-.914-.954-.914zM54.191 4.443h2.164v7.203c0 1.625-.318 2.828-.954 3.609-.909 1.08-2.221 1.62-3.937 1.62-1.806 0-3.192-.567-4.158-1.701a4.435 4.435 0 0 1-.699-1.122h2.574c.545.566 1.198.877 1.959.93.125.011.262.016.409.016 1.682 0 2.562-.946 2.642-2.839-.727.802-1.568 1.251-2.522 1.347a4.842 4.842 0 0 1-.58.032c-1.454 0-2.624-.508-3.51-1.523-.75-.867-1.125-1.931-1.125-3.193 0-1.422.506-2.577 1.517-3.464.863-.749 1.908-1.123 3.135-1.123 1.364 0 2.392.444 3.085 1.331V4.443zm-2.829 1.749c-1.034 0-1.784.401-2.249 1.203-.25.438-.375.946-.375 1.524 0 1.101.42 1.882 1.261 2.342.397.213.863.32 1.397.32 1.068 0 1.84-.395 2.318-1.187.25-.417.375-.909.375-1.475 0-1.048-.398-1.818-1.193-2.31a2.764 2.764 0 0 0-1.33-.417h-.204zM63.546 4.235c1.477 0 2.704.486 3.681 1.46.909.898 1.364 1.983 1.364 3.256 0 1.251-.5 2.331-1.5 3.24-.988.898-2.164 1.347-3.528 1.347-1.397 0-2.59-.465-3.578-1.395-.955-.909-1.432-1.995-1.432-3.256 0-1.294.5-2.396 1.5-3.305.977-.898 2.141-1.347 3.493-1.347zm.017 1.957c-.852 0-1.556.326-2.113.978a2.562 2.562 0 0 0-.613 1.685c0 .909.358 1.636 1.073 2.181a2.724 2.724 0 0 0 1.67.545c.875 0 1.585-.336 2.131-1.01a2.608 2.608 0 0 0 .596-1.684c0-.867-.346-1.572-1.039-2.118a2.72 2.72 0 0 0-1.705-.577zM79.122 4.443v8.887h-2.096v-.85c-.659.609-1.375.951-2.147 1.026l-.563.032c-1.272 0-2.232-.438-2.88-1.315-.431-.599-.664-1.412-.698-2.438a8.383 8.383 0 0 1-.017-.578V4.443h2.266V8.79c0 1.123.153 1.866.46 2.23.296.374.739.561 1.329.561.807 0 1.381-.272 1.722-.818.238-.342.357-1.053.357-2.133V4.443h2.267zM84.694 13.33l-3.8-8.887h2.522l2.182 5.887 2.147-5.887h2.556l-3.8 8.887h-1.807zM91.572 11.726c-.481 0-.881.401-.881.914 0 .465.4.866.865.866.497 0 .914-.385.914-.866 0-.497-.417-.914-.898-.914zM95.407 5.53h1.765l-1.785 8.266c-.465 2.134-1.106 3.201-1.94 3.201-.233 0-.388-.136-.388-.33 0-.058.019-.097.078-.194a.584.584 0 0 0 .097-.33.762.762 0 0 0-.776-.756c-.408 0-.718.368-.718.834 0 .66.679 1.183 1.532 1.183 1.766 0 3.144-1.94 3.997-5.568l1.456-6.306h2.153l.117-.621H98.88c.582-3.105 1.339-4.482 2.425-4.482.272 0 .427.097.427.252 0 .039-.019.097-.077.194a.652.652 0 0 0-.117.408c0 .465.291.776.718.776.446 0 .834-.369.834-.796 0-.718-.718-1.261-1.688-1.261-.95 0-1.727.427-2.445 1.339-.582.776-.989 1.668-1.591 3.57h-1.823l-.136.621zM103.323 13.33c1.067-3.396 1.397-4.191 2.29-5.685.679-1.106 1.222-1.708 1.552-1.708.136 0 .233.078.33.272.155.33.31.427.698.427.582 0 .912-.349.912-.97s-.368-1.009-.912-1.009c-.446 0-.989.291-1.494.834-.815.815-1.63 1.999-1.94 2.755l-.291.718 1.086-4.268-.058-.039c-1.416.252-1.63.291-3.046.524v.329c.427-.077.505-.097.66-.097.427 0 .679.194.679.544 0 .252-.155 1.047-.311 1.63l-1.649 5.743h1.494z"/></g></svg>
|
Binary file
|
data/assets/images/etalab.svg
CHANGED
@@ -1 +1 @@
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" width="282.35" height="82.125"
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="282.35" height="82.125" class="logo"><style></style><g fill="#fff"><path d="M17.69 48.329c8.332 0 10.814-.45 11.715-1.128.334-.226.676-.676.676-2.14 0-3.153-2.141-7.099-8.673-7.099-6.648 0-12.394 6.086-12.505 9.803 0 .227 0 .564.79.564h7.998zm-6.984 3.377c-2.93 0-3.042.226-3.042 3.043 0 11.38 6.644 21.065 18.696 21.065 3.72 0 6.877-1.127 10.364-5.519 1.128-.338 1.918.337 2.03 1.35-3.714 7.664-11.83 10.48-17.684 10.48-7.326 0-13.068-3.153-16.337-7.438C1.358 70.295 0 65.001 0 60.045c0-13.855 9.129-25.46 22.647-25.46 9.685 0 15.995 6.645 15.995 13.407 0 1.575-.226 2.475-.452 2.926-.338.677-1.91.788-6.644.788h-20.84m50.238-10.813c-1.91 0-2.022.337-2.022 2.704v21.067c0 6.532.79 12.505 8.224 12.505a8.669 8.669 0 0 0 3.042-.564c1.013-.342 2.478-1.577 2.812-1.577.901 0 1.358 1.235 1.128 1.914-2.03 2.367-6.08 5.183-11.83 5.183-9.69 0-11.715-5.409-11.715-12.168V44.161c0-3.042-.107-3.268-2.359-3.268h-3.16c-.676-.453-.787-1.691-.338-2.367 3.264-1.012 6.087-2.476 7.208-3.492 1.464-1.349 3.605-4.39 4.733-6.645.567-.227 1.917-.227 2.367.563v5.07c0 2.028.114 2.14 2.025 2.14h12.505c1.35 1.016 1.123 4.058.11 4.73h-12.73M94.97 77.054c2.248 0 5.75-1.687 6.87-2.815 1.35-1.354 1.466-2.93 1.466-5.294l.226-6.643c0-1.243-.452-1.465-1.128-1.465-.675 0-2.593.448-4.622 1.126-6.643 2.25-9.912 3.937-9.912 8.333 0 1.918 1.35 6.758 7.1 6.758zm6.982-19.823c1.691-.564 1.802-1.582 1.918-3.268l.11-5.183c.112-4.171-1.238-9.802-8.227-9.802-3.149 0-6.982 1.578-7.207 5.071-.112 1.805-.223 3.153-1.12 3.83-1.696 1.353-4.734 2.14-6.426 2.14-1.012 0-1.58-.562-1.58-1.576 0-5.858 12.731-13.857 20.955-13.857 8.11 0 12.053 4.734 11.715 13.18l-.675 19.6c-.227 5.185.79 9.804 5.182 9.804a6.467 6.467 0 0 0 2.819-.68c.557-.337 1.128-.786 1.466-.786.445 0 .79.675.79 1.466 0 .559-3.947 4.956-9.467 4.956-2.709 0-5.412-1.013-7.323-3.499-.452-.67-1.128-1.573-1.802-1.573-.791 0-2.141 1.013-4.396 2.256-2.475 1.35-4.953 2.816-8.11 2.816-3.267 0-5.972-.906-7.882-2.594-2.144-1.914-3.494-4.733-3.494-7.886 0-4.396 2.14-6.981 9.348-9.575l13.406-4.84m37.066 10.698c0 8.113.222 9.24 4.281 9.8l2.7.338c.786.56.564 2.478-.219 2.815a174.236 174.236 0 0 0-10.936-.337c-4.05 0-7.43.115-10.813.337-.787-.337-1.013-2.255-.223-2.815l2.593-.338c4.167-.56 4.28-1.687 4.28-9.8V17.011c0-6.644-.113-7.32-3.49-9.35l-1.13-.677c-.566-.338-.566-1.914 0-2.25 2.818-.901 8.108-2.592 12.167-4.733.452 0 .901.225 1.127.675-.115 3.38-.337 9.014-.337 13.97v53.282m29.29 9.125c2.247 0 5.742-1.687 6.871-2.815 1.35-1.354 1.464-2.93 1.464-5.294l.226-6.643c0-1.243-.453-1.465-1.135-1.465-.671 0-2.585.448-4.615 1.126-6.644 2.25-9.911 3.937-9.911 8.333 0 1.918 1.353 6.758 7.1 6.758zm6.981-19.823c1.691-.564 1.807-1.582 1.919-3.268l.11-5.183c.115-4.171-1.239-9.802-8.22-9.802-3.157 0-6.989 1.578-7.212 5.071-.115 1.805-.226 3.153-1.127 3.83-1.691 1.353-4.73 2.14-6.421 2.14-1.013 0-1.577-.562-1.577-1.576 0-5.858 12.728-13.857 20.952-13.857 8.108 0 12.051 4.734 11.718 13.18l-.678 19.6c-.228 5.185.79 9.804 5.185 9.804 1.121 0 2.132-.342 2.811-.68.56-.337 1.125-.786 1.466-.786.448 0 .794.675.794 1.466 0 .559-3.95 4.956-9.466 4.956-2.705 0-5.414-1.013-7.324-3.499-.448-.67-1.123-1.573-1.803-1.573-.786 0-2.14 1.013-4.396 2.256-2.477 1.35-4.951 2.816-8.107 2.816-3.269 0-5.973-.906-7.884-2.594-2.14-1.914-3.495-4.733-3.495-7.886 0-4.396 2.145-6.981 9.352-9.575l13.403-4.84m35.601 7.993c0 3.948.901 7.438 2.815 9.805 1.918 2.363 4.956 3.717 8.561 3.717 10.587 0 14.757-9.014 14.757-18.7 0-11.603-5.964-20.617-17.123-20.617-3.375 0-6.087.792-7.656 1.802-1.128.79-1.354 2.03-1.354 6.424v17.57zm-8.336-48.212c0-6.644-.111-7.32-3.494-9.35l-1.127-.677c-.562-.338-.562-1.914 0-2.25 2.592-1.014 7.996-2.48 12.281-4.733.449 0 .902.225 1.124.675-.222 3.942-.448 9.014-.448 13.97v21.291c0 1.916.448 2.363 1.123 2.363 2.935-1.688 7.438-3.715 12.958-3.715 12.842 0 21.514 9.685 21.514 22.081 0 14.979-10.812 25.459-25.91 25.459-4.162 0-7.32-.676-9.574-1.466-2.367-.675-3.825-1.465-4.733-1.465-.901 0-1.804.905-2.36 1.687-.115.116-.226.116-.451.116-.458 0-.903-.227-1.13-.675.116-1.577.227-3.717.227-9.575V17.011"/><path d="M222.763 16.627c0 1.913 1.253 3.246 2.992 3.246 1.146 0 2.059-.55 2.78-1.314v-4.243c-.662-.571-1.53-1.016-2.696-1.016-1.845 0-3.076 1.442-3.076 3.327zm7.23 4.882c0 1.121-.295 1.99-.824 2.627-.764.932-2.034 1.316-3.438 1.316-1.42 0-2.52-.443-3.072-.976-.323-.318-.468-.677-.468-1.038 0-.615.448-1.1 1.059-1.1.529 0 .89.4.89.908a.978.978 0 0 1-.185.593c.273.173.862.36 1.776.36.89 0 1.739-.231 2.267-.888.338-.426.537-.974.537-1.74v-1.76c-.744.764-1.634 1.333-3.011 1.333-2.355 0-4.293-1.866-4.293-4.493 0-2.443 1.789-4.644 4.477-4.644 1.208 0 2.165.487 2.888 1.164v-.997h2.863v1.297h-1.466v8.038m10.587-4.816c0-1.995-1.266-3.414-3.115-3.414-1.845 0-3.117 1.42-3.117 3.414 0 2.015 1.272 3.413 3.117 3.413 1.849 0 3.115-1.398 3.115-3.413zm-7.76 0c0-2.545 1.841-4.686 4.645-4.686 2.8 0 4.645 2.117 4.645 4.686 0 2.568-1.845 4.687-4.645 4.687-2.819 0-4.645-2.102-4.645-4.687m12.244 3.479c-.276-.486-.425-1.126-.425-1.847v-4.854h-1.443v-1.297h2.908v5.874c0 .51.08.917.249 1.213.28.53.745.761 1.48.761 1.128 0 2.126-.72 2.973-1.591v-4.96h-1.485v-1.297h2.95v7.763h1.443v1.272h-2.865v-1.674c-.844.998-2.079 1.845-3.375 1.845-1.187 0-1.965-.445-2.41-1.208m10.433-6.701h-1.185v-1.297h4.197v1.25h-1.443l2.674 5.964 2.65-5.964h-1.488v-1.25h4.18v1.297h-1.185l-3.797 8.038h-.805l-3.798-8.038m9.233 6.576c0-.744.554-1.339 1.289-1.339.743 0 1.297.595 1.297 1.34 0 .737-.554 1.332-1.297 1.332-.735 0-1.289-.595-1.289-1.333m8.335-13.215c-.279.064-.533.188-.698.425-.326.378-.495.993-.495 1.887v3.03h2.34v1.297h-2.34v6.466h1.765v1.272h-4.687v-1.272h1.465v-6.466H268.8v-1.297h1.615v-2.69c0-1.466.257-2.442.951-3.14.53-.513 1.166-.829 2.06-.829.978 0 1.65.468 1.65 1.21 0 .595-.4.998-.914.998-.59 0-.927-.384-1.097-.89m9.291 6.36c0 .57-.45 1.08-1.017 1.08-.552 0-.935-.36-1.082-.76-.682.192-1.507.995-1.95 1.906v4.518H280v1.272h-4.6v-1.272h1.443v-6.466H275.4v-1.297h2.839v2.058c.701-1.253 1.78-2.225 2.762-2.225.89 0 1.354.572 1.354 1.185"/></g></svg>
|
Binary file
|
@@ -1 +1 @@
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg width="100%" height="100%" viewBox="0 0 246 130" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;"><clipPath id="_clip1"><rect id="Marianne" x="0" y="0" width="245.808" height="130"/></clipPath><g clip-path="url(#_clip1)"><rect x="0" y="0" width="244.558" height="74.613" style="fill:#fff;fill-rule:nonzero;"/><path d="M195.292,129.916c-0.134,-0.049 -0.143,-0.183 -0.029,-0.475c0.142,-0.371 0.21,-0.401 0.762,-0.335c0.498,0.062 0.646,0.019 0.848,-0.252c0.404,-0.517 0.094,-0.891 -0.646,-0.768c-0.566,0.095 -0.566,0.089 -0.458,-0.298c0.337,-1.232 0.364,-1.163 -0.646,-1.346c-1.226,-0.218 -2.384,-0.832 -3.273,-1.728c-1.346,-1.346 -1.804,-2.707 -1.67,-4.896c0.068,-1.114 0.162,-1.549 0.553,-2.325c1.185,-2.372 3.905,-3.58 7.568,-3.365c0.794,0.047 1.791,0.17 2.235,0.271l0.794,0.183l0.081,2.639l-0.485,0c-0.282,0 -0.484,-0.079 -0.484,-0.183c0,-0.379 -0.983,-1.241 -1.67,-1.476c-0.889,-0.314 -2.613,-0.236 -3.488,0.143c-1.979,0.863 -2.882,3.097 -2.276,5.658c0.283,1.175 0.741,1.972 1.616,2.795c0.835,0.771 1.684,1.085 2.949,1.085c1.334,0 2.263,-0.484 2.855,-1.49c0.404,-0.679 0.539,-0.77 0.929,-0.548c0.175,0.104 0.175,0.339 0.014,1.424l-0.202,1.306l-0.727,0.222c-0.404,0.118 -1.32,0.262 -2.034,0.314c-1.252,0.078 -1.319,0.105 -1.319,0.418c0,0.248 0.094,0.34 0.363,0.34c0.525,0 1.024,0.366 1.145,0.849c0.134,0.562 -0.31,1.385 -0.889,1.659c-0.417,0.196 -2.06,0.275 -2.478,0.118l0.062,0.061Zm-94.605,-0.603c-1.373,-0.366 -2.558,-0.919 -3.986,-1.856l-1.225,-0.812l-1.899,-0.089c-2.114,-0.098 -2.854,-0.311 -4.215,-1.218c-3.016,-1.996 -3.124,-7.079 -0.202,-9.55c2.209,-1.865 6.074,-2.248 8.848,-0.882c3.757,1.844 4.161,7.286 0.74,10.138c-0.525,0.442 -1.037,0.804 -1.144,0.804c-0.323,0 3.42,1.846 4.511,2.224c1.212,0.418 2.612,0.473 3.649,0.143c0.754,-0.239 0.889,-0.209 1.01,0.225c0.081,0.255 -0.054,0.362 -0.808,0.679c-1.198,0.502 -3.703,0.595 -5.211,0.194l-0.068,0Zm-4.659,-4.435c2.666,-1.254 3.178,-5.274 0.997,-7.841c-2.02,-2.378 -5.562,-2.019 -6.895,0.701c-1.198,2.456 0.175,6.256 2.626,7.262c0.996,0.405 2.262,0.361 3.286,-0.122l-0.014,0Zm-83.572,1.487c-0.727,-0.287 -1.53,-1.182 -2.795,-3.122c-1.946,-2.985 -2.311,-3.424 -2.855,-3.424l-0.472,0l0.004,1.617c0.007,2.946 0.337,3.953 1.365,4.187c0.274,0.062 0.382,0.186 0.382,0.442l0,0.356l-6.518,0l0,-0.326c0,-0.248 0.122,-0.366 0.499,-0.471c0.276,-0.065 0.651,-0.313 0.835,-0.535c0.327,-0.392 0.334,-0.536 0.334,-5.971c0,-5.435 -0.007,-5.579 -0.334,-5.971c-0.184,-0.222 -0.559,-0.457 -0.835,-0.536c-0.364,-0.091 -0.499,-0.209 -0.499,-0.444c0,-0.313 0.017,-0.313 4.038,-0.405c4.279,-0.091 5.222,-0.026 6.428,0.51c1.053,0.457 1.933,1.855 1.934,3.07c0.003,1.398 -1.145,2.966 -2.66,3.645l-0.794,0.353l1.755,2.365c2.06,2.796 2.706,3.541 3.312,3.828c0.566,0.261 0.62,0.849 0.095,0.967c-0.647,0.157 -2.734,0.091 -3.219,-0.105l0,-0.03Zm-3.976,-7.996c2.131,-0.535 2.85,-3.206 1.238,-4.599c-0.759,-0.653 -1.564,-0.892 -2.593,-0.764l-0.781,0.098l0,5.425l0.754,0c0.417,0 1.05,-0.072 1.387,-0.16l-0.005,0Zm36.635,7.996c-0.871,-0.279 -1.692,-0.78 -2.127,-1.293c-0.791,-0.937 -0.875,-1.428 -0.884,-5.233c-0.01,-3.977 -0.094,-4.416 -0.902,-4.753c-0.323,-0.136 -0.514,-0.32 -0.517,-0.503c-0.003,-0.274 0.102,-0.288 2.7,-0.288c2.697,0 2.704,0 2.704,0.324c0,0.217 -0.094,0.323 -0.291,0.323c-0.159,0 -0.463,0.167 -0.676,0.37l-0.385,0.371l0,3.899c0,3.668 0.019,3.932 0.33,4.465c0.485,0.837 1.454,1.264 2.696,1.197c1.333,-0.073 2.06,-0.5 2.585,-1.536c0.404,-0.795 0.418,-0.834 0.418,-4.325c0,-3.122 -0.027,-3.564 -0.283,-3.906c-0.162,-0.213 -0.458,-0.428 -0.673,-0.476c-0.256,-0.056 -0.404,-0.192 -0.404,-0.362c0,-0.252 0.148,-0.27 2.141,-0.27c1.993,0 2.141,0.018 2.141,0.27c0,0.17 -0.148,0.306 -0.39,0.361c-0.741,0.156 -0.795,0.47 -0.876,4.612l-0.081,3.88l-0.484,0.836c-0.566,0.993 -1.482,1.686 -2.653,1.999c-0.997,0.262 -3.326,0.275 -4.121,0.013l0.032,0.025Zm62.015,0c-0.881,-0.282 -1.694,-0.781 -2.144,-1.314c-0.75,-0.889 -0.858,-1.542 -0.867,-5.289c-0.014,-3.893 -0.108,-4.338 -0.903,-4.677c-0.336,-0.135 -0.525,-0.319 -0.525,-0.502c-0.013,-0.274 0.094,-0.288 2.693,-0.288c2.667,0 2.694,0.004 2.694,0.314c0,0.209 -0.122,0.327 -0.35,0.359c-0.189,0.026 -0.499,0.228 -0.674,0.451c-0.31,0.379 -0.336,0.614 -0.39,3.76c-0.068,3.864 0.054,4.678 0.781,5.348c1.306,1.215 4.04,0.875 4.807,-0.588c0.485,-0.928 0.606,-2.077 0.552,-5.122c-0.067,-3.214 -0.175,-3.619 -1.01,-3.802c-0.256,-0.052 -0.404,-0.183 -0.404,-0.352c0,-0.249 0.148,-0.262 2.141,-0.262c1.993,0 2.155,0.026 2.155,0.275c0,0.17 -0.189,0.339 -0.471,0.444c-0.256,0.104 -0.526,0.287 -0.593,0.418c-0.067,0.131 -0.161,1.986 -0.215,4.129l-0.095,3.893l-0.484,0.849c-0.566,0.993 -1.482,1.686 -2.667,1.999c-0.996,0.275 -3.326,0.288 -4.12,0.026l0.089,-0.069Zm50.332,-0.004c-0.636,-0.251 -1.391,-1.1 -2.561,-2.881c-1.511,-2.299 -1.684,-2.508 -2.077,-2.508c-0.35,-0.003 -0.357,0.026 -0.357,1.795c0,2.145 0.198,2.75 0.947,2.885c0.377,0.068 0.485,0.163 0.485,0.428l0,0.34l-5.408,0l0,-0.34c0,-0.265 0.107,-0.36 0.485,-0.428c0.906,-0.163 0.969,-0.551 0.915,-5.546l-0.048,-4.423l-0.385,-0.371c-0.212,-0.203 -0.516,-0.37 -0.676,-0.37c-0.179,0 -0.29,-0.104 -0.29,-0.274c0,-0.235 0.162,-0.288 1.172,-0.374c0.646,-0.065 2.41,-0.078 3.932,-0.052c2.478,0.039 2.841,0.078 3.434,0.366c1.05,0.496 1.642,1.476 1.642,2.704c0,1.176 -0.74,2.208 -2.1,2.901c-0.431,0.222 -0.714,0.444 -0.62,0.496c0.095,0.053 0.795,0.941 1.562,1.986c1.509,2.051 2.344,2.966 2.694,2.966c0.309,0 0.282,0.666 -0.027,0.771c-0.445,0.157 -2.195,0.078 -2.694,-0.118l-0.025,0.047Zm-2.938,-6.751c0.632,-0.294 1.252,-1.003 1.368,-1.563c0.151,-0.719 -0.202,-1.66 -0.808,-2.182c-0.562,-0.471 -1.104,-0.614 -2.044,-0.51l-0.573,0.065l0,4.416l0.803,0c0.431,0 0.996,-0.091 1.252,-0.209l0.002,-0.017Zm70.777,6.726c-0.475,-0.117 -0.894,-0.235 -0.929,-0.267c-0.033,-0.026 -0.151,-0.667 -0.256,-1.424l-0.196,-1.372l0.448,0c0.247,0 0.449,0.052 0.449,0.117c0,0.379 1.043,1.477 1.648,1.738c1.636,0.719 3.599,0.039 3.598,-1.228c0,-0.836 -0.45,-1.333 -1.982,-2.195c-2.149,-1.215 -2.98,-1.855 -3.407,-2.639c-0.431,-0.771 -0.505,-1.986 -0.183,-2.862c0.213,-0.575 1.212,-1.45 2.053,-1.777c0.846,-0.339 3.496,-0.326 4.592,0.014l0.835,0.261l0,2.561l-0.458,0c-0.358,0 -0.482,-0.079 -0.56,-0.353c-0.165,-0.601 -1.018,-1.346 -1.732,-1.516c-1.898,-0.457 -3.433,1.307 -2.235,2.587c0.229,0.248 1.266,0.967 2.303,1.607c2.02,1.228 2.76,1.908 3.016,2.705c0.552,1.777 -0.363,3.358 -2.329,4.011c-1.051,0.366 -3.327,0.392 -4.66,0.065l-0.015,-0.033Zm-208.311,-0.3c0,-0.256 0.089,-0.332 0.385,-0.332c0.229,0 0.521,-0.157 0.717,-0.379c0.316,-0.363 0.328,-0.542 0.328,-4.886c0,-3.154 -0.067,-4.606 -0.188,-4.824c-0.243,-0.402 -0.62,-0.662 -0.97,-0.666c-0.188,-0.005 -0.283,-0.122 -0.283,-0.366l0,-0.358l9.548,0l0,3.031l-0.418,-0.044c-0.323,-0.034 -0.471,-0.166 -0.606,-0.536c-0.323,-0.854 -0.848,-1.074 -2.733,-1.137l-1.67,-0.055l0,4.087l1.279,-0.065c1.387,-0.075 2.088,-0.379 2.182,-0.954c0.027,-0.228 0.161,-0.309 0.471,-0.309l0.418,0l0,3.736l-0.431,0c-0.35,0 -0.445,-0.065 -0.445,-0.34c0,-0.64 -0.538,-0.875 -2.087,-0.927l-1.414,-0.052l0,2.025c0,2.43 0.014,2.469 1.832,2.469c1.79,0 2.72,-0.405 3.191,-1.398c0.229,-0.496 0.781,-0.64 0.956,-0.248c0.108,0.261 -0.337,1.947 -0.673,2.535l-0.243,0.418l-4.605,-0.027l-4.605,-0.026l0,-0.326l0.064,-0.046Zm12.244,0.044c0,-0.261 0.107,-0.359 0.457,-0.424c0.835,-0.152 0.876,-0.366 0.93,-4.974c0.053,-4.799 -0.014,-5.232 -0.889,-5.596c-0.364,-0.152 -0.512,-0.314 -0.525,-0.551l0,-0.338l3.609,0.061c3.905,0.065 4.228,0.13 5.292,0.927c1.158,0.889 1.468,2.652 0.673,3.959c-0.687,1.15 -1.885,1.751 -3.77,1.921l-0.997,0.091l-0.242,-0.549l-0.256,-0.548l0.579,-0.079c0.74,-0.091 1.548,-0.522 1.979,-1.045c0.243,-0.287 0.337,-0.601 0.324,-1.15c-0.027,-1.398 -0.889,-2.247 -2.411,-2.365l-0.862,-0.065l0.041,4.795c0.054,5.226 0.08,5.37 0.969,5.54c0.323,0.065 0.431,0.17 0.431,0.431l0,0.34l-5.4,0l0,-0.34l0.068,-0.041Zm26.393,-0.052c0,-0.222 0.094,-0.324 0.296,-0.324c0.162,0 0.472,-0.124 0.674,-0.274l0.377,-0.275l0.04,-4.447c0.054,-4.978 -0.013,-5.354 -0.929,-5.665c-0.296,-0.098 -0.485,-0.267 -0.485,-0.418c0,-0.233 0.216,-0.262 2.424,-0.293c4.632,-0.068 5.615,-0.021 6.37,0.308c0.969,0.428 1.427,1.046 1.508,2.052c0.027,0.453 0.013,0.982 -0.041,1.176c-0.161,0.561 -0.902,1.251 -1.723,1.594l-0.768,0.316l0.647,0.173c1.535,0.405 2.504,1.856 2.302,3.411c-0.175,1.306 -0.794,2.051 -2.249,2.652c-0.767,0.313 -0.969,0.326 -4.645,0.326l-3.81,0l0,-0.326l0.012,0.014Zm7.003,-1.08c0.807,-0.489 1.131,-1.154 1.036,-2.156c-0.134,-1.503 -1.306,-2.398 -3.137,-2.398l-0.97,0l0.041,2.167c0.04,2.074 0.067,2.176 0.417,2.439c0.539,0.4 1.872,0.374 2.572,-0.052l0.041,0Zm-0.66,-5.962c0.969,-0.34 1.481,-1.028 1.387,-1.864c-0.135,-1.124 -1.145,-1.749 -2.815,-1.749l-0.956,0l0,3.874l0.835,-0.008c0.458,-0.004 1.145,-0.117 1.535,-0.253l0.014,0Zm6.517,7.05c0,-0.231 0.108,-0.327 0.418,-0.358c0.229,-0.026 0.565,-0.222 0.754,-0.451c0.323,-0.392 0.336,-0.562 0.336,-4.808c0,-3.527 -0.053,-4.472 -0.228,-4.76c-0.283,-0.448 -0.647,-0.705 -1.01,-0.712c-0.189,-0.013 -0.283,-0.117 -0.283,-0.339c0,-0.327 0,-0.327 2.855,-0.327c2.854,0 2.854,0 2.854,0.314c0,0.222 -0.094,0.313 -0.309,0.313c-0.175,0 -0.512,0.157 -0.754,0.34l-0.404,0.379l-0.054,4.52l-0.041,4.521l0.404,0.235c0.324,0.183 0.66,0.222 1.643,0.17c1.508,-0.078 2.222,-0.418 2.64,-1.267c0.269,-0.562 0.579,-0.693 0.996,-0.458c0.148,0.092 0.121,0.353 -0.121,1.242c-0.175,0.614 -0.431,1.28 -0.566,1.463l-0.256,0.34l-4.443,-0.053l-4.444,-0.052l0,-0.313l0.013,0.061Zm11.123,0.044c0,-0.265 0.108,-0.36 0.485,-0.428c0.875,-0.157 0.943,-0.549 0.943,-5.36c0,-3.995 -0.027,-4.303 -0.31,-4.736c-0.175,-0.254 -0.498,-0.504 -0.714,-0.554c-0.283,-0.052 -0.404,-0.183 -0.404,-0.392c0,-0.3 0.041,-0.3 2.707,-0.3c2.666,0 2.693,0.013 2.693,0.313c0,0.209 -0.134,0.34 -0.39,0.405c-0.216,0.053 -0.526,0.262 -0.674,0.484c-0.255,0.353 -0.282,0.823 -0.282,4.769c0,4.873 0.067,5.265 0.888,5.422c0.337,0.065 0.445,0.17 0.445,0.431l0,0.34l-5.4,0l0,-0.34l0.013,-0.054Zm38.002,-0.026c0,-0.235 0.121,-0.337 0.484,-0.402c0.876,-0.157 0.943,-0.549 0.943,-5.375c0,-4.228 -0.013,-4.295 -0.364,-4.776c-0.202,-0.267 -0.525,-0.509 -0.713,-0.533c-0.256,-0.032 -0.35,-0.143 -0.35,-0.394l0,-0.349l9.372,0l0,1.506c0,1.49 -0.013,1.503 -0.39,1.503c-0.31,0 -0.404,-0.092 -0.485,-0.497c-0.189,-0.849 -0.835,-1.136 -2.734,-1.202l-1.602,-0.052l-0.108,0.68c-0.054,0.365 -0.108,1.293 -0.108,2.038l0,1.358l1.347,-0.078c1.481,-0.091 2.074,-0.327 2.235,-0.901c0.068,-0.262 0.202,-0.366 0.472,-0.366l0.377,0l0,3.723l-0.391,0c-0.269,0 -0.404,-0.078 -0.404,-0.248c-0.013,-0.718 -0.781,-1.045 -2.383,-1.045l-1.307,0l0.054,2.012c0.068,2.443 0.054,2.43 1.953,2.43c1.683,0 2.558,-0.366 3.016,-1.254c0.229,-0.457 0.404,-0.614 0.66,-0.614c0.189,0 0.404,0.065 0.458,0.157c0.148,0.209 -0.566,2.547 -0.848,2.796c-0.189,0.169 -0.997,0.196 -4.741,0.169l-4.511,-0.026l0,-0.313l0.068,0.053Zm17.492,0.034c0,-0.235 0.148,-0.392 0.498,-0.538c0.283,-0.112 0.647,-0.387 0.835,-0.61c0.323,-0.392 0.323,-0.569 0.323,-5.812c0,-6.088 -0.013,-6.153 -1.117,-6.48c-0.431,-0.131 -0.566,-0.248 -0.566,-0.523l0,-0.352l11.123,0l0,3.593l-0.485,0c-0.39,0 -0.484,-0.066 -0.484,-0.327c0,-0.536 -0.593,-1.254 -1.239,-1.503c-0.377,-0.143 -1.239,-0.261 -2.37,-0.3l-1.791,-0.065l0,4.912l1.306,-0.013c1.751,-0.013 2.343,-0.209 2.72,-0.888c0.242,-0.445 0.377,-0.549 0.754,-0.549l0.471,0l0,4.324l-0.511,-0.052c-0.35,-0.039 -0.539,-0.143 -0.593,-0.339c-0.256,-0.85 -1.225,-1.229 -3.164,-1.229l-1.024,0l0.068,2.548c0.067,2.901 0.202,3.332 1.158,3.632c0.417,0.131 0.552,0.262 0.552,0.51l0,0.326l-6.518,0l0,-0.326l0.054,0.061Zm25.438,-0.026c0,-0.261 0.08,-0.358 0.309,-0.358c0.485,0 1.037,-0.895 2.249,-3.619c1.616,-3.653 3.151,-7.365 3.151,-7.63c0,-0.179 0.162,-0.23 0.754,-0.227l0.754,0.002l2.142,4.961c2.329,5.387 2.76,6.224 3.299,6.441c0.215,0.085 0.35,0.265 0.35,0.464c0,0.327 0,0.327 -2.707,0.327l-2.707,0l0,-0.343c0,-0.261 0.108,-0.36 0.472,-0.426c0.687,-0.122 0.727,-0.54 0.202,-1.959l-0.458,-1.219l-3.757,0l-0.377,1.006c-0.485,1.267 -0.458,2.129 0.067,2.208c0.256,0.039 0.35,0.143 0.35,0.392l0,0.352l-4.134,0l0,-0.352l0.041,-0.02Zm7.312,-5.024c0,-0.209 -1.172,-3.083 -1.266,-3.083c-0.067,0 -0.229,0.274 -0.364,0.614l-0.673,1.581l-0.404,0.967l1.347,0c0.74,0 1.346,-0.026 1.346,-0.065l0.014,-0.014Zm6.84,5.044c0,-0.249 0.108,-0.353 0.431,-0.418c0.862,-0.157 0.889,-0.353 0.956,-5.044c0.068,-4.834 0,-5.239 -0.929,-5.552c-0.282,-0.092 -0.484,-0.262 -0.484,-0.418c0,-0.223 0.175,-0.249 1.791,-0.249l1.777,0l1.037,1.189c0.566,0.654 2.033,2.247 3.259,3.554c1.225,1.307 2.383,2.574 2.585,2.809l0.364,0.431l-0.054,-3.24c-0.054,-3.528 -0.148,-3.893 -0.997,-4.089c-0.255,-0.053 -0.404,-0.196 -0.404,-0.366c0,-0.248 0.149,-0.275 2.142,-0.275c2.02,0 2.141,0.027 2.141,0.288c0,0.183 -0.135,0.3 -0.35,0.326c-0.189,0.027 -0.499,0.236 -0.674,0.458c-0.323,0.392 -0.336,0.588 -0.39,5.709l-0.054,5.305l-0.7,0c-0.633,0 -0.754,-0.052 -1.226,-0.601c-0.431,-0.484 -7.164,-8.022 -7.42,-8.284c-0.04,-0.039 -0.04,1.542 0,3.515c0.068,4.011 0.175,4.481 0.93,4.625c0.35,0.065 0.457,0.157 0.457,0.418l0,0.34l-4.282,0l0,-0.34l0.094,-0.091Zm27.821,-0.013c0,-0.209 0.081,-0.353 0.216,-0.353c0.31,0 0.902,-0.666 1.32,-1.516c0.579,-1.163 3.299,-7.499 3.77,-8.78l0.431,-1.189l1.427,0.105l2.101,4.886c1.158,2.692 2.235,5.109 2.397,5.383c0.35,0.641 0.875,1.15 1.145,1.15c0.121,0 0.215,0.157 0.215,0.366l0,0.366l-5.413,0l0,-0.366c0,-0.248 0.081,-0.353 0.283,-0.353c0.767,0 0.834,-0.601 0.255,-2.182l-0.417,-1.11l-3.73,0l-0.337,0.967c-0.633,1.829 -0.606,2.338 0.148,2.338c0.216,0 0.297,0.105 0.297,0.366l0,0.366l-4.134,0l0,-0.366l0.026,-0.078Zm6.747,-6.415c-0.31,-0.81 -0.593,-1.568 -0.646,-1.686c-0.054,-0.131 -0.377,0.418 -0.795,1.372c-0.39,0.875 -0.7,1.633 -0.7,1.685c0,0.066 0.592,0.118 1.333,0.118l1.333,0l-0.552,-1.463l0.027,-0.026Zm7.245,6.428c0,-0.275 0.081,-0.353 0.363,-0.353c0.202,0 0.512,-0.131 0.674,-0.301c0.269,-0.274 0.296,-0.614 0.336,-4.768c0.027,-2.457 0.014,-4.612 -0.04,-4.782c-0.108,-0.405 -0.7,-0.902 -1.064,-0.902c-0.202,0 -0.296,-0.104 -0.296,-0.313c0,-0.314 0,-0.314 2.693,-0.314c2.599,0 2.707,0.013 2.707,0.287c0,0.183 -0.175,0.366 -0.472,0.471c-0.255,0.104 -0.525,0.366 -0.619,0.575c-0.229,0.548 -0.364,5.03 -0.216,7.447c0.095,1.685 0.162,2.09 0.418,2.339c0.162,0.169 0.431,0.3 0.592,0.3c0.202,0 0.283,0.105 0.283,0.366l0,0.366l-5.4,0l0,-0.366l0.041,-0.052Zm17.802,-0.026c0,-0.249 0.094,-0.327 0.39,-0.327c0.229,0 0.512,-0.157 0.714,-0.379c0.31,-0.366 0.323,-0.536 0.323,-4.886c0,-3.149 -0.054,-4.599 -0.188,-4.821c-0.243,-0.392 -0.62,-0.654 -0.97,-0.667c-0.188,0 -0.283,-0.117 -0.283,-0.366l0,-0.352l9.534,0l0,3.031l-0.417,-0.039c-0.31,-0.027 -0.458,-0.157 -0.593,-0.536c-0.309,-0.849 -0.834,-1.071 -2.733,-1.137l-1.67,-0.052l0,4.05l0.997,0c1.373,-0.013 2.046,-0.235 2.343,-0.81c0.175,-0.34 0.336,-0.457 0.633,-0.457l0.39,0l0,3.723l-0.404,0c-0.363,0 -0.444,-0.065 -0.444,-0.339c0,-0.64 -0.525,-0.876 -2.088,-0.928l-1.413,-0.052l0,2.012c0,2.43 0.026,2.469 1.844,2.469c1.791,0 2.721,-0.405 3.192,-1.398c0.229,-0.496 0.781,-0.64 0.956,-0.248c0.108,0.261 -0.337,1.947 -0.673,2.535l-0.243,0.418l-4.605,-0.026l-4.606,-0.026l0,-0.34l0.014,-0.052Zm-213.019,-13.106l-0.387,-0.271l0.946,-1.293c0.52,-0.719 1.046,-1.307 1.171,-1.307c0.536,0 2.249,0.327 2.206,0.431c-0.086,0.207 -3.224,2.731 -3.387,2.727c-0.087,0 -0.334,-0.123 -0.548,-0.274l-0.001,-0.013Zm-20.199,-9.914l242.174,0l0,1.287l-242.177,0l0,-1.291l0.003,0.004Zm92.169,-2.94c-1.272,-0.41 -1.988,-1.476 -1.756,-2.626c0.161,-0.771 0.646,-1.314 1.508,-1.672l0.754,-0.314l-0.458,-0.235c-0.256,-0.137 -0.458,-0.362 -0.458,-0.523c0,-0.261 1.172,-1.306 1.454,-1.306c0.068,0 -0.026,-0.239 -0.215,-0.531c-0.808,-1.246 -0.162,-3.047 1.36,-3.752c0.822,-0.383 1.104,-0.399 3.986,-0.233c1.656,0.097 1.724,0.113 1.629,0.405c-0.04,0.17 -0.08,0.356 -0.094,0.416c0,0.059 -0.269,0.107 -0.619,0.107l-0.62,0l0.081,0.834c0.189,1.82 -1.252,3.066 -3.568,3.1c-1.199,0.017 -1.778,0.248 -1.307,0.52c0.135,0.076 0.916,0.333 1.724,0.572c2.639,0.771 3.124,1.159 3.016,2.391c-0.107,1.287 -1.252,2.404 -2.908,2.855c-0.943,0.257 -2.653,0.255 -3.461,-0.005l-0.048,-0.003Zm3.541,-0.888c1.29,-0.579 1.849,-1.686 1.145,-2.261c-0.477,-0.388 -2.543,-0.985 -3.079,-0.888c-1.09,0.196 -2.114,1.398 -1.925,2.26c0.256,1.189 2.195,1.637 3.851,0.891l0.008,-0.002Zm0.426,-6.494c0.969,-0.53 1.346,-2.045 0.7,-2.792c-0.889,-1.024 -2.586,0.118 -2.599,1.751c0,0.507 0.081,0.686 0.444,0.967c0.539,0.418 0.835,0.431 1.482,0.078l-0.027,-0.004Zm6.032,3.332c-0.7,-0.131 -1.063,-0.549 -1.144,-1.294c-0.202,-1.907 1.575,-4.708 3.568,-5.611c1.037,-0.471 3.084,-0.518 4.444,-0.105c0.121,0.039 0.041,0.529 -0.283,1.538c-0.606,1.973 -0.969,3.948 -0.767,4.289c0.134,0.223 0.229,0.24 0.66,0.108c0.39,-0.131 0.525,-0.118 0.633,0.039c0.228,0.326 0.094,0.444 -0.822,0.731c-1.212,0.379 -1.777,0.301 -1.966,-0.261l-0.135,-0.444l-0.646,0.327c-1.091,0.561 -2.599,0.849 -3.501,0.679l-0.041,0.004Zm2.748,-1.29c0.471,-0.198 0.942,-0.503 1.077,-0.679c0.215,-0.291 0.862,-2.443 1.118,-3.698c0.107,-0.513 0.094,-0.531 -0.485,-0.675c-1.064,-0.272 -2.141,0.431 -2.99,1.96c-0.889,1.594 -1.117,3.02 -0.538,3.39c0.404,0.254 0.646,0.209 1.844,-0.3l-0.026,0.002Zm75.289,1.248c-0.714,-0.157 -0.957,-0.379 -1.159,-1.032c-0.296,-0.993 0.391,-2.871 1.563,-4.259c1.4,-1.66 2.949,-2.222 5.238,-1.895c0.606,0.086 1.144,0.203 1.198,0.257c0.068,0.053 -0.134,0.971 -0.444,2.039c-0.296,1.064 -0.566,2.355 -0.579,2.869l-0.027,0.938l0.673,-0.026c0.606,-0.026 0.674,0.013 0.674,0.3c0,0.275 -0.149,0.366 -0.916,0.575c-1.252,0.353 -1.845,0.275 -1.912,-0.235c-0.027,-0.209 -0.081,-0.392 -0.108,-0.392c-0.027,0 -0.444,0.157 -0.916,0.34c-0.754,0.3 -2.302,0.692 -2.612,0.653c-0.054,0 -0.337,-0.065 -0.62,-0.118l-0.053,-0.014Zm2.666,-1.228c0.39,-0.183 0.835,-0.444 0.983,-0.588c0.35,-0.366 0.983,-2.234 1.32,-3.88c0.094,-0.445 0.067,-0.471 -0.539,-0.615c-0.512,-0.13 -0.727,-0.117 -1.185,0.079c-1.01,0.431 -2.007,1.894 -2.532,3.697c-0.498,1.728 0.121,2.135 1.98,1.299l-0.027,0.008Zm-172.447,0.901c-0.041,-0.183 0.242,-1.515 0.633,-2.965c0.781,-2.862 0.781,-3.097 -0.081,-2.875c-0.417,0.105 -0.458,0.079 -0.458,-0.209c0,-0.274 0.148,-0.366 0.916,-0.572c0.498,-0.131 1.171,-0.256 1.468,-0.274c0.525,-0.031 0.565,-0.004 0.606,0.449c0.027,0.265 -0.243,1.577 -0.606,2.914c-0.364,1.34 -0.62,2.534 -0.566,2.657c0.081,0.176 0.242,0.201 0.821,0.123c0.687,-0.096 0.728,-0.084 0.674,0.228c-0.041,0.262 -0.243,0.379 -0.929,0.575c-0.472,0.131 -1.212,0.249 -1.63,0.249c-0.646,0 -0.754,-0.04 -0.835,-0.314l-0.013,0.014Zm6.113,0.066l-0.363,-0.275l1.239,-4.886c0.673,-2.688 1.212,-5.069 1.185,-5.297c-0.054,-0.422 -0.108,-0.444 -0.727,-0.274c-0.297,0.082 -0.35,0.044 -0.35,-0.261c0,-0.419 0.565,-0.621 2.114,-0.758c0.888,-0.079 0.915,-0.075 0.915,0.261c0,0.191 -0.242,1.372 -0.552,2.624c-0.309,1.254 -0.552,2.358 -0.552,2.46c0,0.144 0.175,0.117 0.687,-0.086c1.777,-0.706 3.313,-0.667 3.878,0.091c0.525,0.719 0.256,2.561 -0.592,4.076c-0.431,0.797 -1.737,2.026 -2.451,2.313c-0.929,0.379 -3.865,0.392 -4.39,0l-0.041,0.012Zm4.027,-0.915c0.808,-0.509 1.697,-2.234 1.939,-3.75c0.256,-1.528 -0.862,-1.829 -2.639,-0.718c-0.377,0.235 -0.674,0.575 -0.835,0.954c-0.283,0.705 -0.876,2.992 -0.876,3.399c0,0.601 1.549,0.672 2.424,0.105l-0.013,0.01Zm6.073,0.732c-0.431,-0.405 -0.458,-0.523 -0.458,-1.477c0.027,-2.425 1.549,-4.592 3.65,-5.187c1.05,-0.3 1.979,-0.195 2.598,0.281c0.364,0.277 0.431,0.45 0.431,1.036c0,1.477 -1.481,2.6 -3.635,2.731c-0.62,0.039 -1.185,0.144 -1.239,0.231c-0.175,0.246 -0.135,1.072 0.067,1.424c0.404,0.68 0.97,0.699 2.33,0.066c0.848,-0.392 1.023,-0.431 1.158,-0.248c0.283,0.401 0.148,0.527 -1.078,1.051c-1.023,0.434 -1.414,0.523 -2.275,0.523c-0.943,0 -1.078,-0.037 -1.509,-0.439l-0.04,0.008Zm2.855,-3.449c1.36,-0.34 2.249,-1.647 1.562,-2.274c-0.431,-0.394 -0.835,-0.381 -1.401,0.046c-0.444,0.34 -1.171,1.415 -1.387,2.056c-0.08,0.262 -0.04,0.314 0.27,0.314c0.202,0 0.646,-0.078 0.983,-0.157l-0.027,0.015Zm5.359,3.834c0,-0.021 0.283,-1.136 0.633,-2.469c0.35,-1.337 0.647,-2.712 0.647,-3.057l0,-0.628l-0.633,0.092c-0.566,0.078 -0.633,0.057 -0.633,-0.196c0,-0.314 0.512,-0.555 1.804,-0.847c0.889,-0.196 1.226,-0.061 1.226,0.497l0,0.337l0.565,-0.345c0.997,-0.601 1.603,-0.719 2.316,-0.418c0.351,0.144 0.606,0.326 0.58,0.418c-0.431,1.372 -0.674,1.803 -1.024,1.803c-0.31,0 -0.363,-0.065 -0.363,-0.483c0,-1.046 -0.997,-1.046 -1.738,-0.014c-0.444,0.654 -0.915,2.117 -1.292,4.064c-0.108,0.588 -0.283,1.071 -0.364,1.097c-0.283,0.079 -1.683,0.209 -1.683,0.17l-0.041,-0.021Zm7.986,-0.136c-0.175,-0.183 -0.081,-0.705 0.835,-4.442l0.377,-1.542l-0.539,0c-0.296,0 -0.539,-0.039 -0.539,-0.078c0,-0.222 0.364,-0.64 0.553,-0.64c0.39,0 1.131,-0.68 1.454,-1.32c0.35,-0.705 0.485,-0.823 1.01,-0.823c0.35,0 0.377,0.052 0.283,0.47c-0.054,0.262 -0.148,0.719 -0.202,1.007l-0.095,0.535l0.741,0c0.754,0 0.862,0.118 0.646,0.64c-0.067,0.17 -0.309,0.236 -0.848,0.236c-0.889,0 -0.741,-0.288 -1.441,2.861c-0.512,2.312 -0.485,2.521 0.377,2.299c0.727,-0.183 0.781,-0.169 0.727,0.196c-0.04,0.249 -0.242,0.379 -0.848,0.562c-0.97,0.301 -2.195,0.34 -2.437,0.079l-0.054,-0.04Zm6.423,-0.183c-1.158,-1.123 -0.323,-4.35 1.535,-5.853c0.754,-0.614 1.939,-1.084 2.707,-1.084c0.498,0 1.575,0.457 1.737,0.731c0.256,0.432 0.175,1.464 -0.148,1.947c-0.66,0.993 -2.114,1.633 -3.69,1.633l-0.929,0l0,0.758c0,1.476 0.687,1.725 2.464,0.941c0.566,-0.248 1.064,-0.431 1.105,-0.392c0.04,0.039 0.094,0.196 0.134,0.353c0.041,0.235 -0.175,0.392 -1.117,0.823c-1.024,0.47 -1.32,0.535 -2.276,0.535c-0.983,0 -1.145,-0.039 -1.481,-0.365l-0.041,-0.027Zm2.801,-3.514c0.848,-0.248 1.427,-0.693 1.683,-1.241c0.216,-0.458 0.216,-0.536 -0.067,-0.876c-0.431,-0.522 -0.862,-0.535 -1.522,-0.013c-0.511,0.405 -1.373,1.751 -1.373,2.143c0,0.209 0.606,0.196 1.279,-0.013l0,0Zm59.722,3.802c-0.215,-0.196 -0.081,-1.045 0.687,-3.972c1.037,-3.972 1.589,-6.324 1.589,-6.703c0,-0.274 -0.067,-0.3 -0.552,-0.222c-0.498,0.079 -0.552,0.053 -0.552,-0.261c0,-0.353 0.404,-0.523 1.979,-0.797c0.822,-0.131 1.051,-0.039 1.051,0.431c0,0.222 -0.525,2.483 -1.185,5.043c-0.66,2.561 -1.199,4.874 -1.199,5.135l0,0.484l0.727,-0.079c0.687,-0.078 0.728,-0.065 0.674,0.235c-0.041,0.249 -0.243,0.379 -0.916,0.562c-0.889,0.261 -2.087,0.34 -2.276,0.17l-0.027,-0.026Zm5.993,-0.079c-0.189,-0.287 -0.081,-0.901 0.592,-3.305c0.364,-1.241 0.62,-2.378 0.593,-2.509c-0.068,-0.248 -0.108,-0.261 -0.795,-0.117c-0.363,0.078 -0.444,0.052 -0.444,-0.196c0,-0.34 0.687,-0.64 1.925,-0.862c0.889,-0.144 1.266,-0.066 1.266,0.261c0,0.117 -0.323,1.437 -0.713,2.926c-0.391,1.49 -0.674,2.783 -0.606,2.862c0.067,0.091 0.377,0.117 0.808,0.065c0.673,-0.078 0.713,-0.065 0.659,0.235c-0.04,0.249 -0.242,0.379 -0.929,0.562c-1.023,0.301 -2.154,0.34 -2.316,0.092l-0.04,-0.014Zm5.871,-0.065c-0.054,-0.131 -0.014,-0.601 0.094,-1.032c0.364,-1.437 1.131,-4.756 1.131,-4.821c0,-0.039 -0.215,-0.065 -0.484,-0.065c-0.687,0 -0.553,-0.405 0.255,-0.784c0.485,-0.222 0.768,-0.51 1.158,-1.189c0.458,-0.771 0.593,-0.889 0.984,-0.889l0.444,0l-0.216,0.902c-0.121,0.496 -0.215,0.94 -0.215,1.006c0,0.052 0.35,0.104 0.794,0.104c0.835,0 0.862,0.013 0.701,0.536c-0.081,0.287 -0.202,0.327 -0.916,0.327l-0.821,0l-0.539,2.417c-0.296,1.332 -0.498,2.521 -0.444,2.652c0.08,0.183 0.202,0.209 0.619,0.091c0.727,-0.182 0.768,-0.169 0.768,0.209c0,0.288 -0.135,0.379 -0.93,0.575c-1.225,0.314 -2.222,0.314 -2.356,0l-0.027,-0.039Zm6.558,-0.078c-0.391,-0.301 -0.471,-0.471 -0.525,-1.281c-0.121,-1.803 0.794,-3.841 2.154,-4.782c1.508,-1.032 3.151,-1.162 4.067,-0.339c0.431,0.392 0.471,0.496 0.391,1.149c-0.149,1.425 -1.657,2.457 -3.731,2.548c-1.292,0.066 -1.427,0.209 -1.171,1.215c0.283,1.098 0.781,1.215 2.37,0.536c1.05,-0.444 1.293,-0.444 1.293,0c0,0.457 -1.899,1.202 -3.273,1.267c-1.01,0.053 -1.171,0.026 -1.575,-0.3l0,-0.013Zm3.366,-3.841c0.997,-0.458 1.428,-1.464 0.862,-2.026c-0.713,-0.705 -2.02,0.223 -2.68,1.895l-0.228,0.614l0.713,-0.091c0.391,-0.053 0.997,-0.223 1.347,-0.379l-0.014,-0.013Zm38.015,4.115c0,-0.026 0.283,-1.137 0.633,-2.469c0.35,-1.333 0.647,-2.705 0.647,-3.058l0,-0.627l-0.633,0.092c-0.566,0.078 -0.633,0.065 -0.633,-0.196c0,-0.34 0.282,-0.484 1.575,-0.784c1.118,-0.261 1.455,-0.157 1.455,0.444l0,0.34l0.565,-0.34c0.997,-0.601 1.603,-0.718 2.316,-0.431c0.35,0.144 0.62,0.3 0.62,0.34c0,0.052 -0.148,0.496 -0.35,0.98c-0.297,0.744 -0.418,0.901 -0.714,0.901c-0.296,0 -0.364,-0.078 -0.364,-0.483c0,-0.98 -0.929,-1.059 -1.629,-0.131c-0.525,0.706 -0.795,1.476 -1.239,3.488c-0.188,0.915 -0.39,1.699 -0.444,1.738c-0.095,0.092 -1.764,0.301 -1.764,0.222l-0.041,-0.026Zm18.341,-0.17c-0.121,-0.3 0.027,-1.189 0.633,-3.723l0.525,-2.156l-0.444,-0.039c-0.525,-0.053 -0.62,-0.523 -0.121,-0.667c0.565,-0.156 1.212,-0.744 1.521,-1.385c0.35,-0.705 0.485,-0.823 1.01,-0.823c0.35,0 0.377,0.053 0.283,0.471c-0.054,0.261 -0.148,0.718 -0.202,1.006l-0.094,0.535l0.74,0c0.754,0 0.862,0.118 0.647,0.641c-0.068,0.169 -0.31,0.235 -0.849,0.235c-0.875,0 -0.74,-0.288 -1.44,2.861c-0.512,2.313 -0.485,2.522 0.377,2.3c0.727,-0.183 0.781,-0.17 0.727,0.196c-0.041,0.248 -0.243,0.378 -0.849,0.561c-1.05,0.327 -2.275,0.34 -2.41,0.04l-0.054,-0.053Zm6.423,-0.143c-1.198,-1.085 -0.363,-4.338 1.509,-5.854c0.754,-0.614 1.939,-1.084 2.706,-1.084c0.499,0 1.576,0.457 1.737,0.732c0.256,0.431 0.175,1.463 -0.148,1.959c-0.673,1.006 -2.114,1.633 -3.703,1.633l-0.943,0l0.081,0.889c0.121,1.398 0.687,1.594 2.424,0.81c0.566,-0.248 1.064,-0.431 1.104,-0.392c0.041,0.039 0.095,0.196 0.135,0.353c0.054,0.235 -0.175,0.392 -1.118,0.823c-1.01,0.47 -1.319,0.536 -2.235,0.536c-0.929,0 -1.118,-0.04 -1.481,-0.366l-0.068,-0.039Zm3.34,-3.737c1.118,-0.497 1.616,-1.646 0.916,-2.13c-0.458,-0.313 -0.795,-0.261 -1.401,0.222c-0.511,0.405 -1.373,1.751 -1.373,2.156c0,0.235 1.09,0.092 1.845,-0.248l0.013,0Zm4.834,3.998c0,-0.065 0.297,-1.228 0.647,-2.587c0.363,-1.359 0.633,-2.678 0.606,-2.927c-0.041,-0.418 -0.081,-0.444 -0.633,-0.418c-0.445,0.013 -0.593,-0.039 -0.66,-0.248c-0.054,-0.222 0.081,-0.327 0.741,-0.549c0.457,-0.157 1.09,-0.313 1.414,-0.379c0.619,-0.104 0.605,-0.117 0.996,0.732c0.013,0.013 0.431,-0.17 0.943,-0.405c1.104,-0.497 1.279,-0.523 1.952,-0.144l0.512,0.275l-0.337,0.927c-0.283,0.784 -0.404,0.941 -0.7,0.941c-0.296,0 -0.364,-0.078 -0.364,-0.47c0,-1.255 -1.319,-1.006 -2.033,0.379c-0.175,0.339 -0.539,1.541 -0.794,2.665c-0.256,1.123 -0.499,2.051 -0.526,2.077c-0.134,0.105 -1.723,0.196 -1.723,0.105l-0.041,0.026Zm7.959,0c0,-0.065 0.256,-1.019 0.579,-2.117c0.337,-1.202 0.579,-2.391 0.592,-2.992l0.027,-1.006l-0.565,0.053c-0.445,0.039 -0.593,-0.014 -0.647,-0.223c-0.067,-0.222 0.068,-0.313 0.728,-0.496c1.44,-0.405 1.777,-0.431 2.06,-0.17c0.134,0.118 0.256,0.379 0.256,0.575c0,0.183 0.027,0.34 0.067,0.34c0.027,0 0.498,-0.196 1.05,-0.431c1.28,-0.549 2.976,-0.837 3.488,-0.588c0.323,0.156 0.35,0.235 0.256,0.901c-0.067,0.392 -0.323,1.503 -0.579,2.456c-0.256,0.954 -0.485,1.96 -0.512,2.235c-0.04,0.496 -0.04,0.496 0.62,0.483c0.457,-0.013 0.7,0.052 0.754,0.196c0.121,0.3 -0.027,0.392 -1.024,0.653c-1.131,0.301 -2.181,0.301 -2.302,0c-0.054,-0.13 0.188,-1.372 0.538,-2.783c0.7,-2.822 0.741,-3.148 0.404,-3.253c-0.35,-0.118 -1.562,0.418 -2.289,1.006c-0.606,0.483 -0.673,0.64 -1.05,2.051c-0.216,0.85 -0.445,1.843 -0.512,2.221c-0.067,0.379 -0.202,0.719 -0.296,0.745c-0.485,0.131 -1.697,0.196 -1.697,0.092l0.054,0.052Zm10.907,-0.105c-0.054,-0.13 0.229,-1.45 0.633,-2.952c0.404,-1.49 0.7,-2.796 0.647,-2.914c-0.054,-0.144 -0.202,-0.157 -0.606,-0.052c-0.283,0.078 -0.539,0.143 -0.566,0.143c-0.013,0 -0.04,-0.143 -0.04,-0.326c0,-0.275 0.148,-0.366 0.835,-0.549c1.885,-0.509 2.464,-0.418 2.275,0.34c-0.04,0.196 -0.377,1.437 -0.727,2.77c-0.35,1.332 -0.606,2.521 -0.552,2.639c0.067,0.157 0.269,0.196 0.822,0.117c0.673,-0.078 0.713,-0.065 0.673,0.236c-0.108,0.614 -3.151,1.149 -3.38,0.601l-0.014,-0.053Zm6.006,0c-0.107,-0.248 0.027,-0.927 0.647,-3.423c0.686,-2.757 0.686,-2.508 0.107,-2.508c-0.7,0 -0.579,-0.392 0.229,-0.771c0.472,-0.222 0.754,-0.51 1.131,-1.15c0.418,-0.692 0.593,-0.862 0.943,-0.901c0.485,-0.053 0.485,-0.013 0.148,1.528l-0.094,0.471l0.835,0c0.7,0 0.821,0.039 0.74,0.222c-0.053,0.13 -0.094,0.326 -0.094,0.431c0,0.157 -0.215,0.209 -0.848,0.209l-0.849,0l-0.525,2.417c-0.283,1.333 -0.471,2.522 -0.417,2.652c0.081,0.196 0.202,0.209 0.633,0.105c0.727,-0.183 0.767,-0.17 0.767,0.209c0,0.3 -0.134,0.379 -0.929,0.575c-1.212,0.313 -2.222,0.313 -2.356,0l-0.068,-0.066Zm6.545,-0.104c-0.445,-0.353 -0.458,-0.392 -0.458,-1.777c0,-1.346 0.027,-1.463 0.606,-2.509c0.714,-1.28 1.508,-1.972 2.814,-2.404c2.263,-0.757 3.879,0.536 2.882,2.3c-0.566,1.006 -2.06,1.724 -3.595,1.724c-0.916,0 -0.983,0.027 -1.078,0.379c-0.134,0.484 0.041,1.202 0.35,1.529c0.364,0.379 0.983,0.314 2.101,-0.209c0.835,-0.379 1.01,-0.418 1.131,-0.248c0.283,0.405 0.148,0.562 -0.915,1.019c-0.822,0.366 -1.347,0.483 -2.195,0.522c-1.024,0.053 -1.172,0.027 -1.589,-0.3l-0.054,-0.026Zm3.474,-3.868c1.077,-0.535 1.441,-1.607 0.687,-2.051c-0.283,-0.17 -0.498,-0.196 -0.835,-0.091c-0.552,0.157 -1.36,1.097 -1.683,1.973l-0.256,0.679l0.74,-0.091c0.404,-0.053 1.018,-0.236 1.367,-0.419l-0.02,0Zm-240.493,3.775c0.027,-0.14 0.192,-0.274 0.364,-0.304c0.471,-0.079 0.875,-0.458 1.199,-1.106c0.417,-0.862 1.737,-6.846 1.777,-8.087c0.027,-1.058 0.027,-1.071 -0.485,-1.359c-0.983,-0.562 -0.713,-0.653 2.034,-0.653c2.181,0 2.545,0.039 2.545,0.222c0,0.131 -0.202,0.261 -0.485,0.313c-1.01,0.183 -1.4,1.085 -2.357,5.527c-0.888,4.155 -0.888,4.077 -0.484,4.442c0.309,0.275 0.471,0.301 1.71,0.249c1.67,-0.079 2.276,-0.327 2.855,-1.202c0.457,-0.68 0.484,-0.693 0.808,-0.51c0.188,0.105 0.175,0.248 -0.041,0.823c-0.134,0.392 -0.417,0.967 -0.619,1.281l-0.364,0.574l-4.255,0.04c-3.986,0.026 -4.255,0.013 -4.202,-0.223l0,-0.027Zm80.425,0.043c0,-0.112 0.27,-0.321 0.606,-0.466c0.418,-0.183 0.701,-0.458 0.943,-0.91c0.458,-0.842 1.831,-6.953 1.858,-8.244c0.027,-0.974 0.014,-1.006 -0.484,-1.291c-1.064,-0.614 -0.822,-0.653 4.026,-0.653c4.444,0 4.538,0.008 4.444,0.284c-0.054,0.143 -0.189,0.718 -0.296,1.254c-0.162,0.823 -0.243,0.98 -0.539,1.019c-0.283,0.039 -0.35,-0.026 -0.35,-0.34c0,-0.954 -0.62,-1.228 -2.855,-1.228l-1.535,0l-0.431,1.829c-0.243,1.006 -0.471,1.934 -0.512,2.078c-0.067,0.222 0.068,0.248 1.333,0.248c1.589,0 2.061,-0.157 2.518,-0.823c0.418,-0.601 0.957,-0.64 0.835,-0.079l-0.363,1.712c-0.216,1.045 -0.337,1.32 -0.539,1.32c-0.161,0 -0.296,-0.157 -0.363,-0.432c-0.054,-0.235 -0.256,-0.509 -0.458,-0.601c-0.377,-0.183 -2.882,-0.274 -3.057,-0.104c-0.108,0.091 -0.579,2.156 -0.781,3.449c-0.094,0.614 -0.067,0.693 0.296,0.915c0.323,0.196 0.687,0.222 1.805,0.183c1.656,-0.079 2.248,-0.314 2.93,-1.189c0.296,-0.379 0.579,-0.601 0.704,-0.549c0.31,0.104 0.275,0.366 -0.194,1.372c-0.7,1.502 -0.31,1.398 -5.184,1.398c-3.569,0 -4.269,-0.039 -4.269,-0.209l-0.088,0.057Zm80.784,0.003c0,-0.114 0.242,-0.28 0.525,-0.366c1.01,-0.31 1.346,-1.128 2.343,-5.772c0.862,-3.998 0.848,-4.638 -0.162,-4.929c-0.175,-0.052 -0.296,-0.169 -0.256,-0.261c0.054,-0.117 1.293,-0.176 4.485,-0.204c4.336,-0.039 4.417,-0.039 4.309,0.236c-0.054,0.156 -0.189,0.718 -0.296,1.254c-0.162,0.823 -0.243,0.98 -0.539,1.019c-0.296,0.039 -0.35,-0.026 -0.35,-0.405c0,-0.915 -0.768,-1.202 -2.936,-1.137l-1.252,0.039l-0.445,1.856c-0.242,1.019 -0.444,1.946 -0.444,2.038c0,0.261 2.424,0.235 3.003,-0.039c0.242,-0.118 0.539,-0.405 0.646,-0.654c0.122,-0.274 0.324,-0.444 0.499,-0.444c0.377,0 0.377,-0.104 -0.041,1.829c-0.283,1.359 -0.39,1.62 -0.633,1.62c-0.175,0 -0.282,-0.104 -0.282,-0.261c0,-0.666 -1.482,-1.176 -2.855,-0.967l-0.606,0.092l-0.323,1.607c-0.566,2.822 -0.539,3.083 0.323,3.397c0.956,0.352 0.404,0.483 -2.141,0.522c-2.088,0.04 -2.492,0.013 -2.492,-0.17l-0.08,0.1Zm-93.28,-3.086c-0.714,-0.292 -1.333,-1.193 -1.333,-1.929c0,-1.14 1.117,-2.159 2.37,-2.155c1.495,0.005 2.41,0.825 2.41,2.147c0.014,1.686 -1.697,2.653 -3.434,1.947l-0.013,-0.01Zm80.945,0.068c-0.27,-0.109 -0.701,-0.437 -0.943,-0.732c-0.364,-0.435 -0.444,-0.672 -0.431,-1.28c0.027,-1.317 0.929,-2.13 2.384,-2.13c0.727,0 0.969,0.072 1.454,0.431c1.104,0.797 1.279,2.13 0.404,3.07c-0.727,0.79 -1.831,1.037 -2.841,0.641l-0.027,0Zm-95.076,-5.102c-0.31,-0.311 -0.337,-0.279 1.467,-2.135l0.609,-0.627l0.905,0.183c0.498,0.102 0.906,0.227 0.906,0.279c0,0.097 -3.407,2.585 -3.537,2.585c-0.041,0 -0.202,-0.127 -0.364,-0.284l0.014,-0.001Zm80.893,0l-0.354,-0.256l1.198,-1.236c0.66,-0.68 1.253,-1.236 1.334,-1.236c0.39,0 1.75,0.352 1.723,0.444c-0.04,0.094 -3.003,2.244 -3.38,2.456c-0.094,0.047 -0.323,-0.03 -0.511,-0.17l-0.01,-0.002Zm105.704,0.002l-0.384,-0.261l1.244,-1.235c0.683,-0.679 1.3,-1.234 1.37,-1.234c0.323,0 1.75,0.345 1.737,0.418c0,0.078 -3.003,2.264 -3.394,2.476c-0.094,0.052 -0.35,-0.02 -0.556,-0.164l-0.017,0Zm-226.931,-0.737c-0.646,-0.582 -0.016,-1.706 0.956,-1.706c0.679,0 1.031,0.32 1.031,0.934c0,0.958 -1.246,1.443 -1.988,0.771l0.001,0.001Zm107.309,0.102c-0.391,-0.266 -0.368,-1.153 0.04,-1.522c0.654,-0.588 1.907,-0.196 1.907,0.601c0,0.863 -1.199,1.437 -1.939,0.941l-0.008,-0.02Zm105.606,-0.102c-0.66,-0.593 -0.013,-1.706 0.983,-1.706c0.997,0 1.428,1.006 0.7,1.657c-0.494,0.441 -1.238,0.464 -1.696,0.049l0.013,0Zm-139.32,-4.102c-0.243,-0.243 -0.189,-0.331 0.961,-1.459l1.226,-1.203l0.909,0.196c0.498,0.105 0.902,0.223 0.902,0.275c-0.014,0.144 -3.205,2.352 -3.488,2.417c-0.148,0.039 -0.377,-0.052 -0.511,-0.196l0.001,-0.03Z" style="fill-rule:nonzero;"/><path d="M139.945,74.613l0.372,-0.864c0.629,-1.564 1.279,-2.757 2.222,-4.068c0.996,-1.387 3.191,-3.431 4.103,-3.821c1.122,-0.481 2.515,-0.65 4.242,-0.515c1.481,0.118 6.028,0.788 7.864,1.163c1.398,0.282 3.445,0.309 4.407,0.056c1.855,-0.486 2.953,-1.428 3.475,-2.976c0.401,-1.189 0.397,-2.274 -0.01,-2.992c-0.547,-0.967 -0.454,-1.228 0.875,-2.365c0.655,-0.575 1.192,-1.098 1.194,-1.163c0,-0.392 -0.916,-1.921 -1.145,-1.934c-0.148,0 -0.431,-0.13 -0.633,-0.274l-0.377,-0.274l0.781,-0.366c1.077,-0.497 1.872,-1.268 1.872,-1.816c0,-0.235 -0.229,-0.81 -0.512,-1.281c-0.539,-0.901 -0.673,-1.764 -0.377,-2.273c0.189,-0.34 0.539,-0.483 2.209,-0.915c1.4,-0.365 1.912,-0.744 2.114,-1.554c0.161,-0.693 0.08,-1.137 -0.377,-1.973c-0.377,-0.68 -2.828,-4.064 -3.528,-4.887c-0.957,-1.11 -2.128,-3.031 -2.465,-4.063c-0.336,-1.019 -0.35,-1.084 -0.094,-2.391c0.525,-2.783 0.215,-5.082 -1.279,-9.564c-1.118,-3.345 -1.414,-4.155 -1.751,-4.782c-0.633,-1.123 -0.552,-1.385 0.741,-2.338c0.619,-0.458 1.185,-0.941 1.266,-1.085c0.39,-0.653 -0.054,-1.92 -0.782,-2.273c-0.471,-0.222 -0.727,-0.066 -1.198,0.718c-0.364,0.601 -0.512,0.706 -0.889,0.706c-0.633,0 -0.74,-0.235 -0.336,-0.719c0.457,-0.575 0.431,-0.666 -0.31,-0.757c-0.552,-0.066 -0.835,-0.262 -2.034,-1.359c-1.589,-1.464 -2.666,-2.143 -4.793,-3.031c-0.983,-0.405 -1.32,-0.601 -0.97,-0.549c0.31,0.039 1.387,0.117 2.41,0.17c2.95,0.13 3.663,-0.222 4.35,-2.143c0.458,-1.307 0.687,-1.908 -0.391,-2.822l-3.849,-3.239l88.213,0l0,74.613l-104.61,0Z" style="fill:#e2011c;fill-rule:nonzero;"/><path d="M64.722,74.613c-0.639,-0.06 -1.194,-0.086 -1.233,-0.121c-0.068,-0.06 0.655,-0.48 3.967,-2.3c1.064,-0.585 1.5,-0.898 1.352,-0.97c-0.121,-0.058 -1.047,-0.149 -2.061,-0.204c-1.505,-0.079 -1.941,-0.058 -2.383,0.127c-0.3,0.124 -1.492,0.449 -2.65,0.723c-2.882,0.68 -3.838,1.148 -4.767,2.3l-0.35,0.444l-56.597,0l0,-74.612l112.315,0l-2.176,1.28c-1.198,0.539 -2.591,1.285 -3.094,1.66c-1.708,1.267 -4.009,4.157 -4.583,5.755c-0.215,0.588 -0.404,0.806 -1.05,1.206c-0.997,0.609 -2.182,1.769 -3.165,3.091c-1.333,1.795 -3.878,5.84 -4.376,6.961c-0.781,1.741 -0.714,3.067 0.431,8.268c0.498,2.29 1.037,4.617 1.198,5.17c0.162,0.553 0.337,1.49 0.391,2.081c0.094,1.059 0.175,1.287 0.862,2.585c0.188,0.355 0.336,0.757 0.336,0.896c0,0.138 0.135,0.331 0.31,0.431c0.175,0.101 0.31,0.333 0.31,0.54c0,0.248 0.363,0.721 1.158,1.509c1.818,1.803 3.137,3.493 3.137,4.028c0,0.439 -0.713,0.552 -1.871,0.296c-1.347,-0.3 -2.451,-0.946 -4.148,-2.435c-0.727,-0.634 -1.306,-1.058 -1.306,-0.946c0,0.112 0.485,0.702 1.091,1.307c1.198,1.209 1.387,1.539 1.131,1.976c-0.229,0.385 -0.781,0.497 -1.535,0.31c-0.876,-0.216 -1.374,0.085 -1.239,0.728c0.081,0.405 0.067,0.444 -0.189,0.366c-0.485,-0.17 -1.562,-0.366 -2.518,-0.458c-0.889,-0.078 -0.956,-0.117 -1.481,-0.784c-0.404,-0.509 -0.727,-0.744 -1.145,-0.849c-1.575,-0.392 -5.507,-1.019 -8.133,-1.28c-4.633,-0.458 -5.75,-0.497 -7.972,-0.248c-1.71,0.182 -2.168,0.3 -3.098,0.718c-1.656,0.758 -4.524,3.136 -4.524,3.75c0,0.287 0.633,0.196 1.346,-0.209c2.182,-1.215 9.683,-2.94 13.359,-3.071c1.818,-0.065 1.724,0.014 -0.471,0.379c-0.606,0.105 -2.034,0.432 -3.178,0.745c-1.145,0.314 -3.125,0.784 -4.39,1.058c-1.266,0.262 -2.707,0.614 -3.178,0.771l-0.876,0.288l1.347,0.013c6.895,0.065 14.732,2.038 17.937,4.507c1.373,1.059 1.872,1.189 3.891,0.993c2.774,-0.261 6.356,-1.45 7.932,-2.639c0.687,-0.51 1.239,-0.719 1.239,-0.444c0,0.47 -0.902,2.992 -1.293,3.606c-0.431,0.705 -0.458,0.797 -0.229,0.954c0.135,0.091 0.216,0.209 0.162,0.248c-0.054,0.052 0.054,0.131 0.242,0.183c0.525,0.157 0.391,0.3 -0.444,0.483c-0.808,0.196 -1.455,0.523 -1.455,0.745c0,0.078 0.108,0.144 0.243,0.144c0.404,0 0.108,0.261 -0.431,0.365c-0.364,0.079 -0.431,0.131 -0.269,0.223c0.161,0.091 0.161,0.13 0.013,0.13c-0.108,0 -0.202,0.144 -0.202,0.327c0,0.222 -0.161,0.379 -0.485,0.509c-0.794,0.327 -0.579,0.497 0.512,0.405c0.552,-0.052 0.889,-0.052 0.754,0c-0.135,0.04 -1.023,0.405 -1.979,0.81c-0.97,0.392 -2.222,0.876 -2.788,1.059c-0.646,0.209 -1.05,0.418 -1.091,0.575c-0.053,0.248 0.243,0.235 0.997,-0.026c0.135,-0.053 0.256,-0.027 0.256,0.039c0,0.065 -1.657,0.927 -3.677,1.92c-2.033,0.993 -3.918,2.012 -4.214,2.261c-0.297,0.261 -0.66,0.47 -0.835,0.47c-0.162,0 -0.377,0.17 -0.485,0.366c-0.31,0.614 -0.256,0.692 0.485,0.575c1.09,-0.17 1.602,-0.157 1.67,0.039c0.04,0.104 -0.068,0.183 -0.243,0.183c-0.175,0 -0.39,0.091 -0.498,0.209c-0.108,0.117 -0.377,0.235 -0.606,0.248c-0.283,0.039 -0.539,0.209 -0.754,0.51c-0.175,0.248 -0.458,0.496 -0.633,0.535c-0.175,0.039 0.071,0.053 0.552,0.013c7.15,-0.483 8.484,-0.718 11.369,-2.038c2.459,-1.123 5.01,-2.809 6.828,-4.481c0.525,-0.484 1.01,-0.876 1.077,-0.876c0.246,0 0.112,0.797 -0.252,1.516c-0.633,1.228 -1.952,2.352 -4.673,3.985c-1.373,0.823 -2.854,1.607 -3.293,1.725c-1.366,0.391 -3.569,0.81 -5.885,1.11c-7.532,0.98 -10.415,1.725 -13.27,3.436c-0.482,0.275 -0.983,0.497 -1.117,0.471c-0.135,-0.013 -0.498,0.156 -0.795,0.392c-0.848,0.666 -0.229,0.548 1.549,-0.275c1.831,-0.849 2.68,-0.98 1.239,-0.196c-1.764,0.967 -3.097,1.581 -4.417,1.581l-7.023,0l0.085,-0.148Zm-9.356,-8.322c0.285,-0.109 1.231,-0.588 2.101,-1.064c0.871,-0.475 1.904,-0.998 2.298,-1.159l2.465,-1.006c2.015,-0.82 4.975,-1.594 5.144,-1.345c0.06,0.086 0.502,0.183 0.983,0.213c0.669,0.041 0.786,0.081 0.511,0.169c-0.196,0.062 -0.358,0.17 -0.358,0.241c0,0.259 1.488,0.183 2.114,-0.111c0.247,-0.118 0.802,-0.248 1.234,-0.301c0.538,-0.065 0.786,-0.156 0.786,-0.3c0,-0.17 0.138,-0.196 0.622,-0.118c0.67,0.105 2.106,-0.143 5.979,-1.019c2.62,-0.601 4.606,-1.202 6.35,-1.92l1.261,-0.523l-1.261,-0.732c-3.077,-1.777 -6.168,-2.874 -12.951,-4.586c-1.181,-0.3 -2.218,-0.614 -2.305,-0.692c-0.105,-0.092 -0.054,-0.105 0.159,-0.039c0.677,0.222 1.193,0.261 1.193,0.091c0,-0.209 -0.512,-0.379 -1.519,-0.509c-0.92,-0.118 -1.514,-0.366 -0.875,-0.366c0.989,0 -0.711,-0.575 -2.616,-0.863c-1.409,-0.222 -1.49,-0.274 -0.902,-0.535c0.512,-0.222 1.064,-1.072 0.92,-1.411c-0.121,-0.301 -0.269,-0.262 -1.037,0.196c-1.468,0.888 -2.814,2.351 -3.568,3.867c-0.431,0.862 -0.283,0.941 1.939,1.032c1.831,0.066 1.858,0.079 1.387,0.301c-0.256,0.117 -0.781,0.274 -1.172,0.326c-1.293,0.17 -2.006,0.732 -1.36,1.059c0.189,0.091 0.121,0.169 -0.35,0.379c-0.525,0.222 -0.552,0.274 -0.31,0.391c0.162,0.079 0.62,0.118 1.024,0.092c0.565,-0.039 0.821,0.013 1.09,0.222l0.351,0.274l-0.701,0.392c-0.39,0.222 -0.821,0.614 -0.969,0.863c-0.148,0.248 -0.674,0.849 -1.185,1.332c-0.499,0.484 -0.916,0.98 -0.916,1.111c0,0.118 -0.727,0.758 -1.629,1.398c-2.411,1.738 -3.461,2.704 -3.461,3.162c0,0.248 -0.135,0.457 -0.377,0.601c-0.754,0.444 -1.145,0.953 -0.727,0.953c0.094,0 0.404,-0.091 0.686,-0.195l-0.048,0.129Zm18.601,-1.678c0.595,-0.072 1.286,-0.239 1.532,-0.371l0.45,-0.24l-0.768,-0.345l-0.767,-0.345l-0.765,0.28c-0.422,0.154 -1.005,0.361 -1.296,0.461c-1.174,0.401 -1.326,0.94 -0.226,0.792c0.418,-0.053 1.243,-0.157 1.84,-0.223l0,-0.009Zm-26.923,-6.53c3.541,-3.345 6.043,-5.33 9.217,-7.316c1.078,-0.675 1.84,-1.065 1.878,-0.963c0.102,0.274 0.565,0.196 1.317,-0.235c0.864,-0.497 1.296,-1.006 2.375,-2.757c1.118,-1.829 1.543,-2.287 3.158,-3.41c0.767,-0.523 1.872,-1.32 2.478,-1.751c0.875,-0.627 1.077,-0.732 1.01,-0.483c-0.054,0.182 -0.014,0.313 0.107,0.313c0.364,0 2.074,-0.666 2.128,-0.823c0.094,-0.261 -1.63,-0.523 -2.909,-0.444c-0.983,0.052 -1.319,0.157 -2.545,0.744c-2.855,1.398 -4.928,2.901 -8.874,6.468c-2.841,2.561 -5.077,4.285 -6.208,4.769c-0.364,0.156 -0.646,0.496 -1.091,1.306c-0.862,1.594 -2.424,3.881 -3.891,5.736c-1.387,1.751 -1.684,2.352 -0.606,1.228c0.377,-0.379 1.494,-1.476 2.504,-2.43l-0.048,0.048Zm35.459,15.71c4.255,-0.8 4.726,-0.86 7.712,-0.977c3.353,-0.134 3.781,-0.212 5.798,-1.068c0.647,-0.274 0.9,-0.324 0.99,-0.196c0.156,0.226 1.252,-0.313 3.39,-1.666c0.875,-0.552 2.11,-1.26 2.747,-1.571c0.96,-0.471 1.252,-0.549 1.715,-0.471c0.493,0.083 0.64,0.026 1.269,-0.47c1.745,-1.389 3.234,-2.03 4.722,-2.034c0.445,0 0.597,0.057 0.597,0.228c0,0.147 0.087,0.202 0.238,0.149c0.445,-0.156 0.243,0.013 -0.897,0.784c-1.319,0.876 -1.198,1.15 0.148,0.301c1.293,-0.81 1.307,-0.81 1.307,-0.484c0,0.183 -0.499,0.654 -1.401,1.333c-2.06,1.542 -3.514,2.822 -5.723,5.03l-1.979,1.921l-25.167,0l4.531,-0.823l0.003,0.014Zm0.04,-29.23c0.154,-0.036 0.404,-0.036 0.556,0c0.154,0.037 0.027,0.066 -0.277,0.066c-0.307,0 -0.431,-0.029 -0.279,-0.066l0,0Z" style="fill:#003189;fill-rule:nonzero;"/><path d="M156.719,39.105c-0.695,-0.097 -0.337,-0.33 0.505,-0.33c0.843,0 1.287,-0.292 1.287,-0.846c0,-0.262 -0.054,-0.303 -0.323,-0.226c-0.229,0.065 -0.391,0.01 -0.552,-0.187c-0.135,-0.183 -0.485,-0.314 -0.997,-0.375c-0.902,-0.109 -2.37,-0.899 -2.114,-1.137c0.094,-0.081 0.566,-0.178 1.037,-0.213c0.835,-0.063 0.889,-0.091 1.05,-0.551c0.135,-0.344 0.31,-0.51 0.606,-0.575c0.243,-0.05 0.606,-0.239 0.822,-0.422c0.229,-0.183 0.942,-0.653 1.589,-1.032c1.104,-0.654 1.791,-1.346 1.548,-1.568c-0.256,-0.235 -2.639,-0.484 -3.77,-0.405c-1.307,0.091 -3.555,0.523 -4.485,0.849c-0.956,0.327 -0.686,0.039 0.647,-0.666c1.791,-0.967 5.238,-1.855 7.137,-1.855c0.741,0 3.218,0.522 3.515,0.744c0.579,0.431 -0.054,1.947 -1.118,2.705l-0.445,0.313l0.728,0.706l-0.377,0.274c-0.202,0.144 -0.485,0.275 -0.62,0.275c-0.135,0 -0.485,0.196 -0.767,0.444c-0.431,0.379 -0.485,0.496 -0.364,0.797c0.094,0.222 0.094,0.444 -0.027,0.64c-0.108,0.183 -0.135,0.588 -0.067,1.058c0.134,0.954 -0.054,1.294 -0.835,1.49c-0.566,0.143 -2.666,0.17 -3.582,0.039l-0.028,0.054Z" style="fill:#7f7f7f;fill-rule:nonzero;"/></g></svg>
|
1
|
+
<svg viewBox="0 0 246 130" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><clipPath id="a"><path d="M0 0h245.808v130H0z"/></clipPath><g clip-path="url(#a)" fill-rule="nonzero"><path fill="#fff" d="M0 0h244.558v74.613H0z"/><path d="M195.292 129.916c-.134-.049-.143-.183-.029-.475.142-.371.21-.401.762-.335.498.062.646.019.848-.252.404-.517.094-.891-.646-.768-.566.095-.566.089-.458-.298.337-1.232.364-1.163-.646-1.346a6.175 6.175 0 0 1-3.273-1.728c-1.346-1.346-1.804-2.707-1.67-4.896.068-1.114.162-1.549.553-2.325 1.185-2.372 3.905-3.58 7.568-3.365.794.047 1.791.17 2.235.271l.794.183.081 2.639h-.485c-.282 0-.484-.079-.484-.183 0-.379-.983-1.241-1.67-1.476-.889-.314-2.613-.236-3.488.143-1.979.863-2.882 3.097-2.276 5.658.283 1.175.741 1.972 1.616 2.795.835.771 1.684 1.085 2.949 1.085 1.334 0 2.263-.484 2.855-1.49.404-.679.539-.77.929-.548.175.104.175.339.014 1.424l-.202 1.306-.727.222c-.404.118-1.32.262-2.034.314-1.252.078-1.319.105-1.319.418 0 .248.094.34.363.34.525 0 1.024.366 1.145.849.134.562-.31 1.385-.889 1.659-.417.196-2.06.275-2.478.118l.062.061zm-94.605-.603c-1.373-.366-2.558-.919-3.986-1.856l-1.225-.812-1.899-.089c-2.114-.098-2.854-.311-4.215-1.218-3.016-1.996-3.124-7.079-.202-9.55 2.209-1.865 6.074-2.248 8.848-.882 3.757 1.844 4.161 7.286.74 10.138-.525.442-1.037.804-1.144.804-.323 0 3.42 1.846 4.511 2.224 1.212.418 2.612.473 3.649.143.754-.239.889-.209 1.01.225.081.255-.054.362-.808.679-1.198.502-3.703.595-5.211.194h-.068zm-4.659-4.435c2.666-1.254 3.178-5.274.997-7.841-2.02-2.378-5.562-2.019-6.895.701-1.198 2.456.175 6.256 2.626 7.262.996.405 2.262.361 3.286-.122h-.014zm-83.572 1.487c-.727-.287-1.53-1.182-2.795-3.122-1.946-2.985-2.311-3.424-2.855-3.424h-.472l.004 1.617c.007 2.946.337 3.953 1.365 4.187.274.062.382.186.382.442v.356H1.567v-.326c0-.248.122-.366.499-.471.276-.065.651-.313.835-.535.327-.392.334-.536.334-5.971 0-5.435-.007-5.579-.334-5.971-.184-.222-.559-.457-.835-.536-.364-.091-.499-.209-.499-.444 0-.313.017-.313 4.038-.405 4.279-.091 5.222-.026 6.428.51 1.053.457 1.933 1.855 1.934 3.07.003 1.398-1.145 2.966-2.66 3.645l-.794.353 1.755 2.365c2.06 2.796 2.706 3.541 3.312 3.828.566.261.62.849.095.967-.647.157-2.734.091-3.219-.105v-.03zm-3.976-7.996c2.131-.535 2.85-3.206 1.238-4.599-.759-.653-1.564-.892-2.593-.764l-.781.098v5.425h.754c.417 0 1.05-.072 1.387-.16H8.48zm36.635 7.996c-.871-.279-1.692-.78-2.127-1.293-.791-.937-.875-1.428-.884-5.233-.01-3.977-.094-4.416-.902-4.753-.323-.136-.514-.32-.517-.503-.003-.274.102-.288 2.7-.288 2.697 0 2.704 0 2.704.324 0 .217-.094.323-.291.323-.159 0-.463.167-.676.37l-.385.371v3.899c0 3.668.019 3.932.33 4.465.485.837 1.454 1.264 2.696 1.197 1.333-.073 2.06-.5 2.585-1.536.404-.795.418-.834.418-4.325 0-3.122-.027-3.564-.283-3.906-.162-.213-.458-.428-.673-.476-.256-.056-.404-.192-.404-.362 0-.252.148-.27 2.141-.27s2.141.018 2.141.27c0 .17-.148.306-.39.361-.741.156-.795.47-.876 4.612l-.081 3.88-.484.836c-.566.993-1.482 1.686-2.653 1.999-.997.262-3.326.275-4.121.013l.032.025zm62.015 0c-.881-.282-1.694-.781-2.144-1.314-.75-.889-.858-1.542-.867-5.289-.014-3.893-.108-4.338-.903-4.677-.336-.135-.525-.319-.525-.502-.013-.274.094-.288 2.693-.288 2.667 0 2.694.004 2.694.314 0 .209-.122.327-.35.359-.189.026-.499.228-.674.451-.31.379-.336.614-.39 3.76-.068 3.864.054 4.678.781 5.348 1.306 1.215 4.04.875 4.807-.588.485-.928.606-2.077.552-5.122-.067-3.214-.175-3.619-1.01-3.802-.256-.052-.404-.183-.404-.352 0-.249.148-.262 2.141-.262s2.155.026 2.155.275c0 .17-.189.339-.471.444-.256.104-.526.287-.593.418-.067.131-.161 1.986-.215 4.129l-.095 3.893-.484.849c-.566.993-1.482 1.686-2.667 1.999-.996.275-3.326.288-4.12.026l.089-.069zm50.332-.004c-.636-.251-1.391-1.1-2.561-2.881-1.511-2.299-1.684-2.508-2.077-2.508-.35-.003-.357.026-.357 1.795 0 2.145.198 2.75.947 2.885.377.068.485.163.485.428v.34h-5.408v-.34c0-.265.107-.36.485-.428.906-.163.969-.551.915-5.546l-.048-4.423-.385-.371c-.212-.203-.516-.37-.676-.37-.179 0-.29-.104-.29-.274 0-.235.162-.288 1.172-.374.646-.065 2.41-.078 3.932-.052 2.478.039 2.841.078 3.434.366 1.05.496 1.642 1.476 1.642 2.704 0 1.176-.74 2.208-2.1 2.901-.431.222-.714.444-.62.496.095.053.795.941 1.562 1.986 1.509 2.051 2.344 2.966 2.694 2.966.309 0 .282.666-.027.771-.445.157-2.195.078-2.694-.118l-.025.047zm-2.938-6.751c.632-.294 1.252-1.003 1.368-1.563.151-.719-.202-1.66-.808-2.182-.562-.471-1.104-.614-2.044-.51l-.573.065v4.416h.803c.431 0 .996-.091 1.252-.209l.002-.017zm70.777 6.726c-.475-.117-.894-.235-.929-.267-.033-.026-.151-.667-.256-1.424l-.196-1.372h.448c.247 0 .449.052.449.117 0 .379 1.043 1.477 1.648 1.738 1.636.719 3.599.039 3.598-1.228 0-.836-.45-1.333-1.982-2.195-2.149-1.215-2.98-1.855-3.407-2.639-.431-.771-.505-1.986-.183-2.862.213-.575 1.212-1.45 2.053-1.777.846-.339 3.496-.326 4.592.014l.835.261v2.561h-.458c-.358 0-.482-.079-.56-.353-.165-.601-1.018-1.346-1.732-1.516-1.898-.457-3.433 1.307-2.235 2.587.229.248 1.266.967 2.303 1.607 2.02 1.228 2.76 1.908 3.016 2.705.552 1.777-.363 3.358-2.329 4.011-1.051.366-3.327.392-4.66.065l-.015-.033zm-208.311-.3c0-.256.089-.332.385-.332.229 0 .521-.157.717-.379.316-.363.328-.542.328-4.886 0-3.154-.067-4.606-.188-4.824-.243-.402-.62-.662-.97-.666-.188-.005-.283-.122-.283-.366v-.358h9.548v3.031l-.418-.044c-.323-.034-.471-.166-.606-.536-.323-.854-.848-1.074-2.733-1.137l-1.67-.055v4.087l1.279-.065c1.387-.075 2.088-.379 2.182-.954.027-.228.161-.309.471-.309h.418v3.736h-.431c-.35 0-.445-.065-.445-.34 0-.64-.538-.875-2.087-.927l-1.414-.052v2.025c0 2.43.014 2.469 1.832 2.469 1.79 0 2.72-.405 3.191-1.398.229-.496.781-.64.956-.248.108.261-.337 1.947-.673 2.535l-.243.418-4.605-.027-4.605-.026v-.326l.064-.046zm12.244.044c0-.261.107-.359.457-.424.835-.152.876-.366.93-4.974.053-4.799-.014-5.232-.889-5.596-.364-.152-.512-.314-.525-.551v-.338l3.609.061c3.905.065 4.228.13 5.292.927 1.158.889 1.468 2.652.673 3.959-.687 1.15-1.885 1.751-3.77 1.921l-.997.091-.242-.549-.256-.548.579-.079c.74-.091 1.548-.522 1.979-1.045.243-.287.337-.601.324-1.15-.027-1.398-.889-2.247-2.411-2.365l-.862-.065.041 4.795c.054 5.226.08 5.37.969 5.54.323.065.431.17.431.431v.34h-5.4v-.34l.068-.041zm26.393-.052c0-.222.094-.324.296-.324.162 0 .472-.124.674-.274l.377-.275.04-4.447c.054-4.978-.013-5.354-.929-5.665-.296-.098-.485-.267-.485-.418 0-.233.216-.262 2.424-.293 4.632-.068 5.615-.021 6.37.308.969.428 1.427 1.046 1.508 2.052.027.453.013.982-.041 1.176-.161.561-.902 1.251-1.723 1.594l-.768.316.647.173a3.1 3.1 0 0 1 2.302 3.411c-.175 1.306-.794 2.051-2.249 2.652-.767.313-.969.326-4.645.326h-3.81v-.326l.012.014zm7.003-1.08c.807-.489 1.131-1.154 1.036-2.156-.134-1.503-1.306-2.398-3.137-2.398h-.97l.041 2.167c.04 2.074.067 2.176.417 2.439.539.4 1.872.374 2.572-.052h.041zm-.66-5.962c.969-.34 1.481-1.028 1.387-1.864-.135-1.124-1.145-1.749-2.815-1.749h-.956v3.874l.835-.008c.458-.004 1.145-.117 1.535-.253h.014zm6.517 7.05c0-.231.108-.327.418-.358.229-.026.565-.222.754-.451.323-.392.336-.562.336-4.808 0-3.527-.053-4.472-.228-4.76-.283-.448-.647-.705-1.01-.712-.189-.013-.283-.117-.283-.339 0-.327 0-.327 2.855-.327 2.854 0 2.854 0 2.854.314 0 .222-.094.313-.309.313-.175 0-.512.157-.754.34l-.404.379-.054 4.52-.041 4.521.404.235c.324.183.66.222 1.643.17 1.508-.078 2.222-.418 2.64-1.267.269-.562.579-.693.996-.458.148.092.121.353-.121 1.242-.175.614-.431 1.28-.566 1.463l-.256.34-4.443-.053-4.444-.052v-.313l.013.061zm11.123.044c0-.265.108-.36.485-.428.875-.157.943-.549.943-5.36 0-3.995-.027-4.303-.31-4.736-.175-.254-.498-.504-.714-.554-.283-.052-.404-.183-.404-.392 0-.3.041-.3 2.707-.3s2.693.013 2.693.313c0 .209-.134.34-.39.405a1.328 1.328 0 0 0-.674.484c-.255.353-.282.823-.282 4.769 0 4.873.067 5.265.888 5.422.337.065.445.17.445.431v.34h-5.4v-.34l.013-.054zm38.002-.026c0-.235.121-.337.484-.402.876-.157.943-.549.943-5.375 0-4.228-.013-4.295-.364-4.776-.202-.267-.525-.509-.713-.533-.256-.032-.35-.143-.35-.394v-.349h9.372v1.506c0 1.49-.013 1.503-.39 1.503-.31 0-.404-.092-.485-.497-.189-.849-.835-1.136-2.734-1.202l-1.602-.052-.108.68c-.054.365-.108 1.293-.108 2.038v1.358l1.347-.078c1.481-.091 2.074-.327 2.235-.901.068-.262.202-.366.472-.366h.377v3.723h-.391c-.269 0-.404-.078-.404-.248-.013-.718-.781-1.045-2.383-1.045h-1.307l.054 2.012c.068 2.443.054 2.43 1.953 2.43 1.683 0 2.558-.366 3.016-1.254.229-.457.404-.614.66-.614.189 0 .404.065.458.157.148.209-.566 2.547-.848 2.796-.189.169-.997.196-4.741.169l-4.511-.026v-.313l.068.053zm17.492.034c0-.235.148-.392.498-.538.283-.112.647-.387.835-.61.323-.392.323-.569.323-5.812 0-6.088-.013-6.153-1.117-6.48-.431-.131-.566-.248-.566-.523v-.352H146.2v3.593h-.485c-.39 0-.484-.066-.484-.327 0-.536-.593-1.254-1.239-1.503-.377-.143-1.239-.261-2.37-.3l-1.791-.065v4.912l1.306-.013c1.751-.013 2.343-.209 2.72-.888.242-.445.377-.549.754-.549h.471v4.324l-.511-.052c-.35-.039-.539-.143-.593-.339-.256-.85-1.225-1.229-3.164-1.229h-1.024l.068 2.548c.067 2.901.202 3.332 1.158 3.632.417.131.552.262.552.51v.326h-6.518v-.326l.054.061zm25.438-.026c0-.261.08-.358.309-.358.485 0 1.037-.895 2.249-3.619 1.616-3.653 3.151-7.365 3.151-7.63 0-.179.162-.23.754-.227l.754.002 2.142 4.961c2.329 5.387 2.76 6.224 3.299 6.441.215.085.35.265.35.464 0 .327 0 .327-2.707.327h-2.707v-.343c0-.261.108-.36.472-.426.687-.122.727-.54.202-1.959l-.458-1.219h-3.757l-.377 1.006c-.485 1.267-.458 2.129.067 2.208.256.039.35.143.35.392v.352h-4.134v-.352l.041-.02zm7.312-5.024c0-.209-1.172-3.083-1.266-3.083-.067 0-.229.274-.364.614l-.673 1.581-.404.967h1.347c.74 0 1.346-.026 1.346-.065l.014-.014zm6.84 5.044c0-.249.108-.353.431-.418.862-.157.889-.353.956-5.044.068-4.834 0-5.239-.929-5.552-.282-.092-.484-.262-.484-.418 0-.223.175-.249 1.791-.249h1.777l1.037 1.189c.566.654 2.033 2.247 3.259 3.554a165.61 165.61 0 0 1 2.585 2.809l.364.431-.054-3.24c-.054-3.528-.148-3.893-.997-4.089-.255-.053-.404-.196-.404-.366 0-.248.149-.275 2.142-.275 2.02 0 2.141.027 2.141.288 0 .183-.135.3-.35.326-.189.027-.499.236-.674.458-.323.392-.336.588-.39 5.709l-.054 5.305h-.7c-.633 0-.754-.052-1.226-.601-.431-.484-7.164-8.022-7.42-8.284-.04-.039-.04 1.542 0 3.515.068 4.011.175 4.481.93 4.625.35.065.457.157.457.418v.34H174.6v-.34l.094-.091zm27.821-.013c0-.209.081-.353.216-.353.31 0 .902-.666 1.32-1.516.579-1.163 3.299-7.499 3.77-8.78l.431-1.189 1.427.105 2.101 4.886c1.158 2.692 2.235 5.109 2.397 5.383.35.641.875 1.15 1.145 1.15.121 0 .215.157.215.366v.366h-5.413v-.366c0-.248.081-.353.283-.353.767 0 .834-.601.255-2.182l-.417-1.11h-3.73l-.337.967c-.633 1.829-.606 2.338.148 2.338.216 0 .297.105.297.366v.366h-4.134v-.366l.026-.078zm6.747-6.415c-.31-.81-.593-1.568-.646-1.686-.054-.131-.377.418-.795 1.372-.39.875-.7 1.633-.7 1.685 0 .066.592.118 1.333.118h1.333l-.552-1.463.027-.026zm7.245 6.428c0-.275.081-.353.363-.353.202 0 .512-.131.674-.301.269-.274.296-.614.336-4.768.027-2.457.014-4.612-.04-4.782-.108-.405-.7-.902-1.064-.902-.202 0-.296-.104-.296-.313 0-.314 0-.314 2.693-.314 2.599 0 2.707.013 2.707.287 0 .183-.175.366-.472.471-.255.104-.525.366-.619.575-.229.548-.364 5.03-.216 7.447.095 1.685.162 2.09.418 2.339.162.169.431.3.592.3.202 0 .283.105.283.366v.366h-5.4v-.366l.041-.052zm17.802-.026c0-.249.094-.327.39-.327.229 0 .512-.157.714-.379.31-.366.323-.536.323-4.886 0-3.149-.054-4.599-.188-4.821-.243-.392-.62-.654-.97-.667-.188 0-.283-.117-.283-.366v-.352h9.534v3.031l-.417-.039c-.31-.027-.458-.157-.593-.536-.309-.849-.834-1.071-2.733-1.137l-1.67-.052v4.05h.997c1.373-.013 2.046-.235 2.343-.81.175-.34.336-.457.633-.457h.39v3.723h-.404c-.363 0-.444-.065-.444-.339 0-.64-.525-.876-2.088-.928l-1.413-.052v2.012c0 2.43.026 2.469 1.844 2.469 1.791 0 2.721-.405 3.192-1.398.229-.496.781-.64.956-.248.108.261-.337 1.947-.673 2.535l-.243.418-4.605-.026-4.606-.026v-.34l.014-.052zM21.29 112.95l-.387-.271.946-1.293c.52-.719 1.046-1.307 1.171-1.307.536 0 2.249.327 2.206.431-.086.207-3.224 2.731-3.387 2.727-.087 0-.334-.123-.548-.274l-.001-.013zm-20.199-9.914h242.174v1.287H1.088v-1.291l.003.004zm92.169-2.94c-1.272-.41-1.988-1.476-1.756-2.626.161-.771.646-1.314 1.508-1.672l.754-.314-.458-.235c-.256-.137-.458-.362-.458-.523 0-.261 1.172-1.306 1.454-1.306.068 0-.026-.239-.215-.531-.808-1.246-.162-3.047 1.36-3.752.822-.383 1.104-.399 3.986-.233 1.656.097 1.724.113 1.629.405-.04.17-.08.356-.094.416 0 .059-.269.107-.619.107h-.62l.081.834c.189 1.82-1.252 3.066-3.568 3.1-1.199.017-1.778.248-1.307.52.135.076.916.333 1.724.572 2.639.771 3.124 1.159 3.016 2.391-.107 1.287-1.252 2.404-2.908 2.855-.943.257-2.653.255-3.461-.005l-.048-.003zm3.541-.888c1.29-.579 1.849-1.686 1.145-2.261-.477-.388-2.543-.985-3.079-.888-1.09.196-2.114 1.398-1.925 2.26.256 1.189 2.195 1.637 3.851.891l.008-.002zm.426-6.494c.969-.53 1.346-2.045.7-2.792-.889-1.024-2.586.118-2.599 1.751 0 .507.081.686.444.967.539.418.835.431 1.482.078l-.027-.004zm6.032 3.332c-.7-.131-1.063-.549-1.144-1.294-.202-1.907 1.575-4.708 3.568-5.611 1.037-.471 3.084-.518 4.444-.105.121.039.041.529-.283 1.538-.606 1.973-.969 3.948-.767 4.289.134.223.229.24.66.108.39-.131.525-.118.633.039.228.326.094.444-.822.731-1.212.379-1.777.301-1.966-.261l-.135-.444-.646.327c-1.091.561-2.599.849-3.501.679l-.041.004zm2.748-1.29c.471-.198.942-.503 1.077-.679.215-.291.862-2.443 1.118-3.698.107-.513.094-.531-.485-.675-1.064-.272-2.141.431-2.99 1.96-.889 1.594-1.117 3.02-.538 3.39.404.254.646.209 1.844-.3l-.026.002zm75.289 1.248c-.714-.157-.957-.379-1.159-1.032-.296-.993.391-2.871 1.563-4.259 1.4-1.66 2.949-2.222 5.238-1.895.606.086 1.144.203 1.198.257.068.053-.134.971-.444 2.039-.296 1.064-.566 2.355-.579 2.869l-.027.938.673-.026c.606-.026.674.013.674.3 0 .275-.149.366-.916.575-1.252.353-1.845.275-1.912-.235-.027-.209-.081-.392-.108-.392-.027 0-.444.157-.916.34-.754.3-2.302.692-2.612.653-.054 0-.337-.065-.62-.118l-.053-.014zm2.666-1.228c.39-.183.835-.444.983-.588.35-.366.983-2.234 1.32-3.88.094-.445.067-.471-.539-.615-.512-.13-.727-.117-1.185.079-1.01.431-2.007 1.894-2.532 3.697-.498 1.728.121 2.135 1.98 1.299l-.027.008zm-172.447.901c-.041-.183.242-1.515.633-2.965.781-2.862.781-3.097-.081-2.875-.417.105-.458.079-.458-.209 0-.274.148-.366.916-.572.498-.131 1.171-.256 1.468-.274.525-.031.565-.004.606.449.027.265-.243 1.577-.606 2.914-.364 1.34-.62 2.534-.566 2.657.081.176.242.201.821.123.687-.096.728-.084.674.228-.041.262-.243.379-.929.575-.472.131-1.212.249-1.63.249-.646 0-.754-.04-.835-.314l-.013.014zm6.113.066l-.363-.275 1.239-4.886c.673-2.688 1.212-5.069 1.185-5.297-.054-.422-.108-.444-.727-.274-.297.082-.35.044-.35-.261 0-.419.565-.621 2.114-.758.888-.079.915-.075.915.261 0 .191-.242 1.372-.552 2.624-.309 1.254-.552 2.358-.552 2.46 0 .144.175.117.687-.086 1.777-.706 3.313-.667 3.878.091.525.719.256 2.561-.592 4.076-.431.797-1.737 2.026-2.451 2.313-.929.379-3.865.392-4.39 0l-.041.012zm4.027-.915c.808-.509 1.697-2.234 1.939-3.75.256-1.528-.862-1.829-2.639-.718a2.13 2.13 0 0 0-.835.954c-.283.705-.876 2.992-.876 3.399 0 .601 1.549.672 2.424.105l-.013.01zm6.073.732c-.431-.405-.458-.523-.458-1.477.027-2.425 1.549-4.592 3.65-5.187 1.05-.3 1.979-.195 2.598.281.364.277.431.45.431 1.036 0 1.477-1.481 2.6-3.635 2.731-.62.039-1.185.144-1.239.231-.175.246-.135 1.072.067 1.424.404.68.97.699 2.33.066.848-.392 1.023-.431 1.158-.248.283.401.148.527-1.078 1.051-1.023.434-1.414.523-2.275.523-.943 0-1.078-.037-1.509-.439l-.04.008zm2.855-3.449c1.36-.34 2.249-1.647 1.562-2.274-.431-.394-.835-.381-1.401.046-.444.34-1.171 1.415-1.387 2.056-.08.262-.04.314.27.314.202 0 .646-.078.983-.157l-.027.015zm5.359 3.834c0-.021.283-1.136.633-2.469.35-1.337.647-2.712.647-3.057v-.628l-.633.092c-.566.078-.633.057-.633-.196 0-.314.512-.555 1.804-.847.889-.196 1.226-.061 1.226.497v.337l.565-.345c.997-.601 1.603-.719 2.316-.418.351.144.606.326.58.418-.431 1.372-.674 1.803-1.024 1.803-.31 0-.363-.065-.363-.483 0-1.046-.997-1.046-1.738-.014-.444.654-.915 2.117-1.292 4.064-.108.588-.283 1.071-.364 1.097-.283.079-1.683.209-1.683.17l-.041-.021zm7.986-.136c-.175-.183-.081-.705.835-4.442l.377-1.542h-.539c-.296 0-.539-.039-.539-.078 0-.222.364-.64.553-.64.39 0 1.131-.68 1.454-1.32.35-.705.485-.823 1.01-.823.35 0 .377.052.283.47-.054.262-.148.719-.202 1.007l-.095.535h.741c.754 0 .862.118.646.64-.067.17-.309.236-.848.236-.889 0-.741-.288-1.441 2.861-.512 2.312-.485 2.521.377 2.299.727-.183.781-.169.727.196-.04.249-.242.379-.848.562-.97.301-2.195.34-2.437.079l-.054-.04zm6.423-.183c-1.158-1.123-.323-4.35 1.535-5.853.754-.614 1.939-1.084 2.707-1.084.498 0 1.575.457 1.737.731.256.432.175 1.464-.148 1.947-.66.993-2.114 1.633-3.69 1.633h-.929v.758c0 1.476.687 1.725 2.464.941.566-.248 1.064-.431 1.105-.392.04.039.094.196.134.353.041.235-.175.392-1.117.823-1.024.47-1.32.535-2.276.535-.983 0-1.145-.039-1.481-.365l-.041-.027zm2.801-3.514c.848-.248 1.427-.693 1.683-1.241.216-.458.216-.536-.067-.876-.431-.522-.862-.535-1.522-.013-.511.405-1.373 1.751-1.373 2.143 0 .209.606.196 1.279-.013zm59.722 3.802c-.215-.196-.081-1.045.687-3.972 1.037-3.972 1.589-6.324 1.589-6.703 0-.274-.067-.3-.552-.222-.498.079-.552.053-.552-.261 0-.353.404-.523 1.979-.797.822-.131 1.051-.039 1.051.431 0 .222-.525 2.483-1.185 5.043-.66 2.561-1.199 4.874-1.199 5.135v.484l.727-.079c.687-.078.728-.065.674.235-.041.249-.243.379-.916.562-.889.261-2.087.34-2.276.17l-.027-.026zm5.993-.079c-.189-.287-.081-.901.592-3.305.364-1.241.62-2.378.593-2.509-.068-.248-.108-.261-.795-.117-.363.078-.444.052-.444-.196 0-.34.687-.64 1.925-.862.889-.144 1.266-.066 1.266.261 0 .117-.323 1.437-.713 2.926-.391 1.49-.674 2.783-.606 2.862.067.091.377.117.808.065.673-.078.713-.065.659.235-.04.249-.242.379-.929.562-1.023.301-2.154.34-2.316.092l-.04-.014zm5.871-.065c-.054-.131-.014-.601.094-1.032.364-1.437 1.131-4.756 1.131-4.821 0-.039-.215-.065-.484-.065-.687 0-.553-.405.255-.784.485-.222.768-.51 1.158-1.189.458-.771.593-.889.984-.889h.444l-.216.902c-.121.496-.215.94-.215 1.006 0 .052.35.104.794.104.835 0 .862.013.701.536-.081.287-.202.327-.916.327h-.821l-.539 2.417c-.296 1.332-.498 2.521-.444 2.652.08.183.202.209.619.091.727-.182.768-.169.768.209 0 .288-.135.379-.93.575-1.225.314-2.222.314-2.356 0l-.027-.039zm6.558-.078c-.391-.301-.471-.471-.525-1.281-.121-1.803.794-3.841 2.154-4.782 1.508-1.032 3.151-1.162 4.067-.339.431.392.471.496.391 1.149-.149 1.425-1.657 2.457-3.731 2.548-1.292.066-1.427.209-1.171 1.215.283 1.098.781 1.215 2.37.536 1.05-.444 1.293-.444 1.293 0 0 .457-1.899 1.202-3.273 1.267-1.01.053-1.171.026-1.575-.3v-.013zm3.366-3.841c.997-.458 1.428-1.464.862-2.026-.713-.705-2.02.223-2.68 1.895l-.228.614.713-.091a5.94 5.94 0 0 0 1.347-.379l-.014-.013zm38.015 4.115c0-.026.283-1.137.633-2.469.35-1.333.647-2.705.647-3.058v-.627l-.633.092c-.566.078-.633.065-.633-.196 0-.34.282-.484 1.575-.784 1.118-.261 1.455-.157 1.455.444v.34l.565-.34c.997-.601 1.603-.718 2.316-.431.35.144.62.3.62.34 0 .052-.148.496-.35.98-.297.744-.418.901-.714.901s-.364-.078-.364-.483c0-.98-.929-1.059-1.629-.131-.525.706-.795 1.476-1.239 3.488-.188.915-.39 1.699-.444 1.738-.095.092-1.764.301-1.764.222l-.041-.026zm18.341-.17c-.121-.3.027-1.189.633-3.723l.525-2.156-.444-.039c-.525-.053-.62-.523-.121-.667.565-.156 1.212-.744 1.521-1.385.35-.705.485-.823 1.01-.823.35 0 .377.053.283.471-.054.261-.148.718-.202 1.006l-.094.535h.74c.754 0 .862.118.647.641-.068.169-.31.235-.849.235-.875 0-.74-.288-1.44 2.861-.512 2.313-.485 2.522.377 2.3.727-.183.781-.17.727.196-.041.248-.243.378-.849.561-1.05.327-2.275.34-2.41.04l-.054-.053zm6.423-.143c-1.198-1.085-.363-4.338 1.509-5.854.754-.614 1.939-1.084 2.706-1.084.499 0 1.576.457 1.737.732.256.431.175 1.463-.148 1.959-.673 1.006-2.114 1.633-3.703 1.633h-.943l.081.889c.121 1.398.687 1.594 2.424.81.566-.248 1.064-.431 1.104-.392.041.039.095.196.135.353.054.235-.175.392-1.118.823-1.01.47-1.319.536-2.235.536-.929 0-1.118-.04-1.481-.366l-.068-.039zm3.34-3.737c1.118-.497 1.616-1.646.916-2.13-.458-.313-.795-.261-1.401.222-.511.405-1.373 1.751-1.373 2.156 0 .235 1.09.092 1.845-.248h.013zm4.834 3.998c0-.065.297-1.228.647-2.587.363-1.359.633-2.678.606-2.927-.041-.418-.081-.444-.633-.418-.445.013-.593-.039-.66-.248-.054-.222.081-.327.741-.549a13.29 13.29 0 0 1 1.414-.379c.619-.104.605-.117.996.732.013.013.431-.17.943-.405 1.104-.497 1.279-.523 1.952-.144l.512.275-.337.927c-.283.784-.404.941-.7.941-.296 0-.364-.078-.364-.47 0-1.255-1.319-1.006-2.033.379-.175.339-.539 1.541-.794 2.665-.256 1.123-.499 2.051-.526 2.077-.134.105-1.723.196-1.723.105l-.041.026zm7.959 0c0-.065.256-1.019.579-2.117.337-1.202.579-2.391.592-2.992l.027-1.006-.565.053c-.445.039-.593-.014-.647-.223-.067-.222.068-.313.728-.496 1.44-.405 1.777-.431 2.06-.17a.885.885 0 0 1 .256.575c0 .183.027.34.067.34.027 0 .498-.196 1.05-.431 1.28-.549 2.976-.837 3.488-.588.323.156.35.235.256.901-.067.392-.323 1.503-.579 2.456-.256.954-.485 1.96-.512 2.235-.04.496-.04.496.62.483.457-.013.7.052.754.196.121.3-.027.392-1.024.653-1.131.301-2.181.301-2.302 0-.054-.13.188-1.372.538-2.783.7-2.822.741-3.148.404-3.253-.35-.118-1.562.418-2.289 1.006-.606.483-.673.64-1.05 2.051-.216.85-.445 1.843-.512 2.221-.067.379-.202.719-.296.745-.485.131-1.697.196-1.697.092l.054.052zm10.907-.105c-.054-.13.229-1.45.633-2.952.404-1.49.7-2.796.647-2.914-.054-.144-.202-.157-.606-.052a7.761 7.761 0 0 1-.566.143c-.013 0-.04-.143-.04-.326 0-.275.148-.366.835-.549 1.885-.509 2.464-.418 2.275.34-.04.196-.377 1.437-.727 2.77-.35 1.332-.606 2.521-.552 2.639.067.157.269.196.822.117.673-.078.713-.065.673.236-.108.614-3.151 1.149-3.38.601l-.014-.053zm6.006 0c-.107-.248.027-.927.647-3.423.686-2.757.686-2.508.107-2.508-.7 0-.579-.392.229-.771.472-.222.754-.51 1.131-1.15.418-.692.593-.862.943-.901.485-.053.485-.013.148 1.528l-.094.471h.835c.7 0 .821.039.74.222a1.4 1.4 0 0 0-.094.431c0 .157-.215.209-.848.209h-.849l-.525 2.417c-.283 1.333-.471 2.522-.417 2.652.081.196.202.209.633.105.727-.183.767-.17.767.209 0 .3-.134.379-.929.575-1.212.313-2.222.313-2.356 0l-.068-.066zm6.545-.104c-.445-.353-.458-.392-.458-1.777 0-1.346.027-1.463.606-2.509.714-1.28 1.508-1.972 2.814-2.404 2.263-.757 3.879.536 2.882 2.3-.566 1.006-2.06 1.724-3.595 1.724-.916 0-.983.027-1.078.379-.134.484.041 1.202.35 1.529.364.379.983.314 2.101-.209.835-.379 1.01-.418 1.131-.248.283.405.148.562-.915 1.019-.822.366-1.347.483-2.195.522-1.024.053-1.172.027-1.589-.3l-.054-.026zm3.474-3.868c1.077-.535 1.441-1.607.687-2.051-.283-.17-.498-.196-.835-.091-.552.157-1.36 1.097-1.683 1.973l-.256.679.74-.091c.404-.053 1.018-.236 1.367-.419h-.02zM.013 95.612c.027-.14.192-.274.364-.304.471-.079.875-.458 1.199-1.106.417-.862 1.737-6.846 1.777-8.087.027-1.058.027-1.071-.485-1.359-.983-.562-.713-.653 2.034-.653 2.181 0 2.545.039 2.545.222 0 .131-.202.261-.485.313-1.01.183-1.4 1.085-2.357 5.527-.888 4.155-.888 4.077-.484 4.442.309.275.471.301 1.71.249 1.67-.079 2.276-.327 2.855-1.202.457-.68.484-.693.808-.51.188.105.175.248-.041.823a7.105 7.105 0 0 1-.619 1.281l-.364.574-4.255.04c-3.986.026-4.255.013-4.202-.223v-.027zm80.425.043c0-.112.27-.321.606-.466.418-.183.701-.458.943-.91.458-.842 1.831-6.953 1.858-8.244.027-.974.014-1.006-.484-1.291-1.064-.614-.822-.653 4.026-.653 4.444 0 4.538.008 4.444.284-.054.143-.189.718-.296 1.254-.162.823-.243.98-.539 1.019-.283.039-.35-.026-.35-.34 0-.954-.62-1.228-2.855-1.228h-1.535l-.431 1.829a136.79 136.79 0 0 1-.512 2.078c-.067.222.068.248 1.333.248 1.589 0 2.061-.157 2.518-.823.418-.601.957-.64.835-.079l-.363 1.712c-.216 1.045-.337 1.32-.539 1.32-.161 0-.296-.157-.363-.432-.054-.235-.256-.509-.458-.601-.377-.183-2.882-.274-3.057-.104-.108.091-.579 2.156-.781 3.449-.094.614-.067.693.296.915.323.196.687.222 1.805.183 1.656-.079 2.248-.314 2.93-1.189.296-.379.579-.601.704-.549.31.104.275.366-.194 1.372-.7 1.502-.31 1.398-5.184 1.398-3.569 0-4.269-.039-4.269-.209l-.088.057zm80.784.003c0-.114.242-.28.525-.366 1.01-.31 1.346-1.128 2.343-5.772.862-3.998.848-4.638-.162-4.929-.175-.052-.296-.169-.256-.261.054-.117 1.293-.176 4.485-.204 4.336-.039 4.417-.039 4.309.236-.054.156-.189.718-.296 1.254-.162.823-.243.98-.539 1.019-.296.039-.35-.026-.35-.405 0-.915-.768-1.202-2.936-1.137l-1.252.039-.445 1.856c-.242 1.019-.444 1.946-.444 2.038 0 .261 2.424.235 3.003-.039.242-.118.539-.405.646-.654.122-.274.324-.444.499-.444.377 0 .377-.104-.041 1.829-.283 1.359-.39 1.62-.633 1.62-.175 0-.282-.104-.282-.261 0-.666-1.482-1.176-2.855-.967l-.606.092-.323 1.607c-.566 2.822-.539 3.083.323 3.397.956.352.404.483-2.141.522-2.088.04-2.492.013-2.492-.17l-.08.1zm-93.28-3.086c-.714-.292-1.333-1.193-1.333-1.929 0-1.14 1.117-2.159 2.37-2.155 1.495.005 2.41.825 2.41 2.147.014 1.686-1.697 2.653-3.434 1.947l-.013-.01zm80.945.068c-.27-.109-.701-.437-.943-.732-.364-.435-.444-.672-.431-1.28.027-1.317.929-2.13 2.384-2.13.727 0 .969.072 1.454.431 1.104.797 1.279 2.13.404 3.07-.727.79-1.831 1.037-2.841.641h-.027zm-95.076-5.102c-.31-.311-.337-.279 1.467-2.135l.609-.627.905.183c.498.102.906.227.906.279 0 .097-3.407 2.585-3.537 2.585-.041 0-.202-.127-.364-.284l.014-.001zm80.893 0l-.354-.256 1.198-1.236c.66-.68 1.253-1.236 1.334-1.236.39 0 1.75.352 1.723.444-.04.094-3.003 2.244-3.38 2.456-.094.047-.323-.03-.511-.17l-.01-.002zm105.704.002l-.384-.261 1.244-1.235c.683-.679 1.3-1.234 1.37-1.234.323 0 1.75.345 1.737.418 0 .078-3.003 2.264-3.394 2.476-.094.052-.35-.02-.556-.164h-.017zm-226.931-.737c-.646-.582-.016-1.706.956-1.706.679 0 1.031.32 1.031.934 0 .958-1.246 1.443-1.988.771l.001.001zm107.309.102c-.391-.266-.368-1.153.04-1.522.654-.588 1.907-.196 1.907.601 0 .863-1.199 1.437-1.939.941l-.008-.02zm105.606-.102c-.66-.593-.013-1.706.983-1.706.997 0 1.428 1.006.7 1.657-.494.441-1.238.464-1.696.049h.013zm-139.32-4.102c-.243-.243-.189-.331.961-1.459l1.226-1.203.909.196c.498.105.902.223.902.275-.014.144-3.205 2.352-3.488 2.417-.148.039-.377-.052-.511-.196l.001-.03z"/><path d="M139.945 74.613l.372-.864c.629-1.564 1.279-2.757 2.222-4.068.996-1.387 3.191-3.431 4.103-3.821 1.122-.481 2.515-.65 4.242-.515 1.481.118 6.028.788 7.864 1.163 1.398.282 3.445.309 4.407.056 1.855-.486 2.953-1.428 3.475-2.976.401-1.189.397-2.274-.01-2.992-.547-.967-.454-1.228.875-2.365.655-.575 1.192-1.098 1.194-1.163 0-.392-.916-1.921-1.145-1.934-.148 0-.431-.13-.633-.274l-.377-.274.781-.366c1.077-.497 1.872-1.268 1.872-1.816 0-.235-.229-.81-.512-1.281-.539-.901-.673-1.764-.377-2.273.189-.34.539-.483 2.209-.915 1.4-.365 1.912-.744 2.114-1.554.161-.693.08-1.137-.377-1.973-.377-.68-2.828-4.064-3.528-4.887-.957-1.11-2.128-3.031-2.465-4.063-.336-1.019-.35-1.084-.094-2.391.525-2.783.215-5.082-1.279-9.564-1.118-3.345-1.414-4.155-1.751-4.782-.633-1.123-.552-1.385.741-2.338.619-.458 1.185-.941 1.266-1.085.39-.653-.054-1.92-.782-2.273-.471-.222-.727-.066-1.198.718-.364.601-.512.706-.889.706-.633 0-.74-.235-.336-.719.457-.575.431-.666-.31-.757-.552-.066-.835-.262-2.034-1.359-1.589-1.464-2.666-2.143-4.793-3.031-.983-.405-1.32-.601-.97-.549.31.039 1.387.117 2.41.17 2.95.13 3.663-.222 4.35-2.143.458-1.307.687-1.908-.391-2.822L156.342 0h88.213v74.613h-104.61z" fill="#e2011c"/><path d="M64.722 74.613c-.639-.06-1.194-.086-1.233-.121-.068-.06.655-.48 3.967-2.3 1.064-.585 1.5-.898 1.352-.97-.121-.058-1.047-.149-2.061-.204-1.505-.079-1.941-.058-2.383.127-.3.124-1.492.449-2.65.723-2.882.68-3.838 1.148-4.767 2.3l-.35.444H0V0h112.315l-2.176 1.28c-1.198.539-2.591 1.285-3.094 1.66-1.708 1.267-4.009 4.157-4.583 5.755-.215.588-.404.806-1.05 1.206-.997.609-2.182 1.769-3.165 3.091-1.333 1.795-3.878 5.84-4.376 6.961-.781 1.741-.714 3.067.431 8.268.498 2.29 1.037 4.617 1.198 5.17.162.553.337 1.49.391 2.081.094 1.059.175 1.287.862 2.585.188.355.336.757.336.896 0 .138.135.331.31.431a.67.67 0 0 1 .31.54c0 .248.363.721 1.158 1.509 1.818 1.803 3.137 3.493 3.137 4.028 0 .439-.713.552-1.871.296-1.347-.3-2.451-.946-4.148-2.435-.727-.634-1.306-1.058-1.306-.946 0 .112.485.702 1.091 1.307 1.198 1.209 1.387 1.539 1.131 1.976-.229.385-.781.497-1.535.31-.876-.216-1.374.085-1.239.728.081.405.067.444-.189.366-.485-.17-1.562-.366-2.518-.458-.889-.078-.956-.117-1.481-.784-.404-.509-.727-.744-1.145-.849-1.575-.392-5.507-1.019-8.133-1.28-4.633-.458-5.75-.497-7.972-.248-1.71.182-2.168.3-3.098.718-1.656.758-4.524 3.136-4.524 3.75 0 .287.633.196 1.346-.209 2.182-1.215 9.683-2.94 13.359-3.071 1.818-.065 1.724.014-.471.379-.606.105-2.034.432-3.178.745-1.145.314-3.125.784-4.39 1.058-1.266.262-2.707.614-3.178.771l-.876.288 1.347.013c6.895.065 14.732 2.038 17.937 4.507 1.373 1.059 1.872 1.189 3.891.993 2.774-.261 6.356-1.45 7.932-2.639.687-.51 1.239-.719 1.239-.444 0 .47-.902 2.992-1.293 3.606-.431.705-.458.797-.229.954.135.091.216.209.162.248-.054.052.054.131.242.183.525.157.391.3-.444.483-.808.196-1.455.523-1.455.745 0 .078.108.144.243.144.404 0 .108.261-.431.365-.364.079-.431.131-.269.223.161.091.161.13.013.13-.108 0-.202.144-.202.327 0 .222-.161.379-.485.509-.794.327-.579.497.512.405.552-.052.889-.052.754 0-.135.04-1.023.405-1.979.81-.97.392-2.222.876-2.788 1.059-.646.209-1.05.418-1.091.575-.053.248.243.235.997-.026.135-.053.256-.027.256.039 0 .065-1.657.927-3.677 1.92-2.033.993-3.918 2.012-4.214 2.261-.297.261-.66.47-.835.47-.162 0-.377.17-.485.366-.31.614-.256.692.485.575 1.09-.17 1.602-.157 1.67.039.04.104-.068.183-.243.183a.747.747 0 0 0-.498.209c-.108.117-.377.235-.606.248-.283.039-.539.209-.754.51-.175.248-.458.496-.633.535-.175.039.071.053.552.013 7.15-.483 8.484-.718 11.369-2.038 2.459-1.123 5.01-2.809 6.828-4.481.525-.484 1.01-.876 1.077-.876.246 0 .112.797-.252 1.516-.633 1.228-1.952 2.352-4.673 3.985-1.373.823-2.854 1.607-3.293 1.725-1.366.391-3.569.81-5.885 1.11-7.532.98-10.415 1.725-13.27 3.436-.482.275-.983.497-1.117.471-.135-.013-.498.156-.795.392-.848.666-.229.548 1.549-.275 1.831-.849 2.68-.98 1.239-.196-1.764.967-3.097 1.581-4.417 1.581h-7.023l.085-.148zm-9.356-8.322c.285-.109 1.231-.588 2.101-1.064.871-.475 1.904-.998 2.298-1.159l2.465-1.006c2.015-.82 4.975-1.594 5.144-1.345.06.086.502.183.983.213.669.041.786.081.511.169-.196.062-.358.17-.358.241 0 .259 1.488.183 2.114-.111.247-.118.802-.248 1.234-.301.538-.065.786-.156.786-.3 0-.17.138-.196.622-.118.67.105 2.106-.143 5.979-1.019 2.62-.601 4.606-1.202 6.35-1.92l1.261-.523-1.261-.732c-3.077-1.777-6.168-2.874-12.951-4.586-1.181-.3-2.218-.614-2.305-.692-.105-.092-.054-.105.159-.039.677.222 1.193.261 1.193.091 0-.209-.512-.379-1.519-.509-.92-.118-1.514-.366-.875-.366.989 0-.711-.575-2.616-.863-1.409-.222-1.49-.274-.902-.535.512-.222 1.064-1.072.92-1.411-.121-.301-.269-.262-1.037.196-1.468.888-2.814 2.351-3.568 3.867-.431.862-.283.941 1.939 1.032 1.831.066 1.858.079 1.387.301a4.987 4.987 0 0 1-1.172.326c-1.293.17-2.006.732-1.36 1.059.189.091.121.169-.35.379-.525.222-.552.274-.31.391.162.079.62.118 1.024.092.565-.039.821.013 1.09.222l.351.274-.701.392c-.39.222-.821.614-.969.863-.148.248-.674.849-1.185 1.332-.499.484-.916.98-.916 1.111 0 .118-.727.758-1.629 1.398-2.411 1.738-3.461 2.704-3.461 3.162 0 .248-.135.457-.377.601-.754.444-1.145.953-.727.953.094 0 .404-.091.686-.195l-.048.129zm18.601-1.678c.595-.072 1.286-.239 1.532-.371l.45-.24-.768-.345-.767-.345-.765.28c-.422.154-1.005.361-1.296.461-1.174.401-1.326.94-.226.792a131.98 131.98 0 0 1 1.84-.223v-.009zm-26.923-6.53c3.541-3.345 6.043-5.33 9.217-7.316 1.078-.675 1.84-1.065 1.878-.963.102.274.565.196 1.317-.235.864-.497 1.296-1.006 2.375-2.757 1.118-1.829 1.543-2.287 3.158-3.41.767-.523 1.872-1.32 2.478-1.751.875-.627 1.077-.732 1.01-.483-.054.182-.014.313.107.313.364 0 2.074-.666 2.128-.823.094-.261-1.63-.523-2.909-.444-.983.052-1.319.157-2.545.744-2.855 1.398-4.928 2.901-8.874 6.468-2.841 2.561-5.077 4.285-6.208 4.769-.364.156-.646.496-1.091 1.306-.862 1.594-2.424 3.881-3.891 5.736-1.387 1.751-1.684 2.352-.606 1.228a139.07 139.07 0 0 1 2.504-2.43l-.048.048zm35.459 15.71c4.255-.8 4.726-.86 7.712-.977 3.353-.134 3.781-.212 5.798-1.068.647-.274.9-.324.99-.196.156.226 1.252-.313 3.39-1.666.875-.552 2.11-1.26 2.747-1.571.96-.471 1.252-.549 1.715-.471.493.083.64.026 1.269-.47 1.745-1.389 3.234-2.03 4.722-2.034.445 0 .597.057.597.228 0 .147.087.202.238.149.445-.156.243.013-.897.784-1.319.876-1.198 1.15.148.301 1.293-.81 1.307-.81 1.307-.484 0 .183-.499.654-1.401 1.333-2.06 1.542-3.514 2.822-5.723 5.03l-1.979 1.921H77.969l4.531-.823.003.014zm.04-29.23c.154-.036.404-.036.556 0 .154.037.027.066-.277.066-.307 0-.431-.029-.279-.066z" fill="#003189"/><path d="M156.719 39.105c-.695-.097-.337-.33.505-.33.843 0 1.287-.292 1.287-.846 0-.262-.054-.303-.323-.226-.229.065-.391.01-.552-.187-.135-.183-.485-.314-.997-.375-.902-.109-2.37-.899-2.114-1.137.094-.081.566-.178 1.037-.213.835-.063.889-.091 1.05-.551.135-.344.31-.51.606-.575.243-.05.606-.239.822-.422.229-.183.942-.653 1.589-1.032 1.104-.654 1.791-1.346 1.548-1.568-.256-.235-2.639-.484-3.77-.405-1.307.091-3.555.523-4.485.849-.956.327-.686.039.647-.666 1.791-.967 5.238-1.855 7.137-1.855.741 0 3.218.522 3.515.744.579.431-.054 1.947-1.118 2.705l-.445.313.728.706-.377.274c-.202.144-.485.275-.62.275s-.485.196-.767.444c-.431.379-.485.496-.364.797.094.222.094.444-.027.64-.108.183-.135.588-.067 1.058.134.954-.054 1.294-.835 1.49-.566.143-2.666.17-3.582.039l-.028.054z" fill="#7f7f7f"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg viewBox="0 0 1005 130" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#373c42" fill-rule="nonzero"><path d="M302.762 81.172V54.265h-7.027V50.51h7.027V39.747h4.407V50.51h7.325v3.755h-7.325v26.907h-4.407zm50.381-13.958h-29.478c.198 3.363 1.786 6.129 4.764 8.296 2.342 1.719 4.982 2.579 7.92 2.579 3.613 0 6.65-1.234 9.112-3.7a10.008 10.008 0 0 0 2.263-3.307h4.585c-.834 2.391-2.422 4.634-4.764 6.726-3.097 2.728-6.789 4.092-11.077 4.092-5.002 0-9.171-1.663-12.506-4.988-3.136-3.102-4.704-6.839-4.704-11.212 0-4.633 1.747-8.501 5.24-11.603 3.216-2.877 7.107-4.316 11.673-4.316 4.724 0 8.734 1.532 12.029 4.596a16.25 16.25 0 0 1 2.74 3.364c1.468 2.429 2.203 5.586 2.203 9.473zm-29.359-3.756h24.952c-1.032-4.223-3.394-7.137-7.087-8.744-1.667-.748-3.513-1.121-5.538-1.121-4.05 0-7.285 1.457-9.707 4.372-1.31 1.569-2.184 3.401-2.62 5.493zm38.411 17.714V50.51h4.407v3.531c1.985-2.429 4.367-3.812 7.146-4.148a17.29 17.29 0 0 1 2.025-.112c4.208 0 7.464 1.532 9.766 4.596.318.411.616.841.894 1.29 2.541-3.775 6.074-5.755 10.6-5.942h.715c4.327 0 7.662 1.401 10.004 4.204.08.037.139.093.179.168 1.747 2.055 2.62 5.008 2.62 8.857v18.218h-4.406v-17.77c0-3.064-.596-5.381-1.787-6.951-1.548-1.943-3.831-2.914-6.849-2.914-3.176 0-5.578 1.102-7.205 3.307l-.179.224c-1.032 1.42-1.548 3.531-1.548 6.334v17.77h-4.407V63.29c0-3.102-.675-5.4-2.025-6.895-1.668-1.868-3.931-2.802-6.789-2.802-3.93 0-6.571 1.663-7.92 4.988-.556 1.346-.834 2.915-.834 4.709v17.882h-4.407zm59.671-30.662h4.407v5.269c3.097-3.849 7.365-5.849 12.804-5.998 5.121 0 9.35 1.7 12.685 5.101 2.977 3.027 4.466 6.708 4.466 11.043 0 4.671-1.767 8.557-5.3 11.659-3.295 2.878-7.285 4.316-11.97 4.316-5.558 0-9.787-1.999-12.685-5.997v16.031h-4.407V50.51zm17.032 3.083c-3.97 0-7.245 1.382-9.826 4.148-2.064 2.279-3.097 4.933-3.097 7.959 0 3.999 1.529 7.213 4.586 9.642 2.342 1.831 5.141 2.747 8.397 2.747 4.089 0 7.384-1.42 9.886-4.26 1.945-2.243 2.918-4.877 2.918-7.904 0-3.999-1.529-7.194-4.586-9.586-1.509-1.196-3.255-1.999-5.241-2.41a13.743 13.743 0 0 0-3.037-.336zm26.561-13.846h4.407v41.425h-4.407zm48.058 10.763v30.662h-4.407V75.79c-2.62 3.289-5.657 5.232-9.111 5.83-1.072.187-2.223.28-3.454.28-5.36 0-9.707-1.719-13.042-5.157-2.938-2.952-4.407-6.558-4.407-10.818 0-4.858 1.807-8.857 5.419-11.996 3.216-2.765 7.127-4.148 11.732-4.148 5.201 0 9.33 1.85 12.387 5.549l.476.617V50.51h4.407zm-17.151 3.083c-3.89 0-7.106 1.382-9.647 4.148-1.628 1.719-2.621 3.718-2.978 5.998a10.32 10.32 0 0 0-.178 1.905c0 3.924 1.508 7.101 4.525 9.53 2.422 1.943 5.261 2.915 8.516 2.915 3.891 0 7.067-1.42 9.529-4.26 1.985-2.28 2.977-4.989 2.977-8.129 0-3.811-1.488-6.913-4.466-9.305-2.342-1.868-5.102-2.802-8.278-2.802zm31.623 27.579V54.265h-7.028V50.51h7.028V39.747h4.406V50.51h7.325v3.755h-7.325v26.907h-4.406zm50.381-13.958h-29.479c.199 3.363 1.787 6.129 4.765 8.296 2.342 1.719 4.982 2.579 7.92 2.579 3.613 0 6.65-1.234 9.112-3.7a10.023 10.023 0 0 0 2.263-3.307h4.585c-.834 2.391-2.422 4.634-4.764 6.726-3.097 2.728-6.789 4.092-11.077 4.092-5.002 0-9.171-1.663-12.506-4.988-3.136-3.102-4.704-6.839-4.704-11.212 0-4.633 1.746-8.501 5.24-11.603 3.216-2.877 7.107-4.316 11.672-4.316 4.725 0 8.735 1.532 12.03 4.596a16.212 16.212 0 0 1 2.739 3.364c1.469 2.429 2.204 5.586 2.204 9.473zm-29.359-3.756h24.952c-1.032-4.223-3.395-7.137-7.087-8.744-1.667-.748-3.513-1.121-5.538-1.121-4.05 0-7.285 1.457-9.707 4.372-1.31 1.569-2.184 3.401-2.62 5.493zm42.103 12.108c-1.787 0-3.275 1.402-3.275 3.195 0 1.626 1.488 3.027 3.215 3.027 1.847 0 3.395-1.345 3.395-3.027 0-1.737-1.548-3.195-3.335-3.195zm45.438-35.819v41.425h-7.265v-4.036c-2.819 2.989-6.154 4.578-10.005 4.764h-.893c-4.844 0-8.873-1.681-12.089-5.045-2.978-3.101-4.467-6.857-4.467-11.267 0-4.858 1.727-8.912 5.181-12.164 3.137-2.952 6.909-4.428 11.315-4.428 4.129 0 7.444 1.159 9.946 3.475.119.15.238.281.357.393V39.747h7.92zm-17.091 16.088c-3.216 0-5.777 1.214-7.682 3.643-1.311 1.682-1.966 3.607-1.966 5.774 0 3.251 1.251 5.848 3.752 7.792 1.747 1.345 3.772 2.018 6.075 2.018 3.136 0 5.657-1.215 7.563-3.644 1.35-1.719 2.024-3.7 2.024-5.942 0-3.288-1.29-5.867-3.87-7.735-1.866-1.196-3.832-1.831-5.896-1.906zm58.004-5.718v31.055h-7.266v-4.036c-2.62 2.803-5.677 4.372-9.171 4.708-.555.038-1.151.056-1.786.056-5.201 0-9.39-1.737-12.566-5.213-2.699-2.989-4.049-6.633-4.049-10.93 0-5.158 1.826-9.306 5.479-12.445 3.096-2.616 6.868-3.924 11.314-3.924 4.328 0 7.762 1.42 10.303 4.261.159.186.318.392.476.616v-4.148h7.266zm-17.211 6.11c-3.494 0-6.134 1.308-7.92 3.924-1.152 1.644-1.727 3.569-1.727 5.774 0 3.475 1.389 6.035 4.168 7.679 1.588.972 3.454 1.458 5.598 1.458 3.137 0 5.539-.935 7.206-2.803 1.469-1.869 2.263-3.999 2.382-6.39 0-3.551-1.35-6.222-4.049-8.016-1.628-1.084-3.514-1.626-5.658-1.626zm27.275 24.945V56.9h-3.871v-6.783h3.871v-10.37h7.921v10.37h4.764V56.9h-4.764v24.272h-7.921zm52.585-31.055v31.055h-7.266v-4.036c-2.62 2.803-5.677 4.372-9.171 4.708-.555.038-1.151.056-1.786.056-5.201 0-9.39-1.737-12.566-5.213-2.699-2.989-4.049-6.633-4.049-10.93 0-5.158 1.826-9.306 5.479-12.445 3.096-2.616 6.868-3.924 11.315-3.924 4.327 0 7.761 1.42 10.302 4.261.159.186.318.392.476.616v-4.148h7.266zm-17.211 6.11c-3.493 0-6.134 1.308-7.92 3.924-1.152 1.644-1.727 3.569-1.727 5.774 0 3.475 1.389 6.035 4.168 7.679 1.589.972 3.454 1.458 5.598 1.458 3.137 0 5.539-.935 7.206-2.803 1.469-1.869 2.263-3.999 2.382-6.39 0-3.551-1.35-6.222-4.049-8.016-1.628-1.084-3.514-1.626-5.658-1.626zm30.312 19.339c-1.786 0-3.275 1.402-3.275 3.195 0 1.626 1.489 3.027 3.216 3.027 1.846 0 3.394-1.345 3.394-3.027 0-1.737-1.548-3.195-3.335-3.195zm39.245-25.449h7.564v25.169c0 5.68-1.112 9.884-3.335 12.612-3.177 3.775-7.762 5.662-13.757 5.662-6.313 0-11.156-1.981-14.531-5.942a15.507 15.507 0 0 1-2.441-3.924h8.992c1.906 1.981 4.188 3.065 6.848 3.251.437.038.914.056 1.43.056 5.876 0 8.952-3.307 9.23-9.921-2.541 2.802-5.478 4.372-8.813 4.708-.636.075-1.311.112-2.025.112-5.082 0-9.171-1.775-12.268-5.325-2.62-3.027-3.93-6.745-3.93-11.155 0-4.97 1.766-9.006 5.3-12.108 3.017-2.616 6.67-3.924 10.957-3.924 4.765 0 8.358 1.551 10.779 4.653v-3.924zm-9.885 6.11c-3.613 0-6.233 1.402-7.861 4.204-.874 1.532-1.31 3.308-1.31 5.326 0 3.849 1.469 6.577 4.406 8.184 1.39.747 3.018 1.121 4.884 1.121 3.732 0 6.431-1.383 8.099-4.148.873-1.458 1.31-3.177 1.31-5.157 0-3.663-1.39-6.353-4.169-8.072-1.349-.86-2.898-1.346-4.645-1.458h-.714zm42.58-6.839c5.161 0 9.449 1.701 12.863 5.101 3.176 3.14 4.764 6.933 4.764 11.38 0 4.372-1.747 8.146-5.241 11.323-3.454 3.139-7.563 4.708-12.327 4.708-4.883 0-9.052-1.625-12.506-4.876-3.335-3.177-5.002-6.97-5.002-11.38 0-4.521 1.747-8.37 5.24-11.547 3.415-3.139 7.484-4.709 12.209-4.709zm.059 6.839c-2.977 0-5.439 1.14-7.384 3.42-1.43 1.719-2.144 3.68-2.144 5.885 0 3.177 1.25 5.718 3.752 7.624 1.707 1.27 3.652 1.906 5.836 1.906 3.057 0 5.538-1.177 7.444-3.532 1.389-1.719 2.084-3.681 2.084-5.886 0-3.027-1.211-5.493-3.633-7.399-1.747-1.345-3.732-2.018-5.955-2.018zm54.371-6.11v31.055h-7.325v-2.971c-2.302 2.13-4.803 3.326-7.503 3.587l-1.965.112c-4.447 0-7.802-1.532-10.065-4.596-1.508-2.093-2.322-4.933-2.441-8.52-.04-.598-.06-1.271-.06-2.018V50.117h7.921v15.191c0 3.924.536 6.521 1.607 7.792 1.033 1.308 2.581 1.962 4.646 1.962 2.818 0 4.823-.953 6.014-2.859.834-1.196 1.251-3.681 1.251-7.455V50.117h7.92zm19.474 31.055l-13.28-31.055h8.814l7.622 20.572 7.504-20.572h8.933l-13.28 31.055h-6.313zm24.036-5.604c-1.681 0-3.082 1.401-3.082 3.194 0 1.625 1.401 3.026 3.026 3.026 1.737 0 3.194-1.345 3.194-3.026 0-1.737-1.457-3.194-3.138-3.194z"/><path d="M933.609 52.429h6.506l-6.578 30.459c-1.716 7.865-4.075 11.797-7.15 11.797-.858 0-1.43-.5-1.43-1.215 0-.215.072-.358.286-.715.286-.501.358-.787.358-1.216 0-1.573-1.287-2.788-2.86-2.788-1.502 0-2.646 1.358-2.646 3.074 0 2.431 2.503 4.362 5.649 4.362 6.506 0 11.583-7.15 14.729-20.521l5.362-23.237h7.937l.429-2.288h-7.794c2.145-11.44 4.934-16.517 8.938-16.517 1.001 0 1.573.358 1.573.93 0 .143-.072.357-.286.715-.358.572-.429.929-.429 1.501 0 1.716 1.072 2.86 2.645 2.86 1.645 0 3.075-1.358 3.075-2.931 0-2.646-2.646-4.648-6.221-4.648-3.503 0-6.363 1.573-9.009 4.934-2.145 2.86-3.646 6.149-5.863 13.156h-6.721l-.5 2.288zm25.239 28.743c3.933-12.513 5.148-15.444 8.437-20.95 2.503-4.075 4.505-6.292 5.72-6.292.501 0 .858.286 1.216 1.001.572 1.216 1.144 1.573 2.574 1.573 2.145 0 3.36-1.287 3.36-3.575 0-2.288-1.358-3.718-3.36-3.718-1.645 0-3.647 1.073-5.506 3.075-3.003 3.003-6.006 7.364-7.15 10.153l-1.072 2.645 4.004-15.73-.215-.143c-5.219.93-6.006 1.073-11.225 1.931v1.215c1.573-.286 1.859-.357 2.431-.357 1.573 0 2.502.715 2.502 2.002 0 .929-.572 3.861-1.144 6.006l-6.077 21.164h5.505z"/></g><clipPath id="a"><path d="M0 0h245.808v130H0z"/></clipPath><g clip-path="url(#a)" fill-rule="nonzero"><path fill="#fff" d="M0 0h244.558v74.613H0z"/><path d="M195.292 129.916c-.134-.049-.143-.183-.029-.475.142-.371.21-.401.762-.335.498.062.646.019.848-.252.404-.517.094-.891-.646-.768-.566.095-.566.089-.458-.298.337-1.232.364-1.163-.646-1.346a6.175 6.175 0 0 1-3.273-1.728c-1.346-1.346-1.804-2.707-1.67-4.896.068-1.114.162-1.549.553-2.325 1.185-2.372 3.905-3.58 7.568-3.365.794.047 1.791.17 2.235.271l.794.183.081 2.639h-.485c-.282 0-.484-.079-.484-.183 0-.379-.983-1.241-1.67-1.476-.889-.314-2.613-.236-3.488.143-1.979.863-2.882 3.097-2.276 5.658.283 1.175.741 1.972 1.616 2.795.835.771 1.684 1.085 2.949 1.085 1.334 0 2.263-.484 2.855-1.49.404-.679.539-.77.929-.548.175.104.175.339.014 1.424l-.202 1.306-.727.222c-.404.118-1.32.262-2.034.314-1.252.078-1.319.105-1.319.418 0 .248.094.34.363.34.525 0 1.024.366 1.145.849.134.562-.31 1.385-.889 1.659-.417.196-2.06.275-2.478.118l.062.061zm-94.605-.603c-1.373-.366-2.558-.919-3.986-1.856l-1.225-.812-1.899-.089c-2.114-.098-2.854-.311-4.215-1.218-3.016-1.996-3.124-7.079-.202-9.55 2.209-1.865 6.074-2.248 8.848-.882 3.757 1.844 4.161 7.286.74 10.138-.525.442-1.037.804-1.144.804-.323 0 3.42 1.846 4.511 2.224 1.212.418 2.612.473 3.649.143.754-.239.889-.209 1.01.225.081.255-.054.362-.808.679-1.198.502-3.703.595-5.211.194h-.068zm-4.659-4.435c2.666-1.254 3.178-5.274.997-7.841-2.02-2.378-5.562-2.019-6.895.701-1.198 2.456.175 6.256 2.626 7.262.996.405 2.262.361 3.286-.122h-.014zm-83.572 1.487c-.727-.287-1.53-1.182-2.795-3.122-1.946-2.985-2.311-3.424-2.855-3.424h-.472l.004 1.617c.007 2.946.337 3.953 1.365 4.187.274.062.382.186.382.442v.356H1.567v-.326c0-.248.122-.366.499-.471.276-.065.651-.313.835-.535.327-.392.334-.536.334-5.971 0-5.435-.007-5.579-.334-5.971-.184-.222-.559-.457-.835-.536-.364-.091-.499-.209-.499-.444 0-.313.017-.313 4.038-.405 4.279-.091 5.222-.026 6.428.51 1.053.457 1.933 1.855 1.934 3.07.003 1.398-1.145 2.966-2.66 3.645l-.794.353 1.755 2.365c2.06 2.796 2.706 3.541 3.312 3.828.566.261.62.849.095.967-.647.157-2.734.091-3.219-.105v-.03zm-3.976-7.996c2.131-.535 2.85-3.206 1.238-4.599-.759-.653-1.564-.892-2.593-.764l-.781.098v5.425h.754c.417 0 1.05-.072 1.387-.16H8.48zm36.635 7.996c-.871-.279-1.692-.78-2.127-1.293-.791-.937-.875-1.428-.884-5.233-.01-3.977-.094-4.416-.902-4.753-.323-.136-.514-.32-.517-.503-.003-.274.102-.288 2.7-.288 2.697 0 2.704 0 2.704.324 0 .217-.094.323-.291.323-.159 0-.463.167-.676.37l-.385.371v3.899c0 3.668.019 3.932.33 4.465.485.837 1.454 1.264 2.696 1.197 1.333-.073 2.06-.5 2.585-1.536.404-.795.418-.834.418-4.325 0-3.122-.027-3.564-.283-3.906-.162-.213-.458-.428-.673-.476-.256-.056-.404-.192-.404-.362 0-.252.148-.27 2.141-.27s2.141.018 2.141.27c0 .17-.148.306-.39.361-.741.156-.795.47-.876 4.612l-.081 3.88-.484.836c-.566.993-1.482 1.686-2.653 1.999-.997.262-3.326.275-4.121.013l.032.025zm62.015 0c-.881-.282-1.694-.781-2.144-1.314-.75-.889-.858-1.542-.867-5.289-.014-3.893-.108-4.338-.903-4.677-.336-.135-.525-.319-.525-.502-.013-.274.094-.288 2.693-.288 2.667 0 2.694.004 2.694.314 0 .209-.122.327-.35.359-.189.026-.499.228-.674.451-.31.379-.336.614-.39 3.76-.068 3.864.054 4.678.781 5.348 1.306 1.215 4.04.875 4.807-.588.485-.928.606-2.077.552-5.122-.067-3.214-.175-3.619-1.01-3.802-.256-.052-.404-.183-.404-.352 0-.249.148-.262 2.141-.262s2.155.026 2.155.275c0 .17-.189.339-.471.444-.256.104-.526.287-.593.418-.067.131-.161 1.986-.215 4.129l-.095 3.893-.484.849c-.566.993-1.482 1.686-2.667 1.999-.996.275-3.326.288-4.12.026l.089-.069zm50.332-.004c-.636-.251-1.391-1.1-2.561-2.881-1.511-2.299-1.684-2.508-2.077-2.508-.35-.003-.357.026-.357 1.795 0 2.145.198 2.75.947 2.885.377.068.485.163.485.428v.34h-5.408v-.34c0-.265.107-.36.485-.428.906-.163.969-.551.915-5.546l-.048-4.423-.385-.371c-.212-.203-.516-.37-.676-.37-.179 0-.29-.104-.29-.274 0-.235.162-.288 1.172-.374.646-.065 2.41-.078 3.932-.052 2.478.039 2.841.078 3.434.366 1.05.496 1.642 1.476 1.642 2.704 0 1.176-.74 2.208-2.1 2.901-.431.222-.714.444-.62.496.095.053.795.941 1.562 1.986 1.509 2.051 2.344 2.966 2.694 2.966.309 0 .282.666-.027.771-.445.157-2.195.078-2.694-.118l-.025.047zm-2.938-6.751c.632-.294 1.252-1.003 1.368-1.563.151-.719-.202-1.66-.808-2.182-.562-.471-1.104-.614-2.044-.51l-.573.065v4.416h.803c.431 0 .996-.091 1.252-.209l.002-.017zm70.777 6.726c-.475-.117-.894-.235-.929-.267-.033-.026-.151-.667-.256-1.424l-.196-1.372h.448c.247 0 .449.052.449.117 0 .379 1.043 1.477 1.648 1.738 1.636.719 3.599.039 3.598-1.228 0-.836-.45-1.333-1.982-2.195-2.149-1.215-2.98-1.855-3.407-2.639-.431-.771-.505-1.986-.183-2.862.213-.575 1.212-1.45 2.053-1.777.846-.339 3.496-.326 4.592.014l.835.261v2.561h-.458c-.358 0-.482-.079-.56-.353-.165-.601-1.018-1.346-1.732-1.516-1.898-.457-3.433 1.307-2.235 2.587.229.248 1.266.967 2.303 1.607 2.02 1.228 2.76 1.908 3.016 2.705.552 1.777-.363 3.358-2.329 4.011-1.051.366-3.327.392-4.66.065l-.015-.033zm-208.311-.3c0-.256.089-.332.385-.332.229 0 .521-.157.717-.379.316-.363.328-.542.328-4.886 0-3.154-.067-4.606-.188-4.824-.243-.402-.62-.662-.97-.666-.188-.005-.283-.122-.283-.366v-.358h9.548v3.031l-.418-.044c-.323-.034-.471-.166-.606-.536-.323-.854-.848-1.074-2.733-1.137l-1.67-.055v4.087l1.279-.065c1.387-.075 2.088-.379 2.182-.954.027-.228.161-.309.471-.309h.418v3.736h-.431c-.35 0-.445-.065-.445-.34 0-.64-.538-.875-2.087-.927l-1.414-.052v2.025c0 2.43.014 2.469 1.832 2.469 1.79 0 2.72-.405 3.191-1.398.229-.496.781-.64.956-.248.108.261-.337 1.947-.673 2.535l-.243.418-4.605-.027-4.605-.026v-.326l.064-.046zm12.244.044c0-.261.107-.359.457-.424.835-.152.876-.366.93-4.974.053-4.799-.014-5.232-.889-5.596-.364-.152-.512-.314-.525-.551v-.338l3.609.061c3.905.065 4.228.13 5.292.927 1.158.889 1.468 2.652.673 3.959-.687 1.15-1.885 1.751-3.77 1.921l-.997.091-.242-.549-.256-.548.579-.079c.74-.091 1.548-.522 1.979-1.045.243-.287.337-.601.324-1.15-.027-1.398-.889-2.247-2.411-2.365l-.862-.065.041 4.795c.054 5.226.08 5.37.969 5.54.323.065.431.17.431.431v.34h-5.4v-.34l.068-.041zm26.393-.052c0-.222.094-.324.296-.324.162 0 .472-.124.674-.274l.377-.275.04-4.447c.054-4.978-.013-5.354-.929-5.665-.296-.098-.485-.267-.485-.418 0-.233.216-.262 2.424-.293 4.632-.068 5.615-.021 6.37.308.969.428 1.427 1.046 1.508 2.052.027.453.013.982-.041 1.176-.161.561-.902 1.251-1.723 1.594l-.768.316.647.173a3.1 3.1 0 0 1 2.302 3.411c-.175 1.306-.794 2.051-2.249 2.652-.767.313-.969.326-4.645.326h-3.81v-.326l.012.014zm7.003-1.08c.807-.489 1.131-1.154 1.036-2.156-.134-1.503-1.306-2.398-3.137-2.398h-.97l.041 2.167c.04 2.074.067 2.176.417 2.439.539.4 1.872.374 2.572-.052h.041zm-.66-5.962c.969-.34 1.481-1.028 1.387-1.864-.135-1.124-1.145-1.749-2.815-1.749h-.956v3.874l.835-.008c.458-.004 1.145-.117 1.535-.253h.014zm6.517 7.05c0-.231.108-.327.418-.358.229-.026.565-.222.754-.451.323-.392.336-.562.336-4.808 0-3.527-.053-4.472-.228-4.76-.283-.448-.647-.705-1.01-.712-.189-.013-.283-.117-.283-.339 0-.327 0-.327 2.855-.327 2.854 0 2.854 0 2.854.314 0 .222-.094.313-.309.313-.175 0-.512.157-.754.34l-.404.379-.054 4.52-.041 4.521.404.235c.324.183.66.222 1.643.17 1.508-.078 2.222-.418 2.64-1.267.269-.562.579-.693.996-.458.148.092.121.353-.121 1.242-.175.614-.431 1.28-.566 1.463l-.256.34-4.443-.053-4.444-.052v-.313l.013.061zm11.123.044c0-.265.108-.36.485-.428.875-.157.943-.549.943-5.36 0-3.995-.027-4.303-.31-4.736-.175-.254-.498-.504-.714-.554-.283-.052-.404-.183-.404-.392 0-.3.041-.3 2.707-.3s2.693.013 2.693.313c0 .209-.134.34-.39.405a1.328 1.328 0 0 0-.674.484c-.255.353-.282.823-.282 4.769 0 4.873.067 5.265.888 5.422.337.065.445.17.445.431v.34h-5.4v-.34l.013-.054zm38.002-.026c0-.235.121-.337.484-.402.876-.157.943-.549.943-5.375 0-4.228-.013-4.295-.364-4.776-.202-.267-.525-.509-.713-.533-.256-.032-.35-.143-.35-.394v-.349h9.372v1.506c0 1.49-.013 1.503-.39 1.503-.31 0-.404-.092-.485-.497-.189-.849-.835-1.136-2.734-1.202l-1.602-.052-.108.68c-.054.365-.108 1.293-.108 2.038v1.358l1.347-.078c1.481-.091 2.074-.327 2.235-.901.068-.262.202-.366.472-.366h.377v3.723h-.391c-.269 0-.404-.078-.404-.248-.013-.718-.781-1.045-2.383-1.045h-1.307l.054 2.012c.068 2.443.054 2.43 1.953 2.43 1.683 0 2.558-.366 3.016-1.254.229-.457.404-.614.66-.614.189 0 .404.065.458.157.148.209-.566 2.547-.848 2.796-.189.169-.997.196-4.741.169l-4.511-.026v-.313l.068.053zm17.492.034c0-.235.148-.392.498-.538.283-.112.647-.387.835-.61.323-.392.323-.569.323-5.812 0-6.088-.013-6.153-1.117-6.48-.431-.131-.566-.248-.566-.523v-.352H146.2v3.593h-.485c-.39 0-.484-.066-.484-.327 0-.536-.593-1.254-1.239-1.503-.377-.143-1.239-.261-2.37-.3l-1.791-.065v4.912l1.306-.013c1.751-.013 2.343-.209 2.72-.888.242-.445.377-.549.754-.549h.471v4.324l-.511-.052c-.35-.039-.539-.143-.593-.339-.256-.85-1.225-1.229-3.164-1.229h-1.024l.068 2.548c.067 2.901.202 3.332 1.158 3.632.417.131.552.262.552.51v.326h-6.518v-.326l.054.061zm25.438-.026c0-.261.08-.358.309-.358.485 0 1.037-.895 2.249-3.619 1.616-3.653 3.151-7.365 3.151-7.63 0-.179.162-.23.754-.227l.754.002 2.142 4.961c2.329 5.387 2.76 6.224 3.299 6.441.215.085.35.265.35.464 0 .327 0 .327-2.707.327h-2.707v-.343c0-.261.108-.36.472-.426.687-.122.727-.54.202-1.959l-.458-1.219h-3.757l-.377 1.006c-.485 1.267-.458 2.129.067 2.208.256.039.35.143.35.392v.352h-4.134v-.352l.041-.02zm7.312-5.024c0-.209-1.172-3.083-1.266-3.083-.067 0-.229.274-.364.614l-.673 1.581-.404.967h1.347c.74 0 1.346-.026 1.346-.065l.014-.014zm6.84 5.044c0-.249.108-.353.431-.418.862-.157.889-.353.956-5.044.068-4.834 0-5.239-.929-5.552-.282-.092-.484-.262-.484-.418 0-.223.175-.249 1.791-.249h1.777l1.037 1.189c.566.654 2.033 2.247 3.259 3.554a165.61 165.61 0 0 1 2.585 2.809l.364.431-.054-3.24c-.054-3.528-.148-3.893-.997-4.089-.255-.053-.404-.196-.404-.366 0-.248.149-.275 2.142-.275 2.02 0 2.141.027 2.141.288 0 .183-.135.3-.35.326-.189.027-.499.236-.674.458-.323.392-.336.588-.39 5.709l-.054 5.305h-.7c-.633 0-.754-.052-1.226-.601-.431-.484-7.164-8.022-7.42-8.284-.04-.039-.04 1.542 0 3.515.068 4.011.175 4.481.93 4.625.35.065.457.157.457.418v.34H174.6v-.34l.094-.091zm27.821-.013c0-.209.081-.353.216-.353.31 0 .902-.666 1.32-1.516.579-1.163 3.299-7.499 3.77-8.78l.431-1.189 1.427.105 2.101 4.886c1.158 2.692 2.235 5.109 2.397 5.383.35.641.875 1.15 1.145 1.15.121 0 .215.157.215.366v.366h-5.413v-.366c0-.248.081-.353.283-.353.767 0 .834-.601.255-2.182l-.417-1.11h-3.73l-.337.967c-.633 1.829-.606 2.338.148 2.338.216 0 .297.105.297.366v.366h-4.134v-.366l.026-.078zm6.747-6.415c-.31-.81-.593-1.568-.646-1.686-.054-.131-.377.418-.795 1.372-.39.875-.7 1.633-.7 1.685 0 .066.592.118 1.333.118h1.333l-.552-1.463.027-.026zm7.245 6.428c0-.275.081-.353.363-.353.202 0 .512-.131.674-.301.269-.274.296-.614.336-4.768.027-2.457.014-4.612-.04-4.782-.108-.405-.7-.902-1.064-.902-.202 0-.296-.104-.296-.313 0-.314 0-.314 2.693-.314 2.599 0 2.707.013 2.707.287 0 .183-.175.366-.472.471-.255.104-.525.366-.619.575-.229.548-.364 5.03-.216 7.447.095 1.685.162 2.09.418 2.339.162.169.431.3.592.3.202 0 .283.105.283.366v.366h-5.4v-.366l.041-.052zm17.802-.026c0-.249.094-.327.39-.327.229 0 .512-.157.714-.379.31-.366.323-.536.323-4.886 0-3.149-.054-4.599-.188-4.821-.243-.392-.62-.654-.97-.667-.188 0-.283-.117-.283-.366v-.352h9.534v3.031l-.417-.039c-.31-.027-.458-.157-.593-.536-.309-.849-.834-1.071-2.733-1.137l-1.67-.052v4.05h.997c1.373-.013 2.046-.235 2.343-.81.175-.34.336-.457.633-.457h.39v3.723h-.404c-.363 0-.444-.065-.444-.339 0-.64-.525-.876-2.088-.928l-1.413-.052v2.012c0 2.43.026 2.469 1.844 2.469 1.791 0 2.721-.405 3.192-1.398.229-.496.781-.64.956-.248.108.261-.337 1.947-.673 2.535l-.243.418-4.605-.026-4.606-.026v-.34l.014-.052zM21.29 112.95l-.387-.271.946-1.293c.52-.719 1.046-1.307 1.171-1.307.536 0 2.249.327 2.206.431-.086.207-3.224 2.731-3.387 2.727-.087 0-.334-.123-.548-.274l-.001-.013zm-20.199-9.914h242.174v1.287H1.088v-1.291l.003.004zm92.169-2.94c-1.272-.41-1.988-1.476-1.756-2.626.161-.771.646-1.314 1.508-1.672l.754-.314-.458-.235c-.256-.137-.458-.362-.458-.523 0-.261 1.172-1.306 1.454-1.306.068 0-.026-.239-.215-.531-.808-1.246-.162-3.047 1.36-3.752.822-.383 1.104-.399 3.986-.233 1.656.097 1.724.113 1.629.405-.04.17-.08.356-.094.416 0 .059-.269.107-.619.107h-.62l.081.834c.189 1.82-1.252 3.066-3.568 3.1-1.199.017-1.778.248-1.307.52.135.076.916.333 1.724.572 2.639.771 3.124 1.159 3.016 2.391-.107 1.287-1.252 2.404-2.908 2.855-.943.257-2.653.255-3.461-.005l-.048-.003zm3.541-.888c1.29-.579 1.849-1.686 1.145-2.261-.477-.388-2.543-.985-3.079-.888-1.09.196-2.114 1.398-1.925 2.26.256 1.189 2.195 1.637 3.851.891l.008-.002zm.426-6.494c.969-.53 1.346-2.045.7-2.792-.889-1.024-2.586.118-2.599 1.751 0 .507.081.686.444.967.539.418.835.431 1.482.078l-.027-.004zm6.032 3.332c-.7-.131-1.063-.549-1.144-1.294-.202-1.907 1.575-4.708 3.568-5.611 1.037-.471 3.084-.518 4.444-.105.121.039.041.529-.283 1.538-.606 1.973-.969 3.948-.767 4.289.134.223.229.24.66.108.39-.131.525-.118.633.039.228.326.094.444-.822.731-1.212.379-1.777.301-1.966-.261l-.135-.444-.646.327c-1.091.561-2.599.849-3.501.679l-.041.004zm2.748-1.29c.471-.198.942-.503 1.077-.679.215-.291.862-2.443 1.118-3.698.107-.513.094-.531-.485-.675-1.064-.272-2.141.431-2.99 1.96-.889 1.594-1.117 3.02-.538 3.39.404.254.646.209 1.844-.3l-.026.002zm75.289 1.248c-.714-.157-.957-.379-1.159-1.032-.296-.993.391-2.871 1.563-4.259 1.4-1.66 2.949-2.222 5.238-1.895.606.086 1.144.203 1.198.257.068.053-.134.971-.444 2.039-.296 1.064-.566 2.355-.579 2.869l-.027.938.673-.026c.606-.026.674.013.674.3 0 .275-.149.366-.916.575-1.252.353-1.845.275-1.912-.235-.027-.209-.081-.392-.108-.392-.027 0-.444.157-.916.34-.754.3-2.302.692-2.612.653-.054 0-.337-.065-.62-.118l-.053-.014zm2.666-1.228c.39-.183.835-.444.983-.588.35-.366.983-2.234 1.32-3.88.094-.445.067-.471-.539-.615-.512-.13-.727-.117-1.185.079-1.01.431-2.007 1.894-2.532 3.697-.498 1.728.121 2.135 1.98 1.299l-.027.008zm-172.447.901c-.041-.183.242-1.515.633-2.965.781-2.862.781-3.097-.081-2.875-.417.105-.458.079-.458-.209 0-.274.148-.366.916-.572.498-.131 1.171-.256 1.468-.274.525-.031.565-.004.606.449.027.265-.243 1.577-.606 2.914-.364 1.34-.62 2.534-.566 2.657.081.176.242.201.821.123.687-.096.728-.084.674.228-.041.262-.243.379-.929.575-.472.131-1.212.249-1.63.249-.646 0-.754-.04-.835-.314l-.013.014zm6.113.066l-.363-.275 1.239-4.886c.673-2.688 1.212-5.069 1.185-5.297-.054-.422-.108-.444-.727-.274-.297.082-.35.044-.35-.261 0-.419.565-.621 2.114-.758.888-.079.915-.075.915.261 0 .191-.242 1.372-.552 2.624-.309 1.254-.552 2.358-.552 2.46 0 .144.175.117.687-.086 1.777-.706 3.313-.667 3.878.091.525.719.256 2.561-.592 4.076-.431.797-1.737 2.026-2.451 2.313-.929.379-3.865.392-4.39 0l-.041.012zm4.027-.915c.808-.509 1.697-2.234 1.939-3.75.256-1.528-.862-1.829-2.639-.718a2.13 2.13 0 0 0-.835.954c-.283.705-.876 2.992-.876 3.399 0 .601 1.549.672 2.424.105l-.013.01zm6.073.732c-.431-.405-.458-.523-.458-1.477.027-2.425 1.549-4.592 3.65-5.187 1.05-.3 1.979-.195 2.598.281.364.277.431.45.431 1.036 0 1.477-1.481 2.6-3.635 2.731-.62.039-1.185.144-1.239.231-.175.246-.135 1.072.067 1.424.404.68.97.699 2.33.066.848-.392 1.023-.431 1.158-.248.283.401.148.527-1.078 1.051-1.023.434-1.414.523-2.275.523-.943 0-1.078-.037-1.509-.439l-.04.008zm2.855-3.449c1.36-.34 2.249-1.647 1.562-2.274-.431-.394-.835-.381-1.401.046-.444.34-1.171 1.415-1.387 2.056-.08.262-.04.314.27.314.202 0 .646-.078.983-.157l-.027.015zm5.359 3.834c0-.021.283-1.136.633-2.469.35-1.337.647-2.712.647-3.057v-.628l-.633.092c-.566.078-.633.057-.633-.196 0-.314.512-.555 1.804-.847.889-.196 1.226-.061 1.226.497v.337l.565-.345c.997-.601 1.603-.719 2.316-.418.351.144.606.326.58.418-.431 1.372-.674 1.803-1.024 1.803-.31 0-.363-.065-.363-.483 0-1.046-.997-1.046-1.738-.014-.444.654-.915 2.117-1.292 4.064-.108.588-.283 1.071-.364 1.097-.283.079-1.683.209-1.683.17l-.041-.021zm7.986-.136c-.175-.183-.081-.705.835-4.442l.377-1.542h-.539c-.296 0-.539-.039-.539-.078 0-.222.364-.64.553-.64.39 0 1.131-.68 1.454-1.32.35-.705.485-.823 1.01-.823.35 0 .377.052.283.47-.054.262-.148.719-.202 1.007l-.095.535h.741c.754 0 .862.118.646.64-.067.17-.309.236-.848.236-.889 0-.741-.288-1.441 2.861-.512 2.312-.485 2.521.377 2.299.727-.183.781-.169.727.196-.04.249-.242.379-.848.562-.97.301-2.195.34-2.437.079l-.054-.04zm6.423-.183c-1.158-1.123-.323-4.35 1.535-5.853.754-.614 1.939-1.084 2.707-1.084.498 0 1.575.457 1.737.731.256.432.175 1.464-.148 1.947-.66.993-2.114 1.633-3.69 1.633h-.929v.758c0 1.476.687 1.725 2.464.941.566-.248 1.064-.431 1.105-.392.04.039.094.196.134.353.041.235-.175.392-1.117.823-1.024.47-1.32.535-2.276.535-.983 0-1.145-.039-1.481-.365l-.041-.027zm2.801-3.514c.848-.248 1.427-.693 1.683-1.241.216-.458.216-.536-.067-.876-.431-.522-.862-.535-1.522-.013-.511.405-1.373 1.751-1.373 2.143 0 .209.606.196 1.279-.013zm59.722 3.802c-.215-.196-.081-1.045.687-3.972 1.037-3.972 1.589-6.324 1.589-6.703 0-.274-.067-.3-.552-.222-.498.079-.552.053-.552-.261 0-.353.404-.523 1.979-.797.822-.131 1.051-.039 1.051.431 0 .222-.525 2.483-1.185 5.043-.66 2.561-1.199 4.874-1.199 5.135v.484l.727-.079c.687-.078.728-.065.674.235-.041.249-.243.379-.916.562-.889.261-2.087.34-2.276.17l-.027-.026zm5.993-.079c-.189-.287-.081-.901.592-3.305.364-1.241.62-2.378.593-2.509-.068-.248-.108-.261-.795-.117-.363.078-.444.052-.444-.196 0-.34.687-.64 1.925-.862.889-.144 1.266-.066 1.266.261 0 .117-.323 1.437-.713 2.926-.391 1.49-.674 2.783-.606 2.862.067.091.377.117.808.065.673-.078.713-.065.659.235-.04.249-.242.379-.929.562-1.023.301-2.154.34-2.316.092l-.04-.014zm5.871-.065c-.054-.131-.014-.601.094-1.032.364-1.437 1.131-4.756 1.131-4.821 0-.039-.215-.065-.484-.065-.687 0-.553-.405.255-.784.485-.222.768-.51 1.158-1.189.458-.771.593-.889.984-.889h.444l-.216.902c-.121.496-.215.94-.215 1.006 0 .052.35.104.794.104.835 0 .862.013.701.536-.081.287-.202.327-.916.327h-.821l-.539 2.417c-.296 1.332-.498 2.521-.444 2.652.08.183.202.209.619.091.727-.182.768-.169.768.209 0 .288-.135.379-.93.575-1.225.314-2.222.314-2.356 0l-.027-.039zm6.558-.078c-.391-.301-.471-.471-.525-1.281-.121-1.803.794-3.841 2.154-4.782 1.508-1.032 3.151-1.162 4.067-.339.431.392.471.496.391 1.149-.149 1.425-1.657 2.457-3.731 2.548-1.292.066-1.427.209-1.171 1.215.283 1.098.781 1.215 2.37.536 1.05-.444 1.293-.444 1.293 0 0 .457-1.899 1.202-3.273 1.267-1.01.053-1.171.026-1.575-.3v-.013zm3.366-3.841c.997-.458 1.428-1.464.862-2.026-.713-.705-2.02.223-2.68 1.895l-.228.614.713-.091a5.94 5.94 0 0 0 1.347-.379l-.014-.013zm38.015 4.115c0-.026.283-1.137.633-2.469.35-1.333.647-2.705.647-3.058v-.627l-.633.092c-.566.078-.633.065-.633-.196 0-.34.282-.484 1.575-.784 1.118-.261 1.455-.157 1.455.444v.34l.565-.34c.997-.601 1.603-.718 2.316-.431.35.144.62.3.62.34 0 .052-.148.496-.35.98-.297.744-.418.901-.714.901s-.364-.078-.364-.483c0-.98-.929-1.059-1.629-.131-.525.706-.795 1.476-1.239 3.488-.188.915-.39 1.699-.444 1.738-.095.092-1.764.301-1.764.222l-.041-.026zm18.341-.17c-.121-.3.027-1.189.633-3.723l.525-2.156-.444-.039c-.525-.053-.62-.523-.121-.667.565-.156 1.212-.744 1.521-1.385.35-.705.485-.823 1.01-.823.35 0 .377.053.283.471-.054.261-.148.718-.202 1.006l-.094.535h.74c.754 0 .862.118.647.641-.068.169-.31.235-.849.235-.875 0-.74-.288-1.44 2.861-.512 2.313-.485 2.522.377 2.3.727-.183.781-.17.727.196-.041.248-.243.378-.849.561-1.05.327-2.275.34-2.41.04l-.054-.053zm6.423-.143c-1.198-1.085-.363-4.338 1.509-5.854.754-.614 1.939-1.084 2.706-1.084.499 0 1.576.457 1.737.732.256.431.175 1.463-.148 1.959-.673 1.006-2.114 1.633-3.703 1.633h-.943l.081.889c.121 1.398.687 1.594 2.424.81.566-.248 1.064-.431 1.104-.392.041.039.095.196.135.353.054.235-.175.392-1.118.823-1.01.47-1.319.536-2.235.536-.929 0-1.118-.04-1.481-.366l-.068-.039zm3.34-3.737c1.118-.497 1.616-1.646.916-2.13-.458-.313-.795-.261-1.401.222-.511.405-1.373 1.751-1.373 2.156 0 .235 1.09.092 1.845-.248h.013zm4.834 3.998c0-.065.297-1.228.647-2.587.363-1.359.633-2.678.606-2.927-.041-.418-.081-.444-.633-.418-.445.013-.593-.039-.66-.248-.054-.222.081-.327.741-.549a13.29 13.29 0 0 1 1.414-.379c.619-.104.605-.117.996.732.013.013.431-.17.943-.405 1.104-.497 1.279-.523 1.952-.144l.512.275-.337.927c-.283.784-.404.941-.7.941-.296 0-.364-.078-.364-.47 0-1.255-1.319-1.006-2.033.379-.175.339-.539 1.541-.794 2.665-.256 1.123-.499 2.051-.526 2.077-.134.105-1.723.196-1.723.105l-.041.026zm7.959 0c0-.065.256-1.019.579-2.117.337-1.202.579-2.391.592-2.992l.027-1.006-.565.053c-.445.039-.593-.014-.647-.223-.067-.222.068-.313.728-.496 1.44-.405 1.777-.431 2.06-.17a.885.885 0 0 1 .256.575c0 .183.027.34.067.34.027 0 .498-.196 1.05-.431 1.28-.549 2.976-.837 3.488-.588.323.156.35.235.256.901-.067.392-.323 1.503-.579 2.456-.256.954-.485 1.96-.512 2.235-.04.496-.04.496.62.483.457-.013.7.052.754.196.121.3-.027.392-1.024.653-1.131.301-2.181.301-2.302 0-.054-.13.188-1.372.538-2.783.7-2.822.741-3.148.404-3.253-.35-.118-1.562.418-2.289 1.006-.606.483-.673.64-1.05 2.051-.216.85-.445 1.843-.512 2.221-.067.379-.202.719-.296.745-.485.131-1.697.196-1.697.092l.054.052zm10.907-.105c-.054-.13.229-1.45.633-2.952.404-1.49.7-2.796.647-2.914-.054-.144-.202-.157-.606-.052a7.761 7.761 0 0 1-.566.143c-.013 0-.04-.143-.04-.326 0-.275.148-.366.835-.549 1.885-.509 2.464-.418 2.275.34-.04.196-.377 1.437-.727 2.77-.35 1.332-.606 2.521-.552 2.639.067.157.269.196.822.117.673-.078.713-.065.673.236-.108.614-3.151 1.149-3.38.601l-.014-.053zm6.006 0c-.107-.248.027-.927.647-3.423.686-2.757.686-2.508.107-2.508-.7 0-.579-.392.229-.771.472-.222.754-.51 1.131-1.15.418-.692.593-.862.943-.901.485-.053.485-.013.148 1.528l-.094.471h.835c.7 0 .821.039.74.222a1.4 1.4 0 0 0-.094.431c0 .157-.215.209-.848.209h-.849l-.525 2.417c-.283 1.333-.471 2.522-.417 2.652.081.196.202.209.633.105.727-.183.767-.17.767.209 0 .3-.134.379-.929.575-1.212.313-2.222.313-2.356 0l-.068-.066zm6.545-.104c-.445-.353-.458-.392-.458-1.777 0-1.346.027-1.463.606-2.509.714-1.28 1.508-1.972 2.814-2.404 2.263-.757 3.879.536 2.882 2.3-.566 1.006-2.06 1.724-3.595 1.724-.916 0-.983.027-1.078.379-.134.484.041 1.202.35 1.529.364.379.983.314 2.101-.209.835-.379 1.01-.418 1.131-.248.283.405.148.562-.915 1.019-.822.366-1.347.483-2.195.522-1.024.053-1.172.027-1.589-.3l-.054-.026zm3.474-3.868c1.077-.535 1.441-1.607.687-2.051-.283-.17-.498-.196-.835-.091-.552.157-1.36 1.097-1.683 1.973l-.256.679.74-.091c.404-.053 1.018-.236 1.367-.419h-.02zM.013 95.612c.027-.14.192-.274.364-.304.471-.079.875-.458 1.199-1.106.417-.862 1.737-6.846 1.777-8.087.027-1.058.027-1.071-.485-1.359-.983-.562-.713-.653 2.034-.653 2.181 0 2.545.039 2.545.222 0 .131-.202.261-.485.313-1.01.183-1.4 1.085-2.357 5.527-.888 4.155-.888 4.077-.484 4.442.309.275.471.301 1.71.249 1.67-.079 2.276-.327 2.855-1.202.457-.68.484-.693.808-.51.188.105.175.248-.041.823a7.105 7.105 0 0 1-.619 1.281l-.364.574-4.255.04c-3.986.026-4.255.013-4.202-.223v-.027zm80.425.043c0-.112.27-.321.606-.466.418-.183.701-.458.943-.91.458-.842 1.831-6.953 1.858-8.244.027-.974.014-1.006-.484-1.291-1.064-.614-.822-.653 4.026-.653 4.444 0 4.538.008 4.444.284-.054.143-.189.718-.296 1.254-.162.823-.243.98-.539 1.019-.283.039-.35-.026-.35-.34 0-.954-.62-1.228-2.855-1.228h-1.535l-.431 1.829a136.79 136.79 0 0 1-.512 2.078c-.067.222.068.248 1.333.248 1.589 0 2.061-.157 2.518-.823.418-.601.957-.64.835-.079l-.363 1.712c-.216 1.045-.337 1.32-.539 1.32-.161 0-.296-.157-.363-.432-.054-.235-.256-.509-.458-.601-.377-.183-2.882-.274-3.057-.104-.108.091-.579 2.156-.781 3.449-.094.614-.067.693.296.915.323.196.687.222 1.805.183 1.656-.079 2.248-.314 2.93-1.189.296-.379.579-.601.704-.549.31.104.275.366-.194 1.372-.7 1.502-.31 1.398-5.184 1.398-3.569 0-4.269-.039-4.269-.209l-.088.057zm80.784.003c0-.114.242-.28.525-.366 1.01-.31 1.346-1.128 2.343-5.772.862-3.998.848-4.638-.162-4.929-.175-.052-.296-.169-.256-.261.054-.117 1.293-.176 4.485-.204 4.336-.039 4.417-.039 4.309.236-.054.156-.189.718-.296 1.254-.162.823-.243.98-.539 1.019-.296.039-.35-.026-.35-.405 0-.915-.768-1.202-2.936-1.137l-1.252.039-.445 1.856c-.242 1.019-.444 1.946-.444 2.038 0 .261 2.424.235 3.003-.039.242-.118.539-.405.646-.654.122-.274.324-.444.499-.444.377 0 .377-.104-.041 1.829-.283 1.359-.39 1.62-.633 1.62-.175 0-.282-.104-.282-.261 0-.666-1.482-1.176-2.855-.967l-.606.092-.323 1.607c-.566 2.822-.539 3.083.323 3.397.956.352.404.483-2.141.522-2.088.04-2.492.013-2.492-.17l-.08.1zm-93.28-3.086c-.714-.292-1.333-1.193-1.333-1.929 0-1.14 1.117-2.159 2.37-2.155 1.495.005 2.41.825 2.41 2.147.014 1.686-1.697 2.653-3.434 1.947l-.013-.01zm80.945.068c-.27-.109-.701-.437-.943-.732-.364-.435-.444-.672-.431-1.28.027-1.317.929-2.13 2.384-2.13.727 0 .969.072 1.454.431 1.104.797 1.279 2.13.404 3.07-.727.79-1.831 1.037-2.841.641h-.027zm-95.076-5.102c-.31-.311-.337-.279 1.467-2.135l.609-.627.905.183c.498.102.906.227.906.279 0 .097-3.407 2.585-3.537 2.585-.041 0-.202-.127-.364-.284l.014-.001zm80.893 0l-.354-.256 1.198-1.236c.66-.68 1.253-1.236 1.334-1.236.39 0 1.75.352 1.723.444-.04.094-3.003 2.244-3.38 2.456-.094.047-.323-.03-.511-.17l-.01-.002zm105.704.002l-.384-.261 1.244-1.235c.683-.679 1.3-1.234 1.37-1.234.323 0 1.75.345 1.737.418 0 .078-3.003 2.264-3.394 2.476-.094.052-.35-.02-.556-.164h-.017zm-226.931-.737c-.646-.582-.016-1.706.956-1.706.679 0 1.031.32 1.031.934 0 .958-1.246 1.443-1.988.771l.001.001zm107.309.102c-.391-.266-.368-1.153.04-1.522.654-.588 1.907-.196 1.907.601 0 .863-1.199 1.437-1.939.941l-.008-.02zm105.606-.102c-.66-.593-.013-1.706.983-1.706.997 0 1.428 1.006.7 1.657-.494.441-1.238.464-1.696.049h.013zm-139.32-4.102c-.243-.243-.189-.331.961-1.459l1.226-1.203.909.196c.498.105.902.223.902.275-.014.144-3.205 2.352-3.488 2.417-.148.039-.377-.052-.511-.196l.001-.03z"/><path d="M139.945 74.613l.372-.864c.629-1.564 1.279-2.757 2.222-4.068.996-1.387 3.191-3.431 4.103-3.821 1.122-.481 2.515-.65 4.242-.515 1.481.118 6.028.788 7.864 1.163 1.398.282 3.445.309 4.407.056 1.855-.486 2.953-1.428 3.475-2.976.401-1.189.397-2.274-.01-2.992-.547-.967-.454-1.228.875-2.365.655-.575 1.192-1.098 1.194-1.163 0-.392-.916-1.921-1.145-1.934-.148 0-.431-.13-.633-.274l-.377-.274.781-.366c1.077-.497 1.872-1.268 1.872-1.816 0-.235-.229-.81-.512-1.281-.539-.901-.673-1.764-.377-2.273.189-.34.539-.483 2.209-.915 1.4-.365 1.912-.744 2.114-1.554.161-.693.08-1.137-.377-1.973-.377-.68-2.828-4.064-3.528-4.887-.957-1.11-2.128-3.031-2.465-4.063-.336-1.019-.35-1.084-.094-2.391.525-2.783.215-5.082-1.279-9.564-1.118-3.345-1.414-4.155-1.751-4.782-.633-1.123-.552-1.385.741-2.338.619-.458 1.185-.941 1.266-1.085.39-.653-.054-1.92-.782-2.273-.471-.222-.727-.066-1.198.718-.364.601-.512.706-.889.706-.633 0-.74-.235-.336-.719.457-.575.431-.666-.31-.757-.552-.066-.835-.262-2.034-1.359-1.589-1.464-2.666-2.143-4.793-3.031-.983-.405-1.32-.601-.97-.549.31.039 1.387.117 2.41.17 2.95.13 3.663-.222 4.35-2.143.458-1.307.687-1.908-.391-2.822L156.342 0h88.213v74.613h-104.61z" fill="#e2011c"/><path d="M64.722 74.613c-.639-.06-1.194-.086-1.233-.121-.068-.06.655-.48 3.967-2.3 1.064-.585 1.5-.898 1.352-.97-.121-.058-1.047-.149-2.061-.204-1.505-.079-1.941-.058-2.383.127-.3.124-1.492.449-2.65.723-2.882.68-3.838 1.148-4.767 2.3l-.35.444H0V0h112.315l-2.176 1.28c-1.198.539-2.591 1.285-3.094 1.66-1.708 1.267-4.009 4.157-4.583 5.755-.215.588-.404.806-1.05 1.206-.997.609-2.182 1.769-3.165 3.091-1.333 1.795-3.878 5.84-4.376 6.961-.781 1.741-.714 3.067.431 8.268.498 2.29 1.037 4.617 1.198 5.17.162.553.337 1.49.391 2.081.094 1.059.175 1.287.862 2.585.188.355.336.757.336.896 0 .138.135.331.31.431a.67.67 0 0 1 .31.54c0 .248.363.721 1.158 1.509 1.818 1.803 3.137 3.493 3.137 4.028 0 .439-.713.552-1.871.296-1.347-.3-2.451-.946-4.148-2.435-.727-.634-1.306-1.058-1.306-.946 0 .112.485.702 1.091 1.307 1.198 1.209 1.387 1.539 1.131 1.976-.229.385-.781.497-1.535.31-.876-.216-1.374.085-1.239.728.081.405.067.444-.189.366-.485-.17-1.562-.366-2.518-.458-.889-.078-.956-.117-1.481-.784-.404-.509-.727-.744-1.145-.849-1.575-.392-5.507-1.019-8.133-1.28-4.633-.458-5.75-.497-7.972-.248-1.71.182-2.168.3-3.098.718-1.656.758-4.524 3.136-4.524 3.75 0 .287.633.196 1.346-.209 2.182-1.215 9.683-2.94 13.359-3.071 1.818-.065 1.724.014-.471.379-.606.105-2.034.432-3.178.745-1.145.314-3.125.784-4.39 1.058-1.266.262-2.707.614-3.178.771l-.876.288 1.347.013c6.895.065 14.732 2.038 17.937 4.507 1.373 1.059 1.872 1.189 3.891.993 2.774-.261 6.356-1.45 7.932-2.639.687-.51 1.239-.719 1.239-.444 0 .47-.902 2.992-1.293 3.606-.431.705-.458.797-.229.954.135.091.216.209.162.248-.054.052.054.131.242.183.525.157.391.3-.444.483-.808.196-1.455.523-1.455.745 0 .078.108.144.243.144.404 0 .108.261-.431.365-.364.079-.431.131-.269.223.161.091.161.13.013.13-.108 0-.202.144-.202.327 0 .222-.161.379-.485.509-.794.327-.579.497.512.405.552-.052.889-.052.754 0-.135.04-1.023.405-1.979.81-.97.392-2.222.876-2.788 1.059-.646.209-1.05.418-1.091.575-.053.248.243.235.997-.026.135-.053.256-.027.256.039 0 .065-1.657.927-3.677 1.92-2.033.993-3.918 2.012-4.214 2.261-.297.261-.66.47-.835.47-.162 0-.377.17-.485.366-.31.614-.256.692.485.575 1.09-.17 1.602-.157 1.67.039.04.104-.068.183-.243.183a.747.747 0 0 0-.498.209c-.108.117-.377.235-.606.248-.283.039-.539.209-.754.51-.175.248-.458.496-.633.535-.175.039.071.053.552.013 7.15-.483 8.484-.718 11.369-2.038 2.459-1.123 5.01-2.809 6.828-4.481.525-.484 1.01-.876 1.077-.876.246 0 .112.797-.252 1.516-.633 1.228-1.952 2.352-4.673 3.985-1.373.823-2.854 1.607-3.293 1.725-1.366.391-3.569.81-5.885 1.11-7.532.98-10.415 1.725-13.27 3.436-.482.275-.983.497-1.117.471-.135-.013-.498.156-.795.392-.848.666-.229.548 1.549-.275 1.831-.849 2.68-.98 1.239-.196-1.764.967-3.097 1.581-4.417 1.581h-7.023l.085-.148zm-9.356-8.322c.285-.109 1.231-.588 2.101-1.064.871-.475 1.904-.998 2.298-1.159l2.465-1.006c2.015-.82 4.975-1.594 5.144-1.345.06.086.502.183.983.213.669.041.786.081.511.169-.196.062-.358.17-.358.241 0 .259 1.488.183 2.114-.111.247-.118.802-.248 1.234-.301.538-.065.786-.156.786-.3 0-.17.138-.196.622-.118.67.105 2.106-.143 5.979-1.019 2.62-.601 4.606-1.202 6.35-1.92l1.261-.523-1.261-.732c-3.077-1.777-6.168-2.874-12.951-4.586-1.181-.3-2.218-.614-2.305-.692-.105-.092-.054-.105.159-.039.677.222 1.193.261 1.193.091 0-.209-.512-.379-1.519-.509-.92-.118-1.514-.366-.875-.366.989 0-.711-.575-2.616-.863-1.409-.222-1.49-.274-.902-.535.512-.222 1.064-1.072.92-1.411-.121-.301-.269-.262-1.037.196-1.468.888-2.814 2.351-3.568 3.867-.431.862-.283.941 1.939 1.032 1.831.066 1.858.079 1.387.301a4.987 4.987 0 0 1-1.172.326c-1.293.17-2.006.732-1.36 1.059.189.091.121.169-.35.379-.525.222-.552.274-.31.391.162.079.62.118 1.024.092.565-.039.821.013 1.09.222l.351.274-.701.392c-.39.222-.821.614-.969.863-.148.248-.674.849-1.185 1.332-.499.484-.916.98-.916 1.111 0 .118-.727.758-1.629 1.398-2.411 1.738-3.461 2.704-3.461 3.162 0 .248-.135.457-.377.601-.754.444-1.145.953-.727.953.094 0 .404-.091.686-.195l-.048.129zm18.601-1.678c.595-.072 1.286-.239 1.532-.371l.45-.24-.768-.345-.767-.345-.765.28c-.422.154-1.005.361-1.296.461-1.174.401-1.326.94-.226.792a131.98 131.98 0 0 1 1.84-.223v-.009zm-26.923-6.53c3.541-3.345 6.043-5.33 9.217-7.316 1.078-.675 1.84-1.065 1.878-.963.102.274.565.196 1.317-.235.864-.497 1.296-1.006 2.375-2.757 1.118-1.829 1.543-2.287 3.158-3.41.767-.523 1.872-1.32 2.478-1.751.875-.627 1.077-.732 1.01-.483-.054.182-.014.313.107.313.364 0 2.074-.666 2.128-.823.094-.261-1.63-.523-2.909-.444-.983.052-1.319.157-2.545.744-2.855 1.398-4.928 2.901-8.874 6.468-2.841 2.561-5.077 4.285-6.208 4.769-.364.156-.646.496-1.091 1.306-.862 1.594-2.424 3.881-3.891 5.736-1.387 1.751-1.684 2.352-.606 1.228a139.07 139.07 0 0 1 2.504-2.43l-.048.048zm35.459 15.71c4.255-.8 4.726-.86 7.712-.977 3.353-.134 3.781-.212 5.798-1.068.647-.274.9-.324.99-.196.156.226 1.252-.313 3.39-1.666.875-.552 2.11-1.26 2.747-1.571.96-.471 1.252-.549 1.715-.471.493.083.64.026 1.269-.47 1.745-1.389 3.234-2.03 4.722-2.034.445 0 .597.057.597.228 0 .147.087.202.238.149.445-.156.243.013-.897.784-1.319.876-1.198 1.15.148.301 1.293-.81 1.307-.81 1.307-.484 0 .183-.499.654-1.401 1.333-2.06 1.542-3.514 2.822-5.723 5.03l-1.979 1.921H77.969l4.531-.823.003.014zm.04-29.23c.154-.036.404-.036.556 0 .154.037.027.066-.277.066-.307 0-.431-.029-.279-.066z" fill="#003189"/><path d="M156.719 39.105c-.695-.097-.337-.33.505-.33.843 0 1.287-.292 1.287-.846 0-.262-.054-.303-.323-.226-.229.065-.391.01-.552-.187-.135-.183-.485-.314-.997-.375-.902-.109-2.37-.899-2.114-1.137.094-.081.566-.178 1.037-.213.835-.063.889-.091 1.05-.551.135-.344.31-.51.606-.575.243-.05.606-.239.822-.422.229-.183.942-.653 1.589-1.032 1.104-.654 1.791-1.346 1.548-1.568-.256-.235-2.639-.484-3.77-.405-1.307.091-3.555.523-4.485.849-.956.327-.686.039.647-.666 1.791-.967 5.238-1.855 7.137-1.855.741 0 3.218.522 3.515.744.579.431-.054 1.947-1.118 2.705l-.445.313.728.706-.377.274c-.202.144-.485.275-.62.275s-.485.196-.767.444c-.431.379-.485.496-.364.797.094.222.094.444-.027.64-.108.183-.135.588-.067 1.058.134.954-.054 1.294-.835 1.49-.566.143-2.666.17-3.582.039l-.028.054z" fill="#7f7f7f"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg viewBox="0 0 114 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#373c42" fill-rule="nonzero"><path d="M.937 11.726A.925.925 0 0 0 0 12.64c0 .465.426.866.92.866.528 0 .972-.385.972-.866 0-.497-.444-.914-.955-.914zM4.84 13.33V1.476h2.266v3.785c.727-.684 1.568-1.058 2.522-1.122.125-.011.262-.016.409-.016 1.432 0 2.608.492 3.528 1.475.818.888 1.227 1.963 1.227 3.224 0 1.209-.37 2.262-1.108 3.16-.863 1.038-2.028 1.556-3.493 1.556-1.102 0-2.023-.294-2.761-.882a6.724 6.724 0 0 1-.511-.465v1.139H4.84zm4.873-7.25c-.977 0-1.721.363-2.232 1.09-.341.471-.511 1.022-.511 1.652 0 1.016.386 1.781 1.159 2.294.465.31 1.011.465 1.636.465 1.022 0 1.783-.379 2.283-1.138.307-.46.46-.995.46-1.604 0-.974-.375-1.728-1.125-2.262-.477-.332-1.033-.497-1.67-.497zM26.294 9.833h-7.31c.204.791.727 1.321 1.568 1.588.318.107.664.16 1.039.16.773 0 1.397-.224 1.875-.673a3.7 3.7 0 0 0 .204-.209h2.471c-.136.396-.386.808-.75 1.235-.988 1.07-2.238 1.604-3.749 1.604-1.499 0-2.749-.481-3.749-1.443-.909-.877-1.363-1.936-1.363-3.176 0-1.348.505-2.476 1.517-3.385.954-.866 2.107-1.299 3.459-1.299 1.5 0 2.715.503 3.647 1.508.818.887 1.227 1.978 1.227 3.272 0 .289-.029.561-.086.818zm-7.378-1.877h5.231c-.261-1.048-.988-1.63-2.181-1.748a5.294 5.294 0 0 0-.426-.016c-1.307 0-2.159.529-2.556 1.588a2.42 2.42 0 0 0-.068.176zM29.004 13.33V6.384h-1.108V4.443h1.108V1.476h2.266v2.967h1.364v1.941H31.27v6.946h-2.266zM44.051 4.443v8.887h-2.079v-1.155c-.75.802-1.624 1.251-2.624 1.347-.159.011-.33.016-.511.016-1.489 0-2.687-.497-3.596-1.491-.772-.856-1.159-1.899-1.159-3.128 0-1.476.523-2.663 1.568-3.561.886-.749 1.965-1.123 3.238-1.123 1.238 0 2.221.406 2.948 1.219.045.053.091.112.136.176V4.443h2.079zm-4.925 1.749c-.999 0-1.755.374-2.266 1.123-.33.47-.494 1.021-.494 1.652 0 .994.397 1.727 1.193 2.197.454.278.988.417 1.602.417.897 0 1.584-.267 2.061-.802a3.135 3.135 0 0 0 .682-1.828c0-1.016-.386-1.781-1.159-2.294-.465-.31-1.005-.465-1.619-.465zM47.8 11.726a.925.925 0 0 0-.937.914c0 .465.426.866.92.866.529 0 .972-.385.972-.866 0-.497-.443-.914-.955-.914zM59.03 4.443h2.165v7.203c0 1.625-.318 2.828-.955 3.609-.908 1.08-2.221 1.62-3.936 1.62-1.806 0-3.193-.567-4.158-1.701a4.435 4.435 0 0 1-.699-1.122h2.573c.546.566 1.199.877 1.96.93.125.011.261.016.409.016 1.681 0 2.562-.946 2.641-2.839-.727.802-1.567 1.251-2.522 1.347a4.825 4.825 0 0 1-.579.032c-1.454 0-2.624-.508-3.511-1.523-.749-.867-1.124-1.931-1.124-3.193 0-1.422.505-2.577 1.516-3.464.864-.749 1.909-1.123 3.136-1.123 1.363 0 2.391.444 3.084 1.331V4.443zm-2.828 1.749c-1.034 0-1.784.401-2.25 1.203-.25.438-.375.946-.375 1.524 0 1.101.421 1.882 1.261 2.342.398.213.864.32 1.398.32 1.068 0 1.84-.395 2.317-1.187.25-.417.375-.909.375-1.475 0-1.048-.397-1.818-1.193-2.31a2.757 2.757 0 0 0-1.329-.417h-.204zM68.386 4.235c1.477 0 2.704.486 3.681 1.46.909.898 1.363 1.983 1.363 3.256 0 1.251-.5 2.331-1.499 3.24-.989.898-2.165 1.347-3.528 1.347-1.397 0-2.59-.465-3.579-1.395-.954-.909-1.431-1.995-1.431-3.256 0-1.294.5-2.396 1.5-3.305.977-.898 2.141-1.347 3.493-1.347zm.017 1.957c-.852 0-1.556.326-2.113.978a2.563 2.563 0 0 0-.614 1.685c0 .909.358 1.636 1.074 2.181a2.722 2.722 0 0 0 1.67.545c.875 0 1.585-.336 2.13-1.01a2.603 2.603 0 0 0 .597-1.684c0-.867-.347-1.572-1.04-2.118a2.719 2.719 0 0 0-1.704-.577zM83.962 4.443v8.887h-2.096v-.85c-.659.609-1.375.951-2.148 1.026l-.562.032c-1.272 0-2.232-.438-2.88-1.315-.432-.599-.665-1.412-.699-2.438a9.066 9.066 0 0 1-.017-.578V4.443h2.267V8.79c0 1.123.153 1.866.46 2.23.295.374.738.561 1.329.561.807 0 1.38-.272 1.721-.818.239-.342.358-1.053.358-2.133V4.443h2.267zM89.534 13.33l-3.8-8.887h2.522l2.181 5.887 2.147-5.887h2.557L91.34 13.33h-1.806zM96.412 11.726c-.481 0-.882.401-.882.914 0 .465.401.866.866.866.497 0 .914-.385.914-.866 0-.497-.417-.914-.898-.914zM100.246 5.53h1.766l-1.785 8.266c-.466 2.134-1.106 3.201-1.94 3.201-.233 0-.388-.136-.388-.33 0-.058.019-.097.077-.194a.576.576 0 0 0 .097-.33.761.761 0 0 0-.776-.756c-.407 0-.718.368-.718.834 0 .66.679 1.183 1.533 1.183 1.766 0 3.143-1.94 3.997-5.568l1.455-6.306h2.154l.116-.621h-2.114c.582-3.105 1.338-4.482 2.425-4.482.272 0 .427.097.427.252 0 .039-.02.097-.078.194a.657.657 0 0 0-.116.408c0 .465.291.776.718.776.446 0 .834-.369.834-.796 0-.718-.718-1.261-1.688-1.261-.951 0-1.727.427-2.445 1.339-.582.776-.989 1.668-1.591 3.57h-1.824l-.136.621zM108.163 13.33c1.067-3.396 1.397-4.191 2.289-5.685.679-1.106 1.223-1.708 1.553-1.708.135 0 .232.078.329.272.156.33.311.427.699.427.582 0 .912-.349.912-.97s-.369-1.009-.912-1.009c-.446 0-.99.291-1.494.834-.815.815-1.63 1.999-1.94 2.755l-.291.718 1.086-4.268-.058-.039c-1.416.252-1.63.291-3.046.524v.329c.427-.077.504-.097.659-.097.427 0 .68.194.68.544 0 .252-.156 1.047-.311 1.63l-1.649 5.743h1.494z"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg viewBox="0 0 113 19" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#373c42" fill-rule="nonzero"><path d="M.937 12.452a.925.925 0 0 0-.937.914c0 .465.426.866.92.866.528 0 .972-.385.972-.866 0-.497-.444-.914-.955-.914zM13.903 2.206v11.85h-2.08v-1.151c-.461.48-.935.827-1.423 1.041-.488.214-1.051.321-1.689.321a4.83 4.83 0 0 1-2.409-.61 4.497 4.497 0 0 1-1.71-1.684 4.64 4.64 0 0 1-.624-2.374c0-.872.209-1.673.628-2.404A4.588 4.588 0 0 1 6.31 5.472a4.684 4.684 0 0 1 2.384-.627c.594 0 1.15.1 1.668.298.519.198.945.47 1.278.814V2.206h2.263zM8.977 6.803c-.766 0-1.411.261-1.935.784-.524.522-.786 1.169-.786 1.942 0 .778.273 1.436.82 1.974.546.538 1.21.806 1.992.806.766 0 1.414-.263 1.943-.791.53-.527.795-1.172.795-1.934 0-.804-.266-1.469-.799-1.993-.532-.525-1.209-.788-2.03-.788zM25.687 5.166v8.89h-2.072v-1.151c-.455.485-.925.834-1.41 1.045-.486.212-1.061.317-1.727.317-.91 0-1.727-.197-2.451-.591a4.3 4.3 0 0 1-1.697-1.649c-.408-.704-.612-1.498-.612-2.381 0-.892.206-1.695.616-2.408a4.361 4.361 0 0 1 1.714-1.672c.733-.402 1.559-.603 2.48-.603.682 0 1.27.111 1.764.333.494.222.935.575 1.323 1.061V5.166h2.072zm-4.959 1.755c-.788 0-1.439.261-1.952.783-.513.522-.769 1.185-.769 1.989 0 .778.259 1.409.778 1.892.518.483 1.191.724 2.017.724.821 0 1.483-.245 1.985-.736s.753-1.133.753-1.927c0-.804-.262-1.459-.786-1.965-.524-.507-1.2-.76-2.026-.76zM28.794 14.056V7.109h-1.107V5.166h1.107v-2.96h2.263v2.96h1.365v1.943h-1.365v6.947h-2.263zM43.866 5.166v8.89h-2.072v-1.151c-.455.485-.925.834-1.41 1.045-.485.212-1.061.317-1.727.317-.909 0-1.726-.197-2.45-.591a4.296 4.296 0 0 1-1.698-1.649c-.407-.704-.611-1.498-.611-2.381 0-.892.205-1.695.616-2.408.41-.713.981-1.27 1.714-1.672.732-.402 1.558-.603 2.479-.603.683 0 1.271.111 1.764.333.494.222.935.575 1.323 1.061V5.166h2.072zm-4.959 1.755c-.788 0-1.438.261-1.951.783-.513.522-.77 1.185-.77 1.989 0 .778.259 1.409.778 1.892.519.483 1.191.724 2.018.724.821 0 1.482-.245 1.984-.736s.753-1.133.753-1.927c0-.804-.262-1.459-.786-1.965-.524-.507-1.199-.76-2.026-.76zM47.772 12.452a.925.925 0 0 0-.937.914c0 .465.426.866.92.866.528 0 .971-.385.971-.866 0-.497-.443-.914-.954-.914zM58.967 5.166h2.163v7.206c0 .883-.081 1.615-.245 2.197a3.736 3.736 0 0 1-.795 1.492c-.898 1.029-2.183 1.543-3.852 1.543-1.154 0-2.155-.248-3.004-.744a4.335 4.335 0 0 1-1.847-2.083h2.571c.333.344.679.588 1.04.732.36.143.804.215 1.331.215.843 0 1.484-.235 1.922-.705.439-.47.677-1.182.716-2.138-.444.491-.906.845-1.385 1.061-.48.217-1.053.325-1.719.325-.887 0-1.685-.201-2.392-.603a4.244 4.244 0 0 1-1.652-1.68c-.394-.718-.59-1.528-.59-2.432 0-1.315.441-2.409 1.323-3.281.882-.872 1.991-1.308 3.328-1.308 1.353 0 2.382.444 3.087 1.331V5.166zm-2.862 1.755c-.777 0-1.402.249-1.877.748-.474.498-.711 1.158-.711 1.977 0 .81.24 1.456.72 1.939.479.483 1.124.724 1.934.724.821 0 1.476-.244 1.964-.732s.732-1.142.732-1.962c0-.804-.254-1.454-.761-1.95-.508-.496-1.175-.744-2.001-.744zM68.439 4.963c.899 0 1.731.209 2.497.626.765.418 1.37.986 1.814 1.704a4.37 4.37 0 0 1 .665 2.338c0 .835-.223 1.609-.67 2.322a4.782 4.782 0 0 1-1.826 1.692 5.22 5.22 0 0 1-2.513.622c-.91 0-1.751-.207-2.525-.622a4.808 4.808 0 0 1-1.835-1.692 4.276 4.276 0 0 1-.674-2.322c0-.637.132-1.244.395-1.821a4.586 4.586 0 0 1 1.074-1.488 5.118 5.118 0 0 1 1.618-.991 5.392 5.392 0 0 1 1.98-.368zm-.091 1.958c-.732 0-1.363.265-1.893.795a2.592 2.592 0 0 0-.795 1.899c0 .742.267 1.376.799 1.903a2.631 2.631 0 0 0 1.922.791c.755 0 1.401-.262 1.939-.787.538-.524.807-1.155.807-1.891 0-.763-.269-1.405-.807-1.927s-1.196-.783-1.972-.783zM84.019 5.166v8.89h-2.096v-.854c-.433.392-.851.667-1.253.827-.402.159-.886.238-1.452.238-.638 0-1.209-.121-1.714-.364a3.086 3.086 0 0 1-1.223-1.037 3.523 3.523 0 0 1-.516-1.191c-.1-.433-.15-1.013-.15-1.739v-4.77h2.272v4.347c0 .616.036 1.098.108 1.445.072.348.194.62.366.819.327.355.766.532 1.315.532a2.38 2.38 0 0 0 1.052-.223 1.61 1.61 0 0 0 .704-.63c.122-.199.206-.456.253-.772.048-.316.071-.758.071-1.327V5.166h2.263zM89.639 14.056l-3.802-8.89h2.521l2.18 5.89 2.147-5.89h2.563l-3.803 8.89h-1.806zM96.441 12.453c-.481 0-.881.4-.881.914 0 .465.4.865.865.865.497 0 .914-.384.914-.865a.92.92 0 0 0-.898-.914z"/><path d="M99.45 5.831h1.862l-1.883 8.716c-.491 2.251-1.166 3.376-2.046 3.376-.245 0-.409-.143-.409-.348 0-.061.021-.102.082-.204a.613.613 0 0 0 .102-.348.803.803 0 0 0-.818-.798c-.43 0-.757.389-.757.88 0 .695.716 1.248 1.616 1.248 1.862 0 3.315-2.046 4.215-5.872l1.535-6.65h2.271l.122-.655h-2.23c.614-3.273 1.412-4.726 2.558-4.726.286 0 .45.102.45.266 0 .041-.021.102-.082.205a.694.694 0 0 0-.123.429c0 .491.307.819.757.819.471 0 .88-.389.88-.839 0-.757-.757-1.33-1.78-1.33-1.003 0-1.821.45-2.578 1.412-.614.818-1.043 1.759-1.678 3.764h-1.923l-.143.655zM106.672 14.056c1.126-3.58 1.473-4.419 2.415-5.995.716-1.166 1.289-1.8 1.636-1.8.144 0 .246.082.348.286.164.348.328.45.737.45.614 0 .961-.368.961-1.023 0-.654-.388-1.064-.961-1.064-.471 0-1.044.307-1.576.88-.859.86-1.718 2.108-2.046 2.906l-.307.757 1.146-4.502-.061-.041c-1.494.266-1.719.307-3.212.553v.348c.45-.082.532-.103.695-.103.45 0 .716.205.716.573 0 .266-.163 1.105-.327 1.719l-1.739 6.056h1.575z"/></g></svg>
|
Binary file
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg viewBox="0 0 246 130" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><clipPath id="a"><path d="M0 0h245.808v130H0z"/></clipPath><g clip-path="url(#a)" fill-rule="nonzero"><path fill="#fff" d="M0 0h244.558v74.613H0z"/><path d="M195.292 129.916c-.134-.049-.143-.183-.029-.475.142-.371.21-.401.762-.335.498.062.646.019.848-.252.404-.517.094-.891-.646-.768-.566.095-.566.089-.458-.298.337-1.232.364-1.163-.646-1.346a6.175 6.175 0 0 1-3.273-1.728c-1.346-1.346-1.804-2.707-1.67-4.896.068-1.114.162-1.549.553-2.325 1.185-2.372 3.905-3.58 7.568-3.365.794.047 1.791.17 2.235.271l.794.183.081 2.639h-.485c-.282 0-.484-.079-.484-.183 0-.379-.983-1.241-1.67-1.476-.889-.314-2.613-.236-3.488.143-1.979.863-2.882 3.097-2.276 5.658.283 1.175.741 1.972 1.616 2.795.835.771 1.684 1.085 2.949 1.085 1.334 0 2.263-.484 2.855-1.49.404-.679.539-.77.929-.548.175.104.175.339.014 1.424l-.202 1.306-.727.222c-.404.118-1.32.262-2.034.314-1.252.078-1.319.105-1.319.418 0 .248.094.34.363.34.525 0 1.024.366 1.145.849.134.562-.31 1.385-.889 1.659-.417.196-2.06.275-2.478.118l.062.061zm-94.605-.603c-1.373-.366-2.558-.919-3.986-1.856l-1.225-.812-1.899-.089c-2.114-.098-2.854-.311-4.215-1.218-3.016-1.996-3.124-7.079-.202-9.55 2.209-1.865 6.074-2.248 8.848-.882 3.757 1.844 4.161 7.286.74 10.138-.525.442-1.037.804-1.144.804-.323 0 3.42 1.846 4.511 2.224 1.212.418 2.612.473 3.649.143.754-.239.889-.209 1.01.225.081.255-.054.362-.808.679-1.198.502-3.703.595-5.211.194h-.068zm-4.659-4.435c2.666-1.254 3.178-5.274.997-7.841-2.02-2.378-5.562-2.019-6.895.701-1.198 2.456.175 6.256 2.626 7.262.996.405 2.262.361 3.286-.122h-.014zm-83.572 1.487c-.727-.287-1.53-1.182-2.795-3.122-1.946-2.985-2.311-3.424-2.855-3.424h-.472l.004 1.617c.007 2.946.337 3.953 1.365 4.187.274.062.382.186.382.442v.356H1.567v-.326c0-.248.122-.366.499-.471.276-.065.651-.313.835-.535.327-.392.334-.536.334-5.971 0-5.435-.007-5.579-.334-5.971-.184-.222-.559-.457-.835-.536-.364-.091-.499-.209-.499-.444 0-.313.017-.313 4.038-.405 4.279-.091 5.222-.026 6.428.51 1.053.457 1.933 1.855 1.934 3.07.003 1.398-1.145 2.966-2.66 3.645l-.794.353 1.755 2.365c2.06 2.796 2.706 3.541 3.312 3.828.566.261.62.849.095.967-.647.157-2.734.091-3.219-.105v-.03zm-3.976-7.996c2.131-.535 2.85-3.206 1.238-4.599-.759-.653-1.564-.892-2.593-.764l-.781.098v5.425h.754c.417 0 1.05-.072 1.387-.16H8.48zm36.635 7.996c-.871-.279-1.692-.78-2.127-1.293-.791-.937-.875-1.428-.884-5.233-.01-3.977-.094-4.416-.902-4.753-.323-.136-.514-.32-.517-.503-.003-.274.102-.288 2.7-.288 2.697 0 2.704 0 2.704.324 0 .217-.094.323-.291.323-.159 0-.463.167-.676.37l-.385.371v3.899c0 3.668.019 3.932.33 4.465.485.837 1.454 1.264 2.696 1.197 1.333-.073 2.06-.5 2.585-1.536.404-.795.418-.834.418-4.325 0-3.122-.027-3.564-.283-3.906-.162-.213-.458-.428-.673-.476-.256-.056-.404-.192-.404-.362 0-.252.148-.27 2.141-.27s2.141.018 2.141.27c0 .17-.148.306-.39.361-.741.156-.795.47-.876 4.612l-.081 3.88-.484.836c-.566.993-1.482 1.686-2.653 1.999-.997.262-3.326.275-4.121.013l.032.025zm62.015 0c-.881-.282-1.694-.781-2.144-1.314-.75-.889-.858-1.542-.867-5.289-.014-3.893-.108-4.338-.903-4.677-.336-.135-.525-.319-.525-.502-.013-.274.094-.288 2.693-.288 2.667 0 2.694.004 2.694.314 0 .209-.122.327-.35.359-.189.026-.499.228-.674.451-.31.379-.336.614-.39 3.76-.068 3.864.054 4.678.781 5.348 1.306 1.215 4.04.875 4.807-.588.485-.928.606-2.077.552-5.122-.067-3.214-.175-3.619-1.01-3.802-.256-.052-.404-.183-.404-.352 0-.249.148-.262 2.141-.262s2.155.026 2.155.275c0 .17-.189.339-.471.444-.256.104-.526.287-.593.418-.067.131-.161 1.986-.215 4.129l-.095 3.893-.484.849c-.566.993-1.482 1.686-2.667 1.999-.996.275-3.326.288-4.12.026l.089-.069zm50.332-.004c-.636-.251-1.391-1.1-2.561-2.881-1.511-2.299-1.684-2.508-2.077-2.508-.35-.003-.357.026-.357 1.795 0 2.145.198 2.75.947 2.885.377.068.485.163.485.428v.34h-5.408v-.34c0-.265.107-.36.485-.428.906-.163.969-.551.915-5.546l-.048-4.423-.385-.371c-.212-.203-.516-.37-.676-.37-.179 0-.29-.104-.29-.274 0-.235.162-.288 1.172-.374.646-.065 2.41-.078 3.932-.052 2.478.039 2.841.078 3.434.366 1.05.496 1.642 1.476 1.642 2.704 0 1.176-.74 2.208-2.1 2.901-.431.222-.714.444-.62.496.095.053.795.941 1.562 1.986 1.509 2.051 2.344 2.966 2.694 2.966.309 0 .282.666-.027.771-.445.157-2.195.078-2.694-.118l-.025.047zm-2.938-6.751c.632-.294 1.252-1.003 1.368-1.563.151-.719-.202-1.66-.808-2.182-.562-.471-1.104-.614-2.044-.51l-.573.065v4.416h.803c.431 0 .996-.091 1.252-.209l.002-.017zm70.777 6.726c-.475-.117-.894-.235-.929-.267-.033-.026-.151-.667-.256-1.424l-.196-1.372h.448c.247 0 .449.052.449.117 0 .379 1.043 1.477 1.648 1.738 1.636.719 3.599.039 3.598-1.228 0-.836-.45-1.333-1.982-2.195-2.149-1.215-2.98-1.855-3.407-2.639-.431-.771-.505-1.986-.183-2.862.213-.575 1.212-1.45 2.053-1.777.846-.339 3.496-.326 4.592.014l.835.261v2.561h-.458c-.358 0-.482-.079-.56-.353-.165-.601-1.018-1.346-1.732-1.516-1.898-.457-3.433 1.307-2.235 2.587.229.248 1.266.967 2.303 1.607 2.02 1.228 2.76 1.908 3.016 2.705.552 1.777-.363 3.358-2.329 4.011-1.051.366-3.327.392-4.66.065l-.015-.033zm-208.311-.3c0-.256.089-.332.385-.332.229 0 .521-.157.717-.379.316-.363.328-.542.328-4.886 0-3.154-.067-4.606-.188-4.824-.243-.402-.62-.662-.97-.666-.188-.005-.283-.122-.283-.366v-.358h9.548v3.031l-.418-.044c-.323-.034-.471-.166-.606-.536-.323-.854-.848-1.074-2.733-1.137l-1.67-.055v4.087l1.279-.065c1.387-.075 2.088-.379 2.182-.954.027-.228.161-.309.471-.309h.418v3.736h-.431c-.35 0-.445-.065-.445-.34 0-.64-.538-.875-2.087-.927l-1.414-.052v2.025c0 2.43.014 2.469 1.832 2.469 1.79 0 2.72-.405 3.191-1.398.229-.496.781-.64.956-.248.108.261-.337 1.947-.673 2.535l-.243.418-4.605-.027-4.605-.026v-.326l.064-.046zm12.244.044c0-.261.107-.359.457-.424.835-.152.876-.366.93-4.974.053-4.799-.014-5.232-.889-5.596-.364-.152-.512-.314-.525-.551v-.338l3.609.061c3.905.065 4.228.13 5.292.927 1.158.889 1.468 2.652.673 3.959-.687 1.15-1.885 1.751-3.77 1.921l-.997.091-.242-.549-.256-.548.579-.079c.74-.091 1.548-.522 1.979-1.045.243-.287.337-.601.324-1.15-.027-1.398-.889-2.247-2.411-2.365l-.862-.065.041 4.795c.054 5.226.08 5.37.969 5.54.323.065.431.17.431.431v.34h-5.4v-.34l.068-.041zm26.393-.052c0-.222.094-.324.296-.324.162 0 .472-.124.674-.274l.377-.275.04-4.447c.054-4.978-.013-5.354-.929-5.665-.296-.098-.485-.267-.485-.418 0-.233.216-.262 2.424-.293 4.632-.068 5.615-.021 6.37.308.969.428 1.427 1.046 1.508 2.052.027.453.013.982-.041 1.176-.161.561-.902 1.251-1.723 1.594l-.768.316.647.173a3.1 3.1 0 0 1 2.302 3.411c-.175 1.306-.794 2.051-2.249 2.652-.767.313-.969.326-4.645.326h-3.81v-.326l.012.014zm7.003-1.08c.807-.489 1.131-1.154 1.036-2.156-.134-1.503-1.306-2.398-3.137-2.398h-.97l.041 2.167c.04 2.074.067 2.176.417 2.439.539.4 1.872.374 2.572-.052h.041zm-.66-5.962c.969-.34 1.481-1.028 1.387-1.864-.135-1.124-1.145-1.749-2.815-1.749h-.956v3.874l.835-.008c.458-.004 1.145-.117 1.535-.253h.014zm6.517 7.05c0-.231.108-.327.418-.358.229-.026.565-.222.754-.451.323-.392.336-.562.336-4.808 0-3.527-.053-4.472-.228-4.76-.283-.448-.647-.705-1.01-.712-.189-.013-.283-.117-.283-.339 0-.327 0-.327 2.855-.327 2.854 0 2.854 0 2.854.314 0 .222-.094.313-.309.313-.175 0-.512.157-.754.34l-.404.379-.054 4.52-.041 4.521.404.235c.324.183.66.222 1.643.17 1.508-.078 2.222-.418 2.64-1.267.269-.562.579-.693.996-.458.148.092.121.353-.121 1.242-.175.614-.431 1.28-.566 1.463l-.256.34-4.443-.053-4.444-.052v-.313l.013.061zm11.123.044c0-.265.108-.36.485-.428.875-.157.943-.549.943-5.36 0-3.995-.027-4.303-.31-4.736-.175-.254-.498-.504-.714-.554-.283-.052-.404-.183-.404-.392 0-.3.041-.3 2.707-.3s2.693.013 2.693.313c0 .209-.134.34-.39.405a1.328 1.328 0 0 0-.674.484c-.255.353-.282.823-.282 4.769 0 4.873.067 5.265.888 5.422.337.065.445.17.445.431v.34h-5.4v-.34l.013-.054zm38.002-.026c0-.235.121-.337.484-.402.876-.157.943-.549.943-5.375 0-4.228-.013-4.295-.364-4.776-.202-.267-.525-.509-.713-.533-.256-.032-.35-.143-.35-.394v-.349h9.372v1.506c0 1.49-.013 1.503-.39 1.503-.31 0-.404-.092-.485-.497-.189-.849-.835-1.136-2.734-1.202l-1.602-.052-.108.68c-.054.365-.108 1.293-.108 2.038v1.358l1.347-.078c1.481-.091 2.074-.327 2.235-.901.068-.262.202-.366.472-.366h.377v3.723h-.391c-.269 0-.404-.078-.404-.248-.013-.718-.781-1.045-2.383-1.045h-1.307l.054 2.012c.068 2.443.054 2.43 1.953 2.43 1.683 0 2.558-.366 3.016-1.254.229-.457.404-.614.66-.614.189 0 .404.065.458.157.148.209-.566 2.547-.848 2.796-.189.169-.997.196-4.741.169l-4.511-.026v-.313l.068.053zm17.492.034c0-.235.148-.392.498-.538.283-.112.647-.387.835-.61.323-.392.323-.569.323-5.812 0-6.088-.013-6.153-1.117-6.48-.431-.131-.566-.248-.566-.523v-.352H146.2v3.593h-.485c-.39 0-.484-.066-.484-.327 0-.536-.593-1.254-1.239-1.503-.377-.143-1.239-.261-2.37-.3l-1.791-.065v4.912l1.306-.013c1.751-.013 2.343-.209 2.72-.888.242-.445.377-.549.754-.549h.471v4.324l-.511-.052c-.35-.039-.539-.143-.593-.339-.256-.85-1.225-1.229-3.164-1.229h-1.024l.068 2.548c.067 2.901.202 3.332 1.158 3.632.417.131.552.262.552.51v.326h-6.518v-.326l.054.061zm25.438-.026c0-.261.08-.358.309-.358.485 0 1.037-.895 2.249-3.619 1.616-3.653 3.151-7.365 3.151-7.63 0-.179.162-.23.754-.227l.754.002 2.142 4.961c2.329 5.387 2.76 6.224 3.299 6.441.215.085.35.265.35.464 0 .327 0 .327-2.707.327h-2.707v-.343c0-.261.108-.36.472-.426.687-.122.727-.54.202-1.959l-.458-1.219h-3.757l-.377 1.006c-.485 1.267-.458 2.129.067 2.208.256.039.35.143.35.392v.352h-4.134v-.352l.041-.02zm7.312-5.024c0-.209-1.172-3.083-1.266-3.083-.067 0-.229.274-.364.614l-.673 1.581-.404.967h1.347c.74 0 1.346-.026 1.346-.065l.014-.014zm6.84 5.044c0-.249.108-.353.431-.418.862-.157.889-.353.956-5.044.068-4.834 0-5.239-.929-5.552-.282-.092-.484-.262-.484-.418 0-.223.175-.249 1.791-.249h1.777l1.037 1.189c.566.654 2.033 2.247 3.259 3.554a165.61 165.61 0 0 1 2.585 2.809l.364.431-.054-3.24c-.054-3.528-.148-3.893-.997-4.089-.255-.053-.404-.196-.404-.366 0-.248.149-.275 2.142-.275 2.02 0 2.141.027 2.141.288 0 .183-.135.3-.35.326-.189.027-.499.236-.674.458-.323.392-.336.588-.39 5.709l-.054 5.305h-.7c-.633 0-.754-.052-1.226-.601-.431-.484-7.164-8.022-7.42-8.284-.04-.039-.04 1.542 0 3.515.068 4.011.175 4.481.93 4.625.35.065.457.157.457.418v.34H174.6v-.34l.094-.091zm27.821-.013c0-.209.081-.353.216-.353.31 0 .902-.666 1.32-1.516.579-1.163 3.299-7.499 3.77-8.78l.431-1.189 1.427.105 2.101 4.886c1.158 2.692 2.235 5.109 2.397 5.383.35.641.875 1.15 1.145 1.15.121 0 .215.157.215.366v.366h-5.413v-.366c0-.248.081-.353.283-.353.767 0 .834-.601.255-2.182l-.417-1.11h-3.73l-.337.967c-.633 1.829-.606 2.338.148 2.338.216 0 .297.105.297.366v.366h-4.134v-.366l.026-.078zm6.747-6.415c-.31-.81-.593-1.568-.646-1.686-.054-.131-.377.418-.795 1.372-.39.875-.7 1.633-.7 1.685 0 .066.592.118 1.333.118h1.333l-.552-1.463.027-.026zm7.245 6.428c0-.275.081-.353.363-.353.202 0 .512-.131.674-.301.269-.274.296-.614.336-4.768.027-2.457.014-4.612-.04-4.782-.108-.405-.7-.902-1.064-.902-.202 0-.296-.104-.296-.313 0-.314 0-.314 2.693-.314 2.599 0 2.707.013 2.707.287 0 .183-.175.366-.472.471-.255.104-.525.366-.619.575-.229.548-.364 5.03-.216 7.447.095 1.685.162 2.09.418 2.339.162.169.431.3.592.3.202 0 .283.105.283.366v.366h-5.4v-.366l.041-.052zm17.802-.026c0-.249.094-.327.39-.327.229 0 .512-.157.714-.379.31-.366.323-.536.323-4.886 0-3.149-.054-4.599-.188-4.821-.243-.392-.62-.654-.97-.667-.188 0-.283-.117-.283-.366v-.352h9.534v3.031l-.417-.039c-.31-.027-.458-.157-.593-.536-.309-.849-.834-1.071-2.733-1.137l-1.67-.052v4.05h.997c1.373-.013 2.046-.235 2.343-.81.175-.34.336-.457.633-.457h.39v3.723h-.404c-.363 0-.444-.065-.444-.339 0-.64-.525-.876-2.088-.928l-1.413-.052v2.012c0 2.43.026 2.469 1.844 2.469 1.791 0 2.721-.405 3.192-1.398.229-.496.781-.64.956-.248.108.261-.337 1.947-.673 2.535l-.243.418-4.605-.026-4.606-.026v-.34l.014-.052zM21.29 112.95l-.387-.271.946-1.293c.52-.719 1.046-1.307 1.171-1.307.536 0 2.249.327 2.206.431-.086.207-3.224 2.731-3.387 2.727-.087 0-.334-.123-.548-.274l-.001-.013zm-20.199-9.914h242.174v1.287H1.088v-1.291l.003.004zm92.169-2.94c-1.272-.41-1.988-1.476-1.756-2.626.161-.771.646-1.314 1.508-1.672l.754-.314-.458-.235c-.256-.137-.458-.362-.458-.523 0-.261 1.172-1.306 1.454-1.306.068 0-.026-.239-.215-.531-.808-1.246-.162-3.047 1.36-3.752.822-.383 1.104-.399 3.986-.233 1.656.097 1.724.113 1.629.405-.04.17-.08.356-.094.416 0 .059-.269.107-.619.107h-.62l.081.834c.189 1.82-1.252 3.066-3.568 3.1-1.199.017-1.778.248-1.307.52.135.076.916.333 1.724.572 2.639.771 3.124 1.159 3.016 2.391-.107 1.287-1.252 2.404-2.908 2.855-.943.257-2.653.255-3.461-.005l-.048-.003zm3.541-.888c1.29-.579 1.849-1.686 1.145-2.261-.477-.388-2.543-.985-3.079-.888-1.09.196-2.114 1.398-1.925 2.26.256 1.189 2.195 1.637 3.851.891l.008-.002zm.426-6.494c.969-.53 1.346-2.045.7-2.792-.889-1.024-2.586.118-2.599 1.751 0 .507.081.686.444.967.539.418.835.431 1.482.078l-.027-.004zm6.032 3.332c-.7-.131-1.063-.549-1.144-1.294-.202-1.907 1.575-4.708 3.568-5.611 1.037-.471 3.084-.518 4.444-.105.121.039.041.529-.283 1.538-.606 1.973-.969 3.948-.767 4.289.134.223.229.24.66.108.39-.131.525-.118.633.039.228.326.094.444-.822.731-1.212.379-1.777.301-1.966-.261l-.135-.444-.646.327c-1.091.561-2.599.849-3.501.679l-.041.004zm2.748-1.29c.471-.198.942-.503 1.077-.679.215-.291.862-2.443 1.118-3.698.107-.513.094-.531-.485-.675-1.064-.272-2.141.431-2.99 1.96-.889 1.594-1.117 3.02-.538 3.39.404.254.646.209 1.844-.3l-.026.002zm75.289 1.248c-.714-.157-.957-.379-1.159-1.032-.296-.993.391-2.871 1.563-4.259 1.4-1.66 2.949-2.222 5.238-1.895.606.086 1.144.203 1.198.257.068.053-.134.971-.444 2.039-.296 1.064-.566 2.355-.579 2.869l-.027.938.673-.026c.606-.026.674.013.674.3 0 .275-.149.366-.916.575-1.252.353-1.845.275-1.912-.235-.027-.209-.081-.392-.108-.392-.027 0-.444.157-.916.34-.754.3-2.302.692-2.612.653-.054 0-.337-.065-.62-.118l-.053-.014zm2.666-1.228c.39-.183.835-.444.983-.588.35-.366.983-2.234 1.32-3.88.094-.445.067-.471-.539-.615-.512-.13-.727-.117-1.185.079-1.01.431-2.007 1.894-2.532 3.697-.498 1.728.121 2.135 1.98 1.299l-.027.008zm-172.447.901c-.041-.183.242-1.515.633-2.965.781-2.862.781-3.097-.081-2.875-.417.105-.458.079-.458-.209 0-.274.148-.366.916-.572.498-.131 1.171-.256 1.468-.274.525-.031.565-.004.606.449.027.265-.243 1.577-.606 2.914-.364 1.34-.62 2.534-.566 2.657.081.176.242.201.821.123.687-.096.728-.084.674.228-.041.262-.243.379-.929.575-.472.131-1.212.249-1.63.249-.646 0-.754-.04-.835-.314l-.013.014zm6.113.066l-.363-.275 1.239-4.886c.673-2.688 1.212-5.069 1.185-5.297-.054-.422-.108-.444-.727-.274-.297.082-.35.044-.35-.261 0-.419.565-.621 2.114-.758.888-.079.915-.075.915.261 0 .191-.242 1.372-.552 2.624-.309 1.254-.552 2.358-.552 2.46 0 .144.175.117.687-.086 1.777-.706 3.313-.667 3.878.091.525.719.256 2.561-.592 4.076-.431.797-1.737 2.026-2.451 2.313-.929.379-3.865.392-4.39 0l-.041.012zm4.027-.915c.808-.509 1.697-2.234 1.939-3.75.256-1.528-.862-1.829-2.639-.718a2.13 2.13 0 0 0-.835.954c-.283.705-.876 2.992-.876 3.399 0 .601 1.549.672 2.424.105l-.013.01zm6.073.732c-.431-.405-.458-.523-.458-1.477.027-2.425 1.549-4.592 3.65-5.187 1.05-.3 1.979-.195 2.598.281.364.277.431.45.431 1.036 0 1.477-1.481 2.6-3.635 2.731-.62.039-1.185.144-1.239.231-.175.246-.135 1.072.067 1.424.404.68.97.699 2.33.066.848-.392 1.023-.431 1.158-.248.283.401.148.527-1.078 1.051-1.023.434-1.414.523-2.275.523-.943 0-1.078-.037-1.509-.439l-.04.008zm2.855-3.449c1.36-.34 2.249-1.647 1.562-2.274-.431-.394-.835-.381-1.401.046-.444.34-1.171 1.415-1.387 2.056-.08.262-.04.314.27.314.202 0 .646-.078.983-.157l-.027.015zm5.359 3.834c0-.021.283-1.136.633-2.469.35-1.337.647-2.712.647-3.057v-.628l-.633.092c-.566.078-.633.057-.633-.196 0-.314.512-.555 1.804-.847.889-.196 1.226-.061 1.226.497v.337l.565-.345c.997-.601 1.603-.719 2.316-.418.351.144.606.326.58.418-.431 1.372-.674 1.803-1.024 1.803-.31 0-.363-.065-.363-.483 0-1.046-.997-1.046-1.738-.014-.444.654-.915 2.117-1.292 4.064-.108.588-.283 1.071-.364 1.097-.283.079-1.683.209-1.683.17l-.041-.021zm7.986-.136c-.175-.183-.081-.705.835-4.442l.377-1.542h-.539c-.296 0-.539-.039-.539-.078 0-.222.364-.64.553-.64.39 0 1.131-.68 1.454-1.32.35-.705.485-.823 1.01-.823.35 0 .377.052.283.47-.054.262-.148.719-.202 1.007l-.095.535h.741c.754 0 .862.118.646.64-.067.17-.309.236-.848.236-.889 0-.741-.288-1.441 2.861-.512 2.312-.485 2.521.377 2.299.727-.183.781-.169.727.196-.04.249-.242.379-.848.562-.97.301-2.195.34-2.437.079l-.054-.04zm6.423-.183c-1.158-1.123-.323-4.35 1.535-5.853.754-.614 1.939-1.084 2.707-1.084.498 0 1.575.457 1.737.731.256.432.175 1.464-.148 1.947-.66.993-2.114 1.633-3.69 1.633h-.929v.758c0 1.476.687 1.725 2.464.941.566-.248 1.064-.431 1.105-.392.04.039.094.196.134.353.041.235-.175.392-1.117.823-1.024.47-1.32.535-2.276.535-.983 0-1.145-.039-1.481-.365l-.041-.027zm2.801-3.514c.848-.248 1.427-.693 1.683-1.241.216-.458.216-.536-.067-.876-.431-.522-.862-.535-1.522-.013-.511.405-1.373 1.751-1.373 2.143 0 .209.606.196 1.279-.013zm59.722 3.802c-.215-.196-.081-1.045.687-3.972 1.037-3.972 1.589-6.324 1.589-6.703 0-.274-.067-.3-.552-.222-.498.079-.552.053-.552-.261 0-.353.404-.523 1.979-.797.822-.131 1.051-.039 1.051.431 0 .222-.525 2.483-1.185 5.043-.66 2.561-1.199 4.874-1.199 5.135v.484l.727-.079c.687-.078.728-.065.674.235-.041.249-.243.379-.916.562-.889.261-2.087.34-2.276.17l-.027-.026zm5.993-.079c-.189-.287-.081-.901.592-3.305.364-1.241.62-2.378.593-2.509-.068-.248-.108-.261-.795-.117-.363.078-.444.052-.444-.196 0-.34.687-.64 1.925-.862.889-.144 1.266-.066 1.266.261 0 .117-.323 1.437-.713 2.926-.391 1.49-.674 2.783-.606 2.862.067.091.377.117.808.065.673-.078.713-.065.659.235-.04.249-.242.379-.929.562-1.023.301-2.154.34-2.316.092l-.04-.014zm5.871-.065c-.054-.131-.014-.601.094-1.032.364-1.437 1.131-4.756 1.131-4.821 0-.039-.215-.065-.484-.065-.687 0-.553-.405.255-.784.485-.222.768-.51 1.158-1.189.458-.771.593-.889.984-.889h.444l-.216.902c-.121.496-.215.94-.215 1.006 0 .052.35.104.794.104.835 0 .862.013.701.536-.081.287-.202.327-.916.327h-.821l-.539 2.417c-.296 1.332-.498 2.521-.444 2.652.08.183.202.209.619.091.727-.182.768-.169.768.209 0 .288-.135.379-.93.575-1.225.314-2.222.314-2.356 0l-.027-.039zm6.558-.078c-.391-.301-.471-.471-.525-1.281-.121-1.803.794-3.841 2.154-4.782 1.508-1.032 3.151-1.162 4.067-.339.431.392.471.496.391 1.149-.149 1.425-1.657 2.457-3.731 2.548-1.292.066-1.427.209-1.171 1.215.283 1.098.781 1.215 2.37.536 1.05-.444 1.293-.444 1.293 0 0 .457-1.899 1.202-3.273 1.267-1.01.053-1.171.026-1.575-.3v-.013zm3.366-3.841c.997-.458 1.428-1.464.862-2.026-.713-.705-2.02.223-2.68 1.895l-.228.614.713-.091a5.94 5.94 0 0 0 1.347-.379l-.014-.013zm38.015 4.115c0-.026.283-1.137.633-2.469.35-1.333.647-2.705.647-3.058v-.627l-.633.092c-.566.078-.633.065-.633-.196 0-.34.282-.484 1.575-.784 1.118-.261 1.455-.157 1.455.444v.34l.565-.34c.997-.601 1.603-.718 2.316-.431.35.144.62.3.62.34 0 .052-.148.496-.35.98-.297.744-.418.901-.714.901s-.364-.078-.364-.483c0-.98-.929-1.059-1.629-.131-.525.706-.795 1.476-1.239 3.488-.188.915-.39 1.699-.444 1.738-.095.092-1.764.301-1.764.222l-.041-.026zm18.341-.17c-.121-.3.027-1.189.633-3.723l.525-2.156-.444-.039c-.525-.053-.62-.523-.121-.667.565-.156 1.212-.744 1.521-1.385.35-.705.485-.823 1.01-.823.35 0 .377.053.283.471-.054.261-.148.718-.202 1.006l-.094.535h.74c.754 0 .862.118.647.641-.068.169-.31.235-.849.235-.875 0-.74-.288-1.44 2.861-.512 2.313-.485 2.522.377 2.3.727-.183.781-.17.727.196-.041.248-.243.378-.849.561-1.05.327-2.275.34-2.41.04l-.054-.053zm6.423-.143c-1.198-1.085-.363-4.338 1.509-5.854.754-.614 1.939-1.084 2.706-1.084.499 0 1.576.457 1.737.732.256.431.175 1.463-.148 1.959-.673 1.006-2.114 1.633-3.703 1.633h-.943l.081.889c.121 1.398.687 1.594 2.424.81.566-.248 1.064-.431 1.104-.392.041.039.095.196.135.353.054.235-.175.392-1.118.823-1.01.47-1.319.536-2.235.536-.929 0-1.118-.04-1.481-.366l-.068-.039zm3.34-3.737c1.118-.497 1.616-1.646.916-2.13-.458-.313-.795-.261-1.401.222-.511.405-1.373 1.751-1.373 2.156 0 .235 1.09.092 1.845-.248h.013zm4.834 3.998c0-.065.297-1.228.647-2.587.363-1.359.633-2.678.606-2.927-.041-.418-.081-.444-.633-.418-.445.013-.593-.039-.66-.248-.054-.222.081-.327.741-.549a13.29 13.29 0 0 1 1.414-.379c.619-.104.605-.117.996.732.013.013.431-.17.943-.405 1.104-.497 1.279-.523 1.952-.144l.512.275-.337.927c-.283.784-.404.941-.7.941-.296 0-.364-.078-.364-.47 0-1.255-1.319-1.006-2.033.379-.175.339-.539 1.541-.794 2.665-.256 1.123-.499 2.051-.526 2.077-.134.105-1.723.196-1.723.105l-.041.026zm7.959 0c0-.065.256-1.019.579-2.117.337-1.202.579-2.391.592-2.992l.027-1.006-.565.053c-.445.039-.593-.014-.647-.223-.067-.222.068-.313.728-.496 1.44-.405 1.777-.431 2.06-.17a.885.885 0 0 1 .256.575c0 .183.027.34.067.34.027 0 .498-.196 1.05-.431 1.28-.549 2.976-.837 3.488-.588.323.156.35.235.256.901-.067.392-.323 1.503-.579 2.456-.256.954-.485 1.96-.512 2.235-.04.496-.04.496.62.483.457-.013.7.052.754.196.121.3-.027.392-1.024.653-1.131.301-2.181.301-2.302 0-.054-.13.188-1.372.538-2.783.7-2.822.741-3.148.404-3.253-.35-.118-1.562.418-2.289 1.006-.606.483-.673.64-1.05 2.051-.216.85-.445 1.843-.512 2.221-.067.379-.202.719-.296.745-.485.131-1.697.196-1.697.092l.054.052zm10.907-.105c-.054-.13.229-1.45.633-2.952.404-1.49.7-2.796.647-2.914-.054-.144-.202-.157-.606-.052a7.761 7.761 0 0 1-.566.143c-.013 0-.04-.143-.04-.326 0-.275.148-.366.835-.549 1.885-.509 2.464-.418 2.275.34-.04.196-.377 1.437-.727 2.77-.35 1.332-.606 2.521-.552 2.639.067.157.269.196.822.117.673-.078.713-.065.673.236-.108.614-3.151 1.149-3.38.601l-.014-.053zm6.006 0c-.107-.248.027-.927.647-3.423.686-2.757.686-2.508.107-2.508-.7 0-.579-.392.229-.771.472-.222.754-.51 1.131-1.15.418-.692.593-.862.943-.901.485-.053.485-.013.148 1.528l-.094.471h.835c.7 0 .821.039.74.222a1.4 1.4 0 0 0-.094.431c0 .157-.215.209-.848.209h-.849l-.525 2.417c-.283 1.333-.471 2.522-.417 2.652.081.196.202.209.633.105.727-.183.767-.17.767.209 0 .3-.134.379-.929.575-1.212.313-2.222.313-2.356 0l-.068-.066zm6.545-.104c-.445-.353-.458-.392-.458-1.777 0-1.346.027-1.463.606-2.509.714-1.28 1.508-1.972 2.814-2.404 2.263-.757 3.879.536 2.882 2.3-.566 1.006-2.06 1.724-3.595 1.724-.916 0-.983.027-1.078.379-.134.484.041 1.202.35 1.529.364.379.983.314 2.101-.209.835-.379 1.01-.418 1.131-.248.283.405.148.562-.915 1.019-.822.366-1.347.483-2.195.522-1.024.053-1.172.027-1.589-.3l-.054-.026zm3.474-3.868c1.077-.535 1.441-1.607.687-2.051-.283-.17-.498-.196-.835-.091-.552.157-1.36 1.097-1.683 1.973l-.256.679.74-.091c.404-.053 1.018-.236 1.367-.419h-.02zM.013 95.612c.027-.14.192-.274.364-.304.471-.079.875-.458 1.199-1.106.417-.862 1.737-6.846 1.777-8.087.027-1.058.027-1.071-.485-1.359-.983-.562-.713-.653 2.034-.653 2.181 0 2.545.039 2.545.222 0 .131-.202.261-.485.313-1.01.183-1.4 1.085-2.357 5.527-.888 4.155-.888 4.077-.484 4.442.309.275.471.301 1.71.249 1.67-.079 2.276-.327 2.855-1.202.457-.68.484-.693.808-.51.188.105.175.248-.041.823a7.105 7.105 0 0 1-.619 1.281l-.364.574-4.255.04c-3.986.026-4.255.013-4.202-.223v-.027zm80.425.043c0-.112.27-.321.606-.466.418-.183.701-.458.943-.91.458-.842 1.831-6.953 1.858-8.244.027-.974.014-1.006-.484-1.291-1.064-.614-.822-.653 4.026-.653 4.444 0 4.538.008 4.444.284-.054.143-.189.718-.296 1.254-.162.823-.243.98-.539 1.019-.283.039-.35-.026-.35-.34 0-.954-.62-1.228-2.855-1.228h-1.535l-.431 1.829a136.79 136.79 0 0 1-.512 2.078c-.067.222.068.248 1.333.248 1.589 0 2.061-.157 2.518-.823.418-.601.957-.64.835-.079l-.363 1.712c-.216 1.045-.337 1.32-.539 1.32-.161 0-.296-.157-.363-.432-.054-.235-.256-.509-.458-.601-.377-.183-2.882-.274-3.057-.104-.108.091-.579 2.156-.781 3.449-.094.614-.067.693.296.915.323.196.687.222 1.805.183 1.656-.079 2.248-.314 2.93-1.189.296-.379.579-.601.704-.549.31.104.275.366-.194 1.372-.7 1.502-.31 1.398-5.184 1.398-3.569 0-4.269-.039-4.269-.209l-.088.057zm80.784.003c0-.114.242-.28.525-.366 1.01-.31 1.346-1.128 2.343-5.772.862-3.998.848-4.638-.162-4.929-.175-.052-.296-.169-.256-.261.054-.117 1.293-.176 4.485-.204 4.336-.039 4.417-.039 4.309.236-.054.156-.189.718-.296 1.254-.162.823-.243.98-.539 1.019-.296.039-.35-.026-.35-.405 0-.915-.768-1.202-2.936-1.137l-1.252.039-.445 1.856c-.242 1.019-.444 1.946-.444 2.038 0 .261 2.424.235 3.003-.039.242-.118.539-.405.646-.654.122-.274.324-.444.499-.444.377 0 .377-.104-.041 1.829-.283 1.359-.39 1.62-.633 1.62-.175 0-.282-.104-.282-.261 0-.666-1.482-1.176-2.855-.967l-.606.092-.323 1.607c-.566 2.822-.539 3.083.323 3.397.956.352.404.483-2.141.522-2.088.04-2.492.013-2.492-.17l-.08.1zm-93.28-3.086c-.714-.292-1.333-1.193-1.333-1.929 0-1.14 1.117-2.159 2.37-2.155 1.495.005 2.41.825 2.41 2.147.014 1.686-1.697 2.653-3.434 1.947l-.013-.01zm80.945.068c-.27-.109-.701-.437-.943-.732-.364-.435-.444-.672-.431-1.28.027-1.317.929-2.13 2.384-2.13.727 0 .969.072 1.454.431 1.104.797 1.279 2.13.404 3.07-.727.79-1.831 1.037-2.841.641h-.027zm-95.076-5.102c-.31-.311-.337-.279 1.467-2.135l.609-.627.905.183c.498.102.906.227.906.279 0 .097-3.407 2.585-3.537 2.585-.041 0-.202-.127-.364-.284l.014-.001zm80.893 0l-.354-.256 1.198-1.236c.66-.68 1.253-1.236 1.334-1.236.39 0 1.75.352 1.723.444-.04.094-3.003 2.244-3.38 2.456-.094.047-.323-.03-.511-.17l-.01-.002zm105.704.002l-.384-.261 1.244-1.235c.683-.679 1.3-1.234 1.37-1.234.323 0 1.75.345 1.737.418 0 .078-3.003 2.264-3.394 2.476-.094.052-.35-.02-.556-.164h-.017zm-226.931-.737c-.646-.582-.016-1.706.956-1.706.679 0 1.031.32 1.031.934 0 .958-1.246 1.443-1.988.771l.001.001zm107.309.102c-.391-.266-.368-1.153.04-1.522.654-.588 1.907-.196 1.907.601 0 .863-1.199 1.437-1.939.941l-.008-.02zm105.606-.102c-.66-.593-.013-1.706.983-1.706.997 0 1.428 1.006.7 1.657-.494.441-1.238.464-1.696.049h.013zm-139.32-4.102c-.243-.243-.189-.331.961-1.459l1.226-1.203.909.196c.498.105.902.223.902.275-.014.144-3.205 2.352-3.488 2.417-.148.039-.377-.052-.511-.196l.001-.03z"/><path d="M139.945 74.613l.372-.864c.629-1.564 1.279-2.757 2.222-4.068.996-1.387 3.191-3.431 4.103-3.821 1.122-.481 2.515-.65 4.242-.515 1.481.118 6.028.788 7.864 1.163 1.398.282 3.445.309 4.407.056 1.855-.486 2.953-1.428 3.475-2.976.401-1.189.397-2.274-.01-2.992-.547-.967-.454-1.228.875-2.365.655-.575 1.192-1.098 1.194-1.163 0-.392-.916-1.921-1.145-1.934-.148 0-.431-.13-.633-.274l-.377-.274.781-.366c1.077-.497 1.872-1.268 1.872-1.816 0-.235-.229-.81-.512-1.281-.539-.901-.673-1.764-.377-2.273.189-.34.539-.483 2.209-.915 1.4-.365 1.912-.744 2.114-1.554.161-.693.08-1.137-.377-1.973-.377-.68-2.828-4.064-3.528-4.887-.957-1.11-2.128-3.031-2.465-4.063-.336-1.019-.35-1.084-.094-2.391.525-2.783.215-5.082-1.279-9.564-1.118-3.345-1.414-4.155-1.751-4.782-.633-1.123-.552-1.385.741-2.338.619-.458 1.185-.941 1.266-1.085.39-.653-.054-1.92-.782-2.273-.471-.222-.727-.066-1.198.718-.364.601-.512.706-.889.706-.633 0-.74-.235-.336-.719.457-.575.431-.666-.31-.757-.552-.066-.835-.262-2.034-1.359-1.589-1.464-2.666-2.143-4.793-3.031-.983-.405-1.32-.601-.97-.549.31.039 1.387.117 2.41.17 2.95.13 3.663-.222 4.35-2.143.458-1.307.687-1.908-.391-2.822L156.342 0h88.213v74.613h-104.61z" fill="#e2011c"/><path d="M64.722 74.613c-.639-.06-1.194-.086-1.233-.121-.068-.06.655-.48 3.967-2.3 1.064-.585 1.5-.898 1.352-.97-.121-.058-1.047-.149-2.061-.204-1.505-.079-1.941-.058-2.383.127-.3.124-1.492.449-2.65.723-2.882.68-3.838 1.148-4.767 2.3l-.35.444H0V0h112.315l-2.176 1.28c-1.198.539-2.591 1.285-3.094 1.66-1.708 1.267-4.009 4.157-4.583 5.755-.215.588-.404.806-1.05 1.206-.997.609-2.182 1.769-3.165 3.091-1.333 1.795-3.878 5.84-4.376 6.961-.781 1.741-.714 3.067.431 8.268.498 2.29 1.037 4.617 1.198 5.17.162.553.337 1.49.391 2.081.094 1.059.175 1.287.862 2.585.188.355.336.757.336.896 0 .138.135.331.31.431a.67.67 0 0 1 .31.54c0 .248.363.721 1.158 1.509 1.818 1.803 3.137 3.493 3.137 4.028 0 .439-.713.552-1.871.296-1.347-.3-2.451-.946-4.148-2.435-.727-.634-1.306-1.058-1.306-.946 0 .112.485.702 1.091 1.307 1.198 1.209 1.387 1.539 1.131 1.976-.229.385-.781.497-1.535.31-.876-.216-1.374.085-1.239.728.081.405.067.444-.189.366-.485-.17-1.562-.366-2.518-.458-.889-.078-.956-.117-1.481-.784-.404-.509-.727-.744-1.145-.849-1.575-.392-5.507-1.019-8.133-1.28-4.633-.458-5.75-.497-7.972-.248-1.71.182-2.168.3-3.098.718-1.656.758-4.524 3.136-4.524 3.75 0 .287.633.196 1.346-.209 2.182-1.215 9.683-2.94 13.359-3.071 1.818-.065 1.724.014-.471.379-.606.105-2.034.432-3.178.745-1.145.314-3.125.784-4.39 1.058-1.266.262-2.707.614-3.178.771l-.876.288 1.347.013c6.895.065 14.732 2.038 17.937 4.507 1.373 1.059 1.872 1.189 3.891.993 2.774-.261 6.356-1.45 7.932-2.639.687-.51 1.239-.719 1.239-.444 0 .47-.902 2.992-1.293 3.606-.431.705-.458.797-.229.954.135.091.216.209.162.248-.054.052.054.131.242.183.525.157.391.3-.444.483-.808.196-1.455.523-1.455.745 0 .078.108.144.243.144.404 0 .108.261-.431.365-.364.079-.431.131-.269.223.161.091.161.13.013.13-.108 0-.202.144-.202.327 0 .222-.161.379-.485.509-.794.327-.579.497.512.405.552-.052.889-.052.754 0-.135.04-1.023.405-1.979.81-.97.392-2.222.876-2.788 1.059-.646.209-1.05.418-1.091.575-.053.248.243.235.997-.026.135-.053.256-.027.256.039 0 .065-1.657.927-3.677 1.92-2.033.993-3.918 2.012-4.214 2.261-.297.261-.66.47-.835.47-.162 0-.377.17-.485.366-.31.614-.256.692.485.575 1.09-.17 1.602-.157 1.67.039.04.104-.068.183-.243.183a.747.747 0 0 0-.498.209c-.108.117-.377.235-.606.248-.283.039-.539.209-.754.51-.175.248-.458.496-.633.535-.175.039.071.053.552.013 7.15-.483 8.484-.718 11.369-2.038 2.459-1.123 5.01-2.809 6.828-4.481.525-.484 1.01-.876 1.077-.876.246 0 .112.797-.252 1.516-.633 1.228-1.952 2.352-4.673 3.985-1.373.823-2.854 1.607-3.293 1.725-1.366.391-3.569.81-5.885 1.11-7.532.98-10.415 1.725-13.27 3.436-.482.275-.983.497-1.117.471-.135-.013-.498.156-.795.392-.848.666-.229.548 1.549-.275 1.831-.849 2.68-.98 1.239-.196-1.764.967-3.097 1.581-4.417 1.581h-7.023l.085-.148zm-9.356-8.322c.285-.109 1.231-.588 2.101-1.064.871-.475 1.904-.998 2.298-1.159l2.465-1.006c2.015-.82 4.975-1.594 5.144-1.345.06.086.502.183.983.213.669.041.786.081.511.169-.196.062-.358.17-.358.241 0 .259 1.488.183 2.114-.111.247-.118.802-.248 1.234-.301.538-.065.786-.156.786-.3 0-.17.138-.196.622-.118.67.105 2.106-.143 5.979-1.019 2.62-.601 4.606-1.202 6.35-1.92l1.261-.523-1.261-.732c-3.077-1.777-6.168-2.874-12.951-4.586-1.181-.3-2.218-.614-2.305-.692-.105-.092-.054-.105.159-.039.677.222 1.193.261 1.193.091 0-.209-.512-.379-1.519-.509-.92-.118-1.514-.366-.875-.366.989 0-.711-.575-2.616-.863-1.409-.222-1.49-.274-.902-.535.512-.222 1.064-1.072.92-1.411-.121-.301-.269-.262-1.037.196-1.468.888-2.814 2.351-3.568 3.867-.431.862-.283.941 1.939 1.032 1.831.066 1.858.079 1.387.301a4.987 4.987 0 0 1-1.172.326c-1.293.17-2.006.732-1.36 1.059.189.091.121.169-.35.379-.525.222-.552.274-.31.391.162.079.62.118 1.024.092.565-.039.821.013 1.09.222l.351.274-.701.392c-.39.222-.821.614-.969.863-.148.248-.674.849-1.185 1.332-.499.484-.916.98-.916 1.111 0 .118-.727.758-1.629 1.398-2.411 1.738-3.461 2.704-3.461 3.162 0 .248-.135.457-.377.601-.754.444-1.145.953-.727.953.094 0 .404-.091.686-.195l-.048.129zm18.601-1.678c.595-.072 1.286-.239 1.532-.371l.45-.24-.768-.345-.767-.345-.765.28c-.422.154-1.005.361-1.296.461-1.174.401-1.326.94-.226.792a131.98 131.98 0 0 1 1.84-.223v-.009zm-26.923-6.53c3.541-3.345 6.043-5.33 9.217-7.316 1.078-.675 1.84-1.065 1.878-.963.102.274.565.196 1.317-.235.864-.497 1.296-1.006 2.375-2.757 1.118-1.829 1.543-2.287 3.158-3.41.767-.523 1.872-1.32 2.478-1.751.875-.627 1.077-.732 1.01-.483-.054.182-.014.313.107.313.364 0 2.074-.666 2.128-.823.094-.261-1.63-.523-2.909-.444-.983.052-1.319.157-2.545.744-2.855 1.398-4.928 2.901-8.874 6.468-2.841 2.561-5.077 4.285-6.208 4.769-.364.156-.646.496-1.091 1.306-.862 1.594-2.424 3.881-3.891 5.736-1.387 1.751-1.684 2.352-.606 1.228a139.07 139.07 0 0 1 2.504-2.43l-.048.048zm35.459 15.71c4.255-.8 4.726-.86 7.712-.977 3.353-.134 3.781-.212 5.798-1.068.647-.274.9-.324.99-.196.156.226 1.252-.313 3.39-1.666.875-.552 2.11-1.26 2.747-1.571.96-.471 1.252-.549 1.715-.471.493.083.64.026 1.269-.47 1.745-1.389 3.234-2.03 4.722-2.034.445 0 .597.057.597.228 0 .147.087.202.238.149.445-.156.243.013-.897.784-1.319.876-1.198 1.15.148.301 1.293-.81 1.307-.81 1.307-.484 0 .183-.499.654-1.401 1.333-2.06 1.542-3.514 2.822-5.723 5.03l-1.979 1.921H77.969l4.531-.823.003.014zm.04-29.23c.154-.036.404-.036.556 0 .154.037.027.066-.277.066-.307 0-.431-.029-.279-.066z" fill="#003189"/><path d="M156.719 39.105c-.695-.097-.337-.33.505-.33.843 0 1.287-.292 1.287-.846 0-.262-.054-.303-.323-.226-.229.065-.391.01-.552-.187-.135-.183-.485-.314-.997-.375-.902-.109-2.37-.899-2.114-1.137.094-.081.566-.178 1.037-.213.835-.063.889-.091 1.05-.551.135-.344.31-.51.606-.575.243-.05.606-.239.822-.422.229-.183.942-.653 1.589-1.032 1.104-.654 1.791-1.346 1.548-1.568-.256-.235-2.639-.484-3.77-.405-1.307.091-3.555.523-4.485.849-.956.327-.686.039.647-.666 1.791-.967 5.238-1.855 7.137-1.855.741 0 3.218.522 3.515.744.579.431-.054 1.947-1.118 2.705l-.445.313.728.706-.377.274c-.202.144-.485.275-.62.275s-.485.196-.767.444c-.431.379-.485.496-.364.797.094.222.094.444-.027.64-.108.183-.135.588-.067 1.058.134.954-.054 1.294-.835 1.49-.566.143-2.666.17-3.582.039l-.028.054z" fill="#7f7f7f"/></g></svg>
|
@@ -0,0 +1,18 @@
|
|
1
|
+
{
|
2
|
+
"name": "",
|
3
|
+
"icons": [
|
4
|
+
{
|
5
|
+
"src": "/android-chrome-192x192.png",
|
6
|
+
"sizes": "192x192",
|
7
|
+
"type": "image/png"
|
8
|
+
},
|
9
|
+
{
|
10
|
+
"src": "/android-chrome-512x512.png",
|
11
|
+
"sizes": "512x512",
|
12
|
+
"type": "image/png"
|
13
|
+
}
|
14
|
+
],
|
15
|
+
"theme_color": "#ffffff",
|
16
|
+
"background_color": "#ffffff",
|
17
|
+
"display": "standalone"
|
18
|
+
}
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg viewBox="0 0 114 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#373c42" fill-rule="nonzero"><path d="M.937 11.726A.925.925 0 0 0 0 12.64c0 .465.426.866.92.866.528 0 .972-.385.972-.866 0-.497-.444-.914-.955-.914zM4.84 13.33V1.476h2.266v3.785c.727-.684 1.568-1.058 2.522-1.122.125-.011.262-.016.409-.016 1.432 0 2.608.492 3.528 1.475.818.888 1.227 1.963 1.227 3.224 0 1.209-.37 2.262-1.108 3.16-.863 1.038-2.028 1.556-3.493 1.556-1.102 0-2.023-.294-2.761-.882a6.724 6.724 0 0 1-.511-.465v1.139H4.84zm4.873-7.25c-.977 0-1.721.363-2.232 1.09-.341.471-.511 1.022-.511 1.652 0 1.016.386 1.781 1.159 2.294.465.31 1.011.465 1.636.465 1.022 0 1.783-.379 2.283-1.138.307-.46.46-.995.46-1.604 0-.974-.375-1.728-1.125-2.262-.477-.332-1.033-.497-1.67-.497zM26.294 9.833h-7.31c.204.791.727 1.321 1.568 1.588.318.107.664.16 1.039.16.773 0 1.397-.224 1.875-.673a3.7 3.7 0 0 0 .204-.209h2.471c-.136.396-.386.808-.75 1.235-.988 1.07-2.238 1.604-3.749 1.604-1.499 0-2.749-.481-3.749-1.443-.909-.877-1.363-1.936-1.363-3.176 0-1.348.505-2.476 1.517-3.385.954-.866 2.107-1.299 3.459-1.299 1.5 0 2.715.503 3.647 1.508.818.887 1.227 1.978 1.227 3.272 0 .289-.029.561-.086.818zm-7.378-1.877h5.231c-.261-1.048-.988-1.63-2.181-1.748a5.294 5.294 0 0 0-.426-.016c-1.307 0-2.159.529-2.556 1.588a2.42 2.42 0 0 0-.068.176zM29.004 13.33V6.384h-1.108V4.443h1.108V1.476h2.266v2.967h1.364v1.941H31.27v6.946h-2.266zM44.051 4.443v8.887h-2.079v-1.155c-.75.802-1.624 1.251-2.624 1.347-.159.011-.33.016-.511.016-1.489 0-2.687-.497-3.596-1.491-.772-.856-1.159-1.899-1.159-3.128 0-1.476.523-2.663 1.568-3.561.886-.749 1.965-1.123 3.238-1.123 1.238 0 2.221.406 2.948 1.219.045.053.091.112.136.176V4.443h2.079zm-4.925 1.749c-.999 0-1.755.374-2.266 1.123-.33.47-.494 1.021-.494 1.652 0 .994.397 1.727 1.193 2.197.454.278.988.417 1.602.417.897 0 1.584-.267 2.061-.802a3.135 3.135 0 0 0 .682-1.828c0-1.016-.386-1.781-1.159-2.294-.465-.31-1.005-.465-1.619-.465zM47.8 11.726a.925.925 0 0 0-.937.914c0 .465.426.866.92.866.529 0 .972-.385.972-.866 0-.497-.443-.914-.955-.914zM59.03 4.443h2.165v7.203c0 1.625-.318 2.828-.955 3.609-.908 1.08-2.221 1.62-3.936 1.62-1.806 0-3.193-.567-4.158-1.701a4.435 4.435 0 0 1-.699-1.122h2.573c.546.566 1.199.877 1.96.93.125.011.261.016.409.016 1.681 0 2.562-.946 2.641-2.839-.727.802-1.567 1.251-2.522 1.347a4.825 4.825 0 0 1-.579.032c-1.454 0-2.624-.508-3.511-1.523-.749-.867-1.124-1.931-1.124-3.193 0-1.422.505-2.577 1.516-3.464.864-.749 1.909-1.123 3.136-1.123 1.363 0 2.391.444 3.084 1.331V4.443zm-2.828 1.749c-1.034 0-1.784.401-2.25 1.203-.25.438-.375.946-.375 1.524 0 1.101.421 1.882 1.261 2.342.398.213.864.32 1.398.32 1.068 0 1.84-.395 2.317-1.187.25-.417.375-.909.375-1.475 0-1.048-.397-1.818-1.193-2.31a2.757 2.757 0 0 0-1.329-.417h-.204zM68.386 4.235c1.477 0 2.704.486 3.681 1.46.909.898 1.363 1.983 1.363 3.256 0 1.251-.5 2.331-1.499 3.24-.989.898-2.165 1.347-3.528 1.347-1.397 0-2.59-.465-3.579-1.395-.954-.909-1.431-1.995-1.431-3.256 0-1.294.5-2.396 1.5-3.305.977-.898 2.141-1.347 3.493-1.347zm.017 1.957c-.852 0-1.556.326-2.113.978a2.563 2.563 0 0 0-.614 1.685c0 .909.358 1.636 1.074 2.181a2.722 2.722 0 0 0 1.67.545c.875 0 1.585-.336 2.13-1.01a2.603 2.603 0 0 0 .597-1.684c0-.867-.347-1.572-1.04-2.118a2.719 2.719 0 0 0-1.704-.577zM83.962 4.443v8.887h-2.096v-.85c-.659.609-1.375.951-2.148 1.026l-.562.032c-1.272 0-2.232-.438-2.88-1.315-.432-.599-.665-1.412-.699-2.438a9.066 9.066 0 0 1-.017-.578V4.443h2.267V8.79c0 1.123.153 1.866.46 2.23.295.374.738.561 1.329.561.807 0 1.38-.272 1.721-.818.239-.342.358-1.053.358-2.133V4.443h2.267zM89.534 13.33l-3.8-8.887h2.522l2.181 5.887 2.147-5.887h2.557L91.34 13.33h-1.806zM96.412 11.726c-.481 0-.882.401-.882.914 0 .465.401.866.866.866.497 0 .914-.385.914-.866 0-.497-.417-.914-.898-.914zM100.246 5.53h1.766l-1.785 8.266c-.466 2.134-1.106 3.201-1.94 3.201-.233 0-.388-.136-.388-.33 0-.058.019-.097.077-.194a.576.576 0 0 0 .097-.33.761.761 0 0 0-.776-.756c-.407 0-.718.368-.718.834 0 .66.679 1.183 1.533 1.183 1.766 0 3.143-1.94 3.997-5.568l1.455-6.306h2.154l.116-.621h-2.114c.582-3.105 1.338-4.482 2.425-4.482.272 0 .427.097.427.252 0 .039-.02.097-.078.194a.657.657 0 0 0-.116.408c0 .465.291.776.718.776.446 0 .834-.369.834-.796 0-.718-.718-1.261-1.688-1.261-.951 0-1.727.427-2.445 1.339-.582.776-.989 1.668-1.591 3.57h-1.824l-.136.621zM108.163 13.33c1.067-3.396 1.397-4.191 2.289-5.685.679-1.106 1.223-1.708 1.553-1.708.135 0 .232.078.329.272.156.33.311.427.699.427.582 0 .912-.349.912-.97s-.369-1.009-.912-1.009c-.446 0-.99.291-1.494.834-.815.815-1.63 1.999-1.94 2.755l-.291.718 1.086-4.268-.058-.039c-1.416.252-1.63.291-3.046.524v.329c.427-.077.504-.097.659-.097.427 0 .68.194.68.544 0 .252-.156 1.047-.311 1.63l-1.649 5.743h1.494z"/></g></svg>
|
@@ -0,0 +1 @@
|
|
1
|
+
<svg viewBox="0 0 113 19" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g fill="#373c42" fill-rule="nonzero"><path d="M.937 12.452a.925.925 0 0 0-.937.914c0 .465.426.866.92.866.528 0 .972-.385.972-.866 0-.497-.444-.914-.955-.914zM13.903 2.206v11.85h-2.08v-1.151c-.461.48-.935.827-1.423 1.041-.488.214-1.051.321-1.689.321a4.83 4.83 0 0 1-2.409-.61 4.497 4.497 0 0 1-1.71-1.684 4.64 4.64 0 0 1-.624-2.374c0-.872.209-1.673.628-2.404A4.588 4.588 0 0 1 6.31 5.472a4.684 4.684 0 0 1 2.384-.627c.594 0 1.15.1 1.668.298.519.198.945.47 1.278.814V2.206h2.263zM8.977 6.803c-.766 0-1.411.261-1.935.784-.524.522-.786 1.169-.786 1.942 0 .778.273 1.436.82 1.974.546.538 1.21.806 1.992.806.766 0 1.414-.263 1.943-.791.53-.527.795-1.172.795-1.934 0-.804-.266-1.469-.799-1.993-.532-.525-1.209-.788-2.03-.788zM25.687 5.166v8.89h-2.072v-1.151c-.455.485-.925.834-1.41 1.045-.486.212-1.061.317-1.727.317-.91 0-1.727-.197-2.451-.591a4.3 4.3 0 0 1-1.697-1.649c-.408-.704-.612-1.498-.612-2.381 0-.892.206-1.695.616-2.408a4.361 4.361 0 0 1 1.714-1.672c.733-.402 1.559-.603 2.48-.603.682 0 1.27.111 1.764.333.494.222.935.575 1.323 1.061V5.166h2.072zm-4.959 1.755c-.788 0-1.439.261-1.952.783-.513.522-.769 1.185-.769 1.989 0 .778.259 1.409.778 1.892.518.483 1.191.724 2.017.724.821 0 1.483-.245 1.985-.736s.753-1.133.753-1.927c0-.804-.262-1.459-.786-1.965-.524-.507-1.2-.76-2.026-.76zM28.794 14.056V7.109h-1.107V5.166h1.107v-2.96h2.263v2.96h1.365v1.943h-1.365v6.947h-2.263zM43.866 5.166v8.89h-2.072v-1.151c-.455.485-.925.834-1.41 1.045-.485.212-1.061.317-1.727.317-.909 0-1.726-.197-2.45-.591a4.296 4.296 0 0 1-1.698-1.649c-.407-.704-.611-1.498-.611-2.381 0-.892.205-1.695.616-2.408.41-.713.981-1.27 1.714-1.672.732-.402 1.558-.603 2.479-.603.683 0 1.271.111 1.764.333.494.222.935.575 1.323 1.061V5.166h2.072zm-4.959 1.755c-.788 0-1.438.261-1.951.783-.513.522-.77 1.185-.77 1.989 0 .778.259 1.409.778 1.892.519.483 1.191.724 2.018.724.821 0 1.482-.245 1.984-.736s.753-1.133.753-1.927c0-.804-.262-1.459-.786-1.965-.524-.507-1.199-.76-2.026-.76zM47.772 12.452a.925.925 0 0 0-.937.914c0 .465.426.866.92.866.528 0 .971-.385.971-.866 0-.497-.443-.914-.954-.914zM58.967 5.166h2.163v7.206c0 .883-.081 1.615-.245 2.197a3.736 3.736 0 0 1-.795 1.492c-.898 1.029-2.183 1.543-3.852 1.543-1.154 0-2.155-.248-3.004-.744a4.335 4.335 0 0 1-1.847-2.083h2.571c.333.344.679.588 1.04.732.36.143.804.215 1.331.215.843 0 1.484-.235 1.922-.705.439-.47.677-1.182.716-2.138-.444.491-.906.845-1.385 1.061-.48.217-1.053.325-1.719.325-.887 0-1.685-.201-2.392-.603a4.244 4.244 0 0 1-1.652-1.68c-.394-.718-.59-1.528-.59-2.432 0-1.315.441-2.409 1.323-3.281.882-.872 1.991-1.308 3.328-1.308 1.353 0 2.382.444 3.087 1.331V5.166zm-2.862 1.755c-.777 0-1.402.249-1.877.748-.474.498-.711 1.158-.711 1.977 0 .81.24 1.456.72 1.939.479.483 1.124.724 1.934.724.821 0 1.476-.244 1.964-.732s.732-1.142.732-1.962c0-.804-.254-1.454-.761-1.95-.508-.496-1.175-.744-2.001-.744zM68.439 4.963c.899 0 1.731.209 2.497.626.765.418 1.37.986 1.814 1.704a4.37 4.37 0 0 1 .665 2.338c0 .835-.223 1.609-.67 2.322a4.782 4.782 0 0 1-1.826 1.692 5.22 5.22 0 0 1-2.513.622c-.91 0-1.751-.207-2.525-.622a4.808 4.808 0 0 1-1.835-1.692 4.276 4.276 0 0 1-.674-2.322c0-.637.132-1.244.395-1.821a4.586 4.586 0 0 1 1.074-1.488 5.118 5.118 0 0 1 1.618-.991 5.392 5.392 0 0 1 1.98-.368zm-.091 1.958c-.732 0-1.363.265-1.893.795a2.592 2.592 0 0 0-.795 1.899c0 .742.267 1.376.799 1.903a2.631 2.631 0 0 0 1.922.791c.755 0 1.401-.262 1.939-.787.538-.524.807-1.155.807-1.891 0-.763-.269-1.405-.807-1.927s-1.196-.783-1.972-.783zM84.019 5.166v8.89h-2.096v-.854c-.433.392-.851.667-1.253.827-.402.159-.886.238-1.452.238-.638 0-1.209-.121-1.714-.364a3.086 3.086 0 0 1-1.223-1.037 3.523 3.523 0 0 1-.516-1.191c-.1-.433-.15-1.013-.15-1.739v-4.77h2.272v4.347c0 .616.036 1.098.108 1.445.072.348.194.62.366.819.327.355.766.532 1.315.532a2.38 2.38 0 0 0 1.052-.223 1.61 1.61 0 0 0 .704-.63c.122-.199.206-.456.253-.772.048-.316.071-.758.071-1.327V5.166h2.263zM89.639 14.056l-3.802-8.89h2.521l2.18 5.89 2.147-5.89h2.563l-3.803 8.89h-1.806zM96.441 12.453c-.481 0-.881.4-.881.914 0 .465.4.865.865.865.497 0 .914-.384.914-.865a.92.92 0 0 0-.898-.914z"/><path d="M99.45 5.831h1.862l-1.883 8.716c-.491 2.251-1.166 3.376-2.046 3.376-.245 0-.409-.143-.409-.348 0-.061.021-.102.082-.204a.613.613 0 0 0 .102-.348.803.803 0 0 0-.818-.798c-.43 0-.757.389-.757.88 0 .695.716 1.248 1.616 1.248 1.862 0 3.315-2.046 4.215-5.872l1.535-6.65h2.271l.122-.655h-2.23c.614-3.273 1.412-4.726 2.558-4.726.286 0 .45.102.45.266 0 .041-.021.102-.082.205a.694.694 0 0 0-.123.429c0 .491.307.819.757.819.471 0 .88-.389.88-.839 0-.757-.757-1.33-1.78-1.33-1.003 0-1.821.45-2.578 1.412-.614.818-1.043 1.759-1.678 3.764h-1.923l-.143.655zM106.672 14.056c1.126-3.58 1.473-4.419 2.415-5.995.716-1.166 1.289-1.8 1.636-1.8.144 0 .246.082.348.286.164.348.328.45.737.45.614 0 .961-.368.961-1.023 0-.654-.388-1.064-.961-1.064-.471 0-1.044.307-1.576.88-.859.86-1.718 2.108-2.046 2.906l-.307.757 1.146-4.502-.061-.041c-1.494.266-1.719.307-3.212.553v.348c.45-.082.532-.103.695-.103.45 0 .716.205.716.573 0 .266-.163 1.105-.327 1.719l-1.739 6.056h1.575z"/></g></svg>
|
data/assets/preview.png
ADDED
Binary file
|
Binary file
|
@@ -0,0 +1,15 @@
|
|
1
|
+
<?xml version="1.0" standalone="no"?>
|
2
|
+
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
3
|
+
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
4
|
+
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
5
|
+
width="620.000000pt" height="620.000000pt" viewBox="0 0 620.000000 620.000000"
|
6
|
+
preserveAspectRatio="xMidYMid meet">
|
7
|
+
<metadata>
|
8
|
+
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
9
|
+
</metadata>
|
10
|
+
<g transform="translate(0.000000,620.000000) scale(0.100000,-0.100000)"
|
11
|
+
fill="#000000" stroke="none">
|
12
|
+
<path d="M0 3100 l1 -1320 3099 0 3100 0 0 1320 -1 1320 -3099 0 -3100 0 0
|
13
|
+
-1320z"/>
|
14
|
+
</g>
|
15
|
+
</svg>
|
data/assets/style/main.css
CHANGED
@@ -15,18 +15,31 @@ h6 {
|
|
15
15
|
}
|
16
16
|
|
17
17
|
h1 {
|
18
|
-
font-size:
|
18
|
+
font-size: 2em;
|
19
19
|
}
|
20
20
|
|
21
21
|
h2 {
|
22
|
-
font-size:
|
22
|
+
font-size: 1.5em;
|
23
23
|
}
|
24
24
|
|
25
25
|
h3 {
|
26
|
-
font-size: 1.
|
26
|
+
font-size: 1.25em;
|
27
27
|
}
|
28
28
|
|
29
29
|
h4 {
|
30
|
+
font-size: 1em;
|
31
|
+
}
|
32
|
+
|
33
|
+
* + h1,
|
34
|
+
* + h2,
|
35
|
+
* + h3,
|
36
|
+
* + h4,
|
37
|
+
* + h5,
|
38
|
+
* + h6 {
|
39
|
+
margin-top: 2em;
|
40
|
+
}
|
41
|
+
|
42
|
+
.lead-text {
|
30
43
|
font-size: 1.25em;
|
31
44
|
}
|
32
45
|
|
@@ -50,10 +63,10 @@ p {
|
|
50
63
|
text-align: right;
|
51
64
|
}
|
52
65
|
|
53
|
-
|
66
|
+
.text-quote {
|
54
67
|
background-color: #ebeff3;
|
55
68
|
border-left: 8px solid #c9d3df;
|
56
|
-
padding: 4px 25px;
|
69
|
+
padding: 4px 0 4px 25px;
|
57
70
|
}
|
58
71
|
|
59
72
|
.icon {
|
@@ -82,6 +95,7 @@ body {
|
|
82
95
|
}
|
83
96
|
|
84
97
|
body {
|
98
|
+
color: #26353f;
|
85
99
|
padding: 0;
|
86
100
|
margin: 0;
|
87
101
|
overflow: auto;
|
@@ -98,34 +112,15 @@ a:hover,
|
|
98
112
|
a:focus,
|
99
113
|
a:visited,
|
100
114
|
a:active {
|
101
|
-
color: #0081d5;
|
102
|
-
text-decoration: none;
|
103
115
|
-webkit-transition: color 0.2s ease-out;
|
104
116
|
transition: color 0.2s ease-out;
|
117
|
+
color: currentColor;
|
105
118
|
}
|
106
119
|
|
107
120
|
small {
|
108
121
|
font-size: 0.875em;
|
109
122
|
}
|
110
123
|
|
111
|
-
.tag-list {
|
112
|
-
padding: 0;
|
113
|
-
margin: 0;
|
114
|
-
}
|
115
|
-
|
116
|
-
.tag {
|
117
|
-
background: #0081d5;
|
118
|
-
border-radius: 3px;
|
119
|
-
display: inline-block;
|
120
|
-
padding: 0.3em 0.8em;
|
121
|
-
margin-right: 0.5em;
|
122
|
-
color: #fff;
|
123
|
-
}
|
124
|
-
|
125
|
-
.tag a {
|
126
|
-
color: #fff;
|
127
|
-
}
|
128
|
-
|
129
124
|
.modals .button {
|
130
125
|
margin: auto;
|
131
126
|
}
|
@@ -152,8 +147,10 @@ td {
|
|
152
147
|
}
|
153
148
|
|
154
149
|
thead th {
|
155
|
-
background: #
|
156
|
-
font-size:
|
150
|
+
background: #fff;
|
151
|
+
font-size: 0.875em;
|
152
|
+
font-weight: 200;
|
153
|
+
text-transform: uppercase;
|
157
154
|
}
|
158
155
|
|
159
156
|
tr:hover {
|
@@ -168,8 +165,9 @@ pre {
|
|
168
165
|
code {
|
169
166
|
background: #ebeff3;
|
170
167
|
border-radius: 3px;
|
171
|
-
padding: 0.5em;
|
168
|
+
padding: 0 0.5em;
|
172
169
|
font-family: 'Courier New';
|
170
|
+
font-size: 0.9em;
|
173
171
|
word-break: break-word;
|
174
172
|
white-space: pre-wrap;
|
175
173
|
vertical-align: middle;
|
@@ -179,7 +177,6 @@ code {
|
|
179
177
|
}
|
180
178
|
|
181
179
|
pre code {
|
182
|
-
font-size: 1em;
|
183
180
|
padding: 1em;
|
184
181
|
}
|
185
182
|
|
@@ -198,29 +195,30 @@ input[type="button"]:visited {
|
|
198
195
|
display: inline-block;
|
199
196
|
padding: 0.5em 2em;
|
200
197
|
color: #fff;
|
201
|
-
background-color: #
|
198
|
+
background-color: #0053b3;
|
202
199
|
border-radius: 3px;
|
203
200
|
border: 0;
|
204
|
-
-webkit-box-shadow: 0 2px #
|
205
|
-
box-shadow: 0 2px #
|
201
|
+
-webkit-box-shadow: 0 -2px inset #003b80;
|
202
|
+
box-shadow: 0 -2px inset #003b80;
|
206
203
|
font-family: "Source Sans Pro", Arial, sans-serif;
|
207
204
|
font-size: 1em;
|
208
205
|
position: relative;
|
209
206
|
top: 0;
|
210
207
|
overflow: hidden;
|
208
|
+
text-decoration: none;
|
211
209
|
}
|
212
210
|
|
213
211
|
a.button:hover,
|
214
212
|
button.button:hover,
|
215
213
|
input[type="button"]:hover {
|
216
|
-
background: #
|
214
|
+
background: #003b80;
|
217
215
|
}
|
218
216
|
|
219
217
|
a.button:active,
|
220
218
|
button.button:active,
|
221
219
|
input[type="button"]:hover {
|
222
|
-
-webkit-transform: translateY(
|
223
|
-
transform: translateY(
|
220
|
+
-webkit-transform: translateY(1px);
|
221
|
+
transform: translateY(1px);
|
224
222
|
border-bottom: 0;
|
225
223
|
-webkit-box-shadow: none;
|
226
224
|
box-shadow: none;
|
@@ -245,26 +243,26 @@ input[type="button"].large {
|
|
245
243
|
|
246
244
|
.button.warning,
|
247
245
|
a.button.warning {
|
248
|
-
background-color: #
|
249
|
-
-webkit-box-shadow: 0 2px #
|
250
|
-
box-shadow: 0 2px #
|
246
|
+
background-color: #d63626;
|
247
|
+
-webkit-box-shadow: 0 -2px inset #ab2b1e;
|
248
|
+
box-shadow: 0 -2px inset #ab2b1e;
|
251
249
|
}
|
252
250
|
|
253
251
|
.button.warning:hover,
|
254
252
|
.button.warning:active {
|
255
|
-
background-color: #
|
253
|
+
background-color: #ab2b1e;
|
256
254
|
}
|
257
255
|
|
258
256
|
.button.secondary,
|
259
257
|
a.button.secondary {
|
260
|
-
background-color: #
|
261
|
-
-webkit-box-shadow: 0 2px #
|
262
|
-
box-shadow: 0 2px #
|
258
|
+
background-color: #53657d;
|
259
|
+
-webkit-box-shadow: 0 -2px inset #26353f;
|
260
|
+
box-shadow: 0 -2px inset #26353f;
|
263
261
|
}
|
264
262
|
|
265
263
|
.button.secondary:hover,
|
266
264
|
.button.secondary:active {
|
267
|
-
background-color: #
|
265
|
+
background-color: #26353f;
|
268
266
|
}
|
269
267
|
|
270
268
|
.button + .button {
|
@@ -331,9 +329,8 @@ a.button.secondary {
|
|
331
329
|
}
|
332
330
|
|
333
331
|
.notification {
|
334
|
-
color: #0081d5;
|
335
332
|
background: #b4e1fa;
|
336
|
-
border: 1px solid #
|
333
|
+
border: 1px solid #006be6;
|
337
334
|
border-radius: 3px;
|
338
335
|
padding: 1em;
|
339
336
|
margin-bottom: 1em;
|
@@ -370,21 +367,18 @@ a.button.secondary {
|
|
370
367
|
}
|
371
368
|
|
372
369
|
.notification.success {
|
373
|
-
color: #03bd5b;
|
374
370
|
background: #daf5e7;
|
375
371
|
border-color: #03bd5b;
|
376
372
|
}
|
377
373
|
|
378
374
|
.notification.warning {
|
379
|
-
color: #ff9947;
|
380
375
|
background: #fff0e4;
|
381
376
|
border-color: #ff9947;
|
382
377
|
}
|
383
378
|
|
384
379
|
.notification.error {
|
385
|
-
|
386
|
-
|
387
|
-
border-color: #d1335b;
|
380
|
+
background: #efaca6;
|
381
|
+
border-color: #d63626;
|
388
382
|
}
|
389
383
|
|
390
384
|
.footer {
|
@@ -409,7 +403,6 @@ a.button.secondary {
|
|
409
403
|
.footer ul {
|
410
404
|
list-style-type: none;
|
411
405
|
padding: 0;
|
412
|
-
margin-bottom: 0;
|
413
406
|
}
|
414
407
|
|
415
408
|
.footer__social {
|
@@ -439,33 +432,31 @@ a.button.secondary {
|
|
439
432
|
|
440
433
|
.footer__links a {
|
441
434
|
color: #fff;
|
435
|
+
text-decoration: none;
|
442
436
|
}
|
443
437
|
|
444
438
|
.footer__logo {
|
439
|
+
width: 300px;
|
445
440
|
height: auto;
|
446
441
|
}
|
447
442
|
|
448
443
|
.footer__logo img {
|
449
|
-
|
444
|
+
width: 100%;
|
450
445
|
}
|
451
446
|
|
452
|
-
@media (max-width:
|
447
|
+
@media (max-width: 999px) {
|
453
448
|
.footer .container {
|
454
449
|
-webkit-box-orient: vertical;
|
455
450
|
-webkit-box-direction: normal;
|
456
451
|
-ms-flex-direction: column;
|
457
452
|
flex-direction: column;
|
458
453
|
}
|
459
|
-
|
460
|
-
.footer__links {
|
461
|
-
margin-top: 2em;
|
462
|
-
}
|
463
454
|
}
|
464
455
|
|
465
456
|
.hero {
|
466
457
|
width: 100%;
|
467
458
|
color: #fff;
|
468
|
-
background: #
|
459
|
+
background: #0053b3;
|
469
460
|
}
|
470
461
|
|
471
462
|
.hero__container {
|
@@ -530,8 +521,6 @@ h1.hero__white-background {
|
|
530
521
|
-ms-flex-align: center;
|
531
522
|
align-items: center;
|
532
523
|
padding: 1em;
|
533
|
-
margin: auto;
|
534
|
-
max-width: 1000px;
|
535
524
|
}
|
536
525
|
|
537
526
|
.navbar__home {
|
@@ -556,6 +545,7 @@ h1.hero__white-background {
|
|
556
545
|
|
557
546
|
.nav__item a,
|
558
547
|
.nav__item .dropdown {
|
548
|
+
text-decoration: none;
|
559
549
|
color: #1c1c1c;
|
560
550
|
padding: 0.4em 0.8em;
|
561
551
|
border-radius: 3px;
|
@@ -571,10 +561,40 @@ h1.hero__white-background {
|
|
571
561
|
}
|
572
562
|
|
573
563
|
.nav__item a.active {
|
574
|
-
background: #
|
564
|
+
background: #0053b3;
|
575
565
|
color: #fff;
|
576
566
|
}
|
577
567
|
|
568
|
+
a.navbar__home {
|
569
|
+
font-family: 'Evolventa';
|
570
|
+
display: -webkit-box;
|
571
|
+
display: -ms-flexbox;
|
572
|
+
display: flex;
|
573
|
+
-webkit-box-align: center;
|
574
|
+
-ms-flex-align: center;
|
575
|
+
align-items: center;
|
576
|
+
color: #26353f;
|
577
|
+
letter-spacing: 0.05em;
|
578
|
+
text-decoration: none;
|
579
|
+
}
|
580
|
+
|
581
|
+
.navbar__home img {
|
582
|
+
vertical-align: middle;
|
583
|
+
}
|
584
|
+
|
585
|
+
.navbar__logo {
|
586
|
+
margin-right: 0.8em;
|
587
|
+
}
|
588
|
+
|
589
|
+
.navbar__gouvfr {
|
590
|
+
height: 18.4px;
|
591
|
+
}
|
592
|
+
|
593
|
+
span.navbar__domain {
|
594
|
+
font-weight: 400;
|
595
|
+
color: #26353f;
|
596
|
+
}
|
597
|
+
|
578
598
|
@media (max-width: 749px) {
|
579
599
|
.navbar__container {
|
580
600
|
-webkit-box-orient: vertical;
|
@@ -607,7 +627,6 @@ h1.hero__white-background {
|
|
607
627
|
-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
|
608
628
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
|
609
629
|
z-index: 1;
|
610
|
-
border-radius: 3px;
|
611
630
|
}
|
612
631
|
|
613
632
|
.dropdown-content a {
|
@@ -625,30 +644,41 @@ h1.hero__white-background {
|
|
625
644
|
display: block;
|
626
645
|
}
|
627
646
|
|
628
|
-
.row
|
647
|
+
.row,
|
648
|
+
.column {
|
629
649
|
display: -webkit-box;
|
630
650
|
display: -ms-flexbox;
|
631
651
|
display: flex;
|
632
|
-
-webkit-box-orient: horizontal;
|
633
|
-
-webkit-box-direction: normal;
|
634
|
-
-ms-flex-direction: row;
|
635
|
-
flex-direction: row;
|
636
652
|
-webkit-box-pack: justify;
|
637
653
|
-ms-flex-pack: justify;
|
638
654
|
justify-content: space-between;
|
639
655
|
-webkit-box-align: stretch;
|
640
656
|
-ms-flex-align: stretch;
|
641
657
|
align-items: stretch;
|
642
|
-
|
658
|
+
margin-left: -1em;
|
659
|
+
margin-right: -1em;
|
660
|
+
}
|
661
|
+
|
662
|
+
.row {
|
663
|
+
-webkit-box-orient: horizontal;
|
664
|
+
-webkit-box-direction: normal;
|
665
|
+
-ms-flex-direction: row;
|
666
|
+
flex-direction: row;
|
643
667
|
}
|
644
668
|
|
645
|
-
.row
|
646
|
-
margin: 0 2em;
|
669
|
+
.row > * {
|
647
670
|
max-width: 50em;
|
648
671
|
}
|
649
672
|
|
650
|
-
.
|
651
|
-
|
673
|
+
.column {
|
674
|
+
-webkit-box-orient: vertical;
|
675
|
+
-webkit-box-direction: normal;
|
676
|
+
-ms-flex-direction: column;
|
677
|
+
flex-direction: column;
|
678
|
+
}
|
679
|
+
|
680
|
+
.row > * {
|
681
|
+
margin: 0 1em;
|
652
682
|
}
|
653
683
|
|
654
684
|
@media (max-width: 749px) {
|
@@ -659,12 +689,8 @@ h1.hero__white-background {
|
|
659
689
|
flex-direction: column;
|
660
690
|
}
|
661
691
|
|
662
|
-
.row
|
663
|
-
margin
|
664
|
-
}
|
665
|
-
|
666
|
-
.row p + p {
|
667
|
-
margin-top: 1em;
|
692
|
+
.row > * {
|
693
|
+
margin: 1em;
|
668
694
|
}
|
669
695
|
}
|
670
696
|
|
@@ -713,18 +739,19 @@ h1.hero__white-background {
|
|
713
739
|
|
714
740
|
.panel__header-extra {
|
715
741
|
margin-left: 1em;
|
716
|
-
color: #
|
742
|
+
color: #53657d;
|
717
743
|
}
|
718
744
|
|
719
745
|
section {
|
720
746
|
padding: 5em 0;
|
747
|
+
}
|
748
|
+
|
749
|
+
.section-white {
|
721
750
|
background-color: #fff;
|
722
|
-
color: #26353f;
|
723
751
|
}
|
724
752
|
|
725
753
|
.section-grey {
|
726
754
|
background-color: #ebeff3;
|
727
|
-
color: #1c1c1c;
|
728
755
|
}
|
729
756
|
|
730
757
|
.section-dark {
|
@@ -733,7 +760,7 @@ section {
|
|
733
760
|
}
|
734
761
|
|
735
762
|
.section-color {
|
736
|
-
background-color: #
|
763
|
+
background-color: #0053b3;
|
737
764
|
color: #fff;
|
738
765
|
}
|
739
766
|
|
@@ -783,11 +810,9 @@ select {
|
|
783
810
|
input:focus,
|
784
811
|
textarea:focus,
|
785
812
|
select:focus {
|
786
|
-
border-color: #
|
813
|
+
border-color: #006be6;
|
787
814
|
-webkit-transition: border-color 0.2s ease-out;
|
788
815
|
transition: border-color 0.2s ease-out;
|
789
|
-
-webkit-box-shadow: 0 0 1px 1px #b4e1fa;
|
790
|
-
box-shadow: 0 0 1px 1px #b4e1fa;
|
791
816
|
}
|
792
817
|
|
793
818
|
input:disabled,
|
@@ -814,7 +839,7 @@ input[type=radio] {
|
|
814
839
|
|
815
840
|
input[type=radio]::before {
|
816
841
|
content: '';
|
817
|
-
border-color: #
|
842
|
+
border-color: #0053b3;
|
818
843
|
border-radius: 50%;
|
819
844
|
position: absolute;
|
820
845
|
top: 5px;
|
@@ -827,12 +852,12 @@ input[type=radio]::before {
|
|
827
852
|
|
828
853
|
input[type=radio]:checked {
|
829
854
|
background-color: #fff;
|
830
|
-
border-color: #
|
855
|
+
border-color: #0053b3;
|
831
856
|
opacity: 1;
|
832
857
|
}
|
833
858
|
|
834
859
|
input[type=radio]:checked::before {
|
835
|
-
background-color: #
|
860
|
+
background-color: #0053b3;
|
836
861
|
-webkit-transform: scale(1);
|
837
862
|
transform: scale(1);
|
838
863
|
-webkit-transition: -webkit-transform 0.2s ease-out;
|
@@ -851,8 +876,8 @@ input[type="checkbox"] {
|
|
851
876
|
}
|
852
877
|
|
853
878
|
input[type="checkbox"]:checked {
|
854
|
-
background-color: #
|
855
|
-
border-color: #
|
879
|
+
background-color: #0053b3;
|
880
|
+
border-color: #0053b3;
|
856
881
|
opacity: 1;
|
857
882
|
-webkit-transition: border-color 0.2s ease-in, background-color 0.2s ease-out;
|
858
883
|
transition: border-color 0.2s ease-in, background-color 0.2s ease-out;
|
@@ -867,7 +892,7 @@ input[type="checkbox"]::before {
|
|
867
892
|
left: 3px;
|
868
893
|
height: 14px;
|
869
894
|
width: 14px;
|
870
|
-
background: url("
|
895
|
+
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M14.23 1.304L6.112 9.501 2.767 6.117a1.029 1.029 0 0 0-1.464 0 1.054 1.054 0 0 0 0 1.479l4.055 4.101c.208.21.481.31.754.305.272.005.545-.095.753-.305l8.829-8.915a1.053 1.053 0 0 0 0-1.478 1.027 1.027 0 0 0-1.464 0z" fill="white" /></svg>') center center no-repeat;
|
871
896
|
}
|
872
897
|
|
873
898
|
input[type="checkbox"]:checked::before {
|
@@ -885,8 +910,8 @@ select {
|
|
885
910
|
-webkit-appearance: none;
|
886
911
|
-moz-appearance: none;
|
887
912
|
appearance: none;
|
888
|
-
background: #fff url("
|
889
|
-
background-position:
|
913
|
+
background: #fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><path d="M1.254 2.518a.904.904 0 0 1 0-1.257.85.85 0 0 1 1.225 0l4.512 4.632 4.511-4.632a.85.85 0 0 1 1.225 0 .904.904 0 0 1 0 1.257L7.621 7.761a.848.848 0 0 1-.63.259.849.849 0 0 1-.631-.259L1.254 2.518z" fill="gray"/></svg>') no-repeat;
|
914
|
+
background-position: top 1em right 1em;
|
890
915
|
background-size: 15px;
|
891
916
|
padding-right: 45px;
|
892
917
|
border-radius: 3px;
|
@@ -942,8 +967,8 @@ fieldset {
|
|
942
967
|
|
943
968
|
.overlay-button {
|
944
969
|
position: absolute;
|
945
|
-
right:
|
946
|
-
top:
|
970
|
+
right: 2em;
|
971
|
+
top: 1.25em;
|
947
972
|
background: 0;
|
948
973
|
border: 0;
|
949
974
|
width: 15px;
|
@@ -1017,9 +1042,9 @@ fieldset {
|
|
1017
1042
|
|
1018
1043
|
/* But <pre> block should be spaced */
|
1019
1044
|
.richtext pre {
|
1020
|
-
padding:
|
1045
|
+
padding: 1em;
|
1021
1046
|
margin: 0.5em 0;
|
1022
|
-
border-radius:
|
1047
|
+
border-radius: 3px;
|
1023
1048
|
background-color: #ebeff3;
|
1024
1049
|
}
|
1025
1050
|
|
@@ -1031,13 +1056,18 @@ fieldset {
|
|
1031
1056
|
|
1032
1057
|
.side-pane {
|
1033
1058
|
background: #ebeff3;
|
1034
|
-
padding:
|
1059
|
+
padding: 1.5em;
|
1035
1060
|
-webkit-box-flex: 0;
|
1036
1061
|
-ms-flex: 0 0 25%;
|
1037
1062
|
flex: 0 0 25%;
|
1038
1063
|
border-right: 1px solid #c9d3df;
|
1039
1064
|
}
|
1040
1065
|
|
1066
|
+
.side-pane h2 {
|
1067
|
+
margin-top: 0;
|
1068
|
+
padding: 0.5em;
|
1069
|
+
}
|
1070
|
+
|
1041
1071
|
.side-pane .side-pane__menu {
|
1042
1072
|
list-style-type: none;
|
1043
1073
|
margin: 0;
|
@@ -1051,6 +1081,15 @@ fieldset {
|
|
1051
1081
|
padding: 0 1em;
|
1052
1082
|
}
|
1053
1083
|
|
1084
|
+
.side-pane__title h3 {
|
1085
|
+
font-family: 'Source Sans Pro';
|
1086
|
+
font-weight: 400;
|
1087
|
+
font-size: 0.9em;
|
1088
|
+
text-transform: uppercase;
|
1089
|
+
padding-bottom: 1em;
|
1090
|
+
border-bottom: 1px solid #adb9c9;
|
1091
|
+
}
|
1092
|
+
|
1054
1093
|
.side-pane .side-pane__link {
|
1055
1094
|
padding: 0.5em 1em;
|
1056
1095
|
display: block;
|
@@ -1065,30 +1104,30 @@ fieldset {
|
|
1065
1104
|
}
|
1066
1105
|
|
1067
1106
|
.side-pane li.active .side-pane__link {
|
1068
|
-
background: #
|
1107
|
+
background: #0053b3;
|
1069
1108
|
color: #fff;
|
1070
1109
|
}
|
1071
1110
|
|
1072
1111
|
.side-pane li.side-pane__dropdown .side-pane__link {
|
1073
|
-
background: url("../images/icons/arrow-right.svg") no-repeat;
|
1112
|
+
background: url("../images/icons/external/arrow-right.svg") no-repeat;
|
1074
1113
|
background-position: center right 1em;
|
1075
1114
|
background-size: 15px 15px;
|
1076
1115
|
}
|
1077
1116
|
|
1078
1117
|
.side-pane li.side-pane__dropdown:hover .side-pane__link {
|
1079
|
-
background: #c9d3df url("../images/icons/arrow-right.svg") no-repeat;
|
1118
|
+
background: #c9d3df url("../images/icons/external/arrow-right.svg") no-repeat;
|
1080
1119
|
background-position: center right 1em;
|
1081
1120
|
background-size: 15px 15px;
|
1082
1121
|
}
|
1083
1122
|
|
1084
1123
|
.side-pane li.unfolded.side-pane__dropdown .side-pane__link,
|
1085
1124
|
.side-pane li.unfolded.side-pane__dropdown:hover .side-pane__link {
|
1086
|
-
background-image: url("../images/icons/arrow-down.svg");
|
1125
|
+
background-image: url("../images/icons/external/arrow-down-white.svg");
|
1087
1126
|
background-color: transparent;
|
1088
1127
|
}
|
1089
1128
|
|
1090
1129
|
.side-pane li.unfolded.active.side-pane__dropdown .side-pane__link {
|
1091
|
-
background-color: #
|
1130
|
+
background-color: #0053b3;
|
1092
1131
|
}
|
1093
1132
|
|
1094
1133
|
.side-pane__dropdown.unfolded .side-pane__submenu {
|
@@ -1107,11 +1146,13 @@ fieldset {
|
|
1107
1146
|
list-style-type: none;
|
1108
1147
|
color: #53657d;
|
1109
1148
|
border-radius: 5px;
|
1149
|
+
text-decoration: none;
|
1150
|
+
display: inline-block;
|
1110
1151
|
}
|
1111
1152
|
|
1112
1153
|
.side-pane__submenu li {
|
1113
1154
|
list-style-type: none;
|
1114
|
-
margin:
|
1155
|
+
margin: 0.5em 0;
|
1115
1156
|
}
|
1116
1157
|
|
1117
1158
|
.side-pane__submenu .side-pane__sublink:hover {
|
@@ -1121,7 +1162,7 @@ fieldset {
|
|
1121
1162
|
|
1122
1163
|
.side-pane__submenu li.active {
|
1123
1164
|
list-style-type: disc;
|
1124
|
-
color: #
|
1165
|
+
color: #0053b3;
|
1125
1166
|
}
|
1126
1167
|
|
1127
1168
|
.side-pane__submenu li.active .side-pane__sublink {
|
@@ -1156,6 +1197,11 @@ fieldset {
|
|
1156
1197
|
-ms-flex: auto;
|
1157
1198
|
flex: auto;
|
1158
1199
|
}
|
1200
|
+
|
1201
|
+
.side-pane .side-pane__menu {
|
1202
|
+
max-width: unset;
|
1203
|
+
float: none;
|
1204
|
+
}
|
1159
1205
|
}
|
1160
1206
|
|
1161
1207
|
@media (min-width: 1000px) {
|
@@ -1201,16 +1247,15 @@ fieldset {
|
|
1201
1247
|
padding: 1em 2em;
|
1202
1248
|
display: block;
|
1203
1249
|
width: 100%;
|
1204
|
-
color: #
|
1250
|
+
color: #26353f;
|
1205
1251
|
}
|
1206
1252
|
|
1207
1253
|
.dashboard .side-menu a.active {
|
1208
|
-
background: linear-gradient(to right, #
|
1209
|
-
color: #53657d;
|
1254
|
+
background: linear-gradient(to right, #0053b3, #0053b3 5px, #ebeff3 5px, #ebeff3);
|
1210
1255
|
}
|
1211
1256
|
|
1212
1257
|
.dashboard .side-menu a:hover {
|
1213
|
-
color: #
|
1258
|
+
color: #0053b3;
|
1214
1259
|
}
|
1215
1260
|
|
1216
1261
|
.dashboard .main {
|
@@ -1237,7 +1282,7 @@ fieldset {
|
|
1237
1282
|
-moz-font-feature-settings: "liga" on;
|
1238
1283
|
padding: 0;
|
1239
1284
|
background: #fff;
|
1240
|
-
color: #
|
1285
|
+
color: #26353f;
|
1241
1286
|
line-height: 1.5;
|
1242
1287
|
margin: 0 auto;
|
1243
1288
|
}
|
@@ -1258,21 +1303,13 @@ fieldset {
|
|
1258
1303
|
justify-content: center;
|
1259
1304
|
}
|
1260
1305
|
|
1261
|
-
.article__hero::before {
|
1262
|
-
position: absolute;
|
1263
|
-
display: block;
|
1264
|
-
content: '';
|
1265
|
-
top: 0;
|
1266
|
-
left: 0;
|
1267
|
-
width: 100%;
|
1268
|
-
height: 100%;
|
1269
|
-
background: rgba(0, 84, 138, .8);
|
1270
|
-
z-index: 6;
|
1271
|
-
}
|
1272
|
-
|
1273
1306
|
.article__hero img {
|
1274
1307
|
width: 100%;
|
1308
|
+
filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.5" /><feFuncG type="linear" slope="0.5" /><feFuncB type="linear" slope="0.5" /></feComponentTransfer></filter></svg>#filter');
|
1309
|
+
-webkit-filter: brightness(0.5);
|
1310
|
+
filter: brightness(0.5);
|
1275
1311
|
position: absolute;
|
1312
|
+
z-index: 5;
|
1276
1313
|
}
|
1277
1314
|
|
1278
1315
|
.article__hero .article__container {
|
@@ -1312,7 +1349,7 @@ fieldset {
|
|
1312
1349
|
|
1313
1350
|
.article__author {
|
1314
1351
|
display: inline-block;
|
1315
|
-
width:
|
1352
|
+
max-width: 270px;
|
1316
1353
|
padding: 1em;
|
1317
1354
|
font-size: 15px;
|
1318
1355
|
}
|
@@ -1339,13 +1376,17 @@ fieldset {
|
|
1339
1376
|
}
|
1340
1377
|
|
1341
1378
|
.article__author-role {
|
1342
|
-
color: #
|
1379
|
+
color: #53657d;
|
1343
1380
|
font-size: 0.9em;
|
1344
1381
|
line-height: 0.8em;
|
1345
1382
|
}
|
1346
1383
|
|
1384
|
+
.article__author-description p:last-child {
|
1385
|
+
margin-bottom: 0;
|
1386
|
+
}
|
1387
|
+
|
1347
1388
|
/* article list for blog and alike */
|
1348
|
-
.
|
1389
|
+
.article__preview {
|
1349
1390
|
margin: 0 auto;
|
1350
1391
|
padding: 2em;
|
1351
1392
|
}
|
@@ -1357,7 +1398,6 @@ fieldset {
|
|
1357
1398
|
.article__preview .article__author {
|
1358
1399
|
width: auto;
|
1359
1400
|
padding: 0;
|
1360
|
-
font-size: 14px;
|
1361
1401
|
}
|
1362
1402
|
|
1363
1403
|
.article__preview .article__author img {
|
@@ -1365,22 +1405,21 @@ fieldset {
|
|
1365
1405
|
vertical-align: middle;
|
1366
1406
|
}
|
1367
1407
|
|
1368
|
-
.article__preview
|
1408
|
+
.article__preview .article__author-name {
|
1369
1409
|
margin-left: 0.5em;
|
1370
1410
|
}
|
1371
1411
|
|
1372
1412
|
a.article__link {
|
1373
1413
|
color: #26353f;
|
1414
|
+
text-decoration: none;
|
1374
1415
|
}
|
1375
1416
|
|
1376
1417
|
a.article__link:hover {
|
1377
|
-
color: #
|
1418
|
+
color: #0053b3;
|
1378
1419
|
}
|
1379
1420
|
|
1380
1421
|
.article__title {
|
1381
|
-
margin-top: 0.5em;
|
1382
1422
|
margin-bottom: 0;
|
1383
|
-
line-height: 1.3em;
|
1384
1423
|
}
|
1385
1424
|
|
1386
1425
|
.article__meta {
|
@@ -1444,14 +1483,15 @@ a.article__link:hover {
|
|
1444
1483
|
-webkit-box-direction: normal;
|
1445
1484
|
-ms-flex-direction: column;
|
1446
1485
|
flex-direction: column;
|
1486
|
+
width: 100%;
|
1447
1487
|
}
|
1448
1488
|
|
1449
|
-
.card + .card {
|
1489
|
+
.row > .card + .card {
|
1450
1490
|
margin-left: 2em;
|
1451
1491
|
}
|
1452
1492
|
|
1453
1493
|
@media (max-width: 749px) {
|
1454
|
-
.card + .card {
|
1494
|
+
.row > .card + .card {
|
1455
1495
|
margin-left: 0;
|
1456
1496
|
margin-top: 2em;
|
1457
1497
|
}
|
@@ -1473,6 +1513,9 @@ a.article__link:hover {
|
|
1473
1513
|
|
1474
1514
|
.card__content {
|
1475
1515
|
padding: 2em;
|
1516
|
+
-webkit-box-flex: 1;
|
1517
|
+
-ms-flex-positive: 1;
|
1518
|
+
flex-grow: 1;
|
1476
1519
|
}
|
1477
1520
|
|
1478
1521
|
.card__content h3 {
|
@@ -1480,7 +1523,7 @@ a.article__link:hover {
|
|
1480
1523
|
}
|
1481
1524
|
|
1482
1525
|
.card__content .card__meta {
|
1483
|
-
color: #
|
1526
|
+
color: #53657d;
|
1484
1527
|
}
|
1485
1528
|
|
1486
1529
|
.card__content .card__meta time::after {
|
@@ -1491,6 +1534,11 @@ a.article__link:hover {
|
|
1491
1534
|
margin-bottom: 0;
|
1492
1535
|
}
|
1493
1536
|
|
1537
|
+
.card__extra {
|
1538
|
+
border-top: 1px solid #adb9c9;
|
1539
|
+
padding: 1em;
|
1540
|
+
}
|
1541
|
+
|
1494
1542
|
.modal__backdrop {
|
1495
1543
|
position: fixed;
|
1496
1544
|
top: 0;
|
@@ -1546,3 +1594,28 @@ a.article__link:hover {
|
|
1546
1594
|
margin-left: 1em;
|
1547
1595
|
}
|
1548
1596
|
|
1597
|
+
.label-list {
|
1598
|
+
padding: 0;
|
1599
|
+
margin: 0;
|
1600
|
+
}
|
1601
|
+
|
1602
|
+
.label {
|
1603
|
+
background-color: #ebeff3;
|
1604
|
+
border-radius: 3px;
|
1605
|
+
display: inline-block;
|
1606
|
+
padding: 0.3em 0.8em;
|
1607
|
+
margin: 0.25em;
|
1608
|
+
font-size: 0.875em;
|
1609
|
+
}
|
1610
|
+
|
1611
|
+
.label--active {
|
1612
|
+
background-color: #0053b3;
|
1613
|
+
color: #fff;
|
1614
|
+
}
|
1615
|
+
|
1616
|
+
.label--inactive {
|
1617
|
+
background-color: #fff;
|
1618
|
+
border: 1px solid #adb9c9;
|
1619
|
+
color: #53657d;
|
1620
|
+
}
|
1621
|
+
|