Tighter region selector, to better display the increasing number of regions
@ -33,7 +33,7 @@ body.mce-content-body
|
|||||||
margin: 0
|
margin: 0
|
||||||
padding: 0.5em
|
padding: 0.5em
|
||||||
text-align: right
|
text-align: right
|
||||||
input, textarea, .radios, .mce-tinymce, div.tagsinput, .field_with_errors:last-child
|
input, textarea, .mce-tinymce, div.tagsinput, .field_with_errors:last-child
|
||||||
flex-grow: 1
|
flex-grow: 1
|
||||||
select
|
select
|
||||||
margin-left: 0
|
margin-left: 0
|
||||||
@ -44,7 +44,7 @@ body.mce-content-body
|
|||||||
width: 100%
|
width: 100%
|
||||||
display: block
|
display: block
|
||||||
|
|
||||||
input, textarea, select, a.button, .actions > button, .radios, .mce-tinymce, div.tagsinput, .ui-autocomplete-input
|
input, textarea, select, a.button, .actions > button, .mce-tinymce, div.tagsinput, .ui-autocomplete-input
|
||||||
border: solid 0.25em transparent
|
border: solid 0.25em transparent
|
||||||
outline: none
|
outline: none
|
||||||
padding: 0.25em
|
padding: 0.25em
|
||||||
@ -72,13 +72,14 @@ input, textarea, select, a.button, .actions > button, .radios, .mce-tinymce, div
|
|||||||
background-color: pink
|
background-color: pink
|
||||||
|
|
||||||
.radios
|
.radios
|
||||||
text-align: left
|
margin-left: 0
|
||||||
[type=radio]
|
[type=radio]
|
||||||
display: none
|
display: none
|
||||||
label
|
label
|
||||||
color: #258
|
color: #258
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
padding: 0.5em
|
padding: 0.5em 0
|
||||||
|
display: inline-block
|
||||||
&:hover
|
&:hover
|
||||||
color: #222
|
color: #222
|
||||||
box-shadow: 0 0 0 4px lightgray
|
box-shadow: 0 0 0 4px lightgray
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
&.selected
|
&.selected
|
||||||
box-shadow: 0 0 0 6px lightgray
|
box-shadow: 0 0 0 6px lightgray
|
||||||
a
|
a
|
||||||
padding: 0.3em 0.6em
|
padding: 0.3em
|
||||||
display: inline-block
|
display: inline-block
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
&:hover ul
|
&:hover ul
|
||||||
@ -31,17 +31,15 @@
|
|||||||
|
|
||||||
.radios
|
.radios
|
||||||
.radios
|
.radios
|
||||||
padding: 0
|
|
||||||
display: inline-block
|
display: inline-block
|
||||||
margin-top: -0.5em
|
text-align: left
|
||||||
margin-left: 0.5em
|
margin-left: -0.5em
|
||||||
background-color: white
|
background-color: white
|
||||||
label
|
label
|
||||||
display: none
|
display: none
|
||||||
padding: 0.2em 0.5em
|
padding: 0.2em
|
||||||
input:checked + label
|
input:checked + label
|
||||||
display: inline
|
display: inline
|
||||||
padding: 0.5em
|
|
||||||
.region:hover .radios
|
.region:hover .radios
|
||||||
z-index: 1000
|
z-index: 1000
|
||||||
position: absolute
|
position: absolute
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
= link_to filter_region.url do
|
= link_to filter_region.url do
|
||||||
= flag_icon filter_region.code.try :downcase
|
= flag_icon filter_region.code.try :downcase
|
||||||
= filter_region.name
|
= filter_region.name
|
||||||
%sup
|
%small
|
||||||
%em.fa.fa-external-link
|
%em.fa.fa-external-link
|
||||||
- else
|
- else
|
||||||
= link_to region: filter_region.id,
|
= link_to region: filter_region.id,
|
||||||
@ -20,6 +20,7 @@
|
|||||||
%em.fa.fa-shield
|
%em.fa.fa-shield
|
||||||
= filter_region.name
|
= filter_region.name
|
||||||
- if regions.present?
|
- if regions.present?
|
||||||
|
%small
|
||||||
%em.fa.fa-chevron-down
|
%em.fa.fa-chevron-down
|
||||||
%ul
|
%ul
|
||||||
= render partial: '/regions/filter_region',
|
= render partial: '/regions/filter_region',
|
||||||
|
@ -5,7 +5,9 @@
|
|||||||
= flag_icon selector_region.code.try :downcase
|
= flag_icon selector_region.code.try :downcase
|
||||||
= selector_region
|
= selector_region
|
||||||
- if selector_region.regions.present?
|
- if selector_region.regions.present?
|
||||||
|
%small
|
||||||
%em.fa.fa-chevron-right
|
%em.fa.fa-chevron-right
|
||||||
|
- if selector_region.regions.present?
|
||||||
.radios
|
.radios
|
||||||
= f.collection_radio_buttons :region_id,
|
= f.collection_radio_buttons :region_id,
|
||||||
Region.where(region: selector_region), :id, :name
|
Region.where(region: selector_region), :id, :name
|
||||||
|
After Width: | Height: | Size: 54 KiB |
@ -0,0 +1,6 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<path fill="#00732f" d="M0 0h512v170.667H0z"/>
|
||||||
|
<path fill="#fff" d="M0 170.667h512v170.667H0z"/>
|
||||||
|
<path d="M0 341.333h512V512H0z"/>
|
||||||
|
<path fill="red" d="M0 0h180v512H0z"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 273 B |
@ -0,0 +1,431 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt">
|
||||||
|
<path d="M0 0h511.994v512H0z"/>
|
||||||
|
<path fill="#090" d="M341.332 0h170.67v512h-170.67z"/>
|
||||||
|
<path fill="#bf0000" d="M170.67 0h170.67v512H170.67z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M398.352 265.182c-.11.58 1.454 1.433 1.826.99 1.682-2.015 3.883-5.97 4.334-8.364.133-.697-2.107-1.485-2.586-.913-1.575 1.886-3.1 5.773-3.574 8.287zM188.016 387.838c-1.675 5.917-26.38-5.577-29.138-11.532 14.136 7.49 29.476 5.924 29.138 11.532zM109.91 266.973c1.236 1.47 3.318.485 1.42-1.504-1.552-1.61-1.04-2.117-1.987-4.075-.936-2.188-.887-3.395-2.016-4.96-1-1.482-2.5.03-1.495 1.28 1.263 1.476.915 2.564 1.687 3.992 1.426 2.444 1.08 3.727 2.39 5.265zm33.224 40.113c3.974 1.954 6.99 6.836 7.19 10.812.336 4.576.996 8.44 3.05 11.69-3.27-.91-4.837-6.124-5.302-11.118-.47-5.17-3.256-7.41-4.938-11.384zm8.29 9.576c2.75 5.077 6.597 7.013 6.794 10.78.333 4.335.662 4.557 1.837 8.82-3.237-.863-4.052-1.145-4.926-7.632-.54-4.56-4.19-7.775-3.706-11.968z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path stroke-linejoin="round" d="M215.673 343.95c4.208 3.446 6.938 7.382 8.21 12.467 1.328 4.738 3.195 8.515 5.933 12.774-4.46-3.04-7.265-7.18-8.668-12.165-1.232-4.9-2.686-8.563-5.475-13.075zm78.767 0c-4.302 3.466-7.093 7.425-8.394 12.54-1.357 4.766-3.265 8.566-6.064 12.85 4.56-3.06 7.427-7.223 8.86-12.24 1.26-4.928 2.746-8.613 5.597-13.15zm-5.295 0c-4.61 3.62-8.958 7.732-10.26 12.848-1.356 4.765-2.176 8.412-5.285 13.154 4.87-3.06 6.804-7.682 8.238-12.698 1.26-4.928 4.146-8.612 7.308-13.305zm-52.12 19.676c1.544 2.914 3.32 7.35 6.536 6.538.053-2.23-3.47-3.776-6.535-6.538zm4.805.994c6.25 2.56 11.645 1.928 12.317 5.855-5.86.633-8.005-1.775-12.316-5.856zm30.636-.604c-1.567 2.746-3.366 6.928-6.627 6.163-.054-2.105 3.517-3.56 6.625-6.165zm-4.38.836c-6.34 2.43-11.813 1.83-12.496 5.558 5.948.6 8.123-1.684 12.496-5.558z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M273.867 355.958c.124-.89-.482-1.666-1.21-1.9-1.42-.533-2.83-.967-4.237-1.368-1.6-.38-2.494.767-2.5 1.52-.007 1.254-.065 2.318 0 3.268.088 1.183.312 1.27 1.06 1.446 1.197.202 2.732.41 3.935 1.216.953.588 1.87.123 2.345-.91.308-.79.477-2.336.607-3.272zm-17.225 0c-.11-.89.357-1.742 1.007-1.976 1.265-.533 2.527-.663 3.86-.61 1.476-.022 1.85.313 1.853 1.066.008 1.253.06 2.47 0 3.42-.078 1.183-.052 1.27-.72 1.446-1.07.202-2.893.256-3.968 1.064-.852.588-1.823.123-1.87-.987.022-.834-.048-2.485-.164-3.42zm-20.902-.234c-.126-.89.484-1.666 1.215-1.9 1.425-.533 2.844-.967 4.257-1.368 1.606-.38 2.505.767 2.51 1.52.008 1.254.067 2.32 0 3.268-.087 1.184-.313 1.27-1.064 1.446-1.203.203-2.744.41-3.953 1.217-.957.588-1.878.123-2.357-.91-.31-.79-.48-2.337-.61-3.273zm17.302 0c.11-.89-.36-1.742-1.012-1.975-1.273-.535-2.54-.666-3.878-.61-1.485-.025-1.86.31-1.864 1.063-.008 1.254-.06 2.47 0 3.42.078 1.183.052 1.27.724 1.446 1.074.2 2.907.256 3.987 1.064.853.587 1.83.122 1.875-.987-.02-.837.05-2.488.166-3.424zM185.47 238.518c-2.012-3.23-4.42 4.48-12.69 10.216-3.85 2.62-6.53 9.6-6.556 14.195-.127 3.153.35 6.3-.002 9.352-.222 1.93-2.234 6.216-.858 7.312 3.64 2.705 8.35 8.848 10.537 10.967 1.89 1.658 3.53-8.55 4.947-13.117 1.52-4.895.84-10.745 5.055-15.27 2.99-3.052 10.525-6.057 9.678-7.418l-10.11-16.238z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M185.47 238.518c-2.012-3.23-4.42 4.48-12.69 10.216-3.85 2.62-6.53 9.6-6.556 14.195-.127 3.153.35 6.3-.002 9.352-.222 1.93-2.234 6.216-.858 7.312 3.64 2.705 8.35 8.848 10.537 10.967 1.89 1.658 3.53-8.55 4.947-13.117 1.52-4.895.84-10.745 5.055-15.27 2.99-3.052 10.525-6.057 9.678-7.418l-10.11-16.238z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M173.246 248.074c-.788 5.468 2.256 7.287 5.13 8.346 2.973 1.057 5.41 4.247 6.667 7.133m-19.156 2.524c1.255 4.714 4.558 4.124 7.43 5.183 2.975 1.057 6.102 4.817 7.358 7.703" stroke="#000" stroke-width=".487" fill="none"/>
|
||||||
|
<path d="M182.686 235.19l1.506-.967 28.922 48.71-1.504.967-28.924-48.71z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M182.686 235.19l1.506-.967 28.922 48.71-1.504.967-28.924-48.71z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M185.8 233.263a3.334 3.334 0 1 1-6.668-.002 3.334 3.334 0 0 1 6.668.002z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M185.8 233.263a3.334 3.334 0 1 1-6.668-.002 3.334 3.334 0 0 1 6.668.002z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M274.79 144.77c-1.033-1.66-2.27 2.3-6.52 5.25-1.977 1.345-3.355 4.932-3.368 7.292-.065 1.62.18 3.238 0 4.806-.115.992-1.15 3.194-.442 3.757 1.87 1.39 4.29 4.546 5.414 5.635.97.85 1.812-4.393 2.54-6.74.782-2.515.432-5.52 2.598-7.845 1.535-1.57 5.407-3.113 4.972-3.812l-5.194-8.343z" fill-rule="evenodd" transform="matrix(-1.9453 0 0 2.01442 859.49 -52.133)" stroke="#000" stroke-width=".492" fill="#fff"/>
|
||||||
|
<path d="M324.944 239.495c2.01-3.342 4.415 4.635 12.68 10.574 3.85 2.71 6.53 9.935 6.555 14.69.124 3.264-.353 6.522 0 9.68.22 2 2.233 6.434.857 7.57-3.637 2.8-8.347 9.156-10.53 11.35-1.89 1.714-3.526-8.85-4.944-13.578-1.52-5.066-.84-11.12-5.052-15.803-2.985-3.16-10.517-6.27-9.67-7.68l10.103-16.806z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M273.36 143.06l.774-.497 14.86 25.027-.773.497-14.86-25.027z" fill-rule="evenodd" transform="matrix(-1.9453 0 0 2.01442 859.49 -52.133)" stroke="#000" stroke-width=".492" fill="#fff"/>
|
||||||
|
<path d="M268.43 149.76c-.405 2.81 1.237 3.665 2.713 4.21 1.528.542 2.86 2.063 3.504 3.546" transform="matrix(-1.9453 0 0 2.01442 859.49 -52.133)" stroke="#000" stroke-width=".25" fill="none"/>
|
||||||
|
<path d="M267.35 151.26c.645 2.422 2.264 2.005 3.74 2.55 1.528.542 3.135 2.32 3.78 3.802" transform="matrix(-1.9453 0 0 2.01442 864.433 -36.44)" stroke="#000" stroke-width=".25" fill="none"/>
|
||||||
|
<path d="M327.725 236.05l-1.505-1-28.907 50.414 1.503 1 28.91-50.414z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M274.96 142.07a1.713 1.713 0 1 1-3.426 0 1.713 1.713 0 0 1 3.426 0z" fill-rule="evenodd" transform="matrix(-1.9453 0 0 2.01442 859.49 -52.133)" stroke="#000" stroke-width=".492" fill="#fff"/>
|
||||||
|
<path d="M324.613 234.056c0 1.905 1.49 3.45 3.33 3.45s3.333-1.545 3.333-3.45-1.492-3.45-3.332-3.45c-1.84 0-3.33 1.545-3.33 3.45z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path stroke="#000" stroke-width=".973" d="M210.515 194.123h11.72v2.688h-11.72zm0 5.08h11.72v22.456h-11.72zm-.7-8.155l13 .076c.51-4.41-3.892-9.17-6.46-9.123-2.54.125-6.64 4.818-6.54 9.05zm77.695 3.132h11.72v2.69h-11.72zm0 5.1h11.72v22.457h-11.72zm-.708-8.156l13 .076c.51-4.41-3.89-9.17-6.46-9.122-2.54.122-6.64 4.815-6.54 9.046z"/>
|
||||||
|
<path d="M210.515 194.123h11.72v2.688h-11.72zm0 5.08h11.72v22.456h-11.72zm-.7-8.155l13 .076c.51-4.41-3.892-9.17-6.46-9.123-2.54.125-6.64 4.818-6.54 9.05zm77.695 3.132h11.72v2.69h-11.72zm0 5.1h11.72v22.457h-11.72zm-.708-8.156l13 .076c.51-4.41-3.89-9.17-6.46-9.122-2.54.122-6.64 4.815-6.54 9.046z"/>
|
||||||
|
</g>
|
||||||
|
<path fill-rule="evenodd" fill="#fff" d="M287.51 199.28h11.72v22.457h-11.72zm0-5.1h11.72v2.69h-11.72zm-.7-3.054l13 .076c.51-4.41-3.89-9.17-6.46-9.123-2.54.12-6.64 4.813-6.54 9.045zm-76.295 8.077h11.72v22.456h-11.72zm0-5.08h11.72v2.688h-11.72zm-.7-3.075l13 .076c.51-4.41-3.892-9.17-6.46-9.123-2.54.125-6.64 4.818-6.54 9.05z"/>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M200.764 225.478l7.452 8.21 92.757.153 7.604-8.21-23.72-.303-11.558-8.06-37.258-.15-10.797 8.362h-24.482z" stroke="#000" stroke-width=".973"/>
|
||||||
|
<path d="M200.764 225.478l7.452 8.21 92.757.153 7.604-8.21-23.72-.303-11.558-8.06-37.258-.15-10.797 8.362h-24.482z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M238.736 212.808l32.03-.034c4.337-2.292 5.69-9.614 5.668-13.71-.06-12.103-8.525-17.907-17.02-18.217-1.273-.064-2.75-1.055-3.087-2.215-.837-2.627-.62-9.468-1.538-9.375-.817-.012-.578 6.697-1.304 9.16-.4 1.228-1.777 2.436-3.15 2.506-10.575.528-17.395 8.247-17.128 18.14.178 6.54.94 10.447 5.526 13.745z" stroke="#000" stroke-width=".973" fill="none"/>
|
||||||
|
<path d="M238.736 212.808l32.03-.034c4.337-2.292 5.69-9.614 5.668-13.71-.06-12.103-8.525-17.907-17.02-18.217-1.273-.064-2.75-1.055-3.087-2.215-.837-2.627-.62-9.315-1.538-9.375-.663.064-.578 6.697-1.304 9.16-.4 1.228-1.777 2.436-3.15 2.506-10.575.528-17.395 8.247-17.128 18.14.178 6.54.94 10.447 5.526 13.745z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M236.732 202.142c.807 3.988 2.728 3.377 2.586 1.446-.473-6.16.026-12.227 5.473-16.27 1.73-1.266-.2-2.434-1.67-1.825-4.632 1.948-7.446 10.88-6.387 16.65z" stroke="#000" stroke-width=".487" fill="none"/>
|
||||||
|
<path d="M242.12 204.654c.808 3.988 4.107 3.815 3.5 1.218-1.236-4.973-1.04-12.226 3.343-15.358 1.73-1.26-.202-2.433-1.672-1.824-4.63 1.95-6.23 10.195-5.17 15.964z" stroke="#000" stroke-width=".487" fill="none"/>
|
||||||
|
<path d="M301.46 125.42c.415 2.05 1.402 1.735 1.33.743-.244-3.165.012-6.282 2.81-8.36.888-.65-.103-1.25-.858-.937-2.38 1-3.826 5.59-3.282 8.554z" transform="matrix(-1.9484 0 0 1.9463 860.365 -41.81)" stroke="#000" stroke-width=".25" fill="none"/>
|
||||||
|
<path d="M302.08 125.07c.415 2.05 2.11 1.96 1.798.626-.635-2.555-.534-6.282 1.718-7.89.89-.648-.104-1.25-.86-.938-2.38 1-3.2 5.238-2.656 8.202z" transform="matrix(-1.9484 0 0 1.9463 856.18 -38.618)" stroke="#000" stroke-width=".25" fill="none"/>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M186.01 330.247h137.62l-12.32-10.037H198.327l-12.316 10.037z" stroke="#000" stroke-width=".973"/>
|
||||||
|
<path d="M186.01 330.247h137.62l-12.32-10.037H198.327l-12.316 10.037z"/>
|
||||||
|
</g>
|
||||||
|
<g fill="#fff" fill-rule="evenodd">
|
||||||
|
<g stroke="#000" stroke-width=".5">
|
||||||
|
<path d="M209.892 239.94h13.077v18.094h-13.08zm.758 28.434h12.623v3.802H210.65zm-.29 6.676h12.925v14.142H210.36zm-.916 17.03h14.142v7.908h-14.142zm1.732-27.112h11.395l2.26-3.762h-15.697l2.044 3.762zm15.376-13.858l.107-9.89h7.85c-3.085 2.543-5.95 5.626-7.96 9.89zm72.888-11.17h-12.856v18.094h12.857zm-.213 28.434H286.82v3.802h12.407zm.233 6.676h-12.635v14.142h12.636zm.818 17.03h-13.902v7.908h13.902z" stroke-width=".973"/>
|
||||||
|
<path d="M288.44 157.7h5.855l1.16-1.933h-8.065l1.05 1.933z" transform="matrix(-1.9134 0 0 1.9463 850.108 -41.963)"/>
|
||||||
|
<path d="M296.23 150.58l.055-5.082h4.033c-1.584 1.307-3.057 2.89-4.088 5.082z" transform="matrix(-1.9134 0 0 1.9463 849.894 -41.963)"/>
|
||||||
|
</g>
|
||||||
|
<path d="M209.892 239.94h13.077v18.094h-13.08zm.758 28.434h12.623v3.802H210.65zm-.29 6.676h12.925v14.142H210.36zm-.916 17.03h14.142v7.908h-14.142zm1.732-27.112h11.395l2.26-3.762h-15.697l2.044 3.762zm15.376-13.858l.107-9.89h7.85c-3.085 2.543-5.95 5.626-7.96 9.89zm72.888-11.17h-12.856v18.094h12.857zm-.213 28.434H286.82v3.802h12.407zm.233 6.676h-12.635v14.142h12.636zm.818 17.03h-13.902v7.908h13.902zm-2.084-27.112H286.99l-2.22-3.762h15.433l-2.01 3.762zm-15.12-13.858l-.106-9.89h-7.716c3.03 2.543 5.85 5.626 7.822 9.89z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M211.916 255.16c.078 2.115 2.474 1.17 2.474.106 0-3.264.043-6.793-.088-9.103-.015-1.703 4.058-1.277 4.035-.228.016 2.756.047 6.536.062 9.76-.03 1.572 2.63 1.436 2.593 0-.016-3.6-.018-8.837 0-11.488.023-3.414-8.963-3.34-9.033-.076.005 2.68-.048 7.48-.044 11.03zm76.944.38c.077 2.115 2.473 1.17 2.473.106 0-3.264.043-6.792-.087-9.103-.016-1.703 4.058-1.276 4.034-.227.016 2.756.047 6.535.062 9.76-.03 1.57 2.554 1.435 2.52 0-.017-3.678.057-8.838.075-11.49.023-3.413-8.963-3.34-9.033-.075.004 2.68-.05 7.48-.045 11.03zm-76.91 21.184h9.276v11.557h-9.276z" stroke="#000" stroke-width=".487" fill="none"/>
|
||||||
|
<path fill-rule="evenodd" d="M217.886 281.512h3.27v1.9h-3.27zm-5.703 0h3.194v1.9h-3.194z"/>
|
||||||
|
<path fill-rule="evenodd" d="M215.375 276.88h2.51v4.714h-2.51zm0 6.46h2.51v5.02h-2.51z"/>
|
||||||
|
<path stroke="#000" stroke-width=".487" fill="none" d="M288.59 276.648h9.275v11.557h-9.276z"/>
|
||||||
|
<path fill-rule="evenodd" d="M294.525 281.436h3.27v1.9h-3.27zm-5.703 0h3.194v1.9h-3.194z"/>
|
||||||
|
<path fill-rule="evenodd" d="M292.014 276.804h2.51v4.714h-2.51zm0 6.46h2.51v5.02h-2.51z"/>
|
||||||
|
<path fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff" d="M280.154 277.327h1.596v11.482h-1.596z"/>
|
||||||
|
<path d="M249.13 292.547l2.508 7.527h5.7l-4.56-7.53-3.648.003zm-3.192 7.527l1.444 7.45 6.69.076-2.434-7.528-5.7.002zm11.327.076l4.638 7.374h9.504l-7.45-7.452-6.692.078zm-56.112 16.878c5.043-4.69 8.262-8.692 8.288-14.445h12.318c.025 3.22 1.19 5.144 2.966 5.017l12.47-.076-.076-7.374h-9.048l-.003-40.223c-.33-14.217 17.285-22.505 24.484-22.43l-42.805-.075v-1.292h90.022l.076 1.292-43.414.076c12.874.026 25.29 12.217 25.394 22.507v11.404h-1.673l-.075-11.254c0-11.253-14.173-21.77-25.547-21.442-9.835.282-25.09 9.657-24.938 21.366v3.5l23.34.15-.227 4.03 3.665 2.34 7.31 2.33-.107 6.042 5.238 1.543.044 6.038 6.282 2.695v6.25l3.984 2.454-.183 6.347 5.4 3.8H271.56l7.983 8.896H267.76l-5.86-8.896h-7.753l3.498 8.82-8.286-.077-1.98-8.743h-10.11l.074 9.426-36.192.002zm36.116-24.407v7.453h8.667l-1.752-7.45h-6.917z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M249.13 292.547l2.508 7.527h5.7l-4.56-7.53-3.648.003zm-3.192 7.527l1.444 7.45 6.69.076-2.434-7.528-5.7.002zm11.327.076l4.638 7.374h9.504l-7.45-7.452-6.692.078zm-56.112 16.878c5.043-4.69 8.262-8.692 8.288-14.445h12.318c.025 3.22 1.19 5.144 2.966 5.017l12.47-.076-.076-7.374h-9.048l-.003-40.223c-.33-14.217 17.285-22.505 24.484-22.43l-42.805-.075v-1.292h90.022l.076 1.292-43.414.076c12.874.026 25.29 12.217 25.394 22.507v11.404h-1.673l-.075-11.254c0-11.253-14.173-21.77-25.547-21.442-9.835.282-25.09 9.657-24.938 21.366v3.5l23.34.15-.227 4.03 3.665 2.34 7.31 2.33-.107 6.042 5.238 1.543.044 6.038 6.282 2.695v6.25l3.984 2.454-.183 6.347 5.4 3.8H271.56l7.983 8.896H267.76l-5.86-8.896h-7.753l3.498 8.82-8.286-.077-1.98-8.743h-10.11l.074 9.426-36.192.002zm36.116-24.407v7.453h8.667l-1.752-7.45h-6.917z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path stroke="#000" stroke-width=".483" fill="none" d="M237.724 279.468h5.4v12.392h-5.4z"/>
|
||||||
|
<path d="M298.05 171.73h2.707l-.017-4.594c-.035-1.997 1.793-4.01 2.668-4.077.97-.038 2.4 1.883 2.448 3.92l.04 4.764 2.87-.006v-11.83l-10.716.056v11.764z" transform="matrix(1.9463 0 0 1.9848 -350 -48.13)" stroke="#000" stroke-width=".25" fill="none"/>
|
||||||
|
<path stroke="#000" stroke-width=".481" fill="none" d="M271.784 298.172h6.54v5.094h-6.54zm-3.874-8.758h6.54v5.093h-6.54zm-6.305-8.74h6.54v5.094h-6.54zm-5.41-7.374h6.54v5.092h-6.54z"/>
|
||||||
|
<path d="M251.874 292.762l6.69.227 11.936 10.567v-6.234l-4.03-2.89v-4.942l-5.853-3.343v-5.323l-5.703-1.9V271.7l-2.89-2.356-.15 23.418z" stroke="#000" stroke-width=".487" fill="none"/>
|
||||||
|
<path fill-rule="evenodd" fill="#fff" d="M280.154 277.327h1.596v11.482h-1.596z"/>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M163.755 161.05c.58 9.07-2.235 14.048-7.038 13.29-1.324-5.03 1.687-8.406 7.038-13.29zm-10.56 20.086c-4.27-2.172-1.19-18.756.45-25.708 1.213 8.955 3.24 21.683-.45 25.708z"/>
|
||||||
|
<path d="M154.723 181.93c7.178 2.497 12.86-5.233 14.782-14.186-5.924 8.176-15.566 8.186-14.782 14.186zm-5.447 8.36c-5.613-1.483-2.232-19.078-1.212-26.116 1.234 7.27 5.103 23.708 1.212 26.116zm1.917-.54c.314-6.067 6.363-4.314 10.538-7.553-.68 3.033-3.247 8.407-10.536 7.554zm-6.87 8.128c-5.562-1.5-2.22-20.436-2.534-28.233 1.63 6.736 6.793 26.407 2.532 28.233zm2.607-.828c4.557 1.48 10.593-1.48 11.068-6.905-3.924 2.662-10.19.626-11.067 6.905z"/>
|
||||||
|
<path d="M140.168 206.236c-5.32.425-2.94-15.702-2.935-30.722 1.954 14.04 7.277 26.89 2.935 30.722z"/>
|
||||||
|
<path d="M142.017 205.51c3.593 1.8 10.03-1.08 11.866-7.148-6.49 2.822-10.83.064-11.866 7.147z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M163.755 161.05c.58 9.07-2.235 14.048-7.038 13.29-1.324-5.03 1.687-8.406 7.038-13.29zm-10.56 20.086c-4.27-2.172-1.19-18.756.45-25.708 1.213 8.955 3.24 21.683-.45 25.708z"/>
|
||||||
|
<path d="M154.723 181.93c7.178 2.497 12.86-5.233 14.782-14.186-5.924 8.176-15.566 8.186-14.782 14.186zm-5.447 8.36c-5.613-1.483-2.232-19.078-1.212-26.116 1.234 7.27 5.103 23.708 1.212 26.116zm1.917-.54c.314-6.067 6.363-4.314 10.538-7.553-.68 3.033-3.247 8.407-10.536 7.554zm-6.87 8.128c-5.562-1.5-2.22-20.436-2.534-28.233 1.63 6.736 6.793 26.407 2.532 28.233zm2.607-.828c4.557 1.48 10.593-1.48 11.068-6.905-3.924 2.662-10.19.626-11.067 6.905z"/>
|
||||||
|
<path d="M140.168 206.236c-5.32.425-2.94-15.702-2.935-30.722 1.954 14.04 7.277 26.89 2.935 30.722z"/>
|
||||||
|
<path d="M142.017 205.51c3.593 1.8 10.03-1.08 11.866-7.148-6.49 2.822-10.83.064-11.866 7.147z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M183.773 169.444c-.946 7.867-4.16 12.445-8.965 11.687-1.323-5.03 2.57-8.244 8.965-11.685zm-12.71 20.203c7.98 1.132 10.855-4.993 16.227-12.823-7.53 5.448-16.53 6.58-16.227 12.823z"/>
|
||||||
|
<path d="M168.806 188.732c-4.35-5.22-.146-11.775 3.178-17.363-.714 8.31 2.118 12.935-3.178 17.36zm-1.926 8.622c-.492-5.105 8.206-6.24 12.14-9.078-1.324 2.95-3.328 10.894-12.14 9.078z"/>
|
||||||
|
<path d="M165.05 197.47c-6.015-.68-3.518-10.893.793-16.568-1.815 7.832 3.177 13.277-.794 16.57z"/>
|
||||||
|
<path d="M160.514 205.976c-6.845-3.026-2.458-11.612.115-16.68-1.1 6.657 4.385 11.725-.117 16.68z"/>
|
||||||
|
<path d="M161.877 205.178c3.593 4.69 10.592-1.4 12.028-8.51-6.09 5.07-10.59 4.236-12.028 8.51z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M183.773 169.444c-.946 7.867-4.16 12.445-8.965 11.687-1.323-5.03 2.57-8.244 8.965-11.685zm-12.71 20.203c7.98 1.132 10.855-4.993 16.227-12.823-7.53 5.448-16.53 6.58-16.227 12.823z"/>
|
||||||
|
<path d="M168.806 188.732c-4.35-5.22-.146-11.775 3.178-17.363-.714 8.31 2.118 12.935-3.178 17.36zm-1.926 8.622c-.492-5.105 8.206-6.24 12.14-9.078-1.324 2.95-3.328 10.894-12.14 9.078z"/>
|
||||||
|
<path d="M165.05 197.47c-6.015-.68-3.518-10.893.793-16.568-1.815 7.832 3.177 13.277-.794 16.57z"/>
|
||||||
|
<path d="M160.514 205.976c-6.845-3.026-2.458-11.612.115-16.68-1.1 6.657 4.385 11.725-.117 16.68z"/>
|
||||||
|
<path d="M161.877 205.178c3.593 4.69 10.592-1.4 12.028-8.51-6.09 5.07-10.59 4.236-12.028 8.51z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M326.65 170.222c.91 4.088 1.137 12.145 8.4 10.555 1.058-7.49-5.032-7.83-8.4-10.555z"/>
|
||||||
|
<path d="M339.01 189.53c-.263-7.717-8.585-6.016-15.77-12.37 1.967 6.694 8.925 14.865 15.77 12.37z"/>
|
||||||
|
<path d="M340.722 188.615c4.88-3.367 1.135-10.705-3.404-17.135 1.703 7-2.04 13.427 3.404 17.135zm2.14 8.74c-7.866.604-9.265-3.33-12.367-8.397 5.37 3.48 12.557 1.286 12.368 8.396zm1.948.232c-3.747-3.065.907-9.645-.682-16.226 2.95 4.16 7.49 14.11.682 16.228z"/>
|
||||||
|
<path d="M348.1 205.742c-7.868 1.853-10.402-2.306-12.37-9.303 6.392 5.86 9.948 3.1 12.37 9.3z"/>
|
||||||
|
<path d="M349.228 205.645c5.484-.076 3.026-10.93.226-15.886.757 5.976-4.047 12.86-.226 15.884z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M326.65 170.222c.91 4.088 1.137 12.145 8.4 10.555 1.058-7.49-5.032-7.83-8.4-10.555z"/>
|
||||||
|
<path d="M339.01 189.53c-.263-7.717-8.585-6.016-15.77-12.37 1.967 6.694 8.925 14.865 15.77 12.37z"/>
|
||||||
|
<path d="M340.722 188.615c4.88-3.367 1.135-10.705-3.404-17.135 1.703 7-2.04 13.427 3.404 17.135zm2.14 8.74c-7.866.604-9.265-3.33-12.367-8.397 5.37 3.48 12.557 1.286 12.368 8.396zm1.948.232c-3.747-3.065.907-9.645-.682-16.226 2.95 4.16 7.49 14.11.682 16.228z"/>
|
||||||
|
<path d="M348.1 205.742c-7.868 1.853-10.402-2.306-12.37-9.303 6.392 5.86 9.948 3.1 12.37 9.3z"/>
|
||||||
|
<path d="M349.228 205.645c5.484-.076 3.026-10.93.226-15.886.757 5.976-4.047 12.86-.226 15.884z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M345.873 161.1c.984 4.543-.917 13.513 6.344 13.443 3.037-5.132-3.435-9.96-6.344-13.443z"/>
|
||||||
|
<path d="M356.777 181.365c4.576-3.138.452-13.44-.97-25.04-1.11 10.343-3.563 21.638.97 25.04z"/>
|
||||||
|
<path d="M354.32 182.158c.573-5.664-8.356-6.927-14.478-14.422 1.587 6.01 6.112 14.79 14.477 14.422zm6.102 8.832c-4.81-4.36.905-16.87 1.143-26.568.745 8.95 4.677 24.98-1.143 26.567zm-2.734-1.258c-7.032.452-8.887-4.698-9.708-7.637 3.776 2.72 9.745 1.438 9.708 7.637zm7.064 7.754c5.407-.228 3.406-20.738 2.657-27.214-.537 6.89-6.176 24.72-2.66 27.214zm-2.38-.363c-4.672.713-9.41-2.002-10.694-6.642 4.035 1.757 10.707.366 10.695 6.644z"/>
|
||||||
|
<path d="M369.094 206.01c5.788 2.357 3.71-24.387 2.962-30.56-.535 7.88-7.39 27.23-2.962 30.56z"/>
|
||||||
|
<path d="M367.737 206.006c-5.815.864-10.097-2.686-11.76-7.554 5.935 2.213 10.555 1.427 11.76 7.554z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M363.553 237.72c.716-6.985-4.635-19.687-.837-26.458.517-.93-1.137-3.4-2.206-1.9-1.67 2.39-3.386 9.207-4.104 6.69-.76-2.736-.878-7.577-3.346-8.517-1.575-.55-3.8-.91-3.194 1.522.603 2.34 1.954 5.57.458 5.78-.87.125-3.37-3.186-5.475-4.715-1.7-1.365-4.23.77-1.75 2.812 8.065 6.577 15.88 9.537 20.452 24.786z" stroke="#000" stroke-width=".973"/>
|
||||||
|
<path d="M363.553 237.72c.716-6.985-4.635-19.687-.837-26.458.517-.93-1.137-3.4-2.206-1.9-1.67 2.39-3.386 9.207-4.104 6.69-.76-2.736-.878-7.577-3.346-8.517-1.575-.55-3.8-.91-3.194 1.522.603 2.34 1.954 5.57.458 5.78-.87.125-3.37-3.186-5.475-4.715-1.7-1.365-4.23.77-1.75 2.812 8.065 6.577 15.88 9.537 20.452 24.786z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M345.873 161.1c.984 4.543-.917 13.513 6.344 13.443 3.037-5.132-3.435-9.96-6.344-13.443z"/>
|
||||||
|
<path d="M356.777 181.365c4.576-3.138.452-13.44-.97-25.04-1.11 10.343-3.563 21.638.97 25.04z"/>
|
||||||
|
<path d="M354.32 182.158c.573-5.664-8.356-6.927-14.478-14.422 1.587 6.01 6.112 14.79 14.477 14.422zm6.102 8.832c-4.81-4.36.905-16.87 1.143-26.568.745 8.95 4.677 24.98-1.143 26.567zm-2.734-1.258c-7.032.452-8.887-4.698-9.708-7.637 3.776 2.72 9.745 1.438 9.708 7.637zm7.064 7.754c5.407-.228 3.406-20.738 2.657-27.214-.537 6.89-6.176 24.72-2.66 27.214zm-2.38-.363c-4.672.713-9.41-2.002-10.694-6.642 4.035 1.757 10.707.366 10.695 6.644z"/>
|
||||||
|
<path d="M369.094 206.01c5.788 2.357 3.71-24.387 2.962-30.56-.535 7.88-7.39 27.23-2.962 30.56z"/>
|
||||||
|
<path d="M367.737 206.006c-5.815.864-10.097-2.686-11.76-7.554 5.935 2.213 10.555 1.427 11.76 7.554z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M244.38 141.09c-1.017-1.062-.723-1.468.78-1.485 1.194-.075 3.558.73 4.455.078.822-.597.495-3.13.86-4.297.16-.65.615-1.673 1.64-.078 3.032 4.86 6.82 10.692 8.438 16.407.885 3.203.443 8.36-2.97 11.094l-2.42-7.034c-1.152-3.343-7.348-11.365-10.783-14.687z" transform="matrix(-1.937 0 0 1.9463 857.173 -41.533)" stroke="#000" stroke-width=".501"/>
|
||||||
|
<path d="M383.805 233.07c1.97-2.067 1.4-2.857-1.513-2.89-2.31-.146-6.89 1.423-8.627.152-1.592-1.162-.96-6.09-1.666-8.363-.31-1.27-1.193-3.258-3.18-.154-5.872 9.457-13.207 20.81-16.343 31.933-1.715 6.233-.858 16.27 5.75 21.59l4.692-13.685c2.23-6.507 14.23-22.12 20.884-28.586z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M390.38 216.058c-2.647 8.51-4.238 15.487-.417 16.308 4.083-.71 2.308-8.932.417-16.308zm-.272 23.89c4.354 2.31 9.046-8.787 8.07-17.528-2.192 7.492-9.577 12.118-8.07 17.527zm-1.614-.228c.675-6.052-1.81-5.892-5.067-11.675.345 6.532 1.972 12.01 5.067 11.674z"/>
|
||||||
|
<path d="M389.933 248.592c5.08 1.443 10.905-10.656 10.687-19.597-2.116 9.897-13.146 13.852-10.687 19.597z"/>
|
||||||
|
<path d="M388.273 248.366c2.037-4.69-2.12-4.116-4.878-12.52-.913 8.697.413 12.666 4.878 12.52zm1.473 9.124c6.594 1.134 9.994-13.425 13.27-20.396-6.485 9.14-14.255 14.23-13.27 20.395z"/>
|
||||||
|
<path d="M388.213 256.99c1.927-5.368-3.52-5.068-6.39-13.09.456 10.175 1.777 13.845 6.39 13.09zm1.9 9.247c4.17.3 11.667-11.342 11.828-18.533-3.56 7.92-14.74 13.167-11.825 18.533z"/>
|
||||||
|
<path d="M387.01 264.895c1.735-5.6-3.107-5.636-5.256-11.91-.152 9.458 1.324 12.666 5.257 11.91zm.16 10.09c7.352 1.287 9.234-8.406 13.572-18.266-4.28 7.846-13.95 12.25-13.573 18.264z"/>
|
||||||
|
<path d="M386.648 273.637c2.384-5.064-3.14-5.068-6.086-12.635-.152 10.706 1.7 13.846 6.086 12.635z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M390.38 216.058c-2.647 8.51-4.238 15.487-.417 16.308 4.083-.71 2.308-8.932.417-16.308zm-.272 23.89c4.354 2.31 9.046-8.787 8.07-17.528-2.192 7.492-9.577 12.118-8.07 17.527zm-1.614-.228c.675-6.052-1.81-5.892-5.067-11.675.345 6.532 1.972 12.01 5.067 11.674z"/>
|
||||||
|
<path d="M389.933 248.592c5.08 1.443 10.905-10.656 10.687-19.597-2.116 9.897-13.146 13.852-10.687 19.597z"/>
|
||||||
|
<path d="M388.273 248.366c2.037-4.69-2.12-4.116-4.878-12.52-.913 8.697.413 12.666 4.878 12.52zm1.473 9.124c6.594 1.134 9.994-13.425 13.27-20.396-6.485 9.14-14.255 14.23-13.27 20.395z"/>
|
||||||
|
<path d="M388.213 256.99c1.927-5.368-3.52-5.068-6.39-13.09.456 10.175 1.777 13.845 6.39 13.09zm1.9 9.247c4.17.3 11.667-11.342 11.828-18.533-3.56 7.92-14.74 13.167-11.825 18.533z"/>
|
||||||
|
<path d="M387.01 264.895c1.735-5.6-3.107-5.636-5.256-11.91-.152 9.458 1.324 12.666 5.257 11.91zm.16 10.09c7.352 1.287 9.234-8.406 13.572-18.266-4.28 7.846-13.95 12.25-13.573 18.264z"/>
|
||||||
|
<path d="M386.648 273.637c2.384-5.064-3.14-5.068-6.086-12.635-.152 10.706 1.7 13.846 6.086 12.635z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M256.81 166.87c3.334.016 3.985-4.687 3.985-5.937-1.64.312-4.61 3.28-3.985 5.937z" transform="matrix(-1.937 0 0 1.9463 857.387 -41.81)" stroke="#000" stroke-width=".501"/>
|
||||||
|
<path d="M359.927 282.968c-6.458.03-7.72-9.122-7.72-11.555 3.18.607 8.933 6.386 7.72 11.555z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M372.836 241.38c-2.647 8.51-3.705 12.596-.113 15.32 4.69-2.61 2.005-7.944.113-15.32zm-1.48 22.245c1.97-6.278-2.874-7.79-5.445-14.865-.262 9.344 1.06 16.19 5.448 14.865z"/>
|
||||||
|
<path d="M373.288 264.98c3.443 1.324 7.68-6.655 5.335-14.637-2.42 7.187-8.36 8.925-5.335 14.638zm-3.635 7.155c3.33-5.144-1.968-5.41-4.65-12.594-.15 9.46.717 13.35 4.65 12.596z"/>
|
||||||
|
<path d="M369.66 280.986c2.536-5.823-2.987-5.068-6.238-12.253-.152 10.706 1.625 13.01 6.238 12.253zm2.497-8.513c2.877.074 8.472-4.956 6.81-11.234-2.42 5.257-9.268 4.725-6.81 11.232z"/>
|
||||||
|
<path d="M371.36 280.068c4.692.983 8.246-6.2 7.718-11.12-3.67 4.58-8.704 4.954-7.72 11.12z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M372.836 241.38c-2.647 8.51-3.705 12.596-.113 15.32 4.69-2.61 2.005-7.944.113-15.32zm-1.48 22.245c1.97-6.278-2.874-7.79-5.445-14.865-.262 9.344 1.06 16.19 5.448 14.865z"/>
|
||||||
|
<path d="M373.288 264.98c3.443 1.324 7.68-6.655 5.335-14.637-2.42 7.187-8.36 8.925-5.335 14.638zm-3.635 7.155c3.33-5.144-1.968-5.41-4.65-12.594-.15 9.46.717 13.35 4.65 12.596z"/>
|
||||||
|
<path d="M369.66 280.986c2.536-5.823-2.987-5.068-6.238-12.253-.152 10.706 1.625 13.01 6.238 12.253zm2.497-8.513c2.877.074 8.472-4.956 6.81-11.234-2.42 5.257-9.268 4.725-6.81 11.232z"/>
|
||||||
|
<path d="M371.36 280.068c4.692.983 8.246-6.2 7.718-11.12-3.67 4.58-8.704 4.954-7.72 11.12z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M235.63 159.06c-.297-.385-1.15.01-.937.938.198 1.256 2.05 7.704 5.233 9.922 2.27 1.636 14.2 4.27 19.61 5.39 2.977.6 5.47 2.084 7.423 4.454-.81-3.1-1.46-5.395-2.5-8.203-1.016-2.466-3.703-5.166-6.486-5.31-5.17-.187-11.86-.627-16.72-2.736-2.51-1.048-4.01-2.464-5.625-4.453z" transform="matrix(-1.937 0 0 1.9463 857.173 -41.533)" stroke="#000" stroke-width=".501"/>
|
||||||
|
<path d="M400.754 268.045c.575-.75 2.228.02 1.815 1.826-.386 2.447-3.973 14.996-10.138 19.313-4.397 3.184-27.508 8.313-37.985 10.49-5.767 1.167-10.596 4.057-14.38 8.67 1.566-6.032 2.823-10.5 4.844-15.966 1.965-4.803 7.17-10.058 12.56-10.34 10.013-.363 22.97-1.22 32.387-5.324 4.86-2.04 7.77-4.795 10.896-8.667z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M386.598 297.655c1.057-4.228-.29-5.588.865-12.208-6.345 8.51-3.96 12.542-.865 12.208z"/>
|
||||||
|
<path d="M387.297 298.704c4.202 1.17 15.13-8.405 15.448-15.55-2.954 5.135-17.713 10.674-15.448 15.55zm-6.87 6.31c2.875-1.57 2.064-8.22-.542-10.464-.534 6.49-4.453 10.308.543 10.465z"/>
|
||||||
|
<path d="M383.394 306.83c5.082 1.593 10.83-7.615 15.02-11.614-4.777 4.118-19.226 6.096-15.02 11.613zm-6.99 4.573c3.556-2.33.236-6.93-.013-16.016-3.572 6.567-4.3 15.553.014 16.016z"/>
|
||||||
|
<path d="M377.083 313.74c1.814 2.43 15.24-5.943 18.595-12.148-11.468 8.53-21.585 7.39-18.595 12.147zm-1.34 7.578c3.294-2.402-2.837-8.718-4.11-17.196.076 10.327-1.34 18.18 4.11 17.196z"/>
|
||||||
|
<path d="M379.324 318.468c1.652 2.657 11.896-4.375 16.312-12.03-6.79 5.946-18.21 7.538-16.312 12.03zm-10.468 11.57c3.71-.66 3.2-10.046.37-17.69-3.194 9.23-4.608 18.595-.37 17.688z"/>
|
||||||
|
<path d="M378.16 324.92c1.28 1.518 16.38-9.062 16.162-13.363-4.778 6.855-20.747 8.225-16.162 13.363zm-17.524 13.883c5.12-2.1 2.713-10.39 3.72-19.327-4.03 8.732-8.79 17.496-3.72 19.327z"/>
|
||||||
|
<path d="M370.218 331.63c.815 2.808 13.112-2.4 19.048-10.968-7.17 5.566-21.096 6.323-19.048 10.967z"/>
|
||||||
|
<path d="M362.277 340.125c2.65 4.406 17.9-3.663 20.115-11.234-4.93 6.553-21.964 5.564-20.115 11.236z"/>
|
||||||
|
<path d="M369.272 343.56c2.8.302 9.31-5.03 11.142-7.812-5.234 2.596-12.308 6.17-11.142 7.812z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M346.304 310.784c3.332.483 7.69-5.634 4.78-11.833-1.446 6.19-11.144 10.69-4.78 11.835zm7.136-3.65c2.572 1.44 9.08-5.486 8.253-10.02-3.637 5.794-10.94 7.465-8.254 10.02z"/>
|
||||||
|
<path d="M345.837 317.308c2.5 2.43 14.784-10.048 18.443-15.72-10.63 9.06-21.508 11.343-18.443 15.72zm-2.937 7.476c1.956 2.96 10.146-5.97 15.324-13.398-6.563 6.477-17.68 9.44-15.324 13.398z"/>
|
||||||
|
<path d="M343.735 317.668c2.003-5.29-1.315-6.132-2.816-12.71-2.966 3.637-2.633 13.693 2.814 12.71zm-3.27 7.3c3.98-1.11-2.456-7.88-3.805-12.71-.607 8.883-.502 13.312 3.805 12.71zm-3.885 6.382c3.673-1.338-2.078-4.69-2.666-12.103-1.825 2.725-2.783 13.085 2.665 12.102z"/>
|
||||||
|
<path d="M331.086 332.914c2.342-1.267 1.378-7.31-2.217-8.11-.838 4.743-.73 8.18 2.215 8.11z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M346.304 310.784c3.332.483 7.69-5.634 4.78-11.833-1.446 6.19-11.144 10.69-4.78 11.835zm7.136-3.65c2.572 1.44 9.08-5.486 8.253-10.02-3.637 5.794-10.94 7.465-8.254 10.02z"/>
|
||||||
|
<path d="M345.837 317.308c2.5 2.43 14.784-10.048 18.443-15.72-10.63 9.06-21.508 11.343-18.443 15.72zm-2.937 7.476c1.956 2.96 10.146-5.97 15.324-13.398-6.563 6.477-17.68 9.44-15.324 13.398z"/>
|
||||||
|
<path d="M343.735 317.668c2.003-5.29-1.315-6.132-2.816-12.71-2.966 3.637-2.633 13.693 2.814 12.71zm-3.27 7.3c3.98-1.11-2.456-7.88-3.805-12.71-.607 8.883-.502 13.312 3.805 12.71zm-3.885 6.382c3.673-1.338-2.078-4.69-2.666-12.103-1.825 2.725-2.783 13.085 2.665 12.102z"/>
|
||||||
|
<path d="M331.086 332.914c2.342-1.267 1.378-7.31-2.217-8.11-.838 4.743-.73 8.18 2.215 8.11z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M386.598 297.655c1.057-4.228-.29-5.588.865-12.208-6.345 8.51-3.96 12.542-.865 12.208z"/>
|
||||||
|
<path d="M387.297 298.704c4.202 1.17 15.13-8.405 15.448-15.55-2.954 5.135-17.713 10.674-15.448 15.55zm-6.87 6.31c2.875-1.57 2.064-8.22-.542-10.464-.534 6.49-4.453 10.308.543 10.465z"/>
|
||||||
|
<path d="M383.394 306.83c5.082 1.593 10.83-7.615 15.02-11.614-4.777 4.118-19.226 6.096-15.02 11.613zm-6.99 4.573c3.556-2.33.236-6.93-.013-16.016-3.572 6.567-4.3 15.553.014 16.016z"/>
|
||||||
|
<path d="M377.083 313.74c1.814 2.43 15.24-5.943 18.595-12.148-11.468 8.53-21.585 7.39-18.595 12.147zm-1.34 7.578c3.294-2.402-2.837-8.718-4.11-17.196.076 10.327-1.34 18.18 4.11 17.196z"/>
|
||||||
|
<path d="M379.324 318.468c1.652 2.657 11.896-4.375 16.312-12.03-6.79 5.946-18.21 7.538-16.312 12.03zm-10.468 11.57c3.71-.66 3.2-10.046.37-17.69-3.194 9.23-4.608 18.595-.37 17.688z"/>
|
||||||
|
<path d="M378.16 324.92c1.28 1.518 16.38-9.062 16.162-13.363-4.778 6.855-20.747 8.225-16.162 13.363zm-17.524 13.883c5.12-2.1 2.713-10.39 3.72-19.327-4.03 8.732-8.79 17.496-3.72 19.327z"/>
|
||||||
|
<path d="M370.218 331.63c.815 2.808 13.112-2.4 19.048-10.968-7.17 5.566-21.096 6.323-19.048 10.967z"/>
|
||||||
|
<path d="M362.277 340.125c2.65 4.406 17.9-3.663 20.115-11.234-4.93 6.553-21.964 5.564-20.115 11.236z"/>
|
||||||
|
<path d="M369.272 343.56c2.8.302 9.31-5.03 11.142-7.812-5.234 2.596-12.308 6.17-11.142 7.812z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M235.83 159.52c-.377-.307-.876-.76-.704.176 1.41 7.41 1.855 9.483 8.35 12.044 6.6 2.508 8.967 1.63 14.588 1.533 3.034-.11 6.567 1.404 8.67 3.618.98 1.03 1.688 1.443 1.295.13-.396-1.312-.78-3.015-1.398-4.38-1.348-3-4.834-5.865-8.32-7.01-4.88-1.717-10.14-.854-15.165-2.164-2.62-.724-5.138-2.183-7.318-3.945z" transform="matrix(-1.7055 -.9227 -.9183 1.7137 926.17 287.993)" stroke="#000" stroke-width=".501"/>
|
||||||
|
<path d="M377.47 343.746c.926-.178 2.193-.494 1.04.95-9.208 11.4-11.872 14.54-25.3 12.937-13.562-1.795-16.792-5.48-26.29-10.835-5.07-2.99-12.488-3.654-18.11-1.8-2.617.86-4.2.91-2.324-.976 1.877-1.885 4.094-4.45 6.402-6.216 5.056-3.9 13.632-5.592 20.63-4.336 9.898 1.56 18.076 7.892 27.85 10.284 5.134 1.178 10.767 1 16.103-.008z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M287.66 208.42c.884.11 1.444 1.822 1.88.663.737-1.877.22-3.37-.61-3.205-.978.26-2.634 2.456-1.27 2.542z" transform="matrix(-1.9235 0 0 1.9463 853.242 -41.856)" stroke="#000" stroke-width=".503"/>
|
||||||
|
<path d="M299.92 363.792c-1.7.214-2.778 3.546-3.615 1.29-1.42-3.653-.425-6.558 1.17-6.237 1.883.508 5.068 4.78 2.444 4.947z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M318.535 348.932c4.813 1.252 6.063-4.296 6.535-8.327-4.34.935-8.887 3.45-6.535 8.327zm-1.935 4.928c.848 3.838 10.264-.118 12.094-5.493-6.694 3.906-13.298-.35-12.094 5.493z"/>
|
||||||
|
<path d="M313.233 353.672c4.3.712 1.907-6.028 1.66-12.676-2.41 5.42-5.848 12.1-1.66 12.676zm-5.433 6.368c4.684.586 1.713-8.446.44-14.516-1.538 5.626-4.924 14.022-.44 14.516z"/>
|
||||||
|
<path d="M310.587 360.24c.57 5.11 10.252-.61 15.886-3.75-7.442 1.152-16.722-1.263-15.886 3.75zm-5.323 7.147c.57 5.11 10.25-.61 15.886-3.752-7.443 1.154-16.722-1.26-15.886 3.752z"/>
|
||||||
|
<path d="M302.79 367.182c4.454.13 1.18-9.587-.093-15.656-1.538 5.625-4.47 15.466.092 15.656zm-3.843 6.214c.57 5.11 9.417.073 14.9-3.448-7.52 1.61-15.736-1.566-14.9 3.448z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M318.535 348.932c4.813 1.252 6.063-4.296 6.535-8.327-4.34.935-8.887 3.45-6.535 8.327zm-1.935 4.928c.848 3.838 10.264-.118 12.094-5.493-6.694 3.906-13.298-.35-12.094 5.493z"/>
|
||||||
|
<path d="M313.233 353.672c4.3.712 1.907-6.028 1.66-12.676-2.41 5.42-5.848 12.1-1.66 12.676zm-5.433 6.368c4.684.586 1.713-8.446.44-14.516-1.538 5.626-4.924 14.022-.44 14.516z"/>
|
||||||
|
<path d="M310.587 360.24c.57 5.11 10.252-.61 15.886-3.75-7.442 1.152-16.722-1.263-15.886 3.75zm-5.323 7.147c.57 5.11 10.25-.61 15.886-3.752-7.443 1.154-16.722-1.26-15.886 3.752z"/>
|
||||||
|
<path d="M302.79 367.182c4.454.13 1.18-9.587-.093-15.656-1.538 5.625-4.47 15.466.092 15.656zm-3.843 6.214c.57 5.11 9.417.073 14.9-3.448-7.52 1.61-15.736-1.566-14.9 3.448z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M348.73 364.83c2.648 4.406 12.425-3.206 17.758-7.128-7.667 2.368-19.607 1.458-17.76 7.13z"/>
|
||||||
|
<path d="M338.75 369.407c.953 5.052 17.448.883 19.8-2.862-7.585 3.213-20.705-1.502-19.8 2.862z"/>
|
||||||
|
<path d="M330.983 373.26c.497 2.772 13.116 1.72 19.496-.428-6.9.858-20.78-4.01-19.498.43z"/>
|
||||||
|
<path d="M324.395 376.56c.04 2.542 14.712 4 19.648-.125-9.864 1.464-20.628-5.99-19.648.124z"/>
|
||||||
|
<path d="M312.79 378.94c-.568 3.53 15.395 2.783 20.407 1.014-8.57-.662-19.638-6.215-20.407-1.015z"/>
|
||||||
|
<path d="M312.56 375.724c3.597 3.3 12.85-11.443 15.86-17.938-7.118 7.423-19.966 15.052-15.86 17.938z"/>
|
||||||
|
<path d="M323.044 373.22c4.283 2.846 8.214-7.563 10.388-15.2-4.078 6.586-14.49 10.87-10.388 15.2z"/>
|
||||||
|
<path d="M331.335 370.387c4.283 2.845 6.695-6.576 7.73-12.466-2.938 5.07-11.832 8.138-7.73 12.468z"/>
|
||||||
|
<path d="M339.35 365.37c4.283 2.845 9.66-5.055 8.413-12.844-1.644 8.032-12.515 8.513-8.413 12.844zm-16.257 22.174c2.11 5.372 24.295-4.696 28.015-11.413-7.127 6.026-30.08 5.207-28.015 11.415z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M348.73 364.83c2.648 4.406 12.425-3.206 17.758-7.128-7.667 2.368-19.607 1.458-17.76 7.13z"/>
|
||||||
|
<path d="M338.75 369.407c.953 5.052 17.448.883 19.8-2.862-7.585 3.213-20.705-1.502-19.8 2.862z"/>
|
||||||
|
<path d="M330.983 373.26c.497 2.772 13.116 1.72 19.496-.428-6.9.858-20.78-4.01-19.498.43z"/>
|
||||||
|
<path d="M324.395 376.56c.04 2.542 14.712 4 19.648-.125-9.864 1.464-20.628-5.99-19.648.124z"/>
|
||||||
|
<path d="M312.79 378.94c-.568 3.53 15.395 2.783 20.407 1.014-8.57-.662-19.638-6.215-20.407-1.015z"/>
|
||||||
|
<path d="M312.56 375.724c3.597 3.3 12.85-11.443 15.86-17.938-7.118 7.423-19.966 15.052-15.86 17.938z"/>
|
||||||
|
<path d="M323.044 373.22c4.283 2.846 8.214-7.563 10.388-15.2-4.078 6.586-14.49 10.87-10.388 15.2z"/>
|
||||||
|
<path d="M331.335 370.387c4.283 2.845 6.695-6.576 7.73-12.466-2.938 5.07-11.832 8.138-7.73 12.468z"/>
|
||||||
|
<path d="M339.35 365.37c4.283 2.845 9.66-5.055 8.413-12.844-1.644 8.032-12.515 8.513-8.413 12.844zm-16.257 22.174c2.11 5.372 24.295-4.696 28.015-11.413-7.127 6.026-30.08 5.207-28.015 11.415z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M366.62 143.7c.368-3.59-2.38-10.115-.43-13.594.266-.478-.584-1.747-1.133-.977-.858 1.227-1.74 4.73-2.11 3.436-.39-1.406-.45-3.893-1.718-4.376-.81-.282-1.955-.467-1.643.783.31 1.202 1.004 2.862.235 2.97-.446.064-1.73-1.637-2.813-2.423-.873-.7-2.174.396-.9 1.445 4.145 3.38 8.16 4.9 10.51 12.735z" transform="matrix(-1.911 0 0 1.9463 846.858 -41.507)" stroke="#000" stroke-width=".5"/>
|
||||||
|
<path d="M146.235 238.176c-.703-6.985 4.55-19.686.822-26.458-.51-.93 1.116-3.4 2.165-1.9 1.64 2.39 3.325 9.207 4.03 6.69.747-2.736.862-7.577 3.285-8.517 1.546-.55 3.732-.91 3.136 1.524-.592 2.34-1.92 5.57-.45 5.78.853.125 3.31-3.185 5.377-4.715 1.666-1.366 4.152.77 1.716 2.81-7.92 6.578-15.592 9.538-20.08 24.787z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M132.01 343.318c-.93-.178-2.202-.494-1.044.95 9.252 11.4 11.93 14.54 25.42 12.936 13.63-1.794 16.874-5.48 26.416-10.834 5.097-2.99 12.55-3.654 18.198-1.802 2.63.86 4.22.913 2.335-.974-1.885-1.885-4.113-4.45-6.433-6.216-5.08-3.9-13.696-5.592-20.728-4.337-9.945 1.56-18.163 7.895-27.983 10.287-5.16 1.177-10.817 1-16.18-.008z" stroke="#000" stroke-width=".973"/>
|
||||||
|
<path d="M132.01 343.318c-.93-.178-2.202-.494-1.044.95 9.252 11.4 11.93 14.54 25.42 12.936 13.63-1.794 16.874-5.48 26.416-10.834 5.097-2.99 12.55-3.654 18.198-1.802 2.63.86 4.22.913 2.335-.974-1.885-1.885-4.113-4.45-6.433-6.216-5.08-3.9-13.696-5.592-20.728-4.337-9.945 1.56-18.163 7.895-27.983 10.287-5.16 1.177-10.817 1-16.18-.008z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M209.873 363.685c1.72.214 2.81 3.546 3.657 1.29 1.436-3.653.43-6.56-1.184-6.238-1.905.508-5.128 4.78-2.473 4.948z" stroke="#000" stroke-width=".973"/>
|
||||||
|
<path d="M209.873 363.685c1.72.214 2.81 3.546 3.657 1.29 1.436-3.653.43-6.56-1.184-6.238-1.905.508-5.128 4.78-2.473 4.948z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M206.038 366.79c4.615 1.05 4.55-10.067-.162-14.78 2.075 7.14-3.468 13.668.162 14.78zm-1.791-.098c.304 5.283-12.966-.69-16.377-4.8 7.84 3.33 15.99.574 16.377 4.8zm-5.817-7.555c.475 5.118-11.508.618-15.05-3.38 7.87 2.543 14.527-.832 15.05 3.38zm2.21.733c4.614 1.052 3.866-10.445-.62-14.396 2.153 7.672-3.01 13.287.62 14.397zm-4.862-7.003c4.615 1.05 1.967-8.85-1.454-12.802.556 7.217-1.72 12.223 1.454 12.802zm-2.434-.03c.475 5.27-8.847 1.224-12.465-3.76 7.79 2.542 11.94-.45 12.463 3.76zm-2.548-4.004c3.023-2.174-.184-7.923-5.94-7.567.564 3.472 2.552 9.58 5.94 7.567zm22.722 23.842c.305 5.283-12.968 2.656-17.137-2.974 8.374 1.584 16.75-1.25 17.14 2.976z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<g stroke="#000" stroke-width=".973">
|
||||||
|
<path d="M125.637 232.64c-1.98-2.067-1.407-2.857 1.52-2.89 2.322-.146 6.923 1.423 8.67.152 1.6-1.162.962-6.09 1.672-8.363.31-1.27 1.195-3.26 3.19-.154 5.902 9.457 13.272 20.81 16.423 31.933 1.723 6.233.102 15.964-5.626 22.504.202-5.576-1.877-9.327-4.41-13.99-3.13-6.13-14.756-22.73-21.44-29.195z"/>
|
||||||
|
<path d="M149.966 282.368c6.49.03 7.604-8.667 7.604-11.1-3.194.608-8.82 5.93-7.604 11.1z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M125.637 232.64c-1.98-2.067-1.407-2.857 1.52-2.89 2.322-.146 6.923 1.423 8.67.152 1.6-1.162.962-6.09 1.672-8.363.31-1.27 1.195-3.26 3.19-.154 5.902 9.457 13.272 20.81 16.423 31.933 1.723 6.233.102 15.964-5.626 22.504.202-5.576-1.877-9.327-4.41-13.99-3.13-6.13-14.756-22.73-21.44-29.195z"/>
|
||||||
|
<path d="M149.966 282.368c6.49.03 7.604-8.667 7.604-11.1-3.194.608-8.82 5.93-7.604 11.1z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M206.038 366.79c4.615 1.05 4.55-10.067-.162-14.78 2.075 7.14-3.468 13.668.162 14.78zm-1.79-.098c.303 5.283-12.967-.69-16.378-4.8 7.84 3.33 15.99.574 16.377 4.8zm-5.818-7.555c.475 5.118-11.508.618-15.05-3.38 7.87 2.543 14.527-.832 15.05 3.38zm2.21.733c4.614 1.052 3.866-10.445-.62-14.396 2.153 7.672-3.01 13.287.62 14.397zm-4.862-7.003c4.615 1.05 1.967-8.85-1.454-12.802.556 7.217-1.72 12.223 1.454 12.802zm-2.434-.03c.475 5.27-8.847 1.224-12.465-3.76 7.79 2.542 11.94-.45 12.463 3.76zm-2.548-4.004c3.023-2.174-.184-7.923-5.94-7.567.564 3.472 2.552 9.58 5.94 7.567zm22.722 23.842c.305 5.283-12.968 2.656-17.137-2.974 8.374 1.584 16.75-1.25 17.14 2.976z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M160.805 363.224c.476 5.27-14.015-.525-17.633-5.51 7.793 2.542 17.11 1.3 17.633 5.51zm8.878 2.254c3.023-2.174-3.15-7.772-8.067-9.088.563 3.472 4.68 11.1 8.067 9.088zm.933 3.65c.323 4.737-15.54 2.14-19.688-2.24 13.648 2.467 19.24-1.82 19.688 2.24z"/>
|
||||||
|
<path d="M178.036 372.292c1.76 4.4-13.464 3.327-18.81.768 8.638-.075 17.6-3.834 18.81-.768z"/>
|
||||||
|
<path d="M185.153 375.5c1.685 3.943-12.4 3.858-19.264 1.677 9.09-.074 17.595-5.58 19.262-1.678zm10.247 2.12c2.494 4.667-12.363 5.12-17.183 2.823 8.59-1.18 15.057-6.497 17.182-2.823z"/>
|
||||||
|
<path d="M177.993 369.627c-4.727 2.98-4.473-5.807-8.233-11.893 5.907 5.38 11.436 9.05 8.233 11.893zm8.392 3.153c-3.964 3.512-7.134-8.547-10.743-15.313 5.834 6.442 14.402 12.396 10.743 15.313zm11.065 3.37c-3.357 3.892-13.065-11.433-16.596-19.42 5.376 6.217 19.267 16.122 16.597 19.42z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M160.805 363.224c.476 5.27-14.015-.525-17.633-5.51 7.793 2.542 17.11 1.3 17.633 5.51zm8.878 2.254c3.023-2.174-3.15-7.772-8.067-9.088.563 3.472 4.68 11.1 8.067 9.088zm.933 3.65c.323 4.737-15.54 2.14-19.688-2.24 13.648 2.467 19.24-1.82 19.688 2.24z"/>
|
||||||
|
<path d="M178.036 372.292c1.76 4.4-13.464 3.327-18.81.768 8.638-.075 17.6-3.834 18.81-.768z"/>
|
||||||
|
<path d="M185.153 375.5c1.685 3.943-12.4 3.858-19.264 1.677 9.09-.074 17.595-5.58 19.262-1.678zm10.247 2.12c2.494 4.667-12.363 5.12-17.183 2.823 8.59-1.18 15.057-6.497 17.182-2.823zm-17.407-7.993c-4.727 2.98-4.473-5.807-8.233-11.893 5.907 5.38 11.436 9.05 8.233 11.893z"/>
|
||||||
|
<path d="M186.385 372.78c-3.964 3.512-7.134-8.547-10.743-15.313 5.834 6.442 14.402 12.396 10.743 15.313zm11.065 3.37c-3.357 3.892-13.065-11.433-16.596-19.42 5.376 6.217 19.267 16.122 16.597 19.42z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M188.016 387.838c-1.675 5.917-26.38-5.577-29.138-11.532 14.136 7.49 29.476 5.924 29.138 11.532z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M108.607 267.615c-.578-.75-2.24.02-1.824 1.826.385 2.447 3.99 14.996 10.185 19.313 4.418 3.184 27.64 8.313 38.167 10.49 5.794 1.167 10.646 4.057 14.447 8.67-1.572-6.032-2.835-10.5-4.865-15.966-1.974-4.803-7.204-10.058-12.62-10.34-10.06-.363-23.08-1.22-32.542-5.324-4.884-2.04-7.807-4.795-10.948-8.667z" stroke="#000" stroke-width=".973"/>
|
||||||
|
<path d="M108.607 267.615c-.578-.75-2.24.02-1.824 1.826.385 2.447 3.99 14.996 10.185 19.313 4.418 3.184 27.64 8.313 38.167 10.49 5.794 1.167 10.646 4.057 14.447 8.67-1.572-6.032-2.835-10.5-4.865-15.966-1.974-4.803-7.204-10.058-12.62-10.34-10.06-.363-23.08-1.22-32.542-5.324-4.884-2.04-7.807-4.795-10.948-8.667z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M166.28 317.26c3.172 2.336 6.673-6.034 2.644-13.99-.127 7.658-6.214 10.23-2.644 13.99z"/>
|
||||||
|
<path d="M169.328 324.955c4.387 1.347 5.76-6.414 2.872-12.622.482 6.67-6.897 10.687-2.872 12.622z"/>
|
||||||
|
<path d="M172.66 331.114c4.238 2.11 5.842-5.732 2.797-11.554.332 7.428-6.06 9.618-2.796 11.554z"/>
|
||||||
|
<path d="M170.907 331.586c-1.678 5.018-11.415-4.327-13.056-9.41 6.045 6.005 14.268 5.342 13.058 9.41z"/>
|
||||||
|
<path d="M166.502 323.904c-1.908 5.018-14.152-7.9-16.858-14.122 6.043 6.004 18.22 10.586 16.858 14.122z"/>
|
||||||
|
<path d="M164.064 316.385c-1.907 5.703-15.217-9.497-18.987-14.883 6.35 5.928 20.425 10.74 18.987 14.883z"/>
|
||||||
|
<path d="M163.654 310.74c4.687-.91-.266-4.814-6.01-11.158-.27 6.68.827 11.35 6.01 11.158zm-7.914-3.783c2.023-2.204-1.94-3.142-6.85-8.65-.723 3.714 4.554 10.514 6.85 8.65zm22.7 24.775c2.564 1.5 4.32-3.755 1.123-8.513-.73 5.145-3.476 6.575-1.124 8.51z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M166.28 317.26c3.172 2.336 6.673-6.034 2.644-13.99-.127 7.658-6.214 10.23-2.644 13.99z"/>
|
||||||
|
<path d="M169.328 324.955c4.387 1.347 5.76-6.414 2.872-12.622.482 6.67-6.897 10.687-2.872 12.622z"/>
|
||||||
|
<path d="M172.66 331.114c4.238 2.11 5.842-5.732 2.797-11.554.332 7.428-6.06 9.618-2.796 11.554z"/>
|
||||||
|
<path d="M170.907 331.586c-1.678 5.018-11.415-4.327-13.056-9.41 6.045 6.005 14.268 5.342 13.058 9.41z"/>
|
||||||
|
<path d="M166.502 323.904c-1.908 5.018-14.152-7.9-16.858-14.122 6.043 6.004 18.22 10.586 16.858 14.122z"/>
|
||||||
|
<path d="M164.064 316.385c-1.907 5.703-15.217-9.497-18.987-14.883 6.35 5.928 20.425 10.74 18.987 14.883zm-.41-5.645c4.687-.91-.266-4.814-6.01-11.158-.27 6.68.827 11.35 6.01 11.158z"/>
|
||||||
|
<path d="M155.74 306.957c2.023-2.204-1.94-3.142-6.85-8.65-.723 3.714 4.554 10.514 6.85 8.65zm22.7 24.775c2.564 1.5 4.32-3.755 1.123-8.513-.73 5.145-3.476 6.575-1.124 8.51z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M122.717 298.56c-5.446 3.265-14.095-9.762-16.402-15.12 4.778 6.15 17.43 11.768 16.402 15.12z"/>
|
||||||
|
<path d="M127.36 306.143c-3.012 3.34-12.497-5.732-15.793-10.33 5.084 4.4 17.127 4.925 15.794 10.33z"/>
|
||||||
|
<path d="M132.526 312.956c-.994 4.564-14.836-5.694-18.072-10.55 5.968 5.624 18.98 5.116 18.072 10.55z"/>
|
||||||
|
<path d="M130.39 317.91c-2.134 4.108-13.392-6.072-16.095-11.383 6.88 6.002 17.838 7.32 16.096 11.383zm-5.772-20.026c3.552-3.746 2.04-5.5-.55-11.404-1.416 6.062-3.55 8.48.55 11.404zm4.714 7.066c6.443.285.062-7.555-1.46-14.14.56 7.505-1.652 13.42 1.46 14.14z"/>
|
||||||
|
<path d="M133.43 311.198c4.463-1.01 3.175-7.327-.247-14.978.71 8.266-3.78 13.042.246 14.978zm-1.514 12.495c-1.68 5.02-14.38-6.607-16.4-11.006 6.423 5.396 17.535 7.243 16.4 11.006z"/>
|
||||||
|
<path d="M139.515 331.52c-1.906 5.02-15.216-5.16-19.288-10.7 8.02 6.307 20.272 5.722 19.288 10.7z"/>
|
||||||
|
<path d="M147.264 339.423c-2.134 6.995-16.052-4.172-20.2-9.636 8.855 6.763 21.334 4.657 20.2 9.636zm-13.077-17.963c3.78 1.956 5.307-8.77 3.175-16.346.028 8.266-7.582 14.41-3.175 16.346z"/>
|
||||||
|
<path d="M140.66 329.965c4.542 1.35 3.102-10.215-.78-17.715-.502 7.43-3.854 14.488.78 17.715zm8.064 7.988c5.074.284 1.583-9.913-2.602-15.662.712 7.507-1.65 14.793 2.602 15.664zm-8.904 4.354c-1.526 2.584-5.257-2.196-11.383-5.684 5.51 1.44 12.06 3.29 11.382 5.684z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M122.717 298.56c-5.446 3.265-14.095-9.762-16.402-15.12 4.778 6.15 17.43 11.768 16.402 15.12z"/>
|
||||||
|
<path d="M127.36 306.143c-3.012 3.34-12.497-5.732-15.793-10.33 5.084 4.4 17.127 4.925 15.794 10.33z"/>
|
||||||
|
<path d="M132.526 312.956c-.994 4.564-14.836-5.694-18.072-10.55 5.968 5.624 18.98 5.116 18.072 10.55z"/>
|
||||||
|
<path d="M130.39 317.91c-2.134 4.108-13.392-6.072-16.095-11.383 6.88 6.002 17.838 7.32 16.096 11.383zm-5.772-20.026c3.552-3.746 2.04-5.5-.55-11.404-1.416 6.062-3.55 8.48.55 11.404zm4.714 7.066c6.443.285.062-7.555-1.46-14.14.56 7.505-1.652 13.42 1.46 14.14z"/>
|
||||||
|
<path d="M133.43 311.198c4.463-1.01 3.175-7.327-.247-14.978.71 8.266-3.78 13.042.246 14.978zm-1.514 12.495c-1.68 5.02-14.38-6.607-16.4-11.006 6.423 5.396 17.535 7.243 16.4 11.006z"/>
|
||||||
|
<path d="M139.515 331.52c-1.906 5.02-15.216-5.16-19.288-10.7 8.02 6.307 20.272 5.722 19.288 10.7z"/>
|
||||||
|
<path d="M147.264 339.423c-2.134 6.995-16.052-4.172-20.2-9.636 8.855 6.763 21.334 4.657 20.2 9.636zm-13.077-17.963c3.78 1.956 5.307-8.77 3.175-16.346.028 8.266-7.582 14.41-3.175 16.346z"/>
|
||||||
|
<path d="M140.66 329.965c4.542 1.35 3.102-10.215-.78-17.715-.502 7.43-3.854 14.488.78 17.715zm8.064 7.988c5.074.284 1.583-9.913-2.602-15.662.712 7.507-1.65 14.793 2.602 15.664zm-8.904 4.354c-1.526 2.584-5.257-2.196-11.383-5.684 5.51 1.44 12.06 3.29 11.382 5.684z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M136.905 256.366c4.735-3.504 1.123-10.057 0-16.29-1.524 5.912-5.535 13.668 0 16.29zm-.155 8.758c-7.115-.854-6.044-10.055-6.258-15.886 2.14 7.916 7.97 9.253 6.257 15.886zm1.128-1.207c6.018-.348 5.7-7.195 6.02-14.122-3.05 6.366-6.662 7.355-6.02 14.122z"/>
|
||||||
|
<path d="M137.645 272.423c-4.68.373-7.114-4.226-8.185-11.394 4.44 6.604 8.478 4.545 8.185 11.392zm1.673-.565c6.018.775 5.057-6.232 4.815-11.395-1.845 4.922-6.74 6.473-4.815 11.395z"/>
|
||||||
|
<path d="M129.937 268.9c.48 4.574 3.37 12.437 8.025 10.67 1.925-5.616-4.093-6.74-8.025-10.67z"/>
|
||||||
|
<path d="M139.396 280.052c-2.086-4.01 4.734-6.02 6.178-11.234.83 7.462.134 12.357-6.178 11.234z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M136.905 256.366c4.735-3.504 1.123-10.057 0-16.29-1.524 5.912-5.535 13.668 0 16.29zm-.155 8.758c-7.115-.854-6.044-10.055-6.258-15.886 2.14 7.916 7.97 9.253 6.257 15.886zm1.128-1.207c6.018-.348 5.7-7.195 6.02-14.122-3.05 6.366-6.662 7.355-6.02 14.122z"/>
|
||||||
|
<path d="M137.645 272.423c-4.68.373-7.114-4.226-8.185-11.394 4.44 6.604 8.478 4.545 8.185 11.392zm1.673-.565c6.018.775 5.057-6.232 4.815-11.395-1.845 4.922-6.74 6.473-4.815 11.395z"/>
|
||||||
|
<path d="M129.937 268.9c.48 4.574 3.37 12.437 8.025 10.67 1.925-5.616-4.093-6.74-8.025-10.67z"/>
|
||||||
|
<path d="M139.396 280.052c-2.086-4.01 4.734-6.02 6.178-11.234.83 7.462.134 12.357-6.178 11.234z"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-linejoin="round" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff">
|
||||||
|
<path d="M119.984 232.498c3.746-4.034.437-10.436-.686-16.668-1.523 5.91-4.165 13.743.686 16.668zm-.12 7.517c-6.58.667-8.174-12.715-8.843-18.47 2.14 7.915 9.72 11.533 8.844 18.47zm1.37-.12c4.65-2.403 3.57-7.576 5.03-11.463-3.125 4.77-5.977 5.454-5.03 11.462z"/>
|
||||||
|
<path d="M119.933 248.653c-6.884.59-10.985-14.237-11.2-20.068 2.14 7.916 12.002 12.22 11.2 20.068zm1.307-.225c6.474-1.49 5.7-5.676 4.73-12.45-2.062 6.823-5.675 5.377-4.73 12.45z"/>
|
||||||
|
<path d="M119.843 257.21c-7.57 1.284-7.037-10.69-13.048-19.376 5.2 6.452 14.56 14.582 13.048 19.375zm1.71-.41c5.714.166 6.272-8.436 5.955-11.926-1.314 3.476-8.032 6.777-5.956 11.927z"/>
|
||||||
|
<path d="M108.022 247.992c2.837 9.212 6.868 18.443 11.825 17.742 2.38-5.237-4.702-5.905-11.825-17.742z"/>
|
||||||
|
<path d="M121.63 264.39c-2.086-4.01 4.734-6.02 6.178-11.233.83 7.462.134 12.357-6.178 11.234zm-11.65-5.872c4.052 8.3 5.88 17.836 11.444 16.45 2.077-6.454-6.145-7.805-11.444-16.45z"/>
|
||||||
|
<path d="M122.56 273.4c-2.39-4.392 4.43-5.945 6.102-11.996.905 7.92.06 13.574-6.102 11.995z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M119.984 232.498c3.746-4.034.437-10.436-.686-16.668-1.523 5.91-4.165 13.743.686 16.668zm-.12 7.517c-6.58.667-8.174-12.715-8.843-18.47 2.14 7.915 9.72 11.533 8.844 18.47zm1.37-.12c4.65-2.403 3.57-7.576 5.03-11.463-3.125 4.77-5.977 5.454-5.03 11.462z"/>
|
||||||
|
<path d="M119.933 248.653c-6.884.59-10.985-14.237-11.2-20.068 2.14 7.916 12.002 12.22 11.2 20.068zm1.307-.225c6.474-1.49 5.7-5.676 4.73-12.45-2.062 6.823-5.675 5.377-4.73 12.45z"/>
|
||||||
|
<path d="M119.843 257.21c-7.57 1.284-7.037-10.69-13.048-19.376 5.2 6.452 14.56 14.582 13.048 19.375zm1.71-.41c5.714.166 6.272-8.436 5.955-11.926-1.314 3.476-8.032 6.777-5.956 11.927z"/>
|
||||||
|
<path d="M108.022 247.992c2.837 9.212 6.868 18.443 11.825 17.742 2.38-5.237-4.702-5.905-11.825-17.742z"/>
|
||||||
|
<path d="M121.63 264.39c-2.086-4.01 4.734-6.02 6.178-11.233.83 7.462.134 12.357-6.178 11.234zm-11.65-5.872c4.052 8.3 5.88 17.836 11.444 16.45 2.077-6.454-6.145-7.805-11.444-16.45z"/>
|
||||||
|
<path d="M122.56 273.4c-2.39-4.392 4.43-5.945 6.102-11.996.905 7.92.06 13.574-6.102 11.995z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M134.24 217.226c3.993 1.08 8.182-3.404 6.73-10.115-4.564 1.138-6.66 5.28-6.73 10.117zm-12.788-3.366c.35 1.886 2.645 2.058 1.978-.61-.557-2.163-.652-3.79 0-5.55.893-2.205.595-5.96-.076-7.526-.678-1.654-2.922-.685-1.978.61 1.04 1.5 1.094 4.622.38 6.08-.94 2.152-.685 5.01-.304 6.995z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M134.24 217.226c3.993 1.08 8.182-3.404 6.73-10.115-4.564 1.138-6.66 5.28-6.73 10.117zm-12.788-3.366c.35 1.886 2.645 2.058 1.978-.61-.557-2.163-.652-3.79 0-5.55.893-2.205.595-5.96-.076-7.526-.678-1.654-2.922-.685-1.978.61 1.04 1.5 1.094 4.622.38 6.08-.94 2.152-.685 5.01-.304 6.995z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M135.27 206.677c-.378 2.948-2.873 3.216-2.148-.95.605-3.38.71-5.92 0-8.668-.97-3.447-.647-9.31.083-11.757.736-2.584 3.174-1.07 2.15.95-1.13 2.345-1.19 7.22-.414 9.498 1.024 3.363.747 7.825.33 10.926zm18.588 29.467c-1.543 2.27-4.002.952-2.61-2.692 1.178-2.523 1.304-5.65 2.615-7.494 1.833-2.797 4.938-5.128 6.7-6.82 1.82-1.8 3.333-.065 1.663 1.48-2.028 2.028-4.228 4.553-5.45 6.466-2.28 3.716-1.276 6.68-2.918 9.06z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M242.54 131.62c.18.97 1.484.926 1.14-.444-.285-1.112-.932-2.18-.597-3.085.46-1.13.57-3.077.226-3.882-.35-.85-1.47-.28-.987.385.534.77.114 2.925-.253 3.674-.482 1.106.274 2.334.47 3.354z" transform="matrix(-2.453 -.9787 -1.138 2.5207 903.448 145.415)" stroke="#000" stroke-width=".36"/>
|
||||||
|
<path d="M158.688 239.805c-1.543 2.27-4.694.882-2.293-2.235 1.967-2.524 4.77-4.585 4.977-7.19.163-3.307 2.103-8.32 3.866-10.013 1.82-1.802 3.924.733 1.978 1.935-2.187 1.42-3.608 7.26-3.56 9.508-.074 3.26-3.326 5.616-4.968 7.995z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M153.858 236.144c-1.543 2.27-4.002.952-2.61-2.692 1.178-2.523 1.304-5.65 2.615-7.494 1.833-2.797 4.938-5.128 6.7-6.82 1.82-1.8 3.333-.065 1.663 1.48-2.028 2.028-4.228 4.553-5.45 6.466-2.28 3.716-1.276 6.68-2.918 9.06z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M242.23 131.78c-.094.784 1.23.974 1.172-.163-.06-1.187-1.824-2.273-.742-4.08.57-.884.58-2.504.234-3.365-.303-.854-1.58-.296-1.094.37.534.77-.1 2.25-.508 2.993-1.225 2.166 1.01 3.22.938 4.245z" transform="matrix(1.9463 0 0 4.087 -343.233 -314.153)" stroke="#000" stroke-width=".345"/>
|
||||||
|
<path d="M128.22 224.436c-.184 3.205 2.395 3.98 2.28-.666-.117-4.85-3.55-9.29-1.444-16.675 1.107-3.613 1.127-10.234.455-13.753-.587-3.49-3.07-1.21-2.127 1.508 1.04 3.15-.195 9.196-.99 12.237-2.383 8.852 1.967 13.164 1.827 17.35z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M135.27 206.677c-.378 2.948-2.873 3.216-2.148-.95.605-3.38.71-5.92 0-8.668-.97-3.447-.647-9.31.083-11.757.736-2.584 3.174-1.07 2.15.95-1.13 2.345-1.19 7.22-.414 9.498 1.024 3.363.747 7.825.33 10.926zm-25.36 60.296c1.236 1.47 3.318.485 1.42-1.504-1.552-1.61-1.04-2.117-1.987-4.075-.936-2.188-.887-3.395-2.016-4.96-1-1.482-2.5.03-1.495 1.28 1.263 1.476.915 2.564 1.687 3.992 1.426 2.444 1.08 3.727 2.39 5.265zm33.224 40.113c3.974 1.954 6.99 6.836 7.19 10.812.336 4.576.996 8.44 3.05 11.69-3.27-.91-4.837-6.124-5.302-11.118-.47-5.17-3.256-7.41-4.938-11.384zm8.29 9.576c2.75 5.077 6.597 7.013 6.794 10.78.333 4.335.662 4.557 1.837 8.82-3.237-.863-4.052-1.145-4.926-7.632-.54-4.56-4.19-7.775-3.706-11.968z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M301.504 401.657c.076 1.925.306 3.472 1.447 5.018-6.64-2.66-16.015-1.236-22.43 1.75-2.86 1.366-6.32-1.562-2.964-4.335 4.773-3.867 15.814-1.674 23.95-2.433zm-93.687-.1c.094 1.813-.116 3.475-.784 5.06 7.22-2.99 14.97-.507 22.262 2.434 5.013 2.075 5.418-1.514 4.533-2.756-1.522-2.203-4.467-4.622-8.192-4.675-2.48-.036-12.026-.12-17.82-.063zm6.094-35.26c-2.012-.868-4.352-.033-6.45 2.176-7.05 6.907-15.32 13.637-21.997 18.873-2.49 2.164-5.037 6.047 5.59 9.928.385.146 8.132 3.017 13.04 3.2 2.005-.057 2 2.937 1.627 3.735-.847 1.592-.234 2.2-1.945 3.735-1.783 1.504.19 3.452 1.592 2.13 5.983-5.196 15.685-1.872 25.035 1.168 2.21.612 6.252.44 6.217-2.608.037-3.32 2.442-5.667 3.914-5.753 3.816.662 22.676.872 28.486.166 3.387-.44 3.592 4.64 5.404 6.64 1.25 1.33 6.058 1.68 9.356.225 6.518-3.028 16.45-3.028 20.498-.134 1.664 1.267 2.978.24 2.032-1.047-1.22-1.76-1.19-2.575-1.797-3.965-1.52-3.094-.307-3.85 1.287-4.074 18.01-2.322 23.756-8.467 18.25-13.477-7.11-6.237-15.025-12.506-21.845-19.874-1.85-1.954-3.07-2.74-6.92-1.14-11.764 5.36-26.698 9.265-41.313 9.552-13.6.116-32.297-6.174-40.06-9.46z" fill-rule="evenodd" fill-opacity=".185" stroke="#000" stroke-width=".973"/>
|
||||||
|
<path d="M301.504 401.657c.076 1.925.306 3.472 1.447 5.018-6.64-2.66-16.015-1.236-22.43 1.75-2.86 1.366-6.32-1.562-2.964-4.335 4.773-3.867 15.814-1.674 23.95-2.433zm-93.687-.1c.094 1.813-.116 3.475-.784 5.06 7.22-2.99 14.97-.507 22.262 2.434 5.013 2.075 5.418-1.514 4.533-2.756-1.522-2.203-4.467-4.622-8.192-4.675-2.48-.036-12.026-.12-17.82-.063zm6.094-35.26c-2.012-.868-4.352-.033-6.45 2.176-7.05 6.907-15.32 13.637-21.997 18.873-2.49 2.164-5.037 6.047 5.59 9.928.385.146 8.132 3.017 13.04 3.2 2.005-.057 2 2.937 1.627 3.735-.847 1.592-.234 2.2-1.945 3.735-1.783 1.504.19 3.452 1.592 2.13 5.983-5.196 15.685-1.872 25.035 1.168 2.21.612 6.252.44 6.217-2.608.037-3.32 2.442-5.667 3.914-5.753 3.816.662 22.676.872 28.486.166 3.387-.44 3.592 4.64 5.404 6.64 1.25 1.33 6.058 1.68 9.356.225 6.518-3.028 16.45-3.028 20.498-.134 1.664 1.267 2.978.24 2.032-1.047-1.22-1.76-1.19-2.575-1.797-3.965-1.52-3.094-.307-3.85 1.287-4.074 18.01-2.322 23.756-8.467 18.25-13.477-7.11-6.237-15.025-12.506-21.845-19.874-1.85-1.954-3.07-2.74-6.92-1.14-11.764 5.36-26.698 9.265-41.313 9.552-13.6.116-32.297-6.174-40.06-9.46z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M338.583 332.01c.816 2.81 12.048-2.323 17.757-13.55-7.476 8.15-19.576 8.07-17.757 13.55z" stroke="#000" stroke-width=".973"/>
|
||||||
|
<path d="M338.583 332.01c.816 2.81 12.048-2.323 17.757-13.55-7.476 8.15-19.576 8.07-17.757 13.55z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M253.45 178.87c1.695 2.578 3.958 4.444 4.06 6.487.173 2.35.344 2.47.954 4.783-1.68-.468-2.104-.62-2.558-4.14-.28-2.47-2.708-4.856-2.456-7.13z" transform="matrix(-2.0175 0 0 1.844 868.637 -14.906)" stroke="#000" stroke-width=".505"/>
|
||||||
|
<path d="M357.293 314.93c-3.42 4.755-7.986 8.196-8.192 11.963-.347 4.335-.692 4.557-1.922 8.82 3.39-.863 4.245-1.145 5.16-7.632.566-4.557 5.464-8.955 4.956-13.15z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M254.38 180.28c2.042 1.004 2.506 2.667 2.587 4.726.04 2.384.617 4.226 1.673 5.897-2.103.305-2.486-3.147-2.725-5.713-.242-2.656-.67-2.87-1.535-4.91z" transform="matrix(-2.039 0 0 1.9463 881.502 -42.498)" stroke="#000" stroke-width=".489"/>
|
||||||
|
<path d="M362.835 308.38c-4.163 1.955-5.11 5.192-5.274 9.2-.08 4.64-1.256 8.225-3.41 11.477 4.288.594 5.07-6.125 5.557-11.12.493-5.17 1.368-5.583 3.13-9.556z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M242.23 131.44c.18.97 1.36 1.058 1.016-.312-.286-1.112-.335-1.948 0-2.852.46-1.133.306-3.062-.04-3.867-.347-.85-1.5-.354-1.015.31.536.77.564 2.376.197 3.125-.483 1.106-.352 2.574-.156 3.594z" transform="matrix(2.0818 0 0 3.0397 -129.796 -193.086)" stroke="#000" stroke-width=".387"/>
|
||||||
|
<path d="M374.47 206.457c.372 2.948 2.83 3.216 2.115-.95-.596-3.38-.698-5.92 0-8.668.955-3.446.637-9.31-.08-11.757-.726-2.583-3.126-1.07-2.116.952 1.11 2.343 1.167 7.22.403 9.496-1.005 3.363-.732 7.825-.324 10.926z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M242.23 131.78c-.094.784 1.23.974 1.172-.163-.06-1.187-1.824-2.273-.742-4.08.57-.884.58-2.504.234-3.365-.303-.854-1.58-.296-1.094.37.534.77-.1 2.25-.508 2.993-1.225 2.166 1.01 3.22.938 4.245z" transform="matrix(-1.9157 0 0 4.087 845.476 -314.367)" stroke="#000" stroke-width=".348"/>
|
||||||
|
<path d="M381.43 224.222c.18 3.204-2.358 3.98-2.245-.666.115-4.85 3.494-9.29 1.42-16.675-1.09-3.61-1.108-10.232-.447-13.75.58-3.49 3.025-1.21 2.096 1.507-1.023 3.15.19 9.196.973 12.237 2.347 8.852-1.935 13.164-1.797 17.35z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M242.23 131.44c.18.97 1.36 1.058 1.016-.312-.286-1.112-.335-1.948 0-2.852.46-1.133.306-3.062-.04-3.867-.347-.85-1.5-.354-1.015.31.536.77.564 2.376.197 3.125-.483 1.106-.352 2.574-.156 3.594z" transform="matrix(-1.9157 0 0 1.9463 852.132 -42.178)" stroke="#000" stroke-width=".504"/>
|
||||||
|
<path d="M388.086 213.644c-.342 1.887-2.603 2.06-1.946-.608.548-2.164.642-3.79 0-5.55-.88-2.206-.586-5.96.075-7.527.666-1.656 2.875-.687 1.946.607-1.02 1.5-1.074 4.623-.37 6.08.924 2.153.673 5.01.297 6.996z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M374.235 217.334c-3.323 1.41-7.618-8.035-4.444-9.807 2.463-.62 8.098 8.01 4.446 9.807z" stroke="#000" stroke-width=".973"/>
|
||||||
|
<path d="M374.235 217.334c-3.323 1.41-7.618-8.035-4.444-9.807 2.463-.62 8.098 8.01 4.446 9.807z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M242.22 131.74c.18.97 1.234.857 1.32-.555-.012-1.006.432-2.074.267-2.87-.197-1.186-.906-2.386-1.25-3.19-.35-.85-1.142-.47-.806.273.386.954.75 2.098.876 2.905.208 1.555-.6 2.417-.405 3.437z" transform="matrix(2.367 -.9787 1.098 2.5207 -362.4 141.044)" stroke="#000" stroke-width=".367"/>
|
||||||
|
<path d="M355.57 236.05c1.488 2.27 3.86.952 2.517-2.692-1.136-2.523-1.258-5.65-2.522-7.495-1.77-2.796-4.765-5.127-6.465-6.82-1.757-1.8-3.216-.064-1.605 1.48 1.957 2.03 4.08 4.554 5.26 6.467 2.2 3.716 1.23 6.68 2.814 9.06z"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" fill="#fff">
|
||||||
|
<path d="M242.54 131.62c.18.97 1.484.926 1.14-.444-.285-1.112-.932-2.18-.597-3.085.46-1.13.57-3.077.226-3.882-.35-.85-1.47-.28-.987.385.534.77.114 2.925-.253 3.674-.482 1.106.274 2.334.47 3.354z" transform="matrix(2.367 -.9787 1.098 2.5207 -367.113 144.086)" stroke="#000" stroke-width=".367"/>
|
||||||
|
<path d="M351.48 238.476c1.49 2.27 4.53.882 2.214-2.236-1.898-2.523-4.603-4.584-4.803-7.19-.155-3.306-2.027-8.32-3.73-10.012-1.755-1.802-3.784.733-1.906 1.934 2.11 1.42 3.482 7.262 3.435 9.51.07 3.26 3.21 5.615 4.792 7.994z"/>
|
||||||
|
</g>
|
||||||
|
<path stroke-linejoin="round" d="M220.83 343.95c4.512 3.6 8.765 7.687 10.037 12.773 1.328 4.737 2.13 8.363 5.172 13.077-4.767-3.042-6.66-7.637-8.06-12.624-1.234-4.9-4.058-8.562-7.15-13.227z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M220.83 343.95c4.512 3.6 8.765 7.687 10.037 12.773 1.328 4.737 2.13 8.363 5.172 13.077-4.767-3.042-6.66-7.637-8.06-12.624-1.234-4.9-4.058-8.562-7.15-13.227zm-5.157 0c4.208 3.446 6.938 7.382 8.21 12.467 1.328 4.738 3.195 8.515 5.933 12.774-4.46-3.04-7.265-7.18-8.668-12.165-1.232-4.9-2.686-8.563-5.475-13.075zm78.767 0c-4.302 3.466-7.093 7.425-8.394 12.54-1.357 4.766-3.265 8.566-6.064 12.85 4.56-3.06 7.427-7.223 8.86-12.24 1.26-4.928 2.746-8.613 5.597-13.15zm-5.295 0c-4.61 3.62-8.958 7.732-10.26 12.848-1.356 4.765-2.176 8.412-5.285 13.154 4.87-3.06 6.804-7.682 8.238-12.698 1.26-4.928 4.146-8.612 7.308-13.305zm-15.278 12.008c.124-.89-.482-1.666-1.21-1.9-1.42-.533-2.83-.967-4.237-1.368-1.6-.38-2.494.767-2.5 1.52-.007 1.254-.065 2.318 0 3.268.088 1.183.312 1.27 1.06 1.446 1.197.202 2.732.41 3.935 1.216.953.588 1.87.123 2.345-.91.308-.79.477-2.336.607-3.272zm-17.225 0c-.11-.89.357-1.742 1.007-1.976 1.265-.533 2.527-.663 3.86-.61 1.476-.022 1.85.313 1.853 1.066.008 1.253.06 2.47 0 3.42-.078 1.183-.052 1.27-.72 1.446-1.07.202-2.893.256-3.968 1.064-.852.588-1.823.123-1.87-.987.022-.834-.048-2.485-.164-3.42zm-20.902-.234c-.126-.89.484-1.666 1.215-1.9 1.425-.533 2.844-.967 4.257-1.368 1.606-.38 2.505.767 2.51 1.52.008 1.254.067 2.32 0 3.268-.087 1.184-.313 1.27-1.064 1.446-1.203.203-2.744.41-3.953 1.217-.957.588-1.878.123-2.357-.91-.31-.79-.48-2.337-.61-3.273zm17.302 0c.11-.89-.36-1.742-1.012-1.975-1.273-.535-2.54-.666-3.878-.61-1.485-.025-1.86.31-1.864 1.063-.008 1.254-.06 2.47 0 3.42.078 1.183.052 1.27.724 1.446 1.074.2 2.907.256 3.987 1.064.853.587 1.83.122 1.875-.987-.02-.837.05-2.488.166-3.424zm-16.018 7.902c1.545 2.914 3.32 7.35 6.537 6.538.053-2.23-3.47-3.776-6.535-6.538zm4.806.994c6.25 2.56 11.645 1.928 12.317 5.855-5.86.633-8.005-1.775-12.316-5.856zm30.636-.604c-1.567 2.746-3.366 6.928-6.627 6.163-.054-2.105 3.517-3.56 6.625-6.165zm-4.38.836c-6.34 2.43-11.813 1.83-12.496 5.558 5.948.6 8.123-1.684 12.496-5.558z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M286.79 302.57l13.61.003c.052 5.144 3.066 10.67 7.3 13.836h-26.08c4.08-3.7 5.196-8.087 5.17-13.84z" fill-rule="evenodd" fill-opacity=".534" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M286.79 302.57l13.61.003c.052 5.144 3.066 10.67 7.3 13.836h-26.08c4.08-3.7 5.196-8.087 5.17-13.84z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M189.69 385.756c-.75.572-.7 2.29.76 2.888 13.593 4.877 26.717 13.89 64.476 13.535 38.12-.36 51.516-9.158 63.716-13.23 1.625-.62 3.155-1.88 1.064-3.65-6.855-5.604-14.264-10.108-19.16-17.033-.87-1.245-3.242-.54-4.715 0-14.55 5.11-27.992 8.692-41.97 8.667-13.645-.025-27.87-3.784-40.676-9.046-1.226-.525-3.234.065-4.182.985-5.94 5.92-12.403 11.663-19.31 16.88z" stroke="#000" stroke-width=".487" fill="none"/>
|
||||||
|
<path d="M208.004 376.394c-1.637-1.055-2.374.317-1.216 1.75 1.502 1.648 3.933 2.64 6.46 3.345 1.477.41 4.523-.11 6.086.074 1.216.152 1.903 2.606 4.106 2.51 2.223-.096 3.65-6.007 3.726-8.973.1-1.965-2.616-.71-2.357.08.71 1.953-.594 6.312-1.98 6.31-1.02-.064-2.114-2.178-3.65-2.434-1.2-.2-3.022.14-4.26.15-3.612.036-5.17-1.766-6.917-2.813z" fill-rule="evenodd"/>
|
||||||
|
<path d="M211.06 374.798c1.93.963 3.614-.76 4.716.457 2.814 3.194 6.434-1.53 2.205-1.368-1.71.066-1.975-1.294-4.942-.99-1.578.202-2.9 1.364-1.977 1.9zm.448 13.994c-1.524-.666-2.036.782-1.14 1.674 1.256 1.148 6.478 1.605 7.755.685 2.112-1.6.568-5.81-.38-6.995-.59-.722-2.374-.777-1.673 1.142.29.89 1.586 3.103.53 4.105-.964.924-3.635 0-5.092-.608zm11.716 1.285c.335-.86-.568-2.338-2.13-.61-1.29 1.363-.244 7.106 3.878 8.136 4.03.99 7.048-.46 7.602-2.66.384-1.466-1.823-2.74-.683-4.032.954-1.01 2.79.014 3.576-1.593.46-.902.496-2.75-1.978-3.955-1.072-.538-2.93.692-2.89 1.6.058 1.246 1.99.433 1.292 1.52-.51.826-2.794.48-3.496 2.43-.42 1.24 2.584 3.53.988 4.108-1.424.493-3.28.812-5.17-.228-1.17-.618-1.665-3.18-.988-4.713zm-14.52-7.902c-.957.14-2.28.836-2.354 1.977-.06.915.695 2.5 1.977 1.442 1.324-1.027.308-1.514.608-1.14.66.66-.308.714-1.52 2.36-.845 1.246-2.65 1.046-3.574.606-1.594-.823-.996-1.35-2.736-2.13-1.738-.854-2.79 1.15-1.14 2.054 1.823 1.045 4.81 3.133 7.755 1.598 1.75-.99 3.8-1.89 3.724-4.107-.1-1.44-.74-2.94-2.738-2.66zm94.572-.76c-1.345-.96-.522-2.705 1.446-2.053 1.674.62 4.453 2.59 4.636 5.17.208 2.824-4.34 4.89-6.08 4.793-2.98-.24-2.45-2.604-.23-2.435 1.72.125 3.834-.488 3.955-2.28.1-1.556-2.758-2.46-3.727-3.195zm-9.81-6.91c-1.738-1.752 1.9-3.65 2.964-1.52 1.404 2.708 3.074 5.373 4.335 8.364 1.004 2.453-.313 2.785-1.14 1.442-1.384-2.335-3.48-5.46-6.16-8.287zm-8.506 5.237c1.87-.814 1.825 1.52 1.14 1.977-1.234.685-2.89-1.14-1.14-1.98zm5.548-2.044c1.87-.813 1.824 1.52 1.14 1.977-1.236.688-2.89-1.14-1.14-1.977z" fill-rule="evenodd"/>
|
||||||
|
<path d="M232.49 380.968c-2.808-1.793.57-4.467 2.507-2.433 2.778 2.836 5.433 9.05 7.53 11.405 1.992 2.314.386-6.275.987-8.82.41-1.415 1.517-1.217 1.52.15.01 3.5-.53 10.62.38 11.18 1.7.966 1.394 2.545 2.812 2.28 1.522-.362 1.295-.76 2.663-.837 1.355 0 1.4 1.36 2.964 1.14.997-.13 1.296-1.26 2.507-1.294 1.105-.095.63 2.342-.073 2.737-1.146.644-4.716-.7-5.78-.607-1.264.034-3.54 1.207-4.942.684-1.71-.61-1.33-2.78-2.51-2.433-1.332.31-1.08 2.736-4.255 3.5-1.486.34-1.987-.997-1.216-1.9 1.38-1.477 4.16-2.655 3.725-4.03-1.288-3.835-5.175-8.454-8.82-10.72zm24.405.525c1.35 4.438 1.283 10.34 2.054 14.372.377 1.586 1.895.173 1.747-1.065-.597-4.33-.86-9.646-1.977-13.762-.462-1.425-2.34-1.148-1.825.455zm3.737 1.15c-.356-1.85 1.415-2.025 1.674-.916.913 3.57.796 11.744 2.585 12.014 3.088.355 7.417-.284 11.255-1.062 1.888-.376 2.275-1.742 2.205-2.283-.363-2.196 1.687-2.022 2.204.305.28 1.214-.272 3.392-2.584 3.876-4.518.872-10.736 2.217-14.296 1.445-3.118-.66-2.102-8.71-3.042-13.377z" fill-rule="evenodd"/>
|
||||||
|
<path d="M265.654 385.834c.077-2.342 1.835-2.686 1.823-.686.05 4.79 5.656 3.547 6.845 1.75.878-1.4.236-2.004-.61-3.573-1.05-2.03 1.175-2.602 2.13-.837.715 1.263 1.21 5.29-.075 6.312-1.78 1.41-6.594 2.104-8.67.53-1.1-.758-1.53-2.214-1.443-3.496zm-2.434-6.248c.25 1.5 4.333.99 4.18-.152-.14-.98-4.407-.76-4.18.152zm5.314 1.226c.16 1.512 2.803 1.067 2.66-.076-.14-1.208-2.812-1.446-2.66.076zm7.98-1.83c-1.34-1.852 1.27-1.97 2.13-.607 2.226 3.33 3.693 8.694 5.854 12.317.918 1.67 2.07.177 2.205-.228.144-.43-.7-1.09-.76-2.585-.106-1.164 2.27-2.608 3.954-1.52 1.574 1.06.286 2 1.064 2.583.744.556 2.616.206 2.893-.152.83-1.305-.302-.54-1.446-1.293-1.324-.948-.53-5.055 2.205-3.346 1.628.943 2.107 3.954 1.52 5.628-.517 1.55-3.24 2.077-4.713 1.748-1.66-.506-3-2.502-2.66-1.977.82 1.35-.204 2.68-.99 3.194-1.94 1.218-3.298 1.857-4.714-.152-2.51-3.76-3.893-10.103-6.54-13.61z" fill-rule="evenodd"/>
|
||||||
|
<path d="M205.65 121.273c-.112-2.246 3.37-2.418 2.97.67-.51 3.85 7.265 13.592 7.91 19.6.43 4.03-2.368 7.555-5.14 9.75-3.397 2.632-8.623 2.27-11.068.76-1.48-1.19-2.828-5.268-1.72-6.882.39-.54 2.162 5.987 6.062 5.96 5.308-.033 9.607-4.02 9.765-7.576.27-6.193-8.684-15.982-8.78-22.28zm15.55 15.297c.878-.626 2.28 2.112 1.29 2.797-.823.548-2.43-2.036-1.29-2.796zm2.336-5.546c-.444.215-1.326-.09-1.063-.467 1.242-1.774 3.89-4.444 5.808-5.377.59-.286 1.623.755 1.267 1.265-1.148 1.64-3.943 3.576-6.01 4.58zm20.534-16.29c.492-1.028 3.448-2.19 4.2-2.885.698-.716 1.03.6.733 1.223-.492 1.027-3.044 2.762-4.163 2.81-.602.024-1.07-.53-.77-1.15zm7.006.33c.64-1.804 2.705-4.54 4.126-5.44.73-.46 2.04-.098 1.794.594-.543 1.53-3.07 4.205-4.768 5.465-.516.46-1.3-.2-1.152-.62zm-6.014 4.516c-.428.214-.197 1.126.216 1.264.878.292 2.475.35 3.2-.05 1.05-.648.572-4.634-.835-2.505-.944 1.312-1.633.89-2.58 1.29zm-11.872 9.147c-2.147-1.672.577-4.014 2.82-2.378 4.373 3.295-6.52 15.93-12.447 21.833-1.084 1.157-2.036-1.756-.646-3.01 4.25-3.605 8.227-7.91 10.992-12.36.532-.855 1.042-2.7-.72-4.087zm24.873-10.86c.267-1.6-2.59.033-2.64-2.088-.028-1.124 3.12-1.91 4.435-.62 2.222 2.254.56 6.06-3.136 6.297-3.08.136-8.22 4.374-7.44 5.265.89 1.1 8.88 1.827 13.526 1.1 2.877-.404 2.273 2.17-.673 2.517-2.848.327-5.168.023-7.828.86-3.132.894-4.498 5.1-6.238 6.666-.39.273-1.435-1.378-1.038-1.998 1.254-1.962 3.253-4.962 5.452-5.82 1.388-.563-3.826-.74-5.49-1.215-1.32-.398-.937-2.075-.43-3.01.67-1.46 5.585-6.38 7.567-6.3 1.86.078 3.747-.464 3.93-1.658zm8.29.428c.926-.815 1.4-2.18 2.368-3.01.533-.533 1.38.105 1.24 1.39-.12 1.01-1.477 1.883-2.39 2.643-.744.557-1.61-.645-1.215-1.023zm10.53-3.755c1.377-.153 1.72 2.503.215 2.933-.913.305-1.71-2.777-.214-2.934zm-3.463 8.212c-.022 2.287 1.107 2.077 3.26 2 2.092-.08 3.93.053 3.923-2.013-.01-2.143-1.185-4.016-1.53-2.56-.303 1.37-.545 3.61-1.34 2.634-.752-.84-.454-1.023-1.746.354-.717.758-.798-.37-1.23-1.076-.298-.42-1.336.338-1.338.658zm-15.026 11.678c-.514 3.027-.043 7.264 1.506 7.312 1.916.062 5.878-6.617 7.754-10.082 1.125-1.933 3.058-2.27 2.252-.254-1.22 3.113-1.11 9.772-.04 11.728.577 1.054 4.83-.966 5.517-2.467 1.25-2.73.234-7.758.672-10.83.212-2.016 2.057-2.437 1.96-.568-.183 3.342-.5 9.472-.265 12.256.14 1.6 4.716 3.962 5.45-.884.39-3.05 1.96-6.06-.074-9.44-1.262-2.112 1.85-1.847 3.528 1.04 1.174 1.964-.99 5.215-.913 7.73.197 3.865-2.81 6.06-4.992 6.107-1.95.04-3.22-2.357-4.82-2.39-1.772-.114-3.594 2.76-5.06 2.656-5.68-.388-2.672-8.69-4.402-8.79-1.925-.114-4.194 8.135-6.565 7.84-2.336-.28-4.755-6.722-3.782-9.448.88-2.538 2.538-3.132 2.277-1.52z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M285.895 121.33c-2.77-1.69.175-6.085 1.53-4.54 2.616 3.132 5.253 10.568 7.096 11.182 1.17.39 1.115-5.496 1.94-8.172.53-1.977 2.92-1.33 2.463 1.2-.156.847-3.122 10.463-2.894 10.843 2.054 4.11 4.09 8.28 5.374 12.69.532 1.9-1.75.62-2.024.224-1.46-2.18-4.01-10.51-4.01-10.13-1.174 5.86-1.45 7.59-2.696 12.572-.38 1.595-2.73 1.304-2.2-1.507.51-2.31 3.87-13.674 3.68-14.003-2.64-4.66-5.055-8.35-8.26-10.36z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M290.897 148.366c-.773-.088-1.97 1.718 1.876 2.428 5.142.93 10.77-.8 12.496-5.843 1.973-6.004 3.28-11.69 4.31-13.836 1.29-2.5 2.938-2.298 1.72-5.948-.857-2.626-2.46-1.834-2.796-.43-.9 3.83-4.31 16.214-5.375 18.495-2.01 4.163-6.058 5.81-12.234 5.137z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M301.193 128.61c-.55-1.18-1.835-.266-1.606 1.026.137 1.168 1.084 1.803 2.036 1.77 1.127-.04 3.51.038 3.517-1.833.004-1.315-1.03-2.413-1.796-.962-.734 1.315-1.678 1.177-2.15 0zm1.285-4.943c-.395.274-.04 1.736.43 1.72 1.68-.056 4.06-.592 5.335-1.48.373-.26.218-1.142-.314-1.124-1.62.054-4.198.01-5.453.884zm14.266 3.678c1.216-1.9 4.572-2.094 3.365.62-.856 1.87-9.21 18.01-10.35 20.062-1.244 2.308-2.26 1.165-1.378-.632 1.19-2.313 7.98-19.488 8.36-20.05z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M304.17 151.382c-.355-1.284-2.348-3.184-2.124.252.397 6.238 8.966 4.266 11.56 2.05 2.356-2.088.312 7.04 3.442 8.018 1.724.553 4.97-1.8 6.566-3.87 4.426-5.744 7.243-13.976 11.5-19.647 1.607-2.217-.88-3.8-1.887-2.035-3.702 6.207-8.3 18.874-13.32 22.164-4.093 2.62-2.88-3.373-3.023-5.173-.18-1.32-1.79-3.262-3.935-1.48-1.503 1.174-3.835 2.128-5.946 1.937-1.225-.068-2.258-.047-2.834-2.213z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M319.47 139.802c.044-.352-1.813-.512-1.722 1.29.065 1.334 1.66 1.697 1.935 1.506 2.51-1.826-.533-.916-.214-2.796zm-3.66 7.298c-.495.116-.948 1.694.216 1.784 1.064.076 5.235-.372 6.388-.304.745-.028 1.03-1.453-.57-1.378-1.937.098-4.485-.388-6.034-.102zm27.618-1.85c1.71-6.41 5.854.99 2.205 4.64-5.635 5.518-7.332 16.054-16.27 17.64-2.41.518-6.652-1.084-7.91-1.977-.49-.35.318-2.638 1.825-1.52 2.178 1.7 6.676 2.084 9.05.15 5.08-4.985 9.216-11.588 11.1-18.932zm-92.878 14.248c-.403.464-1.635.388-1.746 1.038-.484 2.41 0 3.633-.53 5.955-.51 2.225-2.052 2.31-1.947.497.14-2.35 2.077-5.666.708-5.894-.91-.214-1.613-1.432-.67-2.034 1.778-1.234 2.733-1.046 3.956-.674.428.13.537.757.23 1.113z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M249.305 156.345c-2.36 2.063-4.547 2.906-6.717 5.514-.887 1.067-.862 2.556-1.392 3.92-.53 1.444-2.24 1.73-2.77 1.427-.885-.582-.756-3.264-1.745-1.82-.837 1.33-1.38 3.16-2.62 3.137-1.12-.023-3.234-2.316-2.162-2.427 3.67-.375 3.624-3.312 4.998-3.505 1.542-.206 1.643 2.425 2.595 1.898.748-.383 1.1-3.448 1.91-4.275 2.49-2.542 4.457-3.885 6.995-5.754 1.284-1.02 2.2.826.91 1.886zm8.602 7.902c-1.888.382-1.566 2.81-1.012 3.11.915.427 2.33.606 2.86-2.185.247-1.147.47 5.7 2.983 3.06 1.446-1.597 5.03.29 6.53-1.72 1.074-1.338 1.405-2.272.568-4.25-.243-.6-1.714-.305-1.63 1.154.073 1.23-.873 2.748-2.103 2.49-.597-.11.337-3.01-.263-3.796-.33-.432-.833-.385-1.16.063-.463.626.462 3.406-1.054 3.772-1.914.44-.91-1.86-1.72-2.28-2.605-1.313-2.856.34-4 .582zm14.733-4.67c1.385-.39.953-.39 3.13-2.175.85-.642 1.016 1.238.927 1.982-.158 1.263-1.658.37-2.123 1.483-.682 1.444-.405 4.803-.633 6.17-.154.704-1.28.644-1.39.09-.32-1.67.23-3.302.177-5.388-.017-.71-1.03-1.82-.085-2.165zm-6.5-7.514c-.335 1.51-.31 2.754-.31 3.79.077.836 1.606.297 1.6.19-.075-1.326.226-3.16-.165-3.67-.212-.276-1.047-.594-1.125-.31z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M205.65 121.273c-.112-2.246 3.37-2.418 2.97.67-.51 3.85 7.265 13.592 7.91 19.6.43 4.03-2.368 7.555-5.14 9.75-3.397 2.632-8.623 2.27-11.068.76-1.48-1.19-2.828-5.268-1.72-6.882.39-.54 2.162 5.987 6.062 5.96 5.308-.033 9.607-4.02 9.765-7.576.27-6.193-8.684-15.982-8.78-22.28z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M214.894 119.97c.662.03 2.476 2.38 2.357 3.116-.08.347-1.94-.05-2.507-.532-.42-.356-.25-2.604.152-2.585zm-8.747 17.027c-1.658.905.263 2.69 1.505 1.936 4.66-3.018 11.656-6.19 13.118-12.167.47-2.025 2.35-5.13 4.138-5.822 1.726-.67 4.233 3.124 5.87.14.96-1.707 4.323 1.12 5.134-.707.99-2.205.518-3.42.56-5.53-.073-1.384-1.13-1.797-1.897.443-.4 1.014.07 2.038-.255 2.567-.247.403-1.018.792-1.465.456-.413-.31-.127-1.173-1.116-1.555-.385-.192-1-.352-1.267.14-1.173 2.092-1.823 4.044-3.466 1.82-1.464-1.916-2.205-5.228-3.278-.696-.386 1.6-2.817 3.92-4.25 3.92-1.79 0-1.34-4.713-5.276-3.996-2.022.432-1.882 4.3-1.58 5.73.496 1.988 6.405.56 6.11 1.86-1.01 4.515-7.276 8.807-12.588 11.46z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M169.156 158.506c-.25.755.753 2.806 1.795 2.958 1.023.076 1.545-2.215 1.216-2.958-.243-.547-2.83-.535-3.01 0zm5.41 7.96c-.655-.706-2.59 1.19-1.025 2.53.88.71 4.095 1.742 4.975.242 1.19-1.93-1.174-8.942-.127-9.868.818-.724 4.607 4.683 6.478 5.072 4.394.61 3.34-7.524 8.075-6.972 3.228.43 3.58-3.602 3.13-6.12-.36-2.416-4.27-5.904-6.07-7.464-2.365-1.97-3.42 1.452-1.935 2.58 1.912 1.53 5.273 4.623 5.808 6.668.253.965-2.335 2.884-3.29 2.365-2.2-1.203-4.248-6.353-6.173-7.53-.657-.4-2.27.505-1.494 2.11.874 1.724 4.734 4.39 4.96 6.227.204 1.676-1.72 5.3-2.984 5.3-1.39 0-4.932-4.38-6.038-6.44-.552-.987-2.467-.892-2.668.47-.317 2.046.296 6.375.784 9.057.388 2.54-1.43 2.668-2.403 1.77zM167.93 152.5c-.553.626 1.29 1.85 1.656 1.53.71-.614 3.47-3.758 2.937-4.857-.473-.98-4.266-3.126-4.883-2.063-1.145 1.84 3.575 2.663 2.836 3.202-.364.21-1.662 1.105-2.546 2.19zm6.812-13.778s1.185 4.055 2.15 2.365c.78-1.17-2.15-2.365-2.15-2.365zm1.928 6.452c-.435.237-1.658 1.205-.86 1.72 1.258.745 4.683 1.335 3.944-1.1-.45-1.436 5.165.04 3.797-3.846-.356-1.075-2.05-2.627-2.883-2.846-.53-.14-2.327.847-1.202 1.39.82.426 3.3 1.88 2.378 2.835-1.045.997-1.773-.448-3.073-.215-.655.124-.23 1.985-.597 2.492-.206.282-1.15-.623-1.504-.43zm8.913-15.42c-.71.353-1.978 2.274-2.024 3.162-.028.474.492 1.125.897.923.743-.373 1.892-2.19 1.934-3.026.03-.527-.37-1.28-.81-1.062zm4.632-.494c-1.368-1.672 1.452-4.155 2.72-.807.768 2.1 8.942 12.857 10.614 16.507 1.18 2.47-.045 3.49-1.508 1.72-4.14-5.282-7.536-11.865-11.828-17.42zm8.39.215c1.456-1.58 4.432-4.805 3.63-6.604-.615-1.545-2.423-1.39-2.73-1.034-1.77 2.11 1.255 1.58.82 2.303-.9 1.69-1.8 2.622-2.264 4.25-.107.38.28 1.37.545 1.086z" stroke-width=".973" stroke-linejoin="round" fill-rule="evenodd" stroke="#000" fill="#fff"/>
|
||||||
|
<path d="M169.156 158.506c-.25.755.753 2.806 1.795 2.958 1.023.076 1.545-2.215 1.216-2.958-.243-.547-2.83-.535-3.01 0zm5.41 7.96c-.655-.706-2.59 1.19-1.025 2.53.88.71 4.095 1.742 4.975.242 1.19-1.93-1.174-8.942-.127-9.868.818-.724 4.607 4.683 6.478 5.072 4.394.61 3.34-7.524 8.075-6.972 3.228.43 3.58-3.602 3.13-6.12-.36-2.416-4.27-5.904-6.07-7.464-2.365-1.97-3.42 1.452-1.935 2.58 1.912 1.53 5.273 4.623 5.808 6.668.253.965-2.335 2.884-3.29 2.365-2.2-1.203-4.248-6.353-6.173-7.53-.657-.4-2.27.505-1.494 2.11.874 1.724 4.734 4.39 4.96 6.227.204 1.676-1.72 5.3-2.984 5.3-1.39 0-4.932-4.38-6.038-6.44-.552-.987-2.467-.892-2.668.47-.317 2.046.296 6.375.784 9.057.388 2.54-1.43 2.668-2.403 1.77zM167.93 152.5c-.553.626 1.29 1.85 1.656 1.53.71-.614 3.47-3.758 2.937-4.857-.473-.98-4.266-3.126-4.883-2.063-1.145 1.84 3.575 2.663 2.836 3.202-.364.21-1.662 1.105-2.546 2.19zm6.812-13.778s1.185 4.055 2.15 2.365c.78-1.17-2.15-2.365-2.15-2.365zm1.928 6.452c-.435.237-1.658 1.205-.86 1.72 1.258.745 4.683 1.335 3.944-1.1-.45-1.436 5.165.04 3.797-3.846-.356-1.075-2.05-2.627-2.883-2.846-.53-.14-2.327.847-1.202 1.39.82.426 3.3 1.88 2.378 2.835-1.045.997-1.773-.448-3.073-.215-.655.124-.23 1.985-.597 2.492-.206.282-1.15-.623-1.504-.43zm8.913-15.42c-.71.353-1.978 2.274-2.024 3.162-.028.474.492 1.125.897.923.743-.373 1.892-2.19 1.934-3.026.03-.527-.37-1.28-.81-1.062zm4.632-.494c-1.368-1.672 1.452-4.155 2.72-.807.768 2.1 8.942 12.857 10.614 16.507 1.18 2.47-.045 3.49-1.508 1.72-4.14-5.282-7.536-11.865-11.828-17.42zm8.39.215c1.456-1.58 4.432-4.805 3.63-6.604-.615-1.545-2.423-1.39-2.73-1.034-1.77 2.11 1.255 1.58.82 2.303-.9 1.69-1.8 2.622-2.264 4.25-.107.38.28 1.37.545 1.086zm105.565 21.907c-.355-1.284-2.348-3.184-2.124.252.397 6.238 8.966 4.266 11.56 2.05 2.356-2.088.312 7.04 3.442 8.018 1.724.553 4.97-1.8 6.566-3.87 4.426-5.744 7.243-13.976 11.5-19.647 1.607-2.217-.88-3.8-1.887-2.035-3.702 6.207-8.3 18.874-13.32 22.164-4.093 2.62-2.88-3.373-3.023-5.173-.18-1.32-1.79-3.262-3.935-1.48-1.503 1.174-3.835 2.128-5.946 1.937-1.225-.068-2.258-.047-2.834-2.213zM221.2 136.57c.878-.626 2.28 2.112 1.29 2.797-.823.548-2.43-2.036-1.29-2.796z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M325.327 134.76c-1.047-.847 1.03-4.958 2.435-3.345 3.858 4.464 5.65 18.958 6.765 29.806 0 0-1.734 1.448-1.747 1.218 0-5.778-2.322-23.456-7.453-27.676z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M223.536 131.024c-.444.215-1.326-.09-1.063-.467 1.242-1.774 3.89-4.444 5.808-5.377.59-.286 1.623.755 1.267 1.265-1.148 1.64-3.943 3.576-6.01 4.58zm101.79 3.736c-1.046-.847 1.03-4.958 2.436-3.345 3.858 4.464 5.65 18.958 6.765 29.806 0 0-1.734 1.448-1.747 1.218 0-5.778-2.322-23.456-7.453-27.676z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M327.702 160.082c.696-1.94 9.96-17.49 11.177-20.91.62-1.65 3.28 2.83.683 5.245-2.28 2.053-9.01 13.09-10.266 16.957-.578 1.746-2.332.915-1.596-1.292z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M258.063 117.867c.267-1.6-2.59.033-2.64-2.088-.028-1.124 3.12-1.91 4.435-.62 2.222 2.254.56 6.06-3.136 6.297-3.08.136-8.22 4.374-7.44 5.265.89 1.1 8.88 1.827 13.526 1.1 2.877-.404 2.273 2.17-.673 2.517-2.848.327-5.168.023-7.828.86-3.132.894-4.498 5.1-6.238 6.666-.39.273-1.435-1.378-1.038-1.998 1.254-1.962 3.253-4.962 5.452-5.82 1.388-.563-3.826-.74-5.49-1.215-1.32-.398-.937-2.075-.43-3.01.67-1.46 5.585-6.38 7.567-6.3 1.86.078 3.747-.464 3.93-1.658zm-24.873 10.86c-2.147-1.672.577-4.014 2.82-2.378 4.373 3.295-6.52 15.93-12.447 21.833-1.084 1.157-2.036-1.756-.646-3.01 4.25-3.605 8.227-7.91 10.992-12.36.532-.855 1.042-2.7-.72-4.087z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M238.834 120.65c-1.248-2.868 1.872-3.93 2.34-1.885 2.167 9.42 7.358 16.554 11.31 22.96 1.188 2.003.235 3.197-2.658 1.354-2.002-1.376-4.036-6.383-5.02-6.58-1.784-.33-6.05 8.134-14.777 5.72-2.26-.633-2.11-7.347-2.153-10.31-.095-1.39 1.44-1.76 1.493.137.08 2.734-.003 8.413 3.494 8.604 2.852.16 9.167-3.87 10.5-7.022 1.184-3.24-3.182-9.68-4.53-12.98z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M214.894 119.97c.662.03 2.476 2.38 2.357 3.116-.08.347-1.94-.05-2.507-.532-.42-.356-.25-2.604.152-2.585zm-8.747 17.027c-1.658.905.263 2.69 1.505 1.936 4.66-3.018 11.656-6.19 13.118-12.167.47-2.025 2.35-5.13 4.138-5.822 1.726-.67 4.233 3.124 5.87.14.96-1.707 4.323 1.12 5.134-.707.99-2.205.518-3.42.56-5.53-.073-1.384-1.13-1.797-1.897.443-.4 1.014.07 2.038-.255 2.567-.247.403-1.018.792-1.465.456-.413-.31-.127-1.173-1.116-1.555-.385-.192-1-.352-1.267.14-1.173 2.092-1.823 4.044-3.466 1.82-1.464-1.916-2.205-5.228-3.278-.696-.386 1.6-2.817 3.92-4.25 3.92-1.79 0-1.34-4.713-5.276-3.996-2.022.432-1.882 4.3-1.58 5.73.496 1.988 6.405.56 6.11 1.86-1.01 4.515-7.276 8.807-12.588 11.46zm32.687-16.347c-1.248-2.868 1.872-3.93 2.34-1.885 2.167 9.42 7.358 16.554 11.31 22.96 1.188 2.003.235 3.197-2.658 1.354-2.002-1.376-4.036-6.383-5.02-6.58-1.784-.33-6.05 8.134-14.777 5.72-2.26-.633-2.11-7.347-2.153-10.31-.095-1.39 1.44-1.76 1.493.137.08 2.734-.003 8.413 3.494 8.604 2.852.16 9.167-3.87 10.5-7.022 1.184-3.24-3.182-9.68-4.53-12.98zm5.236-5.917c.492-1.027 3.448-2.19 4.2-2.884.698-.716 1.03.6.733 1.223-.492 1.027-3.044 2.762-4.163 2.81-.602.024-1.07-.53-.77-1.15zm7.006.33c.64-1.803 2.705-4.54 4.126-5.44.73-.46 2.04-.097 1.794.595-.543 1.53-3.07 4.205-4.768 5.465-.516.46-1.3-.2-1.152-.62zm-6.014 4.517c-.428.214-.197 1.126.216 1.264.878.292 2.475.35 3.2-.05 1.05-.648.572-4.634-.835-2.505-.944 1.312-1.633.89-2.58 1.29zm21.292-1.285c.925-.815 1.398-2.18 2.367-3.01.533-.533 1.38.105 1.24 1.39-.12 1.01-1.477 1.883-2.39 2.643-.744.557-1.61-.645-1.215-1.023zm10.53-3.755c1.376-.153 1.718 2.503.214 2.933-.913.305-1.71-2.777-.214-2.934zm-3.464 8.212c-.022 2.287 1.107 2.077 3.26 2 2.092-.08 3.93.053 3.923-2.013-.01-2.143-1.185-4.016-1.53-2.56-.303 1.37-.545 3.61-1.34 2.634-.752-.84-.454-1.023-1.746.354-.717.758-.798-.37-1.23-1.076-.298-.42-1.336.338-1.338.658zm-15.026 11.678c-.514 3.027-.043 7.264 1.506 7.312 1.916.062 5.878-6.617 7.754-10.082 1.125-1.933 3.058-2.27 2.252-.254-1.22 3.113-1.11 9.772-.04 11.728.577 1.054 4.83-.966 5.517-2.467 1.25-2.73.234-7.758.672-10.83.212-2.016 2.057-2.437 1.96-.568-.183 3.342-.5 9.472-.265 12.256.14 1.6 4.716 3.962 5.45-.884.39-3.05 1.96-6.06-.074-9.44-1.262-2.112 1.85-1.847 3.528 1.04 1.174 1.964-.99 5.215-.913 7.73.197 3.865-2.81 6.06-4.992 6.107-1.95.04-3.22-2.357-4.82-2.39-1.772-.114-3.594 2.76-5.06 2.656-5.68-.388-2.672-8.69-4.402-8.79-1.925-.114-4.194 8.135-6.565 7.84-2.336-.28-4.755-6.722-3.782-9.448.88-2.538 2.538-3.132 2.277-1.52z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M285.895 121.33c-2.77-1.69.175-6.085 1.53-4.54 2.616 3.132 5.253 10.568 7.096 11.182 1.17.39 1.115-5.496 1.94-8.172.53-1.977 2.92-1.33 2.463 1.2-.156.847-3.122 10.463-2.894 10.843 2.054 4.11 4.09 8.28 5.374 12.69.532 1.9-1.75.62-2.024.224-1.46-2.18-4.01-10.51-4.01-10.13-1.174 5.86-1.45 7.59-2.696 12.572-.38 1.595-2.73 1.304-2.2-1.507.51-2.31 3.87-13.674 3.68-14.003-2.64-4.66-5.055-8.35-8.26-10.36z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M290.897 148.366c-.773-.088-1.97 1.718 1.876 2.428 5.142.93 10.77-.8 12.496-5.843 1.973-6.004 3.28-11.69 4.31-13.836 1.29-2.5 2.938-2.298 1.72-5.948-.857-2.626-2.46-1.834-2.796-.43-.9 3.83-4.31 16.214-5.375 18.495-2.01 4.163-6.058 5.81-12.234 5.137z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M301.193 128.61c-.55-1.18-1.835-.266-1.606 1.026.137 1.168 1.084 1.803 2.036 1.77 1.127-.04 3.51.038 3.517-1.833.004-1.315-1.03-2.413-1.796-.962-.734 1.315-1.678 1.177-2.15 0zm1.285-4.943c-.395.274-.04 1.736.43 1.72 1.68-.056 4.06-.592 5.335-1.48.373-.26.218-1.142-.314-1.124-1.62.054-4.198.01-5.453.884zm14.266 3.678c1.216-1.9 4.572-2.094 3.365.62-.856 1.87-9.21 18.01-10.35 20.062-1.244 2.308-2.26 1.165-1.378-.632 1.19-2.313 7.98-19.488 8.36-20.05zm2.726 12.457c.044-.352-1.813-.512-1.722 1.29.065 1.334 1.66 1.697 1.935 1.506 2.51-1.826-.533-.916-.214-2.796z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M327.702 160.082c.696-1.94 9.96-17.49 11.177-20.91.62-1.65 3.28 2.83.683 5.245-2.28 2.053-9.01 13.09-10.266 16.957-.578 1.746-2.332.915-1.596-1.292z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M315.81 147.1c-.495.116-.948 1.694.216 1.784 1.064.076 5.235-.372 6.388-.304.745-.028 1.03-1.453-.57-1.378-1.937.098-4.485-.388-6.034-.102zm11.892 12.982c.696-1.94 9.96-17.49 11.177-20.91.62-1.65 3.28 2.83.683 5.245-2.28 2.053-9.01 13.09-10.266 16.957-.578 1.746-2.332.915-1.596-1.292z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M343.428 145.25c1.71-6.41 5.854.99 2.205 4.64-5.635 5.518-7.332 16.054-16.27 17.64-2.41.518-6.652-1.084-7.91-1.977-.49-.35.318-2.638 1.825-1.52 2.178 1.7 6.676 2.084 9.05.15 5.08-4.985 9.216-11.588 11.1-18.932z" fill-rule="evenodd" stroke="#000" stroke-width=".973" fill="#fff"/>
|
||||||
|
<path d="M343.428 145.25c1.71-6.41 5.854.99 2.205 4.64-5.635 5.518-7.332 16.054-16.27 17.64-2.41.518-6.652-1.084-7.91-1.977-.49-.35.318-2.638 1.825-1.52 2.178 1.7 6.676 2.084 9.05.15 5.08-4.985 9.216-11.588 11.1-18.932zm-85.52 18.997c-1.89.382-1.567 2.81-1.013 3.11.915.427 2.33.606 2.86-2.185.247-1.147.47 5.7 2.983 3.06 1.446-1.597 5.03.29 6.53-1.72 1.074-1.338 1.405-2.272.568-4.25-.243-.6-1.714-.305-1.63 1.154.073 1.23-.873 2.748-2.103 2.49-.597-.11.337-3.01-.263-3.796-.33-.432-.833-.385-1.16.063-.463.626.462 3.406-1.054 3.772-1.914.44-.91-1.86-1.72-2.28-2.605-1.313-2.856.34-4 .582zm14.732-4.67c1.385-.39.953-.39 3.13-2.175.85-.642 1.016 1.238.927 1.982-.158 1.263-1.658.37-2.123 1.483-.682 1.444-.405 4.803-.633 6.17-.154.704-1.28.644-1.39.09-.32-1.67.23-3.302.177-5.388-.017-.71-1.03-1.82-.085-2.165zm-6.5-7.514c-.335 1.51-.31 2.754-.31 3.79.077.836 1.606.297 1.6.19-.075-1.326.226-3.16-.165-3.67-.212-.276-1.047-.594-1.125-.31zm-16.835 4.282c-2.36 2.063-4.547 2.906-6.717 5.514-.887 1.067-.862 2.556-1.392 3.92-.53 1.444-2.24 1.73-2.77 1.427-.885-.582-.756-3.264-1.745-1.82-.837 1.33-1.38 3.16-2.62 3.137-1.12-.023-3.234-2.316-2.162-2.427 3.67-.375 3.624-3.312 4.998-3.505 1.542-.206 1.643 2.425 2.595 1.898.748-.383 1.1-3.448 1.91-4.275 2.49-2.542 4.457-3.885 6.995-5.754 1.284-1.02 2.2.826.91 1.886z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M250.55 159.498c-.403.464-1.635.388-1.746 1.038-.484 2.41 0 3.633-.53 5.955-.51 2.225-2.052 2.31-1.947.497.14-2.35 2.077-5.666.708-5.894-.91-.214-1.613-1.432-.67-2.034 1.778-1.234 2.733-1.046 3.956-.674.428.13.537.757.23 1.113z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M238.133 347.453c.815 1.812 2.007 1.732 1.828-.002-.345-2.22-1.016-5.29-1.396-7.955-.216-2.258-2.55-1.822-1.935.537.78 2.547.614 5.34 1.504 7.423zm6.987.117c-.01.918 1.413.834 1.4.108-.148-2.31-.324-5.432.32-6.56.503-.878 2.53-.258 4.41-.43.748-.11.593-2.17-.968-2.04-1.84.165-6.696-.433-6.99 1.288-.422 3.095 1.914-.185 1.828 7.633zm14.09-8.934c1.18.848 1.015 1.952-.43 1.61-1.72-.43-2.88-.29-2.856.653.025.927.75 1.11 1.808 2.137 1.012 1.06-.62.888-1.872 3.06-1.067 1.798 1.11 2.036 3.674 1.355.654-.187 1.513.938-.107 1.862-1.14.61-4.318 1.355-5.11-.952-1.5-3.99 2.514-4.542.823-5.605-.923-.557-1.256-1.395-1.088-2.51.358-2.568 4.184-2.227 5.16-1.612zm5.295 8.797c1.548-2.824 2.614-4.94 3.046-7.337.378-2.165 1.933-2.373 2.26-.538.42 2.437 1.816 4.852 3.51 7.065.992 1.373-1.005 2.58-1.79 1.513-1.438-1.826-1.498-4.37-2.347-4.352-.98.02-2.09 2.836-3.135 4.914-.304.604-2.16-.002-1.542-1.265z" stroke-width=".973" fill-rule="evenodd" stroke="#000" fill="#fff"/>
|
||||||
|
<path d="M238.133 347.453c.815 1.812 2.007 1.732 1.828-.002-.345-2.22-1.016-5.29-1.396-7.955-.216-2.258-2.55-1.822-1.935.537.78 2.547.614 5.34 1.504 7.423zm6.987.117c-.01.918 1.413.834 1.4.108-.148-2.31-.324-5.432.32-6.56.503-.878 2.53-.258 4.41-.43.748-.11.593-2.17-.968-2.04-1.84.165-6.696-.433-6.99 1.288-.422 3.095 1.914-.185 1.828 7.633zm14.09-8.934c1.18.848 1.015 1.952-.43 1.61-1.72-.43-2.88-.29-2.856.653.025.927.75 1.11 1.808 2.137 1.012 1.06-.62.888-1.872 3.06-1.067 1.798 1.11 2.036 3.674 1.355.654-.187 1.513.938-.107 1.862-1.14.61-4.318 1.355-5.11-.952-1.5-3.99 2.514-4.542.823-5.605-.923-.557-1.256-1.395-1.088-2.51.358-2.568 4.184-2.227 5.16-1.612zm5.295 8.797c1.548-2.824 2.614-4.94 3.046-7.337.378-2.165 1.933-2.373 2.26-.538.42 2.437 1.816 4.852 3.51 7.065.992 1.373-1.005 2.58-1.79 1.513-1.438-1.826-1.498-4.37-2.347-4.352-.98.02-2.09 2.836-3.135 4.914-.304.604-2.16-.002-1.542-1.265zm133.847-82.251c-.11.58 1.454 1.433 1.826.99 1.682-2.015 3.883-5.97 4.334-8.364.133-.697-2.107-1.485-2.586-.913-1.575 1.886-3.1 5.773-3.574 8.287z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 89 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill="#25ff01" d="M108.95 47.6h464.86v464.86H108.95z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(-120 -52.427) scale(1.1014)">
|
||||||
|
<path fill="#fff" d="M0 47.6h693V512H0z"/>
|
||||||
|
<path d="M1.53 48.16h690.83v196.2H1.53z"/>
|
||||||
|
<path fill="#0061ff" d="M128.29 232.12h458.52v103.35H128.29z"/>
|
||||||
|
<path d="M692.53 49.19v463.27H346.86L692.53 49.19zm-691.34 0v463.27h345.67L1.19 49.19z" fill="#e20000"/>
|
||||||
|
<path d="M508.78 232.22l-69.285-17.58 58.944-44.467-72.388 10.34 37.228-63.08-64.115 37.23L410.54 81.24l-43.432 57.91-17.58-67.217-19.648 69.285-43.433-58.944 12.41 75.49-64.115-39.296 37.228 63.08-70.32-11.375 57.91 43.433-72.387 18.614h321.61z" fill="#ffd600"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 862 B |
@ -0,0 +1,767 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)">
|
||||||
|
<path fill-rule="evenodd" fill="#fff" d="M-167.86.45h429.52v256.07h-429.52z"/>
|
||||||
|
<path d="M-167.86.45l-.018 19.22 102.5 63.22 38.565 1.34L-167.863.45z" fill="#c00"/>
|
||||||
|
<path d="M-123.97.45L.29 78.366V.45h-124.26z" fill="#006"/>
|
||||||
|
<path d="M16.866.45v99.468h-184.73v56.84h184.73v99.467h56.84v-99.468h184.73v-56.84H73.705V.45h-56.84z" fill="#c00"/>
|
||||||
|
<path d="M90.283.45v73.417L211.853 1.02 90.283.45z" fill="#006"/>
|
||||||
|
<path d="M94.12 81.87l34.19-.33L261.13 1.02l-35.24.688L94.12 81.87z" fill="#c00"/>
|
||||||
|
<path d="M259.78 22.495L158.32 82.89l100.11.45v89.995h-85.258l84.47 54.942 1.24 27.948-45.117-.647-123.48-72.77v73.417H.29v-73.417l-115.83 73.22-52.315.197v255.78h852.58V.455l-424.04-.46m-428.54 28.87l-.45 53.12 89.757 1.35-89.307-54.472zm-.005 144.465v54.47l85.258-53.9-85.258-.57z" fill="#006"/>
|
||||||
|
<path d="M160.45 175.58l-35.543-.33 133.97 80.07-.88-18.318-97.55-61.422zm-295.02 81.09L-8.95 177.5l-32.994.262-125.92 78.79" fill="#c00"/>
|
||||||
|
<path d="M368.61 245.108l2.165 2.166-2.165-2.166z" fill="#49497d"/>
|
||||||
|
<path d="M370.775 245.108l2.166 2.166-2.165-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M364.28 247.274l2.164 2.165-2.165-2.166z" fill="#262678"/>
|
||||||
|
<path d="M366.444 247.274l2.166 2.165-2.166-2.166z" fill="#808067"/>
|
||||||
|
<path d="M372.94 247.274l2.166 2.165-2.165-2.166z" fill="#58587b"/>
|
||||||
|
<path d="M292.817 249.44l2.166 2.165-2.166-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M359.948 249.44l2.165 2.165-2.165-2.166z" fill="#1b1b74"/>
|
||||||
|
<path d="M362.113 249.44l2.166 2.165-2.167-2.166z" fill="#6e6c70"/>
|
||||||
|
<path d="M296.628 253.36c0 55.95-6.45 119.004 35.255 162.823 8.58 9.014 24.9 29.572 38.892 28.783 14.647-.825 33.483-22.5 41.86-33.114 36.304-47.754 30.533-104.713 31.767-160.14-16.393 7.363-24.557 9.788-38.892 9.745-10.618 1.09-26.998-6.045-36.792-10.714-6.4 4.275-15.687 9.373-32.374 9.945-19.273.848-25.38-2.418-39.716-7.33z" fill="#cc3"/>
|
||||||
|
<path d="M375.106 249.44l2.166 2.165-2.166-2.166z" fill="#99994e"/>
|
||||||
|
<path d="M377.272 249.44l2.165 2.165-2.165-2.166z" fill="#49497d"/>
|
||||||
|
<path d="M444.402 249.44l2.166 2.165-2.166-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M294.983 251.605l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M297.148 251.605l2.166 2.165-2.166-2.165z" fill="#6e6c70"/>
|
||||||
|
<path d="M299.314 251.605l2.165 2.165-2.166-2.165z" fill="#3a3a7c"/>
|
||||||
|
<path d="M355.617 251.605l2.165 2.165-2.165-2.165z" fill="#1b1b74"/>
|
||||||
|
<path d="M357.782 251.605l2.166 2.165-2.166-2.165z" fill="#6e6c70"/>
|
||||||
|
<path d="M359.948 251.605l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M368.61 251.605l2.165 2.165-2.165-2.165z" fill="#d0d045"/>
|
||||||
|
<path d="M377.272 251.605l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M379.437 251.605l2.166 2.165-2.166-2.165z" fill="#8d8d5b"/>
|
||||||
|
<path d="M381.603 251.605l2.165 2.165-2.165-2.165z" fill="#3a3a7c"/>
|
||||||
|
<path d="M437.906 251.605l2.165 2.165-2.164-2.165z" fill="#262678"/>
|
||||||
|
<path d="M440.07 251.605l2.167 2.165-2.166-2.165z" fill="#53527c"/>
|
||||||
|
<path d="M442.237 251.605l2.165 2.165-2.165-2.165z" fill="#8d8d5b"/>
|
||||||
|
<path d="M303.645 253.77l2.165 2.166-2.165-2.166z" fill="#737370"/>
|
||||||
|
<path d="M305.81 253.77l2.166 2.166-2.166-2.166z" fill="#53527c"/>
|
||||||
|
<path d="M307.976 253.77l2.165 2.166-2.164-2.166z" fill="#1b1b74"/>
|
||||||
|
<path d="M351.286 253.77l2.165 2.166-2.164-2.166z" fill="#262678"/>
|
||||||
|
<path d="M353.45 253.77l2.167 2.166-2.166-2.166z" fill="#6e6c70"/>
|
||||||
|
<path d="M355.617 253.77l2.165 2.166-2.165-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M366.444 253.77l2.166 2.166-2.166-2.166z" fill="#e5e59d"/>
|
||||||
|
<path d="M301.068 259.444c-1.165 29.392-.27 62.49 4.324 93.94 5.08 16.43 4.4 25.454 11.95 35.3l105.67-.822c6.368-10.36 11.09-26.068 11.7-32.313 5.9-31.763 6.04-66.814 6.182-98.164-10.626 5.65-24.542 9.652-38.048 7.895-10.827-.824-20.832-3.296-32.482-9.88-10.107 6.054-13.63 8.818-30.317 9.525-12.993.64-23.518 1.693-38.98-5.482z" fill="#fff"/>
|
||||||
|
<path d="M370.775 253.77l2.166 2.166-2.165-2.166z" fill="#f2f1d7"/>
|
||||||
|
<path d="M372.94 253.77l2.166 2.166-2.165-2.166z" fill="#d9d868"/>
|
||||||
|
<path d="M381.603 253.77l2.165 2.166-2.165-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M383.768 253.77l2.166 2.166-2.166-2.166z" fill="#99994e"/>
|
||||||
|
<path d="M385.934 253.77l2.165 2.166-2.166-2.166z" fill="#49497d"/>
|
||||||
|
<path d="M388.1 253.77l2.165 2.166-2.166-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M431.41 253.77l2.165 2.166-2.166-2.166z" fill="#3a3a7c"/>
|
||||||
|
<path d="M433.575 253.77l2.165 2.166-2.165-2.166z" fill="#667"/>
|
||||||
|
<path d="M435.74 253.77l2.166 2.166-2.166-2.166z" fill="#99994e"/>
|
||||||
|
<path d="M437.906 253.77l2.165 2.166-2.164-2.166m-129.93 2.166l2.165 2.165-2.164-2.164z" fill="#a4a43d"/>
|
||||||
|
<path d="M310.14 255.936l2.167 2.165-2.166-2.164z" fill="#99994e"/>
|
||||||
|
<path d="M312.307 255.936l2.165 2.165-2.165-2.164z" fill="#6e6c70"/>
|
||||||
|
<path d="M314.472 255.936l2.166 2.165-2.166-2.164z" fill="#49497d"/>
|
||||||
|
<path d="M316.638 255.936l2.165 2.165-2.165-2.164m28.15 0l2.167 2.165-2.166-2.164z" fill="#1b1b74"/>
|
||||||
|
<path d="M346.955 255.936l2.165 2.165-2.165-2.164z" fill="#53527c"/>
|
||||||
|
<path d="M349.12 255.936l2.166 2.165-2.166-2.164z" fill="#8d8d5b"/>
|
||||||
|
<path d="M351.286 255.936l2.165 2.165-2.164-2.164z" fill="#a4a43d"/>
|
||||||
|
<path d="M362.113 255.936l2.166 2.165-2.167-2.164z" fill="#e5e59d"/>
|
||||||
|
<path d="M364.28 255.936l2.164 2.165-2.165-2.164z" fill="#fbfaf2"/>
|
||||||
|
<path d="M375.106 255.936l2.166 2.165-2.166-2.164z" fill="#f2f1d2"/>
|
||||||
|
<path d="M377.272 255.936l2.165 2.165-2.165-2.164z" fill="#d9d868"/>
|
||||||
|
<path d="M388.1 255.936l2.165 2.165-2.166-2.164z" fill="#a4a43d"/>
|
||||||
|
<path d="M390.265 255.936l2.165 2.165-2.165-2.164z" fill="#6e6c70"/>
|
||||||
|
<path d="M392.43 255.936l2.166 2.165-2.166-2.164z" fill="#3a3a7c"/>
|
||||||
|
<path d="M420.582 255.936l2.165 2.165-2.165-2.164z" fill="#0e0e6e"/>
|
||||||
|
<path d="M422.747 255.936l2.166 2.165-2.166-2.164z" fill="#32327b"/>
|
||||||
|
<path d="M424.913 255.936l2.165 2.165-2.165-2.164z" fill="#58587b"/>
|
||||||
|
<path d="M427.078 255.936l2.166 2.165-2.166-2.164z" fill="#808067"/>
|
||||||
|
<path d="M430.694 256.65l1.443.722-1.443-.722z" fill="#a4a43d"/>
|
||||||
|
<path d="M299.314 258.1l2.165 2.167-2.166-2.166z" fill="#dddc7a"/>
|
||||||
|
<path d="M301.48 258.1l2.165 2.167-2.166-2.166z" fill="#d0d045"/>
|
||||||
|
<path d="M318.088 258.816l1.443.722-1.442-.722z" fill="#a4a43d"/>
|
||||||
|
<path d="M320.97 258.1l2.164 2.167-2.165-2.166z" fill="#808067"/>
|
||||||
|
<path d="M323.134 258.1l2.166 2.167-2.166-2.166z" fill="#667"/>
|
||||||
|
<path d="M325.3 258.1l2.165 2.167-2.165-2.166z" fill="#58587b"/>
|
||||||
|
<path d="M327.465 258.1l2.166 2.167-2.165-2.166z" fill="#49497d"/>
|
||||||
|
<path d="M340.458 258.1l2.166 2.167-2.166-2.166z" fill="#737370"/>
|
||||||
|
<path d="M342.624 258.1l2.165 2.167-2.166-2.166z" fill="#99994e"/>
|
||||||
|
<path d="M344.79 258.1l2.165 2.167-2.166-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M357.782 258.1l2.166 2.167-2.166-2.166z" fill="#e5e59d"/>
|
||||||
|
<path d="M359.948 258.1l2.165 2.167-2.165-2.166z" fill="#fbfaf2"/>
|
||||||
|
<path d="M379.437 258.1l2.166 2.167-2.166-2.166z" fill="#f2f1d2"/>
|
||||||
|
<path d="M381.603 258.1l2.165 2.167-2.165-2.166z" fill="#d9d868"/>
|
||||||
|
<path d="M393.88 258.816l1.443.722-1.442-.722z" fill="#a4a43d"/>
|
||||||
|
<path d="M396.76 258.1l2.167 2.167-2.166-2.166z" fill="#808067"/>
|
||||||
|
<path d="M398.927 258.1l2.165 2.167-2.165-2.166z" fill="#667"/>
|
||||||
|
<path d="M401.092 258.1l2.166 2.167-2.166-2.166z" fill="#58587b"/>
|
||||||
|
<path d="M403.258 258.1l2.165 2.167-2.165-2.166z" fill="#3a3a7c"/>
|
||||||
|
<path d="M413.37 258.816l1.443.722-1.443-.722z" fill="#58587b"/>
|
||||||
|
<path d="M416.25 258.1l2.166 2.167-2.165-2.166z" fill="#737370"/>
|
||||||
|
<path d="M418.416 258.1l2.166 2.167-2.166-2.166z" fill="#99994e"/>
|
||||||
|
<path d="M420.582 258.1l2.165 2.167-2.165-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M437.906 258.1l2.165 2.167-2.164-2.166z" fill="#dddc7a"/>
|
||||||
|
<path d="M440.07 258.1l2.167 2.167-2.166-2.166z" fill="#d0d045"/>
|
||||||
|
<path d="M303.645 260.267l2.165 2.165-2.165-2.165z" fill="#f2f1d7"/>
|
||||||
|
<path d="M305.81 260.267l2.166 2.165-2.166-2.165z" fill="#e0dea1"/>
|
||||||
|
<path d="M307.976 260.267l2.165 2.165-2.164-2.165z" fill="#dddc7a"/>
|
||||||
|
<path d="M351.286 260.267l2.165 2.165-2.164-2.165z" fill="#d9d868"/>
|
||||||
|
<path d="M353.45 260.267l2.167 2.165-2.166-2.165z" fill="#e5e3af"/>
|
||||||
|
<path d="M383.768 260.267l2.166 2.165-2.166-2.165z" fill="#f6f6e4"/>
|
||||||
|
<path d="M385.934 260.267l2.165 2.165-2.166-2.165z" fill="#e1e18c"/>
|
||||||
|
<path d="M429.244 260.267l2.165 2.165-2.166-2.165z" fill="#d4d456"/>
|
||||||
|
<path d="M431.41 260.267l2.165 2.165-2.166-2.165z" fill="#e1e18c"/>
|
||||||
|
<path d="M433.575 260.267l2.165 2.165-2.165-2.165z" fill="#eeedc1"/>
|
||||||
|
<path d="M312.307 262.432l2.165 2.166-2.165-2.166z" fill="#f2f1d2"/>
|
||||||
|
<path d="M314.472 262.432l2.166 2.166-2.166-2.166z" fill="#e0dea1"/>
|
||||||
|
<path d="M316.638 262.432l2.165 2.166-2.165-2.166z" fill="#dddc7a"/>
|
||||||
|
<path d="M318.803 262.432l2.166 2.166-2.167-2.166z" fill="#d0d045"/>
|
||||||
|
<path d="M344.79 262.432l2.165 2.166-2.166-2.166z" fill="#dddc7a"/>
|
||||||
|
<path d="M346.955 262.432l2.165 2.166-2.165-2.166z" fill="#e5e3af"/>
|
||||||
|
<path d="M349.12 262.432l2.166 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||||
|
<path d="M390.265 262.432l2.165 2.166-2.165-2.166z" fill="#eeedc1"/>
|
||||||
|
<path d="M392.43 262.432l2.166 2.166-2.166-2.166z" fill="#e1e18c"/>
|
||||||
|
<path d="M394.596 262.432l2.165 2.166-2.164-2.166z" fill="#d4d456"/>
|
||||||
|
<path d="M420.582 262.432l2.165 2.166-2.165-2.166z" fill="#d9d868"/>
|
||||||
|
<path d="M422.747 262.432l2.166 2.166-2.166-2.166z" fill="#e1e18c"/>
|
||||||
|
<path d="M424.913 262.432l2.165 2.166-2.165-2.166z" fill="#eeedc1"/>
|
||||||
|
<path d="M427.078 262.432l2.166 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||||
|
<path d="M323.134 264.598l2.166 2.165-2.166-2.165z" fill="#f2f1d7"/>
|
||||||
|
<path d="M325.3 264.598l2.165 2.165-2.165-2.165z" fill="#f2f1d2"/>
|
||||||
|
<path d="M327.465 264.598l2.166 2.165-2.165-2.165z" fill="#eeedc1"/>
|
||||||
|
<path d="M337.578 265.312l1.442.722-1.442-.722z" fill="#f2f1d2"/>
|
||||||
|
<path d="M340.458 264.598l2.166 2.165-2.166-2.165z" fill="#fbfaf2"/>
|
||||||
|
<path d="M351.286 264.598l4.33 4.33v-4.33h-4.33z" fill="#fef8f1"/>
|
||||||
|
<path d="M398.927 264.598l2.165 2.165-2.165-2.165z" fill="#f2f1d7"/>
|
||||||
|
<path d="M401.092 264.598l2.166 2.165-2.166-2.165z" fill="#f2f1d2"/>
|
||||||
|
<path d="M403.258 264.598l2.165 2.165-2.165-2.165z" fill="#e5e3af"/>
|
||||||
|
<path d="M406.874 265.312l1.442.722-1.442-.722z" fill="#e5e59d"/>
|
||||||
|
<path d="M409.754 264.598l2.166 2.165-2.166-2.165z" fill="#e0dea1"/>
|
||||||
|
<path d="M413.37 265.312l1.443.722-1.443-.722z" fill="#f2f1d2"/>
|
||||||
|
<path d="M416.25 264.598l2.166 2.165-2.165-2.165z" fill="#fbfaf2"/>
|
||||||
|
<path d="M346.955 266.763l2.165 2.166-2.165-2.167z" fill="#fef8f1"/>
|
||||||
|
<path d="M349.12 266.763l2.166 2.166-2.166-2.167z" fill="#fbbe66"/>
|
||||||
|
<path d="M346.955 268.93l2.165 2.164-2.165-2.165z" fill="#fbc477"/>
|
||||||
|
<path d="M351.286 268.93l2.165 2.164-2.164-2.165z" fill="#fcb144"/>
|
||||||
|
<path d="M346.955 271.094l2.165 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M351.286 271.094l2.165 2.166-2.164-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M344.79 273.26l2.165 2.165-2.166-2.165m8.66 0l2.167 2.165-2.166-2.165z" fill="#fae3c9"/>
|
||||||
|
<path d="M364.28 273.26l2.164 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M366.444 273.26l2.166 2.165-2.166-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M375.106 273.26l2.166 2.165-2.166-2.165z" fill="#fae3c9"/>
|
||||||
|
<path d="M377.272 273.26l2.165 2.165-2.165-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M344.79 275.425l2.165 2.166-2.166-2.165z" fill="#f9d099"/>
|
||||||
|
<path d="M353.45 275.425l2.167 2.166-2.166-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M357.782 275.425l2.166 2.166-2.166-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M359.948 275.425l2.165 2.166-2.165-2.165z" fill="#fbc477"/>
|
||||||
|
<path d="M362.113 275.425l2.166 2.166-2.167-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M379.437 275.425l2.166 2.166-2.166-2.165z" fill="#fcb755"/>
|
||||||
|
<path d="M381.603 275.425l2.165 2.166-2.165-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M344.79 277.59l2.165 2.166-2.166-2.165z" fill="#faca88"/>
|
||||||
|
<path d="M355.617 277.59l2.165 2.166-2.165-2.165m28.15 0l2.167 2.166-2.166-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M385.934 277.59l2.165 2.166-2.166-2.165z" fill="#f8dcbb"/>
|
||||||
|
<path d="M299.314 279.756l2.165 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||||
|
<path d="M344.79 279.756l2.165 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M388.1 279.756l2.165 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M390.265 279.756l2.165 2.166-2.165-2.166z" fill="#f8dcbb"/>
|
||||||
|
<path d="M344.79 281.922l2.165 2.165-2.166-2.165z" fill="#faca88"/>
|
||||||
|
<path d="M394.596 281.922l2.165 2.165-2.164-2.165z" fill="#fcb755"/>
|
||||||
|
<path d="M396.76 281.922l2.167 2.165-2.166-2.165z" fill="#f8dcbb"/>
|
||||||
|
<path d="M342.624 284.087l2.165 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M344.79 284.087l2.165 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M405.423 284.087l2.166 2.166-2.167-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M407.59 284.087l2.164 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M409.754 284.087l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M411.92 284.087l4.33 4.33-4.33-4.33z" fill="#f9d6aa"/>
|
||||||
|
<path d="M414.085 284.087l2.166 2.166-2.165-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M342.624 286.253l2.165 2.165-2.166-2.165z" fill="#fcb144"/>
|
||||||
|
<path d="M372.94 286.253l2.166 2.165-2.165-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M375.106 286.253l2.166 2.165-2.166-2.165zm8.662 0l2.166 2.165-2.166-2.165z" fill="#fbc477"/>
|
||||||
|
<path d="M385.934 286.253l2.165 2.165-2.166-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M340.458 288.418l2.166 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M368.61 288.418l2.165 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M370.775 288.418l2.166 2.166-2.165-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M388.1 288.418l2.165 2.166-2.166-2.166z" fill="#f8dcbb"/>
|
||||||
|
<path d="M390.265 288.418l2.165 2.166-2.165-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M403.258 288.418l2.165 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M405.423 288.418l2.166 2.166-2.167-2.166z" fill="#fcb755"/>
|
||||||
|
<path d="M407.59 288.418l2.164 2.166-2.165-2.166z" fill="#f9d099"/>
|
||||||
|
<path d="M409.754 288.418l2.166 2.166-2.166-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M340.458 290.584l2.166 2.165-2.166-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M366.444 290.584l2.166 2.165-2.166-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M392.43 290.584l2.166 2.165-2.166-2.166z" fill="#f9d099"/>
|
||||||
|
<path d="M401.092 290.584l2.166 2.165-2.166-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M338.293 292.75l2.165 2.165-2.165-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M364.28 292.75l2.164 2.165-2.165-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M394.596 292.75l2.165 2.165-2.164-2.166z" fill="#f9d099"/>
|
||||||
|
<path d="M401.092 292.75l2.166 2.165-2.166-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M338.293 294.915l2.165 2.165-2.165-2.165z" fill="#fbc477"/>
|
||||||
|
<path d="M362.113 294.915l2.166 2.165-2.167-2.165m34.648 0l2.167 2.165-2.166-2.165z" fill="#fcb144"/>
|
||||||
|
<path d="M401.092 294.915l2.166 2.165-2.166-2.165z" fill="#fbbe66"/>
|
||||||
|
<path d="M299.314 297.08l2.165 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||||
|
<path d="M338.293 297.08l2.165 2.166-2.165-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M362.113 297.08l2.166 2.166-2.167-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M396.76 297.08l2.167 2.166-2.166-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M403.258 297.08l2.165 2.166-2.165-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M336.127 299.246l2.166 2.165-2.166-2.164z" fill="#fcf1e4"/>
|
||||||
|
<path d="M359.948 299.246l2.165 2.165-2.165-2.164z" fill="#fbbe66"/>
|
||||||
|
<path d="M398.927 299.246l2.165 2.165-2.165-2.164z" fill="#faca88"/>
|
||||||
|
<path d="M403.258 299.246l2.165 2.165-2.165-2.164z" fill="#f9d099"/>
|
||||||
|
<path d="M336.127 301.41l2.166 2.167-2.166-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M359.948 301.41l2.165 2.167-2.165-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M370.775 301.41l2.166 2.167-2.165-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M372.94 301.41l2.166 2.167-2.165-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M375.106 301.41l2.166 2.167-2.166-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M377.272 301.41l2.165 2.167-2.165-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M398.927 301.41l2.165 2.167-2.165-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M401.092 301.41l2.166 2.167-2.166-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M403.258 301.41l2.165 2.167-2.165-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M336.127 303.577l-2.165 6.496 2.165-6.496z" fill="#faca88"/>
|
||||||
|
<path d="M357.782 303.577l2.166 2.165-2.166-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M359.948 303.577l2.165 2.165-2.165-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M370.775 303.577l2.166 2.165-2.165-2.165z" fill="#f9d099"/>
|
||||||
|
<path d="M379.437 303.577l2.166 2.165-2.166-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M381.603 303.577l2.165 2.165-2.165-2.165z" fill="#fae3c9"/>
|
||||||
|
<path d="M401.092 303.577l2.166 2.165-2.166-2.165z" fill="#f8dcbb"/>
|
||||||
|
<path d="M403.258 303.577l2.165 2.165-2.165-2.165z" fill="#f90"/>
|
||||||
|
<path d="M406.138 305.027l.723 1.444-.722-1.443z" fill="#fbead6"/>
|
||||||
|
<path d="M362.113 305.742l2.166 2.166-2.167-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M364.28 305.742l2.164 2.166-2.165-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M366.444 305.742l2.166 2.166-2.166-2.166z" fill="#faca88"/>
|
||||||
|
<path d="M368.61 305.742l2.165 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M370.775 305.742l2.166 2.166-2.165-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M372.94 305.742l2.166 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M383.768 305.742l2.166 2.166-2.166-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M385.934 305.742l2.165 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M388.1 305.742l2.165 2.166-2.166-2.166z" fill="#faca88"/>
|
||||||
|
<path d="M390.265 305.742l2.165 2.166-2.165-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M393.88 306.457l1.443.722-1.442-.723z" fill="#fae3c9"/>
|
||||||
|
<path d="M396.76 305.742l2.167 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M403.258 305.742l2.165 2.166-2.165-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M310.14 307.908l2.167 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M312.307 307.908l2.165 2.165-2.165-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M368.61 307.908l2.165 2.165-2.165-2.165z" fill="#fcb755"/>
|
||||||
|
<path d="M372.94 307.908l2.166 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M375.106 307.908l2.166 2.165-2.166-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M392.43 307.908l2.166 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M394.596 307.908l-2.166 4.33 2.166-4.33z" fill="#fcb144"/>
|
||||||
|
<path d="M398.927 307.908l2.165 2.165-2.165-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M401.092 307.908l2.166 2.165-2.166-2.165z" fill="#fbbe66"/>
|
||||||
|
<path d="M403.258 307.908l2.165 2.165-2.165-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M310.14 310.073l2.167 2.166-2.166-2.167z" fill="#fae3c9"/>
|
||||||
|
<path d="M312.307 310.073l4.33 4.33-4.33-4.33z" fill="#fe9f11"/>
|
||||||
|
<path d="M314.472 310.073l2.166 2.166-2.166-2.167zm19.49 0l2.165 2.166-2.165-2.167z" fill="#fbead6"/>
|
||||||
|
<path d="M336.127 310.073l2.166 2.166-2.166-2.167z" fill="#fae3c9"/>
|
||||||
|
<path d="M355.617 310.073l2.165 2.166-2.165-2.167z" fill="#fe9f11"/>
|
||||||
|
<path d="M357.782 310.073l2.166 2.166-2.166-2.167z" fill="#fbc477"/>
|
||||||
|
<path d="M359.948 310.073l2.165 2.166-2.165-2.167z" fill="#fea522"/>
|
||||||
|
<path d="M366.444 310.073l2.166 2.166-2.166-2.167z" fill="#fbc477"/>
|
||||||
|
<path d="M368.61 310.073l2.165 2.166-2.165-2.167z" fill="#fef8f1"/>
|
||||||
|
<path d="M377.272 310.073l2.165 2.166-2.165-2.167z" fill="#fbc477"/>
|
||||||
|
<path d="M394.596 310.073l2.165 2.166-2.164-2.167z" fill="#fff"/>
|
||||||
|
<path d="M396.76 310.073l2.167 2.166-2.166-2.167z" fill="#fdab33"/>
|
||||||
|
<path d="M405.423 310.073l2.166 2.166-2.167-2.167z" fill="#fbc477"/>
|
||||||
|
<path d="M310.14 312.24l2.167 2.164-2.166-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M316.638 312.24l2.165 2.164-2.165-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M327.465 312.24l2.166 2.164-2.165-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M338.293 312.24l2.165 2.164-2.165-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M341.91 312.953l1.44.722-1.44-.722z" fill="#f9d6aa"/>
|
||||||
|
<path d="M355.617 312.24l2.165 2.164-2.165-2.165z" fill="#f8dcbb"/>
|
||||||
|
<path d="M362.113 312.24l2.166 2.164-2.167-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M379.437 312.24l2.166 2.164-2.166-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M394.596 312.24l2.165 2.164-2.164-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M407.59 312.24l2.164 2.164-2.165-2.165z" fill="#fcb755"/>
|
||||||
|
<path d="M409.754 312.24l2.166 2.164-2.166-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M292.817 314.404l2.166 2.166-2.166-2.166z" fill="#53527c"/>
|
||||||
|
<path d="M312.307 314.404l2.165 2.166-2.165-2.166z" fill="#fcb755"/>
|
||||||
|
<path d="M316.638 314.404l2.165 2.166-2.165-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M325.3 314.404l2.165 2.166-2.165-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M329.63 314.404l2.166 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M331.796 314.404l2.166 2.166-2.166-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M338.293 314.404l2.165 2.166-2.165-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M340.458 314.404l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M342.624 314.404l2.165 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M353.45 314.404l2.167 2.166-2.166-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M381.603 314.404l2.165 2.166-2.165-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M409.754 314.404l2.166 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M444.402 314.404l2.166 2.166-2.166-2.166z" fill="#8d8d5b"/>
|
||||||
|
<path d="M299.314 316.57l2.165 2.165-2.166-2.165z" fill="#e5e3af"/>
|
||||||
|
<path d="M312.307 316.57l2.165 2.165-2.165-2.165z" fill="#f8dcbb"/>
|
||||||
|
<path d="M318.803 316.57l2.166 2.165-2.167-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M325.3 316.57l2.165 2.165-2.165-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M329.63 316.57l2.166 2.165-2.165-2.165z" fill="#faca88"/>
|
||||||
|
<path d="M338.293 316.57l2.165 2.165-2.165-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M353.45 316.57l2.167 2.165-2.166-2.165m30.318 0l2.166 2.165-2.166-2.165z" fill="#f9d099"/>
|
||||||
|
<path d="M411.92 316.57l2.165 2.165-2.165-2.165z" fill="#fbbe66"/>
|
||||||
|
<path d="M314.472 318.735l2.166 2.166-2.166-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M320.97 318.735l2.164 2.166-2.165-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M323.134 318.735l2.166 2.166-2.166-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M327.465 318.735l2.166 2.166-2.165-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M329.63 318.735l2.166 2.166-2.165-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M340.458 318.735l2.166 2.166-2.166-2.165z" fill="#fbbe66"/>
|
||||||
|
<path d="M353.45 318.735l2.167 2.166-2.166-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M385.934 318.735l2.165 2.166-2.166-2.165z" fill="#fbbe66"/>
|
||||||
|
<path d="M414.085 318.735l2.166 2.166-2.165-2.165z" fill="#f9d099"/>
|
||||||
|
<path d="M314.472 320.9l2.166 2.166-2.166-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M327.465 320.9l2.166 2.166-2.165-2.165z" fill="#f9d099"/>
|
||||||
|
<path d="M340.458 320.9l2.166 2.166-2.166-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M351.286 320.9l2.165 2.166-2.164-2.165m36.813 0l2.165 2.166-2.166-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M416.25 320.9l2.166 2.166-2.165-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M316.638 323.066l2.165 2.166-2.165-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M325.3 323.066l2.165 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M342.624 323.066l2.165 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M351.286 323.066l2.165 2.166-2.164-2.166z" fill="#faca88"/>
|
||||||
|
<path d="M388.1 323.066l2.165 2.166-2.166-2.166z" fill="#f8dcbb"/>
|
||||||
|
<path d="M416.25 323.066l2.166 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M299.314 325.232l2.165 2.165-2.166-2.165z" fill="#d3d079"/>
|
||||||
|
<path d="M316.638 325.232l2.165 2.165-2.165-2.165zm25.986 0l2.165 2.165-2.166-2.165z" fill="#faca88"/>
|
||||||
|
<path d="M351.286 325.232l2.165 2.165-2.164-2.165m36.813 0l2.165 2.165-2.166-2.165z" fill="#fae3c9"/>
|
||||||
|
<path d="M418.416 325.232l2.166 2.165-2.166-2.165z" fill="#f8dcbb"/>
|
||||||
|
<path d="M437.906 325.232l2.165 2.165-2.164-2.165z" fill="#f2f1d7"/>
|
||||||
|
<path d="M445.117 326.682l.723 1.444-.723-1.444z" fill="#58587b"/>
|
||||||
|
<path d="M300.028 328.848l.723 1.443-.722-1.442z" fill="#d9d868"/>
|
||||||
|
<path d="M316.638 327.397l2.165 2.166-2.165-2.166z" fill="#f8dcbb"/>
|
||||||
|
<path d="M385.934 327.397l2.165 2.166-2.166-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M388.1 327.397l2.165 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M418.416 327.397l2.166 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M438.62 328.848l.723 1.443-.723-1.442z" fill="#f2f1d2"/>
|
||||||
|
<path d="M316.638 329.563l2.165 2.165-2.165-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M383.768 329.563l2.166 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M385.934 329.563l2.165 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M392.43 329.563l-2.165 4.33 2.165-4.33z" fill="#fdab33"/>
|
||||||
|
<path d="M394.596 329.563l2.165 2.165-2.164-2.165z" fill="#fcb755"/>
|
||||||
|
<path d="M420.582 329.563l2.165 2.165-2.165-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M422.747 329.563l2.166 2.165-2.166-2.165z" fill="#f9d099"/>
|
||||||
|
<path d="M444.402 329.563l2.166 2.165-2.166-2.165z" fill="#53527c"/>
|
||||||
|
<path d="M295.697 333.18l.723 1.44-.723-1.44z" fill="#808067"/>
|
||||||
|
<path d="M318.803 331.728l2.166 2.166-2.167-2.166m6.497 0l2.165 2.166-2.165-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M349.12 331.728l2.166 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M383.768 331.728l2.166 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M392.43 331.728l2.166 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M396.76 331.728l2.167 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M424.913 331.728l2.165 2.166-2.165-2.166z" fill="#fcb755"/>
|
||||||
|
<path d="M427.078 331.728l4.33 4.33-4.33-4.33z" fill="#fef8f1"/>
|
||||||
|
<path d="M438.62 333.18l.723 1.44-.723-1.44z" fill="#e5e59d"/>
|
||||||
|
<path d="M445.117 333.18l.723 1.44-.723-1.44z" fill="#32327b"/>
|
||||||
|
<path d="M319.518 335.344l.723 1.443-.722-1.443z" fill="#fcb755"/>
|
||||||
|
<path d="M327.465 333.894l2.166 2.165-2.165-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M349.12 333.894l2.166 2.165-2.166-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M383.768 333.894l2.166 2.165-2.166-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M388.1 333.894l2.165 2.165-2.166-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M390.265 333.894l2.165 2.165-2.165-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M396.76 333.894l2.167 2.165-2.166-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M427.078 333.894l2.166 2.165-2.166-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M294.983 336.06l2.165 2.165-2.165-2.166z" fill="#667"/>
|
||||||
|
<path d="M301.48 336.06l2.165 2.165-2.166-2.166z" fill="#f6f6e4"/>
|
||||||
|
<path d="M327.465 336.06l2.166 2.165-2.165-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M344.79 336.06l2.165 2.165-2.166-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M346.955 336.06l2.165 2.165-2.165-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M349.12 336.06l2.166 2.165-2.166-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M385.934 336.06l2.165 2.165-2.166-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M388.1 336.06l2.165 2.165-2.166-2.166m10.827 0l2.165 2.165-2.165-2.166z" fill="#faca88"/>
|
||||||
|
<path d="M429.244 336.06l2.165 2.165-2.166-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M437.906 336.06l2.165 2.165-2.164-2.166z" fill="#dddc7a"/>
|
||||||
|
<path d="M294.983 338.225l2.165 2.165-2.165-2.165z" fill="#58587b"/>
|
||||||
|
<path d="M301.48 338.225l2.165 2.165-2.166-2.165z" fill="#f2f1d2"/>
|
||||||
|
<path d="M319.518 339.675l.723 1.443-.722-1.443z" fill="#fcb144"/>
|
||||||
|
<path d="M327.465 338.225l2.166 2.165-2.165-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M349.12 338.225l2.166 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M351.286 338.225l2.165 2.165-2.164-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M355.617 338.225l2.165 2.165-2.165-2.165z" fill="#fcb144"/>
|
||||||
|
<path d="M357.782 338.225l2.166 2.165-2.166-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M385.934 338.225l2.165 2.165-2.166-2.165z" fill="#f8dcbb"/>
|
||||||
|
<path d="M388.1 338.225l2.165 2.165-2.166-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M398.927 338.225l2.165 2.165-2.165-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M401.092 338.225l2.166 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M431.41 338.225l2.165 2.165-2.166-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M437.906 338.225l2.165 2.165-2.164-2.165z" fill="#d9d868"/>
|
||||||
|
<path d="M294.983 340.39l2.165 2.166-2.165-2.166z" fill="#3a3a7c"/>
|
||||||
|
<path d="M301.48 340.39l2.165 2.166-2.166-2.166z" fill="#e5e3af"/>
|
||||||
|
<path d="M329.63 340.39l2.166 2.166-2.165-2.166z" fill="#faca88"/>
|
||||||
|
<path d="M351.286 340.39l2.165 2.166-2.164-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M357.782 340.39l2.166 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M359.948 340.39l2.165 2.166-2.165-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M383.768 340.39l2.166 2.166-2.166-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M385.934 340.39l2.165 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M388.1 340.39l2.165 2.166-2.166-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M401.092 340.39l2.166 2.166-2.166-2.166m17.324 0l2.166 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M420.582 340.39l2.165 2.166-2.165-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M422.747 340.39l2.166 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M424.913 340.39l2.165 2.166-2.165-2.166z" fill="#f8dcbb"/>
|
||||||
|
<path d="M427.078 340.39l2.166 2.166-2.166-2.166z" fill="#fcb755"/>
|
||||||
|
<path d="M431.41 340.39l2.165 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M442.237 340.39l2.165 2.166-2.165-2.166z" fill="#808067"/>
|
||||||
|
<path d="M294.983 342.556l2.165 2.165-2.165-2.164z" fill="#32327b"/>
|
||||||
|
<path d="M297.863 344.006l.723 1.443-.723-1.444z" fill="#a4a43d"/>
|
||||||
|
<path d="M301.48 342.556l2.165 2.165-2.166-2.164z" fill="#e5e59d"/>
|
||||||
|
<path d="M318.803 342.556l2.166 2.165-2.167-2.164z" fill="#fbc477"/>
|
||||||
|
<path d="M331.796 342.556l2.166 2.165-2.166-2.164z" fill="#f9d6aa"/>
|
||||||
|
<path d="M353.45 342.556l2.167 2.165-2.166-2.164z" fill="#fbbe66"/>
|
||||||
|
<path d="M359.948 342.556l2.165 2.165-2.165-2.164z" fill="#f9d099"/>
|
||||||
|
<path d="M379.437 342.556l2.166 2.165-2.166-2.164z" fill="#fae3c9"/>
|
||||||
|
<path d="M381.603 342.556l2.165 2.165-2.165-2.164z" fill="#fcb144"/>
|
||||||
|
<path d="M390.265 342.556l2.165 2.165-2.165-2.164z" fill="#fae3c9"/>
|
||||||
|
<path d="M401.092 342.556l2.166 2.165-2.166-2.164z" fill="#f8dcbb"/>
|
||||||
|
<path d="M418.416 342.556l2.166 2.165-2.166-2.164z" fill="#f9d099"/>
|
||||||
|
<path d="M429.244 342.556l2.165 2.165-2.166-2.164z" fill="#fbc477"/>
|
||||||
|
<path d="M431.41 342.556l2.165 2.165-2.166-2.164z" fill="#fbead6"/>
|
||||||
|
<path d="M442.237 342.556l2.165 2.165-2.165-2.164z" fill="#737370"/>
|
||||||
|
<path d="M301.48 344.72l2.165 2.167-2.166-2.166z" fill="#d9d868"/>
|
||||||
|
<path d="M318.803 344.72l2.166 2.167-2.167-2.166z" fill="#f9d099"/>
|
||||||
|
<path d="M333.962 344.72l2.165 2.167-2.165-2.166m19.49 0l2.165 2.167-2.166-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M359.948 344.72l2.165 2.167-2.165-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M370.775 344.72l2.166 2.167-2.165-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M372.94 344.72l2.166 2.167-2.165-2.166z" fill="#f8dcbb"/>
|
||||||
|
<path d="M375.106 344.72l2.166 2.167-2.166-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M377.272 344.72l2.165 2.167-2.165-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M390.265 344.72l2.165 2.167-2.165-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M435.74 344.72l2.166 2.167-2.166-2.166z" fill="#f2f1d2"/>
|
||||||
|
<path d="M442.237 344.72l2.165 2.167-2.165-2.166z" fill="#58587b"/>
|
||||||
|
<path d="M297.148 346.887l2.166 2.165-2.166-2.165z" fill="#99994e"/>
|
||||||
|
<path d="M301.48 346.887l2.165 2.165-2.166-2.165z" fill="#d0d045"/>
|
||||||
|
<path d="M336.127 346.887l2.166 2.165-2.166-2.165z" fill="#fcb144"/>
|
||||||
|
<path d="M338.293 346.887l2.165 2.165-2.165-2.165z" fill="#fae3c9"/>
|
||||||
|
<path d="M353.45 346.887l2.167 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M362.113 346.887l2.166 2.165-2.167-2.165z" fill="#fcb755"/>
|
||||||
|
<path d="M364.28 346.887l2.164 2.165-2.165-2.165z" fill="#fbc477"/>
|
||||||
|
<path d="M366.444 346.887l2.166 2.165-2.166-2.165z" fill="#fcb144"/>
|
||||||
|
<path d="M368.61 346.887l2.165 2.165-2.165-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M385.934 346.887l2.165 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M388.1 346.887l2.165 2.165-2.166-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M418.416 346.887l2.166 2.165-2.166-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M435.74 346.887l2.166 2.165-2.166-2.165z" fill="#e0dea1"/>
|
||||||
|
<path d="M442.237 346.887l2.165 2.165-2.165-2.165z" fill="#3a3a7c"/>
|
||||||
|
<path d="M297.148 349.052l2.166 2.166-2.166-2.166z" fill="#737370"/>
|
||||||
|
<path d="M303.645 349.052l2.165 2.166-2.165-2.166z" fill="#fbfaf2"/>
|
||||||
|
<path d="M320.97 349.052l2.164 2.166-2.165-2.166z" fill="#fea522"/>
|
||||||
|
<path d="M340.458 349.052l2.166 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M342.624 349.052l2.165 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M344.79 349.052l2.165 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M346.955 349.052l2.165 2.166-2.165-2.166z" fill="#faca88"/>
|
||||||
|
<path d="M349.12 349.052l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M351.286 349.052l2.165 2.166-2.164-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M353.45 349.052l2.167 2.166-2.166-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M383.768 349.052l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M385.934 349.052l2.165 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M416.25 349.052l2.166 2.166-2.165-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M435.74 349.052l2.166 2.166-2.166-2.166z" fill="#e1e18c"/>
|
||||||
|
<path d="M440.786 350.503l.723 1.442-.724-1.442z" fill="#a4a43d"/>
|
||||||
|
<path d="M442.237 349.052l2.165 2.166-2.165-2.166z" fill="#262678"/>
|
||||||
|
<path d="M297.148 351.218l2.166 2.165-2.166-2.165z" fill="#58587b"/>
|
||||||
|
<path d="M303.645 351.218l2.165 2.165-2.165-2.165z" fill="#f2f1d2"/>
|
||||||
|
<path d="M320.97 351.218l2.164 2.165-2.165-2.165z" fill="#faca88"/>
|
||||||
|
<path d="M379.437 351.218l2.166 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M381.603 351.218l2.165 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M401.092 351.218l2.166 2.165-2.166-2.165z" fill="#fbc477"/>
|
||||||
|
<path d="M416.25 351.218l2.166 2.165-2.165-2.165z" fill="#faca88"/>
|
||||||
|
<path d="M435.74 351.218l2.166 2.165-2.166-2.165z" fill="#d4d456"/>
|
||||||
|
<path d="M297.148 353.383l2.166 2.166-2.166-2.167z" fill="#32327b"/>
|
||||||
|
<path d="M303.645 353.383l2.165 2.166-2.165-2.167z" fill="#e5e59d"/>
|
||||||
|
<path d="M320.97 353.383l2.164 2.166-2.165-2.167z" fill="#fef8f1"/>
|
||||||
|
<path d="M323.134 353.383l2.166 2.166-2.166-2.167z" fill="#fe9f11"/>
|
||||||
|
<path d="M379.437 353.383l2.166 2.166-2.166-2.167z" fill="#fbead6"/>
|
||||||
|
<path d="M401.092 353.383l2.166 2.166-2.166-2.167z" fill="#fea522"/>
|
||||||
|
<path d="M416.25 353.383l2.166 2.166-2.165-2.167z" fill="#fcf1e4"/>
|
||||||
|
<path d="M440.07 353.383l2.167 2.166-2.166-2.167z" fill="#808067"/>
|
||||||
|
<path d="M297.148 355.55l2.166 2.164-2.166-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M299.314 355.55l2.165 2.164-2.166-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M303.645 355.55l2.165 2.164-2.165-2.165z" fill="#d9d868"/>
|
||||||
|
<path d="M323.134 355.55l2.166 2.164-2.166-2.165z" fill="#f8dcbb"/>
|
||||||
|
<path d="M398.927 355.55l2.165 2.164-2.165-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M414.085 355.55l2.166 2.164-2.165-2.165z" fill="#faca88"/>
|
||||||
|
<path d="M433.575 355.55l2.165 2.164-2.165-2.165z" fill="#f2f1d2"/>
|
||||||
|
<path d="M440.07 355.55l2.167 2.164-2.166-2.165z" fill="#58587b"/>
|
||||||
|
<path d="M299.314 357.714l2.165 2.166-2.166-2.166z" fill="#8d8d5b"/>
|
||||||
|
<path d="M325.3 357.714l2.165 2.166-2.165-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M368.61 357.714l2.165 2.166-2.165-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M370.775 357.714l2.166 2.166-2.165-2.166z" fill="#fff"/>
|
||||||
|
<path d="M374.39 358.43l1.444.722-1.443-.723z" fill="#fcb144"/>
|
||||||
|
<path d="M396.76 357.714l-2.164 4.33 2.165-4.33z" fill="#fef8f1"/>
|
||||||
|
<path d="M398.927 357.714l2.165 2.166-2.165-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M411.92 357.714l-2.166 4.33 2.166-4.33z" fill="#fdab33"/>
|
||||||
|
<path d="M433.575 357.714l2.165 2.166-2.165-2.166z" fill="#e5e59d"/>
|
||||||
|
<path d="M440.07 357.714l2.167 2.166-2.166-2.166z" fill="#3a3a7c"/>
|
||||||
|
<path d="M299.314 359.88l2.165 2.165-2.166-2.165z" fill="#667"/>
|
||||||
|
<path d="M305.81 359.88l2.166 2.165-2.166-2.165z" fill="#f2f1d2"/>
|
||||||
|
<path d="M327.465 359.88l2.166 2.165-2.165-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M368.61 359.88l2.165 2.165-2.165-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M370.775 359.88l2.166 2.165-2.165-2.165z" fill="#faca88"/>
|
||||||
|
<path d="M372.94 359.88l2.166 2.165-2.165-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M375.106 359.88l2.166 2.165-2.166-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M396.76 359.88l2.167 2.165-2.166-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M411.92 359.88l2.165 2.165-2.165-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M433.575 359.88l2.165 2.165-2.165-2.165z" fill="#d9d868"/>
|
||||||
|
<path d="M437.906 359.88l2.165 2.165-2.164-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M440.07 359.88l2.167 2.165-2.166-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M299.314 362.045l2.165 2.166-2.166-2.165z" fill="#3a3a7c"/>
|
||||||
|
<path d="M305.81 362.045l2.166 2.166-2.166-2.165z" fill="#e5e59d"/>
|
||||||
|
<path d="M329.63 362.045l4.332 4.33-4.33-4.33z" fill="#fae3c9"/>
|
||||||
|
<path d="M331.796 362.045l2.166 2.166-2.166-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M372.94 362.045l2.166 2.166-2.165-2.165z" fill="#f8dcbb"/>
|
||||||
|
<path d="M392.43 362.045l2.166 2.166-2.166-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M394.596 362.045l2.165 2.166-2.164-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M407.59 362.045l2.164 2.166-2.165-2.165z" fill="#fcb144"/>
|
||||||
|
<path d="M409.754 362.045l2.166 2.166-2.166-2.165z" fill="#fef8f1"/>
|
||||||
|
<path d="M431.41 362.045l2.165 2.166-2.166-2.165z" fill="#fbfaf2"/>
|
||||||
|
<path d="M437.906 362.045l2.165 2.166-2.164-2.165z" fill="#8d8d5b"/>
|
||||||
|
<path d="M299.314 364.21l2.165 2.166-2.166-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M301.48 364.21l2.165 2.166-2.166-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M305.81 364.21l2.166 2.166-2.166-2.165z" fill="#d4d456"/>
|
||||||
|
<path d="M370.775 364.21l2.166 2.166-2.165-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M390.265 364.21l2.165 2.166-2.165-2.165z" fill="#f9d099"/>
|
||||||
|
<path d="M392.43 364.21l2.166 2.166-2.166-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M405.423 364.21l2.166 2.166-2.167-2.165z" fill="#faca88"/>
|
||||||
|
<path d="M431.41 364.21l2.165 2.166-2.166-2.165z" fill="#eeedc1"/>
|
||||||
|
<path d="M437.906 364.21l2.165 2.166-2.164-2.165z" fill="#58587b"/>
|
||||||
|
<path d="M301.48 366.376l2.165 2.166-2.166-2.166z" fill="#737370"/>
|
||||||
|
<path d="M307.976 366.376l2.165 2.166-2.164-2.166z" fill="#f6f6e4"/>
|
||||||
|
<path d="M331.796 366.376l2.166 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M366.444 366.376l2.166 2.166-2.166-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M369.324 367.827l.723 1.442-.723-1.443z" fill="#f8dcbb"/>
|
||||||
|
<path d="M385.934 366.376l2.165 2.166-2.166-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M388.1 366.376l2.165 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M401.092 366.376l2.166 2.166-2.166-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M403.258 366.376l2.165 2.166-2.165-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M431.41 366.376l2.165 2.166-2.166-2.166z" fill="#d3d079"/>
|
||||||
|
<path d="M435.74 366.376l2.166 2.166-2.166-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M437.906 366.376l2.165 2.166-2.164-2.166z" fill="#262678"/>
|
||||||
|
<path d="M301.48 368.542l2.165 2.165-2.166-2.165z" fill="#49497d"/>
|
||||||
|
<path d="M307.976 368.542l2.165 2.165-2.164-2.165z" fill="#e0dea1"/>
|
||||||
|
<path d="M329.63 368.542l2.166 2.165-2.165-2.165z" fill="#fae3c9"/>
|
||||||
|
<path d="M359.948 368.542l2.165 2.165-2.165-2.165z" fill="#fdab33"/>
|
||||||
|
<path d="M362.113 368.542l2.166 2.165-2.167-2.165z" fill="#fbc477"/>
|
||||||
|
<path d="M364.28 368.542l2.164 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M370.775 368.542l2.166 2.165-2.165-2.165z" fill="#fcb144"/>
|
||||||
|
<path d="M398.927 368.542l2.165 2.165-2.165-2.165z" fill="#f9d6aa"/>
|
||||||
|
<path d="M435.74 368.542l2.166 2.165-2.166-2.165z" fill="#99994e"/>
|
||||||
|
<path d="M301.48 370.707l2.165 2.166-2.166-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M303.645 370.707l2.165 2.166-2.165-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M307.976 370.707l2.165 2.166-2.164-2.166z" fill="#d4d456"/>
|
||||||
|
<path d="M327.465 370.707l2.166 2.166-2.165-2.166z" fill="#f9d099"/>
|
||||||
|
<path d="M329.63 370.707l2.166 2.166-2.165-2.166m10.828 0l2.166 2.166-2.166-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M342.624 370.707l2.165 2.166-2.166-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M344.79 370.707l2.165 2.166-2.166-2.166z" fill="#f9d099"/>
|
||||||
|
<path d="M353.45 370.707l2.167 2.166-2.166-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M355.617 370.707l2.165 2.166-2.165-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M357.782 370.707l2.166 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M375.106 370.707l2.166 2.166-2.166-2.166z" fill="#fbead6"/>
|
||||||
|
<path d="M377.272 370.707l2.165 2.166-2.165-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M379.437 370.707l2.166 2.166-2.166-2.166z" fill="#faca88"/>
|
||||||
|
<path d="M381.603 370.707l2.165 2.166-2.165-2.166z" fill="#fbc477"/>
|
||||||
|
<path d="M383.768 370.707l2.166 2.166-2.166-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M394.596 370.707l2.165 2.166-2.164-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M396.76 370.707l2.167 2.166-2.166-2.166z" fill="#f9d6aa"/>
|
||||||
|
<path d="M429.244 370.707l2.165 2.166-2.166-2.166z" fill="#e5e3af"/>
|
||||||
|
<path d="M435.74 370.707l2.166 2.166-2.166-2.166z" fill="#667"/>
|
||||||
|
<path d="M303.645 372.873l2.165 2.165-2.165-2.165z" fill="#737370"/>
|
||||||
|
<path d="M310.14 372.873l2.167 2.165-2.166-2.165z" fill="#f2f1d7"/>
|
||||||
|
<path d="M325.3 372.873l2.165 2.165-2.165-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M336.127 372.873l2.166 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M338.293 372.873l2.165 2.165-2.165-2.165z" fill="#fbbe66"/>
|
||||||
|
<path d="M340.458 372.873l2.166 2.165-2.166-2.165z" fill="#fcf1e4"/>
|
||||||
|
<path d="M392.43 372.873l2.166 2.165-2.166-2.165z" fill="#fea522"/>
|
||||||
|
<path d="M394.596 372.873l2.165 2.165-2.164-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M429.244 372.873l2.165 2.165-2.166-2.165z" fill="#dddc7a"/>
|
||||||
|
<path d="M433.575 372.873l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M435.74 372.873l2.166 2.165-2.166-2.165z" fill="#262678"/>
|
||||||
|
<path d="M303.645 375.038l2.165 2.166-2.165-2.166z" fill="#49497d"/>
|
||||||
|
<path d="M306.525 376.49l.723 1.44-.723-1.44z" fill="#a4a43d"/>
|
||||||
|
<path d="M310.14 375.038l2.167 2.166-2.166-2.166z" fill="#d3d079"/>
|
||||||
|
<path d="M327.465 375.038l2.166 2.166-2.165-2.166z" fill="#f9d099"/>
|
||||||
|
<path d="M329.63 375.038l2.166 2.166-2.165-2.166z" fill="#fcb144"/>
|
||||||
|
<path d="M331.796 375.038l2.166 2.166-2.166-2.166z" fill="#faca88"/>
|
||||||
|
<path d="M333.962 375.038l2.165 2.166-2.165-2.166z" fill="#f8dcbb"/>
|
||||||
|
<path d="M336.127 375.038l2.166 2.166-2.166-2.166z" fill="#fef8f1"/>
|
||||||
|
<path d="M383.768 375.038l2.166 2.166-2.166-2.166z" fill="#f8dcbb"/>
|
||||||
|
<path d="M392.43 375.038l2.166 2.166-2.166-2.166z" fill="#fcf1e4"/>
|
||||||
|
<path d="M427.078 375.038l2.166 2.166-2.166-2.166z" fill="#f6f6e4"/>
|
||||||
|
<path d="M433.575 375.038l2.165 2.166-2.165-2.166z" fill="#8d8d5b"/>
|
||||||
|
<path d="M312.307 377.204l2.165 2.165-2.165-2.166z" fill="#fbfaf2"/>
|
||||||
|
<path d="M383.768 377.204l2.166 2.165-2.166-2.166z" fill="#fbbe66"/>
|
||||||
|
<path d="M390.265 377.204l2.165 2.165-2.165-2.166z" fill="#faca88"/>
|
||||||
|
<path d="M427.078 377.204l2.166 2.165-2.166-2.166z" fill="#e1e18c"/>
|
||||||
|
<path d="M433.575 377.204l2.165 2.165-2.165-2.166z" fill="#49497d"/>
|
||||||
|
<path d="M305.81 379.37l2.166 2.165-2.166-2.166z" fill="#58587b"/>
|
||||||
|
<path d="M312.307 379.37l2.165 2.165-2.165-2.166z" fill="#e5e59d"/>
|
||||||
|
<path d="M383.768 379.37l2.166 2.165-2.166-2.166z" fill="#fe9f11"/>
|
||||||
|
<path d="M388.1 379.37l2.165 2.165-2.166-2.166z" fill="#fdab33"/>
|
||||||
|
<path d="M424.913 379.37l2.165 2.165-2.165-2.166z" fill="#fbfaf2"/>
|
||||||
|
<path d="M431.41 379.37l2.165 2.165-2.166-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M433.575 379.37l2.165 2.165-2.165-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M305.81 381.535l2.166 2.165-2.166-2.165z" fill="#1b1b74"/>
|
||||||
|
<path d="M307.976 381.535l2.165 2.165-2.164-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M312.307 381.535l2.165 2.165-2.165-2.165z" fill="#d0d045"/>
|
||||||
|
<path d="M381.603 381.535l2.165 2.165-2.165-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M385.934 381.535l2.165 2.165-2.166-2.165z" fill="#fe9f11"/>
|
||||||
|
<path d="M388.1 381.535l2.165 2.165-2.166-2.165z" fill="#fbead6"/>
|
||||||
|
<path d="M424.913 381.535l2.165 2.165-2.165-2.165z" fill="#e5e59d"/>
|
||||||
|
<path d="M431.41 381.535l2.165 2.165-2.166-2.165z" fill="#667"/>
|
||||||
|
<path d="M307.976 383.7l2.165 2.166-2.164-2.166z" fill="#6e6c70"/>
|
||||||
|
<path d="M314.472 383.7l2.166 2.166-2.166-2.166z" fill="#e5e3af"/>
|
||||||
|
<path d="M382.317 385.15l.723 1.443-.723-1.442z" fill="#faca88"/>
|
||||||
|
<path d="M385.934 383.7l2.165 2.166-2.166-2.166z" fill="#fae3c9"/>
|
||||||
|
<path d="M422.747 383.7l2.166 2.166-2.166-2.166z" fill="#fbfaf2"/>
|
||||||
|
<path d="M429.244 383.7l2.165 2.166-2.166-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M431.41 383.7l2.165 2.166-2.166-2.166m-123.434 2.166l2.165 2.165-2.164-2.164z" fill="#1b1b74"/>
|
||||||
|
<path d="M310.14 385.866l2.167 2.165-2.166-2.164z" fill="#a4a43d"/>
|
||||||
|
<path d="M314.472 385.866l2.166 2.165-2.166-2.164z" fill="#d0d045"/>
|
||||||
|
<path d="M316.638 385.866l2.165 2.165-2.165-2.164z" fill="#fbfaf2"/>
|
||||||
|
<path d="M383.768 385.866l2.166 2.165-2.166-2.164z" fill="#f9d6aa"/>
|
||||||
|
<path d="M422.747 385.866l2.166 2.165-2.166-2.164z" fill="#e5e59d"/>
|
||||||
|
<path d="M429.244 385.866l2.165 2.165-2.166-2.164M310.14 388.03l2.167 2.167-2.166-2.166z" fill="#6e6c70"/>
|
||||||
|
<path d="M316.638 388.03l2.165 2.167-2.165-2.166z" fill="#8cbf84"/>
|
||||||
|
<path d="M317.57 388.03c7.52 15.83 34.12 53.17 54.44 52.443 19.734-.706 42.02-37.14 50.737-52.442H317.57z" fill="#0cf"/>
|
||||||
|
<path d="M427.078 388.03l2.166 2.167-2.166-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M429.244 388.03l2.165 2.167-2.166-2.166m-119.103 2.167l2.167 2.165-2.166-2.165z" fill="#1b1b74"/>
|
||||||
|
<path d="M312.307 390.197l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M316.638 390.197l2.165 2.165-2.165-2.165z" fill="#adb333"/>
|
||||||
|
<path d="M318.803 390.197l2.166 2.165-2.167-2.165z" fill="#1ac5b5"/>
|
||||||
|
<path d="M420.582 390.197l2.165 2.165-2.165-2.165z" fill="#68b070"/>
|
||||||
|
<path d="M427.078 390.197l2.166 2.165-2.166-2.165z" fill="#667"/>
|
||||||
|
<path d="M312.307 392.362l2.165 2.166-2.165-2.166z" fill="#58587b"/>
|
||||||
|
<path d="M318.803 392.362l2.166 2.166-2.167-2.166z" fill="#7fb15c"/>
|
||||||
|
<path d="M418.416 392.362l2.166 2.166-2.166-2.166z" fill="#27c2aa"/>
|
||||||
|
<path d="M424.913 392.362l-2.166 4.33 2.166-4.33z" fill="#a4a43d"/>
|
||||||
|
<path d="M427.078 392.362l2.166 2.166-2.166-2.166m-114.77 2.166l2.164 2.165-2.165-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M314.472 394.528l4.33 4.33-4.33-4.33z" fill="#a4a43d"/>
|
||||||
|
<path d="M320.97 394.528l2.164 2.165-2.165-2.165z" fill="#34be9e"/>
|
||||||
|
<path d="M418.416 394.528l2.166 2.165-2.166-2.165z" fill="#96b247"/>
|
||||||
|
<path d="M424.913 394.528l2.165 2.165-2.165-2.165z" fill="#53527c"/>
|
||||||
|
<path d="M314.472 396.693l2.166 2.166-2.166-2.167z" fill="#3a3a7c"/>
|
||||||
|
<path d="M320.97 396.693l2.164 2.166-2.165-2.167z" fill="#a2b23d"/>
|
||||||
|
<path d="M323.134 396.693l2.166 2.166-2.166-2.167z" fill="#0dc9c1"/>
|
||||||
|
<path d="M416.25 396.693l2.166 2.166-2.165-2.167z" fill="#5bb47c"/>
|
||||||
|
<path d="M422.747 396.693l2.166 2.166-2.166-2.167z" fill="#8d8d5b"/>
|
||||||
|
<path d="M316.638 398.86l2.165 2.164-2.165-2.165z" fill="#737370"/>
|
||||||
|
<path d="M323.134 398.86l2.166 2.164-2.166-2.165z" fill="#74b166"/>
|
||||||
|
<path d="M414.085 398.86l2.166 2.164-2.165-2.165z" fill="#27c2aa"/>
|
||||||
|
<path d="M420.582 398.86l-2.166 4.33 2.166-4.33z" fill="#a4a43d"/>
|
||||||
|
<path d="M422.747 398.86l2.166 2.164-2.166-2.165z" fill="#262678"/>
|
||||||
|
<path d="M316.638 401.024l2.165 2.166-2.165-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M318.803 401.024l4.33 4.33-4.33-4.33z" fill="#a4a43d"/>
|
||||||
|
<path d="M325.3 401.024l2.165 2.166-2.165-2.166z" fill="#42bb92"/>
|
||||||
|
<path d="M411.92 401.024l2.165 2.166-2.165-2.166z" fill="#0dc9c1"/>
|
||||||
|
<path d="M414.085 401.024l2.166 2.166-2.165-2.166z" fill="#96b247"/>
|
||||||
|
<path d="M420.582 401.024l2.165 2.166-2.165-2.166z" fill="#58587b"/>
|
||||||
|
<path d="M318.803 403.19l2.166 2.165-2.167-2.165z" fill="#3a3a7c"/>
|
||||||
|
<path d="M325.3 403.19l2.165 2.165-2.165-2.165z" fill="#adb333"/>
|
||||||
|
<path d="M327.465 403.19l2.166 2.165-2.165-2.165z" fill="#27c2aa"/>
|
||||||
|
<path d="M411.92 403.19l2.165 2.165-2.165-2.165z" fill="#74b166"/>
|
||||||
|
<path d="M418.416 403.19l2.166 2.165-2.166-2.165z" fill="#8d8d5b"/>
|
||||||
|
<path d="M320.97 405.355l2.164 2.166-2.165-2.165z" fill="#6e6c70"/>
|
||||||
|
<path d="M327.465 405.355l2.166 2.166-2.165-2.165z" fill="#96b247"/>
|
||||||
|
<path d="M329.63 405.355l2.166 2.166-2.165-2.165z" fill="#0dc9c1"/>
|
||||||
|
<path d="M409.754 405.355l2.166 2.166-2.166-2.165z" fill="#42bb92"/>
|
||||||
|
<path d="M416.25 405.355l-4.33 6.497 4.33-6.497z" fill="#a4a43d"/>
|
||||||
|
<path d="M418.416 405.355l2.166 2.166-2.166-2.165z" fill="#1b1b74"/>
|
||||||
|
<path d="M320.97 407.52l2.164 2.166-2.165-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M323.134 407.52l2.166 2.166-2.166-2.165z" fill="#8d8d5b"/>
|
||||||
|
<path d="M329.63 407.52l2.166 2.166-2.165-2.165z" fill="#7fb15c"/>
|
||||||
|
<path d="M407.59 407.52l2.164 2.166-2.165-2.165z" fill="#34be9e"/>
|
||||||
|
<path d="M416.25 407.52l2.166 2.166-2.165-2.165z" fill="#3a3a7c"/>
|
||||||
|
<path d="M323.134 409.686l2.166 2.166-2.166-2.166z" fill="#1b1b74"/>
|
||||||
|
<path d="M325.3 409.686l23.82 23.82-23.82-23.82z" fill="#a4a43d"/>
|
||||||
|
<path d="M331.796 409.686l2.166 2.166-2.166-2.166z" fill="#74b166"/>
|
||||||
|
<path d="M405.423 409.686l2.166 2.166-2.167-2.166z" fill="#27c2aa"/>
|
||||||
|
<path d="M407.59 409.686l2.164 2.166-2.165-2.166z" fill="#adb333"/>
|
||||||
|
<path d="M414.085 409.686l2.166 2.166-2.165-2.166z" fill="#667"/>
|
||||||
|
<path d="M325.3 411.852l2.165 2.165-2.165-2.165z" fill="#32327b"/>
|
||||||
|
<path d="M333.962 411.852l2.165 2.165-2.165-2.165z" fill="#42bb92"/>
|
||||||
|
<path d="M403.258 411.852l-8.662 10.827 8.662-10.828z" fill="#0dc9c1"/>
|
||||||
|
<path d="M405.423 411.852l2.166 2.165-2.167-2.165z" fill="#adb333"/>
|
||||||
|
<path d="M411.92 411.852l2.165 2.165-2.165-2.165z" fill="#737370"/>
|
||||||
|
<path d="M327.465 414.017l2.166 2.166-2.165-2.166z" fill="#49497d"/>
|
||||||
|
<path d="M336.127 414.017l2.166 2.166-2.166-2.166z" fill="#42bb92"/>
|
||||||
|
<path d="M403.258 414.017l2.165 2.166-2.165-2.166z" fill="#96b247"/>
|
||||||
|
<path d="M409.754 414.017l-2.165 4.33 2.164-4.33z" fill="#8d8d5b"/>
|
||||||
|
<path d="M411.92 414.017l2.165 2.166-2.165-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M329.63 416.183l2.166 2.165-2.165-2.165z" fill="#53527c"/>
|
||||||
|
<path d="M338.293 416.183l2.165 2.165-2.165-2.165z" fill="#42bb92"/>
|
||||||
|
<path d="M401.092 416.183l2.166 2.165-2.166-2.165z" fill="#96b247"/>
|
||||||
|
<path d="M409.754 416.183l2.166 2.165-2.166-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M331.796 418.348l2.166 2.166-2.166-2.166z" fill="#6e6c70"/>
|
||||||
|
<path d="M340.458 418.348l2.166 2.166-2.166-2.166z" fill="#42bb92"/>
|
||||||
|
<path d="M398.927 418.348l2.165 2.166-2.165-2.166z" fill="#96b247"/>
|
||||||
|
<path d="M405.423 418.348l-4.33 6.497 4.33-6.497z" fill="#a4a43d"/>
|
||||||
|
<path d="M407.59 418.348l2.164 2.166-2.165-2.166z" fill="#262678"/>
|
||||||
|
<path d="M333.962 420.514l2.165 2.165-2.165-2.166z" fill="#6e6c70"/>
|
||||||
|
<path d="M342.624 420.514l2.165 2.165-2.166-2.166z" fill="#42bb92"/>
|
||||||
|
<path d="M396.76 420.514l2.167 2.165-2.166-2.166z" fill="#96b247"/>
|
||||||
|
<path d="M405.423 420.514l2.166 2.165-2.167-2.166z" fill="#262678"/>
|
||||||
|
<path d="M336.127 422.68l2.166 2.165-2.166-2.166z" fill="#6e6c70"/>
|
||||||
|
<path d="M344.79 422.68l2.165 2.165-2.166-2.166z" fill="#68b070"/>
|
||||||
|
<path d="M392.43 422.68l2.166 2.165-2.166-2.166z" fill="#27c2aa"/>
|
||||||
|
<path d="M394.596 422.68l2.165 2.165-2.164-2.166z" fill="#adb333"/>
|
||||||
|
<path d="M403.258 422.68l2.165 2.165-2.165-2.166z" fill="#262678"/>
|
||||||
|
<path d="M338.293 424.845l2.165 2.165-2.165-2.165z" fill="#667"/>
|
||||||
|
<path d="M346.955 424.845l2.165 2.165-2.165-2.165z" fill="#74b166"/>
|
||||||
|
<path d="M390.265 424.845l2.165 2.165-2.165-2.165z" fill="#34be9e"/>
|
||||||
|
<path d="M392.43 424.845l2.166 2.165-2.166-2.165z" fill="#adb333"/>
|
||||||
|
<path d="M398.927 424.845l-2.166 4.33 2.167-4.33z" fill="#8d8d5b"/>
|
||||||
|
<path d="M401.092 424.845l2.166 2.165-2.166-2.165z" fill="#262678"/>
|
||||||
|
<path d="M340.458 427.01l2.166 2.166-2.166-2.166z" fill="#49497d"/>
|
||||||
|
<path d="M349.12 427.01l2.166 2.166-2.166-2.166z" fill="#96b247"/>
|
||||||
|
<path d="M351.286 427.01l2.165 2.166-2.164-2.166z" fill="#0dc9c1"/>
|
||||||
|
<path d="M388.1 427.01l2.165 2.166-2.166-2.166z" fill="#42bb92"/>
|
||||||
|
<path d="M398.927 427.01l2.165 2.166-2.165-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M342.624 429.176l2.165 2.165-2.166-2.164z" fill="#49497d"/>
|
||||||
|
<path d="M351.286 429.176l2.165 2.165-2.164-2.164z" fill="#a2b23d"/>
|
||||||
|
<path d="M353.45 429.176l2.167 2.165-2.166-2.164z" fill="#27c2aa"/>
|
||||||
|
<path d="M385.934 429.176l2.165 2.165-2.166-2.164z" fill="#74b166"/>
|
||||||
|
<path d="M392.43 429.176l-6.496 8.662 6.496-8.662z" fill="#a4a43d"/>
|
||||||
|
<path d="M394.596 429.176l2.165 2.165-2.164-2.164z" fill="#808067"/>
|
||||||
|
<path d="M396.76 429.176l2.167 2.165-2.166-2.164z" fill="#0e0e6e"/>
|
||||||
|
<path d="M344.79 431.34l2.165 2.167-2.166-2.166z" fill="#262678"/>
|
||||||
|
<path d="M353.45 431.34l2.167 2.167-2.166-2.166z" fill="#adb333"/>
|
||||||
|
<path d="M355.617 431.34l2.165 2.167-2.165-2.166z" fill="#42bb92"/>
|
||||||
|
<path d="M381.603 431.34l2.165 2.167-2.165-2.166z" fill="#0dc9c1"/>
|
||||||
|
<path d="M383.768 431.34l2.166 2.167-2.166-2.166z" fill="#96b247"/>
|
||||||
|
<path d="M392.43 431.34l2.166 2.167-2.166-2.166z" fill="#6e6c70"/>
|
||||||
|
<path d="M346.955 433.507l2.165 2.165-2.165-2.165z" fill="#1b1b74"/>
|
||||||
|
<path d="M349.12 433.507l2.166 2.165-2.166-2.165z" fill="#8d8d5b"/>
|
||||||
|
<path d="M357.782 433.507l2.166 2.165-2.166-2.165z" fill="#74b166"/>
|
||||||
|
<path d="M359.948 433.507l2.165 2.165-2.165-2.165z" fill="#0dc9c1"/>
|
||||||
|
<path d="M379.437 433.507l2.166 2.165-2.166-2.165z" fill="#34be9e"/>
|
||||||
|
<path d="M381.603 433.507l2.165 2.165-2.165-2.165z" fill="#adb333"/>
|
||||||
|
<path d="M390.265 433.507l2.165 2.165-2.165-2.165z" fill="#49497d"/>
|
||||||
|
<path d="M349.12 435.672l2.166 2.166-2.166-2.166z" fill="#0e0e6e"/>
|
||||||
|
<path d="M351.286 435.672l2.165 2.166-2.164-2.166z" fill="#6e6c70"/>
|
||||||
|
<path d="M353.45 435.672l4.332 4.33-4.33-4.33z" fill="#a4a43d"/>
|
||||||
|
<path d="M359.948 435.672l2.165 2.166-2.165-2.166z" fill="#96b247"/>
|
||||||
|
<path d="M362.113 435.672l2.166 2.166-2.167-2.166z" fill="#27c2aa"/>
|
||||||
|
<path d="M377.272 435.672l2.165 2.166-2.165-2.166z" fill="#68b070"/>
|
||||||
|
<path d="M388.1 435.672l2.165 2.166-2.166-2.166z" fill="#32327b"/>
|
||||||
|
<path d="M353.45 437.838l2.167 2.165-2.166-2.165z" fill="#49497d"/>
|
||||||
|
<path d="M364.28 437.838l2.164 2.165-2.165-2.165z" fill="#5bb47c"/>
|
||||||
|
<path d="M372.94 437.838l2.166 2.165-2.165-2.165z" fill="#27c2aa"/>
|
||||||
|
<path d="M375.106 437.838l2.166 2.165-2.166-2.165z" fill="#96b247"/>
|
||||||
|
<path d="M381.603 437.838l-2.166 4.33 2.166-4.33z" fill="#a4a43d"/>
|
||||||
|
<path d="M383.768 437.838l2.166 2.165-2.166-2.165z" fill="#808067"/>
|
||||||
|
<path d="M385.934 437.838l2.165 2.165-2.166-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M355.617 440.003l2.165 2.166-2.165-2.167z" fill="#262678"/>
|
||||||
|
<path d="M357.782 440.003l2.166 2.166-2.166-2.167z" fill="#8d8d5b"/>
|
||||||
|
<path d="M366.444 440.003l2.166 2.166-2.166-2.167z" fill="#8bb252"/>
|
||||||
|
<path d="M368.61 440.003l2.165 2.166-2.165-2.167z" fill="#1ac5b5"/>
|
||||||
|
<path d="M370.775 440.003l2.166 2.166-2.165-2.167z" fill="#5bb47c"/>
|
||||||
|
<path d="M381.603 440.003l2.165 2.166-2.165-2.167z" fill="#58587b"/>
|
||||||
|
<path d="M357.782 442.17l2.166 2.164-2.166-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M359.948 442.17l2.165 2.164-2.165-2.165z" fill="#667"/>
|
||||||
|
<path d="M362.113 442.17l2.166 2.164-2.167-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M377.272 442.17l2.165 2.164-2.165-2.165z" fill="#99994e"/>
|
||||||
|
<path d="M379.437 442.17l2.166 2.164-2.166-2.165m-17.324 2.164l2.166 2.166-2.167-2.166z" fill="#32327b"/>
|
||||||
|
<path d="M364.28 444.334l2.164 2.166-2.165-2.166z" fill="#99994e"/>
|
||||||
|
<path d="M372.94 444.334l2.166 2.166-2.165-2.166z" fill="#a4a43d"/>
|
||||||
|
<path d="M375.106 444.334l2.166 2.166-2.166-2.166z" fill="#667"/>
|
||||||
|
<path d="M377.272 444.334l2.165 2.166-2.165-2.166M364.28 446.5l2.164 2.165-2.165-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M366.444 446.5l2.166 2.165-2.166-2.165z" fill="#667"/>
|
||||||
|
<path d="M368.61 446.5l2.165 2.165-2.165-2.165z" fill="#a4a43d"/>
|
||||||
|
<path d="M370.775 446.5l2.166 2.165-2.165-2.165z" fill="#99994e"/>
|
||||||
|
<path d="M372.94 446.5l2.166 2.165-2.165-2.165z" fill="#32327b"/>
|
||||||
|
<path d="M368.61 448.665l2.165 2.166-2.165-2.165z" fill="#262678"/>
|
||||||
|
<path d="M370.775 448.665l2.166 2.166-2.165-2.165z" fill="#0e0e6e"/>
|
||||||
|
<path d="M372.94 303.577c3.342 7.86 14.055 16.537 17 20.79-3.75 4.254-4.498 3.79-4.006 11.692 6.518-6.82 6.635-7.532 10.827-6.497 9.185 9.164 1.645 28.846-5.945 33.125-7.588 4.565-6.21-.158-17.584 5.563 5.215 4.46 11.257-.653 16.194.714 2.683 3.183-1.275 8.984.81 14.448 4.364-.42 3.84-9.23 4.855-12.423 3.187-11.704 22.352-19.866 23.326-30.6 4.04-1.897 8.08-.593 12.993 2.166-2.448-10.057-10.543-9.95-12.712-13.09-5.165-7.892-9.743-16.896-20.774-19.23-8.374-1.775-7.748.532-13.114-3.128-3.335-2.603-13.49-7.523-11.867-3.532z" fill="#f90"/>
|
||||||
|
<path d="M397.017 312.505a1.746 1.746 0 1 1-3.495-.001 1.746 1.746 0 0 1 3.497.001z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M346.16 336.92c5.386-6.627 8.055-20.153 10.44-24.744 5.512 1.327 5.452 2.206 12.21-1.92-9.076-2.577-9.76-2.348-10.803-6.538 3.812-12.402 24.737-14.93 32.066-10.218 7.58 4.577 2.762 5.566 13.134 12.95 1.506-6.695-5.837-9.648-6.936-14.652 1.563-3.86 8.54-3.07 12.398-7.466-2.41-3.662-9.954.917-13.253 1.51-11.836 2.65-28.005-10.482-37.95-6.33-3.566-2.686-4.3-6.866-4.157-12.5-7.748 6.863-3.87 13.97-5.634 17.355-4.566 8.254-10.388 16.507-7.3 27.352 2.344 8.23 4.09 6.6 3.362 13.055-.744 4.164-.35 15.443 2.42 12.142z" fill="#f90"/>
|
||||||
|
<path d="M342.805 311.46a1.747 1.747 0 0 1 2.36.728 1.745 1.745 0 1 1-3.087 1.63 1.746 1.746 0 0 1 .727-2.358z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M389.94 341.57c-8.457-1.184-21.414 3.528-26.576 3.862-1.715-5.403-.932-5.807-7.958-9.455 2.488 9.1 3.037 9.566-.008 12.627-12.586 3.152-25.573-13.45-25.332-22.158-.005-8.856 3.334-5.243 4.288-17.938-6.508 2.173-5.237 9.985-8.95 13.514-4.112.66-7.046-5.72-12.803-6.748-1.886 3.957 5.935 8.045 8.15 10.56 8.39 8.76 5.514 29.39 14.213 35.755-.455 4.44-3.652 7.23-8.548 10.02 9.88 3.083 13.957-3.91 17.767-4.153 9.425-.363 19.5.35 27.184-7.902 5.833-6.265 3.533-6.916 9.435-9.63 3.95-1.518 13.398-7.69 9.14-8.353z" fill="#f90"/>
|
||||||
|
<path d="M369.887 357.608a1.746 1.746 0 1 1 1.8-2.995 1.746 1.746 0 0 1-1.8 2.996z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 57 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<path fill="#e41e20" d="M0 0h512v512H0z"/>
|
||||||
|
<path id="a" d="M204.896 99.537c-4.978-.084-13.24 1.587-13.056 5.408-13.867-2.376-15.31 3.35-14.496 8.448 1.32-2.023 2.926-3.12 4.16-3.328 1.85-.307 3.784.29 5.76 1.504 1.976 1.213 4.153 3.17 5.12 4.383-4.894 1.17-8.675.415-12.512-.256-1.89-.33-4.538-1.395-6.112-2.496-1.573-1.1-2.07-2.137-4.544-4.67-2.918-2.99-6.023-2.148-5.056 2.495 2.238 4.312 5.977 6.235 10.688 7.008 2.267.372 5.645 1.18 9.472 1.184 3.828.004 8.126-.553 10.464-.064-1.404.882-2.994 2.402-6.144 3.008-3.203.617-8.072-1.904-11.04-2.59.377 2.496 3.527 4.83 9.728 6.047 10.19 2.22 18.658 3.905 24.256 6.944 5.598 3.04 9.128 6.844 11.648 9.825 5.017 5.932 5.28 10.486 5.6 11.488 1.032 9.478-2.272 14.81-8.416 16.448-3.07.82-8.527-.723-10.528-3.07-2-2.35-3.946-6.385-3.392-12.705.54-2.48 3.375-8.938.96-10.272-11.122-6.147-24.628-12.364-34.4-16.064-2.67-1.012-4.87 2.618-5.728 4.03-16.6-2.02-31.566-13.254-38.304-25.215-4.588-8.146-12.15.017-10.88 7.712 2.053 8.59 8.597 14.8 16.448 19.2 8.06 4.437 18.13 8.803 28.32 8.576 5.49 1.04 5.436 8.14-1.152 9.472-12.882.082-23.16-.24-32.864-9.6-7.36-6.72-11.503 1.287-9.376 5.824 3.606 13.985 23.56 17.902 43.744 13.375 7.817-1.294 3.136 7.082.928 7.168-8.434 6.048-23.534 11.965-36.832-.064-6.085-4.66-10.2-.744-7.936 5.983 5.9 17.54 28.47 13.855 43.968 5.216 3.99-2.224 7.61 2.95 2.752 6.88-19.272 13.465-28.907 13.618-37.6 8.447-10.882-4.292-11.84 7.78-5.376 11.744 7.185 4.41 25.467 1.104 38.88-7.327 5.75-4.275 6.01 2.41 2.368 5.056-15.917 13.755-22.19 17.378-38.784 15.135-8.228-.64-8.104 9.503-1.632 13.472 8.837 5.42 26.095-3.576 39.488-14.688 5.638-3.013 6.564 1.927 3.776 7.775C159.08 236.71 151.4 242.798 144 245.617c-7.4 2.82-14.515 2.37-19.552.64-6.144-2.11-6.914 4.274-3.52 10.08 2.047 3.5 10.527 4.62 19.68 1.376 9.154-3.245 18.98-10.857 25.728-19.776 5.87-5.14 5.14 1.765 2.464 6.624-13.51 21.36-25.868 29.283-42.144 27.937-7.216-1.226-8.855 4.386-4.256 9.568 8.077 6.698 18.176 6.488 27.008-.128 7.853-7.57 22.874-23.873 30.752-32.61 5.552-4.424 7.325-.06 5.696 8.93-1.48 5.148-5.19 10.57-15.296 14.527-6.904 3.94-1.72 9.372 3.456 9.472 2.848.056 8.632-3.273 13.056-8.255 5.82-6.554 6.167-10.954 9.376-21.15 3.032-4.972 8.448-2.652 8.448 2.56-2.597 10.213-4.83 12.045-10.08 16.223-5.022 4.715 3.498 6.287 6.368 4.352 8.305-5.598 11.337-12.84 14.112-19.424 2.003-4.753 7.814-2.448 5.12 5.313-6.437 18.547-17.014 25.85-35.52 29.6-1.875.333-3.02 1.44-2.368 3.616 2.484 2.577 4.973 4.917 7.456 7.487-11.443 3.33-20.74 5.203-32.192 8.544-5.618-3.683-10.157-6.808-15.776-10.495-1.48-3.463-2.172-8.75-10.464-5.024-5.618-2.594-8.21-1.642-11.328.96 4.5.17 6.46 1.374 8.224 3.425 2.304 6.068 7.618 6.655 13.056 4.928 3.538 2.98 5.423 5.267 8.96 8.256-6.604-.227-11.205-.344-17.792-.545-6.288-6.75-11.307-6.382-15.808-1.088-3.43.527-4.884.6-7.232 4.768 3.692-1.515 6.014-1.97 7.616-.32 6.686 3.876 11.053 3.01 14.368 0 6.45.395 12.262.73 18.72 1.152-2.372 2.017-5.628 3.086-8 5.12-9.687-2.77-14.743.96-16.448 8.865-1.298 3.19-1.906 6.475-1.344 9.888.938-3.122 2.445-5.806 5.216-7.488 8.635 2.193 11.88-1.332 12.352-6.496 4.162-3.396 10.438-4.145 14.592-7.584 4.857 1.554 7.205 2.517 12.096 4.064 1.74 5.284 5.674 7.377 12.064 6.016 7.606.238 6.264 3.36 6.88 5.856 2.022-3.586 1.965-7.072-2.72-10.24-1.704-4.63-5.48-6.738-10.432-4.064-4.66-1.323-5.885-3.225-10.528-4.544 11.744-3.743 20.074-4.586 31.808-8.32 2.938 2.77 5.265 4.76 8.224 7.232 1.56.93 3.052 1.165 3.968 0 7.353-10.643 10.637-20.023 17.472-27.04 2.61-2.904 5.91-6.822 9.568-7.776 1.83-.478 4.072-.187 5.504 1.376 1.432 1.562 2.557 4.44 2.08 8.736-.684 6.165-2.174 8.112-3.904 11.808-1.73 3.696-3.843 5.97-6.016 8.8-4.345 5.66-10.078 8.955-13.472 11.168-6.786 4.425-9.657 2.488-14.912 2.207-6.792.764-8.6 4.072-3.04 8.64 5.197 2.705 9.868 3.04 13.664 2.337 3.26-.602 7.074-4.81 9.792-7.072 3.06-3.534 8.132.658 4.672 4.768-6.286 7.47-12.568 12.395-20.32 12.288-8.145 1.098-6.622 5.674-1.216 7.905 9.73 4.016 18.514-3.505 22.976-8.448 3.443-3.766 5.89-3.913 5.28 1.92-3.418 10.562-8.088 14.64-15.712 15.168-6.183-.574-6.25 4.2-1.728 7.424 10.302 7.13 17.763-5.013 21.248-12.353 2.484-6.62 6.294-3.472 6.688 1.984.052 7.292-3.242 13.244-12.064 20.705 6.75 10.754 14.618 21.692 21.376 32.48l20.485-228.153-20.48-36.047c-2.133-1.97-9.346-10.468-11.23-11.648-.69-.734-1.107-1.253-.097-1.632.976-.366 3.262-.776 4.8-1.056-4.344-4.352-8.066-5.747-16.29-8.128 2.005-.854 3.954-.357 9.857-.64-2.343-3.327-7.577-8.422-14.336-10.88 4.463-3.173 5.332-3.386 9.76-7.104-7.667-.544-14.214-2.005-20.8-4-4.165-1.948-9.95-3.6-12.77-3.648zm.737 8.928c4.05 0 6.56 1.39 6.56 3.072 0 1.713-2.51 3.104-6.56 3.104-4.035 0-6.592-1.517-6.592-3.23 0-1.684 2.558-2.945 6.593-2.945z"/>
|
||||||
|
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 512 0)"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.8 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<path d="M0 0h512v170.667H0z" fill="red"/>
|
||||||
|
<path d="M0 170.667h512v170.666H0z" fill="#00f"/>
|
||||||
|
<path d="M0 341.333h512V512H0z" fill="orange"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 242 B |
@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt">
|
||||||
|
<path fill="red" d="M0 0h511.993v259.824H0z"/>
|
||||||
|
<path d="M0 252.2h511.993v259.824H0z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M228.67 148.173c165.22 43.304 58.99 255.64-71.216 167.26l-8.817 13.545c76.628 54.658 152.57 10.66 173.9-46.358 22.297-58.788-7.52-141.48-92.51-150.03l-1.356 15.576z" fill-rule="evenodd" fill="#ffec00"/>
|
||||||
|
<path fill-rule="evenodd" fill="#ffec00" d="M169.955 330.827l21.73 10.125-10.142 21.696-21.73-10.125zm148.985-99.48h23.98v23.942h-23.98zm-11.684-38.892l22.342-8.694 8.707 22.31-22.342 8.693zm-25.894-29.188l17.035-16.85 16.877 17.01-17.035 16.85zm-26.284-39.787l22.434 8.455-8.468 22.4-22.434-8.455zM316.1 270.01l22.265 8.888-8.902 22.23-22.265-8.887zm-69.876 70.05l22.06-9.388 9.402 22.025-22.058 9.39zm-39.504 2.77h23.98v23.94h-23.98zm41.29-115.937l-20.35-15.006-20.245 14.47 8.034-22.92-20.348-14.956 24.447-.17 8.567-22.55 7.782 22.702 24.7-.242-19.586 15.232 6.996 23.44z"/>
|
||||||
|
<path d="M336.03 346.376c-1.21.418-6.23 12.39-9.675 18.248 1.797.51 2.56.596 3.625 1.025 13.655 4.8 20.384 9.18 26.186 17.504 2.888 2.79 7.032 2.93 10.198.697 0 0 2.795-1.114 6.43-5.02 2.968-4.52 2.194-8.11-1.384-11.16-10.944-7.952-22.9-13.902-35.38-21.295z" fill-rule="evenodd" fill="#fe0"/>
|
||||||
|
<path d="M365.247 372.842c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zM343.87 359.17c0 2.388-1.94 4.324-4.33 4.324s-4.333-1.936-4.333-4.324 1.94-4.325 4.332-4.325 4.33 1.936 4.33 4.325zm10.898 6.975c0 2.39-1.94 4.325-4.33 4.325s-4.333-1.936-4.333-4.325 1.94-4.324 4.332-4.324 4.33 1.937 4.33 4.325z" fill-rule="evenodd"/>
|
||||||
|
<path d="M324.47 363.667c-42.57-24.273-87.31-50.52-129.88-74.796-18.75-11.635-19.683-33.384-7.17-49.875 1.302-2.337 2.836-1.758 3.514-.524 1.463 8.03 5.97 16.325 11.37 21.496 44.693 28.383 87.732 55.804 131.71 85.613-3.448 5.767-6.104 12.32-9.55 18.086z" fill-rule="evenodd" fill="#fe0"/>
|
||||||
|
<path fill-rule="evenodd" fill="#ffec00" d="M297.174 305.457l17.85 15.986-16.01 17.824-17.85-15.986z"/>
|
||||||
|
<path d="M331.54 348.82L206.58 273.3m109.53 58.093l-42.24-27.28m18.21 42.687l-42.75-24.755" stroke="#000" stroke-width="3.05" fill="none"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 2.2 KiB |
@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)">
|
||||||
|
<path fill-rule="evenodd" fill="#3a7dce" d="M0 0h512v512H0z"/>
|
||||||
|
<path d="M95.84 237.9c-3.702-7.57-3.702-7.57-3.702-15.14-1.85 0-2.198.356-3.268.058-1.07-.295-1.475 6.98-4.946 5.56-.578-.71 2.488-5.972-.838-8.16-1.07-.712.26-5.028-.203-6.92 0 0-4.22 2.246-7.403-5.678-1.562-2.07-3.702 1.892-3.702 1.892s.925 2.425-.75 3.017c-2.373-1.776-4.11-.845-7.116-3.284-3.008-2.44.637-5.233-5.09-7.303 3.702-9.462 3.702-7.57 12.956-11.354-5.553-3.786-5.553-3.786-9.254-9.464-5.553-1.893-7.404-3.784-12.957-7.57-7.403-9.47-11.105-28.39-11.105-41.64 4.686-4.435 11.105 15.14 20.36 20.817l12.956 5.677c7.403 3.785 9.254 7.57 14.807 11.354l16.658 5.678c7.403 5.677 11.105 13.247 16.658 15.14 6.016 0 7.175-3.542 9.104-3.763 10.88-.57 16.434-2.004 18.603-5.346 2.197-2.66 7.46 1.538 22.267-4.14l-1.85-7.57s3.932-3.31 9.253-1.892c-.144-3.46-.492-12.685 4.75-16.847-3.183-3.414-1.048-5.86-1.048-5.86s2.95-2.9 3.296-4.437c-1.56-8.34 1.354-8.468 2.008-10.92.653-2.454-2.518-1.614-1.624-4.995.893-3.383 6.255-4.186 6.972-6.972.72-2.785-1.528-4.183-1.4-4.848 1.158-2.66.176-8.93 0-11.355 9.95-2.72 13.19-11 16.66-7.57 1.85-11.355 3.7-15.14 14.806-15.14 1.563-3.49-4.05-6.446-1.85-7.57 3.7-.472 6.535-.236 10.875 5.5 1.37 1.82 1.618-2.66 3.006-3.134 1.387-.473 4.71-.48 5.204-2.72.522-2.307 1.273-5.323 3.124-9.107 1.562-3.076 2.776 1.182 4.164 7.214 7.81.296 25.45 2.07 32.853 4.14 5.553 1.48 9.255-1.478 14.576-2.07 3.934 4.022 7.636 1.006 9.718 9.58 2.94 4.628 7.75.415 8.792 1.775 6.19 17.446 27.474 5.677 29.093 5.973 2.718 0 6.038 7.8 8.178 7.607 3.478-.6 2.494-3.024 5.53-2.048-.81 6.564 5.96 14.134 5.96 19.042 0 0 1.647.827 3.173-.63 1.525-1.455 2.928-5.196 4.287-5.107 3.24.473 4.55.898 8.284 1.565 10.036 3.506 15.148 4.297 19.046 6.094 1.813 3.393 3.57 5.13 7.246 4.496 3.037 2.086.822 4.818 2.615 4.995 3.703-1.892 4.918-3.962 8.62-2.07 3.7 1.893 7.403 5.678 9.254 9.463 0 1.892-1.85 9.462 0 20.816.925 3.785 1.373 6.786 5.35 13.277-1.057 6.667 5.003 17.888 5.003 20.727 0 3.784-2.95 5.737-4.8 9.52 7.402 5.68 0 15.14-3.702 20.818 27.763 5.678 14.807 17.032 37.017 11.354-5.553 13.246-3.587 12.183 1.966 25.43-11.106 7.57-.23 9.874-7.634 19.336-.463.592 4.395 8.22 11.22 8.22-1.85 15.14-7.403 9.463-5.552 32.173-14.576-.296-8.677 16.972-18.51 15.14.58 10.82 5.61 11.768 3.703 22.708-7.403 1.892-7.403 1.892-11.105 7.57l-5.553-1.893c-1.85 9.462-5.552 11.354 0 20.817 0 0-7.172.237-9.254 0-.175 3.253 3.18 4.14 3.702 7.57-.29 1.36-10.528 7.333-18.51 7.57-2.08 4.672 5.553 9.64 5.09 12.005-8.676 1.714-12.493 12.596-12.493 12.596s4.453 1.834 3.702 3.785c-2.37-1.775-3.702-1.893-7.403-1.893-1.85.474-6.36-.115-10.687 7.348-4.748 1.602-6.99 1.023-10.59 5.892-1.595-4.64-3.888.044-6.692 1.843-2.8 1.802-6.575 6.28-7.08 6.09.115-1.302 1.734-6.033 1.734-6.033l-9.254 1.893s-.413.04-1.14.116c-.728.074-.533-5.523-2.288-5.32-1.753.204-6.77 7.04-8.48 7.253-1.71.214-2.25-2.174-3.72-1.966-1.472.21-4.34 7.21-5.383 7.396-1.043.186-5.176-4.255-8.718-3.635-18.22 6.566-21.113-12.95-23.947-1.95-3.817-2.07-3.156-.87-7.035.17-2.475.653-2.7-3.345-4.9-3.284-4.405.127-4.173 4.386-6.574 3.114-1.965-8.872-13.824-7.275-14.98-11.06-.94-3.946 5.137-3.928 7.103-6.602 1.502-3.86-1.57-5.323 4.53-9.046 7.948-5.498 3.378-7.57 4.772-11.703 2.493-5.966 2.507-7.423.425-12.686 0 0-6.19-17.032-7.404-17.032-3.7-1.064-3.7 6.268-9.14 8.28-11.104 3.784-30.71-9.582-34.124-9.582-3.123.06-17.588 3.503-17.042-3.872-2.162 7.17-10.115 1.685-10.605 1.685-7.403 0-4.57 5.855-9.545 5.618-2.256-.768-25.044-2.128-25.044-2.128v3.785l-14.807-7.57-12.956-3.784c-11.104-3.786-5.55-13.248-24.06-7.57v-11.355h-9.254c3.7-22.71 0-11.354-1.85-32.172l-7.405 1.893c-7.402-10.232 10.296-8.28-5.55-15.14 0 0 .288-11.298-3.703-7.57-.81.472 1.85 5.676 1.85 5.676-14.806-1.892-18.508-5.677-18.508-20.817 0 0 12.203 1.774 11.104 0-1.735-2.84-3.99-21.29-3.586-22.532-.173-2.484 11.337-8.752 9.11-14.727 1.417-.53 5.58-.59 5.58-.59" fill="#fff"/>
|
||||||
|
<path stroke-linejoin="round" d="M595.51 313.51c-.592 1.332-.487 2.662.125 3.612 1.1-1.648.17-2.408-.125-3.612z" stroke="#fff" stroke-linecap="round" stroke-width="2.703" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M119.51 164.09s-3.104-.38-2.407 2.344c1.014-2.09 2.344-2.217 2.407-2.344zm.7-6.33c-1.71.064-3.8-.253-3.104 2.47 1.014-2.09 3.04-2.343 3.104-2.47zm11.68 36.29s2.66-.19 1.964 2.534c-1.014-2.09-1.9-2.407-1.964-2.534z" stroke="#fff" stroke-width="2.534" fill="none"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.5 KiB |
@ -0,0 +1,143 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt">
|
||||||
|
<path fill="#00c4ff" d="M0-.01h512.003v171.125H0z"/>
|
||||||
|
<path fill="#fff" d="M0 170.413h512.003v171.124H0z"/>
|
||||||
|
<path fill="#00c4ff" d="M0 340.846h512.003V511.97H0z"/>
|
||||||
|
</g>
|
||||||
|
<path d="M382.49 221.33c0 14.564-11.864 26.37-26.5 26.37s-26.498-11.806-26.498-26.37 11.864-26.37 26.5-26.37 26.498 11.806 26.498 26.37z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(1.2625 0 0 1.2433 -190.84 -19.626)" stroke="#000" stroke-width=".625" fill="#ffd600"/>
|
||||||
|
<path d="M364.43 195.28c-4.34-1.05-8.785.422-10.185.318-1.925 0-6.79-1.68-10.185 0m-5.35 4.892c4.305-3.01 9.115 1.086 10.394.315 3.492-2.294 6.736-1.868 10.08.21 2.155 1.272 5.914-3.71 10.29.315" stroke-opacity=".387" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-width=".5" fill="none"/>
|
||||||
|
<path d="M333.88 205.63c2.275-1.855 9.694-1.925 17.324 2.414 1.155-.28 1.89-1.084.945-2.204-5.74-1.995-12.425-4.515-18.585-2.625-1.68 1.19-1.26 1.96.315 2.415z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-width=".5" fill="#efc000"/>
|
||||||
|
<path d="M333.88 205.63c2.275-1.855 9.694-1.925 17.324 2.414 1.155-.28 1.89-1.084.945-2.204-5.74-1.995-12.425-4.515-18.585-2.625-1.68 1.19-1.26 1.96.315 2.415z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.9748 0 0 .9447 603.337 47.64)" stroke="#000" stroke-width=".5" fill="#efc000"/>
|
||||||
|
<path stroke-linejoin="round" d="M330.84 211.83c7.525-4.83 17.464-2.31 21.63.315-6.09-1.155-6.196-1.68-10.606-1.785-3.115.106-7.7-.21-11.024 1.47z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-width=".625" fill="#f0bf00"/>
|
||||||
|
<path d="M348.06 211.3c-3.675 7.665-10.08 7.77-14.594-.42" stroke-opacity=".387" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path d="M250.172 249.47c-1.062 1.163-3.66 1.853-5.805 1.543s-3.02-1.503-1.96-2.665c1.063-1.162 3.662-1.852 5.806-1.542s3.022 1.503 1.96 2.665z" fill-rule="evenodd" fill-opacity=".368"/>
|
||||||
|
<path d="M244.89 247.98c.11.27-.228.63-.755.802s-1.042.093-1.152-.177c-.11-.27.23-.63.756-.802s1.04-.093 1.15.177z" fill-rule="evenodd" fill="gold"/>
|
||||||
|
<path d="M349.18 224.5c-4.24 7.127 1.537 2.1 2.475 4.164 1.65 1.913 3.3 1.462 4.276 0 .977-1.65 7.128 3.113 2.927-3.938" stroke-opacity=".387" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M341.64 236.31c3.638-.413 9.753-3.188 11.93-.9 1.874-2.063 8.476.6 12.714.9-3.076 1.875-9.302.6-12.265 2.588-2.89-1.763-9.267-.15-12.38-2.588z" stroke-opacity=".387" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-linecap="round" stroke-width=".625" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M347.5 239.58c5.514 2.25 6.752 1.913 12.716.225-1.238 3.264-4.398 3.95-6.19 3.826-1.857-.12-4.388.114-6.526-4.05z" stroke-opacity=".387" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.9748 0 0 .9447 -78.82 48.29)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" transform="matrix(-.6968 -.6607 -.6818 .6752 655.544 340.862)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" transform="matrix(.682 .675 -.6964 .661 170.235 -128.707)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" transform="matrix(-.0056 -.9447 -.9748 .0054 474.993 589.288)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" transform="matrix(-.8943 -.376 -.388 .8666 654.602 195.86)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" transform="matrix(-.6944 -.663 -.6842 .673 648.558 337.493)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" transform="matrix(-.381 -.8696 -.8973 .369 587.322 475.4)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path d="M349.18 224.5c-4.24 7.127 1.537 2.1 2.475 4.164 1.65 1.913 3.3 1.462 4.276 0 .977-1.65 7.128 3.113 2.927-3.938" stroke-opacity=".082" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M341.64 236.31c3.638-.413 9.753-3.188 11.93-.9 1.874-2.063 8.476.6 12.714.9-3.076 1.875-9.302.6-12.265 2.588-2.89-1.763-9.267-.15-12.38-2.588z" stroke-opacity=".082" fill-rule="evenodd" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-linecap="round" stroke-width=".625" fill="#f0bf00"/>
|
||||||
|
<path stroke-linejoin="round" d="M347.5 239.58c5.514 2.25 6.752 1.913 12.716.225-1.238 3.264-4.398 3.95-6.19 3.826-1.857-.12-4.388.114-6.526-4.05z" stroke-opacity=".082" fill-rule="evenodd" transform="matrix(.9748 0 0 .9447 -87.223 47.64)" stroke="#000" stroke-width=".625" fill="#f0bf00"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.6968 -.6607 -.6818 .6752 655.544 340.862)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.682 .675 -.6964 .661 170.235 -128.707)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.0056 -.9447 -.9748 .0054 474.993 589.288)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.8943 -.376 -.388 .8666 654.602 195.86)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.6944 -.663 -.6842 .673 648.558 337.493)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.381 -.8696 -.8973 .369 587.322 475.4)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(0 -.9447 .9748 0 44.815 582.748)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.9748 0 0 .9447 604.637 48.13)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.6968 -.6607 .6818 .6752 -137.85 341.345)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.682 .675 .6964 .661 347.467 -128.463)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.0056 -.9447 .9748 .0054 42.424 589.288)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.8943 -.376 .388 .8666 -136.957 196.355)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.6944 -.663 .6842 .673 -131.525 337.493)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.381 -.8696 .8973 .369 -69.485 475.4)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.6968 -.6607 .6818 .6752 -137.85 341.345)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.682 .675 .6964 .661 347.467 -128.463)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.0056 -.9447 .9748 .0054 42.424 589.288)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.8943 -.376 .388 .8666 -136.957 196.355)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.6944 -.663 .6842 .673 -131.525 337.493)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.381 -.8696 .8973 .369 -69.485 475.4)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(0 .9447 -.9748 0 472.49 -71.697)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.9748 0 0 -.9447 -87.32 462.914)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.6968 .6607 -.6818 -.6752 655.16 169.7)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.682 -.675 -.6964 -.661 169.85 639.513)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.0056 .9447 -.9748 -.0054 474.894 -78.248)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.8943 .376 -.388 -.8666 654.268 314.703)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.6944 .663 -.6842 -.673 648.843 173.552)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.381 .8696 -.8973 -.369 586.8 35.64)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.6968 .6607 -.6818 -.6752 655.16 169.7)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.682 -.675 -.6964 -.661 169.85 639.513)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.0056 .9447 -.9748 -.0054 474.894 -78.248)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.8943 .376 -.388 -.8666 654.268 314.703)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.6944 .663 -.6842 -.673 648.843 173.552)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.381 .8696 -.8973 -.369 586.8 35.64)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.9748 0 0 -.9447 596.078 462.74)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(0 .9447 .9748 0 44.394 -79.747)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.6818 -.6752 .6968 -.6607 346.97 639.76)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(.6964 .661 .682 -.675 -137.843 169.465)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.9748 -.0054 .0056 -.9447 602.83 465.07)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.388 -.8666 .8943 -.376 197.336 638.894)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.6842 -.673 .6944 -.663 342.983 633.63)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.8973 -.369 .381 -.8696 485.31 573.508)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.6818 -.6752 .6968 -.6607 346.97 639.76)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(.6964 .661 .682 -.675 -137.843 169.465)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M343.17 258.06c-3.977 10.41.38 15.358-1.567 20.964-1.874 5.398-10.025 18.776-3.82 24.59 4.93.227-.853-7.377 9.01-21.456 4.576-6.595-1.195-10.77 3.626-23.707.448-1.106-6.623-2.03-7.25-.39z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.9748 -.0054 .0056 -.9447 602.83 465.07)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.388 -.8666 .8943 -.376 197.336 638.894)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.6842 -.673 .6944 -.663 342.983 633.63)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path stroke-linejoin="round" d="M342.97 258.16c-1.528 11.683-.62 47.577 3.037 46.14 4.05 1.306 4.583-35.162 4.212-45.945-.053-1.194-7.037-1.938-7.25-.195z" stroke-opacity=".149" fill-rule="evenodd" transform="matrix(-.8973 -.369 .381 -.8696 485.31 573.508)" stroke="#000" stroke-width=".625" fill="gold"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(.9748 0 0 .9447 -86.718 48.374)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(.9748 0 0 .9447 -87.486 50.286)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.0793 0 0 .9447 -122.09 52.094)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.0793 0 0 .9447 -123.073 53.795)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.288 0 0 .9447 -191.837 55.603)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.4274 0 0 .9447 -237.42 57.41)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.3578 0 0 .9447 -215.23 59.43)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.323 0 0 .9447 -203.585 61.45)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.3578 0 0 .9447 -215.01 63.362)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.706 0 0 .9447 -328.153 65.594)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".171" transform="matrix(1.4622 0 0 .9447 -248.62 68.146)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -248.51 69.953)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -247.743 72.398)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -247.634 74.525)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -246.317 76.863)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -245 78.777)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -243.794 81.01)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -242.367 83.134)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -241.38 85.153)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -239.297 87.605)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(.94 0 0 .9447 -67.058 89.835)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -248.51 69.953)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -247.743 72.398)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -247.634 74.525)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -246.317 76.863)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -245 78.777)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -243.794 81.01)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -242.367 83.134)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -241.38 85.153)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(1.4622 0 0 .9447 -239.297 87.605)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".078" transform="matrix(.94 0 0 .9447 -66.58 89.65)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-.9748 0 0 .9447 603.894 47.885)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-.9748 0 0 .9447 604.662 49.798)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.0793 0 0 .9447 639.256 51.606)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.0793 0 0 .9447 640.247 53.306)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.288 0 0 .9447 709.014 55.113)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4274 0 0 .9447 754.594 56.92)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.3578 0 0 .9447 732.4 58.94)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.323 0 0 .9447 720.756 60.96)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.3578 0 0 .9447 732.188 62.874)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.706 0 0 .9447 845.322 65.106)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".134" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 765.79 67.658)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 765.68 69.465)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 764.912 71.91)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 764.8 74.035)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 763.488 76.375)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 762.175 78.29)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 760.96 80.52)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 759.536 82.65)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 758.558 84.67)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-1.4622 0 0 .9447 756.465 87.11)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" fill-rule="evenodd" fill-opacity=".867" transform="matrix(-.94 0 0 .9447 584.225 89.34)" stroke="#000" stroke-width="1pt" fill="#00699d"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.4622 0 0 .9447 765.68 69.465)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.4622 0 0 .9447 764.912 71.91)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.4622 0 0 .9447 764.8 74.035)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.4622 0 0 .9447 763.488 76.375)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.4622 0 0 .9447 762.175 78.29)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.4622 0 0 .9447 760.96 80.52)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.4622 0 0 .9447 759.536 82.65)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.4622 0 0 .9447 758.558 84.67)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-1.4622 0 0 .9447 756.465 87.11)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path d="M328.14 202.55h-3.15" stroke-opacity=".063" transform="matrix(-.94 0 0 .9447 584.225 89.34)" stroke="#000" stroke-width="1pt" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M330.84 211.83c7.525-4.83 17.464-2.31 21.63.315-6.09-1.155-6.196-1.68-10.606-1.785-3.115.106-7.7-.21-11.024 1.47z" stroke-opacity=".387" fill-rule="evenodd" transform="matrix(-.9748 0 0 .9447 604.34 47.397)" stroke="#000" stroke-width=".625" fill="#f0bf00"/>
|
||||||
|
<path d="M348.06 211.3c-3.675 7.665-10.08 7.77-14.594-.42" stroke-opacity=".387" transform="matrix(.9748 0 0 .9447 -61.768 47.153)" stroke="#000" stroke-width=".625" fill="none"/>
|
||||||
|
<path d="M275.607 249.047c-1.097 1.113-3.782 1.774-5.997 1.477s-3.12-1.44-2.024-2.552c1.097-1.113 3.782-1.774 5.997-1.477s3.12 1.44 2.024 2.552z" fill-rule="evenodd" fill-opacity=".368"/>
|
||||||
|
<path d="M270.35 247.497c.108.27-.23.63-.757.802s-1.042.092-1.152-.178c-.108-.27.23-.63.757-.802s1.042-.093 1.152.177z" fill-rule="evenodd" fill="gold"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 34 KiB |
@ -0,0 +1,33 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill="gray" d="M496.06 15.937h496.06v496.06H496.06z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)" transform="translate(-512 -16.45) scale(1.032)">
|
||||||
|
<path fill="#006" d="M0 15.937h992.13v496.06H0z"/>
|
||||||
|
<path d="M0 263.97L992.13 512V15.94L0 263.97z" fill-rule="evenodd" fill="#bd1021"/>
|
||||||
|
<path d="M992.13 42.512v442.91L106.3 263.962l885.83-221.46z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<g stroke="#000">
|
||||||
|
<path stroke-linejoin="round" d="M825.487 319.59s-6.193-5.07 1.127-13.234c-3.942-3.378-.282-9.853-.282-9.853s-6.757-2.534.282-12.95c-5.068-3.38-2.816-10.982-2.816-10.982s-16.61-6.193-.844-12.104c-12.95 5.63-25.058-7.603-25.058-7.603l-18.863.564c-3.2-15.67-28.07-2.06-9.58-47.01-4.787-.846-10.136-2.253-15.485 1.688-5.35 3.94-20.553 12.387-29.562 3.94s5.91-20.552 6.194-20.833c.28-.28 19.99-10.417 22.804-17.173-.28-5.07-6.475-9.01-.845-19.99 6.475-10.418 46.17-20.273 64.2-23.65 8.726-3.943 12.668-11.544 12.668-11.544l1.97 7.32s39.98-11.825 41.95-17.456.846 5.068.846 5.068c15.766-1.408 35.755-14.92 38.57-8.728 13.233-2.534 38.573-13.795 38.573-13.795s8.727-.28 2.533 9.29c3.942 6.195-1.126 11.544-1.407 11.544-.283 0 1.688 6.193-3.38 9.572 1.69 5.35-3.097 9.572-3.097 9.572s2.254 6.476-6.756 9.854c.845 5.63-5.068 6.757-5.068 6.757s.845 5.913-3.097 8.447c0 4.504-4.504 6.757-4.504 6.757s2.815 1.688-1.126 4.503c-3.94 2.816-44.765 27.873-44.765 27.592 0-.282 29.843 5.35 31.813 6.475s24.495 16.05 24.495 16.05l-22.806 28.153s-25.338-2.815-26.464-1.408 5.35 1.97 6.756 4.223c1.41 2.252 3.66 7.603 8.165 7.04 4.504-.565-8.447 8.164-16.893 9.01 0 3.096 10.698 3.377 13.514.844 2.817-2.535-6.757 7.32-7.883 8.727s12.67-1.972 12.67-1.972-2.253 9.29-14.358 12.107c4.784 7.883 2.813 12.95 2.532 12.95s-7.884-7.883-15.204-6.475c1.97 7.602 7.884 14.64 9.574 15.767 1.688 1.126-13.233.844-15.204-3.38s-3.66 10.136 1.69 14.642c-6.194.28-11.544-3.38-11.544-3.38s-3.66 8.445-1.126 12.67c2.534 4.223-8.728-8.448-8.728-8.448l-21.397 9.01-4.787-8.165z" fill-rule="evenodd" stroke-width="1.706" fill="#9c3900"/>
|
||||||
|
<path d="M660.12 302.828c.5 0 31.083-.502 45.123-8.524 7.02 11.03 16.545 18.55 16.545 18.55l4.512-16.042s11.03.5 12.033 3.008c-1.504 3.007-2.005 7.018-2.005 7.018s7.52.503 8.02 1.504c.503 1.004-2.004 9.526-2.004 9.526l32.087 7.52s2.508-12.533 5.015-11.03c2.507 1.505 13.537 17.047 29.08 18.05s16.544-13.036 16.544-13.036l3.51 2.007s6.516-14.04 7.52-14.04 2.506 2.006 11.03 2.006c2.506 3.008 3.51 10.026 3.51 10.026s-9.528 9.527-6.52 17.048 3.51 5.514 3.51 5.514l69.19 16.545s3.51 5.515-2.507 8.523c0 .5-69.69-16.044-69.69-16.044s-6.52 7.52-11.532 6.015-1.503 3.008-1.503 3.008L906.79 366s5.517 7.02 1.506 9.025c-5.014.5-81.222-5.014-81.222-5.014s-4.512 9.527-9.525 1.505c-3.51 5.515-7.522-1.504-7.522-1.504s-6.517 5.015-7.52-.5c-5.516 4.01-9.025-2.507-9.025-2.507l-32.088-2.006-2.005 3.008s5.515 1.504-3.008 5.015c-8.523 3.51 51.138 2.005 52.643 2.505 1.504.503-4.01 5.015-4.01 5.015s30.583 2.005 36.097-4.512c5.516-6.52-2.005 8.522-2.005 8.522s24.066-1.002 24.066-2.005-.502 7.52-17.046 6.518c10.026 6.518 22.56 10.528 22.56 10.528s-12.534 3.01-27.073-.5c2.506 6.518 13.537 12.534 13.537 12.534s-8.02 7.02-26.07-10.028c5.014 9.025 1.002 12.536.5 11.532-.5-1.003-9.023-13.537-29.078-18.05 12.534 8.023 7.018 11.533 7.018 11.533s-6.517-11.53-17.046 0c-4.01-10.528-19.553-16.544-38.605-17.547-6.017-7.02-9.527-5.014-23.564-9.025-8.022-9.024-19.554-19.05-19.554-19.05s.502-13.54 14.038-12.034c1.504 4.512 1.504 3.008 1.504 3.008s15.042-5.516 19.554 2.005c6.518-11.532 15.542-1.724 17.046 2.286 4.32.633 26.07 1.223 26.07 1.223s-2.506-4.512-1.002-4.01c1.504.5 13.537-4.512 13.036-6.017-.502-1.505-1.003-6.518 1.002-6.017 2.006.5-17.046-2.507-27.575 5.516-3.51-3.512-1.003-13.038-1.003-13.038l-31.084-6.517-1.504 8.022s-9.025 1.504-8.523-.5c.502-2.008-2.005 7.017-2.005 7.017s-12.033-3.008-12.033-3.51 3.51-18.05 3.51-17.548c0 .503-10.028 1.003-24.066 11.532-4.01-12.534-35.597-29.08-35.597-29.58z" fill-rule="evenodd" stroke-width="1.82" fill="#ffc221"/>
|
||||||
|
<path d="M736.328 307.346l-6.518 29.08m12.533-18.052l-2.005 9.526m34.094-2.005l-3.008 9.025m58.663 52.136c-.5 0-16.043 2.005-18.05 1.504-2.004-.5 24.568 8.022 24.568 11.53m-34.595-9.512s-15.542-10.027-18.048-9.025c-2.507 1.003 15.542-.5 17.046-2.005m-31.088-.504s-16.043.5-17.547-1.003 15.542 11.03 18.55 10.03m-32.089-16.056c-.5 0-11.03-4.01-15.542-5.015 4.01 4.012 7.02 9.527 17.046 11.532m2.508-13.028c-.502-1.003-20.055-7.02-20.055-10.028 4.513 1.505 11.03 3.51 17.047 2.005m106.792-15.043l-2.005 9.023" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M699.226 261.717s-21.058 18.048 0 28.577c1.003-7.02 2.507-8.02 2.507-8.02s17.547 6.516 28.076-9.026c-4.513-6.517-12.535-4.01-12.535-4.01s-16.546 0-18.05-7.52z" fill-rule="evenodd" stroke-width="1.82" fill="#ffc221"/>
|
||||||
|
<path d="M716.775 269.743l-14.54 12.534m59.319 74.519s3.352 3.695.343 8.207m70.197-4.508l-5.515.502m-39.609-3.517l10.027 1.503m16.943-27.287s.282 10.136-8.164 9.854c-8.446-.282-5.632.282-5.632.282" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M820.424 330.003s3.378 1.126 2.534 3.66c-.845 2.534.844 9.854-9.01 16.893-10.418 2.252-9.29-8.727-9.29-8.727" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M824.082 333.102s6.194-3.66 7.038 2.253c.844 5.91-5.067 16.892-9.29 18.582-4.225 1.688-9.01-.283-8.448-3.097m18.302-15.2s5.632-4.505 7.32 1.408c1.69 5.912-4.504 19.145-7.04 19.426m7.596-19.428s2.815-1.407 4.785.28m-13.795 19.989c-1.125.28-5.91.562-7.6-3.097m-17.73-6.758c-.282 0-5.913.283-5.913.283m27.586 21.965l-.562-9.29-2.25-3.098-3.943 3.942s-.564 9.29-2.252 10.136m2.251-10.425c-.28-.562-3.097-5.91-3.097-5.91l-4.787 5.91s-.562 8.447-2.252 9.292m2.247-9.579c0-.28-1.97-5.63-1.97-5.63s-5.63 3.097-6.195 5.35c-.562 2.25-.845 8.445-2.252 9.01m2.255-10.136s.564-5.067-1.126-5.067-9.29 7.038-9.572 13.232" stroke-width="1.82" fill="none"/>
|
||||||
|
<path stroke-linejoin="round" d="M699.918 261.868s2.815-2.816 3.66-6.194c.845-3.38-1.126-7.04 2.253-10.136 3.38-3.097 47.862-21.96 51.523-25.62 3.66-3.66 10.417-11.544 11.262-13.233.844-1.69 3.378 8.446-4.224 12.95 8.166-2.252 13.515-4.785 16.893-3.66-3.38 4.787-12.387 12.67-16.61 12.67 9.854-3.66 18.862-6.757 21.397-4.786 2.533 1.97-12.107 11.825-18.02 12.387 9.855-2.533 23.088-6.475 24.776-2.252-5.35 1.69-3.66 3.095-14.64 9.29-1.407 1.128-8.446 1.408-8.446 1.408 8.446-.845 19.99-4.223 21.115 1.97-6.756 2.534-9.29 5.914-14.92 7.32-5.632 1.41-18.583 3.943-26.466 7.04-7.884 3.097-19.428 12.106-19.428 12.106s-25.057.844-25.057.562c0-.282-4.786-11.543-5.068-11.824z" fill-rule="evenodd" stroke-width="1.82" fill="#fff"/>
|
||||||
|
<path d="M711.742 259.902s.282-5.63 2.816-7.6c2.533-1.972 15.203-6.76 18.02-10.982 2.814-4.223-4.224 7.32-3.098 10.417m-12.67-.284s6.194 2.254 4.786 7.04" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M724.13 254.694a4.646 4.646 0 1 1-9.29.003 4.646 4.646 0 0 1 9.289-.004z" stroke-width="1.58" fill="none"/>
|
||||||
|
<path d="M914.738 244.697l48.707 9.29s5.35-6.193 2.534-9.57c7.32-1.69 5.348-11.263 5.348-11.263s8.446-3.66 1.408-12.107c4.788-4.786-1.126-8.446-1.126-8.446s1.97-8.445-4.223-9.29c1.69-6.756-10.7-9.01-10.7-9.01s-25.62 7.04-43.638 7.603c5.91 5.912-2.254 9.572-2.254 9.572s4.787 3.38 3.38 6.194c-1.41 2.815.843 5.912-5.35 7.883 8.164 3.66-.845 9.853-.845 9.853s9.01 6.194 6.758 9.29z" fill-rule="evenodd" stroke-width="1.82" fill="#fff"/>
|
||||||
|
<path d="M909.947 234.283s43.077 5.068 45.048 5.068 9.572 2.535 10.98 5.07M912.2 231.744l59.968 1.407m-59.682-2.813s56.87-3.378 60.813-9.29m-59.134-3.098s57.154-6.193 57.718-5.35m-59.683-1.688s55.464-8.728 56.026-7.32m-214.251-28.435s17.456 19.145 15.766 32.095" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M768.615 197.117s5.63 8.164 7.883 9.01 21.96 1.97 23.087 10.416c1.126 5.35-4.223 3.66-3.378 7.6 1.407 5.07 14.64 11.544 29 3.943m-13.232 3.944s11.824 17.457 29.28-1.406m-9.011 7.603s14.358 7.602 26.183-12.106m-15.209 13.785s7.038 5.913 21.68-1.97m20.277-7.884s21.678 4.504 23.087 5.912m-14.925-10.689c.28 0 15.203.563 15.203.563m-24.498-9.014s25.9-1.69 29.28 3.66M872.78 208.66s36.32 1.407 38.01 3.378m-29.847 33.778s6.194-1.688 7.04-.843M866.87 261.02s8.166 7.04 18.584 3.943m-14.079 7.892s9.29 4.223 20.272 1.688m-17.173 5.341s9.29 6.194 15.485 5.067m-19.703-1.395s6.475 4.786 6.756 7.32m-15.764-1.696s1.97 10.134 9.01 13.794m-13.801-9.291s-3.097 13.233 4.787 21.398m-12.949-10.983c0 .28-.562 6.193-.28 6.757m-50.399-57.995l15.204-.846s5.63-2.252 1.688-5.91m1.972 3.384c.282 0 14.358 1.126 18.02 5.35 3.658 4.222 8.163 12.668 10.697 14.077 2.534 1.407 3.097-.564 3.097-.564m-6.196-2.251s-7.6 12.95-1.688 16.892m-2.543-2.535s-6.756 9.01-1.407 13.514m-1.405-1.134s-5.35 8.73 1.128 14.64m-3.489-37.789c-.363.363-6.54 4.723-8.72 3.634m2.182 10.166s2.543 2.542 4.723 2.18m-4.422 11.032l4.057 2.783m-3.511 7.331l3.51 2.118m-67.101-140.2s7.4 3.85 13.323 0c5.92-3.85 34.343-18.355 41.745-20.724 7.4-2.37 11.546-15.988 13.027-21.908m-5.624 15.987l41.45-12.14s6.81-5.624 7.105-15.986m-2.968 11.249s41.45-4.144 41.45-19.54m-6.508 10.658s43.522-11.842 47.667-16.283" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M785.018 178.206s26.35-13.62 30.495-15.1c4.144-1.48 13.617-13.32-.593-13.32" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M797.753 183.535c.296 0 21.612-13.916 28.717-15.69 3.85-5.33 1.777-10.955-4.736-9.77" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M828.245 164.29c.592-.295 11.547-.59 7.698 7.994-5.624 4.145-29.903 16.284-29.903 16.284m16.58-33.455l46.19-15.396s3.848-7.994-1.776-9.178m38.491-13.915c0 .296 5.923 3.553 2.37 8.882-6.514 3.85-37.304 11.25-37.304 11.25m81.709-24.868l-43.52 12.14m40.258-2.37l-37.895 11.547m34.647-2.073l-33.455 10.066m27.231-.592c-.89 0-24.87 7.4-24.87 7.4m19.547.002l-15.396 6.217m11.547 2.072c-.593 0-13.323 5.625-13.323 5.625m9.474 1.184l-11.842 5.625m-8.591 7.107s1.48.592 1.185 2.368m-31.09 13.914s5.034 1.777.296 6.514c-2.368 3.257-9.177 2.37-13.322 8.29m45.306-81.121s6.22 1.48 1.48 9.474c-12.435 4.737-37.6 12.435-37.6 12.435s-1.183 2.072-4.44 3.85c-3.256 1.775-39.08 11.84-39.08 11.84m81.715-28.422s6.81 2.962 0 7.995c-7.698 4.44-34.64 12.73-34.64 12.73s-.296 2.37-1.48 3.257c-1.184.888-36.71 12.73-36.71 12.73" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M912.336 142.974s7.106 2.072.89 7.993c-7.403 4.44-31.088 12.435-31.088 12.435s-2.368 2.96-6.217 4.145c-3.848 1.184-28.42 11.25-28.42 11.25m66.609-27.829c2.074.888 7.698 1.776.89 7.106-7.994 3.552-27.534 11.25-27.534 11.25l-1.777 3.257-31.086 13.323m61.282-26.942s2.96 3.553-3.553 7.698c-7.106 3.85-22.5 9.77-22.5 9.77m22.504-9.18s3.257 2.074-.887 5.034c-4.74 2.37-23.39 12.14-23.39 12.14l-12.14 7.992" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M869.697 140.013c0 .296 5.033 4.44 3.256 9.178 4.442 3.258 3.553 6.81 3.553 6.81s6.217 3.553 5.33 8.586c6.217 1.48 5.92 5.034 5.92 5.034l-2.072 3.256s6.217-.296.888 7.698c3.257 1.776 1.777 3.85 1.777 3.85m-1.782-3.555c-.89 0-21.612 7.698-26.942 12.435" stroke-width="1.82" fill="none"/>
|
||||||
|
<path d="M836.543 171.693s6.217-.296 5.33 6.513c7.106-2.37 5.625 4.44 5.625 4.44s8.29-3.256 6.81 7.106c5.328-1.184 4.44 4.145 4.44 4.145s4.737-.296 4.737 2.37c3.257-2.962 6.81-1.482 6.81-1.482s2.368-3.256 5.624-2.368m-33.752-14.507c0 .592-27.83 15.987-27.83 15.987m33.153-10.955l-21.02 13.027m28.13-6.514c0 .297-18.356 10.955-18.356 10.955m22.506-6.81s-13.027 10.66-15.987 10.067m20.423-6.81s-7.402 5.626-13.62 8.29m21.318-10.657s2.368 2.96-12.434 10.657" stroke-width="1.82" fill="none"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1,6 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd">
|
||||||
|
<path fill="#fff" d="M512 512H0V0h512z"/>
|
||||||
|
<path fill="#df0000" d="M512 512H0V341.33h512zm0-341.2H0V.13h512z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 259 B |
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<g stroke-width="1pt">
|
||||||
|
<path fill="#006" d="M0 0h512v512H0z"/>
|
||||||
|
<path fill="#fff" d="M0 0v27.95L307.037 250h38.647v-27.95L38.647 0H0zm345.684 0v27.95L38.647 250H0v-27.95L307.037 0h38.647z"/>
|
||||||
|
<path fill="#fff" d="M144.035 0v250h57.614V0h-57.615zM0 83.333v83.333h345.684V83.333H0z"/>
|
||||||
|
<path fill="#c00" d="M0 100v50h345.684v-50H0zM155.558 0v250h34.568V0h-34.568zM0 250l115.228-83.334h25.765L25.765 250H0zM0 0l115.228 83.333H89.463L0 18.633V0zm204.69 83.333L319.92 0h25.764L230.456 83.333H204.69zM345.685 250l-115.228-83.334h25.765l89.464 64.7V250z"/>
|
||||||
|
<path fill-rule="evenodd" fill="#fff" d="M54.886 368.64l40.665 15.4 13.32-41.403 13.32 41.402 40.666-15.4-24.06 36.223 37.395 22.197-43.326 3.767 5.97 43.082-29.963-31.528-29.96 31.527 5.968-43.083-43.327-3.767 37.397-22.197M403.807 476.413l-18.823 1.638 2.597 18.712-13.02-13.692-13.02 13.692 2.598-18.71-18.823-1.64 16.247-9.645-10.458-15.736 17.675 6.693 5.78-17.99 5.783 17.99 17.675-6.692-10.458 15.737m16.247-270.353l-18.823 1.638 2.597 18.71-13.02-13.69-13.02 13.69 2.598-18.71-18.823-1.638 16.247-9.645-10.458-15.737 17.675 6.69 5.78-17.985 5.783 17.986 17.675-6.69-10.458 15.736m-88.752 123.393l-18.823 1.638 2.597 18.71-13.02-13.69-13.02 13.69 2.598-18.71-18.823-1.638 16.247-9.646-10.458-15.736 17.675 6.692 5.783-17.99 5.78 17.99 17.676-6.692-10.46 15.735m214.57-18.352l-18.83 1.638 2.59 18.71-13.02-13.69-13.02 13.69 2.59-18.71-18.795-1.638 16.275-9.646-10.48-15.736 17.69 6.692 5.74-17.99 5.81 17.99 17.64-6.692-10.43 15.736m-64.33 82.494l-10.29 6.377 2.892-11.752-9.247-7.805 12.074-.89 4.57-11.206 4.57 11.207 12.076.89-9.247 7.804 2.89 11.753"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,186 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill="gray" d="M0 0h512v512H0z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)">
|
||||||
|
<path fill="#39c" d="M0 0v512.006h768.01V0H0z"/>
|
||||||
|
<path fill="#ff0" d="M0 341.338v28.445h768.01v-28.445H0zm0 56.889v28.445h768.01v-28.445H0z"/>
|
||||||
|
<path fill="#9cc" d="M122.065 28.067l2.38 2.38-2.38-2.38zm-2.38 4.76l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M119.685 35.208l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M117.305 39.97l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c66" d="M122.065 39.97l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M126.826 39.97l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M117.305 42.35l2.38 2.38-2.38-2.38zm9.521 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M119.685 44.73l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M114.924 47.11l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path d="M121.673 32.904L104.986 96.16l-63.442 17.23 63.26 16.51 16.87 63.257L138.54 129.9l63.26-16.87-63.26-16.87-16.867-63.256z" stroke="#fff" stroke-width="2.975" fill="#c00"/>
|
||||||
|
<path fill="#6cc" d="M129.207 47.11l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M114.924 49.49l2.38 2.38-2.38-2.38m14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M117.305 51.87l2.38 2.38-2.38-2.38m9.52 0l2.382 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M112.544 54.25l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M118.097 55.84l.794 1.585-.793-1.586m9.522 0l.793 1.585-.794-1.586z"/>
|
||||||
|
<path fill="#69c" d="M131.587 54.25l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M112.544 56.63l2.38 2.382-2.38-2.38m19.043 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M114.924 59.012l2.38 2.38-2.38-2.38m14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M110.163 61.392l2.38 2.38-2.38-2.38zm23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M110.163 63.773l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M110.163 66.153l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M107.783 68.533l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M112.544 68.533l2.38 2.38-2.38-2.38m19.043 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M136.348 68.533l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M107.783 70.914l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M113.337 72.502l.793 1.586-.793-1.586m19.043 0l.793 1.586-.793-1.586z"/>
|
||||||
|
<path fill="#9cc" d="M136.348 70.914l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M107.783 73.294l2.38 2.38-2.38-2.38m28.565 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M110.163 75.675l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M105.403 78.055l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M110.956 79.643l.794 1.586-.794-1.587m23.804 0l.794 1.586-.794-1.587z"/>
|
||||||
|
<path fill="#9cc" d="M138.728 78.055l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M105.403 80.435l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M107.783 82.816l2.38 2.38-2.38-2.38m28.565 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M103.022 85.196l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M108.576 86.784l.793 1.587-.794-1.586m28.565 0l.794 1.587-.793-1.586z"/>
|
||||||
|
<path fill="#9cc" d="M141.11 85.196l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M103.022 87.577l2.38 2.38-2.38-2.38m38.087 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M105.403 89.957l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M100.642 92.337l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M105.403 92.337l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M143.49 92.337l2.38 2.38-2.38-2.38m-49.99 2.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M95.88 94.718l2.382 2.38-2.38-2.38m52.368 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M150.63 94.718l2.38 2.38-2.38-2.38m-64.27 2.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M88.74 97.098l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M98.26 97.098l2.382 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M100.642 97.098l2.38 2.38-2.38-2.38m42.847 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M145.87 97.098l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M155.39 97.098l2.382 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M157.77 97.098l2.382 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M76.838 99.48l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M79.218 99.48l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M81.6 99.48l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M91.12 99.48l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M95.088 100.27l1.587.795-1.587-.794m54.75 0l1.586.795-1.586-.794z"/>
|
||||||
|
<path fill="#fcc" d="M153.01 99.48l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M162.532 99.48l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M164.913 99.48l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M167.293 99.48l2.38 2.38-2.38-2.38m-97.596 2.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M72.077 101.86l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M74.457 101.86l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M83.98 101.86l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M87.947 102.652l1.587.793-1.587-.793m69.032 0l1.586.793-1.587-.793z"/>
|
||||||
|
<path fill="#fcc" d="M160.152 101.86l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M169.673 101.86l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M172.054 101.86l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M174.434 101.86l2.38 2.38-2.38-2.38m-111.88 2.38l2.382 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M64.936 104.24l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M76.838 104.24l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M80.806 105.032l1.587.794-1.587-.794m83.314 0l1.587.794-1.587-.794z"/>
|
||||||
|
<path fill="#fcc" d="M167.293 104.24l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M179.195 104.24l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M181.575 104.24l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M55.414 106.62l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M57.795 106.62l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M67.316 106.62l2.38 2.38-2.38-2.38zm109.499 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M186.336 106.62l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M188.717 106.62l2.38 2.38-2.38-2.38M48.273 109l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M50.654 109l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M60.175 109l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M64.143 109.793l1.587.793-1.587-.793m116.64 0l1.587.793-1.587-.793z"/>
|
||||||
|
<path fill="#fcc" d="M183.956 109l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M193.477 109l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M195.858 109l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M41.132 111.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M43.512 111.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M53.034 111.38l2.38 2.38-2.38-2.38zm138.063 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M200.62 111.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M203 111.38l2.38 2.38-2.38-2.38m-166.63 2.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c66" d="M48.273 113.76l2.38 2.38-2.38-2.38zm147.585 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M207.76 113.76l2.38 2.38-2.38-2.38m-166.628 2.38l2.38 2.382-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M43.512 116.14l2.38 2.382-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M53.034 116.14l2.38 2.382-2.38-2.38m138.063 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M200.62 116.14l2.38 2.382-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M203 116.14l2.38 2.382-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M48.273 118.522l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M50.654 118.522l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M60.175 118.522l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M64.143 119.314l1.587.794-1.587-.794m116.64 0l1.587.794-1.587-.794z"/>
|
||||||
|
<path fill="#fcc" d="M183.956 118.522l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M193.477 118.522l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M195.858 118.522l2.38 2.38-2.38-2.38m-140.444 2.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M57.795 120.902l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M67.316 120.902l2.38 2.38-2.38-2.38zm109.499 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M186.336 120.902l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M188.717 120.902l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M62.555 123.283l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M64.936 123.283l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M76.838 123.283l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M80.806 124.075l1.587.794-1.587-.795m83.314 0l1.587.794-1.587-.795z"/>
|
||||||
|
<path fill="#fcc" d="M167.293 123.283l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M179.195 123.283l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M181.575 123.283l2.38 2.38-2.38-2.38m-111.878 2.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M72.077 125.663l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M74.457 125.663l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M83.98 125.663l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M87.947 126.456l1.587.793-1.587-.794m69.032 0l1.586.793-1.587-.794z"/>
|
||||||
|
<path fill="#fcc" d="M160.152 125.663l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M169.673 125.663l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M172.054 125.663l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M174.434 125.663l2.38 2.38-2.38-2.38m-97.596 2.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M79.218 128.043l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M81.6 128.043l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M91.12 128.043l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M95.088 128.836l1.587.794-1.587-.794m54.75 0l1.586.794-1.586-.794z"/>
|
||||||
|
<path fill="#fcc" d="M153.01 128.043l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M162.532 128.043l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M164.913 128.043l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M167.293 128.043l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M86.36 130.424l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M88.74 130.424l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M98.26 130.424l2.382 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M100.642 130.424l2.38 2.38-2.38-2.38m42.847 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M145.87 130.424l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M155.39 130.424l2.382 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M157.77 130.424l2.382 2.38-2.38-2.38m-64.27 2.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M95.88 132.804l2.382 2.38-2.38-2.38m52.368 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M150.63 132.804l2.38 2.38-2.38-2.38m-49.988 2.38l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M105.403 135.185l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M143.49 135.185l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M105.403 137.565l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M103.022 139.945l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M108.576 141.533l.793 1.587-.794-1.587m28.565 0l.794 1.587-.793-1.587z"/>
|
||||||
|
<path fill="#ccf" d="M141.11 139.945l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M103.022 142.326l2.38 2.38-2.38-2.38m38.087 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M107.783 144.706l2.38 2.38-2.38-2.38m28.565 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M105.403 147.087l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M110.956 148.674l.794 1.587-.794-1.586m23.804 0l.794 1.587-.794-1.586z"/>
|
||||||
|
<path fill="#ccf" d="M138.728 147.087l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M105.403 149.467l2.38 2.38-2.38-2.38m33.325 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M110.163 151.847l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M107.783 154.228l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M113.337 155.816l.793 1.586-.793-1.586m19.043 0l.793 1.586-.793-1.586z"/>
|
||||||
|
<path fill="#cff" d="M136.348 154.228l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M107.783 156.608l2.38 2.38-2.38-2.38m28.565 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M107.783 158.99l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M112.544 158.99l2.38 2.38-2.38-2.38m19.043 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M136.348 158.99l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#cff" d="M110.163 161.37l2.38 2.38-2.38-2.38zm23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M110.163 163.75l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M110.163 166.13l2.38 2.38-2.38-2.38m23.805 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M114.924 168.51l2.38 2.38-2.38-2.38m14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M112.544 170.89l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c33" d="M118.097 172.478l.794 1.587-.793-1.587m9.522 0l.793 1.587-.794-1.587z"/>
|
||||||
|
<path fill="#9cf" d="M131.587 170.89l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#69c" d="M112.544 173.27l2.38 2.38-2.38-2.38m19.043 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M117.305 175.65l2.38 2.382-2.38-2.38m9.52 0l2.382 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cf" d="M114.924 178.032l2.38 2.38-2.38-2.38zm14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M114.924 180.412l2.38 2.38-2.38-2.38m14.283 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#fcc" d="M119.685 182.793l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M117.305 185.173l2.38 2.38-2.38-2.38m9.52 0l2.382 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M117.305 187.553l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#c66" d="M122.065 187.553l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#6cc" d="M126.826 187.553l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#ccf" d="M119.685 192.314l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38z"/>
|
||||||
|
<path fill="#9cc" d="M119.685 194.695l2.38 2.38-2.38-2.38m4.76 0l2.38 2.38-2.38-2.38m-2.38 4.76l2.38 2.38-2.38-2.38z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 14 KiB |
@ -0,0 +1,18 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M166.02 0h850v850h-850z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)" transform="translate(-100) scale(.6024)">
|
||||||
|
<path fill="#0053a5" d="M0 0h1300v850H0z"/>
|
||||||
|
<g fill="#ffce00">
|
||||||
|
<path d="M400 0h250v850H400z"/>
|
||||||
|
<path d="M0 300h1300v250H0z"/>
|
||||||
|
</g>
|
||||||
|
<g fill="#d21034">
|
||||||
|
<path d="M475 0h100v850H475z"/>
|
||||||
|
<path d="M0 375h1300v100H0z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 549 B |
@ -0,0 +1,8 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<path fill="#3f9c35" d="M0 0h512v512H0z"/>
|
||||||
|
<path fill="#ed2939" d="M0 0h512v341.333H0z"/>
|
||||||
|
<path fill="#00b9e4" d="M0 0h512v170.667H0z"/>
|
||||||
|
<circle cx="238.827" cy="256" r="76.8" fill="#fff"/>
|
||||||
|
<circle cx="255.893" cy="256" r="64" fill="#ed2939"/>
|
||||||
|
<path d="M324.16 213.333l8.164 22.958 22.006-10.46-10.46 22.006L366.826 256l-22.958 8.164 10.46 22.006-22.006-10.46-8.164 22.957-8.164-22.958-22.006 10.46 10.46-22.006L281.494 256l22.958-8.164-10.46-22.006 22.006 10.46 8.164-22.957z" fill="#fff"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 611 B |
@ -0,0 +1,12 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" width="512" height="512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g fill-rule="evenodd" clip-path="url(#a)">
|
||||||
|
<path fill="#009" d="M0 0h512v512H0z"/>
|
||||||
|
<path d="M77 .006l436.91 436.91V.006H77z" fill="#fc0"/>
|
||||||
|
<path d="M39.867 35.49l9.32-28.68 9.32 28.68H88.66L64.265 53.215l9.32 28.68L49.187 64.17 24.79 81.896l9.32-28.68L9.71 35.49m84.77 54.614l9.32-28.68 9.32 28.68h30.155l-24.397 17.725 9.32 28.68-24.398-17.726-24.397 17.726 9.32-28.68-24.397-17.726m84.769 54.614l9.32-28.68 9.318 28.68h30.156l-24.398 17.726 9.32 28.68-24.398-17.725-24.397 17.725 9.32-28.68-24.398-17.726m84.772 54.613l9.318-28.68 9.32 28.68h30.155l-24.397 17.727 9.32 28.68-24.398-17.725-24.397 17.725 9.32-28.68-24.397-17.726m84.768 54.614l9.32-28.68 9.32 28.68h30.154L282.72 271.67l9.32 28.68-24.398-17.725-24.397 17.726 9.32-28.68-24.398-17.725m84.769 54.614l9.32-28.68 9.32 28.68h30.154l-24.397 17.724 9.32 28.68-24.398-17.725-24.397 17.725 9.32-28.68-24.397-17.726m84.769 54.614l9.32-28.68 9.318 28.68h30.156l-24.397 17.726 9.32 28.68-24.398-17.725-24.398 17.725 9.32-28.68-24.398-17.726m84.771 54.614l9.32-28.68 9.318 28.68h30.156l-24.397 17.726 9.32 28.68-24.397-17.725-24.397 17.725 9.32-28.68-24.398-17.726m84.768 54.614l9.32-28.68 9.32 28.68h30.154l-24.396 17.725 9.32 28.68-24.397-17.725-24.397 17.726 9.32-28.68L446.62 472.4" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
@ -0,0 +1,6 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<path fill="#00267f" d="M0-.2h512V512H0z"/>
|
||||||
|
<path fill="#ffc726" d="M170.667-.2h170.667V512H170.667z"/>
|
||||||
|
<path id="a" d="M256 173.312c-5.547 15.125-11.2 30.87-23.296 42.923 3.755-1.238 10.325-2.347 14.55-2.24v63.616l-17.963 2.667c-.64-.064-.853-1.066-.853-2.432-1.728-19.754-6.4-36.352-11.776-53.525-.383-2.347-7.188-11.307-1.94-9.728.64.085 7.66 2.944 6.55 1.58-9.558-9.9-23.53-17.025-37.1-19.137-1.194-.3-1.898.298-.83 1.685 18.004 27.712 33.065 60.416 32.937 99.22 6.998 0 23.958-4.137 30.976-4.137v44.885h8.854l2.026-125.355z"/>
|
||||||
|
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 512 0)"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 763 B |
@ -0,0 +1,4 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<path fill="#006a4e" d="M0 0h512v512H0z"/>
|
||||||
|
<circle cx="230" cy="256" r="170.667" fill="#f42a41"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 209 B |
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt">
|
||||||
|
<path d="M0 0h170.664v512.01H0z"/>
|
||||||
|
<path fill="#ffd90c" d="M170.664 0h170.664v512.01H170.664z"/>
|
||||||
|
<path fill="#f31830" d="M341.328 0h170.665v512.01H341.328z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 318 B |
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd">
|
||||||
|
<path fill="#de0000" d="M512.063 511.55H.356V.003h511.707z"/>
|
||||||
|
<path fill="#35a100" d="M511.774 511.997H.068V256.224h511.706z"/>
|
||||||
|
</g>
|
||||||
|
<path fill-rule="evenodd" fill="#fff300" d="M389 223.773l-82.867 56.55 31.708 91.595-82.766-56.685-82.766 56.67 31.722-91.58-82.853-56.577 102.363.095 31.55-91.636 31.548 91.637"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 459 B |
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt">
|
||||||
|
<path fill="#de2110" d="M0 341.332h512v170.666H0z"/>
|
||||||
|
<path fill="#fff" d="M0 0h512v170.666H0z"/>
|
||||||
|
<path fill="#319400" d="M0 170.666h512v170.666H0z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 309 B |
@ -0,0 +1,11 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill="gray" d="M119.03-196.66h708.66V512H119.03z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-86 142.09) scale(.7225)" stroke-width="1pt">
|
||||||
|
<path fill="#e10011" d="M0-196.66h1063V512H0z"/>
|
||||||
|
<path d="M216.66 511.66L0 512v-708.66l215.64.113 139.14 44.743-138.12 43.614 138.12 44.968-138.12 43.615L354.78 25.36 216.66 68.976l138.12 44.968-138.12 43.615 138.12 44.97-138.12 43.613 138.12 44.97-138.12 43.614 138.12 44.968-138.12 43.615 138.12 44.968-138.12 43.615" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 689 B |
@ -0,0 +1,15 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill="gray" d="M60.84 337h175v175h-175z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)" fill-rule="evenodd" transform="translate(-178 -985.97) scale(2.9257)">
|
||||||
|
<path d="M0 337l146.56 87.5L0 512zm293.12 0l-146.56 87.5L293.12 512z" fill="#00cf00"/>
|
||||||
|
<path d="M0 337l146.56 87.5L293.12 337zm0 175l146.56-87.5L293.12 512z" fill="red"/>
|
||||||
|
<path d="M293.12 337h-27.31L0 495.7v16.305h27.31l265.81-158.7z" fill="#fff"/>
|
||||||
|
<path d="M197.168 424.496c0 27.948-22.656 50.604-50.604 50.604S95.96 452.444 95.96 424.496s22.656-50.604 50.604-50.604 50.604 22.656 50.604 50.604z" fill="#fff"/>
|
||||||
|
<path d="M0 337v16.305l265.81 158.7h27.31V495.7L27.31 337z" fill="#fff"/>
|
||||||
|
<path stroke="#00de00" stroke-width="1pt" fill="red" d="M156.523 405.41l-6.58.11-3.4 5.62-3.39-5.63-6.57-.14 3.18-5.75-3.16-5.768 6.57-.113 3.41-5.626 3.39 5.638 6.57.14-3.19 5.748zm-22.043 38.16l-6.58.11-3.4 5.62-3.39-5.63-6.57-.14 3.18-5.75-3.16-5.768 6.57-.113 3.41-5.626 3.39 5.638 6.57.14-3.19 5.748zm44.627 0l-6.58.11-3.4 5.62-3.39-5.63-6.57-.14 3.18-5.75-3.16-5.768 6.57-.113 3.41-5.626 3.39 5.638 6.57.14-3.19 5.748z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.2 KiB |
@ -0,0 +1,14 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill="gray" d="M67.64-154h666v666h-666z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)" transform="translate(-52 118.39) scale(.7688)">
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt">
|
||||||
|
<path fill="#319400" d="M0-154h333v666H0z"/>
|
||||||
|
<path fill="#ffd600" d="M333-154h666v333H333z"/>
|
||||||
|
<path fill="#de2110" d="M333 179h666v333H333z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 504 B |
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt">
|
||||||
|
<path fill="#fff" d="M0 0h512.005v512H0z"/>
|
||||||
|
<path fill="#00267f" d="M0 0h170.667v512H0z"/>
|
||||||
|
<path fill="#f31830" d="M341.333 0H512v512H341.333z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 317 B |
@ -0,0 +1,98 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<path fill="#cf142b" d="M0 0h512v512H0z"/>
|
||||||
|
<path fill="#00247d" d="M0 0h256v128H0z"/>
|
||||||
|
<path d="M0 0v14.31L227.38 128H256v-14.31L28.62 0H0zm256 0v14.31L28.62 128H0v-14.31L227.38 0H256z" fill="#fff"/>
|
||||||
|
<path d="M106.667 0v128h42.666V0h-42.666zM0 42.667v42.666h256V42.667H0z" fill="#fff"/>
|
||||||
|
<path d="M0 51.2v25.6h256V51.2H0zM115.2 0v128h25.6V0h-25.6zM0 128l85.333-42.667h19.08L19.083 128H0zM0 0l85.333 42.667h-19.08L0 9.54V0zm151.586 42.667L236.92 0H256l-85.333 42.667h-19.08zM256 128l-85.333-42.667h19.08L256 118.46V128z" fill="#cf142b"/>
|
||||||
|
<path d="M443.065 182.61v108.408c0 28.958-57.888 38.366-57.888 38.366s-57.888-9.408-57.888-38.366v-108.41h115.774z" fill="#fff"/>
|
||||||
|
<path d="M443.065 291.018c0 28.958-57.888 38.366-57.888 38.366s-57.888-9.408-57.888-38.366c0 0 0-2.332 1.176-3.658 0 0-.638 4.817 3.063 8.46 0 0-2.904-5.14-.065-10.19 0 0-1.053 6.498 2.998 10.23 0 0-2.233-5.308.287-11.227 0 0-1.243 9.682 3.16 11.612 0 0 1.21-5.564-.543-9.135 0 0 3.03 1.222 2.87 9.296 0 0 .958-1.19 1.213-7.013 0 0 .127 6.66 2.424 8.203 0 0 .702-.675-.255-3.7-.96-3.023.413-4.084.636-4.02 0 0-.503 3.345 2.3 5.854 0 0-1.215-5.243.476-5.95 0 0-.35 4.438 3.158 5.436 0 0 .256-1.287-.51-2.734 0 0-.67-1.717-.16-3.03 0 0 1.117 4.027 2.648 4.702 0 0-.925-2.36-.064-4.702 0 0 .19 3.35 3.19 4.734 0 0-1.976-2.594-1.195-5.447l19.28.942 9.984.476 29.953-2.118 5.167-4.44s2.042 2.832-1.18 7.303c0 0 3.19-.58 4.21-5.565 0 0 1.308 2.767-.478 5.823 0 0 3.54-3.54 4.05-7.56 0 0 1.373 3.893-1.977 8.075 0 0 2.997-.997 4.274-5.436 0 0 1.02 2.674-1.882 6.452 0 0 5.422-2.88 5.263-8.832 0 0 2.265 3.282-.32 7.785 0 0 2.776-2.477 3.032-6.176 0 0 1.53 1.67-.128 6.27 0 0 3.38-3.184 3.89-6.626 0 0 .735 3.184-2.17 7.205 0 0 1.98-.483 3.86-4.408 0 0 .51 1.544-1.21 4.375 0 0 1.85-.32 3.094-3.86 0 0 .223 2.124-.32 4.022 0 0 1.436-.934 1.755-4.956 0 0 .8 1.32.815 2.96.013 1.64 0 .563 0 .563z" fill="#2f8f22"/>
|
||||||
|
<path d="M413.255 228.35s-2.01.34-4.595-.447c-2.584-.787-3.628-.467-4.43 0 0 0 1.05-2.076-1.503-3.715 0 0 .83 2.096-.32 3.075 0 0-.51.48-1.116-.244 0 0-.89-.918-1.832-1.626 0 0 2.17-.756 1.77-2.96-.398-2.203-1.578-2.492-2.216-2.766 0 0 .224.997 0 1.672 0 0-2.36-1.32.846-3.185s2.616-2.96 2.04-3.908c-.572-.95-1.8-1.996-2.407-2.366 0 0 .638 1 .526 1.85-.11.854-1.563 1.4-1.276-.095.287-1.496-.016-1.24-.05-2.83 0 0 2.856.964 3.973-1.82 0 0 1.1-2.878-2.504-4.31 0 0 .875 1.175.444 2.06 0 0-.765 1.447-1.675.273-.91-1.173-1.484-1.398-1.388-2.782 0 0 3.27.45 2.377-3.104 0 0-.528 2.365-4.77-.82 0 0 2.76-2.83 1.69-5.115 0 0-.334-1.046-3.333-.435 0 0 2.6-1.64 1.5-3.04 0 0-.56-.933-2.983.29 0 0 .94-1.625-1.436-3.378 0 0-1.596.836-2.44 1.608 0 0-1.628-2.06-2.665-2.88 0 0-1.882.725-2.36 2.88 0 0-.877-1.046-2.87-1.528 0 0-.958 1.77.286 3.313 0 0-.925-.032-2.615-.772 0 0-1.93-.917-1.643.74.286 1.657.43 2.026.813 2.8 0 0-4.33-1.007-4.147 1.333.127 1.626.733 3.025 2.073 4.2 0 0-2.423 3.168-4.497.787 0 0-.718.772.83 2.8 0 0 1.547 1.704.27 2.782 0 0-1.706 1.366-2.535-1.288 0 0-2.76 2.75.495 4.856 0 0 2.09 1.19 4.226-.644 0 0-.654 5.275-2.696 4.262 0 0-1.228-.9.973-1.978 0 0-3.174-.402-3.684 2.67 0 0-.392 2.444 2.376 3.33 0 0 2.136.77-.08 2.428 0 0-1.564 1.19-.543 2.96 0 0 1.228 1.946-1.882 2.14 0 0-1.69-.017-2.297-.242 0 0-.683 1.268-.206 2.717 0 0-1.55-1.155-5.074.122-3.525 1.277-3.254.376-3.54.762-.288.387-.974 1.69-.974 1.69s1.85 2.25 1.882 2.203c.032-.047-.35 2.574-.35 2.574l.91.435 7.256-3.233 7.37-3.84 5.923.363 3.757.895 4.935.36 3.534-1.886h5.12l5.63 2.806 6.428 3.834 3.35.588 2.58-.138v-5.205l-1.255-1.884z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||||
|
<path d="M354.803 234.435s2.807 1.43 3.98-.306c0 0 1.53-2.92-1.83-3.935 0 0 1.83-2.195-.133-4.22 0 0-1.03-1.087-2.823-.29 0 0-.742-1.545-2.49-1.497 0 0-1.53-.025-2.056 1.664 0 0-2.103-.87-3.276.386 0 0-1.937 2.17.766 3.884l1.944.177 1.914-.884 2.137.61c.002 0-.548 2.164 1.868 4.408z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||||
|
<path d="M417.464 229.3c3.382-.318 4.576 2.536 4.576 2.536 1.772 4.16-1.992 6.38-1.992 6.38.287.932.32 2.154.32 2.154 5.294.643 4.368 6.594 4.368 6.594l-1.753-1.447c-3.063-1.19-6.22 1.415-8.485 5.79-2.265 4.375-1.18 6.434-.798 11.613.383 5.18 8.804 8.267 8.804 8.267s-3.988 10.262-6.57 16.856c-2.585 6.595-7.976 3.86-9.54 2.47-1.562-1.388-1.952-.616-2.742 0-.79.62 3.54 3.996-4.338 7.18-7.88 3.185-9.25 5.63-10.56 6.434-1.306.805-6.76.258-7.303-.418-.54-.677-.22-.677-2.263-1.93-2.04-1.257-5.486-2.35-9.25-4.184-3.765-1.834-3.67-4.182-3.637-4.665.03-.48 1.307-4.405-3.102-1.285-4.408 3.12-8.16-1.486-8.16-1.486-.86-1.133-4.53-10.964-4.53-10.964-.988-3.667-2.934-7.946-2.934-7.946.096-.03-.19.452 3.063-1.414 3.253-1.866 4.71-4.97 5.837-8.042 1.126-3.072.032-8.33-.383-9.393-.413-1.06-2.837-5.927-5.84-6.946-3-1.02-5.014 1.51-5.014 1.51s-.926-5.95 4.37-6.593c0 0 .03-1.22.318-2.154 0 0-3.764-2.22-1.99-6.38 0 0 1.193-2.852 4.574-2.534l-.818 1.548s-.852 8.493 11.58 2.8c12.43-5.695 12.056-6.757 19.138-3.186l5.167-.096s7.465-3.453 9.857-1.968c2.392 1.486 11.005 6.31 11.005 6.31s8.325 3.123 9.952-2.636l-.927-2.77z" fill="#64b4d1" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path stroke-miterlimit="10" d="M380.063 266.12s-.432-2.606-.887-4.294c0 0-.922-2.65.652-4.51l1.95-2.245s1.214-1.63 2.716-1.85c0 0 1.502-.046 1.645-.35.142-.307 1.785-3.01 5.692 0 0 0 1.244-1.996 3.158-2.334 0 0 2.07-.627 3.068.917 0 0 2.324-1.762 4.318 1.074 0 0 2.76-1.552 4.768 1.534 0 0 2.728-1.33 4.403 1.506 1.674 2.835 1.34 3.994 1.34 3.994l1.243 4.502 4.403 5.437-10.24 3.86H403.7l-9.187 2.46-16.315 1.253-4.546-5.356 6.41-5.598z" fill="#fff" stroke="#00247d" stroke-width=".425"/>
|
||||||
|
<path d="M366.27 293.238s-2.44.145-3.683.772c-1.244.627-2.2 1.303-3.636 2.22 0 0-.67.892-3.49.35 0 0-4.88-1.17-4.88 2.64 0 0-5.84.484-3.447 5.598 0 0 1.627 4.005 4.977 1.16 0 0-2.154 3.086 2.008 4.293 0 0 2.967.726 3.828-2.314 0 0 .48-1.206-.67-2.702 0 0 1.436-.29 2.44-1.834 0 0-3.062 3.87.288 5.263 0 0 4.21 1.057 4.45-3.334 0 0-.345-2.03 1.287-2.753 0 0 3.356-.772 4.887-4.51 0 0-4.823-2.57-4.355-4.85zm-9.853-38.486s-3.764-1.734-5.55 0c0 0-2.49-1.54-5.104 0 0 0-2.49 1.626-4.21 3.417 0 0-1.213 1.036-.766 4.31 0 0 .638 2.304.255 3.462 0 0-.83-.164-2.49 1.8 0 0-2.104 2.44-3.954.288 0 0 .574 2.996 4.05 2.513 0 0-1.69 1.32-.222 4.73 0 0 1.084 2.41-.638 5.435 0 0 3.03-1.222 2.902-4.793 0 0-.255-2.412.638-4.117 0 0-.893 1.55 1.18 4.857 0 0 1.595 2.38.288 4.858 0 0 2.998-1.094 2.71-4.73-.285-3.634-2.104-2.122-.924-5.468 0 0 .287 1.714 1.18 2.578.893.864 2.042 2.312 1.563 4.724 0 0 1.787-2.22 1.372-4.503-.415-2.284-.86-2.975-.86-2.975l5.645-3.203 2.807-5.083.126-8.103z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||||
|
<path stroke-miterlimit="10" d="M347.836 269.096s-2.328-.16-2.71-1.963m-4.084-1.19s.81-.032 1.545.708c0 0 .56.838 1.358.74" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path d="M351.28 262.244s-1.21 0-1.88-.58c0 0-.703-.48-1.118.29 0 0-.638 1.094.543 1.577 0 0 1.467.74-.862 2.22 0 0 2.775-.996 1.66-2.347 0 0-1.213-.868-.766-1.19 0 0 .127-.258.606.064.48.322 1.436.193 1.818-.032z"/>
|
||||||
|
<path d="M389.33 268.39L380 236.178l-.34.092 8.242 32.602z" fill="#784421" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M356.846 304.527s-2.202-1.236-4.02.21c0 0 .186-.803 1.577-1.157 0 0 .752-2.123 2.857-1.93 0 0-.86 1.03-2.01 1.898 0 0 1.213.125 1.596.98z"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M349.094 309.643s-3.492-2.195-1.603-5.886c0 0 .553-1.062 1.605-.845 0 0 2.177.676.48 3.692 0 0-.863 1.954-.48 3.04zm7.082 3.475s-4.976-2.268-3.445-6.128c0 0 .475-1.303 1.578-1.206 0 0 1.92.096 1.535 2.653 0 0-.575 2.51.334 4.68z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M355.123 298.712s-1.495 1.104-2.103 1.844c0 0-.608-.756-1.406-1.214 0 0 .918-.12 1.406.292 0 0 .763-.74 2.103-.922z"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M359.55 312.153s3.898-.99 3.18-5.018c0 0-.382-1.762-2.033-1.52 0 0-1.99.507-.693 3.068 0 0 .765 1.83-.455 3.47z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M377.168 226.916s2.512.77 3.876 1.326c0 0 3.636 1.64 8.254 0 0 0 3.122-1.236 3.54-1.326l-2.392 3.642-.12 1.882 1.496 2.195s-.898.362-3.578-1.278c0 0-2.966-2.292-6.507 0 0 0-1.938 1.312-3.565 1.278l2.297-2.564-.887-2.307-2.416-2.846z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path d="M361.056 307.34s.144-.194-.024-.278c0 0-.167-.072-.287.163 0 0-.407.645-.063 1.53 0 0 .326.61.168 1.25 0 0-.022.18.122.206 0 0 .138-.046.165-.18 0 0 .194-.623-.14-1.234 0 0-.407-.95.06-1.456z" fill="#fff"/>
|
||||||
|
<path d="M415.072 234.435s-2.808 1.43-3.98-.306c0 0-1.53-2.92 1.83-3.935 0 0-1.83-2.195.132-4.22 0 0 1.03-1.087 2.824-.29 0 0 .742-1.545 2.488-1.497 0 0 1.53-.025 2.057 1.664 0 0 2.106-.87 3.277.386 0 0 1.938 2.17-.765 3.884l-1.946.177-1.915-.884-2.138.61s.55 2.164-1.866 4.408z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M392.838 232.167s-.07.58-.645.644c0 0-.6.195-.948-.55 0 0-.04-.17-.05-.253-.04-.348-.16-1.35.925-2.17 0 0 1.77-1.448 5.152.305 0 0 2.68 1.287 4.53 2.38 0 0 4.784 2.574 5.36 2.767 0 0 2.104 1.06 5.326 1.19 0 0 4.402.32 6.268-2.767 0 0 1.42-2.347 0-3.843 0 0-.574-.675-1.52-.55-.395.052-.833.234-1.255.727 0 0-.684.998.113 1.738 0 0 1.037.635 1.404-.708 0 0 .015-.096.047.024.02.08.255 1.103-.295 1.97 0 0-2.657 4.02-9.96-.145l-9.635-5.403s-4.832-2.478-7.72 1.4c0 0-2.328 3.215.67 5.322 0 0 2.234 1.335 3.637-.788 0 0 1.165-2.09-.67-3.007 0 0-1.61-.757-2.247.85-.638 1.61 1.244 2.027 1.42.885 0 0 .047-.274.095-.017z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M354.652 248.75v-6.032c0-.474.003-.868.72-1.447.718-.58 1.484-1.495 2.585 1.11 0 0 2.153-2.266 2.87-2.604 0 0 1.245-1.06 2.106.482 0 0 1.148-1.737 2.057-2.17 0 0 2.153-1.4 2.25 2.797l1.673-1.544s1.292-1.06 2.728.387c0 0 2.44 2.365 2.777 3.04 0 0 .538.732.58 1.886 0 0-.006 1.3.664 2.022 0 0 .765.675 1.507.82 0 0 1.747.05 2.37 1.69 0 0 .286-.285 1.147 7.577v14.33l-9.665 11.532-15.504-4.44-6.172-2.557-1.388-4.536 5.98-3.86 3.255-8.78-1.052-6.178-1.485-3.52z" fill="#e4cb5e" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M397.368 256.357l.734-1.094 1.754-1.35s2.68 7.03 2.807 8.566v2.18s4.02 1.025 4.722 7.202l-3.318 6.11-5.2-2.894-1.498-1.095v-17.628z" fill="#784421" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M348.125 304.638s.192-.254.06-.362c0 0-.084-.12-.31.17 0 0-1.057 1.18-.216 2.996 0 0 .093.26.26.175 0 0 .144-.072.013-.29 0 0-.753-1.495.19-2.69z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="10" d="M363.8 303.45s.16-.545-.224-1.125c0 0-.255-.418-.16-.965" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="10" d="M367.24 240.884s.014 1.51.445 2.62c.43 1.11 1.884 3.028 1.98 4.066" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M403.7 293.238s2.44.145 3.684.772c1.244.627 2.2 1.303 3.636 2.22 0 0 .67.892 3.493.35 0 0 4.88-1.17 4.88 2.64 0 0 5.838.484 3.446 5.598 0 0-1.63 4.005-4.978 1.16 0 0 2.153 3.086-2.01 4.293 0 0-2.966.726-3.828-2.314 0 0-.478-1.206.67-2.702 0 0-1.436-.29-2.44-1.834 0 0 3.062 3.87-.287 5.263 0 0-4.21 1.057-4.45-3.334 0 0 .344-2.03-1.287-2.753 0 0-3.353-.772-4.884-4.51 0 0 4.822-2.57 4.354-4.85z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||||
|
<path d="M365.315 247.568l3.982 32.143m-3.062-32.212l4.466 29.962m-3.628-30.1l5.144 29.714" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M376.634 274.033l-9.328-32.21-.342.09 8.243 32.603z" fill="#784421" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M369.926 246.18l9.42 23.8m-10.05-23.416l9.09 24.864" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M354.374 310.834s-1.093-1.048-.94-2.927c0 0 .063-.402-.138-.458 0 0-.214-.09-.246.375 0 0-.303 1.963 1.02 3.088 0 0 .09.113.238.08 0 0 .156-.034.066-.16z" fill="#fff"/>
|
||||||
|
<path d="M370.35 245.855l9.713 21.713m-12.37-20.363l5.958 29.24" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M416.423 268.872c-4.254-2.414-5.187-7.77-5.187-7.77-1.03-5.332 1.053-9.554 1.053-9.554 2.75-5.814 7.463-6.896 7.463-6.896s-4.618 3.204-5.91 7.523c0 0-1.005 3.643-.43 7.238.573 3.594.358 2.677 1.244 5.452l1.765 4.007z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path d="M398.1 255.263l-17.876 5.645-.975 7.964c-4.244 6.145-12.865 7.236-12.865 7.236l6.707 7.14 12.887 2.704 6.76-5.21 6.126-5.663c-.638-3.026-.287-7.513-.287-7.513 0-.756.286-2.525.286-2.525s-1.053-7.27-.766-9.78z" fill="#784421" stroke="#000" stroke-width=".195"/>
|
||||||
|
<path stroke-miterlimit="10" d="M379.494 266.87s11.775-3.676 18.796-6.628m-24.448 13.34s14.69-2.653 25.025-8.54l3.796-2.563" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path stroke-miterlimit="10" d="M402.663 264.66l-4.083 2.908s-16.428 7.575-28.936 7.778m28.933-2.396s-12.63 6.504-19.87 6.6" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M413.636 254.752s3.764-1.734 5.55 0c0 0 2.49-1.54 5.104 0 0 0 2.49 1.626 4.21 3.417 0 0 1.213 1.036.766 4.31 0 0-.638 2.304-.255 3.462 0 0 .83-.164 2.49 1.8 0 0 2.106 2.44 3.956.288 0 0-.574 2.996-4.05 2.513 0 0 1.69 1.32.222 4.73 0 0-1.084 2.41.638 5.435 0 0-3.03-1.222-2.902-4.793 0 0 .255-2.412-.638-4.117 0 0 .893 1.55-1.18 4.857 0 0-1.595 2.38-.288 4.858 0 0-2.998-1.094-2.71-4.73.286-3.634 2.104-2.122.924-5.468 0 0-.286 1.713-1.18 2.578-.892.864-2.04 2.312-1.562 4.724 0 0-1.787-2.22-1.372-4.503.415-2.284.86-2.975.86-2.975l-5.645-3.203-2.806-5.083-.128-8.103z" fill="#d40000" stroke="#000" stroke-width=".425" stroke-linejoin="round"/>
|
||||||
|
<path stroke-miterlimit="10" d="M349.68 275.095s.526-2.493 2.92-1.512c0 0 .812-4.085 5.166-4.23 4.354-.145 4.593 4.246 4.593 4.536 0 0 1.277-1.887 3.413-1.67 0 0 3.682-.216 2.31 5.696l.697.74s2.814-6.602 8.603-4.865c0 0 5.646 1.72 1.962 7.19 0 0 2.787 3.62 5.15 3.28 2.362-.336 4.468-1.06 6.812-5.21 2.345-4.15 7.8-4.776 9.187-4.535 1.388.24 2.484 1.142 2.71 2.123 0 0 2.888-9.64 13.27-8.126l4.164 2.094 1.58.724-2.355 6.642-5.734 12.96-4.355 1.34-4.545-2.606-1.578.846-.13 3.882-5.995 4.316-4.163 1.715-4.593 3.137-1.066 2.804s-2.537-1.07-5.4 0l-.948-2.32-2.68-2.56-10.408-4.91-1.88-6.064-1.9-.846-2.128 2.436-3.11.362-4.642-3.136-4.928-14.235z" fill="#fff" stroke="#00247d" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M395.007 227.905s-3.972-.177-3.828 3.94" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M421.14 271.645c-6.914-2.123-8.803-9.554-8.803-9.554-1.412-5.57.86-10.444.86-10.444 3.16-7.417 8.502-7.415 8.502-7.415 2.677-.07 3 2.22 3 2.22.252 1.625-.888 2.21-.888 2.21-1.834 1-2.99-.352-2.99-.352-.766-.997-.177-1.882-.177-1.882.47-.66 1.372-.37 1.372-.37.714.22.638 1.114.638 1.114.004.023.02.023.02.023.032-.008.02-.02.02-.02s.16-1.094-.91-1.206c0 0-2.08-.45-4.52 2.59 0 0-3.214 4.1-3.206 9.408 0 0-.408 9.964 9.975 12.546 0 0-1.124 1.618-3.11 7.457 0 0-2.25 7.503-4.395 11.56 0 0-2.853 5.786-9.217 3.422 0 0-3.79-1.666-3.78-4.416 0 0-.263-2.51 2.01-2.703 0 0 2.225-.17 2.2 1.74 0 0 .06 2.06-2.368 1.59 0 0-.85-.18-.694-1.012 0 0 .138-.748 1.16-.423 0 0 .034.004.038-.012 0 0 .012-.018-.024-.028 0 0-.396-.177-.815-.03 0 0-.376.124-.406.71 0 0-.024.47.48.735 0 0 .61.216 1.087.168 0 0 .645 1.3 2.1 1.74 2.028.612 3.698.022 4.72-.793 1.11-.887 1.83-2.437 2.045-2.817.215-.38 2.08-4.56 3.485-9.055 0 0 1.227-3.877 2.207-5.903l.383-.795z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M401.63 290.536s1.292-.175 1.292.977c0 0-.08 1.682-2.13 1.314 0 0-2.02-.442-1.303-2.702 0 0 .476-1.592 2.39-1.363 0 0 1.854.085 2.67 2.618 0 0 .62 2.135-.445 3.968-1.188 2.046-4.195 3.39-5.646 3.985 0 0-5.814 2.284-7.548 3.59 0 0-2.66 1.975-1.484 3.813 0 0 .454.7 1.136.7 0 0 .778.036.91-.76 0 0 .003-.016-.01-.036 0 0-.01 0-.015.02 0 0-.055.486-.478.667 0 0-.567.286-1.16-.217 0 0-.63-.603-.104-1.54 0 0 .69-1.154 2.296-.47 0 0 1.416.7.833 2.203 0 0-.52 1.384-2.226 1.38 0 0-1.284-.042-2.106-.904-1.282-1.346-1.352-3.965-.22-5.32 0 0 1.067-1.44 3.213-2.316 1.242-.507 3.588-1.527 6.028-2.484 1.716-.672 3.286-1.477 4.307-2.685 0 0 .91-1.013 1.172-2.75 0 0 .252-1.304-.542-1.59 0 0-.403-.18-.845-.12 0 0-.012 0-.015.008 0 0-.02.02.025.013z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M401.738 290.527s1.428-.257 2.32 1.44c0 0 .527 1.094.612 1.727m.465-6.068s-1.43.248-.693 2.27c.693 1.907 1.982 2.532 2.365 2.797" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M377.166 232.167s.07.58.645.643c0 0 .6.193.95-.553 0 0 .04-.17.05-.25.04-.35.16-1.352-.925-2.173 0 0-1.77-1.447-5.152.306 0 0-2.68 1.287-4.53 2.38 0 0-4.784 2.574-5.358 2.767 0 0-2.106 1.06-5.327 1.19 0 0-4.402.322-6.268-2.766 0 0-1.42-2.346 0-3.842 0 0 .573-.676 1.517-.55.396.05.834.233 1.257.727 0 0 .686.997-.112 1.737 0 0-1.036.636-1.403-.706 0 0-.018-.097-.05.024-.02.077-.255 1.1.295 1.97 0 0 2.655 4.018 9.96-.146l9.633-5.403s4.832-2.477 7.72 1.4c0 0 2.327 3.216-.67 5.323 0 0-2.234 1.335-3.637-.788 0 0-1.163-2.09.67-3.008 0 0 1.61-.755 2.25.853.64 1.607-1.244 2.025-1.42.884 0 0-.047-.274-.095-.017zm-23.586 36.705c4.256-2.414 5.19-7.77 5.19-7.77 1.027-5.332-1.054-9.554-1.054-9.554-2.752-5.814-7.466-6.896-7.466-6.896s4.62 3.204 5.91 7.523c0 0 1.006 3.643.43 7.238-.573 3.594-.358 2.677-1.243 5.452l-1.766 4.007z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M374.997 227.905s3.973-.177 3.83 3.94" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M348.864 271.645c6.914-2.123 8.804-9.554 8.804-9.554 1.41-5.57-.86-10.444-.86-10.444-3.16-7.417-8.503-7.415-8.503-7.415-2.68-.07-3 2.22-3 2.22-.253 1.625.887 2.21.887 2.21 1.834 1 2.99-.352 2.99-.352.766-.997.176-1.882.176-1.882-.47-.66-1.372-.37-1.372-.37-.713.22-.638 1.114-.638 1.114-.004.023-.02.023-.02.023-.03-.008-.02-.02-.02-.02s-.16-1.094.91-1.206c0 0 2.08-.45 4.52 2.59 0 0 3.215 4.1 3.207 9.408 0 0 .406 9.964-9.976 12.546 0 0 1.122 1.618 3.107 7.457 0 0 2.25 7.503 4.396 11.56 0 0 2.854 5.786 9.218 3.422 0 0 3.79-1.666 3.78-4.416 0 0 .264-2.51-2.01-2.703 0 0-2.224-.17-2.2 1.74 0 0-.06 2.06 2.368 1.59 0 0 .85-.18.693-1.012 0 0-.134-.748-1.16-.423 0 0-.03.004-.035-.012 0 0-.012-.018.024-.028 0 0 .397-.177.815-.03 0 0 .376.124.405.71 0 0 .025.47-.477.735 0 0-.61.216-1.09.168 0 0-.642 1.3-2.1 1.74-2.026.612-3.695.022-4.717-.793-1.112-.887-1.83-2.437-2.046-2.817-.215-.38-2.08-4.56-3.484-9.055 0 0-1.23-3.877-2.21-5.903l-.382-.795z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M368.374 290.536s-1.29-.175-1.29.977c0 0 .077 1.682 2.128 1.314 0 0 2.02-.442 1.304-2.702 0 0-.48-1.592-2.393-1.363 0 0-1.854.085-2.667 2.618 0 0-.622 2.136.442 3.968 1.19 2.046 4.195 3.39 5.646 3.985 0 0 5.814 2.284 7.548 3.59 0 0 2.66 1.975 1.483 3.813 0 0-.454.7-1.136.7 0 0-.78.036-.91-.76 0 0-.006-.016.006-.036 0 0 .012 0 .016.02 0 0 .056.486.48.667 0 0 .565.286 1.16-.217 0 0 .63-.603.102-1.54 0 0-.69-1.154-2.296-.47 0 0-1.417.7-.835 2.203 0 0 .518 1.384 2.225 1.38 0 0 1.285-.042 2.107-.904 1.283-1.346 1.352-3.965.222-5.32 0 0-1.07-1.44-3.215-2.316-1.243-.507-3.59-1.527-6.03-2.484-1.714-.672-3.285-1.477-4.305-2.685 0 0-.91-1.013-1.173-2.75 0 0-.25-1.304.542-1.59 0 0 .402-.18.845-.12 0 0 .013 0 .016.008 0 0 .02.02-.026.013z" fill="#f5ce00" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M368.266 290.527s-1.427-.257-2.32 1.44c0 0-.526 1.094-.61 1.727m-.466-6.068s1.43.248.693 2.27c-.694 1.906-1.983 2.53-2.365 2.797m18.348-61.08s3.456-2.164 6.986.233" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M361.88 252.755s.48-1.93-1.722-5.308c0 0-1.435-3.088-2.2-5.066m4.975-2.123s1.246 3.036 1.675 4.395c0 0 1.546 3.808 1.873 4.58" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path stroke-miterlimit="10" d="M363.555 254.877s1.3 1.4 1.152 3.764m-5.457-5.258s1.435.692 1.34 4.503c0 0-.145 2.783 2.008 4.182m-3.544.98s4.493-.49 4.74 2.277c0 0 .096 2.654 1.627 2.944 0 0 2.295.217 2.75 2.34m-7.7-4.488s.788 1.183 1.554 1.69m4.21-4.61s1.14 1.73 1.357 2.743m3.59-23.563s1.052 1.432 2.073 2.107m2.137 6.37s2.233 1.093 1.85 6.723c0 0-.287 3.3.638 5.103" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M364.87 247.037l.145.53s4.003.17 6.164-2.557l-.233-.523s-3.493-.177-6.077 2.55z" fill="#784421" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path stroke-miterlimit="10" d="M379.293 268.514s13.846-4.128 19.182-6.534" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path d="M377.647 242.525l6.848-2.606.16.457-6.848 2.6z" fill="#784421" stroke="#000" stroke-width=".195"/>
|
||||||
|
<path d="M378.388 242.758l4.545 22.285m-3.756-22.583l5.206 22.18m-4.32-22.518l5.694 22.02m-3.462-22.867l7.762 16.53m-6.735-16.92l8.278 16.432m-7.518-16.72l8.954 16.266m-10.41 8.357l3.514-1.158m-6.174-1.047s10.3-3.008 18.093-6.152m-18.232 7.28s13.052-3.454 18.23-5.974m-14.247 16.588l.685 2.09 1.868-.597-.638-2.072m3.358-.923l.683 2.09 1.87-.597-.64-2.072m-10.772-11.768l-.16-2.83 17.112-5.195.926 2.38m-10.782.613l.933 2.497m5.05-4.313l1.09 2.374m.33-2.804l1.02 2.246m.334-2.66l1.07 2.35m.029-2.683l1.882-1.06.798 2.09m-1.756-1.553l.96 2.166" stroke-miterlimit="10" fill="none" stroke="#000" stroke-width=".319"/>
|
||||||
|
<path stroke-miterlimit="10" d="M355.66 284.938s-3.35-3.392 0-6.714c0 0-3.636-1.778-3.062-4.64m9.042 14.042s-3.467.473-2.44-6.282c0 0-1.434 2.677-1.93 4.054-.37 1.03-.124 2.693 1.344 3.592.587.36 3.697 1.17 4.702-.89m-5.55-10.81s-1.412 1.304-.407 3.692m1.865-3.378s.167 2.316 1.316 3.62m-.323-4.536s-.01 2.726 1.95 4.415m-.975-5.356s.02 3.063 2.292 4.945m8.996-.458s1.147-2.51 3.564-2.39c0 0-1.173.532-1.15 1.706 0 0-.142 1.938 1.94 2.13 0 0 1.674.218 2.51-.7" fill="none" stroke="#00247d" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="10" d="M378.197 291.694s-5.957-2.8-5.335-6.828c0 0 .24-2.46 2.645-3.62m-1.257 2.558s-.527 1.738.646 2.944m.694-4.126s-.72 1.906.478 3.33m.955-4.255s-.86 1.576.17 3m-5.6 7.406s3.254 2.824 5.79 2.848m-6.818-1.954s3.04 2.46 4.94 2.823m-6.088-2.127s3.758 3.308 6.09 3.55m9.197 3.04s-3.695 1.99-.83 4.095m-1.514-6.29s4.186-2.196 6.004-3.017m-4.497 4.15s6.053-3.69 7.847-4.486m-4.737 4.728s5.167-3.45 7.942-4.946m-4.522 4.826s3.564-2.8 7.01-4.826m1.22-3.498s-1.747-2.557-7.488 0c0 0 2.105-1.91 6.268-3.392m5.796-10.986s.47 2.074-.032 3.328" fill="none" stroke="#00247d" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="10" d="M393.89 286.7s1.197-1.762 4.236-2.63c0 0 .82 2.05 3.182 1.592 0 0 3.564-.7 2.488-4.608 0 0-.74-2.92-4.813-3.208m12.11-4.896s4.14.746 4.067 4.124c0 0 .335 5.066-5 6.055m4.412-8.1s1.137-2.468 3.673-3.482m-3.082-1.448s1.13 1.814 1.903 2.077m-2.494-.627s1.065 1.3 1.424 1.518m-1.77-.265s.562.83 1.06 1.09m-22.352-20.676s.805-1.307 2.807-.752m8.175 10.55s1.268-5.29 5.694-3.337m-1.795-.433s.454-2.438-.646-3.68m-2.37 3.51s.564 1.01.08 1.833" fill="none" stroke="#00247d" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M413.796 313.117s4.976-2.267 3.445-6.128c0 0-.47-1.305-1.574-1.208 0 0-1.92.096-1.535 2.654 0 0 .576 2.51-.333 4.68z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M415.598 310.834s1.094-1.048.94-2.927c0 0-.063-.402.138-.458 0 0 .214-.09.246.375 0 0 .303 1.962-1.02 3.088 0 0-.09.112-.238.08 0 0-.157-.034-.066-.16z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M420.877 309.643s3.493-2.195 1.603-5.886c0 0-.55-1.062-1.603-.845 0 0-2.177.676-.478 3.692 0 0 .86 1.954.476 3.04z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M421.75 304.637s-.19-.253-.06-.362c0 0 .084-.12.31.17 0 0 1.058 1.18.217 2.997 0 0-.096.26-.263.174 0 0-.144-.072-.012-.29 0 0 .753-1.494-.192-2.69z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M410.422 312.153s-3.9-.99-3.182-5.018c0 0 .383-1.762 2.034-1.52 0 0 1.99.507.694 3.068 0 0-.766 1.83.454 3.47z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M408.915 307.34s-.143-.194.024-.278c0 0 .165-.072.285.163 0 0 .407.645.063 1.53 0 0-.327.61-.17 1.25 0 0 .023.18-.12.206 0 0-.14-.046-.165-.18 0 0-.195-.623.14-1.234 0 0 .407-.95-.06-1.456z" fill="#fff"/>
|
||||||
|
<path d="M413.22 304.527s2.202-1.236 4.02.21c0 0-.185-.803-1.576-1.157 0 0-.752-2.123-2.857-1.93 0 0 .86 1.03 2.01 1.898 0 0-1.213.125-1.596.98zm1.63-5.815s1.494 1.104 2.102 1.844c0 0 .608-.756 1.405-1.214 0 0-.918-.12-1.405.292 0 0-.764-.74-2.103-.922z"/>
|
||||||
|
<path stroke-miterlimit="10" d="M406.172 303.45s-.16-.545.223-1.125c0 0 .255-.418.16-.965m15.662-32.264s2.328-.16 2.71-1.963m4.083-1.19s-.81-.032-1.544.708c0 0-.56.838-1.358.74" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path d="M418.772 262.244s1.212 0 1.882-.58c0 0 .702-.48 1.117.29 0 0 .64 1.094-.54 1.577 0 0-1.47.74.86 2.22 0 0-2.774-.996-1.66-2.347 0 0 1.214-.868.767-1.19 0 0-.127-.258-.606.064-.48.322-1.435.193-1.817-.032z"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M420.42 232.95s.548-.744.324-2.98c-.224-2.235 1.717-2.492 2.464-1.85 0 0 .772.668.062 2.086-.41.818-1.064 1.878-2.85 2.745z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M421.15 231.28s.728-.78.38-2.48c0 0 0-.167.094-.178 0 0 .177-.045.207.123 0 0 .39 1.81-.43 2.794 0 0-.15.143-.25 0 0-.003-.11-.107 0-.26z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M419.8 232.137s-.057-.9-1.614-2.432c-1.558-1.53-.277-2.943.677-2.93 0 0 .988.015 1.344 1.52.205.87.38 2.073-.406 3.842z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M419.558 230.178s.028-1.104-1.382-2.256c0 0-.115-.134-.05-.205 0 0 .105-.15.242-.034 0 0 1.518 1.215 1.555 2.542 0 0-.017.215-.19.162 0 0-.156-.013-.175-.21z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M417.685 231.46s-.407-.734-2.33-1.417c-1.924-.682-1.404-2.363-.595-2.722 0 0 .84-.37 1.74.758.52.652 1.145 1.594 1.185 3.383z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M416.843 230.11s-.437-1.012-2.2-1.455c0 0-.16-.073-.13-.166 0 0 .032-.18.204-.135 0 0 1.886.454 2.475 1.64 0 0 .075.203-.105.23 0 0-.145.054-.244-.116z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M418.89 232.195s-.896.252-2.956-.742c-2.06-.993-2.962.736-2.6 1.66 0 0 .376.96 1.97.79.92-.096 2.154-.338 3.587-1.708z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M414.1 232.852s.935.576 2.63-.08c0 0 .172-.033.2.06 0 0 .077.167-.09.227 0 0-1.804.717-2.962.086 0 0-.176-.122-.043-.248 0 0 .09-.13.266-.048z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M415.877 225.685s1.03.5.79 1.705" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="10" d="M420.423 225.854s.402 1.274-.042 1.96" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M349.454 232.95s-.547-.744-.323-2.98c.225-2.235-1.716-2.492-2.462-1.85 0 0-.772.668-.062 2.086.41.818 1.063 1.878 2.85 2.745z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M348.724 231.28s-.727-.78-.38-2.48c0 0 .002-.167-.094-.178 0 0-.177-.045-.206.123 0 0-.39 1.81.43 2.794 0 0 .15.143.25 0 0-.003.11-.107 0-.26z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M350.074 232.137s.057-.9 1.615-2.432c1.555-1.53.275-2.943-.68-2.93 0 0-.987.015-1.343 1.52-.205.87-.38 2.073.406 3.842z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M350.317 230.178s-.028-1.104 1.382-2.256c0 0 .113-.134.047-.205 0 0-.104-.15-.24-.034 0 0-1.52 1.215-1.556 2.542 0 0 .018.215.19.162 0 0 .157-.013.175-.21z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M352.19 231.46s.406-.734 2.33-1.417c1.923-.682 1.403-2.363.594-2.722 0 0-.84-.37-1.74.758-.52.652-1.144 1.594-1.185 3.383z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M353.032 230.11s.437-1.012 2.198-1.455c0 0 .16-.073.13-.166 0 0-.03-.18-.203-.135 0 0-1.886.454-2.475 1.64 0 0-.075.203.105.23 0 0 .146.054.245-.116z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M350.984 232.195s.897.252 2.956-.742c2.06-.993 2.962.736 2.6 1.66 0 0-.376.96-1.97.79-.92-.096-2.154-.338-3.586-1.708z" fill="#64b4d1" stroke="#00247d" stroke-width=".319"/>
|
||||||
|
<path d="M355.773 232.852s-.933.576-2.628-.08c0 0-.173-.033-.2.06 0 0-.078.167.09.227 0 0 1.803.717 2.96.086 0 0 .177-.122.045-.248 0 0-.09-.13-.267-.048z" fill="#fff"/>
|
||||||
|
<path stroke-miterlimit="2.613" d="M353.997 225.685s-1.028.5-.79 1.705" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path stroke-miterlimit="10" d="M349.452 225.854s-.403 1.274.042 1.96" fill="none" stroke="#000" stroke-width=".425"/>
|
||||||
|
<path d="M394.106 214.153s.652 1.86.37 3.547c-.25 1.507.093 1.897.637 2.196.472.258 1.565-.194 1.696-1.376 0 0 1.29 2.52-1.22 4.222 0 0-1.808 1.11-3.34-.374-.54-.523-.777-1.966-.514-3.306 0 0 .396-1.815-.263-3.68 0 0 1.03 1.1.766 3.288 0 0-.528 3.927 2.38 3.734 0 0 2.01-.024 2.07-2.46 0 0-.755.867-1.688.578-.66-.205-1.268-.844-1.16-1.852.113-1.057.407-2.9.263-4.517zm-3.293 6.45s-.16 3.104-3 3.86c0 0 .4-.563-.238-2.107 0 0-.622-.9-.574-2.3 0 0-.9.707.13 2.573.62 1.124.08 2.475-.112 2.523-.192.048 4.69-.643 3.796-4.55zm-3.685-3.09s-.685-.77-.733-2.556c-.048-1.786-.383-2.22-.622-2.43 0 0 .35 1.545.255 2.494-.096.95.064 1.498.19 1.948 0 0-1.546.24-2.52-2.01-.93-2.153-1.865-1.98-2.328-1.963 0 0 .54.06 1.627 2.026 1.086 1.966 1.388 2.367 4.13 2.495zm-7.24-4.663s.893 2.14.925 3.265c0 0-2.074-.692-2.632-2.493 0 0-2.215.756-1.4 3.313 0 0-1.915-.675-2.776-2.236 0 0 1.068.803 2.057 1.156 0 0-.11-2.058 2.473-2.83 0 0 .384 1.844 1.675 2.284 0 0-.096-1.157-.32-2.46zm3.412-3.667s.718 1.045 2.186 1.094c.7.023 1.456-.136 2.185-1.094 0 0-.094 1.818-2.183 1.833 0 0-2.185.08-2.185-1.833zm-9.04 12.425s1.09.99 1.317 1.314c0 0 .766.75 1.423-.22 0 0 .838-1.545 1.867-1.504 0 0-.73.506-1.55 1.97 0 0-.22.538-.83.6-.287.027-.647.12-1.193-.45 0 0-.47-.576-1.033-1.71zm11.226-19.71c-2.185 0-.343 1.687-.343 1.687.047 2.678-2.1 3.502-3.565 2.727-1.463-.777-.32-2.727-.32-2.727s-1.65 1.086-.597 2.654c1.055 1.566 3.814.866 4.827-.58 1.013 1.446 3.772 2.146 4.824.58 1.054-1.57-.597-2.656-.597-2.656s1.145 1.95-.32 2.727c-1.462.776-3.61-.05-3.563-2.726-.002 0 1.84-1.69-.344-1.688zM386.81 199s.765 1.303.597 3.28c0 0 .694-1.978-.598-3.28zm-6.7 3.064s-.167-1.424-1.554-1.545c0 0 1.172.847 1.555 1.547zm10.767 0s.167-1.424 1.555-1.545c0 0-1.173.847-1.555 1.547zm-12.967 2.17s1.1.34 1.77-.48c0 0-1.268.336-1.77.48zm-3.565-8.733s1.28-.145 2.56 1.762c0 0-1.268.675-1.58 1.085 0 0 0-.627.623-1.182 0 0-.24-.965-1.603-1.665zm21.435 0s-1.28-.145-2.56 1.762c0 0 1.27.675 1.58 1.085 0 0 0-.627-.622-1.182 0 0 .24-.965 1.603-1.665zm-9.88 1.423s1.15.315 2.584-.482c0 0 1.77-.94 2.895 0 0 0-.983-.436-2.873.482 0 0-1.89 1.036-2.607 0z"/>
|
||||||
|
<path d="M387.097 198.085s.98-1.72 3.97-1.38c0 0-.812 2.393-3.97 1.38z" fill="#fff"/>
|
||||||
|
<ellipse cx="389.159" cy="197.551" rx=".591" ry=".75" fill="#784421"/>
|
||||||
|
<ellipse cx="389.159" cy="197.551" rx=".351" ry=".46"/>
|
||||||
|
<path d="M380.685 194.418s1.89.12 3.038.844c0 0 1.22.724 2.608-.314 0 0 1.51-.868 2.48-2.074 0 0-2.31 1.592-3.17 1.833 0 0-.79-.603-1.1-1.47 0 0 .117-.653 1.36-1.86 0 0-1.674.508-2.01 1.93 0 0 .31.87.958 1.546 0 0-.31.144-1.124-.362 0 0-1.77-.602-3.038-.07zm4.8 11.352c-1.634 1.41 0 1.266 0 1.266s1.636.145 0-1.267zm-.945-8.844s-1.15.315-2.584-.482c0 0-1.77-.94-2.895 0 0 0 .983-.436 2.873.482 0 0 1.89 1.036 2.608 0z"/>
|
||||||
|
<path d="M383.344 198.085s-.98-1.72-3.972-1.38c0 0 .814 2.393 3.972 1.38z" fill="#fff"/>
|
||||||
|
<ellipse cx="381.281" cy="197.551" rx=".591" ry=".75" fill="#784421"/>
|
||||||
|
<ellipse cx="381.281" cy="197.551" rx=".351" ry=".46"/>
|
||||||
|
<path d="M443.25 182.61v108.408c0 28.958-57.888 38.366-57.888 38.366s-57.887-9.408-57.887-38.366v-108.41H443.25z" fill="none" stroke="#000" stroke-width="1.024"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 31 KiB |
@ -0,0 +1,36 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<path fill="#f7e017" d="M0 0h512v512H0z"/>
|
||||||
|
<path d="M0 35.556V263.11l512 106.667v-120.89z" fill="#fff"/>
|
||||||
|
<path d="M0 156.444v106.667l512 213.333V369.778z"/>
|
||||||
|
<g transform="translate(-256) scale(.71111)" fill="#cf1126">
|
||||||
|
<path d="M695.74 569.72c-19.36-2.57-37.11-8.73-49.44-17.17-2.39-1.64-4.64-2.98-4.99-2.98-.36 0-.65 1.82-.65 4.07 0 6.37-2.56 9.58-9 11.25-6.16 1.6-15.56-1.63-23.18-7.95-7.89-6.55-17-11.55-24.71-13.55-6.35-1.66-14.78-1.39-20.87.65-2.83.95-6.05 2.29-7.17 2.98-1.11.69-2.36 1.25-2.76 1.25-1.08 0-.93-6.85.2-9.04 1.49-2.87 5.16-5.7 9.44-7.26 2.16-.79 3.93-1.8 3.93-2.25 0-.45-.73-2.1-1.62-3.65-2.9-5.08-1.71-10 3.35-13.87 5.18-3.96 13.95-4.64 21.7-1.69 1.95.74 3.77 1.35 4.04 1.35 1.02 0 .4-1.43-2.41-5.52-3.24-4.74-3.88-7.08-3.48-12.72.52-7.14 6.34-12.98 13.47-13.5 5.82-.42 9.44 1.54 18.03 9.72 25.65 24.46 53.54 37.94 86.07 41.59 8.21.92 24.73.43 34.42-1.03 29.27-4.41 58.76-19.13 81.79-40.82 6.38-6.01 9.45-7.6 14.68-7.62 4.55-.02 7.74 1.45 11 5.05 2.97 3.3 3.98 6.43 3.66 11.44-.21 3.21-.73 4.79-2.64 7.9-2.82 4.59-2.34 5.01 3.24 2.85 7.54-2.94 16.83-1.58 21.84 3.18 4.41 4.19 4.83 8.38 1.4 14.06-1.25 2.08-2.27 4.03-2.27 4.34 0 .57.95.84 5.53 1.58 5.99.96 9.42 5.41 9.42 12.21 0 2.04-.25 3.7-.56 3.7-.3 0-2.57-.83-5.04-1.85-6.98-2.88-10.95-3.62-19.11-3.57-6.21.04-8.35.33-12.68 1.74-6.63 2.17-13.72 6.35-19.5 11.5-6.37 5.68-10.38 7.47-16.58 7.42-5.76-.06-9.7-1.73-11.78-5.02-1.11-1.76-1.27-2.83-1-6.81.18-2.59.14-4.71-.07-4.71-.22 0-2.46 1.42-4.99 3.17-6.64 4.56-10.87 6.82-18.47 9.83-23.18 9.17-56.63 13.14-82.24 9.75z"/>
|
||||||
|
<path d="M706.34 525.17c-38.58-3.703-75.494-23.798-97.939-55.657-24.37-33.235-32.05-77.117-24.611-117.24 3.954-18.267 11.929-36.546 25.544-49.554-10.85 23.003-14.516 49.369-8.73 74.29 8.99 49.753 51.036 91.87 101.34 99.156 19.9 5.761 40.487-.324 59.496-6.493 41.935-14.78 73.88-54.583 77.777-99.08 3.336-24.077-.36-49.113-11.207-70.915 6.183 3.269 13.987 16.087 18.59 24.707 16.002 31.003 16.733 68.155 7.312 101.24-12.78 42.097-44.965 78.978-87.511 92.382-19.308 6.308-39.842 8.231-60.058 7.167z"/>
|
||||||
|
<g id="a">
|
||||||
|
<path d="M512.02 469.9c-2.528-.396-5.316 2.092-4.363 4.697 1.823 2.633 4.964 3.92 7.798 5.18 6.792 2.722 14.18 3.782 21.471 3.605-2.513-.006.863.026 1.802 0 5.774.017 11.516-1.024 16.944-2.98 3.018-1.062 6.864-2.025 8.1-5.363 1.207-2.175-.98-4.347-3.185-3.911-3.072.67-5.944 2.064-8.99 2.857-6.572 1.854-13.494 2.57-20.303 2.012-4.98-.608-9.804-2.2-14.41-4.143-1.597-.705-3.096-1.733-4.865-1.954z"/>
|
||||||
|
<path d="M514.83 459.52c-2.556-.38-4.758 2.56-3.692 4.908 1.965 2.848 5.267 4.365 8.356 5.699 5.37 2.148 11.204 3.047 16.975 2.875-2.191-.006.753.026 1.565 0a37.592 37.592 0 0 0 14.325-2.832c2.774-1.078 6.17-2.124 7.325-5.177.896-1.677.212-4.116-1.9-4.247-1.929-.096-3.593 1.132-5.378 1.683-6.485 2.681-13.622 3.818-20.614 3.214-4.357-.56-8.52-2.168-12.47-4.03-1.485-.718-2.82-1.836-4.491-2.093z"/>
|
||||||
|
<path d="M518.28 449.57c-2.19-.263-3.698 2.209-3.329 4.182.327 1.733 1.883 2.898 3.17 3.96 5.328 3.898 12.082 5.558 18.625 5.34-2.541-.009 3.41.042 1.595-.007 4.144-.017 8.238-1.03 11.966-2.825 2.489-1.082 5.411-2.336 6.25-5.177.401-1.324.652-3.227-.841-3.97-1.564-.874-3.117.47-4.539 1.016-4.789 2.437-10.125 3.793-15.507 3.768-4.65.157-9.033-1.8-13.068-3.907-1.464-.746-2.67-2.043-4.321-2.38z"/>
|
||||||
|
<path d="M481.53 302.7c-3.257 3.26-.77 9.271-.946 13.543 1.688 13.158 3.785 26.484 8.697 38.87 6.015 12.102 18.79 18.573 26.533 29.268 2.767 5.155 1.785 11.355 2.368 16.994.458 15.366.316 30.743.047 46.111 6.939 3.482 14.474 6.986 22.456 5.647 4.73-1.13 13.512-1.832 14.496-6.543-.383-26.5-.63-53.01-.983-79.506-2.69-8.119-10.951-12.32-17.129-17.515a155.468 155.468 0 0 1-14.188-16.099c-2.622-4.417-12.868-6.009-9.161 1.677 2.173 6.654 7.72 11.61 9.109 18.602.303 3.831 4.877 10.879.973 13.114-2.484-4.222-6.082-7.815-10.682-9.958-4.432-3.304-11.759-4.68-13.359-10.517-1.175-8.28-5.415-15.782-10.887-21.986 1.41-7.436.005-16.737-6.423-21.49l-.921-.212z"/>
|
||||||
|
<path d="M491.44 304.19c-2.963.478-2.862 4.254-1.491 6.239 1.458 4.288 1.855 8.945 1.066 13.409 5.267 6.166 9.347 13.543 10.576 21.64.03 3.044 3.233 4.051 5.309 5.555 4.871 3.102 10.348 5.351 14.686 9.233.913.976 1.602 2.027.957.035-.677-2.547-1.026-5.358-3.021-7.285-2.735-2.94-6.15-5.563-10.133-6.46-.332-4.114-2.292-7.893-4.102-11.532-2.006-3.479-4.102-7.206-7.54-9.462.138-6.098.038-12.495-2.586-18.122-.77-1.446-1.903-3.163-3.72-3.25z"/>
|
||||||
|
<path d="M499.73 306.62c-2.064.613-1.67 3.159-1.016 4.716.989 4.316 1.144 8.774 1.063 13.184 3.791 3 6.163 7.35 8.322 11.587 1.353 2.83 2.636 5.751 3.155 8.865 3.076 1.018 5.768 2.946 8.171 5.077-.952-2.882-3.076-5.113-4.504-7.744-1.551-2.737-3.033-5.592-3.69-8.693-2.958-3.157-4.587-7.63-3.941-11.952.133-4.776-1.41-9.71-4.606-13.31-.805-.793-1.766-1.67-2.954-1.73z"/>
|
||||||
|
<path d="M509.16 307.97c-1.122.198-1.805 1.266-2.406 2.137-.233.873.837 1.812 1.008 2.76a21.771 21.771 0 0 1 1.416 10.426c-.086 2.502.809 4.946 2.084 7.065.368-1.563 1.816-2.687 3.386-2.84.571-.101 1.411.188 1.078-.683-.399-4.786-1.128-9.598-2.8-14.12-.649-1.614-1.385-3.314-2.784-4.42-.284-.201-.623-.374-.982-.325z"/>
|
||||||
|
</g>
|
||||||
|
<use height="100%" width="100%" xlink:href="#a" transform="matrix(-1 0 0 1 1440 0)"/>
|
||||||
|
<path d="M715.67 475.98c-13.493-1.285-25.667-11.12-29.829-24 .224-2.219 2.987 1.241 4.292 1.474 2.45 1.36 5.1 2.48 7.92 2.654 3.558 1.529 5.757 5.035 9.152 6.863 1.577 1.228 7.155 3.64 6.119-.264-1.307-2.04-2.206-4.625-1.081-6.962 1.892-4.15 4.802-7.763 7.73-11.226 2.153-.72 3.595 3.527 5.134 4.957 2.131 3.279 4.7 7.28 3.447 11.352-1.22 1.509-2.021 6.047 1.241 4.522 4.022-1.77 7.316-4.742 10.651-7.517 2.919-2.039 6.654-2.183 9.713-3.97 1.417-.36 4.37-3.195 4.986-1.623-1.676 4.488-4.482 8.507-7.482 12.211-4.86 5.55-11.432 9.725-18.786 10.902-4.346.796-8.806.964-13.207.628z"/>
|
||||||
|
<path d="M731.53 460.22c.297-2.708-.32-5.473-1.703-7.935-2.123-4.326-5.121-8.166-8.046-11.96-2.757-1.616-4.287 3.657-6.12 5.17-2.857 4.277-6.443 8.657-6.617 14.036-1.607 2.502-4.604-2.04-5.896-3.535-2.468-3.491-4.336-7.62-4.03-11.987-.292-7.036 1.057-14.041 3.62-20.581 1.935-5.583 5.076-11.006 4.757-17.105.224-4.59-.708-9.658-4.426-12.745-3.538-2.776 2.291-3.368 4.143-1.928 3.168.212 4.882 5.448 7.777 4.152 1.153-2.735 1.382-5.997 3.76-8.13 2.333-3.196 4.772 1.356 5.57 3.488 1.648 1.873-.092 6.507 2.583 6.628 3.206-2.247 5.492-6.022 9.591-6.844 1.663-.949 4.504-.127 2.312 1.785-3.034 2.844-5.626 6.4-6.179 10.63-.928 5.308.4 10.69 2.713 15.47 4.446 9.39 7.885 19.997 5.636 30.445-1.043 4.644-4.198 8.645-8.032 11.34-.484.293-1.25.273-1.413-.394z"/>
|
||||||
|
<path d="M726.73 389.63c-1.456-2.624-3.224-5.21-5.673-6.995-2.381-.005-3.85 2.999-5.468 4.573-1.134 2.11-2.512 5.638-5.305 2.88-4.444-2.594-5.23-8.276-5.202-12.959-.28-7.59 2.777-14.674 5.492-21.587 1.728-4.328 1.302-9.199.248-13.634-1.327-5.092-5.414-8.623-8.56-12.595.214-1.536 4.235-.697 5.748-.405 3.36.852 5.367 3.825 7.87 5.926 1.782-.54 1.055-4.14 1.884-5.833.062-2.382 3.233-5.522 4.541-2.112 1.959 2.168-.062 6.465 2.469 7.815 2.411-.893 3.6-3.529 5.866-4.72 2.23-1.52 5.378-1.69 7.778-.497.845 2.213-2.64 4.055-3.65 5.977-4.051 5.006-5.475 11.91-3.74 18.112 1.377 4.865 3.814 9.406 4.655 14.434 1.013 5.653.98 11.59-.484 17.16-.874 3.38-3.802 5.64-6.825 7.044-.746-.694-1.14-1.714-1.644-2.583z"/>
|
||||||
|
<path d="M711.61 326.89c-3.36-2.46-4.47-4.81-4.47-9.46 0-2.38.44-3.67 2.01-5.83 2.31-3.2 1.89-4.21-1.38-3.27-5.26 1.51-7.77.13-7.95-4.35-.08-2.19.38-3.12 3.33-6.66 2.36-2.84 3.22-4.33 2.75-4.8-.46-.46-3.25 1.96-8.98 7.79-4.57 4.65-9.71 9.4-11.42 10.56-9.84 6.64-19.24 7.67-23.53 2.56-2.2-2.61-2.08-4.08.46-5.66 1.17-.72 3.14-2.38 4.39-3.69 2.95-3.07 11.74-9.41 16.1-11.61 3.54-1.79 4.38-3 2.08-3-2.98 0-12.54 6.22-19.79 12.88-2.13 1.97-5.2 4.16-6.81 4.87-3.62 1.6-10.73 2.19-13.89 1.15-2.23-.74-6.3-4.58-6.3-5.95 0-.36.93-1.16 2.06-1.77 1.13-.6 3.16-2.07 4.5-3.24 5.8-5.09 16.79-10.33 25.51-12.16 2.77-.58 1.75-1.98-1.34-1.84-5.99.26-17.88 5.83-24.98 11.69-8.32 6.86-20.87 6.21-24.91-1.29-.7-1.29-1.11-2.5-.91-2.69.19-.19 2.66-.93 5.49-1.65 3.06-.77 9.12-3.28 14.91-6.17 9.11-4.54 11.81-5.51 18.08-6.52 2.82-.45 2.97-1.83.23-2.15-3.53-.42-8.94 1.35-18.5 6.05-12.28 6.04-15.72 7.08-22.19 6.7-5.9-.36-9.23-1.87-14.02-6.4-3.13-2.97-7.57-10.51-6.7-11.38.21-.21 1.65 0 3.2.45 1.72.51 6.65.85 12.59.86 8.31.02 10.52-.2 14.95-1.48 7.41-2.14 17.26-7.15 24-12.18 12.89-9.64 23.4-13.51 36.8-13.57 12.37-.05 20.24 2.81 27.21 9.88 2.36 2.39 4.37 3.94 4.7 3.61.31-.31.65-4.49.75-9.29 0 0 3.64-.35 4.41.67 0 7.79.09 8.4 1.22 8.4.74 0 1.53-.76 2.02-1.94 1.06-2.55 4.98-6.04 9.17-8.16 9.05-4.59 24.71-4.73 37.29-.34 5.3 1.86 11.18 5.18 16.78 9.5 5.62 4.32 17.11 10.1 23.9 12.03 6.87 1.95 18.98 2.44 25.19 1.03 2.56-.58 4.96-1.06 5.34-1.06 2.29 0-1.61 7.63-6.19 12.1-8.37 8.18-19.26 8.14-34.58-.12-9.55-5.14-20.97-7.95-20.97-5.15 0 .58.6.97 1.49.97 3.32 0 9.73 2.23 18.67 6.47 9.67 4.6 15.1 6.54 18.32 6.54 2.34 0 2.41 1.45.23 4.65-2.31 3.41-6.23 5.1-11.77 5.09-5.29-.02-8.23-1.18-12.96-5.11-7.91-6.58-27.62-13.92-26.86-10 .15.78 1.1 1.26 3.13 1.57 6.86 1.05 14.91 4.89 23.15 11.06 2.54 1.91 5.18 3.79 5.85 4.19 1.13.66 1.15.86.26 2.53-1.48 2.76-5.21 4.9-9.25 5.32-5.23.54-9.78-1.02-14.49-4.96-9.94-8.32-19.31-14.34-22.31-14.34-2.45 0-1.35 1.35 2.97 3.64 5.68 3.01 11.52 7.08 15.82 11.03 2.03 1.88 4.32 3.74 5.08 4.15 1.8.96 1.73 2.37-.25 4.96-2.02 2.64-5.36 3.8-9.69 3.34-8.64-.91-15.38-5.08-25.97-16.07-4.14-4.29-7.83-7.8-8.21-7.8-1.41 0-.58 1.91 2.15 4.97 3.38 3.78 4.03 5.91 2.75 8.98-1.13 2.72-3.01 3.35-6.87 2.31-3.95-1.07-4.57-.1-1.98 3.12 3.86 4.81 3.29 10.7-1.44 14.75-1.47 1.25-3.01 2.28-3.43 2.28-.41 0-1.45-1.07-2.32-2.38-3.04-4.62-5.71-4.59-8.67.08-1.03 1.63-1.9 2.95-1.93 2.94-.04-.01-1.43-1.01-3.08-2.23z"/>
|
||||||
|
<path d="M726.67 233.03l-5.13 4.06-4.6-3.47v27.74l9.73.12z"/>
|
||||||
|
<path d="M694.89 204.25c-1.02 13.11-4.35 22.26-8.98 32.35l11.1-10.29 7.72 9.17 8.36-9.33 8.53 7.88 8.2-8.2 8.52 9.97 7.4-8.2 12.54 9c-4.55-10.09-10.71-18.64-9.94-32.84-12.15 9.03-41.02 10.66-53.45.49z"/>
|
||||||
|
<path d="M716.95 197.56c-4.46.08-9.16.14-13.39.97-2.93.58-5.59 1.53-7.81 3.1.36 8.53 41 12.09 51.9.16-2.29-1.67-5.09-2.66-8.17-3.26-4.07-.79-8.57-.87-12.84-.94 0 2.34.02 4.69.02 7.04l-9.71-.03v-7.04z"/>
|
||||||
|
<path d="M724.9 153.97l-6.31.05v49.38l6.44.03z"/>
|
||||||
|
<path d="M724.89 155.24l-2.41 23.64 24.32 11.88-12.31-16.46 16.81-5.45zm-2.71-6.16c-3.69 0-6.42 1.38-6.42 3.02 0 1.64 2.73 3.03 6.42 3.03s6.4-1.39 6.4-3.03-2.71-3.02-6.4-3.02z"/>
|
||||||
|
</g>
|
||||||
|
<g fill="#f7e017">
|
||||||
|
<path d="M249.636 400.939c2.837-.939 4.451-2.66 5.61-5.974.576-1.65.967-3.363.868-3.811-.242-1.06-1.465-1.003-2.816.12-.925.776-1.038 1.167-.775 2.746.675 3.982-.74 4.97-8.278 5.78-.746.08-2.908-.049-4.814-.284-3.584-.448-4.864-.092-3.563.989.392.327 1.387.768 2.212.974 2.012.52 9.4.17 11.556-.54zm15.623-.662c.426-.39 1.891-1.066 3.257-1.507 1.82-.583 2.759-1.21 3.527-2.354 2.211-3.292 1.799-6.13-1.451-9.956-1.764-2.076-2.546-2.02-3.954.285-1.216 1.991-1.187 2.119.562 2.574.917.235 1.8.91 2.283 1.742 1.905 3.3 1.344 5.34-1.48 5.362-2.56.021-3.263.384-3.953 2.041-.363.86-.654 1.778-.654 2.04 0 .698.967.577 1.863-.227zm-5.127-3.726c.483-1.308.654-3.662.597-8.462-.036-3.655-.178-6.756-.32-6.898-.427-.427-2.532.932-2.809 1.806-.142.455.092 1.508.52 2.333.653 1.273.739 2.46.54 7.445-.256 6.3.156 7.36 1.472 3.776z"/>
|
||||||
|
<path d="M248.1 393.55c.256-1.173.583-3.577.732-5.333.15-1.757.512-3.975.796-4.935.726-2.46-.007-3.108-1.948-1.728l-1.444 1.03.3 3.535c.276 3.186-.228 9.124-.96 11.428-.2.611.084.455.888-.484.647-.754 1.387-2.34 1.636-3.513zm-10.674 1.714c2.596-2.172 2.298-5.881 2.873-8.903-.06-2.009 1.282-4.417.416-6.175-2.426.444-3.921 2.742-2.68 5.031.104 2.659.01 5.552-1.357 7.903-1.116 1.537-4.652 1.154-4.49-1.025.888-3.275-3.037-1.681-4.57-.822-1.184.824-3.684.885-2.815-1.179-.574-2.75-4.11-1.03-6.032-1.041-1.814-.034-.15-3.677-2.754-3.038-4.84-.381-10.182.043-14.372-2.88-2.452-1.18-2.088-4.129-.811-6.037 1.524-2.606 1.96-5.866 4.38-7.889 2.395-2.297-2.26-1.327-3.309-.553-2.333 1.278-.165 4.567-2.076 6.392-1.116 1.893-2.585 4.506-5.17 4.146-3.725-.705-5.873-4.171-8.545-6.494-2.288-.457-1.001 3.713.18 4.59 2.338 1.75 5.07 3.026 7.888 3.782 2.804-.449 2.895 3.224 5.294 3.8 4.4 2.05 9.303 2.664 14.103 2.914 1.885.158.825 3.515 3.304 2.852 1.385.359 4.514-.516 4.67 1.094-2.1 2.493 2.016 2.437 3.539 1.99 1.95-.297 4.441-1.043 4.957 1.63 1.628 1.717 4.616 1.463 6.599.482.278-.162.54-.352.777-.57z"/>
|
||||||
|
<path d="M194.93 373.739c.79-1.003 1.97-3.03 2.624-4.509.647-1.486 1.621-3.171 2.154-3.747 1.252-1.351.555-2.183-1.464-1.735-1.067.234-1.5.625-1.679 1.55-.604 3.015-1.7 6.101-2.673 7.538-1.764 2.602-1.807 2.709-1.081 2.709.377 0 1.33-.81 2.119-1.806zm-26.638-16.697c-1.992 0-2.077 1.258-.136 1.934.94.327 1.736 1.116 2.376 2.404 1.891 3.761 3 4.43 8.02 4.864l3.222.291.157 1.956c.078 1.08.334 1.977.583 1.977.249 0 1.493-.54 2.752-1.18 2.36-1.196 4.6-3.983 4.6-5.711 0-1.13-1.884-2.354-3.598-2.354-.76 0-2.211.612-3.356 1.444-3.584 2.595-7.417 2.069-9.515-1.309-1.72-2.787-3.52-4.316-5.105-4.316zm17.393 6.933c.953 0 1.188.704.669 2.048-.356.925-1.515.953-1.863.043-.413-1.074.163-2.09 1.194-2.09zm134.912-4.373c-1.301.05-1.685.334-2.51 1.557-1.351 2.005-1.486 6.35-.242 7.886.775.953.89.975 2.532.292 2.29-.96 2.674-.925 2.667.306-.015 3.143-4.523 9.201-9.245 12.423-1.273.867-2.41 1.834-2.531 2.154-.342.896 1.408.697 3.555-.398 2.93-1.493 6.777-5.418 8.356-8.512 1.251-2.467 1.429-3.306 1.578-7.623.135-3.975.029-5.141-.647-6.464-.754-1.486-.995-1.621-2.887-1.621-.227 0-.434-.007-.626 0zm.157 2.773c.981 0 1.152.22 1.266 1.629.1 1.166-.107 1.877-.754 2.46-.882.796-.953.79-1.735-.398-1.095-1.678-.42-3.69 1.223-3.69zm-21.59 30.35c4.16-2.048 6.614-4.352 8.192-7.687.747-1.586 1.359-3.079 1.359-3.335 0-.576-2.048-1.529-3.279-1.529-1.223 0-1.472-.846-.945-3.186.512-2.282-.107-5.14-1.11-5.14-.362 0-1.002.532-1.429 1.18-.654 1.002-.69 1.429-.206 2.887.71 2.161.15 3.776-1.785 5.155-.917.654-1.422 1.408-1.422 2.14 0 .62.078 1.124.17 1.124.1 0 1.11-.526 2.247-1.159l2.077-1.159 1.223.96c.668.526 1.223 1.387 1.223 1.913 0 2.531-7.218 6.784-12.174 7.182-2.638.213-3.086.121-4.004-.79-.746-.746-.96-1.372-.775-2.253l.57-2.731c.454-2.205-.492-1.906-2.127.668-1.344 2.127-1.742 4.395-.989 5.59.62.974 4.73 1.905 7.638 1.728 1.827-.107 3.634-.619 5.546-1.558zm27.762-15.488c2.617-2.61 3.726-5.788 3.74-10.702l.008-3.69 2.162-1.025c2.808-1.336 5.468-3.996 5.468-5.475 0-1.522-.676-1.444-1.899.213-.889 1.202-2.076 1.927-6.421 3.926-1.095.504-1.166.775-1.415 5.368-.292 5.298-1.01 7.282-3.968 10.902-1.813 2.204-1.877 2.496-.619 2.496.52 0 1.842-.903 2.944-2.013zm-28.501-2.957c.249-.762-1.195-1.302-1.82-.684-.264.264-.335.719-.157 1.01.412.662 1.72.441 1.977-.327zm39.303-10.177c.256-.76-1.195-1.301-1.813-.683-.27.27-.342.726-.164 1.017.413.662 1.721.441 1.977-.334zm-47.303-27.548c-1.017.484-1.544 1.581-2.25 2.42-.51.345-.102.668.191.994 1.794 1.932 2.553 4.542 3.405 6.975.837 2.873 1.89 5.958 1.016 8.952-.345 1.146-1.246 2.333-2.593 1.952-2.155-.134-4.276-.706-6.437-.683-1.923.1-3.41 1.85-5.377 1.66-1.256.082-1.203-2.573-2.37-1.863-.579 1.385-.294 2.93-.363 4.394.218.21.829.026 1.195.088h3.872c.273 1.337.24 2.87 1.2 3.933 1.344.478 2.856.065 4.132-.457 1.37-.637 1.553-2.284 1.94-3.567.411-1.378 2.216-1.017 3.282-1.558 2.606-.76 4.314-3.47 4.161-6.134-.168-4.07-1.72-7.897-2.898-11.749-.593-1.696-1.003-3.466-1.69-5.123-.081-.142-.247-.262-.416-.234zm-6.45 23.267c1.448-.094 2.077 1.685 1.77 2.866-.541 1.603-2.513.575-2.912-.58-.732-1.033-.28-2.422 1.142-2.286z"/>
|
||||||
|
<path d="M230.357 346.468c-.647-.015-1.372.227-2.09.732-3.776 2.645-4.743 5.774-2.176 6.997 1.884.903 1.408 1.963-1.558 3.45-4.245 2.118-7.993 1.855-15.11-1.089-1.75-.725-2.205-.448-1.8 1.152.391 1.572 1.828 2.432 5.397 3.243 3.84.882 8.484.597 11.47-.69 1.458-.626 3.186-1.941 4.644-3.527l2.311-2.539 2.688.335c3.314.405 3.378.44 3.378 2.026 0 1.259.071 1.287 3.115 1.572 1.714.163 3.968.313 5.02.313 1.344.007 2.105.241 2.553.867.597.832.953.875 5.96.427 4.678-.427 5.596-.391 7.708.327 1.5.512 3.15.718 4.401.583 3.584-.405 8.527-3.335 9.245-5.49.085-.263 1.387-.725 2.887-1.024 3.62-.725 3.776-1.514.398-1.934-1.465-.185-3.662-.718-4.885-1.202-1.23-.483-2.909-.889-3.733-.889-1.82 0-3.535 1.138-3.535 2.312 0 .768.27.846 2.425.625 2.027-.206 2.617-.092 3.684.754.704.555 1.173 1.209 1.024 1.444-.477.775-4.708 2.702-6.578 3-1.252.2-2.261.065-3.243-.44-1.642-.854-4.06-.982-4.515-.25-.192.32-.711.115-1.422-.554l-1.11-1.045-2.51 1.045c-2.553 1.06-3.492 1.017-3.492-.199 0-.555-.746-.619-4.508-.377-4.146.27-4.58.2-5.355-.668-.718-.797-.732-1.074-.22-1.892.47-.754.47-1.08.021-1.529-.448-.448-1.03-.44-2.666 0-4.125 1.102-5.291.484-5.291-2.738 0-1.934-1.11-3.107-2.532-3.128zm-1.024 2.958c.22 0 .406.135.69.42.363.362.555.995.398 1.4-.37.96-2.119.925-2.489-.042-.177-.47.05-.996.576-1.38.37-.27.605-.405.825-.398z"/>
|
||||||
|
<path d="M221.938 352.427c2.51-1.593 2.453-1.472 2.816-5.895.249-3.122.206-3.357-.64-3.357-1.23 0-1.87 1.351-1.87 3.925 0 1.65-.256 2.39-1.138 3.264-2.09 2.091-7.282 1.138-7.936-1.457-.22-.89.064-1.693 1.152-3.236 2.268-3.221 1.756-4.01-1.024-1.564-1.913 1.67-2.254 1.72-1.892.277.334-1.33-.362-1.856-1.92-1.465-.796.2-1.23.697-1.422 1.664-.185.946-.619 1.472-1.372 1.657-1.26.32-3.407-.875-3.407-1.892 0-.753 3.215-4.679 7.339-8.96 1.557-1.62 2.83-3.128 2.83-3.356 0-.228-.832-.412-1.849-.412-1.486 0-1.849.163-1.849.853 0 .47-2.076 3.193-4.622 6.059-5.305 5.973-5.746 7.217-3.122 8.81 2.112 1.294 4.822 1.195 6.948-.249l1.72-1.173v2.126c0 2.717.541 3.69 2.675 4.822 2.68 1.415 5.923 1.244 8.583-.441zm111.332-36.914c-1.968 1.175-.429 3.643-.13 5.283-.804 2.237-3.678 2.84-5.773 3.255-2.968.491-5.071 2.974-6.2 5.612-.612 1.713-2.089 4.37-3.698 1.761-1.398-1.417-3.969-2.54-5.623-.886-1.256 1.196-1.575 2.956-2.043 4.553-.742-1.228-1.074-3.056-2.646-3.444-2.508.353-1.602 3.516-.422 4.82 1.072 1.52 2.102 3.526 1.05 5.331-.926 2.17-4.13 3.634-6.013 1.778-1.758-.928-.582-4.242-2.314-4.424-.856.618-.926 4.086-2.297 2.206-.989-1.606-.464-3.806-1.674-5.251-1.43.177-2.58 2.64-2.104 3.961 1.908 2.573 2.692 5.8 3.436 8.866.463 1.228-.068 3.717 1.08 4.203.797-1.976.057-4.217.684-6.212 1.861-.234 3.932.616 5.885.164 2.793-.363 4.952-2.72 5.932-5.23.296-1.888-.056-3.803-.108-5.701 2.206.341 4.5.334 6.622 1.051 1.053 1.615-.334 3.875-.625 5.639-1.108 3.593-3.922 6.2-6.66 8.602-1.145.678-1.299 2.474.392 1.506 3.68-1.573 6.421-4.905 7.999-8.511 1.151-2.775.226-5.865.977-8.703 1.11-2.13 3.784-1.681 5.763-1.674 2.047-.078 3.794-2.464 3.11-4.453-.65-2.31 1.792-3.421 3.461-4.247 2.213-1.116 3.91-3.384 3.738-5.943-.09-1.309-.026-3.792-1.8-3.911zm-7.845 13.333c2.37.63-.429 5.157-1.689 2.29-.388-1.095.534-2.33 1.69-2.29zm-11 3.243c3.084-.18 1.976 4.324-.63 2.279-1.352-.679-.904-2.363.63-2.28zm-111.687 17.408c.085-.448-.142-.768-.548-.768-.86 0-1.38.754-.974 1.408.42.675 1.344.291 1.522-.64zm36.152-4.039c0-.662-.248-.91-.803-.804-1.209.228-1.344 1.764-.156 1.764.661 0 .96-.299.96-.96zm-44.735-21.703c-1.443-.297-2.35.924-2.845 2.089-1.079 1.813-2.397 3.668-4.333 4.628-1.392.387-2.91-.142-4.111-.86-1.433-.713-1.107-2.437-1.721-3.627-1.036-.814-2.874.35-2.833 1.615-.114 1.697 1.473 2.677 2.79 3.333 1.12.686 2.744 1.067 3.191 2.455-.03 1.18.444 2.53 1.88 2.074 1.607-.026 2.023 1.931 1.375 3.106-.661 1.323-1.107 2.874-.791 4.348.768.647 1.552-1.088 2.108-1.583L190 339.82c2.843.155 5.684.517 8.534.416 2.027-.037 3.753-1.288 5.042-2.755 1.823-1.906 3.32-4.146 5.403-5.79 1.482-.362.685-3.153-.863-2.347-1.394.523-1.833 2.099-2.799 3.103-1.646 1.993-3.325 4.015-5.4 5.577-1.511.627-3.25.353-4.803 0-.647-.566 1.287-1.027 1.556-1.657.89-.89 1.948-1.733 2.464-2.902-.494-1.077-2.003-1.164-3.067-1.186-2.621.315-4.623 2.515-7.27 2.722-2.009.07-.963-2.106-.058-2.848 1.772-2.104 3.687-4.086 5.537-6.12.525-.633 2.424-1.232 1.21-2.12-.425-.153-.885-.153-1.33-.16zm1.289 10.644c1.321.744-.844 1.96-1.756 1.794-1.196.359-1.217-.861-.155-1.104.598-.311 1.229-.635 1.91-.69zm-4.067 2.778c.752-.014 2.329.708.848 1.171-1.03.799-2.195-.813-.848-1.171z"/>
|
||||||
|
<path d="M223.396 339.015c0-1.003-1.8-.86-1.999.157-.128.654.079.81.918.69.597-.086 1.08-.463 1.08-.847zm79.68-7.055c.184-.96-1.152-1.6-1.856-.895-.704.704-.057 2.04.896 1.856.44-.085.874-.52.96-.96zm-124.004-9.763c1.252-1.073 1.266-1.145.725-3.505-.768-3.307-.718-3.663.54-3.976 1.594-.405 5.64 1.764 6.536 3.5.697 1.343.675 1.436-.505 2.53-1.273 1.174-1.266 2.546.007 2.546 1.053 0 3.961-2.752 3.961-3.74 0-1.372-3.228-4.615-5.781-5.803-1.579-.74-3.158-1.08-4.985-1.088-3.271 0-3.712.704-2.83 4.509 1.038 4.458-.37 5.063-3.961 1.7-2.667-2.497-3.72-5.092-3.705-9.181.007-4.388 1.685-6.557 5.468-7.069 2.51-.334 2.446-.924-.135-1.308-3.769-.569-6.955 1.948-8.163 6.443-1.344 4.985 1.735 11.057 7.182 14.186 2.851 1.636 3.99 1.686 5.646.256zm148.508-5.468c.306-.306.555-.996.555-1.529 0-.533.52-1.678 1.152-2.539.64-.86 1.16-1.742 1.16-1.955 0-.875-1.444-.846-2.582.057-1.166.91-2.041.931-2.041.042 0-.22.555-.675 1.237-1.01 1.693-.824 1.835-1.642.406-2.296-1.835-.832-3.677.69-3.869 3.2-.12 1.678.014 1.97 1.309 2.73 1.18.697 1.4 1.067 1.201 2.063-.34 1.728.377 2.332 1.472 1.237zm13.96-1.579c1.024-.917 1.856-1.962 1.856-2.31 0-.35.881-1.274 1.962-2.049 3.065-2.204 3.74-4.43 2.368-7.85-.533-1.345-2.211-3.2-5.86-6.486-2.801-2.531-5.382-4.6-5.717-4.6-.995 0-.817 3.661.192 3.981 1.82.584 2.923 1.33 5.789 3.912 3.328 3.008 4.864 5.816 4.025 7.38-.804 1.516-1.87 1.046-4.807-2.104-1.544-1.657-3.072-3.008-3.385-3.008-.342.007-.583.604-.583 1.444 0 1.052.561 2.055 2.083 3.747 2.482 2.76 2.724 4.416.86 5.881-.668.526-1.358.96-1.528.96-.164 0-.711-.825-1.21-1.828-1.037-2.104-7.388-8.81-8.34-8.81-.434 0-.648.54-.648 1.607 0 1.287.256 1.742 1.28 2.268 1.259.655 4.374 3.79 7.503 7.574.896 1.08 1.777 1.955 1.97 1.962.184 0 1.173-.753 2.19-1.67zm6.229-17.827c-.413-1.33-8.932-10.098-9.806-10.098-.455 0-.598.54-.491 1.934.12 1.693.306 1.984 1.472 2.29.725.192 2.972 1.955 4.985 3.911 2.005 1.956 3.769 3.442 3.911 3.292.142-.142.114-.74-.071-1.33zm-50.88 98.687a1.266 1.16 0 1 1-2.533 0 1.266 1.16 0 1 1 2.533 0zm4.473-1.493a1.266 1.16 0 1 1-2.533 0 1.266 1.16 0 1 1 2.533 0z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 22 KiB |
@ -0,0 +1,867 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" fill="#28ff09" viewBox="0 0 512 512">
|
||||||
|
<path fill="#007934" d="M0 0h512v512H0z"/>
|
||||||
|
<path fill="#ffe000" d="M0 0h512v341.333H0z"/>
|
||||||
|
<path fill="#d52b1e" d="M0 0h512v170.667H0z"/>
|
||||||
|
<g stroke="#000" stroke-width="1.5">
|
||||||
|
<g stroke-width=".217">
|
||||||
|
<path d="M400.692 187.885c1.08.916 183.545 161.535 184.346 162.235.472-.555 1.388-1.626 1.837-2.128-.752-.678-183.282-161.2-184.356-162.178.326-.602-2.497 2.7-1.827 2.07z" fill="#a05a2c" transform="matrix(-.64716 .07799 .09095 .5549 550.04 89.254)"/>
|
||||||
|
<path d="M389.184 177.624c.763 1.213 2.953 4.297 2.626 6.843 1.145-1.144 1.684-1.964 2.762-3.194-.588 1.808-.203 2.756.67 3.257.625.72 2.36.287 3.45-.12-1.014.96-2.145 1.964-3.68 2.36-1.536.396-2.094.372-3.029.614 1.03.46 3.657 1.081 5.439 1.152.891.036 2.6-.021 3.27-.651 1.08.916 2.9-1.093 1.827-2.071.326-.602.25-1.486.19-2.66-.07-1.326-.633-3.554-1.871-5.544a17.245 17.245 0 0 1-.334 3.308c-.205 1.049-.818 1.965-1.413 2.948.29-.977.348-2.402-.623-3.287-.97-.886-2.175-.718-3.233-.038.879-1.05 1.569-1.703 2.64-2.907-1.261.164-5.538-1.076-6.997-1.817-1.459-.74-6.223-4.041-8.921-6.06 2.321 2.356 6.482 6.68 7.227 7.867z" fill="#e7e7e7" transform="matrix(-.64716 .07799 .09095 .5549 550.04 89.254)"/>
|
||||||
|
<path d="M400.692 187.885c1.08.916 183.545 161.535 184.346 162.235.472-.555 1.388-1.626 1.837-2.128-.752-.678-183.282-161.2-184.356-162.178.326-.602-2.497 2.7-1.827 2.07z" fill="#a05a2c" transform="matrix(-.64716 -.07799 -.09095 .5549 603.895 164.63)"/>
|
||||||
|
<path d="M389.184 177.624c.763 1.213 2.953 4.297 2.626 6.843 1.145-1.144 1.684-1.964 2.762-3.194-.588 1.808-.203 2.756.67 3.257.625.72 2.36.287 3.45-.12-1.014.96-2.145 1.964-3.68 2.36-1.536.396-2.094.372-3.029.614 1.03.46 3.657 1.081 5.439 1.152.891.036 2.6-.021 3.27-.651 1.08.916 2.9-1.093 1.827-2.071.326-.602.25-1.486.19-2.66-.07-1.326-.633-3.554-1.871-5.544a17.245 17.245 0 0 1-.334 3.308c-.205 1.049-.818 1.965-1.413 2.948.29-.977.348-2.402-.623-3.287-.97-.886-2.175-.718-3.233-.038.879-1.05 1.569-1.703 2.64-2.907-1.261.164-5.538-1.076-6.997-1.817-1.459-.74-6.223-4.041-8.921-6.06 2.321 2.356 6.482 6.68 7.227 7.867z" fill="#e7e7e7" transform="matrix(-.64716 -.07799 -.09095 .5549 603.895 164.63)"/>
|
||||||
|
<g>
|
||||||
|
<path d="M400.692 187.885c1.08.916 183.545 161.535 184.346 162.235.472-.555 1.388-1.626 1.837-2.128-.752-.678-183.282-161.2-184.356-162.178.326-.602-2.497 2.7-1.827 2.07z" fill="#a05a2c" transform="matrix(-.65352 0 0 .56035 577.937 126.701)"/>
|
||||||
|
<path d="M389.184 177.624c.763 1.213 2.953 4.297 2.626 6.843 1.145-1.144 1.684-1.964 2.762-3.194-.588 1.808-.203 2.756.67 3.257.625.72 2.36.287 3.45-.12-1.014.96-2.145 1.964-3.68 2.36-1.536.396-2.094.372-3.029.614 1.03.46 3.657 1.081 5.439 1.152.891.036 2.6-.021 3.27-.651 1.08.916 2.9-1.093 1.827-2.071.326-.602.25-1.486.19-2.66-.07-1.326-.633-3.554-1.871-5.544a17.245 17.245 0 0 1-.334 3.308c-.205 1.049-.818 1.965-1.413 2.948.29-.977.348-2.402-.623-3.287-.97-.886-2.175-.718-3.233-.038.879-1.05 1.569-1.703 2.64-2.907-1.261.164-5.538-1.076-6.997-1.817-1.459-.74-6.223-4.041-8.921-6.06 2.321 2.356 6.482 6.68 7.227 7.867z" fill="#e7e7e7" transform="matrix(-.65352 0 0 .56035 577.937 126.701)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g stroke-width=".217">
|
||||||
|
<path d="M400.692 187.885c1.08.916 183.545 161.535 184.346 162.235.472-.555 1.388-1.626 1.837-2.128-.752-.678-183.282-161.2-184.356-162.178.326-.602-2.497 2.7-1.827 2.07z" fill="#a05a2c" transform="matrix(.64716 .07799 -.09095 .5549 -38.04 89.254)"/>
|
||||||
|
<path d="M389.184 177.624c.763 1.213 2.953 4.297 2.626 6.843 1.145-1.144 1.684-1.964 2.762-3.194-.588 1.808-.203 2.756.67 3.257.625.72 2.36.287 3.45-.12-1.014.96-2.145 1.964-3.68 2.36-1.536.396-2.094.372-3.029.614 1.03.46 3.657 1.081 5.439 1.152.891.036 2.6-.021 3.27-.651 1.08.916 2.9-1.093 1.827-2.071.326-.602.25-1.486.19-2.66-.07-1.326-.633-3.554-1.871-5.544a17.245 17.245 0 0 1-.334 3.308c-.205 1.049-.818 1.965-1.413 2.948.29-.977.348-2.402-.623-3.287-.97-.886-2.175-.718-3.233-.038.879-1.05 1.569-1.703 2.64-2.907-1.261.164-5.538-1.076-6.997-1.817-1.459-.74-6.223-4.041-8.921-6.06 2.321 2.356 6.482 6.68 7.227 7.867z" fill="#e7e7e7" transform="matrix(.64716 .07799 -.09095 .5549 -38.04 89.254)"/>
|
||||||
|
<path d="M400.692 187.885c1.08.916 183.545 161.535 184.346 162.235.472-.555 1.388-1.626 1.837-2.128-.752-.678-183.282-161.2-184.356-162.178.326-.602-2.497 2.7-1.827 2.07z" fill="#a05a2c" transform="matrix(.64716 -.07799 .09095 .5549 -91.895 164.63)"/>
|
||||||
|
<path d="M389.184 177.624c.763 1.213 2.953 4.297 2.626 6.843 1.145-1.144 1.684-1.964 2.762-3.194-.588 1.808-.203 2.756.67 3.257.625.72 2.36.287 3.45-.12-1.014.96-2.145 1.964-3.68 2.36-1.536.396-2.094.372-3.029.614 1.03.46 3.657 1.081 5.439 1.152.891.036 2.6-.021 3.27-.651 1.08.916 2.9-1.093 1.827-2.071.326-.602.25-1.486.19-2.66-.07-1.326-.633-3.554-1.871-5.544a17.245 17.245 0 0 1-.334 3.308c-.205 1.049-.818 1.965-1.413 2.948.29-.977.348-2.402-.623-3.287-.97-.886-2.175-.718-3.233-.038.879-1.05 1.569-1.703 2.64-2.907-1.261.164-5.538-1.076-6.997-1.817-1.459-.74-6.223-4.041-8.921-6.06 2.321 2.356 6.482 6.68 7.227 7.867z" fill="#e7e7e7" transform="matrix(.64716 -.07799 .09095 .5549 -91.895 164.63)"/>
|
||||||
|
<g>
|
||||||
|
<path d="M400.692 187.885c1.08.916 183.545 161.535 184.346 162.235.472-.555 1.388-1.626 1.837-2.128-.752-.678-183.282-161.2-184.356-162.178.326-.602-2.497 2.7-1.827 2.07z" fill="#a05a2c" transform="matrix(.65352 0 0 .56035 -65.937 126.701)"/>
|
||||||
|
<path d="M389.184 177.624c.763 1.213 2.953 4.297 2.626 6.843 1.145-1.144 1.684-1.964 2.762-3.194-.588 1.808-.203 2.756.67 3.257.625.72 2.36.287 3.45-.12-1.014.96-2.145 1.964-3.68 2.36-1.536.396-2.094.372-3.029.614 1.03.46 3.657 1.081 5.439 1.152.891.036 2.6-.021 3.27-.651 1.08.916 2.9-1.093 1.827-2.071.326-.602.25-1.486.19-2.66-.07-1.326-.633-3.554-1.871-5.544a17.245 17.245 0 0 1-.334 3.308c-.205 1.049-.818 1.965-1.413 2.948.29-.977.348-2.402-.623-3.287-.97-.886-2.175-.718-3.233-.038.879-1.05 1.569-1.703 2.64-2.907-1.261.164-5.538-1.076-6.997-1.817-1.459-.74-6.223-4.041-8.921-6.06 2.321 2.356 6.482 6.68 7.227 7.867z" fill="#e7e7e7" transform="matrix(.65352 0 0 .56035 -65.937 126.701)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g stroke-width=".238">
|
||||||
|
<path d="M408.421 331.297c-4.148-7.959-21.27-18.781-24.222-19.09 7.87 17.358 20.839 23.639 24.222 19.09z" fill="#00e519" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M408.343 331.298c-3.383 4.549-16.274-1.733-24.144-19.011 11.722 11.098 22.203 19.168 24.144 19.011z" fill="#ffe533" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M408.343 331.298c-3.383 4.549-16.274-1.733-24.144-19.011 11.722 11.098 22.203 19.168 24.144 19.011z" fill="none" stroke-linecap="round" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M408.421 331.22c-4.42-8.465-22.357-18.936-24.261-19.129 7.91 17.319 20.878 23.678 24.261 19.13z" fill="none" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M384.558 175.702l-2.79 118.6c1.24 2.796 4.078 1.046 4.544 1.589 1.045 4.388 4.19 6.6 4.577 7.687.85 5.904-2.417 8.937-2.727 9.17-3.694 2.45-.436 7.887-1.097 8.858.076 2.33 3.766 3.454 3.452 6.095.272-.193.021 19.075-.02 21.133.62 1.398.764 14.373.764 14.373 3.494 1.472 21.213-2.506 21.407-2.236-1.267-17.284-9.67-46.683-8.697-47.887-.61-12.198-3.86-26.568-7.354-28.04-3.57-5.203-2.512-14.022-.762-15.383-3.728-1.784-4.619-5.318-4.813-5.589l1.166-85.54c-2.134-2.135-2.29-.736-3.885.625 0 0-.618-3.03-.385-3.263-1.087-1.476-3.03-.93-3.38-.192z" fill="#a05a2c" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M392.66 153.164c-.081 2.331-1.323 1.788-1.867 1.866l-2.02-.23c-2.019-.854-3.613-.114-3.963.625l-3.041 138.878c1.24 2.795 4.272 1.316 4.775 1.899l1.953-94.943s-.435-33.874-.348-43.196l5.439-.238c1.552.232 2.447-.663 2.566-2.567l-2.207-50.497-1.249 47.51-.038.893" fill="#cce5e5" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M392.66 153.164c-.081 2.331-1.323 1.788-1.867 1.866l-2.02-.23c-2.019-.854-3.613-.114-3.963.625l-3.041 138.878c1.24 2.795 4.272 1.316 4.775 1.899l1.953-94.943s-.434-33.873-.348-43.196l5.439-.238c1.552.232 2.447-.663 2.566-2.567l-2.207-50.497-1.249 47.51-.038.893" fill="#e7e7e7" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M403.592 303.916c4.93 1.898 5.78 7.259.417 10.838M403.741 309.277c1.242 1.863 3.108.618 3.108.618M392.975 273.78c-2.225 11.851-.757 21.018-.798 23.62 1.665 5.787.334 16.666-.95 18.103l1.953 31.348" fill="none" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M381.807 294.807c2.564.076 13.212-4.518 19.656-.018 2.128 9.67 2.042 18.528 2.546 19.965-9.365 3.387-15.076 4.597-17.098 4.832-.698-1.242-.307-3.65-.307-3.65-.58-2.37 1.79-3.188 1.79-3.188 1.908-4.78.437-9.362-2.437-10.913-3.572-2.017-2.368-1.902-2.834-2.133-1.202-1.903-1.316-4.895-1.316-4.895z" fill="#cce5e5" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M381.807 294.807c2.564.076 13.212-4.518 19.656-.018 2.128 9.67 2.042 18.528 2.546 19.965-9.365 3.387-15.076 4.597-17.098 4.832-.698-1.242-.307-3.65-.307-3.65-.58-2.37 1.79-3.188 1.79-3.188 1.908-4.78.437-9.362-2.437-10.913-3.572-2.017-2.368-1.902-2.834-2.133-1.202-1.903-1.316-4.895-1.316-4.895z" fill="none" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M388.875 298.141c3.338 1.396 5.899 4.734 5.546 8.502l-5.546-8.502" fill="#cce5e5" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M388.875 298.141c3.338 1.396 5.899 4.734 5.546 8.502M399.74 310.562c-.662.661-1.71.7-2.37.04a1.71 1.71 0 0 1 .003-2.407c.66-.66 1.708-.623 2.368.036.66.66.66 1.67-.001 2.33zM398.543 302.211a1.712 1.712 0 0 1-2.408.002c-.66-.66-.621-1.708.04-2.37a1.62 1.62 0 0 1 2.33 0c.66.659.699 1.708.038 2.368z" fill="none" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M383.187 188.717c-1.087-1.086-.892-3.068.47-4.43l9.129.187s.815.583 1.047 2.135c.193 1.592-1.284 2.14-1.284 2.14l-9.362-.032" fill="#cce5e5" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
<path d="M383.187 188.717c-1.087-1.086-.892-3.068.47-4.43l9.129.187s.815.583 1.047 2.135c.193 1.592-1.284 2.14-1.284 2.14l-9.362-.032" fill="none" transform="matrix(-.54312 -.20734 -.24182 .46569 536.75 232.753)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width=".238">
|
||||||
|
<path d="M408.421 331.297c-4.148-7.959-21.27-18.781-24.222-19.09 7.87 17.358 20.839 23.639 24.222 19.09z" fill="#00e519" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M408.343 331.298c-3.383 4.549-16.274-1.733-24.144-19.011 11.722 11.098 22.203 19.168 24.144 19.011z" fill="#ffe533" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M408.343 331.298c-3.383 4.549-16.274-1.733-24.144-19.011 11.722 11.098 22.203 19.168 24.144 19.011z" fill="none" stroke-linecap="round" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M408.421 331.22c-4.42-8.465-22.357-18.936-24.261-19.129 7.91 17.319 20.878 23.678 24.261 19.13z" fill="none" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M384.558 175.702l-2.79 118.6c1.24 2.796 4.078 1.046 4.544 1.589 1.045 4.388 4.19 6.6 4.577 7.687.85 5.904-2.417 8.937-2.727 9.17-3.694 2.45-.436 7.887-1.097 8.858.076 2.33 3.766 3.454 3.452 6.095.272-.193.021 19.075-.02 21.133.62 1.398.764 14.373.764 14.373 3.494 1.472 21.213-2.506 21.407-2.236-1.267-17.284-9.67-46.683-8.697-47.887-.61-12.198-3.86-26.568-7.354-28.04-3.57-5.203-2.512-14.022-.762-15.383-3.728-1.784-4.619-5.318-4.813-5.589l1.166-85.54c-2.134-2.135-2.29-.736-3.885.625 0 0-.618-3.03-.385-3.263-1.087-1.476-3.03-.93-3.38-.192z" fill="#a05a2c" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M384.558 175.702l-2.79 118.6c1.24 2.796 4.078 1.046 4.544 1.589 1.045 4.388 4.19 6.6 4.577 7.687.85 5.904-2.417 8.937-2.727 9.17-3.694 2.45-.436 7.887-1.097 8.858.076 2.33 3.766 3.454 3.452 6.095.272-.193.021 19.075-.02 21.133.62 1.398.764 14.373.764 14.373 3.494 1.472 21.213-2.506 21.407-2.236-1.267-17.284-9.67-46.683-8.697-47.887-.61-12.198-3.86-26.568-7.354-28.04-3.57-5.203-2.512-14.022-.762-15.383-3.728-1.784-4.619-5.318-4.813-5.589l1.166-85.54c-2.134-2.135-2.29-.736-3.885.625 0 0-.618-3.03-.385-3.263-1.087-1.476-3.03-.93-3.38-.192z" fill="none" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M392.66 153.164c-.081 2.331-1.323 1.788-1.867 1.866l-2.02-.23c-2.019-.854-3.613-.114-3.963.625l-3.041 138.878c1.24 2.795 4.272 1.316 4.775 1.899l1.953-94.943s-.435-33.874-.348-43.196l5.439-.238c1.552.232 2.447-.663 2.566-2.567l-2.207-50.497-1.249 47.51-.038.893" fill="#cce5e5" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M392.66 153.164c-.081 2.331-1.323 1.788-1.867 1.866l-2.02-.23c-2.019-.854-3.613-.114-3.963.625l-3.041 138.878c1.24 2.795 4.272 1.316 4.775 1.899l1.953-94.943s-.434-33.873-.348-43.196l5.439-.238c1.552.232 2.447-.663 2.566-2.567l-2.207-50.497-1.249 47.51-.038.893" fill="#e7e7e7" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M403.592 303.916c4.93 1.898 5.78 7.259.417 10.838M403.741 309.277c1.242 1.863 3.108.618 3.108.618M392.975 273.78c-2.225 11.851-.757 21.018-.798 23.62 1.665 5.787.334 16.666-.95 18.103l1.953 31.348" fill="none" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M381.807 294.807c2.564.076 13.212-4.518 19.656-.018 2.128 9.67 2.042 18.528 2.546 19.965-9.365 3.387-15.076 4.597-17.098 4.832-.698-1.242-.307-3.65-.307-3.65-.58-2.37 1.79-3.188 1.79-3.188 1.908-4.78.437-9.362-2.437-10.913-3.572-2.017-2.368-1.902-2.834-2.133-1.202-1.903-1.316-4.895-1.316-4.895z" fill="#cce5e5" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M381.807 294.807c2.564.076 13.212-4.518 19.656-.018 2.128 9.67 2.042 18.528 2.546 19.965-9.365 3.387-15.076 4.597-17.098 4.832-.698-1.242-.307-3.65-.307-3.65-.58-2.37 1.79-3.188 1.79-3.188 1.908-4.78.437-9.362-2.437-10.913-3.572-2.017-2.368-1.902-2.834-2.133-1.202-1.903-1.316-4.895-1.316-4.895z" fill="none" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M388.875 298.141c3.338 1.396 5.899 4.734 5.546 8.502l-5.546-8.502" fill="#cce5e5" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M388.875 298.141c3.338 1.396 5.899 4.734 5.546 8.502M399.74 310.562c-.662.661-1.71.7-2.37.04a1.71 1.71 0 0 1 .003-2.407c.66-.66 1.708-.623 2.368.036.66.66.66 1.67-.001 2.33zM398.543 302.211a1.712 1.712 0 0 1-2.408.002c-.66-.66-.621-1.708.04-2.37a1.62 1.62 0 0 1 2.33 0c.66.659.699 1.708.038 2.368z" fill="none" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M383.187 188.717c-1.087-1.086-.892-3.068.47-4.43l9.129.187s.815.583 1.047 2.135c.193 1.592-1.284 2.14-1.284 2.14l-9.362-.032" fill="#cce5e5" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
<path d="M383.187 188.717c-1.087-1.086-.892-3.068.47-4.43l9.129.187s.815.583 1.047 2.135c.193 1.592-1.284 2.14-1.284 2.14l-9.362-.032" fill="none" transform="matrix(-.54726 -.19918 -.2323 .46924 529.307 231.022)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width=".236">
|
||||||
|
<path d="M408.421 331.297c-4.148-7.959-21.27-18.781-24.222-19.09 7.87 17.358 20.839 23.639 24.222 19.09z" fill="#00e519" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M408.343 331.298c-3.383 4.549-16.274-1.733-24.144-19.011 11.722 11.098 22.203 19.168 24.144 19.011z" fill="#ffe533" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M408.343 331.298c-3.383 4.549-16.274-1.733-24.144-19.011 11.722 11.098 22.203 19.168 24.144 19.011z" fill="none" stroke-linecap="round" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M408.421 331.22c-4.42-8.465-22.357-18.936-24.261-19.129 7.91 17.319 20.878 23.678 24.261 19.13z" fill="none" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M384.558 175.702l-2.79 118.6c1.24 2.796 4.078 1.046 4.544 1.589 1.045 4.388 4.19 6.6 4.577 7.687.85 5.904-2.417 8.937-2.727 9.17-3.694 2.45-.436 7.887-1.097 8.858.076 2.33 3.766 3.454 3.452 6.095.272-.193.021 19.075-.02 21.133.62 1.398.764 14.373.764 14.373 3.494 1.472 21.213-2.506 21.407-2.236-1.267-17.284-9.67-46.683-8.697-47.887-.61-12.198-3.86-26.568-7.354-28.04-3.57-5.203-2.512-14.022-.762-15.383-3.728-1.784-4.619-5.318-4.813-5.589l1.166-85.54c-2.134-2.135-2.29-.736-3.885.625 0 0-.618-3.03-.385-3.263-1.087-1.476-3.03-.93-3.38-.192z" fill="#a05a2c" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M392.66 153.164c-.081 2.331-1.323 1.788-1.867 1.866l-2.02-.23c-2.019-.854-3.613-.114-3.963.625l-3.041 138.878c1.24 2.795 4.272 1.316 4.775 1.899l1.953-94.943s-.435-33.874-.348-43.196l5.439-.238c1.552.232 2.447-.663 2.566-2.567l-2.207-50.497-1.249 47.51-.038.893" fill="#cce5e5" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M392.66 153.164c-.081 2.331-1.323 1.788-1.867 1.866l-2.02-.23c-2.019-.854-3.613-.114-3.963.625l-3.041 138.878c1.24 2.795 4.272 1.316 4.775 1.899l1.953-94.943s-.434-33.873-.348-43.196l5.439-.238c1.552.232 2.447-.663 2.566-2.567l-2.207-50.497-1.249 47.51-.038.893" fill="#e7e7e7" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M403.592 303.916c4.93 1.898 5.78 7.259.417 10.838M403.741 309.277c1.242 1.863 3.108.618 3.108.618M392.975 273.78c-2.225 11.851-.757 21.018-.798 23.62 1.665 5.787.334 16.666-.95 18.103l1.953 31.348" fill="none" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M381.807 294.807c2.564.076 13.212-4.518 19.656-.018 2.128 9.67 2.042 18.528 2.546 19.965-9.365 3.387-15.076 4.597-17.098 4.832-.698-1.242-.307-3.65-.307-3.65-.58-2.37 1.79-3.188 1.79-3.188 1.908-4.78.437-9.362-2.437-10.913-3.572-2.017-2.368-1.902-2.834-2.133-1.202-1.903-1.316-4.895-1.316-4.895z" fill="#cce5e5" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M381.807 294.807c2.564.076 13.212-4.518 19.656-.018 2.128 9.67 2.042 18.528 2.546 19.965-9.365 3.387-15.076 4.597-17.098 4.832-.698-1.242-.307-3.65-.307-3.65-.58-2.37 1.79-3.188 1.79-3.188 1.908-4.78.437-9.362-2.437-10.913-3.572-2.017-2.368-1.902-2.834-2.133-1.202-1.903-1.316-4.895-1.316-4.895z" fill="none" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M388.875 298.141c3.338 1.396 5.899 4.734 5.546 8.502l-5.546-8.502" fill="#cce5e5" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M388.875 298.141c3.338 1.396 5.899 4.734 5.546 8.502M399.74 310.562c-.662.661-1.71.7-2.37.04a1.71 1.71 0 0 1 .003-2.407c.66-.66 1.708-.623 2.368.036.66.66.66 1.67-.001 2.33zM398.543 302.211a1.712 1.712 0 0 1-2.408.002c-.66-.66-.621-1.708.04-2.37a1.62 1.62 0 0 1 2.33 0c.66.659.699 1.708.038 2.368z" fill="none" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M383.187 188.717c-1.087-1.086-.892-3.068.47-4.43l9.129.187s.815.583 1.047 2.135c.193 1.592-1.284 2.14-1.284 2.14l-9.362-.032" fill="#cce5e5" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
<path d="M383.187 188.717c-1.087-1.086-.892-3.068.47-4.43l9.129.187s.815.583 1.047 2.135c.193 1.592-1.284 2.14-1.284 2.14l-9.362-.032" fill="none" transform="matrix(.54861 -.20944 .24426 .4704 -26.993 231.865)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width=".238">
|
||||||
|
<path d="M408.421 331.297c-4.148-7.959-21.27-18.781-24.222-19.09 7.87 17.358 20.839 23.639 24.222 19.09z" fill="#00e519" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M408.343 331.298c-3.383 4.549-16.274-1.733-24.144-19.011 11.722 11.098 22.203 19.168 24.144 19.011z" fill="#ffe533" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M408.343 331.298c-3.383 4.549-16.274-1.733-24.144-19.011 11.722 11.098 22.203 19.168 24.144 19.011z" fill="none" stroke-linecap="round" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M408.421 331.22c-4.42-8.465-22.357-18.936-24.261-19.129 7.91 17.319 20.878 23.678 24.261 19.13z" fill="none" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M384.558 175.702l-2.79 118.6c1.24 2.796 4.078 1.046 4.544 1.589 1.045 4.388 4.19 6.6 4.577 7.687.85 5.904-2.417 8.937-2.727 9.17-3.694 2.45-.436 7.887-1.097 8.858.076 2.33 3.766 3.454 3.452 6.095.272-.193.021 19.075-.02 21.133.62 1.398.764 14.373.764 14.373 3.494 1.472 21.213-2.506 21.407-2.236-1.267-17.284-9.67-46.683-8.697-47.887-.61-12.198-3.86-26.568-7.354-28.04-3.57-5.203-2.512-14.022-.762-15.383-3.728-1.784-4.619-5.318-4.813-5.589l1.166-85.54c-2.134-2.135-2.29-.736-3.885.625 0 0-.618-3.03-.385-3.263-1.087-1.476-3.03-.93-3.38-.192z" fill="#a05a2c" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M384.558 175.702l-2.79 118.6c1.24 2.796 4.078 1.046 4.544 1.589 1.045 4.388 4.19 6.6 4.577 7.687.85 5.904-2.417 8.937-2.727 9.17-3.694 2.45-.436 7.887-1.097 8.858.076 2.33 3.766 3.454 3.452 6.095.272-.193.021 19.075-.02 21.133.62 1.398.764 14.373.764 14.373 3.494 1.472 21.213-2.506 21.407-2.236-1.267-17.284-9.67-46.683-8.697-47.887-.61-12.198-3.86-26.568-7.354-28.04-3.57-5.203-2.512-14.022-.762-15.383-3.728-1.784-4.619-5.318-4.813-5.589l1.166-85.54c-2.134-2.135-2.29-.736-3.885.625 0 0-.618-3.03-.385-3.263-1.087-1.476-3.03-.93-3.38-.192z" fill="none" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M392.66 153.164c-.081 2.331-1.323 1.788-1.867 1.866l-2.02-.23c-2.019-.854-3.613-.114-3.963.625l-3.041 138.878c1.24 2.795 4.272 1.316 4.775 1.899l1.953-94.943s-.435-33.874-.348-43.196l5.439-.238c1.552.232 2.447-.663 2.566-2.567l-2.207-50.497-1.249 47.51-.038.893" fill="#cce5e5" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M392.66 153.164c-.081 2.331-1.323 1.788-1.867 1.866l-2.02-.23c-2.019-.854-3.613-.114-3.963.625l-3.041 138.878c1.24 2.795 4.272 1.316 4.775 1.899l1.953-94.943s-.434-33.873-.348-43.196l5.439-.238c1.552.232 2.447-.663 2.566-2.567l-2.207-50.497-1.249 47.51-.038.893" fill="#e7e7e7" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M403.592 303.916c4.93 1.898 5.78 7.259.417 10.838M403.741 309.277c1.242 1.863 3.108.618 3.108.618M392.975 273.78c-2.225 11.851-.757 21.018-.798 23.62 1.665 5.787.334 16.666-.95 18.103l1.953 31.348" fill="none" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M381.807 294.807c2.564.076 13.212-4.518 19.656-.018 2.128 9.67 2.042 18.528 2.546 19.965-9.365 3.387-15.076 4.597-17.098 4.832-.698-1.242-.307-3.65-.307-3.65-.58-2.37 1.79-3.188 1.79-3.188 1.908-4.78.437-9.362-2.437-10.913-3.572-2.017-2.368-1.902-2.834-2.133-1.202-1.903-1.316-4.895-1.316-4.895z" fill="#cce5e5" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M381.807 294.807c2.564.076 13.212-4.518 19.656-.018 2.128 9.67 2.042 18.528 2.546 19.965-9.365 3.387-15.076 4.597-17.098 4.832-.698-1.242-.307-3.65-.307-3.65-.58-2.37 1.79-3.188 1.79-3.188 1.908-4.78.437-9.362-2.437-10.913-3.572-2.017-2.368-1.902-2.834-2.133-1.202-1.903-1.316-4.895-1.316-4.895z" fill="none" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M388.875 298.141c3.338 1.396 5.899 4.734 5.546 8.502l-5.546-8.502" fill="#cce5e5" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M388.875 298.141c3.338 1.396 5.899 4.734 5.546 8.502M399.74 310.562c-.662.661-1.71.7-2.37.04a1.71 1.71 0 0 1 .003-2.407c.66-.66 1.708-.623 2.368.036.66.66.66 1.67-.001 2.33zM398.543 302.211a1.712 1.712 0 0 1-2.408.002c-.66-.66-.621-1.708.04-2.37a1.62 1.62 0 0 1 2.33 0c.66.659.699 1.708.038 2.368z" fill="none" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M383.187 188.717c-1.087-1.086-.892-3.068.47-4.43l9.129.187s.815.583 1.047 2.135c.193 1.592-1.284 2.14-1.284 2.14l-9.362-.032" fill="#cce5e5" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
<path d="M383.187 188.717c-1.087-1.086-.892-3.068.47-4.43l9.129.187s.815.583 1.047 2.135c.193 1.592-1.284 2.14-1.284 2.14l-9.362-.032" fill="none" transform="matrix(.54726 -.19918 .2323 .46924 -17.132 231.022)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width=".217">
|
||||||
|
<path d="M5.335 370.913c.935-1.063 62.714-68.448 63.427-69.236a153.975 153.975 0 0 1-2.095-1.875c-.69.74-62.624 68.192-63.62 69.248-.597-.336 2.906 2.544 2.288 1.863z" fill="#a05a2c" transform="matrix(.6509 -.0255 .04882 .56069 229.354 59.547)"/>
|
||||||
|
<g stroke-width=".359">
|
||||||
|
<path d="M146.62 176.744c1.44 1.8 4.086 4.047 6.246 3.687.18 3.42-4.41 6.39-6.03 5.67.99-3.6-3.348-6.503-3.258-6.503l3.042-2.854z" fill="#e7e7e7" fill-rule="evenodd" transform="matrix(-.78053 .084 -.12068 -.67393 423.572 333.15)" stroke-width=".179"/>
|
||||||
|
<path d="M125.902 161.756c.232-3.518-.34-4.512-.865-8.856-.515-4.264-8.333-4.63-11.239-5.355 0 0 6.853-8.478 15.964-8.477 9.111.001 14.565 4.29 16.302 9.668 0 0-10.758-.532-11.666 3.821-.88 4.218-.454 5.166-.365 8.625" fill="#e7e7e7" transform="matrix(-.24155 .26242 -.31241 -.21551 371.193 226.255)"/>
|
||||||
|
<path fill="#e7e7e7" d="M123.744 158.973h12.374v6.364h-12.374z" transform="matrix(-.24155 .26242 -.31241 -.21551 371.193 226.255)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd">
|
||||||
|
<path d="M243.382 309.675l-.984 9.642s1.492-1.827 1.85-2.434c.36-.606 1.653-2.23 1.93-7.85 0 0-1.01-3.107-1.486-3.1-.791-.39-1.31 3.742-1.31 3.742zm2.371-21.495s-2.589 15.48-2.85 16.889c0 .481 1.313 1.758 2.262-1.236l1.564-11.254s-.703-2.999-.976-4.4z" fill="#007934" stroke-width=".13128"/>
|
||||||
|
<path d="M251.605 303.541c-.631-.793-1.42-1.785-1.498-2.185l-.408 3.416s2.154 1.574 1.846 4.587l.419-.608.241-1.207s.443-2.012.447-3.215c0 0-.455-.194-1.047-.788z" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M242.398 319.315s3.577-3.06 3.78-10.283l.442-2.012s.074 1.604.791.39c.7-1.614.665-3.018.665-3.018s1.293-1.623 1.682.377c0 0-1.2 9.444-1.283 10.248-.102 1.004-.285 2.21-.285 2.21s-.709-1.193-1.426.02c-.777 1.215-2.01 2.837-4.366 2.068zm4.33-26.738l-1.563 11.255s1.246.584 1.455 3.188c.115 1.202.593.593.791.39.26-.806.068-2.408.068-2.408l.68-7.832s-1.354-3.591-1.43-4.593z" fill="#ffe000" stroke-width=".13128"/>
|
||||||
|
<path d="M245.49 318.671l-.227 2.811s1.07-.015 1.787-1.228c.836-1.216 1.14-3.025 1.14-3.025s-.828-1.192-1.427.02c-.578 1.011-1.273 1.422-1.273 1.422zm1.92-11.26c.579-1.01.763-2.818.665-3.017l-.727.61c.233 1.2.063 2.408.063 2.408z" fill="#ffe000" stroke-width=".13128"/>
|
||||||
|
<path d="M250.933 306.278a4.693 4.693 0 0 0-1.322-1.586l-1.588 12.659s-.447 3.215-2.431 4.046c0 0 1.131 11.015 4.708 7.956.516-.408 1.162-3.827.951-5.83-.25-2.203-.834-5.203-.89-6.406-.034-1.403.164-2.825.508-5.036.142-.804.558-2.567.638-2.77.199-.202-.043-1.837-.574-3.033z" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M252.653 304.332s.967.99 1.146.987c.237-.004-2.51 20.643-2.51 20.643s.103-2.164-.7-6.368c-.651-3.415.19-8 .924-10.2 0 0 .867-.645 1.14-5.062z" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M248.08 297.377s-.536 5.824-.66 7.63c0 0 1.811-2.632 2.278-.232l.408-3.416s-1.576-2.585-2.027-3.982z" fill="#f7e214" stroke-width=".13128"/>
|
||||||
|
<path d="M246.691 307.002s-.595-6.523-3.754-1.911c-.123.002-.29 2.592-.109 3.212.1.829.974 1.854 1.34 2.472.69 1.028 1.43-.228 1.43-.228s.717-1.048 1.093-3.545z" fill="#007934" stroke-width=".13128"/>
|
||||||
|
</g>
|
||||||
|
<path d="M586.927 838.91c-1.33-42.48-14.677-113.67-15.34-162.078l-146.33-155.995s-18.061 119.962-71.193 186.536l232.863 131.61" fill="#d52b1e" transform="matrix(.08752 -.00412 0 .08752 170.286 181.73)"/>
|
||||||
|
<path d="M597.494 844.433c6.162-29.214 13.559-62.066 18.467-123.541l-94.2-97.245c.377 38.745-43.493 96.608-46.462 168.84" fill="#ffe000" transform="matrix(.08752 -.00412 0 .08752 170.286 181.73)"/>
|
||||||
|
<path d="M678.728 937.604c10.806-51.253-15.684-58.916 23.72-129.896L615.4 720.15c-16.22 48.317-27.14 79.396-25.727 121.875l74.161 56.265" fill="#007934" transform="matrix(.08752 -.00412 0 .08752 170.286 181.73)"/>
|
||||||
|
<path d="M200.056 288.092c-1.543-4.585.551-13.58.318-19.343-.174-3.718 2.56-17.699 2.502-21.927l-15.057-9.404s-.656 15.28-2.389 31.923c-1.559 8.549-1.549 16.36-.428 22.886 1.6 9.275 3.173 13.083 6.92 17.006 6.65 6.882 20.968 2.906 20.968 2.906 12.063-2.496 19.011-10.094 19.011-10.094s-3.923.927-10.28 1.573c-13.932-.976-19.42 2.506-19.853-11.79" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M240.406 297.354l.233-.1c-2.611.977-6.253 2.056-6.253 2.056l-8.49.654c-18.413.43-16.108-10.971-15.377-29.366.174-6.98 1.558-15.771 1.201-18.884l-12.343-7.071c-4.026 11.375-2.771 19.333-3.577 25.152-.42 6.268-1.758 18.51.275 23.85 2.877 12.426 12.607 11.92 25.777 10.827 6.534-.542 10.05-2.221 10.05-2.221l8.497-4.89" fill="#f7e214" stroke-width=".13128"/>
|
||||||
|
<path d="M240.646 297.105c-2.553 1.322-6.31 2.298-6.31 2.298l-8.605.85c-13.349 1.132-21.164-8.244-19.453-29.447.011-7.49.251-10.817 2.836-20.796l7.336 4.305v.69c-.414 2.24-1.464 7.478-1.464 9.873 0 17.024 10.764 30.1 25.428 32.32l.232-.1" fill="#007a3d" stroke-width=".13128"/>
|
||||||
|
<path d="M191.915 245.92c1.244 2.09 8.672 13.406 12.834 15.546M193.166 253.313c1.245 2.14 10.339 14.884 14.435 15.601M191.086 272.788c2.08 2.496 4.154 7.442 10.338 10.649M193.996 286.955c4.154 3.874 14.434 12.39 24.358 12.739M193.996 293.33c2.08 2.496 6.591 14.168 25.61 8.871M191.086 295.47c1.244 2.8 10.753 18.404 27.69 12.383" fill="none" stroke-width=".13128"/>
|
||||||
|
<path d="M210.935 282.49c-1.543-4.585.551-13.58.318-19.343-.174-3.718 1.58-16.578 1.521-20.807l-14.076-10.524s-.656 15.28-2.389 31.923c-1.559 8.549-2.747 19.02-1.592 25.539 1.89 10.669 7.02 13.67 7.947 14.495 7.19 6.407 23.423 5.777 25.036 5.2 11.6-4.145 16.652-11.515 16.652-11.515s-5.495-.088-11.852.558c-13.932-.976-20.969-.395-21.402-14.69" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M251.285 291.752l.233-.1c-2.611.977-6.253 2.056-6.253 2.056l-8.49.654c-18.413.43-16.108-10.971-15.377-29.366.174-6.98.414-13.25.058-16.362l-11.037-8.052c-4.026 11.375-2.934 17.792-3.74 23.611-.42 6.268-1.758 18.51.275 23.85 2.877 12.426 12.607 11.92 25.777 10.827 6.534-.542 10.05-2.221 10.05-2.221l8.497-4.89" fill="#ffe000" stroke-width=".13128"/>
|
||||||
|
<path d="M251.613 291.586c-2.554 1.322-6.312 2.298-6.312 2.298l-8.604.85c-13.349 1.132-21.163-8.244-19.453-29.447.011-7.49-.239-8.016 2.346-17.994 4.089 2.65 11.904 9.322 11.904 9.322s-2.126 2.993-1.628 7.177c0 17.024 6.85 25.666 21.514 27.887l1.608-13.904" fill="#007934" stroke-width=".13128"/>
|
||||||
|
<path d="M202.794 240.318c1.244 2.09 8.673 13.406 12.834 15.546M204.045 247.71c1.245 2.14 10.339 14.885 14.435 15.602M201.965 267.186c2.08 2.496 4.154 7.442 10.338 10.649M204.875 281.353c4.154 3.874 14.434 12.39 24.358 12.739M204.875 287.728c2.08 2.496 6.592 14.168 25.61 8.871M201.965 289.868c1.244 2.801 10.753 18.404 27.69 12.383" fill="none" stroke-width=".13128"/>
|
||||||
|
<path d="M187.918 238.897s-.623 5.422-.682 6.394c-.287 4.702-.155 8.26.066 10.475-.014.24.906 5.865.59 6.166-1.082 1.233-1.12 1.37-2.259.457-.163-.188.492-5.948.54-6.74.11-.851.289-7.581.41-10.516.012-1.16 1.01-6.872 1.01-6.872s.132-1.217.319.62" fill="#e8a30e" stroke-width=".13128"/>
|
||||||
|
<path d="M187.918 238.897s-.623 5.422-.682 6.394c-.287 4.702-.148 8.26.066 10.475-.014.24 1.099 8.07.752 6.173-1.08 1.233-1.302 1.699-2.441.786-.164-.188.512-6.284.56-7.077.11-.85.289-7.58.41-10.515.012-1.16 1.01-6.872 1.01-6.872s.132-1.217.319.62l.006.016z" fill="none" stroke-width=".13128"/>
|
||||||
|
<path d="M187.801 236.996s-1.227 6.496-1.339 10.224c-.16 4.521-.354 5.8-.282 8.436.047.181-.441 3.406-.585 4.808-.103.723.105.185-.015.24-.923.564-1.551.11-2.114-.336-.167-.126 1.492-4.033 1.54-4.826.877-11.474 2.54-18.199 2.54-18.199s-.663 4.071.255-.347" fill="#f7e214" stroke-width=".13128"/>
|
||||||
|
<path d="M187.801 236.996s-1.227 6.496-1.331 10.224c-.16 4.522-.355 5.8-.283 8.437.047.18-.441 3.405-.585 4.807-.103.723.105.186-.015.24-.923.565-1.551.11-2.114-.335-.167-.127 1.492-4.034 1.541-4.834.877-11.475 2.533-18.2 2.533-18.2s-.664 4.072.255-.347v.008zm-.531 18.47s-.974.441-1.083.19m-.042-1.337s.832-.022.963-.256m-.048-1.119s-.615.4-.781.145m.765-1.794l-.592.025m.631-1.62l-.65.023m.548-2.292s-.367.164-.41-.078m.526-1.813l-.53-.024m-.508 10.202s-.955.136-1.06-.168m1.137-2.033s-.952.078-.992-.225m1.03-1.363s-.773.025-.828-.037m.98-1.493l-.77-.034m.766-1.803l-.527-.083m.74-1.496s-.48.1-.581-.145m.635-1.697s-.432.282-.414-.018m-.052 9.556s-.948.01-.93-.282M198.797 233.295s-.623 5.422-.682 6.394c-.287 4.702-.155 8.26.066 10.475-.014.24.906 5.865.59 6.166-1.082 1.233-1.12 1.37-2.259.457-.163-.188.492-5.948.54-6.74.11-.851.289-7.581.41-10.516.012-1.16 1.01-6.872 1.01-6.872s.133-1.217.319.62" fill="#e8a30e" stroke-width=".13128"/>
|
||||||
|
<path d="M198.797 233.295s-.623 5.422-.682 6.394c-.287 4.702-.148 8.26.066 10.475-.014.24 1.099 8.07.752 6.173-1.08 1.233-1.302 1.699-2.441.786-.164-.188.512-6.284.56-7.077.11-.85.289-7.58.41-10.515.012-1.16 1.01-6.872 1.01-6.872s.133-1.217.319.62l.006.016z" fill="none" stroke-width=".13128"/>
|
||||||
|
<path d="M198.68 231.394s-1.227 6.496-1.339 10.224c-.16 4.521-.354 5.8-.282 8.436.047.181-.441 3.406-.585 4.808-.103.723.105.185-.015.24-.923.564-1.551.11-2.114-.335-.167-.127 1.492-4.034 1.54-4.827.877-11.474 2.54-18.199 2.54-18.199l.255-.347" fill="#e8a30e" stroke-width=".13128"/>
|
||||||
|
<path d="M198.68 231.394s-1.227 6.496-1.331 10.224c-.16 4.522-.355 5.8-.283 8.437.047.18-.441 3.405-.585 4.807-.103.723.105.186-.015.24-.923.565-1.551.11-2.114-.335-.167-.127 1.492-4.034 1.541-4.834.877-11.475 2.533-18.2 2.533-18.2l.255-.347v.008zm-.531 18.47s-.974.441-1.083.19m-.042-1.337s.832-.022.963-.256m-.048-1.119s-.615.4-.781.145m.765-1.794l-.592.025m.631-1.62l-.65.023m.548-2.292s-.367.164-.41-.078m.526-1.813l-.53-.024m-.507 10.202s-.956.136-1.061-.168m1.137-2.033s-.952.078-.992-.225m1.03-1.363s-.773.025-.828-.037m.98-1.493l-.77-.034m.766-1.802l-.527-.084m.74-1.496s-.48.1-.581-.145m.635-1.697s-.432.282-.414-.018m-.052 9.556s-.948.01-.93-.282" fill="none" stroke-width=".13128"/>
|
||||||
|
<g fill="#e8a30e" stroke-width=".217">
|
||||||
|
<path d="M356.466 216.692s1.26 9.73 1.091 15.273c-.18 6.726 0 8.638-.367 12.549-.077.265.367 5.087.444 7.179.08 1.08-.176.268 0 .356 1.36.9 2.36.268 3.263-.356.357-.177-1.903-6.09-1.903-7.27-.268-17.1-2.183-27.198-2.183-27.198l-.357-.533" transform="matrix(.65262 .02933 -.0342 .55958 -17.941 93.634)"/>
|
||||||
|
<path d="M356.466 216.692s1.268 9.73 1.08 15.273c-.177 6.726 0 8.638-.368 12.549-.077.265.368 5.087.445 7.179.08 1.08-.177.268 0 .356 1.36.9 2.36.268 3.263-.356.356-.177-1.904-6.09-1.904-7.282-.268-17.1-2.171-27.198-2.171-27.198l-.357-.533zM357.378 244.613s1.448.265 1.639-.18M357.569 241.339s1.447.18 1.447-.268M357.569 238.979s1.168.088 1.268 0M357.469 236.696h1.18M357.646 233.969l.812-.089M357.569 231.609s.624.18.812-.177M357.569 228.87s.624.447.624 0M357.378 243.066s1.448.077 1.448-.357" transform="matrix(.65262 .02933 -.0342 .55958 -17.941 93.634)"/>
|
||||||
|
</g>
|
||||||
|
<path d="M241.082 236.427l.85.063s-1.314-.096-.85-.063z" fill="#005000" stroke-width=".13128"/>
|
||||||
|
<path d="M252.508 273.498s-.396-.17-.495 0c0 .085.1.17.198.17.1 0 .297-.17.297-.17zM251.418 274.687s1.685-.17 2.28-.17" fill="#fff" fill-rule="evenodd" stroke-width=".13128"/>
|
||||||
|
<g>
|
||||||
|
<g stroke-width="1.512">
|
||||||
|
<g stroke-width=".194">
|
||||||
|
<path d="M156.9 89.493c-.033 1.927-3.764 4.277-6.82.323-3.193-2.722-2.733-7.08-.329-7.767l27.817-34.577c1.144-.796 1.224-1.517 1.777-2.272 1.305 1.486 3.987 4.142 5.443 5.42-.81.86-1.461 1.67-1.618 2.323l-26.27 36.55z" fill="#e8a30e" fill-rule="evenodd" transform="matrix(1.9791 .06154 -.09259 1.69263 -75.896 142.017)" stroke-width=".072"/>
|
||||||
|
<g stroke-width=".045" fill-rule="evenodd">
|
||||||
|
<path d="M123.245 190.484c.837-1.426 4.37 2.172 3.488 3.327-.882 1.155-4.256-1.888-3.488-3.327z" fill="#e7e7e7" stroke-linejoin="round" transform="matrix(3.16301 .0511 -.0927 2.70469 -97.162 -292.111)"/>
|
||||||
|
<path d="M126.418 193.544c-.628.584-3.183-1.828-2.8-2.765.66-.884 3.483 2.186 2.8 2.765z" fill="#cccccf" transform="matrix(3.16301 .0511 -.0927 2.70469 -97.162 -292.111)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path d="M3513.155 736.637c56.547-19.255 95.944-57.232 120-113.037M3934.483 1159.288c71.128-23.522 118.995-70.304 139.06-144.889M3964.46 1190.93c71.128-23.522 118.996-70.304 139.06-144.888M4138.493 1357.47c71.128-23.523 127.323-76.134 147.388-150.718M4169.303 1389.112c71.128-23.522 128.155-76.966 148.22-151.55" fill="none" transform="matrix(-.08554 .00245 .00238 .08807 580.39 169.573)"/>
|
||||||
|
<path d="M4338.34 1405.766c4.012 16.341 13.42 21.216 26.23 15.821M4192.589 1403.136c28.07 40.396 57.66 27.18 82.718 26.9" fill="none" stroke-linecap="round" transform="matrix(-.08554 .00245 .00238 .08807 580.39 169.573)"/>
|
||||||
|
<path d="M4375.222 1406.928c.312 10.999-9.015 20.158-20.851 20.476-11.837.318-21.717-8.326-22.089-19.323-.372-10.997 8.905-20.2 20.74-20.573 11.834-.373 21.761 11.555 22.193 22.55" fill="#e8a30e" transform="matrix(-.08554 .00245 .00238 .08807 580.39 169.573)"/>
|
||||||
|
<path d="M4336.24 1403.837c4.012 16.34 13.42 21.216 26.23 15.82M4192.589 1403.136c28.07 40.396 57.66 27.18 82.718 26.9" fill="none" stroke-linecap="round" transform="matrix(-.08554 .00245 .00238 .08807 580.39 169.573)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g fill-rule="evenodd">
|
||||||
|
<path d="M268.618 309.675l.984 9.642s-1.492-1.827-1.85-2.434c-.36-.606-1.653-2.23-1.93-7.85 0 0 1.01-3.107 1.486-3.1.791-.39 1.31 3.742 1.31 3.742zm-2.371-21.495s2.589 15.48 2.85 16.889c0 .481-1.313 1.758-2.262-1.236l-1.564-11.254s.703-2.999.976-4.4z" fill="#007934" stroke-width=".13128"/>
|
||||||
|
<path d="M260.395 303.541c.631-.793 1.42-1.785 1.498-2.185l.408 3.416s-2.154 1.574-1.846 4.587l-.419-.608-.241-1.207s-.443-2.012-.447-3.215c0 0 .455-.194 1.047-.788z" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M269.602 319.315s-3.577-3.06-3.78-10.283l-.442-2.012s-.074 1.604-.791.39c-.7-1.614-.665-3.018-.665-3.018s-1.293-1.623-1.682.377c0 0 1.2 9.444 1.283 10.248.102 1.004.285 2.21.285 2.21s.709-1.193 1.426.02c.777 1.215 2.01 2.837 4.366 2.068zm-4.33-26.738l1.563 11.255s-1.246.584-1.455 3.188c-.115 1.202-.593.593-.791.39-.26-.806-.068-2.408-.068-2.408l-.68-7.832s1.354-3.591 1.43-4.593z" fill="#ffe000" stroke-width=".13128"/>
|
||||||
|
<path d="M266.51 318.671l.227 2.811s-1.07-.015-1.787-1.228c-.836-1.216-1.14-3.025-1.14-3.025s.828-1.192 1.427.02c.578 1.011 1.273 1.422 1.273 1.422zm-1.92-11.26c-.579-1.01-.763-2.818-.665-3.017l.727.61c-.233 1.2-.063 2.408-.063 2.408z" fill="#ffe000" stroke-width=".13128"/>
|
||||||
|
<path d="M261.067 306.278a4.693 4.693 0 0 1 1.322-1.586l1.588 12.659s.447 3.215 2.431 4.046c0 0-1.131 11.015-4.708 7.956-.516-.408-1.162-3.827-.951-5.83.25-2.203.834-5.203.89-6.406.034-1.403-.164-2.825-.508-5.036-.142-.804-.558-2.567-.638-2.77-.199-.202.043-1.837.574-3.033z" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M259.347 304.332s-.967.99-1.146.987c-.237-.004 2.51 20.643 2.51 20.643s-.103-2.164.7-6.368c.651-3.415-.19-8-.924-10.2 0 0-.867-.645-1.14-5.062z" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M263.92 297.377s.536 5.824.66 7.63c0 0-1.811-2.632-2.278-.232l-.408-3.416s1.576-2.585 2.027-3.982z" fill="#f7e214" stroke-width=".13128"/>
|
||||||
|
<path d="M265.309 307.002s.595-6.523 3.754-1.911c.123.002.29 2.592.109 3.212-.1.829-.974 1.854-1.34 2.472-.69 1.028-1.43-.228-1.43-.228s-.717-1.048-1.093-3.545z" fill="#007934" stroke-width=".13128"/>
|
||||||
|
</g>
|
||||||
|
<path d="M586.927 838.91c-1.33-42.48-14.677-113.67-15.34-162.078l-146.33-155.995s-18.061 119.962-71.193 186.536l232.863 131.61" fill="#d52b1e" transform="matrix(-.08752 -.00412 0 .08752 341.714 181.73)"/>
|
||||||
|
<path d="M597.494 844.433c6.162-29.214 13.559-62.066 18.467-123.541l-94.2-97.245c.377 38.745-43.493 96.608-46.462 168.84" fill="#ffe000" transform="matrix(-.08752 -.00412 0 .08752 341.714 181.73)"/>
|
||||||
|
<path d="M678.728 937.604c10.806-51.253-15.684-58.916 23.72-129.896L615.4 720.15c-16.22 48.317-27.14 79.396-25.727 121.875l74.161 56.265" fill="#007934" transform="matrix(-.08752 -.00412 0 .08752 341.714 181.73)"/>
|
||||||
|
<path d="M311.944 288.092c1.543-4.585-.551-13.58-.318-19.343.174-3.718-2.56-17.699-2.502-21.927l15.057-9.404s.656 15.28 2.389 31.923c1.559 8.549 1.549 16.36.428 22.886-1.6 9.275-3.173 13.083-6.92 17.006-6.65 6.882-20.968 2.906-20.968 2.906-12.063-2.496-19.011-10.094-19.011-10.094s3.923.927 10.28 1.573c13.932-.976 19.42 2.506 19.853-11.79" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M271.594 297.354l-.233-.1c2.611.977 6.253 2.056 6.253 2.056l8.49.654c18.413.43 16.108-10.971 15.377-29.366-.174-6.98-1.558-15.771-1.201-18.884l12.343-7.071c4.026 11.375 2.771 19.333 3.577 25.152.42 6.268 1.758 18.51-.275 23.85-2.877 12.426-12.607 11.92-25.777 10.827-6.534-.542-10.05-2.221-10.05-2.221l-8.497-4.89" fill="#f7e214" stroke-width=".13128"/>
|
||||||
|
<path d="M271.354 297.105c2.553 1.322 6.31 2.298 6.31 2.298l8.605.85c13.349 1.132 21.164-8.244 19.453-29.447-.011-7.49-.251-10.817-2.836-20.796l-7.336 4.305v.69c.414 2.24 1.464 7.478 1.464 9.873 0 17.024-10.764 30.1-25.428 32.32l-.232-.1" fill="#007a3d" stroke-width=".13128"/>
|
||||||
|
<path d="M320.085 245.92c-1.244 2.09-8.672 13.406-12.834 15.546M318.834 253.313c-1.245 2.14-10.339 14.884-14.435 15.601M320.914 272.788c-2.08 2.496-4.154 7.442-10.338 10.649M318.004 286.955c-4.154 3.874-14.434 12.39-24.358 12.739M318.004 293.33c-2.08 2.496-6.591 14.168-25.61 8.871M320.914 295.47c-1.244 2.8-10.753 18.404-27.69 12.383" fill="none" stroke-width=".13128"/>
|
||||||
|
<path d="M301.065 282.49c1.543-4.585-.551-13.58-.318-19.343.174-3.718-1.58-16.578-1.521-20.807l14.076-10.524s.656 15.28 2.389 31.923c1.559 8.549 2.747 19.02 1.592 25.539-1.89 10.669-7.02 13.67-7.947 14.495-7.19 6.407-23.423 5.777-25.036 5.2-11.6-4.145-16.652-11.515-16.652-11.515s5.495-.088 11.852.558c13.932-.976 20.969-.395 21.402-14.69" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M260.715 291.752l-.233-.1c2.611.977 6.253 2.056 6.253 2.056l8.49.654c18.413.43 16.108-10.971 15.377-29.366-.174-6.98-.414-13.25-.058-16.362l11.037-8.052c4.026 11.375 2.934 17.792 3.74 23.611.42 6.268 1.758 18.51-.275 23.85-2.877 12.426-12.607 11.92-25.777 10.827-6.534-.542-10.05-2.221-10.05-2.221l-8.497-4.89" fill="#ffe000" stroke-width=".13128"/>
|
||||||
|
<path d="M260.387 291.586c2.554 1.322 6.312 2.298 6.312 2.298l8.604.85c13.349 1.132 21.163-8.244 19.453-29.447-.011-7.49.239-8.016-2.346-17.994-4.089 2.65-11.904 9.322-11.904 9.322s2.126 2.993 1.628 7.177c0 17.024-6.85 25.666-21.514 27.887l-1.608-13.904" fill="#007934" stroke-width=".13128"/>
|
||||||
|
<path d="M309.206 240.318c-1.244 2.09-8.673 13.406-12.834 15.546M307.955 247.71c-1.245 2.14-10.339 14.885-14.435 15.602M310.035 267.186c-2.08 2.496-4.154 7.442-10.338 10.649M307.125 281.353c-4.154 3.874-14.434 12.39-24.358 12.739M307.125 287.728c-2.08 2.496-6.592 14.168-25.61 8.871M310.035 289.868c-1.244 2.801-10.753 18.404-27.69 12.383" fill="none" stroke-width=".13128"/>
|
||||||
|
<path d="M324.082 238.897s.623 5.422.682 6.394c.287 4.702.155 8.26-.066 10.475.014.24-.906 5.865-.59 6.166 1.082 1.233 1.12 1.37 2.259.457.163-.188-.492-5.948-.54-6.74-.11-.851-.289-7.581-.41-10.516-.012-1.16-1.01-6.872-1.01-6.872s-.132-1.217-.319.62" fill="#f7e214" stroke-width=".13128"/>
|
||||||
|
<path d="M324.082 238.897s.623 5.422.682 6.394c.287 4.702.148 8.26-.066 10.475.014.24-1.099 8.07-.752 6.173 1.08 1.233 1.302 1.699 2.441.786.164-.188-.512-6.284-.56-7.077-.11-.85-.289-7.58-.41-10.515-.012-1.16-1.01-6.872-1.01-6.872s-.132-1.217-.319.62l-.006.016z" fill="#e8a30e" stroke-width=".13128"/>
|
||||||
|
<path d="M324.199 236.996s1.227 6.496 1.339 10.224c.16 4.521.354 5.8.282 8.436-.047.181.441 3.406.585 4.808.103.723-.105.185.015.24.923.564 1.551.11 2.114-.336.167-.126-1.492-4.033-1.54-4.826-.877-11.474-2.54-18.199-2.54-18.199s.663 4.071-.255-.347" fill="#f7e214" stroke-width=".13128"/>
|
||||||
|
<path d="M324.199 236.996s1.227 6.496 1.331 10.224c.16 4.522.355 5.8.283 8.437-.047.18.441 3.405.585 4.807.103.723-.105.186.015.24.923.565 1.551.11 2.114-.335.167-.127-1.492-4.034-1.541-4.834-.877-11.475-2.533-18.2-2.533-18.2s.664 4.072-.255-.347v.008zm.531 18.47s.974.441 1.083.19m.042-1.337s-.832-.022-.963-.256m.048-1.119s.615.4.781.145m-.765-1.794l.592.025m-.631-1.62l.65.023m-.548-2.292s.367.164.41-.078m-.526-1.813l.53-.024m.508 10.202s.955.136 1.06-.168m-1.137-2.033s.952.078.992-.225m-1.03-1.363s.773.025.828-.037m-.98-1.493l.77-.034m-.766-1.803l.527-.083m-.74-1.496s.48.1.581-.145m-.635-1.697s.432.282.414-.018m.052 9.556s.948.01.93-.282" fill="#e8a30e" stroke-width=".13128"/>
|
||||||
|
<path d="M313.203 233.295s.623 5.422.682 6.394c.287 4.702.155 8.26-.066 10.475.014.24-.906 5.865-.59 6.166 1.082 1.233 1.12 1.37 2.259.457.163-.188-.492-5.948-.54-6.74-.11-.851-.289-7.581-.41-10.516-.012-1.16-1.01-6.872-1.01-6.872s-.133-1.217-.319.62" fill="#f7e214" stroke-width=".13128"/>
|
||||||
|
<path d="M313.203 233.295s.623 5.422.682 6.394c.287 4.702.148 8.26-.066 10.475.014.24-1.099 8.07-.753 6.173 1.081 1.233 1.303 1.699 2.442.786.164-.188-.512-6.284-.56-7.077-.11-.85-.289-7.58-.41-10.515-.012-1.16-1.01-6.872-1.01-6.872s-.133-1.217-.319.62l-.006.016z" fill="#e8a30e" stroke-width=".13128"/>
|
||||||
|
<path d="M313.32 231.394s1.227 6.496 1.339 10.224c.16 4.521.354 5.8.282 8.436-.047.181.441 3.406.585 4.808.103.723-.105.185.015.24.923.564 1.551.11 2.114-.335.167-.127-1.492-4.034-1.54-4.827-.877-11.474-2.54-18.199-2.54-18.199l-.255-.347" fill="#f7e214" stroke-width=".13128"/>
|
||||||
|
<path d="M313.32 231.394s1.227 6.496 1.331 10.224c.16 4.522.355 5.8.283 8.437-.047.18.441 3.405.585 4.807.103.723-.105.186.015.24.923.565 1.551.11 2.114-.335.167-.127-1.492-4.034-1.541-4.834-.877-11.475-2.533-18.2-2.533-18.2l-.255-.347v.008zm.531 18.47s.974.441 1.083.19m.042-1.337s-.832-.022-.963-.256m.048-1.119s.615.4.781.145m-.765-1.794l.592.025m-.631-1.62l.65.023m-.548-2.292s.367.164.41-.078m-.526-1.813l.53-.024m.507 10.202s.956.136 1.061-.168m-1.137-2.033s.952.078.992-.225m-1.03-1.363s.773.025.828-.037m-.98-1.493l.77-.034m-.766-1.802l.527-.084m-.74-1.496s.48.1.581-.145m-.635-1.697s.432.282.414-.018m.052 9.556s.948.01.93-.282" fill="#e8a30e" stroke-width=".13128"/>
|
||||||
|
<g fill="#e8a30e" stroke-width=".217">
|
||||||
|
<path d="M356.466 216.692s1.26 9.73 1.091 15.273c-.18 6.726 0 8.638-.367 12.549-.077.265.367 5.087.444 7.179.08 1.08-.176.268 0 .356 1.36.9 2.36.268 3.263-.356.357-.177-1.903-6.09-1.903-7.27-.268-17.1-2.183-27.198-2.183-27.198l-.357-.533" transform="matrix(-.65262 .02933 .0342 .55958 529.941 93.634)"/>
|
||||||
|
<path d="M356.466 216.692s1.268 9.73 1.08 15.273c-.177 6.726 0 8.638-.368 12.549-.077.265.368 5.087.445 7.179.08 1.08-.177.268 0 .356 1.36.9 2.36.268 3.263-.356.356-.177-1.904-6.09-1.904-7.282-.268-17.1-2.171-27.198-2.171-27.198l-.357-.533zM357.378 244.613s1.448.265 1.639-.18M357.569 241.339s1.447.18 1.447-.268M357.569 238.979s1.168.088 1.268 0M357.469 236.696h1.18M357.646 233.969l.812-.089M357.569 231.609s.624.18.812-.177M357.569 228.87s.624.447.624 0M357.378 243.066s1.448.077 1.448-.357" transform="matrix(-.65262 .02933 .0342 .55958 529.941 93.634)"/>
|
||||||
|
</g>
|
||||||
|
<path d="M270.918 236.427l-.85.063s1.314-.096.85-.063z" fill="#005000" stroke-width=".13128"/>
|
||||||
|
<path d="M259.492 273.498s.396-.17.495 0c0 .085-.1.17-.198.17-.1 0-.297-.17-.297-.17zM260.582 274.687s-1.685-.17-2.28-.17" fill="#fff" fill-rule="evenodd" stroke-width=".13128"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M225.777 229.84c-.03-2.238 2.08-3.535 2.404-3.753 1.035-.7 1.739-1.306 3.97-1.598 0 0 .153.462.145.859-.008.397-.494 1.77-2.209 2.928-1.746 1.18-4.31 1.565-4.31 1.565z" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M225.753 228.987l31.62 41.046 1.502-1.48-32.256-41.693-.866 2.127z" fill="#a05a2c" fill-rule="evenodd" stroke-width=".13128"/>
|
||||||
|
<path d="M225.265 220.971s3.42-.355 2.969-2.31c-.484-1.934-2.788-1.898-3.75-1.988-.994-.066-4.132.663-5.063 1.596-.962.956-2.927 2.588-2.29 5.331.637 2.743 1.444 4.631 2.453 6.34 1.002 1.758.75 3.45.483 4.195-.082.317-.397 1.355.46 1.733 1.26.539 1.576.543 2.667-.673 1.117-1.19 2.614-3.115 2.583-5.354-.03-2.24 2.08-3.536 2.404-3.754 1.035-.7 1.739-1.306 3.97-1.598 0 0-.791-1.29-1.98-1.226-1.213.037-3.62-1.03-4.906-2.292z" fill="#d52b1e" stroke-width=".13128"/>
|
||||||
|
<path d="M225.265 220.971s3.42-.355 2.969-2.31c-.484-1.934-2.788-1.898-3.75-1.988-.994-.066-4.132.663-5.063 1.596-.962.956-2.927 2.588-2.29 5.331.637 2.743 1.444 4.631 2.453 6.34 1.002 1.758.75 3.45.483 4.195-.082.317-.397 1.355.46 1.733 1.26.539 1.576.543 2.667-.673 1.117-1.19 2.614-3.115 2.583-5.354-.03-2.24 2.08-3.536 2.404-3.754 1.035-.7 1.739-1.306 3.97-1.598 0 0-.791-1.29-1.98-1.226-1.213.037-3.62-1.03-4.906-2.292z" fill="none" stroke-width=".13128"/>
|
||||||
|
<path d="M225.265 220.971c-.46.007-1.826-.591-2.773-.256-.922.362-2.83 1.478-2.524 3.098M231.092 223.597s-1.972.812-3.363 1.752c-.583.394-2.516 2.178-3.762 3.455-1.1 1.091-1.344 2.56-3.706 4.157M229.848 223.308c-.405.36-.81.72-1.505 1.103-.662.362-.874.939-1.294 1.397" fill="none" stroke-width=".13128"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<g stroke-width="1.512">
|
||||||
|
<g stroke-width=".194">
|
||||||
|
<path d="M156.9 89.493c-.033 1.927-3.764 4.277-6.82.323-3.193-2.722-2.733-7.08-.329-7.767l27.817-34.577c1.144-.796 1.224-1.517 1.777-2.272 1.305 1.486 3.987 4.142 5.443 5.42-.81.86-1.461 1.67-1.618 2.323l-26.27 36.55z" fill="#e8a30e" fill-rule="evenodd" transform="matrix(-1.9791 .06154 .09259 1.69263 587.896 142.017)" stroke-width=".072"/>
|
||||||
|
<g stroke-width=".045" fill-rule="evenodd">
|
||||||
|
<path d="M123.245 190.484c.837-1.426 4.37 2.172 3.488 3.327-.882 1.155-4.256-1.888-3.488-3.327z" fill="#e7e7e7" stroke-linejoin="round" transform="matrix(-3.16301 .0511 .0927 2.70469 609.162 -292.111)"/>
|
||||||
|
<path d="M126.418 193.544c-.628.584-3.183-1.828-2.8-2.765.66-.884 3.483 2.186 2.8 2.765z" fill="#cccccf" transform="matrix(-3.16301 .0511 .0927 2.70469 609.162 -292.111)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path d="M3513.155 736.637c56.547-19.255 95.944-57.232 120-113.037M3934.483 1159.288c71.128-23.522 118.995-70.304 139.06-144.889M3964.46 1190.93c71.128-23.522 118.996-70.304 139.06-144.888M4138.493 1357.47c71.128-23.523 127.323-76.134 147.388-150.718M4169.303 1389.112c71.128-23.522 128.155-76.966 148.22-151.55" fill="none" transform="matrix(.08554 .00245 -.00238 .08807 -68.39 169.573)"/>
|
||||||
|
<path d="M4338.34 1405.766c4.012 16.341 13.42 21.216 26.23 15.821M4192.589 1403.136c28.07 40.396 57.66 27.18 82.718 26.9" fill="none" stroke-linecap="round" transform="matrix(.08554 .00245 -.00238 .08807 -68.39 169.573)"/>
|
||||||
|
<path d="M4375.222 1406.928c.312 10.999-9.015 20.158-20.851 20.476-11.837.318-21.717-8.326-22.089-19.323-.372-10.997 8.905-20.2 20.74-20.573 11.834-.373 21.761 11.555 22.193 22.55" fill="#e8a30e" transform="matrix(.08554 .00245 -.00238 .08807 -68.39 169.573)"/>
|
||||||
|
<path d="M4336.24 1403.837c4.012 16.34 13.42 21.216 26.23 15.82M4192.589 1403.136c28.07 40.396 57.66 27.18 82.718 26.9" fill="none" stroke-linecap="round" transform="matrix(.08554 .00245 -.00238 .08807 -68.39 169.573)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g fill="#007934" stroke="#000" stroke-width="2.163">
|
||||||
|
<path d="M276.96 187.22c1.892 3.029 4.7 8.493 5.466 12.679 1.414 7.722-.796 16.283-7.522 22.332-5.481 4.93-14.083 6.452-17.674 7.19-3.583.734-6.175 1.887-6.767 2.679-.03-.558-.112-1.116.486-1.673 1.702-.75 4.462-1.194 8.312-1.987 7.734-1.594 15.86-4.494 20.287-12.934 5.773-11.006 2.333-19.656-2.667-28.241l.079-.045z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.05768 .05566 -.0539 .0513 296.623 186.882)" fill="#d52b1e" stroke-width="1.701"/>
|
||||||
|
<path d="M284.348 218.601c-1.15.684-2.29.862-3.204 1.167-.706.236-1.921.618-2.34.776-.4.15-1.024.432-1.558.674-.846.383-1.762 1.445-1.762 1.445s1.288 1.351 2.826 1.16c1.205-.15 1.813-.48 2.418-.775.63-.305.615-.653 1.52-1.305 1.002-.722 1.704-2.148 2.1-3.142zM278.32 219.877c-.37.579-1.251.533-1.755.455l-.228.288c.692.01 1.638.018 2.111-.606-.011-.093-.067-.137-.129-.137z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M284.332 218.654c-1.041 1.014-2.985 2.142-4.935 2.975-1.954.835-4.235 1.102-5.334 1.095l-.29.306c1.582-.147 3.667-.434 5.434-1.159 2.304-.945 4.196-2.16 5.14-3.157l-.015-.06zM281.795 223.534c-2.077-.073-3.22.573-5.15.995-1.804.394-3.913-.544-5.08 1.192 4.7 3.046 8.093.996 10.23-2.187z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M277.567 227.802c-.895-.768-8.586-3.37-9.815-.462 1.83 2.024 7.186 2.476 9.815.462z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M275.744 229.85c-.812-.129-1.77-.317-2.705-.425-.94-.11-1.308-.272-2.003-.367-1.137-.157-2.438-1.752-6.444-.535 1.551 3.573 6.843 4.322 11.152 1.327zM277.476 227.86c-4.098.818-8.913-.003-10.817-1.125l-.304.202c4.39 1.87 8.655 1.624 11.121.923zM281.73 223.533c-2.413 1.619-5.523 2.825-12.185 1.933l-.09.23c9.128.783 10.03-.89 12.275-2.163z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M275.714 229.879c-3.185.113-4.978 1.532-10.944-1.405-.487-.24-1.138-.407-1.515-.586l-.547.202c.416.186 1.086.18 1.46.345 7.449 3.288 7.24 1.75 11.546 1.444z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(-.04044 -.068 -.06683 .03501 302.093 218.85)" fill="#d52b1e" stroke-width="1.701"/>
|
||||||
|
<path d="M263.624 226.403c-.688.177-.885.994-.944 1.475l-.355.129c.18-.635.434-1.5 1.196-1.76.09.036.12.1.103.156z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.07979 .01899 -.01786 .07045 280.454 162.341)" fill="#d52b1e" stroke-width="1.701"/>
|
||||||
|
<path d="M279.063 216.697c-.15-2.225-1.229.858-3.41-4.113-.634-1.445-.629-2.366-1.059-4.535 1.188 1.875 3.173 2.38 3.979 3.83.793 1.424.59 3.716.49 4.818z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M274.637 208.212s1.074 2.509 2.621 4.283c1.557 1.785 1.848 3.957 1.848 3.957" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M275.7 210.343c1.369 1.843 3.209 4.026 3.295 6.319l.214.08c-.319-3.016-2.101-4.408-3.2-5.93l-.308-.47zM287.271 213.189c-1.002.824-2.055 1.122-2.88 1.53-.636.314-1.17.732-1.546.938-.36.196-.944.287-1.418.591-.752.482-2.222 2.168-2.222 2.168s1.394 1.142 2.258.954c2.512-.487 3.244-1.484 4.512-2.406.978-.802 1.043-2.704 1.296-3.775z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M278.075 218.491l-.236.347c1.441-.142 3.738-1.526 5.268-2.296 2.06-1.037 3.214-1.825 4.082-3.3-.983 1.474-2.268 2.31-4.202 3.246-1.624.785-3.933 2.113-4.912 2.003z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M288.125 208.316c-.84.974-1.824 1.437-2.563 1.972-.572.413-1.024.91-1.357 1.174-.319.251-.879.435-1.292.811-.654.596-1.625 2.335-1.625 2.335s.696.744 1.514.42c2.532-.314 3.276-1.514 4.218-3.675.527-1.12 1.048-1.94 1.105-3.037z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(-.0748 .0325 .0311 .06617 275.016 175.885)" fill="#d52b1e" stroke-width="1.701"/>
|
||||||
|
<path d="M280.011 215.024l-.17.38c3.035-1.384 7.017-4.174 8.32-7.016-1.853 3.065-4.915 5.087-8.15 6.636zM288.818 203.626c-.722 1.014-1.616 1.536-2.275 2.111-.509.445-.9.965-1.194 1.246-.283.269-.798.487-1.16.885-.574.63-1.363 2.405-1.363 2.405s.926.871 1.674.498c.747-.374 1.75-1.223 2.246-1.665.516-.461.643-1.573 1.249-2.421.705-.987.848-1.978.823-3.059z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M286.632 206.76c-1.472 1.678-3.284 3.277-4.98 4.008l-.134.385c2.762-1.566 3.927-2.982 5.149-4.339l-.035-.053zM287.773 200.738c-.502.984-1.256 1.568-1.777 2.163-.402.46-.679.968-.908 1.254-.22.275-.667.54-.94.937-.43.63-.863 2.284-.863 2.284s.628.669 1.268.235c.64-.433 1.558-1.317 1.948-1.774.407-.475.612-1.503 1.035-2.326.492-.959.452-1.839.237-2.773zM283.113 199.572c-.267.577-.374 1.143-.547 1.738l-.069-.426c.143-.466.257-.956.479-1.384.046-.01.091-.013.137.072z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M286.262 203.775c-1.095 1.67-2.525 3.32-3.999 4.202l-.058.353c2.333-1.761 3.184-3.158 4.099-4.513l-.042-.042zM280.267 214.33c-.122-.531-.22-.95-.57-1.428-.051-.003-.088.013-.1.063.318.515.452.966.54 1.59l.13-.224z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.04495 -.04078 .04022 .03932 253.203 180.419)" fill="#d52b1e" stroke-width="2.249"/>
|
||||||
|
<path d="M280.693 194.698c-.38-.33-.853-.627-1.332-.92-.055.018-.06.057-.045.104.551.349 1.034.687 1.445 1.074l-.068-.258zM286.584 195.078c-1.207 2.545-4.108 4.322-2.944 8.056 2.997 2.707 3.19-4.845 2.944-8.056z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M283.833 189.51c-.493 2.6-2.802 4.752-1.289 8.199 4.25 1.068 2.224-4.66 1.29-8.199z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M281.32 185.615c2.135 3.97 2.648 6.268.128 8.871 0 0-1.323-1.243-1.639-3.531-.267-1.936 1.312-4.253 1.51-5.34z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M277.774 183.31c.567 2.517-1.612 3.671 1.504 6.914 2.224-2.645 1.162-3.306-1.504-6.914z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M276.936 187.715c-3.592.384-2.193-2.73-3.217-5.605 2.115 1.577 4.982 2.211 3.217 5.605zM279.278 192.467c-1.01-4.683-4.233-2.851-6.016-4.915.922 3.02 2.277 5.083 6.016 4.915zM280.727 196.825c-2.806-.185-5.082-1.568-6.593-4.673 2.878 1.285 6.07 1.415 6.593 4.673z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M281.153 200.891c-1.107-1.27-1.135-2.091-1.557-2.939-.697-1.403-1.438-2.645-3.244-3.954.013 3.313.484 6.972 4.8 6.893z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M281.791 204.353c-1.723-2.4-3.32-4.44-5.925-6.115 1.08 2.357.581 6.717 5.925 6.115z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M281.305 209.112c-5.288-.149-4.788-5.137-4.832-7.47.955 1.428 2.123 2.669 2.993 3.696.95 1.122 1.865 2.389 1.839 3.774z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M280.667 212.083c-.428-1.082-.1-1.52-1.044-2.47-1.02-1.026-2.976-2.863-4-4.972-.149 1.864-.172 4.743 1.272 5.706 1.093.728 2.045.933 3.772 1.736zM276.048 219.812c-4.15-3.227-1.655-5.95-1.307-8.364 1.055 2.722 4.023 5.069 1.307 8.364zM277.75 188.69c-1.334-2.502-2.144-3.872-3.923-6.482 2.054 2.969 2.94 4.853 4.12 6.887" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M276.109 220.62c.169-3.287-.727-6.119-1.307-9.085.548 3.132 1.327 6.285 1.033 9.345l.274-.26zM281.035 212.74c-.433-2.01-4.393-3.344-5.382-8.012.81 4.641 4.826 5.811 5.23 8.423l.152-.41zM281.921 210.007l-.107.51c-.586-3.147-4.282-4.695-5.35-8.892 1.56 4.548 4.574 5.148 5.457 8.382zM282.652 205.296c-1.82-2.774-4.362-3.82-6.769-7.077 2.251 3.199 5.09 4.7 6.811 7.505l-.042-.428zM282.587 201.645c-2.002-.856-4.079-3.258-6.252-7.648 1.425 3.248 3.232 6.186 6.252 8.138v-.49z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M281.663 197.362c-2.336-1.847-5.364-3.073-7.542-5.241 1.81 2.064 5.287 3.507 7.607 5.547l-.065-.306zM279.858 192.773c-2.36-1.604-4.634-2.103-6.596-5.14 1.576 2.971 4.084 3.724 6.682 5.365l-.086-.225zM286.584 195.14c-.846 3.277-1.561 6.721-3.804 8.932l.022-.428c1.025-.574 2.645-3.989 3.782-8.505zM283.855 189.632c-.154 3.388-.096 6.97-1.848 8.893l-.129-.388c1.787-1.447 1.638-5.276 1.977-8.505zM281.448 185.778c.6 2.98.644 5.738-.15 10.197l-.172-.326c.498-2.627 1.063-5.318.322-9.871zM277.839 183.412c1.198 2.529 2.115 5.088 1.332 7.832l-.215-.306c.928-2.509-.157-5.017-1.117-7.526z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<g fill-rule="evenodd">
|
||||||
|
<path d="M273.208 216.698c1.416 3.408-.456 5.883-2.67 7.318-1.724-4.953 1.867-4.399 2.67-7.318z" stroke-width=".13127247"/>
|
||||||
|
<path d="M273.268 216.687c.243 2.108-2.05 4.469-2.76 8.037l-.32.29c1.053-4.35 3.274-6.024 3.08-8.327z" stroke-width=".13127247"/>
|
||||||
|
</g>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.05974 .01068 -.00656 .05586 275.606 164.665)" fill="#d52b1e" stroke-width="2.249"/>
|
||||||
|
<path d="M281.095 195.152c.03-.503-.024-1.058-.085-1.617-.048-.032-.082-.013-.11.029.06.649.088 1.238.033 1.8l.162-.212z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.04646 -.02308 .0105 .04748 268.36 173.38)" fill="#d52b1e" stroke-width="2.653"/>
|
||||||
|
<path d="M280.7 194.51c-.116-.412-.307-.82-.504-1.23-.044.001-.064.034-.073.082.222.479.403.929.516 1.4l.06-.252z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.06068 -.00125 .00452 .05606 271.153 172.375)" fill="#d52b1e" stroke-width="2.249"/>
|
||||||
|
<path d="M282.514 201.193c-.069-.499-.23-1.032-.4-1.569-.053-.021-.083.004-.102.05.187.625.329 1.197.385 1.758l.117-.239z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.04224 -.04527 .0378 .04365 256.618 185.294)" fill="#d52b1e" stroke-width="2.202"/>
|
||||||
|
<path d="M282.45 201.146c-.358-.368-.801-.697-1.252-1.023-.051.021-.057.064-.042.117.518.387.972.762 1.357 1.191l-.064-.285z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.05666 .02176 -.01698 .05362 280.72 183.215)" fill="#d52b1e" stroke-width="2.249"/>
|
||||||
|
<path d="M280.361 214.19c.125-.488.177-1.043.223-1.604-.042-.04-.08-.028-.114.008-.063.649-.147 1.232-.307 1.773l.198-.177z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(-.04495 -.04078 -.04022 .03932 307.72 200.215)" fill="#d52b1e" stroke-width="2.249"/>
|
||||||
|
<path d="M280.23 214.494c.38-.331.853-.627 1.332-.92.055.018.061.057.045.104-.55.348-1.034.687-1.444 1.073l.068-.257z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.04012 .04554 -.0399 .03964 291.456 192.621)" fill="#d52b1e" stroke-width="2.249"/>
|
||||||
|
<path d="M276.78 219.901c.336-.375.64-.843.94-1.318-.018-.055-.057-.061-.105-.046-.356.546-.701 1.024-1.094 1.429l.258-.065z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(-.0817 -.00915 -.00966 .07187 292.903 184.708)" fill="#d52b1e" stroke-width="1.701"/>
|
||||||
|
<path d="M276.67 218.743c-.25.643-.072.894.076 1.174l-.156.328c-.221-.369-.305-.777-.11-1.543.093-.035.16-.01.19.041zM263.75 228.751c-.71.06-1.065-.335-1.297-.767l-.38-.003c.402.535.827.958 1.637.95.072-.064.076-.133.04-.18z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(-.01805 .07618 -.07463 -.01523 302.61 225.554)" fill="#d52b1e" stroke-width="1.701"/>
|
||||||
|
<path d="M269.54 219.818c.537 3.288-1.38 5.96-4.273 6.788-.945-4.238 2.963-4.39 4.273-6.788z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M269.546 219.845c-1.062 2.58-2.498 4.98-5.072 7.627l-.554.071c2.865-2.266 4.437-5.21 5.626-7.698z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<path d="M148.402 484.164a5.782 8.122 0 1 1-11.564 0 5.782 8.122 0 1 1 11.564 0z" transform="matrix(.03698 .06724 -.06097 .01514 288.347 210.212)" fill="#d52b1e" stroke-width="1.923"/>
|
||||||
|
<path d="M262.303 228.045c.526-.167 1.037-.443 1.546-.728-.007-.063-.053-.092-.117-.105-.599.32-1.165.582-1.769.745l.34.088z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<g stroke-width="2.423" fill-rule="evenodd">
|
||||||
|
<path d="M265.102 222.718c-.138 1.32-1.177 2.508-2.135 3.435-.958.926-1.065 1.273-2.415 1.674-1.299-2.955 3.043-3.54 4.55-5.109z" stroke-width=".13125391"/>
|
||||||
|
<path d="M265.09 222.687c-1.448 2.71-3.754 4.041-5.01 5.79l-.179-.017c1.8-2.372 3.33-2.823 5.189-5.773z" stroke-width=".13125391"/>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M235.117 187.22c-1.892 3.029-4.7 8.493-5.466 12.679-1.414 7.722.796 16.283 7.522 22.332 5.48 4.93 14.082 6.452 17.674 7.19 3.583.734 6.175 1.887 6.767 2.679.03-.558.111-1.116-.486-1.673-1.702-.75-4.463-1.194-8.312-1.987-7.734-1.594-15.86-4.494-20.287-12.934-5.773-11.006-2.333-19.656 2.667-28.241l-.079-.045z" fill-rule="evenodd" stroke-width=".13127247"/>
|
||||||
|
<g stroke-width="1.702">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.07903 0 0 -.07527 201.576 271.131)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.07903 0 0 -.07527 201.576 271.131)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.796">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.03031 .04684 -.0375 .0148 286.646 242.58)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.03031 .04684 -.0375 .0148 286.646 242.58)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.653">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.03771 -.0259 .03257 .04257 239.175 147.308)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.03771 -.0259 .03257 .04257 239.175 147.308)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.117">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.01531 -.04214 .03619 .01631 222.513 154.217)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.01531 -.04214 .03619 .01631 222.513 154.217)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.755">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.02868 -.03006 -.02538 -.01603 266.07 180.21)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.02868 -.03006 -.02538 -.01603 266.07 180.21)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.129">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.00744 -.04928 .03385 .0123 217.779 154.465)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.00744 -.04928 .03385 .0123 217.779 154.465)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.626">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.00098 -.0532 .0469 .0044 205.4 158.75)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.00098 -.0532 .0469 .0044 205.4 158.75)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.129">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.0079 -.04921 .03599 .00142 205.107 165.627)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.0079 -.04921 .03599 .00142 205.107 165.627)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.039">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.03335 -.03165 -.03016 -.02735 270.451 188.053)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.03335 -.03165 -.03016 -.02735 270.451 188.053)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.039">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.03555 -.02916 -.0281 -.02945 269.598 192.88)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.03555 -.02916 -.0281 -.02945 269.598 192.88)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.837">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.0368 -.03271 -.03132 -.03032 271.222 193.977)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.0368 -.03271 -.03132 -.03032 271.222 193.977)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="4.239" fill-rule="evenodd">
|
||||||
|
<path d="M231.294 195.207s-.305-.59-.31-1.137c-.004-.548.136-.83.136-.83l-.213-.132s-.106.587-.105.869c.001.282.01.354.01.354s-.383-.329-.466-.515a12.45 12.45 0 0 1-.191-.464l-.186.083s.174.578.321.692c.515.395.83 1.185.83 1.185" stroke-width=".13128183"/>
|
||||||
|
<path d="M229.968 192.322a.393.58-6.466 1 1 .13 1.152.393.58-6.466 1 1-.13-1.152z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13127756"/>
|
||||||
|
<path d="M231.293 192.313a.58.393-70.71 1 1-.383 1.095.58.393-70.71 1 1 .383-1.095z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13127756"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="4.239" fill-rule="evenodd">
|
||||||
|
<path d="M231.176 195.146s.609-.265.957-.687c.349-.422.418-.73.418-.73l.249.033s-.288.522-.467.74c-.179.218-.23.268-.23.268s.504-.013.686-.105c.182-.092.44-.24.44-.24l.093.183s-.5.338-.686.333c-.649-.018-1.391.397-1.391.397" stroke-width=".13128183"/>
|
||||||
|
<path d="M234.024 193.744a.58.393-44.426 1 1-.828.812.58.393-44.426 1 1 .828-.812zM233.002 192.902a.58.393-70.182 1 1-.393 1.09.58.393-70.182 1 1 .393-1.09z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13127756"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.004">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.01145 -.05064 .0375 -.0009 201.25 168.998)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.01145 -.05064 .0375 -.0009 201.25 168.998)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.724">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.0361 -.03643 -.03456 -.02946 271.846 194.118)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.0361 -.03643 -.03456 -.02946 271.846 194.118)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.931">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.03716 -.03807 -.03285 -.02033 271.05 190.78)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.03716 -.03807 -.03285 -.02033 271.05 190.78)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.447">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.01453 -.05196 .0532 -.00782 189.96 175.122)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.01453 -.05196 .0532 -.00782 189.96 175.122)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.842">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.03049 -.04568 -.03704 -.0145 269.402 186.467)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.03049 -.04568 -.03704 -.0145 269.402 186.467)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.422">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.02301 -.05099 .04937 -.01826 186.943 185.512)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.02301 -.05099 .04937 -.01826 186.943 185.512)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.885" fill-rule="evenodd">
|
||||||
|
<path d="M229.389 204.362s-.48-.544-.63-1.121c-.15-.578-.076-.915-.076-.915l-.26-.082s.043.649.119.947c.076.299.104.372.104.372s-.492-.246-.63-.421-.325-.44-.325-.44l-.175.137s.338.566.524.646c.65.282 1.192 1.035 1.192 1.035" stroke-width=".13127415"/>
|
||||||
|
<path d="M227.22 201.662a.43.632-20.556 1 1 .444 1.184.43.632-20.556 1 1-.444-1.184z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13127508"/>
|
||||||
|
<path d="M228.62 201.3a.43.632 5.2 1 1-.115 1.26.43.632 5.2 1 1 .114-1.26z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13127508"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.885" fill-rule="evenodd">
|
||||||
|
<path d="M229.379 204.32s.573-.442.83-.981c.257-.539.249-.883.249-.883l.271-.032s-.166.63-.297.908c-.131.278-.173.345-.173.345s.53-.148.699-.294c.168-.146.402-.37.402-.37l.146.168s-.439.491-.637.535c-.692.153-1.367.79-1.367.79" stroke-width=".13127415"/>
|
||||||
|
<path d="M232.02 202.08a.632.43-58.515 1 1-.66 1.079.632.43-58.515 1 1 .66-1.079zM230.714 201.46a.43.632 5.729 1 1-.126 1.259.43.632 5.729 1 1 .126-1.258z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13127508"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.537">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.03414 -.05117 .04149 -.01625 185.122 187.492)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.03414 -.05117 .04149 -.01625 185.122 187.492)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.212">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.0252 -.05584 -.05406 -.02 276.49 186.739)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.0252 -.05584 -.05406 -.02 276.49 186.739)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.336">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.02362 -.05709 -.04983 -.0133 274.086 185.424)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.02362 -.05709 -.04983 -.0133 274.086 185.424)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="1.984">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.03877 -.05621 .0553 -.0327 175.325 197.114)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.03877 -.05621 .0553 -.0327 175.325 197.114)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.614">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.00766 -.05738 -.04439 .00328 265.038 182.572)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.00766 -.05738 -.04439 .00328 265.038 182.572)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="1.874">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.05646 -.04577 .04904 -.04716 172.015 218.595)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.05646 -.04577 .04904 -.04716 172.015 218.595)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.222">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.05109 -.04782 .04293 -.02815 176.889 203.696)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.05109 -.04782 .04293 -.02815 176.889 203.696)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.124">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.01286 -.06326 -.0587 -.0084 274.572 182.784)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.01286 -.06326 -.0587 -.0084 274.572 182.784)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.469" fill-rule="evenodd">
|
||||||
|
<path d="M231.935 214.903s-.735-.344-1.147-.87c-.413-.526-.488-.904-.488-.904l-.305.032s.335.647.547.919c.212.272.274.335.274.335s-.616-.032-.836-.15c-.22-.119-.53-.307-.53-.307l-.119.22s.6.43.828.428c.793-.002 1.687.529 1.687.529" stroke-width=".13126696"/>
|
||||||
|
<path d="M228.5 213.101a.48.708-44.111 1 1 .986 1.017.48.708-44.111 1 1-.986-1.017z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13126416"/>
|
||||||
|
<path d="M229.775 212.104a.48.708-18.355 1 1 .446 1.344.48.708-18.355 1 1-.446-1.344z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13126416"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.469" fill-rule="evenodd">
|
||||||
|
<path d="M232.033 214.865s.39-.711.413-1.38c.022-.668-.14-1.017-.14-1.017l.265-.155s.111.72.101 1.065c-.01.345-.023.432-.023.432s.478-.39.586-.614c.107-.225.247-.561.247-.561l.225.108s-.23.7-.415.834c-.641.466-1.05 1.422-1.05 1.422" stroke-width=".13126696"/>
|
||||||
|
<path d="M233.742 211.383a.48.708 7.93 1 1-.195 1.403.48.708 7.93 1 1 .195-1.403z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13126416"/>
|
||||||
|
<path d="M232.124 211.33a.48.708-17.827 1 1 .434 1.35.48.708-17.827 1 1-.434-1.35z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13126416"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.211">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.0596 -.02624 .02468 -.04828 186.055 233.23)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.0596 -.02624 .02468 -.04828 186.055 233.23)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.937">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(.00118 -.05238 -.03811 -.00175 259.461 190.462)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(.00118 -.05238 -.03811 -.00175 259.461 190.462)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="1.965">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.0684 -.02384 .03296 -.0538 179.958 240.795)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.0684 -.02384 .03296 -.0538 179.958 240.795)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.415">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.02424 -.04423 -.04934 .03187 254.448 179.05)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.02424 -.04423 -.04934 .03187 254.448 179.05)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.01" fill-rule="evenodd">
|
||||||
|
<path d="M238.226 222.571s-.621.486-1.288.1c-.666-.387-.909-.76-.909-.76l-.312.165s.635.549.978.75c.343.2.436.241.436.241s-.673.23-.958.197c-.286-.033-.7-.101-.7-.101l-.032.285s.808.122 1.069.105c.262-.016 1.633-.549 1.633-.549" stroke-width=".13129619999999997"/>
|
||||||
|
<path d="M234.091 222.651a.554.816-65.886 1 1 1.49.667.554.816-65.886 1 1-1.49-.667z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13133544999999996"/>
|
||||||
|
<path d="M235.03 221.039a.554.816-40.13 1 1 1.052 1.248.554.816-40.13 1 1-1.052-1.248z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13133544999999996"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="3.01" fill-rule="evenodd">
|
||||||
|
<path d="M238.298 222.938s.524-.59.18-1.28c-.345-.689-.701-.954-.701-.954l.183-.302s.508.669.688 1.023c.179.355.213.45.213.45s.271-.657.256-.944a17.534 17.534 0 0 0-.057-.704l.287-.014s.071.813.038 1.073c-.033.26-.65 1.595-.65 1.595" stroke-width=".13129619999999997"/>
|
||||||
|
<path d="M238.635 218.816a.554.816-20.553 1 1 .573 1.529.554.816-20.553 1 1-.573-1.53z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13133544999999996"/>
|
||||||
|
<path d="M236.967 219.652a.554.816-46.309 1 1 1.18 1.128.554.816-46.309 1 1-1.18-1.128z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13133544999999996"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="1.835">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.07344 -.00921 .00989 -.06842 193.112 259.737)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.07344 -.00921 .00989 -.06842 193.112 259.737)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.613" fill-rule="evenodd">
|
||||||
|
<path d="M246.154 226.714s-.498.76-1.368.584c-.87-.175-1.272-.492-1.272-.492l-.28.295s.896.364 1.344.456c.449.093.565.102.565.102s-.65.5-.973.57c-.323.069-.8.147-.8.147l.07.324s.926-.166 1.205-.28c.28-.116 1.578-1.203 1.578-1.203" stroke-width=".13125098999999998"/>
|
||||||
|
<path d="M241.673 228.328a.638.94-84.589 1 1 1.872.178.638.94-84.589 1 1-1.872-.178z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13125228"/>
|
||||||
|
<path d="M242.102 226.223a.638.94-58.833 1 1 1.608.973.638.94-58.833 1 1-1.608-.973z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13125228"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.27">
|
||||||
|
<path d="M-609.043 575.416c2.993-5.86 54.135-52.969 100.641-49.438 34.051 2.586 39.685 11.2 39.685 11.2s3.174 8.864-27.059 15.358c-30.544 6.561-83.494 28.465-113.267 22.88z" fill-rule="evenodd" transform="matrix(-.0343 -.04037 -.05046 .03817 252.916 179.813)"/>
|
||||||
|
<path d="M-470.399 536.956c-36.55-4.34-73.797 11.164-102.962 22.854" transform="matrix(-.0343 -.04037 -.05046 .03817 252.916 179.813)"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-width="2.613" fill-rule="evenodd">
|
||||||
|
<path d="M246.77 227.271s.234-.878-.477-1.409c-.711-.53-1.216-.619-1.216-.619l.033-.405s.869.424 1.237.697c.368.272.453.352.453.352s-.062-.816-.225-1.104a20.195 20.195 0 0 0-.424-.694l.288-.164s.494.8.595 1.084c.1.285.157 1.978.157 1.978" stroke-width=".13125098999999998"/>
|
||||||
|
<path d="M244.983 222.856a.638.94-47.264 1 1 1.381 1.276.638.94-47.264 1 1-1.38-1.276z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13125228"/>
|
||||||
|
<path d="M243.7 224.58a.638.94-73.02 1 1 1.799.55.638.94-73.02 1 1-1.798-.55z" style="marker:none" overflow="visible" fill="#000" stroke-width=".13125228"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path d="M255.043 222.92s-2.497 5.8-1.634 6.375c0 0 2.534-4.502 4.757-6.206 1.157-1.09 1.86.01 2.009-.95.149-.958-3.043-2.334-3.043-2.334l-2.043 2.876" fill="#452c25"/>
|
||||||
|
<path d="M593.678 214.479s-8.426 19.153-5.515 21.053c0 0 8.549-14.868 16.052-20.496 3.902-3.601 6.274.032 6.777-3.135.502-3.168-10.267-7.711-10.267-7.711l-6.894 9.497" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".585"/>
|
||||||
|
<path d="M245.934 227.336s-3.63 6.319-2.677 6.393c.951.074 4.832-8.057 4.832-8.057l-1.323.226-.832 1.438z" fill="#452c25"/>
|
||||||
|
<path d="M562.943 229.062s-12.246 20.868-9.035 21.113c3.211.246 16.305-26.609 16.305-26.609l-4.464.748-2.806 4.748z" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M247.03 225.575s-3.793 6.217-2.844 6.317c.95.1 5.042-7.922 5.042-7.922l-1.328.19-.87 1.415z" fill="#452c25"/>
|
||||||
|
<path d="M566.642 223.246s-12.8 20.532-9.598 20.863c3.203.332 17.012-26.163 17.012-26.163l-4.482.629-2.932 4.671z" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M247.798 224.493s-4.32 5.848-3.383 6.034c.937.187 5.711-7.432 5.711-7.432l-1.34.069-.988 1.33z" fill="#452c25"/>
|
||||||
|
<path d="M569.231 219.674s-14.575 19.312-11.414 19.928c3.16.615 19.27-24.548 19.27-24.548l-4.521.228-3.335 4.392z" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M248.953 223.466s-5.058 5.193-4.155 5.508c.903.314 6.648-6.57 6.648-6.57l-1.337-.118-1.156 1.18z" fill="#452c25"/>
|
||||||
|
<path d="M573.128 216.281s-17.065 17.151-14.019 18.19c3.047 1.039 22.43-21.698 22.43-21.698l-4.51-.39-3.901 3.898z" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M249.133 221.578s-4.414 5.773-3.48 5.975c.934.202 5.831-7.335 5.831-7.335l-1.34.047-1.01 1.313z" fill="#452c25"/>
|
||||||
|
<path d="M573.737 210.044s-14.893 19.069-11.743 19.736c3.15.667 19.674-24.225 19.674-24.225l-4.523.153-3.408 4.336z" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M248.008 226.54s-4.32 5.847-3.383 6.033c.936.187 5.711-7.433 5.711-7.433l-1.34.07-.988 1.33z" fill="#452c25"/>
|
||||||
|
<path d="M569.939 226.431s-14.575 19.312-11.414 19.928c3.16.615 19.27-24.548 19.27-24.548l-4.521.228-3.335 4.392z" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M250.438 225.384s-2.528 4.76-2.24 4.957c.29.196 3.36-2.715 4.878-5.548 1.517-2.832-2.746.473-2.746.473" fill="#452c25"/>
|
||||||
|
<path d="M578.14 222.614s-8.532 15.721-7.558 16.371c.976.65 11.337-8.965 16.457-18.32 5.12-9.355-9.265 1.559-9.265 1.559" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M250.71 224.911s-2.498 5.8-1.635 6.375c0 0 3.132-3.499 3.95-6.279.817-2.78 0-.191 0-.191l-.227-3.02-2.043 2.875" fill="#452c25"/>
|
||||||
|
<path d="M579.054 221.054s-8.426 19.153-5.515 21.053c0 0 10.569-11.555 13.329-20.736 2.757-9.181 0-.633 0-.633l-.767-9.973-6.894 9.497" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".585"/>
|
||||||
|
<path d="M249.412 224.404s-5.058 5.194-4.155 5.508c.903.315 6.648-6.57 6.648-6.57l-1.337-.118-1.156 1.18z" fill="#452c25"/>
|
||||||
|
<path d="M574.678 219.38s-17.066 17.151-14.02 18.19c3.046 1.039 22.431-21.698 22.431-21.698l-4.511-.39-3.9 3.898z" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M249.814 225.108s-5.058 5.193-4.155 5.508c.903.314 6.648-6.57 6.648-6.57l-1.337-.118-1.156 1.18z" fill="#452c25"/>
|
||||||
|
<path d="M576.034 221.704s-17.066 17.151-14.02 18.19c3.048 1.039 22.431-21.698 22.431-21.698l-4.51-.39-3.901 3.898z" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M250.216 225.929s-5.058 5.193-4.155 5.508c.903.314 6.648-6.57 6.648-6.57l-1.337-.118-1.156 1.18z" fill="#452c25"/>
|
||||||
|
<path d="M577.389 224.415s-17.065 17.151-14.019 18.19c3.046 1.039 22.43-21.698 22.43-21.698l-4.51-.39-3.901 3.898z" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M250.594 218.8s-3.757 4.8-3.216 5.625c.542.827 3.974-2.203 5.058-4.327 1.084-2.125-1.806-1.456-1.806-1.456" fill="#452c25"/>
|
||||||
|
<path d="M578.665 200.869s-12.678 15.851-10.851 18.58c1.829 2.729 13.41-7.277 17.067-14.292 3.657-7.016-6.095-4.807-6.095-4.807" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M250.473 223.898s-3.22 6.164-2.39 5.81c.831-.355 4.096-4.99 4.458-6.013.361-1.023.24-2.092.24-2.092l-2.494 1.535.214 1.194" fill="#452c25"/>
|
||||||
|
<path d="M578.257 217.706s-10.867 20.358-8.063 19.189c2.804-1.17 13.82-16.48 15.039-19.858 1.22-3.378.809-6.908.809-6.908l-8.412 5.067.722 3.944" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M250.496 221.87s2.672-4.914-.02.925c-2.69 5.84-3.697 4.875-3.697 4.875-.207-.332 2.34-4.288 2.34-4.288s1.892-3.044 2.345-3.334" fill="#452c25"/>
|
||||||
|
<path d="M578.333 211.01s9.018-16.228-.063 3.056c-9.08 19.284-12.477 16.1-12.477 16.1-.7-1.097 7.896-14.163 7.896-14.163s6.383-10.054 7.913-11.009" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".404"/>
|
||||||
|
<path d="M253.362 221.218s2.972-4.88-.008.926-4.142 4.825-4.142 4.825c-.241-.336 2.603-4.259 2.603-4.259s2.111-3.02 2.624-3.302" fill="#452c25"/>
|
||||||
|
<path d="M588.003 208.855s10.029-16.116-.024 3.06c-10.054 19.176-13.976 15.935-13.976 15.935-.815-1.111 8.783-14.066 8.783-14.066s7.122-9.971 8.851-10.905" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".431"/>
|
||||||
|
<path d="M584.324 202.053s-12.678 15.851-10.851 18.58c1.829 2.729 13.41-7.277 17.067-14.292 3.657-7.016-6.095-4.807-6.095-4.807" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="#452c25" stroke="#000" stroke-width=".473"/>
|
||||||
|
<g>
|
||||||
|
<path d="M291.009 267.816a35.009 39.385 0 1 1-70.018 0 35.009 39.385 0 1 1 70.018 0z" fill="#e8a30e"/>
|
||||||
|
<path d="M227.947 267.816c0-18.296 12.873-32.339 28.053-32.339 15.18 0 28.053 14.043 28.053 32.34" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="none" stroke="#390" stroke-width=".8752"/>
|
||||||
|
<path d="M221.039 269.881c.954 20.792 16.243 37.32 34.962 37.32 18.719 0 34.004-16.528 34.96-37.32h-69.922z" fill="#007934" stroke="#eee" stroke-width=".08752"/>
|
||||||
|
<path d="M-237.597 1162.174a577.607 643.151 0 1 1-1155.215 0 577.607 643.151 0 1 1 1155.215 0z" transform="matrix(.06061 0 0 .06124 305.41 196.647)" fill="none" stroke="#000" stroke-width="6.465"/>
|
||||||
|
<g stroke="#000" stroke-width="1.112">
|
||||||
|
<path d="M200.51 493.622c-4.872 19.055.499 34.742 9.811 49.522 7.2 11.43 11.932 23.61 11.707 36.697a106.659 106.659 0 0 0-9.414 5.98l-75.258-49.986 50.524 74.427a109.144 109.144 0 0 0-2.643 3.845c-14.33-6.455-27.783-7.735-40.602-5.256-18.121 3.506-33.506-.29-49.571-9.864 10.029 16.919 24.991 24.21 42.027 28.076 13.2 2.996 25.132 8.254 34.238 17.703-.991 3.56-1.81 7.162-2.432 10.818l-88.583 17.963 88.384 16.902c.243 1.52.535 3.037.846 4.555-14.702 5.562-25.155 14.148-32.467 24.968-10.335 15.293-23.825 23.491-41.955 28.08 19.055 4.873 34.715-.56 49.496-9.873 11.43-7.201 23.61-11.932 36.697-11.707 1.847 3.275 3.838 6.399 5.98 9.414l-49.96 75.321 74.464-50.614c1.244.9 2.503 1.825 3.782 2.67-6.456 14.33-7.71 27.846-5.23 40.665 3.505 18.122-.316 33.443-9.89 49.508 16.919-10.029 24.21-24.991 28.076-42.028 2.996-13.2 8.254-25.131 17.703-34.237 3.567.994 7.154 1.808 10.817 2.431l17.963 88.584 16.903-88.384c1.52-.243 3.036-.536 4.554-.846 5.56 14.706 14.151 25.156 24.969 32.467 15.292 10.335 23.491 23.825 28.08 41.955 4.873-19.055-.561-34.715-9.874-49.496-7.215-11.452-11.893-23.595-11.643-36.723a106.654 106.654 0 0 0 9.35-5.955l75.322 49.961-50.55-74.49a109.142 109.142 0 0 0 2.606-3.756c14.334 6.474 27.84 7.71 40.665 5.23 18.121-3.506 33.443.316 49.508 9.89-10.03-16.919-24.965-24.146-42.002-28.013-13.185-2.992-25.103-8.351-34.2-17.792.989-3.554 1.747-7.142 2.368-10.791l88.61-17.9-88.41-16.966c-.243-1.52-.536-3.037-.846-4.555 14.715-5.557 25.153-14.146 32.467-24.968 10.335-15.292 23.85-23.428 41.981-28.017-19.055-4.872-34.742.498-49.523 9.81-11.451 7.215-23.595 11.894-36.723 11.644a106.67 106.67 0 0 0-5.954-9.35l49.987-75.258-74.517 50.487a109.173 109.173 0 0 0-3.755-2.607c6.465-14.326 7.735-27.783 5.256-40.602-3.506-18.12.29-33.506 9.864-49.57-16.92 10.028-24.146 24.964-28.013 42-3 13.215-8.349 25.186-17.83 34.29-3.543-.984-7.116-1.838-10.754-2.457l-17.9-88.61-16.965 88.41c-1.52.243-3.037.536-4.555.846-5.562-14.706-14.147-25.153-24.968-32.467-15.293-10.335-23.428-23.851-28.018-41.981z" style="marker:none" overflow="visible" fill="#d52b1e" stroke-width="1.669" transform="translate(234.365 201.554) scale(.07867)"/>
|
||||||
|
<g transform="matrix(.15213 0 0 .15213 265.453 255.484)" stroke="none">
|
||||||
|
<use transform="rotate(22.5 138.154 65.845)" width="330" height="330" fill="#fcbf49"/>
|
||||||
|
<use transform="matrix(-1 0 0 1 35.714 -47.857)" width="330" height="330" fill="#fcbf49"/>
|
||||||
|
<g fill="#000">
|
||||||
|
<g transform="translate(-30.71 2.139)">
|
||||||
|
<path d="M9.571-21.857c-11.5-10-26-11.5-34-4-5.806 7.763-5.289 16.904 1.5 26.5-.5 0-1.5.5-2 1-5.042-9.603-5.91-19.491-2.5-28.5 11-9 26-10 37 5"/>
|
||||||
|
<path d="M-8.429-24.857c-6.5 0-8 1.5-11 4s-4.5 2-5 2.5 0 2 1 1.5 3-1.5 6-4 6-2.5 9-2.5c9 0 14 7.5 15 7s-5-8.5-15-8.5"/>
|
||||||
|
<path d="M3.071-16.357c-6.5-7-18.5-7.5-23.5.5h2c5-8 17-4.5 18-1v1"/>
|
||||||
|
<circle cx="22" cy="-9" r="4.5" transform="translate(-31.429 -7.857)"/>
|
||||||
|
<path d="M-20.429-15.857c5 4.5 16 5 23.5-.5l-3.5-.5c-5 5.5-13 5-18 1v-1"/>
|
||||||
|
<path d="M3.571-13.857c-8.5 6.5-17 6-22 3s-5-4-4-4 2 1 6 3 10 2 20-2M-20.929 1.143a3 3 0 1 1-4 3c-.5 1-2.5 4-6.5 4h-1l1 1.5c1 0 4 0 6-1.5a4.5 4.5 0 1 0 4.5-7M-14.929 22.143c-4.5-3-6.5-7.5-11.5-7.5-1 0-3 .5-5 1.5h-1l1 1.5c2 0 5-2.5 8.5-.5s5.5 4 8 5M-16.429 22.143c-10-3-12-1-15-1h-1l1 2c4 0 6-3 15-1"/>
|
||||||
|
<path d="M-14.929 22.143c-11-1-7.5 5.5-16.5 5.5h-1l1 1.5c11 0 6-6 16.5-7"/>
|
||||||
|
</g>
|
||||||
|
<g transform="matrix(-1 0 0 1 -93.571 2.139)">
|
||||||
|
<path d="M9.571-21.857c-11.5-10-26-11.5-34-4-5.806 7.763-5.289 16.904 1.5 26.5-.5 0-1.5.5-2 1-5.042-9.603-5.91-19.491-2.5-28.5 11-9 26-10 37 5"/>
|
||||||
|
<path d="M-8.429-24.857c-6.5 0-8 1.5-11 4s-4.5 2-5 2.5 0 2 1 1.5 3-1.5 6-4 6-2.5 9-2.5c9 0 14 7.5 15 7s-5-8.5-15-8.5"/>
|
||||||
|
<path d="M3.071-16.357c-6.5-7-18.5-7.5-23.5.5h2c5-8 17-4.5 18-1v1"/>
|
||||||
|
<circle cx="22" cy="-9" r="4.5" transform="translate(-31.429 -7.857)"/>
|
||||||
|
<path d="M-20.429-15.857c5 4.5 16 5 23.5-.5l-3.5-.5c-5 5.5-13 5-18 1v-1"/>
|
||||||
|
<path d="M3.571-13.857c-8.5 6.5-17 6-22 3s-5-4-4-4 2 1 6 3 10 2 20-2M-20.929 1.143a3 3 0 1 1-4 3c-.5 1-2.5 4-6.5 4h-1l1 1.5c1 0 4 0 6-1.5a4.5 4.5 0 1 0 4.5-7M-14.929 22.143c-4.5-3-6.5-7.5-11.5-7.5-1 0-3 .5-5 1.5h-1l1 1.5c2 0 5-2.5 8.5-.5s5.5 4 8 5M-16.429 22.143c-10-3-12-1-15-1h-1l1 2c4 0 6-3 15-1"/>
|
||||||
|
<path d="M-14.929 22.143c-11-1-7.5 5.5-16.5 5.5h-1l1 1.5c11 0 6-6 16.5-7"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g fill="#007934" stroke="#000" stroke-width="1.02">
|
||||||
|
<path d="M975.077 1010.892c13.593 1.219 27.742.363 39.851-3.698 11.06-4.1 23.17-6.992 35.28-6.188 0-1.622 3.52-2.88 1.482-4.1-4.51-2.478-10.07-2.023-15.63-4.515-9.084-3.697-14.582-10.326-23.664-14.893-.989-.35-5.005-2.439-5.005-4.514 19.663 25.345 63.528 10.669 101.39 6.59 3.521.817 12.603-2.024 20.14-4.515 9.084-3.282 31.26-1.64 36.821-5.388.927-.35-9.573-6.158-11.611-7.832-5.5-6.183-19.153-4.915-26.197-11.555-11.06-11.148-27.68-14.037-41.396-23.158-3.027-1.622-9.084-.888-13.593-1.75-5.662-4.29-.283-4.317-43.504-36.27-38.614-13.844-36.762-25.355-60.712-33.358-8.525-3.698-16.439-10.55-23.482-8.46-12.603 3.697-39.704 18.12-51.814 25.575-10.07 6.183-22.588 17.116-31.175 24.16-2.256 1.85-28.31 24.556-58.132 41.562-29.82 17.006-73.024 40.383-76.793 40.788 68.439-5.49-60.65 20.646 247.744 31.519z" stroke-linecap="round" transform="matrix(.1261 .0042 -.00438 .13123 140.903 138.88)"/>
|
||||||
|
<path d="M804.225 940.415c17.044-9.615 82.265-46.694 102.021-71.935-2.804.272 5.85 7.467 5.271 10.528 6.428-.43 2.89-7.037 8.232-7.466 4.118 0 7.077-1.719 10.616-3.062 4.117-.86 1.734 1.718 1.734 3.062-5.273 10.099-17.044 16.223-26.504 24.119 1.156.86 2.311 1.719 1.734 3.06 3.465.378 7.582.378 9.965-1.718.579-.43.579-1.773.579-2.632 3.538 1.29 2.311 3.922 1.156 5.694-2.312 5.265-12.35 4.78-15.312 9.615-3.467 5.211-7.005 9.616-12.348 13.591 4.115-3.491 8.81-7.896 14.154-8.326 8.233-.86 11.194-6.124 18.272-7.843 7.653-1.719 12.348-7.896 18.271-12.731-2.31 3.492-7.079 6.554-5.273 10.53.579.429 2.48 1.68 4.863.766-5.273 7.037-16.057 12.34-19.596 20.667-3.538-1.29-5.849 1.288-8.232 1.719-3.466 1.288-2.311 6.552-4.694 8.325-9.967 5.694-14.733 14.934-18.848 22.777-.58.86-8.233 5.26-11.195 6.126-5.272 2.2-37.907 28.147-38.483 24.654-3.467-16.648-36.27 14.656-112.745-8.996M985.95 971.962c-.578-.648-1.733-.966-1.733-1.285 1.155-2.61-4.117-2.938-4.117-5.583 8.81 0 15.888 9.467 21.23 3.57 1.158-1.326-2.31-3.25 2.89-4.894 1.156-.282-1.155-1.285-.578-1.967-2.888 0-5.271.32-7.077-.282-2.311-.642-3.539-1.284-6.427-1.966-2.89-.642-4.117-3.572 0-4.575 7.654-1.325 15.889 3.572 21.81.642 4.694-2.288 9.388-2.93 14.082-4.575 2.312-.643 10.04-.281 7.654 1.926-1.732 1.324-5.85.964-8.232 1.606-4.116 1.284-7.654 3.25-11.772 4.896 2.89-.32 2.312 2.93 5.85 1.966 5.273-1.605 10.616-3.571 16.465-4.254-.577-1.284 1.158-2.288 1.158-3.612h1.732c-2.89-3.893 5.272-2.247 8.233-5.54 0 .643.506.643 1.155.965-4.116 1.604-2.311 4.213-3.466 6.22-.578.643-2.311.964-1.733 1.967 2.311 1.606 2.311-1.284 4.116-.642 1.733.321 4.117.963 5.272.642 2.888 0 5.85-1.284 4.044-3.612-2.312-1.926-4.695-3.573-4.695-6.181 0-.321-.576-.642-1.732-.963 4.694 0 8.233 1.324 9.965 3.251 2.311 1.967 2.89 4.897 6.5 5.579 7.005.963 6.426-2.288 6.426-5.579 5.273.32 12.93 2.287 11.773 4.897-.506 1.926-4.693 3.571-8.81 3.933-2.888.28-1.156 2.287-2.888 2.609-3.467 0-7.656.642-8.812 1.966-1.155 1.967.577 5.864 2.888 7.18 3.467 1.612 10.545-.638 15.888 0 .507-2.929 4.118-3.885 7.077-5.895 3.467-1.927-1.732-3.573-4.693-4.897-2.311-.643-.577-1.285.578-2.93 1.733-1.926 7.077-.321 7.654-1.926 1.156-1.966-1.155-4.897 1.156-6.222 1.734-1.284 4.117.963 3.466 2.61 2.31-.281 2.89-1.607 5.272-1.927 2.888-.32 4.695 1.926 3.467 2.609-3.467 2.288-6.428 3.893-5.272 7.184 0 1.645-4.116 2.288-2.311 3.612 3.466 2.287 3.466 4.576 4.694 7.186 1.155 2.928 7.655 3.575 13.505 2.29-2.311-5.548 11.194-3.256 17.116-4.9.505 0 .505-.966 0-1.284-2.89-1.605-3.467-2.249-2.89-4.576 0-.281-1.083-.964-1.732-1.284 8.811 2.608 24.405 6.071 30.905 10.97-8.233 1.603-23.828-1.494-32.06.469-9.968 2.61-20.004 5.856-30.694 5.856-4.694 0-9.388-1.921-14.082-1.921m-94.966-2.61c1.156.278-2.887-.319-3.466-.647" transform="matrix(.1261 .0042 -.00438 .13123 140.903 138.88)"/>
|
||||||
|
<path d="M957.988 1017.332c16.347-1.417 19.336 10.721 29.697-.303 9.869 1.416 18.847-2.031 18.935-3.392 23.022 3.865 93.807-4.732 88.948-9.403-7.598-7.808-19.604-10.455-29.227-17.056-2.14-1.2-6.543-1.741-9.798-2.51-5.433-1.405-12.543.02-17.203-2.137-7.5-3.734-15.442-6.93-22.149-11.714-4.216-2.697-5.782-7.163-10.413-10.451-4.949-3.276-11.939-3.71-16.974-5.658-7.571-2.638-11.927-9.445-19.04-14.254-2.467-1.758-6.56-1.475-9.403-3.018-6.065-2.81-10.863-9.118-16.093-8.069-9.356 1.851-14.648 9.418-23.804 13.754-7.613 3.595-10.969 9.922-17.537 14.149-1.725 1.11-21.709 14.806-44.199 24.597-22.49 9.791-52.018 21.717-54.786 21.812 0 0 20.639 13.598 67.46 10.183l28.978 7.958 15.934-3.224s39.907-1.312 40.674-1.264z" transform="matrix(.1261 .0042 -.00438 .13123 140.903 138.88)"/>
|
||||||
|
<path d="M860.345 985.454c10.364-5.193 50.022-25.216 61.996-38.77-1.71.154 3.586 3.972 3.241 5.61 3.918-.249 1.743-3.77 4.999-4.016 2.51-.013 4.309-.94 6.463-1.67 2.507-.473 1.061.913 1.065 1.631-3.187 5.415-10.345 8.725-16.09 12.976.706.456 1.413.911 1.064 1.63 2.114.191 4.623.178 6.07-.95.352-.23.348-.949.346-1.408 2.16.678 1.42 2.089.72 3.04-1.394 2.821-7.515 2.594-9.308 5.188-2.099 2.795-4.244 5.16-7.49 7.303 2.5-1.88 5.349-4.248 8.606-4.495 5.016-.485 6.807-3.309 11.117-4.25 4.66-.942 7.505-4.259 11.103-6.862-1.4 1.874-4.297 3.526-3.186 5.645.354.228 1.77 1.398 3.22.902-3.196 3.778-10.008 6.14-12.142 10.6-2.16-.678-3.562.708-5.014.945-2.11.7-1.39 3.51-2.838 4.465-6.06 3.075-8.94 8.03-11.428 12.234-.35.461-5.004 2.837-6.807 3.31-3.209 1.192-23.031 15.163-23.393 13.298-2.158-8.887-21.4 4.952-68.084-7.452" transform="matrix(.1261 .0042 -.00438 .13123 140.903 138.88)"/>
|
||||||
|
</g>
|
||||||
|
<path d="M256 228.432c-19.335 0-35.009 17.633-35.009 39.384 0 21.752 15.674 39.385 35.009 39.385s35.009-17.633 35.009-39.385c0-21.751-15.674-39.384-35.009-39.384zm0 8.796c14.095 0 26.303 13.107 26.303 30.588 0 17.482-12.208 30.586-26.303 30.586s-26.303-13.104-26.303-30.586c0-17.481 12.208-30.588 26.303-30.588z" style="line-height:normal;-inkscape-font-specification:Sans;text-indent:0;text-align:start;text-decoration-line:none;text-transform:none;block-progression:tb;marker:none" color="#000" font-weight="400" font-family="Sans" overflow="visible" fill="#00a6de" stroke="#000" stroke-width=".13128"/>
|
||||||
|
<g fill="#e8a30e" fill-rule="nonzero" stroke="#000" stroke-width="1.274">
|
||||||
|
<path d="M133.866 24.413c.106 6.945-1.984 7.193-12.543 8.965-10.347 1.736-12.33 1.772-12.473-4.819-.106-6.945 2.197-7.228 12.544-8.965 9.78-1.63 12.33-2.48 12.472 4.82z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M136.098 24.024c.142 4.358-6.626 5.42-14.74 6.767-8.15 1.347-14.563 2.268-14.704-1.842-.178-4.358 6.59-5.421 14.74-6.768 8.114-1.346 14.527-2.693 14.704 1.843zM56.906 333.886c22.251-73.417 28.098-128.87-3.756-207.567 52.866-62.22 91.665-40.642 126.708 3.543-33.342 77.705-24.626 133.087-5.563 204.555-41.456 27.036-77.563 26.256-117.39-.531z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M115.335 87.626c-1.099.035-2.197.07-3.296.177 3.685 89.256.567 177.803-.07 266.421 1.452.071 2.94.107 4.393.107-.248-89.185 3.933-175.536-.815-266.705h-.212z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M125.362 88.547c-9.354 81.248-12.827 163.347-10.559 265.784 1.276 0 2.587 0 3.862-.036-.531-101.09 2.339-183.26 10.347-264.862-1.205-.319-2.445-.638-3.65-.886zM143.291 3.579c-9.39 12.756-14.563 12.65-9.85 32.421 10.382-8.717 10.098-15.945 9.85-32.421z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M122.457 12.118c6.13 7.973 15.094 12.118 9.39 33.626-11.197-11.94-9.745-13.146-9.39-33.626z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M120.543 34.087c8.114 7.263 15.555 8.787 9.992 27.531-7.122-10.488-10.204-9.602-9.992-27.531z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M118.311 45.78c6.165 7.83 15.13 11.905 9.46 32.952-11.196-11.693-9.743-12.862-9.46-32.952z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M114.732 62.823c7.193 7.689 17.61 11.799 11.233 32.102-12.437-12.933-6.308-15.945-11.233-32.102z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M113.35 80.043c6.733 7.441 17.363 11.8 11.339 31.43-9.602-10.843-10.843-12.544-11.339-31.43zM149.492 21.543c-4.89 5.032-16.157 4.536-16.618 26.008 13.89-9.85 13.748-7.972 16.618-26.008z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M148.748 36.815c-5.209 4.642-17.256 4.075-17.646 24.2 14.811-9.07 14.67-7.298 17.646-24.2z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M146.976 50.634c-5.385 5.031-17.858 4.429-18.283 26.15 15.342-9.815 15.165-7.938 18.283-26.15z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M146.055 69.626c-5.67 2.587-18.921-2.551-19.027 24.378 11.338-3.72 10.559-11.906 19.027-24.378z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M139.748 86.031c-7.902 4.075-12.366 3.26-13.819 24.91 11.445-9.532 11.303-7.76 13.819-24.91zM148.43 98.787c-19.985 70.619-24.202 137.48-22.217 254.87 1.63-.212 3.224-.46 4.854-.744-.992-116.397 2.622-180.815 20.976-251.539a76.177 76.177 0 0 0-3.614-2.587zM181.028 20.976c-11.41 9.957-16.441 8.504-15.237 28.985 11.693-5.74 12.65-12.863 15.237-28.985z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M159.094 23.846c4.678 9.39 12.756 15.733 3.473 35.185-8.93-14.527-7.3-15.342-3.473-35.185z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M153.46 44.717c6.733 9.177 13.749 12.614 5.068 29.444-5.174-12.118-8.363-12.047-5.067-29.444z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M149.28 55.524c4.677 9.248 12.79 15.555 3.578 34.547-8.964-14.315-7.334-15.095-3.578-34.547z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M142.795 71.15c5.74 9.39 15.272 16.122 5.528 34.193-9.992-15.84-3.437-17.15-5.528-34.193z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M138.472 87.555c5.386 9 15.024 16.051 5.74 33.59-7.547-13.11-8.468-15.094-5.74-33.59zM184.04 40.11c-5.67 3.614-16.654.177-20.8 20.941 15.307-5.917 14.847-4.145 20.8-20.94z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M180.673 54.78c-5.917 3.153-17.645-.603-21.472 18.92 16.086-4.924 15.626-3.294 21.472-18.92z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M176.563 67.748c-6.165 3.472-18.283-.354-22.465 20.658 16.76-5.528 16.264-3.756 22.465-20.658z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M172.382 85.996c-6.024 1.028-18.106-7.44-22.854 18.744 11.763-.673 12.401-8.823 22.854-18.744z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M163.346 100.311c-8.433 1.878-12.685-.07-17.822 20.587 12.897-6.237 12.437-4.571 17.822-20.587zM167.173 115.157c-25.972 64.205-31.5 122.989-18.567 232.69 1.878-.71 3.792-1.524 5.705-2.375-12.862-104.74-7.795-163.381 16.051-226.878a101.355 101.355 0 0 0-3.189-3.437zM210.508 38.339c-12.402 8.007-17.256 5.775-18.213 26.22 12.225-3.827 13.96-10.7 18.213-26.22z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M188.398 37.63c3.65 10.027 11.02 17.646-.248 35.362-7.37-15.803-5.67-16.335.248-35.362z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M180.602 57.402c5.705 10.169 12.331 14.669 1.95 29.905-3.863-12.791-7.052-13.216-1.95-29.905z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M175.287 67.43c3.72 9.885 11.09 17.432-.035 34.724-7.406-15.591-5.705-16.087.035-34.725z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M167.244 81.85c4.713 10.205 13.465 18.355 1.878 34.69-8.256-17.257-1.594-17.54-1.878-34.69z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M161.22 97.37c4.394 9.78 13.252 18.284 2.162 34.122-6.095-14.138-6.803-16.264-2.162-34.122zM211.465 57.756c-5.989 2.622-16.548-2.516-22.855 17.362 15.839-3.401 15.201-1.736 22.855-17.362z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M206.61 71.717c-6.2 2.161-17.504-3.402-23.35 15.236 16.512-2.268 15.91-.709 23.35-15.236z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M201.154 83.87c-6.485 2.445-18.142-3.295-24.485 16.83 17.22-2.798 16.548-1.098 24.485-16.83z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M195.094 101.232c-6.094.071-17.22-10.24-24.696 14.882 11.763 1.24 13.252-6.732 24.696-14.882z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M184.606 113.953c-8.61.531-12.614-2.055-19.878 17.54 13.465-4.147 12.827-2.517 19.878-17.54zM101.374 89.858c-1.17.355-2.374.78-3.579 1.205 8.575 81.283 14.067 163.346 13.004 263.09 1.099.071 2.197.142 3.295.142 2.835-101.763-2.94-183.33-12.72-264.437zM83.339 1.913c9.318 13.252 14.492 13.43 9.673 32.989-10.347-9.32-10.028-16.548-9.673-32.989z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M104.138 11.587c-6.201 7.653-15.201 11.303-9.603 33.13 11.233-11.304 9.815-12.615 9.603-33.13z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M105.91 33.661c-8.186 6.804-15.627 7.937-10.17 27 7.193-10.133 10.24-9.035 10.17-27z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M108.07 45.496c-6.2 7.512-15.2 11.055-9.672 32.421 11.303-11.055 9.85-12.33 9.673-32.42z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M111.543 62.717c-7.228 7.334-17.68 10.842-11.41 31.5 12.509-12.225 6.379-15.591 11.41-31.5z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M112.819 80.043c-6.803 7.051-17.433 10.807-11.516 30.792 9.638-10.347 10.878-11.977 11.516-30.792zM77.031 19.524c4.855 5.28 16.123 5.456 16.477 26.929-13.854-10.63-13.713-8.752-16.477-26.93z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M77.67 34.83c5.173 4.926 17.255 5.032 17.503 25.158-14.775-9.85-14.598-8.114-17.504-25.157z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M79.37 48.72c5.35 5.35 17.823 5.457 18.142 27.213-15.272-10.7-15.13-8.823-18.142-27.213z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M80.185 67.783c5.67 2.906 18.921-1.488 18.886 25.441-11.339-4.358-10.488-12.507-18.886-25.44z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M86.386 84.543c7.901 4.5 12.33 3.969 13.677 25.654-11.41-10.134-11.268-8.362-13.677-25.654zM79.37 101.197c-1.17.85-2.339 1.772-3.543 2.728 18.496 70.122 25.299 134.965 23.67 248.776a90.42 90.42 0 0 0 4.286.744c2.623-115.122-4.464-182.02-24.413-252.248zM45.496 17.22c11.374 10.56 16.406 9.39 15.095 29.835C48.933 40.606 47.976 33.45 45.496 17.22z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M67.43 21.26c-4.713 9.142-12.863 15.059-3.686 35.008C72.78 42.236 71.15 41.35 67.43 21.26z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M72.921 42.449c-6.767 8.823-13.819 11.87-5.244 29.161 5.244-11.799 8.433-11.55 5.244-29.161z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M77.067 53.504c-4.748 9-12.898 14.846-3.827 34.335 9.071-13.82 7.441-14.67 3.827-34.335z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M83.41 69.484c-5.776 9.071-15.343 15.272-5.705 33.874 10.063-15.271 3.543-16.937 5.704-33.874z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M87.626 86.138c-5.386 8.716-15.095 15.2-5.917 33.236 7.618-12.65 8.539-14.563 5.917-33.236zM42.413 36.177c5.634 3.898 16.618 1.099 20.658 22.075-15.307-6.768-14.847-4.996-20.658-22.075z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M45.673 51.024c5.882 3.472 17.646.39 21.33 20.09-16.05-5.81-15.625-4.145-21.33-20.09z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M49.677 64.205c6.13 3.826 18.32.673 22.323 21.933-16.689-6.484-16.228-4.677-22.323-21.933z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M53.752 82.665c6.024 1.382 18.177-6.413 22.748 20.02-11.764-1.311-12.33-9.496-22.748-20.02z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M62.681 97.476c8.433 2.374 12.685.674 17.717 21.615-12.863-6.98-12.402-5.245-17.717-21.615zM60.91 117.673c-.957.992-1.914 2.02-2.87 3.083 23.491 65.09 27.318 120.862 19.665 224.575l1.063.744c1.24.531 2.445 1.063 3.685 1.559 8.716-105.2 4.429-162.106-21.544-229.96zM15.945 32.917c12.33 8.681 17.22 6.697 18.035 27.248C21.791 55.63 20.09 48.65 15.945 32.917z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M38.055 33.449c-3.72 9.815-11.126 17.008.036 35.362 7.44-15.378 5.74-16.016-.036-35.362z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M45.709 53.61c-5.776 9.85-12.437 14.032-2.126 29.835 3.968-12.579 7.122-12.827 2.126-29.835z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M50.953 63.957c-3.756 9.673-11.197 16.795-.177 34.724 7.547-15.165 5.846-15.768.177-34.724z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M58.925 78.839c-4.783 9.92-13.57 17.61-2.09 34.582 8.362-16.795 1.7-17.433 2.09-34.582z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M64.843 94.677c-4.43 9.532-13.359 17.54-2.374 34.016 6.2-13.819 6.909-15.874 2.374-34.016zM14.846 52.264c5.989 2.976 16.583-1.56 22.748 18.638-15.838-4.288-15.165-2.587-22.748-18.638z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M19.63 66.472c6.2 2.516 17.504-2.409 23.244 16.583C26.362 79.831 27 81.425 19.63 66.472z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M25.016 78.945c6.449 2.835 18.141-2.268 24.378 18.212-17.22-3.755-16.548-2.02-24.378-18.212z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M30.969 96.661c6.094.39 17.29-9.283 24.59 16.264-11.764.567-13.216-7.476-24.59-16.264z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M41.35 109.949c8.61 1.027 12.615-1.347 19.807 18.638-13.464-4.855-12.862-3.225-19.807-18.638zM102.295.531c8.717 13.89 13.855 14.422 8.15 33.556-9.886-9.993-9.248-17.185-8.15-33.556z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M122.634 11.657c-6.52 7.193-15.697 10.17-11.09 32.315 11.763-10.488 10.381-11.87 11.09-32.315z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M123.413 33.768c-8.468 6.236-15.98 6.838-11.374 26.22 7.618-9.602 10.63-8.291 11.374-26.22z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M125.008 45.709c-6.52 7.05-15.662 9.992-11.09 31.677 11.763-10.24 10.381-11.622 11.09-31.677z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M127.736 63.142c-7.582 6.803-18.177 9.567-12.862 30.614 13.075-11.339 7.087-15.13 12.862-30.614z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M128.232 80.504c-7.122 6.555-17.929 9.602-12.933 29.905 10.099-9.637 11.445-11.161 12.933-29.905zM95.173 17.681c4.642 5.599 15.874 6.52 15.272 27.992C97.087 34.122 97.157 36 95.173 17.681z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M95.138 32.988c4.96 5.28 17.008 6.201 16.37 26.292-14.315-10.878-14.244-9.107-16.37-26.292z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M96.2 46.949c5.103 5.705 17.576 6.661 16.902 28.382-14.775-11.729-14.74-9.815-16.901-28.382z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M96.13 66.012c5.563 3.295 18.992-.177 17.752 26.68-11.126-5.137-9.921-13.18-17.752-26.68z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M101.587 83.161c7.689 5.067 12.153 4.82 12.507 26.54-10.948-10.914-10.877-9.142-12.507-26.54zM91.098 94.004c-1.31.638-2.586 1.346-3.897 2.09 16.37 82.524 20.197 158.705 18.78 257.67.46.035.92.07 1.381.142l1.878-.426c2.374-88.299 0-174.578-18.142-259.476zM63.142 11.587C73.949 23.03 79.052 22.252 76.677 42.52c-11.338-7.335-11.87-14.528-13.535-30.933z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M84.827 17.362c-5.173 8.752-13.607 13.996-5.492 34.618 9.744-13.287 8.185-14.315 5.492-34.618z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M89.256 38.94c-7.228 8.257-14.457 10.737-6.768 28.63 5.847-11.373 9-10.842 6.768-28.63z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M92.8 50.28c-5.21 8.574-13.643 13.748-5.6 33.909 9.78-13.04 8.186-14.032 5.6-33.91z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M98.327 66.72c-6.272 8.575-16.122 13.997-7.477 33.308 10.878-14.422 4.43-16.654 7.477-33.308z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M101.693 83.622c-5.882 8.256-15.91 13.96-7.654 32.67 8.256-12.012 9.284-13.855 7.654-32.67zM59.067 30.26c5.421 4.323 16.547 2.41 19.488 23.634-14.917-7.973-14.563-6.13-19.488-23.634z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M61.547 45.283c5.705 3.934 17.61 1.808 20.303 21.756-15.767-7.086-15.413-5.385-20.303-21.756z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M64.913 58.748c5.918 4.323 18.213 2.126 21.154 23.634-16.37-7.795-15.98-5.953-21.154-23.634z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M67.996 77.492c5.953 1.843 18.496-4.96 21.72 21.756-11.692-2.232-11.87-10.453-21.72-21.756z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M76.146 92.976c8.326 3.012 12.65 1.666 16.582 22.926-12.472-7.973-12.118-6.237-16.582-22.926zM54.638 124.583c-.496.567-.992 1.134-1.488 1.736 19.381 47.94 24.838 87.236 21.082 127.24v.071c-.708 26.185-3.933 54.354-9.354 85.287 1.382.815 2.764 1.56 4.11 2.304l.78.283c15.271-88.547 13.819-153.957-15.13-216.921z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M71.114 107.858a153.221 153.221 0 0 0-3.65 3.296c22.182 73.133 25.229 140.563 22.04 238.89l2.94.991 1.276.32c4.217-100.064 1.489-170.009-22.606-243.497zM31.004 24.98c12.047 9.355 16.972 7.654 17.079 28.17-12.048-5.174-13.465-12.225-17.08-28.17z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M53.079 26.717c-4.04 9.602-11.729 16.405-1.205 35.326 8.008-14.952 6.307-15.661 1.205-35.326z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M60.06 47.303c-6.13 9.496-12.934 13.288-3.225 29.622 4.429-12.33 7.582-12.401 3.224-29.622z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M64.913 57.862c-4.11 9.46-11.799 16.193-1.417 34.69 8.079-14.741 6.413-15.45 1.417-34.69z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M72.354 73.17c-5.137 9.637-14.208 16.83-3.33 34.405 8.964-16.3 2.338-17.327 3.33-34.406z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M77.705 89.327c-4.784 9.248-13.96 16.76-3.579 33.803 6.697-13.465 7.476-15.484 3.579-33.803zM29.232 44.256c5.882 3.295 16.618-.673 22.075 19.842-15.661-5.173-15.094-3.401-22.075-19.842z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M33.52 58.713c6.094 2.834 17.574-1.489 22.641 17.787-16.405-4.11-15.838-2.48-22.641-17.787z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M38.445 71.433c6.342 3.189 18.248-1.276 23.74 19.524-17.079-4.713-16.476-2.941-23.74-19.524z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M43.76 89.469c6.094.708 17.61-8.363 24.023 17.539-11.799-.071-12.933-8.185-24.023-17.54z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M53.681 103.287c8.575 1.489 12.65-.673 19.134 19.666-13.287-5.599-12.72-3.933-19.134-19.666zM.496 46.7c13.146 6.662 17.717 3.934 20.693 24.202C8.646 68.35 6.272 61.689.496 46.7z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M22.43 43.689c-2.658 10.382-9.249 18.709 3.72 35.185 5.775-16.512 4.004-16.866-3.72-35.185z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M32.138 62.54c-4.713 10.7-10.843 15.909.992 29.976 2.587-13.146 5.705-13.89-.992-29.977z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M38.374 71.965c-2.693 10.24-9.283 18.496 3.472 34.547 5.847-16.3 4.11-16.618-3.472-34.547z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M47.835 85.465c-3.685 10.665-11.587 19.7 1.523 34.724 6.52-18.035-.106-17.61-1.523-34.724z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M55.346 100.311c-3.401 10.17-11.374 19.56 1.205 34.158 4.677-14.705 5.173-16.867-1.205-34.158zM1.453 66.083C7.689 68.103 17.68 61.902 25.902 81 9.78 79.264 10.63 80.858 1.452 66.083z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M7.689 79.476C14.067 81 24.732 74.268 32.386 92.232c-16.654-.567-15.874.957-24.697-12.756z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M14.28 91.028c6.696 1.771 17.751-5.174 26.043 14.208-17.433-.992-16.583.603-26.043-14.208z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M22.04 107.681c6.058-.602 16.121-11.976 26.043 12.225-11.587 2.444-13.855-5.315-26.044-12.225z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M33.697 119.232c8.61-.354 12.33-3.366 21.543 15.378-13.819-2.693-13.04-1.17-21.543-15.378zM139.606 93.543c-18.85 84.508-21.508 171.886-19.665 260.681a60.196 60.196 0 0 0 4.358-.354c-.78-99.921 2.41-175.925 19.24-258.2-1.31-.745-2.622-1.489-3.933-2.127zM167.563 14.492c-10.878 10.843-15.945 9.78-13.713 30.19 11.374-6.698 11.977-13.89 13.713-30.19z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M145.843 19.063c5.137 9.035 13.535 14.74 5.28 34.902-9.674-13.82-8.08-14.74-5.28-34.902z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M141.307 40.394c7.193 8.645 14.386 11.515 6.59 28.984-5.81-11.658-8.964-11.339-6.59-28.984z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M137.693 51.52c5.138 8.858 13.57 14.527 5.386 34.228-9.709-13.606-8.114-14.492-5.386-34.228z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M132.06 67.642c6.2 8.929 16.05 14.882 7.263 33.732C128.55 86.35 135 84.508 132.059 67.642z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M128.622 84.366c5.776 8.61 15.803 14.847 7.441 33.095-8.185-12.473-9.213-14.386-7.44-33.095zM171.531 33.378c-5.456 4.04-16.547 1.488-19.63 22.57 14.989-7.157 14.599-5.35 19.63-22.57z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M168.945 48.295c-5.705 3.614-17.61.815-20.41 20.587 15.804-6.2 15.414-4.5 20.41-20.587z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M165.543 61.583c-5.952 3.933-18.248 1.063-21.33 22.429 16.405-6.874 16.015-5.067 21.33-22.43z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M162.319 80.114c-5.953 1.524-18.46-5.988-21.827 20.551 11.693-1.594 11.906-9.78 21.827-20.55z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M154.063 95.138c-8.327 2.586-12.65.956-16.724 22.004 12.543-7.264 12.189-5.563 16.724-22.004zM159.343 107.469c-25.973 72.46-29.445 142.511-23.386 244.381a119.926 119.926 0 0 0 5.846-1.63c-6.697-103.039-3.366-168.98 20.728-239.775a122.426 122.426 0 0 0-3.188-2.976zM199.63 29.693c-12.118 8.681-17.008 6.697-17.256 27.213 12.083-4.5 13.535-11.48 17.256-27.213z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M177.52 30.189c4.004 9.85 11.657 17.043 1.027 35.398-7.901-15.414-6.236-16.052-1.027-35.398z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M170.469 50.386c6.059 9.85 12.826 13.996 3.011 29.799-4.323-12.579-7.511-12.827-3.011-29.8z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M165.508 60.697c4.04 9.673 11.693 16.795 1.205 34.724-7.973-15.2-6.272-15.767-1.205-34.724z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M157.996 75.543c5.067 9.957 14.102 17.646 3.118 34.583-8.858-16.795-2.232-17.433-3.118-34.583z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M152.54 91.417c4.712 9.532 13.854 17.54 3.366 33.98-6.591-13.818-7.37-15.873-3.367-33.98zM201.26 49.04c-5.882 2.976-16.583-1.595-22.181 18.602 15.697-4.252 15.094-2.551 22.18-18.603z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M196.902 63.283c-6.095 2.48-17.54-2.48-22.748 16.512 16.44-3.189 15.838-1.594 22.748-16.512z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M191.906 75.72c-6.378 2.8-18.213-2.267-23.847 18.178 17.114-3.72 16.476-2.02 23.847-18.178z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M186.484 93.437c-6.094.39-17.575-9.319-24.13 16.228 11.8.567 13.004-7.476 24.13-16.228z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M176.492 106.724c-8.575.993-12.685-1.381-19.24 18.603 13.287-4.855 12.72-3.225 19.24-18.603zM176.917 126.177c-30.33 65.622-27.744 135.425-15.236 215.681 1.56-.815 3.083-1.665 4.677-2.55-5.35-34.69-8.787-66.509-8.68-96.662v-.177c-1.56-35.044 4.145-70.548 22.216-112.607-.992-1.24-1.985-2.48-2.977-3.685zM229.996 53.114c-13.181 5.917-17.752 2.941-20.835 23.032 12.544-1.843 14.989-8.398 20.835-23.032z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M208.098 48.898c2.587 10.488 9.107 19.169-3.968 34.937-5.634-16.831-3.898-17.08 3.968-34.937z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M198.283 67.181c4.607 10.949 10.737 16.512-1.204 29.906-2.516-13.288-5.599-14.209 1.204-29.906z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M191.94 76.252c2.658 10.382 9.214 18.992-3.649 34.37-5.775-16.618-4.004-16.866 3.65-34.37z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M182.445 89.22c3.614 10.843 11.445 20.34-1.772 34.619-6.378-18.355.248-17.575 1.772-34.619z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M174.827 103.642c3.33 10.346 11.267 20.197-1.418 34.086-4.606-14.952-5.066-17.15 1.418-34.086zM228.933 72.46c-6.236 1.63-16.193-5.102-24.555 13.536 16.122-.85 15.307.709 24.555-13.535z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M222.626 85.465c-6.378 1.169-17.008-6.13-24.803 11.409 16.689.354 15.874 1.807 24.803-11.41z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M215.93 96.661c-6.698 1.382-17.682-6.165-26.115 12.756 17.433-.035 16.583 1.524 26.114-12.756z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M208.098 112.854c-6.059-.92-16.05-12.862-26.114 10.807 11.551 3.083 13.89-4.57 26.114-10.807z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M196.335 123.768c-8.61-.85-12.296-4.075-21.615 14.173 13.855-1.949 13.075-.46 21.615-14.173zM98.787 218.161l31.855.886c19.275.532 34.76 5.953 34.724 12.19 0 6.2-15.52 10.77-34.795 10.24l-31.854-.886c-19.276-.532-34.76-5.953-34.725-12.19.036-6.2 15.52-10.807 34.795-10.24z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
<path d="M76.713 217.524l-9.532 19.771c1.488 1.56 3.366 2.516 5.457 2.587l5.74.142 10.7-22.146-12.365-.354zm24.803.708L90.85 240.378l12.331.354 10.7-22.18-12.365-.32zm24.838.674l-10.7 22.145 12.33.355 10.701-22.146-12.33-.354zm24.803.708l-10.7 22.146 12.366.354 9.39-19.488c-1.56-1.736-3.544-2.8-5.74-2.87l-5.316-.142z" transform="matrix(.03814 0 0 .03092 255.936 283.822)"/>
|
||||||
|
</g>
|
||||||
|
<g fill="#e7e7e7" stroke="#000" stroke-width="3.085">
|
||||||
|
<path d="M-123.176 1511.601c.231-.046 2.996 43.372 6.382 64.529.414 2.59 3.55 4.092 4.255 6.618.761 2.733-.197 5.672-.237 8.51-.004.314.045.633 0 .945-.557 3.9-4 7.467-3.309 11.346.395 2.218 3.14 3.36 4.018 5.436 5.104 12.063 4.037 26.47 6.382 38.764.989 5.182-.949-.997 8.273 13.71.927 1.477 4.964 1.654 4.964 1.654l4.018.237 3.756 3.879-5.683 5.181-17.55 1.672-7.855-5.014s2.478-4.244 1.003-6.352c-1.057-1.511-4.835-.504-5.014-2.34-.327-3.362-.701-12.529-.836-12.535-.3-.014-.155-.595-.334-.836 0 0-12.781-14.673-17.215-23.232-2.293-4.427-2.145-9.913-4.68-14.206-1.623-2.75-5.226-4.1-6.518-7.02-10.75-24.288-21.523-71.13-21.56-70.866M-333.806 1500.42l45.303 11.326-18.01 62.892c-9.687 19.858-8.976 20.585-6.876 26.27 4.412 10.927 7.094 27.28 23.611 53.256 5.98 6.612 12.865 7.405 15.186 10.09.973 2.836 6.142 7.115 10.656 8.882h14.52c2.683-3.219 2.629-2.147 3.455-4.592-.809-2.968-7.805-1.947-12.33-6.022-1.93-7.709-11.724-19.563-12.558-27.673-4.453-17.719-2.745-18.236.12-36.206 1.428-9.257 11.112-29.67 14.981-40.783 7.801-11.86 16.285-32.525 16.473-47.46l-16.383-41.692-10.193-16.989M-307.151 1424.29c-75.622 20.367-49.746 84.639-28.886 85.866M-80.846 1319.762l12.895-22.825 1.448-8.413-.892-1.788-21.49 21.787-.374 1.447" transform="matrix(.0411 -.00111 .00358 .04395 251.95 220.157)"/>
|
||||||
|
<path d="M-41.126 1358.04c4.574 1.771 10.397 3.537 11.667.943 1.574-3.213 2.362-5.487-1.03-8.094-1.631-1.467 1.226-3.657-.47-7.813-12.192-8.803-21.059-9.234-23.656-16.062l-.093-4.688c-.142-5.925-18.515-8.837-22.782-11.843 0 0-7.515-3.838-11.593-4.782-1.743-.403-5.375-.343-5.375-.343-18.855-.648-29.123 17.69-33.25 28.906 0 0-8.195 51.377-19.407 74.437-1.021 2.101-2.519 3.994-4.25 5.563-1.683 1.525-3.55 3.798-5.812 3.594-51.977-4.684-87.39-7.783-108.688-7.594-21.297.19-46.89 14.984-48.531 16.625 0 0-24.886 13.887-32.125 37.406-2.417 7.854-1.156 17.225 1.344 26.594 18.063 63.042 46.705.951 55.06 1.904l10.283 1.174c12.073 1.377 31.42 36.918 64.993 44.775 101.333 23.715 134.014-26.041 141.588-138.264l1.393-1.585v-3.827l6.028-8.801.095-12.438-1.339-5.931.383-2.296 29.37-2.775 5.19-2.033" transform="matrix(.0411 -.00111 .00358 .04395 251.95 220.157)"/>
|
||||||
|
<path d="M-88.424 1324.949l14.756-26.12 1.658-9.626-1.022-2.046-24.592 24.93-.427 1.657M-345.177 1490.889c4.986 18.685 15.282 37.389 13.843 44.187-2.159 10.208-8.708 14.768-9.25 15.72-.497.872-2.898 2.128-3.687 2.75-3.416 2.688-5.997 8.222-7.781 12.187-2.2 4.889-3.573 9.281-3.407 14.125.619 17.994 8.412 55.142 8.938 55.687 0 0 5.945 3.612 7.437 7.063 1.52 3.513.627 6.838.063 10.625-.773 5.194-4.906 16.718-4.906 16.718s.042 2.254.687 2.938c1.806 1.914 8.188 5.312 8.188 5.312h14s-7.15-7.549-7.594-9.218c-.492-1.852-.688-3.273.031-5.344 1.328-3.825 5.668-8.296 7.157-10.563 1.603-2.44.656-8.937.656-8.937.064-2.364-1.876-3.5-1.938-4.5-.481-7.786-.507-13.398-.187-21.125.282-6.818 3.281-27.187 3.281-27.188 0 0 3.543-2.547 5-4.156 1.322-1.46 3.313-4.906 3.313-4.906s17.685-8.665 25.468-14.594c9.23-7.03 24.719-24.5 24.719-24.5s4.635-7.126 5.594-11.187c.325-1.378.207-2.85 0-4.25-1.123-7.602-3.522-15.092-6.688-22.094-3.075-6.8-6.77-13.497-11.812-19-.52-.567-1.844-1.375-1.844-1.375M-126.06 1534.245c-14.59 8.237-47.984 14.46-49.048 20.65 0 0-4.35 38.834-10.437 54.221-2.4 6.064-5.652 7.77-8.584 13.596-3.052 6.066-3.305 10.753-6.017 16.799-2.902 6.465-7.602 12.213-9.197 23.502l-.473 9.4 9.567 5.837-10.715 3.061-15.785-6.505-.096-14.351 4.88-14.733.382-2.392-3.253-9.089.191-32.336 4.88-24.013 4.113-88.686M-83.288 1362.833c6.113 5.096 14.467 8.511 34.706 3.013 3.568 2.358 7.336 5.279 16.683-5.364M-39.674 1347.53c.13-.13 3.596 2.47 4.956 2.503 1.06.025 2.559-1.967 1.752-2.653-.886-.753-2.568-1.619-3.454-1.102-1.286.751-3.226 1.473-3.254 1.252z" transform="matrix(.0411 -.00111 .00358 .04395 251.95 220.157)"/>
|
||||||
|
<path d="M253.626 278.843s.077.002.106.066c.095.216.33.253.515.025a.356.356 0 0 1 .088-.07c-.038-.002-.062.001-.092-.029-.207-.206-.42-.032-.492-.017-.046.01-.08.018-.125.025z" fill="#000" stroke="none"/>
|
||||||
|
</g>
|
||||||
|
<g fill-rule="evenodd" stroke="#e3e4e5" stroke-width=".423">
|
||||||
|
<g fill="#e7e7e7" stroke="#000">
|
||||||
|
<path d="M265.741 291.1l.001.005a2.04 2.04 0 0 0-.015.794 2.076 2.076 0 0 0-.015.8 2.075 2.075 0 0 0-.013.762 2.14 2.14 0 0 0-.01.722c.262.201 1.008.225 1.342.043.04-.23.039-.505-.003-.757a2.073 2.073 0 0 0-.003-.763c.05-.232.05-.51-.004-.8a2.04 2.04 0 0 0-.005-.794 2.394 2.394 0 0 0-.006-.827 2.23 2.23 0 0 0-.006-.796 2.364 2.364 0 0 0-.007-.827l.001-.007c.038-.245.04-.521-.006-.834a2.537 2.537 0 0 0-.006-.844c.04-.257.043-.53-.006-.835a2.331 2.331 0 0 0-.006-.834c.069-.26.041-.586-.009-.843v-.003c.044-.302.04-.575-.004-.832a2.488 2.488 0 0 0-.005-.834 3.46 3.46 0 0 0-.007-.844c.036-.275.03-.544-.01-.833a3.114 3.114 0 0 0-.008-.834c.038-.264.05-.546 0-.846.038-.27.034-.55-.01-.835.038-.259.04-.534-.01-.833a2.46 2.46 0 0 0-.01-.817c.036-.277.034-.48.002-.756a2.117 2.117 0 0 0-.009-.328l-.842-.013c-.035.059-.046.175-.023.332-.041.12-.04.64.01.76a2.46 2.46 0 0 0-.02.818 2.67 2.67 0 0 0-.021.833 2.855 2.855 0 0 0-.02.835c-.054.299-.046.58-.011.846a3.11 3.11 0 0 0-.02.833 3.097 3.097 0 0 0-.02.833c-.04.287-.047.567-.017.844a2.488 2.488 0 0 0-.017.834 2.637 2.637 0 0 0-.014.831c-.054.257-.086.585-.02.846-.057.32-.061.59-.017.834a2.599 2.599 0 0 0-.016.834c-.051.27-.06.546-.018.844-.05.316-.051.594-.015.842-.055.308-.061.582-.018.826a2.228 2.228 0 0 0-.016.797 2.397 2.397 0 0 0-.018.82z" stroke-width=".13118076"/>
|
||||||
|
<path d="M265.732 291.89c.31.144 1.103.119 1.289.023M265.725 291.093c.297.126 1.004.12 1.29.024M265.765 290.26c.287.143.967.106 1.245.023M265.781 289.468c.318.143 1.008.104 1.223.021M265.797 288.651c.34.097.938.094 1.2.004M265.813 287.817c.351.084.899.087 1.179.004M265.829 286.97c.32.083.938.088 1.156.007M265.845 286.142c.278.09.865.081 1.134 0M265.869 285.305c.355.086.847.093 1.105.003M265.885 284.458c.362.085.875.075 1.082.006M265.898 283.626c.357.08.918.051 1.063.004M265.918 282.813c.333.06.895.029 1.037-.017M265.935 281.95c.328.088.873.048 1.014.002M265.957 281.135c.312.08.804.048.986-.017M265.982 280.285c.307.067.82.042.955-.001M265.995 279.447c.306.063.803.035.935-.007M266.024 278.614c.333.041.758.037.884-.004M266.044 277.762c.276.059.736.054.859.014M266.062 276.946c.301.048.718.045.837.006M266.029 276.19c.226.022.78.038.874.008M265.718 292.682c.314.143 1.118.118 1.307.023M265.702 293.44c.32.144 1.135.12 1.326.024" stroke-linejoin="round" stroke-width=".13118076"/>
|
||||||
|
</g>
|
||||||
|
<g stroke="#e7e7e7">
|
||||||
|
<path d="M268.277 274.21c.51-.111 1.241-.126 2.252-.153a14.613 14.613 0 0 0-.919-.273c.59-.082 1.996-.063 2.357-.067-.244-.15-.85-.388-1.011-.42.773-.128 1.697-.006 2.347.098-.304-.17-.647-.39-1.082-.508.928-.064 1.297.01 2.158.127a2.791 2.791 0 0 0-.941-.517c1.032-.188 1.61-.228 2.621-.147-2.92-1.336-6.464-.641-8.597.829.214-.335.675-.844 1.125-1.228a2.692 2.692 0 0 0-.739.04c.313-.342.9-.8 1.299-.957-.291-.016-.537-.022-.798.03.392-.364.982-.748 1.484-1.004a3.317 3.317 0 0 0-.897.021c.395-.466 1.086-.942 1.697-1.232a4.211 4.211 0 0 0-.998.077c.508-.464 1.188-.95 2.082-1.401-3.543.397-5.498 2.95-5.665 5.113-.944-2.035-3.515-3.981-7.055-3.833 1.057.322 1.897.715 2.55 1.112a4.634 4.634 0 0 0-1.073.08c.719.203 1.568.583 2.103 1a3.595 3.595 0 0 0-.952.124c.594.183 1.314.485 1.819.797-.29-.011-.547.035-.85.098.46.099 1.196.477 1.613.78a2.923 2.923 0 0 0-.79.077c1.065.416 1.133.603 1.368.744-2.21-.472-5.403.257-7.858 3.11.356-.3 1.877-.867 2.36-.997-.252.301-.34.46-.538.837.552-.446 1.385-.814 2.18-1.13-.167.253-.348.583-.432.794.579-.359.755-.41 1.94-.974-.085.145-.321.46-.434.758.362-.207 1.223-.521 1.806-.73.04-.015-.35.32-.528.72.134-.05.943-.342.973-.35-1.868 1.304-3.26 3.493-2.979 6.155.108-.416.602-1.611.882-2.09-.031.318.04.843.099 1.078a9.069 9.069 0 0 1 1.028-2.117c-.037.425-.027.894.032 1.086.251-.588.45-1.092 1.067-2.181-.04.162-.048.621-.01 1.027a14.19 14.19 0 0 1 1.143-1.984c-.023.24-.067.647-.049.816.05-.086.196-.327.366-.596.266-.42.59-.907.695-.985.08.082.158.182.23.297.29.467.499 1.18.564 1.918.155-.362.222-.732.241-.927.332.741.706 1.901.732 2.54.112-.339.17-.55.21-1.081.345.554.646 1.92.673 2.512.135-.232.246-.522.327-.955.338.764.471 1.714.553 2.37.868-3.158-.377-5.199-1.895-6.756.382.207.864.632 1.336 1.144a5.204 5.204 0 0 0-.28-.932c.56.398 1.387 1.22 1.618 1.457-.04-.312-.085-.477-.25-.875.663.459 1.254 1.244 1.589 1.677-.027-.2-.08-.574-.218-1.005.604.452 1.205 1.359 1.48 1.87-.008-.35-.106-.719-.188-1.1.823.695 1.127 1.43 1.386 1.875.007-2.85-3.292-5.415-6.359-5.683z" fill="#007934" stroke-width=".13118076"/>
|
||||||
|
<path d="M267.007 274.24c3.343-.478 7.637 2.401 7.63 5.653-.26-.444-.565-1.18-1.387-1.875.082.381.18.75.187 1.1-.274-.511-.875-1.418-1.48-1.87.138.431.192.806.219 1.006-.335-.434-.927-1.22-1.589-1.678.165.398.21.563.25.876-.23-.238-1.058-1.06-1.619-1.459.107.24.238.695.281.933-.472-.512-.955-.937-1.336-1.144M266.258 274.2c-2-1.29-6.248-1.055-9.33 2.527.355-.3 1.876-.867 2.359-.997-.252.301-.34.46-.538.837.552-.446 1.385-.814 2.18-1.13a5.1 5.1 0 0 0-.432.794c.579-.36.755-.41 1.94-.974-.085.145-.321.46-.434.758.362-.207 1.223-.521 1.806-.73.04-.015-.351.32-.528.72.133-.05.943-.342.973-.35" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width=".13118076"/>
|
||||||
|
<path d="M266.392 273.691c-.425-2.353-3.243-5.06-7.395-4.886 1.057.322 1.897.715 2.55 1.112a4.628 4.628 0 0 0-1.073.08c.718.202 1.568.583 2.103 1a3.597 3.597 0 0 0-.952.124c.594.183 1.314.485 1.818.797-.288-.011-.546.035-.849.097.46.1 1.196.478 1.612.781a2.93 2.93 0 0 0-.79.077c1.066.416 1.134.603 1.369.744M266.363 274.62c-2.781.849-5.47 3.586-5.087 7.19.107-.416.6-1.612.88-2.09-.03.318.042.843.1 1.078a9.08 9.08 0 0 1 1.028-2.117c-.037.425-.027.894.032 1.087.251-.589.45-1.093 1.067-2.182-.04.162-.048.621-.01 1.027.204-.448.679-1.331 1.142-1.985-.022.24-.066.648-.048.817.126-.22.887-1.453 1.06-1.582M264.797 276.037c-.194.549-.352 1.14-.414 1.549M263.78 276.733c-.189.489-.422 1.38-.496 1.948M262.758 277.706a9.507 9.507 0 0 0-.602 2.015" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width=".13118076"/>
|
||||||
|
<path class="fil1 str2" fill="none" stroke-linecap="round" stroke-linejoin="round" d="M266.527 275.863l.011-.642" stroke-width=".13118076"/>
|
||||||
|
<path d="M269.408 278.666c.085.507.127.774.096 1.502M268.35 276.91c.11.567.156.942.154 1.7M267.366 275.773c.122.35.196.8.197 1.38M272.628 276.73c.37.477.55 1.012.622 1.288M271.124 275.686c.363.428.717 1.188.833 1.562M269.86 275.263c.313.407.527.838.727 1.313M259.287 275.73c.343-.366.877-.88 1.845-1.275M260.93 275.436c.413-.523.625-.853 1.71-1.325M262.437 275.257c.342-.437.89-.932 1.722-1.228M263.809 275.284c.542-.495 1.042-.758 1.708-1.04M261.547 269.916c.716.08 1.705.328 2.309.726M262.577 270.997c.651.012 1.541.206 1.998.455M263.444 271.918c.644.012 1.45.278 2.112.656M264.206 272.796c.864.076 1.455.39 1.84.625M266.944 273.575c2.036-1.732 5.943-2.677 9.115-1.225-1.012-.082-1.59-.041-2.621.147.423.121.823.411.94.517-.86-.116-1.229-.19-2.157-.127.435.118.778.338 1.081.508-.65-.104-1.573-.226-2.346-.099.16.033.766.272 1.01.421-.36.004-1.766-.015-2.356.067.405.108.675.192.919.273-1.011.026-1.743.041-2.252.153M273.438 272.497c-.628-.254-1.725-.369-2.288-.333M272.221 272.887c-1.11-.368-2.165-.348-2.695-.268M270.956 273.296c-.977-.275-2.122-.282-2.652-.201M269.61 273.784c-.94-.226-1.613-.195-2.143-.115M268.359 274.81c.384.327.658.709.859 1.183" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width=".13118076"/>
|
||||||
|
<path d="M266.052 272.638c.167-2.163 2.122-4.716 5.665-5.113-.894.451-1.574.937-2.082 1.4.356-.07.6-.083.998-.076-.61.29-1.302.766-1.698 1.232.296-.054.6-.048.897-.02-.501.255-1.092.639-1.483 1.003.261-.052.507-.046.797-.03-.398.158-.985.615-1.298.958.294-.054.51-.06.739-.041-.45.384-.911.893-1.125 1.228M269.635 268.926c-.518.142-1.174.415-1.65.758M268.935 270.08a4.824 4.824 0 0 0-1.492.55M268.349 271.064c-.508.089-1.085.374-1.568.74M267.848 271.992a3.43 3.43 0 0 0-1.541.845M265.824 275.391a6.424 6.424 0 0 0-.309 1.237M266.763 274.485c1.972 1.723 4.425 3.941 3.295 8.052-.082-.655-.215-1.605-.553-2.369-.081.433-.193.723-.327.955-.028-.592-.328-1.958-.674-2.512-.04.53-.097.742-.209 1.081-.027-.639-.4-1.799-.732-2.54-.02.195-.086.565-.241.927-.081-.921-.385-1.803-.795-2.215" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width=".13118076"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g style="line-height:125%;-inkscape-font-specification:'Linux Biolinum Bold';text-align:center" font-weight="700" font-size="100" font-family="Linux Biolinum" letter-spacing="60" word-spacing="0" text-anchor="middle" fill="#e8a30e" stroke="#000" stroke-width="1.5">
|
||||||
|
<path d="M227.517 249.08l1.345.73.326-.601c.167-.308.218-.55.15-.726-.065-.178-.244-.347-.537-.506-.323-.175-.58-.24-.773-.196-.195.043-.356.18-.48.41-.162.298-.241.503-.238.616.006.11.075.2.207.273m1.754.952l1.728.938c.133.072.251.078.355.017.105-.062.23-.225.372-.488.136-.25.226-.461.27-.632.043-.174.037-.318-.018-.432a.762.762 0 0 0-.193-.27 2.01 2.01 0 0 0-.356-.233c-.806-.437-1.396-.309-1.77.386l-.388.714m-2.771-.824c.097-.18.221-.418.372-.712.15-.295.244-.477.282-.547.183-.338.38-.61.59-.818.208-.211.41-.346.604-.406.192-.061.368-.087.529-.078.16.01.312.053.454.13.2.109.353.294.458.555.106.258.152.523.137.794.308-.31.637-.518.987-.626a1.3 1.3 0 0 1 1.04.117c.381.207.622.563.724 1.069.099.504-.043 1.108-.425 1.811-.13.24-.271.492-.423.753-.15.259-.273.476-.368.651l-.332.666-.027-.005a12.05 12.05 0 0 0-1.489-.93l-1.881-1.021c-.591-.32-1.122-.568-1.591-.742l-.015-.027c.154-.248.278-.459.374-.634M235.973 237.659c-.765.639-.632 1.576.4 2.812.52.623 1.038.992 1.556 1.105.516.111.984-.008 1.404-.359.38-.318.541-.7.483-1.149-.059-.448-.34-.973-.841-1.574-.58-.694-1.105-1.104-1.58-1.232-.473-.132-.947 0-1.422.397m3.977-.197c.565.676.81 1.403.735 2.18-.073.775-.467 1.46-1.18 2.055-.667.557-1.39.818-2.167.784-.778-.033-1.429-.364-1.953-.992-.557-.667-.803-1.405-.74-2.215.062-.81.432-1.496 1.107-2.06.713-.595 1.452-.868 2.216-.82.765.045 1.426.4 1.982 1.068M248.488 234.682c.16.573.283.93.369 1.068.337-.094.702-.212 1.094-.353.395-.143.705-.263.93-.361l.336-.143.026.029a5.714 5.714 0 0 0 .233.836l-.01.029c-.139.02-.31.06-.513.116l-2.565.714-.689.219-.019-.022c-.051-.396-.18-.967-.383-1.712l-.575-2.062c-.191-.686-.38-1.24-.565-1.662l.014-.03c.257-.054.48-.107.67-.16l.693-.22.015.023c.048.386.177.956.388 1.71l.551 1.98M258.35 231.628c.073-.669.102-1.253.088-1.753l.02-.024c.275.047.512.082.71.103l.726.054.005.026c-.12.451-.219 1.028-.296 1.73l-.231 2.129c-.072.66-.1 1.244-.084 1.753l-.02.024a12.003 12.003 0 0 0-.71-.103l-.726-.054-.005-.026c.122-.462.219-1.04.291-1.73l.232-2.13M268.857 237.212c1.761-1.395 2.881-2.348 3.359-2.858.054.049.2.136.435.263.186.1.313.158.382.176-2.447 1.852-4.109 3.128-4.986 3.828l-.53-.285c.047-.486.122-1.219.224-2.198.103-.98.188-1.816.255-2.507.069-.694.108-1.187.12-1.479.08.063.335.21.767.441.303.164.502.26.595.291-.256 1.188-.463 2.631-.62 4.328M277.888 241.314a13.01 13.01 0 0 0 1.226-1.256l.03-.005c.176.218.331.401.465.548l.508.52-.013.024c-.389.258-.845.625-1.367 1.1l-1.583 1.442c-.49.447-.899.867-1.223 1.26l-.03.004c-.176-.218-.331-.4-.465-.548l-.509-.52.014-.024c.397-.266.852-.634 1.364-1.104l1.583-1.441M283.206 251.987a46.223 46.223 0 0 0 1.413-1.51l-.023-.051-2.076.065c.094.23.217.509.37.837.077.165.182.385.316.659m-1.222-1.473c-.91.046-1.594.11-2.055.193a1.982 1.982 0 0 0-.143-.368 2.79 2.79 0 0 0-.23-.434c2.957-.019 5.055-.045 6.292-.08l.332.713c-2.146 2.251-3.543 3.784-4.191 4.598-.027-.098-.132-.343-.314-.736-.158-.338-.265-.549-.323-.632.399-.34.896-.81 1.493-1.411-.14-.324-.26-.59-.356-.796-.139-.3-.308-.648-.505-1.047" style="-inkscape-font-specification:'Linux Biolinum Bold'" stroke-width=".13128"/>
|
||||||
|
</g>
|
||||||
|
<g fill="#e8a30e" stroke-width="1.792" stroke="#000" stroke-linecap="square" stroke-linejoin="round">
|
||||||
|
<path d="M261.251 299.316l-.819 2.355-2.493.051 1.987 1.507-.722 2.387 2.047-1.425 2.047 1.425-.722-2.387 1.987-1.507-2.493-.05zM270.996 295.164l-.818 2.356-2.494.05 1.988 1.507-.723 2.387 2.047-1.424 2.047 1.424-.722-2.387 1.987-1.506-2.493-.051zM286.048 268.54l-.819 2.356-2.493.05 1.987 1.507-.722 2.387 2.047-1.424 2.047 1.424-.722-2.387 1.987-1.506-2.493-.051zM278.902 287.534l.818 2.356 2.494.05-1.987 1.507.722 2.387-2.047-1.424-2.047 1.424.722-2.387-1.987-1.506 2.493-.051zM283.95 278.85l.82 2.356 2.493.05-1.988 1.507.723 2.387-2.047-1.424-2.047 1.424.722-2.387-1.988-1.506 2.494-.051zM250.749 299.316l.819 2.355 2.493.051-1.987 1.507.722 2.387-2.047-1.425-2.047 1.425.722-2.387-1.987-1.507 2.493-.05zM241.004 295.164l.818 2.356 2.494.05-1.988 1.507.723 2.387-2.047-1.424-2.047 1.424.722-2.387-1.987-1.506 2.493-.051zM225.952 268.54l.819 2.356 2.493.05-1.987 1.507.722 2.387-2.047-1.424-2.047 1.424.722-2.387-1.987-1.506 2.493-.051zM233.098 287.534l-.818 2.356-2.494.05 1.987 1.507-.722 2.387 2.047-1.424 2.047 1.424-.722-2.387 1.987-1.506-2.493-.051zM228.05 278.85l-.82 2.356-2.493.05 1.988 1.507-.723 2.387 2.047-1.424 2.047 1.424-.722-2.387 1.988-1.506-2.494-.051z" stroke-width=".13129984"/>
|
||||||
|
</g>
|
||||||
|
<g stroke="#000">
|
||||||
|
<g fill="#e7e7e7" stroke-width=".373">
|
||||||
|
<path d="M361.88 211.78l-.023-4.445h.547l-6.793-4.387-5.466-.003-6.756 4.381.54.003.023 4.442 17.926.012" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M361.88 211.78l-.023-4.445h.547l-6.793-4.387-.515-6.684h-4.43l-.52 6.68-6.757 4.382.54.003.023 4.442 17.926.012.002-.003zM363.967 217.618l.002 1.39-21.884-.024-.009-1.385 21.894.019" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M363.967 217.618l.002 1.39-21.884-.024-.009-1.385 21.894.019h-.002zM343.538 217.534l-.018-4.706.886-.002-.049 4.76.054-4.722-1.277-.037v-1.01l19.558.022.01 1h-1.207l.023 4.766-.043-4.766h.899l.02 4.713" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M343.538 217.534l-.018-4.706.886-.002-.049 4.76.054-4.722-1.277-.037v-1.01l19.558.022.01 1h-1.207l.023 4.766-.043-4.766h.899l.02 4.713" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M347.743 216.375l-.014-3.282h-2.626l.016 3.279 2.624.003" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M345.818 213.778l.008 1.906h1.202l-.006-1.906h-1.203M360.582 216.384l-.016-3.279-2.617-.003.013 3.282h2.62" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M358.657 213.79l.014 1.9h1.2l-.01-1.9h-1.204M360.562 211.04l-.015-3.282h-2.62l.008 3.282h2.628-.002z" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M358.637 208.449l.008 1.903h1.2l-.002-1.903h-1.206M347.722 211.028l-.018-3.276-2.622-.003.012 3.277h2.628v.002z" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M345.797 208.437l.006 1.9 1.203.003-.009-1.903h-1.2M352.474 211.034l-.012-3.276-2.623-.003.01 3.279h2.625" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M350.55 208.44l.007 1.9 1.202.006-.008-1.906h-1.2M356.137 211.04l-.018-3.282-2.622-.003.013 3.279 2.627.006" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M354.211 208.443l.01 1.906h1.201l-.006-1.906h-1.205" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M356.787 210.033l.03 7.566-7.6-.012-.028-7.56 7.597.006" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M356.787 210.033l.03 7.566-7.6-.012-.028-7.56 7.597.006h.002zM349.143 212.193l7.652.006M350.098 217.596l-.026-5.347M355.892 217.6l-.026-5.344M359.561 206.81l-4.28-3.124-4.808-.006-4.246 3.119 13.334.012M350.851 202.998l4.045.003M351.94 201.565l.006.95h1.858l-.006-.95h-1.858" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
<path d="M349.544 210.246h.554l-.162.297s.267.343.005.736l.145.274h-.534l.145-.26s-.273-.456.012-.75l-.164-.297M350.673 210.246h.554l-.16.297s.266.334.001.736l.144.274h-.532l.143-.26s-.267-.456.014-.75l-.164-.297M351.904 210.246h.552l-.165.297s.27.343.005.736l.145.28-.53-.007.143-.259s-.27-.453.01-.75l-.161-.298h.002zM353.293 210.248h.557l-.163.3s.266.338.002.733l.149.277h-.537l.144-.259s-.267-.459.018-.75l-.168-.3h-.002zM354.528 210.248h.553l-.164.3s.269.338.003.731l.147.28h-.533l.14-.26s-.27-.456.02-.75l-.166-.3M355.756 210.251l.552-.003-.163.3s.273.338.008.733l.139.278h-.534l.143-.26s-.266-.456.019-.75l-.163-.297" transform="matrix(.12985 0 0 .11572 210.161 240.127)"/>
|
||||||
|
</g>
|
||||||
|
<path d="M255.829 262.43h.342v.4h-.342v-.4z" fill="#e7e7e7" fill-rule="evenodd" stroke-width=".034132800000000005"/>
|
||||||
|
<path d="M256.003 261.94l-.006.51" fill="none" stroke-width=".078768"/>
|
||||||
|
<path d="M255.813 262.13l.374.006" fill="none" stroke-width=".09951024000000001"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g>
|
||||||
|
<path d="M252.948 224.325s-2.497 5.8-1.635 6.374c0 0 3.133-3.498 3.95-6.278.818-2.78 0-.192 0-.192l-.227-3.02-2.043 2.876" fill="#452c25"/>
|
||||||
|
<path d="M586.607 219.117s-8.426 19.153-5.515 21.053c0 0 10.569-11.555 13.329-20.736 2.757-9.181 0-.633 0-.633l-.767-9.973-6.894 9.497" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".585"/>
|
||||||
|
<path d="M253.476 221.553s-3.001 6.387-2.315 6.86c0 0 2.493-2.873 3.143-5.154.65-2.282 0-.158 0-.158l.834-4.105" fill="#452c25"/>
|
||||||
|
<path d="M588.388 209.963s-10.125 21.095-7.809 22.654c0 0 8.411-9.485 10.605-17.02 2.193-7.536 0-.52 0-.52l2.812-13.559" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M256.567 220.13s-3 6.388-2.315 6.86c0 0 2.493-2.872 3.144-5.154.65-2.282 0-.158 0-.158l.833-4.105" fill="#452c25"/>
|
||||||
|
<path d="M598.819 205.264s-10.125 21.095-7.81 22.654c0 0 8.411-9.485 10.606-17.021 2.194-7.536 0-.52 0-.52l2.811-13.559" transform="matrix(.29638 0 0 .30279 79.091 157.979)" fill="none" stroke="#000" stroke-width=".473"/>
|
||||||
|
<path d="M295.294 208.647l3.562 2.021s.87.72-1.038.297c-1.908-.425-5.977-1.829-13.662-6.775-3.475-2.236-4.572-2.173-4.572-2.173l4.844.131 10.866 6.499z" fill="#452c25"/>
|
||||||
|
<path d="M295.294 208.647l3.562 2.021s.87.72-1.038.297c-1.908-.425-5.977-1.829-13.662-6.775-3.475-2.236-4.572-2.173-4.572-2.173l4.844.131 10.866 6.499z" fill="none" stroke="#000" stroke-width=".12792557999999998"/>
|
||||||
|
<path d="M296.471 207.768l3.563 2.021s.869.72-1.04.297c-1.907-.425-5.975-1.829-13.66-6.775-3.476-2.236-.68 1.845-.68 1.845l.589-2.684 11.228 5.296z" fill="#452c25"/>
|
||||||
|
<path d="M296.471 207.768l3.563 2.021s.869.72-1.04.297c-1.907-.425-5.975-1.829-13.66-6.775-3.476-2.236-.68 1.845-.68 1.845l.589-2.684 11.228 5.296z" fill="none" stroke="#000" stroke-width=".12792557999999998"/>
|
||||||
|
<path d="M302.397 209.714s-4.254-.79-5.803-1.925c0 0 .272.49-1.808-.458 0 0 .802 1.824-5.055-2.166-5.857-3.99-3.81-1.985-3.81-1.985l1.64-.422s8.991 3.592 9.977 3.968c.986.376 4.86 2.988 4.86 2.988" fill="#452c25"/>
|
||||||
|
<path d="M302.397 209.714s-4.254-.79-5.803-1.925c0 0 .272.49-1.808-.458 0 0 .802 1.824-5.055-2.166-5.857-3.99-3.81-1.985-3.81-1.985l1.64-.422s8.991 3.592 9.977 3.968c.986.376 4.86 2.988 4.86 2.988z" fill="none" stroke="#000" stroke-width=".12462492"/>
|
||||||
|
<path d="M280.154 211.308l1.426 2.032s-.474 1.906-5.422-1.802c-4.948-3.707-4.687-3.4-4.687-3.4l2.733-.382 6 3.406" fill="#452c25"/>
|
||||||
|
<path d="M280.154 211.308l1.426 2.032s-.474 1.906-5.422-1.802c-4.948-3.707-4.687-3.4-4.687-3.4l2.733-.382 6 3.406" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M273.728 212.326s2.298 3.007 1.786 3.38c-.511.374-3.225.214-5.163-2.729-1.937-2.942-.04-.15-.04-.15l.18-4.756 3.287 4.11" fill="#452c25"/>
|
||||||
|
<path d="M273.728 212.326s2.298 3.007 1.786 3.38c-.511.374-3.225.214-5.163-2.729-1.937-2.942-.04-.15-.04-.15l.18-4.756 3.287 4.11" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M276.088 210.943s2.212 2.854 1.97 3.289c-.24.434-3.36.158-5.845-2.659-2.486-2.816-.37-3.717-.37-3.717l4.205 2.937" fill="#452c25"/>
|
||||||
|
<path d="M276.068 210.868s2.232 2.93 1.99 3.364c-.24.434-3.36.158-5.845-2.659-2.486-2.816-.37-3.717-.37-3.717l4.225 3.012z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M288.694 209.257s6.306 2.712 1.63 2.535c0 0-9.16-2.467-13.9-6.526l1.34-1.772 10.857 5.605" fill="#452c25"/>
|
||||||
|
<path d="M288.694 209.257s6.306 2.712 1.63 2.535c0 0-9.16-2.467-13.9-6.526l1.34-1.772 10.857 5.605" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M292.003 208.475s3.413 2.07 3.667 2.857c.254.787-10.605-2.028-16.334-6.798l2.559-1.253 10.108 5.194z" fill="#452c25"/>
|
||||||
|
<path d="M292.003 208.475s3.413 2.07 3.667 2.857c.254.787-10.605-2.028-16.334-6.798l2.559-1.253 10.108 5.194z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M282.091 210.35s2.468 2.027 2.188 2.262c-.28.235-5.285-.514-9.214-3.537l.47-1.807 6.605 2.986" fill="#452c25"/>
|
||||||
|
<path d="M282.091 210.35s2.468 2.027 2.188 2.262c-.28.235-5.285-.514-9.214-3.537l.47-1.807 6.605 2.986" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M286.312 210.179s2.435 1.679 1.93 1.856c-.505.176-2.414 1.677-11.477-3.63l-1.068-.588 1.439-2.26 9.181 4.474" fill="#452c25"/>
|
||||||
|
<path d="M286.315 210.105s2.432 1.753 1.927 1.93c-.505.176-2.414 1.677-11.477-3.63l-1.068-.588 1.439-2.26 9.179 4.548z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M277.012 205.206s2.945 2.639 2.57 3.018c-.377.38-3.883-.456-5.43-1.605-1.546-1.15-2.672-2.623-2.672-2.623l3.287-.708 2.245 1.918z" fill="#452c25"/>
|
||||||
|
<path d="M277.012 205.206s2.945 2.639 2.57 3.018c-.377.38-3.883-.456-5.43-1.605-1.546-1.15-2.672-2.623-2.672-2.623l3.287-.708 2.245 1.918z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M273.5 200.801l5.367 3.199s4.38 3.092 3.917 3.369c-.463.277-3.915-.803-6.362-2.137-2.447-1.335-5.285-4.209-5.285-4.209" fill="#452c25"/>
|
||||||
|
<path d="M273.5 200.801l5.367 3.199s4.38 3.092 3.917 3.369c-.463.277-3.915-.803-6.362-2.137-2.447-1.335-5.285-4.209-5.285-4.209" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M270.113 215.929s1 2.558.402 2.78c-.597.222-2.077-.233-3.266-2.553-1.188-2.319 1.036-1.338 1.036-1.338l1.828 1.11z" fill="#452c25"/>
|
||||||
|
<path d="M270.113 215.929s1 2.558.402 2.78c-.597.222-2.077-.233-3.266-2.553-1.188-2.319.807-1.287.807-1.287l2.057 1.06z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M271.893 214.275s1.5 2.48 1.173 2.762c-.327.283-2.305 1.14-4.461-2.059-2.155-3.197 2.218-2.524 2.218-2.524l1.07 1.82z" fill="#452c25"/>
|
||||||
|
<path d="M271.893 214.275s1.5 2.48 1.173 2.762c-.327.283-2.305 1.14-4.461-2.059-2.155-3.197 2.218-2.524 2.218-2.524l1.07 1.82z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M267.409 203.085s5.118 9.883 4.692 10.408c-.426.526-2.447-.001-3.58-2.614-1.133-2.614-2.06-6.006-2.06-6.006l.948-1.788z" fill="#452c25"/>
|
||||||
|
<path d="M267.409 203.085s5.118 9.883 4.692 10.408c-.426.526-2.447-.001-3.58-2.614-1.133-2.614-2.06-6.006-2.06-6.006l.948-1.788z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M273.372 205.6s4.27 3.63 3.394 4.087c-.877.458-2.576-.204-5.074-2.676-2.498-2.471 1.64-1.56 1.64-1.56" fill="#452c25"/>
|
||||||
|
<path d="M273.352 205.525s4.29 3.705 3.414 4.162c-.877.458-2.576-.204-5.074-2.676-2.498-2.471 1.66-1.486 1.66-1.486z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M271.302 205.66s3.052 5.606 2.671 6.134c-.38.527-2.67-1.393-3.8-2.822-1.129-1.428-1.983-3.504-1.983-3.504" fill="#452c25"/>
|
||||||
|
<path d="M271.302 205.66s3.052 5.606 2.671 6.134c-.38.527-2.67-1.393-3.8-2.822-1.129-1.428-1.983-3.504-1.983-3.504" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M248.426 217.172s-.18 3.305 0 3.551c.181.247 1.857.247 1.947-2.22.091-2.465-.362-2.564-.362-2.564l-1.63 1.135" fill="#452c25"/>
|
||||||
|
<path d="M248.426 217.172s-.18 3.305 0 3.551c.181.247 1.857.247 1.947-2.22.091-2.465-.362-2.564-.362-2.564l-1.63 1.135" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M249.429 213.19s-1.178 3.7-.045 4.44c1.132.739 2.038-3.65 2.083-4.637.045-.986-2.038.197-2.038.197" fill="#452c25"/>
|
||||||
|
<path d="M249.429 213.19s-1.178 3.7-.045 4.44c1.132.739 2.038-3.65 2.083-4.637.045-.986-2.038.197-2.038.197z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M250.238 217.912s.226 3.452.86 3.6c.634.148 1.676-.986 1.676-1.874 0-.888-1.087-2.959-1.087-2.959l-1.495 1.085" fill="#452c25"/>
|
||||||
|
<path d="M250.238 217.912s.226 3.452.86 3.6c.634.148 1.676-.986 1.676-1.874 0-.888-1.087-2.959-1.087-2.959l-1.495 1.085" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M250.268 213.778s-1.178 3.699-.045 4.438c1.132.74 2.038-3.65 2.083-4.635.046-.987-2.038.197-2.038.197z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M250.36 207.842s-1.722 1.775-1.676 2.762c.045.986 2.536-1.332 2.763-1.776.226-.444-1.087-.986-1.087-.986" fill="#452c25"/>
|
||||||
|
<path d="M250.36 207.842s-1.722 1.775-1.676 2.762c.045.986 2.536-1.332 2.763-1.776.226-.444-1.087-.986-1.087-.986z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M249.176 206.847s-1.359 2.515-.996 3.304c.362.79 1.675-.591 2.31-1.48.634-.887-1.314-1.824-1.314-1.824" fill="#452c25"/>
|
||||||
|
<path d="M249.176 206.847s-1.359 2.515-.996 3.304c.362.79 1.675-.591 2.31-1.48.634-.887-1.314-1.824-1.314-1.824z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M268.277 203.515s2.17 4.087 1.573 4.309c-.596.222-1.513-.803-2.422-2.024-.91-1.223.85-2.285.85-2.285" fill="#452c25"/>
|
||||||
|
<path d="M268.277 203.515s2.17 4.087 1.573 4.309c-.596.222-1.513-.803-2.422-2.024-.91-1.223.85-2.285.85-2.285z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M268.327 211.873s.788 3.438.097 3.755c-1.352.62-2.106-2.444-2.187-3.594-.092-1.287 2.09-.16 2.09-.16zM265.623 217.324s.183 2.574-.188 2.805c-.37.232-1.28.293-2.292-1.87-1.013-2.165-.542-1.356-.542-1.356l2.49-1.23.54 1.405" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M268.113 216.735s.291 2.727-.256 2.803c-.546.076-2-.845-2.633-2.477-.73-1.882 2.539-1.327 2.539-1.327l.35 1.001z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M265.55 208.374s2.798 6.262 2.348 7.153c-.882 1.746-3.424-3.814-4.192-5.983-.859-2.428 1.843-1.17 1.843-1.17z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M264.252 209.42s3.815 6.891 2.206 7.052c-1.609.16-4.534-4.999-5.024-6.198-.491-1.199 2.818-.854 2.818-.854z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M264.024 210.85s1.877 6.605.668 6.021c-1.21-.584-2.666-5.559-2.864-6.632-.199-1.074 2.196.611 2.196.611zM270.619 201.46s2.893 4.42 1.955 4.55c-.939.131-4.37-2.953-4.402-3.464-.03-.51 2.447-1.087 2.447-1.087z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M268.81 201.645s3.69 5.036 2.577 5.292c-1.113.256-1.197-.532-1.197-.532s-2.944-2.653-3.141-3.324c-.198-.672 1.652-1.5 1.652-1.5M272.465 201.723s2.537 2.618 1.871 3.503c-.665.886-4.19-3.313-4.67-3.847-.48-.534 3.074.242 3.074.242M266.314 205.36s4.085 7.958 3.333 8.767c-.752.81-5.293-5.967-5.451-6.95-.158-.982 2.16-1.966 2.16-1.966" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M263.964 206.08s1.634 2.49 1.542 3.832c-.093 1.34-2.47-1.92-2.676-2.535-.205-.614 1.134-1.297 1.134-1.297z" fill="#452c25" stroke="#000" stroke-width=".16533306"/>
|
||||||
|
<path d="M267.325 204.79s1.27 2.57.88 3.343c-.388.773-2.12-1.561-2.723-2.474-.603-.913 1.843-.87 1.843-.87z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M261.43 207.315s1.994 2.212 1.898 3.392c-.095 1.18-2.99-1.72-3.245-2.264-.253-.542 1.347-1.128 1.347-1.128z" fill="#452c25" stroke="#000" stroke-width=".17013402"/>
|
||||||
|
<path d="M274.32 200.932s3.018 2.708 2.55 3.133c-.468.425-4.552-2.5-5.167-3.068-.615-.568 2.617-.065 2.617-.065z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M271.767 200.737l2.361 1.988s2.194 1.466 1.818 1.845c-.375.38-3.811-1.193-4.42-1.909-.61-.716-.54-1.453-.54-1.453l.781-.471zM279.547 201.362s8.94 3.625 8.592 4.5c-.348.873-9.372-2.903-10.788-3.899-1.416-.996 2.062-.656 2.062-.656" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M279.87 202.51s6.713 3.78 5.93 4.143c-.783.363-5.588-.92-8.068-2.601-2.48-1.682-3.536-2.614-3.536-2.614l3.062-.713 2.612 1.786zM263.344 207.105s1.271 2.57.882 3.343c-.39.774-1.655-.66-2.257-1.573-.604-.914 1.375-1.77 1.375-1.77zM263.646 212.899s1.049 3.745-.108 4.437c-1.157.693-1.91-3.73-1.921-4.718-.012-.987 2.03.281 2.03.281z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M258.45 206.73s3.732-1.638 4.394-1.507c0 0 .783-.197 1.204-.525.421-.327 1.384-1.114 1.384-1.114s-.662-4.523 4.094-4.064c4.756.459 11.016 1.049 12.28 1.245 1.265.197 5.9 1.508 6.984 2.032 1.083.525 8.144 3.72 9.589 4.245.855.31 2.743 1.49 4.14 2.402.962.628-.03.179-.03.179s-11.435-6.07-15.477-6.883c-1.011-.203.07 1.159.07 1.159s-2.627-1.036-3.71-1.495c-1.084-.459-1.987-.655-3.01-.59-1.024.066-1.806-.13-2.408-.328-.603-.196-4.034-.327-4.636-.393a7.811 7.811 0 0 1-1.083-.197l.24.394-1.685-.262-.482.72s-1.625.328-1.746-.196c-.12-.524-.963 2.36-1.384 3.212-.422.852-1.987.852-2.468 1.376-.482.525-.783.853-1.023.984-.241.13-1.445.852-1.867.852-.421 0-3.01.196-3.01.196l-.662-1.048.301-.394zM263.357 217.33s.066 3.309-.123 3.547c-.19.24-1.865.171-1.87-2.297-.005-2.468.45-2.548.45-2.548l1.59 1.2" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M263.759 214.79s-.317-1.432-.544-1.63c-.226-.198.09-.395.09-.395s-.588-1.433-.95-1.68c-.363-.247.045-.445.045-.445s-.634-.988-1.087-1.284c-.453-.297 0-.346 0-.346s-.473-1.327-1.577-1.935c0 0-.732-.77-1.478-.982-.747-.212-2.598-.409-4.836-.368-2.357.043-3.356 1.677-3.356 1.677l-.151 1.896.34-.232-.499 2.36c-.079.54.423 1.478.45 2.606.01.357.031.731.072 1.114.107 1.012.344 2.087.804 3.077.036.078.07.308.113.233.116-.198.374.668.607.979 0 0 .14 1.178.25.741.044-.17.422.667.656 1.192.085.191.53 1.488.514.897-.019-.646.391 1.376.391 1.666l.544-.79.272.89.452-.05-.135.84s1.268-1.038 1.313-1.433c.045-.396.09-.692.09-.692l.408-.395.635-.989s1.585 1.236 1.766 1.68c.181.445.363.84.363.84l.407-.395.362.89.227-.445.22.617.02-.038.144.408c.11.102.363.154.839-.641.679-1.137.634-2.026.679-2.224.045-.198.317.346.317.346s.589-1.087.498-1.779c-.09-.691.363-.444.363-.444s.09-1.829 0-2.273c-.091-.445.317-.346.317-.346s-.136-2.174-.272-2.421c-.136-.247.317-.296.317-.296z" fill="#452c25" stroke="#000" stroke-width=".1420284"/>
|
||||||
|
<path d="M260.585 209.76c.32.096.476.457.612.737-.008-.018.02-.099.004-.133-.137-.28-.296-.645-.616-.741.003 0-.022.131 0 .138M260.874 211.127c.59.5.641 1.181.608 1.927 0 .022.008.154.012.07.035-.79.026-1.589-.62-2.135.015.013-.027.115 0 .138M262.101 211.826c.325.535.356 1.124.356 1.742 0 .079.014.079.014 0 0-.656-.017-1.3-.367-1.875.01.014-.022.101-.003.133M262.532 214.406c-.037.382-.106.758-.18 1.134a.458.458 0 0 0 .007.119c.075-.383.145-.766.182-1.156.003-.017-.005-.15-.01-.097M262.134 216.387c.03.25.063.498.036.752-.002.017.004.15.01.097.034-.319.003-.63-.036-.947-.007-.054-.012.08-.01.098M261.373 213.9c0 .424.004.846.038 1.268.005.054.012-.08.01-.097-.032-.39-.034-.78-.034-1.17 0-.078-.014-.078-.014 0M261.05 216.645c.033.402.034.804.034 1.207 0 .078.014.078.014 0 0-.435-.003-.87-.039-1.304-.004-.054-.01.08-.01.097M262.862 216.296a1.2 1.2 0 0 1 .321.655c.005.027.01-.02.01-.025a.38.38 0 0 0-.003-.094 1.242 1.242 0 0 0-.329-.674c.017.018-.026.11 0 .138M262.753 213.527c.18.15.326.332.47.517-.017-.022.025-.106 0-.138a3.31 3.31 0 0 0-.47-.517c.015.012-.027.115 0 .138M261.264 215.6a6.323 6.323 0 0 1-.104 1.121.451.451 0 0 0 .006.12c.077-.41.11-.824.112-1.242 0-.078-.013-.078-.014 0M260.472 216.423c.03.338.03.674 0 1.01 0 .019.005.152.01.098a6.65 6.65 0 0 0 0-1.205c-.005-.054-.012.08-.01.097"/>
|
||||||
|
<path d="M246.122 207.282s-.906 3.403-.226 3.748c1.33.675 2.188-2.356 2.31-3.502.135-1.282-2.084-.246-2.084-.246" fill="#452c25"/>
|
||||||
|
<path d="M246.122 207.282s-.906 3.403-.226 3.748c1.33.675 2.188-2.356 2.31-3.502.135-1.282-2.084-.246-2.084-.246z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M248.082 207.254s-1.721 1.776-1.676 2.762c.045.987 2.537-1.331 2.763-1.775.227-.444-1.087-.987-1.087-.987" fill="#452c25"/>
|
||||||
|
<path d="M248.082 207.254s-1.721 1.776-1.676 2.762c.045.987 2.537-1.331 2.763-1.775.227-.444-1.087-.987-1.087-.987z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M218.726 207.505s-3.556 1.784-3.867 2.548c-.312.764 10.726-1.157 16.791-5.443l-2.46-1.457-10.464 4.352z" fill="#452c25"/>
|
||||||
|
<path d="M218.726 207.505s-3.556 1.784-3.867 2.548c-.312.764 10.726-1.157 16.791-5.443l-2.46-1.457-10.464 4.352z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M222.883 208.222s-6.436 2.341-1.756 2.435c0 0 9.275-1.93 14.216-5.707l-1.248-1.847-11.13 4.965" fill="#452c25"/>
|
||||||
|
<path d="M222.924 208.145s-6.477 2.418-1.797 2.512c0 0 9.275-1.93 14.216-5.707l-1.248-1.847-11.171 5.042z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M232.438 201.686s-6.84 3.502-6.07 3.896c.77.395 5.617-.69 8.153-2.269 2.537-1.578 3.624-2.466 3.624-2.466l-3.035-.838-2.672 1.677z" fill="#452c25"/>
|
||||||
|
<path d="M232.438 201.686s-6.84 3.502-6.07 3.896c.77.395 5.617-.69 8.153-2.269 2.537-1.578 3.624-2.466 3.624-2.466l-3.035-.838-2.672 1.677z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M229.855 209.367s-2.443 2.045-2.16 2.278c.283.233 5.279-.555 9.171-3.609l-.492-1.803-6.57 3.037" fill="#452c25"/>
|
||||||
|
<path d="M229.855 209.367s-2.443 2.045-2.16 2.278c.283.233 5.279-.555 9.171-3.609l-.492-1.803-6.57 3.037" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M225.603 209.05s-2.348 1.792-1.835 1.944c.513.153 2.497 1.56 11.284-4.17l1.036-.637-1.55-2.19-8.948 4.904" fill="#452c25"/>
|
||||||
|
<path d="M225.596 208.975s-2.341 1.867-1.828 2.02c.513.152 2.497 1.56 11.284-4.172l1.036-.636-1.55-2.19-8.942 4.978z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M223.789 202.232c-7.39 2.585-14.799 7.734-14.799 7.734.724-.247 19.014-7.61 19.014-7.61M240.001 213.769s-1.585 2.416-1.268 2.713c.317.295 2.265 1.233 4.53-1.875 2.264-3.107-2.13-2.614-2.13-2.614l-1.132 1.776z" fill="#452c25"/>
|
||||||
|
<path d="M240.001 213.769s-1.585 2.416-1.268 2.713c.317.295 2.265 1.233 4.53-1.875 2.264-3.107-2.13-2.614-2.13-2.614l-1.132 1.776z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M241.723 215.495s-1.087 2.516-.498 2.762c.588.247 2.083-.148 3.351-2.416 1.269-2.27-.589-1.135-.589-1.135l-2.264.79zM238.235 211.747s-2.4 2.91-1.902 3.305c.498.394 3.216.345 5.254-2.516 2.038-2.86.045-.147.045-.147l-.588-2.614-2.854 1.824" fill="#452c25"/>
|
||||||
|
<path d="M241.723 215.495s-1.087 2.516-.498 2.762c.588.247 2.083-.148 3.351-2.416 1.269-2.27-.589-1.135-.589-1.135l-2.264.79zM238.235 211.747s-2.4 2.91-1.902 3.305c.498.394 3.216.345 5.254-2.516 2.038-2.86.045-.147.045-.147l-.588-2.614-2.854 1.824" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M235.925 210.267s-2.31 2.763-2.083 3.206c.226.444 3.352.296 5.933-2.416 2.582-2.713.499-3.7.499-3.7l-4.303 2.762" fill="#452c25"/>
|
||||||
|
<path d="M235.925 210.267s-2.31 2.763-2.083 3.206c.226.444 3.352.296 5.933-2.416 2.582-2.713.499-3.7.499-3.7l-4.303 2.762" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M231.849 210.465l-1.495 1.973s.408 1.923 5.48-1.579c5.073-3.501 4.802-3.205 4.802-3.205l-2.718-.493-6.115 3.156" fill="#452c25"/>
|
||||||
|
<path d="M231.826 210.39l-1.472 2.048s.408 1.923 5.48-1.579c5.073-3.501 4.802-3.205 4.802-3.205l-2.718-.493-6.092 3.23z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M215.669 207.444l-3.215 1.445s-.727.637 1.161.684c1.889.048 5.79-.474 12.578-4.323 3.069-1.74 5.013-3.399 5.013-3.399l-2.473-.918-13.064 6.51z" fill="#452c25"/>
|
||||||
|
<path d="M215.669 207.444l-3.215 1.445s-.727.637 1.161.684c1.889.048 5.79-.474 12.578-4.323 3.069-1.74 5.013-3.399 5.013-3.399l-2.473-.918-13.064 6.51z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M210.162 209.471s4.626-.502 6.465-1.708c0 0-.376.562 1.99-.361 0 0-1.178 2.118 5.72-2.08 6.897-4.2.056-.085.056-.085l7.66-4.39-.447-.875s-14.637 6.27-15.745 6.618c-1.107.35-5.699 2.881-5.699 2.881" fill="#452c25"/>
|
||||||
|
<path d="M224.365 205.279l7.689-4.431-.448-.876s-14.637 6.27-15.745 6.618c-1.107.35-5.699 2.881-5.699 2.881s4.626-.502 6.465-1.708c0 0-.376.562 1.99-.361 0 0-1.15 2.076 5.748-2.123z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M243.761 215.389s-.453 3.667.09 3.802c.544.136 2.084-1.018 2.718-3.259.634-2.24-2.49-1.969-2.49-1.969l-.453 1.29" fill="#452c25"/>
|
||||||
|
<path d="M243.761 215.389s-.453 3.667.09 3.802c.544.136 2.084-1.018 2.718-3.259.634-2.24-2.49-1.969-2.49-1.969l-.453 1.29" fill="none" stroke="#000" stroke-width=".16623323999999998"/>
|
||||||
|
<path d="M246.161 217.074s-.271 2.564.091 2.81c.363.247 1.268.346 2.355-1.775 1.087-2.12.589-1.331.589-1.331l-2.446-1.332-.589 1.381" fill="#452c25"/>
|
||||||
|
<path d="M246.161 216.95s-.271 2.688.091 2.935c.363.246 1.268.345 2.355-1.776 1.087-2.12.589-1.331.589-1.331l-2.446-1.332-.589 1.504z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M246.84 212.29s-1.992 4.34-.86 4.29c1.133-.049 2.673-3.304 2.899-4.044.227-.74-2.038-.246-2.038-.246" fill="#452c25"/>
|
||||||
|
<path d="M246.84 212.29s-1.992 4.34-.86 4.29c1.132-.049 2.673-3.304 2.899-4.044.227-.74-2.038-.246-2.038-.246z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M246.668 212.251s-.75 4.784.32 4.378c1.07-.405 1.677-4.007 1.696-4.786.02-.78-2.016.408-2.016.408" fill="#452c25"/>
|
||||||
|
<path d="M246.668 212.251s-.75 4.784.32 4.378c1.07-.405 1.677-4.007 1.696-4.786.02-.78-2.016.408-2.016.408z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M248.29 212.733s-1.177 3.7-.045 4.439c1.132.74 2.038-3.65 2.083-4.636.046-.986-2.038.197-2.038.197" fill="#452c25"/>
|
||||||
|
<path d="M248.29 212.733s-1.177 3.7-.045 4.439c1.132.74 2.038-3.65 2.083-4.636.046-.986-2.038.197-2.038.197z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M243.648 211.516s-1.133 3.403-.453 3.748c1.33.676 2.415-2.356 2.536-3.502.136-1.282-2.083-.246-2.083-.246zM235.2 204.497s-3.034 2.516-2.672 2.91c.363.395 3.896-.296 5.48-1.38 1.586-1.086 2.22-1.678 2.22-1.678l-2.718-1.677-2.31 1.825z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M237.873 201.933s-1.947 1.578-1.585 1.972c.362.395 3.85-1.035 4.483-1.726.635-.69.59-1.43.59-1.43l-3.488 1.184z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M239.866 201.686s-2.627 2.17-1.993 2.959c.634.79 4.303-2.713 4.8-3.156.499-.444-3.08.098-3.08.098" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M238.688 200.7l-5.299 2.515s-4.484 2.91-4.031 3.206c.453.296 3.94-.641 6.431-1.874s5.255-3.305 5.255-3.305M240.165 203.562s-5.735 4.93-4.874 5.423c.86.493 4.695-1.571 7.277-3.939" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M240.891 205.186s-3.245 5.476-2.882 6.018c.362.543 2.717-1.282 3.895-2.663 1.178-1.38 2.104-3.42 2.104-3.42" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M242.757 205.669s-3.516 6.534-3.109 7.077c.408.542 2.446.098 3.67-2.466 1.222-2.565 1.117-4.22 1.117-4.22l-1.678-.391z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M244.8 205.982s-3.908 8.065-3.138 8.854c.77.789 5.097-6.116 5.295-7.092.348-1.715-2.203-1.91-2.203-1.91M236.56 200.65s-3.533 1.677-2.809 2.022c.725.346 4.031-1.134 4.484-1.282.454-.148-1.676-.74-1.676-.74z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M237.103 201.193s-2.174 1.726-1.721 2.17c.452.444 3.76-1.332 4.393-1.874.634-.543-2.672-.296-2.672-.296z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M241.664 201.33s-2.97 3.996-2.06 4.153c.91.158 4.36-2.575 4.408-3.048.048-.474-2.348-1.104-2.348-1.104z" fill="#452c25" stroke="#000" stroke-width=".15033006"/>
|
||||||
|
<path d="M242.991 202.228s-3.17 3.995-2.265 4.242c.906.246.997-.395.997-.395s2.49-2.071 2.672-2.614c.181-.542-1.314-1.282-1.314-1.282" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M243.988 203.166s-2.31 3.995-1.722 4.241c.59.247 1.54-.74 2.491-1.924.951-1.183-.77-2.317-.77-2.317z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M244.576 204.99s-1.359 2.516-.996 3.305c.362.789 1.676-.592 2.31-1.48.634-.887-1.314-1.825-1.314-1.825zM245.146 211.973s-.906 3.403-.226 3.748c1.33.676 2.188-2.356 2.31-3.502.136-1.282-2.084-.246-2.084-.246z" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M251.37 207.37s-.906-.295-1.585-.295c0 0-1.993-1.579-3.08-1.727-1.087-.148-.159-.172-.159-.172s-.113-2.59-.43-2.787c0 0-.181-2.663-1.857-2.86-1.676-.198-5.435.148-6.115-.099-.679-.247-2.76-1.115-6.703-.05-4.034 1.091-11.971 4.655-12.379 4.754-.407.099 9.118-2.09 11.79-3.274 0 0 2.672-.197 3.488-.443 0 0-3.035 1.479-.227.838 2.809-.641 2.174 0 2.174 0s-.272.641 1.314.296c1.585-.346 1.585 0 1.585 0s1.812.64 3.216-.198c0 0 .725 2.516 1.63 2.86 0 0 1.077 2.306 3.342 2.75 0 0 1.076.762 1.302.91l1.28.42 1.369-1.07" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M232.8 200.552s-9.058 3.255-8.742 4.142c.317.888 9.466-2.515 10.916-3.452 1.45-.937-2.038-.74-2.038-.74" fill="#452c25" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M257.877 207.57c.207.035.382.129.568.225.006.002.085.052.1.031.014-.02-.056-.082-.06-.086a1.641 1.641 0 0 0-.386-.287c-.237-.122-.468-.25-.734-.293-.052-.009.143.178.157.19.095.076.23.2.355.22M250.825 214.41c.134.258.155.556.29.813-.01-.017.02-.1.003-.133-.135-.257-.155-.555-.29-.812.009.016-.021.099-.003.133M252.055 207.434c.303-.107.624-.11.94-.147.015-.002.005-.139 0-.138-.315.037-.636.04-.94.148-.022.007.004.136 0 .137M253.862 207.287c.288-.136.593-.148.904-.148.01 0 .01-.138 0-.138-.311 0-.616.012-.904.148-.024.012.008.134 0 .138M250.718 208.884c-.038.007-.04.038-.042.072a.349.349 0 0 0 .003.094c.004.026.008-.02.009-.025-.003.026.013 0 .03-.003s.003-.138 0-.138M250.53 213.753c0 .255.003.51.04.761.004.027.01-.02.01-.024a.374.374 0 0 0-.003-.095 4.258 4.258 0 0 1-.033-.642c0-.078-.014-.078-.014 0"/>
|
||||||
|
<path d="M252.36 228.154s-1.025.792-1.14 1.166a4.032 4.032 0 0 0-.148.733s.917-.11.805.395c0 0 .297.171.77-.926.473-1.099.92-1.573 1.255-1.54.335.031.762.357.978.586.215.23.512.4.885.293 0 0-.392-.597-.144-.727.247-.131.624-.106.624-.106s-.312-.744-.984-.852c-.672-.107-1.137-.295-.978-.587.16-.292 1.02-2.562 1.02-2.562l-1.14-1.673-.456 1.455s.148.86.154 1.08c.006.22-.905 2.101-1.028 2.21-.123.11-2.565 1.054-2.855 1.147-.29.093-.898.816-.898.816l-.07.542s.41-.334.54-.135c0 0 .284-.358.538-.224.254.134.214.185.214.185s.452-.297.532-.443c.08-.147.101-.128.101-.128s.229-.06.562-.117" fill="#bd8759"/>
|
||||||
|
<path d="M252.36 228.154s-1.025.792-1.14 1.166a4.032 4.032 0 0 0-.148.733s.917-.11.805.395c0 0 .297.171.77-.926.473-1.099.92-1.573 1.255-1.54.335.031.762.357.978.586.215.23.512.4.885.293 0 0-.392-.597-.144-.727.247-.131.624-.106.624-.106s-.312-.744-.984-.852c-.672-.107-1.137-.295-.978-.587.16-.292 1.02-2.563 1.02-2.563l-1.14-1.672-.456 1.455s.148.86.154 1.08c.006.22-.905 2.101-1.028 2.21-.123.11-2.565 1.054-2.855 1.147-.29.093-.898.816-.898.816l-.07.542s.41-.334.54-.135c0 0 .284-.358.538-.224.254.134.214.185.214.185s.452-.297.532-.443c.08-.147.101-.128.101-.128s.229-.06.562-.117" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M259.325 223.115s.042 1.927.042 2.285c0 .358-.042.896-.247 1.21-.206.313-.412.492-.74.492-.33 0-1.194-.045-1.358.269-.165.313-.289.493-.289.493s.535-.314.617 0c.083.313-.205.582-.205.582s.494.09.946-.18c.452-.268.7-.313.905-.313.206 0 .37.224.37.224s.124.672.083 1.075c-.042.403-.124 1.21.329 1.21 0 0 .164-.403.329-.448.164-.045.617.403.535.537 0 0 .082-.85-.083-1.343-.164-.493-.247-1.03-.247-1.03s1.4.492 1.523.671c.123.18.452.493.576.448.123-.045 0-.448.246-.537.247-.09.37.134.37.134s-.41-.94-1.028-1.254c-.617-.314-1.028-.314-1.275-.583-.247-.268-.289-.582-.33-.896-.04-.313.012-3.021.012-3.021l-1.04-.204" fill="#bd8759"/>
|
||||||
|
<path d="M259.346 222.974s.02 2.068.02 2.426c0 .358-.04.896-.246 1.21-.206.313-.412.492-.74.492-.33 0-1.194-.045-1.358.269a5.195 5.195 0 0 1-.289.493s.535-.314.618 0c.082.313-.206.582-.206.582s.494.09.946-.18c.452-.268.7-.313.905-.313.206 0 .37.224.37.224s.124.672.083 1.075c-.042.403-.124 1.21.329 1.21 0 0 .164-.403.329-.448.164-.045.617.403.535.537 0 0 .082-.85-.083-1.343-.164-.493-.246-1.03-.246-1.03s1.398.492 1.522.671c.123.18.452.493.576.448.123-.045 0-.448.246-.537.247-.09.37.134.37.134s-.41-.94-1.028-1.254c-.617-.314-1.028-.314-1.275-.583-.247-.268-.288-.582-.33-.896-.04-.313.012-3.021.012-3.021l-1.06-.166z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M250.74 210.475s-.136-1.373.249-1.52c0 0 .136-1.258 1.812-1.086 0 0 .566-.937 1.472-.444 0 0 .86-.419 1.358-.172.499.246 1.11.665 1.155.764 0 0 .725-.148 1.065.123.34.272.181 1.16.181 1.16s.815.624.883 1.175c.068.55.068.773-.113.92 0 0 .362.296.294.716-.068.419-.408 1.027-.476 1.027-.067 0 .046 1.093-.316 1.463-.363.37-.702.444-.86.494-.16.049-.567.64-.952.715-.385.074-.906-.592-.951-.79-.046-.197-.566-.419-.566-.419s-1.178 1.258-1.97 1.06c-.793-.196-1.178-.863-1.246-.986-.068-.123-.294-1.035-.294-1.035s-.883-.518-.816-1.011c.068-.494.43-1.086.43-1.086l-.34-1.068z" fill="#dcddde"/>
|
||||||
|
<path d="M253.684 226.07c-.108.02-.183.004-.253-.045M254.076 225.075a.854.854 0 0 1-.339-.12M253.67 225.586c.077.043.164.06.253.046M252.834 227.144a.34.34 0 0 0 .169.06M259.86 226.206c.168.03.321.119.494.135M260.148 225.713c-.133.033-.247.007-.329-.09M260.23 225.131a.925.925 0 0 1-.452-.045M259.655 227.102c.156.021.3.098.452.134M259.696 227.729a.23.23 0 0 1 .205.045M259.82 229.431a.427.427 0 0 1 .287.045M254.677 227.23a.363.363 0 0 0-.287.226M255.515 227.31c-.18.104-.34.25-.364.46M250.312 228.234c.14.127.347.202.468.319M261.34 227.55a.375.375 0 0 0-.204.269M261.917 227.729a.197.197 0 0 0-.123.18" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M249.014 229.412l.587-.151.057.023s-.385.743-.28.923c.104.18-.526-.326-.364-.795" fill="#d9c0b9"/>
|
||||||
|
<path d="M249.014 229.412l.587-.151.057.023s-.385.743-.28.923c.104.18-.526-.326-.364-.795z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M251.248 229.852s-.65 1.084.193 1.627c0 0-.052-1.012.608-1.229l-.8-.398z" fill="#d9c0b9"/>
|
||||||
|
<path d="M251.248 229.852s-.65 1.084.193 1.627c0 0-.052-1.012.608-1.229l-.8-.398z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M255.56 228.84l-.197-.586.228-.309.461-.005.196.092s.37.846.046 1.29c0 0-.137-.478-.294-.543 0 0-.344-.054-.44.06" fill="#d9c0b9"/>
|
||||||
|
<path d="M255.56 228.84l-.197-.586.228-.309.461-.005.196.092s.37.846.046 1.29c0 0-.137-.478-.294-.543 0 0-.344-.054-.44.06z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M257 227.6h.386l.147.36-.055.333-.333.153s-.55-.14-.414.514c0 0-.257-1.2.27-1.36" fill="#d9c0b9"/>
|
||||||
|
<path d="M257 227.6h.386l.147.36-.055.333-.333.153s-.549-.14-.414.514c0 0-.257-1.2.27-1.36z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M259.725 230.286l.398-.44.429.227s-.178 1.16-.245 1.247c-.067.086-.08.1-.08.133s-.067-.22-.196-.367c-.128-.146-.263-.786-.306-.8" fill="#d9c0b9"/>
|
||||||
|
<path d="M259.725 230.286l.398-.44.429.227s-.178 1.16-.245 1.247c-.067.086-.08.1-.08.133s-.067-.22-.196-.367c-.128-.146-.263-.786-.306-.8z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M262.321 229.12s.643.8.563 1.06c0 0 .662-.667-.19-1.613l-.373.553z" fill="#d9c0b9"/>
|
||||||
|
<path d="M262.321 229.12s.643.8.563 1.06c0 0 .662-.667-.19-1.613l-.373.553z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M259.5 208.948c.128.037.208.13.252.256.002.006.008-.042.008-.048 0-.026.004-.06-.005-.085-.043-.127-.124-.223-.254-.26.002 0-.02.131 0 .137M259.645 211.163c.2.21.35.455.432.737-.006-.023.015-.095.004-.133a1.81 1.81 0 0 0-.436-.741c.016.017-.026.11 0 .137M259.175 209.539c.196.17.362.368.542.554-.016-.017.027-.11 0-.138-.18-.186-.346-.384-.542-.554.015.014-.027.115 0 .138M259.714 213.222c.057.331-.02.614-.143.908-.015.036.012.113.004.133a2.04 2.04 0 0 0 .146-1.16.462.462 0 0 0-.007.119M260.22 214.367c.026.17.03.338 0 .509a.429.429 0 0 0-.003.094c0 .004.005.05.01.024.043-.246.037-.5 0-.746-.004-.027-.01.02-.01.024a.381.381 0 0 0 .003.095M262.173 218.398c.13.462.14.934.14 1.41 0 .08.013.08.013 0 0-.52-.008-1.038-.15-1.543.007.023-.013.095-.003.133M261.848 219.336a7.903 7.903 0 0 1-.362.96c-.016.035.013.116.004.133a7.85 7.85 0 0 0 .361-.96c.013-.038-.01-.111-.003-.133M250.935 216.222c.302.394.466.866.721 1.29-.008-.015.022-.101.004-.133-.256-.425-.421-.899-.725-1.295.017.022-.025.106 0 .138M252.85 216.27c-.275.035-.343-.361-.578-.444.004.001-.022.13 0 .138.234.082.303.48.579.443.015-.002.004-.139 0-.138M251.764 218.103c.199.348.33.731.542 1.07-.008-.013.023-.101.004-.133-.213-.339-.344-.722-.542-1.07.008.015-.022.1-.004.133M253.031 218.548c.223.268.425.55.54.884-.007-.02.017-.095.004-.133-.117-.335-.32-.62-.544-.888.017.02-.025.107 0 .137M252.92 219.875c.113.232.214.47.326.702-.008-.018.02-.099.004-.133-.113-.232-.213-.47-.326-.702.009.018-.02.099-.003.133M254.114 220.134c.065.243.101.493.103.745 0 .078.014.079.014 0a3.509 3.509 0 0 0-.114-.878c.006.023-.014.094-.003.133M253.606 221.234c.078.351.18.694.363 1.005-.008-.015.022-.102.004-.133-.18-.306-.283-.644-.36-.99a.374.374 0 0 0-.007.118M253.899 216.555c.285.109.571.217.867.295 0 0 .02-.133 0-.138a8.626 8.626 0 0 1-.867-.295c.005.002-.023.129 0 .138M254.115 217.773c.341.19.7.341 1.048.517-.008-.004.026-.125 0-.138-.348-.175-.707-.327-1.048-.517.01.006-.026.123 0 .138M254.44 219.14c.177.213.369.41.579.59-.015-.013.027-.115 0-.138a4.766 4.766 0 0 1-.578-.59c.016.02-.025.107 0 .137M254.8 220.835c.147.234.216.495.252.769.003.026.009-.021.01-.025a.371.371 0 0 0-.004-.094c-.036-.278-.105-.544-.254-.783.008.014-.023.102-.004.133M255.81 216.619c.033.163.071.325.11.487-.005-.024.014-.094.004-.133a10.784 10.784 0 0 1-.107-.473c-.005-.026-.008.02-.008.025a.328.328 0 0 0 .002.094M258.342 215.607c-.07.18-.156.35-.253.517-.019.032.012.118.004.133a3.79 3.79 0 0 0 .252-.517c.016-.037-.01-.113-.003-.133M259.385 215.562c0 .29-.004.58-.068.865a.408.408 0 0 0 .006.118c.073-.322.076-.653.076-.982 0-.079-.014-.079-.014 0M259.604 217.162c.027.25 0 .494-.035.741a.628.628 0 0 0 .007.119c.044-.319.071-.636.038-.957-.006-.054-.012.08-.01.097M260.4 218.679c-.047.342-.253.616-.502.84-.027.023.015.123 0 .137.254-.228.461-.508.51-.859a.587.587 0 0 0-.007-.118M257.836 217.194c-.072.144-.165.273-.253.406-.012.019-.005.065-.005.086 0 .004.004.054.008.047.088-.133.181-.262.253-.406.011-.021.006-.061.005-.084 0-.005-.004-.055-.008-.049M258.127 219.223a2.016 2.016 0 0 1-.361.406c-.028.022.014.127 0 .138.143-.113.253-.259.361-.406.012-.016.007-.051.007-.07 0-.007-.01-.065-.007-.068M257.224 220.294c-.353-.35-.519-.798-.36-1.305.012-.038-.01-.11-.004-.133-.177.565-.06 1.157.364 1.575-.017-.016.026-.11 0-.137M256.027 219.167c.028.209.026.411-.034.612-.012.039.01.11.004.133.084-.28.075-.577.038-.864-.004-.027-.01.02-.01.025a.384.384 0 0 0 .003.094M258.776 220.518c-.075.25-.21.47-.326.701-.016.035.012.116.004.133.116-.231.251-.451.325-.701.012-.039-.01-.11-.003-.133M260.547 221.256c-.153.27-.33.523-.506.776-.02.029.012.12.004.132.177-.252.353-.506.505-.775.019-.032-.012-.118-.003-.133M261.412 222.186c-.073.473-.11.95-.147 1.428-.002.022.006.154.012.07.035-.462.071-.922.142-1.38a.533.533 0 0 0-.007-.118M262.53 220.529c.003.16.033.32.036.48.003.096.014.007.013-.037-.003-.16-.034-.32-.036-.48-.003-.097-.014-.007-.013.037M250.643 215.319c-.068.475-.01.928.146 1.38-.007-.02.016-.094.003-.132-.127-.37-.2-.723-.143-1.13a.627.627 0 0 0-.006-.118"/>
|
||||||
|
<path d="M254.739 209.436c.763-.7 1.77-1.438 2.853-1.18 0 0 .019-.133 0-.138-1.082-.258-2.09.48-2.853 1.18-.027.025.015.123 0 .138M258.407 210.27c-.765-.52-2.103-.711-2.853-.07-.027.024.015.125 0 .138.75-.642 2.088-.451 2.853.07-.012-.01.027-.12 0-.138M255.484 211.446c.314 1.016.72 2.05.542 3.137a.532.532 0 0 0 .007.119c.191-1.177-.203-2.28-.546-3.389.007.023-.015.095-.003.133M254.26 212.064c.187 1.028.067 2.066-.003 3.098-.003.023.006.155.012.07.074-1.095.196-2.198-.003-3.287a.448.448 0 0 0-.007.119M255.894 211.31c.998.236 1.974.902 2.511 1.802-.008-.015.023-.101.004-.133-.539-.903-1.514-1.57-2.515-1.807 0 0-.02.133 0 .138M255.003 212.699c.004.631.053 1.263-.13 1.877-.012.038.01.11.003.132.197-.656.145-1.332.141-2.01 0-.078-.014-.078-.013 0M256.573 212.56c.627.518 1.124 1.301 1.218 2.13.006.055.012-.079.009-.097-.096-.846-.585-1.64-1.228-2.171.015.012-.026.115 0 .137M251.955 214.292c.207-.297.465-.635.813-.761.023-.009-.004-.136 0-.138-.35.127-.607.467-.817.766-.02.03.012.12.004.133M253.45 208.891c-.133-.564-.557-.897-1.01-1.2.01.006-.025.106 0 .122.45.301.874.635 1.006 1.197-.005-.022.012-.084.003-.119M252.565 208.882c-.523-.249-1.064-.278-1.631-.278-.01 0-.01.138 0 .138.567 0 1.108.03 1.63.277-.007-.004.025-.126 0-.137M254.198 208.794c.07-.542-.01-1.054-.478-1.389.011.009-.024.104 0 .12.392.282.535.673.472 1.165a.503.503 0 0 0 .006.104M256.165 209.436c.491-.261 1.027-.213 1.562-.209.01 0 .011-.137 0-.137-.536-.004-1.07-.053-1.562.208-.025.014.01.133 0 .138M257.048 210.754c.759.08 1.337.47 1.835 1.041-.034-.038.051-.216 0-.275-.499-.572-1.077-.961-1.835-1.041-.01-.002-.028.272 0 .275M253.716 212.843c-.18.725-.042 1.642-.88 1.939-.044.016.008.272 0 .275.849-.3.706-1.217.887-1.948.02-.079-.019-.218-.007-.266" fill="#fff"/>
|
||||||
|
<path d="M255.482 212.276c.291.762.697 1.54.54 2.386-.01.054.01.262.014.238.192-1.042-.181-1.933-.547-2.89.016.04-.035.193-.006.266M256.573 212.142c.739.094 1.39.752 1.488 1.508.007.054.018-.041.018-.05a1 1 0 0 0-.005-.188c-.1-.77-.744-1.449-1.501-1.545-.01-.002-.03.271 0 .275M256.566 213.234c.116.633.295 1.267.071 1.9-.026.074.022.224.007.265.28-.79.081-1.607-.064-2.403a.976.976 0 0 0-.014.238M256.165 210.476c.813-.137 1.674-.26 2.378.278-.028-.021.054-.234 0-.275-.704-.538-1.565-.416-2.378-.278-.033.006-.006.276 0 .275M254.677 208.861c.098-.672.69-1.153 1.285-1.37.045-.016-.01-.271 0-.275-.614.223-1.198.718-1.298 1.407a.979.979 0 0 0-.005.189c0 .008.01.102.018.049M253.935 209.265c-.02-.746-.347-1.346-.668-1.998.015.03-.036.175-.006.236.288.583.633 1.154.65 1.827.005.171.026.013.024-.065M253.25 209.664c-.145-.663-.583-1.103-1.161-1.407.018.01-.051.25 0 .276.559.293 1.006.723 1.148 1.37.006.024.025-.185.013-.239M252.157 209.398c-.38-.264-.779-.513-1.24-.584-.007 0-.026.211 0 .215.461.07.86.32 1.24.584-.02-.014.042-.185 0-.215M254.525 212.518c.065.706.153 1.418-.198 2.06-.036.067.025.235.007.266.42-.77.288-1.682.21-2.52-.01-.108-.022.159-.019.194" fill="#fff"/>
|
||||||
|
<path d="M255.346 212.137c.236.663.514 1.369.468 2.088-.003.046.012.31.023.14.057-.877-.193-1.678-.483-2.493.014.041-.034.19-.007.265M255.894 211.17c.674.208 1.343.428 1.833.972-.033-.037.053-.218 0-.275-.49-.544-1.16-.765-1.833-.972.004.001-.043.262 0 .275M254.069 209.673c.071-.587.134-1.172.14-1.764.002-.156-.026-.156-.027 0-.006.526-.069 1.048-.133 1.569-.004.036.007.302.02.195M252.836 209.299c-.498-.227-.94-.55-1.359-.902.03.025-.054.23 0 .275.419.353.861.676 1.36.902-.016-.007.048-.253 0-.275M252.632 212.838c-.32.203-.54.485-.683.838-.02.048-.01.12-.01.17.001.01.013.108.018.096.14-.35.36-.628.675-.828.053-.034-.024-.26 0-.276M253.503 213.356c-.013.483-.279.883-.6 1.217-.052.056.034.242 0 .276.387-.403.61-.852.625-1.42.003-.088-.02-.266-.025-.073M255.783 209.555c.401-.633 1.37-.686 2.018-.863.04-.01-.003-.274 0-.275-.656.18-1.62.232-2.025.873-.039.062.024.238.007.265M251.327 209.545a2.21 2.21 0 0 1-.439-.206c.013.007-.032.152 0 .17.142.08.284.16.44.207-.004-.002.025-.163 0-.171M251.415 212.786c-.14.057-.284.116-.38.24-.023.029-.014.103-.014.137 0 .033 0 .065.004.098 0-.005.006.043.01.04.096-.124.24-.182.38-.24.022-.008.014-.12.014-.137a.78.78 0 0 0-.014-.138M252.001 212.935c-.287.129-.497.378-.676.633-.032.045.018.19.005.208.179-.252.387-.497.671-.624.038-.017-.011-.211 0-.217M253.11 213.21c-.25.612-.935 1.287-.438 1.971-.018-.023.048-.208.006-.265-.343-.474.262-1.007.44-1.44.03-.073-.023-.227-.007-.266M253.892 213.2c.02.623-.09 1.238-.2 1.85-.008.053.01.26.015.237.127-.716.233-1.43.211-2.16-.006-.193-.029-.015-.026.073M255.897 212.463c.454.595.857 1.235 1.05 1.97-.011-.046.029-.187.008-.265-.196-.74-.601-1.382-1.058-1.98.033.044-.05.21 0 .275M256.131 211.984c.747.57 1.58 1.105 2.106 1.91-.018-.026.046-.205.006-.265-.529-.81-1.361-1.348-2.112-1.92.028.021-.054.234 0 .275" fill="#fff"/>
|
||||||
|
<path d="M256.57 211c.28-.026.538-.016.803.082.237.087.433.283.648.413.217.13.437.25.614.436.232.244.234.66.303.974a.743.743 0 0 0 .011-.202c-.055-.258-.085-.519-.173-.768-.085-.244-.296-.393-.501-.524-.246-.157-.487-.317-.73-.477-.29-.19-.643-.2-.974-.168-.024.002-.01.236 0 .235" fill="#fff"/>
|
||||||
|
<path d="M258.4 212.531c.082.241.179.477.262.718-.01-.027.02-.123.004-.172-.082-.242-.179-.477-.261-.718.01.027-.022.124-.005.172M256.307 208.722c.526-.144 1.065-.24 1.582-.419.044-.015-.008-.273 0-.275-.517.178-1.056.274-1.582.419-.04.011.003.275 0 .275M254.114 208.987c.074-.28.193-.507.352-.745.196-.292.223-.659.464-.926.052-.058-.033-.239 0-.276-.198.22-.267.503-.381.772-.136.322-.35.56-.442.91-.021.077.02.218.007.265M252.317 213.912c-.094.453-.077.926.09 1.36-.015-.04.036-.193.007-.266a1.456 1.456 0 0 1-.084-.856c.012-.06.008-.128.005-.188 0-.01-.008-.102-.019-.05M253.407 214.77c-.188.256-.191.647-.091.942.003.01.015-.08.016-.09.002-.05.006-.112-.01-.16-.055-.164-.014-.299.085-.433.021-.03.013-.097.013-.13 0-.015-.018-.123-.013-.13M254.218 214.334c-.009.26-.148.509-.257.738-.024.05.017.167.006.192.135-.285.26-.557.27-.877.002-.064-.014-.192-.02-.053M254.243 212.804v.33c0 .009-.003.137.013.137s.014-.128.014-.138v-.33c0-.008.003-.137-.014-.137-.015 0-.013.129-.013.138M253.872 212.997c.021.039.039.077.053.12.01.058.014.06.013.009a.822.822 0 0 0-.015.257c0 .008.008.102.019.049.041-.226.05-.495-.062-.7-.007-.014-.017.086-.017.096 0 .044-.013.128.01.169M253.345 212.821a3.697 3.697 0 0 0-.12.523.85.85 0 0 0-.005.188c0 .009.01.102.018.05.028-.168.063-.333.114-.495.017-.052.01-.117.01-.17a.442.442 0 0 0-.017-.096M252.939 212.846c-.247.302-.575.502-.908.688-.052.03.02.264 0 .276.333-.187.661-.387.908-.688.022-.029.013-.105.013-.138 0-.014-.018-.133-.013-.138M252.236 212.966c-.15.12-.319.206-.499.269-.044.016.008.273 0 .275.18-.063.348-.15.499-.269.023-.019.013-.112.013-.138 0-.009-.012-.138-.013-.137M251.24 212.72c-.146.065-.295.121-.44.186-.039.017.012.216 0 .221.145-.064.294-.12.44-.185.038-.018-.012-.216 0-.221M254.273 212.601c.003.18.03.355.065.531.01.053.018-.04.018-.05a.82.82 0 0 0-.004-.188c-.024-.12-.051-.243-.053-.366a.412.412 0 0 0-.017-.096c-.017.05-.01.117-.01.17M254.741 212.385c.003.21.023.414.098.612a.408.408 0 0 0 .017-.096c.002-.051.008-.121-.01-.17a1.023 1.023 0 0 1-.078-.346c0-.01.003-.138-.014-.138-.015 0-.013.129-.013.138M255.102 212.338c.063.089.134.21.137.323 0 .012.013.108.017.096.018-.05.01-.117.01-.17a.889.889 0 0 0-.156-.514c-.01-.014-.017.086-.017.096 0 .039-.015.135.01.17M255.546 212.164a.815.815 0 0 1 .41.21c-.003-.002.013-.127.013-.138 0-.03.01-.115-.013-.138a.814.814 0 0 0-.41-.21c-.003 0-.037.268 0 .276M255.78 211.805c.181.15.381.264.615.299.007.001.032-.27 0-.276a1.248 1.248 0 0 1-.615-.299l-.014.138c0 .026-.01.118.014.138M256.278 210.608c.158.001.313.028.468.06.004 0 .036-.269 0-.276a2.47 2.47 0 0 0-.468-.06c-.02 0-.022.276 0 .276M256.047 210.034c.095-.156.239-.27.377-.384.024-.02.014-.112.014-.138l-.014-.137c-.142.116-.287.234-.384.393-.024.039-.011.128-.01.17 0 .01.009.11.017.096M255.61 209.482c.028-.183.088-.344.199-.49.023-.03.014-.103.014-.138 0-.015-.019-.131-.014-.138a1.114 1.114 0 0 0-.217.716c0 .008.01.103.019.05M255.256 209.226c.18-.254.301-.545.469-.808.023-.037.01-.128.01-.17-.001-.009-.009-.109-.018-.095-.167.263-.288.554-.468.808-.025.034-.01.13-.01.169 0 .01.007.11.017.096" fill="#fff"/>
|
||||||
|
<path d="M254.448 208.322c.007.31.029.618.094.92.012.052.018-.04.019-.05a.717.717 0 0 0-.005-.187 3.9 3.9 0 0 1-.082-.756c-.004-.193-.027-.015-.026.073M253.14 208.538c.047.112.11.217.165.325.035.068.066.137.094.208.01.027.019.054.026.082-.017-.056.012-.041-.022.017-.037.064.025.236.008.266.08-.137.067-.36.03-.509-.055-.237-.2-.433-.294-.655.016.038-.038.194-.007.266M252.88 209.075a4.81 4.81 0 0 0-.586-.478 1.804 1.804 0 0 0-.014.137c0 .024-.01.121.014.138.204.149.406.3.586.479-.003-.002.013-.127.013-.138 0-.03.01-.114-.013-.138M253.736 209.362c.121-.605.098-1.21-.15-1.778.017.037-.038.194-.007.265.18.415.235.82.143 1.275-.012.06-.008.128-.005.188 0 .01.009.102.019.05M255.018 208.573c.02 0 .02-.276 0-.276s-.02.276 0 .276" fill="#fff"/>
|
||||||
|
<path d="M253.568 209.39c.032-.342.112-.677.146-1.019.01-.096.01-.195 0-.291-.006-.07-.021-.07-.029 0-.034.34-.114.675-.146 1.017-.009.096-.01.196 0 .292.007.07.022.07.029 0M257.274 211.514c.296.098.589.299.726.591.01.02.025-.129.025-.144.003-.07.018-.187-.014-.254-.141-.3-.434-.506-.737-.606.01.003-.065.392 0 .413M256.272 213.572c.053.176.058.338.025.52-.017.091-.013.19-.008.283 0 .013.014.153.028.074.075-.412.088-.872-.034-1.276a.711.711 0 0 0-.025.145c-.002.08-.01.176.014.254M255.437 213.013c0 .342.02.682-.049 1.02-.018.089-.012.19-.006.282 0 .014.011.152.027.074.093-.453.07-.916.069-1.376 0-.014.003-.206-.02-.206s-.02.192-.02.206M255.013 213.383c-.118.453-.235.907-.328 1.367a1.15 1.15 0 0 0-.007.283c0 .014.013.152.029.074.089-.446.202-.886.316-1.326.031-.117-.029-.328-.01-.398M255.584 213.672c.004.39.049.783.006 1.17-.01.096-.01.197 0 .293.006.07.02.069.028 0 .055-.49.011-.973.006-1.463 0-.014.004-.206-.02-.206-.023 0-.02.192-.02.206M252.84 213.88c.009-.123.007-.147-.003-.074a.634.634 0 0 1-.08.205c-.034.062-.016.188-.014.255 0 .014.014.164.025.144.144-.26.133-.6.093-.886-.011-.08-.027.061-.028.074-.006.093-.006.19.007.282M254.046 213.063c.08.155.074.29.073.46 0 .013-.003.206.02.206s.02-.193.02-.207c.003-.285.032-.596-.102-.857-.01-.02-.025.13-.025.144-.003.069-.019.19.014.254M254.374 212.921a.392.392 0 0 1 .145.194c.009.025.012.1.01.014 0 .04.003.082.01.123 0-.002.006.046.016.021.026-.075.016-.176.014-.254-.004-.201-.033-.382-.195-.511-.007-.005-.015.067-.015.06a1.457 1.457 0 0 0 0 .293c.003.012.003.05.015.06M254.779 212.554c.065.132.14.258.205.39.01.02.015-.018.015-.021.007-.04.008-.083.01-.124 0-.053 0-.106-.003-.16-.003-.025 0-.07-.012-.094-.065-.131-.14-.258-.205-.389-.01-.021-.015.018-.016.02a.984.984 0 0 0-.01.124c0 .053 0 .107.003.16.003.026 0 .07.013.094M255.686 212.225c.16.228.326.452.504.666-.006-.007.02-.186.02-.206 0-.05.014-.166-.02-.207a9.948 9.948 0 0 1-.493-.651c-.014-.02-.025.13-.025.144-.002.059-.022.203.014.254M256.155 211.447c.122.214.262.415.415.606-.006-.008.02-.186.02-.206 0-.05.015-.165-.02-.207a4.393 4.393 0 0 1-.404-.591c-.011-.02-.025.13-.025.144-.003.066-.02.194.014.254M251.591 209.365a1.83 1.83 0 0 0-.44-.269c-.01-.005-.02.197-.02.207 0 .026-.012.193.02.206.16.068.305.16.44.27 0 0 .02-.193.02-.207 0-.038.015-.178-.02-.207M253.021 208.873l.028.071a.521.521 0 0 1 .017.054c0 .041.003.084.01.124 0-.002.006.046.015.02.027-.074.016-.175.014-.253a1.076 1.076 0 0 0-.073-.414c-.01-.023-.015.02-.015.02a.94.94 0 0 0-.01.124c-.002.074-.016.185.014.254M254.15 207.802c.006.271-.023.556-.162.793-.035.059-.016.19-.014.254 0 .014.013.164.024.144.22-.372.202-.882.19-1.301 0-.017-.018-.161-.024-.144-.027.074-.017.176-.015.254M254.403 209.33c.24-.161.404-.408.533-.666.032-.065.016-.185.014-.254 0-.015-.015-.164-.025-.145-.126.254-.286.493-.522.651-.035.024-.02.173-.02.207 0 .012.016.21.02.207M255.106 209.3c.082-.086.152-.183.234-.27.013-.012.013-.044.015-.06.004-.048.006-.097.006-.146 0-.049 0-.097-.006-.146 0 .007-.01-.066-.015-.06-.082.086-.152.183-.234.269-.013.013-.013.045-.014.06a1.456 1.456 0 0 0-.006.147c0 .048 0 .097.006.146 0-.007.009.066.014.06M256.16 209.485a8.238 8.238 0 0 1-.79-.03c-.018-.002-.043.41 0 .413.263.026.526.03.79.03.03 0 .031-.413 0-.413M255.926 210.437c.351.21.692.44 1.055.628-.028-.014.076-.373 0-.413-.363-.189-.704-.417-1.055-.628.034.02-.079.366 0 .413" fill="#fff"/>
|
||||||
|
<path d="M255.955 211.156c.313.199.655.352.938.598 0 0 .02-.192.02-.207 0-.04.015-.175-.02-.206-.283-.246-.625-.4-.938-.599a2.107 2.107 0 0 0-.02.207c0 .032-.014.184.02.207M253.94 209.652c.045-.151.044-.313.044-.469 0-.014.003-.206-.02-.206-.024 0-.02.192-.02.206 0 .057 0 .009.002 0a.375.375 0 0 1-.016.07c-.023.078-.016.174-.014.254.003.041.003.083.01.124 0-.005.007.047.015.02M251.474 208.552c.275.337.623.58.962.844.251.195.437.528.708.682-.032-.018.077-.369 0-.413-.245-.139-.408-.433-.624-.615-.358-.3-.746-.544-1.046-.911.05.062-.076.32 0 .413M252.06 209.665a8.184 8.184 0 0 1-.469-.539c-.004-.005-.015.067-.014.06a1.617 1.617 0 0 0-.006.147c0 .05-.015.164.02.207.15.184.303.367.469.538-.004-.003.02-.19.02-.207 0-.044.015-.17-.02-.206M251.732 212.395c-.11.2-.204.412-.346.592-.034.043-.02.155-.02.206 0 .022.027.198.02.207.146-.185.243-.4.356-.606.034-.061.017-.188.015-.254 0-.014-.014-.164-.025-.145M252.04 212.81c-.005.229-.084.458-.112.686-.012.095-.01.197 0 .292.007.071.02.068.029 0 .036-.293.116-.571.122-.869.003-.078.013-.18-.014-.254a.633.633 0 0 0-.025.144M253.12 214.71c.195-.654.173-1.345.16-2.02-.006-.29-.041-.022-.04.11.011.51.016 1.016-.131 1.51-.034.116.03.332.01.4M253.753 213.123c.075.227.09.433.054.67-.014.093-.012.19-.007.283 0 .012.016.153.028.074.07-.468.086-.972-.064-1.425a.663.663 0 0 0-.024.144c-.003.078-.011.177.014.254M254.374 212.89c.228.28.297.65.275 1.007-.004.067.02.463.035.208.033-.538.047-1.19-.31-1.627.006.007-.02.185-.02.206 0 .05-.015.165.02.207" fill="#fff"/>
|
||||||
|
<path d="M254.544 212.614c.143.594.253 1.194.314 1.803.016.161.033-.239.028-.293-.064-.644-.18-1.279-.33-1.908.016.072-.04.28-.012.398M255.13 212.465c.26.358.488.737.615 1.167a.704.704 0 0 0 .025-.145c.002-.08.009-.175-.015-.254-.127-.43-.354-.808-.615-1.167.026.035-.073.313-.01.399M256.342 211.468c-.12-.21-.376-.235-.592-.217-.04.003-.02.415 0 .413.204-.017.466.002.58.202.012.02.025-.13.026-.144.002-.065.02-.195-.014-.254" fill="#fff"/>
|
||||||
|
<path d="M255.721 211.305c.38-.055.76-.06 1.142-.06.031 0 .031-.413 0-.413-.382 0-.762.004-1.142.06-.048.006-.012.415 0 .413M256.424 208.169c-.303.363-.464.856-.567 1.315-.02.088-.012.192-.007.282 0 .015.01.152.028.074.097-.436.259-.914.546-1.258.035-.042.02-.158.02-.207 0-.02-.026-.2-.02-.206M254.773 208.524c.057.349.2.67.298 1.008a.719.719 0 0 0 .025-.144c.002-.081.009-.176-.014-.254-.094-.324-.234-.633-.288-.967-.013-.08-.027.062-.028.074-.005.093-.007.19.007.283M254.461 209.126a1.652 1.652 0 0 1-.316-.561c-.008-.027-.017.025-.016.02a.943.943 0 0 0-.009.124c-.003.08-.01.176.014.254a1.7 1.7 0 0 0 .327.576c.005.006.015-.067.015-.06.005-.049.006-.098.006-.147 0-.05.014-.163-.02-.206M253.905 209.395c-.46-.149-.9-.332-1.29-.628.043.032-.08.351 0 .413.39.296.83.48 1.29.629-.01-.003.065-.393 0-.414" fill="#fff"/>
|
||||||
|
<path d="M254.411 209.28s-1.822.311-2.303.422c-.48.11-1.57.22-1.948.22-.38 0-.962-.303-1.367-.386-.405-.082-1.72-.22-2.202.276-.48.496-.784.661-.936.826-.152.166-.761.707-.785.946-.024.24.153.597.456.597.304 0 .942.647.941.782-.002.225.834.467 1.62.463 1.42-.008 2.119-.724 4.246-.473 1.159.136 3.29-.772 3.67-1.323.38-.55.607-1.13.227-1.763-.38-.634-1.517-.569-1.619-.588" fill="#dba05f"/>
|
||||||
|
<path d="M254.411 209.28s-1.822.311-2.303.422c-.48.11-1.57.22-1.948.22-.38 0-.962-.303-1.367-.386-.405-.082-1.72-.22-2.202.276-.48.496-.784.661-.936.826-.152.166-.761.707-.785.946-.024.24.153.597.456.597.304 0 .942.647.941.782-.002.225.834.467 1.62.463 1.42-.008 2.119-.724 4.246-.473 1.159.136 3.29-.772 3.67-1.323.38-.55.607-1.13.227-1.763-.38-.634-1.517-.569-1.619-.588z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M246.782 211.323s-.005.04-.013-.022l-.01-.049-.014-.033-.002-.037c-.008-.013.038.009.185-.136 0 .003.045-.07.124-.189a.895.895 0 0 1 .46-.3c.278-.064.535-.018.57-.016.012-.015-.63-.022-.672.053.003-.05.62-.071.652-.028.008-.015-.581-.02-.625.061 0-.036.535-.062.593-.013 0 0-.1-.011-.127-.008l.047.008-.075-.001-.044-.004c0-.002.118.014.126.024 0 .002.052-.014-.157-.003 0 0-.129-.024-.337.043-.274.04-.266.412-.681.65"/>
|
||||||
|
<path d="M246.735 211.168c.025.002.203-.07.375-.387-.049-.087.644-.357.715-.27.003-.003.189 0 .297.017" fill="none" stroke="#939598" stroke-width=".00030006"/>
|
||||||
|
<path d="M247.421 210.57c-.07-.01-.422.285-.39.302-.076.182-.273.301-.296.296M247.45 210.61c0-.022.476-.068.57-.032" fill="none" stroke="#000" stroke-width=".00030006"/>
|
||||||
|
<path d="M247.363 210.738c-.013-.05.495-.119.542-.084" fill="none" stroke="#939598" stroke-width=".00030006"/>
|
||||||
|
<path d="M247.893 211.061s.022.013-.008-.016l-.021-.024-.013-.022-.018-.015s-.016.006-.144.12c0-.002-.055.04-.121.102-.003-.005-.124.103-.26.178-.146.021-.357.116-.357.153-.012-.056.418-.169.412-.176.03.02-.382.096-.39.18-.014-.05.38-.15.395-.15.02.023-.346.083-.357.162 0 .003.05-.05.07-.05l-.026.019c.013-.013.03-.015.046-.021l.027-.013s-.073.033-.07.048c.003.008-.042-.005.094-.042.003.013.347-.07.74-.433"/>
|
||||||
|
<path d="M247.829 210.973c-.003-.006-.153.15-.31.26.003.026-.32.215-.405.193-.006-.01-.138.055-.193.123" fill="none" stroke="#939598" stroke-width=".00030006"/>
|
||||||
|
<path d="M247.35 211.357c.024-.024.227-.163.227-.164.072-.077.252-.22.252-.22M247.357 211.393c.016.016-.303.06-.354.137" fill="none" stroke="#000" stroke-width=".00030006"/>
|
||||||
|
<path d="M247.449 211.384c.02.04-.342.137-.357.148" fill="none" stroke="#939598" stroke-width=".00030006"/>
|
||||||
|
<path d="M248.397 209.587s-.026-.579-.582-.8c-.557-.22-1.19-.247-1.417-.22-.228.028-.266.13-.55.175-.285.046-.589.184-.589.184s0-.028-.152.248c-.152.275-.404.413-.278.66.126.249.043.292.198.34.156.047-.077-.085-.077-.085s-.975.314-.738.912c.238.597.475.374.546.362.071-.013.552-.26.552-.26l.79-.739s.93-.364 1.031-.391c.102-.028.542.01.542.01l.724-.396z" fill="#c6262c"/>
|
||||||
|
<path d="M248.397 209.587s-.026-.579-.582-.8c-.557-.22-1.19-.247-1.417-.22-.228.028-.266.13-.55.175-.285.046-.589.184-.589.184s0-.028-.152.248c-.152.275-.404.413-.278.66.126.249.043.292.198.34.156.047-.077-.085-.077-.085s-.975.314-.738.912c.238.597.475.374.546.362.071-.013.552-.26.552-.26l.79-.74s.93-.363 1.031-.39c.102-.028.542.01.542.01l.724-.396z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M247.69 210.945c0 .144-.147.33-.328.415-.18.085-.327.038-.327-.106 0-.145.146-.331.327-.416.18-.085.327-.038.327.107"/>
|
||||||
|
<path d="M243.824 213.587s-.763-1.314 1.355-1.958c0 0 .64.349.788.59 0 0-.37.617-1.576.778 0 0-.542.16-.567.59" fill="#d9c0b9"/>
|
||||||
|
<path d="M243.824 213.587s-.763-1.314 1.355-1.958c0 0 .64.349.788.59 0 0-.37.617-1.576.778 0 0-.542.16-.567.59z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M244.046 213.372s.852.18 1.428-.241c.472-.345.64-.188.763-.16 0 0 .025-.43-.27-.752 0 0-.599.494-1.042.629-.443.134-.743.09-.88.524" fill="#d9c0b9"/>
|
||||||
|
<path d="M244.046 213.372s.852.18 1.428-.241c.472-.345.64-.188.763-.16 0 0 .025-.43-.27-.752 0 0-.599.494-1.042.629-.443.134-.743.09-.88.524z" fill="none" stroke="#000" stroke-width=".14172834"/>
|
||||||
|
<path d="M246.416 212.941c.159 0 .32.002.476-.035.018-.004 0-.137 0-.137-.156.036-.317.034-.476.034-.01 0-.01.138 0 .138M246.117 210.734c-.13 0-.091.158-.17.224-.012.01-.007.056-.007.069l.007.069c.079-.066.042-.223.17-.224.01 0 .01-.138 0-.138M246.557 211.031c.066-.123.197-.174.314-.233.025-.013-.008-.134 0-.138-.12.06-.25.112-.318.238-.01.021-.005.063-.004.085 0 .005.004.055.008.048M247.127 211.792a.276.276 0 0 0 .255-.125c.01-.015.007-.05.007-.068 0-.008-.01-.066-.007-.07a.277.277 0 0 1-.255.125c-.007 0-.014.137 0 .138M247.577 211.63a.803.803 0 0 0 .403-.35c.011-.02.005-.063.005-.085 0-.004-.005-.055-.008-.048a.793.793 0 0 1-.4.346c-.024.01.006.135 0 .137M246.87 210.886c-.1.168-.289.253-.402.41-.02.029.012.121.004.133.113-.157.301-.242.401-.41.012-.02.006-.064.005-.085 0-.005-.004-.055-.008-.048M247.175 213.084c.361.02.71-.03 1.058-.124.02-.006-.002-.138 0-.138a3.318 3.318 0 0 1-1.058.124c-.008 0-.012.137 0 .138M248.842 213.022c.471-.342.869-.635 1.023-1.233.01-.039-.01-.109-.004-.132-.153.593-.553.889-1.02 1.227-.026.02.014.128 0 .138M249.122 212.202c.335-.2.575-.514.707-.885.013-.037-.011-.112-.004-.133-.131.37-.37.682-.703.88-.027.016.01.131 0 .138M248.963 210.114c.257-.03.538.183.718.348-.016-.014.027-.113 0-.138-.18-.165-.46-.378-.718-.347-.014.001-.005.138 0 .137M255.642 211.156c.293-.473.133-1.064-.17-1.488.009.012-.024.104-.003.133.256.358.426.81.17 1.222-.02.03.012.119.004.133M250.544 210.487c.296.214 1.109.76.887 1.207-.018.034.012.116.003.133.304-.613-.48-1.181-.89-1.477.013.009-.026.117 0 .137M252.836 212.687c.047-.126.063-.258.076-.39a.47.47 0 0 0 0-.098c-.003-.023-.007-.023-.01 0-.011.121-.027.24-.07.355-.008.024-.005.06-.004.085 0 .005.006.054.008.048" fill="#7a2e26"/>
|
||||||
|
<path d="M253.716 212.47c.177-.03.353-.12.529-.24M245.223 211.973c-.346.212-.892.214-1 .693-.003.007 0 .033.003.03.108-.477.654-.479.998-.689.006-.004-.003-.032 0-.034" fill="#5e3f17"/>
|
||||||
|
<path d="M244.99 210.442c.148.003.323.081.3.264a.424.424 0 0 0 0 .098c.003.023.007.022.01 0a.713.713 0 0 0-.024-.346c-.048-.118-.174-.151-.287-.154-.01 0-.01.138 0 .138M245.704 210.717a.697.697 0 0 0-.068-.618c.009.012-.024.103-.003.132.076.11.115.22.068.354-.014.037.01.112.003.132M246.283 210.106c-.036-.241-.12-.51-.343-.634.01.005-.026.123 0 .138.216.121.301.38.337.614.004.027.008-.02.009-.024a.383.383 0 0 0-.003-.094M246.793 209.982c.031-.225.012-.464-.173-.614.014.011-.028.115 0 .137.102.084.186.218.166.358a.494.494 0 0 0-.002.094c0 .004.005.051.009.025M245.94 209.227c.498-.252 1.512-.364 1.903.14-.017-.022.024-.107 0-.138-.39-.504-1.405-.392-1.903-.14-.025.013.01.134 0 .138" fill="#842116"/>
|
||||||
|
<path d="M244.753 211.307c.113-.167.077-.392-.034-.549.009.012-.024.104-.003.133.03.041.054.083.073.13.024.057-.008.107-.04.153-.011.018-.005.065-.004.085 0 .005.004.055.008.048M249.839 212.768a.67.67 0 0 0 .308-.446.383.383 0 0 0 .003-.095c0-.004-.005-.05-.01-.024a.651.651 0 0 1-.301.427c-.027.017.012.13 0 .138M250.601 212.705a.405.405 0 0 0 .098-.269c0-.025.005-.06-.004-.084-.003-.006-.008.042-.008.048-.003.058-.049.127-.085.167-.012.013-.007.054-.007.07 0 .006.008.066.007.068M255.208 210.178a.98.98 0 0 1 .09.715.417.417 0 0 0 .006.12c.071-.316.068-.682-.093-.968.009.015-.022.1-.004.133M254.75 210.645c.09.224.084.458.058.696-.003.017.004.151.01.097.034-.315.056-.626-.065-.926.008.02-.018.097-.003.133M254.318 211.046c0 .168.002.336-.056.495-.014.037.01.112.004.133.072-.2.065-.419.066-.628 0-.078-.014-.078-.014 0" fill="#7a2e26"/>
|
||||||
|
<path d="M260.537 224.5l.096.271s.021.053.068.097l-.145-.406-.02.038z" fill="#452c25"/>
|
||||||
|
<path d="M250.082 207.946c-1.828.105-3.631-1.11-3.631-1.11-2.266-.444-2.397-2.492-2.397-2.492-.907-.345-1.686-2.672-1.686-2.672-1.404.838-3.161.009-3.161.009s0-.345-1.585 0c-1.586.345-1.314-.296-1.314-.296s.634-.641-2.174 0 .227-.838.227-.838c-.816.246-3.488.444-3.488.444-.98.044-1.976.528-3.06.837-.675.192-1.829.416-2.412.665-1.557.666-4.677 2.096-7.254 3.107-3.388 1.33-6.073 2.341-5.896 2.298.211-.05 3.678-2.247 8.021-4.216 4.033-1.829 8.662-3.521 10.995-4.184 3.029-1.003 5.509-.524 6.916-.013.68.246 4.427-.116 6.102.081 1.676.197 1.85 2.953 1.85 2.953.318.198.431 2.787.431 2.787s-.928.025.159.173 3.08 1.726 3.08 1.726c.679 0 .756-.024.756-.024s.395-.498.939-.706c.543-.208 1.041-.417 1.653-.463.611-.046 1.474-.052 2.085.018.612.07 1.334.075 2.195.237.86.162.95.208 1.222.3.272.093.516.033.516.033 1.119-.468 3.194-1.294 3.672-1.2 0 0 .783-.196 1.204-.524.421-.328 1.384-1.114 1.384-1.114s-.664-4.682 4.091-4.223c4.756.46 11.061 1.07 12.326 1.266 1.264.197 5.792 1.49 6.875 2.015 1.084.524 4.197 1.92 5.583 2.532.563.249 2.705 1.198 4.29 1.824 2.38.94 4.158 2.505 4.158 2.505-1.491-.631-2.696-1.352-3.878-1.865-.955-.415-1.954-.608-2.731-.953-1.649-.732-2.919-1.4-3.918-1.865-3.683-1.715-3.649-1.784-5.141-1.9-1.028-.082.739 1.254.739 1.254s-3.371-1.311-4.455-1.77c-1.083-.46-1.986-.656-3.01-.59-1.023.065-1.806-.131-2.407-.328-.602-.197-4.034-.328-4.636-.393a7.812 7.812 0 0 1-1.083-.197l.24.393-1.685-.262-.482.721s-1.625.328-1.745-.197c-.12-.524-.964 2.36-1.385 3.212-.422.853-2.344.57-2.826 1.094-.482.525-1.509.876-1.75 1.007-.24.131-.97.07-1.392.07-.627 0-.093.009-1.121.204 0 0-.889-.008-1.229-.147-.34-.139-1.087-.354-1.463-.461-.514-.147-3.373-.212-3.78-.19-.409.024-1.098.235-1.55.42-.453.185-1.246.67-1.246.786" fill="#dcddde"/>
|
||||||
|
<path d="M250.082 207.946c-1.828.105-3.631-1.11-3.631-1.11-2.266-.444-2.397-2.492-2.397-2.492-.907-.345-1.686-2.672-1.686-2.672-1.404.838-3.161.009-3.161.009s0-.345-1.585 0c-1.586.345-1.314-.296-1.314-.296s.634-.641-2.174 0 .227-.838.227-.838c-.816.246-3.488.444-3.488.444-.98.044-1.976.528-3.06.837-.675.192-1.829.416-2.412.665-1.557.666-4.677 2.096-7.254 3.107-3.388 1.33-6.073 2.341-5.896 2.298.211-.05 3.678-2.247 8.021-4.216 4.033-1.829 8.662-3.521 10.995-4.184 3.029-1.003 5.509-.524 6.916-.013.68.246 4.427-.116 6.102.081 1.676.197 1.85 2.953 1.85 2.953.318.198.431 2.787.431 2.787s-.928.025.159.173 3.08 1.726 3.08 1.726c.679 0 .756-.024.756-.024s.395-.498.939-.706c.543-.208 1.041-.417 1.653-.463.611-.046 1.474-.052 2.085.018.612.07 1.334.075 2.195.237.86.162.95.208 1.222.3.272.093.516.033.516.033 1.119-.468 3.194-1.294 3.672-1.2 0 0 .783-.196 1.204-.524.421-.328 1.384-1.115 1.384-1.115s-.664-4.68 4.091-4.222c4.756.46 11.061 1.07 12.326 1.266 1.264.197 5.792 1.49 6.875 2.015 1.084.524 4.197 1.92 5.583 2.532.563.249 2.705 1.198 4.29 1.824 2.38.94 4.158 2.505 4.158 2.505-1.491-.631-2.696-1.352-3.878-1.865-.955-.415-1.954-.608-2.731-.953-1.649-.732-2.919-1.4-3.918-1.865-3.683-1.715-3.649-1.784-5.141-1.9-1.028-.082.739 1.254.739 1.254s-3.371-1.311-4.455-1.77c-1.083-.46-1.986-.656-3.01-.59-1.023.065-1.806-.131-2.407-.328-.602-.197-4.034-.328-4.636-.393a7.812 7.812 0 0 1-1.083-.197l.24.393-1.685-.262-.482.721s-1.625.328-1.745-.197c-.12-.524-.964 2.36-1.385 3.212-.422.853-2.344.57-2.826 1.094-.482.525-1.509.876-1.75 1.007-.24.131-.97.07-1.392.07-.627 0-.093.009-1.121.204 0 0-.889-.008-1.229-.147-.34-.139-1.087-.354-1.463-.461-.514-.148-3.373-.213-3.78-.19-.409.024-1.098.235-1.55.42-.453.185-1.246.67-1.246.786" fill="#e7e7e7" stroke="#000" stroke-width=".06891378"/>
|
||||||
|
<path d="M250.27 207.399s-.192.147-.24.515c-.048.368-.024.22-.024.22" fill="#452c25"/>
|
||||||
|
<path d="M259.51 206.86c.243.18.493.364.708.58.007.007.076.07.053.02a.58.58 0 0 0-.114-.151 6.973 6.973 0 0 0-.782-.647c-.044-.033.004.048.01.057a.59.59 0 0 0 .126.14" fill="#574f4c"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 206 KiB |
@ -0,0 +1,5 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<path d="M0 0h512v512H0z" fill="#21468b"/>
|
||||||
|
<path d="M0 0h512v341.3H0z" fill="#fff"/>
|
||||||
|
<path d="M0 0h512v170.7H0z" fill="#ae1c28"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 231 B |
@ -0,0 +1,45 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<g stroke-width="1pt">
|
||||||
|
<path fill-rule="evenodd" fill="#229e45" d="M0 0h512v512H0z"/>
|
||||||
|
<path d="M261.358 405.394L491.23 256.2 259.967 106.605 29.34 256.56l232.018 148.834z" fill-rule="evenodd" fill="#f8e509"/>
|
||||||
|
<path d="M361.52 256.004c0 53.622-43.54 97.093-97.25 97.093s-97.248-43.47-97.248-97.093 43.54-97.093 97.25-97.093 97.248 43.47 97.248 97.094z" fill-rule="evenodd" fill="#2b49a3"/>
|
||||||
|
<path fill-rule="evenodd" fill="#ffffef" d="M232.302 314.156l-3.004-1.734-3.12 1.544.698-3.468-2.41-2.542 3.446-.403 1.62-3.11 1.443 3.216 3.4.617-2.55 2.387m65.648 19.995l-3.005-1.734-3.12 1.544.698-3.468-2.41-2.54 3.446-.405 1.62-3.11 1.443 3.217 3.4.617-2.55 2.387m-27.613-22.869l-2.595-1.498-2.696 1.333.604-2.996-2.082-2.196 2.978-.348 1.398-2.687 1.248 2.78 2.937.533-2.203 2.062m66.231-6.462l-2.55-1.47-2.646 1.31.593-2.943-2.046-2.156 2.924-.343 1.373-2.638 1.226 2.728 2.884.523-2.163 2.026m-66.604-16.77l-3.005-1.734-3.12 1.545.698-3.468-2.41-2.542 3.447-.404 1.618-3.11 1.445 3.218 3.4.618-2.55 2.387M187.95 244.96l-3.005-1.735-3.12 1.544.698-3.47-2.41-2.54 3.447-.404 1.618-3.11 1.444 3.216 3.4.618-2.55 2.387m10.128 43.568l-3.005-1.734-3.12 1.544.698-3.468-2.41-2.542 3.447-.403 1.618-3.11 1.444 3.218 3.4.617-2.55 2.387m100.612-51.337l-2.654-1.53-2.757 1.363.617-3.065-2.13-2.245 3.046-.357 1.43-2.748 1.275 2.843 3.005.545-2.253 2.11m-5.083 29.158l-2.09-1.208-2.17 1.074.485-2.412-1.677-1.77 2.398-.28 1.126-2.164 1.005 2.24 2.366.428-1.775 1.66m-108.421 38.448l-2.006-1.158-2.083 1.03.467-2.314-1.61-1.697 2.302-.27 1.08-2.077.964 2.148 2.27.413-1.702 1.595m152.599 11.561l-1.634-.866-1.698.772.38-1.732-1.31-1.27 1.874-.2.88-1.555.786 1.607 1.85.31-1.387 1.19"/>
|
||||||
|
<path fill-rule="evenodd" fill="#ffffef" d="M183.477 292.296l-2.006-1.158-2.083 1.03.467-2.314-1.61-1.697 2.302-.27 1.08-2.077.964 2.148 2.27.413-1.702 1.595"/>
|
||||||
|
<path fill-rule="evenodd" fill="#ffffef" d="M183.477 292.296l-2.006-1.158-2.083 1.03.467-2.314-1.61-1.697 2.302-.27 1.08-2.077.964 2.148 2.27.413-1.702 1.595m32.251 2.322l-2.007-1.157-2.083 1.03.466-2.314-1.61-1.697 2.302-.27 1.08-2.077.965 2.148 2.27.413-1.703 1.594m-3.65 12.952l-2.004-1.157-2.084 1.03.466-2.314-1.61-1.698 2.302-.27 1.08-2.077.965 2.148 2.27.413-1.702 1.594m66.625-17.006l-2.006-1.157-2.083 1.03.465-2.315-1.61-1.696 2.302-.27 1.08-2.076.965 2.148 2.27.412-1.703 1.594m-19.138 2.323l-2.005-1.158-2.083 1.03.466-2.314-1.61-1.697 2.302-.27 1.08-2.077.965 2.15 2.27.41-1.703 1.595m-52.457-4.452l-1.257-.726-1.305.646.292-1.45-1.008-1.064 1.442-.17.676-1.3.604 1.345 1.423.258-1.067 1m127.97 34.606l-2.005-1.158-2.084 1.03.466-2.315-1.61-1.697 2.302-.27 1.08-2.076.965 2.148 2.27.413-1.703 1.593m-15.883 4.454l-1.662-.96-1.724.855.386-1.923-1.333-1.41 1.905-.223.895-1.725.8 1.783 1.88.343-1.41 1.324m7.907 1.752l-1.548-.894-1.608.796.36-1.788-1.242-1.31 1.775-.21.834-1.603.743 1.66 1.75.318-1.312 1.23m22.197-17.353l-1.49-.86-1.55.766.347-1.72-1.196-1.262 1.71-.2.804-1.543.717 1.596 1.687.305-1.265 1.185m-29.55 31.881l-1.946-1.063-2.022.947.453-2.126-1.562-1.557 2.233-.246 1.05-1.906.935 1.97 2.204.38-1.653 1.462m.418 10.861l-1.775-1.062-1.844.946.414-2.125-1.425-1.557 2.036-.247.957-1.906.853 1.97 2.01.38-1.508 1.463m-14.432-17.581l-1.49-.86-1.55.765.347-1.72-1.195-1.26 1.71-.202.803-1.543.717 1.596 1.687.306-1.265 1.184m-13.56 1.734l-1.49-.86-1.547.765.346-1.72-1.197-1.26 1.71-.202.803-1.543.717 1.596 1.687.306-1.265 1.184M265.07 291.38l-1.492-.86-1.548.766.347-1.72-1.196-1.26 1.71-.2.804-1.545.716 1.598 1.687.306-1.265 1.184m2.847 43.477l-1.264-.73-1.31.65.293-1.457-1.014-1.07 1.448-.17.68-1.306.607 1.352 1.43.26-1.072 1.002m-35.176-66.052l-3.004-1.734-3.12 1.545.698-3.468-2.41-2.542 3.446-.404 1.62-3.11 1.443 3.218 3.4.618-2.55 2.387"/>
|
||||||
|
<path d="M355.113 290.934c1.482-3.876 3.394-9.72 4.41-15.086-51.653-45.375-109.233-68.618-181.99-63.836-2.607 5-4.695 10.236-6.456 15.9 86.207-8.223 149.396 29.943 184.038 63.022z" fill-rule="evenodd" fill="#fff"/>
|
||||||
|
<path d="M331.893 265.425l1.845 1.008c-.29.654-.367 1.226-.236 1.714.137.493.476.922 1.017 1.288.573.392 1.086.564 1.537.518.457-.046.797-.233 1.018-.56.14-.21.196-.43.17-.658-.02-.23-.146-.503-.377-.82-.16-.213-.548-.665-1.165-1.354-.794-.884-1.267-1.63-1.42-2.24-.212-.854-.083-1.63.39-2.332.304-.45.713-.786 1.228-1.005.524-.22 1.095-.27 1.71-.15.618.12 1.268.41 1.944.87 1.107.753 1.776 1.562 2.004 2.427.233.87.09 1.72-.43 2.55l-1.833-1.13c.23-.507.286-.944.166-1.313-.11-.37-.418-.725-.92-1.066-.517-.35-.994-.518-1.43-.504a.776.776 0 0 0-.654.357.833.833 0 0 0-.098.718c.098.343.51.91 1.24 1.704.726.793 1.222 1.44 1.486 1.943.27.5.393 1.02.367 1.562-.017.538-.216 1.087-.592 1.647a3.133 3.133 0 0 1-1.38 1.138c-.58.252-1.2.314-1.86.182-.657-.134-1.368-.462-2.133-.983-1.115-.756-1.8-1.596-2.05-2.517-.245-.924-.094-1.923.458-2.992zm-8.753-5.745l1.886.93c-.263.665-.318 1.24-.167 1.723.157.486.51.903 1.066 1.247.59.368 1.108.52 1.557.455.457-.066.79-.264.995-.6a.957.957 0 0 0 .146-.664c-.03-.228-.167-.497-.412-.805-.167-.207-.572-.64-1.218-1.306-.828-.853-1.33-1.58-1.508-2.18-.246-.848-.148-1.63.293-2.348a2.767 2.767 0 0 1 1.188-1.053c.515-.24 1.083-.316 1.702-.222.623.097 1.284.36 1.978.794 1.138.705 1.837 1.487 2.1 2.343.267.86.16 1.713-.326 2.566l-1.88-1.056c.21-.514.25-.954.115-1.317-.128-.366-.45-.708-.963-1.028-.532-.332-1.015-.48-1.45-.448a.773.773 0 0 0-.638.384c-.132.215-.156.453-.07.72.112.338.546.888 1.306 1.653.757.76 1.28 1.388 1.563 1.878.29.49.434 1.005.43 1.546.005.54-.173 1.096-.525 1.672-.322.52-.77.917-1.336 1.193-.568.275-1.186.36-1.85.256-.66-.108-1.384-.41-2.17-.897-1.144-.713-1.86-1.523-2.148-2.434-.285-.914-.174-1.916.335-3.006zm-10.83-2.903l5.547-9.123 6.738 4.13-.94 1.544-4.9-3.006-1.232 2.022 4.562 2.797-.935 1.537-4.562-2.795-1.51 2.483 5.077 3.11-.936 1.54-6.91-4.238zm-15.778-12.957l.823-1.6 4.118 2.13-1.94 3.785c-.603.182-1.36.225-2.275.13-.907-.1-1.75-.35-2.53-.753-.99-.512-1.746-1.163-2.268-1.96-.52-.8-.77-1.68-.743-2.647.03-.97.277-1.91.745-2.822.507-.99 1.167-1.76 1.976-2.317.805-.555 1.714-.83 2.72-.83.77-.004 1.605.232 2.51.696 1.175.61 1.965 1.332 2.366 2.17.41.836.486 1.738.227 2.71l-2.08-.626a2.226 2.226 0 0 0-.19-1.492c-.225-.462-.614-.835-1.163-1.12-.837-.433-1.637-.51-2.406-.233-.762.278-1.41.938-1.947 1.984-.58 1.128-.766 2.104-.557 2.93.212.817.72 1.437 1.532 1.857.4.207.84.336 1.32.387.486.05.93.037 1.335-.038l.62-1.207-2.19-1.132zm-68.807-17.062l1.55-10.574 3.182.47.856 7.494 2.944-6.933 3.192.47-1.55 10.576-1.976-.29 1.222-8.325-3.312 8.015-2.047-.303-.865-8.632-1.22 8.323-1.977-.29zm-10.757-1.25l.995-10.644 7.86.743-.166 1.8-5.72-.54-.223 2.36 5.32.502-.166 1.793-5.322-.502-.27 2.897 5.92.557-.166 1.795-8.062-.76z" fill="#309e3a"/>
|
||||||
|
<g stroke-opacity=".502">
|
||||||
|
<path d="M181.37 218.85c.03-1.087.216-1.997.56-2.726.257-.538.6-1.017 1.027-1.438.432-.42.9-.73 1.407-.924.67-.263 1.44-.384 2.304-.36 1.57.043 2.81.565 3.72 1.567.92 1.002 1.354 2.373 1.307 4.112-.047 1.724-.55 3.063-1.512 4.014-.96.946-2.222 1.398-3.784 1.355-1.585-.042-2.83-.56-3.737-1.552-.908-.998-1.34-2.347-1.292-4.047z" fill="#309e3a"/>
|
||||||
|
<path d="M183.592 218.83c-.033 1.21.22 2.137.76 2.778.54.638 1.238.968 2.095.99.856.025 1.567-.265 2.13-.866.568-.608.87-1.53.903-2.77.033-1.224-.21-2.145-.73-2.762-.518-.617-1.218-.937-2.104-.962-.885-.024-1.607.263-2.167.86-.56.593-.856 1.504-.888 2.733z" fill="#f7ffff"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-opacity=".502">
|
||||||
|
<path d="M193.99 224.365l.125-10.688 4.524.054c1.137.015 1.96.12 2.472.322.516.195.926.54 1.23 1.035s.452 1.057.445 1.69c-.01.8-.252 1.462-.728 1.98-.476.516-1.182.835-2.12.96.463.278.844.582 1.14.91.3.33.702.913 1.206 1.75l1.276 2.1-2.57-.03-1.528-2.344c-.54-.837-.914-1.364-1.114-1.58a1.607 1.607 0 0 0-.642-.453c-.226-.084-.586-.13-1.08-.135l-.435-.006-.053 4.46-2.15-.025z" fill="#309e3a"/>
|
||||||
|
<path d="M196.22 218.223l1.59.02c1.032.012 1.676-.025 1.934-.11.257-.084.46-.232.607-.444s.224-.48.23-.8c.003-.36-.09-.65-.282-.87-.186-.227-.453-.372-.8-.434-.175-.026-.7-.044-1.57-.055l-1.677-.018-.03 2.71z" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-opacity=".502">
|
||||||
|
<path d="M206.153 214.207l3.924.2c.885.045 1.555.147 2.012.307.613.216 1.132.57 1.552 1.065.422.492.73 1.086.93 1.783.196.692.27 1.537.22 2.536-.044.878-.192 1.63-.44 2.255-.307.764-.717 1.372-1.236 1.828-.39.345-.907.603-1.55.775-.482.127-1.12.17-1.913.13l-4.038-.206.538-10.675z" fill="#309e3a"/>
|
||||||
|
<path d="M208.213 216.11l-.356 7.072 1.603.08c.6.033 1.034.02 1.303-.034.352-.07.648-.204.886-.4.242-.198.447-.53.615-1 .17-.47.276-1.12.318-1.945s0-1.464-.122-1.913c-.122-.45-.308-.803-.557-1.065a2.043 2.043 0 0 0-.967-.552c-.297-.084-.883-.148-1.758-.192l-.965-.05z" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-opacity=".502">
|
||||||
|
<path d="M258.478 233.293l2.486-10.393 3.355.81c1.27.305 2.086.557 2.447.755.556.298.97.758 1.246 1.38.275.615.313 1.337.116 2.164-.153.637-.396 1.146-.732 1.525-.333.38-.71.65-1.128.816a3.08 3.08 0 0 1-1.198.23c-.522-.022-1.257-.147-2.203-.375l-1.363-.33-.938 3.922-2.092-.504z" fill="#309e3a"/>
|
||||||
|
<path d="M262.64 225.16l-.707 2.95 1.144.275c.825.198 1.388.277 1.69.234.306-.043.562-.16.773-.354.215-.193.36-.443.433-.75.09-.38.055-.717-.107-1.016-.164-.3-.407-.52-.73-.663-.24-.108-.734-.252-1.487-.434l-1.01-.244z" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-opacity=".502">
|
||||||
|
<path d="M268.373 236.257l3.538-10.08 4.27 1.51c1.072.38 1.82.746 2.238 1.1.426.353.703.81.833 1.378s.09 1.148-.12 1.743c-.264.757-.705 1.303-1.322 1.642-.615.334-1.386.41-2.312.226.348.412.61.82.785 1.228.182.41.375 1.092.585 2.046l.536 2.4-2.424-.857-.695-2.712c-.245-.967-.428-1.585-.55-1.856a1.623 1.623 0 0 0-.462-.635c-.187-.155-.513-.313-.98-.48l-.41-.144-1.477 4.21-2.027-.72z" fill="#309e3a"/>
|
||||||
|
<path d="M272.438 231.163l1.5.53c.973.344 1.593.518 1.864.52.27.003.51-.07.72-.225.207-.152.363-.38.47-.683.118-.34.123-.645.013-.915-.104-.274-.31-.496-.62-.668-.157-.08-.646-.267-1.468-.557l-1.582-.56-.897 2.558z" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-opacity=".502">
|
||||||
|
<path d="M280.88 235.87c.323-1.04.75-1.863 1.276-2.47.394-.45.85-.817 1.378-1.105a4.166 4.166 0 0 1 1.602-.507c.718-.072 1.49.022 2.317.28 1.498.47 2.55 1.31 3.157 2.524.612 1.214.66 2.653.144 4.314-.51 1.648-1.358 2.798-2.54 3.452-1.18.65-2.516.74-4.01.272-1.51-.472-2.57-1.31-3.174-2.512-.605-1.208-.654-2.623-.15-4.247z" fill="#309e3a"/>
|
||||||
|
<path d="M283.027 236.47c-.36 1.154-.366 2.114-.02 2.88.348.76.93 1.267 1.75 1.524.817.255 1.578.17 2.283-.256.712-.428 1.252-1.235 1.62-2.418.362-1.17.376-2.122.04-2.86-.328-.733-.917-1.233-1.762-1.497-.846-.265-1.618-.186-2.317.237-.697.418-1.228 1.214-1.593 2.39z" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-opacity=".502">
|
||||||
|
<path d="M301.692 250.754l4.89-9.494 4.02 2.087c1.01.526 1.7.992 2.067 1.402.37.406.584.9.634 1.48s-.07 1.147-.358 1.71c-.367.71-.88 1.192-1.538 1.44-.655.247-1.427.214-2.32-.096.288.456.49.9.61 1.326.12.43.22 1.132.295 2.107l.2 2.45-2.283-1.184-.316-2.782c-.11-.993-.206-1.63-.29-1.914a1.611 1.611 0 0 0-.37-.694c-.163-.178-.466-.38-.904-.61l-.387-.2-2.04 3.963-1.91-.99z" fill="#309e3a"/>
|
||||||
|
<path d="M306.418 246.26l1.412.733c.916.477 1.508.734 1.776.775.267.04.516 0 .743-.123.226-.123.41-.327.56-.613.164-.32.21-.62.138-.903-.065-.287-.24-.537-.522-.75-.144-.1-.603-.353-1.378-.755l-1.488-.774-1.242 2.41z" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
<g stroke-opacity=".502">
|
||||||
|
<path d="M341.19 270.26c.607-.9 1.25-1.567 1.933-1.996a5.027 5.027 0 0 1 1.636-.658 4.17 4.17 0 0 1 1.678-.02c.708.14 1.42.453 2.138.94 1.3.883 2.065 1.993 2.298 3.33.237 1.34-.13 2.73-1.103 4.172-.962 1.428-2.102 2.286-3.42 2.57-1.318.278-2.623-.022-3.92-.9-1.31-.892-2.083-2-2.317-3.327-.232-1.33.127-2.7 1.077-4.11z" fill="#309e3a"/>
|
||||||
|
<path d="M343.073 271.443c-.675 1.003-.958 1.92-.847 2.752.115.83.526 1.483 1.235 1.966.712.483 1.465.622 2.263.42.805-.206 1.553-.82 2.245-1.848.683-1.014.97-1.923.86-2.724-.104-.8-.523-1.447-1.257-1.946s-1.495-.647-2.285-.444c-.79.198-1.525.807-2.212 1.825z" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
<path d="M246.427 228.95l1.714-7.504 5.543 1.278-.288 1.267-4.032-.927-.384 1.663 3.754.866-.29 1.262-3.75-.863-.47 2.042 4.176.962-.288 1.265-5.685-1.31z" fill="#309e3a"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M56.618 26.364h480.31v480.31H56.618z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g fill-rule="evenodd" clip-path="url(#a)" transform="matrix(1.066 0 0 1.067 -60.354 -28.133)">
|
||||||
|
<path fill="#fff" d="M990.01 506.18H9.39V27.64h980.62z"/>
|
||||||
|
<path fill="#ffe900" d="M990.01 370.57H9.39V169.25h980.62z"/>
|
||||||
|
<path fill="#08ced6" d="M990.01 506.18H9.39V346.67h980.62zm0-318.89H9.39V27.78h980.62z"/>
|
||||||
|
<path d="M8.925 25.872c2.177 0 392.37 236.97 392.37 236.97L7.835 505.382 8.92 25.872z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 658 B |
@ -0,0 +1,91 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<path fill="#ffd520" d="M0 0h512v512H0z"/>
|
||||||
|
<path d="M0 512h512V0z" fill="#ff4e12"/>
|
||||||
|
<g stroke="#000" stroke-width=".521">
|
||||||
|
<g fill="#fff">
|
||||||
|
<path d="M281.885 162.5c-3.89-1.382-6.403.628-6.276 5.65.123 5.023 2.762 7.91 6.653 6.027l-.377-11.677z" stroke-width=".40638"/>
|
||||||
|
<path d="M285.301 153.093c-3.24-2.558-6.263-1.462-7.758 3.335-1.495 4.796.075 8.379 4.365 7.845l3.393-11.18z" stroke-width=".40638"/>
|
||||||
|
<path d="M290.699 143.99c-2.792-3.045-5.951-2.448-8.197 2.048-2.242 4.495-1.267 8.282 3.055 8.443l5.142-10.491zM287.157 188.24c-4.77 1.758-5.274 8.287-2.258 12.305 3.012 4.018 8.538 4.771 11.55 0l-9.29-12.308z" stroke-width=".40638"/>
|
||||||
|
<path d="M281.635 174.426c-4.52-1.507-8.593 4.565-9.292 10.045-.878 6.906-10.673 9.165-5.272 19.588 1.128-6.655 5.525-10.296 9.04-10.547 3.516-.252 8.79-1.005 11.05-5.274l-5.526-13.812zM295.948 201.297c-5.275 1.255-6.029 8.287-2.262 13.31 3.224 4.3 13.31 3.264 13.059-1.005l-10.797-12.305zM310.893 243.612c.25-4.52-7.03-6.278-10.547-5.4-3.516.88-10.234-.125-11.803-3.892-1.255 3.014.565 6.278 5.651 7.91 3.848 1.237 3.767 4.019 2.636 5.275 2.89.502 11.427.502 14.063-3.893z" stroke-width=".40638"/>
|
||||||
|
<path d="M306.751 214.736c-5.148-2.26-8.2 1.183-10.17 4.52-2.889 4.897-11.803-1.38-14.816 5.149 4.081-1.758 8.235 1.99 10.17 3.264 5.524 3.641 16.197 2.511 17.705-6.027l-2.89-6.906z" stroke-width=".40638"/>
|
||||||
|
<path d="M309.762 220.758c-5.148 3.892-7.157 8.538-7.03 11.677.127 3.14 4.52 10.045 9.292 10.422 2.763-5.65 4.144-17.58-2.262-22.1zM288.421 244.992c0-1.883 2.763-2.636 4.644-2.009 1.885.628 4.771 2.512 3.767 4.52l-8.41-2.51zM260.037 234.696c-.5-2.26 3.14-6.152 8.037-4.018 4.894 2.135 5.525 6.279 3.513 7.911l-11.55-3.892z" stroke-width=".40638"/>
|
||||||
|
<path d="M271.963 238.838c-.377-1.256 3.15-3.764 9.168-2.26 6.026 1.507 7.504 5.387 7.283 8.413l-16.451-6.153zM259.413 234.696c3.14-2.385 1.95-6.907-.88-8.287-5.149-2.511-3.264-9.04-6.53-10.296-3.263-1.256-6.403-3.516-6.53-5.776-1.63 3.139-.627 6.027 1.635 8.036 2.26 2.01-1.758 10.17 1.128 12.306l11.177 4.018zM192.107 232.941c-2.637-4.143-8.916-3.39-11.552-.502-2.637 2.888-2.26 7.157.251 9.04l11.3-8.538zM207.176 226.787c-1.004-5.524-7.66-6.152-11.3-4.771-3.641 1.381-6.153 6.906-3.767 10.924l15.068-6.153z" stroke-width=".40638"/>
|
||||||
|
<path d="M217.223 226.03c2.385-4.645-2.26-11.551-7.534-12.556-4.403-.837-9.606-.816-11.3-5.148-1.068 3.767 1.758 6.153 5.022 8.288 3.264 2.134-.628 7.66 4.646 10.798l9.166-1.381z" stroke-width=".40638"/>
|
||||||
|
<path d="M216.724 226.194c-1.1-3.328 1.13-7.755 5.64-7.445 4.513.31 7.083 3.589 5.094 7.687l-10.735-.242z" stroke-width=".40638"/>
|
||||||
|
<path d="M226.762 226.444c-.62-3.45 2.208-7.52 6.63-6.58 4.424.94 6.507 4.548 3.966 8.327l-10.596-1.747z" stroke-width=".40638"/>
|
||||||
|
<path d="M236.738 228.027c-.448-3.476 2.58-7.4 6.952-6.24 4.371 1.16 6.273 4.867 3.543 8.513l-10.495-2.273zM160.97 285.552c-8.414 0-10.468 2.003-11.678 10.673-1.507 10.798 13.184 12.054 11.677-10.673z" stroke-width=".40638"/>
|
||||||
|
<path d="M164.737 274.25c-12.933-4.897-19.964 15.57-32.772 11.929 4.583 7.282 15.692.013 19.839.753 7.031 1.256 22.224-1.381 12.933-12.682zM156.32 302.252c-6.403-2.888-13.31 6.906-12.054 11.175 1.595 5.423 16.198 1.005 12.054-11.175zM126.439 344.442c3.516 1.001 7.784 3.013 7.031 9.792-.753 6.78-13.56 20.592-25.112 21.346-11.552.754-15.696 14.69-25.615 10.797 9.291-1.755 9.291-12.304 16.574-15.567-5.274-1.885-8.036 10.046-14.816 10.046-6.78 0-10.045 10.796-18.332 10.042-8.288-.75-9.16 13.146-25.74 13.312-12.682.124-28.377 14.94-34.028 8.538 12.306-1.758 17.271-8.577 24.61-16.074 11.804-12.051 25.114-6.653 29.634-17.326a30.86 30.86 0 0 1-17.83 5.275c-7.723-.16-16.198 12.304-24.862 6.78 5.023-.628 8.288-2.763 13.561-8.288 5.4-5.659 13.325-2.002 19.588-7.784 9.794-9.042 18.207-1.508 27.624-12.808-2.637-1.255-8.288-.377-13.561 2.385-5.274 2.763-12.054-1.885-18.081 1.381.753-7.407 14.816-3.169 23.606-8.287 9.92-5.776 18.144-4.082 25.992-3.39-10.924-.062-15.193-10.423-30.26-7.41-6.572 1.316-11.803-9.039-18.333-3.767.188-3.89 7.032-7.03 14.064-3.263 7.03 3.767 9.865-3.296 23.857 5.525 5.775 3.64 15.695-2.262 21.973 1.632-.816-2.386-4.395-3.894-8.601-3.578 2.637-5.399 19.65-4.71 27.059.692z" stroke-width=".40638"/>
|
||||||
|
<path d="M137.616 336.276c-5.525-4.27-13.184.88-18.458-1.13 0 3.514 1.758 8.79 7.534 10.798 1.758-1.255 9.668-8.161 10.924-9.668z" stroke-width=".40638"/>
|
||||||
|
<path d="M146.282 324.1c-8.664-4.395-10.17 6.529-16.951 4.269.251 3.14 2.763 7.032 8.287 7.91l8.665-12.179z" stroke-width=".40638"/>
|
||||||
|
<path d="M151.43 314.178c-12.808-5.022-14.44 7.283-21.973 4.897 1.758 4.27 12.556 6.53 18.08 5.023l3.893-9.92zM169.003 260.312c-3.39-4.772-10.547-.88-11.677 4.77-1.13 5.651 1.632 13.562 6.404 11.804l5.273-16.574z" stroke-width=".40638"/>
|
||||||
|
<path d="M177.67 245.242c-5.902-1.381-12.683-.753-11.93 5.023-2.26 1.004-2.887 8.413 3.265 10.044l8.664-15.068z" stroke-width=".40638"/>
|
||||||
|
<path d="M181.561 241.35c-5.776-6.78-12.217-6.623-15.82-3.767-6.655 5.273-13.122 2.26-13.31 7.534 4.018-3.077 7.533.627 10.798-.503 3.265-1.13 5.65 5.148 14.691 2.512l3.641-5.776zM167.623 342.687c.879 1.632 6.278 2.386 8.915-.377 3.495-3.663-.377-13.813-5.902-14.566-5.524-.754-6.026 11.427-3.013 14.943z" stroke-width=".40638"/>
|
||||||
|
<path d="M161.344 342.937c7.91 2.886 11.3-3.643 7.031-7.786-1.13 1.382-5.274 6.404-7.031 7.786z" stroke-width=".40638"/>
|
||||||
|
<path d="M131.712 353.732c-1.507 4.52-9.293 5.275-18.082 19.338-8.79 14.062-17.202 8.16-19.337 17.829 10.548-8.538 18.831-2.867 25.113-11.3 9.543-12.81 17.4-10.97 21.095-19.589 5.273-12.304 28.377-12.054 29.632-31.39-7.785-1.507-32.395 19.336-38.421 25.111zM329.855 163.88c10.045 3.265 10.296 16.323 21.846 20.592 11.554 4.27 12.685 14.565 22.1 12.054-8.789-2.385-8.162-12.556-17.327-15.068-10.75-2.945-14.817-19.337-23.357-21.847M375.937 232.06c1.758 4.018 1.508 11.175-4.771 13.059 3.39 2.134 8.41.125 11.173-4.52-4.143 9.165-1.38 17.453 5.148 19.085-3.14-6.403 3.894-9.417 1.635-13.56 4.144 1.757 7.784 7.408 7.657 10.923 5.402-6.027-4.017-14.063-2.259-19.713l-18.583-5.273zM310.893 296.597c-6.152-5.4-8.778 1.412-11.804-.942-2.824-2.197-6.59-2.511-8.034-.314 5.275.189 2.698 4.27 12.932 5.274-10.235.69-8.35 12.117-15.194 11.552 7.283 6.906 11.05-6.153 16.952-4.018-1.758.502 2.762 4.646-.377 10.17 5.086-.125 7.156-7.157 7.787-10.798l-2.262-10.924zM175.407 355.237c-2.26-1.881-8.79-2.762-11.3-1.254-2.512 1.505-1.633 1.882 1.38 2.135 3.014.25 6.906 5.125.377 5.398-3.013.124-2.008 7.407-8.287 7.911 2.574 3.14 9.92 1.066 12.556-2.385-.502 2.824 3.265 5.398 1.758 8.788 4.646.504 1.946-9.416 9.292-8.915-3.013.377-1.758 7.157 3.516 5.398-3.139 1.508-1.507 5.148 2.009 4.27-2.26.755-3.014 3.641.125 5.276 3.014-4.144-.376-18.96-11.426-26.62zM448.89 216.694c9.61 0 17.4-7.792 17.4-17.403 0-9.61-7.79-17.402-17.4-17.402-9.613 0-17.404 7.792-17.404 17.402 0 9.61 7.79 17.403 17.404 17.403z" stroke-width=".40638"/>
|
||||||
|
<path d="M357.981 237.715c5.275-5.023 13.313-7.534 18.834-3.767 5.525 3.767 23.859 8.287 32.9 2.009 9.038-6.278 13.309-9.543 17.326-8.79 3.016 4.52 6.656 6.655 11.176 7.032 1.382 1.507 6.28 2.762 9.042 2.385 4.017 1.005 8.915-.25 12.805-4.52 6.03.88 11.678-3.641 13.813-10.421 6.402-.754 6.78-7.911 2.762-12.682-3.767-.754-.877-13.436-14.566-10.924 5.778 3.515 1.38 10.547 6.155 13.812-3.266 0-7.472 1.381-8.476 6.278 1.254-3.39-.189-5.65-1.07-6.403.127-2.888-6.275-9.983-12.304-7.409 4.332.942 1.885 7.911 5.025 10.547-2.262.126-4.648 1.256-6.029 3.265-1.632-2.888-7.407-5.901-10.923-6.153 0-1.004-.189-3.013-.627-4.017-1.57-3.014-2.89-6.592-2.262-11.175-3.013 3.264-5.525 7.785-7.03 11.049-4.771-3.265-16.575 1.507-22.1 2.762-5.525 1.256-24.108-1.757-28.378-6.278-4.268-4.52-12.555-7.283-20.339-9.542-10.705-3.107-10.8-14.817-22.604-22.853-.25 14.566 21.85 60.773 26.871 65.795zM234.929 348.709c9.292 0 16.825-7.534 16.825-16.826 0-9.291-7.533-16.824-16.825-16.824-9.292 0-16.826 7.533-16.826 16.824 0 9.293 7.533 16.826 16.826 16.826z" stroke-width=".40638"/>
|
||||||
|
<path d="M194.743 335.776c3.39 4.395 9.166 4.145 11.552 3.768 2.01 5.272 8.412 5.148 11.175 8.034 2.763 2.89 12.178 2.639 14.94 1.004-2.508-.25-5.774-1.755-8.913-4.394-3.79-3.181-2.009-9.542-5.022-11.802 2.26-2.511 2.636-6.655 2.134-8.287 2.386-1.382 4.144-3.642 4.395-4.772 4.144-.25 7.784-2.385 9.292-4.018 2.135 2.01 7.533-.627 10.423 2.763.627-8.288-7.283-12.682-12.558-9.92-2.135-1.13-7.785-.376-8.789 1.13-1.758-.753-6.655 1.758-8.915 3.39 2.511-1.38 2.888-5.524 1.883-7.03 2.135-.88 4.52-3.768 4.771-5.902 3.014.502 7.533-1.507 9.542-1.005-3.263-4.269-8.662-5.776-14.187-5.399-5.714.314-8.161 4.332-8.915 8.664-3.39 2.009-4.52 8.79-3.264 11.175-1.947-.062-3.768 1.821-4.52 2.888-2.638-1.13-6.405-1.946-9.104-1.946M191.857 307.275c-1.13-3.264.367-6.203 1.13-8.789 1.946-6.591.754-8.287-5.148-7.408-.502 3.139 2.512 13.436 4.018 16.198z" stroke-width=".40638"/>
|
||||||
|
<path d="M187.528 291.45c1.507 1.506 6.844 2.197 7.409-2.575.648-5.477-1.57-7.597-6.341-5.462-.377 1.256-.817 6.404-1.068 8.036z" stroke-width=".40638"/>
|
||||||
|
<path d="M188.66 283.228c2.008.816 6.34 2.448 8.726-2.198 2.001-3.896-.628-6.906-4.771-6.655-1.005 1.13-3.014 5.149-3.956 8.853z" stroke-width=".40638"/>
|
||||||
|
<path d="M192.364 274c.502 1.507 5.65 6.53 9.417 2.888 3.767-3.64 3.767-9.04-1.883-11.049-1.507.25-6.027 5.525-7.534 8.161z" stroke-width=".40638"/>
|
||||||
|
<path d="M199.891 265.842c1.13 3.139 4.646 8.538 11.175 6.027 6.53-2.512 3.767-10.673.754-12.306-1.758.126-8.915 3.39-11.929 6.279z" stroke-width=".40638"/>
|
||||||
|
<path d="M211.825 259.563c-.502 2.762 0 10.296 8.915 10.17 8.914-.125 6.405-10.547 4.144-12.054-3.642 0-9.794.125-13.06 1.883z" stroke-width=".40638"/>
|
||||||
|
<path d="M225.257 258.05c-1.005 2.134-3.268 16.184 14.189 12.305 2.258-.502 8.16-13.436-14.19-12.305z" stroke-width=".40638"/>
|
||||||
|
<path d="M234.796 259.305c-1.755 1.758 2.763 15.947 14.567 13.56 11.803-2.385 1.885-15.82-14.567-13.56z" stroke-width=".40638"/>
|
||||||
|
<path d="M244.843 261.443c-1.882 3.892.945 15.443 15.508 15.443 13.199 0-.692-15.192-15.508-15.443z" stroke-width=".40638"/>
|
||||||
|
<path d="M256.27 264.836c-.946 2.157-2.103 14.405 15.067 15.443 12.431.754 9.418-16.825-15.067-15.443z" stroke-width=".40638"/>
|
||||||
|
<path d="M274.732 269.983c-2.132 3.768-4.394 13.185 14.44 13.938 12.068.483 4.648-13.686-14.44-13.938z" stroke-width=".40638"/>
|
||||||
|
<path d="M290.426 272.87c-2.763 3.767-.728 11.156 6.275 12.556 8.792 1.758 10.046-6.53 4.02-10.547-6.028-4.018-10.295-2.01-10.295-2.01z" stroke-width=".40638"/>
|
||||||
|
<path d="M298.967 274.624c-2.009 3.516-.764 12.055 12.554 12.055 2.763 0 13.313-10.799-12.554-12.055zM195.882 438.37c10.787 0 19.533-8.747 19.533-19.533 0-10.79-8.746-19.536-19.533-19.536-10.788 0-19.533 8.746-19.533 19.536 0 10.786 8.745 19.533 19.533 19.533z" stroke-width=".40638"/>
|
||||||
|
<path d="M339.144 154.34c-1.508 1.508-4.644 6.028-5.274 7.786-6.53 19.588 10.9 34.219 21.095 55.247 8.038 16.574 7.033 42.692-5.525 59.266-4.296 5.669-3.012 7.282-8.537 13.058-2.12 2.216-4.521 5.023-3.767 13.06 3.516-1.257 8.538 2.008 9.542 4.77 2.512-1.255 6.028-.753 7.283.754 4.267-2.009 7.784-1.005 11.55 3.014 3.266-.503 6.783 0 10.046 3.515 1.758-3.515 5.274-4.771 7.783-4.018-.25-4.52 4.27-7.784 8.288-6.027-1.255-6.027 4.27-10.547 9.545-8.79 4.518-3.515 13.56-3.766 18.08 1.507-8.037-2.26-7.784 6.279-14.566 5.525 1.758 5.023-2.763 7.911-7.28 9.543 2.886-1.381 6.025-3.014 7.03-1.256 2.512-2.197 7.533-1.38 8.79-.25 3.325-1.068 6.53-.252 8.035 3.766 4.52 2.762 7.533 9.794 4.27 15.068-1.004-5.525-4.77-5.274-6.279-7.534-3.516 1.256-7.033 1.256-8.037-1.005-2.008 2.01-8.788 3.768-11.8.754-1.132 4.52-5.025 8.287-9.546 8.287 1.258 3.516-2.259 9.544-5.021 12.557 4.27 2.258 3.012 7.283 2.008 10.296 6.53 1.004 1.004 6.78 12.305 10.546-5.522 1.758-16.322 0-17.83-6.78-5.525-.25-9.292-5.775-9.038-11.554-4.27-4.017-4.898-9.792 1.004-13.81-5.025 1.507-7.787-6.529-15.07-3.264-3.62 1.624-13.182-1.13-13.056-4.52-1.508 2.51-10.673 1.507-11.93-2.763-3.014 1.633-10.046-1.13-9.92-5.273-3.894 1.758-9.165-1.382-8.915-5.4-3.64-.502-4.017-3.766-3.766-6.529-3.267-1.507-2.386-4.646-1.131-8.412-2.26-2.511-1.255-6.027.503-9.292-2.512-2.511-2.008-5.525-1.257-9.04-12.055-1.005-27.155-3.912-61.776-14.565-52.234-16.072-66.298 21.596-54.746 45.202 13.328 27.237-1.507 33.15 3.014 53.492 4.771 1.004 7.282 5.02 7.031 9.292 2.825.123 4.834 2.76 3.83 7.784 2.385-.44 5.462.25 7.47 2.258 1.759-3.263 7.535-4.017 10.549-.25 6.527-.504 9.793 4.771 9.543 11.3 3.513 6.28 2.259 13.94-1.508 18.834.377-2.635 0-6.402-.124-8.66-.234-4.157-6.028-5.025-5.4-8.415-3.014.25-5.902-1.381-6.906-3.64-1.758 1.505-4.27 2.008-6.404 1.254 3.39 1.508 6.027 7.534 5.022 11.55 1.758 3.016 1.382 8.541-.753 10.927-1.005 4.894-4.771 6.652-9.668 4.517 2.762-1.755 3.767-4.894 3.641-7.533-1.758-1.505-2.637-4.394-2.762-6.153-4.897.754-11.678-3.39-12.928-5.027-10.788 0-19.534 8.746-19.534 19.536-.502-4.02-5.583-7.979-4.956-11.369-3.013-9.292 1.256-17.956 13.561-19.711-1.506-3.517 3.767-7.16 1.758-11.177-2.566-5.132-7.282-11.804-14.314-19.588 4.27-7.283 3.014-17.076.503-23.103-3.607-8.655-7.032-6.53-19.84 7.533-20.872 22.918-48.718 16.575-73.329 31.642-6.54 4.004-13.058 5.525-6.027-1.505 7.032-7.033 25.615-14.062 37.669-20.091 22.573-11.287 41.687-30.135 49.22-66.8 17.704-86.158 82.868-57.758 124.052-41.686 38.665 15.09 31.642-19.086 12.054-39.678-23.543-24.75-18.834-44.198-7.784-59.768 19.838-2.762 57.886 4.144 50.226 10.799z" stroke-width=".40638"/>
|
||||||
|
<path d="M409.087 365.994c11.869 0 21.492-9.62 21.492-21.49s-9.624-21.492-21.492-21.492c-11.87 0-21.492 9.623-21.492 21.493 0 11.869 9.623 21.489 21.492 21.489z" stroke-width=".40638"/>
|
||||||
|
</g>
|
||||||
|
<g fill="none">
|
||||||
|
<path d="M327.093 155.34c-4.77 21.094-.754 30.637 6.28 39.928 14.53 19.205 26.116 63.033 9.541 91.658" stroke-width=".40638"/>
|
||||||
|
<g stroke-linecap="round">
|
||||||
|
<path d="M352.202 262.2c2.008-.754 5.775-3.14 6.655-7.283M353.707 253.034c.627-3.641 6.276-5.21 6.402-9.102M353.832 238.838c-.377-3.767 5.651-7.157 4.77-10.924M350.571 225.282c-.503-2.135 5.022-6.153 3.517-9.543M346.43 212.1c-1.131-2.386 2.635-5.148 1.004-7.66M340.4 201.546c-.377-1.632 1.947-5.21.692-7.344M334.37 189.121c.501-.628 2.513-2.135 1.694-4.018M330.229 180.018c.816-.44 3.263-1.193 2.95-3.013" stroke-width=".40638"/>
|
||||||
|
<path d="M204.54 416.764c-5.023-1.759-11.3.754-12.556 5.024M195.75 425.679c.627-4.267 7.157-6.152 9.165-4.144-4.143-2.258-6.152 5.776-2.511 6.029M236.185 326.362c-3.013 1.507-3.89 7.031 0 11.176M240.7 327.618c-2.131 1.758-2.008 7.031 1.132 8.287-2.636-1.883 0-5.148 1.885-5.274 1.881-.125 3.136 2.135.877 4.395M417.12 340.043c-7.029-1.882-12.68 6.279-6.278 13.563-.124-7.033 4.898-11.678 11.05-10.424M419.063 348.046c-1.729 0-2.7 1.352-2.7 2.668 0 1.381 1.192 2.7 3.139 2.7 1.257 0 2.262-1.442 2.262-2.573M443.86 193.887c1.13 4.269 7.032 6.027 11.676 5.022M455.536 196.149c-3.64.126-6.653-3.265-6.403-6.153 0 2.135 4.898 3.14 6.403 1.758" stroke-linejoin="round" stroke-width=".40638"/>
|
||||||
|
<path d="M206.295 339.544c-1.004-2.512 3.014-5.024 3.14-7.41.125-2.385 4.52-4.268 9.04.252M216.341 305.645c-.878.377-1.632.879-2.385 1.13M225.007 319.326c-1.067.064-3.264-.062-4.458-.879M220.616 324.1c-.88.44-2.826 1.193-3.956 1.444M177.544 399.939c-.126 2.262 2.135 5.525 3.39 6.53M187.341 394.541c-1.256 1.882-2.009 5.148-1.256 7.407M206.045 402.076c-2.26-1.508-.753-5.401-1.004-7.91-.251-2.513 2.637-6.53 8.287-3.14M184.954 387.763c2.26-.377 4.646-.253 6.153.374M213.58 380.603c-1.004 1.381-1.255 2.89-1.38 3.893M224.126 380.353c-1.758 0-3.265 1.255-4.018 2.512M199.766 316.066c2.01.69 7.22 3.892 7.409 7.22M221.115 299.74c-6.152-.125-8.538-6.403-3.892-6.403M232.168 308.149c-2.386 1.004-1.255 5.148 2.135 7.157M217.472 347.578c-1.193-1.505.377-5.899 4.27-4.583M226.637 393.41c.25-3.828 5.086-6.09 7.033-1.758M208.807 404.33c-.315-4.205 1.82-5.586 3.703-5.837 1.884-.25 4.584 1.317 5.84 4.08M171.39 407.474c.251-2.512 2.386-5.148 4.646-4.771M401.17 295.973c-1.635 1.193-2.7 6.53 3.513 7.032M391.63 304.764c0 .627.816 1.506 1.32 1.883M421.263 314.81c-1.632-1.255-5.84 3.83-2.009 7.534M381.334 357c-.942-3.578 2.386-4.52 5.525-3.767M373.3 331.635c1.882-1.256 3.767-2.637 6.153-3.265M372.294 345.44c0-3.012 1.505-5.521 2.886-6.275M383.339 310.793c-.25 3.641 1.258 7.157 2.389 9.04M413.229 311.043c-1.824.565-3.455 1.255-4.144 2.762M411.216 321.339c.881-.754 1.885-1.633 2.324-2.26M458.68 211.718c0 3.515-4.395 5.399-7.28 3.138M468.226 211.842c1.944 1.507 8.661.064 7.092-3.829M460.06 232.06c-1.382-.251-3.767-1.758-4.771-3.013M473.873 221.64c-2.258.501-3.766 0-4.897-.503M438.212 234.197c1.254 0 4.267-.502 6.34-1.569M434.445 211.975c-1.632-.188-2.828.126-3.767.753M459.748 218.121c-.44 1.57-1.57 4.018-2.951 5.086" stroke-width=".40638"/>
|
||||||
|
<path d="M430.178 223.652c3.14-1.382 7.033 9.29 14.566 5.524M445.372 218.121c-1.004 1.382-1.631 3.516-1.758 5.4" stroke-linejoin="round" stroke-width=".40638"/>
|
||||||
|
</g>
|
||||||
|
<path d="M295.2 201.804c1.003-.126 2.762-.502 3.139-1.758M165.992 318.702c3.768 2.135 6.405 5.776 4.772 11.175M338.637 190.252c1.131.753 5.402.753 7.787-.125M349.44 192.764c-.126 1.758.377 8.412-3.012 9.793M347.685 201.679c3.14 1.005 9.419.628 11.427-5.148M354.713 201.422c1.632 2.51 2.132 7.408-2.762 10.044M355.969 205.571c3.64 1.256 12.054 1.381 11.173-5.776M364.26 205.571c2.513 3.516 13.563 7.66 11.804.377M354.09 215.735c4.266 1.004 10.295-1.884 7.783-9.417M373.924 210.087c.628 2.888 14.69 5.902 12.809-.627M384.096 213.23c2.639 6.028 16.575 5.525 12.18-2.51M394.017 216.99c2.763 3.39 15.07 1.382 10.173-6.78M404.056 216.866c7.66 5.775 16.575-2.512 6.906-8.539M415.358 214.986c6.783 5.399 15.07-4.395 9.168-7.157M361.74 212.724c2.136.628 6.657.376 7.661-3.516M367.708 211.842c-.25 5.714 9.357 7.911 11.804 1.32M376.311 216.74c1.759 3.768 10.17 5.274 11.55-.125M386.482 219.128c1.382 3.767 8.665 3.39 10.673-.503M394.516 221.14c2.26 4.897 11.55 4.897 13.686-2.26M406.575 222.014c3.64 2.26 11.427 1.38 10.797-5.65M415.865 221.39c5.398 4.395 13.059.125 9.292-7.283M424.78 227.162c2.89-.503 4.394-6.278 1.382-7.785M357.856 228.168c6.026-3.265 7.157-8.79 3.013-14.188M363.004 222.645c3.767 2.26 10.924-.125 12.179-5.65M368.152 223.27c2.132 2.762 2.51 6.152-.253 9.29M369.907 226.787c6.653-4.143 14.94 3.516 8.789 8.162M377.567 226.413c1.508-.377 4.144-3.14 4.394-6.278M380.578 229.299c2.762-2.888 21.6 3.014 9.669 9.04M389.368 221.39c3.64 1.38 5.525 6.53 0 8.287M394.142 233.948c4.017-4.144 16.575-1.507 12.054 3.767M403.182 232.31c2.259-7.66 15.695-2.888 11.3.25M400.421 224.65c.377 1.507.5 5.274-2.008 7.283M411.723 223.145c.5 1.255.377 3.64-.754 5.148M420.256 223.27c.754 1.38 2.009 4.017-.754 6.152M312.78 165.51c.124 7.157 2.636 11.929 12.305 7.409M315.791 174.051c-4.77 6.404.627 13.31 10.046 6.404M301.096 177.187c6.53 7.031 18.207 1.883 10.673-8.79M319.683 183.216c-1.257 6.906 4.394 8.288 9.039 5.148M295.324 178.318c1.19 6.943 8.288 12.43 15.194 8.162M303.865 187.865c0 9.92 13.686 11.05 16.825.754M315.791 194.893c4.394 9.04 13.936 5.4 17.076-.125M306.12 180.455c1.757 4.395 5.274 9.292 13.435 5.65M281.011 178.318c1.131 3.641 7.66 8.036 15.194 3.013M285.652 182.967c-4.02 5.901 4.017 11.426 13.686 2.637M290.426 190.252c1.631 8.288 4.894 14.942 16.698 4.27M301.22 198.785c4.271 5.274 10.8 8.538 16.953-.376" stroke-width=".40638"/>
|
||||||
|
<path d="M322.694 200.29c-.377 6.279.878 9.418 5.775 9.166 3.861-.197 7.534-3.264 9.67-6.529M327.593 209.463c-.127 7.158 5.521 12.808 16.07 5.525M331.984 217.872c-2.009 5.399 4.017 14.188 15.82 9.668M307 203.559c-.75 6.906 5.652 11.552 15.948 2.637M312.024 211.218c.377 5.65 6.78 12.431 16.198 2.637M316.54 218.379c-.754 9.668 8.161 12.43 15.694 5.022M303.108 211.218c2.009.126 3.64-1.632 4.645-2.888M307.375 218.246c1.758.377 4.774-1.256 5.778-3.264M311.774 229.673c2.009 2.135 8.788.628 9.666-2.26M319.309 229.548c3.767 8.79 13.81 8.413 17.953-1.506M335.377 231.56c1.882 5.149 6.656 8.413 14.44 6.655M339.144 236.834c-4.394 7.157 1.382 15.57 11.174 7.282M341.531 247.504c-.5 4.52 3.643 9.668 9.292 10.296M322.944 234.322c-1.508 10.17 5.775 15.068 14.943 9.668M312.273 239.22c2.386 1.884 6.656 2.135 10.673.628M327.842 245.749c-2.262 8.539 6.53 14.691 14.063 5.148M315.666 240.601c.127 4.395 4.398 9.166 11.804 7.785M348.185 257.176c-5.025 3.39-6.03 9.417 1.004 13.309M335.876 255.413c.254 5.148 2.64 8.036 8.288 8.538M328.474 252.777c-7.534 6.906-.127 14.942 8.788 8.162M333.747 263.073c-2.512 7.91 6.906 12.682 11.927 4.646M318.178 246.248c-2.763 7.785.754 12.933 7.156 12.431M308.256 244.743c.377 4.646 4.394 6.278 8.915 5.273M311.142 249.641c-3.39 6.53 1.759 10.045 8.541 7.534M340.275 271.738c-1.13 4.144-.503 7.158 5.649 8.54M340.65 277.643c-7.41 3.39-8.037 10.548-2.262 15.193M334.683 269.672c-3.89 3.515-3.14 9.604 1.13 11.99M301.728 246.755c-4.27 4.207-.189 15.82 9.226 9.481M326.212 261.443c-5.779 4.771-3.14 13.435 6.402 11.049M316.665 257.8c-3.013 8.539-.124 11.552 6.656 11.677" stroke-width=".40638"/>
|
||||||
|
<path d="M295.449 246.373c-5.148 3.892-3.767 9.417-1.505 11.928 2.259 2.512 6.526 1.382 7.908-1.883M284.646 242.988c-5.775 7.408 0 16.197 8.164 13.56M315.542 264.96c-5.902 2.135-10.404 7.494-6.783 12.18 2.135 2.763 11.427 3.14 14.062-7.534M304.863 258.05c-3.39 4.897-2.262 9.543 4.017 11.928M304.489 267.222c-3.643 2.01-6.029 4.395-5.148 8.79M296.33 259.563c-1.381 5.901.25 9.543 3.89 11.3M296.205 266.59c-5.651-.376-8.537 2.01-6.656 7.534M290.051 267.971c-5.525-2.009-6.406-6.78-4.02-11.803M285.278 263.58c-6.03.25-8.665 3.264-8.665 7.408" stroke-width=".40638"/>
|
||||||
|
<path d="M277.111 240.094c-4.394 1.883-5.775 7.785-4.144 11.05 1.635 3.264 6.783 3.515 9.923 1.38M264.81 235.453c-4.017 4.52.628 13.31 7.788 11.175M254.515 231.935c-3.767 5.274.377 14.064 10.045 11.552M265.06 267.971c-1.004-6.278 5.525-10.421 13.563-2.26M274.732 253.034c-2.385 2.135-3.513 5.525-3.14 8.288M244.219 228.924c-4.144 7.032.88 13.436 9.795 10.924M267.447 246.373c-5.902 5.901-3.894 11.803.5 15.193M263.68 253.284c-8.915.125-9.416 10.421-2.132 13.686M256.901 242.988c-3.64 2.511-4.77 9.417 1.508 12.18M256.652 258.432c-3.767-1.758-8.288.376-7.911 4.771M250.997 258.557c-3.39-8.037-13.31-6.655-12.428 1.632M253.758 248.635c-2.132.377-6.403 1.632-8.034 4.897M246.356 239.595c-4.017 4.52-.881 9.919 2.385 11.05M234.43 226.912c-.754 5.4 1.38 8.036 8.16 7.534M236.809 233.823c-2.64 6.529.877 9.417 7.657 9.04M238.314 241.857c-4.017 4.771-1.255 9.92 2.636 12.054M236.434 247.886c-7.156-.879-8.287 7.408-5.902 11.3" stroke-width=".40638"/>
|
||||||
|
<path d="M230.654 226.288c-4.393 1.883-6.904 7.408-4.518 10.798 2.386 3.39 7.157 2.26 9.793.502M227.644 238.589c-3.641 5.524-.377 9.668 3.516 11.3" stroke-width=".40638"/>
|
||||||
|
<path d="M213.58 225.656c-2.887 3.014-1.13 9.167 5.902 9.292 5.661.102 8.538-5.273 6.78-9.04M218.479 234.946c-2.26 5.023-.88 10.422 7.659 9.542M229.78 252.402c-5.273-2.385-12.305 0-9.29 6.279M219.734 243.487c-2.134 3.013-1.38 7.283 1.005 9.92M219.36 251.52c-3.516.629-6.906 2.512-4.772 8.037M214.08 255.039c-4.52-1.381-10.297 1.883-6.781 6.529M206.552 257.176c-3.892-.628-8.537 3.515-4.77 7.66M200.273 261.443c-3.515.879-7.659 4.897-4.018 8.036M217.98 241.732c-5.023 2.26-5.526 7.91-3.14 12.054M212.699 231.311c-7.534 2.888-7.408 12.933.879 16.072M210.062 245.117c-4.52 2.637-5.399 7.66-2.385 10.924M202.153 227.544c-3.014 1.004-2.762 10.296 5.274 10.045M193.87 230.68c-6.028 4.017 1.255 14.188 11.05 6.905M199.517 240.094c-.879 4.144.251 8.664 6.906 9.167M199.891 245.624c-4.771 1.758-5.65 11.552 3.014 12.305M184.705 236.709c-6.153 5.65 5.022 10.547 9.166 2.386M176.164 246.123c-3.014 3.642 7.533 13.185 12.18-2.762M189.47 243.113c.251 3.766 2.512 6.026 7.157 6.278M196.506 253.034c-7.408 1.13-9.794 10.422-1.507 12.431M182.817 251.778c-.251 3.516 3.39 6.404 7.534 5.776M194.12 265.21c-6.78 1.507-7.66 10.296-1.633 9.794M189.346 283.165c-5.651-1.694-5.777-8.413-.754-10.923" stroke-width=".40638"/>
|
||||||
|
<path d="M184.705 277.26c-4.771 2.889-2.888 9.795-.377 10.8 2.511 1.004 4.52-.252 4.772-2.386M188.722 295.341c.502 3.265-11.615 2.01-5.4-8.16M183.254 295.91c-4.08 6.404 2.574 11.615 6.78 6.154M183.823 303.633c-1.632 5.148 4.583 8.853 8.6 4.834M170.26 255.413c-2.261 4.646 9.04 6.404 9.793-3.14M167.123 262.324c-2.26 9.04 14.817 7.157 10.422-4.52M177.919 263.83c2.385 1.38 9.543 1.506 11.3-6.153M184.073 264.079c.502 2.385 2.637 5.273 4.645 6.152M175.914 266.466c-.753 4.897 4.143 8.915 9.794 8.538M176.788 271.24c-2.762 3.766-3.642 11.049 5.023 11.551M163.606 272.495c-1.382 3.893 6.78 7.91 11.551 1.507M161.094 282.409c-.691 2.951 6.655 6.906 10.798-5.65M168.629 283.165c1.758 3.14 7.66 5.65 11.3-.502M174.026 286.434c-1.506 4.394 2.637 8.538 7.66 7.282M164.612 285.427c-1.005 6.279 6.278 9.92 10.798 6.655M159.838 288.189c-2.134 8.036 8.162 11.05 12.054 5.022M169.26 295.599c.378 4.52 7.41 8.412 12.934 4.646M156.703 299.366c-.502 2.009 7.91 4.018 9.165-3.014M161.601 301.121c2.009 5.148 8.79 6.404 12.682.126M172.022 303.757c.879 4.772 7.032 7.408 12.43 4.144M186.71 309.787c-1.382 6.404 5.273 11.552 9.416 8.036M176.039 308.656c-2.009 7.032 6.78 11.05 11.677 7.157M165.493 305.138c-.502 6.53 4.646 10.422 10.547 7.533M154.316 305.77c-1.758 4.269 7.534 7.785 11.928 4.144M148.536 317.446c2.386 2.763 10.673 0 11.426-6.152M157.709 315.808c3.013 3.516 10.17 5.4 13.059-2.134M168.254 317.571c-.125 5.4 9.544 9.292 12.682-.628M192.294 318.89c-.88 2.636 1.193 6.842 5.525 7.344M184.322 317.26c-.627 3.013 3.768 7.218 8.414 5.524M193.62 324.037c-1.255 3.265-.189 7.973 4.206 7.91M194.057 330.13c-3.265 2.761-1.884 7.66 2.826 7.848M192.364 334.77c-4.646 3.138-3.013 10.044 3.14 9.67M178.3 321.463c0 6.78 8.413 7.785 10.046 1.507M185.079 326.986c-1.256 4.018 2.009 7.91 7.157 6.78M186.085 375.455c1.13 1.635 5.776-1.128 4.52-3.89-1.255-2.763-6.176-1.261-5.65 1.631M189.47 370.432c.628-5.525-5.901-6.403-7.533-1.632M184.322 366.04c1.633-2.762-3.892-6.529-6.152-2.512M180.18 361.89c1.507-4.02-4.77-5.775-5.273-2.135M173.527 354.48c.754-2.008 7.785-.753 4.772 3.39M183.698 362.897c2.763-2.512-1.883-7.66-4.77-5.775M202.278 370.556c-2.198.25-4.458 1.694-2.826 6.341 1.132 3.224 5.965 3.39 6.655 1.443" stroke-width=".40638"/>
|
||||||
|
<path d="M199.08 372.88c-2.135-1.38-6.78.943-4.646 5.464 1.607 3.403 5.65 2.009 6.278.25M187.084 379.347c1.066 1.882 6.402 1.07 7.345-1.004M190.726 373.13c1.13-.754 3.202.186 3.641 1.128M190.352 342.18c-3.641 2.386-1.381 9.669 4.269 7.784M189.22 348.085c-2.887 2.258-.25 9.292 5.149 6.656M190.102 354.738c-2.009 2.009-.063 7.595 5.149 6.53M189.346 357.5c-1.13-.504-4.082-.127-5.338 1.754M186.085 332.071c-2.762 2.637-1.444 8.037 3.704 8.476M185.079 337.594c-3.956 1.946-3.956 9.792 3.955 10.107M184.767 346.447c-2.197 1.758-1.13 8.538 4.52 7.657M186.584 353.857c-.816.815-.942 2.889-.25 3.767M184.073 351.283c-2.009.062-4.646 1.508-5.337 3.578M175.095 347.578c.753-2.009 6.97-1.882 7.408 4.02M183.129 344.567c-.88.188-2.574 1.004-3.013 2.7M180.43 326.175c-2.7 2.448-4.018 10.17 4.206 11.676M174.97 342.118c0-2.074 5.588-3.832 7.534-.754M171.39 330.878c.816 1.57 4.708 3.705 7.094 1.947M151.173 318.577c-.126 3.642 2.888 6.906 7.031 6.404 4.144-.502 5.023-4.144 3.767-6.53M158.832 325.106c-2.762 3.39.628 8.162 3.767 6.78M161.975 322.72c1.633-.629 7.032-1.382 8.665 1.13M144.52 323.725c-1.257 1.884 6.529 3.767 9.165.126M151.048 325.73c-.252 2.511 1.004 6.78 7.408 5.023" stroke-width=".40638"/>
|
||||||
|
<path d="M159.464 334.645c1.004-2.134-3.767-5.65-7.408-1.758-3.642 3.893.502 8.288 2.762 6.78M142.764 326.237c-1.883 3.265 5.4 9.23 9.543 3.705" stroke-width=".40638"/>
|
||||||
|
<path d="M137.928 331.884c-2.637 2.7.628 7.66 4.584 6.152 3.955-1.506 3.578-5.65 2.637-6.716" stroke-width=".40638"/>
|
||||||
|
<path d="M132.843 336.907c-2.135 1.946-.064 6.528 2.887 6.528 2.95 0 4.772-2.32 4.206-5.271M144.831 336.533c-.377 2.888 3.892 4.896 6.655 2.199M151.617 333.452c.377-.628.064-1.696-.564-2.198M128.264 340.8c-2.448 1.946 2.826 7.345 6.153 2.385M147.156 339.731c-1.57 1.505.94 5.46 3.452 4.267M138.56 342.492c.377 2.698 5.65 4.706 8.978.566M141.446 345.191c-.816 1.696.817 4.397 2.825 4.02M191.42 360.705c-1.945 3.829 4.27 8.288 8.79 3.64M195.937 366.415c-.942 2.07.188 4.96 1.883 6.025M190.04 370.744c.44-1.885 3.139-3.644 5.588-2.763M186.772 365.783c.376-1.693 2.636-3.39 4.332-2.948M334.62 287.432c-8.914.126-5.148 14.44 2.513 11.552M331.734 297.985c-1.758 2.888 1.632 7.472 5.399 4.772M336.134 303.32c-2.64 4.395 6.78 11.112 10.546 4.206M343.668 310.161c.124 4.144 12.178 6.78 10.423-1.507M352.958 313.172c2.886 4.897 13.686 5.4 12.555-1.883M363.13 316.315c2.261 3.265 12.808 5.274 12.43-1.507M320.307 275.007c1.505 3.892 6.653 5.273 12.305 3.013M317.047 277.768c3.516 2.26-1.632 12.556-7.03 8.412M317.047 284.172c3.893 1.883 8.664.502 10.046-5.023M324.707 283.415c.377 2.888 4.52 5.148 9.919 4.018M315.035 286.434c5.024 4.269-2.26 13.058-5.525 9.04M316.922 289.694c2.386 1.758 8.538.753 9.165-3.892M323.326 289.694c.504 3.013 2.89 4.143 6.279 4.27M315.542 293.836c2.509 3.516 8.788 4.52 11.55-.126M324.324 296.347c-.25 3.39 3.517 6.153 7.41 5.4M310.643 303.882c3.263 1.632 6.78-4.52 4.017-8.789M314.41 310.41c3.894.252 4.395-5.65.755-8.915M323.326 315.808c3.266-.753 2.259-7.91-5.652-8.538M333.24 321.089c3.14-.88.627-8.79-8.034-8.287M345.174 323.85c2.132-3.264-4.898-8.789-10.673-5.901M351.07 328.366c3.894 1.13 6.53-9.165-5.775-7.533M358.23 328.366c3.394-.878 5.78-7.031-4.14-5.022M365.766 328.873c3.012 1.507 4.394-7.282-4.775-4.896M315.16 301.495c3.766 2.135 9.668-.376 9.164-5.148M322.819 300.497c1.258 2.26.754 6.655-1.632 7.785M323.193 305.77c2.513 1.004 5.902.126 7.911-3.892M327.593 305.77c.75 1.758 1.004 5.274-.63 7.032M328.224 308.78c2.763 1.507 6.026-.502 7.407-3.39M333.872 307.9c2.008 1.255 3.766 7.156.377 9.543M336.134 314.685c2.385.126 5.902.126 8.16-2.888M342.662 313.43c2.135.627 4.644 4.143 3.767 7.282M346.554 319.576c2.39-.251 6.53-1.884 7.66-4.772M353.083 316.69c2.012 1.13 3.393 3.515 3.14 6.278M356.219 320.956c2.385-.125 4.52-1.38 5.147-4.018M360.742 318.702c1.759.628 3.894 2.637 4.02 5.023M364.51 322.212c1.758-.251 3.013-1.381 4.144-3.139M373.425 318.827c2.262 2.26-.75 9.794-5.398 8.413M325.206 166.642c-4.648 2.762-17.833 1.883-11.304-9.04M326.462 159.232c-9.165 3.64-20.47-3.39-8.665-11.05M314.66 145.675c-7.66 0-12.808 12.305-2.509 16.574M284.903 150.823c-2.008 3.892 5.148 8.161 10.046 4.27 3.793-3.016 3.513-11.176 1.254-14.315M281.011 160.113c-2.512 8.287 15.948 8.789 13.059-4.395M280.005 172.421c.627 6.278 17.706 4.27 12.178-8.413M294.193 160.487c1.381 1.884 5.148 5.148 11.55 4.52M297.204 151.572c.565 2.26 4.394 4.018 9.292 2.323M125.877 342.617c-4.331 3.078 2.324 7.91 4.771 2.574M122.484 345.004c-4.331 3.074 2.324 7.907 4.772 2.57M118.904 347.328c-4.333 3.078 2.322 7.91 4.771 2.574M115.137 349.465c-4.144 2.197.69 7.596 4.896 2.825M111.057 351.54c-4.144 2.194.691 7.595 4.897 2.824M132.094 345.066c-.064 3.201 6.027 4.52 8.223-.253M135.924 348.022c-1.884 2.386 1.57 5.337 3.453 4.268M127.82 347.578c-.19 2.7 5.084 4.27 7.659 1.32M130.713 350.41c-1.695 2.196 1.632 5.147 3.767 4.266M124.31 350.027c.187 2.135 3.2 4.582 6.466 3.201M126.252 352.913c-1.256 1.13-.628 3.77 1.13 4.586M119.723 352.726c-.502 1.946 2.826 5.401 6.216 3.14M120.41 354.988c-2.01 1.57-1.759 3.955.815 4.267M115.581 354.738c-.25 1.316 1.445 3.452 3.58 3.201M104.84 354.613c-2.008 1.066 3.14 6.53 6.341 1.443M99.88 356.868c-2.511 1.195 3.704 7.221 6.467 1.069M116.143 356.618c-1.947.439-3.202 3.266-1.57 4.394M109.801 357.624c-.25 1.131 2.135 3.013 4.082 2.324M108.171 358.131c-1.883 1.193-.879 4.518 1.319 4.017M101.455 360.323c-1.758 1.316-.565 3.955 1.884 3.328M104.653 360.136c.064.689 1.633 1.758 2.952 1.32M95.364 359.005c-2.197.942-2.072 6.467 5.337 3.454M90.403 361.204c-3.077 1.508-2.072 5.652 4.646 1.697M95.613 363.217c-.816.627-1.694 3.39 1.381 2.32M89.966 364.527c-1.255 1.131-.439 3.455 2.324 2.574M83.5 364.91c-2.26 1.319 2.699 3.077 6.027-.44M85.005 366.54c-1.005 1.004-1.005 3.955 1.632 2.889M78.601 367.733c-1.506 1.13 1.067 2.639 5.776.565M80.481 369.363c-1.758 1.443-1.57 3.263 1.004 2.698M75.27 370.182c-1.945 1.758.88 2.951 4.27 1.505M75.333 372.132c-3.328 1.505-1.883 4.267.188 3.201M186.46 381.734c-.772 1.66 1.758 3.013 4.143 2.636 2.292-.361 4.484-2.25 2.763-4.895M193.487 382.74c2.26 1.758 6.278-.25 6.278-2.89" stroke-width=".40638"/>
|
||||||
|
</g>
|
||||||
|
<g fill="#fff">
|
||||||
|
<path d="M331.984 116.667c-10.046-5.023-30.888-14.315-36.79-6.78 5.398-2.26 21.219.125 34.278 12.18l2.512-5.4z" stroke-width=".40638"/>
|
||||||
|
<path d="M338.076 116.137c-11.616-13.531-18.457-10.502-26.81-15.163-7.845-4.379-20.341-5.274-22.762 1.69 11.463-5.582 21.986 3.003 28.45 4.041 8.879 1.426 13.89 8.29 16.488 11.447l4.634-2.015zM381.834 114.405c-6.03-13.812-18.918-10.205-24.612-16.072-8.285-8.538-29.253-16.448-37.918-10.547 19.084-1.005 27.212 13.155 37.417 18.081 7.283 3.516 15.067 11.05 25.113 8.539z" stroke-width=".40638"/>
|
||||||
|
<path d="M359.237 112.9c-10.296-12.808-26.12-24.109-33.4-19.84 9.542.502 12.555 7.157 19.338 11.427 6.779 4.269 3.766 10.421 14.062 8.413zM310.261 135.504c-10.8-4.018-31.893-6.027-41.688 6.278 16.325 2.763 40.934 1.256 41.688-6.278z" stroke-width=".40638"/>
|
||||||
|
<path d="M308.256 140.278c-10.8-5.023-19.233 1.992-29.383 1.004-19.335-1.884-33.147-.754-34.905 8.538 11.05-9.919 29.634-1.758 37.167-3.766 7.534-2.01 35.409-.252 44.197 3.515-4.52-5.524-11.55-7.031-17.076-9.291zM342.155 111.519c-2.509-8.287-2.385-17.076 10.046-16.449-3.14-3.892-14.69-5.9-16.575 8.665-13.686-10.045-28.63-11.803-31.389-3.14 7.03-6.026 17.953-1.632 31.011 13.185 1.131-.628 4.144-1.883 6.907-2.26z" stroke-width=".40638"/>
|
||||||
|
<path d="M323.326 122.946c-7.784-5.022-18.333-13.184.127-16.449-7.911-4.269-19.464-2.385-18.207 12.18-21.096-8.539-36.244-5.657-39.429 2.762-3.516 9.292 9.546 14.44 11.804 8.539-2.386 1.004-10.547-1.758-6.28-7.032 4.271-5.273 26.15-1.314 46.963 9.544 5.775 3.013 25.614 2.51 5.021-9.544z" stroke-width=".40638"/>
|
||||||
|
<path d="M317.796 136.76c-6.006-12.263-25.49-1.13-29.416-13.009-5.366 17.403 27.706 7.773 29.416 13.009zM441.73 150.067c4.085 2.03 7.618-1.162 1.368-3.665 4.089 2.03 7.654-1.086 1.404-3.59 4.089 2.029 7.654-1.086 1.404-3.59-1.667 1.678-4.053 7.831-4.176 10.844zM443.86 126.464c9.04-9.543-.752-12.808 10.295-22.601 9.042-8.013 1.726-13.354 10.3-19.589 2.762-2.008 8.787-6.026 9.291-10.044 3.64 9.04-11.303 10.296-10.299 24.861.64 9.274-5.629 8.464-8.034 24.108-.504 3.265-2.762 10.548-11.554 3.265z" stroke-width=".40638"/>
|
||||||
|
<path d="M447.884 130.73c5.021-10.798 10.787-10.59 13.559-14.816 5.274-8.036 16.448 1.382 25.867-5.776-1.632 10.17-14.313 6.53-19.838 13.06-5.525 6.528-10.046 9.542-19.588 7.533z" stroke-width=".40638"/>
|
||||||
|
<path d="M449.14 134.248c8.791-7.032 15.268-2.34 21.346-6.027 15.318-9.292 21.473 1.883 35.158-2.511-3.643 8.789-23.858 1.256-32.646 7.785-8.791 6.529-39.679 12.807-23.858.753zM423.525 184.347c-.127-4.018-3.894-9.166-9.169-9.793-5.271-.628-7.533-6.153-11.55-6.404-4.017-.251-6.656-8.287-12.181-8.162-5.525.126-7.784 7.283 5.148 13.812 12.935 6.53 27.248 14.064 27.752 10.548zM407.2 187.74c-5.526.252-6.28 8.288-11.551 8.54 7.28 3.892 12.555-1.759 16.321-6.781l-4.77-1.758z" stroke-width=".40638"/>
|
||||||
|
<path d="M411.723 188.739c-4.77 4.018-6.152 12.43.754 14.816-4.144-5.713 7.283-8.288 3.767-13.561l-4.52-1.256z" stroke-width=".40638"/>
|
||||||
|
<path d="M416.489 188.996c-3.767 7.283 5.902 8.161 3.39 13.687 5.525-1.256 6.405-11.677 1.38-14.44l-4.77.753z" stroke-width=".40638"/>
|
||||||
|
<path d="M379.572 173.42c9.041-.502 17.31 4.389 22.854 12.305 3.516 5.022 15.317 7.031 19.337 3.013 4.017-4.018 1.759-12.556-8.287-9.793-2.512-4.27-9.795-2.763-13.31-6.279-3.516-3.515-17.078-13.56-20.594.754z" stroke-width=".40638"/>
|
||||||
|
<path d="M413.478 178.95c-2.385.502-3.14 4.646-1.635 6.78M418.626 181.461c.754 1.256.25 3.014-.127 3.893M393.892 173.802c4.645.251 5.525 3.642 10.547 4.897" stroke-linecap="round" stroke-width=".40638"/>
|
||||||
|
<path d="M390.82 162.375c16.045 4.018 28.775 7.534 36.67 12.054 7.894 4.52 20.117 5.776 30.812 2.763 10.696-3.014 31.32-5.776 30.303 7.533 5.607-6.655-1.527-13.812-15.788-15.068.256-6.529-6.731-12.43-11.756-8.538 4.648-.628 8.658 8.036-.507 11.552 1.781-6.53-4.712-12.431-11.46-9.543 4.33 1.255 8.708 8.515-.978 11.3-6.113 1.759-15.025-.502-21.645-4.52-6.62-4.018-43.8-18.583-35.652-7.533z" stroke-width=".40638"/>
|
||||||
|
<path d="M431.309 155.846c-5.021 2.26-1.758 7.534-9.542 10.547-7.787 3.014-13.185 9.92-11.427 15.821 5.275-11.552 14.567-11.05 17.83-15.57 3.266-4.52 8.037-11.174 3.139-10.798z" stroke-width=".40638"/>
|
||||||
|
<path d="M432.69 156.595c-.25 9.166-7.466 5.827-4.648 18.71.88 4.017 2.512 10.546-.25 17.076 8.099-5.902 2.89-18.3 6.529-22.978 1.758-2.26 4.017-5.776 4.898-8.79-1.885 5.274-1.758 15.069 3.39 17.58-4.144-9.795 11.176-17.83.627-29.131-1.505 2.762-6.28 7.66-10.547 7.534zM407.074 147.43c1.258 1.884 2.513 6.655 1.382 9.292 2.512-1.506 6.155-5.399 7.283-8.036 5.148.753 7.156 7.157 2.262 9.92 3.013 0 8.161 0 11.047-3.39-3.513-3.893-14.436-9.92-21.973-7.786z" stroke-width=".40638"/>
|
||||||
|
<path d="M328.973 129.42c-.812-.74-2.184-1.444-4.644-1.95-7.602-1.559-3.676-8.411 2.795-8.35 13.809-15.068 21.564-3.453 38.389-8.224 5.889-1.67 9.932-1.176 13.14.212 7.533-5.023 16.37-3.62 22.776 2.282.712-1.132 1.667-1.996 3.01-2.368 5.898-1.639 10.669 3.39 12.3 9.92 4.6-.852 9.851 1.425 13.306 4.564 4.784-2.457 8.08-2.567 9.292-.04 4.27-2.01 9.802-3.27 12.564 3.511 2.763 6.78-6.529 4.772-8.037 19.086-.93 8.83-10.797 12.305-18.583 7.032-12.455-8.437-24.61-9.795-30.638 3.013-6.025 12.808-10.748 20.249-25.363 16.072-5.272-1.507-12.054.502-16.322 6.278-4.27 5.776-10.8.377-18.583 1.005 9.792-1.507 6.042-3.97 14.566-4.52 7.784-.503 5.776-7.785 10.797-8.79-19.588 5.023-18.834-2.26-34.905 2.762 7.03-9.04 18.08-4.018 23.605-9.291-14.566-.251-21.08-9.767-27.625-5.776-10.296 6.278-5.778 24.153-32.646 22.601-13.059-.753-21.346 1.005-29.13 8.79 13.563-28.126 32.01-12.674 40.934-21.596 5.275-5.274 9.292-9.293 12.054-14.315.972-1.768 2.288-2.778 3.932-3.169-22.35-7.032-8.833-17.985 13.017-18.738z" stroke-width=".40638"/>
|
||||||
|
<path d="M439.327 125.465c.342.707.517 1.623.517 2.756 0 5.524-8.287 5.776-8.788 13.938-.263 4.269-.754 6.654-3.643 6.152-2.886-.502-5.399-5.022-2.636-10.296" stroke-linecap="round" stroke-width=".40638"/>
|
||||||
|
<path d="M333.115 121.191c-2.08-1.462-4.16-2.055-6.026-2.073M378.604 111.067c6.65 2.878 9.893 9.785 19.553 10.124 9.298.326 15.07 13.812 30.637 5.022.423-.238.835-.46 1.235-.666M401.427 113.391c-1.388 2.207-1.703 5.287-1.323 7.99M371.038 141.783c-11.8 0-14.816 6.027-14.816 11.803 0 5.776 5.525 13.31 15.32 13.31 9.792 0 15.068-6.027 15.068-12.557s-6.03-12.556-15.572-12.556z" stroke-width=".40638"/>
|
||||||
|
<path d="M373.168 166.642c-.25-3.265-6.152-2.763-5.902-5.274.25-2.512 3.266-3.516 3.266-7.032s5.272-3.767 7.03-1.004c1.758 2.762 7.033 8.16 8.164 5.399M377.567 153.335c-2.762 2.762-4.017 8.412-.377 12.807M381.334 157.601c-.877 1.884-1.127 4.772-.123 6.53" stroke-width=".40638"/>
|
||||||
|
<path d="M428.228 148.374c9.23.753 10.8-9.418 3.893-10.045M416.871 120.941c-3.201-4.08-10.546-5.461-10.673 3.203" fill="none" stroke-width=".40638"/>
|
||||||
|
<path d="M405.32 133.999c-3.14-7.785-11.177-8.916-15.448-5.023-3.552 3.24-3.64 11.677 4.02 13.435 2.636-3.138 7.784-7.282 11.428-8.412zM401.864 129.1c-4.52-4.018-11.177 3.579-5.148 10.547M315.87 148.124c3.025-.718 7.448.763 14.231 3.953 4.27 2.01 17.079 6.278 25.113 2.01-8.288 3.012-14.563-9.544-20.842-8.037-6.28 1.507-17.768 3.83-22.6-.754 11.8.754 18.147-8.596 31.638-.502 3.77 2.26 8.541 3.767 12.809 3.516-11.048-13.31-25.614-4.772-27.122-15.57 6.656 7.157 22.916-1.632 31.203 11.803M331.485 134.747c-1.554-1.933-.852-3.86-2.519-5.386" stroke-width=".40638"/>
|
||||||
|
</g>
|
||||||
|
<path d="M416.871 120.941c-2.762-2.95-8.788-.628-7.095 5.337 1.32-2.762 4.144-5.085 7.095-5.337zM399.797 137.025c1.901-1.38 3.864-2.514 5.519-3.028-.904-2.234-2.207-3.92-3.712-5.097-1.436-.992-5.564 4.559-1.807 8.125z" stroke="none"/>
|
||||||
|
<g fill="none" stroke-linecap="round">
|
||||||
|
<path d="M392.38 126.838c-4.521-3.013-8.665-2.762-10.046-.25-3.263-.126-5.964 2.26-6.09 7.03M383.214 135.629c-5.398-3.704-12.808-2.323-12.304 5.964M367.645 146.3c2.636-2.135 6.403-3.642 9.293.125M407.956 138.14c-1.004 1.381-1.758 3.516-.127 6.78-2.008-2.636-7.03-2.636-12.432 4.395M419.882 137.766c-6.53.753-6.402 5.022-1.131 6.906M373.425 121.815c-5.525-1.13-9.541 2.135-1.881 4.897M383.97 118.048c-7.786-1.884-10.925.125-7.41 1.883M361.491 149.318c-.25 2.762 1.255 6.404 5.776 2.26M363.004 157.601c0 .754-.126 1.632-.63 2.26M344.916 120.809c-4.77-1.381-5.648-5.776-.123-5.4M343.286 130.98c-5.275-1.758-5.275-6.906-.88-6.404M353.083 128.344c-6.152-1.507-6.403-5.777-1.755-5.149M353.832 115.286c-3.263-.25-8.288 3.39.126 5.525M363.004 122.572c-7.66-1.13-7.533 2.009-3.016 4.018M368.776 115.286c-5.902-1.13-7.91 2.386-3.893 3.893M350.197 137.01c-1.446-1.193-2.636-6.907 4.267-5.211M364.51 135.254c-4.644-1.255-9.039 3.265-4.771 5.902M370.656 129.857c-4.894-.88-9.038.502-6.402 2.26" stroke-width=".40638"/>
|
||||||
|
</g>
|
||||||
|
<path d="M416.606 120.941c-2.76.512-5.232 2.133-6.835 5.335" fill="#fff" stroke-width=".40638"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 40 KiB |
@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt" clip-path="url(#a)">
|
||||||
|
<path fill="#fff" d="M-68 0h699.74v512H-68z"/>
|
||||||
|
<path fill="#d72828" d="M-92.992-77.837h218.72v276.26h-218.72zM249.42-.572h380.91v199H249.42zM-67.545 320.01h190.33v190.33h-190.33zM252 322.12h378.34v188.21H252z"/>
|
||||||
|
<path fill="#003897" d="M156.65-25.447h64.425v535.78H156.65z"/>
|
||||||
|
<path fill="#003897" d="M-67.545 224.84h697.88v63.444h-697.88z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 647 B |
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd">
|
||||||
|
<path fill="#00cbff" d="M0 0h511.993v511.984H0z"/>
|
||||||
|
<path fill="#fff" d="M0 191.99h511.993v128.002H0z"/>
|
||||||
|
<path d="M0 212.675h511.993v86.438H0z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 285 B |
@ -0,0 +1,59 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M0 0h496.06v496.06H0z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g fill-rule="evenodd" clip-path="url(#a)" transform="scale(1.032)">
|
||||||
|
<path fill="#b20000" d="M0 0h992.13v329.53H0z"/>
|
||||||
|
<path fill="#429f00" d="M0 329.53h992.13v166.54H0z"/>
|
||||||
|
<path fill="#fff" d="M0 0h109.84v496.06H0z"/>
|
||||||
|
<g stroke-width="1pt" fill="#b20000">
|
||||||
|
<path d="M5.23 8.402h5.23v8.41H5.23zm15.693 0h15.692v8.41H20.923zM26.148-.01h5.23V8.4h-5.23zm26.159 0h5.23V8.4h-5.23zm20.917 8.412h15.692v8.41H73.224zM78.465-.01h5.23V8.4h-5.23z"/>
|
||||||
|
<path d="M15.697 16.81H26.16v8.41H15.696zm15.693 0h10.46v8.41H31.39zm36.61 0h10.46v8.41H68zm15.69 0h10.463v8.41H83.69zm-73.234 8.41h10.462v8.408H10.456zm26.159 0h10.46v8.408h-10.46zm26.158 0h10.462v8.408H62.773zm26.143 0h10.462v8.408H88.916zM99.383 8.402h5.23v8.41h-5.23zM5.23 33.628h10.462v8.408H5.232zm36.61 0h10.462v8.408H41.84zm52.317 0h10.462v8.408H94.156zM10.456 58.85h10.462v8.41H10.456zm5.241 8.41H26.16v8.407H15.696zm20.918-8.41h10.46v8.41h-10.46zm-5.225 8.41h10.46v8.407H31.39zm-10.467 8.407h15.692v8.408H20.923z"/>
|
||||||
|
<path d="M26.148 84.074h5.23v8.41h-5.23zm36.625-25.222h10.462v8.408H62.773zM68 67.26h10.46v8.407H68zm20.916-8.41h10.462v8.41H88.916zm-5.226 8.41h10.463v8.407H83.69zm-10.466 8.407h15.692v8.408H73.224z"/>
|
||||||
|
<path d="M78.465 84.074h5.23v8.41h-5.23zm-26.158-8.407h5.23v8.408h-5.23zm-52.302 0h5.23v8.408H.005zm104.603 0h5.23v8.408h-5.23zm-78.46 42.04h5.23v8.408h-5.23z"/>
|
||||||
|
<path d="M20.923 126.114h15.692v8.408H20.923zm-5.226 8.408H41.85v8.408H15.698zm62.768-16.815h5.23v8.408h-5.23z"/>
|
||||||
|
<path d="M73.224 126.114h15.692v8.408H73.224zM68 134.522h26.153v8.408H68zm5.224 42.04h26.154v8.408H73.224zM62.773 142.93h36.614v8.41H62.773zm-52.317 0H47.07v8.41H10.457zm5.241 42.04H31.39v8.408H15.696zm-5.241-8.408H36.61v8.408H10.456zm73.234-16.816h26.155v8.408H83.69zm-5.225 25.224h15.692v8.408H78.465z"/>
|
||||||
|
<path d="M20.923 193.377h5.23v8.41h-5.23zm62.767 0h5.23v8.41h-5.23zM.005 159.746H26.16v8.408H.004zm47.075 16.816h15.693v8.408H47.08zm5.227 8.408h5.23v8.408h-5.23zm-15.692-25.224H73.23v8.408H36.614zM57.532 33.628h10.462v8.408H57.532z"/>
|
||||||
|
<path d="M47.08 42.035h15.693v8.408H47.08zm-5.24 8.408h10.462v8.41H41.84zm15.692 0h10.462v8.41H57.532zM.005 42.035h10.462v8.408H.005zm5.225 8.408h10.462v8.41H5.232zm94.153-8.408h10.462v8.408H99.383zm-5.226 8.408h10.462v8.41H94.156zM.005 126.114h5.23v8.408H.005zm104.603 0h5.23v8.408h-5.23zM47.08 193.377h15.693v8.41H47.08z"/>
|
||||||
|
<path d="M41.84 201.786h10.462v8.408H41.84zm15.692 0h10.462v8.408H57.532zm-20.917 8.408h10.46v8.408h-10.46zm26.158 0h10.462v8.408H62.773z"/>
|
||||||
|
<path d="M31.39 218.6h10.46v8.41H31.39zm36.61 0h10.46v8.41H68zm-41.852 8.41H36.61v8.408H26.148zm47.076 0h10.462v8.408H73.224z"/>
|
||||||
|
<path d="M15.697 235.417H31.39v8.408H15.696zm62.768 0h15.692v8.408H78.465z"/>
|
||||||
|
<path d="M88.916 227.01h10.462v8.408H88.916zm5.241-8.41h10.462v8.41H94.156z"/>
|
||||||
|
<path d="M99.383 210.194h10.462v8.408H99.383zM10.456 227.01h10.462v8.408H10.456zM5.23 218.6h10.462v8.41H5.232z"/>
|
||||||
|
<path d="M.005 210.194h10.462v8.408H.005zm20.918 33.631h5.23v8.408h-5.23zm62.767 0h5.23v8.408h-5.23zM52.307 218.6h5.23v8.41h-5.23zm-15.692 25.225h5.23v8.408h-5.23zm31.385 0h5.23v8.408H68zm-15.693 0h5.23v8.408h-5.23zm-52.302 0h5.23v8.408H.005zm104.603 0h5.23v8.408h-5.23zM52.307 126.114h5.23v8.408h-5.23zM26.148 42.035h5.23v8.408h-5.23zm52.317 0h5.23v8.408h-5.23zM47.08 100.89h15.693v8.41H47.08z"/>
|
||||||
|
<path d="M36.615 109.298h15.692v8.41H36.615z"/>
|
||||||
|
<path d="M41.84 117.707h5.23v8.408h-5.23zM31.39 100.89h10.46v8.41H31.39z"/>
|
||||||
|
<path d="M36.615 92.483h15.692v8.408H36.615z"/>
|
||||||
|
<path d="M41.84 84.074h5.23v8.41h-5.23zm15.692 8.409h15.692v8.408H57.532z"/>
|
||||||
|
<path d="M62.773 84.074h5.23v8.41h-5.23zM68 100.89h10.46v8.41H68z"/>
|
||||||
|
<path d="M57.532 109.298h15.692v8.41H57.532z"/>
|
||||||
|
<path d="M62.773 117.707h5.23v8.408h-5.23zM83.69 100.89h10.463v8.41H83.69z"/>
|
||||||
|
<path d="M88.916 92.483h15.692v8.408H88.916z"/>
|
||||||
|
<path d="M99.383 100.89h10.462v8.41H99.383z"/>
|
||||||
|
<path d="M88.916 109.298h15.692v8.41H88.916z"/>
|
||||||
|
<path d="M94.157 117.707h5.23v8.408h-5.23zm0-33.633h5.23v8.41h-5.23zM.005 100.89h10.462v8.41H.005z"/>
|
||||||
|
<path d="M5.23 92.483h15.693v8.408H5.23z"/>
|
||||||
|
<path d="M15.697 100.89H26.16v8.41H15.696z"/>
|
||||||
|
<path d="M5.23 109.298h15.693v8.41H5.23z"/>
|
||||||
|
<path d="M10.456 117.707h5.23v8.408h-5.23zm0-33.633h5.23v8.41h-5.23zM5.23 151.338h20.923v8.408H5.23zm26.16 0h20.92v8.408H31.39zm26.142 0h20.923v8.408H57.532zm26.158 0h20.923v8.408H83.69zm-41.85 16.815h26.154v8.41H41.84zm-36.61 0h26.154v8.41H5.23zm73.235 0h26.154v8.41H78.464zm26.143 33.633h5.23v8.408h-5.23zm-104.603 0h5.23v8.408H.005zM5.23 487.657h5.23v-8.408H5.23zm15.693 0h15.692v-8.408H20.923z"/>
|
||||||
|
<path d="M26.148 496.057h5.23v-8.408h-5.23zm26.159 0h5.23v-8.408h-5.23zm20.917-8.4h15.692v-8.408H73.224z"/>
|
||||||
|
<path d="M78.465 496.057h5.23v-8.408h-5.23zm-62.768-16.812H26.16v-8.408H15.696zm15.693 0h10.46v-8.408H31.39zm36.61 0h10.46v-8.408H68zm15.69 0h10.463v-8.408H83.69zm-47.075-8.412h10.46v-8.408h-10.46zm26.158 0h10.462v-8.408H62.773zm26.143 0h10.462v-8.408H88.916zm10.467 16.824h5.23v-8.408h-5.23zM5.23 462.433h10.462v-8.408H5.232z"/>
|
||||||
|
<path d="M41.84 462.433h10.462v-8.408H41.84zm52.317 0h10.462v-8.408H94.156zM10.456 437.21h10.462v-8.41H10.456zm5.241-8.413H26.16v-8.408H15.696zm20.918 8.413h10.46v-8.41h-10.46zm-5.225-8.413h10.46v-8.408H31.39zm-10.467-8.412h15.692v-8.408H20.923z"/>
|
||||||
|
<path d="M26.148 411.985h5.23v-8.408h-5.23zm36.625 25.225h10.462v-8.41H62.773zM68 428.797h10.46v-8.408H68zm20.916 8.413h10.462v-8.41H88.916zm-5.226-8.413h10.463v-8.408H83.69zm-10.466-8.412h15.692v-8.408H73.224z"/>
|
||||||
|
<path d="M78.465 411.985h5.23v-8.408h-5.23zm-26.158 8.4h5.23v-8.408h-5.23zm-52.302 0h5.23v-8.408H.005zm104.603 0h5.23v-8.408h-5.23zm-78.46-42.035h5.23v-8.41h-5.23z"/>
|
||||||
|
<path d="M20.923 369.95h15.692v-8.41H20.923zm-5.226-8.413H41.85v-8.408H15.698zm62.768 16.813h5.23v-8.41h-5.23z"/>
|
||||||
|
<path d="M73.224 369.95h15.692v-8.41H73.224zM68 361.537h26.153v-8.408H68zm5.224-42.035h26.154v-8.41H73.224zm-10.451 33.624h36.614v-8.41H62.773zm-52.317 0H47.07v-8.41H10.457zm5.241-42.036H31.39v-8.412H15.696zm-5.241 8.412H36.61v-8.41H10.456zm73.234 16.812h26.155v-8.41H83.69zm-5.225-25.224h15.692v-8.41H78.465zM.005 336.314H26.16v-8.41H.004zm47.075-16.812h15.693v-8.41H47.08zm5.227-8.412h5.23v-8.41h-5.23zm-15.692 25.224H73.23v-8.41H36.614zm20.917 126.119h10.462v-8.408H57.532zM47.08 454.02h15.693v-8.407H47.08zm-5.24-8.41h10.462v-8.41H41.84zm15.692 0h10.462v-8.41H57.532zM.005 454.02h10.462v-8.407H.005zm5.225-8.41h10.462v-8.41H5.232zm94.153 8.41h10.462v-8.407H99.383zm-5.226-8.41h10.462v-8.41H94.156zM.005 369.95h5.23v-8.41H.005zm104.603 0h5.23v-8.41h-5.23zM41.84 294.278h10.462v-8.41H41.84zm15.692 0h10.462v-8.41H57.532zm-20.917-8.412h10.46v-8.41h-10.46zm26.158 0h10.462v-8.41H62.773zm-31.383-8.412h10.46v-8.41H31.39zm36.61 0h10.46v-8.41H68z"/>
|
||||||
|
<path d="M26.148 269.054H36.61v-8.41H26.148zm47.076 0h10.462v-8.41H73.224zm-57.527-8.412H31.39v-8.41H15.696zm62.768 0h15.692v-8.41H78.465zm10.451 8.412h10.462v-8.41H88.916z"/>
|
||||||
|
<path d="M94.157 277.454h10.462v-8.41H94.156zm5.226 8.412h10.462v-8.41H99.383zm-88.927-16.812h10.462v-8.41H10.456z"/>
|
||||||
|
<path d="M5.23 277.454h10.462v-8.41H5.232zm-5.225 8.412h10.462v-8.41H.005zm20.918-33.633h5.23v-8.408h-5.23zm31.384 25.221h5.23v-8.41h-5.23zm0 92.496h5.23v-8.41h-5.23zm-26.159 84.07h5.23v-8.407h-5.23zm52.317 0h5.23v-8.407h-5.23zM47.08 395.173h15.693v-8.408H47.08zm-10.465-8.413h15.692v-8.407H36.615zm5.225-8.41h5.23v-8.41h-5.23zm-10.45 16.823h10.46v-8.408H31.39z"/>
|
||||||
|
<path d="M36.615 403.573h15.692v-8.408H36.615zm5.225 8.412h5.23v-8.408h-5.23zm15.692-8.412h15.692v-8.408H57.532zm5.241 8.412h5.23v-8.408h-5.23z"/>
|
||||||
|
<path d="M68 395.173h10.46v-8.408H68zm-10.468-8.413h15.692v-8.407H57.532zm5.241-8.41h5.23v-8.41h-5.23zm20.917 16.823h10.463v-8.408H83.69z"/>
|
||||||
|
<path d="M88.916 403.573h15.692v-8.408H88.916z"/>
|
||||||
|
<path d="M99.383 395.173h10.462v-8.408H99.383zm-10.467-8.413h15.692v-8.407H88.916zm5.241-8.41h5.23v-8.41h-5.23zm0 33.635h5.23v-8.408h-5.23zM.005 395.173h10.462v-8.408H.005z"/>
|
||||||
|
<path d="M5.23 403.573h15.693v-8.408H5.23z"/>
|
||||||
|
<path d="M15.697 395.173H26.16v-8.408H15.696zM5.23 386.76h15.693v-8.407H5.23zm5.226-8.41h5.23v-8.41h-5.23zm0 33.635h5.23v-8.408h-5.23zm-5.226-67.26h20.923v-8.408H5.23zm26.16 0h20.92v-8.408H31.39zm26.142 0h20.923v-8.408H57.532zm26.158 0h20.923v-8.408H83.69zm-41.85-16.823h26.154v-8.41H41.84zm-36.61 0h26.154v-8.41H5.23zm73.235 0h26.154v-8.41H78.464zm26.143-33.624h5.23v-8.41h-5.23zm-104.603 0h5.23v-8.41H.005zm47.075-42.045h5.23v8.41h-5.23zm10.452 0h5.23v8.41h-5.23zm0-16.816h5.23v8.408h-5.23zm-10.452 0h5.23v8.408h-5.23zM10.456 462.433h10.462v8.41H10.456zM83.69 302.678h5.23v-8.41h-5.23zm-62.767 0h5.23v-8.41h-5.23zm26.155-8.404H62.77v8.407H47.078z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 8.8 KiB |
After Width: | Height: | Size: 76 KiB |
@ -0,0 +1,11 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M.182 3.025h512v512h-512z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)" transform="translate(-.182 -3.025)">
|
||||||
|
<path fill="#fff" d="M81.32 3.025h362.275v512H81.32z"/>
|
||||||
|
<path fill="#bf0a30" d="M-99.818 3.025H81.32v512H-99.818zm543.413 0h181.138v512H443.595zM135.49 250.44l-14.067 4.808 65.456 57.446c4.95 14.764-1.72 19.116-5.97 26.86l71.06-9.02-1.85 71.512 14.718-.423-3.21-70.918 71.13 8.432c-4.402-9.297-8.32-14.233-4.247-29.098l65.414-54.426-11.447-4.144c-9.36-7.222 4.044-34.784 6.066-52.178 0 0-38.195 13.135-40.698 6.262l-9.727-18.685-34.747 38.17c-3.796.91-5.413-.6-6.304-3.808l16.053-79.766-25.42 14.297c-2.128.91-4.256.125-5.658-2.355l-24.445-49.073-25.21 50.952c-1.9 1.826-3.802 2.037-5.38.796L202.8 142.505l14.53 79.143c-1.156 3.142-3.924 4.026-7.18 2.325l-33.216-37.737c-4.345 6.962-7.29 18.336-13.033 20.885-5.744 2.388-24.98-4.822-37.873-7.636 4.404 15.895 18.176 42.302 9.46 50.957z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
@ -0,0 +1,19 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<path d="M0-360l69.42 215.845 212.04-80.3L155.987-35.604l194.986 115.71-225.88 19.65 31.104 224.592L0 160l-156.198 164.35 31.105-224.592-225.88-19.65 194.985-115.71-125.47-188.854 212.037 80.3z" id="a"/>
|
||||||
|
<path d="M0-210L54.86-75.508l144.862 10.614L88.765 28.842l34.67 141.052L0 93.334l-123.435 76.56 34.67-141.052-110.957-93.736L-54.86-75.508z" id="b"/>
|
||||||
|
</defs>
|
||||||
|
<path fill="green" d="M0 0h512v512H0z"/>
|
||||||
|
<circle cx="268.22" cy="250.446" r="61.243" fill="#ffe000"/>
|
||||||
|
<circle cx="287.316" cy="250.446" r="50.394" fill="green"/>
|
||||||
|
<circle cx="75.159" cy="189.203" r="64.159" fill="#ffe000"/>
|
||||||
|
<path d="M70.732 237.58h16.02s.724-1.47-.16-2.204c-.885-.734-4.33-.896-3.4-3.493 1.914-5.34 2.18-3.694 3.383-16.376 1.2-12.683 1.78-32.575 1.78-32.575H86.04s.446 6.185-.89 14.24c-1.334 8.055-1.735 8.767-3.203 14.952-1.47 6.186-1.69 6.72-3.026 10.325-1.334 3.603-1.468 3.78-3.56 7.12-2.09 3.336-1.334 2.09-2.49 4.093-.58 1-1.292.734-1.68 1.463-.39.728-.458 2.453-.458 2.453z" fill="#802000" stroke="#7b3100" stroke-width="1.361"/>
|
||||||
|
<path d="M82.957 142.46c.134 2.488-.117 5.783-1.148 8.463-1.047 2.988-2.184 5.965-2.127 9.06-1.663.564-3.376-3.598-4.976-1.15 1.203 3.385 3.98 6.064 5.883 9.112.32.946 3.058 3.414 1.474 3.988-3.998-1.37-4.967-6.434-7.447-9.51-2.88-5.177-8.25-8.836-14.232-9.09-2.247.06-9.552-.556-7.652 3.292 2.8 1.903 6.25 3.144 9.014 5.28 2.06.193 5.792 3.63 5.574 4.93-3.62-1.467-5.316-3.225-9.22-4.77-5.287-2.04-12.6-.812-15.528 4.436-.546 1.367-1.352 5.35.365 5.73 2.005-3.13 4.874-6.63 9.125-5.692 3.34.26-3.726 6.22-1.024 5.02.857-.38 2.834-1.677 4.206-1.813 1.372-.135 2.138.892 3.178 1.034 2.082.283 2.655 1.155 2.462 1.663-.227.6-.89.088-3.005.76-1.06.334-1.61 1.264-2.846 1.69-1.234.425-3.8.455-4.76.078-3.357-1.457-8.86-1.203-9.906 3.003 0 1.85-1.647-.205-2.407.594-.57 2.02-.717 4.09-3.71 3.908-1.818 1.906-3.68 3.88-5.986 5.236 1.354 3.11 6.72-3.12 6.468-.493-2.345 3.198 1.207 3.87 2.762 1.41 2.63-2.78 5.887-6.162 9.81-3.362 1.87 1.76 2.956-.93 4.31-.786.85 2.185 1.923.107 2.89-.51 1.584-.2 1.14 1.977 3.02.637 3.75-2.482 8.364-.397 12.027-2.81 3.9-1.778.55 1.43-.528 2.683-1.713 3.323-.227 7.685-3.943 9.75-1.494 3.96 1.762 9.18-1.56 12.11-.482 1.836 4.273 1.626 5.607 2.38 2.338.093-.1-5.35 2.22-6.08 3.11 1.925 2.965-3.445 2.323-5.1.3-3.766.514-7.883 2.385-11.293 1.99-4.18 3.83 1.702 1.603 3.357-1.264 3.843-3.106 8.653-.23 12.227.83.187 1.51 2.196 2.583 2.813 1.074.618 2.54-.156 2.808-1.984 1.376-5.505.683-11.424 2.648-16.777 1.388-1.66 3.302-.268 4.162 1.257 2.755 3.198 4.692 7.196 8.027 9.832 3.036 1.42 5.722 3.57 7.12 6.696-.017 2.412 6.852 2.782 4.8.1-1.97-2.61-.67-5.22 1.324-6.955 1.067.263.752-1.65-.086-.893-1.34-.317-1.427-2.772.437-1.605 3.14 1.014-.243-2.272-1.378-2.373-2.655-1.646-5.706-3.54-7.01-6.4 3.455.036 7.043 1.9 10.575.743 2.83-1.454 5.702.122 6.69 2.617 2.19-.35 1.256-2.544 0-3.275 1.6-.66 2.708-2.03.768-3.238-1.025-1.338 1.374-3.62-1.575-3.525.096-2.253-.79-4.314-3.247-5.093-2.46-2.083-9.68 3.07-9.47-1.626-.727-2.556 2.933-.342 3.956-1.617 1.055-2.695-5.037-2.432-3.027-4.52 1.313-.846 7.475-2.06 2.643-2.965-2.412.663-4.482.172-6.38-1.022-1.73 2.894-6.668-1.57-5.788 3.573-.676 1.938-5.09 6.974-6.286 3.116 1.016-3.024 6.247-4.013 4.625-8.09-.25-2.545-2.36.443-3.353.253-.504-1.584 1.522-3.452 2.934-3.828 2.802 2.155 2.887-2.72 5.552-2.322 1.945-.432-.628-1.267-1.17-1.633.532-1.424 3.52-2.152.59-3.388-2.584-1.918-4.5 1.908-6.63 2.112-2.046-2.31 1.857-3.42 2.934-4.636.058-.906-2.276-.273-1.574-1.063.61-1.09 4.743-1.17 2.807-2.807-2.914-1-6.674-.75-9.47.545-1.762.57-2.28 4.554-3.8 4.39-.713-1.774.233-5.272-2.21-5.785zm13.78 38.915c2.22-.376.047 3.372-1.02 3.317.094-1.347-3.212-1.217-1.16-2.39a6.685 6.685 0 0 1 2.18-.927z" fill="green"/>
|
||||||
|
<g transform="translate(-25.746 103.463) scale(.05833)" fill="#ffe000">
|
||||||
|
<use height="100%" width="100%" xlink:href="#a" x="7560" y="4200"/>
|
||||||
|
<use height="100%" width="100%" xlink:href="#a" x="6300" y="2205"/>
|
||||||
|
<use height="100%" width="100%" xlink:href="#a" x="7560" y="840"/>
|
||||||
|
<use height="100%" width="100%" xlink:href="#a" x="8680" y="1869"/>
|
||||||
|
<use height="100%" width="100%" xlink:href="#b" x="8064" y="2730"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 4.2 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill="#fff" d="M0-88h600v600H0z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g clip-path="url(#a)" transform="matrix(.853 0 0 .853 0 75.093)">
|
||||||
|
<path fill="#007fff" d="M0-88h800v600H0z"/>
|
||||||
|
<path d="M36 32h84l26-84 26 84h84l-68 52 26 84-68-52-68 52 26-84-68-52zM750-88L0 362v150h50L800 62V-88h-50" fill="#f7d618"/>
|
||||||
|
<path d="M800-88L0 392v120L800 32V-88" fill="#ce1021"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 512 B |
@ -0,0 +1,15 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M0 0h512v512H0z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g fill-rule="evenodd" clip-path="url(#a)">
|
||||||
|
<path fill="#00f" d="M-52-.506h768v127H-52z"/>
|
||||||
|
<path fill="#ff0" d="M-52 383.5h768V512H-52z"/>
|
||||||
|
<path fill="#009a00" d="M-52 255h768v128.5H-52z"/>
|
||||||
|
<path fill="#fff" d="M-52 126.49h768v128.5H-52z"/>
|
||||||
|
<path fill="red" d="M268 0h128v512H268z"/>
|
||||||
|
<path fill="#ff0" d="M109.493 112.306L75.95 89.11l-33.434 23.424L54.12 73.33 21.604 48.645l40.723-1.034L75.66 8.937l13.562 38.56 40.758.782-32.336 24.866"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 679 B |
@ -0,0 +1,12 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<defs>
|
||||||
|
<clipPath id="a">
|
||||||
|
<path fill-opacity=".67" d="M115.74 0H611.8v496.06H115.74z"/>
|
||||||
|
</clipPath>
|
||||||
|
</defs>
|
||||||
|
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-119.46) scale(1.032)" stroke-width="1pt">
|
||||||
|
<path fill="#ff0" d="M0 0h744.09v496.06H0z"/>
|
||||||
|
<path d="M0 0v496.06L496.06 0H0z" fill="#00ca00"/>
|
||||||
|
<path d="M248.03 496.06h496.06V0L248.03 496.06z" fill="red"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 507 B |
@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" version="1" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd" stroke-width="1pt">
|
||||||
|
<path fill="#d52b1e" d="M0 0h511.984v511.983H0z"/>
|
||||||
|
<g fill="#fff">
|
||||||
|
<path d="M95.994 207.993h319.99v95.994H95.993z"/>
|
||||||
|
<path d="M207.99 95.995h95.995v319.99H207.99z"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 354 B |
@ -0,0 +1,7 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" height="512" width="512" viewBox="0 0 512 512">
|
||||||
|
<g fill-rule="evenodd">
|
||||||
|
<path fill="#00cd00" d="M341.46 0h170.533v511.984H341.46z"/>
|
||||||
|
<path fill="#ff9a00" d="M0 0h170.3v511.984H0z"/>
|
||||||
|
<path fill="#fff" d="M170.3 0h171.16v511.984H170.3z"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 305 B |