HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<main>
<section id="container1" class="container">
<canvas id="canvas"></canvas>
<div class="title">Canvas</div>
</section>
<section id="container2" class="container">
<svg id="svg">
<path id="svg-path" d="M128.3,123.1c-0.1,0.2-0.2,0.4-0.3,0.6l0,0.1l0.1,0c0.1-0.2,0.2-0.4,0.3-0.6L128.3,123.1L128.3,123.1z
M128.9,121.3c-0.1,0.3-0.2,0.6-0.3,0.9l0,0.1l0.1,0c0.1-0.3,0.2-0.6,0.3-0.9L128.9,121.3L128.9,121.3z M131,114
c-0.1,0.3-0.2,0.6-0.2,0.9l0,0.1l0.1,0c0.1-0.3,0.2-0.6,0.2-0.9L131,114L131,114z M129.5,119.5c-0.1,0.3-0.2,0.6-0.3,0.9l0,0.1
l0.1,0c0.1-0.3,0.2-0.6,0.3-0.9L129.5,119.5L129.5,119.5z M130.5,115.9c-0.1,0.3-0.2,0.6-0.3,0.9l0,0.1l0.1,0
c0.1-0.3,0.2-0.6,0.3-0.9L130.5,115.9L130.5,115.9z M130,117.7c-0.1,0.3-0.2,0.6-0.3,0.9l0,0.1l0.1,0c0.1-0.3,0.2-0.6,0.3-0.9
L130,117.7L130,117.7z M124.3,146.4L124.3,146.4c-0.1,0.4,0,0.7,0,1l0.1,0.1l0.1-0.1C124.4,147.1,124.4,146.7,124.3,146.4
L124.3,146.4z M124.4,148.3L124.4,148.3h-0.1c0,0.3,0,0.6,0,0.9l0.1,0.1l0.1-0.1C124.4,148.9,124.4,148.6,124.4,148.3z M124.2,140.7
L124.2,140.7c0,0.3,0,0.7,0,1l0.1,0.1l0.1-0.1C124.3,141.4,124.2,141,124.2,140.7L124.2,140.7z M124.3,144.5L124.3,144.5
c-0.1,0.4,0,0.7,0,1l0.1,0.1l0.1-0.1C124.4,145.2,124.4,144.8,124.3,144.5L124.3,144.5z M124.2,142.6L124.2,142.6c0,0.4,0,0.7,0,1
l0.1,0.1l0.1-0.1C124.3,143.3,124.3,142.9,124.2,142.6L124.2,142.6z M124.1,159.7c0,0.3,0,0.6,0,0.9l0.1,0.1l0.1-0.1
c0-0.3,0-0.6,0-0.9L124.1,159.7L124.1,159.7z M124.4,150.2L124.4,150.2h-0.1c0,0.3,0,0.6,0,0.9l0.1,0.1l0.1-0.1
C124.4,150.8,124.4,150.5,124.4,150.2z M124.3,157.8L124.3,157.8l-0.1,0c0,0.3,0,0.6,0,0.9l0.1,0.1l0.1-0.1
C124.3,158.4,124.3,158.1,124.3,157.8z M124.3,155.9L124.3,155.9h-0.1c0,0.3,0,0.6,0,0.9l0.1,0.1l0.1-0.1
C124.3,156.5,124.3,156.2,124.3,155.9z M124.4,152.1L124.4,152.1h-0.1c0,0.3,0,0.6,0,0.9l0.1,0.1l0.1-0.1
C124.4,152.7,124.4,152.4,124.4,152.1z M124.4,154L124.4,154l-0.1,0c0,0.3,0,0.6,0,0.9l0.1,0.1l0.1-0.1
C124.4,154.6,124.4,154.3,124.4,154z M123.5,171c0,0.3,0,0.6-0.1,0.9l0.1,0.1l0.1-0.1c0-0.3,0-0.6,0.1-0.9L123.5,171L123.5,171z
M123.8,166.3L123.8,166.3l0.1,0c0-0.3,0-0.6,0.1-0.9l-0.1-0.1l-0.1,0.1C123.8,165.7,123.8,166,123.8,166.3z M123.7,168.2
L123.7,168.2l0.1,0c0-0.3,0-0.6,0.1-0.9l-0.1-0.1l-0.1,0.1C123.7,167.5,123.7,167.9,123.7,168.2z M123.6,169.1c0,0.3,0,0.6-0.1,0.9
l0.1,0.1l0.1-0.1c0-0.3,0-0.6,0.1-0.9L123.6,169.1L123.6,169.1z M123.4,172.9c0,0.3-0.1,0.6-0.1,0.9l0.1,0.1l0.1-0.1
c0-0.3,0.1-0.6,0.1-0.9L123.4,172.9L123.4,172.9z M123.2,174.8c0,0.3-0.1,0.6-0.1,0.9l0.1,0.1l0.1-0.1c0-0.3,0.1-0.6,0.1-0.9
L123.2,174.8L123.2,174.8z M123.9,164.4L123.9,164.4l0.1,0c0-0.3,0-0.6,0-0.9l-0.1-0.1l-0.1,0.1
C123.9,163.8,123.9,164.1,123.9,164.4z M122.9,178.5c0,0.3-0.1,0.6-0.1,0.9l0.1,0.1l0.1-0.1c0-0.3,0.1-0.6,0.1-0.9L122.9,178.5
L122.9,178.5z M122.8,180.4L122.8,180.4l-0.1,0c0,0.3-0.1,0.6-0.1,0.9l0.1,0.1l0.1-0.1C122.7,181.1,122.8,180.7,122.8,180.4z
M123,176.7c0,0.3-0.1,0.6-0.1,0.9l0.1,0.1l0.1-0.1c0-0.3,0.1-0.6,0.1-0.9L123,176.7L123,176.7z M124.1,138.8L124.1,138.8
c-0.1,0.1,0,0.4,0,1l0.1,0.1l0.1-0.1C124.1,139.2,124.1,138.9,124.1,138.8L124.1,138.8z M124.1,162.6L124.1,162.6
c0.1-0.4,0.1-0.7,0.1-1l-0.1-0.1l-0.1,0.1C124,161.9,124,162.2,124.1,162.6L124.1,162.6z M21.8,123.5L21.8,123.5
c-0.1,0.2,0,0.5,0.1,1l0.1,0l0-0.1C22,124,21.9,123.7,21.8,123.5L21.8,123.5z M22.7,126.2c-0.1-0.3-0.2-0.6-0.3-0.9l-0.1,0l0,0.1
c0.1,0.3,0.2,0.6,0.3,0.9L22.7,126.2L22.7,126.2z M24.9,169L24.9,169c0.1-0.4,0-0.7,0-1l-0.1-0.1l-0.1,0.1
C24.8,168.3,24.8,168.6,24.9,169L24.9,169z M24.9,167.1L24.9,167.1c0.1-0.4,0.1-0.7,0-1l-0.1-0.1l-0.1,0.1
C24.8,166.4,24.8,166.7,24.9,167.1L24.9,167.1z M25,172.8L25,172.8c0.1-0.4,0-0.7,0-1l-0.1-0.1l-0.1,0.1
C24.9,172.1,24.9,172.4,25,172.8L25,172.8z M25,174.7L25,174.7c0.1-0.1,0-0.4,0-1l-0.1-0.1l-0.1,0.1C25,174.3,25,174.6,25,174.7
L25,174.7z M24.8,157.6L24.8,157.6l0.1,0c0-0.3,0-0.6,0-0.9l-0.1-0.1l-0.1,0.1C24.8,156.9,24.8,157.3,24.8,157.6z M24.9,154.7
c0,0.3,0,0.6-0.1,0.9l0.1,0.1l0.1-0.1c0-0.3,0-0.6,0.1-0.9L24.9,154.7L24.9,154.7z M24.9,162.3L24.9,162.3h-0.1c0,0.3,0,0.6,0,0.9
l0.1,0.1l0.1-0.1V162.3z M24.1,129.8c-0.1-0.3-0.2-0.6-0.3-0.9l-0.1,0l0,0.1c0.1,0.3,0.2,0.6,0.3,0.9L24.1,129.8L24.1,129.8z
M25,132.4L25,132.4c0.1,0.4,0.2,0.7,0.3,1l0.1,0l0-0.1C25.3,133,25.2,132.7,25,132.4L25,132.4z M25,153.9L25,153.9
c0.1-0.4,0.1-0.7,0.2-1l-0.1-0.1l-0.1,0.1C25.1,153.1,25,153.5,25,153.9L25,153.9z M25.3,152L25.3,152c0.1-0.3,0.2-0.6,0.3-1
l-0.1-0.1l-0.1,0C25.4,151.3,25.3,151.6,25.3,152L25.3,152z M24.8,165.2L24.8,165.2c0.1-0.4,0.1-0.7,0.1-1l-0.1-0.1l-0.1,0.1
C24.8,164.5,24.8,164.8,24.8,165.2L24.8,165.2z M24.8,161.4L24.8,161.4h0.1c0-0.3,0-0.6,0-0.9l-0.1-0.1l-0.1,0.1
C24.8,160.7,24.8,161.1,24.8,161.4z M26.8,137.8L26.8,137.8l-0.1,0c0,0.3,0,0.6,0,0.9l0.1,0.1l0.1-0.1
C26.8,138.4,26.8,138.1,26.8,137.8z M24.8,159.5L24.8,159.5h0.1c0-0.3,0-0.6,0-0.9l-0.1-0.1l-0.1,0.1
C24.8,158.8,24.8,159.2,24.8,159.5z M26.7,139.7c0,0.3,0,0.6,0,0.9l0.1,0.1l0.1-0.1c0-0.3,0-0.6,0-0.9H26.7L26.7,139.7z M26.5,143.5
c0,0.3-0.1,0.6-0.1,0.9l0.1,0.1l0.1-0.1c0-0.3,0.1-0.6,0.1-0.9L26.5,143.5L26.5,143.5z M26.4,136L26.4,136l-0.1,0
c0.1,0.3,0.2,0.5,0.2,0.7c0,0.1,0,0.1,0.1,0.2l0.1,0l0-0.1c0-0.1,0-0.2-0.1-0.2C26.6,136.5,26.5,136.2,26.4,136z M26.1,146.3
L26.1,146.3l0.1,0c0-0.3,0.1-0.6,0.1-0.9l-0.1-0.1l-0.1,0.1C26.2,145.7,26.2,146,26.1,146.3z M26.6,142.6L26.6,142.6l0.1,0
c0-0.3,0.1-0.6,0.1-0.9l-0.1-0.1l-0.1,0.1C26.6,141.9,26.6,142.2,26.6,142.6z M24.3,130.6L24.3,130.6c0.1,0.4,0.2,0.7,0.3,1l0.1,0
l0-0.1C24.6,131.2,24.5,130.9,24.3,130.6L24.3,130.6z M23,127.1L23,127.1c0.1,0.4,0.2,0.7,0.3,1l0.1,0l0-0.1
C23.3,127.7,23.2,127.4,23,127.1L23,127.1z M25.9,148.2L25.9,148.2l0.1,0c0-0.3,0.1-0.6,0.1-0.9l0-0.1l-0.1,0.1
C26,147.6,25.9,147.9,25.9,148.2z M25.7,134.1L25.7,134.1c0.1,0.4,0.2,0.7,0.3,1l0.1,0l0-0.1C26,134.8,25.9,134.5,25.7,134.1
L25.7,134.1z M25.6,150.1L25.6,150.1c0.1-0.3,0.2-0.7,0.2-1l-0.1-0.1l-0.1,0C25.7,149.4,25.6,149.8,25.6,150.1L25.6,150.1z
M24.9,170.9L24.9,170.9c0.1-0.4,0-0.7,0-1l-0.1-0.1l-0.1,0.1C24.9,170.2,24.9,170.5,24.9,170.9L24.9,170.9z M100.9,58.9
c-0.1,0-0.4,0-0.6,0c-0.8,0-1.8,0.1-2,0.6l1.6,0.1C99.8,59.6,100.4,59,100.9,58.9z M100.9,58.9C100.9,58.9,100.9,58.9,100.9,58.9
c0.1,0,0.1,0,0.1,0C101,58.9,100.9,58.9,100.9,58.9z M103.7,60.5c0,0-0.1-1,1.2-1c0,0-1.2-0.3-2.2-0.3c-0.6,0-1.2,0.1-1.4,0.5
C101.2,59.6,103.4,60,103.7,60.5z M105.8,61.6l0.3,0.4c0.8,1.1,1.9,2.9,1.9,2.9c1.3,2.2,2.6,11.5,2.6,11.5l2.6-0.1
c0,0.9-0.1,2.9-0.3,3.2c0,0,16.8-6.1,18.3-7.4c0,0,0.3,0.9,0.4,1.4c0,0,1.5-5.4,1.2-5.9c-0.3-0.5-2.8-2.8-3.1-3.1
c0,0,1.1,3.5,0.6,4.3c0,0-15,6.5-17,7c0-1-0.2-2.9-0.2-2.9c-0.1,0-0.3-0.1-0.5-0.1c-0.8,0-2.1,0.2-2.1,0.2c0.1-0.5-0.4-3.5-0.4-3.5
c0.9-0.8,2.6-0.8,2.6-0.8l-1.2-3.1c0,0,0,0,0,0c-0.5,0-2.5,0.8-2.5,0.8c-0.1-0.9-0.7-1.9-1.3-2.7c0.4-0.3,1.3-0.9,2-0.9
c0.1,0,0.1,0,0.2,0c0,0-1.3-1.3-1.5-1.4c-0.1,0,3.7-0.8,5.8-0.8c0.1,0,0.3,0,0.4,0c-0.5,0-1.8-0.1-3.2-0.1
C109.3,60.4,106.7,60.6,105.8,61.6c-0.1-0.2-0.2-0.3-0.2-0.3C105.6,61.3,105.7,61.5,105.8,61.6C105.8,61.6,105.8,61.6,105.8,61.6z
M114.6,60.5c0.1,0,0.2,0,0.3,0C114.9,60.5,114.8,60.5,114.6,60.5z M111.9,65.3c0,0,7.6-3.1,11.9-4.1c0,0-1.1-0.1-2.8-0.1
c-2.6,0-6.7,0.3-10.6,2C110.3,63,111.8,65,111.9,65.3z M113.4,72c0.7,0,15.1-6.6,15.1-6.6c-0.3-0.4-2.2-2.5-2.2-2.5
c-0.9,0.2-13.3,5.7-13.3,5.9C113,68.9,113.4,72,113.4,72z M131.4,78.3l0-1.9c0,0-14.9,6.6-19.4,7.2c0,0,0.5-2.6,0.5-2.8
c0-0.2-2.6-0.5-2.6-0.5s-0.7,3.3-0.9,3.5c-0.2,0.1,2.1,0.1,2.5,0.8c0,0-0.6,2.5-0.9,2.8c0,0,10.1-3,12.4-3.8
c2.3-0.8,8.3-3.1,8.4-3.1l-0.1,2.2c0,0,4.9-6.5,5-8.3c0-1.8-1.7-4.6-1.7-4.6s1,3.1-0.4,5C132.8,76.7,131.4,78.3,131.4,78.3z
M130.9,84.6c-0.5,0.7-8.4,3.2-10.8,3.9c-2.4,0.7-11.2,3-11.2,3s1.1-2.7,1.1-2.9c-0.1-0.1-2.2-1.2-2.2-1.2l-1.7,3.2
c0.6,0,2.5,1.3,2.5,1.5c-0.1,0.2-1.8,3.2-1.8,3.2c0,0,0,0,0,0c0.4,0,8.5-2.1,10-2.4c1.6-0.3,14.4-4.2,14.4-4.2l0.1,2.3
c0.3-0.6,5.1-10.1,5.2-10.5c0.1-0.4,0.2-2.9,0.2-2.9c-0.8,1.8-5.4,9.4-5.4,9.4L130.9,84.6z M106.3,95.4c0,0-1.9-1.3-2.2-1.4
l-2.7,2.5l2.4,1.8L106.3,95.4z M112.8,101.3c2.3-0.6,11.8-2.5,13.1-2.8c1.3-0.2,5.2-1.2,5.2-1.2l0.2,2.4c0.2-0.8,4.7-11.8,4.8-12.1
c0.1-0.3,0-3.8,0-3.8c-0.2,0.9-5,12.1-5,12.1c-0.1-0.8-0.4-2.7-0.4-2.7c-0.6,0-9.4,2.8-10.3,2.9c-0.9,0.2-18.1,4.1-18.1,4.1
c-0.2,0.4-1.5,1.1-1.5,1.1l-2.3-1.8l-2.7,2c0.2,0.1,1.9,2.1,1.9,2.1l-2.1,1.5C96.6,104.9,110.5,101.8,112.8,101.3z M89.2,105.3
l1.5,2.1c0,0,3.5-1.7,3.5-1.9c-0.1-0.2-1.6-1.9-1.6-1.9L89.2,105.3z M86.7,108.9c0.1-0.2-1.3-2.2-1.3-2.2l-3.7,0.9l1.3,2.3
C83,109.9,86.6,109.1,86.7,108.9z M74.7,111.2l4.2-0.4l-1-2.4l-3.5,0L74.7,111.2z M130.8,106.3C130.8,106.3,130.8,106.4,130.8,106.3
C130.8,106.4,130.8,106.4,130.8,106.3z M135.4,95.1c-2.7,3.9-3.9,6.5-3.9,6.5h0.2l-0.2,2.9c0,0,5.6-5.8,6.9-11.2
c0,0,0.2-2.3-1.3-6.2C137.1,87.1,138.1,91.3,135.4,95.1z M139.8,92.2c0.7,0.9,0.7,1.8,0.2,4.6c-0.5,2.8-6.4,8.2-7.6,9.4
c-1.3,1.2-2.8,3.5-2.8,3.5s1.4-0.8,5.4-3.1c4-2.3,6.2-7.1,6.8-9.6C142.4,94.4,139.8,92.2,139.8,92.2z M129,110
c-0.4,0.4-18,3-19.3,3.2c-1.3,0.2-20.2,3.7-22.2,4.2c-2.1,0.5-14.2,3.5-23.9,5.8c-4.7,1.1-9.2,1.4-12.7,1.4c-3.8,0-6.5-0.4-7.3-0.5
c-1.6-0.3-4.6-1.3-5-1.4c-0.4-0.1-1.5-0.3-2.4-0.6c-0.4-0.1-0.8-0.2-1.3-0.2c-0.7,0-1.3,0.1-1.7,0.2c-0.2,0.1-0.7,0.1-1.6,0.1
c-1.5,0-4.3-0.2-9-1.2c-7.4-1.6-10.1-7.3-10.1-7.3s0.2,4,4.4,7.5c3.2,2.6,9.3,3.3,13.2,3.3c1.2,0,2.3-0.1,2.9-0.2
c0.5-0.1,1-0.1,1.4-0.1c1.9,0,3.1,0.6,3.1,0.6l0.4-0.6l0.2,0.8c0.5,0.1,0,1.7,5.2,2.9c1.4,0.3,3.4,0.4,5.5,0.4
c5.6,0,12.3-0.9,13.8-1.2c2-0.4,15.8-4.1,19.6-5c3.8-0.9,25.5-5.2,28.3-5.6c2.8-0.4,17.5-2.6,17.5-2.6l0.9,0.1
c0.9-0.1,1.7-0.5,2.4-0.9c0,0,0,0,0,0l0,0.1l0.1,0c0,0,0-0.1,0-0.1c2.8-1.6,4.7-4.3,4.7-4.3c-0.5,0.2-7.4,3.2-7.4,3.2L129,110z
M123.8,126.6c-2.5,0.1-14.2,0.9-16.2,1c-2,0.1-11.4,1.8-14.3,2.4c-2.9,0.6-12.1,3-13.9,3.5c-1.7,0.5-13,4.3-19.5,5.6
c-2,0.4-4.1,0.5-6.1,0.5c-4.5,0-8.4-0.7-9.7-1.2c-1.8-0.6-2.8-4.6-2.8-4.6c0.7,0.7,4.5,2.1,10.1,2.1c0.4,0,0.8,0,1.2,0
c6.2-0.2,14.3-2.2,16.1-2.8c1.7-0.6,14.4-4.4,25.3-6.9c10.9-2.5,26.3-3.3,30.2-3.6c3.9-0.3,3.6-0.6,3.6-0.6v-3.6c0,0-3.2,0.6-5,0.6
c-1.7,0-13.1,1.4-14.9,1.7c-1.8,0.3-20,2.8-28.9,5.8c-8.9,2.9-17.6,4.7-26.5,5.9c-1.1,0.1-2.2,0.2-3.2,0.2c-7.1,0-11.5-3.2-11.5-3.2
c0,0.5,0.5,2.6,0.8,3.5c0.3,0.9,3.2,5.3,5.1,8c1.1,1.5,4.6,1.9,8.4,1.9c3.3,0,6.8-0.3,9-0.7c4.7-0.7,18.8-5.4,28.6-8
c9.8-2.5,22.3-3.2,25.8-3.5c3.5-0.3,10.8-0.2,11.6-0.8c0.8-0.5,0.6-4.1,0.6-4.1C127.2,126.7,126.4,126.5,123.8,126.6z M123.6,134
c-3.1,0.2-15.3,0.5-17.8,0.8c-2.5,0.3-13.6,1.3-14.7,1.8c0,0,4.9,1.6,5.8,2.1c0,0,4.3-0.4,7.6-0.5c3.3-0.1,16.5-0.8,17.2-0.8
c0.7,0,3.1,0,3.6-1.1c0.5-1.1,1.4-2.9,1.5-3.1C126.8,133.3,126.5,133.8,123.6,134z M109.3,141.5c-0.7,0.1-2.2,0.1-3.8,0.1
c-2.1,0-4.2-0.1-4.4-0.1c0,0,2.7,2.8,3.1,3.3c0,0,2-0.2,3.2-0.6c0.6-0.2,1.1-0.3,1.5-0.3c0.4,0,0.8,0,1.2,0c1,0,8.9-0.5,9.5-0.9
c0.6-0.4,2.9-2.4,3.1-2.8c0,0-5,0.6-7.6,0.6C112.5,141.1,111,141.2,109.3,141.5z M121.2,147.9c0.3-0.5,0.5-3.6,0.5-3.6
c0,0-0.1,0.3-1.7,0.7c-1.7,0.4-3.3,1.3-3.7,1.5c-0.4,0.2-1.5,0.2-2.1,0.2c-0.6,0-2,0.2-2.6,0.5c-0.3,0.2-2.1,0.2-3.6,0.2
c-0.2,0-0.4,0-0.7,0c-0.8,0-1.5,0-1.7,0.1c0,0,1.3,2.4,1.3,2.8c0,0,0.1-0.1,0.9-0.3c0.2-0.1,0.5-0.1,0.9-0.1c0.4,0,0.8,0,1.2,0
c0.4,0,0.8,0,1.1,0c0.3,0,0.6,0,0.7-0.1c0.4-0.2,1.7-1.3,2.8-1.4C115.6,148.3,120.9,148.4,121.2,147.9z M121.2,151.3
C121.2,151.3,121.2,151.4,121.2,151.3C121.2,151.4,121.2,151.3,121.2,151.3z M119.7,151.9c-0.3,0-0.6,0-0.9,0
c-1.2,0-2.1-0.2-2.7-0.3c-0.3,0-1.1-0.1-1.8-0.1c-0.7,0-1.4,0-1.6,0.1c-0.3,0.1-1.1,0.4-1.6,0.4s-1.2,0.2-1.9,0.8
c-0.5,0.4-1.3,0.5-1.8,0.5c-0.2,0-0.4,0-0.4,0l-0.2,1.5c0,0,1,0.1,2,0.1c0.5,0,0.9,0,1.1-0.1c0.5-0.2,1.2-0.3,1.8-0.3
c0.3,0,0.7,0,1,0.1c0,0,2.9,0.2,3.9,0.2c0.6,0.1,2.1,0.2,3.2,0.2c0.6,0,1.1,0,1.2-0.2c0.1-0.3,0.1-3,0.1-3.4
C121.1,151.5,120.9,151.8,119.7,151.9z M112.3,159.8c0.6-0.2,3.4-0.4,5-0.4c0.4,0,0.7,0,0.8,0c1,0.2,2.4,0.7,2.8,1.7
c0,0,0.4-3.1,0.2-3.5c-0.1-0.3-2.3-1.6-4-1.6c-0.2,0-0.4,0-0.6,0.1c-1.7,0.4-1.7,0.4-2.7,0.4c-0.9,0-2.4,0.5-2.8,0.6
c-0.3,0.1-3.6,0.9-4.4,0.9c0,0-0.1,0-0.1,0l-0.8,2.1C105.9,160,111.5,160,112.3,159.8z M103.9,166.9c0,0,1.9,0.2,3.5,0.2
c1,0,1.8-0.1,2.1-0.2c0.7-0.5,2-0.5,2.9-0.6c0.2,0,0.4,0,0.6,0c0.4,0,0.8,0,1.2,0.1c0.4,0,0.8,0.1,1,0.1c0.1,0,0.2,0,0.2,0
c0.1,0,0.2,0,0.4,0c0.8,0,2.3,0.2,3.3,0.5c1.2,0.4,0.7,0.3,1.5,0.6c0,0,0.1,0,0.1,0c0.7,0,0.3-2.3,0.3-2.3s-0.5-2.1-2.8-2.1
c-1.7,0-3.4-0.2-4.4-0.2c-0.4,0-0.6,0-0.8,0.1c-0.5,0.2-1.7,0.8-2.4,0.8c-0.6,0-5.8,0.2-5.8,0.2L103.9,166.9z M107,172.4
c0.7,0.2,3.1,0.5,4.6,0.5c0.5,0,0.9,0,1-0.1c0.3-0.2,1.3-0.4,2.3-0.4c0.6,0,1.2,0.1,1.4,0.2c0.2,0.1,0.5,0.2,0.8,0.2
c0.8,0,1.8-0.2,1.8-0.2s1.8-1.2,2.5-1.2c0.1,0,0.2,0,0.2,0.1c0.4,0.4,0.5,0.9,0.5,0.9l-0.2-2.4c0,0-0.6-0.1-1.1-0.1
c-0.2,0-0.3,0-0.4,0.1c-0.3,0.1-1.2,0.4-1.9,0.4c-0.3,0-0.5,0-0.6-0.1c-0.4-0.2-1-0.5-1.9-0.5c-0.2,0-0.5,0-0.7,0.1
c-0.6,0.1-1.4,0.2-2.2,0.2c-0.9,0-1.7-0.1-2-0.2c-0.3-0.2-1.1-0.3-1.9-0.3c-0.6,0-1.1,0.1-1.3,0.3c-0.4,0.5-3.1,1.5-4.4,1.5
c-0.1,0-0.2,0-0.3,0l-0.6,2.9c0,0,2.9-1.5,4.2-1.5C106.9,172.3,107,172.4,107,172.4z M101.8,180.3c0,0,2.1-0.5,2.7-1
c0.3-0.3,0.6-0.4,1-0.4c0.3,0,0.6,0.1,1.1,0.2c0.5,0.1,1.9,0.1,3.3,0.1c1.9,0,4-0.1,4.4-0.1c0.6,0,1.3-0.5,2-0.7
c0.2-0.1,0.5-0.1,0.8-0.1c0.7,0,1.5,0.2,1.8,0.5c0.3,0.5,0.4,3.5,0.9,4.2c0.6,0.7,0.6,3.5,1.7,3.5c1.1,0.1,1.3-0.2,1.6,0.6
c0,0,0.3-2.4-0.6-3.2c-0.9-0.8-2.1-1.3-2.2-2.6c-0.1-1.3,0.4-4.7-0.9-4.7c-1.3,0-1.9-0.1-1.9-0.1c0.9-0.4,0.6-0.8,2.3-1.7
c0.3-0.2,0.6-0.2,0.8-0.2c0.9,0,0.8,1.2,0.8,1.2c0.6-1.9,0.2-2.7-0.5-2.7c-0.6,0-1.4,0.5-1.9,1.3c-0.8,1.1-1.5,1.5-1.9,1.5
c-0.1,0-0.4-0.1-0.6-0.1c-0.1,0-0.3,0-0.5,0c-0.4,0-1,0-1.7,0c-1,0-2.1,0-3.3,0c-1.2,0-2.3,0-3.1,0c-0.6,0-1.1,0-1.3,0
c-0.9,0.2-1.3,0.6-1.9,0.6c-0.5,0.1-2.8,0.1-2.8,0.1L101.8,180.3z M121.2,179.3c0.5,0.6,0.9,1.3,0.9,1.3l-0.8-3.9
C121.4,176.8,120.8,178.7,121.2,179.3z M124,194.8c-0.6-0.3-1.3-0.4-2.1-0.4c-0.9,0-1.9,0.1-2.2,0.1c-0.7,0-2.5-2.2-3.6-3.6
c-1.1-1.4-1.8-3.4-2.2-4.2c-0.4-0.7-0.6-1.6-1.1-1.6c-0.1,0-0.1,0-0.2,0c-0.1,0-0.2,0-0.3,0c-0.6,0-1.1-0.5-1.5-0.7
c-0.3-0.1-2.3-0.6-3.7-0.6c-0.4,0-0.8,0-1,0.1c0,0,4.9-2,7-2c0.3,0,0.5,0,0.7,0.1c1.2,0.8,2.4,2.1,2.7,2.5c0.2,0.4,0.4,0.9,0.2,1.5
c-0.2,0.6,0.1,0.9,0.6,1.7c0.5,0.9,2,3.6,2.9,3.8c0.9,0.2,4.2,0,4.3,0.9c0,0,0.1-2.3-0.2-2.5c-0.3-0.2-1.3-0.5-2.3-0.5
c-0.9,0-1.7-1-2.1-1.6c-0.3-0.5-1.5-3.4-2-4.5c-0.5-1.1,1.3-2.6-0.6-2.9c-0.6-0.1-1.1-0.2-1.7-0.2c-1.5,0-3,0.3-4.7,1.3
c-0.8,0.5-2.1,0.7-3.5,0.7c-2.6,0-5.4-0.6-5.4-0.6l-0.2,3.7c0,0,1-0.2,2-0.2c0.5,0,1,0.1,1.3,0.2c1.1,0.6,1.7,0.7,2.2,1.1
c0.4,0.3,1.3,0.8,1.8,0.8c0.1,0,0.2,0,0.2-0.1c0.1-0.2,0.6-0.5,1.2-0.5c0.3,0,0.7,0.1,1,0.3c0.9,0.6,1.4,2.5,1.7,3.5
c0.3,1,1.6,2.4,2.1,2.8c0.6,0.5,1.5,2.1,2.3,2.2c0,0,0,0,0.1,0c0.3,0,1-0.2,1.8-0.4c0.8-0.2,1.7-0.4,2.4-0.4c0.4,0,0.8,0.1,1,0.3
c0.9,0.9,0.9,1.5,0.9,1.5S125.3,195.4,124,194.8z M17.1,98.4c3.5,6.1,5.9,8.1,8.7,9.9c2.8,1.8,7.4,4.4,8,4.5c0.1,0,1.2,0,2.8,0
c5.6,0,17.9-0.1,22.2-0.4C64.2,112.1,72,111,72,111s-0.9-0.2-1.5-0.4c-0.6-0.2-0.2-3.1-0.2-3.1l-3.7-1.1c0.1,0.2-0.2,2.2-0.4,2.6
c-0.4-0.1-3.6-0.1-7.5-0.1c-4.8,0-10.6,0.1-13.7,0.2c-1.6,0.3-3.6,0.4-5.4,0.4c-4,0-7.8-0.5-7.8-0.5c-0.7-1.2-8.4-5.8-10.6-7.7
c-2.1-1.9-2.9-3.6-4.8-5.9c-1.9-2.3-1.7-4.3-1.7-4.3s-0.6,2.2-0.3,3.6C15,96,17.1,98.4,17.1,98.4z M63.2,104.6l-2.9-2.4
c0,0-1.1,2.4-1.1,2.9l3.2,2.1L63.2,104.6z M52.7,98.9l3.1,2.8l1.2-2.4l-2.6-2.6L52.7,98.9z M25.1,95.7c0,0,2,2.8,2,3.2
c0,0,9-1.1,20-1.1c1.5,0,3.1,0,4.7,0.1l-2.8-3.2c0,0-3.3-0.1-7.5-0.1C35.1,94.6,26.4,94.8,25.1,95.7z M51.9,93.2L49.5,90l-2.1,2.3
l2.8,3.4L51.9,93.2z M27.8,83.4c1.1,0,14.6,0.4,14.6,0.4l-1.6-3.7c0,0-6.6-0.5-10.8-0.5c-1.3,0-2.4,0.1-2.9,0.2
c-2.2,0.5-6.9,1.6-6.9,1.6l0.2,3.2C20.4,84.6,26.7,83.4,27.8,83.4z M20.1,80.5c0,0.1,0,0.1,0,0.1S20.1,80.6,20.1,80.5z M25,77.3
c3.2-0.7,6.7-0.9,9.4-0.9c2.1,0,3.7,0.1,4.3,0.4l-0.2-3.2c0,0-7.4,0.1-11.5,1.1c-4.1,1-7.3,2.7-7.3,3.3c0,0.5,0.4,2.1,0.4,2.5
C20,80.1,20.1,78.3,25,77.3z M36.6,71.2l-1-2c0,0-6.9,2-11.1,5.2C24.4,74.3,29.5,71.6,36.6,71.2z M43.2,78.3c-0.5,0-3.1,0.2-3.1,0.2
s1.3,2.5,1.6,2.9l2.2-1.8C43.9,79.7,43.7,78.3,43.2,78.3z M24.3,94.3c-0.1-0.3-1.3-2.5-2.2-4.1l1.1,1.9c0,0,4.5-0.9,6.9-1
c2.4-0.1,16.3-0.3,16.3-0.3l-1.2-1.9l2.2-1.9l-1.8-4.1L43,85.1l1.1,2c-0.4,0-2.8,0-5.6,0c-4.8,0-11,0-11.8,0.2
c-1.2,0.2-5.1,0.9-5.6,1c-0.1-0.1-0.1-0.2-0.1-0.2c-3.1-3.2-3.2-6.3-3.2-6.3c-1.9,2.9-0.3,5.2-0.2,5.8
C17.7,88.1,24.3,94.3,24.3,94.3z M21.4,97.9c1,1,6.6,5,8.1,6.1l1,1.8c0,0,28.4-0.5,28.8-0.6l-3.8-3.3c0,0-9.2-0.1-14.4-0.1
c-1.8,0-3.1,0-3.5,0.1c-1.4,0.1-7.6,0.7-8.7,0.8c-0.5-0.8-1-1.7-1.1-1.9c-0.2-0.3-1.5-2.6-6.6-6.1C16,90.9,16,87.1,16,87.1
c-0.6,1.1-0.6,3,0,4.3C16.6,92.8,20.2,96.8,21.4,97.9z M15.7,104.2c0.1,0.6,1.3,2.9,2.4,4.7c1.1,1.7,4.2,3.7,7,5.2
c2.8,1.5,8,3,8.6,3c0.4,0,1.2,0.2,1.7,0.4c0.6,0.8,1.2,2.1,1.2,2.1c0.1,0,0.2,0,0.3,0c1.3,0,5.7,1.2,5.7,1.2
c1.2,0.1,2.4,0.1,3.7,0.1c9.4,0,21.8-2.3,25.7-3.3c4.4-1.2,27.5-5.9,29.6-6.5c2-0.6,22.9-4.3,26.3-4.9c0.9-0.1,1.5-0.2,1.9-0.2
c0.9,0,1,0.2,1,0.3c0.2-1,0.2-4.8,0.2-4.8c0,0-0.1,0-0.2,0c-1.8,0-16.7,3.4-16.7,3.4s-22.1,4.5-22.9,4.7c-0.8,0.2-12,3.1-19.8,4.9
c-7.8,1.8-15.6,2.1-17.9,2.1c-2.1,0-15.8,0.1-18.3,0.2l-2.4-2.6c0,0,0,0,0,0c0,0-0.1-0.1-3-1c-3.3-1.1-4.8-2.2-7.4-3.8
s-5.2-6.3-5.8-7.7c-0.6-1.4-2.4-5.2-2.4-5.2c-0.3,1.3,0.6,4.1,1.1,4.6C15.8,101.4,15.6,103.6,15.7,104.2z M14.3,106.3
c0,0.6-0.4,4.7-0.1,5.6c0.3,0.9,4.3,4.5,6.1,5.5c1.8,1,6.2,2.7,7.3,3c0.8,0.2,2.5,0.4,3.8,0.4c0.8,0,1.4-0.1,1.7-0.3
c0.3-0.3,0.8-0.4,1.2-0.4c0.5,0,0.9,0.2,1.2,0.5c0.5,0.5,1.1,0.8,1.6,0.8c0.1,0,0.2,0,0.3,0c0,0-1.9-1.9-2-2.3
c-0.1-0.3-0.5-0.4-1-0.4c-0.2,0-0.4,0-0.6,0.1c-0.1,0-0.4,0.1-0.7,0.1c-1.3,0-3.9-0.4-7.7-2c-4.8-2.1-8-3.9-9.1-6
c-1.1-2.1-1.7-2.3-1.7-4.7c0-2.4,0.2-4.3-0.2-5c-0.4-0.7-0.6-1.3-0.6-1.3s0,3.1,0.2,3.8C14.3,104.2,14.3,105.7,14.3,106.3z
M37.8,125.5c-0.1-0.2-0.4-0.2-0.8-0.2c-1.3,0-3.7,0.7-4.3,1c-0.8,0.5-4.7,1.1-4.7,1.1c1.1,0.5,2.3,0.6,3.5,0.6c2,0,3.8-0.5,4.6-0.8
c0.3-0.1,0.6-0.2,0.9-0.2c0.8,0,1.2,0.4,1.2,0.4L37.8,125.5z M38.1,136.2c0,0,1.5,2,2.4,2.6c0,0-2.4-3.6-2.7-4.7L38.1,136.2z
M55.3,145.6c-0.2,0-0.4,0-0.6,0c-6.9,0-8.4-2.8-8.4-2.8c0.2,0.8,2,3.6,4.9,4.6c1.1,0.4,3.2,0.5,5.3,0.5c3.4,0,7.1-0.3,7.8-0.6
c0.4-0.2,1.2-0.8,2.1-1.5c-4.7,4.3-14.5,15.8-7.7,30.6l0.6-1.7c0,0-8.2-15,9.3-30.9c0,0-0.1,0.1-0.3,0.3c0.5-0.5,0.9-0.8,0.9-0.8
C68.6,143.6,62.7,145.4,55.3,145.6z M38.4,140.3c-0.1-0.2-0.3-0.2-0.4-0.2c-0.3,0-0.5,0.3-0.5,0.3c0,0.4-0.1,2.9-0.1,2.9
c0.1-0.1,0.1-0.1,0.2-0.1c0.6,0,1.8,2,2.3,2.3c0.6,0.3,6.6,3.1,7.5,3.4c0.9,0.3,4.7,2.8,5.5,3.1c0.1,0,0.3,0.1,0.5,0.1
c0.9,0,2.4-0.3,3.4-0.5c0,0-0.1,0-0.1,0.1c-0.5,0.3-3.2,0.9-4.4,1c-0.5,0-1.2,0-2.1,0c-1.5,0-3.1-0.1-3.4-0.2
c-0.5-0.2-4.3-2.8-5.4-3.1c-1.1-0.3-4.2-1.7-4.6-3l-0.3,4c0,0,1.3,1.2,2,1.2c0.6,0,2.4,0.9,3.1,1.2c0.7,0.3,2.3,0.6,2.8,0.6
c0.4,0,3-0.5,4.5-0.5c0.3,0,0.6,0,0.8,0.1c0.9,0.3,4.6,1,6.1,1c0.2,0,0.4,0,0.5,0c0.9-0.2,2.8-2.1,2.8-2.1s-1.1-0.3-1.9-0.3
c-0.1,0-0.2,0-0.2,0c0.4-0.1,0.6-0.1,0.7-0.2c0.4-0.1,2.8-0.7,3-0.8c0.2-0.1,0.9-1,0.9-1s-2,0.6-3.6,1.1c-0.2,0.1-0.4,0.1-0.6,0.1
c-1.5,0-2.9-1.3-3.5-1.7c-0.6-0.6-1.7-0.9-5-1.6c-3.3-0.6-5.6-3.5-6.9-4.2C40.8,142.5,38.9,140.9,38.4,140.3z M41.9,158.6
c1.3,0.2,6.2,0.8,6.9,0.8c0.8,0,3.9-1.6,4.2-2.4c0,0-3.2-1.3-5.3-1.3c-0.1,0-0.1,0-0.2,0c-0.2,0-0.3,0-0.5,0c-2.3,0-6.3-0.4-7.6-0.5
c-1.4-0.1-3.8-1.2-4.1-1.2c0,0-0.4,2.4-0.6,2.8c-0.2,0.5,1.1,0,1.9,0.5C37.4,158,40.7,158.4,41.9,158.6z M23.1,178.6
c0.4,0,2.3-1.1,2.9-1.6c0.7-0.5,1.6-1.4,2.3-1.4c0.1,0,0.2,0,0.3,0.1c0.1,0,0.2,0.1,0.3,0.1c1,0,3.2-0.9,3.5-1.6
c0,0-1.7,0.7-2.5,0.9c-0.8,0.2-3.9,0-4.3,0.6C25,176,23.2,178.1,23.1,178.6C23,178.6,23,178.6,23.1,178.6z M24.2,180.3
c0.4-0.2,2.5-2.5,2.5-2.5s0,0-0.1,0c-0.5,0-2,0.1-3,1.5c-0.7,0.9-1.1,1.2-1.4,1.3C22.7,180.6,23.9,180.5,24.2,180.3z M22,180.7
c0,0,0.1,0,0.2,0c-0.2,0-0.3,0-0.3,0S21.9,180.7,22,180.7z M19.1,185.7c-0.5,0.6-4,8.6-4,8.6c-2.3,4.4-3.6,9.4-4.3,14
c1.5-7.8,4.4-13,6-16c2.5-4.6,9.3-13.1,9.3-13.1c-1.4,0.8-3.7,3.2-5.3,4.9C19.4,184.1,19.1,185,19.1,185.7z M10,223.5
c-0.1-1.8-0.4-8.1,0.8-15.3C9.9,212.5,9.5,217.6,10,223.5z M10,223.5c0,0.3,0,0.4,0,0.5C10,223.9,10,223.7,10,223.5z M9.2,221.8
c-0.5-12.8,3.5-23.4,3.5-23.4C7.4,210.5,9.2,221.8,9.2,221.8z M23.8,183.4c0,0-7.8,10.1-9.7,16.1c-1.9,6-4.3,13.8-3.2,25.5l0.7,1.1
c0.6,2.2,3.4,11.1,6.8,13.2c0,0-4-5.2-6-12.5l-0.7-0.8c-0.3-2.3-1.4-12.5,1.1-20.2C15.8,197,17.9,191.9,23.8,183.4z M21.7,188.2
c-2.2,5.3-6.5,13.4-6.9,14.4c-0.4,1.1-3.2,10.5-2.7,15.8c0.5,5.3,0.9,8.6,0.9,8.6l0.7,1.7c0,0-1.7-14.4,1.1-22.2
c2.7-7.8,8.6-22.2,13.8-28.3C28.7,178.3,24,182.9,21.7,188.2z M25.3,183.9c1.2-2.1,2.1-3.5,2.1-3.5
C26.8,181.1,26.1,182.3,25.3,183.9z M25.3,183.9c-2.3,4.1-5.9,10.9-6.8,15.3c-1.3,6.6-3.4,10.2-3.4,12.5c0,2.4-0.1,15.4,0.5,17.5
c0.6,2.1,4.3,7.2,4.8,9.5l0.8-0.6c0,0-3.4-6.5-3.7-7.8c-0.2-1.3-2.7-13-0.8-20.6C18.3,203.6,22.2,190.6,25.3,183.9z M19.7,239.2
c0,0-4.5-8-5.6-10.4c0.8,2.1,3.4,9,5.1,10.8L19.7,239.2z M14.1,228.8c-0.1-0.4-0.2-0.6-0.2-0.6C13.9,228.3,14,228.5,14.1,228.8z
M16.2,237.5c-2.8-3.2-5-11-5-11C11.5,232.7,16.2,237.5,16.2,237.5z M100.7,190.6l1.4,1.1c0,0,0.8-0.5,1.6-0.5c0.2,0,0.4,0,0.5,0.1
c0.8,0.4,1.8,0.7,2.4,0.7c0.3,0,1.2-0.3,1.9-0.3c0.5,0,1,0.1,1.2,0.6c0.5,1.2,0.7,3.2,1.1,3.2c0.4,0,2.8,0,2.8,0s-1.9-2.6-1.9-3.3
c0-0.7,0-2.4-0.6-2.5c-0.6-0.1-3.5-0.6-3.9-0.6c-0.3,0-1.4,0.8-1.9,0.8c-0.1,0-0.2,0-0.2-0.1c-0.2-0.4-1.3-1.7-1.9-1.7
c0,0-0.1,0-0.1,0c-0.2,0.1-0.6,0.2-1,0.2c-0.4,0-0.9-0.1-0.9-0.3L100.7,190.6z M115.3,195.9c-0.1,0-0.2,0-0.3,0c0,0,3.8,1.8,3.8,3.1
c0,1.3-1.5,2.4-1.2,3.8c0.4,1.4,0.6,3.4,1.1,4c0.5,0.6,0.9,2.4,1.3,2.7c0.4,0.4,3.1,1.5,3.1,3.5c0,2,0.2,3.3,0.5,4c0,0,0,0.1,0,0.1
c0.2,0-0.1-4.8-0.6-6.1c-0.6-1.4-3-2-3.8-5.9c-0.8-3.9,0.6-5.2,0.6-6.9C119.7,196.7,116.7,195.9,115.3,195.9z M122.2,196.6
c-0.1-0.8-2-0.8-2-0.8c2.4,2.2,0,3.1,0.8,3.8c0.8,0.7,1.8,3.3,1.8,3.3c0.5-1.3-0.2-2.7-0.7-3.4C121.6,198.7,122.3,197.4,122.2,196.6
z M120.7,199.7c0,0-0.9,2,0,4c0.9,2,1.1,3,1.5,3.7c0.5,0.7,1.1,2.4,1.2,3.5c0-0.1-0.4-4.2-0.8-6.3
C122.1,202.5,121.2,203.6,120.7,199.7z M122.1,226.5c-0.4-1.8-1.2-3.4-2-7.3c-0.6-1.8-1.4-2-1.3-6.2c0,0-0.4-1.9-0.7-2.2
c-0.4-0.4-1.9-2.7-2.4-2.7c-0.5,0-1.9-0.5-1.2-3c0.7-2.5-1.2-3.1-2-3.3c-0.8-0.2-3.2-0.1-4.5-2.2c-1.3-2.1-2.6-4-3.1-4.1
c0,0,0.9-0.1,1.8-0.1c0.9,0,1.9,0.1,2.1,0.4c0.4,0.7,1.8,2.5,2.6,3.2c0.8,0.7,2.5,1.7,3.1,1.7c0.6,0,2.5,1.3,2,2.5
c0,0,2.2-1.8,0.1-3.4c-2.1-1.7-3.2-1.5-4.3-3c-1.1-1.4-3.5-0.8-4.4-2c-0.4-0.6-1.2-0.7-2-0.7c-0.8,0-1.7,0.1-2.2,0.1
c-1.1,0-3-0.6-3-0.6l-0.1,1.4c0,0,0,0,0.1,0c0.4,0,2.5,0.1,2.9,1.8c0.5,1.9,1.9,4.1,2.6,4.6c0.7,0.5,5.8,1.4,6.3,2
c0.5,0.6,0.9,1.1,0.6,2.2c-0.4,1.2,0,1.8,0.7,2.2c0.7,0.5,2,1.1,2.5,2.4c0.5,1.3,0.8,2.4,1.5,3c0.7,0.6,0.6,2.5,0.5,3.3
c-0.1,0.8,1.4,3,1.7,4c0.2,1.1,0.6,2.6,0.7,3.8c0.1,1.2,1.4,3.4,1.2,4.8c-0.2,1.4,0.4,1.8,0.8,2.8c0.1,0.3,0.2,0.4,0.3,0.4
c0.3,0,0.4-1,0.3-1.7C123.2,229.8,122.5,228.3,122.1,226.5z M116.3,203.7c0,0-1.2,1.4-0.8,2.1c0.4,0.7,1.4,1.2,1.8,1.8
c0.4,0.6,0.1,1.3,0.7,1.9c0.6,0.6,1.7,1.1,1.7,1.1s-0.8-0.5-1.4-2.7C117.6,205.6,116.4,204.9,116.3,203.7z M121,217.8
c-0.4-0.9,0.9-4.1-1.2-6.7c0,0,0.5,2.8,0.4,4c-0.1,1.2-0.2,2.6,0.5,4c0.7,1.4,2.6,8,2.8,9.6l0.2,0.9l0.1-2.6c0,0-0.8-2.5-0.9-3.2
C122.8,223.1,121.4,218.7,121,217.8z M120.8,210.9c0,0,0.3,0.2,0.6,0.5C121.2,211.2,121,211,120.8,210.9z M122.5,213.6
c0.1-0.9-0.6-1.7-1.1-2.2c0.6,0.9,0.5,2.8,0.4,3.4c-0.2,0.8,0.5,3.8,0.7,4.4c0.2,0.6,1.4,3.5,1.4,3.5s0-0.9,0-1.5s-0.5-2.1-1.1-3.1
C122.2,217.2,122.3,215.2,122.5,213.6z M102.8,202.8c0.4,0,0.9,0,1.4-0.1c0,0-1.7-0.7-2.5-3.4c-0.8-2.7-1.5-3-1.5-3l-0.5,4.3
C99.6,200.5,99.5,202.8,102.8,202.8z M122.1,234.1c-0.2-1.2-0.4-0.7-0.5-2c-0.1-1.3-0.5-2.6-1.3-4.8c-0.8-2.2-0.5-2.6-0.5-3.4
c0-0.8-0.6-2-1.1-3.1c-0.5-1.1-1.3-1.7-1.1-3.4c0.2-1.8-1.5-3.5-2.5-4.6c-0.9-1.1-1.4-3.3-1.8-4.1c-0.4-0.8-1.3-0.7-1.9-1.3
c-0.6-0.6-0.6-2.4-1.2-3.5c-0.4-0.8-3.1-1-4.6-1c-0.6,0-1,0-1,0c0.1,0,0.1,0,0.2,0c3.5,0,5.2,3.6,6.3,6.3c1.2,2.7,2.6,4,3.2,4.8
c0.6,0.8,1.9,3,1.9,3.3c0,0.4,1.2,2.5,1.2,3.1s0.6,2.2,1.3,2.8c0.7,0.6,0.4,2.7,0.4,3.2c0,0.5,0.5,2.1,0.9,2.7
c0.5,0.6,0.8,3.9,0.8,3.9s0.7,1.8,0.7,2.2c0,0.5-0.5,2-0.6,2.6c-0.1,0.6,1.5,1.2,1.5,1.2l0.4-1.3l-0.7-0.5
C121.4,236.1,122.3,235.3,122.1,234.1z M123.2,236.1c0.2-0.5,0-2.7,0-2.7C122.1,234.8,123.2,236.1,123.2,236.1z M120.2,237.8
c0.1-0.6-0.1-1.9-0.1-2.5c0-0.6-0.4-3.2-0.5-4.1c-0.1-0.9-1.1-4.3-0.7-5.2c0.4-0.9-2-3-2.4-3.7c-0.4-0.7-0.7-3.2-0.9-4.1
c-0.2-0.9-4.1-5.4-5.1-5.9c-0.9-0.5-2.2-3.5-3.2-5.3c-0.9-1.8-3-2.6-3.8-3.5c-0.4-0.4-1.3-0.5-2.2-0.5c-1.1,0-2.2,0.2-2.2,0.2
c1.7,0,4.8,2.6,5.8,4c0.9,1.4,4.6,5.8,6.7,8.4c2.1,2.6,2.7,4.1,2.8,5.2c0.1,1.1,1.1,3.4,2.7,4.6c1.7,1.2,0.9,4.1,0.9,4.8
c0,0.7,0.8,3.2,1.2,5.7c0.4,2.5,0.1,3.9,0.1,4.7c0,0.8,0.9,1.5,0.9,1.5l0.5-2.2C120.1,239.2,120.1,238.4,120.2,237.8z M118.3,242
c0.2-1.8,0.5-5.4-0.2-6.9c-0.7-1.4-0.9-3.9-0.9-4.6c0-0.7,0.9-2.7-0.6-4.1c-1.5-1.4-3-2.2-3.4-4.7c-0.5-2.5-1.9-3.2-2.8-5.2
c-0.9-2-3.4-4.4-5-5.6c-1.5-1.2-4.7-6.1-6.4-7.1l-0.7,1.8c0,0,3.4,3.7,4.1,4c0.7,0.4,4.3,3.8,4.8,4.6c0.6,0.8,1.9,4.7,2.5,5
c0.6,0.2,2,1.7,2.1,2.8c0.1,1.2,1.2,2.7,2.1,3.7c0.9,0.9,2.4,2.4,2.6,3.8c0.2,1.4-0.8,3.4-0.5,4.5c0.4,1.1,0.7,3.7,1.1,4.7
c0.4,1.1,0.5,2.6,0.1,3.3c-0.4,0.7-0.7,1.5,0.2,2.2c0,0,1.2-0.1,3-2.2c0,0-1.1,0.8-1.7,0.8C118.4,242.8,118.2,242.6,118.3,242z
M114.9,236.3c-0.1-0.1-0.1-0.2-0.2-0.2c-0.3,0-0.5,1-0.5,1s-1.7-3.2-2.1-3.5c-0.5-0.4-3.4-5.6-3.7-6.2c-0.2-0.6-0.6-3.3-1.5-3.8
c-0.2-1.5-4.6-6-5.1-6.7c-0.5-0.7-4.3-5.6-4.7-5.8l-0.5,1.9c0,0,3.5,3.8,4.8,5.3c1.3,1.5,4.1,6.6,4.4,8c0.2,1.4,0.6,3,1.5,4.5
c0.9,1.5,5.1,5.3,5.6,6.5c0.5,1.2,0.1,2.1,0.1,2.1l0.9-0.7c0,0,0.4,2,0.2,2.8c-0.1,0.8,0.5,1.7,0.2,2.5c-0.2,0.8-1.5,1.1-1.2,1.7
c0.4,0.6,0.8,1.4,0.8,1.4l1.7-1.2c0,0-1.1-2.1,0-3.1c1.1-0.9,0.4-0.8-0.1-2.1C115.1,239.5,115.2,237.1,114.9,236.3z M112.5,242.1
c0.1-0.5-0.4-2.1-0.5-2.7c-0.1-0.6-1.5-2.5-3.8-4.6c-2.2-2.1-1.5-1.2-3.2-4.4c-1.7-3.2-4.3-8.9-4.7-9.6c-0.5-0.7-3.8-6.3-4.6-6.5
l-0.5,2c0,0,2.4,3.1,3.4,5.9c1.1,2.8,3.4,7,4.1,8.4c0.7,1.4,2.1,2.4,2.2,3.4c0.1,1.1-0.4,0.9,0.9,1.5c1.3,0.6,4.3,3,4.8,4.1
c0.6,1.2,0.8,4.4,0.4,5.3c-0.5,0.9-0.2,1.9-0.2,2.2c0,0.4-0.7,0.8-0.7,0.8l-0.5-0.6c0,0,0.5-0.7,0.5-1.1c0-0.1,0-0.1,0-0.1
c-0.1,0-0.6,0.8-1.6,1.7c-1.2,1.1-3.3,1.5-3.9,3.1c-0.2,0.6-0.2,0.9,0,0.9c0.2,0,0.8-0.5,1.1-0.9c0.6-0.7,1.9-2,2.4-2.1
c0.5-0.1,0.5-0.1,0.5-0.1s0.4,1.1-0.8,2.4c0,0,3.3-3,4.5-3.1c0,0-1.7-1.1-0.4-1.8c1.3-0.7,0.7-0.9,0.5-1.4
C112.2,244.6,112.4,242.6,112.5,242.1z M103.7,250.3c1.2-3,3.1-2.5,4.1-2.8c1.1-0.4,3.3-1.2,3.1-3.1c-0.2-1.9-1.1-3.9-3.2-4.7
c0,0,0,0,0,0.1c-0.9-0.6-2.1-1.4-2.9-1.8c-1.1-0.6-0.9-1.3-1.3-1.8c-0.4-0.5-0.9-2.2-1.7-2.6c-0.7-0.4-1.7-2.8-2.1-3.5
c-0.4-0.6-2.2-4.6-2.2-4.6c-0.5-1.1-3-6.3-3-6.3c-0.2,0.5-0.6,3.8-0.6,3.8c2,2.8,0,18.8-0.5,26.6c-0.6,7.8-3.2,9-3.2,9
s0.7,0,2.1-0.4c1.3-0.4,2.5-5.4,3.1-9.1c0.6-3.7,1.5-21.5,1.5-21.5s1.8,3.2,1.8,3.6c0,0.4-0.5,7.8-0.9,16.2
c-0.5,8.4-3.4,9.7-3.4,9.7c1.3-0.2,2.2-0.7,3.4-2.6c1.2-1.9,2-9.9,2-11.5c0.1-1.6,0.5-8.5,0.5-8.5s0.6,2.4,0.9,3.4
c0.3,0.9,0.5,2.6,0.3,9.4c-0.2,6.8-3.8,8.9-3.8,8.9c0.6-0.1,1.6-0.5,3.7-3.3c2.1-2.8,2.1-12.1,2.1-12.1l1.2,1.1
c0.3,1.9-0.6,5.6-1.1,7.3c-0.3,0.3-0.5,0.7-0.7,1c-0.5,1.2-0.9,3.3-1.4,3.8c0,0,3.4-0.1,4.6-0.8c0,0,0,0-0.1,0
C105.5,253.1,102.6,253,103.7,250.3z M105.5,249.5c0,0-1.5,0-0.8,1.8C104.7,251.2,105.1,249.6,105.5,249.5z M22.3,204.9
c-0.1,0-0.3,0.1-0.3,0.8C22.2,205.2,22.3,204.9,22.3,204.9C22.3,204.9,22.3,204.9,22.3,204.9z M22.9,202.7c0,0.5,1.9,8.2,4,11.6
c2.1,3.4,7.6,12.3,7.6,12.3l2.4-1.8c0,0-7-8.2-9.8-14.3c-2.2-4.9-2.9-10.2-2.2-13.5C24,199.2,22.9,202.3,22.9,202.7z M24.8,197
c0.4-1.2,0.8-2.1,0.8-2.1C25.3,195.4,25,196.1,24.8,197z M29.9,184.9c0.4-0.7,0.6-1.2,0.6-1.2C30.3,184.1,30.1,184.5,29.9,184.9z
M36.5,172.9c0.4-0.6,0.6-0.9,0.6-0.9C37,172.1,36.8,172.4,36.5,172.9z M36.5,172.9c-1.5,2.3-5.5,8.4-5.5,9.3
c0,1.1-1.9,8.6-1.2,13.8c0.7,5.2,5,18,14.4,23.9l3.6-1.5c1-0.3,2-0.6,2.4-0.6c0,0,0.1,0,0.1,0v-0.7c0,0-1.2,0.4-2.6,1
c-1.5-0.9-8.3-5.2-11.3-10.8c-3.3-6.4-5.1-10-4.8-18.2C31.7,182.4,35.1,175.4,36.5,172.9z M38.5,200.3c-3.3-8-3.8-15.5-3-20.1
c0.8-4.6,4.4-12.3,9.8-16.3c0,0-6,3.5-8.5,9.6c-2.5,6-5.6,14.4-1.5,26c4,11.6,14.8,16.8,14.8,16.8l-0.1-3.1
C50,213.2,41.8,208.3,38.5,200.3z M37.4,188.9c3.1,16,12.5,21,12.5,21l0.2-3.1c0,0-6.4-4.7-9.7-16c-3.3-11.2-1.7-20.5,4.4-26.6
C44.9,164.3,34.4,173,37.4,188.9z M55.5,182.3c0,0-9.3-14.3,1.9-28.9c0,0-13.4,11-3,31.6L55.5,182.3z M56.6,180.3l1-1.4
c-0.4,0.7-0.6,1.1-0.6,1.1c6.4-6.2,14.2-8.5,21-8.5c4.8,0,9.1,1.1,12.1,2.9c7.1,4.1,10.6,15.4,10.6,15.4c0.9-2.4,0-7.4-1.9-12.8
C97.1,172.1,92,165,81,165c-1.2,0-2.5,0.1-3.9,0.3c-10.7,1.5-17,9.6-19.3,13.1c-0.3-0.5-7.9-13,2.7-27.9
C60.6,150.5,47.6,162.3,56.6,180.3z M59.7,173.9l0.6-1.4c0,0-5.7-19.4,17-33.5C77.3,139,54.5,148.3,59.7,173.9z M87.1,136.6
c-3.5,0-5.4,1-5.7,1.3c-0.5,0.4-9,5.8-10.5,7.4c-1.5,1.7-13.8,17-10.1,26.2c9.3-10.2,17.2-13.1,23.3-13.1c6.3,0,10.6,3.1,12.7,4.5
c4.1,2.8,4.5,16.1,4.5,16.1s1.3-9.1,0.9-15.1c-0.4-6-7.1-10.3-7.1-10.3s-3.6-1.8-8.6-1.8c-3.2,0-7,0.7-10.9,3.1
c-8,4.9-12.8,12.8-14.4,15.6c-0.3-0.8-1.6-5.8,3-13c5.1-7.9,8.9-13.7,17.9-17.7c3.2-1.3,5.6-1.6,7.2-1.6c1,0,1.6,0.1,1.9,0.2
c0.7,0.1,6.5,1.4,9.2,3.9c2.7,2.5,5.1,5.2,5.8,8.2c0,0-1.5-8.4-10.5-11.9C92.3,137,89.4,136.6,87.1,136.6z M91.9,141.3
c-0.3,0-0.7-0.1-1.3-0.1c-3.3,0-10.4,0.9-16.2,6.3c-6.7,6.3-13.1,17.1-12.4,20.2c0,0,1.9-6.4,10.8-15c8.1-6.5,14.8-6.7,15.9-6.7
c0.1,0,0.2,0,0.2,0s0,0,0.1,0c0.8,0,7.4,0.1,10.1,3.4c2.8,3.5,6.9,7.6,5.1,15.3c0,0,3.3-5.8,0.7-13
C102.2,144.5,94.2,141.5,91.9,141.3z M100,195.9c-0.2-5.6-8.5-12.8-10.2-14c-1.7-1.2-11.6-4.5-18.7-4.5c-7.1,0-16.1,7-16.1,7l-1.2,3
c-0.5-0.8-10.7-19,0.1-31.2c0,0-7,6.3-6.7,17c1.7,10.5,5.6,17,5.6,17l0.8-2c5.8-3.7,11.3-5,16.2-5c9.7,0,17.2,5,21,7.2
c5.8,3.3,8.7,10.4,8.7,10.4L100,195.9z M98,205.1c-0.1-1.5-7.4-9.7-13.8-11.8c-4.1-1.4-12-3.8-19.8-3.8c-4.3,0-8.5,0.7-12.1,2.8
l-0.3,1.1c-1.3-2.3-8-14.9-5.9-24c2.2-7.7,5.6-10.8,5.7-10.9c-0.1,0.1-5.4,4.9-7,10.9c-1.5,5.9-0.2,18.4,6.4,26.8l-0.3,0.9
c0,0,2.2-2.1,9.1-2.1c0.7,0,1.4,0,2.1,0.1c8.6,0.5,21,3.3,26.1,7.1c5.1,3.8,8.8,6,9,7.4c0,0,0.1-0.2,0.1-0.5
c0.3,0.1,2.4,1.4,4.8,5.1c2.6,3.9,3.9,5.2,4.5,6c0.6,0.8,2.6,3.2,2.7,4c0.1,0.8,0.1,1.3,0.9,2.4c0.8,1.1,2.7,3.8,3.3,5.2
c0.6,1.4,1.4,2.5,1.4,3.3c0,0,0.9-3.8-0.5-6.3c-1.4-2.5-3.2-3.5-3.7-4.8c-0.5-1.3-3-4.4-3.6-5c-0.6-0.6-2.2-4.6-3.5-6
c-1.3-1.4-5.9-5.2-5.9-5.2l-0.5,1.1C97.6,207.9,98.1,206.2,98,205.1z M94.3,218.3c0,0,1.4-3.4,1.3-4.3c-0.1-0.8-8.4-7.3-14.2-9.1
c-4.3-1.3-16.6-4.8-24.6-4.8c-2.8,0-5.1,0.4-6.3,1.6l0.2-1.8c0,0-9-12.9-8.4-23.3c0.6-10.4,6.5-15.8,6.5-15.8s-0.8,0.6-1.8,1.8
c-0.5-0.1-3-0.3-3.7-0.4c-0.7-0.1-2.5-1.2-3.5-1.3c-0.9-0.2-3.2-1.3-4.3-1.7c-1-0.3-1.1-1-1.1-1.2c0,0.6-1.5,3.2-1.5,3.2
c0.1-0.1,0.3-0.2,0.6-0.2c0.8,0,2.1,0.4,2.5,0.6c0.6,0.2,2.1,1.3,2.6,1.5c0.5,0.2,2.1,1,2.2,1.3c0,0,0.1,0.1,0.2,0.1
c0.6,0,2.2-0.4,3-0.4c0.7,0,2.3-0.8,2.8-1.1c-2.5,2.8-6.6,8.8-6.1,17.7c0.7,12.9,9.6,23.4,9.6,23.4l0-0.3l-0.1,2.9
c0,0,2.5-0.4,6.1-0.4c1.8,0,3.9,0.1,6,0.4c6.5,0.8,16.1,3.2,18.2,3.8C82.7,210.7,93.5,216.6,94.3,218.3z M57,216.4
c5,0.6,17.5,2.4,20.6,3.7c3.1,1.3,14.9,6.4,14.8,7.1l1.1-4.1c0,0-6.6-5.3-12.3-7.2c-4.7-1.6-19.9-5.2-27.4-5.2
c-1.6,0-2.9,0.2-3.6,0.6v5.1c0,0,0.7-0.2,2.4-0.2C53.6,216.1,55,216.1,57,216.4z M76,255.3c-2.7-0.4-12.8-1.5-14.5-1.5
c-1.5,0-7.7-0.8-9.9-0.8c-0.4,0-0.6,0-0.7,0.1v5.4c0,0,17.4,0.9,18.3,0.9s12.1,0.7,12.4,2.4l1.8-4.1C83.4,257.6,78.7,255.6,76,255.3
z M52.7,263.5c-1,0-1.6,0-1.8,0.1l0.4,5.8c0,0,3.2-0.6,5.5-0.6c0.3,0,0.7,0,1,0c2.4,0.2,9.9,0.2,10.5,0.2c0.6,0,9.3,0.6,9.9,2.1
l1.8-4.5c0,0-4.6-2.2-8.2-2.4C68.9,264.3,57.2,263.5,52.7,263.5z M74.1,274.4c-1.8-0.1-13.8-0.6-15.7-0.6c-1.9,0-7.1,0.4-7.1,0.4
v6.4c0,0,2-1.4,4.6-1.4c0.2,0,0.4,0,0.6,0c0.6,0,1.4,0.1,2.4,0.1c3.9,0,9.8-0.3,10.6-0.3c0.9,0,5.8,0.1,6,1.2l1.2-4
C76.7,276.1,75.9,274.5,74.1,274.4z M64,283.6c-1.2,0-2.1,0-2.6,0.1c-1.5,0.1-10-0.1-10.4,1.7c0,0-0.4,4.6-0.4,5.1
c0,0,2-1.7,5.3-1.7c3.3,0,12.5-0.8,13.4-0.8c0.4,0,1.6-0.2,2.7-0.2c1,0,1.9,0.2,2.2,0.9l0.6-4c0,0-1.4-0.7-2.8-0.8
C71,283.7,66.9,283.6,64,283.6z M73.7,292.6c-0.4-0.1-2-0.1-4.3-0.1c-6.5,0-18,0.5-20.1,2.8l-1.3,4.3c0,0,5.2-1.7,6.7-1.7
c1.5,0,8-1.2,8.9-1.3c0.3,0,1.4-0.1,2.9-0.1c2.9,0,7,0.2,7.4,0.8l0.5,0.7C74.3,298.1,75.2,292.9,73.7,292.6z M92.1,242.1
c0.5-3.9,0.2-14.6,0.2-14.6c0,1-1,4-1.6,6.1l0.5-1.8c0,0-0.2-0.9-2-1.9c-1.8-0.9-14.8-5.2-19.9-6.3c-3.9-0.8-12.4-2.6-16.6-2.6
c-1.3,0-2.2,0.2-2.4,0.6l0.2,3.3c-0.6-0.3-2.7-1.3-5.8-1.3c-3,0-7.1,0.9-11.7,4.2c-1.2-1.9-9.4-14.9-10.4-18.9
c-0.4-1.7-0.5-2.7-0.5-3.2c-0.1,0.2-0.1,0.4-0.2,0.6c0-0.7,0-1.4,0-2.1c0-2.5,4.7-15.6,5.4-17.3c0.7-1.7,7-15.6,14.7-21.4
c0,0-0.3,0.2-0.8,0.6l1-1c-0.3-0.1-1.2-0.4-2.2-0.4c-0.5,0-1,0.1-1.5,0.3c-0.5,0.2-0.9,0.3-1.2,0.3c-0.6,0-0.9-0.3-1.3-0.6
c-0.6-0.4-2.4-0.6-3.6-0.8c0,0-0.1,0-0.1,0c-1.2,0-2.7,2.8-2.7,2.8c0.6-0.5,4.9-0.6,5.4-0.6c0,0,0.1,0,0.1,0c0.5,0,1.5,0.3,2.5,0.5
c0.8,0.1,1.6,0.5,2,0.7c-0.7,0.6-1.5,1.3-2.3,2.1c-0.1,0-0.3,0-0.5,0c-1.6,0-4.8-0.4-6.5-0.4c-2.1,0-3.9,3.8-3.9,3.8
c0.8-0.6,2.1-0.8,3.4-0.8c0.9,0,1.8,0.1,2.6,0.2c0.8,0.1,1.4,0.2,1.7,0.2c0.1,0,0.2,0,0.3,0c0.2-0.1,0.4-0.3,0.8-0.6
c-0.6,0.7-1.1,1.4-1.7,2.2c-8.2,6.8-13.2,25.5-13.7,27.1c-0.5,1.7-2,10.1-2.4,11.2c-0.4,1.2-0.5,3.7,0,5.3c0.5,1.7,0.7,6.4,0.8,7.7
c0.1,1.3,1.4,5.1,1.5,6.2c0.1,1.1,2.4,5.7,2.4,5.7s0.5-0.5,0.8-0.9c0.4-0.5-1.2-3.8-1.2-4.4c0-0.6-2-6.3-2.5-8.4
c-0.5-2.1-0.7-10.3-0.7-10.3s-0.9-4,4.1-18.7c3.6-10.4,7.8-16.6,9.9-19.3c-0.8,1.2-1.6,2.6-2.4,4.1c-5.1,9.7-8.3,18.8-8.3,19.5
c0,0.7-1.2,7.1-1.2,7.7c0,0.6-0.8,10.5-0.6,11.7c0.2,1.2,1.3,4.1,1.4,6.1c0.1,2,2.8,10.4,3,10.8l0.5-0.5c0,0-1.8-3.9-2.4-8.2
c-0.3-2.3-0.7-4-1-5.2c1,2.6,3.3,7.9,6.8,10.2l0.6-0.5c0,0-6.7-9.8-7.6-14.3l-0.1-0.2c0-0.3,0-0.7,0.1-1.1c1.4,3.2,5.7,12.5,8,15.2
l0.9-0.8c0,0-7.3-11.5-8.9-16.4c0.1-1,0.1-1.8,0.1-2.2c0-0.3,0-0.6,0-1c0.6,1.6,1.6,4.2,1.7,4.5c0.2,0.5,7.9,14.3,7.9,14.3l0.3-0.1
c-0.1,0.1-0.3,0.2-0.4,0.3c0,0,4.4-2.8,10-2.8c2.9,0,6,0.7,9,2.9l0.4-3.5l0.1,0.8c0,0,6.2,0,8,0.5c1.9,0.5,18.4,3.4,19.6,3.8
c1.2,0.4,11.5,3.7,11.8,5l0.3-1.2c-0.1,0.3-0.1,0.6-0.1,0.7c-0.1,1.2-1.3,15.1-1.3,18.4c0,3.3-3.2,7-3.2,7c2.9-0.3,3.9-3.8,4.6-5.3
C91,254,91.6,246.1,92.1,242.1z M27,229.4c-1.4-1.6-4.1-5-5.6-8.5c-0.2-0.8-0.3-1.3-0.3-1.7c0-0.1,0-0.3,0-0.6
C22,220.5,25,226.7,27,229.4z M19.5,279.4c-3.8-1.3-8.1-1.6-11.5-1.6c-2.3,0-4.2,0.2-5.1,0.4c-2.2,0.5-3,6.5-3,6.5s1.5-1.1,5.8-1.1
c3.3,0,8.3,0.7,15.5,3.2c16.4,5.7,19.9,13.3,19.9,13.3l0.7-5C38.5,286.1,26,281.6,19.5,279.4z M35.4,272.7
c-1.9-1.7-13.4-8.1-21.7-8.1c-0.8,0-1.5,0.1-2.2,0.2c-8.3,1.4-8.7,9.3-8.7,9.3c1.7-1.9,4.7-2.8,8.5-2.8c5.5,0,12.5,1.9,18.6,5.1
c10.3,5.4,13,13.9,13,13.9l0.9-4.5C43.7,279.7,37.4,274.5,35.4,272.7z M30.8,255.5c-3.2-2.4-8.9-3.5-13.3-3.5
c-1.9,0-3.6,0.2-4.7,0.6c-3.6,1.3-6.6,11-6.6,11c2.4-4.1,6.4-5.2,10.1-5.2c5,0,9.6,2.1,10.2,2.3c1,0.3,9.5,4.4,13.8,9.1
c4.3,4.7,4.6,11,4.6,11s0.6-1.6,1.3-5.5c0.6-3.9-3.2-10.1-4.2-11C41.1,263.2,35.5,258.9,30.8,255.5z M49.5,261.1
c-0.4-1.7-2.1-6.7-7.2-10.2c-5-3.5-14-9.1-17.2-9.1c-3.2,0-9.9,0-14,9.5c0,0,2.7-5.4,8.2-5.4c0.8,0,1.6,0.1,2.5,0.3
c7.3,2,11.8,4.3,14.3,6.6c2.4,2.4,8,5.8,9.3,7.9c1.3,2,3.2,5.1,2.8,8.5C48.2,269.2,49.9,262.7,49.5,261.1z M50.1,244.5
c-1.5-1.3-8.7-5.9-11.2-6.7c-1.4-0.4-4.9-2-9.1-2c-3.6,0-7.8,1.1-11.6,5.1c0,0,4-2.3,8.5-2.3c1.3,0,2.6,0.2,3.8,0.7
c5.7,2.2,14.6,7,16.1,8.4c1.5,1.3,4.2,3.9,4.2,5.7C50.7,253.3,51.6,245.8,50.1,244.5z M41.9,234.1c8.3,4.1,8.1,4,8.5,8.4l0-0.4
l0.6,5.8c0,0,12.2,0.8,13.8,1.2c1.7,0.4,10.3,1.2,10.6,1.2c0.4,0,9.3,2.1,9.6,2.5l1.8-4.6c-0.4,1.7-1.8,4.6-1.8,4.6
c-1.4,7.8-3.1,8.7-3.1,8.7l-0.2,1.4c5.2-1.2,5.1-15.4,5.1-15.4c0,0.2,0,0.4-0.1,0.6c-0.2-0.1-6.9-2.1-9.5-2.6
c-2.6-0.5-26.5-3.4-27-3.4l0-4.7c0.7,0,8,0.4,10.2,0.7c2.4,0.4,24.8,3.3,26.8,5.7l1.7-4.1c0,0-12.2-4-16.8-4.8
c-4-0.7-16.3-3.1-20.6-3.1c-0.7,0-1.1,0.1-1.4,0.2v1.9c-0.7-0.5-6.4-4.1-9.5-4.1c-1.1,0-2.5-0.2-4-0.2c-3.2,0-7.2,0.8-12.5,5.7
c0,0,4.7-2.6,10.3-2.6C37.1,232.5,39.5,232.9,41.9,234.1z M41.5,221.6c-0.3-0.3-7.3-6.9-11.1-14.7c-3.6-7.3-2.7-16.8-0.5-22
c-1.2,2.5-3.8,7.9-3.8,8.3c0,0.5,0.6,9.9,0.8,10.9c0.2,0.9,7.5,16,11.8,19.2l1.2-0.8c-0.2,0.2-0.4,0.3-0.6,0.5c0,0,4.3-1.9,8-1.9
c1.1,0,2.1,0.2,2.9,0.6V219C50.2,219,45.2,219.6,41.5,221.6z M35.4,43.7c0.1,0,0.1-0.1,0.2-0.1C35.6,43.7,35.5,43.7,35.4,43.7z
M28.8,50.2c0,0,4.8-5.6,6.6-6.5C34.6,44.1,31.4,45.6,28.8,50.2z M19.1,48.8c0.7,1.4,1.6,2.8,2,3.1c0.4,0.3,0.7,0.9,0.7,0.9
c-0.3,1.5,0.4,2.5,0.4,2.5c-0.4-1.6,0.4-2.4,0.7-2.4c0,0,0.1,0,0.1,0.1c0.3,1.1,2.8,1.8,2.8,1.8c-0.7-0.5-1-0.1-1.9-1.6
c-0.6-1,3.1-4,4.1-5c1-1.1,6-4.8,8-5.8c2.1-1,3.5-2.2,3.5-2.2l-0.8-0.7c0.5-0.1,2.9-1.2,2.6-1.2c-0.3,0-0.9-0.5-0.9-0.5
c0.3-0.1,2.4-1,2.4-1c0,0-0.1,0-0.1,0c-0.4,0-1.4-0.6-1.4-0.6c0.8-0.1,2.6-1.1,2.6-1.1c0,0-0.1,0-0.1,0c-0.4,0-1.1-0.3-1.1-0.3
c0.5,0,1.5-0.8,1.5-0.8l-1.2-0.4c0.4-0.1,1.7-0.7,1.6-1c-0.1-0.3-0.7-0.6-0.7-0.6c0,0,0,0,0.1,0c0.7,0,1.1-0.7,1.3-1.4
c0.1-0.3,0.1-0.6,0.2-0.8c0,0.2,0,0.6,0,1v0.3c0.1,3.9,1.8,6,1.8,6c-0.5-0.1-1.9-1.1-1.9-1.1c0,1.8,4.4,5.6,4.4,5.6
c-2.3-0.7-4.2-3.3-4.2-3.3c0,0.5,2.3,3.5,2.3,3.5c-0.4,0-2.1-0.9-2.1-0.9c1.2,2.7,4.7,5,4.7,5c-0.1,0-0.2,0-0.3,0
c-1.2,0-2.7-1.3-2.7-1.3c1.1,2,3.2,2.8,3.2,2.8c-0.1,0-0.4,0.1-0.7,0.1c-0.9,0-2.3-0.2-2.3-0.2c0.7,1,2.9,0.9,3.4,1c0,0,0.1,0,0.2,0
c0.1,0,0.3,0,0.6,0c0.3,0,0.5,0,0.9,0c1.1,0,2.6,0.2,3.8,1.2c1.5,1.3,4.6,2.7,6,3.4c-1.6-1-4.6-4-4.6-4c3,2.9,6.4,3.9,7.9,4.2
c-1.6-0.4-3.6-1.9-5.2-3.1c2.9,1.8,7.1,3.4,7.1,3.4c0.6,0.6,2.4,1.2,3.1,1.4c-0.6-0.3-1.6-1.1-1.6-1.1c0.7,0,1.9-0.2,2.4-0.2
c0,0-0.1,0-0.1,0c-1.3,0-4.3-0.9-4.3-0.9c0.5,0,1.6-0.3,1.6-0.3c-3-0.1-6.3-3.2-7.6-4.6c1.3,1.1,3.7,1.7,4.8,2
c-1.3-0.5-3.2-2.4-3.2-2.4c0.8,0.5,1.6,0.7,2.4,0.7c2.3,0,4.4-1.7,4.4-1.7c0,0.9-1.6,1.8-1.6,1.8c1.2,0,3-1.3,3-1.3
c-0.2,1.3-2.2,2-2.2,2c0.1,0,0.1,0,0.2,0c2.8,0,3.5-2.7,3.4-3.4c-0.1-0.8,0.4-3.7,0.5-4.8s2.2-2.9,2.8-3.5c0.3-0.3,1.1-0.6,2.1-0.6
c1.1,0,2.4,0.4,3.5,1.7c2.1,2.4,2.1,7.6,2.1,7.6l1,0.3c-0.1-0.2-0.1-0.3,0-0.3c0.2,0,1,0.9,1,0.9c-0.1-0.5-0.3-1.1-0.3-1.1
c1.4,0.1,2.8,2.8,2.8,2.8c0-0.7-1.2-2.8-1.6-3.4c0,0,0,0,0.1,0c0.1,0,0.2,0,0.3,0c1.9,0,5.6,2.8,5.6,2.8c-1-1.3-2.9-2.4-2.9-2.4
c0,0,0.1,0,0.1,0c0.8,0,3.8,1.2,3.8,1.2c-0.8-0.8-4.9-2-4.9-2c0.1,0,0.2-0.1,0.4-0.1c1,0,3.1,0.6,3.1,0.6c-0.5-0.7-2.6-1.2-2.6-1.2
c0.1,0,0.3-0.1,0.5-0.1c1.9,0,6.5,1.6,6.5,1.6c-2.9-2.2-8-2.4-8-2.4c0.1-0.1,0.3-0.2,0.6-0.2c0.8,0,2,0.5,2,0.5
c-0.7-1.1-2.5-1.2-2.5-1.2c0.1-0.2,0.3-0.2,0.5-0.2s0.4,0,0.4,0c0-0.2-0.1-0.4-0.2-0.6c0.6-0.1,1.2-0.3,1.2-0.3l0.6,1.5l0.9-0.5
l0.3-0.1l0.5-1l0.2,0.6c0.6-0.1,0.5-1.5,0.5-1.5l0.5,0.3l0.1-2.2l0.7,0.2l0.1-1.2h0.6l0.1-1.1l0.4,0.1l-0.2-0.7l0.7-0.2l-0.2-0.5
l0.6-0.1l-0.9-0.7l1.3-0.4c-0.3-0.1-1.1-1-1.1-1l0.7-0.1l-0.7-0.5l0.9-0.1c0,0-1.7-0.8-1.4-1.1c0.1-0.1,0.2-0.1,0.3-0.1
c0.5,0,1.5,0.4,1.5,0.4l-0.6-0.7l0.8,0.1l-0.9-1l0.6,0.1l-0.4-1.2c0,0,0.1,0,0.2,0c0.2,0,0.4,0,0.2-0.3c-0.3-0.4-1.5-1.3-1.5-1.3
l0.6-0.2l-1-0.5l1-0.1c0,0-0.2-0.4-0.9-0.4c-0.7,0-2.1-0.7-2.1-0.7l0.9-0.1c0,0-0.2-0.2-0.6-0.2c-0.2,0-0.4,0-0.7,0.2
c-0.2,0.1-0.3,0.1-0.5,0.1c-1,0-2.1-0.8-2.1-0.8s-0.6-0.2-1.2-0.2c-0.2,0-0.4,0-0.6,0.1c-0.6,0.3-3,0.6-4.1,0.9
c-0.5,0.1-0.7,0.4-0.8,0.7c0-0.4,0.1-1,0.1-1.6c0.1-1.3-0.9-4.3-2.2-5.8c-1.4-1.5-4.5-6.9-6.4-8.7C72.5,8,65.3,3,64.1,2.4
c-1.2-0.6-4-1.4-7.9-2.1C55.4,0.1,54.5,0,53.7,0c-3.3,0-6.6,1-7.5,1.7c-1.2,0.9-2.5,1.9-3,2.1C42.6,4,41,4.7,40,5.1
c-1,0.4-2.1,1.5-2.5,2c-0.4,0.6-4.2,4-5.2,5.1c-1,1.1-3.9,5.1-4.2,5.9c-0.3,0.8-2.7,3.7-3.1,4.1c-0.4,0.4-1,2.7-1.9,3.7
c-0.9,1-0.5,2.1-1,2.8c-0.5,0.7-1.6,3.2-1.6,4.5c0,1.3-0.7,3.3-1.4,4.7c-0.7,1.4-0.6,6.1-1,8.3c-0.4,2.2,0.8,4.1,0.8,4.1
C18.8,48.9,19.1,48.8,19.1,48.8z M88.2,40.9c-0.1,0-0.2-0.1-0.3-0.1l0.4-0.3C88.3,40.7,88.3,40.8,88.2,40.9z M86.6,38.8
c0.1,0,0.2,0,0.2,0c1.5,0,1.1,1.5,0.8,2c-0.1,0-0.2,0-0.2,0c-0.3,0-0.4,0-0.4,0l0.3-0.4c0,0-0.2,0-0.4,0c-0.2,0-0.4,0-0.4-0.2
C86.5,39.8,86.6,38.8,86.6,38.8z M70.9,55c0.1,0.1,0.2,0.1,0.3,0.1C71.2,55.1,71.1,55,70.9,55z M65.9,53.3c0.3,0.1,0.5,0.1,0.8,0.1
C66.6,53.4,66.4,53.4,65.9,53.3z M62.5,53.1c0.3,0.2,0.6,0.3,0.8,0.3C63.3,53.4,63,53.3,62.5,53.1z M71.7,53.7c0.1,0,0.2,0,0.3,0
C72,53.6,71.9,53.6,71.7,53.7z M66,49.8c0.2,0.1,0.4,0.1,0.5,0.1C66.5,49.9,66.4,49.9,66,49.8z M77.1,39.3c-0.6,0.2-2.2,2.8-2.2,2.8
c0.3,0,1.5-0.5,1.3-1.2C76,40.2,77.1,39.3,77.1,39.3z M79.5,42.3c-0.1-0.1-0.3-0.1-0.5-0.1c-1,0-2.7,0.5-3.7,0.9
c-1.2,0.4-0.8,1.5-0.8,1.5c0.6-1,1-1.4,1.3-1.4c0.5,0,0.8,1,1,1.7c0.3,1-0.6,2.3-1.1,2.6c-0.5,0.3-0.3,2-0.6,2.7
c-0.2,0.4,0.2,0.5,0.7,0.5c0.3,0,0.7-0.1,1-0.1c0.6-0.2,0.4-1.5,0.5-2c0.1-0.5,1.1-1.9,1.8-2.3c0.7-0.4,1.4-1.1,1.8-1.5
C81.3,44.3,80.3,42.6,79.5,42.3z M79.3,39.2C79.1,39,78.9,39,78.7,39c-0.6,0-1,0.5-1,0.5c0.2-0.1,0.4-0.1,0.5-0.1
c1,0,0.8,1.1,1.5,1.2c0.8,0.1,2.4,2.3,2.4,2.3C82.1,42,80.1,39.7,79.3,39.2z M80.3,46.8c0.3,0,1.1-0.5,1-0.9c0-0.1,0-0.1-0.1-0.1
c-0.3,0-1,0.9-1,0.9C80.2,46.8,80.2,46.8,80.3,46.8z M79.5,53.7c0,0-1,1.2-2,1.1c-0.7-0.1-1.8-0.7-1.3-3c0,0-1.1,2.7,1.2,3.2
c0,0,0,0,0.1,0C77.7,55,78.8,55,79.5,53.7z"/>
</svg>
<div class="title">SVG</div>
</section>
</main>
* {
box-sizing: border-box;
}
main {
position: relative;
width: 100vw;
height: 100vh;
display: flex;
}
.container {
position: relative;
width: 50%;
height: 100%;
}
.title {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px;
text-align: center;
font-size: 40px;
pointer-events: none;
user-select: none;
color: #fafafa;
background-color: rgba(0,0,0,0.4);
}
#canvas,
#svg {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
#svg-path {
fill: #101010;
}
console.clear();
gsap.registerPlugin(ExpoScaleEase);
class CanvasPath {
constructor(svgPath, scale) {
const bbox = svgPath.getBBox();
const style = getComputedStyle(svgPath);
this.path = new Path2D(svgPath.getAttribute("d"));
this.scale = scale;
this.fillStyle = style.fill;
this.fillRule = "evenodd";
this.width = bbox.width;
this.height = bbox.height;
this.halfWidth = this.width / 2;
this.halfHeight = this.height / 2;
}
draw(context, x, y) {
context.save();
context.translate(x, y);
context.scale(-this.scale, this.scale);
context.translate(-this.halfWidth, -this.halfHeight);
context.fillStyle = this.fillStyle;
context.fill(this.path, this.fillRule);
context.restore();
}
}
// set to 1 for better performance
const resolution = Math.min(window.devicePixelRatio || 1, 2);
const svgPath = document.querySelector("#svg-path");
const canvas = document.querySelector("#canvas");
const context = canvas.getContext("2d");
const startScale = 0.25;
const endScale = 200;
const duration = 15;
const canvasPath = new CanvasPath(svgPath, startScale);
gsap.set(svgPath, {
transformOrigin: "center",
scale: startScale,
xPercent: -50,
yPercent: -50
});
const ease = ExpoScaleEase.config(startScale, endScale);
const tl = gsap.timeline({ repeat: -1, repeatDelay: 1, yoyo: true })
.to(svgPath, { scale: endScale, ease, duration }, 0)
.to(canvasPath, { scale: endScale, ease, duration }, 0)
let resized = true;
let vw, vh, cx, cy;
window.addEventListener("resize", () => resized = true);
gsap.ticker.add(draw);
function draw() {
if (resized) {
resize();
resized = false;
}
context.clearRect(0, 0, vw, vh);
canvasPath.draw(context, cx, cy);
}
function resize() {
vw = window.innerWidth;
vh = window.innerHeight;
cx = vw / 4;
cy = vh / 2;
canvas.width = canvas.clientWidth * resolution;
canvas.height = canvas.clientHeight * resolution;
context.scale(resolution, resolution);
gsap.set(svgPath, {
x: cx,
y: cy
});
}
Also see: Tab Triggers