@import "_reset.css";

:root {
  /* --red-50:   hsl(0 57.1% 97.3%);
  --red-100:  hsl(0 60% 94.1%);
  --red-200:  hsl(0 63% 89.4%);
  --red-300:  hsl(0 63.4% 81.8%);
  --red-400:  hsl(0 60.9% 65.9%);
  --red-500:  hsl(0 56.7% 60.2%);
  --red-600:  hsl(0 48.4% 50.6%);
  --red-700:  hsl(0 49.3% 41.8%);
  --red-800:  hsl(0 46.7% 35.3%);
  --red-900:  hsl(0 42.3% 30.6%);
  --red-950:  hsl(0 49.4% 15.5%);

  --blue-50:  hsl(232 50% 96.9%);
  --blue-100: hsl(240 40.5% 92.7%);
  --blue-200: hsl(236 44.6% 87.3%);
  --blue-300: hsl(235 43.6% 78.4%);
  --blue-400: hsl(237 42.7% 67.8%);
  --blue-500: hsl(241 41.5% 59.8%);
  --blue-600: hsl(245 37.8% 53.3%);
  --blue-700: hsl(248 34.7% 48%);
  --blue-800: hsl(250 32.7% 40.2%);
  --blue-900: hsl(248 29.3% 29.4%);
  --blue-950: hsl(251 25.2% 21%);

  --yellow-50:  hsl(57 75% 95.3%);
  --yellow-100: hsl(57 77% 88%);
  --yellow-200: hsl(56 79.7% 76.9%);
  --yellow-300: hsl(54 79% 60.8%);
  --yellow-400: hsl(51 77.4% 53.1%);
  --yellow-500: hsl(48 75.2% 47.5%);
  --yellow-600: hsl(43 77.7% 40.4%);
  --yellow-700: hsl(38 73.8% 32.9%);
  --yellow-800: hsl(35 66% 28.8%);
  --yellow-900: hsl(31 58.8% 25.7%);
  --yellow-950: hsl(29 66.7% 14.1%);

  --green-50:   hsl(140 42.9% 95.9%);
  --green-100:  hsl(134 49% 90%);
  --green-200:  hsl(138 44% 80.4%);
  --green-300:  hsl(142 42% 66.9%);
  --green-400:  hsl(143 37.8% 53.3%);
  --green-500:  hsl(145 49.3% 39.4%);
  --green-600:  hsl(147 54.8% 30.4%);
  --green-700:  hsl(148 54.8% 24.3%);
  --green-800:  hsl(148 52.5% 19.8%);
  --green-900:  hsl(150 50% 16.5%);
  --green-950:  hsl(150 52.2% 9%); */

  --blue-50: hsl(240 36% 95.1%);
  --blue-100: hsl(243.5 33.3% 90%);
  --blue-200: hsl(243.6 34% 81%);
  --blue-300: hsl(243.6 33.8% 71%);
  --blue-400: hsl(242.7 33.7% 61%);
  --blue-500: hsl(242.9 33.9% 52%);
  --blue-600: hsl(243.3 33.6% 42%);
  --blue-700: hsl(243.3 33.7% 32%);
  --blue-800: hsl(243.1 33.9% 22.5%);
  --blue-900: hsl(242.1 34.1% 16.1%);
  --blue-950: hsl(242.7 33.3% 12.9%);

  --green-50: hsl(132.9 46.7% 94.1%);
  --green-100: hsl(133.8 46.4% 89%);
  --green-200: hsl(132 44.6% 78%);
  --green-300: hsl(132.5 45% 66.5%);
  --green-400: hsl(132.5 44.9% 58%);
  --green-500: hsl(132.3 44.8% 49%);
  --green-600: hsl(132.4 45.1% 40%);
  --green-700: hsl(132.5 45.6% 31%);
  --green-800: hsl(132.5 45.3% 22.9%);
  --green-900: hsl(131.3 44.4% 14.1%);
  --green-950: hsl(132 43.5% 9%);

  --gray-50: hsl(300 4.8% 95.9%);
  --gray-100: hsl(300 4.3% 91%);
  --gray-200: hsl(300 4.3% 82%);
  --gray-300: hsl(300 4.3% 72.9%);
  --gray-400: hsl(300 4.9% 64.1%);
  --gray-500: hsl(300 4.8% 55.1%);
  --gray-600: hsl(300 4.7% 46.1%);
  --gray-700: hsl(300 4.8% 37.1%);
  --gray-800: hsl(300 4.9% 28%);
  --gray-900: hsl(300 5.2% 19%);
  --gray-950: hsl(300 5.3% 14.9%);


  --font-size:          18px;
  --fonts:              'Altform';
  --font-weight-normal: 400;
  --font-weight-bold:   700;
  --font-weight-black:  900;

  --text-heading-1: calc(var(--font-size) * 2.5);
  --text-xxl:   calc(var(--font-size) * 1.5);
  --text-xl:    calc(var(--font-size) * 1.25);
  --text-lg:    calc(var(--font-size) * 1.125);
  --text-base:  var(--font-size);
  --text-sm:    calc(var(--font-size) * 0.875);
  --text-xs:    calc(var(--font-size) * 0.75);

  --line-height: 1.5;

  --spacer:       var(--font-size);
  --spacer-xxl:   calc(var(--spacer) * 3);
  --spacer-xl:    calc(var(--spacer) * 2);
  --spacer-lg:    calc(var(--spacer) * 1.5);
  --spacer-base:  var(--spacer);
  --spacer-sm:    calc(var(--spacer) * 0.5);
  --spacer-xs:    calc(var(--spacer) * 0.25);
  --spacer-0:     0;

  --margin-xxl:   calc(var(--spacer) * 2);
  --margin-xl:    var(--spacer);
  --margin-lg:    calc(var(--spacer) * 0.75);
  --margin-base:  calc(var(--spacer) * 0.5);
  --margin-sm:    calc(var(--spacer) * 0.25);
  --margin-xs:    calc(var(--spacer) * 0.125);

  --padding-xxl: var(--margin-xxl);
  --padding-xl: var(--margin-xl);
  --padding-lg: var(--margin-lg);
  --padding-base: var(--margin-base);
  --padding-sm: var(--margin-sm);
  --padding-xs: var(--margin-xs);

  --container-padding: 16px;

  --header-height: 80px;

  @media (min-width: 720px) { --container-padding: 64px; }
  @media (min-width: 1080px) { --container-padding: 96px; }
  @media (min-width: 1920px) { --container-padding: 128px; }

  --rounded:        var(--font-size);
  --rounded-xxl:    calc(var(--rounded) * 2);
  --rounded-xl:     var(--rounded);
  --rounded-lg:     calc(var(--rounded) * 0.5);
  --rounded-sm:     calc(var(--rounded) * 0.375);
  --rounded-xs:     calc(var(--rounded) * 0.25);
  --rounded-0:      0;
  --rounded-circle: 50%;
  --rounded-pill: calc(var(--rounded) * 50);

  --opacity-100: 1;
  --opacity-80: 0.8;
  --opacity-75: 0.75;
  --opacity-60: 0.6;
  --opacity-50: 0.5;
  --opacity-40: 0.4;
  --opacity-30: 0.3;
  --opacity-20: 0.2;
  --opacity-0: 0;

  --border-width: 2px;
  --border-style: solid;

  --box-shadow-xl:    0 1.25rem 3.25rem rgb(from var(--box-shadow-color) r g b / 0.2),
                      0 1rem 3rem rgb(from var(--box-shadow-color) r g b / 0.175);
  --box-shadow-lg:    0 1rem 3rem rgb(from var(--box-shadow-color) r g b / 0.175),
                      0 0.5rem 1rem rgb(from var(--box-shadow-color) r g b / 0.15);
  --box-shadow-base:  0 0.5rem 1rem rgb(from var(--box-shadow-color) r g b / 0.15),
                      0 0.125rem 0.25rem rgb(from var(--box-shadow-color) r g b / 0.15);
  --box-shadow-sm:    0 0.125rem 0.25rem rgb(from var(--box-shadow-color) r g b / 0.75);
  --box-shadow-0:     none;

  --z-header: 1100;
  --z-modal: 1050;
  --z-nav: 1000;

  font-feature-settings: "liga" on, "case" on, "ss11" on;

}

/* Base typography. This is not applied to elements which have an ancestor with a Tailwind like text class. */
@layer base {
  :where(:not(:has([class*=' text-']), :not(:has([class^='text-'])))) {
    h1 {
      font-size: var(--text-xxl);
      font-weight: var(--font-weight-bold);
      line-height: var(--line-height);
    }

    h2 {
      font-size: var(--text-xl);
      font-weight: var(--font-weight-bold);
      line-height: var(--line-height);
    }

    h3 {
      font-size: var(--text-lg);
      font-weight: var(--font-weight-bold);
      line-height: var(--line-height);
    }

    h4 {
      font-size: var(--text-base);
      font-weight: var(--font-weight-bold);
      line-height: var(--line-height);
    }

    p {
      font-size: var(--text-base);
      font-weight: var(--font-weight-normal);
      line-height: var(--line-height);
    }

    label {
      font-size: var(--text-base);
      font-weight: var(--font-weight-bold);
      line-height: var(--line-height);
    }

    button,
    .btn {
      font-size: var(--text-base);
      font-weight: var(--font-weight-bold);
      line-height: var(--line-height);
    }

    input {
      font-size: var(--text-base);
      font-weight: var(--font-weight-normal);
      line-height: var(--line-height);
    }
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: var(--primary);
  }
}

/* Altform Regular */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Altform';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/altform-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Altform Regular italic */
/* @font-face {
  font-display: swap;
  font-family: 'Altform';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/altform-regularitalic.woff2') format('woff2');
} */

/* Altform Bold */
@font-face {
  font-display: swap;
  font-family: 'Altform';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/altform-bold.woff2') format('woff2');
}

/* Altform Bold italic */
/* @font-face {
  font-display: swap;
  font-family: 'Altform';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/altform-bolditalic.woff2') format('woff2');
} */

/* Altform Black */
/* @font-face {
  font-display: swap;
  font-family: 'Altform';
  font-style: normal;
  font-weight: 900;
  src: url('../fonts/altform-black.woff2') format('woff2');
} */

/* Altform Black italic */
/* @font-face {
  font-display: swap;
  font-family: 'Altform';
  font-style: italic;
  font-weight: 900;
  src: url('../fonts/altform-blackitalic.woff2') format('woff2');
} */


html {
  --primary: var(--blue-800);
  --secondary: var(--green-300);

  @media (color-gamut: p3) {
    --primary: oklch(0.2924 0.0695 283.54);

    --secondary: oklch(69.8% 0.1077 157.22)
  }

  --logo-color-red: #ef2525;
  --logo-color-purple: #9c8bff;
  --logo-color-lightred: #ff6969;
  --logo-color-yellow: #ffda00;

  --utility-black: #000000;
  --utility-white: #ffffff;

  --text-color-blue: var(--blue-900);
  --text-color-red: var(--red-900);
  --text-color-black: var(--utility-black);
  --text-color-white: var(--utility-white);
  --text-primary: var(--primary);
  --text-secondary: var(--secondary);

  --rainbow-gradient-linear-100: linear-gradient(to right in display-p3, var(--logo-color-yellow), var(--logo-color-purple), var(--logo-color-lightred));
  --rainbow-gradient-linear-20: linear-gradient(to right in display-p3, rgb(from var(--logo-color-yellow) r g b / 0.2), rgb(from var(--logo-color-purple) r g b / 0.2), rgb(from var(--logo-color-lightred) r g b / 0.2));
  --rainbow-gradient-linear-20-rotated: linear-gradient(to bottom right in display-p3, rgb(from var(--logo-color-yellow) r g b / 0.2), rgb(from var(--logo-color-purple) r g b / 0.2), rgb(from var(--logo-color-lightred) r g b / 0.2));

  --box-shadow-color: var(--primary);

  --background: hsl(0 0% 96%);

  --card-radius: var(--rounded-xl);
  --card-foreground: var(--text-primary);
  --card-background: var(--utility-white);
  --card-padding: clamp(var(--spacer-base), 4vw, var(--spacer-xl));

  font-family: var(--fonts, Inter, Helvetica, Arial, sans-serif);
  font-size: var(--text-base);
  color: var(--text-primary);

  --transition-base: 0.3s;
}

:where(html) {
  -webkit-font-smoothing: antialiased;
}


body {
  background: var(--background);
}

body[data-nav-open],
body[data-modal-open] {
  overflow: hidden;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

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

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

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

.text-xxl {
  font-size: var(--text-xxl);
}

.text-xl {
  font-size: var(--text-xl);
}

.text-lg {
  font-size: var(--text-lg);
}

.text-base {
  font-size: var(--text-base);
}

.text-sm {
  font-size: var(--text-sm);
}

.text-xs {
  font-size: var(--text-xs);
}

.text-inherit {
  font-size: inherit;
}

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

.font-bold {
  font-weight: var(--font-weight-bold);
}

.has-columns {
  columns: 2 40ch;
  column-gap: var(--spacer-xxl);
}

.heading-addon {
  &::after {
    display: flex;
    content: "";
    margin-block-start: 0.5rem;
    width: 4rem;
    flex: 0 0 2em;
    background-color: var(--primary);
    height: 0.15em;
    border-radius: var(--rounded-pill);
  }
}

.rounded-0 {
  border-radius: 0;
}

.rounded-1 {
  border-radius: var(--rounded-xs);
}

.rounded-2 {
  border-radius: var(--rounded-sm);
}

.rounded-3 {
  border-radius: var(--rounded-lg);
}

.rounded-4 {
  border-radius: var(--rounded-xl);
}

.rounded-5 {
  border-radius: var(--rounded-xxl);
}

.circle {
  border-radius: var(--rounded-circle);
}

.pill {
  border-radius: var(--rounded-pill);
}

.opacity-100 {
  opacity: var(--opacity-100);
}

.opacity-80 {
  opacity: var(--opacity-80);
}

.opacity-75 {
  opacity: var(--opacity-75);
}

.opacity-60 {
  opacity: var(--opacity-60);
}

.opacity-50 {
  opacity: var(--opacity-50);
}

.opacity-40 {
  opacity: var(--opacity-40);
}

.opacity-30 {
  opacity: var(--opacity-30);
}

.opacity-20 {
  opacity: var(--opacity-20);
}

.opacity-0 {
  opacity: 0;
}

@keyframes rainbow-shadow {
  0% {
    box-shadow: 0 10px 40px -10px rgb(234 217 76 / 0.4),
                0 20px 60px -15px rgb(138 141 208 / 0.3),
                0 30px 80px -20px rgb(221 115 115 / 0.2);
  }

  33% {
    box-shadow: 0 10px 40px -10px rgb(221 115 115 / 0.4),
                0 20px 60px -15px rgb(234 217 76 / 0.3),
                0 30px 80px -20px rgb(138 141 208 / 0.2);
  }

  66% {
    box-shadow: 0 10px 40px -10px rgb(138 141 208 / 0.4),
                0 20px 60px -15px rgb(221 115 115 / 0.3),
                0 30px 80px -20px rgb(234 217 76 / 0.2);
  }

  100% {
    box-shadow: 0 10px 40px -10px rgb(234 217 76 / 0.4),
                0 20px 60px -15px rgb(138 141 208 / 0.3),
                0 30px 80px -20px rgb(221 115 115 / 0.2);
  }
}

.animate-rainbow-shadow {
  animation: rainbow-shadow 6s ease-in-out infinite;
}

.rainbow-gradient-linear {
  background: var(--rainbow-gradient-linear-100);
  background-origin: border-box;
}

.rainbow-gradient-linear-20 {
  background: var(--rainbow-gradient-linear-20);
  background-origin: border-box;
}

.bg-white {
  --background: var(--utility-white);
  background: var(--background);
  color: var(--text-color-blue);
}

.bg-blue-dark {
  --background: var(--blue-900);
  background: var(--background);

  * {
    color: var(--text-color-white);
  }
}

.bg-green-light {
  background: var(--green-100);
  color: var(--primary);

  * {
    color: inherit;
  }
}

.bg-rainbow-rotated {
  background: var(--rainbow-gradient-linear-20-rotated);
}

.bg-pattern-circles {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 966 483'><g stroke='%238A8DD0' stroke-width='2' clip-path='url(%23a)' opacity='.05'><circle cx='483' cy='483' r='482'/><circle cx='483' cy='483' r='319'/><circle cx='483' cy='483' r='145'/></g><defs><clipPath id='a'><path fill='%23fff' d='M0 0h966v483H0z'/></clipPath></defs></svg>");
  background-repeat: no-repeat;
  background-size: auto 60%;
  background-position: bottom center;
}

.bg-pattern-map {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 4595 2925'%3e%3cg stroke='%2356BD8B' clip-path='url(%23a)' opacity='.2'%3e%3cg stroke-linejoin='bevel' stroke-opacity='.2' stroke-width='3' opacity='.5'%3e%3cpath d='m716.165 1026.06 6.37 4.19 12.69-.27 19.58 13.6-.79 22.35 11.7 15.05-5.78 3.65-1.08 15.37-7.29 4.63 5.02 2.15-2 5.96 10.59 8.89v3.23l-5.47 2.97-10.43-9.59-4.94-.23-21.8 40.48-9.26 6.14 2.57 4.47-3.72 5.9-1.73 2.86 4.51 8.38 3.01 5.57 5.02 26.88.66 3.7 2.68-.57 7.92 18.13-5.69 2.88 2.28 6.35 1.77 4.94 9.14 7.76 3.15 8.26 3.62 1.35 4.47 10.09 28.53 21.71 13.61 7.06-2.73 8.5-9.81 5.11-10.01 8.53-3.3 2.83-13.77-5.31-5.01 2.96-10.23 17.71 5.75 2.57-.88 8.96 3.14 17.22-8.64-.65-3.16 6.96.46 26.14 2.88 7.02 5.37 1.81 3.07 30.94-9.48 21.02 6.39 3.68 1.24.68v2.52l-6.06 3.61-.42.22.4 4.43-11.03 5.77 11.77 17.64-2.15 14.21 7.41 13.15 22.97-5.35 5.28 1.81-4.19 13.75 15.59-3.01 28.28 10.8.34 1.44.87 3.41.95 3.75 10.15 8.19 4.83 8.12 16.54 11.11 6.67 9.18 10.92-.64 7.68 18.14-1.81 4.74-6.32 2.71-1.32-.29-7.83-1.89-11.74 8.02-35.85 14.81 8.01-16.49-4.86-3.56-.5 1.03-5.29 6.33-6.95-5.3 5.25-5.91-6.34-2.48-7.36-2.88-14.66 1.6.03-5.64.06-11.2-8.58-.18-1.47-4.09-3.96-.53-3.45-16.11-.75-3.16.28-4.01 5.34-2.36 7.52-2.09-3.94-15.81-12.09 5.51-5.78-.4-13.35.49-10.55-2.21-1.08 3.8-1.71 7.81-10.82-3.7-3.96.9-4.91.82-.07 3.34-27.43 7.85-6.36 1.7-6.96 11.86 2.64 6.4-4.72 12.02-7.41-2.31-.41 3.84-9.9-.55-5.39-6.62-1.74 2.05 3 12.22 7.23 2.1 5.16 3.6.42 6.14-2.51.27-13.51 1.51-7.91 7.37-15.86-.73-11.5 11.53-8.56-11.86-12.75 7.36-19.2-6.3-2.69-10.47-10.53-.13-3.25-1.74-2.73-4.99 5.8-1.25-2.33-5.67-8.12-3.75-1.66-4.09 7.92-4.09-.3-9.34 5.23.19.67-7.81 6.9.82 11.46-1.96 1.36 3.38 13.63-.07 4.04-3.4 3.96-9.98 9.66-4.95 8.03-10.66.24-11.64.63-.43.63-1.32v-1.07l-.02-1.32-.31-2.95 7.02-8.27-13.55-5.56-.68-.8-1.96-2.16-1.15-1.15-1.37-1.7.55-1.11 1.81-3.46 15.34-1.19 1.36-.09.1-4.95-16.14-5.17-2.16.44-15.02-9.05-6.1-3.64-3.54-9.49-.64-1.75-1.08-3.02 1.39-10.5.7-4.95.53-3.93 5.5-4.72-3.07-1.78-2.35-1.39 7.88-6.4-18-10.39-6.55-8.11-2.24-28.73-8.27-2.52-26.76-32.26.57-5.67-18.76-14.91 14.6-15.18 8.07-2.56 1.38-5.34-5.62-1.3-1.88-.46-4.04-.62-3.24.02-3.23.66-3.4 1.26-3.61 1.56-4.07 2.53-1.86 1.84-1.83-.33-.1-2.47-.22-1.75.13-1.24.08-.34v-.68l-3.86 3.39-16.25-7.03-1.34 4.36-14.94.21-12.41-4.62-1.72-10.82 2.68-21.76 8.72-1.71-1.6-5.11 16.87-35.83-9.87.87-8.09-7.37 9.64-26.79 13.57-2.72 14.62 9.81 26.26 5.1 14.89 5.34 22.72-9.72 6.92-4.09-3.21-3.39 7.23-1.11 7.51-14.37 1.76-29.98-5.06-15.75 7.84 9.68 8.33-12.15 1.03 10.53 6.95 9.82 8.03-3.54-3.29-26.72 6.15-8.25 1.74-3.6 14.07 7.18 29.61-.15 6.88-3.49-3.47-12.86-.92-6.99 1.36-15.41-3.37.15-.84-6.36-.51-2.9 4.03-6.79 1.74-7.72 1.49.26h2.16l2.03-.43.81-.27 1.22-1.09 2.01-2.17 2.16-1.77 2.02-1.36 2.43-2.04 1.62-2.17 2.29-2.72 1.89-1.09-1.24-9.63 7.52-3.96 4.15-5.56.38-.47 5.88 1.12 9.93 8.27 7.19 5.98 8.38-20.76.09-.3h-.06Zm600.175-262.32 12.07 11.48 12.22 1.02-11.71 11.7-4.67 10.37 3.5 2.38 45.45 8.58 4.26-2.87-3.94-10.27 20.34-12.63 12.32-2.59 4.89 5.68 2.31 6.49 14.24 2.63 7.6 2.25 11.18 4.08 13.52-4.7 10.3 19.82-5.84 4.78-11.92 20.7-3.25 29.85 28.35 69.73 1.81 20.73-7.08-.29-13.21-.92-16.76-4.16-1.5-.38-2.98 2.01-8.28 21.88-8.69 3.72-4.25 6.7 5.07-.94 5.11-.95 1.46 4.09-3.02 5.38-1.96 3.5.39 6.23.61 10.7 5.17 12.36 19.06 13.28 9 1.1-.42 3.76-10.53-.25 7.35 18.37.51 6.4.05.64.35 4.44-8.21 13.44-7.02 6.91-14.53.27-5.02 4.4-1.44 1.28-8.86-.33-23.31-4.23-4.57-1.96-10.66-4.5-5.07.78-2.69 5.42 2.98 2.43-7.31 17.91 3.11 2.55-3.9 11.65-11.5 1.68-9.59-3.4-7.17 15.11 2.51.42 6.18 1.06-.76 1.87-10.56 25.65-.64 1.58h-7.2l-.67 1.89-2.67 7.55 2.98.85 3.49.98-2.82 15.74-1.23 4.65h-7.93l-1.47 12.25 9.45 1.82.26-1.19.13-.43 1.27-5.59 9.28-3.09.9-.26 6.26 3.11 16.87 3.81 11.96-.49-1.09 11.13 9.59 6.3-3.9 11.56-12.91-1.9-5.1 1.92-3.11 1.2-7.49.18-1.71-1.36-2.68-2.17-5.07.26-.59 1.92-4.69 16.89-.92 11.18-13.66-1.43-4.06-8.44-10.1-4.37-2.51-1.06 1.31 18.08-1.78 4.78 2.12 17.77 7.97 3.5 1.52 17.33-18.25-.51-5.87-.68-3.89 13.95 1.09 5.82-4.45 1.63-6.75 2.99-8.41 21.67-5.62-3.53-22.4 13.61-10.74 8.25-1.86 8.92 8.07 11.67-27.95 18.27 2.79 11.76-5.57.99-26.26-8-.58-10.79 2.23-8.46 15.1-4.38-9.78-14.17-29.51-10.97.03-4.65 5.24-.46-.02-3.64 3.51-1.36-.91-10.96-8.13-7.24-7.85-12.87 8.22-7.33-9.91-2.63-14.97-9.17-1.4 2.22-3.07-2.68-17.04 40.43-6.32-7.28.14 34.76 11.06-2.08v-4.57l17.07-9.34.8 14.24-9.11-.83 2.31 21.53-36.92.79-6.55 2.96-17.86 1.42-14.44-4.44-1.78 3.63-15.21-5.41 6.53-6.55-22.56-18.42-46.315-19.69-16.01-6.96-4.45-1.88-5.65 2.41 1.86 8.61-3.65 2.36.71 8.57-12.6-.81h-.64l7.26-28.76.3-1.07-2.09-.42-4.13-.84 1.19-14.08.41-4.4-14.64-1.18 1.42-9.13-8.46-7.64-16.33-19.21-3.05-8.77 2.45-5.43 1.01-2.56 11.23 9.81 13.61 9.16 3.89 5.53 15.41-.82 18.36 3.34 14.93 9.97 3.35-2.06 8.28-26.44 1.11-4.4 5.41-.13.19-6.18 6.98-26.84 5.97 2.28 6.405-9.66 18.79 4.84 6.69 1.73.21-.69 1-4.22 14.41 4.61 1.64-4.4 3.46-9.3.72-1.96-5.79.14-.77.05 11.66-44.81-23.4-5.05 1.15-12.84-11.18-5.89 15.11-17.1 10.39-1.95 7.68-7.91-2.27-2.89-19.44 7.73-11.21 10.23-3.97-2.93-17.995 7.61-5.49.49 8.585-20.15-4.025-4.46-7.88 12.95-5.11-1.6-1.48-36.96 19.375-29.87 4.16-5.69-3.81-4.98 6.94-7.54-1.44-5.37 2.7-21.73-6.32-14.32-.37-7.68-.14-2.9 1.86-5.34 2.57-7.34-.14-4.18 11.96-6.1-.49-6.74 17.44-11.44 3.48-4.66 14.83 11.98 3.66-.82 4.65-.99 11.09 4.1 21.72 8.08 11.47 1.63 4.45 4.25 15.13 14.63 3.2 1.48 5.82-7.27-1.54-2.17-3.29-4.55-3.55-4.94 3.4-5.08 1.77-7.04 8.19-13.88 11.03-6.55 1.43-12.59 2.72 4.17 15.09-3.57 6.68-3.81 5.45-3.94-12.89-23.89-3.21-7.8 2.5-5.68 2.99-.22 3.58-.31 1.59-14.08.29-2.52 13.29-5.66 2.53-13.99 2.37-5.93.54-7.12-6-10.22 1.78-5.55 7.07-3.89 20.74 1.57 7.09 7.96 12.78-6.85 5.46-.52 3.33 4.73 1.59 2.25 7.08 1.86 12.39-11.62 7-.99 1.37 3.53 3.07-2.44 1.45-1.24-6.04-14.66-10.89-2.96 12.85-18.7-9.23-5.7 5.18-13.06 28 5.23 11.3-5.61-.03.04Z'/%3e%3cpath d='m1600.31 640.62 33.22 17.51-2.86 7.72-2.81 10.36.89 3.57 1.63 6.5 7-2.09 1.72 4.25-1.02 3.95 2.83 7.89 5.09 5.3 2.71 5.87 13.94 5.56 4.91 17.02.76 2.64 2.77-12.67 20.99 15.82 3.12 1.4 8.28 3.8 8.28 3.8 3.58-3.71 23.17-3.2 12.8.86 3.67-3.45-1.24-3.58 12.76 4.9 7.34 6.23-2.01 3.2-11.82 19.14 4.22 13.9-3.38 8.06-8.31 7.07-2.95 8.44-8.45 1.45-9.09-2.39-4.14 18.29-1.5 5.49.79 2.25-.57 1.8-.67 1.58v1.92l1.12 1.24 1.47.34 1.13.45.68 1.8v2.82l.22 2.71.79 2.37 1.47 1.58-4.12 6.56-5.2-.26 1.62 17.91.77 6.7.59 5.5 6.48.72.85 6.56-18.29 7.33-7.8 5.8-.81.6.81 2.77.26 8.78-7.93 1.58 6.78 6.39-29.68 2.95-3.88-7.72-11.86-.72-5.2-2.43-3.5-1.62-9.63 5.59-.9.51-3.54-7.08-.6-1.58-5.89-15.99-8.57-7.45-18.12 2.91-19.06-2.8-41.7.24-30.92-2.62-3.84-5.75-21.11 2.84 3.15-12.63-4.41-17.65 6.06.98 1.45-3.12.55-1.15.76-1.62-5.55-3.92.08-1.83.13-2.05 6.74-2.91.98-.43.59-12.15 3.97-.94-.65-9.51 3.62-6.74 2.26-4.18-1.5-6.61-8.25-20.67-7.25-4.68-1.71-1.15-8.06.57-5.08.34-14.67 2.57-7.6 1.34-13.17 4.66-2.39 2.13-3.5 3.07-.2 9.64-7.6-2.25 4.42-11.39 11.16-8.2 27.39-7.32-7.88-27.41 1.66-8.78 8.26-16.08-11.39-29.92.68-6.61 6.64-10.29 1.24.26 16.65 3.46 4.14.86 17.67-4.07-3.85-4.94 9.34-10.88 8.49-3.8 4.1 3.24 3.11-9.17 5.5-4.81 13.96-6.42 1.42-7.27 10.75 2.56 2.99 3.72 19.34 4.45 16.91 3.72h.01Z'/%3e%3cpath d='m1549.64 296.32 7.85 2.61 1.95 5.74 3.17 4.3 4.1.85 9.02 1.87 3.97-3.72 5.09.55 5.15 4.05 3.94.94 2.03 3.23 2.04 1.24 2.36-.86 6.71-4.09 3.15-1.01 2.44 2.98 1.22 4.34 5.6-.77 3.89-.05 12.49 7.2 3.04 4.48 4.87 1.71 9.87 5.15 6.38 4.13 7.1 4.69 1.92 3.37 4.87 3.54-3.16 8.87 11.71 11.47 1.71 1.71 1.58 8.53-1.58 2.26-1.03 1.62-13.16 20.25-3.39 22.75-1.6 10.77-3.59 8.32-3.84 4.26-13.46 4.23-.98-.34-4.23-1.58-7.99 1.66-3.03 3.97.21 2.6 14.91 11 12.52 14.24 3.59.64 14.01 2.39 23.32 7.55 27.3 8.87 10.93 5.42.51.3-1.28 5.63-2.82 12.03 11.02-7.16 9.61-2.3-.56 10.15 3.16-.09 3.42-.05-1.24 8.92-7.43 4.77-1.07 4.39-3.29.68-6.96 1.4 1.45 8.36 3.08 1.11-4.27 9.29 2.99 6.66 3.03 8.57 9.31-.13 13.19 5.08.43 3.45 10.17-.98h21.56l14.01 2.61 12.04 10.58v7.42l-30.74 3.23-.22.89-6.28 25.5.59 10.49-5.34 2.81 4.09 17.83.3 1.23-6.06 7.12-6.36 3.66-1.75.98-2.48 11-7.51 1.92-1.16 7.89-2.44 17.95-10.62.17-3.12.04 8.19 8.07 1.24 3.58-3.67 3.45-12.8-.86-23.17 3.2-3.58 3.71-8.28-3.8-8.28-3.8-3.12-1.4-20.99-15.82-2.77 12.67-.76-2.64-4.91-17.02-13.94-5.56-2.71-5.87-5.09-5.3-2.83-7.89 1.02-3.95-1.72-4.25-7 2.09-1.63-6.5-.89-3.57 2.81-10.36 2.86-7.72-33.22-17.51-16.91-3.72-19.34-4.45-2.99-3.72-10.75-2.56-1.42 7.27-13.96 6.42-5.5 4.81-3.11 9.17-4.1-3.24-8.49 3.8-9.34 10.88 3.85 4.94-17.67 4.07-4.14-.86-16.65-3.46-1.24-.26-6.64 10.29-.68 6.61 11.39 29.92-8.26 16.08-1.66 8.78 7.88 27.41-27.39 7.32-11.16 8.2-4.42 11.39-14.24-2.63-2.31-6.49-4.89-5.68-12.32 2.59-20.34 12.63 3.94 10.27-4.26 2.87-45.45-8.58-3.5-2.38 4.67-10.37 11.71-11.7 1.59-5.1 3.65-3.25 4.19-5.56 12.1-24.67-12.82-10.55 1.91-7.51-7.82-7.07-18.23-.18-3.38-4.98 3.81-16.08 9.44 5.4-3.94-7.96-6.36-.07-.3-1.28-.43-.89-.6-.9-.9-.81-1.28-.46-10.68-4.93-1.36-.42h-1.03l-1.24-.13-1.02-.21-.68-.47-9.27-5.01-.64-.38-1.02-.34-1.03-.21-3.84-1.02-1.2-.38-1.62-.94-1.24-1.02-1.36-1.83-.56-1.45-.47-1.44-.09-.64.21-1.62.42-.98.3-.77.51-1.19.42-1.45.25-1.15v-1.24l-.34-1.79-.69-1.24-1.15-1.28-1.24-.98-.9-.76-6.33-4.77-.77-.89-.47-1.24-6.28-4.48-5.45-8.2-5.15-3.95 2.42-2.12-2.31-4.49.26-3.08 2.11-3.44-3.81-9.86-3.44 1.77-8.79 12.26-1.92-1.72 1.48-3.79.67-4.88 3.24-6.5.66-5.69-2.63-6.4.29-6.78 12.4-12.26 1.21-13.78 12.76-14.04 12.44-7.63 5.94-3.08 6.31-3.25 1.62-5.46 2.68-5.8 10.24-5.94 5.87-6.27 2.16-7.32.39-7.04-5.02-2.16 2.15-10.16 1.48-4.06 2.29-3.22 6.92-7.08 3.01-6.15-.91-4.86-7.69-3.53-1.2-.3-1.24-.46-2.18-1.11-1.8-.89-1.54-.92-.38-.23-1.8-.9-1.45-.55 4.35-4.32 4.1-1.07 5.13-1.33 12.36-6.18 4.74-7.99 1.89-6.23 3.38-1.63 3.3-3.56.25-7.33-.4-10.45 1.27-10.02-4.21-12.74 2.02-4.37 2.02-10.42-1.77-4.33-2.31-2.84.13-6.23 3.51-10.3-3.5.76-2.57-6.96-1.73-12.71-10.71-5.17-3.81-7.44-5.65-4.46 2-2.69 6.11-1.8 5.11-1.08 1.38-.29 4.74-1.24 4.28-1.14 9.75 2.09 10.99 4.76 4.79 2.81 12.75 2.92 15.9-6.46 6.46-1.25 5.05 1.58 6.63 2.12 13.47 1.9 7.4-1.46 10.3-6.92 10.43-1.42 11.03-5.36 5.7-5.02 12.76-6.24 10.18-2.18 8.42 1.08 6.25 3.24 12.96 6.1 3.38.89 2.91.76 11.04 1.56 6.79 5.41-.24 8.62-.02.02Zm-614.535 555.6.51 12.36 6.39-1.82.26 1.83.88 6.74 4.3 9.66.56 1.32-5.24 1.85 2.28 5.07 17.07-9.23 14.22-5.25 2.73 11.38.73 2.99 6.22-2.75 3.56-4.83-.12 1.58-.13 1.03 1.39 8.65.13.9.09 1.92v1.36l-1.75 24.7 12.535 13.86 4.21 8.86-2.65 23.67-14.305-.29-.89 3.61-1.34 4.4-.55 3.16 10.04 1.1 7.125 3.25 6.24.61.14 4.18-2.57 7.34-1.86 5.34.14 2.9.37 7.68 6.32 14.32-2.7 21.73-9.32 2.64-6.265 4.55-5.1 3.93-3.89-3.05-2.85-7.67-19.23 5.58-12.98-21.59-16.19-.15-5.55-1.52-1.71-.46-6.92-6.46-.33-6.95-6.35-1.04-10.17-6.49-6.51 2.71-6.52.15-7.31-6.07-8.47 2.93-19.7-2.95 2.11-15.45 8.58.93.5-2.94 1.23-2.15-3.59-2.47-6.58-2.12-3.05-.83 1.9-3.96 1.39-4.01-4.91-3.25-2.65-.5-1.66-6.98 5.47-29.36 2.95-9.82 1.43-4.95 20.41-3.32-.14-1.62-.4-4.3 2.64-.86 5.06-1.73-1.77-5.92 6.56-2.11-3.6-4.55 6.42-6.16 21.11-23.66 9.44-6.94-.02-4.65 12.2.43v-.02Z'/%3e%3cpath d='m1306.96 678.81 1.24.13h1.03l1.36.42 10.68 4.93 1.28.46.9.81.6.9.43.89.3 1.28 6.36.07 3.94 7.96-9.44-5.4-3.81 16.08 3.38 4.98 18.23.18 7.82 7.07-1.91 7.51 12.82 10.55-12.1 24.67-4.19 5.56-3.65 3.25-1.59 5.1-12.22-1.02-12.07-11.48-11.3 5.61-28-5.23-20.23-1.5-21.2 5.03-5.86-10.99-6.07-5.45-.18-3.84-2.3-15.26 2.78.89 1.92.55 1.79.51 9.64-43.56.17-.55 4.66 1.74 6.37 4.8 2.95-14.67.43-2.01 5.77 1.44 3.25 4 .3.3 8.84-.95 15.56-8.22 1.02-6.52 1.62.94 1.2.38 3.84 1.02 1.03.21 1.02.34.64.38 9.27 5.01.68.47 1.02.21-.02.02Z'/%3e%3cpath d='m1231.15 618.37 9.62-3.54 1.92 1.72 8.79-12.26 3.44-1.77 3.81 9.86-2.11 3.44-.26 3.08 2.31 4.49-2.43 2.12 5.16 3.95 5.45 8.2 6.27 4.48.48 1.24.77.89 6.33 4.77.9.76 1.24.98 1.15 1.28.69 1.24.34 1.79v1.24l-.25 1.15-.42 1.45-.51 1.19-.3.77-.42.98-.21 1.62.08.64.48 1.44.56 1.45 1.36 1.83 1.23 1.02-1.01 6.52-15.56 8.22-8.84.95-.3-.3-3.25-4-5.77-1.44-.42 2.01-2.96 14.67-6.37-4.8-4.66-1.74-.17.55-9.64 43.56-1.79-.51-1.92-.55-2.78-.89 2.3 15.26-5.96-11.07-21.25 2.27-.26-2.99-6.23.49-1.63.17-.95-3.66-.68-2.77h-2.53l-1.76 9.44h-2.05l-9.99-.1-8.36-.15.38-2.21.41-2.09-10.4-.61-.3 1.92-.21 1.45-2.13-.08-6.7-.23-4 4.99-7.07-12.09-7.27-4.67-6.42-4.12-2.63-4.58-2.59-2.84 1.45-16.25.77-13.81 4.11-12.37 6.29-2.69 5.68-3.8 10.47-29.44 5.45.15 6.09-3.13 6.91.79 4.62 3.11 4.21 4.59 3.52-2.85 27.48-12.25 8.09-1.91 3.28-.78 12.34-4.68 7.45-.15h.04v-.01Zm-135.98 259.41 25.21 4.78 26.43 11.74 10.73 8.93 8.23-2.36 9.05 20.57-.64.94-1.91 2.73 7.69 6.63-6.68 3.81-15.09 3.57-2.72-4.17-1.43 12.59-11.03 6.55-8.19 13.88-1.77 7.04-3.4 5.08 3.55 4.94 3.29 4.55 1.54 2.17-5.82 7.27-3.2-1.48-15.13-14.63-4.45-4.25-11.47-1.63-21.72-8.08 3.8-14 8.29-8.29-.31-5.29-10.61-11.36-6.15-19.51-2.61-4.59-4.04-8.27-8.75-17.71.5-2.6 8.5 4.28 5.73-8.58 24.58 4.76v-.01Z'/%3e%3cpath d='m1135.39 815.07 3.42 6.92 6.22-.7-.46 3.84 13.48-.84 7.72-.49 6.68 1.62 7.77-.08 3.5 2.47 9.23 2.57 6 10.22-.54 7.12-2.37 5.93-2.53 13.99-13.29 5.66-.29 2.52-1.59 14.08-3.58.31-2.99.22-2.5 5.68 3.21 7.8 12.89 23.89-5.45 3.94-7.69-6.63 1.91-2.73.64-.94-9.05-20.57-8.24 2.36-10.72-8.93-26.43-11.74-25.22-4.78 4.94-13.68 3.38-2.38-6.66-11.08 2.44-1.16 1.8-.91 1.69-1.7 1.57-2.6 1.91-4.07 1.46-4.4.9-2.83.78-3.05.66-3.05 1.69-2.71 1.47-1.7 2.25-2.6 1.12-2.26 1.12-1.7 2.03-1.36 2.59-1.25 2.71-.46 2.37-.23 2.82-.57 5.2 3.03h.03v.01Z'/%3e%3cpath d='m1131.83 730.04 7.07 12.09 4-4.99 6.7.23 2.13.08.21-1.45.3-1.92 10.41.61-.42 2.09-.38 2.21 8.36.15 9.99.11h2.05l1.77-9.44h2.51l.68 2.77.95 3.66 1.63-.17 6.23-.49.26 2.99 21.25-2.27 5.96 11.07.18 3.84 6.07 5.45 5.87 10.99 21.19-5.03 20.23 1.5-5.18 13.06 9.23 5.7-12.85 18.7 10.89 2.96 6.04 14.66-1.45 1.24-3.07 2.44-1.37-3.53-7 .99-12.39 11.62-7.08-1.86-1.59-2.25-3.33-4.73-5.46.52-12.78 6.85-7.09-7.96-20.74-1.57-7.07 3.89-1.78 5.55-9.23-2.57-3.5-2.47-7.77.08-6.68-1.62-7.72.49-13.48.84.46-3.84-6.22.7-3.42-6.92-5.2-3.03-2.82.57-2.37.23-2.71.46-2.59 1.25-2.03 1.36-1.12 1.7-11.12-7.89-18.47 3.04-2.99-15.09-25.25 3.53-.23-6.35-.13-2.64-4.01-.59-5.3-.83-11.5-22.65-2.62-5.07 3.11-2.69-5.22-8.66 3.51-3.67 11.79-.58 1.34-4.34 11.64-3.15 2.43-3.12 5.95-3.26 6.79-.58 6.23 2.59 1.59 2.12 2.96 3.88 3.8.58 2.99.51 9.94-2.76 1.27-2.35 6.44-1.38 3.12-.02 3.65-4.21 1.61-5.42-1.72-5.29 6.41 4.12 7.27 4.67v-.04h-.01Z'/%3e%3cpath d='m1037.55 768.13 11.5 22.65 5.3.83 4.01.59.13 2.64.23 6.35 25.25-3.53 2.99 15.09 18.47-3.04 11.12 7.89-1.12 2.26-2.25 2.6-1.47 1.7-1.68 2.71-.67 3.05-.78 3.05-.9 2.83-1.46 4.4-1.91 4.07-1.57 2.6-1.69 1.7-1.8.91-2.44 1.16 6.66 11.08-3.38 2.38-4.93 13.68-24.58-4.76-5.73 8.58-8.5-4.28-.5 2.6 8.75 17.71 4.04 8.27 2.61 4.59 6.15 19.51 10.61 11.36.31 5.29-8.29 8.29-3.8 14-11.09-4.1-4.65.99-3.66.82-14.83-11.98-3.48 4.66-17.44 11.44.49 6.74-11.96 6.1-6.24-.61-7.125-3.25-10.04-1.1.55-3.16 1.34-4.4.89-3.61 14.305.29 2.65-23.67-4.21-8.86-12.535-13.86 1.75-24.7v-1.36l-.1-1.92-.13-.9-1.39-8.65.13-1.03.12-1.58-3.56 4.83-6.22 2.75-.73-2.99-2.73-11.38-14.22 5.25-17.07 9.23-2.28-5.07 5.24-1.85-.56-1.32-4.3-9.66-.88-6.74-.26-1.83-6.39 1.82-.51-12.36-12.2-.43.02 4.65-9.44 6.94-21.11 23.66-6.42 6.16 3.6 4.55-6.56 2.11 1.77 5.92-5.06 1.73-2.64.86.4 4.3.14 1.62-20.41 3.32-1.43 4.95-2.95 9.82-5.47 29.36 1.66 6.98 2.65.5 4.91 3.25-1.39 4.01-1.9 3.96 3.05.83 6.58 2.12 3.59 2.47-1.23 2.15-.5 2.94-8.58-.93-2.11 15.45-16.58-10.59-16.03.83-11.43-13.13-25.18 2.19-10.28 8.11-20.43-4.82.21 8.27-13.24 2.66-6.32-2.57-2.28 4.79-23.28 6.03-3.96-6.76-4.29-7.36 1.95-1.8 13.16-12 2.16-1.84 4.66-5.7.72-.94 4.68-.8 15.12-7.79 1.71-11.92 6.01-13.01 2.91-6.27 4.48-9.67 2.33-4.32-4.15-3.48-4.71-4.33 2.89-2.4 7.09-5.87 3.34-6.39 2.16-3.23 3.78-2.08 6.82-2.48-.53-13.79-10.98-3.61-8.86-6.59-2.97-4.6.36-8.58 8.21-5.62 8.46-4.94 8.52-21.98v-2.3l2.2-2.71 7.66-4.42-1.38-2.11 1.68-6.38 11.72-3.97 7.91-9.24 15.25-14.55 11.1-3.43 6 10.81 5.98 5.94 4.64 9.73 5.35 4.18 3.62 3.36-4.58 6.66 4.62 1.18 4.72-4.41 6.58 3.81-8.68 6.6 4.74 1.01-3.69 15.87-.71 4.74.87 6.39 3.74 5.51 10-5.59 2.02-3.12 10.03 4.83 2.67-12.33 4.19-1.51 1.91 4.59 5.01-1.91 2.06 7.85 4.46-.83 5.69 4.36 8.01-2.76-3.19-9.5 2.93-3.59 4.04-4.87 1.56-3.97.23-6.67 17.59-5.21-.98-6.9 3.52-.42.25-2.45.82-8.02-.72-6.72 8.26-1.11 7.63 1.56 6.22-1.04.22-3.4 22.88-3.87 7.695-2.49 8.8-7.17 21.43-3.73 2.62 5.07h.05v-.01Zm-26.67 284.32-6.94 7.54-2.21 2.73-4.245 5.35h-14.06l-14.37-4.6-6.26-10.41 19.23-5.58 2.85 7.67 3.89 3.05 5.1-3.93 6.265-4.55 9.32-2.64 1.44 5.37h-.01Zm189.04 399.39 9.7 3.56 10.43 19.6 14.57 19.58 8.82 3.99 9.24 4.24-14.4 28.9-25.7 10.81-12.99 45.23-7.42 24.76 15.09 18.25 12.86 11.36-4.35 11.95 1.11.63 1.02.68.55.68.94 1.49.55 1.45.8 1.44 1.5 2.68 1.37.76-.63 3.58-6.93 17.16.04 16.8-2.39 15.99h-.68l-14.45.08.51 17.01-.05 2.67-7.82 2.45-8.75 6.09-7.59.9-2.33 1.18-7.76-8.38-4.39.76-9.17-1.42 2.21-5.54-5.59-4.41.26-6.23h-3.06l-6.78-.39-12.09 4.33-1-5.05-10.43.39 1.99-12.35-2.02-24.81-33.97 6.86-7.79-14.98-10.98 3.16-1.56-9.68 1.88-11.39 3.01-1.5 6.41-2.49-.72-9.04 14.05-7.72 5.06-31.7 8.07-1.43-5.29-36.87-12.67-.69.96-22.13-2.15-9-37.55-2.36 3.29-10.63.8-2.65 10.56-7.03 3.5-8.41 5.46 2.07 7.63-22.54 5.78-10.55 5.84 1.48 3.76-7.35 12.02-8.14 3.07 1.74 2.72-2.73 19.58-10.5 9.37 6.5 2.55-.78 26.39-8 2.17.33 18.12 2.81 15.83 2.44v.05h.01Z'/%3e%3cpath d='m1336.2 1626.75-11.39 18.17-19.38 38.51-9.4 12.19-3.25 3.61 10.05 7.7-3.08 11.11-6.32 11.21-3.12 13.52-7.19-5.23-2.04-1.62-10.67-8.29-25.05 7.08-.98.3-13.46 2.2-1.79-4-8.45 1.47-21.58-.17-.51-17.01 14.45-.08h.68l2.39-15.99-.04-16.8 6.93-17.16.63-3.58 3.46-12.84 7.44 3.18.81.38 2.57-8.28.42-1.32 10.92 2.63 1.64-9.09 3.28 1.44 3.15 1.4 9.08-5.43 9.3-5.57 20.47-4.56 32.08-2.19 8.61-35.67 6.72-.6-.8 6.48 5.58 9.07-2.53 6.79-6.55 1.5-4.86 13.15 1.79 2.39h-.01Zm-217.32-304.97 3.07 2.68 1.4-2.22 14.97 9.17 9.91 2.63-8.22 7.33 7.85 12.87 8.13 7.24.91 10.96-3.51 1.36.02 3.64-5.24.46-.03 4.65 29.51 10.97 9.78 14.17-15.1 4.38-2.23 8.46.58 10.79 26.26 8 5.57-.99-2.79-11.76 27.95-18.27 7 9.7 4.13.33 3.15.21 6.6 5.66 3.35 14.41.51 2.21-8.58 2.4 2.05 22.98-25.84 8.8-10.42-19.6-9.71-3.56-15.83-2.44-18.12-2.81-2.17-.33-26.39 8-2.55.78-9.37-6.5-19.58 10.5-6.18-3.91-16.38-16.63-12.11-12.33-2.73-1.31-12.69-6.19.67-4.86 17.86-1.42 6.55-2.96 36.92-.79-2.31-21.53 9.11.83-.8-14.24-17.08 9.34v4.57l-11.04 2.08-.14-34.76 6.32 7.28 17.04-40.43h-.03Zm-37.7 223.34-.96 22.13 12.67.69 5.29 36.87-8.07 1.43-5.06 31.7-14.04 7.72.71 9.04-6.41 2.49-3.01 1.5-1.88 11.39 1.56 9.68-19.2 2.88-2.83-6.35-2.63 1.71-19.96-21.22-4.84 3.19-2.93-3.82-12.225 6.07-8.31-12.9 3.33-1.54-8.28-10.93-18.97 7.19-7.84-16.26-5.43 2.62-13.67 3.54-2.61-4.81-3.84-4.42-3.87-11.42-12.48 3.24-6.55-14.18-4.51-2.63 3.09-25.13 7.17-2.59 16.58-.06-.91-15.99 3.96-10.93 1.64-4.48 9.7-9.84 15.6 11.93 26.55 7.84 6.97-1.04 13.135-2.05 11.83-10.18-1.08-5.37-.43-2.39 23.31 4.32 37.55 2.36 2.15 9h.03Z'/%3e%3cpath d='m924.805 1330.06-1.19 14.08 4.13.84 2.09.42-.3 1.07-7.26 28.77h.64l12.6.8-.71-8.57 3.65-2.36-1.86-8.61 5.65-2.41 4.45 1.88 16.01 6.96 46.315 19.69 22.56 18.42-6.53 6.55 15.21 5.41 1.78-3.63 14.44 4.44-.67 4.86 12.69 6.19 2.73 1.31 12.11 12.33 16.38 16.63 6.18 3.91-2.72 2.73-3.07-1.74-12.02 8.14-3.76 7.35-5.83-1.48-5.79 10.55-7.63 22.54-5.45-2.07-3.5 8.41-10.57 7.03-.8 2.65-3.29 10.63-23.31-4.32.43 2.39 1.08 5.37-11.83 10.18-13.135 2.05-6.97 1.04-26.55-7.84-15.6-11.93 2.73-8.62 6.06-6.38 4.25.03 3.79-11.02-3.29-14.19-1.98-8.56-18.59-23.45-2.04-2.56-3.5 2.18-6.68-3.99-.38-6.82-7.07-1.08-7.81-2.88-9.99.21-1.47-7.5-.26-1.36 4.21-.78-3.84-13.16 4.28-16.64 7.05-12.87 4.22-8.88.46-1.07-10.26-3.54-.55-.17 2.56-8.7.42-1.5-13.93-5.02-1.02-.34 3.31-25.34.17-1.19 6.02 5.52 4.08-3.3 4.04-13.23 14.64 1.18-.41 4.4v-.04Zm349.395 150.75 14.04 4.2 15.94-1.7 20.51 9.86-.18 15.18 4.04 3.7 5.88 5.37.14 6.52-3.09 5.12 4.58 17.39.74 10.27.39 4.9-.97 4.95-1.23 6.23 1.28 1.11 8.64 7.45-1.35 6.02-6.72.6-8.61 35.67-32.08 2.19-20.47 4.56-9.3 5.57-9.08 5.43-3.15-1.4-3.28-1.44-1.64 9.09-10.92-2.63-.42 1.32-2.57 8.28-.81-.38-7.44-3.18-3.46 12.84-1.37-.76-1.5-2.68-.8-1.44-.55-1.45-.94-1.49-.55-.68-1.02-.68-1.11-.63 4.35-11.95-12.86-11.36-15.09-18.25 7.42-24.76 12.99-45.23 25.7-10.81 14.4-28.9-9.24-4.24-8.82-3.99-14.57-19.58 25.84-8.8 9.3-3.43 8.55 1.05 10.46 16.99v-.02Zm328.89-199.98 1.67 12.96 9.83-1.03 14.46-10.75 15.41-.9 2.82 40.81 3.11 3.15 13.78-4.2 7.29-.54 6.22 3.92 10.9-1.22 14.16-5.35 12.73 7.12 8-9-1.19-1.88-1.02-1.45-.81-1.11-1.44-1.96-2.77-3.54-1.87-2.13-1.83-1.03-.89-1.49 26.87-11.94 23.77 26.14 10.77 4.26 3.32 4.95.19 4.38.14 3.29-1.32 8.15-1.07 6.1-6.43 9.93-2.68 4.48-19.2 23.83-14.64 10.23-17.39 10.21-11.18 6.69-23.2 14.62-14.25 5.07-6.3 3.93-11.18 6.18-3.96 6.06-10.21 3.25-1.66.51.85-4.13.8-3.8-27.64 4.57-8.69-28.87-6.59 2.31-8.85-4.81-.99-18-3.66-.55-1.89-20.98 3.44-19.66-.89.38-.94.6-.98.64-.64.38-1.53.86-1.27.6-.98-5.33-3.04-16.63 1.62-.6 1.79-.6-.52-7.33-.43-6.48 6.43-1.5-2.91-15.13-9.58-15.52 7.32-7.89-.51-4.44-1.28-10.06-2.86-12.62 2.64 1.15 10.94 5.33 30.74 4.71-6.42 4.14-2.43 8.53v.03Z'/%3e%3cpath d='m1719.73 1222.98 2.89 12.41 4.12 12.91 3.66 12.05-.54 16.65 8.66 12.29-26.87 11.94.89 1.49 1.83 1.03 1.87 2.13 2.77 3.54 1.44 1.96.81 1.11 1.02 1.45 1.19 1.88-8 9-12.73-7.12-14.16 5.35-10.9 1.22-6.22-3.92-7.29.54-13.78 4.2-3.11-3.15-2.82-40.81-15.41.9-14.46 10.75-9.83 1.03-1.67-12.96 2.43-8.53 6.42-4.14-30.74-4.71-10.94-5.33-2.64-1.15-3.44-2.61-2.71-7.33-6.93 3.08-5.68 3.47-2.48.79-2.83.1-6.06-19.36 4.67-7.08 14.52 4.34 6.3-6.23 2.24 2.38 1.72 1.41 7.75-5.12 5.02 5.58 6.86-1.37 3.03 4.86 2.77 6.46 8.69-1.6 4.11 1.78 5.34-.54 8.98-3.25 8.11-.82 16.84 3.16 4.55-3.5 25.84-8.7 12.31-12.71 3.74 11.72 3.15-1.96 17.12-10.49 8.56 9.55.02-.02Zm-379.79 27.26 1.71 1.36 7.49-.18 3.1-1.2 5.11-1.92 12.91 1.9 2.94 4.35 3.33 4.85 6.39 2.55 10.04-2.79 8.22 2.59.74 8.23 10.77-2.02-.92 9.81-7.85 18.69-29.76-.26-7.36-.58 1.74 25.15 4.49 14.49.77 2.51-8.09.91-9.87-1.6-3.51 11.91-1.23-.13-7.45-.71-.43-.13h-.38l-3.81 10.8-1.91-1.28-6.9-4.79-.14-3.38-9.34-1.75-11.89-4.85-5-.39-11.75 1.09-2.61-1.66-.93-1.28-.59-.94-.86-3.33-.21-1.54.08-1.66.13-1.32.55-2.85.76-3.16.13-1.75 18.25.51-1.52-17.33-7.97-3.5-2.12-17.77 1.78-4.78-1.31-18.08 2.51 1.06 10.1 4.37 4.06 8.44 13.66 1.43.92-11.18 4.69-16.89.59-1.92 5.07-.26 2.68 2.17v-.01Z'/%3e%3cpath d='m1392.13 1337.75 4.74 12.87.14 11.08 1.76 7.97 3.33 10.79-5.19 2.31 2.49 49.17-11.12 17.97 4.52 7.32.57 11.18-18.92 5.27-8.5 5.39-2.12 1.32 3.93 12.06-1.26 7.64-8.92 6.07-10.17.41-11.98 6.03-1.01 4.82-5.88-5.37-4.04-3.7.18-15.18-20.51-9.86-15.94 1.7-14.04-4.2-10.46-16.99-8.55-1.05-9.3 3.43-2.05-22.98 8.58-2.4-.51-2.21-3.35-14.41-6.6-5.66-3.15-.21-4.13-.33-7-9.7-8.07-11.67 1.86-8.92 10.74-8.25 22.4-13.61 5.62 3.53 8.41-21.67 6.75-2.99 4.45-1.63-1.09-5.82 3.89-13.95 5.87.68-.13 1.75-.76 3.16-.55 2.85-.13 1.32-.08 1.66.21 1.54.86 3.33.59.94.94 1.28 2.6 1.66 11.75-1.09 5 .39 11.9 4.85 9.33 1.75.14 3.38 6.9 4.79 1.91 1.28 3.81-10.79h.38l.43.13 7.45.71 1.23.13 3.51-11.91 9.87 1.6 8.09-.91-.77-2.51-4.49-14.49-1.74-25.15 7.36.58 29.76.26-10.12 8.2.22 3.49 1.13 16.16-3 13.44.03-.03Z'/%3e%3cpath d='m1564.19 1254.37 3.44 2.61 2.86 12.62 1.28 10.06.51 4.44-7.32 7.89 9.58 15.52 2.91 15.13-6.43 1.5.43 6.48.52 7.33-1.79.6-1.62.6 3.04 16.63.98 5.33 1.27-.6 1.53-.86.64-.38.98-.64.94-.6.89-.38-3.44 19.66 1.89 20.98 3.66.55.99 18 8.85 4.81 6.59-2.31 8.69 28.87 27.64-4.57-.8 3.8-.85 4.13 1.66-.51 10.21-3.25 3.96-6.06 11.18-6.18.05 14.37-.13 10.96-20.79-.08-28.8-.25-4.25.82-8.89 1.75-.43-1.75-.51-2.09-38.58-1.51-9.23-1.79-26.41.79-4.21-3.11-9.32-2.37-13.14 3.21-4.89 1.2-3.54.34-5.94.57-2.04-.31-40.66-6.2-17.91-3.26-13.82 2.57-17.31.5 11.12-17.97-2.49-49.17 5.19-2.31-3.33-10.79-1.76-7.97-.14-11.08-4.74-12.87 3-13.44-1.13-16.16-.22-3.49 10.12-8.2 7.85-18.69.92-9.81 23.84-4.55 4.34 2.13 1.93 12.4 3.88-.34 2.71-12.37 6.87 10.91 22.69-.75.07-17.74.15-4.33 15.77-4.91 2.16.94 1.27.57 1.58 1.4 2.53.84 2.25.22 3.49-.23 9.91-1.93h1.47l2.14.79 3.04 1.58 2.25 1.24 2.81.79 2.93.11 2.71-.46 3.04-.57 2.37.22 2.69.55 2.83-.1 2.48-.79 5.68-3.47 6.93-3.08 2.71 7.33h-.03v-.01Zm-55.43-266.42 5.17 20.85-5.49 9.73-3.07 5.46-.3.51.57 16.37 3.71 6.91 10.91-3.68 19.42-19.25 6.52 1.53 1.44-4.4-.38-2.43-1.2-2.81-1.83-4.35 1.79-.39 3.1-.55 7.86 18.59-.84 5.67 18.71.92.13-3.97 13.64-.95 1.41 8.02 33.28 2.59 6.87 13.56 1.06 8.06-.28 10.49-2.99 5.46 1.54 17.87-5.79 2.09-1.79 5.58-1.27 3.97 10.61 4.44 12.61-.86 6.43 1.28 22.2 7.37 20.41 6.01.25 8.06-2.13 7.12V1154l1.15 6.61 1.83 10.96 6.22-2.77-1.02 11.13-.48 5.33-6.5 5.37-3.32 2.69-1.19 16.37-.55 4.48-12.31 12.71-25.84 8.7-4.55 3.5-16.84-3.16-8.11.82-8.98 3.25-5.34.54-4.11-1.78-8.69 1.6-2.77-6.46-3.03-4.86-6.87 1.37-5.01-5.58-7.75 5.12-1.72-1.41-2.24-2.38-6.3 6.23-14.52-4.34-4.67 7.08-11.38-10.31-1.08-12.92 17.71-2.83.3-3.97-12.78-2.72-1.49-4.48-3.71-.33-.45 3.95-21.91.24-.85.04.78 6.27.17 1.5-17.5-2.07-2.36-19.02-12.36 3.6-3.63-15.47-3.44-29.8-7.33-.72 1.02-8.32 5.37-.86-15.99-43.86 8.22-13.44-.35-4.44-.05-.64-.51-6.4-7.35-18.37 10.53.25.42-3.76-9-1.1-19.06-13.28-5.17-12.36-.61-10.7-.39-6.23 1.96-3.5 3.02-5.38-1.46-4.09-5.11.95-5.07.94 4.25-6.7 8.69-3.72 8.28-21.88 2.98-2.01 1.5.38 16.76 4.16 13.21.92 6.18 5.71 11.1 6.26 18.51 10.47.68 2.85-.02.02Z'/%3e%3cpath d='m1708.02 919.37 2.77 7.55 6.61-.81 14.24 5.97 8.74 12.88-2.69 1.66-1.75.9 3.96 4.69-4.09 4.18 11.89 19.36 18.11 20.22.42 10.96-2.17.94-1.88 4.22-7.72 3.62h-6.56l-3.45.94-14.83 4.01-9.89 11.34-11.98 6.23-8.82.17-11.72 3.11-9.93-2.99-4 8.87-1.24 2.73h10.91l2.6 4.73 21.39-1.46 7.33 3.03.47 3.62-.3 9.4-12.45-3.38v7.99l3.52 10.15 12.76 13.07-15.89-9.3-20.83-4.94-7.29-5.07-4.22-2.99-4.21 29.46-15.81-2.6.26 12.41-6.43-1.28-.47-8.7-.65-11.3-13.25 4.78-1.54-17.87 2.99-5.46.29-10.49-1.07-8.06-6.87-13.56-3.92-12.19 5.7-9.98.9-1.58-3.16-11.18-1.75-5.96-.34-9.47 3.88-8.7 3.06-17.65 7.16-16.2 1.32 1.02 12.19 9.29 12.49 2.81v6.44l2.95.47 4.56.77.77-.05-1.5-11.9 10.19-1.71-1.92-17.4 1.32-8.87 29.68-2.95-6.78-6.39 7.93-1.58v.03h.01Zm-293.6 252.21 8.53 9.37 8.26-1.76 17.75-5.74 3.03 6.35 14.99-3.21 3.64 15.47 12.35-3.6 2.36 19.02 17.5 2.07-.17-1.5-.78-6.27.86-.04 21.9-.24.45-3.95 3.71.33 1.49 4.48 12.78 2.72-.3 3.97-17.71 2.83 1.08 12.92 11.38 10.31 6.06 19.36-2.69-.55-2.37-.22-3.04.57-2.71.46-2.93-.11-2.81-.79-2.25-1.24-3.04-1.58-2.14-.79h-1.47l-9.91 1.93-3.49.23-2.25-.22-2.53-.84-1.58-1.4-1.27-.57-2.16-.94-15.77 4.91-.15 4.33-.07 17.74-22.69.75-6.87-10.91-2.71 12.37-3.88.34-1.93-12.4-4.34-2.13-23.84 4.55-10.77 2.02-.74-8.23-8.22-2.59-10.04 2.79-6.39-2.55-3.33-4.85-2.94-4.35 3.9-11.56-9.59-6.3 1.09-11.13-11.96.49-16.87-3.81-6.26-3.11-.9.26-9.28 3.09-1.27 5.59-.13.43-.26 1.19-9.45-1.82 1.47-12.24h7.92l1.23-4.66 45.72-6 9.32-5.3 15.88-1.82 7.85-21.03 11.88-4.45 2.69 2.55 1.19 1.02-.01-.01Z'/%3e%3cpath d='m1503.36 827.19-3.97.94-.59 12.15-.98.43-6.74 2.91-.13 2.05-.08 1.83 5.55 3.92-.76 1.62-.55 1.15-1.45 3.12-6.06-.98 4.41 17.65-3.15 12.63 21.11-2.84 3.84 5.75 30.92 2.62 41.7-.24 19.06 2.8 18.12-2.91 8.57 7.45 5.89 15.99.6 1.58 3.54 7.08.9-.51 9.63-5.59 3.5 1.62 5.2 2.43 11.86.72 3.88 7.72-1.32 8.87 1.92 17.4-10.19 1.71 1.5 11.9-.77.05-4.56-.77-2.94-.47v-6.44l-12.49-2.81-12.19-9.29-1.32-1.02-7.16 16.2-3.06 17.65-3.88 8.7.34 9.47 1.75 5.96 3.16 11.18-.9 1.58-5.7 9.98 3.92 12.19-33.28-2.59-1.41-8.02-13.64.95-.13 3.97-18.71-.92.84-5.67-7.85-18.59-3.12.55-1.78.39 1.83 4.35 1.2 2.81.38 2.43-1.44 4.4-6.52-1.53-19.42 19.25-10.91 3.68-3.71-6.91-.57-16.37.3-.51 3.07-5.46 5.49-9.73-5.17-20.85-.68-2.85-18.51-10.47-11.09-6.26-6.19-5.71 7.08.29-1.81-20.73-28.35-69.73 3.25-29.85 11.92-20.7 5.84-4.78-10.3-19.82-13.52 4.7-11.18-4.08.2-9.64 3.5-3.07 2.39-2.13 13.17-4.66 7.6-1.34 14.67-2.57 5.08-.34 8.06-.57 1.71 1.15 7.25 4.68 8.25 20.67 1.5 6.61-2.26 4.18-3.62 6.74.65 9.51h.01v.01Zm-56.75 265.85 15.98 43.86-5.37.86-1.02 8.32 7.33.72 3.44 29.8-14.99 3.21-3.03-6.35-17.75 5.74-8.26 1.76-8.53-9.37-1.19-1.02-2.69-2.55-11.88 4.45-7.85 21.03-15.88 1.82-9.32 5.3-45.72 6 2.82-15.74-3.49-.98-2.98-.85 2.67-7.55.67-1.88h7.2l.64-1.59 10.56-25.65.76-1.87-6.18-1.06-2.51-.42 7.17-15.11 9.59 3.4 11.5-1.68 3.9-11.65-3.11-2.55 7.31-17.91-2.98-2.43 2.69-5.42 5.07-.78 10.66 4.5 4.57 1.96 23.31 4.23 8.86.33 1.44-1.28 5.02-4.4 14.53-.27 7.02-6.91.02-.02ZM128.395 1274.53l9.33 6.31 7.13 5.34 1.8.21 1.02.56 2.88 1.02 7.59-3.12 7.48-2.57 10.02-6.04 3.88 2.45 2.01 2.29 2.53 9.34 2.76-1.11 6.48-4.1 4.37-1.39 6.08-.26.62 6.19-4.02 3.93 1.72 5.57-1.9 1.82-1.44 2.38-.43 2.71-.21 2.83-.33 2.03-1 1.14-1.23 1.47-1.23 2.04-1.67 2.15-1.11 2.04v1.81l.7 1.8.68 1.69-.1 1.58-.56 1.24-1.23 1.14-1.23 1.47-.22 1.13v2.03l.82 2.59 1.03 2.02 1.48 1.46 1.02 1.34v1.47l-.99 1.93-1.34 1.59-1 1.92-.21 2.6.24 2.25 1.14 2.03.46 2.03-.1 1.92-.78 2.15-.21 2.14v1.92l-.65 2.27-.21 2.14-.1 1.92-1.34 2.04 3.57 2.27-5.06 4.53 1.96 13.08 17.27 5.72 12.29 11.47-13.07 16.76-3.85 3.44-5.19-5.85-2.61-2.92-2.45 1.55-2.76 1.77 10.74 15.45-1.67 4.41 5.63 2.22-12.82 15.74-1.18 1.38-3.56-3.94 1.69-1.76 4.94-5.19-.86-1.32-1.89-3.05-4.37 1.69-.67-4.47-.54-3.37-2.27-15.17-5.66-.77-4.75-10.24-5.23.12.66 8.82-3.11-.23.26-5.71-8.31-1.82 2.64-5.31-6.76-6.22-9.15-.45-10.25 12.57-2.87-2.37 4.36-26.81 2.14-4.21 3.62.71 4.87-17.36-6.36-1.58-.6-7.98-12.86-2.65 2.88-7.61-6.95-7.07-3.68-44.11-13.07-5.1 3.68-14.19 2.91-3.28 12.56 4.88 5.27-5.28.06-.04Zm129.2 214.03-10.96 5.71-5.47-3.85 3.56-2.55 14.62-6.98-2.41 4.59.66 3.07v.01Z'/%3e%3cpath d='m74.455 1410.06.64.13 12.43-10.8 1.24-3.85 7.27-7.3 1.91 5.66 36.01-4.53-4.36 26.81 2.87 2.37 10.25-12.57 9.15.45-5.13 8.31 9.97 8.88-26.57 13.8-1.61.82.68 6.05-13.12 14.42-6.32 10.17-14.52 12.76 11.55 9.89 3.18 4.58-4.79 1.1 5.1 11.48 5.74-.05h.3l3.27-6.08 12.61 8.9-1.88 4.02-8.04 17.24-2.59 5.61-5.58 4.44-3.24-7.74 2.06-7.06-3.13-9.55-8.61-7.16-4.05-.33-4.22-4.64-7.48.06-1.06 6.92 2.39 5.99.87 2.13-7.09 1.33-1.43 7.35h-7.02l-10.2-10.58.67-7.55 1.18-7.39-3.84-12.93-4.89-5.17-7.01.95-2.37-4.54-10.21-5.68-7.22-4.12-8.31-7.31 4.89-16.48 3.65-12.28-7.59-8.38.65-13.41-1.33-3.47-7.25-7.71-4.34-.37-1.9-3.42 1.2-26.23 14.09-4.21 9.25 7.86 16.1 2.61 7.99 4.97 10.17 23.12 8.99 1.72h-.02v-.01Zm384.88-208.31-.14 4.95-9.64 26.79-24.05-4.63-12.76-4.78-3.7 2.16-5.05 4.45-3.49 6.63-23.53 16.6-9.72 4.41-13.03 7.2 1.38 29.88-13.24-.22 1.72 10.78-14.44 4.48-18.21-19.12-24.29-4.62 11.1-14.36 1.12-10.8.46-.94 12.44-11.16 10.05-.28-3.9-17.42-1.88-6.06 5.9-7.08-5.74-9.71 10.73-13.48 11.24-.23 7.61-2.48 30.08 9.83 35.9-6.7 18.5-11.71 20.24 9.14 8.35 8.44v.04h-.01Zm-77.71-189.26 2.43.67 2.77-.14 3.03-.32 3.15-.27 2.47.15 2.13.63 2.27.92 1.5 1.7 1.08 3.07 1.21 2.64 1.59 2.42.64.57.98.87 1.13 1.95.15 2.3-.39 2.44-1.2 3.12-1.47 2.85-.79 3.12-.25 3.38v2.57l1.25 2.83 2.18 3.11 2.31 1.61 2.98.79 3.12.93 2.58 1.07 2.04 2.56 1.1 2.71.29 2.84.03 4.2-1.35 5.55-2.26 9.29-.22.88.28 1.76 1.63 1.62 8.28 3.88 3.66 1.06 4.46.11 3.92.11h1.9l3.11-.98 2.29-2.04 2.42-2.31 3.46 2.17-3.5 6.54-4.89 9.2 1.31 13.68-8.01-1.23-20.04-3.21-.77-.13-8.54 2.74-7.51-1.83-13.23 9.29-9.66 1.08-1.92.31-1.18 1.16-2.63 1.89-9.59 6.5-4.54 3.1-2.37 1.03-1.79.14-3.79.11-1.62-.03.15-3.37-6.49-1.92-3.5-1.08-1.49-.42.95-4.36 2.69-11.96.62-2.77 3.48-2.54 3.98-2.92-.06-2.22.71-8.2-2.31-1.75.5-6.64 1.86-5.3 5.62-7.45-4.86-7.56 1.44-1.1-2.49-9.6 4.14-9.5 3.09-2.72 6.08-1.12 4.72-2.87 7.7-1.54 3.88-4.81 1.47-5.79-3.97-6.88-5.59 1.03-2.51-6.72 4.02-3.73-3.89-2.24-5.26-2.01 1.6-4.19.17.22.21.21 2.27 1.31 3.2.79.3.05 5.16.73 2.6.92.63.37 1.56.94v-.02Zm-93.65 492.91 7.33 6.59 6.56.91 1.26 9.65 3.82.31.78 5.51.64 4.52 12.47-2.79.47 2.82-6.37 7.04-5.18-.31-.26 3.47 2.17 6.22 3.54-1.48 9.33-12.46 2.72.03-1.44 14.25-16.83 8-10.57 15.63-12.16 7.08 3.32 6.8-10.01 9.87 17.73 8.71-8.63 5.51-8.52-2.07-28.32 20.81-.72-6.9-6.42-10.35-10.53-2.53-4.36-6.47-6.2-.1-18.57-17.7-40.8-17.07 16.01-9.2.86-5.09 8.07-13.87 15.18-12.52 7.92-3.82 5.42 3.35 22.93-23.06 8.88 5.14 12.04-4.3 7.23-2.85 2.14-3.26 3.62 2.96 5.91 2.28 7.52.75h.02v-.01Z'/%3e%3cpath d='m164.035 1425.48 3.11.23-.66-8.82 5.23-.12 4.75 10.24 5.66.77 2.27 15.17.54 3.37.67 4.47 4.37-1.69 1.89 3.05.86 1.32-4.94 5.19-1.69 1.76 3.56 3.94 1.18-1.38 12.82-15.74-5.63-2.22 1.67-4.41-10.74-15.45 2.76-1.77 2.45-1.55 2.61 2.92 5.19 5.85 3.85-3.44 10.35 14.98 14.74 10.39 13.32 6.35 7.38 3.49 2.87 8.47 4.87 10.03-14.62 6.98-3.56 2.55 5.47 3.85 14.91 11.26-12.04 4.3-8.88-5.14-22.93 23.06-5.42-3.35-7.92 3.82-15.18 12.52-8.07 13.87-.86 5.09-16.01 9.2-5.41-6.79 19.79-14.85-18.15-15.17-12.67 22.16-13.85-4.2-9.01.41-5.02-.39-5.83-7.29 5.58-4.44 2.59-5.61 8.04-17.24 1.88-4.02-12.61-8.9-3.27 6.08h-.3l-5.74.05-5.1-11.48 4.79-1.1-3.18-4.58-11.55-9.89 14.52-12.76 6.32-10.17 13.12-14.42-.68-6.05 1.61-.82 26.57-13.8-9.97-8.88 5.13-8.31 6.76 6.22-2.64 5.31 8.31 1.82-.26 5.71h.03v-.01Zm-75.66-152.69 10.33 8.45 8.94-3.04-3.68 14.19 13.07 5.1 3.68 44.11 6.95 7.07-2.88 7.61 12.86 2.65.6 7.98 6.36 1.58-4.87 17.36-3.62-.71-2.14 4.21-36.01 4.53-1.91-5.66-7.27 7.3-1.24 3.85-12.43 10.8-.64-.13-8.99-1.72-10.17-23.12-7.99-4.97-16.1-2.61-9.25-7.86-14.09 4.21-4.68-19.04-2.13-13.8-.83-8.47 6.42-19.33 8.37-1.15.15-13.92 40.45-14.83 5.76-8.86 10.87-8.37.95.39 15.19 6.19h-.03v.01Z'/%3e%3cpath d='m174.485 1272.74-.32 2.03 1.47 1.46-10.02 6.04-7.48 2.57-7.59 3.12-2.88-1.02-1.02-.56-1.8-.21-7.13-5.34-9.33-6.31-5.27 5.28-12.56-4.88-2.91 3.28-8.94 3.04-10.33-8.45-15.19-6.19-.95-.39 12.54-26.55 5.23-6.61 5.03-5.32 3.64-4.3 4.59-1.52 7.55-2.23 4.58-2.47 7.11-7.77 5.25-3.15-1.24-3.65 8.65-2.89 6.93-2.01 15.78-2.03 11.94-4.39 20.23-.27-.02 4.1v17.06l5.28 7.25-7.81 14.94-1.53.58-1 1.02-1.11 2.15-1.11 2.27-1.22 2.83-.76 3.96-.77 2.94-1.44 2.72-2.24 2.39-1.67 2.49.13 2.37.8 2.03 1.36 1.68.69 1.57-.1 1.81-.66 2.26-1.23 1.59-1.12 1.7-.03-.02Zm-61.57 255.23-2.06 7.06 3.24 7.74 5.83 7.29 5.02.39 9.01-.41 12.86 14.28 4.54 29.01-13.92 8.88-11.51 18.89-3.71 5.55-8.58-4.9-4.51-1.23-.12 5.65-.87 5.73-2.47-.1-2.92.25-3.48.82-15.7 6.21-3.36 1.26-2.81.7-3.6.25-2.92-.09-2.59-.77-2.15-1.22-2.15-1.34-13.73-13.88-1.36-1.79-1.14-2.14-.12-1.24v-1.69l.98-2.15 1.22-1.93 1.9-2.39 1.56-1.93 1.22-1.92.8-3.09 1.17-3.58.77-2.27 1.79-2.16 6.91-7.98 3.03-3.65 2.99-3.56 1.9-2.7 1.76-3.17.79-2.69.4-3.08-.75-3.15-.94-1.32-1.25-2.04-2.41-3.94-1.46-2 2.33-7.13 1.16-8.54-2.93-6.52-.55-1.24 2.04-2.93h7.02l1.43-7.36 7.09-1.33-.87-2.13-2.39-5.99 1.06-6.92 7.48-.06 4.22 4.64 4.05.33 8.61 7.16 3.13 9.55h.02v.01Z'/%3e%3cpath d='m318.405 1231.77 3.9 17.42-10.05.28-12.44 11.16-.46.94-1.12 10.8-11.1 14.36 24.29 4.62 18.21 19.12-5.14 1.83-.38-.13-1.11-.51-1.32-1.06-1.24-1.36-1.76-1.87-16.3-13.8-5.5-.56-.76.26-.85.39-2.2.78-.94.35-3.65 1.22-8.49 2.91-5.69 1.96-1.66.82-.89.77-1.31 1.16-6.95 5.21-2.37 1.25-2.12.83-.88 2.6-3.03 11.79-9.48 9.32-8.46-5.1-.98-6.99-20.11-3.02-18.28-8.63.33-2.03.21-2.83.43-2.71 1.44-2.38 1.9-1.82-1.72-5.57 4.02-3.93-.62-6.19-6.08.26-4.37 1.39-6.48 4.1-2.76 1.11-2.53-9.34-2.01-2.29-3.88-2.45-1.47-1.46.32-2.03 1.12-1.7 1.23-1.59.66-2.26.1-1.81-.69-1.57-1.36-1.68-.8-2.03-.13-2.37 1.67-2.49 2.24-2.39 1.44-2.72.77-2.94 6.59-3.16 11.97 12.67 18.67-8.23 4.79-8.99 24.69-.25 1.23-.78 5.01-3.07 5.01-1.7 9.21 1.31 4.59-.16 2.7 2.54 2.14 2.03 18.13-7.41 22.95-.23-.04.03Zm31.92-146-1.86 5.3-.5 6.64 2.31 1.75-.71 8.2.06 2.22-3.98 2.92-3.48 2.54-.62 2.77-2.69 11.96-.95 4.36 1.49.42 3.5 1.08 6.49 1.92-.15 3.37-2.13 5.94-1.6 3.5-10.3-4.79-11.08-1.21-4.89 1.06-.21 1.15-.68.56-1.48.69-1.53.86-1.23.86-.37 1.24-.23 3.33-.37 2.09-10.68 14.65-.21.34-20.95 1.12-6.58-16.67-5.77-9.34-4.48-7.39-.95-1.62-2.46 1.25-8.2 4.06-.43-.38-5.53-5.16 2.97-8.29-.62-4.05-.58-3.84 2.06-3.81 3.41-6.42.5-3.03 1.34-8.08-.59-5.28-1.54-6.26 1.11-4.76 5.13-.85 8.27 2.79 10.29 1.83-.38 3.12 11.77.19 8.8.75 6.28-.08 5.11-1.14 10.07-5.14 8.51-2.08 4.33.38 6.24 3.08 9.17-12.25 2.53-3.38 4.86 7.56-5.62 7.45h.01Z'/%3e%3cpath d='m252.415 1142.52.43.38 8.2-4.06 2.46-1.25.95 1.62 4.48 7.39 5.77 9.34 6.58 16.67 20.95-1.12.21-.34 10.68-14.65 26.45 13.9-3.41 13.2 5.88 1.75-3.38 9.87-11.24.23-10.73 13.48 5.74 9.71-5.9 7.08 1.88 6.06-22.95.23-18.13 7.41-2.14-2.03-2.7-2.54-4.59.16-9.21-1.31-5.01 1.7-5.01 3.07-1.23.78-24.69.25-4.79 8.99-18.67 8.23-11.97-12.67-6.59 3.16.76-3.96 1.22-2.83 1.11-2.27 1.11-2.15 1-1.02 1.53-.58 7.81-14.94-5.29-7.25v-17.06l.02-4.1 6.98-18.97 2.96-2.05 5.66-3.15 4.03-4.09 3.64-1.11 10.49 2.01 4.67.18 1.73-4.34.22-5.35-.75-9.85 14.21-3.04 3.04-3.94 5.53 5.16v.01Z'/%3e%3cpath d='m313.115 1156.5.37-2.09.23-3.33.37-1.24 1.23-.86 1.53-.86 1.48-.69.68-.56.21-1.15 4.89-1.06 11.08 1.21 10.3 4.79 1.6-3.5 2.13-5.94 1.62.03 3.79-.11 1.79-.14 2.37-1.03 4.54-3.1 9.59-6.5 2.63-1.89 1.18-1.16 1.92-.31 9.66-1.08 13.23-9.29 7.51 1.83 8.54-2.74.77.13 20.04 3.21-9.13 40.74 6.35 8.79-4.89 15.59-18.5 11.71-35.9 6.7-30.08-9.83-7.61 2.48 3.38-9.87-5.88-1.75 3.41-13.2-26.45-13.9.02-.03Zm-134.49 390.75-19.79 14.85 5.41 6.79 40.8 17.07 18.57 17.7 6.2.1 4.36 6.47 10.53 2.53 6.42 10.35.72 6.9 28.32-20.81 8.52 2.07-.26 5.89 2.29 6.42.82 2.25-.34.51-2.23 3.34-1 2.95-.14 3.8-16.05-2.88-7.19 4.82-5.17-4.14-8.8.06 1.19 5.71 1.01 5.15-1.99 1.55-11.12 8.52-6.87 1.2-8.72 6.16-.71 7.29 2.79 17.21 13.97 10.95-8.52 3.21-5.95.13-16.9-4.15-7.77-5.06-12.26-9.81-.92 7.68-7.21 1.76-3.65 18.2-3.76.58-3.25 20.16-8-3.28-8.24-.5-6.45 2.4-2.95-2.58 5.51-7.76.71-.9.75-1.24.51-.98 4.75-11.85.91-4.01v-3.16l-.69-2.93-1.03-2.25-1.36-2.13-2.25-1.22-2.23-1.26-4.31-1.63-2.26-1.34-1.81-1.46-1.48-2.36-.47-2.48-.36-3.16.41-16.12-.14-1.92-.69-1.36-.77-1.36-1.03-.93-1.79-1.1-6.58-4.52-1.67-1.31-2.18-1.82-12.78-10.61-1.53-1.05-2.37-.66.87-5.73.12-5.65 4.51 1.23 8.58 4.9 3.71-5.55 11.51-18.89 13.92-8.88-4.54-29.01-12.86-14.28 13.85 4.2 12.67-22.16 18.15 15.17h.03v.01Zm570.63-429.01 10.43 9.59 5.48-2.97.02 4.4 22.35 28.56 26.53-11.83 10.93 6.48 11.45-12.59 2.59-2.87 23.86 13.38 12.93-3.63 21.58 6.95 7.99-3.57 6.18-10.21 16.22-1.77 8.25 8.29 8.54 6.28 1.51 7.25.48 2.43-7.24 25.49-18.58-3.13-7.5 9.06-5.03-1.17-16.66 19.76-1.66 1.92 3.96 1.22.73.47.9.51.34.64-3.07 11.52-4.48-.5-.63 2.48-3.07 11.7-9.37 8.73-5.34 17.08 14.22 11.55 3.05 8.77 16.33 19.21-47.3-13.25-1.75-1.36-2.02-5.11-8.44-2.87-7.67-2.61-6.8-8.46-6.23 6.47-.48 8.15-4.06 6.16-23.73 15.53-13.61-7.06-28.53-21.71-4.47-10.09-3.62-1.35-3.15-8.26-9.14-7.76-1.77-4.94-2.28-6.35 5.69-2.88-7.92-18.13-2.68.57-.66-3.7-5.02-26.88-3.01-5.57-4.51-8.38 1.73-2.86 3.72-5.9-2.57-4.47 9.26-6.14 21.8-40.48 4.94.23.06-.02Z'/%3e%3cpath d='m910.565 1324.49-4.04 13.23-4.08 3.3-6.02-5.52-.17 1.19-3.31 25.34 1.02.34 13.93 5.02-.42 1.5-2.56 8.7.55.17 10.26 3.54-.46 1.07-4.22 8.88-7.05 12.87-4.28 16.64 3.84 13.16-4.21.78.26 1.36 1.47 7.5 9.99-.21 7.81 2.88-.92 8.05-15.23.44-2.33 1.72-5.51 4.16 4.78 2.92-9.36-.13-8.93 1.95-2.73-2.12-2.99-2.37-11 3.92-9.37 7.92-5.49-.19-11.52-8.1-12.87 3.16-3.08 16.14-11.38 3.76-10.66 3.5-.83 4.18-11.79 8.45.17.38 2.53 5.62-1.27.78-17.47 11.07-2.42 11.78-22.97 5.35-7.41-13.15 2.15-14.21-11.77-17.64 11.03-5.77-.4-4.43.42-.22 6.07-3.61v-2.52l-1.25-.68-6.39-3.68 9.48-21.02-3.07-30.94-5.37-1.81-2.88-7.02-.46-26.14 3.16-6.96 8.64.65-3.14-17.22.88-8.96-5.75-2.57 10.23-17.71 5.01-2.96 13.77 5.31 3.3-2.83 10.01-8.53 9.81-5.11 2.73-8.5 23.73-15.53 4.06-6.16.48-8.15 6.23-6.47 6.8 8.46 7.67 2.61 8.44 2.87 2.02 5.11 1.75 1.36 47.3 13.25 8.46 7.64-1.42 9.13v.03h.01Zm-186.94-353.94-.72.94-4.66 5.7-2.16 1.84-13.16 12-1.95 1.8 4.29 7.36 3.96 6.76 23.28-6.03 2.28-4.79 6.32 2.57-1.51 14.46-4.36 16.82-12.69.27-6.37-4.19-.09.3-8.38 20.76-7.19-5.98-9.93-8.27-5.88-1.12-13.39-8.93-2.44-2.15-2.85-1.2-2.31-1.62-2.99-2.56-1.83-1.27-1.84-1.28-2.31-2.02-2.85-1.75-.54-.29-3.25-1.72-2.99-2.01-1.89-2.63-2.08-7.45 8.17-2-.76-3.51-6.68-10.12 6.45-9.65 8.25-2.48 8.5-4.1 5.6-.44h3.33l3.83-4.81 3.61 6.38 2.92 5.27 4.33 5.06 6.35-8.39-2.91-2.93 5.4-3.54 26.09 10.95v-.01Z'/%3e%3cpath d='m926.345 1454.15 6.68 3.99 3.5-2.18 2.04 2.56 18.59 23.45 1.98 8.56 3.29 14.19-3.79 11.02-4.25-.03-6.06 6.38-2.73 8.62-9.7 9.84-1.64 4.48-3.96 10.93.91 15.99-16.58.06-7.17 2.59-3.09 25.13-15.89 3.13-2.05-2.46-1.2-1.45-19.76 2.21-10.92.64-6.67-9.18-16.54-11.11-4.83-8.12-10.15-8.19-.95-3.75-.87-3.41-.34-1.44-28.28-10.8-15.59 3.01 4.19-13.75-5.28-1.81 2.42-11.78 17.47-11.07 1.27-.78-2.53-5.62-.17-.38 11.79-8.45.83-4.18 10.66-3.5 11.38-3.76 3.08-16.14 12.87-3.16 11.52 8.1 5.49.19 9.37-7.92 11-3.92 2.99 2.37 2.73 2.12 8.93-1.95 9.36.13-4.78-2.92 5.51-4.16 2.33-1.72 15.23-.44.92-8.05 7.07 1.08.38 6.82-.01-.01Zm-421.28-438.29 16.04 6.1 7.44-.85 8.12.76 8.41 3.74 6.79 4.44.2-.67 2.53 6.07 11.76-1.96.69 2.71 6.51 1.72 9.95-12.51 2.4-6.11 11.6-.3 6.26 1.83 1.74-4.75 8.82 5.91 3.11-9.21 4.53 1.34 1.04 4.94 7.84 9 .23 4.3 11.93 7.96 7.56 2.69 9.72.63 12.35-1.94 1.24 9.63-1.89 1.09-2.29 2.72-1.62 2.17-2.43 2.04-2.02 1.36-2.16 1.77-2.01 2.17-1.22 1.09-.81.27-2.03.42h-2.16l-1.49-.25-1.74 7.72-4.03 6.79.51 2.9.84 6.36 3.37-.15-1.36 15.41.92 6.99 3.47 12.86-6.88 3.49-29.61.15-14.07-7.18-1.74 3.6-6.15 8.25 3.29 26.72-8.03 3.54-6.95-9.82-1.03-10.53-8.33 12.15-7.84-9.68 5.06 15.75-1.76 29.98-7.51 14.37-7.23 1.11 3.21 3.39-6.92 4.09-22.72 9.72-14.89-5.34-26.26-5.1-14.62-9.81-13.57 2.72.14-4.95-8.35-8.44-20.24-9.14 4.89-15.59-6.35-8.79 9.13-40.74 8.01 1.23-1.31-13.68 4.89-9.2 3.5-6.54-3.46-2.17 3.46-5.42.67-2.52-.22-1.7-.05-1.54.88-1.54 8.18-14.72-1.15-21.83-.14-17.91 2.85-4.13 18.76-2.13 13-3.05 8.78 3.65.02.08Zm304.97-33.57 11.43 13.13 16.03-.83 16.58 10.59 19.7 2.95 8.47-2.93 7.31 6.07.42 32.75-1.77 4.4-17.29 3.05-13.45 3.76-6.08 1.69-8.17 3.7 6.15 2.79 5.25 2.37.49 6.01-5.5.19-6.66 6.08-24.39 16.51 2.64 11.08 9.77 3.92 12.22-2.35-.26 7.98-2.13.73-8.85 2.93-2.72.95 5.47 4.97 10.17 9.3 3.16 2.89 21.06 3.12 6.75 6.67-12.93 3.63-23.86-13.38-2.59 2.87-11.45 12.59-10.93-6.48-26.53 11.83-22.35-28.56-.02-4.4v-3.23l-10.6-8.89 2-5.96-5.02-2.15 7.29-4.63 1.08-15.37 5.78-3.65-11.7-15.05.79-22.35-19.58-13.6 4.36-16.82 1.51-14.46 13.24-2.66-.21-8.27 20.43 4.82 10.28-8.11 25.18-2.19h.03Z'/%3e%3cpath d='M983.425 1068.07h14.06l4.245-5.35 2.21-2.73 3.81 4.98-4.16 5.69-19.375 29.87 1.48 36.96-.54 6.02-2.2 4.32-.8 1.54-3.05-7.45-1.63-3.92-.68.39-5.99 3.17-1.11-1.27-6.28-7.1-7.19 4.89-1.47 6.23-7.05 6.33-5.82-6.63-5.83 2.45-8.25-8.29-16.22 1.77-6.18 10.21-7.99 3.57-21.58-6.95-6.75-6.67-21.06-3.12-3.16-2.89-10.17-9.3-5.47-4.97 2.72-.95 8.85-2.93 2.13-.73.26-7.98-12.22 2.35-9.77-3.92-2.64-11.08 24.39-16.51 6.66-6.08 5.5-.19-.49-6.01-5.25-2.37-6.15-2.79 8.17-3.7 6.08-1.69 13.45-3.76 17.29-3.05 1.77-4.4-.42-32.75 6.52-.15 6.51-2.71 10.17 6.49 6.35 1.04.33 6.95 6.92 6.46 1.71.46 5.55 1.52 16.19.15 12.98 21.59 6.26 10.41 14.37 4.6v-.02h.01Z'/%3e%3cpath d='m1002.72 1130.61-8.585 20.15 5.49-.49 17.995-7.61 3.97 2.93 11.21-10.23 19.44-7.73 2.27 2.89-7.68 7.91-10.39 1.95-15.11 17.1 11.18 5.89-1.15 12.84 23.4 5.05-11.66 44.81.77-.05 5.79-.14-.72 1.96-3.46 9.3-1.64 4.4-14.41-4.61-1 4.22-.21.69-6.69-1.73-18.79-4.84-6.405 9.66-5.97-2.28-6.98 26.84-.19 6.18-5.41.13-1.11 4.4-8.28 26.44-3.35 2.06-14.93-9.97-18.36-3.34-15.41.82-3.89-5.53-13.61-9.16-11.23-9.81-1.01 2.56-2.45 5.43-14.22-11.55 5.34-17.08 9.37-8.73 3.07-11.7.63-2.48 4.48.5 3.07-11.52-.34-.64-.9-.51-.73-.47-3.96-1.22 1.66-1.92 16.66-19.76 5.03 1.17 7.5-9.06 18.58 3.13 7.24-25.49-.48-2.43-1.51-7.25-8.54-6.28 5.83-2.45 5.82 6.63 7.05-6.33 1.47-6.23 7.19-4.89 6.28 7.1 1.11 1.27 5.99-3.17.68-.39 1.63 3.92 3.05 7.45.8-1.54 2.2-4.32.54-6.02 5.11 1.6 7.88-12.95 4.025 4.46-.04.06Zm-619.105 496.36 1.19.12 2.46-.14 15.67-1.24 2.93 5.1 7.44 2.39 9.89 6.3 5.3 6.71 5.15 3.93-2.6 15.99-16.29-5.74-13.43-.68-14.25-8.78-5.15 4.63-5.97-3.58-3.03 5.01 2.17 1.56 14.13 10.19 5.56 6.02-1.94 9.78 17.56 16.86 2.67-.65 13.41-3.28 8.64 2.64-1.14 1.8-4.75 7.66-6.71.04 3.29 3.56.76 5.26 6.93 10.35 4.13 16.35-15.05 5.8-11.72 8.13-10.7 1-3.26 2.41-10.54-7.74-4.09 1.32-2.15 5.41-6.86-.48-12.99-6.69-10.35-6.16-33.82 11.9-9.71-10.69-8.21-8.98-10.13 1.26-1.65-4.73-18.53.68-9.92-3.99-12.91-11.64-4.91-5.06-12.14 4.36-8.8 5.48-17.56-7.81-5.56 6.13-12.35 8.21-5.43.92-8.32-3.42 3.25-20.16 3.76-.58 3.65-18.2 7.21-1.76.92-7.68 12.26 9.81 7.77 5.06 16.9 4.15 5.95-.13 8.52-3.21 8.01-3.34 3.19 6.71 5.23.18 21.67.62 3.94-2.54 19.42-12.63 12.43 4.53 1.07-12.71-3.2-15.93 3.84-4.25-3.25-9.23 7.57-5.25 11.12-1.82 2.1 2.08 16.8 16.48 2.51-.95-7.23-20.77-8.7-10.86-.98-1.19 6.54-1.02 14.79 6.48 10.84-13.51 2.55-.4 3.65-.53h1.15l1.19.24 1.28.8 1.07 1.31.69 1.75.17.55.43 1.44.47 1.06.73.81.94.46 1.4.33.02.02Zm-59.24-299.93-1.24 11.69-13.46 25.25-4.52-1.72 19.21 35.61-16.61 17.89-2.99-2.59-5.46 5.37-3.5 3.44-2.45 2.45.41 9.59-15.34-3.73-22.15 15.33 2.82 21.18-4.61 4.08-2.87-8.47-7.38-3.49-13.32-6.35-14.74-10.39-10.35-14.98 13.07-16.76-12.29-11.47-17.27-5.72-1.96-13.08 5.06-4.53-3.57-2.27 1.34-2.04.1-1.92.21-2.14.66-2.27v-1.92l.19-2.14.78-2.15.1-1.92-.46-2.03-1.14-2.03-.24-2.25.21-2.6 1-1.92 1.34-1.59 1-1.93v-1.47l-1.03-1.34-1.48-1.46-1.03-2.02-.8-2.59v-2.03l.21-1.13 1.23-1.47 1.23-1.14.56-1.24.1-1.58-.68-1.69-.69-1.8v-1.81l1.1-2.04 1.67-2.15 1.23-2.04 1.23-1.47 1-1.14 18.28 8.63 20.11 3.02.98 6.99 8.46 5.1 9.48-9.32 3.03-11.79.88-2.6 2.12-.83 2.37-1.25 6.95-5.21 1.31-1.16.89-.77 1.66-.82 5.69-1.96 8.49-2.91 3.65-1.22.94-.35 2.2-.78.85-.39.76-.26 5.5.56 16.3 13.8 1.76 1.87 1.24 1.36 1.32 1.06 1.11.51.38.13-.12 14.76-.02-.04Z'/%3e%3cpath d='m223.425 1669.88.71-7.29 8.72-6.16 6.87-1.2 11.12-8.52 1.99-1.55-1.01-5.15-1.19-5.71 8.8-.06 5.17 4.14 7.19-4.82 16.05 2.88.14-3.8 1-2.95 2.23-3.34.34-.51-.82-2.25-2.29-6.42.26-5.89 8.63-5.51-17.73-8.71 10.01-9.87-3.32-6.8 12.16-7.08 10.57-15.63 16.83-8 1.44-14.25 4.57-2.55 13.48 6.1 2.98 14.01 12.15 12.63-12.02 2.51 5.96 7.93-9.83 11.28-5.99 6.86 17.14 9.36-2.83 9.44 3.04 2.88 1.15.8 1.62 1.27 1.32.71 1.83.67 1.44.12h1.4l3.19-.33-10.84 13.51-14.79-6.48-6.54 1.02.98 1.19 8.7 10.86 7.23 20.77-2.51.95-16.8-16.48-2.1-2.08-11.12 1.82-7.57 5.25 3.25 9.23-3.84 4.25 3.2 15.93-1.07 12.71-12.43-4.53-19.42 12.63-3.94 2.54-21.67-.62-5.23-.18-3.19-6.71-8.01 3.34-13.97-10.95-2.79-17.21Zm272.1-56.57 5.71 11.23-1.14 1.71-6.4 9.8 1.54 1.1 3.03 2.12-1.22 1.75-4.63 6.51-9.72 10.11-1.27-.21-3.75-1.9-2.35-1.01-1.32-.46-1.28-.12-1.02.3-1.31.86-.42.3-3.43 2.32-1.27.69-1.06.22h-.81l-.94-.08-1.19-.46-11.75-4.28.17-.76 1.66-6.83-4.05-9.23 11.74-13.37 1.64-24.66 6.27-10.7 28.57 25.04v.01Zm-120.37-180.87 13.44-7.2 4.77 7.86 11.32-5.39 5.47 4.53 6.26-13.13 19.53 1.34-.31 4.69 1.04 4.38 37.44 16.29 4.77 8.08-6.01 20.71-2.23 4.58-4.28-4.97-15.75 20.43-4.51 20.45-3.84 4.59 3.81 4.88-6.82-1.92-13.48 7.07-10.42.19-19.56-13.78-17.28-3.18-.18-8.49 9.17-2.74-.5-48.02-6.85-.3-2.25-6.6 2.08-7.09-4.85-7.27h.02v.01Z'/%3e%3cpath d='m577.795 1455.47-5.5 4.72-.53 3.93-.7 4.95-1.39 10.5 1.08 3.02.64 1.75 3.54 9.49 6.1 3.64 15.02 9.05 2.16-.44 16.14 5.17-.1 4.95-1.36.09-15.34 1.19-1.81 3.46-.55 1.11 1.37 1.7 1.15 1.15 1.96 2.16.68.8 13.55 5.56-7.02 8.27.31 2.95v1.32l.02 1.07-.63 1.32-.63.43-.24 11.64-8.03 10.66-9.66 4.95-3.96 9.98-4.04 3.4-13.63.07-1.36-3.38-11.46 1.96-6.9-.82-7.48-.8-16.26 4.95-2.17-7.84-3.69.23 3.87 15.97-6.83 11.12-18.6 2.45-28.57-25.04-2.05-1.87-17.36-11.2 4.41-9.92-3.96-16.18 13.01-21.7 17.35-23.12 9.64-33.53 1.84-12.08 7.61.3.54-1.92 3.25-11.96 1.44.08 13.15.6 2.32-2.36 2.07-2.1 12.64 1.47-.81 7.17 9.48 6 20.73-20.45 18 10.39-7.88 6.4 2.35 1.39 3.07 1.78h.01Z'/%3e%3cpath d='m460.675 1598.97-1.64 24.66-11.74 13.37 4.05 9.23-1.66 6.83-.17.76 11.75 4.28 1.19.46.94.08h.81l1.06-.22.54 5.71-5.49 13.21 6.54 6.44-3.66 13.29-3.38-1.2-3.29 13.01-3.86 9.37-7.85 10.52-19-15.63-3.29-3.56 6.71-.04 4.75-7.66 1.14-1.8-8.64-2.64-13.41 3.28-2.67.65-17.56-16.86 1.94-9.78-5.56-6.02-14.13-10.19-2.17-1.56 3.03-5.01 5.97 3.58 5.15-4.63 14.25 8.78 13.43.68 16.29 5.74 2.6-15.99-5.15-3.93-5.3-6.71-9.89-6.3-7.44-2.39-2.93-5.1-15.67 1.24-2.46.14-1.19-.12-1.4-.33-.94-.46-.73-.81-.47-1.06-.43-1.44-.17-.55-.69-1.75-1.07-1.31-1.28-.8-1.19-.25h-1.15l-3.65.54-2.55.4-3.19.32 1.08-3.8 10.45-.83 12.53-1.06 1.84-5.17 4.56 1.97 4.62-8.81 8.86 3.61 18.47-18.88 37.79-.09 2.05 1.87-6.27 10.7v.02h-.01Zm-116.38-156.45 13.74 7.25 19.89-2.98 2.25 6.6 6.85.3.5 48.02-9.17 2.74.18 8.49-12.85-2.18-36.46 10.93-4.67 13.72-9.33 12.46-3.54 1.48-2.17-6.22.26-3.47 5.18.31 6.37-7.04-.47-2.82-12.47 2.79-.64-4.52-.78-5.51-3.82-.31-1.26-9.65 4.63-.92 1.93-10.72 8.85.92 5.06-20.2-10.41-4.37 10.29-20.45 3.37-11.83 8.75-8.5 9.95 5.69-.01-.01Z'/%3e%3cpath d='m310.115 1432.16-3.31 21.22 15.42 3.78-10.29 20.45 10.41 4.37-5.06 20.2-8.85-.92-1.93 10.72-4.63.92-6.56-.91-7.33-6.59-7.52-.75-5.91-2.28-3.62-2.96-2.14 3.26-7.23 2.85-14.91-11.26 10.96-5.71-.66-3.07 2.41-4.59-4.87-10.03 4.61-4.08-2.82-21.18 22.15-15.33 15.34 3.73-.41-9.59 2.45-2.45 3.5-3.44 5.46-5.37 2.99 2.59 13.46 8.48-9.02 6.46-2.07 1.46-.02.02Zm139.44-198.67 8.09 7.37 9.87-.87-16.87 35.83 1.6 5.11-8.72 1.71-2.68 21.76-12.08.8-.6-7.68-12.85 7.37 2.05-11.56-25.67-7.93-4.49 2.28-1.32-5.03-10.22-3.47-.38-7.33-8.05-13.53 9.72-4.41 23.53-16.6 3.49-6.63 5.05-4.45 3.7-2.16 12.76 4.78 24.05 4.63h.02v.01Z'/%3e%3cpath d='m344.295 1442.52-9.95-5.69-8.75 8.5-3.37 11.83-15.42-3.78 3.31-21.22 2.07-1.46 9.02-6.46-13.46-8.48 16.61-17.89-19.21-35.61 4.52 1.72 13.46-25.25 1.24-11.69 10.64 6.84 14.89.03 9.6-2.83 16.55 27.19-5.13 2.64 5.03 9.48-4.42.96 8.24 25.19-1.56 2.57-10.02 17.12-16.07 15.29-7.84 11h.02Z'/%3e%3cpath d='m385.905 1282.66 1.32 5.03 4.49-2.28 25.67 7.93-2.05 11.56 12.85-7.37.6 7.68 12.08-.8 1.72 10.82 12.41 4.62 14.94-.21 1.34-4.36 16.25 7.03 3.86-3.39v.68l-.08.34-.13 1.24.22 1.75.1 2.47 1.83.33 1.86-1.84 4.07-2.53 3.61-1.56 3.4-1.26 3.23-.66 3.24-.02 4.04.62 1.88.46 5.62 1.3-1.38 5.34-8.07 2.56-14.6 15.18 18.76 14.91-.57 5.67 26.76 32.26 8.27 2.52 2.24 28.73 6.55 8.11-20.73 20.45-9.48-6 .81-7.17-12.64-1.47-2.07 2.1-2.32 2.36-13.15-.6-1.44-.08-3.25 11.96-.54 1.92-7.61-.3-1.84 12.08-9.64 33.53-17.35 23.12-14.9-2.85-3.81-4.88 3.84-4.59 4.51-20.45 15.75-20.43 4.28 4.97 2.23-4.58 6.01-20.71-4.77-8.08-37.44-16.29-1.04-4.38.31-4.69-19.53-1.34-6.26 13.13-5.47-4.53-11.32 5.39-4.77-7.86-13.44 7.2 4.85 7.27-2.08 7.09-19.89 2.98-13.74-7.25 7.84-11 16.07-15.29 10.02-17.12 1.56-2.57-8.24-25.19 4.42-.96-5.03-9.48 5.13-2.64-16.55-27.19-9.6 2.83-14.89-.03-10.64-6.84.12-14.76 5.14-1.83 14.44-4.48-1.72-10.78 13.24.22-1.38-29.88 13.03-7.2 8.05 13.53.38 7.33 10.22 3.47v-.02h-.01Z'/%3e%3cpath d='m324.555 1535.4 4.67-13.72 36.46-10.93 12.85 2.18 17.28 3.18 19.56 13.78 10.42-.19 13.48-7.07 6.82 1.92 14.9 2.85-13.01 21.7 3.96 16.18-4.41 9.92 17.36 11.2-37.79.09-18.47 18.88-8.86-3.61-4.62 8.81-4.56-1.97-1.84 5.17-12.53 1.06-10.45.83-1.08 3.8h-1.4l-1.44-.11-1.83-.67-1.32-.71-1.62-1.27-1.15-.8-3.04-2.88 2.83-9.44-17.14-9.36 5.99-6.86 9.83-11.28-5.96-7.93 12.02-2.51-12.15-12.63-2.98-14.01-13.48-6.1-4.57 2.55-2.72-.03v-.02h-.01Zm801.865 280.65 31.3 17.22v5.3l7.07 2.75 9.73 3.81-.84 2.56-3.45 11.27-1.29 27.27-20.14 7.45 2.91 11.16-6.18 4.71-8.17 6.24-8.59 11.41-10.04 5.06-7.29 3.26-26.32 12.35-.89.22.14-11.13-8.15-15.25-10.78 2.89-8.99 2.41-12.14-.65-16.81-14.66-6.65-8.42-2.9-3.57.21-13.61 1.67-11.13 8.49-13.08 17.27 5.58 4.68.98 1.88-18.19.49-2.04 15.64.13 4.81-24.89 8.58-14.61 12.02 8.23 2.42-3.39 8.86-14.38 21.48 16.72-.03.02Z'/%3e%3cpath d='m1015.4 1856.75 8.48 3.12 4.41 2.03-8.49 13.08-1.67 11.13-.21 13.61 2.9 3.57 6.65 8.42 16.81 14.66 12.14.65 8.99-2.41 10.78-2.89 8.15 15.25-.14 11.13-10.69 2.29-.89 14.93-6.36-.18-1.51 12.32-.86 4.81-15.21-4.05-12.52-2.01-2.55-.93-7.53-5.22-6.71-.87-.42.98-4.29 9.65 9.13 4.53-4.32 15.58-6.19-.19 1.35-2.87-17.995-14.78-24.05 1.91-10.27 10.06-8.78-.14-11.8-.17-11.78 4.22-6.23 1.32-9.17-3.76.79-4.2-2.7-1.89-4.7 2.87-4.49-10.27 3.23-2.72-6.74-1.6-9.01 5.58-11.32-2.53-4.59-2.42-8.76 6.34-1.13-7.33 13.42-19.41-4.02-8.26-.3-.55 15.37-10.55 7.12 10.38 5.03-5.18 1.44-1.46 2.08-11.22.87-4.74.54-2.9-6.23-19.6 8.05-4.38-.65-3.08-1.91-11.54 7.41-1.43 1.07-1.81 8.94-4.03 1.98-4.82 6.2-9.87 5.26-2.83 5.66-1.11 3.15.9 11.57-10.95 1.24-1.64 1.43-1.27 1.97-.82 1.7-1.18 1.02-2.19 16.52 1.23 34.335 13.71v-.01Z'/%3e%3cpath d='m813.905 1726.18 12.74 9.5 2.28-2.57 20.77 9.04 8.31 6.19-1.3 4.18-.17.47-.84 2.73-3.01 1.46-14.42 6.63 8.46 12.25 12.46 26.39 9.54 5.72 9.98.69 10.07 11.48 2.16 10.74 8.72 14.64 12.51 6.74 1.39 8.31 3.42 5.87 8.38 6.15-1.98 4.82-8.94 4.03-1.07 1.81-7.41 1.43 1.91 11.54.65 3.08-8.05 4.38 6.23 19.6-.54 2.9-.87 4.74-2.08 11.22-1.44 1.46-5.03 5.18-7.12-10.38-15.37 10.55.3.55 4.02 8.26-13.42 19.41 1.13 7.33-7.84 6.87-2.78 1.18-5.57 9.41-8.76-4.14-3.62 7.31-5.37-1.55-3.09-1.99 1.84-6.45-3.07-2.76-11.72 8.79-2.33-9.03 4.79-1.98-.23-3.45 1.31-.78.3-.3.46-.47.97-1.67.76-1.32.21-1.11-11.7-7.03 2.69-4.41-4.92-10.68 4.41-12.51-8-25.05 3.27-8.5-5.57-23.43-9.89-10.45-12.31 1.97-10.39-19.27-.75-3.61 1.76-7.13-10.07-2.48-4.55-4.83-3.32-2.84 1.15-7.98 14.37-23.98 9.1-27.76-6.84-1.85 1.35-21.5 13.13-8.97 10.11-30.62 11.94-.43 6.4 8.29v-.03Zm226.055-49.9 2.83 6.35 19.2-2.88 10.98-3.16 7.8 14.98 33.96-6.86 2.02 24.81-1.99 12.35 10.43-.39 1 5.05 12.09-4.33 6.78.39h3.06l-.26 6.22 5.59 4.41-2.21 5.54-3.04 8.53 3.07 22.72.65 5.24-18.36-3.64-3.13 7.11 1.02 3.27.79 2.48-.1 2.71-.1 3.27.12 3.84.69 2.71 1.69 3.15-8.11 15.86-21.48-16.72-8.86 14.38-2.42 3.39-12.02-8.23-8.58 14.61-4.81 24.89-15.64-.13-.49 2.04-1.88 18.19-4.68-.98-17.27-5.58-4.41-2.03-8.48-3.12-34.335-13.71-16.52-1.23.24-2.56-.23-2.15-.91-1.91-.79-1.47-.11-1.8.55-1.8 1.46-1.59 1.23-1.47.33-1.35-.12-2.03v-1.8l-.24-2.03-.68-2.25-.46-2.25v-2.03l.55-2.03 1.34-1.7 1.79-2.15 3.12-5.54 4.37-5.54 1.34-1.59.56-1.7v-2.93l-.02-3.04-.57-2.71-.68-2.37-1.25-2.71-1.24-1.8-1.24-1.58-.11-1.13.55-2.48-.79-1.92-2.14-1.12-2.48-2.25-2.59-2.7-3.39-4.6-3.2-2.29 2.29-12.84 12.61-13.09 12.65-3.33 5.63 8.08 7.62-7.74-.4-4.3 6.225-10.38 4.62-22.25 3.85-4.34 15.17-8.72 2.62 2.43 5.7-2.96 2.63-1.71v.02Z'/%3e%3cpath d='m886.405 1600.39 2.05 2.46 15.89-3.13 4.51 2.63 6.55 14.18 12.48-3.24 3.87 11.42 3.84 4.42 2.61 4.81 13.67-3.54 5.43-2.62 7.84 16.26 18.97-7.19 8.28 10.93-3.33 1.54 8.31 12.9 12.225-6.07 2.93 3.82 4.84-3.19 19.96 21.22-5.7 2.96-2.62-2.43-15.17 8.72-3.85 4.34-4.62 22.25-6.225 10.38.4 4.3-7.62 7.74-5.63-8.08-12.65 3.33-12.61 13.09-2.29 12.84 3.2 2.29 3.39 4.6 2.59 2.7 2.48 2.25 2.14 1.12.79 1.92-.55 2.48.11 1.13 1.24 1.58 1.24 1.8 1.25 2.71.68 2.37.57 2.71v3.04l.02 2.93-.56 1.7-1.34 1.59-4.37 5.54-3.12 5.54-1.79 2.15-1.34 1.7-.55 2.03v2.03l.46 2.25.68 2.25.23 2.03v1.8l.13 2.03-.33 1.35-1.23 1.47-1.46 1.59-.55 1.8.11 1.8.79 1.47.91 1.91.23 2.15-.24 2.56-1.02 2.19-1.7 1.18-1.97.82-1.43 1.27-1.24 1.64-11.57 10.95-3.15-.9-5.66 1.11-5.26 2.83-6.2 9.87-8.38-6.15-3.42-5.87-1.39-8.31-12.51-6.74-8.72-14.64-2.16-10.74-10.07-11.48-9.98-.69-9.54-5.72-12.46-26.39-8.46-12.25 14.42-6.63 3.01-1.46.84-2.73.17-.47 1.3-4.18-8.31-6.19-20.77-9.04-3.82-9.11-7.22-21.46-5.29-5.05 11.63-12.8-.39-12.92-2.6-1.95-1.96-1.44 1.52-1.76 3.34-3.85-4.48-5.1 24.5-14.98 13.29-1.8 9.08-5.11 4.79-11.75 1.81-4.74-7.68-18.14 19.76-2.21 1.2 1.45v.02Zm-119.76-45.83 3.94 15.81-7.52 2.09-5.34 2.36-.28 4.01.75 3.16 3.45 16.11 3.96.53 1.47 4.09 8.58.18-.06 11.2-.03 5.64 14.66-1.6 7.36 2.88 6.34 2.48-5.25 5.91-6.02 3.31-5.87 7.23-2.12 12.67 2 11.12-26.43 9.92 2.42-9.22-19.93.18-2-.98-16.78-8.37-20.29 32.2-9.61 24.91-24.49 13.46-10.99-5.96-.94-9.21-7.39-6.79 5.34-4.2 12.87-1.56 2.33-10.42.25-1.15.38-1.75-14.17-12.94-1.32-10.14-4.55-1.68-16.23-7.89-3.31-7.15-3.87 7.18-4.37-6.24-12.91-6.29 15.86.73 7.91-7.37 13.51-1.51 2.51-.27-.42-6.14-5.16-3.6-7.23-2.1-3-12.22 1.74-2.05 5.39 6.62 9.9.55.41-3.84 7.41 2.31 4.72-12.02-2.64-6.4 6.96-11.86 6.36-1.7 27.43-7.85.07-3.34 4.91-.82 3.96-.9 10.82 3.7 1.71-7.81 1.08-3.8 10.55 2.21 13.35-.49 5.78.4 12.09-5.51h-.01v-.01Z'/%3e%3cpath d='m816.275 1630.9-8.01 16.49 35.85-14.81.04 10.11-24.5 14.98-11.22-.55-5.28-2.32-2.05-4.09-.82-1.92-.18-1.75.29-2.22.08-.38.58-2.9 1.02-2.14 1.1-1.79 2.45-2.91 5.29-6.33.5-1.03 4.86 3.56Zm-295.5-47.37 2.17 7.84 16.26-4.95 7.48.8-.67 7.81-5.23-.19.3 9.34-7.92 4.09 1.66 4.09 8.12 3.75 2.33 5.67-5.8 1.25 2.73 4.99 3.25 1.74 10.53.13 2.69 10.47 1.11 17.82-3.83-.96-9.31 14.42-1.68 3.85-6.21 14.28-1.18 2.77-.17.34-.6-.38-7.24-4.44-.83 4.27-12-3.34-2.23 3.72-19.14-10.9-2.99 4.96-12.58-23.08 2.9-6.07 9.72-10.11 4.63-6.51 1.22-1.75-3.03-2.12-1.54-1.1 6.4-9.8 1.14-1.71-5.71-11.23 18.6-2.45 6.83-11.12-3.87-15.97 3.69-.23v.01Zm87.21 351.65 19.36-17.07.72.85 1.5 2.12 1.03 1.1.94.76 1.58 1.61 6.77-4.55 7.64-.04 17.76 14.54 3.93-4.16 4.44-4.62-4.39-3.9-1.7-1.52 1.68-1.76 9.25-9.34 10.11 11.16 1.52-2.05 18.28 5.63 9.32 14.42-.47 8.01 4.23-3.17 26.78 10.25-4.37-9.06 3.94-.36 54.73 37.67 5.34-.58 2.95-6.92 11.7 7.03-.21 1.11-.76 1.32-.97 1.67-.46.47-.3.3-1.31.78.23 3.45-4.79 1.98 2.33 9.03-5.93 3.05-6.87 9.75-.68 9.21 1.37 3.2 1.42 3.4-2.59 10.01-4.71-.25-2.16-.53-2.02-.94-2.43-1.88-2.16-1.21-2.03-1.75-2.98-3.5-8.52 10.43 1.88 10.86-1.79 9.61 1.31 2.31 4.97-2.32 6.8 2.39 2.25 3.12-1.19 6.36 3.92 6.19 14.93-.23 2.18 4-2.57 4.23-7.94-2.35-.9 2.34 3.79 4.59 6.41 5.65-1.59 6.79 8.32 2.7 4.5 3.66-1.14 2.8 6.2 2.55 8.78 7.28 5.63 8.86-15.27-1.6-.18 7.16 5.32 2.65 8.73.92 6.17 4.75-6.91 5.39-2.95-.46 1.59-5.22-5.53-1.19-1.06 5.42-2.15-.13-1.19 5.83 7.43 4.98 6.54 6.59-1.2 6.68-3.13-2.17-5.79.15-20.48-4.65-3.51-3.64-1.1-5.68 1.47-3.8 4.3-2.05-1.1-6.08-12.45-15.66-3.78-2.83-2.04-4.59-9.21-13.37-15.27-13.6-11.32-4.56-3.78-7.27-20.26-7.92-6.52-4.37-7.16 1.1-5.59-.43-1.57 9.49-4.44 1.37-4.54 7.07-9.28 3.56-13.92 1.98-8.72 4.31-1.25-5.62-5-3.9-11.49-22.17-.06-12.05-2.71-3.1-.09-5.42 7.07.25.52-4.34-10.38-3.06-5.68-4.58-4.65-2.11-3.01 3.77-1.67 2.94-1.67 2.79-15.51-2.38-5.27-2.41-15.6 4.14-6.07 6.63-3.22-6.04-3.64-.12-2.14 2.99-10.91.06-8.69-13.23-1.03-4.16 9.2-17.75 7.25 1.07 6.1-19.14 3.16-5.26-9.71-.03-9.95 10.93-18.27-3.36-3.41 11.79 7.6 1.71-2.43 15.59-10.38-2.52-9.57-.22-9.55 2.21-1.52-6.35 9.82-2.9-1.54-6.41-6.87.38-1.11-8.31 5.43-14.91-2.43-3.1 11.27-19 11.84.41 7.21 7.64 2.83-2.71-2.11-5.27-4.3-11.07 5.09.15 2.08.03 2.88 15.04 2.63-.87-.32-4.35-.14-2.64 1.03-6.53 1.44.46 9.35 2.93 8.28-8.4 13.73-4.38 7.78 11.6-.22 7.33 14.65 10.25 2.04-6.88-9.75-6.26-11.17-18.74 11.34-5.69-.07-.02Z'/%3e%3cpath d='m627.345 1918.12-1.19-1.36-1.75-1.57-6.13-3.68 2.11-3.08 6.08 2.23 6.92-7.8.17 8.02-6.2 7.24h-.01Zm-118.28 9.1 4.53 13.24 4.44-2.63 1.2 18.41 13.41-.07-.85 6.96-11.27 19 2.43 3.1-5.43 14.91 1.11 8.31 6.87-.38 1.54 6.41-9.82 2.9 1.52 6.35 9.55-2.21 9.57.22 10.38 2.52 2.43-15.59-7.6-1.71 3.41-11.79 18.27 3.36 9.95-10.93 9.71.03-3.16 5.26-6.1 19.14-7.25-1.07-9.2 17.75 1.03 4.16 8.69 13.23 10.91-.06 2.14-2.99 3.64.12 3.22 6.04-14.62 3.23-.53 2.85-10.76 1.82-4.35-7.56.38-5.29-2.08-7.42-11.44-5.35-2.74-4.72-3.91-1.22-19.38 2.68-6.34 3.35-8.35-4.08-5.28-5.39-1.42-12.72.25-4.47-3.11-2.15-3.45.44-3.53-.83-6.36 7.5-10.87 4.41-3.39 1.38-4.65-1.2-5.25.17-3.49 2.05-12-4.95-10.98-8.45-4.67-5.83 1.6-13.38 3.33-6.38 6.98-18.48-.95-10.4 5.88-11.16 18.4-11.23 14.77-7.25 6.94 2.52 12.46 4.58 5.35.4 8.32.59-.03-.05Zm81.54-287.9 8.56 11.86 11.5-11.53 12.91 6.29 4.37 6.24 3.87-7.18 3.31 7.15 16.23 7.89 4.55 1.68 1.32 10.14 14.17 12.94-.38 1.75-.25 1.15-2.33 10.42-12.87 1.56-5.34 4.2 7.39 6.79.94 9.21 10.99 5.96 7.29 23.59-14.03.08-2.45-4.59-5.8-1.6-9.42 4.65-8.86 2.04-13.29-7.21-3.4-5.13-12.04-6.71-6.17 6.34-18.78-34.1 3.13-2.49-.71-13.73-7.14-16.59-6.29-9.01-11.83-3.18-1.11-17.82 19.2 6.3 12.75-7.36h.01Z'/%3e%3cpath d='m559.555 1858.22 4.49 9.65-16.87 5.12 11.4 5.06 5.75 11.53-8.82 1.67 1.32 9.12-8.58-.63.67 6.69 5.6.06-5.84 18.24 20.39 12 6.02-8.9 6.04 3.76 3.09-2.28 11.11-10.81 12.64 16.7-11.34 5.69 11.17 18.74 9.75 6.26-2.04 6.88-14.65-10.25.22-7.33-7.78-11.6-13.73 4.38-8.28 8.4-9.35-2.93-1.44-.46-1.03 6.53.14 2.64.32 4.35-2.63.87-2.88-15.04-2.08-.03-5.09-.15 4.3 11.07 2.11 5.27-2.83 2.71-7.21-7.64-11.84-.41.85-6.96-13.41.07-1.2-18.41-4.44 2.63-4.53-13.24-8.32-.59-5.35-.4-12.46-4.58-6.94-2.52-14.77 7.25-10.69-4.49-7.42-1.31-7.61.34-.18-10.09 13.21 2.09 11.94-5.31 4.97 1.08 16.79 3.61.07-9.89.03-9.72 4.39-3.99 2.53-2.28 4.56-4.12 10.05-1.72.49-3.84.7-3.03 1.14-1.92 8.36-9.64 6.44 5.13 9.71-8.8 13.8 9.15 7.93-3.84 7.11-5.59h.03Zm-79.78-194.5 12.58 23.08 2.99-4.96 19.14 10.9 2.23-3.72 12 3.34.47 15.65-11.18 22.32 11.23 3.52-.56 6.1-11.73-.41-9.46 1.84-13.75 2.64-4.81-1.38-20.25-5.98-9.21 2.05-4.2.92-21.77-10.88-6.93-10.35-.76-5.26 19 15.63 7.85-10.52 3.86-9.37 3.29-13.01 3.38 1.2 3.66-13.29-6.54-6.44 5.49-13.21-.54-5.71 1.27-.69 3.43-2.32.42-.3 1.31-.86 1.02-.3 1.28.12 1.32.46 2.35 1.01 3.75 1.9 1.27.21-2.9 6.07Z'/%3e%3cpath d='m618.265 1911.51 6.13 3.68 1.75 1.57 1.19 1.36-19.36 17.07-12.64-16.7-11.11 10.81-3.09 2.28-6.04-3.76-6.02 8.9-20.39-12 5.84-18.24-5.6-.06-.67-6.69 8.58.63-1.32-9.12 8.82-1.67-5.75-11.53-11.4-5.06 16.87-5.12 8.86-2.52 2.33-.82 10.38-3.6 15.8 8.79 16.09 26.06-7.03 11.16 1.27.68 6.51 3.89v.01Z'/%3e%3cpath d='m411.405 1805.91 8.72 2.33 5.43-.88 5.88 4.17 8.49-.99 5.24 1.96 5.27-2.29 6.17-8.69 15.9 10.39 9.85 6.47.25-1.5 1.02-7.21 5.69-.54-.58 18.17 7.44.39 11.72.62 1.07-6.36 9.33-1.8.53 5.54 4.99-.43 2.37 15.15 24.27 6.22 13.99-3.82 4.7 4.62 6.11 17.11-2.33.82-1.4-7.8-4.21-8.68-11.22 5.74-25.37 3.89-9.71 8.8-6.44-5.13-8.36 9.64-1.14 1.92-.7 3.03-.49 3.84-10.05 1.72-4.56 4.12-2.53 2.28-4.39 3.99-.03 9.72-.07 9.89-16.79-3.61-4.97-1.08-11.94 5.31-13.21-2.09.18 10.09-3.7.81-5.69-5.52-1.91-3.37 7.65-5.06-4.37-10.4-11.51-9-1.25-5.95-4.19-2.41-3.5.57-6.21-2.13-2.58-2.83-4.58.57-2.56-.53-2.99-4.72-10.65-.48-3.08 3.81-4.8 8.15-1.78-4.32-1.4-2.19 3.1-5.54 4.29-3.68 1.92-15.85-2.04-2.7-2.43-.79-3.5 1.24-.95-1.48.65-3.39 1.72-4.88-1.1-2.97-3.54-5.26.63-7.18 4.85-.17 6.46-2.75 6.4-11.55 2.85 4.05 3.52 1.74 3.48-4.09 4.7-2.19 4.1-11.94 9.86 9.37v-.03h.01Z'/%3e%3cpath d='m433.505 1728.76 21.77 10.88 4.2-.92 9.21-2.05 20.25 5.98 4.81 1.38 13.75-2.64 9.46-1.84 11.73.41 17.22 11.81.62 12.75 15.18 4.48 11.28 13.55 15.75-8.65 6.3 3.46-5.38 10.09-10.12 5.3 6.09 4.06-1.28 5.93-11.51 7.87 11.59 22.75-3.69 2.03 1.85 4.38 5.88 4.06-6.5 7.36 3.66 9.75-10.38 3.6-6.11-17.11-4.7-4.62-13.99 3.82-24.27-6.22-2.37-15.15-4.99.43-.53-5.54-9.33 1.8-1.07 6.36-11.72-.62-7.44-.39.58-18.17-5.69.54-1.02 7.21-.25 1.5-9.85-6.47-15.9-10.39-6.17 8.69-5.27 2.29-5.24-1.96-8.49.99-5.88-4.17-5.43.88-8.72-2.33-9.86-9.37 3.81-16.52-.61-10.45-7.82-7.12 3.26-2.41 10.7-1 11.72-8.13 15.05-5.8-4.13-16.35h-.01Z'/%3e%3cpath d='m823.835 1671.77.39 12.92-11.63 12.8 5.29 5.05 7.22 21.46 3.82 9.11-2.28 2.57-12.74-9.5-6.4-8.29-11.94.43-10.11 30.62-13.13 8.97-1.35 21.5 6.84 1.85-9.1 27.76-14.37 23.98-1.15 7.98 3.32 2.84 4.55 4.83 10.07 2.48-1.76 7.13.75 3.61 10.39 19.27 12.31-1.97 9.89 10.45 5.57 23.43-3.27 8.5 8 25.05-4.41 12.51 4.92 10.68-2.69 4.41-2.95 6.92-5.34.58-54.73-37.67-3.94.36 4.37 9.06-26.78-10.25-4.23 3.17.47-8.01-9.32-14.42-18.28-5.63-1.52 2.05-10.11-11.16-9.25 9.34-1.68 1.76 1.7 1.52 4.39 3.9-4.44 4.62-3.93 4.16-17.76-14.54-7.64.04-6.77 4.55-1.58-1.61-.94-.76-1.03-1.1-1.5-2.12-.72-.85 6.2-7.24-.17-8.02-6.92 7.8-6.08-2.23-2.11 3.08-6.51-3.89-1.27-.68 7.03-11.16-16.09-26.06-15.8-8.79-3.66-9.75 6.5-7.36-5.88-4.06-1.85-4.38 3.69-2.03-11.59-22.75 11.51-7.87 1.28-5.93-6.09-4.06 10.12-5.3 5.38-10.09-6.3-3.46-15.75 8.65-11.28-13.55-15.18-4.48-.62-12.75-17.22-11.81.56-6.1-11.23-3.52 11.18-22.32-.47-15.65.83-4.27 7.24 4.44.6.38.17-.34 1.18-2.77 6.21-14.28 1.68-3.85 9.31-14.42 3.83.96 11.83 3.18 6.29 9.01 7.14 16.59.71 13.73-3.13 2.49 18.78 34.1 6.17-6.34 12.04 6.71 3.4 5.13 13.29 7.21 8.86-2.04 9.42-4.65 5.8 1.6 2.45 4.59 14.03-.08-7.29-23.59 24.49-13.46 9.61-24.91 20.29-32.2 16.78 8.37 2 .98 19.93-.18-2.42 9.22 26.43-9.92-2-11.12 2.12-12.67 5.87-7.23 6.02-3.31 6.95 5.3-2.45 2.91-1.1 1.79-1.02 2.14-.58 2.9-.08.38-.29 2.22.18 1.75.82 1.92 2.05 4.09 5.28 2.32 11.22.55 4.48 5.1-3.34 3.85-1.52 1.76 1.96 1.44 2.6 1.95h.01v-.01Zm-252.32 185.78 1.4 7.8-8.86 2.52-4.49-9.65-7.11 5.59-7.93 3.84-13.8-9.15 25.37-3.89 11.22-5.74 4.21 8.68h-.01Zm299.81-233.52-4.79 11.75-9.08 5.11-13.29 1.8-.04-10.11 11.74-8.02 7.83 1.89 1.32.29 6.32-2.71h-.01ZM2409.75 19.63l4.87 7.6 13.58 4.51 4.61 4.21 8.01 2.06 5.29 4.08 12.11-2.39 7.9-4.3 9.98 13.16 16.93 42.53 15.81 17.41-.26 23.11-4.99 8.55.94.47 2.3 1.97 2.05 2.05 2.6 3.29 1.7 3.54 1.19 3.67.76 2.13.94 1.11.51.13 1.07.26 2.48.1 6.2.54 1.11.34.85.26 1.46.78.94 1.32.8 1.58v1.24l.37 2.3-2.7 13.64-.49 3.11.33 2.47.38 2.56.59 2.73.34 2.27.46 1.71-9.59 2.48-9.82-4.85-33.13-6.52-7.77-4.29-20.18-3.4-16.86-11.56-6.21 1.6-18.4-.4-1.55.89-5.06 2.8-1.37.89-1.24 1.27-1.12 1.23-.82 1.28-1.03 1.02-1.93 1.02-.47.17-1.88.59-2.27.55-1.71.38-1.59 1.06-1.16 1.75-.48 1.92.17 1.62.72 2.09.39.6.55.86.81 1.83.25 1.71-.35 1.5-.64 1.4-.65 1.36-.82 1.11-1.03.89-1.46.9-1.55 1.62-.73 1.58.38 1.75.89 1.58 1.28 1.46 1.36 2.01 13.89 3.07v3.49l-7.31 8.08-.56 2-.9 1.75-1.63 1.53-1.67 1.06-1.8.76-1.54 1.02-1.72 2.47.15 5.12 9.7 15.68 17.31 2.44 6.26-5.1h4.87l7.53 12.45 20.19-1.04-.65 2.9-10.71 4.4-3.29.25-10.61.82-4.27 10.77 6.48 6.16 13.85 1.28 5.14-3.99 3.97 3.34-5.09 3.46 8.57 4.31 7.6 3.82 2.52 4.66-5.29-.15-.35 7.89-8.69 4.83-12.99-.62-4.9 2.96-7.83 27.19-.82 15.96-11.79 23.45-6.4-3.98-29.01-3.54-10.29 12.21-3.38 13.63 2.54 8.84 3.5 2.06 11.1 2.76 3.08.78-1.39-6.66-.42-2.09-11.3-8.09 8.62-10.07 2.36-2.77 10.19 8.22 18.66 4.66 13.78-6.48.65-.3 4.85 7.31.82 23.07 3.1 5.55-1.39 7.12-.13.64-2.83 14.4-1.71.08.58 16.59-.64.29-5.69 2.54-2.49 4.81 4.29 8.16 6.98 7.87-4.17 6.43-1.59 2.34-9.59 7.09-8.74-5.23-1.78-4.69-6.84.62-.17.51-3.27 8.09-3.73 2.12.11-6.31.1-5.88-7.56-.15-2.39-.05-.42-3.58-.21-1.58-.9.17-5.26 1.18-6.03 1.35-6.83-2.11 5.07-8.43-5.38-2.49-1.8 2.3-11.35-5.37-9.59-7.83-9.26-3.48-4.96 1.91-1.54 13.81-17.55-1.42-1.65-5.42-7.16-5.35-8.25-.02-4.2-9.78-7.36 1.51-16.54 2.01-43.34 7.61-1.8 22.3-5.05.25-16.71 5.38-2.82-.48-.06-9.17-6.92-.91-1.73-12.33 1.31-4.1.95-4.49 1.66-6.32-6.82-5.39.21-11.11-3.26 1.21-3.89-4.08-2.26.27-3.07-2.08.14-2.79-.2-8.32 3.01-8.09 1.15.6.87.48 2.41 1.32 2.65 1.37 3.3-3.4 1.63-5.41 1.38-4.52 5.38 1.72-1.34-13.01-3.5-1.33-2.15-13.65 2.19-6.6 8.62-12.73 3.65-8.94 6.7-8.76 1.84-7.85-2.64-2.44 3.09-6.9-8.5-1.51 1.03-5.76-13.81-2.03-1.4-5.38-.84-3.33-18.21-2.43-7.83.2-5.81-4.06-6.41-1.72-5.12-4.53-7.52 2.23-7.4-.21-1.53-4.86.71-11.08-.75-9.13-4.59-13.7-1.31-5.46-5.04-4.06-1.78-7.68-2.25-11.99 1.95-9.63.82-3.92-1.07-1.28-2.56-3.03 1.94-9.93 2.96-4.48 2.14-3.4-2.17-3.46-3.61-2.67.82-2.97 9.73.96 5.51 2.61 7.53.35 10.66-3.82 3.42 1.54 2.52 2.65 2.44 2.61 2.44-.21 1.67-.12-2.04-7.34-4.18-4.53-11.27-14.01-.52-6.65-2.17-2.44-2.03-2.85-3.26-2.03-3.25-3.26-1.62-5.96 2.86-3.65v-3.12l-2.03-3.12-2.44-2.31 2.18-3.92.69-4.2 2.99-2.16.14-1.9 5.44-2.69 11.46.5 13.06-4.02 18.98-4.92 6.67-8.24 11.56-4.31 5.44-1.2 2.32-3.38 4.76-1.88 5.45-.59 5.91-2.63 5.77-2.16 6.24 1.91 6.79 1.64 4.48 2.04 6.11-.39 4.62-2.43-2.69-4.04-6.2-2.49-6.84-4.62-1.62-6.77-2.31-2.44-.4-3.93.83-5.82-2.31-2.44.28-4.61 5.86-7.68 11.86 2.2 13.7-2.36 6.86-3.61 2.14-1.1 7.45-1.68 11.01.24 10.35 1.05 4.59-5.06 2.54-5.87.82-1.88 4.83 1.51 18.09 5.55 5.03-1.96 24.86-9.66 8.54-2.01 6.72-1.27 5.59-4.99 4.08-.12 1.72 1.59 2.89-.35 5.44-.66 4.89 1.51 13.06-2.8.06-.05Z'/%3e%3cpath d='m2929.51 470.19 11.6 12.11 16.39 5.24 8.25 4.11 6.98 4.72 6.8 5.24 5.03-1.73 4.2.02 2.43 2.86 19.36 5.8-.15 2.84 15.91 15.66 2.59-1.74 5.26 3.82-.09 4.33-2.81 4.73 2.51 10.98-9.07-2.36-1.6-4.89-13.27-3.46-7.63 4.56-6 6.73-5.48 32.5-.93 5.75 3.21 1.03-3.62 16.19-13.72-3.96-2.6 7.11 2.13.78 3.15.83 2.26.65 2.47 1.21 2.21 1.29 2.38 1.21 2.35.74 2.04 1.03-7.12 5.19.66 2.58 9.15-.88-.18 2 .46 1.84 1.23 1.8-1.46 9.99 3.89 2.63.93 3.39-1.37 2.02.54 2.73.64 3.24 8.24 5.33 6.34 5.31 4.45 4.09 1.06 3.8 3.45 3.03 2.65 3.68-2.74 4.18 3.19 7.48-7.73.63-8.61 13.61-5.77 1.38-5.03 13.13-13.42-4.09-7.22 7.76-6.37 1.16-2.88-17.8 1.16-1.79-1.66-7.68.51-1.71 3.93-9.36-5.53-.93-5.74-3.98-5.58-10.75-1.35-7.29-7.07 3.29-3.17-5.39-16.22-.99-15.89 7.88-3.5-15.41-26.85-39.76 2.2-12.14 7.13-8.02-7.03-2.39-7.06 2.23-8.94-5.21.4-2.34.44-2.47-11.47-4.37-7.64.13-12.85 8.29-7.61-5.2-9.65 15.65-5.99 2.65-.49 3.62-.31 2.85 6.35 2.37 5.06 4.33 3.07 26.71 6.59 9.68 9.98-1.66-5.78 4.28 1.82 3.33.97 2.61.84 2.95.38 1.36.12 1.45-.14 1.36-.3 1.45-.56 1.11-1.12 1.74-.39 1.32v1.5l.46 1.5.88 1.71 4.02 6.63.85 1.37.97 1.5 3.9 6.03 3.05 3.94 1.62 1.88 1.19 1.71 1.6 3.68 2.02 5.94.37 1.84.38 2.22.58 2.81v.77l.03.81-.14 1.19-.34.72-.86.81-5.13 2.61-.82.76-.47.63-.09.98.38 1.03 11.43 17.5 2.92 4.45 2.03 3.62.25 3.36-.56 2.81-1.28 2.27-2.56 2.17-2.37 1.44-4.83 1.7-20.95-12.25-1.33 1.36-11.79-6.59-.95 1.91-10.99 21.65-7.15-4-.98-.51-6.24 19.54 9.37 7.97-2.53 1.25-1.82 1.43-.92 2.79-1.01 3.7-1.18 1.62-4.09 6.21-.83 2.25.08 2.8.17 2.71-5.49 14.6-1.55 2.79-2.19 3.33-1.46 2.43-5.51 20.28-.1 2.08-5.77-3.01-6.05-8.05-4.37 1.43-3.92-6.2-1.96-1.84-1.95-1.03-1.19-.65-1.75-.61-2.13-.78-2.04-.35-3.16-.7-4.26-.91-2.94-1.04-1.67.67-2.91 1.14-5.9-5.32-10.33-.05-2.07 5.19-8.41 21.19-7.18-5.19-5.82-5.57-4.47-1.51-.78 2.34-14.56 40.57-3.16.29-6.45 21.67-3.66-1.12-14.25 1.86-15.39-1.09-16.14-2.49-25.34-11.11-10.67 46.22-5.42 11.02-6.43 8.12 5.16 10.77.59 12.03-11.85.76-14.06.03-15.77-1.51 1.86-7.8-1.66-2.09-.84-1.07 2.07-7.71.95-3.58-.43-.22-.85-.39-4-1.93-9.3-9.63-11.79-5.12-2.67-4.1 3.14-8.43 4.38-7.45 4.13-8.25 7.77-5.01 5.35-5.48.79-19.14 1.69-6.99-.47-.26-3.02-2.19-3.8-20.48 9.26-34 14.76-1.09 4.99-1.14-.76-13.39-1.96.29-1.07.17h-1.71l-1.75-.14-2.09-.43-2.56-.95-3.41-1.29-3.03-1.08-1.49-.69-1.96-1.07-3.02-2.23-5.62-4.5-3.53-3.34-1.27-1.28-.8-1.32-1.19-1.75-1.19-1.75-.93-.99-1.06-1.28-1.4-1.2-.94-.55-1.15-.94-.98-.99-1.27-2.27-1.53-1.71-1.32-1.07-.42-.39-1.79-1.03-2.09-.73-2.39-.14-2.57.37-2.48.67-1.92.1-1.58-.57-2.48-1.59-3.04-2.04-2.81-1.36-3.5-.69-7.15-2.28-1.62-.13-1.44-.69-1.15-.73-1.19-1.28-1.75-2.05-6.28-9.06-.26-.47-.42-.81-14.92-5-45.97 16.48-27.79 4.43-20.7.07-1.92.25-1.48-5.17-3.04-10.63.89-27.24-4.23.63-.1-9.13-16.1 3.41-.8-4.22 20.18-2.99 10.69 1.86 4.31-2.84 14-.92.48-3.54 4.74-1.22 3.32 1.12.66-5.71 1.62-13.17 10.71 1.36 3.13-7.16-4.01-.44-1.71-.22.53-7.12h3.71l2.19-18.19-1.3-7.47-4.77-1.85-3.16-1.24-.27-11-2.51-1.67-17.85-2.48-.38-10.83-7.44-4.49-5.07-9.58-9.99-.79-6.43 8.25-8.28-.37 1.59 10.06-.7 5.21-8.56-6.68-.38 12.83-26.47 2.83-3.54-2.32-.2-4.68-3.89-.48-1.75 8.53-4.48 6.08-2.26-1.24-30.01-16.32 3.72-2.93 9.83-4.16 8.56-5.73 1.01-10.23-3.51 1.91-3.33 1.82.14-2.47.41-9.55-1.95-4.01-4.69-1.51-.61-12.53-27.25-15.97 1.59-2.35 2.83-5.75 1.72-7.24 1.05-10.36 8.46.91 3.54 2.19 3.28 2.01 1.11.68-.41-8.96-.04-.98 4.83-.07 1.67-.04-.25-2.99-.25-3.16 13.41 1.06 14.39 1.1 1.63-.63 2.09-.8 3.12-1.27.41-7.29 9.87-2.92-2.11-11.69 9.33-4.28 3.38-1.52 3.61-7.8 2.35.57 2.52.61.53-3.41-4.7-.39 1.54-13.81 4.96-1.91 9.26 3.48 9.59 7.83 11.35 5.37 1.8-2.3 5.38 2.49-5.07 8.43 6.83 2.11 6.03-1.35 5.26-1.18.9-.17.21 1.58.42 3.58 2.39.05 7.56.15-.1 5.88-.11 6.31 3.73-2.12 3.27-8.09.17-.51 6.84-.62 1.78 4.69 8.74 5.23 9.59-7.09 1.59-2.34 4.17-6.43-6.98-7.87-4.29-8.16 14.3-1.92 13.91-1.18 6.83 2.71 4.99.49 4.33 8.29 7.3.41.38.47 1.19.77 4.36.87 3.33.27 1.96.09 1.5.26 2.13.64 1.7 1.93 1.36 1.84 5.53 18.69 14.87 22.1 5.37 4.98 11.34-5.81 11.14 2.17-.24-4.91-.12-2.26 28.39-7.39 2.27-.63-.11-3.16 14.4-5.21 4.6-1.66 1.8-2 3.39-3.82 6.97-.57 2.35-.2-3.69-16.69 21.75 8.41 28.62-9.3 2.17-8.9 12.67 3.64 1.48 3.33 17.65-2.09 13 7.99 12.37 3.51 11.6-4.63 18.77 6.52 33.84-9.52 6.96.54 17 .3.94.05 5.26 15.55 1.56 4.78-.99 9.37-5.21-.62-.42 6.74 12.84 2.32 1.15.22.84 10.96 18.41 8.11 20.95-4.54 9.29.86.76-4.4 4.68.87.14-3.89 6.72.66 1.09-2.29 7.29 2 7.86.3 1.62.99.25 1.03.42 1.28.29.6.43.51.47.47.51.43.59.34.6.22 1.87.74 2.73 1.25 6.95 2.51 1.36.64.43.26 1.98-10.35-7.07-20.29-5.84-16.96-1.06-2.91 3.29-.58 1.71-.33v-2.3l.03-2.99.02-3.71-11.46-13.92-5.81-16.4-.97-2.73 5.08-4.16 1.89 1.9 2.56 2.32 1.75 2.99 2.41 4.61 2.56 3.81 2.16 1.5 2.57 1.1 2.16.55 2.31.55 2.57 1.1 7.13-12.96 6.79-1.59-.75-11.48 6.63-1.41 1.3 12.8 3.05 12.88.05.02ZM1767.69 1011.1l10.99 3.16 8.15-2.3.29 10.96 6 6.66 9.29-2.77 6.31 1.46 9.97 7.93-.64 6.61 9.08 1.63 12.95 3.12 3.8-.68 4.21 2.99.51 3.66 1.03.43 3.32 1.32 6.35-.68 7.25-3.49.59-.3 10.35-1.52-5.46 16.46-.09 1.71-.09 2.17.17 1.79 2.13 2.31 4.55 2.27 1.27 6.82-1.62.09-2.05.17.5 12.71 11.56 28.58-2.39 1.58-5.71 5.37-.61 17.36-3.49-.35 2.33 12.75 5.37 1.2-9.5 10.14-12.48 5.06 11.32 13.15-5.63 11.38v16.16l-12.88 6.86 2.55 10.66.25 16.67-4.27 18.85 1.87 9-3.7 6.6-27.29 7.4-3.96 5.58-.26 6.36-4.26 4.26-1.03 12.2 10.29 5.8-3.74 3.92-4.47 4.56-1.15 2.94-1.71 4.48-6.43 2.05-10.29 3.28-10.29-14.08-.94-6.66-.38-10.62-9.11 6.39-3.32-4.95-10.77-4.26-23.77-26.14-8.66-12.29.54-16.65-3.65-12.05-4.13-12.91-2.89-12.41-8.56-9.55-17.12 10.49-3.15 1.96-3.74-11.72.55-4.48 1.19-16.37 3.32-2.69 6.51-5.37.47-5.33 1.02-11.13-6.22 2.77-1.83-10.96-1.15-6.61v-11.18l2.12-7.12-.25-8.06-20.41-6.01-22.2-7.37-.26-12.41 15.81 2.6 4.21-29.46 4.22 2.99 7.29 5.07 20.83 4.94 15.89 9.3-12.76-13.07-3.52-10.15v-7.99l12.45 3.38.3-9.4-.47-3.62-7.33-3.03-21.39 1.46-2.6-4.74h-10.91l1.24-2.73 4-8.87 9.93 2.99 11.72-3.11 8.82-.17 11.98-6.23 9.89-11.34 14.83-4.01 3.45-.94h6.56l7.72-3.62 1.88-4.22 3.62 3.24.02-.04Zm-123.82 101.87-12.61.86-10.61-4.44 1.27-3.97 1.79-5.58 5.78-2.09 13.25-4.78.66 11.3.47 8.7Zm372.61-782.9 23.01 1.62 6.72 5.99 5.72 1.74 15.98 8.67-1.64 2.54 1.56.98 7.36 5.51 11.42 8.55-1.67 3.16-1.5 2.81-2.74 4.09 1.91 10.36 5.94 1.68 3.46.94 5.98 3.93.34.22 3.33 2.22 3.92 6.32-.35 4.18 7.19 1.59-.42 5.14 4.62-.67 6.04 1.18 5.47-4.13 10.51 1-2.24 13.08 8.32 2.45 12.29 3.42 2.46-6.76 5.46 5.26-3.01 8.09.2 8.32-.14 2.79 3.07 2.08 2.26-.27 3.89 4.08 3.26-1.21-.21 11.11 6.82 5.39-1.66 6.32-.95 4.49-1.31 4.1 1.73 12.33 6.92.91.06 9.17 2.82.48-.15 11.64 14.85 6.43-6.07 21.22-24.24 12.61-.99 5.54.13.55 1.39 8.23-2.95 2.43-5.26 4.51.79 9.42-13.44-4.93-5.5-3.76-7.33-5.01-25.02-4.32-22.63-.98-11.23-2.45-7.87 6.26-.85-.82-2.35-1.88-3.41-2.27-2.69-1.24-3.97-1.38-7.68-2.74-7.68-2.48-4.95-1.59-1.15-.55-2-1.03-1.45-.98-1.84-1.41-2.13-1.8-3.16-2.52-2.05-1.67-.9-.43h-.55l-.82.09-.51.08-1.84.38-1.63.09-1.11-.09-1.37-.26-2.69-.9-5.59-2.27-3.25-.64-1.33 4.48-4.59 15.51-.7 11.34-.43 7.46-1.03.09-9.18.71v.81l.33 10.95 5.73-1.7 3.7 9.64-5.17 2.04-.65.25-1.62.64 2.45 15.74-14.6 1.47-4.97 10.91-15.03 5.1-12.59-2.7-1.43 16.92-12.13 2.68-1.62.34-4.91 3.2 1.14 6.56 5.06 21.8-1.32.08-17.67 1.09-6.59 10.27-2.18 3.49-3.46 5.37 2.47 1.54 3.29 2.01-9.7 12.36-10.16.67-.69 6.27-8.66 1.02-3.21 5.29-26.58.96-8.72 17.99-.73 9.6-9.81-1.8-23.72-10.03-24.1-12.16-13.91-2.05-12.76-4.9-8.19-8.07 3.12-.04 10.62-.17 2.44-17.95 1.16-7.89 7.51-1.92 2.48-11 1.75-.98 6.36-3.66 6.06-7.12-.3-1.23-4.09-17.83 5.34-2.81-.59-10.49 6.28-25.5.22-.89 30.74-3.23v-7.41l-12.03-10.58-14.01-2.61h-21.56l-10.17.97-.43-3.45-13.19-5.08-9.31.13-3.03-8.57-2.99-6.66 4.27-9.29-3.08-1.11-1.45-8.36 6.96-1.4 3.29-.68 1.07-4.39 7.43-4.77 1.24-8.92-3.42.05-3.16.09.56-10.15-9.61 2.3-11.02 7.16 2.82-12.03 1.28-5.63-.51-.3-10.93-5.42-27.3-8.87-23.32-7.55-14.01-2.39-3.59-.64-12.52-14.24-14.91-11-.21-2.6 3.03-3.97 7.99-1.66 4.23 1.58.98.34 13.46-4.23 3.84-4.26 3.59-8.32 1.6-10.77 3.39-22.75 13.16-20.25 1.03-1.62 1.58-2.26-1.58-8.53-1.71-1.71-11.71-11.47 3.16-8.87 4.25.45 11.61 6 5.29 2.98 4.75 7.72 4.75 7.44 2.99 5.55 3.93 7.85 6.65 20.71 3.66-3.52 3.94-1.59 1.75 4.02 3.53 4.46 4.61 12.59.54 10.56 2.17 2.71 9.5 3.65 16.14 7.99 10.04-7.03 8.28-.95 11.74-4.62 1.7-.79 3.53-3.25 5.43-7.58 3.94-2.3 9.36 4.48 3.4 1.63 13.16 7.59 7.87 3.49 6.78.04 13.82-1.97 15.35-2.2 7.89-2.19 9.62-6.74 9.2-6.12 4.38-11.06 5.57-5.82 7.84.22 11.42 2.92 2.6-15.57 8.28 1.63 8.15-1.7 4.45.35-.51-7.03 5.43-.4 5.43-.54.18-6.39 6.75.17 1.59-6.35 6.16-15.22 15.59-10.77 3.54-13 5.55-4.28 4.95.32 4.1-1.32v.07h-.01Z'/%3e%3cpath d='m2279.49 466.25 4.2 9.78 8.25.02 7.16 5.35 1.65 5.42 17.55 1.42 4.7.39-.53 3.41-2.52-.61-2.35-.57-3.61 7.8-3.38 1.52-9.33 4.28 2.11 11.69-9.87 2.92-.41 7.29-3.12 1.27-2.09.8-1.63.63-14.39-1.1-13.41-1.06.25 3.16.25 2.99-1.67.04-4.83.07.04.98.41 8.96-1.11-.68-3.28-2.01-3.54-2.19-8.46-.91-1.05 10.36-1.72 7.24-2.83 5.75-1.59 2.35 27.25 15.97.61 12.53 4.69 1.51 1.95 4.01-.41 9.55-.14 2.47 3.33-1.82 3.51-1.91-1.01 10.23-8.56 5.73-9.83 4.16-3.72 2.93 30.01 16.32 2.26 1.24 4.48-6.08 1.75-8.53 3.89.48.2 4.68 3.54 2.32 26.47-2.83.38-12.83 8.56 6.68.7-5.21-1.59-10.06 8.28.37 6.43-8.25 9.99.79 5.07 9.58 7.44 4.49.38 10.83 17.85 2.48 2.51 1.67.27 11 3.16 1.24 4.77 1.85 1.3 7.47-2.19 18.2h-3.71l-.53 7.11 1.71.22 4.01.44-3.13 7.16-10.71-1.36-1.62 13.17-.66 5.71-3.32-1.12-4.74 1.22-.48 3.54-14 .92-4.31 2.84-10.69-1.86-20.18 2.99.8 4.22 16.1-3.41.1 9.13 4.23-.63-.89 27.24 3.04 10.63 1.48 5.17 1.92-.25 20.7-.07 27.79-4.43 45.97-16.48 14.92 5 .42.81.26.47 6.28 9.06 1.75 2.05 1.19 1.28 1.15.73 1.44.69 1.62.13 7.15 2.28 3.5.69 2.81 1.36 3.04 2.04 2.48 1.59 1.58.57 1.92-.1 2.48-.67 2.57-.37 2.39.14 2.09.73 1.79 1.03.42.39 1.32 1.07 1.53 1.71 1.27 2.27.98.99 1.15.94.94.55 1.4 1.2 1.06 1.28.93.99 1.19 1.75 1.19 1.75.8 1.32 1.27 1.28 3.53 3.34 5.62 4.5 3.02 2.23 1.96 1.07 1.49.69 3.03 1.08 3.41 1.29 2.56.95 2.09.43 1.75.14h1.71l1.07-.16 1.96-.29.76 13.39-4.99 1.14-14.76 1.09-9.26 34 3.8 20.48 3.02 2.19.47.26-1.69 6.99-.79 19.14-5.35 5.48-7.77 5.01-4.13 8.25-4.38 7.45-3.14 8.43 2.67 4.1-.66 4.86-1.23.3-8.07 1.67-4.5 7.62-24.49 5.07.67 2.56.67 3.12-3.88.41-18.31 4.29-3.38-8.62-5.63.24-8.88 4.96 4.26-12.23-5.42-9.91-9.85-.25-7.83-3.53-4.83-9.31-10-19.18-8.68-7.02-10.77-8.77-.47-.38-39.65-2.76-2.85-.22-2.83-11.95-9.25-16.66-1.02-1.8-18.08.46-5.14-8.67-8.32 1.98.33 5.12-19.15 1.62-11.43-.33-23.28.24-5.88-.87-1.4-.22-1.48-4.05-13.57 1.8-1.07.08-.59-3.88-.59-3.88-1.11.13-2.81.25-1.84.17-1.02.13.86-2.73 3.13-10.39-4.75-29.39-6.31-.02-4.12-11.7-1.32.17-23.12 2.47-10.66-.41-.02 7.33-17.12 6.15-.94-2.22-3.05-7.3-2.05.13-9.26.45 1.39-10.83-2.12-4.95 11.62-10.13 6.19-24.89-6.36.75-4.91.59-.76-2.05-7.48-18.31-4.02-.62-.08 9.91-1.42 6.05-2.21 6.4-3.53 6.14-5.01 5.7-9.26-3.45-.99-7.55 8.28-11.04 1.32-2.98.79-3.16.09-2.55-.61-2.89-2.53-6.15.18-2.72 4.59-12.19-14.01-.96-39.58 10.25-2.15-14.93 11.87-2.37-.66-11.68 23.63-12.84-1.7-7.64 13.24-2.75.13-.98 3.46-24.38-14.56-2.93-66.06-16.43-.63-8.92-3.71-3.8-.59-1.19-.22-.26-.42-.55-2.6-3.58-2.21-3.2-1.19-1.58-2.05-2.13-1.87-1.24-.26-.17-2.01-1.11-.85-.68-.26-1.32.73-1.54 1.8-2.85-8.08 3.23-3.7-9.64-5.73 1.7-.33-10.95v-.81l9.18-.71 1.03-.09.43-7.46.7-11.34 4.59-15.51 1.33-4.48 3.25.64 5.59 2.27 2.69.9 1.37.26 1.11.09 1.63-.09 1.84-.38.51-.08.82-.09h.55l.9.43 2.05 1.67 3.16 2.52 2.13 1.8 1.84 1.41 1.45.98 2 1.03 1.15.55 4.95 1.59 7.68 2.48 7.68 2.74 3.97 1.38 2.69 1.24 3.41 2.27 2.35 1.88.85.82 7.87-6.26 11.23 2.45 22.63.98 25.02 4.32 7.33 5.01 5.5 3.76 13.44 4.93-.79-9.42 5.26-4.51 2.95-2.43-1.39-8.23-.13-.55.99-5.54 24.24-12.61 6.07-21.22-14.85-6.43.15-11.64 16.71-5.38 5.05-.25 1.8-22.3 43.34-7.61 16.54-2.01 7.36-1.51v-.04ZM2562.1 36.46l4.45.45 13.07-.06h2.25l3.72.13 3.85.78 3.42.7 3.42.61 3.38.1 3.51.02 3.64.02 3.04.31 2.78.39 2.18.78 2.01.99.43.24 1.75.96 1.88.86 2.52.91 2.78.82 4.02.87 2.65.23 8.43 1.02 8.66.71-.7 3.25-.29 3.52v2.84l1.47 2.99 2.71 2.58 3.52 3.67 2.43 3.8 1.34 3.93.8 4.74-.15 3.93-.97 3.65-.29 3.52v3.11l.11 3.38-.42 3.11-.11.83-.31 2.42.15 1.76.11 1.35v2.98l-.69 10.14 1.41.48 1.15.68 1.62.73 1.5.35 1.59-.16 1.76-1.06 1.16-1.23 1.16-1.66.91-1.66 1.2-1.79 1.68-2.12 2.36-2.33 2.45-1.78 1.93-.97 2.01-.33 1.58-.17 1.67-.59 1.55-.93 1.29-1.32.91-1.62.65-2.13.35-2.39.09-.43.18-2.08.31-2.26.69-1.54 1.2-1.57 1.42-1.31 1.46-.8 1.84-.63 1.98-.42 2.4-.03 3.64.02 2.14-.07 1.75-.25 1.42-.59 1.63-1.02.94-.61.57-.37 1.33-.59 1.71-.21 1.8.18 1.8.64 1.88.9 1.79.74 1.67.39 1.63.26 1.63-.08 1.8-.29 1.5-.29 1.28.31 1.62.77 2.01.78 2.27.27 2.4-.11 2.19-.67 2.19-1.31 1.9-1.65 2.15-2.04 1.34-1.23 1.42-.88 1.72-.46 2.05-.5 1.88-.63 1.46-.46h1.84l1.41.36 1.37-.03 1.2-.25 1.67-.42h1.5l1.41.53 1.54 1.16 1.58 1.71 1.53 1.63 1.88 1.67 1.96 1.42 1.67 1.33 1.62 1.07 2.05 1.29 1.87 1.38 2.17 2.23 1.32 1.5 1.06 1.46 1.28 1.5 1.32 1.33 1.66 1.54.94 1.24.5 1.67.12 1.87v1.45l.59 1.5 1.15 1.5 2.17 2.36 2.21 2.14 2.39 1.72 2.22 2.01 2.72 2.66 1.7 2.01.94 1.54.93 1.5.94 1.03 1.58.65 1.5.43 2.09.69 1.32.69 1.06.9.42 1.24v1.4l-.14 1.58-.22 1.62.12 1.71.72 1.5 1.06 1.24 1.02 1.28 1.79 1.67 1.66 1.71 1.23 1.5 1.19 1.67 3.47-1.63 7.59 3.29-5.14 2.47 1.54.99 1.11.99 1.28.77 2.27 1.83 1.35 2.17 1.21 2.72 2.57 2.31 1.75 1.91 1.62 2.99.39 2.98.03 4.34 21.92 6.88 5.72-6.09 16.55.35 5.22-2.49 20.47-9.78 12.16-6.39 2.86-1.5 2.32-1.18 8.65-7.03 8.98-2.79-.03 5.14-1.72 5.03-2.83 2.66 1.46 9.89-2.05 2.29-5.28-3.68-6.54 4.49-2.72 3.65-3.75 5.05v4.74l9.84 2.65 12.79 6.55 5.68 5.04 17.49 5.17 2.22.78 2.73.4 3.12.32 2.69.49 2.56 1.08 2.47 1.85 2.29 2.06 2.47 2.57 1.66 2.69 1.06 2.52.45 2.52-.1 2.09-.53 1.96-1.2 1.7-1.64 1.44-1.25 1.57-.86 1.7-.53 1.96-.23 2.99-.1 2.3v.98l-.33 3.54-.4 2.3-.95 2.08-1.51 1.48-1.93 1.35-1.93 1.14-2.36 1.35-2.07 2.04-1.64 2.59-1.22 3.02-.62 3.36-.15 3.62.37 2.26.33 2.09-3.09 1.13-2.09-.22-7.28-4.86-14.22-3.02-16.82 2.46-16.15-3.08-9.53-7.94-11.36 5.35-10.99-7.73-9.46-6.54-3.1-14.72 1.82-8.65-4.48-.3-3.3 7.83 1.46 7.32-3.15 3.77-10.07 4.69-1.64 2.16 2.13 8-3.23 13.69-2.28 3.37-.71 5.98 1.18 4.17-10.44 9.62-1.85 3.81-.96 4.75.1 7.31-.85 6.23-3.16 8.37 4.6 2.19 4.6 2.73-1.43 4.13 16.33 3.47 2.72-1.91.72 1.8 1.4 1.42 1.4 1.24 1.23 1.67 1.06 2.18 1.34 5.08.07 1.92-.31 1.92-.52 1.54-1.72 1.82-.99 1.44-.87 1.79.21 1.92.25 2.05.63 2.73 1.01 3.25 2.23 2.65 1.75 1.64 1.75 2.99.67 2.17-.15 2.71v2.31l.11 2.57 1.35 1.91 1.48 2.17 1.2 2.31 1.76 1.77 2.44 1.1 2.44.29 2.57.69 1.62 1.63.94 2.99-.42 2.3-.42 2.29.26 2.57.39 3.12-.56 3.52-.83 2.16-2.59.94-1.44.09-.59.03-2.17.67-1.91 1.62-.82 1.89-.96 2.57-1.1 2.97-1.23 2.7-.7 2.57.12 2.98 1.2 2.99 1.07 2.44v2.43l-.02 2.17.8 2.31 1.48 2.31-5.08 4.16.97 2.73 5.81 16.4 11.46 13.92-.02 3.71-.02 2.99v2.3l-1.72.33-3.29.58 1.06 2.91 5.84 16.96 7.07 20.29-1.98 10.35-.43-.26-1.36-.64-6.95-2.51-2.73-1.25-1.87-.74-.6-.22-.59-.34-.51-.43-.47-.47-.43-.51-.29-.6-.42-1.28-.25-1.03-1.62-.99-7.86-.3-7.29-2-1.09 2.29-6.72-.66-.14 3.89-4.68-.87-.76 4.4-9.29-.86-20.95 4.54-18.41-8.11-.84-10.96-1.15-.22-12.84-2.32.42-6.74 5.21.62.99-9.37-1.56-4.78-5.26-15.55-.94-.05-17-.3-6.96-.54-33.84 9.52-18.77-6.52-11.6 4.63-12.37-3.51-13-7.99-17.65 2.09-1.48-3.33-12.67-3.64-2.17 8.9-28.62 9.3-21.75-8.41 3.69 16.69-2.35.2-6.97.57-3.39 3.82-1.8 2-4.6 1.66-14.4 5.21.11 3.16-2.27.63-28.39 7.39.12 2.26.24 4.91-11.14-2.17-11.34 5.81-5.37-4.98-14.87-22.1-5.53-18.69-1.36-1.84-1.7-1.93-2.13-.64-1.5-.26-1.96-.09-3.33-.27-4.36-.87-1.19-.77-.38-.47-7.3-.41-4.33-8.29-4.99-.49-6.83-2.71-13.91 1.18-14.3 1.92 2.49-4.81 5.69-2.54.64-.29-.58-16.59 1.71-.08 2.83-14.4.13-.64 1.39-7.12-3.1-5.55-.82-23.07-4.85-7.31-.65.3-13.78 6.48-18.66-4.66-10.19-8.22-2.36 2.77-8.62 10.07 11.3 8.09.42 2.09 1.39 6.66-3.08-.78-11.1-2.76-3.5-2.06-2.54-8.84 3.38-13.63 10.29-12.21 29.01 3.54 6.4 3.98 11.79-23.45.82-15.96 7.83-27.19 4.9-2.96 12.99.62 8.69-4.83.35-7.89 5.29.15-2.52-4.66-7.6-3.82-8.57-4.31 5.09-3.46-3.97-3.34-5.14 3.99-13.85-1.28-6.48-6.16 4.27-10.77 10.61-.82 3.29-.25 10.71-4.4.65-2.9-20.19 1.04-7.53-12.44h-4.87l-6.26 5.09-17.31-2.44-9.7-15.68-.15-5.12 1.72-2.47 1.54-1.02 1.8-.76 1.67-1.06 1.63-1.53.9-1.75.56-2 7.3-8.08v-3.49l-13.88-3.07-1.36-2.01-1.28-1.46-.89-1.58-.38-1.75.73-1.58 1.55-1.62 1.46-.9 1.03-.89.82-1.11.65-1.36.64-1.4.35-1.5-.25-1.71-.81-1.83-.55-.86-.39-.6-.72-2.09-.17-1.62.48-1.92 1.16-1.75 1.59-1.06 1.71-.38 2.27-.55 1.88-.59.47-.17 1.93-1.02 1.03-1.02.82-1.28 1.12-1.23 1.24-1.27 1.37-.89 5.06-2.8 1.55-.89 18.4.4 6.21-1.6 16.86 11.56 20.18 3.4 7.77 4.29 33.13 6.52 9.82 4.85 9.59-2.48-.46-1.71-.34-2.27-.59-2.73-.38-2.56-.33-2.47.49-3.11 2.7-13.64-.38-2.3v-1.24l-.8-1.58-.94-1.32-1.46-.78-.85-.26-1.11-.34-6.2-.54-2.48-.1-1.07-.26-.51-.13-.94-1.11-.76-2.13-1.19-3.67-1.7-3.54-2.6-3.29-2.05-2.05-2.3-1.97-.94-.47 4.99-8.55.26-23.11-15.81-17.41-16.93-42.53-9.98-13.16-.8-4.61-1.62-4.88-.26-2.84 1.37-3.38 2.05-2.29 3.54-1.47 3.13-.94 3.41-1.62 2.73-2.43 1.63-1.62 4-5.33 1.2-1.58 4.46-1.43 13.17 10.86-.38 4.16 2.73 2.74 2.09 1.75 2.48 1.38 3.04 1.2 3.72.99 3.64.4 5.14.62 4.49.7 4.06.7 4.1 1.08 3.64 1.42 2.87 1.55 2.43 1.8 2.26 1.38 2.44 1.07 2.95.78 3.04.52 3.25.4-.12-.04Zm-370.53 997.6 18.01 3.5 11.9-1.38.51-.09 4.09 16.77.17.76 8.19-.66 1.75-.08 3.13 10.03 1.14 3.67 16.85-7.25 5.15 16.22 5.67-1.05 1.37 6.58-5.42 1.68-7.78-.7-3.61.67-2.65 1.07-5.18 10.94 1.29 11.22-2.68.33 1.17 8.96 7.37.14h1.87l.22 2.86.41 5.38-8.58 8.81-10.99-.33-16.3 11.69-7.45 1.13-18.68 12.2-5.47 6.94.06 28.44-4.06 7.07-2.05 3.49 1 10.06-13.16.91-14.41 8.7-10.65 2.42-6.41.93-3.11 2.16-3.91-6.78-1.82-4.34-18.12 2.54-15.79-.19-6.64-4.32-8.35-.22-9.77 8.25-6.14 5.28 7.26 12.03 11.19 4.46 3.54 22.82-.72-.51-2.08-.99-3.45-1.2-2.68-.68-1.88-.22-2.38-.09-2.34.17-2.26.55-1.53.76-1.45.98-1.71 1.49-9.21 6.98-1.36.8-1.79.68-1.66.6-2.39.89-9.85 9.02-2.3 1.66-1.49.85-2 1.1-2.39.68-3.36.85-2.17.85-1.58.59-1.07.72-.47.21-1.4-1.79.76-.51 9.12-5.57 4.48-2.89 1.07-.76 2.04-1.7 1.07-.81 1.7-.98 2.39-1.36 1.5-1.02 1.92-1.36-4.38-4.83-1.62-1.71-.98-.81-.89-.34-1.32-.51-1.36-.47-1.91-.55-1.36-.43-6.42-2.36-2.04-.81-1.19-.39-.94-.3-.98-.09-17.53-3.18-18.9-3.56-6.88-13.1.43-.94 7-15.98-4.38-3.72-1.02-.86.3-.55 5.21-9.8 9.75-.03 10.77 1.25 5.79-2.29 4.36-7.33 11.42-4.85 6.52-2.76 7.11 3 3.92-.76 2.89-.55 1.85-9.97 5.8-8.78-4.97-11-3.14-7.34-6.38-9.61-3.73-10.28 1.55-9.3 5.97-7.03 17.95-7.99 2.3 1.24 6.82-3.32 6.15-7.32-2.12-3.97 3.93-5.83 7.38-4.13.86-3.15 2.32-8.48 2.89.26 11.71 1.09 2.32-6.82-1.48-7.51 6.95-4.12 3.02 2.65-.37-5.97 5.49.99-.07-5.71 4.95-.76-1.64-13.43h4.65l3.52 5.73 1.28 2.13 10.91-.96.03-18.21 5.29-2.76 32.14-.23 2.94-.03 6.41-7.07 2.68 2.48-.67 11.68-.04.72h-.03v.01Z'/%3e%3cpath d='m2315.16 1064.78 15.18 9.64 4.49-5.75 21.76 4.8 3.66.9-3.06 12.19-4.74 1.01-1.55 19.53-5.31 10.73 9.91 4.81-13.08 14.54-9.15 10.21-1.01 10.91-1.16 3.96-4.21 14.06 2.7 7.98-10.79 7.43-30.51 9-18.55 11.2-1.8 4.26-1.37 2.81-4-2.83-4.24-2.97-3.71-2.59-28.44-1.65-9.24.32-24.87.92-10.1 2.92-1-10.06 2.05-3.49 4.06-7.07-.06-28.44 5.47-6.94 18.68-12.2 7.45-1.13 16.3-11.69 10.99.33 8.58-8.81-.41-5.38-.22-2.85h-1.87l-7.37-.15-1.17-8.96 2.68-.33-1.29-11.22 5.18-10.94 2.65-1.07 3.61-.67 7.78.7 5.42-1.68-1.37-6.58 5.37-1.39-1.38-6.58 11.96.85.79 4.95 13.17-1.44 1.92-2.03 1.14-2.93 2.67-.33 1.22 5.97 4.13 2.66 6.03-9.45h.03v.01Zm216.53-77.2 15.77 1.51 14.06-.03 11.85-.76-.59-12.03 9.28 3.92 2.72-4.05 6.32-7.76 7.36 3.27-5.24 8.25-5.23 9.24.42 12.16 16.46 9.19 1.76 7.81 19.39 9.89-4.38 8.58 5.29 3.41 15.42 6.16-6.99 12.46 9.39 36.25-18.15-1.02-14-4.02 1.41 9.39-5.63 12.68-32.72 22.55-10.43 9.51-23.4 3.41-5.33.79-1.5 1.91-8.73 11.48-5.26 6.84-3.23 8.05 7.34 6.25-16.53 25.18-11.42-10.02-6.08-2.16.96-5.37.39-2.05-8.58-3.82-.82 2.68-1.85 6.05-1.07-.22-3.57-.78.52-2.85-8.07-5.62-.68.85-3.81 4.94-6.6-.71.34-.94 4.47-12.78-10.56-.03-15.42 1.91-1.25-20.56.4-5.84-13.55 1.83 3.2-14.96 8.09.84 2.5-9.08-2.13-.43-5.49-1.08.23-17.06-3.96-2.66 1.16-2.47 3.5-4.25 5.74-6.4 4.78-14.32-1.47-.46-2.14-.79-2.02-1.25-1.8-1.81-1.35-1.7 2.53-4.55 5.3-19-4.48-10.55-3.7-14.47 9.62-9.05 1.96-.59 5.97-1.72 2.57-4.69 1.11-2.08 2.73-.25 2.56-.21 1.33-1.66-.65-10.27 4.32-3.27 5.03-12.73-1.17-5.93 3.88-.41-.67-3.12-.67-2.56 24.49-5.07 4.5-7.62 8.07-1.67 1.23-.3.66-4.86 11.79 5.12 9.3 9.63 4 1.93.85.39.43.22-.95 3.58-2.07 7.71.84 1.07 1.66 2.09-1.86 7.8v-.01Z'/%3e%3cpath d='m2297.64 862.35 5.14 8.67 18.08-.46 1.02 1.8 9.25 16.66 2.83 11.95 2.85.22 39.65 2.76.47.38 10.77 8.77 8.68 7.02 10 19.18 4.83 9.31 7.83 3.53 9.85.25 5.42 9.91-4.26 12.23-2.27 1.48-10.06 26.91-6.7 16.35-3.36-1.76-3.92 7.56-1.35-2.03-1.8-1.36-1.58-.8-2.13-1.59-2.14-1.13-3.72-.35-3.72-.23-2.82-.13-3.16-.12-2.15.22-1.92.56-2.82-.35-7.9 23.21-9.94 32.51-21.76-4.8-4.49 5.75-15.18-9.64-6.03 9.45-4.13-2.66-1.22-5.97-2.67.33-1.14 2.93-1.92 2.03-13.17 1.44-.79-4.95-11.96-.85 1.38 6.58-5.37 1.39-5.67 1.05-5.15-16.22-16.85 7.25-1.14-3.67-3.13-10.03-1.75.08-8.19.66-.17-.76-4.09-16.77-.51.09-11.9 1.38-18.01-3.5.04-.72.67-11.68-2.68-2.48 2.01-5.79 3.29-3.23 5.17-5.02 5.36-12.74 3.3-7.88 11.01-4.33 9.16 3.01 4.49-8.43h5.07l2.61-5.7 14.14 6.13 4.22 1.12 4.64.61 4.61-2.2-2.81-15.74 1.37-2.56 5.33-1.74 3.36-13.68-15.93-6.23 6.14-17.51 3.28-.17 5.33-15.85-7.45-5.01 3.18-25.19 19.15-1.62-.33-5.12 8.32-1.98.01.01Z'/%3e%3cpath d='m2193.23 806.4 4.12 11.7 6.31.02 4.75 29.39-3.13 10.39-.86 2.73 1.02-.13 1.84-.17 2.81-.25 1.11-.13.59 3.88.59 3.88 1.07-.08 13.57-1.8 1.48 4.05 1.4.22 5.88.87 23.28-.24 11.43.33-3.18 25.19 7.45 5.01-5.33 15.85-3.28.17-6.14 17.51 15.93 6.23-3.36 13.68-5.33 1.74-1.37 2.56 2.81 15.74-4.61 2.2-4.64-.61-4.22-1.12-14.14-6.13-2.61 5.71h-5.07l-4.49 8.42-9.16-3.01-11.01 4.33-3.3 7.88-5.36 12.74-5.17 5.02-3.29 3.23-2.01 5.79-6.41 7.07-2.94.03-32.14.23-5.29 2.76-.33-7.8-9.42 1.39-1.91-3.36 12.87-6.97-5.29-6.55-6.44 3.82-3.65-4.65-33.95-5.3-5.54-3.12-3.88-2.23-5.39-9.52-2.88-13.52 1.5-3.41-2-4.35-1.03.55-14.85 7.23-11.24-7.48 7-7.45 2.83-8.27-6.47-2.83-9.47 3.23-2.56-3.24-12.28 4.2-.8-6.06.9-.64.9-1.15.39-.9 1.28-2.04 1.28-1.24 9.42-4.04-7.28-4.4 3.37-1.75-5.53-7.25-1.92-2.52-4.26 2.33-3.58 2 1.36-2.05 2.69-4 5.16-2.34.13-2.68-1.15-.73-3.96-2.31-4.08-9.05 3.03-1.32 7.75 5.96 9.68 3.66 1.55-3.37 10.26.27 1.51-11.17 13.56 3.49 5.56-5.67 4.44-7.2-1.68-15.61 8.23 2.96.54-15.43 4.49-5.96 14.82 7.66.69-3.8 1.47-7.46 1.33-6.82-1.96-.86-1.19-.51.82-4.22 2.72-13.72 10.62 1.17-.46-7.47 5.12-.25 9.26-.45 2.05-.13 3.05 7.3.94 2.22 17.12-6.15.02-7.33 10.66.41 23.12-2.47 1.32-.17h.02v.01Zm251.31 162.92 3.38 8.62 18.31-4.29 1.17 5.93-5.03 12.73-4.32 3.27.65 10.27-1.33 1.66-2.56.21-2.73.25-1.11 2.08-2.57 4.69-5.97 1.72-1.96.59-9.62 9.05 3.7 14.47 4.48 10.55-5.3 19-2.53 4.55 1.35 1.7 1.8 1.81 2.02 1.25 2.14.79 1.47.46-4.78 14.32-5.74 6.4-3.5 4.25-1.16 2.47 3.96 2.66-.23 17.06 5.49 1.08 2.13.43-2.5 9.08-8.09-.84-3.2 14.96 13.55-1.83-.4 5.84 1.25 20.56 15.42-1.91 10.56.03-4.47 12.78-.34.94 6.6.71 3.81-4.94.68-.85 8.07 5.62-.52 2.85 3.57.78 1.07.22 1.85-6.05.82-2.68 8.58 3.82-.39 2.05-.96 5.37 6.08 2.16 11.42 10.02-1.67 2.55-.94 10.96-15.11.24-2.01 2.17-16.59 8.47-15.56-6.75-1.82-14.72-4.67-4.96.26-13.65-5.74-1.9-1.27-.39-3.92 12.1-15.15-4.14-1.84 2-2.31 2.55-2.13 2.25 3.81 6.03-9.71 2.4-5.58.5-17.02-3.21-3.07-.61-7.69-5.49-9.22-6.59-4.48 2.97-5.42 3.56-3.65-3.93.26-1.07 2.89-10.69-6.26-2.96-8.04-3.86-15.34 2.43-2.7-7.98 4.21-14.06 1.16-3.96 1.01-10.91 9.15-10.21 13.08-14.54-9.91-4.81 5.31-10.73 1.55-19.53 4.74-1.01 3.06-12.19-3.66-.9 9.94-32.51 7.9-23.21 2.82.35 1.92-.56 2.15-.22 3.16.12 2.82.13 3.72.23 3.72.35 2.14 1.13 2.13 1.59 1.58.8 1.8 1.36 1.35 2.03 3.92-7.56 3.36 1.76 6.7-16.35 10.06-26.91 2.27-1.48 8.88-4.96 5.63-.24h-.05Z'/%3e%3cpath d='m1991.61 877.26 11.2 8.88 10.74 8.46 9.25 4.24 4.08 9.05 3.96 2.31 1.14.73-.12 2.68-5.17 2.34-2.68 4-1.36 2.05 3.57-2 4.26-2.33 1.93 2.52 5.52 7.25-3.36 1.75 7.28 4.4-9.42 4.04-1.28 1.24-1.28 2.04-.4.9-.89 1.15-.9.64.79 6.06 12.29-4.2 2.56 3.24 9.47-3.23 6.47 2.83-2.83 8.27-7 7.45 11.24 7.48 14.85-7.23 1.03-.55 2 4.35-1.5 3.41 2.88 13.52 5.39 9.52 3.87 2.23 5.54 3.12 33.95 5.3 3.66 4.65 6.44-3.82 5.29 6.55-12.88 6.97 1.92 3.36 9.42-1.39.33 7.8-.03 18.21-10.91.96-1.28-2.13-3.52-5.72h-4.66l1.65 13.43-4.95.76.06 5.71-5.49-.99.38 5.97-3.02-2.65-6.95 4.12-9.31-11.32-.39-5.58-8.59-6.84-2.78-15.48-8.79-1.23-1.47-14.36-32.89 6.72-9.87-.29-5.43.78-6.95 2.25-7.16.97-11.84-5.78-6.33 20.5-2.72-3.5-18.59 5.65 1.65 5.51-14.48 3.44-.34.72-.99 1.87-3.16 6.31-.51 1.07-9.85 4.93 15.97 6.71 3.23 4.61 9.99 14.17-1.41 1.79-1.54 1.36 8.21 14.51 7.99 14.17 6.03 10.67-.18 9.81-5 11.29 3.78 4.99-8.78 11.33-1.03 5.97-8.01 6.47-5.49 1.5-.68 2.98-12.03.66-.68 4.2v4.33l-6.9.4-21 5.07-1.54.47-3.29 9.64-18.73-4.92-2.25-3.2-1.7-2.39-12.39-3.08-12.68-6.19-11.32-13.15 12.48-5.06 9.5-10.14-5.37-1.2-2.33-12.75 3.49.35.61-17.36 5.71-5.37 2.39-1.58-11.56-28.58-.5-12.71 2.05-.17 1.62-.09-1.27-6.82-4.55-2.27-2.13-2.31-.17-1.79.09-2.17.09-1.71 5.46-16.46-10.35 1.52-.59.3-7.25 3.49-6.35.68-3.32-1.32-1.03-.43-.52-3.66-4.2-2.99-3.8.68-12.95-3.12-9.08-1.63.64-6.61-9.97-7.93-6.31-1.46-9.29 2.77-6-6.66-.29-10.96-16.11-6.66-1.62-10.96 2.6-10.02 10.15-14.03 6.35-2.6 7.6-11.94 6.6-1.32 7.76 3.16 7.16 3.33 7.97 2.91 28.09 8.97 5.62-24.44 4.97 2.71 41.91-1.05 1.59-8.31 3-14.5 2.21-6.83 1.82-15.89 3.28-.25 1.9-22.04 6.65.26 2.31-3.79 1.14-28.1 15.48 5.01 17.35 9.14 3.24 1.71 16.54 1.09 1.75.09 3.92 5.03 3.57 4.61-.06.02Zm94.63-195.16 1.7 7.64-23.63 12.84.66 11.68-11.87 2.37 2.15 14.93-2.52.09-18.48 2.65-11.18-.53-.17-1.07-2.11-14.59h-5.34l-.55-2.39-1.48-6.74 3.56-13.64.53-11.94-12.72 1.56.4-11.6-5.16-1.84-2.3-3.29 2.67-10.41-1.01-7.17 1.49-3.51 11.47-4.59.74-1.75 1.01-18.64-2.04-9.04 2.21 3.2 2.6 3.58.42.55.22.26.59 1.19 3.71 3.8.63 8.92 66.06 16.43 14.56 2.93-3.46 24.38-.13.98-13.24 2.75h.01v.01Z'/%3e%3cpath d='m2014.11 622.16-1.01 18.64-.74 1.75-11.47 4.59-1.49 3.51 1.01 7.17-2.67 10.41 2.3 3.29 5.16 1.84-.4 11.6 12.72-1.56-.53 11.94-3.56 13.64 1.48 6.74.55 2.39h5.34l2.11 14.59.17 1.07 11.18.53 18.48-2.65 2.52-.09 39.58-10.25 14.01.96-4.59 12.19-.18 2.72 2.53 6.15.61 2.89-.09 2.55-.79 3.16-1.32 2.98-8.28 11.04.99 7.55 9.26 3.45 5.01-5.7 3.53-6.14 2.21-6.4 1.42-6.05.08-9.91 4.02.62 7.48 18.31.76 2.05 4.91-.59 6.36-.75-6.19 24.89-11.62 10.13-7.81 2.07.46 4.01.25 2.3-16.46-1.18-8.03 2.16-11.82-.02-1.1-3.58-4.5-14.59-1.67.89-7.81 4.17-.78-20.55-6.91.16-.67-5.33 20.35-1.42-6.92-22.74-30.65 5.37-16.87 7.14-23.29 1.8.62 10.88-7.93-4.79-2.87 3.45-1.28 1.58-10.03 1.82-12.97-.36.09-1.07.09-1.75-.9-.22-14.93-3.17-1.32-.3-.26 2.52-.9 8.19h-5.98l-18.47-4.24-9.34-.35-.13 2.51-.22 4.82-15.62 2.55-1.49.26 2.6 4.14 3.7 5.84 1.18 13.86-30.33-6.21-15.53 2.42-2.8-18.98-6.31-9.85-.55-3.8-10.79-1.11.73-9.6 8.72-17.99 26.58-.96 3.21-5.29 8.66-1.02.69-6.27 10.16-.67 9.7-12.36-3.29-2.01-2.47-1.54 3.46-5.37 2.18-3.49 6.59-10.27 17.67-1.09 1.32-.08-5.06-21.8-1.14-6.56 4.91-3.2 1.62-.34 12.13-2.68 1.43-16.92 12.59 2.7 15.03-5.1 4.97-10.91 14.6-1.47-2.45-15.74 1.62-.64.65-.25 5.17-2.04 8.08-3.23-1.8 2.85-.73 1.54.26 1.32.85.68 2.01 1.11.26.17 1.87 1.24 2.05 2.13 1.19 1.58 2.04 9.04v-.02h-.01Z'/%3e%3cpath d='m2058.1 767.89.67 5.33 6.91-.16.77 20.55 7.82-4.17 1.66-.89 4.5 14.59 1.11 3.58 11.82.02 8.03-2.16 16.46 1.18-.25-2.3-.46-4.01 7.8-2.07 2.13 4.95-1.39 10.83-5.12.25.46 7.47-10.62-1.17-2.72 13.72-.82 4.22 1.19.51 1.96.86-1.33 6.82-1.48 7.46-.68 3.8-14.83-7.66-4.49 5.96-.53 15.43-8.24-2.96 1.69 15.61-4.44 7.2-5.56 5.67-13.56-3.49-1.51 11.17-10.26-.27-1.56 3.37-9.67-3.66-7.75-5.96-3.03 1.32-9.25-4.24-10.74-8.46-11.2-8.88-3.57-4.61-3.92-5.03-1.75-.09-16.54-1.09-3.24-1.71-17.35-9.14-15.48-5.01.66-20.13-7.79-13.78-10.7-4.74-5.92-2.6-1.62-5.12-1.18-13.86-3.7-5.84-2.6-4.14 1.49-.26 15.61-2.55.23-4.82.13-2.51 9.34.35 18.47 4.24h5.98l.9-8.18.26-2.52 1.32.3 14.93 3.17.89.22-.08 1.75-.09 1.07 12.96.36 10.04-1.82 1.28-1.58 2.87-3.45 7.93 4.79-.63-10.88 23.3-1.8 16.87-7.14 30.65-5.37 6.91 22.74-20.34 1.42h-.01Zm-278.07 33.55 13.52 1.5 29.56-4.17 18 4.83 4.99 3.03-1.32 4.48-.18 20.94-3.12 2.77-4.74 4.22-6.83.51-3.33 16.8-5.46 9.12-4.1 8.23-3.25 8.44-4.82-1.03-.81 5.11-.68 2.86-13.18-.22-1.36-3.11-1.87-4.35-21.02 1.87-.26-.68-1.07-2.65-.98.09-13.64 1.54-10.49 1.19-10.58 4.77-6.48-.72-.59-5.5-.77-6.7-1.62-17.91 5.2.26 4.12-6.56-1.47-1.58-.79-2.37-.22-2.71v-2.82l-.68-1.8-1.13-.45-1.47-.34-1.12-1.24v-1.92l.67-1.58.57-1.8-.79-2.25 1.5-5.49 4.14-18.29 9.09 2.39 8.45-1.45 2.95-8.44 8.31-7.07 3.38-8.06-4.22-13.9 11.82-19.14 5.38 7.12-.68 12.63 11.35 5.46-5.64 11.72-2.22 14.46-.02-.04Z'/%3e%3cpath d='m1706.96 907.82.81-.6 7.8-5.8 18.29-7.33-.85-6.56 10.58-4.77 10.49-1.19 13.64-1.54.98-.09 1.07 2.65.26.68 21.02-1.87 1.87 4.35 1.36 3.11 13.18.22.68-2.86 4.82.34 10.69 22.1-2.81.38 1.06 7.16-1.24 8.83-2.69 8.4-1.28 3.97-1.8 7.8-3.16 6.78-1.58 5.63-7.76-3.16-6.6 1.32-7.6 11.94-6.35 2.6-10.15 14.03-2.6 10.02 1.62 10.96 16.11 6.66-8.15 2.3-10.99-3.16-3.62-3.24 2.17-.94-.42-10.96-18.11-20.22-11.89-19.36 4.09-4.18-3.96-4.69 1.75-.9 2.69-1.66-8.74-12.88-14.24-5.97-6.61.81-2.77-7.55-.26-8.78-.81-2.77h.01v-.01Z'/%3e%3cpath d='m1855.73 781.43 2.8 18.98 15.53-2.42 30.33 6.21 1.62 5.12 5.92 2.6 10.7 4.74 7.79 13.78-.66 20.13-1.14 28.1-2.31 3.79-6.65-.26-1.9 22.04-3.28.25-1.82 15.89-2.21 6.83-3 14.5-1.59 8.31-41.91 1.05-4.97-2.71-5.62 24.44-28.09-8.97-7.97-2.91-7.16-3.33 1.58-5.63 3.16-6.78 1.8-7.8 1.28-3.97 2.69-8.4 1.24-8.83-1.06-7.16 2.81-.38-10.69-22.1-4.82-.34.81-5.11 4.82 1.03 3.25-8.44 4.1-8.23 5.46-9.12 3.33-16.8 6.83-.51 4.74-4.22 3.12-2.77.18-20.94 1.32-4.48-4.99-3.03-18-4.83-29.56 4.17-13.52-1.5 2.22-14.46 5.64-11.72-11.35-5.46.68-12.63-5.38-7.12 2.01-3.2-7.34-6.23 13.91 2.05 24.1 12.16 23.72 10.03 9.81 1.8 10.79 1.11.55 3.8 6.31 9.85.04.03Zm217.06 230.7 1.47 14.36 8.79 1.23 2.78 15.48 8.6 6.84.38 5.58 9.31 11.32 1.48 7.51-2.32 6.82-11.71-1.09-2.89-.26-2.32 8.48-.87 3.15-7.37 4.13-3.94 5.83 2.13 3.97-6.15 7.32-6.82 3.32-2.3-1.24-17.95 7.99-5.97 7.03-1.55 9.3 3.73 10.28 6.38 9.61 3.14 7.34 4.97 11-5.81 8.78-1.84 9.97-2.9.55-3.91.76-7.12-3-6.52 2.76-11.41 4.85-4.36 7.33-5.79 2.29-10.77-1.25-9.75.03-5.21 9.8-.3.55-14.69-4.45-5.15 2-28.05-.11-9.24-7.9 3.29-9.64 1.54-.47 21-5.07 6.9-.4v-4.33l.69-4.2 12.03-.66.68-2.98 5.49-1.5 8.01-6.47 1.03-5.97 8.78-11.33-3.78-4.99 5-11.29.18-9.81-6.03-10.67-7.99-14.17-8.21-14.51 1.54-1.36 1.41-1.79-9.99-14.17-3.23-4.61-15.97-6.71 9.85-4.93.51-1.07 3.16-6.31.99-1.87.34-.72 14.49-3.44-1.66-5.51 18.59-5.65 2.72 3.5 6.33-20.5 11.83 5.78 7.17-.97 6.95-2.25 5.43-.78 9.87.29 32.89-6.72h-.01v-.01Zm924.36-141.9.77.43 6.64-2.05 28.12 8.81-3.62 7.43 24.43 6.62 25.14 3.53 19.86 6.88-1.04 4.79-1.11 6-2.03 10.61 13.07 3.57-1.14 11.56-9.49 10.9-5.9 15.23 5.35 3.49-.67 11.3-2.69.54-3.2.54-3.16.41-5.96.09-2.64-.31-2.21-.27-2.98-.62-1.15-.26-2.29-.48-8.13-1.67-1.36-.78-.98-.86-1.01-1.37-2.96-3.52-1.87-2.01-1.61-1.5-3.44-2.84-.47-.47-4.16-3.48-2.55-1.97-7.59-5.72-1.83-1.16-1.45-.73-11.82-5.66-21.91-8.15-4-1.64-2.73-.74-2.72-.53-15.33-2.69-2.52-.35-1.87-.31-11.51-1.22-4.3-15.08h-9.34l-15.89-9.95-.11 3.8-1.62.2-5.71.74-9.58-2.74-7.39-4.43-4.36 1.08-1.62.42-10.66-1.71 4.41-11.41 6.84 4.04-.67-2.05.69-1.79 11.55-30.73 1.52-5.58 2.3-7.32 1.22-3.86.24-1.91-.69-1.38 20.51 8.6 10.46 5.3 21.75 7.24 10.05 2.92 1.58.31 19.04 5.27 1.48.69.02-.04ZM3039.21 709l1.73 3.68 5.3-.65 5.05 4-4.65 5.61-6.74-3.98-7.63-.94-2.09-4.78 3.07-6.38 2.91-6.04 4.7 5.14-1.65 4.34Z'/%3e%3cpath d='m2868.78 583.59-.4 2.34 8.94 5.21 7.06-2.23 7.03 2.39-7.13 8.02-2.2 12.14 26.85 39.76 3.5 15.41 15.89-7.88 16.22.99 3.17 5.39 7.07-3.29 1.35 7.29 5.58 10.75 5.74 3.98 5.53.93-3.93 9.36-.51 1.71 1.66 7.68-1.16 1.79 2.88 17.8 6.37-1.16 7.22-7.76 13.42 4.09 5.03-13.13 5.77-1.38 7.81 6 4.86.16 2.72 2.06 5.07-.1 2.09 4.78 7.63.94 6.74 3.98-.34 7.33 3.01 3.52 12.76 6.86 8.47 10.75 3.15 5.01 13.45 21.36 13.08 10.36 7.87 5.92-7.43 2.73-2.26 3.72-4.79 7.88-3.48 4.71-2.36 8.52-11.18 12.52-4.41 10.81 4.31 4.5 3.08 5.7-.16 12.43-6.11 15.66 8.53.09-3.2 13-25.14-3.53-24.43-6.62 3.62-7.43-28.12-8.81-6.64 2.05-.77-.43-1.48-.69-19.04-5.27-1.58-.31-10.05-2.92-21.75-7.24-10.46-5.3-20.51-8.6.69 1.38-.24 1.91-1.22 3.86-2.3 7.32-1.52 5.58-11.55 30.73-.69 1.79.67 2.05-6.84-4.04-4.41 11.41-27.87-10.18 3.89-9.7 12.35-35.62 12.79-21.47-72.88-29.81-4.61-2.97-9.37-7.97 6.24-19.54.98.51 7.15 4 10.99-21.65.95-1.91 11.79 6.59 1.33-1.36 20.95 12.25 4.83-1.7 2.37-1.44 2.56-2.17 1.28-2.27.56-2.81-.25-3.36-2.03-3.62-2.92-4.45-11.43-17.5-.38-1.03.09-.98.47-.63.82-.76 5.13-2.61.86-.81.34-.72.14-1.19-.04-.81v-.77l-.58-2.81-.38-2.22-.37-1.84-2.02-5.94-1.6-3.68-1.19-1.71-1.62-1.88-3.05-3.94-3.9-6.03-.97-1.5-.85-1.37-4.02-6.63-.88-1.71-.46-1.5v-1.5l.4-1.32 1.12-1.74.56-1.11.3-1.45.14-1.36-.12-1.45-.38-1.36-.84-2.95-.97-2.61-1.82-3.33 5.78-4.28-9.98 1.66-6.59-9.68-3.07-26.71-5.06-4.33-6.35-2.37.31-2.85.49-3.62 5.99-2.65 9.65-15.65 7.61 5.2 12.85-8.29 7.64-.13 11.47 4.37-.44 2.47.02-.03Z'/%3e%3cpath d='M2873.22 846.38 2860.87 882l-3.89 9.7 27.87 10.18 10.66 1.71 1.62-.42 4.36-1.08 7.39 4.43 9.58 2.74 5.71-.74 1.62-.2.11-3.8 15.89 9.94h9.34l4.3 15.09 11.51 1.22 1.87.31 2.52.35 15.33 2.69 2.72.53 2.73.74 4 1.64 21.91 8.15 11.82 5.66 1.45.73 1.83 1.16 7.59 5.72 2.55 1.97 4.16 3.48.47.47 3.44 2.84 1.61 1.5 1.87 2.01 2.96 3.52 1.01 1.37.98.86 1.36.78 8.13 1.67 2.29.48 1.15.26 2.98.62 2.21.27 2.64.31 5.96-.09 3.16-.41 3.2-.54 2.69-.54 1.84.75 4.75 1.94-12.42 45.86 38.33 2.04-3.07 6.72-1.57 17.16-2.33-.13-1.29 10.69-21.86 28.59-51.94 41.98-13.93-.51-.96 11.47-31.84 11-18.09 12.24-18.61.06-5.74 5.43-3.2-7.02-1.47-3.2-3.3 3.22-4.79 4.58-13.77-13.64-.62 19.06-43.28-5.23-3.96-.15-36.19-1.35-8.78-22.31-10.4 1.31-7.06-1.74-17.69-4.36-6.67-4-9.17-6.31-10.18.76-23.51-.92-5.55-5.91-20.69-22.06-2.54-2.7-18.98-13.69-15.2-1.35-13.67-11.45-2.21 9.37-23.18.84 2.31 8.41-8.31.26-9.39-36.25 6.99-12.46-15.42-6.16-5.29-3.41 4.38-8.58-19.39-9.89-1.76-7.81-16.46-9.19-.42-12.16 5.23-9.24 5.24-8.25-7.36-3.27-6.32 7.76-2.72 4.05-9.28-3.92-5.16-10.77 6.43-8.12 5.42-11.02 10.67-46.22 25.34 11.11 16.14 2.49 15.39 1.09 14.25-1.86 3.66 1.12 6.45-21.67 3.16-.29 14.56-40.57.78-2.34 4.47 1.51 5.82 5.57 7.18 5.19 8.41-21.19 2.07-5.19 10.33.05 5.9 5.32 2.91-1.14 1.67-.67 2.94 1.04 4.26.91 3.16.7 2.04.35 2.13.78 1.75.61 1.19.65 1.95 1.03 1.96 1.84 3.92 6.2 4.37-1.43 6.05 8.05 5.77 3.01.1-2.08 5.51-20.28 1.46-2.43 2.19-3.33 1.55-2.79 5.49-14.6-.17-2.71-.08-2.8.83-2.25 4.09-6.21 1.18-1.62 1.01-3.7.92-2.79 1.82-1.43 2.53-1.25 4.61 2.97 72.88 29.81-12.79 21.47-.02.05Zm-722.35 1362.76 6.56 7.01 7.28-1.05 2.46 3.88-8.11 6.64-9.3 8.29 3.11 12.33-2.25 1.23 6.19 21.38-6.19 2.76.83 2.43 4.14 11.44 2.74 7.25-3.56 1.19 3.91 11.27-4.87 2.84 6.62 13.15 71.34-11.82 16.94-.9 9.19 2.58 2.87 23.72 6.87 27.99 66.6 36.01-.1 7.37.83 2.48 5.12 6.03 6.71-5.57 6.71 9.28 5.43 8.12 1.55 3.33 7.97-3.98 2.62 4.91.41.72 1.7-1.06 9.77 30.94 15.55.52 1.35 3.37 8.55.37 11.81-3.03 3.33 9.18 2.18 14.68 4.74-.19 4.06 31.18-1.08 3.28-8.77 16.64.27 9.56-1.81.21-2.84.38-1.7.25-2.07.25-1.74-.13-1.86-.14-2.58-.35-1.78-.3-2.75-.53-2.38-.18-2.11.34-2.2.59-1.45.68-1.48.84-.88.55-1.31.55-1.35.47-1.57.42-.9.55-1.48 1.49-1.39 1.32-1.45 2-1.57 2.81-1.24 2-.68 1.23-1.1 1.58-1.36 1.32-.76.59h-.69l-.66-.13-1.44-.43-1.1-.13-1.23.17-.68.25-.98.55-.34.34-.91 1.56-1.73 2.96-.62.43-3.98 2.79-9.32 6.54-3.59 2.68-14.22 2.13-16.23 7.25-8.97 12.63-2.51 6.29 8.34-1.6 2.94 3.12 1.14 6.29-2.59 2.12-.31.3-1.78 1.62-.67.13-1.4.17h-1.78l-.8.46-.64.98-1.55 3.89-.55 3.79v3.52l.37 3.8 1.06 3.52 1.35 2.57.39 2.98-.13 2.85.93 3.38 1.73 5.02v2.3l-1.22 2.29-4.74 4.6-3.69 3.4-3.87 3.36-2.87 2.59-2.72 2.43-3.21 3.19-2.01 1.22-2.01.54-2.28.4-1.86 12.49 1.55 5.29 1.78-.89 3.94-2 9.25 19.43 9.61-4.28 5.89 11.83-2.88 2.59 1.2 6.31-1.27 1.02-7.55 5.82 4.58 9.22 10.98 20.46-1.62 4.79 5.84 11.98 1.95 15.19 4.99 13.24-.71 9.59-9.57 2.57-11.84 3.85-12.02 5.34 2.58 9.52-11.62 3.93-.36 4.52-8.96 4.24-11.23 9.61-19.42 9.42-6.06 8.85-7.88 3.69-6.92.5-9.21-.19-9.09-.19-4.56-.05-4.14-1.5-5.34-10.67-10.61 4.5-4.8-8.71-9.73 3.65-3.81-4.62-10.3 2.28 3.36 10.24-6.76.8-15.51 1.88-2.92 2.25-5.29 4.09-2.54 1.95 5.2 14.04-5.95 1.4 1.31 3.03.29.72-3.59.38-14.8 1.63-1.17.13-2.87-6.91-12.73 4.88-5.91 5.06-11.84-.02-5.56-4.36-.08-1.41-.25-3.49 5.37-8.31-6.31-7.77-11.06-11.79-5.38.76 1.76 5.67-7.55-2.79-5.15-9.3-6.61-11.06-2.53-3.58-5.57-4.32-10.1-3.98-.87-11.68 1.56-1.06 10.15-6.81 2.66-5.54-3.52-10.41 27.41-12.36-2.11-9.86-7.3-1.16-14.23 6.59-9.98 4.55-33.65 7.67-2.78-6.83-7.99-1.29-24.34-6.22-15.51-3.81-10.61-2.79-56.85-7.56-5.03-4.61-9.09 3.7-11.88 2.25-8.24-1.92-6.99-3.88-12.16-7.43-5.43-1.88-6.83-.68-7.04.45-8.61 1.46-9.62 2.64-1.06-14.16-1.03-3.61-4.05-14.21-4.48-2.93-2.74-6.54 3.68-1.36-2.39-5.53-5.93-9.14-4.32-4.18 29.88-20.46 3.49-2.39 7.67-2.67 7.17.47 5.42-.55h4.23l3.32-1.68 1.64-1.28 2.67-1.2 3.31-.19 4.32-1.66 4.14-2.41 3.03-1.94 5.51-2.96 10.66-4.9 10.11-4.44 5.97-1.29 6.34-2.59 3.34-5.83 5.37-2.55 3.97-2.16 2.12-1.67 5.17-2.13 12.93-.63-2.19-12.51-17.65-12.5 14.31-16.36-6.76-7.85 2.83-1.66 24.6-15.33 2.16-1.19 2.16-1.11 3.18-1.71 18.29-9.49 12.07-5.83 3.97-1.96 6.36-3.36 1.74-1.19.16 5.16 12.45 21 2.89-1.02 7.41 17.32 46.63-23.52 1.16-13.77-4.11.17-.2-9.95 2.21-10.29-1.46-15.71 3.5-4.2-2.01-5.96 4.14-10.7 3.68.6 4.96-8.94-23.52-12.79-.06-4.18 3.8-.03.71-12.37 1.22-25.2 1.02-.42 3.44-1.4 6.56-2.51 3.43-1.15 2.29-.84 2.63-.94 1.02-.43.51-.42.63-.64.59-1.28.76-1.58.46-1.02.65-1.54-15.22 3.72-4.94-14.2 8.46-13.93h1.18l1.78.26 1.4.34 3.98 1.28 5.04-.33-9.25-13.92 4.07-5.5-.08-1.02v-1.19l.22-1.28 2.51-5.92 1.4-2.77.54-1.36.35-1.58v-1.49l-.21-1.5 2.03-.42 5.26-1.14 7.24-48.99-8.09.33-5.94-51.05 2.32-18.85 4.37-6.09 16.14-.14.15-11.04 23.6-1.58 15.21 6.16 6.52-21.56 9.81-12.6 10.34 5.1h.05v.01Zm-527.83 323.48 3.3 4.09-6 5.09-4.66 3.96-10.02 7.21-9.14 3.72-11.81-5.02-2.67-3.24-.23-3.16 5.26-2.37 7.95-5.31 10.3-4.86 1.46 3.72 2.93-.94 4.33-1.38 9-1.51ZM1477.99 1456.3l2.05.31 5.94-.57 3.54-.34 4.89-1.2 13.14-3.21 9.32 2.37 4.21 3.11 26.41-.79 9.23 1.79 38.58 1.51.51 2.09.43 1.75 8.88-1.75 4.26-.82 28.8.25 20.79.08.13-10.96 13.44 6.95 2.13 7.85 1.66.94 15.52 8.78 4.89 2.73 2.98-1.32 4.85-2.17 5.15 1.5-3.62 7.59-4.33-.86.89 20.38-.13 18.47 7.4-.09 1.4 4.86-1.71.3-4.07.81-3.07.38-3.4.34-2.47.34-2 .34-1.4.51-2.25.56-3.87.94-6.25 1.45-.94.21-1.74.34-3.15.86-3.7 1.07-2.55.81-2.85 1.19-3.87 1.66-3.19 1.28-2.73.72-1.61.47-.63.09-1.15.13-1.24.21-5.3 29.81-4.97 1.28-6.38 7.76-4.08 4.86-2-.13-10.37-.46-20.44 4.19-19.25 6.49-53-2.05-.55 9.17-22.76 17.8-79.24 49.64-23-11.52-8.13-8.69-.03-9.89-8.5-8.13h-8.33l-.94-2.68-.73-1.92-.29-.85-14.49-1.72 1.52-5.67 1.06-3.88.89-3.25-2.37-21.1-8.98-7.57-5.91-.67-8.64-7.45-1.27-1.11 1.22-6.23.97-4.95-.39-4.9-.74-10.27-4.58-17.39 3.09-5.12-.14-6.52 1.01-4.82 11.98-6.03 10.17-.41 8.92-6.07 1.26-7.64-3.93-12.06 2.12-1.32 8.5-5.39 18.92-5.27-.57-11.18-4.52-7.32 17.31-.5 13.82-2.57 17.91 3.26 40.65 6.2Zm263.6 206.46 1.95 1.24 5.23-6.01-1.62-6.87 2-4.18 10.46-7.37 32.08 11.61 9.99 1.28 3.23.43 6.71.86 18.78-5.88 13.64 7.94 6.16-1.96 1.61-.51 3.17 34.84.5 5.33 7.73 7.51-1.66 3.7-7.64-2.27-11.61 17.73 3.59 30.37 2.83 22.22 3.57 3.53 1.43 2.88v4.33l-1.44 3.6-.72 2.64.72 3.85 2.87 4.81 1.93 3.07 6.91 11.83 2.39 4.81 3.34 4.09 1.91 2.4.24 2.4-1.91 3.48-1.11 3.75.17 4.22.93 4.99 1.66 2.39-11.46-.57 3.08 19.36-2.8 2.36-2.99-7.86-11.61 3-4.82-2.91-3.52.02-1.97 8.81-11.55-3.29-2.97 4.3-28.78 2.93-11.81-.47-4.38-.29-4-.26-8.6-.57-1.36 17.48-3.4 13.73-2.8 11.3-.17.77-1.91-1.41-4.67-3.45-.72 1.83-3.81 26.88-7.68-.82-.13 4.6 10.26 26.64-.76 27.42 1 11.34 4.71 2.03 2.29 2.98-1.51 14.98 5.92-.94.79 10.6 6.02-.99 1.71 6.77 10.95 1.08 1.14 2.44 5.06 2.26.6 1.13-1.48 1.62-5.26 12.45-.41 2.84-.13 2.57-.27 2.57-2.16 7.04.14 2.44.67 2.44-.14 3.52-.54 3.52-3.89 29.62-2.97 10.49-5.3-.68 2.92 7.59 1.36 8.57-.13 5.63-1.44 5.84-.51 1.96-8.56 18.2-2.94-.51-18.49.06.23-3.05-12.23-.78-10.25 2.74-1.99-1.28-4.32-2.51-.59-.43-1.19-.86-2.33-1.11-4.02 3.62-19.25 2.99-31.76 14.43h-5.05l-1.57 4.18-8.5-2.48-7.72 5.04.18 7.76-18.12 9.78-12.64 6.37.41 3.93 6.72-1.08.92 10.23-21.66-4.94-10.68-4.09-10.94.86-7.84.65-2.59-.38-13.86-1.95-21.7 6.8-21.1-.62-10.09.65-48.69 6.07-9.45.48-8.01.86-41.78 4.41-7.32 3.38-4.28 1.93-26.74 1.11-37.1-9.4 15.7-82.37-.55-2.6v-1.71l.33-1.36.05-.47.12-2.09-.13-1.83-.39-4.01-.72-2.94-.85-3.15-.72-2.09-.17-.38-.98-2.17-1.15-1.96-1.23-1.96-1.11-1.32-2.42-2.21-.98-1.32-.34-1.36v-1.32l.08-1.02.63-.94.93-.99 1.74-1.71 1.7-1.96.84-1.2.46-1.96v-1.37l-.22-1.19-.47-1.66 21.24-2.98-3.54-11.64-10.39-1.13-2.88-22.3-3.82-.04-3.93-15.73 4.58-1.55-2.14-12.57 21.32-4.51-1.32-5.5-.47-1.88 33.53-16.18 5.76-.75 9.2-2.05 2.47-.29-.61-6.66 13.91-3.52 9.63-2.49 37.23-16.25 3.82.89 4.37.25 6.32-.86-3.93-7.99 2.42-1.43 2.49-.54h2.56l2.43.8 3.1.61 3.1-.07 2.69-1.09 2.09-.75 1.68.27 1.62-.14 1.62-.88 2.89-1.15 2.69-.61 1.28-.61 1.68-1.56 2.22-1.5 2.69-1.08 6.13-1.29 4.04-.21 4.91-.41 2.56-.54 3.23.13 2.23.27 5.19 1.08 22.29 7 6.21 3.88-1.61 6.23 2.43 1.42.21 3.11 3.3 1.22 1.82-.07-1.76-7.37-.66-2.28-.13-4.13 1.23-.77.98-.47 1.32-.64 23-.62 6.19-.47.67-10.07.38-6.7 7.55-9.68 15.57-18.73 3.48-6.79 58.87 9.24 4.92-14.88 2.63-5.33-2.42-6.06 2.12-4.69 6.37-1.54 4.2-8.49 7.64-6.87-6.66-13.3-2.59-13.94-2.97-17.48-.38-2.17 3.56-8.23 8.03-18 .38-3.09-.76-3.05-3.42-5.35-19-19.34 6.75-9.33-2.42-3.58 7.85-45.46.64-5.63.89-8.23-5.02-24.69-.21-1.06 4.08-1.45.76-.3.38-20.17-1.4-8.11 1.02-5.5 13.17-.55 14.32 4.43 31.27 19.74-.05.06Z'/%3e%3cpath d='m1835.5 1868.08 3.12 9.32 2.55 6.71 4.5 12.76 10.77 21.59 15.29-4.17 5.71 19.49 7.08 10.96 18.07 3.42 1.74.34 1.59 31.51-2.68 4.48-.56 9.68-1.27-.17-14.04-1.98-1.75 2.81-.21.38 2.84 7.64 3.48-.47 9.76-2.25 1.86 2 6.36 7 5.76 48.11 7.54 96.34 2.76 2.6 1.42 24.9-17.13-.44-.5 5.32-3.93.22-.16 11.98-10.38-.06-.27 3.5-34.74-1.58 7.51 9.14-18.84 4.28 1.11 11.17-5.94.45.45 6.99-4.94.56-.79 8.69-6.06.11-3.25-6.21-10.43 2.48 2.68 10.27-24.78 6.99 3.69 16.02.79 2.37.9 2.03 2.57 3.38 1.01 1.8.78 2.15.67 2.37 1.68 1.92 4.92 4.25 4.06 2.09 1.4.56 1.74.26h1.7l2.67-.43 4.07-1.06 1.52-.17 1.57.17 1.95.34 1.74.72 2.29 1.5 2.75 2.31 1.82 1.41 1.52.9 2.29 1.15 5.97 1.92 1.06 4.13-1.28 3.76-31.43-7.14-16.23-1.12 17.91 18.94-35.08 10.99-1.4 15.43-10.55.63-6.1 6.78 1.9 11.22-15.46 1.4-63.03 13.21-3.18-.07-1.23-3.84-8.37 2.51.3 2.91-25.33 2.6-15.38 2.38-2.93-1.83-3.9-8.12 3.26-5.59 1.23-5.31-3.29.2-2.76-11.96-3.36 1.13-3.81-12.18 3.81-1.7-2.69-6.88 3.36-.11-.23-9.14 6.84.11 4.59 2.03 6.06 2.59 6.5-2.48 9.42-.9.66-35.61 2.02-9.82-.34-6.32-.87-5.89 2.44-4.71 2.22-17.8-10.07-.36-8.07-2.79-1.48-8.7-10.55 2.69-2.08.47-.04-.68-.17-6.74-33.44 3.13-.92-10.23-6.72 1.08-.41-3.93 12.64-6.37 18.12-9.78-.18-7.76 7.72-5.04 8.5 2.48 1.57-4.17h5.05l31.76-14.44 19.25-2.99 4.02-3.62 2.33 1.11 1.19.86.59.43 4.32 2.51 1.99 1.28 10.25-2.74 12.23.78-.23 3.05 18.49-.06 2.94.51 8.56-18.2.51-1.96 1.44-5.84.13-5.63-1.36-8.57-2.92-7.59 5.3.68 2.97-10.49 3.89-29.62.54-3.52.14-3.52-.67-2.44-.14-2.44 2.16-7.04.27-2.57.13-2.57.41-2.84 5.26-12.45 1.48-1.62-.6-1.13-5.06-2.26-1.14-2.44-10.95-1.08-1.71-6.77-6.02.99-.79-10.6-5.92.94 1.51-14.98-2.29-2.98-4.71-2.03-1-11.34.76-27.42-10.26-26.64.13-4.6 7.68.82 3.81-26.88.72-1.83 4.67 3.45 1.91 1.41.17-.77 2.8-11.3 3.4-13.73 1.36-17.48 8.6.57 4 .26 4.38.29 11.81.47 28.78-2.93 2.97-4.3 11.55 3.29h.02Zm-236.21-274.17 6.76 6.27-2.71 19.53-3.95 6.48-1.06 1.71-.13 3.28-.84 20.38 8.88 4.09.56 11.38 11.36.4 12.41-2.17 9.18 1.08.13-7.99 2.91 2.15 7.94-9.9 9.66 1.38 8.15-.58 13.25-6.78 1.4 8.11-.38 20.17-.76.3-4.08 1.45.21 1.06 5.02 24.69-.89 8.23-.64 5.63-7.85 45.46 2.42 3.58-6.75 9.33 19 19.34 3.42 5.35.76 3.05-.38 3.09-8.03 18-3.56 8.23.38 2.17 2.97 17.48 2.59 13.94 6.66 13.3-7.64 6.87-4.2 8.49-6.37 1.54-2.12 4.69 2.42 6.06-2.63 5.33-4.92 14.88-58.87-9.24-3.48 6.79-15.57 18.73-7.55 9.68-.38 6.7-.67 10.07-6.19.47-23 .62-1.32.64-.98.47-1.23.77.13 4.13.66 2.28 1.76 7.37-1.82.07-3.3-1.22-.21-3.11-2.43-1.42 1.61-6.23-6.21-3.88-22.29-7-5.19-1.08-2.23-.27-3.23-.13-2.56.54-4.91.41-4.04.21-6.13 1.29-2.69 1.08-2.22 1.5-1.68 1.56-1.28.61-2.69.61-2.89 1.15-1.62.88-1.62.14-1.68-.27-2.09.75-2.69 1.09-3.1.07-3.1-.61-2.43-.81h-2.56l-2.49.55-2.42 1.43-1.23-14.49 2.76-34.37 4.45-7.21.54-14.07.04-.65 22.84.91h.72l3.26-7.76-2.13-13.56-.34-2.31 2.04-1.58 1.57-.68 1.23-.13 1.1.13 6.28 1.62 9.89-48.32-6.18-21.62-4.59-.98-99.47-17.06-1.11-3.28-5.05-.21-19.88-.91 2.82-16.85 3.17-14.67-6.97-1.23.56-3.5-12.6-2.92-13.28 4.5-5.07-8.94 12.93-18.45 26.87-9.93 11.35 4.46 8.97.29 14.06.66-5.02-9.93-2.1-12.84 8.85-20.27 12.91-6.79 79.24-49.64 22.76-17.8.55-9.17 53 2.05 19.25-6.49 1.32 6.05.02.02Z'/%3e%3cpath d='m1703.56 1578.67-3.96 12.53-3.23 10.36 13.35 4.52 18.96 6.36 11.86 4.01 21.88 8.45 17.59 6.83 5.19-.25 6.33-.26 20.54-28.64 2.04-2.86 22.11-5.1-.25-10.75 8.16-.46.93 7.46 15.39-1.87 2.98-.68 5.83-19.86h11.18l4.38-6.73 2.56-17.27 2.14-14.5 21.9-.66 4.08 10.45 4.5-.68 12.33 3.64 8.33 3.93 22.27 8.21 7.31 3.64 18.02 7.53 18.75-4.84 9.31-.37-.51 4.73 5.1 2.57 10.8-.67 12.14 11.02.27 14.03 9.42 7.22 21.81 23.07-4.74 17.18 8.62 3.81-1.88 4.61 12.49 2.62.12 4.14 5.86 1.38 3.87 20.86 5.98 30.93 8.8-1.65 4.85-4.34 7.12 1.82-6.67 4.54-1.08 12.45-52.98-2.88.38 7.95-12.53-1.16.58 5.38-18.09-.74-24.41-10.84 1.9-8.53-8.77-2.18-4.47 16.11-8.09-2.99.27-4.46-7.82-2.31-1.08 4.06-5.25-7.72-12.28.39-.11-3.49-12.28-2.4-1.16 11.86 6.97.52-.65 7.63-13.77 2.2-14.95-3.77-8.18-18.47-15 1.73-4.12-7.59 4.89-42.81-24.98-10.94-12.6 20.97-1.92 13.64-4.99 20.77-7.73-7.51-.5-5.33-3.17-34.84-1.61.51-6.16 1.96-13.64-7.94-18.78 5.88-6.71-.86-3.23-.43-9.99-1.28-32.08-11.61-10.46 7.37-2 4.18 1.62 6.87-5.23 6.01-1.95-1.24-31.27-19.74-14.32-4.43-13.17.55-1.02 5.5-13.25 6.78-8.15.58-9.66-1.38-7.94 9.9-2.91-2.15-.13 7.99-9.18-1.08-12.41 2.17-11.36-.4-.56-11.38-8.88-4.09.84-20.38.13-3.28 1.06-1.71 3.95-6.48 2.71-19.53-6.76-6.27-1.32-6.05 20.44-4.19 10.37.46 2 .13 4.08-4.86 6.38-7.76 4.97-1.28 5.31-29.81 1.23-.21 1.15-.13.63-.09 1.62-.47 2.72-.72 3.19-1.28 3.87-1.66 2.85-1.19 2.55-.81 3.7-1.07 3.15-.86 1.74-.34.94-.21 6.25-1.45 3.87-.94 2.25-.56 1.4-.51 2-.34 2.47-.34 3.4-.34 3.07-.38 4.08-.81 1.7-.3 1.48-.26 11.23-1.92 1.87-.13.76-.05 1.11-.09 3.4.13-2.47 14.12-6.55 3.07-9.99 12.58-7.44 2.86-.98 8.53-.21 14.29v-.06h-.01ZM1374.23 1628l.94 2.69h8.32l8.52 8.12.02 9.89 8.13 8.69 23 11.52-12.92 6.79-8.84 20.27 2.09 12.84 5.03 9.93-14.06-.66-8.97-.29-11.35-4.46-26.87 9.93-12.93 18.45 5.07 8.94 13.28-4.5 12.6 2.92-.56 3.5 6.97 1.23-3.17 14.67-2.82 16.85 19.88.91 5.05.21 1.1 3.28 99.48 17.06 4.59.98 6.18 21.62-9.89 48.32-6.28-1.62-1.1-.13-1.23.13-1.57.68-2.04 1.58.34 2.31 2.13 13.56-3.26 7.76h-.72l-22.84-.91-.04.65-.54 14.07-4.46 7.21-2.75 34.37 1.23 14.49 3.93 7.99-6.32.86-4.37-.25-3.82-.89-37.23 16.25-9.63 2.49-13.91 3.52.61 6.66-2.47.29-9.2 2.05-5.76.75-33.53 16.18.47 1.88 1.32 5.5-21.32 4.51-8.62 1.21-3.2 4.1-1.44 1.84-7.42 2.15-5.86-13.66-1.35-2.89-9.86 9.95-6.02.55-3.33-5.59-9.78 3.09-11.22.93-13.84-2.41-18.49-.68-6.93.53-13.09 6.09-2.96-5.39-3.59.73-4.59-7.48-8.26 1.83-1.77-6.87-.89-3.53.98-.64 4.11-2.83-3.88-8.09.15-8.74-6.63-5.95 6.34-7.18-1.59-8.74-13.44 5.54-4.7-12.52-7.98-.96-.18-4.3-.14-3.92-.09-2.22-5.09.44-4.12-18.24-2.25.3-12.18 1.48-3.13-12.02 7.29-3.26 10.04-5.06 8.59-11.41 8.16-6.24 6.19-4.71-2.91-11.16 20.14-7.45 1.29-27.27 3.45-11.27.84-2.56-9.73-3.81-7.06-2.75v-5.3l-31.31-17.22 8.1-15.86-1.68-3.15-.69-2.71-.13-3.84.11-3.27.1-2.71-.79-2.48-1.02-3.27 3.13-7.11 18.36 3.64-.65-5.24-3.07-22.72 3.04-8.53 9.17 1.42 4.39-.76 7.76 8.38 2.33-1.18 7.59-.9 8.75-6.09 7.82-2.45.05-2.67 21.58.17 8.45-1.47 1.79 4 13.46-2.2.98-.3 25.05-7.08 10.67 8.29 2.04 1.62 7.19 5.23 3.12-13.52 6.32-11.21 3.08-11.11-10.05-7.7 3.25-3.61 9.4-12.19 19.38-38.51 11.39-18.17-1.79-2.39 4.86-13.15 6.55-1.5 2.53-6.79-5.58-9.07.8-6.48 1.35-6.02 5.91.67 8.98 7.57 2.37 21.1-.9 3.25-1.05 3.88-1.52 5.67 14.49 1.72.3.85.72 1.92.05-.05Zm1426.16 583.57.39 65.5-12.73 4.37-2.75 67.54 10.38 1.07-.41 13.39-2.44 13.21-5.96-3.01 1.25 3.89 8.21 26.01 6.29 4.38 6.33 4.38 10.21-.8 7.85 4.9 4.18 2.63 14.26 2.25 1.73.31-6.75 11.86-17.62 1.74-2.65-10.76-46 10.99-21.06 11.36-10.41 8.44-7.31 4.45-12.68 4.33-4.71 1.6-14.22-.58-3.04-2.87-19.02 2.04-8.73 2.56-3.42-10.68-29.97 8.57-3.23.88-14.91-48-.54-1.79-8.23 2.65-1.02.34-3.51-11.19-32.73 9.25-2.31-5.59-35.05 6.86-6.65 1.47-3.38-13.74 42.76-8.7-8.64-58.76 8.19-1.89.46-3.04-4.48-1.93 2.99-18.94 3.74-39.73 6.1 1.82 42.56-45.54 1.58-1.7 8.38 2.12 8.37-6.32-2.46-8.97 4.37-.32 2 7.25 37.62 4.39 3.23-.2 17.39-3.41 20.09.3 18.38 2.95 2.36 2.57 4.66 1.3 1-6.09 19.72-2.38 31.96-8.97.03-.02Z'/%3e%3cpath d='m2864.89 2229.26 5.8 1.14.81-.21 13.54-4.02 22.57.18 1.24 18.96 9.16 25.67 4.01 18.85-.71 13.69-3.56-.02-.9 47.59-.34 7.33 20.18 4.38 1.44.31-.03 5.88-.04 6.95 1.6.78 5.41 2.5-4.94 12.64-5.73 1.51-.06 10.32-20.1-2.68.41 11.48 10.41 31.02-4.11.87-6.83 1.41-5.85 1.16-16.43-6.96-15.72-5.76-1.5-3.63-6.08 3.85-28.11-1 6.75-11.86-1.73-.31-14.26-2.25-4.18-2.63-7.85-4.9-10.21.8-6.33-4.38-6.29-4.38-8.21-26.01-1.25-3.89 5.96 3.01 2.44-13.21.41-13.39-10.38-1.07 2.75-67.54 12.73-4.37-.39-65.5 37.61-2.66 26.89 20.35Zm-391.18-204.17 1.46 8 7.67 1.11 2.39 9.08-1.66 15.19-.11 4.42-9.08 4.85-1.38 8.93 6.24 1.54-2.59 24.81-.53 5.46 7.18-2.79 23.74-9.38 4.82 3.68-1.84 17.31 7.31 6.17-18.76 16.39-12.51 2.26-1.19.21-2.59.46-5.22 14.01-.6 1.7-5.47.24-21.31-2.59-21.08.87-2.99-7.05-4.12.71-.37 8.49-20.02 3.43-3.52-12.25 7.64-3.13-.53-6.57 6.29-17.25-4.71 1.69-2.23-6.7-27.43 12.07-11.5-10.7-5.55-14.81 1.43-40.3 3.74.32 7.99-5.17 11.88 3.54 13.86 8.76 2.17-21.84 2.69 1.45 4.04-3.16 13.4 4.6 3.04 1.04 3.05-4.2 5.67-4.5 3.5-.71.77-17.22 7.82-2.28 11.84 4.1 8.58-1.51 8.68-2.77v-.01Z'/%3e%3cpath d='m2446.21 2186.83.04-12.53 15.97 3.42 8.76-18.98 5.47-.24.6-1.7 5.22-14.01 2.59-.46 1.19-.21 12.51-2.26 49.25 38.36 8.29 3.23 2.24.94.76-.25 5.22-1.6 10.41 5.5 5.58 3.01 17.96 2.89 21.41 18.43 17.92 3.83 2.46 8.97-8.37 6.32-8.38-2.12-1.58 1.7-42.56 45.54-6.1-1.82-59.64-16.43-4.45-.4.03-8.61-9.82-2.08.27-5.03.76-12.75-.72-.05-14.2-.39 4.29-26.21-15.53-7.52-27.87-6.45.02-.04Z'/%3e%3cpath d='m2597.41 2135.37 56.43.96 59.03-2.33 7.34-.48 1.67 23.12.16 2.09 6.48.59 1 2.86 9.29 26.18 4.51 24.08 4.06.79 1.31 9.69-1 6.09-4.66-1.3-2.36-2.57-18.38-2.95-20.09-.3-17.39 3.41-3.23.2-37.62-4.39-2-7.25-4.37.32-17.92-3.83-21.41-18.43-.87-56.55h.02Zm149.16-100.16.38 3.93 8.65-6.73.94 1.63.1 20.74-1.99 14.3-3.17-2.23-12.77 29.45-4.89 2.67-1.82-1.76-1.1-.65-1.01-.82-.8-.51-1.23-.09h-1.7l-1.35-.23-1.7-.22-1.61-.35-1.7-.6-1.91-.35-2.12-.1-2.63-.14-1.02-.13-.76-.09-2.96-.82-1.23-.35-1.35-.35h-1.91l-2.04.24-7.47.86-.64.17-2.16.59-1.15.42-1.07.5-2.04 1.27-9.27 5.37-24.44-8.29-2.44-3.42-6.7-9.37-2.11-2.95-3.8-23.04-17.67-26.13 4.81-1.64 11.28-1.36 6.46-1.3 51.04-1.05 6.91-.14-1.66 2.16-3.5 4.59 28.8.82-.02 4.9 21.53.6h.01Zm-515.77 264.64 4.36 2.02-.43-13.35 4.41-3.11 2.51-1.74 5.58-27.36-.29-2.86-.58-4.86 4.46-5.02 5.29-13.25 1.44-.26 1.44-.59.68-.34.72-.34v-1.03l.11-6.74 1.12-10.36-1.76-5.59-3.55-5.17 1.02-1.83 2.47-4.3 12.05-20.91 1.65-14.33 6.77-12.69 3.43-13.43 25.69-11.95 8.74-1.22 2.73-21.31 15.15-2.26 1.48-12.36 1.57-.38 3.89-26.05 17.36 7.64.68.09-1.43 40.3 5.55 14.81 11.5 10.7 27.43-12.07 2.23 6.7 4.71-1.69-6.29 17.25.53 6.57-7.64 3.13 3.52 12.25 20.02-3.43.37-8.49 4.12-.71 2.99 7.05 21.08-.87 21.31 2.59-8.76 18.98-15.97-3.42-.04 12.53-3.04 8.77-34.34 83-5.25-3.17-1.24 5.88-56.21 6.35.96 4.4-98.38 16.4-16.95.9-.95-9.52-.02.05Zm104.17 108.76 17.44-10.61 56.78-24.51-3.89-27.43 22.59-1.72.55-2.05 1.53-.12 7.84-.74 5.55-.62 3.01-.42 8.17 36.87 7.01-5.3 11.64 12.45 17.56 41.26-8.77 1.16-16.98 10.86-3.1 3.06-6.33 6.2-35.36 15.62-11.82 3.03-8.55-.37-1.35-3.37-15.54-.52-9.77-30.94-1.7 1.06-.42-.72-2.61-4.91-7.97 3.98-1.55-3.33-5.44-8.12-6.71-9.28-6.71 5.57-5.11-6.03h.01v-.01Z'/%3e%3cpath d='m2800.56 2038.31 3.66.1 11.04-1.27 3.82-.45 2.83 10.34.38 1.36 34.24-2.29 19.65-1.39.11 3.84 1.88 53.36 21.17-1.16 7.42-.26 44.26 3.06 7.93.35-2.86 40.49-12.38-1.98-1.15 24.7-2.35 19.73-2.62 9.83 2.91 2.39 2.79 1.37 3.81 1.38 3.81.58.86 8.63-15.63 5.92-28.51 9.4-22.57-.18-13.54 4.02-.81.21-5.8-1.14-26.89-20.35-37.61 2.66-31.96 8.97-19.72 2.38-1.31-9.69-4.06-.79-4.51-24.08-9.29-26.18-1-2.86-6.48-.59-.16-2.09-1.67-23.12 13.6-34.56 4.89-2.67 12.77-29.45 3.17 2.23 1.99-14.3 9-8.38 13.21-3.86.69-3.25 20.24-7.35.78 6.36-.03.03Zm-161.97 15.44 3.8 23.04 2.11 2.95 6.7 9.37 2.44 3.42 24.44 8.29 9.27-5.37 2.04-1.27 1.07-.5 1.15-.42 2.16-.59.64-.17 7.47-.86 2.04-.25h1.91l1.35.36 1.23.35 2.96.82.76.09 1.02.13 2.63.14 2.12.1 1.91.35 1.7.6 1.61.35 1.7.22 1.35.22h1.7l1.23.1.8.51 1.01.82 1.1.65 1.82 1.76-13.6 34.56-7.34.48-59.03 2.33-56.43-.96.87 56.55-17.96-2.89-5.58-3.01-10.41-5.5-5.22 1.6-.76.25-2.24-.94-8.29-3.23-49.25-38.36 18.76-16.39-7.31-6.17 1.84-17.31-4.82-3.68-1.59-17.07h8.89l.02-5.04 2.79-1.43-.02-7.04 4.98 1.92 6.85-.94-.7-10.14 5.3-.62 4.45 15.61 5.5-1.49-.07-6.41 10.51-.23-.42-8.04-2.75-10.66 16.41-6.2 11.42-3.45 11.86-3.58 30.47-3.88 17.67 26.13-.04.02Zm-389.88 254.72 98.38-16.4-.96-4.4 56.21-6.35 6.17 4.58 9.14 28.04 3.39-.8 1.91-.33 2.59-.42 3.26-.55.43-.08 1.86-.34-2.5 25.92-.14 4.94-.55 2.05-22.59 1.72 3.89 27.43-56.78 24.51-17.44 10.61-.84-2.48.11-7.37-66.61-36.01-6.87-27.99-2.87-23.72-9.18-2.58v.02h-.01Z'/%3e%3cpath d='m2402.33 2281.31 1.24-5.88 5.25 3.17 34.34-83 3.04-8.77 27.87 6.45 15.53 7.52-4.29 26.21 14.2.39.72.05-.76 12.75-.27 5.03 9.82 2.08-.03 8.61 4.45.4-10.26 13.05-19.74 35.41-13.05.3h-2.33l-2.25.2-14.24 2.51-1.8 32.02-1.95.38-1.44.21-3.01.42-5.55.62-7.84.74-1.53.12.14-4.94 2.5-25.92-1.86.34-.43.08-3.26.55-2.59.42-1.91.33-3.39.8-9.14-28.04-6.17-4.58v-.03h-.01Z'/%3e%3cpath d='m2562.18 2338.3 8.64 58.76-42.76 8.7 3.38 13.74-40.67 6.16-17.56-41.26-11.64-12.45-7.01 5.3-8.17-36.87 1.44-.21 1.95-.38 1.8-32.02 14.24-2.51 2.25-.21h2.33l13.05-.29 19.74-35.41 10.26-13.05 59.64 16.43-3.74 39.73-2.99 18.94 4.48 1.93-.46 3.04-8.19 1.89v.04h-.01Zm-564.57-163.45-2.26 12.53 6.87-2.76-1.67 17.27 19.07-.36-.18 9.26 9.28 1.89.54 5.92 3.9.26 4.87.26 4.57 3.25-.05 1.07-.22 7.59 19.49 7.32 7.28 6.45-4.37 6.09-2.32 18.85 5.94 51.05 8.09-.33-7.24 48.99-5.26 1.14-2.03.42.21 1.5v1.49l-.34 1.58-.55 1.36-1.4 2.77-2.51 5.92-.22 1.28v1.19l.08 1.02-4.07 5.5-1.27-1.88-4.18-6.58-1.23-1.32-.8-.81-1.02-.68-1.48-.68-2.03-.47-2.2-.47-.84-.18-.98-.17-1.23-.47-1.48-1.03-1.95-1.75-.93-1.19-.26-.3-.46-.51-.8-.47-1.23-.6-5.25-2.05-3.64-1.46-1.99-.76-11.56-4.54-1.31-.51-.94-.51-1.1-1.15-1.35-1.5-1.48-2.43-1.6-2.99-1.82-3.63-2.28-4.86-1.52-2.69-.93-1.58-.51-.6-.42-.55-1.1-1.02-1.06-.77-2.67-2.01-14.01-9.18-2.71-1.84-3.18-2.22-1.78-1.2-1.44-.6-1.44-.43-1.65-.51-.68-.17-2.33-.51-1.61-.55-1.74-.43-4.62-1.75-3.56-1.46-8.76-3.5-2.67-1.07-2.75-1.24-1.95-1.15-.55-.47-2.96-3.41-1.78-1.96-1.35-1.58-1.27-1.36-1.14-.94-.72-.43-.42-.26-1.36-.47-1.61-.22-2.07-.13-4.07.17-1.57.04-3.43.13-2.75.21-1.7.47-1.74 1.06-2.08 1.71-2.63 2.94-.67.76-.94 1.02-.8.81-1.02.47-2.2.13-1.48-.13-1.14-.22-2.08-.9-1.56-.72-.94-.26-1.4-.09-6.39.21h-3.56l-1.78-.34-1.56-.47-3.01 2.43-2.04.8h-1.95l-2.08-.55-3.6-2.99-1.06-4.13-5.97-1.92-2.29-1.15-1.52-.9-1.82-1.41-2.75-2.31-2.29-1.5-1.74-.72-1.95-.34-1.57-.17-1.52.17-4.07 1.06-2.67.43h-1.7l-1.74-.26-1.4-.56-4.06-2.09-4.92-4.25-1.68-1.92-.67-2.37-.78-2.15-1.01-1.8-2.57-3.38-.9-2.03-.79-2.37-3.69-16.02 24.78-6.99-2.68-10.27 10.43-2.48 3.25 6.21 6.06-.11.79-8.69 4.94-.56-.45-6.99 5.94-.45-1.11-11.17 18.84-4.28-7.51-9.14 34.74 1.58.27-3.5 10.38.06.16-11.98 3.93-.22.5-5.32 17.13.44-1.42-24.9 17 2.62 4.28 4.48 39.72 6.06 10.85 5.47v-.03h-.01Zm-360.54 210.99 2.93 1.83 15.38-2.38 25.33-2.6-.3-2.91 8.37-2.51 1.23 3.84 3.18.07 5.45 18.09-2.47 1.12 3.89 10.67-13.08 10.66 19.09 36.29 9.91 20.94-22.02 14.76 4.36 9.51-24.33 12.24-8.47.34-22.85 10.24-16.34 10.66-3.3-4.09-9 1.51-4.33 1.38-2.93.94-1.46-3.72-10.3 4.86-7.95 5.31-5.26 2.37.23 3.16 2.67 3.24 11.81 5.02-16.96 11.06-9.73 7.55-17.38 11.02-6.22 3.93-1.99.55-9.35 2.53-10.52 13.1-13.69 17.11-14.16 12.97-13.36 7.82-7.62-8.31 1.18-7.68-4.58-14.32-4.91 5.9-12.84 15.44-3.91 2.2-5.03 1.36-4.42-.65-14.75-18.57 2.02-11.43 13.35-16.56 20.86-16.76 11.67-6.58 15.93-8.98 16.52-8.76 15.16-9.1 12.78-5.55 4.06 4.6 8.6-5.21 2.13-1.35 15.78-10.62-7.78-14.82 40.66-30.22 2.15-11.18 18.63-11.27-6.48-9.76-4.06 2.13-7.12-12.28.89-1.24 3.94-7.11.62-2.09-.5-3.77 1.14-3.96.88-1.67.89-.98 5.07-6.34 9.59-9.6 3.09-19.5.47-5.92 9.25-1.7-3.26 5.59 3.9 8.12-.03.02Z'/%3e%3cpath d='m1925.83 2307.73 2.96 3.41.55.47 1.95 1.15 2.75 1.24 2.67 1.07 8.76 3.5 3.56 1.46 4.62 1.75 1.74.43 1.61.55 2.33.51.68.17 1.65.51 1.44.43 1.44.6 1.78 1.2 3.18 2.22 2.71 1.84 14.01 9.18 2.67 2.01 1.06.77 1.1 1.02.42.55.51.6.93 1.58 1.52 2.69 2.28 4.86 1.82 3.63 1.6 2.99 1.48 2.43 1.35 1.5 1.1 1.15.94.51 1.31.51 11.56 4.54 1.99.76 3.64 1.46 5.25 2.05 1.23.6.8.47.46.51.26.3.93 1.19 1.95 1.75 1.48 1.03 1.23.47.98.17.84.18 2.2.47 2.03.47 1.48.68 1.02.68.8.81 1.23 1.32 4.18 6.58 1.27 1.88 9.25 13.92-5.04.33-3.98-1.28-1.4-.34-1.78-.26h-1.18l-8.45 13.93 4.93 14.2-9.61 2.94-1.91.34-1.23.34-2.71.98-2.37 1.02-4.83 1.91-2.37.68-1.91.94-1.65.98-2.67 1.62-2.2 1.23-2.03.89-1.66.81-10.38 3.14-2.33.68-3.26.55-2.54.21-1.31.08-5.04.03h-2.92l-2.79-.35-3.56-.55-5.67-1.29-1.23-.3-3.64-.82-2.67-.34-2.58-.22-2.03-.13-1.91.13-2.92.47-4.53.97-.97.17-.47.09h-2.12l-4.61-.64-3.13-.43-2.03-.17-1.91.04-1.7.04-1.78.26-6.1 1.44-2.12.8-1.99.72-2.16.85-2.84 1.45-4.89 1.76-5.15 1.8-18.82 3.93h-4.04l-2.24-.79-2.35-.57-3.14-.45-3.36-1.02-3.92-.23-2.92.33-2.01.79-2.47-.12-2.46-.79h-3.14l-2.24.79-1.46 4.17-4.14 3.16-5.49-5.08-16.24 2.13-4.99-16.68-8.3 1.53-5.16-13.39-7.62 4.6-3.6-8.32-.72-6.1-18.33-17.28-10.12 3.28-12.19-37.87 5.55-2.72-.89-5.59 15.46-1.4-1.9-11.22 6.1-6.78 10.55-.63 1.4-15.43 35.08-10.99-17.91-18.94 16.23 1.12 31.43 7.14 1.28-3.76 3.6 2.99 2.08.55h1.95l2.04-.8 3.01-2.43 1.56.47 1.78.34h3.56l6.39-.21 1.4.09.94.26 1.56.72 2.08.9 1.14.22 1.48.13 2.2-.13 1.02-.47.8-.81.94-1.02.67-.76 2.63-2.94 2.08-1.71 1.74-1.06 1.7-.47 2.75-.21 3.43-.13 1.57-.04 4.07-.17 2.07.13 1.61.22 1.36.47.42.26.72.43 1.14.94 1.27 1.36 1.35 1.58 1.78 1.96v.04h-.01Z'/%3e%3cpath d='m1751.56 2376.28 12.18 37.87 10.13-3.28 18.33 17.28.72 6.1-4.83 3.58-23.97 14.53-11.1 11.77-8.08-16.89-2.54 1.58-3.05 1.84-2.54-7.85-10.17 2.9-.84-2.86-.84.47-.47.34-.98.77-1.18.94-1.61.98-3.94 1.87-3.47 1.62-1.7.86-.84.64-.72.81-.85 1.19-1.48 2.35-1.66 2.35-19.09-36.29 13.08-10.66-3.89-10.67 2.46-1.12-5.44-18.09 63.03-13.21.89 5.59-5.55 2.72v-.03h.01Z'/%3e%3cpath d='m1792.92 2434.25 3.6 8.32 7.62-4.6 5.16 13.39 8.3-1.53 4.99 16.68 16.24-2.13 5.49 5.08 4.14-3.16 1.46-4.17 2.24-.79h3.14l2.46.79 2.47.12 2.01-.79 2.92-.33 3.92.23 3.36 1.02 3.14.45 2.35.57 2.24.79.79 13.16-16.26 9.2-33.75 9.19-12.87 7.03-34.72 14.99-6.3-10.75-22.14 10.87-51.81 29.04-9.39 6.23-7.32 5.76-9.04 8.33-2.91 3.8-3.16 3.28-10.65 9.17-6.41 4.83-5.62 5.53-10.92-2.6-15.31.68-12.56 6.87-15.33 14.25-2.95 3.52-3.67 2.67-4.13 1.4-4.56 1.35-3.33 2.03-8.76 6.91-3.25 3.33-2.11 3.72-2.68 4.88-3.27 6.38-30.14 20.88-21.09 19 .53 16.2 11.97 6.26 14.8-1.12.38.55-.67 10.15-.04.34 16.12 12.56 11.25 1.79-4.65 10.79-7.9 8.7 12.18 8.43 5.97 14.45-3.93 1.11-2.58 4.44-1.77 2.9-3.81 3.37-2.23 7.89-6.43 4.61-4.64 5.8 3.64 16.03-4.93 4.14-4.82 1.88-5.02 4.86-3.17-1.4-4.43 2.09-4.26 5.89-.21-.22-5.25-5.11-1.78-8.44 6.96-11.14-5.62 1.63-2.45.73-13.28-4.94-16.42-17.47.33-9.17-7.03-11.12-11.51-8.52-6.23-4.55 13.37-7.39h3.17l5.66-3.89 6.07-18.21-1.06-1.41-32.79 22.89-5.08-5.79 1.85-3.24 2.53-4.48-2.12-2.17-12.35 1.21.21-5.76-21.25-12.81-1.32-5.93-11.72-4.12-11.26-3.99-13.04.27-4.48-2.98-6.48-4.3-1.44-3.15-.43-9 3.92-6.32 18.38-11.5 8.83-6.79 3.7-10.93-6.07-20.63-.64-2.85 2.15-6.36 1.05-4.82-3.81-5.15-2.71-3.53.2-5.54 63.58-46.93 4.6 6.43 7.63 10.61-20.86 16.76-13.35 16.56-2.02 11.43 14.75 18.57 4.42.65 5.03-1.36 3.91-2.2 12.84-15.44 4.91-5.9 4.58 14.32-1.19 7.68 7.63 8.31 13.36-7.82 14.16-12.97 13.69-17.11 10.52-13.1 9.35-2.53 1.99-.55 6.22-3.93 17.38-11.02 9.73-7.55 16.96-11.06 9.14-3.72 10.02-7.21 4.66-3.96 6-5.09 16.34-10.66 22.85-10.24 8.47-.34 24.33-12.24-4.36-9.51 22.02-14.76-9.91-20.94 1.66-2.35 1.48-2.35.85-1.19.71-.81.85-.64 1.7-.86 3.47-1.62 3.94-1.87 1.61-.98 1.18-.94.98-.77.47-.34.84-.47.84 2.86 10.17-2.9 2.54 7.85 3.05-1.84 2.54-1.58 8.07 16.89 11.11-11.77 23.97-14.53 4.83-3.58.02.02Z'/%3e%3cpath d='m2036.66 2445.57-1.22 25.2-.7 12.37-3.81.03.07 4.18 23.52 12.79-4.97 8.94-3.68-.6-4.13 10.7 2.01 5.96-3.5 4.2 1.45 15.71-2.2 10.29.19 9.95 4.11-.17-1.16 13.77-46.62 23.52-7.42-17.32-2.88 1.02-12.45-21-.17-5.16-1.74 1.19-6.35 3.36-3.98 1.96-12.07 5.83-18.29 9.49-3.18 1.71-2.16 1.11-2.16 1.19-24.6 15.33-2.83 1.66 6.76 7.85-14.31 16.36 17.65 12.5 2.19 12.51-12.93.63-5.17 2.13-2.12 1.67-3.97 2.16-5.37 2.55-3.34 5.83-6.34 2.59-5.97 1.29-10.11 4.44-10.66 4.9-5.51 2.96-3.03 1.94-4.14 2.41-4.32 1.66-3.31.19-2.67 1.2-1.64 1.28-3.32 1.68h-4.23l-5.42.55-7.17-.47-7.67 2.67-3.49 2.39-29.88 20.46-2.99-5.83-4.12-8.03-6.08 1.66-16.54 4.54-18.14 4.97-14.94.45-14.21 2.48-9.37-1.14-4.15-27.89-1.59-3.01-5.3-9.18 20.89-15.14 6.86 20.47 5.88-1.41 4.74 5.55 13.87-4.95-1.99-6.48 7.32-5.07 38.32-15.22 19.25-14.97-.98-5.16 50.78-26.8-2.07-4.14 10.75-6.56-4.32-5.67 5.04-6.99-5.15-7 6.98-7.12-3.76-11.43 7.49-5.79-20.67-51.49 12.87-7.03 33.75-9.19 16.26-9.2-.79-13.16h4.04l18.82-3.93 5.15-1.8 4.89-1.76 2.84-1.45 2.16-.85 1.99-.72 2.12-.8 6.1-1.44 1.78-.26 1.7-.04 1.91-.04 2.03.17 3.13.43 4.61.64h2.12l.47-.09.97-.17 4.53-.97 2.92-.47 1.91-.13 2.03.13 2.58.22 2.67.34 3.64.82 1.23.3 5.67 1.29 3.56.55 2.79.35h2.92l5.04-.03 1.31-.08 2.54-.21 3.26-.55 2.33-.68 10.38-3.14 1.66-.81 2.03-.89 2.2-1.23 2.67-1.62 1.65-.98 1.91-.94 2.37-.68 4.83-1.91 2.37-1.02 2.71-.98 1.23-.34 1.91-.34 9.61-2.94 15.22-3.72-.64 1.54-.47 1.02-.76 1.58-.59 1.28-.63.64-.51.42-1.02.43-2.63.94-2.29.84-3.43 1.15-6.56 2.51-3.44 1.4-1.02.42v-.01Z'/%3e%3cpath d='m1818.08 2502.74 20.67 51.49-7.49 5.79 3.76 11.43-6.98 7.12 5.15 7-5.04 6.99 4.32 5.67-10.75 6.56 2.07 4.14-50.78 26.8.98 5.16-19.25 14.97-38.32 15.22-7.32 5.07 1.99 6.48-13.87 4.95-4.74-5.55-5.88 1.41-6.86-20.47-20.89 15.14-15.35 13.27-26.64 17.07-4.18 1.5-6.51 2.43-10.95 2.09-16.66.27-15.86-4.68-.51-.17-14.97.57-14.97.53-.38-.55-14.8 1.12-11.97-6.26-.53-16.2 21.09-19 30.14-20.88 3.27-6.38 2.68-4.88 2.11-3.72 3.25-3.33 8.76-6.91 3.33-2.03 4.57-1.35 4.12-1.4 3.67-2.67 2.95-3.52 15.33-14.25 12.56-6.87 15.31-.68 10.92 2.6 5.62-5.53 6.41-4.83 10.65-9.17 3.16-3.28 2.91-3.8 9.04-8.33 7.32-5.76 9.39-6.23 51.81-29.04 22.14-10.87 6.3 10.75 34.72-14.99h-.02v-.01Zm168.68-333.37 2.45-29.89 7.41 3.38 5.35-3.92 10.09-27.02 1.08-15.9 10.06-4.51 35.1-15.64-.71-5.37 11.92-2.63.55 2.35 12.73-.41 15.26.75 6.99 3.6-2.52 33.3 3.33 12.28-.41 12.84 15.97 7.28-8.04 16.54-.44 6.56-.26 2.9 6.16 12.97 6.41 17.41 15.29 7.79-9.82 12.6-6.52 21.56-15.2-6.16-23.61 1.58-.14 11.04-16.15.14-7.28-6.45-19.49-7.32.22-7.59.05-1.07-4.57-3.25-4.87-.26-3.9-.26-.54-5.92-9.28-1.89.18-9.26-19.07.36 1.67-17.27-6.87 2.76 2.26-12.53-10.85-5.47h.01Z'/%3e%3cpath d='m2171.98 2028.92-1.13 13.77 3.21 5.89 4.79.27 1.48.09.04 1.15 1.58 17.53 13.27 5.66-11.38 43.22-20.24 6.06-18.89 32.28-25.86 24-6.16-12.97.26-2.9.44-6.56 8.04-16.54-15.97-7.28.41-12.84-3.33-12.28 2.52-33.3-6.99-3.6-.07-5.16 37.15-.02 1.6-14.02.76-.38 6.54-.16.3-3.11.22-2.6 9.63-2.15 1.55-10.96 9.68-3.43 6.57.35h-.02v-.01Zm58.82 270.93.95 9.52-71.33 11.82-6.63-13.15 4.88-2.84-3.92-11.27 3.56-1.19-2.74-7.25-4.13-11.44-.84-2.43 6.19-2.76-6.19-21.38 2.25-1.23-3.11-12.33 9.3-8.29 1.02 1.32 1.48 2.43 1.14 1.75 1.4 1.62 1.14 1.15 1.06.47.55.13h.8l4.37-.25 1.4-.09h1.14l1.48.22 1.06.13 1.14.21 1.61.47h1.61l2.29.14 1.61-.13 1.52.26 1.32.34 10.51-2.19 17.64-3.08 1.34 8.41 2.16-.98 4.97-2.21.38 2.09.67 3.8 3.3 18.26 1.64 39.92v.03h.01Zm-319.74-498.11 21.57 5.89 8.19 7.11 16.55 4.45 30.37 15.99 11.33 5.6 9.29 6.92-.63 25.59 5.18 1.92 6.75.78 3.91.09 2.04.05 5.52-.8 6.07-.67 5.78-.12 6.19.69 4.75 1.63 6.02 1.63 6.88 2.05 1.52.47 4.84 1.42 25.49 13.18-4.68 7.54 2.4 7.21 5.32 16 3.42 10.25-2.67.33-2.68.38v3.41l-.11 12.54 8.83-1.56-.43 2.31-1.23.21-9.89 1.09.33 6.99 1.02 1.62 3.6 5.77-1.37 7.59-.43 2.39-28.81-2.57-5.37 6.45-.71 2.79 1.58 2.43-.41 5.28 2.47 10.63 5.85 4.21 4.93 1.96-7 2.72.97 10.35-4.31.2 2.48 6.7-3.77.6 1.74 8.87 10.85-1.13 4.08 18.56-4.18.33 2.32 11.78-12.73.41-.55-2.35-11.92 2.63.71 5.37-35.1 15.64-10.06 4.51-1.08 15.9-10.09 27.02-5.35 3.92-7.41-3.38-2.45 29.89-39.72-6.06-4.28-4.48-17-2.62-2.76-2.6-7.54-96.34-5.76-48.11-6.36-7-1.86-2-9.76 2.25-3.48.47-2.84-7.64.21-.38 1.75-2.81 14.04 1.98 1.27.17.56-9.68 2.68-4.48-1.59-31.51-1.74-.34-18.07-3.42-7.08-10.96-5.71-19.49-15.29 4.17-10.77-21.59-4.5-12.76-2.55-6.71-3.12-9.32 1.97-8.81 3.52-.02 4.82 2.91 11.61-3 2.99 7.86 2.8-2.36-3.08-19.36 11.46.57-1.66-2.39-.93-4.99-.17-4.22 1.11-3.75 1.91-3.48-.24-2.4-1.91-2.4-3.34-4.09-2.39-4.81-6.91-11.83 10.95-1.14 28.43 3.52 2.37-7.44 4.49-.56 7.75 5.87v-.08Zm406.47 225.28 16.65 8.28-7.38 14.74 2.37 1.03-22.18.54-11.15-1.99-13.19-2.38-11.92.69-1.11.51-4.58 2.16-26.8-1.35-11.07-2.67-3.15-13.06-1.4.3-2.67.59-9.34-32.26-8.68-7.99 12.11-25.69 4.62-.76 3.75-6.77-3.38-5.47 6.51-6-9.99-8.81-.89-.81 11.58-13.02 15.17-8.88 32.47-2.27-.34 16.08 12.13 2.33 9.77 18.74 6.18 8.61 1.82 6.73 5.2 9.98-.25 14.41-6.57 11.36 6.82 5.95-.35 5.42 9.06 7.96.2 3.75-.02.02Z'/%3e%3cpath d='m2118.84 2178.84 25.86-24 18.89-32.28 20.24-6.06 11.38-43.22-13.27-5.66-1.58-17.53-.04-1.15-1.48-.09-4.79-.27-3.21-5.89 1.13-13.77 30.2 3.09 8.62 10.81 3.26 4.01 7.97.96 5.13-1.22 11.07 2.67 26.8 1.35 4.58-2.16 1.11-.51 11.92-.69 13.19 2.38 11.15 1.99 22.18-.54 13.77 5.84-3.89 26.05-1.57.38-1.48 12.36-15.15 2.26-2.73 21.31-8.74 1.22-25.69 11.95-3.43 13.43-6.77 12.69-1.65 14.33-12.05 20.91-2.47 4.3-1.02 1.83 3.55 5.17 1.76 5.59-1.12 10.36-.1 6.74v1.03l-.72.34-.68.34-1.44.59-1.44.26-5.29 13.25-4.46 5.02.58 4.86.29 2.86-5.58 27.36-2.51 1.74-4.41 3.11.43 13.35-4.36-2.02-1.64-39.92-3.3-18.26-.67-3.8-.38-2.09-4.97 2.21-2.16.98-1.34-8.41-17.64 3.08-10.51 2.19-1.32-.34-1.52-.26-1.61.13-2.29-.13h-1.61l-1.61-.48-1.14-.21-1.06-.13-1.48-.22h-1.14l-1.4.08-4.37.25h-.8l-.55-.13-1.06-.47-1.14-1.15-1.4-1.62-1.14-1.75-1.48-2.43-1.02-1.32 8.11-6.64-2.45-3.88-7.29 1.05-6.56-7.01-10.33-5.1-15.29-7.79-6.41-17.41.03-.05Zm-216.03-479.45 4.12 7.59 15-1.73 8.18 18.47 14.95 3.77 13.77-2.2.65-7.63-6.97-.52 1.16-11.86 12.28 2.4.11 3.49 12.28-.39 5.25 7.72 1.08-4.06 7.82 2.31-.27 4.46 8.09 2.99 4.47-16.11 8.77 2.18-1.9 8.53 24.41 10.84 18.09.74-.58-5.38 12.53 1.16-.38-7.95 52.98 2.88 1.08-12.45 6.67-4.54 4.76 7.03 3.08 8.79 4.75 1.16 1.99 27.55-.71 12.37-4.48 10.91 1.7 2.05 4.53 5.73-2.92 18.29 11.79 5.57-.43 1.79-3 13.38-8.54.88-1.07 7.33-10.02 19.98-15.36 40.01-9.64-.91-4.22 9.59-25.49-13.18-4.84-1.42-1.52-.47-6.88-2.05-6.02-1.63-4.75-1.63-6.19-.69-5.78.12-6.07.67-5.52.8-2.04-.05-3.91-.09-6.75-.78-5.18-1.92.63-25.59-9.29-6.92-11.33-5.6-30.37-15.99-16.55-4.45-8.19-7.11-21.57-5.89-7.75-5.87-4.49.56-2.37 7.44-28.43-3.52-10.95 1.14-1.93-3.07-2.87-4.81-.72-3.85.72-2.64 1.44-3.6v-4.33l-1.43-2.88-3.57-3.53-2.83-22.22-3.59-30.37 11.61-17.73 7.64 2.27 1.66-3.7 4.99-20.77 1.92-13.64 12.6-20.97 24.98 10.94-4.89 42.81h.02Z'/%3e%3cpath d='m2174.33 1721.94-.02 8.4 19.78 7.93 12.15-.44 6.18 10.03 18.59 4.78 1.22 8.4 1.71 11.39 7.43-.28v5.97l5.21 16.26-.03 14.08.99 13.43 8.82 38.75 14.29 6.39 1.59 10.03 6.62-.11 1.66 29.52 4.16 1.38 2.87 8.37-2.12 17.56.25.34-12.13-2.33.34-16.08-32.47 2.27-15.17 8.88-11.58 13.02.89.81 9.99 8.81-6.51 6 3.38 5.47-3.75 6.77-4.62.76-12.11 25.69 8.68 7.99 9.34 32.26 2.67-.59 1.4-.3 3.15 13.06-5.13 1.22-7.97-.96-3.26-4.01-8.62-10.81-30.2-3.09-6.57-.35-9.68 3.43-1.55 10.96-9.63 2.15-.22 2.6-.3 3.11-6.54.16-.76.38-1.6 14.02-37.15.02.07 5.16-15.26-.75-2.32-11.78 4.18-.33-4.08-18.56-10.85 1.13-1.74-8.87 3.77-.6-2.48-6.7 4.31-.2-.97-10.35 7-2.72-4.93-1.96-5.85-4.21-2.47-10.63.41-5.28-1.58-2.43.71-2.79 5.37-6.45 28.81 2.57.43-2.39 1.37-7.59-3.6-5.77-1.02-1.62-.33-6.99 9.89-1.09 1.23-.21.43-2.31-8.83 1.56.11-12.54v-3.41l2.68-.38 2.67-.33-3.42-10.25-5.32-16-2.4-7.21 4.68-7.54 4.22-9.59 9.64.91 15.36-40.01 10.02-19.98 1.07-7.33 8.54-.88 3-13.38.43-1.79-11.79-5.57 2.92-18.29-4.53-5.73-1.7-2.05 4.48-10.91.71-12.37-1.99-27.55 25.3 6.07 3.12-8.78 6.87 3.56-.01-.01Zm363.75 696.1 17.74 66.72 18.08-.91 11.82 19.24 3.08 4.28 5.01-5.14 6.18-11.15 3.82 8.46 5.98-1.08 1.95 4.79 3.34 3.74-1.12 1.01-1.79.11-1.91.22-2.24.44-2.25 1.68-1.91 1.68-2.13 2.25-2.25 3.37-1.47 2.81 9.1 12.85-3.1 1.95 12.72 24.15 10.14 53.31-1.6-.18-58 9.95-8.17 3.08-11.99 4.52-20.47-.16-10.97 4.01-5.72 2.07-1.08-3.8-2.13-7.43-4.94-26.46-3.38.37-3.4-7.86-7.31-17-13.13 3.79-7.19-1.64.54-8.7-.21-.21-1.35-1.33-1.43-1.79-1.6-2.4-.38-.55-1.56-1.54-1.35-1.24-.88-.55-1.78-1.03-1.99-.9-2.53-.9-3.09-1.46-3.84-1.93-2.88-1.24-7.1-2.16-2.67-.69-2.45-.43-1.99-.13-2.79-.1-1.1.13-.27-9.56 8.77-16.64 1.07-3.28-4.05-31.18-4.74.19-2.19-14.68-3.32-9.18 35.36-15.62 6.33-6.2 3.1-3.06 16.98-10.86 8.77-1.16 40.67-6.16 6.65-1.47v-.03h-.01Z'/%3e%3cpath d='m2608.17 2407.53 3.51 11.19 1.02-.34 8.23-2.65.54 1.79 14.91 48 3.23-.88 29.97-8.57 3.42 10.68 8.73-2.56 19.02-2.04 3.04 2.87 14.22.58 4.71-1.6 12.68-4.33 7.31-4.45 10.41-8.44 21.06-11.36 46-10.99 2.65 10.76 17.62-1.74 28.11 1 6.08-3.85 1.5 3.63 15.72 5.76.18 12.85-7.45 2.67-3.15 2.15-3.52 4.77-13.21 5.44 3.32 8.14-3.77 1.88-2.42.53-2.56-.28-2.01-1.1-3.08-3-2.13-2.59-2.55-2.04h-2.42l-2.96.65-4.72 2.68-3.37 2.15-4.17 1.34-9.36 2.05 9.38 30.03-4.13 1.34 7.82 41.78 1.33 17.48 7.87 27.93-3.28 12.06-7.67 2.52-35.32 6.86-28.27.63-4.41 1.38-15.99 3.52-42.34 5.49-5.54-1.52-21.69-5.23-53.39-9.7-10.14-53.31-12.72-24.15 3.1-1.95-9.1-12.85 1.47-2.81 2.25-3.37 2.13-2.25 1.91-1.68 2.25-1.68 2.24-.44 1.91-.22 1.79-.11 1.12-1.01-3.34-3.74-1.95-4.79-5.98 1.08-3.82-8.46-6.18 11.15-5.01 5.14-3.08-4.28-11.82-19.24-18.08.91-17.74-66.72 35.05-6.86 2.31 5.59 32.73-9.25v-.02h-.01Zm-1496.76-472.01 3.13 12.02 12.18-1.48 2.25-.3 4.12 18.24 5.09-.44.09 2.22.14 3.92.18 4.3 7.98.96 4.7 12.52 13.44-5.54 1.59 8.74-6.34 7.18 6.63 5.95-.15 8.74 3.88 8.09-4.11 2.83-.98.64.9 3.53 1.76 6.87 8.26-1.83 4.59 7.48 3.59-.73 2.96 5.39 13.09-6.09 6.93-.53 18.49.68 13.84 2.41 11.22-.93 9.78-3.09 3.33 5.59 6.02-.55 9.86-9.95 1.35 2.89 5.86 13.66 7.42-2.15 1.44-1.84 3.21-4.1 8.61-1.21 2.14 12.57-4.58 1.55 3.93 15.73 3.82.04 2.88 22.3 10.39 1.13 3.54 11.64-21.24 2.98.47 1.66.22 1.19v1.37l-.46 1.96-.84 1.2-1.7 1.96-1.74 1.71-.93.99-.63.94-.08 1.02v1.32l.34 1.36.98 1.32 2.42 2.21 1.11 1.32 1.23 1.96 1.15 1.96.98 2.17.17.38.72 2.09.85 3.15.72 2.94.39 4.01.13 1.83-.12 2.09-.05.47-.34 1.36v1.71l.56 2.6-15.7 82.37-19.01-12.76-42.27-45.12-2.45 3.97-3.63 5.85-3.39.65-17.07 3.4-6.74 3.38-19.2 1.92-13.41-8.92-2.42-1.62-19.22 8.24-6.27 2.66-19.5-.97 7.89-13.2-6.76-7.79-15.18-33.05 15.58-10.06 1.31-.86 1.06-.72-2.87-10.1-12.53 7.63-6.4-.88 3.13-18.6-11.55-7-9.79-.66-.22-16.55-16.32.9-.2-9.04-11.06 3.53-8.21-10.17 20.71-9.32 2.04-4.84 1.75-4.89-19.18-2.81-9.16-1.92-11.14 4.72-3.92-3.18-10.41-18.05.02-20.85-25.715 12.71-14.72 1.11-18.55-4.63 11.57-27.5-2.49-10.82 24.05-1.91 17.995 14.78-1.35 2.87 6.19.19 4.32-15.58-9.13-4.53 4.29-9.65.42-.98 6.71.87 7.53 5.22 2.55.93 12.52 2.01 15.21 4.05.86-4.81 1.51-12.32 6.36.18.89-14.93 10.69-2.29.89-.22 26.32-12.35v.03h.01Z'/%3e%3cpath d='m903.445 1982.04 4.49 10.27 4.7-2.87 2.7 1.89-.79 4.2 9.17 3.76 6.23-1.32 11.78-4.22 11.8.17 8.78.14 10.27-10.06 2.49 10.82-11.57 27.5 18.55 4.63 14.72-1.11 25.715-12.71-.02 20.85 10.41 18.05 3.92 3.18 11.14-4.72 9.16 1.92 19.18 2.81-1.75 4.89-2.04 4.84-20.71 9.32 8.21 10.17 11.06-3.53.2 9.04 16.32-.9.22 16.55 9.79.66 11.55 7-3.13 18.6 6.4.88 12.53-7.63 2.87 10.1-1.06.72-1.31.86-15.58 10.06 15.18 33.05 6.76 7.79-7.89 13.2-11.38 8.17.51 2.56.47 1.96 2.53 12.49 7.19 9.78-9.57 17.77 12.81 5.76 8.42-2.58 10.98 2.19 1.7.34.95-7.68.29-2.31.51-.09 14.57-2.64 2.59-.47 10.57 6.96 11.62 2.71 14.13 7.81 10.05.96 1.53 20.13-12.63.33-11.92 10.69-.07 3.84 19.98 27.72-10.93 3.05.05.51 5.21 16.79-.41 5.37-2.37 1.37-8.33 5.01-3 1.24-18.15-7.76-5-.96-13.21 1.4-14.57 1.53-15.44 6.69 1.54 5.63 2.39 4.77-6.64 1.59-7.97-2.24-21.22 13.7-5.51.02-12.29 9.37.02 9.09 3.04 12.4 1.84 7.55-1.92 8.23-8.2 4.55-10.75-.74-13.32-5.84-3.13 2.27-3.97 2.95-3.4-3.57.84-17.06 9.28-10.86 8.24-5.83 1.47-5.46 7.65-5.74.88-.72-.82-4.22-1.16-5.84-25.12 14.79-20.11 2.57-1.11-3.58-1.63-5.41 1.82-3.33.88-1.67-.85-2.39-1.15-3.2 1.18-.6 6.3-3-3.58-8.05-2.92-.67-1.7-.34-8.35-1.85-15.665 2.4-1.94 3.03 2.9 5.71 1.21 7.59.3 1.62-4.91 1.47-4.61 1.42-7.12-.41-7.96-.78-8.98-1.59-2.82 4.95-.26.47-4.05 2.71-5.88 2.07-5.8 1.38-6.86-.1-6.57-1.64-5.81-2.53-3.52-1.02-5.51-.45-6.99-.83-7-2.23-4.45-1.35-4.28-.37-3.51.27-3.09 1.63-2.83 2.74-4.52 2.71-7.96 2.51-8.17 1.65-8.33 2.33-2.83 2.74-4.75-3.46-10.93-9.57-7.03-8.5-.83-7.58-2.16-1.34 3.05-8.95 18.79-13.97-1.59-15.6 1.34-9.63-1.03-22.88 9.13-3.96 7.04-9.61 28.65-17.61 13.42-8.85 8.45-7.34 4.26-12.47 6.3-6.26 2.51-12.73 3.73-10.44 1.42-4.81-1.84-4.13 1.18-5.01-3.78-3.92-11.9-2.88-13.94 4.06-16.53 7.24-17.92-6.16-1.77-5.41-6.77-10.67-6.72 2.6-6.04-3.61 1.2-6.68-6.54-6.59-7.43-4.98 1.19-5.83 2.15.13 1.06-5.42 5.53 1.19-1.59 5.22 2.95.46 6.91-5.39-6.17-4.75-8.73-.92-5.32-2.65.18-7.16 15.27 1.6-5.63-8.86-8.78-7.28-6.2-2.55 1.14-2.8-4.5-3.66-8.32-2.7 1.59-6.79-6.41-5.65-3.79-4.59.9-2.34 7.94 2.35 2.57-4.23-2.18-4-14.93.23-3.92-6.19 1.19-6.36-2.25-3.12-6.8-2.39-4.97 2.32-1.31-2.31 1.79-9.61-1.88-10.86 8.52-10.43 2.98 3.5 2.03 1.75 2.16 1.21 2.43 1.88 2.02.94 2.16.53 4.71.25 2.59-10.01-1.42-3.4-1.37-3.2.68-9.21 6.87-9.75 5.93-3.05 11.72-8.79 3.07 2.76-1.84 6.45 3.09 1.99 5.37 1.55 3.62-7.31 8.76 4.14 5.57-9.41 2.78-1.18 7.84-6.87 8.76-6.34 4.59 2.42 11.32 2.53 9.01-5.58 6.74 1.6-3.23 2.72.03.06Zm685.745 440.49 8.66 15.49 1.9-.99 1.35-1.02 7.12 12.28 4.06-2.13 6.48 9.76-18.63 11.27-2.15 11.18-40.66 30.22 7.78 14.82-15.78 10.62-2.13 1.35-8.6 5.21-4.06-4.6-12.78 5.55-15.16 9.1-16.52 8.76-15.93 8.98-11.67 6.58-7.63-10.61-4.6-6.43-63.58 46.93-.2 5.54 2.71 3.53 3.81 5.15-1.05 4.82-5.96-1.4-2.51-7.2-9.79-7.83-11.76-3.78-17.3 1.65-2.57 3.8-.98 1.4-5.88-2.84.71-6.95.38-3.84-5.25-2.8-2.08-1.11-1.62-3.92-3.01-7.16-5.2 2.44-4.36 2.1-3.05-4.52-3.1-4.51 9.42-7.01 4.65-3.46 2.43-12.71-6.95-1.56 6.25-7.95-2.34-8.31-.34-1.19 3.16-11.86 2.15-5.93-3.4-4.43 16.04-4.55 2.15-1.5 8.76-6.07 2.43 13.43 26.46-21.83 16.08-7.74 12.1-6.33 13.08-5.78-1.07-2.48-3.77-8.73 28.14-9.72 25.56-9.41 6.16 19.32 9.09-4.53 2.28-5.46 12.03-.14.72-.13 2.33-.55 26.87-8.94 1.15-.68 1.23-.94 2.58-2.13 1.31-.68 1.82-.43 1.52-.3 3.34 3.79 10.19-12.59 7.89 12.02 29.06-17.38.03-.02Z'/%3e%3cpath d='m1406.95 2423.56 2.37 4.73 5.08-1.97 14.09 24.16 13.08-3.94 2.46 5.15-28.14 9.72 3.77 8.73 1.07 2.48-13.08 5.78-12.1 6.33-16.08 7.74-26.46 21.83-2.43-13.43-8.76 6.07-2.15 1.5-16.05 4.55-3.38-5.24-.9-1.71-6.96-12.82-4.57.31-6.32.39 4.27-11.48-2.29-1.96-13.36 8.08-4.32.18-6.86.31.53-8.4 7.43-12.08 1.14-1.84 25.82-5.77 30.74-24.92 63.73-28.84 2.42 6.14-2.54 1.5-1.96 1.15.7 7.55v.02h.01Zm161.22-50.53 3.26 8.15 11.14-1.84 1.83 6.31 8.57 4.81 16.54-8.67 6.32-1.49-.54-4.87 11.9-1.6-.47 5.92-3.1 19.5-9.58 9.6-5.07 6.34-.89.98-.88 1.67-1.14 3.96.5 3.77-.62 2.09-3.95 7.11-.88 1.24-1.35 1.02-1.9.99-8.66-15.49-29.06 17.38-7.9-12.02-10.18 12.59-3.34-3.79-1.52.3-1.82.43-1.31.68-2.58 2.13-1.23.94-1.15.68-26.87 8.94-2.33.55-.72.13-12.03.14-2.28 5.46-9.09 4.53-6.17-19.32 22.06-14.3-5.62-30.83 39.85-2.47-3.53-16.2 14.7-2.36 31.13-3.09h-.04Z'/%3e%3cpath d='m1237.22 2182.33 42.27 45.12 19.01 12.76 37.1 9.4 26.74-1.11 4.28-1.93 7.32-3.38 41.78-4.41 8.01-.86 9.45-.48 48.69-6.07 10.09-.65 21.1.62 21.7-6.8 13.86 1.95 2.59.38 7.84-.65 10.94-.86 10.68 4.09 21.66 4.94 33.44-3.13.17 6.74.04.68 2.08-.47 10.55-2.69 1.48 8.7 8.07 2.79 10.07.36-2.22 17.8-2.44 4.71.87 5.89.34 6.32-2.02 9.82-.66 35.61-9.42.9-6.5 2.48-6.06-2.59-4.59-2.03-6.84-.11.23 9.14-3.36.11 2.69 6.88-3.81 1.7 3.81 12.18 3.36-1.13 2.76 11.96 3.29-.2-1.23 5.31-9.25 1.7-11.9 1.6.54 4.87-6.32 1.49-16.54 8.67-8.57-4.81-1.83-6.31-11.14 1.84-3.26-8.15-31.13 3.09-14.7 2.36 3.53 16.2-39.85 2.47 5.62 30.83-22.05 14.3-25.56 9.41-2.46-5.15-13.08 3.94-14.09-24.16-5.08 1.97-2.37-4.73-.69-7.55 1.95-1.15 2.54-1.5-2.42-6.14-63.73 28.84-30.74 24.92-25.82 5.77-1.14 1.84-7.43 12.08-.53 8.4-18.71 1.23-4.07-3.15-4.99-17.69-1.92-9.67-1.57-1.62-6.28-6.3-3.26-17.22-8.36-10.13 2.11-6.19-5.43-6.55-3.15-3.83 2.41-1.84.89-.72 5.71-4.41.76-.6-4.08-4.68 9.2-13.28 6.92-13.02.89-1.71-2.67-1.62-12.91 3.57-10.63.19-14.22 3.36-13.9-5.17-1.71-7.37 3-1.24 8.33-5.01 2.37-1.37.41-5.37-5.21-16.79-.05-.51 10.93-3.05-19.98-27.72.07-3.84 11.92-10.69 12.63-.33-1.53-20.13-10.05-.96-14.13-7.81-11.62-2.71-10.57-6.96-2.59.47-14.57 2.64-.51.09-.29 2.31-.95 7.68-1.7-.34-10.98-2.19-8.42 2.58-12.81-5.76 9.57-17.77-7.19-9.78-2.53-12.49-.47-1.96-.51-2.56 11.38-8.17 19.5.97 6.27-2.66 19.22-8.24 2.42 1.62 13.41 8.92 19.2-1.92 6.74-3.38 17.07-3.4 3.39-.65 3.63-5.85 2.45-3.97h.01v-.01Zm2763.2-1004.7-7.92 52.84 17.47 2.23.17 4.09 21.92 4.71 22.67 7.66-.92 2.74 16.02 2.79 4.16 4.14 19.53 4.48 24.96-4.42 5.97-1.08-.8 15.05-.14 1.45-.1 1.23-.85 4.17-.14 1.32-.02 1.15.33 1.03.58 1.24.88 1.63.37.56.38.68.33 1.11 1.26 9.36.19 2.17.11 2.13-.02 1.32-1.48 9.79-.05 1.36 49.86-5.33 8.8 50.08.24 1.62.36 1.92 1.1 7.65-2.73 1.2 3.49 18.33-37.53 4.26-9.18 2.37-2.93 3.33-8.09.55-1.4-.49-1.02-.52-2.65 3.85-23.37-5.98-28.78 1.9-9.01 14.96-3.77 10.66 9.14 3.93-10.78 25.51-5.7-4.88-4.54-3.76-5.24-7.22-25.04-9.36-15.98-21.45-16.58-13.52-27.43 15.03-1.7-.45-1.53-.23-1.66-.19-1.75-.19-2.26-7.36-20.75-1.75-9.82 7.62-.72-4.36 1.55-23.1 4.94-13 2.71-7.09-3.23-.29-4.42-42.73 5.3 1.63 2.13-46.98 7.83-16.2-1.83-.62-12.18-4.09-1.06-.65-.97-.61-.98-.61-.63-.98-.58-1.5-.25-.77-.12-.43-.59-1.11-.84-.86-1.31-.87-1.48-.65-5.01-1.29-1.65-1.08-1.73-1.12-.96-1.24-1.01-1.08-1.14-.86-1.4-.27h-.81l-1.44.06-3.46-11.42 5.27.82 3.27.59 4.5-15.83 6.26-12.5 12.98 8.64 12.62-26.17 63.81-.48v.08Zm-434.5-59.24 2.65 13.84-8.31 10.51 2.75 3.09 13.38-5.07 1.7 7.05.31 10.57 1.47 1.64 8.19-8.86 17.34 7.4-1.99 8 4.49 2.17 6-4.9 14.35-1.5 9.5 1.92 3.25 9.16 17.57-7.65 7.23 2.32 3.81-2.86-1.43 21.99 9.83 5.25 4 4.64 1.15 4.7-6.98 12.58-2.37 4.26-2.39.45-2.64.49-.6 4.98 15.29-.25-11.02 13.12 13.42 13.35 14.28-2.3 8.21 10.24 8.7 10.85 8.8-3.41 3.14 14.1 7.93 35.72 1.86 6.46 3.12-1.25 5.82 23.43 3.29-.95 17.82 44.31 5.88 8.74 3.49.26 1.59-1.45 8.9 17.07 4.58-2.6 8.64 17.23-5.77 6.47-.62 2.89-51.43 23.27-13.29 2.05-8.44-16.46-12.2 3.94-14.41-1.5-31.15 1.93-10.79-1.85-22.66-.8-16.54 62.03-.4 1.62-.18 1.79-10.66 24.12-7.25 16.15-6.84 9.02-2.32 3.09-5.71-3.84-6.72-14-11.82 3.79-5.11 3.67-.45 11.88-5.39 8.11-1.6-1.91-13.99 11.12-2.96-.97-3.06 10.67.11 3.25-2.57 7.35-15.86-4.1-18.19-6.59-8.46 1.3-2.69-2.01-19.71-14.72-12.57-6.71-4.81-.03-14.88-6.14.42-5.03 4.63-5.51-2-2.86-31.38-8.64-.02-5.25 2.31-18.02.42-4.77 8.27-2.62 3.36-5.52-18.9-8.81-7.49-3.72-7.08 2.76-5.2-3.66-2.12-1.51-.59-.43 4.25-5.13 3.09-3.69-.15-7.51 12.45-9.67-.49-2.99-1.95-11.79-15.59-2.85-7.18-1.21-1.48 4.94-14.4-2.71-3.85-2.12 5.4-22.18 31.59-75.45.84-4.64-8.39-4.67 1.76-4.37 2.87-6.2 9.94-3.98-2.07-5.3-1.34-7-2.37-2.5 2.47-5.4 11.42 4.1 11.55-7.88 5.6-8.15 12.61-1.43 3.52 2.07 5.77-2.21 3.04 3.05 4.22-1.29 7.64-2.31 6.98-4.82 1.93-4.59.28-12.36-25.04-45.7-.19-8.96 7.96-20.83 7.87-25.86 21.7-3.15 5.65-2.44 1.68-3.56 6.43-.11 5.69 8.02 18.12 2.37 5.34-16.68.83-9.46 1.8-.41 2.65-1.17 2.4-1.47 5.19-3.29 2.72-1.44 3.06-2.12 3.52-2.68 8.25-9.72 4.44 1.43 5.9-5.69 4.84 2.05v-.02h-.01Zm-1635.72 99.89 28.05.11 5.15-2 14.69 4.45 1.02.86 4.38 3.72-7 15.98-.43.94 6.88 13.1 18.9 3.56 17.53 3.18.98.09.94.3 1.19.39 2.04.81 6.42 2.36 1.36.43 1.91.55 1.36.47 1.32.51.89.34.98.81 1.62 1.71 4.38 4.83-1.92 1.36-1.5 1.02-2.39 1.36-1.7.98-1.07.81-2.04 1.7-1.07.76-4.48 2.89-9.12 5.57-.76.51 1.4 1.79.47-.21 1.07-.72 1.58-.59 2.17-.85 3.36-.85 2.39-.68 2-1.1 1.49-.85 2.3-1.66 9.85-9.02 2.39-.89 1.66-.6 1.79-.68 1.36-.8 9.21-6.98 1.71-1.49 1.45-.98 1.53-.76 2.26-.55 2.34-.17 2.38.09 1.88.22 2.68.68 3.45 1.2 2.08.99.72.51.57 12.02 3.56 8.62-.39 3.75-8.48 6.81-2.99 7.28 3.23 6.23 1.57.39 5.28 1.37 1.79.73 2.17.47 3.53.3 3.49-.17 2.64-.38 4.73-.8 4.22-.68 1.15-.13h1.28l.8.13 7.06 1.76 1.4.3.9.3 1.11.51 1.95 1.07 4.97 3.38 2.34 1.58 4.25 3.38 1.15 1.49.59 1.2.13 1.28-.13.98-.43 1.32-1.23 1.15-1.79.59-1.19.13h-1.36l-2-.43-1.45-.51-6.47-.02h-3.19l-2.26 2.25v2.65l4.83 6.96.12 3.92-.94 2.69-3.33 3.36-5.28 3.78v5.88l22.13 13.09.85-.59.72-.59.72-.6.86-.47 3.15-1.14 3.87-1.44 1.83-.46 1.23-.21.9-.09h.89l6.3 1.59 1.15.39 1.06.6.76.9 1.4 2.09 1.06 1.88.59.98 1.1 1.41 11.42 11.96 1.27.9 1.36.69.72.13h1.66l1.15-.38 2.81-2.08 1.28-.94 1.49-.85.55-.26 2.81.09.3.6 8.18 13.7.34 1.24.72 1.54.72.69.98 1.11 1.23.9 1.87.99 11.86 5.14 1.02.77.98 1.03 7.11 6.95 9.95 9.85 1.95 1.92 1.57 1.75.76 1.24 1.23 2.22 1.19 2.56 4.45 7.68 3.18 5.47.89 1.11 1.57 1.32 3.31 2.35 4.42 2.32 2.68 1.46 2.76 1.37 2.29.86 4.12 1.46 2.89 1.24 1.19.99 1.1 1.11 1.02 1.15 5.38 4.85 1.32 12.08 5.5 2.38 13.5.71 1.42 5.01 13.81 3.65h-.9l.11 4.51-17.91 1.19.45 6.66 17.06-1.4 3.82 49.27-2.77 15.47-8.25.36-1.23 15.18-5.88 4.84-3.07 1.27-.38-.13-1.83-.34-1.11-.09-1.83.21-1.4.08h-1.48l-2.68-.22-.14 4.44-14.68 4.99 5.19 29.53-34.47.84-46.38 8.68-.99 6.14-4 .07-2.21.13.07 4.18.12 4.13-8.16-.31-4.36 12.79 11.68 3.52.41 8.06-39.6 1.49-.59 2.96-13.1 1.05-.12 2.27-3.1.83-2.62 1.55-1.91 2.27-4.77 3.58-7.12-1.82-4.85 4.34-8.8 1.65-5.98-30.93-3.87-20.86-5.86-1.38-.12-4.14-12.49-2.62 1.88-4.61-8.62-3.81 4.74-17.18-21.81-23.07-9.42-7.22-.27-14.03-12.14-11.02-10.8.67-5.1-2.57.51-4.73-9.31.37-18.75 4.84-18.02-7.53-7.31-3.64-22.27-8.21-8.33-3.93-12.33-3.64-4.5.68-4.08-10.45-21.9.66-2.14 14.5-2.56 17.27-4.38 6.74h-11.18l-5.83 19.86-2.98.68-15.39 1.87-.93-7.46-8.16.46.25 10.75-22.11 5.1-2.04 2.86-20.54 28.64-6.33.26-5.19.25-17.59-6.83-21.88-8.45-11.86-4.01-18.96-6.36-13.35-4.52 3.23-10.36 3.96-12.53.21-14.29.98-8.53 7.44-2.86 9.99-12.58 6.55-3.07 2.47-14.12-3.4-.13-1.11.09-.76.05-1.87.13-11.23 1.92-1.48.26-1.4-4.86-7.4.09.13-18.47-.89-20.38 4.33.86 3.62-7.59-5.15-1.5-4.85 2.17-2.98 1.32-4.89-2.73-15.52-8.78-1.66-.94-2.13-7.85-13.44-6.95-.05-14.37 6.3-3.93 14.25-5.07 23.2-14.62 11.18-6.69 17.39-10.21 14.64-10.23 19.2-23.83 2.68-4.48 6.43-9.93 1.07-6.1 1.32-8.15-.14-3.29-.19-4.38 9.11-6.39.38 10.62.94 6.66 10.29 14.08 10.29-3.28 6.43-2.05 1.71-4.48 1.15-2.94 4.47-4.56 3.74-3.92-10.29-5.8 1.03-12.2 4.26-4.26.26-6.36 3.96-5.58 27.29-7.4 3.7-6.6-1.87-9 4.27-18.85-.25-16.67-2.55-10.66 12.87-6.86v-16.16l5.64-11.38 12.68 6.19 12.39 3.08 1.7 2.39 2.25 3.2 18.73 4.92 9.24 7.9v.02Zm2449.69 229.56 4.66 5.47 5.09 1.83 1.71 2.07-2.04 4.4 9.86 3.6 3.43-2.09 5-2.92.6-6.39 15.47.62 9.5-.48 9.53 1.29 8.31-2.24 6.84-.8-1.64 9.71 1.81 4.59-7.61 17-8.24-1.21-13.95 3.49-13.87 7.55-1.55 4.84 8.3 2.58 5.42 1.64 11.16 5.17 17.92 15.32-6.79 2.94 2.31 4.73 3.82 8.15 9.51 7.8 11.09 4.19-1.63 7.7 8.24 7.14 23.32 8.32 5.17 3.74 2.29 1.47-2.6 8.63-1.06 5.01-.54 5.79 4.04-3.15 7.17-5.49 39.22 33.82 12.15 9.63 4.75 7.65 12.92 13.4 3.08 4.69 3.23 5.37-3.62-1.54-4.22 2.38 1.3 6.68 2.49 9.01-5.53 8.43-12.46 20.87-15.7-10.05-7.72-16.8-3 5.08-.67 3.19-.9 3.53-.97 3.15-1.67 3.22-2.89 4.99-3.63 6.66-1.52 3.27-.98 3.23-.29 3.54.21 3.2.1 5.25-.15 2.25-.46 2.13-.91 1.56-1.27 1.65-1.25 1.64-.92 2.42-.46 2.89-.73 3.83-2.68-3.28-2.05-1.95-2.32-1.61-.34-.09-.81-.22-6.13 7.55-5.39-.37-4.17-3.42-7.15-11.56-18.1 6.76-16.38-4.73-15.1-8.12-22.67 2.06-40.44-28.52-26.37-18.57-3.07-2.21-2.32-2.03-1.78-2.35-1.32-2.92-3.03-7.94-1.33-2.41-1.33-2.23-1.18-1.38-1.85-1.56-1.52-.87-3.39-.98-20.83-5.79-4.59-1.42-2.71-.88-2.52-1.22-2.54-1.74-1.67-1.38-44.93-39.98-1.05-.95-25.6-22.77-8.38 10.23-3.4-2.57 8.34-10.72-24.66-21.95-11.28-10.24 14.17-8.92 7.69-14.83 4.99-4.72 2.47 7.58 6.31-1.21 2.45 1.06 2.11 1.09 1.73 1.08 1.64 1.26 4.21 4.14 1.01.99 1.64 1.51 4.64-4.1 3.15.15 6.38 2.79 8.01-30.86 26.96 3.51-.03-7.92 2.53-9.36 8.28-.08 22.65 6.21 28.48-37.82 4.35-8.2 3.5 1.13 2.89-4.71 9.19-2.78 9 5.17.06-.06Z'/%3e%3cpath d='m2705 1088.94 18.98 13.69 2.54 2.7 20.69 22.06 5.55 5.91 23.51.92 10.18-.76 9.17 6.31 6.67 4 17.69 4.36 7.06 1.74 10.4-1.31 8.78 22.31 36.19 1.35 3.96.15 43.28 5.23.62-19.06 13.77 13.64 4.79-4.58 3.3-3.22 1.47 3.2 3.2 7.02 5.74-5.43 18.61-.06-2.39 13.85-4.11 3.81-5.01 4.62-5.52 19.5 16.64 7.39-6.12 5.63-19.04 8.25-26.39 5.91-6.68 6.06 19.25 13.41 2.13.18 21.3-1.97 3.81 2.92 10.7-2.16 11.17-2.36 3.98 10.69 5 3.1-1.77 4.04 19.69 31.25-1.35 5.28-15.99 3.47 21.06 25.17 13.96 3.8-4.33 6.37-5.94 2.95-7.19 6.31-5.92 8.11 10.08 7.78 7.88 9.52 3.63 3.07 4.7 15.72-.92 3.69-4.07 3.13-1.34 5.13-1.93 23.96 3.44.83-1.09 11.55 2.3.14 2 .14-.06 1.75-.21 6.14-19.4 20.95-2.39 8.13-3.56 4.2-.12 13.35-11.3-2.8-6.84-7.42-2.47-6.54-4.02-2.54-12.73 3.21-22.14-2.81 1.24-16.46-23.39-22.9-26.13-14.3 2.47 15.41-.96 13.26 2.87 12.34.79 11.73-3.52 13.5-.38 7.55-5.67 10.67 16.18 3.42 26.95-5.27 2.25-.37 4.61 3.48 1.3 4.49 27.6 93.55-13.95 2.18-3.05-8.89-10.54-7.99-24.04-3.72-48.34 17.6-24.84-4.78-26.35 24.55-2.31 19.82-3.81-2.84-11.13 16.11-17.67-10.79-5.7 9.65-9.95-6.23-16.98-3.11-4.67-.87-1.7 8.35-5.23 9.82-1.52-.99-4.91-3.09 1.04-4.3.4-3.2-28.93-4.41-19.86-3.03-2.37 7.58-7.74.99-10.3 24.13-23.72 30.77-6.67 11.57-12.65-3.3-40.98-12.07-1.62 12.11-28.25.23-.36 5.11h-20.05l-3.32-31.61-.11-15.31 1.53.05 2.89.14.07-5.59.25-19.83 4.25-.75 1.15-21.62-7.61-9.97-.86-9.38-20.81-14.7-.14 13.47h-2.55l-1.87-.02-.95-7.08-.17-1.24-13.72-2.01.78-6.18h-.76l-9.86.09.09 11.68-25.46-.09-7.88 3.08-4.16-15.49-4.77 1.69-2.02-4.74-1.99-4.57-5.39-3.13-4.98 2.16-4.95-7.6 3.53-1.19 2.14-17.6-10.18-5.53-19.27 3.94-24.96.43-9.26-2.29-10.87-2.68-.55-1.32-1.32-1.32-2.25-.9h-.76l-.42.08-.47.26-3.74-2.44 10.9-19.8-15.59-3.89-11.99-.76.86-2 5.57-12.69-2.5-3.29-.89-.98-1.74-1.37-4.33-2.23-3.86-1.12-2.38-.56-1.53-.13h-.42l-13.81-3.65-1.42-5.01-13.5-.71-5.5-2.38-1.32-12.08-5.38-4.85-1.02-1.15-1.1-1.11-1.19-.99-2.89-1.24-4.12-1.46-2.29-.86-2.76-1.37-2.68-1.46-4.42-2.32-3.31-2.35-1.57-1.32-.89-1.11-3.18-5.47-4.45-7.68-1.19-2.56-1.23-2.22-.76-1.24-1.57-1.75-1.95-1.92-9.95-9.85-7.11-6.95-.98-1.03-1.02-.77-11.86-5.14-1.87-.99-1.23-.9-.98-1.11-.72-.69-.72-1.54-.34-1.24-8.18-13.7-.3-.6-2.81-.09-.55.26-1.49.85-1.28.94-2.81 2.08-1.15.38h-1.66l-.72-.13-1.36-.69-1.27-.9-11.42-11.96-1.1-1.41-.59-.98-1.06-1.88-1.4-2.09-.76-.9-1.06-.6-1.15-.39-6.3-1.59h-.89l-.9.09-1.23.21-1.83.46-3.87 1.44-3.15 1.14-.86.47-.72.6-.72.59-.85.59-22.14-13.09v-5.88l5.29-3.78 3.33-3.36.94-2.69-.12-3.92-4.84-6.96v-2.65l2.27-2.25h3.19l6.47.02 1.45.51 2 .43h1.36l1.19-.12 1.79-.59 1.23-1.15.43-1.32.13-.98-.13-1.28-.59-1.2-1.15-1.49-4.25-3.38-2.34-1.58-4.97-3.38-1.95-1.07-1.11-.51-.9-.3-1.4-.3-7.06-1.76-.8-.13h-1.28l-1.15.12-4.22.68-4.73.8-2.64.38-3.49.17-3.53-.3-2.17-.47-1.79-.73-5.28-1.37-1.57-.39-3.23-6.23 2.99-7.28 8.48-6.81.39-3.75-3.56-8.62-.57-12.02-3.54-22.82-11.19-4.46-7.26-12.03 6.14-5.28 9.77-8.25 8.35.22 6.64 4.32 15.79.19 18.12-2.54 1.82 4.34 3.91 6.78 3.11-2.16 6.41-.93 10.65-2.42 14.41-8.7 13.16-.91 10.1-2.92 24.87-.92 9.24-.32 28.44 1.65 3.71 2.59 4.24 2.97 4 2.83 1.37-2.81 1.8-4.26 18.55-11.2 30.51-9 10.79-7.43 15.34-2.43 8.04 3.86 6.26 2.96-2.89 10.69-.26 1.07 3.65 3.93 5.42-3.56 4.48-2.97 9.22 6.59 7.69 5.49 3.07.61 17.02 3.21 5.58-.5 9.71-2.4-3.81-6.03 2.13-2.25 2.31-2.55 1.84-2 15.15 4.14 3.92-12.1 1.27.39 5.74 1.9-.26 13.65 4.67 4.96 1.82 14.72 15.56 6.75 16.59-8.47 2.01-2.17 15.11-.24.94-10.96 1.67-2.55 16.53-25.18-7.34-6.25 3.23-8.05 5.26-6.84 8.73-11.48 1.5-1.91 5.33-.79 23.4-3.41 10.43-9.51 32.72-22.55 5.63-12.68-1.41-9.39 14 4.02 18.15 1.02 8.31-.26-2.31-8.41 23.18-.84 2.21-9.37 13.67 11.45 15.2 1.35.04-.09Z'/%3e%3cpath d='m3399.83 1045.49 6.44 6.28 14.3 5.12-1.11 3.24 9.46 2.63 19.51 11.54 12.68 3.89 2.54 3.41 8.9 4-2.48 5.67 4.32 1.52 6.54-4.98 13.61 2.13-4.35 11.14 25.05 4.34 11.16 5.9 6.9-4.46 4.87 7.84-10.18 10.58 4.82 3.8 3.33-2.68 9.58-7.7 5.01 1.92-8.25 9.72-3.52 2.68-3.06 2.12-2.72 1.44-5.19 3.29-2.4 1.47-2.65 1.17-1.8.41-.83 9.46-5.34 16.68-18.12-2.37-5.69-8.02-6.43.11-1.68 3.56-5.65 2.44-21.7 3.15-7.87 25.86-7.96 20.83.19 8.96 25.04 45.7-.28 12.36-1.93 4.59-6.98 4.82-7.64 2.31-4.22 1.29-3.04-3.05-5.77 2.21-3.52-2.07-12.61 1.43-5.6 8.15-11.55 7.88-11.42-4.1-2.47 5.4 2.37 2.5 1.34 7 2.07 5.3-9.94 3.98-2.87 6.2-1.76 4.37 8.39 4.67-.84 4.64-31.59 75.45-5.4 22.18 3.85 2.12 14.4 2.71 1.48-4.94 7.18 1.21 15.59 2.85 1.95 11.79.49 2.99-12.45 9.67.15 7.51-3.09 3.69-4.25 5.13.59.43 2.12 1.51 5.2 3.66 7.08-2.76 7.49 3.72 18.9 8.81-3.36 5.52-8.27 2.62-.42 4.77-2.31 18.02.02 5.25 31.38 8.64 2 2.86-4.63 5.51-.42 5.03-10.61-2.64-4.18-8.73-4.42-3.16-8.72-2.11-10.11-.5.17 5.67-.06 8.7 1.46 4.48-.88 7.59-7.29 3.65-10.57 7.93-12.95 5.61-1.29.55-1.05-.03-5.71-.18-1.97 1.9 7.86 5.64 14.25 10.22-5.41 6.19-4.25.52-1.26 3.36 5.66 4.69 2.07 29.53 10.54 10.79.9-.29 1.02-.29 2.81-.66 2-.11 1.53.18.56 4.57-14.89 2.49-6.75-.05-6.9 1.18-9.25 3.51-.79 9.59-4.81 6.87-1.84 2.55-22.53 1.07-.2-1.32-.48-3.5-30.74 3.53-.02 2.77v1.67l-11.16 3.5-8.94-21.98-9.77-11.5.7-21.48-13.34-5.86-2.89-17.59-1.18-12.84-11.79-3.92-8.84-6.98-1.99-1.59-.38-.94-2.25-5.65.18-1.24.45-2.98.67-4.39 10.93-.31 7.17 2.57 1.91.74 2.94-13.24-2.61-9.7-9.2-9.74 2.17-7.15-1.7-.27-5.1-.76-3.36-.5-6.63-5.88-15.66-5.02-12.51.81-14.42-5.55-12.42 7.29-5.56 11.09 3.48 8.13-3.13 10.38-1.75.37-14.73 3.1-7.2 8.74 1.63 4.7.5 1.58 4.38 13.12 5.67 4.13-14.01 22.89-5.87 14.08-3.97-2.71-17.51-.29-8.33 1.76-5.75 1.22-2.25-14 .74-9.5-32.06-3.96-1.47-9.13-49.21 5.92 1.11 5.25-29.29 1.79-27.6-93.55-1.3-4.49-4.61-3.48-2.25.37-26.95 5.27-16.18-3.42 5.67-10.67.38-7.55 3.52-13.5-.79-11.73-2.87-12.34.96-13.26-2.47-15.41 26.13 14.3 23.39 22.9-1.24 16.46 22.14 2.81 12.73-3.21 4.02 2.54 2.47 6.54 6.84 7.42 11.3 2.8.12-13.35 3.56-4.2 2.39-8.13 19.4-20.95.21-6.14.06-1.75-2-.14-2.3-.14 1.09-11.55-3.44-.83 1.93-23.96 1.34-5.13 4.07-3.13.92-3.69-4.7-15.72-3.63-3.07-7.88-9.52-10.08-7.78 5.92-8.11 7.19-6.31 5.94-2.95 4.33-6.37-13.96-3.8-21.06-25.17 15.99-3.47 1.35-5.28-19.69-31.25 1.77-4.04-5-3.1-3.98-10.69-11.17 2.36-10.7 2.16-3.81-2.92-21.3 1.97-2.13-.18-19.25-13.41 6.68-6.06 26.39-5.91 19.04-8.25 6.12-5.63-16.64-7.39 5.52-19.5 5.01-4.62 4.11-3.81 2.39-13.85 18.09-12.24 31.84-11 .96-11.47 13.93.51 51.94-41.98 21.86-28.59 1.29-10.69 2.33.13 33.62 5.25 8.94-2.11 9.01-4.47 7.93-7.15h24.68l4.08-2.83 4.03 13.37 4.09 5.37-1.26 6.36-9.72-2.37-13.28 2.61-2.88 5.26-4.45-1.93-12.57 17.92-11 7.51 10.01.75 8.12-.35 21.06 4.61 2.72-.65 4.06-1.06 11.63.08 13-2.21 8.5 2.63 6.28-7.4 5.13 1.53 2.84.15-.09-6.77 1.11-4.59 3.95-3.49 18.51-3.07 11.59.51 5.79-5.11 4.77-2.06 3.73-5.43 5.33 6.85 3.82-4.44 2.26 5.43 2.79 6.79 3.77 2.6 2.85-1.47 7.67 5.07 2.97-5.76-11.13-6.9-4.16-5.04 2.32-2.83-3.35-4.49 2.05-3.78 5.95-.22 4.35-2 3.56-7.71 3.32-5.52 9.32-.18 5.74 9.93 13.2-10.98 17.28 5.11 12.58.37-.05.04Zm527.21 369.72-4.04 12.45-1.23 3.78 5.87 2.99 2.21 3.52 2.25-.21 7.47 18.02 7.81-.48 2 .02 5.38 1.59 3.08 2.23 1.29 1.71 1.57.92-11.55 25.58-13.9-5.22-1.88 7.54-2.24-1.03-2.43 5.95 2.36.92-5.34 15.97-3.81 13.88 4.03.85 2.28-2.79 8.11 9.5-16.39 10.15 11.04 9.66-.5 3.54-15.92 1.75-2 .28 5.83 15.97-15.67-2.48-2.52 8.37-14.64-5.06-3.05-9.33-3.05-.76-22.07-3.97-4.49-1.28-8.65-2.52 1.29-5.74 1.46-6.26 2.49-10.72-21.83-2.65.26-.76 3.32-17.53.36-1.66.22-1.23.09-.38 10.07-3.36-14.01-11.7-15.37 5.86-.17-.6-9.64-36.25-2.13-8.17-.51-8.58 16.09 3.36 22.67-17.86 53.55-20.79 5.43 12.77 19.44-7.7 2.84-1.78 1.82-2.01 1.68-2.93.35-.34 1.83-.83 2.3.02-.45 2.43-.67 3.36v.02h.01Zm-221.42 404.3 13.69 2.04 43.77-3.38.46.65 15.84 22.5 7.2 1.26 1.32 12.63 17.42 7.42-1.99 10.79-4.04-.31-23.51 46.42-33.84-10.41-1.55 4.38-6.96-1.48-.13-6.16.69-5.37-38.72-13.62-11.35-3.6 2.36-3.18-3.88-3.28-9.14-7.41-1.1-5.21-2.75-1.18-3.8 7.05-3.07 4.32-29.03-12.93-1.05-15.95 5.24-6.65 8.28 4.21 2.19-2.28-7.07-7.4 2.21-4.63 7.93 5.79 1.97-1.39-2.1-7.69.95-6.22 3.75-1.42 6.27-7.96.56-6.14 10.09 6.7 5.47.39 7.04.53 20.35 8.16h.03v.01Z'/%3e%3cpath d='m3738.34 1693.24 6.96 9.53 3.05-8.76 20.18 8.68 8.29 5.5 8.89 5.91 11.57 7.68 2.16 4.75 9.62 2.05 8.28 13.68 7.05.24 3.07 11.93-2.45 6.8 38.57 39.02-2.36 1.68-34.6 34.16-17.07 13.35-4.25 13.18-17.42-7.42-1.32-12.63-7.2-1.26-15.84-22.5-.46-.65-43.77 3.38-13.69-2.04-20.35-8.16-7.04-.53-5.47-.39-10.09-6.7 6.79-28 22.83-44.87 8.48 2.13-.96-1.63-1.39-1.63-1.72-1.97-11.03-11.62-.96-1.42-.62-1.63-.29-1.03 8.6-11.1 9.66 2.86 10.09-15.9 4.86-2.09 21.35 7.41v.01Zm327.24 55.77.6 6.83 19.7-2.9 8.08 8.29 4.89 5.03 11-.73 6.96-6.62 1.18 5.69-1.05 10.39-.53 4.9-4.48-2.44-4.54.08-9.17 3.05-5.07 1.74-.07 6.74 10.04 4.93 8.5-.8.48 7.29 15.98-5.75 7.46-13.73 6.02 1.3-3.57 11.99 5.34-.24 14.72-1.96-7.41 21.5 6.02 15.76-6.04 15.29-6.63 5.13-8.41 6.6-15.67 27.48-1.51 2.65-21.84 12-12.79 22.04-23.54-1.71-1.86-1.3-11.9-6.57-4.19-5.21-7.54-9.33-8.6-6.32-1.94-.83-12.89-5.59 2.25-3.98 1.73-3.1-3.88-2.34-5.1-3.17-25.39-15.92-4.69-11.18-6-1.9 1.64-3.18-3.16-2.17-7.97-.59-2.52 1.55-4.74-5.55.42-3.75-9.08-4.83-.05-3.84-11.28-9.89.61-4.98 10.11-8.64 9.93.95 3.96-10.43 8.2-10.88-2.93-3.01 6.78-11.24 24.96-2.39 9.83-1.39 19.05 1.4 3.02-.74-5.05 11.99 2.71 1.35 3.93 1.96 3.39-5.14 4.21-3.52 18.88-8.66 7.02-6.29 3.45-1.17h.03Z'/%3e%3cpath d='m3847.02 1545.24-1.46 6.26-1.29 5.74 8.65 2.52 4.49 1.28 22.07 3.97 3.05.76 3.05 9.33 14.64 5.06 2.52-8.37 15.67 2.48-5.83-15.97 2-.28 15.92-1.75.5-3.54 12.99 4.97 12.07-14.21 9.59 8.11-2.28 4.1 16.09 2.26-4.13 15.06-7.25-6.28-5.2-.65.75 13.61 9.87 6.72 6.43 8.87 10.96-4.29 10.59-1.58 6.58 6.48 17.32-6.12-.76 4.3-1.19 6.77-4.79 18.54 1.66-.02 8.24-.04 8.27-5.84 2.59 12.31 9.16.53-.21 11.64 6.63 1.05-.17 3.2-14.82 12.21-.87.67-1.72 6.72 1.72.41 2.64.67 9.15-1.27-.66 9.93 8.21 3.37 7.6 8.19 1.77 8.85-1.3 7.53 19.21 15.18 11.38 15.35-14.79 1.38-5.53 5.14-15.52 4.95-8.57-1.2-8.46-3.42 10.33-12.93-4.23-12.8-8.7 6.94-4.49-16.76-4.72.25 5.74-19.68-5.26-1.16-4.77-7.39-30.04 7.7-3.11-7.11-28.73 16.88-8.74-13.61-20.43 7.72-19.13-15.81-35.59 37-10.58-12.04-11.84 16-5.34 23.2 11.46 2.37-.69 10.06-5.32 5.27-13.21 4.39-17.21-3.32-2.15 2.41-3.07-11.93-7.05-.24-8.28-13.68-9.62-2.05-2.16-4.75-11.57-7.68-8.89-5.91-8.29-5.5-20.18-8.68-27.51-15.99.82-9.97-9.33-6.61 4.65-6.02 6.48-7.32 15.25-13.25 2.67-13.28 2.19-2.45 18.04-20-.83-1.97-3.57-9.12.83-2.04.96-2.29-4.58-9.9.64-.17 1.11-.2.8-.12 1.79-.11.81-.07 1.11-.33 1.24-.33 14.45-4.73 1.32-.37 3.69 1.78-1.44 2.83-1.04 4.09 9.76-1.66 1.76-9.51 3.85-6.1 1.11-.97 1.11-.59 2.31-1.22 6.92-3.73-3.16 6.44.98 1.84 3.16.29 5.62-3.21 3.64 3.13 11.97-5.65-2-8.63-8.22 1.04 1.8-1.56 1.76-2.33 1.08-1.48 1.38-2.16 1.82-3.18 1.04-2.47.78-1.7.3-.81 21.83 2.65-2.49 10.72h-.03v-.01Zm85.73 324.07-27.66 36.44 4.9 6.79-5.05 7.8-7.64-.08-20.3-11.59-11.22 18.05-5.6 13.12-1.61 3.73-12.54-1.91-3.56-.59-3.83 23.12-7.1 1.08-14.28-6.24 4.18-23.92-45.65-15.58 23.51-46.42 4.04.31 1.99-10.79 4.25-13.18 17.07-13.35 34.6-34.16 2.36-1.68 10.58 7.57 56.83 48.97.54 1.07-5.99 4.59 7.19 6.85h-.01Z'/%3e%3cpath d='m3917.96 1669.11 19.13 15.81 20.43-7.72 8.74 13.61 28.73-16.88 3.11 7.11 30.04-7.7 4.77 7.39 5.26 1.16-5.74 19.68 4.72-.25 4.49 16.76 8.69-6.94 4.25 12.8-10.34 12.93 8.46 3.42 8.57 1.2 15.52-4.95 5.52-5.14 14.81-1.38 10.28 11.8 1.18 4.58 1.22 4.7 7.01 7.8-6.96 6.62-11 .73-4.9-5.03-8.08-8.29-19.7 2.9-.61-6.83-3.44 1.17-7.02 6.29-18.88 8.66-4.21 3.52-3.39 5.14-3.93-1.96-2.71-1.35 5.05-11.99-3.02.74-19.05-1.4-9.83 1.39-24.96 2.39-6.78 11.24 2.93 3.01-8.2 10.88-3.96 10.43-9.93-.95-10.11 8.64-.61 4.98 11.28 9.89.05 3.84-6.46 13.58-3.69 3.33.25 4.48 9.08 13.61-1.59 1.3-.6.46-1.78-.91-6.67-3.26-1.84 1.73-.54-1.07-56.83-48.97-10.58-7.57-38.57-39.02 2.45-6.8 2.15-2.41 17.21 3.32 13.21-4.39 5.32-5.27.69-10.06-11.46-2.37 5.34-23.2 11.84-16 10.58 12.04 35.59-37h.02Zm-117.27-213.02 2.13 8.17 9.64 36.25.17.6 15.37-5.86 14.01 11.7-10.07 3.36-.09.38-.22 1.23-.36 1.66-3.32 17.53-.26.76-.3.81-.78 1.7-1.04 2.47-1.82 3.18-1.38 2.16-1.08 1.48-1.76 2.33-1.8 1.56 8.22-1.04 2 8.63-11.97 5.65-3.64-3.13-5.62 3.21-3.16-.29-.98-1.84 3.16-6.44-6.92 3.73-2.31 1.22-1.11.59-1.11.97-3.85 6.1-1.76 9.51-9.76 1.66 1.04-4.09 1.44-2.83-3.69-1.78-1.32.37-14.45 4.73-1.24.33-1.11.33-.81.07-1.79.11-.8.12-1.11.2-.64.17 4.58 9.9-.96 2.29-.83 2.04 3.57 9.12.83 1.97-18.04 20-2.19 2.45-2.67 13.28-15.25 13.25-6.48 7.32-4.65 6.02 9.33 6.61-.82 9.97 27.51 15.99-3.05 8.76-6.96-9.53-21.35-7.41-4.86 2.09-10.09 15.9-9.66-2.86-8.6 11.1.29 1.03.62 1.63.96 1.42 11.03 11.62 1.72 1.97 1.39 1.63.96 1.63-8.48-2.13-22.83 44.87-4.3.98-20.63-29.44 7.21-8.98 2.02-6.89-2.99-2.5-10.55 11.12-13.01-12.61-9.37 1.96-11.44 2.37-.18-4.26-.42-10.03-8.97.48-24.95 1.36.19-8.19.06-1.79-3.27.23-24.61 1.67-.94-9.17-1.85-17.76-2.4-8.21-1.1.16-11.87 1.69-.46-5.46-1.83-20.74-9.2-2.43-5.98-1.58-5.01-1.28-1.09 3.32-10.14 3.12-5.86-1.46 1.15 10.71 1.34 12.46-7.28 1.52-6.66-1.72.33-8.95 7.79-17.25 3.86-14.38 3.11-11.4-.86-13.91 18 2.84.07-8.23-9.75-3.11-3.94-6.56 18.19 6.59 15.86 4.1 2.57-7.35-.11-3.25 3.06-10.67 2.96.97 13.99-11.12 1.6 1.91 5.39-8.11.45-11.88 5.11-3.67 11.82-3.79 6.72 14 5.71 3.84 2.32-3.09 6.84-9.02 7.25-16.15 10.66-24.12.18-1.79.4-1.62 16.54-62.03 22.66.8 10.79 1.85 31.15-1.93 14.41 1.5 12.2-3.94 8.44 16.46 13.29-2.05 51.43-23.27 4.62 10.92.51 8.58v-.03Zm-795.61 505.01-3.37 16.09-5.39 1.04 4.36 9.49 6.8 4.18-.54 3.69-3.36-1.48-3.14-1.15-2.12-1.48-1.34-2.04-2.12-1.93-1.68-1.14-3.36-1.26-8.64 19.72-7.62 41.53-8.76 19.58-6.67 8.54 5.05.48-2.91 18.04-8.07-2.19-1.19 12.74-44.26-3.06-7.42.26-21.17 1.16-1.88-53.36-.11-3.84-19.65 1.39 1.07-34.53 9.13-1.4 1.28-9.76 1.97-19.56 24.22 1.58 4.37-8.29 33.36-1.26 2.12-6.26 3.7-1.6 8.98-4 3.41-3.82.59 1.54.42.73.3.51.76 1.03 1.6 1.46 1.74.9.68-1.15 9.21-15.73-6.59-6.18-1.31-1.38-2.79-2.11-.93-.68.99-2.47 6.02-14.25-1.78-.65-1.1-.3-1.31-.27-1.87-.31-1.4-.35-1.23-.69-1.65-1.16-1.14-.73-1.14-.56-1.23-.86 12.38-57.07-2.8-1.25 3.91-15.12h8.83l.26 14.04 40.94 32.78 2.79 23.26-12.68 4.99 11.12 14.91-2.17 11.57-.89 8.12-3.61 11.32h.03v.01Z'/%3e%3cpath d='m3170.26 1892.94.71 7.68 3.14-.41 9.09-1.13.11 2.69.22 5.88 11.51-1.71 7.49-2.97.99 10.5 6.45.21h1.36l1.18 7.06 3.06 42.46 2.76 12.04-13.13-3.33-2.84-.7-4.43 27.35-.93 5.75-3.05-.58.7 4.01 2.27 2.87-2.38 13.08-1.51 4.04h-1.1l-.85-.23-1.86-.53-2.58-1.04-2.49-1.17-3.51-1.43-2.72-.02-15.18-.35-3.14 18.74-.22 1.19-6.91-.6.39-1.36 4.95-17.79-8.56-1.89-.83 4.3-.26 1.4-14.54-1.29-3.01-.28-4.33 13.53-5.47-.59-2.6 9.11-1.22 4.25-3.39-.06-.78 22.68-3.3 11.36-1.77 36.66-.38 7.04-7.82 3.07-16.63-18.27-4.49-.92-1.04-2.35-2-5.35-1.25-3.2-9.2-.57-7.65 4.05-15.66 2.42-15.23 1.66-11.63 1.16-13.74-7.16-27.69.26-14.37-.25-7.93-.35 1.19-12.74 8.07 2.19 2.91-18.04-5.05-.48 6.67-8.54 8.76-19.58 7.62-41.53 8.64-19.72 3.36 1.26 1.68 1.14 2.12 1.93 1.34 2.04 2.12 1.48 3.14 1.15 3.36 1.48.54-3.69-6.8-4.18-4.36-9.49 5.39-1.04 3.37-16.09 3.61-11.32.89-8.12 2.17-11.57-11.12-14.91 12.68-4.99 4.86 3.14 13.12-.05 16.76 2.4 16.68 4.84 32.86 24.81 8.95.91.22-.72.22-1.28v-1.11l.69-1.02 1.24-.8.59-.26 1.15-.54 3.07-1.35 2.72-.92 1.27-.34 2.93-.19 3.18-.66 1.49-.46 1.7-.76 10.82-5.37 10.79-1.55 2.82-18.67 7.04-20.94 11.78 3.62h-.03v.01Zm6.33-184.23.49 2.48 4.63-.27.27-14.45 10.75-1.08.62 9.93 1.51 5.56 6.01-.17-1.97 20.89 11.32 9.75 5.49 4.73 1.44 1.24 1.44 5.98 10.26 3.23 2.41 7.82-.08 20.02.66 1.29 1.28.62h1.68l1.75.29 1.95.96 2.48 1.37 1.75 16.67-13.21 1.31-28.25 5.04-13.84 13.08-1.82 7.97-8.81 10.3-2.36-2.32-2.87-3.09-4.46-5.27-6.78-2.39-17.71-17.99 3.89-11.32 4.97.67 14.96-53.12.14-10.98-3.1-.7-2.02-.35-1.48-.89-1.61-.89-1.62-.28-1.69-.15-.25-21.49-2.61-15.67 1.15-32.66 6.9 22.77 7.58 9.99 7.82 6.54.94 4.99v.04Z'/%3e%3cpath d='m3174.82 1529.08 14.42 5.55 12.51-.81 15.66 5.02 6.63 5.88 3.36.5 5.1.76 1.7.27-2.17 7.15 9.2 9.74 2.61 9.7-2.94 13.24-1.91-.74-7.17-2.57-10.93.31-.67 4.39-.45 2.98-.18 1.24 2.25 5.65.38.94 1.99 1.59 8.84 6.98 11.79 3.92 1.18 12.84 2.89 17.59 13.34 5.86-.7 21.48 9.77 11.5 8.94 21.98 9.89 17.62 7.15-.76 3.45 8.69-6.51 5.37 1.58 4.89-6.75 1.03.49 7.59-4.18-.17-1.02 10.28-5.02 4.57-2.3 12.68.49 7.98-4.8.35-3.65 11.38-2.83-.63-2.69-.22-2.16-.09-2.63-.56-2.69-.9-2.89-.36-5.73-.45-2.56-.29-1.82-.29-2.09-.83-2.48-1.37-1.95-.96-1.75-.28h-1.68l-1.28-.63-.66-1.29.08-20.02-2.41-7.82-10.26-3.23-1.44-5.98-1.44-1.24-5.49-4.73-11.32-9.75 1.97-20.89-6.01.17-1.51-5.56-.62-9.93-10.75 1.08-.27 14.45-4.63.27-.49-2.48-.94-4.99-7.82-6.54-7.58-9.99-6.9-22.77 3.73-4.71 3.68-20.66 3.87-21.72-3.05-9.02-9.63-4-6.26-2.59-5.67-4.13-4.38-13.12-.5-1.58-1.63-4.7 7.2-8.74 14.73-3.1 1.75-.37 3.13-10.38-3.48-8.13 5.56-11.09 12.42-7.29h-.01v-.01Zm-144.83 282.78 50.3 9.95 3.6-5.35 9.32 2.49-.64 7.72 15.75.31 11.12 1.35 4.75.63 2.76-5.61 6.97-14.5 8.69 3.38 17.71 17.99 6.78 2.39 4.46 5.27 2.87 3.09 2.36 2.32-3.17 4.41-.1 15.99-5.21 10.16 1.95 19.08-11.78-3.62-7.04 20.94-2.82 18.67-10.79 1.55-10.82 5.37-1.7.76-1.49.46-3.18.66-2.93.19-1.27.34-2.72.92-3.07 1.35-1.15.54-.59.26-1.24.8-.68 1.02v1.11l-.23 1.28-.22.72-8.95-.91-32.86-24.81-16.68-4.84-16.76-2.4-13.12.05-4.86-3.14-2.79-23.26-40.94-32.78-.26-14.03-1.52-23.8 3.2-10.82 58.99 6.36v-.01Z'/%3e%3cpath d='m3164.63 1617.33-3.87 21.72-3.68 20.66-3.73 4.71-1.15 32.66 2.61 15.67.25 21.49 1.69.15 1.62.28 1.61.89 1.48.89 2.02.35 3.1.7-.14 10.98-14.96 53.12-4.97-.67-3.89 11.32-8.69-3.38-6.97 14.5-2.76 5.61-4.75-.63-11.12-1.35-15.75-.31.64-7.72-9.32-2.49 7.4-42.05-.68-.26-10.82-1.86.48-2.3 1.23-6.3-20.95-5.98 4.01-29.31 7.65-21.11 7.15-.98-.88-7.89 2.13-.92 9.71-4.2-.03-23.19 2.85-.26.44-16.58-3.32-.02-.02-14.58 5.75-1.22 8.33-1.76 17.51.29 3.97 2.71 5.87-14.08 14.01-22.89 6.26 2.59 9.63 4 3.05 9.02v-.02Zm-254.24 167.82 2.44 12.42 18.33-4.97 17.67-1.31 4.03 30.39 3.67 11.96-9.85 1.19.24 5.01-7.14-.72-4.67 14.48-.89 7.76-.59 6.18-15.91 6.65-6.11 7.64-4.45 5.52-17.2 33.04-14.88-3.62-4.59 8.89-9.95-3.17-5.19 10.04-.65 1.4-47.81-21.02-11.88-1.04 1.3-39.78-4.84-25.01 4.81-10.47-.3-.43-.25-1.45v-1.28l.26-.68.39-.94.6-.68.64-.47 1.06-.55.68-.25.51-.17 1.7-.54 6.3-2.01 1.95-.72.94-.55.85-.51.81-.8.47-.64 1.59-3.7.39-.98.21-.55.13-.34.9-1.15.82-1.28.39-1.44v-1.36l-.15-1.5-.76-1.71-.75-1.45-.97-1.24-.81-.73-2.78-5.05 11.08.23.21 1.37 2.13 14.72 20.06-.3-.11-5.41 16.45.22 1.38-5.82 20.49.44 22.04-7.6.21-16.71 5.35 2.55Z'/%3e%3cpath d='m2956.53 1833.64 3.96 6.46-3.91 15.12 2.8 1.25-12.38 57.07 1.23.86 1.14.56 1.14.73 1.65 1.16 1.23.69 1.4.35 1.87.31 1.31.27 1.1.3 1.78.65-6.02 14.25-.99 2.47.93.68 2.79 2.11 1.31 1.38 6.59 6.18-9.21 15.73-.68 1.15-1.74-.9-1.6-1.46-.76-1.03-.3-.51-.42-.73-.59-1.54-3.41 3.82-8.98 4-3.7 1.6-2.12 6.26-33.36 1.26-4.37 8.29-24.22-1.58-1.97 19.56-1.28 9.76-9.13 1.4-1.07 34.53-34.24 2.29-.38-1.36-2.83-10.34-3.82.45-11.04 1.27-.84-23.63 4.42-4.22-1.43-9.49-.68-8.45-1.95-7.76-2.14-8.63-.38-49.22 4.72-1.08.95-13 47.81 21.02.65-1.4 5.19-10.04 9.95 3.17 4.59-8.89 14.88 3.62 17.2-33.04 4.45-5.52 6.11-7.64 15.91-6.65.59-6.18.89-7.76 4.67-14.48 7.14.72-.24-5.01 9.85-1.19-.02-.02Z'/%3e%3cpath d='m2960.8 1608.34 3.05 8.89 13.95-2.18 29.29-1.79-1.11-5.25 49.21-5.92 1.47 9.13 32.06 3.96-.74 9.5 2.25 14 .02 14.58 3.32.02-.44 16.58-2.85.26.03 23.19-9.71 4.2-2.13.92.88 7.89-7.15.98-7.65 21.11-4.01 29.31 20.95 5.98-1.23 6.3-.48 2.3 10.82 1.86.68.26-7.4 42.05-3.6 5.35-50.3-9.95-58.99-6.36-3.2 10.82 1.52 23.8h-8.83l-3.96-6.47-3.67-11.96-4.03-30.39-17.67 1.31-18.33 4.97-2.44-12.42-5.35-2.55-.21 16.71-22.04 7.6-20.49-.44-1.38 5.82-16.45-.22.11 5.41-20.06.3-2.13-14.72-.21-1.37-11.08-.23 2.78 5.05.81.73.97 1.24.75 1.45.76 1.71.16 1.5v1.36l-.39 1.44-.82 1.28-.9 1.15-.13.34-.21.55-.39.98-1.59 3.7-.47.64-.81.8-.85.51-.94.55-1.95.72-6.3 2.01-1.7.54-.51.17-.68.25-1.06.55-.64.47-.6.68-.39.94-.26.68v1.28l.24 1.45.3.43-4.81 10.47 4.84 25.01-1.3 39.78 11.88 1.04-.95 13-4.72 1.08.38 49.22 2.14 8.63 1.95 7.76.68 8.45 1.43 9.49-4.42 4.22.84 23.63-3.66-.1-.78-6.36-20.24 7.35-.69 3.25-13.21 3.86-9 8.38-.1-20.74-.94-1.63-8.65 6.73-.38-3.93-21.53-.6.02-4.9-28.8-.82 3.5-4.59 1.66-2.16-6.91.14-51.04 1.05-1.58-18.6 5.21-8.29 1.57-48.4-14.38-1.3-7.21-19.39-21.16 5.41-7.13-11.03-9.31 3.29-2.53-4.14-6.97-.47-2.09-11.97-5.05.32-1.49-6.87-4.09-.11-2.57-8.64-1.57-6.23 7.61-6.09 5.3-1.79 6.71-3.39-4.38-16.62.02-6.48.03-8.06.6-12.15 2.19-4.51 8.65 1.23 9.58-16.12.67 3.07.25 1.75.34 1.07.59.47 1.06.82.68.34.94.26h1.14l2-.46 1.28-.38.72-.55 7.96-4.45 3.03-2.07.8-.34 2.04-.71 1.36-.34 1.53-.12.55.13 1.4.47 1.06.34.46.26 1.28-.25 1.87-.46 6.77-4.06.94-.47.81-.51.59-.42.72-.8 1.28-1.66 2.56-2.89 1.67-1.66 1.02-1.02.77-.59 1.57-.94 1.79-1.06 1.49-.46 1.06-.34h.93l1.15.22.93.6 1.31.82.93 1.32.8.82.67.47 1.27.22 1.87.26h.59l.93.35.72.47.55.6 1.73 2.57 1.52 2.35.71 1.58.34 1.11 1.04 4.82.67 2.22.33 2.01.88 1.41.85.47 1.39.82 1.19.22 1.99.14h1.36l2.12-.2 1.4-.38 1.28-.67 4.68-2.92 2.04-1.31 2.73-1.56 1.87-.98 1.49-.25h1.57l1.95.02 1.44.26 1.91.99 3.42 2.19 5.38 2.8 1.19.73.97.47.72.13 1.31-.13 1.11-.33 2.04-.25h1.58l1.19.02 1.11-.42.72-.55.85-1.06.73-1.7v-1.02l-.33-.77-.76-.86-1.19-.86-3.6-2.92-.72-.64-.25-.81-.46-1.84-.37-2.05-.46-.86-.8-.38-.76-.26-.72.25-.72.47-1.11 1.1-1.02.98-.76.21h-.64l-.84-.47-.59-.73-.59-1.58-.46-2.05-.25-1.96.27-2.64.47-1.23 1.19-1.66 1.37-1.58 2.17-1.7 2.64-1.44.49-4-10.6-4.49 1.68-23.96-8.26-4.94-41.96-10.13-18.09-10.91 6.67-11.57 23.72-30.77 10.3-24.13 7.74-.99 2.37-7.58 19.86 3.03 28.93 4.41-.4 3.2-1.04 4.3 4.91 3.09 1.52.99 5.23-9.82 1.7-8.35 4.67.87 16.98 3.11 9.95 6.23 5.7-9.65 17.67 10.79 11.13-16.11 3.81 2.84 2.31-19.82 26.35-24.55 24.84 4.78 48.34-17.6 24.04 3.72 10.54 7.99.07-.02Zm911.08-466.6-2.19 12.25 8.28 1.35 15.81.98 28.41-.8.02 11.78-2 10.41-3.54 10.75-5.65 7.19-6.26 12.5-4.5 15.83-3.27-.59-5.27-.82 3.46 11.42-2.24.93-14.1-.14-25.78-7-4.5-.09.91-12.06-10.71-5.86-28.23 8.5-1.06-26.53-20.49-4.25-.34-7.56 1.43-7.97-6.87-2.64 1.12-3.65-6.74-2.36 5.66-11.26 3.49 2.28 3.45-6.43 13.09 1.71.04-4.2 7.05-1.69-1.72-18.16 16.27-4.71 26.2-2.12 4.53 4.98 5.98 5.76 2.48 9.23 7.81 3.06-.03-.02Zm274.92 363.47 2.48 2.16 26.53-.04.27 6.83.11 1.36.33 1.24.54 1.03 1.09 1.08 1.47.87 13.48 4.67 3.48.8 2.12.37 2.04.03 1.91-.07 4.47-1.23 4.19-2.38-7.69 14.83-14.16 8.92 11.28 10.24-6.89 15.49-7.15-3.66-4.14-2.44-2.27-1.78-5.85 9.28 5.32 6.71 5.36 3.69-10.79 24.57-7.32-2.25-9.09 33.84-17.66 2.01-1.16 31.55-21.89 8.37-1.07.42 1.28 3.47.5 1.37-8.37 7.84-9.37 5.61-3.01 11.14-11.42 3.54-19.21-15.18 1.31-7.53-1.79-8.85-7.59-8.19-8.21-3.37.66-9.93-9.15 1.27-2.63-.67-1.73-.41 1.73-6.72.86-.67 14.83-12.21.16-3.2-6.62-1.05.21-11.64-9.17-.53-2.6-12.31-9.07-29.48 11.2-17.88 14.73-25.94 7.55-1.88 12.38-32.15-8.17-7.38-.77-.22-1.83-.91-1.48-.91-1.77-1.55-1.21-1.42-1.64-2.07-.21-.34 4.25-3.24 2.56-5.82 11.37-.64 3.7-8.19 1.31.91 2.14 1.3 1.75.92 1.95.91 7.71 3.12 7.41 3.02 8.04 3.33 1.14.53 2.67 1.18 26.31 11.85 3.14 1.53 1.95.87 1.18.91 1.69 1.34.01.01Zm167.32-166.6 16.29.84 13.76-.35 7.14 6.78-1.1 13.25-2.44 7.99 2 6.59 2.35-.53 3.12 12.75-3.03 4.97-.5 7.85 4.85.06 1.94 7.75 3.35 1.39-.02 7.61 1.64 4.46 11.95.84.27 5.13-3.09 8.49 1.71 3.68-3.46 4.51-9.18 2.78-2.89 4.71-3.5-1.13-4.35 8.2-20.89-10.32-6.69 11.48-.77-.27-20.46-7.11-22.25-2.91-7.86-1.03-.27 5.46-2.89-1.02-9.94-3.49-31.95-6.94-12.16-.14-3.57-.05 2.3-7.27.82-2.63-1.94-4.08-.41-.86-.44.17-5.5 2.11-1.37 4.29-3.52 3.24-18.97-7.89-1.39-6.37 12.21-21.35-4.44-25.89-2.98-3.83 72.88-23.12 3.74-10.58 51.9 1.77v.01Z'/%3e%3cpath d='m3783.2 1152.04-5.66 11.26 6.74 2.36-1.12 3.65 6.87 2.64-1.43 7.97.34 7.56 20.49 4.25 1.06 26.53 28.23-8.5 10.71 5.86-.91 12.06-.74 1.57-2.48.2-2.26.77-1.62 1.41-5.65 2.5-2.71 2.08-2 9.46-10.73 1.73 1.21 20.05-23.02 12.06-21.21 19.67-37.29 13.64 1.88 8.37-3.12 1.25-1.86-6.46-7.93-35.72-3.14-14.1-8.8 3.41-8.7-10.85-8.21-10.24-14.28 2.3-13.42-13.35 11.02-13.12-15.29.25.6-4.98 2.64-.49 2.39-.45 2.37-4.26 6.98-12.58-1.15-4.7-4-4.64-9.83-5.25 1.43-21.99 8.5-2.9 8.48-.92 10.26-3.05.39-6.74 14.69-.31 19.32 1.94 1.47 1.91-.92 12.44 26.1-.02 1.6-11.9 7.84 1.02 1.15-7.03 2.58-6.53 12.14 8.9v.01Zm409.82 248.23-12.21 21.35 1.39 6.37 18.97 7.89 3.52-3.24 1.37-4.29 5.5-2.11.44-.17.41.86 1.94 4.08-.82 2.63-2.3 7.27 3.57.05 12.16.14 31.95 6.94 9.94 3.49 2.89 1.02.27-5.46 7.86 1.03 22.25 2.91 20.46 7.11.77.27 6.69-11.48 20.89 10.32-28.48 37.82-22.65-6.21-8.28.08-2.53 9.36.03 7.92-26.96-3.51-8.01 30.86-6.38-2.79-3.15-.15-4.64 4.1-1.64-1.51-1.01-.99-4.21-4.14-1.64-1.26-1.73-1.08-2.11-1.09-2.46-1.06-6.3 1.21-2.47-7.58-5 4.72-4.19 2.38-4.47 1.23-1.91.07-2.04-.03-2.12-.37-3.48-.8-13.48-4.67-1.47-.87-1.09-1.08-.54-1.03-.33-1.24-.11-1.36-.27-6.83-26.53.04-2.48-2.16-1.7-1.34-1.17-.91-1.95-.87-3.13-1.53-26.32-11.85-2.68-1.18-1.13-.53-8.04-3.33-7.41-3.02-7.71-3.12-1.96-.91-1.73-.92-2.15-1.3-1.31-.91-1.94-1.64-8.17-7.72-11.3-9.67 10.78-25.51-9.14-3.93 3.77-10.66 9.01-14.96 28.78-1.9 23.38 5.98 2.64-3.85 1.02.52 1.4.49 8.09-.55 2.93-3.33 9.17-2.37 37.54-4.26-3.49-18.33 2.72-1.2 2.98 3.83 4.44 25.89v-.07Zm54.68-164.24 1.88 10.34.9 2.87 1.54 3.05 2.08 3.05 3.16 4.09 2.86 2.97 4.73-1.31 5.14.33.7-14 2.03-2.36 4.13-4 2.15-1.94 6.48 9.97 17.83.81 5.04-8.21 5.21 2.49 5.88 2.76 22.33 9.18 10.79 1.37 1.87 7.11-.17 5.17 8.97-.07 2.25 19.82-3.09 9.85-1.86 10.13-14.2 1.83-2.89 10.11-.99 11.5 1.72 6.17-13.76.35-16.29-.84-51.9-1.77-3.74 10.58-72.88 23.12-1.09-7.65-.36-1.92-.24-1.62-8.81-50.08-2.27-23.65 5.64-2.02 19.54-7.16 5.38-1.94-1.77-10.17 14.73-9.94 3.82-11.42 4-6.72 3.07 3.42 19.24-9.99 1.21 6.36v-.02h.01Zm-46.96 319.9 24.66 21.95-8.34 10.72 3.4 2.57-2.11 2.87-8.7-5.92-17.51 22.31 14.07 21.95-14.95 25.93-22.99 26.39-10.84 8.19-9.58 8.98-7.25-8.82-9.4 5.31-4.47 4.13-10.53 3.64-8.78 14.4-10.26 9.52-11.39-15.35 11.42-3.54 3.01-11.14 9.36-5.61 8.38-7.84-.5-1.37-1.28-3.47 1.07-.42 21.89-8.37 1.16-31.55 17.66-2.01 9.09-33.84 7.32 2.25 10.79-24.57-5.36-3.69-5.32-6.71 5.85-9.28 2.27 1.78 4.14 2.44 7.15 3.66 6.89-15.49h-.02Z'/%3e%3cpath d='m4000.51 1407.78 15.98 21.45 25.04 9.36 5.24 7.22 4.54 3.76 5.7 4.88 11.3 9.67 8.17 7.72 1.94 1.64-3.7 8.19-11.37.64-2.56 5.82-4.25 3.24.21.34 1.64 2.07 1.21 1.42 1.78 1.55 1.47.91 1.83.91.77.22 8.17 7.38-12.38 32.15-7.55 1.88-14.73 25.94-11.2 17.88 9.07 29.48-8.27 5.84-8.23.04-1.66.02 4.79-18.54 1.19-6.77.76-4.3-17.32 6.12-6.58-6.48-10.59 1.58-10.96 4.29-6.43-8.87-9.87-6.72-.75-13.61 5.2.65 7.25 6.28 4.13-15.06-16.09-2.26 2.28-4.1-9.59-8.11-12.07 14.21-12.99-4.97-11.04-9.66 16.39-10.15-8.11-9.5-2.28 2.79-4.03-.85 3.81-13.88 5.34-15.97-2.36-.92 2.43-5.95 2.24 1.03 1.88-7.54 13.9 5.22 11.55-25.58-1.57-.92-1.29-1.71-3.08-2.23-5.38-1.59-2-.02-7.81.48-7.47-18.02-2.25.21-2.21-3.52-5.87-2.99 1.23-3.78 4.04-12.45.67-3.36.45-2.43-2.3-.02-1.83.83-6.99-3.48 9.82-7.62 20.75 1.75 2.26 7.36 1.75.19 1.66.19 1.53.23 1.7.45 27.43-15.03 16.58 13.52-.06-.04Z'/%3e%3cpath d='m3853.05 1227.77 25.78 7 14.1.14 2.24-.93 1.44-.07h.81l1.4.28 1.14.86 1.01 1.08.96 1.24 1.73 1.12 1.65 1.08 5.01 1.29 1.48.65 1.31.87.84.86.59 1.11.12.43.25.77.58 1.5.63.98.98.61.97.61 1.06.65 12.18 4.09 1.83.62-7.83 16.2-2.13 46.98-5.3-1.63 4.42 42.73 3.23.29-2.71 7.09-4.94 13-1.55 23.1.72 4.36 6.99 3.48-.35.34-1.68 2.93-1.82 2.01-2.84 1.78-19.44 7.7-5.43-12.77-53.55 20.79-22.67 17.86-16.09-3.36-4.62-10.92.62-2.89 5.77-6.47-8.64-17.23-4.58 2.6-8.9-17.07-1.59 1.45-3.49-.26-5.88-8.74-17.82-44.31-3.29.95-5.82-23.43-1.88-8.37 37.29-13.64 21.21-19.67 23.02-12.06-1.21-20.05 10.73-1.73 2-9.46 2.71-2.08 5.65-2.5 1.62-1.41 2.26-.77 2.48-.2.74-1.57 4.5.09v.02Zm289.12-92.11 19.13 42.32 1.18 3.13.23 3.12 2.2 20.61 2.71 22.51 8.21 3.07 1.61-.38 16.76-12.83 8.17 14.93-1.56 6.63 13.89 13.97 1.63 1.64-14.71 9.94 1.76 10.17-5.38 1.94-19.54 7.16-5.65 2.02 2.29 23.65-49.86 5.33.06-1.36 1.47-9.79.02-1.32-.11-2.13-.19-2.17-1.26-9.36-.33-1.11-.37-.68-.38-.56-.88-1.63-.58-1.24-.34-1.03.03-1.15.14-1.32.85-4.17.1-1.23.13-1.45.81-15.05-5.97 1.08-24.96 4.42-19.53-4.48-4.16-4.14-16.01-2.79.91-2.74-22.67-7.66-21.92-4.71-.17-4.09-17.47-2.23 7.92-52.84 2.75-19.38 7.95 2.93 10.61 6.75 10.25 2.82 44.91-14.82 13.04-4.59 5.96-.75.91 3.94 32.75-14.67 9.86-7.81 2.75 3.62.05-.04Zm-1610.23 664.27 12.35 13.61 34.74 18.77-.6 12.15-.03 8.06-.02 6.48 4.38 16.62-6.71 3.39-5.3 1.79-7.61 6.09 1.57 6.23-11.22 7.79-12.65 6.48-18.4 4.58-5.38 3.86-5.92 7.11-7.76 4.65-18.77 15.38-22.7 8.36-12.44 2.85-22.81-40.67-2.92-14.22-18.2 1.83-1.44-11.09-9.42-4.65-22.23-2.92-3.76-3.93-2.14-11.33-2.8-2.5-3.74-17.28-.06-51.51 59.21 6.96-.03-17.14 1.59-18.63 7.15-3.73 10.54-2.65-.6 2.99-2.55 12.36 3.01 1.76 8.05 4.72 32.55 5.78 36.37 6.44 16.71 5.18v-.02h-.01Z'/%3e%3cpath d='m2628.82 1735.46-9.36 42.82-7.51-1.78-1.43 8.27-3.78 21.94-3.11.2h-2.88l-1.3 6-9.58 16.12-8.65-1.23-2.19 4.51-34.74-18.77-12.35-13.61-16.71-5.18 4.05-18.66 15.55-43.74 4.21-.33h20.05l.36-5.12 28.25-.23 1.62-12.11 40.98 12.07-1.48 8.82v.01Z'/%3e%3cpath d='m2337.08 1513.78-5.57 12.69-.86 2 11.99.76 15.59 3.89-10.9 19.8 3.74 2.44.47-.26.42-.09h.76l2.25.91 1.32 1.32.55 1.32 10.87 2.68 9.26 2.29 24.96-.43 19.27-3.94 10.18 5.53-2.14 17.6-3.53 1.19 4.95 7.6 4.98-2.16 5.39 3.13 1.99 4.57 2.02 4.74 4.77-1.69 4.16 15.49 7.88-3.08 25.46.09-.09-11.68 9.86-.09h.76l-.78 6.18 13.72 2.01.17 1.24.95 7.08h1.87l2.55.02.14-13.47 20.81 14.7.86 9.38 7.61 9.97-1.15 21.62-4.25.75-.25 19.83-.07 5.59-2.89-.14-1.53-.05.11 15.31-19.1-3.91.87-5.33-4.14-5.43-29.66-10.17-11.82 13.31-2.11 4.78-8.12 8.55-9.42 17.9-5.81-1.37-1.12-.46-1.46.22-2.03.78-1.58 1.91-1.81 2.25-2.71 1.79-2.92.78-3.4-.5-.47 2.94-1.05 34.88-7.15 3.73-1.59 18.63.03 17.14-59.21-6.96.06 51.51 3.74 17.28 2.8 2.5 2.14 11.33 3.76 3.93 22.23 2.92 9.42 4.65 1.44 11.09 18.2-1.83 2.92 14.22 22.81 40.67 6.77 31.15-2.05 3.32 5.61 12.03 1.96 16.66 3.28 10.53-8.58 1.51-11.84-4.1-7.82 2.28-.77 17.22-3.5.71-5.67 4.5-3.05 4.2-3.04-1.04-13.4-4.6-4.04 3.16-2.69-1.45-2.17 21.84-13.86-8.76-11.88-3.54-7.99 5.17-3.74-.32-.68-.09-17.36-7.64-13.77-5.84-2.37-1.03 7.38-14.74-16.65-8.28-.2-3.75-9.06-7.96.35-5.42-6.82-5.95 6.57-11.36.25-14.41-5.2-9.98-1.82-6.73-6.18-8.61-9.77-18.74-.25-.34 2.12-17.56-2.87-8.37-4.16-1.38-1.66-29.52-6.62.11-1.59-10.03-14.29-6.39-8.82-38.75-.99-13.43.03-14.08-5.22-16.26v-5.97l-7.42.28-1.71-11.39 6.24-1.82.73-4.05 4.25-.83.88 3.84 9.78.47.67 3.28 11.08 2.05 30.16-.48 15.06-1.54 9.03-3.64-.69-3.78 5.41-5.29-.31-8.13-6.61-6.34.59-9.59-2.12-4.63 5.86-5.18 8.45-.63 14.93.58 1.6-9.02 6.38-19.5-5.79-8.89-.06-9.13-8.11.1.02-8.23-21.97.19-23.34-11.58-1.16-10.88-12.63 1.46-5.19-29.53 14.68-4.99.14-4.44 2.68.22h1.48l1.4-.07 1.83-.21 1.11.09 1.83.34.38.13 3.07-1.27 5.88-4.84 1.23-15.18 8.25-.36 2.77-15.47-3.82-49.27-17.06 1.4-.45-6.66 17.91-1.19-.11-4.52h1.32l1.53.13 2.38.56 3.86 1.12 4.33 2.23 1.74 1.37.89.98 2.5 3.29v.1h-.01Z'/%3e%3cpath d='m2576.63 1992.08 13.82 39.42-11.86 3.58-11.42 3.45-16.41 6.2 2.75 10.66.42 8.04-10.51.23.07 6.41-5.5 1.49-4.45-15.61-5.3.62.7 10.14-6.85.94-4.98-1.92.02 7.04-2.79 1.43-.02 5.05h-8.89l1.59 17.06-23.74 9.38-7.18 2.79.53-5.46 2.59-24.81-6.24-1.54 1.38-8.93 9.08-4.85.11-4.42 1.66-15.19-2.39-9.08-7.67-1.11-1.46-8-8.68 2.77-3.28-10.53-1.96-16.66-5.61-12.03 2.05-3.32-6.77-31.15 12.44-2.85 22.7-8.36 18.77-15.38 7.76-4.65 5.92-7.11 5.38-3.86 18.4-4.58 12.65-6.48 3.16 9.65 7.94 35.56 6.68 8.44 4.53 13.29-10.12 4.02 10.97 20.22h.01Zm-282.31-342.77 23.34 11.58 21.97-.19-.02 8.23 8.11-.1.06 9.13 5.79 8.89-6.38 19.5-1.6 9.02-14.93-.58-8.45.63-5.86 5.18 2.12 4.63-.59 9.59 6.61 6.34.31 8.13-5.41 5.29.69 3.78-9.03 3.64-15.06 1.54-30.16.48-11.08-2.05-.67-3.28-9.78-.47-.88-3.84-4.25.83-.73 4.05-6.24 1.82-1.22-8.4-18.59-4.78-6.18-10.03-12.15.44-19.78-7.93.02-8.4-6.87-3.56-3.12 8.78-25.3-6.07-4.75-1.16-3.08-8.79-4.76-7.03 4.77-3.58 1.91-2.27 2.62-1.55 3.1-.83.12-2.27 13.1-1.05.59-2.96 39.6-1.49-.41-8.06-11.68-3.52 4.36-12.79 8.16.31-.12-4.13-.07-4.18 2.21-.13 4-.07.99-6.14 46.38-8.68 34.47-.84 12.63-1.46 1.16 10.88v-.03h.01Zm241.39 51.1 3.32 31.61-4.21.33-15.55 43.74-4.05 18.66-36.37-6.44-32.55-5.78-8.05-4.72-3.01-1.76 2.55-12.36.6-2.99-10.54 2.65 1.05-34.88.47-2.94 3.4.5 2.92-.78 2.71-1.79 1.81-2.25 1.58-1.91 2.03-.78 1.46-.22 1.12.46 5.81 1.37 9.42-17.9 8.12-8.55 2.11-4.78 11.82-13.31 29.66 10.17 4.14 5.43-.87 5.33 19.1 3.91v-.02Zm107.24 29.53 18.09 10.91 41.96 10.13 8.26 4.94-1.68 23.96 10.6 4.49-.49 4-2.64 1.44-2.17 1.7-1.37 1.58-1.19 1.66-.47 1.23-.27 2.64.25 1.96.46 2.05.59 1.58.59.73.84.47h.64l.76-.21 1.02-.98 1.11-1.1.72-.47.72-.25.76.26.8.38.46.86.37 2.05.46 1.84.25.81.72.64 3.6 2.92 1.19.86.76.86.34.77v1.02l-.74 1.7-.85 1.06-.72.55-1.11.42h-1.19l-1.58-.02-2.04.25-1.11.33-1.31.13-.72-.13-.97-.47-1.19-.73-5.38-2.8-3.42-2.19-1.91-.99-1.44-.26h-1.95l-1.57-.02-1.49.25-1.87.98-2.73 1.56-2.04 1.31-4.68 2.92-1.28.67-1.4.38-2.12.21h-1.36l-1.99-.14-1.19-.22-1.39-.82-.85-.47-.88-1.41-.33-2.01-.67-2.22-1.04-4.82-.34-1.11-.71-1.58-1.52-2.35-1.73-2.57-.55-.6-.72-.47-.93-.34h-.59l-1.87-.27-1.27-.22-.67-.47-.8-.82-.93-1.32-1.31-.82-.93-.6-1.15-.22h-.93l-1.06.33-1.49.46-1.79 1.06-1.57.94-.77.59-1.02 1.02-1.67 1.66-2.56 2.89-1.28 1.66-.72.8-.59.42-.81.51-.94.47-6.77 4.06-1.87.46-1.28.25-.46-.26-1.06-.34-1.4-.47-.55-.13-1.53.12-1.36.34-2.04.71-.8.34-3.03 2.07-7.96 4.45-.72.55-1.28.38-2 .46h-1.14l-.94-.27-.68-.34-1.06-.82-.59-.47-.34-1.07-.25-1.75-.67-3.07 1.3-6.01h2.88l3.11-.19 3.78-21.94 1.43-8.27 7.51 1.78 9.36-42.82 1.48-8.82 12.65 3.3h-.03v-.01Z'/%3e%3cpath d='m2571.35 1901.88 1.49 6.87 5.05-.32 2.09 11.97 6.97.47 2.53 4.14 9.31-3.29 7.13 11.03 21.16-5.41 7.21 19.39 14.38 1.3-1.57 48.4-5.21 8.29 1.58 18.6-6.46 1.3-11.28 1.36-4.81 1.64-30.47 3.88-13.82-39.42-10.97-20.22 10.12-4.02-4.53-13.29-6.68-8.44-7.94-35.56-3.16-9.65 11.22-7.79 2.57 8.64 4.09.11v.02Zm1657.48-320.94 25.59 22.77 1.05.95 44.93 39.98 1.68 1.38 2.52 1.74 2.54 1.22 2.71.88 4.58 1.42 20.83 5.79 3.39.98 1.52.87 1.85 1.56 1.18 1.38 1.33 2.23 1.34 2.41 3.02 7.94 1.32 2.92 1.78 2.35 2.32 2.03 3.07 2.21 26.37 18.57-.6.55-1.47 2.07-.42-.3-11.16-8.12-.82.55-6.68 4.74-18.37 29.54-31.07-16.45-15.97 10.13-2.92-.8-4.24-1.16-16.06 11.19-17.04-10.52-13.05 12.13-17.84 4.06-5.3-1.13-7 6.57-1.04 1.84-5.98 10.62-9.94 6.64-2.64 1.78 7.46 11.39-16.95 9.4-7.87-10.28-2.86 1.12-6.74 2.52-4.49-12.33-13.28-16.91 4.87-10.27 19.03-4.9 13.45-8.29 1.82-2.71 3.07-4.53-4.53-9.48-7.47.43-6.46-7.53-11.42 3.36-6.57 1.94-7.35-7.55 9.58-8.98 10.84-8.19 22.99-26.39 14.95-25.93-14.07-21.95 17.51-22.31 8.7 5.92 2.11-2.87 8.39-10.23-.02.04Z'/%3e%3cpath d='m4381.26 1704.87.42.3 1.47-2.07.6-.55 40.44 28.52 22.66-2.06 15.11 8.12 16.37 4.73 18.11-6.76 7.16 11.56 4.16 3.42 5.39.37 6.13-7.55.8.22.35.09 2.32 1.61 2.05 1.95 2.68 3.28 3.58 4.7 1.81 2.24 2.31 2.2 3.51 4.06-18.24 18.1-9.4 10.71-14.9-10.38-13.96 22.08 12.59 8.01-7.48 15.48 2.26 1.52-8.4 12.72-3.68-1.54-9.01 14.38-2.99 4.74 3.16 2.26-9.36 8.66-10.39-4.36-11.77 11.2 2.57 1.52-12.79 25.16 4.78 5.88-6.12 4.53-12.81 11.51-2.79 9.09-14.77 10.82-13.44 5.3-4.54 6.59-5.5-1.13-5.68-1.08 8.34-29.25-10.06-1.69-28.71-3.84-1.89-1.63-.06-6.23-4.41-.72 3.71-1.49 1.84-.83 1.15-.59.43-.25.68-.42.55-.42.48-.42.47-.51.86-1.01.78-1.1 1.37-2.28 1.27-2.33.77-1.66 1.64-4.63.19-2.09.37-2.38 1.42-8.73-4.67.2-14.83 5.02-8.66-3.94-.1-2.56-.29-8.15-4.38-6.11-9.19 5.52-10.19-.34-1.74-3.48-5.7.83-6.5-3.28-8.68 1.31-11.21-8.15-13.07 4.41-1.39 8.64-8.47-7.67-10.09-9.13 6.36-3.02 14.13-8.07 4.36-8.03.6-8.86.48-7.16-.68-3.54-1.16-5.73-10.13 2.36-13.09-2.63-.24-8.92 1.93-9.79 1.05-5.53-12.78-4.29-4.49-1.54-6.22-2.08-1.49.24-5.11.79-7.48-11.39 2.65-1.78 9.94-6.64 5.98-10.62 1.04-1.84 7-6.57 5.3 1.13 17.84-4.06 13.05-12.13 17.04 10.52 16.06-11.19 4.24 1.16 2.92.8 15.96-10.13 31.08 16.45 18.36-29.54 6.69-4.74.81-.55 11.17 8.12.03.03Z'/%3e%3c/g%3e%3cg stroke-linecap='round' stroke-linejoin='round' stroke-width='8'%3e%3cpath d='m1549.64 296.32 7.85 2.61 1.95 5.74 3.17 4.3 4.1.85 9.02 1.87 3.97-3.72 5.09.55 5.15 4.05 3.94.94 2.03 3.23 2.04 1.24 2.36-.86 6.71-4.09 3.15-1.01 2.44 2.98 1.22 4.34 5.6-.77 3.89-.05 12.49 7.2 3.04 4.48 4.87 1.71 9.87 5.15 6.38 4.13 7.1 4.69 1.92 3.37 4.87 3.54-3.16 8.87 11.71 11.47 1.71 1.71 1.58 8.53-1.58 2.26-1.03 1.62-13.16 20.25-3.39 22.75-1.6 10.77-3.59 8.32-3.84 4.26-13.46 4.23-.98-.34-4.23-1.58-7.99 1.66-3.03 3.97.21 2.6 14.91 11 12.52 14.24 3.59.64 14.01 2.39 23.32 7.55 27.3 8.87 10.93 5.42.51.3-1.28 5.63-2.82 12.03 11.02-7.16 9.61-2.3-.56 10.15 3.16-.09 3.42-.05-1.24 8.92-7.43 4.77-1.07 4.39-3.29.68-6.96 1.4 1.45 8.36 3.08 1.11-4.27 9.29 2.99 6.66 3.03 8.57 9.31-.13 13.19 5.08.43 3.45 10.17-.98h21.56l14.01 2.61 12.04 10.58v7.42l-30.74 3.23-.22.89-6.28 25.5.59 10.49-5.34 2.81 4.09 17.83.3 1.23-6.06 7.12-6.36 3.66-1.75.98-2.48 11-7.51 1.92-1.16 7.89-2.44 17.95-10.62.17-3.12.04 8.19 8.07 12.76 4.9 7.34 6.23-2.01 3.2-11.82 19.14 4.22 13.9-3.38 8.06-8.31 7.07-2.95 8.44-8.45 1.45-9.09-2.39-4.14 18.29-1.5 5.49.79 2.25-.57 1.8-.67 1.58v1.92l1.12 1.24 1.47.34 1.13.45.68 1.8v2.82l.22 2.71.79 2.37 1.47 1.58-4.12 6.56-5.2-.26 1.62 17.91.77 6.7.59 5.5 6.48.72.85 6.56-18.29 7.33-7.8 5.8-.81.6.81 2.77.26 8.78 2.77 7.55 6.61-.81 14.24 5.97 8.74 12.88-2.69 1.66-1.75.9 3.96 4.69-4.09 4.18 11.89 19.36 18.11 20.22.42 10.96-2.17.94-1.88 4.22-7.72 3.62h-6.56l-3.45.94-14.83 4.01-9.89 11.34-11.98 6.23-8.82.17-11.72 3.11-9.93-2.99-4 8.87-1.24 2.73h10.91l2.6 4.73 21.39-1.46 7.33 3.03.47 3.62-.3 9.4-12.45-3.38v7.99l3.52 10.15 12.76 13.07-15.89-9.3-20.83-4.94-7.29-5.07-4.22-2.99-4.21 29.46-15.81-2.6.26 12.41 22.2 7.37 20.41 6.01.25 8.06-2.13 7.12v11.18l1.15 6.61 1.83 10.96 6.22-2.77-1.02 11.13-.47 5.33-6.51 5.37-3.32 2.69-1.19 16.37-.55 4.48 3.74 11.72 3.15-1.96 17.12-10.49 8.56 9.55 2.89 12.41 4.13 12.91 3.65 12.05-.54 16.65 8.66 12.29 23.77 26.14 10.77 4.26 3.32 4.95.19 4.38.14 3.29-1.32 8.15-1.07 6.1-6.43 9.93-2.68 4.48-19.2 23.83-14.64 10.23-17.39 10.21-11.18 6.69-23.2 14.62-14.25 5.07-6.3 3.93.05 14.37-.13 10.96-20.79-.08-28.8-.25-4.25.82-8.89 1.75-.43-1.75-.51-2.09-38.58-1.51-9.23-1.79-26.41.79-4.21-3.11-9.32-2.37-13.14 3.21-4.89 1.2-3.54.34-5.94.57-2.04-.31-40.66-6.2-17.91-3.26-13.82 2.57-17.31.5 4.52 7.32.57 11.18-18.92 5.27-8.5 5.39-2.12 1.32 3.93 12.06-1.26 7.64-8.92 6.07-10.17.41-11.98 6.03-1.01 4.82.14 6.52-3.09 5.12 4.58 17.39.74 10.27.39 4.9-.97 4.95-1.22 6.23 1.27 1.11 8.64 7.45-1.35 6.02-.8 6.48 5.58 9.07-2.53 6.79-6.55 1.5-4.86 13.15 1.79 2.39-11.39 18.17-19.38 38.51-9.4 12.19-3.25 3.61 10.05 7.7-3.08 11.11-6.32 11.21-3.12 13.52-7.19-5.23-2.04-1.62-10.67-8.29-25.05 7.08-.98.3-13.46 2.2-1.79-4-8.45 1.47-21.58-.17-.05 2.67-7.82 2.45-8.75 6.09-7.59.9-2.33 1.18-7.76-8.38-4.39.76-9.17-1.42-3.04 8.53 3.07 22.72.65 5.24-18.36-3.64-3.13 7.11 1.02 3.27.79 2.48-.1 2.71-.1 3.27.12 3.84.69 2.71 1.69 3.15-8.11 15.86 31.3 17.22v5.3l7.07 2.75 9.73 3.81-.84 2.56-3.45 11.27-1.29 27.27-20.14 7.45 2.91 11.16-6.18 4.71-8.17 6.24-8.59 11.41-10.04 5.06-7.29 3.26-26.32 12.35-.89.22-10.69 2.29-.89 14.93-6.36-.18-1.51 12.32-.86 4.81-15.21-4.05-12.52-2.01-2.55-.93-7.53-5.22-6.71-.87-.42.98-4.29 9.65 9.13 4.53-4.32 15.58-6.19-.19 1.35-2.87-17.995-14.78-24.05 1.91-10.27 10.06-8.78-.14-11.8-.17-11.78 4.22-6.23 1.32-9.17-3.76.79-4.2-2.7-1.89-4.7 2.87-4.49-10.27 3.23-2.72-6.74-1.6-9.01 5.58-11.32-2.53-4.59-2.42-8.76 6.34-7.84 6.87-2.78 1.18-5.57 9.41-8.76-4.14-3.62 7.31-5.37-1.55-3.09-1.99 1.84-6.45-3.07-2.76-11.72 8.79-5.93 3.05-6.87 9.75-.68 9.21 1.37 3.2 1.42 3.4-2.59 10.01-4.71-.25-2.16-.53-2.02-.94-2.43-1.88-2.16-1.21-2.03-1.75-2.98-3.5-8.52 10.43 1.88 10.86-1.79 9.61 1.31 2.31 4.97-2.32 6.8 2.39 2.25 3.12-1.19 6.36 3.92 6.19 14.93-.23 2.18 4-2.57 4.23-7.94-2.35-.9 2.34 3.79 4.59 6.41 5.65-1.59 6.79 8.32 2.7 4.5 3.66-1.14 2.8 6.2 2.55 8.78 7.28 5.63 8.86-15.27-1.6-.18 7.16 5.32 2.65 8.73.92 6.17 4.75-6.91 5.39-2.95-.46 1.59-5.22-5.53-1.19-1.06 5.42-2.15-.13-1.19 5.83 7.43 4.98 6.54 6.59-1.2 6.68-3.13-2.17-5.79.15-20.48-4.65-3.51-3.64-1.1-5.68 1.47-3.8 4.3-2.05-1.1-6.08-12.45-15.66-3.78-2.83-2.04-4.59-9.21-13.37-15.27-13.6-11.32-4.56-3.78-7.27-20.26-7.92-6.52-4.37-7.16 1.1-5.59-.43-1.57 9.49-4.44 1.37-4.54 7.07-9.28 3.56-13.92 1.98-8.72 4.31-1.25-5.62-5-3.9-11.49-22.17-.06-12.05-2.71-3.1-.09-5.42 7.07.25.52-4.34-10.38-3.06-5.68-4.58-4.65-2.11-3.01 3.77-1.67 2.94-1.67 2.79-15.51-2.38-5.27-2.41-15.6 4.14-6.07 6.63-14.62 3.23-.53 2.85-10.76 1.82-4.35-7.56.38-5.29-2.08-7.42-11.44-5.35-2.74-4.72-3.91-1.22-19.38 2.68-6.34 3.35-8.35-4.08-5.28-5.39-1.42-12.72.25-4.47-3.11-2.15-3.45.44-3.53-.83-6.36 7.5-10.87 4.41-3.39 1.38-4.65-1.2-5.25.17-3.49 2.05-12-4.95-10.98-8.45-4.67-5.83 1.6-13.38 3.33-6.38 6.98-18.48-.95-10.4 5.88-11.16 18.4-11.23-10.69-4.49-7.42-1.31-7.61.34-3.7.81-5.69-5.52-1.91-3.37 7.65-5.06-4.37-10.4-11.51-9-1.25-5.95-4.19-2.41-3.5.57-6.21-2.13-2.58-2.83-4.58.57-2.56-.53-2.99-4.72-10.65-.48-3.08 3.81-4.8 8.15-1.78-4.32-1.4-2.19 3.1-5.54 4.29-3.68 1.92-15.85-2.04-2.7-2.43-.79-3.5 1.24-.95-1.48.65-3.39 1.72-4.88-1.1-2.97-3.54-5.26.63-7.18 4.85-.17 6.46-2.75 6.4-11.55 2.85 4.05 3.52 1.74 3.48-4.09 4.7-2.19 4.1-11.94 3.81-16.52-.61-10.45-7.82-7.12-10.54-7.74-4.09 1.32-2.15 5.41-6.86-.48-12.99-6.69-10.35-6.16-33.82 11.9-9.71-10.69-8.21-8.98-10.13 1.26-1.65-4.73-18.53.68-9.92-3.99-12.91-11.64-4.91-5.06-12.14 4.36-8.8 5.48-17.56-7.81-5.56 6.13-12.35 8.21-5.43.92-8.32-3.42-8-3.28-8.24-.5-6.45 2.4-2.95-2.58 5.51-7.76.71-.9.75-1.24.51-.98 4.75-11.85.91-4.01v-3.16l-.69-2.93-1.03-2.25-1.36-2.13-2.25-1.22-2.23-1.26-4.31-1.63-2.26-1.34-1.81-1.46-1.48-2.36-.47-2.48-.36-3.16.41-16.12-.14-1.92-.69-1.36-.77-1.36-1.03-.93-1.79-1.1-6.58-4.52-1.67-1.31-2.18-1.82-12.78-10.61-1.53-1.05-2.37-.66-2.47-.1-2.92.25-3.48.82-15.7 6.21-3.36 1.26-2.81.7-3.6.25-2.92-.09-2.59-.77-2.15-1.22-2.15-1.34-13.73-13.88-1.36-1.79-1.14-2.14-.12-1.24v-1.69l.98-2.15 1.22-1.93 1.9-2.39 1.56-1.93 1.22-1.92.8-3.09 1.17-3.58.77-2.27 1.79-2.16 6.91-7.98 3.03-3.65 2.99-3.56 1.9-2.7 1.76-3.17.79-2.69.4-3.08-.75-3.15-.94-1.32-1.25-2.04-2.41-3.94-1.46-2 2.33-7.13 1.16-8.54-2.93-6.52-.55-1.24 2.04-2.93-10.2-10.59.67-7.55 1.18-7.39-3.84-12.93-4.89-5.17-7.01.95-2.37-4.54-10.21-5.68-7.22-4.12-8.31-7.31 4.89-16.48 3.65-12.28-7.59-8.38.65-13.41-1.33-3.47-7.25-7.71-4.34-.37-1.9-3.42 1.2-26.23-4.68-19.04-2.13-13.8-.83-8.47 6.42-19.33 8.37-1.15.15-13.92 40.45-14.83 5.76-8.86 10.87-8.37 12.54-26.55 5.23-6.61 5.03-5.32 3.64-4.3 4.59-1.52 7.55-2.23 4.58-2.47 7.11-7.77 5.25-3.15-1.24-3.65 8.65-2.89 6.93-2.01 15.78-2.03 11.94-4.39 20.23-.27 6.98-18.97 2.96-2.05 5.66-3.15 4.03-4.09 3.64-1.11 10.49 2.01 4.67.18 1.73-4.34.22-5.35-.75-9.85 14.21-3.04 3.04-3.94 2.97-8.29-.62-4.05-.58-3.84 2.06-3.81 3.41-6.42.5-3.03 1.34-8.08-.59-5.28-1.54-6.26 1.11-4.76 5.13-.85 8.27 2.79 10.29 1.83-.38 3.12 11.77.19 8.8.75 6.28-.08 5.11-1.14 10.07-5.14 8.51-2.08 4.33.38 6.24 3.08 9.17-12.25 2.53-3.38 1.44-1.1-2.49-9.6 4.14-9.5 3.09-2.72 6.08-1.12 4.72-2.87 7.7-1.54 3.88-4.81 1.47-5.79-3.97-6.88-5.59 1.03-2.51-6.72 4.02-3.73-3.89-2.24-5.26-2.01 1.6-4.19.17.22.21.21 2.27 1.31 3.2.79.3.05 5.16.73 2.6.92.63.37 1.56.94 2.43.67 2.77-.14 3.03-.32 3.15-.27 2.47.15 2.13.63 2.27.92 1.5 1.7 1.08 3.07 1.21 2.64 1.59 2.42.64.57.98.87 1.13 1.95.15 2.3-.39 2.44-1.2 3.12-1.47 2.85-.79 3.12-.25 3.38v2.57l1.25 2.83 2.18 3.11 2.31 1.61 2.98.79 3.12.93 2.58 1.07 2.04 2.56 1.1 2.71.29 2.84.03 4.2-1.35 5.55-2.26 9.29-.22.88.28 1.76 1.63 1.62 8.28 3.88 3.66 1.06 4.46.11 3.92.11h1.9l3.11-.98 2.29-2.04 2.42-2.31 3.46-5.42.67-2.52-.22-1.7-.05-1.54.88-1.54 8.18-14.72-1.15-21.83-.14-17.91 2.85-4.13 18.76-2.13 13-3.05 8.78 3.65 16.04 6.1 7.44-.85 8.12.76 8.41 3.74 6.79 4.44.2-.67 2.53 6.07 11.76-1.96.69 2.71 6.51 1.72 9.95-12.51 2.4-6.11 11.6-.3 6.26 1.83 1.74-4.75 8.82 5.91 3.11-9.21 4.53 1.34 1.04 4.94 7.84 9 .23 4.3 11.93 7.96 7.56 2.69 9.72.63 12.35-1.94 7.52-3.96 4.15-5.56.38-.47-13.39-8.93-2.44-2.15-2.85-1.2-2.31-1.62-2.99-2.56-1.83-1.27-1.84-1.28-2.31-2.02-2.85-1.75-.54-.29-3.25-1.72-2.99-2.01-1.89-2.63-2.08-7.45 8.17-2-.76-3.51-6.68-10.12 6.45-9.65 8.25-2.48 8.5-4.1 5.6-.44h3.33l3.83-4.81 3.61 6.38 2.92 5.27 4.33 5.06 6.35-8.39-2.91-2.93 5.4-3.54 26.09 10.95 4.68-.8 15.12-7.79 1.71-11.92 6.01-13.01 2.91-6.27 4.48-9.67 2.33-4.32-4.15-3.48-4.71-4.33 2.89-2.4 7.09-5.87 3.34-6.39 2.16-3.23 3.78-2.08 6.82-2.48-.53-13.79-10.98-3.61-8.86-6.59-2.97-4.6.36-8.58 8.21-5.62 8.46-4.94 8.52-21.98v-2.3l2.2-2.71 7.66-4.42-1.38-2.11 1.68-6.38 11.72-3.97 7.91-9.24 15.25-14.55 11.1-3.43 6 10.81 5.98 5.94 4.64 9.73 5.35 4.18 3.62 3.36-4.58 6.66 4.62 1.18 4.72-4.41 6.58 3.81-8.68 6.6 4.74 1.01-3.69 15.87-.71 4.74.87 6.39 3.74 5.51 10-5.59 2.02-3.12 10.03 4.83 2.67-12.33 4.19-1.51 1.91 4.59 5.01-1.91 2.06 7.85 4.46-.83 5.69 4.36 8.01-2.76-3.19-9.5 2.93-3.59 4.04-4.87 1.56-3.97.23-6.67 17.59-5.21-.98-6.9 3.52-.42.25-2.45.82-8.02-.72-6.72 8.26-1.11 7.63 1.56 6.22-1.04.22-3.4 22.88-3.87 7.695-2.49 8.8-7.17 21.43-3.73 3.11-2.69-5.22-8.66 3.51-3.67 11.79-.58 1.34-4.34 11.64-3.15 2.43-3.12 5.95-3.26 6.79-.58 6.23 2.59 1.59 2.12 2.96 3.88 3.8.58 2.99.51 9.94-2.76 1.27-2.35 6.44-1.38 3.12-.02 3.65-4.21 1.61-5.42-1.72-5.29-2.64-4.58-2.59-2.84 1.45-16.25.77-13.81 4.11-12.37 6.29-2.69 5.68-3.8 10.47-29.44 5.45.15 6.09-3.13 6.91.79 4.62 3.11 4.21 4.59 3.52-2.85 27.48-12.25 8.09-1.91 3.28-.78 12.34-4.68 7.45-.15 9.62-3.54 1.48-3.79.67-4.88 3.24-6.5.66-5.69-2.63-6.4.29-6.78 12.4-12.26 1.21-13.78 12.76-14.04 12.44-7.63 5.94-3.08 6.31-3.25 1.62-5.46 2.68-5.8 10.24-5.94 5.87-6.27 2.16-7.32.39-7.04-5.02-2.16 2.15-10.16 1.48-4.06 2.29-3.22 6.92-7.08 3.01-6.15-.91-4.86-7.69-3.53-1.2-.3-1.24-.46-2.18-1.11-1.8-.89-1.54-.92-.38-.23-1.8-.9-1.45-.55 4.35-4.32 4.1-1.07 5.13-1.33 12.36-6.18 4.74-7.99 1.89-6.23 3.38-1.63 3.3-3.56.25-7.33-.4-10.45 1.27-10.02-4.21-12.74 2.02-4.37 2.02-10.42-1.77-4.33-2.31-2.84.13-6.23 3.51-10.3-3.5.76-2.57-6.96-1.73-12.71-10.71-5.17-3.81-7.44-5.65-4.46 2-2.69 6.11-1.8 5.11-1.08 1.38-.29 4.74-1.24 4.28-1.14 9.75 2.09 10.99 4.76 4.79 2.81 12.75 2.92 15.9-6.46 6.46-1.25 5.05 1.58 6.63 2.12 13.47 1.9 7.4-1.46 10.3-6.92 10.43-1.42 11.03-5.36 5.7-5.02 12.76-6.24 10.18-2.18 8.42 1.08 6.25 3.24 12.96 6.1 3.38.89 2.91.76 11.04 1.56 6.79 5.41-.24 8.62h.02Zm71.01 813.08 10.61 4.44 12.61-.86-.47-8.7-.65-11.3-13.25 4.78-5.79 2.09-1.79 5.58-1.27 3.97Z'/%3e%3cpath d='m2562.1 36.46 4.45.45 13.07-.06h2.25l3.72.13 3.85.78 3.42.7 3.42.61 3.38.1 3.51.02 3.64.02 3.04.31 2.78.39 2.18.78 2.01.99.43.24 1.75.96 1.88.86 2.52.91 2.78.82 4.02.87 2.65.23 8.43 1.02 8.66.71-.7 3.25-.29 3.52v2.84l1.47 2.99 2.71 2.58 3.52 3.67 2.43 3.8 1.34 3.93.8 4.74-.15 3.93-.97 3.65-.29 3.52v3.11l.11 3.38-.42 3.11-.11.83-.31 2.42.15 1.76.11 1.35v2.98l-.69 10.14 1.41.48 1.15.68 1.62.73 1.5.35 1.59-.16 1.76-1.06 1.16-1.23 1.16-1.66.91-1.66 1.2-1.79 1.68-2.12 2.36-2.33 2.45-1.78 1.93-.97 2.01-.33 1.58-.17 1.67-.59 1.55-.93 1.29-1.32.91-1.62.65-2.13.35-2.39.09-.43.18-2.08.31-2.26.69-1.54 1.2-1.57 1.42-1.31 1.46-.8 1.84-.63 1.98-.42 2.4-.03 3.64.02 2.14-.07 1.75-.25 1.42-.59 1.63-1.02.94-.61.57-.37 1.33-.59 1.71-.21 1.8.18 1.8.64 1.88.9 1.79.74 1.67.39 1.63.26 1.63-.08 1.8-.29 1.5-.29 1.28.31 1.62.77 2.01.78 2.27.27 2.4-.11 2.19-.67 2.19-1.31 1.9-1.65 2.15-2.04 1.34-1.23 1.42-.88 1.72-.46 2.05-.5 1.88-.63 1.46-.46h1.84l1.41.36 1.37-.03 1.2-.25 1.67-.42h1.5l1.41.53 1.54 1.16 1.58 1.71 1.53 1.63 1.88 1.67 1.96 1.42 1.67 1.33 1.62 1.07 2.05 1.29 1.87 1.38 2.17 2.23 1.32 1.5 1.06 1.46 1.28 1.5 1.32 1.33 1.66 1.54.94 1.24.5 1.67.12 1.87v1.45l.59 1.5 1.15 1.5 2.17 2.36 2.21 2.14 2.39 1.72 2.22 2.01 2.72 2.66 1.7 2.01.94 1.54.93 1.5.94 1.03 1.58.65 1.5.43 2.09.69 1.32.69 1.06.9.42 1.24v1.4l-.14 1.58-.22 1.62.12 1.71.72 1.5 1.06 1.24 1.02 1.28 1.79 1.67 1.66 1.71 1.23 1.5 1.19 1.67 3.47-1.63 7.59 3.29-5.14 2.47 1.54.99 1.11.99 1.28.77 2.27 1.83 1.35 2.17 1.21 2.72 2.57 2.31 1.75 1.91 1.62 2.99.39 2.98.03 4.34 21.92 6.88 5.72-6.09 16.55.35 5.22-2.49 20.47-9.78 12.16-6.39 2.86-1.5 2.32-1.18 8.65-7.03 8.98-2.79-.03 5.14-1.72 5.03-2.83 2.66 1.46 9.89-2.05 2.29-5.28-3.68-6.54 4.49-2.72 3.65-3.75 5.05v4.74l9.84 2.65 12.79 6.55 5.68 5.04 17.49 5.17 2.22.78 2.73.4 3.12.32 2.69.49 2.56 1.08 2.47 1.85 2.29 2.06 2.47 2.57 1.66 2.69 1.06 2.52.45 2.52-.1 2.09-.53 1.96-1.2 1.7-1.64 1.44-1.25 1.57-.86 1.7-.53 1.96-.23 2.99-.1 2.3v.98l-.33 3.54-.4 2.3-.95 2.08-1.51 1.48-1.93 1.35-1.93 1.14-2.36 1.35-2.07 2.04-1.64 2.59-1.22 3.02-.62 3.36-.15 3.62.37 2.26.33 2.09-3.09 1.13-2.09-.22-7.28-4.86-14.22-3.02-16.82 2.46-16.15-3.08-9.53-7.94-11.36 5.35-10.99-7.73-9.46-6.54-3.1-14.72 1.82-8.65-4.48-.3-3.3 7.83 1.46 7.32-3.15 3.77-10.07 4.69-1.64 2.16 2.13 8-3.23 13.69-2.28 3.37-.71 5.98 1.18 4.17-10.44 9.62-1.85 3.81-.96 4.75.1 7.31-.85 6.23-3.16 8.37 4.6 2.19 4.6 2.73-1.43 4.13 16.33 3.47 2.72-1.91.72 1.8 1.4 1.42 1.4 1.24 1.23 1.67 1.06 2.18 1.34 5.08.07 1.92-.31 1.92-.52 1.54-1.72 1.82-.99 1.44-.87 1.79.21 1.92.25 2.05.63 2.73 1.01 3.25 2.23 2.65 1.75 1.64 1.75 2.99.67 2.17-.15 2.71v2.31l.11 2.57 1.35 1.91 1.48 2.17 1.2 2.31 1.76 1.77 2.44 1.1 2.44.29 2.57.69 1.62 1.63.94 2.99-.42 2.3-.42 2.29.26 2.57.39 3.12-.56 3.52-.83 2.16-2.59.94-1.44.09-.59.03-2.17.67-1.91 1.62-.82 1.89-.96 2.57-1.1 2.97-1.23 2.7-.7 2.57.12 2.98 1.2 2.99 1.07 2.44v2.43l-.02 2.17.8 2.31 1.48 2.31 1.89 1.9 2.56 2.32 1.75 2.99 2.41 4.61 2.56 3.81 2.16 1.5 2.57 1.1 2.16.55 2.31.55 2.57 1.1 7.13-12.96 6.79-1.59-.75-11.48 6.63-1.41 1.3 12.8 3.05 12.88 11.6 12.11 16.39 5.24 8.25 4.11 6.98 4.72 6.8 5.24 5.03-1.73 4.2.02 2.43 2.86 19.36 5.8-.15 2.84 15.91 15.66 2.59-1.74 5.26 3.82-.09 4.33-2.81 4.73 2.51 10.98-9.07-2.36-1.6-4.89-13.27-3.46-7.63 4.56-6 6.73-5.48 32.5-.93 5.75 3.21 1.03-3.62 16.19-13.72-3.96-2.6 7.11 2.13.78 3.15.83 2.26.65 2.47 1.21 2.21 1.29 2.38 1.21 2.35.74 2.04 1.03-7.12 5.19.66 2.58 9.15-.88-.18 2 .46 1.84 1.23 1.8-1.46 9.99 3.89 2.63.93 3.39-1.37 2.02.54 2.73.64 3.24 8.24 5.33 6.34 5.31 4.45 4.09 1.06 3.8 3.45 3.03 2.65 3.68-2.74 4.18 3.19 7.48-7.73.63-8.61 13.61 7.81 6 4.86.16 2.72 2.06 5.07-.1 3.07-6.38 2.91-6.04 4.7 5.14-1.65 4.34 1.73 3.68 5.3-.65 5.05 4-4.65 5.61-.34 7.33 3.01 3.52 12.76 6.86 8.47 10.75 3.15 5.01 13.45 21.36 13.08 10.36 7.87 5.92-7.43 2.73-2.26 3.72-4.79 7.88-3.48 4.71-2.36 8.52-11.18 12.52-4.41 10.81 4.31 4.5 3.08 5.7-.16 12.43-6.11 15.66 8.53.09-3.2 13 19.86 6.88-1.04 4.79-1.11 6-2.03 10.61 13.07 3.57-1.14 11.56-9.49 10.9-5.9 15.23 5.35 3.49-.67 11.3 1.84.75 4.75 1.94-12.42 45.86 38.33 2.04-3.07 6.72-1.57 17.16-2.33-.13-1.29 10.69-21.86 28.59-51.94 41.98-13.93-.51-.96 11.47-31.84 11-18.09 12.24-18.61.06-5.74 5.43-3.2-7.02-1.47-3.2-3.3 3.22-4.79 4.58-13.77-13.64-.62 19.06-43.28-5.23-3.96-.15-36.19-1.35-8.78-22.31-10.4 1.31-7.06-1.74-17.69-4.36-6.67-4-9.17-6.31-10.18.76-23.51-.92-5.55-5.91-20.69-22.06-2.54-2.7-18.98-13.69-15.2-1.35-13.67-11.45-2.21 9.37-23.18.84 2.31 8.41-8.31.26-18.15-1.02-14-4.02 1.41 9.39-5.63 12.68-32.72 22.55-10.43 9.51-23.4 3.41-5.33.79-1.5 1.91-8.73 11.48-5.26 6.84-3.23 8.05 7.34 6.25-16.53 25.18-1.67 2.55-.94 10.96-15.11.24-2.01 2.17-16.59 8.47-15.56-6.75-1.82-14.72-4.67-4.96.26-13.65-5.74-1.9-1.27-.39-3.92 12.1-15.15-4.14-1.84 2-2.31 2.55-2.13 2.25 3.81 6.03-9.71 2.4-5.58.5-17.02-3.21-3.07-.61-7.69-5.49-9.22-6.59-4.48 2.97-5.42 3.56-3.65-3.93.26-1.07 2.89-10.69-6.26-2.96-8.04-3.86-15.34 2.43-10.79 7.43-30.51 9-18.55 11.2-1.8 4.26-1.37 2.81-4-2.83-4.24-2.97-3.71-2.59-28.44-1.65-9.24.32-24.87.92-10.1 2.92-13.16.91-14.41 8.7-10.65 2.42-6.41.93-3.11 2.16-3.91-6.78-1.82-4.34-18.12 2.54-15.79-.19-6.64-4.32-8.35-.22-9.77 8.25-6.14 5.28 7.26 12.03 11.19 4.46 3.54 22.82-.72-.51-2.08-.99-3.45-1.2-2.68-.68-1.88-.22-2.38-.09-2.34.17-2.26.55-1.53.76-1.45.98-1.71 1.49-9.21 6.98-1.36.8-1.79.68-1.66.6-2.39.89-9.85 9.02-2.3 1.66-1.49.85-2 1.1-2.39.68-3.36.85-2.17.85-1.58.59-1.07.72-.47.21-1.4-1.79.76-.51 9.12-5.57 4.48-2.89 1.07-.76 2.04-1.7 1.07-.81 1.7-.98 2.39-1.36 1.5-1.02 1.92-1.36-4.38-4.83-1.62-1.71-.98-.81-.89-.34-1.32-.51-1.36-.47-1.91-.55-1.36-.43-6.42-2.36-2.04-.81-1.19-.39-.94-.3-.98-.09-17.53-3.18-18.9-3.56-6.88-13.1.43-.94 7-15.98-4.38-3.72-1.02-.86-14.69-4.45-5.15 2-28.05-.11-9.24-7.9-18.73-4.92-2.25-3.2-1.7-2.39-12.39-3.08-12.68-6.19-5.63 11.38v16.16l-12.88 6.86 2.55 10.66.25 16.67-4.27 18.85 1.87 9-3.7 6.6-27.29 7.4-3.96 5.58-.26 6.36-4.26 4.26-1.03 12.2 10.29 5.8-3.74 3.92-4.47 4.56-1.15 2.94-1.71 4.48-6.43 2.05-10.29 3.28-10.29-14.08-.94-6.66-.38-10.62-9.11 6.39-3.32-4.95-10.77-4.26-23.77-26.14-8.66-12.29.54-16.65-3.65-12.05-4.13-12.91-2.89-12.41-8.56-9.55-17.12 10.49-3.15 1.96-3.74-11.72.55-4.48 1.19-16.37 3.32-2.69 6.51-5.37.47-5.33 1.02-11.13-6.22 2.77-1.83-10.96-1.15-6.61v-11.18l2.12-7.12-.25-8.06-20.41-6.01-22.2-7.37-.26-12.41 15.81 2.6 4.21-29.46 4.22 2.99 7.29 5.07 20.83 4.94 15.89 9.3-12.76-13.07-3.52-10.15v-7.99l12.45 3.38.3-9.4-.47-3.62-7.33-3.03-21.39 1.46-2.6-4.74h-10.91l1.24-2.73 4-8.87 9.93 2.99 11.72-3.11 8.82-.17 11.98-6.23 9.89-11.34 14.83-4.01 3.45-.94h6.56l7.72-3.62 1.88-4.22 2.17-.94-.42-10.96-18.11-20.22-11.89-19.36 4.09-4.18-3.96-4.69 1.75-.9 2.69-1.66-8.74-12.88-14.24-5.97-6.61.81-2.77-7.55-.26-8.78-.81-2.77.81-.6 7.8-5.8 18.29-7.33-.85-6.56-6.48-.72-.59-5.5-.77-6.7-1.62-17.91 5.2.26 4.12-6.56-1.47-1.58-.79-2.37-.22-2.71v-2.82l-.68-1.8-1.13-.45-1.47-.34-1.12-1.24v-1.92l.67-1.58.57-1.8-.79-2.25 1.5-5.49 4.14-18.29 9.09 2.39 8.45-1.45 2.95-8.44 8.31-7.07 3.38-8.06-4.22-13.9 11.82-19.14 2.01-3.2-7.34-6.23-12.76-4.9-8.19-8.07 3.12-.04 10.62-.17 2.44-17.95 1.16-7.89 7.51-1.92 2.48-11 1.75-.98 6.36-3.66 6.06-7.12-.3-1.23-4.09-17.83 5.34-2.81-.59-10.49 6.28-25.5.22-.89 30.74-3.23v-7.41l-12.03-10.58-14.01-2.61h-21.56l-10.17.97-.43-3.45-13.19-5.08-9.31.13-3.03-8.57-2.99-6.66 4.27-9.29-3.08-1.11-1.45-8.36 6.96-1.4 3.29-.68 1.07-4.39 7.43-4.77 1.24-8.92-3.42.05-3.16.09.56-10.15-9.61 2.3-11.02 7.16 2.82-12.03 1.28-5.63-.51-.3-10.93-5.42-27.3-8.87-23.32-7.55-14.01-2.39-3.59-.64-12.52-14.24-14.91-11-.21-2.6 3.03-3.97 7.99-1.66 4.23 1.58.98.34 13.46-4.23 3.84-4.26 3.59-8.32 1.6-10.77 3.39-22.75 13.16-20.25 1.03-1.62 1.58-2.26-1.58-8.53-1.71-1.71-11.71-11.47 3.16-8.87 4.25.45 11.61 6 5.29 2.98 4.75 7.72 4.75 7.44 2.99 5.55 3.93 7.85 6.65 20.71 3.66-3.52 3.94-1.59 1.75 4.02 3.53 4.46 4.61 12.59.54 10.56 2.17 2.71 9.5 3.65 16.14 7.99 10.04-7.03 8.28-.95 11.74-4.62 1.7-.79 3.53-3.25 5.43-7.58 3.94-2.3 9.36 4.48 3.4 1.63 13.16 7.59 7.87 3.49 6.78.04 13.82-1.97 15.35-2.2 7.89-2.19 9.62-6.74 9.2-6.12 4.38-11.06 5.57-5.82 7.84.22 11.42 2.92 2.6-15.57 8.28 1.63 8.15-1.7 4.45.35-.51-7.03 5.43-.4 5.43-.54.18-6.39 6.75.17 1.59-6.35 6.16-15.22 15.59-10.77 3.54-13 5.55-4.28 4.95.32 4.1-1.32 23.01 1.62 6.72 5.99 5.72 1.74 15.98 8.67-1.64 2.54 1.56.98 7.36 5.51 11.42 8.55-1.67 3.16-1.5 2.81-2.74 4.09 1.91 10.36 5.94 1.68 3.46.94 5.98 3.93.34.22 3.33 2.22 3.92 6.32-.35 4.18 7.19 1.59-.42 5.14 4.62-.67 6.04 1.18 5.47-4.13 10.51 1-2.24 13.08 8.32 2.45 12.29 3.42 2.46-6.76 5.46 5.26 1.15.6.87.48 2.41 1.32 2.65 1.37 3.3-3.4 1.63-5.41 1.38-4.52 5.38 1.72-1.34-13.01-3.5-1.33-2.15-13.65 2.19-6.6 8.62-12.73 3.65-8.94 6.7-8.76 1.84-7.85-2.64-2.44 3.09-6.9-8.5-1.51 1.03-5.76-13.81-2.03-1.4-5.38-.84-3.33-18.21-2.43-7.83.2-5.81-4.06-6.41-1.72-5.12-4.53-7.52 2.23-7.4-.21-1.53-4.86.71-11.08-.75-9.13-4.59-13.7-1.31-5.46-5.04-4.06-1.78-7.68-2.25-11.99 1.95-9.63.82-3.92-1.07-1.28-2.56-3.03 1.94-9.93 2.96-4.48 2.14-3.4-2.17-3.46-3.61-2.67.82-2.97 9.73.96 5.51 2.61 7.53.35 10.66-3.82 3.42 1.54 2.52 2.65 2.44 2.61 2.44-.21 1.67-.12-2.04-7.34-4.18-4.53-11.27-14.01-.52-6.65-2.17-2.44-2.03-2.85-3.26-2.03-3.25-3.26-1.62-5.96 2.86-3.65v-3.12l-2.03-3.12-2.44-2.31 2.18-3.92.69-4.2 2.99-2.16.14-1.9 5.44-2.69 11.46.5 13.06-4.02 18.98-4.92 6.67-8.24 11.56-4.31 5.44-1.2 2.32-3.38 4.76-1.88 5.45-.59 5.91-2.63 5.77-2.16 6.24 1.91 6.79 1.64 4.48 2.04 6.11-.39 4.62-2.43-2.69-4.04-6.2-2.49-6.84-4.62-1.62-6.77-2.31-2.44-.4-3.93.83-5.82-2.31-2.44.28-4.61 5.86-7.68 11.86 2.2 13.7-2.36 6.86-3.61 2.14-1.1 7.45-1.68 11.01.24 10.35 1.05 4.59-5.06 2.54-5.87.82-1.88 4.83 1.51 18.09 5.55 5.03-1.96 24.86-9.66 8.54-2.01 6.72-1.27 5.59-4.99 4.08-.12 1.72 1.59 2.89-.35 5.44-.66 4.89 1.51 13.06-2.8 4.87 7.6 13.58 4.51 4.61 4.21 8.01 2.06 5.29 4.08 12.11-2.39 7.9-4.3-.8-4.61-1.62-4.88-.26-2.84 1.37-3.38 2.05-2.29 3.54-1.47 3.13-.94 3.41-1.62 2.73-2.43 1.63-1.62 4-5.33 1.2-1.58 4.46-1.43 13.17 10.86-.38 4.16 2.73 2.74 2.09 1.75 2.48 1.38 3.04 1.2 3.72.99 3.64.4 5.14.62 4.49.7 4.06.7 4.1 1.08 3.64 1.42 2.87 1.55 2.43 1.8 2.26 1.38 2.44 1.07 2.95.78 3.04.52 3.25.4-.05-.06Zm-918.23 1076.51-12.61.86-10.61-4.44 1.27-3.97 1.79-5.58 5.79-2.09 13.25-4.78.65 11.3.47 8.7ZM1478 1456.3l2.04.31 5.94-.57 3.54-.34 4.89-1.2 13.14-3.21 9.32 2.37 4.21 3.11 26.41-.79 9.23 1.79 38.58 1.51.51 2.09.43 1.75 8.89-1.75 4.25-.82 28.8.25 20.79.08.13-10.96 13.44 6.95 2.13 7.85 1.66.94 15.52 8.78 4.89 2.73 2.98-1.32 4.85-2.17 5.15 1.5-3.62 7.59-4.33-.86.89 20.38-.13 18.47 7.4-.09 1.4 4.86 1.48-.26 11.23-1.92 1.87-.13.76-.05 1.11-.09 3.4.13-2.47 14.12-6.55 3.07-9.99 12.58-7.44 2.86-.98 8.53-.21 14.29-3.96 12.53-3.23 10.36 13.35 4.52 18.96 6.36 11.86 4.01 21.88 8.45 17.59 6.83 5.19-.25 6.33-.26 20.54-28.64 2.04-2.86 22.11-5.1-.25-10.75 8.16-.46.93 7.46 15.39-1.87 2.98-.68 5.83-19.86h11.18l4.38-6.73 2.56-17.27 2.14-14.5 21.9-.66 4.08 10.45 4.5-.68 12.33 3.64 8.33 3.93 22.27 8.21 7.31 3.64 18.02 7.53 18.75-4.84 9.31-.37-.51 4.73 5.1 2.57 10.8-.67 12.14 11.02.27 14.03 9.42 7.22 21.81 23.07-4.74 17.18 8.62 3.81-1.88 4.61 12.49 2.62.12 4.14 5.86 1.38 3.87 20.86 5.98 30.93 8.8-1.65 4.85-4.34 7.12 1.82 4.76 7.03 3.08 8.79 4.75 1.16 25.3 6.07 3.12-8.78 6.87 3.56-.02 8.4 19.78 7.93 12.15-.44 6.18 10.03 18.59 4.78 1.22 8.4 1.71 11.39 7.43-.28v5.97l5.21 16.26-.03 14.08.99 13.43 8.82 38.75 14.29 6.39 1.59 10.03 6.62-.11 1.66 29.52 4.16 1.38 2.87 8.37-2.12 17.56.25.34 9.77 18.74 6.18 8.61 1.82 6.73 5.2 9.98-.25 14.41-6.57 11.36 6.82 5.95-.35 5.42 9.06 7.96.2 3.75 16.65 8.28-7.38 14.74 2.37 1.03 13.77 5.84 17.36 7.64.68.09 3.74.32 7.99-5.17 11.88 3.54 13.86 8.76 2.17-21.84 2.69 1.45 4.04-3.16 13.4 4.6 3.04 1.04 3.05-4.2 5.67-4.5 3.5-.71.77-17.22 7.82-2.28 11.84 4.1 8.58-1.51 8.68-2.77 1.46 8 7.67 1.11 2.39 9.08-1.66 15.19-.11 4.42-9.08 4.85-1.38 8.93 6.24 1.54-2.59 24.81-.53 5.46 7.18-2.79 23.74-9.38-1.59-17.07h8.89l.02-5.04 2.79-1.43-.02-7.04 4.98 1.92 6.85-.94-.7-10.14 5.3-.62 4.45 15.61 5.5-1.49-.07-6.41 10.51-.23-.42-8.04-2.75-10.66 16.41-6.2 11.42-3.45 11.86-3.58 30.47-3.88 4.81-1.64 11.28-1.36 6.46-1.3 51.04-1.05 6.91-.14-1.66 2.16-3.5 4.59 28.8.82-.02 4.9 21.53.6.38 3.93 8.65-6.73.94 1.63.1 20.74 9-8.38 13.21-3.86.69-3.25 20.24-7.35.78 6.36 3.66.1 11.04-1.27 3.82-.45 2.83 10.34.38 1.36 34.24-2.29 19.65-1.39.11 3.84 1.88 53.36 21.17-1.16 7.42-.26 44.26 3.06 7.93.35-2.86 40.49-12.38-1.98-1.15 24.7-2.35 19.73-2.62 9.83 2.91 2.39 2.79 1.37 3.81 1.38 3.81.58.86 8.63-15.63 5.92-28.51 9.4 1.24 18.96 9.16 25.67 4.01 18.85-.71 13.69-3.56-.02-.9 47.59-.34 7.33 20.18 4.38 1.44.31-.03 5.88-.04 6.95 1.6.78 5.41 2.5-4.94 12.64-5.73 1.51-.06 10.32-20.1-2.68.41 11.48 10.41 31.02-4.11.87-6.83 1.41-5.85 1.16-16.43-6.96.18 12.85-7.45 2.67-3.15 2.15-3.52 4.77-13.21 5.44 3.32 8.14-3.77 1.88-2.42.53-2.56-.28-2.01-1.1-3.08-3-2.13-2.59-2.55-2.04h-2.42l-2.96.65-4.72 2.68-3.37 2.15-4.17 1.34-9.36 2.05 9.38 30.03-4.13 1.34 7.82 41.78 1.33 17.48 7.87 27.93-3.28 12.06-7.67 2.52-35.32 6.86-28.27.63-4.41 1.38-15.99 3.52-42.34 5.49-5.54-1.52-21.69-5.23-53.39-9.7-1.6-.18-58 9.95-8.17 3.08-11.99 4.52-20.47-.16-10.97 4.01-5.72 2.07-1.08-3.8-2.13-7.43-4.94-26.46-3.38.37-3.4-7.86-7.31-17-13.13 3.79-7.19-1.64.54-8.7-.21-.21-1.35-1.33-1.43-1.79-1.6-2.4-.38-.55-1.56-1.54-1.35-1.24-.88-.55-1.78-1.03-1.99-.9-2.53-.9-3.09-1.46-3.84-1.93-2.88-1.24-7.1-2.16-2.67-.69-2.45-.43-1.99-.13-2.79-.1-1.1.13-1.82.21-2.84.38-1.7.25-2.07.25-1.74-.13-1.86-.14-2.58-.35-1.78-.3-2.75-.53-2.37-.18-2.12.34-2.2.59-1.44.68-1.48.84-.89.55-1.31.55-1.35.47-1.57.42-.89.55-1.48 1.49-1.4 1.32-1.45 2-1.57 2.81-1.24 2-.68 1.23-1.1 1.58-1.36 1.32-.76.59h-.68l-.67-.13-1.44-.43-1.1-.13-1.23.17-.68.25-.98.55-.34.34-.91 1.56-1.73 2.96-.62.43-3.98 2.79-9.31 6.54-3.6 2.68-14.22 2.13-16.22 7.25-8.97 12.63-2.51 6.29 8.33-1.6 2.95 3.12 1.13 6.29-2.59 2.12-.3.3-1.78 1.62-.68.13-1.4.17h-1.78l-.8.46-.64.98-1.55 3.89-.55 3.79v3.52l.38 3.8 1.06 3.52 1.34 2.57.4 2.98-.14 2.85.93 3.38 1.73 5.02v2.3l-1.22 2.29-4.74 4.6-3.69 3.4-3.86 3.36-2.88 2.59-2.72 2.43-3.2 3.19-2.02 1.22-2.01.54-2.28.4-1.86 12.49 1.55 5.29 1.78-.89 3.94-2 9.25 19.43 9.61-4.28 5.89 11.83-2.88 2.59 1.2 6.31-1.27 1.02-7.55 5.82 4.58 9.22 10.98 20.46-1.61 4.79 5.83 11.98 1.95 15.19 4.99 13.24-.71 9.59-9.56 2.57-11.85 3.85-12.02 5.34 2.59 9.52-11.63 3.93-.35 4.52-8.97 4.24-11.23 9.61-19.42 9.42-6.06 8.85-7.87 3.69-6.93.5-9.21-.19-9.08-.19-4.57-.05-4.14-1.5-5.34-10.67-10.61 4.5-4.8-8.71-9.73 3.65-3.8-4.62-10.31 2.28 3.36 10.24-6.76.8-15.51 1.88-2.92 2.25-5.29 4.09-2.54 1.95 5.21 14.04-5.96 1.4 1.31 3.03.29.72-3.59.38-14.79 1.63-1.18.13-2.87-6.91-12.72 4.88-5.92 5.06-11.83-.02-5.57-4.36-.08-1.41-.25-3.49 5.38-8.31-6.32-7.77-11.06-11.79-5.37.76 1.76 5.67-7.56-2.79-5.14-9.3-6.62-11.06-2.53-3.58-5.57-4.32-10.1-3.98-.87-11.68 1.56-1.06 10.15-6.81 2.67-5.54-3.53-10.41 27.41-12.36-2.1-9.86-7.31-1.16-14.22 6.59-9.98 4.55-33.66 7.67-2.78-6.83-7.99-1.29-24.34-6.22-15.51-3.81-10.61-2.79-56.85-7.56-5.03-4.61-9.09 3.7-11.88 2.25-8.24-1.92-6.98-3.88-12.17-7.43-5.43-1.88-6.83-.68-7.04.45-8.61 1.46-9.62 2.64-1.06-14.16-1.03-3.61-4.05-14.21-4.48-2.93-2.74-6.54 3.68-1.36-2.39-5.53-5.93-9.14-4.32-4.18-2.99-5.83-4.12-8.03-6.08 1.66-16.54 4.54-18.14 4.97-14.94.45-14.21 2.48-9.37-1.14-4.15-27.89-1.59-3.01-5.3-9.18-15.35 13.27-26.64 17.07-4.18 1.5-6.51 2.43-10.95 2.09-16.66.27-15.86-4.68-.51-.17-14.97.57-14.97.53-.67 10.15-.04.34 16.12 12.56 11.25 1.79-4.65 10.79-7.9 8.7 12.18 8.43 5.97 14.45-3.93 1.11-2.58 4.44-1.77 2.9-3.81 3.37-2.23 7.89-6.42 4.61-4.65 5.8 3.65 16.03-4.94 4.14-4.82 1.88-5.02 4.86-3.17-1.4-4.43 2.09-4.26 5.89-.21-.22-5.25-5.11-1.78-8.44 6.96-11.14-5.62 1.63-2.45.73-13.28-4.94-16.42-17.47.33-9.17-7.03-11.12-11.51-8.52-6.22-4.55 13.36-7.39h3.17l5.66-3.89 6.07-18.21-1.06-1.41-32.79 22.89-5.08-5.79 1.85-3.24 2.53-4.48-2.12-2.17-12.35 1.21.21-5.76-21.25-12.81-1.32-5.93-11.72-4.12-11.26-3.99-13.03.27-4.49-2.98-6.48-4.3-1.44-3.15-.43-9 3.92-6.32 18.38-11.5 8.83-6.79 3.71-10.93-6.08-20.63-.64-2.85 2.15-6.36-5.96-1.4-2.51-7.2-9.79-7.83-11.76-3.78-17.3 1.65-2.57 3.8-.98 1.4-5.88-2.84.71-6.95.38-3.84-5.25-2.8-2.08-1.11-1.62-3.92-3.01-7.16-5.2 2.44-4.36 2.1-3.05-4.52-3.1-4.51 9.42-7.01 4.65-3.46 2.43-12.71-6.95-1.56 6.25-7.95-2.34-8.31-.34-1.19 3.16-11.86 2.15-5.93-3.4-4.43-3.39-5.24-.9-1.71-6.96-12.82-4.57.31-6.31.39 4.26-11.48-2.29-1.96-13.36 8.08-4.32.18-6.86.31-18.71 1.23-4.07-3.15-4.99-17.69-1.92-9.67-1.57-1.62-6.28-6.3-3.26-17.22-8.36-10.13 2.11-6.19-5.43-6.55-3.15-3.83 2.41-1.84.89-.72 5.71-4.41.76-.6-4.08-4.68 9.2-13.28 6.92-13.02.89-1.71-2.67-1.62-12.91 3.57-10.63.19-14.22 3.36-13.9-5.17-1.71-7.37-18.15-7.76-5-.96-13.21 1.4-14.57 1.53-15.44 6.69 1.54 5.63 2.39 4.77-6.64 1.59-7.97-2.24-21.22 13.7-5.51.02-12.29 9.37.02 9.09 3.04 12.4 1.84 7.55-1.92 8.23-8.2 4.55-10.75-.74-13.32-5.84-3.13 2.27-3.97 2.95-3.4-3.57.84-17.06 9.28-10.86 8.24-5.83 1.47-5.46 7.65-5.74.88-.72-.82-4.22-1.16-5.84-25.12 14.79-20.11 2.57-1.11-3.58-1.63-5.41 1.82-3.33.88-1.67-.85-2.39-1.15-3.2 1.18-.6 6.3-3-3.58-8.05-2.92-.67-1.7-.34-8.35-1.85-15.665 2.4-1.94 3.03 2.9 5.71 1.21 7.59.3 1.62-4.91 1.47-4.61 1.42-7.12-.41-7.96-.78-8.98-1.59-2.82 4.95-.26.47-4.05 2.71-5.88 2.07-5.8 1.38-6.86-.1-6.57-1.64-5.81-2.53-3.52-1.02-5.51-.45-6.99-.83-7-2.23-4.45-1.35-4.28-.37-3.51.27-3.09 1.63-2.83 2.74-4.52 2.71-7.96 2.51-8.17 1.65-8.33 2.33-2.83 2.74-4.75-3.46-10.93-9.57-7.03-8.5-.83-7.58-2.16-1.34 3.05-8.95 18.79-13.97-1.59-15.6 1.34-9.63-1.03-22.88 9.13-3.96 7.04-9.61 28.65-17.61 13.42-8.85 8.45-7.34 4.26-12.47 6.3-6.26 2.51-12.73 3.73-10.44 1.42-4.81-1.84-4.13 1.18-5.01-3.78-3.92-11.9-2.88-13.94 4.06-16.53 7.24-17.92-6.16-1.77-5.41-6.77-10.67-6.72 2.6-6.04-3.61 1.2-6.68-6.54-6.59-7.43-4.98 1.19-5.83 2.15.13 1.06-5.42 5.53 1.19-1.59 5.22 2.95.46 6.91-5.39-6.17-4.75-8.73-.92-5.32-2.65.18-7.16 15.27 1.6-5.63-8.86-8.78-7.28-6.2-2.55 1.14-2.8-4.5-3.66-8.32-2.7 1.59-6.79-6.41-5.65-3.79-4.59.9-2.34 7.94 2.35 2.57-4.23-2.18-4-14.93.23-3.92-6.19 1.19-6.36-2.25-3.12-6.8-2.39-4.97 2.32-1.31-2.31 1.79-9.61-1.88-10.86 8.52-10.43 2.98 3.5 2.03 1.75 2.16 1.21 2.43 1.88 2.02.94 2.16.53 4.71.25 2.59-10.01-1.42-3.4-1.37-3.2.68-9.21 6.87-9.75 5.93-3.05 11.72-8.79 3.07 2.76-1.84 6.45 3.09 1.99 5.37 1.55 3.62-7.31 8.76 4.14 5.57-9.41 2.78-1.18 7.84-6.87 8.76-6.34 4.59 2.42 11.32 2.53 9.01-5.58 6.74 1.6-3.23 2.72 4.49 10.27 4.7-2.87 2.7 1.89-.79 4.2 9.17 3.76 6.23-1.32 11.78-4.22 11.8.17 8.78.14 10.27-10.06 24.05-1.91 17.995 14.78-1.35 2.87 6.19.19 4.32-15.58-9.13-4.53 4.29-9.65.42-.98 6.71.87 7.53 5.22 2.55.93 12.52 2.01 15.21 4.05.86-4.81 1.51-12.32 6.36.18.89-14.93 10.69-2.29.89-.22 26.32-12.35 7.29-3.26 10.04-5.06 8.59-11.41 8.17-6.24 6.18-4.71-2.91-11.16 20.14-7.45 1.29-27.27 3.45-11.27.84-2.56-9.73-3.81-7.06-2.75v-5.3l-31.31-17.22 8.11-15.86-1.69-3.15-.69-2.71-.12-3.84.1-3.27.1-2.71-.79-2.48-1.02-3.27 3.13-7.11 18.36 3.64-.65-5.24-3.07-22.72 3.04-8.53 9.17 1.42 4.39-.76 7.76 8.38 2.33-1.18 7.59-.9 8.75-6.09 7.82-2.45.05-2.67 21.58.17 8.45-1.47 1.79 4 13.46-2.2.98-.3 25.05-7.08 10.67 8.29 2.04 1.62 7.19 5.23 3.12-13.52 6.32-11.21 3.08-11.11-10.05-7.7 3.25-3.61 9.4-12.19 19.38-38.51 11.39-18.17-1.79-2.39 4.86-13.15 6.55-1.5 2.53-6.79-5.58-9.07.8-6.48 1.35-6.02-8.64-7.45-1.27-1.11 1.22-6.23.97-4.95-.39-4.9-.74-10.27-4.58-17.39 3.09-5.12-.14-6.52 1.01-4.82 11.98-6.03 10.17-.41 8.92-6.07 1.26-7.64-3.93-12.06 2.12-1.32 8.5-5.39 18.92-5.27-.57-11.18-4.52-7.32 17.31-.5 13.82-2.57 17.91 3.26 40.66 6.2.07-.05Z'/%3e%3cpath d='m3399.83 1045.49 6.44 6.28 14.3 5.12-1.11 3.24 9.46 2.63 19.51 11.54 12.68 3.89 2.54 3.41 8.9 4-2.48 5.67 4.32 1.52 6.54-4.98 13.61 2.13-4.35 11.14 25.05 4.34 11.16 5.9 6.9-4.46 4.87 7.84-10.18 10.58 4.82 3.8 3.33-2.68 9.58-7.7 5.01 1.92 4.44 1.43 5.9-5.69 4.84 2.05 2.65 13.84-8.31 10.51 2.75 3.09 13.38-5.07 1.7 7.05.31 10.57 1.47 1.64 8.19-8.86 17.34 7.4-1.99 8 4.49 2.17 6-4.9 14.35-1.5 9.5 1.92 3.25 9.16 17.57-7.65 7.23 2.32 3.81-2.86 8.5-2.9 8.48-.92 10.26-3.05.39-6.74 14.69-.31 19.32 1.94 1.47 1.91-.92 12.44 26.1-.02 1.6-11.9 7.84 1.02 1.15-7.03 2.58-6.53 12.14 8.9 3.49 2.28 3.45-6.43 13.09 1.71.04-4.2 7.05-1.69-1.72-18.16 16.27-4.71 26.2-2.12 4.53 4.98 5.98 5.76 2.48 9.23 7.81 3.06-2.19 12.25 8.28 1.35 15.81.98 28.41-.8.02 11.78-2 10.41-3.54 10.75-5.65 7.19 12.98 8.64 12.62-26.17 63.81-.48 2.75-19.38 7.95 2.93 10.61 6.75 10.25 2.82 44.92-14.82 13.03-4.59 5.96-.75.91 3.94 32.75-14.67 9.86-7.81 2.76 3.62 19.13 42.32 1.18 3.13.23 3.12 2.2 20.61 2.71 22.51 8.21 3.07 1.61-.38 16.76-12.83 8.17 14.93-1.56 6.63 13.89 13.97 1.63 1.64 3.83-11.42 4-6.72 3.07 3.42 19.24-9.99 1.21 6.36 1.88 10.34.9 2.87 1.54 3.05 2.08 3.05 3.16 4.09 2.86 2.97 4.73-1.31 5.14.33.7-14 2.03-2.36 4.13-4 2.15-1.94 6.48 9.97 17.83.81 5.04-8.21 5.21 2.49 5.88 2.76 22.33 9.18 10.79 1.37 1.87 7.11-.17 5.17 8.97-.07 2.25 19.82-3.09 9.85-1.86 10.13-14.2 1.83-2.89 10.11-.99 11.5 1.72 6.17 7.14 6.78-1.1 13.25-2.44 7.99 2 6.59 2.35-.53 3.12 12.75-3.03 4.97-.5 7.85 4.86.06 1.93 7.75 3.35 1.39-.02 7.61 1.64 4.46 11.95.84.27 5.13-3.09 8.49 1.72 3.68-3.47 4.51 9.02 5.17 4.66 5.47 5.09 1.83 1.71 2.07-2.03 4.4 9.84 3.6 3.44-2.09 5-2.92.6-6.39 15.46.62 9.5-.48 9.54 1.29 8.31-2.24 6.84-.8-1.64 9.71 1.81 4.59-7.61 17-8.25-1.21-13.94 3.49-13.87 7.55-1.55 4.84 8.3 2.58 5.42 1.64 11.16 5.17 17.92 15.32-6.78 2.94 2.3 4.73 3.82 8.15 9.51 7.8 11.09 4.19-1.63 7.7 8.23 7.14 23.33 8.32 5.17 3.74 2.29 1.47-2.6 8.63-1.06 5.01-.54 5.79 4.04-3.15 7.17-5.49 39.22 33.82 12.16 9.63 4.74 7.65 12.92 13.4 3.08 4.69 3.23 5.37-3.63-1.54-4.21 2.38 1.3 6.68 2.49 9.01-5.53 8.43-12.46 20.87-15.7-10.05-7.71-16.8-3 5.08-.68 3.19-.9 3.53-.97 3.15-1.67 3.22-2.89 4.99-3.63 6.66-1.51 3.27-.99 3.23-.29 3.54.21 3.2.1 5.25-.15 2.25-.46 2.13-.91 1.56-1.26 1.65-1.26 1.64-.92 2.42-.46 2.89-.73 3.83 3.59 4.7 1.79 2.24 2.31 2.2 3.52 4.06-18.24 18.1-9.4 10.71-14.9-10.38-13.96 22.08 12.59 8.01-7.48 15.48 2.27 1.52-8.42 12.72-3.67-1.54-9.01 14.38-2.99 4.74 3.15 2.26-9.35 8.66-10.4-4.36-11.77 11.2 2.58 1.52-12.79 25.16 4.77 5.88-6.11 4.53-12.81 11.51-2.79 9.09-14.77 10.82-13.44 5.3-4.54 6.59-5.5-1.13-5.68-1.08 8.33-29.25-10.04-1.69-28.71-3.84-1.9-1.63-.06-6.23-4.41-.72 3.71-1.49 1.84-.83 1.15-.59.42-.25.69-.42.56-.42.47-.42.47-.51.85-1.01.79-1.1 1.38-2.28 1.26-2.33.78-1.66 1.63-4.63.19-2.09.37-2.38 1.42-8.73-4.67.2-14.83 5.02-8.66-3.94-.1-2.56-.29-8.15-4.38-6.11-9.19 5.52-10.2-.34-1.73-3.48-5.7.83-6.5-3.28-8.68 1.31-11.2-8.15-13.08 4.41-1.38 8.64-8.48-7.67-10.09-9.13 6.36-3.02 14.13-8.07 4.35-8.03.61-8.86.48-7.16-.68-3.54-1.16-5.73-10.13 2.36-13.09-2.63-.24-8.92 1.94-9.79 1.04-5.53-12.79-4.29-4.48-1.54-6.23-2.08-1.48.24-5.11.79-16.97 9.4-7.86-10.28-2.87 1.12-6.73 2.52-4.5-12.33-13.27-16.91 4.87-10.27 19.04-4.9 13.44-8.29 1.82-2.71 3.06-4.53-4.51-9.48-7.49.43-6.46-7.53-11.41 3.36-6.57 1.94-7.35-7.55-7.25-8.82-9.4 5.31-4.47 4.13-10.53 3.64-8.79 14.4-10.25 9.52 10.27 11.8 1.19 4.58 1.22 4.7 7.01 7.8 1.17 5.69-1.05 10.39-.54 4.9-4.47-2.44-4.55.08-9.16 3.05-5.07 1.74-.07 6.74 10.05 4.93 8.5-.8.47 7.29 15.99-5.75 7.45-13.73 6.02 1.3-3.57 11.99 5.35-.24 14.71-1.96-7.42 21.5 6.02 15.76-6.02 15.29-6.64 5.13-8.4 6.6-15.69 27.48-1.5 2.65-21.83 12-12.8 22.04-23.54-1.71-1.87-1.3-11.89-6.57-4.19-5.21-7.54-9.33-8.61-6.32-1.93-.83-12.89-5.59 2.25-3.98 1.73-3.1-3.89-2.34-5.09-3.17-25.39-15.92-4.69-11.18-6-1.9 1.64-3.18-3.16-2.17-7.97-.59-2.52 1.55-4.74-5.55.42-3.75-9.08-4.83-6.46 13.58-3.69 3.33.25 4.48 9.08 13.61-1.59 1.3-.6.46-1.78-.91-6.67-3.26-1.84 1.73-5.99 4.59 7.19 6.85-27.66 36.44 4.9 6.79-5.05 7.8-7.64-.08-20.3-11.59-11.22 18.05-5.6 13.12-1.61 3.73-12.54-1.91-3.56-.59-3.83 23.12-7.1 1.08-14.28-6.24 4.18-23.92-45.65-15.58-33.84-10.41-1.55 4.38-6.96-1.48-.13-6.16.69-5.37-38.72-13.62-11.35-3.6 2.36-3.18-3.88-3.28-9.14-7.41-1.1-5.21-2.75-1.18-3.8 7.05-3.07 4.32-29.03-12.93-1.05-15.95 5.24-6.65 8.28 4.21 2.19-2.28-7.07-7.4 2.21-4.63 7.93 5.79 1.97-1.39-2.1-7.69.95-6.22 3.75-1.42 6.27-7.96.56-6.14 6.79-28-4.3.98-20.63-29.44 7.21-8.98 2.02-6.89-2.99-2.5-10.55 11.12-13.01-12.61-9.37 1.96-11.44 2.37-.18-4.26-.42-10.03-8.97.48-24.95 1.36.19-8.19.06-1.79-3.27.23-24.61 1.67-.94-9.17-1.85-17.76-2.4-8.21-1.1.16-11.87 1.69-.46-5.46-1.83-20.74-9.2-2.43-5.98-1.58-5.01-1.28-1.09 3.32-10.14 3.12-5.86-1.46 1.15 10.71 1.34 12.46-7.28 1.52-6.66-1.72.33-8.95 7.79-17.25 3.86-14.38 3.11-11.4-.86-13.91 18 2.84.07-8.23-9.75-3.11-3.94-6.56-8.46 1.3-2.69-2.01-19.71-14.72-12.57-6.71-4.81-.03-14.88-6.14-10.61-2.64-4.18-8.73-4.42-3.16-8.72-2.11-10.11-.5.17 5.67-.06 8.7 1.46 4.48-.88 7.59-7.29 3.65-10.57 7.93-12.95 5.61-1.29.55-1.05-.03-5.71-.18-1.97 1.9 7.86 5.64 14.25 10.22-5.41 6.19-4.25.52-1.26 3.36 5.66 4.69 2.07 29.53 10.54 10.79.9-.29 1.02-.29 2.81-.66 2-.11 1.53.18.56 4.57-14.89 2.49-6.75-.05-6.9 1.18-9.25 3.51-.79 9.59-4.81 6.87-1.84 2.55-22.53 1.07-.2-1.32-.48-3.5-30.74 3.53-.02 2.77v1.67l-11.16 3.5 9.89 17.62 7.15-.76 3.45 8.69-6.51 5.37 1.58 4.89-6.75 1.03.49 7.59-4.18-.17-1.02 10.28-5.02 4.57-2.3 12.68.49 7.98-4.8.35-3.65 11.38-2.83-.63-2.69-.22-2.16-.09-2.63-.56-2.69-.9-2.89-.36-5.73-.45-2.56-.29-1.82-.29-2.09-.83 1.75 16.67-13.21 1.31-28.25 5.04-13.84 13.08-1.82 7.97-8.81 10.3-3.17 4.41-.1 15.99-5.21 10.16 1.95 19.08.71 7.68 3.14-.41 9.09-1.13.11 2.69.22 5.88L3195 1906l7.49-2.97.99 10.5 6.45.21h1.36l1.18 7.06 3.06 42.46 2.76 12.04-13.13-3.33-2.84-.7-4.43 27.35-.93 5.75-3.05-.58.7 4.01 2.27 2.87-2.38 13.08-1.51 4.04h-1.1l-.85-.23-1.86-.53-2.58-1.04-2.49-1.17-3.51-1.43-2.72-.02-15.18-.35-3.14 18.74-.22 1.19-6.91-.6.39-1.36 4.95-17.79-8.56-1.89-.83 4.3-.26 1.4-14.54-1.29-3.01-.28-4.33 13.53-5.47-.59-2.6 9.11-1.22 4.25-3.39-.06-.78 22.68-3.3 11.36-1.77 36.66-.38 7.04-7.82 3.07-16.63-18.27-4.49-.92-1.04-2.35-2-5.35-1.25-3.2-9.2-.57-7.65 4.05-15.66 2.42-15.23 1.66-11.63 1.16-13.74-7.16-27.69.26-14.37-.25-7.93-.35-44.26-3.06-7.42.26-21.17 1.16-1.88-53.36-.11-3.84-19.65 1.39-34.24 2.29-.38-1.36-2.83-10.34-3.82.45-11.04 1.27-3.66-.1-.78-6.36-20.24 7.35-.69 3.25-13.21 3.86-9 8.38-.1-20.74-.94-1.63-8.65 6.73-.38-3.93-21.53-.6.02-4.9-28.8-.82 3.5-4.59 1.66-2.16-6.91.14-51.04 1.05-6.46 1.3-11.28 1.36-4.81 1.64-30.47 3.88-11.86 3.58-11.42 3.45-16.41 6.2 2.75 10.66.42 8.04-10.51.23.07 6.41-5.5 1.49-4.45-15.61-5.3.62.7 10.14-6.85.94-4.98-1.92.02 7.04-2.79 1.43-.02 5.05h-8.89l1.59 17.06-23.74 9.38-7.18 2.79.53-5.46 2.59-24.81-6.24-1.54 1.38-8.93 9.08-4.85.11-4.42 1.66-15.19-2.39-9.08-7.67-1.11-1.46-8-8.68 2.77-8.58 1.51-11.84-4.1-7.82 2.28-.77 17.22-3.5.71-5.67 4.5-3.05 4.2-3.04-1.04-13.4-4.6-4.04 3.16-2.69-1.45-2.17 21.84-13.86-8.76-11.88-3.54-7.99 5.17-3.74-.32-.68-.09-17.36-7.64-13.77-5.84-2.37-1.03 7.38-14.74-16.65-8.28-.2-3.75-9.06-7.96.35-5.42-6.82-5.95 6.57-11.36.25-14.41-5.2-9.98-1.82-6.73-6.18-8.61-9.77-18.74-.25-.34 2.12-17.56-2.87-8.37-4.16-1.38-1.66-29.52-6.62.11-1.59-10.03-14.29-6.39-8.82-38.75-.99-13.43.03-14.08-5.22-16.26v-5.97l-7.42.28-1.71-11.39-1.22-8.4-18.59-4.78-6.18-10.03-12.15.44-19.78-7.93.02-8.4-6.87-3.56-3.12 8.78-25.3-6.07-4.75-1.16-3.08-8.79-4.76-7.03-7.12-1.82-4.85 4.34-8.8 1.65-5.98-30.93-3.87-20.86-5.86-1.38-.12-4.14-12.49-2.62 1.88-4.61-8.62-3.81 4.74-17.18-21.81-23.07-9.42-7.22-.27-14.03-12.14-11.02-10.8.67-5.1-2.57.51-4.73-9.31.37-18.75 4.84-18.02-7.53-7.31-3.64-22.27-8.21-8.33-3.93-12.33-3.64-4.5.68-4.08-10.45-21.9.66-2.14 14.5-2.56 17.27-4.38 6.74h-11.18l-5.83 19.86-2.98.68-15.39 1.87-.93-7.46-8.16.46.25 10.75-22.11 5.1-2.04 2.86-20.54 28.64-6.33.26-5.19.25-17.59-6.83-21.88-8.45-11.86-4.01-18.96-6.36-13.35-4.52 3.23-10.36 3.96-12.53.21-14.29.98-8.53 7.44-2.86 9.99-12.58 6.55-3.07 2.47-14.12-3.4-.13-1.11.09-.76.05-1.87.13-11.23 1.92-1.48.26-1.4-4.86-7.4.09.13-18.47-.89-20.38 4.33.86 3.62-7.59-5.15-1.5-4.85 2.17-2.98 1.32-4.89-2.73-15.52-8.78-1.66-.94-2.13-7.85-13.44-6.95-.05-14.37 6.3-3.93 14.25-5.07 23.2-14.62 11.18-6.69 17.39-10.21 14.64-10.23 19.2-23.83 2.68-4.48 6.43-9.93 1.07-6.1 1.32-8.15-.14-3.29-.19-4.38 9.11-6.39.38 10.62.94 6.66 10.29 14.08 10.29-3.28 6.43-2.05 1.71-4.48 1.15-2.94 4.47-4.56 3.74-3.92-10.29-5.8 1.03-12.2 4.26-4.26.26-6.36 3.96-5.58 27.29-7.4 3.7-6.6-1.87-9 4.27-18.85-.25-16.67-2.55-10.66 12.87-6.86v-16.16l5.64-11.38 12.68 6.19 12.39 3.08 1.7 2.39 2.25 3.2 18.73 4.92 9.24 7.9 28.05.11 5.15-2 14.69 4.45 1.02.86 4.38 3.72-7 15.98-.43.94 6.88 13.1 18.9 3.56 17.53 3.18.98.09.94.3 1.19.39 2.04.81 6.42 2.36 1.36.43 1.91.55 1.36.47 1.32.51.89.34.98.81 1.62 1.71 4.38 4.83-1.92 1.36-1.5 1.02-2.39 1.36-1.7.98-1.07.81-2.04 1.7-1.07.76-4.48 2.89-9.12 5.57-.76.51 1.4 1.79.47-.21 1.07-.72 1.58-.59 2.17-.85 3.36-.85 2.39-.68 2-1.1 1.49-.85 2.3-1.66 9.85-9.02 2.39-.89 1.66-.6 1.79-.68 1.36-.8 9.21-6.98 1.71-1.49 1.45-.98 1.53-.76 2.26-.55 2.34-.17 2.38.09 1.88.22 2.68.68 3.45 1.2 2.08.99.72.51-3.54-22.82-11.19-4.46-7.26-12.03 6.14-5.28 9.77-8.25 8.35.22 6.64 4.32 15.79.19 18.12-2.54 1.82 4.34 3.91 6.78 3.11-2.16 6.41-.93 10.65-2.42 14.41-8.7 13.16-.91 10.1-2.92 24.87-.92 9.24-.32 28.44 1.65 3.71 2.59 4.24 2.97 4 2.83 1.37-2.81 1.8-4.26 18.55-11.2 30.51-9 10.79-7.43 15.34-2.43 8.04 3.86 6.26 2.96-2.89 10.69-.26 1.07 3.65 3.93 5.42-3.56 4.48-2.97 9.22 6.59 7.69 5.49 3.07.61 17.02 3.21 5.58-.5 9.71-2.4-3.81-6.03 2.13-2.25 2.31-2.55 1.84-2 15.15 4.14 3.92-12.1 1.27.39 5.74 1.9-.26 13.65 4.67 4.96 1.82 14.72 15.56 6.75 16.59-8.47 2.01-2.17 15.11-.24.94-10.96 1.67-2.55 16.53-25.18-7.34-6.25 3.23-8.05 5.26-6.84 8.73-11.48 1.5-1.91 5.33-.79 23.4-3.41 10.43-9.51 32.72-22.55 5.63-12.68-1.41-9.39 14 4.02 18.15 1.02 8.31-.26-2.31-8.41 23.18-.84 2.21-9.37 13.67 11.45 15.2 1.35 18.98 13.69 2.54 2.7 20.69 22.06 5.55 5.91 23.51.92 10.18-.76 9.17 6.31 6.67 4 17.69 4.36 7.06 1.74 10.4-1.31 8.78 22.31 36.19 1.35 3.96.15 43.28 5.23.62-19.06 13.77 13.64 4.79-4.58 3.3-3.22 1.47 3.2 3.2 7.02 5.74-5.43 18.61-.06 18.09-12.24 31.84-11 .96-11.47 13.93.51 51.94-41.98 21.86-28.59 1.29-10.69 2.33.13 33.62 5.25 8.94-2.11 9.01-4.47 7.93-7.15h24.68l4.08-2.83 4.03 13.37 4.09 5.37-1.26 6.36-9.72-2.37-13.28 2.61-2.88 5.26-4.45-1.93-12.57 17.92-11 7.51 10.01.75 8.12-.35 21.06 4.61 2.72-.65 4.06-1.06 11.63.08 13-2.21 8.5 2.63 6.28-7.4 5.13 1.53 2.84.15-.09-6.77 1.11-4.59 3.95-3.49 18.51-3.07 11.59.51 5.79-5.11 4.77-2.06 3.73-5.43 5.33 6.85 3.82-4.44 2.26 5.43 2.79 6.79 3.77 2.6 2.85-1.47 7.67 5.07 2.97-5.76-11.13-6.9-4.16-5.04 2.32-2.83-3.35-4.49 2.05-3.78 5.95-.22 4.35-2 3.56-7.71 3.32-5.52 9.32-.18 5.74 9.93 13.2-10.98 17.28 5.11 12.58.37.05-.09Z'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h4595v2925H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: auto 95%;
  background-position: bottom center;
}

ul,
ol {
  list-style: none;

  &.list {
    list-style: initial;

    li {
      padding-block-end: var(--padding-xl);

      &:has(svg) {
        svg {
          margin-inline-start: var(--spacer-sm);
        }
      }
    }
  }

  /* &.check-list {
    display: flex;
    flex-direction: column;
    gap: var(--spacer-sm);

    &>li {
      display: flex;
      align-items: center;
      gap: var(--spacer-sm);

      svg {
        flex-shrink: 0;
        color: var(--yellow-400);
      }

      &:nth-child(2) {
        svg { color: var(--blue-400); }
      }

      &:nth-child(3) {
        svg { color: var(--red-400); }
      }
    }
  } */
}

/* Reduced motion accessibility preference */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

header {
  border-block-start: solid var(--margin-sm) transparent;
  /* background: linear-gradient(var(--background) 0 0) padding-box,
    var(--rainbow-gradient-linear-100); */
  background: linear-gradient(var(--background) 0 0) padding-box,
    var(--secondary);
  position: sticky;
  top: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: var(--z-header);
  height: var(--header-height);
  padding-inline: var(--container-padding);
  box-shadow: var(--box-shadow-base);

  .logos {
    display: flex;
    align-items: center;
    gap: var(--spacer-lg);
  }

  img {
    /* max-height: 64px; */
    height: 64px;
    width: 100%;
  }

  .nav-toggle {
    display: none;
  }

  nav {
    .mobile-only {
      display: none;
    }

    ul {
      display: flex;
      flex-wrap: wrap;
      gap: var(--spacer-base);
      align-items: baseline;
    }

    a {
      color: var(--text-color-blue);
      font-size: var(--text-sm);
      padding: var(--padding-xs);
      text-decoration: none;

      @media (hover: hover) {
        &:not(.btn) {
          text-decoration-thickness: 0px;
          text-decoration-style: solid;
          text-decoration-color: transparent;
          text-underline-offset: 0;
          transition: text-decoration 0.18s ease;

          &:hover {
            color: var(--text-color-black);
            text-decoration: underline;
            text-decoration-thickness: 3px;
            text-underline-offset: 3px;
            text-decoration-color: var(--text-color-black);
          }
        }
      }
    }
  }

  @media (max-width: 1297px) {
    .nav-toggle {
      display: grid;
      width: 44px;
      height: 44px;
      background: transparent;
      border: 0;
      cursor: pointer;
      color: var(--text-primary);
      align-content: center;
      justify-content: center;
    }

    .icon-close {
      display: none;
    }

    .nav-toggle[aria-expanded='true'] .icon-menu {
      display: none;
    }

    .nav-toggle[aria-expanded='true'] .icon-close {
      display: block;
    }

    nav {
      position: fixed;
      z-index: var(--z-nav);
      inset: var(--header-height) 0 0;
      background: rgb(from var(--gray-100) r g b / 0.85);
      backdrop-filter: blur(10px);
      opacity: 0;
      pointer-events: none;
      transition: opacity var(--transition-base) ease-out;

      &[data-visible] {
        opacity: 1;
        pointer-events: auto;
      }

      > ul {
        flex-direction: column;
        align-items: flex-start;
        padding: min(10vh, 10rem) 2em;
      }

      li, a:not(.btn) {
        display: block;
        padding-block: var(--padding-base);
        width: 100%;
      }

      li, a {
        font-size: var(--text-xl);
      }

      .mobile-only {
        display: block;

        &::before {
          content: '';
          display: block;
          border-block-start: var(--border-width) var(--border-style) var(--primary);
          padding-block-start: var(--spacer-base);
        }

        & + .mobile-only::before {
          display: none;
        }
      }
    }
  }
}

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

.container {
  padding-inline: var(--container-padding);
  padding-block: var(--container-padding);

  @media (max-width: 719px) {
    padding-block: calc(var(--container-padding) * 3);
  }

  .grid {
    display: grid;
    gap: clamp(var(--spacer-base), 4vw, var(--spacer-xl));

    &.columns {
      grid-template-columns: repeat(auto-fit, minmax(min(20rem, 100%), 1fr));
    }

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

      @media (min-width: 580px) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      @media (min-width: 1280px) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      @media (min-width: 1600px) {
        grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      &>* {
        min-width: 0;
      }

      /* .sponsor &,
      .footer & {
        @media (min-width: 1280px) {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }
      } */

    .sponsor &{
        @media (min-width: 1280px) {
          grid-template-columns: repeat(3, minmax(0, 1fr));
        }
      }

      .footer & > *:first-child {
        grid-column: 1 / -1;

        @media (min-width: 1280px) {
          grid-column: auto;
        }
      }
    }
  }

  &.hero {
    @media (min-width: 641px) {
      .grid {
        align-items: center;
      }
    }

    @media (max-width: 640px) {
      .grid {
        gap: var(--spacer-xl);
      }
    }

    .content {
      h1 {
        font-size: var(--text-heading-1);
      }
      > *:not(:last-child) {
        margin-block-end: var(--margin-xl);
      }
      > *:last-child {
        margin-block-start: var(--margin-xxl);
      }
      p {
        max-width: 40ch;
      }
    }

    background-image: url('../images/hero-bg.svg');
    background-position: top right;
    background-repeat: no-repeat;
    background-size: auto 100%;

    .btn {
      border: var(--border-width) var(--border-style) var(--blue-600);
      backdrop-filter: blur(30px);
      justify-content: center;
      &:first-child {
        background: rgb(from var(--blue-700) r g b / 0.70);
        color: var(--text-color-white);
      }

      @media (hover: hover) {
        &:hover {
          background: var(--blue-700);
        }
      }
    }
  }

  .container-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-block-end: var(--spacer-xl);

    h2,
    p {
      margin: unset;
      text-align: center;
    }
  }
}

footer {
  color: var(--text-color-white);
  
  .footer {
    border-top: var(--secondary) var(--border-style) var(--border-width);

    ul {
      padding-block: var(--padding-xxl);
    }
  }

  .container-title,
  hr {
    padding: 0;
    margin: 0;
  }

  .sponsor {
    margin-block-end: calc(var(--margin-xxl) * 2);

    .grid.items {
      align-items: end;
    }
  }
}

a {
  &.btn {
    text-decoration: none;
  }
}

.tag {
  display: inline-flex;
  align-items: center;
  padding: var(--padding-base) var(--padding-xl);
  text-align: center;
  gap: var(--spacer-sm);

  @media (max-width: 480px) {
    display: flex;
    justify-content: center;
  }
}

.btn {
  @media (max-width: 480px) {
    width: 100%;
  }

  display: inline-flex;
  align-items: center;
  border: var(--border-width) var(--border-style) transparent;
  transition: background-color var(--transition-base), color var(--transition-base), border-color var(--transition-base);
  padding: var(--padding-base) clamp(var(--padding-lg), 4vw, var(--padding-xxl));

  &:has(svg) {
    justify-content: space-between;
    gap: var(--spacer-base);
  }

  &.btn-primary {
    background: var(--primary);
    color: var(--text-color-white);

    &.btn-outline {
      background: var(--utility-white);
      color: var(--text-color-blue);
      border: var(--border-width) var(--border-style) var(--primary);
    }
  }

  @media (hover: hover) {
    &.btn-primary:hover {
      background: var(--blue-700);
    }

    &.btn-primary.btn-outline:hover {
      background: var(--primary);
      color: var(--text-color-white);
    }
  }
}

.button-group {
  display: flex;
  flex-wrap: wrap;

  gap: var(--margin-lg);

  .btn {
    white-space: nowrap;
  }
}

.card {
  background: var(--card-background);
  color: var(--card-foreground);
  border-radius: var(--card-radius);
  border: var(--border-width) var(--border-style) var(--blue-50);
  padding: var(--card-padding);

  .icon {
    --size: 4rem;

    height: var(--size);
    width: var(--size);
    display: grid;
    place-content: center;
    margin-block-end: var(--spacer-xl);

    &[class*='-green'] {
      background: var(--green-300);
      color: var(--green-950);
    }

    &[class*='-green-light'] {
      background: var(--green-100);
      color: var(--green-400);
    }


    &[class*='-blue'] {
      background: var(--blue-100);
      color: var(--blue-400);
    }

    &[class*='-gray'] {
      background: var(--gray-100);
      color: var(--gray-400);
    }
  }

  .card-content {
    .card-title {
      color: var(--blue-900);
      font-weight: var(--font-weight-bold);
    }
  }
}

.card {
  &.hero-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(var(--spacer-base), 4vw, var(--spacer-xl));

    .card-top {
      display: flex;
      align-items: center;
      gap: var(--spacer-base);

      .icon {
        margin-block-end: inherit;
      }

      .card-top-addon {
        display: flex;
        flex-direction: column;
      }
    }

    .card-footer {
      >* {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
      }
    }
  }

    &.contact-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    text-decoration: none;

      hyphens: auto;
      hyphenate-limit-chars: auto 3;
      hyphenate-limit-lines: 4;
      border: var(--border-width) var(--border-style) transparent;

      .card-content {
        .card-title, h4, p, ul {
          color: inherit;
        }
        ul {
          li {
            padding-block-end: var(--padding-base);
          }
        }
      }

      .card-top {
        margin-block-end: var(--margin-xl);
      }

    .pill {
      display: inherit;
    }

    &[class*='-green'] {
      background: var(--green-300);
      color: var(--green-950);
      --border-color: var(--green-500);
    }


    &[class*='-blue'] {
      background: var(--blue-300);
      color: var(--blue-950);
      --border-color: var(--blue-500);
    }

    &[class*='-gray'] {
      background: var(--gray-300);
      color: var(--gray-950);
      --border-color: var(--gray-500);
    }

    &[class*='-blue-dark'] {
      background: var(--primary);
      background-image: url('../images/envelope-frame.svg');
      background-repeat: no-repeat;
      background-position: center right;
      color: var(--utility-white);
      --border-color: var(--blue-700);

      a {
        color: inherit;
      }
    }
  }

  &.about-card {
    padding: 0;
    box-shadow: var(--box-shadow-lg);
    overflow: hidden;

    &>* {
      padding: var(--card-padding);
    }

    &>*:nth-child(2) {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    p {
      &:first-of-type {
        margin-block-start: 0;
      }
    }

    .check-list {
      li {
        align-items: initial;
      }
    }
  }

  &.sponsor-card {
    position: relative;
    display: flex;
    flex-direction: column;

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

    img {
      max-width: 100%;
      height: 120px;
      object-fit: contain;
    }

    @media (hover: hover) {
      &:hover {
        box-shadow: var(--box-shadow-0);

        &::before,
        .card-content>.icon {
          opacity: 1;
        }

        img {
          filter: grayscale(100%);
        }
      }

      &::before {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgb(from var(--blue-900) r g b / 0.8);
        z-index: 1;
        opacity: 0;
        border-radius: var(--card-radius);
      }

      .card-content>.icon {
        position: absolute;
        inset: 0;
        margin: auto;
        z-index: 2;
        pointer-events: none;
        background: var(--utility-white);
        color: var(--blue-900);
        opacity: 0;
        transition: opacity var(--transition-base) ease-in-out, transform var(--transition-base) ease-in-out;

        svg {
          fill: var(--blue-900);
        }
      }
    }
  }

  a&,
  &.has-hover {
    @media (hover: hover) {
      &:hover {
        box-shadow: var(--box-shadow-lg);
        transition: box-shadow .3s ease-in-out;

        .icon {
          transform: scale(1.1);
        }
      }
    }
  }
}

a[href^="tel:"] {
  font-feature-settings: "tnum" on;
}

p a[href^="http"]:not([href*="wortnord.de"])::after,
p a[target="_blank"]::after,
li a[href^="http"]:not([href*="wortnord.de"])::after,
#ext-modal-dest::after {
  content: '';
  display: inline-block;
  inline-size: 1em;
  block-size: 1em;
  margin-inline-start: 0.25em;
  vertical-align: inherit;
  background-color: currentColor;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256"><path d="M224,104a8,8,0,0,1-16,0V59.32l-66.33,66.34a8,8,0,0,1-11.32-11.32L196.68,48H152a8,8,0,0,1,0-16h64a8,8,0,0,1,8,8Zm-40,24a8,8,0,0,0-8,8v72H48V80h72a8,8,0,0,0,0-16H48A16,16,0,0,0,32,80V208a16,16,0,0,0,16,16H176a16,16,0,0,0,16-16V136A8,8,0,0,0,184,128Z"/></svg>') center / contain no-repeat;

  @media print {
    content: " (" attr(href) ")";
    mask: none;
    background: none;
    font-size: 0.9em;
    color: inherit;
  }
}

a[data-external]:not(header a, footer a) {
  color: currentColor;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  font-style: italic;

  @media (hover: hover) {
    &:hover {
      color: var(--text-color-black);
      text-decoration-thickness: 3px;
    }
  }
}

.modal-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgb(26 24 20 / 0.55);
  backdrop-filter: blur(3px);
  z-index: var(--z-modal);
  align-items: center;
  justify-content: center;

  &[data-visible] {
    display: flex;
    animation: fade-in .2s ease;
  }

  .modal {
    background: var(--card-background);
    border: var(--border-width) var(--border-style) var(--primary);
    border-radius: var(--card-radius);
    padding: var(--card-padding);
    max-width: 480px;
    width: calc(100% - 2rem);
    animation: slide-up .22s ease;
    box-shadow: var(--box-shadow-lg);

    .modal-icon {
      color: var(--blue-400);
    }

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

    .modal-dest {
      background-color: var(--blue-100);
      border: var(--border-width) var(--border-style) var(--blue-400);
      border-radius: var(--rounded-sm);
      padding: var(--padding-lg);
      display: flex;
      justify-content: center;
      margin-block-end: var(--spacer-base);
    }
  }
}

@keyframes fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes slide-up {
  from { transform: translateY(16px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}