@charset "UTF-8";
/** Reset some basic elements */
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure { margin: 0; padding: 0; }

/** Basic styling */
body { font: 400 17px/1.6 Rubik, sans-serif; color: #2E2D33; background-color: #F9F9FA; -webkit-text-size-adjust: 100%; -webkit-font-feature-settings: "kern" 1; -moz-font-feature-settings: "kern" 1; -o-font-feature-settings: "kern" 1; font-feature-settings: "kern" 1; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-kerning: normal; word-wrap: break-word; word-break: normal; }

/** Set `margin-bottom` to maintain vertical rhythm */
h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, dl, figure, .highlight { margin-bottom: 15px; }

/** Images */
img { max-width: 100%; vertical-align: middle; }

.post-content > p > img { margin: 0 auto; display: block; }

img + em { margin-top: 2px; color: #908C99; display: block; font-size: 14px; text-align: center; }

/** Figures */
figure > img { display: block; }

figcaption { font-size: 14.875px; }

/** Lists */
ul, ol { margin-left: 30px; }

li > ul, li > ol { margin-bottom: 0; }

/** Headings */
h1, h2, h3, h4, h5, h6 { font-family: "Libre Baskerville", sans-serif; font-weight: 400; }

h1 > a.anchor, h2 > a.anchor, h3 > a.anchor, h4 > a.anchor, h5 > a.anchor, h6 > a.anchor { opacity: 0.35; color: #908C99; transition: opacity 0.2s ease-in-out 0.1s; }

h1 > a.anchor:before, h2 > a.anchor:before, h3 > a.anchor:before, h4 > a.anchor:before, h5 > a.anchor:before, h6 > a.anchor:before { content: "#"; }

h1:hover > a.anchor, h2:hover > a.anchor, h3:hover > a.anchor, h4:hover > a.anchor, h5:hover > a.anchor, h6:hover > a.anchor { opacity: 1; }

h1:hover > a.anchor:hover, h2:hover > a.anchor:hover, h3:hover > a.anchor:hover, h4:hover > a.anchor:hover, h5:hover > a.anchor:hover, h6:hover > a.anchor:hover { color: #5D5966; }

/** Links */
a { color: #6A5CA2; transition: .2s; text-decoration: none; }

a:visited { color: #8276b1; }

a:hover { color: #330033; }

a:active { color: #5f5392; }

::selection { background: #fec78c; }

.blog.post .post-header .post-title.post a, .post-footer > a { color: #5D5966; text-decoration: none; }

.blog.post .post-header .post-title.post a:hover, .post-footer > a:hover { color: #2E2D33; }

.blog.related-posts ul.post-list li .post-info .category, .blog .post-list li .post-info .category, a.post-info, .footer-col-wrapper .site-author a, .footer-col-wrapper a.social-link, .footer-col-wrapper a.email-link, .footer-col-wrapper a.page-link, .footer-col-wrapper a.author-link { color: #908C99; text-decoration: none; }

.blog.related-posts ul.post-list li .post-info .category:hover, .blog .post-list li .post-info .category:hover, a.post-info:hover, .footer-col-wrapper .site-author a:hover, .footer-col-wrapper a.social-link:hover, .footer-col-wrapper a.email-link:hover, .footer-col-wrapper a.page-link:hover, .footer-col-wrapper a.author-link:hover { color: #2E2D33; }

/** Blockquotes */
blockquote { padding: 30px 15px; font-size: 22px; color: #828282; letter-spacing: -1px; text-align: center; }

blockquote p { quotes: "“" "”" "‘" "’"; display: inline; }

blockquote p:before { content: open-quote; }

blockquote p:after { content: close-quote; }

blockquote > :last-child { margin-bottom: 0; }

/** Code formatting */
pre, code { font-size: 15px; border: 1px solid #e8dff3; border-radius: 3px; background-color: #f0eaf7; word-wrap: normal; word-break: normal; }

code { padding: 1px 5px; font-family: "Source Pro", monospace; }

pre { padding: 8px 12px; overflow-x: auto; }

pre > code { border: 0; padding-right: 0; padding-left: 0; }

p code, li code { white-space: pre-wrap; word-wrap: break-word; }

/** Wrapper */
.wrapper { max-width: -webkit-calc(1280px - (30px * 2)); max-width: calc(1280px - (30px * 2)); margin-right: auto; margin-left: auto; padding-right: 30px; padding-left: 30px; }

@media screen and (max-width: 800px) { .wrapper { max-width: -webkit-calc(1280px - (30px)); max-width: calc(1280px - (30px)); padding-right: 15px; padding-left: 15px; } }

/** Clearfix */
.post-footer:after, .footer-col-wrapper:after, .site-header.page:after, .site-header.lander:after, .wrapper:after { content: ""; display: table; clear: both; }

/** Icons */
.icon > svg { display: inline-block; vertical-align: middle; }

.icon > svg path { fill: #828282; }

/** Tables */
table { border-collapse: collapse; width: 100%; margin-bottom: 15px; }

td, th { border: 1px solid #C7C6CC; padding: 8px; }

thead { background-color: #e1e1e4; }

tr:nth-child(even) { background-color: #f1f1f3; }

/** Horizontal Rule */
hr { display: block; height: 1px; border: 0; border-top: 1px solid #C7C6CC; margin: 30px 0; padding: 0; }

/** Twitter Embed */
.twitter-tweet { margin-top: 15px !important; margin-bottom: 20px !important; }

/** Copy Code Button */
.highlighter-rouge { position: relative; }

.highlighter-rouge code.copied { animation: shot .3s ease-in-out; }

@keyframes shot { from { opacity: .5; }
  to { opacity: 1; } }

.highlighter-rouge .clipbutton { position: absolute; top: 10px; right: 10px; z-index: 1; opacity: 0; padding: 4px 7px; border: none; border-radius: 3px; background-color: #6d58a5; color: white; text-transform: uppercase; font-size: 10px; font-weight: 700; transition: opacity .3s ease-in-out; }

.highlighter-rouge .clipbutton:hover { background-color: #483a6c; }

.highlighter-rouge .clipbutton:focus { outline: none; }

.highlighter-rouge:hover .clipbutton { opacity: 1; cursor: pointer; }

/** Hack to handle horizontal scroll right clip issue */
.plain-support-button { position: fixed; bottom: 20px; right: 20px; background-color: #53437D; border-radius: 3px; font-size: 14px; color: white; z-index: 999; padding: 5px 10px; font-weight: 500; }

.plain-support-button:hover { color: white; }

.plain-support-button > span { margin-left: 2px; }

.site-header.page .site-header-col-1 section.search, .site-header.lander .site-header-col-1 section.search { position: relative; font-size: 15px; display: inline-block; }

.site-header.page .site-header-col-1 section.search label, .site-header.lander .site-header-col-1 section.search label { position: absolute; left: 15px; top: 50%; margin-top: -12px; z-index: 10; opacity: 0.4; pointer-events: none; }

.site-header.page .site-header-col-1 section.search input, .site-header.lander .site-header-col-1 section.search input { padding: 3px 10px 3px 36px; height: 40px; width: 236px; color: #5D5966; background-color: transparent; border-width: 0 0 0 1px; border-style: solid; border-color: #dddde0; transition: border-color ease-in-out .15s, background-color ease-in-out .15s; font-family: Rubik, sans-serif; font-size: 16px; line-height: 1.3333333; box-sizing: border-box; }

.site-header.page .site-header-col-1 section.search input:focus, .site-header.lander .site-header-col-1 section.search input:focus { outline: 0; color: #2E2D33; border-radius: 4px; border: 1px solid #5e4c8e; }

@media screen and (max-width: 600px) { .site-header.page .site-header-col-1 section.search, .site-header.lander .site-header-col-1 section.search { width: 100%; } .site-header.page .site-header-col-1 section.search input, .site-header.lander .site-header-col-1 section.search input { width: 100%; height: 44px; padding-top: 5px; padding-bottom: 5px; border-radius: 0; border-width: 0 0 1px; border-color: #E2E2E5; background-color: #EFEFF1; } .site-header.page .site-header-col-1 section.search input:focus, .site-header.lander .site-header-col-1 section.search input:focus { border-radius: 0; border-width: 0 0 1px; } .site-header.page .site-header-col-1 section.search .algolia-autocomplete, .site-header.lander .site-header-col-1 section.search .algolia-autocomplete { width: 100%; vertical-align: bottom; } .site-header.page .site-header-col-1 section.search .algolia-autocomplete .ds-dropdown-menu, .site-header.lander .site-header-col-1 section.search .algolia-autocomplete .ds-dropdown-menu { min-width: 300px; } }

/** Site header for the lander */
.site-header.lander { padding: 15px 0 30px; }

.site-header.lander .site-header-col-1 { float: left; display: flex; align-items: center; }

.site-header.lander .site-header-col-1 a.logo { font-family: Rubik, sans-serif; font-style: italic; font-weight: 700; line-height: 40px; font-size: 24px; color: #53437D; }

.site-header.lander .site-header-col-1 a.button { display: none; }

.site-header.lander .site-header-col-1 section.search { margin-left: 15px; }

.site-header.lander .site-header-col-2 { float: right; }

.site-header.lander .site-header-col-2 a.links { font-family: "Exo 2", sans-serif; border-radius: 3px; padding: 10px 17px 11px; display: inline-block; font-size: 14px; line-height: 1; }

.site-header.lander .site-header-col-2 a.signup { color: white; margin: 0 15px 0 0; border: 2px solid #ef7c02; background-color: #FD9527; }

.site-header.lander .site-header-col-2 a.signup:hover { background-color: #fd890e; }

.site-header.lander .site-header-col-2 a.signup:active { border-color: #a35502; background-color: #d66f02; }

.site-header.lander .site-header-col-2 a.login { color: #5D5966; border: 2px solid #d4d3d8; background-color: #efeef0; }

.site-header.lander .site-header-col-2 a.login:hover { background-color: #e7e6e9; }

.site-header.lander .site-header-col-2 a.login:active { border-color: #c7c6cc; background-color: #e1e1e4; }

.site-header.lander .site-header-col-2 a.signup { display: none; }

@media screen and (max-width: 600px) { .site-header.lander { padding: 0; } .site-header.lander .wrapper { padding: 0; } .site-header.lander .site-header-col-1, .site-header.lander .site-header-col-2 { float: none; text-align: center; } .site-header.lander .site-header-col-2 { display: none; } .site-header.lander .site-header-col-1 { display: block; } .site-header.lander .site-header-col-1 span.menu-header { display: flex; padding: 15px; justify-content: space-between; align-items: center; } .site-header.lander .site-header-col-1 span.menu-header a.logo { line-height: 1; } .site-header.lander .site-header-col-1 span.menu-header a.button { padding: 0 10px; border: 1px solid #E2E2E5; border-radius: 3px; display: block; } .site-header.lander .site-header-col-1 span.menu-header a.button:active { background-color: #E2E2E5; border-color: transparent; } .site-header.lander .site-header-col-1 span.menu-header a.button:visited { color: #6A5CA2; } .site-header.lander .site-header-col-1 span.menu-header a.button i.fa-caret-up { display: none; } .site-header.lander .site-header-col-1 section.search { margin: 0; display: none; } .site-header.lander.expanded .site-header-col-1 span.menu-header { border-bottom: 1px solid #E2E2E5; } .site-header.lander.expanded .site-header-col-1 span.menu-header a.button i.fa-caret-down { display: none; } .site-header.lander.expanded .site-header-col-1 span.menu-header a.button i.fa-caret-up { display: inline-block; } .site-header.lander.expanded .site-header-col-1 section.search { text-align: left; display: inline-block; } .site-header.lander.expanded .site-header-col-2 { padding-bottom: 7px; display: flex; flex-direction: column; align-items: stretch; text-align: left; background-color: #EFEFF1; } .site-header.lander.expanded .site-header-col-2 a.links { order: 3; padding-top: 15px; padding-bottom: 15px; font-size: 16px; } .site-header.lander.expanded .site-header-col-2 a.login, .site-header.lander.expanded .site-header-col-2 a.signup { margin: 0 15px 10px; font-size: 14px; order: 2; align-self: flex-start; padding-top: 12px; padding-bottom: 13px; display: inline-block; } .site-header.lander.expanded .site-header-col-2 a.login.signup, .site-header.lander.expanded .site-header-col-2 a.signup.signup { order: 1; margin-top: 15px; margin-bottom: 15px; } }

/** Site header for pages */
.site-header.page { padding: 15px 0 15px; margin-bottom: 15px; border-bottom: 1px solid #C7C6CC; }

.site-header.page .site-header-col-1 { float: left; display: flex; align-items: center; }

.site-header.page .site-header-col-1 a.logo { font-family: Rubik, sans-serif; font-style: italic; font-weight: 700; line-height: 40px; font-size: 24px; color: #53437D; }

.site-header.page .site-header-col-1 a.button { display: none; }

.site-header.page .site-header-col-1 section.search { margin-left: 15px; }

.site-header.page .site-header-col-2 { float: right; }

.site-header.page .site-header-col-2 a.links { font-family: "Exo 2", sans-serif; border-radius: 3px; padding: 10px 17px 11px; display: inline-block; font-size: 14px; line-height: 1; }

.site-header.page .site-header-col-2 a.signup { color: white; margin: 0 15px 0 0; border: 2px solid #ef7c02; background-color: #FD9527; }

.site-header.page .site-header-col-2 a.signup:hover { background-color: #fd890e; }

.site-header.page .site-header-col-2 a.signup:active { border-color: #a35502; background-color: #d66f02; }

.site-header.page .site-header-col-2 a.login { color: #5D5966; border: 2px solid #d4d3d8; background-color: #efeef0; }

.site-header.page .site-header-col-2 a.login:hover { background-color: #e7e6e9; }

.site-header.page .site-header-col-2 a.login:active { border-color: #c7c6cc; background-color: #e1e1e4; }

@media screen and (max-width: 600px) { .site-header.page { padding: 0; } .site-header.page .wrapper { padding: 0; } .site-header.page .site-header-col-1, .site-header.page .site-header-col-2 { float: none; text-align: center; } .site-header.page .site-header-col-2 { display: none; } .site-header.page .site-header-col-1 { display: block; } .site-header.page .site-header-col-1 span.menu-header { display: flex; padding: 15px; justify-content: space-between; align-items: center; } .site-header.page .site-header-col-1 span.menu-header a.logo { line-height: 1; } .site-header.page .site-header-col-1 span.menu-header a.button { padding: 0 10px; border: 1px solid #E2E2E5; border-radius: 3px; display: block; } .site-header.page .site-header-col-1 span.menu-header a.button:active { background-color: #E2E2E5; border-color: transparent; } .site-header.page .site-header-col-1 span.menu-header a.button:visited { color: #6A5CA2; } .site-header.page .site-header-col-1 span.menu-header a.button i.fa-caret-up { display: none; } .site-header.page .site-header-col-1 section.search { margin: 0; display: none; } .site-header.page.expanded .site-header-col-1 span.menu-header { border-bottom: 1px solid #E2E2E5; } .site-header.page.expanded .site-header-col-1 span.menu-header a.button i.fa-caret-down { display: none; } .site-header.page.expanded .site-header-col-1 span.menu-header a.button i.fa-caret-up { display: inline-block; } .site-header.page.expanded .site-header-col-1 section.search { text-align: left; display: inline-block; } .site-header.page.expanded .site-header-col-2 { padding-bottom: 7px; display: flex; flex-direction: column; align-items: stretch; text-align: left; background-color: #EFEFF1; } .site-header.page.expanded .site-header-col-2 a.links { order: 3; padding-top: 15px; padding-bottom: 15px; font-size: 16px; } .site-header.page.expanded .site-header-col-2 a.login, .site-header.page.expanded .site-header-col-2 a.signup { margin: 0 15px 10px; font-size: 14px; order: 2; align-self: flex-start; padding-top: 12px; padding-bottom: 13px; display: inline-block; } .site-header.page.expanded .site-header-col-2 a.login.signup, .site-header.page.expanded .site-header-col-2 a.signup.signup { order: 1; margin-top: 15px; margin-bottom: 15px; } }

/* .site-nav { float: right; line-height: 56px; .menu-icon { display: none; } .page-link { color: $text-color; line-height: $base-line-height; // Gaps between nav items, but not on the last one &:not(:last-child) { margin-right: 20px; } } @include media-query($on-palm) { position: absolute; top: 9px; right: $spacing-unit / 2; background-color: $background-color; border: 1px solid $grey-color-light; border-radius: 5px; text-align: right; .menu-icon { display: block; float: right; width: 36px; height: 26px; line-height: 0; padding-top: 10px; text-align: center; > svg path { fill: $grey-color-dark; } } .trigger { clear: both; display: none; } &:hover .trigger { display: block; padding-bottom: 5px; } .page-link { display: block; padding: 5px 10px; &:not(:last-child) { margin-right: 0; } margin-left: 20px; } } } */
/** Site footer */
.site-footer { padding-bottom: 45px; }

.site-footer > hr { margin-top: 0; height: 4px; border: 0; background: linear-gradient(to right, #975890, #EE8E2F); }

@media screen and (max-width: 600px) { .site-footer { padding-bottom: 5px; } }

.contact-list, .link-list { list-style: none; margin-left: 0; }

.contact-list > li + li, .link-list > li + li { margin-top: 10px; }

.footer-col-wrapper { color: #908C99; margin-left: -15px; }

.footer-col-wrapper a.author-link { font-weight: bold; }

.footer-col-wrapper a.email-link.jobs, .footer-col-wrapper a.page-link.jobs { color: #ef7c02; }

.footer-col-wrapper a.email-link.jobs:hover, .footer-col-wrapper a.page-link.jobs:hover { color: #FD9527; }

.footer-col-wrapper .social-links { margin-top: 12px; }

.footer-col-wrapper a.social-link { margin-left: 5px; font-size: 34px; line-height: 1; display: inline-block; }

.footer-col-wrapper a.social-link svg { vertical-align: -3px; height: 30px; width: 30px; }

.footer-col-wrapper a.social-link:hover { opacity: 0.9; }

.footer-col-wrapper .site-title { font-family: Rubik, sans-serif; font-style: italic; font-weight: 700; font-size: 20px; color: #908C99; }

.footer-col-wrapper .site-description { font-weight: 500; }

.footer-col-wrapper .site-author { padding-top: 4px; }

.footer-col { float: left; margin-bottom: 15px; padding-left: 15px; }

.footer-col-1 { width: -webkit-calc(40% - (30px / 2)); width: calc(40% - (30px / 2)); }

.footer-col-2 { text-align: right; width: -webkit-calc(60% - (30px / 2)); width: calc(60% - (30px / 2)); }

@media screen and (max-width: 600px) { footer > .wrapper { margin: 0; } footer > .wrapper .footer-col-wrapper { margin: 0; } footer > .wrapper .footer-col { float: none; text-align: left; padding: 0; width: auto; } footer > .wrapper .footer-col:first-child { margin-bottom: 20px; } footer > .wrapper .footer-col:last-child { padding-top: 20px; border-top: 1px solid #E2E2E5; } }

/** Page content */
.page-content { padding: 30px 0; }

@media screen and (max-width: 600px) { .page-content { padding: 15px 0; } }

.page-content .placeholder { font-family: "Libre Baskerville", sans-serif; font-size: 42px; text-align: center; padding: 200px 0 300px; }

.page-content .docs-wrapper { display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; }

@media screen and (max-width: 600px) { .page-content .docs-wrapper { flex-direction: column; align-items: stretch; } }

.page-content .docs-wrapper > .post { flex: 1; min-width: 0; }

.page-content .docs-wrapper > .sidebar { margin-right: 30px; padding-top: 15px; flex: 0 0 220px; font-size: 14px; }

.page-content .docs-wrapper > .sidebar p { margin-bottom: 10px; }

.page-content .docs-wrapper > .sidebar p.active a { font-weight: 500; }

.page-content .docs-wrapper > .sidebar p.title i.fa { opacity: 0.5; font-size: 13px; width: 8px; }

.page-content .docs-wrapper > .sidebar p.title i.fa.fa-caret-down { position: relative; left: -2px; vertical-align: 1px; display: none; }

.page-content .docs-wrapper > .sidebar p.title.open i.fa-caret-right { display: none; }

.page-content .docs-wrapper > .sidebar p.title.open i.fa-caret-down { display: inline-block; }

.page-content .docs-wrapper > .sidebar > p { font-size: 15px; }

.page-content .docs-wrapper > .sidebar ul { margin-top: 5px; margin-bottom: 10px; margin-left: 0; list-style: none; display: none; }

.page-content .docs-wrapper > .sidebar ul li { margin-top: 10px; padding-left: 20px; text-indent: -11px; }

.page-content .docs-wrapper > .sidebar ul li::before { content: "•"; margin-right: 5px; color: #C7C6CC; }

.page-content .docs-wrapper > .sidebar ul li.active a { font-weight: 500; }

.page-content .docs-wrapper > .sidebar ul.open { display: block; }

@media screen and (max-width: 600px) { .page-content .docs-wrapper > .sidebar { margin-right: 0; border-top: 2px solid #C7C6CC; padding-top: 30px; order: 99; } }

.lander-content .placeholder { font-family: "Libre Baskerville", sans-serif; font-size: 42px; text-align: center; padding: 200px 0 300px; }

.page-heading { font-size: 20px; }

.post-list { margin-left: 0; list-style: none; }

.post-list > li { margin-bottom: 30px; }

.post-meta { font-size: 14.875px; color: #828282; }

.post-link { display: block; font-size: 24px; }

/** Posts */
.post-header { margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #C7C6CC; }

.post-title { margin-bottom: 5px; font-size: 42px; letter-spacing: -1px; line-height: 1.3; }

@media screen and (max-width: 800px) { .post-title { font-size: 32px; } }

.post-title-context { margin-bottom: 0; color: #908C99; font-size: 14px; }

a.post-info { font-size: 14px; font-weight: 300; }

span.post-info-separator { font-size: 10px; font-weight: 300; color: #908C99; }

.post-context { margin-top: 20px; color: #908C99; font-weight: 300; font-style: italic; }

.post-content { margin-bottom: 30px; }

.post-content h2 { font-size: 32px; }

@media screen and (max-width: 800px) { .post-content h2 { font-size: 28px; } }

.post-content h3 { font-size: 26px; }

@media screen and (max-width: 800px) { .post-content h3 { font-size: 22px; } }

.post-content h4 { font-size: 20px; }

@media screen and (max-width: 800px) { .post-content h4 { font-size: 18px; } }

.post-closing { margin-top: 75px; text-align: center; padding-bottom: 10px; border-bottom: 1px solid #E2E2E5; }

.post-closing hr { margin-bottom: 45px; font-size: 28px; letter-spacing: .6em; display: block; border: 0; color: #908C99; }

.post-closing hr:before { content: '...'; display: inline-block; margin-left: .6em; color: rgba(0, 0, 0, 0.6); position: relative; top: -45px; }

@media screen and (max-width: 600px) { .post-closing { margin-top: 60px; } .post-closing hr { margin-bottom: 30px; } }

.post-closing .controls { padding-top: 10px; border-top: 1px solid #E2E2E5; display: flex; justify-content: space-between; }

.post-closing .controls p { margin-bottom: 0; padding: 0 2px; font-size: 16px; color: #5D5966; }

.post-closing .controls p a { font-weight: 500; }

.post-closing .controls p i.fa { padding-left: 2px; }

.post-closing .controls p:first-child { order: 2; }

@media screen and (max-width: 600px) { .post-closing .controls { display: block; } .post-closing .controls p:last-child { margin-top: 5px; } }

.post-cta { margin: 15px 0 30px; padding: 15px; background-color: #e7e7ea; border-radius: 3px; display: flex; align-items: center; justify-content: space-between; }

@media screen and (max-width: 600px) { .post-cta { margin-top: 15px; display: block; } }

.post-cta p { margin-bottom: 0; font-size: 15px; color: #5D5966; }

.post-cta p a { font-weight: 500; }

.post-cta a.button { margin-left: 10px; flex: 0 0 auto; border-radius: 3px; padding: 10px 17px 11px; display: block; font-size: 16px; color: white; border: 2px solid #ef7c02; background-color: #FD9527; }

.post-cta a.button:hover { background-color: #fd890e; }

.post-cta a.button:active { border-color: #a35502; background-color: #d66f02; }

@media screen and (max-width: 600px) { .post-cta a.button { margin-left: 0; margin-top: 10px; display: flex; justify-content: space-between; align-items: center; } }

.post-cta a.button i.fa { margin-left: 3px; font-size: 14px; opacity: 0.85; }

.post-cta.blog { margin: 0 auto; max-width: 900px; }

.post-footer { margin-top: 54px; text-align: center; }

.post-footer > a { font-weight: bold; line-height: 54px; display: inline-block; font-size: 14px; }

.post-footer .previous { float: left; }

.post-footer .next { float: right; }

/** Syntax highlighting styles */
.highlight { background: #fff; }

.highlighter-rouge .highlight { background: #f0eaf7; }

.highlight .c { color: #998; font-style: italic; }

.highlight .err { color: #a61717; background-color: #e3d2d2; }

.highlight .k { font-weight: bold; }

.highlight .o { font-weight: bold; }

.highlight .cm { color: #998; font-style: italic; }

.highlight .cp { color: #999; font-weight: bold; }

.highlight .c1 { color: #998; font-style: italic; }

.highlight .cs { color: #999; font-weight: bold; font-style: italic; }

.highlight .gd { color: #000; background-color: #fdd; }

.highlight .gd .x { color: #000; background-color: #faa; }

.highlight .ge { font-style: italic; }

.highlight .gr { color: #a00; }

.highlight .gh { color: #999; }

.highlight .gi { color: #000; background-color: #dfd; }

.highlight .gi .x { color: #000; background-color: #afa; }

.highlight .go { color: #888; }

.highlight .gp { color: #555; }

.highlight .gs { font-weight: bold; }

.highlight .gu { color: #aaa; }

.highlight .gt { color: #a00; }

.highlight .kc { font-weight: bold; }

.highlight .kd { font-weight: bold; }

.highlight .kp { font-weight: bold; }

.highlight .kr { font-weight: bold; }

.highlight .kt { color: #458; font-weight: bold; }

.highlight .m { color: #099; }

.highlight .s { color: #d14; }

.highlight .na { color: #008080; }

.highlight .nb { color: #0086B3; }

.highlight .nc { color: #458; font-weight: bold; }

.highlight .no { color: #008080; }

.highlight .ni { color: #800080; }

.highlight .ne { color: #900; font-weight: bold; }

.highlight .nf { color: #900; font-weight: bold; }

.highlight .nn { color: #555; }

.highlight .nt { color: #000080; }

.highlight .nv { color: #008080; }

.highlight .ow { font-weight: bold; }

.highlight .w { color: #bbb; }

.highlight .mf { color: #099; }

.highlight .mh { color: #099; }

.highlight .mi { color: #099; }

.highlight .mo { color: #099; }

.highlight .sb { color: #d14; }

.highlight .sc { color: #d14; }

.highlight .sd { color: #d14; }

.highlight .s2 { color: #d14; }

.highlight .se { color: #d14; }

.highlight .sh { color: #d14; }

.highlight .si { color: #d14; }

.highlight .sx { color: #d14; }

.highlight .sr { color: #009926; }

.highlight .s1 { color: #d14; }

.highlight .ss { color: #990073; }

.highlight .bp { color: #999; }

.highlight .vc { color: #008080; }

.highlight .vg { color: #008080; }

.highlight .vi { color: #008080; }

.highlight .il { color: #099; }

.blog.post { margin: 0 auto; max-width: 900px; }

.blog.post b, .blog.post strong { font-weight: 500; }

.blog.post h1:nth-child(n+2), .blog.post h2:nth-child(n+2), .blog.post h3:nth-child(n+2) { margin-top: 25px; }

.blog.post .categories { margin: 25px 0 10px; padding: 15px; border-radius: 4px; display: flex; background-color: #EFEFF1; }

.blog.post .categories .category { margin-right: 15px; padding: 15px 8px 15px 88px; background-color: white; border-radius: 4px; flex: 0 0 280px; box-sizing: border-box; position: relative; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.03); transition: box-shadow ease-in-out .2s, transform ease-in-out .2s; }

.blog.post .categories .category .icon { position: absolute; width: 95px; height: 95px; left: -20px; top: 50%; margin-top: -47.5px; border-radius: 50%; text-align: center; }

.blog.post .categories .category .icon i.fa { font-size: 36px; color: white; line-height: 95px; }

.blog.post .categories .category h4 { margin-bottom: 6px; font-family: Rubik, sans-serif; font-weight: 500; font-size: 18px; color: #5D5966; }

.blog.post .categories .category p { margin-bottom: 3px; font-size: 14px; color: #908C99; word-break: break-word; }

.blog.post .categories .category p.footer { margin-bottom: 0; color: #C7C6CC; }

.blog.post .categories .category p.footer i.fa { margin-left: 2px; opacity: 0.7; font-size: 11px; }

.blog.post .categories .category.news div.icon { background-color: rgba(217, 83, 79, 0.15); }

.blog.post .categories .category.news div.icon i.fa { color: rgba(217, 83, 79, 0.75); }

.blog.post .categories .category.tips div.icon { background-color: #ffecd8; }

.blog.post .categories .category.tips div.icon i.fa { color: #FD9527; }

.blog.post .categories .category.community div.icon { background-color: #E3EFE5; }

.blog.post .categories .category.community div.icon i.fa { color: #9BB0AF; }

.blog.post .categories .category:hover { box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); transform: translateY(-1px); }

.blog.post .categories .category:hover h4 { color: #6A5CA2; }

.blog.post .categories .category:active { box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.03); transform: translateY(1px); }

.blog.post .categories .category:last-child { margin-right: 0; }

@media screen and (max-width: 600px) { .blog.post .categories .category { margin: 0 0 10px; flex: 1 1 auto; } .blog.post .categories .category:last-child { margin-bottom: 0; } }

@media screen and (max-width: 600px) { .blog.post .categories { padding: 10px; flex-direction: column; } }

.blog.post .post-header { padding-bottom: 36px; margin-bottom: 50px; position: relative; }

.blog.post .post-header .breadcrumb { margin-bottom: 7px; text-align: center; font-size: 18px; font-family: Rubik, sans-serif; }

.blog.post .post-header .breadcrumb a:after { padding-left: 7px; color: #C7C6CC; content: "/\00a0"; }

.blog.post .post-header .post-title { margin-bottom: 10px; text-align: center; font-size: 32px; line-height: 1.44; }

.blog.post .post-header .post-info { text-align: center; font-size: 14px; }

.blog.post .post-header .post-info .date { color: #908C99; }

.blog.post .post-header .post-info .separator { color: #C7C6CC; }

.blog.post .post-header .post-info .twitter { color: #1DA1F2; }

.blog.post .post-header .post-info .twitter:hover { color: #5cbbf6; }

.blog.post .post-header img.post-author { position: absolute; bottom: 0; left: 50%; margin-left: -24px; margin-bottom: -24px; border-radius: 100%; }

.blog .post-content .twitter-share { margin-top: 20px; line-height: 2; }

.blog .post-content .twitter-share span { margin-right: 4px; }

.blog .post-content .twitter-share a { padding: 6px 11px 5px; line-height: 1.6; border-radius: 3px; display: inline-block; font-size: 13px; color: white; background-color: #1DA1F2; }

.blog .post-content .twitter-share a:hover { background-color: #0C7ABF; }

.blog .post-content .twitter-share a i.fa { margin-right: 4px; font-size: 15px; vertical-align: -1px; }

.blog .post-list { padding-left: 0; margin-left: 51px; list-style-type: none; }

.blog .post-list li { margin-bottom: 45px; position: relative; }

.blog .post-list li h3 img.bullet { position: absolute; left: -51px; width: 36px; top: 1px; border-radius: 100%; }

.blog .post-list li .post-info { margin-top: 15px; font-size: 14px; }

.blog .post-list li .post-info .category i.fa { margin-right: 2px; opacity: 0.8; font-size: 13px; }

.blog .post-list li .post-info .date { color: #908C99; }

.blog .post-list li .post-info .separator { color: #C7C6CC; }

.blog.related-posts { margin: 0 auto; max-width: 800px; margin-top: 45px; padding-top: 45px; border-top: 1px solid #C7C6CC; }

.blog.related-posts ul.post-list { padding-left: 0; margin-left: 51px; list-style-type: none; }

.blog.related-posts ul.post-list li { margin-bottom: 45px; position: relative; }

.blog.related-posts ul.post-list li h3 img.bullet { position: absolute; left: -51px; width: 36px; top: 1px; border-radius: 100%; }

.blog.related-posts ul.post-list li .post-info { margin-top: 15px; font-size: 14px; }

.blog.related-posts ul.post-list li .post-info .category i.fa { margin-right: 2px; opacity: 0.8; font-size: 13px; }

.blog.related-posts ul.post-list li .post-info .date { color: #908C99; }

.blog.related-posts ul.post-list li .post-info .separator { color: #C7C6CC; }

.blog.related-posts h5 { padding-bottom: 45px; margin-bottom: 45px; font-size: 26px; text-align: center; border-bottom: 1px solid #C7C6CC; }

main > .wrapper > .about .header { margin: 0 auto; max-width: 570px; text-align: center; }

main > .wrapper > .about .header h1 { padding-top: 30px; font-size: 40px; }

main > .wrapper > .about .header p { font-size: 20px; color: #5D5966; }

main > .wrapper > .about .header p b { font-weight: 500; }

@media screen and (max-width: 600px) { main > .wrapper > .about .header h1 { padding-top: 15px; font-size: 34px; } }

main > .wrapper > .about hr { margin: 90px auto; max-width: 400px; border-color: #c7c6cc; }

@media screen and (max-width: 600px) { main > .wrapper > .about hr { margin: 45px auto; } }

main > .wrapper > .about .investors { margin: 0 auto; text-align: center; max-width: 720px; }

main > .wrapper > .about .investors h3 { font-size: 24px; }

main > .wrapper > .about .investors p { margin-bottom: 30px; color: #5D5966; font-size: 17px; }

main > .wrapper > .about .investors p a { font-weight: 500; }

main > .wrapper > .about .investors .logos a { display: inline-block; }

main > .wrapper > .about .investors .logos a:nth-child(1) { margin-right: 30px; vertical-align: -11px; }

main > .wrapper > .about .investors .logos a:nth-child(3) { margin-left: 30px; }

main > .wrapper > .about .investors .logos a:nth-child(3) img { margin-top: 32px; }

@media screen and (max-width: 600px) { main > .wrapper > .about .investors .logos a { display: block; } main > .wrapper > .about .investors .logos a:nth-child(1) { margin-right: 0; margin-bottom: 20px; } main > .wrapper > .about .investors .logos a:nth-child(2) { margin-bottom: 20px; } main > .wrapper > .about .investors .logos a:nth-child(3) { margin-left: 0; } main > .wrapper > .about .investors .logos a:nth-child(3) img { margin-top: 0; } }

main > .wrapper > .about .investors ul { margin: 30px -10px 0 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }

@media screen and (max-width: 600px) { main > .wrapper > .about .investors ul { margin: 15px 0 0 0; } }

main > .wrapper > .about .investors ul li { flex: 0 0 33%; margin-top: 25px; margin-right: 10px; max-width: 156px; text-align: left; }

@media screen and (max-width: 600px) { main > .wrapper > .about .investors ul li { margin-right: 0; flex: 0 1 50%; } }

main > .wrapper > .about .investors ul li a { font-weight: 500; font-size: 17px; }

@media screen and (max-width: 600px) { main > .wrapper > .about .investors ul li a { font-size: 15px; } }

main > .wrapper > .about .investors ul li p { margin: 0; font-size: 13px; color: #908C99; }

main > .wrapper > .about .investors ul li:last-child { color: #908C99; font-weight: 500; }

main > .wrapper > .about .founders { margin: 0 auto; max-width: 720px; text-align: center; }

main > .wrapper > .about .founders h3 { font-size: 24px; margin-bottom: 30px; }

main > .wrapper > .about .founders p { color: #5D5966; font-size: 17px; }

main > .wrapper > .about .founders p a { font-weight: 500; }

main > .wrapper > .about .founders p b { font-weight: 500; }

main > .wrapper > .about .team { margin: 0 auto; max-width: 720px; text-align: center; }

main > .wrapper > .about .team .map-container { width: 100%; overflow: hidden; }

main > .wrapper > .about .team .map { margin: 0 auto 15px; width: 512px; height: 300px; position: relative; }

main > .wrapper > .about .team .map .pattern { opacity: 0.07; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-image: url("data:image/svg+xml;charset=UTF-8,%3c?xml version='1.0' standalone='no'?%3e%3csvg version='1.1' id='downloadSvg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='512' height='512' viewBox='0 0 1200 1200' enable-background='new 0 0 1200 1200' xml:space='preserve'%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M453.579,332.603c0-3.263-2.65-5.927-5.921-5.927c-3.267,0-5.924,2.664-5.924,5.927 c0,3.278,2.657,5.91,5.924,5.91C450.928,338.513,453.579,335.88,453.579,332.603z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,332.603c0-3.263-2.65-5.927-5.914-5.927c-3.281,0-5.931,2.664-5.931,5.927 c0,3.278,2.65,5.91,5.931,5.91C465.437,338.513,468.087,335.88,468.087,332.603z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M482.595,332.603c0-3.263-2.653-5.927-5.924-5.927c-3.267,0-5.917,2.664-5.917,5.927 c0,3.278,2.65,5.91,5.917,5.91C479.942,338.513,482.595,335.88,482.595,332.603z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M497.103,332.603c0-3.263-2.647-5.927-5.917-5.927c-3.271,0-5.924,2.664-5.924,5.927 c0,3.278,2.653,5.91,5.924,5.91C494.456,338.513,497.103,335.88,497.103,332.603z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,347.053c0-3.267-2.65-5.917-5.917-5.917c-3.274,0-5.921,2.65-5.921,5.917 c0,3.27,2.647,5.924,5.921,5.924C421.908,352.977,424.558,350.323,424.558,347.053z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,347.053c0-3.267-2.653-5.917-5.917-5.917c-3.271,0-5.924,2.65-5.924,5.917 c0,3.27,2.653,5.924,5.924,5.924C436.413,352.977,439.067,350.323,439.067,347.053z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,347.053c0-3.267-2.65-5.917-5.921-5.917c-3.267,0-5.924,2.65-5.924,5.917 c0,3.27,2.657,5.924,5.924,5.924C450.928,352.977,453.579,350.323,453.579,347.053z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,347.053c0-3.267-2.65-5.917-5.914-5.917c-3.281,0-5.931,2.65-5.931,5.917 c0,3.27,2.65,5.924,5.931,5.924C465.437,352.977,468.087,350.323,468.087,347.053z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M482.595,347.053c0-3.267-2.653-5.917-5.924-5.917c-3.267,0-5.917,2.65-5.917,5.917 c0,3.27,2.65,5.924,5.917,5.924C479.942,352.977,482.595,350.323,482.595,347.053z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M497.103,347.053c0-3.267-2.647-5.917-5.917-5.917c-3.271,0-5.924,2.65-5.924,5.917 c0,3.27,2.653,5.924,5.924,5.924C494.456,352.977,497.103,350.323,497.103,347.053z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,361.516c0-3.277-2.65-5.931-5.921-5.931c-3.274,0-5.92,2.654-5.92,5.931 c0,3.271,2.647,5.907,5.92,5.907C392.892,367.423,395.542,364.787,395.542,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,361.516c0-3.277-2.654-5.931-5.921-5.931c-3.267,0-5.92,2.654-5.92,5.931 c0,3.271,2.654,5.907,5.92,5.907C407.4,367.423,410.054,364.787,410.054,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,361.516c0-3.277-2.65-5.931-5.917-5.931c-3.274,0-5.921,2.654-5.921,5.931 c0,3.271,2.647,5.907,5.921,5.907C421.908,367.423,424.558,364.787,424.558,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,361.516c0-3.277-2.653-5.931-5.917-5.931c-3.271,0-5.924,2.654-5.924,5.931 c0,3.271,2.653,5.907,5.924,5.907C436.413,367.423,439.067,364.787,439.067,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,361.516c0-3.277-2.65-5.931-5.921-5.931c-3.267,0-5.924,2.654-5.924,5.931 c0,3.271,2.657,5.907,5.924,5.907C450.928,367.423,453.579,364.787,453.579,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,361.516c0-3.277-2.65-5.931-5.914-5.931c-3.281,0-5.931,2.654-5.931,5.931 c0,3.271,2.65,5.907,5.931,5.907C465.437,367.423,468.087,364.787,468.087,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M482.595,361.516c0-3.277-2.653-5.931-5.924-5.931c-3.267,0-5.917,2.654-5.917,5.931 c0,3.271,2.65,5.907,5.917,5.907C479.942,367.423,482.595,364.787,482.595,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M497.103,361.516c0-3.277-2.647-5.931-5.917-5.931c-3.271,0-5.924,2.654-5.924,5.931 c0,3.271,2.653,5.907,5.924,5.907C494.456,367.423,497.103,364.787,497.103,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M511.615,361.516c0-3.277-2.653-5.931-5.924-5.931c-3.267,0-5.917,2.654-5.917,5.931 c0,3.271,2.65,5.907,5.917,5.907C508.961,367.423,511.615,364.787,511.615,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M526.113,361.516c0-3.277-2.64-5.931-5.913-5.931c-3.274,0-5.921,2.654-5.921,5.931 c0,3.271,2.647,5.907,5.921,5.907C523.473,367.423,526.113,364.787,526.113,361.516z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,375.966c0-3.27-2.653-5.927-5.924-5.927c-3.271,0-5.92,2.657-5.92,5.927 c0,3.257,2.65,5.91,5.92,5.91C378.384,381.876,381.037,379.222,381.037,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,375.966c0-3.27-2.65-5.927-5.921-5.927c-3.274,0-5.92,2.657-5.92,5.927 c0,3.257,2.647,5.91,5.92,5.91C392.892,381.876,395.542,379.222,395.542,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,375.966c0-3.27-2.654-5.927-5.921-5.927c-3.267,0-5.92,2.657-5.92,5.927 c0,3.257,2.654,5.91,5.92,5.91C407.4,381.876,410.054,379.222,410.054,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,375.966c0-3.27-2.65-5.927-5.917-5.927c-3.274,0-5.921,2.657-5.921,5.927 c0,3.257,2.647,5.91,5.921,5.91C421.908,381.876,424.558,379.222,424.558,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,375.966c0-3.27-2.653-5.927-5.917-5.927c-3.271,0-5.924,2.657-5.924,5.927 c0,3.257,2.653,5.91,5.924,5.91C436.413,381.876,439.067,379.222,439.067,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,375.966c0-3.27-2.65-5.927-5.921-5.927c-3.267,0-5.924,2.657-5.924,5.927 c0,3.257,2.657,5.91,5.924,5.91C450.928,381.876,453.579,379.222,453.579,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,375.966c0-3.27-2.65-5.927-5.914-5.927c-3.281,0-5.931,2.657-5.931,5.927 c0,3.257,2.65,5.91,5.931,5.91C465.437,381.876,468.087,379.222,468.087,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M482.595,375.966c0-3.27-2.653-5.927-5.924-5.927c-3.267,0-5.917,2.657-5.917,5.927 c0,3.257,2.65,5.91,5.917,5.91C479.942,381.876,482.595,379.222,482.595,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M497.103,375.966c0-3.27-2.647-5.927-5.917-5.927c-3.271,0-5.924,2.657-5.924,5.927 c0,3.257,2.653,5.91,5.924,5.91C494.456,381.876,497.103,379.222,497.103,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M511.615,375.966c0-3.27-2.653-5.927-5.924-5.927c-3.267,0-5.917,2.657-5.917,5.927 c0,3.257,2.65,5.91,5.917,5.91C508.961,381.876,511.615,379.222,511.615,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,390.409c0-3.267-2.654-5.917-5.921-5.917c-3.267,0-5.92,2.65-5.92,5.917 c0,3.274,2.654,5.924,5.92,5.924C407.4,396.332,410.054,393.682,410.054,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,390.409c0-3.267-2.65-5.917-5.917-5.917c-3.274,0-5.921,2.65-5.921,5.917 c0,3.274,2.647,5.924,5.921,5.924C421.908,396.332,424.558,393.682,424.558,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,390.409c0-3.267-2.653-5.917-5.917-5.917c-3.271,0-5.924,2.65-5.924,5.917 c0,3.274,2.653,5.924,5.924,5.924C436.413,396.332,439.067,393.682,439.067,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,390.409c0-3.267-2.65-5.917-5.921-5.917c-3.267,0-5.924,2.65-5.924,5.917 c0,3.274,2.657,5.924,5.924,5.924C450.928,396.332,453.579,393.682,453.579,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,390.409c0-3.267-2.65-5.917-5.914-5.917c-3.281,0-5.931,2.65-5.931,5.917 c0,3.274,2.65,5.924,5.931,5.924C465.437,396.332,468.087,393.682,468.087,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M482.595,390.409c0-3.267-2.653-5.917-5.924-5.917c-3.267,0-5.917,2.65-5.917,5.917 c0,3.274,2.65,5.924,5.917,5.924C479.942,396.332,482.595,393.682,482.595,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M497.103,390.409c0-3.267-2.647-5.917-5.917-5.917c-3.271,0-5.924,2.65-5.924,5.917 c0,3.274,2.653,5.924,5.924,5.924C494.456,396.332,497.103,393.682,497.103,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M511.615,390.409c0-3.267-2.653-5.917-5.924-5.917c-3.267,0-5.917,2.65-5.917,5.917 c0,3.274,2.65,5.924,5.917,5.924C508.961,396.332,511.615,393.682,511.615,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,404.865c0-3.26-2.65-5.914-5.917-5.914c-3.274,0-5.921,2.654-5.921,5.914 c0,3.27,2.647,5.924,5.921,5.924C421.908,410.789,424.558,408.135,424.558,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,404.865c0-3.26-2.653-5.914-5.917-5.914c-3.271,0-5.924,2.654-5.924,5.914 c0,3.27,2.653,5.924,5.924,5.924C436.413,410.789,439.067,408.135,439.067,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,404.865c0-3.26-2.65-5.914-5.921-5.914c-3.267,0-5.924,2.654-5.924,5.914 c0,3.27,2.657,5.924,5.924,5.924C450.928,410.789,453.579,408.135,453.579,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,404.865c0-3.26-2.65-5.914-5.914-5.914c-3.281,0-5.931,2.654-5.931,5.914 c0,3.27,2.65,5.924,5.931,5.924C465.437,410.789,468.087,408.135,468.087,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M482.595,404.865c0-3.26-2.653-5.914-5.924-5.914c-3.267,0-5.917,2.654-5.917,5.914 c0,3.27,2.65,5.924,5.917,5.924C479.942,410.789,482.595,408.135,482.595,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M497.103,404.865c0-3.26-2.647-5.914-5.917-5.914c-3.271,0-5.924,2.654-5.924,5.914 c0,3.27,2.653,5.924,5.924,5.924C494.456,410.789,497.103,408.135,497.103,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,419.329c0-3.281-2.65-5.917-5.917-5.917c-3.274,0-5.921,2.636-5.921,5.917 c0,3.263,2.647,5.921,5.921,5.921C421.908,425.249,424.558,422.592,424.558,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,419.329c0-3.281-2.653-5.917-5.917-5.917c-3.271,0-5.924,2.636-5.924,5.917 c0,3.263,2.653,5.921,5.924,5.921C436.413,425.249,439.067,422.592,439.067,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,419.329c0-3.281-2.65-5.917-5.921-5.917c-3.267,0-5.924,2.636-5.924,5.917 c0,3.263,2.657,5.921,5.924,5.921C450.928,425.249,453.579,422.592,453.579,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,433.775c0-3.271-2.653-5.917-5.917-5.917c-3.271,0-5.924,2.647-5.924,5.917 c0,3.27,2.653,5.924,5.924,5.924C436.413,439.699,439.067,437.045,439.067,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M526.113,419.329c0-3.281-2.64-5.917-5.913-5.917c-3.274,0-5.921,2.636-5.921,5.917 c0,3.263,2.647,5.921,5.921,5.921C523.473,425.249,526.113,422.592,526.113,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M540.632,419.329c0-3.281-2.657-5.917-5.924-5.917c-3.263,0-5.917,2.636-5.917,5.917 c0,3.263,2.654,5.921,5.917,5.921C537.975,425.249,540.632,422.592,540.632,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M714.734,419.329c0-3.281-2.65-5.917-5.924-5.917c-3.26,0-5.914,2.636-5.914,5.917 c0,3.263,2.654,5.921,5.914,5.921C712.084,425.249,714.734,422.592,714.734,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,433.775c0-3.271-2.65-5.917-5.924-5.917c-3.26,0-5.914,2.647-5.914,5.917 c0,3.27,2.654,5.924,5.914,5.924C712.084,439.699,714.734,437.045,714.734,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,448.235c0-3.27-2.65-5.92-5.924-5.92c-3.26,0-5.914,2.65-5.914,5.92 c0,3.26,2.654,5.917,5.914,5.917C712.084,454.152,714.734,451.495,714.734,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,477.141c0-3.274-2.65-5.913-5.924-5.913c-3.26,0-5.914,2.64-5.914,5.913 c0,3.267,2.654,5.924,5.914,5.924C712.084,483.065,714.734,480.408,714.734,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M671.206,448.235c0-3.27-2.65-5.92-5.921-5.92c-3.263,0-5.917,2.65-5.917,5.92 c0,3.26,2.653,5.917,5.917,5.917C668.556,454.152,671.206,451.495,671.206,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,448.235c0-3.27-2.66-5.92-5.924-5.92c-3.267,0-5.924,2.65-5.924,5.92 c0,3.26,2.657,5.917,5.924,5.917C683.061,454.152,685.721,451.495,685.721,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,448.235c0-3.27-2.657-5.92-5.924-5.92c-3.271,0-5.921,2.65-5.921,5.92 c0,3.26,2.65,5.917,5.921,5.917C697.573,454.152,700.23,451.495,700.23,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,462.685c0-3.271-2.66-5.924-5.924-5.924c-3.267,0-5.924,2.654-5.924,5.924 c0,3.27,2.657,5.913,5.924,5.913C683.061,468.598,685.721,465.955,685.721,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,462.685c0-3.271-2.657-5.924-5.924-5.924c-3.271,0-5.921,2.654-5.921,5.924 c0,3.27,2.65,5.913,5.921,5.913C697.573,468.598,700.23,465.955,700.23,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,477.141c0-3.274-2.66-5.913-5.924-5.913c-3.267,0-5.924,2.64-5.924,5.913 c0,3.267,2.657,5.924,5.924,5.924C683.061,483.065,685.721,480.408,685.721,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,477.141c0-3.274-2.657-5.913-5.924-5.913c-3.271,0-5.921,2.64-5.921,5.913 c0,3.267,2.65,5.924,5.921,5.924C697.573,483.065,700.23,480.408,700.23,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,491.584c0-3.26-2.66-5.903-5.924-5.903c-3.267,0-5.924,2.643-5.924,5.903 c0,3.277,2.657,5.927,5.924,5.927C683.061,497.511,685.721,494.861,685.721,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,491.584c0-3.26-2.657-5.903-5.924-5.903c-3.271,0-5.921,2.643-5.921,5.903 c0,3.277,2.65,5.927,5.921,5.927C697.573,497.511,700.23,494.861,700.23,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M641.156,404.865c0-3.26-2.66-5.914-5.92-5.914c-3.277,0-5.924,2.654-5.924,5.914 c0,3.27,2.647,5.924,5.924,5.924C638.495,410.789,641.156,408.135,641.156,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M655.664,404.865c0-3.26-2.65-5.914-5.938-5.914c-3.256,0-5.917,2.654-5.917,5.914 c0,3.27,2.66,5.924,5.917,5.924C653.014,410.789,655.664,408.135,655.664,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M670.165,404.865c0-3.26-2.65-5.914-5.92-5.914c-3.274,0-5.92,2.654-5.92,5.914 c0,3.27,2.647,5.924,5.92,5.924C667.515,410.789,670.165,408.135,670.165,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M684.67,404.865c0-3.26-2.636-5.914-5.917-5.914c-3.27,0-5.917,2.654-5.917,5.914 c0,3.27,2.647,5.924,5.917,5.924C682.034,410.789,684.67,408.135,684.67,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M699.182,404.865c0-3.26-2.64-5.914-5.924-5.914c-3.26,0-5.917,2.654-5.917,5.914 c0,3.27,2.657,5.924,5.917,5.924C696.542,410.789,699.182,408.135,699.182,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M626.637,419.329c0-3.281-2.654-5.917-5.914-5.917c-3.271,0-5.924,2.636-5.924,5.917 c0,3.263,2.653,5.921,5.924,5.921C623.983,425.249,626.637,422.592,626.637,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M641.156,419.329c0-3.281-2.66-5.917-5.92-5.917c-3.277,0-5.924,2.636-5.924,5.917 c0,3.263,2.647,5.921,5.924,5.921C638.495,425.249,641.156,422.592,641.156,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M655.664,419.329c0-3.281-2.65-5.917-5.938-5.917c-3.256,0-5.917,2.636-5.917,5.917 c0,3.263,2.66,5.921,5.917,5.921C653.014,425.249,655.664,422.592,655.664,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M670.165,419.329c0-3.281-2.65-5.917-5.92-5.917c-3.274,0-5.92,2.636-5.92,5.917 c0,3.263,2.647,5.921,5.92,5.921C667.515,425.249,670.165,422.592,670.165,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M684.67,419.329c0-3.281-2.636-5.917-5.917-5.917c-3.27,0-5.917,2.636-5.917,5.917 c0,3.263,2.647,5.921,5.917,5.921C682.034,425.249,684.67,422.592,684.67,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M699.182,419.329c0-3.281-2.64-5.917-5.924-5.917c-3.26,0-5.917,2.636-5.917,5.917 c0,3.263,2.657,5.921,5.917,5.921C696.542,425.249,699.182,422.592,699.182,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cellipse fill='%2300A1A9' cx='606.208' cy='433.775' rx='5.924' ry='5.917' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M626.637,433.775c0-3.271-2.654-5.917-5.914-5.917c-3.271,0-5.924,2.647-5.924,5.917 c0,3.27,2.653,5.924,5.924,5.924C623.983,439.699,626.637,437.045,626.637,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M641.156,433.775c0-3.271-2.66-5.917-5.92-5.917c-3.277,0-5.924,2.647-5.924,5.917 c0,3.27,2.647,5.924,5.924,5.924C638.495,439.699,641.156,437.045,641.156,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,433.775c0-3.271-2.65-5.917-5.921-5.917c-3.263,0-5.917,2.647-5.917,5.917 c0,3.27,2.653,5.924,5.917,5.924C668.556,439.699,671.206,437.045,671.206,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M684.67,433.775c0-3.271-2.636-5.917-5.917-5.917c-3.27,0-5.917,2.647-5.917,5.917 c0,3.27,2.647,5.924,5.917,5.924C682.034,439.699,684.67,437.045,684.67,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M699.182,433.775c0-3.271-2.64-5.917-5.924-5.917c-3.26,0-5.917,2.647-5.917,5.917 c0,3.27,2.657,5.924,5.917,5.924C696.542,439.699,699.182,437.045,699.182,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M612.132,448.235c0-3.27-2.65-5.92-5.924-5.92c-3.271,0-5.924,2.65-5.924,5.92 c0,3.26,2.653,5.917,5.924,5.917C609.482,454.152,612.132,451.495,612.132,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M626.637,448.235c0-3.27-2.654-5.92-5.914-5.92c-3.271,0-5.924,2.65-5.924,5.92 c0,3.26,2.653,5.917,5.924,5.917C623.983,454.152,626.637,451.495,626.637,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M641.156,448.235c0-3.27-2.66-5.92-5.92-5.92c-3.277,0-5.924,2.65-5.924,5.92 c0,3.26,2.647,5.917,5.924,5.917C638.495,454.152,641.156,451.495,641.156,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M613.173,462.685c0-3.271-2.65-5.924-5.917-5.924c-3.271,0-5.921,2.654-5.921,5.924 c0,3.27,2.65,5.913,5.921,5.913C610.523,468.598,613.173,465.955,613.173,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,462.685c0-3.271-2.65-5.924-5.924-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.27,2.647,5.913,5.92,5.913C625.035,468.598,627.685,465.955,627.685,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,462.685c0-3.271-2.65-5.924-5.921-5.924c-3.27,0-5.92,2.654-5.92,5.924 c0,3.27,2.65,5.913,5.92,5.913C639.543,468.598,642.193,465.955,642.193,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,462.685c0-3.271-2.647-5.924-5.917-5.924c-3.274,0-5.917,2.654-5.917,5.924 c0,3.27,2.643,5.913,5.917,5.913C654.051,468.598,656.698,465.955,656.698,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,462.685c0-3.271-2.65-5.924-5.921-5.924c-3.263,0-5.917,2.654-5.917,5.924 c0,3.27,2.653,5.913,5.917,5.913C668.556,468.598,671.206,465.955,671.206,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M584.156,448.235c0-3.27-2.654-5.92-5.91-5.92c-3.274,0-5.927,2.65-5.927,5.92 c0,3.26,2.653,5.917,5.927,5.917C581.503,454.152,584.156,451.495,584.156,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,462.685c0-3.271-2.647-5.924-5.914-5.924c-3.274,0-5.924,2.654-5.924,5.924 c0,3.27,2.65,5.913,5.924,5.913C566.998,468.598,569.645,465.955,569.645,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,462.685c0-3.271-2.654-5.924-5.91-5.924c-3.274,0-5.927,2.654-5.927,5.924 c0,3.27,2.653,5.913,5.927,5.913C581.503,468.598,584.156,465.955,584.156,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,477.141c0-3.274-2.647-5.913-5.914-5.913c-3.274,0-5.924,2.64-5.924,5.913 c0,3.267,2.65,5.924,5.924,5.924C566.998,483.065,569.645,480.408,569.645,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M598.665,477.141c0-3.274-2.65-5.913-5.92-5.913c-3.267,0-5.924,2.64-5.924,5.913 c0,3.267,2.657,5.924,5.924,5.924C596.014,483.065,598.665,480.408,598.665,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,477.141c0-3.274-2.65-5.913-5.917-5.913c-3.271,0-5.921,2.64-5.921,5.913 c0,3.267,2.65,5.924,5.921,5.924C610.523,483.065,613.173,480.408,613.173,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,477.141c0-3.274-2.65-5.913-5.924-5.913c-3.274,0-5.92,2.64-5.92,5.913 c0,3.267,2.647,5.924,5.92,5.924C625.035,483.065,627.685,480.408,627.685,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,477.141c0-3.274-2.65-5.913-5.921-5.913c-3.27,0-5.92,2.64-5.92,5.913 c0,3.267,2.65,5.924,5.92,5.924C639.543,483.065,642.193,480.408,642.193,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,477.141c0-3.274-2.647-5.913-5.917-5.913c-3.274,0-5.917,2.64-5.917,5.913 c0,3.267,2.643,5.924,5.917,5.924C654.051,483.065,656.698,480.408,656.698,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,477.141c0-3.274-2.65-5.913-5.921-5.913c-3.263,0-5.917,2.64-5.917,5.913 c0,3.267,2.653,5.924,5.917,5.924C668.556,483.065,671.206,480.408,671.206,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,491.584c0-3.26-2.654-5.903-5.91-5.903c-3.274,0-5.927,2.643-5.927,5.903 c0,3.277,2.653,5.927,5.927,5.927C581.503,497.511,584.156,494.861,584.156,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M598.665,491.584c0-3.26-2.65-5.903-5.92-5.903c-3.267,0-5.924,2.643-5.924,5.903 c0,3.277,2.657,5.927,5.924,5.927C596.014,497.511,598.665,494.861,598.665,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,491.584c0-3.26-2.65-5.903-5.917-5.903c-3.271,0-5.921,2.643-5.921,5.903 c0,3.277,2.65,5.927,5.921,5.927C610.523,497.511,613.173,494.861,613.173,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,491.584c0-3.26-2.65-5.903-5.924-5.903c-3.274,0-5.92,2.643-5.92,5.903 c0,3.277,2.647,5.927,5.92,5.927C625.035,497.511,627.685,494.861,627.685,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,491.584c0-3.26-2.65-5.903-5.921-5.903c-3.27,0-5.92,2.643-5.92,5.903 c0,3.277,2.65,5.927,5.92,5.927C639.543,497.511,642.193,494.861,642.193,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,491.584c0-3.26-2.647-5.903-5.917-5.903c-3.274,0-5.917,2.643-5.917,5.903 c0,3.277,2.643,5.927,5.917,5.927C654.051,497.511,656.698,494.861,656.698,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,491.584c0-3.26-2.65-5.903-5.921-5.903c-3.263,0-5.917,2.643-5.917,5.903 c0,3.277,2.653,5.927,5.917,5.927C668.556,497.511,671.206,494.861,671.206,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,506.051c0-3.27-2.647-5.924-5.914-5.924c-3.274,0-5.924,2.654-5.924,5.924 c0,3.271,2.65,5.92,5.924,5.92C566.998,511.971,569.645,509.321,569.645,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,506.051c0-3.27-2.654-5.924-5.91-5.924c-3.274,0-5.927,2.654-5.927,5.924 c0,3.271,2.653,5.92,5.927,5.92C581.503,511.971,584.156,509.321,584.156,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M598.665,506.051c0-3.27-2.65-5.924-5.92-5.924c-3.267,0-5.924,2.654-5.924,5.924 c0,3.271,2.657,5.92,5.924,5.92C596.014,511.971,598.665,509.321,598.665,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cellipse fill='%2300A1A9' cx='607.254' cy='506.051' rx='5.919' ry='5.924' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,506.051c0-3.27-2.65-5.924-5.924-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.271,2.647,5.92,5.92,5.92C625.035,511.971,627.685,509.321,627.685,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='636.273' cy='506.051' r='5.921' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,506.051c0-3.27-2.647-5.924-5.917-5.924c-3.274,0-5.917,2.654-5.917,5.924 c0,3.271,2.643,5.92,5.917,5.92C654.051,511.971,656.698,509.321,656.698,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,506.051c0-3.27-2.65-5.924-5.921-5.924c-3.263,0-5.917,2.654-5.917,5.924 c0,3.271,2.653,5.92,5.917,5.92C668.556,511.971,671.206,509.321,671.206,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,520.504c0-3.277-2.647-5.917-5.914-5.917c-3.274,0-5.924,2.64-5.924,5.917 c0,3.271,2.65,5.924,5.924,5.924C566.998,526.428,569.645,523.775,569.645,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,520.504c0-3.277-2.654-5.917-5.91-5.917c-3.274,0-5.927,2.64-5.927,5.917 c0,3.271,2.653,5.924,5.927,5.924C581.503,526.428,584.156,523.775,584.156,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,520.504c0-3.277-2.647-5.917-5.917-5.917c-3.274,0-5.917,2.64-5.917,5.917 c0,3.271,2.643,5.924,5.917,5.924C654.051,526.428,656.698,523.775,656.698,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M671.206,520.504c0-3.277-2.65-5.917-5.921-5.917c-3.263,0-5.917,2.64-5.917,5.917 c0,3.271,2.653,5.924,5.917,5.924C668.556,526.428,671.206,523.775,671.206,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,520.504c0-3.277-2.66-5.917-5.924-5.917c-3.267,0-5.924,2.64-5.924,5.917 c0,3.271,2.657,5.924,5.924,5.924C683.061,526.428,685.721,523.775,685.721,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,520.504c0-3.277-2.657-5.917-5.924-5.917c-3.271,0-5.921,2.64-5.921,5.917 c0,3.271,2.65,5.924,5.921,5.924C697.573,526.428,700.23,523.775,700.23,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M975.894,578.324c0-3.267-2.653-5.924-5.917-5.924c-3.274,0-5.92,2.657-5.92,5.924 c0,3.263,2.647,5.914,5.92,5.914C973.24,584.237,975.894,581.587,975.894,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,607.226c0-3.27-2.653-5.931-5.917-5.931c-3.274,0-5.92,2.661-5.92,5.931 c0,3.274,2.647,5.924,5.92,5.924C973.24,613.15,975.894,610.5,975.894,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M975.894,390.409c0-3.267-2.653-5.917-5.917-5.917c-3.274,0-5.92,2.65-5.92,5.917 c0,3.274,2.647,5.924,5.92,5.924C973.24,396.332,975.894,393.682,975.894,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,390.409c0-3.267-2.653-5.917-5.924-5.917c-3.27,0-5.92,2.65-5.92,5.917 c0,3.274,2.65,5.924,5.92,5.924C987.755,396.332,990.409,393.682,990.409,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M1033.934,390.409c0-3.267-2.653-5.917-5.931-5.917c-3.267,0-5.914,2.65-5.914,5.917 c0,3.274,2.647,5.924,5.914,5.924C1031.28,396.332,1033.934,393.682,1033.934,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,390.409c0-3.267-2.64-5.917-5.924-5.917c-3.267,0-5.917,2.65-5.917,5.917 c0,3.274,2.65,5.924,5.917,5.924C1045.795,396.332,1048.435,393.682,1048.435,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M700.23,549.414c0-3.271-2.657-5.931-5.924-5.931c-3.271,0-5.921,2.66-5.921,5.931 c0,3.26,2.65,5.917,5.921,5.917C697.573,555.331,700.23,552.674,700.23,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M714.734,462.685c0-3.271-2.65-5.924-5.924-5.924c-3.26,0-5.914,2.654-5.914,5.924 c0,3.27,2.654,5.913,5.914,5.913C712.084,468.598,714.734,465.955,714.734,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M729.246,491.584c0-3.26-2.653-5.903-5.927-5.903c-3.26,0-5.917,2.643-5.917,5.903 c0,3.277,2.657,5.927,5.917,5.927C726.593,497.511,729.246,494.861,729.246,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,491.584c0-3.26-2.65-5.903-5.924-5.903c-3.26,0-5.914,2.643-5.914,5.903 c0,3.277,2.654,5.927,5.914,5.927C712.084,497.511,714.734,494.861,714.734,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,506.051c0-3.27-2.653-5.924-5.927-5.924c-3.26,0-5.917,2.654-5.917,5.924 c0,3.271,2.657,5.92,5.917,5.92C726.593,511.971,729.246,509.321,729.246,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,520.504c0-3.277-2.65-5.917-5.924-5.917c-3.26,0-5.914,2.64-5.914,5.917 c0,3.271,2.654,5.924,5.914,5.924C712.084,526.428,714.734,523.775,714.734,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,520.504c0-3.277-2.653-5.917-5.927-5.917c-3.26,0-5.917,2.64-5.917,5.917 c0,3.271,2.657,5.924,5.917,5.924C726.593,526.428,729.246,523.775,729.246,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,520.504c0-3.277-2.654-5.917-5.917-5.917c-3.27,0-5.92,2.64-5.92,5.917 c0,3.271,2.65,5.924,5.92,5.924C741.097,526.428,743.751,523.775,743.751,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,534.961c0-3.274-2.65-5.924-5.924-5.924c-3.26,0-5.914,2.65-5.914,5.924 c0,3.271,2.654,5.914,5.914,5.914C712.084,540.874,714.734,538.231,714.734,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,534.961c0-3.274-2.653-5.924-5.927-5.924c-3.26,0-5.917,2.65-5.917,5.924 c0,3.271,2.657,5.914,5.917,5.914C726.593,540.874,729.246,538.231,729.246,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M743.751,534.961c0-3.274-2.654-5.924-5.917-5.924c-3.27,0-5.92,2.65-5.92,5.924 c0,3.271,2.65,5.914,5.92,5.914C741.097,540.874,743.751,538.231,743.751,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,534.961c0-3.274-2.647-5.924-5.914-5.924c-3.274,0-5.92,2.65-5.92,5.924 c0,3.271,2.647,5.914,5.92,5.914C755.609,540.874,758.256,538.231,758.256,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,549.414c0-3.271-2.65-5.931-5.924-5.931c-3.26,0-5.914,2.66-5.914,5.931 c0,3.26,2.654,5.917,5.914,5.917C712.084,555.331,714.734,552.674,714.734,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,549.414c0-3.271-2.653-5.931-5.927-5.931c-3.26,0-5.917,2.66-5.917,5.931 c0,3.26,2.657,5.917,5.917,5.917C726.593,555.331,729.246,552.674,729.246,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,549.414c0-3.271-2.654-5.931-5.917-5.931c-3.27,0-5.92,2.66-5.92,5.931 c0,3.26,2.65,5.917,5.92,5.917C741.097,555.331,743.751,552.674,743.751,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,549.414c0-3.271-2.647-5.931-5.914-5.931c-3.274,0-5.92,2.66-5.92,5.931 c0,3.26,2.647,5.917,5.92,5.917C755.609,555.331,758.256,552.674,758.256,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,563.86c0-3.267-2.65-5.907-5.924-5.907c-3.26,0-5.914,2.64-5.914,5.907 c0,3.27,2.654,5.938,5.914,5.938C712.084,569.798,714.734,567.13,714.734,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,563.86c0-3.267-2.653-5.907-5.927-5.907c-3.26,0-5.917,2.64-5.917,5.907 c0,3.27,2.657,5.938,5.917,5.938C726.593,569.798,729.246,567.13,729.246,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,563.86c0-3.267-2.654-5.907-5.917-5.907c-3.27,0-5.92,2.64-5.92,5.907 c0,3.27,2.65,5.938,5.92,5.938C741.097,569.798,743.751,567.13,743.751,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,578.324c0-3.267-2.65-5.924-5.924-5.924c-3.26,0-5.914,2.657-5.914,5.924 c0,3.263,2.654,5.914,5.914,5.914C712.084,584.237,714.734,581.587,714.734,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,578.324c0-3.267-2.653-5.924-5.927-5.924c-3.26,0-5.917,2.657-5.917,5.924 c0,3.263,2.657,5.914,5.917,5.914C726.593,584.237,729.246,581.587,729.246,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,578.324c0-3.267-2.654-5.924-5.917-5.924c-3.27,0-5.92,2.657-5.92,5.924 c0,3.263,2.65,5.914,5.92,5.914C741.097,584.237,743.751,581.587,743.751,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,578.324c0-3.267-2.647-5.924-5.914-5.924c-3.274,0-5.92,2.657-5.92,5.924 c0,3.263,2.647,5.914,5.92,5.914C755.609,584.237,758.256,581.587,758.256,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,578.324c0-3.267-2.657-5.924-5.921-5.924c-3.263,0-5.927,2.657-5.927,5.924 c0,3.263,2.664,5.914,5.927,5.914C770.117,584.237,772.774,581.587,772.774,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,592.78c0-3.277-2.653-5.931-5.927-5.931c-3.26,0-5.917,2.654-5.917,5.931 c0,3.263,2.657,5.924,5.917,5.924C726.593,598.704,729.246,596.044,729.246,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,592.78c0-3.277-2.654-5.931-5.917-5.931c-3.27,0-5.92,2.654-5.92,5.931 c0,3.263,2.65,5.924,5.92,5.924C741.097,598.704,743.751,596.044,743.751,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,592.78c0-3.277-2.647-5.931-5.914-5.931c-3.274,0-5.92,2.654-5.92,5.931 c0,3.263,2.647,5.924,5.92,5.924C755.609,598.704,758.256,596.044,758.256,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,592.78c0-3.277-2.657-5.931-5.921-5.931c-3.263,0-5.927,2.654-5.927,5.931 c0,3.263,2.664,5.924,5.927,5.924C770.117,598.704,772.774,596.044,772.774,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,592.78c0-3.277-2.653-5.931-5.924-5.931c-3.274,0-5.924,2.654-5.924,5.931 c0,3.263,2.65,5.924,5.924,5.924C813.649,598.704,816.303,596.044,816.303,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,607.226c0-3.27-2.653-5.931-5.927-5.931c-3.26,0-5.917,2.661-5.917,5.931 c0,3.274,2.657,5.924,5.917,5.924C726.593,613.15,729.246,610.5,729.246,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,607.226c0-3.27-2.654-5.931-5.917-5.931c-3.27,0-5.92,2.661-5.92,5.931 c0,3.274,2.65,5.924,5.92,5.924C741.097,613.15,743.751,610.5,743.751,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M816.303,578.324c0-3.267-2.653-5.924-5.924-5.924c-3.274,0-5.924,2.657-5.924,5.924 c0,3.263,2.65,5.914,5.924,5.914C813.649,584.237,816.303,581.587,816.303,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,578.324c0-3.267-2.654-5.924-5.921-5.924c-3.284,0-5.92,2.657-5.92,5.924 c0,3.263,2.636,5.914,5.92,5.914C828.157,584.237,830.811,581.587,830.811,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,578.324c0-3.267-2.657-5.924-5.927-5.924c-3.27,0-5.924,2.657-5.924,5.924 c0,3.263,2.654,5.914,5.924,5.914C842.662,584.237,845.319,581.587,845.319,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,578.324c0-3.267-2.653-5.924-5.917-5.924c-3.274,0-5.924,2.657-5.924,5.924 c0,3.263,2.65,5.914,5.924,5.914C857.171,584.237,859.824,581.587,859.824,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,578.324c0-3.267-2.65-5.924-5.924-5.924c-3.267,0-5.924,2.657-5.924,5.924 c0,3.263,2.657,5.914,5.924,5.914C871.686,584.237,874.336,581.587,874.336,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,578.324c0-3.267-2.647-5.924-5.917-5.924c-3.27,0-5.927,2.657-5.927,5.924 c0,3.263,2.657,5.914,5.927,5.914C886.194,584.237,888.841,581.587,888.841,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,578.324c0-3.267-2.65-5.924-5.924-5.924c-3.26,0-5.92,2.657-5.92,5.924 c0,3.263,2.66,5.914,5.92,5.914C900.699,584.237,903.349,581.587,903.349,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,578.324c0-3.267-2.643-5.924-5.924-5.924c-3.267,0-5.914,2.657-5.914,5.924 c0,3.263,2.647,5.914,5.914,5.914C915.217,584.237,917.861,581.587,917.861,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,578.324c0-3.267-2.647-5.924-5.92-5.924c-3.264,0-5.917,2.657-5.917,5.924 c0,3.263,2.653,5.914,5.917,5.914C929.719,584.237,932.366,581.587,932.366,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M772.774,520.504c0-3.277-2.657-5.917-5.921-5.917c-3.263,0-5.927,2.64-5.927,5.917 c0,3.271,2.664,5.924,5.927,5.924C770.117,526.428,772.774,523.775,772.774,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,520.504c0-3.277-2.647-5.917-5.917-5.917c-3.28,0-5.927,2.64-5.927,5.917 c0,3.271,2.647,5.924,5.927,5.924C784.636,526.428,787.283,523.775,787.283,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,520.504c0-3.277-2.654-5.917-5.917-5.917c-3.274,0-5.927,2.64-5.927,5.917 c0,3.271,2.654,5.924,5.927,5.924C799.134,526.428,801.788,523.775,801.788,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,520.504c0-3.277-2.653-5.917-5.924-5.917c-3.274,0-5.924,2.64-5.924,5.917 c0,3.271,2.65,5.924,5.924,5.924C813.649,526.428,816.303,523.775,816.303,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,520.504c0-3.277-2.654-5.917-5.921-5.917c-3.284,0-5.92,2.64-5.92,5.917 c0,3.271,2.636,5.924,5.92,5.924C828.157,526.428,830.811,523.775,830.811,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,520.504c0-3.277-2.657-5.917-5.927-5.917c-3.27,0-5.924,2.64-5.924,5.917 c0,3.271,2.654,5.924,5.924,5.924C842.662,526.428,845.319,523.775,845.319,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,520.504c0-3.277-2.653-5.917-5.917-5.917c-3.274,0-5.924,2.64-5.924,5.917 c0,3.271,2.65,5.924,5.924,5.924C857.171,526.428,859.824,523.775,859.824,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,520.504c0-3.277-2.65-5.917-5.924-5.917c-3.267,0-5.924,2.64-5.924,5.917 c0,3.271,2.657,5.924,5.924,5.924C871.686,526.428,874.336,523.775,874.336,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,520.504c0-3.277-2.647-5.917-5.917-5.917c-3.27,0-5.927,2.64-5.927,5.917 c0,3.271,2.657,5.924,5.927,5.924C886.194,526.428,888.841,523.775,888.841,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,520.504c0-3.277-2.65-5.917-5.924-5.917c-3.26,0-5.92,2.64-5.92,5.917 c0,3.271,2.66,5.924,5.92,5.924C900.699,526.428,903.349,523.775,903.349,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,520.504c0-3.277-2.643-5.917-5.924-5.917c-3.267,0-5.914,2.64-5.914,5.917 c0,3.271,2.647,5.924,5.914,5.924C915.217,526.428,917.861,523.775,917.861,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,520.504c0-3.277-2.647-5.917-5.92-5.917c-3.264,0-5.917,2.64-5.917,5.917 c0,3.271,2.653,5.924,5.917,5.924C929.719,526.428,932.366,523.775,932.366,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,534.961c0-3.274-2.657-5.924-5.921-5.924c-3.263,0-5.927,2.65-5.927,5.924 c0,3.271,2.664,5.914,5.927,5.914C770.117,540.874,772.774,538.231,772.774,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,534.961c0-3.274-2.647-5.924-5.917-5.924c-3.28,0-5.927,2.65-5.927,5.924 c0,3.271,2.647,5.914,5.927,5.914C784.636,540.874,787.283,538.231,787.283,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,534.961c0-3.274-2.654-5.924-5.917-5.924c-3.274,0-5.927,2.65-5.927,5.924 c0,3.271,2.654,5.914,5.927,5.914C799.134,540.874,801.788,538.231,801.788,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,534.961c0-3.274-2.653-5.924-5.924-5.924c-3.274,0-5.924,2.65-5.924,5.924 c0,3.271,2.65,5.914,5.924,5.914C813.649,540.874,816.303,538.231,816.303,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,534.961c0-3.274-2.654-5.924-5.921-5.924c-3.284,0-5.92,2.65-5.92,5.924 c0,3.271,2.636,5.914,5.92,5.914C828.157,540.874,830.811,538.231,830.811,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,534.961c0-3.274-2.657-5.924-5.927-5.924c-3.27,0-5.924,2.65-5.924,5.924 c0,3.271,2.654,5.914,5.924,5.914C842.662,540.874,845.319,538.231,845.319,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,534.961c0-3.274-2.653-5.924-5.917-5.924c-3.274,0-5.924,2.65-5.924,5.924 c0,3.271,2.65,5.914,5.924,5.914C857.171,540.874,859.824,538.231,859.824,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,534.961c0-3.274-2.65-5.924-5.924-5.924c-3.267,0-5.924,2.65-5.924,5.924 c0,3.271,2.657,5.914,5.924,5.914C871.686,540.874,874.336,538.231,874.336,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,534.961c0-3.274-2.647-5.924-5.917-5.924c-3.27,0-5.927,2.65-5.927,5.924 c0,3.271,2.657,5.914,5.927,5.914C886.194,540.874,888.841,538.231,888.841,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,534.961c0-3.274-2.65-5.924-5.924-5.924c-3.26,0-5.92,2.65-5.92,5.924 c0,3.271,2.66,5.914,5.92,5.914C900.699,540.874,903.349,538.231,903.349,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,534.961c0-3.274-2.643-5.924-5.924-5.924c-3.267,0-5.914,2.65-5.914,5.924 c0,3.271,2.647,5.914,5.914,5.914C915.217,540.874,917.861,538.231,917.861,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,534.961c0-3.274-2.647-5.924-5.92-5.924c-3.264,0-5.917,2.65-5.917,5.924 c0,3.271,2.653,5.914,5.917,5.914C929.719,540.874,932.366,538.231,932.366,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,549.414c0-3.271-2.657-5.931-5.921-5.931c-3.263,0-5.927,2.66-5.927,5.931 c0,3.26,2.664,5.917,5.927,5.917C770.117,555.331,772.774,552.674,772.774,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,549.414c0-3.271-2.647-5.931-5.917-5.931c-3.28,0-5.927,2.66-5.927,5.931 c0,3.26,2.647,5.917,5.927,5.917C784.636,555.331,787.283,552.674,787.283,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,549.414c0-3.271-2.654-5.931-5.917-5.931c-3.274,0-5.927,2.66-5.927,5.931 c0,3.26,2.654,5.917,5.927,5.917C799.134,555.331,801.788,552.674,801.788,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,549.414c0-3.271-2.653-5.931-5.924-5.931c-3.274,0-5.924,2.66-5.924,5.931 c0,3.26,2.65,5.917,5.924,5.917C813.649,555.331,816.303,552.674,816.303,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,549.414c0-3.271-2.654-5.931-5.921-5.931c-3.284,0-5.92,2.66-5.92,5.931 c0,3.26,2.636,5.917,5.92,5.917C828.157,555.331,830.811,552.674,830.811,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,549.414c0-3.271-2.657-5.931-5.927-5.931c-3.27,0-5.924,2.66-5.924,5.931 c0,3.26,2.654,5.917,5.924,5.917C842.662,555.331,845.319,552.674,845.319,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,549.414c0-3.271-2.653-5.931-5.917-5.931c-3.274,0-5.924,2.66-5.924,5.931 c0,3.26,2.65,5.917,5.924,5.917C857.171,555.331,859.824,552.674,859.824,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,549.414c0-3.271-2.65-5.931-5.924-5.931c-3.267,0-5.924,2.66-5.924,5.931 c0,3.26,2.657,5.917,5.924,5.917C871.686,555.331,874.336,552.674,874.336,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,549.414c0-3.271-2.647-5.931-5.917-5.931c-3.27,0-5.927,2.66-5.927,5.931 c0,3.26,2.657,5.917,5.927,5.917C886.194,555.331,888.841,552.674,888.841,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,549.414c0-3.271-2.65-5.931-5.924-5.931c-3.26,0-5.92,2.66-5.92,5.931 c0,3.26,2.66,5.917,5.92,5.917C900.699,555.331,903.349,552.674,903.349,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,549.414c0-3.271-2.643-5.931-5.924-5.931c-3.267,0-5.914,2.66-5.914,5.931 c0,3.26,2.647,5.917,5.914,5.917C915.217,555.331,917.861,552.674,917.861,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,549.414c0-3.271-2.647-5.931-5.92-5.931c-3.264,0-5.917,2.66-5.917,5.931 c0,3.26,2.653,5.917,5.917,5.917C929.719,555.331,932.366,552.674,932.366,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,563.86c0-3.267-2.657-5.907-5.921-5.907c-3.263,0-5.927,2.64-5.927,5.907 c0,3.27,2.664,5.938,5.927,5.938C770.117,569.798,772.774,567.13,772.774,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,563.86c0-3.267-2.647-5.907-5.917-5.907c-3.28,0-5.927,2.64-5.927,5.907 c0,3.27,2.647,5.938,5.927,5.938C784.636,569.798,787.283,567.13,787.283,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,563.86c0-3.267-2.654-5.907-5.917-5.907c-3.274,0-5.927,2.64-5.927,5.907 c0,3.27,2.654,5.938,5.927,5.938C799.134,569.798,801.788,567.13,801.788,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,563.86c0-3.267-2.653-5.907-5.924-5.907c-3.274,0-5.924,2.64-5.924,5.907 c0,3.27,2.65,5.938,5.924,5.938C813.649,569.798,816.303,567.13,816.303,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,563.86c0-3.267-2.654-5.907-5.921-5.907c-3.284,0-5.92,2.64-5.92,5.907 c0,3.27,2.636,5.938,5.92,5.938C828.157,569.798,830.811,567.13,830.811,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,563.86c0-3.267-2.657-5.907-5.927-5.907c-3.27,0-5.924,2.64-5.924,5.907 c0,3.27,2.654,5.938,5.924,5.938C842.662,569.798,845.319,567.13,845.319,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,563.86c0-3.267-2.653-5.907-5.917-5.907c-3.274,0-5.924,2.64-5.924,5.907 c0,3.27,2.65,5.938,5.924,5.938C857.171,569.798,859.824,567.13,859.824,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,563.86c0-3.267-2.65-5.907-5.924-5.907c-3.267,0-5.924,2.64-5.924,5.907 c0,3.27,2.657,5.938,5.924,5.938C871.686,569.798,874.336,567.13,874.336,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,563.86c0-3.267-2.647-5.907-5.917-5.907c-3.27,0-5.927,2.64-5.927,5.907 c0,3.27,2.657,5.938,5.927,5.938C886.194,569.798,888.841,567.13,888.841,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,563.86c0-3.267-2.65-5.907-5.924-5.907c-3.26,0-5.92,2.64-5.92,5.907 c0,3.27,2.66,5.938,5.92,5.938C900.699,569.798,903.349,567.13,903.349,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,563.86c0-3.267-2.643-5.907-5.924-5.907c-3.267,0-5.914,2.64-5.914,5.907 c0,3.27,2.647,5.938,5.914,5.938C915.217,569.798,917.861,567.13,917.861,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,563.86c0-3.267-2.647-5.907-5.92-5.907c-3.264,0-5.917,2.64-5.917,5.907 c0,3.27,2.653,5.938,5.917,5.938C929.719,569.798,932.366,567.13,932.366,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M1091.967,448.235c0-3.27-2.657-5.92-5.924-5.92s-5.92,2.65-5.92,5.92 c0,3.26,2.653,5.917,5.92,5.917S1091.967,451.495,1091.967,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1077.455,462.685c0-3.271-2.65-5.924-5.92-5.924c-3.267,0-5.92,2.654-5.92,5.924 c0,3.27,2.653,5.913,5.92,5.913C1074.805,468.598,1077.455,465.955,1077.455,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1091.967,462.685c0-3.271-2.657-5.924-5.924-5.924s-5.92,2.654-5.92,5.924 c0,3.27,2.653,5.913,5.92,5.913S1091.967,465.955,1091.967,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M1033.934,491.584c0-3.26-2.653-5.903-5.931-5.903c-3.267,0-5.914,2.643-5.914,5.903 c0,3.277,2.647,5.927,5.914,5.927C1031.28,497.511,1033.934,494.861,1033.934,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,506.051c0-3.27-2.653-5.924-5.931-5.924c-3.267,0-5.914,2.654-5.914,5.924 c0,3.271,2.647,5.92,5.914,5.92C1031.28,511.971,1033.934,509.321,1033.934,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,520.504c0-3.277-2.653-5.917-5.931-5.917c-3.267,0-5.914,2.64-5.914,5.917 c0,3.271,2.647,5.924,5.914,5.924C1031.28,526.428,1033.934,523.775,1033.934,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,534.961c0-3.274-2.657-5.924-5.931-5.924c-3.271,0-5.917,2.65-5.917,5.924 c0,3.271,2.647,5.914,5.917,5.914C1002.26,540.874,1004.917,538.231,1004.917,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,534.961c0-3.274-2.647-5.924-5.924-5.924c-3.271,0-5.914,2.65-5.914,5.924 c0,3.271,2.643,5.914,5.914,5.914C1016.775,540.874,1019.422,538.231,1019.422,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M1033.934,448.235c0-3.27-2.653-5.92-5.931-5.92c-3.267,0-5.914,2.65-5.914,5.92 c0,3.26,2.647,5.917,5.914,5.917C1031.28,454.152,1033.934,451.495,1033.934,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,462.685c0-3.271-2.653-5.924-5.931-5.924c-3.267,0-5.914,2.654-5.914,5.924 c0,3.27,2.647,5.913,5.914,5.913C1031.28,468.598,1033.934,465.955,1033.934,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,477.141c0-3.274-2.653-5.913-5.931-5.913c-3.267,0-5.914,2.64-5.914,5.913 c0,3.267,2.647,5.924,5.914,5.924C1031.28,483.065,1033.934,480.408,1033.934,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M917.861,375.966c0-3.27-2.643-5.927-5.924-5.927c-3.267,0-5.914,2.657-5.914,5.927 c0,3.257,2.647,5.91,5.914,5.91C915.217,381.876,917.861,379.222,917.861,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M787.283,375.966c0-3.27-2.647-5.927-5.917-5.927c-3.28,0-5.927,2.657-5.927,5.927 c0,3.257,2.647,5.91,5.927,5.91C784.636,381.876,787.283,379.222,787.283,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,375.966c0-3.27-2.654-5.927-5.917-5.927c-3.274,0-5.927,2.657-5.927,5.927 c0,3.257,2.654,5.91,5.927,5.91C799.134,381.876,801.788,379.222,801.788,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,390.409c0-3.267-2.647-5.917-5.914-5.917c-3.274,0-5.92,2.65-5.92,5.917 c0,3.274,2.647,5.924,5.92,5.924C755.609,396.332,758.256,393.682,758.256,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,390.409c0-3.267-2.657-5.917-5.921-5.917c-3.263,0-5.927,2.65-5.927,5.917 c0,3.274,2.664,5.924,5.927,5.924C770.117,396.332,772.774,393.682,772.774,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,404.865c0-3.26-2.647-5.914-5.914-5.914c-3.274,0-5.92,2.654-5.92,5.914 c0,3.27,2.647,5.924,5.92,5.924C755.609,410.789,758.256,408.135,758.256,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,404.865c0-3.26-2.647-5.914-5.917-5.914c-3.28,0-5.927,2.654-5.927,5.914 c0,3.27,2.647,5.924,5.927,5.924C784.636,410.789,787.283,408.135,787.283,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,404.865c0-3.26-2.654-5.914-5.917-5.914c-3.274,0-5.927,2.654-5.927,5.914 c0,3.27,2.654,5.924,5.927,5.924C799.134,410.789,801.788,408.135,801.788,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,404.865c0-3.26-2.653-5.914-5.924-5.914c-3.274,0-5.924,2.654-5.924,5.914 c0,3.27,2.65,5.924,5.924,5.924C813.649,410.789,816.303,408.135,816.303,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,404.865c0-3.26-2.657-5.914-5.927-5.914c-3.27,0-5.924,2.654-5.924,5.914 c0,3.27,2.654,5.924,5.924,5.924C842.662,410.789,845.319,408.135,845.319,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M859.824,390.409c0-3.267-2.653-5.917-5.917-5.917c-3.274,0-5.924,2.65-5.924,5.917 c0,3.274,2.65,5.924,5.924,5.924C857.171,396.332,859.824,393.682,859.824,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,390.409c0-3.267-2.65-5.917-5.924-5.917c-3.267,0-5.924,2.65-5.924,5.917 c0,3.274,2.657,5.924,5.924,5.924C871.686,396.332,874.336,393.682,874.336,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,390.409c0-3.267-2.647-5.917-5.917-5.917c-3.27,0-5.927,2.65-5.927,5.917 c0,3.274,2.657,5.924,5.927,5.924C886.194,396.332,888.841,393.682,888.841,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,390.409c0-3.267-2.65-5.917-5.924-5.917c-3.26,0-5.92,2.65-5.92,5.917 c0,3.274,2.66,5.924,5.92,5.924C900.699,396.332,903.349,393.682,903.349,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,390.409c0-3.267-2.643-5.917-5.924-5.917c-3.267,0-5.914,2.65-5.914,5.917 c0,3.274,2.647,5.924,5.914,5.924C915.217,396.332,917.861,393.682,917.861,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,390.409c0-3.267-2.647-5.917-5.92-5.917c-3.264,0-5.917,2.65-5.917,5.917 c0,3.274,2.653,5.924,5.917,5.924C929.719,396.332,932.366,393.682,932.366,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,390.409c0-3.267-2.654-5.917-5.924-5.917c-3.274,0-5.921,2.65-5.921,5.917 c0,3.274,2.647,5.924,5.921,5.924C944.224,396.332,946.877,393.682,946.877,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M1033.934,419.329c0-3.281-2.653-5.917-5.931-5.917c-3.267,0-5.914,2.636-5.914,5.917 c0,3.263,2.647,5.921,5.914,5.921C1031.28,425.249,1033.934,422.592,1033.934,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,419.329c0-3.281-2.64-5.917-5.924-5.917c-3.267,0-5.917,2.636-5.917,5.917 c0,3.263,2.65,5.921,5.917,5.921C1045.795,425.249,1048.435,422.592,1048.435,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1062.95,419.329c0-3.281-2.66-5.917-5.924-5.917c-3.271,0-5.924,2.636-5.924,5.917 c0,3.263,2.654,5.921,5.924,5.921C1060.29,425.249,1062.95,422.592,1062.95,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1077.455,419.329c0-3.281-2.65-5.917-5.92-5.917c-3.267,0-5.92,2.636-5.92,5.917 c0,3.263,2.653,5.921,5.92,5.921C1074.805,425.249,1077.455,422.592,1077.455,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1091.967,419.329c0-3.281-2.657-5.917-5.924-5.917s-5.92,2.636-5.92,5.917 c0,3.263,2.653,5.921,5.92,5.921S1091.967,422.592,1091.967,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1106.468,419.329c0-3.281-2.654-5.917-5.92-5.917c-3.264,0-5.917,2.636-5.917,5.917 c0,3.263,2.654,5.921,5.917,5.921C1103.815,425.249,1106.468,422.592,1106.468,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1120.98,419.329c0-3.281-2.647-5.917-5.92-5.917c-3.264,0-5.917,2.636-5.917,5.917 c0,3.263,2.654,5.921,5.917,5.921C1118.333,425.249,1120.98,422.592,1120.98,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1135.495,419.329c0-3.281-2.657-5.917-5.92-5.917c-3.274,0-5.924,2.636-5.924,5.917 c0,3.263,2.65,5.921,5.924,5.921C1132.838,425.249,1135.495,422.592,1135.495,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1150,419.329c0-3.281-2.65-5.917-5.92-5.917c-3.264,0-5.927,2.636-5.927,5.917 c0,3.263,2.664,5.921,5.927,5.921C1147.35,425.249,1150,422.592,1150,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,433.775c0-3.271-2.653-5.917-5.931-5.917c-3.267,0-5.914,2.647-5.914,5.917 c0,3.27,2.647,5.924,5.914,5.924C1031.28,439.699,1033.934,437.045,1033.934,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,433.775c0-3.271-2.64-5.917-5.924-5.917c-3.267,0-5.917,2.647-5.917,5.917 c0,3.27,2.65,5.924,5.917,5.924C1045.795,439.699,1048.435,437.045,1048.435,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1062.95,433.775c0-3.271-2.66-5.917-5.924-5.917c-3.271,0-5.924,2.647-5.924,5.917 c0,3.27,2.654,5.924,5.924,5.924C1060.29,439.699,1062.95,437.045,1062.95,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='1071.535' cy='433.775' r='5.92' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1091.967,433.775c0-3.271-2.657-5.917-5.924-5.917s-5.92,2.647-5.92,5.917 c0,3.27,2.653,5.924,5.92,5.924S1091.967,437.045,1091.967,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1106.468,433.775c0-3.271-2.654-5.917-5.92-5.917c-3.264,0-5.917,2.647-5.917,5.917 c0,3.27,2.654,5.924,5.917,5.924C1103.815,439.699,1106.468,437.045,1106.468,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1120.98,433.775c0-3.271-2.647-5.917-5.92-5.917c-3.264,0-5.917,2.647-5.917,5.917 c0,3.27,2.654,5.924,5.917,5.924C1118.333,439.699,1120.98,437.045,1120.98,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1135.495,433.775c0-3.271-2.657-5.917-5.92-5.917c-3.274,0-5.924,2.647-5.924,5.917 c0,3.27,2.65,5.924,5.924,5.924C1132.838,439.699,1135.495,437.045,1135.495,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M859.824,404.865c0-3.26-2.653-5.914-5.917-5.914c-3.274,0-5.924,2.654-5.924,5.914 c0,3.27,2.65,5.924,5.924,5.924C857.171,410.789,859.824,408.135,859.824,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,404.865c0-3.26-2.65-5.914-5.924-5.914c-3.267,0-5.924,2.654-5.924,5.914 c0,3.27,2.657,5.924,5.924,5.924C871.686,410.789,874.336,408.135,874.336,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,404.865c0-3.26-2.647-5.914-5.917-5.914c-3.27,0-5.927,2.654-5.927,5.914 c0,3.27,2.657,5.924,5.927,5.924C886.194,410.789,888.841,408.135,888.841,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,404.865c0-3.26-2.65-5.914-5.924-5.914c-3.26,0-5.92,2.654-5.92,5.914 c0,3.27,2.66,5.924,5.92,5.924C900.699,410.789,903.349,408.135,903.349,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,404.865c0-3.26-2.643-5.914-5.924-5.914c-3.267,0-5.914,2.654-5.914,5.914 c0,3.27,2.647,5.924,5.914,5.924C915.217,410.789,917.861,408.135,917.861,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,404.865c0-3.26-2.647-5.914-5.92-5.914c-3.264,0-5.917,2.654-5.917,5.914 c0,3.27,2.653,5.924,5.917,5.924C929.719,410.789,932.366,408.135,932.366,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,404.865c0-3.26-2.654-5.914-5.924-5.914c-3.274,0-5.921,2.654-5.921,5.914 c0,3.27,2.647,5.924,5.921,5.924C944.224,410.789,946.877,408.135,946.877,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,404.865c0-3.26-2.657-5.914-5.924-5.914c-3.277,0-5.917,2.654-5.917,5.914 c0,3.27,2.64,5.924,5.917,5.924C958.732,410.789,961.389,408.135,961.389,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,404.865c0-3.26-2.653-5.914-5.917-5.914c-3.274,0-5.92,2.654-5.92,5.914 c0,3.27,2.647,5.924,5.92,5.924C973.24,410.789,975.894,408.135,975.894,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,404.865c0-3.26-2.653-5.914-5.924-5.914c-3.27,0-5.92,2.654-5.92,5.914 c0,3.27,2.65,5.924,5.92,5.924C987.755,410.789,990.409,408.135,990.409,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,404.865c0-3.26-2.657-5.914-5.931-5.914c-3.271,0-5.917,2.654-5.917,5.914 c0,3.27,2.647,5.924,5.917,5.924C1002.26,410.789,1004.917,408.135,1004.917,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,404.865c0-3.26-2.647-5.914-5.924-5.914c-3.271,0-5.914,2.654-5.914,5.914 c0,3.27,2.643,5.924,5.914,5.924C1016.775,410.789,1019.422,408.135,1019.422,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,404.865c0-3.26-2.653-5.914-5.931-5.914c-3.267,0-5.914,2.654-5.914,5.914 c0,3.27,2.647,5.924,5.914,5.924C1031.28,410.789,1033.934,408.135,1033.934,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,404.865c0-3.26-2.64-5.914-5.924-5.914c-3.267,0-5.917,2.654-5.917,5.914 c0,3.27,2.65,5.924,5.917,5.924C1045.795,410.789,1048.435,408.135,1048.435,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1062.95,404.865c0-3.26-2.66-5.914-5.924-5.914c-3.271,0-5.924,2.654-5.924,5.914 c0,3.27,2.654,5.924,5.924,5.924C1060.29,410.789,1062.95,408.135,1062.95,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1077.455,404.865c0-3.26-2.65-5.914-5.92-5.914c-3.267,0-5.92,2.654-5.92,5.914 c0,3.27,2.653,5.924,5.92,5.924C1074.805,410.789,1077.455,408.135,1077.455,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1091.967,404.865c0-3.26-2.657-5.914-5.924-5.914s-5.92,2.654-5.92,5.914 c0,3.27,2.653,5.924,5.92,5.924S1091.967,408.135,1091.967,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1106.468,404.865c0-3.26-2.654-5.914-5.92-5.914c-3.264,0-5.917,2.654-5.917,5.914 c0,3.27,2.654,5.924,5.917,5.924C1103.815,410.789,1106.468,408.135,1106.468,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1120.98,404.865c0-3.26-2.647-5.914-5.92-5.914c-3.264,0-5.917,2.654-5.917,5.914 c0,3.27,2.654,5.924,5.917,5.924C1118.333,410.789,1120.98,408.135,1120.98,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1135.495,404.865c0-3.26-2.657-5.914-5.92-5.914c-3.274,0-5.924,2.654-5.924,5.914 c0,3.27,2.65,5.924,5.924,5.924C1132.838,410.789,1135.495,408.135,1135.495,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M729.246,419.329c0-3.281-2.653-5.917-5.927-5.917c-3.26,0-5.917,2.636-5.917,5.917 c0,3.263,2.657,5.921,5.917,5.921C726.593,425.249,729.246,422.592,729.246,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,419.329c0-3.281-2.654-5.917-5.917-5.917c-3.27,0-5.92,2.636-5.92,5.917 c0,3.263,2.65,5.921,5.92,5.921C741.097,425.249,743.751,422.592,743.751,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,419.329c0-3.281-2.647-5.917-5.914-5.917c-3.274,0-5.92,2.636-5.92,5.917 c0,3.263,2.647,5.921,5.92,5.921C755.609,425.249,758.256,422.592,758.256,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,419.329c0-3.281-2.657-5.917-5.921-5.917c-3.263,0-5.927,2.636-5.927,5.917 c0,3.263,2.664,5.921,5.927,5.921C770.117,425.249,772.774,422.592,772.774,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,419.329c0-3.281-2.647-5.917-5.917-5.917c-3.28,0-5.927,2.636-5.927,5.917 c0,3.263,2.647,5.921,5.927,5.921C784.636,425.249,787.283,422.592,787.283,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,419.329c0-3.281-2.654-5.917-5.917-5.917c-3.274,0-5.927,2.636-5.927,5.917 c0,3.263,2.654,5.921,5.927,5.921C799.134,425.249,801.788,422.592,801.788,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,419.329c0-3.281-2.653-5.917-5.924-5.917c-3.274,0-5.924,2.636-5.924,5.917 c0,3.263,2.65,5.921,5.924,5.921C813.649,425.249,816.303,422.592,816.303,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,419.329c0-3.281-2.654-5.917-5.921-5.917c-3.284,0-5.92,2.636-5.92,5.917 c0,3.263,2.636,5.921,5.92,5.921C828.157,425.249,830.811,422.592,830.811,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,419.329c0-3.281-2.657-5.917-5.927-5.917c-3.27,0-5.924,2.636-5.924,5.917 c0,3.263,2.654,5.921,5.924,5.921C842.662,425.249,845.319,422.592,845.319,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,419.329c0-3.281-2.653-5.917-5.917-5.917c-3.274,0-5.924,2.636-5.924,5.917 c0,3.263,2.65,5.921,5.924,5.921C857.171,425.249,859.824,422.592,859.824,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,419.329c0-3.281-2.65-5.917-5.924-5.917c-3.267,0-5.924,2.636-5.924,5.917 c0,3.263,2.657,5.921,5.924,5.921C871.686,425.249,874.336,422.592,874.336,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,419.329c0-3.281-2.647-5.917-5.917-5.917c-3.27,0-5.927,2.636-5.927,5.917 c0,3.263,2.657,5.921,5.927,5.921C886.194,425.249,888.841,422.592,888.841,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,419.329c0-3.281-2.65-5.917-5.924-5.917c-3.26,0-5.92,2.636-5.92,5.917 c0,3.263,2.66,5.921,5.92,5.921C900.699,425.249,903.349,422.592,903.349,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,419.329c0-3.281-2.643-5.917-5.924-5.917c-3.267,0-5.914,2.636-5.914,5.917 c0,3.263,2.647,5.921,5.914,5.921C915.217,425.249,917.861,422.592,917.861,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,419.329c0-3.281-2.647-5.917-5.92-5.917c-3.264,0-5.917,2.636-5.917,5.917 c0,3.263,2.653,5.921,5.917,5.921C929.719,425.249,932.366,422.592,932.366,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,419.329c0-3.281-2.654-5.917-5.924-5.917c-3.274,0-5.921,2.636-5.921,5.917 c0,3.263,2.647,5.921,5.921,5.921C944.224,425.249,946.877,422.592,946.877,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,419.329c0-3.281-2.657-5.917-5.924-5.917c-3.277,0-5.917,2.636-5.917,5.917 c0,3.263,2.64,5.921,5.917,5.921C958.732,425.249,961.389,422.592,961.389,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,419.329c0-3.281-2.653-5.917-5.917-5.917c-3.274,0-5.92,2.636-5.92,5.917 c0,3.263,2.647,5.921,5.92,5.921C973.24,425.249,975.894,422.592,975.894,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,419.329c0-3.281-2.653-5.917-5.924-5.917c-3.27,0-5.92,2.636-5.92,5.917 c0,3.263,2.65,5.921,5.92,5.921C987.755,425.249,990.409,422.592,990.409,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,419.329c0-3.281-2.657-5.917-5.931-5.917c-3.271,0-5.917,2.636-5.917,5.917 c0,3.263,2.647,5.921,5.917,5.921C1002.26,425.249,1004.917,422.592,1004.917,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,419.329c0-3.281-2.647-5.917-5.924-5.917c-3.271,0-5.914,2.636-5.914,5.917 c0,3.263,2.643,5.921,5.914,5.921C1016.775,425.249,1019.422,422.592,1019.422,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,433.775c0-3.271-2.653-5.917-5.927-5.917c-3.26,0-5.917,2.647-5.917,5.917 c0,3.27,2.657,5.924,5.917,5.924C726.593,439.699,729.246,437.045,729.246,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,433.775c0-3.271-2.654-5.917-5.917-5.917c-3.27,0-5.92,2.647-5.92,5.917 c0,3.27,2.65,5.924,5.92,5.924C741.097,439.699,743.751,437.045,743.751,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,433.775c0-3.271-2.647-5.917-5.914-5.917c-3.274,0-5.92,2.647-5.92,5.917 c0,3.27,2.647,5.924,5.92,5.924C755.609,439.699,758.256,437.045,758.256,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,433.775c0-3.271-2.657-5.917-5.921-5.917c-3.263,0-5.927,2.647-5.927,5.917 c0,3.27,2.664,5.924,5.927,5.924C770.117,439.699,772.774,437.045,772.774,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,433.775c0-3.271-2.647-5.917-5.917-5.917c-3.28,0-5.927,2.647-5.927,5.917 c0,3.27,2.647,5.924,5.927,5.924C784.636,439.699,787.283,437.045,787.283,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,433.775c0-3.271-2.654-5.917-5.917-5.917c-3.274,0-5.927,2.647-5.927,5.917 c0,3.27,2.654,5.924,5.927,5.924C799.134,439.699,801.788,437.045,801.788,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cellipse fill='%2300A1A9' cx='810.379' cy='433.775' rx='5.924' ry='5.917' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,433.775c0-3.271-2.654-5.917-5.921-5.917c-3.284,0-5.92,2.647-5.92,5.917 c0,3.27,2.636,5.924,5.92,5.924C828.157,439.699,830.811,437.045,830.811,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cellipse fill='%2300A1A9' cx='839.394' cy='433.775' rx='5.926' ry='5.917' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,433.775c0-3.271-2.653-5.917-5.917-5.917c-3.274,0-5.924,2.647-5.924,5.917 c0,3.27,2.65,5.924,5.924,5.924C857.171,439.699,859.824,437.045,859.824,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,433.775c0-3.271-2.65-5.917-5.924-5.917c-3.267,0-5.924,2.647-5.924,5.917 c0,3.27,2.657,5.924,5.924,5.924C871.686,439.699,874.336,437.045,874.336,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,433.775c0-3.271-2.647-5.917-5.917-5.917c-3.27,0-5.927,2.647-5.927,5.917 c0,3.27,2.657,5.924,5.927,5.924C886.194,439.699,888.841,437.045,888.841,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,433.775c0-3.271-2.65-5.917-5.924-5.917c-3.26,0-5.92,2.647-5.92,5.917 c0,3.27,2.66,5.924,5.92,5.924C900.699,439.699,903.349,437.045,903.349,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,433.775c0-3.271-2.643-5.917-5.924-5.917c-3.267,0-5.914,2.647-5.914,5.917 c0,3.27,2.647,5.924,5.914,5.924C915.217,439.699,917.861,437.045,917.861,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,433.775c0-3.271-2.647-5.917-5.92-5.917c-3.264,0-5.917,2.647-5.917,5.917 c0,3.27,2.653,5.924,5.917,5.924C929.719,439.699,932.366,437.045,932.366,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,433.775c0-3.271-2.654-5.917-5.924-5.917c-3.274,0-5.921,2.647-5.921,5.917 c0,3.27,2.647,5.924,5.921,5.924C944.224,439.699,946.877,437.045,946.877,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,433.775c0-3.271-2.657-5.917-5.924-5.917c-3.277,0-5.917,2.647-5.917,5.917 c0,3.27,2.64,5.924,5.917,5.924C958.732,439.699,961.389,437.045,961.389,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,433.775c0-3.271-2.653-5.917-5.917-5.917c-3.274,0-5.92,2.647-5.92,5.917 c0,3.27,2.647,5.924,5.92,5.924C973.24,439.699,975.894,437.045,975.894,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='984.487' cy='433.775' r='5.922' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,433.775c0-3.271-2.657-5.917-5.931-5.917c-3.271,0-5.917,2.647-5.917,5.917 c0,3.27,2.647,5.924,5.917,5.924C1002.26,439.699,1004.917,437.045,1004.917,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,433.775c0-3.271-2.647-5.917-5.924-5.917c-3.271,0-5.914,2.647-5.914,5.917 c0,3.27,2.643,5.924,5.914,5.924C1016.775,439.699,1019.422,437.045,1019.422,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,448.235c0-3.27-2.653-5.92-5.927-5.92c-3.26,0-5.917,2.65-5.917,5.92 c0,3.26,2.657,5.917,5.917,5.917C726.593,454.152,729.246,451.495,729.246,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,448.235c0-3.27-2.654-5.92-5.917-5.92c-3.27,0-5.92,2.65-5.92,5.92 c0,3.26,2.65,5.917,5.92,5.917C741.097,454.152,743.751,451.495,743.751,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,448.235c0-3.27-2.647-5.92-5.914-5.92c-3.274,0-5.92,2.65-5.92,5.92 c0,3.26,2.647,5.917,5.92,5.917C755.609,454.152,758.256,451.495,758.256,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,448.235c0-3.27-2.657-5.92-5.921-5.92c-3.263,0-5.927,2.65-5.927,5.92 c0,3.26,2.664,5.917,5.927,5.917C770.117,454.152,772.774,451.495,772.774,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,448.235c0-3.27-2.647-5.92-5.917-5.92c-3.28,0-5.927,2.65-5.927,5.92 c0,3.26,2.647,5.917,5.927,5.917C784.636,454.152,787.283,451.495,787.283,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,448.235c0-3.27-2.654-5.92-5.917-5.92c-3.274,0-5.927,2.65-5.927,5.92 c0,3.26,2.654,5.917,5.927,5.917C799.134,454.152,801.788,451.495,801.788,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,448.235c0-3.27-2.653-5.92-5.924-5.92c-3.274,0-5.924,2.65-5.924,5.92 c0,3.26,2.65,5.917,5.924,5.917C813.649,454.152,816.303,451.495,816.303,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,448.235c0-3.27-2.654-5.92-5.921-5.92c-3.284,0-5.92,2.65-5.92,5.92 c0,3.26,2.636,5.917,5.92,5.917C828.157,454.152,830.811,451.495,830.811,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,448.235c0-3.27-2.657-5.92-5.927-5.92c-3.27,0-5.924,2.65-5.924,5.92 c0,3.26,2.654,5.917,5.924,5.917C842.662,454.152,845.319,451.495,845.319,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,448.235c0-3.27-2.653-5.92-5.917-5.92c-3.274,0-5.924,2.65-5.924,5.92 c0,3.26,2.65,5.917,5.924,5.917C857.171,454.152,859.824,451.495,859.824,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,448.235c0-3.27-2.65-5.92-5.924-5.92c-3.267,0-5.924,2.65-5.924,5.92 c0,3.26,2.657,5.917,5.924,5.917C871.686,454.152,874.336,451.495,874.336,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,448.235c0-3.27-2.647-5.92-5.917-5.92c-3.27,0-5.927,2.65-5.927,5.92 c0,3.26,2.657,5.917,5.927,5.917C886.194,454.152,888.841,451.495,888.841,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,448.235c0-3.27-2.65-5.92-5.924-5.92c-3.26,0-5.92,2.65-5.92,5.92 c0,3.26,2.66,5.917,5.92,5.917C900.699,454.152,903.349,451.495,903.349,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,448.235c0-3.27-2.643-5.92-5.924-5.92c-3.267,0-5.914,2.65-5.914,5.92 c0,3.26,2.647,5.917,5.914,5.917C915.217,454.152,917.861,451.495,917.861,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,448.235c0-3.27-2.647-5.92-5.92-5.92c-3.264,0-5.917,2.65-5.917,5.92 c0,3.26,2.653,5.917,5.917,5.917C929.719,454.152,932.366,451.495,932.366,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,448.235c0-3.27-2.654-5.92-5.924-5.92c-3.274,0-5.921,2.65-5.921,5.92 c0,3.26,2.647,5.917,5.921,5.917C944.224,454.152,946.877,451.495,946.877,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,448.235c0-3.27-2.657-5.92-5.924-5.92c-3.277,0-5.917,2.65-5.917,5.92 c0,3.26,2.64,5.917,5.917,5.917C958.732,454.152,961.389,451.495,961.389,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,448.235c0-3.27-2.653-5.92-5.917-5.92c-3.274,0-5.92,2.65-5.92,5.92 c0,3.26,2.647,5.917,5.92,5.917C973.24,454.152,975.894,451.495,975.894,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,448.235c0-3.27-2.653-5.92-5.924-5.92c-3.27,0-5.92,2.65-5.92,5.92 c0,3.26,2.65,5.917,5.92,5.917C987.755,454.152,990.409,451.495,990.409,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,448.235c0-3.27-2.657-5.92-5.931-5.92c-3.271,0-5.917,2.65-5.917,5.92 c0,3.26,2.647,5.917,5.917,5.917C1002.26,454.152,1004.917,451.495,1004.917,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,448.235c0-3.27-2.647-5.92-5.924-5.92c-3.271,0-5.914,2.65-5.914,5.92 c0,3.26,2.643,5.917,5.914,5.917C1016.775,454.152,1019.422,451.495,1019.422,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,462.685c0-3.271-2.653-5.924-5.927-5.924c-3.26,0-5.917,2.654-5.917,5.924 c0,3.27,2.657,5.913,5.917,5.913C726.593,468.598,729.246,465.955,729.246,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,462.685c0-3.271-2.654-5.924-5.917-5.924c-3.27,0-5.92,2.654-5.92,5.924 c0,3.27,2.65,5.913,5.92,5.913C741.097,468.598,743.751,465.955,743.751,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,462.685c0-3.271-2.647-5.924-5.914-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.27,2.647,5.913,5.92,5.913C755.609,468.598,758.256,465.955,758.256,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,462.685c0-3.271-2.657-5.924-5.921-5.924c-3.263,0-5.927,2.654-5.927,5.924 c0,3.27,2.664,5.913,5.927,5.913C770.117,468.598,772.774,465.955,772.774,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,462.685c0-3.271-2.647-5.924-5.917-5.924c-3.28,0-5.927,2.654-5.927,5.924 c0,3.27,2.647,5.913,5.927,5.913C784.636,468.598,787.283,465.955,787.283,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,462.685c0-3.271-2.654-5.924-5.917-5.924c-3.274,0-5.927,2.654-5.927,5.924 c0,3.27,2.654,5.913,5.927,5.913C799.134,468.598,801.788,465.955,801.788,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,462.685c0-3.271-2.653-5.924-5.924-5.924c-3.274,0-5.924,2.654-5.924,5.924 c0,3.27,2.65,5.913,5.924,5.913C813.649,468.598,816.303,465.955,816.303,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,462.685c0-3.271-2.654-5.924-5.921-5.924c-3.284,0-5.92,2.654-5.92,5.924 c0,3.27,2.636,5.913,5.92,5.913C828.157,468.598,830.811,465.955,830.811,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,462.685c0-3.271-2.657-5.924-5.927-5.924c-3.27,0-5.924,2.654-5.924,5.924 c0,3.27,2.654,5.913,5.924,5.913C842.662,468.598,845.319,465.955,845.319,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,462.685c0-3.271-2.653-5.924-5.917-5.924c-3.274,0-5.924,2.654-5.924,5.924 c0,3.27,2.65,5.913,5.924,5.913C857.171,468.598,859.824,465.955,859.824,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,462.685c0-3.271-2.65-5.924-5.924-5.924c-3.267,0-5.924,2.654-5.924,5.924 c0,3.27,2.657,5.913,5.924,5.913C871.686,468.598,874.336,465.955,874.336,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,462.685c0-3.271-2.647-5.924-5.917-5.924c-3.27,0-5.927,2.654-5.927,5.924 c0,3.27,2.657,5.913,5.927,5.913C886.194,468.598,888.841,465.955,888.841,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,462.685c0-3.271-2.65-5.924-5.924-5.924c-3.26,0-5.92,2.654-5.92,5.924 c0,3.27,2.66,5.913,5.92,5.913C900.699,468.598,903.349,465.955,903.349,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,462.685c0-3.271-2.643-5.924-5.924-5.924c-3.267,0-5.914,2.654-5.914,5.924 c0,3.27,2.647,5.913,5.914,5.913C915.217,468.598,917.861,465.955,917.861,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,462.685c0-3.271-2.647-5.924-5.92-5.924c-3.264,0-5.917,2.654-5.917,5.924 c0,3.27,2.653,5.913,5.917,5.913C929.719,468.598,932.366,465.955,932.366,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,462.685c0-3.271-2.654-5.924-5.924-5.924c-3.274,0-5.921,2.654-5.921,5.924 c0,3.27,2.647,5.913,5.921,5.913C944.224,468.598,946.877,465.955,946.877,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,462.685c0-3.271-2.657-5.924-5.924-5.924c-3.277,0-5.917,2.654-5.917,5.924 c0,3.27,2.64,5.913,5.917,5.913C958.732,468.598,961.389,465.955,961.389,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,462.685c0-3.271-2.653-5.924-5.917-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.27,2.647,5.913,5.92,5.913C973.24,468.598,975.894,465.955,975.894,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,462.685c0-3.271-2.653-5.924-5.924-5.924c-3.27,0-5.92,2.654-5.92,5.924 c0,3.27,2.65,5.913,5.92,5.913C987.755,468.598,990.409,465.955,990.409,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,462.685c0-3.271-2.657-5.924-5.931-5.924c-3.271,0-5.917,2.654-5.917,5.924 c0,3.27,2.647,5.913,5.917,5.913C1002.26,468.598,1004.917,465.955,1004.917,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,462.685c0-3.271-2.647-5.924-5.924-5.924c-3.271,0-5.914,2.654-5.914,5.924 c0,3.27,2.643,5.913,5.914,5.913C1016.775,468.598,1019.422,465.955,1019.422,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,477.141c0-3.274-2.653-5.913-5.927-5.913c-3.26,0-5.917,2.64-5.917,5.913 c0,3.267,2.657,5.924,5.917,5.924C726.593,483.065,729.246,480.408,729.246,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,477.141c0-3.274-2.654-5.913-5.917-5.913c-3.27,0-5.92,2.64-5.92,5.913 c0,3.267,2.65,5.924,5.92,5.924C741.097,483.065,743.751,480.408,743.751,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,477.141c0-3.274-2.647-5.913-5.914-5.913c-3.274,0-5.92,2.64-5.92,5.913 c0,3.267,2.647,5.924,5.92,5.924C755.609,483.065,758.256,480.408,758.256,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,477.141c0-3.274-2.657-5.913-5.921-5.913c-3.263,0-5.927,2.64-5.927,5.913 c0,3.267,2.664,5.924,5.927,5.924C770.117,483.065,772.774,480.408,772.774,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,477.141c0-3.274-2.647-5.913-5.917-5.913c-3.28,0-5.927,2.64-5.927,5.913 c0,3.267,2.647,5.924,5.927,5.924C784.636,483.065,787.283,480.408,787.283,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,477.141c0-3.274-2.654-5.913-5.917-5.913c-3.274,0-5.927,2.64-5.927,5.913 c0,3.267,2.654,5.924,5.927,5.924C799.134,483.065,801.788,480.408,801.788,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,477.141c0-3.274-2.653-5.913-5.924-5.913c-3.274,0-5.924,2.64-5.924,5.913 c0,3.267,2.65,5.924,5.924,5.924C813.649,483.065,816.303,480.408,816.303,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,477.141c0-3.274-2.654-5.913-5.921-5.913c-3.284,0-5.92,2.64-5.92,5.913 c0,3.267,2.636,5.924,5.92,5.924C828.157,483.065,830.811,480.408,830.811,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,477.141c0-3.274-2.657-5.913-5.927-5.913c-3.27,0-5.924,2.64-5.924,5.913 c0,3.267,2.654,5.924,5.924,5.924C842.662,483.065,845.319,480.408,845.319,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,477.141c0-3.274-2.653-5.913-5.917-5.913c-3.274,0-5.924,2.64-5.924,5.913 c0,3.267,2.65,5.924,5.924,5.924C857.171,483.065,859.824,480.408,859.824,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,477.141c0-3.274-2.65-5.913-5.924-5.913c-3.267,0-5.924,2.64-5.924,5.913 c0,3.267,2.657,5.924,5.924,5.924C871.686,483.065,874.336,480.408,874.336,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,477.141c0-3.274-2.647-5.913-5.917-5.913c-3.27,0-5.927,2.64-5.927,5.913 c0,3.267,2.657,5.924,5.927,5.924C886.194,483.065,888.841,480.408,888.841,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,477.141c0-3.274-2.65-5.913-5.924-5.913c-3.26,0-5.92,2.64-5.92,5.913 c0,3.267,2.66,5.924,5.92,5.924C900.699,483.065,903.349,480.408,903.349,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,477.141c0-3.274-2.643-5.913-5.924-5.913c-3.267,0-5.914,2.64-5.914,5.913 c0,3.267,2.647,5.924,5.914,5.924C915.217,483.065,917.861,480.408,917.861,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,477.141c0-3.274-2.647-5.913-5.92-5.913c-3.264,0-5.917,2.64-5.917,5.913 c0,3.267,2.653,5.924,5.917,5.924C929.719,483.065,932.366,480.408,932.366,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,477.141c0-3.274-2.654-5.913-5.924-5.913c-3.274,0-5.921,2.64-5.921,5.913 c0,3.267,2.647,5.924,5.921,5.924C944.224,483.065,946.877,480.408,946.877,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,477.141c0-3.274-2.657-5.913-5.924-5.913c-3.277,0-5.917,2.64-5.917,5.913 c0,3.267,2.64,5.924,5.917,5.924C958.732,483.065,961.389,480.408,961.389,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,477.141c0-3.274-2.653-5.913-5.917-5.913c-3.274,0-5.92,2.64-5.92,5.913 c0,3.267,2.647,5.924,5.92,5.924C973.24,483.065,975.894,480.408,975.894,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,477.141c0-3.274-2.653-5.913-5.924-5.913c-3.27,0-5.92,2.64-5.92,5.913 c0,3.267,2.65,5.924,5.92,5.924C987.755,483.065,990.409,480.408,990.409,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,477.141c0-3.274-2.657-5.913-5.931-5.913c-3.271,0-5.917,2.64-5.917,5.913 c0,3.267,2.647,5.924,5.917,5.924C1002.26,483.065,1004.917,480.408,1004.917,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,477.141c0-3.274-2.647-5.913-5.924-5.913c-3.271,0-5.914,2.64-5.914,5.913 c0,3.267,2.643,5.924,5.914,5.924C1016.775,483.065,1019.422,480.408,1019.422,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M1019.422,491.584c0-3.26-2.647-5.903-5.924-5.903c-3.271,0-5.914,2.643-5.914,5.903 c0,3.277,2.643,5.927,5.914,5.927C1016.775,497.511,1019.422,494.861,1019.422,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M758.256,491.584c0-3.26-2.647-5.903-5.914-5.903c-3.274,0-5.92,2.643-5.92,5.903 c0,3.277,2.647,5.927,5.92,5.927C755.609,497.511,758.256,494.861,758.256,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,491.584c0-3.26-2.657-5.903-5.921-5.903c-3.263,0-5.927,2.643-5.927,5.903 c0,3.277,2.664,5.927,5.927,5.927C770.117,497.511,772.774,494.861,772.774,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,491.584c0-3.26-2.647-5.903-5.917-5.903c-3.28,0-5.927,2.643-5.927,5.903 c0,3.277,2.647,5.927,5.927,5.927C784.636,497.511,787.283,494.861,787.283,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,491.584c0-3.26-2.654-5.903-5.917-5.903c-3.274,0-5.927,2.643-5.927,5.903 c0,3.277,2.654,5.927,5.927,5.927C799.134,497.511,801.788,494.861,801.788,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M816.303,491.584c0-3.26-2.653-5.903-5.924-5.903c-3.274,0-5.924,2.643-5.924,5.903 c0,3.277,2.65,5.927,5.924,5.927C813.649,497.511,816.303,494.861,816.303,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,491.584c0-3.26-2.654-5.903-5.921-5.903c-3.284,0-5.92,2.643-5.92,5.903 c0,3.277,2.636,5.927,5.92,5.927C828.157,497.511,830.811,494.861,830.811,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,491.584c0-3.26-2.657-5.903-5.927-5.903c-3.27,0-5.924,2.643-5.924,5.903 c0,3.277,2.654,5.927,5.924,5.927C842.662,497.511,845.319,494.861,845.319,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,491.584c0-3.26-2.653-5.903-5.917-5.903c-3.274,0-5.924,2.643-5.924,5.903 c0,3.277,2.65,5.927,5.924,5.927C857.171,497.511,859.824,494.861,859.824,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,491.584c0-3.26-2.65-5.903-5.924-5.903c-3.267,0-5.924,2.643-5.924,5.903 c0,3.277,2.657,5.927,5.924,5.927C871.686,497.511,874.336,494.861,874.336,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,491.584c0-3.26-2.647-5.903-5.917-5.903c-3.27,0-5.927,2.643-5.927,5.903 c0,3.277,2.657,5.927,5.927,5.927C886.194,497.511,888.841,494.861,888.841,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,491.584c0-3.26-2.65-5.903-5.924-5.903c-3.26,0-5.92,2.643-5.92,5.903 c0,3.277,2.66,5.927,5.92,5.927C900.699,497.511,903.349,494.861,903.349,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,491.584c0-3.26-2.643-5.903-5.924-5.903c-3.267,0-5.914,2.643-5.914,5.903 c0,3.277,2.647,5.927,5.914,5.927C915.217,497.511,917.861,494.861,917.861,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,491.584c0-3.26-2.647-5.903-5.92-5.903c-3.264,0-5.917,2.643-5.917,5.903 c0,3.277,2.653,5.927,5.917,5.927C929.719,497.511,932.366,494.861,932.366,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,491.584c0-3.26-2.654-5.903-5.924-5.903c-3.274,0-5.921,2.643-5.921,5.903 c0,3.277,2.647,5.927,5.921,5.927C944.224,497.511,946.877,494.861,946.877,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,491.584c0-3.26-2.657-5.903-5.924-5.903c-3.277,0-5.917,2.643-5.917,5.903 c0,3.277,2.64,5.927,5.917,5.927C958.732,497.511,961.389,494.861,961.389,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,491.584c0-3.26-2.653-5.903-5.917-5.903c-3.274,0-5.92,2.643-5.92,5.903 c0,3.277,2.647,5.927,5.92,5.927C973.24,497.511,975.894,494.861,975.894,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,491.584c0-3.26-2.653-5.903-5.924-5.903c-3.27,0-5.92,2.643-5.92,5.903 c0,3.277,2.65,5.927,5.92,5.927C987.755,497.511,990.409,494.861,990.409,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,491.584c0-3.26-2.657-5.903-5.931-5.903c-3.271,0-5.917,2.643-5.917,5.903 c0,3.277,2.647,5.927,5.917,5.927C1002.26,497.511,1004.917,494.861,1004.917,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M758.256,506.051c0-3.27-2.647-5.924-5.914-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.271,2.647,5.92,5.92,5.92C755.609,511.971,758.256,509.321,758.256,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M772.774,506.051c0-3.27-2.657-5.924-5.921-5.924c-3.263,0-5.927,2.654-5.927,5.924 c0,3.271,2.664,5.92,5.927,5.92C770.117,511.971,772.774,509.321,772.774,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M787.283,506.051c0-3.27-2.647-5.924-5.917-5.924c-3.28,0-5.927,2.654-5.927,5.924 c0,3.271,2.647,5.92,5.927,5.92C784.636,511.971,787.283,509.321,787.283,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M801.788,506.051c0-3.27-2.654-5.924-5.917-5.924c-3.274,0-5.927,2.654-5.927,5.924 c0,3.271,2.654,5.92,5.927,5.92C799.134,511.971,801.788,509.321,801.788,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='810.379' cy='506.051' r='5.924' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,506.051c0-3.27-2.654-5.924-5.921-5.924c-3.284,0-5.92,2.654-5.92,5.924 c0,3.271,2.636,5.92,5.92,5.92C828.157,511.971,830.811,509.321,830.811,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='839.394' cy='506.051' r='5.926' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,506.051c0-3.27-2.653-5.924-5.917-5.924c-3.274,0-5.924,2.654-5.924,5.924 c0,3.271,2.65,5.92,5.924,5.92C857.171,511.971,859.824,509.321,859.824,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M874.336,506.051c0-3.27-2.65-5.924-5.924-5.924c-3.267,0-5.924,2.654-5.924,5.924 c0,3.271,2.657,5.92,5.924,5.92C871.686,511.971,874.336,509.321,874.336,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,506.051c0-3.27-2.647-5.924-5.917-5.924c-3.27,0-5.927,2.654-5.927,5.924 c0,3.271,2.657,5.92,5.927,5.92C886.194,511.971,888.841,509.321,888.841,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,506.051c0-3.27-2.65-5.924-5.924-5.924c-3.26,0-5.92,2.654-5.92,5.924 c0,3.271,2.66,5.92,5.92,5.92C900.699,511.971,903.349,509.321,903.349,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,506.051c0-3.27-2.643-5.924-5.924-5.924c-3.267,0-5.914,2.654-5.914,5.924 c0,3.271,2.647,5.92,5.914,5.92C915.217,511.971,917.861,509.321,917.861,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,506.051c0-3.27-2.647-5.924-5.92-5.924c-3.264,0-5.917,2.654-5.917,5.924 c0,3.271,2.653,5.92,5.917,5.92C929.719,511.971,932.366,509.321,932.366,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,506.051c0-3.27-2.654-5.924-5.924-5.924c-3.274,0-5.921,2.654-5.921,5.924 c0,3.271,2.647,5.92,5.921,5.92C944.224,511.971,946.877,509.321,946.877,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,506.051c0-3.27-2.657-5.924-5.924-5.924c-3.277,0-5.917,2.654-5.917,5.924 c0,3.271,2.64,5.92,5.917,5.92C958.732,511.971,961.389,509.321,961.389,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,506.051c0-3.27-2.653-5.924-5.917-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.271,2.647,5.92,5.92,5.92C973.24,511.971,975.894,509.321,975.894,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,506.051c0-3.27-2.653-5.924-5.924-5.924c-3.27,0-5.92,2.654-5.92,5.924 c0,3.271,2.65,5.92,5.92,5.92C987.755,511.971,990.409,509.321,990.409,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,506.051c0-3.27-2.657-5.924-5.931-5.924c-3.271,0-5.917,2.654-5.917,5.924 c0,3.271,2.647,5.92,5.917,5.92C1002.26,511.971,1004.917,509.321,1004.917,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M946.877,520.504c0-3.277-2.654-5.917-5.924-5.917c-3.274,0-5.921,2.64-5.921,5.917 c0,3.271,2.647,5.924,5.921,5.924C944.224,526.428,946.877,523.775,946.877,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,520.504c0-3.277-2.657-5.917-5.924-5.917c-3.277,0-5.917,2.64-5.917,5.917 c0,3.271,2.64,5.924,5.917,5.924C958.732,526.428,961.389,523.775,961.389,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,520.504c0-3.277-2.653-5.917-5.924-5.917c-3.27,0-5.92,2.64-5.92,5.917 c0,3.271,2.65,5.924,5.92,5.924C987.755,526.428,990.409,523.775,990.409,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,534.961c0-3.274-2.654-5.924-5.924-5.924c-3.274,0-5.921,2.65-5.921,5.924 c0,3.271,2.647,5.914,5.921,5.914C944.224,540.874,946.877,538.231,946.877,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,534.961c0-3.274-2.657-5.924-5.924-5.924c-3.277,0-5.917,2.65-5.917,5.924 c0,3.271,2.64,5.914,5.917,5.914C958.732,540.874,961.389,538.231,961.389,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,534.961c0-3.274-2.653-5.924-5.924-5.924c-3.27,0-5.92,2.65-5.92,5.924 c0,3.271,2.65,5.914,5.92,5.914C987.755,540.874,990.409,538.231,990.409,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,549.414c0-3.271-2.654-5.931-5.924-5.931c-3.274,0-5.921,2.66-5.921,5.931 c0,3.26,2.647,5.917,5.921,5.917C944.224,555.331,946.877,552.674,946.877,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,549.414c0-3.271-2.657-5.931-5.924-5.931c-3.277,0-5.917,2.66-5.917,5.931 c0,3.26,2.64,5.917,5.917,5.917C958.732,555.331,961.389,552.674,961.389,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,563.86c0-3.267-2.654-5.907-5.924-5.907c-3.274,0-5.921,2.64-5.921,5.907 c0,3.27,2.647,5.938,5.921,5.938C944.224,569.798,946.877,567.13,946.877,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,563.86c0-3.267-2.657-5.907-5.924-5.907c-3.277,0-5.917,2.64-5.917,5.907 c0,3.27,2.64,5.938,5.917,5.938C958.732,569.798,961.389,567.13,961.389,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,578.324c0-3.267-2.654-5.924-5.924-5.924c-3.274,0-5.921,2.657-5.921,5.924 c0,3.263,2.647,5.914,5.921,5.914C944.224,584.237,946.877,581.587,946.877,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M830.811,592.78c0-3.277-2.654-5.931-5.921-5.931c-3.284,0-5.92,2.654-5.92,5.931 c0,3.263,2.636,5.924,5.92,5.924C828.157,598.704,830.811,596.044,830.811,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,592.78c0-3.277-2.657-5.931-5.927-5.931c-3.27,0-5.924,2.654-5.924,5.931 c0,3.263,2.654,5.924,5.924,5.924C842.662,598.704,845.319,596.044,845.319,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M859.824,592.78c0-3.277-2.653-5.931-5.917-5.931c-3.274,0-5.924,2.654-5.924,5.931 c0,3.263,2.65,5.924,5.924,5.924C857.171,598.704,859.824,596.044,859.824,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,592.78c0-3.277-2.647-5.931-5.917-5.931c-3.27,0-5.927,2.654-5.927,5.931 c0,3.263,2.657,5.924,5.927,5.924C886.194,598.704,888.841,596.044,888.841,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,592.78c0-3.277-2.65-5.931-5.924-5.931c-3.26,0-5.92,2.654-5.92,5.931 c0,3.263,2.66,5.924,5.92,5.924C900.699,598.704,903.349,596.044,903.349,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,592.78c0-3.277-2.643-5.931-5.924-5.931c-3.267,0-5.914,2.654-5.914,5.931 c0,3.263,2.647,5.924,5.914,5.924C915.217,598.704,917.861,596.044,917.861,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,607.226c0-3.27-2.654-5.931-5.921-5.931c-3.284,0-5.92,2.661-5.92,5.931 c0,3.274,2.636,5.924,5.92,5.924C828.157,613.15,830.811,610.5,830.811,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,607.226c0-3.27-2.657-5.931-5.927-5.931c-3.27,0-5.924,2.661-5.924,5.931 c0,3.274,2.654,5.924,5.924,5.924C842.662,613.15,845.319,610.5,845.319,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M888.841,607.226c0-3.27-2.647-5.931-5.917-5.931c-3.27,0-5.927,2.661-5.927,5.931 c0,3.274,2.657,5.924,5.927,5.924C886.194,613.15,888.841,610.5,888.841,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,607.226c0-3.27-2.65-5.931-5.924-5.931c-3.26,0-5.92,2.661-5.92,5.931 c0,3.274,2.66,5.924,5.92,5.924C900.699,613.15,903.349,610.5,903.349,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,607.226c0-3.27-2.643-5.931-5.924-5.931c-3.267,0-5.914,2.661-5.914,5.931 c0,3.274,2.647,5.924,5.914,5.924C915.217,613.15,917.861,610.5,917.861,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,607.226c0-3.27-2.647-5.931-5.92-5.931c-3.264,0-5.917,2.661-5.917,5.931 c0,3.274,2.653,5.924,5.917,5.924C929.719,613.15,932.366,610.5,932.366,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,621.683c0-3.263-2.654-5.924-5.921-5.924c-3.284,0-5.92,2.66-5.92,5.924 c0,3.267,2.636,5.927,5.92,5.927C828.157,627.61,830.811,624.95,830.811,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M845.319,621.683c0-3.263-2.657-5.924-5.927-5.924c-3.27,0-5.924,2.66-5.924,5.924 c0,3.267,2.654,5.927,5.924,5.927C842.662,627.61,845.319,624.95,845.319,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,621.683c0-3.263-2.65-5.924-5.924-5.924c-3.26,0-5.92,2.66-5.92,5.924 c0,3.267,2.66,5.927,5.92,5.927C900.699,627.61,903.349,624.95,903.349,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,621.683c0-3.263-2.643-5.924-5.924-5.924c-3.267,0-5.914,2.66-5.914,5.924 c0,3.267,2.647,5.927,5.914,5.927C915.217,627.61,917.861,624.95,917.861,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,621.683c0-3.263-2.647-5.924-5.92-5.924c-3.264,0-5.917,2.66-5.917,5.924 c0,3.267,2.653,5.927,5.917,5.927C929.719,627.61,932.366,624.95,932.366,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M830.811,636.136c0-3.271-2.654-5.92-5.921-5.92c-3.284,0-5.92,2.65-5.92,5.92 c0,3.271,2.636,5.927,5.92,5.927C828.157,642.064,830.811,639.407,830.811,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,636.136c0-3.271-2.65-5.92-5.924-5.92c-3.26,0-5.92,2.65-5.92,5.92 c0,3.271,2.66,5.927,5.92,5.927C900.699,642.064,903.349,639.407,903.349,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,650.582c0-3.256-2.643-5.917-5.924-5.917c-3.267,0-5.914,2.66-5.914,5.917 c0,3.278,2.647,5.924,5.914,5.924C915.217,656.507,917.861,653.86,917.861,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M642.193,549.414c0-3.271-2.65-5.931-5.921-5.931c-3.27,0-5.92,2.66-5.92,5.931 c0,3.26,2.65,5.917,5.92,5.917C639.543,555.331,642.193,552.674,642.193,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,549.414c0-3.271-2.647-5.931-5.917-5.931c-3.274,0-5.917,2.66-5.917,5.931 c0,3.26,2.643,5.917,5.917,5.917C654.051,555.331,656.698,552.674,656.698,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,549.414c0-3.271-2.65-5.931-5.921-5.931c-3.263,0-5.917,2.66-5.917,5.931 c0,3.26,2.653,5.917,5.917,5.917C668.556,555.331,671.206,552.674,671.206,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,549.414c0-3.271-2.66-5.931-5.924-5.931c-3.267,0-5.924,2.66-5.924,5.931 c0,3.26,2.657,5.917,5.924,5.917C683.061,555.331,685.721,552.674,685.721,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M743.751,722.859c0-3.263-2.654-5.92-5.917-5.92c-3.27,0-5.92,2.657-5.92,5.92 c0,3.277,2.65,5.917,5.92,5.917C741.097,728.775,743.751,726.136,743.751,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,737.312c0-3.263-2.653-5.914-5.927-5.914c-3.26,0-5.917,2.65-5.917,5.914 c0,3.271,2.657,5.924,5.917,5.924C726.593,743.236,729.246,740.582,729.246,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,737.312c0-3.263-2.654-5.914-5.917-5.914c-3.27,0-5.92,2.65-5.92,5.914 c0,3.271,2.65,5.924,5.92,5.924C741.097,743.236,743.751,740.582,743.751,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,751.775c0-3.284-2.653-5.934-5.927-5.934c-3.26,0-5.917,2.65-5.917,5.934 c0,3.271,2.657,5.91,5.917,5.91C726.593,757.685,729.246,755.046,729.246,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M743.751,621.683c0-3.263-2.654-5.924-5.917-5.924c-3.27,0-5.92,2.66-5.92,5.924 c0,3.267,2.65,5.927,5.92,5.927C741.097,627.61,743.751,624.95,743.751,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M584.156,534.961c0-3.274-2.654-5.924-5.91-5.924c-3.274,0-5.927,2.65-5.927,5.924 c0,3.271,2.653,5.914,5.927,5.914C581.503,540.874,584.156,538.231,584.156,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M598.665,534.961c0-3.274-2.65-5.924-5.92-5.924c-3.267,0-5.924,2.65-5.924,5.924 c0,3.271,2.657,5.914,5.924,5.914C596.014,540.874,598.665,538.231,598.665,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,534.961c0-3.274-2.65-5.924-5.917-5.924c-3.271,0-5.921,2.65-5.921,5.924 c0,3.271,2.65,5.914,5.921,5.914C610.523,540.874,613.173,538.231,613.173,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,549.414c0-3.271-2.647-5.931-5.914-5.931c-3.274,0-5.924,2.66-5.924,5.931 c0,3.26,2.65,5.917,5.924,5.917C566.998,555.331,569.645,552.674,569.645,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,549.414c0-3.271-2.654-5.931-5.91-5.931c-3.274,0-5.927,2.66-5.927,5.931 c0,3.26,2.653,5.917,5.927,5.917C581.503,555.331,584.156,552.674,584.156,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M598.665,549.414c0-3.271-2.65-5.931-5.92-5.931c-3.267,0-5.924,2.66-5.924,5.931 c0,3.26,2.657,5.917,5.924,5.917C596.014,555.331,598.665,552.674,598.665,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,549.414c0-3.271-2.65-5.931-5.917-5.931c-3.271,0-5.921,2.66-5.921,5.931 c0,3.26,2.65,5.917,5.921,5.917C610.523,555.331,613.173,552.674,613.173,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,549.414c0-3.271-2.65-5.931-5.924-5.931c-3.274,0-5.92,2.66-5.92,5.931 c0,3.26,2.647,5.917,5.92,5.917C625.035,555.331,627.685,552.674,627.685,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M555.143,563.86c0-3.267-2.657-5.907-5.924-5.907c-3.271,0-5.917,2.64-5.917,5.907 c0,3.27,2.647,5.938,5.917,5.938C552.486,569.798,555.143,567.13,555.143,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,563.86c0-3.267-2.647-5.907-5.914-5.907c-3.274,0-5.924,2.64-5.924,5.907 c0,3.27,2.65,5.938,5.924,5.938C566.998,569.798,569.645,567.13,569.645,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,563.86c0-3.267-2.654-5.907-5.91-5.907c-3.274,0-5.927,2.64-5.927,5.907 c0,3.27,2.653,5.938,5.927,5.938C581.503,569.798,584.156,567.13,584.156,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M598.665,563.86c0-3.267-2.65-5.907-5.92-5.907c-3.267,0-5.924,2.64-5.924,5.907 c0,3.27,2.657,5.938,5.924,5.938C596.014,569.798,598.665,567.13,598.665,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,563.86c0-3.267-2.65-5.907-5.917-5.907c-3.271,0-5.921,2.64-5.921,5.907 c0,3.27,2.65,5.938,5.921,5.938C610.523,569.798,613.173,567.13,613.173,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,563.86c0-3.267-2.65-5.907-5.924-5.907c-3.274,0-5.92,2.64-5.92,5.907 c0,3.27,2.647,5.938,5.92,5.938C625.035,569.798,627.685,567.13,627.685,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,563.86c0-3.267-2.65-5.907-5.921-5.907c-3.27,0-5.92,2.64-5.92,5.907 c0,3.27,2.65,5.938,5.92,5.938C639.543,569.798,642.193,567.13,642.193,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,563.86c0-3.267-2.647-5.907-5.917-5.907c-3.274,0-5.917,2.64-5.917,5.907 c0,3.27,2.643,5.938,5.917,5.938C654.051,569.798,656.698,567.13,656.698,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,563.86c0-3.267-2.65-5.907-5.921-5.907c-3.263,0-5.917,2.64-5.917,5.907 c0,3.27,2.653,5.938,5.917,5.938C668.556,569.798,671.206,567.13,671.206,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,563.86c0-3.267-2.66-5.907-5.924-5.907c-3.267,0-5.924,2.64-5.924,5.907 c0,3.27,2.657,5.938,5.924,5.938C683.061,569.798,685.721,567.13,685.721,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,563.86c0-3.267-2.657-5.907-5.924-5.907c-3.271,0-5.921,2.64-5.921,5.907 c0,3.27,2.65,5.938,5.921,5.938C697.573,569.798,700.23,567.13,700.23,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M540.632,578.324c0-3.267-2.657-5.924-5.924-5.924c-3.263,0-5.917,2.657-5.917,5.924 c0,3.263,2.654,5.914,5.917,5.914C537.975,584.237,540.632,581.587,540.632,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M555.143,578.324c0-3.267-2.657-5.924-5.924-5.924c-3.271,0-5.917,2.657-5.917,5.924 c0,3.263,2.647,5.914,5.917,5.914C552.486,584.237,555.143,581.587,555.143,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,578.324c0-3.267-2.647-5.924-5.914-5.924c-3.274,0-5.924,2.657-5.924,5.924 c0,3.263,2.65,5.914,5.924,5.914C566.998,584.237,569.645,581.587,569.645,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,578.324c0-3.267-2.654-5.924-5.91-5.924c-3.274,0-5.927,2.657-5.927,5.924 c0,3.263,2.653,5.914,5.927,5.914C581.503,584.237,584.156,581.587,584.156,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M598.665,578.324c0-3.267-2.65-5.924-5.92-5.924c-3.267,0-5.924,2.657-5.924,5.924 c0,3.263,2.657,5.914,5.924,5.914C596.014,584.237,598.665,581.587,598.665,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,578.324c0-3.267-2.65-5.924-5.917-5.924c-3.271,0-5.921,2.657-5.921,5.924 c0,3.263,2.65,5.914,5.921,5.914C610.523,584.237,613.173,581.587,613.173,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,578.324c0-3.267-2.65-5.924-5.924-5.924c-3.274,0-5.92,2.657-5.92,5.924 c0,3.263,2.647,5.914,5.92,5.914C625.035,584.237,627.685,581.587,627.685,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,578.324c0-3.267-2.65-5.924-5.921-5.924c-3.27,0-5.92,2.657-5.92,5.924 c0,3.263,2.65,5.914,5.92,5.914C639.543,584.237,642.193,581.587,642.193,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,578.324c0-3.267-2.647-5.924-5.917-5.924c-3.274,0-5.917,2.657-5.917,5.924 c0,3.263,2.643,5.914,5.917,5.914C654.051,584.237,656.698,581.587,656.698,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,578.324c0-3.267-2.65-5.924-5.921-5.924c-3.263,0-5.917,2.657-5.917,5.924 c0,3.263,2.653,5.914,5.917,5.914C668.556,584.237,671.206,581.587,671.206,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,578.324c0-3.267-2.66-5.924-5.924-5.924c-3.267,0-5.924,2.657-5.924,5.924 c0,3.263,2.657,5.914,5.924,5.914C683.061,584.237,685.721,581.587,685.721,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,578.324c0-3.267-2.657-5.924-5.924-5.924c-3.271,0-5.921,2.657-5.921,5.924 c0,3.263,2.65,5.914,5.921,5.914C697.573,584.237,700.23,581.587,700.23,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M540.632,592.78c0-3.277-2.657-5.931-5.924-5.931c-3.263,0-5.917,2.654-5.917,5.931 c0,3.263,2.654,5.924,5.917,5.924C537.975,598.704,540.632,596.044,540.632,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M555.143,592.78c0-3.277-2.657-5.931-5.924-5.931c-3.271,0-5.917,2.654-5.917,5.931 c0,3.263,2.647,5.924,5.917,5.924C552.486,598.704,555.143,596.044,555.143,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,592.78c0-3.277-2.647-5.931-5.914-5.931c-3.274,0-5.924,2.654-5.924,5.931 c0,3.263,2.65,5.924,5.924,5.924C566.998,598.704,569.645,596.044,569.645,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,592.78c0-3.277-2.654-5.931-5.91-5.931c-3.274,0-5.927,2.654-5.927,5.931 c0,3.263,2.653,5.924,5.927,5.924C581.503,598.704,584.156,596.044,584.156,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M598.665,592.78c0-3.277-2.65-5.931-5.92-5.931c-3.267,0-5.924,2.654-5.924,5.931 c0,3.263,2.657,5.924,5.924,5.924C596.014,598.704,598.665,596.044,598.665,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,592.78c0-3.277-2.65-5.931-5.917-5.931c-3.271,0-5.921,2.654-5.921,5.931 c0,3.263,2.65,5.924,5.921,5.924C610.523,598.704,613.173,596.044,613.173,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,592.78c0-3.277-2.65-5.931-5.924-5.931c-3.274,0-5.92,2.654-5.92,5.931 c0,3.263,2.647,5.924,5.92,5.924C625.035,598.704,627.685,596.044,627.685,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,592.78c0-3.277-2.65-5.931-5.921-5.931c-3.27,0-5.92,2.654-5.92,5.931 c0,3.263,2.65,5.924,5.92,5.924C639.543,598.704,642.193,596.044,642.193,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,592.78c0-3.277-2.647-5.931-5.917-5.931c-3.274,0-5.917,2.654-5.917,5.931 c0,3.263,2.643,5.924,5.917,5.924C654.051,598.704,656.698,596.044,656.698,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,592.78c0-3.277-2.65-5.931-5.921-5.931c-3.263,0-5.917,2.654-5.917,5.931 c0,3.263,2.653,5.924,5.917,5.924C668.556,598.704,671.206,596.044,671.206,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,592.78c0-3.277-2.66-5.931-5.924-5.931c-3.267,0-5.924,2.654-5.924,5.931 c0,3.263,2.657,5.924,5.924,5.924C683.061,598.704,685.721,596.044,685.721,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,592.78c0-3.277-2.657-5.931-5.924-5.931c-3.271,0-5.921,2.654-5.921,5.931 c0,3.263,2.65,5.924,5.921,5.924C697.573,598.704,700.23,596.044,700.23,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M540.632,607.226c0-3.27-2.657-5.931-5.924-5.931c-3.263,0-5.917,2.661-5.917,5.931 c0,3.274,2.654,5.924,5.917,5.924C537.975,613.15,540.632,610.5,540.632,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M555.143,607.226c0-3.27-2.657-5.931-5.924-5.931c-3.271,0-5.917,2.661-5.917,5.931 c0,3.274,2.647,5.924,5.917,5.924C552.486,613.15,555.143,610.5,555.143,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,607.226c0-3.27-2.647-5.931-5.914-5.931c-3.274,0-5.924,2.661-5.924,5.931 c0,3.274,2.65,5.924,5.924,5.924C566.998,613.15,569.645,610.5,569.645,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,607.226c0-3.27-2.654-5.931-5.91-5.931c-3.274,0-5.927,2.661-5.927,5.931 c0,3.274,2.653,5.924,5.927,5.924C581.503,613.15,584.156,610.5,584.156,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M598.665,607.226c0-3.27-2.65-5.931-5.92-5.931c-3.267,0-5.924,2.661-5.924,5.931 c0,3.274,2.657,5.924,5.924,5.924C596.014,613.15,598.665,610.5,598.665,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,607.226c0-3.27-2.65-5.931-5.917-5.931c-3.271,0-5.921,2.661-5.921,5.931 c0,3.274,2.65,5.924,5.921,5.924C610.523,613.15,613.173,610.5,613.173,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,607.226c0-3.27-2.65-5.931-5.924-5.931c-3.274,0-5.92,2.661-5.92,5.931 c0,3.274,2.647,5.924,5.92,5.924C625.035,613.15,627.685,610.5,627.685,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,607.226c0-3.27-2.65-5.931-5.921-5.931c-3.27,0-5.92,2.661-5.92,5.931 c0,3.274,2.65,5.924,5.92,5.924C639.543,613.15,642.193,610.5,642.193,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,607.226c0-3.27-2.647-5.931-5.917-5.931c-3.274,0-5.917,2.661-5.917,5.931 c0,3.274,2.643,5.924,5.917,5.924C654.051,613.15,656.698,610.5,656.698,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,607.226c0-3.27-2.65-5.931-5.921-5.931c-3.263,0-5.917,2.661-5.917,5.931 c0,3.274,2.653,5.924,5.917,5.924C668.556,613.15,671.206,610.5,671.206,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,607.226c0-3.27-2.66-5.931-5.924-5.931c-3.267,0-5.924,2.661-5.924,5.931 c0,3.274,2.657,5.924,5.924,5.924C683.061,613.15,685.721,610.5,685.721,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,607.226c0-3.27-2.657-5.931-5.924-5.931c-3.271,0-5.921,2.661-5.921,5.931 c0,3.274,2.65,5.924,5.921,5.924C697.573,613.15,700.23,610.5,700.23,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,607.226c0-3.27-2.65-5.931-5.924-5.931c-3.26,0-5.914,2.661-5.914,5.931 c0,3.274,2.654,5.924,5.914,5.924C712.084,613.15,714.734,610.5,714.734,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M540.632,621.683c0-3.263-2.657-5.924-5.924-5.924c-3.263,0-5.917,2.66-5.917,5.924 c0,3.267,2.654,5.927,5.917,5.927C537.975,627.61,540.632,624.95,540.632,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M555.143,621.683c0-3.263-2.657-5.924-5.924-5.924c-3.271,0-5.917,2.66-5.917,5.924 c0,3.267,2.647,5.927,5.917,5.927C552.486,627.61,555.143,624.95,555.143,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,621.683c0-3.263-2.647-5.924-5.914-5.924c-3.274,0-5.924,2.66-5.924,5.924 c0,3.267,2.65,5.927,5.924,5.927C566.998,627.61,569.645,624.95,569.645,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,621.683c0-3.263-2.654-5.924-5.91-5.924c-3.274,0-5.927,2.66-5.927,5.924 c0,3.267,2.653,5.927,5.927,5.927C581.503,627.61,584.156,624.95,584.156,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M598.665,621.683c0-3.263-2.65-5.924-5.92-5.924c-3.267,0-5.924,2.66-5.924,5.924 c0,3.267,2.657,5.927,5.924,5.927C596.014,627.61,598.665,624.95,598.665,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,621.683c0-3.263-2.65-5.924-5.917-5.924c-3.271,0-5.921,2.66-5.921,5.924 c0,3.267,2.65,5.927,5.921,5.927C610.523,627.61,613.173,624.95,613.173,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,621.683c0-3.263-2.65-5.924-5.924-5.924c-3.274,0-5.92,2.66-5.92,5.924 c0,3.267,2.647,5.927,5.92,5.927C625.035,627.61,627.685,624.95,627.685,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,621.683c0-3.263-2.65-5.924-5.921-5.924c-3.27,0-5.92,2.66-5.92,5.924 c0,3.267,2.65,5.927,5.92,5.927C639.543,627.61,642.193,624.95,642.193,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,621.683c0-3.263-2.647-5.924-5.917-5.924c-3.274,0-5.917,2.66-5.917,5.924 c0,3.267,2.643,5.927,5.917,5.927C654.051,627.61,656.698,624.95,656.698,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,621.683c0-3.263-2.65-5.924-5.921-5.924c-3.263,0-5.917,2.66-5.917,5.924 c0,3.267,2.653,5.927,5.917,5.927C668.556,627.61,671.206,624.95,671.206,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,621.683c0-3.263-2.66-5.924-5.924-5.924c-3.267,0-5.924,2.66-5.924,5.924 c0,3.267,2.657,5.927,5.924,5.927C683.061,627.61,685.721,624.95,685.721,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,621.683c0-3.263-2.657-5.924-5.924-5.924c-3.271,0-5.921,2.66-5.921,5.924 c0,3.267,2.65,5.927,5.921,5.927C697.573,627.61,700.23,624.95,700.23,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,621.683c0-3.263-2.65-5.924-5.924-5.924c-3.26,0-5.914,2.66-5.914,5.924 c0,3.267,2.654,5.927,5.914,5.927C712.084,627.61,714.734,624.95,714.734,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,621.683c0-3.263-2.653-5.924-5.927-5.924c-3.26,0-5.917,2.66-5.917,5.924 c0,3.267,2.657,5.927,5.917,5.927C726.593,627.61,729.246,624.95,729.246,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M555.143,636.136c0-3.271-2.657-5.92-5.924-5.92c-3.271,0-5.917,2.65-5.917,5.92 c0,3.271,2.647,5.927,5.917,5.927C552.486,642.064,555.143,639.407,555.143,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M569.645,636.136c0-3.271-2.647-5.92-5.914-5.92c-3.274,0-5.924,2.65-5.924,5.92 c0,3.271,2.65,5.927,5.924,5.927C566.998,642.064,569.645,639.407,569.645,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M584.156,636.136c0-3.271-2.654-5.92-5.91-5.92c-3.274,0-5.927,2.65-5.927,5.92 c0,3.271,2.653,5.927,5.927,5.927C581.503,642.064,584.156,639.407,584.156,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M598.665,636.136c0-3.271-2.65-5.92-5.92-5.92c-3.267,0-5.924,2.65-5.924,5.92 c0,3.271,2.657,5.927,5.924,5.927C596.014,642.064,598.665,639.407,598.665,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M613.173,636.136c0-3.271-2.65-5.92-5.917-5.92c-3.271,0-5.921,2.65-5.921,5.92 c0,3.271,2.65,5.927,5.921,5.927C610.523,642.064,613.173,639.407,613.173,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,636.136c0-3.271-2.65-5.92-5.924-5.92c-3.274,0-5.92,2.65-5.92,5.92 c0,3.271,2.647,5.927,5.92,5.927C625.035,642.064,627.685,639.407,627.685,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='636.273' cy='636.136' r='5.921' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,636.136c0-3.271-2.647-5.92-5.917-5.92c-3.274,0-5.917,2.65-5.917,5.92 c0,3.271,2.643,5.927,5.917,5.927C654.051,642.064,656.698,639.407,656.698,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,636.136c0-3.271-2.65-5.92-5.921-5.92c-3.263,0-5.917,2.65-5.917,5.92 c0,3.271,2.653,5.927,5.917,5.927C668.556,642.064,671.206,639.407,671.206,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,636.136c0-3.271-2.66-5.92-5.924-5.92c-3.267,0-5.924,2.65-5.924,5.92 c0,3.271,2.657,5.927,5.924,5.927C683.061,642.064,685.721,639.407,685.721,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,636.136c0-3.271-2.657-5.92-5.924-5.92c-3.271,0-5.921,2.65-5.921,5.92 c0,3.271,2.65,5.927,5.921,5.927C697.573,642.064,700.23,639.407,700.23,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,636.136c0-3.271-2.65-5.92-5.924-5.92c-3.26,0-5.914,2.65-5.914,5.92 c0,3.271,2.654,5.927,5.914,5.927C712.084,642.064,714.734,639.407,714.734,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,636.136c0-3.271-2.653-5.92-5.927-5.92c-3.26,0-5.917,2.65-5.917,5.92 c0,3.271,2.657,5.927,5.917,5.927C726.593,642.064,729.246,639.407,729.246,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M743.751,636.136c0-3.271-2.654-5.92-5.917-5.92c-3.27,0-5.92,2.65-5.92,5.92 c0,3.271,2.65,5.927,5.92,5.927C741.097,642.064,743.751,639.407,743.751,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M627.685,650.582c0-3.256-2.65-5.917-5.924-5.917c-3.274,0-5.92,2.66-5.92,5.917 c0,3.278,2.647,5.924,5.92,5.924C625.035,656.507,627.685,653.86,627.685,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,650.582c0-3.256-2.65-5.917-5.921-5.917c-3.27,0-5.92,2.66-5.92,5.917 c0,3.278,2.65,5.924,5.92,5.924C639.543,656.507,642.193,653.86,642.193,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,650.582c0-3.256-2.647-5.917-5.917-5.917c-3.274,0-5.917,2.66-5.917,5.917 c0,3.278,2.643,5.924,5.917,5.924C654.051,656.507,656.698,653.86,656.698,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,650.582c0-3.256-2.65-5.917-5.921-5.917c-3.263,0-5.917,2.66-5.917,5.917 c0,3.278,2.653,5.924,5.917,5.924C668.556,656.507,671.206,653.86,671.206,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,650.582c0-3.256-2.66-5.917-5.924-5.917c-3.267,0-5.924,2.66-5.924,5.917 c0,3.278,2.657,5.924,5.924,5.924C683.061,656.507,685.721,653.86,685.721,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,650.582c0-3.256-2.657-5.917-5.924-5.917c-3.271,0-5.921,2.66-5.921,5.917 c0,3.278,2.65,5.924,5.921,5.924C697.573,656.507,700.23,653.86,700.23,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,650.582c0-3.256-2.65-5.917-5.924-5.917c-3.26,0-5.914,2.66-5.914,5.917 c0,3.278,2.654,5.924,5.914,5.924C712.084,656.507,714.734,653.86,714.734,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M729.246,650.582c0-3.256-2.653-5.917-5.927-5.917c-3.26,0-5.917,2.66-5.917,5.917 c0,3.278,2.657,5.924,5.917,5.924C726.593,656.507,729.246,653.86,729.246,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,665.039c0-3.27-2.65-5.917-5.924-5.917c-3.274,0-5.92,2.647-5.92,5.917 c0,3.274,2.647,5.921,5.92,5.921C625.035,670.96,627.685,668.313,627.685,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,665.039c0-3.27-2.65-5.917-5.921-5.917c-3.27,0-5.92,2.647-5.92,5.917 c0,3.274,2.65,5.921,5.92,5.921C639.543,670.96,642.193,668.313,642.193,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,665.039c0-3.27-2.647-5.917-5.917-5.917c-3.274,0-5.917,2.647-5.917,5.917 c0,3.274,2.643,5.921,5.917,5.921C654.051,670.96,656.698,668.313,656.698,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,665.039c0-3.27-2.65-5.917-5.921-5.917c-3.263,0-5.917,2.647-5.917,5.917 c0,3.274,2.653,5.921,5.917,5.921C668.556,670.96,671.206,668.313,671.206,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,665.039c0-3.27-2.66-5.917-5.924-5.917c-3.267,0-5.924,2.647-5.924,5.917 c0,3.274,2.657,5.921,5.924,5.921C683.061,670.96,685.721,668.313,685.721,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,665.039c0-3.27-2.657-5.917-5.924-5.917c-3.271,0-5.921,2.647-5.921,5.917 c0,3.274,2.65,5.921,5.921,5.921C697.573,670.96,700.23,668.313,700.23,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,665.039c0-3.27-2.65-5.917-5.924-5.917c-3.26,0-5.914,2.647-5.914,5.917 c0,3.274,2.654,5.921,5.914,5.921C712.084,670.96,714.734,668.313,714.734,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M627.685,679.503c0-3.274-2.65-5.934-5.924-5.934c-3.274,0-5.92,2.66-5.92,5.934 c0,3.267,2.647,5.91,5.92,5.91C625.035,685.413,627.685,682.769,627.685,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,679.503c0-3.274-2.65-5.934-5.921-5.934c-3.27,0-5.92,2.66-5.92,5.934 c0,3.267,2.65,5.91,5.92,5.91C639.543,685.413,642.193,682.769,642.193,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,679.503c0-3.274-2.647-5.934-5.917-5.934c-3.274,0-5.917,2.66-5.917,5.934 c0,3.267,2.643,5.91,5.917,5.91C654.051,685.413,656.698,682.769,656.698,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,679.503c0-3.274-2.65-5.934-5.921-5.934c-3.263,0-5.917,2.66-5.917,5.934 c0,3.267,2.653,5.91,5.917,5.91C668.556,685.413,671.206,682.769,671.206,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,679.503c0-3.274-2.66-5.934-5.924-5.934c-3.267,0-5.924,2.66-5.924,5.934 c0,3.267,2.657,5.91,5.924,5.91C683.061,685.413,685.721,682.769,685.721,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,679.503c0-3.274-2.657-5.934-5.924-5.934c-3.271,0-5.921,2.66-5.921,5.934 c0,3.267,2.65,5.91,5.921,5.91C697.573,685.413,700.23,682.769,700.23,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,679.503c0-3.274-2.65-5.934-5.924-5.934c-3.26,0-5.914,2.66-5.914,5.934 c0,3.267,2.654,5.91,5.914,5.91C712.084,685.413,714.734,682.769,714.734,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,693.949c0-3.256-2.65-5.92-5.921-5.92c-3.27,0-5.92,2.664-5.92,5.92 c0,3.274,2.65,5.924,5.92,5.924C639.543,699.873,642.193,697.222,642.193,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,693.949c0-3.256-2.647-5.92-5.917-5.92c-3.274,0-5.917,2.664-5.917,5.92 c0,3.274,2.643,5.924,5.917,5.924C654.051,699.873,656.698,697.222,656.698,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,693.949c0-3.256-2.65-5.92-5.921-5.92c-3.263,0-5.917,2.664-5.917,5.92 c0,3.274,2.653,5.924,5.917,5.924C668.556,699.873,671.206,697.222,671.206,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,693.949c0-3.256-2.66-5.92-5.924-5.92c-3.267,0-5.924,2.664-5.924,5.92 c0,3.274,2.657,5.924,5.924,5.924C683.061,699.873,685.721,697.222,685.721,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,693.949c0-3.256-2.657-5.92-5.924-5.92c-3.271,0-5.921,2.664-5.921,5.92 c0,3.274,2.65,5.924,5.921,5.924C697.573,699.873,700.23,697.222,700.23,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,693.949c0-3.256-2.65-5.92-5.924-5.92c-3.26,0-5.914,2.664-5.914,5.92 c0,3.274,2.654,5.924,5.914,5.924C712.084,699.873,714.734,697.222,714.734,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,708.412c0-3.27-2.65-5.924-5.921-5.924c-3.27,0-5.92,2.654-5.92,5.924 c0,3.271,2.65,5.914,5.92,5.914C639.543,714.326,642.193,711.683,642.193,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,708.412c0-3.27-2.647-5.924-5.917-5.924c-3.274,0-5.917,2.654-5.917,5.924 c0,3.271,2.643,5.914,5.917,5.914C654.051,714.326,656.698,711.683,656.698,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,708.412c0-3.27-2.65-5.924-5.921-5.924c-3.263,0-5.917,2.654-5.917,5.924 c0,3.271,2.653,5.914,5.917,5.914C668.556,714.326,671.206,711.683,671.206,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,708.412c0-3.27-2.66-5.924-5.924-5.924c-3.267,0-5.924,2.654-5.924,5.924 c0,3.271,2.657,5.914,5.924,5.914C683.061,714.326,685.721,711.683,685.721,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,708.412c0-3.27-2.657-5.924-5.924-5.924c-3.271,0-5.921,2.654-5.921,5.924 c0,3.271,2.65,5.914,5.921,5.914C697.573,714.326,700.23,711.683,700.23,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,708.412c0-3.27-2.65-5.924-5.924-5.924c-3.26,0-5.914,2.654-5.914,5.924 c0,3.271,2.654,5.914,5.914,5.914C712.084,714.326,714.734,711.683,714.734,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M627.685,722.859c0-3.263-2.65-5.92-5.924-5.92c-3.274,0-5.92,2.657-5.92,5.92 c0,3.277,2.647,5.917,5.92,5.917C625.035,728.775,627.685,726.136,627.685,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,722.859c0-3.263-2.65-5.92-5.921-5.92c-3.27,0-5.92,2.657-5.92,5.92 c0,3.277,2.65,5.917,5.92,5.917C639.543,728.775,642.193,726.136,642.193,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,722.859c0-3.263-2.647-5.92-5.917-5.92c-3.274,0-5.917,2.657-5.917,5.92 c0,3.277,2.643,5.917,5.917,5.917C654.051,728.775,656.698,726.136,656.698,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,722.859c0-3.263-2.65-5.92-5.921-5.92c-3.263,0-5.917,2.657-5.917,5.92 c0,3.277,2.653,5.917,5.917,5.917C668.556,728.775,671.206,726.136,671.206,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,722.859c0-3.263-2.66-5.92-5.924-5.92c-3.267,0-5.924,2.657-5.924,5.92 c0,3.277,2.657,5.917,5.924,5.917C683.061,728.775,685.721,726.136,685.721,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,722.859c0-3.263-2.657-5.92-5.924-5.92c-3.271,0-5.921,2.657-5.921,5.92 c0,3.277,2.65,5.917,5.921,5.917C697.573,728.775,700.23,726.136,700.23,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M714.734,722.859c0-3.263-2.65-5.92-5.924-5.92c-3.26,0-5.914,2.657-5.914,5.92 c0,3.277,2.654,5.917,5.914,5.917C712.084,728.775,714.734,726.136,714.734,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,737.312c0-3.263-2.65-5.914-5.921-5.914c-3.27,0-5.92,2.65-5.92,5.914 c0,3.271,2.65,5.924,5.92,5.924C639.543,743.236,642.193,740.582,642.193,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,737.312c0-3.263-2.647-5.914-5.917-5.914c-3.274,0-5.917,2.65-5.917,5.914 c0,3.271,2.643,5.924,5.917,5.924C654.051,743.236,656.698,740.582,656.698,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,737.312c0-3.263-2.65-5.914-5.921-5.914c-3.263,0-5.917,2.65-5.917,5.914 c0,3.271,2.653,5.924,5.917,5.924C668.556,743.236,671.206,740.582,671.206,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,737.312c0-3.263-2.66-5.914-5.924-5.914c-3.267,0-5.924,2.65-5.924,5.914 c0,3.271,2.657,5.924,5.924,5.924C683.061,743.236,685.721,740.582,685.721,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M700.23,737.312c0-3.263-2.657-5.914-5.924-5.914c-3.271,0-5.921,2.65-5.921,5.914 c0,3.271,2.65,5.924,5.921,5.924C697.573,743.236,700.23,740.582,700.23,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M642.193,751.775c0-3.284-2.65-5.934-5.921-5.934c-3.27,0-5.92,2.65-5.92,5.934 c0,3.271,2.65,5.91,5.92,5.91C639.543,757.685,642.193,755.046,642.193,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,751.775c0-3.284-2.647-5.934-5.917-5.934c-3.274,0-5.917,2.65-5.917,5.934 c0,3.271,2.643,5.91,5.917,5.91C654.051,757.685,656.698,755.046,656.698,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,751.775c0-3.284-2.65-5.934-5.921-5.934c-3.263,0-5.917,2.65-5.917,5.934 c0,3.271,2.653,5.91,5.917,5.91C668.556,757.685,671.206,755.046,671.206,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,751.775c0-3.284-2.66-5.934-5.924-5.934c-3.267,0-5.924,2.65-5.924,5.934 c0,3.271,2.657,5.91,5.924,5.91C683.061,757.685,685.721,755.046,685.721,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M642.193,766.221c0-3.281-2.65-5.921-5.921-5.921c-3.27,0-5.92,2.64-5.92,5.921 c0,3.267,2.65,5.924,5.92,5.924C639.543,772.145,642.193,769.488,642.193,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,766.221c0-3.281-2.647-5.921-5.917-5.921c-3.274,0-5.917,2.64-5.917,5.921 c0,3.267,2.643,5.924,5.917,5.924C654.051,772.145,656.698,769.488,656.698,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,766.221c0-3.281-2.65-5.921-5.921-5.921c-3.263,0-5.917,2.64-5.917,5.921 c0,3.267,2.653,5.924,5.917,5.924C668.556,772.145,671.206,769.488,671.206,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M685.721,766.221c0-3.281-2.66-5.921-5.924-5.921c-3.267,0-5.924,2.64-5.924,5.921 c0,3.267,2.657,5.924,5.924,5.924C683.061,772.145,685.721,769.488,685.721,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M656.698,780.681c0-3.274-2.647-5.931-5.917-5.931c-3.274,0-5.917,2.657-5.917,5.931 c0,3.274,2.643,5.917,5.917,5.917C654.051,786.598,656.698,783.955,656.698,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M671.206,780.681c0-3.274-2.65-5.931-5.921-5.931c-3.263,0-5.917,2.657-5.917,5.931 c0,3.274,2.653,5.917,5.917,5.917C668.556,786.598,671.206,783.955,671.206,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M990.409,621.683c0-3.263-2.653-5.924-5.924-5.924c-3.27,0-5.92,2.66-5.92,5.924 c0,3.267,2.65,5.927,5.92,5.927C987.755,627.61,990.409,624.95,990.409,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='984.487' cy='636.136' r='5.922' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,665.039c0-3.27-2.653-5.917-5.917-5.917c-3.274,0-5.92,2.647-5.92,5.917 c0,3.274,2.647,5.921,5.92,5.921C973.24,670.96,975.894,668.313,975.894,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M961.389,693.949c0-3.256-2.657-5.92-5.924-5.92c-3.277,0-5.917,2.664-5.917,5.92 c0,3.274,2.64,5.924,5.917,5.924C958.732,699.873,961.389,697.222,961.389,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,693.949c0-3.256-2.653-5.92-5.924-5.92c-3.27,0-5.92,2.664-5.92,5.92 c0,3.274,2.65,5.924,5.92,5.924C987.755,699.873,990.409,697.222,990.409,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,693.949c0-3.256-2.647-5.92-5.924-5.92c-3.271,0-5.914,2.664-5.914,5.92 c0,3.274,2.643,5.924,5.914,5.924C1016.775,699.873,1019.422,697.222,1019.422,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M888.841,650.582c0-3.256-2.647-5.917-5.917-5.917c-3.27,0-5.927,2.66-5.927,5.917 c0,3.278,2.657,5.924,5.927,5.924C886.194,656.507,888.841,653.86,888.841,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,650.582c0-3.256-2.654-5.917-5.924-5.917c-3.274,0-5.921,2.66-5.921,5.917 c0,3.278,2.647,5.924,5.921,5.924C944.224,656.507,946.877,653.86,946.877,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,650.582c0-3.256-2.657-5.917-5.924-5.917c-3.277,0-5.917,2.66-5.917,5.917 c0,3.278,2.64,5.924,5.917,5.924C958.732,656.507,961.389,653.86,961.389,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,665.039c0-3.27-2.65-5.917-5.924-5.917c-3.26,0-5.92,2.647-5.92,5.917 c0,3.274,2.66,5.921,5.92,5.921C900.699,670.96,903.349,668.313,903.349,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,665.039c0-3.27-2.643-5.917-5.924-5.917c-3.267,0-5.914,2.647-5.914,5.917 c0,3.274,2.647,5.921,5.914,5.921C915.217,670.96,917.861,668.313,917.861,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,665.039c0-3.27-2.647-5.917-5.92-5.917c-3.264,0-5.917,2.647-5.917,5.917 c0,3.274,2.653,5.921,5.917,5.921C929.719,670.96,932.366,668.313,932.366,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,665.039c0-3.27-2.654-5.917-5.924-5.917c-3.274,0-5.921,2.647-5.921,5.917 c0,3.274,2.647,5.921,5.921,5.921C944.224,670.96,946.877,668.313,946.877,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,665.039c0-3.27-2.657-5.917-5.924-5.917c-3.277,0-5.917,2.647-5.917,5.917 c0,3.274,2.64,5.921,5.917,5.921C958.732,670.96,961.389,668.313,961.389,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,665.039c0-3.27-2.657-5.917-5.931-5.917c-3.271,0-5.917,2.647-5.917,5.917 c0,3.274,2.647,5.921,5.917,5.921C1002.26,670.96,1004.917,668.313,1004.917,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,665.039c0-3.27-2.647-5.917-5.924-5.917c-3.271,0-5.914,2.647-5.914,5.917 c0,3.274,2.643,5.921,5.914,5.921C1016.775,670.96,1019.422,668.313,1019.422,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M903.349,679.503c0-3.274-2.65-5.934-5.924-5.934c-3.26,0-5.92,2.66-5.92,5.934 c0,3.267,2.66,5.91,5.92,5.91C900.699,685.413,903.349,682.769,903.349,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M917.861,679.503c0-3.274-2.643-5.934-5.924-5.934c-3.267,0-5.914,2.66-5.914,5.934 c0,3.267,2.647,5.91,5.914,5.91C915.217,685.413,917.861,682.769,917.861,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,679.503c0-3.274-2.653-5.934-5.917-5.934c-3.274,0-5.92,2.66-5.92,5.934 c0,3.267,2.647,5.91,5.92,5.91C973.24,685.413,975.894,682.769,975.894,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,679.503c0-3.274-2.647-5.934-5.924-5.934c-3.271,0-5.914,2.66-5.914,5.934 c0,3.267,2.643,5.91,5.914,5.91C1016.775,685.413,1019.422,682.769,1019.422,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,679.503c0-3.274-2.653-5.934-5.931-5.934c-3.267,0-5.914,2.66-5.914,5.934 c0,3.267,2.647,5.91,5.914,5.91C1031.28,685.413,1033.934,682.769,1033.934,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,679.503c0-3.274-2.64-5.934-5.924-5.934c-3.267,0-5.917,2.66-5.917,5.934 c0,3.267,2.65,5.91,5.917,5.91C1045.795,685.413,1048.435,682.769,1048.435,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M932.366,693.949c0-3.256-2.647-5.92-5.92-5.92c-3.264,0-5.917,2.664-5.917,5.92 c0,3.274,2.653,5.924,5.917,5.924C929.719,699.873,932.366,697.222,932.366,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,693.949c0-3.256-2.654-5.92-5.924-5.92c-3.274,0-5.921,2.664-5.921,5.92 c0,3.274,2.647,5.924,5.921,5.924C944.224,699.873,946.877,697.222,946.877,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,693.949c0-3.256-2.653-5.92-5.931-5.92c-3.267,0-5.914,2.664-5.914,5.92 c0,3.274,2.647,5.924,5.914,5.924C1031.28,699.873,1033.934,697.222,1033.934,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,693.949c0-3.256-2.64-5.92-5.924-5.92c-3.267,0-5.917,2.664-5.917,5.92 c0,3.274,2.65,5.924,5.917,5.924C1045.795,699.873,1048.435,697.222,1048.435,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1106.468,737.312c0-3.263-2.654-5.914-5.92-5.914c-3.264,0-5.917,2.65-5.917,5.914 c0,3.271,2.654,5.924,5.917,5.924C1103.815,743.236,1106.468,740.582,1106.468,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M1004.917,708.412c0-3.27-2.657-5.924-5.931-5.924c-3.271,0-5.917,2.654-5.917,5.924 c0,3.271,2.647,5.914,5.917,5.914C1002.26,714.326,1004.917,711.683,1004.917,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,708.412c0-3.27-2.653-5.924-5.931-5.924c-3.267,0-5.914,2.654-5.914,5.924 c0,3.271,2.647,5.914,5.914,5.914C1031.28,714.326,1033.934,711.683,1033.934,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,722.859c0-3.263-2.653-5.92-5.917-5.92c-3.274,0-5.92,2.657-5.92,5.92 c0,3.277,2.647,5.917,5.92,5.917C973.24,728.775,975.894,726.136,975.894,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,722.859c0-3.263-2.653-5.92-5.924-5.92c-3.27,0-5.92,2.657-5.92,5.92 c0,3.277,2.65,5.917,5.92,5.917C987.755,728.775,990.409,726.136,990.409,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,722.859c0-3.263-2.657-5.92-5.931-5.92c-3.271,0-5.917,2.657-5.917,5.92 c0,3.277,2.647,5.917,5.917,5.917C1002.26,728.775,1004.917,726.136,1004.917,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,722.859c0-3.263-2.647-5.92-5.924-5.92c-3.271,0-5.914,2.657-5.914,5.92 c0,3.277,2.643,5.917,5.914,5.917C1016.775,728.775,1019.422,726.136,1019.422,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,722.859c0-3.263-2.653-5.92-5.931-5.92c-3.267,0-5.914,2.657-5.914,5.92 c0,3.277,2.647,5.917,5.914,5.917C1031.28,728.775,1033.934,726.136,1033.934,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,722.859c0-3.263-2.64-5.92-5.924-5.92c-3.267,0-5.917,2.657-5.917,5.92 c0,3.277,2.65,5.917,5.917,5.917C1045.795,728.775,1048.435,726.136,1048.435,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,737.312c0-3.263-2.657-5.914-5.924-5.914c-3.277,0-5.917,2.65-5.917,5.914 c0,3.271,2.64,5.924,5.917,5.924C958.732,743.236,961.389,740.582,961.389,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,737.312c0-3.263-2.653-5.914-5.917-5.914c-3.274,0-5.92,2.65-5.92,5.914 c0,3.271,2.647,5.924,5.92,5.924C973.24,743.236,975.894,740.582,975.894,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,737.312c0-3.263-2.653-5.914-5.924-5.914c-3.27,0-5.92,2.65-5.92,5.914 c0,3.271,2.65,5.924,5.92,5.924C987.755,743.236,990.409,740.582,990.409,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,737.312c0-3.263-2.657-5.914-5.931-5.914c-3.271,0-5.917,2.65-5.917,5.914 c0,3.271,2.647,5.924,5.917,5.924C1002.26,743.236,1004.917,740.582,1004.917,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,737.312c0-3.263-2.647-5.914-5.924-5.914c-3.271,0-5.914,2.65-5.914,5.914 c0,3.271,2.643,5.924,5.914,5.924C1016.775,743.236,1019.422,740.582,1019.422,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,737.312c0-3.263-2.653-5.914-5.931-5.914c-3.267,0-5.914,2.65-5.914,5.914 c0,3.271,2.647,5.924,5.914,5.924C1031.28,743.236,1033.934,740.582,1033.934,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,737.312c0-3.263-2.64-5.914-5.924-5.914c-3.267,0-5.917,2.65-5.917,5.914 c0,3.271,2.65,5.924,5.917,5.924C1045.795,743.236,1048.435,740.582,1048.435,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M946.877,751.775c0-3.284-2.654-5.934-5.924-5.934c-3.274,0-5.921,2.65-5.921,5.934 c0,3.271,2.647,5.91,5.921,5.91C944.224,757.685,946.877,755.046,946.877,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,751.775c0-3.284-2.657-5.934-5.924-5.934c-3.277,0-5.917,2.65-5.917,5.934 c0,3.271,2.64,5.91,5.917,5.91C958.732,757.685,961.389,755.046,961.389,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,751.775c0-3.284-2.653-5.934-5.917-5.934c-3.274,0-5.92,2.65-5.92,5.934 c0,3.271,2.647,5.91,5.92,5.91C973.24,757.685,975.894,755.046,975.894,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,751.775c0-3.284-2.653-5.934-5.924-5.934c-3.27,0-5.92,2.65-5.92,5.934 c0,3.271,2.65,5.91,5.92,5.91C987.755,757.685,990.409,755.046,990.409,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,751.775c0-3.284-2.657-5.934-5.931-5.934c-3.271,0-5.917,2.65-5.917,5.934 c0,3.271,2.647,5.91,5.917,5.91C1002.26,757.685,1004.917,755.046,1004.917,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,751.775c0-3.284-2.647-5.934-5.924-5.934c-3.271,0-5.914,2.65-5.914,5.934 c0,3.271,2.643,5.91,5.914,5.91C1016.775,757.685,1019.422,755.046,1019.422,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,751.775c0-3.284-2.653-5.934-5.931-5.934c-3.267,0-5.914,2.65-5.914,5.934 c0,3.271,2.647,5.91,5.914,5.91C1031.28,757.685,1033.934,755.046,1033.934,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,751.775c0-3.284-2.64-5.934-5.924-5.934c-3.267,0-5.917,2.65-5.917,5.934 c0,3.271,2.65,5.91,5.917,5.91C1045.795,757.685,1048.435,755.046,1048.435,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1062.95,751.775c0-3.284-2.66-5.934-5.924-5.934c-3.271,0-5.924,2.65-5.924,5.934 c0,3.271,2.654,5.91,5.924,5.91C1060.29,757.685,1062.95,755.046,1062.95,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,766.221c0-3.281-2.657-5.921-5.924-5.921c-3.277,0-5.917,2.64-5.917,5.921 c0,3.267,2.64,5.924,5.917,5.924C958.732,772.145,961.389,769.488,961.389,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,766.221c0-3.281-2.653-5.921-5.917-5.921c-3.274,0-5.92,2.64-5.92,5.921 c0,3.267,2.647,5.924,5.92,5.924C973.24,772.145,975.894,769.488,975.894,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,766.221c0-3.281-2.653-5.921-5.924-5.921c-3.27,0-5.92,2.64-5.92,5.921 c0,3.267,2.65,5.924,5.92,5.924C987.755,772.145,990.409,769.488,990.409,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,766.221c0-3.281-2.657-5.921-5.931-5.921c-3.271,0-5.917,2.64-5.917,5.921 c0,3.267,2.647,5.924,5.917,5.924C1002.26,772.145,1004.917,769.488,1004.917,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,766.221c0-3.281-2.647-5.921-5.924-5.921c-3.271,0-5.914,2.64-5.914,5.921 c0,3.267,2.643,5.924,5.914,5.924C1016.775,772.145,1019.422,769.488,1019.422,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,766.221c0-3.281-2.653-5.921-5.931-5.921c-3.267,0-5.914,2.64-5.914,5.921 c0,3.267,2.647,5.924,5.914,5.924C1031.28,772.145,1033.934,769.488,1033.934,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,766.221c0-3.281-2.64-5.921-5.924-5.921c-3.267,0-5.917,2.64-5.917,5.921 c0,3.267,2.65,5.924,5.917,5.924C1045.795,772.145,1048.435,769.488,1048.435,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1062.95,766.221c0-3.281-2.66-5.921-5.924-5.921c-3.271,0-5.924,2.64-5.924,5.921 c0,3.267,2.654,5.924,5.924,5.924C1060.29,772.145,1062.95,769.488,1062.95,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1077.455,766.221c0-3.281-2.65-5.921-5.92-5.921c-3.267,0-5.92,2.64-5.92,5.921 c0,3.267,2.653,5.924,5.92,5.924C1074.805,772.145,1077.455,769.488,1077.455,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,780.681c0-3.274-2.657-5.931-5.924-5.931c-3.277,0-5.917,2.657-5.917,5.931 c0,3.274,2.64,5.917,5.917,5.917C958.732,786.598,961.389,783.955,961.389,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M975.894,780.681c0-3.274-2.653-5.931-5.917-5.931c-3.274,0-5.92,2.657-5.92,5.931 c0,3.274,2.647,5.917,5.92,5.917C973.24,786.598,975.894,783.955,975.894,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M990.409,780.681c0-3.274-2.653-5.931-5.924-5.931c-3.27,0-5.92,2.657-5.92,5.931 c0,3.274,2.65,5.917,5.92,5.917C987.755,786.598,990.409,783.955,990.409,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1004.917,780.681c0-3.274-2.657-5.931-5.931-5.931c-3.271,0-5.917,2.657-5.917,5.931 c0,3.274,2.647,5.917,5.917,5.917C1002.26,786.598,1004.917,783.955,1004.917,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1019.422,780.681c0-3.274-2.647-5.931-5.924-5.931c-3.271,0-5.914,2.657-5.914,5.931 c0,3.274,2.643,5.917,5.914,5.917C1016.775,786.598,1019.422,783.955,1019.422,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,780.681c0-3.274-2.653-5.931-5.931-5.931c-3.267,0-5.914,2.657-5.914,5.931 c0,3.274,2.647,5.917,5.914,5.917C1031.28,786.598,1033.934,783.955,1033.934,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,780.681c0-3.274-2.64-5.931-5.924-5.931c-3.267,0-5.917,2.657-5.917,5.931 c0,3.274,2.65,5.917,5.917,5.917C1045.795,786.598,1048.435,783.955,1048.435,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1062.95,780.681c0-3.274-2.66-5.931-5.924-5.931c-3.271,0-5.924,2.657-5.924,5.931 c0,3.274,2.654,5.917,5.924,5.917C1060.29,786.598,1062.95,783.955,1062.95,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M961.389,795.121c0-3.26-2.657-5.914-5.924-5.914c-3.277,0-5.917,2.654-5.917,5.914 c0,3.281,2.64,5.931,5.917,5.931C958.732,801.052,961.389,798.401,961.389,795.121z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1033.934,795.121c0-3.26-2.653-5.914-5.931-5.914c-3.267,0-5.914,2.654-5.914,5.914 c0,3.281,2.647,5.931,5.914,5.931C1031.28,801.052,1033.934,798.401,1033.934,795.121z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,795.121c0-3.26-2.64-5.914-5.924-5.914c-3.267,0-5.917,2.654-5.917,5.914 c0,3.281,2.65,5.931,5.917,5.931C1045.795,801.052,1048.435,798.401,1048.435,795.121z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1062.95,795.121c0-3.26-2.66-5.914-5.924-5.914c-3.271,0-5.924,2.654-5.924,5.914 c0,3.281,2.654,5.931,5.924,5.931C1060.29,801.052,1062.95,798.401,1062.95,795.121z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,809.588c0-3.28-2.64-5.913-5.924-5.913c-3.267,0-5.917,2.633-5.917,5.913 c0,3.271,2.65,5.924,5.917,5.924C1045.795,815.512,1048.435,812.858,1048.435,809.588z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1135.495,809.588c0-3.28-2.657-5.913-5.92-5.913c-3.274,0-5.924,2.633-5.924,5.913 c0,3.271,2.65,5.924,5.924,5.924C1132.838,815.512,1135.495,812.858,1135.495,809.588z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1150,809.588c0-3.28-2.65-5.913-5.92-5.913c-3.264,0-5.927,2.633-5.927,5.913 c0,3.271,2.664,5.924,5.927,5.924C1147.35,815.512,1150,812.858,1150,809.588z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1048.435,824.03c0-3.263-2.64-5.914-5.924-5.914c-3.267,0-5.917,2.65-5.917,5.914 c0,3.284,2.65,5.927,5.917,5.927C1045.795,829.958,1048.435,827.315,1048.435,824.03z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1120.98,824.03c0-3.263-2.647-5.914-5.92-5.914c-3.264,0-5.917,2.65-5.917,5.914 c0,3.284,2.654,5.927,5.917,5.927C1118.333,829.958,1120.98,827.315,1120.98,824.03z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1135.495,824.03c0-3.263-2.657-5.914-5.92-5.914c-3.274,0-5.924,2.65-5.924,5.914 c0,3.284,2.65,5.927,5.924,5.927C1132.838,829.958,1135.495,827.315,1135.495,824.03z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M1120.98,838.487c0-3.271-2.647-5.914-5.92-5.914c-3.264,0-5.917,2.643-5.917,5.914 c0,3.271,2.654,5.927,5.917,5.927C1118.333,844.414,1120.98,841.758,1120.98,838.487z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M352.021,578.324c0-3.267-2.657-5.924-5.927-5.924c-3.263,0-5.917,2.657-5.917,5.924 c0,3.263,2.654,5.914,5.917,5.914C349.363,584.237,352.021,581.587,352.021,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,592.78c0-3.277-2.657-5.931-5.927-5.931c-3.263,0-5.917,2.654-5.917,5.931 c0,3.263,2.654,5.924,5.917,5.924C349.363,598.704,352.021,596.044,352.021,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,592.78c0-3.277-2.647-5.931-5.92-5.931c-3.263,0-5.921,2.654-5.921,5.931 c0,3.263,2.657,5.924,5.921,5.924C363.879,598.704,366.525,596.044,366.525,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M453.579,751.775c0-3.284-2.65-5.934-5.921-5.934c-3.267,0-5.924,2.65-5.924,5.934 c0,3.271,2.657,5.91,5.924,5.91C450.928,757.685,453.579,755.046,453.579,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M381.037,477.141c0-3.274-2.653-5.913-5.924-5.913c-3.271,0-5.92,2.64-5.92,5.913 c0,3.267,2.65,5.924,5.92,5.924C378.384,483.065,381.037,480.408,381.037,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M323,491.584c0-3.26-2.653-5.903-5.92-5.903c-3.27,0-5.927,2.643-5.927,5.903 c0,3.277,2.657,5.927,5.927,5.927C320.347,497.511,323,494.861,323,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,491.584c0-3.26-2.654-5.903-5.921-5.903c-3.27,0-5.924,2.643-5.924,5.903 c0,3.277,2.654,5.927,5.924,5.927C334.855,497.511,337.509,494.861,337.509,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,491.584c0-3.26-2.657-5.903-5.927-5.903c-3.263,0-5.917,2.643-5.917,5.903 c0,3.277,2.654,5.927,5.917,5.927C349.363,497.511,352.021,494.861,352.021,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,491.584c0-3.26-2.647-5.903-5.92-5.903c-3.263,0-5.921,2.643-5.921,5.903 c0,3.277,2.657,5.927,5.921,5.927C363.879,497.511,366.525,494.861,366.525,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,491.584c0-3.26-2.653-5.903-5.924-5.903c-3.271,0-5.92,2.643-5.92,5.903 c0,3.277,2.65,5.927,5.92,5.927C378.384,497.511,381.037,494.861,381.037,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,491.584c0-3.26-2.65-5.903-5.921-5.903c-3.274,0-5.92,2.643-5.92,5.903 c0,3.277,2.647,5.927,5.92,5.927C392.892,497.511,395.542,494.861,395.542,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M323,506.051c0-3.27-2.653-5.924-5.92-5.924c-3.27,0-5.927,2.654-5.927,5.924 c0,3.271,2.657,5.92,5.927,5.92C320.347,511.971,323,509.321,323,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,506.051c0-3.27-2.654-5.924-5.921-5.924c-3.27,0-5.924,2.654-5.924,5.924 c0,3.271,2.654,5.92,5.924,5.92C334.855,511.971,337.509,509.321,337.509,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,506.051c0-3.27-2.657-5.924-5.927-5.924c-3.263,0-5.917,2.654-5.917,5.924 c0,3.271,2.654,5.92,5.917,5.92C349.363,511.971,352.021,509.321,352.021,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,506.051c0-3.27-2.647-5.924-5.92-5.924c-3.263,0-5.921,2.654-5.921,5.924 c0,3.271,2.657,5.92,5.921,5.92C363.879,511.971,366.525,509.321,366.525,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M323,520.504c0-3.277-2.653-5.917-5.92-5.917c-3.27,0-5.927,2.64-5.927,5.917 c0,3.271,2.657,5.924,5.927,5.924C320.347,526.428,323,523.775,323,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,520.504c0-3.277-2.654-5.917-5.921-5.917c-3.27,0-5.924,2.64-5.924,5.917 c0,3.271,2.654,5.924,5.924,5.924C334.855,526.428,337.509,523.775,337.509,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,520.504c0-3.277-2.657-5.917-5.927-5.917c-3.263,0-5.917,2.64-5.917,5.917 c0,3.271,2.654,5.924,5.917,5.924C349.363,526.428,352.021,523.775,352.021,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M323,534.961c0-3.274-2.653-5.924-5.92-5.924c-3.27,0-5.927,2.65-5.927,5.924 c0,3.271,2.657,5.914,5.927,5.914C320.347,540.874,323,538.231,323,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,534.961c0-3.274-2.654-5.924-5.921-5.924c-3.27,0-5.924,2.65-5.924,5.924 c0,3.271,2.654,5.914,5.924,5.914C334.855,540.874,337.509,538.231,337.509,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,534.961c0-3.274-2.657-5.924-5.927-5.924c-3.263,0-5.917,2.65-5.917,5.924 c0,3.271,2.654,5.914,5.917,5.914C349.363,540.874,352.021,538.231,352.021,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M323,549.414c0-3.271-2.653-5.931-5.92-5.931c-3.27,0-5.927,2.66-5.927,5.931 c0,3.26,2.657,5.917,5.927,5.917C320.347,555.331,323,552.674,323,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,549.414c0-3.271-2.654-5.931-5.921-5.931c-3.27,0-5.924,2.66-5.924,5.931 c0,3.26,2.654,5.917,5.924,5.917C334.855,555.331,337.509,552.674,337.509,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,563.86c0-3.267-2.654-5.907-5.921-5.907c-3.27,0-5.924,2.64-5.924,5.907 c0,3.27,2.654,5.938,5.924,5.938C334.855,569.798,337.509,567.13,337.509,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M323,477.141c0-3.274-2.653-5.913-5.92-5.913c-3.27,0-5.927,2.64-5.927,5.913 c0,3.267,2.657,5.924,5.927,5.924C320.347,483.065,323,480.408,323,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,477.141c0-3.274-2.654-5.913-5.921-5.913c-3.27,0-5.924,2.64-5.924,5.913 c0,3.267,2.654,5.924,5.924,5.924C334.855,483.065,337.509,480.408,337.509,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,477.141c0-3.274-2.657-5.913-5.927-5.913c-3.263,0-5.917,2.64-5.917,5.913 c0,3.267,2.654,5.924,5.917,5.924C349.363,483.065,352.021,480.408,352.021,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,477.141c0-3.274-2.647-5.913-5.92-5.913c-3.263,0-5.921,2.64-5.921,5.913 c0,3.267,2.657,5.924,5.921,5.924C363.879,483.065,366.525,480.408,366.525,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M352.021,433.775c0-3.271-2.657-5.917-5.927-5.917c-3.263,0-5.917,2.647-5.917,5.917 c0,3.27,2.654,5.924,5.917,5.924C349.363,439.699,352.021,437.045,352.021,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,433.775c0-3.271-2.647-5.917-5.92-5.917c-3.263,0-5.921,2.647-5.921,5.917 c0,3.27,2.657,5.924,5.921,5.924C363.879,439.699,366.525,437.045,366.525,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,448.235c0-3.27-2.657-5.92-5.927-5.92c-3.263,0-5.917,2.65-5.917,5.92 c0,3.26,2.654,5.917,5.917,5.917C349.363,454.152,352.021,451.495,352.021,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,448.235c0-3.27-2.647-5.92-5.92-5.92c-3.263,0-5.921,2.65-5.921,5.92 c0,3.26,2.657,5.917,5.921,5.917C363.879,454.152,366.525,451.495,366.525,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,448.235c0-3.27-2.653-5.92-5.924-5.92c-3.271,0-5.92,2.65-5.92,5.92 c0,3.26,2.65,5.917,5.92,5.917C378.384,454.152,381.037,451.495,381.037,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,448.235c0-3.27-2.65-5.92-5.921-5.92c-3.274,0-5.92,2.65-5.92,5.92 c0,3.26,2.647,5.917,5.92,5.917C392.892,454.152,395.542,451.495,395.542,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M323,462.685c0-3.271-2.653-5.924-5.92-5.924c-3.27,0-5.927,2.654-5.927,5.924 c0,3.27,2.657,5.913,5.927,5.913C320.347,468.598,323,465.955,323,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,462.685c0-3.271-2.657-5.924-5.927-5.924c-3.263,0-5.917,2.654-5.917,5.924 c0,3.27,2.654,5.913,5.917,5.913C349.363,468.598,352.021,465.955,352.021,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,462.685c0-3.271-2.647-5.924-5.92-5.924c-3.263,0-5.921,2.654-5.921,5.924 c0,3.27,2.657,5.913,5.921,5.913C363.879,468.598,366.525,465.955,366.525,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,462.685c0-3.271-2.653-5.924-5.924-5.924c-3.271,0-5.92,2.654-5.92,5.924 c0,3.27,2.65,5.913,5.92,5.913C378.384,468.598,381.037,465.955,381.037,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,462.685c0-3.271-2.65-5.924-5.921-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.27,2.647,5.913,5.92,5.913C392.892,468.598,395.542,465.955,395.542,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,462.685c0-3.271-2.654-5.924-5.921-5.924c-3.267,0-5.92,2.654-5.92,5.924 c0,3.27,2.654,5.913,5.92,5.913C407.4,468.598,410.054,465.955,410.054,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M352.021,390.409c0-3.267-2.657-5.917-5.927-5.917c-3.263,0-5.917,2.65-5.917,5.917 c0,3.274,2.654,5.924,5.917,5.924C349.363,396.332,352.021,393.682,352.021,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,404.865c0-3.26-2.657-5.914-5.927-5.914c-3.263,0-5.917,2.654-5.917,5.914 c0,3.27,2.654,5.924,5.917,5.924C349.363,410.789,352.021,408.135,352.021,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,404.865c0-3.26-2.647-5.914-5.92-5.914c-3.263,0-5.921,2.654-5.921,5.914 c0,3.27,2.657,5.924,5.921,5.924C363.879,410.789,366.525,408.135,366.525,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,419.329c0-3.281-2.657-5.917-5.927-5.917c-3.263,0-5.917,2.636-5.917,5.917 c0,3.263,2.654,5.921,5.917,5.921C349.363,425.249,352.021,422.592,352.021,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,419.329c0-3.281-2.647-5.917-5.92-5.917c-3.263,0-5.921,2.636-5.921,5.917 c0,3.263,2.657,5.921,5.921,5.921C363.879,425.249,366.525,422.592,366.525,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,419.329c0-3.281-2.653-5.917-5.924-5.917c-3.271,0-5.92,2.636-5.92,5.917 c0,3.263,2.65,5.921,5.92,5.921C378.384,425.249,381.037,422.592,381.037,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,419.329c0-3.281-2.65-5.917-5.921-5.917c-3.274,0-5.92,2.636-5.92,5.917 c0,3.263,2.647,5.921,5.92,5.921C392.892,425.249,395.542,422.592,395.542,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M323,390.409c0-3.267-2.653-5.917-5.92-5.917c-3.27,0-5.927,2.65-5.927,5.917 c0,3.274,2.657,5.924,5.927,5.924C320.347,396.332,323,393.682,323,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,390.409c0-3.267-2.654-5.917-5.921-5.917c-3.27,0-5.924,2.65-5.924,5.917 c0,3.274,2.654,5.924,5.924,5.924C334.855,396.332,337.509,393.682,337.509,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M323,404.865c0-3.26-2.653-5.914-5.92-5.914c-3.27,0-5.927,2.654-5.927,5.914 c0,3.27,2.657,5.924,5.927,5.924C320.347,410.789,323,408.135,323,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,404.865c0-3.26-2.654-5.914-5.921-5.914c-3.27,0-5.924,2.654-5.924,5.914 c0,3.27,2.654,5.924,5.924,5.924C334.855,410.789,337.509,408.135,337.509,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M323,419.329c0-3.281-2.653-5.917-5.92-5.917c-3.27,0-5.927,2.636-5.927,5.917 c0,3.263,2.657,5.921,5.927,5.921C320.347,425.249,323,422.592,323,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,419.329c0-3.281-2.654-5.917-5.921-5.917c-3.27,0-5.924,2.636-5.924,5.917 c0,3.263,2.654,5.921,5.924,5.921C334.855,425.249,337.509,422.592,337.509,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M308.496,462.685c0-3.271-2.654-5.924-5.924-5.924c-3.271,0-5.927,2.654-5.927,5.924 c0,3.27,2.657,5.913,5.927,5.913C305.842,468.598,308.496,465.955,308.496,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M308.496,477.141c0-3.274-2.654-5.913-5.924-5.913c-3.271,0-5.927,2.64-5.927,5.913 c0,3.267,2.657,5.924,5.927,5.924C305.842,483.065,308.496,480.408,308.496,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M308.496,491.584c0-3.26-2.654-5.903-5.924-5.903c-3.271,0-5.927,2.643-5.927,5.903 c0,3.277,2.657,5.927,5.927,5.927C305.842,497.511,308.496,494.861,308.496,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='302.57' cy='506.051' r='5.926' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M308.496,520.504c0-3.277-2.654-5.917-5.924-5.917c-3.271,0-5.927,2.64-5.927,5.917 c0,3.271,2.657,5.924,5.927,5.924C305.842,526.428,308.496,523.775,308.496,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M308.496,534.961c0-3.274-2.654-5.924-5.924-5.924c-3.271,0-5.927,2.65-5.927,5.924 c0,3.271,2.657,5.914,5.927,5.914C305.842,540.874,308.496,538.231,308.496,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M308.496,549.414c0-3.271-2.654-5.931-5.924-5.931c-3.271,0-5.927,2.66-5.927,5.931 c0,3.26,2.657,5.917,5.927,5.917C305.842,555.331,308.496,552.674,308.496,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M308.496,390.409c0-3.267-2.654-5.917-5.924-5.917c-3.271,0-5.927,2.65-5.927,5.917 c0,3.274,2.657,5.924,5.927,5.924C305.842,396.332,308.496,393.682,308.496,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M308.496,404.865c0-3.26-2.654-5.914-5.924-5.914c-3.271,0-5.927,2.654-5.927,5.914 c0,3.27,2.657,5.924,5.927,5.924C305.842,410.789,308.496,408.135,308.496,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M308.496,419.329c0-3.281-2.654-5.917-5.924-5.917c-3.271,0-5.927,2.636-5.927,5.917 c0,3.263,2.657,5.921,5.927,5.921C305.842,425.249,308.496,422.592,308.496,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M293.98,375.966c0-3.27-2.65-5.927-5.92-5.927c-3.267,0-5.917,2.657-5.917,5.927 c0,3.257,2.65,5.91,5.917,5.91C291.33,381.876,293.98,379.222,293.98,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,390.409c0-3.267-2.65-5.917-5.92-5.917c-3.267,0-5.917,2.65-5.917,5.917 c0,3.274,2.65,5.924,5.917,5.924C291.33,396.332,293.98,393.682,293.98,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,419.329c0-3.281-2.65-5.917-5.92-5.917c-3.267,0-5.917,2.636-5.917,5.917 c0,3.263,2.65,5.921,5.917,5.921C291.33,425.249,293.98,422.592,293.98,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='288.062' cy='433.775' r='5.919' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,448.235c0-3.27-2.65-5.92-5.92-5.92c-3.267,0-5.917,2.65-5.917,5.92 c0,3.26,2.65,5.917,5.917,5.917C291.33,454.152,293.98,451.495,293.98,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,462.685c0-3.271-2.65-5.924-5.92-5.924c-3.267,0-5.917,2.654-5.917,5.924 c0,3.27,2.65,5.913,5.917,5.913C291.33,468.598,293.98,465.955,293.98,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,477.141c0-3.274-2.65-5.913-5.92-5.913c-3.267,0-5.917,2.64-5.917,5.913 c0,3.267,2.65,5.924,5.917,5.924C291.33,483.065,293.98,480.408,293.98,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,491.584c0-3.26-2.65-5.903-5.92-5.903c-3.267,0-5.917,2.643-5.917,5.903 c0,3.277,2.65,5.927,5.917,5.927C291.33,497.511,293.98,494.861,293.98,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cellipse fill='%2300A1A9' cx='288.062' cy='506.051' rx='5.919' ry='5.924' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,520.504c0-3.277-2.65-5.917-5.92-5.917c-3.267,0-5.917,2.64-5.917,5.917 c0,3.271,2.65,5.924,5.917,5.924C291.33,526.428,293.98,523.775,293.98,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,534.961c0-3.274-2.65-5.924-5.92-5.924c-3.267,0-5.917,2.65-5.917,5.924 c0,3.271,2.65,5.914,5.917,5.914C291.33,540.874,293.98,538.231,293.98,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,549.414c0-3.271-2.65-5.931-5.92-5.931c-3.267,0-5.917,2.66-5.917,5.931 c0,3.26,2.65,5.917,5.917,5.917C291.33,555.331,293.98,552.674,293.98,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M279.472,375.966c0-3.27-2.65-5.927-5.921-5.927c-3.27,0-5.927,2.657-5.927,5.927 c0,3.257,2.657,5.91,5.927,5.91C276.822,381.876,279.472,379.222,279.472,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,390.409c0-3.267-2.65-5.917-5.921-5.917c-3.27,0-5.927,2.65-5.927,5.917 c0,3.274,2.657,5.924,5.927,5.924C276.822,396.332,279.472,393.682,279.472,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,404.865c0-3.26-2.65-5.914-5.921-5.914c-3.27,0-5.927,2.654-5.927,5.914 c0,3.27,2.657,5.924,5.927,5.924C276.822,410.789,279.472,408.135,279.472,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,419.329c0-3.281-2.65-5.917-5.921-5.917c-3.27,0-5.927,2.636-5.927,5.917 c0,3.263,2.657,5.921,5.927,5.921C276.822,425.249,279.472,422.592,279.472,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,433.775c0-3.271-2.65-5.917-5.921-5.917c-3.27,0-5.927,2.647-5.927,5.917 c0,3.27,2.657,5.924,5.927,5.924C276.822,439.699,279.472,437.045,279.472,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,448.235c0-3.27-2.65-5.92-5.921-5.92c-3.27,0-5.927,2.65-5.927,5.92 c0,3.26,2.657,5.917,5.927,5.917C276.822,454.152,279.472,451.495,279.472,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,462.685c0-3.271-2.65-5.924-5.921-5.924c-3.27,0-5.927,2.654-5.927,5.924 c0,3.27,2.657,5.913,5.927,5.913C276.822,468.598,279.472,465.955,279.472,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,477.141c0-3.274-2.65-5.913-5.921-5.913c-3.27,0-5.927,2.64-5.927,5.913 c0,3.267,2.657,5.924,5.927,5.924C276.822,483.065,279.472,480.408,279.472,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,491.584c0-3.26-2.65-5.903-5.921-5.903c-3.27,0-5.927,2.643-5.927,5.903 c0,3.277,2.657,5.927,5.927,5.927C276.822,497.511,279.472,494.861,279.472,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='273.548' cy='506.051' r='5.924' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,520.504c0-3.277-2.65-5.917-5.921-5.917c-3.27,0-5.927,2.64-5.927,5.917 c0,3.271,2.657,5.924,5.927,5.924C276.822,526.428,279.472,523.775,279.472,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,534.961c0-3.274-2.65-5.924-5.921-5.924c-3.27,0-5.927,2.65-5.927,5.924 c0,3.271,2.657,5.914,5.927,5.914C276.822,540.874,279.472,538.231,279.472,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,549.414c0-3.271-2.65-5.931-5.921-5.931c-3.27,0-5.927,2.66-5.927,5.931 c0,3.26,2.657,5.917,5.927,5.917C276.822,555.331,279.472,552.674,279.472,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,563.86c0-3.267-2.65-5.907-5.921-5.907c-3.27,0-5.927,2.64-5.927,5.907 c0,3.27,2.657,5.938,5.927,5.938C276.822,569.798,279.472,567.13,279.472,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M279.472,578.324c0-3.267-2.65-5.924-5.921-5.924c-3.27,0-5.927,2.657-5.927,5.924 c0,3.263,2.657,5.914,5.927,5.914C276.822,584.237,279.472,581.587,279.472,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cg%3e%3cpath fill='%2300A1A9' d='M221.436,375.966c0-3.27-2.65-5.927-5.917-5.927c-3.274,0-5.92,2.657-5.92,5.927 c0,3.257,2.647,5.91,5.92,5.91C218.785,381.876,221.436,379.222,221.436,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,375.966c0-3.27-2.654-5.927-5.921-5.927c-3.27,0-5.92,2.657-5.92,5.927 c0,3.257,2.65,5.91,5.92,5.91C233.294,381.876,235.947,379.222,235.947,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M250.459,375.966c0-3.27-2.657-5.927-5.921-5.927c-3.274,0-5.924,2.657-5.924,5.927 c0,3.257,2.65,5.91,5.924,5.91C247.802,381.876,250.459,379.222,250.459,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,390.409c0-3.267-2.657-5.917-5.921-5.917c-3.274,0-5.924,2.65-5.924,5.917 c0,3.274,2.65,5.924,5.924,5.924C247.802,396.332,250.459,393.682,250.459,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,404.865c0-3.26-2.657-5.914-5.921-5.914c-3.274,0-5.924,2.654-5.924,5.914 c0,3.27,2.65,5.924,5.924,5.924C247.802,410.789,250.459,408.135,250.459,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,419.329c0-3.281-2.657-5.917-5.921-5.917 c-3.274,0-5.924,2.636-5.924,5.917c0,3.263,2.65,5.921,5.924,5.921 C247.802,425.249,250.459,422.592,250.459,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,433.775c0-3.271-2.657-5.917-5.921-5.917 c-3.274,0-5.924,2.647-5.924,5.917c0,3.27,2.65,5.924,5.924,5.924 C247.802,439.699,250.459,437.045,250.459,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,448.235c0-3.27-2.657-5.92-5.921-5.92c-3.274,0-5.924,2.65-5.924,5.92 c0,3.26,2.65,5.917,5.924,5.917C247.802,454.152,250.459,451.495,250.459,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,462.685c0-3.271-2.657-5.924-5.921-5.924 c-3.274,0-5.924,2.654-5.924,5.924c0,3.27,2.65,5.913,5.924,5.913 C247.802,468.598,250.459,465.955,250.459,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,477.141c0-3.274-2.657-5.913-5.921-5.913c-3.274,0-5.924,2.64-5.924,5.913 c0,3.267,2.65,5.924,5.924,5.924C247.802,483.065,250.459,480.408,250.459,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,491.584c0-3.26-2.657-5.903-5.921-5.903c-3.274,0-5.924,2.643-5.924,5.903 c0,3.277,2.65,5.927,5.924,5.927C247.802,497.511,250.459,494.861,250.459,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,506.051c0-3.27-2.657-5.924-5.921-5.924c-3.274,0-5.924,2.654-5.924,5.924 c0,3.271,2.65,5.92,5.924,5.92C247.802,511.971,250.459,509.321,250.459,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,520.504c0-3.277-2.657-5.917-5.921-5.917c-3.274,0-5.924,2.64-5.924,5.917 c0,3.271,2.65,5.924,5.924,5.924C247.802,526.428,250.459,523.775,250.459,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,534.961c0-3.274-2.657-5.924-5.921-5.924c-3.274,0-5.924,2.65-5.924,5.924 c0,3.271,2.65,5.914,5.924,5.914C247.802,540.874,250.459,538.231,250.459,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M206.931,390.409c0-3.267-2.65-5.917-5.924-5.917c-3.27,0-5.92,2.65-5.92,5.917 c0,3.274,2.65,5.924,5.92,5.924C204.28,396.332,206.931,393.682,206.931,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,390.409c0-3.267-2.65-5.917-5.917-5.917c-3.274,0-5.92,2.65-5.92,5.917 c0,3.274,2.647,5.924,5.92,5.924C218.785,396.332,221.436,393.682,221.436,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,390.409c0-3.267-2.654-5.917-5.921-5.917c-3.27,0-5.92,2.65-5.92,5.917 c0,3.274,2.65,5.924,5.92,5.924C233.294,396.332,235.947,393.682,235.947,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M177.911,404.865c0-3.26-2.65-5.914-5.917-5.914c-3.274,0-5.924,2.654-5.924,5.914 c0,3.27,2.65,5.924,5.924,5.924C175.261,410.789,177.911,408.135,177.911,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M192.422,404.865c0-3.26-2.65-5.914-5.924-5.914c-3.267,0-5.917,2.654-5.917,5.914 c0,3.27,2.65,5.924,5.917,5.924C189.772,410.789,192.422,408.135,192.422,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M206.931,404.865c0-3.26-2.65-5.914-5.924-5.914c-3.27,0-5.92,2.654-5.92,5.914 c0,3.27,2.65,5.924,5.92,5.924C204.28,410.789,206.931,408.135,206.931,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,404.865c0-3.26-2.65-5.914-5.917-5.914c-3.274,0-5.92,2.654-5.92,5.914 c0,3.27,2.647,5.924,5.92,5.924C218.785,410.789,221.436,408.135,221.436,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,404.865c0-3.26-2.654-5.914-5.921-5.914c-3.27,0-5.92,2.654-5.92,5.914 c0,3.27,2.65,5.924,5.92,5.924C233.294,410.789,235.947,408.135,235.947,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M177.911,419.329c0-3.281-2.65-5.917-5.917-5.917 c-3.274,0-5.924,2.636-5.924,5.917c0,3.263,2.65,5.921,5.924,5.921 C175.261,425.249,177.911,422.592,177.911,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M192.422,419.329c0-3.281-2.65-5.917-5.924-5.917 c-3.267,0-5.917,2.636-5.917,5.917c0,3.263,2.65,5.921,5.917,5.921 C189.772,425.249,192.422,422.592,192.422,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M206.931,419.329c0-3.281-2.65-5.917-5.924-5.917c-3.27,0-5.92,2.636-5.92,5.917 c0,3.263,2.65,5.921,5.92,5.921C204.28,425.249,206.931,422.592,206.931,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,419.329c0-3.281-2.65-5.917-5.917-5.917c-3.274,0-5.92,2.636-5.92,5.917 c0,3.263,2.647,5.921,5.92,5.921C218.785,425.249,221.436,422.592,221.436,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,419.329c0-3.281-2.654-5.917-5.921-5.917c-3.27,0-5.92,2.636-5.92,5.917 c0,3.263,2.65,5.921,5.92,5.921C233.294,425.249,235.947,422.592,235.947,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M177.911,433.775c0-3.271-2.65-5.917-5.917-5.917 c-3.274,0-5.924,2.647-5.924,5.917c0,3.27,2.65,5.924,5.924,5.924 C175.261,439.699,177.911,437.045,177.911,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M192.422,433.775c0-3.271-2.65-5.917-5.924-5.917 c-3.267,0-5.917,2.647-5.917,5.917c0,3.27,2.65,5.924,5.917,5.924 C189.772,439.699,192.422,437.045,192.422,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M206.931,433.775c0-3.271-2.65-5.917-5.924-5.917c-3.27,0-5.92,2.647-5.92,5.917 c0,3.27,2.65,5.924,5.92,5.924C204.28,439.699,206.931,437.045,206.931,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,433.775c0-3.271-2.65-5.917-5.917-5.917c-3.274,0-5.92,2.647-5.92,5.917 c0,3.27,2.647,5.924,5.92,5.924C218.785,439.699,221.436,437.045,221.436,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,433.775c0-3.271-2.654-5.917-5.921-5.917c-3.27,0-5.92,2.647-5.92,5.917 c0,3.27,2.65,5.924,5.92,5.924C233.294,439.699,235.947,437.045,235.947,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M163.399,448.235c0-3.27-2.65-5.92-5.92-5.92c-3.271,0-5.917,2.65-5.917,5.92 c0,3.26,2.647,5.917,5.917,5.917C160.749,454.152,163.399,451.495,163.399,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M177.911,448.235c0-3.27-2.65-5.92-5.917-5.92c-3.274,0-5.924,2.65-5.924,5.92 c0,3.26,2.65,5.917,5.924,5.917C175.261,454.152,177.911,451.495,177.911,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M192.422,448.235c0-3.27-2.65-5.92-5.924-5.92c-3.267,0-5.917,2.65-5.917,5.92 c0,3.26,2.65,5.917,5.917,5.917C189.772,454.152,192.422,451.495,192.422,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M206.931,448.235c0-3.27-2.65-5.92-5.924-5.92c-3.27,0-5.92,2.65-5.92,5.92 c0,3.26,2.65,5.917,5.92,5.917C204.28,454.152,206.931,451.495,206.931,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,448.235c0-3.27-2.65-5.92-5.917-5.92c-3.274,0-5.92,2.65-5.92,5.92 c0,3.26,2.647,5.917,5.92,5.917C218.785,454.152,221.436,451.495,221.436,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,448.235c0-3.27-2.654-5.92-5.921-5.92c-3.27,0-5.92,2.65-5.92,5.92 c0,3.26,2.65,5.917,5.92,5.917C233.294,454.152,235.947,451.495,235.947,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cg%3e%3cpath fill='%2300A1A9' d='M76.343,404.865c0-3.26-2.643-5.914-5.914-5.914 c-3.271,0-5.921,2.654-5.921,5.914c0,3.27,2.65,5.924,5.921,5.924 C73.699,410.789,76.343,408.135,76.343,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M90.857,404.865c0-3.26-2.647-5.914-5.92-5.914c-3.263,0-5.92,2.654-5.92,5.914 c0,3.27,2.657,5.924,5.92,5.924C88.211,410.789,90.857,408.135,90.857,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M105.369,404.865c0-3.26-2.65-5.914-5.924-5.914 c-3.267,0-5.917,2.654-5.917,5.914c0,3.27,2.65,5.924,5.917,5.924 C102.719,410.789,105.369,408.135,105.369,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M119.874,404.865c0-3.26-2.65-5.914-5.917-5.914c-3.274,0-5.92,2.654-5.92,5.914 c0,3.27,2.647,5.924,5.92,5.924C117.224,410.789,119.874,408.135,119.874,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M134.386,404.865c0-3.26-2.65-5.914-5.92-5.914c-3.271,0-5.924,2.654-5.924,5.914 c0,3.27,2.653,5.924,5.924,5.924C131.736,410.789,134.386,408.135,134.386,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M148.894,404.865c0-3.26-2.65-5.914-5.92-5.914c-3.263,0-5.917,2.654-5.917,5.914 c0,3.27,2.654,5.924,5.917,5.924C146.244,410.789,148.894,408.135,148.894,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M163.399,404.865c0-3.26-2.65-5.914-5.92-5.914c-3.271,0-5.917,2.654-5.917,5.914 c0,3.27,2.647,5.924,5.917,5.924C160.749,410.789,163.399,408.135,163.399,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M61.838,419.329c0-3.281-2.653-5.917-5.917-5.917 c-3.271,0-5.921,2.636-5.921,5.917c0,3.263,2.65,5.921,5.921,5.921 C59.184,425.249,61.838,422.592,61.838,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M76.343,419.329c0-3.281-2.643-5.917-5.914-5.917 c-3.271,0-5.921,2.636-5.921,5.917c0,3.263,2.65,5.921,5.921,5.921 C73.699,425.249,76.343,422.592,76.343,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M90.857,419.329c0-3.281-2.647-5.917-5.92-5.917c-3.263,0-5.92,2.636-5.92,5.917 c0,3.263,2.657,5.921,5.92,5.921C88.211,425.249,90.857,422.592,90.857,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M105.369,419.329c0-3.281-2.65-5.917-5.924-5.917 c-3.267,0-5.917,2.636-5.917,5.917c0,3.263,2.65,5.921,5.917,5.921 C102.719,425.249,105.369,422.592,105.369,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M119.874,419.329c0-3.281-2.65-5.917-5.917-5.917c-3.274,0-5.92,2.636-5.92,5.917 c0,3.263,2.647,5.921,5.92,5.921C117.224,425.249,119.874,422.592,119.874,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M134.386,419.329c0-3.281-2.65-5.917-5.92-5.917 c-3.271,0-5.924,2.636-5.924,5.917c0,3.263,2.653,5.921,5.924,5.921 C131.736,425.249,134.386,422.592,134.386,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M148.894,419.329c0-3.281-2.65-5.917-5.92-5.917 c-3.263,0-5.917,2.636-5.917,5.917c0,3.263,2.654,5.921,5.917,5.921 C146.244,425.249,148.894,422.592,148.894,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M163.399,419.329c0-3.281-2.65-5.917-5.92-5.917 c-3.271,0-5.917,2.636-5.917,5.917c0,3.263,2.647,5.921,5.917,5.921 C160.749,425.249,163.399,422.592,163.399,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M76.343,433.775c0-3.271-2.643-5.917-5.914-5.917 c-3.271,0-5.921,2.647-5.921,5.917c0,3.27,2.65,5.924,5.921,5.924 C73.699,439.699,76.343,437.045,76.343,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M90.857,433.775c0-3.271-2.647-5.917-5.92-5.917c-3.263,0-5.92,2.647-5.92,5.917 c0,3.27,2.657,5.924,5.92,5.924C88.211,439.699,90.857,437.045,90.857,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M105.369,433.775c0-3.271-2.65-5.917-5.924-5.917 c-3.267,0-5.917,2.647-5.917,5.917c0,3.27,2.65,5.924,5.917,5.924 C102.719,439.699,105.369,437.045,105.369,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M119.874,433.775c0-3.271-2.65-5.917-5.917-5.917c-3.274,0-5.92,2.647-5.92,5.917 c0,3.27,2.647,5.924,5.92,5.924C117.224,439.699,119.874,437.045,119.874,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M134.386,433.775c0-3.271-2.65-5.917-5.92-5.917 c-3.271,0-5.924,2.647-5.924,5.917c0,3.27,2.653,5.924,5.924,5.924 C131.736,439.699,134.386,437.045,134.386,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M148.894,433.775c0-3.271-2.65-5.917-5.92-5.917 c-3.263,0-5.917,2.647-5.917,5.917c0,3.27,2.654,5.924,5.917,5.924 C146.244,439.699,148.894,437.045,148.894,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='157.48' cy='433.775' r='5.919' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M90.857,448.235c0-3.27-2.647-5.92-5.92-5.92c-3.263,0-5.92,2.65-5.92,5.92 c0,3.26,2.657,5.917,5.92,5.917C88.211,454.152,90.857,451.495,90.857,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M105.369,448.235c0-3.27-2.65-5.92-5.924-5.92c-3.267,0-5.917,2.65-5.917,5.92 c0,3.26,2.65,5.917,5.917,5.917C102.719,454.152,105.369,451.495,105.369,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M61.838,462.685c0-3.271-2.653-5.924-5.917-5.924 c-3.271,0-5.921,2.654-5.921,5.924c0,3.27,2.65,5.913,5.921,5.913 C59.184,468.598,61.838,465.955,61.838,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M76.343,462.685c0-3.271-2.643-5.924-5.914-5.924 c-3.271,0-5.921,2.654-5.921,5.924c0,3.27,2.65,5.913,5.921,5.913 C73.699,468.598,76.343,465.955,76.343,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M192.422,462.685c0-3.271-2.65-5.924-5.924-5.924 c-3.267,0-5.917,2.654-5.917,5.924c0,3.27,2.65,5.913,5.917,5.913 C189.772,468.598,192.422,465.955,192.422,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M206.931,462.685c0-3.271-2.65-5.924-5.924-5.924c-3.27,0-5.92,2.654-5.92,5.924 c0,3.27,2.65,5.913,5.92,5.913C204.28,468.598,206.931,465.955,206.931,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,462.685c0-3.271-2.65-5.924-5.917-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.27,2.647,5.913,5.92,5.913C218.785,468.598,221.436,465.955,221.436,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,462.685c0-3.271-2.654-5.924-5.921-5.924c-3.27,0-5.92,2.654-5.92,5.924 c0,3.27,2.65,5.913,5.92,5.913C233.294,468.598,235.947,465.955,235.947,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M192.422,477.141c0-3.274-2.65-5.913-5.924-5.913c-3.267,0-5.917,2.64-5.917,5.913 c0,3.267,2.65,5.924,5.917,5.924C189.772,483.065,192.422,480.408,192.422,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M206.931,477.141c0-3.274-2.65-5.913-5.924-5.913c-3.27,0-5.92,2.64-5.92,5.913 c0,3.267,2.65,5.924,5.92,5.924C204.28,483.065,206.931,480.408,206.931,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,477.141c0-3.274-2.65-5.913-5.917-5.913c-3.274,0-5.92,2.64-5.92,5.913 c0,3.267,2.647,5.924,5.92,5.924C218.785,483.065,221.436,480.408,221.436,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,477.141c0-3.274-2.654-5.913-5.921-5.913c-3.27,0-5.92,2.64-5.92,5.913 c0,3.267,2.65,5.924,5.92,5.924C233.294,483.065,235.947,480.408,235.947,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M206.931,491.584c0-3.26-2.65-5.903-5.924-5.903c-3.27,0-5.92,2.643-5.92,5.903 c0,3.277,2.65,5.927,5.92,5.927C204.28,497.511,206.931,494.861,206.931,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,491.584c0-3.26-2.65-5.903-5.917-5.903c-3.274,0-5.92,2.643-5.92,5.903 c0,3.277,2.647,5.927,5.92,5.927C218.785,497.511,221.436,494.861,221.436,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,491.584c0-3.26-2.654-5.903-5.921-5.903c-3.27,0-5.92,2.643-5.92,5.903 c0,3.277,2.65,5.927,5.92,5.927C233.294,497.511,235.947,494.861,235.947,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M206.931,506.051c0-3.27-2.65-5.924-5.924-5.924c-3.27,0-5.92,2.654-5.92,5.924 c0,3.271,2.65,5.92,5.92,5.92C204.28,511.971,206.931,509.321,206.931,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,506.051c0-3.27-2.65-5.924-5.917-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.271,2.647,5.92,5.92,5.92C218.785,511.971,221.436,509.321,221.436,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,506.051c0-3.27-2.654-5.924-5.921-5.924c-3.27,0-5.92,2.654-5.92,5.924 c0,3.271,2.65,5.92,5.92,5.92C233.294,511.971,235.947,509.321,235.947,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M206.931,520.504c0-3.277-2.65-5.917-5.924-5.917c-3.27,0-5.92,2.64-5.92,5.917 c0,3.271,2.65,5.924,5.92,5.924C204.28,526.428,206.931,523.775,206.931,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,520.504c0-3.277-2.65-5.917-5.917-5.917c-3.274,0-5.92,2.64-5.92,5.917 c0,3.271,2.647,5.924,5.92,5.924C218.785,526.428,221.436,523.775,221.436,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,520.504c0-3.277-2.654-5.917-5.921-5.917c-3.27,0-5.92,2.64-5.92,5.917 c0,3.271,2.65,5.924,5.92,5.924C233.294,526.428,235.947,523.775,235.947,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M221.436,534.961c0-3.274-2.65-5.924-5.917-5.924c-3.274,0-5.92,2.65-5.92,5.924 c0,3.271,2.647,5.914,5.92,5.914C218.785,540.874,221.436,538.231,221.436,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,534.961c0-3.274-2.654-5.924-5.921-5.924c-3.27,0-5.92,2.65-5.92,5.924 c0,3.271,2.65,5.914,5.92,5.914C233.294,540.874,235.947,538.231,235.947,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M235.947,549.414c0-3.271-2.654-5.931-5.921-5.931c-3.27,0-5.92,2.66-5.92,5.931 c0,3.26,2.65,5.917,5.92,5.917C233.294,555.331,235.947,552.674,235.947,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M250.459,549.414c0-3.271-2.657-5.931-5.921-5.931c-3.274,0-5.924,2.66-5.924,5.931 c0,3.26,2.65,5.917,5.924,5.917C247.802,555.331,250.459,552.674,250.459,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M250.459,563.86c0-3.267-2.657-5.907-5.921-5.907c-3.274,0-5.924,2.64-5.924,5.907 c0,3.27,2.65,5.938,5.924,5.938C247.802,569.798,250.459,567.13,250.459,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M264.957,375.966c0-3.27-2.64-5.927-5.914-5.927c-3.274,0-5.92,2.657-5.92,5.927 c0,3.257,2.647,5.91,5.92,5.91C262.317,381.876,264.957,379.222,264.957,375.966z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,390.409c0-3.267-2.64-5.917-5.914-5.917c-3.274,0-5.92,2.65-5.92,5.917 c0,3.274,2.647,5.924,5.92,5.924C262.317,396.332,264.957,393.682,264.957,390.409z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,404.865c0-3.26-2.64-5.914-5.914-5.914c-3.274,0-5.92,2.654-5.92,5.914 c0,3.27,2.647,5.924,5.92,5.924C262.317,410.789,264.957,408.135,264.957,404.865z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,419.329c0-3.281-2.64-5.917-5.914-5.917c-3.274,0-5.92,2.636-5.92,5.917 c0,3.263,2.647,5.921,5.92,5.921C262.317,425.249,264.957,422.592,264.957,419.329z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,433.775c0-3.271-2.64-5.917-5.914-5.917c-3.274,0-5.92,2.647-5.92,5.917 c0,3.27,2.647,5.924,5.92,5.924C262.317,439.699,264.957,437.045,264.957,433.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,448.235c0-3.27-2.64-5.92-5.914-5.92c-3.274,0-5.92,2.65-5.92,5.92 c0,3.26,2.647,5.917,5.92,5.917C262.317,454.152,264.957,451.495,264.957,448.235z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,462.685c0-3.271-2.64-5.924-5.914-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.27,2.647,5.913,5.92,5.913C262.317,468.598,264.957,465.955,264.957,462.685z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,477.141c0-3.274-2.64-5.913-5.914-5.913c-3.274,0-5.92,2.64-5.92,5.913 c0,3.267,2.647,5.924,5.92,5.924C262.317,483.065,264.957,480.408,264.957,477.141z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,491.584c0-3.26-2.64-5.903-5.914-5.903c-3.274,0-5.92,2.643-5.92,5.903 c0,3.277,2.647,5.927,5.92,5.927C262.317,497.511,264.957,494.861,264.957,491.584z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,506.051c0-3.27-2.64-5.924-5.914-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.271,2.647,5.92,5.92,5.92C262.317,511.971,264.957,509.321,264.957,506.051z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,520.504c0-3.277-2.64-5.917-5.914-5.917c-3.274,0-5.92,2.64-5.92,5.917 c0,3.271,2.647,5.924,5.92,5.924C262.317,526.428,264.957,523.775,264.957,520.504z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,534.961c0-3.274-2.64-5.924-5.914-5.924c-3.274,0-5.92,2.65-5.92,5.924 c0,3.271,2.647,5.914,5.92,5.914C262.317,540.874,264.957,538.231,264.957,534.961z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,549.414c0-3.271-2.64-5.931-5.914-5.931c-3.274,0-5.92,2.66-5.92,5.931 c0,3.26,2.647,5.917,5.92,5.917C262.317,555.331,264.957,552.674,264.957,549.414z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,563.86c0-3.267-2.64-5.907-5.914-5.907c-3.274,0-5.92,2.64-5.92,5.907 c0,3.27,2.647,5.938,5.92,5.938C262.317,569.798,264.957,567.13,264.957,563.86z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,578.324c0-3.267-2.64-5.924-5.914-5.924c-3.274,0-5.92,2.657-5.92,5.924 c0,3.263,2.647,5.914,5.92,5.914C262.317,584.237,264.957,581.587,264.957,578.324z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M264.957,592.78c0-3.277-2.64-5.931-5.914-5.931c-3.274,0-5.92,2.654-5.92,5.931 c0,3.263,2.647,5.924,5.92,5.924C262.317,598.704,264.957,596.044,264.957,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M279.472,592.78c0-3.277-2.65-5.931-5.921-5.931c-3.27,0-5.927,2.654-5.927,5.931 c0,3.263,2.657,5.924,5.927,5.924C276.822,598.704,279.472,596.044,279.472,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M293.98,592.78c0-3.277-2.65-5.931-5.92-5.931c-3.267,0-5.917,2.654-5.917,5.931 c0,3.263,2.65,5.924,5.917,5.924C291.33,598.704,293.98,596.044,293.98,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M308.496,592.78c0-3.277-2.654-5.931-5.924-5.931c-3.271,0-5.927,2.654-5.927,5.931 c0,3.263,2.657,5.924,5.927,5.924C305.842,598.704,308.496,596.044,308.496,592.78z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M293.98,607.226c0-3.27-2.65-5.931-5.92-5.931c-3.267,0-5.917,2.661-5.917,5.931 c0,3.274,2.65,5.924,5.917,5.924C291.33,613.15,293.98,610.5,293.98,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M308.496,607.226c0-3.27-2.654-5.931-5.924-5.931c-3.271,0-5.927,2.661-5.927,5.931 c0,3.274,2.657,5.924,5.927,5.924C305.842,613.15,308.496,610.5,308.496,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M323,607.226c0-3.27-2.653-5.931-5.92-5.931c-3.27,0-5.927,2.661-5.927,5.931 c0,3.274,2.657,5.924,5.927,5.924C320.347,613.15,323,610.5,323,607.226z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M323,621.683c0-3.263-2.653-5.924-5.92-5.924c-3.27,0-5.927,2.66-5.927,5.924 c0,3.267,2.657,5.927,5.927,5.927C320.347,627.61,323,624.95,323,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,621.683c0-3.263-2.647-5.924-5.92-5.924c-3.263,0-5.921,2.66-5.921,5.924 c0,3.267,2.657,5.927,5.921,5.927C363.879,627.61,366.525,624.95,366.525,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,621.683c0-3.263-2.653-5.924-5.924-5.924c-3.271,0-5.92,2.66-5.92,5.924 c0,3.267,2.65,5.927,5.92,5.927C378.384,627.61,381.037,624.95,381.037,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,621.683c0-3.263-2.65-5.924-5.921-5.924c-3.274,0-5.92,2.66-5.92,5.924 c0,3.267,2.647,5.927,5.92,5.927C392.892,627.61,395.542,624.95,395.542,621.683z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M337.509,636.136c0-3.271-2.654-5.92-5.921-5.92c-3.27,0-5.924,2.65-5.924,5.92 c0,3.271,2.654,5.927,5.924,5.927C334.855,642.064,337.509,639.407,337.509,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,636.136c0-3.271-2.657-5.92-5.927-5.92c-3.263,0-5.917,2.65-5.917,5.92 c0,3.271,2.654,5.927,5.917,5.927C349.363,642.064,352.021,639.407,352.021,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,636.136c0-3.271-2.647-5.92-5.92-5.92c-3.263,0-5.921,2.65-5.921,5.92 c0,3.271,2.657,5.927,5.921,5.927C363.879,642.064,366.525,639.407,366.525,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3ccircle fill='%2300A1A9' cx='375.115' cy='636.136' r='5.922' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,636.136c0-3.271-2.65-5.92-5.921-5.92c-3.274,0-5.92,2.65-5.92,5.92 c0,3.271,2.647,5.927,5.92,5.927C392.892,642.064,395.542,639.407,395.542,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,636.136c0-3.271-2.654-5.92-5.921-5.92c-3.267,0-5.92,2.65-5.92,5.92 c0,3.271,2.654,5.927,5.92,5.927C407.4,642.064,410.054,639.407,410.054,636.136z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,650.582c0-3.256-2.657-5.917-5.927-5.917c-3.263,0-5.917,2.66-5.917,5.917 c0,3.278,2.654,5.924,5.917,5.924C349.363,656.507,352.021,653.86,352.021,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,650.582c0-3.256-2.647-5.917-5.92-5.917c-3.263,0-5.921,2.66-5.921,5.917 c0,3.278,2.657,5.924,5.921,5.924C363.879,656.507,366.525,653.86,366.525,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,650.582c0-3.256-2.653-5.917-5.924-5.917c-3.271,0-5.92,2.66-5.92,5.917 c0,3.278,2.65,5.924,5.92,5.924C378.384,656.507,381.037,653.86,381.037,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,650.582c0-3.256-2.65-5.917-5.921-5.917c-3.274,0-5.92,2.66-5.92,5.917 c0,3.278,2.647,5.924,5.92,5.924C392.892,656.507,395.542,653.86,395.542,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,650.582c0-3.256-2.654-5.917-5.921-5.917c-3.267,0-5.92,2.66-5.92,5.917 c0,3.278,2.654,5.924,5.92,5.924C407.4,656.507,410.054,653.86,410.054,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,650.582c0-3.256-2.65-5.917-5.917-5.917c-3.274,0-5.921,2.66-5.921,5.917 c0,3.278,2.647,5.924,5.921,5.924C421.908,656.507,424.558,653.86,424.558,650.582z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M337.509,665.039c0-3.27-2.654-5.917-5.921-5.917c-3.27,0-5.924,2.647-5.924,5.917 c0,3.274,2.654,5.921,5.924,5.921C334.855,670.96,337.509,668.313,337.509,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,665.039c0-3.27-2.657-5.917-5.927-5.917c-3.263,0-5.917,2.647-5.917,5.917 c0,3.274,2.654,5.921,5.917,5.921C349.363,670.96,352.021,668.313,352.021,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,665.039c0-3.27-2.647-5.917-5.92-5.917c-3.263,0-5.921,2.647-5.921,5.917 c0,3.274,2.657,5.921,5.921,5.921C363.879,670.96,366.525,668.313,366.525,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,665.039c0-3.27-2.653-5.917-5.924-5.917c-3.271,0-5.92,2.647-5.92,5.917 c0,3.274,2.65,5.921,5.92,5.921C378.384,670.96,381.037,668.313,381.037,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,665.039c0-3.27-2.65-5.917-5.921-5.917c-3.274,0-5.92,2.647-5.92,5.917 c0,3.274,2.647,5.921,5.92,5.921C392.892,670.96,395.542,668.313,395.542,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,665.039c0-3.27-2.654-5.917-5.921-5.917c-3.267,0-5.92,2.647-5.92,5.917 c0,3.274,2.654,5.921,5.92,5.921C407.4,670.96,410.054,668.313,410.054,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,665.039c0-3.27-2.65-5.917-5.917-5.917c-3.274,0-5.921,2.647-5.921,5.917 c0,3.274,2.647,5.921,5.921,5.921C421.908,670.96,424.558,668.313,424.558,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,665.039c0-3.27-2.653-5.917-5.917-5.917c-3.271,0-5.924,2.647-5.924,5.917 c0,3.274,2.653,5.921,5.924,5.921C436.413,670.96,439.067,668.313,439.067,665.039z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M337.509,679.503c0-3.274-2.654-5.934-5.921-5.934c-3.27,0-5.924,2.66-5.924,5.934 c0,3.267,2.654,5.91,5.924,5.91C334.855,685.413,337.509,682.769,337.509,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M352.021,679.503c0-3.274-2.657-5.934-5.927-5.934c-3.263,0-5.917,2.66-5.917,5.934 c0,3.267,2.654,5.91,5.917,5.91C349.363,685.413,352.021,682.769,352.021,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,679.503c0-3.274-2.647-5.934-5.92-5.934c-3.263,0-5.921,2.66-5.921,5.934 c0,3.267,2.657,5.91,5.921,5.91C363.879,685.413,366.525,682.769,366.525,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,679.503c0-3.274-2.653-5.934-5.924-5.934c-3.271,0-5.92,2.66-5.92,5.934 c0,3.267,2.65,5.91,5.92,5.91C378.384,685.413,381.037,682.769,381.037,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,679.503c0-3.274-2.65-5.934-5.921-5.934c-3.274,0-5.92,2.66-5.92,5.934 c0,3.267,2.647,5.91,5.92,5.91C392.892,685.413,395.542,682.769,395.542,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,679.503c0-3.274-2.654-5.934-5.921-5.934c-3.267,0-5.92,2.66-5.92,5.934 c0,3.267,2.654,5.91,5.92,5.91C407.4,685.413,410.054,682.769,410.054,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,679.503c0-3.274-2.65-5.934-5.917-5.934c-3.274,0-5.921,2.66-5.921,5.934 c0,3.267,2.647,5.91,5.921,5.91C421.908,685.413,424.558,682.769,424.558,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,679.503c0-3.274-2.653-5.934-5.917-5.934c-3.271,0-5.924,2.66-5.924,5.934 c0,3.267,2.653,5.91,5.924,5.91C436.413,685.413,439.067,682.769,439.067,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,679.503c0-3.274-2.65-5.934-5.921-5.934c-3.267,0-5.924,2.66-5.924,5.934 c0,3.267,2.657,5.91,5.924,5.91C450.928,685.413,453.579,682.769,453.579,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,679.503c0-3.274-2.65-5.934-5.914-5.934c-3.281,0-5.931,2.66-5.931,5.934 c0,3.267,2.65,5.91,5.931,5.91C465.437,685.413,468.087,682.769,468.087,679.503z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3cg%3e%3cpath fill='%2300A1A9' d='M352.021,693.949c0-3.256-2.657-5.92-5.927-5.92c-3.263,0-5.917,2.664-5.917,5.92 c0,3.274,2.654,5.924,5.917,5.924C349.363,699.873,352.021,697.222,352.021,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,693.949c0-3.256-2.647-5.92-5.92-5.92c-3.263,0-5.921,2.664-5.921,5.92 c0,3.274,2.657,5.924,5.921,5.924C363.879,699.873,366.525,697.222,366.525,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,693.949c0-3.256-2.653-5.92-5.924-5.92c-3.271,0-5.92,2.664-5.92,5.92 c0,3.274,2.65,5.924,5.92,5.924C378.384,699.873,381.037,697.222,381.037,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,693.949c0-3.256-2.65-5.92-5.921-5.92c-3.274,0-5.92,2.664-5.92,5.92 c0,3.274,2.647,5.924,5.92,5.924C392.892,699.873,395.542,697.222,395.542,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,693.949c0-3.256-2.654-5.92-5.921-5.92c-3.267,0-5.92,2.664-5.92,5.92 c0,3.274,2.654,5.924,5.92,5.924C407.4,699.873,410.054,697.222,410.054,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,693.949c0-3.256-2.65-5.92-5.917-5.92c-3.274,0-5.921,2.664-5.921,5.92 c0,3.274,2.647,5.924,5.921,5.924C421.908,699.873,424.558,697.222,424.558,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,693.949c0-3.256-2.653-5.92-5.917-5.92c-3.271,0-5.924,2.664-5.924,5.92 c0,3.274,2.653,5.924,5.924,5.924C436.413,699.873,439.067,697.222,439.067,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,693.949c0-3.256-2.65-5.92-5.921-5.92c-3.267,0-5.924,2.664-5.924,5.92 c0,3.274,2.657,5.924,5.924,5.924C450.928,699.873,453.579,697.222,453.579,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,693.949c0-3.256-2.65-5.92-5.914-5.92c-3.281,0-5.931,2.664-5.931,5.92 c0,3.274,2.65,5.924,5.931,5.924C465.437,699.873,468.087,697.222,468.087,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M482.595,693.949c0-3.256-2.653-5.92-5.924-5.92c-3.267,0-5.917,2.664-5.917,5.92 c0,3.274,2.65,5.924,5.917,5.924C479.942,699.873,482.595,697.222,482.595,693.949z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M352.021,708.412c0-3.27-2.657-5.924-5.927-5.924c-3.263,0-5.917,2.654-5.917,5.924 c0,3.271,2.654,5.914,5.917,5.914C349.363,714.326,352.021,711.683,352.021,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,708.412c0-3.27-2.647-5.924-5.92-5.924c-3.263,0-5.921,2.654-5.921,5.924 c0,3.271,2.657,5.914,5.921,5.914C363.879,714.326,366.525,711.683,366.525,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,708.412c0-3.27-2.653-5.924-5.924-5.924c-3.271,0-5.92,2.654-5.92,5.924 c0,3.271,2.65,5.914,5.92,5.914C378.384,714.326,381.037,711.683,381.037,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,708.412c0-3.27-2.65-5.924-5.921-5.924c-3.274,0-5.92,2.654-5.92,5.924 c0,3.271,2.647,5.914,5.92,5.914C392.892,714.326,395.542,711.683,395.542,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,708.412c0-3.27-2.654-5.924-5.921-5.924c-3.267,0-5.92,2.654-5.92,5.924 c0,3.271,2.654,5.914,5.92,5.914C407.4,714.326,410.054,711.683,410.054,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,708.412c0-3.27-2.65-5.924-5.917-5.924c-3.274,0-5.921,2.654-5.921,5.924 c0,3.271,2.647,5.914,5.921,5.914C421.908,714.326,424.558,711.683,424.558,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,708.412c0-3.27-2.653-5.924-5.917-5.924c-3.271,0-5.924,2.654-5.924,5.924 c0,3.271,2.653,5.914,5.924,5.914C436.413,714.326,439.067,711.683,439.067,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,708.412c0-3.27-2.65-5.924-5.921-5.924c-3.267,0-5.924,2.654-5.924,5.924 c0,3.271,2.657,5.914,5.924,5.914C450.928,714.326,453.579,711.683,453.579,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,708.412c0-3.27-2.65-5.924-5.914-5.924c-3.281,0-5.931,2.654-5.931,5.924 c0,3.271,2.65,5.914,5.931,5.914C465.437,714.326,468.087,711.683,468.087,708.412z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M366.525,722.859c0-3.263-2.647-5.92-5.92-5.92c-3.263,0-5.921,2.657-5.921,5.92 c0,3.277,2.657,5.917,5.921,5.917C363.879,728.775,366.525,726.136,366.525,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,722.859c0-3.263-2.653-5.92-5.924-5.92c-3.271,0-5.92,2.657-5.92,5.92 c0,3.277,2.65,5.917,5.92,5.917C378.384,728.775,381.037,726.136,381.037,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,722.859c0-3.263-2.65-5.92-5.921-5.92c-3.274,0-5.92,2.657-5.92,5.92 c0,3.277,2.647,5.917,5.92,5.917C392.892,728.775,395.542,726.136,395.542,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,722.859c0-3.263-2.654-5.92-5.921-5.92c-3.267,0-5.92,2.657-5.92,5.92 c0,3.277,2.654,5.917,5.92,5.917C407.4,728.775,410.054,726.136,410.054,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,722.859c0-3.263-2.65-5.92-5.917-5.92c-3.274,0-5.921,2.657-5.921,5.92 c0,3.277,2.647,5.917,5.921,5.917C421.908,728.775,424.558,726.136,424.558,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,722.859c0-3.263-2.653-5.92-5.917-5.92c-3.271,0-5.924,2.657-5.924,5.92 c0,3.277,2.653,5.917,5.924,5.917C436.413,728.775,439.067,726.136,439.067,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,722.859c0-3.263-2.65-5.92-5.921-5.92c-3.267,0-5.924,2.657-5.924,5.92 c0,3.277,2.657,5.917,5.924,5.917C450.928,728.775,453.579,726.136,453.579,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,722.859c0-3.263-2.65-5.92-5.914-5.92c-3.281,0-5.931,2.657-5.931,5.92 c0,3.277,2.65,5.917,5.931,5.917C465.437,728.775,468.087,726.136,468.087,722.859z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M381.037,737.312c0-3.263-2.653-5.914-5.924-5.914c-3.271,0-5.92,2.65-5.92,5.914 c0,3.271,2.65,5.924,5.92,5.924C378.384,743.236,381.037,740.582,381.037,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,737.312c0-3.263-2.65-5.914-5.921-5.914c-3.274,0-5.92,2.65-5.92,5.914 c0,3.271,2.647,5.924,5.92,5.924C392.892,743.236,395.542,740.582,395.542,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,737.312c0-3.263-2.654-5.914-5.921-5.914c-3.267,0-5.92,2.65-5.92,5.914 c0,3.271,2.654,5.924,5.92,5.924C407.4,743.236,410.054,740.582,410.054,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,737.312c0-3.263-2.65-5.914-5.917-5.914c-3.274,0-5.921,2.65-5.921,5.914 c0,3.271,2.647,5.924,5.921,5.924C421.908,743.236,424.558,740.582,424.558,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,737.312c0-3.263-2.653-5.914-5.917-5.914c-3.271,0-5.924,2.65-5.924,5.914 c0,3.271,2.653,5.924,5.924,5.924C436.413,743.236,439.067,740.582,439.067,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M453.579,737.312c0-3.263-2.65-5.914-5.921-5.914c-3.267,0-5.924,2.65-5.924,5.914 c0,3.271,2.657,5.924,5.924,5.924C450.928,743.236,453.579,740.582,453.579,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M468.087,737.312c0-3.263-2.65-5.914-5.914-5.914c-3.281,0-5.931,2.65-5.931,5.914 c0,3.271,2.65,5.924,5.931,5.924C465.437,743.236,468.087,740.582,468.087,737.312z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3cpath fill='%2300A1A9' d='M381.037,751.775c0-3.284-2.653-5.934-5.924-5.934c-3.271,0-5.92,2.65-5.92,5.934 c0,3.271,2.65,5.91,5.92,5.91C378.384,757.685,381.037,755.046,381.037,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,751.775c0-3.284-2.65-5.934-5.921-5.934c-3.274,0-5.92,2.65-5.92,5.934 c0,3.271,2.647,5.91,5.92,5.91C392.892,757.685,395.542,755.046,395.542,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,751.775c0-3.284-2.654-5.934-5.921-5.934c-3.267,0-5.92,2.65-5.92,5.934 c0,3.271,2.654,5.91,5.92,5.91C407.4,757.685,410.054,755.046,410.054,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,751.775c0-3.284-2.65-5.934-5.917-5.934c-3.274,0-5.921,2.65-5.921,5.934 c0,3.271,2.647,5.91,5.921,5.91C421.908,757.685,424.558,755.046,424.558,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,751.775c0-3.284-2.653-5.934-5.917-5.934c-3.271,0-5.924,2.65-5.924,5.934 c0,3.271,2.653,5.91,5.924,5.91C436.413,757.685,439.067,755.046,439.067,751.775z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,766.221c0-3.281-2.653-5.921-5.924-5.921c-3.271,0-5.92,2.64-5.92,5.921 c0,3.267,2.65,5.924,5.92,5.924C378.384,772.145,381.037,769.488,381.037,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,766.221c0-3.281-2.65-5.921-5.921-5.921c-3.274,0-5.92,2.64-5.92,5.921 c0,3.267,2.647,5.924,5.92,5.924C392.892,772.145,395.542,769.488,395.542,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,766.221c0-3.281-2.654-5.921-5.921-5.921c-3.267,0-5.92,2.64-5.92,5.921 c0,3.267,2.654,5.924,5.92,5.924C407.4,772.145,410.054,769.488,410.054,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,766.221c0-3.281-2.65-5.921-5.917-5.921c-3.274,0-5.921,2.64-5.921,5.921 c0,3.267,2.647,5.924,5.921,5.924C421.908,772.145,424.558,769.488,424.558,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M439.067,766.221c0-3.281-2.653-5.921-5.917-5.921c-3.271,0-5.924,2.64-5.924,5.921 c0,3.267,2.653,5.924,5.924,5.924C436.413,772.145,439.067,769.488,439.067,766.221z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,780.681c0-3.274-2.653-5.931-5.924-5.931c-3.271,0-5.92,2.657-5.92,5.931 c0,3.274,2.65,5.917,5.92,5.917C378.384,786.598,381.037,783.955,381.037,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,780.681c0-3.274-2.65-5.931-5.921-5.931c-3.274,0-5.92,2.657-5.92,5.931 c0,3.274,2.647,5.917,5.92,5.917C392.892,786.598,395.542,783.955,395.542,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,780.681c0-3.274-2.654-5.931-5.921-5.931c-3.267,0-5.92,2.657-5.92,5.931 c0,3.274,2.654,5.917,5.92,5.917C407.4,786.598,410.054,783.955,410.054,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M424.558,780.681c0-3.274-2.65-5.931-5.917-5.931c-3.274,0-5.921,2.657-5.921,5.931 c0,3.274,2.647,5.917,5.921,5.917C421.908,786.598,424.558,783.955,424.558,780.681z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,795.121c0-3.26-2.647-5.914-5.92-5.914c-3.263,0-5.921,2.654-5.921,5.914 c0,3.281,2.657,5.931,5.921,5.931C363.879,801.052,366.525,798.401,366.525,795.121z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,795.121c0-3.26-2.653-5.914-5.924-5.914c-3.271,0-5.92,2.654-5.92,5.914 c0,3.281,2.65,5.931,5.92,5.931C378.384,801.052,381.037,798.401,381.037,795.121z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,795.121c0-3.26-2.65-5.914-5.921-5.914c-3.274,0-5.92,2.654-5.92,5.914 c0,3.281,2.647,5.931,5.92,5.931C392.892,801.052,395.542,798.401,395.542,795.121z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M410.054,795.121c0-3.26-2.654-5.914-5.921-5.914c-3.267,0-5.92,2.654-5.92,5.914 c0,3.281,2.654,5.931,5.92,5.931C407.4,801.052,410.054,798.401,410.054,795.121z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,809.588c0-3.28-2.647-5.913-5.92-5.913c-3.263,0-5.921,2.633-5.921,5.913 c0,3.271,2.657,5.924,5.921,5.924C363.879,815.512,366.525,812.858,366.525,809.588z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,809.588c0-3.28-2.653-5.913-5.924-5.913c-3.271,0-5.92,2.633-5.92,5.913 c0,3.271,2.65,5.924,5.92,5.924C378.384,815.512,381.037,812.858,381.037,809.588z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,809.588c0-3.28-2.65-5.913-5.921-5.913c-3.274,0-5.92,2.633-5.92,5.913 c0,3.271,2.647,5.924,5.92,5.924C392.892,815.512,395.542,812.858,395.542,809.588z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,824.03c0-3.263-2.647-5.914-5.92-5.914c-3.263,0-5.921,2.65-5.921,5.914 c0,3.284,2.657,5.927,5.921,5.927C363.879,829.958,366.525,827.315,366.525,824.03z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,824.03c0-3.263-2.653-5.914-5.924-5.914c-3.271,0-5.92,2.65-5.92,5.914 c0,3.284,2.65,5.927,5.92,5.927C378.384,829.958,381.037,827.315,381.037,824.03z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,838.487c0-3.271-2.647-5.914-5.92-5.914c-3.263,0-5.921,2.643-5.921,5.914 c0,3.271,2.657,5.927,5.921,5.927C363.879,844.414,366.525,841.758,366.525,838.487z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,838.487c0-3.271-2.653-5.914-5.924-5.914c-3.271,0-5.92,2.643-5.92,5.914 c0,3.271,2.65,5.927,5.92,5.927C378.384,844.414,381.037,841.758,381.037,838.487z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,852.94c0-3.267-2.647-5.917-5.92-5.917c-3.263,0-5.921,2.65-5.921,5.917 c0,3.271,2.657,5.934,5.921,5.934C363.879,858.874,366.525,856.211,366.525,852.94z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,852.94c0-3.267-2.653-5.917-5.924-5.917c-3.271,0-5.92,2.65-5.92,5.917 c0,3.271,2.65,5.934,5.92,5.934C378.384,858.874,381.037,856.211,381.037,852.94z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M366.525,867.397c0-3.267-2.647-5.917-5.92-5.917c-3.263,0-5.921,2.65-5.921,5.917 c0,3.277,2.657,5.927,5.921,5.927C363.879,873.324,366.525,870.674,366.525,867.397z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M381.037,867.397c0-3.267-2.653-5.917-5.924-5.917c-3.271,0-5.92,2.65-5.92,5.917 c0,3.277,2.65,5.927,5.92,5.927C378.384,873.324,381.037,870.674,381.037,867.397z' style='fill: rgb(0, 0, 0);'/%3e%3cpath fill='%2300A1A9' d='M395.542,867.397c0-3.267-2.65-5.917-5.921-5.917c-3.274,0-5.92,2.65-5.92,5.917 c0,3.277,2.647,5.927,5.92,5.927C392.892,873.324,395.542,870.674,395.542,867.397z' style='fill: rgb(0, 0, 0);'/%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/g%3e%3c/svg%3e"); }

main > .wrapper > .about .team .map i { position: absolute; color: #FD9527; }

main > .wrapper > .about .team .map i.to { left: 143px; top: 78px; }

main > .wrapper > .about .team .map i.sf { left: 87px; top: 109px; }

main > .wrapper > .about .team h3 { font-size: 24px; }

main > .wrapper > .about .team p { color: #5D5966; font-size: 17px; }

main > .wrapper > .about .team p a { font-weight: 500; }

main > .wrapper > .about .team p b { font-weight: 500; }

main > .wrapper > .about .team .members a img { margin: 10px; width: 96px; height: 96px; border-radius: 100%; filter: grayscale(100%); }

@media screen and (max-width: 600px) { main > .wrapper > .about .team .members a img { margin: 6px; width: 64px; height: 64px; } }

main > .wrapper > .about .team .members a:hover img { filter: none; }

main > .wrapper > .about .community { margin: 0 auto; max-width: 720px; text-align: center; }

main > .wrapper > .about .community h3 { font-size: 24px; }

main > .wrapper > .about .community p { color: #5D5966; font-size: 17px; }

main > .wrapper > .about .community p a { font-weight: 500; }

main > .wrapper > .about .community p b { font-weight: 500; }

main > .wrapper > .about .community .groups { padding-top: 5px; padding-bottom: 25px; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; }

main > .wrapper > .about .community .groups a { display: block; }

main > .wrapper > .about .community .groups a:first-child { margin-top: 9px; margin-right: 30px; }

@media screen and (max-width: 600px) { main > .wrapper > .about .community .groups a:first-child { margin-top: 0; margin-right: 0; margin-bottom: 15px; } }

main > .wrapper > .about .community .images a img { margin-bottom: 5px; filter: grayscale(100%); }

main > .wrapper > .about .community .images a:hover img { filter: none; }

main > .wrapper > .about .press { margin: 0 auto; text-align: center; max-width: 500px; }

main > .wrapper > .about .press h3 { font-size: 24px; }

main > .wrapper > .about .press img { margin-bottom: 15px; }

main > .wrapper > .about .press p { font-size: 17px; }

main > .wrapper > .about .info { margin-bottom: 90px; text-align: center; }

main > .wrapper > .about .info p { margin-bottom: 10px; color: #908C99; font-size: 22px; }

main > .wrapper > .about .info p a { color: #908C99; }

@media screen and (max-width: 600px) { main > .wrapper > .about .info { margin-bottom: 60px; } }

main .pricing > .header { margin: 0 auto; max-width: 550px; padding: 0 15px; text-align: center; }

main .pricing > .header h1 { padding-top: 30px; font-size: 40px; }

main .pricing > .header p { font-size: 20px; color: #5D5966; }

main .pricing > .header p a { font-weight: 500; }

@media screen and (max-width: 600px) { main .pricing > .header h1 { padding-top: 15px; font-size: 34px; } }

main .pricing > .header .announcement { margin: 30px auto 0; display: inline-block; padding: 4px 11px; border: 1px solid #9383bd; background-color: #e3e3e7; border-radius: 3px; font-size: 15px; }

main .pricing > .header .announcement > span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media screen and (max-width: 600px) { main .pricing > .header .announcement > span { display: block; } }

@media screen and (max-width: 600px) { main .pricing > .header .announcement { margin: 15px auto 0; padding: 5px 15px; font-size: 14px; } }

main .pricing > .header .announcement .content { color: #5D5966; }

main .pricing > .header .announcement .content i { margin-left: 3px; }

main .pricing > .header .announcement:hover { background-color: #dbdae0; border-color: #69559e; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

main .pricing .table { margin: 40px auto 0; display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; }

@media screen and (max-width: 600px) { main .pricing .table { margin-top: 45px; flex-direction: column; justify-content: flex-start; align-items: center; } }

main .pricing .table > .row { display: flex; justify-content: center; align-items: flex-start; flex-wrap: wrap; }

main .pricing .table > .row > div { margin: 0 15px 30px; width: 280px; }

@media screen and (max-width: 600px) { main .pricing .table > .row > div { margin-left: 0; margin-right: 0; width: 280px; } }

main .pricing .table > .row > div .cost { border: 2px solid #C7C6CC; border-radius: 3px; }

main .pricing .table > .row > div .cost .header { padding: 25px 0; margin-bottom: 0; text-transform: uppercase; text-align: center; letter-spacing: 1px; font-size: 20px; font-weight: 500; line-height: 1.1; border-bottom: 2px solid #C7C6CC; }

main .pricing .table > .row > div .cost .numbers { text-align: center; padding-top: 75px; height: 200px; display: flex; flex-direction: column; justify-content: space-between; }

main .pricing .table > .row > div .cost .numbers div p:first-child { line-height: 1; font-size: 68px; }

main .pricing .table > .row > div .cost .numbers div p:first-child span { font-size: 42px; margin-right: 4px; font-weight: 400; vertical-align: 14px; }

main .pricing .table > .row > div .cost .numbers div p:nth-child(2) { color: #908C99; font-size: 14px; margin-bottom: 10px; }

main .pricing .table > .row > div .cost .numbers > p { color: #908C99; font-size: 16px; margin-bottom: 6px; }

main .pricing .table > .row > div .cost a.action.signup { display: inline-block; background-color: #69559e; border: 2px solid #5e4c8e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; }

main .pricing .table > .row > div .cost a.action.signup:hover { background-color: #5e4c8e; }

main .pricing .table > .row > div .cost a.action.signup:active { border-color: #271f3b; background-color: #483a6c; }

main .pricing .table > .row > div .cost a.action.start { color: white; border: 2px solid #ef7c02; background-color: #FD9527; border-radius: 3px; font-size: 26px; padding: 14px 26px; display: inline-block; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; }

main .pricing .table > .row > div .cost a.action.start:hover { background-color: #f98102; }

main .pricing .table > .row > div .cost a.action.start:active { border-color: #a35502; background-color: #d66f02; }

@media screen and (max-width: 600px) { main .pricing .table > .row > div .cost a.action.start { font-size: 22px; padding: 10px 22px; } }

main .pricing .table > .row > div .cost a.action.upgrade { display: inline-block; background-color: #69559e; border: 2px solid #5e4c8e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; }

main .pricing .table > .row > div .cost a.action.upgrade:hover { background-color: #5e4c8e; }

main .pricing .table > .row > div .cost a.action.upgrade:active { border-color: #271f3b; background-color: #483a6c; }

main .pricing .table > .row > div .cost a.action.start, main .pricing .table > .row > div .cost a.action.upgrade, main .pricing .table > .row > div .cost a.action.signup { margin: 0 15px 15px; padding: 12px; box-shadow: none; font-size: 14px; display: block; text-align: center; }

main .pricing .table > .row > div.startup .cost { border-color: #FD9527; box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.21); }

main .pricing .table > .row > div.startup .cost .header { border-color: #FD9527; }

main .pricing .table > .row > div.startup .cost .numbers p:first-child { font-weight: 500; }

main .pricing .table > .row > div.enterprise .cost .numbers p:first-child { font-weight: 500; }

main .pricing .comparison { margin: 0 auto; padding: 0 15px; }

@media screen and (max-width: 600px) { main .pricing .comparison { overflow-x: auto; } }

main .pricing .comparison > .list { margin: 0 auto; padding: 22px 15px 15px; min-width: 720px; max-width: 900px; border-radius: 3px; box-sizing: border-box; background-color: #EFEFF1; position: relative; }

main .pricing .comparison > .list:after { content: ""; display: block; position: absolute; right: -15px; width: 30px; height: 1px; }

main .pricing .comparison h4 { margin-bottom: 45px; text-align: center; font-size: 28px; }

main .pricing .comparison .header { display: flex; align-items: center; justify-content: center; padding-bottom: 15px; border-bottom: 1px solid #E2E2E5; }

main .pricing .comparison .header > div { flex: 1 1 auto; }

main .pricing .comparison .header > div:first-child { color: #908C99; align-self: flex-end; flex: 0 0 220px; }

main .pricing .comparison .header > div + div { margin-left: 45px; }

main .pricing .comparison .header h6 { margin-bottom: 0; text-transform: uppercase; letter-spacing: 1px; font-size: 18px; font-weight: 500; line-height: 1.1; font-family: Rubik, sans-serif; }

main .pricing .comparison .header .cost { margin-top: 5px; display: flex; align-items: baseline; }

main .pricing .comparison .header .cost p { margin-bottom: 0; }

main .pricing .comparison .header .cost p:first-child { font-size: 16px; }

main .pricing .comparison .header .cost p:last-child { margin-left: 7px; color: #908C99; font-size: 12px; line-height: 1.3; }

main .pricing .comparison .section > .name { margin: 15px auto 0; font-size: 16px; padding-bottom: 10px; border-bottom: 1px solid #E2E2E5; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; }

main .pricing .comparison .section .feature { display: flex; align-items: flex-start; justify-content: center; border-bottom: 1px solid #E2E2E5; padding: 10px 0; }

main .pricing .comparison .section .feature div { flex: 1 1 0; }

main .pricing .comparison .section .feature div i.fa-times-circle { color: #C7C6CC; }

main .pricing .comparison .section .feature div i.fa-check-circle { color: #53437D; }

main .pricing .comparison .section .feature div.name { color: #908C99; flex: 0 0 220px; }

main .pricing .comparison .section .feature div.name > span { cursor: pointer; color: #908C99; border-bottom: 1px dotted #C7C6CC; transition: .2s; }

main .pricing .comparison .section .feature div.name > span:hover { color: #5D5966; }

main .pricing .comparison .section .feature div.name > i.fa { padding-left: 3px; font-size: 15px; color: #D9534F; }

main .pricing .comparison .section .feature div.name > .expand { cursor: pointer; }

main .pricing .comparison .section .feature div.name p { margin: 10px 0 0; display: none; font-size: 14px; line-height: 1.55; color: #2E2D33; }

main .pricing .comparison .section .feature div.name p a { white-space: nowrap; }

main .pricing .comparison .section .feature div.name p i.fa-angle-right { font-size: 13px; }

main .pricing .comparison .section .feature div.name.open p { display: block; }

main .pricing .comparison .section .feature div > b { font-weight: 500; }

main .pricing .comparison .section .feature div + div { margin-left: 45px; }

main .pricing .comparison .section:last-child .feature:last-child { padding-bottom: 0; border-bottom: 0; }

main .pricing .concurrency { margin: 20px auto 0; padding: 0 15px; }

main .pricing .concurrency > .container { margin: 0 auto; border-radius: 3px; padding: 20px 20px 25px 25px; background-color: #EFEFF1; box-sizing: border-box; max-width: 900px; display: flex; }

@media screen and (max-width: 600px) { main .pricing .concurrency > .container { padding: 15px; display: block; } main .pricing .concurrency > .container div.icon { margin-bottom: 13px; } }

main .pricing .concurrency h4 { font-family: Rubik, sans-serif; margin-bottom: 5px; font-size: 22px; }

main .pricing .concurrency p { color: #5D5966; }

main .pricing .concurrency p:last-child { margin-bottom: 0; }

main .pricing .concurrency div.icon { margin-top: 5px; margin-right: 15px; width: 48px; height: 48px; border-radius: 50%; background-color: #8472b4; text-align: center; flex: 0 0 48px; }

main .pricing .concurrency div.icon i { color: white; font-size: 21px; line-height: 48px; }

main .pricing .concurrency div.icon img { padding: 20px 0 18px; }

main .pricing .opening-action { margin-top: 45px; text-align: center; }

main .pricing .opening-action > p { margin: 0 auto 20px; padding: 0 30px; max-width: 520px; color: #5D5966; font-size: 20px; }

main .pricing .opening-action > p b { color: #5D5966; font-weight: 500; }

main .pricing .opening-action div.controls { padding: 0 30px; }

main .pricing .opening-action div.controls a.sales { color: white; border: 2px solid #ef7c02; background-color: #FD9527; border-radius: 3px; font-size: 26px; padding: 14px 26px; display: inline-block; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; font-size: 18px; padding: 14px 26px; width: 222px; }

main .pricing .opening-action div.controls a.sales:hover { background-color: #f98102; }

main .pricing .opening-action div.controls a.sales:active { border-color: #a35502; background-color: #d66f02; }

@media screen and (max-width: 600px) { main .pricing .opening-action div.controls a.sales { font-size: 22px; padding: 10px 22px; } }

@media screen and (max-width: 600px) { main .pricing .opening-action div.controls a.sales { font-size: 18px; padding: 10px 22px; } }

main .pricing .addons { margin: 0 auto; max-width: 900px; }

main .pricing .addons > hr { margin: 60px auto 50px; }

main .pricing .addons h4 { margin-bottom: 10px; text-align: center; font-size: 28px; }

main .pricing .addons > p { margin: 0 auto 45px; padding: 0 30px; color: #908C99; text-align: center; font-size: 18px; }

main .pricing .addons .list { padding: 15px; background-color: #EFEFF1; border-radius: 6px; }

@media screen and (max-width: 600px) { main .pricing .addons .list { border-radius: 0; } }

main .pricing .addons .list .addon { padding: 20px 220px 20px 88px; background-color: white; border-radius: 3px; box-sizing: border-box; position: relative; overflow: hidden; box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.08), 0 2px 4px -1px rgba(0, 0, 0, 0.03); }

@media screen and (max-width: 600px) { main .pricing .addons .list .addon { padding-right: 10px; padding-bottom: 80px; } }

main .pricing .addons .list .addon .icon { position: absolute; width: 96px; height: 96px; left: -20px; top: 50%; margin-top: -48px; border-radius: 50%; text-align: center; background-color: #ffe9d3; }

@media screen and (max-width: 600px) { main .pricing .addons .list .addon .icon { margin-top: -83px; } }

main .pricing .addons .list .addon .icon i.fa { color: #FD9527; font-size: 36px; line-height: 96px; }

main .pricing .addons .list .addon h6 { margin-bottom: 3px; font-family: Rubik, sans-serif; font-size: 20px; font-weight: 500; }

main .pricing .addons .list .addon > p { margin: 0; color: #908C99; }

main .pricing .addons .list .addon hr { margin: 23px 0 15px; border-color: #EFEFF1; border-width: 5px; }

main .pricing .addons .list .addon .features span { color: #5D5966; font-size: 14px; }

main .pricing .addons .list .addon .features span i.fa { margin-right: 3px; color: #d66f02; }

main .pricing .addons .list .addon .features span + span { margin-left: 30px; }

@media screen and (max-width: 600px) { main .pricing .addons .list .addon .features span + span { margin-left: 10px; } }

main .pricing .addons .list .addon .price { position: absolute; background-color: #F9F9FA; width: 200px; height: 100%; top: 0; right: 0; display: flex; box-sizing: border-box; flex-direction: column; justify-content: center; }

@media screen and (max-width: 600px) { main .pricing .addons .list .addon .price { bottom: 0; top: auto; width: 100%; height: 70px; flex-direction: row; justify-content: space-between; align-items: center; padding: 10px 10px 10px; } }

main .pricing .addons .list .addon .price .numbers { margin-top: 15px; margin-bottom: 13px; text-align: center; }

main .pricing .addons .list .addon .price .numbers > span:first-child { margin-bottom: 0; line-height: 1; font-size: 32px; }

main .pricing .addons .list .addon .price .numbers > span:first-child span { font-size: 18px; margin-right: 3px; font-weight: 400; vertical-align: 8px; }

main .pricing .addons .list .addon .price .numbers > span:nth-child(2) { margin-bottom: 0; color: #908C99; font-size: 14px; }

@media screen and (max-width: 600px) { main .pricing .addons .list .addon .price .numbers > span:nth-child(2) { vertical-align: 6px; } }

@media screen and (max-width: 600px) { main .pricing .addons .list .addon .price .numbers { margin: 0 15px 0 0; } }

main .pricing .addons .list .addon .price a.action { display: inline-block; background-color: #69559e; border: 2px solid #5e4c8e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; margin: 0 30px; padding: 10px; box-shadow: none; font-size: 13px; display: block; text-align: center; }

main .pricing .addons .list .addon .price a.action:hover { background-color: #5e4c8e; }

main .pricing .addons .list .addon .price a.action:active { border-color: #271f3b; background-color: #483a6c; }

@media screen and (max-width: 600px) { main .pricing .addons .list .addon .price a.action { margin: 0; flex: 1; max-width: 160px; } }

main .pricing .addons .list .addon .price a.action.learn { display: inline-block; background-color: #A29FAA; border: 2px solid #95919e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 10px; box-shadow: none; font-size: 13px; }

main .pricing .addons .list .addon .price a.action.learn:hover { background-color: #95919e; }

main .pricing .addons .list .addon .price a.action.learn:active { border-color: #56535d; background-color: #7b7786; }

main .pricing .addons .list .addon .price a.action.learn i.fa { font-size: 12px; }

main .pricing .addons .list .addon .price p.email { margin: 5px 0 8px; font-size: 14px; text-align: center; color: #908C99; }

main .pricing .addons .list .addon .price p.email:nth-child(2) { margin-bottom: 0; }

@media screen and (max-width: 600px) { main .pricing .addons .list .addon .price p.email { display: none; } }

main .pricing .addons .list .addon + .addon { margin-top: 15px; }

main .pricing .contact { margin-top: 30px; padding: 0 15px; text-align: center; }

main .pricing .contact p { margin-bottom: 0; font-size: 22px; color: #5D5966; }

main .pricing .contact div.controls { margin-top: 20px; }

main .pricing .contact div.controls a.sales { color: white; border: 2px solid #ef7c02; background-color: #FD9527; border-radius: 3px; font-size: 26px; padding: 14px 26px; display: inline-block; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; font-size: 18px; padding: 14px 26px; width: 222px; }

main .pricing .contact div.controls a.sales:hover { background-color: #f98102; }

main .pricing .contact div.controls a.sales:active { border-color: #a35502; background-color: #d66f02; }

@media screen and (max-width: 600px) { main .pricing .contact div.controls a.sales { font-size: 22px; padding: 10px 22px; } }

@media screen and (max-width: 600px) { main .pricing .contact div.controls a.sales { font-size: 18px; padding: 10px 22px; } }

main .pricing .faq { padding: 0 15px 60px; }

main .pricing .faq hr { margin: 60px auto 55px; }

main .pricing .faq h4 { margin-bottom: 60px; text-align: center; font-size: 28px; }

main .pricing .faq div.list { margin: 0 auto; max-width: 600px; }

main .pricing .faq div.list ul li { margin-bottom: 30px; }

main .pricing .faq div.list ul li span.fa-li { top: 4px; }

main .pricing .faq div.list ul li p { color: #5D5966; }

main .pricing .faq div.list ul li p a { font-weight: 500; }

main .pricing .faq div.list ul li p:nth-child(2) { margin-bottom: 10px; font-size: 20px; color: #2E2D33; }

main .pricing .faq > p { margin-top: 45px; color: #5D5966; text-align: center; }

main .pricing .faq > p a { font-weight: 500; }

.post.common-error { margin: 0 auto; max-width: 900px; }

/** Header */
.post.common-error header a.breadcrumb { padding: 0 0 3px; display: inline-block; }

.post.common-error header a.breadcrumb:after { padding-left: 4px; font-size: 16px; color: #C7C6CC; content: "/\00a0"; }

.post.common-error h1.post-title { font-size: 32px; }

.post.common-error blockquote { padding: 5px 15px 15px; text-align: left; }

.post.common-error blockquote p:before, .post.common-error blockquote p:after { content: none; }

.post.common-error blockquote p { font-family: "Source Pro", monospace; }

.post.common-error .common-error-header-controls { margin-bottom: 25px; padding: 5px; display: flex; background-color: #E2E2E5; border-radius: 6px; }

.post.common-error div.common-error-header-controls .panel { margin-right: 5px; flex: 1 1 auto; padding: 0 10px; border-radius: 3px 0 0 3px; background-color: #EFEFF1; text-align: center; font-size: 16px; color: #908C99; display: flex; justify-content: center; align-items: center; }

.post.common-error div.common-error-header-controls .panel:nth-child(2) { border-radius: 0; }

.post.common-error div.common-error-header-controls .panel:last-child { margin-right: 0; border-radius: 0 3px 3px 0; }

.post.common-error div.common-error-header-controls .panel a { padding: 0 5px; display: block; height: 44px; }

@media screen and (max-width: 600px) { .post.common-error div.common-error-header-controls .panel a { padding: 0 7px; } }

.post.common-error div.common-error-header-controls .panel i.fa { font-size: 22px; line-height: 44px; }

.post.common-error div.common-error-header-controls .panel i.fa-envelope { font-size: 20px; }

.post.common-error div.common-error-header-controls .panel span { padding-left: 5px; vertical-align: 2px; }

@media screen and (max-width: 600px) { .post.common-error div.common-error-header-controls .panel span { display: none; } }

.post.common-error ul.common-error-list li { margin-bottom: 5px; }

.post.common-error ul.common-error-list li:last-child { margin-bottom: 0; }

.post.common-error ul.common-error-list li i { top: 6px; opacity: 0.8; font-size: 14px; }

main > .header { background-color: #c7c6cc; background-image: linear-gradient(to bottom, #F9F9FA 0%, rgba(255, 255, 255, 0) 90%, rgba(255, 255, 255, 0) 100%), url("data:image/svg+xml,%3Csvg width='12' height='24' viewBox='0 0 12 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.07'%3E%3Cpath d='M2 0h2v12H2V0zm1 20c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM9 8c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-1 4h2v12H8V12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); text-align: center; }

main > .header .announcement { margin: 0 auto; display: inline-block; padding: 4px 11px; border: 1px solid #9383bd; background-color: #e3e3e7; border-radius: 3px; font-size: 15px; }

main > .header .announcement > span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

@media screen and (max-width: 600px) { main > .header .announcement > span { display: block; } }

@media screen and (max-width: 600px) { main > .header .announcement { display: block; padding: 5px 15px; border-width: 1px 0; border-radius: 0; } }

main > .header .announcement .label { text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; color: #2E2D33; }

main > .header .announcement .content { color: #5D5966; }

main > .header .announcement .content i { margin-left: 3px; }

main > .header .announcement:hover { background-color: #dbdae0; border-color: #69559e; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

main > .header .hero-container { overflow: hidden; }

@media screen and (max-width: 600px) { main > .header .hero-container { overflow: initial; padding: 0 15px 30px; } }

main > .header .hero-container .hero { margin: 0 auto; display: flex; justify-content: flex-start; align-items: center; max-width: 1280px; }

@media screen and (max-width: 600px) { main > .header .hero-container .hero { display: block; } }

main > .header .hero-container .hero .copy { flex: 0 0 50%; padding-left: 30px; }

@media screen and (max-width: 600px) { main > .header .hero-container .hero .copy { margin-top: 0; padding: 0; } }

main > .header .hero-container .hero .graphic-container { position: relative; margin: 30px 0 0; flex: 0 0 50%; height: 100%; }

@media screen and (max-width: 600px) { main > .header .hero-container .hero .graphic-container { display: none; } }

main > .header h1 { margin-bottom: 10px; padding-top: 45px; letter-spacing: -1px; font-family: Rubik, sans-serif; font-size: 64px; line-height: 1.2; color: #2E2D33; text-align: left; font-weight: 500; max-width: 450px; }

@media screen and (max-width: 600px) { main > .header h1 { font-size: 32px; padding-top: 30px; letter-spacing: normal; text-align: center; } }

main > .header h3 { margin: 0; font-family: Rubik, sans-serif; color: #5D5966; font-size: 20px; text-align: left; }

main > .header h3 b { font-weight: 500; color: #2E2D33; }

@media screen and (max-width: 600px) { main > .header h3 { text-align: center; } }

main > .header div.controls { margin-top: 25px; display: flex; align-items: flex-start; }

@media screen and (max-width: 600px) { main > .header div.controls { flex-direction: column; align-items: center; } }

main > .header div.controls a.signup { color: white; border: 2px solid #ef7c02; background-color: #FD9527; border-radius: 3px; font-size: 26px; padding: 14px 26px; display: inline-block; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 14px 26px; font-size: 18px; }

main > .header div.controls a.signup:hover { background-color: #f98102; }

main > .header div.controls a.signup:active { border-color: #a35502; background-color: #d66f02; }

@media screen and (max-width: 600px) { main > .header div.controls a.signup { font-size: 22px; padding: 10px 22px; } }

@media screen and (max-width: 600px) { main > .header div.controls a.signup { padding: 10px 22px; font-size: 18px; } }

main > .header div.controls p { margin-top: 12px; margin-bottom: 0; text-align: left; color: #908C99; font-size: 14px; }

@media screen and (max-width: 600px) { main > .header div.controls p { text-align: center; } }

main > .header div.controls a.customers { margin-left: 15px; font-weight: 500; color: #6A5CA2; line-height: 60px; }

main > .header div.controls a.customers i.fa { margin-left: 1px; font-size: 12px; vertical-align: 1px; opacity: 0.9; transition: 0.3s; }

main > .header div.controls a.customers:hover { color: #6A5CA2; }

main > .header div.controls a.customers:hover i.fa { transform: translateX(2px); }

@media screen and (max-width: 600px) { main > .header div.controls a.customers { margin-left: 0; margin-bottom: 15px; order: -1; display: block; line-height: 1.6; } }

main > .header div.graphic { position: relative; top: 13px; background: transparent url(/assets/lander/hero-macbook-template.png) no-repeat 0 0; background-size: 785px 460px; width: 785px; height: 460px; }

main > .header div.graphic > img { max-width: none; }

main > .header div.graphic .wallpaper { position: absolute; left: 105px; top: 29px; width: 577px; height: 360px; background: linear-gradient(to top, #FAE3CF, #C9C4DD); }

main > .header div.graphic .browser { width: 540px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 3px rgba(0, 0, 0, 0.03), 0 3px 4px rgba(0, 0, 0, 0.02); border-radius: 4px; position: absolute; top: 46px; left: 123px; }

@media screen and (max-width: 600px) { main > .header div.graphic .browser { width: auto; position: relative; } }

main > .header div.graphic .browser .bar { width: 100%; background: linear-gradient(0deg, #DCDBDE 0%, #E7E6E9 100%); height: 22px; box-sizing: border-box; border-bottom: 1px solid #cfced2; border-radius: 5px 5px 0 0; display: flex; justify-content: flex-start; align-items: center; }

@media screen and (max-width: 600px) { main > .header div.graphic .browser .bar { height: 10px; } }

main > .header div.graphic .browser .bar span { width: 7px; height: 7px; border-radius: 3.5px; background-color: #d4d3d7; border: 1px solid #cfced2; margin-right: 5px; display: block; box-sizing: border-box; }

@media screen and (max-width: 600px) { main > .header div.graphic .browser .bar span { width: 8px; height: 8px; border-radius: 4px; margin-right: 6px; } }

main > .header div.graphic .browser .bar span:first-child { margin-left: 8px; }

main > .header div.graphic .browser img { box-sizing: border-box; border-radius: 0 0 5px 5px; }

main > .action { position: relative; padding: 0 15px; }

main > .action .background { top: 0; left: 0; position: absolute; width: 100%; height: 100%; }

main > .action .background div { left: 0; position: absolute; width: 100%; height: 50%; }

main > .action .background div:first-child { background-color: #e1e1e4; background-image: url("data:image/svg+xml,%3Csvg width='12' height='24' viewBox='0 0 12 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%239C92AC' fill-opacity='0.07'%3E%3Cpath d='M2 0h2v12H2V0zm1 20c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM9 8c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zm-1 4h2v12H8V12z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); top: 0; }

main > .action .background div:last-child { top: 50%; height: 50%; border-top: 2px solid #d4d3d8; }

main > .action .controls { margin: 0 auto; padding: 40px 60px 50px; position: relative; border-radius: 3px; background-color: #fcfcfc; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); max-width: 640px; box-sizing: border-box; text-align: center; }

@media screen and (max-width: 600px) { main > .action .controls { padding: 30px 20px 40px; } }

main > .action .controls p { padding-bottom: 15px; color: #908C99; font-size: 20px; }

main > .action .controls p b { color: #5D5966; font-weight: 500; }

@media screen and (max-width: 600px) { main > .action .controls p { font-size: 16px; } }

main > .action .controls a.signup { margin-right: 16px; color: white; border: 2px solid #ef7c02; background-color: #FD9527; border-radius: 3px; font-size: 26px; padding: 14px 26px; display: inline-block; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 14px 26px; width: 222px; }

main > .action .controls a.signup:hover { background-color: #f98102; }

main > .action .controls a.signup:active { border-color: #a35502; background-color: #d66f02; }

@media screen and (max-width: 600px) { main > .action .controls a.signup { font-size: 22px; padding: 10px 22px; } }

@media screen and (max-width: 600px) { main > .action .controls a.signup { font-size: 22px; padding: 10px 22px; } }

main > .action .controls a.demo { display: inline-block; background-color: #69559e; border: 2px solid #5e4c8e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 14px 26px; width: 222px; }

main > .action .controls a.demo:hover { background-color: #5e4c8e; }

main > .action .controls a.demo:active { border-color: #271f3b; background-color: #483a6c; }

main > .action .controls a.signup, main > .action .controls a.demo { font-size: 18px; }

@media screen and (max-width: 600px) { main > .action .controls a.signup { margin-right: 0; margin-bottom: 15px; } }

@media screen and (max-width: 600px) { main > .features { padding-bottom: 60px; } }

main > .features > h4.opening { margin: 60px auto 0; padding: 0 15px; max-width: 670px; line-height: 1.8; text-align: center; font-size: 24px; font-family: Rubik, sans-serif; color: #5D5966; }

main > .features > h4.opening a { font-weight: 500; }

@media screen and (max-width: 600px) { main > .features > h4.opening { margin: 30px auto 0; font-size: 20px; } }

main > .features > hr { margin: 75px auto; max-width: 800px; border-color: #c7c6cc; }

@media screen and (max-width: 600px) { main > .features > hr { margin: 30px auto 35px; } }

main > .features .feature { overflow: hidden; margin: 0 auto; padding-bottom: 105px; display: flex; max-width: 1280px; align-items: center; justify-content: flex-end; }

main > .features .feature:nth-child(even) { justify-content: flex-start; }

@media screen and (max-width: 600px) { main > .features .feature { display: block; padding-bottom: 30px; border-bottom: 1px solid #E2E2E5; } main > .features .feature + .feature { padding-top: 30px; } main > .features .feature:last-child { padding-bottom: 0; border-bottom: none; } }

main > .features .feature > div.body { margin: 0 60px; min-width: 400px; }

@media screen and (max-width: 600px) { main > .features .feature > div.body { margin: 0 15px; min-width: auto; } }

main > .features .feature > div.body > div.header { text-align: left; }

main > .features .feature > div.body > div.header .icon { margin-bottom: 10px; width: 48px; height: 48px; border-radius: 50%; background-color: #dbd6e9; text-align: center; }

main > .features .feature > div.body > div.header .icon i.fa { color: #53437D; font-size: 20px; line-height: 48px; }

main > .features .feature > div.body > div.header .icon i.fa.fa-code-fork { margin-left: 1px; }

main > .features .feature > div.body > div.header .icon i.fa.fa-dashboard { margin-top: -1px; }

main > .features .feature > div.body > div.header h2 { margin: 0; font-size: 38px; }

@media screen and (max-width: 600px) { main > .features .feature > div.body > div.header h2 { font-size: 30px; } }

main > .features .feature > div.body > div.header h2 span { margin-left: 10px; vertical-align: 7px; padding: 3px 6px; border-radius: 3px; background-color: #FD9527; color: white; text-transform: uppercase; font-size: 10px; font-family: "Exo 2", sans-serif; line-height: 1; }

main > .features .feature > div.body > div.header p { margin: 0; font-size: 20px; color: #908C99; line-height: 1.8; }

main > .features .feature > div.body .copy { margin: 15px 0 10px; color: #5D5966; line-height: 1.7; }

main > .features .feature > div.body .learn i.fa { font-size: 13px; opacity: 0.9; }

main > .features .feature:nth-child(even) > div.body { order: -1; }

@media screen and (max-width: 600px) { main > .features .feature:nth-child(even) > div.body { margin: 0 15px; } }

main > .features .feature div.graphic { margin-left: 60px; }

@media screen and (max-width: 600px) { main > .features .feature div.graphic { margin: 0; padding: 0 15px 40px; overflow-x: auto; } main > .features .feature div.graphic.environments { overflow-x: hidden; } main > .features .feature div.graphic > div { position: relative; } main > .features .feature div.graphic > div:after { content: ""; display: block; position: absolute; right: -15px; width: 30px; height: 1px; } }

main > .features .feature:nth-child(even) > div.graphic { margin-left: 0; margin-right: 60px; }

@media screen and (max-width: 600px) { main > .features .feature:nth-child(even) > div.graphic { margin: 0; } }

main > .features .feature div.graphic.mini-pipeline > .container { position: relative; text-align: center; width: 600px; }

main > .features .feature div.graphic.mini-pipeline > .container .repo { display: inline-block; background-color: #4078C0; padding: 8px 16px 8px 12px; height: 40px; box-sizing: border-box; line-height: 1; border-radius: 20px; color: white; font-size: 15px; box-shadow: 0 1px 1px rgba(46, 45, 51, 0.02), 0 1px 2px rgba(46, 45, 51, 0.03), 0 2px 4px rgba(46, 45, 51, 0.04), 0 3px 6px rgba(46, 45, 51, 0.05); }

main > .features .feature div.graphic.mini-pipeline > .container .repo i.fa { margin-right: 4px; font-size: 24px; vertical-align: -4px; }

main > .features .feature div.graphic.mini-pipeline > .container > .connector { top: 19px; position: absolute; border-radius: 12px; border-style: dotted; border-color: #E2E2E5; z-index: -1; }

main > .features .feature div.graphic.mini-pipeline > .container > .connector.rectangle { left: 100px; width: 410px; height: 120px; border-width: 4px 4px 0 4px; }

main > .features .feature div.graphic.mini-pipeline > .container > .connector.line { left: 50%; margin-left: -2px; width: 4px; height: 120px; border-width: 0 4px 0 0; }

main > .features .feature div.graphic.mini-pipeline .table { text-align: left; margin-top: 45px; display: flex; }

main > .features .feature div.graphic.mini-pipeline .part { margin-top: 10px; flex: 1 1 33%; width: 190px; }

main > .features .feature div.graphic.mini-pipeline .part + .part { margin-left: 15px; }

main > .features .feature div.graphic.mini-pipeline .part > .title { display: flex; justify-content: space-between; align-items: center; padding: 0 1px 9px; }

main > .features .feature div.graphic.mini-pipeline .part > .title h5 { margin: 0; font-size: 12px; font-family: "Exo 2", sans-serif; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; line-height: 18px; color: #AEACB5; }

main > .features .feature div.graphic.mini-pipeline .part > .title i.fa { color: #C7C6CC; line-height: 1; font-size: 14px; }

main > .features .feature div.graphic.mini-pipeline .part .cell { margin-right: 30px; padding: 7px 7px 14px; width: 100%; background-color: white; border-radius: 4px; box-sizing: border-box; flex: 0 0 auto; box-shadow: 0 1px 1px rgba(46, 45, 51, 0.01), 0 1px 2px rgba(46, 45, 51, 0.01), 0 2px 4px rgba(46, 45, 51, 0.01), 0 3px 6px rgba(46, 45, 51, 0.03), 0 5px 10px rgba(46, 45, 51, 0.03), 0 10px 20px rgba(46, 45, 51, 0.03); }

main > .features .feature div.graphic.mini-pipeline .part .cell + .cell { margin-top: 15px; }

main > .features .feature div.graphic.mini-pipeline .part .cell > div.title { display: flex; justify-content: space-between; align-items: center; padding: 0 0 7px 4px; margin-bottom: 9px; border-bottom: 1px solid #EFEFF1; height: 33px; box-sizing: border-box; }

main > .features .feature div.graphic.mini-pipeline .part .cell > div.title .name { margin-bottom: -2px; font-size: 15px; color: #5D5966; }

main > .features .feature div.graphic.mini-pipeline .part .cell > div.title .promote { font-size: 11px; color: #6A5CA2; background-color: #EFEFF1; border-radius: 3px; padding: 7px 9px; line-height: 1; }

main > .features .feature div.graphic.mini-pipeline .part .cell > div.title .region { margin-left: 6px; color: #908C99; font-size: 12px; }

main > .features .feature div.graphic.mini-pipeline .part .cell.prod > div.title { justify-content: flex-start; align-items: baseline; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status { padding-left: 5px; display: flex; align-items: center; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status > div { min-width: 0; flex-grow: 1; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status > div p { margin: 0; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status > div p + p { margin-top: 1px; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status > i.fa { margin-right: 8px; display: block; font-size: 30px; color: #e57702; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status > i.fa-times-circle { color: #A35502; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status > i.fa-check-circle { color: #6fA492; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status > i.fa-minus-circle { color: #908C99; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status .id { color: #5D5966; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status .date { margin-left: 3px; font-size: 12px; color: #AEACB5; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status .line-2 { display: flex; align-items: center; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status.mini .line-2 { margin-top: 3px; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status .branch { margin-right: 5px; font-size: 12px; color: #908C99; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 0 1 auto; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status .branch i.fa { margin-right: 3px; opacity: 0.9; }

main > .features .feature div.graphic.mini-pipeline .part .cell .status .commit { flex: 0 0 auto; font-size: 12px; color: #908C99; font-family: "Source Code Pro", monospace; border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 3px; padding: 2px 4px; line-height: 1; display: inline-block; white-space: nowrap; }

main > .features .feature div.graphic.mini-pipeline .part > .footer { margin-top: 4px; text-align: center; }

main > .features .feature div.graphic.mini-pipeline .part > .footer .account { font-size: 12px; color: #AEACB5; }

main > .features .feature div.graphic.issues > .container { width: 540px; }

main > .features .feature div.graphic.issues .header { padding: 0 10px 7px; display: flex; align-items: center; }

main > .features .feature div.graphic.issues .header h5 { font-family: "Exo 2", sans-serif; letter-spacing: 1px; text-transform: uppercase; font-weight: 600; color: #AEACB5; margin: 0; font-size: 12px; }

main > .features .feature div.graphic.issues .header h5:nth-child(1) { flex: 1 1 auto; }

main > .features .feature div.graphic.issues .header h5:nth-child(2) { flex: 0 0 auto; width: 130px; text-align: center; }

main > .features .feature div.graphic.issues .header h5:nth-child(3) { margin-left: 10px; flex: 0 0 auto; width: 80px; text-align: center; }

main > .features .feature div.graphic.issues .body { background-color: #FCF7F6; border-radius: 5px; padding: 10px 12px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 6px rgba(0, 0, 0, 0.04), 0 4px 12px rgba(0, 0, 0, 0.03), 0 8px 24px rgba(0, 0, 0, 0.03), 0 12px 36px rgba(0, 0, 0, 0.02); }

main > .features .feature div.graphic.issues .issue { display: flex; align-items: center; }

main > .features .feature div.graphic.issues .issue + .issue { margin-top: 12px; padding-top: 12px; border-top: 1px solid #f3dfdb; }

main > .features .feature div.graphic.issues .issue .error { flex: 1 1 auto; padding-right: 15px; }

main > .features .feature div.graphic.issues .issue .error h6 { margin-bottom: 2px; font-family: Rubik, sans-serif; font-weight: 500; color: #5D5966; font-size: 15px; }

main > .features .feature div.graphic.issues .issue .error .desc { margin-bottom: 1px; font-size: 13px; color: #908C99; }

main > .features .feature div.graphic.issues .issue .error .lambdas { margin-bottom: 0; font-size: 11px; color: #AEACB5; }

main > .features .feature div.graphic.issues .issue .graph { flex: 0 0 auto; width: 130px; height: 26px; position: relative; }

main > .features .feature div.graphic.issues .issue .graph .tooltip-wrapper { position: absolute; top: 37px; right: -46px; z-index: 1; }

main > .features .feature div.graphic.issues .issue .graph .tip { width: 100px; position: relative; box-sizing: border-box; padding: 6px 6px 3px; background: rgba(72, 59, 107, 0.9); border-radius: 5px; }

main > .features .feature div.graphic.issues .issue .graph .tip:after { content: ''; position: absolute; top: 0; left: 50%; width: 0; height: 0; border: 7px solid transparent; border-bottom-color: rgba(72, 59, 107, 0.9); border-top: 0; margin-left: -7px; margin-top: -7px; }

main > .features .feature div.graphic.issues .issue .graph .tip .duration { margin-bottom: 1px; padding-bottom: 1px; color: white; font-size: 9px; }

main > .features .feature div.graphic.issues .issue .graph .tip .duration p { margin: 0; white-space: nowrap; text-align: center; }

main > .features .feature div.graphic.issues .issue .graph .tip .count { margin: 0; padding-bottom: 3px; line-height: 1; text-align: center; }

main > .features .feature div.graphic.issues .issue .graph .tip .count label { margin-right: 6px; margin-bottom: 0; font-size: 9px; font-family: "Exo 2", sans-serif; letter-spacing: 1px; font-weight: 600; text-transform: uppercase; color: white; line-height: 1.1; opacity: 0.8; }

main > .features .feature div.graphic.issues .issue .graph .tip .count span { font-family: "Source Pro", monospace; font-size: 9px; color: white; vertical-align: baseline; }

main > .features .feature div.graphic.issues .issue .events { margin-left: 10px; flex: 0 0 auto; width: 80px; text-align: center; font-size: 14px; color: #908C99; }

main > .features .feature div.graphic.environments { height: 300px; margin-bottom: 200px; transform: translateY(40px); position: relative; }

@media screen and (max-width: 600px) { main > .features .feature div.graphic.environments { height: auto; margin-bottom: 0; transform: none; } }

main > .features .feature div.graphic.environments::after { content: ""; position: absolute; height: 240px; width: calc(100% + 40px); bottom: -200px; left: 50%; transform: translateX(-50%); z-index: 1; background-image: linear-gradient(0deg, #F9F9FA 10%, rgba(249, 249, 250, 0)); }

@media screen and (max-width: 600px) { main > .features .feature div.graphic.environments::after { bottom: 0; } }

main > .features .feature div.graphic.environments > .container { width: 500px; }

@media screen and (max-width: 600px) { main > .features .feature div.graphic.environments > .container { width: auto; max-width: 500px; } }

main > .features .feature div.graphic.environments .env { background-color: #FFFCFA; border-radius: 6px; padding: 8px 10px 8px 12px; display: flex; align-items: center; justify-content: space-between; box-shadow: 0 1px 2px rgba(46, 45, 51, 0.02), 0 2px 4px rgba(46, 45, 51, 0.03), 0 3px 6px rgba(46, 45, 51, 0.03), 0 4px 8px rgba(46, 45, 51, 0.03); }

main > .features .feature div.graphic.environments .env + .env { margin-top: 10px; }

main > .features .feature div.graphic.environments .env .col1 { min-width: 0; }

main > .features .feature div.graphic.environments .env .col1 { display: flex; align-items: center; }

main > .features .feature div.graphic.environments .env .col1 > b { margin-right: 11px; width: 12px; height: 12px; border-radius: 50%; display: inline-block; }

main > .features .feature div.graphic.environments .env .col1 > b.red { background-color: #D9534F; box-shadow: 0 0 4px 0 rgba(217, 83, 79, 0.4); }

main > .features .feature div.graphic.environments .env .col1 > b.green { background-color: #6fa492; box-shadow: 0 0 4px 0 rgba(111, 164, 146, 0.4); }

main > .features .feature div.graphic.environments .env .col1 > b.orange { background-color: #FD9527; box-shadow: 0 0 4px 0 rgba(253, 149, 39, 0.4); }

main > .features .feature div.graphic.environments .env .col1 .copy p:first-child { margin-bottom: 1px; display: block; white-space: nowrap; font-size: 16px; font-weight: 500; color: #5D5966; }

main > .features .feature div.graphic.environments .env .col1 .copy p:last-child { margin-bottom: 0; font-size: 12px; color: #C7C6CC; display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

main > .features .feature div.graphic.environments .env .col2 { margin-left: 10px; text-align: right; }

main > .features .feature div.graphic.environments .env .col2 > p { margin-bottom: 0; }

main > .features .feature div.graphic.environments .env .col2 > p:first-child { margin-bottom: 7px; display: inline-block; font-size: 10px; color: #5D5966; font-family: "Source Pro", monospace; border-radius: 4px; padding: 2px 8px; background-color: #ffede1; }

main > .features .feature div.graphic.environments .env .col2 > p:last-child { font-size: 12px; color: #908C99; }

@media screen and (max-width: 600px) { main > .features .feature div.graphic.environments .env:nth-child(5), main > .features .feature div.graphic.environments .env:nth-child(6) { display: none; } }

main > .features .feature div.graphic.incremental-deploys > .container { display: flex; align-items: center; }

@media screen and (max-width: 600px) { main > .features .feature div.graphic.incremental-deploys > .container { justify-content: center; } }

@media screen and (max-width: 600px) { main > .features .feature div.graphic.incremental-deploys .hide-mobile { display: none; } }

main > .features .feature div.graphic.incremental-deploys .tag { position: relative; top: 18px; }

main > .features .feature div.graphic.incremental-deploys .tag hr { margin: 0 0 0 50%; width: 50%; border-width: 4px; border-color: #E2E2E5; }

main > .features .feature div.graphic.incremental-deploys .tag .separator { margin-left: 50%; position: absolute; top: -3px; left: -6px; width: 10px; height: 10px; background-color: #E2E2E5; border-radius: 50%; }

main > .features .feature div.graphic.incremental-deploys .tag .copy { padding: 14px 10px 10px; display: inline-block; color: #908C99; line-height: 1; font-size: 12px; white-space: nowrap; }

main > .features .feature div.graphic.incremental-deploys .tag .copy.commit { font-size: 11px; font-family: "Source Pro", monospace; }

main > .features .feature div.graphic.incremental-deploys .tag.end hr { margin-left: 0; }

main > .features .feature div.graphic.incremental-deploys .tag.end .copy { left: auto; right: 0; }

main > .features .feature div.graphic.incremental-deploys .pointer { flex: 0 0 5px; position: relative; }

main > .features .feature div.graphic.incremental-deploys .pointer hr { margin: 0; border-width: 4px; border-color: #E2E2E5; }

main > .features .feature div.graphic.incremental-deploys .pointer.middle { flex: 0 0 20px; }

main > .features .feature div.graphic.incremental-deploys .phase { margin: 0; padding: 15px; background-color: #EFEFF1; flex: 0 0 160px; width: 160px; border-radius: 6px; }

main > .features .feature div.graphic.incremental-deploys .phase .service { margin-bottom: 15px; background-color: #FFFCFA; border-radius: 6px; padding: 6px 10px 8px; box-shadow: 0 1px 2px rgba(46, 45, 51, 0.02), 0 2px 4px rgba(46, 45, 51, 0.03), 0 3px 6px rgba(46, 45, 51, 0.03), 0 4px 8px rgba(46, 45, 51, 0.03); }

main > .features .feature div.graphic.incremental-deploys .phase .service:last-child { margin-bottom: 0; }

main > .features .feature div.graphic.incremental-deploys .phase .service .status { padding-left: 7px; display: flex; align-items: center; }

main > .features .feature div.graphic.incremental-deploys .phase .service .status i.fa { color: #C7C6CC; }

main > .features .feature div.graphic.incremental-deploys .phase .service .status .content { margin-left: 10px; }

main > .features .feature div.graphic.incremental-deploys .phase .service .status .content p:first-child { margin-bottom: 1px; white-space: nowrap; font-weight: 500; color: #5D5966; }

main > .features .feature div.graphic.incremental-deploys .phase .service .status .content p:last-child { margin-bottom: 0; font-size: 12px; color: #C7C6CC; white-space: nowrap; }

main > .features .feature div.graphic.incremental-deploys .phase .service.deployed { padding-bottom: 10px; }

main > .features .feature div.graphic.incremental-deploys .phase .service.deployed .status i.fa { color: #6FA492; text-shadow: 0 0 3px rgba(111, 164, 146, 0.4); }

main > .features .feature div.graphic.incremental-deploys .phase .service.deployed .status .content p:first-child { color: #2E2D33; }

main > .features .feature div.graphic.incremental-deploys .phase .service.deployed .status .content p:last-child { color: #908C99; }

main > .features .feature div.graphic.incremental-deploys .phase .service .lambdas { margin-top: 8px; border-radius: 3px; background-color: #fff6f0; }

main > .features .feature div.graphic.incremental-deploys .phase .service .lambdas hr { margin: 0; border-width: 2px; border-color: #FFFCFA; }

main > .features .feature div.graphic.incremental-deploys .phase .service .lambda { display: flex; align-items: center; padding: 7px 7px 7px 10px; }

main > .features .feature div.graphic.incremental-deploys .phase .service .lambda b { width: 8px; height: 8px; border-radius: 50%; background-color: #E2E2E5; }

main > .features .feature div.graphic.incremental-deploys .phase .service .lambda .content { margin-left: 14px; margin-bottom: 0; white-space: nowrap; font-size: 14px; color: #C7C6CC; }

main > .features .feature div.graphic.incremental-deploys .phase .service .lambda.deployed b { background-color: #6FA492; box-shadow: 0 0 3px 0 rgba(111, 164, 146, 0.6); animation: phase-lambda-glow 1.5s infinite alternate; }

@keyframes phase-lambda-glow { from { opacity: 0.4; }
  to { opacity: 1; } }

main > .features .feature div.graphic.incremental-deploys .phase .service .lambda.deployed .content { color: #2E2D33; }

main > .features .feature div.graphic.ci-integration .github-checks { width: 520px; border-radius: 6px; border: 1px solid #34D058; background-color: white; overflow: hidden; box-shadow: 0 1px 1px rgba(46, 45, 51, 0.01), 0 2px 4px rgba(46, 45, 51, 0.01), 0 4px 8px rgba(46, 45, 51, 0.03), 0 8px 16px rgba(46, 45, 51, 0.05), 0 16px 32px rgba(46, 45, 51, 0.07); }

main > .features .feature div.graphic.ci-integration .github-checks .header { padding: 15px; display: flex; }

main > .features .feature div.graphic.ci-integration .github-checks .header .check-icon { margin-top: 2px; margin-right: 10px; height: 30px; width: 30px; background-color: #2EA44F; color: white; text-align: center; border: 1px solid transparent; border-radius: 50%; box-sizing: border-box; }

main > .features .feature div.graphic.ci-integration .github-checks .header .check-icon svg { margin: 6px auto 0; display: block; fill: currentColor; }

main > .features .feature div.graphic.ci-integration .github-checks .header .content p:first-child { margin-bottom: 0; font-size: 16px; font-weight: 500; }

main > .features .feature div.graphic.ci-integration .github-checks .header .content p:last-child { margin-bottom: 0; font-size: 14px; color: #5D5966; }

main > .features .feature div.graphic.ci-integration .github-checks .check { padding: 10px 15px; border-top: 1px solid #E2E2E5; background-color: #EFEFF1; display: flex; justify-content: space-between; align-items: center; }

main > .features .feature div.graphic.ci-integration .github-checks .check .content { display: flex; align-items: center; }

main > .features .feature div.graphic.ci-integration .github-checks .check svg { margin: 0 17px 0 7px; color: #22863A; fill: currentColor; }

main > .features .feature div.graphic.ci-integration .github-checks .check img { border-radius: 6px; }

main > .features .feature div.graphic.ci-integration .github-checks .check .name { margin-left: 10px; font-size: 14px; font-weight: 500; }

main > .features .feature div.graphic.ci-integration .github-checks .check .status { margin-left: 8px; color: #908C99; font-size: 13px; }

main > .features .feature div.graphic.ci-integration .github-checks .check .link { font-size: 12px; color: #0366D6; opacity: 0.8; }

main > .features .feature div.graphic.ci-integration .github-checks .footer { border-top: 1px solid #E2E2E5; padding: 15px; display: flex; align-items: center; }

main > .features .feature div.graphic.ci-integration .github-checks .footer svg { margin: 0 17px 0 7px; color: #22863A; fill: currentColor; }

main > .features .feature div.graphic.ci-integration .github-checks .footer p { margin-bottom: 0; font-size: 14px; color: #5D5966; }

main > .features div.action { text-align: center; padding: 0 30px; }

main > .features div.action p { margin: 0 auto 30px; max-width: 560px; color: #5D5966; font-size: 20px; }

main > .features div.action p b { color: #5D5966; font-weight: 500; }

main > .features div.action a.signup { color: white; border: 2px solid #ef7c02; background-color: #FD9527; border-radius: 3px; font-size: 26px; padding: 14px 26px; display: inline-block; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 14px 0; width: 222px; font-size: 18px; }

main > .features div.action a.signup:hover { background-color: #f98102; }

main > .features div.action a.signup:active { border-color: #a35502; background-color: #d66f02; }

@media screen and (max-width: 600px) { main > .features div.action a.signup { font-size: 22px; padding: 10px 22px; } }

@media screen and (max-width: 600px) { main > .features div.action a.signup { width: 260px; font-size: 22px; padding: 10px 20px; } }

main > .features div.action a.plans { margin-right: 16px; display: inline-block; background-color: #A29FAA; border: 2px solid #95919e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 14px 0; width: 222px; font-size: 18px; }

main > .features div.action a.plans:hover { background-color: #95919e; }

main > .features div.action a.plans:active { border-color: #56535d; background-color: #7b7786; }

@media screen and (max-width: 600px) { main > .features div.action a.plans { width: 260px; font-size: 22px; padding: 10px 20px; } }

@media screen and (max-width: 600px) { main > .features div.action a.plans { margin-right: 0; margin-bottom: 15px; } }

main > .testimonials { padding-top: 25px; background-color: #483a6c; border-top: 2px solid #FD9527; color: #F9F9FA; }

@media screen and (max-width: 600px) { main > .testimonials { padding-top: 25px; } }

main > .testimonials div.customers { display: flex; justify-content: center; align-items: center; overflow-x: auto; border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 600px) { main > .testimonials div.customers { justify-content: flex-start; padding: 0 15px; } }

main > .testimonials div.customers a { margin: 30px 20px; display: block; flex-shrink: 0; box-sizing: border-box; }

main > .testimonials div.customers a.kovi { margin-right: 12px; }

main > .testimonials div.customers a.mozilla { margin-right: 16px; }

main > .testimonials div.customers a.splunk { margin-right: 14px; }

@media screen and (max-width: 600px) { main > .testimonials div.customers a:first-child { margin-left: 0; } main > .testimonials div.customers a:last-child { margin-right: 0; position: relative; } main > .testimonials div.customers a:last-child:after { content: ""; display: block; position: absolute; right: -15px; width: 30px; height: 1px; } }

main > .testimonials div.list { margin: 0 auto; max-width: 1280px; display: flex; }

@media screen and (max-width: 600px) { main > .testimonials div.list { display: block; } }

main > .testimonials div.testimonial { flex: 1 1 50%; padding: 30px 30px 32px; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2); display: flex; flex-direction: column; justify-content: space-between; }

main > .testimonials div.testimonial:first-child { border-right: 1px solid rgba(255, 255, 255, 0.2); }

@media screen and (max-width: 600px) { main > .testimonials div.testimonial:first-child { border-right: none; border-bottom: 1px solid rgba(255, 255, 255, 0.2); } }

@media screen and (max-width: 600px) { main > .testimonials div.testimonial { display: block; padding: 0 0 30px; margin: 30px; } main > .testimonials div.testimonial:last-child { margin-bottom: 0; } }

main > .testimonials div.testimonial > p { line-height: 1.7; font-family: "Libre Baskerville", sans-serif; font-size: 20px; text-align: left; color: #F9F9FA; }

@media screen and (max-width: 600px) { main > .testimonials div.testimonial > p { font-size: 18px; } }

main > .testimonials div.testimonial > div.person { margin-top: 15px; display: flex; align-items: center; }

@media screen and (max-width: 600px) { main > .testimonials div.testimonial > div.person { margin-top: 10px; } }

main > .testimonials div.testimonial > div.person img { width: 48px; height: 48px; border-radius: 50%; border: 2px solid white; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08), 0 1px 2px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.05); }

main > .testimonials div.testimonial > div.person div.info { margin-left: 15px; }

main > .testimonials div.testimonial > div.person p { margin-bottom: 0; font-size: 16px; }

main > .testimonials div.testimonial > div.person p:last-child { font-size: 14px; opacity: 0.8; }

main > .testimonials div.testimonial > div.person p:last-child a { color: white; }

main > .tutorial { border-top: 2px solid #d4d3d8; overflow: hidden; }

@media screen and (max-width: 600px) { main > .tutorial { padding: 60px 15px 0; } }

main > .tutorial .tutorial-container { margin: 0 auto; max-width: 1280px; display: flex; justify-content: center; align-items: center; height: 415px; }

@media screen and (max-width: 600px) { main > .tutorial .tutorial-container { display: block; height: auto; } }

main > .tutorial .copy { padding: 0 50px 0 30px; box-sizing: border-box; flex: 0 0 55%; font-size: 18px; line-height: 1.7; }

@media screen and (max-width: 600px) { main > .tutorial .copy { text-align: center; flex: auto; padding: 0; } }

main > .tutorial .copy h3 { margin-bottom: 10px; font-size: 28px; }

main > .tutorial .copy p { color: #5D5966; }

main > .tutorial .copy p a, main > .tutorial .copy p b { font-weight: 500; }

main > .tutorial .copy .action { margin-top: 11px; display: inline-block; background-color: #A29FAA; border: 2px solid #95919e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; font-family: Rubik, sans-serif; text-transform: none; font-weight: 400; letter-spacing: 0; border-width: 1px; font-size: 16px; }

main > .tutorial .copy .action:hover { background-color: #95919e; }

main > .tutorial .copy .action:active { border-color: #56535d; background-color: #7b7786; }

main > .tutorial .copy .action:last-child { margin-bottom: 0; }

main > .tutorial .browser-container { position: relative; margin: 0; flex: 0 0 45%; height: 100%; }

@media screen and (max-width: 600px) { main > .tutorial .browser-container { margin-top: 15px; height: auto; flex: auto; } }

main > .tutorial .browser { width: 640px; box-shadow: 0 -1px 3px 0 rgba(46, 45, 51, 0.03), 0 -2px 4px 0 rgba(46, 45, 51, 0.02), 0 -3px 6px 0 rgba(46, 45, 51, 0.01), 0 0 40px 20px rgba(46, 45, 51, 0.05), 0 0 60px 30px rgba(46, 45, 51, 0.08); border-radius: 4px; position: absolute; bottom: -30px; left: 0; }

@media screen and (max-width: 600px) { main > .tutorial .browser { width: auto; min-width: 440px; position: relative; } }

main > .tutorial .browser .bar { width: 100%; background: linear-gradient(0deg, #DCDBDE 0%, #E7E6E9 100%); height: 30px; box-sizing: border-box; border-bottom: 1px solid #cfced2; border-radius: 4px 4px 0 0; display: flex; justify-content: flex-start; align-items: center; }

@media screen and (max-width: 600px) { main > .tutorial .browser .bar { height: 20px; } }

main > .tutorial .browser .bar span { width: 12px; height: 12px; border-radius: 6px; background-color: #d4d3d7; border: 1px solid #c7c6ca; margin-right: 8px; display: block; box-sizing: border-box; }

@media screen and (max-width: 600px) { main > .tutorial .browser .bar span { width: 8px; height: 8px; border-radius: 4px; margin-right: 6px; } }

main > .tutorial .browser .bar span:first-child { margin-left: 10px; }

main > .tutorial .browser img { box-sizing: border-box; border-radius: 0 0 4px 4px; }

main > .closing-action { border-top: 2px solid #d4d3d8; padding: 70px 0 90px; text-align: center; }

main > .closing-action > p { margin: 0 auto 30px; padding: 0 30px; max-width: 520px; color: #908C99; font-size: 20px; }

main > .closing-action > p b { color: #5D5966; font-weight: 500; }

main > .closing-action div.controls { padding: 0 30px; }

main > .closing-action div.controls a.signup { color: white; border: 2px solid #ef7c02; background-color: #FD9527; border-radius: 3px; font-size: 26px; padding: 14px 26px; display: inline-block; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 14px 26px; width: 222px; }

main > .closing-action div.controls a.signup:hover { background-color: #f98102; }

main > .closing-action div.controls a.signup:active { border-color: #a35502; background-color: #d66f02; }

@media screen and (max-width: 600px) { main > .closing-action div.controls a.signup { font-size: 22px; padding: 10px 22px; } }

@media screen and (max-width: 600px) { main > .closing-action div.controls a.signup { padding: 10px 22px; } }

main > .closing-action div.controls a.plans { margin-right: 16px; display: inline-block; background-color: #69559e; border: 2px solid #5e4c8e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 14px 26px; width: 222px; }

main > .closing-action div.controls a.plans:hover { background-color: #5e4c8e; }

main > .closing-action div.controls a.plans:active { border-color: #271f3b; background-color: #483a6c; }

@media screen and (max-width: 600px) { main > .closing-action div.controls a.plans { padding: 10px 22px; } }

main > .closing-action div.controls a.signup, main > .closing-action div.controls a.plans { font-size: 18px; }

@media screen and (max-width: 600px) { main > .closing-action div.controls a.plans { margin-right: 0; margin-bottom: 15px; } }

main > .closing-action .platforms { margin-top: 30px; text-align: center; }

main > .closing-action .platforms div img { opacity: 0.33; vertical-align: middle; margin: 0 6px; }

main > .closing-action .divider { margin-top: 20px; margin-bottom: 20px; margin-left: auto; margin-right: auto; padding: 0 15px; max-width: 340px; }

main > .closing-action .divider div { position: relative; padding-left: 15px; padding-right: 30px; }

main > .closing-action .divider hr { margin: 0; position: absolute; width: 100%; top: 50%; left: 0; }

main > .closing-action .divider span { color: #C7C6CC; padding: 0 7px; background-color: #F9F9FA; display: inline-block; position: relative; }

main > .closing-action .updates { padding: 0 15px; color: #908C99; }

main > .closing-action .button { margin-bottom: 11px; display: inline-block; background-color: #A29FAA; border: 2px solid #95919e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; font-family: Rubik, sans-serif; text-transform: none; font-weight: 400; letter-spacing: 0; border-width: 1px; }

main > .closing-action .button:hover { background-color: #95919e; }

main > .closing-action .button:active { border-color: #56535d; background-color: #7b7786; }

main > .closing-action .button:last-child { margin-bottom: 0; }

.notfound { text-align: center; padding: 100px 15px 100px; font-size: 18px; }

main > .concierge .header { margin: 0 auto; padding: 0 15px; max-width: 570px; text-align: center; }

main > .concierge .header h1 { padding-top: 60px; font-family: Rubik, sans-serif; font-size: 36px; line-height: 1.4; color: #2E2D33; }

main > .concierge .header p { font-family: Rubik, sans-serif; color: #908C99; font-size: 20px; }

@media screen and (max-width: 600px) { main > .concierge .header h1 { padding-top: 15px; font-size: 34px; } }

main > .concierge hr { margin: 90px auto; max-width: 400px; border-color: #c7c6cc; }

@media screen and (max-width: 600px) { main > .concierge hr { margin: 45px auto; } }

main > .concierge .what { padding: 0 15px; }

main > .concierge .what p { margin: 0 auto; font-size: 24px; max-width: 760px; text-align: center; color: #5D5966; }

main > .concierge .what p b { font-weight: 500; color: #2E2D33; }

main > .concierge .comparison { background-color: #F9F9FA; background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23dbd8e3' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E"); margin: 90px 0; padding: 60px 15px; border-top: 2px solid #a194c5; border-bottom: 2px solid #a194c5; display: flex; justify-content: center; align-items: center; }

@media screen and (max-width: 600px) { main > .concierge .comparison { margin: 45px 0; padding: 25px 15px; flex-direction: column; } }

main > .concierge .comparison .new { background-color: #F9F9FA; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23dbd8e3' fill-opacity='0.4'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); border-radius: 4px; box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07); border: 6px solid #FDFDFE; max-width: 480px; padding: 35px 30px 30px; }

@media screen and (max-width: 600px) { main > .concierge .comparison .new { margin-bottom: 30px; padding: 20px 15px 15px; } }

main > .concierge .comparison .new ul { padding-left: 0; margin-left: 44px; margin-bottom: 0; list-style-type: none; }

main > .concierge .comparison .new ul li { position: relative; margin-bottom: 40px; }

main > .concierge .comparison .new ul li:last-child { margin-bottom: 0; }

main > .concierge .comparison .new span { position: absolute; top: 0; left: -44px; width: 32px; height: 32px; border-radius: 16px; background-color: #fdae5a; color: white; text-align: center; font-weight: 500; line-height: 32px; font-size: 15px; }

main > .concierge .comparison .new h6 { margin-bottom: 5px; font-size: 18px; font-family: "Exo 2", sans-serif; text-transform: uppercase; letter-spacing: 1px; }

main > .concierge .comparison .new p { margin-bottom: 0; color: #424049; }

main > .concierge .comparison .new p b { color: #2E2D33; font-weight: 500; }

main > .concierge .comparison .old { margin-left: 30px; }

main > .concierge .comparison .old h6 { margin-bottom: 10px; margin-left: 8px; font-size: 16px; font-family: "Exo 2", sans-serif; text-transform: uppercase; letter-spacing: 1px; color: #908C99; }

main > .concierge .comparison .old ul { margin-bottom: 0; }

main > .concierge .comparison .old li { margin-bottom: 10px; vertical-align: middle; color: #908C99; }

main > .concierge .comparison .old li i { color: #b7b5bd; line-height: 21px; }

main > .concierge .comparison .old li:last-child { margin-bottom: 0; }

main > .concierge .closing { padding: 0 15px 90px; text-align: center; }

@media screen and (max-width: 600px) { main > .concierge .closing { padding-bottom: 60px; } }

main > .concierge .closing p { margin: 0 auto; max-width: 680px; font-size: 22px; color: #5D5966; }

main > .concierge .closing p:first-child { margin-bottom: 3px; }

main > .concierge .closing div.controls { margin-top: 30px; }

main > .concierge .closing div.controls a.contact { margin-right: 16px; display: inline-block; background-color: #A29FAA; border: 2px solid #95919e; border-radius: 3px; padding: 4px 11px; color: white; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 14px 26px; width: 222px; }

main > .concierge .closing div.controls a.contact:hover { background-color: #95919e; }

main > .concierge .closing div.controls a.contact:active { border-color: #56535d; background-color: #7b7786; }

@media screen and (max-width: 600px) { main > .concierge .closing div.controls a.contact { font-size: 22px; padding: 10px 22px; } }

main > .concierge .closing div.controls a.demo { color: white; border: 2px solid #ef7c02; background-color: #FD9527; border-radius: 3px; font-size: 26px; padding: 14px 26px; display: inline-block; font-weight: 600; text-transform: uppercase; font-family: "Exo 2", sans-serif; letter-spacing: 1px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2); box-sizing: border-box; transition: background-color .3s ease-out, border .3s ease-out; padding: 14px 26px; width: 222px; }

main > .concierge .closing div.controls a.demo:hover { background-color: #f98102; }

main > .concierge .closing div.controls a.demo:active { border-color: #a35502; background-color: #d66f02; }

@media screen and (max-width: 600px) { main > .concierge .closing div.controls a.demo { font-size: 22px; padding: 10px 22px; } }

main > .concierge .closing div.controls a.contact, main > .concierge .closing div.controls a.demo { font-size: 18px; }

@media screen and (max-width: 600px) { main > .concierge .closing div.controls a.contact { margin-right: 0; margin-bottom: 15px; } }

main > .concierge .closing div.platforms { margin-top: 40px; text-align: center; }

main > .concierge .closing div.platforms div img { opacity: 0.33; vertical-align: middle; }

main > .concierge .closing div.platforms div:first-child img { margin: 0 9px; }

@media screen and (max-width: 600px) { main > .concierge .closing div.platforms div:first-child img { margin: 0 5px; } }

main > .concierge .closing div.platforms div:last-child { margin: 30px 0 0; }

/*# sourceMappingURL=main.css.map */