init v3
28
.drone.yml
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
---
|
||||
kind: pipeline
|
||||
name: your-pipeline-name
|
||||
type: docker
|
||||
|
||||
steps:
|
||||
- name: Clone Git Submodules
|
||||
image: alpine/git
|
||||
commands:
|
||||
# - git clone https://git.deligraph.be/Antoine/homegrade_theme_production.git
|
||||
# - git submodule update --recursive --remote
|
||||
- touch salut.txt
|
||||
|
||||
- name: Deploy to FTP server
|
||||
image: cschlosser/drone-ftps
|
||||
environment:
|
||||
FTP_USERNAME:
|
||||
from_secret: ftp_username
|
||||
FTP_PASSWORD:
|
||||
from_secret: ftp_password
|
||||
PLUGIN_SECURE: false
|
||||
PLUGIN_VERIFY: false
|
||||
PLUGIN_HOSTNAME: ftp://host:21
|
||||
PLUGIN_SRC_DIR: /hugo/public/
|
||||
PLUGIN_DEST_DIR: /home/ftp_username
|
||||
PLUGIN_AUTO_CONFIRM: true
|
||||
PLUGIN_DEBUG: true
|
||||
PLUGIN_ONLY_NEWER: true
|
||||
37
.drone2.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
name: Homegrade | Déploiment du Thème
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
server:
|
||||
host:
|
||||
from_secret: build_server_host
|
||||
user:
|
||||
from_secret: build_server_user
|
||||
password:
|
||||
from_secret: build_server_password
|
||||
|
||||
steps:
|
||||
- name: Clonage du Repo
|
||||
commands:
|
||||
- git clone https://git.deligraph.be/Antoine/homegrade_theme_production.git
|
||||
- name: Installation du package
|
||||
commands:
|
||||
- cd homegrade_theme_production
|
||||
- npm install
|
||||
- name: Build du package
|
||||
commands:
|
||||
- cd homegrade_theme_production
|
||||
- npm run production
|
||||
- name: deploy-via-sftp
|
||||
image: appleboy/drone-scp
|
||||
settings:
|
||||
host: sftp.your-server.com
|
||||
username: your-username
|
||||
password: your-password # Utiliser une variable d'environnement pour plus de sécurité
|
||||
port: 22
|
||||
target: /test/
|
||||
source: ./build/* # Répertoire source avec les fichiers à déployer
|
||||
15
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
node_modules
|
||||
/node_modules
|
||||
/.idea
|
||||
/.vscode
|
||||
.DS_Store
|
||||
*/.DS_Store
|
||||
Makefile
|
||||
Makefile_dev
|
||||
Makefile_prod
|
||||
init_script.sh
|
||||
/css
|
||||
/js
|
||||
.env
|
||||
.env_dev
|
||||
.env_prod
|
||||
44
404.php
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
<?php
|
||||
get_header();
|
||||
?>
|
||||
<a class="lienError" href="<?php echo home_url()?>">
|
||||
<div class="contenu">
|
||||
<?php
|
||||
if(ICL_LANGUAGE_CODE=='fr'):
|
||||
?>
|
||||
<h1>404 oh oh z'ai cru voir un rominet !</h1>
|
||||
<p>Si vous aussi vous voyez des chats qui tombent, <br>nous ne pouvons que vous conseiller de retourner à la page d’accueil. C'est par ici !</p>
|
||||
<?php
|
||||
else:
|
||||
?>
|
||||
<h1>404 oh oh! I Tawt I Taw a Puddy Tat</h1>
|
||||
<p>If you too see falling cats, we can only advise you to return to the home page. It's over here!</p>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
|
||||
</div>
|
||||
</a>
|
||||
<div id="vegWrapper">
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
<img class="veg" src="<?php echo get_stylesheet_directory_uri();?>/images/cat.png"/>
|
||||
</div>
|
||||
|
||||
|
||||
<?php get_footer();?>
|
||||
3831
assets/bootstrap/bootstrap.js
vendored
Normal file
7
assets/bootstrap/bootstrap.min.css
vendored
Normal file
6
assets/bootstrap/bootstrap.min.js
vendored
Normal file
17
assets/isotope.min.js
vendored
Normal file
2
assets/jquery-old.js
vendored
Normal file
3
assets/jquery.js
vendored
Normal file
240
assets/mainmap.js
Normal file
|
|
@ -0,0 +1,240 @@
|
|||
jQuery(document).ready(function($){
|
||||
//set your google maps parameters
|
||||
var latitude = 50.7469544,
|
||||
longitude = 4.3896676,
|
||||
map_zoom = 9;
|
||||
|
||||
//google map custom marker icon - .png fallback for IE11
|
||||
var is_internetExplorer11= navigator.userAgent.toLowerCase().indexOf('trident') > -1;
|
||||
var marker_url = ( is_internetExplorer11 ) ? '../wp-content/themes/deligraphBeta/images/mark.svg' : '../wp-content/themes/deligraphBeta/images/mark.svg';
|
||||
|
||||
//define the basic color of your map, plus a value for saturation and brightness
|
||||
var main_color = '#f2d5c1',
|
||||
saturation_value= -20,
|
||||
brightness_value= 5;
|
||||
|
||||
//we define here the style of the map
|
||||
var style= [
|
||||
{
|
||||
//set saturation for the labels on the map
|
||||
elementType: "labels",
|
||||
stylers: [
|
||||
{saturation: saturation_value}
|
||||
]
|
||||
},
|
||||
{ //poi stands for point of interest - don't show these lables on the map
|
||||
featureType: "poi",
|
||||
elementType: "labels",
|
||||
stylers: [
|
||||
{visibility: "off"}
|
||||
]
|
||||
},
|
||||
{
|
||||
//don't show highways lables on the map
|
||||
featureType: 'road.highway',
|
||||
elementType: 'labels',
|
||||
stylers: [
|
||||
{visibility: "off"}
|
||||
]
|
||||
},
|
||||
{
|
||||
//don't show local road lables on the map
|
||||
featureType: "road.local",
|
||||
elementType: "labels.icon",
|
||||
stylers: [
|
||||
{visibility: "off"}
|
||||
]
|
||||
},
|
||||
{
|
||||
//don't show arterial road lables on the map
|
||||
featureType: "road.arterial",
|
||||
elementType: "labels.icon",
|
||||
stylers: [
|
||||
{visibility: "off"}
|
||||
]
|
||||
},
|
||||
{
|
||||
//don't show road lables on the map
|
||||
featureType: "road",
|
||||
elementType: "geometry.stroke",
|
||||
stylers: [
|
||||
{visibility: "off"}
|
||||
]
|
||||
},
|
||||
//style different elements on the map
|
||||
{
|
||||
featureType: "transit",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "poi",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "poi.government",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "poi.sport_complex",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "poi.attraction",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "poi.business",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "transit",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "transit.station",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "landscape",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
|
||||
},
|
||||
{
|
||||
featureType: "road",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "road.highway",
|
||||
elementType: "geometry.fill",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
},
|
||||
{
|
||||
featureType: "water",
|
||||
elementType: "geometry",
|
||||
stylers: [
|
||||
{ hue: main_color },
|
||||
{ visibility: "on" },
|
||||
{ lightness: brightness_value },
|
||||
{ saturation: saturation_value }
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
//set google map options
|
||||
var map_options = {
|
||||
center: new google.maps.LatLng(50.7148679, longitude),
|
||||
zoom: map_zoom,
|
||||
panControl: false,
|
||||
zoomControl: false,
|
||||
mapTypeControl: false,
|
||||
streetViewControl: false,
|
||||
mapTypeId: google.maps.MapTypeId.ROADMAP,
|
||||
scrollwheel: false,
|
||||
styles: style,
|
||||
}
|
||||
//inizialize the map
|
||||
var map = new google.maps.Map(document.getElementById('google-container'), map_options);
|
||||
//add a custom marker to the map
|
||||
var marker = new google.maps.Marker({
|
||||
position: new google.maps.LatLng(latitude, longitude),
|
||||
map: map,
|
||||
visible: true,
|
||||
icon: marker_url,
|
||||
});
|
||||
|
||||
marker = new google.maps.Marker({
|
||||
position: new google.maps.LatLng(50.5852758, 5.8578338),
|
||||
map: map,
|
||||
visible: true,
|
||||
icon: marker_url,
|
||||
});
|
||||
|
||||
//add custom buttons for the zoom-in/zoom-out on the map
|
||||
function CustomZoomControl(controlDiv, map) {
|
||||
//grap the zoom elements from the DOM and insert them in the map
|
||||
var controlUIzoomIn= document.getElementById('cd-zoom-in'),
|
||||
controlUIzoomOut= document.getElementById('cd-zoom-out');
|
||||
controlDiv.appendChild(controlUIzoomIn);
|
||||
controlDiv.appendChild(controlUIzoomOut);
|
||||
|
||||
// Setup the click event listeners and zoom-in or out according to the clicked element
|
||||
google.maps.event.addDomListener(controlUIzoomIn, 'click', function() {
|
||||
map.setZoom(map.getZoom()+1)
|
||||
});
|
||||
google.maps.event.addDomListener(controlUIzoomOut, 'click', function() {
|
||||
map.setZoom(map.getZoom()-1)
|
||||
});
|
||||
}
|
||||
|
||||
var zoomControlDiv = document.createElement('div');
|
||||
var zoomControl = new CustomZoomControl(zoomControlDiv, map);
|
||||
|
||||
//insert the zoom div on the top left of the map
|
||||
map.controls[google.maps.ControlPosition.LEFT_TOP].push(zoomControlDiv);
|
||||
});
|
||||
|
||||
|
||||
281
assets/readingtime.js
Normal file
|
|
@ -0,0 +1,281 @@
|
|||
/*!
|
||||
Name: Reading Time
|
||||
Dependencies: jQuery
|
||||
Author: Michael Lynch
|
||||
Author URL: http://michaelynch.com
|
||||
Date Created: August 14, 2013
|
||||
Date Updated: April 30, 2018
|
||||
Licensed under the MIT license
|
||||
*/
|
||||
|
||||
;(function($) {
|
||||
|
||||
$.fn.readingTime = function(options) {
|
||||
|
||||
// define default parameters
|
||||
const defaults = {
|
||||
readingTimeTarget: '.eta',
|
||||
readingTimeAsNumber: false,
|
||||
wordCountTarget: null,
|
||||
wordsPerMinute: 270,
|
||||
round: true,
|
||||
lang: 'en',
|
||||
lessThanAMinuteString: '',
|
||||
prependTimeString: '',
|
||||
prependWordString: '',
|
||||
remotePath: null,
|
||||
remoteTarget: null,
|
||||
success: function() {},
|
||||
error: function() {}
|
||||
};
|
||||
|
||||
const plugin = this;
|
||||
const el = $(this);
|
||||
|
||||
let wordsPerSecond;
|
||||
let lessThanAMinute;
|
||||
let minShortForm;
|
||||
|
||||
let totalWords;
|
||||
let totalReadingTimeSeconds;
|
||||
|
||||
let readingTimeMinutes;
|
||||
let readingTimeSeconds;
|
||||
let readingTime;
|
||||
let readingTimeObj;
|
||||
|
||||
// merge defaults and options
|
||||
plugin.settings = $.extend({}, defaults, options);
|
||||
|
||||
// define vars
|
||||
const s = plugin.settings;
|
||||
|
||||
const setTime = function(o) {
|
||||
|
||||
if(o.text !== '') {
|
||||
if (s.lang == "zh") {
|
||||
let text = o.text.trim();
|
||||
// step 1: count the number of Chinese characters
|
||||
const charArray = text.match(/[\u4e00-\u9fa5]/g);
|
||||
let charCount = 0;
|
||||
if (charArray != null) {
|
||||
charCount = charArray.length;
|
||||
}
|
||||
// step 2: replace all the Chinese characters with blank
|
||||
text = text.replace(/[\u4e00-\u9fa5]/g, " ");
|
||||
// step 3:replace newlines with blank
|
||||
text = text.replace(/[\r\n]/g, " ");
|
||||
// step 4:replace special characters with blank
|
||||
text = text.replace(/\W+/g, " ");
|
||||
// step 5: count the number of total English words
|
||||
const totalEnWords = text.trim().split(/\s+/g).length;
|
||||
totalWords = totalEnWords + charCount;
|
||||
} else {
|
||||
//split text by spaces to define total words
|
||||
totalWords = o.text.trim().split(/\s+/g).length;
|
||||
}
|
||||
|
||||
//define words per second based on words per minute (s.wordsPerMinute)
|
||||
wordsPerSecond = s.wordsPerMinute / 60;
|
||||
|
||||
//define total reading time in seconds
|
||||
totalReadingTimeSeconds = totalWords / wordsPerSecond;
|
||||
|
||||
// define reading time
|
||||
readingTimeMinutes = Math.floor(totalReadingTimeSeconds / 60);
|
||||
|
||||
// define remaining reading time seconds
|
||||
readingTimeSeconds = Math.round(totalReadingTimeSeconds - (readingTimeMinutes * 60));
|
||||
|
||||
// format reading time
|
||||
readingTime = `${readingTimeMinutes}:${readingTimeSeconds}`;
|
||||
// if s.round
|
||||
if(s.round) {
|
||||
|
||||
// if minutes are greater than 0
|
||||
if(readingTimeMinutes > 0) {
|
||||
|
||||
// set reading time by the minute
|
||||
$(s.readingTimeTarget).text(s.prependTimeString + readingTimeMinutes + ((!s.readingTimeAsNumber) ? ' ' + minShortForm : ''));
|
||||
|
||||
} else {
|
||||
|
||||
// set reading time as less than a minute
|
||||
$(s.readingTimeTarget).text((!s.readingTimeAsNumber) ? s.prependTimeString + lessThanAMinute : readingTimeMinutes);
|
||||
}
|
||||
|
||||
} else {
|
||||
|
||||
// set reading time in minutes and seconds
|
||||
$(s.readingTimeTarget).text(s.prependTimeString + readingTime);
|
||||
}
|
||||
|
||||
// if word count container isn't blank or undefined
|
||||
if(s.wordCountTarget !== '' && s.wordCountTarget !== undefined) {
|
||||
|
||||
// set word count
|
||||
$(s.wordCountTarget).text(s.prependWordString + totalWords);
|
||||
}
|
||||
|
||||
readingTimeObj = {
|
||||
wpm: s.wordsPerMinute,
|
||||
words: totalWords,
|
||||
eta: {
|
||||
time: readingTime,
|
||||
minutes: readingTimeMinutes,
|
||||
seconds: totalReadingTimeSeconds
|
||||
}
|
||||
};
|
||||
|
||||
// run success callback
|
||||
s.success.call(this, readingTimeObj);
|
||||
|
||||
} else {
|
||||
|
||||
// run error callback
|
||||
s.error.call(this, {
|
||||
error: 'The element does not contain any text'
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
// if no element was bound
|
||||
if(!this.length) {
|
||||
|
||||
// run error callback
|
||||
s.error.call(this, {
|
||||
error: 'The element could not be found'
|
||||
});
|
||||
|
||||
// return so chained events can continue
|
||||
return this;
|
||||
}
|
||||
|
||||
// Use switch instead of ifs
|
||||
switch (s.lang) {
|
||||
// if s.lang is Arabic
|
||||
case 'ar':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "أقل من دقيقة";
|
||||
minShortForm = 'دقيقة';
|
||||
break;
|
||||
// if s.lang is Czech
|
||||
case 'cz':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Méně než minutu";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Danish
|
||||
case 'da':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Mindre end et minut";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is German
|
||||
case 'de':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Weniger als eine Minute";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Spanish
|
||||
case 'es':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Menos de un minuto";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is French
|
||||
case 'fr':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Moins d'une minute";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Hungarian
|
||||
case 'hu':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Kevesebb mint egy perc";
|
||||
minShortForm = 'perc';
|
||||
break;
|
||||
// if s.lang is Icelandic
|
||||
case 'is':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Minna en eina mínútu";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Italian
|
||||
case 'it':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Meno di un minuto";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Dutch
|
||||
case 'nl':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Minder dan een minuut";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Norwegian
|
||||
case 'no':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Mindre enn ett minutt";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Polish
|
||||
case 'pl':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Mniej niż minutę";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Russian
|
||||
case 'ru':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Меньше минуты";
|
||||
minShortForm = 'мин';
|
||||
break;
|
||||
// if s.lang is Slovak
|
||||
case 'sk':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Menej než minútu";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Swedish
|
||||
case 'sv':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Mindre än en minut";
|
||||
minShortForm = 'min';
|
||||
break;
|
||||
// if s.lang is Turkish
|
||||
case 'tr':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Bir dakikadan az";
|
||||
minShortForm = 'dk';
|
||||
break;
|
||||
// if s.lang is Ukrainian
|
||||
case 'uk':
|
||||
lessThanAMinute = s.lessThanAMinuteString || "Менше хвилини";
|
||||
minShortForm = 'хв';
|
||||
break;
|
||||
// if s.lang is Greek
|
||||
case 'el':
|
||||
lessThanAMinute = s.lessThanAMinuteString || 'Λιγότερο από λεπτό';
|
||||
minShortForm = 'λεπτά';
|
||||
break;
|
||||
// default s.lang in english
|
||||
default:
|
||||
lessThanAMinute = s.lessThanAMinuteString || 'Less than a minute';
|
||||
minShortForm = 'min';
|
||||
}
|
||||
|
||||
// for each element
|
||||
el.each(function(index) {
|
||||
|
||||
// if s.remotePath and s.remoteTarget aren't null
|
||||
if(s.remotePath != null && s.remoteTarget != null) {
|
||||
|
||||
// get contents of remote file
|
||||
$.get(s.remotePath, function(data) {
|
||||
let wrapper = document.createElement('div');
|
||||
|
||||
wrapper.innerHTML = data;
|
||||
|
||||
// set time using the remote target found in the remote file
|
||||
setTime({
|
||||
text: $(wrapper).find(s.remoteTarget).text()
|
||||
});
|
||||
});
|
||||
|
||||
} else {
|
||||
|
||||
// set time using the targeted element
|
||||
setTime({
|
||||
text: el.text()
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
return true;
|
||||
}
|
||||
})(jQuery);
|
||||
208
assets/slick/slick-theme.css
Normal file
|
|
@ -0,0 +1,208 @@
|
|||
|
||||
@charset 'UTF-8';
|
||||
/* Slider */
|
||||
/*
|
||||
.slick-loading .slick-list
|
||||
{
|
||||
background: #fff url('./ajax-loader.gif') center center no-repeat;
|
||||
}
|
||||
*/
|
||||
/* Icons */
|
||||
/*
|
||||
@font-face
|
||||
{
|
||||
font-family: 'slick';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
src: url('./fonts/slick.eot');
|
||||
src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
|
||||
}
|
||||
*/
|
||||
/* Arrows */
|
||||
.slick-prev,
|
||||
.slick-next
|
||||
{
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
padding: 0;
|
||||
-webkit-transform: translate(0, -50%);
|
||||
-ms-transform: translate(0, -50%);
|
||||
transform: translate(0, -50%);
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
.slick-prev:hover,
|
||||
.slick-prev:focus,
|
||||
.slick-next:hover,
|
||||
.slick-next:focus
|
||||
{
|
||||
color: transparent;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
.slick-prev:hover:before,
|
||||
.slick-prev:focus:before,
|
||||
.slick-next:hover:before,
|
||||
.slick-next:focus:before
|
||||
{
|
||||
opacity: 1;
|
||||
}
|
||||
.slick-prev.slick-disabled:before,
|
||||
.slick-next.slick-disabled:before
|
||||
{
|
||||
opacity: .25;
|
||||
}
|
||||
|
||||
.slick-prev:before,
|
||||
.slick-next:before
|
||||
{
|
||||
/*font-family: 'slick';*/
|
||||
font-size: 20px;
|
||||
line-height: 1;
|
||||
|
||||
opacity: .75;
|
||||
color: white;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.slick-prev
|
||||
{
|
||||
left: -25px;
|
||||
}
|
||||
[dir='rtl'] .slick-prev
|
||||
{
|
||||
right: -25px;
|
||||
left: auto;
|
||||
}
|
||||
.slick-prev:before
|
||||
{
|
||||
content: '←';
|
||||
}
|
||||
[dir='rtl'] .slick-prev:before
|
||||
{
|
||||
content: '→';
|
||||
}
|
||||
|
||||
.slick-next
|
||||
{
|
||||
right: -25px;
|
||||
}
|
||||
[dir='rtl'] .slick-next
|
||||
{
|
||||
right: auto;
|
||||
left: -25px;
|
||||
}
|
||||
.slick-next:before
|
||||
{
|
||||
content: '→';
|
||||
}
|
||||
[dir='rtl'] .slick-next:before
|
||||
{
|
||||
content: '←';
|
||||
}
|
||||
|
||||
/* Dots */
|
||||
.slick-dotted.slick-slider
|
||||
{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
|
||||
.slick-dots
|
||||
{
|
||||
position: absolute;
|
||||
bottom: -25px;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 100%;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
|
||||
list-style: none;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
.slick-dots li
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: inline-block;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
margin: 0 5px;
|
||||
padding: 0;
|
||||
|
||||
cursor: pointer;
|
||||
}
|
||||
.slick-dots li button
|
||||
{
|
||||
font-size: 0;
|
||||
line-height: 0;
|
||||
|
||||
display: block;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
padding: 5px;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
color: transparent;
|
||||
border: 0;
|
||||
outline: none;
|
||||
background: transparent;
|
||||
}
|
||||
.slick-dots li button:hover,
|
||||
.slick-dots li button:focus
|
||||
{
|
||||
outline: none;
|
||||
}
|
||||
.slick-dots li button:hover:before,
|
||||
.slick-dots li button:focus:before
|
||||
{
|
||||
opacity: 1;
|
||||
}
|
||||
.slick-dots li button:before
|
||||
{
|
||||
/*font-family: 'slick';*/
|
||||
font-size: 6px;
|
||||
line-height: 20px;
|
||||
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
|
||||
content: '•';
|
||||
text-align: center;
|
||||
|
||||
opacity: .25;
|
||||
color: black;
|
||||
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
.slick-dots li.slick-active button:before
|
||||
{
|
||||
opacity: .75;
|
||||
color: black;
|
||||
}
|
||||
119
assets/slick/slick.css
Normal file
|
|
@ -0,0 +1,119 @@
|
|||
/* Slider */
|
||||
.slick-slider
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
|
||||
-webkit-touch-callout: none;
|
||||
-khtml-user-select: none;
|
||||
-ms-touch-action: pan-y;
|
||||
touch-action: pan-y;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
|
||||
.slick-list
|
||||
{
|
||||
position: relative;
|
||||
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.slick-list:focus
|
||||
{
|
||||
outline: none;
|
||||
}
|
||||
.slick-list.dragging
|
||||
{
|
||||
cursor: pointer;
|
||||
cursor: hand;
|
||||
}
|
||||
|
||||
.slick-slider .slick-track,
|
||||
.slick-slider .slick-list
|
||||
{
|
||||
-webkit-transform: translate3d(0, 0, 0);
|
||||
-moz-transform: translate3d(0, 0, 0);
|
||||
-ms-transform: translate3d(0, 0, 0);
|
||||
-o-transform: translate3d(0, 0, 0);
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
|
||||
.slick-track
|
||||
{
|
||||
position: relative;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
.slick-track:before,
|
||||
.slick-track:after
|
||||
{
|
||||
display: table;
|
||||
|
||||
content: '';
|
||||
}
|
||||
.slick-track:after
|
||||
{
|
||||
clear: both;
|
||||
}
|
||||
.slick-loading .slick-track
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
.slick-slide
|
||||
{
|
||||
display: none;
|
||||
float: left;
|
||||
|
||||
height: 100%;
|
||||
min-height: 1px;
|
||||
}
|
||||
[dir='rtl'] .slick-slide
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
.slick-slide img
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
.slick-slide.slick-loading img
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
.slick-slide.dragging img
|
||||
{
|
||||
pointer-events: none;
|
||||
}
|
||||
.slick-initialized .slick-slide
|
||||
{
|
||||
display: block;
|
||||
}
|
||||
.slick-loading .slick-slide
|
||||
{
|
||||
visibility: hidden;
|
||||
}
|
||||
.slick-vertical .slick-slide
|
||||
{
|
||||
display: block;
|
||||
|
||||
height: auto;
|
||||
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
.slick-arrow.slick-hidden {
|
||||
display: none;
|
||||
}
|
||||
1
assets/slick/slick.min.js
vendored
Normal file
10
assets/slick/slickModal.min.css
vendored
Normal file
10
assets/slick/slickModal.min.js
vendored
Normal file
1407
assets/slick/slickmodal.css
Normal file
80
assets/snackbar/snackbar.css
Normal file
|
|
@ -0,0 +1,80 @@
|
|||
.snackbar-container {
|
||||
transition: all 500ms ease;
|
||||
transition-property: top, right, bottom, left, opacity;
|
||||
font-family: Roboto, sans-serif;
|
||||
font-size: 14px;
|
||||
min-height: 14px;
|
||||
background-color: #070b0e;
|
||||
position: fixed;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
color: white;
|
||||
line-height: 22px;
|
||||
padding: 18px 24px;
|
||||
bottom: -100px;
|
||||
top: -100px;
|
||||
opacity: 0;
|
||||
z-index: 9999; }
|
||||
.snackbar-container .action {
|
||||
background: inherit;
|
||||
display: inline-block;
|
||||
border: none;
|
||||
font-size: inherit;
|
||||
text-transform: uppercase;
|
||||
color: #4caf50;
|
||||
margin: 0 0 0 24px;
|
||||
padding: 0;
|
||||
min-width: min-content;
|
||||
cursor: pointer; }
|
||||
|
||||
@media (min-width: 640px) {
|
||||
.snackbar-container {
|
||||
min-width: 288px;
|
||||
max-width: 568px;
|
||||
display: inline-flex;
|
||||
border-radius: 2px;
|
||||
margin: 24px; } }
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.snackbar-container {
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%; } }
|
||||
|
||||
.snackbar-pos.bottom-center {
|
||||
top: auto !important;
|
||||
bottom: 0;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0); }
|
||||
|
||||
.snackbar-pos.bottom-left {
|
||||
top: auto !important;
|
||||
bottom: 0;
|
||||
left: 0; }
|
||||
|
||||
.snackbar-pos.bottom-right {
|
||||
top: auto !important;
|
||||
bottom: 0;
|
||||
right: 0; }
|
||||
|
||||
.snackbar-pos.top-left {
|
||||
bottom: auto !important;
|
||||
top: 0;
|
||||
left: 0; }
|
||||
|
||||
.snackbar-pos.top-center {
|
||||
bottom: auto !important;
|
||||
top: 0;
|
||||
left: 50%;
|
||||
transform: translate(-50%, 0); }
|
||||
|
||||
.snackbar-pos.top-right {
|
||||
bottom: auto !important;
|
||||
top: 0;
|
||||
right: 0; }
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.snackbar-pos.bottom-center, .snackbar-pos.top-center {
|
||||
left: 0;
|
||||
transform: none; } }
|
||||
187
assets/snackbar/snackbar.js
Normal file
|
|
@ -0,0 +1,187 @@
|
|||
/*!
|
||||
* Snackbar v0.1.14
|
||||
* http://polonel.com/Snackbar
|
||||
*
|
||||
* Copyright 2018 Chris Brame and other contributors
|
||||
* Released under the MIT license
|
||||
* https://github.com/polonel/Snackbar/blob/master/LICENSE
|
||||
*/
|
||||
|
||||
(function(root, factory) {
|
||||
'use strict';
|
||||
|
||||
if (typeof define === 'function' && define.amd) {
|
||||
define([], function() {
|
||||
return (root.Snackbar = factory());
|
||||
});
|
||||
} else if (typeof module === 'object' && module.exports) {
|
||||
module.exports = root.Snackbar = factory();
|
||||
} else {
|
||||
root.Snackbar = factory();
|
||||
}
|
||||
})(this, function() {
|
||||
var Snackbar = {};
|
||||
|
||||
Snackbar.current = null;
|
||||
var $defaults = {
|
||||
text: 'Default Text',
|
||||
textColor: '#FFFFFF',
|
||||
width: 'auto',
|
||||
showAction: true,
|
||||
actionText: 'Dismiss',
|
||||
actionTextAria: 'Dismiss, Description for Screen Readers',
|
||||
alertScreenReader: false,
|
||||
actionTextColor: '#4CAF50',
|
||||
showSecondButton: false,
|
||||
secondButtonText: '',
|
||||
secondButtonAria: 'Description for Screen Readers',
|
||||
secondButtonTextColor: '#4CAF50',
|
||||
backgroundColor: '#323232',
|
||||
pos: 'bottom-left',
|
||||
duration: 5000,
|
||||
customClass: '',
|
||||
onActionClick: function(element) {
|
||||
element.style.opacity = 0;
|
||||
},
|
||||
onSecondButtonClick: function(element) {},
|
||||
onClose: function(element) {}
|
||||
};
|
||||
|
||||
Snackbar.show = function($options) {
|
||||
var options = Extend(true, $defaults, $options);
|
||||
|
||||
if (Snackbar.current) {
|
||||
Snackbar.current.style.opacity = 0;
|
||||
setTimeout(
|
||||
function() {
|
||||
var $parent = this.parentElement;
|
||||
if ($parent)
|
||||
// possible null if too many/fast Snackbars
|
||||
$parent.removeChild(this);
|
||||
}.bind(Snackbar.current),
|
||||
500
|
||||
);
|
||||
}
|
||||
|
||||
Snackbar.snackbar = document.createElement('div');
|
||||
Snackbar.snackbar.className = 'snackbar-container ' + options.customClass;
|
||||
Snackbar.snackbar.style.width = options.width;
|
||||
var $p = document.createElement('p');
|
||||
$p.style.margin = 0;
|
||||
$p.style.padding = 0;
|
||||
$p.style.color = options.textColor;
|
||||
$p.style.fontSize = '14px';
|
||||
$p.style.fontWeight = 300;
|
||||
$p.style.lineHeight = '1em';
|
||||
$p.innerHTML = options.text;
|
||||
Snackbar.snackbar.appendChild($p);
|
||||
Snackbar.snackbar.style.background = options.backgroundColor;
|
||||
|
||||
if (options.showSecondButton) {
|
||||
var secondButton = document.createElement('button');
|
||||
secondButton.className = 'action';
|
||||
secondButton.innerHTML = options.secondButtonText;
|
||||
secondButton.setAttribute('aria-label', options.secondButtonAria);
|
||||
secondButton.style.color = options.secondButtonTextColor;
|
||||
secondButton.addEventListener('click', function() {
|
||||
options.onSecondButtonClick(Snackbar.snackbar);
|
||||
});
|
||||
Snackbar.snackbar.appendChild(secondButton);
|
||||
}
|
||||
|
||||
if (options.showAction) {
|
||||
var actionButton = document.createElement('button');
|
||||
actionButton.className = 'action';
|
||||
actionButton.innerHTML = options.actionText;
|
||||
actionButton.setAttribute('aria-label', options.actionTextAria);
|
||||
actionButton.style.color = options.actionTextColor;
|
||||
actionButton.addEventListener('click', function() {
|
||||
options.onActionClick(Snackbar.snackbar);
|
||||
});
|
||||
Snackbar.snackbar.appendChild(actionButton);
|
||||
}
|
||||
|
||||
if (options.duration) {
|
||||
setTimeout(
|
||||
function() {
|
||||
if (Snackbar.current === this) {
|
||||
Snackbar.current.style.opacity = 0;
|
||||
// When natural remove event occurs let's move the snackbar to its origins
|
||||
Snackbar.current.style.top = '-100px';
|
||||
Snackbar.current.style.bottom = '-100px';
|
||||
}
|
||||
}.bind(Snackbar.snackbar),
|
||||
options.duration
|
||||
);
|
||||
}
|
||||
|
||||
if (options.alertScreenReader) {
|
||||
Snackbar.snackbar.setAttribute('role', 'alert');
|
||||
}
|
||||
|
||||
Snackbar.snackbar.addEventListener(
|
||||
'transitionend',
|
||||
function(event, elapsed) {
|
||||
if (event.propertyName === 'opacity' && this.style.opacity === '0') {
|
||||
if (typeof(options.onClose) === 'function')
|
||||
options.onClose(this);
|
||||
|
||||
this.parentElement.removeChild(this);
|
||||
if (Snackbar.current === this) {
|
||||
Snackbar.current = null;
|
||||
}
|
||||
}
|
||||
}.bind(Snackbar.snackbar)
|
||||
);
|
||||
|
||||
Snackbar.current = Snackbar.snackbar;
|
||||
|
||||
document.body.appendChild(Snackbar.snackbar);
|
||||
var $bottom = getComputedStyle(Snackbar.snackbar).bottom;
|
||||
var $top = getComputedStyle(Snackbar.snackbar).top;
|
||||
Snackbar.snackbar.style.opacity = 1;
|
||||
Snackbar.snackbar.className =
|
||||
'snackbar-container ' + options.customClass + ' snackbar-pos ' + options.pos;
|
||||
};
|
||||
|
||||
Snackbar.close = function() {
|
||||
if (Snackbar.current) {
|
||||
Snackbar.current.style.opacity = 0;
|
||||
}
|
||||
};
|
||||
|
||||
// Pure JS Extend
|
||||
// http://gomakethings.com/vanilla-javascript-version-of-jquery-extend/
|
||||
var Extend = function() {
|
||||
var extended = {};
|
||||
var deep = false;
|
||||
var i = 0;
|
||||
var length = arguments.length;
|
||||
|
||||
if (Object.prototype.toString.call(arguments[0]) === '[object Boolean]') {
|
||||
deep = arguments[0];
|
||||
i++;
|
||||
}
|
||||
|
||||
var merge = function(obj) {
|
||||
for (var prop in obj) {
|
||||
if (Object.prototype.hasOwnProperty.call(obj, prop)) {
|
||||
if (deep && Object.prototype.toString.call(obj[prop]) === '[object Object]') {
|
||||
extended[prop] = Extend(true, extended[prop], obj[prop]);
|
||||
} else {
|
||||
extended[prop] = obj[prop];
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
for (; i < length; i++) {
|
||||
var obj = arguments[i];
|
||||
merge(obj);
|
||||
}
|
||||
|
||||
return extended;
|
||||
};
|
||||
|
||||
return Snackbar;
|
||||
});
|
||||
455
footer.php
Normal file
|
|
@ -0,0 +1,455 @@
|
|||
<div class="container footer">
|
||||
<div class='row'>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<?php
|
||||
wp_nav_menu(array(
|
||||
'menu' => 'Menu Footer - Beta',
|
||||
));
|
||||
?>
|
||||
<?php if (ICL_LANGUAGE_CODE == 'fr'): ?>
|
||||
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/traduction/agence-web-studio-graphique-bruxelles-verviers.svg" alt="Agence web et studio graphique à Bruxelles et Liège">
|
||||
<?php else: ?>
|
||||
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/traduction/web-graphic-design-agency-brussels-verviers.svg" alt="Web & graphic design agency - Brussels - Verviers | Deligraph
|
||||
">
|
||||
<?php endif; ?>
|
||||
<div class="social">
|
||||
<a target="_blank" href="https://www.facebook.com/deligraph/ ">
|
||||
<svg id="Groupe_47" data-name="Groupe 47" xmlns="http://www.w3.org/2000/svg" width="13.384" height="13.386" viewBox="0 0 13.384 13.386">
|
||||
<path id="Tracé_47" data-name="Tracé 47" d="M9.266,8.22h1.727l.265-2.036a2.494,2.494,0,0,0-.25-.026c-.523,0-1.046,0-1.57,0-.138,0-.2-.034-.191-.185.019-.47,0-.943.042-1.411a.637.637,0,0,1,.662-.607c.38-.022.762-.02,1.143-.014.17,0,.242-.043.238-.227-.011-.484,0-.969,0-1.453,0-.086.019-.184-.121-.2a6.78,6.78,0,0,0-2.29.032A2.192,2.192,0,0,0,7.188,4.014a15.182,15.182,0,0,0-.073,1.834c-.008.309,0,.309-.3.309-.414,0-.827,0-1.24,0-.153,0-.219.041-.216.208q.013.833,0,1.666c0,.156.053.2.2.194.458-.008.917,0,1.375-.006.133,0,.182.036.182.174q0,2.413,0,4.825c0,.136-.048.174-.181.174-2.067,0-4.134,0-6.2,0a.724.724,0,0,1-.742-.752q0-5.939,0-11.878A.724.724,0,0,1,.734,0q5.949,0,11.9,0a.724.724,0,0,1,.742.752q0,5.939,0,11.878a.72.72,0,0,1-.7.749c-1.111.008-2.222,0-3.333,0a.4.4,0,0,1-.07-.015C9.266,11.663,9.266,9.955,9.266,8.22Z" transform="translate(0.01 -0.002)" />
|
||||
</svg>
|
||||
</a>
|
||||
<a target="_blank" href="https://www.instagram.com/deligraph/">
|
||||
<svg id="Groupe_46" data-name="Groupe 46" xmlns="http://www.w3.org/2000/svg" width="13.424" height="13.386" viewBox="0 0 13.424 13.386">
|
||||
<path id="Tracé_44" data-name="Tracé 44" d="M4.471,0H8.948c.363.029.726.051,1.088.09a3.477,3.477,0,0,1,3.144,2.627,9.277,9.277,0,0,1,.2,1.634c.039.563.034,1.129.047,1.693v1.3c-.008.23-.013.461-.024.691-.036.737-.016,1.482-.123,2.209a3.347,3.347,0,0,1-2.405,2.89,4.871,4.871,0,0,1-1.405.235c-1.842.026-3.684.025-5.526,0a4.056,4.056,0,0,1-2.387-.711A3.683,3.683,0,0,1,.048,9.606C0,8.182,0,6.757,0,5.333c0-.641.021-1.284.084-1.921A3.552,3.552,0,0,1,3.4.086C3.758.049,4.114.028,4.471,0Zm-3.3,6.83c.035.952.05,2.018.122,3.081a2.263,2.263,0,0,0,.988,1.778,2.534,2.534,0,0,0,1.344.44c.856.041,1.714.071,2.571.068,1.192,0,2.386-.02,3.578-.072a2.365,2.365,0,0,0,1.772-.831,2.5,2.5,0,0,0,.573-1.522c.045-.856.071-1.714.069-2.571,0-1.185-.022-2.371-.07-3.555A2.412,2.412,0,0,0,11.4,1.958a2.53,2.53,0,0,0-1.8-.689c-1.938-.023-3.878-.052-5.815.006A2.342,2.342,0,0,0,1.283,3.653C1.186,4.668,1.21,5.694,1.176,6.83Z" transform="translate(0)" />
|
||||
<path id="Tracé_45" data-name="Tracé 45" d="M54.4,57.945a3.446,3.446,0,1,1,3.445,3.447A3.433,3.433,0,0,1,54.4,57.945Zm1.211,0a2.234,2.234,0,1,0,2.233-2.229A2.241,2.241,0,0,0,55.611,57.941Z" transform="translate(-51.142 -51.236)" />
|
||||
<path id="Tracé_46" data-name="Tracé 46" d="M159.025,40.4a.806.806,0,1,1,.806-.814A.8.8,0,0,1,159.025,40.4Z" transform="translate(-148.744 -36.466)" />
|
||||
</svg>
|
||||
</a>
|
||||
<!-- <a target="_blank" href="https://twitter.com/deligraph">
|
||||
<svg id="Groupe_48" data-name="Groupe 48" xmlns="http://www.w3.org/2000/svg" width="16.108" height="13.157" viewBox="0 0 16.108 13.157">
|
||||
<path id="Tracé_48" data-name="Tracé 48" d="M0,11.689A6.7,6.7,0,0,0,4.828,10.3a3.4,3.4,0,0,1-3.09-2.311,3.766,3.766,0,0,0,1.488-.068A3.328,3.328,0,0,1,1.008,6.291a2.936,2.936,0,0,1-.4-1.649,3.3,3.3,0,0,0,1.459.4A3.334,3.334,0,0,1,.7,3.017,3.27,3.27,0,0,1,1.06.625,9.484,9.484,0,0,0,7.875,4.089c-.014-.33-.048-.639-.038-.947A3.11,3.11,0,0,1,9.083.724,3.293,3.293,0,0,1,12.975.555a4.081,4.081,0,0,1,.486.4.23.23,0,0,0,.235.068,6.59,6.59,0,0,0,1.8-.676c.045-.025.092-.046.17-.085a3.312,3.312,0,0,1-1.37,1.785,6.008,6.008,0,0,0,1.785-.463l.032.039c-.271.312-.529.636-.816.933a9.273,9.273,0,0,1-.724.635.255.255,0,0,0-.109.224,9.447,9.447,0,0,1-1.724,5.737A8.948,8.948,0,0,1,9.852,11.9a9.3,9.3,0,0,1-3.744,1.2,9.813,9.813,0,0,1-3.632-.288A8.608,8.608,0,0,1,0,11.689Z" transform="translate(0 0)"/>
|
||||
</svg>
|
||||
</a> -->
|
||||
<a target="_blank" href="https://be.linkedin.com/company/deligraph">
|
||||
<svg id="Groupe_49" data-name="Groupe 49" xmlns="http://www.w3.org/2000/svg" width="13.355" height="13.355" viewBox="0 0 13.355 13.355">
|
||||
<path id="Tracé_49" data-name="Tracé 49" d="M0,11.129v-8.9c.015-.067.031-.134.044-.2A2.509,2.509,0,0,1,2.475,0h8.368a2.952,2.952,0,0,1,.332.019,2.506,2.506,0,0,1,2.18,2.437v8.4a2.5,2.5,0,0,1-1.7,2.364c-.171.056-.349.088-.525.132h-8.9c-.021-.006-.04-.017-.061-.021A2.473,2.473,0,0,1,.134,11.66,4.694,4.694,0,0,1,0,11.129Zm7.274.7v-.14c0-1.131,0-2.262,0-3.395a4.4,4.4,0,0,1,.05-.642A1.1,1.1,0,0,1,8.3,6.6a1,1,0,0,1,1.294.872,5.162,5.162,0,0,1,.075.918c.008,1.091,0,2.18,0,3.271v.14H11.84v-.115c0-1.34,0-2.678-.008-4.018a5.106,5.106,0,0,0-.167-1.319,2.021,2.021,0,0,0-1.221-1.472A3.124,3.124,0,0,0,8.89,4.7,2.161,2.161,0,0,0,7.226,5.738a.709.709,0,0,1-.048.056V4.856H5.115v6.975ZM1.568,4.854V11.8H3.719V4.854ZM2.659,1.4A1.244,1.244,0,0,0,1.4,2.659,1.243,1.243,0,0,0,2.661,3.928a1.265,1.265,0,0,0,0-2.529Z" />
|
||||
<path id="Tracé_50" data-name="Tracé 50" d="M0,53.24a4.63,4.63,0,0,0,.136.533,2.473,2.473,0,0,0,2.03,1.672.348.348,0,0,1,.061.021H0Z" transform="translate(0 -42.111)" />
|
||||
</svg>
|
||||
</a>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
</div>
|
||||
<div class="">
|
||||
<p>Agence de communication visuelle</p>
|
||||
<p class="info">
|
||||
Culture Drops Sprl division Deligraph
|
||||
<br>
|
||||
<span><a class="emailFooter" href="mailto:info@deligraph.com">info@deligraph.com</a></span>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
<p>Vous et Deligraph</p>
|
||||
<?php
|
||||
wp_nav_menu(array(
|
||||
'menu' => 'Vous-et-deligraph-beta',
|
||||
));
|
||||
?>
|
||||
</div>
|
||||
<div class="menuBas">
|
||||
<p>Deligraph... ?</p>
|
||||
<?php
|
||||
wp_nav_menu(array(
|
||||
'menu' => 'Deligraph…?-beta',
|
||||
));
|
||||
?>
|
||||
<!--
|
||||
<p>Bruxelles</p>
|
||||
<p class="info">
|
||||
+32 2 344 96 14
|
||||
<br>
|
||||
Rue Meyerbeer 20 – 1190 Bruxelles
|
||||
</p>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-md-6 col-lg-3">
|
||||
<div class="menuHaut">
|
||||
<p>Bruxelles</p>
|
||||
<p class="info">
|
||||
+32 474 047 647
|
||||
<br>
|
||||
Avenue des Violettes 18 <br />1640 Rhode-Saint-Genèse
|
||||
</p>
|
||||
</div>
|
||||
<div class="menuBas">
|
||||
<p>Verviers</p>
|
||||
<p class="info">
|
||||
+32 474 047 647
|
||||
<br>
|
||||
Avenue Léopold II 6 <br />4800 Verviers
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 col-lg-3">
|
||||
<p class="legal"><span class="tva">TVA : BE 0835 103 682 – RPM : Bruxelles</span></p>
|
||||
</div>
|
||||
<div class="col-12 col-lg-3">
|
||||
<p class="legal"><span class="condition"><a href="<?php echo home_url() ?>/cgv-20150114/">Conditions Générales de Vente – 20150114</a></span></p>
|
||||
</div>
|
||||
<div class="col-12 col-lg-3">
|
||||
<p class="legal"><span class="condition"><a href="<?php echo home_url() ?>/vie-privee/">Déclaration en matière de vie privée</a></span></p>
|
||||
</div>
|
||||
<div class="col-12 col-lg-3">
|
||||
<p class="legal"><span class="copyright">© 2020 | Delicious Visual Communication</span></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- COOKIE NOTICE -->
|
||||
|
||||
</div><!-- #content -->
|
||||
</div><!-- #page -->
|
||||
<?php wp_footer(); ?>
|
||||
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
|
||||
<script src="<?php echo get_stylesheet_directory_uri(); ?>/assets/bootstrap/bootstrap.min.js"></script>
|
||||
<script src="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slick.min.js"></script>
|
||||
<script src="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slickModal.min.js"></script>
|
||||
<script src="<?php echo get_stylesheet_directory_uri(); ?>/assets/isotope.min.js"></script>
|
||||
<script src="<?php echo get_stylesheet_directory_uri(); ?>/assets/readingtime.js"></script>
|
||||
<script src="<?php echo get_stylesheet_directory_uri(); ?>/assets/snackbar/snackbar.js"></script>
|
||||
<script src="https://player.vimeo.com/api/player.js"></script>
|
||||
|
||||
<?php if (is_page('Contactez-nous')) { ?>
|
||||
<script type="text/javascript" src="<?php echo get_stylesheet_directory_uri(); ?>/js/mainmap.js"></script>
|
||||
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyD1gWDnHl7ipnasVXymkU0gdcOrJzMse1M"></script>
|
||||
<?php } ?>
|
||||
<!-- SLICK -->
|
||||
<script>
|
||||
$('.single-item').slick({
|
||||
dots: true,
|
||||
arrows: false,
|
||||
autoplay: false,
|
||||
autoplaySpeed: 4000,
|
||||
});
|
||||
</script>
|
||||
<!-- ISOTOPE -->
|
||||
<?php
|
||||
if (is_page(5697)):
|
||||
?>
|
||||
<script>
|
||||
// init Isotope
|
||||
window.onload = (event) => {
|
||||
$(document).ready(function() {
|
||||
var $grid = $('.grid').isotope({
|
||||
itemSelector: '.element-item',
|
||||
layoutMode: 'fitRows',
|
||||
});
|
||||
// filter items on button click
|
||||
$('.button-group').on('click', 'button', function() {
|
||||
var filterValue = $(this).attr('data-target');
|
||||
$grid.isotope({
|
||||
filter: filterValue
|
||||
});
|
||||
});
|
||||
|
||||
$('.button-group').each(function(i, buttonGroup) {
|
||||
var $buttonGroup = $(buttonGroup);
|
||||
$buttonGroup.on('click', 'button', function() {
|
||||
$buttonGroup.find('.is-checked').removeClass('is-checked');
|
||||
$(this).addClass('is-checked');
|
||||
});
|
||||
});
|
||||
});
|
||||
};
|
||||
</script>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
<!-- video modal portfolio -->
|
||||
<?php
|
||||
if (is_page(5697)):
|
||||
if (have_rows('portfolio_beta', 5697)):
|
||||
$i = 1;
|
||||
while (have_rows('portfolio_beta', 5697)) : the_row();
|
||||
$cat = get_sub_field('categorie_du_projet', 5697);
|
||||
if ($cat['value'] === 'video'):
|
||||
?>
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
// Modal 1
|
||||
$('#video-portfolio-<?php echo $i; ?>').slickModals({
|
||||
popupWidth: '80%',
|
||||
popupHeight: '80%',
|
||||
popupLocation: 'center',
|
||||
popupAnimationDuration: '0.6',
|
||||
popupAnimationEffect: 'slideBottom',
|
||||
popupBoxShadow: '0 0 40px 0 rgba(0,0,0,0.4)',
|
||||
popupPadding: '0',
|
||||
mobileBreakPoint: '800px',
|
||||
mobileLocation: 'center',
|
||||
mobileWidth: '100%',
|
||||
mobileHeight: '80%',
|
||||
mobilePadding: '0',
|
||||
videoSupport: true,
|
||||
videoAutoPlay: true,
|
||||
videoStopOnClose: true,
|
||||
buttonStyle: 'labeled',
|
||||
reopenClass: 'openSlickModal-<?php echo $i; ?>'
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<?php
|
||||
$i++;
|
||||
endif;
|
||||
endwhile;
|
||||
endif;
|
||||
endif;
|
||||
?>
|
||||
<script>
|
||||
var couleur = ['mauve', 'vert', 'rose', 'jaune', 'bleu'];
|
||||
$(document).ready(function() {
|
||||
$(".wp-megamenu-item-11061 > a").mouseenter(function() {
|
||||
const colorRandom = couleur[Math.floor(Math.random() * couleur.length)];
|
||||
$(".wp-megamenu-sub-menu").addClass(colorRandom);
|
||||
$("#wp-megamenu-item-11061 a").addClass(colorRandom);
|
||||
console.log(colorRandom);
|
||||
});
|
||||
$(".wp-megamenu-item-11061 > ul.wp-megamenu-sub-menu").mouseleave(function() {
|
||||
$(".wp-megamenu-sub-menu").removeClass('mauve');
|
||||
$(".wp-megamenu-sub-menu").removeClass('vert');
|
||||
$(".wp-megamenu-sub-menu").removeClass('rose');
|
||||
$(".wp-megamenu-sub-menu").removeClass('jaune');
|
||||
$(".wp-megamenu-sub-menu").removeClass('bleu');
|
||||
});
|
||||
$(".wp-megamenu-item-11061 > a").mouseleave(function() {
|
||||
$("#wp-megamenu-item-11061 a").removeClass('mauve');
|
||||
$("#wp-megamenu-item-11061 a").removeClass('vert');
|
||||
$("#wp-megamenu-item-11061 a").removeClass('rose');
|
||||
$("#wp-megamenu-item-11061 a").removeClass('jaune');
|
||||
$("#wp-megamenu-item-11061 a").removeClass('bleu');
|
||||
});
|
||||
|
||||
$('.wp-megamenu-item-11061 > a').click(function(e) {
|
||||
e.preventDefault();
|
||||
});
|
||||
|
||||
$(window).resize(function() {
|
||||
var current_width = parseInt($(window).width());
|
||||
if (current_width >= 992) {
|
||||
$('#wp-megamenu-primary-beta').addClass('desktopMenu');
|
||||
}
|
||||
|
||||
if (current_width <= 991) {
|
||||
$('#wp-megamenu-primary-beta').removeClass('desktopMenu');
|
||||
}
|
||||
|
||||
});
|
||||
/*
|
||||
$("#wp-megamenu-item-11061 > a").click(function(){
|
||||
if ($(window).width() <= 991){
|
||||
console.log('jepasse');
|
||||
//console.log('coucou');
|
||||
if($('#wp-megamenu-item-11061').hasClass('activer')){
|
||||
$("#wp-megamenu-item-11061 > .wp-megamenu-sub-menu").hide();
|
||||
$('#wp-megamenu-item-11061').removeClass('activer');
|
||||
}else{
|
||||
$("#wp-megamenu-item-11061 > .wp-megamenu-sub-menu").show();
|
||||
$('#wp-megamenu-item-11061').addClass('activer');
|
||||
}
|
||||
}
|
||||
|
||||
});
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
});
|
||||
</script>
|
||||
<?php if (is_single()): ?>
|
||||
<script>
|
||||
/* TEMPS DE LECTURE */
|
||||
$(function() {
|
||||
|
||||
$('.contenu').readingTime({
|
||||
readingTimeAsNumber: true,
|
||||
readingTimeTarget: $('.eta'),
|
||||
wordsPerMinute: 210,
|
||||
round: true,
|
||||
lang: 'fr',
|
||||
success: function(data) {
|
||||
//console.log(data);
|
||||
},
|
||||
error: function(data) {
|
||||
console.log(data.error);
|
||||
$('.reading-time').remove();
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
/* PROGRESS BAR */
|
||||
|
||||
var h = document.documentElement,
|
||||
b = document.body,
|
||||
st = 'scrollTop',
|
||||
sh = 'scrollHeight',
|
||||
progress = document.querySelector('.progress'),
|
||||
scroll;
|
||||
|
||||
document.addEventListener('scroll', function() {
|
||||
scroll = (h[st] || b[st]) / ((h[sh] || b[sh]) - h.clientHeight) * 100;
|
||||
progress.style.setProperty('--scroll', scroll + '%');
|
||||
});
|
||||
|
||||
|
||||
/* SNACKBAR */
|
||||
/*
|
||||
$(window).scroll(function() {
|
||||
if($(window).scrollTop() + $(window).height() == $(document).height()) {
|
||||
Snackbar.show({
|
||||
text: '<?php echo get_field('contenu_de_la_snackbar'); ?>',
|
||||
width: 'auto',
|
||||
});
|
||||
}
|
||||
});
|
||||
*/
|
||||
</script>
|
||||
<?php endif; ?>
|
||||
<script>
|
||||
//get all the fruit + veg divs
|
||||
const veg = document.querySelectorAll('.veg');
|
||||
|
||||
// randomize the fruit + veggies on the page
|
||||
let speed = [];
|
||||
let position = [];
|
||||
|
||||
for (let i = 0; i < veg.length; i++) {
|
||||
//set the position of the fruit to a random location
|
||||
let height = Math.floor(Math.random() * window.innerHeight);
|
||||
let width = Math.random() * window.innerWidth;
|
||||
|
||||
veg[i].style.top = `${height}px`;
|
||||
veg[i].style.left = `${width}px`;
|
||||
|
||||
//push a random speed between 20 + 35 into the speed array to determine how fast the fruit will fall
|
||||
speed.push(Math.ceil(Math.random() * 10) + 10);
|
||||
//push the fruits current top value into the position array
|
||||
position.push(height);
|
||||
}
|
||||
// set the make it rain function...
|
||||
function makeItRain() {
|
||||
// go through the veg array...
|
||||
for (let i = 0; i < veg.length; i++) {
|
||||
//set the fruits position to the new position, which is it's current position plus the speed it is falling
|
||||
position[i] += speed[i];
|
||||
veg[i].style.top = `${position[i]}px`;
|
||||
|
||||
//if the fruit falls below the end of the screen, reset it and choose a new position
|
||||
if (position[i] > (window.innerHeight + 50)) {
|
||||
|
||||
position[i] = -75;
|
||||
veg[i].style.left = `${Math.random()*window.innerWidth}px`;
|
||||
}
|
||||
}
|
||||
}
|
||||
//set the interval to re-reun the makeItRain function every 100ms
|
||||
setInterval(makeItRain, 100);
|
||||
</script>
|
||||
|
||||
<!-- MENU SCROOL UP -->
|
||||
<script>
|
||||
var didScroll;
|
||||
var lastScrollTop = 0;
|
||||
var delta = 100;
|
||||
var navbarHeight = $('.header').outerHeight();
|
||||
|
||||
$(window).scroll(function(event) {
|
||||
didScroll = true;
|
||||
});
|
||||
|
||||
setInterval(function() {
|
||||
if (didScroll) {
|
||||
hasScrolled();
|
||||
didScroll = false;
|
||||
}
|
||||
}, 250);
|
||||
|
||||
function hasScrolled() {
|
||||
var st = $(this).scrollTop();
|
||||
|
||||
// Make sure they scroll more than delta
|
||||
if (Math.abs(lastScrollTop - st) <= delta)
|
||||
return;
|
||||
|
||||
// If they scrolled down and are past the navbar, add class .nav-up.
|
||||
// This is necessary so you never see what is "behind" the navbar.
|
||||
if (st > lastScrollTop && st > navbarHeight) {
|
||||
// Scroll Down
|
||||
$('.header').removeClass('nav-down').addClass('nav-up');
|
||||
$('.containerMenu').removeClass('colorMenu');
|
||||
|
||||
} else {
|
||||
// Scroll Up
|
||||
if (st + $(window).height() < $(document).height()) {
|
||||
$('.header').removeClass('nav-up').addClass('nav-down');
|
||||
$('.containerMenu').addClass('colorMenu');
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
lastScrollTop = st;
|
||||
|
||||
var reset = $(this).scrollTop();
|
||||
if (reset == 0) {
|
||||
$('.containerMenu').removeClass('colorMenu');
|
||||
}
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
// Modal 1
|
||||
$('#cookie').slickModals({
|
||||
popupType: 'delayed',
|
||||
delayTime: 0,
|
||||
setCookie: true,
|
||||
cookieDays: 30,
|
||||
cookieTriggerClass: 'setCookie-1',
|
||||
cookieName: 'deliraph-cookie',
|
||||
cookieScope: 'domain',
|
||||
popupWidth: '400px',
|
||||
popupHeight: '200px',
|
||||
popupLocation: 'bottomRight',
|
||||
popupAnimationDuration: '0.8',
|
||||
popupAnimationEffect: 'bounceInRight',
|
||||
popupBoxShadow: '0 0 20px 0 rgba(0,0,0,0.6)',
|
||||
popupPadding: '25px',
|
||||
mobileBreakPoint: '400px',
|
||||
mobileLocation: 'bottomCenter',
|
||||
mobileWidth: '100%',
|
||||
mobileHeight: 'auto',
|
||||
mobilePadding: '20px 20px 50px 20px',
|
||||
reopenClass: 'nope'
|
||||
|
||||
});
|
||||
});
|
||||
</script>
|
||||
<!-- POSITION FIXE DOMAINE SINGLE -->
|
||||
<script>
|
||||
$(function() {
|
||||
$(document).scroll(function() {
|
||||
if ($(this).scrollTop() >= $('.crawler').offset().top - 50) {
|
||||
$(".domaineBloc").addClass('fixe');
|
||||
} else {
|
||||
$(".domaineBloc").removeClass('fixe');
|
||||
}
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
6
functions.php
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once(__DIR__ . '/includes/errorlog.php');
|
||||
require_once(__DIR__ . '/includes/init.php');
|
||||
require_once(__DIR__ . '/includes/post-types.php');
|
||||
require_once(__DIR__ . '/includes/taxonomy.php');
|
||||
64
header.php
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
<!doctype html>
|
||||
<html <?php language_attributes(); ?>>
|
||||
|
||||
<head>
|
||||
<meta charset="<?php bloginfo('charset'); ?>" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="profile" href="https://gmpg.org/xfn/11" />
|
||||
<?php wp_head(); ?>
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/bootstrap/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slick.css">
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slick-theme.css">
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/style.css">
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/slick/slickmodal.css">
|
||||
<link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri(); ?>/assets/snackbar/snackbar.css">
|
||||
<script src="https://kit.fontawesome.com/c5f6836d82.js" crossorigin="anonymous"></script>
|
||||
<link rel="stylesheet" href="https://use.typekit.net/iaa6iur.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Montserrat:200,300,400,500,600,700,800&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
|
||||
<body <?php body_class(); ?>>
|
||||
<?php
|
||||
if (is_single()) {
|
||||
?>
|
||||
<div class="progress"></div>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<div id="cookie" class="slickModal cookieNotice1">
|
||||
<div class="slickWindow">
|
||||
<!-- Your popup content -->
|
||||
<div class="title">Ce site utilise des cookies</div>
|
||||
<p>Nous utilisons des cookies pour vous assurer la meilleure expérience possible sur notre site. Si vous continuez sans changer vos paramètres, nous supposons que vous êtes d'accord de recevoir tous les cookies de ce site.
|
||||
<br><a href="<?php echo home_url(''); ?>/cookies-sur-deligraph">En savoir plus</a>.
|
||||
</p>
|
||||
<label class="closeModal setCookie-1">Continuer</label>
|
||||
<!-- / Your popup content -->
|
||||
</div>
|
||||
</div>
|
||||
<div id="page" class="site">
|
||||
<div id="content" class="site-content">
|
||||
<svg class="traceD" xmlns="http://www.w3.org/2000/svg" width="603.108" height="731.346" viewBox="0 0 603.108 731.346">
|
||||
<path id="Tracé_159" data-name="Tracé 159" d="M412.774.717c-52.15,0-50.55-1.614-50.564,0-.786,69.46-1.71,117.514-2.524,186.974-.193,16.275-.386,32.551-.579,49.212C298.295,193.912,225,209.373,185,252.848c-44.84,48.743-45.13,114.81-11.876,163.14,16.993,24.689,40.04,42.757,69.322,51.157,40.578,11.641,78.66,5.076,115.762-19.324-1.241,22.634-.662,43.612-3.876,64-6.565,41.668-33.833,63.419-76.025,63.405q-139.155-.041-278.309,0v52.564c90.287.083,196.891.152,283.509-.193,29.254-.11,56.605-8.124,79.239-27.654,33.1-28.565,49.571-66.053,50.026-108.742,1.779-167.457-1.724-285.261,0-452.731C412.912,25.889,412.857,13.3,412.774.717ZM311.136,413.326c-38.454,16.731-85.087-1.779-102-40.482-16.7-38.206,2.359-84.756,41.806-102.107,37.682-16.565,84.439,2.193,101.335,40.661C368.817,349,349.6,396.6,311.136,413.326Z" transform="translate(214.739) rotate(20)" fill="#f1446f" opacity="0.06" />
|
||||
</svg>
|
||||
<div class="container-fluid containerMenu noColorMenu">
|
||||
<div class="container">
|
||||
<div class="row navigation">
|
||||
<!--
|
||||
<div class="col-md-3 col-lg-3">
|
||||
<a href="<?php echo home_url() ?>"><img class="logo" src="<?php /*echo get_stylesheet_directory_uri() */ ?>/images/Logo-Deligraph.png" alt="Agence de communication visuelle"></a>
|
||||
</div>
|
||||
-->
|
||||
<div class="col-md-12 col-lg-12 header nav-down">
|
||||
<?php
|
||||
/*
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Primary-beta',
|
||||
) );
|
||||
*/
|
||||
wp_megamenu(array('menu' => 'primary-beta'));
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
BIN
images/Logo-Deligraph-old.png
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
images/agence-communication-visuelle-deligraph.png
Normal file
|
After Width: | Height: | Size: 69 KiB |
BIN
images/agence-communication-visuelle-favicon-16.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
images/agence-communication-visuelle-favicon-32.png
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
BIN
images/cat.png
Normal file
|
After Width: | Height: | Size: 341 KiB |
BIN
images/cute-cat.mp3
Normal file
BIN
images/deligraph-old.png
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
images/deligraph.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
|
|
@ -0,0 +1,524 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 1050.7 393.1" style="enable-background:new 0 0 1050.7 393.1;" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path d="M499,292.9c-0.2,0.3-0.6,1.4,0.3,4.2c0.7,2.3,1.6,4.1,2.9,5.3c0.7,0.7,1.3,1.1,1.7,1.1c0.3,0,1,0,2.7-0.8
|
||||
c1.9-0.8,3-1.8,3.3-3c0.4-1.3-0.1-2.9-1.3-5c-0.6-1-1.6-1.7-2.9-2.2c-1.2-0.5-2.4-0.7-3.5-0.7c-0.3,0-0.5,0-0.8,0
|
||||
C499.5,292.1,499.1,292.7,499,292.9z"/>
|
||||
<path d="M574.9,296.1c0-1.1-0.2-1.7-0.4-2c-0.1-0.2-0.5-0.6-1.7-1c-1.1-0.4-2.7-0.5-4.7-0.5c-2.2,0-5.1,0-8.6,0.1
|
||||
c-1.4,0.1-2.9,0.1-4.2,0.1c-5.1,0-9.3-0.4-12.5-1.2c-4.1-1-7.8-3-11.1-5.9c-2.7-2.5-4.1-5.4-4-8.7c0.1-3.4,1.6-6,4.6-8
|
||||
c1.9-1.2,4.8-2.1,8.9-2.5c3.9-0.4,7.8-0.5,11.4,0c4,0.5,6.4,1.3,7.6,2.7c0.8,0.9,1.5,1.4,2.3,1.5c0.8,0.1,1.5,0,2-0.4
|
||||
c0.6-0.4,1.1-1.1,1.4-2.1c0.3-1,0.3-2.2,0-3.5c-0.3-1-1.1-2-2.5-3c-1.6-1.1-3.6-2-5.9-2.7c-2.5-0.7-5.1-1.2-7.9-1.6
|
||||
c-1.6-0.2-3.2-0.3-4.8-0.3c-1.2,0-2.4,0.1-3.7,0.2c-2.8,0.2-5.3,0.8-7.5,1.6c-6.2,2.3-10.1,5.8-11.6,10.3
|
||||
c-1.6,4.6-0.6,9.8,2.8,15.6c3.3,5.8,7.6,9.9,12.7,12.3c5.2,2.4,12.3,3.7,21.2,3.7c6.2,0,10.7-0.5,13.2-1.3
|
||||
C574.6,298.5,574.9,297.1,574.9,296.1z"/>
|
||||
<path d="M585.7,287.4c2.6,3.4,5.8,6,9.4,7.8c5.5,2.8,11,3.7,16.4,2.5c5.5-1.1,10.7-4.2,15.6-9c1.8-1.8,4-3.7,6.5-5.9
|
||||
c2.6-2.1,4.8-3.8,6.6-5c3-2,4.4-3.2,5.1-3.8c-0.1,0-0.2,0-0.3,0c-2.1,0-5.6,0.5-10.6,1.6c-2.7,0.5-4.3,0.5-5.3,0
|
||||
c-1.1-0.6-2-1.9-3.1-4.4c-0.6-1.6-1.9-3.1-3.7-4.6c-1.9-1.5-3.9-2.8-6.2-3.7c-2.3-0.9-4.6-1.6-6.9-2.1c-1-0.2-2-0.3-2.8-0.3
|
||||
c-1,0-1.9,0.1-2.7,0.4c-1.7,0.5-2.2,1.4-2.4,2c-0.5,1.5-1.4,2.6-2.7,3.3c-1.2,0.6-2.7,0.8-4.9,0.8c-3,0-5.6,1.2-8.2,3.6
|
||||
c-2.5,2.4-3.7,5-3.7,7.9C581.8,281.1,583.1,284.1,585.7,287.4z M607.8,269.8c0.6-0.7,1.5-1,2.9-1.1c0.1,0,0.3,0,0.4,0
|
||||
c2.4,0,4.7,0.8,6.9,2.4c1,0.7,1.7,1.5,2.2,2.3c0.9,1.6,0.4,2.7,0,3.1l-0.1,0.1c-0.6,0.6-1.4,0.9-2.5,0.9c-0.3,0-0.6,0-0.9-0.1
|
||||
c-1.1-0.1-2.3-0.4-3.5-0.8c-1.2-0.4-2.4-1-3.5-1.6c-1.3-0.8-2-1.7-2.3-2.6c-0.1-0.3-0.1-0.6-0.1-0.8
|
||||
C607.1,270.8,607.5,270.2,607.8,269.8z M591.3,276.2c1.9-1.1,4.2-1.4,6.8-0.9c2.5,0.5,4.7,1.8,6.6,3.8c0.9,0.9,2,1.8,3.3,2.7
|
||||
c1.3,0.8,2.3,1.4,3.2,1.6c0.3,0.1,0.6,0.1,0.9,0.2c1.3,0.4,2.9,1.1,3.3,2.5c0.1,0.5,0.2,1.4-0.7,2.2c-1.3,1.4-4.2,2.1-9,2.1
|
||||
c-2.4,0-5-0.4-7.7-1.2c-2.7-0.8-4.9-1.8-6.7-2.9c-2.2-1.4-3.2-2.9-3.2-4.5C588.2,279.4,589.2,277.4,591.3,276.2z"/>
|
||||
<path d="M726.8,289c1.6-1.4,3-2.2,4.2-2.5c1.3-0.2,2.8,0.1,4.9,0.9c1.3,0.5,2,0.6,2.5,0.6c0.1,0,0.1,0,0.2,0
|
||||
c0.3-0.1,0.4-0.2,0.4-0.2c0.1-0.2,0.6-1.7-2-7.1c-2-4.2-3.7-5.2-4.8-5.4c-0.1,0-0.3,0-0.4,0c-1.1,0-3,0.6-6.1,3.6l-6.3,6.2
|
||||
l-3.8-6.6c-3.3-6-6.7-9.6-9.9-11c-2.9-1.2-5.3-0.4-7.6,2.7l-3.8,5.1l-7.9-7.9c-4.1-4-8.2-6.5-12.3-7.5c-4-1-8.3-0.5-12.7,1.5
|
||||
c-2,0.9-3.7,2.2-5.1,4c-1.4,1.8-2.3,3.9-2.8,6.1c-0.5,2.3-0.6,4.6-0.3,7c0.2,2.3,1,4.6,2.2,6.6c1.2,2.1,2.8,3.8,4.7,5
|
||||
c2.1,1.4,3.7,1.7,4.8,0.9c1.3-0.9,2.1-3.2,2.5-6.5c0-0.5,0.1-1,0.1-1.5c0-2.9-0.5-4.9-1.4-5.7c-0.1-0.1-0.2-0.1-0.2-0.1
|
||||
c0,0-0.4,0.2-0.9,1.2c-0.6,1-1.2,1.8-2,2.2c-1.1,0.7-2.3,0.6-3.1-0.2c-1.2-1.2-0.5-3.1-0.3-3.7c0.4-1.2,1.1-2.5,2.1-3.7
|
||||
c1.4-1.9,2.9-3.3,4.5-4c1.6-0.7,3.8-1.2,7-1.3c3.2-0.2,5.4-0.1,6.8,0.3c1.5,0.5,2.8,1.7,4,3.5c0.7,1.1,1.4,2.6,2,4.5
|
||||
c0.6,1.8,1.1,3.6,1.3,5.2c0.8,5.2,1.5,7.3,2.1,8.1c0.4,0.6,1.1,1.4,2.9,1.4c0.9,0,1.9-0.5,2.9-1.4c1.2-1.1,2.7-3,4.5-5.7
|
||||
c5.4-8.5,5.8-8.5,6.8-8.5c1,0,1.4,0,6.6,9.2c1.1,1.9,2.1,3.5,2.9,4.7c0.8,1.1,1.5,2.1,2.3,2.8c0.9,0.8,1.5,1.1,1.8,1.3
|
||||
c0.4,0.1,0.9,0.1,1.6-0.1c0.8-0.2,1.6-0.6,2.4-1.2C724.5,291.1,725.5,290.2,726.8,289z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M37.7,356.7c-0.1-0.2-0.4-0.8-0.9-2c-0.4-1.1-0.8-1.8-1.1-2.2l-1.4-2.2l-0.1-0.1c-0.1-0.1-0.3-0.4-0.7-1.3
|
||||
c-0.4-0.8-0.9-1.5-1.5-2c-3.1-2.6-6.9-4.5-11.2-5.7l-0.1,0c-0.6-0.1-1.4-0.2-2.5-0.3c-1-0.1-1.9-0.3-2.8-0.4
|
||||
c-0.9-0.1-1.7-0.2-2.5-0.2c-2.5,0-3.7,0.3-4.1,1.1l-0.1,0.2v1.5c0,1.2,0.1,2.9,0.3,5.3c0.2,2.3,0.3,4,0.3,5.1v3.2
|
||||
c0,0.7,0.1,1.4,0.3,2.1v2.7c0,1.5-0.1,3.7-0.3,6.7v1c0,0.1,0,0.5,0.1,1.2c0.1,0.6,0.1,1,0.1,1.1v3.2c0,1,0.1,2,0.3,2.8l0.2,4.8
|
||||
c0,1.3,0.1,1.9,0.2,2.2c0,0.3,0,1-0.1,1.9c-0.1,1.1-0.1,1.9-0.1,2.5c0,0.1,0,0.4,0,1c0,0.5,0,0.8,0,0.9v0.8h0.7
|
||||
c0,0,0.1,0.1,0.2,0.2c0.5,0.5,1,0.7,1.4,0.7c0.6,0,1.4-0.2,2.4-0.6c0.8-0.3,1.5-0.5,1.9-0.5l0.2,0c1.4-0.3,2.8-0.9,4.3-1.7
|
||||
c0.1-0.1,0.5-0.3,1.3-0.8c1-0.6,1.3-0.7,1.3-0.8l1.1-0.5l0.1-0.1c0.3-0.2,0.7-0.5,1.2-0.7c0.5-0.3,0.9-0.5,1.2-0.7
|
||||
c0.4-0.2,0.7-0.3,1-0.5c0.4-0.2,0.6-0.3,0.7-0.3l0.3-0.2c0.1-0.1,0.4-0.2,0.8-0.5c0.6-0.3,0.9-0.5,0.9-0.5l0.5-0.3l0.1-0.1
|
||||
c1.8-1.6,3.3-3.2,4.6-4.9c0.2-0.2,0.3-0.4,0.3-0.6l1.1-1.9c0.2-0.2,0.3-0.6,0.4-1.2c0.1-0.4,0.2-0.6,0.3-0.7l0.1-0.1l0.6-3l0,0
|
||||
c0-0.1,0.1-0.1,0.1-0.3l0.1-0.1v-2.3c0-0.1,0-0.5,0.1-1.3c0.1-0.8,0.1-1.3,0.1-1.4v-0.7c0-3.2-0.6-5.9-1.8-8.2L37.7,356.7z
|
||||
M14.2,380c-0.2-2.4-0.4-3.8-0.4-4.2V375c0-0.9-0.1-1.8-0.2-2.9c-0.1-1-0.2-1.5-0.2-1.5v-0.7c0-1,0.1-2.4,0.2-4.3
|
||||
c0.1-2,0.2-3.4,0.2-4.4v-1.7c0-1.4-0.1-2-0.2-2.3V355c0-1.4,0-2.4-0.1-3c0.1-0.2,0.1-0.5,0.1-0.7c0-0.6-0.1-1.5-0.2-2.7
|
||||
c-0.1-1.2-0.2-2-0.2-2.6v-0.9c0.2-0.5,0.2-0.9,0.2-1.3c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c1.9,0,4.2,0.3,6.9,1l0.8,0.3l0.3,0
|
||||
c0.1,0,0.2,0,0.5,0.1c0.2,0,0.3,0.1,0.4,0.2c0.2,0.1,0.4,0.3,0.8,0.4c0.3,0.1,0.5,0.2,0.6,0.3l1.9,0.9c0.1,0.2,0.3,0.3,0.6,0.4
|
||||
l1.5,1.1c0.2,0.4,0.6,1.1,1.8,2.5c1.2,1.6,1.7,2.1,1.9,2.3l1.9,4.1l0.6,1.1c0.4,0.9,0.5,1.1,0.5,1.1v0.1l0.1,0.1
|
||||
c0.5,1.3,0.8,3.1,0.8,5.3c0,3.4-0.3,6.1-0.8,8c-0.4,1.4-0.9,2.5-1.5,3.4c-0.4,0.5-1,1.2-1.8,2.3c-0.7,1-1.4,1.8-2,2.2
|
||||
c-0.3,0.3-0.7,0.5-1.1,0.8c-0.4,0.3-0.9,0.5-1.4,0.8c-0.6,0.3-1,0.5-1.3,0.7l-1.4,0.8c-0.2,0.1-0.6,0.3-1.3,0.7
|
||||
c-0.7,0.4-1,0.5-1.2,0.6c-0.4,0.2-1.1,0.6-2.2,1.2c-1.1,0.6-2,1-2.7,1.2c-0.2,0.1-0.7,0.2-1.4,0.3c-0.3,0.1-0.6,0.1-0.9,0.2v-3.4
|
||||
C14.6,384,14.4,382.4,14.2,380z"/>
|
||||
<path d="M73.8,341.3c-0.3-0.1-0.7-0.3-1-0.4c-0.4-0.1-0.9-0.1-1.6-0.1c-1.2,0-2,0.1-2.5,0.2c-3.4-0.3-8.5-0.4-15.2-0.4h-0.3
|
||||
l-0.1,0c-0.1,0-0.4,0-1,0c-0.2,0-0.5-0.1-0.8-0.2c-0.4-0.1-0.6-0.2-0.8-0.2c-3.1,0-3.8,1.2-3.8,2.3v0.4l0.1,0.1
|
||||
c0.1,0.2,0.2,0.8,0.3,2.3c0.2,1.7,0.3,2.8,0.3,3.5c0,1.2,0.1,2.1,0.2,2.8c-0.2,1.5-0.2,3.2-0.2,5c0,2.9,0.1,5,0.3,6.2
|
||||
c0,1.9,0,4.3-0.1,7.2c-0.1,2.8-0.1,4.8-0.1,5.8c0,3.8,0.2,6.5,0.7,8.4l-0.1,0.4l0,1.7c0.1,0.6,0.1,1,0.1,1.3c0,0.7,0,1-0.1,1
|
||||
l0,0.2c0,0,0,0.2,0,0.5c-0.2,0.2-0.3,0.5-0.3,0.8c0,0.9,0.4,2.5,3,2.6l0.1,0l0.1-0.1c0.1,0,0.3-0.1,0.7-0.1
|
||||
c4.5-0.1,8.5-0.3,11.5-0.6h3.4c0.3,0,0.9,0,1.6,0c0.7,0,1.2,0,1.5,0c0.3,0,0.6,0,1,0.1c0.5,0,0.8,0.1,1.1,0.1
|
||||
c0.4,0,1.8-0.2,1.8-2.1c0-0.3-0.1-0.6-0.3-0.9c-0.2-0.2-0.4-0.4-0.8-0.5c-0.2-0.1-0.4-0.1-0.6-0.1c-0.1,0-0.3-0.1-0.6-0.1l-0.5,0
|
||||
c-0.4,0-0.8,0-1.4,0.1c-0.5,0-0.9,0.1-1,0.1l-1.2-0.1c-3.7,0-7.9,0.2-12.5,0.6c-1.5,0-2.2-0.1-2.5-0.2v0c0,0,0-0.4,0-0.9
|
||||
c0-0.5,0-0.8,0-0.9c0-0.1,0-0.2,0-0.5c0-0.4,0-0.6,0-0.6c0-0.4,0-1-0.1-1.7c-0.1-0.7-0.1-1.2-0.1-1.6l-0.5-10.8c0-0.1,0-0.3,0-0.6
|
||||
c0-0.4,0-0.6,0-0.8c0-0.5,0-1.2-0.1-2.2c0-0.7-0.1-1.3-0.1-1.7c0,0,0,0,0,0c0.4-0.1,0.9-0.1,1.5-0.1c0.7,0,1,0,1.2-0.1
|
||||
c0.1,0,0.2,0,0.2-0.1c0.2,0,0.6,0,1.1,0c0.1,0,0.2,0,0.5-0.1h0.3c0.3,0,0.8,0,1.4,0c0.6,0,1.1,0,1.5,0l5.3-0.2
|
||||
c0.2,0.1,0.5,0.1,0.9,0.1c0.2,0,0.4-0.1,0.7-0.2c0.2-0.1,0.5-0.3,0.7-0.5c0.5-0.4,0.6-0.8,0.6-1.1c0-0.3-0.1-0.9-0.9-1.3
|
||||
c-0.4-0.2-0.8-0.3-1.2-0.4c-0.4,0-0.6-0.1-0.8-0.1c-0.5,0-1.1,0.1-1.9,0.2c-0.7,0.1-1.3,0.2-1.6,0.2h-8.7c-0.2,0-0.3,0-0.3,0
|
||||
c-0.1,0-0.2-0.1-0.3-0.1V362l0-0.2c0-0.1-0.1-0.7-0.1-2.5l0-0.8l0.1-0.8l-0.1-0.2l0-0.1c0-0.2,0-1,0.1-2.3
|
||||
c0.1-1.3,0.1-2.1,0.1-2.4l0-0.2c-0.1-0.2-0.1-0.9-0.1-3.3v-1.8c0-0.3,0-0.6-0.1-0.9c0-0.3-0.1-0.6-0.1-1c0-1.1,0.2-1.3,0.2-1.3
|
||||
h1.8c0.2,0,0.6,0,1.2,0c0.6,0,1,0,1.2,0c0.3,0,0.8,0,1.3,0c0.6,0,1,0,1.3,0l1.4-0.1c0.1,0,0.4,0,0.8,0c0.4,0,0.6,0,0.6,0l0.8,0.1
|
||||
c0.3,0,0.6,0,1-0.1l9.9,0.4c1.1,0,1.9-0.7,1.9-1.8v-0.8l-0.5-0.2C74.1,341.5,74,341.5,73.8,341.3z"/>
|
||||
<path d="M97.7,388.7c-0.3-0.1-0.6-0.2-0.8-0.2c-0.2,0-0.5,0-1,0c-0.4,0-0.6,0-0.6,0c-0.9,0-2.2,0.1-4,0.2
|
||||
c-1.7,0.1-3.1,0.2-3.9,0.2h-0.7c0,0,0,0,0,0c0-0.1,0-0.3,0-0.5c0-0.3,0-0.5,0-0.7l-0.1-0.5c0-0.1,0-0.1,0-0.1l-0.1-1.5
|
||||
c0-0.2,0-0.8,0-2.1l0-0.4c0-1.5,0-2.3,0-2.4v-0.8c0-0.3,0-0.9,0-1.6c0-0.8,0-1.3,0-1.7c0-7-0.1-12-0.4-14.6v-1.4
|
||||
c0-0.1,0-0.8,0.1-2c0.1-1.7,0.1-2.1,0.1-2.2v-3.1c0-0.2,0-0.4,0-0.7c0-0.3,0-0.6,0-0.8c0-0.3,0-0.6-0.1-0.8l0.3-8.4
|
||||
c0-0.6-0.2-2.1-2.5-2.1c-0.2,0-0.5,0.1-0.8,0.2c-0.1,0-0.2,0.1-0.3,0.1H83l-1.2,0.6v0.4l-0.1,0.2v0.4l0.1,0.1
|
||||
c0.1,0.2,0.2,0.6,0.2,1.5c0,0.1,0,0.3,0,0.8c0,0.5,0,0.8,0,0.9s0,0.6,0.1,1.5c0.1,0.8,0.1,1.3,0.1,1.4c0,0.1,0,0.4,0,1
|
||||
c0,0.6,0,1,0,1c0,0.4,0,1.1,0.1,2.1c0.1,0.9,0.1,1.6,0.1,2.1c0,0.2,0,0.4,0,0.6c0,0.3,0,0.6,0,0.7v0.4c0,2.5-0.1,3.6-0.2,4.1
|
||||
l0,0.2l0,0.2c0.2,0.8,0.3,1.8,0.3,3.2v0.4l0,0.1c0.2,1,0.2,2.1,0.2,3.4c0,0.5,0,1.2-0.1,2.1c-0.1,1-0.1,1.5-0.1,1.5
|
||||
c0,0.5,0.1,1.3,0.2,2.2v0.3c0,0.3,0,0.7-0.1,1.3c-0.1,0.7-0.1,1.2-0.1,1.6c0,0.7,0.1,1.3,0.2,1.8c0,0.1-0.1,0.2-0.1,0.3
|
||||
c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.2v0.2c0,0,0,0.1,0,0.2l-0.1,0.3l0,0.2c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.2,0,0.2
|
||||
c0,0.1,0,0.3,0,0.7c0,0.4,0,0.7,0,0.9c0,0.5,0.1,0.8,0.2,1.1c0,1.9-0.1,3.4-0.2,4.3l0,0.1l0.1,0.6c0,0.3,0.1,0.5,0.1,0.6l-0.1,0.6
|
||||
l0,0.3l0,0c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.3,0.1,0.8,0.8,1.2c0.4,0.3,0.8,0.4,1.2,0.4h2c0.1,0,0.3,0,3.2-0.3
|
||||
c2.3-0.2,3.1-0.3,3.3-0.3c0.4,0,0.9,0,1.6,0c0.7,0,1.2,0,1.6,0c1.1,0,2.1-0.3,3.1-0.8l0.4-0.2v-0.4c0-0.5-0.1-0.9-0.3-1.2
|
||||
C98.6,389.2,98.3,388.9,97.7,388.7z"/>
|
||||
<path d="M111.4,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.7-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.6-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.5-0.1,2.6-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L111.4,374z"/>
|
||||
<path d="M147.8,375.5l0-0.2c0-0.1,0-0.3-0.1-0.7l-0.1-0.4l0-1.4c-0.1-0.5-0.4-1.4-2.2-1.4h-0.6l-1.6,1.1l-0.2,0.5v0.4
|
||||
c0,0.2,0,0.3,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2v7c0,0.7-0.1,1.5-0.3,2.2c-0.2,0.8-0.5,1.7-0.9,2.7c-0.4,0.9-1,1.6-1.9,2.2
|
||||
c-0.8,0.6-1.8,0.9-3.1,0.9c-1.3,0-2.5-0.2-3.7-0.5l-1.3-0.4c-1-0.4-1.2-0.5-1.2-0.5l-3.1-2.3c-0.5-0.3-1.4-1.2-2.6-4
|
||||
c-1.3-3-1.5-4-1.5-4.3v-0.2l-0.1-0.2c-0.1-0.1-0.2-0.4-0.2-1.2l-0.1-0.5l0.2-0.3l-0.3-0.4c-0.1-0.1-0.4-0.6-0.4-3.2l-0.1-1v-1.5
|
||||
c0-0.9,0.1-1.9,0.2-2.9c0.1-1,0.3-2.2,0.5-3.5c0.2-1.4,0.4-2.3,0.5-3l0-0.1c0-1.3,0.7-3.5,2-6.4c0.2-0.2,0.4-0.6,0.7-1.2
|
||||
c0.3-0.6,0.5-1.2,0.8-2c0.2-0.7,0.4-1.1,0.6-1.4c1.1-1.9,2.2-3.2,3.2-3.8c1-0.6,2.4-0.9,4.2-0.9c0.1,0,0.4,0,1,0.2
|
||||
c0.1,0,0.1,0,0.2,0v0.2l1.5,0.5l1.5,0.8c0.5,0.2,0.8,0.6,1.2,1c0.3,0.4,0.5,0.9,0.6,1.5c0.1,0.7,0.2,1.3,0.3,1.7
|
||||
c0.1,0.4,0.1,1.1,0.1,1.9v1.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.8,0.7,1.2,1,1.3c0.9,0.5,1.7,0.6,2.3,0.3c0.4-0.2,0.7-0.4,0.8-0.8
|
||||
c0.1-0.2,0.2-0.3,0.2-0.5c0.1-0.3,0.2-0.6,0.2-1v-2.7c0-4.2-2.2-7.1-6.6-8.8c-1.7-0.6-3.2-0.9-4.4-0.9c-2.3,0-3.1,0.2-3.4,0.4
|
||||
l-1.4,0.3l-0.2,0l-0.2,0.2c0,0-0.1,0-0.3,0.1c-0.4,0.1-0.8,0.3-1.1,0.5c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.2-0.4,0.5-0.6,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.3,0.4l-1.2,1.1c-0.2,0.2-0.6,0.5-1.1,1.8l-0.2,0.3c-0.6,0.6-1,1.2-1.3,2c-0.3,0.8-0.6,1.6-0.8,2.4
|
||||
c-0.2,0.9-0.4,1.3-0.4,1.4l-0.1,0.2v0.4c0,0,0,0.2-0.2,0.7c-0.2,0.4-0.4,1-0.6,1.6c-0.3,0.7-0.5,1.2-0.6,1.5
|
||||
c-0.3,0.9-0.6,2.2-0.8,4.3v0.8c0,0.2,0,0.7-0.2,1.6c-0.2,0.8-0.3,1.6-0.3,2.2v0.3c0,0.3,0,0.8-0.1,1.4c-0.1,0.9-0.1,1-0.1,1.1
|
||||
c0,0.3,0,0.8,0.1,1.3c0,0.4,0.1,0.8,0.1,1v2.7c0,1.6,0.5,3.9,1.7,7c1.1,3.1,2.4,5.4,3.8,6.9c0.5,0.6,1,1.1,1.5,1.6
|
||||
c0.5,0.5,1,0.8,1.3,1c0.3,0.2,0.7,0.4,1.4,0.7l0.8,0.4c2,1,4.4,1.6,7.2,1.7h0.6c2.7,0,5.1-0.9,7.4-2.7l0.5-0.4l0.2-0.1V389
|
||||
c0,0,0.1-0.3,0.9-1.3l0.2-0.4c0.2-0.3,0.4-0.7,0.5-1.2l0.5-2.6l0-0.5c0-0.4,0.1-0.5,0.1-0.5l0.2-0.2v-1.9c0-0.1,0-0.4,0.1-1
|
||||
c0.1-0.6,0.1-1,0.1-1c0-0.1,0-0.2-0.1-0.6l-0.1-0.2v-1.8C147.7,375.7,147.8,375.6,147.8,375.5z"/>
|
||||
<path d="M160.2,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.6-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.5-0.1,2.6-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2.1-0.1-3.4-0.3-4.1L160.2,374z"/>
|
||||
<path d="M211.7,359.4v-0.1l-1.1-2.9v-0.6l-1.2-3.6l-0.6-1.1c-0.1-0.5-0.3-0.8-0.5-1.1l-1.7-2.1c-0.1-0.2-0.2-0.4-0.4-0.6l-0.3-0.3
|
||||
c-0.3-0.4-0.4-0.5-0.4-0.5l-1.2-1.5v-0.3l-0.5-0.3c-0.2-0.3-0.4-0.4-0.5-0.5l-0.6-0.5c-0.4-0.4-0.9-0.8-1.3-1
|
||||
c-0.4-0.2-0.9-0.4-1.5-0.7c-0.6-0.2-1.2-0.5-1.8-0.8l-3.4-0.8l-0.2,0c-0.2,0-0.6,0-1.4-0.1c-0.8-0.1-1.3-0.1-1.4-0.1h-0.1v-0.1
|
||||
h-0.8c-1.6,0-3.3,0.2-5.1,0.6c-0.8,0-1.7,0.2-2.8,0.7c-1.1,0.4-1.9,0.8-2.5,1.1c-0.8,0.4-1.1,0.6-1.2,0.7l-0.6,0.4
|
||||
c-0.8,0.5-1.6,1-2.2,1.6l-2,2c-1.6,1.6-2.9,3.6-3.9,6l-0.4,0.6c-0.6,0.8-1.1,1.8-1.5,3.2c-0.4,1.3-0.5,2.3-0.5,2.9
|
||||
c0,0.1,0,0.3-0.2,0.7c-0.2,0.5-0.3,0.9-0.3,1.3c0,0.3,0,0.5,0.1,0.6c0,0.2,0,0.4-0.1,0.9c-0.2,0.8-0.2,1.1-0.2,1.3v0.6
|
||||
c0,0.2,0,0.5,0.1,0.7v0.1c0,0.4,0,0.4,0,0.4l-0.1,0.1v0.2c0,0.4,0,0.6,0.1,0.8l0,0.1l0.5,4.3l0.1,0.2c0,0,0,0.1,0,0.2
|
||||
c0,0.4,0.1,0.6,0.2,0.8c0.9,4.2,3,8.6,6.1,13.1c0.2,0.3,0.5,0.5,0.8,0.7l1.2,1.1c1.9,1.8,4.7,3.2,8.4,4.1l0.5,0l0.3,0.1l0.4,0
|
||||
c0.1,0,0.1,0,0.2,0l0.6,0.5l0.3-0.2h0.9c0.3,0,0.7,0,1.1,0.1l0.1,0c1.6,0,3.3-0.2,5-0.7l2.4-0.7c0.3,0,0.6-0.1,1-0.3
|
||||
c0.3-0.1,0.6-0.3,0.9-0.4c0.2-0.1,0.4-0.2,0.5-0.3l0.6-0.3l0.1-0.1c0.1-0.1,0.4-0.3,1.8-0.9l0.4-0.2l2.8-2.3l0.1-0.2
|
||||
c0-0.1,0.2-0.3,0.9-1.1c0.5-0.6,1-1.2,1.4-1.8c0.4-0.6,0.7-1.1,0.9-1.7c0-0.1,0.1-0.3,0.4-0.8l0.9-1.7l0-0.2c0-0.4,0.2-0.7,0.4-1
|
||||
l0.2-0.2v-0.4c0.4-1.1,0.6-2,0.6-2.9l0.5-1.5c0.1-0.2,0.1-0.4,0.2-0.7c0-0.2,0.1-0.4,0.1-0.5l0.1-0.2l-0.5-0.4h0.7
|
||||
c0-1.1,0.1-2.3,0.4-3.7c0.4-1.9,0.4-2.6,0.4-2.9c0-0.6-0.2-1.6-0.5-3.1C211.7,359.9,211.7,359.5,211.7,359.4z M207.4,369.3l0,0.9
|
||||
l0,0c0,0.1-0.1,0.2-0.1,0.3c-0.2,0.7-0.2,1-0.2,1.2c0,0.1,0,0.1,0,0.2l-0.7,2l-0.3,1.2c-0.7,3.3-2.2,6.3-4.5,9l-0.2,0.3
|
||||
c-0.2,0.1-0.4,0.3-0.8,0.5c-0.4,0.3-0.8,0.7-1.3,1.1c-0.4,0.3-0.6,0.6-0.8,0.7l-0.3,0.1c-1.6,0.9-3.1,1.5-4.2,1.9
|
||||
c-1.1,0.4-2.5,0.5-4.1,0.5c-2.5,0-4.6-0.5-6.3-1.4l-0.8-0.5c-1.4-0.7-2-1-2.2-1.1l-2.3-1.9c-0.1-0.2-0.3-0.4-0.6-0.6
|
||||
c-0.3-0.3-0.6-0.7-0.9-1.1c-0.3-0.4-0.3-0.6-0.3-0.6v-0.2l-0.9-1.3c-0.1-0.2-0.2-0.4-0.4-0.6c-1.3-2.5-2.3-5.6-3-9
|
||||
c-0.2-0.9-0.3-2-0.3-3.1v-1.2l-0.1-0.1l0-0.5c0-0.1,0-0.2,0-0.4c0-0.2,0.1-0.4,0.1-0.5v-2.8c0.1-0.3,0.1-0.7,0.2-1.3
|
||||
c0.1-0.6,0.2-1,0.3-1.3l1.3-3.5l0-0.2c0-0.1,0.1-0.6,0.8-1.9l0.6-1c1-1.5,1.4-2.1,1.5-2.4l0.4-0.5l3.1-3l1.7-1.1
|
||||
c0.3-0.2,0.7-0.4,1.1-0.7l1.2-0.7c0,0,0.3-0.1,1.6-0.4l2.6-0.7c0.3,0,0.6,0,0.9-0.1c0.5,0,1.5,0.1,2.8,0.3c1.5,0.2,2,0.3,2.2,0.3
|
||||
l1.6,0.4l0.3,0.1l0.8,0.5l0.1,0.1c0.7,0.3,1.4,0.7,2.1,1.4c0.7,0.8,1.3,1.3,1.7,1.6l2.5,2.8c0.1,0.2,0.2,0.4,0.4,0.5l0.4,0.6
|
||||
c0.1,0.3,0.2,0.8,0.7,1.9l0.6,1.7c0.2,0.4,0.6,1.4,1.2,2.9l0.4,1.3l0.4,0.7c0,0.6,0.1,1.4,0.3,2.4c0.2,1.1,0.2,1.9,0.2,2.4
|
||||
c0,0.2,0,0.5,0,0.8c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.7-0.2,1c-0.1,0.3-0.1,0.6-0.1,0.8l-0.1,0.5L207.4,369.3z"/>
|
||||
<path d="M250.6,340.8c-0.5-0.3-0.9-0.4-1.2-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0h-0.2l-1.5,0.9v0.7c0,0.3,0.1,0.6,0.2,0.9
|
||||
v1.5l0,0.2c0,0.1,0.1,0.5,0.1,2.3l0.2,3.4c0,0.1,0,0.2,0.1,0.6l0,0.2l0,0.3c-0.1,0.4-0.1,0.5-0.1,0.6v0.8l-0.2,0.3l0,0.9
|
||||
c0,0.1,0,0.3-0.1,0.7c-0.1,0.5-0.1,0.8-0.1,0.9v1.3c0,0.3,0,0.7,0.1,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,0.4,0,0.6,0,0.6c0,0,0,0,0,0
|
||||
l-0.1,0.2v0.6l-0.2,1.1l0,1.7c0,0.2,0,0.4-0.1,0.6c-0.1,0.4-0.1,0.6-0.1,0.6c0,0.2,0,0.4,0.1,0.6v0.1c-0.1,0.4-0.1,1-0.1,1.9
|
||||
c0,0.9-0.2,1.4-0.4,1.7l-0.1,0.1l-0.5,3.4l0,2.8c0,0.3,0,0.7-0.1,1.1c-0.1,0.5-0.2,1.1-0.2,1.8c-0.2,0.6-0.5,1.7-1.1,3
|
||||
c-0.6,1.4-0.9,2.5-1.1,3.1l0,0.1c0,0-0.1,0.3-0.7,1.1c-0.5,0.7-0.9,1.3-1.4,1.7l-1.6,1.1c0,0-0.1,0-0.2,0.1l-0.1,0
|
||||
c-1.1,0.4-2.1,0.5-3.2,0.5h-2.3c-2.1,0-4.1-1.7-5.9-5c0-0.4-0.2-0.9-0.5-1.6c-0.3-0.7-0.4-1.1-0.4-1.2c0-0.1,0-0.2-1.1-5.5v-0.1
|
||||
c0-0.2,0-0.4-0.1-0.7c-0.1-0.3-0.1-0.4-0.1-0.5l-0.9-6.4c0-0.2,0-0.7-0.1-1.6c-0.1-1-0.1-1.6-0.1-1.9l0-0.8
|
||||
c-0.4-3.6-0.5-4.5-0.5-4.6c0-0.9,0.1-2.3,0.3-4.2c0.2-2,0.3-3.4,0.3-4.3c0,0,0-0.2,0-0.5l0-0.8c0-0.8,0-1.5,0-1.9
|
||||
c0-0.7,0.1-1.6,0.2-2.6c0.1-1.1,0.2-2,0.2-2.5v-0.9l-0.2-0.2c-0.5-0.6-1.3-0.9-2.2-0.9c-1.4,0-2.3,0.8-2.3,2.2v0.7
|
||||
c0,0.1,0,0.4-0.1,0.8c-0.1,0.6-0.1,0.9-0.1,0.9v6.7l0.1,0.1c0.1,0.2,0.1,0.4,0.1,0.6c0,0.4-0.1,1-0.2,1.8c-0.1,0.9-0.2,1.6-0.2,2
|
||||
v5l0,0.2c0.2,0.5,0.3,1.3,0.3,2.3c0.1,1.1,0.1,1.7,0.1,2l0.6,6.4l0.1,0c0,0,0,0,0,0.1l0.5,3.8c0,0.2,0.2,1,1.1,5.1v0.3
|
||||
c0,1.3,0.6,3,1.9,5.4c1.6,2.9,3,4.4,4.4,4.5l0.3,0.1c1.2,0.9,3.1,1.3,5.6,1.3c2.5,0,4.7-0.5,6.5-1.3c1.9-0.9,3.1-1.8,3.8-2.7
|
||||
c0.7-0.9,1.2-1.7,1.5-2.6l0.1-0.1v-0.2c0.1-0.3,0.3-0.7,0.7-1.5c0.4-0.8,0.7-1.4,0.8-1.9c0.2-0.3,0.4-0.8,0.6-1.5
|
||||
c0.2-0.7,0.4-1.4,0.5-1.9l0.3-0.9c0.2-0.9,0.4-2.2,0.4-4v-0.5l-0.2-0.4c0-0.2,0.2-1,0.7-3.3l0-0.6l0.1-0.2l0-0.4
|
||||
c0.3-1.5,0.4-3,0.4-4.5v-1.7c0-0.2,0-0.7,0.2-1.7c0.2-0.9,0.2-1.5,0.2-2v-1c0,0,0-0.3-0.1-0.7c0-0.3-0.1-0.5-0.1-0.6
|
||||
c0-0.7,0.1-1.8,0.2-3c0.2-1.3,0.3-2.4,0.3-3.1c0-0.7-0.1-1.2-0.2-1.6v-5.9c0.1-0.2,0.2-0.4,0.2-0.5v-0.2l-0.1-0.2
|
||||
C251.3,341.4,251,341.1,250.6,340.8z"/>
|
||||
<path d="M283.2,366l-0.2-0.1h-0.2c0,0-0.2,0-0.9-0.4c-0.6-0.3-1.4-0.7-2.2-1.2c-0.8-0.4-1.4-0.7-1.9-0.9c-0.4-0.3-1.3-0.7-3.6-1.4
|
||||
l-2-0.8c-2.7-1-4.8-2-6.3-3c-1.4-0.9-2.4-2.1-2.9-3.5l0-0.7c0.1-2,0.6-3.6,1.5-4.7l0.7-0.9c0.4-0.6,0.9-1.1,1.3-1.5
|
||||
c0.5-0.4,1.7-1.2,4.7-2.2l1.1-0.6c2.9-0.9,5.5-1.1,7.9-0.1c1,0.4,1.8,0.9,2.3,1.5l1.1,0.8c0.1,0.1,0.2,0.2,0.3,0.3c0,0,0,0,0.1,0
|
||||
l0.2,0.3l0.1,0.1c1,1.2,1.5,3,1.5,5.2c0,0.3,0,0.7-0.1,1.2c-0.1,0.6-0.1,1-0.1,1.3c0,0.4,0.2,0.8,0.6,1.2c0.4,0.4,0.8,0.5,1.2,0.5
|
||||
l0.3,0c0.1,0,0.3-0.1,0.7-0.2c0.7-0.1,1.1-0.3,1.4-0.7l0.4-0.6v-4.1c0-0.9-0.2-1.9-0.7-2.8c-0.4-0.8-0.5-1-0.6-1.1
|
||||
c0-0.1-0.1-0.3-0.2-0.5c-0.1-0.2-0.2-0.5-0.5-0.7l-1.5-1.6c-0.3-0.5-0.8-1-1.4-1.4c-0.6-0.4-1-0.7-1.4-0.8
|
||||
c-0.3-0.1-0.5-0.2-0.6-0.2c-1.5-0.9-3.5-1.4-6.1-1.4c-0.6,0-1.4,0.1-2.4,0.3c-1.2,0.2-1.7,0.3-1.9,0.3l-0.4-0.1l-0.3,0.2
|
||||
c-0.2,0.2-0.8,0.5-2.9,0.9h-0.5l-0.2,0.1c-1.2,0.7-1.6,0.9-1.7,0.9h-0.3l-0.2,0c-0.3,0.1-0.6,0.2-0.9,0.5
|
||||
c-0.2,0.2-0.3,0.2-0.4,0.3l-0.3,0.1l-0.1,0c-1.4,0.7-2.5,1.8-3.3,3.2l-1,1.5c-1.1,1.6-1.7,3.5-1.7,5.5c0,1.5,0.7,3.1,2.1,4.7
|
||||
l1.2,1l0.3,0.3c0.1,0.1,0.2,0.2,0.3,0.3l0.1,0.1l3.2,1.8c0.2,0.1,0.4,0.2,0.8,0.4c0.4,0.2,0.5,0.3,0.6,0.3l1.1,0.5
|
||||
c1,0.4,2.5,1.1,4.6,1.9c2.1,0.8,3.7,1.5,4.9,2c1.2,0.5,2.6,1.3,4.1,2.4c1.6,1,2.9,2.2,4,3.6c1.4,1.6,2.3,3,2.8,4
|
||||
c0.5,1,0.7,2.4,0.7,4.1c0,0.4-0.2,1.4-1.8,3.7l-0.6,0.6c-0.5,0.6-1.1,1-1.7,1.4c-0.7,0.4-1,0.6-1.2,0.7l-0.4,0.1l-0.2,0.1
|
||||
c-1,0.8-2.2,1.1-3.7,1.1c-0.7,0-1.3,0.1-1.9,0.3h-0.7c-3.5,0-6.3-0.7-8.4-2.2c-2.1-1.4-3.1-3.3-3.1-5.7c0-1.4,0.5-3,1.4-4.6
|
||||
l0.5-0.5v-0.3c0-0.5-0.2-1-0.7-1.3c-0.4-0.3-0.8-0.4-1.3-0.4h-0.3l-0.8,0.2c-0.3,0-0.6,0.2-0.9,0.4c-0.4,0.3-0.6,0.6-0.6,1v0.3
|
||||
l-0.2,0.3c-0.7,1-1,2-1.1,3.1l-0.2,0.3v0.7c0,3.2,0.9,5.8,2.7,7.8c1.8,2,5,3.3,9.6,4.1l0.1,0c0.2,0,0.5,0,1.1,0.1
|
||||
c0.5,0.1,0.9,0.1,1.2,0.1c0.2,0,0.8,0,3.2-0.3l0.4-0.1c0.6,0,1.3-0.1,1.8-0.3c0.5-0.2,0.9-0.2,1-0.2l0.3,0l0.2-0.1
|
||||
c0,0,0.3-0.2,1.6-0.7c1.5-0.5,1.7-0.6,1.9-0.7l0.3-0.4l0.6-0.3l1.9-1.4c0.3-0.1,0.7-0.5,1.5-1.4c0.9-1,1.1-1.2,1.1-1.2l0.2-0.2
|
||||
l0.1-0.3c0-0.1,0.1-0.4,0.5-1.2c0.3-0.7,0.6-1.4,0.7-2c0.2-0.7,0.2-1.5,0.2-2.5c0-2.3-1.2-4.7-3.6-7.3
|
||||
C288,369.4,285.6,367.4,283.2,366z"/>
|
||||
<path d="M360.3,340.5c-0.4-0.2-0.9-0.3-1.7-0.3c-1.3,0-1.8,0.6-2.1,1c-0.2,0.5-0.4,1.1-0.5,1.9c0,0.5-0.2,0.9-0.3,1.1l-0.1,0.1
|
||||
l0,0.2c-0.1,0.5-0.3,1.6-0.6,3.3c-0.3,1.7-0.6,2.9-0.8,3.8l-0.8,2.6l0,0.2c0,0.2,0,0.5-0.2,1.2l-0.3,0.6c-0.2,0.3-0.3,0.7-0.3,1.8
|
||||
l-0.8,3.3c0,0.2-0.1,0.5-0.5,1.3c-0.3,0.7-0.5,1.3-0.6,1.7c-0.8,4.5-1.2,5.3-1.2,5.5l-0.1,0.2v0.5c-0.1,0.1-0.1,0.3-0.2,0.6
|
||||
c-0.1,0.4-0.3,0.8-0.4,1.4c-0.1,0.6-0.2,1.1-0.2,1.6l-0.4,1.1c-0.5,1.3-0.8,2.6-1,3.8c0,0.2-0.1,0.5-0.3,1.7
|
||||
c-0.1,0.5-0.2,1-0.3,1.4l-0.6-2.8l-0.1-0.1c-0.1-0.2-0.4-0.6-0.5-1.8c-0.1-1-0.3-1.7-0.5-2.1c0-0.7-0.3-1.7-0.7-3.2
|
||||
c-0.4-1.5-0.7-2.5-0.8-3c-0.3-1.6-0.9-4.4-1.9-8.1l-0.8-3.9c-0.2-0.7-0.5-1.8-1.1-3.2c-0.5-1.3-0.8-2.3-1-3v0
|
||||
c0-1.4-0.5-3.3-1.6-5.9v-0.3l-0.1-0.1c-0.1-0.1-0.2-0.3-0.3-0.6c-0.1-0.2-0.2-0.4-0.3-0.5l-0.6-1.7c-0.1-0.7-0.8-1-2-1
|
||||
c-2.2,0-2.7,0.9-2.7,1.6c0,0.2,0,0.5,1.4,3.3c1.1,2.3,1.2,2.8,1.2,2.8l0,0.2c2.1,7.7,3.3,12.3,3.6,13.8l0,0.1
|
||||
c0.4,1.1,0.5,1.4,0.5,1.4l0,0.4c1.1,6,2.5,11.5,3.9,16.5l0.1,0.4c1.7,5.9,2.7,9.4,2.8,10.5l0,0.2l0.1,0.2c0.3,0.3,0.8,0.6,1.8,0.9
|
||||
l0.2,0c0.2,0,0.4-0.1,0.7-0.3l0.6-0.2c0.2-0.1,0.3-0.1,0.4-0.2l0.1-0.1l0.6,0l0.6-3.7c0.1-0.2,0.2-0.4,0.2-0.8V387
|
||||
c0-1,0.1-1.9,0.2-2.7c0.2-0.8,0.4-1.6,0.6-2.3c0.3-0.8,0.5-1.4,0.6-1.9c0.1-0.3,0.1-0.8,0.1-1.5c0-0.7,0.1-1.1,0.1-1.3
|
||||
c0-0.3,0.2-0.8,0.6-1.7c0.4-0.9,0.7-1.6,0.8-2.2l0-0.3l-0.1-0.1l0.1-0.3c0.1-0.3,0.1-0.6,0.2-1c0-0.3,0.1-0.5,0.1-0.7l0.3-0.3
|
||||
v-0.3c0-0.4,0.1-1.3,0.7-2.9c0.5-1.4,0.8-2.5,1-3.1l0-0.8c0-0.1,0.2-0.3,0.5-0.8l0.1-0.2v-0.2c0-0.7,0.2-1.5,0.6-2.6
|
||||
c0.4-1.2,0.7-2.1,0.7-2.8c0-0.2,0.2-0.7,0.7-2c0.5-1.2,0.7-2.2,0.7-3v-0.1c0.1-0.5,0.4-1.8,1-3.8c0.5-2.1,1-3.6,1.3-4.6l0-0.2
|
||||
c0-0.1,0.1-0.2,0.1-0.3c0.2-0.4,0.3-0.7,0.3-1C361.1,341.1,360.7,340.7,360.3,340.5z"/>
|
||||
<path d="M373.4,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.7-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.4-0.1,2.5-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L373.4,374z"/>
|
||||
<path d="M405.2,366l-0.2-0.1h-0.2c0,0-0.2,0-0.9-0.4c-0.6-0.3-1.4-0.7-2.2-1.2c-0.8-0.4-1.4-0.7-1.9-0.9c-0.4-0.3-1.3-0.7-3.6-1.4
|
||||
l-2-0.8c-2.7-1-4.8-2-6.3-3c-1.4-0.9-2.4-2.1-2.9-3.5l0-0.7c0.1-2,0.6-3.6,1.5-4.7l0.7-0.9c0.4-0.6,0.9-1.1,1.3-1.5
|
||||
c0.5-0.4,1.7-1.2,4.7-2.2l1.1-0.6c2.9-0.9,5.5-1.1,7.9-0.1c1,0.4,1.8,0.9,2.3,1.5l1.1,0.8c0.1,0.1,0.2,0.2,0.3,0.3c0,0,0,0,0.1,0
|
||||
l0.2,0.3l0.1,0.1c1,1.2,1.5,3,1.5,5.2c0,0.3,0,0.7-0.1,1.2c-0.1,0.6-0.1,1-0.1,1.3c0,0.4,0.2,0.8,0.6,1.2c0.4,0.4,0.8,0.5,1.2,0.5
|
||||
l0.3,0c0.1,0,0.3-0.1,0.7-0.2c0.4-0.1,1-0.2,1.4-0.7l0.4-0.6v-4.1c0-0.9-0.2-1.9-0.7-2.8c-0.4-0.8-0.5-1-0.6-1.1
|
||||
c0-0.1-0.1-0.3-0.2-0.5c-0.1-0.2-0.2-0.5-0.5-0.7l-1.5-1.6c-0.3-0.5-0.8-1-1.4-1.4c-0.6-0.4-1-0.7-1.4-0.8
|
||||
c-0.3-0.1-0.5-0.2-0.6-0.2c-1.5-0.9-3.5-1.4-6.1-1.4c-0.6,0-1.4,0.1-2.4,0.3c-1.2,0.2-1.7,0.3-1.9,0.3l-0.4-0.1l-0.3,0.2
|
||||
c-0.2,0.2-0.8,0.5-2.9,0.9h-0.5l-0.2,0.1c-1.2,0.7-1.6,0.9-1.7,0.9h-0.3l-0.2,0c-0.3,0.1-0.6,0.2-0.9,0.5
|
||||
c-0.2,0.2-0.3,0.2-0.4,0.3l-0.3,0.1l-0.1,0c-1.4,0.7-2.5,1.8-3.3,3.2l-1,1.5c-1.1,1.6-1.7,3.5-1.7,5.5c0,1.5,0.7,3.1,2.1,4.7
|
||||
l1.2,1l0.3,0.3c0.1,0.1,0.2,0.2,0.2,0.3l0.1,0.1l3.2,1.8c0.2,0.1,0.4,0.2,0.8,0.4c0.4,0.2,0.5,0.3,0.6,0.3l1.1,0.5
|
||||
c1,0.4,2.5,1.1,4.6,1.9c2.1,0.8,3.7,1.5,4.9,2c1.2,0.5,2.6,1.3,4.1,2.4c1.5,1,2.9,2.2,4,3.6c1.4,1.6,2.3,3,2.8,4
|
||||
c0.5,1,0.7,2.4,0.7,4.1c0,0.4-0.2,1.4-1.8,3.7l-0.6,0.6c-0.5,0.6-1.1,1-1.7,1.4c-0.6,0.3-1,0.6-1.2,0.7l-0.4,0.1l-0.2,0.1
|
||||
c-1,0.8-2.2,1.1-3.7,1.1c-0.7,0-1.3,0.1-1.9,0.3h-0.7c-3.5,0-6.3-0.7-8.4-2.2c-2.1-1.4-3.1-3.3-3.1-5.7c0-1.4,0.5-3,1.4-4.6
|
||||
l0.5-0.5v-0.3c0-0.5-0.2-1-0.7-1.3c-0.4-0.3-0.8-0.4-1.3-0.4h-0.3l-0.8,0.2c-0.3,0-0.6,0.2-0.9,0.4c-0.4,0.3-0.6,0.6-0.6,1v0.3
|
||||
l-0.2,0.3c-0.7,1-1,2-1.1,3.1l-0.2,0.3v0.7c0,3.2,0.9,5.8,2.7,7.8c1.8,2,5,3.3,9.6,4.1l0.1,0c0.3,0,0.6,0,1.1,0.1
|
||||
c0.5,0.1,0.9,0.1,1.2,0.1c0.2,0,0.8,0,3.2-0.3l0.4-0.1c0.6,0,1.2-0.1,1.8-0.3c0.4-0.1,0.8-0.2,1-0.2h0.2l0.2-0.1
|
||||
c0,0,0.3-0.2,1.6-0.7c1.5-0.5,1.7-0.6,1.9-0.7l0.3-0.4l0.6-0.3l1.9-1.4c0.3-0.1,0.7-0.5,1.5-1.4c0.9-1,1.1-1.2,1.1-1.2l0.2-0.2
|
||||
l0.1-0.3c0-0.1,0.1-0.4,0.5-1.2c0.3-0.7,0.6-1.4,0.7-2c0.2-0.7,0.2-1.5,0.2-2.5c0-2.3-1.2-4.7-3.6-7.3
|
||||
C410.1,369.4,407.7,367.4,405.2,366z"/>
|
||||
<path d="M454,340.8c-0.5-0.3-0.9-0.4-1.2-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0h-0.2l-1.5,0.9v0.7c0,0.3,0.1,0.6,0.2,0.9
|
||||
v1.5l0,0.2c0,0.1,0.1,0.5,0.1,2.3l0.2,3.4c0,0.1,0,0.2,0.1,0.6l0,0.2l0,0.3c-0.1,0.4-0.1,0.5-0.1,0.6v0.8l-0.2,0.3l0,0.9
|
||||
c0,0.1,0,0.3-0.1,0.7c-0.1,0.5-0.1,0.8-0.1,0.9v1.3c0,0.3,0,0.7,0.1,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,0.4,0,0.6,0,0.6c0,0,0,0,0,0
|
||||
l-0.1,0.2v0.6l-0.2,1.1l0,1.7c0,0.2,0,0.4-0.1,0.6c-0.1,0.4-0.1,0.6-0.1,0.6c0,0.2,0,0.4,0.1,0.6v0.1c-0.1,0.4-0.1,1-0.1,1.9
|
||||
c0,0.9-0.2,1.4-0.4,1.7l-0.1,0.1l-0.5,3.4l0,2.8c0,0.3,0,0.7-0.1,1.1c-0.1,0.5-0.2,1.1-0.2,1.8c-0.2,0.6-0.5,1.7-1.1,3
|
||||
c-0.6,1.4-0.9,2.5-1.1,3.1l0,0.1c0,0-0.1,0.3-0.7,1.1c-0.5,0.7-0.9,1.3-1.4,1.7l-1.6,1.1c0,0-0.1,0-0.2,0.1l-0.1,0
|
||||
c-1.1,0.4-2.1,0.5-3.2,0.5h-2.3c-2.1,0-4.1-1.7-5.9-5c0-0.4-0.2-0.9-0.5-1.6c-0.3-0.7-0.4-1.1-0.4-1.2c0-0.1,0-0.2-1.1-5.5v-0.1
|
||||
c0-0.2,0-0.4-0.1-0.7c-0.1-0.2-0.1-0.4-0.1-0.5L428,368c0-0.2,0-0.7-0.1-1.6c-0.1-1-0.1-1.6-0.1-1.9l0-0.8
|
||||
c-0.4-3.6-0.5-4.5-0.5-4.6c0-0.9,0.1-2.3,0.3-4.2c0.2-1.9,0.3-3.4,0.3-4.3c0,0,0-0.5,0-1.3c0-0.8,0-1.5,0-1.9
|
||||
c0-0.7,0.1-1.6,0.2-2.6c0.1-1.1,0.2-2,0.2-2.5v-0.9l-0.2-0.2c-0.5-0.6-1.3-0.9-2.2-0.9c-1.4,0-2.3,0.8-2.3,2.2v0.7
|
||||
c0,0.1,0,0.4-0.1,0.8c-0.1,0.6-0.1,0.9-0.1,0.9v6.7l0.1,0.1c0.1,0.2,0.1,0.4,0.1,0.6c0,0.4-0.1,1-0.2,1.8c-0.1,0.9-0.2,1.6-0.2,2
|
||||
v5l0,0.2c0.2,0.5,0.3,1.3,0.3,2.3c0.1,1.1,0.1,1.7,0.1,2l0.6,6.4l0,0c0,0,0,0.1,0,0.1l0.5,3.8c0,0.2,0.2,1,1.1,5.1v0.3
|
||||
c0,1.3,0.6,3,1.9,5.4c1.6,2.9,3,4.4,4.4,4.5l0.3,0.1c1.2,0.9,3.1,1.3,5.6,1.3c2.5,0,4.7-0.5,6.5-1.3c1.9-0.9,3.1-1.8,3.8-2.7
|
||||
c0.7-0.9,1.2-1.7,1.5-2.6l0.1-0.1v-0.2c0.1-0.3,0.4-0.8,0.7-1.5c0.4-0.8,0.7-1.4,0.8-1.9c0.2-0.3,0.4-0.8,0.6-1.5
|
||||
c0.2-0.7,0.4-1.4,0.5-1.9l0.3-0.9c0.2-0.9,0.4-2.2,0.4-4v-0.5l-0.2-0.3c0,0,0,0,0,0c0-0.2,0.2-1,0.7-3.3l0-0.6l0.1-0.2l0-0.4
|
||||
c0.3-1.5,0.4-3,0.4-4.5v-1.7c0-0.2,0-0.7,0.2-1.7c0.2-0.9,0.2-1.5,0.2-2v-1c0,0,0-0.3-0.1-0.7c0-0.3-0.1-0.5-0.1-0.6
|
||||
c0-0.7,0.1-1.8,0.2-3c0.2-1.4,0.3-2.4,0.3-3.1c0-0.7-0.1-1.2-0.2-1.6v-5.9c0.1-0.2,0.2-0.4,0.2-0.5v-0.2l-0.1-0.2
|
||||
C454.7,341.4,454.4,341.1,454,340.8z"/>
|
||||
<path d="M495.3,386.1l-0.2-0.1c0,0,0,0,0,0v-0.1c0-0.6-0.2-1.3-0.5-2.2c-0.3-0.8-0.6-1.5-0.8-2.1c-0.2-0.4-0.3-0.6-0.3-0.7
|
||||
l-0.1-0.2c-1.6-3.9-2.2-5.4-2.4-6.1l0.2-0.1V374c0-0.2,0-0.5-0.1-0.8c0-0.1-0.1-0.2-0.1-0.3v-0.4l-0.8-0.6
|
||||
c-0.3-0.4-0.5-0.9-0.7-1.5l-0.6-2.5l-0.1-0.1c-0.3-0.4-0.6-1.1-0.7-2v-0.3l-0.3-0.6l-0.1-0.1c0,0-0.1-0.2-0.1-1.1V363l-0.3-0.2
|
||||
c-0.1-0.1-0.4-0.4-0.6-1.1c-0.2-0.6-0.5-1.5-0.7-2.5c-0.3-1.1-0.5-1.8-0.6-2.1l-2.3-6.8c-0.1-0.2-0.3-0.7-0.5-1.6
|
||||
c-0.2-0.9-0.3-1.4-0.5-1.9c-0.6-1.4-0.7-1.8-0.7-1.9l-0.6-2.2c0-0.5-0.3-1-0.7-1.5c-0.5-0.6-1.2-0.9-2.1-0.9
|
||||
c-0.8,0-1.4,0.2-1.8,0.6c-0.4,0.4-0.6,1-0.8,2c-0.2,0.4-0.3,0.7-0.4,0.9l-1.1,4.3l-0.2,0.3v0.3c0,1-0.1,1.4-0.1,1.6l-0.1,0.1
|
||||
l-0.1,0.3c-0.2,0.9-0.9,3.3-2,6.9c-1.1,3.6-1.8,6.4-2.2,8.4c-0.5,0.7-0.7,1.5-0.7,2.3l-0.4,1.4l0,0.5c0,0.1,0,0.5-0.5,1.5
|
||||
c-0.6,1.2-0.7,1.6-0.8,1.9l-0.5,2.3l-0.1,0.1l-0.1,0.3c-0.2,0.7-0.5,2-1.1,4c-0.7,2.3-0.9,3.3-0.9,3.8l-0.1,0.1l0,0.2
|
||||
c-0.4,1.7-1,3.6-1.7,5.7l0,0.2c0,0.3,0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.3,0.4,0.4c0.1,0.1,0.3,0.2,0.5,0.3l0.3,0.1
|
||||
c0.1,0.1,0.3,0.1,0.5,0.2c0.1,0,0.1,0,0.1,0l0.2,0.1h0.2c1,0,1.8-1.1,2.6-3.8c0.6-2.1,0.9-3.7,1-4.8c0.1-0.2,0.3-0.5,0.4-0.9
|
||||
c0.2-0.6,0.3-0.9,0.3-1.2v-0.1c0.3-0.4,0.6-1.1,0.7-2c0.1-0.9,0.3-1.8,0.4-2.5c0.2-0.6,0.3-0.6,0.4-0.6l0.1,0
|
||||
c1.4-0.2,3.7-0.3,7-0.3c3.9-0.4,5.1-0.5,5.4-0.5h0.8l0.2,0l0.2-0.1c0.1,0,0.5-0.1,2.3-0.1c0.3,0,0.4,0,0.6,0
|
||||
c0,0.1,0.1,0.2,0.1,0.3l0.7,2.3v0.3l0.1,0.1c1.2,3.1,2.1,5.7,2.7,7.6c0.6,1.9,1.1,3.6,1.8,5c0.1,1.2,0.9,2,2.4,2c1.3,0,2-0.8,2-2
|
||||
c0-0.4-0.1-0.7-0.3-0.9L495.3,386.1z M485.6,371.6c-0.2,0-0.5,0.1-0.9,0.1c-1.1,0.1-2.1,0.2-3,0.2h-1.1c-0.2,0-0.4,0-0.8,0.2
|
||||
c-0.2,0.1-0.4,0.1-0.5,0.1c0,0-0.1,0-0.2,0l-0.4,0c-0.5,0-1.7,0.1-3.6,0.2c-1.4,0.1-2.6,0.1-3.6,0.1c0.1-0.5,0.3-1.2,0.7-2.3
|
||||
l2.3-8.1c0.3-0.7,0.6-1.4,0.7-2l0.5-1.1l0-0.1c0.4-2,0.9-4.3,1.6-7.1c0.4-1.6,0.7-2.6,0.8-3.3c0.1,0.4,0.3,0.9,0.4,1.4
|
||||
c0.3,1.1,0.4,1.5,0.5,1.7l0.7,2.1c0,0.2,0.1,0.5,0.3,0.6c2.1,6.3,3.4,10.4,3.9,12.1c0,0.4,0.2,0.9,0.4,1.6c0.3,0.9,0.6,1.9,1,2.9
|
||||
C485.4,371.1,485.5,371.4,485.6,371.6z"/>
|
||||
<path d="M519.8,388.7c-0.3-0.1-0.6-0.2-0.8-0.2c-0.2,0-0.5,0-1,0c-0.4,0-0.6,0-0.6,0c-0.9,0-2.2,0.1-4,0.2
|
||||
c-1.7,0.1-3.1,0.2-3.9,0.2h-0.7c0,0,0,0,0,0c0-0.1,0-0.3,0-0.4c0-0.3,0.1-0.5,0.1-0.7l-0.1-0.5c0-0.1,0-0.1,0-0.1l-0.1-1.6
|
||||
c0-0.2,0-1,0-2.5c0-1.5,0-2.3,0-2.4v-0.8c0-0.3,0-0.9,0-1.6c0-0.8,0-1.3,0-1.7c0-7-0.1-12-0.4-14.6v-1.4c0-0.1,0-0.8,0.1-2
|
||||
c0.1-1.7,0.1-2.1,0.1-2.2v-3.1c0-0.2,0-0.4,0-0.7c0-0.3,0-0.6,0-0.8c0-0.3,0-0.6-0.1-0.9l0.3-8.4c0-0.6-0.2-2.1-2.5-2.1
|
||||
c-0.2,0-0.5,0.1-0.8,0.2c-0.1,0-0.2,0.1-0.3,0.1H505l-1.2,0.6v0.4l-0.1,0.2v0.4l0.1,0.1c0.1,0.2,0.2,0.6,0.2,1.5
|
||||
c0,0.1,0,0.3,0,0.8c0,0.5,0,0.8,0,0.9s0,0.6,0.1,1.5c0.1,0.8,0.1,1.3,0.1,1.4c0,0.1,0,0.4,0,1c0,0.6,0,1,0,1c0,0.4,0,1.1,0.1,2.1
|
||||
c0.1,0.9,0.1,1.6,0.1,2.1c0,0.2,0,0.4,0,0.6c0,0.3,0,0.6,0,0.7v0.4c0,2.5-0.1,3.6-0.2,4.1l0,0.2l0,0.2c0.2,0.8,0.3,1.9,0.3,3.2
|
||||
v0.4l0,0.1c0.2,1,0.2,2.1,0.2,3.4c0,0.5,0,1.2-0.1,2.1c-0.1,1-0.1,1.5-0.1,1.5c0,0.5,0.1,1.3,0.2,2.2v0.3c0,0.3,0,0.7-0.1,1.3
|
||||
c-0.1,0.7-0.1,1.2-0.1,1.6c0,0.7,0.1,1.3,0.2,1.8c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.1v0.3
|
||||
c0,0,0,0.1,0,0.1l-0.1,0.3l0,0.2c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.3,0,0.7c0,0.4,0,0.7,0,0.9
|
||||
c0,0.4,0.1,0.8,0.2,1.1c0,1.9-0.1,3.4-0.2,4.3l0,0.1l0.1,0.6c0,0.3,0.1,0.5,0.1,0.6l-0.1,0.7v0.2l0,0c-0.2,0.2-0.3,0.4-0.3,0.7
|
||||
c0,0.3,0.1,0.8,0.8,1.2c0.4,0.3,0.8,0.4,1.2,0.4h2c0.1,0,0.6,0,3.2-0.3c2.3-0.2,3.1-0.3,3.3-0.3c0.4,0,0.9,0,1.6,0
|
||||
c0.7,0,1.2,0,1.6,0c1.1,0,2.1-0.3,3.1-0.8l0.4-0.2v-0.4c0-0.5-0.1-0.9-0.3-1.2C520.6,389.2,520.4,388.9,519.8,388.7z"/>
|
||||
<path d="M586.9,375.5l0-0.2c0-0.1,0-0.3-0.1-0.7l-0.1-0.4l0-1.4c-0.1-0.5-0.4-1.4-2.2-1.4H584l-1.6,1.1l-0.2,0.5v0.4
|
||||
c0,0.2,0,0.3,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2v7c0,0.7-0.1,1.5-0.3,2.2c-0.2,0.8-0.5,1.7-0.9,2.7c-0.4,0.9-1,1.6-1.9,2.2
|
||||
c-0.8,0.6-1.9,0.9-3.1,0.9c-1.3,0-2.5-0.2-3.7-0.5l-1.3-0.4c-1-0.4-1.2-0.5-1.2-0.5l-3.1-2.3c-0.5-0.3-1.4-1.2-2.6-4
|
||||
c-1.3-3-1.5-4-1.5-4.3v-0.2l-0.1-0.2c-0.1-0.1-0.2-0.4-0.2-1.2l-0.1-0.5l0.2-0.3l-0.3-0.4c-0.1-0.1-0.4-0.6-0.4-3.2l-0.1-1v-1.5
|
||||
c0-0.9,0.1-1.9,0.2-2.9c0.1-1,0.3-2.2,0.5-3.5c0.2-1.3,0.4-2.3,0.5-3l0-0.1c0-1.3,0.7-3.5,2-6.4c0.2-0.2,0.4-0.6,0.7-1.2
|
||||
c0.3-0.6,0.5-1.2,0.8-2c0.3-0.8,0.5-1.2,0.6-1.4c1.1-1.9,2.2-3.2,3.2-3.8c1-0.6,2.4-0.9,4.2-0.9c0.1,0,0.4,0,1,0.2
|
||||
c0.1,0,0.1,0,0.2,0v0.2l1.5,0.5l1.5,0.8c0.5,0.2,0.9,0.6,1.2,1c0.3,0.4,0.5,0.9,0.6,1.5c0.1,0.7,0.2,1.3,0.3,1.7
|
||||
c0,0.3,0.1,0.9,0.1,1.9v1.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.7,0.7,1.2,1,1.3c0.9,0.5,1.7,0.6,2.3,0.3c0.4-0.2,0.7-0.4,0.8-0.8
|
||||
c0.1-0.2,0.2-0.3,0.2-0.5c0.1-0.3,0.2-0.6,0.2-1v-2.7c0-4.2-2.2-7.1-6.6-8.8c-1.7-0.6-3.2-0.9-4.4-0.9c-2.3,0-3.1,0.2-3.4,0.4
|
||||
l-1.4,0.3l-0.2,0l-0.2,0.2c0,0-0.1,0-0.3,0.1c-0.4,0.1-0.8,0.3-1.1,0.5c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.2-0.4,0.5-0.6,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.3,0.4l-1.2,1.2c-0.2,0.2-0.6,0.5-1.1,1.8l-0.2,0.3c-0.6,0.6-1,1.2-1.3,2c-0.3,0.8-0.6,1.6-0.8,2.4
|
||||
c-0.2,0.9-0.4,1.3-0.4,1.4l-0.1,0.2v0.4c0,0,0,0.2-0.2,0.7c-0.2,0.4-0.4,1-0.6,1.6c-0.3,0.6-0.5,1.2-0.6,1.5
|
||||
c-0.3,0.9-0.6,2.2-0.8,4.3v0.8c0,0.2,0,0.7-0.2,1.6c-0.2,0.9-0.3,1.6-0.3,2.2v0.3c0,0.4,0,0.8-0.1,1.4c-0.1,0.9-0.1,1-0.1,1.1
|
||||
c0,0.3,0,0.8,0.1,1.3c0.1,0.4,0.1,0.8,0.1,1v2.7c0,1.6,0.5,3.9,1.7,7c1.1,3.1,2.4,5.4,3.8,6.9c0.5,0.6,1,1.1,1.5,1.6
|
||||
c0.5,0.5,1,0.8,1.3,1c0.3,0.2,0.8,0.4,1.4,0.7l0.8,0.4c2,1,4.4,1.6,7.2,1.7h0.6c2.7,0,5.1-0.9,7.4-2.7l0.5-0.4l0.2-0.1V389
|
||||
c0,0,0.1-0.3,0.9-1.3l0.2-0.4c0.2-0.3,0.4-0.7,0.5-1.2l0.5-2.6l0-0.5c0-0.4,0.1-0.5,0.1-0.5l0.2-0.2v-1.9c0-0.1,0-0.4,0.1-1
|
||||
c0.1-0.7,0.1-1,0.1-1.1c0-0.1,0-0.3-0.1-0.6l-0.1-0.2v-1.8C586.8,375.8,586.9,375.7,586.9,375.5z"/>
|
||||
<path d="M638.1,359.4v-0.1l-1.1-2.9v-0.6l-1.2-3.6l-0.6-1.1c-0.1-0.5-0.3-0.8-0.5-1.1L633,348c-0.1-0.2-0.2-0.4-0.4-0.6l-0.3-0.3
|
||||
c-0.3-0.4-0.4-0.5-0.4-0.5l-1.2-1.5v-0.3l-0.5-0.3c-0.2-0.3-0.4-0.4-0.5-0.5l-0.6-0.5c-0.5-0.4-0.9-0.8-1.3-1
|
||||
c-0.4-0.2-0.9-0.4-1.5-0.7c-0.6-0.2-1.2-0.5-1.8-0.8l-3.4-0.8l-0.2,0c-0.2,0-0.6,0-1.4-0.1c-0.8-0.1-1.3-0.1-1.4-0.1H618v-0.1
|
||||
h-0.8c-1.6,0-3.3,0.2-5.1,0.6c-0.8,0-1.7,0.2-2.8,0.7c-1.1,0.4-1.9,0.8-2.5,1.1c-0.8,0.4-1,0.6-1.2,0.7l-0.6,0.4
|
||||
c-0.8,0.5-1.6,1-2.2,1.6l-2,2c-1.6,1.6-2.9,3.6-3.9,6l-0.4,0.6c-0.6,0.8-1.1,1.8-1.5,3.2c-0.4,1.3-0.5,2.3-0.5,2.9
|
||||
c0,0.1,0,0.3-0.2,0.7c-0.2,0.5-0.3,0.9-0.3,1.3c0,0.3,0,0.5,0.1,0.6c0,0.2-0.1,0.4-0.1,0.9c-0.2,0.8-0.2,1.1-0.2,1.3v0.6
|
||||
c0,0.2,0,0.5,0.1,0.7v0.1c0,0.4,0,0.4,0,0.4l-0.1,0.1v0.2c0,0.4,0,0.6,0.1,0.8l0,0.1l0.5,4.3l0.1,0.2c0,0,0,0.1,0,0.2
|
||||
c0,0.4,0.1,0.6,0.2,0.8c0.9,4.2,3,8.6,6.1,13.1c0.2,0.3,0.5,0.5,0.8,0.7l1.2,1.1c1.9,1.8,4.7,3.2,8.4,4.1l0.5,0l0.3,0.1l0.4,0
|
||||
c0.1,0,0.1,0,0.2,0l0.6,0.5l0.3-0.2h0.9c0.4,0,0.7,0,1.1,0.1l0.1,0c1.6,0,3.3-0.2,5.1-0.7l2.4-0.7c0.3,0,0.6-0.1,1-0.3
|
||||
c0.3-0.1,0.6-0.3,0.9-0.4c0.2-0.1,0.4-0.2,0.5-0.3l0.6-0.3l0.1-0.1c0.1,0,0.4-0.3,1.8-0.9l0.4-0.2l2.8-2.3l0.1-0.2
|
||||
c0-0.1,0.2-0.3,0.9-1.1c0.5-0.6,1-1.3,1.4-1.8c0.4-0.6,0.7-1.1,0.9-1.7c0-0.1,0.1-0.3,0.4-0.8l0.9-1.7l0-0.2c0-0.4,0.2-0.7,0.4-1
|
||||
l0.2-0.2v-0.4c0.4-1.1,0.6-2,0.6-2.9l0.5-1.5c0.1-0.2,0.1-0.4,0.2-0.7c0-0.2,0.1-0.4,0.1-0.5l0.1-0.1l-0.5-0.4h0.7
|
||||
c0-1.1,0.1-2.3,0.4-3.7c0.3-1.5,0.4-2.4,0.4-2.9c0-0.6-0.2-1.6-0.5-3.1C638.1,359.9,638.1,359.5,638.1,359.4z M633.9,369.3l0,0.9
|
||||
l0,0c0,0.1-0.1,0.2-0.1,0.3c-0.2,0.7-0.2,1-0.2,1.2c0,0.1,0,0.1,0,0.2l-0.7,2l-0.3,1.2c-0.7,3.3-2.2,6.3-4.5,9l-0.2,0.3
|
||||
c-0.2,0.1-0.5,0.3-0.8,0.5c-0.4,0.3-0.8,0.7-1.3,1.1c-0.4,0.3-0.6,0.6-0.8,0.7l-0.3,0.1c-1.6,0.9-3.1,1.5-4.2,1.9
|
||||
c-1.1,0.4-2.5,0.5-4.1,0.5c-2.5,0-4.6-0.5-6.3-1.4l-0.8-0.5c-1.4-0.7-2-1-2.2-1.1l-2.3-1.9c-0.1-0.2-0.3-0.4-0.6-0.6
|
||||
c-0.3-0.3-0.6-0.7-0.9-1.1c-0.3-0.4-0.3-0.6-0.3-0.6v-0.2l-0.9-1.3c-0.1-0.2-0.2-0.4-0.4-0.6c-1.3-2.5-2.3-5.6-3-9
|
||||
c-0.2-0.9-0.3-2-0.3-3.1v-1.2l-0.1-0.1l0-0.5c0-0.1,0-0.2,0-0.4c0-0.2,0-0.4,0-0.5v-2.8c0.1-0.3,0.1-0.7,0.2-1.3
|
||||
c0.1-0.6,0.2-1,0.3-1.3l1.3-3.5l0-0.2c0-0.1,0.1-0.6,0.9-1.9l0.6-1c1-1.4,1.4-2.1,1.5-2.4l0.4-0.5l3.1-3l1.7-1.1
|
||||
c0.3-0.2,0.7-0.4,1.1-0.7l1.2-0.7c0,0,0.3-0.1,1.6-0.4l2.6-0.7c0.3,0,0.6,0,0.9-0.1c0.5,0,1.5,0.1,2.8,0.3c1.5,0.2,2,0.3,2.2,0.3
|
||||
l1.6,0.4l0.3,0.1l0.8,0.5l0.1,0.1c0.7,0.3,1.4,0.7,2.1,1.4c0.8,0.8,1.3,1.3,1.7,1.6l2.5,2.8c0.1,0.2,0.2,0.4,0.4,0.5l0.4,0.6
|
||||
c0.1,0.3,0.2,0.8,0.7,1.9l0.6,1.7c0.2,0.4,0.6,1.4,1.1,2.9l0.4,1.3l0.4,0.7c0,0.6,0.1,1.4,0.3,2.4c0.2,1.1,0.2,1.9,0.2,2.4
|
||||
c0,0.2,0,0.5,0,0.8c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.7-0.2,1c-0.1,0.3-0.1,0.6-0.1,0.8l-0.1,0.5L633.9,369.3z"/>
|
||||
<path d="M683.5,386.5c0-0.1,0-0.2,0.1-0.4c0.1-0.3,0.1-0.6,0.1-0.7c0-1.5-0.1-3.6-0.4-6.2c-0.3-2.6-0.4-4.5-0.4-5.6v-4.1
|
||||
c0-0.3,0-0.9-0.1-1.9c-0.1-0.9-0.1-1.6-0.1-2.1v-1.8c0-0.4-0.1-1.3-0.2-2.9c-0.1-1.6-0.2-2.7-0.2-3.5c0-2.8,0.1-4.9,0.3-6.2v-8.4
|
||||
l0-0.2c0,0,0-0.2,0-0.5c0-0.4-0.1-0.8-0.2-1.1c-0.2-0.3-0.5-0.7-1.3-0.7c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.1-0.3,0.1-0.3,0.1h-0.3
|
||||
c-0.6,0-0.9,0.3-1,0.7l-0.5,1.4c0,0.1-0.1,0.2-0.2,0.4c-0.1,0.2-0.2,0.3-0.2,0.4l-0.8,1c-0.2,0.2-0.4,0.4-0.6,0.7l-3,5.2
|
||||
c-1.1,1.5-1.8,2.6-2.1,3.4l-2.1,3.3c-0.1,0.2-0.4,0.7-0.7,1.4c-0.3,0.7-0.7,1.2-0.9,1.6l-2.7,4.2c-0.2-0.3-0.6-0.8-1-1.8l-0.1-0.2
|
||||
c-1.4-1.7-1.4-2.2-1.4-2.2v-0.2l-1.9-2.8c-0.5-1-1.2-2.2-2-3.4l-4.5-6.6c-0.5-0.7-1-1.4-1.5-2.3c-0.5-0.9-0.9-1.5-1.2-1.9
|
||||
c-0.3-0.3-0.8-0.7-1.6-0.7c-0.4-0.1-0.9,0-1.7,0.3c-0.4,0.1-1.5,0.6-1.5,1.5v0.3l0,0.2c0,0.1,0.1,0.5,0.1,1.9v1.3
|
||||
c0,0.5,0.1,1.2,0.3,2.2c0.2,1.1,0.2,1.6,0.2,2l0.8,8.4v0.8c0,5.2,0.3,10.3,0.8,15.2c0,0.2,0,0.5,0,0.9c0,0.3,0,0.7,0,1.1v2.4
|
||||
c0,0,0,0.4,0.1,0.9c0,0.5,0.1,0.7,0.1,0.8v1.8l0,0.2c0,0.1,0.1,0.5,0.2,1.5c0.1,0.8,0.1,1.6,0.3,2.2l0.1,1v0.4
|
||||
c0,0.3,0.1,0.6,0.2,1c0.1,0.4,0.1,0.5,0.1,0.5l-0.1,0.1v0.8l2.4,1.3v-0.8l0.3-0.1c1-0.7,1.2-1,1.2-1.4c0-0.1,0-0.3-0.1-1
|
||||
c-0.1-0.4-0.1-0.6-0.1-0.7v-1c0-0.2,0-0.5-0.1-0.9c-0.1-0.3-0.1-0.6-0.2-0.8l-0.1-0.4c0-0.1-0.1-0.4-0.1-1.2
|
||||
c0-0.7-0.1-1.2-0.1-1.7c-0.1-0.4-0.1-0.7-0.2-0.9c0-0.2,0-0.4,0-0.7c0-0.6,0-1.1,0-1.5c0-1.2,0-2.2-0.1-3
|
||||
c-0.1-0.8-0.1-1.3-0.1-1.7V374c0-0.4-0.1-0.9-0.2-1.6c-0.1-0.6-0.2-1.1-0.1-1.4l0-0.1c0-0.1,0-0.3,0-0.5c0-0.3,0-0.4,0-0.5v-0.2
|
||||
l-0.1-0.2c0-0.1-0.1-0.2-0.1-0.7v-2.6c0-0.9-0.1-1.5-0.2-2c0,0,0,0,0,0c0.1-0.2,0.1-0.4,0.1-0.6c0-0.3,0-0.6-0.1-1.2
|
||||
c-0.1-0.4-0.1-0.9-0.1-1.5c0-0.5,0-1,0-1.8c0-0.7,0-1.1,0-1.2l0-0.1l-0.1-0.1c0-0.1-0.1-0.4-0.2-1.8c-0.1-1.6-0.2-1.9-0.2-1.9
|
||||
v-0.4c0-0.2,0-0.4-0.1-0.6c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.2-0.1-0.3-0.1-0.3l-0.2-2.8c0,0,0,0,0,0l0.1,0.1c1.5,1.8,3.6,4.9,6.2,9.1
|
||||
l0.5,0.7c2.1,3.7,3.9,6.5,5.3,8.3c0.1,0.5,0.5,0.9,1.3,1.3l0.4,0.3h1l0.3,0l0.2-0.1c0,0,0.1-0.1,0.4-0.1c0.5-0.1,0.8-0.4,1.2-0.7
|
||||
l0.4-0.5l-0.4-0.5V367c0-0.3,0.2-1.2,1.9-3.9l1-1.6l0.7-0.8c0.3-0.2,0.7-0.7,1.2-2l0.7-1.6c0.4-0.7,1-1.7,1.9-3.1
|
||||
c0.9-1.3,1.5-2.3,1.8-2.9c0.1-0.1,0.2-0.2,0.3-0.4l1.9-3v3.8c0,0.4,0,1-0.1,1.7c-0.1,0.8-0.1,1.4-0.1,1.9l0,0.7l0.1,0.2
|
||||
c0.1,0.2,0.4,1.2,0.4,6.9v0.4c-0.1,0.4-0.1,0.6-0.1,0.9c0,0.6,0.1,1.5,0.2,2.7c0.1,1.2,0.2,2.1,0.2,2.5v1.6c0,0.6,0,0.7,0,0.7
|
||||
l-0.2,0.3l0.1,0.3c0.1,0.2,0.1,0.6,0.1,1.4v1.6c0,0,0,0.3,0.1,0.7v0.3c0,1.6,0.2,4.2,0.6,7.7v7.4c0,0.4,0.2,1.4,2,1.4l0.3,0
|
||||
c0.7-0.3,1.2-0.6,1.7-1.1l0.2-0.2V390h-0.2C683.6,389.6,683.5,388.6,683.5,386.5z"/>
|
||||
<path d="M728.2,386.5c0-0.1,0-0.2,0.1-0.4c0.1-0.3,0.1-0.6,0.1-0.7c0-1.5-0.1-3.5-0.4-6.2c-0.3-2.6-0.4-4.5-0.4-5.6v-4.1
|
||||
c0-0.3,0-0.9-0.1-1.9c-0.1-0.9-0.1-1.6-0.1-2.1v-1.8c0-0.4-0.1-1.3-0.2-2.9c-0.1-1.6-0.2-2.7-0.2-3.5c0-2.8,0.1-4.9,0.2-6.1l0-8.5
|
||||
l0-0.2c0,0,0-0.2,0-0.5c0-0.4-0.1-0.8-0.2-1.1c-0.2-0.3-0.5-0.7-1.3-0.7c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.1-0.3,0.1-0.3,0.1H724
|
||||
c-0.6,0-0.9,0.3-1,0.7l-0.5,1.4c0,0.1-0.1,0.2-0.2,0.4c-0.1,0.2-0.2,0.3-0.2,0.4l-0.8,1c-0.2,0.2-0.4,0.4-0.6,0.7l-3,5.2
|
||||
c-1.1,1.5-1.8,2.6-2.2,3.4l-2.1,3.3c-0.1,0.2-0.4,0.7-0.7,1.4c-0.3,0.7-0.7,1.2-0.9,1.6l-2.7,4.2c-0.2-0.3-0.6-0.8-1-1.8l-0.1-0.2
|
||||
c-1.4-1.7-1.4-2.2-1.4-2.2v-0.2l-1.9-2.8c-0.5-1-1.2-2.2-2-3.4l-4.5-6.6c-0.5-0.7-1-1.4-1.5-2.3c-0.5-0.9-0.9-1.5-1.2-1.9
|
||||
c-0.3-0.3-0.8-0.7-1.6-0.7c-0.4-0.1-0.9,0-1.7,0.3c-0.4,0.1-1.5,0.6-1.5,1.5v0.3l0,0.2c0,0.1,0.1,0.5,0.1,1.9v1.3
|
||||
c0,0.5,0.1,1.2,0.3,2.2c0.2,1.1,0.2,1.6,0.2,2l0.8,8.4v0.8c0,5.2,0.3,10.3,0.8,15.2c0,0.2,0,0.5,0,0.9c0,0.3,0,0.7,0,1.1v2.4
|
||||
c0,0,0,0.3,0.1,0.9c0.1,0.4,0.1,0.7,0.1,0.8v1.8l0,0.2c0,0.1,0.1,0.5,0.2,1.5c0.1,0.8,0.1,1.6,0.3,2.2l0.1,1v0.4
|
||||
c0,0.3,0.1,0.6,0.2,1c0.1,0.4,0.1,0.5,0.1,0.5l-0.1,0.1v0.8l2.4,1.3v-0.8l0.3-0.1c1-0.7,1.2-1,1.2-1.4c0-0.1,0-0.3-0.1-1
|
||||
c-0.1-0.4-0.1-0.6-0.1-0.7v-1c0-0.2,0-0.5-0.1-0.9c-0.1-0.3-0.1-0.6-0.2-0.8l-0.1-0.4c0-0.1-0.1-0.4-0.1-1.2
|
||||
c0-0.7-0.1-1.2-0.1-1.7c-0.1-0.4-0.1-0.7-0.2-0.9c0-0.2,0-0.4,0-0.7c0-0.6,0-1.1,0-1.5c0-1.2,0-2.2-0.1-3
|
||||
c-0.1-0.8-0.1-1.3-0.1-1.7V374c0-0.3-0.1-0.9-0.2-1.6c-0.2-0.8-0.2-1.2-0.1-1.5c0-0.1,0-0.3,0-0.5c0-0.3,0-0.4,0-0.5v-0.2
|
||||
l-0.1-0.2c0-0.1-0.1-0.2-0.1-0.7v-2.6c0-0.9-0.1-1.5-0.2-2c0,0,0,0,0,0c0.1-0.2,0.1-0.4,0.1-0.6c0-0.3,0-0.6-0.1-1.2
|
||||
c-0.1-0.4-0.1-0.9-0.1-1.5c0-0.5,0-1,0-1.8l0-0.6c0-0.3,0-0.5,0-0.5l0-0.1l-0.1-0.2c0,0-0.1-0.3-0.2-1.8c-0.1-1.6-0.2-1.9-0.2-1.9
|
||||
v-0.4c0-0.2,0-0.4-0.1-0.6c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.2-0.1-0.2-0.1-0.3l-0.2-2.8c0,0,0,0,0,0l0.1,0.1c1.5,1.8,3.6,4.9,6.2,9.1
|
||||
l0.5,0.7c2.1,3.7,3.9,6.5,5.3,8.3c0.1,0.5,0.5,0.9,1.3,1.3l0.4,0.3h1l0.3,0l0.2-0.1c0,0,0.1-0.1,0.4-0.1c0.5-0.1,0.8-0.4,1.2-0.7
|
||||
l0.4-0.5l-0.4-0.5V367c0-0.3,0.2-1.2,1.9-3.9l1-1.6l0.7-0.8c0.3-0.2,0.6-0.7,1.2-2l0.7-1.6c0.4-0.7,1-1.7,1.9-3.1
|
||||
c0.9-1.3,1.5-2.3,1.8-2.9c0.1-0.1,0.2-0.2,0.3-0.4l1.9-3v3.8c0,0.4,0,1-0.1,1.7c-0.1,0.8-0.1,1.4-0.1,1.9l0,0.7l0.1,0.2
|
||||
c0.1,0.2,0.4,1.2,0.4,6.9v0.4c-0.1,0.4-0.1,0.6-0.1,0.9c0,0.6,0.1,1.5,0.2,2.7c0.1,1.2,0.2,2.1,0.2,2.5v1.6c0,0.6,0,0.7,0,0.7
|
||||
l-0.2,0.3l0.1,0.3c0.1,0.2,0.1,0.6,0.1,1.4v1.6c0,0,0,0.3,0.1,0.7v0.3c0,1.6,0.2,4.2,0.6,7.7v7.4c0,0.4,0.2,1.4,2,1.4l0.3,0
|
||||
c0.7-0.3,1.2-0.6,1.7-1.1l0.2-0.2V390h-0.2C728.3,389.6,728.2,388.6,728.2,386.5z"/>
|
||||
<path d="M766.4,340.8c-0.5-0.3-0.9-0.4-1.2-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0H764l-1.5,0.9v0.7c0,0.3,0.1,0.6,0.2,0.9
|
||||
v1.5l0,0.2c0,0.1,0.1,0.5,0.1,2.3l0.2,3.4c0,0.1,0,0.2,0.1,0.6l0,0.1l0,0.3c-0.1,0.4-0.1,0.5-0.1,0.6v0.8l-0.2,0.3v0.9
|
||||
c0,0.1,0,0.3-0.1,0.7c-0.1,0.5-0.1,0.8-0.1,0.9v1.3c0,0.3,0,0.7,0.1,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,0.4-0.1,0.6,0,0.6c0,0,0,0,0,0
|
||||
l-0.1,0.2v0.6l-0.2,1.1l0,1.7c0,0.2,0,0.4-0.1,0.6c-0.1,0.4-0.1,0.6-0.1,0.7c0,0.2,0,0.4,0.1,0.6v0.1c-0.1,0.4-0.1,1-0.1,1.9
|
||||
c0,0.9-0.2,1.4-0.4,1.7l-0.1,0.1l-0.5,3.4l0,2.8c0,0.3-0.1,0.7-0.1,1.1c-0.1,0.5-0.2,1.1-0.2,1.8c-0.2,0.6-0.5,1.7-1.1,3
|
||||
c-0.6,1.5-1,2.5-1.1,3.1l0,0.1c0,0-0.1,0.3-0.7,1.1c-0.5,0.7-1,1.3-1.4,1.7l-1.6,1.1c0,0-0.1,0-0.2,0.1l-0.1,0
|
||||
c-1.1,0.4-2.1,0.5-3.2,0.5h-2.3c-2.1,0-4.1-1.7-5.9-5c0-0.4-0.2-0.9-0.5-1.6c-0.3-0.7-0.4-1.1-0.4-1.2c0-0.1,0-0.2-1.1-5.5v-0.1
|
||||
c0-0.2,0-0.4-0.1-0.7c-0.1-0.2-0.1-0.4-0.1-0.5l-0.9-6.4c0-0.2,0-0.7-0.1-1.6c-0.1-1-0.1-1.6-0.1-1.9l0-0.8
|
||||
c-0.4-3.6-0.5-4.5-0.5-4.6c0-0.9,0.1-2.3,0.2-4.2c0.2-2,0.3-3.4,0.3-4.3c0,0,0-0.5,0-1.3c0-0.8,0-1.5,0-1.9c0-0.7,0.1-1.6,0.2-2.6
|
||||
c0.1-1.1,0.2-2,0.2-2.5v-0.9l-0.2-0.2c-0.5-0.6-1.3-0.9-2.2-0.9c-1.4,0-2.3,0.8-2.3,2.2v0.7c0,0.1,0,0.4-0.1,0.8
|
||||
c-0.1,0.6-0.1,0.9-0.1,0.9v6.7l0.1,0.1c0.1,0.2,0.1,0.4,0.1,0.6c0,0.4-0.1,1-0.2,1.8c-0.1,0.9-0.2,1.6-0.2,2v5l0,0.2
|
||||
c0.2,0.5,0.3,1.3,0.3,2.3c0.1,1.1,0.1,1.7,0.1,2l0.6,6.4l0.1,0c0,0,0,0,0,0.1l0.5,3.8c0,0.2,0.2,1,1.1,5.1v0.3
|
||||
c0,1.3,0.6,3,1.9,5.4c1.6,2.9,3,4.4,4.4,4.5l0.3,0.1c1.2,0.9,3.1,1.3,5.6,1.3c2.5,0,4.7-0.5,6.5-1.3c1.9-0.9,3.1-1.8,3.8-2.7
|
||||
c0.7-0.8,1.2-1.7,1.5-2.6l0.1-0.1v-0.2c0.1-0.2,0.3-0.7,0.7-1.5c0.4-0.8,0.7-1.4,0.8-1.9c0.2-0.3,0.4-0.8,0.6-1.5
|
||||
c0.2-0.7,0.4-1.3,0.5-1.9l0.3-0.9c0.2-0.9,0.4-2.2,0.4-4v-0.5l-0.2-0.3c0,0,0,0,0,0c0-0.2,0.2-1,0.7-3.3l0-0.6l0.1-0.2l0-0.4
|
||||
c0.3-1.5,0.4-3,0.4-4.5v-1.7c0-0.2,0-0.7,0.2-1.7c0.2-0.9,0.2-1.5,0.2-2v-1c0,0,0-0.3-0.1-0.7c0-0.3-0.1-0.5-0.1-0.6
|
||||
c0-0.7,0.1-1.7,0.2-3c0.2-1.3,0.3-2.4,0.3-3.1c0-0.7-0.1-1.2-0.2-1.6v-5.9c0.1-0.2,0.2-0.4,0.2-0.5v-0.2l-0.1-0.2
|
||||
C767.2,341.4,766.9,341.1,766.4,340.8z"/>
|
||||
<path d="M807.6,340.2c-1.4,0-2,0.6-2.3,1.1l-0.1,0.2v0.2c0,0.2,0,0.3,0.1,0.6c0,0.1,0,0.2,0.1,0.2c0,0,0,0,0,0l-0.8,6.8l0.1,0.2
|
||||
c0,0,0,0,0,0c0,0.6-0.1,1.8-0.3,3.6c-0.2,1.9-0.3,3.3-0.3,4.3v1.5c0,0.3-0.1,1-0.2,1.9c-0.1,1-0.2,1.7-0.2,2.2v0.4l0.1,0.3
|
||||
l-0.1,0.6v0.5c-0.3,1.4-0.4,3.3-0.4,5.7v1.6c0,0.1,0,0.9-0.1,2.1c-0.1,1.3-0.1,2.2-0.1,2.7v1.1c0,0.1,0,0.3,0.2,2.8
|
||||
c0,0.6,0.1,1.1,0.1,1.6c-0.1-0.1-0.2-0.3-0.2-0.4c-0.1-0.2-0.2-0.4-0.3-0.5l-0.9-1.4c-0.1-0.3-0.4-0.6-0.6-0.8
|
||||
c-0.1-0.1-0.2-0.2-0.2-0.2v-0.1L801,379c-0.6-0.8-2.6-3.9-6.2-9.3l-1.3-2.2c-0.3-0.5-0.9-1.5-1.8-2.8c-0.8-1.3-1.5-2.3-1.9-3
|
||||
l-0.5-1.2c-0.1-0.3-0.3-0.9-1.6-2.7c-1.2-1.8-1.3-2.3-1.3-2.3v-0.2l-1-1.6c-0.1-0.6-0.4-1.2-1-2.1l-2.5-4.6l-0.6-0.9l-1.1-2.1
|
||||
c-0.1-0.1-0.2-0.5-0.5-1.2c-0.3-0.8-0.6-1.4-1-1.8c-0.5-0.5-1.1-0.7-1.8-0.7c-0.6,0-1,0.1-1.4,0.2c-0.7,0.3-0.9,0.7-1,1.1
|
||||
c-0.1,0.3-0.2,0.6-0.2,0.8c0,0.2,0,0.6,0,1c0,0.4,0,0.6,0,0.7c0,0.1,0,0.4,0,0.7c0,0.3,0,0.5,0,0.6v1.3c0,0.6,0.1,1.3,0.3,1.8
|
||||
l0.2,3.9c0.1,1.7,0.2,3.1,0.3,4l-0.1,5.5c0,0.1,0,0.6,0,1.4c0,0.9,0,1.4,0,1.5v1.1c0,0.5,0,1.1,0,1.8c0,0.7,0,1.2,0,1.4l0.3,7.7
|
||||
v0.5c0,4.7,0.3,6.2,0.7,6.8l0.2,7.1c0,0.7,0.7,0.9,0.9,1c0.4,0.1,0.7,0.2,0.9,0.2c0.6,0,1.1-0.2,1.5-0.6c0.4-0.4,0.7-0.8,0.7-1.3
|
||||
c0-0.4-0.1-0.8-0.3-1.5l-0.3-6.1c0-1.1-0.1-2.7-0.4-5c-0.4-2.9-0.4-3.5-0.4-3.7v-2.6c0-0.4,0-1.3-0.1-2.5c0-1-0.1-1.6-0.1-1.8
|
||||
c0.2-1,0.3-2.6,0.3-5l-0.1-1.9c0-1.2,0-1.4,0-1.4l0.1-0.1l0-0.6l0.1-0.2l-0.5-8.5l0.3,0.5c0.1,0.3,0.3,0.6,0.5,0.7l2,3.7
|
||||
c0.6,1.7,1.4,3,2.3,4c0.1,0.4,0.2,0.8,0.5,1.2c0.3,0.4,0.5,0.8,0.8,1c0,0,0,0,0,0l0.1,0.3l0,0.2c0.6,1.5,1.7,3.4,3.2,5.6
|
||||
c1.6,2.4,2.2,3.4,2.4,3.9c0.1,0.7,0.4,1.5,1.1,2.4c0.5,0.7,1,1.4,1.5,1.9l1.5,2.3c0,0.1,0.1,0.3,0.3,0.6l0.1,0.1
|
||||
c1.4,1.9,2.6,3.7,3.5,5.2l1.1,1.8c0.2,0.3,0.5,0.7,1,1.3c0.4,0.6,0.8,1,1,1.4c0.2,0.4,0.3,0.7,0.3,0.8v0.2l1.5,2.6l0.2,0.1
|
||||
c0.5,0.3,1,0.4,1.5,0.5l0.2,0l1.5-0.7l0.5-0.5l-0.2-3.4c0-0.1,0-0.4,0-1c0-0.5,0-0.8,0-0.9l-0.4-11.7c0-0.1,0-0.2,0.1-0.5
|
||||
c0.1-0.4,0.1-0.6,0.1-0.7l-0.1-2l-0.1-0.1l0-0.2c0-1.7,0.2-3.2,0.5-4.6l0-0.2c0-3.1,0.2-5.6,0.6-7.4l0-0.2c0-0.2,0-0.4,0-0.8
|
||||
c0-0.3,0-0.5,0-0.6c0-0.9,0.1-2.2,0.3-3.9l0-0.4l0,0l0.1-1.4c0,0,0-0.1,0.1-0.2c0.1-0.3,0.2-0.6,0.2-0.9c0-0.1,0-0.4,0-0.7
|
||||
c0-0.2,0-0.4,0-0.5c0-1.5,0.2-2.9,0.6-4.4l0.1-0.4l0-0.2c0-0.1,0-0.3-0.1-0.4c0-0.1,0.1-0.2,0.1-0.3c0.2-0.4,0.3-0.7,0.3-0.9
|
||||
C809.8,341.6,809.6,340.2,807.6,340.2z"/>
|
||||
<path d="M822.1,374c0-0.7,0-1.7-0.1-3c-0.1-1.2-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.6-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.5-0.1,2.6-0.1,3.3v1.3l0.1,0.2c0.4,0.6,0.9,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L822.1,374z"/>
|
||||
<path d="M858.5,375.5l0-0.2c0-0.1,0-0.3-0.1-0.6l-0.1-0.4l0-1.4c-0.1-0.5-0.4-1.4-2.2-1.4h-0.6l-1.6,1.1l-0.2,0.5v0.4
|
||||
c0,0.2,0,0.3,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2v7c0,0.7-0.1,1.5-0.3,2.2c-0.2,0.8-0.5,1.7-0.9,2.7c-0.4,0.9-1,1.6-1.9,2.2
|
||||
c-0.8,0.6-1.9,0.9-3.1,0.9c-1.3,0-2.5-0.2-3.7-0.5l-1.3-0.4c-1-0.4-1.2-0.5-1.2-0.5l-3.1-2.3c-0.5-0.3-1.4-1.2-2.6-4
|
||||
c-1.3-3-1.5-4-1.5-4.3v-0.2l-0.1-0.2c-0.1-0.1-0.2-0.4-0.2-1.2l-0.1-0.5l0.2-0.3l-0.3-0.4c-0.1-0.1-0.4-0.6-0.4-3.2l-0.1-1v-1.5
|
||||
c0-0.9,0.1-1.9,0.2-2.9c0.1-1,0.3-2.2,0.5-3.5c0.2-1.3,0.4-2.3,0.5-3l0-0.1c0-1.3,0.7-3.5,2-6.4c0.2-0.2,0.4-0.6,0.7-1.2
|
||||
c0.3-0.6,0.5-1.2,0.8-2c0.3-0.8,0.5-1.2,0.6-1.4c1.1-1.9,2.2-3.2,3.2-3.8c1-0.6,2.4-0.9,4.2-0.9c0.1,0,0.4,0,1,0.2
|
||||
c0.1,0,0.1,0,0.2,0v0.2l1.5,0.5l1.5,0.8c0.5,0.2,0.8,0.6,1.2,1c0.3,0.4,0.5,0.9,0.6,1.5c0.1,0.7,0.2,1.3,0.3,1.7
|
||||
c0,0.3,0.1,0.9,0.1,1.9v1.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.7,0.7,1.2,1,1.3c0.9,0.5,1.7,0.6,2.3,0.3c0.4-0.2,0.7-0.4,0.8-0.8
|
||||
c0.1-0.2,0.2-0.3,0.2-0.5c0.1-0.3,0.2-0.6,0.2-1v-2.7c0-4.2-2.2-7.1-6.6-8.8c-1.7-0.6-3.1-0.9-4.4-0.9c-2.3,0-3.1,0.2-3.4,0.4
|
||||
l-1.4,0.3l-0.2,0l-0.2,0.2c0,0-0.1,0-0.3,0.1c-0.4,0.1-0.8,0.3-1.1,0.5c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.2-0.4,0.5-0.6,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.3,0.4l-1.2,1.2c-0.2,0.2-0.6,0.5-1.1,1.8l-0.2,0.3c-0.6,0.6-1,1.2-1.3,2c-0.3,0.8-0.6,1.6-0.8,2.4
|
||||
c-0.2,0.9-0.4,1.3-0.4,1.4l-0.1,0.2v0.4c0,0,0,0.2-0.2,0.7c-0.2,0.4-0.4,1-0.6,1.6c-0.3,0.6-0.5,1.2-0.6,1.5
|
||||
c-0.3,0.9-0.6,2.2-0.8,4.3v0.8c0,0.2,0,0.7-0.2,1.6c-0.2,0.9-0.3,1.6-0.3,2.2v0.3c0,0.4,0,0.8-0.1,1.4c-0.1,0.9-0.1,1-0.1,1.1
|
||||
c0,0.3,0,0.7,0.1,1.3c0.1,0.4,0.1,0.8,0.1,1v2.7c0,1.6,0.5,3.9,1.7,7c1.1,3.1,2.4,5.4,3.8,6.9c0.5,0.6,1,1.1,1.5,1.6
|
||||
c0.6,0.5,1,0.8,1.3,1c0.3,0.2,0.8,0.4,1.4,0.7l0.8,0.4c2,1,4.4,1.6,7.2,1.7h0.6c2.7,0,5.1-0.9,7.4-2.7l0.5-0.4l0.2-0.1V389
|
||||
c0,0,0.1-0.3,0.9-1.3l0.2-0.4c0.2-0.3,0.4-0.7,0.5-1.2l0.5-2.6l0-0.5c0-0.4,0.1-0.5,0.1-0.5l0.2-0.2v-1.9c0-0.1,0-0.4,0.1-1
|
||||
c0.1-0.7,0.1-1,0.1-1.1c0-0.1,0-0.3-0.1-0.6l-0.1-0.2v-1.8C858.5,375.8,858.5,375.7,858.5,375.5z"/>
|
||||
<path d="M898.8,386.1l-0.2-0.2c0,0,0,0,0,0v-0.1c0-0.6-0.2-1.3-0.5-2.2c-0.3-0.8-0.6-1.5-0.8-2.1c-0.2-0.4-0.3-0.6-0.3-0.7
|
||||
l-0.1-0.2c-1.6-3.9-2.2-5.4-2.4-6.1l0.2-0.1V374c0-0.2,0-0.5-0.1-0.8c0-0.1-0.1-0.2-0.1-0.3v-0.4l-0.8-0.6
|
||||
c-0.3-0.4-0.5-0.9-0.7-1.5l-0.6-2.5l-0.1-0.1c-0.3-0.4-0.6-1.1-0.7-2v-0.3l-0.3-0.6l-0.1-0.1c0,0-0.1-0.2-0.1-1.1V363l-0.3-0.2
|
||||
c-0.1-0.1-0.4-0.4-0.6-1.1c-0.2-0.6-0.5-1.5-0.7-2.5c-0.4-1.5-0.5-1.9-0.6-2.1l-2.3-6.8c-0.1-0.2-0.3-0.7-0.5-1.6
|
||||
c-0.2-0.8-0.3-1.4-0.4-1.8l0-0.1c-0.7-1.5-0.7-1.8-0.7-1.9l-0.6-2.2c0-0.5-0.3-1-0.7-1.5c-0.5-0.6-1.2-0.9-2.1-0.9
|
||||
c-0.8,0-1.4,0.2-1.8,0.6c-0.4,0.4-0.6,1-0.8,2c-0.2,0.4-0.3,0.7-0.4,0.9l-1.1,4.3l-0.2,0.3v0.3c0,1-0.1,1.4-0.1,1.6l-0.1,0.1
|
||||
l-0.1,0.3c-0.2,0.9-0.9,3.3-2,6.9c-1.1,3.6-1.8,6.4-2.2,8.4c-0.5,0.7-0.7,1.5-0.7,2.3l-0.4,1.4l0,0.5c0,0.1,0,0.5-0.5,1.5
|
||||
c-0.6,1.2-0.7,1.6-0.8,1.9l-0.5,2.3l-0.1,0.1l-0.1,0.3c-0.2,0.7-0.5,2-1.1,4c-0.7,2.3-0.9,3.3-0.9,3.8l-0.1,0.1l0,0.2
|
||||
c-0.4,1.7-1,3.6-1.7,5.7l0,0.2c0,0.3,0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.3,0.4,0.4c0.1,0.1,0.3,0.2,0.5,0.3c0.1,0.1,0.2,0.1,0.3,0.2
|
||||
c0.1,0.1,0.3,0.1,0.5,0.2c0.1,0,0.1,0,0.1,0l0.2,0.1h0.2c1,0,1.8-1.1,2.6-3.8c0.6-2.1,0.9-3.7,1-4.8c0.1-0.2,0.3-0.5,0.4-0.9
|
||||
c0.2-0.6,0.3-0.9,0.3-1.2v-0.1c0.3-0.4,0.6-1.1,0.7-2c0.1-0.9,0.3-1.8,0.4-2.5c0.2-0.6,0.3-0.6,0.4-0.6l0.1,0
|
||||
c1.4-0.2,3.7-0.3,7-0.3c3.9-0.4,5.1-0.5,5.4-0.5h0.8l0.2,0l0.2-0.1c0.1,0,0.5-0.1,2.3-0.1c0.3,0,0.4,0,0.6,0
|
||||
c0,0.1,0.1,0.2,0.1,0.3l0.7,2.3v0.3l0.1,0.1c1.2,3.1,2.1,5.7,2.7,7.6c0.6,1.9,1.1,3.6,1.8,5c0.1,1.2,0.9,2,2.4,2c1.3,0,2-0.8,2-2
|
||||
c0-0.4-0.1-0.7-0.3-0.9L898.8,386.1z M889.1,371.6c-0.2,0-0.5,0.1-0.9,0.1c-1.1,0.1-2.1,0.2-3,0.2h-1.1c-0.2,0-0.4,0-0.8,0.2
|
||||
c-0.2,0.1-0.4,0.1-0.5,0.1c0,0-0.1,0-0.2,0l-0.4,0c-0.5,0-1.7,0.1-3.6,0.2c-1.4,0.1-2.6,0.1-3.6,0.1c0.1-0.5,0.3-1.2,0.7-2.3
|
||||
l2.3-8.1c0.3-0.7,0.6-1.4,0.7-2l0.5-1.1l0-0.1c0.4-2,0.9-4.3,1.6-7.1c0.4-1.6,0.7-2.6,0.8-3.3c0.1,0.4,0.3,0.9,0.4,1.4
|
||||
c0.3,1.1,0.4,1.5,0.5,1.7l0.7,2.1c0,0.2,0.1,0.5,0.3,0.6c2.1,6.3,3.4,10.4,3.9,12.1c0,0.4,0.2,0.9,0.4,1.6c0.3,0.9,0.6,1.9,1,2.9
|
||||
C888.9,371.1,889,371.4,889.1,371.6z"/>
|
||||
<path d="M933,341.1l-0.2-0.1h-1.3c-1.1,0-2.7-0.1-4.7-0.2c-2.2-0.2-3.7-0.2-4.8-0.2c-0.6,0-1.6,0-2.9,0.1
|
||||
c-1.2,0.1-2.1,0.1-2.8,0.1c-1.5,0-2.8-0.1-3.8-0.3l-0.3,0l-0.3,0.1c-0.1,0-0.3,0-0.7-0.1c-0.6-0.2-0.9-0.2-1.1-0.2
|
||||
c-0.7,0-2.9,0-2.9,1.5c0,0.8,0.5,1.8,2.8,2.1l0.7,0l0.3,0.1l3.1,0l0.8,0.1l1.9,0l1.2,0.2v6.1l0,0.2c0,0,0.1,0.2,0.1,0.6
|
||||
c0,0.4,0.1,0.7,0.1,0.9l0.3,3c-0.1,0.2-0.1,0.3-0.1,0.5c0,0.2,0.1,0.5,0.2,0.7c0,0.3,0,0.9,0,1.8c0,1.4,0.1,2.9,0.3,4.6
|
||||
c0.2,1.7,0.3,3.2,0.3,4.5v4.5l0.3,1.9v7.9l0.1,9.9l0.2,0.2c0.6,0.6,1,0.8,1.4,0.8c1.1,0,1.9-0.3,2.4-0.9l0.2-0.2v-7.8
|
||||
c0-0.7,0-1.8-0.1-3.1c-0.1-1.3-0.1-2.4-0.1-3v-6.7c0-1.4-0.1-3.2-0.3-5.3c-0.2-2-0.3-3.4-0.3-4.2c-0.1-1.1-0.2-3-0.4-6
|
||||
c-0.2-2.8-0.3-5.1-0.3-6.7c-0.1-0.4,0-1.1,0.1-2c0.1-1,0.2-1.7,0.2-2.2V344c1.2,0,2.1,0,2.7,0.1l1.5,0.3l1.6,0
|
||||
c0.5,0,1.2,0.1,2.2,0.2c1.5,0.2,1.6,0.2,1.7,0.2c1.8,0,2-1,2-1.4v-0.8C934.7,342,934.2,341.7,933,341.1z"/>
|
||||
<path d="M947,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.7-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.4-0.1,2.5-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L947,374z"/>
|
||||
<path d="M998.5,359.4v-0.1l-1.1-2.9v-0.6l-1.2-3.6l-0.6-1.1c-0.1-0.5-0.3-0.8-0.5-1.1l-1.7-2.1c-0.1-0.2-0.2-0.4-0.4-0.6l-0.3-0.3
|
||||
c-0.3-0.4-0.4-0.5-0.4-0.5l-1.2-1.5v-0.3l-0.5-0.3c-0.2-0.3-0.4-0.4-0.5-0.5l-0.6-0.5c-0.5-0.4-0.9-0.8-1.3-1
|
||||
c-0.4-0.2-0.9-0.4-1.5-0.7c-0.6-0.2-1.2-0.5-1.8-0.8l-3.4-0.8l-0.2,0c-0.2,0-0.6,0-1.4-0.1c-0.8-0.1-1.3-0.1-1.4-0.1h-0.1v-0.1
|
||||
h-0.8c-1.6,0-3.3,0.2-5.1,0.6c-0.8,0-1.7,0.2-2.8,0.7c-1.1,0.4-1.9,0.8-2.5,1.1c-0.8,0.4-1,0.6-1.2,0.7l-0.5,0.4
|
||||
c-0.8,0.5-1.6,1-2.2,1.6l-2,2c-1.6,1.6-2.9,3.6-3.9,6l-0.4,0.6c-0.6,0.8-1.1,1.8-1.5,3.2c-0.4,1.3-0.5,2.3-0.5,2.9
|
||||
c0,0.1,0,0.3-0.2,0.7c-0.2,0.5-0.3,0.9-0.3,1.3c0,0.3,0,0.5,0.1,0.6c0,0.2-0.1,0.4-0.1,0.9c-0.1,0.6-0.2,1-0.2,1.3v0.6
|
||||
c0,0.2,0,0.5,0.1,0.7v0.1c0,0.3,0,0.4,0,0.4v0l-0.1,0.1v0.2c0,0.4,0,0.6,0.1,0.8l0,0.1l0.5,4.3l0.1,0.2c0,0,0,0.1,0,0.2
|
||||
c0,0.4,0.1,0.6,0.2,0.8c0.9,4.2,3,8.6,6.1,13.1c0.2,0.3,0.5,0.5,0.8,0.7l1.2,1.1c1.9,1.8,4.7,3.2,8.4,4.1l0.5,0l0.3,0.1l0.4,0
|
||||
c0.1,0,0.1,0,0.2,0l0.6,0.5l0.3-0.2h0.9c0.3,0,0.7,0,1.1,0.1l0.1,0c1.6,0,3.3-0.2,5.1-0.7l2.4-0.7c0.3,0,0.6-0.1,1-0.3
|
||||
c0.3-0.1,0.6-0.3,0.9-0.4c0.2-0.1,0.4-0.2,0.5-0.3l0.6-0.3l0.1-0.1c0.1,0,0.4-0.3,1.8-0.9l0.4-0.2l2.8-2.3l0.1-0.2
|
||||
c0.1-0.1,0.2-0.3,0.9-1.1c0.5-0.6,1-1.3,1.4-1.8c0.4-0.6,0.7-1.1,0.9-1.7c0-0.1,0.1-0.3,0.4-0.8l0.9-1.7l0-0.2
|
||||
c0-0.4,0.2-0.7,0.4-1l0.2-0.2v-0.4c0.4-1.1,0.6-2,0.6-2.9l0.5-1.5c0.1-0.2,0.2-0.4,0.2-0.7c0-0.2,0.1-0.4,0.1-0.5l0.1-0.1
|
||||
l-0.5-0.4h0.7c0-1.1,0.1-2.3,0.4-3.7c0.3-1.5,0.4-2.4,0.4-2.9c0-0.6-0.2-1.6-0.5-3C998.5,359.9,998.5,359.5,998.5,359.4z
|
||||
M994.3,369.3l0,0.9l0,0c0,0.1-0.1,0.2-0.1,0.3c-0.2,0.7-0.2,1-0.2,1.1c0,0.1,0,0.2,0,0.2l-0.7,2l-0.3,1.2c-0.7,3.3-2.2,6.3-4.5,9
|
||||
l-0.2,0.3c-0.2,0.1-0.5,0.3-0.8,0.5c-0.4,0.3-0.8,0.7-1.3,1.1c-0.4,0.3-0.6,0.6-0.8,0.7l-0.3,0.1c-1.7,0.9-3.1,1.5-4.2,1.9
|
||||
c-1.1,0.4-2.5,0.5-4.1,0.5c-2.5,0-4.6-0.5-6.3-1.4l-0.8-0.5c-1.4-0.7-2-1-2.2-1.1l-2.3-1.9c-0.1-0.2-0.3-0.4-0.6-0.6
|
||||
c-0.3-0.3-0.6-0.7-0.9-1.1c-0.3-0.4-0.3-0.6-0.3-0.6v-0.2l-0.9-1.3c-0.1-0.2-0.2-0.4-0.4-0.6c-1.3-2.5-2.3-5.6-3-9
|
||||
c-0.2-0.9-0.3-2-0.3-3.1v-1.2l-0.1-0.1l0-0.5c0-0.1,0-0.2,0-0.4c0-0.2,0-0.4,0-0.5v-2.8c0.1-0.3,0.1-0.7,0.2-1.3
|
||||
c0.1-0.6,0.2-1.1,0.3-1.3l1.3-3.5l0-0.2c0-0.1,0.1-0.6,0.8-1.9l0.6-1c1-1.4,1.4-2.1,1.5-2.4l0.4-0.5l3.1-3l1.7-1.1
|
||||
c0.3-0.2,0.7-0.4,1.1-0.7l1.1-0.7c0,0,0.3-0.2,1.6-0.4l2.6-0.7c0.3,0,0.6,0,0.9-0.1c0.5,0,1.5,0.1,2.8,0.3c1.5,0.2,2,0.3,2.2,0.3
|
||||
l1.6,0.4l0.3,0.1l0.8,0.5l0.1,0.1c0.7,0.3,1.4,0.7,2.1,1.4c0.8,0.8,1.3,1.3,1.7,1.6l2.5,2.8c0.1,0.2,0.2,0.4,0.4,0.5l0.4,0.6
|
||||
c0.1,0.3,0.2,0.8,0.7,1.9l0.6,1.7c0.2,0.4,0.6,1.4,1.2,2.9l0.4,1.3l0.4,0.7c0,0.6,0.1,1.4,0.3,2.4c0.2,1.1,0.2,1.9,0.2,2.4
|
||||
c0,0.2,0,0.5,0,0.8c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.7-0.2,1c-0.1,0.3-0.1,0.6-0.1,0.8l-0.1,0.5L994.3,369.3z"/>
|
||||
<path d="M1041.8,341.9c0-0.4-0.2-1.7-2.2-1.7c-1.2,0-1.9,0.4-2.3,1.1l-0.1,0.2v0.2c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.2,0.1,0.2
|
||||
c0,0,0,0,0,0l-0.8,6.8l0.1,0.2c0,0,0,0,0,0c0,0.6-0.1,1.8-0.3,3.6c-0.2,1.9-0.3,3.3-0.3,4.3v1.5c0,0.2,0,0.8-0.2,1.9
|
||||
c-0.1,1-0.2,1.7-0.2,2.2v0.4l0.1,0.3l-0.1,0.6v0.5c-0.3,1.4-0.4,3.3-0.4,5.7v1.6c0,0.1,0,0.5-0.1,2.1c-0.1,1.3-0.1,2.2-0.1,2.7
|
||||
v1.1c0,0.3,0.1,1.9,0.2,2.8c0,0.6,0.1,1.1,0.1,1.6c-0.1-0.1-0.2-0.3-0.2-0.4c-0.1-0.2-0.2-0.4-0.3-0.5l-0.9-1.4
|
||||
c-0.1-0.3-0.3-0.6-0.6-0.8c-0.1-0.1-0.2-0.2-0.2-0.2v-0.1l-0.1-0.2c-0.5-0.8-2.5-3.7-6.2-9.3l-1.3-2.2c-0.3-0.5-0.9-1.5-1.8-2.8
|
||||
c-0.9-1.3-1.5-2.3-1.9-3l-0.5-1.2c-0.1-0.3-0.3-0.9-1.6-2.7c-1.2-1.8-1.3-2.3-1.3-2.3v-0.2l-1-1.6c-0.1-0.6-0.4-1.2-1-2.1
|
||||
l-2.5-4.6l-0.6-0.9l-1.1-2.1c-0.1-0.1-0.2-0.5-0.4-1.2c-0.3-0.8-0.6-1.4-1-1.8c-0.5-0.5-1.1-0.7-1.8-0.7c-0.6,0-1,0.1-1.4,0.2
|
||||
c-0.7,0.3-0.9,0.7-1,1.1c-0.1,0.3-0.2,0.6-0.2,0.8c0,0.2,0,0.6,0,1c0,0.4,0,0.6,0,0.7c0,0.1,0,0.4,0,0.7c0,0.3,0,0.5,0,0.6v1.3
|
||||
c0,0.6,0.1,1.3,0.3,1.8l0.2,3.9c0.1,1.8,0.2,3.1,0.3,4l-0.1,5.5c0,0.1,0,0.4,0,1l0,0.4c0,0.9,0,1.4,0,1.5v1.1c0,0.5,0,1.1,0,1.8
|
||||
c0,0.7,0,1.2,0,1.4l0.3,7.7v0.5c0,4.7,0.3,6.2,0.7,6.8l0.2,7.1c0,0.7,0.7,0.9,0.9,1c0.4,0.1,0.7,0.2,0.9,0.2
|
||||
c0.6,0,1.1-0.2,1.5-0.6c0.4-0.4,0.7-0.8,0.7-1.3c0-0.4-0.1-0.8-0.3-1.5l-0.3-6.1c0-1.1-0.1-2.8-0.4-5c-0.4-2.9-0.4-3.5-0.4-3.7
|
||||
v-2.6c0-0.4,0-1.3-0.1-2.5c0-1-0.1-1.6-0.1-1.8c0.2-1,0.3-2.6,0.3-5l-0.1-1.9c0-1.2,0.1-1.4,0-1.4l0.1-0.1l0-0.6l0.1-0.2l-0.5-8.5
|
||||
l0.3,0.5c0.1,0.3,0.3,0.6,0.5,0.7l2,3.7c0.6,1.7,1.4,3,2.3,4c0.1,0.4,0.2,0.8,0.5,1.2c0.3,0.4,0.5,0.8,0.8,1c0,0,0,0,0,0l0.1,0.3
|
||||
l0,0.2c0.6,1.5,1.7,3.4,3.2,5.6c1.6,2.4,2.2,3.4,2.4,3.9c0.1,0.7,0.4,1.5,1.1,2.4c0.5,0.7,1,1.4,1.5,1.9l1.6,2.3
|
||||
c0.1,0.1,0.1,0.3,0.3,0.6l0.1,0.1c1.4,1.9,2.6,3.7,3.5,5.2l1.1,1.8c0.2,0.3,0.5,0.7,1,1.3c0.5,0.6,0.8,1,1,1.4
|
||||
c0.2,0.4,0.3,0.7,0.3,0.8v0.2l1.5,2.6l0.2,0.1c0.5,0.3,1,0.4,1.5,0.5l0.2,0l1.5-0.7l0.5-0.5l-0.2-3.4c0-0.1,0-0.4,0-1
|
||||
c0-0.5,0-0.8,0-0.9l-0.4-11.7c0-0.1,0-0.2,0.1-0.5c0.1-0.4,0.1-0.6,0.1-0.7l-0.1-2l-0.1-0.1l0-0.2c0-1.7,0.2-3.2,0.5-4.6l0-0.2
|
||||
c0-3.1,0.2-5.6,0.6-7.4l0-0.2c0-0.2,0-0.4,0-0.8c0-0.3,0-0.5,0-0.6c0-0.9,0.1-2.2,0.3-3.9l0-0.4l0,0l0.1-1.4c0,0,0-0.1,0.1-0.2
|
||||
c0.1-0.3,0.2-0.6,0.2-0.9c0-0.1,0-0.4,0-0.7c0-0.2,0-0.4,0-0.5c0-1.5,0.2-2.9,0.6-4.4l0.1-0.4l0-0.2c0-0.1,0-0.3-0.1-0.4
|
||||
c0-0.1,0.1-0.2,0.1-0.3C1041.7,342.4,1041.8,342.2,1041.8,341.9z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path d="M110.2,0h27.4v206.5h-27.4v-13.5c-12.8,9-26.3,13.5-40.7,13.5h-1.4c-22.2,0-40.9-9.8-56.1-29.5c-8-12.4-12-25.5-12-39.4
|
||||
C0,115,9.8,96.1,29.5,81c12.2-8.1,25.6-12.1,40-12.1c14.4,0,27.9,4.5,40.3,13.5h0.4V0z M27.4,137.8c0,14.6,6.8,26.4,20.5,35.5
|
||||
c6.4,3.8,13.6,5.8,21.6,5.8c13.6,0,25-6.3,34.1-18.9c4.4-7.1,6.6-14.3,6.6-21.4v-2.1c0-12.9-6-23.9-18.1-33
|
||||
c-7.2-4.9-15.1-7.3-23.7-7.3c-13.4,0-24.7,6.2-34,18.7C29.7,122.3,27.4,129.9,27.4,137.8z"/>
|
||||
<path d="M218.6,68.9c20.2,0,37.7,8.1,52.3,24.3c10.8,13.6,16.2,28.4,16.2,44.3c-0.2,5.2-0.6,9.8-1.4,13.8H179.4
|
||||
c3.4,10.1,10.1,17.9,20.2,23.3c6,3,12.1,4.5,18.6,4.5c10.8,0,20.6-4,29.3-12l19.2,19.2v0.4c-13.9,13.2-29.9,19.9-48.1,19.9H218
|
||||
c-20.5,0-37.9-8.1-52.4-24.3c-10.8-13.6-16.2-28.3-16.2-44.3c0-20.4,8.1-37.9,24.3-52.7C186.8,74.3,201.8,68.9,218.6,68.9z
|
||||
M179.4,124H257c-3.1-9.2-9.2-16.7-18.6-22.6c-7-3.4-13.8-5.2-20.5-5.2c-14.6,0-26.5,7-35.9,21L179.4,124z"/>
|
||||
<path d="M298.9,0h27.4v206.5h-27.4V0z"/>
|
||||
<path d="M351.9,32c6.5,0,10.9,3.6,13.2,10.8l0.4,3.1c0,6.3-3.4,10.8-10.2,13.3l-2.7,0.2h-1.2c-6.2,0-10.5-3.4-12.9-10.2l-0.4-2.7
|
||||
v-0.9c0-6.3,3.3-10.6,9.9-12.9L351.9,32z M338,68.9h27.4v137.6H338V68.9z"/>
|
||||
<path d="M445.8,68.7c14.9,0,28.6,4.5,41.1,13.5h0.4V68.7h27.4v147.4c0,26.3-9.3,46.6-28,61.1c-11.8,7.8-25.5,11.8-40.9,11.8
|
||||
v-27.4c18.7,0,31.3-8.1,37.9-24.3c2.4-7,3.6-13.9,3.6-20.8v-23.7H487c-12.4,9-26,13.5-40.9,13.5h-0.8c-22.4,0-41.2-9.9-56.3-29.7
|
||||
c-7.8-12.5-11.8-24.6-11.8-36.4v-5.2c0-15.6,6.1-30.5,18.3-44.6C409.8,75.9,426.5,68.7,445.8,68.7z M404.6,135.8v3.3
|
||||
c0,11.5,5.3,21.9,16,31c7.7,5.8,16.1,8.7,25.3,8.7c16.3,0,28.9-8.1,37.9-24.3c2.4-6.7,3.6-12.4,3.6-17.2
|
||||
c0-11.8-4.9-22.3-14.7-31.4c-8.1-6.6-17-9.9-26.8-9.9c-15.2,0-27.4,7.2-36.4,21.6C406.2,124.4,404.6,130.4,404.6,135.8z"/>
|
||||
<path d="M526.5,68.9h27.4v15.6h0.4c14.6-10.4,32.8-15.6,54.7-15.6v27.4c-26.5,0-43.7,9.2-51.7,27.7c-2.2,5.4-3.3,10.4-3.3,15
|
||||
v67.4h-27.4V68.9z"/>
|
||||
<path d="M683.4,68.9c14.7,0,28.4,4.5,40.9,13.5h0.4V68.9h27.4v137.6h-27.4v-13.5c-12.8,9-25.8,13.5-39.2,13.5h-3.6
|
||||
c-20.6,0-38.4-9-53.5-27c-9.2-13-13.9-26.9-13.9-41.6c0-22.8,9.8-41.7,29.5-56.6C656.2,73,669.3,68.9,683.4,68.9z M641.9,137.6
|
||||
c0,15.4,7.3,27.6,22,36.7c6.2,3.2,12.5,4.8,18.9,4.8h1.8c12.5,0,23.3-5.8,32.6-17.4c5-7.6,7.5-15.1,7.5-22.6v-1.9
|
||||
c0-14.3-6.8-26.1-20.5-35.2c-7-3.8-14-5.8-21-5.8c-13.2,0-24.3,5.8-33.4,17.4C644.6,121.5,641.9,129.4,641.9,137.6z"/>
|
||||
<path d="M763.9,68.4h27.4v13.5h0.6c12.7-9,26.3-13.5,40.7-13.5c21.5,0,39.6,8.8,54.4,26.5c9.6,13,14.5,26.5,14.5,40.3v4.2
|
||||
c0,18.2-7.6,34.6-22.9,49.4c-13.9,11.4-28.2,17.2-43,17.2H830c-12.9,0-25.6-4.4-38.2-13.3h-0.6v96.1h-27.4V68.4z M791.2,137.1
|
||||
c0,15.4,7.2,27.6,21.6,36.7c6.7,3.2,12.7,4.8,18.1,4.8h3.6c11.4,0,21.8-5.4,31.3-16.2c5.4-8,8.1-16.1,8.1-24.5v-1.2
|
||||
c0-13.2-5.9-24.4-17.8-33.4c-7.7-5-15.5-7.5-23.5-7.5c-13.2,0-24.5,5.8-33.6,17.4C793.9,121,791.2,128.9,791.2,137.1z"/>
|
||||
<path d="M913.2,0h27.4v82.4h0.4c12.4-9,26.3-13.5,41.7-13.5c20.8,0,38.8,8.8,54,26.5c9.4,13.2,14.1,26.8,14.1,41v70.1h-27.4
|
||||
v-69.2c0-14.1-6.5-25.6-19.5-34.6c-6.7-4.2-14.1-6.3-22.3-6.3c-12.9,0-23.9,5.8-33,17.5c-5.3,7.1-7.9,15.8-7.9,26.1v66.5h-27.4V0
|
||||
z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M2.1,285c0,1.6,1.3,2.9,2.9,2.9h374.1v-5.9H5.1C3.4,282.1,2.1,283.4,2.1,285z"/>
|
||||
<path d="M1049.8,284.9c0-1.6-1.3-2.8-2.8-2.8H858.1v5.9l188.8-0.2C1048.5,287.8,1049.8,286.5,1049.8,284.9z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 58 KiB |
11
images/mapMoin.svg
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 17.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="32px" height="64px" viewBox="0 0 32 64" enable-background="new 0 0 32 64" xml:space="preserve">
|
||||
<rect x="12" y="47" fill="#FFFFFF" width="8" height="2"/>
|
||||
<g>
|
||||
<rect x="15" y="12" fill="#FFFFFF" width="2" height="8"/>
|
||||
<rect x="12" y="15" fill="#FFFFFF" width="8" height="2"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 656 B |
6
images/mapPlus.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9" viewBox="0 0 9 9">
|
||||
<g id="Groupe_57" data-name="Groupe 57" transform="translate(-51 -444)">
|
||||
<rect id="Rectangle_285" data-name="Rectangle 285" width="3" height="9" transform="translate(54 444)" fill="#fff"/>
|
||||
<rect id="Rectangle_286" data-name="Rectangle 286" width="3" height="9" transform="translate(60 447) rotate(90)" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 420 B |
6
images/mark.svg
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="28.41" height="36.936" viewBox="0 0 28.41 36.936">
|
||||
<g id="Groupe_58" data-name="Groupe 58" transform="translate(-662 -1955.253)">
|
||||
<path id="Tracé_166" data-name="Tracé 166" d="M5703.674,1054.189s-13.276-16.255-13.849-21.979,4.512-15.188,13.849-14.952,14.763,9.687,14.509,14.952S5703.674,1054.189,5703.674,1054.189Z" transform="translate(-5027.782 938)" fill="#e91969"/>
|
||||
<circle id="Ellipse_64" data-name="Ellipse 64" cx="3.5" cy="3.5" r="3.5" transform="translate(673 1962)" fill="#fff"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 562 B |
|
|
@ -0,0 +1,524 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 1050.7 393.1" style="enable-background:new 0 0 1050.7 393.1;" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path d="M499,292.9c-0.2,0.3-0.6,1.4,0.3,4.2c0.7,2.3,1.6,4.1,2.9,5.3c0.7,0.7,1.3,1.1,1.7,1.1c0.3,0,1,0,2.7-0.8
|
||||
c1.9-0.8,3-1.8,3.3-3c0.4-1.3-0.1-2.9-1.3-5c-0.6-1-1.6-1.7-2.9-2.2c-1.2-0.5-2.4-0.7-3.5-0.7c-0.3,0-0.5,0-0.8,0
|
||||
C499.5,292.1,499.1,292.7,499,292.9z"/>
|
||||
<path d="M574.9,296.1c0-1.1-0.2-1.7-0.4-2c-0.1-0.2-0.5-0.6-1.7-1c-1.1-0.4-2.7-0.5-4.7-0.5c-2.2,0-5.1,0-8.6,0.1
|
||||
c-1.4,0.1-2.9,0.1-4.2,0.1c-5.1,0-9.3-0.4-12.5-1.2c-4.1-1-7.8-3-11.1-5.9c-2.7-2.5-4.1-5.4-4-8.7c0.1-3.4,1.6-6,4.6-8
|
||||
c1.9-1.2,4.8-2.1,8.9-2.5c3.9-0.4,7.8-0.5,11.4,0c4,0.5,6.4,1.3,7.6,2.7c0.8,0.9,1.5,1.4,2.3,1.5c0.8,0.1,1.5,0,2-0.4
|
||||
c0.6-0.4,1.1-1.1,1.4-2.1c0.3-1,0.3-2.2,0-3.5c-0.3-1-1.1-2-2.5-3c-1.6-1.1-3.6-2-5.9-2.7c-2.5-0.7-5.1-1.2-7.9-1.6
|
||||
c-1.6-0.2-3.2-0.3-4.8-0.3c-1.2,0-2.4,0.1-3.7,0.2c-2.8,0.2-5.3,0.8-7.5,1.6c-6.2,2.3-10.1,5.8-11.6,10.3
|
||||
c-1.6,4.6-0.6,9.8,2.8,15.6c3.3,5.8,7.6,9.9,12.7,12.3c5.2,2.4,12.3,3.7,21.2,3.7c6.2,0,10.7-0.5,13.2-1.3
|
||||
C574.6,298.5,574.9,297.1,574.9,296.1z"/>
|
||||
<path d="M585.7,287.4c2.6,3.4,5.8,6,9.4,7.8c5.5,2.8,11,3.7,16.4,2.5c5.5-1.1,10.7-4.2,15.6-9c1.8-1.8,4-3.7,6.5-5.9
|
||||
c2.6-2.1,4.8-3.8,6.6-5c3-2,4.4-3.2,5.1-3.8c-0.1,0-0.2,0-0.3,0c-2.1,0-5.6,0.5-10.6,1.6c-2.7,0.5-4.3,0.5-5.3,0
|
||||
c-1.1-0.6-2-1.9-3.1-4.4c-0.6-1.6-1.9-3.1-3.7-4.6c-1.9-1.5-3.9-2.8-6.2-3.7c-2.3-0.9-4.6-1.6-6.9-2.1c-1-0.2-2-0.3-2.8-0.3
|
||||
c-1,0-1.9,0.1-2.7,0.4c-1.7,0.5-2.2,1.4-2.4,2c-0.5,1.5-1.4,2.6-2.7,3.3c-1.2,0.6-2.7,0.8-4.9,0.8c-3,0-5.6,1.2-8.2,3.6
|
||||
c-2.5,2.4-3.7,5-3.7,7.9C581.8,281.1,583.1,284.1,585.7,287.4z M607.8,269.8c0.6-0.7,1.5-1,2.9-1.1c0.1,0,0.3,0,0.4,0
|
||||
c2.4,0,4.7,0.8,6.9,2.4c1,0.7,1.7,1.5,2.2,2.3c0.9,1.6,0.4,2.7,0,3.1l-0.1,0.1c-0.6,0.6-1.4,0.9-2.5,0.9c-0.3,0-0.6,0-0.9-0.1
|
||||
c-1.1-0.1-2.3-0.4-3.5-0.8c-1.2-0.4-2.4-1-3.5-1.6c-1.3-0.8-2-1.7-2.3-2.6c-0.1-0.3-0.1-0.6-0.1-0.8
|
||||
C607.1,270.8,607.5,270.2,607.8,269.8z M591.3,276.2c1.9-1.1,4.2-1.4,6.8-0.9c2.5,0.5,4.7,1.8,6.6,3.8c0.9,0.9,2,1.8,3.3,2.7
|
||||
c1.3,0.8,2.3,1.4,3.2,1.6c0.3,0.1,0.6,0.1,0.9,0.2c1.3,0.4,2.9,1.1,3.3,2.5c0.1,0.5,0.2,1.4-0.7,2.2c-1.3,1.4-4.2,2.1-9,2.1
|
||||
c-2.4,0-5-0.4-7.7-1.2c-2.7-0.8-4.9-1.8-6.7-2.9c-2.2-1.4-3.2-2.9-3.2-4.5C588.2,279.4,589.2,277.4,591.3,276.2z"/>
|
||||
<path d="M726.8,289c1.6-1.4,3-2.2,4.2-2.5c1.3-0.2,2.8,0.1,4.9,0.9c1.3,0.5,2,0.6,2.5,0.6c0.1,0,0.1,0,0.2,0
|
||||
c0.3-0.1,0.4-0.2,0.4-0.2c0.1-0.2,0.6-1.7-2-7.1c-2-4.2-3.7-5.2-4.8-5.4c-0.1,0-0.3,0-0.4,0c-1.1,0-3,0.6-6.1,3.6l-6.3,6.2
|
||||
l-3.8-6.6c-3.3-6-6.7-9.6-9.9-11c-2.9-1.2-5.3-0.4-7.6,2.7l-3.8,5.1l-7.9-7.9c-4.1-4-8.2-6.5-12.3-7.5c-4-1-8.3-0.5-12.7,1.5
|
||||
c-2,0.9-3.7,2.2-5.1,4c-1.4,1.8-2.3,3.9-2.8,6.1c-0.5,2.3-0.6,4.6-0.3,7c0.2,2.3,1,4.6,2.2,6.6c1.2,2.1,2.8,3.8,4.7,5
|
||||
c2.1,1.4,3.7,1.7,4.8,0.9c1.3-0.9,2.1-3.2,2.5-6.5c0-0.5,0.1-1,0.1-1.5c0-2.9-0.5-4.9-1.4-5.7c-0.1-0.1-0.2-0.1-0.2-0.1
|
||||
c0,0-0.4,0.2-0.9,1.2c-0.6,1-1.2,1.8-2,2.2c-1.1,0.7-2.3,0.6-3.1-0.2c-1.2-1.2-0.5-3.1-0.3-3.7c0.4-1.2,1.1-2.5,2.1-3.7
|
||||
c1.4-1.9,2.9-3.3,4.5-4c1.6-0.7,3.8-1.2,7-1.3c3.2-0.2,5.4-0.1,6.8,0.3c1.5,0.5,2.8,1.7,4,3.5c0.7,1.1,1.4,2.6,2,4.5
|
||||
c0.6,1.8,1.1,3.6,1.3,5.2c0.8,5.2,1.5,7.3,2.1,8.1c0.4,0.6,1.1,1.4,2.9,1.4c0.9,0,1.9-0.5,2.9-1.4c1.2-1.1,2.7-3,4.5-5.7
|
||||
c5.4-8.5,5.8-8.5,6.8-8.5c1,0,1.4,0,6.6,9.2c1.1,1.9,2.1,3.5,2.9,4.7c0.8,1.1,1.5,2.1,2.3,2.8c0.9,0.8,1.5,1.1,1.8,1.3
|
||||
c0.4,0.1,0.9,0.1,1.6-0.1c0.8-0.2,1.6-0.6,2.4-1.2C724.5,291.1,725.5,290.2,726.8,289z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M37.7,356.7c-0.1-0.2-0.4-0.8-0.9-2c-0.4-1.1-0.8-1.8-1.1-2.2l-1.4-2.2l-0.1-0.1c-0.1-0.1-0.3-0.4-0.7-1.3
|
||||
c-0.4-0.8-0.9-1.5-1.5-2c-3.1-2.6-6.9-4.5-11.2-5.7l-0.1,0c-0.6-0.1-1.4-0.2-2.5-0.3c-1-0.1-1.9-0.3-2.8-0.4
|
||||
c-0.9-0.1-1.7-0.2-2.5-0.2c-2.5,0-3.7,0.3-4.1,1.1l-0.1,0.2v1.5c0,1.2,0.1,2.9,0.3,5.3c0.2,2.3,0.3,4,0.3,5.1v3.2
|
||||
c0,0.7,0.1,1.4,0.3,2.1v2.7c0,1.5-0.1,3.7-0.3,6.7v1c0,0.1,0,0.5,0.1,1.2c0.1,0.6,0.1,1,0.1,1.1v3.2c0,1,0.1,2,0.3,2.8l0.2,4.8
|
||||
c0,1.3,0.1,1.9,0.2,2.2c0,0.3,0,1-0.1,1.9c-0.1,1.1-0.1,1.9-0.1,2.5c0,0.1,0,0.4,0,1c0,0.5,0,0.8,0,0.9v0.8h0.7
|
||||
c0,0,0.1,0.1,0.2,0.2c0.5,0.5,1,0.7,1.4,0.7c0.6,0,1.4-0.2,2.4-0.6c0.8-0.3,1.5-0.5,1.9-0.5l0.2,0c1.4-0.3,2.8-0.9,4.3-1.7
|
||||
c0.1-0.1,0.5-0.3,1.3-0.8c1-0.6,1.3-0.7,1.3-0.8l1.1-0.5l0.1-0.1c0.3-0.2,0.7-0.5,1.2-0.7c0.5-0.3,0.9-0.5,1.2-0.7
|
||||
c0.4-0.2,0.7-0.3,1-0.5c0.4-0.2,0.6-0.3,0.7-0.3l0.3-0.2c0.1-0.1,0.4-0.2,0.8-0.5c0.6-0.3,0.9-0.5,0.9-0.5l0.5-0.3l0.1-0.1
|
||||
c1.8-1.6,3.3-3.2,4.6-4.9c0.2-0.2,0.3-0.4,0.3-0.6l1.1-1.9c0.2-0.2,0.3-0.6,0.4-1.2c0.1-0.4,0.2-0.6,0.3-0.7l0.1-0.1l0.6-3l0,0
|
||||
c0-0.1,0.1-0.1,0.1-0.3l0.1-0.1v-2.3c0-0.1,0-0.5,0.1-1.3c0.1-0.8,0.1-1.3,0.1-1.4v-0.7c0-3.2-0.6-5.9-1.8-8.2L37.7,356.7z
|
||||
M14.2,380c-0.2-2.4-0.4-3.8-0.4-4.2V375c0-0.9-0.1-1.8-0.2-2.9c-0.1-1-0.2-1.5-0.2-1.5v-0.7c0-1,0.1-2.4,0.2-4.3
|
||||
c0.1-2,0.2-3.4,0.2-4.4v-1.7c0-1.4-0.1-2-0.2-2.3V355c0-1.4,0-2.4-0.1-3c0.1-0.2,0.1-0.5,0.1-0.7c0-0.6-0.1-1.5-0.2-2.7
|
||||
c-0.1-1.2-0.2-2-0.2-2.6v-0.9c0.2-0.5,0.2-0.9,0.2-1.3c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c1.9,0,4.2,0.3,6.9,1l0.8,0.3l0.3,0
|
||||
c0.1,0,0.2,0,0.5,0.1c0.2,0,0.3,0.1,0.4,0.2c0.2,0.1,0.4,0.3,0.8,0.4c0.3,0.1,0.5,0.2,0.6,0.3l1.9,0.9c0.1,0.2,0.3,0.3,0.6,0.4
|
||||
l1.5,1.1c0.2,0.4,0.6,1.1,1.8,2.5c1.2,1.6,1.7,2.1,1.9,2.3l1.9,4.1l0.6,1.1c0.4,0.9,0.5,1.1,0.5,1.1v0.1l0.1,0.1
|
||||
c0.5,1.3,0.8,3.1,0.8,5.3c0,3.4-0.3,6.1-0.8,8c-0.4,1.4-0.9,2.5-1.5,3.4c-0.4,0.5-1,1.2-1.8,2.3c-0.7,1-1.4,1.8-2,2.2
|
||||
c-0.3,0.3-0.7,0.5-1.1,0.8c-0.4,0.3-0.9,0.5-1.4,0.8c-0.6,0.3-1,0.5-1.3,0.7l-1.4,0.8c-0.2,0.1-0.6,0.3-1.3,0.7
|
||||
c-0.7,0.4-1,0.5-1.2,0.6c-0.4,0.2-1.1,0.6-2.2,1.2c-1.1,0.6-2,1-2.7,1.2c-0.2,0.1-0.7,0.2-1.4,0.3c-0.3,0.1-0.6,0.1-0.9,0.2v-3.4
|
||||
C14.6,384,14.4,382.4,14.2,380z"/>
|
||||
<path d="M73.8,341.3c-0.3-0.1-0.7-0.3-1-0.4c-0.4-0.1-0.9-0.1-1.6-0.1c-1.2,0-2,0.1-2.5,0.2c-3.4-0.3-8.5-0.4-15.2-0.4h-0.3
|
||||
l-0.1,0c-0.1,0-0.4,0-1,0c-0.2,0-0.5-0.1-0.8-0.2c-0.4-0.1-0.6-0.2-0.8-0.2c-3.1,0-3.8,1.2-3.8,2.3v0.4l0.1,0.1
|
||||
c0.1,0.2,0.2,0.8,0.3,2.3c0.2,1.7,0.3,2.8,0.3,3.5c0,1.2,0.1,2.1,0.2,2.8c-0.2,1.5-0.2,3.2-0.2,5c0,2.9,0.1,5,0.3,6.2
|
||||
c0,1.9,0,4.3-0.1,7.2c-0.1,2.8-0.1,4.8-0.1,5.8c0,3.8,0.2,6.5,0.7,8.4l-0.1,0.4l0,1.7c0.1,0.6,0.1,1,0.1,1.3c0,0.7,0,1-0.1,1
|
||||
l0,0.2c0,0,0,0.2,0,0.5c-0.2,0.2-0.3,0.5-0.3,0.8c0,0.9,0.4,2.5,3,2.6l0.1,0l0.1-0.1c0.1,0,0.3-0.1,0.7-0.1
|
||||
c4.5-0.1,8.5-0.3,11.5-0.6h3.4c0.3,0,0.9,0,1.6,0c0.7,0,1.2,0,1.5,0c0.3,0,0.6,0,1,0.1c0.5,0,0.8,0.1,1.1,0.1
|
||||
c0.4,0,1.8-0.2,1.8-2.1c0-0.3-0.1-0.6-0.3-0.9c-0.2-0.2-0.4-0.4-0.8-0.5c-0.2-0.1-0.4-0.1-0.6-0.1c-0.1,0-0.3-0.1-0.6-0.1l-0.5,0
|
||||
c-0.4,0-0.8,0-1.4,0.1c-0.5,0-0.9,0.1-1,0.1l-1.2-0.1c-3.7,0-7.9,0.2-12.5,0.6c-1.5,0-2.2-0.1-2.5-0.2v0c0,0,0-0.4,0-0.9
|
||||
c0-0.5,0-0.8,0-0.9c0-0.1,0-0.2,0-0.5c0-0.4,0-0.6,0-0.6c0-0.4,0-1-0.1-1.7c-0.1-0.7-0.1-1.2-0.1-1.6l-0.5-10.8c0-0.1,0-0.3,0-0.6
|
||||
c0-0.4,0-0.6,0-0.8c0-0.5,0-1.2-0.1-2.2c0-0.7-0.1-1.3-0.1-1.7c0,0,0,0,0,0c0.4-0.1,0.9-0.1,1.5-0.1c0.7,0,1,0,1.2-0.1
|
||||
c0.1,0,0.2,0,0.2-0.1c0.2,0,0.6,0,1.1,0c0.1,0,0.2,0,0.5-0.1h0.3c0.3,0,0.8,0,1.4,0c0.6,0,1.1,0,1.5,0l5.3-0.2
|
||||
c0.2,0.1,0.5,0.1,0.9,0.1c0.2,0,0.4-0.1,0.7-0.2c0.2-0.1,0.5-0.3,0.7-0.5c0.5-0.4,0.6-0.8,0.6-1.1c0-0.3-0.1-0.9-0.9-1.3
|
||||
c-0.4-0.2-0.8-0.3-1.2-0.4c-0.4,0-0.6-0.1-0.8-0.1c-0.5,0-1.1,0.1-1.9,0.2c-0.7,0.1-1.3,0.2-1.6,0.2h-8.7c-0.2,0-0.3,0-0.3,0
|
||||
c-0.1,0-0.2-0.1-0.3-0.1V362l0-0.2c0-0.1-0.1-0.7-0.1-2.5l0-0.8l0.1-0.8l-0.1-0.2l0-0.1c0-0.2,0-1,0.1-2.3
|
||||
c0.1-1.3,0.1-2.1,0.1-2.4l0-0.2c-0.1-0.2-0.1-0.9-0.1-3.3v-1.8c0-0.3,0-0.6-0.1-0.9c0-0.3-0.1-0.6-0.1-1c0-1.1,0.2-1.3,0.2-1.3
|
||||
h1.8c0.2,0,0.6,0,1.2,0c0.6,0,1,0,1.2,0c0.3,0,0.8,0,1.3,0c0.6,0,1,0,1.3,0l1.4-0.1c0.1,0,0.4,0,0.8,0c0.4,0,0.6,0,0.6,0l0.8,0.1
|
||||
c0.3,0,0.6,0,1-0.1l9.9,0.4c1.1,0,1.9-0.7,1.9-1.8v-0.8l-0.5-0.2C74.1,341.5,74,341.5,73.8,341.3z"/>
|
||||
<path d="M97.7,388.7c-0.3-0.1-0.6-0.2-0.8-0.2c-0.2,0-0.5,0-1,0c-0.4,0-0.6,0-0.6,0c-0.9,0-2.2,0.1-4,0.2
|
||||
c-1.7,0.1-3.1,0.2-3.9,0.2h-0.7c0,0,0,0,0,0c0-0.1,0-0.3,0-0.5c0-0.3,0-0.5,0-0.7l-0.1-0.5c0-0.1,0-0.1,0-0.1l-0.1-1.5
|
||||
c0-0.2,0-0.8,0-2.1l0-0.4c0-1.5,0-2.3,0-2.4v-0.8c0-0.3,0-0.9,0-1.6c0-0.8,0-1.3,0-1.7c0-7-0.1-12-0.4-14.6v-1.4
|
||||
c0-0.1,0-0.8,0.1-2c0.1-1.7,0.1-2.1,0.1-2.2v-3.1c0-0.2,0-0.4,0-0.7c0-0.3,0-0.6,0-0.8c0-0.3,0-0.6-0.1-0.8l0.3-8.4
|
||||
c0-0.6-0.2-2.1-2.5-2.1c-0.2,0-0.5,0.1-0.8,0.2c-0.1,0-0.2,0.1-0.3,0.1H83l-1.2,0.6v0.4l-0.1,0.2v0.4l0.1,0.1
|
||||
c0.1,0.2,0.2,0.6,0.2,1.5c0,0.1,0,0.3,0,0.8c0,0.5,0,0.8,0,0.9s0,0.6,0.1,1.5c0.1,0.8,0.1,1.3,0.1,1.4c0,0.1,0,0.4,0,1
|
||||
c0,0.6,0,1,0,1c0,0.4,0,1.1,0.1,2.1c0.1,0.9,0.1,1.6,0.1,2.1c0,0.2,0,0.4,0,0.6c0,0.3,0,0.6,0,0.7v0.4c0,2.5-0.1,3.6-0.2,4.1
|
||||
l0,0.2l0,0.2c0.2,0.8,0.3,1.8,0.3,3.2v0.4l0,0.1c0.2,1,0.2,2.1,0.2,3.4c0,0.5,0,1.2-0.1,2.1c-0.1,1-0.1,1.5-0.1,1.5
|
||||
c0,0.5,0.1,1.3,0.2,2.2v0.3c0,0.3,0,0.7-0.1,1.3c-0.1,0.7-0.1,1.2-0.1,1.6c0,0.7,0.1,1.3,0.2,1.8c0,0.1-0.1,0.2-0.1,0.3
|
||||
c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.2v0.2c0,0,0,0.1,0,0.2l-0.1,0.3l0,0.2c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.2,0,0.2
|
||||
c0,0.1,0,0.3,0,0.7c0,0.4,0,0.7,0,0.9c0,0.5,0.1,0.8,0.2,1.1c0,1.9-0.1,3.4-0.2,4.3l0,0.1l0.1,0.6c0,0.3,0.1,0.5,0.1,0.6l-0.1,0.6
|
||||
l0,0.3l0,0c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.3,0.1,0.8,0.8,1.2c0.4,0.3,0.8,0.4,1.2,0.4h2c0.1,0,0.3,0,3.2-0.3
|
||||
c2.3-0.2,3.1-0.3,3.3-0.3c0.4,0,0.9,0,1.6,0c0.7,0,1.2,0,1.6,0c1.1,0,2.1-0.3,3.1-0.8l0.4-0.2v-0.4c0-0.5-0.1-0.9-0.3-1.2
|
||||
C98.6,389.2,98.3,388.9,97.7,388.7z"/>
|
||||
<path d="M111.4,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.7-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.6-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.5-0.1,2.6-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L111.4,374z"/>
|
||||
<path d="M147.8,375.5l0-0.2c0-0.1,0-0.3-0.1-0.7l-0.1-0.4l0-1.4c-0.1-0.5-0.4-1.4-2.2-1.4h-0.6l-1.6,1.1l-0.2,0.5v0.4
|
||||
c0,0.2,0,0.3,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2v7c0,0.7-0.1,1.5-0.3,2.2c-0.2,0.8-0.5,1.7-0.9,2.7c-0.4,0.9-1,1.6-1.9,2.2
|
||||
c-0.8,0.6-1.8,0.9-3.1,0.9c-1.3,0-2.5-0.2-3.7-0.5l-1.3-0.4c-1-0.4-1.2-0.5-1.2-0.5l-3.1-2.3c-0.5-0.3-1.4-1.2-2.6-4
|
||||
c-1.3-3-1.5-4-1.5-4.3v-0.2l-0.1-0.2c-0.1-0.1-0.2-0.4-0.2-1.2l-0.1-0.5l0.2-0.3l-0.3-0.4c-0.1-0.1-0.4-0.6-0.4-3.2l-0.1-1v-1.5
|
||||
c0-0.9,0.1-1.9,0.2-2.9c0.1-1,0.3-2.2,0.5-3.5c0.2-1.4,0.4-2.3,0.5-3l0-0.1c0-1.3,0.7-3.5,2-6.4c0.2-0.2,0.4-0.6,0.7-1.2
|
||||
c0.3-0.6,0.5-1.2,0.8-2c0.2-0.7,0.4-1.1,0.6-1.4c1.1-1.9,2.2-3.2,3.2-3.8c1-0.6,2.4-0.9,4.2-0.9c0.1,0,0.4,0,1,0.2
|
||||
c0.1,0,0.1,0,0.2,0v0.2l1.5,0.5l1.5,0.8c0.5,0.2,0.8,0.6,1.2,1c0.3,0.4,0.5,0.9,0.6,1.5c0.1,0.7,0.2,1.3,0.3,1.7
|
||||
c0.1,0.4,0.1,1.1,0.1,1.9v1.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.8,0.7,1.2,1,1.3c0.9,0.5,1.7,0.6,2.3,0.3c0.4-0.2,0.7-0.4,0.8-0.8
|
||||
c0.1-0.2,0.2-0.3,0.2-0.5c0.1-0.3,0.2-0.6,0.2-1v-2.7c0-4.2-2.2-7.1-6.6-8.8c-1.7-0.6-3.2-0.9-4.4-0.9c-2.3,0-3.1,0.2-3.4,0.4
|
||||
l-1.4,0.3l-0.2,0l-0.2,0.2c0,0-0.1,0-0.3,0.1c-0.4,0.1-0.8,0.3-1.1,0.5c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.2-0.4,0.5-0.6,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.3,0.4l-1.2,1.1c-0.2,0.2-0.6,0.5-1.1,1.8l-0.2,0.3c-0.6,0.6-1,1.2-1.3,2c-0.3,0.8-0.6,1.6-0.8,2.4
|
||||
c-0.2,0.9-0.4,1.3-0.4,1.4l-0.1,0.2v0.4c0,0,0,0.2-0.2,0.7c-0.2,0.4-0.4,1-0.6,1.6c-0.3,0.7-0.5,1.2-0.6,1.5
|
||||
c-0.3,0.9-0.6,2.2-0.8,4.3v0.8c0,0.2,0,0.7-0.2,1.6c-0.2,0.8-0.3,1.6-0.3,2.2v0.3c0,0.3,0,0.8-0.1,1.4c-0.1,0.9-0.1,1-0.1,1.1
|
||||
c0,0.3,0,0.8,0.1,1.3c0,0.4,0.1,0.8,0.1,1v2.7c0,1.6,0.5,3.9,1.7,7c1.1,3.1,2.4,5.4,3.8,6.9c0.5,0.6,1,1.1,1.5,1.6
|
||||
c0.5,0.5,1,0.8,1.3,1c0.3,0.2,0.7,0.4,1.4,0.7l0.8,0.4c2,1,4.4,1.6,7.2,1.7h0.6c2.7,0,5.1-0.9,7.4-2.7l0.5-0.4l0.2-0.1V389
|
||||
c0,0,0.1-0.3,0.9-1.3l0.2-0.4c0.2-0.3,0.4-0.7,0.5-1.2l0.5-2.6l0-0.5c0-0.4,0.1-0.5,0.1-0.5l0.2-0.2v-1.9c0-0.1,0-0.4,0.1-1
|
||||
c0.1-0.6,0.1-1,0.1-1c0-0.1,0-0.2-0.1-0.6l-0.1-0.2v-1.8C147.7,375.7,147.8,375.6,147.8,375.5z"/>
|
||||
<path d="M160.2,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.6-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.5-0.1,2.6-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2.1-0.1-3.4-0.3-4.1L160.2,374z"/>
|
||||
<path d="M211.7,359.4v-0.1l-1.1-2.9v-0.6l-1.2-3.6l-0.6-1.1c-0.1-0.5-0.3-0.8-0.5-1.1l-1.7-2.1c-0.1-0.2-0.2-0.4-0.4-0.6l-0.3-0.3
|
||||
c-0.3-0.4-0.4-0.5-0.4-0.5l-1.2-1.5v-0.3l-0.5-0.3c-0.2-0.3-0.4-0.4-0.5-0.5l-0.6-0.5c-0.4-0.4-0.9-0.8-1.3-1
|
||||
c-0.4-0.2-0.9-0.4-1.5-0.7c-0.6-0.2-1.2-0.5-1.8-0.8l-3.4-0.8l-0.2,0c-0.2,0-0.6,0-1.4-0.1c-0.8-0.1-1.3-0.1-1.4-0.1h-0.1v-0.1
|
||||
h-0.8c-1.6,0-3.3,0.2-5.1,0.6c-0.8,0-1.7,0.2-2.8,0.7c-1.1,0.4-1.9,0.8-2.5,1.1c-0.8,0.4-1.1,0.6-1.2,0.7l-0.6,0.4
|
||||
c-0.8,0.5-1.6,1-2.2,1.6l-2,2c-1.6,1.6-2.9,3.6-3.9,6l-0.4,0.6c-0.6,0.8-1.1,1.8-1.5,3.2c-0.4,1.3-0.5,2.3-0.5,2.9
|
||||
c0,0.1,0,0.3-0.2,0.7c-0.2,0.5-0.3,0.9-0.3,1.3c0,0.3,0,0.5,0.1,0.6c0,0.2,0,0.4-0.1,0.9c-0.2,0.8-0.2,1.1-0.2,1.3v0.6
|
||||
c0,0.2,0,0.5,0.1,0.7v0.1c0,0.4,0,0.4,0,0.4l-0.1,0.1v0.2c0,0.4,0,0.6,0.1,0.8l0,0.1l0.5,4.3l0.1,0.2c0,0,0,0.1,0,0.2
|
||||
c0,0.4,0.1,0.6,0.2,0.8c0.9,4.2,3,8.6,6.1,13.1c0.2,0.3,0.5,0.5,0.8,0.7l1.2,1.1c1.9,1.8,4.7,3.2,8.4,4.1l0.5,0l0.3,0.1l0.4,0
|
||||
c0.1,0,0.1,0,0.2,0l0.6,0.5l0.3-0.2h0.9c0.3,0,0.7,0,1.1,0.1l0.1,0c1.6,0,3.3-0.2,5-0.7l2.4-0.7c0.3,0,0.6-0.1,1-0.3
|
||||
c0.3-0.1,0.6-0.3,0.9-0.4c0.2-0.1,0.4-0.2,0.5-0.3l0.6-0.3l0.1-0.1c0.1-0.1,0.4-0.3,1.8-0.9l0.4-0.2l2.8-2.3l0.1-0.2
|
||||
c0-0.1,0.2-0.3,0.9-1.1c0.5-0.6,1-1.2,1.4-1.8c0.4-0.6,0.7-1.1,0.9-1.7c0-0.1,0.1-0.3,0.4-0.8l0.9-1.7l0-0.2c0-0.4,0.2-0.7,0.4-1
|
||||
l0.2-0.2v-0.4c0.4-1.1,0.6-2,0.6-2.9l0.5-1.5c0.1-0.2,0.1-0.4,0.2-0.7c0-0.2,0.1-0.4,0.1-0.5l0.1-0.2l-0.5-0.4h0.7
|
||||
c0-1.1,0.1-2.3,0.4-3.7c0.4-1.9,0.4-2.6,0.4-2.9c0-0.6-0.2-1.6-0.5-3.1C211.7,359.9,211.7,359.5,211.7,359.4z M207.4,369.3l0,0.9
|
||||
l0,0c0,0.1-0.1,0.2-0.1,0.3c-0.2,0.7-0.2,1-0.2,1.2c0,0.1,0,0.1,0,0.2l-0.7,2l-0.3,1.2c-0.7,3.3-2.2,6.3-4.5,9l-0.2,0.3
|
||||
c-0.2,0.1-0.4,0.3-0.8,0.5c-0.4,0.3-0.8,0.7-1.3,1.1c-0.4,0.3-0.6,0.6-0.8,0.7l-0.3,0.1c-1.6,0.9-3.1,1.5-4.2,1.9
|
||||
c-1.1,0.4-2.5,0.5-4.1,0.5c-2.5,0-4.6-0.5-6.3-1.4l-0.8-0.5c-1.4-0.7-2-1-2.2-1.1l-2.3-1.9c-0.1-0.2-0.3-0.4-0.6-0.6
|
||||
c-0.3-0.3-0.6-0.7-0.9-1.1c-0.3-0.4-0.3-0.6-0.3-0.6v-0.2l-0.9-1.3c-0.1-0.2-0.2-0.4-0.4-0.6c-1.3-2.5-2.3-5.6-3-9
|
||||
c-0.2-0.9-0.3-2-0.3-3.1v-1.2l-0.1-0.1l0-0.5c0-0.1,0-0.2,0-0.4c0-0.2,0.1-0.4,0.1-0.5v-2.8c0.1-0.3,0.1-0.7,0.2-1.3
|
||||
c0.1-0.6,0.2-1,0.3-1.3l1.3-3.5l0-0.2c0-0.1,0.1-0.6,0.8-1.9l0.6-1c1-1.5,1.4-2.1,1.5-2.4l0.4-0.5l3.1-3l1.7-1.1
|
||||
c0.3-0.2,0.7-0.4,1.1-0.7l1.2-0.7c0,0,0.3-0.1,1.6-0.4l2.6-0.7c0.3,0,0.6,0,0.9-0.1c0.5,0,1.5,0.1,2.8,0.3c1.5,0.2,2,0.3,2.2,0.3
|
||||
l1.6,0.4l0.3,0.1l0.8,0.5l0.1,0.1c0.7,0.3,1.4,0.7,2.1,1.4c0.7,0.8,1.3,1.3,1.7,1.6l2.5,2.8c0.1,0.2,0.2,0.4,0.4,0.5l0.4,0.6
|
||||
c0.1,0.3,0.2,0.8,0.7,1.9l0.6,1.7c0.2,0.4,0.6,1.4,1.2,2.9l0.4,1.3l0.4,0.7c0,0.6,0.1,1.4,0.3,2.4c0.2,1.1,0.2,1.9,0.2,2.4
|
||||
c0,0.2,0,0.5,0,0.8c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.7-0.2,1c-0.1,0.3-0.1,0.6-0.1,0.8l-0.1,0.5L207.4,369.3z"/>
|
||||
<path d="M250.6,340.8c-0.5-0.3-0.9-0.4-1.2-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0h-0.2l-1.5,0.9v0.7c0,0.3,0.1,0.6,0.2,0.9
|
||||
v1.5l0,0.2c0,0.1,0.1,0.5,0.1,2.3l0.2,3.4c0,0.1,0,0.2,0.1,0.6l0,0.2l0,0.3c-0.1,0.4-0.1,0.5-0.1,0.6v0.8l-0.2,0.3l0,0.9
|
||||
c0,0.1,0,0.3-0.1,0.7c-0.1,0.5-0.1,0.8-0.1,0.9v1.3c0,0.3,0,0.7,0.1,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,0.4,0,0.6,0,0.6c0,0,0,0,0,0
|
||||
l-0.1,0.2v0.6l-0.2,1.1l0,1.7c0,0.2,0,0.4-0.1,0.6c-0.1,0.4-0.1,0.6-0.1,0.6c0,0.2,0,0.4,0.1,0.6v0.1c-0.1,0.4-0.1,1-0.1,1.9
|
||||
c0,0.9-0.2,1.4-0.4,1.7l-0.1,0.1l-0.5,3.4l0,2.8c0,0.3,0,0.7-0.1,1.1c-0.1,0.5-0.2,1.1-0.2,1.8c-0.2,0.6-0.5,1.7-1.1,3
|
||||
c-0.6,1.4-0.9,2.5-1.1,3.1l0,0.1c0,0-0.1,0.3-0.7,1.1c-0.5,0.7-0.9,1.3-1.4,1.7l-1.6,1.1c0,0-0.1,0-0.2,0.1l-0.1,0
|
||||
c-1.1,0.4-2.1,0.5-3.2,0.5h-2.3c-2.1,0-4.1-1.7-5.9-5c0-0.4-0.2-0.9-0.5-1.6c-0.3-0.7-0.4-1.1-0.4-1.2c0-0.1,0-0.2-1.1-5.5v-0.1
|
||||
c0-0.2,0-0.4-0.1-0.7c-0.1-0.3-0.1-0.4-0.1-0.5l-0.9-6.4c0-0.2,0-0.7-0.1-1.6c-0.1-1-0.1-1.6-0.1-1.9l0-0.8
|
||||
c-0.4-3.6-0.5-4.5-0.5-4.6c0-0.9,0.1-2.3,0.3-4.2c0.2-2,0.3-3.4,0.3-4.3c0,0,0-0.2,0-0.5l0-0.8c0-0.8,0-1.5,0-1.9
|
||||
c0-0.7,0.1-1.6,0.2-2.6c0.1-1.1,0.2-2,0.2-2.5v-0.9l-0.2-0.2c-0.5-0.6-1.3-0.9-2.2-0.9c-1.4,0-2.3,0.8-2.3,2.2v0.7
|
||||
c0,0.1,0,0.4-0.1,0.8c-0.1,0.6-0.1,0.9-0.1,0.9v6.7l0.1,0.1c0.1,0.2,0.1,0.4,0.1,0.6c0,0.4-0.1,1-0.2,1.8c-0.1,0.9-0.2,1.6-0.2,2
|
||||
v5l0,0.2c0.2,0.5,0.3,1.3,0.3,2.3c0.1,1.1,0.1,1.7,0.1,2l0.6,6.4l0.1,0c0,0,0,0,0,0.1l0.5,3.8c0,0.2,0.2,1,1.1,5.1v0.3
|
||||
c0,1.3,0.6,3,1.9,5.4c1.6,2.9,3,4.4,4.4,4.5l0.3,0.1c1.2,0.9,3.1,1.3,5.6,1.3c2.5,0,4.7-0.5,6.5-1.3c1.9-0.9,3.1-1.8,3.8-2.7
|
||||
c0.7-0.9,1.2-1.7,1.5-2.6l0.1-0.1v-0.2c0.1-0.3,0.3-0.7,0.7-1.5c0.4-0.8,0.7-1.4,0.8-1.9c0.2-0.3,0.4-0.8,0.6-1.5
|
||||
c0.2-0.7,0.4-1.4,0.5-1.9l0.3-0.9c0.2-0.9,0.4-2.2,0.4-4v-0.5l-0.2-0.4c0-0.2,0.2-1,0.7-3.3l0-0.6l0.1-0.2l0-0.4
|
||||
c0.3-1.5,0.4-3,0.4-4.5v-1.7c0-0.2,0-0.7,0.2-1.7c0.2-0.9,0.2-1.5,0.2-2v-1c0,0,0-0.3-0.1-0.7c0-0.3-0.1-0.5-0.1-0.6
|
||||
c0-0.7,0.1-1.8,0.2-3c0.2-1.3,0.3-2.4,0.3-3.1c0-0.7-0.1-1.2-0.2-1.6v-5.9c0.1-0.2,0.2-0.4,0.2-0.5v-0.2l-0.1-0.2
|
||||
C251.3,341.4,251,341.1,250.6,340.8z"/>
|
||||
<path d="M283.2,366l-0.2-0.1h-0.2c0,0-0.2,0-0.9-0.4c-0.6-0.3-1.4-0.7-2.2-1.2c-0.8-0.4-1.4-0.7-1.9-0.9c-0.4-0.3-1.3-0.7-3.6-1.4
|
||||
l-2-0.8c-2.7-1-4.8-2-6.3-3c-1.4-0.9-2.4-2.1-2.9-3.5l0-0.7c0.1-2,0.6-3.6,1.5-4.7l0.7-0.9c0.4-0.6,0.9-1.1,1.3-1.5
|
||||
c0.5-0.4,1.7-1.2,4.7-2.2l1.1-0.6c2.9-0.9,5.5-1.1,7.9-0.1c1,0.4,1.8,0.9,2.3,1.5l1.1,0.8c0.1,0.1,0.2,0.2,0.3,0.3c0,0,0,0,0.1,0
|
||||
l0.2,0.3l0.1,0.1c1,1.2,1.5,3,1.5,5.2c0,0.3,0,0.7-0.1,1.2c-0.1,0.6-0.1,1-0.1,1.3c0,0.4,0.2,0.8,0.6,1.2c0.4,0.4,0.8,0.5,1.2,0.5
|
||||
l0.3,0c0.1,0,0.3-0.1,0.7-0.2c0.7-0.1,1.1-0.3,1.4-0.7l0.4-0.6v-4.1c0-0.9-0.2-1.9-0.7-2.8c-0.4-0.8-0.5-1-0.6-1.1
|
||||
c0-0.1-0.1-0.3-0.2-0.5c-0.1-0.2-0.2-0.5-0.5-0.7l-1.5-1.6c-0.3-0.5-0.8-1-1.4-1.4c-0.6-0.4-1-0.7-1.4-0.8
|
||||
c-0.3-0.1-0.5-0.2-0.6-0.2c-1.5-0.9-3.5-1.4-6.1-1.4c-0.6,0-1.4,0.1-2.4,0.3c-1.2,0.2-1.7,0.3-1.9,0.3l-0.4-0.1l-0.3,0.2
|
||||
c-0.2,0.2-0.8,0.5-2.9,0.9h-0.5l-0.2,0.1c-1.2,0.7-1.6,0.9-1.7,0.9h-0.3l-0.2,0c-0.3,0.1-0.6,0.2-0.9,0.5
|
||||
c-0.2,0.2-0.3,0.2-0.4,0.3l-0.3,0.1l-0.1,0c-1.4,0.7-2.5,1.8-3.3,3.2l-1,1.5c-1.1,1.6-1.7,3.5-1.7,5.5c0,1.5,0.7,3.1,2.1,4.7
|
||||
l1.2,1l0.3,0.3c0.1,0.1,0.2,0.2,0.3,0.3l0.1,0.1l3.2,1.8c0.2,0.1,0.4,0.2,0.8,0.4c0.4,0.2,0.5,0.3,0.6,0.3l1.1,0.5
|
||||
c1,0.4,2.5,1.1,4.6,1.9c2.1,0.8,3.7,1.5,4.9,2c1.2,0.5,2.6,1.3,4.1,2.4c1.6,1,2.9,2.2,4,3.6c1.4,1.6,2.3,3,2.8,4
|
||||
c0.5,1,0.7,2.4,0.7,4.1c0,0.4-0.2,1.4-1.8,3.7l-0.6,0.6c-0.5,0.6-1.1,1-1.7,1.4c-0.7,0.4-1,0.6-1.2,0.7l-0.4,0.1l-0.2,0.1
|
||||
c-1,0.8-2.2,1.1-3.7,1.1c-0.7,0-1.3,0.1-1.9,0.3h-0.7c-3.5,0-6.3-0.7-8.4-2.2c-2.1-1.4-3.1-3.3-3.1-5.7c0-1.4,0.5-3,1.4-4.6
|
||||
l0.5-0.5v-0.3c0-0.5-0.2-1-0.7-1.3c-0.4-0.3-0.8-0.4-1.3-0.4h-0.3l-0.8,0.2c-0.3,0-0.6,0.2-0.9,0.4c-0.4,0.3-0.6,0.6-0.6,1v0.3
|
||||
l-0.2,0.3c-0.7,1-1,2-1.1,3.1l-0.2,0.3v0.7c0,3.2,0.9,5.8,2.7,7.8c1.8,2,5,3.3,9.6,4.1l0.1,0c0.2,0,0.5,0,1.1,0.1
|
||||
c0.5,0.1,0.9,0.1,1.2,0.1c0.2,0,0.8,0,3.2-0.3l0.4-0.1c0.6,0,1.3-0.1,1.8-0.3c0.5-0.2,0.9-0.2,1-0.2l0.3,0l0.2-0.1
|
||||
c0,0,0.3-0.2,1.6-0.7c1.5-0.5,1.7-0.6,1.9-0.7l0.3-0.4l0.6-0.3l1.9-1.4c0.3-0.1,0.7-0.5,1.5-1.4c0.9-1,1.1-1.2,1.1-1.2l0.2-0.2
|
||||
l0.1-0.3c0-0.1,0.1-0.4,0.5-1.2c0.3-0.7,0.6-1.4,0.7-2c0.2-0.7,0.2-1.5,0.2-2.5c0-2.3-1.2-4.7-3.6-7.3
|
||||
C288,369.4,285.6,367.4,283.2,366z"/>
|
||||
<path d="M360.3,340.5c-0.4-0.2-0.9-0.3-1.7-0.3c-1.3,0-1.8,0.6-2.1,1c-0.2,0.5-0.4,1.1-0.5,1.9c0,0.5-0.2,0.9-0.3,1.1l-0.1,0.1
|
||||
l0,0.2c-0.1,0.5-0.3,1.6-0.6,3.3c-0.3,1.7-0.6,2.9-0.8,3.8l-0.8,2.6l0,0.2c0,0.2,0,0.5-0.2,1.2l-0.3,0.6c-0.2,0.3-0.3,0.7-0.3,1.8
|
||||
l-0.8,3.3c0,0.2-0.1,0.5-0.5,1.3c-0.3,0.7-0.5,1.3-0.6,1.7c-0.8,4.5-1.2,5.3-1.2,5.5l-0.1,0.2v0.5c-0.1,0.1-0.1,0.3-0.2,0.6
|
||||
c-0.1,0.4-0.3,0.8-0.4,1.4c-0.1,0.6-0.2,1.1-0.2,1.6l-0.4,1.1c-0.5,1.3-0.8,2.6-1,3.8c0,0.2-0.1,0.5-0.3,1.7
|
||||
c-0.1,0.5-0.2,1-0.3,1.4l-0.6-2.8l-0.1-0.1c-0.1-0.2-0.4-0.6-0.5-1.8c-0.1-1-0.3-1.7-0.5-2.1c0-0.7-0.3-1.7-0.7-3.2
|
||||
c-0.4-1.5-0.7-2.5-0.8-3c-0.3-1.6-0.9-4.4-1.9-8.1l-0.8-3.9c-0.2-0.7-0.5-1.8-1.1-3.2c-0.5-1.3-0.8-2.3-1-3v0
|
||||
c0-1.4-0.5-3.3-1.6-5.9v-0.3l-0.1-0.1c-0.1-0.1-0.2-0.3-0.3-0.6c-0.1-0.2-0.2-0.4-0.3-0.5l-0.6-1.7c-0.1-0.7-0.8-1-2-1
|
||||
c-2.2,0-2.7,0.9-2.7,1.6c0,0.2,0,0.5,1.4,3.3c1.1,2.3,1.2,2.8,1.2,2.8l0,0.2c2.1,7.7,3.3,12.3,3.6,13.8l0,0.1
|
||||
c0.4,1.1,0.5,1.4,0.5,1.4l0,0.4c1.1,6,2.5,11.5,3.9,16.5l0.1,0.4c1.7,5.9,2.7,9.4,2.8,10.5l0,0.2l0.1,0.2c0.3,0.3,0.8,0.6,1.8,0.9
|
||||
l0.2,0c0.2,0,0.4-0.1,0.7-0.3l0.6-0.2c0.2-0.1,0.3-0.1,0.4-0.2l0.1-0.1l0.6,0l0.6-3.7c0.1-0.2,0.2-0.4,0.2-0.8V387
|
||||
c0-1,0.1-1.9,0.2-2.7c0.2-0.8,0.4-1.6,0.6-2.3c0.3-0.8,0.5-1.4,0.6-1.9c0.1-0.3,0.1-0.8,0.1-1.5c0-0.7,0.1-1.1,0.1-1.3
|
||||
c0-0.3,0.2-0.8,0.6-1.7c0.4-0.9,0.7-1.6,0.8-2.2l0-0.3l-0.1-0.1l0.1-0.3c0.1-0.3,0.1-0.6,0.2-1c0-0.3,0.1-0.5,0.1-0.7l0.3-0.3
|
||||
v-0.3c0-0.4,0.1-1.3,0.7-2.9c0.5-1.4,0.8-2.5,1-3.1l0-0.8c0-0.1,0.2-0.3,0.5-0.8l0.1-0.2v-0.2c0-0.7,0.2-1.5,0.6-2.6
|
||||
c0.4-1.2,0.7-2.1,0.7-2.8c0-0.2,0.2-0.7,0.7-2c0.5-1.2,0.7-2.2,0.7-3v-0.1c0.1-0.5,0.4-1.8,1-3.8c0.5-2.1,1-3.6,1.3-4.6l0-0.2
|
||||
c0-0.1,0.1-0.2,0.1-0.3c0.2-0.4,0.3-0.7,0.3-1C361.1,341.1,360.7,340.7,360.3,340.5z"/>
|
||||
<path d="M373.4,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.7-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.4-0.1,2.5-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L373.4,374z"/>
|
||||
<path d="M405.2,366l-0.2-0.1h-0.2c0,0-0.2,0-0.9-0.4c-0.6-0.3-1.4-0.7-2.2-1.2c-0.8-0.4-1.4-0.7-1.9-0.9c-0.4-0.3-1.3-0.7-3.6-1.4
|
||||
l-2-0.8c-2.7-1-4.8-2-6.3-3c-1.4-0.9-2.4-2.1-2.9-3.5l0-0.7c0.1-2,0.6-3.6,1.5-4.7l0.7-0.9c0.4-0.6,0.9-1.1,1.3-1.5
|
||||
c0.5-0.4,1.7-1.2,4.7-2.2l1.1-0.6c2.9-0.9,5.5-1.1,7.9-0.1c1,0.4,1.8,0.9,2.3,1.5l1.1,0.8c0.1,0.1,0.2,0.2,0.3,0.3c0,0,0,0,0.1,0
|
||||
l0.2,0.3l0.1,0.1c1,1.2,1.5,3,1.5,5.2c0,0.3,0,0.7-0.1,1.2c-0.1,0.6-0.1,1-0.1,1.3c0,0.4,0.2,0.8,0.6,1.2c0.4,0.4,0.8,0.5,1.2,0.5
|
||||
l0.3,0c0.1,0,0.3-0.1,0.7-0.2c0.4-0.1,1-0.2,1.4-0.7l0.4-0.6v-4.1c0-0.9-0.2-1.9-0.7-2.8c-0.4-0.8-0.5-1-0.6-1.1
|
||||
c0-0.1-0.1-0.3-0.2-0.5c-0.1-0.2-0.2-0.5-0.5-0.7l-1.5-1.6c-0.3-0.5-0.8-1-1.4-1.4c-0.6-0.4-1-0.7-1.4-0.8
|
||||
c-0.3-0.1-0.5-0.2-0.6-0.2c-1.5-0.9-3.5-1.4-6.1-1.4c-0.6,0-1.4,0.1-2.4,0.3c-1.2,0.2-1.7,0.3-1.9,0.3l-0.4-0.1l-0.3,0.2
|
||||
c-0.2,0.2-0.8,0.5-2.9,0.9h-0.5l-0.2,0.1c-1.2,0.7-1.6,0.9-1.7,0.9h-0.3l-0.2,0c-0.3,0.1-0.6,0.2-0.9,0.5
|
||||
c-0.2,0.2-0.3,0.2-0.4,0.3l-0.3,0.1l-0.1,0c-1.4,0.7-2.5,1.8-3.3,3.2l-1,1.5c-1.1,1.6-1.7,3.5-1.7,5.5c0,1.5,0.7,3.1,2.1,4.7
|
||||
l1.2,1l0.3,0.3c0.1,0.1,0.2,0.2,0.2,0.3l0.1,0.1l3.2,1.8c0.2,0.1,0.4,0.2,0.8,0.4c0.4,0.2,0.5,0.3,0.6,0.3l1.1,0.5
|
||||
c1,0.4,2.5,1.1,4.6,1.9c2.1,0.8,3.7,1.5,4.9,2c1.2,0.5,2.6,1.3,4.1,2.4c1.5,1,2.9,2.2,4,3.6c1.4,1.6,2.3,3,2.8,4
|
||||
c0.5,1,0.7,2.4,0.7,4.1c0,0.4-0.2,1.4-1.8,3.7l-0.6,0.6c-0.5,0.6-1.1,1-1.7,1.4c-0.6,0.3-1,0.6-1.2,0.7l-0.4,0.1l-0.2,0.1
|
||||
c-1,0.8-2.2,1.1-3.7,1.1c-0.7,0-1.3,0.1-1.9,0.3h-0.7c-3.5,0-6.3-0.7-8.4-2.2c-2.1-1.4-3.1-3.3-3.1-5.7c0-1.4,0.5-3,1.4-4.6
|
||||
l0.5-0.5v-0.3c0-0.5-0.2-1-0.7-1.3c-0.4-0.3-0.8-0.4-1.3-0.4h-0.3l-0.8,0.2c-0.3,0-0.6,0.2-0.9,0.4c-0.4,0.3-0.6,0.6-0.6,1v0.3
|
||||
l-0.2,0.3c-0.7,1-1,2-1.1,3.1l-0.2,0.3v0.7c0,3.2,0.9,5.8,2.7,7.8c1.8,2,5,3.3,9.6,4.1l0.1,0c0.3,0,0.6,0,1.1,0.1
|
||||
c0.5,0.1,0.9,0.1,1.2,0.1c0.2,0,0.8,0,3.2-0.3l0.4-0.1c0.6,0,1.2-0.1,1.8-0.3c0.4-0.1,0.8-0.2,1-0.2h0.2l0.2-0.1
|
||||
c0,0,0.3-0.2,1.6-0.7c1.5-0.5,1.7-0.6,1.9-0.7l0.3-0.4l0.6-0.3l1.9-1.4c0.3-0.1,0.7-0.5,1.5-1.4c0.9-1,1.1-1.2,1.1-1.2l0.2-0.2
|
||||
l0.1-0.3c0-0.1,0.1-0.4,0.5-1.2c0.3-0.7,0.6-1.4,0.7-2c0.2-0.7,0.2-1.5,0.2-2.5c0-2.3-1.2-4.7-3.6-7.3
|
||||
C410.1,369.4,407.7,367.4,405.2,366z"/>
|
||||
<path d="M454,340.8c-0.5-0.3-0.9-0.4-1.2-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0h-0.2l-1.5,0.9v0.7c0,0.3,0.1,0.6,0.2,0.9
|
||||
v1.5l0,0.2c0,0.1,0.1,0.5,0.1,2.3l0.2,3.4c0,0.1,0,0.2,0.1,0.6l0,0.2l0,0.3c-0.1,0.4-0.1,0.5-0.1,0.6v0.8l-0.2,0.3l0,0.9
|
||||
c0,0.1,0,0.3-0.1,0.7c-0.1,0.5-0.1,0.8-0.1,0.9v1.3c0,0.3,0,0.7,0.1,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,0.4,0,0.6,0,0.6c0,0,0,0,0,0
|
||||
l-0.1,0.2v0.6l-0.2,1.1l0,1.7c0,0.2,0,0.4-0.1,0.6c-0.1,0.4-0.1,0.6-0.1,0.6c0,0.2,0,0.4,0.1,0.6v0.1c-0.1,0.4-0.1,1-0.1,1.9
|
||||
c0,0.9-0.2,1.4-0.4,1.7l-0.1,0.1l-0.5,3.4l0,2.8c0,0.3,0,0.7-0.1,1.1c-0.1,0.5-0.2,1.1-0.2,1.8c-0.2,0.6-0.5,1.7-1.1,3
|
||||
c-0.6,1.4-0.9,2.5-1.1,3.1l0,0.1c0,0-0.1,0.3-0.7,1.1c-0.5,0.7-0.9,1.3-1.4,1.7l-1.6,1.1c0,0-0.1,0-0.2,0.1l-0.1,0
|
||||
c-1.1,0.4-2.1,0.5-3.2,0.5h-2.3c-2.1,0-4.1-1.7-5.9-5c0-0.4-0.2-0.9-0.5-1.6c-0.3-0.7-0.4-1.1-0.4-1.2c0-0.1,0-0.2-1.1-5.5v-0.1
|
||||
c0-0.2,0-0.4-0.1-0.7c-0.1-0.2-0.1-0.4-0.1-0.5L428,368c0-0.2,0-0.7-0.1-1.6c-0.1-1-0.1-1.6-0.1-1.9l0-0.8
|
||||
c-0.4-3.6-0.5-4.5-0.5-4.6c0-0.9,0.1-2.3,0.3-4.2c0.2-1.9,0.3-3.4,0.3-4.3c0,0,0-0.5,0-1.3c0-0.8,0-1.5,0-1.9
|
||||
c0-0.7,0.1-1.6,0.2-2.6c0.1-1.1,0.2-2,0.2-2.5v-0.9l-0.2-0.2c-0.5-0.6-1.3-0.9-2.2-0.9c-1.4,0-2.3,0.8-2.3,2.2v0.7
|
||||
c0,0.1,0,0.4-0.1,0.8c-0.1,0.6-0.1,0.9-0.1,0.9v6.7l0.1,0.1c0.1,0.2,0.1,0.4,0.1,0.6c0,0.4-0.1,1-0.2,1.8c-0.1,0.9-0.2,1.6-0.2,2
|
||||
v5l0,0.2c0.2,0.5,0.3,1.3,0.3,2.3c0.1,1.1,0.1,1.7,0.1,2l0.6,6.4l0,0c0,0,0,0.1,0,0.1l0.5,3.8c0,0.2,0.2,1,1.1,5.1v0.3
|
||||
c0,1.3,0.6,3,1.9,5.4c1.6,2.9,3,4.4,4.4,4.5l0.3,0.1c1.2,0.9,3.1,1.3,5.6,1.3c2.5,0,4.7-0.5,6.5-1.3c1.9-0.9,3.1-1.8,3.8-2.7
|
||||
c0.7-0.9,1.2-1.7,1.5-2.6l0.1-0.1v-0.2c0.1-0.3,0.4-0.8,0.7-1.5c0.4-0.8,0.7-1.4,0.8-1.9c0.2-0.3,0.4-0.8,0.6-1.5
|
||||
c0.2-0.7,0.4-1.4,0.5-1.9l0.3-0.9c0.2-0.9,0.4-2.2,0.4-4v-0.5l-0.2-0.3c0,0,0,0,0,0c0-0.2,0.2-1,0.7-3.3l0-0.6l0.1-0.2l0-0.4
|
||||
c0.3-1.5,0.4-3,0.4-4.5v-1.7c0-0.2,0-0.7,0.2-1.7c0.2-0.9,0.2-1.5,0.2-2v-1c0,0,0-0.3-0.1-0.7c0-0.3-0.1-0.5-0.1-0.6
|
||||
c0-0.7,0.1-1.8,0.2-3c0.2-1.4,0.3-2.4,0.3-3.1c0-0.7-0.1-1.2-0.2-1.6v-5.9c0.1-0.2,0.2-0.4,0.2-0.5v-0.2l-0.1-0.2
|
||||
C454.7,341.4,454.4,341.1,454,340.8z"/>
|
||||
<path d="M495.3,386.1l-0.2-0.1c0,0,0,0,0,0v-0.1c0-0.6-0.2-1.3-0.5-2.2c-0.3-0.8-0.6-1.5-0.8-2.1c-0.2-0.4-0.3-0.6-0.3-0.7
|
||||
l-0.1-0.2c-1.6-3.9-2.2-5.4-2.4-6.1l0.2-0.1V374c0-0.2,0-0.5-0.1-0.8c0-0.1-0.1-0.2-0.1-0.3v-0.4l-0.8-0.6
|
||||
c-0.3-0.4-0.5-0.9-0.7-1.5l-0.6-2.5l-0.1-0.1c-0.3-0.4-0.6-1.1-0.7-2v-0.3l-0.3-0.6l-0.1-0.1c0,0-0.1-0.2-0.1-1.1V363l-0.3-0.2
|
||||
c-0.1-0.1-0.4-0.4-0.6-1.1c-0.2-0.6-0.5-1.5-0.7-2.5c-0.3-1.1-0.5-1.8-0.6-2.1l-2.3-6.8c-0.1-0.2-0.3-0.7-0.5-1.6
|
||||
c-0.2-0.9-0.3-1.4-0.5-1.9c-0.6-1.4-0.7-1.8-0.7-1.9l-0.6-2.2c0-0.5-0.3-1-0.7-1.5c-0.5-0.6-1.2-0.9-2.1-0.9
|
||||
c-0.8,0-1.4,0.2-1.8,0.6c-0.4,0.4-0.6,1-0.8,2c-0.2,0.4-0.3,0.7-0.4,0.9l-1.1,4.3l-0.2,0.3v0.3c0,1-0.1,1.4-0.1,1.6l-0.1,0.1
|
||||
l-0.1,0.3c-0.2,0.9-0.9,3.3-2,6.9c-1.1,3.6-1.8,6.4-2.2,8.4c-0.5,0.7-0.7,1.5-0.7,2.3l-0.4,1.4l0,0.5c0,0.1,0,0.5-0.5,1.5
|
||||
c-0.6,1.2-0.7,1.6-0.8,1.9l-0.5,2.3l-0.1,0.1l-0.1,0.3c-0.2,0.7-0.5,2-1.1,4c-0.7,2.3-0.9,3.3-0.9,3.8l-0.1,0.1l0,0.2
|
||||
c-0.4,1.7-1,3.6-1.7,5.7l0,0.2c0,0.3,0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.3,0.4,0.4c0.1,0.1,0.3,0.2,0.5,0.3l0.3,0.1
|
||||
c0.1,0.1,0.3,0.1,0.5,0.2c0.1,0,0.1,0,0.1,0l0.2,0.1h0.2c1,0,1.8-1.1,2.6-3.8c0.6-2.1,0.9-3.7,1-4.8c0.1-0.2,0.3-0.5,0.4-0.9
|
||||
c0.2-0.6,0.3-0.9,0.3-1.2v-0.1c0.3-0.4,0.6-1.1,0.7-2c0.1-0.9,0.3-1.8,0.4-2.5c0.2-0.6,0.3-0.6,0.4-0.6l0.1,0
|
||||
c1.4-0.2,3.7-0.3,7-0.3c3.9-0.4,5.1-0.5,5.4-0.5h0.8l0.2,0l0.2-0.1c0.1,0,0.5-0.1,2.3-0.1c0.3,0,0.4,0,0.6,0
|
||||
c0,0.1,0.1,0.2,0.1,0.3l0.7,2.3v0.3l0.1,0.1c1.2,3.1,2.1,5.7,2.7,7.6c0.6,1.9,1.1,3.6,1.8,5c0.1,1.2,0.9,2,2.4,2c1.3,0,2-0.8,2-2
|
||||
c0-0.4-0.1-0.7-0.3-0.9L495.3,386.1z M485.6,371.6c-0.2,0-0.5,0.1-0.9,0.1c-1.1,0.1-2.1,0.2-3,0.2h-1.1c-0.2,0-0.4,0-0.8,0.2
|
||||
c-0.2,0.1-0.4,0.1-0.5,0.1c0,0-0.1,0-0.2,0l-0.4,0c-0.5,0-1.7,0.1-3.6,0.2c-1.4,0.1-2.6,0.1-3.6,0.1c0.1-0.5,0.3-1.2,0.7-2.3
|
||||
l2.3-8.1c0.3-0.7,0.6-1.4,0.7-2l0.5-1.1l0-0.1c0.4-2,0.9-4.3,1.6-7.1c0.4-1.6,0.7-2.6,0.8-3.3c0.1,0.4,0.3,0.9,0.4,1.4
|
||||
c0.3,1.1,0.4,1.5,0.5,1.7l0.7,2.1c0,0.2,0.1,0.5,0.3,0.6c2.1,6.3,3.4,10.4,3.9,12.1c0,0.4,0.2,0.9,0.4,1.6c0.3,0.9,0.6,1.9,1,2.9
|
||||
C485.4,371.1,485.5,371.4,485.6,371.6z"/>
|
||||
<path d="M519.8,388.7c-0.3-0.1-0.6-0.2-0.8-0.2c-0.2,0-0.5,0-1,0c-0.4,0-0.6,0-0.6,0c-0.9,0-2.2,0.1-4,0.2
|
||||
c-1.7,0.1-3.1,0.2-3.9,0.2h-0.7c0,0,0,0,0,0c0-0.1,0-0.3,0-0.4c0-0.3,0.1-0.5,0.1-0.7l-0.1-0.5c0-0.1,0-0.1,0-0.1l-0.1-1.6
|
||||
c0-0.2,0-1,0-2.5c0-1.5,0-2.3,0-2.4v-0.8c0-0.3,0-0.9,0-1.6c0-0.8,0-1.3,0-1.7c0-7-0.1-12-0.4-14.6v-1.4c0-0.1,0-0.8,0.1-2
|
||||
c0.1-1.7,0.1-2.1,0.1-2.2v-3.1c0-0.2,0-0.4,0-0.7c0-0.3,0-0.6,0-0.8c0-0.3,0-0.6-0.1-0.9l0.3-8.4c0-0.6-0.2-2.1-2.5-2.1
|
||||
c-0.2,0-0.5,0.1-0.8,0.2c-0.1,0-0.2,0.1-0.3,0.1H505l-1.2,0.6v0.4l-0.1,0.2v0.4l0.1,0.1c0.1,0.2,0.2,0.6,0.2,1.5
|
||||
c0,0.1,0,0.3,0,0.8c0,0.5,0,0.8,0,0.9s0,0.6,0.1,1.5c0.1,0.8,0.1,1.3,0.1,1.4c0,0.1,0,0.4,0,1c0,0.6,0,1,0,1c0,0.4,0,1.1,0.1,2.1
|
||||
c0.1,0.9,0.1,1.6,0.1,2.1c0,0.2,0,0.4,0,0.6c0,0.3,0,0.6,0,0.7v0.4c0,2.5-0.1,3.6-0.2,4.1l0,0.2l0,0.2c0.2,0.8,0.3,1.9,0.3,3.2
|
||||
v0.4l0,0.1c0.2,1,0.2,2.1,0.2,3.4c0,0.5,0,1.2-0.1,2.1c-0.1,1-0.1,1.5-0.1,1.5c0,0.5,0.1,1.3,0.2,2.2v0.3c0,0.3,0,0.7-0.1,1.3
|
||||
c-0.1,0.7-0.1,1.2-0.1,1.6c0,0.7,0.1,1.3,0.2,1.8c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.1v0.3
|
||||
c0,0,0,0.1,0,0.1l-0.1,0.3l0,0.2c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.3,0,0.7c0,0.4,0,0.7,0,0.9
|
||||
c0,0.4,0.1,0.8,0.2,1.1c0,1.9-0.1,3.4-0.2,4.3l0,0.1l0.1,0.6c0,0.3,0.1,0.5,0.1,0.6l-0.1,0.7v0.2l0,0c-0.2,0.2-0.3,0.4-0.3,0.7
|
||||
c0,0.3,0.1,0.8,0.8,1.2c0.4,0.3,0.8,0.4,1.2,0.4h2c0.1,0,0.6,0,3.2-0.3c2.3-0.2,3.1-0.3,3.3-0.3c0.4,0,0.9,0,1.6,0
|
||||
c0.7,0,1.2,0,1.6,0c1.1,0,2.1-0.3,3.1-0.8l0.4-0.2v-0.4c0-0.5-0.1-0.9-0.3-1.2C520.6,389.2,520.4,388.9,519.8,388.7z"/>
|
||||
<path d="M586.9,375.5l0-0.2c0-0.1,0-0.3-0.1-0.7l-0.1-0.4l0-1.4c-0.1-0.5-0.4-1.4-2.2-1.4H584l-1.6,1.1l-0.2,0.5v0.4
|
||||
c0,0.2,0,0.3,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2v7c0,0.7-0.1,1.5-0.3,2.2c-0.2,0.8-0.5,1.7-0.9,2.7c-0.4,0.9-1,1.6-1.9,2.2
|
||||
c-0.8,0.6-1.9,0.9-3.1,0.9c-1.3,0-2.5-0.2-3.7-0.5l-1.3-0.4c-1-0.4-1.2-0.5-1.2-0.5l-3.1-2.3c-0.5-0.3-1.4-1.2-2.6-4
|
||||
c-1.3-3-1.5-4-1.5-4.3v-0.2l-0.1-0.2c-0.1-0.1-0.2-0.4-0.2-1.2l-0.1-0.5l0.2-0.3l-0.3-0.4c-0.1-0.1-0.4-0.6-0.4-3.2l-0.1-1v-1.5
|
||||
c0-0.9,0.1-1.9,0.2-2.9c0.1-1,0.3-2.2,0.5-3.5c0.2-1.3,0.4-2.3,0.5-3l0-0.1c0-1.3,0.7-3.5,2-6.4c0.2-0.2,0.4-0.6,0.7-1.2
|
||||
c0.3-0.6,0.5-1.2,0.8-2c0.3-0.8,0.5-1.2,0.6-1.4c1.1-1.9,2.2-3.2,3.2-3.8c1-0.6,2.4-0.9,4.2-0.9c0.1,0,0.4,0,1,0.2
|
||||
c0.1,0,0.1,0,0.2,0v0.2l1.5,0.5l1.5,0.8c0.5,0.2,0.9,0.6,1.2,1c0.3,0.4,0.5,0.9,0.6,1.5c0.1,0.7,0.2,1.3,0.3,1.7
|
||||
c0,0.3,0.1,0.9,0.1,1.9v1.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.7,0.7,1.2,1,1.3c0.9,0.5,1.7,0.6,2.3,0.3c0.4-0.2,0.7-0.4,0.8-0.8
|
||||
c0.1-0.2,0.2-0.3,0.2-0.5c0.1-0.3,0.2-0.6,0.2-1v-2.7c0-4.2-2.2-7.1-6.6-8.8c-1.7-0.6-3.2-0.9-4.4-0.9c-2.3,0-3.1,0.2-3.4,0.4
|
||||
l-1.4,0.3l-0.2,0l-0.2,0.2c0,0-0.1,0-0.3,0.1c-0.4,0.1-0.8,0.3-1.1,0.5c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.2-0.4,0.5-0.6,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.3,0.4l-1.2,1.2c-0.2,0.2-0.6,0.5-1.1,1.8l-0.2,0.3c-0.6,0.6-1,1.2-1.3,2c-0.3,0.8-0.6,1.6-0.8,2.4
|
||||
c-0.2,0.9-0.4,1.3-0.4,1.4l-0.1,0.2v0.4c0,0,0,0.2-0.2,0.7c-0.2,0.4-0.4,1-0.6,1.6c-0.3,0.6-0.5,1.2-0.6,1.5
|
||||
c-0.3,0.9-0.6,2.2-0.8,4.3v0.8c0,0.2,0,0.7-0.2,1.6c-0.2,0.9-0.3,1.6-0.3,2.2v0.3c0,0.4,0,0.8-0.1,1.4c-0.1,0.9-0.1,1-0.1,1.1
|
||||
c0,0.3,0,0.8,0.1,1.3c0.1,0.4,0.1,0.8,0.1,1v2.7c0,1.6,0.5,3.9,1.7,7c1.1,3.1,2.4,5.4,3.8,6.9c0.5,0.6,1,1.1,1.5,1.6
|
||||
c0.5,0.5,1,0.8,1.3,1c0.3,0.2,0.8,0.4,1.4,0.7l0.8,0.4c2,1,4.4,1.6,7.2,1.7h0.6c2.7,0,5.1-0.9,7.4-2.7l0.5-0.4l0.2-0.1V389
|
||||
c0,0,0.1-0.3,0.9-1.3l0.2-0.4c0.2-0.3,0.4-0.7,0.5-1.2l0.5-2.6l0-0.5c0-0.4,0.1-0.5,0.1-0.5l0.2-0.2v-1.9c0-0.1,0-0.4,0.1-1
|
||||
c0.1-0.7,0.1-1,0.1-1.1c0-0.1,0-0.3-0.1-0.6l-0.1-0.2v-1.8C586.8,375.8,586.9,375.7,586.9,375.5z"/>
|
||||
<path d="M638.1,359.4v-0.1l-1.1-2.9v-0.6l-1.2-3.6l-0.6-1.1c-0.1-0.5-0.3-0.8-0.5-1.1L633,348c-0.1-0.2-0.2-0.4-0.4-0.6l-0.3-0.3
|
||||
c-0.3-0.4-0.4-0.5-0.4-0.5l-1.2-1.5v-0.3l-0.5-0.3c-0.2-0.3-0.4-0.4-0.5-0.5l-0.6-0.5c-0.5-0.4-0.9-0.8-1.3-1
|
||||
c-0.4-0.2-0.9-0.4-1.5-0.7c-0.6-0.2-1.2-0.5-1.8-0.8l-3.4-0.8l-0.2,0c-0.2,0-0.6,0-1.4-0.1c-0.8-0.1-1.3-0.1-1.4-0.1H618v-0.1
|
||||
h-0.8c-1.6,0-3.3,0.2-5.1,0.6c-0.8,0-1.7,0.2-2.8,0.7c-1.1,0.4-1.9,0.8-2.5,1.1c-0.8,0.4-1,0.6-1.2,0.7l-0.6,0.4
|
||||
c-0.8,0.5-1.6,1-2.2,1.6l-2,2c-1.6,1.6-2.9,3.6-3.9,6l-0.4,0.6c-0.6,0.8-1.1,1.8-1.5,3.2c-0.4,1.3-0.5,2.3-0.5,2.9
|
||||
c0,0.1,0,0.3-0.2,0.7c-0.2,0.5-0.3,0.9-0.3,1.3c0,0.3,0,0.5,0.1,0.6c0,0.2-0.1,0.4-0.1,0.9c-0.2,0.8-0.2,1.1-0.2,1.3v0.6
|
||||
c0,0.2,0,0.5,0.1,0.7v0.1c0,0.4,0,0.4,0,0.4l-0.1,0.1v0.2c0,0.4,0,0.6,0.1,0.8l0,0.1l0.5,4.3l0.1,0.2c0,0,0,0.1,0,0.2
|
||||
c0,0.4,0.1,0.6,0.2,0.8c0.9,4.2,3,8.6,6.1,13.1c0.2,0.3,0.5,0.5,0.8,0.7l1.2,1.1c1.9,1.8,4.7,3.2,8.4,4.1l0.5,0l0.3,0.1l0.4,0
|
||||
c0.1,0,0.1,0,0.2,0l0.6,0.5l0.3-0.2h0.9c0.4,0,0.7,0,1.1,0.1l0.1,0c1.6,0,3.3-0.2,5.1-0.7l2.4-0.7c0.3,0,0.6-0.1,1-0.3
|
||||
c0.3-0.1,0.6-0.3,0.9-0.4c0.2-0.1,0.4-0.2,0.5-0.3l0.6-0.3l0.1-0.1c0.1,0,0.4-0.3,1.8-0.9l0.4-0.2l2.8-2.3l0.1-0.2
|
||||
c0-0.1,0.2-0.3,0.9-1.1c0.5-0.6,1-1.3,1.4-1.8c0.4-0.6,0.7-1.1,0.9-1.7c0-0.1,0.1-0.3,0.4-0.8l0.9-1.7l0-0.2c0-0.4,0.2-0.7,0.4-1
|
||||
l0.2-0.2v-0.4c0.4-1.1,0.6-2,0.6-2.9l0.5-1.5c0.1-0.2,0.1-0.4,0.2-0.7c0-0.2,0.1-0.4,0.1-0.5l0.1-0.1l-0.5-0.4h0.7
|
||||
c0-1.1,0.1-2.3,0.4-3.7c0.3-1.5,0.4-2.4,0.4-2.9c0-0.6-0.2-1.6-0.5-3.1C638.1,359.9,638.1,359.5,638.1,359.4z M633.9,369.3l0,0.9
|
||||
l0,0c0,0.1-0.1,0.2-0.1,0.3c-0.2,0.7-0.2,1-0.2,1.2c0,0.1,0,0.1,0,0.2l-0.7,2l-0.3,1.2c-0.7,3.3-2.2,6.3-4.5,9l-0.2,0.3
|
||||
c-0.2,0.1-0.5,0.3-0.8,0.5c-0.4,0.3-0.8,0.7-1.3,1.1c-0.4,0.3-0.6,0.6-0.8,0.7l-0.3,0.1c-1.6,0.9-3.1,1.5-4.2,1.9
|
||||
c-1.1,0.4-2.5,0.5-4.1,0.5c-2.5,0-4.6-0.5-6.3-1.4l-0.8-0.5c-1.4-0.7-2-1-2.2-1.1l-2.3-1.9c-0.1-0.2-0.3-0.4-0.6-0.6
|
||||
c-0.3-0.3-0.6-0.7-0.9-1.1c-0.3-0.4-0.3-0.6-0.3-0.6v-0.2l-0.9-1.3c-0.1-0.2-0.2-0.4-0.4-0.6c-1.3-2.5-2.3-5.6-3-9
|
||||
c-0.2-0.9-0.3-2-0.3-3.1v-1.2l-0.1-0.1l0-0.5c0-0.1,0-0.2,0-0.4c0-0.2,0-0.4,0-0.5v-2.8c0.1-0.3,0.1-0.7,0.2-1.3
|
||||
c0.1-0.6,0.2-1,0.3-1.3l1.3-3.5l0-0.2c0-0.1,0.1-0.6,0.9-1.9l0.6-1c1-1.4,1.4-2.1,1.5-2.4l0.4-0.5l3.1-3l1.7-1.1
|
||||
c0.3-0.2,0.7-0.4,1.1-0.7l1.2-0.7c0,0,0.3-0.1,1.6-0.4l2.6-0.7c0.3,0,0.6,0,0.9-0.1c0.5,0,1.5,0.1,2.8,0.3c1.5,0.2,2,0.3,2.2,0.3
|
||||
l1.6,0.4l0.3,0.1l0.8,0.5l0.1,0.1c0.7,0.3,1.4,0.7,2.1,1.4c0.8,0.8,1.3,1.3,1.7,1.6l2.5,2.8c0.1,0.2,0.2,0.4,0.4,0.5l0.4,0.6
|
||||
c0.1,0.3,0.2,0.8,0.7,1.9l0.6,1.7c0.2,0.4,0.6,1.4,1.1,2.9l0.4,1.3l0.4,0.7c0,0.6,0.1,1.4,0.3,2.4c0.2,1.1,0.2,1.9,0.2,2.4
|
||||
c0,0.2,0,0.5,0,0.8c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.7-0.2,1c-0.1,0.3-0.1,0.6-0.1,0.8l-0.1,0.5L633.9,369.3z"/>
|
||||
<path d="M683.5,386.5c0-0.1,0-0.2,0.1-0.4c0.1-0.3,0.1-0.6,0.1-0.7c0-1.5-0.1-3.6-0.4-6.2c-0.3-2.6-0.4-4.5-0.4-5.6v-4.1
|
||||
c0-0.3,0-0.9-0.1-1.9c-0.1-0.9-0.1-1.6-0.1-2.1v-1.8c0-0.4-0.1-1.3-0.2-2.9c-0.1-1.6-0.2-2.7-0.2-3.5c0-2.8,0.1-4.9,0.3-6.2v-8.4
|
||||
l0-0.2c0,0,0-0.2,0-0.5c0-0.4-0.1-0.8-0.2-1.1c-0.2-0.3-0.5-0.7-1.3-0.7c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.1-0.3,0.1-0.3,0.1h-0.3
|
||||
c-0.6,0-0.9,0.3-1,0.7l-0.5,1.4c0,0.1-0.1,0.2-0.2,0.4c-0.1,0.2-0.2,0.3-0.2,0.4l-0.8,1c-0.2,0.2-0.4,0.4-0.6,0.7l-3,5.2
|
||||
c-1.1,1.5-1.8,2.6-2.1,3.4l-2.1,3.3c-0.1,0.2-0.4,0.7-0.7,1.4c-0.3,0.7-0.7,1.2-0.9,1.6l-2.7,4.2c-0.2-0.3-0.6-0.8-1-1.8l-0.1-0.2
|
||||
c-1.4-1.7-1.4-2.2-1.4-2.2v-0.2l-1.9-2.8c-0.5-1-1.2-2.2-2-3.4l-4.5-6.6c-0.5-0.7-1-1.4-1.5-2.3c-0.5-0.9-0.9-1.5-1.2-1.9
|
||||
c-0.3-0.3-0.8-0.7-1.6-0.7c-0.4-0.1-0.9,0-1.7,0.3c-0.4,0.1-1.5,0.6-1.5,1.5v0.3l0,0.2c0,0.1,0.1,0.5,0.1,1.9v1.3
|
||||
c0,0.5,0.1,1.2,0.3,2.2c0.2,1.1,0.2,1.6,0.2,2l0.8,8.4v0.8c0,5.2,0.3,10.3,0.8,15.2c0,0.2,0,0.5,0,0.9c0,0.3,0,0.7,0,1.1v2.4
|
||||
c0,0,0,0.4,0.1,0.9c0,0.5,0.1,0.7,0.1,0.8v1.8l0,0.2c0,0.1,0.1,0.5,0.2,1.5c0.1,0.8,0.1,1.6,0.3,2.2l0.1,1v0.4
|
||||
c0,0.3,0.1,0.6,0.2,1c0.1,0.4,0.1,0.5,0.1,0.5l-0.1,0.1v0.8l2.4,1.3v-0.8l0.3-0.1c1-0.7,1.2-1,1.2-1.4c0-0.1,0-0.3-0.1-1
|
||||
c-0.1-0.4-0.1-0.6-0.1-0.7v-1c0-0.2,0-0.5-0.1-0.9c-0.1-0.3-0.1-0.6-0.2-0.8l-0.1-0.4c0-0.1-0.1-0.4-0.1-1.2
|
||||
c0-0.7-0.1-1.2-0.1-1.7c-0.1-0.4-0.1-0.7-0.2-0.9c0-0.2,0-0.4,0-0.7c0-0.6,0-1.1,0-1.5c0-1.2,0-2.2-0.1-3
|
||||
c-0.1-0.8-0.1-1.3-0.1-1.7V374c0-0.4-0.1-0.9-0.2-1.6c-0.1-0.6-0.2-1.1-0.1-1.4l0-0.1c0-0.1,0-0.3,0-0.5c0-0.3,0-0.4,0-0.5v-0.2
|
||||
l-0.1-0.2c0-0.1-0.1-0.2-0.1-0.7v-2.6c0-0.9-0.1-1.5-0.2-2c0,0,0,0,0,0c0.1-0.2,0.1-0.4,0.1-0.6c0-0.3,0-0.6-0.1-1.2
|
||||
c-0.1-0.4-0.1-0.9-0.1-1.5c0-0.5,0-1,0-1.8c0-0.7,0-1.1,0-1.2l0-0.1l-0.1-0.1c0-0.1-0.1-0.4-0.2-1.8c-0.1-1.6-0.2-1.9-0.2-1.9
|
||||
v-0.4c0-0.2,0-0.4-0.1-0.6c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.2-0.1-0.3-0.1-0.3l-0.2-2.8c0,0,0,0,0,0l0.1,0.1c1.5,1.8,3.6,4.9,6.2,9.1
|
||||
l0.5,0.7c2.1,3.7,3.9,6.5,5.3,8.3c0.1,0.5,0.5,0.9,1.3,1.3l0.4,0.3h1l0.3,0l0.2-0.1c0,0,0.1-0.1,0.4-0.1c0.5-0.1,0.8-0.4,1.2-0.7
|
||||
l0.4-0.5l-0.4-0.5V367c0-0.3,0.2-1.2,1.9-3.9l1-1.6l0.7-0.8c0.3-0.2,0.7-0.7,1.2-2l0.7-1.6c0.4-0.7,1-1.7,1.9-3.1
|
||||
c0.9-1.3,1.5-2.3,1.8-2.9c0.1-0.1,0.2-0.2,0.3-0.4l1.9-3v3.8c0,0.4,0,1-0.1,1.7c-0.1,0.8-0.1,1.4-0.1,1.9l0,0.7l0.1,0.2
|
||||
c0.1,0.2,0.4,1.2,0.4,6.9v0.4c-0.1,0.4-0.1,0.6-0.1,0.9c0,0.6,0.1,1.5,0.2,2.7c0.1,1.2,0.2,2.1,0.2,2.5v1.6c0,0.6,0,0.7,0,0.7
|
||||
l-0.2,0.3l0.1,0.3c0.1,0.2,0.1,0.6,0.1,1.4v1.6c0,0,0,0.3,0.1,0.7v0.3c0,1.6,0.2,4.2,0.6,7.7v7.4c0,0.4,0.2,1.4,2,1.4l0.3,0
|
||||
c0.7-0.3,1.2-0.6,1.7-1.1l0.2-0.2V390h-0.2C683.6,389.6,683.5,388.6,683.5,386.5z"/>
|
||||
<path d="M728.2,386.5c0-0.1,0-0.2,0.1-0.4c0.1-0.3,0.1-0.6,0.1-0.7c0-1.5-0.1-3.5-0.4-6.2c-0.3-2.6-0.4-4.5-0.4-5.6v-4.1
|
||||
c0-0.3,0-0.9-0.1-1.9c-0.1-0.9-0.1-1.6-0.1-2.1v-1.8c0-0.4-0.1-1.3-0.2-2.9c-0.1-1.6-0.2-2.7-0.2-3.5c0-2.8,0.1-4.9,0.2-6.1l0-8.5
|
||||
l0-0.2c0,0,0-0.2,0-0.5c0-0.4-0.1-0.8-0.2-1.1c-0.2-0.3-0.5-0.7-1.3-0.7c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.1-0.3,0.1-0.3,0.1H724
|
||||
c-0.6,0-0.9,0.3-1,0.7l-0.5,1.4c0,0.1-0.1,0.2-0.2,0.4c-0.1,0.2-0.2,0.3-0.2,0.4l-0.8,1c-0.2,0.2-0.4,0.4-0.6,0.7l-3,5.2
|
||||
c-1.1,1.5-1.8,2.6-2.2,3.4l-2.1,3.3c-0.1,0.2-0.4,0.7-0.7,1.4c-0.3,0.7-0.7,1.2-0.9,1.6l-2.7,4.2c-0.2-0.3-0.6-0.8-1-1.8l-0.1-0.2
|
||||
c-1.4-1.7-1.4-2.2-1.4-2.2v-0.2l-1.9-2.8c-0.5-1-1.2-2.2-2-3.4l-4.5-6.6c-0.5-0.7-1-1.4-1.5-2.3c-0.5-0.9-0.9-1.5-1.2-1.9
|
||||
c-0.3-0.3-0.8-0.7-1.6-0.7c-0.4-0.1-0.9,0-1.7,0.3c-0.4,0.1-1.5,0.6-1.5,1.5v0.3l0,0.2c0,0.1,0.1,0.5,0.1,1.9v1.3
|
||||
c0,0.5,0.1,1.2,0.3,2.2c0.2,1.1,0.2,1.6,0.2,2l0.8,8.4v0.8c0,5.2,0.3,10.3,0.8,15.2c0,0.2,0,0.5,0,0.9c0,0.3,0,0.7,0,1.1v2.4
|
||||
c0,0,0,0.3,0.1,0.9c0.1,0.4,0.1,0.7,0.1,0.8v1.8l0,0.2c0,0.1,0.1,0.5,0.2,1.5c0.1,0.8,0.1,1.6,0.3,2.2l0.1,1v0.4
|
||||
c0,0.3,0.1,0.6,0.2,1c0.1,0.4,0.1,0.5,0.1,0.5l-0.1,0.1v0.8l2.4,1.3v-0.8l0.3-0.1c1-0.7,1.2-1,1.2-1.4c0-0.1,0-0.3-0.1-1
|
||||
c-0.1-0.4-0.1-0.6-0.1-0.7v-1c0-0.2,0-0.5-0.1-0.9c-0.1-0.3-0.1-0.6-0.2-0.8l-0.1-0.4c0-0.1-0.1-0.4-0.1-1.2
|
||||
c0-0.7-0.1-1.2-0.1-1.7c-0.1-0.4-0.1-0.7-0.2-0.9c0-0.2,0-0.4,0-0.7c0-0.6,0-1.1,0-1.5c0-1.2,0-2.2-0.1-3
|
||||
c-0.1-0.8-0.1-1.3-0.1-1.7V374c0-0.3-0.1-0.9-0.2-1.6c-0.2-0.8-0.2-1.2-0.1-1.5c0-0.1,0-0.3,0-0.5c0-0.3,0-0.4,0-0.5v-0.2
|
||||
l-0.1-0.2c0-0.1-0.1-0.2-0.1-0.7v-2.6c0-0.9-0.1-1.5-0.2-2c0,0,0,0,0,0c0.1-0.2,0.1-0.4,0.1-0.6c0-0.3,0-0.6-0.1-1.2
|
||||
c-0.1-0.4-0.1-0.9-0.1-1.5c0-0.5,0-1,0-1.8l0-0.6c0-0.3,0-0.5,0-0.5l0-0.1l-0.1-0.2c0,0-0.1-0.3-0.2-1.8c-0.1-1.6-0.2-1.9-0.2-1.9
|
||||
v-0.4c0-0.2,0-0.4-0.1-0.6c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.2-0.1-0.2-0.1-0.3l-0.2-2.8c0,0,0,0,0,0l0.1,0.1c1.5,1.8,3.6,4.9,6.2,9.1
|
||||
l0.5,0.7c2.1,3.7,3.9,6.5,5.3,8.3c0.1,0.5,0.5,0.9,1.3,1.3l0.4,0.3h1l0.3,0l0.2-0.1c0,0,0.1-0.1,0.4-0.1c0.5-0.1,0.8-0.4,1.2-0.7
|
||||
l0.4-0.5l-0.4-0.5V367c0-0.3,0.2-1.2,1.9-3.9l1-1.6l0.7-0.8c0.3-0.2,0.6-0.7,1.2-2l0.7-1.6c0.4-0.7,1-1.7,1.9-3.1
|
||||
c0.9-1.3,1.5-2.3,1.8-2.9c0.1-0.1,0.2-0.2,0.3-0.4l1.9-3v3.8c0,0.4,0,1-0.1,1.7c-0.1,0.8-0.1,1.4-0.1,1.9l0,0.7l0.1,0.2
|
||||
c0.1,0.2,0.4,1.2,0.4,6.9v0.4c-0.1,0.4-0.1,0.6-0.1,0.9c0,0.6,0.1,1.5,0.2,2.7c0.1,1.2,0.2,2.1,0.2,2.5v1.6c0,0.6,0,0.7,0,0.7
|
||||
l-0.2,0.3l0.1,0.3c0.1,0.2,0.1,0.6,0.1,1.4v1.6c0,0,0,0.3,0.1,0.7v0.3c0,1.6,0.2,4.2,0.6,7.7v7.4c0,0.4,0.2,1.4,2,1.4l0.3,0
|
||||
c0.7-0.3,1.2-0.6,1.7-1.1l0.2-0.2V390h-0.2C728.3,389.6,728.2,388.6,728.2,386.5z"/>
|
||||
<path d="M766.4,340.8c-0.5-0.3-0.9-0.4-1.2-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0H764l-1.5,0.9v0.7c0,0.3,0.1,0.6,0.2,0.9
|
||||
v1.5l0,0.2c0,0.1,0.1,0.5,0.1,2.3l0.2,3.4c0,0.1,0,0.2,0.1,0.6l0,0.1l0,0.3c-0.1,0.4-0.1,0.5-0.1,0.6v0.8l-0.2,0.3v0.9
|
||||
c0,0.1,0,0.3-0.1,0.7c-0.1,0.5-0.1,0.8-0.1,0.9v1.3c0,0.3,0,0.7,0.1,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,0.4-0.1,0.6,0,0.6c0,0,0,0,0,0
|
||||
l-0.1,0.2v0.6l-0.2,1.1l0,1.7c0,0.2,0,0.4-0.1,0.6c-0.1,0.4-0.1,0.6-0.1,0.7c0,0.2,0,0.4,0.1,0.6v0.1c-0.1,0.4-0.1,1-0.1,1.9
|
||||
c0,0.9-0.2,1.4-0.4,1.7l-0.1,0.1l-0.5,3.4l0,2.8c0,0.3-0.1,0.7-0.1,1.1c-0.1,0.5-0.2,1.1-0.2,1.8c-0.2,0.6-0.5,1.7-1.1,3
|
||||
c-0.6,1.5-1,2.5-1.1,3.1l0,0.1c0,0-0.1,0.3-0.7,1.1c-0.5,0.7-1,1.3-1.4,1.7l-1.6,1.1c0,0-0.1,0-0.2,0.1l-0.1,0
|
||||
c-1.1,0.4-2.1,0.5-3.2,0.5h-2.3c-2.1,0-4.1-1.7-5.9-5c0-0.4-0.2-0.9-0.5-1.6c-0.3-0.7-0.4-1.1-0.4-1.2c0-0.1,0-0.2-1.1-5.5v-0.1
|
||||
c0-0.2,0-0.4-0.1-0.7c-0.1-0.2-0.1-0.4-0.1-0.5l-0.9-6.4c0-0.2,0-0.7-0.1-1.6c-0.1-1-0.1-1.6-0.1-1.9l0-0.8
|
||||
c-0.4-3.6-0.5-4.5-0.5-4.6c0-0.9,0.1-2.3,0.2-4.2c0.2-2,0.3-3.4,0.3-4.3c0,0,0-0.5,0-1.3c0-0.8,0-1.5,0-1.9c0-0.7,0.1-1.6,0.2-2.6
|
||||
c0.1-1.1,0.2-2,0.2-2.5v-0.9l-0.2-0.2c-0.5-0.6-1.3-0.9-2.2-0.9c-1.4,0-2.3,0.8-2.3,2.2v0.7c0,0.1,0,0.4-0.1,0.8
|
||||
c-0.1,0.6-0.1,0.9-0.1,0.9v6.7l0.1,0.1c0.1,0.2,0.1,0.4,0.1,0.6c0,0.4-0.1,1-0.2,1.8c-0.1,0.9-0.2,1.6-0.2,2v5l0,0.2
|
||||
c0.2,0.5,0.3,1.3,0.3,2.3c0.1,1.1,0.1,1.7,0.1,2l0.6,6.4l0.1,0c0,0,0,0,0,0.1l0.5,3.8c0,0.2,0.2,1,1.1,5.1v0.3
|
||||
c0,1.3,0.6,3,1.9,5.4c1.6,2.9,3,4.4,4.4,4.5l0.3,0.1c1.2,0.9,3.1,1.3,5.6,1.3c2.5,0,4.7-0.5,6.5-1.3c1.9-0.9,3.1-1.8,3.8-2.7
|
||||
c0.7-0.8,1.2-1.7,1.5-2.6l0.1-0.1v-0.2c0.1-0.2,0.3-0.7,0.7-1.5c0.4-0.8,0.7-1.4,0.8-1.9c0.2-0.3,0.4-0.8,0.6-1.5
|
||||
c0.2-0.7,0.4-1.3,0.5-1.9l0.3-0.9c0.2-0.9,0.4-2.2,0.4-4v-0.5l-0.2-0.3c0,0,0,0,0,0c0-0.2,0.2-1,0.7-3.3l0-0.6l0.1-0.2l0-0.4
|
||||
c0.3-1.5,0.4-3,0.4-4.5v-1.7c0-0.2,0-0.7,0.2-1.7c0.2-0.9,0.2-1.5,0.2-2v-1c0,0,0-0.3-0.1-0.7c0-0.3-0.1-0.5-0.1-0.6
|
||||
c0-0.7,0.1-1.7,0.2-3c0.2-1.3,0.3-2.4,0.3-3.1c0-0.7-0.1-1.2-0.2-1.6v-5.9c0.1-0.2,0.2-0.4,0.2-0.5v-0.2l-0.1-0.2
|
||||
C767.2,341.4,766.9,341.1,766.4,340.8z"/>
|
||||
<path d="M807.6,340.2c-1.4,0-2,0.6-2.3,1.1l-0.1,0.2v0.2c0,0.2,0,0.3,0.1,0.6c0,0.1,0,0.2,0.1,0.2c0,0,0,0,0,0l-0.8,6.8l0.1,0.2
|
||||
c0,0,0,0,0,0c0,0.6-0.1,1.8-0.3,3.6c-0.2,1.9-0.3,3.3-0.3,4.3v1.5c0,0.3-0.1,1-0.2,1.9c-0.1,1-0.2,1.7-0.2,2.2v0.4l0.1,0.3
|
||||
l-0.1,0.6v0.5c-0.3,1.4-0.4,3.3-0.4,5.7v1.6c0,0.1,0,0.9-0.1,2.1c-0.1,1.3-0.1,2.2-0.1,2.7v1.1c0,0.1,0,0.3,0.2,2.8
|
||||
c0,0.6,0.1,1.1,0.1,1.6c-0.1-0.1-0.2-0.3-0.2-0.4c-0.1-0.2-0.2-0.4-0.3-0.5l-0.9-1.4c-0.1-0.3-0.4-0.6-0.6-0.8
|
||||
c-0.1-0.1-0.2-0.2-0.2-0.2v-0.1L801,379c-0.6-0.8-2.6-3.9-6.2-9.3l-1.3-2.2c-0.3-0.5-0.9-1.5-1.8-2.8c-0.8-1.3-1.5-2.3-1.9-3
|
||||
l-0.5-1.2c-0.1-0.3-0.3-0.9-1.6-2.7c-1.2-1.8-1.3-2.3-1.3-2.3v-0.2l-1-1.6c-0.1-0.6-0.4-1.2-1-2.1l-2.5-4.6l-0.6-0.9l-1.1-2.1
|
||||
c-0.1-0.1-0.2-0.5-0.5-1.2c-0.3-0.8-0.6-1.4-1-1.8c-0.5-0.5-1.1-0.7-1.8-0.7c-0.6,0-1,0.1-1.4,0.2c-0.7,0.3-0.9,0.7-1,1.1
|
||||
c-0.1,0.3-0.2,0.6-0.2,0.8c0,0.2,0,0.6,0,1c0,0.4,0,0.6,0,0.7c0,0.1,0,0.4,0,0.7c0,0.3,0,0.5,0,0.6v1.3c0,0.6,0.1,1.3,0.3,1.8
|
||||
l0.2,3.9c0.1,1.7,0.2,3.1,0.3,4l-0.1,5.5c0,0.1,0,0.6,0,1.4c0,0.9,0,1.4,0,1.5v1.1c0,0.5,0,1.1,0,1.8c0,0.7,0,1.2,0,1.4l0.3,7.7
|
||||
v0.5c0,4.7,0.3,6.2,0.7,6.8l0.2,7.1c0,0.7,0.7,0.9,0.9,1c0.4,0.1,0.7,0.2,0.9,0.2c0.6,0,1.1-0.2,1.5-0.6c0.4-0.4,0.7-0.8,0.7-1.3
|
||||
c0-0.4-0.1-0.8-0.3-1.5l-0.3-6.1c0-1.1-0.1-2.7-0.4-5c-0.4-2.9-0.4-3.5-0.4-3.7v-2.6c0-0.4,0-1.3-0.1-2.5c0-1-0.1-1.6-0.1-1.8
|
||||
c0.2-1,0.3-2.6,0.3-5l-0.1-1.9c0-1.2,0-1.4,0-1.4l0.1-0.1l0-0.6l0.1-0.2l-0.5-8.5l0.3,0.5c0.1,0.3,0.3,0.6,0.5,0.7l2,3.7
|
||||
c0.6,1.7,1.4,3,2.3,4c0.1,0.4,0.2,0.8,0.5,1.2c0.3,0.4,0.5,0.8,0.8,1c0,0,0,0,0,0l0.1,0.3l0,0.2c0.6,1.5,1.7,3.4,3.2,5.6
|
||||
c1.6,2.4,2.2,3.4,2.4,3.9c0.1,0.7,0.4,1.5,1.1,2.4c0.5,0.7,1,1.4,1.5,1.9l1.5,2.3c0,0.1,0.1,0.3,0.3,0.6l0.1,0.1
|
||||
c1.4,1.9,2.6,3.7,3.5,5.2l1.1,1.8c0.2,0.3,0.5,0.7,1,1.3c0.4,0.6,0.8,1,1,1.4c0.2,0.4,0.3,0.7,0.3,0.8v0.2l1.5,2.6l0.2,0.1
|
||||
c0.5,0.3,1,0.4,1.5,0.5l0.2,0l1.5-0.7l0.5-0.5l-0.2-3.4c0-0.1,0-0.4,0-1c0-0.5,0-0.8,0-0.9l-0.4-11.7c0-0.1,0-0.2,0.1-0.5
|
||||
c0.1-0.4,0.1-0.6,0.1-0.7l-0.1-2l-0.1-0.1l0-0.2c0-1.7,0.2-3.2,0.5-4.6l0-0.2c0-3.1,0.2-5.6,0.6-7.4l0-0.2c0-0.2,0-0.4,0-0.8
|
||||
c0-0.3,0-0.5,0-0.6c0-0.9,0.1-2.2,0.3-3.9l0-0.4l0,0l0.1-1.4c0,0,0-0.1,0.1-0.2c0.1-0.3,0.2-0.6,0.2-0.9c0-0.1,0-0.4,0-0.7
|
||||
c0-0.2,0-0.4,0-0.5c0-1.5,0.2-2.9,0.6-4.4l0.1-0.4l0-0.2c0-0.1,0-0.3-0.1-0.4c0-0.1,0.1-0.2,0.1-0.3c0.2-0.4,0.3-0.7,0.3-0.9
|
||||
C809.8,341.6,809.6,340.2,807.6,340.2z"/>
|
||||
<path d="M822.1,374c0-0.7,0-1.7-0.1-3c-0.1-1.2-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.6-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.5-0.1,2.6-0.1,3.3v1.3l0.1,0.2c0.4,0.6,0.9,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L822.1,374z"/>
|
||||
<path d="M858.5,375.5l0-0.2c0-0.1,0-0.3-0.1-0.6l-0.1-0.4l0-1.4c-0.1-0.5-0.4-1.4-2.2-1.4h-0.6l-1.6,1.1l-0.2,0.5v0.4
|
||||
c0,0.2,0,0.3,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2v7c0,0.7-0.1,1.5-0.3,2.2c-0.2,0.8-0.5,1.7-0.9,2.7c-0.4,0.9-1,1.6-1.9,2.2
|
||||
c-0.8,0.6-1.9,0.9-3.1,0.9c-1.3,0-2.5-0.2-3.7-0.5l-1.3-0.4c-1-0.4-1.2-0.5-1.2-0.5l-3.1-2.3c-0.5-0.3-1.4-1.2-2.6-4
|
||||
c-1.3-3-1.5-4-1.5-4.3v-0.2l-0.1-0.2c-0.1-0.1-0.2-0.4-0.2-1.2l-0.1-0.5l0.2-0.3l-0.3-0.4c-0.1-0.1-0.4-0.6-0.4-3.2l-0.1-1v-1.5
|
||||
c0-0.9,0.1-1.9,0.2-2.9c0.1-1,0.3-2.2,0.5-3.5c0.2-1.3,0.4-2.3,0.5-3l0-0.1c0-1.3,0.7-3.5,2-6.4c0.2-0.2,0.4-0.6,0.7-1.2
|
||||
c0.3-0.6,0.5-1.2,0.8-2c0.3-0.8,0.5-1.2,0.6-1.4c1.1-1.9,2.2-3.2,3.2-3.8c1-0.6,2.4-0.9,4.2-0.9c0.1,0,0.4,0,1,0.2
|
||||
c0.1,0,0.1,0,0.2,0v0.2l1.5,0.5l1.5,0.8c0.5,0.2,0.8,0.6,1.2,1c0.3,0.4,0.5,0.9,0.6,1.5c0.1,0.7,0.2,1.3,0.3,1.7
|
||||
c0,0.3,0.1,0.9,0.1,1.9v1.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.7,0.7,1.2,1,1.3c0.9,0.5,1.7,0.6,2.3,0.3c0.4-0.2,0.7-0.4,0.8-0.8
|
||||
c0.1-0.2,0.2-0.3,0.2-0.5c0.1-0.3,0.2-0.6,0.2-1v-2.7c0-4.2-2.2-7.1-6.6-8.8c-1.7-0.6-3.1-0.9-4.4-0.9c-2.3,0-3.1,0.2-3.4,0.4
|
||||
l-1.4,0.3l-0.2,0l-0.2,0.2c0,0-0.1,0-0.3,0.1c-0.4,0.1-0.8,0.3-1.1,0.5c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.2-0.4,0.5-0.6,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.3,0.4l-1.2,1.2c-0.2,0.2-0.6,0.5-1.1,1.8l-0.2,0.3c-0.6,0.6-1,1.2-1.3,2c-0.3,0.8-0.6,1.6-0.8,2.4
|
||||
c-0.2,0.9-0.4,1.3-0.4,1.4l-0.1,0.2v0.4c0,0,0,0.2-0.2,0.7c-0.2,0.4-0.4,1-0.6,1.6c-0.3,0.6-0.5,1.2-0.6,1.5
|
||||
c-0.3,0.9-0.6,2.2-0.8,4.3v0.8c0,0.2,0,0.7-0.2,1.6c-0.2,0.9-0.3,1.6-0.3,2.2v0.3c0,0.4,0,0.8-0.1,1.4c-0.1,0.9-0.1,1-0.1,1.1
|
||||
c0,0.3,0,0.7,0.1,1.3c0.1,0.4,0.1,0.8,0.1,1v2.7c0,1.6,0.5,3.9,1.7,7c1.1,3.1,2.4,5.4,3.8,6.9c0.5,0.6,1,1.1,1.5,1.6
|
||||
c0.6,0.5,1,0.8,1.3,1c0.3,0.2,0.8,0.4,1.4,0.7l0.8,0.4c2,1,4.4,1.6,7.2,1.7h0.6c2.7,0,5.1-0.9,7.4-2.7l0.5-0.4l0.2-0.1V389
|
||||
c0,0,0.1-0.3,0.9-1.3l0.2-0.4c0.2-0.3,0.4-0.7,0.5-1.2l0.5-2.6l0-0.5c0-0.4,0.1-0.5,0.1-0.5l0.2-0.2v-1.9c0-0.1,0-0.4,0.1-1
|
||||
c0.1-0.7,0.1-1,0.1-1.1c0-0.1,0-0.3-0.1-0.6l-0.1-0.2v-1.8C858.5,375.8,858.5,375.7,858.5,375.5z"/>
|
||||
<path d="M898.8,386.1l-0.2-0.2c0,0,0,0,0,0v-0.1c0-0.6-0.2-1.3-0.5-2.2c-0.3-0.8-0.6-1.5-0.8-2.1c-0.2-0.4-0.3-0.6-0.3-0.7
|
||||
l-0.1-0.2c-1.6-3.9-2.2-5.4-2.4-6.1l0.2-0.1V374c0-0.2,0-0.5-0.1-0.8c0-0.1-0.1-0.2-0.1-0.3v-0.4l-0.8-0.6
|
||||
c-0.3-0.4-0.5-0.9-0.7-1.5l-0.6-2.5l-0.1-0.1c-0.3-0.4-0.6-1.1-0.7-2v-0.3l-0.3-0.6l-0.1-0.1c0,0-0.1-0.2-0.1-1.1V363l-0.3-0.2
|
||||
c-0.1-0.1-0.4-0.4-0.6-1.1c-0.2-0.6-0.5-1.5-0.7-2.5c-0.4-1.5-0.5-1.9-0.6-2.1l-2.3-6.8c-0.1-0.2-0.3-0.7-0.5-1.6
|
||||
c-0.2-0.8-0.3-1.4-0.4-1.8l0-0.1c-0.7-1.5-0.7-1.8-0.7-1.9l-0.6-2.2c0-0.5-0.3-1-0.7-1.5c-0.5-0.6-1.2-0.9-2.1-0.9
|
||||
c-0.8,0-1.4,0.2-1.8,0.6c-0.4,0.4-0.6,1-0.8,2c-0.2,0.4-0.3,0.7-0.4,0.9l-1.1,4.3l-0.2,0.3v0.3c0,1-0.1,1.4-0.1,1.6l-0.1,0.1
|
||||
l-0.1,0.3c-0.2,0.9-0.9,3.3-2,6.9c-1.1,3.6-1.8,6.4-2.2,8.4c-0.5,0.7-0.7,1.5-0.7,2.3l-0.4,1.4l0,0.5c0,0.1,0,0.5-0.5,1.5
|
||||
c-0.6,1.2-0.7,1.6-0.8,1.9l-0.5,2.3l-0.1,0.1l-0.1,0.3c-0.2,0.7-0.5,2-1.1,4c-0.7,2.3-0.9,3.3-0.9,3.8l-0.1,0.1l0,0.2
|
||||
c-0.4,1.7-1,3.6-1.7,5.7l0,0.2c0,0.3,0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.3,0.4,0.4c0.1,0.1,0.3,0.2,0.5,0.3c0.1,0.1,0.2,0.1,0.3,0.2
|
||||
c0.1,0.1,0.3,0.1,0.5,0.2c0.1,0,0.1,0,0.1,0l0.2,0.1h0.2c1,0,1.8-1.1,2.6-3.8c0.6-2.1,0.9-3.7,1-4.8c0.1-0.2,0.3-0.5,0.4-0.9
|
||||
c0.2-0.6,0.3-0.9,0.3-1.2v-0.1c0.3-0.4,0.6-1.1,0.7-2c0.1-0.9,0.3-1.8,0.4-2.5c0.2-0.6,0.3-0.6,0.4-0.6l0.1,0
|
||||
c1.4-0.2,3.7-0.3,7-0.3c3.9-0.4,5.1-0.5,5.4-0.5h0.8l0.2,0l0.2-0.1c0.1,0,0.5-0.1,2.3-0.1c0.3,0,0.4,0,0.6,0
|
||||
c0,0.1,0.1,0.2,0.1,0.3l0.7,2.3v0.3l0.1,0.1c1.2,3.1,2.1,5.7,2.7,7.6c0.6,1.9,1.1,3.6,1.8,5c0.1,1.2,0.9,2,2.4,2c1.3,0,2-0.8,2-2
|
||||
c0-0.4-0.1-0.7-0.3-0.9L898.8,386.1z M889.1,371.6c-0.2,0-0.5,0.1-0.9,0.1c-1.1,0.1-2.1,0.2-3,0.2h-1.1c-0.2,0-0.4,0-0.8,0.2
|
||||
c-0.2,0.1-0.4,0.1-0.5,0.1c0,0-0.1,0-0.2,0l-0.4,0c-0.5,0-1.7,0.1-3.6,0.2c-1.4,0.1-2.6,0.1-3.6,0.1c0.1-0.5,0.3-1.2,0.7-2.3
|
||||
l2.3-8.1c0.3-0.7,0.6-1.4,0.7-2l0.5-1.1l0-0.1c0.4-2,0.9-4.3,1.6-7.1c0.4-1.6,0.7-2.6,0.8-3.3c0.1,0.4,0.3,0.9,0.4,1.4
|
||||
c0.3,1.1,0.4,1.5,0.5,1.7l0.7,2.1c0,0.2,0.1,0.5,0.3,0.6c2.1,6.3,3.4,10.4,3.9,12.1c0,0.4,0.2,0.9,0.4,1.6c0.3,0.9,0.6,1.9,1,2.9
|
||||
C888.9,371.1,889,371.4,889.1,371.6z"/>
|
||||
<path d="M933,341.1l-0.2-0.1h-1.3c-1.1,0-2.7-0.1-4.7-0.2c-2.2-0.2-3.7-0.2-4.8-0.2c-0.6,0-1.6,0-2.9,0.1
|
||||
c-1.2,0.1-2.1,0.1-2.8,0.1c-1.5,0-2.8-0.1-3.8-0.3l-0.3,0l-0.3,0.1c-0.1,0-0.3,0-0.7-0.1c-0.6-0.2-0.9-0.2-1.1-0.2
|
||||
c-0.7,0-2.9,0-2.9,1.5c0,0.8,0.5,1.8,2.8,2.1l0.7,0l0.3,0.1l3.1,0l0.8,0.1l1.9,0l1.2,0.2v6.1l0,0.2c0,0,0.1,0.2,0.1,0.6
|
||||
c0,0.4,0.1,0.7,0.1,0.9l0.3,3c-0.1,0.2-0.1,0.3-0.1,0.5c0,0.2,0.1,0.5,0.2,0.7c0,0.3,0,0.9,0,1.8c0,1.4,0.1,2.9,0.3,4.6
|
||||
c0.2,1.7,0.3,3.2,0.3,4.5v4.5l0.3,1.9v7.9l0.1,9.9l0.2,0.2c0.6,0.6,1,0.8,1.4,0.8c1.1,0,1.9-0.3,2.4-0.9l0.2-0.2v-7.8
|
||||
c0-0.7,0-1.8-0.1-3.1c-0.1-1.3-0.1-2.4-0.1-3v-6.7c0-1.4-0.1-3.2-0.3-5.3c-0.2-2-0.3-3.4-0.3-4.2c-0.1-1.1-0.2-3-0.4-6
|
||||
c-0.2-2.8-0.3-5.1-0.3-6.7c-0.1-0.4,0-1.1,0.1-2c0.1-1,0.2-1.7,0.2-2.2V344c1.2,0,2.1,0,2.7,0.1l1.5,0.3l1.6,0
|
||||
c0.5,0,1.2,0.1,2.2,0.2c1.5,0.2,1.6,0.2,1.7,0.2c1.8,0,2-1,2-1.4v-0.8C934.7,342,934.2,341.7,933,341.1z"/>
|
||||
<path d="M947,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.7-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.4-0.1,2.5-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L947,374z"/>
|
||||
<path d="M998.5,359.4v-0.1l-1.1-2.9v-0.6l-1.2-3.6l-0.6-1.1c-0.1-0.5-0.3-0.8-0.5-1.1l-1.7-2.1c-0.1-0.2-0.2-0.4-0.4-0.6l-0.3-0.3
|
||||
c-0.3-0.4-0.4-0.5-0.4-0.5l-1.2-1.5v-0.3l-0.5-0.3c-0.2-0.3-0.4-0.4-0.5-0.5l-0.6-0.5c-0.5-0.4-0.9-0.8-1.3-1
|
||||
c-0.4-0.2-0.9-0.4-1.5-0.7c-0.6-0.2-1.2-0.5-1.8-0.8l-3.4-0.8l-0.2,0c-0.2,0-0.6,0-1.4-0.1c-0.8-0.1-1.3-0.1-1.4-0.1h-0.1v-0.1
|
||||
h-0.8c-1.6,0-3.3,0.2-5.1,0.6c-0.8,0-1.7,0.2-2.8,0.7c-1.1,0.4-1.9,0.8-2.5,1.1c-0.8,0.4-1,0.6-1.2,0.7l-0.5,0.4
|
||||
c-0.8,0.5-1.6,1-2.2,1.6l-2,2c-1.6,1.6-2.9,3.6-3.9,6l-0.4,0.6c-0.6,0.8-1.1,1.8-1.5,3.2c-0.4,1.3-0.5,2.3-0.5,2.9
|
||||
c0,0.1,0,0.3-0.2,0.7c-0.2,0.5-0.3,0.9-0.3,1.3c0,0.3,0,0.5,0.1,0.6c0,0.2-0.1,0.4-0.1,0.9c-0.1,0.6-0.2,1-0.2,1.3v0.6
|
||||
c0,0.2,0,0.5,0.1,0.7v0.1c0,0.3,0,0.4,0,0.4v0l-0.1,0.1v0.2c0,0.4,0,0.6,0.1,0.8l0,0.1l0.5,4.3l0.1,0.2c0,0,0,0.1,0,0.2
|
||||
c0,0.4,0.1,0.6,0.2,0.8c0.9,4.2,3,8.6,6.1,13.1c0.2,0.3,0.5,0.5,0.8,0.7l1.2,1.1c1.9,1.8,4.7,3.2,8.4,4.1l0.5,0l0.3,0.1l0.4,0
|
||||
c0.1,0,0.1,0,0.2,0l0.6,0.5l0.3-0.2h0.9c0.3,0,0.7,0,1.1,0.1l0.1,0c1.6,0,3.3-0.2,5.1-0.7l2.4-0.7c0.3,0,0.6-0.1,1-0.3
|
||||
c0.3-0.1,0.6-0.3,0.9-0.4c0.2-0.1,0.4-0.2,0.5-0.3l0.6-0.3l0.1-0.1c0.1,0,0.4-0.3,1.8-0.9l0.4-0.2l2.8-2.3l0.1-0.2
|
||||
c0.1-0.1,0.2-0.3,0.9-1.1c0.5-0.6,1-1.3,1.4-1.8c0.4-0.6,0.7-1.1,0.9-1.7c0-0.1,0.1-0.3,0.4-0.8l0.9-1.7l0-0.2
|
||||
c0-0.4,0.2-0.7,0.4-1l0.2-0.2v-0.4c0.4-1.1,0.6-2,0.6-2.9l0.5-1.5c0.1-0.2,0.2-0.4,0.2-0.7c0-0.2,0.1-0.4,0.1-0.5l0.1-0.1
|
||||
l-0.5-0.4h0.7c0-1.1,0.1-2.3,0.4-3.7c0.3-1.5,0.4-2.4,0.4-2.9c0-0.6-0.2-1.6-0.5-3C998.5,359.9,998.5,359.5,998.5,359.4z
|
||||
M994.3,369.3l0,0.9l0,0c0,0.1-0.1,0.2-0.1,0.3c-0.2,0.7-0.2,1-0.2,1.1c0,0.1,0,0.2,0,0.2l-0.7,2l-0.3,1.2c-0.7,3.3-2.2,6.3-4.5,9
|
||||
l-0.2,0.3c-0.2,0.1-0.5,0.3-0.8,0.5c-0.4,0.3-0.8,0.7-1.3,1.1c-0.4,0.3-0.6,0.6-0.8,0.7l-0.3,0.1c-1.7,0.9-3.1,1.5-4.2,1.9
|
||||
c-1.1,0.4-2.5,0.5-4.1,0.5c-2.5,0-4.6-0.5-6.3-1.4l-0.8-0.5c-1.4-0.7-2-1-2.2-1.1l-2.3-1.9c-0.1-0.2-0.3-0.4-0.6-0.6
|
||||
c-0.3-0.3-0.6-0.7-0.9-1.1c-0.3-0.4-0.3-0.6-0.3-0.6v-0.2l-0.9-1.3c-0.1-0.2-0.2-0.4-0.4-0.6c-1.3-2.5-2.3-5.6-3-9
|
||||
c-0.2-0.9-0.3-2-0.3-3.1v-1.2l-0.1-0.1l0-0.5c0-0.1,0-0.2,0-0.4c0-0.2,0-0.4,0-0.5v-2.8c0.1-0.3,0.1-0.7,0.2-1.3
|
||||
c0.1-0.6,0.2-1.1,0.3-1.3l1.3-3.5l0-0.2c0-0.1,0.1-0.6,0.8-1.9l0.6-1c1-1.4,1.4-2.1,1.5-2.4l0.4-0.5l3.1-3l1.7-1.1
|
||||
c0.3-0.2,0.7-0.4,1.1-0.7l1.1-0.7c0,0,0.3-0.2,1.6-0.4l2.6-0.7c0.3,0,0.6,0,0.9-0.1c0.5,0,1.5,0.1,2.8,0.3c1.5,0.2,2,0.3,2.2,0.3
|
||||
l1.6,0.4l0.3,0.1l0.8,0.5l0.1,0.1c0.7,0.3,1.4,0.7,2.1,1.4c0.8,0.8,1.3,1.3,1.7,1.6l2.5,2.8c0.1,0.2,0.2,0.4,0.4,0.5l0.4,0.6
|
||||
c0.1,0.3,0.2,0.8,0.7,1.9l0.6,1.7c0.2,0.4,0.6,1.4,1.2,2.9l0.4,1.3l0.4,0.7c0,0.6,0.1,1.4,0.3,2.4c0.2,1.1,0.2,1.9,0.2,2.4
|
||||
c0,0.2,0,0.5,0,0.8c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.7-0.2,1c-0.1,0.3-0.1,0.6-0.1,0.8l-0.1,0.5L994.3,369.3z"/>
|
||||
<path d="M1041.8,341.9c0-0.4-0.2-1.7-2.2-1.7c-1.2,0-1.9,0.4-2.3,1.1l-0.1,0.2v0.2c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.2,0.1,0.2
|
||||
c0,0,0,0,0,0l-0.8,6.8l0.1,0.2c0,0,0,0,0,0c0,0.6-0.1,1.8-0.3,3.6c-0.2,1.9-0.3,3.3-0.3,4.3v1.5c0,0.2,0,0.8-0.2,1.9
|
||||
c-0.1,1-0.2,1.7-0.2,2.2v0.4l0.1,0.3l-0.1,0.6v0.5c-0.3,1.4-0.4,3.3-0.4,5.7v1.6c0,0.1,0,0.5-0.1,2.1c-0.1,1.3-0.1,2.2-0.1,2.7
|
||||
v1.1c0,0.3,0.1,1.9,0.2,2.8c0,0.6,0.1,1.1,0.1,1.6c-0.1-0.1-0.2-0.3-0.2-0.4c-0.1-0.2-0.2-0.4-0.3-0.5l-0.9-1.4
|
||||
c-0.1-0.3-0.3-0.6-0.6-0.8c-0.1-0.1-0.2-0.2-0.2-0.2v-0.1l-0.1-0.2c-0.5-0.8-2.5-3.7-6.2-9.3l-1.3-2.2c-0.3-0.5-0.9-1.5-1.8-2.8
|
||||
c-0.9-1.3-1.5-2.3-1.9-3l-0.5-1.2c-0.1-0.3-0.3-0.9-1.6-2.7c-1.2-1.8-1.3-2.3-1.3-2.3v-0.2l-1-1.6c-0.1-0.6-0.4-1.2-1-2.1
|
||||
l-2.5-4.6l-0.6-0.9l-1.1-2.1c-0.1-0.1-0.2-0.5-0.4-1.2c-0.3-0.8-0.6-1.4-1-1.8c-0.5-0.5-1.1-0.7-1.8-0.7c-0.6,0-1,0.1-1.4,0.2
|
||||
c-0.7,0.3-0.9,0.7-1,1.1c-0.1,0.3-0.2,0.6-0.2,0.8c0,0.2,0,0.6,0,1c0,0.4,0,0.6,0,0.7c0,0.1,0,0.4,0,0.7c0,0.3,0,0.5,0,0.6v1.3
|
||||
c0,0.6,0.1,1.3,0.3,1.8l0.2,3.9c0.1,1.8,0.2,3.1,0.3,4l-0.1,5.5c0,0.1,0,0.4,0,1l0,0.4c0,0.9,0,1.4,0,1.5v1.1c0,0.5,0,1.1,0,1.8
|
||||
c0,0.7,0,1.2,0,1.4l0.3,7.7v0.5c0,4.7,0.3,6.2,0.7,6.8l0.2,7.1c0,0.7,0.7,0.9,0.9,1c0.4,0.1,0.7,0.2,0.9,0.2
|
||||
c0.6,0,1.1-0.2,1.5-0.6c0.4-0.4,0.7-0.8,0.7-1.3c0-0.4-0.1-0.8-0.3-1.5l-0.3-6.1c0-1.1-0.1-2.8-0.4-5c-0.4-2.9-0.4-3.5-0.4-3.7
|
||||
v-2.6c0-0.4,0-1.3-0.1-2.5c0-1-0.1-1.6-0.1-1.8c0.2-1,0.3-2.6,0.3-5l-0.1-1.9c0-1.2,0.1-1.4,0-1.4l0.1-0.1l0-0.6l0.1-0.2l-0.5-8.5
|
||||
l0.3,0.5c0.1,0.3,0.3,0.6,0.5,0.7l2,3.7c0.6,1.7,1.4,3,2.3,4c0.1,0.4,0.2,0.8,0.5,1.2c0.3,0.4,0.5,0.8,0.8,1c0,0,0,0,0,0l0.1,0.3
|
||||
l0,0.2c0.6,1.5,1.7,3.4,3.2,5.6c1.6,2.4,2.2,3.4,2.4,3.9c0.1,0.7,0.4,1.5,1.1,2.4c0.5,0.7,1,1.4,1.5,1.9l1.6,2.3
|
||||
c0.1,0.1,0.1,0.3,0.3,0.6l0.1,0.1c1.4,1.9,2.6,3.7,3.5,5.2l1.1,1.8c0.2,0.3,0.5,0.7,1,1.3c0.5,0.6,0.8,1,1,1.4
|
||||
c0.2,0.4,0.3,0.7,0.3,0.8v0.2l1.5,2.6l0.2,0.1c0.5,0.3,1,0.4,1.5,0.5l0.2,0l1.5-0.7l0.5-0.5l-0.2-3.4c0-0.1,0-0.4,0-1
|
||||
c0-0.5,0-0.8,0-0.9l-0.4-11.7c0-0.1,0-0.2,0.1-0.5c0.1-0.4,0.1-0.6,0.1-0.7l-0.1-2l-0.1-0.1l0-0.2c0-1.7,0.2-3.2,0.5-4.6l0-0.2
|
||||
c0-3.1,0.2-5.6,0.6-7.4l0-0.2c0-0.2,0-0.4,0-0.8c0-0.3,0-0.5,0-0.6c0-0.9,0.1-2.2,0.3-3.9l0-0.4l0,0l0.1-1.4c0,0,0-0.1,0.1-0.2
|
||||
c0.1-0.3,0.2-0.6,0.2-0.9c0-0.1,0-0.4,0-0.7c0-0.2,0-0.4,0-0.5c0-1.5,0.2-2.9,0.6-4.4l0.1-0.4l0-0.2c0-0.1,0-0.3-0.1-0.4
|
||||
c0-0.1,0.1-0.2,0.1-0.3C1041.7,342.4,1041.8,342.2,1041.8,341.9z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path d="M110.2,0h27.4v206.5h-27.4v-13.5c-12.8,9-26.3,13.5-40.7,13.5h-1.4c-22.2,0-40.9-9.8-56.1-29.5c-8-12.4-12-25.5-12-39.4
|
||||
C0,115,9.8,96.1,29.5,81c12.2-8.1,25.6-12.1,40-12.1c14.4,0,27.9,4.5,40.3,13.5h0.4V0z M27.4,137.8c0,14.6,6.8,26.4,20.5,35.5
|
||||
c6.4,3.8,13.6,5.8,21.6,5.8c13.6,0,25-6.3,34.1-18.9c4.4-7.1,6.6-14.3,6.6-21.4v-2.1c0-12.9-6-23.9-18.1-33
|
||||
c-7.2-4.9-15.1-7.3-23.7-7.3c-13.4,0-24.7,6.2-34,18.7C29.7,122.3,27.4,129.9,27.4,137.8z"/>
|
||||
<path d="M218.6,68.9c20.2,0,37.7,8.1,52.3,24.3c10.8,13.6,16.2,28.4,16.2,44.3c-0.2,5.2-0.6,9.8-1.4,13.8H179.4
|
||||
c3.4,10.1,10.1,17.9,20.2,23.3c6,3,12.1,4.5,18.6,4.5c10.8,0,20.6-4,29.3-12l19.2,19.2v0.4c-13.9,13.2-29.9,19.9-48.1,19.9H218
|
||||
c-20.5,0-37.9-8.1-52.4-24.3c-10.8-13.6-16.2-28.3-16.2-44.3c0-20.4,8.1-37.9,24.3-52.7C186.8,74.3,201.8,68.9,218.6,68.9z
|
||||
M179.4,124H257c-3.1-9.2-9.2-16.7-18.6-22.6c-7-3.4-13.8-5.2-20.5-5.2c-14.6,0-26.5,7-35.9,21L179.4,124z"/>
|
||||
<path d="M298.9,0h27.4v206.5h-27.4V0z"/>
|
||||
<path d="M351.9,32c6.5,0,10.9,3.6,13.2,10.8l0.4,3.1c0,6.3-3.4,10.8-10.2,13.3l-2.7,0.2h-1.2c-6.2,0-10.5-3.4-12.9-10.2l-0.4-2.7
|
||||
v-0.9c0-6.3,3.3-10.6,9.9-12.9L351.9,32z M338,68.9h27.4v137.6H338V68.9z"/>
|
||||
<path d="M445.8,68.7c14.9,0,28.6,4.5,41.1,13.5h0.4V68.7h27.4v147.4c0,26.3-9.3,46.6-28,61.1c-11.8,7.8-25.5,11.8-40.9,11.8
|
||||
v-27.4c18.7,0,31.3-8.1,37.9-24.3c2.4-7,3.6-13.9,3.6-20.8v-23.7H487c-12.4,9-26,13.5-40.9,13.5h-0.8c-22.4,0-41.2-9.9-56.3-29.7
|
||||
c-7.8-12.5-11.8-24.6-11.8-36.4v-5.2c0-15.6,6.1-30.5,18.3-44.6C409.8,75.9,426.5,68.7,445.8,68.7z M404.6,135.8v3.3
|
||||
c0,11.5,5.3,21.9,16,31c7.7,5.8,16.1,8.7,25.3,8.7c16.3,0,28.9-8.1,37.9-24.3c2.4-6.7,3.6-12.4,3.6-17.2
|
||||
c0-11.8-4.9-22.3-14.7-31.4c-8.1-6.6-17-9.9-26.8-9.9c-15.2,0-27.4,7.2-36.4,21.6C406.2,124.4,404.6,130.4,404.6,135.8z"/>
|
||||
<path d="M526.5,68.9h27.4v15.6h0.4c14.6-10.4,32.8-15.6,54.7-15.6v27.4c-26.5,0-43.7,9.2-51.7,27.7c-2.2,5.4-3.3,10.4-3.3,15
|
||||
v67.4h-27.4V68.9z"/>
|
||||
<path d="M683.4,68.9c14.7,0,28.4,4.5,40.9,13.5h0.4V68.9h27.4v137.6h-27.4v-13.5c-12.8,9-25.8,13.5-39.2,13.5h-3.6
|
||||
c-20.6,0-38.4-9-53.5-27c-9.2-13-13.9-26.9-13.9-41.6c0-22.8,9.8-41.7,29.5-56.6C656.2,73,669.3,68.9,683.4,68.9z M641.9,137.6
|
||||
c0,15.4,7.3,27.6,22,36.7c6.2,3.2,12.5,4.8,18.9,4.8h1.8c12.5,0,23.3-5.8,32.6-17.4c5-7.6,7.5-15.1,7.5-22.6v-1.9
|
||||
c0-14.3-6.8-26.1-20.5-35.2c-7-3.8-14-5.8-21-5.8c-13.2,0-24.3,5.8-33.4,17.4C644.6,121.5,641.9,129.4,641.9,137.6z"/>
|
||||
<path d="M763.9,68.4h27.4v13.5h0.6c12.7-9,26.3-13.5,40.7-13.5c21.5,0,39.6,8.8,54.4,26.5c9.6,13,14.5,26.5,14.5,40.3v4.2
|
||||
c0,18.2-7.6,34.6-22.9,49.4c-13.9,11.4-28.2,17.2-43,17.2H830c-12.9,0-25.6-4.4-38.2-13.3h-0.6v96.1h-27.4V68.4z M791.2,137.1
|
||||
c0,15.4,7.2,27.6,21.6,36.7c6.7,3.2,12.7,4.8,18.1,4.8h3.6c11.4,0,21.8-5.4,31.3-16.2c5.4-8,8.1-16.1,8.1-24.5v-1.2
|
||||
c0-13.2-5.9-24.4-17.8-33.4c-7.7-5-15.5-7.5-23.5-7.5c-13.2,0-24.5,5.8-33.6,17.4C793.9,121,791.2,128.9,791.2,137.1z"/>
|
||||
<path d="M913.2,0h27.4v82.4h0.4c12.4-9,26.3-13.5,41.7-13.5c20.8,0,38.8,8.8,54,26.5c9.4,13.2,14.1,26.8,14.1,41v70.1h-27.4
|
||||
v-69.2c0-14.1-6.5-25.6-19.5-34.6c-6.7-4.2-14.1-6.3-22.3-6.3c-12.9,0-23.9,5.8-33,17.5c-5.3,7.1-7.9,15.8-7.9,26.1v66.5h-27.4V0
|
||||
z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M2.1,285c0,1.6,1.3,2.9,2.9,2.9h374.1v-5.9H5.1C3.4,282.1,2.1,283.4,2.1,285z"/>
|
||||
<path d="M1049.8,284.9c0-1.6-1.3-2.8-2.8-2.8H858.1v5.9l188.8-0.2C1048.5,287.8,1049.8,286.5,1049.8,284.9z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 58 KiB |
|
|
@ -0,0 +1,524 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 24.2.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<svg version="1.1" id="Calque_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
viewBox="0 0 1050.7 393.1" style="enable-background:new 0 0 1050.7 393.1;" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path d="M499,292.9c-0.2,0.3-0.6,1.4,0.3,4.2c0.7,2.3,1.6,4.1,2.9,5.3c0.7,0.7,1.3,1.1,1.7,1.1c0.3,0,1,0,2.7-0.8
|
||||
c1.9-0.8,3-1.8,3.3-3c0.4-1.3-0.1-2.9-1.3-5c-0.6-1-1.6-1.7-2.9-2.2c-1.2-0.5-2.4-0.7-3.5-0.7c-0.3,0-0.5,0-0.8,0
|
||||
C499.5,292.1,499.1,292.7,499,292.9z"/>
|
||||
<path d="M574.9,296.1c0-1.1-0.2-1.7-0.4-2c-0.1-0.2-0.5-0.6-1.7-1c-1.1-0.4-2.7-0.5-4.7-0.5c-2.2,0-5.1,0-8.6,0.1
|
||||
c-1.4,0.1-2.9,0.1-4.2,0.1c-5.1,0-9.3-0.4-12.5-1.2c-4.1-1-7.8-3-11.1-5.9c-2.7-2.5-4.1-5.4-4-8.7c0.1-3.4,1.6-6,4.6-8
|
||||
c1.9-1.2,4.8-2.1,8.9-2.5c3.9-0.4,7.8-0.5,11.4,0c4,0.5,6.4,1.3,7.6,2.7c0.8,0.9,1.5,1.4,2.3,1.5c0.8,0.1,1.5,0,2-0.4
|
||||
c0.6-0.4,1.1-1.1,1.4-2.1c0.3-1,0.3-2.2,0-3.5c-0.3-1-1.1-2-2.5-3c-1.6-1.1-3.6-2-5.9-2.7c-2.5-0.7-5.1-1.2-7.9-1.6
|
||||
c-1.6-0.2-3.2-0.3-4.8-0.3c-1.2,0-2.4,0.1-3.7,0.2c-2.8,0.2-5.3,0.8-7.5,1.6c-6.2,2.3-10.1,5.8-11.6,10.3
|
||||
c-1.6,4.6-0.6,9.8,2.8,15.6c3.3,5.8,7.6,9.9,12.7,12.3c5.2,2.4,12.3,3.7,21.2,3.7c6.2,0,10.7-0.5,13.2-1.3
|
||||
C574.6,298.5,574.9,297.1,574.9,296.1z"/>
|
||||
<path d="M585.7,287.4c2.6,3.4,5.8,6,9.4,7.8c5.5,2.8,11,3.7,16.4,2.5c5.5-1.1,10.7-4.2,15.6-9c1.8-1.8,4-3.7,6.5-5.9
|
||||
c2.6-2.1,4.8-3.8,6.6-5c3-2,4.4-3.2,5.1-3.8c-0.1,0-0.2,0-0.3,0c-2.1,0-5.6,0.5-10.6,1.6c-2.7,0.5-4.3,0.5-5.3,0
|
||||
c-1.1-0.6-2-1.9-3.1-4.4c-0.6-1.6-1.9-3.1-3.7-4.6c-1.9-1.5-3.9-2.8-6.2-3.7c-2.3-0.9-4.6-1.6-6.9-2.1c-1-0.2-2-0.3-2.8-0.3
|
||||
c-1,0-1.9,0.1-2.7,0.4c-1.7,0.5-2.2,1.4-2.4,2c-0.5,1.5-1.4,2.6-2.7,3.3c-1.2,0.6-2.7,0.8-4.9,0.8c-3,0-5.6,1.2-8.2,3.6
|
||||
c-2.5,2.4-3.7,5-3.7,7.9C581.8,281.1,583.1,284.1,585.7,287.4z M607.8,269.8c0.6-0.7,1.5-1,2.9-1.1c0.1,0,0.3,0,0.4,0
|
||||
c2.4,0,4.7,0.8,6.9,2.4c1,0.7,1.7,1.5,2.2,2.3c0.9,1.6,0.4,2.7,0,3.1l-0.1,0.1c-0.6,0.6-1.4,0.9-2.5,0.9c-0.3,0-0.6,0-0.9-0.1
|
||||
c-1.1-0.1-2.3-0.4-3.5-0.8c-1.2-0.4-2.4-1-3.5-1.6c-1.3-0.8-2-1.7-2.3-2.6c-0.1-0.3-0.1-0.6-0.1-0.8
|
||||
C607.1,270.8,607.5,270.2,607.8,269.8z M591.3,276.2c1.9-1.1,4.2-1.4,6.8-0.9c2.5,0.5,4.7,1.8,6.6,3.8c0.9,0.9,2,1.8,3.3,2.7
|
||||
c1.3,0.8,2.3,1.4,3.2,1.6c0.3,0.1,0.6,0.1,0.9,0.2c1.3,0.4,2.9,1.1,3.3,2.5c0.1,0.5,0.2,1.4-0.7,2.2c-1.3,1.4-4.2,2.1-9,2.1
|
||||
c-2.4,0-5-0.4-7.7-1.2c-2.7-0.8-4.9-1.8-6.7-2.9c-2.2-1.4-3.2-2.9-3.2-4.5C588.2,279.4,589.2,277.4,591.3,276.2z"/>
|
||||
<path d="M726.8,289c1.6-1.4,3-2.2,4.2-2.5c1.3-0.2,2.8,0.1,4.9,0.9c1.3,0.5,2,0.6,2.5,0.6c0.1,0,0.1,0,0.2,0
|
||||
c0.3-0.1,0.4-0.2,0.4-0.2c0.1-0.2,0.6-1.7-2-7.1c-2-4.2-3.7-5.2-4.8-5.4c-0.1,0-0.3,0-0.4,0c-1.1,0-3,0.6-6.1,3.6l-6.3,6.2
|
||||
l-3.8-6.6c-3.3-6-6.7-9.6-9.9-11c-2.9-1.2-5.3-0.4-7.6,2.7l-3.8,5.1l-7.9-7.9c-4.1-4-8.2-6.5-12.3-7.5c-4-1-8.3-0.5-12.7,1.5
|
||||
c-2,0.9-3.7,2.2-5.1,4c-1.4,1.8-2.3,3.9-2.8,6.1c-0.5,2.3-0.6,4.6-0.3,7c0.2,2.3,1,4.6,2.2,6.6c1.2,2.1,2.8,3.8,4.7,5
|
||||
c2.1,1.4,3.7,1.7,4.8,0.9c1.3-0.9,2.1-3.2,2.5-6.5c0-0.5,0.1-1,0.1-1.5c0-2.9-0.5-4.9-1.4-5.7c-0.1-0.1-0.2-0.1-0.2-0.1
|
||||
c0,0-0.4,0.2-0.9,1.2c-0.6,1-1.2,1.8-2,2.2c-1.1,0.7-2.3,0.6-3.1-0.2c-1.2-1.2-0.5-3.1-0.3-3.7c0.4-1.2,1.1-2.5,2.1-3.7
|
||||
c1.4-1.9,2.9-3.3,4.5-4c1.6-0.7,3.8-1.2,7-1.3c3.2-0.2,5.4-0.1,6.8,0.3c1.5,0.5,2.8,1.7,4,3.5c0.7,1.1,1.4,2.6,2,4.5
|
||||
c0.6,1.8,1.1,3.6,1.3,5.2c0.8,5.2,1.5,7.3,2.1,8.1c0.4,0.6,1.1,1.4,2.9,1.4c0.9,0,1.9-0.5,2.9-1.4c1.2-1.1,2.7-3,4.5-5.7
|
||||
c5.4-8.5,5.8-8.5,6.8-8.5c1,0,1.4,0,6.6,9.2c1.1,1.9,2.1,3.5,2.9,4.7c0.8,1.1,1.5,2.1,2.3,2.8c0.9,0.8,1.5,1.1,1.8,1.3
|
||||
c0.4,0.1,0.9,0.1,1.6-0.1c0.8-0.2,1.6-0.6,2.4-1.2C724.5,291.1,725.5,290.2,726.8,289z"/>
|
||||
</g>
|
||||
<g>
|
||||
<path d="M37.7,356.7c-0.1-0.2-0.4-0.8-0.9-2c-0.4-1.1-0.8-1.8-1.1-2.2l-1.4-2.2l-0.1-0.1c-0.1-0.1-0.3-0.4-0.7-1.3
|
||||
c-0.4-0.8-0.9-1.5-1.5-2c-3.1-2.6-6.9-4.5-11.2-5.7l-0.1,0c-0.6-0.1-1.4-0.2-2.5-0.3c-1-0.1-1.9-0.3-2.8-0.4
|
||||
c-0.9-0.1-1.7-0.2-2.5-0.2c-2.5,0-3.7,0.3-4.1,1.1l-0.1,0.2v1.5c0,1.2,0.1,2.9,0.3,5.3c0.2,2.3,0.3,4,0.3,5.1v3.2
|
||||
c0,0.7,0.1,1.4,0.3,2.1v2.7c0,1.5-0.1,3.7-0.3,6.7v1c0,0.1,0,0.5,0.1,1.2c0.1,0.6,0.1,1,0.1,1.1v3.2c0,1,0.1,2,0.3,2.8l0.2,4.8
|
||||
c0,1.3,0.1,1.9,0.2,2.2c0,0.3,0,1-0.1,1.9c-0.1,1.1-0.1,1.9-0.1,2.5c0,0.1,0,0.4,0,1c0,0.5,0,0.8,0,0.9v0.8h0.7
|
||||
c0,0,0.1,0.1,0.2,0.2c0.5,0.5,1,0.7,1.4,0.7c0.6,0,1.4-0.2,2.4-0.6c0.8-0.3,1.5-0.5,1.9-0.5l0.2,0c1.4-0.3,2.8-0.9,4.3-1.7
|
||||
c0.1-0.1,0.5-0.3,1.3-0.8c1-0.6,1.3-0.7,1.3-0.8l1.1-0.5l0.1-0.1c0.3-0.2,0.7-0.5,1.2-0.7c0.5-0.3,0.9-0.5,1.2-0.7
|
||||
c0.4-0.2,0.7-0.3,1-0.5c0.4-0.2,0.6-0.3,0.7-0.3l0.3-0.2c0.1-0.1,0.4-0.2,0.8-0.5c0.6-0.3,0.9-0.5,0.9-0.5l0.5-0.3l0.1-0.1
|
||||
c1.8-1.6,3.3-3.2,4.6-4.9c0.2-0.2,0.3-0.4,0.3-0.6l1.1-1.9c0.2-0.2,0.3-0.6,0.4-1.2c0.1-0.4,0.2-0.6,0.3-0.7l0.1-0.1l0.6-3l0,0
|
||||
c0-0.1,0.1-0.1,0.1-0.3l0.1-0.1v-2.3c0-0.1,0-0.5,0.1-1.3c0.1-0.8,0.1-1.3,0.1-1.4v-0.7c0-3.2-0.6-5.9-1.8-8.2L37.7,356.7z
|
||||
M14.2,380c-0.2-2.4-0.4-3.8-0.4-4.2V375c0-0.9-0.1-1.8-0.2-2.9c-0.1-1-0.2-1.5-0.2-1.5v-0.7c0-1,0.1-2.4,0.2-4.3
|
||||
c0.1-2,0.2-3.4,0.2-4.4v-1.7c0-1.4-0.1-2-0.2-2.3V355c0-1.4,0-2.4-0.1-3c0.1-0.2,0.1-0.5,0.1-0.7c0-0.6-0.1-1.5-0.2-2.7
|
||||
c-0.1-1.2-0.2-2-0.2-2.6v-0.9c0.2-0.5,0.2-0.9,0.2-1.3c0,0,0,0,0,0c0.1,0,0.1,0,0.2,0c1.9,0,4.2,0.3,6.9,1l0.8,0.3l0.3,0
|
||||
c0.1,0,0.2,0,0.5,0.1c0.2,0,0.3,0.1,0.4,0.2c0.2,0.1,0.4,0.3,0.8,0.4c0.3,0.1,0.5,0.2,0.6,0.3l1.9,0.9c0.1,0.2,0.3,0.3,0.6,0.4
|
||||
l1.5,1.1c0.2,0.4,0.6,1.1,1.8,2.5c1.2,1.6,1.7,2.1,1.9,2.3l1.9,4.1l0.6,1.1c0.4,0.9,0.5,1.1,0.5,1.1v0.1l0.1,0.1
|
||||
c0.5,1.3,0.8,3.1,0.8,5.3c0,3.4-0.3,6.1-0.8,8c-0.4,1.4-0.9,2.5-1.5,3.4c-0.4,0.5-1,1.2-1.8,2.3c-0.7,1-1.4,1.8-2,2.2
|
||||
c-0.3,0.3-0.7,0.5-1.1,0.8c-0.4,0.3-0.9,0.5-1.4,0.8c-0.6,0.3-1,0.5-1.3,0.7l-1.4,0.8c-0.2,0.1-0.6,0.3-1.3,0.7
|
||||
c-0.7,0.4-1,0.5-1.2,0.6c-0.4,0.2-1.1,0.6-2.2,1.2c-1.1,0.6-2,1-2.7,1.2c-0.2,0.1-0.7,0.2-1.4,0.3c-0.3,0.1-0.6,0.1-0.9,0.2v-3.4
|
||||
C14.6,384,14.4,382.4,14.2,380z"/>
|
||||
<path d="M73.8,341.3c-0.3-0.1-0.7-0.3-1-0.4c-0.4-0.1-0.9-0.1-1.6-0.1c-1.2,0-2,0.1-2.5,0.2c-3.4-0.3-8.5-0.4-15.2-0.4h-0.3
|
||||
l-0.1,0c-0.1,0-0.4,0-1,0c-0.2,0-0.5-0.1-0.8-0.2c-0.4-0.1-0.6-0.2-0.8-0.2c-3.1,0-3.8,1.2-3.8,2.3v0.4l0.1,0.1
|
||||
c0.1,0.2,0.2,0.8,0.3,2.3c0.2,1.7,0.3,2.8,0.3,3.5c0,1.2,0.1,2.1,0.2,2.8c-0.2,1.5-0.2,3.2-0.2,5c0,2.9,0.1,5,0.3,6.2
|
||||
c0,1.9,0,4.3-0.1,7.2c-0.1,2.8-0.1,4.8-0.1,5.8c0,3.8,0.2,6.5,0.7,8.4l-0.1,0.4l0,1.7c0.1,0.6,0.1,1,0.1,1.3c0,0.7,0,1-0.1,1
|
||||
l0,0.2c0,0,0,0.2,0,0.5c-0.2,0.2-0.3,0.5-0.3,0.8c0,0.9,0.4,2.5,3,2.6l0.1,0l0.1-0.1c0.1,0,0.3-0.1,0.7-0.1
|
||||
c4.5-0.1,8.5-0.3,11.5-0.6h3.4c0.3,0,0.9,0,1.6,0c0.7,0,1.2,0,1.5,0c0.3,0,0.6,0,1,0.1c0.5,0,0.8,0.1,1.1,0.1
|
||||
c0.4,0,1.8-0.2,1.8-2.1c0-0.3-0.1-0.6-0.3-0.9c-0.2-0.2-0.4-0.4-0.8-0.5c-0.2-0.1-0.4-0.1-0.6-0.1c-0.1,0-0.3-0.1-0.6-0.1l-0.5,0
|
||||
c-0.4,0-0.8,0-1.4,0.1c-0.5,0-0.9,0.1-1,0.1l-1.2-0.1c-3.7,0-7.9,0.2-12.5,0.6c-1.5,0-2.2-0.1-2.5-0.2v0c0,0,0-0.4,0-0.9
|
||||
c0-0.5,0-0.8,0-0.9c0-0.1,0-0.2,0-0.5c0-0.4,0-0.6,0-0.6c0-0.4,0-1-0.1-1.7c-0.1-0.7-0.1-1.2-0.1-1.6l-0.5-10.8c0-0.1,0-0.3,0-0.6
|
||||
c0-0.4,0-0.6,0-0.8c0-0.5,0-1.2-0.1-2.2c0-0.7-0.1-1.3-0.1-1.7c0,0,0,0,0,0c0.4-0.1,0.9-0.1,1.5-0.1c0.7,0,1,0,1.2-0.1
|
||||
c0.1,0,0.2,0,0.2-0.1c0.2,0,0.6,0,1.1,0c0.1,0,0.2,0,0.5-0.1h0.3c0.3,0,0.8,0,1.4,0c0.6,0,1.1,0,1.5,0l5.3-0.2
|
||||
c0.2,0.1,0.5,0.1,0.9,0.1c0.2,0,0.4-0.1,0.7-0.2c0.2-0.1,0.5-0.3,0.7-0.5c0.5-0.4,0.6-0.8,0.6-1.1c0-0.3-0.1-0.9-0.9-1.3
|
||||
c-0.4-0.2-0.8-0.3-1.2-0.4c-0.4,0-0.6-0.1-0.8-0.1c-0.5,0-1.1,0.1-1.9,0.2c-0.7,0.1-1.3,0.2-1.6,0.2h-8.7c-0.2,0-0.3,0-0.3,0
|
||||
c-0.1,0-0.2-0.1-0.3-0.1V362l0-0.2c0-0.1-0.1-0.7-0.1-2.5l0-0.8l0.1-0.8l-0.1-0.2l0-0.1c0-0.2,0-1,0.1-2.3
|
||||
c0.1-1.3,0.1-2.1,0.1-2.4l0-0.2c-0.1-0.2-0.1-0.9-0.1-3.3v-1.8c0-0.3,0-0.6-0.1-0.9c0-0.3-0.1-0.6-0.1-1c0-1.1,0.2-1.3,0.2-1.3
|
||||
h1.8c0.2,0,0.6,0,1.2,0c0.6,0,1,0,1.2,0c0.3,0,0.8,0,1.3,0c0.6,0,1,0,1.3,0l1.4-0.1c0.1,0,0.4,0,0.8,0c0.4,0,0.6,0,0.6,0l0.8,0.1
|
||||
c0.3,0,0.6,0,1-0.1l9.9,0.4c1.1,0,1.9-0.7,1.9-1.8v-0.8l-0.5-0.2C74.1,341.5,74,341.5,73.8,341.3z"/>
|
||||
<path d="M97.7,388.7c-0.3-0.1-0.6-0.2-0.8-0.2c-0.2,0-0.5,0-1,0c-0.4,0-0.6,0-0.6,0c-0.9,0-2.2,0.1-4,0.2
|
||||
c-1.7,0.1-3.1,0.2-3.9,0.2h-0.7c0,0,0,0,0,0c0-0.1,0-0.3,0-0.5c0-0.3,0-0.5,0-0.7l-0.1-0.5c0-0.1,0-0.1,0-0.1l-0.1-1.5
|
||||
c0-0.2,0-0.8,0-2.1l0-0.4c0-1.5,0-2.3,0-2.4v-0.8c0-0.3,0-0.9,0-1.6c0-0.8,0-1.3,0-1.7c0-7-0.1-12-0.4-14.6v-1.4
|
||||
c0-0.1,0-0.8,0.1-2c0.1-1.7,0.1-2.1,0.1-2.2v-3.1c0-0.2,0-0.4,0-0.7c0-0.3,0-0.6,0-0.8c0-0.3,0-0.6-0.1-0.8l0.3-8.4
|
||||
c0-0.6-0.2-2.1-2.5-2.1c-0.2,0-0.5,0.1-0.8,0.2c-0.1,0-0.2,0.1-0.3,0.1H83l-1.2,0.6v0.4l-0.1,0.2v0.4l0.1,0.1
|
||||
c0.1,0.2,0.2,0.6,0.2,1.5c0,0.1,0,0.3,0,0.8c0,0.5,0,0.8,0,0.9s0,0.6,0.1,1.5c0.1,0.8,0.1,1.3,0.1,1.4c0,0.1,0,0.4,0,1
|
||||
c0,0.6,0,1,0,1c0,0.4,0,1.1,0.1,2.1c0.1,0.9,0.1,1.6,0.1,2.1c0,0.2,0,0.4,0,0.6c0,0.3,0,0.6,0,0.7v0.4c0,2.5-0.1,3.6-0.2,4.1
|
||||
l0,0.2l0,0.2c0.2,0.8,0.3,1.8,0.3,3.2v0.4l0,0.1c0.2,1,0.2,2.1,0.2,3.4c0,0.5,0,1.2-0.1,2.1c-0.1,1-0.1,1.5-0.1,1.5
|
||||
c0,0.5,0.1,1.3,0.2,2.2v0.3c0,0.3,0,0.7-0.1,1.3c-0.1,0.7-0.1,1.2-0.1,1.6c0,0.7,0.1,1.3,0.2,1.8c0,0.1-0.1,0.2-0.1,0.3
|
||||
c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.2v0.2c0,0,0,0.1,0,0.2l-0.1,0.3l0,0.2c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.2,0,0.2
|
||||
c0,0.1,0,0.3,0,0.7c0,0.4,0,0.7,0,0.9c0,0.5,0.1,0.8,0.2,1.1c0,1.9-0.1,3.4-0.2,4.3l0,0.1l0.1,0.6c0,0.3,0.1,0.5,0.1,0.6l-0.1,0.6
|
||||
l0,0.3l0,0c-0.2,0.2-0.3,0.4-0.3,0.7c0,0.3,0.1,0.8,0.8,1.2c0.4,0.3,0.8,0.4,1.2,0.4h2c0.1,0,0.3,0,3.2-0.3
|
||||
c2.3-0.2,3.1-0.3,3.3-0.3c0.4,0,0.9,0,1.6,0c0.7,0,1.2,0,1.6,0c1.1,0,2.1-0.3,3.1-0.8l0.4-0.2v-0.4c0-0.5-0.1-0.9-0.3-1.2
|
||||
C98.6,389.2,98.3,388.9,97.7,388.7z"/>
|
||||
<path d="M111.4,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.7-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.6-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.5-0.1,2.6-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L111.4,374z"/>
|
||||
<path d="M147.8,375.5l0-0.2c0-0.1,0-0.3-0.1-0.7l-0.1-0.4l0-1.4c-0.1-0.5-0.4-1.4-2.2-1.4h-0.6l-1.6,1.1l-0.2,0.5v0.4
|
||||
c0,0.2,0,0.3,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2v7c0,0.7-0.1,1.5-0.3,2.2c-0.2,0.8-0.5,1.7-0.9,2.7c-0.4,0.9-1,1.6-1.9,2.2
|
||||
c-0.8,0.6-1.8,0.9-3.1,0.9c-1.3,0-2.5-0.2-3.7-0.5l-1.3-0.4c-1-0.4-1.2-0.5-1.2-0.5l-3.1-2.3c-0.5-0.3-1.4-1.2-2.6-4
|
||||
c-1.3-3-1.5-4-1.5-4.3v-0.2l-0.1-0.2c-0.1-0.1-0.2-0.4-0.2-1.2l-0.1-0.5l0.2-0.3l-0.3-0.4c-0.1-0.1-0.4-0.6-0.4-3.2l-0.1-1v-1.5
|
||||
c0-0.9,0.1-1.9,0.2-2.9c0.1-1,0.3-2.2,0.5-3.5c0.2-1.4,0.4-2.3,0.5-3l0-0.1c0-1.3,0.7-3.5,2-6.4c0.2-0.2,0.4-0.6,0.7-1.2
|
||||
c0.3-0.6,0.5-1.2,0.8-2c0.2-0.7,0.4-1.1,0.6-1.4c1.1-1.9,2.2-3.2,3.2-3.8c1-0.6,2.4-0.9,4.2-0.9c0.1,0,0.4,0,1,0.2
|
||||
c0.1,0,0.1,0,0.2,0v0.2l1.5,0.5l1.5,0.8c0.5,0.2,0.8,0.6,1.2,1c0.3,0.4,0.5,0.9,0.6,1.5c0.1,0.7,0.2,1.3,0.3,1.7
|
||||
c0.1,0.4,0.1,1.1,0.1,1.9v1.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.8,0.7,1.2,1,1.3c0.9,0.5,1.7,0.6,2.3,0.3c0.4-0.2,0.7-0.4,0.8-0.8
|
||||
c0.1-0.2,0.2-0.3,0.2-0.5c0.1-0.3,0.2-0.6,0.2-1v-2.7c0-4.2-2.2-7.1-6.6-8.8c-1.7-0.6-3.2-0.9-4.4-0.9c-2.3,0-3.1,0.2-3.4,0.4
|
||||
l-1.4,0.3l-0.2,0l-0.2,0.2c0,0-0.1,0-0.3,0.1c-0.4,0.1-0.8,0.3-1.1,0.5c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.2-0.4,0.5-0.6,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.3,0.4l-1.2,1.1c-0.2,0.2-0.6,0.5-1.1,1.8l-0.2,0.3c-0.6,0.6-1,1.2-1.3,2c-0.3,0.8-0.6,1.6-0.8,2.4
|
||||
c-0.2,0.9-0.4,1.3-0.4,1.4l-0.1,0.2v0.4c0,0,0,0.2-0.2,0.7c-0.2,0.4-0.4,1-0.6,1.6c-0.3,0.7-0.5,1.2-0.6,1.5
|
||||
c-0.3,0.9-0.6,2.2-0.8,4.3v0.8c0,0.2,0,0.7-0.2,1.6c-0.2,0.8-0.3,1.6-0.3,2.2v0.3c0,0.3,0,0.8-0.1,1.4c-0.1,0.9-0.1,1-0.1,1.1
|
||||
c0,0.3,0,0.8,0.1,1.3c0,0.4,0.1,0.8,0.1,1v2.7c0,1.6,0.5,3.9,1.7,7c1.1,3.1,2.4,5.4,3.8,6.9c0.5,0.6,1,1.1,1.5,1.6
|
||||
c0.5,0.5,1,0.8,1.3,1c0.3,0.2,0.7,0.4,1.4,0.7l0.8,0.4c2,1,4.4,1.6,7.2,1.7h0.6c2.7,0,5.1-0.9,7.4-2.7l0.5-0.4l0.2-0.1V389
|
||||
c0,0,0.1-0.3,0.9-1.3l0.2-0.4c0.2-0.3,0.4-0.7,0.5-1.2l0.5-2.6l0-0.5c0-0.4,0.1-0.5,0.1-0.5l0.2-0.2v-1.9c0-0.1,0-0.4,0.1-1
|
||||
c0.1-0.6,0.1-1,0.1-1c0-0.1,0-0.2-0.1-0.6l-0.1-0.2v-1.8C147.7,375.7,147.8,375.6,147.8,375.5z"/>
|
||||
<path d="M160.2,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.6-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.5-0.1,2.6-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2.1-0.1-3.4-0.3-4.1L160.2,374z"/>
|
||||
<path d="M211.7,359.4v-0.1l-1.1-2.9v-0.6l-1.2-3.6l-0.6-1.1c-0.1-0.5-0.3-0.8-0.5-1.1l-1.7-2.1c-0.1-0.2-0.2-0.4-0.4-0.6l-0.3-0.3
|
||||
c-0.3-0.4-0.4-0.5-0.4-0.5l-1.2-1.5v-0.3l-0.5-0.3c-0.2-0.3-0.4-0.4-0.5-0.5l-0.6-0.5c-0.4-0.4-0.9-0.8-1.3-1
|
||||
c-0.4-0.2-0.9-0.4-1.5-0.7c-0.6-0.2-1.2-0.5-1.8-0.8l-3.4-0.8l-0.2,0c-0.2,0-0.6,0-1.4-0.1c-0.8-0.1-1.3-0.1-1.4-0.1h-0.1v-0.1
|
||||
h-0.8c-1.6,0-3.3,0.2-5.1,0.6c-0.8,0-1.7,0.2-2.8,0.7c-1.1,0.4-1.9,0.8-2.5,1.1c-0.8,0.4-1.1,0.6-1.2,0.7l-0.6,0.4
|
||||
c-0.8,0.5-1.6,1-2.2,1.6l-2,2c-1.6,1.6-2.9,3.6-3.9,6l-0.4,0.6c-0.6,0.8-1.1,1.8-1.5,3.2c-0.4,1.3-0.5,2.3-0.5,2.9
|
||||
c0,0.1,0,0.3-0.2,0.7c-0.2,0.5-0.3,0.9-0.3,1.3c0,0.3,0,0.5,0.1,0.6c0,0.2,0,0.4-0.1,0.9c-0.2,0.8-0.2,1.1-0.2,1.3v0.6
|
||||
c0,0.2,0,0.5,0.1,0.7v0.1c0,0.4,0,0.4,0,0.4l-0.1,0.1v0.2c0,0.4,0,0.6,0.1,0.8l0,0.1l0.5,4.3l0.1,0.2c0,0,0,0.1,0,0.2
|
||||
c0,0.4,0.1,0.6,0.2,0.8c0.9,4.2,3,8.6,6.1,13.1c0.2,0.3,0.5,0.5,0.8,0.7l1.2,1.1c1.9,1.8,4.7,3.2,8.4,4.1l0.5,0l0.3,0.1l0.4,0
|
||||
c0.1,0,0.1,0,0.2,0l0.6,0.5l0.3-0.2h0.9c0.3,0,0.7,0,1.1,0.1l0.1,0c1.6,0,3.3-0.2,5-0.7l2.4-0.7c0.3,0,0.6-0.1,1-0.3
|
||||
c0.3-0.1,0.6-0.3,0.9-0.4c0.2-0.1,0.4-0.2,0.5-0.3l0.6-0.3l0.1-0.1c0.1-0.1,0.4-0.3,1.8-0.9l0.4-0.2l2.8-2.3l0.1-0.2
|
||||
c0-0.1,0.2-0.3,0.9-1.1c0.5-0.6,1-1.2,1.4-1.8c0.4-0.6,0.7-1.1,0.9-1.7c0-0.1,0.1-0.3,0.4-0.8l0.9-1.7l0-0.2c0-0.4,0.2-0.7,0.4-1
|
||||
l0.2-0.2v-0.4c0.4-1.1,0.6-2,0.6-2.9l0.5-1.5c0.1-0.2,0.1-0.4,0.2-0.7c0-0.2,0.1-0.4,0.1-0.5l0.1-0.2l-0.5-0.4h0.7
|
||||
c0-1.1,0.1-2.3,0.4-3.7c0.4-1.9,0.4-2.6,0.4-2.9c0-0.6-0.2-1.6-0.5-3.1C211.7,359.9,211.7,359.5,211.7,359.4z M207.4,369.3l0,0.9
|
||||
l0,0c0,0.1-0.1,0.2-0.1,0.3c-0.2,0.7-0.2,1-0.2,1.2c0,0.1,0,0.1,0,0.2l-0.7,2l-0.3,1.2c-0.7,3.3-2.2,6.3-4.5,9l-0.2,0.3
|
||||
c-0.2,0.1-0.4,0.3-0.8,0.5c-0.4,0.3-0.8,0.7-1.3,1.1c-0.4,0.3-0.6,0.6-0.8,0.7l-0.3,0.1c-1.6,0.9-3.1,1.5-4.2,1.9
|
||||
c-1.1,0.4-2.5,0.5-4.1,0.5c-2.5,0-4.6-0.5-6.3-1.4l-0.8-0.5c-1.4-0.7-2-1-2.2-1.1l-2.3-1.9c-0.1-0.2-0.3-0.4-0.6-0.6
|
||||
c-0.3-0.3-0.6-0.7-0.9-1.1c-0.3-0.4-0.3-0.6-0.3-0.6v-0.2l-0.9-1.3c-0.1-0.2-0.2-0.4-0.4-0.6c-1.3-2.5-2.3-5.6-3-9
|
||||
c-0.2-0.9-0.3-2-0.3-3.1v-1.2l-0.1-0.1l0-0.5c0-0.1,0-0.2,0-0.4c0-0.2,0.1-0.4,0.1-0.5v-2.8c0.1-0.3,0.1-0.7,0.2-1.3
|
||||
c0.1-0.6,0.2-1,0.3-1.3l1.3-3.5l0-0.2c0-0.1,0.1-0.6,0.8-1.9l0.6-1c1-1.5,1.4-2.1,1.5-2.4l0.4-0.5l3.1-3l1.7-1.1
|
||||
c0.3-0.2,0.7-0.4,1.1-0.7l1.2-0.7c0,0,0.3-0.1,1.6-0.4l2.6-0.7c0.3,0,0.6,0,0.9-0.1c0.5,0,1.5,0.1,2.8,0.3c1.5,0.2,2,0.3,2.2,0.3
|
||||
l1.6,0.4l0.3,0.1l0.8,0.5l0.1,0.1c0.7,0.3,1.4,0.7,2.1,1.4c0.7,0.8,1.3,1.3,1.7,1.6l2.5,2.8c0.1,0.2,0.2,0.4,0.4,0.5l0.4,0.6
|
||||
c0.1,0.3,0.2,0.8,0.7,1.9l0.6,1.7c0.2,0.4,0.6,1.4,1.2,2.9l0.4,1.3l0.4,0.7c0,0.6,0.1,1.4,0.3,2.4c0.2,1.1,0.2,1.9,0.2,2.4
|
||||
c0,0.2,0,0.5,0,0.8c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.7-0.2,1c-0.1,0.3-0.1,0.6-0.1,0.8l-0.1,0.5L207.4,369.3z"/>
|
||||
<path d="M250.6,340.8c-0.5-0.3-0.9-0.4-1.2-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0h-0.2l-1.5,0.9v0.7c0,0.3,0.1,0.6,0.2,0.9
|
||||
v1.5l0,0.2c0,0.1,0.1,0.5,0.1,2.3l0.2,3.4c0,0.1,0,0.2,0.1,0.6l0,0.2l0,0.3c-0.1,0.4-0.1,0.5-0.1,0.6v0.8l-0.2,0.3l0,0.9
|
||||
c0,0.1,0,0.3-0.1,0.7c-0.1,0.5-0.1,0.8-0.1,0.9v1.3c0,0.3,0,0.7,0.1,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,0.4,0,0.6,0,0.6c0,0,0,0,0,0
|
||||
l-0.1,0.2v0.6l-0.2,1.1l0,1.7c0,0.2,0,0.4-0.1,0.6c-0.1,0.4-0.1,0.6-0.1,0.6c0,0.2,0,0.4,0.1,0.6v0.1c-0.1,0.4-0.1,1-0.1,1.9
|
||||
c0,0.9-0.2,1.4-0.4,1.7l-0.1,0.1l-0.5,3.4l0,2.8c0,0.3,0,0.7-0.1,1.1c-0.1,0.5-0.2,1.1-0.2,1.8c-0.2,0.6-0.5,1.7-1.1,3
|
||||
c-0.6,1.4-0.9,2.5-1.1,3.1l0,0.1c0,0-0.1,0.3-0.7,1.1c-0.5,0.7-0.9,1.3-1.4,1.7l-1.6,1.1c0,0-0.1,0-0.2,0.1l-0.1,0
|
||||
c-1.1,0.4-2.1,0.5-3.2,0.5h-2.3c-2.1,0-4.1-1.7-5.9-5c0-0.4-0.2-0.9-0.5-1.6c-0.3-0.7-0.4-1.1-0.4-1.2c0-0.1,0-0.2-1.1-5.5v-0.1
|
||||
c0-0.2,0-0.4-0.1-0.7c-0.1-0.3-0.1-0.4-0.1-0.5l-0.9-6.4c0-0.2,0-0.7-0.1-1.6c-0.1-1-0.1-1.6-0.1-1.9l0-0.8
|
||||
c-0.4-3.6-0.5-4.5-0.5-4.6c0-0.9,0.1-2.3,0.3-4.2c0.2-2,0.3-3.4,0.3-4.3c0,0,0-0.2,0-0.5l0-0.8c0-0.8,0-1.5,0-1.9
|
||||
c0-0.7,0.1-1.6,0.2-2.6c0.1-1.1,0.2-2,0.2-2.5v-0.9l-0.2-0.2c-0.5-0.6-1.3-0.9-2.2-0.9c-1.4,0-2.3,0.8-2.3,2.2v0.7
|
||||
c0,0.1,0,0.4-0.1,0.8c-0.1,0.6-0.1,0.9-0.1,0.9v6.7l0.1,0.1c0.1,0.2,0.1,0.4,0.1,0.6c0,0.4-0.1,1-0.2,1.8c-0.1,0.9-0.2,1.6-0.2,2
|
||||
v5l0,0.2c0.2,0.5,0.3,1.3,0.3,2.3c0.1,1.1,0.1,1.7,0.1,2l0.6,6.4l0.1,0c0,0,0,0,0,0.1l0.5,3.8c0,0.2,0.2,1,1.1,5.1v0.3
|
||||
c0,1.3,0.6,3,1.9,5.4c1.6,2.9,3,4.4,4.4,4.5l0.3,0.1c1.2,0.9,3.1,1.3,5.6,1.3c2.5,0,4.7-0.5,6.5-1.3c1.9-0.9,3.1-1.8,3.8-2.7
|
||||
c0.7-0.9,1.2-1.7,1.5-2.6l0.1-0.1v-0.2c0.1-0.3,0.3-0.7,0.7-1.5c0.4-0.8,0.7-1.4,0.8-1.9c0.2-0.3,0.4-0.8,0.6-1.5
|
||||
c0.2-0.7,0.4-1.4,0.5-1.9l0.3-0.9c0.2-0.9,0.4-2.2,0.4-4v-0.5l-0.2-0.4c0-0.2,0.2-1,0.7-3.3l0-0.6l0.1-0.2l0-0.4
|
||||
c0.3-1.5,0.4-3,0.4-4.5v-1.7c0-0.2,0-0.7,0.2-1.7c0.2-0.9,0.2-1.5,0.2-2v-1c0,0,0-0.3-0.1-0.7c0-0.3-0.1-0.5-0.1-0.6
|
||||
c0-0.7,0.1-1.8,0.2-3c0.2-1.3,0.3-2.4,0.3-3.1c0-0.7-0.1-1.2-0.2-1.6v-5.9c0.1-0.2,0.2-0.4,0.2-0.5v-0.2l-0.1-0.2
|
||||
C251.3,341.4,251,341.1,250.6,340.8z"/>
|
||||
<path d="M283.2,366l-0.2-0.1h-0.2c0,0-0.2,0-0.9-0.4c-0.6-0.3-1.4-0.7-2.2-1.2c-0.8-0.4-1.4-0.7-1.9-0.9c-0.4-0.3-1.3-0.7-3.6-1.4
|
||||
l-2-0.8c-2.7-1-4.8-2-6.3-3c-1.4-0.9-2.4-2.1-2.9-3.5l0-0.7c0.1-2,0.6-3.6,1.5-4.7l0.7-0.9c0.4-0.6,0.9-1.1,1.3-1.5
|
||||
c0.5-0.4,1.7-1.2,4.7-2.2l1.1-0.6c2.9-0.9,5.5-1.1,7.9-0.1c1,0.4,1.8,0.9,2.3,1.5l1.1,0.8c0.1,0.1,0.2,0.2,0.3,0.3c0,0,0,0,0.1,0
|
||||
l0.2,0.3l0.1,0.1c1,1.2,1.5,3,1.5,5.2c0,0.3,0,0.7-0.1,1.2c-0.1,0.6-0.1,1-0.1,1.3c0,0.4,0.2,0.8,0.6,1.2c0.4,0.4,0.8,0.5,1.2,0.5
|
||||
l0.3,0c0.1,0,0.3-0.1,0.7-0.2c0.7-0.1,1.1-0.3,1.4-0.7l0.4-0.6v-4.1c0-0.9-0.2-1.9-0.7-2.8c-0.4-0.8-0.5-1-0.6-1.1
|
||||
c0-0.1-0.1-0.3-0.2-0.5c-0.1-0.2-0.2-0.5-0.5-0.7l-1.5-1.6c-0.3-0.5-0.8-1-1.4-1.4c-0.6-0.4-1-0.7-1.4-0.8
|
||||
c-0.3-0.1-0.5-0.2-0.6-0.2c-1.5-0.9-3.5-1.4-6.1-1.4c-0.6,0-1.4,0.1-2.4,0.3c-1.2,0.2-1.7,0.3-1.9,0.3l-0.4-0.1l-0.3,0.2
|
||||
c-0.2,0.2-0.8,0.5-2.9,0.9h-0.5l-0.2,0.1c-1.2,0.7-1.6,0.9-1.7,0.9h-0.3l-0.2,0c-0.3,0.1-0.6,0.2-0.9,0.5
|
||||
c-0.2,0.2-0.3,0.2-0.4,0.3l-0.3,0.1l-0.1,0c-1.4,0.7-2.5,1.8-3.3,3.2l-1,1.5c-1.1,1.6-1.7,3.5-1.7,5.5c0,1.5,0.7,3.1,2.1,4.7
|
||||
l1.2,1l0.3,0.3c0.1,0.1,0.2,0.2,0.3,0.3l0.1,0.1l3.2,1.8c0.2,0.1,0.4,0.2,0.8,0.4c0.4,0.2,0.5,0.3,0.6,0.3l1.1,0.5
|
||||
c1,0.4,2.5,1.1,4.6,1.9c2.1,0.8,3.7,1.5,4.9,2c1.2,0.5,2.6,1.3,4.1,2.4c1.6,1,2.9,2.2,4,3.6c1.4,1.6,2.3,3,2.8,4
|
||||
c0.5,1,0.7,2.4,0.7,4.1c0,0.4-0.2,1.4-1.8,3.7l-0.6,0.6c-0.5,0.6-1.1,1-1.7,1.4c-0.7,0.4-1,0.6-1.2,0.7l-0.4,0.1l-0.2,0.1
|
||||
c-1,0.8-2.2,1.1-3.7,1.1c-0.7,0-1.3,0.1-1.9,0.3h-0.7c-3.5,0-6.3-0.7-8.4-2.2c-2.1-1.4-3.1-3.3-3.1-5.7c0-1.4,0.5-3,1.4-4.6
|
||||
l0.5-0.5v-0.3c0-0.5-0.2-1-0.7-1.3c-0.4-0.3-0.8-0.4-1.3-0.4h-0.3l-0.8,0.2c-0.3,0-0.6,0.2-0.9,0.4c-0.4,0.3-0.6,0.6-0.6,1v0.3
|
||||
l-0.2,0.3c-0.7,1-1,2-1.1,3.1l-0.2,0.3v0.7c0,3.2,0.9,5.8,2.7,7.8c1.8,2,5,3.3,9.6,4.1l0.1,0c0.2,0,0.5,0,1.1,0.1
|
||||
c0.5,0.1,0.9,0.1,1.2,0.1c0.2,0,0.8,0,3.2-0.3l0.4-0.1c0.6,0,1.3-0.1,1.8-0.3c0.5-0.2,0.9-0.2,1-0.2l0.3,0l0.2-0.1
|
||||
c0,0,0.3-0.2,1.6-0.7c1.5-0.5,1.7-0.6,1.9-0.7l0.3-0.4l0.6-0.3l1.9-1.4c0.3-0.1,0.7-0.5,1.5-1.4c0.9-1,1.1-1.2,1.1-1.2l0.2-0.2
|
||||
l0.1-0.3c0-0.1,0.1-0.4,0.5-1.2c0.3-0.7,0.6-1.4,0.7-2c0.2-0.7,0.2-1.5,0.2-2.5c0-2.3-1.2-4.7-3.6-7.3
|
||||
C288,369.4,285.6,367.4,283.2,366z"/>
|
||||
<path d="M360.3,340.5c-0.4-0.2-0.9-0.3-1.7-0.3c-1.3,0-1.8,0.6-2.1,1c-0.2,0.5-0.4,1.1-0.5,1.9c0,0.5-0.2,0.9-0.3,1.1l-0.1,0.1
|
||||
l0,0.2c-0.1,0.5-0.3,1.6-0.6,3.3c-0.3,1.7-0.6,2.9-0.8,3.8l-0.8,2.6l0,0.2c0,0.2,0,0.5-0.2,1.2l-0.3,0.6c-0.2,0.3-0.3,0.7-0.3,1.8
|
||||
l-0.8,3.3c0,0.2-0.1,0.5-0.5,1.3c-0.3,0.7-0.5,1.3-0.6,1.7c-0.8,4.5-1.2,5.3-1.2,5.5l-0.1,0.2v0.5c-0.1,0.1-0.1,0.3-0.2,0.6
|
||||
c-0.1,0.4-0.3,0.8-0.4,1.4c-0.1,0.6-0.2,1.1-0.2,1.6l-0.4,1.1c-0.5,1.3-0.8,2.6-1,3.8c0,0.2-0.1,0.5-0.3,1.7
|
||||
c-0.1,0.5-0.2,1-0.3,1.4l-0.6-2.8l-0.1-0.1c-0.1-0.2-0.4-0.6-0.5-1.8c-0.1-1-0.3-1.7-0.5-2.1c0-0.7-0.3-1.7-0.7-3.2
|
||||
c-0.4-1.5-0.7-2.5-0.8-3c-0.3-1.6-0.9-4.4-1.9-8.1l-0.8-3.9c-0.2-0.7-0.5-1.8-1.1-3.2c-0.5-1.3-0.8-2.3-1-3v0
|
||||
c0-1.4-0.5-3.3-1.6-5.9v-0.3l-0.1-0.1c-0.1-0.1-0.2-0.3-0.3-0.6c-0.1-0.2-0.2-0.4-0.3-0.5l-0.6-1.7c-0.1-0.7-0.8-1-2-1
|
||||
c-2.2,0-2.7,0.9-2.7,1.6c0,0.2,0,0.5,1.4,3.3c1.1,2.3,1.2,2.8,1.2,2.8l0,0.2c2.1,7.7,3.3,12.3,3.6,13.8l0,0.1
|
||||
c0.4,1.1,0.5,1.4,0.5,1.4l0,0.4c1.1,6,2.5,11.5,3.9,16.5l0.1,0.4c1.7,5.9,2.7,9.4,2.8,10.5l0,0.2l0.1,0.2c0.3,0.3,0.8,0.6,1.8,0.9
|
||||
l0.2,0c0.2,0,0.4-0.1,0.7-0.3l0.6-0.2c0.2-0.1,0.3-0.1,0.4-0.2l0.1-0.1l0.6,0l0.6-3.7c0.1-0.2,0.2-0.4,0.2-0.8V387
|
||||
c0-1,0.1-1.9,0.2-2.7c0.2-0.8,0.4-1.6,0.6-2.3c0.3-0.8,0.5-1.4,0.6-1.9c0.1-0.3,0.1-0.8,0.1-1.5c0-0.7,0.1-1.1,0.1-1.3
|
||||
c0-0.3,0.2-0.8,0.6-1.7c0.4-0.9,0.7-1.6,0.8-2.2l0-0.3l-0.1-0.1l0.1-0.3c0.1-0.3,0.1-0.6,0.2-1c0-0.3,0.1-0.5,0.1-0.7l0.3-0.3
|
||||
v-0.3c0-0.4,0.1-1.3,0.7-2.9c0.5-1.4,0.8-2.5,1-3.1l0-0.8c0-0.1,0.2-0.3,0.5-0.8l0.1-0.2v-0.2c0-0.7,0.2-1.5,0.6-2.6
|
||||
c0.4-1.2,0.7-2.1,0.7-2.8c0-0.2,0.2-0.7,0.7-2c0.5-1.2,0.7-2.2,0.7-3v-0.1c0.1-0.5,0.4-1.8,1-3.8c0.5-2.1,1-3.6,1.3-4.6l0-0.2
|
||||
c0-0.1,0.1-0.2,0.1-0.3c0.2-0.4,0.3-0.7,0.3-1C361.1,341.1,360.7,340.7,360.3,340.5z"/>
|
||||
<path d="M373.4,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.7-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.4-0.1,2.5-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L373.4,374z"/>
|
||||
<path d="M405.2,366l-0.2-0.1h-0.2c0,0-0.2,0-0.9-0.4c-0.6-0.3-1.4-0.7-2.2-1.2c-0.8-0.4-1.4-0.7-1.9-0.9c-0.4-0.3-1.3-0.7-3.6-1.4
|
||||
l-2-0.8c-2.7-1-4.8-2-6.3-3c-1.4-0.9-2.4-2.1-2.9-3.5l0-0.7c0.1-2,0.6-3.6,1.5-4.7l0.7-0.9c0.4-0.6,0.9-1.1,1.3-1.5
|
||||
c0.5-0.4,1.7-1.2,4.7-2.2l1.1-0.6c2.9-0.9,5.5-1.1,7.9-0.1c1,0.4,1.8,0.9,2.3,1.5l1.1,0.8c0.1,0.1,0.2,0.2,0.3,0.3c0,0,0,0,0.1,0
|
||||
l0.2,0.3l0.1,0.1c1,1.2,1.5,3,1.5,5.2c0,0.3,0,0.7-0.1,1.2c-0.1,0.6-0.1,1-0.1,1.3c0,0.4,0.2,0.8,0.6,1.2c0.4,0.4,0.8,0.5,1.2,0.5
|
||||
l0.3,0c0.1,0,0.3-0.1,0.7-0.2c0.4-0.1,1-0.2,1.4-0.7l0.4-0.6v-4.1c0-0.9-0.2-1.9-0.7-2.8c-0.4-0.8-0.5-1-0.6-1.1
|
||||
c0-0.1-0.1-0.3-0.2-0.5c-0.1-0.2-0.2-0.5-0.5-0.7l-1.5-1.6c-0.3-0.5-0.8-1-1.4-1.4c-0.6-0.4-1-0.7-1.4-0.8
|
||||
c-0.3-0.1-0.5-0.2-0.6-0.2c-1.5-0.9-3.5-1.4-6.1-1.4c-0.6,0-1.4,0.1-2.4,0.3c-1.2,0.2-1.7,0.3-1.9,0.3l-0.4-0.1l-0.3,0.2
|
||||
c-0.2,0.2-0.8,0.5-2.9,0.9h-0.5l-0.2,0.1c-1.2,0.7-1.6,0.9-1.7,0.9h-0.3l-0.2,0c-0.3,0.1-0.6,0.2-0.9,0.5
|
||||
c-0.2,0.2-0.3,0.2-0.4,0.3l-0.3,0.1l-0.1,0c-1.4,0.7-2.5,1.8-3.3,3.2l-1,1.5c-1.1,1.6-1.7,3.5-1.7,5.5c0,1.5,0.7,3.1,2.1,4.7
|
||||
l1.2,1l0.3,0.3c0.1,0.1,0.2,0.2,0.2,0.3l0.1,0.1l3.2,1.8c0.2,0.1,0.4,0.2,0.8,0.4c0.4,0.2,0.5,0.3,0.6,0.3l1.1,0.5
|
||||
c1,0.4,2.5,1.1,4.6,1.9c2.1,0.8,3.7,1.5,4.9,2c1.2,0.5,2.6,1.3,4.1,2.4c1.5,1,2.9,2.2,4,3.6c1.4,1.6,2.3,3,2.8,4
|
||||
c0.5,1,0.7,2.4,0.7,4.1c0,0.4-0.2,1.4-1.8,3.7l-0.6,0.6c-0.5,0.6-1.1,1-1.7,1.4c-0.6,0.3-1,0.6-1.2,0.7l-0.4,0.1l-0.2,0.1
|
||||
c-1,0.8-2.2,1.1-3.7,1.1c-0.7,0-1.3,0.1-1.9,0.3h-0.7c-3.5,0-6.3-0.7-8.4-2.2c-2.1-1.4-3.1-3.3-3.1-5.7c0-1.4,0.5-3,1.4-4.6
|
||||
l0.5-0.5v-0.3c0-0.5-0.2-1-0.7-1.3c-0.4-0.3-0.8-0.4-1.3-0.4h-0.3l-0.8,0.2c-0.3,0-0.6,0.2-0.9,0.4c-0.4,0.3-0.6,0.6-0.6,1v0.3
|
||||
l-0.2,0.3c-0.7,1-1,2-1.1,3.1l-0.2,0.3v0.7c0,3.2,0.9,5.8,2.7,7.8c1.8,2,5,3.3,9.6,4.1l0.1,0c0.3,0,0.6,0,1.1,0.1
|
||||
c0.5,0.1,0.9,0.1,1.2,0.1c0.2,0,0.8,0,3.2-0.3l0.4-0.1c0.6,0,1.2-0.1,1.8-0.3c0.4-0.1,0.8-0.2,1-0.2h0.2l0.2-0.1
|
||||
c0,0,0.3-0.2,1.6-0.7c1.5-0.5,1.7-0.6,1.9-0.7l0.3-0.4l0.6-0.3l1.9-1.4c0.3-0.1,0.7-0.5,1.5-1.4c0.9-1,1.1-1.2,1.1-1.2l0.2-0.2
|
||||
l0.1-0.3c0-0.1,0.1-0.4,0.5-1.2c0.3-0.7,0.6-1.4,0.7-2c0.2-0.7,0.2-1.5,0.2-2.5c0-2.3-1.2-4.7-3.6-7.3
|
||||
C410.1,369.4,407.7,367.4,405.2,366z"/>
|
||||
<path d="M454,340.8c-0.5-0.3-0.9-0.4-1.2-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0h-0.2l-1.5,0.9v0.7c0,0.3,0.1,0.6,0.2,0.9
|
||||
v1.5l0,0.2c0,0.1,0.1,0.5,0.1,2.3l0.2,3.4c0,0.1,0,0.2,0.1,0.6l0,0.2l0,0.3c-0.1,0.4-0.1,0.5-0.1,0.6v0.8l-0.2,0.3l0,0.9
|
||||
c0,0.1,0,0.3-0.1,0.7c-0.1,0.5-0.1,0.8-0.1,0.9v1.3c0,0.3,0,0.7,0.1,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,0.4,0,0.6,0,0.6c0,0,0,0,0,0
|
||||
l-0.1,0.2v0.6l-0.2,1.1l0,1.7c0,0.2,0,0.4-0.1,0.6c-0.1,0.4-0.1,0.6-0.1,0.6c0,0.2,0,0.4,0.1,0.6v0.1c-0.1,0.4-0.1,1-0.1,1.9
|
||||
c0,0.9-0.2,1.4-0.4,1.7l-0.1,0.1l-0.5,3.4l0,2.8c0,0.3,0,0.7-0.1,1.1c-0.1,0.5-0.2,1.1-0.2,1.8c-0.2,0.6-0.5,1.7-1.1,3
|
||||
c-0.6,1.4-0.9,2.5-1.1,3.1l0,0.1c0,0-0.1,0.3-0.7,1.1c-0.5,0.7-0.9,1.3-1.4,1.7l-1.6,1.1c0,0-0.1,0-0.2,0.1l-0.1,0
|
||||
c-1.1,0.4-2.1,0.5-3.2,0.5h-2.3c-2.1,0-4.1-1.7-5.9-5c0-0.4-0.2-0.9-0.5-1.6c-0.3-0.7-0.4-1.1-0.4-1.2c0-0.1,0-0.2-1.1-5.5v-0.1
|
||||
c0-0.2,0-0.4-0.1-0.7c-0.1-0.2-0.1-0.4-0.1-0.5L428,368c0-0.2,0-0.7-0.1-1.6c-0.1-1-0.1-1.6-0.1-1.9l0-0.8
|
||||
c-0.4-3.6-0.5-4.5-0.5-4.6c0-0.9,0.1-2.3,0.3-4.2c0.2-1.9,0.3-3.4,0.3-4.3c0,0,0-0.5,0-1.3c0-0.8,0-1.5,0-1.9
|
||||
c0-0.7,0.1-1.6,0.2-2.6c0.1-1.1,0.2-2,0.2-2.5v-0.9l-0.2-0.2c-0.5-0.6-1.3-0.9-2.2-0.9c-1.4,0-2.3,0.8-2.3,2.2v0.7
|
||||
c0,0.1,0,0.4-0.1,0.8c-0.1,0.6-0.1,0.9-0.1,0.9v6.7l0.1,0.1c0.1,0.2,0.1,0.4,0.1,0.6c0,0.4-0.1,1-0.2,1.8c-0.1,0.9-0.2,1.6-0.2,2
|
||||
v5l0,0.2c0.2,0.5,0.3,1.3,0.3,2.3c0.1,1.1,0.1,1.7,0.1,2l0.6,6.4l0,0c0,0,0,0.1,0,0.1l0.5,3.8c0,0.2,0.2,1,1.1,5.1v0.3
|
||||
c0,1.3,0.6,3,1.9,5.4c1.6,2.9,3,4.4,4.4,4.5l0.3,0.1c1.2,0.9,3.1,1.3,5.6,1.3c2.5,0,4.7-0.5,6.5-1.3c1.9-0.9,3.1-1.8,3.8-2.7
|
||||
c0.7-0.9,1.2-1.7,1.5-2.6l0.1-0.1v-0.2c0.1-0.3,0.4-0.8,0.7-1.5c0.4-0.8,0.7-1.4,0.8-1.9c0.2-0.3,0.4-0.8,0.6-1.5
|
||||
c0.2-0.7,0.4-1.4,0.5-1.9l0.3-0.9c0.2-0.9,0.4-2.2,0.4-4v-0.5l-0.2-0.3c0,0,0,0,0,0c0-0.2,0.2-1,0.7-3.3l0-0.6l0.1-0.2l0-0.4
|
||||
c0.3-1.5,0.4-3,0.4-4.5v-1.7c0-0.2,0-0.7,0.2-1.7c0.2-0.9,0.2-1.5,0.2-2v-1c0,0,0-0.3-0.1-0.7c0-0.3-0.1-0.5-0.1-0.6
|
||||
c0-0.7,0.1-1.8,0.2-3c0.2-1.4,0.3-2.4,0.3-3.1c0-0.7-0.1-1.2-0.2-1.6v-5.9c0.1-0.2,0.2-0.4,0.2-0.5v-0.2l-0.1-0.2
|
||||
C454.7,341.4,454.4,341.1,454,340.8z"/>
|
||||
<path d="M495.3,386.1l-0.2-0.1c0,0,0,0,0,0v-0.1c0-0.6-0.2-1.3-0.5-2.2c-0.3-0.8-0.6-1.5-0.8-2.1c-0.2-0.4-0.3-0.6-0.3-0.7
|
||||
l-0.1-0.2c-1.6-3.9-2.2-5.4-2.4-6.1l0.2-0.1V374c0-0.2,0-0.5-0.1-0.8c0-0.1-0.1-0.2-0.1-0.3v-0.4l-0.8-0.6
|
||||
c-0.3-0.4-0.5-0.9-0.7-1.5l-0.6-2.5l-0.1-0.1c-0.3-0.4-0.6-1.1-0.7-2v-0.3l-0.3-0.6l-0.1-0.1c0,0-0.1-0.2-0.1-1.1V363l-0.3-0.2
|
||||
c-0.1-0.1-0.4-0.4-0.6-1.1c-0.2-0.6-0.5-1.5-0.7-2.5c-0.3-1.1-0.5-1.8-0.6-2.1l-2.3-6.8c-0.1-0.2-0.3-0.7-0.5-1.6
|
||||
c-0.2-0.9-0.3-1.4-0.5-1.9c-0.6-1.4-0.7-1.8-0.7-1.9l-0.6-2.2c0-0.5-0.3-1-0.7-1.5c-0.5-0.6-1.2-0.9-2.1-0.9
|
||||
c-0.8,0-1.4,0.2-1.8,0.6c-0.4,0.4-0.6,1-0.8,2c-0.2,0.4-0.3,0.7-0.4,0.9l-1.1,4.3l-0.2,0.3v0.3c0,1-0.1,1.4-0.1,1.6l-0.1,0.1
|
||||
l-0.1,0.3c-0.2,0.9-0.9,3.3-2,6.9c-1.1,3.6-1.8,6.4-2.2,8.4c-0.5,0.7-0.7,1.5-0.7,2.3l-0.4,1.4l0,0.5c0,0.1,0,0.5-0.5,1.5
|
||||
c-0.6,1.2-0.7,1.6-0.8,1.9l-0.5,2.3l-0.1,0.1l-0.1,0.3c-0.2,0.7-0.5,2-1.1,4c-0.7,2.3-0.9,3.3-0.9,3.8l-0.1,0.1l0,0.2
|
||||
c-0.4,1.7-1,3.6-1.7,5.7l0,0.2c0,0.3,0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.3,0.4,0.4c0.1,0.1,0.3,0.2,0.5,0.3l0.3,0.1
|
||||
c0.1,0.1,0.3,0.1,0.5,0.2c0.1,0,0.1,0,0.1,0l0.2,0.1h0.2c1,0,1.8-1.1,2.6-3.8c0.6-2.1,0.9-3.7,1-4.8c0.1-0.2,0.3-0.5,0.4-0.9
|
||||
c0.2-0.6,0.3-0.9,0.3-1.2v-0.1c0.3-0.4,0.6-1.1,0.7-2c0.1-0.9,0.3-1.8,0.4-2.5c0.2-0.6,0.3-0.6,0.4-0.6l0.1,0
|
||||
c1.4-0.2,3.7-0.3,7-0.3c3.9-0.4,5.1-0.5,5.4-0.5h0.8l0.2,0l0.2-0.1c0.1,0,0.5-0.1,2.3-0.1c0.3,0,0.4,0,0.6,0
|
||||
c0,0.1,0.1,0.2,0.1,0.3l0.7,2.3v0.3l0.1,0.1c1.2,3.1,2.1,5.7,2.7,7.6c0.6,1.9,1.1,3.6,1.8,5c0.1,1.2,0.9,2,2.4,2c1.3,0,2-0.8,2-2
|
||||
c0-0.4-0.1-0.7-0.3-0.9L495.3,386.1z M485.6,371.6c-0.2,0-0.5,0.1-0.9,0.1c-1.1,0.1-2.1,0.2-3,0.2h-1.1c-0.2,0-0.4,0-0.8,0.2
|
||||
c-0.2,0.1-0.4,0.1-0.5,0.1c0,0-0.1,0-0.2,0l-0.4,0c-0.5,0-1.7,0.1-3.6,0.2c-1.4,0.1-2.6,0.1-3.6,0.1c0.1-0.5,0.3-1.2,0.7-2.3
|
||||
l2.3-8.1c0.3-0.7,0.6-1.4,0.7-2l0.5-1.1l0-0.1c0.4-2,0.9-4.3,1.6-7.1c0.4-1.6,0.7-2.6,0.8-3.3c0.1,0.4,0.3,0.9,0.4,1.4
|
||||
c0.3,1.1,0.4,1.5,0.5,1.7l0.7,2.1c0,0.2,0.1,0.5,0.3,0.6c2.1,6.3,3.4,10.4,3.9,12.1c0,0.4,0.2,0.9,0.4,1.6c0.3,0.9,0.6,1.9,1,2.9
|
||||
C485.4,371.1,485.5,371.4,485.6,371.6z"/>
|
||||
<path d="M519.8,388.7c-0.3-0.1-0.6-0.2-0.8-0.2c-0.2,0-0.5,0-1,0c-0.4,0-0.6,0-0.6,0c-0.9,0-2.2,0.1-4,0.2
|
||||
c-1.7,0.1-3.1,0.2-3.9,0.2h-0.7c0,0,0,0,0,0c0-0.1,0-0.3,0-0.4c0-0.3,0.1-0.5,0.1-0.7l-0.1-0.5c0-0.1,0-0.1,0-0.1l-0.1-1.6
|
||||
c0-0.2,0-1,0-2.5c0-1.5,0-2.3,0-2.4v-0.8c0-0.3,0-0.9,0-1.6c0-0.8,0-1.3,0-1.7c0-7-0.1-12-0.4-14.6v-1.4c0-0.1,0-0.8,0.1-2
|
||||
c0.1-1.7,0.1-2.1,0.1-2.2v-3.1c0-0.2,0-0.4,0-0.7c0-0.3,0-0.6,0-0.8c0-0.3,0-0.6-0.1-0.9l0.3-8.4c0-0.6-0.2-2.1-2.5-2.1
|
||||
c-0.2,0-0.5,0.1-0.8,0.2c-0.1,0-0.2,0.1-0.3,0.1H505l-1.2,0.6v0.4l-0.1,0.2v0.4l0.1,0.1c0.1,0.2,0.2,0.6,0.2,1.5
|
||||
c0,0.1,0,0.3,0,0.8c0,0.5,0,0.8,0,0.9s0,0.6,0.1,1.5c0.1,0.8,0.1,1.3,0.1,1.4c0,0.1,0,0.4,0,1c0,0.6,0,1,0,1c0,0.4,0,1.1,0.1,2.1
|
||||
c0.1,0.9,0.1,1.6,0.1,2.1c0,0.2,0,0.4,0,0.6c0,0.3,0,0.6,0,0.7v0.4c0,2.5-0.1,3.6-0.2,4.1l0,0.2l0,0.2c0.2,0.8,0.3,1.9,0.3,3.2
|
||||
v0.4l0,0.1c0.2,1,0.2,2.1,0.2,3.4c0,0.5,0,1.2-0.1,2.1c-0.1,1-0.1,1.5-0.1,1.5c0,0.5,0.1,1.3,0.2,2.2v0.3c0,0.3,0,0.7-0.1,1.3
|
||||
c-0.1,0.7-0.1,1.2-0.1,1.6c0,0.7,0.1,1.3,0.2,1.8c0,0.1-0.1,0.2-0.1,0.3c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.1v0.3
|
||||
c0,0,0,0.1,0,0.1l-0.1,0.3l0,0.2c0,0.1,0,0.3,0.1,0.5c0,0.1,0,0.1,0,0.2c0,0.1,0,0.3,0,0.7c0,0.4,0,0.7,0,0.9
|
||||
c0,0.4,0.1,0.8,0.2,1.1c0,1.9-0.1,3.4-0.2,4.3l0,0.1l0.1,0.6c0,0.3,0.1,0.5,0.1,0.6l-0.1,0.7v0.2l0,0c-0.2,0.2-0.3,0.4-0.3,0.7
|
||||
c0,0.3,0.1,0.8,0.8,1.2c0.4,0.3,0.8,0.4,1.2,0.4h2c0.1,0,0.6,0,3.2-0.3c2.3-0.2,3.1-0.3,3.3-0.3c0.4,0,0.9,0,1.6,0
|
||||
c0.7,0,1.2,0,1.6,0c1.1,0,2.1-0.3,3.1-0.8l0.4-0.2v-0.4c0-0.5-0.1-0.9-0.3-1.2C520.6,389.2,520.4,388.9,519.8,388.7z"/>
|
||||
<path d="M586.9,375.5l0-0.2c0-0.1,0-0.3-0.1-0.7l-0.1-0.4l0-1.4c-0.1-0.5-0.4-1.4-2.2-1.4H584l-1.6,1.1l-0.2,0.5v0.4
|
||||
c0,0.2,0,0.3,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2v7c0,0.7-0.1,1.5-0.3,2.2c-0.2,0.8-0.5,1.7-0.9,2.7c-0.4,0.9-1,1.6-1.9,2.2
|
||||
c-0.8,0.6-1.9,0.9-3.1,0.9c-1.3,0-2.5-0.2-3.7-0.5l-1.3-0.4c-1-0.4-1.2-0.5-1.2-0.5l-3.1-2.3c-0.5-0.3-1.4-1.2-2.6-4
|
||||
c-1.3-3-1.5-4-1.5-4.3v-0.2l-0.1-0.2c-0.1-0.1-0.2-0.4-0.2-1.2l-0.1-0.5l0.2-0.3l-0.3-0.4c-0.1-0.1-0.4-0.6-0.4-3.2l-0.1-1v-1.5
|
||||
c0-0.9,0.1-1.9,0.2-2.9c0.1-1,0.3-2.2,0.5-3.5c0.2-1.3,0.4-2.3,0.5-3l0-0.1c0-1.3,0.7-3.5,2-6.4c0.2-0.2,0.4-0.6,0.7-1.2
|
||||
c0.3-0.6,0.5-1.2,0.8-2c0.3-0.8,0.5-1.2,0.6-1.4c1.1-1.9,2.2-3.2,3.2-3.8c1-0.6,2.4-0.9,4.2-0.9c0.1,0,0.4,0,1,0.2
|
||||
c0.1,0,0.1,0,0.2,0v0.2l1.5,0.5l1.5,0.8c0.5,0.2,0.9,0.6,1.2,1c0.3,0.4,0.5,0.9,0.6,1.5c0.1,0.7,0.2,1.3,0.3,1.7
|
||||
c0,0.3,0.1,0.9,0.1,1.9v1.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.7,0.7,1.2,1,1.3c0.9,0.5,1.7,0.6,2.3,0.3c0.4-0.2,0.7-0.4,0.8-0.8
|
||||
c0.1-0.2,0.2-0.3,0.2-0.5c0.1-0.3,0.2-0.6,0.2-1v-2.7c0-4.2-2.2-7.1-6.6-8.8c-1.7-0.6-3.2-0.9-4.4-0.9c-2.3,0-3.1,0.2-3.4,0.4
|
||||
l-1.4,0.3l-0.2,0l-0.2,0.2c0,0-0.1,0-0.3,0.1c-0.4,0.1-0.8,0.3-1.1,0.5c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.2-0.4,0.5-0.6,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.3,0.4l-1.2,1.2c-0.2,0.2-0.6,0.5-1.1,1.8l-0.2,0.3c-0.6,0.6-1,1.2-1.3,2c-0.3,0.8-0.6,1.6-0.8,2.4
|
||||
c-0.2,0.9-0.4,1.3-0.4,1.4l-0.1,0.2v0.4c0,0,0,0.2-0.2,0.7c-0.2,0.4-0.4,1-0.6,1.6c-0.3,0.6-0.5,1.2-0.6,1.5
|
||||
c-0.3,0.9-0.6,2.2-0.8,4.3v0.8c0,0.2,0,0.7-0.2,1.6c-0.2,0.9-0.3,1.6-0.3,2.2v0.3c0,0.4,0,0.8-0.1,1.4c-0.1,0.9-0.1,1-0.1,1.1
|
||||
c0,0.3,0,0.8,0.1,1.3c0.1,0.4,0.1,0.8,0.1,1v2.7c0,1.6,0.5,3.9,1.7,7c1.1,3.1,2.4,5.4,3.8,6.9c0.5,0.6,1,1.1,1.5,1.6
|
||||
c0.5,0.5,1,0.8,1.3,1c0.3,0.2,0.8,0.4,1.4,0.7l0.8,0.4c2,1,4.4,1.6,7.2,1.7h0.6c2.7,0,5.1-0.9,7.4-2.7l0.5-0.4l0.2-0.1V389
|
||||
c0,0,0.1-0.3,0.9-1.3l0.2-0.4c0.2-0.3,0.4-0.7,0.5-1.2l0.5-2.6l0-0.5c0-0.4,0.1-0.5,0.1-0.5l0.2-0.2v-1.9c0-0.1,0-0.4,0.1-1
|
||||
c0.1-0.7,0.1-1,0.1-1.1c0-0.1,0-0.3-0.1-0.6l-0.1-0.2v-1.8C586.8,375.8,586.9,375.7,586.9,375.5z"/>
|
||||
<path d="M638.1,359.4v-0.1l-1.1-2.9v-0.6l-1.2-3.6l-0.6-1.1c-0.1-0.5-0.3-0.8-0.5-1.1L633,348c-0.1-0.2-0.2-0.4-0.4-0.6l-0.3-0.3
|
||||
c-0.3-0.4-0.4-0.5-0.4-0.5l-1.2-1.5v-0.3l-0.5-0.3c-0.2-0.3-0.4-0.4-0.5-0.5l-0.6-0.5c-0.5-0.4-0.9-0.8-1.3-1
|
||||
c-0.4-0.2-0.9-0.4-1.5-0.7c-0.6-0.2-1.2-0.5-1.8-0.8l-3.4-0.8l-0.2,0c-0.2,0-0.6,0-1.4-0.1c-0.8-0.1-1.3-0.1-1.4-0.1H618v-0.1
|
||||
h-0.8c-1.6,0-3.3,0.2-5.1,0.6c-0.8,0-1.7,0.2-2.8,0.7c-1.1,0.4-1.9,0.8-2.5,1.1c-0.8,0.4-1,0.6-1.2,0.7l-0.6,0.4
|
||||
c-0.8,0.5-1.6,1-2.2,1.6l-2,2c-1.6,1.6-2.9,3.6-3.9,6l-0.4,0.6c-0.6,0.8-1.1,1.8-1.5,3.2c-0.4,1.3-0.5,2.3-0.5,2.9
|
||||
c0,0.1,0,0.3-0.2,0.7c-0.2,0.5-0.3,0.9-0.3,1.3c0,0.3,0,0.5,0.1,0.6c0,0.2-0.1,0.4-0.1,0.9c-0.2,0.8-0.2,1.1-0.2,1.3v0.6
|
||||
c0,0.2,0,0.5,0.1,0.7v0.1c0,0.4,0,0.4,0,0.4l-0.1,0.1v0.2c0,0.4,0,0.6,0.1,0.8l0,0.1l0.5,4.3l0.1,0.2c0,0,0,0.1,0,0.2
|
||||
c0,0.4,0.1,0.6,0.2,0.8c0.9,4.2,3,8.6,6.1,13.1c0.2,0.3,0.5,0.5,0.8,0.7l1.2,1.1c1.9,1.8,4.7,3.2,8.4,4.1l0.5,0l0.3,0.1l0.4,0
|
||||
c0.1,0,0.1,0,0.2,0l0.6,0.5l0.3-0.2h0.9c0.4,0,0.7,0,1.1,0.1l0.1,0c1.6,0,3.3-0.2,5.1-0.7l2.4-0.7c0.3,0,0.6-0.1,1-0.3
|
||||
c0.3-0.1,0.6-0.3,0.9-0.4c0.2-0.1,0.4-0.2,0.5-0.3l0.6-0.3l0.1-0.1c0.1,0,0.4-0.3,1.8-0.9l0.4-0.2l2.8-2.3l0.1-0.2
|
||||
c0-0.1,0.2-0.3,0.9-1.1c0.5-0.6,1-1.3,1.4-1.8c0.4-0.6,0.7-1.1,0.9-1.7c0-0.1,0.1-0.3,0.4-0.8l0.9-1.7l0-0.2c0-0.4,0.2-0.7,0.4-1
|
||||
l0.2-0.2v-0.4c0.4-1.1,0.6-2,0.6-2.9l0.5-1.5c0.1-0.2,0.1-0.4,0.2-0.7c0-0.2,0.1-0.4,0.1-0.5l0.1-0.1l-0.5-0.4h0.7
|
||||
c0-1.1,0.1-2.3,0.4-3.7c0.3-1.5,0.4-2.4,0.4-2.9c0-0.6-0.2-1.6-0.5-3.1C638.1,359.9,638.1,359.5,638.1,359.4z M633.9,369.3l0,0.9
|
||||
l0,0c0,0.1-0.1,0.2-0.1,0.3c-0.2,0.7-0.2,1-0.2,1.2c0,0.1,0,0.1,0,0.2l-0.7,2l-0.3,1.2c-0.7,3.3-2.2,6.3-4.5,9l-0.2,0.3
|
||||
c-0.2,0.1-0.5,0.3-0.8,0.5c-0.4,0.3-0.8,0.7-1.3,1.1c-0.4,0.3-0.6,0.6-0.8,0.7l-0.3,0.1c-1.6,0.9-3.1,1.5-4.2,1.9
|
||||
c-1.1,0.4-2.5,0.5-4.1,0.5c-2.5,0-4.6-0.5-6.3-1.4l-0.8-0.5c-1.4-0.7-2-1-2.2-1.1l-2.3-1.9c-0.1-0.2-0.3-0.4-0.6-0.6
|
||||
c-0.3-0.3-0.6-0.7-0.9-1.1c-0.3-0.4-0.3-0.6-0.3-0.6v-0.2l-0.9-1.3c-0.1-0.2-0.2-0.4-0.4-0.6c-1.3-2.5-2.3-5.6-3-9
|
||||
c-0.2-0.9-0.3-2-0.3-3.1v-1.2l-0.1-0.1l0-0.5c0-0.1,0-0.2,0-0.4c0-0.2,0-0.4,0-0.5v-2.8c0.1-0.3,0.1-0.7,0.2-1.3
|
||||
c0.1-0.6,0.2-1,0.3-1.3l1.3-3.5l0-0.2c0-0.1,0.1-0.6,0.9-1.9l0.6-1c1-1.4,1.4-2.1,1.5-2.4l0.4-0.5l3.1-3l1.7-1.1
|
||||
c0.3-0.2,0.7-0.4,1.1-0.7l1.2-0.7c0,0,0.3-0.1,1.6-0.4l2.6-0.7c0.3,0,0.6,0,0.9-0.1c0.5,0,1.5,0.1,2.8,0.3c1.5,0.2,2,0.3,2.2,0.3
|
||||
l1.6,0.4l0.3,0.1l0.8,0.5l0.1,0.1c0.7,0.3,1.4,0.7,2.1,1.4c0.8,0.8,1.3,1.3,1.7,1.6l2.5,2.8c0.1,0.2,0.2,0.4,0.4,0.5l0.4,0.6
|
||||
c0.1,0.3,0.2,0.8,0.7,1.9l0.6,1.7c0.2,0.4,0.6,1.4,1.1,2.9l0.4,1.3l0.4,0.7c0,0.6,0.1,1.4,0.3,2.4c0.2,1.1,0.2,1.9,0.2,2.4
|
||||
c0,0.2,0,0.5,0,0.8c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.7-0.2,1c-0.1,0.3-0.1,0.6-0.1,0.8l-0.1,0.5L633.9,369.3z"/>
|
||||
<path d="M683.5,386.5c0-0.1,0-0.2,0.1-0.4c0.1-0.3,0.1-0.6,0.1-0.7c0-1.5-0.1-3.6-0.4-6.2c-0.3-2.6-0.4-4.5-0.4-5.6v-4.1
|
||||
c0-0.3,0-0.9-0.1-1.9c-0.1-0.9-0.1-1.6-0.1-2.1v-1.8c0-0.4-0.1-1.3-0.2-2.9c-0.1-1.6-0.2-2.7-0.2-3.5c0-2.8,0.1-4.9,0.3-6.2v-8.4
|
||||
l0-0.2c0,0,0-0.2,0-0.5c0-0.4-0.1-0.8-0.2-1.1c-0.2-0.3-0.5-0.7-1.3-0.7c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.1-0.3,0.1-0.3,0.1h-0.3
|
||||
c-0.6,0-0.9,0.3-1,0.7l-0.5,1.4c0,0.1-0.1,0.2-0.2,0.4c-0.1,0.2-0.2,0.3-0.2,0.4l-0.8,1c-0.2,0.2-0.4,0.4-0.6,0.7l-3,5.2
|
||||
c-1.1,1.5-1.8,2.6-2.1,3.4l-2.1,3.3c-0.1,0.2-0.4,0.7-0.7,1.4c-0.3,0.7-0.7,1.2-0.9,1.6l-2.7,4.2c-0.2-0.3-0.6-0.8-1-1.8l-0.1-0.2
|
||||
c-1.4-1.7-1.4-2.2-1.4-2.2v-0.2l-1.9-2.8c-0.5-1-1.2-2.2-2-3.4l-4.5-6.6c-0.5-0.7-1-1.4-1.5-2.3c-0.5-0.9-0.9-1.5-1.2-1.9
|
||||
c-0.3-0.3-0.8-0.7-1.6-0.7c-0.4-0.1-0.9,0-1.7,0.3c-0.4,0.1-1.5,0.6-1.5,1.5v0.3l0,0.2c0,0.1,0.1,0.5,0.1,1.9v1.3
|
||||
c0,0.5,0.1,1.2,0.3,2.2c0.2,1.1,0.2,1.6,0.2,2l0.8,8.4v0.8c0,5.2,0.3,10.3,0.8,15.2c0,0.2,0,0.5,0,0.9c0,0.3,0,0.7,0,1.1v2.4
|
||||
c0,0,0,0.4,0.1,0.9c0,0.5,0.1,0.7,0.1,0.8v1.8l0,0.2c0,0.1,0.1,0.5,0.2,1.5c0.1,0.8,0.1,1.6,0.3,2.2l0.1,1v0.4
|
||||
c0,0.3,0.1,0.6,0.2,1c0.1,0.4,0.1,0.5,0.1,0.5l-0.1,0.1v0.8l2.4,1.3v-0.8l0.3-0.1c1-0.7,1.2-1,1.2-1.4c0-0.1,0-0.3-0.1-1
|
||||
c-0.1-0.4-0.1-0.6-0.1-0.7v-1c0-0.2,0-0.5-0.1-0.9c-0.1-0.3-0.1-0.6-0.2-0.8l-0.1-0.4c0-0.1-0.1-0.4-0.1-1.2
|
||||
c0-0.7-0.1-1.2-0.1-1.7c-0.1-0.4-0.1-0.7-0.2-0.9c0-0.2,0-0.4,0-0.7c0-0.6,0-1.1,0-1.5c0-1.2,0-2.2-0.1-3
|
||||
c-0.1-0.8-0.1-1.3-0.1-1.7V374c0-0.4-0.1-0.9-0.2-1.6c-0.1-0.6-0.2-1.1-0.1-1.4l0-0.1c0-0.1,0-0.3,0-0.5c0-0.3,0-0.4,0-0.5v-0.2
|
||||
l-0.1-0.2c0-0.1-0.1-0.2-0.1-0.7v-2.6c0-0.9-0.1-1.5-0.2-2c0,0,0,0,0,0c0.1-0.2,0.1-0.4,0.1-0.6c0-0.3,0-0.6-0.1-1.2
|
||||
c-0.1-0.4-0.1-0.9-0.1-1.5c0-0.5,0-1,0-1.8c0-0.7,0-1.1,0-1.2l0-0.1l-0.1-0.1c0-0.1-0.1-0.4-0.2-1.8c-0.1-1.6-0.2-1.9-0.2-1.9
|
||||
v-0.4c0-0.2,0-0.4-0.1-0.6c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.2-0.1-0.3-0.1-0.3l-0.2-2.8c0,0,0,0,0,0l0.1,0.1c1.5,1.8,3.6,4.9,6.2,9.1
|
||||
l0.5,0.7c2.1,3.7,3.9,6.5,5.3,8.3c0.1,0.5,0.5,0.9,1.3,1.3l0.4,0.3h1l0.3,0l0.2-0.1c0,0,0.1-0.1,0.4-0.1c0.5-0.1,0.8-0.4,1.2-0.7
|
||||
l0.4-0.5l-0.4-0.5V367c0-0.3,0.2-1.2,1.9-3.9l1-1.6l0.7-0.8c0.3-0.2,0.7-0.7,1.2-2l0.7-1.6c0.4-0.7,1-1.7,1.9-3.1
|
||||
c0.9-1.3,1.5-2.3,1.8-2.9c0.1-0.1,0.2-0.2,0.3-0.4l1.9-3v3.8c0,0.4,0,1-0.1,1.7c-0.1,0.8-0.1,1.4-0.1,1.9l0,0.7l0.1,0.2
|
||||
c0.1,0.2,0.4,1.2,0.4,6.9v0.4c-0.1,0.4-0.1,0.6-0.1,0.9c0,0.6,0.1,1.5,0.2,2.7c0.1,1.2,0.2,2.1,0.2,2.5v1.6c0,0.6,0,0.7,0,0.7
|
||||
l-0.2,0.3l0.1,0.3c0.1,0.2,0.1,0.6,0.1,1.4v1.6c0,0,0,0.3,0.1,0.7v0.3c0,1.6,0.2,4.2,0.6,7.7v7.4c0,0.4,0.2,1.4,2,1.4l0.3,0
|
||||
c0.7-0.3,1.2-0.6,1.7-1.1l0.2-0.2V390h-0.2C683.6,389.6,683.5,388.6,683.5,386.5z"/>
|
||||
<path d="M728.2,386.5c0-0.1,0-0.2,0.1-0.4c0.1-0.3,0.1-0.6,0.1-0.7c0-1.5-0.1-3.5-0.4-6.2c-0.3-2.6-0.4-4.5-0.4-5.6v-4.1
|
||||
c0-0.3,0-0.9-0.1-1.9c-0.1-0.9-0.1-1.6-0.1-2.1v-1.8c0-0.4-0.1-1.3-0.2-2.9c-0.1-1.6-0.2-2.7-0.2-3.5c0-2.8,0.1-4.9,0.2-6.1l0-8.5
|
||||
l0-0.2c0,0,0-0.2,0-0.5c0-0.4-0.1-0.8-0.2-1.1c-0.2-0.3-0.5-0.7-1.3-0.7c-0.4,0-0.7,0.1-1.1,0.2c-0.3,0.1-0.3,0.1-0.3,0.1H724
|
||||
c-0.6,0-0.9,0.3-1,0.7l-0.5,1.4c0,0.1-0.1,0.2-0.2,0.4c-0.1,0.2-0.2,0.3-0.2,0.4l-0.8,1c-0.2,0.2-0.4,0.4-0.6,0.7l-3,5.2
|
||||
c-1.1,1.5-1.8,2.6-2.2,3.4l-2.1,3.3c-0.1,0.2-0.4,0.7-0.7,1.4c-0.3,0.7-0.7,1.2-0.9,1.6l-2.7,4.2c-0.2-0.3-0.6-0.8-1-1.8l-0.1-0.2
|
||||
c-1.4-1.7-1.4-2.2-1.4-2.2v-0.2l-1.9-2.8c-0.5-1-1.2-2.2-2-3.4l-4.5-6.6c-0.5-0.7-1-1.4-1.5-2.3c-0.5-0.9-0.9-1.5-1.2-1.9
|
||||
c-0.3-0.3-0.8-0.7-1.6-0.7c-0.4-0.1-0.9,0-1.7,0.3c-0.4,0.1-1.5,0.6-1.5,1.5v0.3l0,0.2c0,0.1,0.1,0.5,0.1,1.9v1.3
|
||||
c0,0.5,0.1,1.2,0.3,2.2c0.2,1.1,0.2,1.6,0.2,2l0.8,8.4v0.8c0,5.2,0.3,10.3,0.8,15.2c0,0.2,0,0.5,0,0.9c0,0.3,0,0.7,0,1.1v2.4
|
||||
c0,0,0,0.3,0.1,0.9c0.1,0.4,0.1,0.7,0.1,0.8v1.8l0,0.2c0,0.1,0.1,0.5,0.2,1.5c0.1,0.8,0.1,1.6,0.3,2.2l0.1,1v0.4
|
||||
c0,0.3,0.1,0.6,0.2,1c0.1,0.4,0.1,0.5,0.1,0.5l-0.1,0.1v0.8l2.4,1.3v-0.8l0.3-0.1c1-0.7,1.2-1,1.2-1.4c0-0.1,0-0.3-0.1-1
|
||||
c-0.1-0.4-0.1-0.6-0.1-0.7v-1c0-0.2,0-0.5-0.1-0.9c-0.1-0.3-0.1-0.6-0.2-0.8l-0.1-0.4c0-0.1-0.1-0.4-0.1-1.2
|
||||
c0-0.7-0.1-1.2-0.1-1.7c-0.1-0.4-0.1-0.7-0.2-0.9c0-0.2,0-0.4,0-0.7c0-0.6,0-1.1,0-1.5c0-1.2,0-2.2-0.1-3
|
||||
c-0.1-0.8-0.1-1.3-0.1-1.7V374c0-0.3-0.1-0.9-0.2-1.6c-0.2-0.8-0.2-1.2-0.1-1.5c0-0.1,0-0.3,0-0.5c0-0.3,0-0.4,0-0.5v-0.2
|
||||
l-0.1-0.2c0-0.1-0.1-0.2-0.1-0.7v-2.6c0-0.9-0.1-1.5-0.2-2c0,0,0,0,0,0c0.1-0.2,0.1-0.4,0.1-0.6c0-0.3,0-0.6-0.1-1.2
|
||||
c-0.1-0.4-0.1-0.9-0.1-1.5c0-0.5,0-1,0-1.8l0-0.6c0-0.3,0-0.5,0-0.5l0-0.1l-0.1-0.2c0,0-0.1-0.3-0.2-1.8c-0.1-1.6-0.2-1.9-0.2-1.9
|
||||
v-0.4c0-0.2,0-0.4-0.1-0.6c0-0.2-0.1-0.4-0.1-0.6c-0.1-0.2-0.1-0.2-0.1-0.3l-0.2-2.8c0,0,0,0,0,0l0.1,0.1c1.5,1.8,3.6,4.9,6.2,9.1
|
||||
l0.5,0.7c2.1,3.7,3.9,6.5,5.3,8.3c0.1,0.5,0.5,0.9,1.3,1.3l0.4,0.3h1l0.3,0l0.2-0.1c0,0,0.1-0.1,0.4-0.1c0.5-0.1,0.8-0.4,1.2-0.7
|
||||
l0.4-0.5l-0.4-0.5V367c0-0.3,0.2-1.2,1.9-3.9l1-1.6l0.7-0.8c0.3-0.2,0.6-0.7,1.2-2l0.7-1.6c0.4-0.7,1-1.7,1.9-3.1
|
||||
c0.9-1.3,1.5-2.3,1.8-2.9c0.1-0.1,0.2-0.2,0.3-0.4l1.9-3v3.8c0,0.4,0,1-0.1,1.7c-0.1,0.8-0.1,1.4-0.1,1.9l0,0.7l0.1,0.2
|
||||
c0.1,0.2,0.4,1.2,0.4,6.9v0.4c-0.1,0.4-0.1,0.6-0.1,0.9c0,0.6,0.1,1.5,0.2,2.7c0.1,1.2,0.2,2.1,0.2,2.5v1.6c0,0.6,0,0.7,0,0.7
|
||||
l-0.2,0.3l0.1,0.3c0.1,0.2,0.1,0.6,0.1,1.4v1.6c0,0,0,0.3,0.1,0.7v0.3c0,1.6,0.2,4.2,0.6,7.7v7.4c0,0.4,0.2,1.4,2,1.4l0.3,0
|
||||
c0.7-0.3,1.2-0.6,1.7-1.1l0.2-0.2V390h-0.2C728.3,389.6,728.2,388.6,728.2,386.5z"/>
|
||||
<path d="M766.4,340.8c-0.5-0.3-0.9-0.4-1.2-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.2,0-0.3,0H764l-1.5,0.9v0.7c0,0.3,0.1,0.6,0.2,0.9
|
||||
v1.5l0,0.2c0,0.1,0.1,0.5,0.1,2.3l0.2,3.4c0,0.1,0,0.2,0.1,0.6l0,0.1l0,0.3c-0.1,0.4-0.1,0.5-0.1,0.6v0.8l-0.2,0.3v0.9
|
||||
c0,0.1,0,0.3-0.1,0.7c-0.1,0.5-0.1,0.8-0.1,0.9v1.3c0,0.3,0,0.7,0.1,1.3c0.1,0.5,0.1,0.9,0.1,1.2c0,0.4-0.1,0.6,0,0.6c0,0,0,0,0,0
|
||||
l-0.1,0.2v0.6l-0.2,1.1l0,1.7c0,0.2,0,0.4-0.1,0.6c-0.1,0.4-0.1,0.6-0.1,0.7c0,0.2,0,0.4,0.1,0.6v0.1c-0.1,0.4-0.1,1-0.1,1.9
|
||||
c0,0.9-0.2,1.4-0.4,1.7l-0.1,0.1l-0.5,3.4l0,2.8c0,0.3-0.1,0.7-0.1,1.1c-0.1,0.5-0.2,1.1-0.2,1.8c-0.2,0.6-0.5,1.7-1.1,3
|
||||
c-0.6,1.5-1,2.5-1.1,3.1l0,0.1c0,0-0.1,0.3-0.7,1.1c-0.5,0.7-1,1.3-1.4,1.7l-1.6,1.1c0,0-0.1,0-0.2,0.1l-0.1,0
|
||||
c-1.1,0.4-2.1,0.5-3.2,0.5h-2.3c-2.1,0-4.1-1.7-5.9-5c0-0.4-0.2-0.9-0.5-1.6c-0.3-0.7-0.4-1.1-0.4-1.2c0-0.1,0-0.2-1.1-5.5v-0.1
|
||||
c0-0.2,0-0.4-0.1-0.7c-0.1-0.2-0.1-0.4-0.1-0.5l-0.9-6.4c0-0.2,0-0.7-0.1-1.6c-0.1-1-0.1-1.6-0.1-1.9l0-0.8
|
||||
c-0.4-3.6-0.5-4.5-0.5-4.6c0-0.9,0.1-2.3,0.2-4.2c0.2-2,0.3-3.4,0.3-4.3c0,0,0-0.5,0-1.3c0-0.8,0-1.5,0-1.9c0-0.7,0.1-1.6,0.2-2.6
|
||||
c0.1-1.1,0.2-2,0.2-2.5v-0.9l-0.2-0.2c-0.5-0.6-1.3-0.9-2.2-0.9c-1.4,0-2.3,0.8-2.3,2.2v0.7c0,0.1,0,0.4-0.1,0.8
|
||||
c-0.1,0.6-0.1,0.9-0.1,0.9v6.7l0.1,0.1c0.1,0.2,0.1,0.4,0.1,0.6c0,0.4-0.1,1-0.2,1.8c-0.1,0.9-0.2,1.6-0.2,2v5l0,0.2
|
||||
c0.2,0.5,0.3,1.3,0.3,2.3c0.1,1.1,0.1,1.7,0.1,2l0.6,6.4l0.1,0c0,0,0,0,0,0.1l0.5,3.8c0,0.2,0.2,1,1.1,5.1v0.3
|
||||
c0,1.3,0.6,3,1.9,5.4c1.6,2.9,3,4.4,4.4,4.5l0.3,0.1c1.2,0.9,3.1,1.3,5.6,1.3c2.5,0,4.7-0.5,6.5-1.3c1.9-0.9,3.1-1.8,3.8-2.7
|
||||
c0.7-0.8,1.2-1.7,1.5-2.6l0.1-0.1v-0.2c0.1-0.2,0.3-0.7,0.7-1.5c0.4-0.8,0.7-1.4,0.8-1.9c0.2-0.3,0.4-0.8,0.6-1.5
|
||||
c0.2-0.7,0.4-1.3,0.5-1.9l0.3-0.9c0.2-0.9,0.4-2.2,0.4-4v-0.5l-0.2-0.3c0,0,0,0,0,0c0-0.2,0.2-1,0.7-3.3l0-0.6l0.1-0.2l0-0.4
|
||||
c0.3-1.5,0.4-3,0.4-4.5v-1.7c0-0.2,0-0.7,0.2-1.7c0.2-0.9,0.2-1.5,0.2-2v-1c0,0,0-0.3-0.1-0.7c0-0.3-0.1-0.5-0.1-0.6
|
||||
c0-0.7,0.1-1.7,0.2-3c0.2-1.3,0.3-2.4,0.3-3.1c0-0.7-0.1-1.2-0.2-1.6v-5.9c0.1-0.2,0.2-0.4,0.2-0.5v-0.2l-0.1-0.2
|
||||
C767.2,341.4,766.9,341.1,766.4,340.8z"/>
|
||||
<path d="M807.6,340.2c-1.4,0-2,0.6-2.3,1.1l-0.1,0.2v0.2c0,0.2,0,0.3,0.1,0.6c0,0.1,0,0.2,0.1,0.2c0,0,0,0,0,0l-0.8,6.8l0.1,0.2
|
||||
c0,0,0,0,0,0c0,0.6-0.1,1.8-0.3,3.6c-0.2,1.9-0.3,3.3-0.3,4.3v1.5c0,0.3-0.1,1-0.2,1.9c-0.1,1-0.2,1.7-0.2,2.2v0.4l0.1,0.3
|
||||
l-0.1,0.6v0.5c-0.3,1.4-0.4,3.3-0.4,5.7v1.6c0,0.1,0,0.9-0.1,2.1c-0.1,1.3-0.1,2.2-0.1,2.7v1.1c0,0.1,0,0.3,0.2,2.8
|
||||
c0,0.6,0.1,1.1,0.1,1.6c-0.1-0.1-0.2-0.3-0.2-0.4c-0.1-0.2-0.2-0.4-0.3-0.5l-0.9-1.4c-0.1-0.3-0.4-0.6-0.6-0.8
|
||||
c-0.1-0.1-0.2-0.2-0.2-0.2v-0.1L801,379c-0.6-0.8-2.6-3.9-6.2-9.3l-1.3-2.2c-0.3-0.5-0.9-1.5-1.8-2.8c-0.8-1.3-1.5-2.3-1.9-3
|
||||
l-0.5-1.2c-0.1-0.3-0.3-0.9-1.6-2.7c-1.2-1.8-1.3-2.3-1.3-2.3v-0.2l-1-1.6c-0.1-0.6-0.4-1.2-1-2.1l-2.5-4.6l-0.6-0.9l-1.1-2.1
|
||||
c-0.1-0.1-0.2-0.5-0.5-1.2c-0.3-0.8-0.6-1.4-1-1.8c-0.5-0.5-1.1-0.7-1.8-0.7c-0.6,0-1,0.1-1.4,0.2c-0.7,0.3-0.9,0.7-1,1.1
|
||||
c-0.1,0.3-0.2,0.6-0.2,0.8c0,0.2,0,0.6,0,1c0,0.4,0,0.6,0,0.7c0,0.1,0,0.4,0,0.7c0,0.3,0,0.5,0,0.6v1.3c0,0.6,0.1,1.3,0.3,1.8
|
||||
l0.2,3.9c0.1,1.7,0.2,3.1,0.3,4l-0.1,5.5c0,0.1,0,0.6,0,1.4c0,0.9,0,1.4,0,1.5v1.1c0,0.5,0,1.1,0,1.8c0,0.7,0,1.2,0,1.4l0.3,7.7
|
||||
v0.5c0,4.7,0.3,6.2,0.7,6.8l0.2,7.1c0,0.7,0.7,0.9,0.9,1c0.4,0.1,0.7,0.2,0.9,0.2c0.6,0,1.1-0.2,1.5-0.6c0.4-0.4,0.7-0.8,0.7-1.3
|
||||
c0-0.4-0.1-0.8-0.3-1.5l-0.3-6.1c0-1.1-0.1-2.7-0.4-5c-0.4-2.9-0.4-3.5-0.4-3.7v-2.6c0-0.4,0-1.3-0.1-2.5c0-1-0.1-1.6-0.1-1.8
|
||||
c0.2-1,0.3-2.6,0.3-5l-0.1-1.9c0-1.2,0-1.4,0-1.4l0.1-0.1l0-0.6l0.1-0.2l-0.5-8.5l0.3,0.5c0.1,0.3,0.3,0.6,0.5,0.7l2,3.7
|
||||
c0.6,1.7,1.4,3,2.3,4c0.1,0.4,0.2,0.8,0.5,1.2c0.3,0.4,0.5,0.8,0.8,1c0,0,0,0,0,0l0.1,0.3l0,0.2c0.6,1.5,1.7,3.4,3.2,5.6
|
||||
c1.6,2.4,2.2,3.4,2.4,3.9c0.1,0.7,0.4,1.5,1.1,2.4c0.5,0.7,1,1.4,1.5,1.9l1.5,2.3c0,0.1,0.1,0.3,0.3,0.6l0.1,0.1
|
||||
c1.4,1.9,2.6,3.7,3.5,5.2l1.1,1.8c0.2,0.3,0.5,0.7,1,1.3c0.4,0.6,0.8,1,1,1.4c0.2,0.4,0.3,0.7,0.3,0.8v0.2l1.5,2.6l0.2,0.1
|
||||
c0.5,0.3,1,0.4,1.5,0.5l0.2,0l1.5-0.7l0.5-0.5l-0.2-3.4c0-0.1,0-0.4,0-1c0-0.5,0-0.8,0-0.9l-0.4-11.7c0-0.1,0-0.2,0.1-0.5
|
||||
c0.1-0.4,0.1-0.6,0.1-0.7l-0.1-2l-0.1-0.1l0-0.2c0-1.7,0.2-3.2,0.5-4.6l0-0.2c0-3.1,0.2-5.6,0.6-7.4l0-0.2c0-0.2,0-0.4,0-0.8
|
||||
c0-0.3,0-0.5,0-0.6c0-0.9,0.1-2.2,0.3-3.9l0-0.4l0,0l0.1-1.4c0,0,0-0.1,0.1-0.2c0.1-0.3,0.2-0.6,0.2-0.9c0-0.1,0-0.4,0-0.7
|
||||
c0-0.2,0-0.4,0-0.5c0-1.5,0.2-2.9,0.6-4.4l0.1-0.4l0-0.2c0-0.1,0-0.3-0.1-0.4c0-0.1,0.1-0.2,0.1-0.3c0.2-0.4,0.3-0.7,0.3-0.9
|
||||
C809.8,341.6,809.6,340.2,807.6,340.2z"/>
|
||||
<path d="M822.1,374c0-0.7,0-1.7-0.1-3c-0.1-1.2-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.6-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.5-0.1,2.6-0.1,3.3v1.3l0.1,0.2c0.4,0.6,0.9,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L822.1,374z"/>
|
||||
<path d="M858.5,375.5l0-0.2c0-0.1,0-0.3-0.1-0.6l-0.1-0.4l0-1.4c-0.1-0.5-0.4-1.4-2.2-1.4h-0.6l-1.6,1.1l-0.2,0.5v0.4
|
||||
c0,0.2,0,0.3,0.2,0.7c0,0.1,0.1,0.2,0.1,0.2v7c0,0.7-0.1,1.5-0.3,2.2c-0.2,0.8-0.5,1.7-0.9,2.7c-0.4,0.9-1,1.6-1.9,2.2
|
||||
c-0.8,0.6-1.9,0.9-3.1,0.9c-1.3,0-2.5-0.2-3.7-0.5l-1.3-0.4c-1-0.4-1.2-0.5-1.2-0.5l-3.1-2.3c-0.5-0.3-1.4-1.2-2.6-4
|
||||
c-1.3-3-1.5-4-1.5-4.3v-0.2l-0.1-0.2c-0.1-0.1-0.2-0.4-0.2-1.2l-0.1-0.5l0.2-0.3l-0.3-0.4c-0.1-0.1-0.4-0.6-0.4-3.2l-0.1-1v-1.5
|
||||
c0-0.9,0.1-1.9,0.2-2.9c0.1-1,0.3-2.2,0.5-3.5c0.2-1.3,0.4-2.3,0.5-3l0-0.1c0-1.3,0.7-3.5,2-6.4c0.2-0.2,0.4-0.6,0.7-1.2
|
||||
c0.3-0.6,0.5-1.2,0.8-2c0.3-0.8,0.5-1.2,0.6-1.4c1.1-1.9,2.2-3.2,3.2-3.8c1-0.6,2.4-0.9,4.2-0.9c0.1,0,0.4,0,1,0.2
|
||||
c0.1,0,0.1,0,0.2,0v0.2l1.5,0.5l1.5,0.8c0.5,0.2,0.8,0.6,1.2,1c0.3,0.4,0.5,0.9,0.6,1.5c0.1,0.7,0.2,1.3,0.3,1.7
|
||||
c0,0.3,0.1,0.9,0.1,1.9v1.8c-0.1,0.2-0.1,0.4-0.1,0.5c0,0.7,0.7,1.2,1,1.3c0.9,0.5,1.7,0.6,2.3,0.3c0.4-0.2,0.7-0.4,0.8-0.8
|
||||
c0.1-0.2,0.2-0.3,0.2-0.5c0.1-0.3,0.2-0.6,0.2-1v-2.7c0-4.2-2.2-7.1-6.6-8.8c-1.7-0.6-3.1-0.9-4.4-0.9c-2.3,0-3.1,0.2-3.4,0.4
|
||||
l-1.4,0.3l-0.2,0l-0.2,0.2c0,0-0.1,0-0.3,0.1c-0.4,0.1-0.8,0.3-1.1,0.5c-0.3,0.2-0.6,0.4-0.8,0.6c-0.2,0.2-0.4,0.5-0.6,0.7
|
||||
c-0.1,0.2-0.3,0.4-0.3,0.4l-1.2,1.2c-0.2,0.2-0.6,0.5-1.1,1.8l-0.2,0.3c-0.6,0.6-1,1.2-1.3,2c-0.3,0.8-0.6,1.6-0.8,2.4
|
||||
c-0.2,0.9-0.4,1.3-0.4,1.4l-0.1,0.2v0.4c0,0,0,0.2-0.2,0.7c-0.2,0.4-0.4,1-0.6,1.6c-0.3,0.6-0.5,1.2-0.6,1.5
|
||||
c-0.3,0.9-0.6,2.2-0.8,4.3v0.8c0,0.2,0,0.7-0.2,1.6c-0.2,0.9-0.3,1.6-0.3,2.2v0.3c0,0.4,0,0.8-0.1,1.4c-0.1,0.9-0.1,1-0.1,1.1
|
||||
c0,0.3,0,0.7,0.1,1.3c0.1,0.4,0.1,0.8,0.1,1v2.7c0,1.6,0.5,3.9,1.7,7c1.1,3.1,2.4,5.4,3.8,6.9c0.5,0.6,1,1.1,1.5,1.6
|
||||
c0.6,0.5,1,0.8,1.3,1c0.3,0.2,0.8,0.4,1.4,0.7l0.8,0.4c2,1,4.4,1.6,7.2,1.7h0.6c2.7,0,5.1-0.9,7.4-2.7l0.5-0.4l0.2-0.1V389
|
||||
c0,0,0.1-0.3,0.9-1.3l0.2-0.4c0.2-0.3,0.4-0.7,0.5-1.2l0.5-2.6l0-0.5c0-0.4,0.1-0.5,0.1-0.5l0.2-0.2v-1.9c0-0.1,0-0.4,0.1-1
|
||||
c0.1-0.7,0.1-1,0.1-1.1c0-0.1,0-0.3-0.1-0.6l-0.1-0.2v-1.8C858.5,375.8,858.5,375.7,858.5,375.5z"/>
|
||||
<path d="M898.8,386.1l-0.2-0.2c0,0,0,0,0,0v-0.1c0-0.6-0.2-1.3-0.5-2.2c-0.3-0.8-0.6-1.5-0.8-2.1c-0.2-0.4-0.3-0.6-0.3-0.7
|
||||
l-0.1-0.2c-1.6-3.9-2.2-5.4-2.4-6.1l0.2-0.1V374c0-0.2,0-0.5-0.1-0.8c0-0.1-0.1-0.2-0.1-0.3v-0.4l-0.8-0.6
|
||||
c-0.3-0.4-0.5-0.9-0.7-1.5l-0.6-2.5l-0.1-0.1c-0.3-0.4-0.6-1.1-0.7-2v-0.3l-0.3-0.6l-0.1-0.1c0,0-0.1-0.2-0.1-1.1V363l-0.3-0.2
|
||||
c-0.1-0.1-0.4-0.4-0.6-1.1c-0.2-0.6-0.5-1.5-0.7-2.5c-0.4-1.5-0.5-1.9-0.6-2.1l-2.3-6.8c-0.1-0.2-0.3-0.7-0.5-1.6
|
||||
c-0.2-0.8-0.3-1.4-0.4-1.8l0-0.1c-0.7-1.5-0.7-1.8-0.7-1.9l-0.6-2.2c0-0.5-0.3-1-0.7-1.5c-0.5-0.6-1.2-0.9-2.1-0.9
|
||||
c-0.8,0-1.4,0.2-1.8,0.6c-0.4,0.4-0.6,1-0.8,2c-0.2,0.4-0.3,0.7-0.4,0.9l-1.1,4.3l-0.2,0.3v0.3c0,1-0.1,1.4-0.1,1.6l-0.1,0.1
|
||||
l-0.1,0.3c-0.2,0.9-0.9,3.3-2,6.9c-1.1,3.6-1.8,6.4-2.2,8.4c-0.5,0.7-0.7,1.5-0.7,2.3l-0.4,1.4l0,0.5c0,0.1,0,0.5-0.5,1.5
|
||||
c-0.6,1.2-0.7,1.6-0.8,1.9l-0.5,2.3l-0.1,0.1l-0.1,0.3c-0.2,0.7-0.5,2-1.1,4c-0.7,2.3-0.9,3.3-0.9,3.8l-0.1,0.1l0,0.2
|
||||
c-0.4,1.7-1,3.6-1.7,5.7l0,0.2c0,0.3,0.1,0.5,0.2,0.7c0.1,0.2,0.2,0.3,0.4,0.4c0.1,0.1,0.3,0.2,0.5,0.3c0.1,0.1,0.2,0.1,0.3,0.2
|
||||
c0.1,0.1,0.3,0.1,0.5,0.2c0.1,0,0.1,0,0.1,0l0.2,0.1h0.2c1,0,1.8-1.1,2.6-3.8c0.6-2.1,0.9-3.7,1-4.8c0.1-0.2,0.3-0.5,0.4-0.9
|
||||
c0.2-0.6,0.3-0.9,0.3-1.2v-0.1c0.3-0.4,0.6-1.1,0.7-2c0.1-0.9,0.3-1.8,0.4-2.5c0.2-0.6,0.3-0.6,0.4-0.6l0.1,0
|
||||
c1.4-0.2,3.7-0.3,7-0.3c3.9-0.4,5.1-0.5,5.4-0.5h0.8l0.2,0l0.2-0.1c0.1,0,0.5-0.1,2.3-0.1c0.3,0,0.4,0,0.6,0
|
||||
c0,0.1,0.1,0.2,0.1,0.3l0.7,2.3v0.3l0.1,0.1c1.2,3.1,2.1,5.7,2.7,7.6c0.6,1.9,1.1,3.6,1.8,5c0.1,1.2,0.9,2,2.4,2c1.3,0,2-0.8,2-2
|
||||
c0-0.4-0.1-0.7-0.3-0.9L898.8,386.1z M889.1,371.6c-0.2,0-0.5,0.1-0.9,0.1c-1.1,0.1-2.1,0.2-3,0.2h-1.1c-0.2,0-0.4,0-0.8,0.2
|
||||
c-0.2,0.1-0.4,0.1-0.5,0.1c0,0-0.1,0-0.2,0l-0.4,0c-0.5,0-1.7,0.1-3.6,0.2c-1.4,0.1-2.6,0.1-3.6,0.1c0.1-0.5,0.3-1.2,0.7-2.3
|
||||
l2.3-8.1c0.3-0.7,0.6-1.4,0.7-2l0.5-1.1l0-0.1c0.4-2,0.9-4.3,1.6-7.1c0.4-1.6,0.7-2.6,0.8-3.3c0.1,0.4,0.3,0.9,0.4,1.4
|
||||
c0.3,1.1,0.4,1.5,0.5,1.7l0.7,2.1c0,0.2,0.1,0.5,0.3,0.6c2.1,6.3,3.4,10.4,3.9,12.1c0,0.4,0.2,0.9,0.4,1.6c0.3,0.9,0.6,1.9,1,2.9
|
||||
C888.9,371.1,889,371.4,889.1,371.6z"/>
|
||||
<path d="M933,341.1l-0.2-0.1h-1.3c-1.1,0-2.7-0.1-4.7-0.2c-2.2-0.2-3.7-0.2-4.8-0.2c-0.6,0-1.6,0-2.9,0.1
|
||||
c-1.2,0.1-2.1,0.1-2.8,0.1c-1.5,0-2.8-0.1-3.8-0.3l-0.3,0l-0.3,0.1c-0.1,0-0.3,0-0.7-0.1c-0.6-0.2-0.9-0.2-1.1-0.2
|
||||
c-0.7,0-2.9,0-2.9,1.5c0,0.8,0.5,1.8,2.8,2.1l0.7,0l0.3,0.1l3.1,0l0.8,0.1l1.9,0l1.2,0.2v6.1l0,0.2c0,0,0.1,0.2,0.1,0.6
|
||||
c0,0.4,0.1,0.7,0.1,0.9l0.3,3c-0.1,0.2-0.1,0.3-0.1,0.5c0,0.2,0.1,0.5,0.2,0.7c0,0.3,0,0.9,0,1.8c0,1.4,0.1,2.9,0.3,4.6
|
||||
c0.2,1.7,0.3,3.2,0.3,4.5v4.5l0.3,1.9v7.9l0.1,9.9l0.2,0.2c0.6,0.6,1,0.8,1.4,0.8c1.1,0,1.9-0.3,2.4-0.9l0.2-0.2v-7.8
|
||||
c0-0.7,0-1.8-0.1-3.1c-0.1-1.3-0.1-2.4-0.1-3v-6.7c0-1.4-0.1-3.2-0.3-5.3c-0.2-2-0.3-3.4-0.3-4.2c-0.1-1.1-0.2-3-0.4-6
|
||||
c-0.2-2.8-0.3-5.1-0.3-6.7c-0.1-0.4,0-1.1,0.1-2c0.1-1,0.2-1.7,0.2-2.2V344c1.2,0,2.1,0,2.7,0.1l1.5,0.3l1.6,0
|
||||
c0.5,0,1.2,0.1,2.2,0.2c1.5,0.2,1.6,0.2,1.7,0.2c1.8,0,2-1,2-1.4v-0.8C934.7,342,934.2,341.7,933,341.1z"/>
|
||||
<path d="M947,374c0-0.7,0-1.7-0.1-3c-0.1-1.3-0.1-2.2-0.1-2.8v-1.6c0.1-0.2,0.2-0.4,0.2-0.6c0-1.9-0.1-4.7-0.4-8.5
|
||||
c-0.3-3.7-0.4-6.5-0.4-8.4v-3.1c0-0.4,0-1,0.1-1.8c0.1-0.8,0.1-1.4,0.1-1.8c0-1.2-0.7-2-1.9-2c-0.4,0-0.9,0.1-1.5,0.2
|
||||
c-0.9,0.2-1.3,0.6-1.3,1.2v0.2c0,0.2,0,1,0.1,2.4c0.1,1.4,0.1,2.2,0.1,2.3v5.2c0,0.4,0,0.9,0.1,1.6c0.1,0.6,0.1,0.9,0.1,1l0.3,4.8
|
||||
c0.1,2.4,0.2,5.9,0.3,10.3c0.1,4.5,0.2,7.6,0.2,9.5v0.5l0,0.1c0.2,1.1,0.2,2.3,0.2,3.4v0.4c0,0.7,0,1.7-0.1,3.1
|
||||
c-0.1,1.4-0.1,2.5-0.1,3.3v1.3l0.1,0.2c0.4,0.6,1,0.9,1.7,0.9c1.6,0,2.2-0.7,2.5-1.4l0-2.2c0,0,0-0.1,0-0.1l0.1-0.1v-3.9
|
||||
c0-2-0.1-3.4-0.3-4.1L947,374z"/>
|
||||
<path d="M998.5,359.4v-0.1l-1.1-2.9v-0.6l-1.2-3.6l-0.6-1.1c-0.1-0.5-0.3-0.8-0.5-1.1l-1.7-2.1c-0.1-0.2-0.2-0.4-0.4-0.6l-0.3-0.3
|
||||
c-0.3-0.4-0.4-0.5-0.4-0.5l-1.2-1.5v-0.3l-0.5-0.3c-0.2-0.3-0.4-0.4-0.5-0.5l-0.6-0.5c-0.5-0.4-0.9-0.8-1.3-1
|
||||
c-0.4-0.2-0.9-0.4-1.5-0.7c-0.6-0.2-1.2-0.5-1.8-0.8l-3.4-0.8l-0.2,0c-0.2,0-0.6,0-1.4-0.1c-0.8-0.1-1.3-0.1-1.4-0.1h-0.1v-0.1
|
||||
h-0.8c-1.6,0-3.3,0.2-5.1,0.6c-0.8,0-1.7,0.2-2.8,0.7c-1.1,0.4-1.9,0.8-2.5,1.1c-0.8,0.4-1,0.6-1.2,0.7l-0.5,0.4
|
||||
c-0.8,0.5-1.6,1-2.2,1.6l-2,2c-1.6,1.6-2.9,3.6-3.9,6l-0.4,0.6c-0.6,0.8-1.1,1.8-1.5,3.2c-0.4,1.3-0.5,2.3-0.5,2.9
|
||||
c0,0.1,0,0.3-0.2,0.7c-0.2,0.5-0.3,0.9-0.3,1.3c0,0.3,0,0.5,0.1,0.6c0,0.2-0.1,0.4-0.1,0.9c-0.1,0.6-0.2,1-0.2,1.3v0.6
|
||||
c0,0.2,0,0.5,0.1,0.7v0.1c0,0.3,0,0.4,0,0.4v0l-0.1,0.1v0.2c0,0.4,0,0.6,0.1,0.8l0,0.1l0.5,4.3l0.1,0.2c0,0,0,0.1,0,0.2
|
||||
c0,0.4,0.1,0.6,0.2,0.8c0.9,4.2,3,8.6,6.1,13.1c0.2,0.3,0.5,0.5,0.8,0.7l1.2,1.1c1.9,1.8,4.7,3.2,8.4,4.1l0.5,0l0.3,0.1l0.4,0
|
||||
c0.1,0,0.1,0,0.2,0l0.6,0.5l0.3-0.2h0.9c0.3,0,0.7,0,1.1,0.1l0.1,0c1.6,0,3.3-0.2,5.1-0.7l2.4-0.7c0.3,0,0.6-0.1,1-0.3
|
||||
c0.3-0.1,0.6-0.3,0.9-0.4c0.2-0.1,0.4-0.2,0.5-0.3l0.6-0.3l0.1-0.1c0.1,0,0.4-0.3,1.8-0.9l0.4-0.2l2.8-2.3l0.1-0.2
|
||||
c0.1-0.1,0.2-0.3,0.9-1.1c0.5-0.6,1-1.3,1.4-1.8c0.4-0.6,0.7-1.1,0.9-1.7c0-0.1,0.1-0.3,0.4-0.8l0.9-1.7l0-0.2
|
||||
c0-0.4,0.2-0.7,0.4-1l0.2-0.2v-0.4c0.4-1.1,0.6-2,0.6-2.9l0.5-1.5c0.1-0.2,0.2-0.4,0.2-0.7c0-0.2,0.1-0.4,0.1-0.5l0.1-0.1
|
||||
l-0.5-0.4h0.7c0-1.1,0.1-2.3,0.4-3.7c0.3-1.5,0.4-2.4,0.4-2.9c0-0.6-0.2-1.6-0.5-3C998.5,359.9,998.5,359.5,998.5,359.4z
|
||||
M994.3,369.3l0,0.9l0,0c0,0.1-0.1,0.2-0.1,0.3c-0.2,0.7-0.2,1-0.2,1.1c0,0.1,0,0.2,0,0.2l-0.7,2l-0.3,1.2c-0.7,3.3-2.2,6.3-4.5,9
|
||||
l-0.2,0.3c-0.2,0.1-0.5,0.3-0.8,0.5c-0.4,0.3-0.8,0.7-1.3,1.1c-0.4,0.3-0.6,0.6-0.8,0.7l-0.3,0.1c-1.7,0.9-3.1,1.5-4.2,1.9
|
||||
c-1.1,0.4-2.5,0.5-4.1,0.5c-2.5,0-4.6-0.5-6.3-1.4l-0.8-0.5c-1.4-0.7-2-1-2.2-1.1l-2.3-1.9c-0.1-0.2-0.3-0.4-0.6-0.6
|
||||
c-0.3-0.3-0.6-0.7-0.9-1.1c-0.3-0.4-0.3-0.6-0.3-0.6v-0.2l-0.9-1.3c-0.1-0.2-0.2-0.4-0.4-0.6c-1.3-2.5-2.3-5.6-3-9
|
||||
c-0.2-0.9-0.3-2-0.3-3.1v-1.2l-0.1-0.1l0-0.5c0-0.1,0-0.2,0-0.4c0-0.2,0-0.4,0-0.5v-2.8c0.1-0.3,0.1-0.7,0.2-1.3
|
||||
c0.1-0.6,0.2-1.1,0.3-1.3l1.3-3.5l0-0.2c0-0.1,0.1-0.6,0.8-1.9l0.6-1c1-1.4,1.4-2.1,1.5-2.4l0.4-0.5l3.1-3l1.7-1.1
|
||||
c0.3-0.2,0.7-0.4,1.1-0.7l1.1-0.7c0,0,0.3-0.2,1.6-0.4l2.6-0.7c0.3,0,0.6,0,0.9-0.1c0.5,0,1.5,0.1,2.8,0.3c1.5,0.2,2,0.3,2.2,0.3
|
||||
l1.6,0.4l0.3,0.1l0.8,0.5l0.1,0.1c0.7,0.3,1.4,0.7,2.1,1.4c0.8,0.8,1.3,1.3,1.7,1.6l2.5,2.8c0.1,0.2,0.2,0.4,0.4,0.5l0.4,0.6
|
||||
c0.1,0.3,0.2,0.8,0.7,1.9l0.6,1.7c0.2,0.4,0.6,1.4,1.2,2.9l0.4,1.3l0.4,0.7c0,0.6,0.1,1.4,0.3,2.4c0.2,1.1,0.2,1.9,0.2,2.4
|
||||
c0,0.2,0,0.5,0,0.8c0,0.3-0.1,0.6-0.1,0.9c-0.1,0.3-0.2,0.7-0.2,1c-0.1,0.3-0.1,0.6-0.1,0.8l-0.1,0.5L994.3,369.3z"/>
|
||||
<path d="M1041.8,341.9c0-0.4-0.2-1.7-2.2-1.7c-1.2,0-1.9,0.4-2.3,1.1l-0.1,0.2v0.2c0,0.2,0,0.4,0.1,0.6c0,0.1,0,0.2,0.1,0.2
|
||||
c0,0,0,0,0,0l-0.8,6.8l0.1,0.2c0,0,0,0,0,0c0,0.6-0.1,1.8-0.3,3.6c-0.2,1.9-0.3,3.3-0.3,4.3v1.5c0,0.2,0,0.8-0.2,1.9
|
||||
c-0.1,1-0.2,1.7-0.2,2.2v0.4l0.1,0.3l-0.1,0.6v0.5c-0.3,1.4-0.4,3.3-0.4,5.7v1.6c0,0.1,0,0.5-0.1,2.1c-0.1,1.3-0.1,2.2-0.1,2.7
|
||||
v1.1c0,0.3,0.1,1.9,0.2,2.8c0,0.6,0.1,1.1,0.1,1.6c-0.1-0.1-0.2-0.3-0.2-0.4c-0.1-0.2-0.2-0.4-0.3-0.5l-0.9-1.4
|
||||
c-0.1-0.3-0.3-0.6-0.6-0.8c-0.1-0.1-0.2-0.2-0.2-0.2v-0.1l-0.1-0.2c-0.5-0.8-2.5-3.7-6.2-9.3l-1.3-2.2c-0.3-0.5-0.9-1.5-1.8-2.8
|
||||
c-0.9-1.3-1.5-2.3-1.9-3l-0.5-1.2c-0.1-0.3-0.3-0.9-1.6-2.7c-1.2-1.8-1.3-2.3-1.3-2.3v-0.2l-1-1.6c-0.1-0.6-0.4-1.2-1-2.1
|
||||
l-2.5-4.6l-0.6-0.9l-1.1-2.1c-0.1-0.1-0.2-0.5-0.4-1.2c-0.3-0.8-0.6-1.4-1-1.8c-0.5-0.5-1.1-0.7-1.8-0.7c-0.6,0-1,0.1-1.4,0.2
|
||||
c-0.7,0.3-0.9,0.7-1,1.1c-0.1,0.3-0.2,0.6-0.2,0.8c0,0.2,0,0.6,0,1c0,0.4,0,0.6,0,0.7c0,0.1,0,0.4,0,0.7c0,0.3,0,0.5,0,0.6v1.3
|
||||
c0,0.6,0.1,1.3,0.3,1.8l0.2,3.9c0.1,1.8,0.2,3.1,0.3,4l-0.1,5.5c0,0.1,0,0.4,0,1l0,0.4c0,0.9,0,1.4,0,1.5v1.1c0,0.5,0,1.1,0,1.8
|
||||
c0,0.7,0,1.2,0,1.4l0.3,7.7v0.5c0,4.7,0.3,6.2,0.7,6.8l0.2,7.1c0,0.7,0.7,0.9,0.9,1c0.4,0.1,0.7,0.2,0.9,0.2
|
||||
c0.6,0,1.1-0.2,1.5-0.6c0.4-0.4,0.7-0.8,0.7-1.3c0-0.4-0.1-0.8-0.3-1.5l-0.3-6.1c0-1.1-0.1-2.8-0.4-5c-0.4-2.9-0.4-3.5-0.4-3.7
|
||||
v-2.6c0-0.4,0-1.3-0.1-2.5c0-1-0.1-1.6-0.1-1.8c0.2-1,0.3-2.6,0.3-5l-0.1-1.9c0-1.2,0.1-1.4,0-1.4l0.1-0.1l0-0.6l0.1-0.2l-0.5-8.5
|
||||
l0.3,0.5c0.1,0.3,0.3,0.6,0.5,0.7l2,3.7c0.6,1.7,1.4,3,2.3,4c0.1,0.4,0.2,0.8,0.5,1.2c0.3,0.4,0.5,0.8,0.8,1c0,0,0,0,0,0l0.1,0.3
|
||||
l0,0.2c0.6,1.5,1.7,3.4,3.2,5.6c1.6,2.4,2.2,3.4,2.4,3.9c0.1,0.7,0.4,1.5,1.1,2.4c0.5,0.7,1,1.4,1.5,1.9l1.6,2.3
|
||||
c0.1,0.1,0.1,0.3,0.3,0.6l0.1,0.1c1.4,1.9,2.6,3.7,3.5,5.2l1.1,1.8c0.2,0.3,0.5,0.7,1,1.3c0.5,0.6,0.8,1,1,1.4
|
||||
c0.2,0.4,0.3,0.7,0.3,0.8v0.2l1.5,2.6l0.2,0.1c0.5,0.3,1,0.4,1.5,0.5l0.2,0l1.5-0.7l0.5-0.5l-0.2-3.4c0-0.1,0-0.4,0-1
|
||||
c0-0.5,0-0.8,0-0.9l-0.4-11.7c0-0.1,0-0.2,0.1-0.5c0.1-0.4,0.1-0.6,0.1-0.7l-0.1-2l-0.1-0.1l0-0.2c0-1.7,0.2-3.2,0.5-4.6l0-0.2
|
||||
c0-3.1,0.2-5.6,0.6-7.4l0-0.2c0-0.2,0-0.4,0-0.8c0-0.3,0-0.5,0-0.6c0-0.9,0.1-2.2,0.3-3.9l0-0.4l0,0l0.1-1.4c0,0,0-0.1,0.1-0.2
|
||||
c0.1-0.3,0.2-0.6,0.2-0.9c0-0.1,0-0.4,0-0.7c0-0.2,0-0.4,0-0.5c0-1.5,0.2-2.9,0.6-4.4l0.1-0.4l0-0.2c0-0.1,0-0.3-0.1-0.4
|
||||
c0-0.1,0.1-0.2,0.1-0.3C1041.7,342.4,1041.8,342.2,1041.8,341.9z"/>
|
||||
</g>
|
||||
<g>
|
||||
<g>
|
||||
<path d="M110.2,0h27.4v206.5h-27.4v-13.5c-12.8,9-26.3,13.5-40.7,13.5h-1.4c-22.2,0-40.9-9.8-56.1-29.5c-8-12.4-12-25.5-12-39.4
|
||||
C0,115,9.8,96.1,29.5,81c12.2-8.1,25.6-12.1,40-12.1c14.4,0,27.9,4.5,40.3,13.5h0.4V0z M27.4,137.8c0,14.6,6.8,26.4,20.5,35.5
|
||||
c6.4,3.8,13.6,5.8,21.6,5.8c13.6,0,25-6.3,34.1-18.9c4.4-7.1,6.6-14.3,6.6-21.4v-2.1c0-12.9-6-23.9-18.1-33
|
||||
c-7.2-4.9-15.1-7.3-23.7-7.3c-13.4,0-24.7,6.2-34,18.7C29.7,122.3,27.4,129.9,27.4,137.8z"/>
|
||||
<path d="M218.6,68.9c20.2,0,37.7,8.1,52.3,24.3c10.8,13.6,16.2,28.4,16.2,44.3c-0.2,5.2-0.6,9.8-1.4,13.8H179.4
|
||||
c3.4,10.1,10.1,17.9,20.2,23.3c6,3,12.1,4.5,18.6,4.5c10.8,0,20.6-4,29.3-12l19.2,19.2v0.4c-13.9,13.2-29.9,19.9-48.1,19.9H218
|
||||
c-20.5,0-37.9-8.1-52.4-24.3c-10.8-13.6-16.2-28.3-16.2-44.3c0-20.4,8.1-37.9,24.3-52.7C186.8,74.3,201.8,68.9,218.6,68.9z
|
||||
M179.4,124H257c-3.1-9.2-9.2-16.7-18.6-22.6c-7-3.4-13.8-5.2-20.5-5.2c-14.6,0-26.5,7-35.9,21L179.4,124z"/>
|
||||
<path d="M298.9,0h27.4v206.5h-27.4V0z"/>
|
||||
<path d="M351.9,32c6.5,0,10.9,3.6,13.2,10.8l0.4,3.1c0,6.3-3.4,10.8-10.2,13.3l-2.7,0.2h-1.2c-6.2,0-10.5-3.4-12.9-10.2l-0.4-2.7
|
||||
v-0.9c0-6.3,3.3-10.6,9.9-12.9L351.9,32z M338,68.9h27.4v137.6H338V68.9z"/>
|
||||
<path d="M445.8,68.7c14.9,0,28.6,4.5,41.1,13.5h0.4V68.7h27.4v147.4c0,26.3-9.3,46.6-28,61.1c-11.8,7.8-25.5,11.8-40.9,11.8
|
||||
v-27.4c18.7,0,31.3-8.1,37.9-24.3c2.4-7,3.6-13.9,3.6-20.8v-23.7H487c-12.4,9-26,13.5-40.9,13.5h-0.8c-22.4,0-41.2-9.9-56.3-29.7
|
||||
c-7.8-12.5-11.8-24.6-11.8-36.4v-5.2c0-15.6,6.1-30.5,18.3-44.6C409.8,75.9,426.5,68.7,445.8,68.7z M404.6,135.8v3.3
|
||||
c0,11.5,5.3,21.9,16,31c7.7,5.8,16.1,8.7,25.3,8.7c16.3,0,28.9-8.1,37.9-24.3c2.4-6.7,3.6-12.4,3.6-17.2
|
||||
c0-11.8-4.9-22.3-14.7-31.4c-8.1-6.6-17-9.9-26.8-9.9c-15.2,0-27.4,7.2-36.4,21.6C406.2,124.4,404.6,130.4,404.6,135.8z"/>
|
||||
<path d="M526.5,68.9h27.4v15.6h0.4c14.6-10.4,32.8-15.6,54.7-15.6v27.4c-26.5,0-43.7,9.2-51.7,27.7c-2.2,5.4-3.3,10.4-3.3,15
|
||||
v67.4h-27.4V68.9z"/>
|
||||
<path d="M683.4,68.9c14.7,0,28.4,4.5,40.9,13.5h0.4V68.9h27.4v137.6h-27.4v-13.5c-12.8,9-25.8,13.5-39.2,13.5h-3.6
|
||||
c-20.6,0-38.4-9-53.5-27c-9.2-13-13.9-26.9-13.9-41.6c0-22.8,9.8-41.7,29.5-56.6C656.2,73,669.3,68.9,683.4,68.9z M641.9,137.6
|
||||
c0,15.4,7.3,27.6,22,36.7c6.2,3.2,12.5,4.8,18.9,4.8h1.8c12.5,0,23.3-5.8,32.6-17.4c5-7.6,7.5-15.1,7.5-22.6v-1.9
|
||||
c0-14.3-6.8-26.1-20.5-35.2c-7-3.8-14-5.8-21-5.8c-13.2,0-24.3,5.8-33.4,17.4C644.6,121.5,641.9,129.4,641.9,137.6z"/>
|
||||
<path d="M763.9,68.4h27.4v13.5h0.6c12.7-9,26.3-13.5,40.7-13.5c21.5,0,39.6,8.8,54.4,26.5c9.6,13,14.5,26.5,14.5,40.3v4.2
|
||||
c0,18.2-7.6,34.6-22.9,49.4c-13.9,11.4-28.2,17.2-43,17.2H830c-12.9,0-25.6-4.4-38.2-13.3h-0.6v96.1h-27.4V68.4z M791.2,137.1
|
||||
c0,15.4,7.2,27.6,21.6,36.7c6.7,3.2,12.7,4.8,18.1,4.8h3.6c11.4,0,21.8-5.4,31.3-16.2c5.4-8,8.1-16.1,8.1-24.5v-1.2
|
||||
c0-13.2-5.9-24.4-17.8-33.4c-7.7-5-15.5-7.5-23.5-7.5c-13.2,0-24.5,5.8-33.6,17.4C793.9,121,791.2,128.9,791.2,137.1z"/>
|
||||
<path d="M913.2,0h27.4v82.4h0.4c12.4-9,26.3-13.5,41.7-13.5c20.8,0,38.8,8.8,54,26.5c9.4,13.2,14.1,26.8,14.1,41v70.1h-27.4
|
||||
v-69.2c0-14.1-6.5-25.6-19.5-34.6c-6.7-4.2-14.1-6.3-22.3-6.3c-12.9,0-23.9,5.8-33,17.5c-5.3,7.1-7.9,15.8-7.9,26.1v66.5h-27.4V0
|
||||
z"/>
|
||||
</g>
|
||||
</g>
|
||||
<path d="M2.1,285c0,1.6,1.3,2.9,2.9,2.9h374.1v-5.9H5.1C3.4,282.1,2.1,283.4,2.1,285z"/>
|
||||
<path d="M1049.8,284.9c0-1.6-1.3-2.8-2.8-2.8H858.1v5.9l188.8-0.2C1048.5,287.8,1049.8,286.5,1049.8,284.9z"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 58 KiB |
19
includes/errorlog.php
Executable file
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
// #################################
|
||||
// FUNCTION ERROR LOG
|
||||
// #################################
|
||||
|
||||
|
||||
// Error log
|
||||
if (!function_exists('write_log')) {
|
||||
function write_log($log) {
|
||||
if (true === WP_DEBUG) {
|
||||
if (is_array($log) || is_object($log)) {
|
||||
error_log(print_r($log, true));
|
||||
} else {
|
||||
error_log($log);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
143
includes/init.php
Normal file
|
|
@ -0,0 +1,143 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
** activation theme
|
||||
**/
|
||||
add_action('wp_enqueue_scripts', 'theme_enqueue_styles');
|
||||
function theme_enqueue_styles()
|
||||
{
|
||||
|
||||
wp_enqueue_style('parent-style', get_template_directory_uri() . '/style.css');
|
||||
wp_enqueue_style('app-css', get_stylesheet_directory_uri() . '/css/app.css');
|
||||
wp_enqueue_script('jquery_min_script', get_stylesheet_directory_uri() . '/assets/jquery.js');
|
||||
}
|
||||
/* Image mise à la une*/
|
||||
|
||||
function my_login_logo_url()
|
||||
{
|
||||
return 'https://deligraph.com';
|
||||
}
|
||||
add_filter('login_headerurl', 'my_login_logo_url');
|
||||
|
||||
function my_login_logo_url_title()
|
||||
{
|
||||
return 'Agence web et studio graphique Deligraph à Bruxelles';
|
||||
}
|
||||
add_filter('login_headertitle', 'my_login_logo_url_title');
|
||||
|
||||
|
||||
function my_login_logo()
|
||||
{ ?>
|
||||
<style type="text/css">
|
||||
body.login div#login h1 a {
|
||||
background-image: url(<?php echo get_stylesheet_directory_uri(); ?>/images/logo-deligraph.png) !important;
|
||||
height: 103px !important;
|
||||
background-size: 100% !important;
|
||||
width: 274px !important;
|
||||
}
|
||||
</style>
|
||||
<?php }
|
||||
add_action('login_enqueue_scripts', 'my_login_logo');
|
||||
|
||||
/**********************************
|
||||
*
|
||||
* Fonction de pagination
|
||||
*
|
||||
***********************************/
|
||||
|
||||
function custom_pagination($numpages = '', $pagerange = '', $paged = '')
|
||||
{
|
||||
|
||||
if (empty($pagerange)) {
|
||||
$pagerange = 2;
|
||||
}
|
||||
|
||||
/**
|
||||
* This first part of our function is a fallback
|
||||
* for custom pagination inside a regular loop that
|
||||
* uses the global $paged and global $wp_query variables.
|
||||
*
|
||||
* It's good because we can now override default pagination
|
||||
* in our theme, and use this function in default quries
|
||||
* and custom queries.
|
||||
*/
|
||||
global $paged;
|
||||
if (empty($paged)) {
|
||||
$paged = 1;
|
||||
}
|
||||
if ($numpages == '') {
|
||||
global $wp_query;
|
||||
$numpages = $wp_query->max_num_pages;
|
||||
if (!$numpages) {
|
||||
$numpages = 1;
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* We construct the pagination arguments to enter into our paginate_links
|
||||
* function.
|
||||
*/
|
||||
$pagination_args = array(
|
||||
'base' => get_pagenum_link(1) . '%_%',
|
||||
'format' => 'page/%#%',
|
||||
'total' => $numpages,
|
||||
'current' => $paged,
|
||||
'show_all' => False,
|
||||
'end_size' => 1,
|
||||
'mid_size' => $pagerange,
|
||||
'prev_next' => True,
|
||||
'prev_text' => __('«'),
|
||||
'next_text' => __('»'),
|
||||
'type' => 'plain',
|
||||
'add_args' => false,
|
||||
'add_fragment' => ''
|
||||
);
|
||||
|
||||
$paginate_links = paginate_links($pagination_args);
|
||||
|
||||
if ($paginate_links) {
|
||||
echo "<nav class='custom-pagination'>";
|
||||
echo $paginate_links;
|
||||
echo "</nav>";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* ---- SHORTCODE ---- */
|
||||
|
||||
function shortcode_col($atts, $content)
|
||||
{
|
||||
extract(shortcode_atts(
|
||||
array(
|
||||
'pousse' => 'FR'
|
||||
),
|
||||
$atts
|
||||
));
|
||||
|
||||
if ($pousse == "1") {
|
||||
$nbr = "4";
|
||||
} elseif ($pousse == "2") {
|
||||
$nbr = "8";
|
||||
} elseif ($pousse == "0") {
|
||||
$nbr = "0";
|
||||
}
|
||||
return '<div class="offset-lg-' . $nbr . ' col-lg-4 colonne">' . $content . '</div>';
|
||||
}
|
||||
add_shortcode('col', 'shortcode_col');
|
||||
|
||||
|
||||
/* ADD MENU */
|
||||
|
||||
function register_my_menu()
|
||||
{
|
||||
register_nav_menu('MegaMenu', __('MegaMenu'));
|
||||
}
|
||||
add_action('init', 'register_my_menu');
|
||||
?>
|
||||
39
includes/post-types.php
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
<?php
|
||||
|
||||
|
||||
function cpt_customer()
|
||||
{
|
||||
|
||||
register_post_type(
|
||||
'customer',
|
||||
array(
|
||||
'label' => __('Customers'),
|
||||
'singular_label' => __('Customer'),
|
||||
'public' => true,
|
||||
'show_ui' => true,
|
||||
'_builtin' => false,
|
||||
'_edit_link' => 'post.php?post=%d',
|
||||
'capability_type' => 'post',
|
||||
'hierarchical' => false,
|
||||
'rewrite' => array("slug" => "customers"),
|
||||
'query_var' => "customers",
|
||||
'supports' => array('title', 'editor', 'thumbnail') //titre + zone de texte + champs personnalisés + miniature valeur possible : 'title','editor','author','thumbnail','excerpt'
|
||||
)
|
||||
);
|
||||
register_taxonomy_for_object_type('post_tag', 'customer', 'show_tagcloud=1&hierarchical=true');
|
||||
|
||||
|
||||
register_post_type(
|
||||
'portfolio',
|
||||
array(
|
||||
'label' => __('Portfolio'),
|
||||
'singular_label' => __('Portfolio'),
|
||||
'public' => true,
|
||||
'menu_icon' => 'dashicons-forms',
|
||||
'show_ui' => true,
|
||||
'hierarchical' => false,
|
||||
'supports' => array('title', 'thumbnail')
|
||||
)
|
||||
);
|
||||
}
|
||||
add_action('init', 'cpt_customer');
|
||||
26
includes/taxonomy.php
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
<?php
|
||||
|
||||
// Catégories custom post type
|
||||
register_taxonomy(
|
||||
'customer', /* Voici donc la taxonomie */
|
||||
array('customer'), /* nom du custom post type */
|
||||
array(
|
||||
'hierarchical' => true,
|
||||
'labels' => array(
|
||||
'name' => __('Catégories', 'customer'),
|
||||
'singular_name' => __('Catégories', 'nom du theme'),
|
||||
'search_items' => __('Rechercher une catégorie', 'nom du theme'),
|
||||
'all_items' => __('Toutes les catégories', 'nom du theme'),
|
||||
'parent_item' => __('Catégorie parente', 'nom du theme'),
|
||||
'parent_item_colon' => __('Catégorie parente :', 'nom du theme'),
|
||||
'edit_item' => __('Éditer une catégorie', 'nom du theme'),
|
||||
'update_item' => __('Sauvegarder une catégorie', 'nom du theme'),
|
||||
'add_new_item' => __('Ajouter une catégorie', 'nom du theme'),
|
||||
'new_item_name' => __('Nouvelle catégorie', 'nom du theme')
|
||||
),
|
||||
'show_admin_column' => true,
|
||||
'show_ui' => true,
|
||||
'query_var' => true,
|
||||
'rewrite' => array('slug' => 'customer'),
|
||||
)
|
||||
);
|
||||
4312
package-lock.json
generated
Normal file
43
package.json
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"name": "deligraphbeta",
|
||||
"version": "2.0.0",
|
||||
"main": "index.js",
|
||||
"author": "Deligraph",
|
||||
"license": "ISC",
|
||||
"description": "",
|
||||
"scripts": {
|
||||
"production:css-app": "cross-env NODE_ENV=development tailwindcss -i ./resources/css/app.css -o ./css/app.css --postcss --minify",
|
||||
"production:css-editor": "cross-env NODE_ENV=development tailwindcss -i ./resources/css/editor-style.css -o ./css/editor-style.css --postcss --minify",
|
||||
"production:css-admin": "cross-env NODE_ENV=development tailwindcss -i ./resources/css/admin-style.css -o ./css/admin-style.css --postcss --minify",
|
||||
"production:js": "cross-env NODE_ENV=development ./node_modules/.bin/esbuild ./resources/js/app.js --bundle --outfile=./js/app.js --minify",
|
||||
"dev:css-app": "cross-env NODE_ENV=development tailwindcss -i ./resources/css/app.css -o ./css/app.css --postcss",
|
||||
"dev:css-editor": "cross-env NODE_ENV=development tailwindcss -i ./resources/css/editor-style.css -o ./css/editor-style.css --postcss",
|
||||
"dev:css-admin": "cross-env NODE_ENV=development tailwindcss -i ./resources/css/admin-style.css -o ./css/admin-style.css --postcss",
|
||||
"dev:css-login": "cross-env NODE_ENV=development tailwindcss -i ./resources/css/login-style.css -o ./css/login-style.css --postcss",
|
||||
"dev:js": "cross-env NODE_ENV=development ./node_modules/.bin/esbuild ./resources/js/app.js --bundle --outfile=./js/app.js",
|
||||
"watch:css-app": "cross-env NODE_ENV=development tailwindcss -i ./resources/css/app.css -o ./css/app.css --postcss --watch",
|
||||
"watch:js": "cross-env NODE_ENV=development ./node_modules/.bin/esbuild ./resources/js/app.js --bundle --outfile=./js/app.js --watch",
|
||||
"production": "cross-env NODE_ENV=production concurrently \"npm run production:css-app\" \"npm run production:js\"",
|
||||
"dev": "cross-env NODE_ENV=development concurrently \"npm run dev:css-app\" \"npm run dev:js\"",
|
||||
"watch": "cross-env NODE_ENV=development concurrently \"npm run watch:css-app\" \"npm run watch:js\"",
|
||||
"browser-sync": "cross-env NODE_ENV=development browser-sync start --proxy \"tailpress.test\" --host=\"tailpress.test\" --no-inject-changes --files=\"./\"",
|
||||
"watch-sync": "cross-env NODE_ENV=development concurrently \"npm run browser-sync\" \"npm run watch\""
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jeffreyvr/tailwindcss-tailpress": "^2.0.0",
|
||||
"autoprefixer": "^10.4.0",
|
||||
"browser-sync": "^2.26.14",
|
||||
"concurrently": "^6.2.1",
|
||||
"cross-env": "^6.0.3",
|
||||
"esbuild": "^0.12.24",
|
||||
"postcss": "^8.4.4",
|
||||
"postcss-import": "^14.0.0",
|
||||
"postcss-nested-ancestors": "^2.0.0",
|
||||
"resolve-url-loader": "^3.1.2",
|
||||
"tailwindcss": "^3.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"bootstrap": "^5.3.3",
|
||||
"esbuild-postcss": "^0.0.4"
|
||||
}
|
||||
}
|
||||
96
page.php
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
<?php get_header();?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<?php echo get_field('titre_de_la_page');?>
|
||||
</div>
|
||||
<div class="offset-lg-4 col-lg-8"><div class="circleTop"></div></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row explication">
|
||||
<div class="offset-lg-4 col-lg-8">
|
||||
<h2>Franchise et Equipes indépendantes</h2>
|
||||
</div>
|
||||
<?php echo get_field('explication');?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12"><div class="circleTop"></div></div>
|
||||
<div class="col-12"><h2>Jobs étudiants (rémunéré) et stages à Bruxelles ou à Verviers</h2></div>
|
||||
<div class="offset-lg-4 col-lg-4">
|
||||
<div class="barre"></div>
|
||||
</div>
|
||||
<div class="offset-lg-4 col-lg-4">
|
||||
<p>Notre démarche de travail avec nos étudiants et stagiaires, est toujours basée sur une volonté d’échange, l’étudiant devenant un membre à part entière de l’équipe.</p>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<p>N’oubliez pas de nous aimer sur Facebook ou nous suivre sur Twitter pour être les premiers au courant de nos nouvelles propositions de jobs d’étudiants et de stages.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container poste">
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
|
||||
/*$couleurJob = array(
|
||||
'webdesign'=>'#1CC7C7',
|
||||
'Graphisme'=>'',
|
||||
'Copywriting'=>'',
|
||||
'Traduction'=>'',
|
||||
'GestionGoogleAdWords'=>'',
|
||||
'Communication'=>'',
|
||||
'Relationclient'=>''
|
||||
);*/
|
||||
if( have_rows('job_et_stage_contenu') ):
|
||||
// loop through the rows of data
|
||||
$i = 1;
|
||||
while ( have_rows('job_et_stage_contenu') ) : the_row();
|
||||
// display a sub field value
|
||||
?>
|
||||
<div class="row <?php echo get_sub_field('couleur_de_section');?>">
|
||||
<?php if($i % 2 == 0): ?>
|
||||
<div class="offset-lg-4 col-lg-8"><h3><?php echo get_sub_field('titre_de_la_section');?></h3></div>
|
||||
<?php else:?>
|
||||
<div class="col-lg-12"><h3><?php echo get_sub_field('titre_de_la_section');?></h3></div>
|
||||
<?php endif;?>
|
||||
<?php echo get_sub_field('contenu_de_la_section');?>
|
||||
</div>
|
||||
<?php
|
||||
$i++;
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row emploi">
|
||||
<div class="offset-lg-4 col-lg-8">
|
||||
<div class="circleTop"></div>
|
||||
<h2>Emplois</h2>
|
||||
<div class="barre"></div>
|
||||
</div>
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('emploie') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('emploie') ) : the_row();
|
||||
// display a sub field value
|
||||
echo get_sub_field('proposition');
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="circleEnd"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php get_footer();?>
|
||||
3
postcss.config.js
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
module.exports = {
|
||||
plugins: [require("postcss-nested-ancestors"), require("postcss-import")],
|
||||
};
|
||||
15
resources/css/app.css
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
/* @import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities"; */
|
||||
/* @import url("css/font.css"); */
|
||||
@import "./base/font.css";
|
||||
@import "./base.css";
|
||||
|
||||
body,
|
||||
* {
|
||||
/* @apply !bg-red-500; */
|
||||
}
|
||||
|
||||
.test {
|
||||
background-color: red;
|
||||
}
|
||||
3338
resources/css/base.css
Normal file
63
resources/css/base/font.css
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
@font-face {
|
||||
font-family: "montserratblack";
|
||||
src: url("../fonts/montserrat-black-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-black-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratbold";
|
||||
src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-bold-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratextrabold";
|
||||
src: url("../fonts/montserrat-extrabold-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-extrabold-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratextralight";
|
||||
src: url("../fonts/montserrat-extralight-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-extralight-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratlight";
|
||||
src: url("../fonts/montserrat-light-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-light-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratmedium";
|
||||
src: url("../fonts/montserrat-medium-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-medium-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratregular";
|
||||
src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-regular-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratsemibold";
|
||||
src: url("../fonts/montserrat-semibold-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-semibold-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@font-face {
|
||||
font-family: "montserratthin";
|
||||
src: url("../fonts/montserrat-thin-webfont.woff2") format("woff2"),
|
||||
url("../fonts/montserrat-thin-webfont.woff") format("woff");
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
BIN
resources/fonts/montserrat-black-webfont.woff
Normal file
BIN
resources/fonts/montserrat-black-webfont.woff2
Normal file
BIN
resources/fonts/montserrat-bold-webfont.woff
Normal file
BIN
resources/fonts/montserrat-bold-webfont.woff2
Normal file
BIN
resources/fonts/montserrat-extrabold-webfont.woff
Normal file
BIN
resources/fonts/montserrat-extrabold-webfont.woff2
Normal file
BIN
resources/fonts/montserrat-extralight-webfont.woff
Normal file
BIN
resources/fonts/montserrat-extralight-webfont.woff2
Normal file
BIN
resources/fonts/montserrat-light-webfont.woff
Normal file
BIN
resources/fonts/montserrat-light-webfont.woff2
Normal file
BIN
resources/fonts/montserrat-medium-webfont.woff
Normal file
BIN
resources/fonts/montserrat-medium-webfont.woff2
Normal file
BIN
resources/fonts/montserrat-regular-webfont.woff
Normal file
BIN
resources/fonts/montserrat-regular-webfont.woff2
Normal file
BIN
resources/fonts/montserrat-semibold-webfont.woff
Normal file
BIN
resources/fonts/montserrat-semibold-webfont.woff2
Normal file
BIN
resources/fonts/montserrat-thin-webfont.woff
Normal file
BIN
resources/fonts/montserrat-thin-webfont.woff2
Normal file
6
resources/js/app.js
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import "bootstrap/dist/js/bootstrap";
|
||||
|
||||
function init() {
|
||||
console.log("init");
|
||||
}
|
||||
init();
|
||||
BIN
screenshot.png
Normal file
|
After Width: | Height: | Size: 354 KiB |
11
single-portfolio.php
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?php get_header(); ?>
|
||||
|
||||
<div class="container">
|
||||
<p>salut</p>
|
||||
<h1>salut</h1>
|
||||
<h1>salut</h1>
|
||||
<h1>salut</h1>
|
||||
</div>
|
||||
|
||||
|
||||
<?php get_footer(); ?>
|
||||
126
single.php
Normal file
|
|
@ -0,0 +1,126 @@
|
|||
<?php get_header();
|
||||
|
||||
$cats = get_the_category();
|
||||
$wpseo_primary_term = new WPSEO_Primary_Term( 'category', get_the_id() );
|
||||
$wpseo_primary_term = $wpseo_primary_term->get_primary_term();
|
||||
$term = get_term( $wpseo_primary_term );
|
||||
//print_r($term);
|
||||
//foreach ($cats as $cat) {
|
||||
if($term->slug == 'web-design')
|
||||
{
|
||||
$classColor = 'agenceWeb';
|
||||
}elseif($term->slug == 'graphisme')
|
||||
{
|
||||
$classColor = 'studioGraphique';
|
||||
}elseif($term->slug == 'video')
|
||||
{
|
||||
$classColor = 'productionAudiovisuelle';
|
||||
}elseif($term->slug == 'e-marketing')
|
||||
{
|
||||
$classColor = 'inboundMarketing';
|
||||
}elseif($term->slug == 'formation')
|
||||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
//}
|
||||
?>
|
||||
<div class="container <?php echo $classColor; ?>">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="circle"></div>
|
||||
</div>
|
||||
<div class="col-lg-8 ">
|
||||
<div class="barre"></div>
|
||||
<h1><?php the_title(); ?></h1>
|
||||
<?php the_post_thumbnail();?>
|
||||
<div class="barre"></div>
|
||||
<p class="auteur">Rédaction : <?php echo get_the_author();?></p>
|
||||
<p class="tempsDeLecture">Comptez
|
||||
<?php
|
||||
if(!empty(get_field('temps_de_lecture'))):
|
||||
echo get_field('temps_de_lecture');
|
||||
else:
|
||||
?>
|
||||
<span class="eta"></span>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
minutes pour lire cet article :)
|
||||
</p>
|
||||
<div class="contenu"><?php the_content(); ?></div>
|
||||
</div>
|
||||
<div class="col-lg-4 sidebar">
|
||||
<ul>
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('sujet_en_lien') ):
|
||||
// loop through the rows of data
|
||||
?>
|
||||
<h2 class="sujets">Sujets en relation avec cet article</h2>
|
||||
<?php
|
||||
while ( have_rows('sujet_en_lien') ) : the_row();
|
||||
// display a sub field value
|
||||
$lien = get_sub_field('lien_du_sujet');
|
||||
//print_r($lien);
|
||||
?>
|
||||
<li><a href="<?php echo $lien->guid; ?>"><?php echo $lien->post_title; ?></a></li>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('services_en_relation') ):
|
||||
?>
|
||||
<h2 class="services">Services en relation avec cet article</h2>
|
||||
<?php
|
||||
// loop through the rows of data
|
||||
while ( have_rows('services_en_relation') ) : the_row();
|
||||
// display a sub field value
|
||||
$lienService = get_sub_field('lien_du_service');
|
||||
//print_r($lienService);
|
||||
?>
|
||||
<li><a href="<?php echo $lienService->guid; ?>"><?php echo $lienService->post_title; ?></a></li>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('formation_en_relation') ):
|
||||
// loop through the rows of data
|
||||
?>
|
||||
<h2 class="formations">Formations en relation avec cet article</h2>
|
||||
<?php
|
||||
while ( have_rows('formation_en_relation') ) : the_row();
|
||||
// display a sub field value
|
||||
$lienFormation = get_sub_field('lien_de_la_formation');
|
||||
?>
|
||||
<li><a href="<?php echo $lienFormation->guid; ?>"><?php echo $lienFormation->post_title; ?></a></li>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
<div class="crawler"></div>
|
||||
<div class="domaineBloc">
|
||||
<h2 class="domaines">Nos domaines d’activité</h2>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'domaines - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php get_footer(); ?>
|
||||
9
style.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/*
|
||||
Theme Name: deligraphBeta
|
||||
Theme URI: http://deligraph.com
|
||||
Description: Deligraph - Twenty nineteen Child
|
||||
Author: Deligraph
|
||||
Author URI: http://deligraph.com
|
||||
Template: twentynineteen
|
||||
Version: 0.0.1
|
||||
*/
|
||||
103
templates/template-blog.php
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
<?php
|
||||
/* Template Name: Blog */
|
||||
get_header();
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<h1><?php echo get_field('titre_de_la_page');?></h1>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<?php
|
||||
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;
|
||||
$args = array (
|
||||
'post_type' => 'post',
|
||||
'order' => 'DESC',
|
||||
'cat' => -7,
|
||||
'posts_per_page' => 6,
|
||||
'category__not_in' => 1,
|
||||
'paged' => $paged
|
||||
);
|
||||
$query = new WP_Query( $args );
|
||||
$i = 0;
|
||||
|
||||
if ($query->have_posts()):
|
||||
while ( $query->have_posts() ) : $query->the_post();
|
||||
//echo $i;
|
||||
$cats = get_the_category();
|
||||
$wpseo_primary_term = new WPSEO_Primary_Term( 'category', get_the_id() );
|
||||
$wpseo_primary_term = $wpseo_primary_term->get_primary_term();
|
||||
$term = get_term( $wpseo_primary_term );
|
||||
//print_r($term);
|
||||
//foreach ($cats as $cat) {
|
||||
if($term->slug == 'web-design')
|
||||
{
|
||||
$classColor = 'agenceWeb';
|
||||
}elseif($term->slug == 'graphisme')
|
||||
{
|
||||
$classColor = 'studioGraphique';
|
||||
}elseif($term->slug == 'video')
|
||||
{
|
||||
$classColor = 'productionAudiovisuelle';
|
||||
}elseif($term->slug == 'e-marketing')
|
||||
{
|
||||
$classColor = 'inboundMarketing';
|
||||
}elseif($term->slug == 'formation')
|
||||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
//}
|
||||
|
||||
//print_r($cat);
|
||||
|
||||
if($i == 0):
|
||||
echo ('<div class="col-lg-1 ' . $classColor .'">');
|
||||
elseif($i == 1):
|
||||
echo ('<div class="offset-lg-4 col-lg-1 ' . $classColor .'">');
|
||||
elseif($i == 2):
|
||||
echo ('<div class="offset-lg-8 col-lg-1 ' . $classColor .'">');
|
||||
elseif($i == 3):
|
||||
echo ('<div class="offset-lg-11 col-lg-1 ' . $classColor .'">');
|
||||
elseif($i == 4):
|
||||
echo ('<div class="offset-lg-8 col-lg-1 ' . $classColor .'">');
|
||||
elseif($i == 5):
|
||||
echo ('<div class="offset-lg-4 col-lg-1 ' . $classColor .'">');
|
||||
endif;
|
||||
?>
|
||||
<div class="circle"></div>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="row hoverbargeneral">
|
||||
<div class="col-lg-4 <?php echo $classColor;?> hoverbar">
|
||||
<a href="<?php the_permalink();?>"><h2><?php the_title();?></h2></a>
|
||||
<div class="resume">
|
||||
<a href="<?php the_permalink();?>"><p><?php the_excerpt();?></p></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-8 imgArticle <?php echo $classColor;?>">
|
||||
<a href="<?php the_permalink(); ?>">
|
||||
<?php the_post_thumbnail();?>
|
||||
</a>
|
||||
<div class="barHover"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$i++;
|
||||
endwhile;
|
||||
?>
|
||||
<div class="col-lg-12">
|
||||
<?php
|
||||
//if (function_exists(custom_pagination)) {
|
||||
custom_pagination($query->max_num_pages,"",$paged);
|
||||
//}
|
||||
?>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
<div class="col-12">
|
||||
<div class="circleEnd"></div>
|
||||
</div>
|
||||
</div>
|
||||
<?php get_footer();?>
|
||||
114
templates/template-clients.php
Normal file
|
|
@ -0,0 +1,114 @@
|
|||
<?php
|
||||
/*
|
||||
Template Name: Clients
|
||||
*/
|
||||
get_header();
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<h1><?php echo get_field('titre_de_la_page');?></h1>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<?php
|
||||
$client = 0;
|
||||
$temoignage = 0;
|
||||
$couleur = array("#C14FE3", "#1CC7C7", "#21D5F5", "#FA62B3", "#FAA400");
|
||||
$couleurCompteur = 0;
|
||||
for($compteur = 1; $compteur<=11; $compteur++)
|
||||
{
|
||||
?>
|
||||
<div class="offset-lg-4 col-lg-8">
|
||||
<div style="background-color: <?php echo $couleur[$couleurCompteur]; ?>" class="circleTop"></div>
|
||||
</div>
|
||||
<?php
|
||||
$args = array (
|
||||
'post_type' => 'customer',
|
||||
'posts_per_page' => 4,
|
||||
'offset' => $client,
|
||||
);
|
||||
$query = new WP_Query( $args );
|
||||
if ($query->have_posts()) :
|
||||
?>
|
||||
<div class="col-sm-12 col-md-12 col-lg-6">
|
||||
<div class="row">
|
||||
<?php
|
||||
while ($query->have_posts()) : $query->the_post();
|
||||
//echo the_title();
|
||||
//echo '<br>';
|
||||
?>
|
||||
<div class="col-sm-12 col-md-6 col-lg-6">
|
||||
<div class="carteClient">
|
||||
<?php the_post_thumbnail();?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endwhile;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endif;
|
||||
$client = $client + 4;
|
||||
$args = array(
|
||||
'posts_per_page' => 1,
|
||||
'offset' => $temoignage,
|
||||
'cat' => 7,
|
||||
);
|
||||
$query = new WP_Query( $args );
|
||||
if ($query->have_posts()) :
|
||||
while ($query->have_posts()) : $query->the_post();
|
||||
//echo the_title();
|
||||
?>
|
||||
<div class="offset-lg-6 col-lg-6">
|
||||
<div class="temoignageTexte"><?php the_content(); ?></div>
|
||||
<div class="row infopersonne">
|
||||
<?php
|
||||
|
||||
if($temoignage % 2 == 0 ):
|
||||
?>
|
||||
<div class="col-lg-2">
|
||||
<div style="background-color:<?php echo $couleur[$couleurCompteur];?>" class="barre"></div>
|
||||
</div>
|
||||
<div class="col-lg-10 nomContact">
|
||||
<h3 style="color:<?php echo $couleur[$couleurCompteur];?>"><?php echo get_field('nom_du_client');?></h3>
|
||||
<p><?php echo get_field('nom_du_contact');?><br><?php echo get_field('fonction_du_contact');?></p>
|
||||
</div>
|
||||
<?php
|
||||
else:
|
||||
?>
|
||||
<div class="offset-lg-3 col-lg-7 nomContact">
|
||||
<h3 style="color:<?php echo $couleur[$couleurCompteur];?>"><?php echo get_field('nom_du_client');?></h3>
|
||||
<p><?php echo get_field('nom_du_contact');?><br><?php echo get_field('fonction_du_contact');?></p>
|
||||
</div>
|
||||
<div class="col-lg-2">
|
||||
<div style="background-color:<?php echo $couleur[$couleurCompteur];?>" class="barre"></div>
|
||||
</div>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endwhile;
|
||||
endif;
|
||||
$temoignage++;
|
||||
$couleurCompteur++;
|
||||
if($couleurCompteur == 5)
|
||||
{
|
||||
$couleurCompteur = 0;
|
||||
}
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="circleEnd"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php get_footer();?>
|
||||
110
templates/template-contact.php
Normal file
|
|
@ -0,0 +1,110 @@
|
|||
<?php
|
||||
/*
|
||||
Template Name: Contact
|
||||
*/
|
||||
get_header();
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<?php if(ICL_LANGUAGE_CODE=='fr'):?>
|
||||
<h1>contactez-<br><span class="couleurRose">nous</span><div class="barre"></div><span class="bxllie"><a class="" href="mailto:info@deligraph.com">info@deligraph.com</a>
|
||||
<?php else:?>
|
||||
<h1>get<br><span class="couleurRose">in touch</span><div class="barre"></div><span class="bxllie"><a class="" href="mailto:info@deligraph.com">info@deligraph.com</a>
|
||||
<?php endif; ?>
|
||||
</span></h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row information">
|
||||
<div class="offset-lg-4 col-lg-8"><div class="circleTop"></div></div>
|
||||
<div class="col-sm-12 col-md-4 col-lg-4">
|
||||
<!--<div class="circleTop"></div>-->
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-4 col-lg-4">
|
||||
<?php if(ICL_LANGUAGE_CODE=='fr'):?>
|
||||
<h2>Bruxelles</h2>
|
||||
<?php else:?>
|
||||
<h2>Brussels</h2>
|
||||
<?php endif; ?>
|
||||
<div class="barre"></div>
|
||||
<p>+32 474 047 647</p>
|
||||
<p style="margin-top:10px"><a href="mailto:info@deligraph.com">info@deligraph.com</a></p>
|
||||
<p class="adresse">Avenue des Violettes 18 <br> 1640
|
||||
<?php if(ICL_LANGUAGE_CODE=='fr'):?>
|
||||
Rhode-Saint-Genèse
|
||||
<?php else:?>
|
||||
Rhode-Saint-Genèse
|
||||
<?php endif; ?>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-4 col-lg-4">
|
||||
<?php if(ICL_LANGUAGE_CODE=='fr'):?>
|
||||
<h2>Verviers</h2>
|
||||
<?php else:?>
|
||||
<h2>Verviers</h2>
|
||||
<?php endif; ?>
|
||||
<div class="barre"></div>
|
||||
<p>+32 474 047 647</p>
|
||||
<p style="margin-top:10px"><a href="mailto:info@deligraph.com">info@deligraph.com</a></p>
|
||||
|
||||
<p class="adresse">Avenue Léopold II 6 <br> 4800 Verviers</p>
|
||||
</div>
|
||||
|
||||
<div class="col-1">
|
||||
<div class="circleTop"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
|
||||
<div class="col-12">
|
||||
<?php if(ICL_LANGUAGE_CODE=='fr'):
|
||||
echo do_shortcode('[contact-form-7 id="11705" title="contact - beta"]');
|
||||
else:
|
||||
echo do_shortcode('[contact-form-7 id="16976" title="contact - beta"]');
|
||||
endif;
|
||||
?>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row"><div class="offset-lg-4 col-lg-8"><div class="circleMap"></div></div></div>
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<section id="cd-google-map">
|
||||
<div id="google-container"></div>
|
||||
<div id="cd-zoom-in"></div>
|
||||
<div id="cd-zoom-out"></div>
|
||||
</section>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="offset-lg-8 col-lg-4"><div class="circleMap"></div></div>
|
||||
<div class="col-12 information">
|
||||
<h2>Vous et nous</h2>
|
||||
<div class="barre"></div>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'contact - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="circleEnd"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php get_footer();?>
|
||||
234
templates/template-domaines.php
Normal file
|
|
@ -0,0 +1,234 @@
|
|||
<?php
|
||||
/* Template Name: Domaines */
|
||||
get_header();
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<?php
|
||||
$titreDelaPage = get_field('titre_de_la_page');
|
||||
if(!empty($titreDelaPage)){
|
||||
echo $titreDelaPage;
|
||||
}else{
|
||||
?>
|
||||
<h1><?php the_title();?><span class="barre"></span><span class="bxllie"><?php echo $parent['label'];?></h1>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="offset-lg-4 col-lg-1">
|
||||
<div class="circleTop"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container titreIntro">
|
||||
<div class="row">
|
||||
<div class="offset-lg-3 col-lg-9">
|
||||
<h2 class="titreContenu"><?php echo get_field('titre_du_contenu');?></h2>
|
||||
<p><?php echo get_field('sous_titre_du_contenu');?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row slider">
|
||||
<?php
|
||||
$sliderContenu = get_field('slider');
|
||||
if(!empty($sliderContenu)):
|
||||
?>
|
||||
<div class="col-12 sliderLarge">
|
||||
<div class="single-item">
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('slider') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('slider') ) : the_row();
|
||||
// display a sub field value
|
||||
$image = get_sub_field('image_slider');
|
||||
//print_r($image);
|
||||
?>
|
||||
<div><img src='<?php echo $image['url']?>' alt="<?php echo $image['alt']?>"></div>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
<?php
|
||||
$sliderContenuSmall = get_field('slider_mobile');
|
||||
if(!empty($sliderContenuSmall)):
|
||||
?>
|
||||
<div class="col-12 sliderSmall">
|
||||
<div class="single-item">
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('slider_mobile') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('slider_mobile') ) : the_row();
|
||||
// display a sub field value
|
||||
$image = get_sub_field('image_slider_mobile');
|
||||
//print_r($image);
|
||||
?>
|
||||
<div><img src='<?php echo $image['url']?>' alt="<?php echo $image['alt']?>"></div>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container contenuDeLaPage">
|
||||
<div class="row">
|
||||
<?php
|
||||
$nbrcol = get_field('nombre_de_col');
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('contenu_de_la_page') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('contenu_de_la_page') ) : the_row();
|
||||
// display a sub field value
|
||||
?>
|
||||
<div class="col-lg-<?php echo $nbrcol;?>">
|
||||
<div class="row">
|
||||
<div class="col-lg-12"><h3><?php echo get_sub_field('titre_de_la_col');?></h3></div>
|
||||
<div class="col-lg-12">
|
||||
<?php
|
||||
echo get_sub_field('contenu_de_la_col');
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container supplement">
|
||||
<div class="row">
|
||||
<div class="col-lg-1">
|
||||
<div class="circleTop"></div>
|
||||
</div>
|
||||
<?php
|
||||
if( have_rows('section_supplementaire') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('section_supplementaire') ) : the_row();
|
||||
?>
|
||||
<div class="col-12"><h2><?php echo get_sub_field('titre_de_la_section');?></h2></div>
|
||||
<?php
|
||||
echo get_sub_field('contenu_de_la_section');
|
||||
endwhile;
|
||||
endif;
|
||||
?>
|
||||
<div class="col-lg-12"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container article">
|
||||
<div class="row">
|
||||
<div class="offset-lg-8 col-lg-1"><div class="circleTop"></div></div>
|
||||
<div class="offset-lg-4 col-lg-8"><p class="plus">Vous voulez en savoir plus ?</p></div>
|
||||
</div>
|
||||
<div class="row listeArticle">
|
||||
<?php
|
||||
$catBlog = get_field('categorie_darticle_en_lien');
|
||||
//print_r($catBlog);
|
||||
$args = array (
|
||||
'posts_per_page' => 3,
|
||||
'cat' => $catBlog
|
||||
);
|
||||
$query = new WP_Query( $args );
|
||||
$i=1;
|
||||
if ($query->have_posts()) :
|
||||
while ($query->have_posts()) : $query->the_post();
|
||||
?>
|
||||
<div class="col-lg-4 <?php if($i<4){ }else{ echo('espacement'); }?> <?php echo $classColor; ?>">
|
||||
<div class="articleItem">
|
||||
<a target="_blank" href="<?php the_permalink()?>">
|
||||
<h2 class='titreArticle'><?php the_title();?></h2>
|
||||
<p><?php the_excerpt();?></p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$i++;
|
||||
endwhile;
|
||||
endif;
|
||||
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container menuContainer">
|
||||
<div class="row">
|
||||
<div class="offset-lg-3 col-lg-1"><div class="circleTop"></div></div>
|
||||
<div class="offset-lg-3 col-lg-9"><h2>Intéressé par un autre service ?</h2></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-3 nosMenu agenceWeb">
|
||||
<a href="<?php home_url();?>/agence-web"><h3 class="nomMenu">Agence web</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Agence web - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
<div class="col-lg-3 nosMenu studioGraphique">
|
||||
<a href="<?php home_url();?>/studio-graphique-bruxelles-liege"><h3 class="nomMenu">Studio graphique</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Studio graphique - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
<div class="col-lg-3 nosMenu">
|
||||
<div class="menu-haut productionAudiovisuelle">
|
||||
<a href="<?php home_url();?>/production-audiovisuelle-bruxelles-liege"><h3 class="nomMenu">Production audiovisuelle</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Production audiovisuelle - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
<div class="menu-bas inboundMarketing">
|
||||
<a href="<?php home_url();?>/inbound-marketing-bruxelles-liege"><h3 class="nomMenu">Inbound marketing</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Inbound marketing - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 nosMenu">
|
||||
<div class="menu-haut formationSurMesure">
|
||||
<h3 class="nomMenu">Formations sur mesure</h3>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Formation sur mesure - beta',
|
||||
) );
|
||||
?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container devis">
|
||||
<div class="row">
|
||||
<div class="offset-lg-5 col-lg-1"><div class="circleTop"></div></div>
|
||||
<div class="offset-lg-4 col-lg-8">
|
||||
<a href="<?php echo home_url();?>/contactez-nous/"><h2 class="texteDevis">Un p’tit devis ? C’est par ici !</h2></a>
|
||||
</div>
|
||||
<div class="col-12"><div class="circleCenter"></div></div>
|
||||
</div>
|
||||
</div>
|
||||
<?php get_footer();?>
|
||||
112
templates/template-equipe.php
Normal file
|
|
@ -0,0 +1,112 @@
|
|||
<?php
|
||||
/*
|
||||
Template Name: Equipe
|
||||
*/
|
||||
get_header(); ?>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<!--<h1>notre<br><span class="couleurRose">équipe</span><div class="barre"></div><span class="bxllie">deligraph</h1>--><?php
|
||||
$titreDelaPage = get_field('titre_de_la_page');
|
||||
if(!empty($titreDelaPage)){
|
||||
echo $titreDelaPage;
|
||||
}else{
|
||||
?>
|
||||
<h1>délicieuse <br><span class="couleurRose">équipe</span><span class="barre"></span><span class="bxllie">deligraph</span></h1>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="container">
|
||||
<div class="row deligraph">
|
||||
<div class="offset-lg-4 col-lg-8"><div class="circleTop"></div></div>
|
||||
<div class="offset-lg-4 col-lg-8"><h2>Deligraph</h2></div>
|
||||
<div class="col-12"><div class="barre"></div></div>
|
||||
<div class="col-12 contenu">
|
||||
<div class="row">
|
||||
<?php echo get_field('deligraph_-_equipe');?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row deligraph valeur">
|
||||
<div class="col-lg-12"><div class="circleTop"></div></div>
|
||||
<div class="col-lg-8"><h2>Nos valeurs</h2></div>
|
||||
<div class="col-12"><div class="barre"></div></div>
|
||||
<div class="col-12 contenu">
|
||||
<div class="row">
|
||||
<?php echo get_field('nos_valeurs');?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row deligraph vision">
|
||||
<div class="offset-lg-4 col-lg-8"><div class="circleTop"></div></div>
|
||||
<div class="offset-lg-4 col-lg-8"><h2>Notre vision</h2></div>
|
||||
<div class="col-12"><div class="barre"></div></div>
|
||||
<div class="col-12 contenu">
|
||||
<div class="row">
|
||||
<?php echo get_field('notre_vision');?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$couleur = array(
|
||||
'jaune' => '#FAA400' ,
|
||||
'bleu' => '#21D5F5' ,
|
||||
'rose' => '#FA62B3',
|
||||
'violet' => '#C14FE3',
|
||||
'vert' => '#1CC7C7'
|
||||
);
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('notre_equipe') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('notre_equipe') ) : the_row();
|
||||
// display a sub field value
|
||||
$decalage = get_sub_field('decalage_du_cercle');
|
||||
$couleurAcf = get_sub_field('couleur');
|
||||
$couleurIndex = $couleurAcf[0];
|
||||
$nbrcol = 12 - $decalage;
|
||||
$image = get_sub_field('photo_de_la_personne');
|
||||
//print_r($image);
|
||||
?>
|
||||
<div class="row deligraph equipeItem <?php echo $couleurAcf[0]; ?>">
|
||||
<div class="offset-lg-<?php echo $decalage;?> col-lg-<?php echo $nbrcol;?>"><div style="background-color:<?php echo $couleur[$couleurIndex];?>" class="circleTop"></div></div>
|
||||
<div class="offset-lg-<?php echo $decalage;?> col-lg-<?php echo $nbrcol;?>">
|
||||
<img class="imagePersonne" src="<?php echo $image['url'];?>" alt="<?php echo $image['alt'];?>">
|
||||
<h2 style="color:<?php echo $couleur[$couleurIndex]; ?>"><?php echo get_sub_field('nom_de_la_personne');?></h2>
|
||||
</div>
|
||||
<div class="col-12 contenu">
|
||||
<div class="row">
|
||||
<?php echo get_sub_field('description_de_la_personne');?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
<div class="row deligraph">
|
||||
<div class="col-lg-12"><div class="circleTop"></div></div>
|
||||
<div class="col-lg-8"><h2>Et bientôt vous ?</h2></div>
|
||||
<div class="col-12"><div class="barre"></div></div>
|
||||
<div class="col-12 contenu">
|
||||
<div class="row">
|
||||
<?php echo get_field('bientot_vous');?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="circleEnd"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<?php get_footer(); ?>
|
||||
183
templates/template-home.php
Normal file
|
|
@ -0,0 +1,183 @@
|
|||
<?php
|
||||
/* Template Name: Homepage */
|
||||
get_header();
|
||||
?>
|
||||
|
||||
<div class="container homePage">
|
||||
<div class="row align">
|
||||
<div class="col-lg-8 accroche">
|
||||
<h1><?php echo get_field('accroche');?></h1>
|
||||
</div>
|
||||
<div class="col-lg-4">
|
||||
<div class="circleTop"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row align intro">
|
||||
<div class="col-lg-4">
|
||||
<div class='icone-rs'>
|
||||
<a target="_blank" href="https://www.facebook.com/deligraph/ "><i class="fab fa-facebook-square"></i></a>
|
||||
<a target="_blank" href="https://www.instagram.com/deligraph/"><i class="fab fa-instagram"></i></a>
|
||||
<!-- <a target="_blank" href="https://twitter.com/deligraph"><i class="fab fa-twitter"></i></a> -->
|
||||
<a target="_blank" href="https://be.linkedin.com/company/deligraph"><i class="fab fa-linkedin"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-8">
|
||||
<div class="introduction"><?php echo get_field('phrase_dintroduction');?></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row slider">
|
||||
<div class="col-12 sliderLarge">
|
||||
<div class="single-item">
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('slider') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('slider') ) : the_row();
|
||||
// display a sub field value
|
||||
$image = get_sub_field('image_slider');
|
||||
//print_r($image);
|
||||
?>
|
||||
<div><img src='<?php echo $image['url']?>' alt="<?php echo $image['alt']?>"></div>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-12 sliderSmall">
|
||||
<div class="single-item">
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('slider_mobile') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('slider_mobile') ) : the_row();
|
||||
// display a sub field value
|
||||
$image = get_sub_field('image_slider_mobile');
|
||||
//print_r($image);
|
||||
?>
|
||||
<div><img src='<?php echo $image['url']?>' alt="<?php echo $image['alt']?>"></div>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-12">
|
||||
<div class="circleTop"></div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$args = array(
|
||||
'posts_per_page' => 2,
|
||||
'cat' => 7,
|
||||
);
|
||||
|
||||
$query = new WP_Query( $args );
|
||||
$i=1;
|
||||
if ($query->have_posts()) :
|
||||
while ($query->have_posts()) : $query->the_post();
|
||||
if($i==1)
|
||||
{
|
||||
?>
|
||||
<div class="row temoignages">
|
||||
<div class="col-lg-4 contactTemoignages">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-9 col-lg-9">
|
||||
<p class="nom"><?php echo get_field('nom_du_client')?></p>
|
||||
<p class="Contact"><?php echo get_field('nom_du_contact')?></p>
|
||||
<p class="Contact"><?php echo get_field('fonction_du_contact')?></p>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-3 col-lg-3">
|
||||
<div class="trait"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-8 contenu"><?php the_content();?></div>
|
||||
</div>
|
||||
<?php
|
||||
}else
|
||||
{
|
||||
?>
|
||||
<div class="row temoignages">
|
||||
<div class="col-lg-8 contenu"><?php the_content();?></div>
|
||||
<div class="col-lg-4 contactTemoignages">
|
||||
<div class="row">
|
||||
<div class="col-sm-12 col-md-3 col-lg-3">
|
||||
<div class="trait"></div>
|
||||
</div>
|
||||
<div class="col-sm-12 col-md-9 col-lg-9">
|
||||
<p class="nom"><?php echo get_field('nom_du_client')?></p>
|
||||
<p class="Contact"><?php echo get_field('nom_du_contact')?></p>
|
||||
<p class="Contact"><?php echo get_field('fonction_du_contact')?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
}
|
||||
$i++;
|
||||
endwhile;
|
||||
endif;
|
||||
?>
|
||||
<div class="row article">
|
||||
<div class="col-12">
|
||||
<div class="circleTop"></div>
|
||||
</div>
|
||||
<?php
|
||||
$args = array (
|
||||
'posts_per_page' => 6,
|
||||
'cat' => -7
|
||||
);
|
||||
$query = new WP_Query( $args );
|
||||
$i=1;
|
||||
if ($query->have_posts()) :
|
||||
while ($query->have_posts()) : $query->the_post();
|
||||
$cats = get_the_category();
|
||||
$wpseo_primary_term = new WPSEO_Primary_Term( 'category', get_the_id() );
|
||||
$wpseo_primary_term = $wpseo_primary_term->get_primary_term();
|
||||
$term = get_term( $wpseo_primary_term );
|
||||
//print_r($term);
|
||||
//foreach ($cats as $cat) {
|
||||
if($term->slug == 'web-design')
|
||||
{
|
||||
$classColor = 'agenceWeb';
|
||||
}elseif($term->slug == 'graphisme')
|
||||
{
|
||||
$classColor = 'studioGraphique';
|
||||
}elseif($term->slug == 'video')
|
||||
{
|
||||
$classColor = 'productionAudiovisuelle';
|
||||
}elseif($term->slug == 'e-marketing')
|
||||
{
|
||||
$classColor = 'inboundMarketing';
|
||||
}elseif($term->slug == 'formation')
|
||||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
//}
|
||||
?>
|
||||
<div class="col-lg-4 <?php if($i<4){ }else{ echo('espacement'); }?> <?php echo $classColor; ?>">
|
||||
<div class="articleItem">
|
||||
<a href="<?php the_permalink()?>">
|
||||
<h2><?php the_title();?></h2>
|
||||
<p><?php the_excerpt();?></p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$i++;
|
||||
endwhile;
|
||||
endif;
|
||||
|
||||
?>
|
||||
<div class="col-12"><div class="circleBot"></div></div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<?php get_footer(); ?>
|
||||
155
templates/template-job.php
Normal file
|
|
@ -0,0 +1,155 @@
|
|||
<?php
|
||||
/* Template name: Job et stage */
|
||||
get_header();
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<?php
|
||||
$titreDelaPage = get_field('titre_de_la_page');
|
||||
if(!empty($titreDelaPage)){
|
||||
echo $titreDelaPage;
|
||||
}else{
|
||||
?>
|
||||
<h1><?php the_title();?><span class="barre"></span><span class="bxllie"><?php echo $parent['label'];?></h1>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="offset-lg-4 col-lg-1">
|
||||
<div class="circleTop"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container titreIntro">
|
||||
<div class="row">
|
||||
<div class="offset-lg-3 col-lg-9">
|
||||
<h2 class="titreContenu"><?php echo get_field('titre_du_contenu');?></h2>
|
||||
<p><?php echo get_field('sous_titre_du_contenu');?></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container contenuDeLaPage">
|
||||
<div class="row">
|
||||
<?php
|
||||
$nbrcol = get_field('nombre_de_col');
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('contenu_de_la_page') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('contenu_de_la_page') ) : the_row();
|
||||
// display a sub field value
|
||||
?>
|
||||
<div class="col-lg-<?php echo $nbrcol;?>">
|
||||
<div class="row">
|
||||
<div class="col-lg-12"><h3><?php echo get_sub_field('titre_de_la_col');?></h3></div>
|
||||
<div class="col-lg-12">
|
||||
<?php
|
||||
echo get_sub_field('contenu_de_la_col');
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container article">
|
||||
<div class="row">
|
||||
<div class="offset-lg-8 col-lg-1"><div class="circleTop"></div></div>
|
||||
<div class="offset-lg-4 col-lg-8"><p class="plus">Vous voulez en savoir plus ?</p></div>
|
||||
</div>
|
||||
<div class="row listeArticle">
|
||||
<?php
|
||||
$catBlog = get_field('categorie_darticle_en_lien');
|
||||
//print_r($catBlog);
|
||||
$args = array (
|
||||
'posts_per_page' => 3,
|
||||
'cat' => $catBlog
|
||||
);
|
||||
$query = new WP_Query( $args );
|
||||
$i=1;
|
||||
if ($query->have_posts()) :
|
||||
while ($query->have_posts()) : $query->the_post();
|
||||
?>
|
||||
<div class="col-lg-4 <?php if($i<4){ }else{ echo('espacement'); }?> <?php echo $classColor; ?>">
|
||||
<div class="articleItem">
|
||||
<a target="_blank" href="<?php the_permalink()?>">
|
||||
<h2 class='titreArticle'><?php the_title();?></h2>
|
||||
<p><?php the_excerpt();?></p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$i++;
|
||||
endwhile;
|
||||
endif;
|
||||
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container menuContainer">
|
||||
<div class="row">
|
||||
<div class="offset-lg-3 col-lg-1"><div class="circleTop"></div></div>
|
||||
<div class="offset-lg-3 col-lg-9"><h2>Nos domaines d'activités</h2></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-3 nosMenu agenceWeb">
|
||||
<a href="<?php home_url();?>/agence-web"><h3 class="nomMenu">Agence web</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Agence web - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
<div class="col-lg-3 nosMenu studioGraphique">
|
||||
<a href="<?php home_url();?>/studio-graphique-bruxelles-liege"><h3 class="nomMenu">Studio graphique</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Studio graphique - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
<div class="col-lg-3 nosMenu">
|
||||
<div class="menu-haut productionAudiovisuelle">
|
||||
<a href="<?php home_url();?>/production-audiovisuelle-bruxelles-liege"><h3 class="nomMenu">Production audiovisuelle</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Production audiovisuelle - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
<div class="menu-bas inboundMarketing">
|
||||
<a href="<?php home_url();?>/inbound-marketing-bruxelles-liege"><h3 class="nomMenu">Inbound marketing</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Inbound marketing - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 nosMenu">
|
||||
<div class="menu-haut formationSurMesure">
|
||||
<h3 class="nomMenu">Formations sur mesure</h3>
|
||||
<span>Coming Soon !</span>
|
||||
<?php
|
||||
/*
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Formations sur mesure - beta',
|
||||
) );
|
||||
*/
|
||||
?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container devis">
|
||||
<div class="row">
|
||||
<div class="col-12"><div class="circleCenter"></div></div>
|
||||
</div>
|
||||
</div>
|
||||
<?php get_footer();?>
|
||||
31
templates/template-legal.php
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<?php
|
||||
/* Template Name: Légal */
|
||||
get_header();
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<?php
|
||||
$titreDelaPage = get_field('titre_de_la_page');
|
||||
if(!empty($titreDelaPage)){
|
||||
echo $titreDelaPage;
|
||||
}else{
|
||||
?>
|
||||
<h1><?php the_title();?></h1>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="offset-lg-4 col-lg-1">
|
||||
<div class="circleTop"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-12 contenu">
|
||||
<?php the_content();?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<?php get_footer();?>
|
||||
139
templates/template-portfolio.php
Normal file
|
|
@ -0,0 +1,139 @@
|
|||
<?php
|
||||
/*
|
||||
Template Name: Portfolio
|
||||
*/
|
||||
get_header();
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<h1><?php echo get_field('nom_de_la_page');?></h1>
|
||||
</div>
|
||||
<div class="offset-lg-8 col-lg-1"><div class="circleTop"></div></div>
|
||||
<div class="col-12">
|
||||
<div class="button-group">
|
||||
<button class="tout is-checked" data-target="*">tout</button>
|
||||
<button class="web" data-target=".web">web</button>
|
||||
<button class="print" data-target=".print">print</button>
|
||||
<button class="video" data-target=".video">vidéo</button>
|
||||
<button class="motiondesign" data-target=".motiondesign">motion design</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row grid">
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
$couleur = array(
|
||||
'web' => '#1CC7C7' ,
|
||||
'print' => '#C14FE3' ,
|
||||
'motiondesign' => '#21D5F5',
|
||||
'video' => '#21D5F5',
|
||||
);
|
||||
$i = 1;
|
||||
$compteurBoule = 1;
|
||||
$compteurVideo = 1;
|
||||
|
||||
if( have_rows('portfolio_beta') ):
|
||||
// loop through the rows of data
|
||||
|
||||
while ( have_rows('portfolio_beta') ) : the_row();
|
||||
$image = get_sub_field('image_du_projet');
|
||||
$imageMobile = get_sub_field('image_du_projet_mobile');
|
||||
$categorie = get_sub_field('categorie_du_projet');
|
||||
$mouse = 'Mousenonactif';
|
||||
//print_r($categorie);
|
||||
$valeur = $categorie['value'];
|
||||
|
||||
// COMPTEUR BOULE
|
||||
if($compteurBoule == 1):
|
||||
elseif($compteurBoule == 2):
|
||||
$pousseBoule = 'offset-lg-4';
|
||||
elseif($compteurBoule == 3):
|
||||
$pousseBoule = 'offset-lg-8';
|
||||
$compteurBoule = 1;
|
||||
endif;
|
||||
// FIN COMPTEUR BOULE
|
||||
|
||||
// COMPTEUR VIDEO ET MOUSE VIDEO
|
||||
if($categorie['value']=== 'video'):
|
||||
$mouse = 'Mouseactive';
|
||||
endif;
|
||||
// FIN COMPTEUR VIDEO ET FIN MOUSE VIDEO
|
||||
// LIEN VIDEO VIDE
|
||||
$lienvideo = get_sub_field('url_de_la_video');
|
||||
// FIN LIEN VIDEO VIDE
|
||||
?>
|
||||
<div class="col-12 element-item grid-sizer <?php echo $categorie['value'];?>" data-category="transition">
|
||||
<div class="row">
|
||||
|
||||
<div class="<?php echo $pousseBoule; ?> col-lg-1"><div style="background-color: <?php echo $couleur[$valeur];?>" class="circleTop"></div></div>
|
||||
<div class="col-12 <?php
|
||||
if($categorie['value']=== 'video'):
|
||||
echo("openSlickModal-".$compteurVideo);
|
||||
endif;
|
||||
if(empty($lienvideo)){
|
||||
echo ' clickno';
|
||||
}
|
||||
?>">
|
||||
<img class="large <?php echo $mouse; ?>" src="<?php echo $image['url'];?>" alt="<?php echo $image['alt']?>">
|
||||
<img class="mobile" src="<?php echo $imageMobile['url'];?>" alt="<?php echo $imageMobile['alt']?>">
|
||||
</div>
|
||||
<?php
|
||||
if($i % 2 == 0):
|
||||
?>
|
||||
<div style="color: <?php echo $couleur[$valeur];?>" class="col-lg-4">
|
||||
<div style="background-color: <?php echo $couleur[$valeur];?>" class="barre"></div>
|
||||
<h3><?php echo get_sub_field('nom_du_projet');?></h3>
|
||||
<p class="client"><?php echo get_sub_field('nom_du_client');?></p>
|
||||
</div>
|
||||
<div class="col-lg-4 contenu"><?php echo get_sub_field('description_du_projet');?></div>
|
||||
<?php
|
||||
else:
|
||||
?>
|
||||
<div style="color: <?php echo $couleur[$valeur];?>" class="offset-lg-4 col-lg-4">
|
||||
<div style="background-color: <?php echo $couleur[$valeur];?>" class="barre"></div>
|
||||
<h3><?php echo get_sub_field('nom_du_projet');?></h3>
|
||||
<p class="client"><?php echo get_sub_field('nom_du_client');?></p>
|
||||
</div>
|
||||
<div class="col-lg-4 contenu"><?php echo get_sub_field('description_du_projet');?></div>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
|
||||
if($categorie['value']=== 'video'):
|
||||
?>
|
||||
<div id="video-portfolio-<?php echo $compteurVideo; ?>" class="slickModal">
|
||||
<div class="slickWindow">
|
||||
<!-- Your popup content -->
|
||||
<iframe id="myVideo" src="<?php echo get_sub_field('url_de_la_video');?>" frameborder="0" allowfullscreen>
|
||||
</iframe>
|
||||
<!-- / Your popup content -->
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$compteurVideo++;
|
||||
endif;
|
||||
|
||||
$i++;
|
||||
$compteurBoule++;
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-12">
|
||||
<div class="circleEnd"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<?php get_footer();?>
|
||||
256
templates/template-services.php
Normal file
|
|
@ -0,0 +1,256 @@
|
|||
<?php
|
||||
/**
|
||||
* Template Name: Services
|
||||
*
|
||||
*/
|
||||
get_header();
|
||||
$parent = get_field('page_parente');
|
||||
?>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-lg-12 accroche">
|
||||
<?php
|
||||
$titreDelaPage = get_field('titre_de_la_page');
|
||||
if(!empty($titreDelaPage)){
|
||||
echo $titreDelaPage;
|
||||
}else{
|
||||
?>
|
||||
<h1><?php the_title();?><span class="barre"></span><span class="bxllie"><?php echo $parent['label'];?></h1>
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row slider">
|
||||
<?php
|
||||
$sliderContenu = get_field('slider');
|
||||
if(!empty($sliderContenu)):
|
||||
?>
|
||||
<div class="col-12 sliderLarge">
|
||||
<div class="single-item">
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('slider') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('slider') ) : the_row();
|
||||
// display a sub field value
|
||||
$image = get_sub_field('image_slider');
|
||||
//print_r($image);
|
||||
?>
|
||||
<div><img src='<?php echo $image['url']?>' alt="<?php echo $image['alt']?>"></div>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
<?php
|
||||
$sliderContenuSmall = get_field('slider_mobile');
|
||||
if(!empty($sliderContenuSmall)):
|
||||
?>
|
||||
<div class="col-12 sliderSmall">
|
||||
<div class="single-item">
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('slider_mobile') ):
|
||||
// loop through the rows of data
|
||||
while ( have_rows('slider_mobile') ) : the_row();
|
||||
// display a sub field value
|
||||
$image = get_sub_field('image_slider_mobile');
|
||||
//print_r($image);
|
||||
?>
|
||||
<div><img src='<?php echo $image['url']?>' alt="<?php echo $image['alt']?>"></div>
|
||||
<?php
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="offset-lg-4 col-lg-1">
|
||||
<div class="circleTop"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container methodo">
|
||||
<div class="row">
|
||||
<div class="offset-lg-4 col-lg-8">
|
||||
<h3><?php echo get_field('mise_en_bouche');?></h3>
|
||||
</div>
|
||||
<?php
|
||||
// check if the repeater field has rows of data
|
||||
if( have_rows('methodologie') ):
|
||||
// loop through the rows of data
|
||||
$i = 1;
|
||||
while ( have_rows('methodologie') ) : the_row();
|
||||
?>
|
||||
<div class="col-lg-4 marge<?php echo $i;?>">
|
||||
<h2><?php echo get_sub_field('titre_de_letape');?></h2>
|
||||
<div class="contenu"><?php echo get_sub_field('texte_de_letape');?></div>
|
||||
</div>
|
||||
<?php
|
||||
$i++;
|
||||
endwhile;
|
||||
else :
|
||||
// no rows found
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container contenuDeLaPage">
|
||||
<div class="row">
|
||||
<div class="col-lg-1"><div class="circleTop"></div></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<?php
|
||||
if( have_rows('contenu_de_la_page') ):
|
||||
while ( have_rows('contenu_de_la_page') ) : the_row();
|
||||
?>
|
||||
<div class="col-lg-12">
|
||||
<h2><?php echo get_sub_field('titre_de_la_section');?></h2>
|
||||
</div>
|
||||
<div class="col-lg-12 spacer"></div>
|
||||
<?php
|
||||
echo get_sub_field('contenu_de_la_section');
|
||||
endwhile;
|
||||
else :
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container article">
|
||||
<div class="row">
|
||||
<div class="offset-lg-8 col-lg-1"><div class="circleTop"></div></div>
|
||||
<div class="offset-lg-4 col-lg-8"><p class="plus">Vous voulez en savoir plus ?</p></div>
|
||||
</div>
|
||||
<div class="row listeArticle">
|
||||
<?php
|
||||
$catBlog = get_field('domaine');
|
||||
//print_r($catBlog);
|
||||
$args = array (
|
||||
'posts_per_page' => 3,
|
||||
'cat' => $catBlog
|
||||
);
|
||||
$query = new WP_Query( $args );
|
||||
$i=1;
|
||||
if ($query->have_posts()) :
|
||||
while ($query->have_posts()) : $query->the_post();
|
||||
/*
|
||||
$cats = get_the_category();
|
||||
foreach ($cats as $cat) {
|
||||
if($cat->slug == 'web-design')
|
||||
{
|
||||
$classColor = 'webDesign';
|
||||
}elseif($cat->slug == 'studio-graphique')
|
||||
{
|
||||
$classColor = 'studioGraphique';
|
||||
}elseif($cat->slug == 'agence-web')
|
||||
{
|
||||
$classColor = 'agenceWeb';
|
||||
}elseif($cat->slug == 'production-audiovisuelle')
|
||||
{
|
||||
$classColor = 'productionAudiovisuelle';
|
||||
}elseif($cat->slug == 'inbound-marketing')
|
||||
{
|
||||
$classColor = 'inboundMarketing';
|
||||
}elseif($cat->slug == 'formations-sur-mesure')
|
||||
{
|
||||
$classColor = 'formationSurMesure';
|
||||
}
|
||||
}
|
||||
*/
|
||||
?>
|
||||
<div class="col-lg-4 <?php if($i<4){ }else{ echo('espacement'); }?> <?php echo $classColor; ?>">
|
||||
<div class="articleItem">
|
||||
<a target="_blank" href="<?php the_permalink()?>">
|
||||
<h2 class='titreArticle'><?php the_title();?></h2>
|
||||
<p><?php the_excerpt();?></p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php
|
||||
$i++;
|
||||
endwhile;
|
||||
endif;
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container menuContainer">
|
||||
<div class="row">
|
||||
<div class="col-lg-1"><div class="circleTop"></div></div>
|
||||
<div class="col-lg-12"><h2>Intéressé par un autre service ?</h2></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-lg-3 nosMenu agenceWeb">
|
||||
<a href="<?php echo home_url()?>/agence-web-bruxelles-liege/"><h3 class="nomMenu">Agence web</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Agence web - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
<div class="col-lg-3 nosMenu studioGraphique">
|
||||
<a href="<?php home_url();?>/studio-graphique-bruxelles-liege"><h3 class="nomMenu">Studio graphique</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Studio graphique - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
<div class="col-lg-3 nosMenu">
|
||||
<div class="menu-haut productionAudiovisuelle">
|
||||
<a href="<?php home_url();?>/production-audiovisuelle-bruxelles-liege"><h3 class="nomMenu">Production audiovisuelle</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Production audiovisuelle - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
<div class="menu-bas inboundMarketing">
|
||||
<a href="<?php echo home_url()?>/inbound-marketing-bruxelles-liege"><h3 class="nomMenu">Inbound marketing</h3></a>
|
||||
<?php
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Inbound marketing - beta',
|
||||
) );
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-lg-3 nosMenu">
|
||||
<div class="menu-haut formationSurMesure">
|
||||
<h3 class="nomMenu">Formations sur mesure</h3>
|
||||
<?php
|
||||
|
||||
wp_nav_menu( array(
|
||||
'menu' => 'Formation sur mesure - beta',
|
||||
) );
|
||||
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="container devis">
|
||||
<div class="row">
|
||||
<div class="offset-lg-5 col-lg-1"><div class="circleTop"></div></div>
|
||||
<div class="offset-lg-4 col-lg-8">
|
||||
<a href="<?php echo home_url();?>/contactez-nous/"><h2 class="texteDevis">Un p’tit devis ? C’est par ici !</h2></a>
|
||||
</div>
|
||||
<div class="col-12"><div class="circleCenter"></div></div>
|
||||
</div>
|
||||
</div>
|
||||
<?php get_footer();?>
|
||||
213
theme.json
Normal file
|
|
@ -0,0 +1,213 @@
|
|||
{
|
||||
"version": 1,
|
||||
"settings": {
|
||||
"blocks": {
|
||||
"core/button": {
|
||||
"border": {
|
||||
"color": false,
|
||||
"radius": false,
|
||||
"style": false,
|
||||
"width": false
|
||||
},
|
||||
"typography": {
|
||||
"customFontSize": false,
|
||||
"lineHeight": false,
|
||||
"dropCap": false,
|
||||
"fontStyle": false,
|
||||
"fontWeight": false,
|
||||
"letterSpacing": false,
|
||||
"textDecoration": false,
|
||||
"textTransform": false
|
||||
},
|
||||
"color": {
|
||||
"background": false,
|
||||
"text": false,
|
||||
"custom": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"layout": {
|
||||
"contentSize": "960px",
|
||||
"wideSize": "1280px"
|
||||
},
|
||||
"color": {
|
||||
"defaultPalette": false,
|
||||
"custom": false,
|
||||
"palette": [
|
||||
{
|
||||
"name": "Primaire",
|
||||
"slug": "primary",
|
||||
"color": "#2F0154"
|
||||
},
|
||||
{
|
||||
"name": "Primaire Light",
|
||||
"slug": "primary-light",
|
||||
"color": "#F4F2F6"
|
||||
},
|
||||
{
|
||||
"name": "Primaire Survol",
|
||||
"slug": "primary-hover",
|
||||
"color": "#130023"
|
||||
},
|
||||
{
|
||||
"name": "Secondaire",
|
||||
"slug": "secondary",
|
||||
"color": "#DF1E1E"
|
||||
},
|
||||
{
|
||||
"name": "Secondaire Light",
|
||||
"slug": "secondary-light",
|
||||
"color": "#FEF5F6"
|
||||
},
|
||||
{
|
||||
"name": "Infos",
|
||||
"slug": "infos",
|
||||
"color": "#FFE9A3"
|
||||
},
|
||||
{
|
||||
"name": "Secondaire Au Survol",
|
||||
"slug": "secondary-hover",
|
||||
"color": "#980303"
|
||||
},
|
||||
{
|
||||
"name": "Gris",
|
||||
"slug": "gray",
|
||||
"color": "#F7F7F7"
|
||||
},
|
||||
{
|
||||
"name": "Gris Foncé",
|
||||
"slug": "gray-dark",
|
||||
"color": "#767575"
|
||||
},
|
||||
{
|
||||
"name": "Acoustique / Copropriétés",
|
||||
"slug": "acoustique-coproprietes",
|
||||
"color": "#245EF2"
|
||||
},
|
||||
{
|
||||
"name": "Acoustique / Copropriétés | Light",
|
||||
"slug": "acoustique-coproprietes-light",
|
||||
"color": "#DFF1FF"
|
||||
},
|
||||
{
|
||||
"name": "Énergies / Urbanisme",
|
||||
"slug": "energies-urbanisme",
|
||||
"color": "#027E50"
|
||||
},
|
||||
{
|
||||
"name": "Énergies / Urbanisme | Light",
|
||||
"slug": "energies-urbanisme-light",
|
||||
"color": "#E3FFF0"
|
||||
},
|
||||
{
|
||||
"name": "Isolation / Quotidien",
|
||||
"slug": "isolation-quotidien",
|
||||
"color": "#C24503"
|
||||
},
|
||||
{
|
||||
"name": "Isolation / Quotidien | Light",
|
||||
"slug": "isolation-quotidien-light",
|
||||
"color": "#FFFBEC"
|
||||
},
|
||||
{
|
||||
"name": "Patrimoine / Rénovation",
|
||||
"slug": "patrimoine-sante-securite",
|
||||
"color": "#8B2FF7"
|
||||
},
|
||||
{
|
||||
"name": "Patrimoine / Rénovation | Light",
|
||||
"slug": "patrimoine-sante-securite-light",
|
||||
"color": "#F8F2FF"
|
||||
},
|
||||
{
|
||||
"name": "Location / Rénovation Circulaire",
|
||||
"slug": "location-durabilite",
|
||||
"color": "#DF002B"
|
||||
},
|
||||
{
|
||||
"name": "Location | Light",
|
||||
"slug": "location-durabilite-light",
|
||||
"color": "#FFF3F5"
|
||||
}
|
||||
],
|
||||
"gradients": [
|
||||
{
|
||||
"slug": "gradient-blue",
|
||||
"gradient": "linear-gradient(160deg, #3C75FF, #0BB1FF)",
|
||||
"name": "Blue Gradient"
|
||||
},
|
||||
{
|
||||
"slug": "gradient-green",
|
||||
"gradient": "linear-gradient(160deg, #008050, #09D17B)",
|
||||
"name": "Green Gradient"
|
||||
},
|
||||
{
|
||||
"slug": "gradient-red",
|
||||
"gradient": "linear-gradient(160deg, #F40634, #FF928B)",
|
||||
"name": "Red Gradient"
|
||||
},
|
||||
{
|
||||
"slug": "gradient-yellow",
|
||||
"gradient": "linear-gradient(160deg, #D44A00, #FE9000)",
|
||||
"name": "Yellow Gradient"
|
||||
},
|
||||
{
|
||||
"slug": "gradient-purple",
|
||||
"gradient": "linear-gradient(160deg, #8B2FF7, #EB79FF)",
|
||||
"name": "Purple Gradient"
|
||||
}
|
||||
]
|
||||
},
|
||||
"typography": {
|
||||
"fontFamilies": [
|
||||
{
|
||||
"name": "Raleway",
|
||||
"slug": "raleway",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Raleway",
|
||||
"fontStretch": "auto",
|
||||
"fontStyle": "auto",
|
||||
"fontWeight": "100 900",
|
||||
"src": [
|
||||
"file:./resources/fonts/Raleway-VariableFont_wght.woff2"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{
|
||||
"name": "Small",
|
||||
"slug": "small",
|
||||
"size": "0.875rem"
|
||||
},
|
||||
{
|
||||
"slug": "regular",
|
||||
"name": "Regular",
|
||||
"size": "1.5rem"
|
||||
},
|
||||
{
|
||||
"slug": "large",
|
||||
"name": "Large",
|
||||
"size": "1.125rem"
|
||||
},
|
||||
{
|
||||
"slug": "xl",
|
||||
"name": "XL",
|
||||
"size": "1.25rem"
|
||||
},
|
||||
{
|
||||
"slug": "xxl",
|
||||
"name": "2XL",
|
||||
"size": "1.5rem"
|
||||
},
|
||||
{
|
||||
"slug": "xxxl",
|
||||
"name": "3XL",
|
||||
"size": "1.875rem"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||