This commit is contained in:
Joey Kimsey
2024-12-20 14:07:45 -05:00
parent 528f003558
commit d428950be6
19 changed files with 109 additions and 635 deletions

View File

@ -27,7 +27,7 @@ class Extensions extends Controller {
public function mobile() { public function mobile() {
self::$title = 'Mobile Bookmarklet'; self::$title = 'Mobile Bookmarklet';
if ( App::$isLoggedIn ) { if ( ! App::$isLoggedIn ) {
return Issues::add( 'error', 'Unfortunately you will need to sign in to generate the bookmarklet unique to your account.' ); return Issues::add( 'error', 'Unfortunately you will need to sign in to generate the bookmarklet unique to your account.' );
} }
Views::view( 'bookmarks.extensions.bookmarklet' ); Views::view( 'bookmarks.extensions.bookmarklet' );

View File

@ -23,7 +23,7 @@
<td style="text-align: center;"> <td style="text-align: center;">
{privacy} {privacy}
</td> </td>
<td><a href="{ROOT_URL}bookmarks/bookmark/{ID}" class="btn btn-sm btn-outline-primary"><i class="fa fa-fw fa-upload"></i></a></td> <td><a href="{ROOT_URL}bookmarks/bookmark/{ID}" class="btn btn-sm btn-outline-primary atb-green-outline"><i class="fa fa-fw fa-upload"></i></a></td>
<td><a href="{ROOT_URL}bookmarks/editBookmark/{ID}" class="btn btn-sm btn-outline-warning"><i class="fa fa-fw fa-pencil"></i></a></td> <td><a href="{ROOT_URL}bookmarks/editBookmark/{ID}" class="btn btn-sm btn-outline-warning"><i class="fa fa-fw fa-pencil"></i></a></td>
<td><a href="{ROOT_URL}bookmarks/deleteBookmark/{ID}" class="btn btn-sm btn-outline-danger"><i class="fa fa-fw fa-trash"></i></a></td> <td><a href="{ROOT_URL}bookmarks/deleteBookmark/{ID}" class="btn btn-sm btn-outline-danger"><i class="fa fa-fw fa-trash"></i></a></td>
</tr> </tr>
@ -38,7 +38,7 @@
</tbody> </tbody>
</table> </table>
<div class="text-center"> <div class="text-center">
<a href="{ROOT_URL}bookmarks/createBookmark" class="btn btn-md btn-primary">Add</a> <a href="{ROOT_URL}bookmarks/createBookmark" class="btn btn-lg btn-primary atb-green-bg">Add</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -9,7 +9,7 @@
<span class="text-center px-5">{privacyBadge}</span> <span class="text-center px-5">{privacyBadge}</span>
<span class="h4 text-center px-5">{title}</span> <span class="h4 text-center px-5">{title}</span>
</span> </span>
<a class="btn btn-sm btn-primary btn-rounded btn-share" data-bs-toggle="modal" data-bs-target="#linkShare{ID}"> <a class="btn btn-sm btn-primary btn-rounded btn-share atb-green-bg" data-bs-toggle="modal" data-bs-target="#linkShare{ID}">
<i class="fa fa-fw fa-share"></i> <i class="fa fa-fw fa-share"></i>
</a> </a>
</div> </div>
@ -39,8 +39,8 @@
</div> </div>
<div class="card-footer d-flex justify-content-center align-items-center context-main-bg"> <div class="card-footer d-flex justify-content-center align-items-center context-main-bg">
<span class="ms-auto"> <span class="ms-auto">
<a href="{ROOT_URL}bookmarks/bookmarks/{ID}" class="btn btn-sm btn-outline-primary "><i class="fa fa-fw fa-list"></i></a> <a href="{ROOT_URL}bookmarks/bookmarks/{ID}" class="btn btn-sm btn-outline-primary atb-green-outline"><i class="fa fa-fw fa-list"></i></a>
<a href="{ROOT_URL}bookmarks/folders/{ID}" class="btn btn-sm btn-outline-primary"><i class="fa fa-fw fa-info-circle"></i></a></td> <a href="{ROOT_URL}bookmarks/folders/{ID}" class="btn btn-sm btn-outline-primary atb-green-outline"><i class="fa fa-fw fa-info-circle"></i></a></td>
</span> </span>
</div> </div>
</div> </div>

View File

@ -22,7 +22,7 @@
<tr> <tr>
<td class="">{title}</td> <td class="">{title}</td>
<td>{description}</td> <td>{description}</td>
<td><a href="{ROOT_URL}bookmarks/dashboard/{uuid}" class="btn btn-sm btn-primary"><i class="fa fa-fw fa-upload"></i></a></td> <td><a href="{ROOT_URL}bookmarks/dashboard/{uuid}" class="btn btn-sm btn-primary atb-green-bg"><i class="fa fa-fw fa-upload"></i></a></td>
<td><a href="{ROOT_URL}bookmarks/editDash/{ID}" class="btn btn-sm btn-warning"><i class="fa fa-fw fa-pencil"></i></a></td> <td><a href="{ROOT_URL}bookmarks/editDash/{ID}" class="btn btn-sm btn-warning"><i class="fa fa-fw fa-pencil"></i></a></td>
<td><a href="{ROOT_URL}bookmarks/deleteDash/{ID}" class="btn btn-sm btn-danger"><i class="fa fa-fw fa-trash"></i></a></td> <td><a href="{ROOT_URL}bookmarks/deleteDash/{ID}" class="btn btn-sm btn-danger"><i class="fa fa-fw fa-trash"></i></a></td>
</tr> </tr>
@ -37,7 +37,7 @@
</tbody> </tbody>
</table> </table>
<div class=""> <div class="">
<a href="{ROOT_URL}bookmarks/addDash" class="btn btn-md btn-primary">Create</a> <a href="{ROOT_URL}bookmarks/addDash" class="btn btn-lg btn-primary atb-green-bg">Create</a>
</div> </div>
</div> </div>
</div> </div>

View File

@ -41,7 +41,7 @@
</div> </div>
<div class="text-center"> <div class="text-center">
<p>Literally every browser is chromium based now, so they all have a standard import/export.</p> <p>Literally every browser is chromium based now, so they all have a standard import/export.</p>
<button type="submit" name="submit" value="submit" class="btn btn-primary btn-lg">Create Export</button> <button type="submit" name="submit" value="submit" class="btn btn-primary btn-lg atb-green-bg">Create Export</button>
</div> </div>
</form> </form>
</div> </div>

View File

@ -14,7 +14,7 @@
<td>{prettyPrivacy}</td> <td>{prettyPrivacy}</td>
<td>{description}</td> <td>{description}</td>
<td> <td>
<a href="{ROOT_URL}bookmarks/folders/{ID}" class="btn btn-sm btn-outline-primary mx-1"><i class="fa fa-fw fa-info-circle"></i></a> <a href="{ROOT_URL}bookmarks/folders/{ID}" class="btn btn-sm btn-outline-primary atb-green-outline mx-1"><i class="fa fa-fw fa-info-circle"></i></a>
<a href="{ROOT_URL}bookmarks/editFolder/{ID}" class="btn btn-sm btn-outline-warning mx-1"><i class="fa fa-fw fa-pencil"></i></a> <a href="{ROOT_URL}bookmarks/editFolder/{ID}" class="btn btn-sm btn-outline-warning mx-1"><i class="fa fa-fw fa-pencil"></i></a>
<a href="{ROOT_URL}bookmarks/deleteFolder/{ID}" class="btn btn-sm btn-outline-danger mx-1"><i class="fa fa-fw fa-trash"></i></a> <a href="{ROOT_URL}bookmarks/deleteFolder/{ID}" class="btn btn-sm btn-outline-danger mx-1"><i class="fa fa-fw fa-trash"></i></a>
</td> </td>

View File

@ -45,7 +45,7 @@
<!-- Admin Controls --> <!-- Admin Controls -->
<div class="card-footer text-center"> <div class="card-footer text-center">
<a href="{ROOT_URL}bookmarks/bookmarks/{ID}" class="btn btn-primary btn-sm me-2" data-bs-toggle="tooltip" title="Broadcast Message"> <a href="{ROOT_URL}bookmarks/bookmarks/{ID}" class="btn btn-primary atb-green-bg btn-sm me-2" data-bs-toggle="tooltip" title="Broadcast Message">
<i class="fa fa-list"></i> Bookmarks <i class="fa fa-list"></i> Bookmarks
</a> </a>
<a href="{ROOT_URL}bookmarks/editFolder/{ID}" class="btn btn-warning btn-sm me-2" data-bs-toggle="tooltip" title="Edit User"> <a href="{ROOT_URL}bookmarks/editFolder/{ID}" class="btn btn-warning btn-sm me-2" data-bs-toggle="tooltip" title="Edit User">

View File

@ -8,7 +8,7 @@
<input type="file" name="bookmark_file" id="bookmark_file" accept=".html"> <input type="file" name="bookmark_file" id="bookmark_file" accept=".html">
</div> </div>
<div class="text-center"> <div class="text-center">
<button type="submit" name="submit" value="submit" class="btn btn-primary btn-lg center-block">Import</button> <button type="submit" name="submit" value="submit" class="btn btn-primary btn-lg center-block atb-green-bg">Import</button>
</div> </div>
</form> </form>
</div> </div>

View File

@ -61,7 +61,7 @@ class Member extends Controller {
Views::view( 'members.members' ); Views::view( 'members.members' );
} }
public function managepayment( $id = null ) { public function managepayment() {
$this->confirmAuth(); $this->confirmAuth();
$customer = self::$customers->findByUserID( App::$activeUser->ID ); $customer = self::$customers->findByUserID( App::$activeUser->ID );
if ( empty( $customer ) ) { if ( empty( $customer ) ) {
@ -85,7 +85,7 @@ class Member extends Controller {
} }
public function cancelconfirm( $id = null ) { public function cancelconfirm( $id = null ) {
$this->confirmAuth(); $this->confirmAuth( $id );
$memberships = new Memberships; $memberships = new Memberships;
$result = $memberships->cancel( $id ); $result = $memberships->cancel( $id );
if ( ! empty( $result ) ) { if ( ! empty( $result ) ) {
@ -98,7 +98,7 @@ class Member extends Controller {
} }
public function pauseconfirm( $id = null ) { public function pauseconfirm( $id = null ) {
$this->confirmAuth(); $this->confirmAuth( $id );
$memberships = new Memberships; $memberships = new Memberships;
$result = $memberships->cancel( $id ); $result = $memberships->cancel( $id );
if ( ! empty( $result ) ) { if ( ! empty( $result ) ) {
@ -111,26 +111,26 @@ class Member extends Controller {
} }
public function pause( $id = null ) { public function pause( $id = null ) {
$this->confirmAuth(); $this->confirmAuth( $id );
self::$title = 'pause Membership'; self::$title = 'pause Membership';
Components::set( 'pauseid', $id ); Components::set( 'pauseid', $id );
Views::view( 'members.pause' ); Views::view( 'members.pause' );
} }
public function resume( $id = null ) { public function resume( $id = null ) {
$this->confirmAuth(); $this->confirmAuth( $id );
self::$title = 'resume Membership'; self::$title = 'resume Membership';
Views::view( 'members.resume' ); Views::view( 'members.resume' );
} }
public function cancel( $id = null ) { public function cancel( $id = null ) {
$this->confirmAuth(); $this->confirmAuth( $id );
self::$title = 'Cancel Membership'; self::$title = 'Cancel Membership';
Components::set( 'cancelid', $id ); Components::set( 'cancelid', $id );
Views::view( 'members.cancel' ); Views::view( 'members.cancel' );
} }
public function manage( $id = null ) { public function manage() {
if ( ! App::$isLoggedIn ) { if ( ! App::$isLoggedIn ) {
Session::flash( 'error', 'You do not have permission to access this page.' ); Session::flash( 'error', 'You do not have permission to access this page.' );
return Redirect::home(); return Redirect::home();
@ -145,11 +145,12 @@ class Member extends Controller {
Views::view( 'members.manage', $userMemberships ); Views::view( 'members.manage', $userMemberships );
} }
public function upgrade( $id = null ) { public function upgrade() {
if ( ! App::$isLoggedIn ) { if ( ! App::$isLoggedIn ) {
Session::flash( 'error', 'You do not have permission to access this page.' ); Session::flash( 'error', 'You do not have permission to access this page.' );
return Redirect::home(); return Redirect::home();
} }
// need to check if the plan CAN be upgraded
self::$title = 'Upgrade Membership'; self::$title = 'Upgrade Membership';
Views::view( 'members.upgrade' ); Views::view( 'members.upgrade' );
} }
@ -165,7 +166,7 @@ class Member extends Controller {
return Redirect::to( 'home/index' ); return Redirect::to( 'home/index' );
} }
self::$title = 'Join {SIITENAME}!'; self::$title = 'Join {SITENAME}!';
$stripePrice = $this->findPrice( $plan ); $stripePrice = $this->findPrice( $plan );
$product = self::$products->findByPriceID( $stripePrice ); $product = self::$products->findByPriceID( $stripePrice );

View File

@ -61,11 +61,11 @@ class Members extends Plugin {
], ],
]; ];
public $main_links = [ public $main_links = [
// [ [
// 'text' => 'Members', 'text' => 'My Membership',
// 'url' => '{ROOT_URL}member/index', 'url' => '{ROOT_URL}member/index',
// 'filter' => 'member', 'filter' => 'member',
// ], ],
[ [
'text' => 'Subscribe', 'text' => 'Subscribe',
'url' => '{ROOT_URL}member/join', 'url' => '{ROOT_URL}member/join',

View File

@ -1,3 +1,4 @@
<!-- Compare plans --> <!-- Compare plans -->
<div class="table-responsive pricing-container container pb-4" id="compare"> <div class="table-responsive pricing-container container pb-4" id="compare">
<h1 class="display-6 text-center my-4">Compare plans</h1> <h1 class="display-6 text-center my-4">Compare plans</h1>
@ -6,60 +7,64 @@
<tr> <tr>
<th style="width: 34%;"></th> <th style="width: 34%;"></th>
<th style="width: 22%;">Free</th> <th style="width: 22%;">Free</th>
<th style="width: 22%;">Pro</th> <th style="width: 22%;">Monthly</th>
<th style="width: 22%;">Enterprise</th> <th style="width: 22%;">Yearly</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
<tr> <tr>
<th scope="row" class="text-start">Add and Manage Bookmarks</th> <th scope="row" class="text-start">Add and Manage Bookmarks</th>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check"></i></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
</tr> </tr>
<tr> <tr>
<th scope="row" class="text-start">Extensions for all major browsers</th> <th scope="row" class="text-start">Extensions for all major browsers</th>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check"></i></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
</tr> </tr>
</tbody>
<tbody>
<tr> <tr>
<th scope="row" class="text-start">Access from any device</th> <th scope="row" class="text-start">Access from any device</th>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check"></i></td>
<td><i class="fa fa-fw fa-check atb-green"></i></td>
<td><i class="fa fa-fw fa-check atb-green"></i></td>
</tr>
<tr>
<th scope="row" class="text-start">Share bookmarks abd folders</th>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check"></i></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
<td><i class="fa fa-fw fa-check atb-green"></i></td>
</tr> </tr>
<tr> <tr>
<th scope="row" class="text-start">Import/Export Features</th> <th scope="row" class="text-start">Import/Export Features</th>
<td></td> <td></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
</tr> </tr>
<tr> <tr>
<th scope="row" class="text-start">Customizable Dashboards / Pages</th> <th scope="row" class="text-start">Customizable Dashboards / Pages</th>
<td></td> <td></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
</tr> </tr>
<tr> <tr>
<th scope="row" class="text-start">Request/Influence Development</th> <th scope="row" class="text-start">Request/Influence Development</th>
<td></td> <td></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
</tr> </tr>
<tr> <tr>
<th scope="row" class="text-start">Early Access</th> <th scope="row" class="text-start">Early Access</th>
<td></td> <td></td>
<td><i class="fa fa-fw fa-check"></i></td> <td><i class="fa fa-fw fa-check atb-green"></i></td>
<td><i class="fa-solid fa-check"></i></td> <td><i class="fa-solid fa-check atb-green"></i></td>
</tr> </tr>
<tr> <tr>
<th scope="row" class="text-start">Cheaper</th> <th scope="row" class="text-start">Cheaper</th>
<td></td> <td></td>
<td></td> <td></td>
<td><i class="fa-solid fa-check"></i></td> <td><i class="fa-solid fa-check atb-green"></i></td>
</tr> </tr>
</tbody> </tbody>
</table> </table>
@ -81,8 +86,9 @@
<li>Add / Manage your bookmarks</li> <li>Add / Manage your bookmarks</li>
<li>Extensions for all major browsers</li> <li>Extensions for all major browsers</li>
<li>Access from any device</li> <li>Access from any device</li>
<li>Share access with anyone</li>
</ul> </ul>
<a href="/register" class="mt-auto w-100 btn btn-lg btn-outline-primary"> <a href="/register" class="mt-auto w-100 btn btn-lg atb-green-outline">
Sign-Up for Free Sign-Up for Free
</a> </a>
</div> </div>
@ -102,15 +108,15 @@
<li>Direct control of Feature Development</li> <li>Direct control of Feature Development</li>
<li>Early Access to new features</li> <li>Early Access to new features</li>
</ul> </ul>
<a href="/member/checkout/monthly" class="mt-auto w-100 btn btn-lg btn-primary"> <a href="/member/signup/monthly" class="mt-auto w-100 btn btn-lg atb-green-bg">
Get started Get started
</a> </a>
</div> </div>
</div> </div>
</div> </div>
<div class="col"> <div class="col">
<div class="card mb-4 rounded-3 shadow-sm border-primary h-100 context-main-bg"> <div class="card mb-4 rounded-3 shadow-sm atb-green-outline-only h-100 context-main-bg">
<div class="card-header py-3 text-bg-primary border-primary"> <div class="card-header py-3 atb-green-bg">
<h4 class="my-0 fw-normal">Yearly</h4> <h4 class="my-0 fw-normal">Yearly</h4>
</div> </div>
<div class="card-body d-flex flex-column"> <div class="card-body d-flex flex-column">
@ -118,7 +124,7 @@
<ul class="list-unstyled mt-3 mb-4"> <ul class="list-unstyled mt-3 mb-4">
<li>Its cheaper if you like the product</li> <li>Its cheaper if you like the product</li>
</ul> </ul>
<a href="/member/checkout/yearly" class="mt-auto w-100 btn btn-lg btn-primary"> <a href="/member/signup/yearly" class="mt-auto w-100 btn btn-lg atb-green-bg">
Get started Get started
</a> </a>
</div> </div>

View File

@ -1,38 +0,0 @@
<section id="features" class="container">
<h2 class="text-center">Why Choose Us?</h2>
<div class="row">
<div class="col-sm-6">
<h3>Free Version</h3>
<p>Basic storage for all your bookmarks, forever free.</p>
</div>
<div class="col-sm-6">
<h3>Pro Features</h3>
<p>Unlock powerful import/export and advanced organization.</p>
</div>
</div>
</section>
<section id="pricing" class="container">
<h2 class="text-center">Affordable Plans</h2>
<div class="row">
<div class="col-sm-6">
<div class="card">
<div class="card-header bg-success">{name} Monthly Plan</div>
<div class="card-body">
<p>{prettyPriceMonthly}/month</p>
<p>All pro features unlocked</p>
<a href="{ROOT_URL}member/checkout/monthly" class="btn btn-success btn-block">Get Started</a>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="card">
<div class="card-header bg-info">{name} Yearly Plan</div>
<div class="card-body">
<p>{prettyPriceYearly}/year</p>
<p>Save {prettySavings} annually!</p>
<a href="{ROOT_URL}member/checkout/yearly" class="btn btn-info btn-block">Sign Up</a>
</div>
</div>
</div>
</div>
</section>

View File

@ -1,6 +1,17 @@
<h1>Members' Area</h1> <div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<div class="jumbotron"> <h2 class="text-center atb-green mb-4">Membership Benefits</h2>
<h1>Welcome!</h1> <p class="lead">
<p>This is the members section. You can give some groups permission to access these areas. the menu is hidden for normal users and if they get a link to a member's area, the authentication system will stop them from accessing any content protected this way.</p> First, let me say thank you for choosing to become a member! There are several great benefits exclusively for members.
<p>You can even use this feature in-line with your views, hiding certain components from non-members</p> </p>
<p>
In addition to extra features for bookmark management like <a class="text-decoration-none atb-green" href="{ROOT_URL}bookmarks/dashboards">dashboards</a> and <a class="text-decoration-none atb-green" href="{ROOT_URL}bookmarks/import">import</a>/<a class="text-decoration-none atb-green" href="{ROOT_URL}bookmarks/export">export</a>, you gain access to influence development. <a class="text-decoration-none atb-green" href="{ROOT_URL}suggestions">Suggestions</a> gives users a direct way to make suggestions to me personally. By default, suggestions are not public, but I can comment on them to let you know what I think.
All respectful and reasonable suggestions go up for the entire community to see and comment on. There iis going to be a loyalty points system in the future to allow you to accrue points and use the points to vote for suggestions and features they like. But that's for another time.
</p>
<p class="text-muted">
Right now, this entire system was built and managed by myself. I have used my own version of this for years, but translating it to a publicly available product is not a 1-to-1 job. There may be bugs or issues encountered while you use the product. I can't guarantee a fix for every need in every case immediately, but I do actively keep track of bugs and work hard to ensure everyone has a great experience using the app.
</p>
<div class="text-center mt-4 pb-4">
{loggedin}<a href="/bugreport" class="btn btn-primary btn-lg px-5 atb-green-bg">Report a Bug</a>{/loggedin}
<a href="/contact" class="btn btn-outline-secondary btn-lg px-5 ms-3 atb-green-outline">Contact Us</a>
</div>
</div> </div>

View File

@ -2,7 +2,7 @@
<legend class="text-center">Suggestions</legend> <legend class="text-center">Suggestions</legend>
<hr> <hr>
{LOOP} {LOOP}
<div class="blog-post"> <div class="blog-post p-2">
<h2 class="blog-post-title"><a href="{ROOT_URL}suggestions/view/{ID}">{title}</a></h2> <h2 class="blog-post-title"><a href="{ROOT_URL}suggestions/view/{ID}">{title}</a></h2>
<div class="well"> <div class="well">
{suggestion} {suggestion}

View File

@ -1,17 +1,20 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm mt-5 context-main-bg"> <div class="col-8 mx-auto p-4 rounded shadow-sm my-5 context-main-bg">
<h1 class="text-center">Work in Progress</h1> <h1 class="text-center">Work in Progress</h1>
<hr> <hr>
{LOOP} {LOOP}
<div class="wip-project"> <div class="wip-project">
<h3 class="wip-project-title">{title}</h3> <h3 class="wip-project-title">{title}</h3>
<p><b>Started: </b><i>{prettyStart}</i></p> <small class=""><b>Started: </b><i>{prettyStart}</i></small>
<div class="progress"> <div class="progress mt-2">
<div class="progress-bar" role="progressbar" style="width: {progress}%" aria-valuenow="{progress}" aria-valuemin="0" aria-valuemax="100"></div> <div class="progress-bar" role="progressbar" style="width: {progress}%" aria-valuenow="{progress}" aria-valuemin="0" aria-valuemax="100"></div>
</div> </div>
<div class="well mt-3"> <div class="well my-3">
{description} {description}
</div> </div>
</div> </div>
<div class="col-6 offset-3 my-2">
<hr>
</div>
{/LOOP} {/LOOP}
{ALT} {ALT}
<div class="wip-project"> <div class="wip-project">

View File

@ -1,65 +1,65 @@
<div class="container py-5 context-main-bg my-5"> <div class="container p-4 context-main-bg my-4">
<h1 class="mb-4">Frequently Asked Questions</h1> <h1 class="mb-4">Frequently Asked Questions</h1>
<hr> <hr>
<!-- Table of Contents --> <!-- Table of Contents -->
<div class="mb-5"> <div class="mb-5">
<h2 class="h4">Table of Contents</h2> <h2 class="h4 atb-green">Table of Contents</h2>
<ul class="list-unstyled"> <ul class="list-unstyled">
<li><a href="#question1" class="text-decoration-none">Does this work on mobile?</a></li> <li><a href="#question1" class="text-decoration-none context-main">Does this work on mobile?</a></li>
<li><a href="#question2" class="text-decoration-none">Does this work on Mac/PC/Linux?</a></li> <li><a href="#question2" class="text-decoration-none context-main">Does this work on Mac/PC/Linux?</a></li>
<li><a href="#question3" class="text-decoration-none">How do I use the extension on my mobile device?</a></li> <li><a href="#question3" class="text-decoration-none context-main">How do I use the extension on my mobile device?</a></li>
<li><a href="#question4" class="text-decoration-none">How do I add this to my phone like an app?</a></li> <li><a href="#question4" class="text-decoration-none context-main">How do I add this to my phone like an app?</a></li>
</ul> </ul>
</div> </div>
<!-- Accordion for Questions --> <!-- Accordion for Questions -->
<div class="accordion" id="faqAccordion"> <div class="accordion" id="faqAccordion">
<div class="accordion-item"> <div class="accordion-item">
<h2 class="accordion-header" id="heading1"> <h2 class="accordion-header context-second-bg" id="heading1">
<button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#collapse1" aria-expanded="true" aria-controls="collapse1"> <button class="accordion-button context-main context-main-bg" type="button" data-bs-toggle="collapse" data-bs-target="#collapse1" aria-expanded="true" aria-controls="collapse1">
Does this work on mobile? Does this work on mobile?
</button> </button>
</h2> </h2>
<div id="collapse1" class="accordion-collapse collapse show" aria-labelledby="heading1" data-bs-parent="#faqAccordion"> <div id="collapse1" class="accordion-collapse collapse show" aria-labelledby="heading1" data-bs-parent="#faqAccordion">
<div class="accordion-body" id="question1"> <div class="ml-5 accordion-body context-main context-main-bg" id="question1">
Yes, this works seamlessly on mobile devices. <span class="atb-green">Yes, this works seamlessly on mobile devices.</span>
</div> </div>
</div> </div>
</div> </div>
<div class="accordion-item"> <div class="accordion-item">
<h2 class="accordion-header" id="heading2"> <h2 class="accordion-header context-main context-second-bg" id="heading2">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse2" aria-expanded="false" aria-controls="collapse2"> <button class="accordion-button context-main context-main-bg collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse2" aria-expanded="false" aria-controls="collapse2">
Does this work on Mac/PC/Linux? Does this work on Mac/PC/Linux?
</button> </button>
</h2> </h2>
<div id="collapse2" class="accordion-collapse collapse" aria-labelledby="heading2" data-bs-parent="#faqAccordion"> <div id="collapse2" class="accordion-collapse collapse" aria-labelledby="heading2" data-bs-parent="#faqAccordion">
<div class="accordion-body" id="question2"> <div class="accordion-body context-main context-main-bg" id="question2">
Yes, it is compatible with Mac, PC, and Linux platforms. <span class="atb-green">Yes, it is compatible with Mac, PC, and Linux platforms.</span>
</div> </div>
</div> </div>
</div> </div>
<div class="accordion-item"> <div class="accordion-item">
<h2 class="accordion-header" id="heading3"> <h2 class="accordion-header context-main context-second-bg" id="heading3">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse3" aria-expanded="false" aria-controls="collapse3"> <button class="accordion-button context-main context-main-bg collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse3" aria-expanded="false" aria-controls="collapse3">
How do I use the extension on my mobile device? How do I use the extension on my mobile device?
</button> </button>
</h2> </h2>
<div id="collapse3" class="accordion-collapse collapse" aria-labelledby="heading3" data-bs-parent="#faqAccordion"> <div id="collapse3" class="accordion-collapse collapse" aria-labelledby="heading3" data-bs-parent="#faqAccordion">
<div class="accordion-body" id="question3"> <div class="accordion-body context-main context-main-bg" id="question3">
To use the extension on mobile, open your browser, install the extension, and follow the setup instructions. <span class="atb-green">To use the extension on mobile, open your browser, install the extension, and follow the setup instructions.</span>
</div> </div>
</div> </div>
</div> </div>
<div class="accordion-item"> <div class="accordion-item">
<h2 class="accordion-header" id="heading4"> <h2 class="accordion-header context-main context-second-bg" id="heading4">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse4" aria-expanded="false" aria-controls="collapse4"> <button class="accordion-button context-main context-main-bg collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#collapse4" aria-expanded="false" aria-controls="collapse4">
How do I add this to my phone like an app? How do I add this to my phone like an app?
</button> </button>
</h2> </h2>
<div id="collapse4" class="accordion-collapse collapse" aria-labelledby="heading4" data-bs-parent="#faqAccordion"> <div id="collapse4" class="accordion-collapse collapse" aria-labelledby="heading4" data-bs-parent="#faqAccordion">
<div class="accordion-body" id="question4"> <div class="accordion-body context-main context-main-bg" id="question4">
You can add it to your phone by installing the app or creating a shortcut from your browser to your home screen. <span class="atb-green">You can add it to your phone by installing the app or creating a shortcut from your browser to your home screen.</span>
</div> </div>
</div> </div>
</div> </div>

View File

@ -1,26 +1,26 @@
<ul class="list-unstyled d-flex mb-0"> <ul class="list-unstyled d-flex mb-0">
<li class="ms-3"> <li class="ms-3">
<a class="context-main" href="{ROOT_URL}fb"> <a class=" atb-green" href="{ROOT_URL}fb">
<span class="fa-brands fa-fw fa-facebook"></span> <span class="fa-brands fa-fw fa-facebook"></span>
</a> </a>
</li> </li>
<li class="ms-3"> <li class="ms-3">
<a class="context-main" href="{ROOT_URL}twitter"> <a class=" atb-green" href="{ROOT_URL}twitter">
<span class="fa-brands fa-fw fa-twitter"></span> <span class="fa-brands fa-fw fa-twitter"></span>
</a> </a>
</li> </li>
<li class="ms-3"> <li class="ms-3">
<a class="context-main" href="{ROOT_URL}in"> <a class=" atb-green" href="{ROOT_URL}in">
<span class="fa-brands fa-fw fa-linkedin"></span> <span class="fa-brands fa-fw fa-linkedin"></span>
</a> </a>
</li> </li>
<li class="ms-3"> <li class="ms-3">
<a class="context-main" href="{ROOT_URL}youtube"> <a class=" atb-green" href="{ROOT_URL}youtube">
<span class="fa-brands fa-fw fa-youtube"></span> <span class="fa-brands fa-fw fa-youtube"></span>
</a> </a>
</li> </li>
<li class="ms-3"> <li class="ms-3">
<a class="context-main" href="{ROOT_URL}git"> <a class=" atb-green" href="{ROOT_URL}git">
<span class="fa-brands fa-fw fa-github"></span> <span class="fa-brands fa-fw fa-github"></span>
</a> </a>
</li> </li>

View File

@ -223,8 +223,8 @@
<tr> <tr>
<th style="width: 34%;"></th> <th style="width: 34%;"></th>
<th style="width: 22%;">Free</th> <th style="width: 22%;">Free</th>
<th style="width: 22%;">Pro</th> <th style="width: 22%;">Monthly</th>
<th style="width: 22%;">Enterprise</th> <th style="width: 22%;">Yearly</th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>

View File

@ -1,509 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<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"
viewBox="0 0 2000 1500" style="enable-background:new 0 0 2000 1500;" xml:space="preserve">
<style type="text/css">
.st0{fill:url(#SVGID_1_);}
.st1{fill:url(#SVGID_2_);}
.st2{fill:url(#SVGID_3_);}
.st3{fill:url(#SVGID_4_);}
</style>
<g>
<g>
<path d="M882.6,595.3c-0.9-1.6-1.9-3.1-3.2-4.4c-1.2-1.3-2.7-2.3-4.3-3.2c-1.6-0.8-3.6-1.2-5.9-1.2c-4.5,0-7.9,1.4-10.2,4.3
c-2.3,2.9-4.2,6.1-5.7,9.6l-56.6,130.7h30.8l10.8-26.6h61.7l10.8,26.6h30.8l-56.6-130.7C884.4,598.7,883.5,597,882.6,595.3z
M848.6,679.5l20.6-50.3l20.6,50.3H848.6z"/>
<rect x="955" y="588.2" width="27" height="143"/>
<rect x="1000.4" y="588.2" width="27" height="143"/>
<polygon points="1086.6,613.3 1125,613.3 1125,731.2 1153,731.2 1153,613.3 1191.4,613.3 1191.4,588.2 1086.6,588.2 "/>
<path d="M1295.5,638.6c-4-3.9-8.7-7.1-14-9.4c-5.3-2.3-11-3.5-17-3.5c-5.9,0-11.3,1.1-16.3,3.3c-5,2.2-9.5,5.2-13.5,9.2v-50h-27
v143h27v-56.8c0-3.3,0.6-6.3,1.8-9.2c1.2-2.9,2.9-5.4,5-7.6c2.1-2.2,4.6-3.9,7.6-5.1c2.9-1.2,6-1.8,9.3-1.8c3.1,0,6.1,0.6,8.9,1.7
c2.8,1.2,5.2,2.8,7.4,4.9c2.1,2.1,3.8,4.6,5,7.6c1.2,2.9,1.8,6.1,1.8,9.5v56.8h27v-60.9c0-6.3-1.2-12.1-3.5-17.6
C1302.7,647.3,1299.5,642.6,1295.5,638.6z"/>
<path d="M1427.5,656.2c-3.1-6.1-7.1-11.5-12.1-16c-5-4.6-10.7-8.2-17.2-10.8c-6.5-2.7-13.4-4-20.7-4c-7.8,0-15,1.4-21.8,4.3
c-6.7,2.9-12.6,6.8-17.7,11.8c-5,5-9,10.9-12,17.6c-2.9,6.7-4.4,13.8-4.4,21.4c0,7.6,1.5,14.8,4.4,21.4c2.9,6.7,6.9,12.5,12,17.6
c5,5,10.9,9,17.7,11.8c6.7,2.9,14,4.3,21.8,4.3c10.2,0,19.5-2.5,27.8-7.4c8.3-4.9,15-11.4,20-19.6l-23.5-9.6
c-2.7,4-6.2,7.1-10.4,9.5c-4.2,2.4-8.8,3.6-13.7,3.6c-6.9,0-13.1-2.2-18.4-6.6c-5.3-4.4-8.9-9.9-10.8-16.4h70.5
c4.6,0,8.2-1.2,10.6-3.6c2.5-2.4,3.5-5.5,3.3-9.5C1432.3,668.9,1430.5,662.3,1427.5,656.2z M1348.9,670.5c1-3.1,2.3-6,4.2-8.6
c1.8-2.6,4-4.9,6.4-6.8c2.5-2,5.2-3.5,8.2-4.6c3-1.1,6.1-1.6,9.4-1.6c6.4,0,12.1,2.1,17.2,6.2c5,4.2,8.5,9.3,10.4,15.4H1348.9z"/>
<g>
<path d="M885.6,833.8c4.8-3.5,8.4-8,10.8-13.3c2.5-5.3,3.7-10.8,3.7-16.3c0-4.8-0.9-9.4-2.8-14c-1.8-4.6-4.6-8.6-8.2-12.3
c-3.6-3.6-8.1-6.5-13.6-8.7c-5.4-2.2-11.8-3.3-19.2-3.3h-41.1c-12.4,0-18.6,6.2-18.6,18.6v105.8c0,12.4,6.1,18.6,18.2,18.6h45.8
c7.8,0,14.6-1.2,20.4-3.6c5.9-2.4,10.7-5.5,14.6-9.3c3.9-3.8,6.8-8.1,8.7-13c1.9-4.8,2.9-9.8,2.9-14.8c0-6.9-1.8-13.5-5.5-19.8
C898.1,842.2,892.7,837.3,885.6,833.8z M824.7,791.1h29.2c6,0,10.5,1.7,13.4,5.2c2.9,3.5,4.4,7.3,4.4,11.5
c0,4.2-1.4,8.1-4.3,11.6c-2.9,3.5-7.1,5.3-12.9,5.3h-29.8V791.1z M877.5,873c-0.9,2-2.2,3.9-3.9,5.5c-1.7,1.6-3.8,2.9-6.4,3.9
c-2.6,1-5.6,1.4-9,1.4h-33.5v-34.3h34.1c3.3,0,6.2,0.5,8.7,1.4c2.5,1,4.6,2.2,6.3,3.9c1.7,1.6,3,3.5,3.8,5.5
c0.8,2,1.2,4.2,1.2,6.3C878.8,868.8,878.4,871,877.5,873z"/>
<path d="M1014.2,819.3c-5.1-5-11.1-9-17.9-11.8c-6.8-2.9-14.1-4.3-21.9-4.3c-7.8,0-15,1.4-21.9,4.3c-6.8,2.9-12.8,6.8-17.9,11.8
c-5.1,5-9.1,10.9-12.1,17.6c-2.9,6.7-4.4,13.8-4.4,21.4c0,7.6,1.5,14.8,4.4,21.4c2.9,6.7,6.9,12.5,12.1,17.6
c5.1,5,11.1,9,17.9,11.8c6.8,2.9,14.1,4.3,21.9,4.3c7.8,0,15-1.4,21.9-4.3c6.8-2.9,12.8-6.8,17.9-11.8c5.1-5,9.1-10.9,12.1-17.6
c2.9-6.7,4.4-13.8,4.4-21.4c0-7.6-1.5-14.8-4.4-21.4C1023.3,830.2,1019.3,824.3,1014.2,819.3z M1002.5,870.1
c-1.6,3.8-3.7,7.2-6.5,10.1c-2.8,2.9-6,5.2-9.7,6.9c-3.7,1.7-7.6,2.6-11.6,2.6c-4.2,0-8.2-0.8-12-2.6c-3.7-1.7-7-4-9.7-6.9
c-2.7-2.9-4.9-6.3-6.5-10.1c-1.6-3.8-2.5-7.8-2.5-12.1c0-4.1,0.8-8,2.5-11.8c1.6-3.8,3.8-7.1,6.5-10c2.7-2.9,6-5.1,9.7-6.8
c3.7-1.7,7.7-2.6,12-2.6c4.1,0,8,0.9,11.6,2.6c3.7,1.7,6.9,4,9.7,6.8c2.8,2.9,5,6.2,6.5,10c1.6,3.8,2.3,7.8,2.3,11.8
C1004.9,862.3,1004.1,866.3,1002.5,870.1z"/>
<path d="M1134.7,819.3c-5.1-5-11.1-9-17.9-11.8c-6.8-2.9-14.1-4.3-21.9-4.3s-15,1.4-21.9,4.3c-6.8,2.9-12.8,6.8-17.9,11.8
c-5.1,5-9.1,10.9-12.1,17.6c-2.9,6.7-4.4,13.8-4.4,21.4c0,7.6,1.5,14.8,4.4,21.4c2.9,6.7,6.9,12.5,12.1,17.6
c5.1,5,11.1,9,17.9,11.8c6.8,2.9,14.1,4.3,21.9,4.3s15-1.4,21.9-4.3c6.8-2.9,12.8-6.8,17.9-11.8c5.1-5,9.1-10.9,12.1-17.6
c2.9-6.7,4.4-13.8,4.4-21.4c0-7.6-1.5-14.8-4.4-21.4C1143.8,830.2,1139.8,824.3,1134.7,819.3z M1123.1,870.1
c-1.6,3.8-3.7,7.2-6.5,10.1c-2.8,2.9-6,5.2-9.7,6.9c-3.7,1.7-7.6,2.6-11.6,2.6c-4.2,0-8.2-0.8-12-2.6c-3.7-1.7-7-4-9.7-6.9
c-2.7-2.9-4.9-6.3-6.5-10.1c-1.6-3.8-2.5-7.8-2.5-12.1c0-4.1,0.8-8,2.5-11.8c1.6-3.8,3.8-7.1,6.5-10c2.7-2.9,6-5.1,9.7-6.8
c3.7-1.7,7.7-2.6,12-2.6c4.1,0,8,0.9,11.6,2.6c3.7,1.7,6.9,4,9.7,6.8c2.8,2.9,5,6.2,6.5,10c1.6,3.8,2.3,7.8,2.3,11.8
C1125.4,862.3,1124.6,866.3,1123.1,870.1z"/>
<polygon points="1260.6,806.8 1229.6,806.8 1191.4,847.9 1191.4,766 1164.4,766 1164.4,909 1191.4,909 1191.4,878.5
1204.5,864.6 1235.3,909 1265.8,909 1222.2,846.6 "/>
<path d="M1433,816.4c-3.9-3.9-8.4-7.1-13.5-9.4c-5.1-2.3-10.6-3.5-16.4-3.5c-6.9,0-13.5,1.6-19.7,4.8
c-6.2,3.2-11.9,7.7-17.1,13.4c-3.7-5.6-8.5-10-14.4-13.3c-5.9-3.3-12.4-4.9-19.3-4.9c-5.7,0-11,1.1-15.8,3.3
c-4.8,2.2-9.2,5.2-13,9.2v-9.2h-27V909h27v-56.8c0-3.3,0.6-6.3,1.7-9.2c1.2-2.9,2.7-5.4,4.7-7.6c2-2.2,4.3-3.9,7-5.1
c2.7-1.2,5.6-1.8,8.8-1.8c6.1,0,11.3,2.2,15.4,6.6c4.2,4.4,6.2,10.1,6.2,17.1V909h27v-56.8c0-3.3,0.6-6.3,1.7-9.2
c1.2-2.9,2.7-5.4,4.7-7.6c2-2.2,4.3-3.9,7-5.1c2.7-1.2,5.6-1.8,8.8-1.8c6.1,0,11.3,2.2,15.4,6.6c4.2,4.4,6.2,10.1,6.2,17.1V909
h27v-60.9c0-6.3-1.1-12.1-3.4-17.6C1439.9,825.1,1436.8,820.4,1433,816.4z"/>
<path d="M1543,816.6c-4.5-4.2-9.6-7.5-15.2-9.9c-5.7-2.4-11.7-3.6-18.1-3.6c-7.1,0-13.7,1.4-19.8,4.3
c-6.1,2.9-11.5,6.8-16.1,11.8c-4.6,5-8.3,10.9-10.9,17.6c-2.7,6.7-4,13.8-4,21.4c0,7.6,1.3,14.8,4,21.4
c2.7,6.7,6.3,12.5,10.9,17.6c4.6,5,10,9,16.1,11.8c6.1,2.9,12.7,4.3,19.8,4.3c6.4,0,12.4-1.2,18.1-3.6c5.7-2.4,10.7-5.7,15.2-9.9
v9h26.8V806.8H1543V816.6z M1541.6,870.1c-1.6,3.8-3.7,7.2-6.3,10.1c-2.7,2.9-5.8,5.2-9.4,6.9c-3.6,1.7-7.5,2.6-11.5,2.6
c-4.1,0-7.9-0.8-11.5-2.6c-3.6-1.7-6.8-4-9.5-6.9c-2.7-2.9-4.9-6.3-6.4-10.1c-1.6-3.8-2.3-7.8-2.3-12.1c0-4.1,0.8-8,2.3-11.8
c1.6-3.8,3.7-7.1,6.4-10c2.7-2.9,5.9-5.1,9.5-6.8c3.6-1.7,7.5-2.6,11.5-2.6c4.1,0,7.9,0.9,11.5,2.6c3.6,1.7,6.7,4,9.4,6.8
c2.7,2.9,4.8,6.2,6.3,10c1.6,3.8,2.3,7.8,2.3,11.8C1544,862.3,1543.2,866.3,1541.6,870.1z"/>
<path d="M1615.1,818.5v-11.6h-27V909h27v-53.1c0-8.2,2.5-14.8,7.6-19.8c5-5,12.1-7.6,21-7.6v-24.9c-5.4,0-10.8,1.3-15.9,3.9
C1622.6,810,1618.3,813.7,1615.1,818.5z"/>
<polygon points="1751.5,806.8 1720.5,806.8 1682.3,847.9 1682.3,766 1655.3,766 1655.3,909 1682.3,909 1682.3,878.5
1695.3,864.6 1726.2,909 1756.6,909 1713.1,846.6 "/>
<path d="M1837.8,867c-2.1-3.7-4.8-6.9-8.1-9.5c-3.3-2.6-6.8-4.7-10.7-6.3c-3.9-1.6-7.7-3.1-11.3-4.3c-5.2-1.9-9.4-3.7-12.6-5.5
c-3.2-1.8-4.8-4.2-4.8-7.1c0-3.1,1.4-5.3,4.2-6.5c2.8-1.2,5.6-1.8,8.5-1.8c3.9,0,7.3,0.9,10,2.6c2.7,1.7,5.1,3.8,7.1,6.2l20-13.3
c-4.2-5.2-9.5-9.5-15.7-13c-6.3-3.5-13.6-5.2-22.1-5.2c-4.2,0-8.7,0.5-13.3,1.5c-4.6,1-8.9,2.8-12.7,5.2
c-3.8,2.5-6.9,5.7-9.4,9.7c-2.5,4-3.7,9-3.7,14.8c0,5.2,1,9.5,2.9,13.1c1.9,3.5,4.4,6.5,7.4,8.9c3,2.4,6.2,4.4,9.7,5.9
c3.5,1.6,6.8,3,10.1,4.2c7.1,2.6,12.3,4.9,15.6,6.9c3.3,2,5,4.6,5,7.8c0,1.8-0.4,3.2-1.2,4.4c-0.8,1.2-1.8,2.1-3.1,2.8
c-1.2,0.7-2.6,1.2-4.1,1.4c-1.5,0.3-2.9,0.4-4.3,0.4c-4.8,0-8.9-1.3-12.4-3.8c-3.5-2.5-6.3-5.1-8.5-7.9l-20,14.5
c5.2,5.7,11.1,10.5,17.7,14.3c6.6,3.8,14.4,5.7,23.4,5.7c4.4,0,8.9-0.5,13.6-1.6c4.7-1.1,9-2.9,12.8-5.4c3.8-2.5,6.9-5.8,9.4-9.9
c2.5-4.1,3.7-9.1,3.7-15.1C1841,875.4,1839.9,870.7,1837.8,867z"/>
</g>
</g>
<g>
<linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="355.2569" y1="536.2605" x2="337.2811" y2="894.6529">
<stop offset="3.409785e-07" style="stop-color:#94C335"/>
<stop offset="1" style="stop-color:#1B947F"/>
</linearGradient>
<path class="st0" d="M490.6,864.9c1.3-1.7,3-4,4.7-6.2c0.3-0.4,0.6-0.9,0.9-1.3c0.1-0.2,0.2-0.3,0.3-0.5l0.5-0.7
c0.2-0.3,0.4-0.6,0.7-1l0.3-0.4c0.6-0.9,1.2-1.8,1.8-2.6l0.4-0.6c0.4-0.6,0.8-1.2,1-1.6c0.3-0.5,0.5-0.8,0.5-0.8
c0.8-1.4,1.6-2.8,2.2-4.4c0.3-0.7,0.6-1.5,0.8-2.2c0.2-0.7,0.4-1.4,0.5-2.1l0-0.2c0.6-3.1,0.7-6.1,0.2-9v0c-0.5-2.9-1.5-5.6-3-8
c-1.3-2.1-2.9-4-4.8-5.6l0.9-2.2c0.4-0.9,0.9-2,1.4-3.2c0.2-0.4,0.4-0.9,0.5-1.3c0.1-0.2,0.1-0.4,0.2-0.6l1.3-3.6
c0.3-0.7,0.5-1.4,0.8-2.1c0.2-0.5,0.4-1,0.5-1.5l0.1-0.3c0.2-0.6,0.4-1.1,0.5-1.6l0.7-2.2c2.5,0.1,5-0.3,7.3-1
c2.7-0.9,5.2-2.3,7.5-4.1c0.6-0.5,1.1-1,1.7-1.5c0.5-0.5,1-1.1,1.5-1.7c0.9-1.2,1.8-2.4,2.6-3.7c1.5-2.5,2.5-5.5,3.1-9.1
c0,0,0.1-0.4,0.2-1c0-0.2,0.1-0.3,0.1-0.6c0.1-0.6,0.2-1.2,0.3-2c0.2-2,0.5-4.5,0.8-7.1l0.1-0.6c0.2-2.4,0.3-4.8,0.5-6.7l0.1-1.1
c0-0.2,0-0.4,0-0.6c0-0.3,0-0.6,0.1-1c0-0.3,0-0.5,0-0.7l0-0.4c0-0.6,0-1,0-1c0.2-6.4-1.9-12.7-5.8-17.4
c-6.8-8.2-18.6-10.3-28.7-5.2c-1.3,0.6-2.5,1.3-3.5,2.1c-2.2,1.5-4.1,3.3-5.7,5.3c-3.4,4.1-5.2,8.8-5.4,13.7c0,0,0,0.3,0,0.7
c0,0.2,0,0.5,0,0.8c0,0.2,0,0.4,0,0.7l-0.4,6.2c-0.2,1.3-0.3,2.7-0.4,3.9l-0.2,1.9c0,0.5-0.1,0.9-0.2,1.3c0,0.2-0.1,0.3-0.1,0.5
l-0.1,0.7c-0.4,2.2-0.3,4.5,0.2,7.5c0.2,1.2,0.6,2.4,1,3.6c0.2,0.6,0.5,1.2,0.7,1.7c0.3,0.7,0.6,1.2,0.8,1.7
c1.2,2.3,2.8,4.4,4.7,6.3c1.8,1.8,3.6,3.2,5.6,4.4c-0.2,0.5-0.4,1.2-0.6,2c-0.1,0.4-0.3,0.9-0.5,1.5l-0.1,0.3
c-0.1,0.4-0.3,0.8-0.4,1.2l-1.6,4.4c-0.1,0.3-0.2,0.6-0.4,1l-0.2,0.5c-0.2,0.4-0.3,0.8-0.5,1.2l-0.6,1.3c-0.3,0.6-0.5,1.2-0.7,1.7
c-0.3,0.8-0.6,1.4-0.8,1.9c-2.3-0.4-4.8-0.5-7.1-0.4c-2.7,0.2-5.3,0.8-7.6,1.7c-2.6,0.9-4.8,2.1-6.6,3.6c-0.3,0.3-0.6,0.5-0.9,0.8
c-0.2,0.1-0.3,0.3-0.5,0.4c-0.5,0.4-0.9,0.8-1.4,1.3c-0.9,0.9-1.6,1.9-2.3,3c0,0-0.1,0.2-0.4,0.6l0,0c-0.1,0.2-0.4,0.6-0.6,1
l-0.9,1.4c-0.3,0.4-0.6,0.9-1,1.4l-0.9,1.3c-0.1,0.1-0.2,0.3-0.3,0.4c-0.2,0.3-0.4,0.5-0.6,0.8c-0.9,1.2-1.8,2.4-2.6,3.5l-0.9,1.2
c-0.2,0.2-0.4,0.5-0.6,0.8c-0.2,0.2-0.4,0.4-0.5,0.6l-0.4,0.5c-1.8,2.1-2.9,4.6-3.7,6.5c-0.4,1.2-0.7,2.4-1,3.6
c-0.2,1.2-0.3,2.5-0.4,3.7c-0.1,2.5,0.2,5.2,0.8,7.8c0.3,1.3,0.8,2.6,1.3,3.9c0.4,1,0.8,1.9,1.3,2.7c-0.4,0.4-0.9,0.8-1.6,1.4
c-0.7,0.6-1.6,1.4-2.5,2.2c-0.3,0.3-0.7,0.6-1.1,0.9l-1,0.8c-0.3,0.2-0.5,0.4-0.8,0.6c-0.5,0.4-1.1,0.8-1.6,1.3
c-1.4,1.1-2.8,2.2-3.9,3l-1.7,1.2c-1.8-1.5-3.8-2.8-5.9-3.9c-2.4-1.2-4.9-2.1-7.5-2.5c-1.2-0.2-2.5-0.3-3.7-0.4
c-1.3-0.1-2.6,0-3.8,0.1c-1.2,0.1-2.5,0.4-3.7,0.8c-0.2,0.1-0.4,0.1-0.6,0.2c-0.4,0.1-0.7,0.2-1.1,0.4c-0.6,0.2-1.2,0.5-1.8,0.8
l-3.5,1.8l-1.6,0.7c-0.8,0.4-1.7,0.7-2.5,1.1c-0.5,0.2-1,0.4-1.4,0.6l-0.3,0.1c-0.1,0.1-0.3,0.1-0.4,0.2l-0.2,0.1
c-0.1,0.1-0.3,0.1-0.4,0.2l-5,1.9c-0.2,0.1-0.4,0.2-0.6,0.2c-0.4,0.1-0.7,0.3-1.1,0.4c-0.6,0.3-1.1,0.5-1.7,0.9
c-1.1,0.6-2.1,1.4-3,2.2c-0.2,0.2-0.5,0.4-0.6,0.6c-0.2,0.2-0.5,0.4-0.7,0.6c-0.5,0.4-0.9,0.9-1.3,1.3c-0.8,0.9-1.6,2-2.3,3.1
c-1.5,2.4-2.5,4.7-3.2,7.1c-0.7,2.3-1.1,4.7-1.2,7l-0.2,0c-0.2,0-0.4,0.1-0.6,0.1l-1.3,0.2c-0.6,0.1-1.3,0.2-2,0.4l-3.9,0.7
c-0.2,0-0.4,0-0.5,0.1l-0.4,0c-0.9,0.1-1.9,0.2-2.8,0.3c-1.5,0.2-3,0.4-4.2,0.5l-2.1,0.2c-1.6-4.7-4.4-8.9-8.2-12.3
c-1-0.8-2-1.6-3-2.3c-0.2-0.1-0.4-0.2-0.5-0.3l-0.2-0.1c-0.3-0.2-0.6-0.3-0.8-0.5c-0.5-0.3-1.1-0.6-1.7-0.8
c-1.1-0.5-2.3-0.9-3.6-1.2c-0.3-0.1-0.6-0.1-0.9-0.2l-0.3-0.1c-0.2,0-0.4-0.1-0.6-0.1c-0.7-0.1-1.3-0.2-1.9-0.2l-3.9-0.3
c-0.3,0-0.6-0.1-0.8-0.1c-0.2,0-0.4,0-0.5-0.1c-1-0.1-2-0.2-3.1-0.4c-1.6-0.1-3.1-0.4-4.5-0.6c-0.4-0.1-0.8-0.1-1.2-0.2
c-1.5-0.2-2.6-0.4-2.6-0.4c-1.3-0.3-2.6-0.4-3.9-0.4c-1.2,0-2.4,0.1-3.5,0.3c-2.4,0.4-4.8,1.2-7.1,2.4c-0.5,0.3-1.1,0.6-1.7,0.9
c-0.5,0.3-1,0.6-1.6,1c-1.1,0.8-2.1,1.6-3.1,2.5c-1.8,1.6-3.3,3.5-4.6,5.5c-0.3-0.1-0.6-0.2-1-0.4c-0.3-0.1-0.6-0.2-0.9-0.4
L287,894c-0.4-0.1-0.7-0.3-1.1-0.4c-0.2-0.1-0.4-0.2-0.6-0.3c-1.2-0.5-2.4-1-3.5-1.5l-0.6-0.3c-0.8-0.4-1.7-0.7-2.3-1l-1.9-0.9
c0.5-2.3,0.7-4.7,0.6-7.1c0-0.6-0.1-1.3-0.2-2c-0.1-0.7-0.2-1.3-0.3-2c-0.2-1.3-0.6-2.6-1-3.8c-0.4-1.2-0.9-2.4-1.5-3.4
c-0.6-1.2-1.2-2.3-1.9-3.2c-0.7-1-1.6-2-2.5-2.8c-0.2-0.1-0.3-0.3-0.4-0.4c-0.3-0.3-0.6-0.5-0.9-0.8c-0.5-0.4-1-0.8-1.5-1.2
l-2.2-1.5c-0.1-0.1-0.3-0.2-0.4-0.3c-0.2-0.1-0.4-0.3-0.6-0.4l-1.1-0.9c-0.8-0.6-1.6-1.2-2.5-1.9c-1.2-0.9-2.4-1.9-3.4-2.7
c-0.4-0.3-0.7-0.6-1-0.9l-2.1-1.7c-0.2-0.1-0.4-0.3-0.5-0.4c-0.3-0.2-0.6-0.5-0.9-0.7c-0.5-0.4-1-0.7-1.6-1.1
c-1.1-0.6-2.2-1.2-3.4-1.6l-0.4-0.1c-0.4-0.2-0.8-0.3-1.3-0.4c-0.5-0.2-1.1-0.3-1.8-0.5c-1.2-0.3-2.5-0.4-3.8-0.5
c-0.7,0-1.3,0-1.9,0c-0.3,0-0.7,0-1,0c-0.3,0-0.6,0-1,0c-1.3,0.1-2.6,0.3-3.9,0.5c-2.3,0.5-4.6,1.3-6.7,2.4
c-0.1-0.1-0.1-0.2-0.2-0.2c-0.3-0.4-0.7-0.8-1.1-1.3c-1.2-1.5-2.8-3.5-4.4-5.5l-1.2-1.7c-1-1.5-2-2.8-2.8-4l-0.1-0.2
c-0.2-0.3-0.4-0.6-0.6-0.8c-0.2-0.2-0.3-0.5-0.4-0.7l0,0c1.6-1.7,3-3.7,4.1-5.8c1.2-2.2,2-4.5,2.7-7.3c0.6-2.5,0.7-5,0.5-7.4
c-0.2-2.5-0.8-4.9-2-7.2l-2.2-4.9c-0.1-0.2-0.2-0.4-0.2-0.6c-0.1-0.3-0.2-0.5-0.4-0.8c-0.2-0.5-0.4-1-0.6-1.5
c-0.2-0.6-0.5-1.2-0.7-1.8l-0.4-1.1c-0.1-0.2-0.2-0.5-0.3-0.7c-0.2-0.6-0.5-1.2-0.6-1.8l-0.8-2.5c-0.4-1.1-0.9-2.2-1.5-3.4
c-0.6-1.1-1.2-2.1-2-3.1c-0.8-1-1.7-1.9-2.6-2.7c-1-0.9-2-1.7-2.9-2.4c-2.1-1.4-4.5-2.6-7-3.4c-2.3-0.8-4.6-1.2-6.9-1.4
c-0.1-0.6-0.2-1.3-0.4-2.2c0-0.2-0.1-0.4-0.1-0.5c-0.1-0.3-0.1-0.7-0.2-1l-0.7-5.7c-0.2-1-0.2-2.1-0.3-3.1l-0.1-0.7
c-0.1-0.8-0.1-1.6-0.2-2.4l-0.1-1.4c-0.1-0.7-0.1-1.4-0.1-1.9c2.3-0.7,4.5-1.6,6.5-2.9c2.1-1.3,4.1-2.9,6.1-4.9
c0.9-0.9,1.7-1.9,2.4-3c0.4-0.5,0.7-1.1,1-1.6c0.1-0.2,0.3-0.5,0.4-0.7l0-0.1c0.2-0.3,0.3-0.5,0.4-0.8c0.6-1.1,1-2.3,1.4-3.5
c0.2-0.6,0.3-1.2,0.4-1.8c0-0.2,0.1-0.4,0.1-0.6l0-0.2c0.1-0.3,0.1-0.6,0.1-0.9l0.3-2.6c0.1-0.6,0.1-1.2,0.2-1.9l0.1-0.7
c0.1-0.6,0.2-1.3,0.3-1.9c0.1-0.4,0.1-0.7,0.2-1.1c0.2-1,0.3-2.1,0.5-3.1c0-0.2,0.1-0.5,0.1-0.7c0-0.2,0.1-0.4,0.1-0.7
c0.1-0.4,0.2-0.9,0.3-1.3l0.6-2.6c0.1-0.6,0.2-1.2,0.3-1.9l0-0.4c0.1-0.5,0.1-0.9,0.1-1.4c0.1-1.2,0-2.5-0.2-3.7
c-0.1-0.6-0.2-1.2-0.4-1.9c0-0.2-0.1-0.4-0.1-0.5c-0.1-0.4-0.2-0.8-0.3-1.2c-0.3-1.2-0.8-2.4-1.3-3.5c-0.5-1.2-1.2-2.3-1.9-3.4
c-0.8-1.3-1.6-2.3-2.3-3.2c-1.6-1.8-3.3-3.4-5.3-4.8c0-0.1,0.1-0.2,0.1-0.4c0.2-0.4,0.4-1,0.6-1.5c0.7-1.8,1.7-4.1,2.7-6.4
l1.2-2.6c0.7-1.4,1.3-2.7,1.8-3.8c0.3-0.6,0.5-1.1,0.8-1.5c0.1-0.1,0.1-0.2,0.2-0.3c2.3,0.6,4.7,0.9,7.1,0.8
c1.3,0,2.6-0.1,3.9-0.3c1.4-0.2,2.7-0.5,3.8-0.8c1.2-0.3,2.4-0.8,3.6-1.3c0.6-0.3,1.1-0.5,1.7-0.9c0.1-0.1,0.3-0.2,0.4-0.3
c0.4-0.2,0.7-0.4,1.1-0.7c1.1-0.7,2.1-1.5,2.9-2.3c0.9-0.8,1.6-1.8,2.4-2.8l1.6-2.1c0.4-0.5,0.8-1.1,1.3-1.8l0.3-0.4
c0.4-0.5,0.8-1,1.2-1.5c0.2-0.3,0.5-0.6,0.8-0.9c0.6-0.7,1.2-1.4,1.7-2l0.8-0.9c0.1-0.1,0.2-0.2,0.3-0.4l1-1
c1.1-1.2,1.8-1.9,1.8-2c1.9-2.2,3.2-4.1,4-6.2c0.2-0.6,0.4-1.1,0.6-1.8c0.1-0.4,0.2-0.8,0.3-1.2c0.1-0.2,0.1-0.4,0.2-0.6
c0.3-1.2,0.5-2.4,0.7-3.7c0.1-1.3,0.2-2.6,0.1-3.9c0-1.1-0.2-2.4-0.4-3.9c-0.4-2.3-1.1-4.6-2.1-6.8c0.4-0.3,1-0.8,1.7-1.3l1.2-0.9
l2.7-1.9c0.6-0.4,1.2-0.8,1.8-1.3c1.5-1.1,3-2.1,4.4-3c0.5-0.3,1-0.6,1.4-0.9l1.8-1.1c3.6,3.5,8.1,6.1,12.8,7.2
c2.7,0.7,5.2,0.9,7.5,0.8c0.6,0,1.2-0.1,1.8-0.2c0.6-0.1,1.2-0.2,1.9-0.3c1.2-0.3,2.5-0.7,3.6-1.2c0,0,0.2-0.1,0.6-0.3
c0.1-0.1,0.3-0.1,0.4-0.2l0.3-0.2c0.3-0.1,0.6-0.2,1-0.4l0.5-0.2c1.4-0.5,3.2-1.2,4.9-1.9l2.3-0.8c1.2-0.4,2.3-0.7,3.2-1.1
c0.6-0.2,1.1-0.3,1.5-0.5l1-0.3c4.7-1.4,8.8-4.4,11.9-8.6c1.5-2,2.8-4.4,3.7-6.9c0.5-1.2,0.8-2.6,1.1-3.9c0.2-1,0.4-2,0.5-3l3-0.4
c0.7-0.1,1.5-0.2,2.3-0.3c1.2-0.1,2.5-0.2,3.7-0.3l3.7-0.3l3.3-0.1c0.8,0,1.6,0,2.1-0.1c0.2,1,0.6,1.9,0.9,2.9
c0.5,1.3,1.1,2.5,1.7,3.7c1.3,2.4,2.9,4.5,4.7,6.2c0.9,0.9,1.8,1.7,2.8,2.5c1,0.8,2.1,1.4,3.2,2c0.5,0.3,1.1,0.5,1.7,0.7
c0.5,0.2,1.1,0.5,1.7,0.7c1.2,0.4,2.5,0.7,3.7,0.8c0,0,0.3,0,0.7,0.1l0.2,0c0.2,0,0.4,0,0.6,0.1c0.3,0.1,0.7,0.1,1.1,0.2
c0.6,0.1,1.3,0.2,2,0.3c1.2,0.2,2.5,0.4,3.7,0.6l5.7,1.2c0.4,0.1,0.9,0.2,1.2,0.3c0.2,0.1,0.4,0.1,0.6,0.2
c0.4,0.1,0.7,0.2,0.7,0.2c1.2,0.3,2.5,0.5,3.7,0.6c0.3,0,0.6,0,0.9,0l0.3,0c0.9,0,1.7,0,2.4-0.1c1.2-0.1,2.5-0.3,3.7-0.7
c0.6-0.2,1.2-0.4,1.8-0.6c0.6-0.2,1.1-0.4,1.8-0.7c2.4-1,4.6-2.4,6.7-4.1c0.5-0.4,1-0.9,1.5-1.3c5.9-5.6,8.9-13.2,8.1-20.5
c-0.1-0.7-0.2-1.4-0.4-2.1c-0.6-2.7-1.7-5.4-3.4-7.8c-0.4-0.6-0.8-1.2-1.3-1.8c-0.5-0.6-1-1.1-1.5-1.7c-1-1-2.2-2-3.5-2.9
c-0.7-0.5-1.3-0.9-2-1.3l-0.1-0.1c-0.3-0.2-0.6-0.4-1-0.5c-0.4-0.2-0.7-0.3-1.1-0.5c-1.5-0.6-3-1.2-4.6-1.6c0,0-0.3-0.1-1-0.3
c-0.2,0-0.4-0.1-0.7-0.2c-0.5-0.1-1.1-0.3-1.9-0.5l-2.6-0.6c-1.6-0.3-3.3-0.7-5.1-1.1c-2.1-0.4-4.2-0.7-6-1
c-0.6-0.1-1.2-0.2-1.7-0.3l-0.4-0.1c-0.4-0.1-0.7-0.1-1-0.2c-0.3,0-0.6-0.1-0.9-0.1l-0.3,0c-0.6-0.1-1-0.1-1-0.1
c-1.6-0.2-3.3-0.3-4.9-0.2c-0.8,0-1.5,0.1-2.4,0.2l-0.1,0c-0.8,0.1-1.5,0.3-2.3,0.5c-1.5,0.4-3,0.9-4.3,1.5
c-1.1,0.5-2.6,1.2-3.9,2.1c-2.4,1.7-4.5,3.7-6,6.1c-0.8,1.2-1.5,2.4-2,3.7c-0.4,1-0.7,2-1,3l-2.3,0.1c-1,0-2.2,0.1-3.5,0.1l-0.1,0
c-1.3,0.1-2.6,0.2-4,0.3c-1.1,0.1-2.2,0.2-3.2,0.2l-0.8,0.1c-1.2,0.1-2.2,0.3-3.2,0.4l-0.3,0c-0.9,0.1-1.7,0.2-2.3,0.3
c-0.4-1-0.9-1.9-1.5-2.8c-0.7-1.2-1.6-2.3-2.5-3.3c-1.9-2.1-4.2-3.8-6.9-5.1c-5.5-2.6-12.2-3.1-18.3-1.3c0,0-0.3,0.1-0.9,0.3
l-0.2,0.1c-0.6,0.2-1.4,0.4-2.3,0.7l-7.4,2.5l-4.1,1.6l-3.8,1.5c-0.3,0.1-0.6,0.2-0.8,0.3l-1.1,0.5c-0.6,0.2-0.9,0.4-0.9,0.4
c-1.5,0.7-3,1.5-4.3,2.3c-0.7,0.4-1.3,0.9-2,1.4c-0.7,0.5-1.3,1.1-1.8,1.6c-2.3,2.2-4,4.7-5.3,7.3c-2.3,5.1-2.7,10.6-1.3,15.6
c-0.5,0.3-1.2,0.8-2,1.3c-0.4,0.3-0.9,0.6-1.4,0.9c-1.5,1-3.2,2.1-4.9,3.3c-1.1,0.8-2.2,1.6-3.3,2.3c-0.4,0.3-0.8,0.5-1.1,0.8
l-3.6,2.8c-2-1.5-4.2-2.6-6.6-3.3c-1.3-0.4-2.6-0.7-4.2-0.8c-1.4-0.1-2.9-0.1-4.3,0c-1.4,0.1-2.9,0.4-4.4,0.8
c-0.8,0.2-1.4,0.4-2.2,0.7c-0.8,0.3-1.5,0.6-2.1,0.9c-3.1,1.6-5.7,3.5-7.7,5.7c0,0-1,1-2.4,2.6c-0.3,0.3-0.5,0.6-0.8,0.9L205,626
c-0.1,0.2-0.3,0.3-0.4,0.5c-0.2,0.2-0.4,0.5-0.6,0.8c-0.8,1-1.7,2.1-2.6,3.1l-0.1,0.1c-0.3,0.4-0.6,0.7-0.9,1.1
c-0.6,0.7-1.2,1.4-1.8,2.2c-0.5,0.6-0.9,1.2-1.3,1.7l-0.9,1.2c-1.3,1.7-2.1,2.8-2.1,2.8c-0.9,1.2-1.7,2.5-2.6,4.3
c-0.7,1.4-1.2,2.9-1.7,4.4c-0.2,0.7-0.4,1.5-0.5,2.3c-0.1,0.8-0.2,1.5-0.3,2.3c-0.1,1.5-0.1,3,0,4.4c0.1,1.5,0.4,2.9,0.8,4.3
c0.4,1.4,1,2.7,1.6,4c1.1,2.2,2.6,4.2,4.4,5.9c-0.1,0.1-0.1,0.3-0.2,0.4c-0.3,0.5-0.6,1-0.9,1.7c-0.3,0.6-0.6,1.3-1,2
c-0.7,1.5-1.5,3.1-2.3,4.8c-1.1,2.5-2.1,5-2.9,6.9c-0.2,0.6-0.5,1.2-0.6,1.6c-0.1,0.2-0.1,0.4-0.2,0.6c-2.5-0.2-4.9-0.1-7.3,0.5
c-1.5,0.4-2.9,0.8-4.1,1.4c-1.3,0.6-2.5,1.4-3.7,2.2c-1.2,0.8-2.3,1.8-3.4,2.9c-0.5,0.5-1,1.1-1.5,1.7c-0.4,0.6-0.9,1.2-1.3,1.9
c-0.8,1.3-1.6,2.7-2.2,4.2c-0.3,0.7-0.6,1.5-0.9,2.3c-0.2,0.8-0.4,1.6-0.6,2.4c0,0-0.3,1.4-0.7,3.5l-0.4,1.7
c-0.1,0.3-0.1,0.6-0.2,0.8l-0.4,2.2c-0.2,1-0.3,2-0.5,3c-0.1,0.5-0.2,1-0.2,1.4c-0.1,0.9-0.3,1.8-0.4,2.7
c-0.1,0.7-0.2,1.5-0.2,2.1l-0.6,5c0,0.4-0.1,0.8-0.1,1.3c0,0.4,0,0.7,0,1.1l0,0.2c0,0.9,0,1.7,0.1,2.4c0.1,1.6,0.4,3.2,0.8,4.6
c0.1,0.4,0.2,0.7,0.3,1.2c0.1,0.4,0.3,0.7,0.4,1.1c0.3,0.7,0.6,1.4,0.9,2.1c0.6,1.3,1.4,2.6,2.2,3.8c1.6,2.3,3.8,4.3,6.3,5.9
c2.1,1.3,4.4,2.3,6.8,2.8c0,0.6,0.1,1.4,0.1,2.4l0.1,0.9c0.1,0.9,0.1,1.8,0.2,2.9l0,0.7c0.1,1.2,0.2,2.4,0.4,3.6l0.8,6
c0,0.4,0.1,0.9,0.2,1.2c0,0.2,0.1,0.4,0.1,0.6l0.4,2.5c-2.2,1.1-4.3,2.5-6.1,4.2c-2,2-3.6,4.3-4.8,7.1c-0.6,1.4-1.1,2.9-1.4,4.3
c-0.3,1.5-0.5,3-0.6,4.5c-0.1,1.5,0,3.1,0.2,4.8c0.2,1.5,0.6,3,1.2,4.8l1.1,3.3c0.3,0.8,0.6,1.8,1,2.7l0.3,0.8
c0.4,1,0.8,2,1.2,3.1l0.7,1.7c0.1,0.4,0.3,0.7,0.4,1.1c0.2,0.5,0.4,0.9,0.6,1.3c0.1,0.2,0.2,0.4,0.3,0.6l1.5,3.3
c0.9,1.9,1.4,3.2,1.5,3.3c1.4,2.9,3.3,5.5,5.6,7.8c2.2,2.1,4.7,3.7,7.5,5c2.5,1.1,5.4,1.7,8.4,1.8c2.5,0,4.9-0.3,7.2-1.1
c0.1,0.2,0.3,0.5,0.5,0.8c0.2,0.3,0.5,0.7,0.7,1l0.1,0.1c1.2,1.7,2.8,3.9,4.3,6.1l2,2.5c1,1.3,1.9,2.4,2.7,3.4
c0.5,0.6,0.9,1.1,1.3,1.5c0.1,0.1,0.2,0.2,0.3,0.3c-1.4,2-2.4,4.3-3,6.7c-0.4,1.4-0.6,2.8-0.7,4.2c0,0.4,0,0.7,0,1.1
c0,0.4,0,0.7,0,1.1c0,0.7,0.1,1.4,0.2,2.2c0.2,1.5,0.5,2.9,1,4.3c0.2,0.7,0.5,1.5,0.8,2.1c0.3,0.8,0.7,1.5,1,2.1
c0.8,1.4,1.6,2.7,2.6,3.9c0.5,0.6,1,1.3,1.6,1.9l0.1,0.1c0.5,0.6,1.1,1.2,1.8,1.7c0,0,1.1,0.9,2.7,2.3c0.4,0.3,0.8,0.6,1.2,1
c1.5,1.2,3.1,2.6,4.9,3.9l4.9,3.7c0.4,0.3,0.7,0.5,1,0.7l0.4,0.3c1.8,1.2,2.9,2,2.9,2c0.6,0.4,1.3,0.9,2.1,1.3l0.1,0.1
c0.7,0.4,1.4,0.8,2.1,1.1c1.5,0.6,3,1.1,4.5,1.5c1.5,0.4,3,0.6,4.6,0.7c1.5,0,3,0,4.4-0.2c1.4-0.2,2.9-0.5,4.2-1
c0.7-0.2,1.3-0.5,2-0.8c0.7-0.3,1.3-0.6,1.9-1c2.2-1.2,4.1-2.8,5.7-4.7l2.1,1c0.8,0.4,1.7,0.8,2.6,1.2l2,0.8
c0.8,0.3,1.6,0.7,2.4,1c0.2,0.1,0.4,0.2,0.7,0.3c0.4,0.2,0.8,0.4,1.2,0.5l5.1,1.9c0.3,0.1,0.7,0.2,0.9,0.4
c0.5,0.2,0.9,0.3,1.3,0.5c-0.1,2.5,0.1,4.9,0.8,7.3c0.4,1.4,0.9,2.7,1.6,4c0.3,0.6,0.7,1.3,1.1,1.9c0.4,0.6,0.8,1.1,1.3,1.8
c1.9,2.4,4.1,4.4,6.7,6c2.8,1.6,5.9,2.8,9,3.4l4.6,0.8c1.9,0.3,4.3,0.7,6.6,0.9l4.1,0.5c0.2,0,0.5,0,0.7,0.1
c0.4,0,0.8,0.1,1.3,0.1l1.7,0.1c2.1,0.1,3.5,0.2,3.5,0.2c0.7,0.1,1.5,0.1,2.2,0.1h0.3l0.2,0c0.3,0,0.7,0,1,0
c0.4,0,0.8-0.1,1.2-0.1c1.6-0.2,3.2-0.6,4.6-1c0.7-0.2,1.5-0.5,2.2-0.8c0.4-0.1,0.7-0.3,1.1-0.4c0.4-0.2,0.7-0.3,1-0.5
c1.3-0.7,2.6-1.5,3.7-2.4c4.3-3.3,7.2-8,8.2-13.4l2.4-0.2c1.3-0.2,3-0.4,4.7-0.6c0.9-0.1,1.8-0.2,2.8-0.3l0.3,0
c0.2,0,0.5-0.1,0.8-0.1c0.3-0.1,0.6-0.1,1-0.2l1.9-0.3c1.3-0.2,2.4-0.4,3.4-0.6l1.4-0.2c0.3-0.1,0.6-0.1,0.8-0.2l0.1,0
c1.1,2.2,2.6,4.2,4.4,5.9c2.2,2.1,4.7,3.6,7.2,4.6c1.4,0.5,2.8,0.9,4.3,1.2c0.7,0.1,1.4,0.3,2.3,0.4c0.4,0,0.8,0.1,1.2,0.1
c0.4,0,0.8,0,1.2,0c1.5,0,3.1-0.1,4.7-0.4c0.8-0.1,1.6-0.3,2.4-0.5c0.7-0.2,1.5-0.4,2.4-0.8c0,0,1.3-0.5,3.3-1.3l4-1.6l0.7-0.3
c0.2-0.1,0.4-0.2,0.6-0.3l3.5-1.5c0.8-0.3,1.6-0.7,2.3-1l1.7-0.8l0.1,0c0.5-0.3,1-0.5,1.5-0.8l3.2-1.6c0.7-0.4,1.5-0.8,2.2-1.2
c0.7-0.4,1.4-0.9,2-1.4c1.2-1,2.4-2.1,3.5-3.2c1-1.2,2-2.4,2.8-3.6c0.8-1.3,1.4-2.6,2-4c1.1-2.7,1.6-5.6,1.6-8.4
c0-2.5-0.5-4.9-1.3-7.3c0.5-0.3,1.1-0.8,1.9-1.3c1.3-0.9,2.8-2.1,4.4-3.4c0.5-0.4,1-0.8,1.5-1.2c0.3-0.2,0.6-0.5,0.9-0.7l1.1-0.9
c0.4-0.3,0.8-0.7,1.2-1c1-0.8,1.9-1.6,2.6-2.3c0.7-0.6,1.3-1.2,1.8-1.6c0.9,0.6,1.9,1.1,2.8,1.5c1.3,0.6,2.6,1,4,1.3
c2.7,0.6,5.6,0.7,8.5,0.3c1.4-0.2,2.7-0.5,4.3-1.1c1.4-0.5,2.8-1.2,4.1-1.9c2.6-1.4,5-3.4,7.4-6.2c0,0,0.2-0.3,0.6-0.7l0.7-0.8
C490.1,865.7,490.4,865.3,490.6,864.9z M492.4,774.8c-0.2-1.2-0.2-2.3,0-3.4c0,0,0-0.2,0.1-0.6c0.1-0.3,0.1-0.7,0.2-1.2
c0-0.2,0-0.4,0.1-0.7c0.2-1.5,0.4-3.5,0.6-5.5l0-0.1c0.1-2,0.3-4,0.4-5.5c0-0.7,0.1-1.4,0.1-1.8l0-0.1c0-0.4,0-0.7,0-0.7
c0-1.1,0.2-2.2,0.6-3.3c0.2-0.5,0.4-1,0.7-1.5c0.2-0.3,0.3-0.5,0.5-0.8c0.2-0.2,0.3-0.5,0.5-0.7c1.4-1.9,3.3-3.4,5.6-4.3l0.1,0
c0,0,3.8-1.8,8.6-0.3c2.3,0.8,4.3,2.3,5.7,4.4c0.2,0.3,0.4,0.5,0.5,0.8c0.2,0.3,0.3,0.6,0.4,0.9c0.3,0.6,0.5,1.2,0.7,1.9
c0.4,1.3,0.5,2.7,0.5,4.1l0,0.8c0,0.3,0,0.6-0.1,1.1l-0.1,1.1c0,0.6-0.1,1.2-0.1,1.9c-0.1,1.4-0.2,3-0.3,4.5l-0.8,6.5
c0,0.3-0.1,0.6-0.1,0.8c-0.1,0.5-0.1,0.9-0.2,1.3c-0.1,0.5-0.1,0.8-0.1,0.8c-0.2,1.4-0.6,2.7-1.2,3.9c-0.6,1.3-1.3,2.3-2.2,3.1
c-1.3,1.3-2.9,2.3-4.6,2.9c0.1-1.4-0.3-2.7-1-3.8c-0.9-1.4-2.3-2.3-3.9-2.6c-0.4-0.1-0.8-0.1-1.2-0.1c-2.5,0-4.9,1.5-5.8,3.8
c-1.3-1.2-2.4-2.6-3.1-4.1C492.9,776.8,492.5,775.8,492.4,774.8z M359.3,584.2c-0.8-0.9-1.9-1.6-3-2c1-1.5,2.4-2.7,4.1-3.7
c0.5-0.3,1-0.5,1.7-0.7c0.6-0.2,1.2-0.4,1.9-0.5c1.3-0.2,2.7-0.3,4.1-0.1l0.3,0c0.1,0,0.2,0,0.4,0.1c0.2,0,0.6,0.1,0.9,0.1
c0.4,0.1,0.8,0.1,1.2,0.2c0.6,0.1,1.2,0.2,1.9,0.3c1.4,0.2,3,0.5,4.5,0.8c2.3,0.5,4.6,1,6.4,1.4c0.8,0.2,1.5,0.3,2,0.5l0.8,0.2
c1.3,0.4,2.6,0.9,3.8,1.6c0.6,0.4,1.1,0.7,1.6,1.1c0.4,0.3,0.8,0.8,1.3,1.4c1.6,2,2.5,4.3,2.7,6.7c0,0.4-0.2,4.5-2.8,8.3
c-1.5,1.9-3.5,3.3-5.7,4.1c-0.5,0.2-1.1,0.3-1.7,0.5c-0.6,0.1-1.1,0.2-1.7,0.3c-1.2,0.1-2.3,0-3.4-0.3l-0.6-0.2
c-0.4-0.1-1-0.3-1.9-0.4c-1.5-0.3-3.4-0.7-5.4-1.2c-1.2-0.2-2.4-0.4-3.5-0.6c-0.7-0.1-1.4-0.2-2-0.3c-0.7-0.1-1.3-0.2-1.8-0.3
c-0.2,0-0.4-0.1-0.6-0.1c-0.1,0-0.2,0-0.2,0c-1.1-0.1-2.2-0.4-3.3-0.9c-0.5-0.2-1-0.5-1.5-0.9c-0.5-0.3-1-0.7-1.4-1.1
c-1.3-1.1-2.4-2.6-3.1-4.2c2.7-0.4,4.9-2.7,5.2-5.6C360.9,587,360.4,585.4,359.3,584.2z M271.2,594.2c1.3-2.2,3.4-3.9,6-5.1
c0,0,0.3-0.1,0.7-0.3l0.5-0.2c0.4-0.2,0.9-0.4,1.5-0.6l6.1-2.3l1.9-0.6c1.6-0.5,3.1-1,4.3-1.4l0.8-0.3c0.5-0.2,0.9-0.3,1.2-0.4
c0.5-0.1,0.8-0.2,0.8-0.2c1.4-0.4,2.7-0.6,4.1-0.5c0.6,0,1.3,0.1,1.9,0.2c0.3,0.1,0.6,0.1,0.9,0.2c0.3,0.1,0.6,0.2,0.9,0.3
c1.7,0.6,3.3,1.6,4.5,2.9l-0.4,0.1c-1.7,0.4-3.1,1.4-3.9,2.8c-0.9,1.4-1.1,3.1-0.7,4.7c0.4,1.6,1.4,2.9,2.8,3.7
c1.4,0.9,3,1.2,4.6,0.8l0.2-0.1c-0.5,1.7-1.3,3.2-2.4,4.5c-0.2,0.2-0.4,0.4-0.6,0.7c-0.2,0.2-0.4,0.4-0.6,0.6
c-0.4,0.4-0.9,0.8-1.3,1.1c-0.9,0.7-2,1.1-3.1,1.4c0,0-0.2,0.1-0.7,0.2c-0.3,0.1-0.6,0.2-1.1,0.3c-0.2,0.1-0.5,0.2-0.7,0.2
c-1.4,0.5-3.3,1.1-5.2,1.7l-5.2,2c-0.6,0.2-1.1,0.4-1.5,0.6l-0.9,0.4c-2,0.9-4.3,1.1-6.7,0.6c-1.7-0.3-3.3-1-4.8-2
c2.1-1.8,2.8-4.9,1.6-7.5c-0.7-1.5-1.9-2.6-3.5-3.1c-1.2-0.4-2.4-0.4-3.6-0.1C269.6,597.7,270.2,595.9,271.2,594.2z M203,649.3
L203,649.3c0.4-1.2,1-2.4,1.9-3.6c0,0,0.7-0.9,1.8-2.4l0.5-0.7c0.4-0.5,0.8-1.1,1.3-1.7l2.6-3.1c0.6-0.8,1.3-1.5,1.9-2.2
c0.2-0.2,0.3-0.4,0.5-0.6c0.2-0.2,0.4-0.4,0.5-0.6c0.3-0.4,0.7-0.7,1-1.1l2-2.2c1-1.1,2.1-1.9,3.2-2.5c1.2-0.6,2.4-1.1,3.7-1.3
c1.2-0.2,2.5-0.3,3.7-0.1c0.5,0.1,1.1,0.2,1.6,0.3l-0.3,0.3c-1.2,1.2-1.9,2.8-1.9,4.5c0,1.6,0.6,3.2,1.8,4.3
c2.4,2.4,6.3,2.4,8.7,0.1l0.1-0.1c0.1,0.5,0.2,1.1,0.3,1.6c0.2,1.2,0.1,2.4,0,3.5c-0.2,1.1-0.5,2.2-1,3.3
c-0.5,1.1-1.1,2.1-1.9,2.9l-1.7,1.8c-0.1,0.2-0.3,0.3-0.5,0.5l-0.4,0.4c-0.2,0.2-0.4,0.4-0.6,0.7l-0.3,0.4
c-0.6,0.7-1.1,1.4-1.7,2.1l-0.2,0.2c-0.5,0.6-1,1.2-1.5,1.8l-0.4,0.5c-0.4,0.5-0.8,1-1.2,1.5l-0.4,0.6c-0.9,1.2-1.5,2-1.5,2
c-0.6,0.8-1.4,1.6-2.5,2.4c-0.9,0.6-1.9,1.2-3,1.6c-1.1,0.4-2.3,0.6-3.5,0.7c-0.5,0-1.1,0-1.6,0c1.8-2.7,1-6.5-1.7-8.4
c-1.3-0.9-3-1.3-4.6-1c-1.7,0.3-3.1,1.3-4.1,2.7l0,0c-0.2-0.5-0.4-1-0.6-1.5c-0.4-1.2-0.5-2.4-0.5-3.6
C202.4,651.9,202.6,650.6,203,649.3z M178.7,739.4L178.7,739.4c-0.6,0.5-1.1,1.2-1.4,1.9c-0.2,0.4-0.4,0.9-0.5,1.4
c-0.5-0.3-0.9-0.6-1.4-1c-0.3-0.2-0.5-0.4-0.7-0.6c-0.2-0.2-0.4-0.4-0.6-0.7c-0.4-0.5-0.7-1-1-1.5c-0.6-1.1-1.1-2.3-1.4-3.6
c-0.2-0.8-0.3-1.4-0.3-2c0-0.7,0-1.4,0.1-2.1l0.7-5.9l0.2-1.2c0.1-0.7,0.2-1.4,0.4-2.2c0.2-1.2,0.4-2.3,0.6-3.4
c0-0.2,0.1-0.4,0.1-0.6c0-0.3,0.1-0.6,0.2-0.9l0-0.1c0.1-0.5,0.2-0.9,0.3-1.3c0.4-1.7,0.6-2.9,0.6-2.9c0.1-0.7,0.3-1.3,0.6-2
c0.2-0.6,0.5-1.2,0.8-1.8c0.7-1.1,1.5-2.1,2.5-3c0.9-0.8,2-1.5,3.1-2c0.3-0.1,0.6-0.2,0.8-0.3c0.2-0.1,0.5-0.1,0.7-0.2
c-0.2,1.3,0.1,2.7,0.8,3.8c0.8,1.4,2.2,2.4,3.7,2.8c2.9,0.8,5.9-0.7,7.1-3.2c0.2,0.2,0.4,0.4,0.5,0.6c0.2,0.2,0.4,0.5,0.6,0.7
c0.7,1,1.3,2,1.8,3.1c0.4,1.1,0.7,2.2,0.8,3.2l0,0.3c0,0.5,0.1,1,0,1.5c0,0.6-0.1,1.1-0.2,1.7l-0.5,2.4c-0.1,0.4-0.2,0.8-0.3,1.2
c-0.1,0.3-0.1,0.7-0.2,1l-0.1,0.4c-0.2,0.9-0.3,1.9-0.5,2.9l0,0.1c-0.2,0.9-0.3,1.9-0.5,2.8l-0.6,5.1c-0.1,0.6-0.2,1.1-0.4,1.7
c-0.2,0.7-0.3,1.2-0.5,1.6c-0.4,1-1,2-1.8,2.9c-0.4,0.5-0.8,0.9-1.2,1.3c-0.2,0.2-0.5,0.4-0.7,0.6c-0.2,0.2-0.5,0.4-0.7,0.5
c-0.5,0.3-1,0.6-1.5,0.9c-0.1-0.4-0.2-0.8-0.3-1.3c-0.3-0.8-0.7-1.4-1.2-2c-1.1-1.2-2.6-1.9-4.2-2c-0.1,0-0.3,0-0.4,0
C181.3,737.8,179.9,738.4,178.7,739.4z M209.7,819.1c-0.1,0.6-0.2,1.2-0.4,1.7c-0.2,0.5-0.4,1.1-0.6,1.7c-0.2,0.5-0.5,1-0.8,1.5
c-0.3-0.4-0.6-0.7-1-0.9c-0.6-0.5-1.3-0.9-2-1.1c-1.6-0.5-3.2-0.3-4.7,0.4c-1.5,0.8-2.6,2.1-3.1,3.7c-0.2,0.8-0.3,1.6-0.2,2.4
c0.1,0.5,0.2,0.9,0.3,1.4c-0.6,0-1.1-0.1-1.7-0.2c-0.7-0.1-1.3-0.3-1.8-0.5c-0.6-0.2-1.2-0.5-1.7-0.8c-1.1-0.6-2.1-1.4-3-2.4
c-1.1-1.1-1.8-2.2-2.3-3.4c0,0-0.5-1.1-1.2-2.7c-0.2-0.4-0.3-0.8-0.5-1.2c-0.6-1.4-1.4-3-2-4.7l-0.7-1.7c-0.6-1.6-1.2-3.1-1.6-4.3
c-0.6-1.7-0.9-2.8-0.9-2.8c-0.4-1.3-0.7-2.7-0.7-4.1c0-0.4,0-0.7,0-0.9c0-0.3,0.1-0.7,0.1-1c0.1-0.7,0.3-1.3,0.5-1.9
c0.6-1.8,1.5-3.3,2.7-4.6c0.6,1.3,1.5,2.3,2.7,3c1.4,0.8,3.1,1,4.6,0.5c2.9-0.9,4.8-3.7,4.5-6.5c1.7,0.4,3.3,1.2,4.7,2.2
c0.4,0.3,0.9,0.7,1.3,1.1c0.2,0.2,0.4,0.4,0.6,0.6l0.1,0.1c0.2,0.2,0.3,0.4,0.5,0.6c0.7,0.9,1.2,1.9,1.6,3l0.8,2.4l0.5,1.4
c0.4,1.2,1,2.5,1.5,3.8c0.5,1.5,1.2,2.9,1.7,4.1c0.2,0.4,0.3,0.7,0.5,1.1l1,2.3c0.6,1.3,0.9,2.4,1,3.4
C209.9,816.8,209.9,817.9,209.7,819.1z M257.2,885.6c-0.9,1.4-1.1,3-0.8,4.6c0.3,1.4,1.1,2.5,2.1,3.4c-1.6,0.8-3.3,1.3-5.2,1.3
c-0.6,0-1.3,0-1.9-0.1c-0.6-0.1-1.3-0.2-1.9-0.4c-1.3-0.4-2.6-1-3.7-1.8c0,0-1-0.7-2.5-1.7c-0.4-0.2-0.7-0.5-1.1-0.8l-1.8-1.3
c-0.7-0.6-1.5-1.2-2.3-1.8c-0.5-0.4-0.9-0.7-1.4-1.1c-0.1-0.1-0.2-0.2-0.3-0.3c-0.1-0.1-0.2-0.2-0.3-0.2c-0.2-0.2-0.4-0.3-0.6-0.5
l-4.6-3.9c-0.5-0.4-1-0.9-1.5-1.4c-0.4-0.5-0.8-1.1-1.2-1.7c-0.7-1.1-1.2-2.3-1.5-3.6c-0.4-1.7-0.4-3.5,0-5.2
c0.6,0.6,1.3,1,2.1,1.4c0.7,0.3,1.6,0.4,2.4,0.4c1.7,0,3.2-0.7,4.3-2c1.1-1.2,1.7-2.8,1.7-4.4c0-0.8-0.2-1.6-0.5-2.3
c-0.3-0.6-0.7-1.3-1.3-1.9c1.6-0.4,3.3-0.6,5.1-0.4c1.2,0.1,2.3,0.4,3.3,0.9c0.5,0.2,1,0.5,1.5,0.8c0.5,0.3,1,0.6,1.4,1l4.5,3.8
c0.2,0.2,0.4,0.3,0.6,0.4c0.4,0.3,0.8,0.6,1.1,0.9l0.1,0c0.5,0.4,1,0.8,1.5,1.1l0.8,0.6c0.2,0.2,0.5,0.4,0.7,0.5l0.4,0.3
c0.4,0.3,0.7,0.6,1,0.8c1.2,0.8,2.1,1.4,2.1,1.4c0.9,0.6,1.8,1.4,2.4,2.3l0.2,0.3c0.3,0.4,0.6,0.8,0.8,1.2c0.3,0.5,0.5,1,0.7,1.5
c0.6,1.6,0.9,3.4,0.9,5.1C262.1,882,258.8,883,257.2,885.6z M342.9,918.6c-0.8,0.9-1.7,1.8-2.8,2.4c-1.1,0.7-2.3,1.2-3.6,1.6
c-1.3,0.3-2.7,0.4-4.1,0.3l-3-0.2c-0.6,0-1.4-0.1-2.2-0.2l-0.7-0.1c-0.7-0.1-1.4-0.2-2.1-0.2l-2.1-0.2c-0.3,0-0.6-0.1-1-0.1
c-0.5-0.1-1.1-0.1-1.6-0.2c-1.1-0.2-2.1-0.3-3-0.5c-1.7-0.3-2.9-0.5-2.9-0.5c-0.7-0.1-1.4-0.3-2-0.5c-0.7-0.2-1.3-0.5-1.9-0.8
c-1.2-0.6-2.2-1.4-3.1-2.3c-0.4-0.4-0.8-0.9-1.2-1.4c-0.3-0.5-0.6-1-0.9-1.6c-0.2-0.5-0.4-1-0.6-1.5c1.5,0.4,3.2,0.1,4.7-0.8
c1.4-0.9,2.4-2.3,2.7-3.9c0.3-1.6,0.1-3.2-0.8-4.6c-0.8-1.3-2-2.2-3.6-2.7c0.4-0.4,0.8-0.8,1.2-1.1c0.4-0.3,0.9-0.7,1.4-1
c0.5-0.3,1-0.6,1.6-0.8c1.1-0.5,2.2-0.8,3.3-0.9c0.6-0.1,1.1-0.1,1.7-0.1l0.4,0c0.5,0,1,0.1,1.4,0.1l2.9,0.5
c0.6,0.1,1.4,0.2,2.1,0.3c0.4,0.1,0.8,0.1,1.2,0.2l1.8,0.2c0.8,0.1,1.5,0.2,2.3,0.3l1.2,0.1c0.7,0.1,1.4,0.2,2.1,0.2
c1.5,0.1,2.5,0.2,2.5,0.2c1.1,0.1,2.3,0.4,3.3,0.8l0.1,0c1,0.4,2,0.9,2.9,1.7c0.9,0.7,1.7,1.6,2.4,2.6c0.4,0.5,0.7,1,1,1.5
c-2.7,0.6-4.7,3-4.8,5.9c-0.1,1.6,0.5,3.2,1.7,4.4c0.9,0.9,2,1.5,3.2,1.8C343.6,917.7,343.3,918.2,342.9,918.6z M428,899.4
c-0.6,1.2-1.4,2.3-2.3,3.1c-1,0.9-2.1,1.7-3.4,2.4c0,0-1.1,0.5-2.7,1.4c-0.5,0.3-1.1,0.5-1.7,0.8c-0.3,0.1-0.6,0.3-1,0.4
c-1,0.5-2.1,0.9-3.2,1.4c-0.4,0.2-0.8,0.3-1.2,0.5c-0.7,0.3-1.4,0.6-2,0.9c-0.6,0.3-1.3,0.5-1.8,0.7l-3.7,1.4
c-0.7,0.3-1.4,0.5-2,0.6c-0.7,0.1-1.3,0.2-2,0.2c-1.3,0-2.6-0.1-3.9-0.4c-1.7-0.4-3.3-1.3-4.6-2.5l0.4-0.1c1.6-0.5,3-1.7,3.7-3.2
c0.7-1.5,0.9-3.1,0.3-4.7c-1.1-3.2-4.5-5-7.7-4l-0.2,0.1c0.4-1.6,1.1-3.2,2.1-4.7c0.7-1,1.5-1.8,2.3-2.5c0.4-0.3,0.9-0.6,1.4-0.9
l0,0c0.5-0.3,1.1-0.6,1.6-0.8c0,0,0.9-0.4,2.3-0.9l0.9-0.3c0.5-0.2,1-0.4,1.5-0.6c0.6-0.2,1.1-0.5,1.7-0.7
c0.3-0.2,0.7-0.3,1.1-0.5c0.6-0.3,1.2-0.6,1.8-0.8l0.9-0.4c0.2-0.1,0.5-0.2,0.7-0.3c0.6-0.3,1.2-0.5,1.7-0.8l2.2-1.1
c1-0.5,2.1-0.8,3.3-1c1.3-0.2,2.4-0.2,3.4-0.1c1.7,0.2,3.4,0.8,5,1.8c-2,1.9-2.5,5-1.1,7.5c0.8,1.4,2.1,2.5,3.7,2.9
c1.2,0.3,2.5,0.3,3.6-0.1C429.3,895.9,428.9,897.7,428,899.4z M489.1,846.1c-0.4,0.5-0.7,1.1-1.2,1.7l-1.7,2.5
c-0.3,0.4-0.5,0.7-0.8,1.1c-1.4,1.9-2.9,3.8-3.9,5.2l-0.2,0.2c-0.4,0.6-0.8,1.1-1.1,1.4l-0.5,0.6c-0.9,1.1-1.9,2-3.1,2.7
c-1.2,0.8-2.3,1.3-3.5,1.6c-1.8,0.5-3.6,0.5-5.3,0.2l0.2-0.3c1.1-1.2,1.8-2.9,1.7-4.5c-0.1-1.7-0.8-3.2-2.1-4.3
c-1.2-1.1-2.8-1.6-4.4-1.5c-1.7,0.1-3.2,0.8-4.3,1.9l-0.2,0.2c-0.5-1.7-0.7-3.4-0.6-5c0.2-1.4,0.4-2.5,0.7-3.4
c0.4-1.1,1-2.1,1.7-2.9c0,0,0.2-0.2,0.4-0.5c0.3-0.3,0.6-0.7,0.9-1.2l3.6-4.7c0.3-0.3,0.5-0.7,0.7-1l1-1.5
c0.4-0.6,0.8-1.1,1.1-1.6l0.9-1.4c0.2-0.3,0.3-0.5,0.4-0.6c0.3-0.4,0.4-0.7,0.4-0.7c1.1-1.9,2.9-3.4,5.2-4.3c1.5-0.7,3.2-1,5-1
c-0.7,1.3-0.9,2.9-0.5,4.5c0.4,1.6,1.4,2.9,2.8,3.7c1.4,0.8,3.1,1.1,4.7,0.7c1.6-0.4,2.9-1.5,3.8-3c0.9,1.5,1.4,3.2,1.5,5.1
c0.1,2.6-0.6,5.3-2.1,7.6l0,0c0,0-0.1,0.2-0.4,0.6c-0.2,0.2-0.4,0.5-0.6,0.9L489.1,846.1z"/>
<linearGradient id="SVGID_2_" gradientUnits="userSpaceOnUse" x1="578.5566" y1="547.4605" x2="560.5808" y2="905.8528">
<stop offset="3.409785e-07" style="stop-color:#94C335"/>
<stop offset="1" style="stop-color:#1B947F"/>
</linearGradient>
<path class="st1" d="M704.1,878.1l2.4-2.6c0.4-0.4,0.7-0.8,1.2-1.3l0.2-0.3c0.1-0.1,0.3-0.3,0.4-0.5c0.2-0.2,0.4-0.5,0.6-0.7
l2.7-3.2c0.3-0.4,0.6-0.7,0.9-1.1c0.6-0.7,1.2-1.4,1.8-2.2c0.8-1.1,1.5-2,2.2-2.9l2.1-2.8c0.9-1.2,1.7-2.5,2.6-4.3
c0.7-1.4,1.3-2.9,1.7-4.4c0.2-0.7,0.4-1.5,0.5-2.3c0.1-0.8,0.2-1.5,0.3-2.3c0.1-1.5,0.1-3,0-4.4c-0.1-1.5-0.4-2.9-0.8-4.3
c-0.4-1.4-1-2.7-1.6-4c-1.1-2.2-2.6-4.2-4.4-5.9c0.1-0.1,0.1-0.2,0.2-0.4c0.3-0.5,0.6-1,0.9-1.7c0.3-0.6,0.6-1.2,0.9-1.9
c0.7-1.5,1.5-3.2,2.4-4.9l0.3-0.6c1-2.3,1.9-4.5,2.7-6.3c0.3-0.7,0.5-1.3,0.7-1.8c0.1-0.2,0.1-0.3,0.2-0.4
c2.5,0.2,4.9,0.1,7.3-0.5c1.5-0.4,2.9-0.8,4.1-1.4c1.3-0.6,2.5-1.4,3.7-2.2c1.2-0.9,2.3-1.8,3.4-2.9c0.6-0.6,1.1-1.1,1.5-1.7
c0.4-0.6,0.9-1.2,1.3-1.9c0.8-1.3,1.6-2.7,2.2-4.2c0.3-0.7,0.6-1.5,0.9-2.3c0.2-0.8,0.4-1.6,0.6-2.4c0,0,0.3-1.4,0.7-3.5
c0.1-0.5,0.2-1.1,0.4-1.7c0.1-0.3,0.1-0.6,0.2-1l0.2-1c0.1-0.8,0.3-1.6,0.4-2.4l0.3-1.7c0.1-0.5,0.2-0.9,0.2-1.4
c0.2-0.9,0.3-1.8,0.4-2.7c0.2-1.3,0.3-2.5,0.4-3.6l0.4-3.5c0-0.4,0.1-0.8,0.1-1.3c0-0.4,0-0.8,0-1.3c0-0.8,0-1.6-0.1-2.4
c-0.1-1.6-0.4-3.1-0.8-4.7c-0.1-0.4-0.2-0.7-0.3-1.1c-0.1-0.4-0.3-0.7-0.4-1.1c-0.3-0.7-0.6-1.4-0.9-2.1c-0.7-1.4-1.4-2.6-2.2-3.8
c-1.6-2.3-3.7-4.3-6.3-5.9c-2.1-1.3-4.4-2.3-6.8-2.8c0-0.6-0.1-1.4-0.2-2.5l-0.3-4.4c-0.1-1.1-0.2-2.3-0.3-3.5l-0.5-4.2
c-0.1-0.4-0.1-0.9-0.2-1.3l-0.1-0.6c0-0.4-0.1-0.8-0.2-1.2c0-0.2-0.1-0.4-0.1-0.6l-0.4-2.5c2.2-1.1,4.3-2.5,6.1-4.2
c2-2,3.6-4.3,4.8-7.1c0.6-1.4,1.1-2.9,1.4-4.3c0.3-1.5,0.5-3,0.6-4.5c0.1-1.6,0-3.2-0.2-4.8c-0.2-1.5-0.6-3-1.2-4.8l-1.1-3.3
c-0.3-0.8-0.6-1.8-1-2.7l-1.8-4.7c-0.2-0.5-0.4-1-0.6-1.5l-0.2-0.4c-0.2-0.4-0.4-0.8-0.5-1.2c-0.1-0.2-0.2-0.4-0.3-0.7l-2.9-6.6
c-1.4-2.9-3.3-5.5-5.6-7.8c-2.2-2.1-4.7-3.7-7.5-5c-2.5-1.1-5.4-1.8-8.4-1.8c-2.5,0-4.9,0.3-7.2,1.1c-0.1-0.2-0.3-0.5-0.5-0.8
c-0.1-0.2-0.3-0.5-0.5-0.7c-0.1-0.1-0.2-0.3-0.3-0.5c-1.2-1.7-2.8-3.9-4.4-6.1l-1.9-2.4c-1-1.3-2-2.5-2.8-3.5
c-0.5-0.6-0.9-1.1-1.3-1.5c-0.1-0.1-0.2-0.2-0.3-0.3c1.4-2,2.4-4.3,3-6.7c0.4-1.4,0.6-2.8,0.7-4.2c0-0.4,0-0.7,0.1-1.1
c0-0.4,0-0.7,0-1.1c0-0.7-0.1-1.4-0.2-2.2c-0.2-1.4-0.5-2.9-1-4.3c-0.2-0.7-0.5-1.5-0.8-2.1c-0.3-0.8-0.7-1.5-1-2.1
c-0.8-1.4-1.6-2.7-2.6-3.9c-0.5-0.6-1-1.3-1.6-1.9l0-0.1c-0.5-0.6-1.1-1.2-1.8-1.7c0,0-1.1-0.9-2.7-2.3c-0.3-0.3-0.7-0.6-1.1-0.9
c-1.4-1.2-3.2-2.7-5-4l-4.9-3.7c-0.4-0.3-0.7-0.5-1-0.7l-0.4-0.3c-1.8-1.2-2.9-2-2.9-2c-0.7-0.5-1.4-0.9-2.1-1.3l-0.1-0.1
c-0.6-0.4-1.3-0.7-2.1-1c-1.5-0.6-3-1.1-4.5-1.5c-1.5-0.4-3-0.6-4.6-0.7c-1.5,0-3,0-4.5,0.2c-1.4,0.2-2.9,0.5-4.2,1
c-0.6,0.2-1.3,0.5-2,0.7c-0.7,0.3-1.3,0.6-1.9,1c-2.2,1.2-4.1,2.8-5.7,4.7l-2.1-1c-0.8-0.4-1.6-0.8-2.5-1.2l-2.1-0.9
c-0.8-0.3-1.5-0.7-2.3-1l-0.6-0.2c-0.5-0.2-0.9-0.4-1.4-0.6l-1.8-0.7c-1.2-0.4-2.3-0.9-3.3-1.2l-0.9-0.3c-0.5-0.2-1-0.4-1.3-0.5
c0.1-2.5-0.1-4.9-0.8-7.3c-0.4-1.3-0.9-2.7-1.6-4c-0.3-0.6-0.7-1.3-1.1-1.9c-0.4-0.6-0.8-1.1-1.3-1.8c-1.9-2.4-4.1-4.4-6.7-6
c-2.8-1.6-5.8-2.8-9-3.4c0,0-1.4-0.2-3.5-0.6l-1.2-0.2c-1.9-0.3-4.3-0.7-6.6-0.9l-4.1-0.5c-0.2,0-0.5,0-0.7-0.1
c-0.4,0-0.8-0.1-1.3-0.1l-1.7-0.1c-2.1-0.1-3.5-0.2-3.5-0.2c-0.8-0.1-1.6-0.1-2.5-0.1l-0.2,0c-0.3,0-0.7,0-1,0
c-0.4,0-0.8,0.1-1.2,0.1c-1.6,0.2-3.2,0.6-4.6,1c-0.7,0.2-1.5,0.5-2.2,0.7c-0.4,0.1-0.7,0.3-1.1,0.4c-0.3,0.1-0.6,0.3-0.9,0.4
l-0.2,0.1c-1.3,0.7-2.6,1.5-3.7,2.4c-4.3,3.3-7.2,8-8.2,13.4l-2.4,0.2c-1.3,0.1-2.9,0.3-4.6,0.6c-0.9,0.1-1.9,0.2-2.8,0.4l-0.3,0
c-0.2,0-0.5,0.1-0.7,0.1l-0.2,0c-0.3,0-0.5,0.1-0.8,0.1l-1.9,0.3c-1.2,0.2-2.4,0.4-3.4,0.6l-1.4,0.2c-0.3,0.1-0.6,0.1-0.8,0.2
l-0.1,0c-1.1-2.2-2.6-4.2-4.4-5.9c-2.2-2.1-4.7-3.6-7.2-4.6c-1.4-0.5-2.8-0.9-4.3-1.2c-0.7-0.1-1.4-0.3-2.2-0.4
c-0.4,0-0.8-0.1-1.2-0.1c-0.4,0-0.8,0-1.2,0c-1.5,0-3.1,0.1-4.7,0.4c-0.8,0.1-1.6,0.3-2.4,0.5c-0.9,0.2-1.7,0.5-2.4,0.8
c0,0-1.3,0.5-3.3,1.3l-3.4,1.3c-0.3,0.1-0.6,0.2-1,0.4l-0.1,0c-0.2,0.1-0.4,0.2-0.5,0.2l-0.4,0.2c-0.6,0.3-1.3,0.6-1.9,0.9
l-3.8,1.7c-0.5,0.2-1,0.4-1.5,0.7l-0.9,0.4c-0.4,0.2-0.7,0.3-1,0.5l-3.2,1.6c-0.7,0.4-1.5,0.8-2.2,1.2c-0.7,0.4-1.4,0.9-2,1.4
c-1.2,1-2.4,2.1-3.5,3.2c-1,1.1-2,2.3-2.8,3.6c-0.7,1.2-1.4,2.6-2,4c-1.1,2.8-1.6,5.6-1.6,8.4c0,2.5,0.5,4.9,1.3,7.3l-1.9,1.3
c-1.3,0.9-2.8,2.1-4.4,3.3c-0.5,0.4-1.1,0.9-1.6,1.3l-1.9,1.5c-0.4,0.3-0.8,0.7-1.2,1l-2.6,2.3c-0.7,0.6-1.3,1.2-1.8,1.5
c-0.9-0.6-1.9-1.1-2.8-1.5c-1.3-0.6-2.6-1-4-1.3c-2.8-0.6-5.6-0.7-8.5-0.3c-1.4,0.2-2.7,0.5-4.3,1.1c-1.4,0.5-2.8,1.2-4.1,1.9
c-2.6,1.4-5,3.4-7.4,6.2c0,0-0.2,0.3-0.6,0.8c-0.1,0.2-0.3,0.3-0.4,0.5l-0.2,0.3c-0.4,0.4-0.7,0.8-0.9,1.2c-0.8,1-1.7,2.3-2.8,3.6
l-1.9,2.6c-0.3,0.4-0.6,0.8-0.9,1.2c-0.1,0.2-0.2,0.4-0.4,0.6l-3.6,5.3c-0.4,0.6-0.8,1.1-1,1.6c-0.3,0.5-0.5,0.8-0.5,0.8
c-0.9,1.4-1.6,2.9-2.2,4.4c-0.3,0.8-0.6,1.5-0.8,2.2c-0.2,0.7-0.4,1.4-0.5,2.1l0,0.2c-0.6,3.1-0.7,6.2-0.2,9c0.5,2.9,1.5,5.6,3,8
c1.3,2.1,2.9,4,4.8,5.6l-0.9,2.2c-0.4,0.9-0.9,2-1.4,3.2c-0.2,0.4-0.4,0.9-0.5,1.4c-0.1,0.2-0.1,0.4-0.2,0.6
c-0.2,0.6-0.5,1.3-0.7,1.9c-0.5,1.3-0.9,2.5-1.4,3.7c-0.2,0.5-0.4,1-0.5,1.5l-0.1,0.4c-0.2,0.5-0.3,1.1-0.5,1.6
c-0.3,0.9-0.5,1.7-0.7,2.2c-2.5-0.1-5.1,0.3-7.3,1c-2.7,0.9-5.2,2.3-7.5,4.1c-0.6,0.5-1.2,1-1.7,1.5c-0.5,0.5-1,1.1-1.5,1.7
c-0.9,1.2-1.8,2.4-2.6,3.7c-1.5,2.5-2.5,5.5-3.2,9.1c0,0-0.1,0.4-0.2,1c0,0.2-0.1,0.4-0.1,0.6c-0.1,0.5-0.2,1.2-0.3,1.9l-0.9,7.8
c-0.2,2.1-0.3,4.2-0.4,6l-0.2,2.3c0,0.4,0,0.7-0.1,1l0,0.5c0,0.2,0,0.4,0,0.7c0,0.6,0,0.9,0,0.9c-0.2,6.4,1.9,12.7,5.8,17.4
c6.8,8.2,18.6,10.3,28.7,5.3c1.2-0.6,2.4-1.3,3.5-2.1c2.2-1.5,4.2-3.3,5.7-5.3c3.4-4.1,5.2-8.7,5.4-13.7l0-0.7c0-0.1,0-0.3,0-0.4
v-0.4c0-0.2,0-0.4,0-0.6l0.4-6.2c0.2-1.3,0.3-2.7,0.4-3.9l0.2-1.9c0-0.5,0.1-0.9,0.2-1.3c0-0.2,0.1-0.4,0.1-0.5l0.1-0.7
c0.4-2.2,0.3-4.5-0.2-7.5c-0.2-1.2-0.6-2.4-1-3.6c-0.2-0.6-0.5-1.2-0.7-1.7c-0.3-0.7-0.6-1.2-0.8-1.7c-1.2-2.3-2.8-4.4-4.7-6.3
c-1.8-1.8-3.6-3.2-5.6-4.4c0.2-0.5,0.4-1.2,0.6-2l0.6-1.8c0.1-0.4,0.3-0.8,0.4-1.2l1.3-3.6c0.2-0.6,0.4-1.2,0.6-1.8
c0.1-0.2,0.1-0.3,0.2-0.5c0.1-0.4,0.3-0.8,0.5-1.2l0.1-0.3c0.4-1,0.8-1.9,1.2-2.7c0.3-0.8,0.6-1.4,0.8-1.9
c2.3,0.4,4.8,0.5,7.1,0.4c2.7-0.2,5.2-0.8,7.6-1.7c2.6-0.9,4.8-2.1,6.6-3.6c0.3-0.3,0.6-0.5,0.9-0.8c0.2-0.1,0.3-0.3,0.5-0.4
c0.5-0.4,0.9-0.9,1.4-1.3c0.9-0.9,1.6-1.9,2.3-3c0,0,0.1-0.2,0.4-0.7c0.1-0.2,0.3-0.5,0.6-0.9c0.1-0.2,0.3-0.4,0.4-0.6l0.6-0.8
c0.3-0.4,0.6-0.9,1-1.4c0.3-0.4,0.6-0.8,0.9-1.3c0.1-0.1,0.2-0.3,0.3-0.4c0.2-0.3,0.4-0.6,0.6-0.8c1-1.3,1.9-2.6,2.8-3.7l0.8-1
c0.2-0.3,0.4-0.5,0.6-0.8c0.2-0.2,0.3-0.4,0.4-0.5l0.6-0.7c1.8-2.1,2.9-4.6,3.6-6.5c0.4-1.1,0.7-2.3,1-3.6
c0.2-1.2,0.3-2.4,0.4-3.7c0.1-2.5-0.2-5.2-0.8-7.8c-0.3-1.3-0.8-2.6-1.3-3.9c-0.4-1-0.8-1.9-1.3-2.7c0.4-0.4,0.9-0.8,1.6-1.4
l2.5-2.2c0.3-0.3,0.7-0.6,1.1-0.9l1.7-1.4c0.5-0.4,1.1-0.8,1.6-1.3c1.4-1.1,2.8-2.2,3.9-3c0.7-0.5,1.3-0.9,1.7-1.2
c1.8,1.5,3.7,2.8,5.9,3.9c2.4,1.2,4.9,2.1,7.5,2.5c1.2,0.2,2.5,0.3,3.7,0.4c1.3,0.1,2.6,0,3.8-0.1c1.2-0.1,2.5-0.4,3.7-0.8
c0.2-0.1,0.4-0.1,0.6-0.2c0.4-0.1,0.7-0.2,1.1-0.4c0.6-0.2,1.2-0.5,1.8-0.8c0,0,0.9-0.5,2.3-1.2c0.2-0.1,0.4-0.2,0.7-0.3l0.5-0.2
l1.3-0.6c0.9-0.4,1.9-0.8,2.8-1.3c0.5-0.2,1-0.4,1.5-0.7l0.3-0.1c0.1-0.1,0.3-0.1,0.4-0.2l0.2-0.1c0.2-0.1,0.3-0.1,0.4-0.2
l0.8-0.3c0.6-0.2,1.2-0.5,1.8-0.7l2.5-1c0.2-0.1,0.4-0.2,0.6-0.2c0.4-0.1,0.7-0.3,1.1-0.5c0.6-0.3,1.1-0.5,1.7-0.9
c1-0.6,2.1-1.3,3-2.2c0.2-0.2,0.5-0.4,0.7-0.6c0.2-0.2,0.5-0.4,0.7-0.6c0.4-0.4,0.9-0.9,1.3-1.4c0.8-0.9,1.6-2,2.3-3.1
c1.5-2.4,2.5-4.7,3.2-7.1c0.7-2.3,1.1-4.7,1.2-7l0.1,0c0.2,0,0.4-0.1,0.6-0.1l1.3-0.2c0.7-0.1,1.5-0.3,2.3-0.4l3.6-0.6
c0.2,0,0.3,0,0.5-0.1c0.1,0,0.3,0,0.4,0c0.9-0.1,1.9-0.2,2.8-0.4c1.5-0.2,3-0.4,4.1-0.5l2.1-0.2c1.6,4.7,4.4,8.9,8.2,12.3
c1,0.8,2,1.6,3.1,2.3c0.2,0.1,0.4,0.2,0.5,0.3l0.2,0.1c0.3,0.2,0.6,0.3,0.8,0.5c0.5,0.3,1.1,0.6,1.7,0.8c1.1,0.5,2.3,0.9,3.6,1.2
c0.3,0.1,0.6,0.1,0.9,0.2l0.3,0.1c0.2,0,0.4,0.1,0.6,0.1c0.7,0.1,1.3,0.2,1.9,0.2l3.9,0.3c0.3,0,0.6,0.1,0.8,0.1
c0.2,0,0.3,0,0.5,0.1c1,0.1,2.1,0.2,3.1,0.4c1.6,0.1,3.1,0.4,4.5,0.6c0.4,0.1,0.8,0.1,1.2,0.2c1.5,0.3,2.6,0.4,2.6,0.4
c2.5,0.5,5,0.5,7.4,0.1c2.4-0.4,4.8-1.2,7.1-2.4c0.5-0.3,1.1-0.6,1.7-0.9c0.5-0.3,1.1-0.7,1.6-1c1.1-0.8,2.1-1.6,3.1-2.5
c1.8-1.6,3.3-3.5,4.6-5.5c0.3,0.1,0.6,0.2,0.9,0.3c0.3,0.1,0.7,0.2,1,0.4c0.9,0.3,1.9,0.7,3.1,1.1l1.7,0.6c0.3,0.1,0.7,0.3,1,0.4
c0.2,0.1,0.5,0.2,0.7,0.3l4.1,1.8c0.8,0.4,1.6,0.7,2.3,1c0.8,0.4,1.4,0.7,1.9,0.9c-0.5,2.3-0.7,4.7-0.6,7.1c0,0.7,0.1,1.3,0.2,2
c0.1,0.6,0.2,1.3,0.3,2c0.2,1.3,0.6,2.6,1,3.8c0.4,1.2,0.9,2.4,1.5,3.4c0.6,1.2,1.2,2.3,1.9,3.2c0.7,1,1.6,2,2.5,2.8
c0.2,0.1,0.3,0.3,0.5,0.4c0.3,0.3,0.6,0.5,0.9,0.8c0.5,0.4,1,0.8,1.5,1.2l2.2,1.5c0.1,0.1,0.3,0.2,0.4,0.3
c0.2,0.1,0.4,0.3,0.6,0.4l1.1,0.9c0.8,0.6,1.6,1.2,2.5,1.9c1.2,0.9,2.4,1.9,3.4,2.8c0.4,0.3,0.7,0.6,1,0.8c1.2,1,2,1.7,2.1,1.7
c0.2,0.1,0.4,0.3,0.6,0.5c0.3,0.2,0.6,0.5,0.8,0.7c0.5,0.4,1,0.8,1.6,1.1c1.1,0.6,2.2,1.2,3.4,1.6l0.4,0.2
c0.4,0.1,0.8,0.3,1.2,0.4c0.6,0.2,1.2,0.3,1.8,0.5c1.2,0.3,2.5,0.4,3.8,0.5c0.6,0,1.3,0,1.9,0c0.3,0,0.7,0,1,0c0.3,0,0.6,0,0.9,0
c1.3-0.1,2.6-0.3,3.9-0.5c2.4-0.5,4.6-1.3,6.7-2.4c0.1,0.1,0.1,0.2,0.2,0.2c0.3,0.4,0.7,0.8,1.1,1.3c1.2,1.5,2.8,3.5,4.4,5.5
l4.4,6.1c0.2,0.2,0.3,0.4,0.4,0.6l0.4,0.7c-1.6,1.7-3,3.7-4.1,5.8c-1.2,2.2-2,4.5-2.7,7.3c-0.6,2.5-0.7,5-0.5,7.4
c0.2,2.5,0.8,4.9,1.9,7.2c0.1,0.2,0.5,1.1,1.1,2.4c0.3,0.7,0.7,1.6,1.1,2.5c0.1,0.2,0.1,0.3,0.2,0.5c0.1,0.3,0.3,0.6,0.4,0.9
c0.1,0.3,0.2,0.6,0.4,0.9l0.2,0.6c0.3,0.7,0.6,1.5,0.8,2.2l0.3,0.7c0.1,0.2,0.2,0.4,0.3,0.7c0.2,0.6,0.5,1.2,0.7,1.8
c0.5,1.5,0.8,2.5,0.8,2.5c0.4,1.1,0.9,2.2,1.5,3.4c0.5,1.1,1.2,2.1,2,3.1c0.8,1,1.6,1.9,2.6,2.7c1,0.9,2,1.7,2.9,2.4
c2.1,1.4,4.5,2.6,7,3.4c2.3,0.8,4.6,1.2,6.9,1.4c0.1,0.6,0.2,1.3,0.4,2.2c0,0.2,0.1,0.3,0.1,0.5c0.1,0.3,0.1,0.7,0.2,1
c0,0.3,0.1,0.6,0.1,0.9c0,0.3,0.1,0.6,0.1,0.8c0.2,1.2,0.3,2.6,0.5,3.9c0.2,1,0.2,2.1,0.3,3.1l0.1,0.7c0.1,0.8,0.1,1.6,0.2,2.4
l0.1,1.4c0.1,0.7,0.1,1.4,0.1,1.9c-2.3,0.7-4.5,1.6-6.5,2.9c-2.1,1.3-4.1,2.9-6.1,4.9c-0.9,0.9-1.7,1.9-2.4,2.9
c-0.3,0.5-0.7,1-1,1.6c-0.2,0.3-0.3,0.5-0.4,0.8c-0.2,0.3-0.3,0.5-0.4,0.8c-0.6,1.1-1,2.3-1.4,3.5c-0.2,0.6-0.3,1.2-0.4,1.8
c0,0.2-0.1,0.4-0.1,0.6l0,0.2c-0.1,0.3-0.1,0.6-0.1,0.9l-0.6,5.3c-0.1,0.6-0.2,1.2-0.3,1.9c-0.1,0.4-0.1,0.8-0.2,1.1l-0.2,1.5
c-0.1,0.6-0.2,1.1-0.3,1.6c0,0.2,0,0.3-0.1,0.5l0,0.2c0,0.2-0.1,0.4-0.1,0.7l-0.8,3.9c-0.1,0.6-0.2,1.3-0.3,1.9l0,0.2
c-0.1,0.5-0.1,1.1-0.2,1.6c-0.1,1.2,0,2.5,0.2,3.7c0.1,0.6,0.2,1.2,0.3,1.9l0.1,0.4c0.1,0.4,0.2,0.9,0.3,1.4
c0.3,1.2,0.8,2.4,1.3,3.5c0.5,1.1,1.2,2.3,1.9,3.4c0.8,1.3,1.6,2.3,2.3,3.1c1.6,1.8,3.3,3.4,5.3,4.8c0,0.1-0.1,0.3-0.2,0.4
c-0.2,0.4-0.3,1-0.6,1.5l-2.7,6.4l-3.1,6.3c-0.2,0.5-0.5,1-0.7,1.4c-0.1,0.1-0.1,0.3-0.2,0.4c-2.3-0.6-4.7-0.9-7.1-0.8
c-1.3,0-2.6,0.1-3.9,0.3c-1.4,0.2-2.7,0.5-3.8,0.8c-1.2,0.4-2.4,0.8-3.6,1.3c-0.6,0.3-1.1,0.6-1.7,0.9c-0.1,0.1-0.3,0.2-0.4,0.3
c-0.4,0.2-0.7,0.4-1.1,0.7c-1.1,0.7-2,1.5-2.9,2.3c-0.9,0.9-1.7,1.8-2.5,2.8c0,0-0.6,0.8-1.6,2.1c-0.4,0.5-0.9,1.2-1.4,1.8
l-0.2,0.3c-0.4,0.5-0.8,1-1.2,1.5c-0.3,0.3-0.5,0.6-0.8,0.9l-2,2.4c-0.1,0.1-0.2,0.2-0.3,0.3l-0.2,0.2c-0.1,0.1-0.2,0.2-0.2,0.3
c-0.1,0.1-0.1,0.1-0.2,0.2l-0.4,0.4c-0.2,0.2-0.4,0.4-0.5,0.6c-1.1,1.2-1.8,1.9-1.8,2c-1.9,2.1-3.2,4.1-4,6.2
c-0.2,0.5-0.4,1.1-0.7,1.8c-0.1,0.4-0.2,0.7-0.3,1.1c-0.1,0.2-0.1,0.4-0.2,0.6c-0.3,1.2-0.6,2.4-0.7,3.7c-0.1,1.3-0.2,2.6-0.1,3.9
c0,1.2,0.2,2.4,0.4,3.9c0.4,2.4,1.1,4.6,2.1,6.8l-2.8,2.3l-0.6,0.4c-0.3,0.2-0.5,0.4-0.8,0.6c-1,0.7-2,1.4-3.1,2.2
c-1.5,1.1-3,2.1-4.4,3c-0.5,0.3-1,0.6-1.4,0.9l-1.8,1.1c-3.6-3.5-8.1-6.1-12.8-7.2c-2.7-0.7-5.2-0.9-7.5-0.8
c-0.6,0-1.3,0.1-1.8,0.2c-0.6,0.1-1.2,0.2-1.9,0.3c-1.2,0.3-2.5,0.7-3.6,1.2l-1,0.4c-0.1,0.1-0.3,0.1-0.4,0.2
c-0.3,0.1-0.6,0.2-1,0.4l-0.9,0.3c-1.3,0.5-2.9,1.1-4.5,1.8l-2.1,0.7c-1.3,0.4-2.5,0.8-3.5,1.1c-0.6,0.2-1.1,0.3-1.5,0.4l-1,0.3
c-4.8,1.4-8.8,4.3-11.9,8.6c-1.5,2-2.8,4.3-3.7,6.9c-0.5,1.3-0.9,2.6-1.1,3.9c-0.2,1-0.4,2-0.5,3l-3,0.4c-0.7,0.1-1.5,0.2-2.3,0.3
c-1.2,0.1-2.5,0.2-3.7,0.3l-3.7,0.3l-3.3,0.1c-0.8,0-1.6,0-2.1,0.1c-0.3-1-0.6-1.9-0.9-2.9c-0.5-1.3-1.1-2.5-1.7-3.7
c-1.3-2.4-2.9-4.5-4.7-6.2c-0.9-0.9-1.8-1.7-2.8-2.5c-1-0.8-2.1-1.4-3.2-2c-0.5-0.3-1.1-0.5-1.7-0.7c-0.6-0.2-1.1-0.5-1.7-0.7
c-1.2-0.4-2.5-0.7-3.7-0.8c0,0-0.3,0-0.7-0.1l-0.2,0c-0.2,0-0.4,0-0.6-0.1l-1.1-0.2c-0.6-0.1-1.3-0.2-2-0.3
c-1.2-0.2-2.4-0.4-3.7-0.6c-2.1-0.4-4.2-0.9-5.7-1.2c-0.5-0.1-0.9-0.2-1.2-0.3c-0.2-0.1-0.4-0.1-0.6-0.2c-0.4-0.1-0.7-0.2-0.7-0.2
c-1.2-0.3-2.5-0.5-3.7-0.6c-0.3,0-0.6,0-0.9,0c-0.3,0-0.6,0-0.9,0c-0.6,0-1.2,0-1.9,0.1c-1.2,0.1-2.5,0.3-3.7,0.7
c-0.6,0.2-1.2,0.4-1.8,0.6c-0.5,0.2-1.1,0.4-1.8,0.7c-2.4,1-4.6,2.4-6.7,4.1c-0.5,0.4-1,0.9-1.5,1.3c-3.2,3-5.6,6.6-6.9,10.6
c-0.3,0.8-0.5,1.6-0.8,2.4l-0.2,0.6l0.1,0c-0.3,1.5-0.5,3.1-0.5,4.8c0,0.8,0.1,1.4,0.1,2.1c0.1,0.7,0.2,1.4,0.3,2.1
c0.6,2.7,1.7,5.4,3.4,7.8c0.4,0.6,0.9,1.2,1.3,1.8c0.5,0.6,1.1,1.2,1.5,1.7c1.1,1.1,2.2,2,3.5,2.9c0.7,0.5,1.3,0.9,2,1.3l0.1,0
c0.3,0.2,0.7,0.4,1,0.6c0.4,0.2,0.7,0.3,1.1,0.5c1.5,0.6,3,1.2,4.6,1.6c0,0,0.3,0.1,1,0.3c0.2,0,0.4,0.1,0.7,0.2
c0.5,0.1,1.1,0.3,1.9,0.5l2.1,0.5c1.7,0.4,3.6,0.8,5.5,1.2c2.1,0.4,4.2,0.7,6,1c0.6,0.1,1.2,0.2,1.7,0.3l1.4,0.2
c0.3,0,0.6,0.1,0.9,0.1l0.3,0c0.6,0.1,0.9,0.1,1,0.1c1.2,0.1,2.4,0.2,3.6,0.2c0.4,0,0.8,0,1.2,0c0.7,0,1.5-0.1,2.4-0.2l0.1,0
c0.8-0.1,1.5-0.3,2.3-0.5c1.5-0.4,3-0.9,4.3-1.4c1.1-0.5,2.6-1.2,3.9-2.1c2.4-1.7,4.5-3.7,6-6.1c0.8-1.2,1.5-2.4,2-3.7
c0.4-1,0.7-2,1-3l2.3-0.1c1,0,2.2-0.1,3.5-0.1l8-0.6l0.1,0c1.3-0.2,2.5-0.3,3.5-0.4l2.3-0.3c0.4,1,0.9,1.9,1.5,2.8
c0.7,1.2,1.6,2.3,2.5,3.3c1.9,2.1,4.2,3.8,6.9,5.1c5.5,2.6,12.2,3.1,18.3,1.3c0,0,0.3-0.1,1-0.3l0.3-0.1c0.6-0.2,1.4-0.4,2.2-0.7
l7.4-2.5l7.4-2.8c0.5-0.2,0.9-0.4,1.3-0.5l1.1-0.5c0.6-0.2,0.9-0.4,0.9-0.4c1.5-0.7,3-1.5,4.3-2.3c0.6-0.4,1.3-0.9,2-1.4
c0.5-0.4,1.1-0.9,1.8-1.6c2.3-2.2,4-4.7,5.3-7.3c2.3-5.1,2.7-10.6,1.3-15.6l2-1.3c0.4-0.3,0.9-0.6,1.4-0.9c1.5-1,3.2-2.1,4.9-3.3
c1.1-0.8,2.2-1.6,3.2-2.3l0.6-0.4c0.3-0.2,0.6-0.5,0.9-0.7l1.3-1.1c0.7-0.6,1.4-1.1,1.8-1.5c2,1.5,4.2,2.6,6.6,3.3
c1.3,0.4,2.6,0.7,4.2,0.8c1.4,0.1,2.9,0.1,4.3,0c1.4-0.1,2.9-0.4,4.4-0.8c0.8-0.2,1.5-0.5,2.2-0.7c0.8-0.3,1.4-0.6,2.1-0.9
C699.5,882.3,702.1,880.4,704.1,878.1z M420.6,725.2c0.2,1.1,0.2,2.3,0,3.4c0,0,0,0.2-0.1,0.6c-0.1,0.3-0.1,0.7-0.2,1.1
c0,0.2-0.1,0.5-0.1,0.8l-0.6,5.5l-0.4,5.6c0,0.7-0.1,1.4-0.1,1.8l0,0.1c0,0.4,0,0.7,0,0.7c0,1.1-0.2,2.3-0.6,3.3
c-0.2,0.5-0.4,1-0.7,1.5c-0.1,0.3-0.3,0.5-0.5,0.8c-0.2,0.2-0.3,0.5-0.5,0.7c-1.3,1.9-3.3,3.4-5.6,4.3l-0.1,0c0,0-3.8,1.8-8.6,0.3
c-2.3-0.8-4.3-2.3-5.7-4.5c-0.2-0.2-0.3-0.5-0.5-0.8c-0.2-0.3-0.3-0.6-0.4-0.9c-0.3-0.6-0.5-1.2-0.7-1.8c-0.4-1.3-0.5-2.7-0.5-4.1
l0-0.8c0-0.5,0.1-1.2,0.1-2.1c0-0.6,0.1-1.2,0.1-1.9c0.1-1.4,0.2-3,0.3-4.5c0.2-1.9,0.4-3.8,0.6-5.4l0.1-1.1
c0-0.3,0.1-0.6,0.1-0.8c0.1-0.5,0.1-0.9,0.2-1.3l0.1-0.8c0.2-1.4,0.6-2.7,1.2-3.9c0.6-1.3,1.3-2.3,2.2-3.1
c1.3-1.3,2.9-2.3,4.6-2.9c-0.1,1.4,0.3,2.7,1,3.8c0.9,1.4,2.3,2.3,3.9,2.6c3,0.5,5.9-1.1,7-3.7c1.3,1.2,2.4,2.6,3.1,4.1
C420.1,723.2,420.4,724.2,420.6,725.2z M454.7,650.1c-0.1,0.9-0.3,2.2-0.8,3.4c-0.4,1.1-1,2.1-1.7,2.9c0,0-0.2,0.2-0.4,0.5
c-0.3,0.3-0.6,0.7-0.9,1.2l-0.2,0.3c-0.7,0.9-1.6,2.1-2.5,3.4l-0.8,1c-0.3,0.4-0.5,0.7-0.8,1.1l-0.2,0.2c-0.3,0.4-0.6,0.8-0.8,1.2
l-0.4,0.6c-0.4,0.6-0.7,1.1-1,1.5c-0.3,0.4-0.6,0.8-0.8,1.1l-0.3,0.4c-0.3,0.4-0.4,0.6-0.4,0.6c-1.2,1.9-2.9,3.4-5.2,4.3
c-1.5,0.7-3.2,1-5,1c0.7-1.3,0.9-2.9,0.5-4.5c-0.4-1.6-1.4-2.9-2.8-3.7c-1-0.6-2-0.9-3.1-0.9c-0.5,0-1.1,0.1-1.6,0.2
c-1.6,0.4-2.9,1.5-3.8,3c-0.9-1.5-1.4-3.2-1.5-5.1c-0.1-2.6,0.6-5.3,2.1-7.7c0,0,0.1-0.2,0.4-0.6l1.2-1.8c0.2-0.3,0.5-0.7,0.8-1.1
c0.3-0.4,0.6-0.9,0.9-1.4l1-1.4c0.1-0.1,0.2-0.3,0.3-0.4c0.2-0.3,0.4-0.7,0.7-1c1.4-1.9,2.9-3.8,3.9-5.2l0.3-0.4
c0.4-0.5,0.7-0.9,1-1.2c0.3-0.4,0.5-0.6,0.5-0.6c0.9-1.1,1.9-2,3.1-2.7c1.2-0.8,2.3-1.3,3.5-1.6c1.8-0.5,3.6-0.5,5.3-0.2l-0.2,0.3
c-1.1,1.2-1.8,2.9-1.7,4.5c0.1,1.7,0.8,3.2,2.1,4.3c1.2,1.1,2.8,1.6,4.4,1.5c1.7-0.1,3.2-0.7,4.3-1.9l0.2-0.2
C454.7,646.7,454.9,648.5,454.7,650.1z M521.6,606.2c-0.7,1-1.4,1.8-2.3,2.5c-0.4,0.4-0.9,0.7-1.4,0.9l0,0
c-0.5,0.3-1.1,0.6-1.6,0.8c0,0-0.9,0.4-2.3,0.9l-0.9,0.4c-0.5,0.2-1,0.4-1.5,0.6c-0.6,0.2-1.1,0.5-1.7,0.7
c-0.4,0.2-0.7,0.3-1.1,0.5c-0.6,0.3-1.2,0.6-1.8,0.8l-0.8,0.4c-0.2,0.1-0.5,0.2-0.7,0.3c-0.6,0.3-1.2,0.5-1.7,0.8l-2.2,1.1
c-1,0.5-2.1,0.8-3.3,1c-1.3,0.2-2.4,0.2-3.4,0.1c-1.7-0.2-3.4-0.8-5-1.8c2-1.9,2.5-5,1.1-7.5c-0.8-1.4-2.1-2.4-3.7-2.9
c-1.2-0.3-2.5-0.3-3.6,0.1c0-1.8,0.4-3.6,1.3-5.3c0.6-1.2,1.4-2.3,2.3-3.1c1-0.9,2.1-1.7,3.4-2.4c0,0,1.1-0.5,2.7-1.4
c0.5-0.3,1.1-0.5,1.7-0.8c0.3-0.1,0.6-0.3,1-0.4c1-0.4,2.1-0.9,3.2-1.4c0.4-0.2,0.8-0.3,1.2-0.5c0.7-0.3,1.3-0.6,2-0.8l1.4-0.5
c0.5-0.2,1-0.4,1.5-0.6l2.8-1.1c0.7-0.3,1.4-0.5,2-0.6c0.7-0.1,1.3-0.2,2-0.2c1.3,0,2.6,0.1,3.9,0.4c1.7,0.4,3.3,1.3,4.6,2.5
l-0.4,0.1c-1.6,0.5-3,1.7-3.7,3.2c-0.7,1.5-0.9,3.1-0.3,4.7c1.1,3.2,4.5,5,7.7,4l0.2-0.1C523.3,603.2,522.6,604.8,521.6,606.2z
M604.1,588.3c-1.4,0.9-2.4,2.3-2.7,3.9c-0.3,1.6-0.1,3.2,0.8,4.6c0.8,1.3,2,2.2,3.6,2.7c-0.4,0.4-0.8,0.8-1.2,1.1
c-0.4,0.4-0.9,0.7-1.5,1c-0.5,0.3-1,0.6-1.5,0.8c-1.1,0.5-2.2,0.8-3.3,0.9c-0.5,0.1-1.1,0.1-1.7,0.1l-0.4,0c-0.5,0-1-0.1-1.4-0.1
c0,0-1-0.2-2.5-0.4c-0.4-0.1-0.9-0.2-1.4-0.2l-1.1-0.2c-0.4-0.1-0.8-0.1-1.3-0.2l-1.8-0.2c-0.7-0.1-1.3-0.2-2-0.2l-1.5-0.2
c-0.7-0.1-1.5-0.2-2.1-0.2c-1.5-0.1-2.5-0.2-2.5-0.2c-1.1-0.1-2.3-0.4-3.3-0.8l-0.1,0c-1-0.4-2-0.9-2.9-1.7
c-0.9-0.7-1.7-1.6-2.4-2.6c-0.3-0.5-0.7-1-1-1.5c2.7-0.6,4.7-3,4.8-5.9c0.1-1.6-0.5-3.2-1.7-4.4c-0.9-0.9-1.9-1.5-3.2-1.8
c0.3-0.5,0.7-1,1-1.4c0.8-0.9,1.7-1.7,2.8-2.4c1.1-0.7,2.3-1.2,3.6-1.6c1.3-0.3,2.7-0.4,4.1-0.3l3,0.2c0.6,0,1.4,0.1,2.2,0.2
l0.7,0.1c0.6,0.1,1.3,0.1,1.9,0.2l2.3,0.3c0.3,0,0.6,0.1,1,0.1l0.1,0c0.5,0.1,1,0.1,1.5,0.2c1.1,0.2,2.1,0.3,3,0.5
c1.7,0.3,2.9,0.5,2.9,0.5c0.8,0.1,1.4,0.3,2,0.5c0.6,0.2,1.3,0.5,1.9,0.8c1.2,0.6,2.2,1.4,3.1,2.3c0.4,0.4,0.8,0.9,1.2,1.4
c0.3,0.5,0.7,1.1,0.9,1.6c0.2,0.5,0.4,1,0.6,1.5C607.2,587.2,605.5,587.5,604.1,588.3z M686.1,630.7c-0.6-0.6-1.3-1-2.1-1.4
c-0.8-0.3-1.6-0.4-2.4-0.4c-1.7,0-3.2,0.7-4.3,2c-1.1,1.2-1.7,2.8-1.7,4.4c0,0.8,0.2,1.5,0.5,2.3c0.3,0.6,0.7,1.3,1.3,1.9
c-1.6,0.4-3.3,0.6-5.1,0.4c-1.2-0.1-2.3-0.4-3.3-0.9c-0.5-0.2-1-0.5-1.5-0.8c-0.5-0.3-1-0.7-1.5-1c0,0-0.8-0.6-1.9-1.6
c-0.6-0.5-1.2-1-2-1.6l-1.2-0.9c-0.4-0.3-0.8-0.6-1.2-0.9l-0.9-0.7c-0.5-0.4-1-0.8-1.5-1.1c-0.2-0.2-0.4-0.3-0.6-0.5l-0.4-0.3
c-0.4-0.3-0.7-0.6-1-0.8c-1.2-0.8-2.1-1.4-2.1-1.4c-0.9-0.6-1.8-1.4-2.4-2.3l-0.2-0.3c-0.3-0.4-0.5-0.8-0.8-1.1
c-0.3-0.5-0.5-1-0.7-1.5c-0.6-1.6-0.9-3.3-0.9-5.1c2.7,1.1,5.9,0.1,7.5-2.5c0.9-1.4,1.2-3,0.8-4.6c-0.3-1.4-1.1-2.5-2.1-3.4
c1.5-0.8,3.3-1.3,5.2-1.3c0.6,0,1.3,0,1.9,0.1c0.6,0.1,1.3,0.2,1.9,0.4c1.3,0.4,2.6,1,3.7,1.8l2.5,1.7c0.3,0.2,0.7,0.5,1.1,0.8
l4.6,3.4c0.3,0.2,0.6,0.5,0.9,0.7c0.1,0.1,0.3,0.2,0.4,0.3l0.8,0.7c0.8,0.7,1.6,1.4,2.3,1.9l2.3,1.9c0.5,0.4,1,0.9,1.5,1.4
c0.4,0.5,0.8,1.1,1.2,1.7c0.7,1.1,1.2,2.3,1.5,3.6C686.5,627.2,686.5,629,686.1,630.7z M723.3,703.8c-2.9,0.9-4.8,3.7-4.5,6.5
c-1.7-0.4-3.3-1.2-4.7-2.2c-0.5-0.3-0.9-0.7-1.3-1.1c-0.2-0.2-0.3-0.3-0.6-0.6l-0.1-0.1c-0.2-0.2-0.3-0.4-0.5-0.6
c-0.7-0.9-1.2-1.9-1.6-3l-0.8-2.4l0-0.1c-0.4-1-0.8-2.2-1.3-3.4l-0.7-1.7c-0.5-1.5-1.1-2.8-1.7-4c-0.2-0.4-0.3-0.8-0.5-1.1
c-0.6-1.4-1-2.3-1-2.3c-0.4-0.9-0.8-2.1-1-3.4c-0.1-1.1-0.1-2.2,0.1-3.4c0.1-0.6,0.2-1.2,0.4-1.7c0.2-0.5,0.4-1.1,0.6-1.7
c0.2-0.5,0.5-1,0.8-1.5c0.3,0.4,0.6,0.7,1,1c0.6,0.5,1.3,0.9,2,1.1c1.6,0.5,3.2,0.3,4.7-0.4c1.5-0.8,2.6-2.1,3-3.7
c0.2-0.8,0.3-1.6,0.2-2.5c-0.1-0.5-0.2-0.9-0.3-1.4c0.6,0,1.1,0.1,1.7,0.2c0.7,0.1,1.3,0.3,1.8,0.5c0.6,0.2,1.1,0.5,1.7,0.8
c1.1,0.6,2.1,1.4,3,2.4c1.1,1.1,1.8,2.2,2.3,3.4c0,0,0.5,1.1,1.2,2.7c0.2,0.4,0.3,0.8,0.5,1.2c0.6,1.4,1.4,3.1,2,4.7l0.7,1.8
c0.6,1.6,1.2,3.1,1.6,4.3l0.9,2.8c0.4,1.3,0.7,2.7,0.7,4.1c0,0.4,0,0.7,0,0.9c0,0.4-0.1,0.7-0.1,1c-0.1,0.6-0.3,1.3-0.4,1.9
c-0.6,1.8-1.5,3.3-2.7,4.6c-0.6-1.3-1.5-2.3-2.7-3C726.5,703.6,724.9,703.4,723.3,703.8z M714.5,782.3l0.5-2.5
c0.1-0.4,0.2-0.8,0.3-1.2c0.1-0.3,0.1-0.6,0.2-0.9c0-0.2,0.1-0.3,0.1-0.5l1-5.8l0.3-2.6c0.2-1.5,0.3-2.5,0.3-2.5
c0.1-0.6,0.2-1.1,0.4-1.7c0.2-0.6,0.3-1.1,0.5-1.6c0.4-1,1-2,1.8-2.9c0.4-0.5,0.8-0.9,1.2-1.3c0.2-0.2,0.5-0.4,0.7-0.6
c0.2-0.2,0.5-0.4,0.7-0.5c0.5-0.3,1-0.6,1.5-0.9c0.1,0.4,0.2,0.8,0.3,1.3c0.3,0.7,0.7,1.4,1.2,2c1.1,1.2,2.6,1.9,4.2,2
c1.7,0.1,3.3-0.5,4.5-1.6c0.6-0.5,1.1-1.2,1.4-1.9c0.2-0.4,0.4-0.9,0.5-1.4c0.5,0.3,0.9,0.6,1.4,1c0.3,0.2,0.5,0.4,0.6,0.6
c0.2,0.2,0.4,0.5,0.6,0.7c0.4,0.5,0.7,1,1,1.5c0.6,1.1,1.1,2.3,1.4,3.6c0.2,0.7,0.3,1.4,0.3,2c0,0.7,0,1.4-0.1,2.1
c0,0-0.1,1.2-0.3,2.9c-0.1,0.6-0.2,1.3-0.2,2.1l-0.1,0.9c-0.2,1.1-0.4,2.2-0.6,3.4c-0.2,1.2-0.4,2.3-0.6,3.4
c0,0.2-0.1,0.4-0.1,0.6c-0.1,0.3-0.1,0.6-0.2,0.9c-0.1,0.3-0.1,0.6-0.2,0.9l-0.1,0.5c-0.4,1.7-0.6,2.9-0.6,2.9
c-0.2,0.7-0.4,1.4-0.6,2c-0.3,0.8-0.5,1.3-0.8,1.8c-0.7,1.1-1.5,2.1-2.5,3c-0.9,0.8-2,1.5-3.1,2c-0.3,0.1-0.6,0.2-0.8,0.3
c-0.3,0.1-0.5,0.2-0.8,0.2c0.2-1.3-0.1-2.7-0.8-3.8c-0.8-1.4-2.2-2.4-3.7-2.9c-0.5-0.1-1-0.2-1.6-0.2c-2.4,0-4.6,1.3-5.6,3.4
c-0.2-0.2-0.4-0.4-0.5-0.6c-0.2-0.2-0.4-0.5-0.6-0.7c-0.7-1-1.3-2-1.8-3.1c-0.4-1.1-0.7-2.2-0.8-3.3l0-0.1c0-0.6-0.1-1.1,0-1.7
C714.3,783.4,714.4,782.8,714.5,782.3z M553.6,915.8c0.8,0.9,1.9,1.6,3,2c-1,1.5-2.4,2.7-4.1,3.7c-0.5,0.3-1,0.5-1.7,0.7
c-0.6,0.2-1.2,0.4-1.9,0.5c-1.3,0.2-2.7,0.3-4.1,0.1c0,0-0.1,0-0.3,0l-0.1,0c-0.1,0-0.2,0-0.4-0.1l-0.8-0.1
c-0.4-0.1-0.8-0.1-1.3-0.2c-0.6-0.1-1.2-0.2-1.9-0.3c-1.4-0.2-3-0.5-4.5-0.8c-2.3-0.5-4.6-1-6.4-1.4c-0.8-0.2-1.5-0.3-2-0.5
c-0.5-0.1-0.8-0.2-0.8-0.2c-1.4-0.4-2.6-0.9-3.8-1.6c-0.6-0.3-1.1-0.7-1.6-1.1c-0.4-0.3-0.8-0.8-1.3-1.4c-1.6-2-2.5-4.3-2.7-6.7
c0-0.4,0.2-4.5,2.8-8.3c1.5-1.9,3.5-3.3,5.7-4.1c0.5-0.2,1.1-0.3,1.7-0.5c0.6-0.1,1.1-0.2,1.7-0.3c1.2-0.1,2.3,0,3.4,0.3l0.6,0.2
c0.4,0.1,1,0.2,1.9,0.4l5.4,1.2c1.2,0.2,2.5,0.4,3.5,0.6c0.7,0.1,1.3,0.2,1.9,0.3c0.7,0.1,1.3,0.2,1.8,0.3c0.2,0,0.4,0.1,0.6,0.1
c0.1,0,0.2,0,0.2,0c1.1,0.1,2.2,0.4,3.2,0.9c0.5,0.2,1,0.5,1.5,0.9c0.4,0.3,0.9,0.7,1.3,1l0.1,0.1c1.3,1.1,2.4,2.6,3.1,4.2
c-2.7,0.4-4.9,2.7-5.2,5.6C552.1,913,552.6,914.6,553.6,915.8z M641.8,905.8c-1.3,2.2-3.4,4-6,5.1l-0.7,0.3
c-0.5,0.2-1.2,0.4-2,0.8l-6.1,2.3c-2.2,0.7-4.5,1.5-6.2,2c-0.3,0.1-0.6,0.2-0.9,0.3c-0.4,0.1-0.8,0.3-1.1,0.4
c-0.5,0.1-0.8,0.2-0.8,0.2c-1.4,0.4-2.7,0.6-4.1,0.5c-0.6,0-1.3-0.1-2-0.2c-0.3-0.1-0.6-0.1-0.9-0.2c-0.3-0.1-0.6-0.2-0.9-0.3
c-1.7-0.6-3.3-1.6-4.5-2.9l0.4-0.1c1.7-0.4,3.1-1.4,3.9-2.8c0.9-1.4,1.1-3.1,0.7-4.7c-0.4-1.6-1.4-2.9-2.8-3.7
c-1.4-0.9-3-1.2-4.6-0.8l-0.2,0.1c0.5-1.7,1.3-3.2,2.4-4.5c0.2-0.2,0.4-0.4,0.6-0.7c0.2-0.2,0.4-0.4,0.6-0.6
c0.4-0.4,0.9-0.8,1.3-1.1c0.9-0.6,2-1.1,3.1-1.4c0,0,0.2-0.1,0.7-0.2c0.3-0.1,0.6-0.2,1.1-0.3c0.2-0.1,0.5-0.2,0.7-0.2
c1.4-0.5,3.3-1.1,5.2-1.7l6.9-2.7l0.7-0.3c2-0.9,4.3-1.1,6.7-0.6c1.7,0.3,3.3,1,4.8,2c-2.1,1.8-2.8,4.9-1.6,7.5
c0.7,1.5,1.9,2.6,3.5,3.1c1.2,0.4,2.4,0.4,3.6,0.1C643.3,902.3,642.7,904.1,641.8,905.8z M699.9,864.4l-0.4,0.4
c-0.2,0.3-0.4,0.5-0.6,0.7l-0.3,0.3c-0.3,0.3-0.5,0.5-0.7,0.8c-1.2,1.3-2,2.2-2,2.2c-1,1.1-2.1,1.9-3.2,2.5
c-1.2,0.6-2.4,1.1-3.7,1.3c-1.2,0.2-2.5,0.3-3.7,0.1c-0.5-0.1-1.1-0.2-1.6-0.3c0.2-0.2,0.3-0.3,0.3-0.3c1.2-1.2,1.9-2.8,1.9-4.5
c0-1.6-0.6-3.2-1.8-4.3c-2.4-2.4-6.3-2.4-8.7-0.1c0,0-0.1,0.1-0.2,0.1c-0.1-0.5-0.2-1.1-0.3-1.6c-0.2-1.2-0.1-2.4,0-3.5
c0.2-1.2,0.5-2.2,1-3.3c0.5-1.1,1.1-2.1,1.9-2.9c0,0,0.7-0.7,1.7-1.8c0.2-0.2,0.4-0.4,0.6-0.6l0.3-0.3c0.2-0.2,0.3-0.4,0.5-0.6
l2.3-2.7c0.5-0.6,1-1.2,1.5-1.7l0.5-0.5c0.4-0.5,0.8-1,1.2-1.5l1.9-2.5c0.6-0.8,1.4-1.6,2.5-2.4c0.9-0.7,1.9-1.2,3-1.6
c1.1-0.4,2.3-0.6,3.5-0.7c0.5,0,1.1,0,1.6,0c-1.8,2.7-1,6.5,1.7,8.4c1.3,0.9,3,1.3,4.6,1c1.7-0.3,3.1-1.3,4.1-2.7l0,0
c0.2,0.5,0.4,1,0.6,1.5c0.4,1.1,0.5,2.4,0.5,3.6c0,1.3-0.2,2.6-0.6,3.8l0,0c-0.4,1.2-1,2.4-1.9,3.6c0,0-0.7,0.9-1.8,2.4
c-0.2,0.2-0.4,0.5-0.6,0.7c-0.4,0.5-0.8,1.1-1.2,1.6c-0.7,0.8-1.5,1.8-2.2,2.7C701.4,862.6,700.6,863.5,699.9,864.4z"/>
<linearGradient id="SVGID_3_" gradientUnits="userSpaceOnUse" x1="350.804" y1="536.0372" x2="332.8282" y2="894.4296">
<stop offset="3.409785e-07" style="stop-color:#94C335"/>
<stop offset="1" style="stop-color:#1B947F"/>
</linearGradient>
<path class="st2" d="M357.1,660.8c1.5,7,7.3,12.5,14.5,13.3c9.3,1.1,17.7-5.5,18.8-14.7c1.1-9.3-5.5-17.7-14.7-18.8
c-5.3-0.6-10.6,1.2-14.3,5.1c-23-4.9-47.4-1.8-68.7,8.7c-21.9,10.8-39.5,28.9-49.6,51.1c-11.7,25.7-12.7,54.5-2.8,81
c9.9,26.5,29.5,47.6,55.3,59.3c14,6.4,28.7,9.6,43.9,9.6c12.7,0,25.2-2.3,37.2-6.8c19.9-7.5,36.9-20.5,49.1-37.6
c4.4,0.4,8.6-0.8,12.1-3.5c3.6-2.8,5.8-6.8,6.4-11.3c0.5-4.5-0.7-8.9-3.5-12.5c-2.8-3.6-6.8-5.8-11.3-6.4
c-9.3-1.1-17.7,5.5-18.8,14.7c-0.4,3.5,0.3,7.1,2,10.2c-10.4,14.4-24.7,25.3-41.5,31.6c-22.6,8.4-47.1,7.6-69-2.4
c-45.3-20.6-65.3-74.3-44.7-119.5C274.7,674.1,316.5,652.8,357.1,660.8z M373.7,648.8c4.8,0,8.6,3.9,8.6,8.6
c0,4.8-3.9,8.6-8.6,8.6c-4.8,0-8.6-3.9-8.6-8.6C365.1,652.6,368.9,648.8,373.7,648.8z M427.5,785.5c4.8,0,8.6,3.9,8.6,8.6
c0,4.8-3.9,8.6-8.6,8.6c-4.8,0-8.6-3.9-8.6-8.6C418.9,789.4,422.8,785.5,427.5,785.5z"/>
<linearGradient id="SVGID_4_" gradientUnits="userSpaceOnUse" x1="582.4965" y1="547.6581" x2="564.5207" y2="906.0505">
<stop offset="3.409785e-07" style="stop-color:#94C335"/>
<stop offset="1" style="stop-color:#1B947F"/>
</linearGradient>
<path class="st3" d="M555.8,828.7c-1.5-7-7.3-12.5-14.5-13.3c-9.3-1.1-17.7,5.5-18.8,14.7c-1.1,9.3,5.5,17.7,14.7,18.8
c0.7,0.1,1.4,0.1,2.1,0.1c4.6,0,9-1.9,12.2-5.2c7.1,1.5,14.4,2.3,21.7,2.3c41.5,0,79.4-24.3,96.5-62c11.7-25.7,12.7-54.5,2.8-81
c-9.9-26.5-29.6-47.6-55.3-59.3c-25.8-11.7-54.5-12.7-81-2.8c-19.9,7.5-36.9,20.5-49.1,37.6c-4.4-0.4-8.6,0.8-12.1,3.5
c-3.6,2.8-5.8,6.8-6.4,11.3c-1.1,9.3,5.5,17.7,14.7,18.8c9.3,1.1,17.7-5.5,18.8-14.7c0.4-3.5-0.3-7.1-2-10.2
c10.4-14.4,24.7-25.3,41.5-31.6c22.6-8.4,47.1-7.6,69,2.4c21.9,10,38.7,27.9,47.1,50.5c8.4,22.6,7.6,47.1-2.4,69
C638.2,815.4,596.4,836.8,555.8,828.7z M539.2,840.8c-4.8,0-8.6-3.9-8.6-8.6c0-4.8,3.9-8.6,8.6-8.6c4.8,0,8.6,3.9,8.6,8.6
C547.8,836.9,544,840.8,539.2,840.8z M485.4,704.1c-4.8,0-8.6-3.9-8.6-8.6c0-4.8,3.9-8.6,8.6-8.6s8.6,3.9,8.6,8.6
C494,700.2,490.2,704.1,485.4,704.1z"/>
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 56 KiB