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 URL's 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 it's URL and the proper URL extention.
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 Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
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.
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>LATE</title>
<link rel="stylesheet" href="stylesheet.css" type="text/css">
</head>
<body style="background-color: coral;">
<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 495.07 442.13" style="enable-background:new 0 0 495.07 442.13;" xml:space="preserve">
<style type="text/css">
.st0 {
fill: #FFFFFF;
}
.st1 {
fill: #EAE6D3;
}
.st2 {
fill: #021E2D;
}
.st3 {
fill: #FF7F50;
}
</style>
<g id="handyboi">
<path class="st0" d="M239.78,112.48c-0.03,0.03-0.05,0.06-0.08,0.09c0-0.02-0.01-0.04-0.01-0.05
C239.71,112.52,239.75,112.5,239.78,112.48z" />
<g>
<path class="st1" d="M218.65,118.39l-0.04,0.02c-0.39,1.94-0.1,3.99,0.78,5.75c0.88,1.76,2.37,3.21,4.16,4.05
c1.5,0.7,3.32,0.96,4.8,0.21c0.81-0.41,1.46-1.11,1.98-1.85c0.28-0.4,0.53-0.81,0.75-1.24c-0.62,0.72-1.4,1.27-2.32,1.51
c-1.48,0.38-3.05-0.12-4.39-0.84c-0.96-0.51-1.88-1.16-2.47-2.08c-0.58-0.92-0.83-2.01-0.62-2.73
C220.08,120.66,219.13,119.61,218.65,118.39z" />
<path class="st1" d="M217.02,107.93c0.34-0.07,0.69-0.13,1.03-0.16c4.13-0.5,8.52,0.77,11.49,3.69c2.81,2.78,4.14,7.09,3.08,10.88
h0.01c2.18-0.55,5.08-0.52,7.13,0.43c0.23,0.11,0.45,0.23,0.67,0.35c0.01,0,0.01,0.01,0.02,0.02c0.35,0.2,0.69,0.43,1,0.69
c1.25,0.98,2.22,2.33,2.66,3.86c0.03,0.09,0.05,0.17,0.07,0.26l0.19-0.05c4.22-1.22,7.69-4.76,8.82-9.02l-0.1-0.06
c-0.11,0.17-0.22,0.33-0.32,0.5l-0.11-0.08c-1.37,1.39-3.15,2.43-5.07,2.73c-1.93,0.32-4.01-0.14-5.51-1.4
c-1.51-1.25-2.33-3.32-1.94-5.23h-0.01c0.03-0.06,0.05-0.13,0.08-0.19c1.07-2.43,2.9-4.53,5.16-5.94
c0.91-0.57,1.89-1.03,2.92-1.35c0.29-0.09,0.59-0.17,0.88-0.23c0.26-1.68,0.45-3.37,0.54-5.06c-0.59-1.93-1.53-3.76-2.78-5.35
c-1.97-2.52-4.7-4.45-7.74-5.47c-1.14-0.38-2.32-0.64-3.52-0.8c0.05,0.94,0.03,1.88-0.07,2.8l-0.01,0.05
c3.18,0.3,6.23,1.98,8.13,4.56c1.51,2.02,2.19,5.05,2.08,7.83l-0.23-0.01c-1.54,0.65-2.95,1.6-4.1,2.8c-1.02-3-2.9-5.7-5.36-7.69
c-2.42-1.96-5.39-3.22-8.48-3.6c-0.27,0.62-0.42,1.3-0.42,1.97l-0.09,0.62c0.03,0,0.06,0,0.09,0.01c3.3,0.57,6.4,2.21,8.72,4.62
c1.75,1.81,3.05,4.81,3.77,7.61c0.03-0.01,0.06-0.03,0.09-0.05c-0.03,0.03-0.05,0.06-0.08,0.09c-1.45,1.7-2.59,3.68-3.34,5.79
c-1.64-3.86-4.03-7.5-7.4-10c-3.38-2.49-7.83-3.71-11.89-2.6l-0.12-0.02c-0.12,0.69-0.11,1.39,0.05,2.07L217.02,107.93z" />
<path class="st1" d="M243.31,135.99c-2.03,0.61-4.11,1.05-6.21,1.31c-3.26,0.41-6.61,0.37-9.81-0.38
c-3.2-0.76-6.27-2.24-8.65-4.51c-2.36-2.24-3.98-5.17-5.09-8.24c-1.1-3.03-1.74-6.2-2.36-9.37c-0.03,0.14-0.05,0.28-0.06,0.42
c-0.65,4.89-0.33,10.1,2.13,14.37c1.58,2.76,3.99,4.97,6.78,6.53l-0.08,0.14c-0.25,0.19-0.49,0.53-0.67,0.94l0.08,0.04
c2.33,2.11,5.54,2.98,8.67,3.38c6.76,0.86,13.77-0.21,19.98-3.04l0.04-0.01c-0.09-0.57-0.23-1.13-0.37-1.67l-0.14-0.28
c2.17-1.05,4.2-2.36,6-3.98c0.59-0.52,1.14-1.08,1.67-1.68C251.64,132.67,247.59,134.71,243.31,135.99z" />
</g>
<path class="st2" d="M250.06,231.26c-0.78,1.46-2.15,2.71-3.8,2.94c-1.82,0.25-3.62-0.78-4.76-2.22c-0.08-0.11-0.16-0.22-0.24-0.32
c1.6-3.4,2.72-7.07,3.41-10.76c1.43-7.72,1.14-15.64,0.59-23.47c-1.28-17.92-3.97-35.75-8.01-53.26c2.26-0.24,4.52-0.67,6.73-1.2
c6.59,27.43,11.5,55.59,7.39,83.5C251.14,228.11,250.85,229.79,250.06,231.26z" />
<g>
<path class="st0" d="M235.67,90.93c1.2,0.16,2.37,0.42,3.52,0.8c3.05,1.02,5.77,2.95,7.74,5.47c1.24,1.59,2.19,3.42,2.78,5.35
c0.5-7.65-0.55-15.4-2.12-22.93c-0.53-2.58-1.14-5.17-2.27-7.55c-1.14-2.37-2.85-4.55-5.17-5.81c-1.87-1.01-4.31-1.33-6.04-0.11
c-1.89,1.33-2.3,3.98-2.15,6.28C232.35,78.55,235.38,84.79,235.67,90.93z" />
<path class="st0" d="M241.47,108.97c1.15-1.2,2.56-2.15,4.1-2.8l0.23,0.01c0.11-2.78-0.58-5.81-2.08-7.83
c-1.9-2.58-4.95-4.26-8.13-4.56c-0.28-0.03-0.57-0.05-0.85-0.05c-1.82-0.04-3.69,0.41-5.16,1.48c-0.86,0.63-1.55,1.49-1.97,2.46
c3.09,0.38,6.07,1.64,8.48,3.6C238.57,103.28,240.45,105.97,241.47,108.97z" />
<path class="st0" d="M228.96,108.36c3.37,2.5,5.76,6.14,7.4,10c0.75-2.11,1.88-4.08,3.34-5.79c0-0.02-0.01-0.04-0.01-0.05
c-0.72-2.79-2.02-5.8-3.77-7.61c-2.32-2.42-5.42-4.06-8.72-4.62c-0.03-0.01-0.06-0.01-0.09-0.01c-2.44-0.41-5.08-0.19-7.18,1.14
c-1.51,0.96-2.67,2.58-2.98,4.33l0.12,0.02C221.12,104.66,225.58,105.87,228.96,108.36z" />
<path class="st0" d="M260.33,115.96c-0.18-2.29-0.9-4.62-2.51-6.26c-2.16-2.23-5.6-2.79-8.65-2.09c-0.3,0.06-0.59,0.14-0.88,0.23
c-1.03,0.32-2.01,0.78-2.92,1.35c-2.25,1.42-4.08,3.52-5.16,5.94c-0.03,0.06-0.05,0.13-0.08,0.19h0.01
c-0.4,1.91,0.43,3.98,1.94,5.23c1.5,1.25,3.58,1.71,5.51,1.4c1.92-0.31,3.7-1.34,5.07-2.73l0.11,0.08
c0.11-0.16,0.22-0.32,0.32-0.5l0.1,0.06c-1.13,4.26-4.6,7.8-8.82,9.02l-0.19,0.05c-0.02-0.09-0.05-0.17-0.07-0.26
c-0.44-1.52-1.41-2.88-2.66-3.86c-0.36-0.17-0.7-0.4-1-0.69c-0.01-0.01-0.01-0.01-0.02-0.02c-0.22-0.13-0.44-0.24-0.67-0.35
c-2.05-0.96-4.95-0.98-7.13-0.43h-0.01c1.05-3.8-0.27-8.1-3.08-10.88c-2.97-2.92-7.36-4.18-11.49-3.69
c-0.34,0.04-0.69,0.09-1.03,0.16c-1.42,0.29-2.79,0.84-3.8,1.87c-1.28,1.32-1.77,3.18-2.04,5.01c0.62,3.16,1.26,6.34,2.36,9.37
c1.12,3.07,2.73,6,5.09,8.24c2.38,2.26,5.45,3.75,8.65,4.51c3.2,0.75,6.55,0.78,9.81,0.38c2.1-0.25,4.18-0.69,6.21-1.31
c4.28-1.28,8.33-3.32,11.9-6.01C258.64,126.15,260.75,121.06,260.33,115.96z M230.34,126.56c-0.52,0.74-1.17,1.43-1.98,1.85
c-1.48,0.76-3.3,0.5-4.8-0.21c-1.78-0.84-3.27-2.29-4.16-4.05c-0.88-1.76-1.17-3.81-0.78-5.75l0.04-0.02
c0.48,1.23,1.42,2.27,2.63,2.8c-0.21,0.72,0.05,1.81,0.62,2.73c0.59,0.92,1.51,1.57,2.47,2.08c1.34,0.72,2.91,1.22,4.39,0.84
c0.92-0.24,1.69-0.79,2.32-1.51C230.87,125.75,230.62,126.17,230.34,126.56z" />
<path class="st0" d="M248.02,137.59c-3.65,1.67-7.58,2.72-11.58,3.13c-2.79,0.29-5.62,0.26-8.4-0.09
c-3.13-0.4-6.34-1.27-8.67-3.38l-0.08-0.04c-0.44,0.96-0.61,2.31-0.19,2.94c0.6,0.89,2.34,1.75,3.34,2.17
c0.83,0.36,1.67,0.67,2.52,0.93c3.96,1.2,8.13,1.35,12.3,0.91c2.26-0.24,4.52-0.67,6.73-1.2c1.33-0.32,2.75-0.78,3.53-1.91
c0.69-0.99,0.73-2.24,0.53-3.47L248.02,137.59z" />
</g>
<path d="M224.95,143.25c3.96,1.2,8.13,1.35,12.3,0.91c4.04,17.51,6.73,35.34,8.01,53.26c0.56,7.83,0.85,15.75-0.59,23.47
c-0.69,3.7-1.8,7.37-3.41,10.76c-0.99-1.37-1.54-3.01-2.06-4.63c-5.34-16.94-7.71-34.65-10.06-52.26
C227.69,163.76,226.42,154.25,224.95,143.25z" />
<path d="M260.78,115.92c-0.15-1.91-0.73-4.59-2.63-6.54c-1.98-2.03-5.17-2.89-8.45-2.32c0.22-1.55,0.39-3.06,0.46-4.48
c0.43-6.68-0.24-14.01-2.13-23.06c-0.52-2.52-1.13-5.18-2.31-7.66c-0.92-1.91-2.59-4.51-5.36-6.02c-1.73-0.94-4.48-1.52-6.51-0.08
c-2.3,1.62-2.46,4.88-2.34,6.68c0.19,3.05,1.04,6.16,1.86,9.17c0.84,3.08,1.7,6.26,1.85,9.33c0.04,0.82,0.02,1.61-0.05,2.36
c-0.14-0.01-0.29-0.02-0.42-0.02c0,0,0,0,0,0c-2.06-0.04-3.99,0.52-5.43,1.57c-0.94,0.69-1.67,1.61-2.11,2.64
c-0.3,0.69-0.46,1.44-0.46,2.15l0,0.12c-2.69-0.36-5.18,0.07-7.06,1.25c-1.66,1.05-2.85,2.78-3.19,4.63c-0.11,0.66-0.11,1.3,0,1.93
c-1.52,0.37-2.74,0.99-3.6,1.88c-1.45,1.49-1.91,3.59-2.16,5.24c-0.03,0.15-0.05,0.3-0.07,0.45c-0.78,5.86-0.04,10.79,2.18,14.65
c1.46,2.56,3.7,4.76,6.49,6.42c-0.21,0.26-0.37,0.55-0.47,0.78c-0.49,1.07-0.7,2.57-0.15,3.38c0.68,1.01,2.51,1.9,3.53,2.33
c0.75,0.32,1.5,0.6,2.29,0.85l4.16,31.23c2.32,17.37,4.72,35.34,10.08,52.34c0.57,1.78,1.11,3.37,2.13,4.77l0.25,0.33
c1.22,1.53,2.92,2.43,4.57,2.43c0.2,0,0.41-0.01,0.61-0.04c1.64-0.22,3.19-1.41,4.13-3.17c0.83-1.56,1.13-3.3,1.36-4.94
c2.38-16.15,3.36-38.68-7.3-83.24c1.26-0.33,2.58-0.85,3.36-1.98c0.67-0.95,0.86-2.2,0.61-3.8c-0.1-0.62-0.25-1.21-0.37-1.67
c2.15-1.08,4.08-2.37,5.71-3.84c0.61-0.54,1.18-1.12,1.7-1.71C259.28,126.12,261.18,120.89,260.78,115.92z M234.24,81.39
c-0.81-2.96-1.64-6.03-1.83-8.99c-0.1-1.61,0.02-4.52,1.97-5.89c1.7-1.2,4.06-0.68,5.56,0.14c2.56,1.39,4.12,3.82,4.97,5.61
c1.14,2.38,1.73,4.99,2.24,7.45c1.87,8.97,2.54,16.22,2.11,22.82c-0.08,1.5-0.25,3.09-0.5,4.72c-0.21,0.05-0.41,0.1-0.61,0.16
c-0.73,0.23-1.45,0.53-2.14,0.9c0.13-0.69,0.23-1.39,0.24-2.12c0.12-3.09-0.69-6.13-2.17-8.11c-1.87-2.54-4.85-4.26-8.01-4.68
c0.07-0.8,0.09-1.63,0.05-2.5C235.97,87.74,235.09,84.51,234.24,81.39z M228.04,97.86c0.38-0.89,1.01-1.68,1.82-2.27
c1.28-0.93,3.01-1.43,4.89-1.39c0.27,0,0.54,0.02,0.81,0.04c3.08,0.29,6,1.93,7.81,4.38c1.34,1.8,2.1,4.69,1.99,7.54
c-0.02,0.97-0.16,1.89-0.39,2.76c-1.87,1.21-3.44,2.88-4.54,4.81c-0.08-0.42-0.18-0.84-0.28-1.24l-0.02-0.08
c-0.85-3.29-2.26-6.13-3.88-7.81c-2.33-2.43-5.44-4.1-8.71-4.7h0.13l-0.01-0.24C227.65,99.07,227.78,98.45,228.04,97.86z
M217.39,105.83c0.29-1.58,1.35-3.12,2.78-4.03c1.79-1.13,4.23-1.51,6.95-1.06c3.21,0.55,6.22,2.15,8.47,4.49
c1.51,1.56,2.83,4.24,3.65,7.37l0.02,0.09c0.2,0.77,0.36,1.58,0.48,2.41l-0.02,0.05c-0.37,0.83-0.65,1.73-0.83,2.68
c-0.3,1.53-0.21,2.92,0.22,4.04c-0.12-0.04-0.23-0.1-0.35-0.14c-0.68-0.22-1.39-0.36-2.09-0.44c-1.12-0.13-2.24-0.12-3.37,0.03
c0.55-3.57-0.75-7.53-3.44-10.19c-2.97-2.92-7.4-4.35-11.85-3.81c-0.2,0.02-0.4,0.06-0.6,0.09
C217.32,106.9,217.3,106.37,217.39,105.83z M240.83,122.75L240.83,122.75C240.83,122.75,240.84,122.75,240.83,122.75
C240.84,122.75,240.83,122.75,240.83,122.75z M250.93,226.4c-0.22,1.57-0.51,3.22-1.27,4.65c-0.81,1.51-2.1,2.52-3.46,2.71
c-1.81,0.25-3.43-0.9-4.34-2.04l-0.24-0.32c-0.93-1.28-1.45-2.8-1.99-4.51c-5.33-16.92-7.73-34.85-10.04-52.18l-4.1-30.84
c2.37,0.65,4.88,0.99,7.62,0.99c1.34,0,2.74-0.08,4.19-0.23c2-0.22,4.09-0.58,6.35-1.11C249.64,168.49,255.14,197.83,250.93,226.4z
M247.15,140.79c-0.7,1.01-2.05,1.44-3.27,1.73c-2.4,0.57-4.58,0.96-6.68,1.19c-4.57,0.48-8.53,0.19-12.12-0.89
c-0.86-0.26-1.67-0.56-2.48-0.91c-1.57-0.67-2.74-1.42-3.14-2.01c-0.29-0.43-0.19-1.6,0.23-2.5c0.14-0.31,0.3-0.55,0.46-0.7
c1.14,0.62,2.34,1.15,3.6,1.56c2.56,0.83,5.37,1.25,8.38,1.25c1.75,0,3.56-0.14,5.44-0.42c3.55-0.53,6.8-1.49,9.71-2.85
c0.11,0.41,0.23,0.91,0.31,1.42C247.83,139.01,247.68,140.04,247.15,140.79z M245.47,124.59c3.25-0.8,6.05-2.97,7.61-5.78
c-1.82,2.65-4.73,4.45-7.78,4.89l0,0c-1.35,0.26-2.59,0.17-3.54-0.24c-0.3-0.25-0.62-0.48-0.94-0.72
c-0.01-0.01-0.01-0.02-0.03-0.03c-0.02-0.02-0.05-0.02-0.07-0.04c0,0-0.01-0.01-0.01-0.01l0.01,0.01
c-0.02-0.01-0.04-0.02-0.06-0.03l0.04,0.01c-0.05-0.03-0.11-0.06-0.16-0.09c-1.2-1.43-0.95-3.63-0.77-4.56
c0.17-0.88,0.43-1.71,0.8-2.56l0.05-0.12c1.03-2.33,2.8-4.37,4.98-5.74c0.89-0.56,1.84-1,2.82-1.3c0.28-0.09,0.56-0.16,0.85-0.22
c3.19-0.73,6.35,0.03,8.23,1.97c1.72,1.75,2.24,4.22,2.38,5.98c0.38,4.72-1.44,9.7-5.01,13.68c-0.5,0.57-1.05,1.12-1.63,1.64
c-1.68,1.51-3.66,2.82-5.89,3.91c-2.93,1.42-6.26,2.42-9.89,2.96c-4.99,0.74-9.5,0.47-13.42-0.79c-1.33-0.43-2.6-0.99-3.79-1.66
c-2.86-1.6-5.15-3.8-6.61-6.36c-2.13-3.69-2.82-8.43-2.07-14.09c0.02-0.13,0.03-0.26,0.06-0.41c0.23-1.53,0.65-3.46,1.91-4.76
c0.82-0.84,2.01-1.42,3.57-1.74c0.33-0.07,0.65-0.12,0.99-0.16c4.19-0.5,8.34,0.83,11.11,3.56c2.75,2.72,3.95,6.91,2.96,10.46
c-0.04,0.18-0.1,0.37-0.16,0.54c-0.29,0.86-0.74,1.64-1.28,2.26c-0.61,0.71-1.31,1.17-2.09,1.37c-1.16,0.3-2.53,0.03-4.07-0.8
c-1.11-0.59-1.84-1.2-2.3-1.92c-0.38-0.61-0.61-1.32-0.62-1.89c0.78,0.23,1.61,0.28,2.4,0.11c0.97-0.2,1.88-0.7,2.48-1.45
c-0.83,0.45-1.7,0.7-2.57,0.75c-0.87,0.05-1.73-0.08-2.5-0.43c-0.77-0.33-1.45-0.89-1.99-1.57c-0.54-0.69-0.94-1.5-1.16-2.42
c-0.29,1.8,0.79,3.74,2.49,4.65c-0.09,0.81,0.16,1.82,0.72,2.72c0.55,0.86,1.39,1.57,2.64,2.24c1.74,0.94,3.33,1.23,4.72,0.88
c0.96-0.25,1.81-0.81,2.54-1.65c0.59-0.68,1.08-1.53,1.41-2.46l0.01,0.05c1.17-0.35,2.45-0.51,3.71-0.47
c0.63,0.02,1.26,0.09,1.86,0.22c0.61,0.13,1.15,0.35,1.72,0.63l0.04,0.03c0.41,0.27,0.85,0.49,1.25,0.81
c0.39,0.31,0.76,0.66,1.08,1.04c0.65,0.76,1.16,1.67,1.43,2.65c0.56,1.96,0.18,4.25-1.19,5.89c1.51-1.52,2.14-3.85,1.73-6.01
c-0.2-1.09-0.66-2.13-1.31-3.04c-0.07-0.1-0.15-0.18-0.22-0.28C243.72,124.78,244.58,124.76,245.47,124.59L245.47,124.59z" />
</g>
<g id="latetext">
<path d="M223.76,20.61c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51H209.9c-0.29,0-0.55-0.26-0.55-0.51
V2.47c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H223.76z" />
<path d="M249.68,26.74c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L249.68,26.74z M236.78,10.68l-1.98,6.97h3.96L236.78,10.68z" />
<path d="M266.04,1.92c0.33,0,0.55,0.26,0.51,0.51L266,8c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46V26.7c0,0.26-0.22,0.51-0.51,0.51
h-6.49c-0.29,0-0.55-0.26-0.55-0.51V8.51h-6.09c-0.26,0-0.51-0.22-0.51-0.51V2.47c0-0.29,0.26-0.55,0.51-0.55H266.04z" />
<path d="M285.43,20.61c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51h-17.05c-0.26,0-0.51-0.29-0.59-0.55V2.43
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H285.43z" />
<path d="M326.88,48.35c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51h-13.23c-0.29,0-0.55-0.26-0.55-0.51
V30.2c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H326.88z" />
<path d="M352.8,54.47c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L352.8,54.47z M339.9,38.42l-1.98,6.97h3.96L339.9,38.42z" />
<path d="M369.15,29.65c0.33,0,0.55,0.26,0.51,0.51l-0.55,5.57c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51V36.25h-6.09c-0.26,0-0.51-0.22-0.51-0.51V30.2
c0-0.29,0.26-0.55,0.51-0.55H369.15z" />
<path d="M388.55,48.35c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51H371.5c-0.26,0-0.51-0.29-0.59-0.55V30.17
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H388.55z" />
<path d="M402.54,124.45c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51h-13.23c-0.29,0-0.55-0.26-0.55-0.51
V106.3c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H402.54z" />
<path d="M428.47,130.57c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L428.47,130.57z M415.56,114.51l-1.98,6.97h3.96L415.56,114.51z" />
<path d="M444.82,105.75c0.33,0,0.55,0.26,0.51,0.51l-0.55,5.57c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51v-18.18h-6.09c-0.26,0-0.51-0.22-0.51-0.51v-5.54
c0-0.29,0.26-0.55,0.51-0.55H444.82z" />
<path d="M464.22,124.45c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51h-17.05c-0.26,0-0.51-0.29-0.59-0.55v-24.23
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H464.22z" />
<path d="M430.13,227.11c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51h-13.23c-0.29,0-0.55-0.26-0.55-0.51
v-24.23c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H430.13z" />
<path d="M456.05,233.24c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L456.05,233.24z M443.15,217.18l-1.98,6.97h3.96L443.15,217.18z" />
<path d="M472.41,208.42c0.33,0,0.55,0.26,0.51,0.51l-0.55,5.57c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51v-18.18h-6.09c-0.26,0-0.51-0.22-0.51-0.51v-5.54
c0-0.29,0.26-0.55,0.51-0.55H472.41z" />
<path d="M491.8,227.11c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51h-17.05c-0.26,0-0.51-0.29-0.59-0.55v-24.23
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H491.8z" />
<path d="M402.54,330.3c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51h-13.23c-0.29,0-0.55-0.26-0.55-0.51
v-24.23c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H402.54z" />
<path d="M428.47,336.42c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L428.47,336.42z M415.56,320.37l-1.98,6.97h3.96L415.56,320.37z" />
<path d="M444.82,311.6c0.33,0,0.55,0.26,0.51,0.51l-0.55,5.57c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51V318.2h-6.09c-0.26,0-0.51-0.22-0.51-0.51v-5.54
c0-0.29,0.26-0.55,0.51-0.55H444.82z" />
<path d="M464.22,330.3c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51h-17.05c-0.26,0-0.51-0.29-0.59-0.55v-24.23
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H464.22z" />
<path d="M326.85,405.92c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51H313c-0.29,0-0.55-0.26-0.55-0.51
v-24.23c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H326.85z" />
<path d="M352.78,412.04c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L352.78,412.04z M339.87,395.99l-1.98,6.97h3.96L339.87,395.99z" />
<path d="M369.13,387.22c0.33,0,0.55,0.26,0.51,0.51l-0.55,5.57c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51v-18.18h-6.09c-0.26,0-0.51-0.22-0.51-0.51v-5.54
c0-0.29,0.26-0.55,0.51-0.55H369.13z" />
<path d="M388.53,405.92c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51h-17.05c-0.26,0-0.51-0.29-0.59-0.55v-24.23
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H388.53z" />
<path d="M223.58,433.62c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51h-13.23c-0.29,0-0.55-0.26-0.55-0.51
v-24.23c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H223.58z" />
<path d="M249.51,439.74c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L249.51,439.74z M236.6,423.68l-1.98,6.97h3.96L236.6,423.68z" />
<path d="M265.86,414.92c0.33,0,0.55,0.26,0.51,0.51l-0.55,5.57c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51v-18.18h-6.09c-0.26,0-0.51-0.22-0.51-0.51v-5.54
c0-0.29,0.26-0.55,0.51-0.55H265.86z" />
<path d="M285.26,433.62c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51h-17.05c-0.26,0-0.51-0.29-0.59-0.55v-24.23
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H285.26z" />
<path d="M120.38,405.92c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51h-13.23c-0.29,0-0.55-0.26-0.55-0.51
v-24.23c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H120.38z" />
<path d="M146.3,412.04c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L146.3,412.04z M133.39,395.99l-1.98,6.97h3.96L133.39,395.99z" />
<path d="M162.65,387.22c0.33,0,0.55,0.26,0.51,0.51l-0.55,5.57c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51v-18.18h-6.09c-0.26,0-0.51-0.22-0.51-0.51v-5.54
c0-0.29,0.26-0.55,0.51-0.55H162.65z" />
<path d="M182.05,405.92c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51H165c-0.26,0-0.51-0.29-0.59-0.55v-24.23
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H182.05z" />
<path d="M44.76,330.38c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51H30.9c-0.29,0-0.55-0.26-0.55-0.51
v-24.23c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H44.76z" />
<path d="M70.68,336.5c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48H45.2c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L70.68,336.5z M57.77,320.44l-1.98,6.97h3.96L57.77,320.44z" />
<path d="M87.03,311.68c0.33,0,0.55,0.26,0.51,0.51L87,317.77c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51v-18.18h-6.09c-0.26,0-0.51-0.22-0.51-0.51v-5.54
c0-0.29,0.26-0.55,0.51-0.55H87.03z" />
<path d="M106.43,330.38c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51H89.38c-0.26,0-0.51-0.29-0.59-0.55v-24.23
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H106.43z" />
<path d="M17.13,227.11c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51H3.27c-0.29,0-0.55-0.26-0.55-0.51
v-24.23c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H17.13z" />
<path d="M43.05,233.24c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85H26.7l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L43.05,233.24z M30.14,217.18l-1.98,6.97h3.96L30.14,217.18z" />
<path d="M59.4,208.42c0.33,0,0.55,0.26,0.51,0.51l-0.55,5.57c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51v-18.18h-6.09c-0.26,0-0.51-0.22-0.51-0.51v-5.54
c0-0.29,0.26-0.55,0.51-0.55H59.4z" />
<path d="M78.8,227.11c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51H61.75c-0.26,0-0.51-0.29-0.59-0.55v-24.23
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H78.8z" />
<path d="M44.76,123.86c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51H30.9c-0.29,0-0.55-0.26-0.55-0.51
v-24.23c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H44.76z" />
<path d="M70.68,129.99c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48H45.2c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L70.68,129.99z M57.77,113.93l-1.98,6.97h3.96L57.77,113.93z" />
<path d="M87.03,105.17c0.33,0,0.55,0.26,0.51,0.51L87,111.25c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51v-18.18h-6.09c-0.26,0-0.51-0.22-0.51-0.51v-5.54
c0-0.29,0.26-0.55,0.51-0.55H87.03z" />
<path d="M106.43,123.86c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51H89.38c-0.26,0-0.51-0.29-0.59-0.55v-24.23
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H106.43z" />
<path d="M120.48,48.35c0.26,0,0.48,0.22,0.48,0.51l-0.51,5.57c-0.04,0.26-0.29,0.51-0.59,0.51h-13.23c-0.29,0-0.55-0.26-0.55-0.51
V30.2c0-0.29,0.26-0.55,0.55-0.55h6.49c0.29,0,0.55,0.26,0.55,0.55v18.15H120.48z" />
<path d="M146.4,54.47c0.11,0.22-0.04,0.48-0.33,0.48h-7.26c-0.33,0-0.62-0.18-0.77-0.48l-1.1-3.85h-6.89l-1.1,3.85
c-0.15,0.29-0.44,0.48-0.77,0.48h-7.26c-0.29,0-0.44-0.26-0.33-0.48l8.29-24.34c0.11-0.22,0.51-0.48,0.88-0.48h7.48
c0.37,0,0.77,0.26,0.88,0.48L146.4,54.47z M133.5,38.42l-1.98,6.97h3.96L133.5,38.42z" />
<path d="M162.76,29.65c0.33,0,0.55,0.26,0.51,0.51l-0.55,5.57c-0.04,0.29-0.33,0.51-0.59,0.51h-5.46v18.18
c0,0.26-0.22,0.51-0.51,0.51h-6.49c-0.29,0-0.55-0.26-0.55-0.51V36.25h-6.09c-0.26,0-0.51-0.22-0.51-0.51V30.2
c0-0.29,0.26-0.55,0.51-0.55H162.76z" />
<path d="M182.15,48.35c0.29,0,0.55,0.22,0.55,0.48v5.61c0,0.26-0.26,0.51-0.55,0.51H165.1c-0.26,0-0.51-0.29-0.59-0.55V30.17
c0-0.33,0.18-0.51,0.51-0.51h16.68c0.33,0,0.59,0.26,0.59,0.51v5.54c0,0.33-0.26,0.55-0.59,0.55h-9.57v2.9h7.77
c0.33,0,0.51,0.26,0.48,0.48l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-7.11v3.12H182.15z" />
</g>
<g id="g12">
<rect x="206.63" class="st3" width="82.07" height="29.13" />
<g>
<path d="M227.42,1.92c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55V2.43
c0-0.26,0.22-0.51,0.51-0.51H227.42z" />
<path d="M237.65,4.52c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09c0.15,0.22,0.07,0.55-0.15,0.7
l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11l-1.06-0.73
c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51V4.99c0-0.26,0.22-0.48,0.48-0.48h2.6V2.39
c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H237.65z" />
<path d="M260.97,24.98c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L260.97,24.98z" />
<path d="M284.7,26.77c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51V2.46c0-0.29,0.26-0.55,0.51-0.55h6.49c0.33,0,0.55,0.26,0.55,0.55
v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62L284.7,26.77z" />
</g>
</g>
<g id="g1">
<rect x="309.75" y="27.74" class="st3" width="82.07" height="29.13" />
<g>
<path d="M330.54,29.65c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55V30.17
c0-0.26,0.22-0.51,0.51-0.51H330.54z" />
<path d="M340.77,32.26c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09c0.15,0.22,0.07,0.55-0.15,0.7
l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11l-1.06-0.73
c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6v-2.13
c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H340.77z" />
<path d="M364.09,52.71c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L364.09,52.71z" />
<path d="M387.81,54.51c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51V30.2c0-0.29,0.26-0.55,0.51-0.55h6.49c0.33,0,0.55,0.26,0.55,0.55
v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44L380,41.72L387.81,54.51z" />
</g>
</g>
<g id="g2">
<rect x="385.42" y="103.84" class="st3" width="82.07" height="29.13" />
<g>
<path d="M406.21,105.75c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55v-24.23
c0-0.26,0.22-0.51,0.51-0.51H406.21z" />
<path d="M416.44,108.35c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09
c0.15,0.22,0.07,0.55-0.15,0.7l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11
l-1.06-0.73c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6
v-2.13c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H416.44z" />
<path d="M439.76,128.81c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L439.76,128.81z" />
<path d="M463.48,130.61c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51V106.3c0-0.29,0.26-0.55,0.51-0.55h6.49
c0.33,0,0.55,0.26,0.55,0.55v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62
L463.48,130.61z" />
</g>
</g>
<g id="g3">
<rect x="413" y="206.5" class="st3" width="82.07" height="29.13" />
<g>
<path d="M433.79,208.42c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55v-24.23
c0-0.26,0.22-0.51,0.51-0.51H433.79z" />
<path d="M444.02,211.02c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09
c0.15,0.22,0.07,0.55-0.15,0.7l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11
l-1.06-0.73c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6
v-2.13c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H444.02z" />
<path d="M467.34,231.48c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L467.34,231.48z" />
<path d="M491.06,233.27c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51v-24.23c0-0.29,0.26-0.55,0.51-0.55h6.49
c0.33,0,0.55,0.26,0.55,0.55v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62
L491.06,233.27z" />
</g>
</g>
<g id="g4">
<rect x="385.42" y="309.69" class="st3" width="82.07" height="29.13" />
<g>
<path d="M406.21,311.6c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55v-24.23
c0-0.26,0.22-0.51,0.51-0.51H406.21z" />
<path d="M416.44,314.21c0.26,0,0.48,0.22,0.48,0.48V316c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09c0.15,0.22,0.07,0.55-0.15,0.7
l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11l-1.06-0.73
c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6v-2.13
c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H416.44z" />
<path d="M439.76,334.66c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
c0-7.92,5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L439.76,334.66z" />
<path d="M463.48,336.46c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51v-24.23c0-0.29,0.26-0.55,0.51-0.55h6.49
c0.33,0,0.55,0.26,0.55,0.55v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62
L463.48,336.46z" />
</g>
</g>
<g id="g5">
<rect x="309.73" y="385.31" class="st3" width="82.07" height="29.13" />
<g>
<path d="M330.52,387.22c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55v-24.23
c0-0.26,0.22-0.51,0.51-0.51H330.52z" />
<path d="M340.75,389.83c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09
c0.15,0.22,0.07,0.55-0.15,0.7l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11
l-1.06-0.73c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6
v-2.13c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H340.75z" />
<path d="M364.07,410.28c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L364.07,410.28z" />
<path d="M387.79,412.08c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51v-24.23c0-0.29,0.26-0.55,0.51-0.55h6.49
c0.33,0,0.55,0.26,0.55,0.55v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62
L387.79,412.08z" />
</g>
</g>
<g id="g6">
<rect x="206.46" y="413" class="st3" width="82.07" height="29.13" />
<g>
<path d="M227.25,414.92c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55v-24.23
c0-0.26,0.22-0.51,0.51-0.51H227.25z" />
<path d="M237.48,417.52c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09
c0.15,0.22,0.07,0.55-0.15,0.7l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11
l-1.06-0.73c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09H230c-0.29,0-0.51-0.22-0.51-0.51V418c0-0.26,0.22-0.48,0.48-0.48h2.6v-2.13
c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H237.48z" />
<path d="M260.8,437.98c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L260.8,437.98z" />
<path d="M284.52,439.77c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51v-24.23c0-0.29,0.26-0.55,0.51-0.55h6.49
c0.33,0,0.55,0.26,0.55,0.55v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62
L284.52,439.77z" />
</g>
</g>
<g id="g7">
<rect x="103.25" y="385.31" class="st3" width="82.07" height="29.13" />
<g>
<path d="M124.04,387.22c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55v-24.23
c0-0.26,0.22-0.51,0.51-0.51H124.04z" />
<path d="M134.27,389.83c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09
c0.15,0.22,0.07,0.55-0.15,0.7l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11
l-1.06-0.73c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6
v-2.13c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H134.27z" />
<path d="M157.59,410.28c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L157.59,410.28z" />
<path d="M181.31,412.08c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51v-24.23c0-0.29,0.26-0.55,0.51-0.55h6.49
c0.33,0,0.55,0.26,0.55,0.55v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62
L181.31,412.08z" />
</g>
</g>
<g id="g8">
<rect x="27.63" y="309.77" class="st3" width="82.07" height="29.13" />
<g>
<path d="M48.42,311.68c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55v-24.23
c0-0.26,0.22-0.51,0.51-0.51H48.42z" />
<path d="M58.65,314.28c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09c0.15,0.22,0.07,0.55-0.15,0.7
l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94L53.55,320c-0.18,0.26-0.48,0.29-0.73,0.11l-1.06-0.73
c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6v-2.13
c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H58.65z" />
<path d="M81.97,334.74c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L81.97,334.74z" />
<path d="M105.69,336.54c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51v-24.23c0-0.29,0.26-0.55,0.51-0.55h6.49
c0.33,0,0.55,0.26,0.55,0.55v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62
L105.69,336.54z" />
</g>
</g>
<g id="g9">
<rect y="206.5" class="st3" width="82.07" height="29.13" />
<g>
<path d="M20.79,208.42c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51H4.44c-0.29,0-0.51-0.29-0.51-0.55v-24.23
c0-0.26,0.22-0.51,0.51-0.51H20.79z" />
<path d="M31.02,211.02c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09c0.15,0.22,0.07,0.55-0.15,0.7
l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11l-1.06-0.73
c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6v-2.13
c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H31.02z" />
<path d="M54.34,231.48c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L54.34,231.48z" />
<path d="M78.06,233.27c0.18,0.26,0.04,0.44-0.26,0.44H69.3c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51v-24.23c0-0.29,0.26-0.55,0.51-0.55h6.49
c0.33,0,0.55,0.26,0.55,0.55v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62
L78.06,233.27z" />
</g>
</g>
<g id="g10">
<rect x="27.63" y="103.25" class="st3" width="82.07" height="29.13" />
<g id="g132423">
<path d="M48.42,105.17c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55v-24.23
c0-0.26,0.22-0.51,0.51-0.51H48.42z" />
<path d="M58.65,107.77c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09c0.15,0.22,0.07,0.55-0.15,0.7
l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11l-1.06-0.73
c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6v-2.13
c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H58.65z" />
<path d="M81.97,128.23c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L81.97,128.23z" />
<path d="M105.69,130.02c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51v-24.23c0-0.29,0.26-0.55,0.51-0.55h6.49
c0.33,0,0.55,0.26,0.55,0.55v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62
L105.69,130.02z" />
</g>
</g>
<g id="g11">
<rect x="103.35" y="27.74" class="st3" width="82.07" height="29.13" />
<g id="g1232423">
<path d="M124.14,29.65c0.33,0,0.55,0.26,0.55,0.51v5.54c0,0.33-0.22,0.55-0.55,0.55h-9.31v3.34h7.37c0.33,0,0.51,0.26,0.48,0.48
l-0.51,5.13c-0.04,0.22-0.29,0.48-0.62,0.48h-6.71v8.76c0,0.26-0.26,0.51-0.55,0.51h-6.49c-0.29,0-0.51-0.29-0.51-0.55V30.17
c0-0.26,0.22-0.51,0.51-0.51H124.14z" />
<path d="M134.37,32.26c0.26,0,0.48,0.22,0.48,0.48v1.32c0,0.29-0.18,0.51-0.51,0.51h-1.91l1.47,2.09c0.15,0.22,0.07,0.55-0.15,0.7
l-1.06,0.73c-0.26,0.18-0.55,0.15-0.73-0.11l-1.32-1.94l-1.36,1.94c-0.18,0.26-0.48,0.29-0.73,0.11l-1.06-0.73
c-0.22-0.15-0.29-0.48-0.15-0.7l1.47-2.09h-1.91c-0.29,0-0.51-0.22-0.51-0.51v-1.32c0-0.26,0.22-0.48,0.48-0.48h2.6v-2.13
c0-0.26,0.22-0.48,0.48-0.48h1.32c0.33,0,0.51,0.22,0.51,0.51v2.09H134.37z" />
<path d="M157.69,52.71c0.11,0.26-0.04,0.51-0.33,0.66c-2.13,1.32-4.99,2.13-7.7,2.13c-7.55,0-12.61-5.28-12.61-13.2
s5.06-13.2,12.61-13.2c2.71,0,5.57,0.81,7.7,2.13c0.29,0.15,0.44,0.4,0.33,0.66l-2.42,5.1c-0.15,0.33-0.4,0.44-0.7,0.29
c-1.36-0.77-2.68-1.03-4.25-1.03c-3.3,0-5.5,2.42-5.5,6.05c0,3.63,2.2,6.05,5.5,6.05c1.58,0,2.9-0.26,4.25-1.03
c0.29-0.15,0.55-0.04,0.7,0.29L157.69,52.71z" />
<path d="M181.41,54.51c0.18,0.26,0.04,0.44-0.26,0.44h-8.51c-0.26,0-0.62-0.18-0.77-0.44l-4.55-9.17v9.09
c0,0.26-0.22,0.51-0.55,0.51h-6.49c-0.26,0-0.51-0.26-0.51-0.51V30.2c0-0.29,0.26-0.55,0.51-0.55h6.49c0.33,0,0.55,0.26,0.55,0.55
v8.21l4.4-8.32c0.15-0.26,0.51-0.44,0.84-0.44h8.03c0.29,0,0.4,0.18,0.26,0.44l-7.26,11.62L181.41,54.51z" />
</g>
</g>
</svg>
</body>
</html>
#handyboi {
transform-origin: 50% 50%;
-webkit-animation: handrotate 12s ease-in-out infinite;
-moz-animation: handrotate 12s ease-in-out infinite;
-o-animation: handrotate 12s ease-in-out infinite;
animation: handrotate 12s ease-in-out infinite;
}
#g1 {
opacity: 0%;
-webkit-animation: one 12s ease-in-out infinite;
-moz-animation: one 12s ease-in-out infinite;
-o-animation: one 12s ease-in-out infinite;
animation: one 12s ease-in-out infinite;
}
#g2 {
-webkit-animation: two 12s ease-in-out infinite;
-moz-animation: two 12s ease-in-out infinite;
-o-animation: two 12s ease-in-out infinite;
animation: two 12s ease-in-out infinite;
opacity: 0%;
}
#g3 {
-webkit-animation: three 12s ease-in-out infinite;
-moz-animation: three 12s ease-in-out infinite;
-o-animation: three 12s ease-in-out infinite;
animation: three 12s ease-in-out infinite;
opacity: 0%;
}
#g4 {
-webkit-animation: four 12s ease-in-out infinite;
-moz-animation: four 12s ease-in-out infinite;
-o-animation: four 12s ease-in-out infinite;
animation: four 12s ease-in-out infinite;
opacity: 0%;
}
#g5 {
-webkit-animation: five 12s ease-in-out infinite;
-moz-animation: five 12s ease-in-out infinite;
-o-animation: five 12s ease-in-out infinite;
animation: five 12s ease-in-out infinite;
opacity: 0%;
}
#g6 {
-webkit-animation: six 12s ease-in-out infinite;
-moz-animation: six 12s ease-in-out infinite;
-o-animation: six 12s ease-in-out infinite;
animation: six 12s ease-in-out infinite;
opacity: 0%;
}
#g7 {
-webkit-animation: seven 12s ease-in-out infinite;
-moz-animation: seven 12s ease-in-out infinite;
-o-animation: seven 12s ease-in-out infinite;
animation: seven 12s ease-in-out infinite;
opacity: 0%;
}
#g8 {
-webkit-animation: eight 12s ease-in-out infinite;
-moz-animation: eight 12s ease-in-out infinite;
-o-animation: eight 12s ease-in-out infinite;
animation: eight 12s ease-in-out infinite;
opacity: 0%;
}
#g9 {
-webkit-animation: nine 12s ease-in-out infinite;
-moz-animation: nine 12s ease-in-out infinite;
-o-animation: nine 12s ease-in-out infinite;
animation: nine 12s ease-in-out infinite;
opacity: 0%;
}
#g10 {
-webkit-animation: ten 12s ease-in-out infinite;
-moz-animation: ten 12s ease-in-out infinite;
-o-animation: ten 12s ease-in-out infinite;
animation: ten 12s ease-in-out infinite;
opacity: 0%;
}
#g11 {
-webkit-animation: eleven 12s ease-in-out infinite;
-moz-animation: eleven 12s ease-in-out infinite;
-o-animation: eleven 12s ease-in-out infinite;
animation: eleven 12s ease-in-out infinite;
opacity: 0%;
}
#g12 {
-webkit-animation: twelve 12s ease-in-out 1s infinite;
-moz-animation: twelve 12s ease-in-out 1s infinite;
-o-animation: twelve 12s ease-in-out 1s infinite;
animation: twelve 12s ease-in-out 1s infinite;
opacity: 0%;
}
@keyframes one {
0% {
opacity: 0%;
}
2.333% {
opacity: 0%;
}
8.333% {
opacity: 100%;
}
14.333% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes two {
0% {
opacity: 0%;
}
10.666% {
opacity: 0%;
}
16.666% {
opacity: 100%;
}
22.666% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes three {
0% {
opacity: 0%;
}
18.999% {
opacity: 0%;
}
24.999% {
opacity: 100%;
}
30.999% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes four {
0% {
opacity: 0%;
}
27.333% {
opacity: 0%;
}
33.333% {
opacity: 100%;
}
39.333% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes five {
0% {
opacity: 0%;
}
35.666% {
opacity: 0%;
}
41.666% {
opacity: 100%;
}
47.666% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes six {
0% {
opacity: 0%;
}
43.999% {
opacity: 0%;
}
49.999% {
opacity: 100%;
}
55.999% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes seven {
0% {
opacity: 0%;
}
52.333% {
opacity: 0%;
}
58.333% {
opacity: 100%;
}
64.333% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes eight {
0% {
opacity: 0%;
}
60.666% {
opacity: 0%;
}
66.666% {
opacity: 100%;
}
72.666% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes nine {
0% {
opacity: 0%;
}
68.999% {
opacity: 0%;
}
74.999% {
opacity: 100%;
}
80.999% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes ten {
0% {
opacity: 0%;
}
77.333% {
opacity: 0%;
}
83.333% {
opacity: 100%;
}
89.333% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes eleven {
0% {
opacity: 0%;
}
85.666% {
opacity: 0%;
}
91.666% {
opacity: 100%;
}
97.666% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes twelve {
0% {
opacity: 0%;
}
85.666% {
opacity: 0%;
}
91.666% {
opacity: 100%;
}
97.666% {
opacity: 0%;
}
100% {
opacity: 0%;
}
}
@keyframes handrotate {
0% {
transform: rotateZ(0deg);
}
8.333% {
transform: rotateZ(30deg);
}
16.666% {
transform: rotateZ(60deg);
}
24.999% {
transform: rotateZ(90deg);
}
33.333% {
transform: rotateZ(120deg);
}
41.666% {
transform: rotateZ(150deg);
}
49.999% {
transform: rotateZ(180deg);
}
58.333% {
transform: rotateZ(210deg);
}
66.666% {
transform: rotateZ(240deg);
}
74.999% {
transform: rotateZ(270deg);
}
83.333% {
transform: rotateZ(300deg);
}
91.666% {
transform: rotateZ(330deg);
}
100% {
transform: rotateZ(360deg);
}
}
Also see: Tab Triggers