*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container {
  width: 100% !important;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .\!container {
    max-width: 640px !important;
  }

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .\!container {
    max-width: 1024px !important;
  }

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .\!container {
    max-width: 1280px !important;
  }

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.left-1\/2 {
  left: 50%;
}

.left-4 {
  left: 1rem;
}

.right-2 {
  right: 0.5rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-40 {
  top: 10rem;
}

.top-80 {
  top: 20rem;
}

.top-\[30rem\] {
  top: 30rem;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.z-\[100\] {
  z-index: 100;
}

.z-\[60\] {
  z-index: 60;
}

.m-2 {
  margin: 0.5rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-4 {
  height: 1rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-full {
  height: 100%;
}

.max-h-screen-80 {
  max-height: 80vh;
}

.w-11 {
  width: 2.75rem;
}

.w-16 {
  width: 4rem;
}

.w-24 {
  width: 6rem;
}

.w-4 {
  width: 1rem;
}

.w-48 {
  width: 12rem;
}

.w-64 {
  width: 16rem;
}

.w-full {
  width: 100%;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-md {
  max-width: 28rem;
}

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.animate-\[achievement-toast-slide-in-out_6s_ease-in-out\] {
  animation: achievement-toast-slide-in-out 6s ease-in-out;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-r-2 {
  border-right-width: 2px;
}

.border-t {
  border-top-width: 1px;
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-800\/80 {
  background-color: rgb(31 41 55 / 0.8);
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/70 {
  background-color: rgb(17 24 39 / 0.7);
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.opacity-0 {
  opacity: 0;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.\[text-shadow\:2px_2px_4px_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

/* --- 1. General Body & Typography --- */

body {
  font-family: 'Inter', sans-serif;
  background-color: #1a202c;
  color: #e2e8f0;
}

/* --- 2. Biome Backgrounds --- */

.biome-woodland {
  background-color: #3a2e27;
  /* Dark wood color */
  /* Subtle repeating SVG texture */
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232c221c' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg id='visual' viewBox='0 0 2000 2000' width='2000' height='2000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1'%3E%3Crect x='0' y='0' width='2000' height='2000' fill='%236b3413'%3E%3C/rect%3E%3Cpath d='M0 1455L100 1573L200 1447L300 1638L400 1671L500 1676L600 1531L700 1660L800 1632L900 1614L1000 1670L1100 1442L1200 1465L1300 1702L1400 1492L1500 1613L1600 1469L1700 1477L1800 1492L1900 1451L2000 1508L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%2390f50a'%3E%3C/path%3E%3Cpath d='M0 1342L100 1342L200 1321L300 1344L400 1304L500 1528L600 1316L700 1437L800 1459L900 1307L1000 1455L1100 1482L1200 1349L1300 1458L1400 1389L1500 1427L1600 1444L1700 1518L1800 1408L1900 1299L2000 1315L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%237cdc12'%3E%3C/path%3E%3Cpath d='M0 1181L100 1218L200 1312L300 1366L400 1177L500 1238L600 1329L700 1359L800 1324L900 1273L1000 1264L1100 1260L1200 1259L1300 1349L1400 1293L1500 1203L1600 1264L1700 1352L1800 1336L1900 1279L2000 1185L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%2369c416'%3E%3C/path%3E%3Cpath d='M0 1195L100 1041L200 1113L300 1086L400 1205L500 1212L600 1041L700 1215L800 1136L900 1015L1000 1194L1100 1030L1200 1137L1300 1002L1400 1133L1500 997L1600 1141L1700 993L1800 1172L1900 1014L2000 1076L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%2358ad17'%3E%3C/path%3E%3Cpath d='M0 893L100 1032L200 1004L300 941L400 949L500 934L600 974L700 856L800 900L900 906L1000 892L1100 1051L1200 998L1300 862L1400 1023L1500 969L1600 1030L1700 869L1800 850L1900 881L2000 969L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23489516'%3E%3C/path%3E%3Cpath d='M0 741L100 895L200 751L300 759L400 894L500 685L600 683L700 783L800 875L900 870L1000 876L1100 826L1200 833L1300 837L1400 688L1500 897L1600 677L1700 733L1800 672L1900 812L2000 785L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23397f14'%3E%3C/path%3E%3Cpath d='M0 637L100 697L200 629L300 716L400 711L500 596L600 730L700 526L800 597L900 718L1000 588L1100 611L1200 554L1300 599L1400 620L1500 630L1600 657L1700 561L1800 711L1900 588L2000 725L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%232b6911'%3E%3C/path%3E%3Cpath d='M0 574L100 438L200 451L300 412L400 564L500 525L600 490L700 497L800 569L900 550L1000 451L1100 520L1200 519L1300 422L1400 478L1500 478L1600 392L1700 405L1800 425L1900 533L2000 464L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%231f540d'%3E%3C/path%3E%3Cpath d='M0 329L100 266L200 384L300 334L400 293L500 338L600 371L700 325L800 216L900 306L1000 386L1100 281L1200 297L1300 282L1400 316L1500 254L1600 345L1700 404L1800 418L1900 289L2000 307L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23143f09'%3E%3C/path%3E%3Cpath d='M0 65L100 107L200 261L300 66L400 66L500 241L600 163L700 158L800 237L900 202L1000 128L1100 157L1200 240L1300 91L1400 249L1500 119L1600 255L1700 240L1800 98L1900 199L2000 184L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%230c2c01'%3E%3C/path%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' style='background-color: rgb(135, 224, 41);'%3E%3Cpath style='transform: translate3d(1250.1603286279405px,175.48554146900833px,0) rotate(45.35746020694017deg) scale(3.4030148486016802); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1172.0537476217355px,-77.97110537946195px,0) rotate(299.2362350854395deg) scale(2.8712802979693617); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(583.7508496632552px,87.26685071619414px,0) rotate(160.7828594681273deg) scale(2.228378812907959); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(256.73090252268173px,189.46767597109158px,0) rotate(25.82354579269704deg) scale(1.4262063401163563); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1827.4409851069931px,203.38610813922838px,0) rotate(299.0985224842508deg) scale(2.008047567859936); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2264.6486655216586px,452.7129680101202px,0) rotate(259.1140908563248deg) scale(3.4937699293561746); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(262.2583071823967px,707.249957042875px,0) rotate(214.00113326403255deg) scale(2.000782753997527); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(264.27374901965294px,370.8801085282111px,0) rotate(197.12717345266094deg) scale(1.099425349216148); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1781.5523998859117px,188.01308876533906px,0) rotate(306.1505599130678deg) scale(3.917085015150349); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2011.8779673499894px,547.0055011824002px,0) rotate(30.63534994368061deg) scale(3.358785691792953); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1869.4845840969201px,724.3686751539901px,0) rotate(300.06618294204264deg) scale(1.8522767907317874); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1863.5405634217082px,86.4250440745922px,0) rotate(274.6175378852509deg) scale(3.245424188198194); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2210.452736432172px,617.3376599685795px,0) rotate(126.11404931097861deg) scale(2.663839363516704); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(460.80559827336083px,74.5593002840777px,0) rotate(287.6938055050447deg) scale(3.479237772862043); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1008.0456485437497px,28.417849960243927px,0) rotate(35.75733853071212deg) scale(3.3975390002790054); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(194.1796842719754px,246.68679911651978px,0) rotate(283.12647166239367deg) scale(3.4928531753523937); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(108.81447332609594px,556.1924361067387px,0) rotate(33.6925169994231deg) scale(2.8686490573570587); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1347.0973404008935px,306.70894803818453px,0) rotate(78.39111152401334deg) scale(1.8715127593626546); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(342.0778710732285px,314.2975980790525px,0) rotate(147.19214812571207deg) scale(1.4089065550801187); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1034.2169579213746px,-70.93221754487655px,0) rotate(195.3002645402052deg) scale(3.555074198412133); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1829.638453244118px,170.65017813991713px,0) rotate(196.75291047622045deg) scale(2.4953129924420243); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2353.5452526662166px,182.92758807594478px,0) rotate(131.52871599621943deg) scale(2.923741189688538); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1551.4416277929536px,-71.79749822074247px,0) rotate(194.6353850517216deg) scale(1.9827392670455573); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(66.73696130329097px,409.417760638808px,0) rotate(90.52791196296522deg) scale(0.8691972424103813); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(828.9258508464732px,626.5982288568972px,0) rotate(278.8675113191922deg) scale(3.2964212485459434); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(289.8178648569814px,136.79960644453493px,0) rotate(232.1235882671968deg) scale(3.857782972592327); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(83.50806768483196px,503.11387826120335px,0) rotate(214.1296243674047deg) scale(3.968509678782837); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(741.5662882622895px,94.44321408464805px,0) rotate(298.0273907067065deg) scale(2.669497008750866); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1501.3923977892814px,488.66710570303746px,0) rotate(226.72576398096973deg) scale(3.3603383447631856); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(515.5899275234271px,244.04906332125194px,0) rotate(64.17457072765144deg) scale(3.7927445744970067); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2214.8715753875113px,634.3966277190052px,0) rotate(120.638280360194deg) scale(2.270156616005414); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2435.1613366341476px,287.6475156019742px,0) rotate(36.49205927391851deg) scale(1.5649628185486182); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2354.377435695381px,50.44346623309872px,0) rotate(248.4091204388928deg) scale(1.8497778480093383); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(496.5354069778776px,715.3725267357727px,0) rotate(39.13448744374251deg) scale(1.0463939989167137); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2078.1289754063073px,78.43392282545868px,0) rotate(47.4800352434355deg) scale(1.502921186790846); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2191.051424650245px,219.2583374219569px,0) rotate(140.6059673429881deg) scale(3.1548698324045965); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(258.6107159820216px,374.6875116716184px,0) rotate(172.04660325707218deg) scale(2.5214407769187908); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(-9.186765989469649px,-46.629662595882486px,0) rotate(241.88285631632812deg) scale(1.738042100052682); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1249.6304286518634px,597.4783771213985px,0) rotate(164.5630408171931deg) scale(3.209767628312283); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(604.6090699345468px,-49.324787390240054px,0) rotate(63.65949054995883deg) scale(1.840043066062456); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1486.9048191506663px,338.53497888686053px,0) rotate(4.492962364731906deg) scale(3.2384506382733766); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1404.662015808175px,-15.980121696834019px,0) rotate(78.64643670891948deg) scale(2.268056628416811); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(405.3581672535812px,168.71287037337015px,0) rotate(137.3570329246237deg) scale(1.148603557147137); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1002.5986127939801px,306.14509351232107px,0) rotate(132.2992817201206deg) scale(2.887698631516676); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(862.3093837696445px,54.93972267942607px,0) rotate(259.6182028080563deg) scale(3.4135370433091983); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1777.28629609356px,531.9547597228544px,0) rotate(238.64463960789953deg) scale(2.784301535788505); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(578.3071477134664px,-33.18286685357995px,0) rotate(305.6635489721351deg) scale(3.24521328562294); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(812.1769673583065px,371.2814562889753px,0) rotate(269.84815352555813deg) scale(2.663249239200289); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1589.8067697991087px,153.10811640012315px,0) rotate(52.913577898727674deg) scale(2.3935344652463133); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(962.8346487593852px,253.054222183967px,0) rotate(223.51569991241988deg) scale(1.5726874770741164); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1191.7576551604598px,334.41754035592965px,0) rotate(57.373456851252044deg) scale(4.076674725806506); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(903.7412781737747px,291.21942990967744px,0) rotate(32.3684603003042deg) scale(1.0043291226735225); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2058.3615603758844px,297.53265127029164px,0) rotate(105.61308760471171deg) scale(1.523397915301024); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(609.8541973898807px,96.96082536291979px,0) rotate(182.0589601766114deg) scale(3.395546808172521); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(-105.26670889454046px,-17.87885227870217px,0) rotate(82.94065474536352deg) scale(2.498471008339301); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1666.9023068657114px,100.32922381648919px,0) rotate(224.4039480537489deg) scale(1.7944610639093042); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1380.0750091315713px,740.4719897926167px,0) rotate(282.2520204810483deg) scale(1.3389186071991563); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1422.9287109963389px,315.82381506808355px,0) rotate(300.6591576896957deg) scale(2.5194228266035963); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2207.564104562003px,184.47312416327713px,0) rotate(78.5142876151284deg) scale(1.2295792862447437); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1700.9050639234226px,623.6510382115141px,0) rotate(280.53411861959944deg) scale(1.7189921624429148); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2157.404096587198px,499.22999286965796px,0) rotate(280.5593051177364deg) scale(2.3725281005252947); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(134.91008609599834px,725.780860669939px,0) rotate(90.32575847362641deg) scale(1.2327999483736127); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2059.483292851846px,320.4788792054318px,0) rotate(280.2058555502747deg) scale(2.173414285061079); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(804.0767738588187px,120.97253056035049px,0) rotate(49.25949469184231deg) scale(1.1606676663987114); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2158.0489462997775px,430.40058129489864px,0) rotate(42.659475899434945deg) scale(1.9424963316356596); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1385.476122202264px,316.24220056989066px,0) rotate(127.3981118871783deg) scale(2.079363774221613); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1375.5027520269648px,-89.73237715915914px,0) rotate(190.19715199153995deg) scale(3.1149304944294482); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(856.7560689760593px,-30.590308654852763px,0) rotate(224.3829787772227deg) scale(2.0484494702206324); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1936.8292043127476px,299.98882313222384px,0) rotate(299.83512745226034deg) scale(4.178899988220818); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(224.713683408845px,326.73209038288286px,0) rotate(270.5696011824796deg) scale(1.7735794629800035); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1903.989960876155px,210.96588791539264px,0) rotate(182.29944611886683deg) scale(3.394415441524331); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1868.5518328252747px,-125.4659573430133px,0) rotate(208.15467540550722deg) scale(2.657025436307797); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1210.5940515520083px,242.8092240734012px,0) rotate(194.69937890296143deg) scale(1.6751730422553752); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2470.406479415749px,204.7904324518463px,0) rotate(304.6866350290366deg) scale(1.2914513208004894); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1879.529928400812px,399.2475224302799px,0) rotate(283.6285239621483deg) scale(0.853406634757005); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1579.352047345953px,450.96457431317543px,0) rotate(40.8826295795249deg) scale(3.56456448861523); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(-51.48106867412639px,409.2175611387802px,0) rotate(260.3039653840459deg) scale(3.707405107353882); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2234.1434240005283px,580.74351315334px,0) rotate(204.35662316095923deg) scale(4.069829781362094); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2089.2340728706467px,583.1943343848261px,0) rotate(18.776684131312603deg) scale(4.220683203662014); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(791.5691050102283px,661.7715303993875px,0) rotate(298.2215355025176deg) scale(1.5664855827289874); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(-3.6969952058161937px,535.2302767530651px,0) rotate(10.043802755671287deg) scale(3.2188399892504007); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2251.6132263805716px,231.11180301330054px,0) rotate(116.16107336246615deg) scale(2.8690992745255977); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2006.146204572214px,448.9491908980052px,0) rotate(128.0021867354671deg) scale(4.123226839564635); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(179.23908270923994px,123.20701634562057px,0) rotate(233.63170181850202deg) scale(1.6887128826628541); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1790.4233777796446px,550.5970613183239px,0) rotate(56.311529238125694deg) scale(3.690197595665773); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1196.9084972360272px,577.6412136995065px,0) rotate(216.5345405000996deg) scale(1.0477368355294312); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1819.2599128719646px,476.3601587502215px,0) rotate(269.98143234180986deg) scale(3.659451798329186); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1717.1136050184068px,156.42859420539335px,0) rotate(32.849340990002844deg) scale(2.109461405362254); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(880.3989175007886px,339.3283168303616px,0) rotate(173.43143666807555deg) scale(1.0784019562975693); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1485.6759227330072px,182.05420385143344px,0) rotate(203.57523556877518deg) scale(3.8951347078602); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(371.08949418319276px,711.4066454162873px,0) rotate(211.23978170912423deg) scale(1.1674167491877132); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1028.2969997007838px,355.1575541060216px,0) rotate(17.996801041457424deg) scale(2.6586473181278363); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1402.3325550191084px,343.50543166605974px,0) rotate(31.768823963439953deg) scale(4.203747600720693); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2142.7078272691188px,-3.5526295859465478px,0) rotate(126.40581972191838deg) scale(2.406394288759269); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(163.38166884046063px,-24.51983810743785px,0) rotate(89.26679530969857deg) scale(3.0269757239258945); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2458.626740463952px,404.8316164766084px,0) rotate(45.67099616243258deg) scale(1.3846165568229107); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(932.6888622849035px,399.85182096738356px,0) rotate(215.12941168474495deg) scale(1.5710051632616784); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(2154.792892690007px,520.72556544833px,0) rotate(231.4742238064564deg) scale(3.7615460022245975); fill:rgb(85,244,161); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(1981.0809851172241px,231.66890922425557px,0) rotate(211.85629762046685deg) scale(3.259308221678963); fill:rgb(13,64,55); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3Cpath style='transform: translate3d(67.01963145409837px,506.60827186072646px,0) rotate(299.58730845484615deg) scale(1.766806819046948); fill:rgb(50,107,50); ' d='M36.15,108.27A2.83,2.83,0,0,0,37.35,106,15,15,0,0,0,40,102.53c.46-2.94,1.82-5.6,2.63-8.44a44.34,44.34,0,0,0,1.57-9.39q0-1.15,0-2.29c.12-.19.34-.37.35-.57.29-4.12.88-8.27-.06-12.35-.3-1.3.43-2.45,0-3.61-.51-1.51-.28-3.05-.37-4.58C44,57,43.84,52.76,42.5,48.65a1.68,1.68,0,0,1,0-1.13,3.6,3.6,0,0,0,0-2.23,31.46,31.46,0,0,0-3.22-9.73c-.2-.41-.59-.76-.35-1.25.63-1.28,0-2.43-.4-3.56a31.74,31.74,0,0,1-.83-3.07c-.56-2.28-.48-4.76-1.85-6.8A4.93,4.93,0,0,1,35,17.63a2.27,2.27,0,0,0-.5-1.73,6,6,0,0,1-1.16-2.74C33,11.48,32.1,10,31.67,8.36A2.63,2.63,0,0,0,30,6.58c-1.76-.76-1.74-.79-1.54-2.85a13.07,13.07,0,0,0,0-1.39c0-2.09-.58-2.61-2.68-2.23a6.1,6.1,0,0,1-2.46,0c-2-.41-2.63.08-3.09,2.07-.09.37,0,.77-.13,1.14-.38,1.64-.42,3.33-.93,5-.29.91-1.37,1.36-1.34,2.34s-.53,1.26-1.3,1.59a4.23,4.23,0,0,0-2.88,4.28,3.24,3.24,0,0,1-1.8,3.21,2.45,2.45,0,0,0-1.39,1.76c-.25,2.13-1.68,3.72-2.62,5.5-.52,1-1.17,1.93-1.64,3C5.19,32.39,5,35.06,3.91,37.44a16.46,16.46,0,0,0-1.27,7.18c.11,3.44-.84,6.67-1.49,10a1.09,1.09,0,0,1,.56.26,1.09,1.09,0,0,0-.56-.26C.5,55.31.8,56.2.78,57c-.06,2.06.17,4.14-.51,6.15a5.57,5.57,0,0,0-.09,3.13,11.11,11.11,0,0,1,.26,4A18.21,18.21,0,0,0,.8,77.75q0,.7,0,1.41a2.38,2.38,0,0,0,.49,1.37c-.34,1.74.35,3.4.42,5.1s-.39,3.24.39,4.73a15.83,15.83,0,0,1,1.54,5.9,1.47,1.47,0,0,0,.84,1.85l.1.92a.72.72,0,0,0,.38.92,3.13,3.13,0,0,0,.06.91c.92,2.38,1.37,4.92,2.49,7.23.09.19.17.58.09.63-1.2.76-.21,1.11.32,1.2,2.43.43,3.35,3.06,5.61,3.72.11,0,.19.23.27.36,1.07,1.74,2.38,3.36,2.65,5.5a3.55,3.55,0,0,0,2.93,3.11,7.79,7.79,0,0,1,3.25,1.59c1,.84,2.13,1.55,3.57,1,.65.18.89-.17,1-.74a1.16,1.16,0,0,0,.07-.37c.19-.11.57-.26.56-.33-.24-1.16.36-1.94,1-2.82a4.08,4.08,0,0,0,1-2.51l.08-.92c.61-1.11.85-2.44,2-3.23a.8.8,0,0,0,.27-.61C32,110.82,34.49,109.78,36.15,108.27Z'%3E%3C/path%3E%3C/svg%3E");
}

.biome-city {
  background-color: #1f2937;
  /* Dark city color */
  /* Subtle repeating SVG texture */
  background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%234a5568' fill-opacity='0.4'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg id='visual' viewBox='0 0 2000 2000' width='2000' height='2000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1'%3E%3Crect x='0' y='0' width='2000' height='2000' fill='%23050021'%3E%3C/rect%3E%3Cpath d='M0 780L95 780L95 958L190 958L190 851L286 851L286 740L381 740L381 868L476 868L476 767L571 767L571 1029L667 1029L667 779L762 779L762 828L857 828L857 855L952 855L952 799L1048 799L1048 802L1143 802L1143 965L1238 965L1238 762L1333 762L1333 898L1429 898L1429 1004L1524 1004L1524 843L1619 843L1619 937L1714 937L1714 984L1810 984L1810 926L1905 926L1905 893L2000 893L2000 815L2000 0L2000 0L1905 0L1905 0L1810 0L1810 0L1714 0L1714 0L1619 0L1619 0L1524 0L1524 0L1429 0L1429 0L1333 0L1333 0L1238 0L1238 0L1143 0L1143 0L1048 0L1048 0L952 0L952 0L857 0L857 0L762 0L762 0L667 0L667 0L571 0L571 0L476 0L476 0L381 0L381 0L286 0L286 0L190 0L190 0L95 0L95 0L0 0Z' fill='%239900ff'%3E%3C/path%3E%3Cpath d='M0 789L95 789L95 717L190 717L190 691L286 691L286 832L381 832L381 910L476 910L476 741L571 741L571 728L667 728L667 774L762 774L762 746L857 746L857 934L952 934L952 778L1048 778L1048 734L1143 734L1143 909L1238 909L1238 827L1333 827L1333 934L1429 934L1429 886L1524 886L1524 780L1619 780L1619 696L1714 696L1714 772L1810 772L1810 809L1905 809L1905 896L2000 896L2000 906L2000 0L2000 0L1905 0L1905 0L1810 0L1810 0L1714 0L1714 0L1619 0L1619 0L1524 0L1524 0L1429 0L1429 0L1333 0L1333 0L1238 0L1238 0L1143 0L1143 0L1048 0L1048 0L952 0L952 0L857 0L857 0L762 0L762 0L667 0L667 0L571 0L571 0L476 0L476 0L381 0L381 0L286 0L286 0L190 0L190 0L95 0L95 0L0 0Z' fill='%237229ea'%3E%3C/path%3E%3Cpath d='M0 768L95 768L95 678L190 678L190 613L286 613L286 605L381 605L381 601L476 601L476 683L571 683L571 686L667 686L667 570L762 570L762 716L857 716L857 755L952 755L952 640L1048 640L1048 594L1143 594L1143 700L1238 700L1238 773L1333 773L1333 606L1429 606L1429 670L1524 670L1524 731L1619 731L1619 585L1714 585L1714 825L1810 825L1810 636L1905 636L1905 710L2000 710L2000 742L2000 0L2000 0L1905 0L1905 0L1810 0L1810 0L1714 0L1714 0L1619 0L1619 0L1524 0L1524 0L1429 0L1429 0L1333 0L1333 0L1238 0L1238 0L1143 0L1143 0L1048 0L1048 0L952 0L952 0L857 0L857 0L762 0L762 0L667 0L667 0L571 0L571 0L476 0L476 0L381 0L381 0L286 0L286 0L190 0L190 0L95 0L95 0L0 0Z' fill='%234d33d2'%3E%3C/path%3E%3Cpath d='M0 585L95 585L95 533L190 533L190 550L286 550L286 700L381 700L381 539L476 539L476 491L571 491L571 661L667 661L667 699L762 699L762 702L857 702L857 677L952 677L952 682L1048 682L1048 592L1143 592L1143 592L1238 592L1238 516L1333 516L1333 694L1429 694L1429 533L1524 533L1524 499L1619 499L1619 661L1714 661L1714 703L1810 703L1810 546L1905 546L1905 544L2000 544L2000 553L2000 0L2000 0L1905 0L1905 0L1810 0L1810 0L1714 0L1714 0L1619 0L1619 0L1524 0L1524 0L1429 0L1429 0L1333 0L1333 0L1238 0L1238 0L1143 0L1143 0L1048 0L1048 0L952 0L952 0L857 0L857 0L762 0L762 0L667 0L667 0L571 0L571 0L476 0L476 0L381 0L381 0L286 0L286 0L190 0L190 0L95 0L95 0L0 0Z' fill='%232936b8'%3E%3C/path%3E%3Cpath d='M0 495L95 495L95 588L190 588L190 557L286 557L286 533L381 533L381 467L476 467L476 505L571 505L571 518L667 518L667 566L762 566L762 417L857 417L857 606L952 606L952 552L1048 552L1048 605L1143 605L1143 554L1238 554L1238 436L1333 436L1333 588L1429 588L1429 515L1524 515L1524 562L1619 562L1619 566L1714 566L1714 604L1810 604L1810 485L1905 485L1905 421L2000 421L2000 548L2000 0L2000 0L1905 0L1905 0L1810 0L1810 0L1714 0L1714 0L1619 0L1619 0L1524 0L1524 0L1429 0L1429 0L1333 0L1333 0L1238 0L1238 0L1143 0L1143 0L1048 0L1048 0L952 0L952 0L857 0L857 0L762 0L762 0L667 0L667 0L571 0L571 0L476 0L476 0L381 0L381 0L286 0L286 0L190 0L190 0L95 0L95 0L0 0Z' fill='%2300349c'%3E%3C/path%3E%3Cpath d='M0 491L95 491L95 351L190 351L190 387L286 387L286 436L381 436L381 480L476 480L476 370L571 370L571 387L667 387L667 427L762 427L762 360L857 360L857 372L952 372L952 404L1048 404L1048 473L1143 473L1143 440L1238 440L1238 409L1333 409L1333 345L1429 345L1429 403L1524 403L1524 416L1619 416L1619 492L1714 492L1714 445L1810 445L1810 372L1905 372L1905 345L2000 345L2000 449L2000 0L2000 0L1905 0L1905 0L1810 0L1810 0L1714 0L1714 0L1619 0L1619 0L1524 0L1524 0L1429 0L1429 0L1333 0L1333 0L1238 0L1238 0L1143 0L1143 0L1048 0L1048 0L952 0L952 0L857 0L857 0L762 0L762 0L667 0L667 0L571 0L571 0L476 0L476 0L381 0L381 0L286 0L286 0L190 0L190 0L95 0L95 0L0 0Z' fill='%23002f7e'%3E%3C/path%3E%3Cpath d='M0 375L95 375L95 287L190 287L190 334L286 334L286 243L381 243L381 265L476 265L476 389L571 389L571 239L667 239L667 239L762 239L762 313L857 313L857 336L952 336L952 297L1048 297L1048 230L1143 230L1143 381L1238 381L1238 228L1333 228L1333 233L1429 233L1429 270L1524 270L1524 296L1619 296L1619 297L1714 297L1714 266L1810 266L1810 360L1905 360L1905 363L2000 363L2000 389L2000 0L2000 0L1905 0L1905 0L1810 0L1810 0L1714 0L1714 0L1619 0L1619 0L1524 0L1524 0L1429 0L1429 0L1333 0L1333 0L1238 0L1238 0L1143 0L1143 0L1048 0L1048 0L952 0L952 0L857 0L857 0L762 0L762 0L667 0L667 0L571 0L571 0L476 0L476 0L381 0L381 0L286 0L286 0L190 0L190 0L95 0L95 0L0 0Z' fill='%2300265f'%3E%3C/path%3E%3Cpath d='M0 163L95 163L95 227L190 227L190 255L286 255L286 233L381 233L381 209L476 209L476 184L571 184L571 155L667 155L667 255L762 255L762 285L857 285L857 194L952 194L952 163L1048 163L1048 207L1143 207L1143 277L1238 277L1238 213L1333 213L1333 153L1429 153L1429 237L1524 237L1524 260L1619 260L1619 209L1714 209L1714 279L1810 279L1810 147L1905 147L1905 159L2000 159L2000 190L2000 0L2000 0L1905 0L1905 0L1810 0L1810 0L1714 0L1714 0L1619 0L1619 0L1524 0L1524 0L1429 0L1429 0L1333 0L1333 0L1238 0L1238 0L1143 0L1143 0L1048 0L1048 0L952 0L952 0L857 0L857 0L762 0L762 0L667 0L667 0L571 0L571 0L476 0L476 0L381 0L381 0L286 0L286 0L190 0L190 0L95 0L95 0L0 0Z' fill='%23001d40'%3E%3C/path%3E%3Cpath d='M0 71L95 71L95 143L190 143L190 103L286 103L286 161L381 161L381 119L476 119L476 78L571 78L571 173L667 173L667 161L762 161L762 120L857 120L857 144L952 144L952 123L1048 123L1048 77L1143 77L1143 170L1238 170L1238 84L1333 84L1333 64L1429 64L1429 176L1524 176L1524 114L1619 114L1619 105L1714 105L1714 76L1810 76L1810 150L1905 150L1905 153L2000 153L2000 70L2000 0L2000 0L1905 0L1905 0L1810 0L1810 0L1714 0L1714 0L1619 0L1619 0L1524 0L1524 0L1429 0L1429 0L1333 0L1333 0L1238 0L1238 0L1143 0L1143 0L1048 0L1048 0L952 0L952 0L857 0L857 0L762 0L762 0L667 0L667 0L571 0L571 0L476 0L476 0L381 0L381 0L286 0L286 0L190 0L190 0L95 0L95 0L0 0Z' fill='%23001122'%3E%3C/path%3E%3C/svg%3E");
}

.biome-jungle {
  background-color: #1a3a2b;
  /* Dark jungle green */
  /* Subtle repeating SVG texture */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%232c523f' fill-opacity='0.3' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.99 7.5V30L0 22.5zM15 15l12.99 7.5V30L15 22.5z'/%3E%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg id='visual' viewBox='0 0 2000 2000' width='2000' height='2000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1'%3E%3Crect x='0' y='0' width='2000' height='2000' fill='%236b3413'%3E%3C/rect%3E%3Cpath d='M0 1455L100 1573L200 1447L300 1638L400 1671L500 1676L600 1531L700 1660L800 1632L900 1614L1000 1670L1100 1442L1200 1465L1300 1702L1400 1492L1500 1613L1600 1469L1700 1477L1800 1492L1900 1451L2000 1508L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23eb6e4b'%3E%3C/path%3E%3Cpath d='M0 1342L100 1342L200 1321L300 1344L400 1304L500 1528L600 1316L700 1437L800 1459L900 1307L1000 1455L1100 1482L1200 1349L1300 1458L1400 1389L1500 1427L1600 1444L1700 1518L1800 1408L1900 1299L2000 1315L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23df733a'%3E%3C/path%3E%3Cpath d='M0 1181L100 1218L200 1312L300 1366L400 1177L500 1238L600 1329L700 1359L800 1324L900 1273L1000 1264L1100 1260L1200 1259L1300 1349L1400 1293L1500 1203L1600 1264L1700 1352L1800 1336L1900 1279L2000 1185L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23d17929'%3E%3C/path%3E%3Cpath d='M0 1195L100 1041L200 1113L300 1086L400 1205L500 1212L600 1041L700 1215L800 1136L900 1015L1000 1194L1100 1030L1200 1137L1300 1002L1400 1133L1500 997L1600 1141L1700 993L1800 1172L1900 1014L2000 1076L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23c27e19'%3E%3C/path%3E%3Cpath d='M0 893L100 1032L200 1004L300 941L400 949L500 934L600 974L700 856L800 900L900 906L1000 892L1100 1051L1200 998L1300 862L1400 1023L1500 969L1600 1030L1700 869L1800 850L1900 881L2000 969L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23b18307'%3E%3C/path%3E%3Cpath d='M0 741L100 895L200 751L300 759L400 894L500 685L600 683L700 783L800 875L900 870L1000 876L1100 826L1200 833L1300 837L1400 688L1500 897L1600 677L1700 733L1800 672L1900 812L2000 785L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%239f8700'%3E%3C/path%3E%3Cpath d='M0 637L100 697L200 629L300 716L400 711L500 596L600 730L700 526L800 597L900 718L1000 588L1100 611L1200 554L1300 599L1400 620L1500 630L1600 657L1700 561L1800 711L1900 588L2000 725L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%238a8b00'%3E%3C/path%3E%3Cpath d='M0 574L100 438L200 451L300 412L400 564L500 525L600 490L700 497L800 569L900 550L1000 451L1100 520L1200 519L1300 422L1400 478L1500 478L1600 392L1700 405L1800 425L1900 533L2000 464L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23728e00'%3E%3C/path%3E%3Cpath d='M0 329L100 266L200 384L300 334L400 293L500 338L600 371L700 325L800 216L900 306L1000 386L1100 281L1200 297L1300 282L1400 316L1500 254L1600 345L1700 404L1800 418L1900 289L2000 307L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%23559000'%3E%3C/path%3E%3Cpath d='M0 65L100 107L200 261L300 66L400 66L500 241L600 163L700 158L800 237L900 202L1000 128L1100 157L1200 240L1300 91L1400 249L1500 119L1600 255L1700 240L1800 98L1900 199L2000 184L2000 0L1900 0L1800 0L1700 0L1600 0L1500 0L1400 0L1300 0L1200 0L1100 0L1000 0L900 0L800 0L700 0L600 0L500 0L400 0L300 0L200 0L100 0L0 0Z' fill='%232c9207'%3E%3C/path%3E%3C/svg%3E");
}

.biome-birds {
  background-color: #87CEEB;
  /* Sky Blue */
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.1' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zm1 6v-1L1 0h1z'/%3E%3C/g%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg id='visual' viewBox='0 0 2000 2000' width='2000' height='2000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1'%3E%3Crect x='0' y='0' width='2000' height='2000' fill='%231c9489'%3E%3C/rect%3E%3Cpath d='M0 635L100 722L200 848L300 911L400 895L500 715L600 669L700 1035L800 1061L900 724L1000 641L1100 1081L1200 633L1300 1067L1400 916L1500 1017L1600 961L1700 793L1800 675L1900 1079L2000 1088L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%23248700'%3E%3C/path%3E%3Cpath d='M0 1122L100 899L200 1104L300 803L400 767L500 1049L600 1024L700 837L800 886L900 1128L1000 1084L1100 828L1200 784L1300 1165L1400 932L1500 1134L1600 1042L1700 1098L1800 1174L1900 946L2000 869L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%233ea204'%3E%3C/path%3E%3Cpath d='M0 1200L100 1197L200 1207L300 1131L400 1147L500 937L600 1160L700 1190L800 1174L900 1088L1000 914L1100 1104L1200 1158L1300 918L1400 921L1500 910L1600 1007L1700 1187L1800 920L1900 1138L2000 1164L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2358bd07'%3E%3C/path%3E%3Cpath d='M0 1194L100 1113L200 1053L300 1135L400 991L500 1140L600 1208L700 1130L800 988L900 987L1000 1337L1100 1093L1200 1292L1300 1007L1400 1238L1500 1311L1600 1245L1700 1197L1800 1047L1900 1232L2000 1203L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2373d90a'%3E%3C/path%3E%3Cpath d='M0 1207L100 1246L200 1296L300 1110L400 1321L500 1375L600 1338L700 1376L800 1110L900 1394L1000 1302L1100 1334L1200 1252L1300 1145L1400 1427L1500 1386L1600 1407L1700 1367L1800 1160L1900 1340L2000 1163L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2390f50a'%3E%3C/path%3E%3Cpath d='M0 1256L100 1328L200 1265L300 1458L400 1477L500 1462L600 1427L700 1290L800 1285L900 1430L1000 1490L1100 1508L1200 1399L1300 1486L1400 1511L1500 1305L1600 1403L1700 1421L1800 1226L1900 1333L2000 1229L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2390f50a'%3E%3C/path%3E%3Cpath d='M0 1502L100 1574L200 1594L300 1507L400 1487L500 1415L600 1544L700 1529L800 1442L900 1347L1000 1420L1100 1579L1200 1380L1300 1545L1400 1410L1500 1458L1600 1582L1700 1440L1800 1599L1900 1463L2000 1415L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2390f50a'%3E%3C/path%3E%3Cpath d='M0 1520L100 1544L200 1650L300 1615L400 1511L500 1552L600 1492L700 1460L800 1574L900 1485L1000 1508L1100 1534L1200 1585L1300 1550L1400 1579L1500 1468L1600 1505L1700 1523L1800 1557L1900 1601L2000 1533L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2373d90a'%3E%3C/path%3E%3Cpath d='M0 1685L100 1725L200 1659L300 1569L400 1714L500 1666L600 1722L700 1728L800 1718L900 1634L1000 1704L1100 1658L1200 1583L1300 1745L1400 1588L1500 1598L1600 1663L1700 1660L1800 1727L1900 1643L2000 1665L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2358bd07'%3E%3C/path%3E%3Cpath d='M0 1703L100 1760L200 1828L300 1784L400 1750L500 1733L600 1789L700 1806L800 1830L900 1846L1000 1762L1100 1765L1200 1752L1300 1838L1400 1845L1500 1718L1600 1752L1700 1687L1800 1839L1900 1756L2000 1719L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%233ea204'%3E%3C/path%3E%3Cpath d='M0 1801L100 1815L200 1867L300 1886L400 1841L500 1833L600 1870L700 1819L800 1875L900 1869L1000 1860L1100 1804L1200 1932L1300 1841L1400 1914L1500 1872L1600 1880L1700 1857L1800 1922L1900 1913L2000 1882L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%23248700'%3E%3C/path%3E%3C/svg%3E");
  background-image: url("data:image/svg+xml,%3Csvg id='visual' viewBox='0 0 2000 2000' width='2000' height='2000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1'%3E%3Crect x='0' y='0' width='2000' height='2000' fill='%231c9489'%3E%3C/rect%3E%3Cpath d='M0 500L100 673L200 598L300 555L400 662L500 558L600 697L700 586L800 636L900 624L1000 509L1100 650L1200 507L1300 569L1400 520L1500 522L1600 547L1700 608L1800 611L1900 679L2000 564L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%23248700'%3E%3C/path%3E%3Cpath d='M0 753L100 670L200 780L300 745L400 709L500 805L600 785L700 711L800 631L900 787L1000 779L1100 841L1200 755L1300 694L1400 797L1500 836L1600 805L1700 788L1800 765L1900 802L2000 711L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%233ea204'%3E%3C/path%3E%3Cpath d='M0 923L100 897L200 901L300 964L400 756L500 914L600 834L700 760L800 943L900 819L1000 962L1100 858L1200 794L1300 899L1400 951L1500 926L1600 943L1700 832L1800 763L1900 958L2000 903L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2358bd07'%3E%3C/path%3E%3Cpath d='M0 1074L100 951L200 934L300 1072L400 1080L500 1073L600 999L700 999L800 986L900 1047L1000 875L1100 950L1200 886L1300 963L1400 1049L1500 948L1600 1018L1700 1042L1800 1004L1900 892L2000 916L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2373d90a'%3E%3C/path%3E%3Cpath d='M0 1044L100 1109L200 1054L300 1136L400 1076L500 1206L600 1178L700 1085L800 1049L900 1197L1000 1081L1100 1027L1200 1185L1300 1047L1400 1072L1500 1196L1600 1069L1700 1012L1800 1137L1900 1044L2000 1113L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2390f50a'%3E%3C/path%3E%3Cpath d='M0 1273L100 1318L200 1326L300 1162L400 1192L500 1244L600 1214L700 1317L800 1296L900 1263L1000 1208L1100 1201L1200 1325L1300 1184L1400 1316L1500 1159L1600 1295L1700 1217L1800 1217L1900 1275L2000 1255L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2390f50a'%3E%3C/path%3E%3Cpath d='M0 1282L100 1450L200 1382L300 1362L400 1412L500 1353L600 1277L700 1432L800 1364L900 1420L1000 1428L1100 1366L1200 1269L1300 1430L1400 1264L1500 1275L1600 1428L1700 1421L1800 1376L1900 1276L2000 1430L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2390f50a'%3E%3C/path%3E%3Cpath d='M0 1416L100 1411L200 1474L300 1479L400 1458L500 1515L600 1512L700 1490L800 1485L900 1542L1000 1575L1100 1458L1200 1421L1300 1521L1400 1516L1500 1533L1600 1525L1700 1493L1800 1553L1900 1516L2000 1520L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2373d90a'%3E%3C/path%3E%3Cpath d='M0 1587L100 1577L200 1556L300 1622L400 1611L500 1526L600 1649L700 1602L800 1541L900 1599L1000 1559L1100 1595L1200 1679L1300 1671L1400 1661L1500 1593L1600 1693L1700 1590L1800 1602L1900 1600L2000 1602L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%2358bd07'%3E%3C/path%3E%3Cpath d='M0 1667L100 1790L200 1809L300 1772L400 1788L500 1658L600 1773L700 1804L800 1720L900 1743L1000 1765L1100 1678L1200 1718L1300 1690L1400 1727L1500 1671L1600 1782L1700 1805L1800 1805L1900 1694L2000 1714L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%233ea204'%3E%3C/path%3E%3Cpath d='M0 1823L100 1832L200 1926L300 1818L400 1819L500 1825L600 1818L700 1926L800 1824L900 1823L1000 1894L1100 1792L1200 1894L1300 1915L1400 1906L1500 1807L1600 1935L1700 1869L1800 1786L1900 1861L2000 1935L2000 2001L1900 2001L1800 2001L1700 2001L1600 2001L1500 2001L1400 2001L1300 2001L1200 2001L1100 2001L1000 2001L900 2001L800 2001L700 2001L600 2001L500 2001L400 2001L300 2001L200 2001L100 2001L0 2001Z' fill='%23248700'%3E%3C/path%3E%3C/svg%3E");
}

.biome-futuristic {
  background-color: #f87171;
  background-image: url("data:image/svg+xml,%3Csvg id='visual' viewBox='0 0 2000 2000' width='2000' height='2000' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1'%3E%3Cg stroke-width='1' stroke-linejoin='bevel'%3E%3Cpath d='M926.2 994.2L888.5 895.2L896.2 1003.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M926.2 994.2L992.8 880.2L888.5 895.2Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1066.8 1049.8L1004.2 874.5L992.8 880.2Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M925.2 755.9L854.5 796.5L888.5 895.2Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M854.5 796.5L776.9 882.2L888.5 895.2Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M888.5 895.2L774.5 1021.8L896.2 1003.8Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M776.9 882.2L774.5 1021.8L888.5 895.2Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1066.8 1049.8L1017.8 857.5L1004.2 874.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1004.2 874.5L1017.8 857.5L992.8 880.2Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M925.2 755.9L888.5 895.2L992.8 880.2Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1017.8 857.5L925.2 755.9L992.8 880.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M993.2 1124.5L1066.8 1049.8L926.2 994.2Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M926.2 994.2L1066.8 1049.8L992.8 880.2Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M993.2 1124.5L926.2 994.2L896.2 1003.8Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M900.2 1236.1L993.2 1124.5L896.2 1003.8Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M630.9 1057.8L752.5 1098.5L774.5 1021.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M774.5 1021.8L752.5 1098.5L896.2 1003.8Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M754.9 755.9L757.9 778.5L854.5 796.5Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M854.5 796.5L757.9 778.5L776.9 882.2Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M606.2 991.8L630.9 1057.8L774.5 1021.8Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M752.5 1098.5L755.9 1130.5L896.2 1003.8Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M876.5 637.9L754.9 755.9L854.5 796.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M606.2 991.8L774.5 1021.8L776.9 882.2Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1224.5 888.5L1106.5 782.9L1017.8 857.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1017.8 857.5L1093.8 747.9L925.2 755.9Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1106.5 782.9L1093.8 747.9L1017.8 857.5Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M925.2 755.9L876.5 637.9L854.5 796.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M606.2 991.8L776.9 882.2L580.2 813.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M752.5 1098.5L643.2 1129.5L755.9 1130.5Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M898.5 1242.1L900.2 1236.1L755.9 1130.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M755.9 1130.5L900.2 1236.1L896.2 1003.8Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M993.2 1124.5L1068.8 1218.5L1066.8 1049.8Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M580.2 813.5L776.9 882.2L757.9 778.5Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M783.5 1344.8L898.5 1242.1L755.9 1130.5Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M900.2 1236.1L992.8 1242.1L993.2 1124.5Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M898.5 1242.1L992.8 1242.1L900.2 1236.1Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M543.6 1060.8L643.2 1129.5L630.9 1057.8Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M630.9 1057.8L643.2 1129.5L752.5 1098.5Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M986.2 612.2L876.5 637.9L925.2 755.9Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M992.8 1242.1L1068.8 1218.5L993.2 1124.5Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1066.8 1049.8L1223.5 939.2L1017.8 857.5Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1198.5 1079.8L1223.5 939.2L1066.8 1049.8Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1106.5 782.9L1264.1 784.5L1093.8 747.9Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1068.8 1218.5L1198.5 1079.8L1066.8 1049.8Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1223.5 939.2L1224.5 888.5L1017.8 857.5Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M761.5 596.2L666.2 701.9L754.9 755.9Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M754.9 755.9L666.2 701.9L757.9 778.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M666.2 701.9L580.2 813.5L757.9 778.5Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1105.8 549.2L986.2 612.2L1093.8 747.9Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1093.8 747.9L986.2 612.2L925.2 755.9Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M536.6 833.5L548.2 996.2L606.2 991.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M606.2 991.8L543.6 1060.8L630.9 1057.8Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M548.2 996.2L543.6 1060.8L606.2 991.8Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M440.6 749.9L536.6 833.5L580.2 813.5Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M580.2 813.5L536.6 833.5L606.2 991.8Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M548.2 996.2L470.6 966.2L543.6 1060.8Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M948.2 502.6L761.5 596.2L876.5 637.9Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M876.5 637.9L761.5 596.2L754.9 755.9Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M666.2 701.9L590.2 656.2L580.2 813.5Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1068.8 1218.5L1217.5 1165.5L1198.5 1079.8Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1198.5 1079.8L1295.1 996.2L1223.5 939.2Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M423.6 1190.5L655.2 1261.1L643.2 1129.5Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M643.2 1129.5L655.2 1261.1L755.9 1130.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M898.5 1242.1L931.2 1421.8L992.8 1242.1Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M655.2 1261.1L686.9 1290.1L755.9 1130.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1273.1 1125.8L1295.1 996.2L1198.5 1079.8Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1223.5 939.2L1362.8 957.2L1224.5 888.5Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1405.8 838.5L1264.1 784.5L1224.5 888.5Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1224.5 888.5L1264.1 784.5L1106.5 782.9Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M686.9 1290.1L783.5 1344.8L755.9 1130.5Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1228.1 1310.1L1192.5 1254.1L1133.5 1459.8Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1068.8 1218.5L1192.5 1254.1L1217.5 1165.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1217.5 1165.5L1273.1 1125.8L1198.5 1079.8Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M667.9 581.2L590.2 656.2L666.2 701.9Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M429.9 999.2L470.6 966.2L336.9 806.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M536.6 833.5L470.6 966.2L548.2 996.2Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M543.6 1060.8L423.6 1190.5L643.2 1129.5Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1133.5 1459.8L1068.8 1218.5L992.8 1242.1Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1217.5 1165.5L1327.1 1184.5L1273.1 1125.8Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M761.5 596.2L667.9 581.2L666.2 701.9Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M649.9 438.6L667.9 581.2L711.9 403.9Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1105.8 549.2L948.2 502.6L986.2 612.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M986.2 612.2L948.2 502.6L876.5 637.9Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1231.1 537.6L1105.8 549.2L1093.8 747.9Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1415.8 1026.8L1362.8 957.2L1295.1 996.2Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1295.1 996.2L1362.8 957.2L1223.5 939.2Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M336.9 806.5L470.6 966.2L536.6 833.5Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M470.6 966.2L429.9 999.2L543.6 1060.8Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M783.5 1344.8L931.2 1421.8L898.5 1242.1Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1178.5 509.2L1130.5 528.6L1231.1 537.6Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1105.8 549.2L1111.8 511.6L948.2 502.6Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1130.5 528.6L1105.8 549.2L1231.1 537.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1130.5 528.6L1111.8 511.6L1105.8 549.2Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1133.5 1459.8L1192.5 1254.1L1068.8 1218.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1192.5 1254.1L1327.1 1184.5L1217.5 1165.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1273.1 1125.8L1415.8 1026.8L1295.1 996.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1228.1 1310.1L1327.1 1184.5L1192.5 1254.1Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M499.6 638.2L440.6 749.9L590.2 656.2Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M590.2 656.2L440.6 749.9L580.2 813.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M667.9 581.2L499.6 638.2L590.2 656.2Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M334.9 1061.8L412.9 1116.5L429.9 999.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M429.9 999.2L412.9 1116.5L543.6 1060.8Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M753.5 1513.4L763.9 1445.8L641.9 1494.4Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M686.9 1290.1L763.9 1445.8L783.5 1344.8Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M783.5 1344.8L763.9 1445.8L931.2 1421.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M633.2 1468.8L686.9 1290.1L655.2 1261.1Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1510.4 898.5L1405.8 838.5L1362.8 957.2Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1362.8 957.2L1405.8 838.5L1224.5 888.5Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1231.1 537.6L1093.8 747.9L1264.1 784.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1130.5 528.6L1178.5 509.2L1111.8 511.6Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M989.8 384.9L872.5 415.6L948.2 502.6Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1418.8 1142.5L1415.8 1026.8L1273.1 1125.8Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1405.8 838.5L1395.8 779.9L1264.1 784.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1395.8 779.9L1349.1 677.9L1264.1 784.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M412.9 1116.5L423.6 1190.5L543.6 1060.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1349.1 677.9L1231.1 537.6L1264.1 784.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M989.8 384.9L948.2 502.6L1111.8 511.6Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M948.2 502.6L872.5 415.6L761.5 596.2Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M667.9 581.2L551.2 414.6L499.6 638.2Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M913.2 1519.4L1005.8 1474.8L931.2 1421.8Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M931.2 1421.8L1005.8 1474.8L992.8 1242.1Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1479.4 1218.1L1418.8 1142.5L1327.1 1184.5Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1327.1 1184.5L1418.8 1142.5L1273.1 1125.8Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1005.8 1474.8L1133.5 1459.8L992.8 1242.1Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1228.1 1310.1L1343.8 1290.1L1327.1 1184.5Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1244.1 1412.8L1343.8 1290.1L1228.1 1310.1Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1231.1 537.6L1206.5 417.9L1178.5 509.2Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1349.1 677.9L1297.1 554.2L1231.1 537.6Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1395.8 554.2L1297.1 554.2L1349.1 677.9Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M711.9 403.9L667.9 581.2L761.5 596.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M384.9 1266.1L415.6 1254.1L423.6 1190.5Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M423.6 1190.5L415.6 1254.1L655.2 1261.1Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M763.9 1445.8L913.2 1519.4L931.2 1421.8Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1122.8 1592.4L1216.1 1518.4L1133.5 1459.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M234.3 959.2L334.9 1061.8L429.9 999.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M412.9 1116.5L334.9 1061.8L423.6 1190.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1206.5 417.9L1111.8 511.6L1178.5 509.2Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1206.5 417.9L989.8 384.9L1111.8 511.6Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M872.5 415.6L711.9 403.9L761.5 596.2Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M889.5 361.9L711.9 403.9L872.5 415.6Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M326.9 691.9L336.9 806.5L440.6 749.9Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M440.6 749.9L336.9 806.5L536.6 833.5Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M326.9 691.9L440.6 749.9L499.6 638.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1133.5 1459.8L1244.1 1412.8L1228.1 1310.1Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M633.2 1468.8L763.9 1445.8L686.9 1290.1Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M763.9 1445.8L854.5 1568.1L913.2 1519.4Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M510.6 1479.8L633.2 1468.8L655.2 1261.1Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M989.8 384.9L889.5 361.9L872.5 415.6Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M334.9 1061.8L384.9 1266.1L423.6 1190.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M462.6 1455.4L510.6 1479.8L655.2 1261.1Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M633.2 1468.8L641.9 1494.4L763.9 1445.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M510.6 1479.8L641.9 1494.4L633.2 1468.8Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1297.1 554.2L1206.5 417.9L1231.1 537.6Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M989.8 384.9L941.2 317.9L889.5 361.9Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1415.8 1026.8L1510.4 898.5L1362.8 957.2Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1405.8 838.5L1598.1 800.5L1395.8 779.9Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1568.1 637.2L1395.8 554.2L1349.1 677.9Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1566.4 988.2L1510.4 898.5L1415.8 1026.8Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M753.5 1513.4L854.5 1568.1L763.9 1445.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1122.8 1592.4L1133.5 1459.8L1005.8 1474.8Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M776.9 1647.1L854.5 1568.1L753.5 1513.4Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M289.9 565.2L326.9 691.9L499.6 638.2Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M336.9 806.5L234.3 959.2L429.9 999.2Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M711.9 403.9L634.2 376.9L649.9 438.6Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M649.9 438.6L551.2 414.6L667.9 581.2Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M777.9 165.3L634.2 376.9L711.9 403.9Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M999.2 206.3L941.2 317.9L989.8 384.9Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M889.5 361.9L888.5 253.3L711.9 403.9Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M634.2 376.9L551.2 414.6L649.9 438.6Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1568.1 637.2L1349.1 677.9L1395.8 779.9Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1297.1 554.2L1305.1 371.9L1206.5 417.9Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1343.8 1290.1L1479.4 1218.1L1327.1 1184.5Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1579.4 1104.8L1566.4 988.2L1415.8 1026.8Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1512.4 1465.4L1479.4 1218.1L1343.8 1290.1Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1216.1 1518.4L1338.8 1418.8L1244.1 1412.8Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1244.1 1412.8L1338.8 1418.8L1343.8 1290.1Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1216.1 1518.4L1244.1 1412.8L1133.5 1459.8Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M992.8 1606.1L1005.8 1474.8L913.2 1519.4Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M462.6 1455.4L655.2 1261.1L415.6 1254.1Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M641.9 1494.4L665.2 1581.4L753.5 1513.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M220.3 818.5L234.3 959.2L336.9 806.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M334.9 1061.8L157.3 1169.5L384.9 1266.1Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M234.3 959.2L238.3 1034.8L334.9 1061.8Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M352.9 1360.8L462.6 1455.4L415.6 1254.1Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M931.2 1662.1L992.8 1606.1L854.5 1568.1Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M854.5 1568.1L992.8 1606.1L913.2 1519.4Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M352.9 1360.8L415.6 1254.1L384.9 1266.1Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1586.1 1001.8L1566.4 988.2L1579.4 1104.8Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1568.1 637.2L1416.8 503.6L1395.8 554.2Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M579.2 1588.1L641.9 1494.4L510.6 1479.8Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M579.2 1588.1L665.2 1581.4L641.9 1494.4Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1512.4 1465.4L1514.4 1225.5L1479.4 1218.1Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1479.4 1218.1L1579.4 1104.8L1418.8 1142.5Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M228.3 1340.8L352.9 1360.8L384.9 1266.1Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M289.9 565.2L254.3 715.9L326.9 691.9Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M326.9 691.9L254.3 715.9L336.9 806.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M992.8 1606.1L1122.8 1592.4L1005.8 1474.8Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1395.8 554.2L1416.8 503.6L1297.1 554.2Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1598.1 800.5L1405.8 838.5L1510.4 898.5Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M254.3 715.9L220.3 818.5L336.9 806.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M234.3 959.2L190.6 1022.8L238.3 1034.8Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1579.4 1104.8L1415.8 1026.8L1418.8 1142.5Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1647.1 875.2L1598.1 800.5L1510.4 898.5Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M999.2 206.3L888.5 253.3L941.2 317.9Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M941.2 317.9L888.5 253.3L889.5 361.9Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M443.6 340.9L451.6 412.6L551.2 414.6Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1179.5 284.3L989.8 384.9L1206.5 417.9Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M443.6 340.9L551.2 414.6L546.6 251.3Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M551.2 414.6L451.6 412.6L499.6 638.2Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1514.4 1225.5L1579.4 1104.8L1479.4 1218.1Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M665.2 1581.4L776.9 1647.1L753.5 1513.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M992.8 1606.1L1111.8 1699.7L1122.8 1592.4Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1416.8 503.6L1305.1 371.9L1297.1 554.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M162.6 1014.2L190.6 1022.8L234.3 959.2Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M238.3 1034.8L157.3 1169.5L334.9 1061.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M431.6 1632.1L579.2 1588.1L510.6 1479.8Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M665.2 1581.4L753.9 1695.7L776.9 1647.1Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M374.9 1567.4L510.6 1479.8L462.6 1455.4Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M776.9 1647.1L931.2 1662.1L854.5 1568.1Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M300.9 541.6L289.9 565.2L499.6 638.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M105.6 731.9L144.6 826.5L220.3 818.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1647.1 875.2L1510.4 898.5L1566.4 988.2Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M451.6 412.6L300.9 541.6L499.6 638.2Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1216.1 1518.4L1244.5 1582.4L1338.8 1418.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1512.4 1465.4L1586.1 1234.1L1514.4 1225.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1122.8 1592.4L1244.5 1582.4L1216.1 1518.4Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1247.5 1672.1L1244.5 1582.4L1122.8 1592.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1305.1 371.9L1179.5 284.3L1206.5 417.9Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M144.6 826.5L162.6 1014.2L234.3 959.2Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M190.6 1022.8L157.3 1169.5L238.3 1034.8Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M144.6 826.5L234.3 959.2L220.3 818.5Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1591.4 686.9L1568.1 637.2L1395.8 779.9Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1416.8 503.6L1408.8 401.9L1305.1 371.9Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1598.1 800.5L1591.4 686.9L1395.8 779.9Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1457.4 1479.8L1343.8 1290.1L1338.8 1418.8Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1514.4 1225.5L1586.1 1234.1L1579.4 1104.8Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1740.7 925.2L1647.1 875.2L1586.1 1001.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1586.1 1001.8L1647.1 875.2L1566.4 988.2Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1093.8 211.3L999.2 206.3L989.8 384.9Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M546.6 251.3L551.2 414.6L634.2 376.9Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1547.4 406.6L1408.8 401.9L1416.8 503.6Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1305.1 371.9L1288.1 203.3L1179.5 284.3Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1690.7 1131.8L1586.1 1001.8L1579.4 1104.8Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1598.1 800.5L1635.1 695.9L1591.4 686.9Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M546.6 251.3L634.2 376.9L595.2 194.3Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M451.6 412.6L290.3 412.6L300.9 541.6Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M518.2 1710.7L753.9 1695.7L665.2 1581.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M776.9 1647.1L842.5 1780.7L931.2 1662.1Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M129.6 653.2L254.3 715.9L289.9 565.2Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M105.6 731.9L220.3 818.5L254.3 715.9Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1179.5 284.3L1093.8 211.3L989.8 384.9Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1114.5 128.6L1093.8 211.3L1179.5 284.3Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M162.6 1014.2L157.3 1169.5L190.6 1022.8Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M352.9 1360.8L374.9 1567.4L462.6 1455.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M63.6 1101.5L157.3 1169.5L162.6 1014.2Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1435.8 1581.4L1457.4 1479.8L1338.8 1418.8Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M177.3 1296.1L228.3 1340.8L384.9 1266.1Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M985.8 66.6L923.2 170.6L999.2 206.3Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M999.2 206.3L923.2 170.6L888.5 253.3Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M777.9 165.3L711.9 403.9L888.5 253.3Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1141.5 1744.7L1111.8 1699.7L922.2 1812.7Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M931.2 1662.1L1111.8 1699.7L992.8 1606.1Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1244.5 1582.4L1435.8 1581.4L1338.8 1418.8Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1591.4 686.9L1635.1 695.9L1568.1 637.2Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1568.1 637.2L1600.4 572.2L1416.8 503.6Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1742.7 796.5L1635.1 695.9L1598.1 800.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M923.2 170.6L777.9 165.3L888.5 253.3Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M157.3 1169.5L177.3 1296.1L384.9 1266.1Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1635.1 695.9L1600.4 572.2L1568.1 637.2Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1111.8 1699.7L1247.5 1672.1L1122.8 1592.4Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1435.8 1581.4L1512.4 1465.4L1457.4 1479.8Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1457.4 1479.8L1512.4 1465.4L1343.8 1290.1Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M297.3 1574.4L352.9 1360.8L228.3 1340.8Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M297.3 1574.4L374.9 1567.4L352.9 1360.8Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M579.2 1588.1L518.2 1710.7L665.2 1581.4Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M300.3 305.9L290.3 412.6L443.6 340.9Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M443.6 340.9L290.3 412.6L451.6 412.6Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M300.9 541.6L193.3 532.2L289.9 565.2Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M777.9 165.3L595.2 194.3L634.2 376.9Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M391.9 255.3L385.9 275.9L443.6 340.9Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1674.1 1202.5L1579.4 1104.8L1586.1 1234.1Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1674.1 1202.5L1690.7 1131.8L1579.4 1104.8Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1647.1 875.2L1742.7 796.5L1598.1 800.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M290.3 412.6L193.3 532.2L300.9 541.6Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M129.6 653.2L105.6 731.9L254.3 715.9Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M0 931.2L63.6 1101.5L162.6 1014.2Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1779.7 1278.1L1674.1 1202.5L1586.1 1234.1Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M193.3 532.2L129.6 653.2L289.9 565.2Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M374.9 1567.4L431.6 1632.1L510.6 1479.8Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1141.5 1744.7L1249.1 1697.7L1247.5 1672.1Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1371.1 1689.1L1435.8 1581.4L1244.5 1582.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1371.1 1689.1L1244.5 1582.4L1247.5 1672.1Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1111.8 1699.7L1141.5 1744.7L1247.5 1672.1Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M922.2 1812.7L1111.8 1699.7L931.2 1662.1Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M765.5 1864.4L842.5 1780.7L753.9 1695.7Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M753.9 1695.7L842.5 1780.7L776.9 1647.1Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1360.8 187.3L1305.1 371.9L1408.8 401.9Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1360.8 187.3L1288.1 203.3L1305.1 371.9Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1093.8 211.3L1114.5 128.6L999.2 206.3Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M391.9 255.3L443.6 340.9L546.6 251.3Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M290.3 412.6L127.6 438.6L193.3 532.2Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M0 931.2L162.6 1014.2L144.6 826.5Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M157.3 1169.5L97.6 1320.1L177.3 1296.1Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1831.4 982.2L1740.7 925.2L1690.7 1131.8Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1690.7 1131.8L1740.7 925.2L1586.1 1001.8Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1635.1 695.9L1734.7 560.2L1600.4 572.2Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1600.4 572.2L1547.4 406.6L1416.8 503.6Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1607.1 432.6L1547.4 406.6L1600.4 572.2Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1288.1 203.3L1114.5 128.6L1179.5 284.3Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M923.2 170.6L756.5 97.6L777.9 165.3Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M431.6 1632.1L518.2 1710.7L579.2 1588.1Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M543.6 135.6L391.9 255.3L546.6 251.3Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M385.9 275.9L300.3 305.9L443.6 340.9Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1740.7 925.2L1742.7 796.5L1647.1 875.2Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M777.9 165.3L735.9 84.6L595.2 194.3Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M595.2 194.3L543.6 135.6L546.6 251.3Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M887.5 0L756.5 97.6L923.2 170.6Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1512.4 1465.4L1592.1 1459.8L1586.1 1234.1Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1637.1 1487.4L1592.1 1459.8L1512.4 1465.4Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M872.2 1909.4L922.2 1812.7L842.5 1780.7Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M842.5 1780.7L922.2 1812.7L931.2 1662.1Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M301.9 1666.1L397.6 1697.7L431.6 1632.1Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M431.6 1632.1L397.6 1697.7L518.2 1710.7Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M179.6 1591.4L297.3 1574.4L228.3 1340.8Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M97.6 1320.1L228.3 1340.8L177.3 1296.1Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M735.9 84.6L582.2 139.6L595.2 194.3Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1547.4 406.6L1532.4 351.9L1408.8 401.9Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1580.1 349.9L1532.4 351.9L1547.4 406.6Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M190.3 305.3L300.3 305.9L163.6 112.6Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M391.9 255.3L300.3 305.9L385.9 275.9Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M0 656.9L105.6 731.9L129.6 653.2Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M756.5 97.6L735.9 84.6L777.9 165.3Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M715.9 0L735.9 84.6L756.5 97.6Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M0 1132.5L97.6 1320.1L157.3 1169.5Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1718.7 455.6L1607.1 432.6L1600.4 572.2Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1249.1 1697.7L1371.1 1689.1L1247.5 1672.1Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1435.8 1581.4L1476.4 1646.1L1512.4 1465.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1281.1 1803.4L1371.1 1689.1L1249.1 1697.7Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1402.8 1690.1L1371.1 1689.1L1405.8 1742.7Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M585.2 0L543.6 135.6L582.2 139.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M582.2 139.6L543.6 135.6L595.2 194.3Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M887.5 0L985.8 66.6L975.2 0Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1114.5 128.6L985.8 66.6L999.2 206.3Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1532.4 351.9L1360.8 187.3L1408.8 401.9Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1288.1 203.3L1283.1 45.6L1114.5 128.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M0 765.5L144.6 826.5L105.6 731.9Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M0 765.5L0 931.2L144.6 826.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M63.6 1101.5L0 1132.5L157.3 1169.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1281.1 1803.4L1249.1 1697.7L1141.5 1744.7Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1371.1 1689.1L1402.8 1690.1L1435.8 1581.4Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M301.9 1666.1L431.6 1632.1L374.9 1567.4Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M667.9 1878.4L765.5 1864.4L753.9 1695.7Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1402.8 1690.1L1476.4 1646.1L1435.8 1581.4Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M0 931.2L0 1099.8L63.6 1101.5Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1607.1 432.6L1580.1 349.9L1547.4 406.6Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1604.1 192.6L1391.8 126.6L1360.8 187.3Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1703.7 291.3L1580.1 349.9L1607.1 432.6Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M0 1099.8L0 1132.5L63.6 1101.5Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M0 656.9L0 765.5L105.6 731.9Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M0 559.2L129.6 653.2L193.3 532.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1476.4 1646.1L1637.1 1487.4L1512.4 1465.4Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1592.1 1459.8L1779.7 1278.1L1586.1 1234.1Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1819.4 1167.5L1831.4 982.2L1690.7 1131.8Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M0 1314.1L69.6 1351.8L97.6 1320.1Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M97.6 1320.1L69.6 1351.8L228.3 1340.8Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M297.3 1574.4L301.9 1666.1L374.9 1567.4Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M190.3 305.3L127.6 438.6L290.3 412.6Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M667.9 1878.4L753.9 1695.7L591.2 1863.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M922.2 1812.7L1137.5 1852.4L1141.5 1744.7Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1771.7 642.9L1734.7 560.2L1635.1 695.9Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1742.7 796.5L1771.7 642.9L1635.1 695.9Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1916.4 650.9L1771.7 642.9L1742.7 796.5Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M179.6 1591.4L301.9 1666.1L297.3 1574.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M591.2 1863.4L753.9 1695.7L518.2 1710.7Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1012.8 1940.4L1137.5 1852.4L922.2 1812.7Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1402.8 1690.1L1405.8 1742.7L1476.4 1646.1Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1819.4 1167.5L1690.7 1131.8L1813.7 1213.5Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1740.7 925.2L1850.4 871.5L1742.7 796.5Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1137.5 1852.4L1281.1 1803.4L1141.5 1744.7Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M0 559.2L0 656.9L129.6 653.2Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1281.1 1803.4L1405.8 1742.7L1371.1 1689.1Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1476.4 1646.1L1602.4 1710.7L1637.1 1487.4Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1637.1 1487.4L1779.7 1278.1L1592.1 1459.8Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M975.2 0L985.8 66.6L1008.8 0Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M985.8 66.6L887.5 0L923.2 170.6Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M735.9 84.6L585.2 0L582.2 139.6Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1813.7 1213.5L1690.7 1131.8L1674.1 1202.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1008.8 0L985.8 66.6L1114.5 128.6Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M307.3 85.6L300.3 305.9L391.9 255.3Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M300.3 305.9L190.3 305.3L290.3 412.6Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M0 543.6L0 559.2L193.3 532.2Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1779.7 1278.1L1813.7 1213.5L1674.1 1202.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1223.5 0L1008.8 0L1114.5 128.6Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M591.2 1863.4L518.2 1710.7L361.9 1820.7Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M765.5 1864.4L872.2 1909.4L842.5 1780.7Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M2000 892.2L1850.4 871.5L1831.4 982.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1831.4 982.2L1850.4 871.5L1740.7 925.2Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1822.4 581.2L1734.7 560.2L1771.7 642.9Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1822.4 581.2L1718.7 455.6L1734.7 560.2Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1734.7 560.2L1718.7 455.6L1600.4 572.2Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M853.5 2000L872.2 1909.4L755.9 2000Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1604.1 192.6L1360.8 187.3L1532.4 351.9Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1360.8 187.3L1283.1 45.6L1288.1 203.3Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1604.1 192.6L1532.4 351.9L1580.1 349.9Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M69.6 1351.8L179.6 1591.4L228.3 1340.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M361.9 1820.7L518.2 1710.7L397.6 1697.7Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M361.9 1820.7L397.6 1697.7L259.3 1777.7Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M887.5 0L715.9 0L756.5 97.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M364.9 38.6L307.3 85.6L391.9 255.3Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M0 1132.5L0 1314.1L97.6 1320.1Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M69.6 1351.8L0 1450.8L179.6 1591.4Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M0 543.6L193.3 532.2L127.6 438.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M0 288.9L0 543.6L127.6 438.6Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1391.8 126.6L1283.1 45.6L1360.8 187.3Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1916.4 650.9L1822.4 581.2L1771.7 642.9Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M961.2 2000L1012.8 1940.4L872.2 1909.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M872.2 1909.4L1012.8 1940.4L922.2 1812.7Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1334.8 2000L1426.8 1820.4L1281.1 1803.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1281.1 1803.4L1426.8 1820.4L1405.8 1742.7Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M715.9 0L585.2 0L735.9 84.6Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M73.6 279.3L120.6 318.9L190.3 305.3Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M190.3 305.3L120.6 318.9L127.6 438.6Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1261.1 0L1223.5 0L1283.1 45.6Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1283.1 45.6L1223.5 0L1114.5 128.6Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1431.8 0L1261.1 0L1283.1 45.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1237.5 2000L1281.1 1803.4L1137.5 1852.4Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1405.8 1742.7L1602.4 1710.7L1476.4 1646.1Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1637.1 1487.4L1819.4 1395.8L1779.7 1278.1Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M259.3 1777.7L397.6 1697.7L301.9 1666.1Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M755.9 2000L765.5 1864.4L667.9 1878.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M0 1314.1L0 1450.8L69.6 1351.8Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M179.6 1591.4L160.3 1679.1L301.9 1666.1Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1808.7 1486.8L1819.4 1395.8L1637.1 1487.4Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1779.7 1278.1L1931.4 1249.1L1813.7 1213.5Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1931.4 1249.1L1942.4 1059.8L1819.4 1167.5Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1819.4 1167.5L1942.4 1059.8L1831.4 982.2Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M0 1604.4L160.3 1679.1L179.6 1591.4Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1691.1 234.3L1604.1 192.6L1580.1 349.9Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1391.8 126.6L1431.8 0L1283.1 45.6Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1703.7 291.3L1607.1 432.6L1718.7 455.6Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1426.8 1820.4L1602.4 1710.7L1405.8 1742.7Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1784.7 330.9L1703.7 291.3L1718.7 455.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M160.3 1679.1L259.3 1777.7L301.9 1666.1Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M364.9 38.6L391.9 255.3L543.6 135.6Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M585.2 0L456.6 0L543.6 135.6Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1691.1 234.3L1607.4 177.3L1604.1 192.6Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1604.1 192.6L1535.4 96.6L1391.8 126.6Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M755.9 2000L872.2 1909.4L765.5 1864.4Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1012.8 1940.4L1107.8 2000L1137.5 1852.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M755.9 2000L667.9 1878.4L555.2 2000Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M853.5 2000L961.2 2000L872.2 1909.4Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1931.4 1249.1L1819.4 1167.5L1813.7 1213.5Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1850.4 871.5L1916.4 650.9L1742.7 796.5Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M456.6 0L364.9 38.6L543.6 135.6Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1822.7 1519.4L1808.7 1486.8L1637.1 1487.4Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1819.4 1395.8L1931.4 1249.1L1779.7 1278.1Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M520.6 1952.4L591.2 1863.4L361.9 1820.7Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M555.2 2000L667.9 1878.4L591.2 1863.4Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M163.6 112.6L73.6 279.3L190.3 305.3Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M120.6 318.9L0 288.9L127.6 438.6Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M2000 752.5L1916.4 650.9L1850.4 871.5Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1810.4 331.9L1784.7 330.9L1718.7 455.6Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1607.4 177.3L1535.4 96.6L1604.1 192.6Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1703.7 291.3L1691.1 234.3L1580.1 349.9Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1581.1 0L1540.4 0L1535.4 96.6Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1784.7 330.9L1691.1 234.3L1703.7 291.3Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M361.9 1944.4L520.6 1952.4L361.9 1820.7Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M961.2 2000L1107.8 2000L1012.8 1940.4Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1604.1 1803.7L1668.1 1696.1L1602.4 1710.7Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1602.4 1710.7L1668.1 1696.1L1637.1 1487.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1604.1 1803.7L1602.4 1710.7L1426.8 1820.4Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M2000 1249.5L1931.4 1249.1L2000 1303.1Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1901.4 542.6L1718.7 455.6L1822.4 581.2Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1916.4 650.9L1901.4 542.6L1822.4 581.2Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1771.7 1687.1L1822.7 1519.4L1637.1 1487.4Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M2000 1513.4L2000 1365.8L1819.4 1395.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1540.4 0L1431.8 0L1535.4 96.6Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1535.4 96.6L1431.8 0L1391.8 126.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M364.9 38.6L277.3 0L307.3 85.6Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M307.3 85.6L163.6 112.6L300.3 305.9Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M456.6 0L353.9 0L364.9 38.6Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M153.6 1801.7L289.3 1869.4L259.3 1777.7Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M259.3 1777.7L289.3 1869.4L361.9 1820.7Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M153.6 1801.7L259.3 1777.7L160.3 1679.1Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1901.4 542.6L1810.4 331.9L1718.7 455.6Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1784.7 330.9L1846.4 163.3L1691.1 234.3Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1581.1 0L1535.4 96.6L1722.7 60.6Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M440.6 2000L555.2 2000L520.6 1952.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M520.6 1952.4L555.2 2000L591.2 1863.4Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1107.8 2000L1237.5 2000L1137.5 1852.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M2000 1080.8L2000 892.2L1942.4 1059.8Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1942.4 1059.8L2000 892.2L1831.4 982.2Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1916.4 650.9L2000 648.2L1901.4 542.6Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M0 1450.8L0 1604.4L179.6 1591.4Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1482.4 1910.4L1604.1 1803.7L1426.8 1820.4Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1668.1 1696.1L1771.7 1687.1L1637.1 1487.4Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M277.3 0L163.6 112.6L307.3 85.6Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M73.6 279.3L0 288.9L120.6 318.9Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M0 180.3L0 288.9L73.6 279.3Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M2000 1249.5L2000 1080.8L1931.4 1249.1Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1931.4 1249.1L2000 1080.8L1942.4 1059.8Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M2000 892.2L2000 752.5L1850.4 871.5Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M2000 236.3L1846.4 163.3L1810.4 331.9Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1368.1 2000L1482.4 1910.4L1426.8 1820.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M298.3 2000L361.9 1944.4L289.3 1869.4Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M289.3 1869.4L361.9 1944.4L361.9 1820.7Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M44.6 1720.1L153.6 1801.7L160.3 1679.1Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M0 1604.4L0 1641.1L160.3 1679.1Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M353.9 0L277.3 0L364.9 38.6Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M2000 752.5L2000 686.9L1916.4 650.9Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1237.5 2000L1334.8 2000L1281.1 1803.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M361.9 1944.4L440.6 2000L520.6 1952.4Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M298.3 2000L440.6 2000L361.9 1944.4Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M2000 1303.1L1931.4 1249.1L2000 1365.8Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M2000 686.9L2000 648.2L1916.4 650.9Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1703.1 1820.4L1668.1 1696.1L1604.1 1803.7Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1703.1 1820.4L1771.7 1687.1L1668.1 1696.1Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M2000 1365.8L1931.4 1249.1L1819.4 1395.8Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1535.4 96.6L1607.4 177.3L1722.7 60.6Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M0 1641.1L44.6 1720.1L160.3 1679.1Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1334.8 2000L1368.1 2000L1426.8 1820.4Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1588.1 2000L1703.1 1820.4L1604.1 1803.7Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1819.4 1395.8L1808.7 1486.8L2000 1513.4Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1722.7 60.6L1607.4 177.3L1691.1 234.3Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M0 178.6L0 180.3L163.6 112.6Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M163.6 112.6L0 180.3L73.6 279.3Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M2000 1513.4L1808.7 1486.8L1822.7 1519.4Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M0 1641.1L0 1719.7L44.6 1720.1Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M0 1932.4L111.6 1936.4L153.6 1801.7Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M285.9 2000L298.3 2000L289.3 1869.4Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M50.6 0L0 178.6L163.6 112.6Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1588.1 2000L1604.1 1803.7L1482.4 1910.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M1771.7 1687.1L1883.4 1652.1L1822.7 1519.4Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M285.9 2000L289.3 1869.4L111.6 1936.4Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1807.4 1809.7L1883.4 1652.1L1771.7 1687.1Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1846.4 163.3L1722.7 60.6L1691.1 234.3Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1846.4 163.3L1784.7 330.9L1810.4 331.9Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M111.6 1936.4L289.3 1869.4L153.6 1801.7Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1368.1 2000L1529.4 2000L1482.4 1910.4Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1703.1 1820.4L1761.7 1827.7L1771.7 1687.1Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1883.4 1652.1L1958.4 1563.4L1822.7 1519.4Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1793.7 1867.4L1761.7 1827.7L1703.1 1820.4Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1883.4 1652.1L2000 1580.1L1958.4 1563.4Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M2000 398.9L1810.4 331.9L1901.4 542.6Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M2000 648.2L2000 398.9L1901.4 542.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M2000 398.9L2000 392.6L1810.4 331.9Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M2000 1580.1L2000 1513.4L1958.4 1563.4Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1958.4 1563.4L2000 1513.4L1822.7 1519.4Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1793.7 1867.4L1807.4 1809.7L1761.7 1827.7Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M1761.7 1827.7L1807.4 1809.7L1771.7 1687.1Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1529.4 2000L1588.1 2000L1482.4 1910.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M0 1932.4L153.6 1801.7L44.6 1720.1Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1897.4 94.6L1722.7 60.6L1846.4 163.3Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1897.4 94.6L1737.7 0L1722.7 60.6Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M1722.7 60.6L1737.7 0L1581.1 0Z' fill='%23277297' stroke='%23277297'%3E%3C/path%3E%3Cpath d='M277.3 0L50.6 0L163.6 112.6Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M2000 1810.7L2000 1580.1L1883.4 1652.1Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M1708.7 2000L1793.7 1867.4L1703.1 1820.4Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M1807.4 1809.7L2000 1810.7L1883.4 1652.1Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M50.6 0L0 0L0 178.6Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M2000 392.6L2000 236.3L1810.4 331.9Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M2000 153.6L1897.4 94.6L1846.4 163.3Z' fill='%2319435d' stroke='%2319435d'%3E%3C/path%3E%3Cpath d='M1588.1 2000L1708.7 2000L1703.1 1820.4Z' fill='%23246688' stroke='%23246688'%3E%3C/path%3E%3Cpath d='M1793.7 1867.4L1855.4 1893.4L1807.4 1809.7Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M0 1719.7L0 1932.4L44.6 1720.1Z' fill='%2315384f' stroke='%2315384f'%3E%3C/path%3E%3Cpath d='M111.6 1936.4L51.6 2000L285.9 2000Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1708.7 2000L1855.4 1893.4L1793.7 1867.4Z' fill='%23205a7a' stroke='%23205a7a'%3E%3C/path%3E%3Cpath d='M0 1932.4L51.6 2000L111.6 1936.4Z' fill='%23297ea6' stroke='%23297ea6'%3E%3C/path%3E%3Cpath d='M2000 236.3L2000 153.6L1846.4 163.3Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1897.4 94.6L1916.4 0L1737.7 0Z' fill='%230c2435' stroke='%230c2435'%3E%3C/path%3E%3Cpath d='M0 1932.4L0 2000L51.6 2000Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M2000 0L1916.4 0L1897.4 94.6Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M1855.4 1893.4L2000 1810.7L1807.4 1809.7Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M2000 1906.4L2000 1810.7L1855.4 1893.4Z' fill='%23081a28' stroke='%23081a28'%3E%3C/path%3E%3Cpath d='M2000 153.6L2000 0L1897.4 94.6Z' fill='%2300101c' stroke='%2300101c'%3E%3C/path%3E%3Cpath d='M1920.4 2000L2000 1906.4L1855.4 1893.4Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3Cpath d='M1708.7 2000L1920.4 2000L1855.4 1893.4Z' fill='%231d4e6b' stroke='%231d4e6b'%3E%3C/path%3E%3Cpath d='M1920.4 2000L2000 2000L2000 1906.4Z' fill='%23112e42' stroke='%23112e42'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* --- 3. Layout Containers --- */

.top-nav {
}

.page-container {
}

.hidden {
}

/* This class is now only a marker, as its styles are handled by Tailwind utilities in the HTML. */

.info-panel {
}

.game-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  padding: 2rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* 3D perspective wrapper for the grid and overlays */

.game-container-3d {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.game-grid-wrapper.game-grid-wrapper-tilt {
  /* Applies the 3D tilt to the grid */
  transform: rotateX(10deg) rotateZ(0deg) rotateY(0deg);
  transform-origin: top center;
}

.game-grid-wrapper-3d {
  /* Applies the 3D tilt to the grid */
  transform-style: preserve-3d;
}

/* Generic container for modal-like pages (Settings, Guide, etc.) */

.panel-container {
  width: 91.666667%;
  max-width: 600px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

/* --- 4. Grid & Cells --- */

/* --- 4. Grid & Cells --- */

.grid {
  display: grid;
  border: 2px solid #a0aec0;
  border-radius: 0.5rem;
  width: -moz-max-content;
  width: max-content;
  /* Make the grid only as wide as its content */
}

.game-grid-3d {
  transform-style: preserve-3d;
}

.gem {
  width: 60px;
  height: 60px;
  border: 1px solid #a0aec0;
  display: flex;
  border-radius: 8px;
  /* Rounded corners for the tile look */
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background-color 0.2s, transform 0.1s ease-in-out;
  /* Create a 3D tile effect with multiple shadows */
  box-shadow:
        inset 0 2px 2px rgba(255, 255, 255, 0.2), /* Inner top highlight */
        inset 0 -2px 2px rgba(0, 0, 0, 0.3), /* Inner bottom shadow */
        0 4px 6px rgba(0, 0, 0, 0.2);
  /* Outer drop shadow */
  transform-origin: 50% 100%;
  position: relative;
  transform-style: preserve-3d;
  /* This is the crucial fix */
}

.gem svg, .gem img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.gem.gem-empty {
  rem-background-color: #374151;
  /* gray-700 */
  /* Add a subtle gradient for depth */
  background-image: none;
  cursor: pointer;
  position: relative;
  border : none;
  box-shadow: none;
}

/* Default hover for non-settlers mode */

/* Default hover for non-settlers mode. Selects .gem-empty only when the grid does NOT have .settlers-mode-active */

.grid:not(.settlers-mode-active) .gem.gem-empty:hover {
  background-color: #fdb840;
  /* gray-600 */
}

/* In settlers mode, only show hover when a tool is active */

.settlers-mode-active.tool-active .gem.gem-empty:hover {
  background-color: #fdb840;
  /* gray-600 */
  cursor: pointer;
}

/* In settlers mode, when no tool is active, make the cursor default */

.settlers-mode-active .gem.gem-empty {
  cursor: default;
}

.gem-empty:hover::before {
  opacity: 1;
  animation: bounce-arrow 2s infinite;
}

.gem.gem-filled {
  cursor: default;
}

.gem.gem-animal {
  cursor: not-allowed;
  animation: pulse 2s infinite;
}

.gem.gem-inactive {
  background-color: #2d3748 !important;
  /* A dark, neutral gray */
  border-color: #4a5568 !important;
  cursor: not-allowed;
}

.gem.gem-buffer {
  cursor: default;
  font-size: 1.5rem;
  opacity: 0.5;
  border:none;
  box-shadow: none;
  border-radius: 0;
}

.mini-merge-layout .gem {
  width: 80px;
  height: 80px;
  font-size: 4rem;
}

.mini-merge-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

#mini-merge-controls {
  width: 100%;
  max-width: 380px;
  /* Match the width of the 3 large cells */
}

/* Hide the normal info panel in mini-merge mode */

.mini-merge-layout + #info-panel {
  display: none;
}

/* Hide the side panels in mini-merge mode */

.mini-merge-layout ~ #game-stats-box, .mini-merge-layout ~ #npc-editor-box, .mini-merge-layout ~ #settlement-editor-box, .mini-merge-layout ~ #dev-tools-box {
  display: none !important;
}

.indicator-icon {
  font-size: 0.7em;
  line-height: 1;
}

.indicator-quantity {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ef4444;
  /* Red */
  color: white;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  font-size: 0.8em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border: 1px solid white;
}

/* Add a subtle glow to settlements with items to pick up */

.gem.has-export {
  box-shadow: 0 0 8px 3px #f59e0b;
  /* Amber glow */
  animation: pulse-glow 2s infinite;
}

/* --- Compound Emoji for Settlements --- */

.compound-emoji {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
}

.compound-emoji .background, .compound-emoji .foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.compound-emoji .foreground {
  font-size: 0.6em;
  /* Make the foreground icon smaller */
  transform: translate(30%, 35%);
  /* Adjust position to the bottom-right */
  text-shadow: 0 0 2px black;
  /* Add a slight shadow for readability */
}

/* --- Settlement Cell Content --- */

.settlement-cell-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 2px;
  box-sizing: border-box;
}

.settlement-icon {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* --- 3D Settlement Effect --- */

.settlement-cell-content {
  transform-style: preserve-3d;
}

.settlement-icon {
  /* Tilt the icon up to give it a 3D appearance, similar to NPCs. */
  /* This will only apply when the parent grid has the 3D perspective enabled. */
  transform: rotateX(-50deg);
  transform-origin: bottom center;
  /* OPTIMIZATION: Use text-shadow instead of expensive drop-shadow filters. */
  /* This creates a simpler, but much more performant, 3D effect. */
  text-shadow: 0px 2px 0px rgba(0,0,0,0.4), 0px 4px 3px rgba(0,0,0,0.3), 0px 6px 6px rgba(0,0,0,0.2);
}

.settlement-name {
  font-size: 0.5rem;
  /* Very small text */
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  /* Prevent wrapping */
  overflow: hidden;
  /* Hide overflow */
  text-overflow: ellipsis;
  /* Add '...' for long names */
  width: 100%;
  line-height: 1.2;
  color: #f0f0f0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

/* --- Settlement Inventory Indicators --- */

.settlement-indicators {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  /* Pushes import and export stacks to the sides */
  align-items: stretch;
  /* Allows stacks to fill the height */
  pointer-events: none;
  /* Allow clicks to pass through to the cell */
}

/* Stacks for holding multiple indicators */

.indicator-stack {
  display: flex;
  flex-direction: column-reverse;
  /* Makes items stack from bottom to top */
  justify-content: flex-end;
  /* Aligns the start of the stack to the bottom */
}

.indicator-stack-import {
  align-items: flex-start;
  transform: translateX(-5px);
  /* Overhang left side */
}

.indicator-stack-export {
  align-items: flex-end;
  transform: translateX(5px);
  /* Overhang right side */
}

.indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 1.2em;
  height: 1.2em;
  font-size: 0.7em;
  color: white;
  border: 1px solid #fff;
  position: relative;
  margin-bottom: -12px;
  /* Overlap the indicators vertically */
}

/* Styles for the smaller grid snapshots in save slots */

.snapshot-grid-container {
  display: grid;
  border: 1px solid #a0aec0;
  border-radius: 0.25rem;
  margin-top: 0.5rem;
}

.snapshot-gem, .cell-snapshot {
  width: 24px;
  height: 24px;
  border: 1px solid #4a5568;
  border-radius: 4px;
  /* Rounded corners */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  /* Mini chiclet shadow effect */
  box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.1),
        inset 0 -1px 1px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(to bottom, #4A5568, #2D3748);
}

/* --- 5. UI Components --- */

/* 5.1 - Panels & Boxes */

.panel-container h2, .panel-container h3 {
  color: #f6ad55;
  border-bottom: 1px solid #4a5568;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.panel-container ul {
  margin-left: 1rem;
  margin-bottom: 1.5rem;
}

.panel-container li {
  word-wrap: break-word;
}

.score-box, .message-box {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
}

/* 5.2 - Buttons */

.button-style {
  cursor: pointer;
  border-radius: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-style.active-setting {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.rts-gui-button {
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.rts-gui-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.rts-gui-button-delete {
  margin-left: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.rts-gui-button-delete:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.rts-gui-button-pause {
  margin-left: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.rts-gui-button-pause:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

/* --- RTS GUI Styles --- */

#rts-gui {
}

#rts-gui-content {
}

#rts-gui-toggle-button {
}

/* Collapsed State */

#rts-gui.collapsed #rts-gui-content {
}

#rts-gui.collapsed #rts-gui-toggle-button {
}

/* --- Responsive RTS GUI for smaller screens --- */

@media (max-width: 768px) {
  #rts-gui {
  }

  #rts-gui-content {
  }

  #rts-gui.collapsed #rts-gui-content {
  }

  #rts-gui-toggle-button {
  }

  #rts-gui.collapsed #rts-gui-toggle-button {
  }

  .rts-gui-button-delete, .rts-gui-button-pause {
  }
}

.button-style:disabled {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  opacity: 0.7;
}

.button-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.button-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.button-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.button-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.button-config {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.button-config:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.button-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.button-danger:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

nav .button-style {
  color: #fef08a;
  /* A pleasant light yellow (yellow-200) for contrast */
}

.message-box p {
  font-size: 1.25rem;
}

/* 5.3 - Item Queue */

.queue-gem {
  width: 45px;
  height: 45px;
  background-color: #4a5568;
  border: 1px solid #718096;
  border-radius: 6px;
  /* Rounded corners */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  /* Chiclet shadow effect */
  box-shadow:
        inset 0 1px 1px rgba(255, 255, 255, 0.2),
        inset 0 -1px 1px rgba(0, 0, 0, 0.2),
        0 2px 3px rgba(0, 0, 0, 0.2);
  /* Subtle gradient */
  background-image: linear-gradient(to bottom, #6B7280, #4A5568);
  transition: background-color 0.2s, transform 0.2s ease-in-out;
}

.queue-gem svg, .queue-gem img {
  width: 80%;
  height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}

.queue-gem.next-item-highlight {
  background-color: #6b7280;
  /* gray-500 */
  animation: pulse-next-item 2s infinite ease-in-out;
}

.queue-gem.mini-merge-selected {
  transform: scale(1.5);
  box-shadow: 0 0 15px 5px #f59e0b;
  /* A strong amber glow */
  border-color: #fde047;
  z-index: 10;
}

.gem.held {
  border: 3px solid #fde047;
  /* yellow-300 */
  box-shadow: 0 0 15px 5px #f59e0b;
  /* amber-500 */
  transform: scale(1.05);
  z-index: 5;
  /* Bring it slightly forward */
}

.button-style.nudge-inactive {
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  box-shadow: none;
}

.button-style.nudge-active {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  animation: pulse-glow-green 2s infinite;
}

/* Animation for the "stare_at_player" zany action */

@keyframes stare-pivot-animation {
  0%, 100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-4px) scale(1.05);
  }
}

/*
 * Applies the stare animation to the inner body of an NPC
 * when the parent has the corresponding action class.
 */

.npc-action-stare_at_player .npc-body {
  animation: stare-pivot-animation 3s ease-in-out infinite;
}

@keyframes pulse-glow-green {
  0%, 100% {
    box-shadow: 0 0 10px rgba(74, 222, 128, 0.7);
    /* green-400 */
  }

  50% {
    box-shadow: 0 0 25px rgba(74, 222, 128, 1);
  }
}

.power-up-glow {
  animation: pulse-glow 1.5s infinite ease-in-out;
}

.animal-spawn-indicator {
  position: relative;
  overflow: visible !important;
  /* Ensure the icon isn't clipped */
}

.animal-spawn-icon {
  position: absolute;
  bottom: -5px;
  right: -5px;
  font-size: 1.2rem;
  background-color: #7f1d1d;
  /* bg-red-900 */
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  /* Vertically center the emoji */
}

/* 5.4 - Miscellaneous UI Elements */

.guide-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  /* A fixed size, e.g., ~28px */
  height: 1.75rem;
  margin-right: 0.5rem;
  /* Space between icon and text */
  vertical-align: middle;
  /* Crucial for alignment with text */
  border-radius: 4px;
  padding: 0.125rem;
  font-size: 1.25rem;
  /* For sizing emojis correctly */
}

.guide-item-icon svg, .guide-item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#high-scores-list li {
  margin-bottom: 0.25rem;
  padding-left: 0.5rem;
}

/* --- 6. Overlays & Entities --- */

/* Styles for the test case table */

.test-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.test-table th, .test-table td {
  border: 1px solid #4a5568;
  padding: 8px;
  text-align: left;
  vertical-align: top;
}

.test-table th {
  background-color: #1f2937;
}

.test-table ol {
  padding-left: 20px;
  margin: 0;
}

/* 6.1 - Overlay Containers */

.npc-overlay, .non-human-npc-overlay {
  height: 100%;
  max-width: 100%;
  overflow: visible;
}

.npc-overlay-3d,.non-human-npc-overlay-3d {
  z-index: 2;
  transform-style: preserve-3d;
}

.temporary-effects-overlay-3d {
  z-index: 1;
  transform-style: preserve-3d;
}

.ambient-animal-overlay-3d {
  perspective: 1000px;
  transform-style: preserve-3d;
}

.ambient-animal {
  position: absolute;
  transition: transform 0.2s linear;
  text-shadow: 0 0 8px rgba(0,0,0,0.8);
  z-index: 10;
  /* Above weather but below disasters */
}

.disaster-entity {
  position: absolute;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  transition: transform 0.2s linear;
  text-shadow: 0 0 8px rgba(0,0,0,0.8);
  z-index: 5;
  /* Above grid but below NPCs */
}

#collector-container {
  position: relative;
}

/* When FPV is active, the game-grid-wrapper should not have its default isometric tilt */

.fpv-active #game-grid-wrapper {
  rem-transform: none;
}

/* --- First Person View (FPV) Styles --- */

/* Set up the 3D scene for FPV mode */

.fpv-active {
  perspective: var(--fpv-perspective, 200px);
  perspective-origin: var(--fpv-origin, 50% 50%);
}

/* When FPV is active, we want to hide the normal UI elements */

/* When FPV or spotting mode is active, we want to hide certain UI elements */

:is(.fpv-active, .spotting-active) #main-nav-container,
:is(.fpv-active, .spotting-active) #game-info-header,
:is(.fpv-active, .spotting-active) #info-panel,
:is(.fpv-active, .spotting-active) #game-stats-box,
:is(.fpv-active, .spotting-active) #npc-editor-box,
:is(.fpv-active, .spotting-active) #settlement-editor-box,
:is(.fpv-active, .spotting-active) #dev-tools-box,
:is(.fpv-active, .spotting-active) #top-right-ui-container,
:is(.fpv-active, .spotting-active) #rts-gui {
  display: none;
}

/* The game container becomes the 3D world */

.fpv-active #game-container {
  /* The game container itself will be transformed by JS */
  transform-style: preserve-3d;
  transition: transform 0.1s linear;
  /* Ensure it doesn't collapse when its children are absolutely positioned */
  position: relative;
}

/* The camera element can be used for crosshairs or other overlays */

#fpv-camera {
  /* For now, it's just a placeholder */
}

/* 6.2 - NPC and Character Styles */

.npc, .nonhumannpc {
  transform-origin: 50% 100%;
  position: absolute;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.npc-3d, .nonhumannpc-3d {
  transform: rotateX(-45deg);
}

.nonhumannpc {
  position: absolute;
  width: 60px;
  /* Same as scaled NPC */
  height: 60px;
  /* Same as scaled NPC */
  display: flex;
  justify-content: center;
  font-size: 1rem;
  /* Same as scaled NPC */
  transition: transform 0.5s linear;
  /* Smooth movement */
  text-shadow: 0 0 5px #000, 0 0 10px black;
  /* Different shadow */
  border-radius: 50%;
  /* Make them circular for a different look */
}

.npc {
  width: 60px;
  height: 60px;
  font-size: 1.5rem;
  transition: transform 0.5s linear, opacity 0.5s ease-out;
  /* Smooth movement */
  text-shadow: 0 0 5px black, 0 0 10px black;
  /* Make them pop */
}

.npc::before, .npc::after {
  position: absolute;
  font-size: 0.5em;
  /* Smaller than the parent NPC */
  text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
  z-index: 1;
}

.npc::before {
  /* Use the custom property set by JS. Default to empty if not set. */
  content: var(--accessory-icon-left, '');
  rem-border : 1px solid greenyellow;
  /* Position it to the side and slightly in front */
  transform: translateX(-30%) translateY(0%) translateZ(0px);
  /* Position left */
}

.npc::after {
  /* Use the custom property set by JS. Default to empty if not set. */
  content: var(--accessory-icon-right, '');
  rem-border : 1px solid magenta;
  /* Position it to the side and slightly in front */
  transform: translateX(30%) translateY(0%) translateZ(0px);
  /* Position right */
}

.npc-chat-effect, .love-effect, .kiss-effect, .eating-effect, .playing-effect, .drinking-effect, .glowing-effect, .music-notes-effect, .working-effect, .reading-effect, .toy-play-effect, .shining-light-effect, .waving-flag-effect {
  rem-border : 1px solid red;
  transform: rotateX(-50deg);
  translate: -0% 0% 25px;
  transform-origin: 50% 100%;
}

.npc-tooltip {
  position: absolute;
  background-color: rgba(23, 28, 40, 0.9);
  /* Dark, semi-transparent background */
  color: #e5e7eb;
  /* Light gray text */
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #4b5563;
  /* Gray-600 border */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1.6;
  max-width: 250px;
  z-index: 100;
  pointer-events: none;
  /* Let clicks pass through */
  transition: opacity 0.2s ease-in-out;
  white-space: nowrap;
  /* Prevent wrapping for simple tooltips */
}

/* The triangular "tail" of the tooltip */

.npc-tooltip::after {
  content: '';
  position: absolute;
  bottom: -10px;
  /* Position it at the bottom, pointing down */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #4b5563;
  /* Match the border color */
}

/* --- Tagged NPC Indicator --- */

.npc.is-tagged-correct::after, .non-human-npc.is-tagged-correct::after, .npc.is-tagged-incorrect::after, .non-human-npc.is-tagged-incorrect::after {
  content: '▼';
  position: absolute;
  top: -25px;
  /* Position it above the NPC */
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  text-shadow: 0 0 5px black;
  animation: bounce-arrow 1.5s infinite;
  /* Ensure it's visible even if the NPC has other pseudo-elements */
  z-index: 10;
}

/* Highlight for an NPC selected in the editor */

.npc.npc-editor-highlight, .non-human-npc.npc-editor-highlight {
  outline: 3px solid #facc15;
  /* yellow-400 */
  outline-offset: 2px;
  border-radius: 50%;
  /* Make the outline circular */
  box-shadow: 0 0 15px 5px #facc15;
  animation: pulse-glow 1.5s infinite ease-in-out;
  z-index: 15;
  /* Ensure it's above other NPCs */
}

.npc.is-tagged-correct::after, .non-human-npc.is-tagged-correct::after {
  color: #4ade80;
  /* green-400 */
}

.npc.is-tagged-incorrect::after, .non-human-npc.is-tagged-incorrect::after {
  color: #f87171;
  /* red-400 */
}

/* --- Road Styles --- */

.road-tile {
  position: absolute;
  background-color: #959594;
  /* A dark, earthy brown, similar to walls but can be changed */
  opacity: 1;
  border-radius: 0px;
  z-index: 1;
  /* Styles for debugging number */
  color: white;
  font-size: 10px;
  text-align: center;
  line-height: 1;
  /* Render below everything except the grid background */
}

/* Add a dashed line down the middle of the road using a pseudo-element */

.road-tile::after {
  content: '';
  position: absolute;
  opacity: 0.8;
}

/* Style for horizontal road lines */

.road-tile-h::after {
  left: 0;
  top: 50%;
  width: 100%;
  border-top: 2px dashed #facc15;
  /* A nice yellow color */
  transform: translateY(-50%);
}

/* Style for vertical road lines */

.road-tile-v::after {
  top: 0;
  left: 50%;
  height: 100%;
  border-left: 2px dashed #facc15;
  /* A nice yellow color */
  transform: translateX(-50%);
}

/* --- Obstacle Styles --- */

.obstacle-wall {
  position: absolute;
  background-color: #78350f;
  /* A dark, woody brown */
  border: 2px solid #451a03;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.4);
  border-radius: 4px;
  /* Above grid, below NPCs */
  z-index: 1;
  /* Tilt the walls up to match the 3D perspective of other elements. */
}

.obstacle-wall-h {
  /* Horizontal walls tilt on the X-axis */
  transform: rotateX(-90deg);
  transform-origin: 100% 100%;
  translate: 0 0 0;
}

.obstacle-wall-v {
  /* Vertical walls tilt on the Y-axis */
  /* We adjust the height and position in JS, so we just need the Y rotation */
  transform: rotateY(-90deg);
  transform-origin: 0% 0%;
}

.obstacle-furniture {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  z-index: 1;
  transform: translateY(-50%);
  /* Vertically center on the line */
  text-shadow: 0 2px 4px rgba(0,0,0,0.5);
  pointer-events: none;
  transform: rotateX(-90deg);
  transform-origin: 0% 100%;
  translate: 0 0 0;
}

.obstacle-overlay-3d {
  transform-style: preserve-3d;
  z-index: 1;
  /* Match the z-index of the walls */
}

/*
 * Keyframe animation for a "giggle" or "shake" effect.
 * Used for NPC accessories when they are performing an action like eating.
 */

@keyframes giggle {
  0%, 100% {
    transform: translateX(0) rotate(0);
  }

  25% {
    transform: translateX(-2px) rotate(-3deg);
  }

  50% {
    transform: translateX(2px) rotate(3deg);
  }

  75% {
    transform: translateX(-2px) rotate(-3deg);
  }
}

/*
 * Apply the giggle animation to the accessory pseudo-elements
 * only when the parent NPC has the 'npc-action-eat' class.
 */

.npc-action-eat::before, .npc-action-eat::after {
  /* The 'infinite' keyword makes it loop for the duration the class is applied. */
  animation: giggle 0.2s infinite;
}

/*
 * Keyframe animation for tossing an accessory up and towards the screen.
 * Used for the 'play' action with sports items.
 */

@keyframes toss-and-catch {
  0%, 100% {
    /* The accessory rests in the hand */
    transform: translateY(0) scale(1);
    animation-timing-function: ease-out;
  }

  50% {
    /* The accessory is at the peak of its toss, appearing larger and higher */
    transform: translateY(-60px) scale(2.5);
    animation-timing-function: ease-in;
  }
}

/*
 * Apply the toss animation to the correct accessory pseudo-element
 * when the parent NPC has the 'npc-action-play' class.
 * We use separate rules for left and right to preserve their positions.
 */

.npc-action-play::before {
  /* The animation will run twice during the 1.5s 'play' action duration */
  animation: toss-and-catch 0.75s infinite;
}

.npc-action-play::after {
  /* The animation will run twice during the 1.5s 'play' action duration */
  animation: toss-and-catch 0.75s infinite;
}

/*
 * Keyframe animation for an NPC taking a drink.
 * The accessory arches up towards the center (mouth) and back down.
 */

@keyframes drink-motion {
  0%, 100% {
    /* Accessory at rest in the hand */
    transform: translateY(0) rotate(0);
  }

  50% {
    /* Accessory lifted to the mouth */
    transform: translateY(-25px) rotate(-30deg);
  }
}

/*
 * Apply the drink animation to the correct accessory pseudo-element
 * when the parent NPC has the 'npc-action-drink' class.
 */

.npc-action-drink::before {
  /* The animation will run twice during the 2s 'drink' action duration */
  animation: drink-motion 1s infinite ease-in-out;
}

.npc-action-drink::after {
  /* The animation will run twice during the 2s 'drink' action duration */
  animation: drink-motion 1s infinite ease-in-out;
}

/*
 * Keyframe animation for a pulsing glow effect.
 * Used for the 'admire' action with treasure items.
 */

@keyframes pulse-glow-treasure {
  0%, 100% {
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5)) brightness(1);
  }

  50% {
    filter: drop-shadow(2px 2px 8px rgba(253, 224, 71, 0.9)) brightness(1.5);
  }
}

/* Apply the pulsing glow to the accessory when admiring treasure */

.npc-action-admire::before, .npc-action-admire::after {
  animation: pulse-glow-treasure 1.25s infinite ease-in-out;
}

/*
 * Keyframe animation for a gentle sway, like someone playing music.
 */

@keyframes sway-music {
  0%, 100% {
    transform: translateX(0) rotate(-2deg);
  }

  50% {
    transform: translateX(0) rotate(2deg);
  }
}

/*
 * Apply the swaying animation to the accessory when playing music.
 * We need to re-specify the original transform to combine them.
 */

.npc-action-jamming::before {
  transform-origin: bottom center;
  animation: sway-music 1.5s infinite ease-in-out;
  transform: translateX(-80%) translateY(0%) translateZ(0px);
  /* Re-apply original position */
}

.npc-action-jamming::after {
  transform-origin: bottom center;
  animation: sway-music 1.5s infinite ease-in-out;
  transform: translateX(80%) translateY(0%) translateZ(0px);
  /* Re-apply original position */
}

/*
 * Keyframe animation for a "working" or "hammering" motion.
 */

@keyframes work-motion {
  0%, 100% {
    transform: translateY(0) rotate(10deg);
  }

  50% {
    transform: translateY(-10px) rotate(-25deg);
  }
}

/* Apply the working animation to the accessory */

.npc-action-working::before, .npc-action-working::after {
  animation: work-motion 0.5s infinite ease-in-out;
}

/*
 * Keyframe animation for an NPC reading a document.
 * The item lifts up and holds steady.
 */

@keyframes read-motion {
  0% {
    transform: translateY(0) rotate(0);
  }

  25%, 75% {
    /* Lift and hold */
    transform: translateY(-20px) rotate(-15deg);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}

/* Apply the reading animation to the accessory */

.npc-action-reading::before {
  animation: read-motion 2.5s ease-in-out;
  /* Re-apply original position */
  transform: translateX(-80%) translateY(0%) translateZ(0px);
}

.npc-action-reading::after {
  animation: read-motion 2.5s ease-in-out;
  /* Re-apply original position */
  transform: translateX(80%) translateY(0%) translateZ(0px);
}

/*
 * Keyframe animation for a gentle side-to-side sway.
 * Used for the 'playing-with-toy' action.
 */

@keyframes sway-toy {
  0%, 100% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }
}

/* Apply the swaying animation to the accessory */

.npc-action-playing-with-toy::before {
  animation: sway-toy 1s infinite ease-in-out;
  /* Re-apply original position */
  transform: translateX(-80%) translateY(0%) translateZ(0px);
}

.npc-action-playing-with-toy::after {
  animation: sway-toy 1s infinite ease-in-out;
  /* Re-apply original position */
  transform: translateX(80%) translateY(0%) translateZ(0px);
}

/*
 * Keyframe animation for a very bright, pulsing glow.
 * Used for the 'shining' action with light accessories.
 */

@keyframes pulse-bright-glow {
  0%, 100% {
    filter: drop-shadow(2px 2px 3px rgba(255,255,220,0.6)) brightness(1.2);
  }

  50% {
    filter: drop-shadow(2px 2px 15px rgba(255, 255, 220, 1)) brightness(2);
  }
}

/* Apply the bright glow to the accessory */

.npc-action-shining::before, .npc-action-shining::after {
  animation: pulse-bright-glow 1s infinite ease-in-out;
}

/*
 * Keyframe animation for a big waving motion.
 * Used for the 'waving' action with flag accessories.
 */

@keyframes wave-flag {
  0%, 100% {
    transform: rotate(25deg);
  }

  50% {
    transform: rotate(-25deg);
  }
}

/* Apply the waving animation to the accessory */

.npc-action-waving::before {
  transform-origin: bottom right;
  animation: wave-flag 1.5s infinite ease-in-out;
  /* Re-apply original position */
  transform: translateX(-80%) translateY(0%) translateZ(0px);
}

.npc-action-waving::after {
  transform-origin: bottom left;
  animation: wave-flag 1.5s infinite ease-in-out;
  /* Re-apply original position */
  transform: translateX(80%) translateY(0%) translateZ(0px);
}

/* Keyframe animation for a weapon clash/play fight */

@keyframes weapon-clash {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }

  25% {
    transform: translateY(-10px) rotate(-20deg);
  }

  50% {
    transform: translateY(0) rotate(20deg);
  }

  75% {
    transform: translateY(-10px) rotate(-20deg);
  }
}

/*
 * Apply the weapon clash animation to accessories during a play fight
 * when the parent NPC has the 'npc-action-play-fight' class.
 */

.npc-action-play-fight::before, .npc-action-play-fight::after {
  animation: weapon-clash 0.7s infinite ease-in-out;
}

/*
 * Apply the swaying animation to the accessory when playing music.
 * We need to re-specify the original transform to combine them.
 */

.npc-action-jamming {
  transform-origin: bottom center;
  animation: dance-motion 1s infinite ease-in-out;
}

.npc-action-jamming::before, .npc-action-jamming::after {
  animation: sway-music 1.5s infinite ease-in-out;
}

/* --- NEW: IDLE ACTION ANIMATIONS --- */

/* Keyframe animation for a dancing motion */

@keyframes dance-motion {
  0%, 100% {
    transform: translateX(0) rotate(0);
  }

  25% {
    transform: translateX(-5px) rotate(-5deg);
  }

  75% {
    transform: translateX(5px) rotate(5deg);
  }
}

/* Keyframe animation for a waving motion */

@keyframes wave-motion {
  0%, 100% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(10deg);
  }
}

/* Keyframe animation for a singing/breathing motion */

@keyframes sing-motion {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

/* Keyframe animation for a sleeping motion */

@keyframes sleep-motion {
  0%, 100% {
    transform: scaleY(1) translateY(0);
  }

  50% {
    transform: scaleY(0.98) translateY(1px);
  }
}

/* Apply the animations to the NPC element when the corresponding action class is present */

.npc-action-dance {
  animation: dance-motion 0.5s infinite ease-in-out;
}

.npc-action-wave {
  transform-origin: bottom center;
  animation: wave-motion 1s infinite ease-in-out;
}

.npc-action-sing {
  transform-origin: bottom center;
  animation: sing-motion 1.5s infinite ease-in-out;
}

.npc-action-sleep {
  transform: rotate(90deg) translateY(20px) !important;
  /* Lay down */
  animation: sleep-motion 2.5s infinite ease-in-out;
  /* Gentle breathing */
}

.play-fight-effect {
  animation: grow-pop 0.5s ease-out;
  color: #cbd5e1;
  /* gray-300 */
}

.npc.fading-out, .nonhumannpc.fading-out {
  opacity: 0;
}

.accessory-animator {
  position: absolute;
  rem-border : 1px solid burlywood;
  font-size: 1.5em;
  /* Make it a bit bigger than the held accessory */
  z-index: 100;
  /* Above everything else */
  pointer-events: none;
  transition: transform 0.5s ease-in-out;
  filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.7));
}

.npc-target-effect {
  rem-border : 1px solid red;
  height: 20px;
  transform: rotateX(-50deg);
  translate: -50% 0% 0px;
  transform-origin: 50% 100%;
  scale: 0.3
}

/* Add this to your main stylesheet */

.falling-item-effect {
  position: relative;
  animation: fall-and-fade 3s ease-out forwards;
  z-index: 20;
  /* Ensure it's above the grid but below other UI */
}

@keyframes fall-and-fade {
  0% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateY(300px) scale(0.5);
    opacity: 0;
  }
}

/* --- RTS GUI Styles --- */

#rts-gui {
  position: fixed;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2d3748;
  /* bg-gray-800 */
  padding: 0.5rem;
  max-width: 80vw;
  /* Constrain width to encourage wrapping */
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  display: flex;
  rem--wrap: wrap;
  align-items: center;
  z-index: 50;
  transition: transform 0.3s ease-in-out;
  justify-content: center;
  /* Center the content within the max-width */
  border : 1px solid lightgray;
}

#rts-gui-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /* Allow buttons to wrap to the next line */
  gap: 0.5rem;
  /* Add spacing between wrapped rows/columns */
  justify-content: center;
  /* Center the buttons within the container */
  transition: max-height 0.3s ease-in-out, opacity 0.2s ease-in-out;
  max-height: 500px;
  /* Use max-height for collapse transition */
  opacity: 1;
}

/* Collapsed State */

#rts-gui.collapsed #rts-gui-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
}

#rts-gui.collapsed #rts-gui-toggle-button {
  transform: rotate(180deg);
}

.rts-gui-button {
  width: 38px;
  height: 38px;
  background-color: #4a5568;
  /* bg-gray-600 */
  color: white;
  border: 1px solid #718096;
  /* bg-gray-500 */
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}

.rts-gui-button:hover {
  background-color: #2d3748;
  /* bg-gray-700 */
}

.rts-gui-button.active {
  background-color: #60a5fa;
  /* A bright blue to indicate selection */
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  transform: translateY(1px);
  border-color: #90cdf4;
}

.rts-gui-button .compound-emoji {
  pointer-events: none;
}

#rts-gui-toggle-button {
  margin-left: 0.5rem;
  transition: transform 0.3s ease-in-out;
}

/* Media query for larger screens */

@media (min-width: 1920px) {
  #rts-gui .rts-gui-button {
    remwidth: 54px;
    remheight: 54px;
    rem-font-size: 1.8rem;
  }
}

/* 6.3 - Visual Effects */

.temporary-effect {
  /* Base class for effects like merge bursts and chat bubbles.
       Specific styles are applied via JS and other classes. */
}

.item-merge-effect {
  font-size: 1rem;
  /* Start small */
  animation: burst-anim 1s forwards ease-out;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  /* A subtle white glow */
}

.mega-merge-effect {
  color: #fef08a;
  /* yellow-200 */
  font-size: 1rem;
  /* Start small */
  animation: burst-anim 1s forwards ease-out;
  text-shadow: 0 0 15px #fef08a;
}

.achievement-unlock-effect {
  font-size: 4em;
  /* Make it large */
  animation: achievement-grow-fade 2s ease-out forwards;
  color: gold;
  text-shadow: 0 0 10px black;
}

.sun-glow {
  animation: sun-glow-pulse 3s ease-in-out infinite;
}

.fog-effect {
  /* Multiple shadows create a thick, blurry fog effect */
  text-shadow: -10px -10px 10px rgba(150, 150, 150, 0.5), 10px -10px 10px rgba(150, 150, 150, 0.5), -10px 10px 10px rgba(150, 150, 150, 0.5), 10px 10px 10px rgba(150, 150, 150, 0.5), -20px -10px 10px rgba(150, 150, 150, 0.5), 20px -10px 10px rgba(150, 150, 150, 0.5), 50px 5px 10px rgba(150, 150, 150, 0.5), -50px 10px 10px rgba(150, 150, 150, 0.5);
  opacity: 0.8;
  /* Make the clouds slightly transparent */
}

/* 6.4 - Banners, Tooltips, and Tutorial Elements */

.banner {
  background-color: rgba(0, 0, 0, 0.8);
  color: #f6ad55;
  /* orange-400 */
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  border: 2px solid #f6ad55;
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.banner.visible {
  opacity: 1;
  transform: translateY(0);
}

.dimmer-overlay.active {
  opacity: 0.7;
  pointer-events: auto;
  /* Block clicks on the background */
}

.tooltip {
  position: absolute;
  background-color: #1f2937;
  /* gray-800 */
  color: #e5e7eb;
  /* gray-200 */
  padding: 0.75rem;
  border-radius: 0.5rem;
  border: 1px solid #4b5563;
  /* gray-600 */
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  max-width: 250px;
  z-index: 10;
  /* Ensure tooltips are above most elements */
  pointer-events: auto;
  /* Allow interaction with the tooltip */
}

.tooltip-content {
  margin-right: 1.5rem;
  /* Space for the close button */
}

.tooltip-close-btn {
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  background: none;
  border: none;
  color: #9ca3af;
  /* gray-400 */
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.tooltip-close-btn:hover {
  color: #fff;
}

.tutorial-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(251, 191, 36, 0.9)"><path d="M12 15.586l-4.293-4.293-1.414 1.414L12 18.414l5.707-5.707-1.414-1.414z"/><path d="M12 4h.01v10H12z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  animation: bounce-arrow 2s infinite;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.arrow-bottom {
  --rotation: 0deg;
}

.arrow-top {
  --rotation: 180deg;
}

.arrow-left {
  --rotation: 90deg;
}

.arrow-right {
  --rotation: -90deg;
}

.tutorial-highlight-box {
  position: absolute;
  border: 4px solid rgba(251, 191, 36, 0.9);
  /* yellow-400 */
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(251, 191, 36, 0.7);
  pointer-events: none;
  /* Allow clicks to pass through */
  animation: pulse-glow 2s infinite ease-in-out;
}

/* --- 7. Animations & Keyframes --- */

@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 8px rgba(254, 249, 195, 0.6);
    /* yellow-100 with opacity */
  }

  50% {
    box-shadow: 0 0 20px rgba(253, 224, 71, 0.9);
    /* yellow-300 with opacity */
  }
}

@keyframes pulse-next-item {
  0%, 100% {
    transform: scale(1.2);
    box-shadow: 0 0 7px rgba(226, 232, 240, 0.6);
    /* gray-200 with opacity */
  }

  50% {
    transform: scale(1.3);
    box-shadow: 0 0 18px rgba(226, 232, 240, 0.9);
    /* gray-200 with opacity */
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.06);
  }

  50% {
    transform: scale(1.05);
    box-shadow: 0 0 10px #f87171;
  }
}

@keyframes burst-anim {
  0% {
    transform: scale(0.5);
    opacity: 1;
  }

  100% {
    transform: scale(5);
    opacity: 0;
  }
}

.growing-in {
  /* Important to set content and style before animation starts */
  animation: grow-pop 0.3s forwards ease-out;
}

@keyframes grow-pop {
  0% {
    transform: scale(0);
  }

  80% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

/* Keyframes for the floating animation */

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* Class to apply the animation */

.title-float {
  animation: float 4s ease-in-out infinite;
}

/* Keyframes for the achievement toast notification */

@keyframes achievement-toast-slide-in-out {
  0% {
    transform: translateY(100%);
    opacity: 0;
  }

  10% {
    transform: translateY(0);
    opacity: 1;
  }

  90% {
    transform: translateY(0);
    opacity: 1;
  }

  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes bounce-arrow {
  0%, 20%, 50%, 80%, 100% {
    transform: rotate(var(--rotation, 0deg)) translateY(0);
  }

  40% {
    transform: rotate(var(--rotation, 0deg)) translateY(-15px);
  }

  60% {
    transform: rotate(var(--rotation, 0deg)) translateY(-7px);
  }
}

@keyframes sun-glow-pulse {
  0% {
    text-shadow: 0 0 10px #ffdd00, 0 0 20px #ffdd00, 0 0 30px #ffdd00, 0 0 70px #ffdd00;
  }

  50% {
    text-shadow: 0 0 20px #ffdd00, 0 0 30px #ffdd00, 0 0 60px #ffdd00, 0 0 100px #ffdd00;
  }

  100% {
    text-shadow: 0 0 10px #ffdd00, 0 0 20px #ffdd00, 0 0 30px #ffdd00, 0 0 70px #ffdd00;
  }
}

@keyframes achievement-grow-fade {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }

  20% {
    transform: scale(1.5);
    opacity: 1;
  }

  80% {
    transform: scale(1.5);
    opacity: 1;
  }

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

/* --- 8. Responsive Media Queries --- */

.weather-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.weather-overlay-3d {
  perspective: 1000px;
  transform-style: preserve-3d;
  z-index: 3;
}

.particle {
  transform-origin: 50% 100%;
  display: flex;
  position: absolute;
}

@media (max-width: 768px) {
  .game-container {
    flex-direction: column;
    align-items: flex-start;
    overflow: auto;
  }

  .game-grid-wrapper {
    margin-right: 0;
    rem-overflow: auto;
    margin: 0;
    display: block;
  }

  .info-panel {
    margin-top: 0rem;
    width: 100%;
    max-width: 350px;
  }

  .gem {
    width: 30px;
    height: 30px;
    font-size: 1.5em;
  }

  .npc {
    width: 40px;
    height: 40px;
    font-size: 1.3em;
  }

  .nonhumannpc {
    width: 40px;
    height: 40px;
  }

  .button-style {
    padding: 2px;
    font-size: 0.9em;
  }

  .top-nav {
    gap: 0.5em;
    padding: 0.4em;
  }

  #test-cases-btn, #debug-toggle-btn {
    display: none;
  }

  #game-grid {
    position: relative;
  }

  .rem-gem-buffer {
    width: 1px;
    height: 1px;
    visibility: hidden;
  }

  .game-container {
    rem-flex-direction: column-reverse;
  }

  #gem-queue-box {
    order: 1;
  }

  #gem-queue-box p {
    display: none;
  }

  #save-game-btn {
    order: 2;
  }

  .info-panel h1 {
    order: 3;
  }

  #main-scores {
    order: 3;
  }

  #turn-counter {
    order: 3;
  }

  #high-scores-box {
    order: 4;
  }

  #level-details-display {
    order: 5;
  }

  #game-mode-display {
    order: 6;
  }

  #message-box {
    order: 7;
  }

  #high-scores-box {
    order: 8;
  }

  #cheats-box {
    order: 9;
  }
}

/* Add this to the end of your merge-village.css file */

/* --- Spotting Mode / Binocular View --- */

#spotting-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 90;
  pointer-events: none;
  /* Allows mouse events to pass through to the grid for panning */
  display: none;
  /* Hidden by default */
  --mouse-x: 50%;
  /* CSS custom properties for mouse position */
  --mouse-y: 50%;
  --lens-radius: 200px;
  /* Diameter of each eyepiece */
  --lens-gap: 10px;
}

#spotting-overlay.active {
  display: block;
  /* Create a single transparent circle with a soft, blurred edge that fades to the dark overlay. */
  background: radial-gradient( circle at var(--mouse-x) var(--mouse-y), transparent calc(var(--lens-radius) - 10px), /* The clear inner area, minus the blur range */ rgba(0, 0, 0, 1) var(--lens-radius) /* The dark overlay color at the outer edge of the lens */ );
}

/* Add crosshairs to the center of the eyepiece */

#spotting-overlay.active::before, #spotting-overlay.active::after {
  content: '';
  position: fixed;
  background-color: rgba(255, 0, 0, 0.7);
  /* A semi-transparent red */
  box-shadow: 0 0 2px black;
  z-index: 91;
  /* Ensure it's on top of the overlay background */
}

/* Horizontal line of the crosshair */

#spotting-overlay.active::before {
  left: calc(var(--mouse-x) - 15px);
  top: var(--mouse-y);
  width: 30px;
  height: 2px;
}

/* Vertical line of the crosshair */

#spotting-overlay.active::after {
  left: var(--mouse-x);
  top: calc(var(--mouse-y) - 15px);
  width: 2px;
  height: 30px;
}

/* When spotting mode is active on the body, hide the cursor on ALL elements. */

.spotting-mode-active, .spotting-mode-active * {
  cursor: crosshair !important;
}

/* When spotting mode is active, the grid wrapper can be transformed */

#game-grid-wrapper.spotting-active {
  transition: transform 0.1s linear;
  transform-origin: center center;
}

#spotting-toggle-btn {
  font-size: 1.5rem;
  padding: 0.5rem;
  line-height: 1;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

.after\:border-gray-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:bg-gray-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:focus ~ .peer-focus\:ring-4 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.peer:focus ~ .peer-focus\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-600 {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
  }

  .dark\:bg-gray-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .peer:focus ~ .dark\:peer-focus\:ring-blue-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
  }
}
