ticktock-js
Version:
TickTock is a JavaScript library used to animate mechanical watches and clocks.
350 lines (344 loc) • 126 kB
HTML
<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Rubik" rel="stylesheet">
<link rel="stylesheet" href="./src/styles/app.css">
<!--
Update CSS and JS to .min upon build
/-->
<title>TickTock JS - Making Digital Time Mechanical</title>
</head>
<body>
<div>
<header class="main-header">
<div class="container flex-container is-spread">
<h2>
<a href="/TickTock/">TickTock <span> JS</span></a>
</h2>
<nav class="primary-nav">
<ul class="flex-container">
<li><a href="http://yuschick.github.io/TickTock/docs" target="_blank">Docs</a></li>
<li><a href="http://yuschick.github.io/TickTock/guides" target="_blank">Guides</a></li>
<li><a href="https://github.com/yuschick/TickTock" target="_blank">Github</a></li>
</ul>
</nav>
</div>
</header>
<main class="container demos-container">
<p>Welcome to the TickTock demo page. Here you will find many variations of clocks testing most of TickTock's features.</p>
<p>As you're working on updates or new functionality, be sure to test changes here for any potential side efects. If everything looks good, feel free to add your feature to the page.</p>
<section class="demo">
<header>
<h3>Dual Time w/ Sweeping Seconds</h3>
</header>
<main class="flex-container is-spread">
<aside>
<p>A standard clock that utilises two dials, the primary being local time and the sub dial showing America/New_York time. The sub dial also inckludes sweeping seconds.</p>
</aside>
<div>
<svg xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" version="1.1" x="0" y="0" viewBox="0 0 250 250" xml:space="preserve" enableBackground="new 0 0 250 250">
<path class="dials-st5" d="M125 245C58.8 245 5 191.2 5 125S58.8 5 125 5s120 53.8 120 120S191.2 245 125 245z"/>
<path d="M125 10c30.7 0 59.6 12 81.3 33.7S240 94.3 240 125s-12 59.6-33.7 81.3S155.7 240 125 240s-59.6-12-81.3-33.7S10 155.7 10 125s12-59.6 33.7-81.3S94.3 10 125 10M125 0C56 0 0 56 0 125s56 125 125 125 125-56 125-125S194 0 125 0L125 0z"/>
<line class="dials-st6" x1="125.3" y1="0.2" x2="125.3" y2="29.2"/>
<line class="dials-st6" x1="125.3" y1="220.8" x2="125.3" y2="249.8"/>
<line class="dials-st6" x1="187.7" y1="17" x2="173.2" y2="42.1"/>
<line class="dials-st6" x1="77.4" y1="207.9" x2="62.9" y2="233"/>
<line class="dials-st6" x1="233.4" y1="62.6" x2="208.2" y2="77.1"/>
<line class="dials-st6" x1="42.4" y1="172.9" x2="17.3" y2="187.4"/>
<line class="dials-st6" x1="250.1" y1="125" x2="221.1" y2="125"/>
<line class="dials-st6" x1="29.6" y1="125" x2="0.6" y2="125"/>
<line class="dials-st6" x1="233.4" y1="187.4" x2="208.2" y2="172.9"/>
<line class="dials-st6" x1="42.4" y1="77.1" x2="17.3" y2="62.6"/>
<line class="dials-st6" x1="187.7" y1="233" x2="173.2" y2="207.9"/>
<line class="dials-st6" x1="77.4" y1="42.1" x2="62.9" y2="17"/>
<path class="dials-st9" d="M125.3 210.8c-17.1 0-31-13.9-31-31s13.9-31 31-31 31 13.9 31 31S142.4 210.8 125.3 210.8z"/>
<path class="dials-st8" d="M125.3 149.2c16.8 0 30.5 13.7 30.5 30.5s-13.7 30.5-30.5 30.5 -30.5-13.7-30.5-30.5S108.5 149.2 125.3 149.2M125.3 148.2c-17.4 0-31.5 14.1-31.5 31.5s14.1 31.5 31.5 31.5 31.5-14.1 31.5-31.5S142.7 148.2 125.3 148.2L125.3 148.2z"/>
<line class="dials-st10 secondary-center" id="dial-secondary-second-hand" x1="125.3" y1="179.8" x2="125.3" y2="148.8"/>
<line class="dials-st10 secondary-center" id="dial-secondary-minute-hand" x1="125.3" y1="179.8" x2="125.3" y2="148.8"/>
<line class="dials-st11 secondary-center" id="dial-secondary-hour-hand" x1="125.3" y1="179.8" x2="125.3" y2="155.5"/>
<rect class='primary-center st7' id="dial-primary-second-hand" x="123.3" y="15.2" width="2" height="110"/>
<rect class='primary-center st8' id="dial-primary-minute-hand" x="123.3" y="15.2" width="4" height="110"/>
<rect class='primary-center' id="dial-primary-hour-hand" x="121.8" y="46.2" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 250.6448 171.5)" width="7" height="79"/>
</svg>
</div>
</main>
</section>
<section class="demo">
<header>
<h3>Minute Repeater</h3>
</header>
<main class="flex-container is-spread">
<aside>
<p>The minute Repeater will play a set of chimes to denote the current time. Originally, this featue was built to support three chimes (and still does) but most common implementations of the complication play only two. This demo was
built to test the new two-chime support for TickTock.</p>
<p>Support for three chimes still exists and will be addressed for v3.0 as to whether or not it should remain.</p>
</aside>
<div>
<svg xmlns="http://www.w3.org/2000/svg" xmlnsXlink="http://www.w3.org/1999/xlink" version="1.1" x="0" y="0" viewBox="0 0 250 250" xml:space="preserve" enableBackground="new 0 0 250 250">
<path id="repeater-btn" class="repeater-st0" d="M43 165.9L8.9 202.3c-4.5 4.8-4.2 12.5 0.6 17l15.3 14.4c4.8 4.5 12.5 4.2 17-0.6l34.1-36.4c4.5-4.8 4.2-12.5-0.6-17L60 165.3C55.2 160.8 47.5 161.1 43 165.9z"/>
<path class="dials-st5" d="M125 245C58.8 245 5 191.2 5 125S58.8 5 125 5s120 53.8 120 120S191.2 245 125 245z"/>
<path d="M125 10c30.7 0 59.6 12 81.3 33.7S240 94.3 240 125s-12 59.6-33.7 81.3S155.7 240 125 240s-59.6-12-81.3-33.7S10 155.7 10 125s12-59.6 33.7-81.3S94.3 10 125 10M125 0C56 0 0 56 0 125s56 125 125 125 125-56 125-125S194 0 125 0L125 0z"/>
<line class="dials-st6" x1="125.3" y1="0.2" x2="125.3" y2="29.2"/>
<line class="dials-st6" x1="125.3" y1="220.8" x2="125.3" y2="249.8"/>
<line class="dials-st6" x1="187.7" y1="17" x2="173.2" y2="42.1"/>
<line class="dials-st6" x1="77.4" y1="207.9" x2="62.9" y2="233"/>
<line class="dials-st6" x1="233.4" y1="62.6" x2="208.2" y2="77.1"/>
<line class="dials-st6" x1="42.4" y1="172.9" x2="17.3" y2="187.4"/>
<line class="dials-st6" x1="250.1" y1="125" x2="221.1" y2="125"/>
<line class="dials-st6" x1="29.6" y1="125" x2="0.6" y2="125"/>
<line class="dials-st6" x1="233.4" y1="187.4" x2="208.2" y2="172.9"/>
<line class="dials-st6" x1="42.4" y1="77.1" x2="17.3" y2="62.6"/>
<line class="dials-st6" x1="187.7" y1="233" x2="173.2" y2="207.9"/>
<line class="dials-st6" x1="77.4" y1="42.1" x2="62.9" y2="17"/>
<rect class='primary-center st7' id="repeater-second-hand" x="123.3" y="15.2" width="2" height="110"/>
<rect class='primary-center st8' id="repeater-minute-hand" x="123.3" y="15.2" width="4" height="110"/>
<rect class='primary-center' id="repeater-hour-hand" x="121.8" y="46.2" transform="matrix(-1 -1.224647e-16 1.224647e-16 -1 250.6448 171.5)" width="7" height="79"/>
</svg>
</div>
</main>
</section>
<section class="demo">
<header>
<h3>Chronograph</h3>
</header>
<main class="flex-container is-spread">
<aside>
<p>The chronograph complication is to ultimately support three button variations, mono, dual, and tri pushers. The dual-pusher variation is by far the most common and is therefor the standard implementation in TickTock.</p>
<p>This design includes all features of the Chronograph in order to easily test all variations.</p>
</aside>
<div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 250 250" xml:space="preserve">
<g id="buttons">
<path id="chronograph-primary-btn" class="chronograph-st0" d="M230.3 40.6l-15.5 15.5c-1.9 1.9-5.1 1.9-7.1 0l-11.4-11.4c-1.9-1.9-1.9-5.1 0-7.1l15.5-15.5c1.9-1.9 5.1-1.9 7.1 0l11.4 11.4C232.3 35.4 232.3 38.6 230.3 40.6z"/>
<path id="chronograph-secondary-btn" class="chronograph-st0" d="M211.9 230.3l-15.5-15.5c-1.9-1.9-1.9-5.1 0-7.1l11.4-11.4c1.9-1.9 5.1-1.9 7.1 0l15.5 15.5c1.9 1.9 1.9 5.1 0 7.1l-11.4 11.4C217 232.2 213.8 232.2 211.9 230.3z"/>
<path id="chronograph-tertiary-btn" class="chronograph-st0" d="M54.9 215.9l-15.5 15.5c-1.9 1.9-5.1 1.9-7.1 0L21 220.1c-1.9-1.9-1.9-5.1 0-7.1l15.5-15.5c1.9-1.9 5.1-1.9 7.1 0l11.4 11.4C56.9 210.8 56.9 214 54.9 215.9z"/>
</g>
<path class="chronograph-st1" d="M125 245C58.8 245 5 191.2 5 125S58.8 5 125 5s120 53.8 120 120S191.2 245 125 245z"/>
<path d="M125 10c30.7 0 59.6 12 81.3 33.7S240 94.3 240 125s-12 59.6-33.7 81.3S155.7 240 125 240s-59.6-12-81.3-33.7S10 155.7 10 125s12-59.6 33.7-81.3S94.3 10 125 10M125 0C56 0 0 56 0 125s56 125 125 125 125-56 125-125S194 0 125 0L125 0z"/>
<line class="chronograph-st2" x1="125.3" y1="0.2" x2="125.3" y2="29.2"/>
<line class="chronograph-st2" x1="125.3" y1="220.8" x2="125.3" y2="249.8"/>
<line class="chronograph-st2" x1="187.7" y1="17" x2="173.2" y2="42.1"/>
<line class="chronograph-st2" x1="77.4" y1="207.9" x2="62.9" y2="233"/>
<line class="chronograph-st2" x1="233.4" y1="62.6" x2="208.2" y2="77.1"/>
<line class="chronograph-st2" x1="42.4" y1="172.9" x2="17.3" y2="187.4"/>
<line class="chronograph-st2" x1="250.1" y1="125" x2="221.1" y2="125"/>
<line class="chronograph-st2" x1="29.6" y1="125" x2="0.6" y2="125"/>
<line class="chronograph-st2" x1="233.4" y1="187.4" x2="208.2" y2="172.9"/>
<line class="chronograph-st2" x1="42.4" y1="77.1" x2="17.3" y2="62.6"/>
<line class="chronograph-st2" x1="187.7" y1="233" x2="173.2" y2="207.9"/>
<line class="chronograph-st2" x1="77.4" y1="42.1" x2="62.9" y2="17"/>
<circle class="chronograph-st3" cx="77.4" cy="125" r="25.9"/>
<circle class="chronograph-st3" cx="173.2" cy="125" r="25.9"/>
<circle class="chronograph-st3" cx="125" cy="187.4" r="25.9"/>
<g id="chronograph-hands">
<rect id="chrono-lap-hand" x="124" y="15.2" class="chronograph-st4 primary-center" width="2" height="110"/>
<line id="chrono-tenth-hand" class="chronograph-st5 chronograph-left" x1="77.4" y1="124" x2="77.4" y2="99.1"/>
<line id="chrono-second-hand" class="chronograph-st6 chronograph-left" x1="77.4" y1="124" x2="77.4" y2="99.1"/>
<line id="chrono-minute-hand" class="chronograph-st6 chronograph-right" x1="173.2" y1="124" x2="173.2" y2="99.1"/>
<line id="chrono-hour-hand" class="chronograph-st6 chronograph-bottom-center" x1="125.3" y1="186.4" x2="125.3" y2="161.5"/>
</g>
<rect id="chronograph-second-hand" x="124" y="15.2" class="chronograph-st7 primary-center" width="2" height="110"/>
<rect id="chronograph-minute-hand" x="123" y="15.2" class="chronograph-st0 primary-center" width="4" height="110"/>
<rect id="chronograph-hour-hand" x="121.5" y="46.3" class="primary-center" width="7" height="79"/>
</svg>
</div>
</main>
</section>
<section class="demo">
<header>
<h3>Grande Complication</h3>
</header>
<main class="flex-container is-spread">
<aside>
<p>This demo contains most complications all wrapped into one design.
<ul>
<li>Primary Dial</li>
<li>Perpetual Calendar
<ul>
<li>Date (11 o'clock)</li>
<li>Day (12 o'clock)</li>
<li>Month (1 o'clock)</li>
<li>Week (Outer ring, yellow highlight)</li>
<li>Year (3 o'clock subdial window)</li>
<li>Equation of Time (12 o'clock inner subdial)</li>
</ul>
</li>
<li>Day/Night Indicator (9 o'clock subdial window)</li>
<li>Moonphase (6 o'clock subdial window)</li>
<li>Minute Repeater (7 o'clock button)</li>
<li>Chronograph
<ul>
<li>Tenth seconds (red hand, main dial)</li>
<li>Seconds (6 o'clock subdial)</li>
<li>Mnutes (3 o'clock subdial)</li>
<li>Hours (9 o'clock subdial)</li>
<li>Flyback</li>
</ul>
</li>
</ul>
</p>
</aside>
<div>
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" x="0" y="0" viewBox="0 0 618 618" xml:space="preserve">
<g id="buttons">
<path id="grande-primary-button" d="M556.3 93.5L516 133.8c-7.8 7.8-20.5 7.8-28.3 0l-17-17c-7.8-7.8-7.8-20.5 0-28.3L511 48.2c7.8-7.8 20.5-7.8 28.3 0l17 17C564.1 73 564.1 85.7 556.3 93.5z"/>
<path id="grande-secondary-button" d="M511 566.8l-40.3-40.3c-7.8-7.8-7.8-20.5 0-28.3l17-17c7.8-7.8 20.5-7.8 28.3 0l40.3 40.3c7.8 7.8 7.8 20.5 0 28.3l-17 17C531.5 574.6 518.8 574.6 511 566.8z"/>
<path id="grande-repeater-button" d="M61.7 521.5l40.3-40.3c7.8-7.8 20.5-7.8 28.3 0l17 17c7.8 7.8 7.8 20.5 0 28.3L107 566.8c-7.8 7.8-20.5 7.8-28.3 0l-17-17C53.9 542 53.9 529.3 61.7 521.5z"/>
</g>
<g>
<path class="grande-st0" d="M309 608c-79.9 0-155-31.1-211.4-87.6S10 388.9 10 309c0-79.9 31.1-155 87.6-211.4S229.1 10 309 10c79.9 0 155 31.1 211.4 87.6S608 229.1 608 309c0 79.9-31.1 155-87.6 211.4S388.9 608 309 608z"/>
<path d="M309 20c39 0 76.9 7.6 112.5 22.7 34.4 14.6 65.3 35.4 91.9 61.9 26.5 26.5 47.4 57.5 61.9 91.9C590.4 232.1 598 270 598 309s-7.6 76.9-22.7 112.5c-14.6 34.4-35.4 65.3-61.9 91.9 -26.5 26.5-57.5 47.4-91.9 61.9C385.9 590.4 348 598 309 598s-76.9-7.6-112.5-22.7c-34.4-14.6-65.3-35.4-91.9-61.9 -26.5-26.5-47.4-57.5-61.9-91.9C27.6 385.9 20 348 20 309s7.6-76.9 22.7-112.5c14.6-34.4 35.4-65.3 61.9-91.9s57.5-47.4 91.9-61.9C232.1 27.6 270 20 309 20M309 0C138.3 0 0 138.3 0 309s138.3 309 309 309 309-138.3 309-309S479.7 0 309 0L309 0z"/>
</g>
<g>
<polygon class="grande-st1" points="312 19 309 127 306 19 "/>
<polygon class="grande-st1" points="306 599 309 491 312 599 "/>
<polygon class="grande-st1" points="599 312 491 309 599 306 "/>
<polygon class="grande-st1" points="19 306 127 309 19 312 "/>
<polygon class="grande-st1" points="561.6 166.6 466.6 218 558.6 161.4 "/>
<polygon class="grande-st1" points="56.4 451.4 151.4 400 59.4 456.6 "/>
<polygon class="grande-st1" points="456.6 59.4 400 151.4 451.4 56.4 "/>
<polygon class="grande-st1" points="161.4 558.6 218 466.6 166.6 561.6 "/>
<polygon class="grande-st1" points="166.6 56.4 218 151.4 161.4 59.4 "/>
<polygon class="grande-st1" points="451.4 561.6 400 466.6 456.6 558.6 "/>
<polygon class="grande-st1" points="59.4 161.4 151.4 218 56.4 166.6 "/>
<polygon class="grande-st1" points="558.6 456.6 466.6 400 561.6 451.4 "/>
</g>
<g>
<g id="grande-day-disc" class="grande-top-center">
<circle class="grande-st2" cx="309" cy="179" r="114"/>
<path d="M285.8 89l3.3-0.3c0.2 1.1 0.6 1.9 1.2 2.4 0.6 0.5 1.4 0.8 2.4 0.8 1.1 0 1.9-0.2 2.4-0.7 0.5-0.5 0.8-1 0.8-1.6 0-0.4-0.1-0.7-0.3-1 -0.2-0.3-0.6-0.5-1.2-0.7 -0.4-0.1-1.3-0.4-2.7-0.7 -1.8-0.4-3.1-1-3.8-1.6 -1-0.9-1.5-2-1.5-3.3 0-0.8 0.2-1.6 0.7-2.4 0.5-0.7 1.2-1.3 2.1-1.7s2-0.6 3.3-0.6c2.1 0 3.7 0.5 4.7 1.4 1.1 0.9 1.6 2.1 1.7 3.7l-3.4 0.1c-0.1-0.9-0.5-1.5-0.9-1.8 -0.5-0.4-1.2-0.6-2.1-0.6 -1 0-1.7 0.2-2.3 0.6 -0.4 0.3-0.5 0.6-0.5 1 0 0.4 0.2 0.7 0.5 1 0.4 0.4 1.4 0.7 3.1 1.1 1.6 0.4 2.8 0.8 3.6 1.2s1.4 1 1.8 1.7c0.4 0.7 0.7 1.6 0.7 2.6 0 1-0.3 1.8-0.8 2.7 -0.5 0.8-1.3 1.4-2.2 1.9 -1 0.4-2.2 0.6-3.6 0.6 -2.1 0-3.7-0.5-4.8-1.5C286.7 92.3 286 90.9 285.8 89z"/>
<path d="M302.1 77.8l3.4 0 0 9c0 1.4 0 2.4 0.1 2.8 0.1 0.7 0.5 1.2 1 1.6 0.5 0.4 1.3 0.6 2.2 0.6 1 0 1.7-0.2 2.2-0.6 0.5-0.4 0.8-0.9 0.9-1.4 0.1-0.6 0.1-1.5 0.1-2.8l0-9.2 3.4 0 0 8.7c0 2-0.1 3.4-0.3 4.2 -0.2 0.8-0.5 1.5-1 2.1 -0.5 0.6-1.1 1-2 1.4 -0.8 0.3-1.9 0.5-3.2 0.5 -1.6 0-2.8-0.2-3.6-0.5 -0.8-0.4-1.5-0.8-1.9-1.4 -0.5-0.6-0.8-1.2-0.9-1.8 -0.2-1-0.3-2.4-0.3-4.2L302.1 77.8z"/>
<path d="M318.9 94.4l0-16.6 3.3 0 6.8 11.1 0-11.1 3.1 0 0 16.6 -3.4 0L322 83.6l0 10.8L318.9 94.4z"/>
<path d="M359.6 106.7l13-10.3 3.1 3.9 -7 9.4 10.7-4.7 3.1 3.9 -13 10.4 -1.9-2.4 10.2-8.1 -12.3 5.6 -2-2.5 8.2-10.7 -10.2 8.1L359.6 106.7z"/>
<path d="M377.6 116.2c1.3-1.1 2.6-1.7 3.8-2.1 0.9-0.2 1.8-0.3 2.7-0.2 0.9 0.1 1.8 0.3 2.5 0.7 1 0.5 1.9 1.3 2.7 2.4 1.5 1.9 2.2 3.9 1.9 6 -0.3 2.1-1.5 4-3.6 5.7 -2.1 1.7-4.2 2.4-6.3 2.2 -2.1-0.2-3.9-1.2-5.4-3.2 -1.5-1.9-2.2-3.9-1.9-6C374.4 119.7 375.5 117.9 377.6 116.2zM379.8 118.8c-1.5 1.2-2.3 2.4-2.5 3.7 -0.2 1.3 0.1 2.4 0.9 3.5 0.8 1 1.9 1.6 3.2 1.7 1.3 0.1 2.7-0.5 4.2-1.7 1.5-1.2 2.3-2.4 2.5-3.6 0.2-1.2-0.1-2.4-1-3.5 -0.9-1.1-1.9-1.7-3.2-1.7C382.7 117.1 381.3 117.7 379.8 118.8z"/>
<path d="M382.9 136l13-10.3 2 2.5 -4.4 12.2 8.7-6.9 1.9 2.4 -13 10.4 -2.1-2.6 4.3-12 -8.5 6.8L382.9 136z"/>
<path d="M395.3 180.9l13.4 3.1 1.1-4.8 2.7 0.6 -2.9 12.9 -2.7-0.6 1.1-4.8 -13.4-3.1L395.3 180.9z"/>
<path d="M409.2 194.7l-0.7 3.3 -8.8-2c-1.4-0.3-2.3-0.5-2.7-0.5 -0.7 0-1.3 0.2-1.8 0.6 -0.5 0.4-0.9 1.1-1.1 2 -0.2 0.9-0.2 1.7 0.1 2.2 0.3 0.6 0.7 0.9 1.2 1.2 0.5 0.2 1.4 0.5 2.7 0.8l9 2 -0.7 3.3 -8.5-1.9c-1.9-0.4-3.3-0.8-4.1-1.2 -0.8-0.4-1.4-0.8-1.8-1.4 -0.4-0.6-0.7-1.3-0.9-2.2 -0.1-0.9-0.1-1.9 0.2-3.2 0.4-1.5 0.8-2.7 1.3-3.4 0.5-0.7 1.1-1.2 1.8-1.6 0.7-0.3 1.3-0.5 2-0.5 1 0 2.4 0.2 4.2 0.6L409.2 194.7z"/>
<path d="M389.3 207.4l16.2 3.7 -2.7 12 -2.7-0.6 2-8.7 -3.6-0.8 -1.9 8.1 -2.7-0.6 1.9-8.1 -4.4-1 -2.1 9 -2.7-0.6L389.3 207.4z"/>
<path d="M366 245.4l10.8 13.2 -3.1 1.5 -7.2-9.2 2.2 11.6 -3.6 1.7 -7.7-9.2 2.7 11.6 -3 1.5 -3.6-16.7 3.2-1.5 8.4 9.7 -2.4-12.6L366 245.4z"/>
<path d="M348.5 253.9l7.2 15 -11.1 5.3 -1.2-2.5 8.1-3.9 -1.6-3.3 -7.5 3.6 -1.2-2.5 7.5-3.6 -2-4.1 -8.4 4 -1.2-2.5L348.5 253.9z"/>
<path d="M341.7 275.5l-5.5 2.7c-1.2 0.6-2.2 1-3 1.1 -1 0.2-2 0.1-2.9-0.3s-1.8-0.9-2.6-1.7c-0.8-0.8-1.5-1.9-2.2-3.3 -0.6-1.2-1-2.4-1.1-3.4 -0.1-1.3 0-2.4 0.3-3.4 0.3-0.8 0.8-1.5 1.5-2.2 0.6-0.5 1.4-1.1 2.5-1.6l5.7-2.7L341.7 275.5zM337.5 274.5l-4.8-9.9 -2.3 1.1c-0.8 0.4-1.4 0.7-1.8 1 -0.4 0.4-0.7 0.8-0.9 1.2 -0.2 0.4-0.2 1.1-0.1 1.8 0.1 0.8 0.5 1.7 1 2.9 0.6 1.2 1.1 2 1.6 2.5 0.5 0.5 1 0.9 1.6 1 0.5 0.2 1.1 0.2 1.7 0 0.5-0.1 1.3-0.5 2.5-1.1L337.5 274.5z"/>
<path d="M288.5 263l-6 12.4 4.4 2.1 -1.2 2.5 -11.9-5.7 1.2-2.5 4.4 2.1 6-12.4L288.5 263z"/>
<path d="M279.1 258.5l-7.2 15 -3-1.5 2.8-5.9 -5.9-2.8 -2.8 5.9 -3-1.5 7.2-15 3 1.5 -3.1 6.5 5.9 2.8 3.1-6.5L279.1 258.5z"/>
<path d="M256.8 266.2l-3-1.5 3.9-8.1c0.6-1.3 1-2.1 1.1-2.6 0.2-0.7 0.1-1.3-0.2-1.9 -0.3-0.6-0.9-1.1-1.7-1.5 -0.9-0.4-1.6-0.5-2.2-0.4 -0.6 0.1-1.1 0.4-1.4 0.9 -0.3 0.5-0.8 1.3-1.4 2.5l-4 8.3 -3-1.5 3.8-7.9c0.9-1.8 1.6-3 2.1-3.7 0.5-0.7 1.1-1.1 1.8-1.4 0.7-0.3 1.5-0.4 2.3-0.4 0.9 0.1 1.9 0.4 3.1 0.9 1.4 0.7 2.4 1.4 3 2.1 0.6 0.7 1 1.4 1.1 2.1 0.2 0.7 0.2 1.4 0 2.1 -0.2 1-0.7 2.3-1.5 3.9L256.8 266.2z"/>
<path d="M230.2 213.9l-16.2 3.7 -2.5-11.1 2.7-0.6 1.8 7.8 3.8-0.9 -1.5-6.8 2.7-0.6 1.5 6.8 6.9-1.6L230.2 213.9z"/>
<path d="M227.1 200.1l-16.2 3.7 -1.6-6.9c-0.4-1.7-0.5-3-0.4-3.9 0.1-0.9 0.5-1.6 1.1-2.2 0.6-0.6 1.4-1.1 2.4-1.3 1.2-0.3 2.3-0.1 3.3 0.4 1 0.5 1.7 1.5 2.2 2.9 0.3-0.8 0.6-1.5 1-2.1 0.4-0.6 1.1-1.4 2.2-2.5l2.7-2.7 0.9 3.9 -3 3.2c-1.1 1.1-1.7 1.9-2 2.3 -0.3 0.4-0.4 0.8-0.4 1.1 0 0.4 0 0.9 0.2 1.7l0.2 0.7 6.8-1.5L227.1 200.1zM217 199l-0.6-2.4c-0.4-1.6-0.6-2.5-0.9-2.9s-0.5-0.6-0.9-0.8c-0.4-0.1-0.8-0.2-1.3-0.1 -0.5 0.1-1 0.4-1.2 0.7s-0.4 0.8-0.4 1.4c0 0.3 0.2 1.1 0.5 2.4l0.6 2.5L217 199z"/>
<path d="M223.4 183.9l-16.2 3.7 -0.7-3.3 16.2-3.7L223.4 183.9z"/>
<path d="M225.5 139.4l1.8-2.7c1 0.5 1.9 0.7 2.6 0.6 0.8-0.1 1.5-0.6 2.1-1.4 0.7-0.8 1-1.6 1-2.3 0-0.7-0.3-1.3-0.7-1.6 -0.3-0.2-0.6-0.4-1-0.4 -0.4 0-0.8 0.2-1.3 0.5 -0.3 0.2-1.1 0.8-2.2 1.6 -1.5 1.1-2.7 1.8-3.6 1.9 -1.3 0.2-2.5-0.1-3.6-0.9 -0.7-0.5-1.1-1.2-1.4-2 -0.3-0.8-0.3-1.7 0-2.7 0.3-0.9 0.8-1.9 1.6-2.9 1.3-1.6 2.6-2.6 4-2.8 1.4-0.3 2.7 0.1 3.9 1l-2 2.7c-0.8-0.4-1.4-0.6-2-0.4 -0.6 0.1-1.2 0.6-1.8 1.3 -0.6 0.8-0.9 1.5-1 2.2 0 0.4 0.1 0.8 0.5 1.1 0.3 0.2 0.7 0.3 1.1 0.2 0.5-0.1 1.5-0.7 2.8-1.7 1.3-1 2.4-1.7 3.2-2.1 0.8-0.4 1.6-0.5 2.5-0.4 0.8 0.1 1.7 0.5 2.5 1.1 0.7 0.6 1.3 1.4 1.6 2.3 0.3 0.9 0.3 1.9 0 2.9 -0.3 1-0.9 2.1-1.8 3.2 -1.3 1.6-2.7 2.6-4.2 2.9C228.6 140.7 227.1 140.3 225.5 139.4z"/>
<path d="M249.2 118.3l-2.3 2.9 -3.9-1.2 -4.1 5.2 2.1 3.4 -2.2 2.8 -8.9-15.4 2.2-2.8L249.2 118.3zM240.3 119l-6.2-2.1 3.4 5.6L240.3 119z"/>
<path d="M251.6 115.3l-10.8-8.6 -3.1 3.8 -2.2-1.8 8.2-10.3 2.2 1.8 -3.1 3.8 10.8 8.6L251.6 115.3z"/>
</g>
<path class="grande-st0" d="M309 65c-63 0-114 51.1-114 114 0 63 51.1 114 114 114s114-51.1 114-114S371.9 65 309 65zM346.8 100.4h-75.6V72.1h75.6V100.4z"/>
<path d="M346.5 73v26h-75V73H346.5M348.5 71h-79v30h79V71L348.5 71z"/>
</g>
<g>
<g id="grande-date-disc" class="grande-date-center">
<circle class="grande-st2" cx="256.6" cy="218.3" r="107.2"/>
<path d="M213 139.5l-2 1.2 -4.4-7.6c-0.3 1.1-0.9 2.1-1.7 3l-1.1-1.8c0.4-0.5 0.8-1.1 1.1-2 0.3-0.8 0.4-1.6 0.3-2.4l1.6-0.9L213 139.5z"/>
<path d="M182.2 168.6l1.1-2c0.5 0.3 1 0.4 1.4 0.3 0.4-0.1 0.8-0.3 1-0.6 0.3-0.4 0.4-0.8 0.3-1.3 -0.1-0.5-0.4-0.9-0.9-1.3 -0.5-0.3-0.9-0.5-1.4-0.5 -0.5 0-0.8 0.3-1.1 0.6 -0.2 0.2-0.3 0.6-0.5 1l-1.4-1.3c0.4-0.5 0.6-1 0.5-1.4 0-0.4-0.2-0.8-0.6-1.1 -0.3-0.2-0.7-0.3-1-0.3 -0.3 0-0.6 0.2-0.9 0.6 -0.2 0.3-0.3 0.7-0.3 1.1 0.1 0.4 0.3 0.8 0.7 1.1l-1.6 1.5c-0.5-0.6-0.8-1.1-1-1.6 -0.2-0.5-0.2-1-0.1-1.6 0.1-0.6 0.4-1.1 0.8-1.7 0.7-0.9 1.5-1.4 2.5-1.5 0.8-0.1 1.5 0.1 2.1 0.5 0.9 0.6 1.2 1.6 1 2.9 0.5-0.5 1.1-0.7 1.8-0.7 0.7 0 1.3 0.2 1.9 0.6 0.9 0.6 1.3 1.5 1.5 2.6 0.1 1.1-0.1 2.1-0.8 3 -0.7 0.9-1.5 1.4-2.4 1.6C184 169.2 183.1 169.1 182.2 168.6z"/>
<path d="M166.3 201l0.3-2.3c0.5 0.1 1 0 1.3-0.3 0.4-0.2 0.6-0.6 0.7-1 0.1-0.5 0-0.9-0.3-1.3 -0.3-0.4-0.8-0.7-1.6-0.9 -0.7-0.2-1.3-0.1-1.7 0.1 -0.4 0.2-0.7 0.6-0.8 1.1 -0.2 0.6 0 1.3 0.4 2l-0.7 1.8 -5.8-2.6 1.4-6 2.1 0.5 -1 4.3 1.9 0.8c-0.1-0.6-0.1-1.1 0-1.6 0.2-1 0.8-1.8 1.7-2.3 0.9-0.5 1.9-0.6 3.1-0.4 1 0.2 1.8 0.7 2.4 1.5 0.9 1 1.1 2.2 0.8 3.6 -0.3 1.1-0.8 1.9-1.5 2.4C168.2 200.9 167.3 201.1 166.3 201z"/>
<path d="M159.4 239.5l-2.1 0.4 -1.3-7.8 1.7-0.3c0.7 0.5 1.8 1 3.1 1.5s2.7 0.8 4.1 0.9c1.4 0.1 2.6 0.1 3.7-0.1l0.4 2.2c-1.7 0.2-3.4 0.2-5.2-0.2 -1.8-0.4-3.5-0.9-5-1.8L159.4 239.5z"/>
<path d="M180.8 271.7l-1.4-1.8c0.4-0.3 0.6-0.6 0.6-0.9 0.1-0.3 0-0.6-0.2-0.9 -0.3-0.4-0.7-0.6-1.2-0.7 -0.6 0-1.4 0.3-2.7 0.9 0.9 0.1 1.6 0.6 2 1.3 0.5 0.8 0.7 1.7 0.4 2.7 -0.2 1-0.9 1.8-1.8 2.4 -1 0.7-2.1 0.9-3.1 0.7 -1-0.2-1.8-0.8-2.5-1.7 -0.7-1-0.8-2.1-0.4-3.3 0.4-1.2 1.5-2.4 3.3-3.5 1.9-1.2 3.4-1.7 4.7-1.6 1.3 0.2 2.3 0.8 3 1.9 0.5 0.8 0.7 1.6 0.6 2.3C181.9 270.3 181.5 271 180.8 271.7zM173.6 270c-0.6 0.4-1 0.9-1.2 1.4 -0.2 0.5-0.1 1 0.1 1.3 0.2 0.4 0.6 0.6 1 0.6 0.4 0.1 1-0.1 1.6-0.5 0.7-0.4 1.1-0.9 1.2-1.3 0.1-0.5 0.1-0.9-0.2-1.3 -0.2-0.4-0.6-0.6-1.1-0.7C174.7 269.5 174.2 269.7 173.6 270z"/>
<path d="M206.8 295.1l1.9 1.3 -4.9 7.3c1.1-0.2 2.3-0.1 3.5 0.2l-1.2 1.7c-0.6-0.2-1.4-0.2-2.3-0.2 -0.9 0.1-1.7 0.3-2.3 0.8l-1.6-1.1L206.8 295.1z"/>
<path d="M201.2 291.4l1.9 1.3 -4.9 7.3c1.1-0.2 2.3-0.1 3.5 0.2l-1.2 1.7c-0.6-0.2-1.4-0.2-2.3-0.2 -0.9 0.1-1.7 0.3-2.3 0.8l-1.6-1.1L201.2 291.4z"/>
<path d="M243.1 307.9l2.3 0.4 -1.6 8.6c1-0.6 2.1-1 3.3-1.2l-0.4 2.1c-0.6 0.1-1.3 0.3-2.1 0.7 -0.8 0.4-1.4 1-1.8 1.6l-1.9-0.3L243.1 307.9z"/>
<path d="M240.9 310.8l-2.3-0.1c0-0.6-0.1-1-0.3-1.4 -0.3-0.4-0.6-0.6-1-0.7 -0.5-0.1-0.9 0-1.3 0.3 -0.4 0.3-0.6 0.7-0.8 1.4 -0.1 0.6 0 1.1 0.2 1.5 0.2 0.4 0.6 0.6 1 0.7 0.3 0.1 0.7 0.1 1.1 0l-0.6 1.8c-0.6-0.1-1.1-0.1-1.5 0.1 -0.4 0.2-0.6 0.6-0.7 1 -0.1 0.4 0 0.7 0.2 1 0.2 0.3 0.5 0.5 0.9 0.5 0.4 0.1 0.7 0 1.1-0.2 0.3-0.2 0.6-0.6 0.7-1.1l2 0.8c-0.3 0.7-0.6 1.2-1 1.6 -0.4 0.4-0.9 0.6-1.4 0.8 -0.6 0.1-1.2 0.2-1.8 0 -1.1-0.2-2-0.7-2.5-1.6 -0.4-0.7-0.6-1.4-0.5-2.1 0.2-1 0.9-1.8 2.2-2.2 -0.7-0.3-1.1-0.7-1.5-1.3 -0.3-0.6-0.4-1.2-0.3-2 0.2-1 0.7-1.9 1.6-2.5 0.9-0.6 1.9-0.8 3.1-0.6 1.1 0.2 1.9 0.7 2.5 1.4C240.7 308.9 241 309.8 240.9 310.8z"/>
<path d="M279.7 305.9l2.3-0.5 1.9 8.5c0.7-1 1.5-1.7 2.5-2.4l0.5 2.1c-0.5 0.3-1.1 0.8-1.7 1.5 -0.6 0.7-0.9 1.4-1 2.2l-1.8 0.4L279.7 305.9z"/>
<path d="M278.6 309.4l-2.2 0.7c-0.2-0.5-0.5-0.9-0.8-1.1 -0.4-0.2-0.8-0.3-1.2-0.2 -0.5 0.1-0.8 0.4-1.1 0.8 -0.2 0.5-0.3 1.1-0.1 1.8 0.2 0.7 0.4 1.2 0.9 1.5 0.4 0.3 0.9 0.4 1.4 0.3 0.6-0.1 1.2-0.6 1.6-1.3l1.9-0.1 0.2 6.4 -6 1.3 -0.5-2.1 4.3-1 -0.1-2.1c-0.4 0.4-0.9 0.6-1.5 0.7 -1 0.2-1.9 0-2.8-0.5 -0.9-0.6-1.4-1.4-1.7-2.6 -0.2-1-0.1-1.9 0.3-2.8 0.5-1.2 1.5-2 2.9-2.3 1.1-0.2 2-0.1 2.9 0.3C277.6 307.7 278.2 308.4 278.6 309.4z"/>
<path d="M311.2 288.8l1.9-1.4 5.1 7.1c0.2-1.1 0.7-2.2 1.4-3.2l1.2 1.7c-0.4 0.5-0.7 1.2-0.9 2.1s-0.3 1.7-0.1 2.4l-1.5 1.1L311.2 288.8z"/>
<path d="M315.5 297.8l1.3 1.7 -6.4 4.6 -1-1.4c0.2-0.9 0.2-2 0-3.4 -0.2-1.4-0.5-2.7-1-4 -0.5-1.3-1.1-2.4-1.7-3.3l1.8-1.3c0.9 1.4 1.7 3 2.2 4.8 0.5 1.8 0.7 3.6 0.6 5.3L315.5 297.8z"/>
<path d="M335.4 261.5l1.2-2 7.5 4.5c-0.2-1.1-0.2-2.3 0-3.5l1.8 1.1c-0.1 0.6-0.2 1.4-0.1 2.3 0.1 0.9 0.4 1.6 0.9 2.3l-1 1.6L335.4 261.5z"/>
<path d="M336.8 264.5l-0.9 2.1c-0.4-0.2-0.8-0.2-1.1-0.2 -0.3 0.1-0.6 0.3-0.8 0.6 -0.2 0.4-0.3 0.9-0.1 1.4 0.2 0.5 0.9 1.2 2 2 -0.3-0.8-0.2-1.6 0.3-2.4 0.5-0.8 1.2-1.3 2.2-1.5 1-0.2 2 0 3 0.6 1.1 0.6 1.7 1.5 2 2.5 0.3 1 0.1 2-0.5 3 -0.6 1.1-1.6 1.7-2.8 1.9 -1.2 0.2-2.8-0.3-4.6-1.4 -1.9-1.1-3.1-2.3-3.5-3.5 -0.4-1.2-0.3-2.4 0.4-3.5 0.5-0.8 1.1-1.3 1.8-1.6C335 264.1 335.9 264.1 336.8 264.5zM338.4 271.6c0.6 0.4 1.2 0.5 1.8 0.5s0.9-0.3 1.1-0.7c0.2-0.4 0.3-0.8 0.1-1.2 -0.1-0.4-0.5-0.8-1.2-1.2 -0.7-0.4-1.2-0.6-1.7-0.5 -0.5 0.1-0.8 0.3-1.1 0.7 -0.2 0.4-0.3 0.8-0.1 1.2C337.5 270.9 337.9 271.3 338.4 271.6z"/>
<path d="M347.3 231.6l-2.1-0.3 1.1-8.1c0.8 0.2 1.5 0.6 2.2 1.1 0.7 0.5 1.5 1.5 2.5 3 0.8 1.2 1.4 1.9 1.7 2.2 0.4 0.4 0.9 0.6 1.3 0.7 0.5 0.1 0.9 0 1.2-0.3 0.3-0.2 0.5-0.6 0.6-1.1 0.1-0.5 0-0.9-0.3-1.2 -0.3-0.3-0.7-0.6-1.4-0.7l0.5-2.3c1.2 0.3 2.1 0.9 2.5 1.7 0.5 0.8 0.6 1.7 0.5 2.8 -0.2 1.2-0.6 2.1-1.3 2.7 -0.7 0.6-1.6 0.8-2.5 0.7 -0.5-0.1-1-0.2-1.5-0.5 -0.5-0.3-0.9-0.6-1.4-1.1 -0.3-0.3-0.8-0.9-1.3-1.7 -0.6-0.8-0.9-1.3-1.1-1.6 -0.2-0.2-0.4-0.4-0.6-0.6L347.3 231.6z"/>
<path d="M344.4 237.1l0.3-2.3 8.7 1.2c-0.7-0.9-1.1-2-1.3-3.2l2.1 0.3c0.1 0.6 0.4 1.3 0.8 2.1 0.5 0.8 1 1.3 1.7 1.7l-0.3 1.9L344.4 237.1z"/>
<path d="M345.8 193.9l-2.1 0.6 -2.2-7.8c0.8-0.1 1.6-0.1 2.4 0.1 0.8 0.2 2 0.8 3.5 1.7 1.2 0.7 2 1.2 2.4 1.3 0.5 0.2 1 0.2 1.5 0.1 0.5-0.1 0.8-0.4 1-0.7 0.2-0.3 0.2-0.7 0.1-1.2 -0.1-0.5-0.4-0.8-0.7-1 -0.4-0.2-0.9-0.2-1.5-0.1l-0.4-2.3c1.3-0.2 2.3 0 3 0.5 0.7 0.6 1.2 1.4 1.5 2.4 0.3 1.2 0.3 2.1-0.2 3 -0.4 0.8-1.1 1.4-2 1.6 -0.5 0.1-1.1 0.2-1.6 0.1 -0.5-0.1-1.1-0.2-1.7-0.5 -0.4-0.2-1.1-0.5-1.9-1.1 -0.8-0.5-1.4-0.9-1.7-1 -0.3-0.1-0.5-0.2-0.7-0.3L345.8 193.9z"/>
<path d="M346.8 193.4l0.9 2.1c-0.5 0.2-0.9 0.5-1.1 0.9 -0.2 0.4-0.3 0.8-0.1 1.2 0.1 0.5 0.4 0.8 0.8 1 0.4 0.2 1 0.2 1.5 0.1 0.6-0.2 1-0.4 1.2-0.8 0.2-0.4 0.3-0.8 0.2-1.2 -0.1-0.3-0.2-0.6-0.5-1l1.9-0.3c0.2 0.6 0.4 1 0.8 1.3s0.8 0.3 1.2 0.2c0.4-0.1 0.7-0.3 0.8-0.6 0.2-0.3 0.2-0.6 0.1-1 -0.1-0.4-0.3-0.7-0.7-0.9 -0.3-0.2-0.8-0.3-1.3-0.2l-0.2-2.2c0.7-0.1 1.4 0 1.9 0.2 0.5 0.2 0.9 0.5 1.3 0.9 0.4 0.5 0.7 1 0.8 1.6 0.3 1.1 0.2 2.1-0.3 2.9 -0.4 0.7-1 1.2-1.7 1.4 -1 0.3-2-0.1-2.9-1 0 0.7-0.1 1.3-0.5 1.9 -0.4 0.5-0.9 0.9-1.6 1.1 -1 0.3-2 0.1-2.9-0.4 -0.9-0.5-1.5-1.4-1.9-2.5 -0.3-1.1-0.2-2 0.2-2.9C345.1 194.4 345.8 193.8 346.8 193.4z"/>
<path d="M329.1 160.5l-1.7 1.3 -5.1-6.4c0.7-0.4 1.5-0.7 2.3-0.8 0.8-0.1 2.1 0 3.9 0.2 1.4 0.2 2.3 0.3 2.8 0.3 0.6 0 1-0.2 1.4-0.5 0.4-0.3 0.6-0.7 0.7-1.1 0-0.4-0.1-0.8-0.4-1.2 -0.3-0.4-0.7-0.6-1.1-0.6s-0.9 0.1-1.4 0.5l-1.3-2c1.1-0.7 2.1-0.9 3-0.7 0.9 0.2 1.7 0.8 2.4 1.6 0.7 0.9 1.1 1.9 1 2.8s-0.5 1.7-1.2 2.3c-0.4 0.3-0.9 0.6-1.4 0.7 -0.5 0.2-1.1 0.2-1.8 0.2 -0.5 0-1.2-0.1-2.2-0.2 -1-0.2-1.6-0.2-1.9-0.3 -0.3 0-0.6 0-0.8 0L329.1 160.5z"/>
<path d="M329.8 159.9l1.6 1.7c-0.4 0.4-0.6 0.8-0.6 1.2 0 0.4 0.1 0.8 0.3 1.2 0.3 0.4 0.7 0.6 1.2 0.6 0.5 0 1.1-0.2 1.7-0.7 0.6-0.5 0.9-0.9 1-1.4 0.1-0.5 0-0.9-0.4-1.4 -0.4-0.5-1-0.8-1.8-0.8l-1-1.6 5.7-3 3.8 4.8 -1.7 1.4 -2.7-3.4 -1.8 1c0.5 0.2 1 0.6 1.3 1 0.6 0.8 0.9 1.7 0.8 2.7 -0.1 1-0.7 1.9-1.6 2.7 -0.8 0.6-1.7 1-2.6 1 -1.3 0.1-2.4-0.5-3.3-1.6 -0.7-0.9-1-1.8-1-2.7C328.7 161.4 329.1 160.6 329.8 159.9z"/>
<path d="M300.2 136.7l-1 1.9 -7.2-3.8c0.5-0.7 1.1-1.2 1.8-1.7 0.7-0.4 2-0.9 3.7-1.3 1.4-0.4 2.3-0.6 2.6-0.8 0.5-0.3 0.9-0.6 1.1-1 0.2-0.5 0.3-0.9 0.2-1.3 -0.1-0.4-0.4-0.7-0.8-0.9 -0.4-0.2-0.8-0.3-1.2-0.2 -0.4 0.1-0.8 0.5-1.1 1l-1.9-1.3c0.7-1.1 1.5-1.7 2.4-1.8 0.9-0.1 1.8 0 2.8 0.5 1.1 0.6 1.7 1.3 2 2.2 0.3 0.9 0.2 1.8-0.2 2.6 -0.3 0.5-0.6 0.9-1 1.2 -0.4 0.3-0.9 0.7-1.5 0.9 -0.4 0.2-1.1 0.4-2.1 0.6 -1 0.2-1.6 0.4-1.9 0.5 -0.3 0.1-0.5 0.2-0.7 0.3L300.2 136.7z"/>
<path d="M303.7 129.9l1-1.9 7 3.7 -0.8 1.5c-0.9 0.3-1.9 0.8-3.1 1.5 -1.2 0.7-2.2 1.6-3.2 2.7 -1 1-1.7 2-2.2 3l-2-1.1c0.8-1.5 1.9-2.8 3.3-4 1.4-1.2 2.9-2.2 4.5-2.9L303.7 129.9z"/>
<path d="M264.8 124.9l-0.2 2.1 -8.1-0.7c0.2-0.8 0.5-1.6 1-2.2 0.5-0.7 1.5-1.6 2.9-2.7 1.1-0.9 1.8-1.5 2.1-1.8 0.4-0.4 0.6-0.9 0.6-1.4 0-0.5-0.1-0.9-0.3-1.2 -0.3-0.3-0.6-0.5-1.1-0.5 -0.5 0-0.9 0.1-1.2 0.3 -0.3 0.3-0.5 0.7-0.6 1.4l-2.3-0.4c0.2-1.3 0.8-2.1 1.5-2.6 0.8-0.5 1.7-0.7 2.8-0.6 1.2 0.1 2.1 0.5 2.7 1.2 0.6 0.7 0.9 1.5 0.8 2.5 0 0.5-0.2 1.1-0.4 1.5 -0.2 0.5-0.6 1-1.1 1.5 -0.3 0.3-0.9 0.8-1.6 1.4 -0.8 0.6-1.3 1-1.5 1.2 -0.2 0.2-0.4 0.4-0.5 0.6L264.8 124.9z"/>
<path d="M264.7 124.2l2.3-0.1c0 0.5 0.1 0.8 0.3 1 0.2 0.2 0.5 0.4 0.9 0.4 0.5 0 0.9-0.1 1.3-0.6 0.4-0.4 0.7-1.3 0.9-2.7 -0.6 0.6-1.4 0.9-2.3 0.8 -0.9-0.1-1.7-0.5-2.4-1.3 -0.6-0.8-0.9-1.8-0.8-2.9 0.1-1.2 0.6-2.2 1.3-2.9 0.8-0.7 1.7-1 2.9-0.9 1.2 0.1 2.2 0.7 2.9 1.7 0.7 1 1 2.6 0.8 4.8 -0.2 2.2-0.7 3.8-1.6 4.7 -0.9 0.9-2 1.3-3.3 1.2 -0.9-0.1-1.7-0.4-2.2-1C265.1 126 264.8 125.2 264.7 124.2zM270.4 119.6c0.1-0.7-0.1-1.3-0.4-1.8 -0.3-0.4-0.7-0.7-1.1-0.7 -0.4 0-0.8 0.1-1.1 0.4 -0.3 0.3-0.5 0.9-0.6 1.6 -0.1 0.8 0 1.4 0.3 1.8 0.3 0.4 0.6 0.6 1.1 0.6 0.4 0 0.8-0.1 1.2-0.4C270.1 120.8 270.3 120.3 270.4 119.6z"/>
<path d="M220.8 133l2-1c0.2 0.5 0.6 0.9 1 1.1 0.4 0.2 0.8 0.2 1.2 0.1 0.5-0.2 0.8-0.4 1-0.9 0.2-0.4 0.2-1 0-1.6 -0.2-0.6-0.5-0.9-0.9-1.2 -0.4-0.2-0.8-0.3-1.3-0.1 -0.3 0.1-0.6 0.3-1 0.5l-0.4-1.9c0.6-0.2 1-0.5 1.2-0.8 0.2-0.4 0.3-0.8 0.1-1.3 -0.1-0.4-0.3-0.7-0.7-0.8 -0.3-0.2-0.6-0.2-1 0 -0.4 0.1-0.7 0.4-0.8 0.7 -0.2 0.3-0.2 0.8-0.1 1.3l-2.1 0.3c-0.1-0.7-0.1-1.4 0.1-1.9 0.1-0.5 0.4-1 0.9-1.4 0.4-0.4 1-0.7 1.6-0.9 1.1-0.4 2.1-0.3 2.9 0.2 0.7 0.4 1.2 0.9 1.4 1.6 0.3 1 0 2-0.9 3 0.7-0.1 1.3 0.1 1.9 0.4 0.6 0.4 1 0.9 1.2 1.6 0.3 1 0.2 2-0.3 2.9 -0.5 1-1.3 1.6-2.4 2 -1 0.3-2 0.3-2.9 0C221.9 134.6 221.2 133.9 220.8 133z"/>
<path d="M234.8 131.7l-2.2 0.7 -2.7-8.3c-0.6 1-1.3 1.9-2.3 2.6l-0.7-2c0.5-0.4 1-0.9 1.5-1.7 0.5-0.7 0.8-1.5 0.8-2.3l1.8-0.6L234.8 131.7z"/>
<circle cx="194.1" cy="148.3" r="2.5"/>
<circle cx="172.1" cy="178.9" r="2.5"/>
<circle cx="163" cy="215.5" r="2.5"/>
<circle cx="168.7" cy="253.4" r="2.5"/>
<circle cx="188.2" cy="286" r="2.5"/>
<circle cx="220" cy="309.2" r="2.5"/>
<circle cx="258.5" cy="315.2" r="2.5"/>
<circle cx="296.5" cy="306.9" r="2.5"/>
<circle cx="327.9" cy="283.9" r="2.5"/>
<circle cx="347.8" cy="250.7" r="2.5"/>
<circle cx="352.2" cy="212.3" r="2.5"/>
<circle cx="343" cy="174.5" r="2.5"/>
<circle cx="318.9" cy="144.1" r="2.5"/>
<circle cx="284.5" cy="125.4" r="2.5"/>
<circle cx="245.3" cy="123.6" r="2.5"/>
</g>
<path class="grande-st0" d="M256.6 111.1c-12.6 0-24.7 2.2-36 6.2l10.9 18.9 -33.3 19.2 -10.9-18.9c-23.2 19.7-37.9 49-37.9 81.8 0 59.2 48 107.2 107.2 107.1 59.2 0 107.2-48 107.1-107.2C363.8 159.1 315.8 111.1 256.6 111.1z"/>
<path d="M218.3 117.3l10.5 18.1L199 152.7l-10.5-18.1L218.3 117.3M219.1 114.6l-33.3 19.2 12.5 21.6 33.3-19.2L219.1 114.6 219.1 114.6z"/>
</g>
<g>
<g id="grande-month-disc" class="grande-month-center">
<ellipse transform="matrix(0.8659 -0.5002 0.5002 0.8659 -65.6742 208.986)" class="grande-st2" cx="357" cy="227" rx="114" ry="114"/>
<path d="M398.7 131.2l2.6 1.5 -4.8 8.2c-0.6 1.1-1.2 1.9-1.7 2.3 -0.7 0.6-1.5 1-2.4 1 -0.9 0.1-1.9-0.2-3-0.8 -1.3-0.7-2.1-1.7-2.3-2.8 -0.3-1.1 0-2.4 0.8-3.8l2.6 1.1c-0.4 0.8-0.6 1.4-0.6 1.8 0 0.6 0.3 1.1 0.9 1.4 0.6 0.3 1.1 0.4 1.5 0.2s1-0.8 1.6-1.9L398.7 131.2z"/>
<path d="M407 153.4l-2.9-1.7 0.6-3.6 -5.2-3 -2.8 2.3 -2.8-1.6 12.6-10.1 2.8 1.6L407 153.4zM405.2 145.4l1-5.9 -4.5 3.8L405.2 145.4z"/>
<path d="M407.1 153.4l7.5-13 2.6 1.5 0.3 11.8 5-8.7 2.4 1.4 -7.5 13 -2.6-1.5 -0.3-11.5 -4.9 8.5L407.1 153.4z"/>
<path d="M424 168.1l13-7.5 5.2 8.9 -2.2 1.3 -3.6-6.3 -3.1 1.8 3.1 5.4 -2.2 1.3 -3.1-5.4 -5.5 3.2L424 168.1z"/>
<path d="M429.6 177.9l13-7.5 5.6 9.7 -2.2 1.3 -4.1-7 -2.9 1.7 3.8 6.5 -2.2 1.3 -3.8-6.5 -3.5 2 4.2 7.3 -2.2 1.3L429.6 177.9z"/>
<path d="M448.8 181.1l3 5.2c0.6 1 1 1.8 1.2 2.4 0.2 0.6 0.3 1.1 0.2 1.7s-0.2 1.1-0.5 1.6c-0.3 0.5-0.7 1-1.3 1.3 -0.6 0.4-1.3 0.5-2 0.5 -0.7 0-1.3-0.3-1.9-0.7 0.2 0.9 0.2 1.8-0.1 2.5 -0.3 0.7-0.8 1.3-1.6 1.8 -0.6 0.3-1.2 0.5-2 0.6 -0.7 0-1.4-0.1-2-0.4s-1.2-0.8-1.6-1.4c-0.3-0.4-0.9-1.5-1.9-3.1l-2.6-4.4L448.8 181.1zM443 188l-3.5 2 1.4 2.4c0.5 0.9 0.9 1.5 1.1 1.8 0.3 0.3 0.7 0.6 1.1 0.7 0.4 0.1 0.9 0 1.3-0.3 0.4-0.2 0.7-0.5 0.8-0.9s0.2-0.7 0.1-1.2c-0.1-0.4-0.5-1.2-1.2-2.4L443 188zM448.2 185l-3 1.7 1 1.7c0.6 1 1 1.7 1.1 1.9 0.3 0.4 0.7 0.7 1.1 0.8 0.4 0.1 0.8 0 1.2-0.2 0.4-0.2 0.7-0.5 0.8-0.9 0.1-0.4 0.1-0.8-0.1-1.3 -0.1-0.3-0.5-1-1.3-2.3L448.2 185z"/>
<path d="M445.2 206.2h15v4.5l-10.3 2.7 10.3 2.7v4.6h-15v-2.8H457l-11.8-3V212l11.8-3h-11.8V206.2z"/>
<path d="M445.2 235.7v-3.3l3.4-1.3v-6l-3.4-1.2v-3.2l15 5.9v3.2L445.2 235.7zM451.2 230.1l5.6-2.1 -5.6-2V230.1z"/>
<path d="M445.2 235.8h15v6.4c0 1.6-0.1 2.8-0.4 3.5 -0.3 0.7-0.8 1.3-1.4 1.7s-1.5 0.7-2.4 0.7c-1.1 0-2.1-0.3-2.8-1s-1.2-1.7-1.4-3c-0.4 0.7-0.8 1.2-1.3 1.6s-1.3 1-2.4 1.7l-2.9 1.8v-3.6l3.3-2.2c1.2-0.8 1.9-1.3 2.2-1.6s0.5-0.6 0.6-0.9c0.1-0.3 0.2-0.8 0.2-1.5v-0.6h-6.3V235.8zM453.9 238.8v2.2c0 1.5 0.1 2.4 0.2 2.7s0.3 0.6 0.6 0.9 0.7 0.3 1.1 0.3c0.5 0 0.9-0.1 1.2-0.4 0.3-0.3 0.5-0.7 0.6-1.1 0-0.2 0.1-1 0.1-2.2v-2.4H453.9z"/>
<path d="M436.7 268.8l1.7-2.9 3.6 0.6 3-5.2 -2.3-2.8 1.6-2.8 10.1 12.6 -1.6 2.8L436.7 268.8zM444.6 266.9l5.9 1 -3.8-4.5L444.6 266.9z"/>
<path d="M436.7 268.8l13 7.5 -2.4 4.2c-0.9 1.6-1.6 2.6-2 3 -0.6 0.6-1.4 1-2.4 1.1 -0.9 0.1-1.9-0.1-3-0.7 -0.8-0.5-1.4-1-1.8-1.6 -0.4-0.6-0.6-1.2-0.6-1.8 -0.1-0.6 0-1.2 0.2-1.7 0.2-0.7 0.7-1.6 1.4-2.8l1-1.7 -4.9-2.8L436.7 268.8zM445.9 277.7l-3.7-2.1 -0.8 1.4c-0.6 1-0.9 1.8-1 2.2s0 0.8 0.2 1.2c0.2 0.4 0.5 0.7 0.8 0.9 0.5 0.3 0.9 0.4 1.4 0.3s0.9-0.3 1.2-0.7c0.2-0.3 0.6-0.9 1.2-1.8L445.9 277.7z"/>
<path d="M430.4 279.6l13 7.5 -3.2 5.5c-0.8 1.4-1.5 2.3-2.1 2.8 -0.6 0.5-1.3 0.8-2.1 0.8s-1.6-0.2-2.4-0.6c-1-0.6-1.6-1.3-1.9-2.3 -0.3-0.9-0.2-2 0.3-3.3 -0.7 0.4-1.3 0.6-1.9 0.8 -0.6 0.1-1.6 0.2-3 0.3l-3.5 0.1 1.8-3.1 3.9-0.3c1.4-0.1 2.3-0.2 2.7-0.3s0.7-0.3 1-0.5c0.3-0.2 0.6-0.6 0.9-1.2l0.3-0.5 -5.4-3.1L430.4 279.6zM436.4 286.6l-1.1 1.9c-0.7 1.3-1.1 2.1-1.2 2.5 -0.1 0.4 0 0.7 0.1 1.1s0.4 0.6 0.8 0.8c0.4 0.3 0.9 0.3 1.3 0.3 0.4-0.1 0.8-0.3 1.1-0.7 0.2-0.2 0.5-0.8 1.2-1.9l1.2-2.1L436.4 286.6z"/>
<path d="M417.9 296.5l7.5 13 -3.9 2.3 -7.5-7.5 2.8 10.2 -3.9 2.3 -7.5-13 2.4-1.4 5.9 10.2 -3.3-11.7 2.5-1.5 8.5 8.8 -5.9-10.2L417.9 296.5z"/>
<path d="M392.4 311.2l2.9-1.7 2.8 2.3 5.2-3 -0.6-3.6 2.8-1.6 2.4 15.9 -2.8 1.6L392.4 311.2zM400.2 313.6l4.6 3.8 -1-5.8L400.2 313.6z"/>
<path d="M390.6 312.2l3.2 5.5 9.1 4.8 -3.1 1.8 -6-3.4 0 6.9 -3 1.7 0.4-10.3 -3.2-5.5L390.6 312.2z"/>
<path d="M370.3 332.7h-3v-9.5c0-1.2 0.1-2.2 0.3-2.9 0.3-0.9 0.8-1.6 1.6-2.1s1.8-0.8 3.1-0.8c1.5 0 2.6 0.4 3.4 1.2 0.8 0.8 1.2 2 1.2 3.7l-2.9 0.3c0-0.9-0.2-1.5-0.4-1.8 -0.3-0.5-0.8-0.8-1.5-0.8 -0.7 0-1.2 0.2-1.4 0.6s-0.4 1.2-0.4 2.4V332.7z"/>
<path d="M365.6 332.7h-3v-8.1c0-1.3 0-2.1-0.1-2.5 -0.1-0.6-0.4-1.1-0.9-1.5s-1.2-0.6-2-0.6c-0.9 0-1.5 0.2-1.9 0.5 -0.4 0.4-0.7 0.8-0.8 1.3s-0.1 1.4-0.1 2.6v8.3h-3v-7.9c0-1.8 0.1-3.1 0.2-3.8s0.5-1.4 0.9-1.9c0.4-0.5 1-0.9 1.8-1.2 0.7-0.3 1.7-0.5 2.9-0.5 1.4 0 2.5 0.2 3.3 0.5 0.7 0.3 1.3 0.8 1.8 1.3 0.4 0.5 0.7 1.1 0.9 1.7 0.2 0.9 0.3 2.1 0.3 3.8V332.7z"/>
<path d="M352 317.7v15h-3l-6.2-10v10H340v-15h3l6.1 9.8v-9.8H352z"/>
<path d="M312.7 324.3l-2.6-1.5 4.8-8.2c0.6-1.1 1.2-1.9 1.7-2.3 0.7-0.6 1.5-1 2.4-1 0.9-0.1 1.9 0.2 3 0.8 1.3 0.7 2.1 1.7 2.3 2.8 0.3 1.1 0 2.4-0.8 3.8l-2.6-1.1c0.4-0.8 0.6-1.4 0.6-1.8 0-0.6-0.3-1.1-0.9-1.4 -0.6-0.3-1.1-0.4-1.5-0.2s-1 0.8-1.6 1.9L312.7 324.3z"/>
<path d="M308.6 321.9l-2.6-1.5 4.1-7.1c0.6-1.1 1-1.9 1.2-2.2 0.2-0.6 0.2-1.2-0.1-1.7 -0.2-0.6-0.7-1.1-1.5-1.5 -0.7-0.4-1.4-0.6-2-0.5 -0.6 0.1-1 0.3-1.3 0.7 -0.3 0.4-0.8 1.1-1.4 2.1l-4.2 7.2 -2.6-1.5 3.9-6.8c0.9-1.6 1.6-2.6 2.1-3.2 0.5-0.6 1.1-1 1.7-1.2 0.6-0.2 1.4-0.3 2.1-0.2 0.8 0.1 1.7 0.5 2.7 1.1 1.2 0.7 2.1 1.4 2.6 2.1 0.5 0.7 0.8 1.3 0.9 2 0.1 0.7 0.1 1.3-0.1 1.9 -0.3 0.8-0.8 2-1.6 3.5L308.6 321.9z"/>
<path d="M304.3 302.1l-7.5 12.9 -2.6-1.5 6.2-10.7 -6.5-3.8 1.3-2.2L304.3 302.1z"/>
<path d="M281.7 276.7l1.7 2.9 -2.3 2.8 3 5.2 3.6-0.6 1.6 2.8 -15.9 2.4 -1.6-2.8L281.7 276.7zM279.3 284.5l-3.8 4.6 5.8-1L279.3 284.5z"/>
<path d="M268.6 284.2l-1.5-2.6 7.1-4.1c1.1-0.6 1.8-1.1 2.1-1.4 0.5-0.4 0.7-0.9 0.8-1.5 0.1-0.6-0.1-1.3-0.5-2 -0.4-0.7-0.9-1.2-1.4-1.4 -0.5-0.2-1-0.2-1.5 0s-1.2 0.6-2.3 1.2l-7.2 4.2 -1.5-2.6 6.8-3.9c1.6-0.9 2.7-1.5 3.4-1.7 0.7-0.2 1.4-0.3 2.1-0.2 0.7 0.1 1.3 0.4 1.9 0.9s1.2 1.2 1.8 2.3c0.7 1.2 1.1 2.3 1.2 3.1 0.1 0.8 0 1.5-0.2 2.2 -0.2 0.6-0.6 1.2-1 1.6 -0.6 0.6-1.7 1.3-3.2 2.2L268.6 284.2z"/>
<path d="M266.6 261.6l-2.2 1.3 -3.3-5.7 5.2-3c0.9 0.2 1.8 0.8 2.8 1.6 1 0.8 1.8 1.8 2.4 2.8 0.8 1.4 1.2 2.7 1.2 4.1 0 1.3-0.4 2.6-1.1 3.7 -0.8 1.1-1.8 2-3 2.8 -1.4 0.8-2.7 1.2-4.1 1.2s-2.7-0.3-3.9-1.1c-0.9-0.6-1.7-1.5-2.4-2.7 -0.9-1.6-1.3-3.1-1.2-4.4 0.2-1.3 0.8-2.4 1.8-3.4l2 2.3c-0.5 0.6-0.8 1.2-0.9 1.9 -0.1 0.7 0.1 1.5 0.5 2.2 0.7 1.1 1.6 1.9 2.7 2.1 1.1 0.3 2.4 0 3.8-0.9 1.5-0.9 2.5-1.9 2.9-3 0.4-1.1 0.2-2.3-0.4-3.4 -0.3-0.6-0.7-1-1.3-1.5 -0.5-0.4-1.1-0.8-1.6-1l-1.7 1L266.6 261.6z"/>
<path d="M264.3 246l-0.3-3c1-0.2 1.7-0.5 2.2-1.1 0.5-0.5 0.7-1.3 0.7-2.2 0-1-0.2-1.7-0.6-2.2 -0.4-0.5-0.9-0.7-1.5-0.7 -0.4 0-0.7 0.1-0.9 0.3 -0.2 0.2-0.5 0.6-0.7 1.1 -0.1 0.4-0.3 1.2-0.7 2.4 -0.4 1.6-0.9 2.8-1.5 3.4 -0.8 0.9-1.8 1.4-3 1.4 -0.8 0-1.5-0.2-2.1-0.7 -0.7-0.4-1.2-1.1-1.5-1.9 -0.3-0.8-0.5-1.8-0.5-3 0-1.9 0.4-3.3 1.2-4.3 0.8-1 1.9-1.5 3.3-1.5l0.1 3c-0.8 0.1-1.3 0.4-1.7 0.8 -0.3 0.4-0.5 1.1-0.5 1.9 0 0.9 0.2 1.6 0.5 2.1 0.2 0.3 0.5 0.5 0.9 0.5 0.4 0 0.7-0.2 0.9-0.5 0.3-0.4 0.7-1.3 1-2.8s0.7-2.6 1.1-3.3c0.4-0.7 0.9-1.3 1.5-1.7 0.6-0.4 1.4-0.6 2.4-0.6 0.9 0 1.7 0.2 2.4 0.7s1.3 1.2 1.7 2c0.4 0.9 0.5 2 0.5 3.3 0 1.9-0.4 3.4-1.3 4.4S266 245.8 264.3 246z"/>
<path d="M269.2 232.8h-15v-11.1h2.5v8.1h3.3v-7.5h2.5v7.5h4.1v-8.4h2.5V232.8z"/>
<path d="M269.2 220.3h-15v-4.9c0-1.8 0.1-3 0.2-3.6 0.2-0.9 0.7-1.6 1.5-2.2s1.7-0.9 2.9-0.9c0.9 0 1.7 0.2 2.3 0.5s1.1 0.8 1.5 1.3c0.4 0.5 0.6 1 0.7 1.6 0.1 0.7 0.2 1.8 0.2 3.1v2h5.7V220.3zM256.7 217.3h4.3v-1.7c0-1.2-0.1-2-0.2-2.4s-0.4-0.7-0.7-0.9c-0.3-0.2-0.7-0.3-1.2-0.3 -0.5 0-1 0.2-1.4 0.5s-0.6 0.7-0.7 1.2c-0.1 0.4-0.1 1.1-0.1 2.2V217.3z"/>
<path d="M264.2 195.2c-1.3-0.8-2.3-1.6-3-2.5 -0.5-0.7-0.9-1.4-1.1-2.2 -0.2-0.8-0.3-1.6-0.2-2.4 0.1-1 0.5-2 1.1-3.1 1.1-1.9 2.6-3.1 4.4-3.6 1.9-0.5 3.8-0.1 6 1.1 2.1 1.2 3.4 2.7 3.9 4.6 0.5 1.8 0.2 3.7-0.9 5.6 -1.1 1.9-2.6 3.1-4.4 3.6C268.3 196.8 266.3 196.4 264.2 195.2zM265.7 192.5c1.5 0.9 2.8 1.2 3.9 0.9 1.2-0.2 2-0.9 2.6-1.9 0.6-1 0.7-2.1 0.4-3.2 -0.4-1.1-1.3-2.1-2.8-3 -1.5-0.9-2.8-1.2-3.9-0.9 -1.1 0.2-2 0.9-2.6 2 -0.6 1.1-0.8 2.2-0.4 3.3C263.3 190.6 264.2 191.6 265.7 192.5z"/>
<path d="M278.4 174.5l2.3-2.1c1.2 1.2 1.9 2.5 2 3.8 0.2 1.3-0.2 2.7-1 4.1 -1 1.7-2.4 2.8-4.2 3.2 -1.8 0.4-3.8 0.1-5.8-1.1 -2.2-1.3-3.5-2.8-4.1-4.6s-0.3-3.6 0.8-5.5c0.9-1.6 2.1-2.6 3.7-3.1 0.9-0.3 2-0.3 3.2 0.1l-0.9 3c-0.8-0.2-1.5-0.2-2.2 0 -0.7 0.3-1.2 0.7-1.6 1.4 -0.6 1-0.7 1.9-0.3 2.9 0.3 1 1.3 1.9 2.8 2.8 1.6 1 3 1.3 4 1.1 1-0.2 1.8-0.8 2.4-1.7 0.4-0.7 0.5-1.4 0.4-2.2S279.2 175.3 278.4 174.5z"/>
<path d="M286.8 170.9l-10.8-6.2 -2.2 3.9 -2.2-1.3 6-10.3 2.2 1.3 -2.2 3.9 10.8 6.2L286.8 170.9z"/>
<path d="M295.6 159.9l-7.5-13 2.6-1.5 10.3 5.6 -5-8.7 2.4-1.4 7.5 13 -2.6 1.5 -10.2-5.5 4.9 8.5L295.6 159.9z"/>
<path d="M303.1 147c-0.8-1.3-1.2-2.6-1.3-3.7 -0.1-0.8 0-1.7 0.2-2.5 0.2-0.8 0.5-1.5 1-2.1 0.6-0.8 1.4-1.5 2.5-2.1 1.9-1.1 3.8-1.4 5.6-0.9 1.8 0.5 3.4 1.8 4.6 4 1.2 2.1 1.6 4.1 1.1 5.9 -0.5 1.8-1.6 3.3-3.6 4.4 -1.9 1.1-3.8 1.4-5.6 0.9C305.8 150.4 304.3 149.1 303.1 147zM305.7 145.4c0.9 1.5 1.8 2.4 3 2.8 1.1 0.4 2.2 0.2 3.3-0.4s1.7-1.5 1.9-2.6c0.2-1.1-0.1-2.5-1-4 -0.9-1.5-1.8-2.4-2.9-2.8 -1.1-0.4-2.2-0.2-3.2 0.4 -1.1 0.6-1.7 1.5-2 2.6S304.8 143.9 305.7 145.4z"/>
<path d="M323.4 143.9l-12.2-10.3 2.9-1.6 8.9 7.7 -2.4-11.5 2.8-1.6 2.9 15.7L323.4 143.9z"/>
<path d="M337.7 120.7h5.5c1.3 0 2.2 0.1 2.9 0.3 0.9 0.3 1.6 0.7 2.3 1.4s1.1 1.5 1.4 2.4c0.3 1 0.5 2.1 0.5 3.6 0 1.2-0.2 2.3-0.5 3.2 -0.4 1.1-0.9 2-1.6 2.7 -0.5 0.5-1.2 0.9-2.1 1.2 -0.7 0.2-1.6 0.3-2.7 0.3h-5.7V120.7zM340.8 123.2v10h2.3c0.8 0 1.5 0 1.8-0.1 0.5-0.1 0.9-0.3 1.2-0.6 0.3-0.3 0.6-0.8 0.8-1.5 0.2-0.7 0.3-1.6 0.3-2.8s-0.1-2.1-0.3-2.7 -0.5-1.1-0.9-1.5 -0.8-0.6-1.4-0.7c-0.4-0.1-1.3-0.1-2.5-0.1H340.8z"/>
<path d="M351.3 135.7v-15h11.1v2.5h-8.1v3.3h7.5v2.5h-7.5v4.1h8.4v2.5H351.3z"/>
<path d="M373.4 130.2l2.9 0.9c-0.5 1.6-1.2 2.9-2.3 3.7 -1 0.8-2.4 1.2-4 1.2 -2 0-3.6-0.7-4.9-2 -1.3-1.4-1.9-3.2-1.9-5.6 0-2.5 0.6-4.4 1.9-5.8 1.3-1.4 3-2.1 5.1-2.1 1.8 0 3.3 0.5 4.5 1.6 0.7 0.6 1.2 1.6 1.5 2.8l-3 0.7c-0.2-0.8-0.5-1.4-1.1-1.8 -0.6-0.5-1.2-0.7-2.1-0.7 -1.1 0-2 0.4-2.7 1.2 -0.7 0.8-1 2.1-1 3.9 0 1.9 0.3 3.3 1 4.1s1.6 1.2 2.7 1.2c0.8 0 1.5-0.3 2.1-0.8S373.1 131.3 373.4 130.2z"/>
</g>
<path class="grande-st0" d="M455.7 170c-5.9-10.2-13.1-19.1-21.2-26.6l-13.9 24.1 -44.3-25.6 13.8-24c-29.1-8.8-61.6-6-90.1 10.4 -54.5 31.5-73.2 101.2-41.7 155.7s101.2 73.2 155.7 41.7C468.5 294.2 487.2 224.5 455.7 170z"/>
<path class="grande-st0" d="M403 122.7l21.5 12.4C417.8 130.2 410.5 126 403 122.7z"/>
<path d="M391.9 118.6l40.9 23.6 -13 22.5 -40.9-23.6L391.9 118.6M391.2 115.9l-15 26 44.3 25.6 15-26L391.2 115.9 391.2 115.9z"/>
</g>
<g>
<circle class="grande-st3" cx="309.5" cy="407.5" r="70.5"/>
<g id="grande-moonphase-disc" class="grande-bottom-center">
<circle id="moonphase-dial" class="grande-st4" cx="309.5" cy="407.5" r="70.5"/>
<circle id="moon" class="grande-st5" cx="309" cy="446" r="27.5"/>
<g id="grande-stars">
<circle class="grande-st6" cx="266" cy="430" r="3"/>
<circle class="grande-st6" cx="258" cy="420" r="3"/>
<circle class="grande-st6" cx="258" cy="446" r="3"/>
<circle class="grande-st6" cx="271" cy="456" r="3"/>
<circle class="grande-st6" cx="271" cy="406" r="3"/>
<circle class="grande-st6" cx="243" cy="408" r="3"/>
<ellipse transform="matrix(0.2851 -0.9585 0.9585 0.2851 -167.8973 517.6776)" class="grande-st6" cx="263.1" cy="371.4" rx="3" ry="3"/>
<ellipse transform="matrix(0.2851 -0.9585 0.9585 0.2851 -175.827 530.7775)" class="grande-st6" cx="267.9" cy="383.3" rx="3" ry="3"/>
<ellipse transform="matrix(0.2851 -0.9585 0.9585 0.2851 -146.641 520.0665)" class="grande-st6" cx="275.3" cy="358.3" rx="3" ry="3"/>