/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #212121;
  letter-spacing: 0;
  line-height: 100%;
}

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

h2 {
  font-size: 30px;
  margin: 0 0 30px;
}

p {
  margin: 0;
}

.otgs-development-site-front-end {
  display: none;
}

.taxdome__button {
  text-align: center;
}
.taxdome__button a {
  transition: 0.3s;
  background-color: #E41E26;
  border: 1px solid #E41E26;
  color: #FAFCFC;
  font-size: 17px;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 48px;
  padding: 10px 16px;
  line-height: 17px;
  font-weight: 700;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  min-width: 198px;
}
.taxdome__button a:hover {
  background-color: #0033A0;
  border-color: #0033A0;
}
.taxdome__button button, .taxdome__button input {
  transition: 0.3s;
  background-color: #1976d3;
  border: 1px solid #1976d3;
  color: #ffffff;
  font-size: 14px;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 48px;
  padding: 10px 16px;
  line-height: 17px;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-right: auto;
  min-width: 198px;
}
.taxdome__button button:hover, .taxdome__button input:hover {
  background-color: #044c94;
  border-color: #044c94;
}
.taxdome__button-light {
  text-align: center;
}
.taxdome__button-light a {
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid rgb(25, 118, 211);
  color: rgb(25, 118, 211);
  font-size: 14px;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 48px;
  padding: 10px 16px;
  line-height: 17px;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  min-width: 198px;
}
.taxdome__button-light a:hover {
  background-color: rgb(20, 100, 189);
  border-color: rgb(20, 100, 189);
  color: #ffffff;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #0033A0;
}

::-moz-selection {
  background: #0033A0;
  color: #ffffff;
}

::selection {
  background: #0033A0;
  color: #ffffff;
}

.container {
  width: 1100px;
  margin: auto;
  padding: 0 15px;
}
@media screen and (max-width: 1199.98px) {
  .container {
    width: 100%;
  }
}

.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: 700;
  margin: 1.5em 0 1em;
}
.content h1 {
  font-size: 28px;
}
.content h2 {
  font-size: 24px;
}
.content h3 {
  font-size: 22px;
}
.content h4 {
  font-size: 18px;
}
.content h5 {
  font-size: 16px;
}
.content h6 {
  font-size: 14px;
}
.content p {
  margin-bottom: 1em;
}
.content p:last-child {
  margin-bottom: 0;
}
.content a {
  text-decoration: underline;
  color: #212121;
}
.nopage {
  text-align: center;
}

.profile {
  padding: 85px 0;
}
@media screen and (max-width: 991.98px) {
  .profile {
    padding: 64px 0;
  }
}
.profile .container {
  position: relative;
  overflow: visible;
  padding: 0;
  background-image: url("/wp-content/themes/advisors/assets/images/search_back.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991.98px) {
  .profile .container {
    background-size: auto;
    background-position-x: -100px;
  }
}
.profile__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-radius: 40px;
  padding-left: 85px;
}
@media screen and (max-width: 991.98px) {
  .profile__flex {
    padding-left: 0;
    flex-direction: column;
  }
}
.profile .pagination {
  text-align: center;
  display: block;
  width: 100%;
  padding-bottom: 80px;
}
.profile .pagination .prev, .profile .pagination .next, .profile .pagination .dots, .profile .pagination .disabled {
  border: none;
}
.profile .pagination a .disabled {
  color: rgb(208, 224, 241);
  cursor: context-menu;
}
@media screen and (max-width: 767.98px) {
  .profile .pagination {
    margin-bottom: 32px;
  }
}
.profile .pagination span {
  border: 1px solid #1976d3;
  border-radius: 4px;
  font-weight: 900;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #1976d3;
  margin-right: 8px;
  font-size: 14px;
  padding: 3px 8px;
  line-height: normal;
  text-decoration: none;
  outline: none;
}
@media screen and (max-width: 991.98px) {
  .profile .pagination span {
    margin-right: 5px;
  }
}
.profile .pagination a {
  text-decoration: none;
  margin-right: 12px;
  color: #1976d3;
  font-weight: 600;
  font-size: 14px;
  padding: 3px 8px;
  line-height: normal;
  outline: none;
  border: none;
  background: transparent;
}
@media screen and (max-width: 991.98px) {
  .profile .pagination a {
    margin-right: 0;
  }
}
.profile h1 {
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 40px 0;
  color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .profile h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 42px;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
.profile .sort-form {
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .profile .sort-form {
    margin-bottom: 20px;
    margin-top: 16px;
  }
}
.profile .sort-form .results-counter {
  position: absolute;
  left: 0;
  top: 50%;
  color: rgb(41, 41, 41);
  font-size: 16px;
  display: none;
}
.profile .sort-form select {
  height: 30px;
  line-height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
  color: #2B2B2B;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s;
  background: transparent;
  cursor: pointer;
}
.profile .sort-form select option.active {
  color: #ffffff;
}
.profile .sort-form select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.profile__single {
  margin: 100px 30px 90px 0;
  position: relative;
  background: url("/wp-content/themes/advisors/assets/images/single.svg") no-repeat top center;
  min-width: 352px;
  box-shadow: 0px 23px 31px rgba(21, 29, 69, 0.1);
  border-radius: 10px;
  padding: 0 32px 40px 32px;
}
@media screen and (max-width: 991.98px) {
  .profile__single {
    flex-wrap: nowrap;
    margin: 50px auto;
    padding: 20px;
    width: 100%;
    max-width: 315px;
    min-width: 315px;
    background: url("data:image/svg+xml,%3Csvg width='375' height='417' viewBox='0 0 375 417' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_41885_16355)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M118.95 8.49707H37.9355C33.5173 8.49707 29.9355 12.0788 29.9355 16.4971V354.504C29.9355 358.922 33.5173 362.504 37.9355 362.504H336.936C341.354 362.504 344.936 358.922 344.936 354.504V16.4971C344.936 12.0788 341.354 8.49707 336.936 8.49707H254.936V35.5189C254.936 43.3131 251.772 49.1588 245.22 52.9413C237.313 57.4688 229.348 62.025 221.384 66.5812C213.42 71.1373 205.456 75.6935 197.548 80.2211C190.657 84.0035 183.766 84.2328 176.762 80.2211C168.855 75.6936 160.89 71.1947 152.926 66.6959C144.962 62.197 136.998 57.6981 129.09 53.1705C122.764 49.388 119.036 44.0009 119.036 36.5505C118.925 27.2788 118.923 17.8956 118.95 8.49707Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_41885_16355' x='-1.06445' y='0.49707' width='377' height='416.007' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='23'/%3E%3CfeGaussianBlur stdDeviation='15.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_41885_16355'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_41885_16355' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top center;
  }
}
.profile__single-certificate {
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  right: 5px;
  top: 10px;
  background-image: url("/wp-content/themes/advisors/assets/images/certified.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.profile__single-img {
  width: 120px;
  height: 138px;
  position: absolute;
  z-index: 3;
  top: -60px;
  left: 118px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.profile__single-img::before {
  content: "";
  display: block;
  background: #ffffff;
  padding-top: 86.6%;
}
.profile__single-img::before {
  width: 120px;
  height: 135px;
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='120' height='134' viewBox='0 0 120 134' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M120 66.8015V90.7915C120 97.7038 117.209 102.888 111.428 106.243C97.473 114.273 83.3189 122.405 69.3641 130.436C63.2838 133.79 57.2035 133.994 51.0235 130.436C37.0688 122.405 22.9146 114.476 8.95985 106.446C3.37794 103.091 0.0886018 98.3137 0.0886018 91.7063C-0.110752 75.0353 0.0886018 57.9577 0.0886018 41.1851C0.0886018 34.2727 3.87633 29.5967 9.65759 26.2422C23.2137 18.415 37.0688 10.791 50.4255 2.76049C57.0042 -1.1023 63.6825 -0.797339 69.9622 2.9638C83.4186 10.791 96.7753 18.415 110.232 25.9372C116.81 29.8 120.199 35.1876 119.801 43.0148C119.801 50.7404 120 58.771 120 66.8015Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 50% 12%;
  position: absolute;
  z-index: -2;
}
@media screen and (max-width: 991.98px) {
  .profile__single-img {
    max-width: 120px;
    top: -60px;
    left: 97px;
  }
}
.profile__single-img .clip-hexagon {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border-radius: 6px;
  overflow: hidden;
}
.profile__single-img .rounded-corners {
  border-radius: 8px;
}
.profile__single-img img {
  border-radius: 6px;
  width: 104px;
  height: 116px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  box-shadow: 0 0 0 4px #ffffff;
  position: relative;
  filter: url("#goo");
}
@media screen and (max-width: 991.98px) {
  .profile__single-img img {
    width: 100px;
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
    max-width: max-content;
  }
}
.profile__single-img img .clip-hexagon {
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border-radius: 6px;
}
.profile__single-img img::after {
  content: "";
  position: absolute;
  width: 142px;
  height: 160px;
  display: block;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: inherit;
  border: 4px solid #000;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
@media screen and (max-width: 767.98px) {
  .profile__single-content {
    width: 100%;
  }
}
.profile__single-content h3 {
  margin: 90px 0 10px 0;
  display: block;
  max-width: 288px;
  min-height: 60px;
  text-align: center;
}
@media screen and (max-width: 991.98px) {
  .profile__single-content h3 {
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
    max-width: max-content;
    margin: 90px auto 30px auto;
    min-height: auto;
  }
}
.profile__single-content h3 a {
  color: #000000;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  font-style: normal;
  line-height: 30px;
  transition: 0.5s;
}
.profile__single-content h3 a:hover {
  color: rgb(35, 82, 124);
}
.profile__single-content-work {
  margin-bottom: 10px;
  color: #ffffff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 40px;
  padding: 0 8px 1px 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.profile__single-content-work.remote_only {
  background-color: #24C875;
  border-color: #24C875;
}
.profile__single-content-work.remote_only .icon-container {
  width: 22px;
  height: 18px;
  background-color: #24C875;
  border-color: #24C875;
  border-radius: 50%;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__single-content-work.remote_only .icon-check {
  width: 12px;
  height: 12px;
  fill: #ffffff;
}
.profile__single-content-work.remote__local {
  background-color: #24C875;
  border-color: #24C875;
}
.profile__single-content-work.remote__local .icon-container {
  width: 22px;
  height: 18px;
  background-color: #00ba37;
  border-radius: 50%;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__single-content-work.remote__local .icon-check {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  font-weight: 600;
}
.profile__single-content-work.local {
  background-color: #24C875;
  border-color: #24C875;
}
.profile__single-content-work.local .icon-container {
  width: 22px;
  height: 18px;
  background-color: rgb(20, 100, 189);
  border-radius: 50%;
  margin-right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.profile__single-content-work.local .icon-check {
  width: 12px;
  height: 12px;
  fill: #ffffff;
  font-weight: 600;
}
.profile__single-content-location {
  padding-left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_40370_1168)'%3E%3Cpath d='M8 0C6.40935 0.00211004 4.88445 0.634929 3.75969 1.75969C2.63493 2.88445 2.00211 4.40935 2 6C2 10.3075 7.59 15.7025 7.8275 15.93C7.8737 15.9749 7.93558 16 8 16C8.06442 16 8.1263 15.9749 8.1725 15.93C8.41 15.7025 14 10.3075 14 6C13.9979 4.40935 13.3651 2.88445 12.2403 1.75969C11.1155 0.634929 9.59065 0.00211004 8 0ZM8 8.75C7.4561 8.75 6.92442 8.58871 6.47218 8.28654C6.01995 7.98437 5.66747 7.55488 5.45933 7.05238C5.25119 6.54988 5.19673 5.99695 5.30284 5.4635C5.40895 4.93005 5.67086 4.44005 6.05546 4.05546C6.44005 3.67086 6.93005 3.40895 7.4635 3.30284C7.99695 3.19673 8.54988 3.25119 9.05238 3.45933C9.55488 3.66747 9.98437 4.01995 10.2865 4.47218C10.5887 4.92442 10.75 5.4561 10.75 6C10.7496 6.72921 10.4597 7.42843 9.94406 7.94406C9.42843 8.45969 8.72921 8.74956 8 8.75Z' fill='%231976D3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_40370_1168'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: contain;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 767.98px) {
  .profile__single-content-location {
    margin-bottom: 20px;
  }
}
.profile__single-content-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 991.98px) {
  .profile__single-content-more {
    justify-content: space-between;
  }
}
.profile__single-content-more .send-message {
  max-width: 140px;
}
.profile__single-content-more .send-message a {
  max-width: 140px;
  min-width: 140px;
}
@media screen and (max-width: 991.98px) {
  .profile__single-content-more .send-message a {
    max-width: 131px;
    min-width: 131px;
  }
}
.profile__single-content-more .view-profile {
  margin-right: 10px;
  max-width: 140px;
}
.profile__single-content-more .view-profile a {
  max-width: 140px;
  min-width: 140px;
}
@media screen and (max-width: 991.98px) {
  .profile__single-content-more .view-profile a {
    max-width: 131px;
    min-width: 131px;
  }
}
.profile__main {
  width: 100%;
  position: relative;
  background-size: contain;
  margin-top: 16px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.profile__main::before {
  content: "";
  display: block;
  width: 1294px;
  background: url("/wp-content/themes/advisors/assets/images/search_main.svg") no-repeat top center;
  position: absolute;
  z-index: -1;
  border-radius: 60px;
  margin-top: 300px;
}
@media screen and (max-width: 991.98px) {
  .profile__main::before {
    width: -webkit-fill-available;
    background-size: cover;
    border-radius: 0;
    margin-top: -30px;
  }
}
.profile__main.dynamic-height::before {
  min-height: calc(100% - 280px);
}
@media screen and (max-width: 991.98px) {
  .profile__main.dynamic-height::before {
    min-height: calc(100% - 10px);
  }
}
.profile__main-noresults {
  font-size: 24px;
  text-align: center;
  padding-top: 120px;
  font-weight: bold;
  padding-bottom: 120px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .profile__main {
    width: 100%;
    padding-right: 0;
  }
}
.profile__top-ajaxsearch {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 991.98px) {
  .profile__top-ajaxsearch {
    width: 315px;
    margin: 0 auto;
  }
}
.profile__top .top-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .profile__top .top-flex {
    width: 315px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991.98px) {
  .profile__top-taxonomy .sort {
    margin-top: -1px;
  }
}
.profile__top-taxonomy h3 {
  color: #ffffff;
  cursor: pointer;
  background: url("data:image/svg+xml,%3Csvg width='9' height='5' viewBox='0 0 9 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.14534 4.59999L8.14531 1.69999C8.54531 1.29999 8.54531 0.7 8.14531 0.3C7.74531 -0.0999997 7.14532 -0.0999997 6.74532 0.3L4.44532 2.49998L2.14533 0.3C1.74533 -0.1 1.14531 -0.1 0.745305 0.3C0.545301 0.5 0.445312 0.699981 0.445312 0.999981C0.445312 1.19998 0.545301 1.49999 0.745305 1.69999L3.74531 4.59999C4.14531 4.89999 4.74533 4.89999 5.14534 4.59999Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 100% 60%;
  padding-right: 20px;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
}
.profile__top-back {
  border-radius: 20px;
  padding: 25px 85px 0;
}
@media screen and (max-width: 991.98px) {
  .profile__top-back {
    padding: 15px;
  }
}
.profile__top-back .breadcrumbs {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 40px;
}
.profile__top-back .breadcrumbs a {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
}
.profile__top .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: right;
  padding: 8px;
  background: #ffffff;
  filter: drop-shadow(0px 20px 30px rgba(43, 43, 43, 0.1));
  border-radius: 40px;
}
@media screen and (max-width: 991.98px) {
  .profile__top .search-form {
    justify-content: center;
    border-radius: 16px;
    padding-bottom: 20px;
  }
}
.profile__top .search-form .right-input {
  border-left: 1px solid #D9D9D9;
}
@media screen and (max-width: 991.98px) {
  .profile__top .search-form .right-input {
    border-top: 1px solid #D9D9D9;
    border-left: none;
  }
}
.profile__top .search-form input {
  border: 1px solid #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #C4C4D2;
  padding-left: 40px;
}
@media screen and (max-width: 991.98px) {
  .profile__top .search-form input {
    padding-left: 0;
  }
}
.profile__top .search-form input[type=submit] {
  border-radius: 40px;
  color: #ffffff;
  border: 1px solid #24C875;
  width: 166px;
  text-align: center;
  transition: 0.3s;
  padding-left: 0;
  background: #24C875 url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4886 14.5735L11.6805 10.6129C12.6597 9.44901 13.1961 7.98455 13.1961 6.45999C13.1961 2.89801 10.2981 0 6.73612 0C3.17413 0 0.276123 2.89801 0.276123 6.45999C0.276123 10.022 3.17413 12.92 6.73612 12.92C8.07334 12.92 9.34764 12.5167 10.4371 11.751L14.2741 15.7416C14.4345 15.9082 14.6502 16 14.8813 16C15.1001 16 15.3077 15.9166 15.4653 15.7649C15.8 15.4428 15.8107 14.9085 15.4886 14.5735ZM6.73612 1.68522C9.36899 1.68522 11.5109 3.82713 11.5109 6.45999C11.5109 9.09286 9.36899 11.2348 6.73612 11.2348C4.10325 11.2348 1.96134 9.09286 1.96134 6.45999C1.96134 3.82713 4.10325 1.68522 6.73612 1.68522Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 75% 50%;
}
@media screen and (max-width: 991.98px) {
  .profile__top .search-form input[type=submit] {
    width: 95%;
    height: 48px;
    text-align: left;
    padding-left: 40px;
    background: #24C875 url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4886 14.5735L11.6805 10.6129C12.6597 9.44901 13.1961 7.98455 13.1961 6.45999C13.1961 2.89801 10.2981 0 6.73612 0C3.17413 0 0.276123 2.89801 0.276123 6.45999C0.276123 10.022 3.17413 12.92 6.73612 12.92C8.07334 12.92 9.34764 12.5167 10.4371 11.751L14.2741 15.7416C14.4345 15.9082 14.6502 16 14.8813 16C15.1001 16 15.3077 15.9166 15.4653 15.7649C15.8 15.4428 15.8107 14.9085 15.4886 14.5735ZM6.73612 1.68522C9.36899 1.68522 11.5109 3.82713 11.5109 6.45999C11.5109 9.09286 9.36899 11.2348 6.73612 11.2348C4.10325 11.2348 1.96134 9.09286 1.96134 6.45999C1.96134 3.82713 4.10325 1.68522 6.73612 1.68522Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 35% 50%;
  }
}
.profile__top .search-form input[type=submit]:hover {
  cursor: pointer;
  background: #00ba37 url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.4886 14.5735L11.6805 10.6129C12.6597 9.44901 13.1961 7.98455 13.1961 6.45999C13.1961 2.89801 10.2981 0 6.73612 0C3.17413 0 0.276123 2.89801 0.276123 6.45999C0.276123 10.022 3.17413 12.92 6.73612 12.92C8.07334 12.92 9.34764 12.5167 10.4371 11.751L14.2741 15.7416C14.4345 15.9082 14.6502 16 14.8813 16C15.1001 16 15.3077 15.9166 15.4653 15.7649C15.8 15.4428 15.8107 14.9085 15.4886 14.5735ZM6.73612 1.68522C9.36899 1.68522 11.5109 3.82713 11.5109 6.45999C11.5109 9.09286 9.36899 11.2348 6.73612 11.2348C4.10325 11.2348 1.96134 9.09286 1.96134 6.45999C1.96134 3.82713 4.10325 1.68522 6.73612 1.68522Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat 75% 50%;
}
.profile__sidebar {
  width: 25%;
  top: 100px;
  height: 100%;
  overflow-y: auto;
}
@media screen and (max-width: 767.98px) {
  .profile__sidebar {
    width: 100%;
  }
}
.profile__sidebar h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  background: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid rgb(238, 238, 238);
  margin: 0;
}
.profile__sidebar-ajaxsearch {
  width: 100%;
  border: 1px solid rgb(238, 238, 238);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  position: relative;
  z-index: 10;
}
.profile__sidebar-ajaxsearch .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.profile__sidebar-ajaxsearch .search-form label {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.profile__sidebar-ajaxsearch .search-form input {
  height: 48px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s;
  margin-bottom: 15px;
}
.profile__sidebar-ajaxsearch .search-form input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.profile__sidebar-ajaxsearch .search-form input[type=submit] {
  transition: 0.3s;
  background-color: #1976d3;
  border: 1px solid #1976d3;
  color: #ffffff;
  font-size: 14px;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 40px;
  padding: 10px 16px;
  line-height: 17px;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.profile__sidebar-ajaxsearch .search-form input[type=submit]:hover {
  background-color: #044c94;
  border-color: #044c94;
}
.profile__sidebar-taxonomy {
  width: 100%;
  border: 1px solid rgb(238, 238, 238);
  margin-top: 24px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.profile__sidebar-taxonomy-tags {
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.profile__sidebar-taxonomy-tags a {
  display: inline-block;
  padding: 4px 9px;
  border-radius: 50px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #1976d3;
  color: #1976d3;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 10px;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s, filter 0.3s, text-shadow 0.3s;
}
.profile .container {
  flex-wrap: wrap;
}

.search-form__inner {
  position: relative;
}

.search-form__inner input {
  width: 464px;
  height: 48px;
}
@media screen and (max-width: 991.98px) {
  .search-form__inner input {
    max-width: 100%;
    width: 260px;
  }
}

.search-form__block {
  position: absolute;
  left: 0;
  right: 0;
  top: 54px;
  background: #fff;
  z-index: 10;
  border-radius: 4px;
}

.search-form__block a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
  padding: 6px 12px;
  display: block;
}

.profile__top-taxonomy-tags {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  background: #ffffff;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding: 10px;
  border-radius: 8px;
  z-index: 9;
  box-shadow: 0px 20px 30px 0px #2B2B2B;
}
.profile__top-taxonomy-tags .sep {
  margin-top: 6px;
}
.profile__top-taxonomy-tags a {
  color: #000000;
  text-decoration: none;
  margin: 6px 0;
}

.profile__top-taxonomy:hover .profile__top-taxonomy-tags {
  display: block;
  opacity: 1;
}

#sort option:first-child {
  color: #ffffff;
}

#sort option {
  color: #2B2B2B;
}

#sort {
  display: none;
}

.hexagon-image {
  width: 142px;
  height: 142px;
  -webkit-clip-path: url(#hexagon-mask);
          clip-path: url(#hexagon-mask);
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

image {
  -o-object-fit: cover;
     object-fit: cover;
}

.profileinner {
  padding: 150px 0;
}
@media screen and (max-width: 767.98px) {
  .profileinner {
    padding: 120px 0 40px 0;
    background: rgb(243, 248, 253);
  }
}
.profileinner h1 {
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  margin-bottom: 0px;
}
@media screen and (max-width: 767.98px) {
  .profileinner h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: -0.8000000119px;
    text-align: center;
  }
}
.profileinner__breadcumbs {
  position: relative;
  background-color: #F3F8FD;
}
.profileinner__breadcumbs .breadcrumbs {
  position: absolute;
  top: 110px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: rgb(117, 173, 229);
}
.profileinner__breadcumbs .breadcrumbs a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: rgb(117, 173, 229);
}
.profileinner__connection {
  font-size: 16px;
  margin: 30px 0 10px;
}
.profileinner__connection img {
  margin-bottom: -5px;
}
@media screen and (max-width: 767.98px) {
  .profileinner__connection {
    max-width: 100%;
    padding: 0;
  }
}
.profileinner__connection a {
  color: rgb(28, 110, 177);
  text-decoration: none;
  transition: 0.3s;
}
.profileinner__connection a:hover {
  color: #23527c;
}
.profileinner__more {
  width: 100%;
  background-color: #ffffff;
  color: rgb(41, 41, 41);
  padding: 25px;
  box-shadow: 0px 8px 26px 0px rgba(43, 43, 43, 0.08);
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .profileinner__more {
    border-radius: 0;
  }
}
.profileinner__more-vimeo, .profileinner__more-youtube {
  text-align: center;
  margin-top: 25px;
}
.profileinner__more .phone-number .actual-number {
  display: none;
}
.profileinner__more span .show-number {
  color: #ffffff;
  background: rgba(91, 192, 222, 0.95) url("data:image/svg+xml,%3Csvg class='fontawesomesvg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3C!--! Font Awesome Free 6.2.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M164.9 24.6c-7.7-18.6-28-28.5-47.4-23.2l-88 24C12.1 30.2 0 46 0 64C0 311.4 200.6 512 448 512c18 0 33.8-12.1 38.6-29.5l24-88c5.3-19.4-4.6-39.7-23.2-47.4l-96-40c-16.3-6.8-35.2-2.1-46.3 11.6L304.7 368C234.3 334.7 177.3 277.7 144 207.3L193.3 167c13.7-11.2 18.4-30 11.6-46.3l-40-96z'/%3E%3C/svg%3E") no-repeat left center;
  border-color: rgb(91, 192, 222);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  display: inline;
  padding: 10px 16px;
  width: 100%;
  border-radius: 100px;
  max-width: 180px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
}
.profileinner__more span .show-number:hover {
  cursor: pointer;
}
.profileinner__more-slogan {
  background-color: #ffffff;
  padding: 15px 25px 15px 70px;
  font-family: georgia;
  font-size: 24px;
  font-style: italic;
  border-radius: 4px;
  line-height: 1.42857143;
}
@media screen and (max-width: 767.98px) {
  .profileinner__more-slogan {
    padding: 15px;
    width: 100%;
  }
}
.profileinner__more-aboutme {
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 400;
  padding: 15px 0;
}
.profileinner__more-aboutme p {
  margin: 0 0 10px;
}
.profileinner__more-aboutme p img {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.profileinner__more-appointment, .profileinner__more-website, .profileinner__more-phone, .profileinner__more-location {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 1.42857143;
  font-weight: 400;
  border-top: 1px solid rgb(238, 238, 238);
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .profileinner__more-appointment, .profileinner__more-website, .profileinner__more-phone, .profileinner__more-location {
    flex-direction: column;
  }
}
.profileinner__more-appointment a, .profileinner__more-website a, .profileinner__more-phone a, .profileinner__more-location a {
  color: rgb(28, 110, 177);
  text-decoration: none;
  transition: 0.3s;
}
.profileinner__more-appointment a:hover, .profileinner__more-website a:hover, .profileinner__more-phone a:hover, .profileinner__more-location a:hover {
  color: rgb(35, 82, 124);
}
.profileinner__more-appointment span, .profileinner__more-website span, .profileinner__more-phone span, .profileinner__more-location span {
  display: inline-block;
  min-width: 265px;
}
.profileinner__more-phone span {
  margin-top: 10px;
}
.profileinner__more-map {
  min-width: 100%;
  min-height: 250px;
  margin-top: 20px;
}
.profileinner__more-about, .profileinner__more-company, .profileinner__more-information {
  font-size: 24px;
  font-weight: 600;
  padding-top: 10px;
  margin-top: 10px;
  padding-bottom: 10px;
}
.profileinner__more-aboutme {
  font-size: 16px;
  margin-bottom: 10px;
}
.profileinner__single {
  margin: 20px 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.profileinner__single h2 {
  font-size: 36px;
  font-weight: 600;
  margin: 0 0 10px;
}
.profileinner__single-certificate {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  right: 5px;
  top: 15px;
  background-image: url("/wp-content/themes/advisors/assets/images/certified.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .profileinner__single-certificate {
    width: 60px;
    height: 60px;
  }
}
.profileinner__single-img {
  max-width: 216px;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 767.98px) {
  .profileinner__single-img {
    max-width: 100%;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.profileinner__single-img img {
  border-radius: 6px;
  width: 204px;
  height: 204px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .profileinner__single-img img {
    max-width: 100%;
    padding: 0;
    width: 100%;
    height: auto;
  }
}
.profileinner__single-content {
  width: calc(100% - 216px);
  padding: 0 15px;
}
@media screen and (max-width: 767.98px) {
  .profileinner__single-content {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
}
.profileinner__single-content-work {
  margin-bottom: 10px;
  background-color: rgba(20, 100, 189, 0.7);
  border-color: rgba(20, 100, 189, 0.7);
  color: rgba(255, 255, 255, 0.9);
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  border-radius: 40px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .profileinner__single-content-work {
    margin: 0 auto 10px auto;
  }
}
.profileinner__single-content-location {
  padding-left: 20px;
  line-height: 1.42857143;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_37210_49200)'%3E%3Cpath d='M8 0C6.40935 0.00211004 4.88445 0.634929 3.75969 1.75969C2.63493 2.88445 2.00211 4.40935 2 6C2 10.3075 7.59 15.7025 7.8275 15.93C7.8737 15.9749 7.93558 16 8 16C8.06442 16 8.1263 15.9749 8.1725 15.93C8.41 15.7025 14 10.3075 14 6C13.9979 4.40935 13.3651 2.88445 12.2403 1.75969C11.1155 0.634929 9.59065 0.00211004 8 0ZM8 8.75C7.4561 8.75 6.92442 8.58871 6.47218 8.28654C6.01995 7.98437 5.66747 7.55488 5.45933 7.05238C5.25119 6.54988 5.19673 5.99695 5.30284 5.4635C5.40895 4.93005 5.67086 4.44005 6.05546 4.05546C6.44005 3.67086 6.93005 3.40895 7.4635 3.30284C7.99695 3.19673 8.54988 3.25119 9.05238 3.45933C9.55488 3.66747 9.98437 4.01995 10.2865 4.47218C10.5887 4.92442 10.75 5.4561 10.75 6C10.7496 6.72921 10.4597 7.42843 9.94406 7.94406C9.42843 8.45969 8.72921 8.74956 8 8.75Z' fill='%231976D3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37210_49200'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  margin-bottom: 30px;
  color: rgb(41, 41, 41);
  font-size: 16px;
}
.profileinner__single-content-company {
  color: rgb(41, 41, 41);
  font-size: 16px;
  line-height: 1.42857143;
}
.profileinner__single-content-industry {
  color: rgb(41, 41, 41);
  font-size: 16px;
  line-height: 1.42857143;
  margin-bottom: 6px;
}
.profileinner__single-content-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .profileinner__single-content-more {
    justify-content: center;
  }
}
.profileinner__single-content-more .view-profile {
  margin-right: 0;
  width: 100%;
  margin-bottom: 16px;
}
.profileinner__single-content-more .view-profile a {
  max-width: 100%;
}
.profileinner__single-content-more .for-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 1px solid rgb(217, 217, 217);
  margin-top: 0;
  padding-top: 16px;
}
.profileinner__single-content-more .one-half {
  max-width: 130px;
  width: 130px;
}
.profileinner__single-content-more .one-half a {
  max-width: 130px;
  width: 130px;
  min-width: auto;
}
@media screen and (max-width: 767.98px) {
  .profileinner__main {
    width: 100%;
    padding: 0;
    grid-row: 2;
  }
}
.profileinner__sidebar {
  width: 300px;
  height: 100%;
  padding: 0 24px 0 0;
  margin-top: 140px;
}
@media screen and (max-width: 767.98px) {
  .profileinner__sidebar {
    position: relative;
    top: 10px;
    display: contents;
  }
}
@media screen and (max-width: 767.98px) {
  .profileinner__sidebar .order1 {
    grid-row: 1;
  }
}
@media screen and (max-width: 767.98px) {
  .profileinner__sidebar .order2 {
    grid-row: 3;
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .profileinner__sidebar .order3 {
    grid-row: 4;
  }
}
@media screen and (max-width: 767.98px) {
  .profileinner__sidebar .order4 {
    grid-row: 5;
  }
}
.profileinner__sidebar-member {
  position: relative;
  background: url("data:image/svg+xml,%3Csvg width='342' height='505' viewBox='0 0 342 505' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_37202_56160)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.0133 8H39C34.5817 8 31 11.5817 31 16V443C31 447.418 34.5817 451 39 451H303C307.418 451 311 447.418 311 443V16C311 11.5817 307.418 8 303 8H279V47.1386C279 59.5176 273.976 68.8019 263.57 74.8094C251.011 82.0002 238.362 89.2365 225.713 96.4727C213.064 103.709 200.415 110.945 187.855 118.136C176.911 124.144 165.966 124.508 154.842 118.136C142.283 110.945 129.634 103.8 116.985 96.6548C104.336 89.5096 91.6871 82.3643 79.1277 75.1735C69.0803 69.166 63.1595 60.6099 63.1595 48.777C62.9974 35.294 62.9817 21.6626 63.0133 8Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_37202_56160' x='0' y='0' width='342' height='505' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='23'/%3E%3CfeGaussianBlur stdDeviation='15.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37202_56160'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37202_56160' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top center;
  min-width: 280px;
  box-shadow: 0px 23px 31px rgba(21, 29, 69, 0.1);
  border-radius: 10px;
  padding: 24px;
}
@media screen and (max-width: 767.98px) {
  .profileinner__sidebar-member {
    background: url("data:image/svg+xml,%3Csvg width='375' height='635' viewBox='0 0 375 635' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_41885_17144)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M80.0133 8L38 8C33.5817 8 30 11.5817 30 16V573C30 577.418 33.5817 581 38 581H337C341.418 581 345 577.418 345 573V16C345 11.5817 341.418 8 337 8H296V47.1386C296 59.5176 290.976 68.8019 280.57 74.8094C268.011 82.0002 255.362 89.2365 242.713 96.4727C230.064 103.709 217.415 110.945 204.855 118.136C193.911 124.144 182.966 124.508 171.842 118.136C159.283 110.945 146.634 103.8 133.985 96.6547C121.336 89.5094 108.687 82.3642 96.1277 75.1735C86.0803 69.166 80.1595 60.6099 80.1595 48.777C79.9974 35.294 79.9817 21.6626 80.0133 8Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_41885_17144' x='-1' y='0' width='377' height='635' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='23'/%3E%3CfeGaussianBlur stdDeviation='15.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.09 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_41885_17144'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_41885_17144' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top center;
    min-width: 315px;
    width: 315px;
    margin: 0 auto;
  }
}
.profileinner__sidebar-member-content {
  padding-top: 140px;
}
.profileinner__sidebar-member-img {
  width: 178px;
  height: 177px;
  position: absolute;
  z-index: 3;
  top: -100px;
  left: 50px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .profileinner__sidebar-member-img {
    left: calc(50% - 89px);
    top: -95px;
  }
}
.profileinner__sidebar-member-img img {
  width: 168px;
  height: 177px;
}
@media screen and (max-width: 767.98px) {
  .profileinner__sidebar {
    width: 100%;
    padding: 0;
  }
}
.profileinner__sidebar-contact {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  color: rgb(41, 41, 41);
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  width: 100%;
  margin: 30px 0;
}
@media screen and (max-width: 767.98px) {
  .profileinner__sidebar-contact {
    border-radius: 0;
    margin: 16px 0;
  }
}
.profileinner__sidebar-contact label {
  color: #475569;
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  margin-bottom: 10px;
}
.profileinner__sidebar-contact-form input, .profileinner__sidebar-contact-form textarea, .profileinner__sidebar-contact-form select {
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #CBD5E1;
  border-radius: 12px;
  margin-bottom: 15px;
  margin-top: 3px;
}
.profileinner__sidebar-contact-form input:focus, .profileinner__sidebar-contact-form textarea:focus, .profileinner__sidebar-contact-form select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.profileinner__sidebar-contact-form input[type=submit] {
  transition: 0.3s;
  background-color: #1976d3;
  border: 1px solid #1976d3;
  color: #ffffff;
  font-size: 14px;
  max-width: 100%;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 40px;
  padding: 10px 16px;
  line-height: 17px;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.profileinner__sidebar-contact-form input[type=submit]:hover {
  background-color: #044c94;
  border-color: #044c94;
}
.profileinner__sidebar-contact-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #000000;
  padding-bottom: 30px;
  padding-top: 15px;
}
.profileinner__sidebar-contact-taxonomy {
  margin-top: -8px;
}
.profileinner__sidebar-contact-taxonomy a {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  color: rgb(25, 118, 211);
}
.profileinner__sidebar h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  background: #ffffff;
  padding: 10px 15px;
  border-bottom: 1px solid rgb(238, 238, 238);
  margin: 0;
}
.profileinner__sidebar-ajaxsearch {
  width: 100%;
  border: 1px solid rgb(238, 238, 238);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.profileinner__sidebar-ajaxsearch .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 15px;
}
.profileinner__sidebar-ajaxsearch .search-form label {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
}
.profileinner__sidebar-ajaxsearch .search-form input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s;
  margin-bottom: 15px;
}
.profileinner__sidebar-ajaxsearch .search-form input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.profileinner__sidebar-ajaxsearch .search-form input[type=submit] {
  transition: 0.3s;
  background-color: #1976d3;
  border: 1px solid #1976d3;
  color: #ffffff;
  font-size: 14px;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 40px;
  padding: 10px 16px;
  line-height: 17px;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.profileinner__sidebar-ajaxsearch .search-form input[type=submit]:hover {
  background-color: #044c94;
  border-color: #044c94;
}
.profileinner__sidebar-taxonomy {
  width: 100%;
  border: 1px solid rgb(238, 238, 238);
  margin-top: 24px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.profileinner .container {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 16px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .profileinner .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    padding: 140px 0 0 0;
  }
}
.profileinner .sidebar-mobile {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .profileinner .sidebar-mobile {
    display: block;
  }
}
.profileinner .soclinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  gap: 0;
  justify-content: space-evenly;
  margin-bottom: 12px;
}
.profileinner .soclinks-fb {
  color: #ffffff;
  margin-top: 12px;
  background-position: 50% 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6165 21V12.8593H16.0631L16.5 9.24121H13.6165V7.52261C13.6165 6.61809 13.6165 5.62312 14.9272 5.62312H16.2379V3.09045C16.2379 3.09045 15.102 3 13.966 3C11.6068 3 10.1214 4.53769 10.1214 7.25126V9.24121H7.5V12.8593H10.1214V21H13.6165Z' fill='%23C4C4D2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 24px;
  height: 24px;
}
.profileinner .soclinks-fb a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
.profileinner .soclinks-fb:hover {
  opacity: 0.8;
}
.profileinner .soclinks-x {
  color: #ffffff;
  margin-top: 12px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.38242 21C16.1794 21 20.5458 14.6232 20.5458 9.1573C20.5458 8.95486 20.5458 8.75242 20.5458 8.6512C21.3775 8.04388 22.1052 7.33533 22.625 6.52558C21.8973 6.82924 21.0656 7.03168 20.13 7.1329C21.0656 6.6268 21.6894 5.81704 22.0012 4.80484C21.1695 5.31094 20.2339 5.6146 19.2983 5.81704C17.6349 4.09631 14.9319 4.09631 13.2686 5.61461C12.125 6.6268 11.7092 8.14509 12.021 9.56217C8.59034 9.35973 5.36757 7.84144 3.18441 5.20972C2.04084 7.1329 2.66462 9.56217 4.53591 10.7768C3.80819 10.7768 3.18443 10.5744 2.56067 10.2707C2.56067 10.2707 2.56067 10.2707 2.56067 10.3719C2.56067 12.3963 4.0161 14.0158 5.99135 14.4207C5.36758 14.6232 4.74383 14.6232 4.01611 14.5219C4.53591 16.2427 6.19926 17.3561 7.96659 17.3561C6.40718 18.4695 4.63985 19.178 2.6646 19.178C2.35272 19.178 1.93688 19.1781 1.625 19.0768C3.80817 20.3927 6.09529 21 8.38242 21Z' fill='%23C4C4D2'/%3E%3C/svg%3E%0A");
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 24px;
  height: 24px;
}
.profileinner .soclinks-x a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
.profileinner .soclinks-x:hover {
  opacity: 0.8;
}
.profileinner .soclinks-in {
  margin-top: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.76416 21H3.26416V9.35821H7.76416V21ZM5.42418 7.47761C4.25418 7.47761 3.26416 6.49254 3.26416 5.23881C3.26416 3.98507 4.25418 3 5.42418 3C6.59418 3 7.58415 3.98507 7.58415 5.23881C7.67415 6.49254 6.68418 7.47761 5.42418 7.47761ZM21.2642 21H17.6642C17.6642 21 17.6642 16.4328 17.6642 14.7313C17.6642 13.0299 16.9441 12.0448 15.5041 12.0448C13.9741 12.0448 13.1642 13.0299 13.1642 14.7313C13.1642 16.6119 13.1642 21 13.1642 21H9.56416V9.35821H13.1642V10.7015C13.1642 10.7015 14.3341 8.73135 16.8541 8.73135C19.3741 8.73135 21.2642 10.2537 21.2642 13.4776C21.2642 16.6119 21.2642 21 21.2642 21Z' fill='%23C4C4D2'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: 0.3s;
  display: block;
  width: 24px;
  height: 24px;
}
.profileinner .soclinks-in a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: 24px;
  height: 24px;
}
.profileinner .soclinks-in:hover {
  opacity: 0.8;
}

div.breadcrumbs.profiles {
  top: 80px;
}

.contact-form {
  padding: 100px 0 80px 0;
  background: #F3F8FD url("data:image/svg+xml,%3Csvg width='328' height='368' viewBox='0 0 328 368' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M366.558 121.362L382.907 164.946C387.618 177.505 386.081 188.825 377.863 198.86C357.984 222.959 337.811 247.38 317.932 271.479C309.171 281.717 298.263 286.23 284.611 283.978C253.786 278.899 222.668 274.14 191.842 269.061C179.415 266.771 170.183 260.332 165.68 248.328C153.957 218.177 142.681 187.015 131.25 156.543C126.539 143.985 130.234 132.909 138.451 122.874C157.745 99.4157 177.721 76.1226 196.514 52.4304C205.833 40.9293 218.174 36.932 232.146 39.4855C261.927 44.5352 291.389 49.2834 320.962 53.7791C335.547 56.3135 345.375 63.7918 349.985 78.2837C355.25 92.3192 361.085 106.773 366.558 121.362Z' fill='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M142.001 258.717L150.81 282.201C153.348 288.968 152.52 295.067 148.092 300.474C137.381 313.46 126.511 326.618 115.799 339.604C111.079 345.12 105.202 347.552 97.8455 346.339C81.236 343.602 64.4687 341.038 47.8591 338.301C41.1631 337.067 36.1887 333.597 33.7623 327.129C27.4454 310.883 21.3695 294.092 15.2104 277.673C12.6721 270.906 14.6629 264.938 19.0904 259.531C29.4865 246.891 40.25 234.34 50.3762 221.574C55.3978 215.377 62.0473 213.223 69.5757 214.599C85.6227 217.32 101.497 219.878 117.432 222.301C125.291 223.666 130.587 227.696 133.071 235.505C135.908 243.067 139.052 250.855 142.001 258.717Z' fill='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M222.371 308.214L226.541 319.328C227.742 322.53 227.35 325.417 225.254 327.976C220.185 334.122 215.041 340.349 209.971 346.495C207.737 349.105 204.956 350.256 201.475 349.682C193.614 348.387 185.679 347.173 177.818 345.878C174.649 345.294 172.295 343.652 171.146 340.591C168.157 332.902 165.281 324.956 162.366 317.185C161.165 313.983 162.107 311.158 164.203 308.599C169.123 302.617 174.217 296.677 179.009 290.636C181.386 287.703 184.533 286.684 188.096 287.335C195.69 288.622 203.203 289.833 210.744 290.98C214.463 291.626 216.97 293.533 218.145 297.228C219.488 300.808 220.976 304.493 222.371 308.214Z' fill='%23E8F1FB'/%3E%3C/svg%3E%0A") no-repeat 100% 50%;
}
.contact-form__breadcumbs {
  position: relative;
  background-color: #F3F8FD;
}
.contact-form__breadcumbs .breadcrumbs {
  position: absolute;
  top: 110px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: rgb(117, 173, 229);
}
.contact-form__breadcumbs .breadcrumbs a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: rgb(117, 173, 229);
}
.contact-form h1 {
  text-align: center;
  font-size: 52px;
  font-weight: 900;
  line-height: 60px;
  letter-spacing: -0.8000000119px;
}
.contact-form .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  position: relative;
  justify-content: center;
  gap: 24px;
  background: url("data:image/svg+xml,%3Csvg width='300' height='268' viewBox='0 0 300 268' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M266.836 88.3462L278.737 120.073C282.167 129.215 281.047 137.456 275.066 144.76C260.594 162.304 245.91 180.08 231.438 197.624C225.061 205.077 217.121 208.362 207.183 206.723C184.743 203.025 162.091 199.561 139.651 195.863C130.605 194.196 123.885 189.509 120.607 180.771C112.073 158.822 103.864 136.138 95.5432 113.956C92.114 104.814 94.8036 96.7512 100.785 89.4468C114.83 72.37 129.371 55.4137 143.052 38.167C149.836 29.7947 158.82 26.8849 168.99 28.7437C190.67 32.4196 212.116 35.8761 233.644 39.1487C244.261 40.9936 251.416 46.4375 254.772 56.9869C258.604 67.2041 262.852 77.7257 266.836 88.3462Z' fill='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103.37 188.333L109.782 205.429C111.63 210.355 111.027 214.795 107.804 218.731C100.007 228.184 92.094 237.762 84.2964 247.215C80.8602 251.231 76.5817 253.001 71.2268 252.118C59.1359 250.126 46.9301 248.259 34.8391 246.267C29.9647 245.368 26.3436 242.843 24.5773 238.134C19.9789 226.308 15.5559 214.085 11.0724 202.133C9.22465 197.207 10.6739 192.862 13.8969 188.926C21.4648 179.725 29.3 170.588 36.6714 161.295C40.3269 156.784 45.1674 155.216 50.6478 156.218C62.3292 158.199 73.8852 160.061 85.4851 161.824C91.2057 162.819 95.0609 165.752 96.8691 171.436C98.9343 176.941 101.223 182.611 103.37 188.333Z' fill='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M161.876 224.364L164.911 232.455C165.785 234.786 165.5 236.888 163.975 238.75C160.284 243.224 156.54 247.757 152.849 252.231C151.223 254.131 149.198 254.969 146.664 254.551C140.942 253.608 135.165 252.725 129.443 251.782C127.136 251.357 125.422 250.162 124.587 247.933C122.41 242.336 120.317 236.552 118.195 230.895C117.321 228.564 118.007 226.508 119.532 224.645C123.114 220.29 126.822 215.966 130.31 211.568C132.04 209.433 134.331 208.691 136.925 209.165C142.453 210.103 147.922 210.984 153.412 211.819C156.119 212.289 157.944 213.677 158.8 216.368C159.777 218.973 160.86 221.656 161.876 224.364Z' fill='%23E8F1FB'/%3E%3C/svg%3E%0A") no-repeat 0% 0%;
}
.contact-form__sidebar {
  top: 60px;
  height: 100%;
  position: relative;
  background: url("/wp-content/themes/advisors/assets/images/single.svg") no-repeat top center;
  min-width: 280px;
  min-height: 300px;
  box-shadow: 0px 23px 31px rgba(21, 29, 69, 0.1);
  border-radius: 10px;
  padding: 80px 32px 40px 32px;
}
.contact-form__sidebar h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #2B2B2B;
  max-width: 215px;
  display: block;
}
.contact-form__sidebar h3 a {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #2B2B2B;
  text-decoration: none;
}
.contact-form__sidebar .taxdome__button a {
  margin-left: 0;
}
.contact-form__sidebar-img {
  width: 120px;
  height: 133px;
  position: absolute;
  z-index: 3;
  top: -56px;
  left: 81px;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  background: #ffffff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .contact-form__sidebar-img {
    max-width: 62px;
  }
}
.contact-form__sidebar-img img {
  border-radius: 6px;
  width: 100px;
  height: 111px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  box-shadow: 0 0 0 4px #ffffff;
  position: relative;
}
.contact-form__sidebar-img img::after {
  content: "";
  position: absolute;
  width: 142px;
  height: 160px;
  display: block;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: inherit;
  border: 4px solid #000;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
          clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
@media screen and (max-width: 767.98px) {
  .contact-form__sidebar-img img {
    width: 100%;
    height: auto;
  }
}
.contact-form__content {
  width: 584px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0px 23px 31px rgba(21, 29, 69, 0.1);
  padding: 30px;
}
.contact-form__content .contactForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.contact-form__content .contactForm input, .contact-form__content .contactForm textarea {
  color: #94A3B8;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
}
.contact-form__content .contactForm input[type=submit] {
  color: #ffffff;
}
.contact-form__content .contactForm textarea {
  border: 1px solid #CBD5E1;
  border-radius: 12px;
  height: 40px;
}
.contact-form__content .contactForm textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.contact-form__content .contactForm .text-area {
  width: 100%;
}
.contact-form__content .contactForm .text-area .input-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #475569;
  margin-top: 4px;
  margin-bottom: 4px;
}
.contact-form__content .contactForm .half {
  width: 48%;
}
.contact-form__content .contactForm .half .input-label {
  font-size: 13px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #475569;
  margin-top: 4px;
  margin-bottom: 4px;
}
.contact-form__content .contactForm .half input, .contact-form__content .contactForm .half select {
  border: 1px solid #CBD5E1;
  border-radius: 12px;
  height: 40px;
  color: #94A3B8;
}
.contact-form__content .contactForm .half input:focus, .contact-form__content .contactForm .half select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.contact-form__content .contactForm .form-inner {
  padding: 0 15px;
}
.contact-form__content h2 {
  color: #2B2B2B;
  font-size: 24px;
  line-height: 30px;
  text-align: left;
  font-weight: 600;
}

.edit-profile {
  padding: 70px 0 90px;
}
.edit-profile .container {
  max-width: 555px;
  margin: 0 auto;
}
.edit-profile__main h1 {
  text-align: center;
  font-size: 44px;
  font-weight: 900;
}
.edit-profile__main-inner {
  background-color: rgb(250, 250, 250);
  border: 1px solid #CCCCCC;
  color: rgb(41, 41, 41);
  padding: 20px;
  filter: drop-shadow(0px 8px 26px rgba(43, 43, 43, 0.08));
  border-radius: 14px;
}
.edit-profile__main-item input {
  width: 100%;
}
.edit-profile__main .notice-warning {
  padding-bottom: 24px;
  color: #950202;
  font-size: 18px;
}
.edit-profile__main .notice-warning a {
  text-decoration: none;
  font-weight: 500;
}

.login-page {
  padding: 120px 0;
  background: #F3F8FD url("data:image/svg+xml,%3Csvg width='328' height='368' viewBox='0 0 328 368' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M366.558 121.362L382.907 164.946C387.618 177.505 386.081 188.825 377.863 198.86C357.984 222.959 337.811 247.38 317.932 271.479C309.171 281.717 298.263 286.23 284.611 283.978C253.786 278.899 222.668 274.14 191.842 269.061C179.415 266.771 170.183 260.332 165.68 248.328C153.957 218.177 142.681 187.015 131.25 156.543C126.539 143.985 130.234 132.909 138.451 122.874C157.745 99.4157 177.721 76.1226 196.514 52.4304C205.833 40.9293 218.174 36.932 232.146 39.4855C261.927 44.5352 291.389 49.2834 320.962 53.7791C335.547 56.3135 345.375 63.7918 349.985 78.2837C355.25 92.3192 361.085 106.773 366.558 121.362Z' fill='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M142.001 258.717L150.81 282.201C153.348 288.968 152.52 295.067 148.092 300.474C137.381 313.46 126.511 326.618 115.799 339.604C111.079 345.12 105.202 347.552 97.8455 346.339C81.236 343.602 64.4687 341.038 47.8591 338.301C41.1631 337.067 36.1887 333.597 33.7623 327.129C27.4454 310.883 21.3695 294.092 15.2104 277.673C12.6721 270.906 14.6629 264.938 19.0904 259.531C29.4865 246.891 40.25 234.34 50.3762 221.574C55.3978 215.377 62.0473 213.223 69.5757 214.599C85.6227 217.32 101.497 219.878 117.432 222.301C125.291 223.666 130.587 227.696 133.071 235.505C135.908 243.067 139.052 250.855 142.001 258.717Z' fill='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M222.371 308.214L226.541 319.328C227.742 322.53 227.35 325.417 225.254 327.976C220.185 334.122 215.041 340.349 209.971 346.495C207.737 349.105 204.956 350.256 201.475 349.682C193.614 348.387 185.679 347.173 177.818 345.878C174.649 345.294 172.295 343.652 171.146 340.591C168.157 332.902 165.281 324.956 162.366 317.185C161.165 313.983 162.107 311.158 164.203 308.599C169.123 302.617 174.217 296.677 179.009 290.636C181.386 287.703 184.533 286.684 188.096 287.335C195.69 288.622 203.203 289.833 210.744 290.98C214.463 291.626 216.97 293.533 218.145 297.228C219.488 300.808 220.976 304.493 222.371 308.214Z' fill='%23E8F1FB'/%3E%3C/svg%3E%0A") no-repeat 100% 50%;
}
.login-page .container {
  background: url("data:image/svg+xml,%3Csvg width='300' height='268' viewBox='0 0 300 268' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M266.836 88.3462L278.737 120.073C282.167 129.215 281.047 137.456 275.066 144.76C260.594 162.304 245.91 180.08 231.438 197.624C225.061 205.077 217.121 208.362 207.183 206.723C184.743 203.025 162.091 199.561 139.651 195.863C130.605 194.196 123.885 189.509 120.607 180.771C112.073 158.822 103.864 136.138 95.5432 113.956C92.114 104.814 94.8036 96.7512 100.785 89.4468C114.83 72.37 129.371 55.4137 143.052 38.167C149.836 29.7947 158.82 26.8849 168.99 28.7437C190.67 32.4196 212.116 35.8761 233.644 39.1487C244.261 40.9936 251.416 46.4375 254.772 56.9869C258.604 67.2041 262.852 77.7257 266.836 88.3462Z' fill='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103.37 188.333L109.782 205.429C111.63 210.355 111.027 214.795 107.804 218.731C100.007 228.184 92.094 237.762 84.2964 247.215C80.8602 251.231 76.5817 253.001 71.2268 252.118C59.1359 250.126 46.9301 248.259 34.8391 246.267C29.9647 245.368 26.3436 242.843 24.5773 238.134C19.9789 226.308 15.5559 214.085 11.0724 202.133C9.22465 197.207 10.6739 192.862 13.8969 188.926C21.4648 179.725 29.3 170.588 36.6714 161.295C40.3269 156.784 45.1674 155.216 50.6478 156.218C62.3292 158.199 73.8852 160.061 85.4851 161.824C91.2057 162.819 95.0609 165.752 96.8691 171.436C98.9343 176.941 101.223 182.611 103.37 188.333Z' fill='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M161.876 224.364L164.911 232.455C165.785 234.786 165.5 236.888 163.975 238.75C160.284 243.224 156.54 247.757 152.849 252.231C151.223 254.131 149.198 254.969 146.664 254.551C140.942 253.608 135.165 252.725 129.443 251.782C127.136 251.357 125.422 250.162 124.587 247.933C122.41 242.336 120.317 236.552 118.195 230.895C117.321 228.564 118.007 226.508 119.532 224.645C123.114 220.29 126.822 215.966 130.31 211.568C132.04 209.433 134.331 208.691 136.925 209.165C142.453 210.103 147.922 210.984 153.412 211.819C156.119 212.289 157.944 213.677 158.8 216.368C159.777 218.973 160.86 221.656 161.876 224.364Z' fill='%23E8F1FB'/%3E%3C/svg%3E%0A") no-repeat 0% 50%;
}
@media screen and (max-width: 767.98px) {
  .login-page .container {
    padding: 0;
  }
}
.login-page h1 {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  padding-top: 24px;
}
@media screen and (max-width: 767.98px) {
  .login-page h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: -0.8000000119px;
    text-align: center;
  }
}
.login-page .login-register-tabs {
  max-width: 584px;
  margin: 0 auto;
  box-shadow: 0px 20px 30px rgba(43, 43, 43, 0.1);
}
.login-page .login-register-tabs input[type=submit] {
  margin-left: 0;
  margin-top: 24px;
  min-width: 180px;
  height: 40px;
  border-radius: 40px;
  width: 180px;
}
.login-page .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.login-page .tabs li {
  cursor: pointer;
  width: 100%;
  font-size: 1.1em;
  font-weight: 500;
  text-align: center;
  border-radius: 0;
  padding: 10px 15px;
  border: 1px solid transparent;
  background: transparent;
  color: rgb(41, 41, 41);
  line-height: 1.42857143;
  transition: 0.3s;
}
.login-page .tabs li span {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: rgb(25, 118, 211);
}
.login-page .tabs li.active {
  background: transparent;
  border: none;
  color: rgb(41, 41, 41);
}
.login-page .tab-content {
  display: none;
  padding: 24px;
  background-color: #ffffff;
}
.login-page .tab-content input {
  padding: 0px 12px;
  height: 40px;
  border: 1px solid #CBD5E1;
  border-radius: 12px;
  margin-top: 8px;
}
.login-page .tab-content input[type=checkbox] {
  width: auto;
  min-height: auto;
  padding: 0;
}
.login-page .tab-content label {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #475569;
}
.login-page .tab-content span {
  color: #B94A48;
}
.login-page .tab-content.active {
  display: block;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .login-page .tab-content.active {
    border-radius: 0;
  }
}
.login-page .register-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.login-page .register-form .flex-input {
  width: calc(50% - 8px);
}
@media screen and (max-width: 767.98px) {
  .login-page .register-form .flex-input {
    width: 100%;
  }
}
.login-page h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #2B2B2B;
  margin-top: 0;
}
.login-page .disbled {
  display: none;
}
.login-page .recaptcha {
  width: 100%;
}

.location-page {
  padding: 82px 0;
}
@media screen and (max-width: 991.98px) {
  .location-page {
    padding: 64px 0 130px;
  }
}
@media screen and (max-width: 991.98px) {
  .location-page .terms-main {
    margin: 0;
    max-width: 100%;
    border-radius: 0;
  }
}
.location-page__main {
  margin: 0 87px 87px 87px;
  background-color: #ffffff;
  padding: 44px;
  box-shadow: 0px 20px 30px 0px rgba(43, 43, 43, 0.1);
  position: relative;
}
@media screen and (max-width: 991.98px) {
  .location-page__main {
    margin: 0 auto;
    padding: 5px 24px;
    max-width: 315px;
    border-radius: 16px;
  }
}
.location-page__main .last-update {
  margin-top: 80px;
  border-top: 1px solid rgb(224, 231, 239);
  padding-top: 12px;
  color: rgb(196, 196, 210);
  font-weight: 600;
  font-size: 14px;
}
@media screen and (max-width: 991.98px) {
  .location-page__main .last-update {
    padding-bottom: 50px;
  }
}
.location-page__main .last-update span {
  color: rgb(25, 118, 211);
}
.location-page__main::before {
  content: "";
  display: block;
  width: 1294px;
  background: url("data:image/svg+xml,%3Csvg width='1294' height='7783' viewBox='0 0 1294 7783' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1294 7751C1294 7768.67 1279.67 7783 1262 7783L32 7783C14.3269 7783 1.2525e-06 7768.67 2.79753e-06 7751L0.000674808 64.0985C0.000678252 24.7035 35.2523 -5.33849 74.149 0.908096L1240.15 188.167C1271.18 193.15 1294 219.928 1294 251.357L1294 7751Z' fill='%23F3F8FD'/%3E%3C/svg%3E%0A") no-repeat top center;
  position: absolute;
  margin-top: 350px;
  z-index: -1;
  border-radius: 60px;
  left: -87px;
}
@media screen and (max-width: 991.98px) {
  .location-page__main::before {
    width: -webkit-fill-available;
    background-size: cover;
    border-radius: 0;
  }
}
.location-page__main.dynamic-height::before {
  min-height: calc(100% - 280px);
}
@media screen and (max-width: 991.98px) {
  .location-page__main.dynamic-height::before {
    min-height: calc(100% - 330px);
    margin-top: 385px;
    margin-right: -100%;
  }
}
.location-page .container {
  position: relative;
  overflow: visible;
  padding: 0;
  background-image: url("/wp-content/themes/advisors/assets/images/search_back.svg");
  background-repeat: no-repeat;
}
@media screen and (max-width: 991.98px) {
  .location-page .container {
    background-size: auto;
    background-position-x: -100px;
  }
}
.location-page h1 {
  text-align: center;
  font-size: 44px;
  font-weight: 900;
  margin: 0 0 40px 0;
  color: #ffffff;
}
@media screen and (max-width: 991.98px) {
  .location-page h1 {
    font-size: 38px;
    font-weight: 900;
    line-height: 42px;
    letter-spacing: -0.8px;
    text-align: center;
  }
}

.locations__country {
  padding-bottom: 30px;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .locations__country {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
  }
}
.locations__country .all_services {
  color: rgb(25, 118, 211);
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  .locations__country .all_services {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-align: right;
  }
}
.locations__country a {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
  color: #2B2B2B;
}
.locations__regions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.locations__regions-item {
  width: 164px;
  padding: 8px 0;
}
.locations__regions-item a {
  color: #2B2B2B;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  text-align: left;
  transition: 0.3s;
  display: block;
  padding: 10px 18px;
}
.locations__regions-item a:hover {
  background: rgb(243, 248, 253);
  color: rgb(25, 118, 211);
  border-radius: 8px;
}

.send-review {
  padding: 100px 0 80px 0;
}
.send-review .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  overflow: visible;
  position: relative;
}
.send-review__sidebar {
  width: 25%;
  padding-right: 15px;
  position: sticky;
  top: 90px;
  height: 100%;
  overflow-y: auto;
}
.send-review__sidebar .soclinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  gap: 2px;
  justify-content: space-between;
}
.send-review__sidebar .soclinks-fb {
  color: #ffffff;
  background-color: #203a80;
  padding: 2px 16px 2px 22px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 100px;
  margin-top: 12px;
  background-position: 15% 50%;
  background-image: url("/wp-content/themes/advisors/assets/images/fb.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  background-size: 11px;
  transition: 0.3s;
}
.send-review__sidebar .soclinks-fb a {
  color: #ffffff;
  text-decoration: none;
}
.send-review__sidebar .soclinks-fb:hover {
  background-color: #3b5998;
}
.send-review__sidebar .soclinks-x {
  color: #ffffff;
  background-color: #000000;
  padding: 2px 16px 2px 22px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 100px;
  margin-top: 12px;
  background-position: 15% 50%;
  background-repeat: no-repeat;
  background-image: url("/wp-content/themes/advisors/assets/images/x.svg");
  cursor: pointer;
  background-size: 11px;
  transition: 0.3s;
}
.send-review__sidebar .soclinks-x a {
  color: #ffffff;
  text-decoration: none;
}
.send-review__sidebar .soclinks-x:hover {
  background-color: #333;
}
.send-review__sidebar .soclinks-in {
  color: #ffffff;
  background-color: #0073b1;
  padding: 2px 16px 2px 22px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 100px;
  margin-top: 12px;
  background-image: url("/wp-content/themes/advisors/assets/images/li.svg");
  background-position: 15% 50%;
  background-repeat: no-repeat;
  background-size: 11px;
  cursor: pointer;
  transition: 0.3s;
}
.send-review__sidebar .soclinks-in a {
  color: #ffffff;
  text-decoration: none;
}
.send-review__sidebar .soclinks-in:hover {
  background-color: #006097;
}
.send-review__sidebar-contact {
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(238, 238, 238);
  color: rgb(41, 41, 41);
  background: #fafafa;
  border-radius: 6px;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
  margin-top: 24px;
}
.send-review__sidebar-contact-form input, .send-review__sidebar-contact-form textarea, .send-review__sidebar-contact-form select {
  width: 100%;
  min-height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 15px;
}
.send-review__sidebar-contact-form input:focus, .send-review__sidebar-contact-form textarea:focus, .send-review__sidebar-contact-form select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.send-review__sidebar-contact-form textarea {
  min-height: 220px;
}
.send-review__sidebar-contact-form input[type=submit] {
  transition: 0.3s;
  background-color: #1976d3;
  border: 1px solid #1976d3;
  color: #ffffff;
  font-size: 14px;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 40px;
  padding: 10px 16px;
  line-height: 17px;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.send-review__sidebar-contact-form input[type=submit]:hover {
  background-color: #044c94;
  border-color: #044c94;
}
.send-review__sidebar-contact-title {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(238, 238, 238);
}
.send-review__sidebar .taxdome__button a {
  margin-left: 0;
}
.send-review__sidebar img {
  width: 215px;
  height: 215px;
  border-radius: 6px;
  margin-bottom: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}
.send-review__content {
  width: 75%;
}
.send-review__content .form-inner {
  padding: 0 15px;
}
.send-review__content h3 {
  background-color: rgb(20, 100, 189);
  color: #ffffff;
  padding: 15px 25px;
  font-weight: 600;
  font-size: 18px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.send-review__content h3 a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}

.header {
  padding: 20px 0;
  z-index: 12;
  background-color: #ffffff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0px 2px 6px rgba(81, 83, 115, 0.2);
}
@media screen and (max-width: 991.98px) {
  .header {
    padding: 10px 0;
  }
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo img {
  max-width: 110px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .header__logo img {
    max-width: 110px;
  }
}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .header__menu {
    position: absolute;
    z-index: 500;
    background: #ffffff;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 340px;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(calc(100% + 10px));
    transition: 0.3s;
    padding-left: 30px;
    align-items: start;
  }
  .header__menu_active {
    transform: translateX(0);
  }
}
.header__menu li {
  margin: 0 15px;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .header__menu li {
    margin: 15px 0;
  }
}
.header__menu a {
  color: #0b0b0b;
  font-weight: 400;
  text-decoration: none;
  font-size: 16px;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .header__menu a {
    color: #0b0b0b;
  }
}
.header__menu a:hover {
  color: #0033A0;
}
.header__menu a.current {
  font-weight: 400;
}
.header__button {
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
  background: #FF8900;
  border: 1px solid #FF8900;
  padding: 8px 15px;
  font-weight: 500;
  border-radius: 5px;
  transition: 0.3s;
  min-width: 130px;
  text-align: center;
}
.header__button:hover {
  background: #ffffff;
  color: #FF8900;
}
@media screen and (max-width: 767.98px) {
  .header__button {
    margin: 0 18px 0 auto;
  }
}
.header__burger {
  display: none;
  position: relative;
  width: 20px;
  height: 14px;
  cursor: pointer;
  z-index: 700;
}
@media screen and (max-width: 767.98px) {
  .header__burger {
    display: block;
  }
}
.header__burger span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 20px;
  height: 3px;
  background-color: #1976d3;
  transition: 0.3s;
}
.header__burger span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 7px));
}
.header__burger span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.header__burger span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 7px));
}
.header__burger_active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.header__burger_active span:nth-child(2) {
  opacity: 0;
}
.header__burger_active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.footer {
  padding: 35px 0;
  background: #ededed;
  color: #0b0b0b;
}
@media screen and (max-width: 767.98px) {
  .footer {
    padding: 0;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-column-gap: 40px;
       column-gap: 40px;
  padding-top: 30px;
  justify-content: center;
}
.footer__social-link {
  max-height: 21px;
  width: auto;
}
.footer__social-link img {
  transition: filter 0.3s ease;
}
.footer__social-link img:hover {
  filter: brightness(0) saturate(100%) invert(76%) sepia(10%) saturate(4311%) hue-rotate(152deg) brightness(100%) contrast(100%);
}
.footer__main-text {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 30px;
  color: #0b0b0b;
}
@media screen and (max-width: 767.98px) {
  .footer__main-text {
    line-height: 1.5;
    margin-bottom: 10px;
    text-align: center;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  min-height: 100px;
}
@media screen and (max-width: 991.98px) {
  .footer__bottom {
    justify-content: center;
    padding: 40px 0;
  }
}
.footer__copyright {
  color: #0b0b0b;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  .footer__copyright {
    text-align: center;
    max-width: 100%;
    padding-top: 10px;
    line-height: 1.5;
  }
}
.footer__copyright a {
  font-size: 16px;
  color: #0b0b0b;
  text-decoration: none;
  font-weight: 500;
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .footer__menu {
    flex-direction: column;
    text-align: center;
  }
}
.footer__menu ul {
  padding-left: 0px;
}
@media screen and (max-width: 991.98px) {
  .footer__menu ul {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  .footer__menu ul.open {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.footer__menu li {
  list-style: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.42857143;
  margin: 6px 0;
}
.footer__menu li a {
  list-style: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.42857143;
  color: #2B2B2B;
  text-decoration: none;
}
.footer__menu-left, .footer__menu-center, .footer__menu-right {
  width: 33%;
}
@media screen and (max-width: 991.98px) {
  .footer__menu-left, .footer__menu-center, .footer__menu-right {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .footer__menu-left .title, .footer__menu-center .title, .footer__menu-right .title {
    background: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.70001 5.28944L7.69998 2.38944C8.09998 1.98944 8.09998 1.38945 7.69998 0.989453C7.29998 0.589453 6.69999 0.589453 6.29999 0.989453L4 3.18943L1.70001 0.989453C1.30001 0.589453 0.699992 0.589453 0.299992 0.989453C0.099988 1.18945 0 1.38943 0 1.68943C0 1.88943 0.099988 2.18944 0.299992 2.38944L3.29999 5.28944C3.69999 5.58944 4.30001 5.58944 4.70001 5.28944Z' fill='%232B2B2B'/%3E%3C/svg%3E%0A") no-repeat 100% 50%;
    padding-right: 16px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}

.quiz {
  background: #131e34;
  padding: 80px 0;
}

.sm-quiz {
  border: 3px solid #07dbff;
  border-radius: 12px;
  padding: 44px 36px 56px;
  font-family: "Inter", sans-serif;
  color: #fff;
  background: #131e34;
}

/* ───────────────── прогресс ───────────────── */
.sm-quiz__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start; /* при желании center */
  gap: 5px;
  margin: 0 0 32px;
}

.sm-quiz__dot {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  text-indent: -9999px; /* прячем цифру */
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.25s;
}

/* обычные (неактивные) и пройденные */
.sm-quiz__dot[data-step="1"] {
  background-image: url("../images/quiz-1.png");
}

.sm-quiz__dot[data-step="2"] {
  background-image: url("../images/quiz-2.png");
}

.sm-quiz__dot[data-step="3"] {
  background-image: url("../images/quiz-3.png");
}

.sm-quiz__dot[data-step="4"] {
  background-image: url("../images/quiz-4.png");
}

.sm-quiz__dot[data-step="5"] {
  background-image: url("../images/quiz-5.png");
}

.sm-quiz__dot[data-step="6"] {
  background-image: url("../images/quiz-6.png");
}

.sm-quiz__dot[data-step="7"] {
  background-image: url("../images/quiz-7.png");
}

/* активная */
.sm-quiz__dot.is-current {
  transform: scale(1.3);
}

/* ───────────────── шаги ───────────────── */
.sm-quiz fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  display: none;
}

.sm-quiz fieldset.is-active {
  display: block;
}

/* две колонки на десктопе */
.sm-fields {
  -moz-column-gap: 40px;
  column-gap: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

@media (max-width: 480px) {
  .sm-fields {
    grid-template-columns: 1fr;
  }
}
input, textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 2px solid #07dbff;
  color: #fff;
  font-size: 16px;
  padding: 6px 0 10px;
  margin: 0 0 28px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8c9bb5;
}

input::placeholder, textarea::placeholder {
  color: #8c9bb5;
}

input:focus, textarea:focus {
  outline: 0;
  border-bottom-color: #a146ff;
}

textarea {
  min-height: 90px;
}

/* ───────────────── чекбоксы / радио ───────────────── */
.sm-quiz input[type=checkbox],
.sm-quiz input[type=radio] {
  accent-color: #bb4cff;
  margin-right: 8px;
}

.sm-quiz input[type=checkbox] + span,
.sm-quiz input[type=radio] + span {
  padding-left: 4px;
}

/* ───────────────── вопрос с подписью ───────────────── */
.sm-q {
  display: block;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 20px;
  color: #07dbff;
}

/* ───────────────── кнопки ───────────────── */
.sm-next, .wpcf7-submit {
  background: #bb4cff;
  border: 0;
  border-radius: 6px;
  padding: 12px 46px;
  font: 700 16px/1 "Inter", sans-serif;
  color: #fff;
  cursor: pointer;
  transition: background 0.25s;
  float: right;
  margin-top: 6px;
  max-width: 200px;
}

.sm-next:hover, .wpcf7-submit:hover {
  background: #d071ff;
}

/* ───────────────── thank-you ───────────────── */
.sm-thanks {
  display: none;
  text-align: center;
  padding: 100px 20px;
}

.sm-thanks__text {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
}

.sm-thanks__text span {
  color: #07dbff;
  font-size: 30px;
}

.sm-quiz .wpcf7-form-control.wpcf7-checkbox,
.sm-quiz .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* один под другим */
  flex-direction: column;
  row-gap: 22px; /* расстояние между пунктами */
  margin-bottom: 28px;
}

.sm-quiz .wpcf7-list-item {
  margin: 0;
} /* убираем стандартный CF7-отступ */
/* layout: кастомная «квадратная» галка слева + текст справа */
.sm-quiz .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 14px; /* интервал "галка – текст" */
  cursor: pointer;
  color: #c9d0e7; /* серовато-белый текст пунктов */
  font-size: 15px;
  line-height: 1.4;
}

/* скрываем нативный input и рисуем свой квадрат */
.sm-quiz .wpcf7-list-item input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #bb4cff;
  border-radius: 3px;
  background: #131e34;
  cursor: pointer;
  position: relative;
  margin-bottom: 5px;
}

/* чек: отмечено → фиолетовый квадратик внутри */
.sm-quiz .wpcf7-list-item input[type=checkbox]:checked::before,
.sm-quiz .wpcf7-list-item input[type=radio]:checked::before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #bb4cff;
  border-radius: 2px;
}

/* радио: превращаем квадрат в круг, галка – точка */
.sm-quiz .wpcf7-list-item input[type=radio] {
  border-radius: 50%;
}

.sm-quiz .wpcf7-list-item input[type=radio]:checked::before {
  border-radius: 50%;
}

/* при фокусе – бирюзовое свечение */
.sm-quiz .wpcf7-list-item input:focus {
  outline: 0;
  box-shadow: 0 0 3px 2px rgba(0, 206, 255, 0.6);
}

.sm-quiz .wpcf7-list-item label {
  align-items: flex-start; /* текст по верхнему краю */
}

.sm-quiz .wpcf7-list-item input {
  margin-top: 2px; /* опускаем маркер, теперь на одной оси */
}

.banner {
  padding: 100px 0 80px 0;
  background: #ededed;
  color: #0b0b0b;
  position: relative;
  min-height: 520px;
}
@media screen and (max-width: 767.98px) {
  .banner {
    padding: 100px 0;
    min-height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .banner__main {
    padding: 0 15px;
  }
}
.banner__main img {
  width: 100%;
  max-width: 400px;
}
.banner__main-description {
  font-size: 15px;
  margin: 15px 0;
  max-width: 440px;
  font-weight: 400;
  line-height: 1.5;
}
.banner__main-description span {
  color: #0033A0;
}
.banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .banner .container {
    flex-direction: column;
    padding: 0;
  }
}
.banner h1 {
  max-width: 500px;
  letter-spacing: 0;
  -webkit-text-size-adjust: 100%;
  font-style: normal;
  white-space: normal;
  text-align: left;
  display: block;
  font-weight: 500;
  font-size: 30px;
  line-height: 100%;
  z-index: 10;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .banner h1 {
    margin-top: 0;
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.8000000119px;
    text-align: left;
  }
}
.banner p {
  font-size: 16px;
  margin: 0;
  max-width: 440px;
  color: #0033A0;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .banner p {
    line-height: 1.5;
  }
}
@media screen and (max-width: 575.98px) {
  .banner p {
    font-size: 18px;
  }
}
.banner__search {
  border-radius: 14px;
  max-width: 600px;
  width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.banner__search .banner__video {
  width: 600px;
}
@media screen and (max-width: 991.98px) {
  .banner__search .banner__video {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .banner__search {
    margin: 70px auto 0 auto;
    padding: 15px;
    max-width: 100%;
    width: 100%;
    border-radius: 0px;
    filter: none;
  }
}
.banner__search .disable {
  display: none;
}
.banner__search .tab__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  border-bottom: 2px solid #D9D9D9;
  justify-content: center;
}
.banner__search .tab__head-item {
  width: 160px;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.2px;
  color: #000000;
  padding-bottom: 10px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: -2px;
}
.banner__search .tab__head .active {
  color: #1976d3;
  border-color: #1976d3;
}
.banner .search-form__inner {
  margin-bottom: 24px;
}
.banner .search-form__inner-label {
  color: #475569;
  font-size: 13px;
  margin-bottom: 3px;
  text-align: left;
}
.banner .search-form__inner input {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 12px;
  transition: 0.3s;
  width: 504px;
}
.banner .search-form__inner input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.taxdome-intro-wrapper {
  position: absolute;
  left: 0;
  top: -100px;
  height: 590px;
  width: 100%;
  max-width: 100%;
  background: #ffffff url("data:image/svg+xml,%3Csvg width='1366' height='659' viewBox='0 0 1366 659' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_37157_16931)'%3E%3Crect width='1526' height='1099' transform='translate(-70 -440)' fill='white'/%3E%3Cmask id='mask0_37157_16931' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-481' y='-1678' width='2264' height='2174'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M930.687 -1674.69C53.1045 -1529.63 771.71 -1648.33 36.632 -1526.69C-46.9667 -1512.85 -117.33 -1455.02 -147.135 -1375.64L-465.813 -526.83C-495.594 -447.448 -480.974 -357.206 -427.189 -291.696L148.192 409.106C201.998 474.642 287.634 506.51 371.233 492.677L1265.29 344.672C1307.08 337.731 1345.24 320.103 1377.02 293.976C1408.81 267.85 1434.14 233.294 1449.06 193.624L1767.73 -655.187C1797.53 -734.556 1782.26 -824.271 1728.46 -889.806L1153.08 -1590.61C1099.29 -1656.12 1014.3 -1688.51 930.687 -1674.69Z' fill='%23F3F8FD'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_37157_16931)'%3E%3Crect x='-29' y='-441' width='1527' height='1042' fill='%23F3F8FD'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37157_16931'%3E%3Crect width='1526' height='1099' fill='white' transform='translate(-70 -440)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat left top;
  background-size: cover;
  background-position-y: -120px;
}
@media screen and (min-width: 1899.98px) {
  .taxdome-intro-wrapper {
    height: 780px;
  }
}
@media screen and (max-width: 767.98px) {
  .taxdome-intro-wrapper {
    -webkit-clip-path: none;
            clip-path: none;
    border-bottom-left-radius: 0;
    height: 360px;
    background-position-y: -10px;
    top: 0;
  }
}
@media screen and (max-width: 1199.98px) {
  .taxdome-intro-wrapper {
    background-position-y: 0;
  }
}
@media screen and (max-width: 1399.98px) {
  .taxdome-intro-wrapper {
    background-position-y: -10px;
  }
}

.accordion {
  padding: 100px 0 0;
  position: relative;
  z-index: 10;
  background: url("data:image/svg+xml,%3Csvg width='700' height='600' viewBox='0 0 919 808' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M768.334 651.965L897.207 995.517C934.339 1094.51 922.221 1183.74 857.45 1262.84C700.748 1452.8 541.737 1645.3 385.035 1835.26C315.981 1915.97 229.999 1951.54 122.386 1933.79C-120.596 1893.75 -365.886 1856.24 -608.867 1816.2C-706.824 1798.15 -779.595 1747.4 -815.09 1652.78C-907.5 1415.11 -996.385 1169.47 -1086.49 929.279C-1123.62 830.289 -1094.5 742.978 -1029.73 663.883C-877.641 478.969 -720.182 295.36 -572.045 108.606C-498.584 17.948 -401.307 -13.5606 -291.174 6.56746C-56.4221 46.3716 175.81 83.7998 408.924 119.237C523.886 139.214 601.361 198.162 637.698 312.395C679.2 423.03 725.194 536.962 768.334 651.965Z' fill='%23F3F8FD'/%3E%3C/svg%3E%0A") no-repeat bottom left;
}
@media screen and (max-width: 767.98px) {
  .accordion {
    background-size: contain;
  }
}
.accordion__inner {
  background: url("data:image/svg+xml,%3Csvg width='476' height='521' viewBox='0 0 476 521' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M522.06 133.182L548.361 203.296C555.939 223.499 553.466 241.71 540.247 257.853C508.266 296.622 475.814 335.907 443.834 374.677C429.741 391.147 412.193 398.407 390.231 394.784C340.642 386.613 290.582 378.957 240.993 370.786C221.001 367.102 206.149 356.745 198.906 337.434C180.046 288.929 161.906 238.798 143.517 189.778C135.939 169.576 141.883 151.757 155.101 135.614C186.14 97.8762 218.275 60.4043 248.508 22.2904C263.5 3.78842 283.353 -2.64203 305.829 1.46581C353.739 9.58925 401.134 17.2278 448.709 24.46C472.171 28.5371 487.983 40.5675 495.399 63.8809C503.869 86.46 513.255 109.712 522.06 133.182Z' fill='%23F3F8FD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M198.931 467.611L211.272 500.511C214.828 509.99 213.667 518.535 207.465 526.11C192.459 544.301 177.231 562.735 162.225 580.927C155.612 588.655 147.378 592.062 137.073 590.362C113.805 586.528 90.315 582.935 67.0465 579.101C57.6659 577.372 50.6972 572.513 47.2981 563.451C38.4486 540.692 29.9368 517.169 21.3084 494.167C17.7525 484.688 20.5414 476.327 26.7441 468.752C41.308 451.045 56.3867 433.462 70.5727 415.578C77.6075 406.896 86.9229 403.879 97.4696 405.806C119.95 409.618 142.189 413.202 164.513 416.596C175.522 418.509 182.941 424.154 186.421 435.093C190.395 445.688 194.8 456.598 198.931 467.611Z' stroke='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M197.553 467.709L209.662 499.992C213.152 509.293 212.013 517.679 205.927 525.111C191.202 542.962 176.26 561.05 161.535 578.9C155.046 586.484 146.967 589.827 136.855 588.158C114.023 584.396 90.9733 580.871 68.1411 577.109C58.9363 575.413 52.0982 570.644 48.7629 561.752C40.0794 539.419 31.7271 516.338 23.2605 493.768C19.7712 484.466 22.5079 476.261 28.5942 468.829C42.8851 451.453 57.6811 434.2 71.6011 416.651C78.504 408.132 87.6448 405.172 97.9937 407.063C120.053 410.803 141.875 414.32 163.78 417.65C174.583 419.527 181.863 425.067 185.277 435.801C189.177 446.197 193.499 456.903 197.553 467.709Z' fill='%23F3F8FD'/%3E%3C/svg%3E%0A") no-repeat bottom right;
}
@media screen and (max-width: 767.98px) {
  .accordion__inner {
    background-size: contain;
  }
}
.accordion .container {
  margin: 0 auto;
  padding: 68px 0;
}
@media screen and (max-width: 767.98px) {
  .accordion .container {
    padding: 15px;
  }
}
.accordion h2 {
  font-size: 36px;
  line-height: 45px;
  color: #2B2B2B;
  text-align: center;
}
.accordion a {
  color: rgb(28, 110, 177);
  text-decoration: none;
}
@media screen and (max-width: 575.98px) {
  .accordion {
    padding: 50px 0 20px;
  }
}
.accordion__faq {
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 17px;
  padding: 0 0 17px;
  border-bottom: 1px solid #E0E7EF;
}
.accordion__question {
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .accordion__question {
    padding-right: 44px;
  }
}
.accordion__question:after {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  height: 100%;
  width: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15.323L11.933 8.67773L19 15.323' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  transform: rotate(180deg);
}
.accordion__question_active:after {
  transform: rotate(360deg);
}
.accordion__answer {
  padding: 15px 20px;
  display: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #2B2B2B;
}

.whatis {
  padding: 108px 0;
}
.whatis .container {
  padding: 0 30px;
}
@media screen and (max-width: 767.98px) {
  .whatis {
    padding: 60px 0;
  }
}
.whatis h2 {
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 45px;
  padding-bottom: 24px;
  margin: 0;
}
.whatis p {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #2B2B2B;
  margin: 0;
  max-width: 650px;
  width: 100%;
}
.whatis__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 55px;
}
@media screen and (max-width: 767.98px) {
  .whatis__group {
    padding: 0;
    flex-direction: column;
  }
}
.whatis__group-left, .whatis__group-right {
  width: 50%;
  padding-right: 35px;
  margin-top: 55px;
  font-size: 16px;
  line-height: 1.4;
}
.whatis__group-left img, .whatis__group-right img {
  max-width: 36px;
}
@media screen and (max-width: 767.98px) {
  .whatis__group-left, .whatis__group-right {
    padding-right: 0;
    width: 100%;
  }
}
.whatis__group-left .title, .whatis__group-right .title {
  font-weight: 700;
  margin-top: 18px;
  margin-bottom: 5px;
}

.services {
  margin-top: 0;
  background: #ededed;
  color: #0b0b0b;
  padding: 80px 0;
}
@media screen and (max-width: 767.98px) {
  .services {
    margin: 0;
    padding: 40px 0;
  }
}
.services h2 {
  padding-bottom: 38px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #E41E26;
  margin: 0 auto;
  text-align: center;
}
.services h2 span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .services h2 {
    padding: 0 15px 30px 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
  }
}
.services .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.services__description {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto 15px auto;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
}
.services__description span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .services__description {
    padding: 0 15px;
  }
}
.services__left {
  max-width: 622px;
  padding-right: 15px;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .services__left {
    max-width: 100%;
  }
}
.services__left-block {
  background-color: rgba(168, 179, 207, 0.22);
  border-radius: 20px;
  padding: 20px 35px;
  margin: 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.services__left-block span {
  color: #0033A0;
}
.services__left ul {
  padding-left: 20px;
}
.services__left .item_inner {
  opacity: 0.9;
}
.services__left li {
  list-style-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.18018C7.34721 9.18018 9.25 7.27739 9.25 4.93018C9.25 2.58297 7.34721 0.680176 5 0.680176C2.65279 0.680176 0.75 2.58297 0.75 4.93018C0.75 7.27739 2.65279 9.18018 5 9.18018Z' fill='white'/%3E%3C/svg%3E%0A");
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 10px 0;
  position: relative;
  padding-left: 18px;
}
.services__left li a {
  color: #ffffff;
  font-weight: 700;
}
.services__left li span {
  color: #0033A0;
}
.services__right {
  width: 100%;
  max-width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .services__right {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}
.services .taxdome__button {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 15px 0;
}

.about {
  margin-top: 120px;
  min-height: 500px;
}
@media screen and (max-width: 767.98px) {
  .about {
    margin-top: 40px;
  }
}
.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.about__inner .breadcrumbs {
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #75ADE5;
}
.about__inner .breadcrumbs a {
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  text-align: left;
  color: #75ADE5;
  text-decoration: none;
}
.about__inner-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .about__inner-left {
    width: 100%;
  }
}
.about__inner-left h1 {
  font-style: normal;
  font-weight: 900;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -0.8px;
  color: #2B2B2B;
  max-width: 500px;
}
@media screen and (max-width: 767.98px) {
  .about__inner-left h1 {
    margin-top: 60px;
    font-size: 36px;
    line-height: 45px;
  }
}
.about__inner-left p {
  margin-top: 27px;
  margin-bottom: 41px;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0.2px;
  color: #2B2B2B;
  max-width: 500px;
}
@media screen and (max-width: 767.98px) {
  .about__inner-left p {
    font-size: 16px;
    line-height: 22px;
  }
}
.about__inner-right {
  width: 50%;
  padding-top: 50px;
  text-align: right;
}
.about__inner-right img {
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(43, 43, 43, 0.1);
  padding: 25px;
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .about__inner-right {
    margin-top: 15px;
    width: 100%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .about .taxdome__button .mobile-about {
    min-width: 314px;
  }
}
.about .taxdome__button a {
  margin-left: 0;
}
@media screen and (max-width: 767.98px) {
  .about .taxdome__button a {
    margin-left: auto;
  }
}

.table {
  margin: 35px 0 0 0;
  background-color: #F3F8FD;
  padding-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .table .container {
    padding: 0;
  }
}
.table::before {
  height: 140px;
  width: 100%;
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='1366' height='140' viewBox='0 0 1366 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_37178_46412)'%3E%3Crect width='1366' height='140' transform='matrix(-1 0 0 1 1366 0)' fill='white'/%3E%3Cmask id='mask0_37178_46412' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1366' height='140'%3E%3Crect width='1366' height='140' transform='matrix(-1 0 0 1 1366 0)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_37178_46412)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-675.636 687.141L-962.79 1158.86C-1045.53 1294.78 -1052.7 1430.12 -979.174 1565.28C-800.893 1890.23 -619.908 2219.56 -441.628 2544.51C-362.219 2683.25 -245.091 2760.03 -80.9824 2764.05C289.545 2773.19 662.776 2786.71 1033.3 2795.84C1183.22 2796.7 1305.09 2742.13 1384.17 2612.21C1587.64 2286.79 1788.14 1948.61 1988.9 1618.81C2071.64 1482.89 2053.13 1345.6 1979.6 1210.44C1806.73 894.265 1625.54 578.507 1459.02 260.72C1375.89 106.018 1240.92 32.0732 1072.42 30.86C714.124 23.6918 360.224 13.7192 5.58035 0.554458C-170.018 -2.23935 -301.147 63.1296 -386.997 221.809C-479.47 373.718 -579.513 529.236 -675.636 687.141Z' fill='%23F3F8FD'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37178_46412'%3E%3Crect width='1366' height='140' fill='white' transform='matrix(-1 0 0 1 1366 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top right;
}
@media screen and (max-width: 767.98px) {
  .table::before {
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg width='375' height='39' viewBox='0 0 375 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41885_17684)'%3E%3Crect width='375' height='38.4334' transform='matrix(-1 0 0 1 375 0)' fill='white'/%3E%3Cmask id='mask0_41885_17684' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-991' y='0' width='1366' height='140'%3E%3Crect width='1366' height='140' transform='matrix(-1 0 0 1 375 0)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_41885_17684)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-185.479 188.637L-264.309 318.134C-287.023 355.447 -288.992 392.603 -268.807 429.708C-219.865 518.914 -170.18 609.323 -121.238 698.529C-99.4379 736.617 -67.2834 757.695 -22.2317 758.798C79.487 761.306 181.948 765.018 283.667 767.526C324.822 767.761 358.277 752.781 379.989 717.114C435.846 627.78 490.886 534.94 546.001 444.402C568.715 407.089 563.633 369.401 543.448 332.295C495.99 245.497 446.249 158.814 400.535 71.574C377.715 29.1045 340.662 8.80484 294.404 8.4718C196.044 6.50394 98.89 3.7662 1.53184 0.1522C-46.6742 -0.614795 -82.6722 17.3306 -106.24 60.892C-131.626 102.595 -159.09 145.288 -185.479 188.637Z' fill='%23F3F8FD'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41885_17684'%3E%3Crect width='375' height='38.4334' fill='white' transform='matrix(-1 0 0 1 375 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top right;
  }
}
.table__inner {
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(43, 43, 43, 0.1);
  border-radius: 8px;
  padding: 110px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #2B2B2B;
}
@media screen and (max-width: 767.98px) {
  .table__inner {
    border-radius: 0px;
  }
}
.table__inner a {
  color: #1976D3;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.200000003px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .table__inner {
    padding: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .table__inner p {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
    padding: 35px 25px;
  }
}
.table__inner h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #2B2B2B;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.98px) {
  .table__inner h2 {
    font-size: 25px;
    padding-bottom: 30px;
    text-align: center;
  }
}

.tableblue {
  margin: 85px 0 0 0;
}
.tableblue .container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .tableblue .container {
    position: inherit;
    padding: 0;
  }
}
.tableblue::before {
  content: "";
  display: block;
}
@media screen and (max-width: 767.98px) {
  .tableblue::before {
    height: 38px;
    width: 100%;
    background: url("data:image/svg+xml,%3Csvg width='375' height='39' viewBox='0 0 375 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41885_17934)'%3E%3Crect width='375' height='38.4334' fill='white'/%3E%3Cmask id='mask0_41885_17934' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1366' height='140'%3E%3Crect width='1366' height='140' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_41885_17934)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M560.479 188.637L639.309 318.134C662.023 355.447 663.992 392.603 643.807 429.709C594.865 518.914 545.18 609.324 496.238 698.529C474.438 736.617 442.283 757.695 397.232 758.798C295.513 761.306 193.052 765.018 91.3335 767.527C50.1783 767.762 16.7226 752.781 -4.9892 717.114C-60.8459 627.78 -115.886 534.94 -171.001 444.402C-193.715 407.089 -188.633 369.401 -168.448 332.295C-120.99 245.498 -71.2492 158.814 -25.5352 71.5741C-2.71531 29.1046 34.3378 8.80496 80.5956 8.47192C178.956 6.50407 276.11 3.76633 373.468 0.152322C421.674 -0.614673 457.672 17.3307 481.24 60.8921C506.626 102.595 534.09 145.288 560.479 188.637Z' fill='%23F3F8FD'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41885_17934'%3E%3Crect width='375' height='38.4334' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top left;
    background-size: cover;
  }
}
.tableblue::after {
  height: 240px;
  width: 100%;
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='1366' height='141' viewBox='0 0 1366 141' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1366 141L0 141L1.23266e-05 -0.000104161L1366 1.52588e-05L1366 141Z' fill='%231976D3'/%3E%3C/svg%3E%0A") no-repeat top right;
  background-size: cover;
  position: relative;
  margin-top: -140px;
}
@media screen and (max-width: 767.98px) {
  .tableblue::after {
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg width='1366' height='141' viewBox='0 0 1366 141' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1366 141L0 141L1.23266e-05 -0.000104161L1366 1.52588e-05L1366 141Z' fill='%231976D3'/%3E%3C/svg%3E%0A") no-repeat top right;
  }
}
.tableblue__inner {
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(43, 43, 43, 0.1);
  border-radius: 8px;
  padding: 110px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #2B2B2B;
}
.tableblue__inner a {
  color: #1976D3;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.200000003px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .tableblue__inner {
    padding: 15px;
    margin-bottom: 130px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .tableblue__inner p {
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0;
    padding: 35px 25px;
  }
}
.tableblue__inner h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #2B2B2B;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.98px) {
  .tableblue__inner h2 {
    font-size: 25px;
    padding-bottom: 30px;
    text-align: center;
  }
}

.tablewave {
  margin: 85px 0 0 0;
  background-color: #F3F8FD;
}
@media screen and (max-width: 767.98px) {
  .tablewave .container {
    padding: 0;
  }
}
.tablewave::before {
  height: 140px;
  width: 100%;
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='1366' height='140' viewBox='0 0 1366 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_37176_45173)'%3E%3Crect width='1366' height='140' fill='white'/%3E%3Cmask id='mask0_37176_45173' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1366' height='140'%3E%3Crect width='1366' height='140' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_37176_45173)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2041.64 687.141L2328.79 1158.86C2411.53 1294.78 2418.7 1430.12 2345.17 1565.28C2166.89 1890.23 1985.91 2219.56 1807.63 2544.51C1728.22 2683.25 1611.09 2760.03 1446.98 2764.05C1076.46 2773.19 703.224 2786.71 332.697 2795.84C182.783 2796.7 60.9145 2742.13 -18.1744 2612.21C-221.642 2286.79 -422.136 1948.61 -622.9 1618.81C-705.639 1482.89 -687.128 1345.6 -613.599 1210.44C-440.725 894.265 -259.537 578.507 -93.0169 260.72C-9.89152 106.018 125.081 32.0732 293.582 30.86C651.876 23.6918 1005.78 13.7192 1360.42 0.554458C1536.02 -2.23935 1667.15 63.1296 1753 221.809C1845.47 373.718 1945.51 529.236 2041.64 687.141Z' fill='%23F3F8FD'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37176_45173'%3E%3Crect width='1366' height='140' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top left;
}
@media screen and (max-width: 767.98px) {
  .tablewave::before {
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg width='375' height='39' viewBox='0 0 375 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41885_17870)'%3E%3Crect width='375' height='38.4334' fill='white'/%3E%3Cmask id='mask0_41885_17870' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1366' height='140'%3E%3Crect width='1366' height='140' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_41885_17870)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M560.479 188.637L639.309 318.134C662.023 355.447 663.992 392.603 643.807 429.708C594.865 518.914 545.18 609.323 496.238 698.529C474.438 736.617 442.283 757.695 397.232 758.798C295.513 761.306 193.052 765.018 91.3335 767.526C50.1783 767.761 16.7226 752.781 -4.9892 717.114C-60.8459 627.78 -115.886 534.94 -171.001 444.402C-193.715 407.089 -188.633 369.401 -168.448 332.295C-120.99 245.497 -71.2492 158.814 -25.5352 71.574C-2.71531 29.1045 34.3378 8.80484 80.5956 8.4718C178.956 6.50394 276.11 3.7662 373.468 0.1522C421.674 -0.614795 457.672 17.3306 481.24 60.892C506.626 102.595 534.09 145.288 560.479 188.637Z' fill='%23F3F8FD'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41885_17870'%3E%3Crect width='375' height='38.4334' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top left;
  }
}
.tablewave::after {
  height: 140px;
  width: 100%;
  content: "";
  display: block;
  background: url("../images/fn.png") no-repeat top right;
}
@media screen and (max-width: 767.98px) {
  .tablewave::after {
    height: 38px;
    background: #1976D3;
  }
}
.tablewave__inner {
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(43, 43, 43, 0.1);
  border-radius: 8px;
  padding: 110px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #2B2B2B;
  position: relative;
  margin-bottom: -200px;
}
@media screen and (max-width: 767.98px) {
  .tablewave__inner {
    border-radius: 0px;
    margin-bottom: 0;
  }
}
.tablewave__inner a {
  color: #1976D3;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0.200000003px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .tablewave__inner {
    padding: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .tablewave__inner p {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    padding: 5px 0;
  }
}
.tablewave__inner h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #2B2B2B;
  margin-bottom: 24px;
}
@media screen and (max-width: 767.98px) {
  .tablewave__inner h2 {
    font-size: 36px;
    font-weight: 900;
    line-height: 45px;
    text-align: left;
    padding-bottom: 0;
  }
}

.rightphoto {
  padding: 200px 0;
  background-color: #1976D3;
  color: #ffffff;
}
@media screen and (max-width: 767.98px) {
  .rightphoto .container {
    padding: 0 30px;
  }
}
.rightphoto img {
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(43, 43, 43, 0.1);
  padding: 25px;
  border-radius: 8px;
  width: 564px;
}
@media screen and (max-width: 575.98px) {
  .rightphoto img {
    width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .rightphoto {
    padding: 0;
  }
}
.rightphoto__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.rightphoto__inner-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 575.98px) {
  .rightphoto__inner-left {
    width: 100%;
  }
}
.rightphoto__inner-left h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
  max-width: 400px;
  margin-bottom: 28px;
}
.rightphoto__inner-left p {
  font-size: 16px;
  max-width: 525px;
  line-height: 1.42857143;
}
.rightphoto__inner-right {
  width: 614px;
  text-align: right;
}
@media screen and (max-width: 575.98px) {
  .rightphoto__inner-right {
    width: 100%;
    text-align: center;
    padding: 50px 0;
  }
}

.blue {
  background: #ededed;
  color: #0b0b0b;
  padding-top: 80px;
  position: relative;
  padding-bottom: 250px;
  z-index: 2;
}
.blue__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.blue__inner-left {
  width: 50%;
}
@media screen and (max-width: 575.98px) {
  .blue__inner-left {
    width: 100%;
  }
}
.blue__inner-left h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  max-width: 400px;
  margin-bottom: 28px;
}
.blue__inner-left p {
  font-size: 16px;
  max-width: 525px;
  line-height: 1.42857143;
}
.blue__inner-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
@media screen and (max-width: 575.98px) {
  .blue__inner-right {
    width: 100%;
    padding-left: 0;
  }
}
.blue__inner-right ul {
  margin: 0;
  padding: 0 16px;
}
.blue__inner-right ul li {
  list-style-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzBfMTYpIj4KPHBhdGggZD0iTTggMEMzLjYwNTk0IDAgMCAzLjYwNTk0IDAgOEMwIDEyLjM5NDEgMy42MDU5NCAxNiA4IDE2QzEyLjM5NDEgMTYgMTYgMTIuMzk0MSAxNiA4QzE2IDMuNjA1OTQgMTIuMzk0MSAwIDggMFpNOC4wODY3NiAxMC42Nzk3QzcuNDk2MiAxMS4yMTY2IDYuNTg4MDggMTEuMTk1IDYuMDIzNzIgMTAuNjMwNkw0LjE5MTQxIDguNzk4MzRDMy44MjUzMyA4LjQzMjI3IDMuODI1MzMgNy44Mzg3MyA0LjE5MTQxIDcuNDcyNjVDNC41NTc0OSA3LjEwNjU4IDUuMTUxMDEgNy4xMDY1OCA1LjUxNzA5IDcuNDcyNjVMNi43ODE2OSA4LjczNzI2QzYuOTU2MDcgOC45MTE2NCA3LjIzNjY3IDguOTE4MzIgNy40MTkxNSA4Ljc1MjQzTDEwLjg5NDUgNS41OTMxOUMxMS4yNzc1IDUuMjQ0OTggMTEuODcwMyA1LjI3MzEzIDEyLjIxODYgNS42NTYwOEMxMi41NjcgNi4wMzkxNyAxMi41Mzg5IDYuNjMyMjIgMTIuMTU1NyA2Ljk4MDU3TDguMDg2NzYgMTAuNjc5N1oiIGZpbGw9IiMyNEM4NzUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8wXzE2Ij4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 10px;
}

.counters {
  background: #ededed;
  color: #0b0b0b;
  padding: 80px 0 80px 0;
}
.counters h2 {
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  text-align: center;
  color: #2B2B2B;
}
.counters .counter-id-0 {
  color: #75ADE5;
}
.counters .counter-id-1 {
  color: #24C875;
}
.counters .counter-id-2 {
  color: #EB5858;
}
.counters .counter-id-3 {
  color: #FFD259;
}
.counters .counter-id-4 {
  color: #003260;
}
.counters__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  box-shadow: 0 20px 30px rgba(43, 43, 43, 0.1);
  border-radius: 8px;
  padding: 24px 18px;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 34px;
}
@media screen and (max-width: 767.98px) {
  .counters__bottom {
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }
}
.counters__bottom-item {
  width: 20%;
}
@media screen and (max-width: 767.98px) {
  .counters__bottom-item {
    width: 100%;
  }
}
.counters__bottom-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #2B2B2B;
  max-width: 152px;
  width: 100%;
  margin: 8px auto;
}

.terms {
  padding: 0;
}
.terms h1 {
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 10px;
}
.terms__inner {
  background: #ffffff;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.2px;
  color: #2B2B2B;
}
.terms__inner a {
  color: rgb(25, 118, 211);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 767.98px) {
  .terms__inner {
    padding: 0;
  }
}
.terms__inner li::marker {
  color: #1976d3;
}
.terms__inner h3 {
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 25px;
  font-weight: 900;
  margin-top: 66px;
}
@media screen and (max-width: 767.98px) {
  .terms__inner h3 {
    font-size: 36px;
    line-height: 45px;
  }
}
.terms__inner h2 {
  margin-bottom: 25px;
  font-weight: 900;
  margin-top: 66px;
}
@media screen and (max-width: 767.98px) {
  .terms__inner h2 {
    font-size: 36px;
    line-height: 45px;
  }
}

.contacts {
  padding: 120px 0;
}
.contacts h1 {
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
.contacts__subtitle {
  font-size: 30px;
  line-height: 1.1;
  font-weight: 900;
  margin-bottom: 10px;
  text-align: center;
}
.contacts__description {
  font-size: 18px;
  text-align: center;
}
.contacts__form {
  width: 750px;
  margin: 0 auto;
  padding-top: 32px;
}
@media screen and (max-width: 575.98px) {
  .contacts__form {
    width: 100%;
  }
}
.contacts__form label {
  margin-bottom: 15px;
  font-weight: 700;
  display: block;
}
.contacts__form input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s;
}
.contacts__form input:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.contacts__form input[type=submit] {
  text-align: center;
  transition: 0.5s;
  background-color: #1976d3;
  border: 1px solid #1976d3;
  color: #ffffff;
  font-size: 14px;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 40px;
  padding: 10px 16px;
  line-height: 17px;
  font-weight: 600;
  white-space: normal;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  min-width: 198px;
}
.contacts__form input[type=submit]:hover {
  background-color: #044c94;
  border-color: #044c94;
}
.contacts__form textarea {
  width: 100%;
  display: block;
  height: 94px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s;
}
.contacts__form textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.needhelp {
  background: #ededed;
  color: #0b0b0b;
  position: relative;
  z-index: 8;
}
.needhelp::after {
  height: 140px;
  width: 100%;
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='1366' height='140' viewBox='0 0 1366 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_37184_47184)'%3E%3Crect width='1366' height='140' transform='translate(1366 140) rotate(-180)' fill='white'/%3E%3Cmask id='mask0_37184_47184' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1366' height='140'%3E%3Crect x='1366' y='140' width='1366' height='140' transform='rotate(-180 1366 140)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_37184_47184)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-675.637 -547.142L-962.79 -1018.86C-1045.53 -1154.78 -1052.7 -1290.12 -979.174 -1425.29C-800.893 -1750.23 -619.908 -2079.56 -441.628 -2404.51C-362.219 -2543.25 -245.09 -2620.03 -80.9823 -2624.05C289.545 -2633.19 662.776 -2646.71 1033.3 -2655.84C1183.22 -2656.7 1305.09 -2602.13 1384.17 -2472.21C1587.64 -2146.79 1788.14 -1808.61 1988.9 -1478.81C2071.64 -1342.89 2053.13 -1205.6 1979.6 -1070.44C1806.73 -754.265 1625.54 -438.508 1459.02 -120.72C1375.89 33.9819 1240.92 107.927 1072.42 109.14C714.124 116.308 360.224 126.281 5.58024 139.445C-170.018 142.239 -301.147 76.8702 -386.997 -81.8096C-479.47 -233.718 -579.513 -389.237 -675.637 -547.142Z' fill='%23F3F8FD'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37184_47184'%3E%3Crect width='1366' height='140' fill='white' transform='translate(1366 140) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top right;
}
@media screen and (max-width: 767.98px) {
  .needhelp::after {
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg width='375' height='39' viewBox='0 0 375 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41885_18160)'%3E%3Crect width='375' height='38.4334' transform='translate(375 38.4336) rotate(-180)' fill='white'/%3E%3Cmask id='mask0_41885_18160' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-991' y='-102' width='1366' height='141'%3E%3Crect x='375' y='38.4336' width='1366' height='140' transform='rotate(-180 375 38.4336)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_41885_18160)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-185.479 -150.203L-264.309 -279.701C-287.023 -317.014 -288.992 -354.17 -268.807 -391.275C-219.865 -480.481 -170.18 -570.89 -121.238 -660.096C-99.4379 -698.184 -67.2833 -719.262 -22.2317 -720.365C79.487 -722.873 181.948 -726.585 283.667 -729.093C324.822 -729.328 358.277 -714.347 379.989 -678.681C435.846 -589.346 490.886 -496.507 546.001 -405.968C568.715 -368.655 563.633 -330.967 543.448 -293.862C495.99 -207.064 446.249 -120.381 400.535 -33.1405C377.715 9.32898 340.662 29.6286 294.404 29.9616C196.044 31.9295 98.89 34.6672 1.53181 38.2812C-46.6742 39.0482 -82.6722 21.1028 -106.24 -22.4586C-131.626 -64.1611 -159.09 -106.855 -185.479 -150.203Z' fill='%23F3F8FD'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41885_18160'%3E%3Crect width='375' height='38.4334' fill='white' transform='translate(375 38.4336) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top right;
  }
}
.needhelp::before {
  height: 140px;
  width: 100%;
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='1366' height='2295' viewBox='0 0 1366 2295' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_37184_48150' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='1448' width='971' height='908'%3E%3Crect y='1448' width='971' height='908' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_37184_48150)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M783.025 2137.92L914.36 2488.04C952.202 2588.92 939.852 2679.86 873.843 2760.46C714.147 2954.06 552.098 3150.23 392.402 3343.83C322.029 3426.07 234.405 3462.33 124.735 3444.24C-122.889 3403.43 -372.866 3365.2 -620.49 3324.4C-720.318 3306 -794.48 3254.28 -830.652 3157.85C-924.829 2915.64 -1015.41 2665.32 -1107.24 2420.53C-1145.08 2319.65 -1115.4 2230.67 -1049.39 2150.07C-894.399 1961.62 -733.932 1774.5 -582.964 1584.18C-508.1 1491.79 -408.964 1459.68 -296.727 1480.19C-57.4894 1520.76 179.18 1558.9 416.748 1595.01C533.906 1615.37 612.861 1675.45 649.893 1791.86C692.188 1904.61 739.061 2020.72 783.025 2137.92Z' stroke='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M768.334 2138.96L897.207 2482.52C934.339 2581.51 922.221 2670.74 857.45 2749.84C700.748 2939.8 541.737 3132.3 385.035 3322.26C315.981 3402.97 229.999 3438.54 122.386 3420.79C-120.596 3380.75 -365.886 3343.24 -608.867 3303.2C-706.824 3285.15 -779.595 3234.4 -815.09 3139.78C-907.5 2902.11 -996.385 2656.47 -1086.49 2416.28C-1123.62 2317.29 -1094.5 2229.98 -1029.73 2150.88C-877.641 1965.97 -720.182 1782.36 -572.045 1595.61C-498.584 1504.95 -401.307 1473.44 -291.174 1493.57C-56.4221 1533.37 175.81 1570.8 408.924 1606.24C523.886 1626.21 601.361 1685.16 637.698 1799.4C679.2 1910.03 725.194 2023.96 768.334 2138.96Z' fill='%23F3F8FD'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1415.05 1468.97L1441.86 1540.42C1449.58 1561.01 1447.06 1579.57 1433.59 1596.02C1401 1635.53 1367.93 1675.57 1335.33 1715.08C1320.97 1731.86 1303.09 1739.26 1280.71 1735.57C1230.17 1727.24 1179.15 1719.44 1128.62 1711.11C1108.24 1707.36 1093.11 1696.8 1085.73 1677.12C1066.51 1627.69 1048.02 1576.6 1029.28 1526.64C1021.56 1506.06 1027.61 1487.9 1041.09 1471.45C1072.72 1432.99 1105.47 1394.8 1136.28 1355.96C1151.55 1337.1 1171.79 1330.55 1194.69 1334.73C1243.52 1343.01 1291.82 1350.8 1340.3 1358.17C1364.21 1362.32 1380.33 1374.58 1387.88 1398.34C1396.52 1421.35 1406.08 1445.05 1415.05 1468.97Z' stroke='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1412.06 1469.18L1438.36 1539.3C1445.94 1559.5 1443.47 1577.71 1430.25 1593.85C1398.27 1632.62 1365.81 1671.91 1333.83 1710.68C1319.74 1727.15 1302.19 1734.41 1280.23 1730.78C1230.64 1722.61 1180.58 1714.96 1130.99 1706.79C1111 1703.1 1096.15 1692.74 1088.91 1673.43C1070.05 1624.93 1051.91 1574.8 1033.52 1525.78C1025.94 1505.58 1031.88 1487.76 1045.1 1471.61C1076.14 1433.88 1108.27 1396.4 1138.51 1358.29C1153.5 1339.79 1173.35 1333.36 1195.83 1337.47C1243.74 1345.59 1291.13 1353.23 1338.71 1360.46C1362.17 1364.54 1377.98 1376.57 1385.4 1399.88C1393.87 1422.46 1403.26 1445.71 1412.06 1469.18Z' fill='%23F3F8FD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1088.93 1803.61L1101.27 1836.51C1104.83 1845.99 1103.67 1854.54 1097.46 1862.11C1082.46 1880.3 1067.23 1898.74 1052.23 1916.93C1045.61 1924.66 1037.38 1928.06 1027.07 1926.36C1003.8 1922.53 980.315 1918.94 957.047 1915.1C947.666 1913.37 940.697 1908.51 937.298 1899.45C928.449 1876.69 919.937 1853.17 911.308 1830.17C907.752 1820.69 910.541 1812.33 916.744 1804.75C931.308 1787.04 946.387 1769.46 960.573 1751.58C967.607 1742.9 976.923 1739.88 987.47 1741.81C1009.95 1745.62 1032.19 1749.2 1054.51 1752.6C1065.52 1754.51 1072.94 1760.15 1076.42 1771.09C1080.4 1781.69 1084.8 1792.6 1088.93 1803.61Z' stroke='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1087.55 1803.71L1099.66 1835.99C1103.15 1845.29 1102.01 1853.68 1095.93 1861.11C1081.2 1878.96 1066.26 1897.05 1051.54 1914.9C1045.05 1922.48 1036.97 1925.83 1026.85 1924.16C1004.02 1920.4 980.973 1916.87 958.141 1913.11C948.936 1911.41 942.098 1906.64 938.763 1897.75C930.079 1875.42 921.727 1852.34 913.26 1829.77C909.771 1820.47 912.508 1812.26 918.594 1804.83C932.885 1787.45 947.681 1770.2 961.601 1752.65C968.504 1744.13 977.645 1741.17 987.994 1743.06C1010.05 1746.8 1031.87 1750.32 1053.78 1753.65C1064.58 1755.53 1071.86 1761.07 1075.28 1771.8C1079.18 1782.2 1083.5 1792.9 1087.55 1803.71Z' fill='%23F3F8FD'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1225.61 1943.71L1232.03 1960.85C1233.89 1965.78 1233.28 1970.23 1230.05 1974.18C1222.24 1983.65 1214.3 1993.25 1206.49 2002.73C1203.05 2006.75 1198.76 2008.53 1193.39 2007.64C1181.27 2005.65 1169.04 2003.77 1156.92 2001.78C1152.03 2000.88 1148.4 1998.35 1146.63 1993.63C1142.02 1981.77 1137.59 1969.52 1133.1 1957.54C1131.25 1952.61 1132.7 1948.25 1135.93 1944.31C1143.51 1935.08 1151.37 1925.93 1158.76 1916.61C1162.42 1912.09 1167.27 1910.52 1172.76 1911.52C1184.47 1913.51 1196.05 1915.37 1207.68 1917.14C1213.41 1918.14 1217.28 1921.08 1219.09 1926.78C1221.16 1932.29 1223.45 1937.98 1225.61 1943.71Z' stroke='%23E8F1FB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1224.89 1943.76L1231.2 1960.58C1233.01 1965.42 1232.42 1969.79 1229.25 1973.66C1221.58 1982.96 1213.8 1992.38 1206.13 2001.67C1202.75 2005.62 1198.54 2007.36 1193.28 2006.5C1181.38 2004.54 1169.38 2002.7 1157.49 2000.74C1152.69 1999.86 1149.13 1997.37 1147.4 1992.74C1142.87 1981.11 1138.52 1969.09 1134.11 1957.34C1132.3 1952.49 1133.72 1948.22 1136.89 1944.35C1144.34 1935.3 1152.04 1926.31 1159.29 1917.17C1162.89 1912.74 1167.65 1911.19 1173.04 1912.18C1184.53 1914.13 1195.89 1915.96 1207.3 1917.69C1212.93 1918.67 1216.72 1921.55 1218.5 1927.15C1220.53 1932.56 1222.78 1938.14 1224.89 1943.76Z' fill='%23F3F8FD'/%3E%3Cpath d='M0 0H1366V139H0V0Z' fill='%23003260'/%3E%3Cmask id='mask1_37184_48150' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1366' height='140'%3E%3Crect width='1366' height='140' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_37184_48150)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2041.64 687.141L2328.79 1158.86C2411.53 1294.77 2418.7 1430.12 2345.17 1565.28C2166.89 1890.23 1985.91 2219.56 1807.63 2544.51C1728.22 2683.25 1611.09 2760.03 1446.98 2764.05C1076.45 2773.18 703.223 2786.71 332.696 2795.84C182.781 2796.7 60.9133 2742.13 -18.1755 2612.21C-221.643 2286.79 -422.137 1948.61 -622.901 1618.81C-705.64 1482.89 -687.129 1345.6 -613.6 1210.44C-440.726 894.265 -259.538 578.507 -93.0179 260.72C-9.8925 106.018 125.08 32.0732 293.581 30.86C651.875 23.6917 1005.78 13.7191 1360.42 0.554406C1536.02 -2.23941 1667.15 63.1295 1753 221.809C1845.47 373.718 1945.51 529.236 2041.64 687.141Z' fill='%23F3F8FD'/%3E%3C/g%3E%3Cg clip-path='url(%23clip0_37184_48150)'%3E%3Crect width='1366' height='289' transform='translate(0 2006)' fill='white'/%3E%3Cpath d='M0 2006H1366V2295H0V2006Z' fill='%23F3F8FD'/%3E%3Crect x='123' y='2174' width='1120' height='1' fill='%23D0E0F1'/%3E%3Cpath d='M124.474 2018.56V2008.13H131.05V2010.11H126.826V2012.53H130.442V2014.51H126.826V2018.56H124.474ZM135.8 2018.75C133.784 2018.75 131.928 2017.23 131.928 2014.59C131.928 2011.95 133.784 2010.43 135.8 2010.43C137.8 2010.43 139.656 2011.95 139.656 2014.59C139.656 2017.23 137.8 2018.75 135.8 2018.75ZM135.8 2016.85C136.76 2016.85 137.256 2015.97 137.256 2014.59C137.256 2013.22 136.76 2012.34 135.8 2012.34C134.824 2012.34 134.344 2013.22 134.344 2014.59C134.344 2015.97 134.824 2016.85 135.8 2016.85ZM141.267 2018.56V2010.63H143.187L143.347 2012.02H143.411C143.987 2010.95 144.851 2010.43 145.667 2010.43C146.115 2010.43 146.387 2010.5 146.611 2010.59L146.227 2012.63C145.939 2012.55 145.699 2012.5 145.363 2012.5C144.771 2012.5 144.035 2012.88 143.619 2013.95V2018.56H141.267ZM154.301 2018.75C152.093 2018.75 150.381 2017.23 150.381 2014.59C150.381 2011.95 152.317 2010.43 154.509 2010.43C155.485 2010.43 156.237 2010.79 156.829 2011.28L155.725 2012.8C155.341 2012.48 155.021 2012.34 154.653 2012.34C153.517 2012.34 152.797 2013.22 152.797 2014.59C152.797 2015.97 153.549 2016.85 154.573 2016.85C155.085 2016.85 155.581 2016.59 155.997 2016.27L156.925 2017.81C156.141 2018.5 155.165 2018.75 154.301 2018.75ZM160.473 2018.75C158.857 2018.75 158.313 2017.7 158.313 2016.1V2007.35H160.665V2016.19C160.665 2016.69 160.889 2016.85 161.081 2016.85C161.177 2016.85 161.241 2016.85 161.369 2016.82L161.657 2018.56C161.401 2018.67 161.001 2018.75 160.473 2018.75ZM162.892 2018.56V2010.63H165.244V2018.56H162.892ZM164.06 2009.46C163.276 2009.46 162.7 2008.95 162.7 2008.23C162.7 2007.51 163.276 2007.01 164.06 2007.01C164.86 2007.01 165.42 2007.51 165.42 2008.23C165.42 2008.95 164.86 2009.46 164.06 2009.46ZM170.865 2018.75C168.593 2018.75 166.849 2017.22 166.849 2014.59C166.849 2012.02 168.689 2010.43 170.593 2010.43C172.849 2010.43 173.969 2012.08 173.969 2014.24C173.969 2014.66 173.921 2015.09 173.873 2015.28H169.121C169.329 2016.43 170.129 2016.96 171.185 2016.96C171.777 2016.96 172.321 2016.79 172.897 2016.43L173.681 2017.86C172.865 2018.42 171.809 2018.75 170.865 2018.75ZM169.105 2013.73H171.969C171.969 2012.85 171.585 2012.23 170.641 2012.23C169.905 2012.23 169.265 2012.72 169.105 2013.73ZM175.595 2018.56V2010.63H177.515L177.675 2011.63H177.739C178.411 2010.99 179.211 2010.43 180.283 2010.43C182.011 2010.43 182.747 2011.65 182.747 2013.63V2018.56H180.395V2013.94C180.395 2012.79 180.091 2012.43 179.419 2012.43C178.827 2012.43 178.459 2012.71 177.947 2013.2V2018.56H175.595ZM187.807 2018.75C185.839 2018.75 185.071 2017.52 185.071 2015.68V2012.47H183.983V2010.72L185.199 2010.63L185.471 2008.51H187.423V2010.63H189.327V2012.47H187.423V2015.65C187.423 2016.55 187.823 2016.91 188.447 2016.91C188.703 2016.91 188.991 2016.83 189.199 2016.75L189.567 2018.47C189.151 2018.59 188.575 2018.75 187.807 2018.75ZM193.056 2018.75C192.016 2018.75 190.816 2018.31 190.016 2017.65L191.072 2016.18C191.792 2016.72 192.448 2017.01 193.12 2017.01C193.824 2017.01 194.128 2016.75 194.128 2016.34C194.128 2015.81 193.328 2015.57 192.512 2015.25C191.552 2014.88 190.416 2014.23 190.416 2012.91C190.416 2011.44 191.616 2010.43 193.456 2010.43C194.672 2010.43 195.568 2010.93 196.256 2011.44L195.2 2012.85C194.624 2012.43 194.08 2012.18 193.52 2012.18C192.912 2012.18 192.624 2012.4 192.624 2012.8C192.624 2013.31 193.36 2013.51 194.176 2013.81C195.184 2014.18 196.32 2014.74 196.32 2016.19C196.32 2017.63 195.184 2018.75 193.056 2018.75Z' fill='%232B2B2B'/%3E%3Cpath d='M124.26 2065V2055.82H129.552V2056.8H125.422V2059.9H128.922V2060.88H125.422V2065H124.26ZM131.066 2065V2058.2H132.214V2065H131.066ZM131.654 2056.8C131.206 2056.8 130.856 2056.49 130.856 2056.05C130.856 2055.61 131.206 2055.31 131.654 2055.31C132.102 2055.31 132.452 2055.61 132.452 2056.05C132.452 2056.49 132.102 2056.8 131.654 2056.8ZM134.511 2065V2058.2H135.463L135.561 2059.18H135.603C136.247 2058.53 136.947 2058.03 137.885 2058.03C139.313 2058.03 139.957 2058.95 139.957 2060.69V2065H138.809V2060.84C138.809 2059.57 138.417 2059.02 137.521 2059.02C136.821 2059.02 136.345 2059.39 135.659 2060.07V2065H134.511ZM144.492 2065.17C142.784 2065.17 141.678 2063.88 141.678 2061.61C141.678 2059.4 143.078 2058.03 144.632 2058.03C145.416 2058.03 145.934 2058.32 146.536 2058.81L146.48 2057.65V2055.03H147.642V2065H146.69L146.592 2064.2H146.55C146.018 2064.72 145.29 2065.17 144.492 2065.17ZM144.744 2064.2C145.374 2064.2 145.92 2063.89 146.48 2063.26V2059.71C145.906 2059.19 145.388 2058.99 144.828 2058.99C143.736 2058.99 142.868 2060.04 142.868 2061.6C142.868 2063.22 143.554 2064.2 144.744 2064.2ZM154.304 2065.17C153.17 2065.17 152.316 2064.45 152.316 2063.24C152.316 2061.75 153.59 2061.01 156.488 2060.69C156.488 2059.82 156.208 2058.98 155.088 2058.98C154.304 2058.98 153.59 2059.34 153.058 2059.71L152.61 2058.91C153.24 2058.5 154.192 2058.03 155.284 2058.03C156.95 2058.03 157.65 2059.13 157.65 2060.83V2065H156.698L156.6 2064.19H156.558C155.914 2064.72 155.158 2065.17 154.304 2065.17ZM154.64 2064.24C155.298 2064.24 155.83 2063.92 156.488 2063.33V2061.44C154.22 2061.72 153.436 2062.28 153.436 2063.15C153.436 2063.92 153.968 2064.24 154.64 2064.24ZM159.791 2065V2058.2H160.743L160.841 2059.18H160.883C161.527 2058.53 162.227 2058.03 163.165 2058.03C164.593 2058.03 165.237 2058.95 165.237 2060.69V2065H164.089V2060.84C164.089 2059.57 163.697 2059.02 162.801 2059.02C162.101 2059.02 161.625 2059.39 160.939 2060.07V2065H159.791ZM171.51 2061.26H174.268L173.834 2059.86C173.498 2058.84 173.204 2057.83 172.91 2056.77H172.854C172.574 2057.83 172.28 2058.84 171.944 2059.86L171.51 2061.26ZM175.43 2065L174.562 2062.2H171.216L170.334 2065H169.144L172.252 2055.82H173.568L176.676 2065H175.43ZM180.189 2065.17C178.481 2065.17 177.375 2063.88 177.375 2061.61C177.375 2059.4 178.775 2058.03 180.329 2058.03C181.113 2058.03 181.631 2058.32 182.233 2058.81L182.177 2057.65V2055.03H183.339V2065H182.387L182.289 2064.2H182.247C181.715 2064.72 180.987 2065.17 180.189 2065.17ZM180.441 2064.2C181.071 2064.2 181.617 2063.89 182.177 2063.26V2059.71C181.603 2059.19 181.085 2058.99 180.525 2058.99C179.433 2058.99 178.565 2060.04 178.565 2061.6C178.565 2063.22 179.251 2064.2 180.441 2064.2ZM187.1 2065L184.65 2058.2H185.84L187.128 2062.06C187.324 2062.73 187.548 2063.42 187.758 2064.06H187.814C188.01 2063.42 188.234 2062.73 188.43 2062.06L189.718 2058.2H190.852L188.444 2065H187.1ZM192.166 2065V2058.2H193.314V2065H192.166ZM192.754 2056.8C192.306 2056.8 191.956 2056.49 191.956 2056.05C191.956 2055.61 192.306 2055.31 192.754 2055.31C193.202 2055.31 193.552 2055.61 193.552 2056.05C193.552 2056.49 193.202 2056.8 192.754 2056.8ZM197.389 2065.17C196.423 2065.17 195.499 2064.76 194.855 2064.23L195.429 2063.46C196.017 2063.94 196.619 2064.27 197.431 2064.27C198.327 2064.27 198.775 2063.8 198.775 2063.21C198.775 2062.51 197.963 2062.2 197.221 2061.92C196.255 2061.57 195.191 2061.11 195.191 2059.96C195.191 2058.87 196.059 2058.03 197.529 2058.03C198.383 2058.03 199.125 2058.38 199.643 2058.8L199.097 2059.53C198.635 2059.18 198.145 2058.92 197.543 2058.92C196.689 2058.92 196.297 2059.39 196.297 2059.9C196.297 2060.55 197.039 2060.79 197.809 2061.08C198.789 2061.44 199.881 2061.85 199.881 2063.14C199.881 2064.24 198.999 2065.17 197.389 2065.17ZM204.122 2065.17C202.456 2065.17 200.972 2063.87 200.972 2061.61C200.972 2059.33 202.456 2058.03 204.122 2058.03C205.788 2058.03 207.272 2059.33 207.272 2061.61C207.272 2063.87 205.788 2065.17 204.122 2065.17ZM204.122 2064.22C205.298 2064.22 206.082 2063.17 206.082 2061.61C206.082 2060.04 205.298 2058.98 204.122 2058.98C202.96 2058.98 202.162 2060.04 202.162 2061.61C202.162 2063.17 202.96 2064.22 204.122 2064.22ZM209.064 2065V2058.2H210.016L210.114 2059.43H210.156C210.618 2058.57 211.318 2058.03 212.088 2058.03C212.382 2058.03 212.592 2058.07 212.816 2058.17L212.592 2059.18C212.368 2059.11 212.214 2059.06 211.934 2059.06C211.36 2059.06 210.674 2059.48 210.212 2060.63V2065H209.064ZM124.26 2095V2085.82H126.99C128.852 2085.82 130.14 2086.45 130.14 2088.06C130.14 2088.97 129.664 2089.78 128.796 2090.06V2090.11C129.902 2090.32 130.672 2091.05 130.672 2092.31C130.672 2094.12 129.244 2095 127.186 2095H124.26ZM125.422 2089.72H126.78C128.348 2089.72 128.992 2089.15 128.992 2088.21C128.992 2087.15 128.264 2086.74 126.836 2086.74H125.422V2089.72ZM125.422 2094.08H127.018C128.6 2094.08 129.524 2093.5 129.524 2092.27C129.524 2091.14 128.628 2090.62 127.018 2090.62H125.422V2094.08ZM132.378 2095V2088.2H133.33L133.428 2089.43H133.47C133.932 2088.57 134.632 2088.03 135.402 2088.03C135.696 2088.03 135.906 2088.07 136.13 2088.17L135.906 2089.18C135.682 2089.11 135.528 2089.06 135.248 2089.06C134.674 2089.06 133.988 2089.48 133.526 2090.63V2095H132.378ZM139.741 2095.17C138.075 2095.17 136.591 2093.87 136.591 2091.61C136.591 2089.33 138.075 2088.03 139.741 2088.03C141.407 2088.03 142.891 2089.33 142.891 2091.61C142.891 2093.87 141.407 2095.17 139.741 2095.17ZM139.741 2094.22C140.917 2094.22 141.701 2093.17 141.701 2091.61C141.701 2090.04 140.917 2088.98 139.741 2088.98C138.579 2088.98 137.781 2090.04 137.781 2091.61C137.781 2093.17 138.579 2094.22 139.741 2094.22ZM145.706 2095L143.816 2088.2H144.992L146 2092.13C146.154 2092.77 146.28 2093.39 146.406 2094.02H146.462C146.616 2093.39 146.756 2092.76 146.924 2092.13L147.974 2088.2H149.094L150.158 2092.13C150.326 2092.77 150.48 2093.39 150.634 2094.02H150.69C150.844 2093.39 150.97 2092.77 151.11 2092.13L152.104 2088.2H153.196L151.376 2095H149.976L148.996 2091.35C148.828 2090.7 148.702 2090.07 148.534 2089.39H148.478C148.324 2090.07 148.184 2090.72 148.002 2091.36L147.05 2095H145.706ZM156.455 2095.17C155.489 2095.17 154.565 2094.76 153.921 2094.23L154.495 2093.46C155.083 2093.94 155.685 2094.27 156.497 2094.27C157.393 2094.27 157.841 2093.8 157.841 2093.21C157.841 2092.51 157.029 2092.2 156.287 2091.92C155.321 2091.57 154.257 2091.11 154.257 2089.96C154.257 2088.87 155.125 2088.03 156.595 2088.03C157.449 2088.03 158.191 2088.38 158.709 2088.8L158.163 2089.53C157.701 2089.18 157.211 2088.92 156.609 2088.92C155.755 2088.92 155.363 2089.39 155.363 2089.9C155.363 2090.55 156.105 2090.79 156.875 2091.08C157.855 2091.44 158.947 2091.85 158.947 2093.14C158.947 2094.24 158.065 2095.17 156.455 2095.17ZM163.301 2095.17C161.481 2095.17 160.039 2093.84 160.039 2091.61C160.039 2089.39 161.537 2088.03 163.091 2088.03C164.827 2088.03 165.807 2089.27 165.807 2091.22C165.807 2091.46 165.793 2091.71 165.765 2091.88H161.173C161.257 2093.32 162.139 2094.24 163.441 2094.24C164.085 2094.24 164.631 2094.03 165.135 2093.71L165.541 2094.47C164.953 2094.85 164.225 2095.17 163.301 2095.17ZM161.159 2091.05H164.799C164.799 2089.68 164.183 2088.94 163.119 2088.94C162.167 2088.94 161.299 2089.71 161.159 2091.05ZM171.509 2095.17C170.641 2095.17 170.291 2094.62 170.291 2093.63V2085.03H171.439V2093.71C171.439 2094.08 171.593 2094.22 171.761 2094.22C171.831 2094.22 171.887 2094.22 172.013 2094.19L172.167 2095.06C172.013 2095.13 171.817 2095.17 171.509 2095.17ZM176.505 2095.17C174.839 2095.17 173.355 2093.87 173.355 2091.61C173.355 2089.33 174.839 2088.03 176.505 2088.03C178.171 2088.03 179.655 2089.33 179.655 2091.61C179.655 2093.87 178.171 2095.17 176.505 2095.17ZM176.505 2094.22C177.681 2094.22 178.465 2093.17 178.465 2091.61C178.465 2090.04 177.681 2088.98 176.505 2088.98C175.343 2088.98 174.545 2090.04 174.545 2091.61C174.545 2093.17 175.343 2094.22 176.505 2094.22ZM184.135 2095.17C182.329 2095.17 180.943 2093.87 180.943 2091.61C180.943 2089.33 182.469 2088.03 184.219 2088.03C185.115 2088.03 185.731 2088.39 186.207 2088.83L185.619 2089.58C185.227 2089.23 184.807 2088.98 184.261 2088.98C183.029 2088.98 182.133 2090.04 182.133 2091.61C182.133 2093.17 182.987 2094.22 184.233 2094.22C184.863 2094.22 185.409 2093.91 185.829 2093.53L186.333 2094.3C185.717 2094.85 184.947 2095.17 184.135 2095.17ZM189.263 2095.17C188.129 2095.17 187.275 2094.45 187.275 2093.24C187.275 2091.75 188.549 2091.01 191.447 2090.69C191.447 2089.82 191.167 2088.98 190.047 2088.98C189.263 2088.98 188.549 2089.34 188.017 2089.71L187.569 2088.91C188.199 2088.5 189.151 2088.03 190.243 2088.03C191.909 2088.03 192.609 2089.13 192.609 2090.83V2095H191.657L191.559 2094.19H191.517C190.873 2094.72 190.117 2095.17 189.263 2095.17ZM189.599 2094.24C190.257 2094.24 190.789 2093.92 191.447 2093.33V2091.44C189.179 2091.72 188.395 2092.28 188.395 2093.15C188.395 2093.92 188.927 2094.24 189.599 2094.24ZM196.7 2095.17C195.244 2095.17 194.754 2094.24 194.754 2092.9V2089.13H193.746V2088.27L194.81 2088.2L194.95 2086.29H195.916V2088.2H197.75V2089.13H195.916V2092.91C195.916 2093.75 196.182 2094.23 196.966 2094.23C197.204 2094.23 197.512 2094.13 197.736 2094.05L197.96 2094.92C197.582 2095.04 197.12 2095.17 196.7 2095.17ZM199.289 2095V2088.2H200.437V2095H199.289ZM199.877 2086.8C199.429 2086.8 199.079 2086.49 199.079 2086.05C199.079 2085.61 199.429 2085.31 199.877 2085.31C200.325 2085.31 200.675 2085.61 200.675 2086.05C200.675 2086.49 200.325 2086.8 199.877 2086.8ZM205.38 2095.17C203.714 2095.17 202.23 2093.87 202.23 2091.61C202.23 2089.33 203.714 2088.03 205.38 2088.03C207.046 2088.03 208.53 2089.33 208.53 2091.61C208.53 2093.87 207.046 2095.17 205.38 2095.17ZM205.38 2094.22C206.556 2094.22 207.34 2093.17 207.34 2091.61C207.34 2090.04 206.556 2088.98 205.38 2088.98C204.218 2088.98 203.42 2090.04 203.42 2091.61C203.42 2093.17 204.218 2094.22 205.38 2094.22ZM210.322 2095V2088.2H211.274L211.372 2089.18H211.414C212.058 2088.53 212.758 2088.03 213.696 2088.03C215.124 2088.03 215.768 2088.95 215.768 2090.69V2095H214.62V2090.84C214.62 2089.57 214.228 2089.02 213.332 2089.02C212.632 2089.02 212.156 2089.39 211.47 2090.07V2095H210.322ZM219.756 2095.17C218.79 2095.17 217.866 2094.76 217.222 2094.23L217.796 2093.46C218.384 2093.94 218.986 2094.27 219.798 2094.27C220.694 2094.27 221.142 2093.8 221.142 2093.21C221.142 2092.51 220.33 2092.2 219.588 2091.92C218.622 2091.57 217.558 2091.11 217.558 2089.96C217.558 2088.87 218.426 2088.03 219.896 2088.03C220.75 2088.03 221.492 2088.38 222.01 2088.8L221.464 2089.53C221.002 2089.18 220.512 2088.92 219.91 2088.92C219.056 2088.92 218.664 2089.39 218.664 2089.9C218.664 2090.55 219.406 2090.79 220.176 2091.08C221.156 2091.44 222.248 2091.85 222.248 2093.14C222.248 2094.24 221.366 2095.17 219.756 2095.17ZM125.408 2121.26H128.166L127.732 2119.86C127.396 2118.84 127.102 2117.83 126.808 2116.77H126.752C126.472 2117.83 126.178 2118.84 125.842 2119.86L125.408 2121.26ZM129.328 2125L128.46 2122.2H125.114L124.232 2125H123.042L126.15 2115.82H127.466L130.574 2125H129.328ZM134.773 2125.17C134.143 2125.17 133.429 2124.85 132.827 2124.3H132.785L132.687 2125H131.763V2115.03H132.911V2117.75L132.883 2118.98C133.499 2118.43 134.255 2118.03 135.011 2118.03C136.775 2118.03 137.713 2119.39 137.713 2121.49C137.713 2123.81 136.327 2125.17 134.773 2125.17ZM134.577 2124.2C135.697 2124.2 136.523 2123.18 136.523 2121.5C136.523 2120 136.019 2118.99 134.731 2118.99C134.157 2118.99 133.555 2119.32 132.911 2119.92V2123.49C133.513 2124.01 134.129 2124.2 134.577 2124.2ZM142.148 2125.17C140.482 2125.17 138.998 2123.87 138.998 2121.61C138.998 2119.33 140.482 2118.03 142.148 2118.03C143.814 2118.03 145.298 2119.33 145.298 2121.61C145.298 2123.87 143.814 2125.17 142.148 2125.17ZM142.148 2124.22C143.324 2124.22 144.108 2123.17 144.108 2121.61C144.108 2120.04 143.324 2118.98 142.148 2118.98C140.986 2118.98 140.188 2120.04 140.188 2121.61C140.188 2123.17 140.986 2124.22 142.148 2124.22ZM149.077 2125.17C147.635 2125.17 146.991 2124.24 146.991 2122.51V2118.2H148.153V2122.35C148.153 2123.63 148.531 2124.17 149.427 2124.17C150.127 2124.17 150.617 2123.82 151.261 2123.03V2118.2H152.409V2125H151.457L151.359 2123.94H151.317C150.687 2124.68 150.015 2125.17 149.077 2125.17ZM156.847 2125.17C155.391 2125.17 154.901 2124.24 154.901 2122.9V2119.13H153.893V2118.27L154.957 2118.2L155.097 2116.29H156.063V2118.2H157.897V2119.13H156.063V2122.91C156.063 2123.75 156.329 2124.23 157.113 2124.23C157.351 2124.23 157.659 2124.13 157.883 2124.05L158.107 2124.92C157.729 2125.04 157.267 2125.17 156.847 2125.17Z' fill='%232B2B2B'/%3E%3Cpath d='M865.164 2065V2056.8H862.392V2055.82H869.112V2056.8H866.34V2065H865.164ZM872.482 2065.17C870.662 2065.17 869.22 2063.84 869.22 2061.61C869.22 2059.39 870.718 2058.03 872.272 2058.03C874.008 2058.03 874.988 2059.27 874.988 2061.22C874.988 2061.46 874.974 2061.71 874.946 2061.88H870.354C870.438 2063.32 871.32 2064.24 872.622 2064.24C873.266 2064.24 873.812 2064.03 874.316 2063.71L874.722 2064.47C874.134 2064.85 873.406 2065.17 872.482 2065.17ZM870.34 2061.05H873.98C873.98 2059.68 873.364 2058.94 872.3 2058.94C871.348 2058.94 870.48 2059.71 870.34 2061.05ZM876.669 2065V2058.2H877.621L877.719 2059.43H877.761C878.223 2058.57 878.923 2058.03 879.693 2058.03C879.987 2058.03 880.197 2058.07 880.421 2058.17L880.197 2059.18C879.973 2059.11 879.819 2059.06 879.539 2059.06C878.965 2059.06 878.279 2059.48 877.817 2060.63V2065H876.669ZM881.523 2065V2058.2H882.475L882.573 2059.18H882.615C883.203 2058.53 883.917 2058.03 884.729 2058.03C885.765 2058.03 886.325 2058.52 886.605 2059.33C887.319 2058.56 888.019 2058.03 888.845 2058.03C890.245 2058.03 890.917 2058.95 890.917 2060.69V2065H889.769V2060.84C889.769 2059.57 889.363 2059.02 888.509 2059.02C887.977 2059.02 887.431 2059.37 886.801 2060.07V2065H885.653V2060.84C885.653 2059.57 885.247 2059.02 884.379 2059.02C883.875 2059.02 883.301 2059.37 882.671 2060.07V2065H881.523ZM894.908 2065.17C893.942 2065.17 893.018 2064.76 892.374 2064.23L892.948 2063.46C893.536 2063.94 894.138 2064.27 894.95 2064.27C895.846 2064.27 896.294 2063.8 896.294 2063.21C896.294 2062.51 895.482 2062.2 894.74 2061.92C893.774 2061.57 892.71 2061.11 892.71 2059.96C892.71 2058.87 893.578 2058.03 895.048 2058.03C895.902 2058.03 896.644 2058.38 897.162 2058.8L896.616 2059.53C896.154 2059.18 895.664 2058.92 895.062 2058.92C894.208 2058.92 893.816 2059.39 893.816 2059.9C893.816 2060.55 894.558 2060.79 895.328 2061.08C896.308 2061.44 897.4 2061.85 897.4 2063.14C897.4 2064.24 896.518 2065.17 894.908 2065.17ZM904.444 2065.17C902.778 2065.17 901.294 2063.87 901.294 2061.61C901.294 2059.33 902.778 2058.03 904.444 2058.03C906.11 2058.03 907.594 2059.33 907.594 2061.61C907.594 2063.87 906.11 2065.17 904.444 2065.17ZM904.444 2064.22C905.62 2064.22 906.404 2063.17 906.404 2061.61C906.404 2060.04 905.62 2058.98 904.444 2058.98C903.282 2058.98 902.484 2060.04 902.484 2061.61C902.484 2063.17 903.282 2064.22 904.444 2064.22ZM912.704 2055.09L912.452 2055.97C912.2 2055.86 911.934 2055.8 911.682 2055.8C911.038 2055.8 910.73 2056.25 910.73 2057.12V2058.2H912.172V2059.13H910.73V2065H909.582V2059.13H908.658V2058.27L909.582 2058.2V2057.12C909.582 2055.73 910.212 2054.86 911.57 2054.86C911.99 2054.86 912.396 2054.96 912.704 2055.09ZM919.651 2065.17C917.775 2065.17 916.347 2064.16 916.347 2061.21V2055.82H917.509V2061.23C917.509 2063.45 918.447 2064.15 919.651 2064.15C920.869 2064.15 921.821 2063.45 921.821 2061.23V2055.82H922.941V2061.21C922.941 2064.16 921.527 2065.17 919.651 2065.17ZM927.024 2065.17C926.058 2065.17 925.134 2064.76 924.49 2064.23L925.064 2063.46C925.652 2063.94 926.254 2064.27 927.066 2064.27C927.962 2064.27 928.41 2063.8 928.41 2063.21C928.41 2062.51 927.598 2062.2 926.856 2061.92C925.89 2061.57 924.826 2061.11 924.826 2059.96C924.826 2058.87 925.694 2058.03 927.164 2058.03C928.018 2058.03 928.76 2058.38 929.278 2058.8L928.732 2059.53C928.27 2059.18 927.78 2058.92 927.178 2058.92C926.324 2058.92 925.932 2059.39 925.932 2059.9C925.932 2060.55 926.674 2060.79 927.444 2061.08C928.424 2061.44 929.516 2061.85 929.516 2063.14C929.516 2064.24 928.634 2065.17 927.024 2065.17ZM933.869 2065.17C932.049 2065.17 930.607 2063.84 930.607 2061.61C930.607 2059.39 932.105 2058.03 933.659 2058.03C935.395 2058.03 936.375 2059.27 936.375 2061.22C936.375 2061.46 936.361 2061.71 936.333 2061.88H931.741C931.825 2063.32 932.707 2064.24 934.009 2064.24C934.653 2064.24 935.199 2064.03 935.703 2063.71L936.109 2064.47C935.521 2064.85 934.793 2065.17 933.869 2065.17ZM931.727 2061.05H935.367C935.367 2059.68 934.751 2058.94 933.687 2058.94C932.735 2058.94 931.867 2059.71 931.727 2061.05ZM863.26 2095V2085.82H865.878C867.936 2085.82 869.322 2086.5 869.322 2088.52C869.322 2090.45 867.95 2091.36 865.934 2091.36H864.422V2095H863.26ZM864.422 2090.41H865.794C867.39 2090.41 868.16 2089.82 868.16 2088.52C868.16 2087.19 867.348 2086.75 865.738 2086.75H864.422V2090.41ZM871.078 2095V2088.2H872.03L872.128 2089.43H872.17C872.632 2088.57 873.332 2088.03 874.102 2088.03C874.396 2088.03 874.606 2088.07 874.83 2088.17L874.606 2089.18C874.382 2089.11 874.228 2089.06 873.948 2089.06C873.374 2089.06 872.688 2089.48 872.226 2090.63V2095H871.078ZM875.931 2095V2088.2H877.079V2095H875.931ZM876.519 2086.8C876.071 2086.8 875.721 2086.49 875.721 2086.05C875.721 2085.61 876.071 2085.31 876.519 2085.31C876.967 2085.31 877.317 2085.61 877.317 2086.05C877.317 2086.49 876.967 2086.8 876.519 2086.8ZM880.847 2095L878.397 2088.2H879.587L880.875 2092.06C881.071 2092.73 881.295 2093.42 881.505 2094.06H881.561C881.757 2093.42 881.981 2092.73 882.177 2092.06L883.465 2088.2H884.599L882.191 2095H880.847ZM887.206 2095.17C886.072 2095.17 885.218 2094.45 885.218 2093.24C885.218 2091.75 886.492 2091.01 889.39 2090.69C889.39 2089.82 889.11 2088.98 887.99 2088.98C887.206 2088.98 886.492 2089.34 885.96 2089.71L885.512 2088.91C886.142 2088.5 887.094 2088.03 888.186 2088.03C889.852 2088.03 890.552 2089.13 890.552 2090.83V2095H889.6L889.502 2094.19H889.46C888.816 2094.72 888.06 2095.17 887.206 2095.17ZM887.542 2094.24C888.2 2094.24 888.732 2093.92 889.39 2093.33V2091.44C887.122 2091.72 886.338 2092.28 886.338 2093.15C886.338 2093.92 886.87 2094.24 887.542 2094.24ZM895.381 2095.17C893.575 2095.17 892.189 2093.87 892.189 2091.61C892.189 2089.33 893.715 2088.03 895.465 2088.03C896.361 2088.03 896.977 2088.39 897.453 2088.83L896.865 2089.58C896.473 2089.23 896.053 2088.98 895.507 2088.98C894.275 2088.98 893.379 2090.04 893.379 2091.61C893.379 2093.17 894.233 2094.22 895.479 2094.22C896.109 2094.22 896.655 2093.91 897.075 2093.53L897.579 2094.3C896.963 2094.85 896.193 2095.17 895.381 2095.17ZM899.272 2097.93C898.964 2097.93 898.698 2097.87 898.474 2097.79L898.698 2096.88C898.838 2096.92 899.048 2096.97 899.216 2096.97C899.986 2096.97 900.476 2096.36 900.756 2095.52L900.91 2095.01L898.18 2088.2H899.37L900.756 2091.96C900.966 2092.55 901.204 2093.25 901.414 2093.88H901.47C901.666 2093.26 901.862 2092.56 902.044 2091.96L903.262 2088.2H904.382L901.82 2095.56C901.344 2096.9 900.644 2097.93 899.272 2097.93ZM908.61 2095V2085.82H911.228C913.286 2085.82 914.672 2086.5 914.672 2088.52C914.672 2090.45 913.3 2091.36 911.284 2091.36H909.772V2095H908.61ZM909.772 2090.41H911.144C912.74 2090.41 913.51 2089.82 913.51 2088.52C913.51 2087.19 912.698 2086.75 911.088 2086.75H909.772V2090.41ZM918.732 2095.17C917.066 2095.17 915.582 2093.87 915.582 2091.61C915.582 2089.33 917.066 2088.03 918.732 2088.03C920.398 2088.03 921.882 2089.33 921.882 2091.61C921.882 2093.87 920.398 2095.17 918.732 2095.17ZM918.732 2094.22C919.908 2094.22 920.692 2093.17 920.692 2091.61C920.692 2090.04 919.908 2088.98 918.732 2088.98C917.57 2088.98 916.772 2090.04 916.772 2091.61C916.772 2093.17 917.57 2094.22 918.732 2094.22ZM924.891 2095.17C924.023 2095.17 923.673 2094.62 923.673 2093.63V2085.03H924.821V2093.71C924.821 2094.08 924.975 2094.22 925.143 2094.22C925.213 2094.22 925.269 2094.22 925.395 2094.19L925.549 2095.06C925.395 2095.13 925.199 2095.17 924.891 2095.17ZM927.242 2095V2088.2H928.39V2095H927.242ZM927.83 2086.8C927.382 2086.8 927.032 2086.49 927.032 2086.05C927.032 2085.61 927.382 2085.31 927.83 2085.31C928.278 2085.31 928.628 2085.61 928.628 2086.05C928.628 2086.49 928.278 2086.8 927.83 2086.8ZM933.375 2095.17C931.569 2095.17 930.183 2093.87 930.183 2091.61C930.183 2089.33 931.709 2088.03 933.459 2088.03C934.355 2088.03 934.971 2088.39 935.447 2088.83L934.859 2089.58C934.467 2089.23 934.047 2088.98 933.501 2088.98C932.269 2088.98 931.373 2090.04 931.373 2091.61C931.373 2093.17 932.227 2094.22 933.473 2094.22C934.103 2094.22 934.649 2093.91 935.069 2093.53L935.573 2094.3C934.957 2094.85 934.187 2095.17 933.375 2095.17ZM937.266 2097.93C936.958 2097.93 936.692 2097.87 936.468 2097.79L936.692 2096.88C936.832 2096.92 937.042 2096.97 937.21 2096.97C937.98 2096.97 938.47 2096.36 938.75 2095.52L938.904 2095.01L936.174 2088.2H937.364L938.75 2091.96C938.96 2092.55 939.198 2093.25 939.408 2093.88H939.464C939.66 2093.26 939.856 2092.56 940.038 2091.96L941.256 2088.2H942.376L939.814 2095.56C939.338 2096.9 938.638 2097.93 937.266 2097.93Z' fill='%232B2B2B'/%3E%3Cpath d='M863.474 2018.56V2008.13H867.058C869.346 2008.13 871.202 2008.96 871.202 2011.49C871.202 2013.94 869.33 2015.03 867.122 2015.03H865.826V2018.56H863.474ZM865.826 2013.15H866.978C868.274 2013.15 868.898 2012.58 868.898 2011.49C868.898 2010.4 868.194 2010 866.914 2010H865.826V2013.15ZM875.878 2018.75C873.862 2018.75 872.006 2017.23 872.006 2014.59C872.006 2011.95 873.862 2010.43 875.878 2010.43C877.878 2010.43 879.734 2011.95 879.734 2014.59C879.734 2017.23 877.878 2018.75 875.878 2018.75ZM875.878 2016.85C876.838 2016.85 877.334 2015.97 877.334 2014.59C877.334 2013.22 876.838 2012.34 875.878 2012.34C874.902 2012.34 874.422 2013.22 874.422 2014.59C874.422 2015.97 874.902 2016.85 875.878 2016.85ZM883.505 2018.75C881.889 2018.75 881.345 2017.7 881.345 2016.1V2007.35H883.697V2016.19C883.697 2016.69 883.921 2016.85 884.113 2016.85C884.209 2016.85 884.273 2016.85 884.401 2016.82L884.689 2018.56C884.433 2018.67 884.033 2018.75 883.505 2018.75ZM885.923 2018.56V2010.63H888.275V2018.56H885.923ZM887.091 2009.46C886.307 2009.46 885.731 2008.95 885.731 2008.23C885.731 2007.51 886.307 2007.01 887.091 2007.01C887.891 2007.01 888.451 2007.51 888.451 2008.23C888.451 2008.95 887.891 2009.46 887.091 2009.46ZM893.801 2018.75C891.593 2018.75 889.881 2017.23 889.881 2014.59C889.881 2011.95 891.817 2010.43 894.009 2010.43C894.985 2010.43 895.737 2010.79 896.329 2011.28L895.225 2012.8C894.841 2012.48 894.521 2012.34 894.153 2012.34C893.017 2012.34 892.297 2013.22 892.297 2014.59C892.297 2015.97 893.049 2016.85 894.073 2016.85C894.585 2016.85 895.081 2016.59 895.497 2016.27L896.425 2017.81C895.641 2018.5 894.665 2018.75 893.801 2018.75ZM897.813 2018.56V2010.63H900.165V2018.56H897.813ZM898.981 2009.46C898.197 2009.46 897.621 2008.95 897.621 2008.23C897.621 2007.51 898.197 2007.01 898.981 2007.01C899.781 2007.01 900.341 2007.51 900.341 2008.23C900.341 2008.95 899.781 2009.46 898.981 2009.46ZM905.787 2018.75C903.515 2018.75 901.771 2017.22 901.771 2014.59C901.771 2012.02 903.611 2010.43 905.515 2010.43C907.771 2010.43 908.891 2012.08 908.891 2014.24C908.891 2014.66 908.843 2015.09 908.795 2015.28H904.043C904.251 2016.43 905.051 2016.96 906.107 2016.96C906.699 2016.96 907.243 2016.79 907.819 2016.43L908.603 2017.86C907.787 2018.42 906.731 2018.75 905.787 2018.75ZM904.027 2013.73H906.891C906.891 2012.85 906.507 2012.23 905.563 2012.23C904.827 2012.23 904.187 2012.72 904.027 2013.73ZM912.853 2018.75C911.813 2018.75 910.613 2018.31 909.813 2017.65L910.869 2016.18C911.589 2016.72 912.245 2017.01 912.917 2017.01C913.621 2017.01 913.925 2016.75 913.925 2016.34C913.925 2015.81 913.125 2015.57 912.309 2015.25C911.349 2014.88 910.213 2014.23 910.213 2012.91C910.213 2011.44 911.413 2010.43 913.253 2010.43C914.469 2010.43 915.365 2010.93 916.053 2011.44L914.997 2012.85C914.421 2012.43 913.877 2012.18 913.317 2012.18C912.709 2012.18 912.421 2012.4 912.421 2012.8C912.421 2013.31 913.157 2013.51 913.973 2013.81C914.981 2014.18 916.117 2014.74 916.117 2016.19C916.117 2017.63 914.981 2018.75 912.853 2018.75Z' fill='%232B2B2B'/%3E%3Cpath d='M493.26 2065V2055.82H495.99C497.852 2055.82 499.14 2056.45 499.14 2058.06C499.14 2058.97 498.664 2059.78 497.796 2060.06V2060.11C498.902 2060.32 499.672 2061.05 499.672 2062.31C499.672 2064.12 498.244 2065 496.186 2065H493.26ZM494.422 2059.72H495.78C497.348 2059.72 497.992 2059.15 497.992 2058.21C497.992 2057.15 497.264 2056.74 495.836 2056.74H494.422V2059.72ZM494.422 2064.08H496.018C497.6 2064.08 498.524 2063.5 498.524 2062.27C498.524 2061.14 497.628 2060.62 496.018 2060.62H494.422V2064.08ZM504.136 2065.17C502.316 2065.17 500.874 2063.84 500.874 2061.61C500.874 2059.39 502.372 2058.03 503.926 2058.03C505.662 2058.03 506.642 2059.27 506.642 2061.22C506.642 2061.46 506.628 2061.71 506.6 2061.88H502.008C502.092 2063.32 502.974 2064.24 504.276 2064.24C504.92 2064.24 505.466 2064.03 505.97 2063.71L506.376 2064.47C505.788 2064.85 505.06 2065.17 504.136 2065.17ZM501.994 2061.05H505.634C505.634 2059.68 505.018 2058.94 503.954 2058.94C503.002 2058.94 502.134 2059.71 501.994 2061.05ZM511.012 2065.17C509.206 2065.17 507.82 2063.87 507.82 2061.61C507.82 2059.33 509.346 2058.03 511.096 2058.03C511.992 2058.03 512.608 2058.39 513.084 2058.83L512.496 2059.58C512.104 2059.23 511.684 2058.98 511.138 2058.98C509.906 2058.98 509.01 2060.04 509.01 2061.61C509.01 2063.17 509.864 2064.22 511.11 2064.22C511.74 2064.22 512.286 2063.91 512.706 2063.53L513.21 2064.3C512.594 2064.85 511.824 2065.17 511.012 2065.17ZM517.054 2065.17C515.388 2065.17 513.904 2063.87 513.904 2061.61C513.904 2059.33 515.388 2058.03 517.054 2058.03C518.72 2058.03 520.204 2059.33 520.204 2061.61C520.204 2063.87 518.72 2065.17 517.054 2065.17ZM517.054 2064.22C518.23 2064.22 519.014 2063.17 519.014 2061.61C519.014 2060.04 518.23 2058.98 517.054 2058.98C515.892 2058.98 515.094 2060.04 515.094 2061.61C515.094 2063.17 515.892 2064.22 517.054 2064.22ZM521.996 2065V2058.2H522.948L523.046 2059.18H523.088C523.676 2058.53 524.39 2058.03 525.202 2058.03C526.238 2058.03 526.798 2058.52 527.078 2059.33C527.792 2058.56 528.492 2058.03 529.318 2058.03C530.718 2058.03 531.39 2058.95 531.39 2060.69V2065H530.242V2060.84C530.242 2059.57 529.836 2059.02 528.982 2059.02C528.45 2059.02 527.904 2059.37 527.274 2060.07V2065H526.126V2060.84C526.126 2059.57 525.72 2059.02 524.852 2059.02C524.348 2059.02 523.774 2059.37 523.144 2060.07V2065H521.996ZM536.361 2065.17C534.541 2065.17 533.099 2063.84 533.099 2061.61C533.099 2059.39 534.597 2058.03 536.151 2058.03C537.887 2058.03 538.867 2059.27 538.867 2061.22C538.867 2061.46 538.853 2061.71 538.825 2061.88H534.233C534.317 2063.32 535.199 2064.24 536.501 2064.24C537.145 2064.24 537.691 2064.03 538.195 2063.71L538.601 2064.47C538.013 2064.85 537.285 2065.17 536.361 2065.17ZM534.219 2061.05H537.859C537.859 2059.68 537.243 2058.94 536.179 2058.94C535.227 2058.94 534.359 2059.71 534.219 2061.05ZM544.919 2065.17C543.785 2065.17 542.931 2064.45 542.931 2063.24C542.931 2061.75 544.205 2061.01 547.103 2060.69C547.103 2059.82 546.823 2058.98 545.703 2058.98C544.919 2058.98 544.205 2059.34 543.673 2059.71L543.225 2058.91C543.855 2058.5 544.807 2058.03 545.899 2058.03C547.565 2058.03 548.265 2059.13 548.265 2060.83V2065H547.313L547.215 2064.19H547.173C546.529 2064.72 545.773 2065.17 544.919 2065.17ZM545.255 2064.24C545.913 2064.24 546.445 2063.92 547.103 2063.33V2061.44C544.835 2061.72 544.051 2062.28 544.051 2063.15C544.051 2063.92 544.583 2064.24 545.255 2064.24ZM550.406 2065V2058.2H551.358L551.456 2059.18H551.498C552.142 2058.53 552.842 2058.03 553.78 2058.03C555.208 2058.03 555.852 2058.95 555.852 2060.69V2065H554.704V2060.84C554.704 2059.57 554.312 2059.02 553.416 2059.02C552.716 2059.02 552.24 2059.39 551.554 2060.07V2065H550.406ZM562.125 2061.26H564.883L564.449 2059.86C564.113 2058.84 563.819 2057.83 563.525 2056.77H563.469C563.189 2057.83 562.895 2058.84 562.559 2059.86L562.125 2061.26ZM566.045 2065L565.177 2062.2H561.831L560.949 2065H559.759L562.867 2055.82H564.183L567.291 2065H566.045ZM570.804 2065.17C569.096 2065.17 567.99 2063.88 567.99 2061.61C567.99 2059.4 569.39 2058.03 570.944 2058.03C571.728 2058.03 572.246 2058.32 572.848 2058.81L572.792 2057.65V2055.03H573.954V2065H573.002L572.904 2064.2H572.862C572.33 2064.72 571.602 2065.17 570.804 2065.17ZM571.056 2064.2C571.686 2064.2 572.232 2063.89 572.792 2063.26V2059.71C572.218 2059.19 571.7 2058.99 571.14 2058.99C570.048 2058.99 569.18 2060.04 569.18 2061.6C569.18 2063.22 569.866 2064.2 571.056 2064.2ZM577.716 2065L575.266 2058.2H576.456L577.744 2062.06C577.94 2062.73 578.164 2063.42 578.374 2064.06H578.43C578.626 2063.42 578.85 2062.73 579.046 2062.06L580.334 2058.2H581.468L579.06 2065H577.716ZM582.781 2065V2058.2H583.929V2065H582.781ZM583.369 2056.8C582.921 2056.8 582.571 2056.49 582.571 2056.05C582.571 2055.61 582.921 2055.31 583.369 2055.31C583.817 2055.31 584.167 2055.61 584.167 2056.05C584.167 2056.49 583.817 2056.8 583.369 2056.8ZM588.004 2065.17C587.038 2065.17 586.114 2064.76 585.47 2064.23L586.044 2063.46C586.632 2063.94 587.234 2064.27 588.046 2064.27C588.942 2064.27 589.39 2063.8 589.39 2063.21C589.39 2062.51 588.578 2062.2 587.836 2061.92C586.87 2061.57 585.806 2061.11 585.806 2059.96C585.806 2058.87 586.674 2058.03 588.144 2058.03C588.998 2058.03 589.74 2058.38 590.258 2058.8L589.712 2059.53C589.25 2059.18 588.76 2058.92 588.158 2058.92C587.304 2058.92 586.912 2059.39 586.912 2059.9C586.912 2060.55 587.654 2060.79 588.424 2061.08C589.404 2061.44 590.496 2061.85 590.496 2063.14C590.496 2064.24 589.614 2065.17 588.004 2065.17ZM594.737 2065.17C593.071 2065.17 591.587 2063.87 591.587 2061.61C591.587 2059.33 593.071 2058.03 594.737 2058.03C596.403 2058.03 597.887 2059.33 597.887 2061.61C597.887 2063.87 596.403 2065.17 594.737 2065.17ZM594.737 2064.22C595.913 2064.22 596.697 2063.17 596.697 2061.61C596.697 2060.04 595.913 2058.98 594.737 2058.98C593.575 2058.98 592.777 2060.04 592.777 2061.61C592.777 2063.17 593.575 2064.22 594.737 2064.22ZM599.679 2065V2058.2H600.631L600.729 2059.43H600.771C601.233 2058.57 601.933 2058.03 602.703 2058.03C602.997 2058.03 603.207 2058.07 603.431 2058.17L603.207 2059.18C602.983 2059.11 602.829 2059.06 602.549 2059.06C601.975 2059.06 601.289 2059.48 600.827 2060.63V2065H599.679ZM494.408 2091.26H497.166L496.732 2089.86C496.396 2088.84 496.102 2087.83 495.808 2086.77H495.752C495.472 2087.83 495.178 2088.84 494.842 2089.86L494.408 2091.26ZM498.328 2095L497.46 2092.2H494.114L493.232 2095H492.042L495.15 2085.82H496.466L499.574 2095H498.328ZM503.087 2095.17C501.379 2095.17 500.273 2093.88 500.273 2091.61C500.273 2089.4 501.673 2088.03 503.227 2088.03C504.011 2088.03 504.529 2088.32 505.131 2088.81L505.075 2087.65V2085.03H506.237V2095H505.285L505.187 2094.2H505.145C504.613 2094.72 503.885 2095.17 503.087 2095.17ZM503.339 2094.2C503.969 2094.2 504.515 2093.89 505.075 2093.26V2089.71C504.501 2089.19 503.983 2088.99 503.423 2088.99C502.331 2088.99 501.463 2090.04 501.463 2091.6C501.463 2093.22 502.149 2094.2 503.339 2094.2ZM509.999 2095L507.549 2088.2H508.739L510.027 2092.06C510.223 2092.73 510.447 2093.42 510.657 2094.06H510.713C510.909 2093.42 511.133 2092.73 511.329 2092.06L512.617 2088.2H513.751L511.343 2095H509.999ZM515.064 2095V2088.2H516.212V2095H515.064ZM515.652 2086.8C515.204 2086.8 514.854 2086.49 514.854 2086.05C514.854 2085.61 515.204 2085.31 515.652 2085.31C516.1 2085.31 516.45 2085.61 516.45 2086.05C516.45 2086.49 516.1 2086.8 515.652 2086.8ZM520.287 2095.17C519.321 2095.17 518.397 2094.76 517.753 2094.23L518.327 2093.46C518.915 2093.94 519.517 2094.27 520.329 2094.27C521.225 2094.27 521.673 2093.8 521.673 2093.21C521.673 2092.51 520.861 2092.2 520.119 2091.92C519.153 2091.57 518.089 2091.11 518.089 2089.96C518.089 2088.87 518.957 2088.03 520.427 2088.03C521.281 2088.03 522.023 2088.38 522.541 2088.8L521.995 2089.53C521.533 2089.18 521.043 2088.92 520.441 2088.92C519.587 2088.92 519.195 2089.39 519.195 2089.9C519.195 2090.55 519.937 2090.79 520.707 2091.08C521.687 2091.44 522.779 2091.85 522.779 2093.14C522.779 2094.24 521.897 2095.17 520.287 2095.17ZM527.021 2095.17C525.355 2095.17 523.871 2093.87 523.871 2091.61C523.871 2089.33 525.355 2088.03 527.021 2088.03C528.687 2088.03 530.171 2089.33 530.171 2091.61C530.171 2093.87 528.687 2095.17 527.021 2095.17ZM527.021 2094.22C528.197 2094.22 528.981 2093.17 528.981 2091.61C528.981 2090.04 528.197 2088.98 527.021 2088.98C525.859 2088.98 525.061 2090.04 525.061 2091.61C525.061 2093.17 525.859 2094.22 527.021 2094.22ZM531.962 2095V2088.2H532.914L533.012 2089.43H533.054C533.516 2088.57 534.216 2088.03 534.986 2088.03C535.28 2088.03 535.49 2088.07 535.714 2088.17L535.49 2089.18C535.266 2089.11 535.112 2089.06 534.832 2089.06C534.258 2089.06 533.572 2089.48 533.11 2090.63V2095H531.962ZM540.837 2095.17C539.969 2095.17 539.619 2094.62 539.619 2093.63V2085.03H540.767V2093.71C540.767 2094.08 540.921 2094.22 541.089 2094.22C541.159 2094.22 541.215 2094.22 541.341 2094.19L541.495 2095.06C541.341 2095.13 541.145 2095.17 540.837 2095.17ZM545.833 2095.17C544.167 2095.17 542.683 2093.87 542.683 2091.61C542.683 2089.33 544.167 2088.03 545.833 2088.03C547.499 2088.03 548.983 2089.33 548.983 2091.61C548.983 2093.87 547.499 2095.17 545.833 2095.17ZM545.833 2094.22C547.009 2094.22 547.793 2093.17 547.793 2091.61C547.793 2090.04 547.009 2088.98 545.833 2088.98C544.671 2088.98 543.873 2090.04 543.873 2091.61C543.873 2093.17 544.671 2094.22 545.833 2094.22ZM553.071 2098.14C551.405 2098.14 550.257 2097.48 550.257 2096.3C550.257 2095.73 550.635 2095.18 551.251 2094.76V2094.71C550.915 2094.5 550.649 2094.13 550.649 2093.6C550.649 2093.03 551.041 2092.58 551.391 2092.34V2092.28C550.943 2091.92 550.509 2091.26 550.509 2090.45C550.509 2088.97 551.685 2088.03 553.071 2088.03C553.449 2088.03 553.785 2088.1 554.037 2088.2H556.403V2089.08H555.003C555.325 2089.39 555.563 2089.9 555.563 2090.48C555.563 2091.93 554.457 2092.84 553.071 2092.84C552.735 2092.84 552.357 2092.76 552.049 2092.61C551.811 2092.82 551.615 2093.04 551.615 2093.42C551.615 2093.85 551.895 2094.16 552.819 2094.16H554.135C555.717 2094.16 556.515 2094.65 556.515 2095.78C556.515 2097.04 555.185 2098.14 553.071 2098.14ZM553.071 2092.07C553.855 2092.07 554.513 2091.44 554.513 2090.45C554.513 2089.46 553.869 2088.87 553.071 2088.87C552.273 2088.87 551.629 2089.46 551.629 2090.45C551.629 2091.44 552.287 2092.07 553.071 2092.07ZM553.239 2097.34C554.541 2097.34 555.395 2096.67 555.395 2095.95C555.395 2095.32 554.905 2095.11 554.023 2095.11H552.847C552.581 2095.11 552.259 2095.08 551.965 2095C551.475 2095.35 551.265 2095.76 551.265 2096.15C551.265 2096.88 552.007 2097.34 553.239 2097.34ZM557.83 2095V2088.2H558.978V2095H557.83ZM558.418 2086.8C557.97 2086.8 557.62 2086.49 557.62 2086.05C557.62 2085.61 557.97 2085.31 558.418 2085.31C558.866 2085.31 559.216 2085.61 559.216 2086.05C559.216 2086.49 558.866 2086.8 558.418 2086.8ZM561.275 2095V2088.2H562.227L562.325 2089.18H562.367C563.011 2088.53 563.711 2088.03 564.649 2088.03C566.077 2088.03 566.721 2088.95 566.721 2090.69V2095H565.573V2090.84C565.573 2089.57 565.181 2089.02 564.285 2089.02C563.585 2089.02 563.109 2089.39 562.423 2090.07V2095H561.275ZM496.732 2125.17C494.436 2125.17 492.728 2123.4 492.728 2120.41C492.728 2117.45 494.464 2115.65 496.802 2115.65C497.922 2115.65 498.79 2116.18 499.322 2116.78L498.692 2117.54C498.202 2117.02 497.6 2116.67 496.816 2116.67C495.08 2116.67 493.932 2118.1 493.932 2120.38C493.932 2122.69 495.038 2124.15 496.774 2124.15C497.656 2124.15 498.314 2123.75 498.902 2123.11L499.546 2123.84C498.818 2124.68 497.922 2125.17 496.732 2125.17ZM503.792 2125.17C502.126 2125.17 500.642 2123.87 500.642 2121.61C500.642 2119.33 502.126 2118.03 503.792 2118.03C505.458 2118.03 506.942 2119.33 506.942 2121.61C506.942 2123.87 505.458 2125.17 503.792 2125.17ZM503.792 2124.22C504.968 2124.22 505.752 2123.17 505.752 2121.61C505.752 2120.04 504.968 2118.98 503.792 2118.98C502.63 2118.98 501.832 2120.04 501.832 2121.61C501.832 2123.17 502.63 2124.22 503.792 2124.22ZM508.734 2125V2118.2H509.686L509.784 2119.18H509.826C510.47 2118.53 511.17 2118.03 512.108 2118.03C513.536 2118.03 514.18 2118.95 514.18 2120.69V2125H513.032V2120.84C513.032 2119.57 512.64 2119.02 511.744 2119.02C511.044 2119.02 510.568 2119.39 509.882 2120.07V2125H508.734ZM518.532 2125.17C517.076 2125.17 516.586 2124.24 516.586 2122.9V2119.13H515.578V2118.27L516.642 2118.2L516.782 2116.29H517.748V2118.2H519.582V2119.13H517.748V2122.91C517.748 2123.75 518.014 2124.23 518.798 2124.23C519.036 2124.23 519.344 2124.13 519.568 2124.05L519.792 2124.92C519.414 2125.04 518.952 2125.17 518.532 2125.17ZM522.388 2125.17C521.254 2125.17 520.4 2124.45 520.4 2123.24C520.4 2121.75 521.674 2121.01 524.572 2120.69C524.572 2119.82 524.292 2118.98 523.172 2118.98C522.388 2118.98 521.674 2119.34 521.142 2119.71L520.694 2118.91C521.324 2118.5 522.276 2118.03 523.368 2118.03C525.034 2118.03 525.734 2119.13 525.734 2120.83V2125H524.782L524.684 2124.19H524.642C523.998 2124.72 523.242 2125.17 522.388 2125.17ZM522.724 2124.24C523.382 2124.24 523.914 2123.92 524.572 2123.33V2121.44C522.304 2121.72 521.52 2122.28 521.52 2123.15C521.52 2123.92 522.052 2124.24 522.724 2124.24ZM530.563 2125.17C528.757 2125.17 527.371 2123.87 527.371 2121.61C527.371 2119.33 528.897 2118.03 530.647 2118.03C531.543 2118.03 532.159 2118.39 532.635 2118.83L532.047 2119.58C531.655 2119.23 531.235 2118.98 530.689 2118.98C529.457 2118.98 528.561 2120.04 528.561 2121.61C528.561 2123.17 529.415 2124.22 530.661 2124.22C531.291 2124.22 531.837 2123.91 532.257 2123.53L532.761 2124.3C532.145 2124.85 531.375 2125.17 530.563 2125.17ZM536.265 2125.17C534.809 2125.17 534.319 2124.24 534.319 2122.9V2119.13H533.311V2118.27L534.375 2118.2L534.515 2116.29H535.481V2118.2H537.315V2119.13H535.481V2122.91C535.481 2123.75 535.747 2124.23 536.531 2124.23C536.769 2124.23 537.077 2124.13 537.301 2124.05L537.525 2124.92C537.147 2125.04 536.685 2125.17 536.265 2125.17ZM543.644 2125.17C542.202 2125.17 541.558 2124.24 541.558 2122.51V2118.2H542.72V2122.35C542.72 2123.63 543.098 2124.17 543.994 2124.17C544.694 2124.17 545.184 2123.82 545.828 2123.03V2118.2H546.976V2125H546.024L545.926 2123.94H545.884C545.254 2124.68 544.582 2125.17 543.644 2125.17ZM551.049 2125.17C550.083 2125.17 549.159 2124.76 548.515 2124.23L549.089 2123.46C549.677 2123.94 550.279 2124.27 551.091 2124.27C551.987 2124.27 552.435 2123.8 552.435 2123.21C552.435 2122.51 551.623 2122.2 550.881 2121.92C549.915 2121.57 548.851 2121.11 548.851 2119.96C548.851 2118.87 549.719 2118.03 551.189 2118.03C552.043 2118.03 552.785 2118.38 553.303 2118.8L552.757 2119.53C552.295 2119.18 551.805 2118.92 551.203 2118.92C550.349 2118.92 549.957 2119.39 549.957 2119.9C549.957 2120.55 550.699 2120.79 551.469 2121.08C552.449 2121.44 553.541 2121.85 553.541 2123.14C553.541 2124.24 552.659 2125.17 551.049 2125.17Z' fill='%232B2B2B'/%3E%3Cpath d='M493.474 2018.56V2008.13H500.05V2010.11H495.826V2012.53H499.442V2014.51H495.826V2018.56H493.474ZM504.8 2018.75C502.784 2018.75 500.928 2017.23 500.928 2014.59C500.928 2011.95 502.784 2010.43 504.8 2010.43C506.8 2010.43 508.656 2011.95 508.656 2014.59C508.656 2017.23 506.8 2018.75 504.8 2018.75ZM504.8 2016.85C505.76 2016.85 506.256 2015.97 506.256 2014.59C506.256 2013.22 505.76 2012.34 504.8 2012.34C503.824 2012.34 503.344 2013.22 503.344 2014.59C503.344 2015.97 503.824 2016.85 504.8 2016.85ZM510.267 2018.56V2010.63H512.187L512.347 2012.02H512.411C512.987 2010.95 513.851 2010.43 514.667 2010.43C515.115 2010.43 515.387 2010.5 515.611 2010.59L515.227 2012.63C514.939 2012.55 514.699 2012.5 514.363 2012.5C513.771 2012.5 513.035 2012.88 512.619 2013.95V2018.56H510.267ZM522.229 2014.24H524.453L524.213 2013.28C523.925 2012.24 523.637 2011.01 523.365 2009.92H523.301C523.045 2011.03 522.773 2012.24 522.485 2013.28L522.229 2014.24ZM525.573 2018.56L524.933 2016.08H521.749L521.109 2018.56H518.709L521.973 2008.13H524.805L528.069 2018.56H525.573ZM531.849 2018.75C529.881 2018.75 528.601 2017.19 528.601 2014.59C528.601 2012 530.217 2010.43 531.897 2010.43C532.777 2010.43 533.305 2010.75 533.849 2011.27L533.753 2010.05V2007.35H536.105V2018.56H534.185L534.025 2017.78H533.961C533.401 2018.34 532.617 2018.75 531.849 2018.75ZM532.457 2016.83C532.969 2016.83 533.369 2016.64 533.753 2016.11V2012.87C533.337 2012.48 532.873 2012.35 532.441 2012.35C531.689 2012.35 531.017 2013.06 531.017 2014.56C531.017 2016.13 531.545 2016.83 532.457 2016.83ZM540.012 2018.56L537.34 2010.63H539.708L540.732 2014.37C540.94 2015.15 541.148 2015.99 541.356 2016.82H541.42C541.612 2015.99 541.82 2015.15 542.028 2014.37L543.068 2010.63H545.324L542.732 2018.56H540.012ZM546.563 2018.56V2010.63H548.915V2018.56H546.563ZM547.731 2009.46C546.947 2009.46 546.371 2008.95 546.371 2008.23C546.371 2007.51 546.947 2007.01 547.731 2007.01C548.531 2007.01 549.091 2007.51 549.091 2008.23C549.091 2008.95 548.531 2009.46 547.731 2009.46ZM553.321 2018.75C552.281 2018.75 551.081 2018.31 550.281 2017.65L551.337 2016.18C552.057 2016.72 552.713 2017.01 553.385 2017.01C554.089 2017.01 554.393 2016.75 554.393 2016.34C554.393 2015.81 553.593 2015.57 552.777 2015.25C551.817 2014.88 550.681 2014.23 550.681 2012.91C550.681 2011.44 551.881 2010.43 553.721 2010.43C554.937 2010.43 555.833 2010.93 556.521 2011.44L555.465 2012.85C554.889 2012.43 554.345 2012.18 553.785 2012.18C553.177 2012.18 552.889 2012.4 552.889 2012.8C552.889 2013.31 553.625 2013.51 554.441 2013.81C555.449 2014.18 556.585 2014.74 556.585 2016.19C556.585 2017.63 555.449 2018.75 553.321 2018.75ZM561.487 2018.75C559.471 2018.75 557.615 2017.23 557.615 2014.59C557.615 2011.95 559.471 2010.43 561.487 2010.43C563.487 2010.43 565.343 2011.95 565.343 2014.59C565.343 2017.23 563.487 2018.75 561.487 2018.75ZM561.487 2016.85C562.447 2016.85 562.943 2015.97 562.943 2014.59C562.943 2013.22 562.447 2012.34 561.487 2012.34C560.511 2012.34 560.031 2013.22 560.031 2014.59C560.031 2015.97 560.511 2016.85 561.487 2016.85ZM566.954 2018.56V2010.63H568.874L569.034 2012.02H569.098C569.674 2010.95 570.538 2010.43 571.354 2010.43C571.802 2010.43 572.074 2010.5 572.298 2010.59L571.914 2012.63C571.626 2012.55 571.386 2012.5 571.05 2012.5C570.458 2012.5 569.722 2012.88 569.306 2013.95V2018.56H566.954ZM575.54 2018.75C574.5 2018.75 573.3 2018.31 572.5 2017.65L573.556 2016.18C574.276 2016.72 574.932 2017.01 575.604 2017.01C576.308 2017.01 576.612 2016.75 576.612 2016.34C576.612 2015.81 575.812 2015.57 574.996 2015.25C574.036 2014.88 572.9 2014.23 572.9 2012.91C572.9 2011.44 574.1 2010.43 575.94 2010.43C577.156 2010.43 578.052 2010.93 578.74 2011.44L577.684 2012.85C577.108 2012.43 576.564 2012.18 576.004 2012.18C575.396 2012.18 575.108 2012.4 575.108 2012.8C575.108 2013.31 575.844 2013.51 576.66 2013.81C577.668 2014.18 578.804 2014.74 578.804 2016.19C578.804 2017.63 577.668 2018.75 575.54 2018.75Z' fill='%232B2B2B'/%3E%3Cpath opacity='0.6' d='M807.39 2239.18C804.606 2239.18 802.222 2237.1 802.222 2233.83C802.222 2230.58 804.606 2228.55 807.39 2228.55C810.174 2228.55 812.558 2230.58 812.558 2233.83C812.558 2237.1 810.174 2239.18 807.39 2239.18ZM807.39 2238.5C809.806 2238.5 811.806 2236.63 811.806 2233.83C811.806 2231.05 809.806 2229.21 807.39 2229.21C804.974 2229.21 802.974 2231.05 802.974 2233.83C802.974 2236.63 804.974 2238.5 807.39 2238.5ZM807.518 2237C805.902 2237 804.606 2235.82 804.606 2233.83C804.606 2231.98 806.014 2230.81 807.566 2230.81C808.462 2230.81 809.054 2231.21 809.566 2231.72L809.006 2232.34C808.574 2231.93 808.174 2231.69 807.614 2231.69C806.446 2231.69 805.661 2232.58 805.661 2233.83C805.661 2235.24 806.414 2236.12 807.566 2236.12C808.238 2236.12 808.734 2235.82 809.198 2235.42L809.678 2236.09C809.086 2236.6 808.478 2237 807.518 2237ZM819.187 2239V2238.22C822.259 2235.16 823.987 2233.32 823.987 2231.67C823.987 2230.5 823.347 2229.67 822.051 2229.67C821.203 2229.67 820.467 2230.22 819.875 2230.9L819.123 2230.15C819.971 2229.22 820.883 2228.6 822.211 2228.6C824.099 2228.6 825.267 2229.8 825.267 2231.61C825.267 2233.53 823.523 2235.43 821.107 2237.96C821.667 2237.91 822.291 2237.86 822.819 2237.86H825.779V2239H819.187ZM831.484 2239.19C829.436 2239.19 828.204 2237.29 828.204 2233.86C828.204 2230.44 829.436 2228.6 831.484 2228.6C833.516 2228.6 834.748 2230.44 834.748 2233.86C834.748 2237.29 833.516 2239.19 831.484 2239.19ZM831.484 2238.14C832.668 2238.14 833.468 2236.86 833.468 2233.86C833.468 2230.87 832.668 2229.66 831.484 2229.66C830.284 2229.66 829.484 2230.87 829.484 2233.86C829.484 2236.86 830.284 2238.14 831.484 2238.14ZM837.093 2239V2238.22C840.165 2235.16 841.893 2233.32 841.893 2231.67C841.893 2230.5 841.253 2229.67 839.957 2229.67C839.109 2229.67 838.373 2230.22 837.781 2230.9L837.029 2230.15C837.877 2229.22 838.789 2228.6 840.117 2228.6C842.005 2228.6 843.173 2229.8 843.173 2231.61C843.173 2233.53 841.429 2235.43 839.013 2237.96C839.573 2237.91 840.197 2237.86 840.725 2237.86H843.685V2239H837.093ZM847.07 2235.13H850.27V2232.17C850.27 2231.62 850.318 2230.74 850.35 2230.2H850.286C850.03 2230.7 849.742 2231.14 849.454 2231.64L847.07 2235.13ZM852.91 2235.13V2236.18H851.518V2239H850.27V2236.18H845.678V2235.32L850.046 2228.79H851.518V2235.13H852.91ZM860.035 2243V2227H860.963V2243H860.035ZM870.889 2239V2230.55H868.025V2228.57H876.121V2230.55H873.257V2239H870.889ZM879.524 2239.19C878.068 2239.19 877.156 2238.14 877.156 2236.79C877.156 2235.13 878.484 2234.22 881.62 2233.9C881.572 2233.19 881.236 2232.74 880.372 2232.74C879.7 2232.74 879.044 2233.02 878.276 2233.46L877.428 2231.91C878.436 2231.3 879.572 2230.87 880.82 2230.87C882.852 2230.87 883.972 2232.02 883.972 2234.46V2239H882.052L881.892 2238.18H881.828C881.156 2238.78 880.42 2239.19 879.524 2239.19ZM880.324 2237.37C880.852 2237.37 881.204 2237.11 881.62 2236.7V2235.3C879.956 2235.53 879.412 2236.01 879.412 2236.62C879.412 2237.13 879.764 2237.37 880.324 2237.37ZM886.146 2239L888.578 2234.87L886.29 2231.06H888.818L889.522 2232.34C889.73 2232.79 889.97 2233.26 890.194 2233.7H890.258C890.418 2233.26 890.626 2232.79 890.802 2232.34L891.346 2231.06H893.778L891.474 2235.14L893.922 2239H891.394L890.626 2237.69C890.37 2237.24 890.13 2236.76 889.874 2236.31H889.81C889.618 2236.76 889.394 2237.22 889.202 2237.69L888.578 2239H886.146ZM896.373 2239V2228.57H899.317C902.501 2228.57 904.549 2230.15 904.549 2233.74C904.549 2237.32 902.501 2239 899.445 2239H896.373ZM898.725 2237.1H899.173C900.949 2237.1 902.133 2236.23 902.133 2233.74C902.133 2231.24 900.949 2230.47 899.173 2230.47H898.725V2237.1ZM910.745 2239.19C908.729 2239.19 906.873 2237.67 906.873 2235.03C906.873 2232.39 908.729 2230.87 910.745 2230.87C912.745 2230.87 914.601 2232.39 914.601 2235.03C914.601 2237.67 912.745 2239.19 910.745 2239.19ZM910.745 2237.29C911.705 2237.29 912.201 2236.41 912.201 2235.03C912.201 2233.66 911.705 2232.78 910.745 2232.78C909.769 2232.78 909.289 2233.66 909.289 2235.03C909.289 2236.41 909.769 2237.29 910.745 2237.29ZM917.212 2239V2231.06H919.132L919.292 2232.09H919.356C920.012 2231.43 920.716 2230.87 921.756 2230.87C922.876 2230.87 923.548 2231.35 923.948 2232.2C924.652 2231.48 925.388 2230.87 926.444 2230.87C928.156 2230.87 928.924 2232.09 928.924 2234.07V2239H926.572V2234.38C926.572 2233.22 926.268 2232.87 925.596 2232.87C925.196 2232.87 924.748 2233.13 924.236 2233.64V2239H921.884V2234.38C921.884 2233.22 921.58 2232.87 920.908 2232.87C920.524 2232.87 920.06 2233.13 919.564 2233.64V2239H917.212ZM935.483 2239.19C933.211 2239.19 931.467 2237.66 931.467 2235.03C931.467 2232.46 933.307 2230.87 935.211 2230.87C937.467 2230.87 938.587 2232.52 938.587 2234.68C938.587 2235.1 938.539 2235.53 938.491 2235.72H933.739C933.947 2236.87 934.747 2237.4 935.803 2237.4C936.395 2237.4 936.939 2237.22 937.515 2236.87L938.299 2238.3C937.483 2238.86 936.427 2239.19 935.483 2239.19ZM933.723 2234.17H936.587C936.587 2233.29 936.203 2232.66 935.259 2232.66C934.523 2232.66 933.883 2233.16 933.723 2234.17ZM947.799 2234.68H950.023L949.783 2233.72C949.495 2232.68 949.207 2231.45 948.935 2230.36H948.871C948.615 2231.46 948.343 2232.68 948.055 2233.72L947.799 2234.68ZM951.143 2239L950.503 2236.52H947.319L946.679 2239H944.279L947.543 2228.57H950.375L953.639 2239H951.143ZM958.419 2239.19C956.451 2239.19 955.171 2237.62 955.171 2235.03C955.171 2232.44 956.787 2230.87 958.467 2230.87C959.347 2230.87 959.875 2231.19 960.419 2231.7L960.323 2230.49V2227.78H962.675V2239H960.755L960.595 2238.22H960.531C959.971 2238.78 959.187 2239.19 958.419 2239.19ZM959.027 2237.27C959.539 2237.27 959.939 2237.08 960.323 2236.55V2233.3C959.907 2232.92 959.443 2232.79 959.011 2232.79C958.259 2232.79 957.587 2233.5 957.587 2235C957.587 2236.57 958.115 2237.27 959.027 2237.27ZM967.583 2239L964.911 2231.06H967.279L968.303 2234.81C968.511 2235.59 968.719 2236.42 968.927 2237.26H968.991C969.183 2236.42 969.391 2235.59 969.599 2234.81L970.639 2231.06H972.895L970.303 2239H967.583ZM975.134 2239V2231.06H977.486V2239H975.134ZM976.302 2229.9C975.518 2229.9 974.942 2229.38 974.942 2228.66C974.942 2227.94 975.518 2227.45 976.302 2227.45C977.102 2227.45 977.662 2227.94 977.662 2228.66C977.662 2229.38 977.102 2229.9 976.302 2229.9ZM982.892 2239.19C981.852 2239.19 980.652 2238.74 979.852 2238.09L980.908 2236.62C981.628 2237.16 982.284 2237.45 982.956 2237.45C983.66 2237.45 983.964 2237.19 983.964 2236.78C983.964 2236.25 983.164 2236.01 982.348 2235.69C981.388 2235.32 980.252 2234.66 980.252 2233.35C980.252 2231.88 981.452 2230.87 983.292 2230.87C984.508 2230.87 985.404 2231.37 986.092 2231.88L985.036 2233.29C984.46 2232.87 983.916 2232.62 983.356 2232.62C982.748 2232.62 982.46 2232.84 982.46 2233.24C982.46 2233.75 983.196 2233.94 984.012 2234.25C985.02 2234.62 986.156 2235.18 986.156 2236.63C986.156 2238.07 985.02 2239.19 982.892 2239.19ZM992.057 2239.19C990.041 2239.19 988.185 2237.67 988.185 2235.03C988.185 2232.39 990.041 2230.87 992.057 2230.87C994.057 2230.87 995.913 2232.39 995.913 2235.03C995.913 2237.67 994.057 2239.19 992.057 2239.19ZM992.057 2237.29C993.017 2237.29 993.513 2236.41 993.513 2235.03C993.513 2233.66 993.017 2232.78 992.057 2232.78C991.081 2232.78 990.601 2233.66 990.601 2235.03C990.601 2236.41 991.081 2237.29 992.057 2237.29ZM998.524 2239V2231.06H1000.44L1000.6 2232.46H1000.67C1001.24 2231.38 1002.11 2230.87 1002.92 2230.87C1003.37 2230.87 1003.64 2230.94 1003.87 2231.03L1003.48 2233.06C1003.2 2232.98 1002.96 2232.94 1002.62 2232.94C1002.03 2232.94 1001.29 2233.32 1000.88 2234.39V2239H998.524ZM1010.29 2239V2228.57H1013.24C1016.42 2228.57 1018.47 2230.15 1018.47 2233.74C1018.47 2237.32 1016.42 2239 1013.37 2239H1010.29ZM1012.65 2237.1H1013.09C1014.87 2237.1 1016.05 2236.23 1016.05 2233.74C1016.05 2231.24 1014.87 2230.47 1013.09 2230.47H1012.65V2237.1ZM1021.26 2239V2231.06H1023.61V2239H1021.26ZM1022.43 2229.9C1021.64 2229.9 1021.07 2229.38 1021.07 2228.66C1021.07 2227.94 1021.64 2227.45 1022.43 2227.45C1023.23 2227.45 1023.79 2227.94 1023.79 2228.66C1023.79 2229.38 1023.23 2229.9 1022.43 2229.9ZM1026.68 2239V2231.06H1028.6L1028.76 2232.46H1028.82C1029.4 2231.38 1030.26 2230.87 1031.08 2230.87C1031.53 2230.87 1031.8 2230.94 1032.02 2231.03L1031.64 2233.06C1031.35 2232.98 1031.11 2232.94 1030.78 2232.94C1030.18 2232.94 1029.45 2233.32 1029.03 2234.39V2239H1026.68ZM1037.45 2239.19C1035.18 2239.19 1033.44 2237.66 1033.44 2235.03C1033.44 2232.46 1035.28 2230.87 1037.18 2230.87C1039.44 2230.87 1040.56 2232.52 1040.56 2234.68C1040.56 2235.1 1040.51 2235.53 1040.46 2235.72H1035.71C1035.92 2236.87 1036.72 2237.4 1037.77 2237.4C1038.36 2237.4 1038.91 2237.22 1039.48 2236.87L1040.27 2238.3C1039.45 2238.86 1038.4 2239.19 1037.45 2239.19ZM1035.69 2234.17H1038.56C1038.56 2233.29 1038.17 2232.66 1037.23 2232.66C1036.49 2232.66 1035.85 2233.16 1035.69 2234.17ZM1046.64 2239.19C1044.43 2239.19 1042.72 2237.67 1042.72 2235.03C1042.72 2232.39 1044.65 2230.87 1046.84 2230.87C1047.82 2230.87 1048.57 2231.22 1049.16 2231.72L1048.06 2233.24C1047.68 2232.92 1047.36 2232.78 1046.99 2232.78C1045.85 2232.78 1045.13 2233.66 1045.13 2235.03C1045.13 2236.41 1045.88 2237.29 1046.91 2237.29C1047.42 2237.29 1047.92 2237.03 1048.33 2236.71L1049.26 2238.25C1048.48 2238.94 1047.5 2239.19 1046.64 2239.19ZM1054.55 2239.19C1052.58 2239.19 1051.81 2237.96 1051.81 2236.12V2232.9H1050.73V2231.16L1051.94 2231.06L1052.21 2228.95H1054.17V2231.06H1056.07V2232.9H1054.17V2236.09C1054.17 2236.98 1054.57 2237.35 1055.19 2237.35C1055.45 2237.35 1055.73 2237.27 1055.94 2237.19L1056.31 2238.9C1055.89 2239.03 1055.32 2239.19 1054.55 2239.19ZM1061.74 2239.19C1059.73 2239.19 1057.87 2237.67 1057.87 2235.03C1057.87 2232.39 1059.73 2230.87 1061.74 2230.87C1063.74 2230.87 1065.6 2232.39 1065.6 2235.03C1065.6 2237.67 1063.74 2239.19 1061.74 2239.19ZM1061.74 2237.29C1062.7 2237.29 1063.2 2236.41 1063.2 2235.03C1063.2 2233.66 1062.7 2232.78 1061.74 2232.78C1060.77 2232.78 1060.29 2233.66 1060.29 2235.03C1060.29 2236.41 1060.77 2237.29 1061.74 2237.29ZM1068.21 2239V2231.06H1070.13L1070.29 2232.46H1070.36C1070.93 2231.38 1071.8 2230.87 1072.61 2230.87C1073.06 2230.87 1073.33 2230.94 1073.56 2231.03L1073.17 2233.06C1072.88 2232.98 1072.64 2232.94 1072.31 2232.94C1071.72 2232.94 1070.98 2233.32 1070.56 2234.39V2239H1068.21ZM1076.58 2242.1C1076.1 2242.1 1075.78 2242.04 1075.46 2241.94L1075.87 2240.15C1076.02 2240.18 1076.22 2240.25 1076.4 2240.25C1077.18 2240.25 1077.58 2239.83 1077.79 2239.21L1077.9 2238.79L1074.85 2231.06H1077.22L1078.35 2234.47C1078.58 2235.19 1078.77 2235.94 1078.98 2236.73H1079.04C1079.22 2235.98 1079.39 2235.22 1079.58 2234.47L1080.54 2231.06H1082.8L1080.05 2239.08C1079.3 2241.08 1078.45 2242.1 1076.58 2242.1ZM1089.68 2243V2227H1090.6V2243H1089.68ZM1100.02 2234.73H1103.17L1102.67 2233.13C1102.29 2231.96 1101.95 2230.81 1101.62 2229.59H1101.55C1101.23 2230.81 1100.9 2231.96 1100.51 2233.13L1100.02 2234.73ZM1104.5 2239L1103.51 2235.8H1099.68L1098.67 2239H1097.31L1100.87 2228.5H1102.37L1105.92 2239H1104.5ZM1109.67 2239.19C1108.68 2239.19 1108.28 2238.57 1108.28 2237.43V2227.61H1109.59V2237.53C1109.59 2237.94 1109.77 2238.1 1109.96 2238.1C1110.04 2238.1 1110.1 2238.1 1110.25 2238.07L1110.42 2239.06C1110.25 2239.14 1110.02 2239.19 1109.67 2239.19ZM1114.75 2239.19C1113.76 2239.19 1113.36 2238.57 1113.36 2237.43V2227.61H1114.67V2237.53C1114.67 2237.94 1114.85 2238.1 1115.04 2238.1C1115.12 2238.1 1115.18 2238.1 1115.33 2238.07L1115.5 2239.06C1115.33 2239.14 1115.1 2239.19 1114.75 2239.19ZM1124.1 2229.58V2233.48H1125.86C1127.49 2233.48 1128.4 2232.81 1128.4 2231.45C1128.4 2230.07 1127.49 2229.58 1125.86 2229.58H1124.1ZM1130.03 2239H1128.53L1126 2234.57H1124.1V2239H1122.77V2228.5H1126.05C1128.19 2228.5 1129.73 2229.27 1129.73 2231.45C1129.73 2233.08 1128.8 2234.07 1127.38 2234.42L1130.03 2239ZM1132.75 2239V2231.22H1134.06V2239H1132.75ZM1133.42 2229.62C1132.91 2229.62 1132.51 2229.27 1132.51 2228.78C1132.51 2228.26 1132.91 2227.93 1133.42 2227.93C1133.93 2227.93 1134.33 2228.26 1134.33 2228.78C1134.33 2229.27 1133.93 2229.62 1133.42 2229.62ZM1140.31 2242.58C1138.41 2242.58 1137.1 2241.83 1137.1 2240.49C1137.1 2239.83 1137.53 2239.21 1138.23 2238.73V2238.66C1137.85 2238.42 1137.54 2238.01 1137.54 2237.4C1137.54 2236.74 1137.99 2236.23 1138.39 2235.96V2235.9C1137.88 2235.48 1137.38 2234.73 1137.38 2233.8C1137.38 2232.1 1138.73 2231.03 1140.31 2231.03C1140.74 2231.03 1141.13 2231.11 1141.42 2231.22H1144.12V2232.23H1142.52C1142.89 2232.58 1143.16 2233.18 1143.16 2233.83C1143.16 2235.5 1141.9 2236.54 1140.31 2236.54C1139.93 2236.54 1139.5 2236.44 1139.14 2236.26C1138.87 2236.5 1138.65 2236.76 1138.65 2237.19C1138.65 2237.69 1138.97 2238.04 1140.02 2238.04H1141.53C1143.34 2238.04 1144.25 2238.6 1144.25 2239.9C1144.25 2241.34 1142.73 2242.58 1140.31 2242.58ZM1140.31 2235.66C1141.21 2235.66 1141.96 2234.94 1141.96 2233.8C1141.96 2232.66 1141.22 2231.99 1140.31 2231.99C1139.4 2231.99 1138.66 2232.66 1138.66 2233.8C1138.66 2234.94 1139.42 2235.66 1140.31 2235.66ZM1140.5 2241.67C1141.99 2241.67 1142.97 2240.9 1142.97 2240.09C1142.97 2239.37 1142.41 2239.13 1141.4 2239.13H1140.06C1139.75 2239.13 1139.38 2239.1 1139.05 2239C1138.49 2239.4 1138.25 2239.86 1138.25 2240.31C1138.25 2241.14 1139.1 2241.67 1140.5 2241.67ZM1146.75 2239V2227.61H1148.06V2230.71L1148.01 2232.31C1148.75 2231.61 1149.53 2231.03 1150.61 2231.03C1152.24 2231.03 1152.97 2232.09 1152.97 2234.07V2239H1151.66V2234.25C1151.66 2232.79 1151.21 2232.17 1150.19 2232.17C1149.39 2232.17 1148.85 2232.58 1148.06 2233.37V2239H1146.75ZM1158.9 2239.19C1157.24 2239.19 1156.68 2238.14 1156.68 2236.6V2232.3H1155.52V2231.3L1156.74 2231.22L1156.9 2229.05H1158V2231.22H1160.1V2232.3H1158V2236.62C1158 2237.58 1158.31 2238.12 1159.2 2238.12C1159.48 2238.12 1159.83 2238.01 1160.08 2237.91L1160.34 2238.9C1159.91 2239.05 1159.38 2239.19 1158.9 2239.19ZM1164.73 2239.19C1163.63 2239.19 1162.57 2238.73 1161.84 2238.12L1162.49 2237.24C1163.17 2237.78 1163.85 2238.17 1164.78 2238.17C1165.81 2238.17 1166.32 2237.62 1166.32 2236.95C1166.32 2236.15 1165.39 2235.8 1164.54 2235.48C1163.44 2235.08 1162.22 2234.55 1162.22 2233.24C1162.22 2231.99 1163.21 2231.03 1164.89 2231.03C1165.87 2231.03 1166.72 2231.43 1167.31 2231.91L1166.69 2232.74C1166.16 2232.34 1165.6 2232.06 1164.91 2232.06C1163.93 2232.06 1163.49 2232.58 1163.49 2233.18C1163.49 2233.91 1164.33 2234.18 1165.21 2234.52C1166.33 2234.94 1167.58 2235.4 1167.58 2236.87C1167.58 2238.14 1166.57 2239.19 1164.73 2239.19ZM1176.06 2229.58V2233.48H1177.82C1179.46 2233.48 1180.37 2232.81 1180.37 2231.45C1180.37 2230.07 1179.46 2229.58 1177.82 2229.58H1176.06ZM1182 2239H1180.5L1177.97 2234.57H1176.06V2239H1174.74V2228.5H1178.02C1180.16 2228.5 1181.7 2229.27 1181.7 2231.45C1181.7 2233.08 1180.77 2234.07 1179.34 2234.42L1182 2239ZM1187.71 2239.19C1185.63 2239.19 1183.99 2237.67 1183.99 2235.13C1183.99 2232.58 1185.7 2231.03 1187.47 2231.03C1189.46 2231.03 1190.58 2232.46 1190.58 2234.68C1190.58 2234.95 1190.56 2235.24 1190.53 2235.43H1185.28C1185.38 2237.08 1186.39 2238.14 1187.87 2238.14C1188.61 2238.14 1189.23 2237.9 1189.81 2237.53L1190.27 2238.39C1189.6 2238.82 1188.77 2239.19 1187.71 2239.19ZM1185.27 2234.49H1189.43C1189.43 2232.92 1188.72 2232.07 1187.51 2232.07C1186.42 2232.07 1185.43 2232.95 1185.27 2234.49ZM1195.53 2239.19C1194.43 2239.19 1193.37 2238.73 1192.64 2238.12L1193.29 2237.24C1193.96 2237.78 1194.65 2238.17 1195.58 2238.17C1196.6 2238.17 1197.12 2237.62 1197.12 2236.95C1197.12 2236.15 1196.19 2235.8 1195.34 2235.48C1194.24 2235.08 1193.02 2234.55 1193.02 2233.24C1193.02 2231.99 1194.01 2231.03 1195.69 2231.03C1196.67 2231.03 1197.52 2231.43 1198.11 2231.91L1197.48 2232.74C1196.96 2232.34 1196.4 2232.06 1195.71 2232.06C1194.73 2232.06 1194.28 2232.58 1194.28 2233.18C1194.28 2233.91 1195.13 2234.18 1196.01 2234.52C1197.13 2234.94 1198.38 2235.4 1198.38 2236.87C1198.38 2238.14 1197.37 2239.19 1195.53 2239.19ZM1204.35 2239.19C1202.27 2239.19 1200.63 2237.67 1200.63 2235.13C1200.63 2232.58 1202.34 2231.03 1204.11 2231.03C1206.1 2231.03 1207.22 2232.46 1207.22 2234.68C1207.22 2234.95 1207.2 2235.24 1207.17 2235.43H1201.92C1202.02 2237.08 1203.03 2238.14 1204.51 2238.14C1205.25 2238.14 1205.87 2237.9 1206.45 2237.53L1206.91 2238.39C1206.24 2238.82 1205.41 2239.19 1204.35 2239.19ZM1201.91 2234.49H1206.07C1206.07 2232.92 1205.36 2232.07 1204.15 2232.07C1203.06 2232.07 1202.07 2232.95 1201.91 2234.49ZM1210.14 2239V2231.22H1211.23L1211.34 2232.63H1211.39C1211.92 2231.66 1212.72 2231.03 1213.6 2231.03C1213.93 2231.03 1214.17 2231.08 1214.43 2231.19L1214.17 2232.34C1213.92 2232.26 1213.74 2232.22 1213.42 2232.22C1212.76 2232.22 1211.98 2232.7 1211.45 2234.01V2239H1210.14ZM1218.77 2239L1215.97 2231.22H1217.33L1218.81 2235.64C1219.03 2236.41 1219.29 2237.19 1219.53 2237.93H1219.59C1219.81 2237.19 1220.07 2236.41 1220.29 2235.64L1221.77 2231.22H1223.06L1220.31 2239H1218.77ZM1228.65 2239.19C1226.57 2239.19 1224.92 2237.67 1224.92 2235.13C1224.92 2232.58 1226.64 2231.03 1228.41 2231.03C1230.4 2231.03 1231.52 2232.46 1231.52 2234.68C1231.52 2234.95 1231.5 2235.24 1231.47 2235.43H1226.22C1226.32 2237.08 1227.32 2238.14 1228.81 2238.14C1229.55 2238.14 1230.17 2237.9 1230.75 2237.53L1231.21 2238.39C1230.54 2238.82 1229.71 2239.19 1228.65 2239.19ZM1226.2 2234.49H1230.36C1230.36 2232.92 1229.66 2232.07 1228.44 2232.07C1227.36 2232.07 1226.36 2232.95 1226.2 2234.49ZM1237.09 2239.19C1235.14 2239.19 1233.88 2237.72 1233.88 2235.13C1233.88 2232.6 1235.48 2231.03 1237.25 2231.03C1238.15 2231.03 1238.74 2231.37 1239.43 2231.93L1239.37 2230.6V2227.61H1240.69V2239H1239.61L1239.49 2238.09H1239.45C1238.84 2238.68 1238.01 2239.19 1237.09 2239.19ZM1237.38 2238.09C1238.1 2238.09 1238.73 2237.74 1239.37 2237.02V2232.95C1238.71 2232.36 1238.12 2232.14 1237.48 2232.14C1236.23 2232.14 1235.24 2233.34 1235.24 2235.11C1235.24 2236.97 1236.02 2238.09 1237.38 2238.09Z' fill='%234872A0'/%3E%3Cg clip-path='url(%23clip1_37184_48150)'%3E%3Cpath d='M239.711 2228.32H242.885L246.404 2233.98L249.922 2228.32H253.097V2241.7H250.171V2232.96L246.404 2238.68H246.327L242.598 2233.02V2241.7H239.711V2228.32Z' fill='%231776D3'/%3E%3Cpath d='M256.008 2228.32H266.2V2230.94H258.934V2233.65H265.244V2236.27H258.934V2239.08H266.2V2241.7H256.008V2228.32Z' fill='%231776D3'/%3E%3Cpath d='M156.679 2223.48L154.94 2222.47C154.757 2222.94 154.506 2223.38 154.203 2223.76L155.936 2224.76C156.761 2225.24 157.273 2226.13 157.273 2227.08V2242.92C157.273 2243.87 156.761 2244.76 155.936 2245.24L142.216 2253.16C141.392 2253.63 140.367 2253.63 139.542 2253.16L125.823 2245.24C124.998 2244.76 124.486 2243.87 124.486 2242.92V2227.08C124.486 2226.13 124.998 2225.24 125.823 2224.76L139.542 2216.84C139.955 2216.6 140.417 2216.49 140.879 2216.49C141.342 2216.49 141.804 2216.6 142.216 2216.84L145.416 2218.69C145.606 2218.22 145.86 2217.79 146.169 2217.41L142.959 2215.56C141.676 2214.81 140.082 2214.81 138.8 2215.56L125.08 2223.48C123.797 2224.22 123 2225.6 123 2227.08V2242.92C123 2244.4 123.797 2245.78 125.08 2246.52L138.8 2254.44C139.441 2254.81 140.16 2255 140.879 2255C141.598 2255 142.318 2254.81 142.959 2254.44L156.679 2246.52C157.962 2245.78 158.759 2244.4 158.759 2242.92V2227.08C158.759 2225.6 157.962 2224.22 156.679 2223.48Z' fill='%231776D3'/%3E%3Cpath d='M181.733 2228.22H184.448L190.185 2241.7H187.106L185.883 2238.7H180.222L178.998 2241.7H175.996L181.733 2228.22ZM184.831 2236.1L183.052 2231.76L181.274 2236.1H184.831Z' fill='%231776D3'/%3E%3Cpath d='M196.264 2234.89L191.789 2228.32H195.231L198.042 2232.66L200.872 2228.32H204.219L199.744 2234.86L204.41 2241.7H200.968L197.965 2237.11L194.944 2241.7H191.598L196.264 2234.89Z' fill='%231776D3'/%3E%3Cpath d='M207.324 2228.32H212.545C216.752 2228.32 219.658 2231.2 219.658 2235.01C219.658 2238.78 216.752 2241.7 212.545 2241.7H207.324V2228.32ZM212.545 2239.04C214.954 2239.04 216.58 2237.42 216.58 2235.01C216.58 2232.64 214.954 2230.97 212.545 2230.97H210.269V2239.04H212.545Z' fill='%231776D3'/%3E%3Cpath d='M222.57 2235.01C222.57 2231.2 225.573 2228.09 229.703 2228.09C233.834 2228.09 236.798 2231.17 236.798 2235.01C236.798 2238.81 233.795 2241.93 229.665 2241.93C225.534 2241.93 222.57 2238.85 222.57 2235.01ZM233.719 2235.01C233.719 2232.71 232.036 2230.8 229.665 2230.8C227.294 2230.8 225.649 2232.68 225.649 2235.01C225.649 2237.3 227.332 2239.22 229.703 2239.22C232.074 2239.22 233.719 2237.34 233.719 2235.01Z' fill='%231776D3'/%3E%3Cpath d='M130.498 2229.87H130.312V2232.25H133.336V2240.17H135.894V2232.25H138.918V2229.87H130.498Z' fill='%23004392'/%3E%3Cpath d='M145.975 2229.87H141.914V2240.17H145.975C149.143 2240.17 151.442 2238.01 151.442 2235.02C151.442 2232.03 149.143 2229.87 145.975 2229.87ZM144.472 2237.83V2232.21H145.975C147.656 2232.21 148.785 2233.34 148.785 2235.02C148.785 2236.7 147.656 2237.83 145.975 2237.83H144.472Z' fill='%23004392'/%3E%3Cpath d='M150.126 2222.8C151.331 2222.8 152.307 2221.83 152.307 2220.62C152.307 2219.42 151.331 2218.44 150.126 2218.44C148.922 2218.44 147.945 2219.42 147.945 2220.62C147.945 2221.83 148.922 2222.8 150.126 2222.8Z' fill='%23004392'/%3E%3Cpath d='M168.663 2231.03H164.59V2228.32H175.681V2231.03H171.608V2241.7H168.663V2231.03Z' fill='%231776D3'/%3E%3Cpath d='M156.679 2223.48L154.94 2222.47C154.757 2222.94 154.506 2223.38 154.203 2223.76L155.936 2224.76C156.761 2225.24 157.273 2226.13 157.273 2227.08V2242.92C157.273 2243.87 156.761 2244.76 155.936 2245.24L142.216 2253.16C141.392 2253.63 140.367 2253.63 139.542 2253.16L125.823 2245.24C124.998 2244.76 124.486 2243.87 124.486 2242.92V2227.08C124.486 2226.13 124.998 2225.24 125.823 2224.76L139.542 2216.84C139.955 2216.6 140.417 2216.49 140.879 2216.49C141.342 2216.49 141.804 2216.6 142.216 2216.84L145.416 2218.69C145.606 2218.22 145.86 2217.79 146.169 2217.41L142.959 2215.56C141.676 2214.81 140.082 2214.81 138.8 2215.56L125.08 2223.48C123.797 2224.22 123 2225.6 123 2227.08V2242.92C123 2244.4 123.797 2245.78 125.08 2246.52L138.8 2254.44C139.441 2254.81 140.16 2255 140.879 2255C141.598 2255 142.318 2254.81 142.959 2254.44L156.679 2246.52C157.962 2245.78 158.759 2244.4 158.759 2242.92V2227.08C158.759 2225.6 157.962 2224.22 156.679 2223.48Z' fill='%231776D3'/%3E%3Cpath d='M277.861 2228.47H278.792L284.865 2241.6H283.803L282.145 2237.95H274.453L272.795 2241.6H271.789L277.861 2228.47ZM281.735 2237.07L278.308 2229.53L274.862 2237.07H281.735Z' fill='%23004392'/%3E%3Cpath d='M287.625 2228.56H291.965C296.063 2228.56 298.894 2231.37 298.894 2235.08C298.894 2238.75 296.063 2241.6 291.965 2241.6H287.625V2228.56ZM291.965 2240.71C295.597 2240.71 297.888 2238.23 297.888 2235.08C297.888 2231.99 295.597 2229.46 291.965 2229.46H288.594V2240.71H291.965Z' fill='%23004392'/%3E%3Cpath d='M300.234 2228.56H301.315L306.418 2240.56L311.54 2228.56H312.565L306.828 2241.69H305.971L300.234 2228.56Z' fill='%23004392'/%3E%3Cpath d='M315.453 2228.56H316.422V2241.6H315.453V2228.56Z' fill='%23004392'/%3E%3Cpath d='M319.586 2239.7L320.219 2238.97C321.653 2240.3 322.976 2240.91 324.894 2240.91C326.85 2240.91 328.191 2239.81 328.191 2238.28C328.191 2236.91 327.465 2236.1 324.503 2235.51C321.374 2234.88 320.107 2233.81 320.107 2231.8C320.107 2229.86 321.877 2228.38 324.298 2228.38C326.198 2228.38 327.446 2228.9 328.769 2229.96L328.154 2230.72C326.924 2229.66 325.695 2229.25 324.261 2229.25C322.343 2229.25 321.076 2230.35 321.076 2231.75C321.076 2233.12 321.784 2233.96 324.876 2234.6C327.893 2235.21 329.16 2236.29 329.16 2238.23C329.16 2240.33 327.353 2241.79 324.838 2241.79C322.752 2241.79 321.15 2241.1 319.586 2239.7Z' fill='%23004392'/%3E%3Cpath d='M331.77 2235.08C331.77 2231.52 334.396 2228.34 338.345 2228.34C342.293 2228.34 344.882 2231.49 344.882 2235.08C344.882 2238.64 342.256 2241.82 338.307 2241.82C334.359 2241.82 331.77 2238.68 331.77 2235.08ZM343.876 2235.08C343.876 2231.86 341.53 2229.21 338.307 2229.21C335.085 2229.21 332.775 2231.82 332.775 2235.08C332.775 2238.3 335.122 2240.95 338.345 2240.95C341.567 2240.95 343.876 2238.34 343.876 2235.08Z' fill='%23004392'/%3E%3Cpath d='M348.18 2228.56H353.656C355.258 2228.56 356.543 2229.06 357.325 2229.85C357.94 2230.46 358.312 2231.34 358.312 2232.31C358.312 2234.48 356.692 2235.73 354.494 2236.03L358.797 2241.6H357.567L353.414 2236.2H349.148V2241.6H348.18V2228.56ZM353.544 2235.32C355.723 2235.32 357.344 2234.22 357.344 2232.31C357.344 2230.55 355.965 2229.46 353.6 2229.46H349.148V2235.32H353.544Z' fill='%23004392'/%3E%3Cpath d='M360.809 2239.7L361.442 2238.97C362.876 2240.3 364.198 2240.91 366.117 2240.91C368.073 2240.91 369.414 2239.81 369.414 2238.28C369.414 2236.91 368.687 2236.1 365.726 2235.51C362.597 2234.88 361.33 2233.81 361.33 2231.8C361.33 2229.86 363.1 2228.38 365.521 2228.38C367.421 2228.38 368.669 2228.9 369.991 2229.96L369.376 2230.72C368.147 2229.66 366.918 2229.25 365.484 2229.25C363.565 2229.25 362.299 2230.35 362.299 2231.75C362.299 2233.12 363.006 2233.96 366.098 2234.6C369.116 2235.21 370.382 2236.29 370.382 2238.23C370.382 2240.33 368.576 2241.79 366.061 2241.79C363.975 2241.79 362.373 2241.1 360.809 2239.7Z' fill='%23004392'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip2_37184_48150)'%3E%3Crect width='1366' height='120' transform='translate(0 1886)' fill='%23F3F8FD'/%3E%3C/g%3E%3Crect y='140' width='1366' height='368' fill='%23F3F8FD'/%3E%3Cpath d='M122.232 234V223.568H124.584V232.016H128.712V234H122.232ZM133.711 234.192C131.694 234.192 129.838 232.672 129.838 230.032C129.838 227.392 131.694 225.872 133.711 225.872C135.711 225.872 137.567 227.392 137.567 230.032C137.567 232.672 135.711 234.192 133.711 234.192ZM133.711 232.288C134.671 232.288 135.167 231.408 135.167 230.032C135.167 228.656 134.671 227.776 133.711 227.776C132.734 227.776 132.254 228.656 132.254 230.032C132.254 231.408 132.734 232.288 133.711 232.288ZM139.377 234V226.064H141.297L141.457 227.456H141.521C142.097 226.384 142.961 225.872 143.777 225.872C144.226 225.872 144.497 225.936 144.721 226.032L144.338 228.064C144.049 227.984 143.809 227.936 143.473 227.936C142.881 227.936 142.145 228.32 141.729 229.392V234H139.377ZM149.348 234.192C147.076 234.192 145.332 232.656 145.332 230.032C145.332 227.456 147.172 225.872 149.076 225.872C151.332 225.872 152.452 227.52 152.452 229.68C152.452 230.096 152.404 230.528 152.356 230.72H147.604C147.812 231.872 148.612 232.4 149.668 232.4C150.26 232.4 150.804 232.224 151.38 231.872L152.164 233.296C151.348 233.856 150.292 234.192 149.348 234.192ZM147.588 229.168H150.452C150.452 228.288 150.068 227.664 149.124 227.664C148.388 227.664 147.748 228.16 147.588 229.168ZM154.277 234V226.064H156.197L156.357 227.088H156.421C157.077 226.432 157.781 225.872 158.821 225.872C159.941 225.872 160.613 226.352 161.013 227.2C161.717 226.48 162.453 225.872 163.509 225.872C165.221 225.872 165.99 227.088 165.99 229.072V234H163.637V229.376C163.637 228.224 163.333 227.872 162.661 227.872C162.261 227.872 161.813 228.128 161.301 228.64V234H158.949V229.376C158.949 228.224 158.645 227.872 157.973 227.872C157.589 227.872 157.125 228.128 156.629 228.64V234H154.277ZM171.599 234V226.064H173.951V234H171.599ZM172.767 224.896C171.983 224.896 171.407 224.384 171.407 223.664C171.407 222.944 171.983 222.448 172.767 222.448C173.567 222.448 174.127 222.944 174.127 223.664C174.127 224.384 173.567 224.896 172.767 224.896ZM176.221 236.944V226.064H178.141L178.301 226.848H178.365C178.989 226.288 179.789 225.872 180.621 225.872C182.541 225.872 183.725 227.456 183.725 229.904C183.725 232.624 182.093 234.192 180.381 234.192C179.693 234.192 179.053 233.888 178.493 233.36L178.573 234.624V236.944H176.221ZM179.837 232.272C180.653 232.272 181.309 231.568 181.309 229.936C181.309 228.512 180.877 227.792 179.933 227.792C179.453 227.792 179.037 228.016 178.573 228.512V231.76C178.989 232.144 179.437 232.272 179.837 232.272ZM187.851 234.192C186.811 234.192 185.611 233.744 184.811 233.088L185.867 231.616C186.587 232.16 187.243 232.448 187.915 232.448C188.619 232.448 188.923 232.192 188.923 231.776C188.923 231.248 188.123 231.008 187.307 230.688C186.347 230.32 185.211 229.664 185.211 228.352C185.211 226.88 186.411 225.872 188.251 225.872C189.467 225.872 190.363 226.368 191.051 226.88L189.995 228.288C189.419 227.872 188.875 227.616 188.315 227.616C187.707 227.616 187.419 227.84 187.419 228.24C187.419 228.752 188.155 228.944 188.971 229.248C189.979 229.616 191.115 230.176 191.115 231.632C191.115 233.072 189.979 234.192 187.851 234.192ZM195.193 234.192C193.465 234.192 192.729 232.976 192.729 230.992V226.064H195.081V230.688C195.081 231.824 195.385 232.192 196.073 232.192C196.665 232.192 197.017 231.936 197.481 231.312V226.064H199.833V234H197.913L197.737 232.896H197.689C197.017 233.696 196.281 234.192 195.193 234.192ZM202.103 234V226.064H204.023L204.183 227.088H204.247C204.903 226.432 205.607 225.872 206.647 225.872C207.767 225.872 208.439 226.352 208.839 227.2C209.543 226.48 210.279 225.872 211.335 225.872C213.047 225.872 213.815 227.088 213.815 229.072V234H211.463V229.376C211.463 228.224 211.159 227.872 210.487 227.872C210.087 227.872 209.639 228.128 209.127 228.64V234H206.775V229.376C206.775 228.224 206.471 227.872 205.799 227.872C205.415 227.872 204.951 228.128 204.455 228.64V234H202.103ZM222.256 234.192C220.288 234.192 219.008 232.624 219.008 230.032C219.008 227.44 220.624 225.872 222.304 225.872C223.184 225.872 223.712 226.192 224.256 226.704L224.16 225.488V222.784H226.512V234H224.592L224.432 233.216H224.368C223.808 233.776 223.024 234.192 222.256 234.192ZM222.864 232.272C223.376 232.272 223.776 232.08 224.16 231.552V228.304C223.744 227.92 223.28 227.792 222.848 227.792C222.096 227.792 221.424 228.496 221.424 230C221.424 231.568 221.952 232.272 222.864 232.272ZM232.204 234.192C230.188 234.192 228.332 232.672 228.332 230.032C228.332 227.392 230.188 225.872 232.204 225.872C234.204 225.872 236.06 227.392 236.06 230.032C236.06 232.672 234.204 234.192 232.204 234.192ZM232.204 232.288C233.164 232.288 233.66 231.408 233.66 230.032C233.66 228.656 233.164 227.776 232.204 227.776C231.228 227.776 230.748 228.656 230.748 230.032C230.748 231.408 231.228 232.288 232.204 232.288ZM240.031 234.192C238.415 234.192 237.871 233.136 237.871 231.536V222.784H240.223V231.632C240.223 232.128 240.447 232.288 240.639 232.288C240.735 232.288 240.799 232.288 240.927 232.256L241.215 234C240.959 234.112 240.559 234.192 240.031 234.192ZM246.057 234.192C244.041 234.192 242.185 232.672 242.185 230.032C242.185 227.392 244.041 225.872 246.057 225.872C248.057 225.872 249.913 227.392 249.913 230.032C249.913 232.672 248.057 234.192 246.057 234.192ZM246.057 232.288C247.017 232.288 247.513 231.408 247.513 230.032C247.513 228.656 247.017 227.776 246.057 227.776C245.081 227.776 244.601 228.656 244.601 230.032C244.601 231.408 245.081 232.288 246.057 232.288ZM251.724 234V226.064H253.644L253.804 227.456H253.868C254.444 226.384 255.308 225.872 256.124 225.872C256.572 225.872 256.844 225.936 257.068 226.032L256.684 228.064C256.396 227.984 256.156 227.936 255.82 227.936C255.228 227.936 254.492 228.32 254.076 229.392V234H251.724ZM261.695 234.192C259.423 234.192 257.679 232.656 257.679 230.032C257.679 227.456 259.519 225.872 261.423 225.872C263.679 225.872 264.799 227.52 264.799 229.68C264.799 230.096 264.751 230.528 264.703 230.72H259.951C260.159 231.872 260.959 232.4 262.015 232.4C262.607 232.4 263.151 232.224 263.727 231.872L264.511 233.296C263.695 233.856 262.639 234.192 261.695 234.192ZM259.935 229.168H262.799C262.799 228.288 262.415 227.664 261.471 227.664C260.735 227.664 260.095 228.16 259.935 229.168Z' fill='%2324C875'/%3E%3Cpath d='M125.592 282V258.6H131.928L137.112 269.04L139.344 274.296H139.488C139.2 271.776 138.696 268.248 138.696 265.368V258.6H144.6V282H138.264L133.08 271.524L130.848 266.304H130.704C130.992 268.968 131.496 272.352 131.496 275.232V282H125.592ZM157.628 282.432C152.372 282.432 148.34 278.976 148.34 273C148.34 267.168 152.588 263.568 156.98 263.568C162.308 263.568 164.828 267.456 164.828 272.28C164.828 273.36 164.684 274.44 164.576 274.872H154.316C154.892 277.032 156.476 277.752 158.492 277.752C159.716 277.752 160.868 277.392 162.164 276.672L164.18 280.344C162.236 281.712 159.644 282.432 157.628 282.432ZM154.244 270.84H159.572C159.572 269.472 158.996 268.248 157.124 268.248C155.756 268.248 154.604 269.04 154.244 270.84ZM176.577 282.432C171.321 282.432 167.289 278.976 167.289 273C167.289 267.168 171.537 263.568 175.929 263.568C181.257 263.568 183.777 267.456 183.777 272.28C183.777 273.36 183.633 274.44 183.525 274.872H173.265C173.841 277.032 175.425 277.752 177.441 277.752C178.665 277.752 179.817 277.392 181.113 276.672L183.129 280.344C181.185 281.712 178.593 282.432 176.577 282.432ZM173.193 270.84H178.521C178.521 269.472 177.945 268.248 176.073 268.248C174.705 268.248 173.553 269.04 173.193 270.84ZM193.726 282.432C189.262 282.432 186.382 278.832 186.382 273C186.382 267.096 190.054 263.568 193.726 263.568C195.67 263.568 196.822 264.288 197.902 265.368L197.686 262.776V256.944H203.878V282H198.838L198.406 280.344H198.262C197.038 281.568 195.31 282.432 193.726 282.432ZM195.382 277.392C196.318 277.392 197.038 277.104 197.686 276.096V269.472C196.966 268.824 196.03 268.608 195.238 268.608C193.942 268.608 192.718 269.76 192.718 272.928C192.718 276.168 193.726 277.392 195.382 277.392ZM215.264 282V256.944H221.456V262.776L221.168 265.872C222.392 264.792 224.12 263.568 226.568 263.568C230.528 263.568 232.184 266.448 232.184 270.912V282H225.992V271.704C225.992 269.4 225.416 268.824 224.192 268.824C223.04 268.824 222.392 269.328 221.456 270.192V282H215.264ZM244.569 282.432C239.313 282.432 235.281 278.976 235.281 273C235.281 267.168 239.529 263.568 243.921 263.568C249.249 263.568 251.769 267.456 251.769 272.28C251.769 273.36 251.625 274.44 251.517 274.872H241.257C241.833 277.032 243.417 277.752 245.433 277.752C246.657 277.752 247.809 277.392 249.105 276.672L251.121 280.344C249.177 281.712 246.585 282.432 244.569 282.432ZM241.185 270.84H246.513C246.513 269.472 245.937 268.248 244.065 268.248C242.697 268.248 241.545 269.04 241.185 270.84ZM260.71 282.432C256.534 282.432 255.166 279.696 255.166 275.664V256.944H261.358V275.88C261.358 277.104 261.934 277.464 262.366 277.464C262.582 277.464 262.726 277.464 263.014 277.392L263.734 281.928C263.086 282.216 262.078 282.432 260.71 282.432ZM265.889 288.336V264H270.929L271.361 265.656H271.505C272.837 264.432 274.601 263.568 276.401 263.568C280.649 263.568 283.385 267.168 283.385 272.712C283.385 278.904 279.713 282.432 275.897 282.432C274.385 282.432 273.017 281.784 271.865 280.632L272.081 283.368V288.336H265.889ZM274.385 277.392C275.825 277.392 277.049 276.24 277.049 272.784C277.049 269.832 276.185 268.608 274.529 268.608C273.593 268.608 272.873 268.968 272.081 269.904V276.528C272.801 277.176 273.593 277.392 274.385 277.392ZM288.714 273.216C287.994 268.536 293.106 266.52 293.106 264.216C293.106 262.92 292.17 262.416 291.09 262.416C289.866 262.416 289.074 263.064 288.138 263.928L284.754 260.832C286.518 258.816 289.002 257.448 291.882 257.448C295.842 257.448 299.01 259.248 299.01 263.784C299.01 268.104 293.754 269.256 294.114 273.216H288.714ZM291.378 282.432C289.29 282.432 287.778 280.776 287.778 278.688C287.778 276.6 289.29 274.944 291.378 274.944C293.466 274.944 294.978 276.6 294.978 278.688C294.978 280.776 293.466 282.432 291.378 282.432Z' fill='%232B2B2B'/%3E%3Cpath d='M124.44 334V323.504H127.064C130.296 323.504 132.024 325.376 132.024 328.704C132.024 332.048 130.296 334 127.128 334H124.44ZM125.768 332.912H126.968C129.416 332.912 130.648 331.36 130.648 328.704C130.648 326.064 129.416 324.592 126.968 324.592H125.768V332.912ZM137.38 334.192C135.476 334.192 133.78 332.704 133.78 330.128C133.78 327.52 135.476 326.032 137.38 326.032C139.284 326.032 140.98 327.52 140.98 330.128C140.98 332.704 139.284 334.192 137.38 334.192ZM137.38 333.104C138.724 333.104 139.62 331.904 139.62 330.128C139.62 328.336 138.724 327.12 137.38 327.12C136.052 327.12 135.14 328.336 135.14 330.128C135.14 331.904 136.052 333.104 137.38 333.104ZM143.228 334V326.224H144.316L144.428 327.344H144.476C145.212 326.608 146.012 326.032 147.084 326.032C148.716 326.032 149.452 327.088 149.452 329.072V334H148.14V329.248C148.14 327.792 147.692 327.168 146.668 327.168C145.868 327.168 145.324 327.584 144.54 328.368V334H143.228ZM151.929 327.104L151.561 326.496C152.361 325.968 152.761 325.424 152.761 324.496C152.713 324.512 152.681 324.512 152.633 324.512C152.185 324.512 151.785 324.224 151.785 323.712C151.785 323.152 152.137 322.816 152.633 322.816C153.257 322.816 153.641 323.344 153.641 324.272C153.641 325.552 153.033 326.464 151.929 327.104ZM158.497 334.192C156.833 334.192 156.273 333.136 156.273 331.6V327.296H155.121V326.304L156.337 326.224L156.497 324.048H157.601V326.224H159.697V327.296H157.601V331.616C157.601 332.576 157.905 333.12 158.801 333.12C159.073 333.12 159.425 333.008 159.681 332.912L159.937 333.904C159.505 334.048 158.977 334.192 158.497 334.192ZM165.059 334V322.608H166.371V325.712L166.323 327.312C167.059 326.608 167.843 326.032 168.915 326.032C170.547 326.032 171.283 327.088 171.283 329.072V334H169.971V329.248C169.971 327.792 169.523 327.168 168.499 327.168C167.699 327.168 167.155 327.584 166.371 328.368V334H165.059ZM177.114 334.192C175.034 334.192 173.386 332.672 173.386 330.128C173.386 327.584 175.098 326.032 176.874 326.032C178.858 326.032 179.978 327.456 179.978 329.68C179.978 329.952 179.962 330.24 179.93 330.432H174.682C174.778 332.08 175.786 333.136 177.274 333.136C178.01 333.136 178.634 332.896 179.21 332.528L179.674 333.392C179.002 333.824 178.17 334.192 177.114 334.192ZM174.666 329.488H178.826C178.826 327.92 178.122 327.072 176.906 327.072C175.818 327.072 174.826 327.952 174.666 329.488ZM184.131 334.192C183.027 334.192 181.971 333.728 181.235 333.12L181.891 332.24C182.563 332.784 183.251 333.168 184.179 333.168C185.203 333.168 185.715 332.624 185.715 331.952C185.715 331.152 184.787 330.8 183.939 330.48C182.835 330.08 181.619 329.552 181.619 328.24C181.619 326.992 182.611 326.032 184.291 326.032C185.267 326.032 186.115 326.432 186.707 326.912L186.083 327.744C185.555 327.344 184.995 327.056 184.307 327.056C183.331 327.056 182.883 327.584 182.883 328.176C182.883 328.912 183.731 329.184 184.611 329.52C185.731 329.936 186.979 330.4 186.979 331.872C186.979 333.136 185.971 334.192 184.131 334.192ZM189.003 334V326.224H190.315V334H189.003ZM189.675 324.624C189.163 324.624 188.763 324.272 188.763 323.776C188.763 323.264 189.163 322.928 189.675 322.928C190.187 322.928 190.587 323.264 190.587 323.776C190.587 324.272 190.187 324.624 189.675 324.624ZM195.588 334.192C193.924 334.192 193.364 333.136 193.364 331.6V327.296H192.212V326.304L193.428 326.224L193.588 324.048H194.692V326.224H196.788V327.296H194.692V331.616C194.692 332.576 194.996 333.12 195.892 333.12C196.164 333.12 196.516 333.008 196.772 332.912L197.028 333.904C196.596 334.048 196.068 334.192 195.588 334.192ZM200.195 334.192C198.899 334.192 197.923 333.376 197.923 331.984C197.923 330.288 199.379 329.44 202.691 329.072C202.691 328.08 202.371 327.12 201.091 327.12C200.195 327.12 199.379 327.536 198.771 327.952L198.259 327.04C198.979 326.576 200.067 326.032 201.315 326.032C203.219 326.032 204.019 327.296 204.019 329.232V334H202.931L202.819 333.072H202.771C202.035 333.68 201.171 334.192 200.195 334.192ZM200.579 333.136C201.331 333.136 201.939 332.768 202.691 332.096V329.936C200.099 330.256 199.203 330.896 199.203 331.888C199.203 332.768 199.811 333.136 200.579 333.136ZM208.894 334.192C207.23 334.192 206.67 333.136 206.67 331.6V327.296H205.518V326.304L206.734 326.224L206.894 324.048H207.998V326.224H210.094V327.296H207.998V331.616C207.998 332.576 208.302 333.12 209.198 333.12C209.47 333.12 209.822 333.008 210.078 332.912L210.334 333.904C209.902 334.048 209.374 334.192 208.894 334.192ZM214.986 334.192C212.906 334.192 211.258 332.672 211.258 330.128C211.258 327.584 212.97 326.032 214.746 326.032C216.73 326.032 217.85 327.456 217.85 329.68C217.85 329.952 217.834 330.24 217.802 330.432H212.554C212.65 332.08 213.658 333.136 215.146 333.136C215.882 333.136 216.506 332.896 217.082 332.528L217.546 333.392C216.874 333.824 216.042 334.192 214.986 334.192ZM212.538 329.488H216.698C216.698 327.92 215.994 327.072 214.778 327.072C213.69 327.072 212.698 327.952 212.538 329.488ZM225.823 334.192C224.159 334.192 223.599 333.136 223.599 331.6V327.296H222.447V326.304L223.663 326.224L223.823 324.048H224.927V326.224H227.023V327.296H224.927V331.616C224.927 332.576 225.231 333.12 226.127 333.12C226.399 333.12 226.751 333.008 227.007 332.912L227.263 333.904C226.831 334.048 226.303 334.192 225.823 334.192ZM231.786 334.192C229.882 334.192 228.186 332.704 228.186 330.128C228.186 327.52 229.882 326.032 231.786 326.032C233.69 326.032 235.386 327.52 235.386 330.128C235.386 332.704 233.69 334.192 231.786 334.192ZM231.786 333.104C233.13 333.104 234.026 331.904 234.026 330.128C234.026 328.336 233.13 327.12 231.786 327.12C230.458 327.12 229.546 328.336 229.546 330.128C229.546 331.904 230.458 333.104 231.786 333.104ZM244.109 334.192C242.045 334.192 240.461 332.704 240.461 330.128C240.461 327.52 242.205 326.032 244.205 326.032C245.229 326.032 245.933 326.448 246.477 326.944L245.805 327.808C245.357 327.408 244.877 327.12 244.253 327.12C242.845 327.12 241.821 328.336 241.821 330.128C241.821 331.904 242.797 333.104 244.221 333.104C244.941 333.104 245.565 332.752 246.045 332.32L246.621 333.2C245.917 333.824 245.037 334.192 244.109 334.192ZM251.214 334.192C249.31 334.192 247.614 332.704 247.614 330.128C247.614 327.52 249.31 326.032 251.214 326.032C253.118 326.032 254.814 327.52 254.814 330.128C254.814 332.704 253.118 334.192 251.214 334.192ZM251.214 333.104C252.558 333.104 253.454 331.904 253.454 330.128C253.454 328.336 252.558 327.12 251.214 327.12C249.886 327.12 248.974 328.336 248.974 330.128C248.974 331.904 249.886 333.104 251.214 333.104ZM257.062 334V326.224H258.15L258.262 327.344H258.31C259.046 326.608 259.846 326.032 260.918 326.032C262.55 326.032 263.286 327.088 263.286 329.072V334H261.974V329.248C261.974 327.792 261.526 327.168 260.502 327.168C259.702 327.168 259.158 327.584 258.374 328.368V334H257.062ZM268.46 334.192C266.796 334.192 266.236 333.136 266.236 331.6V327.296H265.084V326.304L266.3 326.224L266.46 324.048H267.564V326.224H269.66V327.296H267.564V331.616C267.564 332.576 267.868 333.12 268.764 333.12C269.036 333.12 269.388 333.008 269.644 332.912L269.9 333.904C269.468 334.048 268.94 334.192 268.46 334.192ZM273.066 334.192C271.77 334.192 270.794 333.376 270.794 331.984C270.794 330.288 272.25 329.44 275.562 329.072C275.562 328.08 275.242 327.12 273.962 327.12C273.066 327.12 272.25 327.536 271.642 327.952L271.13 327.04C271.85 326.576 272.938 326.032 274.186 326.032C276.09 326.032 276.89 327.296 276.89 329.232V334H275.802L275.69 333.072H275.642C274.906 333.68 274.042 334.192 273.066 334.192ZM273.45 333.136C274.202 333.136 274.81 332.768 275.562 332.096V329.936C272.97 330.256 272.074 330.896 272.074 331.888C272.074 332.768 272.682 333.136 273.45 333.136ZM282.609 334.192C280.545 334.192 278.961 332.704 278.961 330.128C278.961 327.52 280.705 326.032 282.705 326.032C283.729 326.032 284.433 326.448 284.977 326.944L284.305 327.808C283.857 327.408 283.377 327.12 282.753 327.12C281.345 327.12 280.321 328.336 280.321 330.128C280.321 331.904 281.297 333.104 282.721 333.104C283.441 333.104 284.065 332.752 284.545 332.32L285.121 333.2C284.417 333.824 283.537 334.192 282.609 334.192ZM289.326 334.192C287.662 334.192 287.102 333.136 287.102 331.6V327.296H285.95V326.304L287.166 326.224L287.326 324.048H288.43V326.224H290.526V327.296H288.43V331.616C288.43 332.576 288.734 333.12 289.63 333.12C289.902 333.12 290.254 333.008 290.51 332.912L290.766 333.904C290.334 334.048 289.806 334.192 289.326 334.192ZM298.159 334.192C296.511 334.192 295.775 333.136 295.775 331.152V326.224H297.103V330.976C297.103 332.432 297.535 333.056 298.559 333.056C299.359 333.056 299.919 332.656 300.655 331.744V326.224H301.967V334H300.879L300.767 332.784H300.719C299.999 333.632 299.231 334.192 298.159 334.192ZM306.822 334.192C305.718 334.192 304.662 333.728 303.926 333.12L304.582 332.24C305.254 332.784 305.942 333.168 306.87 333.168C307.894 333.168 308.406 332.624 308.406 331.952C308.406 331.152 307.478 330.8 306.63 330.48C305.526 330.08 304.31 329.552 304.31 328.24C304.31 326.992 305.302 326.032 306.982 326.032C307.958 326.032 308.806 326.432 309.398 326.912L308.774 327.744C308.246 327.344 307.686 327.056 306.998 327.056C306.022 327.056 305.574 327.584 305.574 328.176C305.574 328.912 306.422 329.184 307.302 329.52C308.422 329.936 309.67 330.4 309.67 331.872C309.67 333.136 308.662 334.192 306.822 334.192ZM312.381 334.192C311.853 334.192 311.421 333.776 311.421 333.2C311.421 332.592 311.853 332.176 312.381 332.176C312.893 332.176 313.325 332.592 313.325 333.2C313.325 333.776 312.893 334.192 312.381 334.192Z' fill='%232B2B2B'/%3E%3Crect x='123.5' y='382.5' width='196.29' height='47' rx='23.5' fill='%231976D3' stroke='%231976D3'/%3E%3Cpath d='M199.068 410.192C196.428 410.192 194.22 408.352 194.22 404.848C194.22 401.392 196.508 399.376 199.148 399.376C200.492 399.376 201.58 400.016 202.284 400.736L201.036 402.24C200.508 401.76 199.948 401.408 199.196 401.408C197.772 401.408 196.636 402.672 196.636 404.768C196.636 406.912 197.628 408.16 199.164 408.16C200.012 408.16 200.684 407.728 201.196 407.184L202.444 408.656C201.58 409.664 200.428 410.192 199.068 410.192ZM207.245 410.192C205.229 410.192 203.373 408.672 203.373 406.032C203.373 403.392 205.229 401.872 207.245 401.872C209.245 401.872 211.101 403.392 211.101 406.032C211.101 408.672 209.245 410.192 207.245 410.192ZM207.245 408.288C208.205 408.288 208.701 407.408 208.701 406.032C208.701 404.656 208.205 403.776 207.245 403.776C206.269 403.776 205.789 404.656 205.789 406.032C205.789 407.408 206.269 408.288 207.245 408.288ZM212.712 410V402.064H214.632L214.792 403.072H214.856C215.528 402.432 216.328 401.872 217.4 401.872C219.128 401.872 219.864 403.088 219.864 405.072V410H217.512V405.376C217.512 404.224 217.208 403.872 216.536 403.872C215.944 403.872 215.576 404.144 215.064 404.64V410H212.712ZM224.924 410.192C222.956 410.192 222.188 408.96 222.188 407.12V403.904H221.1V402.16L222.316 402.064L222.588 399.952H224.54V402.064H226.444V403.904H224.54V407.088C224.54 407.984 224.94 408.352 225.564 408.352C225.82 408.352 226.108 408.272 226.316 408.192L226.684 409.904C226.268 410.032 225.692 410.192 224.924 410.192ZM229.681 410.192C228.225 410.192 227.313 409.136 227.313 407.792C227.313 406.128 228.641 405.216 231.777 404.896C231.729 404.192 231.393 403.744 230.529 403.744C229.857 403.744 229.201 404.016 228.433 404.464L227.585 402.912C228.593 402.304 229.729 401.872 230.977 401.872C233.009 401.872 234.129 403.024 234.129 405.456V410H232.209L232.049 409.184H231.985C231.313 409.776 230.577 410.192 229.681 410.192ZM230.481 408.368C231.009 408.368 231.361 408.112 231.777 407.696V406.304C230.113 406.528 229.569 407.008 229.569 407.616C229.569 408.128 229.921 408.368 230.481 408.368ZM239.574 410.192C237.366 410.192 235.654 408.672 235.654 406.032C235.654 403.392 237.59 401.872 239.782 401.872C240.758 401.872 241.51 402.224 242.102 402.72L240.998 404.24C240.614 403.92 240.294 403.776 239.926 403.776C238.79 403.776 238.07 404.656 238.07 406.032C238.07 407.408 238.822 408.288 239.846 408.288C240.358 408.288 240.854 408.032 241.27 407.712L242.198 409.248C241.414 409.936 240.438 410.192 239.574 410.192ZM246.487 410.192C244.519 410.192 243.751 408.96 243.751 407.12V403.904H242.663V402.16L243.879 402.064L244.151 399.952H246.103V402.064H248.007V403.904H246.103V407.088C246.103 407.984 246.503 408.352 247.127 408.352C247.383 408.352 247.671 408.272 247.879 408.192L248.247 409.904C247.831 410.032 247.255 410.192 246.487 410.192Z' fill='white'/%3E%3Cg clip-path='url(%23clip3_37184_48150)'%3E%3Crect width='1366' height='140' transform='translate(1366 648) rotate(-180)' fill='white'/%3E%3Cmask id='mask2_37184_48150' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='508' width='1366' height='140'%3E%3Crect x='1366' y='648' width='1366' height='140' transform='rotate(-180 1366 648)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_37184_48150)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-675.637 -39.1416L-962.79 -510.857C-1045.53 -646.776 -1052.7 -782.122 -979.174 -917.285C-800.893 -1242.23 -619.908 -1571.56 -441.628 -1896.51C-362.219 -2035.25 -245.09 -2112.03 -80.9823 -2116.05C289.545 -2125.19 662.776 -2138.71 1033.3 -2147.84C1183.22 -2148.7 1305.09 -2094.13 1384.17 -1964.21C1587.64 -1638.79 1788.14 -1300.61 1988.9 -970.807C2071.64 -834.889 2053.13 -697.604 1979.6 -562.441C1806.73 -246.265 1625.54 69.4925 1459.02 387.28C1375.89 541.982 1240.92 615.927 1072.42 617.14C714.124 624.308 360.224 634.281 5.58024 647.445C-170.018 650.239 -301.147 584.87 -386.997 426.19C-479.47 274.282 -579.513 118.763 -675.637 -39.1416Z' fill='%23F3F8FD'/%3E%3C/g%3E%3C/g%3E%3Cg clip-path='url(%23clip4_37184_48150)'%3E%3Cpath d='M911.482 1041.58L1104.33 1040.95C1137.69 1041.18 1170.36 1024.95 1190.18 999.683C1209.99 974.417 1216.94 940.882 1210.13 910.075C1203.32 879.268 1183.19 851.501 1156.07 833.119C1139.36 821.786 1119.86 813.827 1099.43 811.606C1078.99 809.385 1057.65 813.122 1040.22 823.386C1009.89 841.268 993.685 876.774 961.144 890.798C945.988 897.325 928.906 898.393 912.787 902.403C881.057 910.287 851.042 933.248 847.09 963.956C844.192 986.493 852.088 1003.33 868.268 1021.17C881.649 1035.92 892.223 1043.15 911.475 1041.57' fill='%23F3F8FD'/%3E%3Cpath d='M1224.25 1039.1C1224.25 1042.49 1136.44 1045.25 1028.13 1045.25C919.816 1045.25 832 1042.49 832 1039.1C832 1035.7 919.809 1032.95 1028.12 1032.95C1136.43 1032.95 1224.24 1035.7 1224.24 1039.1H1224.25Z' fill='%23D0E0F1'/%3E%3Cpath d='M1094.53 1026.3L1090.82 997.977C1090.08 989.7 1090.37 978.685 1090.61 972.841C1090.69 970.802 1091.31 968.831 1092.41 967.095C1094.79 963.305 1097.22 956.52 1096.52 946.09L1041.24 944.68C1041.24 944.68 1041.67 962.001 1048.78 968.626C1048.78 968.626 1048.84 968.664 1048.85 968.694C1051.57 974.258 1058.42 988.798 1060.32 998.038L1064.95 1026.22L1072.44 1026.62L1063.1 978.488C1062.62 975.972 1064.73 973.735 1067.28 974.061C1070.22 974.433 1073.25 974.577 1076.23 974.38C1078.21 974.243 1079.96 975.63 1080.24 977.594L1087.48 1028.84L1094.54 1026.3H1094.53Z' fill='%23003260'/%3E%3Cpath d='M1065.5 1025.11L1054.22 1028.62C1054.22 1028.62 1045.3 1027.21 1043.44 1032.22C1042.23 1035.49 1041.88 1036.69 1041.88 1036.69C1050.72 1036.69 1073.57 1036.54 1073.57 1036.54C1073.72 1033.64 1072.74 1025.88 1072.74 1025.88L1065.49 1025.12L1065.5 1025.11Z' fill='%236B3326'/%3E%3Cpath d='M1094.33 1025.12L1105.6 1028.62C1105.6 1028.62 1114.53 1027.22 1116.38 1032.22C1117.6 1035.49 1117.95 1036.69 1117.95 1036.69C1109.11 1036.69 1086.25 1036.54 1086.25 1036.54C1086.1 1033.64 1087.08 1025.88 1087.08 1025.88L1094.33 1025.12L1094.33 1025.12Z' fill='%236B3326'/%3E%3Cpath d='M1051.6 880.838C1059.07 884.802 1042.17 932.293 1029.82 927.745C1007.36 919.467 1047.22 878.51 1051.6 880.838Z' fill='%23C6E8FD'/%3E%3Cpath d='M1028.13 919.656C1032.63 921.642 1049.37 892.511 1052.51 881.693C1057.47 889.221 1041.58 932.073 1029.83 927.744C1023.97 925.591 1022.35 921.21 1023.23 915.964C1024.26 917.973 1025.28 918.405 1028.12 919.656H1028.13Z' fill='%23A6D9F2'/%3E%3Cpath d='M1024.33 907.127C1019.9 909.893 1019.18 916.708 1022.74 922.348C1026.3 927.988 1032.78 930.315 1037.23 927.548C1041.67 924.781 1042.38 917.967 1038.82 912.327C1035.26 906.687 1028.77 904.36 1024.33 907.127Z' fill='%2385BFD6'/%3E%3Cpath d='M1035.07 925.462C1039.08 923.173 1040.6 916.843 1035.7 908.043C1029.83 897.476 1018.64 883.156 1018.64 883.156L1016.41 884.089C1016.41 884.089 1017.31 907.323 1021.59 917.094C1024.46 923.651 1030.14 928.29 1035.07 925.462Z' fill='%23FDC79A'/%3E%3Cpath d='M1021.87 913.455C1024.69 919.595 1029.5 926.046 1035.07 923.378C1038.07 921.938 1038.24 918.367 1038.56 915.729C1039.35 920.505 1037.78 923.908 1035.07 925.462C1030.14 928.29 1024.46 923.651 1021.59 917.094C1017.31 907.323 1016.41 884.089 1016.41 884.089L1016.81 883.922C1017.09 888.788 1018.3 905.67 1021.88 913.455H1021.87Z' fill='%23F2B080'/%3E%3Cpath d='M1104.53 888.789C1101.27 884.339 1072.75 873.537 1072.75 873.537C1072.75 873.537 1048.36 879.905 1045.51 884.551C1044.34 886.462 1043.93 899.068 1044.37 905.208C1044.81 911.356 1043.45 923.712 1042.35 929.958C1038.47 952.009 1044.37 954.958 1048.24 960.264C1048.71 960.901 1052.16 966.662 1069.97 965.525C1081.92 964.759 1092.97 957.3 1093.07 955.307C1093.11 954.571 1088.91 935.241 1088.91 935.241L1101.64 909.263C1101.64 909.263 1105.75 890.585 1104.53 888.789' fill='%23C6E8FD'/%3E%3Cpath d='M1084.87 957.005L1083.73 939.214C1083.73 939.214 1074.27 939.214 1074.27 937.888C1074.27 936.561 1083.16 935.614 1083.16 935.614C1083.16 935.614 1078.81 935.424 1078.62 934.287C1078.43 933.15 1083.73 932.581 1083.73 932.581C1083.73 932.581 1094.34 912.145 1093.2 903.624C1092.06 895.104 1079.18 879.398 1079.18 879.398L1080.11 876.434C1088.79 879.958 1102.34 885.795 1104.52 888.782C1105.75 890.579 1101.63 909.257 1101.63 909.257L1100.19 931.588C1099.92 935.652 1099.03 939.646 1097.55 943.429C1095.6 948.379 1093.09 954.838 1093.07 955.292C1092.97 957.286 1081.92 964.753 1069.97 965.511C1058.22 966.261 1052.22 963.76 1049.25 961.599C1067.2 969.02 1084.86 956.998 1084.86 956.998L1084.87 957.005Z' fill='%23A6D9F2'/%3E%3Cpath d='M1091.03 881.087C1087.39 885.863 1075.72 895.914 1064.17 902.722C1057.85 892.844 1052.2 880.314 1052.2 880.314C1061.01 875.993 1072.75 873.537 1072.75 873.537C1072.75 873.537 1081.98 876.63 1091.03 881.087' fill='%23F7E6C8'/%3E%3Cpath d='M1085.05 887.264C1080.52 882.716 1076.41 879.449 1076.41 879.449L1083.78 877.781L1091.03 881.086C1091.03 881.086 1087.68 884.952 1085.05 887.264Z' fill='%23EDD7B2'/%3E%3Cpath d='M1095.87 884.786C1103.47 881.072 1137.84 918.761 1127.59 927.395C1109.27 942.799 1088.28 888.5 1095.87 884.786Z' fill='%23A6D9F2'/%3E%3Cpath d='M1074.32 895.983C1075.25 895.3 1076.16 894.611 1077.06 893.921C1076.94 893.837 1076.8 893.754 1076.64 893.671C1074.37 892.473 1073.87 891.775 1074.06 891.336C1074.25 890.896 1076.26 890.449 1076.52 890.009C1076.74 889.63 1075.63 888.667 1075.25 887.887L1074.37 888.758C1074.44 889.183 1074.5 889.501 1074.5 889.501C1074.5 889.501 1072.42 890.638 1072.23 891.328C1072.04 892.026 1071.6 894.042 1071.91 894.482C1072.09 894.739 1073.31 895.369 1074.32 895.967' fill='%23FBF4E8'/%3E%3Cpath d='M1074.37 888.774L1075.24 887.902C1075.19 887.781 1075.14 887.667 1075.13 887.561C1075.09 887.295 1075.04 886.947 1074.98 886.545L1074.16 887.356C1074.16 887.455 1074.16 887.546 1074.18 887.621C1074.23 887.993 1074.31 888.417 1074.37 888.766' fill='%23F7EEDF'/%3E%3Cpath d='M1074.17 887.365L1074.99 886.554C1074.88 885.697 1074.79 884.621 1074.88 883.719C1074.88 883.719 1074.19 886.296 1074.17 887.372' fill='%23FDF9F2'/%3E%3Cpath d='M1057.21 885.225C1057.17 885.748 1057.15 886.309 1057.43 886.741C1057.76 887.241 1058.39 887.423 1058.97 887.56C1065.64 889.129 1072.62 889.364 1079.37 888.25C1079.87 888.166 1080.37 888.075 1080.78 887.787C1082.9 886.301 1082.1 882.337 1081.89 880.161C1081.59 877.129 1081 874.127 1080.77 871.088C1080.5 867.434 1080.33 863.553 1080.51 859.907C1080.6 858.216 1081.16 854.464 1079.49 853.312C1079 852.978 1078.37 852.971 1077.77 853.016C1073.34 853.357 1069.34 855.98 1066.4 859.3C1063.52 862.552 1060.05 867.472 1058.63 871.596C1056.85 876.727 1057.6 879.798 1057.21 885.217' fill='%23FDC79A'/%3E%3Cpath d='M1069.41 900.054C1069.41 900.054 1069.85 910.69 1070.4 915.496C1070.4 915.496 1065.41 924.926 1064.57 925.017C1063.74 925.108 1061.19 917.421 1061.19 917.421L1067.49 901.275L1069.41 900.047L1069.41 900.054Z' fill='%2378BCE6'/%3E%3Cpath d='M1070.74 890.32L1068.83 892.117L1069.41 900.046L1066.83 901.721L1066.61 891.26L1070.1 887.895L1070.74 890.32Z' fill='%23EDD7B2'/%3E%3Cpath d='M1087.89 881.973L1072.95 896.861L1067.38 887.666L1081.06 879.176C1083.07 879.957 1085.41 880.904 1087.89 881.973Z' fill='%23EDD7B2'/%3E%3Cpath d='M1056.16 882.361L1056.39 882.073C1058.36 881.299 1060.34 880.602 1062.24 879.98L1067.29 887.682L1059.26 895.422L1056.16 882.361Z' fill='%23EDD7B2'/%3E%3Cpath d='M1062.46 932.483C1061.64 932.468 1058.54 923.174 1058.54 923.174C1058.54 923.174 1061.95 902.154 1065.67 891.405C1065.99 890.055 1068.13 889.578 1068.1 891.549C1066.63 908.271 1068.12 923.879 1068.12 923.879C1068.12 923.879 1063.27 932.498 1062.46 932.483Z' fill='%2343C779'/%3E%3Cpath d='M1071.9 886.182L1063.77 885.75L1065.67 891.405L1068.09 891.549L1071.18 888.57L1071.9 886.182Z' fill='%2343C779'/%3E%3Cpath d='M1062.62 930.427C1063.05 930.427 1066.29 924.227 1066.29 924.227C1065.23 916.199 1067.13 892.328 1067.13 892.328L1065.67 891.404L1067.41 891.131L1068.54 889.652L1066.59 885.893L1070.6 886.105L1071.29 888.205L1071.18 888.568L1068.09 891.548C1066.62 908.27 1068.12 923.878 1068.12 923.878C1068.12 923.878 1063.26 932.497 1062.45 932.482C1061.63 932.466 1058.54 923.173 1058.54 923.173C1058.54 923.173 1062.2 930.427 1062.62 930.427Z' fill='%23329E5D'/%3E%3Cpath d='M1088.31 879.761L1084.95 874.963L1067.38 885.871L1072.95 895.066L1088.31 879.761Z' fill='%23FDF2E1'/%3E%3Cpath d='M1067.3 885.885L1059.27 893.624L1056.16 880.563L1060.4 875.363L1067.3 885.885Z' fill='%23FDF2E1'/%3E%3Cpath d='M1071.56 802.243C1071.56 802.243 1095.14 801.705 1094.07 828.221L1094.41 861.613C1094.5 869.489 1090.54 876.865 1083.92 881.14C1074.33 887.341 1061.64 885.567 1054.12 876.971L1050.59 872.938C1046.76 868.564 1044.72 862.902 1044.92 857.087C1045.56 838.455 1049.5 798.537 1071.55 802.243H1071.56Z' fill='%23FDC79A'/%3E%3Cpath d='M1068.9 840.357C1068.95 841.828 1068.56 844.269 1066.72 844.678C1065.47 844.959 1064.4 843.45 1063.07 843.784C1061.46 844.186 1060.7 846.156 1061.02 847.619C1061.59 850.295 1063.24 851 1065.73 850.288L1070.03 850.083L1070.75 841.388L1068.91 840.365L1068.9 840.357Z' fill='%23FDC79A'/%3E%3Cpath d='M1065.89 850.614C1065.88 850.554 1065.6 850.614 1065.1 850.652C1064.61 850.69 1063.85 850.751 1063.1 850.394C1061.65 849.796 1060.58 846.528 1062.57 844.846C1063.06 844.474 1063.62 844.315 1064.15 844.504C1064.7 844.671 1065.23 845.043 1065.88 845.255C1066.2 845.361 1066.57 845.406 1066.91 845.331C1067.24 845.255 1067.53 845.134 1067.78 844.952C1068.29 844.603 1068.59 844.118 1068.79 843.678C1069.16 842.776 1069.2 842.003 1069.2 841.487C1069.19 840.964 1069.12 840.684 1069.07 840.684C1068.93 840.661 1069.06 841.874 1068.32 843.451C1068.12 843.83 1067.84 844.201 1067.45 844.444C1067.04 844.694 1066.57 844.808 1066.09 844.611C1065.58 844.436 1065.07 844.057 1064.36 843.822C1064.01 843.708 1063.59 843.655 1063.19 843.754C1062.81 843.845 1062.44 844.027 1062.12 844.269C1060.88 845.293 1060.57 846.923 1060.9 848.181C1061.18 849.394 1061.92 850.508 1062.9 850.864C1063.85 851.221 1064.65 851.046 1065.15 850.925C1065.66 850.789 1065.91 850.645 1065.9 850.607L1065.89 850.614Z' fill='%23EC946F'/%3E%3Cpath opacity='0.14' d='M1069.78 848.575C1069.93 847.574 1068.34 846.468 1066.21 845.74C1064.06 845.012 1061.96 845.05 1061.61 846.005C1061.26 846.938 1062.72 848.416 1065.06 849.204C1067.41 850.008 1069.62 849.576 1069.77 848.583L1069.78 848.575Z' fill='%23F25151'/%3E%3Cpath d='M1048.25 835.75C1048.25 835.75 1038.19 833.817 1038.38 841.549C1038.58 849.281 1048.05 847.735 1048.05 847.735V847.151L1048.25 835.75Z' fill='%23FDC79A'/%3E%3Cpath d='M1045.02 844.269C1044.99 844.224 1044.81 844.262 1044.52 844.36C1044.26 844.489 1043.84 844.572 1043.38 844.565C1042.9 844.535 1042.41 844.262 1041.98 843.799C1041.57 843.307 1041.28 842.617 1041.16 841.874C1040.88 840.335 1041.75 839.077 1042.74 838.895C1042.96 838.849 1043.18 838.796 1043.41 838.743C1043.58 838.743 1043.77 838.728 1043.95 838.728C1044.24 838.705 1044.43 838.667 1044.43 838.614C1044.44 838.561 1044.29 838.485 1043.98 838.41C1043.78 838.364 1043.59 838.326 1043.4 838.288C1043.17 838.281 1042.91 838.311 1042.61 838.334C1042.3 838.334 1042 838.531 1041.66 838.652C1041.38 838.88 1041 839.099 1040.82 839.471C1040.34 840.161 1040.19 841.101 1040.34 841.995C1040.48 842.897 1040.85 843.708 1041.41 844.307C1041.98 844.891 1042.73 845.194 1043.37 845.149C1043.99 845.08 1044.43 844.868 1044.68 844.648C1044.93 844.451 1045.05 844.322 1045.02 844.277V844.269Z' fill='%23EC946F'/%3E%3Cpath d='M1046.18 841.51C1046.03 841.313 1045.06 841.836 1043.83 841.381C1042.6 840.949 1041.51 840.404 1041.39 840.639C1041.31 840.805 1042.12 841.639 1043.58 842.17C1044.33 842.412 1045.12 842.344 1045.59 842.109C1046.06 841.874 1046.24 841.601 1046.19 841.518L1046.18 841.51Z' fill='%23EC946F'/%3E%3Cpath d='M1094.69 850.076L1094.89 832.201L1091.57 832.08L1090.27 849.272L1094.69 850.076Z' fill='%23974D38'/%3E%3Cpath d='M1043.34 843.435L1046.04 827.266L1049.05 827.698L1047.45 843.427L1043.34 843.435Z' fill='%23974D38'/%3E%3Cpath d='M1094.11 836.621C1094.11 836.621 1104.17 834.688 1103.98 842.42C1103.78 850.152 1094.31 848.606 1094.31 848.606V848.022L1094.12 836.621H1094.11Z' fill='%23FDC79A'/%3E%3Cpath d='M1097.34 845.134C1097.31 845.18 1097.43 845.309 1097.68 845.506C1097.92 845.725 1098.37 845.938 1098.98 846.006C1099.62 846.059 1100.37 845.748 1100.95 845.165C1101.5 844.566 1101.87 843.747 1102.02 842.853C1102.17 841.958 1102.02 841.018 1101.53 840.328C1101.35 839.949 1100.97 839.729 1100.7 839.51C1100.35 839.388 1100.05 839.191 1099.75 839.191C1099.45 839.168 1099.18 839.138 1098.95 839.146C1098.76 839.184 1098.57 839.229 1098.38 839.267C1098.06 839.343 1097.9 839.419 1097.92 839.472C1097.93 839.525 1098.11 839.563 1098.41 839.585C1098.59 839.585 1098.77 839.601 1098.94 839.601C1099.17 839.654 1099.39 839.699 1099.61 839.752C1100.61 839.934 1101.49 841.192 1101.19 842.731C1101.07 843.474 1100.78 844.164 1100.38 844.657C1099.95 845.119 1099.45 845.392 1098.97 845.422C1098.5 845.43 1098.09 845.346 1097.83 845.218C1097.55 845.119 1097.37 845.081 1097.34 845.127L1097.34 845.134Z' fill='%23EC946F'/%3E%3Cpath d='M1096.18 842.382C1096.18 842.382 1096.2 842.397 1096.23 842.412C1096.27 842.435 1096.3 842.457 1096.36 842.488C1096.47 842.556 1096.64 842.639 1096.87 842.715C1096.98 842.745 1097.1 842.791 1097.24 842.806C1097.31 842.814 1097.37 842.829 1097.45 842.836C1097.53 842.836 1097.6 842.836 1097.68 842.836C1097.99 842.836 1098.33 842.776 1098.67 842.67C1099.35 842.45 1099.92 842.124 1100.33 841.896C1100.52 841.783 1100.68 841.692 1100.8 841.616C1100.86 841.586 1100.89 841.563 1100.93 841.54C1100.96 841.525 1100.98 841.51 1100.98 841.51C1100.98 841.51 1100.96 841.51 1100.93 841.533C1100.89 841.548 1100.85 841.57 1100.8 841.601C1100.67 841.669 1100.51 841.752 1100.31 841.866C1099.9 842.086 1099.33 842.404 1098.66 842.624C1098.32 842.73 1097.98 842.783 1097.68 842.791C1097.6 842.791 1097.53 842.791 1097.46 842.791C1097.38 842.791 1097.31 842.776 1097.25 842.768C1097.11 842.761 1096.99 842.715 1096.87 842.685C1096.65 842.617 1096.48 842.541 1096.37 842.472C1096.31 842.442 1096.27 842.419 1096.23 842.404C1096.2 842.389 1096.18 842.382 1096.18 842.382Z' fill='%23EC946F'/%3E%3Cpath d='M1056.4 876.941C1056.4 876.941 1056.41 876.956 1056.44 876.979C1056.47 877.002 1056.5 877.039 1056.55 877.077C1056.66 877.168 1056.8 877.297 1057 877.456C1057.38 877.798 1057.96 878.252 1058.69 878.791C1058.88 878.919 1059.07 879.056 1059.27 879.2C1059.37 879.268 1059.48 879.344 1059.58 879.42C1059.69 879.496 1059.8 879.556 1059.92 879.632C1060.15 879.776 1060.38 879.92 1060.62 880.072C1060.87 880.216 1061.13 880.352 1061.4 880.496C1062.46 881.057 1063.69 881.573 1065.03 881.929C1066.37 882.285 1067.7 882.444 1068.9 882.497C1069.05 882.497 1069.19 882.513 1069.35 882.513C1069.49 882.513 1069.63 882.528 1069.78 882.52C1070.07 882.52 1070.34 882.513 1070.61 882.505C1070.74 882.505 1070.87 882.505 1071 882.497C1071.13 882.49 1071.26 882.482 1071.38 882.475C1071.63 882.459 1071.86 882.444 1072.09 882.429C1073 882.346 1073.73 882.262 1074.23 882.187C1074.48 882.149 1074.68 882.118 1074.81 882.103C1074.88 882.096 1074.92 882.088 1074.96 882.08C1074.99 882.08 1075.01 882.073 1075.01 882.073C1075.01 882.073 1075 882.073 1074.96 882.073C1074.92 882.073 1074.88 882.08 1074.81 882.088C1074.67 882.103 1074.47 882.134 1074.22 882.164C1073.72 882.24 1072.99 882.315 1072.08 882.391C1071.86 882.406 1071.62 882.422 1071.37 882.429C1071.25 882.429 1071.12 882.444 1070.99 882.452C1070.86 882.459 1070.73 882.452 1070.6 882.459C1070.33 882.459 1070.05 882.459 1069.77 882.467C1069.63 882.467 1069.48 882.467 1069.34 882.452C1069.19 882.452 1069.04 882.437 1068.89 882.437C1067.69 882.376 1066.37 882.217 1065.03 881.861C1063.69 881.504 1062.47 880.989 1061.4 880.436C1061.14 880.291 1060.88 880.163 1060.63 880.019C1060.39 879.867 1060.15 879.723 1059.93 879.586C1059.81 879.518 1059.7 879.45 1059.59 879.374C1059.49 879.298 1059.38 879.23 1059.28 879.162C1059.08 879.018 1058.88 878.889 1058.7 878.753C1057.97 878.214 1057.38 877.76 1057 877.426C1056.8 877.267 1056.65 877.138 1056.55 877.055C1056.5 877.017 1056.46 876.979 1056.43 876.956C1056.4 876.933 1056.39 876.926 1056.39 876.926L1056.4 876.941Z' fill='%23EC946F'/%3E%3Cpath d='M1091.5 832.308L1088.98 810.106C1088.98 810.106 1091.28 808.43 1093.37 811.212C1100.3 820.476 1094.89 832.195 1094.89 832.195L1091.5 832.308Z' fill='%23974D38'/%3E%3Cpath d='M1048.91 828.282L1056.33 808.694C1056.33 808.694 1054.64 806.64 1052.09 808.694C1043.65 815.501 1045.85 827.403 1045.85 827.403L1048.91 828.29V828.282Z' fill='%23974D38'/%3E%3Cpath opacity='0.2' d='M1085.92 830.866L1071.57 831.389L1071.52 827.5L1086.78 828.053L1085.92 830.866Z' fill='black'/%3E%3Cpath d='M1085.43 829.799L1071.08 830.322L1071.02 826.434L1086.29 826.995L1085.43 829.799Z' fill='%23A05F4F'/%3E%3Cpath opacity='0.2' d='M1052.08 835.437L1064.97 831.359L1063.85 827.895L1050.48 833.216L1052.08 835.437Z' fill='black'/%3E%3Cpath d='M1052.71 834.369L1065.6 830.298L1064.47 826.834L1051.11 832.148L1052.71 834.369Z' fill='%23A05F4F'/%3E%3Cpath opacity='0.2' d='M1075.06 837.531C1075.28 839.555 1076.48 841.086 1077.75 840.95C1079.01 840.813 1079.86 839.055 1079.63 837.031C1079.41 834.999 1078.21 833.476 1076.94 833.612C1075.67 833.748 1074.83 835.507 1075.05 837.531H1075.06Z' fill='black'/%3E%3Cpath opacity='0.2' d='M1059.92 838.887C1060.14 840.911 1061.29 842.45 1062.49 842.321C1063.69 842.192 1064.47 840.441 1064.25 838.417C1064.03 836.393 1062.87 834.854 1061.68 834.991C1060.48 835.12 1059.69 836.871 1059.91 838.895L1059.92 838.887Z' fill='black'/%3E%3Cpath d='M1075.83 836.841C1076.02 838.531 1076.82 839.835 1077.61 839.752C1078.41 839.668 1078.91 838.22 1078.72 836.53C1078.53 834.832 1077.73 833.536 1076.94 833.619C1076.14 833.71 1075.64 835.15 1075.83 836.848V836.841Z' fill='%23574C4A'/%3E%3Cpath d='M1060.51 838.272C1060.7 839.97 1061.5 841.266 1062.3 841.183C1063.09 841.092 1063.59 839.652 1063.4 837.954C1063.21 836.263 1062.42 834.959 1061.62 835.043C1060.83 835.134 1060.33 836.574 1060.51 838.272Z' fill='%23574C4A'/%3E%3Cpath d='M1084.67 851.621C1084.67 851.621 1087.13 859.027 1070.32 860.68C1054.41 862.241 1055.53 854.085 1055.53 854.085C1052.38 862.097 1056.91 870.004 1070.81 868.48C1084.71 866.956 1087.91 857.837 1084.68 851.621H1084.67Z' fill='%23900A00'/%3E%3Cpath d='M1070.8 868.481C1062.73 869.368 1057.82 867.071 1055.74 863.425C1055.27 861.803 1055.58 859.65 1056.01 856.587C1057.08 858.839 1060.38 861.659 1070.31 860.681C1080.77 859.65 1083.78 856.398 1084.54 854.086C1084.76 855.579 1085.02 858.323 1084.61 861.045C1082.67 864.63 1078.29 867.655 1070.8 868.474V868.481Z' fill='white'/%3E%3Cpath d='M1055.59 859.961C1055.68 858.975 1055.83 857.861 1056 856.587C1057.07 858.839 1060.37 861.659 1070.31 860.681C1080.77 859.65 1083.77 856.398 1084.54 854.086C1084.69 855.147 1084.87 856.853 1084.8 858.725C1083.79 858.164 1083.81 857.08 1080.7 858.899C1074.34 862.606 1065.42 862.963 1060.56 861.014C1057.69 859.87 1056.65 858.611 1055.57 859.953L1055.59 859.961Z' fill='%23C2C2C2'/%3E%3Cpath d='M1082.35 861.279C1082.35 861.279 1077.14 864.592 1070.98 864.258C1071.66 865.464 1079.68 864.493 1082.35 861.279Z' fill='%23C2C2C2'/%3E%3Cpath d='M1108.87 916.185C1106.28 920.916 1109.07 927.435 1115.11 930.74C1121.15 934.045 1128.15 932.893 1130.75 928.162C1133.34 923.432 1130.55 916.913 1124.51 913.608C1118.47 910.303 1111.47 911.455 1108.87 916.185Z' fill='%2385BFD6'/%3E%3Cpath d='M1129.84 926.303C1131.2 921.899 1127.69 915.334 1118.1 912.219C1106.6 908.482 1088.76 906.928 1088.76 906.928L1088.39 909.02C1088.39 909.02 1104.46 925.113 1114.26 929.351C1120.83 932.193 1128.15 931.723 1129.84 926.296V926.303Z' fill='%23FDC79A'/%3E%3Cpath d='M1112.35 927.304C1118.53 930.056 1125.36 929.707 1126.87 924.628C1127.96 920.952 1125.4 915.615 1118.45 912.348C1127.77 915.502 1131.19 921.96 1129.84 926.311C1128.15 931.739 1120.83 932.209 1114.26 929.366C1104.46 925.129 1088.39 909.035 1088.39 909.035L1088.46 908.664C1091.29 911.446 1104.2 923.681 1112.35 927.312V927.304Z' fill='%23F2B080'/%3E%3Cpath d='M1080.73 911.976C1080.97 912.022 1081.22 912.052 1081.48 912.052C1083.42 912.052 1084.45 910.574 1084.45 908.747C1084.45 906.92 1083.42 905.442 1081.48 905.442C1081.22 905.442 1080.97 905.472 1080.73 905.518V904.13C1081.01 904.085 1081.3 904.055 1081.6 904.055C1084.34 904.055 1085.8 906.154 1085.8 908.747C1085.8 911.339 1084.34 913.439 1081.6 913.439C1081.3 913.439 1081.02 913.409 1080.73 913.363V911.976Z' fill='%23065082'/%3E%3Cpath d='M1085.79 908.559V908.748C1085.79 911.341 1084.34 913.44 1081.59 913.44C1081.29 913.44 1081.01 913.41 1080.72 913.365V912.986C1081 913.031 1081.29 913.061 1081.59 913.061C1084.27 913.061 1085.71 911.06 1085.79 908.559Z' fill='%23003260'/%3E%3Cpath d='M1084.44 908.368V908.557C1084.36 906.821 1083.35 905.442 1081.47 905.442C1081.22 905.442 1080.97 905.472 1080.72 905.517V905.138C1080.97 905.085 1081.22 905.062 1081.47 905.062C1083.41 905.062 1084.44 906.541 1084.44 908.368Z' fill='%23003260'/%3E%3Cpath d='M1070.31 915.935H1081.01V901.555H1070.31V915.935Z' fill='%231D74A8'/%3E%3Cpath d='M1070.31 915.935H1075.8V901.555H1070.31V915.935Z' fill='%23065082'/%3E%3Cpath d='M1071.13 915.935H1074.03V901.555H1071.13V915.935Z' fill='%23003260'/%3E%3Cpath d='M1070.31 902.184H1081.01V901.555H1070.31V902.184Z' fill='%23065082'/%3E%3Cpath d='M1080.25 901.934H1076.66C1076.66 901.934 1078.07 909.597 1078.79 909.597C1079.5 909.597 1080.26 901.934 1080.26 901.934' fill='%23065082'/%3E%3Cpath d='M1079.59 915.607H1077.56C1077.56 915.607 1078.34 913.053 1078.79 913.053C1079.23 913.053 1079.59 915.607 1079.59 915.607Z' fill='%23065082'/%3E%3Cpath d='M1076.13 900.811C1076.13 900.811 1075.94 899.461 1076.45 898.226C1077.31 896.134 1078.7 895.042 1077.06 893.928C1076.17 894.618 1075.25 895.3 1074.32 895.99C1075.03 896.414 1075.64 896.831 1075.69 897.089C1075.81 897.718 1075.37 898.794 1075.37 899.234C1075.37 899.674 1076.13 900.811 1076.13 900.811Z' fill='%23A6D9F2'/%3E%3Cpath d='M1081.89 905.874C1082.92 905.799 1086.84 906.337 1088.89 906.966C1090.21 908.27 1088.52 909.157 1088.52 909.157C1088.52 909.157 1084.29 911.946 1083.14 911.87C1083.14 911.87 1082.19 912.014 1082.36 910.847L1082.33 910.794C1082.17 910.711 1081.29 910.21 1081.86 909.286V909.263C1081.73 909.172 1080.77 908.482 1081.54 907.383V907.246C1081.37 906.958 1080.89 905.965 1081.9 905.874H1081.89Z' fill='%23FDC79A'/%3E%3Cpath d='M1081.82 905.891C1081.44 906.186 1081.75 906.846 1081.87 907.073V907.202C1081.14 908.256 1082.06 908.923 1082.19 909.006V909.029C1081.64 909.916 1082.49 910.401 1082.64 910.477L1082.67 910.53C1082.51 911.652 1083.42 911.515 1083.42 911.515C1084.46 911.583 1088.88 908.673 1089.39 908.043C1089.33 908.673 1088.51 909.173 1088.51 909.173C1088.51 909.173 1084.28 911.963 1083.13 911.887C1083.13 911.887 1082.18 912.031 1082.35 910.863L1082.33 910.81C1082.17 910.727 1081.29 910.227 1081.85 909.302V909.279C1081.72 909.188 1080.76 908.498 1081.53 907.399V907.263C1081.36 906.982 1080.91 906.035 1081.82 905.898V905.891Z' fill='%23F2B080'/%3E%3Cpath d='M1070.31 915.935H1081.01V915.609H1070.31V915.935Z' fill='%23A6D9F2'/%3E%3Cpath d='M1025.31 892.436L1017.44 891.807C1017.44 891.807 1016.51 886.372 1015.95 884.666C1015.38 882.961 1013.76 880.467 1013.23 878.602C1012.13 874.713 1015.34 872.75 1015.34 872.75L1021.13 868.156C1021.13 868.156 1024.27 878.579 1024.77 880.02C1025.26 881.467 1022.91 884.128 1022.68 885.205C1022.35 886.789 1025.53 892.656 1025.59 892.565L1025.31 892.436H1025.31Z' fill='%23FDC79A'/%3E%3Cpath d='M1023.35 875.607C1023.35 875.607 1021.09 867.352 1020.03 864.342C1018.97 861.325 1018.24 858.801 1017.85 857.626C1017.45 856.443 1014.84 855.344 1015.81 859.112C1016.81 862.993 1020.04 874.06 1020.04 874.06L1023.34 875.614L1023.35 875.607Z' fill='%23FDC79A'/%3E%3Cpath d='M1020.06 872.423C1020.06 872.423 1018.77 868.655 1018.16 867.594C1017.55 866.533 1015.38 867.306 1015.71 868.602C1016.14 870.3 1017.03 872.438 1017.96 873.53C1018.89 874.621 1020.72 874.295 1020.06 872.423Z' fill='%23FDC79A'/%3E%3Cpath d='M1017.95 874.765C1017.95 874.765 1016.57 870.551 1015.95 869.489C1015.34 868.428 1013.02 869.292 1013.61 870.945C1014.2 872.597 1014.93 874.781 1015.86 875.872C1016.79 876.964 1018.47 876.281 1017.95 874.773V874.765Z' fill='%23FDC79A'/%3E%3Cpath d='M1016.2 877.131C1016.2 877.131 1014.96 873.371 1014.4 872.401C1013.84 871.431 1011.76 872.341 1012.3 873.849C1012.84 875.358 1013.43 877.146 1014.29 878.14C1015.14 879.14 1016.81 878.837 1016.2 877.131Z' fill='%23FDC79A'/%3E%3Cpath d='M1018.62 883.808C1018.62 883.808 1017.99 879.957 1018.54 878.251C1019.04 876.69 1019.47 875.947 1019.47 875.947C1019.47 875.947 1017.82 873.013 1017.83 870.913C1017.85 868.988 1018.81 868.723 1018.81 868.723C1018.81 868.723 1017.46 868.768 1017.4 871.103C1017.35 873.172 1018.88 876.091 1018.88 876.091C1018.88 876.091 1017.3 877.887 1017.4 880.548C1017.45 881.928 1018.62 883.8 1018.62 883.8L1018.62 883.808Z' fill='%23F2B080'/%3E%3Cpath d='M1019.63 869.564C1020.49 872.24 1022.62 874.363 1024.14 878.054C1023.85 876.97 1022.99 874.317 1022.99 874.317C1022.99 874.317 1020.63 870.891 1019.63 869.564Z' fill='%23F2B080'/%3E%3Cpath d='M1013.93 871.868C1013.93 871.868 1015.4 874.878 1015.7 875.742C1016 876.606 1016.41 877.447 1016.29 878.122C1016.18 878.797 1015.72 878.964 1014.94 878.6C1014.17 878.236 1013.14 876.098 1013.14 876.098C1013.14 876.098 1013.56 878.433 1015.01 879.161C1016.12 879.714 1016.73 878.804 1016.88 877.971C1017 877.349 1016.69 876.5 1016.69 876.5C1016.69 876.5 1017.64 876.697 1017.97 875.984C1018.3 875.272 1017.95 873.892 1017.95 873.892C1017.95 873.892 1017.73 872.407 1017.39 871.747C1017.05 871.088 1015.96 869.48 1015.96 869.48C1015.96 869.48 1017.15 872.558 1017.35 873.483C1017.56 874.408 1017.66 875.173 1017.43 875.537C1017.2 875.901 1016.92 875.916 1016.72 875.878C1016.22 875.78 1016.09 875.643 1013.93 871.861V871.868Z' fill='%23F2B080'/%3E%3Cpath d='M1019.27 868.723C1018.74 868.761 1018.5 869.185 1018.53 869.86C1018.56 870.519 1018.96 870.974 1018.96 870.974C1018.96 870.974 1019.52 870.83 1020.02 870.587C1019.78 869.86 1019.36 868.965 1019.27 868.723Z' fill='%23FDE0D1'/%3E%3Cpath d='M1016.06 878.033C1016.07 878.366 1015.86 878.745 1015.35 878.503C1014.96 878.313 1014.52 877.631 1014.52 877.631L1015.69 876.926C1015.69 876.926 1016.06 877.638 1016.07 878.033H1016.06Z' fill='%23FDE0D1'/%3E%3Cpath d='M1017.31 875.137C1017.26 875.47 1016.99 875.811 1016.53 875.485C1016.17 875.235 1015.84 874.492 1015.84 874.492L1017.11 873.984C1017.11 873.984 1017.35 874.742 1017.31 875.137Z' fill='%23FDE0D1'/%3E%3Cpath d='M1018.24 860.3C1018.24 860.3 1017.96 860.467 1017.54 860.619C1017.11 860.77 1016.8 860.732 1016.8 860.732C1016.8 860.732 1017.1 860.368 1017.46 860.277C1017.82 860.186 1018.24 860.3 1018.24 860.3Z' fill='%23F2B080'/%3E%3Cpath d='M1019.36 864.41C1019.36 864.41 1019.08 864.576 1018.66 864.728C1018.23 864.88 1017.92 864.842 1017.92 864.842C1017.92 864.842 1018.22 864.478 1018.58 864.387C1018.95 864.296 1019.36 864.41 1019.36 864.41Z' fill='%23F2B080'/%3E%3Cpath d='M1238.3 1068.85C1238.3 1072.25 1210.28 1075 1175.71 1075C1141.15 1075 1113.12 1072.25 1113.12 1068.85C1113.12 1065.46 1141.15 1062.71 1175.71 1062.71C1210.28 1062.71 1238.3 1065.46 1238.3 1068.85Z' fill='%23D0E0F1'/%3E%3Cpath d='M905.002 1036.4C902.62 1030.78 899.943 1025.22 896.969 1019.76C893.981 1014.27 890.704 1008.86 887.146 1003.56C883.627 998.318 879.834 993.179 875.776 988.16C871.672 983.097 867.303 978.154 862.683 973.348C858.079 968.565 853.232 963.926 848.142 959.446C847.512 958.892 846.875 958.339 846.238 957.786C845.775 957.392 845.889 956.74 846.382 956.436C846.913 956.103 847.672 956.937 848.134 957.331C853.315 961.803 858.253 965.73 862.949 970.513C867.606 975.259 872.021 980.155 876.17 985.174C880.38 990.26 884.332 995.475 887.996 1000.8C891.622 1006.07 894.974 1011.45 898.031 1016.91C901.088 1022.38 903.857 1027.93 906.322 1033.57C906.626 1034.26 906.929 1034.96 907.225 1035.66C907.437 1036.16 907.301 1036.71 906.648 1036.92C906.102 1037.1 905.215 1036.9 905.002 1036.39V1036.4Z' fill='%2398F3B5'/%3E%3Cpath d='M849.408 959.209C847.254 956.033 845.342 953.023 842.225 950.787C840.981 949.893 838.804 949.294 837.286 949.104C836.581 949.021 835.625 949.294 835.633 950.006C835.633 950.241 835.754 950.461 835.876 950.666C836.991 952.478 838.713 954.433 840.495 955.593C843.347 957.45 846.343 957.723 849.416 959.209' fill='%2398F3B5'/%3E%3Cpath d='M853.078 962.356C854.163 958.581 855.293 955.101 855.012 951.182C854.899 949.621 853.95 947.513 853.101 946.187C852.706 945.573 851.864 945.004 851.303 945.474C851.113 945.633 851.022 945.868 850.939 946.103C850.241 948.165 849.831 950.803 850.082 952.964C850.484 956.428 852.236 958.967 853.078 962.356Z' fill='%2398F3B5'/%3E%3Cpath d='M853.572 962.515C849.695 961.863 846.108 961.135 842.247 961.855C840.707 962.143 838.712 963.326 837.498 964.319C836.929 964.781 836.459 965.683 836.99 966.183C837.164 966.35 837.415 966.418 837.65 966.472C839.781 966.934 842.451 967.04 844.568 966.547C847.966 965.759 850.295 963.735 853.564 962.522' fill='%2398F3B5'/%3E%3Cpath d='M862.614 971.284C863.789 967.198 865.011 963.431 864.707 959.194C864.586 957.503 863.554 955.221 862.636 953.789C862.212 953.122 861.301 952.508 860.695 953.016C860.49 953.182 860.391 953.44 860.308 953.69C859.549 955.919 859.109 958.777 859.382 961.119C859.822 964.871 861.711 967.615 862.621 971.277' fill='%2398F3B5'/%3E%3Cpath d='M863.04 971.035C858.845 970.322 854.961 969.541 850.782 970.314C849.113 970.625 846.959 971.906 845.646 972.975C845.032 973.475 844.524 974.446 845.1 974.991C845.29 975.173 845.563 975.249 845.821 975.302C848.127 975.803 851.017 975.924 853.315 975.386C856.994 974.529 859.512 972.338 863.055 971.027' fill='%2398F3B5'/%3E%3Cpath d='M873.44 982.906C874.942 977.676 876.505 972.87 876.11 967.442C875.958 965.274 874.639 962.364 873.463 960.537C872.917 959.688 871.749 958.899 870.975 959.551C870.717 959.771 870.58 960.097 870.474 960.415C869.511 963.266 868.942 966.919 869.291 969.914C869.852 974.704 872.272 978.222 873.433 982.906' fill='%2398F3B5'/%3E%3Cpath d='M873.713 983.36C868.35 982.451 863.389 981.45 858.042 982.443C855.91 982.837 853.157 984.475 851.473 985.847C850.691 986.483 850.039 987.727 850.775 988.424C851.017 988.659 851.359 988.75 851.693 988.826C854.636 989.463 858.337 989.614 861.265 988.932C865.968 987.84 869.192 985.043 873.713 983.36Z' fill='%2398F3B5'/%3E%3Cpath d='M882.533 994.528C884.475 989.449 886.432 984.787 886.508 979.352C886.538 977.184 885.469 974.167 884.452 972.249C883.982 971.355 882.89 970.476 882.063 971.059C881.79 971.256 881.63 971.567 881.494 971.878C880.288 974.637 879.415 978.23 879.507 981.24C879.658 986.061 881.767 989.768 882.533 994.536' fill='%2398F3B5'/%3E%3Cpath d='M882.77 995.004C877.498 993.647 872.643 992.222 867.227 992.768C865.065 992.98 862.183 994.383 860.393 995.603C859.558 996.171 858.8 997.354 859.475 998.112C859.702 998.362 860.029 998.483 860.355 998.59C863.237 999.477 866.909 999.939 869.89 999.507C874.668 998.817 878.112 996.3 882.77 995.004Z' fill='%2398F3B5'/%3E%3Cpath d='M890.925 1006.78C892.745 1002.75 894.558 999.068 894.884 994.657C895.013 992.898 894.293 990.396 893.564 988.789C893.223 988.039 892.381 987.273 891.683 987.705C891.448 987.849 891.304 988.099 891.182 988.342C890.075 990.525 889.188 993.398 889.119 995.839C889.005 999.758 890.545 1002.87 890.932 1006.77' fill='%2398F3B5'/%3E%3Cpath d='M891.081 1007.18C886.871 1005.82 883.003 1004.43 878.58 1004.61C876.82 1004.68 874.416 1005.67 872.899 1006.58C872.193 1007 871.526 1007.93 872.034 1008.57C872.201 1008.79 872.466 1008.91 872.724 1009C875.015 1009.85 877.973 1010.41 880.416 1010.2C884.33 1009.87 887.243 1008 891.081 1007.18Z' fill='%2398F3B5'/%3E%3Cpath d='M897.332 1017.7C899.107 1014.46 900.851 1011.51 901.397 1007.87C901.617 1006.41 901.177 1004.29 900.669 1002.9C900.434 1002.26 899.782 1001.57 899.175 1001.88C898.97 1001.99 898.834 1002.18 898.72 1002.38C897.658 1004.12 896.74 1006.46 896.528 1008.49C896.186 1011.74 897.263 1014.43 897.339 1017.7' fill='%2398F3B5'/%3E%3Cpath d='M897.448 1018.05C894.035 1016.65 890.902 1015.25 887.215 1015.11C885.744 1015.06 883.681 1015.74 882.361 1016.4C881.746 1016.7 881.132 1017.43 881.511 1017.99C881.64 1018.18 881.853 1018.3 882.057 1018.4C883.908 1019.25 886.336 1019.91 888.376 1019.89C891.653 1019.87 894.194 1018.5 897.441 1018.05' fill='%2398F3B5'/%3E%3Cpath d='M902.405 1026.92C904.104 1024.41 905.75 1022.13 906.478 1019.19C906.766 1018.02 906.577 1016.25 906.266 1015.08C906.122 1014.54 905.644 1013.92 905.12 1014.14C904.946 1014.2 904.817 1014.36 904.711 1014.51C903.71 1015.85 902.784 1017.68 902.45 1019.33C901.919 1021.96 902.595 1024.23 902.405 1026.92Z' fill='%2398F3B5'/%3E%3Cpath d='M902.467 1027.21C899.782 1025.8 897.332 1024.42 894.328 1024.03C893.129 1023.87 891.392 1024.27 890.262 1024.7C889.739 1024.91 889.177 1025.46 889.45 1025.95C889.541 1026.11 889.708 1026.22 889.868 1026.32C891.316 1027.16 893.243 1027.88 894.919 1028.03C897.597 1028.25 899.782 1027.33 902.467 1027.21' fill='%2398F3B5'/%3E%3Cpath d='M893.781 1035.95C891.02 1033.47 888.107 1031.1 885.058 1028.86C881.994 1026.61 878.793 1024.48 875.47 1022.48C872.178 1020.5 868.765 1018.65 865.23 1016.94C861.665 1015.21 857.978 1013.62 854.193 1012.17C850.423 1010.73 846.555 1009.43 842.595 1008.28C842.102 1008.13 841.609 1008 841.116 1007.85C840.759 1007.75 840.653 1007.37 840.843 1007.07C841.048 1006.75 841.685 1007.01 842.041 1007.11C846.054 1008.23 849.786 1009.12 853.601 1010.54C857.394 1011.95 861.088 1013.51 864.668 1015.2C868.302 1016.91 871.822 1018.76 875.22 1020.75C878.58 1022.71 881.812 1024.81 884.914 1027.02C888.009 1029.24 890.975 1031.59 893.781 1034.05C894.13 1034.35 894.472 1034.66 894.813 1034.97C895.056 1035.19 895.124 1035.52 894.813 1035.81C894.563 1036.05 894.016 1036.17 893.774 1035.95H893.781Z' fill='%23179954'/%3E%3Cpath d='M843.227 1007.82C841.216 1006.63 839.388 1005.46 837.098 1005.03C836.18 1004.87 834.83 1005.09 833.942 1005.38C833.532 1005.52 833.077 1005.91 833.267 1006.31C833.328 1006.44 833.449 1006.53 833.57 1006.61C834.648 1007.32 836.104 1007.95 837.386 1008.13C839.434 1008.41 841.156 1007.79 843.227 1007.82Z' fill='%23179954'/%3E%3Cpath d='M846.064 1008.6C845.685 1006.24 845.404 1004.03 844.236 1001.95C843.774 1001.11 842.704 1000.2 841.892 999.697C841.513 999.462 840.906 999.363 840.717 999.765C840.656 999.902 840.663 1000.05 840.679 1000.2C840.83 1001.52 841.285 1003.08 841.983 1004.21C843.098 1006.01 844.722 1006.96 846.057 1008.6' fill='%23179954'/%3E%3Cpath d='M846.374 1008.56C844.068 1009.2 841.914 1009.73 839.964 1011.12C839.19 1011.67 838.402 1012.84 837.984 1013.7C837.795 1014.1 837.764 1014.71 838.189 1014.86C838.333 1014.9 838.485 1014.88 838.629 1014.84C839.919 1014.55 841.421 1013.92 842.46 1013.1C844.128 1011.79 844.887 1010.07 846.374 1008.56Z' fill='%23179954'/%3E%3Cpath d='M853.62 1011.05C853.21 1008.5 852.907 1006.11 851.647 1003.86C851.139 1002.96 849.986 1001.97 849.114 1001.42C848.704 1001.16 848.044 1001.06 847.847 1001.49C847.779 1001.64 847.786 1001.8 847.809 1001.96C847.968 1003.39 848.461 1005.07 849.22 1006.29C850.434 1008.24 852.178 1009.26 853.627 1011.05' fill='%23179954'/%3E%3Cpath d='M853.784 1010.8C851.289 1011.49 848.953 1012.06 846.851 1013.58C846.009 1014.18 845.16 1015.44 844.712 1016.37C844.5 1016.8 844.477 1017.47 844.932 1017.62C845.084 1017.67 845.251 1017.64 845.41 1017.6C846.806 1017.28 848.429 1016.6 849.552 1015.71C851.357 1014.3 852.176 1012.44 853.784 1010.8Z' fill='%23179954'/%3E%3Cpath d='M862.585 1014.65C862.062 1011.39 861.675 1008.34 860.059 1005.45C859.415 1004.3 857.936 1003.03 856.82 1002.33C856.297 1002.01 855.455 1001.87 855.197 1002.43C855.114 1002.62 855.121 1002.83 855.144 1003.04C855.349 1004.86 855.986 1007.02 856.949 1008.57C858.497 1011.07 860.735 1012.38 862.585 1014.65Z' fill='%23179954'/%3E%3Cpath d='M862.849 1014.84C859.663 1015.72 856.675 1016.45 853.982 1018.38C852.912 1019.15 851.82 1020.76 851.244 1021.95C850.978 1022.5 850.94 1023.36 851.524 1023.55C851.721 1023.61 851.934 1023.58 852.131 1023.53C853.914 1023.12 855.992 1022.25 857.433 1021.12C859.739 1019.3 860.786 1016.94 862.849 1014.84Z' fill='%23179954'/%3E%3Cpath d='M870.587 1018.7C870.344 1015.4 870.215 1012.33 868.85 1009.32C868.304 1008.12 866.939 1006.74 865.884 1005.94C865.391 1005.57 864.564 1005.37 864.261 1005.91C864.162 1006.09 864.155 1006.3 864.162 1006.51C864.215 1008.33 864.663 1010.54 865.49 1012.17C866.817 1014.78 868.941 1016.28 870.595 1018.7' fill='%23179954'/%3E%3Cpath d='M870.847 1018.91C867.593 1019.52 864.559 1019.99 861.714 1021.69C860.584 1022.36 859.355 1023.88 858.688 1025.02C858.377 1025.55 858.263 1026.4 858.832 1026.63C859.021 1026.71 859.234 1026.69 859.439 1026.66C861.252 1026.4 863.391 1025.71 864.923 1024.71C867.373 1023.09 868.625 1020.82 870.847 1018.91Z' fill='%23179954'/%3E%3Cpath d='M878.378 1023.28C878.34 1020.59 878.386 1018.09 877.422 1015.59C877.035 1014.59 875.996 1013.4 875.177 1012.7C874.798 1012.37 874.13 1012.17 873.857 1012.59C873.766 1012.73 873.751 1012.9 873.743 1013.07C873.698 1014.55 873.956 1016.37 874.547 1017.73C875.503 1019.91 877.149 1021.23 878.37 1023.28' fill='%23179954'/%3E%3Cpath d='M878.568 1023.46C875.898 1023.8 873.41 1024.04 871.028 1025.27C870.073 1025.77 869.011 1026.93 868.411 1027.83C868.131 1028.24 868.002 1028.93 868.449 1029.15C868.601 1029.22 868.776 1029.21 868.942 1029.21C870.429 1029.09 872.197 1028.63 873.486 1027.89C875.557 1026.7 876.672 1024.92 878.576 1023.47' fill='%23179954'/%3E%3Cpath d='M884.728 1027.64C884.864 1025.4 885.061 1023.33 884.424 1021.18C884.166 1020.32 883.378 1019.27 882.74 1018.63C882.445 1018.34 881.906 1018.13 881.656 1018.46C881.572 1018.57 881.549 1018.72 881.534 1018.85C881.398 1020.09 881.496 1021.6 881.906 1022.78C882.558 1024.66 883.848 1025.86 884.735 1027.64' fill='%23179954'/%3E%3Cpath d='M884.877 1027.8C882.639 1027.91 880.553 1027.95 878.49 1028.83C877.663 1029.18 876.707 1030.08 876.146 1030.78C875.888 1031.11 875.736 1031.67 876.093 1031.88C876.214 1031.95 876.358 1031.96 876.495 1031.96C877.739 1031.96 879.241 1031.69 880.356 1031.15C882.154 1030.29 883.2 1028.87 884.869 1027.8' fill='%23179954'/%3E%3Cpath d='M889.9 1031.4C890.188 1029.58 890.506 1027.9 890.15 1026.1C890.006 1025.38 889.444 1024.45 888.974 1023.89C888.754 1023.63 888.329 1023.42 888.102 1023.67C888.026 1023.75 887.996 1023.86 887.973 1023.98C887.768 1024.98 887.73 1026.23 887.973 1027.21C888.36 1028.8 889.323 1029.87 889.907 1031.4' fill='%23179954'/%3E%3Cpath d='M890.015 1031.54C888.171 1031.47 886.472 1031.34 884.712 1031.89C884.014 1032.11 883.157 1032.78 882.649 1033.31C882.414 1033.56 882.247 1034 882.52 1034.2C882.611 1034.27 882.733 1034.29 882.846 1034.3C883.863 1034.39 885.107 1034.29 886.063 1033.94C887.595 1033.37 888.558 1032.3 890.007 1031.54' fill='%23179954'/%3E%3Cpath d='M927.32 983.862C927.373 983.771 927.433 983.68 927.494 983.589C925.719 977.995 923.246 972.605 920.265 967.549C914.728 958.164 907.484 949.871 899.534 942.412C892.761 936.06 885.456 930.268 877.719 925.129C879.843 932.148 880.776 936.143 882.262 941.684C883.036 944.58 883.514 947.514 883.817 950.47C887.011 951.304 890.242 951.963 893.512 952.441C890.364 952.812 887.216 953.176 884.068 953.548C884.568 961.5 884.053 969.611 884.606 977.593C885.524 977.669 886.442 977.729 887.352 977.76C889.795 977.85 892.305 977.797 894.581 978.692C891.676 980.913 888.627 982.945 885.471 984.787C888.915 1003.81 902.129 1023.36 918.263 1033.51C924.71 1029.31 928.01 1021.59 929.466 1014.03C930.468 1008.86 930.779 1003.56 930.392 998.31C930.195 995.649 929.815 993.004 929.284 990.396C926.94 991.677 924.574 992.935 922.192 994.148C923.55 990.555 925.272 987.106 927.32 983.854V983.862Z' fill='%2343C779'/%3E%3Cpath d='M899.534 942.412C893.337 936.598 886.692 931.261 879.676 926.463C882.748 929.427 885.008 933.111 887.109 936.803C889.544 941.078 892.086 945.285 894.672 949.469C903.494 963.736 908.94 980.124 913.309 996.392C916.609 1008.67 918.301 1021.61 916.897 1032.63C917.352 1032.93 917.8 1033.23 918.263 1033.51C924.71 1029.31 928.01 1021.59 929.466 1014.03C930.468 1008.86 930.779 1003.56 930.392 998.31C930.195 995.649 929.815 993.004 929.284 990.396C926.94 991.677 924.574 992.935 922.192 994.148C923.55 990.555 925.272 987.106 927.32 983.854C927.373 983.763 927.433 983.672 927.494 983.581C925.719 977.987 923.246 972.597 920.265 967.541C914.728 958.156 907.484 949.864 899.534 942.404V942.412Z' fill='%23179954'/%3E%3Cpath d='M918.209 1028.1C917.807 1022.51 917.17 1016.93 916.29 1011.39C915.41 1005.84 914.295 1000.33 912.937 994.869C911.587 989.411 910.002 984.007 908.196 978.685C906.391 973.371 904.358 968.141 902.113 963.001C899.86 957.847 897.387 952.791 894.694 947.856C894.361 947.242 894.027 946.635 893.686 946.021C893.473 945.635 892.866 945.961 893.086 946.347C895.817 951.237 898.335 956.247 900.641 961.356C902.94 966.458 905.018 971.658 906.877 976.934C908.735 982.218 910.366 987.585 911.769 993.004C913.165 998.409 914.333 1003.87 915.274 1009.37C916.214 1014.88 916.912 1020.44 917.375 1026.02C917.436 1026.71 917.489 1027.4 917.534 1028.1C917.564 1028.54 918.255 1028.56 918.217 1028.12L918.209 1028.1Z' fill='white'/%3E%3Cpath d='M916.497 1013.81C913.197 1010.36 909.465 1007.32 905.429 1004.78C904.299 1004.06 903.146 1003.39 901.97 1002.76C901.584 1002.55 901.235 1003.14 901.622 1003.35C905.771 1005.59 909.655 1008.32 913.136 1011.5C914.122 1012.4 915.078 1013.33 916.003 1014.3C916.307 1014.62 916.8 1014.14 916.497 1013.82V1013.81Z' fill='white'/%3E%3Cpath d='M907.546 977.002C904.671 973.219 901.325 969.793 897.616 966.814C896.554 965.965 895.47 965.154 894.355 964.373C893.99 964.123 893.641 964.714 894.006 964.964C897.882 967.663 901.424 970.831 904.534 974.387C905.406 975.387 906.248 976.411 907.045 977.472C907.159 977.616 907.409 977.601 907.53 977.479C907.674 977.335 907.652 977.146 907.538 976.994L907.546 977.002Z' fill='white'/%3E%3Cpath d='M913.513 997.591C914.628 994.915 915.63 992.194 916.509 989.427C917.397 986.653 918.163 983.84 918.808 980.998C919.172 979.406 919.491 977.806 919.771 976.199C919.802 976.017 919.726 975.828 919.536 975.775C919.369 975.729 919.149 975.828 919.111 976.01C918.611 978.867 917.981 981.695 917.238 984.5C916.487 987.312 915.614 990.094 914.628 992.831C914.075 994.369 913.483 995.885 912.853 997.394C912.785 997.568 912.929 997.773 913.088 997.818C913.286 997.872 913.437 997.75 913.513 997.583V997.591Z' fill='white'/%3E%3Cpath d='M1118.25 838.854C1118.39 840.181 1118.25 841.5 1117.84 842.766C1117.72 843.122 1118.28 843.274 1118.4 842.918C1118.82 841.614 1118.97 840.219 1118.84 838.854C1118.82 838.695 1118.72 838.566 1118.55 838.566C1118.4 838.566 1118.25 838.703 1118.26 838.854H1118.25Z' fill='%23606060'/%3E%3Cpath d='M912.828 928.523H983.479V952.508H941.493V973.157H977.486V997.126H941.493V1036.76H912.836V928.523H912.828Z' fill='%2343C779'/%3E%3Cpath d='M1046.84 1013.77H1016.51L1011.18 1036.76H981.855L1014.85 928.523H1049.51L1082.5 1036.76H1052.18L1046.85 1013.77H1046.84ZM1041.67 991.63L1039.85 984.133C1037.18 973.816 1034.51 960.649 1031.85 949.832H1031.18C1028.85 960.823 1026.18 973.816 1023.51 984.133L1021.69 991.63H1041.67Z' fill='%2343C779'/%3E%3Cpath d='M1193.51 1063.4C1189.18 1065.73 1182.01 1067.4 1172.85 1067.4C1148.52 1067.4 1131.53 1055.07 1123.2 1037.26C1100.54 1032.1 1085.88 1012.29 1085.88 982.149C1085.88 946.521 1106.2 926.531 1136.2 926.531C1166.19 926.531 1186.52 946.68 1186.52 982.149C1186.52 1010.45 1173.69 1029.43 1153.36 1036.1C1158.36 1042.92 1168.02 1044.76 1176.19 1044.76C1180.85 1044.76 1185.19 1043.92 1188.52 1042.75L1193.52 1063.4L1193.51 1063.4ZM1115.21 982.141C1115.21 1001.79 1123.2 1014.11 1136.2 1014.11C1149.2 1014.11 1157.19 1001.78 1157.19 982.141C1157.19 962.5 1149.2 951.16 1136.2 951.16C1123.2 951.16 1115.21 962.493 1115.21 982.141Z' fill='%2343C779'/%3E%3Cpath d='M1133.34 1014.6C1133.5 1009.59 1133.91 1004.54 1134.57 999.469C1135.24 994.383 1136.15 989.274 1137.31 984.164C1138.46 979.108 1139.85 974.045 1141.48 969.004C1143.12 963.91 1145.01 958.831 1147.13 953.79C1149.24 948.764 1151.59 943.784 1154.16 938.849C1154.48 938.235 1154.8 937.628 1155.13 937.014C1155.37 936.575 1155.08 936.112 1154.62 936.021C1154.11 935.923 1153.78 936.787 1153.54 937.227C1150.9 942.184 1148.27 946.649 1146.09 951.705C1143.92 956.716 1141.98 961.772 1140.29 966.843C1138.56 971.983 1137.08 977.145 1135.84 982.307C1134.62 987.416 1133.64 992.526 1132.91 997.62C1132.18 1002.71 1131.71 1007.79 1131.48 1012.83C1131.45 1013.45 1131.43 1014.07 1131.41 1014.69C1131.4 1015.14 1131.66 1015.51 1132.23 1015.49C1132.7 1015.46 1133.32 1015.05 1133.34 1014.6Z' fill='%2398F3B5'/%3E%3Cpath d='M1153.12 939.039C1153.83 935.969 1154.41 933.096 1156.14 930.465C1156.83 929.412 1158.32 928.312 1159.43 927.721C1159.95 927.448 1160.76 927.372 1160.96 927.926C1161.03 928.108 1161.01 928.312 1160.97 928.502C1160.65 930.215 1159.91 932.224 1158.89 933.641C1157.25 935.908 1155.03 937 1153.12 939.046' fill='%2398F3B5'/%3E%3Cpath d='M1151.24 942.541C1149.29 939.963 1147.4 937.636 1146.45 934.551C1146.07 933.315 1146.18 931.42 1146.45 930.162C1146.57 929.571 1147.05 928.888 1147.61 929.085C1147.8 929.154 1147.95 929.305 1148.08 929.457C1149.22 930.829 1150.31 932.732 1150.76 934.468C1151.48 937.242 1150.88 939.706 1151.24 942.548' fill='%2398F3B5'/%3E%3Cpath d='M1150.91 942.806C1153.68 941.161 1156.22 939.546 1159.39 938.955C1160.66 938.72 1162.53 939.038 1163.76 939.44C1164.33 939.63 1164.96 940.176 1164.7 940.721C1164.62 940.903 1164.45 941.025 1164.28 941.138C1162.78 942.124 1160.77 942.995 1159 943.238C1156.16 943.632 1153.78 942.776 1150.91 942.806' fill='%2398F3B5'/%3E%3Cpath d='M1146.57 952.19C1144.46 949.408 1142.41 946.884 1141.38 943.541C1140.97 942.207 1141.09 940.153 1141.38 938.788C1141.51 938.152 1142.02 937.409 1142.64 937.621C1142.84 937.689 1143 937.856 1143.14 938.023C1144.37 939.508 1145.56 941.57 1146.04 943.443C1146.82 946.445 1146.18 949.105 1146.57 952.183' fill='%2398F3B5'/%3E%3Cpath d='M1146.17 952.122C1149.18 950.341 1151.91 948.59 1155.36 947.953C1156.73 947.696 1158.76 948.044 1160.08 948.476C1160.71 948.681 1161.38 949.272 1161.1 949.864C1161.01 950.061 1160.83 950.197 1160.64 950.311C1159.03 951.372 1156.84 952.32 1154.93 952.585C1151.86 953.017 1149.28 952.085 1146.18 952.122' fill='%2398F3B5'/%3E%3Cpath d='M1141.71 964.29C1139.01 960.728 1136.4 957.506 1135.09 953.231C1134.57 951.525 1134.72 948.902 1135.07 947.159C1135.24 946.348 1135.9 945.4 1136.69 945.673C1136.96 945.764 1137.15 945.976 1137.33 946.188C1138.91 948.091 1140.42 950.721 1141.04 953.117C1142.03 956.952 1141.22 960.364 1141.71 964.29Z' fill='%2398F3B5'/%3E%3Cpath d='M1141.64 964.722C1145.48 962.44 1148.98 960.211 1153.38 959.393C1155.13 959.067 1157.73 959.506 1159.42 960.06C1160.21 960.317 1161.07 961.076 1160.71 961.826C1160.59 962.076 1160.36 962.25 1160.13 962.402C1158.06 963.759 1155.28 964.964 1152.83 965.313C1148.9 965.866 1145.6 964.669 1141.64 964.714' fill='%2398F3B5'/%3E%3Cpath d='M1138.18 975.88C1135.19 972.56 1132.3 969.566 1130.64 965.419C1129.98 963.767 1129.91 961.136 1130.11 959.37C1130.21 958.544 1130.79 957.551 1131.59 957.748C1131.86 957.816 1132.08 958.013 1132.27 958.21C1134.01 959.969 1135.74 962.463 1136.56 964.798C1137.87 968.542 1137.35 971.999 1138.17 975.88' fill='%2398F3B5'/%3E%3Cpath d='M1138.14 976.318C1141.78 973.726 1145.07 971.201 1149.39 970.019C1151.11 969.549 1153.73 969.769 1155.47 970.178C1156.28 970.368 1157.2 971.05 1156.91 971.831C1156.81 972.088 1156.59 972.285 1156.38 972.452C1154.43 973.983 1151.76 975.416 1149.34 975.969C1145.48 976.849 1142.09 975.939 1138.15 976.326' fill='%2398F3B5'/%3E%3Cpath d='M1135.37 987.751C1132.78 985.204 1130.3 982.915 1128.76 979.632C1128.13 978.321 1127.95 976.198 1128.03 974.751C1128.07 974.076 1128.5 973.242 1129.16 973.363C1129.38 973.409 1129.57 973.553 1129.73 973.705C1131.23 975.046 1132.75 976.987 1133.53 978.844C1134.78 981.816 1134.52 984.651 1135.38 987.751' fill='%2398F3B5'/%3E%3Cpath d='M1135.36 988.108C1138.19 985.826 1140.74 983.62 1144.18 982.453C1145.55 981.983 1147.69 982.036 1149.12 982.286C1149.78 982.4 1150.56 982.915 1150.37 983.56C1150.3 983.772 1150.13 983.939 1149.97 984.09C1148.46 985.424 1146.36 986.721 1144.43 987.281C1141.33 988.184 1138.54 987.607 1135.36 988.108Z' fill='%2398F3B5'/%3E%3Cpath d='M1133.69 998.014C1131.37 996.058 1129.17 994.315 1127.66 991.677C1127.07 990.623 1126.78 988.872 1126.75 987.659C1126.75 987.098 1127.04 986.371 1127.6 986.431C1127.79 986.454 1127.95 986.56 1128.1 986.681C1129.43 987.705 1130.83 989.221 1131.59 990.714C1132.81 993.11 1132.78 995.482 1133.69 998.007' fill='%2398F3B5'/%3E%3Cpath d='M1133.7 998.31C1135.91 996.233 1137.89 994.232 1140.67 993.042C1141.79 992.564 1143.56 992.473 1144.77 992.587C1145.33 992.64 1146.01 993.019 1145.89 993.565C1145.85 993.747 1145.72 993.898 1145.59 994.035C1144.42 995.24 1142.76 996.453 1141.19 997.044C1138.67 997.992 1136.32 997.689 1133.7 998.31Z' fill='%2398F3B5'/%3E%3Cpath d='M1132.53 1006.57C1130.49 1005.16 1128.54 1003.9 1127.12 1001.86C1126.55 1001.05 1126.18 999.629 1126.06 998.644C1126.01 998.181 1126.2 997.567 1126.66 997.582C1126.81 997.582 1126.96 997.666 1127.09 997.749C1128.26 998.484 1129.51 999.614 1130.24 1000.77C1131.43 1002.64 1131.58 1004.58 1132.52 1006.57' fill='%2398F3B5'/%3E%3Cpath d='M1132.55 1006.81C1134.19 1004.94 1135.66 1003.15 1137.85 1001.97C1138.72 1001.5 1140.17 1001.29 1141.16 1001.29C1141.63 1001.29 1142.22 1001.55 1142.16 1002C1142.14 1002.15 1142.04 1002.29 1141.95 1002.4C1141.09 1003.48 1139.81 1004.59 1138.58 1005.2C1136.59 1006.16 1134.65 1006.1 1132.55 1006.81Z' fill='%2398F3B5'/%3E%3Cpath d='M1170.74 990.843C1170.74 990.737 1170.73 990.631 1170.72 990.525C1175.05 986.553 1179.87 983.104 1184.98 980.201C1194.45 974.811 1204.87 971.225 1215.47 968.701C1224.51 966.556 1233.73 965.169 1243 964.555C1237.66 969.588 1234.86 972.59 1230.82 976.653C1228.71 978.775 1226.83 981.088 1225.09 983.506C1221.9 982.641 1218.77 981.611 1215.7 980.398C1218.25 982.285 1220.79 984.165 1223.34 986.053C1218.94 992.701 1215.36 999.993 1210.9 1006.65C1210.07 1006.26 1209.25 1005.85 1208.43 1005.43C1206.27 1004.29 1204.11 1002.99 1201.7 1002.64C1203.11 1006.01 1204.74 1009.29 1206.57 1012.46C1194.11 1027.24 1172.92 1037.64 1153.86 1038.43C1150.36 1031.57 1151.34 1023.24 1153.84 1015.96C1155.55 1010.98 1157.91 1006.22 1160.86 1001.86C1162.36 999.644 1164 997.545 1165.77 995.543C1167.17 997.817 1168.59 1000.08 1170.06 1002.32C1170.66 998.53 1170.89 994.679 1170.73 990.836L1170.74 990.843Z' fill='%2398F3B5'/%3E%3Cpath d='M1215.47 968.701C1223.74 966.738 1232.17 965.419 1240.64 964.736C1236.5 965.782 1232.7 967.852 1229.04 970.012C1224.8 972.514 1220.5 974.902 1216.17 977.244C1201.41 985.234 1188.53 996.748 1176.64 1008.68C1167.66 1017.69 1159.76 1028.08 1155.49 1038.33C1154.95 1038.37 1154.41 1038.4 1153.87 1038.43C1150.37 1031.57 1151.35 1023.24 1153.85 1015.96C1155.55 1010.98 1157.92 1006.22 1160.87 1001.86C1162.37 999.644 1164.01 997.537 1165.78 995.543C1167.17 997.817 1168.6 1000.08 1170.06 1002.32C1170.67 998.53 1170.9 994.679 1170.74 990.836C1170.74 990.729 1170.73 990.623 1170.72 990.517C1175.05 986.545 1179.87 983.096 1184.98 980.193C1194.45 974.803 1204.87 971.218 1215.47 968.693V968.701Z' fill='%23179954'/%3E%3Cpath d='M1156.62 1033.74C1159.75 1029.09 1163.08 1024.57 1166.6 1020.2C1170.13 1015.82 1173.85 1011.59 1177.74 1007.53C1181.63 1003.46 1185.69 999.568 1189.91 995.846C1194.12 992.14 1198.49 988.607 1203 985.264C1207.52 981.914 1212.19 978.76 1216.97 975.811C1217.56 975.448 1218.16 975.084 1218.76 974.727C1219.14 974.5 1219.5 975.084 1219.12 975.311C1214.32 978.199 1209.64 981.292 1205.09 984.574C1200.56 987.857 1196.17 991.328 1191.93 994.99C1187.69 998.651 1183.6 1002.49 1179.69 1006.5C1175.79 1010.49 1172.06 1014.65 1168.51 1018.95C1164.95 1023.27 1161.58 1027.74 1158.4 1032.35C1158.01 1032.92 1157.62 1033.5 1157.23 1034.07C1156.99 1034.44 1156.38 1034.11 1156.63 1033.74H1156.62Z' fill='white'/%3E%3Cpath d='M1165.22 1022.2C1169.8 1020.85 1174.55 1020.07 1179.32 1019.86C1180.65 1019.81 1181.99 1019.79 1183.32 1019.83C1183.76 1019.85 1183.78 1020.53 1183.33 1020.51C1178.61 1020.39 1173.89 1020.83 1169.28 1021.86C1167.98 1022.14 1166.68 1022.48 1165.4 1022.86C1164.97 1022.98 1164.78 1022.33 1165.21 1022.2L1165.22 1022.2Z' fill='white'/%3E%3Cpath d='M1191.31 994.717C1195.69 992.867 1200.29 991.548 1204.99 990.813C1206.34 990.6 1207.69 990.441 1209.04 990.32C1209.48 990.282 1209.49 990.964 1209.05 991.002C1204.33 991.411 1199.69 992.404 1195.22 993.943C1193.97 994.375 1192.72 994.853 1191.5 995.368C1191.33 995.444 1191.12 995.3 1191.08 995.133C1191.02 994.936 1191.14 994.785 1191.31 994.709V994.717Z' fill='white'/%3E%3Cpath d='M1175.88 1009.6C1176.25 1006.73 1176.73 1003.87 1177.35 1001.03C1177.96 998.18 1178.7 995.36 1179.55 992.578C1180.02 991.017 1180.54 989.47 1181.09 987.932C1181.15 987.757 1181.32 987.636 1181.51 987.681C1181.68 987.727 1181.82 987.924 1181.76 988.098C1180.78 990.827 1179.91 993.594 1179.16 996.391C1178.41 999.204 1177.78 1002.05 1177.28 1004.92C1177 1006.53 1176.75 1008.14 1176.54 1009.76C1176.52 1009.95 1176.29 1010.05 1176.13 1010.01C1175.93 1009.96 1175.85 1009.78 1175.87 1009.6L1175.88 1009.6Z' fill='white'/%3E%3Cpath d='M1169.33 1039.78C1172.17 1037.4 1175.17 1035.13 1178.3 1033C1181.44 1030.85 1184.71 1028.83 1188.1 1026.95C1191.46 1025.09 1194.94 1023.36 1198.53 1021.77C1202.16 1020.16 1205.89 1018.7 1209.73 1017.38C1213.55 1016.07 1217.46 1014.9 1221.46 1013.89C1221.95 1013.76 1222.45 1013.64 1222.94 1013.51C1223.3 1013.42 1223.42 1013.04 1223.24 1012.74C1223.04 1012.42 1222.4 1012.65 1222.04 1012.74C1218 1013.73 1214.24 1014.48 1210.37 1015.77C1206.53 1017.05 1202.78 1018.48 1199.15 1020.04C1195.46 1021.63 1191.87 1023.35 1188.41 1025.22C1184.99 1027.07 1181.69 1029.05 1178.51 1031.16C1175.33 1033.28 1172.3 1035.51 1169.4 1037.88C1169.04 1038.17 1168.69 1038.46 1168.33 1038.76C1168.08 1038.97 1168 1039.3 1168.29 1039.6C1168.53 1039.85 1169.07 1039.99 1169.33 1039.77V1039.78Z' fill='%23179954'/%3E%3Cpath d='M1220.84 1013.42C1222.88 1012.3 1224.75 1011.2 1227.06 1010.85C1227.98 1010.71 1229.33 1010.98 1230.2 1011.31C1230.61 1011.46 1231.05 1011.87 1230.85 1012.26C1230.78 1012.39 1230.66 1012.47 1230.53 1012.55C1229.42 1013.22 1227.95 1013.8 1226.66 1013.93C1224.6 1014.15 1222.91 1013.46 1220.84 1013.42Z' fill='%23179954'/%3E%3Cpath d='M1217.97 1014.11C1218.43 1011.76 1218.78 1009.57 1220.02 1007.53C1220.52 1006.71 1221.62 1005.84 1222.44 1005.36C1222.83 1005.14 1223.44 1005.06 1223.61 1005.47C1223.67 1005.61 1223.66 1005.76 1223.64 1005.91C1223.44 1007.22 1222.93 1008.76 1222.19 1009.86C1221.01 1011.63 1219.36 1012.51 1217.97 1014.11' fill='%23179954'/%3E%3Cpath d='M1217.66 1014.05C1219.94 1014.77 1222.08 1015.37 1223.97 1016.84C1224.73 1017.42 1225.47 1018.61 1225.86 1019.48C1226.04 1019.89 1226.04 1020.51 1225.61 1020.63C1225.47 1020.68 1225.32 1020.64 1225.17 1020.6C1223.89 1020.26 1222.42 1019.58 1221.4 1018.73C1219.78 1017.36 1219.08 1015.62 1217.65 1014.06' fill='%23179954'/%3E%3Cpath d='M1210.34 1016.29C1210.84 1013.75 1211.22 1011.38 1212.56 1009.16C1213.1 1008.29 1214.29 1007.33 1215.18 1006.81C1215.59 1006.57 1216.25 1006.5 1216.44 1006.94C1216.5 1007.09 1216.49 1007.25 1216.46 1007.41C1216.25 1008.83 1215.7 1010.5 1214.9 1011.69C1213.63 1013.6 1211.84 1014.56 1210.33 1016.29' fill='%23179954'/%3E%3Cpath d='M1210.18 1016.04C1212.64 1016.82 1214.97 1017.46 1217.01 1019.05C1217.83 1019.68 1218.65 1020.97 1219.05 1021.91C1219.25 1022.35 1219.25 1023.02 1218.79 1023.16C1218.64 1023.2 1218.47 1023.16 1218.31 1023.13C1216.92 1022.76 1215.33 1022.02 1214.24 1021.1C1212.49 1019.61 1211.73 1017.73 1210.18 1016.04Z' fill='%23179954'/%3E%3Cpath d='M1201.25 1019.58C1201.89 1016.34 1202.38 1013.3 1204.09 1010.48C1204.78 1009.35 1206.3 1008.13 1207.44 1007.47C1207.97 1007.16 1208.82 1007.06 1209.06 1007.63C1209.13 1007.82 1209.12 1008.03 1209.09 1008.23C1208.82 1010.04 1208.11 1012.17 1207.09 1013.7C1205.46 1016.14 1203.18 1017.37 1201.24 1019.58' fill='%23179954'/%3E%3Cpath d='M1200.98 1019.75C1204.13 1020.75 1207.09 1021.58 1209.71 1023.6C1210.76 1024.4 1211.79 1026.05 1212.32 1027.26C1212.57 1027.82 1212.58 1028.68 1211.99 1028.85C1211.79 1028.91 1211.58 1028.87 1211.38 1028.81C1209.62 1028.34 1207.57 1027.4 1206.17 1026.22C1203.93 1024.32 1202.96 1021.92 1200.98 1019.75' fill='%23179954'/%3E%3Cpath d='M1193.11 1023.35C1193.47 1020.06 1193.7 1017 1195.17 1014.04C1195.76 1012.86 1197.18 1011.52 1198.25 1010.76C1198.75 1010.41 1199.59 1010.23 1199.88 1010.78C1199.97 1010.96 1199.97 1011.17 1199.96 1011.38C1199.85 1013.2 1199.32 1015.39 1198.43 1016.99C1197.02 1019.56 1194.85 1020.98 1193.11 1023.35' fill='%23179954'/%3E%3Cpath d='M1192.84 1023.54C1196.08 1024.27 1199.09 1024.85 1201.87 1026.64C1202.98 1027.35 1204.15 1028.9 1204.78 1030.06C1205.08 1030.6 1205.15 1031.45 1204.59 1031.68C1204.4 1031.75 1204.18 1031.72 1203.98 1031.69C1202.17 1031.37 1200.06 1030.61 1198.56 1029.55C1196.17 1027.85 1195.01 1025.53 1192.84 1023.54Z' fill='%23179954'/%3E%3Cpath d='M1185.17 1027.66C1185.3 1024.98 1185.34 1022.48 1186.39 1020C1186.81 1019.02 1187.89 1017.87 1188.73 1017.2C1189.13 1016.89 1189.8 1016.71 1190.05 1017.14C1190.14 1017.28 1190.15 1017.46 1190.15 1017.62C1190.15 1019.11 1189.83 1020.91 1189.19 1022.26C1188.16 1024.41 1186.47 1025.67 1185.18 1027.67' fill='%23179954'/%3E%3Cpath d='M1184.97 1027.83C1187.63 1028.26 1190.11 1028.58 1192.44 1029.9C1193.38 1030.42 1194.4 1031.63 1194.97 1032.54C1195.24 1032.96 1195.34 1033.64 1194.89 1033.85C1194.73 1033.92 1194.56 1033.91 1194.39 1033.89C1192.91 1033.72 1191.16 1033.2 1189.9 1032.41C1187.87 1031.15 1186.82 1029.33 1184.96 1027.82' fill='%23179954'/%3E%3Cpath d='M1178.67 1031.79C1178.61 1029.55 1178.48 1027.47 1179.2 1025.35C1179.49 1024.5 1180.31 1023.47 1180.97 1022.86C1181.27 1022.58 1181.81 1022.38 1182.06 1022.73C1182.14 1022.84 1182.16 1022.98 1182.16 1023.12C1182.25 1024.36 1182.1 1025.87 1181.66 1027.03C1180.93 1028.89 1179.61 1030.04 1178.66 1031.79' fill='%23179954'/%3E%3Cpath d='M1178.51 1031.94C1180.75 1032.13 1182.82 1032.25 1184.86 1033.19C1185.67 1033.57 1186.59 1034.51 1187.12 1035.23C1187.38 1035.57 1187.5 1036.14 1187.14 1036.33C1187.02 1036.4 1186.87 1036.4 1186.73 1036.4C1185.49 1036.36 1184 1036.03 1182.9 1035.46C1181.13 1034.54 1180.14 1033.09 1178.51 1031.95' fill='%23179954'/%3E%3Cpath d='M1173.36 1035.37C1173.14 1033.54 1172.88 1031.85 1173.3 1030.06C1173.47 1029.35 1174.07 1028.45 1174.56 1027.9C1174.78 1027.64 1175.22 1027.44 1175.44 1027.7C1175.51 1027.78 1175.53 1027.9 1175.56 1028.02C1175.72 1029.03 1175.72 1030.28 1175.44 1031.25C1175 1032.82 1174 1033.87 1173.36 1035.37Z' fill='%23179954'/%3E%3Cpath d='M1173.25 1035.51C1175.09 1035.5 1176.8 1035.43 1178.54 1036.05C1179.23 1036.3 1180.06 1036.99 1180.55 1037.55C1180.77 1037.8 1180.93 1038.25 1180.65 1038.45C1180.55 1038.51 1180.43 1038.52 1180.32 1038.53C1179.3 1038.58 1178.06 1038.44 1177.12 1038.05C1175.61 1037.43 1174.68 1036.32 1173.26 1035.52' fill='%23179954'/%3E%3Cpath d='M956.555 1037.82C957.443 1033.39 958.565 1028.97 959.908 1024.57C961.258 1020.15 962.828 1015.75 964.618 1011.39C966.393 1007.07 968.373 1002.78 970.573 998.545C972.795 994.27 975.223 990.04 977.855 985.879C980.479 981.732 983.301 977.654 986.32 973.659C986.692 973.166 987.071 972.666 987.45 972.173C987.723 971.817 987.549 971.362 987.147 971.218C986.715 971.059 986.282 971.772 986.009 972.128C982.922 976.138 979.926 979.708 977.233 983.87C974.563 988.001 972.09 992.193 969.829 996.446C967.539 1000.75 965.445 1005.12 963.579 1009.51C961.736 1013.87 960.105 1018.26 958.702 1022.67C957.298 1027.09 956.115 1031.52 955.167 1035.96C955.053 1036.51 954.939 1037.06 954.826 1037.61C954.75 1038 954.924 1038.37 955.432 1038.43C955.85 1038.49 956.472 1038.21 956.547 1037.81L956.555 1037.82Z' fill='%23179954'/%3E%3Cpath d='M985.371 973.667C986.463 971.052 987.396 968.588 989.323 966.504C990.089 965.67 991.576 964.912 992.653 964.555C993.154 964.389 993.882 964.449 993.988 964.965C994.026 965.139 993.965 965.313 993.912 965.48C993.374 966.958 992.41 968.626 991.295 969.733C989.505 971.499 987.374 972.143 985.371 973.675' fill='%23179954'/%3E%3Cpath d='M983.177 976.494C981.827 973.916 980.499 971.566 980.12 968.686C979.968 967.534 980.348 965.866 980.765 964.789C980.962 964.282 981.485 963.751 981.963 964.009C982.123 964.092 982.229 964.251 982.32 964.41C983.131 965.798 983.822 967.655 983.958 969.254C984.178 971.824 983.291 973.924 983.185 976.501' fill='%23179954'/%3E%3Cpath d='M982.836 976.685C985.552 975.638 988.032 974.577 990.945 974.524C992.105 974.501 993.721 975.062 994.753 975.601C995.23 975.851 995.708 976.434 995.397 976.874C995.291 977.018 995.124 977.109 994.957 977.177C993.486 977.829 991.567 978.299 989.959 978.261C987.38 978.193 985.392 977.071 982.844 976.677' fill='%23179954'/%3E%3Cpath d='M977.595 984.377C976.139 981.588 974.698 979.048 974.288 975.925C974.121 974.682 974.531 972.878 974.986 971.703C975.198 971.157 975.767 970.573 976.283 970.854C976.457 970.945 976.571 971.119 976.67 971.286C977.55 972.787 978.293 974.796 978.445 976.532C978.688 979.314 977.724 981.58 977.603 984.37' fill='%23179954'/%3E%3Cpath d='M977.246 984.257C980.182 983.12 982.874 981.976 986.022 981.922C987.282 981.9 989.026 982.506 990.141 983.09C990.657 983.363 991.173 983.992 990.839 984.47C990.725 984.629 990.543 984.72 990.369 984.803C988.776 985.508 986.698 986.023 984.953 985.97C982.161 985.895 980.015 984.682 977.254 984.257' fill='%23179954'/%3E%3Cpath d='M971.476 994.399C969.61 990.836 967.767 987.584 967.244 983.597C967.031 982.005 967.555 979.701 968.139 978.2C968.412 977.502 969.132 976.759 969.792 977.116C970.012 977.237 970.156 977.457 970.285 977.669C971.408 979.594 972.364 982.157 972.553 984.37C972.857 987.925 971.628 990.829 971.484 994.391' fill='%23179954'/%3E%3Cpath d='M971.344 994.769C975.099 993.313 978.535 991.85 982.563 991.782C984.171 991.752 986.401 992.533 987.827 993.275C988.487 993.624 989.147 994.428 988.714 995.042C988.57 995.246 988.335 995.368 988.107 995.466C986.067 996.368 983.412 997.02 981.19 996.96C977.617 996.861 974.871 995.315 971.344 994.769Z' fill='%23179954'/%3E%3Cpath d='M966.613 1004.16C964.452 1000.77 962.343 997.688 961.486 993.754C961.144 992.184 961.47 989.842 961.918 988.303C962.13 987.583 962.79 986.787 963.473 987.083C963.701 987.181 963.867 987.386 964.012 987.591C965.293 989.41 966.462 991.881 966.841 994.08C967.448 997.597 966.469 1000.59 966.621 1004.15' fill='%23179954'/%3E%3Cpath d='M966.52 1004.54C970.138 1002.77 973.437 1001.03 977.443 1000.61C979.043 1000.45 981.334 1001.04 982.813 1001.65C983.503 1001.94 984.224 1002.69 983.852 1003.34C983.723 1003.55 983.503 1003.69 983.283 1003.81C981.326 1004.88 978.74 1005.76 976.517 1005.89C972.952 1006.1 970.085 1004.78 966.52 1004.54Z' fill='%23179954'/%3E%3Cpath d='M962.357 1014.28C960.438 1011.63 958.58 1009.23 957.692 1006.09C957.336 1004.83 957.487 1002.92 957.776 1001.64C957.912 1001.05 958.405 1000.37 958.982 1000.58C959.171 1000.65 959.315 1000.81 959.437 1000.97C960.567 1002.39 961.629 1004.33 962.046 1006.09C962.706 1008.91 962.061 1011.39 962.357 1014.28Z' fill='%23179954'/%3E%3Cpath d='M962.297 1014.59C965.141 1012.99 967.743 1011.41 970.967 1010.88C972.256 1010.67 974.145 1011.03 975.374 1011.46C975.95 1011.67 976.572 1012.24 976.299 1012.77C976.208 1012.96 976.034 1013.08 975.859 1013.18C974.327 1014.15 972.264 1014.98 970.466 1015.19C967.584 1015.53 965.194 1014.61 962.289 1014.58' fill='%23179954'/%3E%3Cpath d='M959.33 1023.14C957.563 1021.07 955.863 1019.19 954.923 1016.63C954.551 1015.6 954.551 1014 954.71 1012.93C954.786 1012.43 955.158 1011.83 955.643 1011.96C955.803 1012.01 955.932 1012.13 956.053 1012.26C957.085 1013.37 958.094 1014.92 958.549 1016.36C959.277 1018.66 958.898 1020.77 959.33 1023.15' fill='%23179954'/%3E%3Cpath d='M959.301 1023.41C961.569 1021.89 963.624 1020.41 966.279 1019.77C967.334 1019.51 968.934 1019.69 969.981 1019.97C970.474 1020.1 971.028 1020.54 970.831 1021.01C970.77 1021.17 970.626 1021.29 970.497 1021.38C969.283 1022.28 967.622 1023.11 966.143 1023.4C963.769 1023.87 961.721 1023.25 959.301 1023.41Z' fill='%23179954'/%3E%3Cpath d='M957.024 1030.56C955.423 1029 953.891 1027.59 952.928 1025.58C952.541 1024.77 952.42 1023.46 952.473 1022.57C952.496 1022.15 952.753 1021.63 953.163 1021.71C953.3 1021.73 953.413 1021.82 953.52 1021.92C954.445 1022.75 955.386 1023.94 955.871 1025.08C956.645 1026.91 956.493 1028.66 957.032 1030.57' fill='%23179954'/%3E%3Cpath d='M957.023 1030.78C958.76 1029.37 960.33 1028 962.447 1027.27C963.289 1026.99 964.609 1027.01 965.489 1027.16C965.898 1027.23 966.384 1027.54 966.262 1027.94C966.224 1028.08 966.118 1028.18 966.012 1028.27C965.086 1029.09 963.797 1029.9 962.606 1030.25C960.702 1030.81 958.98 1030.46 957.016 1030.78' fill='%23179954'/%3E%3Cpath d='M900.095 863.266C900.702 865.805 899.951 868.466 899.025 870.907C898.714 871.725 898.381 872.559 898.29 873.431C898.221 874.068 898.29 874.712 898.373 875.349C898.768 878.222 899.761 881.254 902.135 882.929C903.008 883.543 904.123 884.991 905.154 884.703C905.845 884.513 906.421 882.99 906.914 882.474C909.068 880.208 910.07 877.1 910.79 874.06C910.851 873.81 910.912 873.545 910.889 873.287C910.866 872.969 910.722 872.68 910.593 872.392C909.417 869.732 909.281 866.624 910.229 863.872' fill='%23FD9470'/%3E%3Cpath d='M900.238 866.404C900.45 866.54 900.655 866.707 900.852 866.919C902.195 868.344 904.873 868.557 906.693 868.329C907.474 868.231 909.014 867.321 909.651 866.7C909.674 865.494 909.833 865.009 910.228 863.864L900.094 863.266C900.344 864.297 900.352 865.35 900.23 866.404H900.238Z' fill='%23FA7F51'/%3E%3Cpath d='M893.432 1020.29C893.432 1020.29 891.141 1029.03 892.196 1032.51C892.196 1032.51 887.591 1034.94 883.078 1031.85C883.078 1031.85 887.478 1030.37 885.983 1017.95' fill='%23FD9470'/%3E%3Cpath d='M872.582 1037.12C872.719 1036.84 872.923 1036.6 873.204 1036.44C874.736 1035.57 878.461 1033.51 884.097 1030.74C884.097 1030.74 887.252 1031.8 892.046 1031.19C892.046 1031.19 892.554 1034.33 892.501 1036.93C889.566 1037.06 878.248 1037.52 872.59 1037.12H872.582Z' fill='%23FBB204'/%3E%3Cpath d='M892.493 1036.93C892.478 1037.58 892.455 1038.2 892.409 1038.73H872.422V1037.79C872.422 1037.55 872.483 1037.33 872.589 1037.12C878.247 1037.52 889.565 1037.06 892.5 1036.93H892.493Z' fill='%23E39702'/%3E%3Cpath d='M883.34 1031.72C883.34 1031.92 883.499 1032.08 883.696 1032.08C883.894 1032.08 884.053 1031.92 884.053 1031.72C884.053 1031.53 883.894 1031.37 883.696 1031.37C883.499 1031.37 883.34 1031.53 883.34 1031.72Z' fill='white'/%3E%3Cpath d='M877.285 1034.63C877.285 1034.83 877.444 1034.99 877.642 1034.99C877.839 1034.99 877.998 1034.83 877.998 1034.63C877.998 1034.44 877.839 1034.28 877.642 1034.28C877.444 1034.28 877.285 1034.44 877.285 1034.63Z' fill='white'/%3E%3Cpath d='M880.617 1033.25C880.617 1033.45 880.776 1033.61 880.974 1033.61C881.171 1033.61 881.33 1033.45 881.33 1033.25C881.33 1033.06 881.171 1032.9 880.974 1032.9C880.776 1032.9 880.617 1033.06 880.617 1033.25Z' fill='white'/%3E%3Cpath d='M917.52 1020.75C917.52 1020.75 919.81 1029.49 918.756 1032.97C918.756 1032.97 923.36 1035.41 927.874 1032.31C927.874 1032.31 923.474 1030.83 924.968 1018.41' fill='%23FD9470'/%3E%3Cpath d='M938.361 1037.58C938.224 1037.3 938.019 1037.06 937.739 1036.9C936.206 1036.03 932.482 1033.97 926.846 1031.2C926.846 1031.2 923.69 1032.26 918.897 1031.65C918.897 1031.65 918.388 1034.79 918.441 1037.39C921.377 1037.52 932.694 1037.98 938.353 1037.58H938.361Z' fill='%23FBB204'/%3E%3Cpath d='M918.453 1037.39C918.468 1038.05 918.491 1038.66 918.536 1039.19H938.524V1038.25C938.524 1038.02 938.463 1037.79 938.357 1037.58C932.698 1037.98 921.381 1037.52 918.445 1037.39H918.453Z' fill='%23E39702'/%3E%3Cpath d='M927.615 1032.19C927.615 1032.38 927.456 1032.54 927.259 1032.54C927.062 1032.54 926.902 1032.38 926.902 1032.19C926.902 1031.99 927.062 1031.83 927.259 1031.83C927.456 1031.83 927.615 1031.99 927.615 1032.19Z' fill='white'/%3E%3Cpath d='M933.658 1035.1C933.658 1035.29 933.499 1035.45 933.302 1035.45C933.105 1035.45 932.945 1035.29 932.945 1035.1C932.945 1034.9 933.105 1034.74 933.302 1034.74C933.499 1034.74 933.658 1034.9 933.658 1035.1Z' fill='white'/%3E%3Cpath d='M930.338 1033.72C930.338 1033.91 930.179 1034.07 929.982 1034.07C929.784 1034.07 929.625 1033.91 929.625 1033.72C929.625 1033.52 929.784 1033.36 929.982 1033.36C930.179 1033.36 930.338 1033.52 930.338 1033.72Z' fill='white'/%3E%3Cpath d='M893.305 1026.36C891.219 1026.56 888.222 1026.77 885.977 1026.74C885.621 1026.74 885.287 1026.52 885.15 1026.18C883.504 1022.37 883.133 1018.13 882.837 1013.97C880.789 985.492 881.358 958.346 883.747 929.897C883.77 929.624 883.413 927.82 883.626 927.638C883.891 927.411 884.301 927.502 884.642 927.6C896.088 930.973 908.096 932.444 920.02 931.944C920.824 931.913 921.72 931.906 922.304 932.459C922.167 932.035 922.622 932.77 922.304 932.459C923.077 934.908 923.904 938.668 924.101 941.23C925.201 955.413 926.301 969.603 926.764 983.816C927.211 997.848 927.037 1011.89 926.847 1025.93C926.84 1026.62 926.324 1027.19 925.641 1027.28L921.75 1027.79C921.196 1027.87 920.286 1027.9 919.732 1027.86C918.511 1027.78 917.987 1027.94 917.805 1027.36C910.728 1004.69 907.724 965.472 903.856 947.681C903.735 952.638 902.991 957.55 902.24 962.455C899.024 983.483 896.536 1005.33 893.32 1026.36' fill='%23003260'/%3E%3Cpath d='M883.739 929.897C883.458 933.217 883.208 936.522 882.98 939.805C888.609 938.607 894.996 939.145 900.283 938.887C904.728 938.668 908.9 937.712 913.132 936.409C916.25 935.446 919.565 934.347 922.288 932.467C922.288 932.467 922.288 932.467 922.288 932.459C921.712 931.906 920.809 931.913 920.005 931.944C908.081 932.444 896.073 930.973 884.627 927.6C884.285 927.502 883.883 927.411 883.61 927.638C883.398 927.82 883.754 929.617 883.731 929.897H883.739Z' fill='%23002B51'/%3E%3Cpath d='M926.748 983.816C926.513 976.508 926.104 969.208 925.618 961.916C925.52 963.576 925.413 965.229 925.315 966.851C924.769 975.621 923.54 984.324 923.032 993.094C922.569 1001.08 921.871 1009.19 922.023 1017.18C922.106 1021.32 921.075 1025.3 917.562 1026.64C917.631 1026.87 917.707 1027.12 917.775 1027.36C917.957 1027.94 918.48 1027.78 919.702 1027.86C920.255 1027.9 921.166 1027.86 921.719 1027.79L925.611 1027.28C926.293 1027.19 926.809 1026.61 926.817 1025.92C927.014 1011.89 927.188 997.847 926.733 983.816H926.748Z' fill='%23002B51'/%3E%3Cpath d='M904.419 948.696C905.777 953.669 907.051 958.664 908.25 963.675C909.448 968.716 910.563 973.772 911.595 978.851C912.619 983.907 913.567 988.971 914.424 994.057C915.289 999.166 916.063 1004.29 916.76 1009.43C917.451 1014.57 918.058 1019.72 918.581 1024.89C918.649 1025.54 918.71 1026.2 918.778 1026.85C918.809 1027.15 919.271 1027.15 919.241 1026.85C918.74 1021.69 918.156 1016.54 917.489 1011.4C916.821 1006.27 916.063 1001.14 915.228 996.036C914.386 990.919 913.461 985.825 912.452 980.738C911.443 975.66 910.351 970.588 909.175 965.547C907.999 960.506 906.74 955.481 905.39 950.478C905.223 949.841 905.049 949.212 904.874 948.575C904.798 948.287 904.351 948.408 904.427 948.696H904.419Z' fill='%23465281'/%3E%3Cpath d='M903.06 948.348C901.846 953.313 900.716 958.294 899.669 963.297C898.615 968.322 897.651 973.363 896.771 978.419C895.899 983.453 895.103 988.501 894.397 993.557C893.699 998.583 893.077 1003.62 892.546 1008.67C892.008 1013.77 891.56 1018.88 891.196 1024C891.151 1024.63 891.105 1025.25 891.067 1025.88C891.044 1026.18 891.507 1026.18 891.53 1025.88C891.871 1020.79 892.296 1015.7 892.812 1010.62C893.328 1005.53 893.927 1000.46 894.61 995.392C895.292 990.328 896.066 985.28 896.923 980.246C897.773 975.236 898.713 970.24 899.73 965.26C900.754 960.257 901.869 955.261 903.06 950.296C903.204 949.682 903.356 949.076 903.507 948.462C903.576 948.174 903.128 948.052 903.06 948.34V948.348Z' fill='%23465281'/%3E%3Cpath d='M883.263 940.909C885.069 938.87 886.556 936.573 887.686 934.094C887.807 933.821 887.367 933.693 887.246 933.958C886.146 936.361 884.697 938.59 882.945 940.568C882.748 940.788 883.066 941.129 883.263 940.909Z' fill='%23465281'/%3E%3Cpath d='M923.595 940.198C921.38 938.606 919.423 936.696 917.777 934.528C917.595 934.293 917.997 934.066 918.179 934.293C919.779 936.393 921.691 938.25 923.83 939.797C924.073 939.971 923.837 940.373 923.595 940.198Z' fill='%23465281'/%3E%3Cpath d='M897.788 846.261C897.174 849.225 896.893 852.265 896.969 855.29C897.037 858.003 897.606 860.384 899.184 862.59C901.035 865.182 902.582 866.736 905.29 866.873C907.915 867.001 909.925 865.591 911.465 863.469C913.005 861.346 914.014 859.292 914.4 856.692C914.939 853.091 914.909 849.4 914.317 845.807' fill='%23FD9470'/%3E%3Cpath d='M899.657 842.746C899.535 843.61 899.884 844.512 900.544 845.081C901.212 845.657 902.16 845.816 902.994 845.543C903.411 845.407 903.791 845.172 904.087 844.846C904.352 844.558 904.701 844.004 905.133 844.338C905.49 844.611 905.748 844.937 906.157 845.149C906.521 845.339 906.908 845.452 907.31 845.505C908.251 845.619 909.229 845.346 909.942 844.709C910.162 844.512 909.859 844.164 909.631 844.361C909.047 844.884 908.266 845.119 907.492 845.058C907.106 845.028 906.719 844.929 906.377 844.747C906.021 844.565 905.778 844.285 905.482 844.035C905.209 843.8 904.86 843.686 904.511 843.845C904.162 844.004 903.958 844.338 903.692 844.596C903.108 845.187 902.167 845.376 901.394 845.073C900.491 844.717 899.983 843.716 900.112 842.776C900.15 842.481 899.687 842.458 899.649 842.754L899.657 842.746Z' fill='%23561C02'/%3E%3Cpath d='M902.731 838.622C903.315 838.243 904.043 838.152 904.696 838.41C905.287 838.645 905.75 839.16 905.932 839.767C906.015 840.047 906.471 839.956 906.387 839.668C906.16 838.918 905.621 838.296 904.9 837.993C904.134 837.667 903.216 837.766 902.526 838.213C902.276 838.372 902.488 838.789 902.739 838.622H902.731Z' fill='%23561C02'/%3E%3Cpath d='M910.481 841.966C911.308 841.806 912.271 842.019 912.688 842.822C912.893 843.216 912.87 843.671 912.719 844.08C912.643 844.278 912.552 844.467 912.438 844.641C912.332 844.816 912.172 844.975 912.081 845.149C911.93 845.468 912.165 845.657 912.423 845.786C912.764 845.96 913.045 846.203 913.265 846.514C913.78 847.219 913.917 848.121 914.038 848.962C914.076 849.258 914.531 849.159 914.493 848.864C914.365 847.946 914.19 847.006 913.644 846.241C913.416 845.922 913.128 845.642 912.787 845.452C912.749 845.43 912.506 845.339 912.506 845.308C912.506 845.339 912.673 845.127 912.665 845.142C912.81 844.945 912.931 844.74 913.037 844.52C913.409 843.754 913.416 842.868 912.832 842.201C912.225 841.503 911.27 841.336 910.397 841.503C910.102 841.556 910.2 842.011 910.496 841.958L910.481 841.966Z' fill='%23561C02'/%3E%3Cpath d='M897.767 853.274C897.501 852.895 897.198 852.546 896.826 852.334C896.455 852.122 895.999 852.061 895.597 852.281C895.218 852.486 894.93 852.925 894.793 853.403C894.657 853.88 894.664 854.388 894.748 854.866C894.9 855.715 895.324 856.503 895.992 856.799C896.659 857.094 897.554 856.753 897.888 855.935C898.108 855.396 898.055 854.782 897.964 854.221' fill='%23FD9470'/%3E%3Cpath d='M897.122 853.714C897.031 853.577 896.925 853.456 896.788 853.38C896.659 853.304 896.492 853.281 896.356 853.357C896.219 853.433 896.121 853.585 896.068 853.759C896.022 853.926 896.022 854.108 896.052 854.275C896.105 854.578 896.257 854.858 896.492 854.964C896.727 855.07 897.046 854.949 897.167 854.661C897.243 854.472 897.228 854.252 897.19 854.055' fill='%23FA7F51'/%3E%3Cpath d='M914.053 854.115C914.357 853.789 914.698 853.485 915.077 853.334C915.457 853.182 915.897 853.197 916.238 853.478C916.564 853.743 916.769 854.221 916.83 854.714C916.883 855.206 916.799 855.707 916.655 856.161C916.39 856.972 915.866 857.685 915.199 857.875C914.531 858.056 913.735 857.579 913.545 856.722C913.424 856.154 913.568 855.555 913.735 855.017' fill='%23FD9470'/%3E%3Cpath d='M914.583 854.661C914.69 854.547 914.811 854.441 914.948 854.38C915.084 854.327 915.236 854.335 915.357 854.433C915.471 854.524 915.547 854.699 915.57 854.873C915.592 855.047 915.562 855.229 915.509 855.388C915.418 855.677 915.228 855.927 914.993 855.995C914.758 856.063 914.477 855.889 914.409 855.586C914.363 855.388 914.409 855.169 914.477 854.979' fill='%23FA7F51'/%3E%3Cpath d='M916.889 848.915C916.76 847.983 916.327 847.08 916.365 846.14C916.403 845.284 916.82 844.473 916.805 843.616C916.767 841.941 915.114 840.758 913.513 840.258C911.913 839.758 910.153 839.621 908.757 838.689C907.718 837.992 906.974 836.9 905.905 836.233C904.259 835.21 901.968 835.452 900.481 836.695C898.995 837.939 898.342 840.053 898.752 841.949C897.333 841.645 895.824 842.616 895.323 843.973C894.823 845.329 895.255 846.929 896.218 848.005C895.976 848.998 895.695 851.106 897.045 852.773C897.045 852.773 897.576 851.03 897.698 849.127C898.418 849.499 899.23 849.734 900.041 849.817C901.225 849.938 902.431 849.794 903.538 849.377C904.942 848.862 906.322 847.914 907.794 848.172C908.658 848.324 909.394 848.869 910.062 849.446C910.433 849.764 910.805 850.097 911.26 850.257C912.246 850.583 913.521 850.052 914.256 850.78C914.302 850.825 914.34 850.878 914.378 850.924C914.355 852.622 914.636 854.107 914.636 854.107C915.106 853.637 915.425 853.114 915.645 852.576C916.578 851.629 917.048 850.241 916.866 848.922L916.889 848.915Z' fill='%236E2601'/%3E%3Cpath d='M903.82 860.602C904.245 860.602 905.11 860.383 905.732 860.375C906.172 860.375 906.604 860.436 907.044 860.504C907.097 860.511 907.15 860.519 907.196 860.549C907.271 860.602 907.294 860.716 907.264 860.807C907.234 860.898 907.165 860.974 907.097 861.034C906.649 861.421 905.997 861.497 905.405 861.436C904.783 861.376 904.108 861.148 903.812 860.602' fill='%23FB6705'/%3E%3Cpath d='M897.28 857.078C897.113 858.102 898.107 859.11 899.495 859.33C900.883 859.549 902.135 858.897 902.302 857.874C902.468 856.851 901.475 855.843 900.087 855.623C898.698 855.403 897.447 856.055 897.28 857.078Z' fill='%23FA7F51'/%3E%3Cpath d='M913.613 857.872C913.802 858.888 912.839 859.927 911.466 860.192C910.085 860.45 908.811 859.836 908.621 858.82C908.432 857.804 909.395 856.765 910.768 856.5C912.149 856.242 913.423 856.856 913.613 857.872Z' fill='%23FA7F51'/%3E%3Cpath d='M904.137 850.619C902.416 850.384 900.17 850.225 899.04 850.967C898.479 851.331 897.955 851.195 898.486 850.785C900.148 849.535 901.915 849.557 904.471 849.739C904.752 849.762 904.904 850.027 904.805 850.285C904.722 850.497 904.388 850.71 904.13 850.619H904.137Z' fill='%236E2601'/%3E%3Cpath d='M900.55 853.309C900.618 853.81 901.012 854.174 901.422 854.113C901.831 854.052 902.105 853.598 902.036 853.097C901.968 852.597 901.574 852.233 901.164 852.294C900.754 852.354 900.481 852.809 900.55 853.309Z' fill='%232D0E0B'/%3E%3Cpath d='M908.279 850.958C909.826 850.776 911.829 850.67 912.815 851.383C913.301 851.732 913.771 851.61 913.316 851.224C911.89 850.026 910.304 850.018 908.013 850.132C907.763 850.147 907.611 850.39 907.695 850.632C907.763 850.837 908.051 851.034 908.287 850.958H908.279Z' fill='%236E2601'/%3E%3Cpath d='M911.259 853.915C911.13 854.408 910.705 854.718 910.303 854.62C909.901 854.514 909.681 854.036 909.81 853.543C909.939 853.051 910.364 852.74 910.766 852.839C911.168 852.945 911.388 853.422 911.259 853.915Z' fill='%232D0E0B'/%3E%3Cpath d='M906.329 857.632C906.693 857.564 907.019 857.42 907.323 857.238C906.306 856.283 905.972 855.168 906.162 853.865C906.185 853.69 906.253 853.395 906.465 853.395C906.647 853.395 906.541 853.865 906.526 854.046C906.42 855.669 907.065 856.199 908.157 857.056C908.309 857.17 908.286 857.412 908.142 857.526C907.679 857.905 907.118 858.163 906.496 858.269C906.025 858.352 905.843 857.708 906.314 857.624L906.329 857.632Z' fill='%23F26E45'/%3E%3Cpath d='M900.809 856.623C900.255 856.449 899.755 856.131 899.337 855.691C898.685 854.993 898.328 854.076 898.336 853.106C898.351 851.09 899.944 849.467 901.878 849.483C902.819 849.483 903.699 849.877 904.359 850.574C905.011 851.271 905.368 852.189 905.36 853.159C905.345 855.175 903.752 856.798 901.818 856.782C901.469 856.782 901.135 856.722 900.809 856.623ZM902.728 850.127C902.455 850.036 902.167 849.99 901.871 849.99C900.217 849.975 898.859 851.378 898.844 853.106C898.844 853.947 899.148 854.736 899.709 855.335C900.27 855.926 901.021 856.259 901.818 856.267C903.471 856.282 904.829 854.88 904.844 853.151C904.844 852.31 904.541 851.522 903.98 850.923C903.623 850.544 903.191 850.278 902.728 850.127Z' fill='%23CD3712'/%3E%3Cpath d='M898.774 852.218L898.767 852.681L897.113 852.59L897.28 851.945L898.774 852.218Z' fill='%23CD3712'/%3E%3Cpath d='M909.999 857.487C908.072 857.282 906.676 855.493 906.889 853.484C906.987 852.514 907.45 851.642 908.178 851.028C908.914 850.407 909.832 850.119 910.765 850.225C912.691 850.429 914.087 852.226 913.875 854.227C913.769 855.197 913.313 856.069 912.585 856.683C912.122 857.077 911.584 857.335 911.015 857.441C910.681 857.509 910.34 857.525 909.999 857.487ZM908.512 851.422C907.882 851.953 907.488 852.703 907.397 853.545C907.215 855.266 908.406 856.812 910.052 856.986C910.848 857.07 911.629 856.827 912.251 856.297C912.881 855.766 913.275 855.016 913.366 854.174C913.549 852.453 912.358 850.907 910.712 850.733C910.416 850.702 910.128 850.717 909.847 850.77C909.361 850.869 908.906 851.089 908.512 851.422Z' fill='%23CD3712'/%3E%3Cpath d='M913.5 853.303V853.758L914.698 853.955L914.592 853.303H913.5Z' fill='%23CD3712'/%3E%3Cpath d='M905.206 853.182L905.031 852.78C905.092 852.75 906.594 852.113 907.352 853.114L907.003 853.379C906.442 852.644 905.213 853.174 905.198 853.174L905.206 853.182Z' fill='%23CD3712'/%3E%3Cpath d='M938.507 896.125C935.92 891.903 932.879 887.514 930.057 883.443C927.311 879.479 924.641 875.764 920.287 873.801C919.938 873.528 919.551 873.308 919.157 873.111C917.04 872.035 914.795 871.216 912.482 870.67C911.966 870.549 911.427 870.443 910.904 870.549C910.866 870.549 910.835 870.572 910.805 870.58C908.704 876.083 904.706 885.081 904.646 884.899C904.6 884.732 900.284 874.301 898.608 870.254C898.388 870.216 898.16 870.231 897.94 870.254C894.497 870.526 888.565 871.421 886.593 872.475C882.072 874.4 879.364 878.19 876.557 882.238C873.735 886.309 870.701 890.698 868.107 894.92C867.948 895.178 867.788 895.504 867.94 895.769C867.993 895.86 868.084 895.928 868.175 895.997C871.869 898.703 875.745 901.159 879.773 903.334C879.955 903.433 880.16 903.531 880.365 903.494C880.638 903.433 880.79 903.145 880.903 902.887C882.125 900.082 883.452 898.362 884.878 896.3C884.37 907.883 883.862 919.458 883.354 931.041C883.331 931.48 883.331 931.965 883.611 932.307C883.824 932.564 884.15 932.678 884.461 932.784C896.18 936.741 909.136 936.938 920.962 933.338C921.379 933.209 921.819 933.057 922.077 932.708C922.327 932.367 922.343 931.905 922.35 931.48C922.441 921.914 921.819 912.355 921.114 902.819C920.947 900.598 920.788 898.377 920.818 896.156C922.6 898.9 924.231 900.719 925.71 904.108C925.824 904.365 925.976 904.661 926.249 904.714C926.454 904.759 926.659 904.653 926.841 904.555C930.869 902.379 934.745 899.923 938.439 897.217C938.53 897.149 938.613 897.088 938.674 896.99C938.833 896.732 938.674 896.398 938.507 896.141V896.125Z' fill='%23FBB204'/%3E%3Cpath d='M918.171 915.168C917.465 917.905 916.904 920.634 916.472 923.423C916.138 925.531 915.463 927.365 913.847 928.821C910.737 931.61 905.883 931.974 901.938 932.505C896.37 933.248 890.257 933.354 884.605 932.815C896.287 936.727 909.182 936.909 920.962 933.316C921.38 933.187 921.819 933.035 922.077 932.687C922.328 932.345 922.343 931.883 922.35 931.459C922.441 921.892 921.819 912.341 921.114 902.805C920.325 906.966 919.225 911.075 918.178 915.168H918.171Z' fill='%23E39702'/%3E%3Cpath d='M884.872 896.473C884.887 896.39 884.909 896.314 884.932 896.23C884.796 896.299 884.652 896.359 884.492 896.412C882.004 897.231 880.267 899.119 877.491 899.24C875.102 899.338 872.758 898.527 870.535 897.648C873.509 899.702 876.596 901.597 879.774 903.318C879.956 903.417 880.161 903.515 880.366 903.477C880.639 903.417 880.791 903.129 880.904 902.871C882.126 900.066 883.453 898.345 884.879 896.284V896.481L884.872 896.473Z' fill='%23E39702'/%3E%3Cpath d='M938.506 896.126C935.92 891.904 932.878 887.515 930.056 883.444C930.018 883.383 929.973 883.323 929.935 883.27C930.83 886.249 931.209 889.417 931.581 892.457C932.195 897.521 930.534 900.629 927.5 904.169C931.293 902.084 934.949 899.757 938.438 897.202C938.529 897.134 938.613 897.073 938.673 896.975C938.833 896.717 938.673 896.384 938.506 896.126Z' fill='%23E39702'/%3E%3Cpath d='M904.636 884.559C904.636 884.559 909.377 874.575 909.924 869.641L913.496 870.732L912.639 881.974L908.672 880.746L904.629 884.559H904.636Z' fill='white'/%3E%3Cpath d='M904.636 884.557C904.636 884.557 900.069 874.347 899.554 869.404L896.125 870.412L897.05 881.965L900.805 880.737L904.628 884.55L904.636 884.557Z' fill='white'/%3E%3Cpath d='M904.403 884.557C903.69 891.228 903.197 897.914 902.939 904.615C902.81 907.943 902.742 911.278 902.726 914.614C902.711 917.926 902.764 921.231 902.726 924.544C902.696 928.266 902.56 931.988 902.127 935.687C902.089 935.983 902.56 935.983 902.59 935.687C903.364 929.069 903.182 922.399 903.182 915.751C903.182 909.088 903.409 902.417 903.864 895.769C904.122 892.024 904.456 888.279 904.85 884.55C904.881 884.254 904.418 884.254 904.388 884.55L904.403 884.557Z' fill='%23C07900'/%3E%3Cpath d='M902.242 887.604C903.137 887.604 903.137 886.217 902.242 886.217C901.347 886.217 901.347 887.604 902.242 887.604Z' fill='%23C07900'/%3E%3Cpath d='M901.421 895.752C902.316 895.752 902.316 894.365 901.421 894.365C900.526 894.365 900.526 895.752 901.421 895.752Z' fill='%23C07900'/%3E%3Cpath d='M900.898 905.008C901.793 905.008 901.793 903.621 900.898 903.621C900.003 903.621 900.003 905.008 900.898 905.008Z' fill='%23C07900'/%3E%3Cpath d='M900.898 913.067C901.793 913.067 901.793 911.68 900.898 911.68C900.003 911.68 900.003 913.067 900.898 913.067Z' fill='%23C07900'/%3E%3Cpath d='M900.663 921.094C901.559 921.094 901.559 919.707 900.663 919.707C899.768 919.707 899.768 921.094 900.663 921.094Z' fill='%23C07900'/%3E%3Cpath d='M900.179 928.879C901.074 928.879 901.074 927.492 900.179 927.492C899.284 927.492 899.284 928.879 900.179 928.879Z' fill='%23C07900'/%3E%3Cpath d='M921.699 894.495C921.585 889.803 921.843 885.103 922.465 880.441C922.647 879.1 922.86 877.758 923.095 876.424C923.148 876.113 922.632 875.977 922.571 876.295C921.729 880.972 921.251 885.695 921.153 890.432C921.122 891.789 921.13 893.146 921.153 894.495C921.16 894.814 921.699 894.814 921.691 894.495H921.699Z' fill='%23C07900'/%3E%3Cpath d='M925.496 902.78C928.841 901.082 931.982 898.997 934.841 896.579C935.661 895.889 936.457 895.169 937.231 894.426C937.443 894.221 937.117 893.895 936.905 894.1C934.219 896.685 931.246 898.959 928.037 900.862C927.127 901.4 926.202 901.908 925.261 902.386C924.996 902.522 925.231 902.916 925.496 902.787V902.78Z' fill='%23C07900'/%3E%3Cpath d='M884.907 893.275C885.021 888.583 884.763 883.883 884.141 879.221C883.959 877.879 883.747 876.537 883.512 875.203C883.459 874.892 883.974 874.756 884.035 875.074C884.877 879.751 885.355 884.474 885.454 889.212C885.484 890.569 885.476 891.925 885.454 893.275C885.446 893.593 884.907 893.593 884.915 893.275H884.907Z' fill='%23C07900'/%3E%3Cpath d='M881.108 901.561C877.763 899.863 874.623 897.778 871.763 895.36C870.944 894.67 870.147 893.95 869.374 893.207C869.161 893.003 869.487 892.677 869.7 892.881C872.385 895.466 875.359 897.74 878.567 899.643C879.477 900.181 880.403 900.689 881.343 901.167C881.609 901.303 881.374 901.697 881.108 901.569V901.561Z' fill='%23C07900'/%3E%3Cpath d='M935.255 899.324L927.077 904.395C927.555 905.51 928.018 906.631 928.45 907.769C928.784 908.648 929.11 909.558 929.072 910.497C929.035 911.445 928.64 912.332 928.253 913.196C925.151 920.056 922.041 926.932 918.362 933.504C918.203 933.784 918.043 934.095 918.096 934.414C918.142 934.679 918.332 934.891 918.514 935.088C919.735 936.4 921.039 937.635 922.428 938.78C927.889 931.488 932.926 923.884 937.507 916.016C937.94 915.281 938.372 914.523 938.539 913.681C938.691 912.931 938.622 912.15 938.531 911.384C938.038 907.23 936.916 903.16 935.255 899.316V899.324Z' fill='%23FD9470'/%3E%3Cpath d='M918.157 934.564C918.559 934.246 918.969 933.935 919.371 933.616C922.526 929.447 925.469 924.99 927.897 920.419C929.33 917.735 930.438 914.855 930.749 911.808C931.052 908.851 930.112 906.244 929.042 903.53C929.004 903.431 928.966 903.325 928.943 903.227L927.077 904.379C927.555 905.493 928.018 906.615 928.45 907.752C928.784 908.631 929.11 909.541 929.072 910.481C929.035 911.429 928.64 912.315 928.253 913.18C925.151 920.04 922.041 926.915 918.362 933.487C918.203 933.768 918.043 934.079 918.096 934.397C918.104 934.45 918.134 934.496 918.149 934.549L918.157 934.564Z' fill='%23FA7F51'/%3E%3Cpath d='M891.045 871.906C893.336 869.185 895.331 866.122 898.145 863.893C898.615 863.522 899.305 863.143 899.791 863.507C899.396 864.705 897.879 865.561 898.114 866.797C898.198 867.229 898.494 867.6 898.789 867.941C899.298 868.548 899.798 869.147 900.307 869.753C900.473 869.958 900.648 870.162 900.716 870.413C900.784 870.663 900.739 870.936 900.655 871.178C900.094 872.907 898.152 873.763 896.567 874.741C893.222 876.803 890.908 880.07 889.095 883.458C887.29 886.847 885.894 890.432 883.892 893.715C882.018 896.777 879.644 899.529 877.103 902.114C875.783 903.455 874.38 904.79 872.65 905.608C871.323 906.245 869.404 906.412 868.6 905.207C868.16 904.555 868.22 903.713 868.326 902.948C868.918 898.703 870.579 894.602 873.12 891.092C877.854 884.565 887.95 876.447 891.045 871.891' fill='%23FD9470'/%3E%3Cpath d='M892.699 871.989C894.467 869.821 895.605 867.198 897.228 864.901C897.243 864.871 897.258 864.833 897.274 864.802C897.274 864.802 897.281 864.81 897.289 864.818C897.418 864.636 897.547 864.461 897.683 864.279C895.112 866.47 893.2 869.328 891.046 871.898C890.348 872.929 889.286 874.141 888.012 875.476C889.756 874.505 891.471 873.489 892.699 871.989Z' fill='%23FA7F51'/%3E%3Cpath d='M884.195 891.183C880.926 895.253 876.299 903.289 870.056 901.848C869.457 901.712 869.002 901.447 868.66 901.106C868.531 901.72 868.41 902.341 868.326 902.963C868.22 903.728 868.16 904.57 868.6 905.222C869.404 906.419 871.315 906.253 872.65 905.623C874.38 904.797 875.783 903.471 877.103 902.129C879.644 899.544 882.018 896.792 883.892 893.73C884.984 891.933 885.894 890.053 886.797 888.158C885.917 889.128 885.045 890.137 884.203 891.19L884.195 891.183Z' fill='%23FA7F51'/%3E%3Cpath d='M1184.6 939.123C1184.73 940.851 1184.85 942.648 1184.2 944.255C1183.63 945.649 1182.49 946.9 1182.57 948.401C1182.57 948.507 1182.59 948.621 1182.66 948.697C1182.75 948.795 1182.89 948.818 1183.03 948.826C1186.95 949.136 1190.88 949.447 1194.81 949.212C1196.43 949.114 1198.05 948.924 1199.66 948.795C1203.68 948.469 1207.74 948.507 1211.75 948.917C1210.65 945.27 1210.1 941.457 1210.11 937.645' fill='%23FD9470'/%3E%3Cpath d='M1184.55 943.026C1188.44 943.125 1192.53 942.791 1196.42 942.587C1200.95 942.344 1205.7 941.98 1210 940.449C1210.07 940.426 1210.14 940.411 1210.21 940.388C1210.15 939.471 1210.12 938.554 1210.12 937.637L1184.6 939.122C1184.7 940.419 1184.79 941.76 1184.55 943.026Z' fill='%23FA7F51'/%3E%3Cpath d='M1195.29 1056.71L1195.55 1045.04C1194.27 1044.97 1193 1044.88 1191.71 1044.85C1190.62 1044.82 1189.58 1044.89 1188.54 1044.79C1189.38 1050.68 1190.12 1056.32 1190.13 1058.26C1190.14 1060.76 1188.94 1063.8 1188.94 1063.8C1195.66 1066.98 1195.54 1062.23 1195.41 1060.3C1195.32 1059.1 1195.27 1057.91 1195.29 1056.71Z' fill='%23FD9470'/%3E%3Cpath d='M1189.72 1060.46C1188.15 1063.24 1187.45 1066.81 1187.81 1070.22C1187.86 1070.64 1187.93 1071.08 1188.15 1071.4C1188.32 1071.66 1188.58 1071.81 1188.83 1071.94C1191.14 1073.11 1193.79 1073.04 1196.06 1071.76C1196.25 1071.66 1196.44 1071.54 1196.57 1071.32C1196.72 1071.08 1196.76 1070.76 1196.79 1070.46C1196.98 1068.55 1196.97 1066.61 1196.73 1064.71' fill='%23E39702'/%3E%3Cpath d='M1189.9 1059.53C1191.24 1058.35 1193.13 1058.07 1194.49 1059.23C1195.82 1060.37 1196.35 1062.52 1196.79 1064.52C1197.09 1065.88 1197.32 1067.57 1196.52 1068.53C1196.22 1068.89 1195.84 1069.08 1195.45 1069.23C1193.98 1069.8 1192.42 1069.95 1190.89 1069.67C1189.65 1069.44 1188.26 1068.69 1187.94 1067.12C1187.77 1066.25 1187.97 1065.34 1188.2 1064.49C1188.73 1062.53 1189.08 1061.33 1189.9 1059.53Z' fill='%23FBB204'/%3E%3Cpath d='M1190.2 1066.1C1190.5 1066.1 1190.5 1065.58 1190.2 1065.58C1189.91 1065.58 1189.91 1066.1 1190.2 1066.1Z' fill='white'/%3E%3Cpath d='M1194.71 1066C1195.01 1066 1195.01 1065.48 1194.71 1065.48C1194.42 1065.48 1194.42 1066 1194.71 1066Z' fill='white'/%3E%3Cpath d='M1191.25 1066.06C1192.07 1065.94 1192.89 1065.93 1193.7 1066.02C1193.83 1066.03 1193.93 1065.89 1193.93 1065.76C1193.93 1065.61 1193.83 1065.51 1193.7 1065.5C1192.89 1065.42 1192.07 1065.43 1191.25 1065.54C1191.13 1065.56 1191.03 1065.65 1191.03 1065.8C1191.03 1065.93 1191.13 1066.08 1191.25 1066.06Z' fill='white'/%3E%3Cpath d='M1190.23 1063.69C1190.52 1063.69 1190.52 1063.17 1190.23 1063.17C1189.93 1063.17 1189.93 1063.69 1190.23 1063.69Z' fill='white'/%3E%3Cpath d='M1194.73 1063.59C1195.03 1063.59 1195.03 1063.06 1194.73 1063.06C1194.43 1063.06 1194.43 1063.59 1194.73 1063.59Z' fill='white'/%3E%3Cpath d='M1191.27 1063.64C1192.08 1063.52 1192.9 1063.52 1193.72 1063.6C1193.84 1063.62 1193.95 1063.47 1193.95 1063.34C1193.95 1063.19 1193.84 1063.09 1193.72 1063.08C1192.91 1063 1192.08 1063.02 1191.27 1063.12C1191.15 1063.14 1191.04 1063.23 1191.04 1063.38C1191.04 1063.51 1191.15 1063.66 1191.27 1063.64Z' fill='white'/%3E%3Cpath d='M1190.23 1061.23C1190.52 1061.23 1190.52 1060.7 1190.23 1060.7C1189.93 1060.7 1189.93 1061.23 1190.23 1061.23Z' fill='white'/%3E%3Cpath d='M1194.73 1061.13C1195.03 1061.13 1195.03 1060.61 1194.73 1060.61C1194.43 1060.61 1194.43 1061.13 1194.73 1061.13Z' fill='white'/%3E%3Cpath d='M1191.27 1061.18C1192.08 1061.07 1192.9 1061.06 1193.72 1061.14C1193.84 1061.16 1193.95 1061.01 1193.95 1060.89C1193.95 1060.73 1193.84 1060.64 1193.72 1060.63C1192.91 1060.54 1192.08 1060.56 1191.27 1060.67C1191.15 1060.68 1191.04 1060.77 1191.04 1060.92C1191.04 1061.05 1191.15 1061.2 1191.27 1061.18Z' fill='white'/%3E%3Cpath d='M1216.99 1056.78L1215.43 1045.22C1216.7 1045.01 1217.96 1044.77 1219.23 1044.6C1220.31 1044.45 1221.35 1044.4 1222.37 1044.2C1222.19 1050.15 1222.09 1055.82 1222.3 1057.76C1222.56 1060.24 1224.1 1063.12 1224.1 1063.12C1217.79 1067.04 1217.37 1062.3 1217.28 1060.37C1217.23 1059.17 1217.16 1057.98 1217 1056.79L1216.99 1056.78Z' fill='%23FD9470'/%3E%3Cpath d='M1222.95 1059.89C1224.82 1062.48 1225.92 1065.95 1225.93 1069.38C1225.93 1069.8 1225.92 1070.25 1225.73 1070.59C1225.59 1070.87 1225.35 1071.05 1225.11 1071.2C1222.96 1072.62 1220.3 1072.86 1217.91 1071.84C1217.71 1071.76 1217.5 1071.66 1217.35 1071.46C1217.18 1071.24 1217.1 1070.92 1217.03 1070.63C1216.62 1068.76 1216.43 1066.82 1216.44 1064.91' fill='%23E39702'/%3E%3Cpath d='M1222.66 1058.98C1221.19 1057.97 1219.29 1057.9 1218.07 1059.2C1216.87 1060.48 1216.58 1062.68 1216.37 1064.7C1216.22 1066.09 1216.17 1067.79 1217.08 1068.66C1217.41 1068.98 1217.82 1069.13 1218.23 1069.23C1219.75 1069.63 1221.33 1069.61 1222.81 1069.16C1224.02 1068.79 1225.32 1067.9 1225.45 1066.3C1225.53 1065.42 1225.23 1064.53 1224.91 1063.72C1224.16 1061.83 1223.68 1060.67 1222.66 1058.98Z' fill='%23FBB204'/%3E%3Cpath d='M1223.1 1065.55C1222.8 1065.58 1222.75 1065.06 1223.03 1065.03C1223.33 1065 1223.38 1065.52 1223.1 1065.55Z' fill='white'/%3E%3Cpath d='M1218.61 1065.95C1218.31 1065.98 1218.26 1065.47 1218.55 1065.43C1218.84 1065.4 1218.9 1065.92 1218.61 1065.95Z' fill='white'/%3E%3Cpath d='M1222.05 1065.62C1221.23 1065.59 1220.41 1065.68 1219.62 1065.85C1219.49 1065.87 1219.37 1065.75 1219.36 1065.62C1219.34 1065.47 1219.43 1065.36 1219.55 1065.33C1220.36 1065.15 1221.17 1065.08 1221.99 1065.09C1222.11 1065.09 1222.23 1065.18 1222.25 1065.33C1222.26 1065.46 1222.17 1065.62 1222.05 1065.62Z' fill='white'/%3E%3Cpath d='M1222.81 1063.15C1222.51 1063.18 1222.46 1062.67 1222.75 1062.64C1223.04 1062.61 1223.09 1063.12 1222.81 1063.15Z' fill='white'/%3E%3Cpath d='M1218.32 1063.56C1218.02 1063.59 1217.97 1063.07 1218.26 1063.04C1218.55 1063.01 1218.61 1063.53 1218.32 1063.56Z' fill='white'/%3E%3Cpath d='M1221.76 1063.22C1220.94 1063.2 1220.12 1063.28 1219.33 1063.46C1219.2 1063.48 1219.08 1063.35 1219.07 1063.22C1219.05 1063.07 1219.14 1062.96 1219.27 1062.93C1220.07 1062.76 1220.88 1062.68 1221.7 1062.7C1221.82 1062.7 1221.94 1062.78 1221.96 1062.93C1221.97 1063.06 1221.88 1063.22 1221.76 1063.22Z' fill='white'/%3E%3Cpath d='M1222.54 1060.7C1222.24 1060.73 1222.19 1060.22 1222.48 1060.19C1222.77 1060.16 1222.82 1060.67 1222.54 1060.7Z' fill='white'/%3E%3Cpath d='M1218.04 1061.11C1217.74 1061.14 1217.69 1060.62 1217.98 1060.59C1218.27 1060.56 1218.32 1061.08 1218.04 1061.11Z' fill='white'/%3E%3Cpath d='M1221.48 1060.78C1220.66 1060.76 1219.84 1060.84 1219.04 1061.02C1218.92 1061.04 1218.8 1060.91 1218.79 1060.78C1218.77 1060.63 1218.86 1060.52 1218.98 1060.49C1219.79 1060.32 1220.6 1060.24 1221.42 1060.26C1221.54 1060.26 1221.66 1060.34 1221.68 1060.49C1221.69 1060.62 1221.6 1060.78 1221.48 1060.78Z' fill='white'/%3E%3Cpath d='M1182.57 928.479C1181.29 931.193 1179.35 935.817 1178.28 938.622C1177.86 939.714 1177.45 940.873 1177.62 942.033C1177.74 942.912 1178.19 943.708 1178.63 944.482C1181.93 950.212 1185.67 955.693 1189.81 960.848C1190.05 961.143 1190.3 961.484 1190.29 961.863C1190.27 962.152 1190.11 962.402 1189.94 962.644C1189.24 963.66 1188.54 964.676 1187.85 965.699C1187.72 965.873 1187.57 966.071 1187.36 966.078C1187.15 966.078 1187 965.919 1186.87 965.767C1183.52 961.879 1180.18 957.982 1176.83 954.094C1174.37 951.236 1171.9 948.355 1170.08 945.058C1169.53 944.08 1169.05 943.034 1168.96 941.912C1168.9 941.055 1169.09 940.191 1169.28 939.357C1170.76 933.081 1173.14 927.024 1176.32 921.43' fill='%23FD9470'/%3E%3Cpath d='M1177.61 942.034C1177.45 940.874 1177.86 939.714 1178.27 938.622C1179.34 935.825 1181.28 931.194 1182.57 928.48L1182.5 928.396C1182.27 928.677 1181.98 928.927 1181.62 929.147C1179.18 930.625 1178.02 933.945 1177.07 936.477C1175.74 940.002 1176.01 942.814 1177.49 946.286C1178.52 948.689 1179.66 951.092 1180.91 953.457C1183.51 957.194 1186.14 960.916 1188.42 964.835C1188.92 964.1 1189.43 963.372 1189.93 962.637C1190.1 962.402 1190.27 962.144 1190.28 961.856C1190.3 961.47 1190.05 961.136 1189.8 960.841C1185.66 955.686 1181.91 950.205 1178.62 944.474C1178.18 943.701 1177.73 942.905 1177.61 942.026V942.034Z' fill='%23FA7F51'/%3E%3Cpath d='M1184.03 945.066C1180.53 948.568 1179.4 953.715 1178.42 958.559C1177.52 962.956 1176.63 967.39 1176.67 971.878C1176.7 975.911 1177.47 979.89 1178.17 983.863C1180.57 997.651 1181.98 1011.61 1182.38 1025.59C1182.69 1036.02 1182.57 1047.05 1187.87 1056.03C1188.1 1056.42 1188.37 1056.84 1188.8 1057.01C1189.14 1057.15 1189.51 1057.11 1189.86 1057.07C1191.65 1056.89 1193.43 1056.71 1195.21 1056.52C1195.47 1056.49 1195.76 1056.45 1195.92 1056.25C1196.06 1056.09 1196.08 1055.86 1196.09 1055.66C1198 1028.94 1195.11 1001.96 1198.29 975.357C1202.79 1002.28 1208.25 1029.05 1214.65 1055.58C1214.78 1056.12 1215.26 1056.49 1215.81 1056.51C1218.13 1056.56 1220.48 1056.32 1222.81 1055.41C1223.13 1055.28 1223.35 1055 1223.41 1054.66C1224.28 1049.04 1223.51 1043.29 1222.78 1037.64C1219.71 1013.65 1217.42 989.555 1215.93 965.412C1215.53 958.916 1215.1 952.116 1211.66 946.582C1211.52 946.355 1211.36 946.112 1211.1 946.006C1210.82 945.892 1210.5 945.983 1210.21 946.074C1206.29 947.234 1202.11 946.946 1198.04 946.65C1193.37 946.309 1188.7 945.4 1184.02 945.059' fill='%23003260'/%3E%3Cpath d='M1197.03 991.601C1196.61 994.596 1196.11 997.575 1195.79 1000.58C1194.92 1008.58 1194.7 1016.62 1194.57 1024.67C1194.46 1032.3 1194.71 1040.13 1193.69 1047.71C1193.23 1051.18 1192.12 1054.71 1189.73 1057.09C1189.78 1057.09 1189.83 1057.08 1189.88 1057.07C1191.66 1056.89 1193.44 1056.71 1195.23 1056.52C1195.48 1056.49 1195.77 1056.45 1195.94 1056.25C1196.08 1056.09 1196.09 1055.86 1196.11 1055.66C1197.62 1034.35 1196.11 1012.89 1197.04 991.594L1197.03 991.601Z' fill='%23001E3B'/%3E%3Cpath d='M1181.13 963.676C1182.48 958.339 1183.73 950.092 1190.05 948.599C1193.09 947.886 1196.46 948.485 1199.56 948.273C1203.13 948.03 1206.66 947.621 1209.91 946.158C1206.08 947.211 1202.02 946.946 1198.06 946.65C1193.38 946.309 1188.71 945.4 1184.04 945.059C1180.54 948.561 1179.41 953.708 1178.43 958.552C1177.53 962.948 1176.64 967.383 1176.67 971.87C1176.7 975.903 1177.48 979.883 1178.17 983.855C1178.26 984.317 1178.33 984.78 1178.4 985.242C1178.66 977.942 1179.37 970.695 1181.14 963.668L1181.13 963.676Z' fill='%23001E3B'/%3E%3Cpath d='M1222.79 1037.64C1220.76 1021.82 1219.09 1005.97 1217.75 990.078C1217.8 992.83 1217.81 995.589 1217.67 998.348C1217.28 1005.93 1216.8 1013.49 1217.38 1021.07C1217.97 1028.75 1219.23 1036.35 1219.74 1044.02C1220.04 1048.34 1220.38 1052.87 1218.17 1056.44C1219.72 1056.32 1221.27 1056 1222.82 1055.41C1223.13 1055.28 1223.36 1055 1223.41 1054.66C1224.28 1049.04 1223.52 1043.28 1222.79 1037.64Z' fill='%23001E3B'/%3E%3Cpath d='M1179.79 955.511C1182.1 953.396 1183.64 950.485 1184.05 947.385C1184.1 947.074 1183.61 946.938 1183.58 947.256C1183.17 950.28 1181.69 953.1 1179.44 955.162C1179.21 955.382 1179.56 955.731 1179.79 955.511Z' fill='white'/%3E%3Cpath d='M1209.66 948.234C1210.14 951.509 1212 954.496 1214.72 956.398C1214.99 956.58 1215.23 956.148 1214.97 955.966C1212.36 954.139 1210.6 951.244 1210.15 948.106C1210.1 947.787 1209.62 947.924 1209.67 948.234H1209.66Z' fill='white'/%3E%3Cpath d='M1184.26 946.864C1184.23 947.273 1184.18 947.675 1184.14 948.084C1184.13 948.213 1184.26 948.342 1184.39 948.334C1184.54 948.334 1184.63 948.228 1184.64 948.084C1184.68 947.675 1184.73 947.273 1184.76 946.864C1184.78 946.735 1184.64 946.606 1184.51 946.614C1184.37 946.614 1184.28 946.72 1184.26 946.864Z' fill='white'/%3E%3Cpath d='M1186.18 946.916C1185.89 947.598 1185.71 948.311 1185.68 949.054C1185.68 949.19 1185.8 949.304 1185.93 949.304C1186.07 949.304 1186.18 949.19 1186.18 949.054C1186.21 948.409 1186.36 947.757 1186.62 947.166C1186.67 947.045 1186.65 946.901 1186.53 946.825C1186.42 946.764 1186.24 946.787 1186.18 946.916Z' fill='white'/%3E%3Cpath d='M1187.94 947.287C1187.84 947.977 1187.73 948.667 1187.63 949.356C1187.61 949.493 1187.66 949.622 1187.81 949.66C1187.92 949.69 1188.1 949.622 1188.11 949.485L1188.42 947.416C1188.44 947.279 1188.38 947.15 1188.24 947.113C1188.13 947.082 1187.95 947.15 1187.94 947.287Z' fill='white'/%3E%3Cpath d='M1189.39 947.65C1189.32 948.113 1189.3 948.583 1189.33 949.053C1189.33 949.181 1189.43 949.31 1189.58 949.303C1189.7 949.303 1189.83 949.197 1189.83 949.053C1189.81 948.833 1189.81 948.613 1189.82 948.393C1189.82 948.287 1189.83 948.181 1189.84 948.067C1189.84 948.014 1189.85 947.961 1189.86 947.916C1189.86 947.916 1189.86 947.84 1189.86 947.878C1189.86 947.847 1189.86 947.809 1189.87 947.779C1189.89 947.65 1189.84 947.506 1189.7 947.476C1189.58 947.446 1189.41 947.514 1189.39 947.65Z' fill='white'/%3E%3Cpath d='M1190.66 947.711C1190.68 948.242 1190.7 948.765 1190.72 949.296C1190.72 949.425 1190.83 949.553 1190.97 949.546C1191.1 949.546 1191.23 949.44 1191.22 949.296C1191.2 948.765 1191.18 948.242 1191.16 947.711C1191.16 947.583 1191.05 947.454 1190.91 947.461C1190.78 947.461 1190.65 947.567 1190.66 947.711Z' fill='white'/%3E%3Cpath d='M1192.5 947.713L1192.26 949.236C1192.24 949.365 1192.29 949.509 1192.43 949.54C1192.55 949.57 1192.71 949.502 1192.74 949.365C1192.82 948.857 1192.9 948.349 1192.98 947.842C1193 947.713 1192.95 947.569 1192.81 947.538C1192.68 947.508 1192.52 947.576 1192.5 947.713Z' fill='white'/%3E%3Cpath d='M1193.96 947.651C1193.88 948.378 1193.87 949.114 1193.94 949.841C1193.95 949.978 1194.04 950.091 1194.19 950.091C1194.31 950.091 1194.45 949.978 1194.44 949.841C1194.37 949.114 1194.37 948.378 1194.46 947.651C1194.48 947.514 1194.33 947.4 1194.21 947.4C1194.07 947.4 1193.97 947.514 1193.96 947.651Z' fill='white'/%3E%3Cpath d='M1195.73 948.024C1195.66 948.729 1195.64 949.441 1195.67 950.154C1195.68 950.472 1196.17 950.472 1196.17 950.154C1196.14 949.441 1196.17 948.729 1196.23 948.024C1196.24 947.887 1196.11 947.773 1195.98 947.773C1195.83 947.773 1195.74 947.887 1195.73 948.024Z' fill='white'/%3E%3Cpath d='M1197.19 948.204C1197.22 948.954 1197.25 949.705 1197.28 950.455C1197.3 950.773 1197.79 950.773 1197.78 950.455L1197.69 948.204C1197.68 947.885 1197.18 947.885 1197.19 948.204Z' fill='white'/%3E%3Cpath d='M1199.2 948.264C1199.17 948.87 1199.18 949.484 1199.25 950.091C1199.27 950.227 1199.36 950.341 1199.5 950.341C1199.62 950.341 1199.77 950.227 1199.75 950.091C1199.68 949.484 1199.67 948.87 1199.7 948.264C1199.7 948.127 1199.58 948.014 1199.45 948.014C1199.31 948.014 1199.21 948.127 1199.2 948.264Z' fill='white'/%3E%3Cpath d='M1200.85 948.387C1200.82 949.016 1200.83 949.645 1200.89 950.274C1200.91 950.411 1201 950.525 1201.14 950.525C1201.26 950.525 1201.41 950.411 1201.39 950.274C1201.33 949.645 1201.32 949.016 1201.35 948.387C1201.35 948.25 1201.23 948.137 1201.1 948.137C1200.95 948.137 1200.85 948.25 1200.85 948.387Z' fill='white'/%3E%3Cpath d='M1202.24 948.083V950.031C1202.24 950.349 1202.74 950.349 1202.74 950.031V948.083C1202.74 947.764 1202.24 947.764 1202.24 948.083Z' fill='white'/%3E%3Cpath d='M1203.71 948.203C1203.75 948.923 1203.82 949.636 1203.93 950.341C1203.96 950.47 1204.12 950.546 1204.24 950.515C1204.38 950.477 1204.44 950.341 1204.41 950.212C1204.31 949.545 1204.24 948.878 1204.21 948.203C1204.21 948.067 1204.09 947.953 1203.96 947.953C1203.83 947.953 1203.7 948.067 1203.71 948.203H1203.71Z' fill='white'/%3E%3Cpath d='M1205.18 948.636C1205.31 949.22 1205.49 949.788 1205.72 950.342C1205.77 950.463 1205.88 950.554 1206.02 950.516C1206.13 950.486 1206.25 950.334 1206.2 950.213C1205.96 949.659 1205.79 949.091 1205.66 948.507C1205.63 948.378 1205.47 948.303 1205.35 948.333C1205.22 948.371 1205.15 948.507 1205.18 948.636Z' fill='white'/%3E%3Cpath d='M1206.83 948.082C1207.04 948.825 1207.2 949.576 1207.31 950.341C1207.33 950.478 1207.5 950.546 1207.61 950.516C1207.76 950.478 1207.8 950.341 1207.79 950.213C1207.67 949.455 1207.51 948.696 1207.31 947.954C1207.23 947.643 1206.74 947.779 1206.83 948.082Z' fill='white'/%3E%3Cpath d='M1208.7 947.961C1208.7 948.719 1208.87 949.462 1209.17 950.16C1209.22 950.281 1209.4 950.311 1209.51 950.251C1209.64 950.175 1209.65 950.031 1209.6 949.91C1209.34 949.296 1209.21 948.629 1209.2 947.961C1209.2 947.643 1208.7 947.643 1208.7 947.961Z' fill='white'/%3E%3Cpath d='M1210.61 947.416C1210.8 947.909 1211 948.394 1211.2 948.887C1211.24 949.008 1211.37 949.107 1211.5 949.061C1211.62 949.023 1211.73 948.887 1211.68 948.758C1211.48 948.265 1211.28 947.78 1211.09 947.287C1211.04 947.166 1210.92 947.067 1210.78 947.113C1210.67 947.151 1210.55 947.287 1210.61 947.416Z' fill='white'/%3E%3Cpath d='M1198.9 951.676C1199.3 955.671 1199.31 959.696 1198.91 963.698C1198.9 963.774 1198.96 963.88 1199.03 963.911C1199.75 964.244 1200.57 964.039 1201.13 963.494C1201.76 962.895 1201.98 962.008 1202.07 961.182C1202.2 960.136 1202.13 959.067 1202.07 958.013C1202.01 956.952 1201.92 955.89 1201.82 954.829C1201.69 953.624 1201.55 952.426 1201.38 951.229C1201.33 950.91 1200.85 951.047 1200.9 951.357C1201.24 953.745 1201.47 956.148 1201.6 958.559C1201.66 959.681 1201.72 960.848 1201.43 961.947C1201.19 962.834 1200.34 963.971 1199.28 963.478C1199.32 963.547 1199.37 963.622 1199.4 963.691C1199.79 959.696 1199.79 955.671 1199.39 951.668C1199.36 951.35 1198.86 951.35 1198.89 951.668L1198.9 951.676Z' fill='white'/%3E%3Cpath d='M1198.99 962.909C1198.9 966.184 1198.68 969.451 1198.32 972.711C1198.21 973.643 1198.1 974.576 1197.98 975.508C1197.95 975.743 1198.44 975.751 1198.48 975.508C1198.92 972.248 1199.22 968.989 1199.38 965.714C1199.43 964.774 1199.46 963.842 1199.49 962.902C1199.49 962.667 1198.99 962.659 1198.99 962.902V962.909Z' fill='white'/%3E%3Cpath d='M1179.36 955.285C1178.88 958.673 1178.38 962.062 1177.92 965.45C1177.47 968.793 1177.26 972.098 1177.6 975.464C1177.94 978.792 1178.52 982.089 1178.99 985.394C1179.49 988.843 1179.96 992.285 1180.41 995.741C1181.29 1002.52 1182.08 1009.32 1182.75 1016.12C1183.41 1022.92 1183.95 1029.74 1184.33 1036.56C1184.51 1039.85 1184.51 1043.18 1184.94 1046.45C1185.15 1048 1185.5 1049.52 1186.06 1050.99C1186.61 1052.47 1187.3 1053.88 1187.88 1055.32C1188.17 1056.04 1188.43 1056.76 1188.63 1057.49C1188.73 1057.79 1189.2 1057.67 1189.11 1057.36C1188.26 1054.36 1186.57 1051.67 1185.84 1048.63C1185.08 1045.45 1185.11 1042.13 1184.95 1038.88C1184.61 1032.09 1184.11 1025.31 1183.48 1018.53C1182.85 1011.79 1182.1 1005.06 1181.25 998.342C1180.4 991.671 1179.42 985.03 1178.46 978.375C1177.98 974.971 1177.76 971.613 1178.1 968.179C1178.44 964.753 1179.01 961.342 1179.49 957.931C1179.61 957.089 1179.72 956.248 1179.84 955.406C1179.89 955.095 1179.41 954.959 1179.37 955.277L1179.36 955.285Z' fill='white'/%3E%3Cpath d='M1222.77 1054.24C1221.33 1041.47 1219.89 1028.72 1218.45 1015.95C1217.74 1009.63 1216.91 1003.31 1216.43 996.969C1215.94 990.624 1215.88 984.249 1215.7 977.889C1215.49 970.642 1215.27 963.403 1215.06 956.156C1215.05 955.845 1214.58 955.837 1214.59 956.156C1214.78 962.614 1214.97 969.08 1215.16 975.539C1215.35 981.906 1215.43 988.289 1215.8 994.641C1216.18 1000.99 1217.01 1007.3 1217.72 1013.62C1218.44 1019.96 1219.16 1026.3 1219.88 1032.65C1220.69 1039.84 1221.5 1047.04 1222.32 1054.23C1222.36 1054.54 1222.83 1054.54 1222.79 1054.23L1222.77 1054.24Z' fill='white'/%3E%3Cpath d='M1210.77 898.075C1210.4 897.029 1209.73 896.028 1209.78 894.914C1209.81 894.247 1210.1 893.618 1210.34 892.996C1211.15 890.912 1211.38 888.418 1210.15 886.553C1209.52 885.605 1208.58 884.9 1208.05 883.9C1207.45 882.785 1207.45 881.466 1207.14 880.238C1206.68 878.412 1205.5 876.767 1203.91 875.743C1203.44 875.44 1202.94 875.205 1202.42 875.016C1203.1 873.613 1203.08 871.877 1202.4 870.452C1201.57 868.709 1199.85 867.465 1197.98 866.988C1196.11 866.503 1194.1 866.738 1192.28 867.405C1190.62 868.019 1189.07 869.012 1188.01 870.422C1186.95 871.832 1186.42 873.689 1186.79 875.41C1186.96 876.175 1187.32 876.895 1187.82 877.502C1186.21 878.836 1184.92 880.519 1184.64 882.55C1184.45 883.847 1184.71 885.188 1184.39 886.454C1183.79 888.797 1181.45 890.222 1180.17 892.268C1178.3 895.24 1179.02 899.417 1181.41 901.979C1183.81 904.541 1187.56 905.587 1191.05 905.178C1192.33 905.026 1193.59 904.7 1194.87 904.602C1198.9 904.291 1202.94 906.209 1206.9 905.405C1207.8 905.223 1208.7 904.89 1209.4 904.283C1210.06 903.722 1210.52 902.949 1210.79 902.131C1211.23 900.819 1211.22 899.364 1210.75 898.06L1210.77 898.075Z' fill='%236E2601'/%3E%3Cpath d='M1208.5 907.862C1203.79 906.982 1201.73 904.382 1201.73 904.382C1200.31 900.759 1201.07 897.567 1201.5 896.286C1198.61 896.127 1195.73 896.127 1192.84 895.96C1192.55 895.945 1192.27 895.892 1192.02 895.816C1192.32 896.544 1193.62 900.168 1191.96 904.382C1191.96 904.382 1189.9 906.982 1185.19 907.862C1180.48 908.741 1178.42 910.803 1178.45 913.251C1178.46 915.192 1191.43 915.162 1196.85 915.063C1202.27 915.162 1215.24 915.192 1215.25 913.251C1215.27 910.795 1213.22 908.741 1208.51 907.862H1208.5Z' fill='%23FD9470'/%3E%3Cpath d='M1192.77 898.371C1193.43 899.402 1196.17 900.395 1197.33 900.524C1198.8 900.691 1200.3 900.38 1200.93 899.258C1200.8 897.219 1201.22 897.12 1201.5 896.286C1198.61 896.127 1195.73 896.127 1192.84 895.96C1192.55 895.945 1192.27 895.892 1192.02 895.816C1192.14 896.112 1192.43 896.885 1192.61 897.984C1192.79 898.159 1192.63 898.128 1192.78 898.371H1192.77Z' fill='%23FA7F51'/%3E%3Cpath d='M1189.44 889.35C1189.16 888.971 1188.85 888.615 1188.46 888.372C1188.06 888.13 1187.56 888.016 1187.12 888.152C1186.7 888.289 1186.36 888.645 1186.19 889.054C1186.02 889.464 1186 889.934 1186.07 890.373C1186.19 891.162 1186.62 891.935 1187.33 892.291C1188.04 892.647 1189.03 892.466 1189.43 891.776C1189.69 891.321 1189.66 890.752 1189.59 890.229' fill='%23FD9470'/%3E%3Cpath d='M1188.71 889.668C1188.62 889.532 1188.51 889.403 1188.37 889.319C1188.22 889.236 1188.05 889.19 1187.9 889.243C1187.74 889.289 1187.62 889.418 1187.57 889.562C1187.51 889.706 1187.5 889.873 1187.52 890.032C1187.57 890.312 1187.72 890.585 1187.97 890.714C1188.22 890.843 1188.58 890.775 1188.71 890.532C1188.81 890.373 1188.8 890.168 1188.77 889.986' fill='%23FA7F51'/%3E%3Cpath d='M1203.5 889.079C1203.77 888.7 1204.08 888.343 1204.48 888.101C1204.87 887.858 1205.37 887.744 1205.81 887.881C1206.24 888.017 1206.57 888.374 1206.74 888.783C1206.91 889.192 1206.93 889.662 1206.87 890.102C1206.74 890.89 1206.31 891.663 1205.61 892.02C1204.89 892.376 1203.9 892.194 1203.51 891.504C1203.24 891.049 1203.27 890.481 1203.35 889.958' fill='%23FD9470'/%3E%3Cpath d='M1204.22 889.397C1204.32 889.26 1204.42 889.131 1204.57 889.048C1204.71 888.964 1204.89 888.919 1205.04 888.972C1205.19 889.017 1205.31 889.146 1205.36 889.29C1205.42 889.434 1205.43 889.601 1205.41 889.76C1205.36 890.041 1205.21 890.314 1204.96 890.443C1204.71 890.571 1204.35 890.503 1204.22 890.261C1204.13 890.101 1204.13 889.897 1204.17 889.715' fill='%23FA7F51'/%3E%3Cpath d='M1188.71 882.089C1187.91 885.879 1188.18 889.897 1189.47 893.55C1189.85 894.65 1190.35 895.734 1191.07 896.651C1191.85 897.621 1192.87 898.372 1193.94 898.993C1194.62 899.38 1195.32 899.729 1196.08 899.888C1197.57 900.198 1199.15 899.744 1200.37 898.842C1201.59 897.94 1202.19 897.257 1203.04 895.658C1203.64 894.544 1203.92 893.315 1204.18 892.08C1204.52 890.48 1204.69 888.35 1204.64 886.721C1204.61 885.743 1204.44 884.772 1204.26 883.81C1203.89 881.786 1203.36 879.595 1201.73 878.344C1199.98 876.995 1197.51 877.169 1195.38 877.761' fill='%23FD9470'/%3E%3Cpath d='M1189.38 891.308C1189.29 892.126 1190.12 892.877 1191.23 892.99C1192.33 893.104 1193.29 892.536 1193.37 891.717C1193.46 890.898 1192.63 890.148 1191.52 890.034C1190.42 889.92 1189.46 890.489 1189.38 891.308Z' fill='%23FA7F51'/%3E%3Cpath d='M1203.44 891.374C1203.64 892.17 1202.92 893.026 1201.85 893.299C1200.77 893.565 1199.74 893.14 1199.54 892.344C1199.34 891.548 1200.06 890.692 1201.13 890.419C1202.21 890.153 1203.24 890.578 1203.44 891.374Z' fill='%23FA7F51'/%3E%3Cpath d='M1192.81 885.325C1191.6 885.341 1190.06 885.477 1189.48 886.205C1189.18 886.569 1188.8 886.516 1189.07 886.121C1189.89 884.924 1191.08 884.734 1192.84 884.575C1193.03 884.56 1193.2 884.757 1193.19 884.977C1193.19 885.159 1193.01 885.363 1192.81 885.325Z' fill='%236E2601'/%3E%3Cpath d='M1191.39 888.116C1191.5 888.654 1191.94 889.018 1192.38 888.927C1192.82 888.844 1193.09 888.336 1192.98 887.798C1192.87 887.259 1192.43 886.896 1191.99 886.987C1191.55 887.07 1191.29 887.578 1191.39 888.116Z' fill='%232D0E0B'/%3E%3Cpath d='M1199.76 885.325C1200.98 885.341 1202.52 885.477 1203.1 886.205C1203.4 886.569 1203.78 886.516 1203.51 886.121C1202.69 884.924 1201.49 884.734 1199.73 884.575C1199.54 884.56 1199.38 884.757 1199.38 884.977C1199.38 885.159 1199.57 885.363 1199.76 885.325Z' fill='%236E2601'/%3E%3Cpath d='M1201.18 888.116C1201.07 888.654 1200.63 889.018 1200.19 888.927C1199.75 888.844 1199.49 888.336 1199.59 887.798C1199.7 887.259 1200.14 886.896 1200.58 886.987C1201.02 887.07 1201.29 887.578 1201.18 888.116Z' fill='%232D0E0B'/%3E%3Cpath d='M1196.99 891.064C1197.31 890.988 1197.58 890.851 1197.84 890.677C1196.91 889.896 1196.57 888.956 1196.67 887.819C1196.68 887.668 1196.72 887.402 1196.91 887.402C1197.07 887.402 1197 887.804 1197 887.963C1196.99 889.366 1197.57 889.798 1198.56 890.48C1198.69 890.571 1198.69 890.783 1198.57 890.882C1198.19 891.23 1197.72 891.481 1197.19 891.609C1196.79 891.708 1196.6 891.162 1197 891.064H1196.99Z' fill='%23F26E45'/%3E%3Cpath d='M1198.97 894.051C1198.97 894.051 1196.98 894.051 1194.62 894.475C1194.62 894.475 1197.46 896.446 1198.97 894.051Z' fill='%23E33E3E'/%3E%3Cpath d='M1196.53 874.492C1193.68 874.121 1190.81 875.713 1189.14 878.047C1187.47 880.382 1186.89 883.346 1186.93 886.219C1186.93 886.28 1186.93 886.348 1186.97 886.401C1187.05 886.507 1187.21 886.477 1187.33 886.431C1188.76 885.908 1190.12 885.196 1191.58 884.786C1192.83 884.438 1194.13 884.316 1195.42 884.43C1195.65 884.453 1195.91 884.468 1196.08 884.301C1196.19 884.187 1196.22 884.028 1196.25 883.869C1196.46 882.565 1196.66 881.254 1196.85 879.95C1197.68 881.231 1198.11 882.77 1198.04 884.301C1198.04 884.468 1198.04 884.657 1198.17 884.756C1198.25 884.817 1198.36 884.824 1198.46 884.832C1198.95 884.854 1199.46 884.87 1199.95 884.892C1200.18 884.9 1200.45 884.892 1200.62 884.733C1200.77 884.582 1200.78 884.347 1200.79 884.142C1200.81 883.46 1200.84 882.777 1200.87 882.095C1201.67 883.02 1202.26 884.119 1202.6 885.294C1203.6 885.666 1204.61 886.037 1205.61 886.401C1205.69 886.431 1205.77 886.461 1205.86 886.461C1206.14 886.454 1206.29 886.12 1206.35 885.847C1206.78 883.907 1206.32 881.86 1205.48 880.064C1204.17 877.229 1201.74 874.735 1198.67 874.105' fill='%236E2601'/%3E%3Cpath d='M1195.36 874.545C1193.22 876.342 1191.64 878.76 1190.85 881.443C1190.77 881.731 1191.22 881.853 1191.3 881.565C1192.07 878.957 1193.61 876.622 1195.69 874.871C1195.91 874.674 1195.59 874.348 1195.35 874.538L1195.36 874.545Z' fill='%23561C02'/%3E%3Cpath d='M1196.1 875.031C1195.31 876.441 1194.72 877.957 1194.37 879.533C1194.3 879.829 1194.75 879.95 1194.81 879.655C1195.16 878.116 1195.72 876.638 1196.51 875.266C1196.66 875 1196.25 874.765 1196.1 875.031Z' fill='%23561C02'/%3E%3Cpath d='M1197.71 875.403C1198.9 876.54 1199.74 878.003 1200.12 879.61C1200.19 879.905 1200.64 879.776 1200.57 879.488C1200.16 877.813 1199.28 876.267 1198.03 875.077C1197.81 874.872 1197.49 875.198 1197.7 875.41L1197.71 875.403Z' fill='%23561C02'/%3E%3Cpath d='M1199.45 875.509C1202.1 876.805 1203.93 879.534 1204.1 882.475C1204.11 882.771 1204.58 882.779 1204.57 882.475C1204.39 879.375 1202.48 876.472 1199.69 875.107C1199.43 874.978 1199.18 875.38 1199.46 875.509H1199.45Z' fill='%23561C02'/%3E%3Cpath d='M1190.58 875.379C1190.34 874.416 1190.16 873.348 1190.54 872.4C1190.85 871.65 1191.6 870.967 1192.45 871.028C1192.88 871.058 1193.28 871.293 1193.72 871.225C1194.06 871.18 1194.32 870.983 1194.52 870.717C1194.97 870.126 1195.09 869.398 1195.69 868.913C1196.37 868.367 1197.32 868.223 1198.13 868.542C1198.41 868.655 1198.53 868.201 1198.25 868.094C1197.5 867.799 1196.65 867.867 1195.93 868.216C1195.56 868.398 1195.22 868.655 1194.97 868.974C1194.72 869.284 1194.57 869.648 1194.4 870.005C1194.22 870.353 1194 870.763 1193.56 870.77C1193.08 870.778 1192.64 870.513 1192.15 870.566C1191.3 870.657 1190.57 871.271 1190.2 872.021C1189.66 873.105 1189.85 874.371 1190.13 875.5C1190.21 875.788 1190.66 875.667 1190.58 875.379Z' fill='%23561C02'/%3E%3Cpath d='M1197.83 871.142C1198.4 870.877 1199.08 870.953 1199.62 871.264C1200.13 871.567 1200.5 872.067 1200.72 872.62C1200.82 872.901 1201.27 872.78 1201.16 872.499C1200.91 871.817 1200.45 871.203 1199.81 870.839C1199.12 870.46 1198.3 870.407 1197.59 870.74C1197.32 870.869 1197.55 871.271 1197.83 871.142H1197.83Z' fill='%23561C02'/%3E%3Cpath d='M1204.76 883.582C1206.5 885.113 1207.35 887.569 1206.9 889.843C1206.63 891.208 1205.81 892.428 1205.78 893.846C1205.77 894.482 1205.95 895.074 1206.29 895.604C1206.63 896.12 1207.06 896.559 1207.39 897.075C1208.19 898.326 1208.49 899.857 1208.24 901.32C1208.19 901.616 1208.64 901.737 1208.69 901.441C1208.91 900.168 1208.76 898.871 1208.24 897.689C1207.98 897.082 1207.61 896.544 1207.2 896.029C1206.76 895.483 1206.34 894.93 1206.26 894.202C1206.11 892.724 1207.05 891.405 1207.34 890.002C1207.57 888.858 1207.51 887.668 1207.18 886.546C1206.8 885.28 1206.09 884.12 1205.09 883.241C1204.86 883.044 1204.53 883.37 1204.75 883.574L1204.76 883.582Z' fill='%23561C02'/%3E%3Cpath d='M1187.69 882.596C1186.87 883.369 1186.22 884.324 1185.81 885.385C1185.35 886.568 1185.3 887.811 1185.24 889.069C1185.21 889.729 1185.17 890.388 1185.03 891.033C1184.89 891.662 1184.63 892.246 1184.33 892.814C1183.76 893.906 1183.17 894.952 1182.94 896.18C1182.69 897.575 1182.82 899.015 1183.34 900.334C1183.44 900.607 1183.9 900.493 1183.79 900.213C1183.33 899.06 1183.17 897.81 1183.35 896.582C1183.52 895.354 1184.07 894.315 1184.63 893.239C1184.9 892.738 1185.16 892.223 1185.33 891.677C1185.53 891.078 1185.61 890.457 1185.66 889.835C1185.76 888.599 1185.7 887.349 1186.05 886.143C1186.39 884.915 1187.09 883.816 1188.02 882.944C1188.24 882.74 1187.9 882.406 1187.68 882.611L1187.69 882.596Z' fill='%23561C02'/%3E%3Cpath d='M1188.38 899.651C1187.4 898.294 1187.55 896.566 1188.08 895.057C1188.18 894.769 1187.73 894.648 1187.63 894.936C1187.07 896.551 1186.93 898.438 1187.98 899.886C1188.15 900.129 1188.56 899.894 1188.38 899.651Z' fill='%23561C02'/%3E%3Cpath d='M1179.18 910.894C1179.18 910.894 1194.98 915.412 1210.85 908.469C1210.85 908.469 1213.78 908.62 1215.25 910.932C1216.71 913.237 1222.53 923.895 1222.53 923.895L1213.14 929.838C1213.14 929.838 1212.39 936.418 1211.76 940.246C1211.76 940.246 1191.24 942.906 1183.71 940.246C1183.71 940.246 1182.28 931.483 1182.15 929.648L1173.09 926.556C1173.09 926.556 1176.9 913.222 1179.19 910.894H1179.18Z' fill='%23FBB204'/%3E%3Cpath d='M1216.89 913.736C1217.6 918.186 1215.22 921.43 1213.38 925.569C1211.29 930.261 1210.59 934.249 1205.43 936.439C1200.8 938.403 1194.89 939.479 1189.9 939.449C1186.8 939.434 1184.63 938.433 1183.11 936.53C1183.43 938.569 1183.7 940.245 1183.7 940.245C1191.23 942.905 1211.75 940.245 1211.75 940.245C1212.38 936.417 1213.12 929.837 1213.12 929.837L1222.52 923.894C1222.52 923.894 1219.13 917.701 1216.88 913.729L1216.89 913.736Z' fill='%23E39702'/%3E%3Cpath d='M1179.93 915.623C1182.24 913.462 1185.39 912.917 1188.43 912.75C1190.93 912.613 1193.4 912.439 1195.87 912.159C1186.34 912.939 1179.18 910.893 1179.18 910.893C1177.42 912.682 1174.77 920.944 1173.64 924.696C1175.47 921.543 1177.35 918.026 1179.93 915.63V915.623Z' fill='%23E39702'/%3E%3Cpath d='M1208.46 909.302C1208.49 908.264 1207.63 907.392 1206.67 906.876C1205.71 906.361 1205.13 906.126 1204.18 905.595C1203.24 905.065 1201.92 903.678 1202.01 902.647C1202.05 902.214 1202.18 901.464 1202.38 901.062C1202.77 900.251 1202.9 899.789 1203.29 898.985C1203.47 898.606 1204.53 897.583 1204.6 897.166C1204.76 896.226 1204.18 896.09 1203.74 895.241C1203.26 894.308 1202.3 893.664 1201.82 892.739C1201.74 892.587 1201.66 892.413 1201.71 892.246C1201.84 891.867 1202.46 891.973 1202.83 892.17C1204.15 892.868 1205.41 893.671 1206.58 894.566C1207.89 895.566 1209.12 896.711 1209.89 898.121C1210.44 899.114 1210.73 900.213 1211.16 901.252C1211.91 903.117 1212.34 905.277 1213.36 907.028C1215.22 910.204 1217.26 915.51 1218.68 918.884C1219.47 920.764 1220.13 921.749 1220.55 923.728C1220.87 925.175 1221.62 927.571 1221.72 929.041C1221.88 931.361 1221.97 931.975 1221.44 933.931C1221.09 935.235 1220.47 936.038 1219.03 936.144C1217.94 936.228 1216.15 934.499 1215.5 933.688C1212.82 930.33 1211.95 927.707 1210.92 923.614C1209.89 919.528 1208.9 913.479 1208.47 909.287' fill='%23FD9470'/%3E%3Cpath d='M1203.07 893.232C1203.96 894.915 1206.2 895.521 1207.7 896.552C1208.59 897.166 1209.39 897.826 1210.09 898.553C1210.02 898.409 1209.96 898.258 1209.88 898.114C1209.11 896.704 1207.89 895.559 1206.57 894.559C1205.4 893.664 1204.15 892.861 1202.82 892.163C1202.57 892.034 1202.22 891.943 1201.97 892.012C1202.39 892.277 1202.77 892.671 1203.06 893.232H1203.07Z' fill='%23FA7F51'/%3E%3Cpath d='M1217.92 931.802C1214.89 930.187 1213.65 926.746 1212.61 923.706C1211.32 919.999 1210.44 916.05 1208.85 912.449C1209.36 916.171 1210.13 920.477 1210.91 923.623C1211.95 927.709 1212.82 930.331 1215.5 933.697C1216.14 934.508 1217.94 936.229 1219.02 936.153C1220.46 936.047 1221.09 935.243 1221.44 933.94C1221.64 933.182 1221.75 932.621 1221.8 932.09C1220.67 932.568 1219.29 932.53 1217.92 931.802Z' fill='%23FA7F51'/%3E%3C/g%3E%3Cg clip-path='url(%23clip5_37184_48150)'%3E%3Cpath d='M911.482 1041.58L1104.33 1040.95C1137.69 1041.18 1170.36 1024.95 1190.18 999.683C1209.99 974.417 1216.94 940.882 1210.13 910.075C1203.32 879.268 1183.19 851.501 1156.07 833.119C1139.36 821.786 1119.86 813.827 1099.43 811.606C1078.99 809.385 1057.65 813.122 1040.22 823.386C1009.89 841.268 993.685 876.774 961.144 890.798C945.988 897.325 928.906 898.393 912.787 902.403C881.057 910.287 851.042 933.248 847.09 963.956C844.192 986.493 852.088 1003.33 868.268 1021.17C881.649 1035.92 892.223 1043.15 911.475 1041.57' fill='%23F3F8FD'/%3E%3Cpath d='M1224.25 1039.1C1224.25 1042.49 1136.44 1045.25 1028.13 1045.25C919.816 1045.25 832 1042.49 832 1039.1C832 1035.7 919.809 1032.95 1028.12 1032.95C1136.43 1032.95 1224.24 1035.7 1224.24 1039.1H1224.25Z' fill='%23D0E0F1'/%3E%3Cpath d='M1094.53 1026.3L1090.82 997.977C1090.08 989.7 1090.37 978.685 1090.61 972.841C1090.69 970.802 1091.31 968.831 1092.41 967.095C1094.79 963.305 1097.22 956.52 1096.52 946.09L1041.24 944.68C1041.24 944.68 1041.67 962.001 1048.78 968.626C1048.78 968.626 1048.84 968.664 1048.85 968.694C1051.57 974.258 1058.42 988.798 1060.32 998.038L1064.95 1026.22L1072.44 1026.62L1063.1 978.488C1062.62 975.972 1064.73 973.735 1067.28 974.061C1070.22 974.433 1073.25 974.577 1076.23 974.38C1078.21 974.243 1079.96 975.63 1080.24 977.594L1087.48 1028.84L1094.54 1026.3H1094.53Z' fill='%23003260'/%3E%3Cpath d='M1065.5 1025.11L1054.22 1028.62C1054.22 1028.62 1045.3 1027.21 1043.44 1032.22C1042.23 1035.49 1041.88 1036.69 1041.88 1036.69C1050.72 1036.69 1073.57 1036.54 1073.57 1036.54C1073.72 1033.64 1072.74 1025.88 1072.74 1025.88L1065.49 1025.12L1065.5 1025.11Z' fill='%236B3326'/%3E%3Cpath d='M1094.33 1025.12L1105.6 1028.62C1105.6 1028.62 1114.53 1027.22 1116.38 1032.22C1117.6 1035.49 1117.95 1036.69 1117.95 1036.69C1109.11 1036.69 1086.25 1036.54 1086.25 1036.54C1086.1 1033.64 1087.08 1025.88 1087.08 1025.88L1094.33 1025.12L1094.33 1025.12Z' fill='%236B3326'/%3E%3Cpath d='M1051.6 880.838C1059.07 884.802 1042.17 932.293 1029.82 927.745C1007.36 919.467 1047.22 878.51 1051.6 880.838Z' fill='%23C6E8FD'/%3E%3Cpath d='M1028.13 919.656C1032.63 921.642 1049.37 892.511 1052.51 881.693C1057.47 889.221 1041.58 932.073 1029.83 927.744C1023.97 925.591 1022.35 921.21 1023.23 915.964C1024.26 917.973 1025.28 918.405 1028.12 919.656H1028.13Z' fill='%23A6D9F2'/%3E%3Cpath d='M1024.33 907.127C1019.9 909.893 1019.18 916.708 1022.74 922.348C1026.3 927.988 1032.78 930.315 1037.23 927.548C1041.67 924.781 1042.38 917.967 1038.82 912.327C1035.26 906.687 1028.77 904.36 1024.33 907.127Z' fill='%2385BFD6'/%3E%3Cpath d='M1035.07 925.462C1039.08 923.173 1040.6 916.843 1035.7 908.043C1029.83 897.476 1018.64 883.156 1018.64 883.156L1016.41 884.089C1016.41 884.089 1017.31 907.323 1021.59 917.094C1024.46 923.651 1030.14 928.29 1035.07 925.462Z' fill='%23FDC79A'/%3E%3Cpath d='M1021.87 913.455C1024.69 919.595 1029.5 926.046 1035.07 923.378C1038.07 921.938 1038.24 918.367 1038.56 915.729C1039.35 920.505 1037.78 923.908 1035.07 925.462C1030.14 928.29 1024.46 923.651 1021.59 917.094C1017.31 907.323 1016.41 884.089 1016.41 884.089L1016.81 883.922C1017.09 888.788 1018.3 905.67 1021.88 913.455H1021.87Z' fill='%23F2B080'/%3E%3Cpath d='M1104.53 888.789C1101.27 884.339 1072.75 873.537 1072.75 873.537C1072.75 873.537 1048.36 879.905 1045.51 884.551C1044.34 886.462 1043.93 899.068 1044.37 905.208C1044.81 911.356 1043.45 923.712 1042.35 929.958C1038.47 952.009 1044.37 954.958 1048.24 960.264C1048.71 960.901 1052.16 966.662 1069.97 965.525C1081.92 964.759 1092.97 957.3 1093.07 955.307C1093.11 954.571 1088.91 935.241 1088.91 935.241L1101.64 909.263C1101.64 909.263 1105.75 890.585 1104.53 888.789' fill='%23C6E8FD'/%3E%3Cpath d='M1084.87 957.005L1083.73 939.214C1083.73 939.214 1074.27 939.214 1074.27 937.888C1074.27 936.561 1083.16 935.614 1083.16 935.614C1083.16 935.614 1078.81 935.424 1078.62 934.287C1078.43 933.15 1083.73 932.581 1083.73 932.581C1083.73 932.581 1094.34 912.145 1093.2 903.624C1092.06 895.104 1079.18 879.398 1079.18 879.398L1080.11 876.434C1088.79 879.958 1102.34 885.795 1104.52 888.782C1105.75 890.579 1101.63 909.257 1101.63 909.257L1100.19 931.588C1099.92 935.652 1099.03 939.646 1097.55 943.429C1095.6 948.379 1093.09 954.838 1093.07 955.292C1092.97 957.286 1081.92 964.753 1069.97 965.511C1058.22 966.261 1052.22 963.76 1049.25 961.599C1067.2 969.02 1084.86 956.998 1084.86 956.998L1084.87 957.005Z' fill='%23A6D9F2'/%3E%3Cpath d='M1091.03 881.087C1087.39 885.863 1075.72 895.914 1064.17 902.722C1057.85 892.844 1052.2 880.314 1052.2 880.314C1061.01 875.993 1072.75 873.537 1072.75 873.537C1072.75 873.537 1081.98 876.63 1091.03 881.087' fill='%23F7E6C8'/%3E%3Cpath d='M1085.05 887.264C1080.52 882.716 1076.41 879.449 1076.41 879.449L1083.78 877.781L1091.03 881.086C1091.03 881.086 1087.68 884.952 1085.05 887.264Z' fill='%23EDD7B2'/%3E%3Cpath d='M1095.87 884.786C1103.47 881.072 1137.84 918.761 1127.59 927.395C1109.27 942.799 1088.28 888.5 1095.87 884.786Z' fill='%23A6D9F2'/%3E%3Cpath d='M1074.32 895.983C1075.25 895.3 1076.16 894.611 1077.06 893.921C1076.94 893.837 1076.8 893.754 1076.64 893.671C1074.37 892.473 1073.87 891.775 1074.06 891.336C1074.25 890.896 1076.26 890.449 1076.52 890.009C1076.74 889.63 1075.63 888.667 1075.25 887.887L1074.37 888.758C1074.44 889.183 1074.5 889.501 1074.5 889.501C1074.5 889.501 1072.42 890.638 1072.23 891.328C1072.04 892.026 1071.6 894.042 1071.91 894.482C1072.09 894.739 1073.31 895.369 1074.32 895.967' fill='%23FBF4E8'/%3E%3Cpath d='M1074.37 888.774L1075.24 887.902C1075.19 887.781 1075.14 887.667 1075.13 887.561C1075.09 887.295 1075.04 886.947 1074.98 886.545L1074.16 887.356C1074.16 887.455 1074.16 887.546 1074.18 887.621C1074.23 887.993 1074.31 888.417 1074.37 888.766' fill='%23F7EEDF'/%3E%3Cpath d='M1074.17 887.365L1074.99 886.554C1074.88 885.697 1074.79 884.621 1074.88 883.719C1074.88 883.719 1074.19 886.296 1074.17 887.372' fill='%23FDF9F2'/%3E%3Cpath d='M1057.21 885.225C1057.17 885.748 1057.15 886.309 1057.43 886.741C1057.76 887.241 1058.39 887.423 1058.97 887.56C1065.64 889.129 1072.62 889.364 1079.37 888.25C1079.87 888.166 1080.37 888.075 1080.78 887.787C1082.9 886.301 1082.1 882.337 1081.89 880.161C1081.59 877.129 1081 874.127 1080.77 871.088C1080.5 867.434 1080.33 863.553 1080.51 859.907C1080.6 858.216 1081.16 854.464 1079.49 853.312C1079 852.978 1078.37 852.971 1077.77 853.016C1073.34 853.357 1069.34 855.98 1066.4 859.3C1063.52 862.552 1060.05 867.472 1058.63 871.596C1056.85 876.727 1057.6 879.798 1057.21 885.217' fill='%23FDC79A'/%3E%3Cpath d='M1069.41 900.054C1069.41 900.054 1069.85 910.69 1070.4 915.496C1070.4 915.496 1065.41 924.926 1064.57 925.017C1063.74 925.108 1061.19 917.421 1061.19 917.421L1067.49 901.275L1069.41 900.047L1069.41 900.054Z' fill='%2378BCE6'/%3E%3Cpath d='M1070.74 890.32L1068.83 892.117L1069.41 900.046L1066.83 901.721L1066.61 891.26L1070.1 887.895L1070.74 890.32Z' fill='%23EDD7B2'/%3E%3Cpath d='M1087.89 881.973L1072.95 896.861L1067.38 887.666L1081.06 879.176C1083.07 879.957 1085.41 880.904 1087.89 881.973Z' fill='%23EDD7B2'/%3E%3Cpath d='M1056.16 882.361L1056.39 882.073C1058.36 881.299 1060.34 880.602 1062.24 879.98L1067.29 887.682L1059.26 895.422L1056.16 882.361Z' fill='%23EDD7B2'/%3E%3Cpath d='M1062.46 932.483C1061.64 932.468 1058.54 923.174 1058.54 923.174C1058.54 923.174 1061.95 902.154 1065.67 891.405C1065.99 890.055 1068.13 889.578 1068.1 891.549C1066.63 908.271 1068.12 923.879 1068.12 923.879C1068.12 923.879 1063.27 932.498 1062.46 932.483Z' fill='%2343C779'/%3E%3Cpath d='M1071.9 886.182L1063.77 885.75L1065.67 891.405L1068.09 891.549L1071.18 888.57L1071.9 886.182Z' fill='%2343C779'/%3E%3Cpath d='M1062.62 930.427C1063.05 930.427 1066.29 924.227 1066.29 924.227C1065.23 916.199 1067.13 892.328 1067.13 892.328L1065.67 891.404L1067.41 891.131L1068.54 889.652L1066.59 885.893L1070.6 886.105L1071.29 888.205L1071.18 888.568L1068.09 891.548C1066.62 908.27 1068.12 923.878 1068.12 923.878C1068.12 923.878 1063.26 932.497 1062.45 932.482C1061.63 932.466 1058.54 923.173 1058.54 923.173C1058.54 923.173 1062.2 930.427 1062.62 930.427Z' fill='%23329E5D'/%3E%3Cpath d='M1088.31 879.761L1084.95 874.963L1067.38 885.871L1072.95 895.066L1088.31 879.761Z' fill='%23FDF2E1'/%3E%3Cpath d='M1067.3 885.885L1059.27 893.624L1056.16 880.563L1060.4 875.363L1067.3 885.885Z' fill='%23FDF2E1'/%3E%3Cpath d='M1071.56 802.243C1071.56 802.243 1095.14 801.705 1094.07 828.221L1094.41 861.613C1094.5 869.489 1090.54 876.865 1083.92 881.14C1074.33 887.341 1061.64 885.567 1054.12 876.971L1050.59 872.938C1046.76 868.564 1044.72 862.902 1044.92 857.087C1045.56 838.455 1049.5 798.537 1071.55 802.243H1071.56Z' fill='%23FDC79A'/%3E%3Cpath d='M1068.9 840.357C1068.95 841.828 1068.56 844.269 1066.72 844.678C1065.47 844.959 1064.4 843.45 1063.07 843.784C1061.46 844.186 1060.7 846.156 1061.02 847.619C1061.59 850.295 1063.24 851 1065.73 850.288L1070.03 850.083L1070.75 841.388L1068.91 840.365L1068.9 840.357Z' fill='%23FDC79A'/%3E%3Cpath d='M1065.89 850.614C1065.88 850.554 1065.6 850.614 1065.1 850.652C1064.61 850.69 1063.85 850.751 1063.1 850.394C1061.65 849.796 1060.58 846.528 1062.57 844.846C1063.06 844.474 1063.62 844.315 1064.15 844.504C1064.7 844.671 1065.23 845.043 1065.88 845.255C1066.2 845.361 1066.57 845.406 1066.91 845.331C1067.24 845.255 1067.53 845.134 1067.78 844.952C1068.29 844.603 1068.59 844.118 1068.79 843.678C1069.16 842.776 1069.2 842.003 1069.2 841.487C1069.19 840.964 1069.12 840.684 1069.07 840.684C1068.93 840.661 1069.06 841.874 1068.32 843.451C1068.12 843.83 1067.84 844.201 1067.45 844.444C1067.04 844.694 1066.57 844.808 1066.09 844.611C1065.58 844.436 1065.07 844.057 1064.36 843.822C1064.01 843.708 1063.59 843.655 1063.19 843.754C1062.81 843.845 1062.44 844.027 1062.12 844.269C1060.88 845.293 1060.57 846.923 1060.9 848.181C1061.18 849.394 1061.92 850.508 1062.9 850.864C1063.85 851.221 1064.65 851.046 1065.15 850.925C1065.66 850.789 1065.91 850.645 1065.9 850.607L1065.89 850.614Z' fill='%23EC946F'/%3E%3Cpath opacity='0.14' d='M1069.78 848.575C1069.93 847.574 1068.34 846.468 1066.21 845.74C1064.06 845.012 1061.96 845.05 1061.61 846.005C1061.26 846.938 1062.72 848.416 1065.06 849.204C1067.41 850.008 1069.62 849.576 1069.77 848.583L1069.78 848.575Z' fill='%23F25151'/%3E%3Cpath d='M1048.25 835.75C1048.25 835.75 1038.19 833.817 1038.38 841.549C1038.58 849.281 1048.05 847.735 1048.05 847.735V847.151L1048.25 835.75Z' fill='%23FDC79A'/%3E%3Cpath d='M1045.02 844.269C1044.99 844.224 1044.81 844.262 1044.52 844.36C1044.26 844.489 1043.84 844.572 1043.38 844.565C1042.9 844.535 1042.41 844.262 1041.98 843.799C1041.57 843.307 1041.28 842.617 1041.16 841.874C1040.88 840.335 1041.75 839.077 1042.74 838.895C1042.96 838.849 1043.18 838.796 1043.41 838.743C1043.58 838.743 1043.77 838.728 1043.95 838.728C1044.24 838.705 1044.43 838.667 1044.43 838.614C1044.44 838.561 1044.29 838.485 1043.98 838.41C1043.78 838.364 1043.59 838.326 1043.4 838.288C1043.17 838.281 1042.91 838.311 1042.61 838.334C1042.3 838.334 1042 838.531 1041.66 838.652C1041.38 838.88 1041 839.099 1040.82 839.471C1040.34 840.161 1040.19 841.101 1040.34 841.995C1040.48 842.897 1040.85 843.708 1041.41 844.307C1041.98 844.891 1042.73 845.194 1043.37 845.149C1043.99 845.08 1044.43 844.868 1044.68 844.648C1044.93 844.451 1045.05 844.322 1045.02 844.277V844.269Z' fill='%23EC946F'/%3E%3Cpath d='M1046.18 841.51C1046.03 841.313 1045.06 841.836 1043.83 841.381C1042.6 840.949 1041.51 840.404 1041.39 840.639C1041.31 840.805 1042.12 841.639 1043.58 842.17C1044.33 842.412 1045.12 842.344 1045.59 842.109C1046.06 841.874 1046.24 841.601 1046.19 841.518L1046.18 841.51Z' fill='%23EC946F'/%3E%3Cpath d='M1094.69 850.076L1094.89 832.201L1091.57 832.08L1090.27 849.272L1094.69 850.076Z' fill='%23974D38'/%3E%3Cpath d='M1043.34 843.435L1046.04 827.266L1049.05 827.698L1047.45 843.427L1043.34 843.435Z' fill='%23974D38'/%3E%3Cpath d='M1094.11 836.621C1094.11 836.621 1104.17 834.688 1103.98 842.42C1103.78 850.152 1094.31 848.606 1094.31 848.606V848.022L1094.12 836.621H1094.11Z' fill='%23FDC79A'/%3E%3Cpath d='M1097.34 845.134C1097.31 845.18 1097.43 845.309 1097.68 845.506C1097.92 845.725 1098.37 845.938 1098.98 846.006C1099.62 846.059 1100.37 845.748 1100.95 845.165C1101.5 844.566 1101.87 843.747 1102.02 842.853C1102.17 841.958 1102.02 841.018 1101.53 840.328C1101.35 839.949 1100.97 839.729 1100.7 839.51C1100.35 839.388 1100.05 839.191 1099.75 839.191C1099.45 839.168 1099.18 839.138 1098.95 839.146C1098.76 839.184 1098.57 839.229 1098.38 839.267C1098.06 839.343 1097.9 839.419 1097.92 839.472C1097.93 839.525 1098.11 839.563 1098.41 839.585C1098.59 839.585 1098.77 839.601 1098.94 839.601C1099.17 839.654 1099.39 839.699 1099.61 839.752C1100.61 839.934 1101.49 841.192 1101.19 842.731C1101.07 843.474 1100.78 844.164 1100.38 844.657C1099.95 845.119 1099.45 845.392 1098.97 845.422C1098.5 845.43 1098.09 845.346 1097.83 845.218C1097.55 845.119 1097.37 845.081 1097.34 845.127L1097.34 845.134Z' fill='%23EC946F'/%3E%3Cpath d='M1096.18 842.382C1096.18 842.382 1096.2 842.397 1096.23 842.412C1096.27 842.435 1096.3 842.457 1096.36 842.488C1096.47 842.556 1096.64 842.639 1096.87 842.715C1096.98 842.745 1097.1 842.791 1097.24 842.806C1097.31 842.814 1097.37 842.829 1097.45 842.836C1097.53 842.836 1097.6 842.836 1097.68 842.836C1097.99 842.836 1098.33 842.776 1098.67 842.67C1099.35 842.45 1099.92 842.124 1100.33 841.896C1100.52 841.783 1100.68 841.692 1100.8 841.616C1100.86 841.586 1100.89 841.563 1100.93 841.54C1100.96 841.525 1100.98 841.51 1100.98 841.51C1100.98 841.51 1100.96 841.51 1100.93 841.533C1100.89 841.548 1100.85 841.57 1100.8 841.601C1100.67 841.669 1100.51 841.752 1100.31 841.866C1099.9 842.086 1099.33 842.404 1098.66 842.624C1098.32 842.73 1097.98 842.783 1097.68 842.791C1097.6 842.791 1097.53 842.791 1097.46 842.791C1097.38 842.791 1097.31 842.776 1097.25 842.768C1097.11 842.761 1096.99 842.715 1096.87 842.685C1096.65 842.617 1096.48 842.541 1096.37 842.472C1096.31 842.442 1096.27 842.419 1096.23 842.404C1096.2 842.389 1096.18 842.382 1096.18 842.382Z' fill='%23EC946F'/%3E%3Cpath d='M1056.4 876.941C1056.4 876.941 1056.41 876.956 1056.44 876.979C1056.47 877.002 1056.5 877.039 1056.55 877.077C1056.66 877.168 1056.8 877.297 1057 877.456C1057.38 877.798 1057.96 878.252 1058.69 878.791C1058.88 878.919 1059.07 879.056 1059.27 879.2C1059.37 879.268 1059.48 879.344 1059.58 879.42C1059.69 879.496 1059.8 879.556 1059.92 879.632C1060.15 879.776 1060.38 879.92 1060.62 880.072C1060.87 880.216 1061.13 880.352 1061.4 880.496C1062.46 881.057 1063.69 881.573 1065.03 881.929C1066.37 882.285 1067.7 882.444 1068.9 882.497C1069.05 882.497 1069.19 882.513 1069.35 882.513C1069.49 882.513 1069.63 882.528 1069.78 882.52C1070.07 882.52 1070.34 882.513 1070.61 882.505C1070.74 882.505 1070.87 882.505 1071 882.497C1071.13 882.49 1071.26 882.482 1071.38 882.475C1071.63 882.459 1071.86 882.444 1072.09 882.429C1073 882.346 1073.73 882.262 1074.23 882.187C1074.48 882.149 1074.68 882.118 1074.81 882.103C1074.88 882.096 1074.92 882.088 1074.96 882.08C1074.99 882.08 1075.01 882.073 1075.01 882.073C1075.01 882.073 1075 882.073 1074.96 882.073C1074.92 882.073 1074.88 882.08 1074.81 882.088C1074.67 882.103 1074.47 882.134 1074.22 882.164C1073.72 882.24 1072.99 882.315 1072.08 882.391C1071.86 882.406 1071.62 882.422 1071.37 882.429C1071.25 882.429 1071.12 882.444 1070.99 882.452C1070.86 882.459 1070.73 882.452 1070.6 882.459C1070.33 882.459 1070.05 882.459 1069.77 882.467C1069.63 882.467 1069.48 882.467 1069.34 882.452C1069.19 882.452 1069.04 882.437 1068.89 882.437C1067.69 882.376 1066.37 882.217 1065.03 881.861C1063.69 881.504 1062.47 880.989 1061.4 880.436C1061.14 880.291 1060.88 880.163 1060.63 880.019C1060.39 879.867 1060.15 879.723 1059.93 879.586C1059.81 879.518 1059.7 879.45 1059.59 879.374C1059.49 879.298 1059.38 879.23 1059.28 879.162C1059.08 879.018 1058.88 878.889 1058.7 878.753C1057.97 878.214 1057.38 877.76 1057 877.426C1056.8 877.267 1056.65 877.138 1056.55 877.055C1056.5 877.017 1056.46 876.979 1056.43 876.956C1056.4 876.933 1056.39 876.926 1056.39 876.926L1056.4 876.941Z' fill='%23EC946F'/%3E%3Cpath d='M1091.5 832.308L1088.98 810.106C1088.98 810.106 1091.28 808.43 1093.37 811.212C1100.3 820.476 1094.89 832.195 1094.89 832.195L1091.5 832.308Z' fill='%23974D38'/%3E%3Cpath d='M1048.91 828.282L1056.33 808.694C1056.33 808.694 1054.64 806.64 1052.09 808.694C1043.65 815.501 1045.85 827.403 1045.85 827.403L1048.91 828.29V828.282Z' fill='%23974D38'/%3E%3Cpath opacity='0.2' d='M1085.92 830.866L1071.57 831.389L1071.52 827.5L1086.78 828.053L1085.92 830.866Z' fill='black'/%3E%3Cpath d='M1085.43 829.799L1071.08 830.322L1071.02 826.434L1086.29 826.995L1085.43 829.799Z' fill='%23A05F4F'/%3E%3Cpath opacity='0.2' d='M1052.08 835.437L1064.97 831.359L1063.85 827.895L1050.48 833.216L1052.08 835.437Z' fill='black'/%3E%3Cpath d='M1052.71 834.369L1065.6 830.298L1064.47 826.834L1051.11 832.148L1052.71 834.369Z' fill='%23A05F4F'/%3E%3Cpath opacity='0.2' d='M1075.06 837.531C1075.28 839.555 1076.48 841.086 1077.75 840.95C1079.01 840.813 1079.86 839.055 1079.63 837.031C1079.41 834.999 1078.21 833.476 1076.94 833.612C1075.67 833.748 1074.83 835.507 1075.05 837.531H1075.06Z' fill='black'/%3E%3Cpath opacity='0.2' d='M1059.92 838.887C1060.14 840.911 1061.29 842.45 1062.49 842.321C1063.69 842.192 1064.47 840.441 1064.25 838.417C1064.03 836.393 1062.87 834.854 1061.68 834.991C1060.48 835.12 1059.69 836.871 1059.91 838.895L1059.92 838.887Z' fill='black'/%3E%3Cpath d='M1075.83 836.841C1076.02 838.531 1076.82 839.835 1077.61 839.752C1078.41 839.668 1078.91 838.22 1078.72 836.53C1078.53 834.832 1077.73 833.536 1076.94 833.619C1076.14 833.71 1075.64 835.15 1075.83 836.848V836.841Z' fill='%23574C4A'/%3E%3Cpath d='M1060.51 838.272C1060.7 839.97 1061.5 841.266 1062.3 841.183C1063.09 841.092 1063.59 839.652 1063.4 837.954C1063.21 836.263 1062.42 834.959 1061.62 835.043C1060.83 835.134 1060.33 836.574 1060.51 838.272Z' fill='%23574C4A'/%3E%3Cpath d='M1084.67 851.621C1084.67 851.621 1087.13 859.027 1070.32 860.68C1054.41 862.241 1055.53 854.085 1055.53 854.085C1052.38 862.097 1056.91 870.004 1070.81 868.48C1084.71 866.956 1087.91 857.837 1084.68 851.621H1084.67Z' fill='%23900A00'/%3E%3Cpath d='M1070.8 868.481C1062.73 869.368 1057.82 867.071 1055.74 863.425C1055.27 861.803 1055.58 859.65 1056.01 856.587C1057.08 858.839 1060.38 861.659 1070.31 860.681C1080.77 859.65 1083.78 856.398 1084.54 854.086C1084.76 855.579 1085.02 858.323 1084.61 861.045C1082.67 864.63 1078.29 867.655 1070.8 868.474V868.481Z' fill='white'/%3E%3Cpath d='M1055.59 859.961C1055.68 858.975 1055.83 857.861 1056 856.587C1057.07 858.839 1060.37 861.659 1070.31 860.681C1080.77 859.65 1083.77 856.398 1084.54 854.086C1084.69 855.147 1084.87 856.853 1084.8 858.725C1083.79 858.164 1083.81 857.08 1080.7 858.899C1074.34 862.606 1065.42 862.963 1060.56 861.014C1057.69 859.87 1056.65 858.611 1055.57 859.953L1055.59 859.961Z' fill='%23C2C2C2'/%3E%3Cpath d='M1082.35 861.279C1082.35 861.279 1077.14 864.592 1070.98 864.258C1071.66 865.464 1079.68 864.493 1082.35 861.279Z' fill='%23C2C2C2'/%3E%3Cpath d='M1108.87 916.185C1106.28 920.916 1109.07 927.435 1115.11 930.74C1121.15 934.045 1128.15 932.893 1130.75 928.162C1133.34 923.432 1130.55 916.913 1124.51 913.608C1118.47 910.303 1111.47 911.455 1108.87 916.185Z' fill='%2385BFD6'/%3E%3Cpath d='M1129.84 926.303C1131.2 921.899 1127.69 915.334 1118.1 912.219C1106.6 908.482 1088.76 906.928 1088.76 906.928L1088.39 909.02C1088.39 909.02 1104.46 925.113 1114.26 929.351C1120.83 932.193 1128.15 931.723 1129.84 926.296V926.303Z' fill='%23FDC79A'/%3E%3Cpath d='M1112.35 927.304C1118.53 930.056 1125.36 929.707 1126.87 924.628C1127.96 920.952 1125.4 915.615 1118.45 912.348C1127.77 915.502 1131.19 921.96 1129.84 926.311C1128.15 931.739 1120.83 932.209 1114.26 929.366C1104.46 925.129 1088.39 909.035 1088.39 909.035L1088.46 908.664C1091.29 911.446 1104.2 923.681 1112.35 927.312V927.304Z' fill='%23F2B080'/%3E%3Cpath d='M1080.73 911.976C1080.97 912.022 1081.22 912.052 1081.48 912.052C1083.42 912.052 1084.45 910.574 1084.45 908.747C1084.45 906.92 1083.42 905.442 1081.48 905.442C1081.22 905.442 1080.97 905.472 1080.73 905.518V904.13C1081.01 904.085 1081.3 904.055 1081.6 904.055C1084.34 904.055 1085.8 906.154 1085.8 908.747C1085.8 911.339 1084.34 913.439 1081.6 913.439C1081.3 913.439 1081.02 913.409 1080.73 913.363V911.976Z' fill='%23065082'/%3E%3Cpath d='M1085.79 908.559V908.748C1085.79 911.341 1084.34 913.44 1081.59 913.44C1081.29 913.44 1081.01 913.41 1080.72 913.365V912.986C1081 913.031 1081.29 913.061 1081.59 913.061C1084.27 913.061 1085.71 911.06 1085.79 908.559Z' fill='%23003260'/%3E%3Cpath d='M1084.44 908.368V908.557C1084.36 906.821 1083.35 905.442 1081.47 905.442C1081.22 905.442 1080.97 905.472 1080.72 905.517V905.138C1080.97 905.085 1081.22 905.062 1081.47 905.062C1083.41 905.062 1084.44 906.541 1084.44 908.368Z' fill='%23003260'/%3E%3Cpath d='M1070.31 915.935H1081.01V901.555H1070.31V915.935Z' fill='%231D74A8'/%3E%3Cpath d='M1070.31 915.935H1075.8V901.555H1070.31V915.935Z' fill='%23065082'/%3E%3Cpath d='M1071.13 915.935H1074.03V901.555H1071.13V915.935Z' fill='%23003260'/%3E%3Cpath d='M1070.31 902.184H1081.01V901.555H1070.31V902.184Z' fill='%23065082'/%3E%3Cpath d='M1080.25 901.934H1076.66C1076.66 901.934 1078.07 909.597 1078.79 909.597C1079.5 909.597 1080.26 901.934 1080.26 901.934' fill='%23065082'/%3E%3Cpath d='M1079.59 915.607H1077.56C1077.56 915.607 1078.34 913.053 1078.79 913.053C1079.23 913.053 1079.59 915.607 1079.59 915.607Z' fill='%23065082'/%3E%3Cpath d='M1076.13 900.811C1076.13 900.811 1075.94 899.461 1076.45 898.226C1077.31 896.134 1078.7 895.042 1077.06 893.928C1076.17 894.618 1075.25 895.3 1074.32 895.99C1075.03 896.414 1075.64 896.831 1075.69 897.089C1075.81 897.718 1075.37 898.794 1075.37 899.234C1075.37 899.674 1076.13 900.811 1076.13 900.811Z' fill='%23A6D9F2'/%3E%3Cpath d='M1081.89 905.874C1082.92 905.799 1086.84 906.337 1088.89 906.966C1090.21 908.27 1088.52 909.157 1088.52 909.157C1088.52 909.157 1084.29 911.946 1083.14 911.87C1083.14 911.87 1082.19 912.014 1082.36 910.847L1082.33 910.794C1082.17 910.711 1081.29 910.21 1081.86 909.286V909.263C1081.73 909.172 1080.77 908.482 1081.54 907.383V907.246C1081.37 906.958 1080.89 905.965 1081.9 905.874H1081.89Z' fill='%23FDC79A'/%3E%3Cpath d='M1081.82 905.891C1081.44 906.186 1081.75 906.846 1081.87 907.073V907.202C1081.14 908.256 1082.06 908.923 1082.19 909.006V909.029C1081.64 909.916 1082.49 910.401 1082.64 910.477L1082.67 910.53C1082.51 911.652 1083.42 911.515 1083.42 911.515C1084.46 911.583 1088.88 908.673 1089.39 908.043C1089.33 908.673 1088.51 909.173 1088.51 909.173C1088.51 909.173 1084.28 911.963 1083.13 911.887C1083.13 911.887 1082.18 912.031 1082.35 910.863L1082.33 910.81C1082.17 910.727 1081.29 910.227 1081.85 909.302V909.279C1081.72 909.188 1080.76 908.498 1081.53 907.399V907.263C1081.36 906.982 1080.91 906.035 1081.82 905.898V905.891Z' fill='%23F2B080'/%3E%3Cpath d='M1070.31 915.935H1081.01V915.609H1070.31V915.935Z' fill='%23A6D9F2'/%3E%3Cpath d='M1025.31 892.436L1017.44 891.807C1017.44 891.807 1016.51 886.372 1015.95 884.666C1015.38 882.961 1013.76 880.467 1013.23 878.602C1012.13 874.713 1015.34 872.75 1015.34 872.75L1021.13 868.156C1021.13 868.156 1024.27 878.579 1024.77 880.02C1025.26 881.467 1022.91 884.128 1022.68 885.205C1022.35 886.789 1025.53 892.656 1025.59 892.565L1025.31 892.436H1025.31Z' fill='%23FDC79A'/%3E%3Cpath d='M1023.35 875.607C1023.35 875.607 1021.09 867.352 1020.03 864.342C1018.97 861.325 1018.24 858.801 1017.85 857.626C1017.45 856.443 1014.84 855.344 1015.81 859.112C1016.81 862.993 1020.04 874.06 1020.04 874.06L1023.34 875.614L1023.35 875.607Z' fill='%23FDC79A'/%3E%3Cpath d='M1020.06 872.423C1020.06 872.423 1018.77 868.655 1018.16 867.594C1017.55 866.533 1015.38 867.306 1015.71 868.602C1016.14 870.3 1017.03 872.438 1017.96 873.53C1018.89 874.621 1020.72 874.295 1020.06 872.423Z' fill='%23FDC79A'/%3E%3Cpath d='M1017.95 874.765C1017.95 874.765 1016.57 870.551 1015.95 869.489C1015.34 868.428 1013.02 869.292 1013.61 870.945C1014.2 872.597 1014.93 874.781 1015.86 875.872C1016.79 876.964 1018.47 876.281 1017.95 874.773V874.765Z' fill='%23FDC79A'/%3E%3Cpath d='M1016.2 877.131C1016.2 877.131 1014.96 873.371 1014.4 872.401C1013.84 871.431 1011.76 872.341 1012.3 873.849C1012.84 875.358 1013.43 877.146 1014.29 878.14C1015.14 879.14 1016.81 878.837 1016.2 877.131Z' fill='%23FDC79A'/%3E%3Cpath d='M1018.62 883.808C1018.62 883.808 1017.99 879.957 1018.54 878.251C1019.04 876.69 1019.47 875.947 1019.47 875.947C1019.47 875.947 1017.82 873.013 1017.83 870.913C1017.85 868.988 1018.81 868.723 1018.81 868.723C1018.81 868.723 1017.46 868.768 1017.4 871.103C1017.35 873.172 1018.88 876.091 1018.88 876.091C1018.88 876.091 1017.3 877.887 1017.4 880.548C1017.45 881.928 1018.62 883.8 1018.62 883.8L1018.62 883.808Z' fill='%23F2B080'/%3E%3Cpath d='M1019.63 869.564C1020.49 872.24 1022.62 874.363 1024.14 878.054C1023.85 876.97 1022.99 874.317 1022.99 874.317C1022.99 874.317 1020.63 870.891 1019.63 869.564Z' fill='%23F2B080'/%3E%3Cpath d='M1013.93 871.868C1013.93 871.868 1015.4 874.878 1015.7 875.742C1016 876.606 1016.41 877.447 1016.29 878.122C1016.18 878.797 1015.72 878.964 1014.94 878.6C1014.17 878.236 1013.14 876.098 1013.14 876.098C1013.14 876.098 1013.56 878.433 1015.01 879.161C1016.12 879.714 1016.73 878.804 1016.88 877.971C1017 877.349 1016.69 876.5 1016.69 876.5C1016.69 876.5 1017.64 876.697 1017.97 875.984C1018.3 875.272 1017.95 873.892 1017.95 873.892C1017.95 873.892 1017.73 872.407 1017.39 871.747C1017.05 871.088 1015.96 869.48 1015.96 869.48C1015.96 869.48 1017.15 872.558 1017.35 873.483C1017.56 874.408 1017.66 875.173 1017.43 875.537C1017.2 875.901 1016.92 875.916 1016.72 875.878C1016.22 875.78 1016.09 875.643 1013.93 871.861V871.868Z' fill='%23F2B080'/%3E%3Cpath d='M1019.27 868.723C1018.74 868.761 1018.5 869.185 1018.53 869.86C1018.56 870.519 1018.96 870.974 1018.96 870.974C1018.96 870.974 1019.52 870.83 1020.02 870.587C1019.78 869.86 1019.36 868.965 1019.27 868.723Z' fill='%23FDE0D1'/%3E%3Cpath d='M1016.06 878.033C1016.07 878.366 1015.86 878.745 1015.35 878.503C1014.96 878.313 1014.52 877.631 1014.52 877.631L1015.69 876.926C1015.69 876.926 1016.06 877.638 1016.07 878.033H1016.06Z' fill='%23FDE0D1'/%3E%3Cpath d='M1017.31 875.137C1017.26 875.47 1016.99 875.811 1016.53 875.485C1016.17 875.235 1015.84 874.492 1015.84 874.492L1017.11 873.984C1017.11 873.984 1017.35 874.742 1017.31 875.137Z' fill='%23FDE0D1'/%3E%3Cpath d='M1018.24 860.3C1018.24 860.3 1017.96 860.467 1017.54 860.619C1017.11 860.77 1016.8 860.732 1016.8 860.732C1016.8 860.732 1017.1 860.368 1017.46 860.277C1017.82 860.186 1018.24 860.3 1018.24 860.3Z' fill='%23F2B080'/%3E%3Cpath d='M1019.36 864.41C1019.36 864.41 1019.08 864.576 1018.66 864.728C1018.23 864.88 1017.92 864.842 1017.92 864.842C1017.92 864.842 1018.22 864.478 1018.58 864.387C1018.95 864.296 1019.36 864.41 1019.36 864.41Z' fill='%23F2B080'/%3E%3Cpath d='M1238.3 1068.85C1238.3 1072.25 1210.28 1075 1175.71 1075C1141.15 1075 1113.12 1072.25 1113.12 1068.85C1113.12 1065.46 1141.15 1062.71 1175.71 1062.71C1210.28 1062.71 1238.3 1065.46 1238.3 1068.85Z' fill='%23D0E0F1'/%3E%3Cpath d='M905.002 1036.4C902.62 1030.78 899.943 1025.22 896.969 1019.76C893.981 1014.27 890.704 1008.86 887.146 1003.56C883.627 998.318 879.834 993.179 875.776 988.16C871.672 983.097 867.303 978.154 862.683 973.348C858.079 968.565 853.232 963.926 848.142 959.446C847.512 958.892 846.875 958.339 846.238 957.786C845.775 957.392 845.889 956.74 846.382 956.436C846.913 956.103 847.672 956.937 848.134 957.331C853.315 961.803 858.253 965.73 862.949 970.513C867.606 975.259 872.021 980.155 876.17 985.174C880.38 990.26 884.332 995.475 887.996 1000.8C891.622 1006.07 894.974 1011.45 898.031 1016.91C901.088 1022.38 903.857 1027.93 906.322 1033.57C906.626 1034.26 906.929 1034.96 907.225 1035.66C907.437 1036.16 907.301 1036.71 906.648 1036.92C906.102 1037.1 905.215 1036.9 905.002 1036.39V1036.4Z' fill='%2398F3B5'/%3E%3Cpath d='M849.408 959.209C847.254 956.033 845.342 953.023 842.225 950.787C840.981 949.893 838.804 949.294 837.286 949.104C836.581 949.021 835.625 949.294 835.633 950.006C835.633 950.241 835.754 950.461 835.876 950.666C836.991 952.478 838.713 954.433 840.495 955.593C843.347 957.45 846.343 957.723 849.416 959.209' fill='%2398F3B5'/%3E%3Cpath d='M853.078 962.356C854.163 958.581 855.293 955.101 855.012 951.182C854.899 949.621 853.95 947.513 853.101 946.187C852.706 945.573 851.864 945.004 851.303 945.474C851.113 945.633 851.022 945.868 850.939 946.103C850.241 948.165 849.831 950.803 850.082 952.964C850.484 956.428 852.236 958.967 853.078 962.356Z' fill='%2398F3B5'/%3E%3Cpath d='M853.572 962.515C849.695 961.863 846.108 961.135 842.247 961.855C840.707 962.143 838.712 963.326 837.498 964.319C836.929 964.781 836.459 965.683 836.99 966.183C837.164 966.35 837.415 966.418 837.65 966.472C839.781 966.934 842.451 967.04 844.568 966.547C847.966 965.759 850.295 963.735 853.564 962.522' fill='%2398F3B5'/%3E%3Cpath d='M862.614 971.284C863.789 967.198 865.011 963.431 864.707 959.194C864.586 957.503 863.554 955.221 862.636 953.789C862.212 953.122 861.301 952.508 860.695 953.016C860.49 953.182 860.391 953.44 860.308 953.69C859.549 955.919 859.109 958.777 859.382 961.119C859.822 964.871 861.711 967.615 862.621 971.277' fill='%2398F3B5'/%3E%3Cpath d='M863.04 971.035C858.845 970.322 854.961 969.541 850.782 970.314C849.113 970.625 846.959 971.906 845.646 972.975C845.032 973.475 844.524 974.446 845.1 974.991C845.29 975.173 845.563 975.249 845.821 975.302C848.127 975.803 851.017 975.924 853.315 975.386C856.994 974.529 859.512 972.338 863.055 971.027' fill='%2398F3B5'/%3E%3Cpath d='M873.44 982.906C874.942 977.676 876.505 972.87 876.11 967.442C875.958 965.274 874.639 962.364 873.463 960.537C872.917 959.688 871.749 958.899 870.975 959.551C870.717 959.771 870.58 960.097 870.474 960.415C869.511 963.266 868.942 966.919 869.291 969.914C869.852 974.704 872.272 978.222 873.433 982.906' fill='%2398F3B5'/%3E%3Cpath d='M873.713 983.36C868.35 982.451 863.389 981.45 858.042 982.443C855.91 982.837 853.157 984.475 851.473 985.847C850.691 986.483 850.039 987.727 850.775 988.424C851.017 988.659 851.359 988.75 851.693 988.826C854.636 989.463 858.337 989.614 861.265 988.932C865.968 987.84 869.192 985.043 873.713 983.36Z' fill='%2398F3B5'/%3E%3Cpath d='M882.533 994.528C884.475 989.449 886.432 984.787 886.508 979.352C886.538 977.184 885.469 974.167 884.452 972.249C883.982 971.355 882.89 970.476 882.063 971.059C881.79 971.256 881.63 971.567 881.494 971.878C880.288 974.637 879.415 978.23 879.507 981.24C879.658 986.061 881.767 989.768 882.533 994.536' fill='%2398F3B5'/%3E%3Cpath d='M882.77 995.004C877.498 993.647 872.643 992.222 867.227 992.768C865.065 992.98 862.183 994.383 860.393 995.603C859.558 996.171 858.8 997.354 859.475 998.112C859.702 998.362 860.029 998.483 860.355 998.59C863.237 999.477 866.909 999.939 869.89 999.507C874.668 998.817 878.112 996.3 882.77 995.004Z' fill='%2398F3B5'/%3E%3Cpath d='M890.925 1006.78C892.745 1002.75 894.558 999.068 894.884 994.657C895.013 992.898 894.293 990.396 893.564 988.789C893.223 988.039 892.381 987.273 891.683 987.705C891.448 987.849 891.304 988.099 891.182 988.342C890.075 990.525 889.188 993.398 889.119 995.839C889.005 999.758 890.545 1002.87 890.932 1006.77' fill='%2398F3B5'/%3E%3Cpath d='M891.081 1007.18C886.871 1005.82 883.003 1004.43 878.58 1004.61C876.82 1004.68 874.416 1005.67 872.899 1006.58C872.193 1007 871.526 1007.93 872.034 1008.57C872.201 1008.79 872.466 1008.91 872.724 1009C875.015 1009.85 877.973 1010.41 880.416 1010.2C884.33 1009.87 887.243 1008 891.081 1007.18Z' fill='%2398F3B5'/%3E%3Cpath d='M897.332 1017.7C899.107 1014.46 900.851 1011.51 901.397 1007.87C901.617 1006.41 901.177 1004.29 900.669 1002.9C900.434 1002.26 899.782 1001.57 899.175 1001.88C898.97 1001.99 898.834 1002.18 898.72 1002.38C897.658 1004.12 896.74 1006.46 896.528 1008.49C896.186 1011.74 897.263 1014.43 897.339 1017.7' fill='%2398F3B5'/%3E%3Cpath d='M897.448 1018.05C894.035 1016.65 890.902 1015.25 887.215 1015.11C885.744 1015.06 883.681 1015.74 882.361 1016.4C881.746 1016.7 881.132 1017.43 881.511 1017.99C881.64 1018.18 881.853 1018.3 882.057 1018.4C883.908 1019.25 886.336 1019.91 888.376 1019.89C891.653 1019.87 894.194 1018.5 897.441 1018.05' fill='%2398F3B5'/%3E%3Cpath d='M902.405 1026.92C904.104 1024.41 905.75 1022.13 906.478 1019.19C906.766 1018.02 906.577 1016.25 906.266 1015.08C906.122 1014.54 905.644 1013.92 905.12 1014.14C904.946 1014.2 904.817 1014.36 904.711 1014.51C903.71 1015.85 902.784 1017.68 902.45 1019.33C901.919 1021.96 902.595 1024.23 902.405 1026.92Z' fill='%2398F3B5'/%3E%3Cpath d='M902.467 1027.21C899.782 1025.8 897.332 1024.42 894.328 1024.03C893.129 1023.87 891.392 1024.27 890.262 1024.7C889.739 1024.91 889.177 1025.46 889.45 1025.95C889.541 1026.11 889.708 1026.22 889.868 1026.32C891.316 1027.16 893.243 1027.88 894.919 1028.03C897.597 1028.25 899.782 1027.33 902.467 1027.21' fill='%2398F3B5'/%3E%3Cpath d='M893.781 1035.95C891.02 1033.47 888.107 1031.1 885.058 1028.86C881.994 1026.61 878.793 1024.48 875.47 1022.48C872.178 1020.5 868.765 1018.65 865.23 1016.94C861.665 1015.21 857.978 1013.62 854.193 1012.17C850.423 1010.73 846.555 1009.43 842.595 1008.28C842.102 1008.13 841.609 1008 841.116 1007.85C840.759 1007.75 840.653 1007.37 840.843 1007.07C841.048 1006.75 841.685 1007.01 842.041 1007.11C846.054 1008.23 849.786 1009.12 853.601 1010.54C857.394 1011.95 861.088 1013.51 864.668 1015.2C868.302 1016.91 871.822 1018.76 875.22 1020.75C878.58 1022.71 881.812 1024.81 884.914 1027.02C888.009 1029.24 890.975 1031.59 893.781 1034.05C894.13 1034.35 894.472 1034.66 894.813 1034.97C895.056 1035.19 895.124 1035.52 894.813 1035.81C894.563 1036.05 894.016 1036.17 893.774 1035.95H893.781Z' fill='%23179954'/%3E%3Cpath d='M843.227 1007.82C841.216 1006.63 839.388 1005.46 837.098 1005.03C836.18 1004.87 834.83 1005.09 833.942 1005.38C833.532 1005.52 833.077 1005.91 833.267 1006.31C833.328 1006.44 833.449 1006.53 833.57 1006.61C834.648 1007.32 836.104 1007.95 837.386 1008.13C839.434 1008.41 841.156 1007.79 843.227 1007.82Z' fill='%23179954'/%3E%3Cpath d='M846.064 1008.6C845.685 1006.24 845.404 1004.03 844.236 1001.95C843.774 1001.11 842.704 1000.2 841.892 999.697C841.513 999.462 840.906 999.363 840.717 999.765C840.656 999.902 840.663 1000.05 840.679 1000.2C840.83 1001.52 841.285 1003.08 841.983 1004.21C843.098 1006.01 844.722 1006.96 846.057 1008.6' fill='%23179954'/%3E%3Cpath d='M846.374 1008.56C844.068 1009.2 841.914 1009.73 839.964 1011.12C839.19 1011.67 838.402 1012.84 837.984 1013.7C837.795 1014.1 837.764 1014.71 838.189 1014.86C838.333 1014.9 838.485 1014.88 838.629 1014.84C839.919 1014.55 841.421 1013.92 842.46 1013.1C844.128 1011.79 844.887 1010.07 846.374 1008.56Z' fill='%23179954'/%3E%3Cpath d='M853.62 1011.05C853.21 1008.5 852.907 1006.11 851.647 1003.86C851.139 1002.96 849.986 1001.97 849.114 1001.42C848.704 1001.16 848.044 1001.06 847.847 1001.49C847.779 1001.64 847.786 1001.8 847.809 1001.96C847.968 1003.39 848.461 1005.07 849.22 1006.29C850.434 1008.24 852.178 1009.26 853.627 1011.05' fill='%23179954'/%3E%3Cpath d='M853.784 1010.8C851.289 1011.49 848.953 1012.06 846.851 1013.58C846.009 1014.18 845.16 1015.44 844.712 1016.37C844.5 1016.8 844.477 1017.47 844.932 1017.62C845.084 1017.67 845.251 1017.64 845.41 1017.6C846.806 1017.28 848.429 1016.6 849.552 1015.71C851.357 1014.3 852.176 1012.44 853.784 1010.8Z' fill='%23179954'/%3E%3Cpath d='M862.585 1014.65C862.062 1011.39 861.675 1008.34 860.059 1005.45C859.415 1004.3 857.936 1003.03 856.82 1002.33C856.297 1002.01 855.455 1001.87 855.197 1002.43C855.114 1002.62 855.121 1002.83 855.144 1003.04C855.349 1004.86 855.986 1007.02 856.949 1008.57C858.497 1011.07 860.735 1012.38 862.585 1014.65Z' fill='%23179954'/%3E%3Cpath d='M862.849 1014.84C859.663 1015.72 856.675 1016.45 853.982 1018.38C852.912 1019.15 851.82 1020.76 851.244 1021.95C850.978 1022.5 850.94 1023.36 851.524 1023.55C851.721 1023.61 851.934 1023.58 852.131 1023.53C853.914 1023.12 855.992 1022.25 857.433 1021.12C859.739 1019.3 860.786 1016.94 862.849 1014.84Z' fill='%23179954'/%3E%3Cpath d='M870.587 1018.7C870.344 1015.4 870.215 1012.33 868.85 1009.32C868.304 1008.12 866.939 1006.74 865.884 1005.94C865.391 1005.57 864.564 1005.37 864.261 1005.91C864.162 1006.09 864.155 1006.3 864.162 1006.51C864.215 1008.33 864.663 1010.54 865.49 1012.17C866.817 1014.78 868.941 1016.28 870.595 1018.7' fill='%23179954'/%3E%3Cpath d='M870.847 1018.91C867.593 1019.52 864.559 1019.99 861.714 1021.69C860.584 1022.36 859.355 1023.88 858.688 1025.02C858.377 1025.55 858.263 1026.4 858.832 1026.63C859.021 1026.71 859.234 1026.69 859.439 1026.66C861.252 1026.4 863.391 1025.71 864.923 1024.71C867.373 1023.09 868.625 1020.82 870.847 1018.91Z' fill='%23179954'/%3E%3Cpath d='M878.378 1023.28C878.34 1020.59 878.386 1018.09 877.422 1015.59C877.035 1014.59 875.996 1013.4 875.177 1012.7C874.798 1012.37 874.13 1012.17 873.857 1012.59C873.766 1012.73 873.751 1012.9 873.743 1013.07C873.698 1014.55 873.956 1016.37 874.547 1017.73C875.503 1019.91 877.149 1021.23 878.37 1023.28' fill='%23179954'/%3E%3Cpath d='M878.568 1023.46C875.898 1023.8 873.41 1024.04 871.028 1025.27C870.073 1025.77 869.011 1026.93 868.411 1027.83C868.131 1028.24 868.002 1028.93 868.449 1029.15C868.601 1029.22 868.776 1029.21 868.942 1029.21C870.429 1029.09 872.197 1028.63 873.486 1027.89C875.557 1026.7 876.672 1024.92 878.576 1023.47' fill='%23179954'/%3E%3Cpath d='M884.728 1027.64C884.864 1025.4 885.061 1023.33 884.424 1021.18C884.166 1020.32 883.378 1019.27 882.74 1018.63C882.445 1018.34 881.906 1018.13 881.656 1018.46C881.572 1018.57 881.549 1018.72 881.534 1018.85C881.398 1020.09 881.496 1021.6 881.906 1022.78C882.558 1024.66 883.848 1025.86 884.735 1027.64' fill='%23179954'/%3E%3Cpath d='M884.877 1027.8C882.639 1027.91 880.553 1027.95 878.49 1028.83C877.663 1029.18 876.707 1030.08 876.146 1030.78C875.888 1031.11 875.736 1031.67 876.093 1031.88C876.214 1031.95 876.358 1031.96 876.495 1031.96C877.739 1031.96 879.241 1031.69 880.356 1031.15C882.154 1030.29 883.2 1028.87 884.869 1027.8' fill='%23179954'/%3E%3Cpath d='M889.9 1031.4C890.188 1029.58 890.506 1027.9 890.15 1026.1C890.006 1025.38 889.444 1024.45 888.974 1023.89C888.754 1023.63 888.329 1023.42 888.102 1023.67C888.026 1023.75 887.996 1023.86 887.973 1023.98C887.768 1024.98 887.73 1026.23 887.973 1027.21C888.36 1028.8 889.323 1029.87 889.907 1031.4' fill='%23179954'/%3E%3Cpath d='M890.015 1031.54C888.171 1031.47 886.472 1031.34 884.712 1031.89C884.014 1032.11 883.157 1032.78 882.649 1033.31C882.414 1033.56 882.247 1034 882.52 1034.2C882.611 1034.27 882.733 1034.29 882.846 1034.3C883.863 1034.39 885.107 1034.29 886.063 1033.94C887.595 1033.37 888.558 1032.3 890.007 1031.54' fill='%23179954'/%3E%3Cpath d='M927.32 983.862C927.373 983.771 927.433 983.68 927.494 983.589C925.719 977.995 923.246 972.605 920.265 967.549C914.728 958.164 907.484 949.871 899.534 942.412C892.761 936.06 885.456 930.268 877.719 925.129C879.843 932.148 880.776 936.143 882.262 941.684C883.036 944.58 883.514 947.514 883.817 950.47C887.011 951.304 890.242 951.963 893.512 952.441C890.364 952.812 887.216 953.176 884.068 953.548C884.568 961.5 884.053 969.611 884.606 977.593C885.524 977.669 886.442 977.729 887.352 977.76C889.795 977.85 892.305 977.797 894.581 978.692C891.676 980.913 888.627 982.945 885.471 984.787C888.915 1003.81 902.129 1023.36 918.263 1033.51C924.71 1029.31 928.01 1021.59 929.466 1014.03C930.468 1008.86 930.779 1003.56 930.392 998.31C930.195 995.649 929.815 993.004 929.284 990.396C926.94 991.677 924.574 992.935 922.192 994.148C923.55 990.555 925.272 987.106 927.32 983.854V983.862Z' fill='%2343C779'/%3E%3Cpath d='M899.534 942.412C893.337 936.598 886.692 931.261 879.676 926.463C882.748 929.427 885.008 933.111 887.109 936.803C889.544 941.078 892.086 945.285 894.672 949.469C903.494 963.736 908.94 980.124 913.309 996.392C916.609 1008.67 918.301 1021.61 916.897 1032.63C917.352 1032.93 917.8 1033.23 918.263 1033.51C924.71 1029.31 928.01 1021.59 929.466 1014.03C930.468 1008.86 930.779 1003.56 930.392 998.31C930.195 995.649 929.815 993.004 929.284 990.396C926.94 991.677 924.574 992.935 922.192 994.148C923.55 990.555 925.272 987.106 927.32 983.854C927.373 983.763 927.433 983.672 927.494 983.581C925.719 977.987 923.246 972.597 920.265 967.541C914.728 958.156 907.484 949.864 899.534 942.404V942.412Z' fill='%23179954'/%3E%3Cpath d='M918.209 1028.1C917.807 1022.51 917.17 1016.93 916.29 1011.39C915.41 1005.84 914.295 1000.33 912.937 994.869C911.587 989.411 910.002 984.007 908.196 978.685C906.391 973.371 904.358 968.141 902.113 963.001C899.86 957.847 897.387 952.791 894.694 947.856C894.361 947.242 894.027 946.635 893.686 946.021C893.473 945.635 892.866 945.961 893.086 946.347C895.817 951.237 898.335 956.247 900.641 961.356C902.94 966.458 905.018 971.658 906.877 976.934C908.735 982.218 910.366 987.585 911.769 993.004C913.165 998.409 914.333 1003.87 915.274 1009.37C916.214 1014.88 916.912 1020.44 917.375 1026.02C917.436 1026.71 917.489 1027.4 917.534 1028.1C917.564 1028.54 918.255 1028.56 918.217 1028.12L918.209 1028.1Z' fill='white'/%3E%3Cpath d='M916.497 1013.81C913.197 1010.36 909.465 1007.32 905.429 1004.78C904.299 1004.06 903.146 1003.39 901.97 1002.76C901.584 1002.55 901.235 1003.14 901.622 1003.35C905.771 1005.59 909.655 1008.32 913.136 1011.5C914.122 1012.4 915.078 1013.33 916.003 1014.3C916.307 1014.62 916.8 1014.14 916.497 1013.82V1013.81Z' fill='white'/%3E%3Cpath d='M907.546 977.002C904.671 973.219 901.325 969.793 897.616 966.814C896.554 965.965 895.47 965.154 894.355 964.373C893.99 964.123 893.641 964.714 894.006 964.964C897.882 967.663 901.424 970.831 904.534 974.387C905.406 975.387 906.248 976.411 907.045 977.472C907.159 977.616 907.409 977.601 907.53 977.479C907.674 977.335 907.652 977.146 907.538 976.994L907.546 977.002Z' fill='white'/%3E%3Cpath d='M913.513 997.591C914.628 994.915 915.63 992.194 916.509 989.427C917.397 986.653 918.163 983.84 918.808 980.998C919.172 979.406 919.491 977.806 919.771 976.199C919.802 976.017 919.726 975.828 919.536 975.775C919.369 975.729 919.149 975.828 919.111 976.01C918.611 978.867 917.981 981.695 917.238 984.5C916.487 987.312 915.614 990.094 914.628 992.831C914.075 994.369 913.483 995.885 912.853 997.394C912.785 997.568 912.929 997.773 913.088 997.818C913.286 997.872 913.437 997.75 913.513 997.583V997.591Z' fill='white'/%3E%3Cpath d='M1118.25 838.854C1118.39 840.181 1118.25 841.5 1117.84 842.766C1117.72 843.122 1118.28 843.274 1118.4 842.918C1118.82 841.614 1118.97 840.219 1118.84 838.854C1118.82 838.695 1118.72 838.566 1118.55 838.566C1118.4 838.566 1118.25 838.703 1118.26 838.854H1118.25Z' fill='%23606060'/%3E%3Cpath d='M912.828 928.523H983.479V952.508H941.493V973.157H977.486V997.126H941.493V1036.76H912.836V928.523H912.828Z' fill='%2343C779'/%3E%3Cpath d='M1046.84 1013.77H1016.51L1011.18 1036.76H981.855L1014.85 928.523H1049.51L1082.5 1036.76H1052.18L1046.85 1013.77H1046.84ZM1041.67 991.63L1039.85 984.133C1037.18 973.816 1034.51 960.649 1031.85 949.832H1031.18C1028.85 960.823 1026.18 973.816 1023.51 984.133L1021.69 991.63H1041.67Z' fill='%2343C779'/%3E%3Cpath d='M1193.51 1063.4C1189.18 1065.73 1182.01 1067.4 1172.85 1067.4C1148.52 1067.4 1131.53 1055.07 1123.2 1037.26C1100.54 1032.1 1085.88 1012.29 1085.88 982.149C1085.88 946.521 1106.2 926.531 1136.2 926.531C1166.19 926.531 1186.52 946.68 1186.52 982.149C1186.52 1010.45 1173.69 1029.43 1153.36 1036.1C1158.36 1042.92 1168.02 1044.76 1176.19 1044.76C1180.85 1044.76 1185.19 1043.92 1188.52 1042.75L1193.52 1063.4L1193.51 1063.4ZM1115.21 982.141C1115.21 1001.79 1123.2 1014.11 1136.2 1014.11C1149.2 1014.11 1157.19 1001.78 1157.19 982.141C1157.19 962.5 1149.2 951.16 1136.2 951.16C1123.2 951.16 1115.21 962.493 1115.21 982.141Z' fill='%2343C779'/%3E%3Cpath d='M1133.34 1014.6C1133.5 1009.59 1133.91 1004.54 1134.57 999.469C1135.24 994.383 1136.15 989.274 1137.31 984.164C1138.46 979.108 1139.85 974.045 1141.48 969.004C1143.12 963.91 1145.01 958.831 1147.13 953.79C1149.24 948.764 1151.59 943.784 1154.16 938.849C1154.48 938.235 1154.8 937.628 1155.13 937.014C1155.37 936.575 1155.08 936.112 1154.62 936.021C1154.11 935.923 1153.78 936.787 1153.54 937.227C1150.9 942.184 1148.27 946.649 1146.09 951.705C1143.92 956.716 1141.98 961.772 1140.29 966.843C1138.56 971.983 1137.08 977.145 1135.84 982.307C1134.62 987.416 1133.64 992.526 1132.91 997.62C1132.18 1002.71 1131.71 1007.79 1131.48 1012.83C1131.45 1013.45 1131.43 1014.07 1131.41 1014.69C1131.4 1015.14 1131.66 1015.51 1132.23 1015.49C1132.7 1015.46 1133.32 1015.05 1133.34 1014.6Z' fill='%2398F3B5'/%3E%3Cpath d='M1153.12 939.039C1153.83 935.969 1154.41 933.096 1156.14 930.465C1156.83 929.412 1158.32 928.312 1159.43 927.721C1159.95 927.448 1160.76 927.372 1160.96 927.926C1161.03 928.108 1161.01 928.312 1160.97 928.502C1160.65 930.215 1159.91 932.224 1158.89 933.641C1157.25 935.908 1155.03 937 1153.12 939.046' fill='%2398F3B5'/%3E%3Cpath d='M1151.24 942.541C1149.29 939.963 1147.4 937.636 1146.45 934.551C1146.07 933.315 1146.18 931.42 1146.45 930.162C1146.57 929.571 1147.05 928.888 1147.61 929.085C1147.8 929.154 1147.95 929.305 1148.08 929.457C1149.22 930.829 1150.31 932.732 1150.76 934.468C1151.48 937.242 1150.88 939.706 1151.24 942.548' fill='%2398F3B5'/%3E%3Cpath d='M1150.91 942.806C1153.68 941.161 1156.22 939.546 1159.39 938.955C1160.66 938.72 1162.53 939.038 1163.76 939.44C1164.33 939.63 1164.96 940.176 1164.7 940.721C1164.62 940.903 1164.45 941.025 1164.28 941.138C1162.78 942.124 1160.77 942.995 1159 943.238C1156.16 943.632 1153.78 942.776 1150.91 942.806' fill='%2398F3B5'/%3E%3Cpath d='M1146.57 952.19C1144.46 949.408 1142.41 946.884 1141.38 943.541C1140.97 942.207 1141.09 940.153 1141.38 938.788C1141.51 938.152 1142.02 937.409 1142.64 937.621C1142.84 937.689 1143 937.856 1143.14 938.023C1144.37 939.508 1145.56 941.57 1146.04 943.443C1146.82 946.445 1146.18 949.105 1146.57 952.183' fill='%2398F3B5'/%3E%3Cpath d='M1146.17 952.122C1149.18 950.341 1151.91 948.59 1155.36 947.953C1156.73 947.696 1158.76 948.044 1160.08 948.476C1160.71 948.681 1161.38 949.272 1161.1 949.864C1161.01 950.061 1160.83 950.197 1160.64 950.311C1159.03 951.372 1156.84 952.32 1154.93 952.585C1151.86 953.017 1149.28 952.085 1146.18 952.122' fill='%2398F3B5'/%3E%3Cpath d='M1141.71 964.29C1139.01 960.728 1136.4 957.506 1135.09 953.231C1134.57 951.525 1134.72 948.902 1135.07 947.159C1135.24 946.348 1135.9 945.4 1136.69 945.673C1136.96 945.764 1137.15 945.976 1137.33 946.188C1138.91 948.091 1140.42 950.721 1141.04 953.117C1142.03 956.952 1141.22 960.364 1141.71 964.29Z' fill='%2398F3B5'/%3E%3Cpath d='M1141.64 964.722C1145.48 962.44 1148.98 960.211 1153.38 959.393C1155.13 959.067 1157.73 959.506 1159.42 960.06C1160.21 960.317 1161.07 961.076 1160.71 961.826C1160.59 962.076 1160.36 962.25 1160.13 962.402C1158.06 963.759 1155.28 964.964 1152.83 965.313C1148.9 965.866 1145.6 964.669 1141.64 964.714' fill='%2398F3B5'/%3E%3Cpath d='M1138.18 975.88C1135.19 972.56 1132.3 969.566 1130.64 965.419C1129.98 963.767 1129.91 961.136 1130.11 959.37C1130.21 958.544 1130.79 957.551 1131.59 957.748C1131.86 957.816 1132.08 958.013 1132.27 958.21C1134.01 959.969 1135.74 962.463 1136.56 964.798C1137.87 968.542 1137.35 971.999 1138.17 975.88' fill='%2398F3B5'/%3E%3Cpath d='M1138.14 976.318C1141.78 973.726 1145.07 971.201 1149.39 970.019C1151.11 969.549 1153.73 969.769 1155.47 970.178C1156.28 970.368 1157.2 971.05 1156.91 971.831C1156.81 972.088 1156.59 972.285 1156.38 972.452C1154.43 973.983 1151.76 975.416 1149.34 975.969C1145.48 976.849 1142.09 975.939 1138.15 976.326' fill='%2398F3B5'/%3E%3Cpath d='M1135.37 987.751C1132.78 985.204 1130.3 982.915 1128.76 979.632C1128.13 978.321 1127.95 976.198 1128.03 974.751C1128.07 974.076 1128.5 973.242 1129.16 973.363C1129.38 973.409 1129.57 973.553 1129.73 973.705C1131.23 975.046 1132.75 976.987 1133.53 978.844C1134.78 981.816 1134.52 984.651 1135.38 987.751' fill='%2398F3B5'/%3E%3Cpath d='M1135.36 988.108C1138.19 985.826 1140.74 983.62 1144.18 982.453C1145.55 981.983 1147.69 982.036 1149.12 982.286C1149.78 982.4 1150.56 982.915 1150.37 983.56C1150.3 983.772 1150.13 983.939 1149.97 984.09C1148.46 985.424 1146.36 986.721 1144.43 987.281C1141.33 988.184 1138.54 987.607 1135.36 988.108Z' fill='%2398F3B5'/%3E%3Cpath d='M1133.69 998.014C1131.37 996.058 1129.17 994.315 1127.66 991.677C1127.07 990.623 1126.78 988.872 1126.75 987.659C1126.75 987.098 1127.04 986.371 1127.6 986.431C1127.79 986.454 1127.95 986.56 1128.1 986.681C1129.43 987.705 1130.83 989.221 1131.59 990.714C1132.81 993.11 1132.78 995.482 1133.69 998.007' fill='%2398F3B5'/%3E%3Cpath d='M1133.7 998.31C1135.91 996.233 1137.89 994.232 1140.67 993.042C1141.79 992.564 1143.56 992.473 1144.77 992.587C1145.33 992.64 1146.01 993.019 1145.89 993.565C1145.85 993.747 1145.72 993.898 1145.59 994.035C1144.42 995.24 1142.76 996.453 1141.19 997.044C1138.67 997.992 1136.32 997.689 1133.7 998.31Z' fill='%2398F3B5'/%3E%3Cpath d='M1132.53 1006.57C1130.49 1005.16 1128.54 1003.9 1127.12 1001.86C1126.55 1001.05 1126.18 999.629 1126.06 998.644C1126.01 998.181 1126.2 997.567 1126.66 997.582C1126.81 997.582 1126.96 997.666 1127.09 997.749C1128.26 998.484 1129.51 999.614 1130.24 1000.77C1131.43 1002.64 1131.58 1004.58 1132.52 1006.57' fill='%2398F3B5'/%3E%3Cpath d='M1132.55 1006.81C1134.19 1004.94 1135.66 1003.15 1137.85 1001.97C1138.72 1001.5 1140.17 1001.29 1141.16 1001.29C1141.63 1001.29 1142.22 1001.55 1142.16 1002C1142.14 1002.15 1142.04 1002.29 1141.95 1002.4C1141.09 1003.48 1139.81 1004.59 1138.58 1005.2C1136.59 1006.16 1134.65 1006.1 1132.55 1006.81Z' fill='%2398F3B5'/%3E%3Cpath d='M1170.74 990.843C1170.74 990.737 1170.73 990.631 1170.72 990.525C1175.05 986.553 1179.87 983.104 1184.98 980.201C1194.45 974.811 1204.87 971.225 1215.47 968.701C1224.51 966.556 1233.73 965.169 1243 964.555C1237.66 969.588 1234.86 972.59 1230.82 976.653C1228.71 978.775 1226.83 981.088 1225.09 983.506C1221.9 982.641 1218.77 981.611 1215.7 980.398C1218.25 982.285 1220.79 984.165 1223.34 986.053C1218.94 992.701 1215.36 999.993 1210.9 1006.65C1210.07 1006.26 1209.25 1005.85 1208.43 1005.43C1206.27 1004.29 1204.11 1002.99 1201.7 1002.64C1203.11 1006.01 1204.74 1009.29 1206.57 1012.46C1194.11 1027.24 1172.92 1037.64 1153.86 1038.43C1150.36 1031.57 1151.34 1023.24 1153.84 1015.96C1155.55 1010.98 1157.91 1006.22 1160.86 1001.86C1162.36 999.644 1164 997.545 1165.77 995.543C1167.17 997.817 1168.59 1000.08 1170.06 1002.32C1170.66 998.53 1170.89 994.679 1170.73 990.836L1170.74 990.843Z' fill='%2398F3B5'/%3E%3Cpath d='M1215.47 968.701C1223.74 966.738 1232.17 965.419 1240.64 964.736C1236.5 965.782 1232.7 967.852 1229.04 970.012C1224.8 972.514 1220.5 974.902 1216.17 977.244C1201.41 985.234 1188.53 996.748 1176.64 1008.68C1167.66 1017.69 1159.76 1028.08 1155.49 1038.33C1154.95 1038.37 1154.41 1038.4 1153.87 1038.43C1150.37 1031.57 1151.35 1023.24 1153.85 1015.96C1155.55 1010.98 1157.92 1006.22 1160.87 1001.86C1162.37 999.644 1164.01 997.537 1165.78 995.543C1167.17 997.817 1168.6 1000.08 1170.06 1002.32C1170.67 998.53 1170.9 994.679 1170.74 990.836C1170.74 990.729 1170.73 990.623 1170.72 990.517C1175.05 986.545 1179.87 983.096 1184.98 980.193C1194.45 974.803 1204.87 971.218 1215.47 968.693V968.701Z' fill='%23179954'/%3E%3Cpath d='M1156.62 1033.74C1159.75 1029.09 1163.08 1024.57 1166.6 1020.2C1170.13 1015.82 1173.85 1011.59 1177.74 1007.53C1181.63 1003.46 1185.69 999.568 1189.91 995.846C1194.12 992.14 1198.49 988.607 1203 985.264C1207.52 981.914 1212.19 978.76 1216.97 975.811C1217.56 975.448 1218.16 975.084 1218.76 974.727C1219.14 974.5 1219.5 975.084 1219.12 975.311C1214.32 978.199 1209.64 981.292 1205.09 984.574C1200.56 987.857 1196.17 991.328 1191.93 994.99C1187.69 998.651 1183.6 1002.49 1179.69 1006.5C1175.79 1010.49 1172.06 1014.65 1168.51 1018.95C1164.95 1023.27 1161.58 1027.74 1158.4 1032.35C1158.01 1032.92 1157.62 1033.5 1157.23 1034.07C1156.99 1034.44 1156.38 1034.11 1156.63 1033.74H1156.62Z' fill='white'/%3E%3Cpath d='M1165.22 1022.2C1169.8 1020.85 1174.55 1020.07 1179.32 1019.86C1180.65 1019.81 1181.99 1019.79 1183.32 1019.83C1183.76 1019.85 1183.78 1020.53 1183.33 1020.51C1178.61 1020.39 1173.89 1020.83 1169.28 1021.86C1167.98 1022.14 1166.68 1022.48 1165.4 1022.86C1164.97 1022.98 1164.78 1022.33 1165.21 1022.2L1165.22 1022.2Z' fill='white'/%3E%3Cpath d='M1191.31 994.717C1195.69 992.867 1200.29 991.548 1204.99 990.813C1206.34 990.6 1207.69 990.441 1209.04 990.32C1209.48 990.282 1209.49 990.964 1209.05 991.002C1204.33 991.411 1199.69 992.404 1195.22 993.943C1193.97 994.375 1192.72 994.853 1191.5 995.368C1191.33 995.444 1191.12 995.3 1191.08 995.133C1191.02 994.936 1191.14 994.785 1191.31 994.709V994.717Z' fill='white'/%3E%3Cpath d='M1175.88 1009.6C1176.25 1006.73 1176.73 1003.87 1177.35 1001.03C1177.96 998.18 1178.7 995.36 1179.55 992.578C1180.02 991.017 1180.54 989.47 1181.09 987.932C1181.15 987.757 1181.32 987.636 1181.51 987.681C1181.68 987.727 1181.82 987.924 1181.76 988.098C1180.78 990.827 1179.91 993.594 1179.16 996.391C1178.41 999.204 1177.78 1002.05 1177.28 1004.92C1177 1006.53 1176.75 1008.14 1176.54 1009.76C1176.52 1009.95 1176.29 1010.05 1176.13 1010.01C1175.93 1009.96 1175.85 1009.78 1175.87 1009.6L1175.88 1009.6Z' fill='white'/%3E%3Cpath d='M1169.33 1039.78C1172.17 1037.4 1175.17 1035.13 1178.3 1033C1181.44 1030.85 1184.71 1028.83 1188.1 1026.95C1191.46 1025.09 1194.94 1023.36 1198.53 1021.77C1202.16 1020.16 1205.89 1018.7 1209.73 1017.38C1213.55 1016.07 1217.46 1014.9 1221.46 1013.89C1221.95 1013.76 1222.45 1013.64 1222.94 1013.51C1223.3 1013.42 1223.42 1013.04 1223.24 1012.74C1223.04 1012.42 1222.4 1012.65 1222.04 1012.74C1218 1013.73 1214.24 1014.48 1210.37 1015.77C1206.53 1017.05 1202.78 1018.48 1199.15 1020.04C1195.46 1021.63 1191.87 1023.35 1188.41 1025.22C1184.99 1027.07 1181.69 1029.05 1178.51 1031.16C1175.33 1033.28 1172.3 1035.51 1169.4 1037.88C1169.04 1038.17 1168.69 1038.46 1168.33 1038.76C1168.08 1038.97 1168 1039.3 1168.29 1039.6C1168.53 1039.85 1169.07 1039.99 1169.33 1039.77V1039.78Z' fill='%23179954'/%3E%3Cpath d='M1220.84 1013.42C1222.88 1012.3 1224.75 1011.2 1227.06 1010.85C1227.98 1010.71 1229.33 1010.98 1230.2 1011.31C1230.61 1011.46 1231.05 1011.87 1230.85 1012.26C1230.78 1012.39 1230.66 1012.47 1230.53 1012.55C1229.42 1013.22 1227.95 1013.8 1226.66 1013.93C1224.6 1014.15 1222.91 1013.46 1220.84 1013.42Z' fill='%23179954'/%3E%3Cpath d='M1217.97 1014.11C1218.43 1011.76 1218.78 1009.57 1220.02 1007.53C1220.52 1006.71 1221.62 1005.84 1222.44 1005.36C1222.83 1005.14 1223.44 1005.06 1223.61 1005.47C1223.67 1005.61 1223.66 1005.76 1223.64 1005.91C1223.44 1007.22 1222.93 1008.76 1222.19 1009.86C1221.01 1011.63 1219.36 1012.51 1217.97 1014.11' fill='%23179954'/%3E%3Cpath d='M1217.66 1014.05C1219.94 1014.77 1222.08 1015.37 1223.97 1016.84C1224.73 1017.42 1225.47 1018.61 1225.86 1019.48C1226.04 1019.89 1226.04 1020.51 1225.61 1020.63C1225.47 1020.68 1225.32 1020.64 1225.17 1020.6C1223.89 1020.26 1222.42 1019.58 1221.4 1018.73C1219.78 1017.36 1219.08 1015.62 1217.65 1014.06' fill='%23179954'/%3E%3Cpath d='M1210.34 1016.29C1210.84 1013.75 1211.22 1011.38 1212.56 1009.16C1213.1 1008.29 1214.29 1007.33 1215.18 1006.81C1215.59 1006.57 1216.25 1006.5 1216.44 1006.94C1216.5 1007.09 1216.49 1007.25 1216.46 1007.41C1216.25 1008.83 1215.7 1010.5 1214.9 1011.69C1213.63 1013.6 1211.84 1014.56 1210.33 1016.29' fill='%23179954'/%3E%3Cpath d='M1210.18 1016.04C1212.64 1016.82 1214.97 1017.46 1217.01 1019.05C1217.83 1019.68 1218.65 1020.97 1219.05 1021.91C1219.25 1022.35 1219.25 1023.02 1218.79 1023.16C1218.64 1023.2 1218.47 1023.16 1218.31 1023.13C1216.92 1022.76 1215.33 1022.02 1214.24 1021.1C1212.49 1019.61 1211.73 1017.73 1210.18 1016.04Z' fill='%23179954'/%3E%3Cpath d='M1201.25 1019.58C1201.89 1016.34 1202.38 1013.3 1204.09 1010.48C1204.78 1009.35 1206.3 1008.13 1207.44 1007.47C1207.97 1007.16 1208.82 1007.06 1209.06 1007.63C1209.13 1007.82 1209.12 1008.03 1209.09 1008.23C1208.82 1010.04 1208.11 1012.17 1207.09 1013.7C1205.46 1016.14 1203.18 1017.37 1201.24 1019.58' fill='%23179954'/%3E%3Cpath d='M1200.98 1019.75C1204.13 1020.75 1207.09 1021.58 1209.71 1023.6C1210.76 1024.4 1211.79 1026.05 1212.32 1027.26C1212.57 1027.82 1212.58 1028.68 1211.99 1028.85C1211.79 1028.91 1211.58 1028.87 1211.38 1028.81C1209.62 1028.34 1207.57 1027.4 1206.17 1026.22C1203.93 1024.32 1202.96 1021.92 1200.98 1019.75' fill='%23179954'/%3E%3Cpath d='M1193.11 1023.35C1193.47 1020.06 1193.7 1017 1195.17 1014.04C1195.76 1012.86 1197.18 1011.52 1198.25 1010.76C1198.75 1010.41 1199.59 1010.23 1199.88 1010.78C1199.97 1010.96 1199.97 1011.17 1199.96 1011.38C1199.85 1013.2 1199.32 1015.39 1198.43 1016.99C1197.02 1019.56 1194.85 1020.98 1193.11 1023.35' fill='%23179954'/%3E%3Cpath d='M1192.84 1023.54C1196.08 1024.27 1199.09 1024.85 1201.87 1026.64C1202.98 1027.35 1204.15 1028.9 1204.78 1030.06C1205.08 1030.6 1205.15 1031.45 1204.59 1031.68C1204.4 1031.75 1204.18 1031.72 1203.98 1031.69C1202.17 1031.37 1200.06 1030.61 1198.56 1029.55C1196.17 1027.85 1195.01 1025.53 1192.84 1023.54Z' fill='%23179954'/%3E%3Cpath d='M1185.17 1027.66C1185.3 1024.98 1185.34 1022.48 1186.39 1020C1186.81 1019.02 1187.89 1017.87 1188.73 1017.2C1189.13 1016.89 1189.8 1016.71 1190.05 1017.14C1190.14 1017.28 1190.15 1017.46 1190.15 1017.62C1190.15 1019.11 1189.83 1020.91 1189.19 1022.26C1188.16 1024.41 1186.47 1025.67 1185.18 1027.67' fill='%23179954'/%3E%3Cpath d='M1184.97 1027.83C1187.63 1028.26 1190.11 1028.58 1192.44 1029.9C1193.38 1030.42 1194.4 1031.63 1194.97 1032.54C1195.24 1032.96 1195.34 1033.64 1194.89 1033.85C1194.73 1033.92 1194.56 1033.91 1194.39 1033.89C1192.91 1033.72 1191.16 1033.2 1189.9 1032.41C1187.87 1031.15 1186.82 1029.33 1184.96 1027.82' fill='%23179954'/%3E%3Cpath d='M1178.67 1031.79C1178.61 1029.55 1178.48 1027.47 1179.2 1025.35C1179.49 1024.5 1180.31 1023.47 1180.97 1022.86C1181.27 1022.58 1181.81 1022.38 1182.06 1022.73C1182.14 1022.84 1182.16 1022.98 1182.16 1023.12C1182.25 1024.36 1182.1 1025.87 1181.66 1027.03C1180.93 1028.89 1179.61 1030.04 1178.66 1031.79' fill='%23179954'/%3E%3Cpath d='M1178.51 1031.94C1180.75 1032.13 1182.82 1032.25 1184.86 1033.19C1185.67 1033.57 1186.59 1034.51 1187.12 1035.23C1187.38 1035.57 1187.5 1036.14 1187.14 1036.33C1187.02 1036.4 1186.87 1036.4 1186.73 1036.4C1185.49 1036.36 1184 1036.03 1182.9 1035.46C1181.13 1034.54 1180.14 1033.09 1178.51 1031.95' fill='%23179954'/%3E%3Cpath d='M1173.36 1035.37C1173.14 1033.54 1172.88 1031.85 1173.3 1030.06C1173.47 1029.35 1174.07 1028.45 1174.56 1027.9C1174.78 1027.64 1175.22 1027.44 1175.44 1027.7C1175.51 1027.78 1175.53 1027.9 1175.56 1028.02C1175.72 1029.03 1175.72 1030.28 1175.44 1031.25C1175 1032.82 1174 1033.87 1173.36 1035.37Z' fill='%23179954'/%3E%3Cpath d='M1173.25 1035.51C1175.09 1035.5 1176.8 1035.43 1178.54 1036.05C1179.23 1036.3 1180.06 1036.99 1180.55 1037.55C1180.77 1037.8 1180.93 1038.25 1180.65 1038.45C1180.55 1038.51 1180.43 1038.52 1180.32 1038.53C1179.3 1038.58 1178.06 1038.44 1177.12 1038.05C1175.61 1037.43 1174.68 1036.32 1173.26 1035.52' fill='%23179954'/%3E%3Cpath d='M956.555 1037.82C957.443 1033.39 958.565 1028.97 959.908 1024.57C961.258 1020.15 962.828 1015.75 964.618 1011.39C966.393 1007.07 968.373 1002.78 970.573 998.545C972.795 994.27 975.223 990.04 977.855 985.879C980.479 981.732 983.301 977.654 986.32 973.659C986.692 973.166 987.071 972.666 987.45 972.173C987.723 971.817 987.549 971.362 987.147 971.218C986.715 971.059 986.282 971.772 986.009 972.128C982.922 976.138 979.926 979.708 977.233 983.87C974.563 988.001 972.09 992.193 969.829 996.446C967.539 1000.75 965.445 1005.12 963.579 1009.51C961.736 1013.87 960.105 1018.26 958.702 1022.67C957.298 1027.09 956.115 1031.52 955.167 1035.96C955.053 1036.51 954.939 1037.06 954.826 1037.61C954.75 1038 954.924 1038.37 955.432 1038.43C955.85 1038.49 956.472 1038.21 956.547 1037.81L956.555 1037.82Z' fill='%23179954'/%3E%3Cpath d='M985.371 973.667C986.463 971.052 987.396 968.588 989.323 966.504C990.089 965.67 991.576 964.912 992.653 964.555C993.154 964.389 993.882 964.449 993.988 964.965C994.026 965.139 993.965 965.313 993.912 965.48C993.374 966.958 992.41 968.626 991.295 969.733C989.505 971.499 987.374 972.143 985.371 973.675' fill='%23179954'/%3E%3Cpath d='M983.177 976.494C981.827 973.916 980.499 971.566 980.12 968.686C979.968 967.534 980.348 965.866 980.765 964.789C980.962 964.282 981.485 963.751 981.963 964.009C982.123 964.092 982.229 964.251 982.32 964.41C983.131 965.798 983.822 967.655 983.958 969.254C984.178 971.824 983.291 973.924 983.185 976.501' fill='%23179954'/%3E%3Cpath d='M982.836 976.685C985.552 975.638 988.032 974.577 990.945 974.524C992.105 974.501 993.721 975.062 994.753 975.601C995.23 975.851 995.708 976.434 995.397 976.874C995.291 977.018 995.124 977.109 994.957 977.177C993.486 977.829 991.567 978.299 989.959 978.261C987.38 978.193 985.392 977.071 982.844 976.677' fill='%23179954'/%3E%3Cpath d='M977.595 984.377C976.139 981.588 974.698 979.048 974.288 975.925C974.121 974.682 974.531 972.878 974.986 971.703C975.198 971.157 975.767 970.573 976.283 970.854C976.457 970.945 976.571 971.119 976.67 971.286C977.55 972.787 978.293 974.796 978.445 976.532C978.688 979.314 977.724 981.58 977.603 984.37' fill='%23179954'/%3E%3Cpath d='M977.246 984.257C980.182 983.12 982.874 981.976 986.022 981.922C987.282 981.9 989.026 982.506 990.141 983.09C990.657 983.363 991.173 983.992 990.839 984.47C990.725 984.629 990.543 984.72 990.369 984.803C988.776 985.508 986.698 986.023 984.953 985.97C982.161 985.895 980.015 984.682 977.254 984.257' fill='%23179954'/%3E%3Cpath d='M971.476 994.399C969.61 990.836 967.767 987.584 967.244 983.597C967.031 982.005 967.555 979.701 968.139 978.2C968.412 977.502 969.132 976.759 969.792 977.116C970.012 977.237 970.156 977.457 970.285 977.669C971.408 979.594 972.364 982.157 972.553 984.37C972.857 987.925 971.628 990.829 971.484 994.391' fill='%23179954'/%3E%3Cpath d='M971.344 994.769C975.099 993.313 978.535 991.85 982.563 991.782C984.171 991.752 986.401 992.533 987.827 993.275C988.487 993.624 989.147 994.428 988.714 995.042C988.57 995.246 988.335 995.368 988.107 995.466C986.067 996.368 983.412 997.02 981.19 996.96C977.617 996.861 974.871 995.315 971.344 994.769Z' fill='%23179954'/%3E%3Cpath d='M966.613 1004.16C964.452 1000.77 962.343 997.688 961.486 993.754C961.144 992.184 961.47 989.842 961.918 988.303C962.13 987.583 962.79 986.787 963.473 987.083C963.701 987.181 963.867 987.386 964.012 987.591C965.293 989.41 966.462 991.881 966.841 994.08C967.448 997.597 966.469 1000.59 966.621 1004.15' fill='%23179954'/%3E%3Cpath d='M966.52 1004.54C970.138 1002.77 973.437 1001.03 977.443 1000.61C979.043 1000.45 981.334 1001.04 982.813 1001.65C983.503 1001.94 984.224 1002.69 983.852 1003.34C983.723 1003.55 983.503 1003.69 983.283 1003.81C981.326 1004.88 978.74 1005.76 976.517 1005.89C972.952 1006.1 970.085 1004.78 966.52 1004.54Z' fill='%23179954'/%3E%3Cpath d='M962.357 1014.28C960.438 1011.63 958.58 1009.23 957.692 1006.09C957.336 1004.83 957.487 1002.92 957.776 1001.64C957.912 1001.05 958.405 1000.37 958.982 1000.58C959.171 1000.65 959.315 1000.81 959.437 1000.97C960.567 1002.39 961.629 1004.33 962.046 1006.09C962.706 1008.91 962.061 1011.39 962.357 1014.28Z' fill='%23179954'/%3E%3Cpath d='M962.297 1014.59C965.141 1012.99 967.743 1011.41 970.967 1010.88C972.256 1010.67 974.145 1011.03 975.374 1011.46C975.95 1011.67 976.572 1012.24 976.299 1012.77C976.208 1012.96 976.034 1013.08 975.859 1013.18C974.327 1014.15 972.264 1014.98 970.466 1015.19C967.584 1015.53 965.194 1014.61 962.289 1014.58' fill='%23179954'/%3E%3Cpath d='M959.33 1023.14C957.563 1021.07 955.863 1019.19 954.923 1016.63C954.551 1015.6 954.551 1014 954.71 1012.93C954.786 1012.43 955.158 1011.83 955.643 1011.96C955.803 1012.01 955.932 1012.13 956.053 1012.26C957.085 1013.37 958.094 1014.92 958.549 1016.36C959.277 1018.66 958.898 1020.77 959.33 1023.15' fill='%23179954'/%3E%3Cpath d='M959.301 1023.41C961.569 1021.89 963.624 1020.41 966.279 1019.77C967.334 1019.51 968.934 1019.69 969.981 1019.97C970.474 1020.1 971.028 1020.54 970.831 1021.01C970.77 1021.17 970.626 1021.29 970.497 1021.38C969.283 1022.28 967.622 1023.11 966.143 1023.4C963.769 1023.87 961.721 1023.25 959.301 1023.41Z' fill='%23179954'/%3E%3Cpath d='M957.024 1030.56C955.423 1029 953.891 1027.59 952.928 1025.58C952.541 1024.77 952.42 1023.46 952.473 1022.57C952.496 1022.15 952.753 1021.63 953.163 1021.71C953.3 1021.73 953.413 1021.82 953.52 1021.92C954.445 1022.75 955.386 1023.94 955.871 1025.08C956.645 1026.91 956.493 1028.66 957.032 1030.57' fill='%23179954'/%3E%3Cpath d='M957.023 1030.78C958.76 1029.37 960.33 1028 962.447 1027.27C963.289 1026.99 964.609 1027.01 965.489 1027.16C965.898 1027.23 966.384 1027.54 966.262 1027.94C966.224 1028.08 966.118 1028.18 966.012 1028.27C965.086 1029.09 963.797 1029.9 962.606 1030.25C960.702 1030.81 958.98 1030.46 957.016 1030.78' fill='%23179954'/%3E%3Cpath d='M900.095 863.266C900.702 865.805 899.951 868.466 899.025 870.907C898.714 871.725 898.381 872.559 898.29 873.431C898.221 874.068 898.29 874.712 898.373 875.349C898.768 878.222 899.761 881.254 902.135 882.929C903.008 883.543 904.123 884.991 905.154 884.703C905.845 884.513 906.421 882.99 906.914 882.474C909.068 880.208 910.07 877.1 910.79 874.06C910.851 873.81 910.912 873.545 910.889 873.287C910.866 872.969 910.722 872.68 910.593 872.392C909.417 869.732 909.281 866.624 910.229 863.872' fill='%23FD9470'/%3E%3Cpath d='M900.238 866.404C900.45 866.54 900.655 866.707 900.852 866.919C902.195 868.344 904.873 868.557 906.693 868.329C907.474 868.231 909.014 867.321 909.651 866.7C909.674 865.494 909.833 865.009 910.228 863.864L900.094 863.266C900.344 864.297 900.352 865.35 900.23 866.404H900.238Z' fill='%23FA7F51'/%3E%3Cpath d='M893.432 1020.29C893.432 1020.29 891.141 1029.03 892.196 1032.51C892.196 1032.51 887.591 1034.94 883.078 1031.85C883.078 1031.85 887.478 1030.37 885.983 1017.95' fill='%23FD9470'/%3E%3Cpath d='M872.582 1037.12C872.719 1036.84 872.923 1036.6 873.204 1036.44C874.736 1035.57 878.461 1033.51 884.097 1030.74C884.097 1030.74 887.252 1031.8 892.046 1031.19C892.046 1031.19 892.554 1034.33 892.501 1036.93C889.566 1037.06 878.248 1037.52 872.59 1037.12H872.582Z' fill='%23FBB204'/%3E%3Cpath d='M892.493 1036.93C892.478 1037.58 892.455 1038.2 892.409 1038.73H872.422V1037.79C872.422 1037.55 872.483 1037.33 872.589 1037.12C878.247 1037.52 889.565 1037.06 892.5 1036.93H892.493Z' fill='%23E39702'/%3E%3Cpath d='M883.34 1031.72C883.34 1031.92 883.499 1032.08 883.696 1032.08C883.894 1032.08 884.053 1031.92 884.053 1031.72C884.053 1031.53 883.894 1031.37 883.696 1031.37C883.499 1031.37 883.34 1031.53 883.34 1031.72Z' fill='white'/%3E%3Cpath d='M877.285 1034.63C877.285 1034.83 877.444 1034.99 877.642 1034.99C877.839 1034.99 877.998 1034.83 877.998 1034.63C877.998 1034.44 877.839 1034.28 877.642 1034.28C877.444 1034.28 877.285 1034.44 877.285 1034.63Z' fill='white'/%3E%3Cpath d='M880.617 1033.25C880.617 1033.45 880.776 1033.61 880.974 1033.61C881.171 1033.61 881.33 1033.45 881.33 1033.25C881.33 1033.06 881.171 1032.9 880.974 1032.9C880.776 1032.9 880.617 1033.06 880.617 1033.25Z' fill='white'/%3E%3Cpath d='M917.52 1020.75C917.52 1020.75 919.81 1029.49 918.756 1032.97C918.756 1032.97 923.36 1035.41 927.874 1032.31C927.874 1032.31 923.474 1030.83 924.968 1018.41' fill='%23FD9470'/%3E%3Cpath d='M938.361 1037.58C938.224 1037.3 938.019 1037.06 937.739 1036.9C936.206 1036.03 932.482 1033.97 926.846 1031.2C926.846 1031.2 923.69 1032.26 918.897 1031.65C918.897 1031.65 918.388 1034.79 918.441 1037.39C921.377 1037.52 932.694 1037.98 938.353 1037.58H938.361Z' fill='%23FBB204'/%3E%3Cpath d='M918.453 1037.39C918.468 1038.05 918.491 1038.66 918.536 1039.19H938.524V1038.25C938.524 1038.02 938.463 1037.79 938.357 1037.58C932.698 1037.98 921.381 1037.52 918.445 1037.39H918.453Z' fill='%23E39702'/%3E%3Cpath d='M927.615 1032.19C927.615 1032.38 927.456 1032.54 927.259 1032.54C927.062 1032.54 926.902 1032.38 926.902 1032.19C926.902 1031.99 927.062 1031.83 927.259 1031.83C927.456 1031.83 927.615 1031.99 927.615 1032.19Z' fill='white'/%3E%3Cpath d='M933.658 1035.1C933.658 1035.29 933.499 1035.45 933.302 1035.45C933.105 1035.45 932.945 1035.29 932.945 1035.1C932.945 1034.9 933.105 1034.74 933.302 1034.74C933.499 1034.74 933.658 1034.9 933.658 1035.1Z' fill='white'/%3E%3Cpath d='M930.338 1033.72C930.338 1033.91 930.179 1034.07 929.982 1034.07C929.784 1034.07 929.625 1033.91 929.625 1033.72C929.625 1033.52 929.784 1033.36 929.982 1033.36C930.179 1033.36 930.338 1033.52 930.338 1033.72Z' fill='white'/%3E%3Cpath d='M893.305 1026.36C891.219 1026.56 888.222 1026.77 885.977 1026.74C885.621 1026.74 885.287 1026.52 885.15 1026.18C883.504 1022.37 883.133 1018.13 882.837 1013.97C880.789 985.492 881.358 958.346 883.747 929.897C883.77 929.624 883.413 927.82 883.626 927.638C883.891 927.411 884.301 927.502 884.642 927.6C896.088 930.973 908.096 932.444 920.02 931.944C920.824 931.913 921.72 931.906 922.304 932.459C922.167 932.035 922.622 932.77 922.304 932.459C923.077 934.908 923.904 938.668 924.101 941.23C925.201 955.413 926.301 969.603 926.764 983.816C927.211 997.848 927.037 1011.89 926.847 1025.93C926.84 1026.62 926.324 1027.19 925.641 1027.28L921.75 1027.79C921.196 1027.87 920.286 1027.9 919.732 1027.86C918.511 1027.78 917.987 1027.94 917.805 1027.36C910.728 1004.69 907.724 965.472 903.856 947.681C903.735 952.638 902.991 957.55 902.24 962.455C899.024 983.483 896.536 1005.33 893.32 1026.36' fill='%23003260'/%3E%3Cpath d='M883.739 929.897C883.458 933.217 883.208 936.522 882.98 939.805C888.609 938.607 894.996 939.145 900.283 938.887C904.728 938.668 908.9 937.712 913.132 936.409C916.25 935.446 919.565 934.347 922.288 932.467C922.288 932.467 922.288 932.467 922.288 932.459C921.712 931.906 920.809 931.913 920.005 931.944C908.081 932.444 896.073 930.973 884.627 927.6C884.285 927.502 883.883 927.411 883.61 927.638C883.398 927.82 883.754 929.617 883.731 929.897H883.739Z' fill='%23002B51'/%3E%3Cpath d='M926.748 983.816C926.513 976.508 926.104 969.208 925.618 961.916C925.52 963.576 925.413 965.229 925.315 966.851C924.769 975.621 923.54 984.324 923.032 993.094C922.569 1001.08 921.871 1009.19 922.023 1017.18C922.106 1021.32 921.075 1025.3 917.562 1026.64C917.631 1026.87 917.707 1027.12 917.775 1027.36C917.957 1027.94 918.48 1027.78 919.702 1027.86C920.255 1027.9 921.166 1027.86 921.719 1027.79L925.611 1027.28C926.293 1027.19 926.809 1026.61 926.817 1025.92C927.014 1011.89 927.188 997.847 926.733 983.816H926.748Z' fill='%23002B51'/%3E%3Cpath d='M904.419 948.696C905.777 953.669 907.051 958.664 908.25 963.675C909.448 968.716 910.563 973.772 911.595 978.851C912.619 983.907 913.567 988.971 914.424 994.057C915.289 999.166 916.063 1004.29 916.76 1009.43C917.451 1014.57 918.058 1019.72 918.581 1024.89C918.649 1025.54 918.71 1026.2 918.778 1026.85C918.809 1027.15 919.271 1027.15 919.241 1026.85C918.74 1021.69 918.156 1016.54 917.489 1011.4C916.821 1006.27 916.063 1001.14 915.228 996.036C914.386 990.919 913.461 985.825 912.452 980.738C911.443 975.66 910.351 970.588 909.175 965.547C907.999 960.506 906.74 955.481 905.39 950.478C905.223 949.841 905.049 949.212 904.874 948.575C904.798 948.287 904.351 948.408 904.427 948.696H904.419Z' fill='%23465281'/%3E%3Cpath d='M903.06 948.348C901.846 953.313 900.716 958.294 899.669 963.297C898.615 968.322 897.651 973.363 896.771 978.419C895.899 983.453 895.103 988.501 894.397 993.557C893.699 998.583 893.077 1003.62 892.546 1008.67C892.008 1013.77 891.56 1018.88 891.196 1024C891.151 1024.63 891.105 1025.25 891.067 1025.88C891.044 1026.18 891.507 1026.18 891.53 1025.88C891.871 1020.79 892.296 1015.7 892.812 1010.62C893.328 1005.53 893.927 1000.46 894.61 995.392C895.292 990.328 896.066 985.28 896.923 980.246C897.773 975.236 898.713 970.24 899.73 965.26C900.754 960.257 901.869 955.261 903.06 950.296C903.204 949.682 903.356 949.076 903.507 948.462C903.576 948.174 903.128 948.052 903.06 948.34V948.348Z' fill='%23465281'/%3E%3Cpath d='M883.263 940.909C885.069 938.87 886.556 936.573 887.686 934.094C887.807 933.821 887.367 933.693 887.246 933.958C886.146 936.361 884.697 938.59 882.945 940.568C882.748 940.788 883.066 941.129 883.263 940.909Z' fill='%23465281'/%3E%3Cpath d='M923.595 940.198C921.38 938.606 919.423 936.696 917.777 934.528C917.595 934.293 917.997 934.066 918.179 934.293C919.779 936.393 921.691 938.25 923.83 939.797C924.073 939.971 923.837 940.373 923.595 940.198Z' fill='%23465281'/%3E%3Cpath d='M897.788 846.261C897.174 849.225 896.893 852.265 896.969 855.29C897.037 858.003 897.606 860.384 899.184 862.59C901.035 865.182 902.582 866.736 905.29 866.873C907.915 867.001 909.925 865.591 911.465 863.469C913.005 861.346 914.014 859.292 914.4 856.692C914.939 853.091 914.909 849.4 914.317 845.807' fill='%23FD9470'/%3E%3Cpath d='M899.657 842.746C899.535 843.61 899.884 844.512 900.544 845.081C901.212 845.657 902.16 845.816 902.994 845.543C903.411 845.407 903.791 845.172 904.087 844.846C904.352 844.558 904.701 844.004 905.133 844.338C905.49 844.611 905.748 844.937 906.157 845.149C906.521 845.339 906.908 845.452 907.31 845.505C908.251 845.619 909.229 845.346 909.942 844.709C910.162 844.512 909.859 844.164 909.631 844.361C909.047 844.884 908.266 845.119 907.492 845.058C907.106 845.028 906.719 844.929 906.377 844.747C906.021 844.565 905.778 844.285 905.482 844.035C905.209 843.8 904.86 843.686 904.511 843.845C904.162 844.004 903.958 844.338 903.692 844.596C903.108 845.187 902.167 845.376 901.394 845.073C900.491 844.717 899.983 843.716 900.112 842.776C900.15 842.481 899.687 842.458 899.649 842.754L899.657 842.746Z' fill='%23561C02'/%3E%3Cpath d='M902.731 838.622C903.315 838.243 904.043 838.152 904.696 838.41C905.287 838.645 905.75 839.16 905.932 839.767C906.015 840.047 906.471 839.956 906.387 839.668C906.16 838.918 905.621 838.296 904.9 837.993C904.134 837.667 903.216 837.766 902.526 838.213C902.276 838.372 902.488 838.789 902.739 838.622H902.731Z' fill='%23561C02'/%3E%3Cpath d='M910.481 841.966C911.308 841.806 912.271 842.019 912.688 842.822C912.893 843.216 912.87 843.671 912.719 844.08C912.643 844.278 912.552 844.467 912.438 844.641C912.332 844.816 912.172 844.975 912.081 845.149C911.93 845.468 912.165 845.657 912.423 845.786C912.764 845.96 913.045 846.203 913.265 846.514C913.78 847.219 913.917 848.121 914.038 848.962C914.076 849.258 914.531 849.159 914.493 848.864C914.365 847.946 914.19 847.006 913.644 846.241C913.416 845.922 913.128 845.642 912.787 845.452C912.749 845.43 912.506 845.339 912.506 845.308C912.506 845.339 912.673 845.127 912.665 845.142C912.81 844.945 912.931 844.74 913.037 844.52C913.409 843.754 913.416 842.868 912.832 842.201C912.225 841.503 911.27 841.336 910.397 841.503C910.102 841.556 910.2 842.011 910.496 841.958L910.481 841.966Z' fill='%23561C02'/%3E%3Cpath d='M897.767 853.274C897.501 852.895 897.198 852.546 896.826 852.334C896.455 852.122 895.999 852.061 895.597 852.281C895.218 852.486 894.93 852.925 894.793 853.403C894.657 853.88 894.664 854.388 894.748 854.866C894.9 855.715 895.324 856.503 895.992 856.799C896.659 857.094 897.554 856.753 897.888 855.935C898.108 855.396 898.055 854.782 897.964 854.221' fill='%23FD9470'/%3E%3Cpath d='M897.122 853.714C897.031 853.577 896.925 853.456 896.788 853.38C896.659 853.304 896.492 853.281 896.356 853.357C896.219 853.433 896.121 853.585 896.068 853.759C896.022 853.926 896.022 854.108 896.052 854.275C896.105 854.578 896.257 854.858 896.492 854.964C896.727 855.07 897.046 854.949 897.167 854.661C897.243 854.472 897.228 854.252 897.19 854.055' fill='%23FA7F51'/%3E%3Cpath d='M914.053 854.115C914.357 853.789 914.698 853.485 915.077 853.334C915.457 853.182 915.897 853.197 916.238 853.478C916.564 853.743 916.769 854.221 916.83 854.714C916.883 855.206 916.799 855.707 916.655 856.161C916.39 856.972 915.866 857.685 915.199 857.875C914.531 858.056 913.735 857.579 913.545 856.722C913.424 856.154 913.568 855.555 913.735 855.017' fill='%23FD9470'/%3E%3Cpath d='M914.583 854.661C914.69 854.547 914.811 854.441 914.948 854.38C915.084 854.327 915.236 854.335 915.357 854.433C915.471 854.524 915.547 854.699 915.57 854.873C915.592 855.047 915.562 855.229 915.509 855.388C915.418 855.677 915.228 855.927 914.993 855.995C914.758 856.063 914.477 855.889 914.409 855.586C914.363 855.388 914.409 855.169 914.477 854.979' fill='%23FA7F51'/%3E%3Cpath d='M916.889 848.915C916.76 847.983 916.327 847.08 916.365 846.14C916.403 845.284 916.82 844.473 916.805 843.616C916.767 841.941 915.114 840.758 913.513 840.258C911.913 839.758 910.153 839.621 908.757 838.689C907.718 837.992 906.974 836.9 905.905 836.233C904.259 835.21 901.968 835.452 900.481 836.695C898.995 837.939 898.342 840.053 898.752 841.949C897.333 841.645 895.824 842.616 895.323 843.973C894.823 845.329 895.255 846.929 896.218 848.005C895.976 848.998 895.695 851.106 897.045 852.773C897.045 852.773 897.576 851.03 897.698 849.127C898.418 849.499 899.23 849.734 900.041 849.817C901.225 849.938 902.431 849.794 903.538 849.377C904.942 848.862 906.322 847.914 907.794 848.172C908.658 848.324 909.394 848.869 910.062 849.446C910.433 849.764 910.805 850.097 911.26 850.257C912.246 850.583 913.521 850.052 914.256 850.78C914.302 850.825 914.34 850.878 914.378 850.924C914.355 852.622 914.636 854.107 914.636 854.107C915.106 853.637 915.425 853.114 915.645 852.576C916.578 851.629 917.048 850.241 916.866 848.922L916.889 848.915Z' fill='%236E2601'/%3E%3Cpath d='M903.82 860.602C904.245 860.602 905.11 860.383 905.732 860.375C906.172 860.375 906.604 860.436 907.044 860.504C907.097 860.511 907.15 860.519 907.196 860.549C907.271 860.602 907.294 860.716 907.264 860.807C907.234 860.898 907.165 860.974 907.097 861.034C906.649 861.421 905.997 861.497 905.405 861.436C904.783 861.376 904.108 861.148 903.812 860.602' fill='%23FB6705'/%3E%3Cpath d='M897.28 857.078C897.113 858.102 898.107 859.11 899.495 859.33C900.883 859.549 902.135 858.897 902.302 857.874C902.468 856.851 901.475 855.843 900.087 855.623C898.698 855.403 897.447 856.055 897.28 857.078Z' fill='%23FA7F51'/%3E%3Cpath d='M913.613 857.872C913.802 858.888 912.839 859.927 911.466 860.192C910.085 860.45 908.811 859.836 908.621 858.82C908.432 857.804 909.395 856.765 910.768 856.5C912.149 856.242 913.423 856.856 913.613 857.872Z' fill='%23FA7F51'/%3E%3Cpath d='M904.137 850.619C902.416 850.384 900.17 850.225 899.04 850.967C898.479 851.331 897.955 851.195 898.486 850.785C900.148 849.535 901.915 849.557 904.471 849.739C904.752 849.762 904.904 850.027 904.805 850.285C904.722 850.497 904.388 850.71 904.13 850.619H904.137Z' fill='%236E2601'/%3E%3Cpath d='M900.55 853.309C900.618 853.81 901.012 854.174 901.422 854.113C901.831 854.052 902.105 853.598 902.036 853.097C901.968 852.597 901.574 852.233 901.164 852.294C900.754 852.354 900.481 852.809 900.55 853.309Z' fill='%232D0E0B'/%3E%3Cpath d='M908.279 850.958C909.826 850.776 911.829 850.67 912.815 851.383C913.301 851.732 913.771 851.61 913.316 851.224C911.89 850.026 910.304 850.018 908.013 850.132C907.763 850.147 907.611 850.39 907.695 850.632C907.763 850.837 908.051 851.034 908.287 850.958H908.279Z' fill='%236E2601'/%3E%3Cpath d='M911.259 853.915C911.13 854.408 910.705 854.718 910.303 854.62C909.901 854.514 909.681 854.036 909.81 853.543C909.939 853.051 910.364 852.74 910.766 852.839C911.168 852.945 911.388 853.422 911.259 853.915Z' fill='%232D0E0B'/%3E%3Cpath d='M906.329 857.632C906.693 857.564 907.019 857.42 907.323 857.238C906.306 856.283 905.972 855.168 906.162 853.865C906.185 853.69 906.253 853.395 906.465 853.395C906.647 853.395 906.541 853.865 906.526 854.046C906.42 855.669 907.065 856.199 908.157 857.056C908.309 857.17 908.286 857.412 908.142 857.526C907.679 857.905 907.118 858.163 906.496 858.269C906.025 858.352 905.843 857.708 906.314 857.624L906.329 857.632Z' fill='%23F26E45'/%3E%3Cpath d='M900.809 856.623C900.255 856.449 899.755 856.131 899.337 855.691C898.685 854.993 898.328 854.076 898.336 853.106C898.351 851.09 899.944 849.467 901.878 849.483C902.819 849.483 903.699 849.877 904.359 850.574C905.011 851.271 905.368 852.189 905.36 853.159C905.345 855.175 903.752 856.798 901.818 856.782C901.469 856.782 901.135 856.722 900.809 856.623ZM902.728 850.127C902.455 850.036 902.167 849.99 901.871 849.99C900.217 849.975 898.859 851.378 898.844 853.106C898.844 853.947 899.148 854.736 899.709 855.335C900.27 855.926 901.021 856.259 901.818 856.267C903.471 856.282 904.829 854.88 904.844 853.151C904.844 852.31 904.541 851.522 903.98 850.923C903.623 850.544 903.191 850.278 902.728 850.127Z' fill='%23CD3712'/%3E%3Cpath d='M898.774 852.218L898.767 852.681L897.113 852.59L897.28 851.945L898.774 852.218Z' fill='%23CD3712'/%3E%3Cpath d='M909.999 857.487C908.072 857.282 906.676 855.493 906.889 853.484C906.987 852.514 907.45 851.642 908.178 851.028C908.914 850.407 909.832 850.119 910.765 850.225C912.691 850.429 914.087 852.226 913.875 854.227C913.769 855.197 913.313 856.069 912.585 856.683C912.122 857.077 911.584 857.335 911.015 857.441C910.681 857.509 910.34 857.525 909.999 857.487ZM908.512 851.422C907.882 851.953 907.488 852.703 907.397 853.545C907.215 855.266 908.406 856.812 910.052 856.986C910.848 857.07 911.629 856.827 912.251 856.297C912.881 855.766 913.275 855.016 913.366 854.174C913.549 852.453 912.358 850.907 910.712 850.733C910.416 850.702 910.128 850.717 909.847 850.77C909.361 850.869 908.906 851.089 908.512 851.422Z' fill='%23CD3712'/%3E%3Cpath d='M913.5 853.303V853.758L914.698 853.955L914.592 853.303H913.5Z' fill='%23CD3712'/%3E%3Cpath d='M905.206 853.182L905.031 852.78C905.092 852.75 906.594 852.113 907.352 853.114L907.003 853.379C906.442 852.644 905.213 853.174 905.198 853.174L905.206 853.182Z' fill='%23CD3712'/%3E%3Cpath d='M938.507 896.125C935.92 891.903 932.879 887.514 930.057 883.443C927.311 879.479 924.641 875.764 920.287 873.801C919.938 873.528 919.551 873.308 919.157 873.111C917.04 872.035 914.795 871.216 912.482 870.67C911.966 870.549 911.427 870.443 910.904 870.549C910.866 870.549 910.835 870.572 910.805 870.58C908.704 876.083 904.706 885.081 904.646 884.899C904.6 884.732 900.284 874.301 898.608 870.254C898.388 870.216 898.16 870.231 897.94 870.254C894.497 870.526 888.565 871.421 886.593 872.475C882.072 874.4 879.364 878.19 876.557 882.238C873.735 886.309 870.701 890.698 868.107 894.92C867.948 895.178 867.788 895.504 867.94 895.769C867.993 895.86 868.084 895.928 868.175 895.997C871.869 898.703 875.745 901.159 879.773 903.334C879.955 903.433 880.16 903.531 880.365 903.494C880.638 903.433 880.79 903.145 880.903 902.887C882.125 900.082 883.452 898.362 884.878 896.3C884.37 907.883 883.862 919.458 883.354 931.041C883.331 931.48 883.331 931.965 883.611 932.307C883.824 932.564 884.15 932.678 884.461 932.784C896.18 936.741 909.136 936.938 920.962 933.338C921.379 933.209 921.819 933.057 922.077 932.708C922.327 932.367 922.343 931.905 922.35 931.48C922.441 921.914 921.819 912.355 921.114 902.819C920.947 900.598 920.788 898.377 920.818 896.156C922.6 898.9 924.231 900.719 925.71 904.108C925.824 904.365 925.976 904.661 926.249 904.714C926.454 904.759 926.659 904.653 926.841 904.555C930.869 902.379 934.745 899.923 938.439 897.217C938.53 897.149 938.613 897.088 938.674 896.99C938.833 896.732 938.674 896.398 938.507 896.141V896.125Z' fill='%23FBB204'/%3E%3Cpath d='M918.171 915.168C917.465 917.905 916.904 920.634 916.472 923.423C916.138 925.531 915.463 927.365 913.847 928.821C910.737 931.61 905.883 931.974 901.938 932.505C896.37 933.248 890.257 933.354 884.605 932.815C896.287 936.727 909.182 936.909 920.962 933.316C921.38 933.187 921.819 933.035 922.077 932.687C922.328 932.345 922.343 931.883 922.35 931.459C922.441 921.892 921.819 912.341 921.114 902.805C920.325 906.966 919.225 911.075 918.178 915.168H918.171Z' fill='%23E39702'/%3E%3Cpath d='M884.872 896.473C884.887 896.39 884.909 896.314 884.932 896.23C884.796 896.299 884.652 896.359 884.492 896.412C882.004 897.231 880.267 899.119 877.491 899.24C875.102 899.338 872.758 898.527 870.535 897.648C873.509 899.702 876.596 901.597 879.774 903.318C879.956 903.417 880.161 903.515 880.366 903.477C880.639 903.417 880.791 903.129 880.904 902.871C882.126 900.066 883.453 898.345 884.879 896.284V896.481L884.872 896.473Z' fill='%23E39702'/%3E%3Cpath d='M938.506 896.126C935.92 891.904 932.878 887.515 930.056 883.444C930.018 883.383 929.973 883.323 929.935 883.27C930.83 886.249 931.209 889.417 931.581 892.457C932.195 897.521 930.534 900.629 927.5 904.169C931.293 902.084 934.949 899.757 938.438 897.202C938.529 897.134 938.613 897.073 938.673 896.975C938.833 896.717 938.673 896.384 938.506 896.126Z' fill='%23E39702'/%3E%3Cpath d='M904.636 884.559C904.636 884.559 909.377 874.575 909.924 869.641L913.496 870.732L912.639 881.974L908.672 880.746L904.629 884.559H904.636Z' fill='white'/%3E%3Cpath d='M904.636 884.557C904.636 884.557 900.069 874.347 899.554 869.404L896.125 870.412L897.05 881.965L900.805 880.737L904.628 884.55L904.636 884.557Z' fill='white'/%3E%3Cpath d='M904.403 884.557C903.69 891.228 903.197 897.914 902.939 904.615C902.81 907.943 902.742 911.278 902.726 914.614C902.711 917.926 902.764 921.231 902.726 924.544C902.696 928.266 902.56 931.988 902.127 935.687C902.089 935.983 902.56 935.983 902.59 935.687C903.364 929.069 903.182 922.399 903.182 915.751C903.182 909.088 903.409 902.417 903.864 895.769C904.122 892.024 904.456 888.279 904.85 884.55C904.881 884.254 904.418 884.254 904.388 884.55L904.403 884.557Z' fill='%23C07900'/%3E%3Cpath d='M902.242 887.604C903.137 887.604 903.137 886.217 902.242 886.217C901.347 886.217 901.347 887.604 902.242 887.604Z' fill='%23C07900'/%3E%3Cpath d='M901.421 895.752C902.316 895.752 902.316 894.365 901.421 894.365C900.526 894.365 900.526 895.752 901.421 895.752Z' fill='%23C07900'/%3E%3Cpath d='M900.898 905.008C901.793 905.008 901.793 903.621 900.898 903.621C900.003 903.621 900.003 905.008 900.898 905.008Z' fill='%23C07900'/%3E%3Cpath d='M900.898 913.067C901.793 913.067 901.793 911.68 900.898 911.68C900.003 911.68 900.003 913.067 900.898 913.067Z' fill='%23C07900'/%3E%3Cpath d='M900.663 921.094C901.559 921.094 901.559 919.707 900.663 919.707C899.768 919.707 899.768 921.094 900.663 921.094Z' fill='%23C07900'/%3E%3Cpath d='M900.179 928.879C901.074 928.879 901.074 927.492 900.179 927.492C899.284 927.492 899.284 928.879 900.179 928.879Z' fill='%23C07900'/%3E%3Cpath d='M921.699 894.495C921.585 889.803 921.843 885.103 922.465 880.441C922.647 879.1 922.86 877.758 923.095 876.424C923.148 876.113 922.632 875.977 922.571 876.295C921.729 880.972 921.251 885.695 921.153 890.432C921.122 891.789 921.13 893.146 921.153 894.495C921.16 894.814 921.699 894.814 921.691 894.495H921.699Z' fill='%23C07900'/%3E%3Cpath d='M925.496 902.78C928.841 901.082 931.982 898.997 934.841 896.579C935.661 895.889 936.457 895.169 937.231 894.426C937.443 894.221 937.117 893.895 936.905 894.1C934.219 896.685 931.246 898.959 928.037 900.862C927.127 901.4 926.202 901.908 925.261 902.386C924.996 902.522 925.231 902.916 925.496 902.787V902.78Z' fill='%23C07900'/%3E%3Cpath d='M884.907 893.275C885.021 888.583 884.763 883.883 884.141 879.221C883.959 877.879 883.747 876.537 883.512 875.203C883.459 874.892 883.974 874.756 884.035 875.074C884.877 879.751 885.355 884.474 885.454 889.212C885.484 890.569 885.476 891.925 885.454 893.275C885.446 893.593 884.907 893.593 884.915 893.275H884.907Z' fill='%23C07900'/%3E%3Cpath d='M881.108 901.561C877.763 899.863 874.623 897.778 871.763 895.36C870.944 894.67 870.147 893.95 869.374 893.207C869.161 893.003 869.487 892.677 869.7 892.881C872.385 895.466 875.359 897.74 878.567 899.643C879.477 900.181 880.403 900.689 881.343 901.167C881.609 901.303 881.374 901.697 881.108 901.569V901.561Z' fill='%23C07900'/%3E%3Cpath d='M935.255 899.324L927.077 904.395C927.555 905.51 928.018 906.631 928.45 907.769C928.784 908.648 929.11 909.558 929.072 910.497C929.035 911.445 928.64 912.332 928.253 913.196C925.151 920.056 922.041 926.932 918.362 933.504C918.203 933.784 918.043 934.095 918.096 934.414C918.142 934.679 918.332 934.891 918.514 935.088C919.735 936.4 921.039 937.635 922.428 938.78C927.889 931.488 932.926 923.884 937.507 916.016C937.94 915.281 938.372 914.523 938.539 913.681C938.691 912.931 938.622 912.15 938.531 911.384C938.038 907.23 936.916 903.16 935.255 899.316V899.324Z' fill='%23FD9470'/%3E%3Cpath d='M918.157 934.564C918.559 934.246 918.969 933.935 919.371 933.616C922.526 929.447 925.469 924.99 927.897 920.419C929.33 917.735 930.438 914.855 930.749 911.808C931.052 908.851 930.112 906.244 929.042 903.53C929.004 903.431 928.966 903.325 928.943 903.227L927.077 904.379C927.555 905.493 928.018 906.615 928.45 907.752C928.784 908.631 929.11 909.541 929.072 910.481C929.035 911.429 928.64 912.315 928.253 913.18C925.151 920.04 922.041 926.915 918.362 933.487C918.203 933.768 918.043 934.079 918.096 934.397C918.104 934.45 918.134 934.496 918.149 934.549L918.157 934.564Z' fill='%23FA7F51'/%3E%3Cpath d='M891.045 871.906C893.336 869.185 895.331 866.122 898.145 863.893C898.615 863.522 899.305 863.143 899.791 863.507C899.396 864.705 897.879 865.561 898.114 866.797C898.198 867.229 898.494 867.6 898.789 867.941C899.298 868.548 899.798 869.147 900.307 869.753C900.473 869.958 900.648 870.162 900.716 870.413C900.784 870.663 900.739 870.936 900.655 871.178C900.094 872.907 898.152 873.763 896.567 874.741C893.222 876.803 890.908 880.07 889.095 883.458C887.29 886.847 885.894 890.432 883.892 893.715C882.018 896.777 879.644 899.529 877.103 902.114C875.783 903.455 874.38 904.79 872.65 905.608C871.323 906.245 869.404 906.412 868.6 905.207C868.16 904.555 868.22 903.713 868.326 902.948C868.918 898.703 870.579 894.602 873.12 891.092C877.854 884.565 887.95 876.447 891.045 871.891' fill='%23FD9470'/%3E%3Cpath d='M892.699 871.989C894.467 869.821 895.605 867.198 897.228 864.901C897.243 864.871 897.258 864.833 897.274 864.802C897.274 864.802 897.281 864.81 897.289 864.818C897.418 864.636 897.547 864.461 897.683 864.279C895.112 866.47 893.2 869.328 891.046 871.898C890.348 872.929 889.286 874.141 888.012 875.476C889.756 874.505 891.471 873.489 892.699 871.989Z' fill='%23FA7F51'/%3E%3Cpath d='M884.195 891.183C880.926 895.253 876.299 903.289 870.056 901.848C869.457 901.712 869.002 901.447 868.66 901.106C868.531 901.72 868.41 902.341 868.326 902.963C868.22 903.728 868.16 904.57 868.6 905.222C869.404 906.419 871.315 906.253 872.65 905.623C874.38 904.797 875.783 903.471 877.103 902.129C879.644 899.544 882.018 896.792 883.892 893.73C884.984 891.933 885.894 890.053 886.797 888.158C885.917 889.128 885.045 890.137 884.203 891.19L884.195 891.183Z' fill='%23FA7F51'/%3E%3Cpath d='M1184.6 939.123C1184.73 940.851 1184.85 942.648 1184.2 944.255C1183.63 945.649 1182.49 946.9 1182.57 948.401C1182.57 948.507 1182.59 948.621 1182.66 948.697C1182.75 948.795 1182.89 948.818 1183.03 948.826C1186.95 949.136 1190.88 949.447 1194.81 949.212C1196.43 949.114 1198.05 948.924 1199.66 948.795C1203.68 948.469 1207.74 948.507 1211.75 948.917C1210.65 945.27 1210.1 941.457 1210.11 937.645' fill='%23FD9470'/%3E%3Cpath d='M1184.55 943.026C1188.44 943.125 1192.53 942.791 1196.42 942.587C1200.95 942.344 1205.7 941.98 1210 940.449C1210.07 940.426 1210.14 940.411 1210.21 940.388C1210.15 939.471 1210.12 938.554 1210.12 937.637L1184.6 939.122C1184.7 940.419 1184.79 941.76 1184.55 943.026Z' fill='%23FA7F51'/%3E%3Cpath d='M1195.29 1056.71L1195.55 1045.04C1194.27 1044.97 1193 1044.88 1191.71 1044.85C1190.62 1044.82 1189.58 1044.89 1188.54 1044.79C1189.38 1050.68 1190.12 1056.32 1190.13 1058.26C1190.14 1060.76 1188.94 1063.8 1188.94 1063.8C1195.66 1066.98 1195.54 1062.23 1195.41 1060.3C1195.32 1059.1 1195.27 1057.91 1195.29 1056.71Z' fill='%23FD9470'/%3E%3Cpath d='M1189.72 1060.46C1188.15 1063.24 1187.45 1066.81 1187.81 1070.22C1187.86 1070.64 1187.93 1071.08 1188.15 1071.4C1188.32 1071.66 1188.58 1071.81 1188.83 1071.94C1191.14 1073.11 1193.79 1073.04 1196.06 1071.76C1196.25 1071.66 1196.44 1071.54 1196.57 1071.32C1196.72 1071.08 1196.76 1070.76 1196.79 1070.46C1196.98 1068.55 1196.97 1066.61 1196.73 1064.71' fill='%23E39702'/%3E%3Cpath d='M1189.9 1059.53C1191.24 1058.35 1193.13 1058.07 1194.49 1059.23C1195.82 1060.37 1196.35 1062.52 1196.79 1064.52C1197.09 1065.88 1197.32 1067.57 1196.52 1068.53C1196.22 1068.89 1195.84 1069.08 1195.45 1069.23C1193.98 1069.8 1192.42 1069.95 1190.89 1069.67C1189.65 1069.44 1188.26 1068.69 1187.94 1067.12C1187.77 1066.25 1187.97 1065.34 1188.2 1064.49C1188.73 1062.53 1189.08 1061.33 1189.9 1059.53Z' fill='%23FBB204'/%3E%3Cpath d='M1190.2 1066.1C1190.5 1066.1 1190.5 1065.58 1190.2 1065.58C1189.91 1065.58 1189.91 1066.1 1190.2 1066.1Z' fill='white'/%3E%3Cpath d='M1194.71 1066C1195.01 1066 1195.01 1065.48 1194.71 1065.48C1194.42 1065.48 1194.42 1066 1194.71 1066Z' fill='white'/%3E%3Cpath d='M1191.25 1066.06C1192.07 1065.94 1192.89 1065.93 1193.7 1066.02C1193.83 1066.03 1193.93 1065.89 1193.93 1065.76C1193.93 1065.61 1193.83 1065.51 1193.7 1065.5C1192.89 1065.42 1192.07 1065.43 1191.25 1065.54C1191.13 1065.56 1191.03 1065.65 1191.03 1065.8C1191.03 1065.93 1191.13 1066.08 1191.25 1066.06Z' fill='white'/%3E%3Cpath d='M1190.23 1063.69C1190.52 1063.69 1190.52 1063.17 1190.23 1063.17C1189.93 1063.17 1189.93 1063.69 1190.23 1063.69Z' fill='white'/%3E%3Cpath d='M1194.73 1063.59C1195.03 1063.59 1195.03 1063.06 1194.73 1063.06C1194.43 1063.06 1194.43 1063.59 1194.73 1063.59Z' fill='white'/%3E%3Cpath d='M1191.27 1063.64C1192.08 1063.52 1192.9 1063.52 1193.72 1063.6C1193.84 1063.62 1193.95 1063.47 1193.95 1063.34C1193.95 1063.19 1193.84 1063.09 1193.72 1063.08C1192.91 1063 1192.08 1063.02 1191.27 1063.12C1191.15 1063.14 1191.04 1063.23 1191.04 1063.38C1191.04 1063.51 1191.15 1063.66 1191.27 1063.64Z' fill='white'/%3E%3Cpath d='M1190.23 1061.23C1190.52 1061.23 1190.52 1060.7 1190.23 1060.7C1189.93 1060.7 1189.93 1061.23 1190.23 1061.23Z' fill='white'/%3E%3Cpath d='M1194.73 1061.13C1195.03 1061.13 1195.03 1060.61 1194.73 1060.61C1194.43 1060.61 1194.43 1061.13 1194.73 1061.13Z' fill='white'/%3E%3Cpath d='M1191.27 1061.18C1192.08 1061.07 1192.9 1061.06 1193.72 1061.14C1193.84 1061.16 1193.95 1061.01 1193.95 1060.89C1193.95 1060.73 1193.84 1060.64 1193.72 1060.63C1192.91 1060.54 1192.08 1060.56 1191.27 1060.67C1191.15 1060.68 1191.04 1060.77 1191.04 1060.92C1191.04 1061.05 1191.15 1061.2 1191.27 1061.18Z' fill='white'/%3E%3Cpath d='M1216.99 1056.78L1215.43 1045.22C1216.7 1045.01 1217.96 1044.77 1219.23 1044.6C1220.31 1044.45 1221.35 1044.4 1222.37 1044.2C1222.19 1050.15 1222.09 1055.82 1222.3 1057.76C1222.56 1060.24 1224.1 1063.12 1224.1 1063.12C1217.79 1067.04 1217.37 1062.3 1217.28 1060.37C1217.23 1059.17 1217.16 1057.98 1217 1056.79L1216.99 1056.78Z' fill='%23FD9470'/%3E%3Cpath d='M1222.95 1059.89C1224.82 1062.48 1225.92 1065.95 1225.93 1069.38C1225.93 1069.8 1225.92 1070.25 1225.73 1070.59C1225.59 1070.87 1225.35 1071.05 1225.11 1071.2C1222.96 1072.62 1220.3 1072.86 1217.91 1071.84C1217.71 1071.76 1217.5 1071.66 1217.35 1071.46C1217.18 1071.24 1217.1 1070.92 1217.03 1070.63C1216.62 1068.76 1216.43 1066.82 1216.44 1064.91' fill='%23E39702'/%3E%3Cpath d='M1222.66 1058.98C1221.19 1057.97 1219.29 1057.9 1218.07 1059.2C1216.87 1060.48 1216.58 1062.68 1216.37 1064.7C1216.22 1066.09 1216.17 1067.79 1217.08 1068.66C1217.41 1068.98 1217.82 1069.13 1218.23 1069.23C1219.75 1069.63 1221.33 1069.61 1222.81 1069.16C1224.02 1068.79 1225.32 1067.9 1225.45 1066.3C1225.53 1065.42 1225.23 1064.53 1224.91 1063.72C1224.16 1061.83 1223.68 1060.67 1222.66 1058.98Z' fill='%23FBB204'/%3E%3Cpath d='M1223.1 1065.55C1222.8 1065.58 1222.75 1065.06 1223.03 1065.03C1223.33 1065 1223.38 1065.52 1223.1 1065.55Z' fill='white'/%3E%3Cpath d='M1218.61 1065.95C1218.31 1065.98 1218.26 1065.47 1218.55 1065.43C1218.84 1065.4 1218.9 1065.92 1218.61 1065.95Z' fill='white'/%3E%3Cpath d='M1222.05 1065.62C1221.23 1065.59 1220.41 1065.68 1219.62 1065.85C1219.49 1065.87 1219.37 1065.75 1219.36 1065.62C1219.34 1065.47 1219.43 1065.36 1219.55 1065.33C1220.36 1065.15 1221.17 1065.08 1221.99 1065.09C1222.11 1065.09 1222.23 1065.18 1222.25 1065.33C1222.26 1065.46 1222.17 1065.62 1222.05 1065.62Z' fill='white'/%3E%3Cpath d='M1222.81 1063.15C1222.51 1063.18 1222.46 1062.67 1222.75 1062.64C1223.04 1062.61 1223.09 1063.12 1222.81 1063.15Z' fill='white'/%3E%3Cpath d='M1218.32 1063.56C1218.02 1063.59 1217.97 1063.07 1218.26 1063.04C1218.55 1063.01 1218.61 1063.53 1218.32 1063.56Z' fill='white'/%3E%3Cpath d='M1221.76 1063.22C1220.94 1063.2 1220.12 1063.28 1219.33 1063.46C1219.2 1063.48 1219.08 1063.35 1219.07 1063.22C1219.05 1063.07 1219.14 1062.96 1219.27 1062.93C1220.07 1062.76 1220.88 1062.68 1221.7 1062.7C1221.82 1062.7 1221.94 1062.78 1221.96 1062.93C1221.97 1063.06 1221.88 1063.22 1221.76 1063.22Z' fill='white'/%3E%3Cpath d='M1222.54 1060.7C1222.24 1060.73 1222.19 1060.22 1222.48 1060.19C1222.77 1060.16 1222.82 1060.67 1222.54 1060.7Z' fill='white'/%3E%3Cpath d='M1218.04 1061.11C1217.74 1061.14 1217.69 1060.62 1217.98 1060.59C1218.27 1060.56 1218.32 1061.08 1218.04 1061.11Z' fill='white'/%3E%3Cpath d='M1221.48 1060.78C1220.66 1060.76 1219.84 1060.84 1219.04 1061.02C1218.92 1061.04 1218.8 1060.91 1218.79 1060.78C1218.77 1060.63 1218.86 1060.52 1218.98 1060.49C1219.79 1060.32 1220.6 1060.24 1221.42 1060.26C1221.54 1060.26 1221.66 1060.34 1221.68 1060.49C1221.69 1060.62 1221.6 1060.78 1221.48 1060.78Z' fill='white'/%3E%3Cpath d='M1182.57 928.479C1181.29 931.193 1179.35 935.817 1178.28 938.622C1177.86 939.714 1177.45 940.873 1177.62 942.033C1177.74 942.912 1178.19 943.708 1178.63 944.482C1181.93 950.212 1185.67 955.693 1189.81 960.848C1190.05 961.143 1190.3 961.484 1190.29 961.863C1190.27 962.152 1190.11 962.402 1189.94 962.644C1189.24 963.66 1188.54 964.676 1187.85 965.699C1187.72 965.873 1187.57 966.071 1187.36 966.078C1187.15 966.078 1187 965.919 1186.87 965.767C1183.52 961.879 1180.18 957.982 1176.83 954.094C1174.37 951.236 1171.9 948.355 1170.08 945.058C1169.53 944.08 1169.05 943.034 1168.96 941.912C1168.9 941.055 1169.09 940.191 1169.28 939.357C1170.76 933.081 1173.14 927.024 1176.32 921.43' fill='%23FD9470'/%3E%3Cpath d='M1177.61 942.034C1177.45 940.874 1177.86 939.714 1178.27 938.622C1179.34 935.825 1181.28 931.194 1182.57 928.48L1182.5 928.396C1182.27 928.677 1181.98 928.927 1181.62 929.147C1179.18 930.625 1178.02 933.945 1177.07 936.477C1175.74 940.002 1176.01 942.814 1177.49 946.286C1178.52 948.689 1179.66 951.092 1180.91 953.457C1183.51 957.194 1186.14 960.916 1188.42 964.835C1188.92 964.1 1189.43 963.372 1189.93 962.637C1190.1 962.402 1190.27 962.144 1190.28 961.856C1190.3 961.47 1190.05 961.136 1189.8 960.841C1185.66 955.686 1181.91 950.205 1178.62 944.474C1178.18 943.701 1177.73 942.905 1177.61 942.026V942.034Z' fill='%23FA7F51'/%3E%3Cpath d='M1184.03 945.066C1180.53 948.568 1179.4 953.715 1178.42 958.559C1177.52 962.956 1176.63 967.39 1176.67 971.878C1176.7 975.911 1177.47 979.89 1178.17 983.863C1180.57 997.651 1181.98 1011.61 1182.38 1025.59C1182.69 1036.02 1182.57 1047.05 1187.87 1056.03C1188.1 1056.42 1188.37 1056.84 1188.8 1057.01C1189.14 1057.15 1189.51 1057.11 1189.86 1057.07C1191.65 1056.89 1193.43 1056.71 1195.21 1056.52C1195.47 1056.49 1195.76 1056.45 1195.92 1056.25C1196.06 1056.09 1196.08 1055.86 1196.09 1055.66C1198 1028.94 1195.11 1001.96 1198.29 975.357C1202.79 1002.28 1208.25 1029.05 1214.65 1055.58C1214.78 1056.12 1215.26 1056.49 1215.81 1056.51C1218.13 1056.56 1220.48 1056.32 1222.81 1055.41C1223.13 1055.28 1223.35 1055 1223.41 1054.66C1224.28 1049.04 1223.51 1043.29 1222.78 1037.64C1219.71 1013.65 1217.42 989.555 1215.93 965.412C1215.53 958.916 1215.1 952.116 1211.66 946.582C1211.52 946.355 1211.36 946.112 1211.1 946.006C1210.82 945.892 1210.5 945.983 1210.21 946.074C1206.29 947.234 1202.11 946.946 1198.04 946.65C1193.37 946.309 1188.7 945.4 1184.02 945.059' fill='%23003260'/%3E%3Cpath d='M1197.03 991.601C1196.61 994.596 1196.11 997.575 1195.79 1000.58C1194.92 1008.58 1194.7 1016.62 1194.57 1024.67C1194.46 1032.3 1194.71 1040.13 1193.69 1047.71C1193.23 1051.18 1192.12 1054.71 1189.73 1057.09C1189.78 1057.09 1189.83 1057.08 1189.88 1057.07C1191.66 1056.89 1193.44 1056.71 1195.23 1056.52C1195.48 1056.49 1195.77 1056.45 1195.94 1056.25C1196.08 1056.09 1196.09 1055.86 1196.11 1055.66C1197.62 1034.35 1196.11 1012.89 1197.04 991.594L1197.03 991.601Z' fill='%23001E3B'/%3E%3Cpath d='M1181.13 963.676C1182.48 958.339 1183.73 950.092 1190.05 948.599C1193.09 947.886 1196.46 948.485 1199.56 948.273C1203.13 948.03 1206.66 947.621 1209.91 946.158C1206.08 947.211 1202.02 946.946 1198.06 946.65C1193.38 946.309 1188.71 945.4 1184.04 945.059C1180.54 948.561 1179.41 953.708 1178.43 958.552C1177.53 962.948 1176.64 967.383 1176.67 971.87C1176.7 975.903 1177.48 979.883 1178.17 983.855C1178.26 984.317 1178.33 984.78 1178.4 985.242C1178.66 977.942 1179.37 970.695 1181.14 963.668L1181.13 963.676Z' fill='%23001E3B'/%3E%3Cpath d='M1222.79 1037.64C1220.76 1021.82 1219.09 1005.97 1217.75 990.078C1217.8 992.83 1217.81 995.589 1217.67 998.348C1217.28 1005.93 1216.8 1013.49 1217.38 1021.07C1217.97 1028.75 1219.23 1036.35 1219.74 1044.02C1220.04 1048.34 1220.38 1052.87 1218.17 1056.44C1219.72 1056.32 1221.27 1056 1222.82 1055.41C1223.13 1055.28 1223.36 1055 1223.41 1054.66C1224.28 1049.04 1223.52 1043.28 1222.79 1037.64Z' fill='%23001E3B'/%3E%3Cpath d='M1179.79 955.511C1182.1 953.396 1183.64 950.485 1184.05 947.385C1184.1 947.074 1183.61 946.938 1183.58 947.256C1183.17 950.28 1181.69 953.1 1179.44 955.162C1179.21 955.382 1179.56 955.731 1179.79 955.511Z' fill='white'/%3E%3Cpath d='M1209.66 948.234C1210.14 951.509 1212 954.496 1214.72 956.398C1214.99 956.58 1215.23 956.148 1214.97 955.966C1212.36 954.139 1210.6 951.244 1210.15 948.106C1210.1 947.787 1209.62 947.924 1209.67 948.234H1209.66Z' fill='white'/%3E%3Cpath d='M1184.26 946.864C1184.23 947.273 1184.18 947.675 1184.14 948.084C1184.13 948.213 1184.26 948.342 1184.39 948.334C1184.54 948.334 1184.63 948.228 1184.64 948.084C1184.68 947.675 1184.73 947.273 1184.76 946.864C1184.78 946.735 1184.64 946.606 1184.51 946.614C1184.37 946.614 1184.28 946.72 1184.26 946.864Z' fill='white'/%3E%3Cpath d='M1186.18 946.916C1185.89 947.598 1185.71 948.311 1185.68 949.054C1185.68 949.19 1185.8 949.304 1185.93 949.304C1186.07 949.304 1186.18 949.19 1186.18 949.054C1186.21 948.409 1186.36 947.757 1186.62 947.166C1186.67 947.045 1186.65 946.901 1186.53 946.825C1186.42 946.764 1186.24 946.787 1186.18 946.916Z' fill='white'/%3E%3Cpath d='M1187.94 947.287C1187.84 947.977 1187.73 948.667 1187.63 949.356C1187.61 949.493 1187.66 949.622 1187.81 949.66C1187.92 949.69 1188.1 949.622 1188.11 949.485L1188.42 947.416C1188.44 947.279 1188.38 947.15 1188.24 947.113C1188.13 947.082 1187.95 947.15 1187.94 947.287Z' fill='white'/%3E%3Cpath d='M1189.39 947.65C1189.32 948.113 1189.3 948.583 1189.33 949.053C1189.33 949.181 1189.43 949.31 1189.58 949.303C1189.7 949.303 1189.83 949.197 1189.83 949.053C1189.81 948.833 1189.81 948.613 1189.82 948.393C1189.82 948.287 1189.83 948.181 1189.84 948.067C1189.84 948.014 1189.85 947.961 1189.86 947.916C1189.86 947.916 1189.86 947.84 1189.86 947.878C1189.86 947.847 1189.86 947.809 1189.87 947.779C1189.89 947.65 1189.84 947.506 1189.7 947.476C1189.58 947.446 1189.41 947.514 1189.39 947.65Z' fill='white'/%3E%3Cpath d='M1190.66 947.711C1190.68 948.242 1190.7 948.765 1190.72 949.296C1190.72 949.425 1190.83 949.553 1190.97 949.546C1191.1 949.546 1191.23 949.44 1191.22 949.296C1191.2 948.765 1191.18 948.242 1191.16 947.711C1191.16 947.583 1191.05 947.454 1190.91 947.461C1190.78 947.461 1190.65 947.567 1190.66 947.711Z' fill='white'/%3E%3Cpath d='M1192.5 947.713L1192.26 949.236C1192.24 949.365 1192.29 949.509 1192.43 949.54C1192.55 949.57 1192.71 949.502 1192.74 949.365C1192.82 948.857 1192.9 948.349 1192.98 947.842C1193 947.713 1192.95 947.569 1192.81 947.538C1192.68 947.508 1192.52 947.576 1192.5 947.713Z' fill='white'/%3E%3Cpath d='M1193.96 947.651C1193.88 948.378 1193.87 949.114 1193.94 949.841C1193.95 949.978 1194.04 950.091 1194.19 950.091C1194.31 950.091 1194.45 949.978 1194.44 949.841C1194.37 949.114 1194.37 948.378 1194.46 947.651C1194.48 947.514 1194.33 947.4 1194.21 947.4C1194.07 947.4 1193.97 947.514 1193.96 947.651Z' fill='white'/%3E%3Cpath d='M1195.73 948.024C1195.66 948.729 1195.64 949.441 1195.67 950.154C1195.68 950.472 1196.17 950.472 1196.17 950.154C1196.14 949.441 1196.17 948.729 1196.23 948.024C1196.24 947.887 1196.11 947.773 1195.98 947.773C1195.83 947.773 1195.74 947.887 1195.73 948.024Z' fill='white'/%3E%3Cpath d='M1197.19 948.204C1197.22 948.954 1197.25 949.705 1197.28 950.455C1197.3 950.773 1197.79 950.773 1197.78 950.455L1197.69 948.204C1197.68 947.885 1197.18 947.885 1197.19 948.204Z' fill='white'/%3E%3Cpath d='M1199.2 948.264C1199.17 948.87 1199.18 949.484 1199.25 950.091C1199.27 950.227 1199.36 950.341 1199.5 950.341C1199.62 950.341 1199.77 950.227 1199.75 950.091C1199.68 949.484 1199.67 948.87 1199.7 948.264C1199.7 948.127 1199.58 948.014 1199.45 948.014C1199.31 948.014 1199.21 948.127 1199.2 948.264Z' fill='white'/%3E%3Cpath d='M1200.85 948.387C1200.82 949.016 1200.83 949.645 1200.89 950.274C1200.91 950.411 1201 950.525 1201.14 950.525C1201.26 950.525 1201.41 950.411 1201.39 950.274C1201.33 949.645 1201.32 949.016 1201.35 948.387C1201.35 948.25 1201.23 948.137 1201.1 948.137C1200.95 948.137 1200.85 948.25 1200.85 948.387Z' fill='white'/%3E%3Cpath d='M1202.24 948.083V950.031C1202.24 950.349 1202.74 950.349 1202.74 950.031V948.083C1202.74 947.764 1202.24 947.764 1202.24 948.083Z' fill='white'/%3E%3Cpath d='M1203.71 948.203C1203.75 948.923 1203.82 949.636 1203.93 950.341C1203.96 950.47 1204.12 950.546 1204.24 950.515C1204.38 950.477 1204.44 950.341 1204.41 950.212C1204.31 949.545 1204.24 948.878 1204.21 948.203C1204.21 948.067 1204.09 947.953 1203.96 947.953C1203.83 947.953 1203.7 948.067 1203.71 948.203H1203.71Z' fill='white'/%3E%3Cpath d='M1205.18 948.636C1205.31 949.22 1205.49 949.788 1205.72 950.342C1205.77 950.463 1205.88 950.554 1206.02 950.516C1206.13 950.486 1206.25 950.334 1206.2 950.213C1205.96 949.659 1205.79 949.091 1205.66 948.507C1205.63 948.378 1205.47 948.303 1205.35 948.333C1205.22 948.371 1205.15 948.507 1205.18 948.636Z' fill='white'/%3E%3Cpath d='M1206.83 948.082C1207.04 948.825 1207.2 949.576 1207.31 950.341C1207.33 950.478 1207.5 950.546 1207.61 950.516C1207.76 950.478 1207.8 950.341 1207.79 950.213C1207.67 949.455 1207.51 948.696 1207.31 947.954C1207.23 947.643 1206.74 947.779 1206.83 948.082Z' fill='white'/%3E%3Cpath d='M1208.7 947.961C1208.7 948.719 1208.87 949.462 1209.17 950.16C1209.22 950.281 1209.4 950.311 1209.51 950.251C1209.64 950.175 1209.65 950.031 1209.6 949.91C1209.34 949.296 1209.21 948.629 1209.2 947.961C1209.2 947.643 1208.7 947.643 1208.7 947.961Z' fill='white'/%3E%3Cpath d='M1210.61 947.416C1210.8 947.909 1211 948.394 1211.2 948.887C1211.24 949.008 1211.37 949.107 1211.5 949.061C1211.62 949.023 1211.73 948.887 1211.68 948.758C1211.48 948.265 1211.28 947.78 1211.09 947.287C1211.04 947.166 1210.92 947.067 1210.78 947.113C1210.67 947.151 1210.55 947.287 1210.61 947.416Z' fill='white'/%3E%3Cpath d='M1198.9 951.676C1199.3 955.671 1199.31 959.696 1198.91 963.698C1198.9 963.774 1198.96 963.88 1199.03 963.911C1199.75 964.244 1200.57 964.039 1201.13 963.494C1201.76 962.895 1201.98 962.008 1202.07 961.182C1202.2 960.136 1202.13 959.067 1202.07 958.013C1202.01 956.952 1201.92 955.89 1201.82 954.829C1201.69 953.624 1201.55 952.426 1201.38 951.229C1201.33 950.91 1200.85 951.047 1200.9 951.357C1201.24 953.745 1201.47 956.148 1201.6 958.559C1201.66 959.681 1201.72 960.848 1201.43 961.947C1201.19 962.834 1200.34 963.971 1199.28 963.478C1199.32 963.547 1199.37 963.622 1199.4 963.691C1199.79 959.696 1199.79 955.671 1199.39 951.668C1199.36 951.35 1198.86 951.35 1198.89 951.668L1198.9 951.676Z' fill='white'/%3E%3Cpath d='M1198.99 962.909C1198.9 966.184 1198.68 969.451 1198.32 972.711C1198.21 973.643 1198.1 974.576 1197.98 975.508C1197.95 975.743 1198.44 975.751 1198.48 975.508C1198.92 972.248 1199.22 968.989 1199.38 965.714C1199.43 964.774 1199.46 963.842 1199.49 962.902C1199.49 962.667 1198.99 962.659 1198.99 962.902V962.909Z' fill='white'/%3E%3Cpath d='M1179.36 955.285C1178.88 958.673 1178.38 962.062 1177.92 965.45C1177.47 968.793 1177.26 972.098 1177.6 975.464C1177.94 978.792 1178.52 982.089 1178.99 985.394C1179.49 988.843 1179.96 992.285 1180.41 995.741C1181.29 1002.52 1182.08 1009.32 1182.75 1016.12C1183.41 1022.92 1183.95 1029.74 1184.33 1036.56C1184.51 1039.85 1184.51 1043.18 1184.94 1046.45C1185.15 1048 1185.5 1049.52 1186.06 1050.99C1186.61 1052.47 1187.3 1053.88 1187.88 1055.32C1188.17 1056.04 1188.43 1056.76 1188.63 1057.49C1188.73 1057.79 1189.2 1057.67 1189.11 1057.36C1188.26 1054.36 1186.57 1051.67 1185.84 1048.63C1185.08 1045.45 1185.11 1042.13 1184.95 1038.88C1184.61 1032.09 1184.11 1025.31 1183.48 1018.53C1182.85 1011.79 1182.1 1005.06 1181.25 998.342C1180.4 991.671 1179.42 985.03 1178.46 978.375C1177.98 974.971 1177.76 971.613 1178.1 968.179C1178.44 964.753 1179.01 961.342 1179.49 957.931C1179.61 957.089 1179.72 956.248 1179.84 955.406C1179.89 955.095 1179.41 954.959 1179.37 955.277L1179.36 955.285Z' fill='white'/%3E%3Cpath d='M1222.77 1054.24C1221.33 1041.47 1219.89 1028.72 1218.45 1015.95C1217.74 1009.63 1216.91 1003.31 1216.43 996.969C1215.94 990.624 1215.88 984.249 1215.7 977.889C1215.49 970.642 1215.27 963.403 1215.06 956.156C1215.05 955.845 1214.58 955.837 1214.59 956.156C1214.78 962.614 1214.97 969.08 1215.16 975.539C1215.35 981.906 1215.43 988.289 1215.8 994.641C1216.18 1000.99 1217.01 1007.3 1217.72 1013.62C1218.44 1019.96 1219.16 1026.3 1219.88 1032.65C1220.69 1039.84 1221.5 1047.04 1222.32 1054.23C1222.36 1054.54 1222.83 1054.54 1222.79 1054.23L1222.77 1054.24Z' fill='white'/%3E%3Cpath d='M1210.77 898.075C1210.4 897.029 1209.73 896.028 1209.78 894.914C1209.81 894.247 1210.1 893.618 1210.34 892.996C1211.15 890.912 1211.38 888.418 1210.15 886.553C1209.52 885.605 1208.58 884.9 1208.05 883.9C1207.45 882.785 1207.45 881.466 1207.14 880.238C1206.68 878.412 1205.5 876.767 1203.91 875.743C1203.44 875.44 1202.94 875.205 1202.42 875.016C1203.1 873.613 1203.08 871.877 1202.4 870.452C1201.57 868.709 1199.85 867.465 1197.98 866.988C1196.11 866.503 1194.1 866.738 1192.28 867.405C1190.62 868.019 1189.07 869.012 1188.01 870.422C1186.95 871.832 1186.42 873.689 1186.79 875.41C1186.96 876.175 1187.32 876.895 1187.82 877.502C1186.21 878.836 1184.92 880.519 1184.64 882.55C1184.45 883.847 1184.71 885.188 1184.39 886.454C1183.79 888.797 1181.45 890.222 1180.17 892.268C1178.3 895.24 1179.02 899.417 1181.41 901.979C1183.81 904.541 1187.56 905.587 1191.05 905.178C1192.33 905.026 1193.59 904.7 1194.87 904.602C1198.9 904.291 1202.94 906.209 1206.9 905.405C1207.8 905.223 1208.7 904.89 1209.4 904.283C1210.06 903.722 1210.52 902.949 1210.79 902.131C1211.23 900.819 1211.22 899.364 1210.75 898.06L1210.77 898.075Z' fill='%236E2601'/%3E%3Cpath d='M1208.5 907.862C1203.79 906.982 1201.73 904.382 1201.73 904.382C1200.31 900.759 1201.07 897.567 1201.5 896.286C1198.61 896.127 1195.73 896.127 1192.84 895.96C1192.55 895.945 1192.27 895.892 1192.02 895.816C1192.32 896.544 1193.62 900.168 1191.96 904.382C1191.96 904.382 1189.9 906.982 1185.19 907.862C1180.48 908.741 1178.42 910.803 1178.45 913.251C1178.46 915.192 1191.43 915.162 1196.85 915.063C1202.27 915.162 1215.24 915.192 1215.25 913.251C1215.27 910.795 1213.22 908.741 1208.51 907.862H1208.5Z' fill='%23FD9470'/%3E%3Cpath d='M1192.77 898.371C1193.43 899.402 1196.17 900.395 1197.33 900.524C1198.8 900.691 1200.3 900.38 1200.93 899.258C1200.8 897.219 1201.22 897.12 1201.5 896.286C1198.61 896.127 1195.73 896.127 1192.84 895.96C1192.55 895.945 1192.27 895.892 1192.02 895.816C1192.14 896.112 1192.43 896.885 1192.61 897.984C1192.79 898.159 1192.63 898.128 1192.78 898.371H1192.77Z' fill='%23FA7F51'/%3E%3Cpath d='M1189.44 889.35C1189.16 888.971 1188.85 888.615 1188.46 888.372C1188.06 888.13 1187.56 888.016 1187.12 888.152C1186.7 888.289 1186.36 888.645 1186.19 889.054C1186.02 889.464 1186 889.934 1186.07 890.373C1186.19 891.162 1186.62 891.935 1187.33 892.291C1188.04 892.647 1189.03 892.466 1189.43 891.776C1189.69 891.321 1189.66 890.752 1189.59 890.229' fill='%23FD9470'/%3E%3Cpath d='M1188.71 889.668C1188.62 889.532 1188.51 889.403 1188.37 889.319C1188.22 889.236 1188.05 889.19 1187.9 889.243C1187.74 889.289 1187.62 889.418 1187.57 889.562C1187.51 889.706 1187.5 889.873 1187.52 890.032C1187.57 890.312 1187.72 890.585 1187.97 890.714C1188.22 890.843 1188.58 890.775 1188.71 890.532C1188.81 890.373 1188.8 890.168 1188.77 889.986' fill='%23FA7F51'/%3E%3Cpath d='M1203.5 889.079C1203.77 888.7 1204.08 888.343 1204.48 888.101C1204.87 887.858 1205.37 887.744 1205.81 887.881C1206.24 888.017 1206.57 888.374 1206.74 888.783C1206.91 889.192 1206.93 889.662 1206.87 890.102C1206.74 890.89 1206.31 891.663 1205.61 892.02C1204.89 892.376 1203.9 892.194 1203.51 891.504C1203.24 891.049 1203.27 890.481 1203.35 889.958' fill='%23FD9470'/%3E%3Cpath d='M1204.22 889.397C1204.32 889.26 1204.42 889.131 1204.57 889.048C1204.71 888.964 1204.89 888.919 1205.04 888.972C1205.19 889.017 1205.31 889.146 1205.36 889.29C1205.42 889.434 1205.43 889.601 1205.41 889.76C1205.36 890.041 1205.21 890.314 1204.96 890.443C1204.71 890.571 1204.35 890.503 1204.22 890.261C1204.13 890.101 1204.13 889.897 1204.17 889.715' fill='%23FA7F51'/%3E%3Cpath d='M1188.71 882.089C1187.91 885.879 1188.18 889.897 1189.47 893.55C1189.85 894.65 1190.35 895.734 1191.07 896.651C1191.85 897.621 1192.87 898.372 1193.94 898.993C1194.62 899.38 1195.32 899.729 1196.08 899.888C1197.57 900.198 1199.15 899.744 1200.37 898.842C1201.59 897.94 1202.19 897.257 1203.04 895.658C1203.64 894.544 1203.92 893.315 1204.18 892.08C1204.52 890.48 1204.69 888.35 1204.64 886.721C1204.61 885.743 1204.44 884.772 1204.26 883.81C1203.89 881.786 1203.36 879.595 1201.73 878.344C1199.98 876.995 1197.51 877.169 1195.38 877.761' fill='%23FD9470'/%3E%3Cpath d='M1189.38 891.308C1189.29 892.126 1190.12 892.877 1191.23 892.99C1192.33 893.104 1193.29 892.536 1193.37 891.717C1193.46 890.898 1192.63 890.148 1191.52 890.034C1190.42 889.92 1189.46 890.489 1189.38 891.308Z' fill='%23FA7F51'/%3E%3Cpath d='M1203.44 891.374C1203.64 892.17 1202.92 893.026 1201.85 893.299C1200.77 893.565 1199.74 893.14 1199.54 892.344C1199.34 891.548 1200.06 890.692 1201.13 890.419C1202.21 890.153 1203.24 890.578 1203.44 891.374Z' fill='%23FA7F51'/%3E%3Cpath d='M1192.81 885.325C1191.6 885.341 1190.06 885.477 1189.48 886.205C1189.18 886.569 1188.8 886.516 1189.07 886.121C1189.89 884.924 1191.08 884.734 1192.84 884.575C1193.03 884.56 1193.2 884.757 1193.19 884.977C1193.19 885.159 1193.01 885.363 1192.81 885.325Z' fill='%236E2601'/%3E%3Cpath d='M1191.39 888.116C1191.5 888.654 1191.94 889.018 1192.38 888.927C1192.82 888.844 1193.09 888.336 1192.98 887.798C1192.87 887.259 1192.43 886.896 1191.99 886.987C1191.55 887.07 1191.29 887.578 1191.39 888.116Z' fill='%232D0E0B'/%3E%3Cpath d='M1199.76 885.325C1200.98 885.341 1202.52 885.477 1203.1 886.205C1203.4 886.569 1203.78 886.516 1203.51 886.121C1202.69 884.924 1201.49 884.734 1199.73 884.575C1199.54 884.56 1199.38 884.757 1199.38 884.977C1199.38 885.159 1199.57 885.363 1199.76 885.325Z' fill='%236E2601'/%3E%3Cpath d='M1201.18 888.116C1201.07 888.654 1200.63 889.018 1200.19 888.927C1199.75 888.844 1199.49 888.336 1199.59 887.798C1199.7 887.259 1200.14 886.896 1200.58 886.987C1201.02 887.07 1201.29 887.578 1201.18 888.116Z' fill='%232D0E0B'/%3E%3Cpath d='M1196.99 891.064C1197.31 890.988 1197.58 890.851 1197.84 890.677C1196.91 889.896 1196.57 888.956 1196.67 887.819C1196.68 887.668 1196.72 887.402 1196.91 887.402C1197.07 887.402 1197 887.804 1197 887.963C1196.99 889.366 1197.57 889.798 1198.56 890.48C1198.69 890.571 1198.69 890.783 1198.57 890.882C1198.19 891.23 1197.72 891.481 1197.19 891.609C1196.79 891.708 1196.6 891.162 1197 891.064H1196.99Z' fill='%23F26E45'/%3E%3Cpath d='M1198.97 894.051C1198.97 894.051 1196.98 894.051 1194.62 894.475C1194.62 894.475 1197.46 896.446 1198.97 894.051Z' fill='%23E33E3E'/%3E%3Cpath d='M1196.53 874.492C1193.68 874.121 1190.81 875.713 1189.14 878.047C1187.47 880.382 1186.89 883.346 1186.93 886.219C1186.93 886.28 1186.93 886.348 1186.97 886.401C1187.05 886.507 1187.21 886.477 1187.33 886.431C1188.76 885.908 1190.12 885.196 1191.58 884.786C1192.83 884.438 1194.13 884.316 1195.42 884.43C1195.65 884.453 1195.91 884.468 1196.08 884.301C1196.19 884.187 1196.22 884.028 1196.25 883.869C1196.46 882.565 1196.66 881.254 1196.85 879.95C1197.68 881.231 1198.11 882.77 1198.04 884.301C1198.04 884.468 1198.04 884.657 1198.17 884.756C1198.25 884.817 1198.36 884.824 1198.46 884.832C1198.95 884.854 1199.46 884.87 1199.95 884.892C1200.18 884.9 1200.45 884.892 1200.62 884.733C1200.77 884.582 1200.78 884.347 1200.79 884.142C1200.81 883.46 1200.84 882.777 1200.87 882.095C1201.67 883.02 1202.26 884.119 1202.6 885.294C1203.6 885.666 1204.61 886.037 1205.61 886.401C1205.69 886.431 1205.77 886.461 1205.86 886.461C1206.14 886.454 1206.29 886.12 1206.35 885.847C1206.78 883.907 1206.32 881.86 1205.48 880.064C1204.17 877.229 1201.74 874.735 1198.67 874.105' fill='%236E2601'/%3E%3Cpath d='M1195.36 874.545C1193.22 876.342 1191.64 878.76 1190.85 881.443C1190.77 881.731 1191.22 881.853 1191.3 881.565C1192.07 878.957 1193.61 876.622 1195.69 874.871C1195.91 874.674 1195.59 874.348 1195.35 874.538L1195.36 874.545Z' fill='%23561C02'/%3E%3Cpath d='M1196.1 875.031C1195.31 876.441 1194.72 877.957 1194.37 879.533C1194.3 879.829 1194.75 879.95 1194.81 879.655C1195.16 878.116 1195.72 876.638 1196.51 875.266C1196.66 875 1196.25 874.765 1196.1 875.031Z' fill='%23561C02'/%3E%3Cpath d='M1197.71 875.403C1198.9 876.54 1199.74 878.003 1200.12 879.61C1200.19 879.905 1200.64 879.776 1200.57 879.488C1200.16 877.813 1199.28 876.267 1198.03 875.077C1197.81 874.872 1197.49 875.198 1197.7 875.41L1197.71 875.403Z' fill='%23561C02'/%3E%3Cpath d='M1199.45 875.509C1202.1 876.805 1203.93 879.534 1204.1 882.475C1204.11 882.771 1204.58 882.779 1204.57 882.475C1204.39 879.375 1202.48 876.472 1199.69 875.107C1199.43 874.978 1199.18 875.38 1199.46 875.509H1199.45Z' fill='%23561C02'/%3E%3Cpath d='M1190.58 875.379C1190.34 874.416 1190.16 873.348 1190.54 872.4C1190.85 871.65 1191.6 870.967 1192.45 871.028C1192.88 871.058 1193.28 871.293 1193.72 871.225C1194.06 871.18 1194.32 870.983 1194.52 870.717C1194.97 870.126 1195.09 869.398 1195.69 868.913C1196.37 868.367 1197.32 868.223 1198.13 868.542C1198.41 868.655 1198.53 868.201 1198.25 868.094C1197.5 867.799 1196.65 867.867 1195.93 868.216C1195.56 868.398 1195.22 868.655 1194.97 868.974C1194.72 869.284 1194.57 869.648 1194.4 870.005C1194.22 870.353 1194 870.763 1193.56 870.77C1193.08 870.778 1192.64 870.513 1192.15 870.566C1191.3 870.657 1190.57 871.271 1190.2 872.021C1189.66 873.105 1189.85 874.371 1190.13 875.5C1190.21 875.788 1190.66 875.667 1190.58 875.379Z' fill='%23561C02'/%3E%3Cpath d='M1197.83 871.142C1198.4 870.877 1199.08 870.953 1199.62 871.264C1200.13 871.567 1200.5 872.067 1200.72 872.62C1200.82 872.901 1201.27 872.78 1201.16 872.499C1200.91 871.817 1200.45 871.203 1199.81 870.839C1199.12 870.46 1198.3 870.407 1197.59 870.74C1197.32 870.869 1197.55 871.271 1197.83 871.142H1197.83Z' fill='%23561C02'/%3E%3Cpath d='M1204.76 883.582C1206.5 885.113 1207.35 887.569 1206.9 889.843C1206.63 891.208 1205.81 892.428 1205.78 893.846C1205.77 894.482 1205.95 895.074 1206.29 895.604C1206.63 896.12 1207.06 896.559 1207.39 897.075C1208.19 898.326 1208.49 899.857 1208.24 901.32C1208.19 901.616 1208.64 901.737 1208.69 901.441C1208.91 900.168 1208.76 898.871 1208.24 897.689C1207.98 897.082 1207.61 896.544 1207.2 896.029C1206.76 895.483 1206.34 894.93 1206.26 894.202C1206.11 892.724 1207.05 891.405 1207.34 890.002C1207.57 888.858 1207.51 887.668 1207.18 886.546C1206.8 885.28 1206.09 884.12 1205.09 883.241C1204.86 883.044 1204.53 883.37 1204.75 883.574L1204.76 883.582Z' fill='%23561C02'/%3E%3Cpath d='M1187.69 882.596C1186.87 883.369 1186.22 884.324 1185.81 885.385C1185.35 886.568 1185.3 887.811 1185.24 889.069C1185.21 889.729 1185.17 890.388 1185.03 891.033C1184.89 891.662 1184.63 892.246 1184.33 892.814C1183.76 893.906 1183.17 894.952 1182.94 896.18C1182.69 897.575 1182.82 899.015 1183.34 900.334C1183.44 900.607 1183.9 900.493 1183.79 900.213C1183.33 899.06 1183.17 897.81 1183.35 896.582C1183.52 895.354 1184.07 894.315 1184.63 893.239C1184.9 892.738 1185.16 892.223 1185.33 891.677C1185.53 891.078 1185.61 890.457 1185.66 889.835C1185.76 888.599 1185.7 887.349 1186.05 886.143C1186.39 884.915 1187.09 883.816 1188.02 882.944C1188.24 882.74 1187.9 882.406 1187.68 882.611L1187.69 882.596Z' fill='%23561C02'/%3E%3Cpath d='M1188.38 899.651C1187.4 898.294 1187.55 896.566 1188.08 895.057C1188.18 894.769 1187.73 894.648 1187.63 894.936C1187.07 896.551 1186.93 898.438 1187.98 899.886C1188.15 900.129 1188.56 899.894 1188.38 899.651Z' fill='%23561C02'/%3E%3Cpath d='M1179.18 910.894C1179.18 910.894 1194.98 915.412 1210.85 908.469C1210.85 908.469 1213.78 908.62 1215.25 910.932C1216.71 913.237 1222.53 923.895 1222.53 923.895L1213.14 929.838C1213.14 929.838 1212.39 936.418 1211.76 940.246C1211.76 940.246 1191.24 942.906 1183.71 940.246C1183.71 940.246 1182.28 931.483 1182.15 929.648L1173.09 926.556C1173.09 926.556 1176.9 913.222 1179.19 910.894H1179.18Z' fill='%23FBB204'/%3E%3Cpath d='M1216.89 913.736C1217.6 918.186 1215.22 921.43 1213.38 925.569C1211.29 930.261 1210.59 934.249 1205.43 936.439C1200.8 938.403 1194.89 939.479 1189.9 939.449C1186.8 939.434 1184.63 938.433 1183.11 936.53C1183.43 938.569 1183.7 940.245 1183.7 940.245C1191.23 942.905 1211.75 940.245 1211.75 940.245C1212.38 936.417 1213.12 929.837 1213.12 929.837L1222.52 923.894C1222.52 923.894 1219.13 917.701 1216.88 913.729L1216.89 913.736Z' fill='%23E39702'/%3E%3Cpath d='M1179.93 915.623C1182.24 913.462 1185.39 912.917 1188.43 912.75C1190.93 912.613 1193.4 912.439 1195.87 912.159C1186.34 912.939 1179.18 910.893 1179.18 910.893C1177.42 912.682 1174.77 920.944 1173.64 924.696C1175.47 921.543 1177.35 918.026 1179.93 915.63V915.623Z' fill='%23E39702'/%3E%3Cpath d='M1208.46 909.302C1208.49 908.264 1207.63 907.392 1206.67 906.876C1205.71 906.361 1205.13 906.126 1204.18 905.595C1203.24 905.065 1201.92 903.678 1202.01 902.647C1202.05 902.214 1202.18 901.464 1202.38 901.062C1202.77 900.251 1202.9 899.789 1203.29 898.985C1203.47 898.606 1204.53 897.583 1204.6 897.166C1204.76 896.226 1204.18 896.09 1203.74 895.241C1203.26 894.308 1202.3 893.664 1201.82 892.739C1201.74 892.587 1201.66 892.413 1201.71 892.246C1201.84 891.867 1202.46 891.973 1202.83 892.17C1204.15 892.868 1205.41 893.671 1206.58 894.566C1207.89 895.566 1209.12 896.711 1209.89 898.121C1210.44 899.114 1210.73 900.213 1211.16 901.252C1211.91 903.117 1212.34 905.277 1213.36 907.028C1215.22 910.204 1217.26 915.51 1218.68 918.884C1219.47 920.764 1220.13 921.749 1220.55 923.728C1220.87 925.175 1221.62 927.571 1221.72 929.041C1221.88 931.361 1221.97 931.975 1221.44 933.931C1221.09 935.235 1220.47 936.038 1219.03 936.144C1217.94 936.228 1216.15 934.499 1215.5 933.688C1212.82 930.33 1211.95 927.707 1210.92 923.614C1209.89 919.528 1208.9 913.479 1208.47 909.287' fill='%23FD9470'/%3E%3Cpath d='M1203.07 893.232C1203.96 894.915 1206.2 895.521 1207.7 896.552C1208.59 897.166 1209.39 897.826 1210.09 898.553C1210.02 898.409 1209.96 898.258 1209.88 898.114C1209.11 896.704 1207.89 895.559 1206.57 894.559C1205.4 893.664 1204.15 892.861 1202.82 892.163C1202.57 892.034 1202.22 891.943 1201.97 892.012C1202.39 892.277 1202.77 892.671 1203.06 893.232H1203.07Z' fill='%23FA7F51'/%3E%3Cpath d='M1217.92 931.802C1214.89 930.187 1213.65 926.746 1212.61 923.706C1211.32 919.999 1210.44 916.05 1208.85 912.449C1209.36 916.171 1210.13 920.477 1210.91 923.623C1211.95 927.709 1212.82 930.331 1215.5 933.697C1216.14 934.508 1217.94 936.229 1219.02 936.153C1220.46 936.047 1221.09 935.243 1221.44 933.94C1221.64 933.182 1221.75 932.621 1221.8 932.09C1220.67 932.568 1219.29 932.53 1217.92 931.802Z' fill='%23FA7F51'/%3E%3C/g%3E%3Cpath d='M125.592 831V807.6H140.856V812.784H131.784V817.248H139.56V822.432H131.784V831H125.592ZM143.686 831V813H148.726L149.158 816.096H149.302C150.634 813.648 152.65 812.568 154.414 812.568C155.53 812.568 156.142 812.712 156.646 812.928L155.638 818.256C154.99 818.112 154.414 817.968 153.622 817.968C152.326 817.968 150.742 818.76 149.878 820.992V831H143.686ZM157.445 822C157.445 816.168 161.693 812.568 166.085 812.568C171.413 812.568 173.933 816.456 173.933 821.28C173.933 822.36 173.789 823.296 173.681 823.728H163.421C163.997 826.032 165.581 826.752 167.597 826.752C168.821 826.752 169.973 826.392 171.269 825.672L173.285 829.344C171.341 830.712 168.749 831.432 166.733 831.432C161.477 831.432 157.445 827.976 157.445 822ZM163.349 819.984H168.677C168.677 818.472 168.101 817.248 166.229 817.248C164.861 817.248 163.709 818.004 163.349 819.984ZM176.538 822C176.538 816.096 180.21 812.568 183.882 812.568C185.79 812.568 187.194 813.216 188.562 814.8H188.706L189.21 813H194.034V837.336H187.842V832.188L188.058 829.632C186.978 830.712 185.322 831.432 183.882 831.432C179.418 831.432 176.538 827.832 176.538 822ZM182.874 821.928C182.874 825.168 183.882 826.392 185.538 826.392C186.474 826.392 187.194 826.104 187.842 825.096V818.472C187.122 817.824 186.186 817.608 185.394 817.608C184.098 817.608 182.874 818.76 182.874 821.928ZM198.069 824.088V813H204.261V823.296C204.261 825.6 204.837 826.176 206.061 826.176C207.213 826.176 207.861 825.744 208.653 824.592V813H214.845V831H209.805L209.373 828.624H209.229C207.789 830.352 206.133 831.432 203.685 831.432C199.725 831.432 198.069 828.552 198.069 824.088ZM218.09 822C218.09 816.168 222.338 812.568 226.73 812.568C232.058 812.568 234.578 816.456 234.578 821.28C234.578 822.36 234.434 823.296 234.326 823.728H224.066C224.642 826.032 226.226 826.752 228.242 826.752C229.466 826.752 230.618 826.392 231.914 825.672L233.93 829.344C231.986 830.712 229.394 831.432 227.378 831.432C222.122 831.432 218.09 827.976 218.09 822ZM223.994 819.984H229.322C229.322 818.472 228.746 817.248 226.874 817.248C225.506 817.248 224.354 818.004 223.994 819.984ZM237.975 831V813H243.015L243.447 815.16H243.591C245.031 813.792 246.831 812.568 249.279 812.568C253.239 812.568 254.895 815.448 254.895 819.912V831H248.703V820.704C248.703 818.4 248.127 817.824 246.903 817.824C245.751 817.824 245.103 818.328 244.167 819.192V831H237.975ZM259.72 824.088V817.824H257.344V813.216L260.08 813L260.8 808.32H265.912V813H270.016V817.824H265.912V823.98C265.912 825.96 266.92 826.608 268.072 826.608C268.648 826.608 269.224 826.464 269.656 826.32L270.592 830.784C269.656 831.072 268.324 831.432 266.344 831.432C261.664 831.432 259.72 828.48 259.72 824.088ZM273.342 824.664V805.944H279.534V824.88C279.534 826.104 280.11 826.464 280.542 826.464C280.758 826.464 280.902 826.464 281.19 826.392L281.91 830.928C281.262 831.216 280.254 831.432 278.886 831.432C274.71 831.432 273.342 828.696 273.342 824.664ZM285.073 832.728C285.397 832.8 285.865 832.944 286.225 832.944C287.881 832.944 288.673 832.224 289.033 831.144L289.249 830.352L282.409 813H288.601L290.761 819.912C291.265 821.568 291.625 823.224 292.057 825.024H292.201C292.561 823.296 292.921 821.64 293.353 819.912L295.153 813H301.057L295.009 830.712C293.137 835.572 291.193 837.768 286.729 837.768C285.505 837.768 284.785 837.624 283.993 837.408L285.073 832.728ZM310.559 825.888C310.559 822.144 313.439 820.056 320.351 819.336C320.207 818.04 319.415 817.464 317.831 817.464C316.535 817.464 315.167 817.968 313.295 818.976L311.135 814.944C313.655 813.432 316.247 812.568 319.055 812.568C323.735 812.568 326.543 815.088 326.543 820.992V831H321.503L321.071 829.272H320.927C319.487 830.568 317.903 831.432 315.959 831.432C312.575 831.432 310.559 828.84 310.559 825.888ZM316.463 825.384C316.463 826.212 317.039 826.68 318.119 826.68C319.127 826.68 319.703 826.176 320.351 825.456V823.008C317.399 823.44 316.463 824.376 316.463 825.384ZM329.207 828.912L331.943 825.096C333.599 826.32 335.075 826.896 336.335 826.896C337.631 826.896 338.135 826.536 338.135 825.816C338.135 824.88 336.479 824.448 334.679 823.728C332.591 822.9 330.143 821.352 330.143 818.4C330.143 814.872 333.023 812.568 337.271 812.568C340.223 812.568 342.311 813.756 343.895 814.944L341.159 818.616C339.863 817.68 338.603 817.104 337.487 817.104C336.443 817.104 335.903 817.392 335.903 818.112C335.903 819.048 337.487 819.408 339.287 820.056C341.447 820.848 343.895 822.216 343.895 825.456C343.895 828.84 341.231 831.432 336.191 831.432C333.887 831.432 331.079 830.424 329.207 828.912ZM346.924 831V805.944H352.972V819.264H353.116L358.084 813H364.78L358.372 820.488L365.14 831H358.444L354.844 824.592L352.972 826.68V831H346.924ZM365.289 822C365.289 816.168 369.537 812.568 373.929 812.568C379.257 812.568 381.777 816.456 381.777 821.28C381.777 822.36 381.633 823.296 381.525 823.728H371.265C371.841 826.032 373.425 826.752 375.441 826.752C376.665 826.752 377.817 826.392 379.113 825.672L381.129 829.344C379.185 830.712 376.593 831.432 374.577 831.432C369.321 831.432 365.289 827.976 365.289 822ZM371.193 819.984H376.521C376.521 818.472 375.945 817.248 374.073 817.248C372.705 817.248 371.553 818.004 371.193 819.984ZM384.382 822C384.382 816.096 388.054 812.568 391.726 812.568C393.67 812.568 394.822 813.288 395.902 814.368L395.686 811.776V805.944H401.878V831H396.838L396.406 829.344H396.262C395.038 830.568 393.31 831.432 391.726 831.432C387.262 831.432 384.382 827.832 384.382 822ZM390.718 821.928C390.718 825.168 391.726 826.392 393.382 826.392C394.318 826.392 395.038 826.104 395.686 825.096V818.472C394.966 817.824 394.03 817.608 393.238 817.608C391.942 817.608 390.718 818.76 390.718 821.928ZM412.823 822C412.823 816.096 416.495 812.568 420.167 812.568C422.075 812.568 423.479 813.216 424.847 814.8H424.991L425.495 813H430.319V837.336H424.127V832.188L424.343 829.632C423.263 830.712 421.607 831.432 420.167 831.432C415.703 831.432 412.823 827.832 412.823 822ZM419.159 821.928C419.159 825.168 420.167 826.392 421.823 826.392C422.759 826.392 423.479 826.104 424.127 825.096V818.472C423.407 817.824 422.471 817.608 421.679 817.608C420.383 817.608 419.159 818.76 419.159 821.928ZM434.354 824.088V813H440.546V823.296C440.546 825.6 441.122 826.176 442.346 826.176C443.498 826.176 444.146 825.744 444.938 824.592V813H451.13V831H446.09L445.658 828.624H445.514C444.074 830.352 442.418 831.432 439.97 831.432C436.01 831.432 434.354 828.552 434.354 824.088ZM454.375 822C454.375 816.168 458.623 812.568 463.015 812.568C468.343 812.568 470.863 816.456 470.863 821.28C470.863 822.36 470.719 823.296 470.611 823.728H460.351C460.927 826.032 462.511 826.752 464.527 826.752C465.751 826.752 466.903 826.392 468.199 825.672L470.215 829.344C468.271 830.712 465.679 831.432 463.663 831.432C458.407 831.432 454.375 827.976 454.375 822ZM460.279 819.984H465.607C465.607 818.472 465.031 817.248 463.159 817.248C461.791 817.248 460.639 818.004 460.279 819.984ZM472.82 828.912L475.556 825.096C477.212 826.32 478.688 826.896 479.948 826.896C481.244 826.896 481.748 826.536 481.748 825.816C481.748 824.88 480.092 824.448 478.292 823.728C476.204 822.9 473.756 821.352 473.756 818.4C473.756 814.872 476.636 812.568 480.884 812.568C483.836 812.568 485.924 813.756 487.508 814.944L484.772 818.616C483.476 817.68 482.216 817.104 481.1 817.104C480.056 817.104 479.516 817.392 479.516 818.112C479.516 819.048 481.1 819.408 482.9 820.056C485.06 820.848 487.508 822.216 487.508 825.456C487.508 828.84 484.844 831.432 479.804 831.432C477.5 831.432 474.692 830.424 472.82 828.912ZM491.329 824.088V817.824H488.953V813.216L491.689 813L492.409 808.32H497.521V813H501.625V817.824H497.521V823.98C497.521 825.96 498.529 826.608 499.681 826.608C500.257 826.608 500.833 826.464 501.265 826.32L502.201 830.784C501.265 831.072 499.933 831.432 497.953 831.432C493.273 831.432 491.329 828.48 491.329 824.088ZM508.047 810.768C506.031 810.768 504.591 809.472 504.591 807.672C504.591 805.872 506.031 804.576 508.047 804.576C510.063 804.576 511.503 805.872 511.503 807.672C511.503 809.472 510.063 810.768 508.047 810.768ZM504.951 831V813H511.143V831H504.951ZM514.386 822C514.386 816.024 518.706 812.568 523.314 812.568C527.922 812.568 532.242 816.024 532.242 822C532.242 827.976 527.922 831.432 523.314 831.432C518.706 831.432 514.386 827.976 514.386 822ZM520.722 822C520.722 824.736 521.442 826.464 523.314 826.464C525.186 826.464 525.906 824.736 525.906 822C525.906 819.264 525.186 817.536 523.314 817.536C521.442 817.536 520.722 819.264 520.722 822ZM535.467 831V813H540.507L540.939 815.16H541.083C542.523 813.792 544.323 812.568 546.771 812.568C550.731 812.568 552.387 815.448 552.387 819.912V831H546.195V820.704C546.195 818.4 545.619 817.824 544.395 817.824C543.243 817.824 542.595 818.328 541.659 819.192V831H535.467ZM554.98 828.912L557.716 825.096C559.372 826.32 560.848 826.896 562.108 826.896C563.404 826.896 563.908 826.536 563.908 825.816C563.908 824.88 562.252 824.448 560.452 823.728C558.364 822.9 555.916 821.352 555.916 818.4C555.916 814.872 558.796 812.568 563.044 812.568C565.996 812.568 568.084 813.756 569.668 814.944L566.932 818.616C565.636 817.68 564.376 817.104 563.26 817.104C562.216 817.104 561.676 817.392 561.676 818.112C561.676 819.048 563.26 819.408 565.06 820.056C567.22 820.848 569.668 822.216 569.668 825.456C569.668 828.84 567.004 831.432 561.964 831.432C559.66 831.432 556.852 830.424 554.98 828.912Z' fill='%232B2B2B'/%3E%3Cpath d='M123.232 783V772.568H125.584V781.016H129.712V783H123.232ZM134.511 783.192C132.495 783.192 130.639 781.672 130.639 779.032C130.639 776.392 132.495 774.872 134.511 774.872C136.511 774.872 138.367 776.392 138.367 779.032C138.367 781.672 136.511 783.192 134.511 783.192ZM134.511 781.288C135.471 781.288 135.967 780.408 135.967 779.032C135.967 777.656 135.471 776.776 134.511 776.776C133.535 776.776 133.055 777.656 133.055 779.032C133.055 780.408 133.535 781.288 134.511 781.288ZM139.978 783V775.064H141.898L142.058 776.456H142.122C142.698 775.384 143.562 774.872 144.378 774.872C144.826 774.872 145.098 774.936 145.322 775.032L144.938 777.064C144.65 776.984 144.41 776.936 144.074 776.936C143.482 776.936 142.746 777.32 142.33 778.392V783H139.978ZM149.748 783.192C147.476 783.192 145.732 781.656 145.732 779.032C145.732 776.456 147.572 774.872 149.476 774.872C151.732 774.872 152.852 776.52 152.852 778.68C152.852 779.096 152.804 779.528 152.756 779.72H148.004C148.212 780.872 149.012 781.4 150.068 781.4C150.66 781.4 151.204 781.224 151.78 780.872L152.564 782.296C151.748 782.856 150.692 783.192 149.748 783.192ZM147.988 778.168H150.852C150.852 777.288 150.468 776.664 149.524 776.664C148.788 776.664 148.148 777.16 147.988 778.168ZM154.478 783V775.064H156.398L156.558 776.088H156.622C157.278 775.432 157.982 774.872 159.022 774.872C160.142 774.872 160.814 775.352 161.214 776.2C161.918 775.48 162.654 774.872 163.71 774.872C165.422 774.872 166.19 776.088 166.19 778.072V783H163.838V778.376C163.838 777.224 163.534 776.872 162.862 776.872C162.462 776.872 162.014 777.128 161.502 777.64V783H159.15V778.376C159.15 777.224 158.846 776.872 158.174 776.872C157.79 776.872 157.326 777.128 156.83 777.64V783H154.478ZM171.399 783V775.064H173.751V783H171.399ZM172.567 773.896C171.783 773.896 171.207 773.384 171.207 772.664C171.207 771.944 171.783 771.448 172.567 771.448C173.367 771.448 173.927 771.944 173.927 772.664C173.927 773.384 173.367 773.896 172.567 773.896ZM175.821 785.944V775.064H177.741L177.901 775.848H177.965C178.589 775.288 179.389 774.872 180.221 774.872C182.141 774.872 183.325 776.456 183.325 778.904C183.325 781.624 181.693 783.192 179.981 783.192C179.293 783.192 178.653 782.888 178.093 782.36L178.173 783.624V785.944H175.821ZM179.437 781.272C180.253 781.272 180.909 780.568 180.909 778.936C180.909 777.512 180.477 776.792 179.533 776.792C179.053 776.792 178.637 777.016 178.173 777.512V780.76C178.589 781.144 179.037 781.272 179.437 781.272ZM187.251 783.192C186.211 783.192 185.011 782.744 184.211 782.088L185.267 780.616C185.987 781.16 186.643 781.448 187.315 781.448C188.019 781.448 188.323 781.192 188.323 780.776C188.323 780.248 187.523 780.008 186.707 779.688C185.747 779.32 184.611 778.664 184.611 777.352C184.611 775.88 185.811 774.872 187.651 774.872C188.867 774.872 189.763 775.368 190.451 775.88L189.395 777.288C188.819 776.872 188.275 776.616 187.715 776.616C187.107 776.616 186.819 776.84 186.819 777.24C186.819 777.752 187.555 777.944 188.371 778.248C189.379 778.616 190.515 779.176 190.515 780.632C190.515 782.072 189.379 783.192 187.251 783.192ZM194.393 783.192C192.665 783.192 191.929 781.976 191.929 779.992V775.064H194.281V779.688C194.281 780.824 194.585 781.192 195.273 781.192C195.865 781.192 196.217 780.936 196.681 780.312V775.064H199.033V783H197.113L196.937 781.896H196.889C196.217 782.696 195.481 783.192 194.393 783.192ZM201.103 783V775.064H203.023L203.183 776.088H203.247C203.903 775.432 204.607 774.872 205.647 774.872C206.767 774.872 207.439 775.352 207.839 776.2C208.543 775.48 209.279 774.872 210.335 774.872C212.047 774.872 212.815 776.088 212.815 778.072V783H210.463V778.376C210.463 777.224 210.159 776.872 209.487 776.872C209.087 776.872 208.639 777.128 208.127 777.64V783H205.775V778.376C205.775 777.224 205.471 776.872 204.799 776.872C204.415 776.872 203.951 777.128 203.455 777.64V783H201.103ZM220.856 783.192C218.888 783.192 217.608 781.624 217.608 779.032C217.608 776.44 219.224 774.872 220.904 774.872C221.784 774.872 222.312 775.192 222.856 775.704L222.76 774.488V771.784H225.112V783H223.192L223.032 782.216H222.968C222.408 782.776 221.624 783.192 220.856 783.192ZM221.464 781.272C221.976 781.272 222.376 781.08 222.76 780.552V777.304C222.344 776.92 221.88 776.792 221.448 776.792C220.696 776.792 220.024 777.496 220.024 779C220.024 780.568 220.552 781.272 221.464 781.272ZM230.604 783.192C228.588 783.192 226.732 781.672 226.732 779.032C226.732 776.392 228.588 774.872 230.604 774.872C232.604 774.872 234.46 776.392 234.46 779.032C234.46 781.672 232.604 783.192 230.604 783.192ZM230.604 781.288C231.564 781.288 232.06 780.408 232.06 779.032C232.06 777.656 231.564 776.776 230.604 776.776C229.628 776.776 229.148 777.656 229.148 779.032C229.148 780.408 229.628 781.288 230.604 781.288ZM238.231 783.192C236.615 783.192 236.071 782.136 236.071 780.536V771.784H238.423V780.632C238.423 781.128 238.647 781.288 238.839 781.288C238.935 781.288 238.999 781.288 239.127 781.256L239.415 783C239.159 783.112 238.759 783.192 238.231 783.192ZM244.057 783.192C242.041 783.192 240.185 781.672 240.185 779.032C240.185 776.392 242.041 774.872 244.057 774.872C246.057 774.872 247.913 776.392 247.913 779.032C247.913 781.672 246.057 783.192 244.057 783.192ZM244.057 781.288C245.017 781.288 245.513 780.408 245.513 779.032C245.513 777.656 245.017 776.776 244.057 776.776C243.081 776.776 242.601 777.656 242.601 779.032C242.601 780.408 243.081 781.288 244.057 781.288ZM249.524 783V775.064H251.444L251.604 776.456H251.668C252.244 775.384 253.108 774.872 253.924 774.872C254.372 774.872 254.644 774.936 254.868 775.032L254.484 777.064C254.196 776.984 253.956 776.936 253.62 776.936C253.028 776.936 252.292 777.32 251.876 778.392V783H249.524ZM259.295 783.192C257.023 783.192 255.279 781.656 255.279 779.032C255.279 776.456 257.119 774.872 259.023 774.872C261.279 774.872 262.399 776.52 262.399 778.68C262.399 779.096 262.351 779.528 262.303 779.72H257.551C257.759 780.872 258.559 781.4 259.615 781.4C260.207 781.4 260.751 781.224 261.327 780.872L262.111 782.296C261.295 782.856 260.239 783.192 259.295 783.192ZM257.535 778.168H260.399C260.399 777.288 260.015 776.664 259.071 776.664C258.335 776.664 257.695 777.16 257.535 778.168Z' fill='%2324C875'/%3E%3Cpath d='M123.232 783V772.568H125.584V781.016H129.712V783H123.232ZM134.511 783.192C132.495 783.192 130.639 781.672 130.639 779.032C130.639 776.392 132.495 774.872 134.511 774.872C136.511 774.872 138.367 776.392 138.367 779.032C138.367 781.672 136.511 783.192 134.511 783.192ZM134.511 781.288C135.471 781.288 135.967 780.408 135.967 779.032C135.967 777.656 135.471 776.776 134.511 776.776C133.535 776.776 133.055 777.656 133.055 779.032C133.055 780.408 133.535 781.288 134.511 781.288ZM139.978 783V775.064H141.898L142.058 776.456H142.122C142.698 775.384 143.562 774.872 144.378 774.872C144.826 774.872 145.098 774.936 145.322 775.032L144.938 777.064C144.65 776.984 144.41 776.936 144.074 776.936C143.482 776.936 142.746 777.32 142.33 778.392V783H139.978ZM149.748 783.192C147.476 783.192 145.732 781.656 145.732 779.032C145.732 776.456 147.572 774.872 149.476 774.872C151.732 774.872 152.852 776.52 152.852 778.68C152.852 779.096 152.804 779.528 152.756 779.72H148.004C148.212 780.872 149.012 781.4 150.068 781.4C150.66 781.4 151.204 781.224 151.78 780.872L152.564 782.296C151.748 782.856 150.692 783.192 149.748 783.192ZM147.988 778.168H150.852C150.852 777.288 150.468 776.664 149.524 776.664C148.788 776.664 148.148 777.16 147.988 778.168ZM154.478 783V775.064H156.398L156.558 776.088H156.622C157.278 775.432 157.982 774.872 159.022 774.872C160.142 774.872 160.814 775.352 161.214 776.2C161.918 775.48 162.654 774.872 163.71 774.872C165.422 774.872 166.19 776.088 166.19 778.072V783H163.838V778.376C163.838 777.224 163.534 776.872 162.862 776.872C162.462 776.872 162.014 777.128 161.502 777.64V783H159.15V778.376C159.15 777.224 158.846 776.872 158.174 776.872C157.79 776.872 157.326 777.128 156.83 777.64V783H154.478ZM171.399 783V775.064H173.751V783H171.399ZM172.567 773.896C171.783 773.896 171.207 773.384 171.207 772.664C171.207 771.944 171.783 771.448 172.567 771.448C173.367 771.448 173.927 771.944 173.927 772.664C173.927 773.384 173.367 773.896 172.567 773.896ZM175.821 785.944V775.064H177.741L177.901 775.848H177.965C178.589 775.288 179.389 774.872 180.221 774.872C182.141 774.872 183.325 776.456 183.325 778.904C183.325 781.624 181.693 783.192 179.981 783.192C179.293 783.192 178.653 782.888 178.093 782.36L178.173 783.624V785.944H175.821ZM179.437 781.272C180.253 781.272 180.909 780.568 180.909 778.936C180.909 777.512 180.477 776.792 179.533 776.792C179.053 776.792 178.637 777.016 178.173 777.512V780.76C178.589 781.144 179.037 781.272 179.437 781.272ZM187.251 783.192C186.211 783.192 185.011 782.744 184.211 782.088L185.267 780.616C185.987 781.16 186.643 781.448 187.315 781.448C188.019 781.448 188.323 781.192 188.323 780.776C188.323 780.248 187.523 780.008 186.707 779.688C185.747 779.32 184.611 778.664 184.611 777.352C184.611 775.88 185.811 774.872 187.651 774.872C188.867 774.872 189.763 775.368 190.451 775.88L189.395 777.288C188.819 776.872 188.275 776.616 187.715 776.616C187.107 776.616 186.819 776.84 186.819 777.24C186.819 777.752 187.555 777.944 188.371 778.248C189.379 778.616 190.515 779.176 190.515 780.632C190.515 782.072 189.379 783.192 187.251 783.192ZM194.393 783.192C192.665 783.192 191.929 781.976 191.929 779.992V775.064H194.281V779.688C194.281 780.824 194.585 781.192 195.273 781.192C195.865 781.192 196.217 780.936 196.681 780.312V775.064H199.033V783H197.113L196.937 781.896H196.889C196.217 782.696 195.481 783.192 194.393 783.192ZM201.103 783V775.064H203.023L203.183 776.088H203.247C203.903 775.432 204.607 774.872 205.647 774.872C206.767 774.872 207.439 775.352 207.839 776.2C208.543 775.48 209.279 774.872 210.335 774.872C212.047 774.872 212.815 776.088 212.815 778.072V783H210.463V778.376C210.463 777.224 210.159 776.872 209.487 776.872C209.087 776.872 208.639 777.128 208.127 777.64V783H205.775V778.376C205.775 777.224 205.471 776.872 204.799 776.872C204.415 776.872 203.951 777.128 203.455 777.64V783H201.103ZM220.856 783.192C218.888 783.192 217.608 781.624 217.608 779.032C217.608 776.44 219.224 774.872 220.904 774.872C221.784 774.872 222.312 775.192 222.856 775.704L222.76 774.488V771.784H225.112V783H223.192L223.032 782.216H222.968C222.408 782.776 221.624 783.192 220.856 783.192ZM221.464 781.272C221.976 781.272 222.376 781.08 222.76 780.552V777.304C222.344 776.92 221.88 776.792 221.448 776.792C220.696 776.792 220.024 777.496 220.024 779C220.024 780.568 220.552 781.272 221.464 781.272ZM230.604 783.192C228.588 783.192 226.732 781.672 226.732 779.032C226.732 776.392 228.588 774.872 230.604 774.872C232.604 774.872 234.46 776.392 234.46 779.032C234.46 781.672 232.604 783.192 230.604 783.192ZM230.604 781.288C231.564 781.288 232.06 780.408 232.06 779.032C232.06 777.656 231.564 776.776 230.604 776.776C229.628 776.776 229.148 777.656 229.148 779.032C229.148 780.408 229.628 781.288 230.604 781.288ZM238.231 783.192C236.615 783.192 236.071 782.136 236.071 780.536V771.784H238.423V780.632C238.423 781.128 238.647 781.288 238.839 781.288C238.935 781.288 238.999 781.288 239.127 781.256L239.415 783C239.159 783.112 238.759 783.192 238.231 783.192ZM244.057 783.192C242.041 783.192 240.185 781.672 240.185 779.032C240.185 776.392 242.041 774.872 244.057 774.872C246.057 774.872 247.913 776.392 247.913 779.032C247.913 781.672 246.057 783.192 244.057 783.192ZM244.057 781.288C245.017 781.288 245.513 780.408 245.513 779.032C245.513 777.656 245.017 776.776 244.057 776.776C243.081 776.776 242.601 777.656 242.601 779.032C242.601 780.408 243.081 781.288 244.057 781.288ZM249.524 783V775.064H251.444L251.604 776.456H251.668C252.244 775.384 253.108 774.872 253.924 774.872C254.372 774.872 254.644 774.936 254.868 775.032L254.484 777.064C254.196 776.984 253.956 776.936 253.62 776.936C253.028 776.936 252.292 777.32 251.876 778.392V783H249.524ZM259.295 783.192C257.023 783.192 255.279 781.656 255.279 779.032C255.279 776.456 257.119 774.872 259.023 774.872C261.279 774.872 262.399 776.52 262.399 778.68C262.399 779.096 262.351 779.528 262.303 779.72H257.551C257.759 780.872 258.559 781.4 259.615 781.4C260.207 781.4 260.751 781.224 261.327 780.872L262.111 782.296C261.295 782.856 260.239 783.192 259.295 783.192ZM257.535 778.168H260.399C260.399 777.288 260.015 776.664 259.071 776.664C258.335 776.664 257.695 777.16 257.535 778.168Z' fill='%2324C875'/%3E%3Cpath d='M124.232 909V898.568H126.584V902.584H130.184V898.568H132.552V909H130.184V904.648H126.584V909H124.232ZM138.229 909.192C136.213 909.192 134.357 907.672 134.357 905.032C134.357 902.392 136.213 900.872 138.229 900.872C140.229 900.872 142.085 902.392 142.085 905.032C142.085 907.672 140.229 909.192 138.229 909.192ZM138.229 907.288C139.189 907.288 139.685 906.408 139.685 905.032C139.685 903.656 139.189 902.776 138.229 902.776C137.253 902.776 136.773 903.656 136.773 905.032C136.773 906.408 137.253 907.288 138.229 907.288ZM144.899 909L142.915 901.064H145.251L146.019 904.744C146.147 905.528 146.243 906.296 146.371 907.096H146.435C146.579 906.296 146.707 905.496 146.899 904.744L147.779 901.064H149.811L150.707 904.744C150.899 905.528 151.043 906.296 151.203 907.096H151.267C151.411 906.296 151.491 905.528 151.635 904.744L152.387 901.064H154.563L152.659 909H149.907L149.187 905.832C149.027 905.096 148.899 904.36 148.755 903.512H148.691C148.547 904.36 148.435 905.096 148.291 905.832L147.587 909H144.899ZM160.524 909L158.54 901.064H160.876L161.644 904.744C161.772 905.528 161.868 906.296 161.996 907.096H162.06C162.204 906.296 162.332 905.496 162.524 904.744L163.404 901.064H165.436L166.332 904.744C166.524 905.528 166.668 906.296 166.828 907.096H166.892C167.036 906.296 167.116 905.528 167.26 904.744L168.012 901.064H170.188L168.284 909H165.532L164.812 905.832C164.652 905.096 164.524 904.36 164.38 903.512H164.316C164.172 904.36 164.06 905.096 163.916 905.832L163.212 909H160.524ZM171.618 909V901.064H173.97V909H171.618ZM172.786 899.896C172.002 899.896 171.426 899.384 171.426 898.664C171.426 897.944 172.002 897.448 172.786 897.448C173.586 897.448 174.146 897.944 174.146 898.664C174.146 899.384 173.586 899.896 172.786 899.896ZM178.2 909.192C176.584 909.192 176.04 908.136 176.04 906.536V897.784H178.392V906.632C178.392 907.128 178.616 907.288 178.808 907.288C178.904 907.288 178.968 907.288 179.096 907.256L179.384 909C179.128 909.112 178.728 909.192 178.2 909.192ZM182.778 909.192C181.162 909.192 180.618 908.136 180.618 906.536V897.784H182.97V906.632C182.97 907.128 183.194 907.288 183.386 907.288C183.482 907.288 183.546 907.288 183.674 907.256L183.962 909C183.706 909.112 183.306 909.192 182.778 909.192ZM188.399 911.944V901.064H190.319L190.479 901.848H190.543C191.167 901.288 191.967 900.872 192.799 900.872C194.719 900.872 195.903 902.456 195.903 904.904C195.903 907.624 194.271 909.192 192.559 909.192C191.871 909.192 191.231 908.888 190.671 908.36L190.751 909.624V911.944H188.399ZM192.015 907.272C192.831 907.272 193.487 906.568 193.487 904.936C193.487 903.512 193.055 902.792 192.111 902.792C191.631 902.792 191.215 903.016 190.751 903.512V906.76C191.167 907.144 191.615 907.272 192.015 907.272ZM200.979 909.192C198.963 909.192 197.107 907.672 197.107 905.032C197.107 902.392 198.963 900.872 200.979 900.872C202.979 900.872 204.835 902.392 204.835 905.032C204.835 907.672 202.979 909.192 200.979 909.192ZM200.979 907.288C201.939 907.288 202.435 906.408 202.435 905.032C202.435 903.656 201.939 902.776 200.979 902.776C200.003 902.776 199.523 903.656 199.523 905.032C199.523 906.408 200.003 907.288 200.979 907.288ZM209.08 909.192C207.112 909.192 206.344 907.96 206.344 906.12V902.904H205.256V901.16L206.472 901.064L206.744 898.952H208.696V901.064H210.6V902.904H208.696V906.088C208.696 906.984 209.096 907.352 209.72 907.352C209.976 907.352 210.264 907.272 210.472 907.192L210.84 908.904C210.424 909.032 209.848 909.192 209.08 909.192ZM215.42 909.192C213.148 909.192 211.404 907.656 211.404 905.032C211.404 902.456 213.244 900.872 215.148 900.872C217.404 900.872 218.524 902.52 218.524 904.68C218.524 905.096 218.476 905.528 218.428 905.72H213.676C213.884 906.872 214.684 907.4 215.74 907.4C216.332 907.4 216.876 907.224 217.452 906.872L218.236 908.296C217.42 908.856 216.364 909.192 215.42 909.192ZM213.66 904.168H216.524C216.524 903.288 216.14 902.664 215.196 902.664C214.46 902.664 213.82 903.16 213.66 904.168ZM220.149 909V901.064H222.069L222.229 902.072H222.293C222.965 901.432 223.765 900.872 224.837 900.872C226.565 900.872 227.301 902.088 227.301 904.072V909H224.949V904.376C224.949 903.224 224.645 902.872 223.973 902.872C223.381 902.872 223.013 903.144 222.501 903.64V909H220.149ZM232.362 909.192C230.394 909.192 229.626 907.96 229.626 906.12V902.904H228.538V901.16L229.754 901.064L230.026 898.952H231.978V901.064H233.882V902.904H231.978V906.088C231.978 906.984 232.378 907.352 233.002 907.352C233.258 907.352 233.546 907.272 233.754 907.192L234.122 908.904C233.706 909.032 233.13 909.192 232.362 909.192ZM235.431 909V901.064H237.783V909H235.431ZM236.599 899.896C235.815 899.896 235.239 899.384 235.239 898.664C235.239 897.944 235.815 897.448 236.599 897.448C237.399 897.448 237.959 897.944 237.959 898.664C237.959 899.384 237.399 899.896 236.599 899.896ZM241.853 909.192C240.397 909.192 239.485 908.136 239.485 906.792C239.485 905.128 240.812 904.216 243.949 903.896C243.901 903.192 243.565 902.744 242.701 902.744C242.029 902.744 241.373 903.016 240.605 903.464L239.757 901.912C240.765 901.304 241.901 900.872 243.149 900.872C245.181 900.872 246.301 902.024 246.301 904.456V909H244.381L244.221 908.184H244.157C243.485 908.776 242.749 909.192 241.853 909.192ZM242.653 907.368C243.181 907.368 243.533 907.112 243.949 906.696V905.304C242.285 905.528 241.741 906.008 241.741 906.616C241.741 907.128 242.093 907.368 242.653 907.368ZM250.45 909.192C248.834 909.192 248.29 908.136 248.29 906.536V897.784H250.642V906.632C250.642 907.128 250.866 907.288 251.058 907.288C251.154 907.288 251.218 907.288 251.346 907.256L251.634 909C251.378 909.112 250.978 909.192 250.45 909.192ZM259.527 909.192C257.319 909.192 255.607 907.672 255.607 905.032C255.607 902.392 257.543 900.872 259.735 900.872C260.711 900.872 261.463 901.224 262.055 901.72L260.951 903.24C260.567 902.92 260.247 902.776 259.879 902.776C258.743 902.776 258.023 903.656 258.023 905.032C258.023 906.408 258.775 907.288 259.799 907.288C260.311 907.288 260.807 907.032 261.223 906.712L262.151 908.248C261.367 908.936 260.391 909.192 259.527 909.192ZM265.7 909.192C264.084 909.192 263.54 908.136 263.54 906.536V897.784H265.892V906.632C265.892 907.128 266.116 907.288 266.308 907.288C266.404 907.288 266.468 907.288 266.596 907.256L266.884 909C266.628 909.112 266.228 909.192 265.7 909.192ZM268.118 909V901.064H270.47V909H268.118ZM269.286 899.896C268.502 899.896 267.926 899.384 267.926 898.664C267.926 897.944 268.502 897.448 269.286 897.448C270.086 897.448 270.646 897.944 270.646 898.664C270.646 899.384 270.086 899.896 269.286 899.896ZM276.092 909.192C273.82 909.192 272.076 907.656 272.076 905.032C272.076 902.456 273.916 900.872 275.82 900.872C278.076 900.872 279.196 902.52 279.196 904.68C279.196 905.096 279.148 905.528 279.1 905.72H274.348C274.556 906.872 275.356 907.4 276.412 907.4C277.004 907.4 277.548 907.224 278.124 906.872L278.908 908.296C278.092 908.856 277.036 909.192 276.092 909.192ZM274.332 904.168H277.196C277.196 903.288 276.812 902.664 275.868 902.664C275.132 902.664 274.492 903.16 274.332 904.168ZM280.821 909V901.064H282.741L282.901 902.072H282.965C283.637 901.432 284.437 900.872 285.509 900.872C287.237 900.872 287.973 902.088 287.973 904.072V909H285.621V904.376C285.621 903.224 285.317 902.872 284.645 902.872C284.053 902.872 283.685 903.144 283.173 903.64V909H280.821ZM293.034 909.192C291.066 909.192 290.298 907.96 290.298 906.12V902.904H289.21V901.16L290.426 901.064L290.698 898.952H292.65V901.064H294.554V902.904H292.65V906.088C292.65 906.984 293.049 907.352 293.674 907.352C293.93 907.352 294.218 907.272 294.426 907.192L294.794 908.904C294.378 909.032 293.802 909.192 293.034 909.192ZM298.282 909.192C297.242 909.192 296.042 908.744 295.242 908.088L296.298 906.616C297.018 907.16 297.674 907.448 298.346 907.448C299.05 907.448 299.354 907.192 299.354 906.776C299.354 906.248 298.554 906.008 297.738 905.688C296.778 905.32 295.642 904.664 295.642 903.352C295.642 901.88 296.842 900.872 298.682 900.872C299.898 900.872 300.794 901.368 301.482 901.88L300.426 903.288C299.85 902.872 299.306 902.616 298.746 902.616C298.138 902.616 297.85 902.84 297.85 903.24C297.85 903.752 298.586 903.944 299.402 904.248C300.41 904.616 301.546 905.176 301.546 906.632C301.546 908.072 300.41 909.192 298.282 909.192ZM311.155 897.88L310.723 899.608C310.451 899.512 310.163 899.448 309.907 899.448C309.331 899.448 308.995 899.768 308.995 900.584V901.064H310.419V902.904H308.995V909H306.643V902.904H305.587V901.16L306.643 901.08V900.648C306.643 898.968 307.427 897.592 309.571 897.592C310.227 897.592 310.803 897.752 311.155 897.88ZM311.696 909V901.064H314.048V909H311.696ZM312.864 899.896C312.08 899.896 311.504 899.384 311.504 898.664C311.504 897.944 312.08 897.448 312.864 897.448C313.664 897.448 314.224 897.944 314.224 898.664C314.224 899.384 313.664 899.896 312.864 899.896ZM316.118 909V901.064H318.038L318.198 902.072H318.262C318.934 901.432 319.734 900.872 320.806 900.872C322.534 900.872 323.27 902.088 323.27 904.072V909H320.918V904.376C320.918 903.224 320.614 902.872 319.942 902.872C319.35 902.872 318.982 903.144 318.47 903.64V909H316.118ZM328.106 909.192C326.138 909.192 324.858 907.624 324.858 905.032C324.858 902.44 326.474 900.872 328.154 900.872C329.034 900.872 329.562 901.192 330.106 901.704L330.01 900.488V897.784H332.362V909H330.442L330.282 908.216H330.218C329.658 908.776 328.874 909.192 328.106 909.192ZM328.714 907.272C329.226 907.272 329.626 907.08 330.01 906.552V903.304C329.594 902.92 329.13 902.792 328.698 902.792C327.946 902.792 327.274 903.496 327.274 905C327.274 906.568 327.802 907.272 328.714 907.272ZM337.649 909V901.064H339.569L339.729 902.088H339.793C340.449 901.432 341.153 900.872 342.193 900.872C343.313 900.872 343.985 901.352 344.385 902.2C345.089 901.48 345.825 900.872 346.881 900.872C348.593 900.872 349.361 902.088 349.361 904.072V909H347.009V904.376C347.009 903.224 346.705 902.872 346.033 902.872C345.633 902.872 345.185 903.128 344.673 903.64V909H342.321V904.376C342.321 903.224 342.017 902.872 341.345 902.872C340.961 902.872 340.497 903.128 340.001 903.64V909H337.649ZM354.92 909.192C352.648 909.192 350.904 907.656 350.904 905.032C350.904 902.456 352.744 900.872 354.648 900.872C356.904 900.872 358.024 902.52 358.024 904.68C358.024 905.096 357.976 905.528 357.928 905.72H353.176C353.384 906.872 354.184 907.4 355.24 907.4C355.832 907.4 356.376 907.224 356.952 906.872L357.736 908.296C356.92 908.856 355.864 909.192 354.92 909.192ZM353.16 904.168H356.024C356.024 903.288 355.64 902.664 354.696 902.664C353.96 902.664 353.32 903.16 353.16 904.168ZM360.823 905.304C360.503 903.112 362.839 902.2 362.839 901C362.839 900.344 362.407 899.992 361.767 899.992C361.175 899.992 360.743 900.296 360.311 900.728L359.015 899.544C359.767 898.68 360.823 898.088 362.071 898.088C363.783 898.088 365.095 898.936 365.095 900.824C365.095 902.808 362.695 903.4 362.887 905.304H360.823ZM361.847 909.192C361.031 909.192 360.439 908.552 360.439 907.72C360.439 906.872 361.031 906.232 361.847 906.232C362.663 906.232 363.271 906.872 363.271 907.72C363.271 908.552 362.663 909.192 361.847 909.192Z' fill='%232B2B2B'/%3E%3Cpath d='M778 902.323L784.933 895.678L792 902.323' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M778 902.323L784.933 895.678L792 902.323' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M126.616 944V934.624H123.448V933.504H131.128V934.624H127.96V944H126.616ZM133.09 944V932.608H134.402V935.712L134.354 937.312C135.09 936.608 135.874 936.032 136.946 936.032C138.578 936.032 139.314 937.088 139.314 939.072V944H138.002V939.248C138.002 937.792 137.554 937.168 136.53 937.168C135.73 937.168 135.186 937.584 134.402 938.368V944H133.09ZM145.145 944.192C143.065 944.192 141.417 942.672 141.417 940.128C141.417 937.584 143.129 936.032 144.905 936.032C146.889 936.032 148.009 937.456 148.009 939.68C148.009 939.952 147.993 940.24 147.961 940.432H142.713C142.809 942.08 143.817 943.136 145.305 943.136C146.041 943.136 146.665 942.896 147.241 942.528L147.705 943.392C147.033 943.824 146.201 944.192 145.145 944.192ZM142.697 939.488H146.857C146.857 937.92 146.153 937.072 144.937 937.072C143.849 937.072 142.857 937.952 142.697 939.488ZM155.838 944V934.624H152.67V933.504H160.35V934.624H157.182V944H155.838ZM162.932 944.192C161.636 944.192 160.66 943.376 160.66 941.984C160.66 940.288 162.116 939.44 165.428 939.072C165.428 938.08 165.108 937.12 163.828 937.12C162.932 937.12 162.116 937.536 161.508 937.952L160.996 937.04C161.716 936.576 162.804 936.032 164.052 936.032C165.956 936.032 166.756 937.296 166.756 939.232V944H165.668L165.556 943.072H165.508C164.772 943.68 163.908 944.192 162.932 944.192ZM163.316 943.136C164.068 943.136 164.676 942.768 165.428 942.096V939.936C162.836 940.256 161.94 940.896 161.94 941.888C161.94 942.768 162.548 943.136 163.316 943.136ZM168.315 944L170.859 939.936L168.507 936.224H169.931L170.971 937.936C171.211 938.352 171.467 938.8 171.739 939.232H171.803C172.027 938.8 172.267 938.352 172.507 937.936L173.451 936.224H174.827L172.475 940.08L175.003 944H173.579L172.443 942.192C172.171 941.728 171.883 941.248 171.595 940.8H171.531C171.259 941.248 171.003 941.712 170.747 942.192L169.691 944H168.315ZM176.871 944V933.504H179.495C182.727 933.504 184.455 935.376 184.455 938.704C184.455 942.048 182.727 944 179.559 944H176.871ZM178.199 942.912H179.399C181.847 942.912 183.079 941.36 183.079 938.704C183.079 936.064 181.847 934.592 179.399 934.592H178.199V942.912ZM189.811 944.192C187.907 944.192 186.211 942.704 186.211 940.128C186.211 937.52 187.907 936.032 189.811 936.032C191.715 936.032 193.411 937.52 193.411 940.128C193.411 942.704 191.715 944.192 189.811 944.192ZM189.811 943.104C191.155 943.104 192.051 941.904 192.051 940.128C192.051 938.336 191.155 937.12 189.811 937.12C188.483 937.12 187.571 938.336 187.571 940.128C187.571 941.904 188.483 943.104 189.811 943.104ZM195.659 944V936.224H196.747L196.859 937.344H196.907C197.579 936.608 198.395 936.032 199.323 936.032C200.507 936.032 201.147 936.592 201.467 937.52C202.283 936.64 203.083 936.032 204.027 936.032C205.627 936.032 206.395 937.088 206.395 939.072V944H205.083V939.248C205.083 937.792 204.619 937.168 203.643 937.168C203.035 937.168 202.411 937.568 201.691 938.368V944H200.379V939.248C200.379 937.792 199.915 937.168 198.923 937.168C198.347 937.168 197.691 937.568 196.971 938.368V944H195.659ZM212.277 944.192C210.197 944.192 208.549 942.672 208.549 940.128C208.549 937.584 210.261 936.032 212.036 936.032C214.021 936.032 215.141 937.456 215.141 939.68C215.141 939.952 215.125 940.24 215.093 940.432H209.845C209.941 942.08 210.949 943.136 212.437 943.136C213.173 943.136 213.797 942.896 214.373 942.528L214.837 943.392C214.165 943.824 213.333 944.192 212.277 944.192ZM209.829 939.488H213.989C213.989 937.92 213.285 937.072 212.069 937.072C210.981 937.072 209.989 937.952 209.829 939.488ZM222.105 939.728H225.257L224.761 938.128C224.377 936.96 224.041 935.808 223.705 934.592H223.641C223.321 935.808 222.985 936.96 222.601 938.128L222.105 939.728ZM226.585 944L225.593 940.8H221.769L220.761 944H219.401L222.953 933.504H224.457L228.009 944H226.585ZM232.224 944.192C230.272 944.192 229.008 942.72 229.008 940.128C229.008 937.6 230.608 936.032 232.384 936.032C233.28 936.032 233.872 936.368 234.56 936.928L234.496 935.6V932.608H235.824V944H234.736L234.624 943.088H234.576C233.968 943.68 233.136 944.192 232.224 944.192ZM232.512 943.088C233.232 943.088 233.856 942.736 234.496 942.016V937.952C233.84 937.36 233.248 937.136 232.608 937.136C231.36 937.136 230.368 938.336 230.368 940.112C230.368 941.968 231.152 943.088 232.512 943.088ZM240.323 944L237.523 936.224H238.883L240.355 940.64C240.579 941.408 240.835 942.192 241.075 942.928H241.139C241.363 942.192 241.619 941.408 241.843 940.64L243.315 936.224H244.611L241.859 944H240.323ZM246.312 944V936.224H247.624V944H246.312ZM246.984 934.624C246.472 934.624 246.072 934.272 246.072 933.776C246.072 933.264 246.472 932.928 246.984 932.928C247.496 932.928 247.896 933.264 247.896 933.776C247.896 934.272 247.496 934.624 246.984 934.624ZM252.481 944.192C251.377 944.192 250.321 943.728 249.585 943.12L250.241 942.24C250.913 942.784 251.601 943.168 252.529 943.168C253.553 943.168 254.065 942.624 254.065 941.952C254.065 941.152 253.137 940.8 252.289 940.48C251.185 940.08 249.969 939.552 249.969 938.24C249.969 936.992 250.961 936.032 252.641 936.032C253.617 936.032 254.465 936.432 255.057 936.912L254.433 937.744C253.905 937.344 253.345 937.056 252.657 937.056C251.681 937.056 251.233 937.584 251.233 938.176C251.233 938.912 252.081 939.184 252.961 939.52C254.081 939.936 255.329 940.4 255.329 941.872C255.329 943.136 254.321 944.192 252.481 944.192ZM260.377 944.192C258.473 944.192 256.777 942.704 256.777 940.128C256.777 937.52 258.473 936.032 260.377 936.032C262.281 936.032 263.977 937.52 263.977 940.128C263.977 942.704 262.281 944.192 260.377 944.192ZM260.377 943.104C261.721 943.104 262.617 941.904 262.617 940.128C262.617 938.336 261.721 937.12 260.377 937.12C259.049 937.12 258.137 938.336 258.137 940.128C258.137 941.904 259.049 943.104 260.377 943.104ZM266.225 944V936.224H267.313L267.425 937.632H267.473C268.001 936.656 268.801 936.032 269.681 936.032C270.017 936.032 270.257 936.08 270.513 936.192L270.257 937.344C270.001 937.264 269.825 937.216 269.505 937.216C268.849 937.216 268.065 937.696 267.537 939.008V944H266.225ZM275.503 944V933.504H278.127C281.359 933.504 283.087 935.376 283.087 938.704C283.087 942.048 281.359 944 278.191 944H275.503ZM276.831 942.912H278.031C280.479 942.912 281.711 941.36 281.711 938.704C281.711 936.064 280.479 934.592 278.031 934.592H276.831V942.912ZM285.418 944V936.224H286.73V944H285.418ZM286.09 934.624C285.578 934.624 285.178 934.272 285.178 933.776C285.178 933.264 285.578 932.928 286.09 932.928C286.602 932.928 287.002 933.264 287.002 933.776C287.002 934.272 286.602 934.624 286.09 934.624ZM289.556 944V936.224H290.644L290.756 937.632H290.804C291.332 936.656 292.132 936.032 293.012 936.032C293.348 936.032 293.588 936.08 293.844 936.192L293.588 937.344C293.332 937.264 293.156 937.216 292.836 937.216C292.18 937.216 291.396 937.696 290.868 939.008V944H289.556ZM298.298 944.192C296.218 944.192 294.57 942.672 294.57 940.128C294.57 937.584 296.282 936.032 298.058 936.032C300.042 936.032 301.162 937.456 301.162 939.68C301.162 939.952 301.146 940.24 301.114 940.432H295.866C295.962 942.08 296.97 943.136 298.458 943.136C299.194 943.136 299.818 942.896 300.394 942.528L300.858 943.392C300.186 943.824 299.354 944.192 298.298 944.192ZM295.85 939.488H300.01C300.01 937.92 299.306 937.072 298.09 937.072C297.002 937.072 296.01 937.952 295.85 939.488ZM306.356 944.192C304.292 944.192 302.708 942.704 302.708 940.128C302.708 937.52 304.452 936.032 306.452 936.032C307.476 936.032 308.18 936.448 308.724 936.944L308.052 937.808C307.604 937.408 307.124 937.12 306.5 937.12C305.092 937.12 304.068 938.336 304.068 940.128C304.068 941.904 305.044 943.104 306.468 943.104C307.188 943.104 307.812 942.752 308.292 942.32L308.868 943.2C308.164 943.824 307.284 944.192 306.356 944.192ZM313.073 944.192C311.409 944.192 310.849 943.136 310.849 941.6V937.296H309.697V936.304L310.913 936.224L311.073 934.048H312.177V936.224H314.273V937.296H312.177V941.616C312.177 942.576 312.481 943.12 313.377 943.12C313.649 943.12 314.001 943.008 314.257 942.912L314.513 943.904C314.081 944.048 313.553 944.192 313.073 944.192ZM319.036 944.192C317.132 944.192 315.436 942.704 315.436 940.128C315.436 937.52 317.132 936.032 319.036 936.032C320.94 936.032 322.636 937.52 322.636 940.128C322.636 942.704 320.94 944.192 319.036 944.192ZM319.036 943.104C320.38 943.104 321.276 941.904 321.276 940.128C321.276 938.336 320.38 937.12 319.036 937.12C317.708 937.12 316.796 938.336 316.796 940.128C316.796 941.904 317.708 943.104 319.036 943.104ZM324.884 944V936.224H325.972L326.084 937.632H326.132C326.66 936.656 327.46 936.032 328.34 936.032C328.676 936.032 328.916 936.08 329.172 936.192L328.916 937.344C328.66 937.264 328.484 937.216 328.164 937.216C327.508 937.216 326.724 937.696 326.196 939.008V944H324.884ZM331.165 947.344C330.813 947.344 330.509 947.28 330.253 947.184L330.509 946.144C330.669 946.192 330.909 946.256 331.101 946.256C331.981 946.256 332.541 945.552 332.861 944.592L333.037 944.016L329.917 936.224H331.277L332.861 940.528C333.101 941.2 333.373 942 333.613 942.72H333.677C333.901 942.016 334.125 941.216 334.333 940.528L335.725 936.224H337.005L334.077 944.64C333.533 946.176 332.733 947.344 331.165 947.344ZM343.901 944.192C342.605 944.192 341.629 943.376 341.629 941.984C341.629 940.288 343.085 939.44 346.397 939.072C346.397 938.08 346.077 937.12 344.797 937.12C343.901 937.12 343.085 937.536 342.477 937.952L341.965 937.04C342.685 936.576 343.773 936.032 345.021 936.032C346.925 936.032 347.725 937.296 347.725 939.232V944H346.637L346.525 943.072H346.477C345.741 943.68 344.877 944.192 343.901 944.192ZM344.285 943.136C345.037 943.136 345.645 942.768 346.397 942.096V939.936C343.805 940.256 342.909 940.896 342.909 941.888C342.909 942.768 343.517 943.136 344.285 943.136ZM352.601 944.192C350.937 944.192 350.377 943.136 350.377 941.6V937.296H349.225V936.304L350.441 936.224L350.601 934.048H351.705V936.224H353.801V937.296H351.705V941.616C351.705 942.576 352.009 943.12 352.905 943.12C353.177 943.12 353.529 943.008 353.785 942.912L354.041 943.904C353.609 944.048 353.081 944.192 352.601 944.192ZM357.894 944.192C356.23 944.192 355.67 943.136 355.67 941.6V937.296H354.518V936.304L355.734 936.224L355.894 934.048H356.998V936.224H359.094V937.296H356.998V941.616C356.998 942.576 357.302 943.12 358.198 943.12C358.47 943.12 358.822 943.008 359.078 942.912L359.334 943.904C358.902 944.048 358.374 944.192 357.894 944.192ZM361.053 944V936.224H362.141L362.253 937.632H362.301C362.829 936.656 363.629 936.032 364.509 936.032C364.845 936.032 365.085 936.08 365.341 936.192L365.085 937.344C364.829 937.264 364.653 937.216 364.333 937.216C363.677 937.216 362.893 937.696 362.365 939.008V944H361.053ZM368.201 944.192C366.905 944.192 365.929 943.376 365.929 941.984C365.929 940.288 367.385 939.44 370.697 939.072C370.697 938.08 370.377 937.12 369.097 937.12C368.201 937.12 367.385 937.536 366.777 937.952L366.265 937.04C366.985 936.576 368.073 936.032 369.321 936.032C371.225 936.032 372.025 937.296 372.025 939.232V944H370.937L370.825 943.072H370.777C370.041 943.68 369.177 944.192 368.201 944.192ZM368.585 943.136C369.337 943.136 369.945 942.768 370.697 942.096V939.936C368.105 940.256 367.209 940.896 367.209 941.888C367.209 942.768 367.817 943.136 368.585 943.136ZM377.743 944.192C375.679 944.192 374.095 942.704 374.095 940.128C374.095 937.52 375.839 936.032 377.839 936.032C378.863 936.032 379.567 936.448 380.111 936.944L379.439 937.808C378.991 937.408 378.511 937.12 377.887 937.12C376.479 937.12 375.455 938.336 375.455 940.128C375.455 941.904 376.431 943.104 377.855 943.104C378.575 943.104 379.199 942.752 379.679 942.32L380.255 943.2C379.551 943.824 378.671 944.192 377.743 944.192ZM384.46 944.192C382.796 944.192 382.236 943.136 382.236 941.6V937.296H381.084V936.304L382.3 936.224L382.46 934.048H383.564V936.224H385.66V937.296H383.564V941.616C383.564 942.576 383.868 943.12 384.764 943.12C385.036 943.12 385.388 943.008 385.644 942.912L385.9 943.904C385.468 944.048 384.94 944.192 384.46 944.192ZM389.494 944.192C388.39 944.192 387.334 943.728 386.598 943.12L387.254 942.24C387.926 942.784 388.614 943.168 389.542 943.168C390.566 943.168 391.078 942.624 391.078 941.952C391.078 941.152 390.15 940.8 389.302 940.48C388.198 940.08 386.982 939.552 386.982 938.24C386.982 936.992 387.974 936.032 389.654 936.032C390.63 936.032 391.478 936.432 392.07 936.912L391.446 937.744C390.918 937.344 390.358 937.056 389.67 937.056C388.694 937.056 388.246 937.584 388.246 938.176C388.246 938.912 389.094 939.184 389.974 939.52C391.094 939.936 392.342 940.4 392.342 941.872C392.342 943.136 391.334 944.192 389.494 944.192ZM397.768 944V936.224H398.856L398.968 937.344H399.016C399.688 936.608 400.504 936.032 401.432 936.032C402.616 936.032 403.256 936.592 403.576 937.52C404.392 936.64 405.192 936.032 406.136 936.032C407.736 936.032 408.504 937.088 408.504 939.072V944H407.192V939.248C407.192 937.792 406.728 937.168 405.752 937.168C405.144 937.168 404.52 937.568 403.8 938.368V944H402.488V939.248C402.488 937.792 402.024 937.168 401.032 937.168C400.456 937.168 399.8 937.568 399.08 938.368V944H397.768ZM413.026 944.192C411.73 944.192 410.754 943.376 410.754 941.984C410.754 940.288 412.21 939.44 415.522 939.072C415.522 938.08 415.202 937.12 413.922 937.12C413.026 937.12 412.21 937.536 411.602 937.952L411.09 937.04C411.81 936.576 412.898 936.032 414.146 936.032C416.05 936.032 416.85 937.296 416.85 939.232V944H415.762L415.65 943.072H415.602C414.866 943.68 414.002 944.192 413.026 944.192ZM413.41 943.136C414.162 943.136 414.77 942.768 415.522 942.096V939.936C412.93 940.256 412.034 940.896 412.034 941.888C412.034 942.768 412.642 943.136 413.41 943.136ZM419.496 944V936.224H420.584L420.696 937.344H420.744C421.48 936.608 422.28 936.032 423.352 936.032C424.984 936.032 425.72 937.088 425.72 939.072V944H424.408V939.248C424.408 937.792 423.96 937.168 422.936 937.168C422.136 937.168 421.592 937.584 420.808 938.368V944H419.496ZM428.574 947.344C428.222 947.344 427.918 947.28 427.662 947.184L427.918 946.144C428.078 946.192 428.318 946.256 428.51 946.256C429.39 946.256 429.95 945.552 430.27 944.592L430.446 944.016L427.326 936.224H428.686L430.27 940.528C430.51 941.2 430.782 942 431.022 942.72H431.086C431.31 942.016 431.534 941.216 431.742 940.528L433.134 936.224H434.414L431.486 944.64C430.942 946.176 430.142 947.344 428.574 947.344ZM439.518 947.28V936.224H440.606L440.718 937.12H440.766C441.47 936.528 442.334 936.032 443.246 936.032C445.246 936.032 446.318 937.584 446.318 940C446.318 942.64 444.734 944.192 442.958 944.192C442.238 944.192 441.518 943.856 440.798 943.296L440.83 944.656V947.28H439.518ZM442.734 943.088C444.014 943.088 444.958 941.92 444.958 940C444.958 938.288 444.382 937.136 442.91 937.136C442.254 937.136 441.598 937.504 440.83 938.192V942.272C441.534 942.864 442.222 943.088 442.734 943.088ZM451.617 944.192C449.713 944.192 448.017 942.704 448.017 940.128C448.017 937.52 449.713 936.032 451.617 936.032C453.521 936.032 455.217 937.52 455.217 940.128C455.217 942.704 453.521 944.192 451.617 944.192ZM451.617 943.104C452.961 943.104 453.857 941.904 453.857 940.128C453.857 938.336 452.961 937.12 451.617 937.12C450.289 937.12 449.377 938.336 449.377 940.128C449.377 941.904 450.289 943.104 451.617 943.104ZM459.648 944.192C457.984 944.192 457.424 943.136 457.424 941.6V937.296H456.272V936.304L457.488 936.224L457.648 934.048H458.752V936.224H460.848V937.296H458.752V941.616C458.752 942.576 459.056 943.12 459.952 943.12C460.224 943.12 460.576 943.008 460.832 942.912L461.088 943.904C460.656 944.048 460.128 944.192 459.648 944.192ZM465.739 944.192C463.659 944.192 462.011 942.672 462.011 940.128C462.011 937.584 463.723 936.032 465.499 936.032C467.483 936.032 468.603 937.456 468.603 939.68C468.603 939.952 468.587 940.24 468.555 940.432H463.307C463.403 942.08 464.411 943.136 465.899 943.136C466.635 943.136 467.259 942.896 467.835 942.528L468.299 943.392C467.627 943.824 466.795 944.192 465.739 944.192ZM463.291 939.488H467.451C467.451 937.92 466.747 937.072 465.531 937.072C464.443 937.072 463.451 937.952 463.291 939.488ZM470.725 944V936.224H471.813L471.925 937.344H471.973C472.709 936.608 473.509 936.032 474.581 936.032C476.213 936.032 476.949 937.088 476.949 939.072V944H475.637V939.248C475.637 937.792 475.189 937.168 474.165 937.168C473.365 937.168 472.821 937.584 472.037 938.368V944H470.725ZM482.122 944.192C480.458 944.192 479.898 943.136 479.898 941.6V937.296H478.746V936.304L479.962 936.224L480.122 934.048H481.226V936.224H483.322V937.296H481.226V941.616C481.226 942.576 481.53 943.12 482.426 943.12C482.698 943.12 483.05 943.008 483.306 942.912L483.562 943.904C483.13 944.048 482.602 944.192 482.122 944.192ZM485.281 944V936.224H486.593V944H485.281ZM485.953 934.624C485.441 934.624 485.041 934.272 485.041 933.776C485.041 933.264 485.441 932.928 485.953 932.928C486.465 932.928 486.865 933.264 486.865 933.776C486.865 934.272 486.465 934.624 485.953 934.624ZM491.21 944.192C489.914 944.192 488.938 943.376 488.938 941.984C488.938 940.288 490.394 939.44 493.706 939.072C493.706 938.08 493.386 937.12 492.106 937.12C491.21 937.12 490.394 937.536 489.786 937.952L489.274 937.04C489.994 936.576 491.082 936.032 492.33 936.032C494.234 936.032 495.034 937.296 495.034 939.232V944H493.946L493.834 943.072H493.786C493.05 943.68 492.186 944.192 491.21 944.192ZM491.594 943.136C492.346 943.136 492.954 942.768 493.706 942.096V939.936C491.114 940.256 490.218 940.896 490.218 941.888C490.218 942.768 490.826 943.136 491.594 943.136ZM499.073 944.192C498.081 944.192 497.681 943.568 497.681 942.432V932.608H498.993V942.528C498.993 942.944 499.169 943.104 499.361 943.104C499.441 943.104 499.505 943.104 499.649 943.072L499.825 944.064C499.649 944.144 499.425 944.192 499.073 944.192ZM508.434 944.192C506.37 944.192 504.786 942.704 504.786 940.128C504.786 937.52 506.53 936.032 508.53 936.032C509.554 936.032 510.258 936.448 510.802 936.944L510.13 937.808C509.682 937.408 509.202 937.12 508.578 937.12C507.17 937.12 506.146 938.336 506.146 940.128C506.146 941.904 507.122 943.104 508.546 943.104C509.266 943.104 509.89 942.752 510.37 942.32L510.946 943.2C510.242 943.824 509.362 944.192 508.434 944.192ZM514.251 944.192C513.259 944.192 512.859 943.568 512.859 942.432V932.608H514.171V942.528C514.171 942.944 514.347 943.104 514.539 943.104C514.619 943.104 514.683 943.104 514.827 943.072L515.003 944.064C514.827 944.144 514.603 944.192 514.251 944.192ZM517.137 944V936.224H518.449V944H517.137ZM517.809 934.624C517.297 934.624 516.897 934.272 516.897 933.776C516.897 933.264 517.297 932.928 517.809 932.928C518.321 932.928 518.721 933.264 518.721 933.776C518.721 934.272 518.321 934.624 517.809 934.624ZM524.426 944.192C522.346 944.192 520.698 942.672 520.698 940.128C520.698 937.584 522.41 936.032 524.186 936.032C526.17 936.032 527.29 937.456 527.29 939.68C527.29 939.952 527.274 940.24 527.242 940.432H521.994C522.09 942.08 523.098 943.136 524.586 943.136C525.322 943.136 525.946 942.896 526.522 942.528L526.986 943.392C526.314 943.824 525.482 944.192 524.426 944.192ZM521.978 939.488H526.138C526.138 937.92 525.434 937.072 524.218 937.072C523.13 937.072 522.138 937.952 521.978 939.488ZM529.412 944V936.224H530.5L530.612 937.344H530.66C531.396 936.608 532.196 936.032 533.268 936.032C534.9 936.032 535.636 937.088 535.636 939.072V944H534.324V939.248C534.324 937.792 533.876 937.168 532.852 937.168C532.052 937.168 531.508 937.584 530.724 938.368V944H529.412ZM540.81 944.192C539.146 944.192 538.586 943.136 538.586 941.6V937.296H537.434V936.304L538.65 936.224L538.81 934.048H539.914V936.224H542.01V937.296H539.914V941.616C539.914 942.576 540.218 943.12 541.114 943.12C541.386 943.12 541.738 943.008 541.994 942.912L542.25 943.904C541.818 944.048 541.29 944.192 540.81 944.192ZM545.844 944.192C544.74 944.192 543.684 943.728 542.948 943.12L543.604 942.24C544.276 942.784 544.964 943.168 545.892 943.168C546.916 943.168 547.428 942.624 547.428 941.952C547.428 941.152 546.5 940.8 545.652 940.48C544.548 940.08 543.332 939.552 543.332 938.24C543.332 936.992 544.324 936.032 546.004 936.032C546.98 936.032 547.828 936.432 548.42 936.912L547.796 937.744C547.268 937.344 546.708 937.056 546.02 937.056C545.044 937.056 544.596 937.584 544.596 938.176C544.596 938.912 545.444 939.184 546.324 939.52C547.444 939.936 548.692 940.4 548.692 941.872C548.692 943.136 547.684 944.192 545.844 944.192ZM556.566 944.192C554.902 944.192 554.342 943.136 554.342 941.6V937.296H553.19V936.304L554.406 936.224L554.566 934.048H555.67V936.224H557.766V937.296H555.67V941.616C555.67 942.576 555.974 943.12 556.87 943.12C557.142 943.12 557.494 943.008 557.75 942.912L558.006 943.904C557.574 944.048 557.046 944.192 556.566 944.192ZM559.725 944V932.608H561.037V935.712L560.989 937.312C561.725 936.608 562.509 936.032 563.581 936.032C565.213 936.032 565.949 937.088 565.949 939.072V944H564.637V939.248C564.637 937.792 564.189 937.168 563.165 937.168C562.365 937.168 561.821 937.584 561.037 938.368V944H559.725ZM568.628 944V936.224H569.716L569.828 937.632H569.876C570.404 936.656 571.204 936.032 572.084 936.032C572.42 936.032 572.66 936.08 572.916 936.192L572.66 937.344C572.404 937.264 572.228 937.216 571.908 937.216C571.252 937.216 570.468 937.696 569.94 939.008V944H568.628ZM577.242 944.192C575.338 944.192 573.642 942.704 573.642 940.128C573.642 937.52 575.338 936.032 577.242 936.032C579.146 936.032 580.842 937.52 580.842 940.128C580.842 942.704 579.146 944.192 577.242 944.192ZM577.242 943.104C578.586 943.104 579.482 941.904 579.482 940.128C579.482 938.336 578.586 937.12 577.242 937.12C575.914 937.12 575.002 938.336 575.002 940.128C575.002 941.904 575.914 943.104 577.242 943.104ZM585.362 944.192C583.714 944.192 582.978 943.136 582.978 941.152V936.224H584.306V940.976C584.306 942.432 584.738 943.056 585.762 943.056C586.562 943.056 587.122 942.656 587.858 941.744V936.224H589.17V944H588.082L587.97 942.784H587.922C587.202 943.632 586.434 944.192 585.362 944.192ZM594.617 947.584C592.713 947.584 591.401 946.832 591.401 945.488C591.401 944.832 591.833 944.208 592.537 943.728V943.664C592.153 943.424 591.849 943.008 591.849 942.4C591.849 941.744 592.297 941.232 592.697 940.96V940.896C592.185 940.48 591.689 939.728 591.689 938.8C591.689 937.104 593.033 936.032 594.617 936.032C595.049 936.032 595.433 936.112 595.721 936.224H598.425V937.232H596.825C597.193 937.584 597.465 938.176 597.465 938.832C597.465 940.496 596.201 941.536 594.617 941.536C594.233 941.536 593.801 941.44 593.449 941.264C593.177 941.504 592.953 941.76 592.953 942.192C592.953 942.688 593.273 943.04 594.329 943.04H595.833C597.641 943.04 598.553 943.6 598.553 944.896C598.553 946.336 597.033 947.584 594.617 947.584ZM594.617 940.656C595.513 940.656 596.265 939.936 596.265 938.8C596.265 937.664 595.529 936.992 594.617 936.992C593.705 936.992 592.969 937.664 592.969 938.8C592.969 939.936 593.721 940.656 594.617 940.656ZM594.809 946.672C596.297 946.672 597.273 945.904 597.273 945.088C597.273 944.368 596.713 944.128 595.705 944.128H594.361C594.057 944.128 593.689 944.096 593.353 944C592.793 944.4 592.553 944.864 592.553 945.312C592.553 946.144 593.401 946.672 594.809 946.672ZM600.256 944V932.608H601.568V935.712L601.52 937.312C602.256 936.608 603.04 936.032 604.112 936.032C605.744 936.032 606.48 937.088 606.48 939.072V944H605.168V939.248C605.168 937.792 604.72 937.168 603.696 937.168C602.896 937.168 602.352 937.584 601.568 938.368V944H600.256ZM614.594 944.192C613.49 944.192 612.434 943.728 611.698 943.12L612.354 942.24C613.026 942.784 613.714 943.168 614.642 943.168C615.666 943.168 616.178 942.624 616.178 941.952C616.178 941.152 615.25 940.8 614.402 940.48C613.298 940.08 612.082 939.552 612.082 938.24C612.082 936.992 613.074 936.032 614.754 936.032C615.73 936.032 616.578 936.432 617.17 936.912L616.546 937.744C616.018 937.344 615.458 937.056 614.77 937.056C613.794 937.056 613.346 937.584 613.346 938.176C613.346 938.912 614.194 939.184 615.074 939.52C616.194 939.936 617.442 940.4 617.442 941.872C617.442 943.136 616.434 944.192 614.594 944.192ZM622.617 944.192C620.537 944.192 618.889 942.672 618.889 940.128C618.889 937.584 620.601 936.032 622.377 936.032C624.361 936.032 625.481 937.456 625.481 939.68C625.481 939.952 625.465 940.24 625.433 940.432H620.185C620.281 942.08 621.289 943.136 622.777 943.136C623.513 943.136 624.137 942.896 624.713 942.528L625.177 943.392C624.505 943.824 623.673 944.192 622.617 944.192ZM620.169 939.488H624.329C624.329 937.92 623.625 937.072 622.409 937.072C621.321 937.072 620.329 937.952 620.169 939.488ZM629.176 944.192C627.88 944.192 626.904 943.376 626.904 941.984C626.904 940.288 628.36 939.44 631.672 939.072C631.672 938.08 631.352 937.12 630.072 937.12C629.176 937.12 628.36 937.536 627.752 937.952L627.24 937.04C627.96 936.576 629.048 936.032 630.296 936.032C632.2 936.032 633 937.296 633 939.232V944H631.912L631.8 943.072H631.752C631.016 943.68 630.152 944.192 629.176 944.192ZM629.56 943.136C630.312 943.136 630.92 942.768 631.672 942.096V939.936C629.08 940.256 628.184 940.896 628.184 941.888C628.184 942.768 628.792 943.136 629.56 943.136ZM635.646 944V936.224H636.734L636.846 937.632H636.894C637.422 936.656 638.222 936.032 639.102 936.032C639.438 936.032 639.678 936.08 639.934 936.192L639.678 937.344C639.422 937.264 639.246 937.216 638.926 937.216C638.27 937.216 637.486 937.696 636.958 939.008V944H635.646ZM644.309 944.192C642.245 944.192 640.661 942.704 640.661 940.128C640.661 937.52 642.405 936.032 644.405 936.032C645.429 936.032 646.133 936.448 646.677 936.944L646.005 937.808C645.557 937.408 645.077 937.12 644.453 937.12C643.045 937.12 642.021 938.336 642.021 940.128C642.021 941.904 642.997 943.104 644.421 943.104C645.141 943.104 645.765 942.752 646.245 942.32L646.821 943.2C646.117 943.824 645.237 944.192 644.309 944.192ZM648.734 944V932.608H650.046V935.712L649.998 937.312C650.734 936.608 651.518 936.032 652.59 936.032C654.222 936.032 654.958 937.088 654.958 939.072V944H653.646V939.248C653.646 937.792 653.198 937.168 652.174 937.168C651.374 937.168 650.83 937.584 650.046 938.368V944H648.734ZM664.192 944.192C662.112 944.192 660.464 942.672 660.464 940.128C660.464 937.584 662.176 936.032 663.952 936.032C665.936 936.032 667.056 937.456 667.056 939.68C667.056 939.952 667.04 940.24 667.008 940.432H661.76C661.856 942.08 662.864 943.136 664.352 943.136C665.088 943.136 665.712 942.896 666.288 942.528L666.752 943.392C666.08 943.824 665.248 944.192 664.192 944.192ZM661.744 939.488H665.904C665.904 937.92 665.2 937.072 663.984 937.072C662.896 937.072 661.904 937.952 661.744 939.488ZM669.178 944V936.224H670.266L670.378 937.344H670.426C671.162 936.608 671.962 936.032 673.034 936.032C674.666 936.032 675.402 937.088 675.402 939.072V944H674.09V939.248C674.09 937.792 673.642 937.168 672.618 937.168C671.818 937.168 671.274 937.584 670.49 938.368V944H669.178ZM680.752 947.584C678.848 947.584 677.536 946.832 677.536 945.488C677.536 944.832 677.968 944.208 678.672 943.728V943.664C678.288 943.424 677.984 943.008 677.984 942.4C677.984 941.744 678.432 941.232 678.832 940.96V940.896C678.32 940.48 677.824 939.728 677.824 938.8C677.824 937.104 679.168 936.032 680.752 936.032C681.184 936.032 681.568 936.112 681.856 936.224H684.56V937.232H682.96C683.328 937.584 683.6 938.176 683.6 938.832C683.6 940.496 682.336 941.536 680.752 941.536C680.368 941.536 679.936 941.44 679.584 941.264C679.312 941.504 679.088 941.76 679.088 942.192C679.088 942.688 679.408 943.04 680.464 943.04H681.968C683.776 943.04 684.688 943.6 684.688 944.896C684.688 946.336 683.168 947.584 680.752 947.584ZM680.752 940.656C681.648 940.656 682.4 939.936 682.4 938.8C682.4 937.664 681.664 936.992 680.752 936.992C679.84 936.992 679.104 937.664 679.104 938.8C679.104 939.936 679.856 940.656 680.752 940.656ZM680.944 946.672C682.432 946.672 683.408 945.904 683.408 945.088C683.408 944.368 682.848 944.128 681.84 944.128H680.496C680.192 944.128 679.824 944.096 679.488 944C678.928 944.4 678.688 944.864 678.688 945.312C678.688 946.144 679.536 946.672 680.944 946.672ZM686.39 944V936.224H687.702V944H686.39ZM687.062 934.624C686.55 934.624 686.15 934.272 686.15 933.776C686.15 933.264 686.55 932.928 687.062 932.928C687.574 932.928 687.974 933.264 687.974 933.776C687.974 934.272 687.574 934.624 687.062 934.624ZM690.528 944V936.224H691.616L691.728 937.344H691.776C692.512 936.608 693.312 936.032 694.384 936.032C696.016 936.032 696.752 937.088 696.752 939.072V944H695.44V939.248C695.44 937.792 694.992 937.168 693.968 937.168C693.168 937.168 692.624 937.584 691.84 938.368V944H690.528ZM702.63 944.192C700.55 944.192 698.902 942.672 698.902 940.128C698.902 937.584 700.614 936.032 702.39 936.032C704.374 936.032 705.494 937.456 705.494 939.68C705.494 939.952 705.478 940.24 705.446 940.432H700.198C700.294 942.08 701.302 943.136 702.79 943.136C703.526 943.136 704.15 942.896 704.726 942.528L705.19 943.392C704.518 943.824 703.686 944.192 702.63 944.192ZM700.182 939.488H704.342C704.342 937.92 703.638 937.072 702.422 937.072C701.334 937.072 700.342 937.952 700.182 939.488ZM709.647 944.192C708.543 944.192 707.487 943.728 706.751 943.12L707.407 942.24C708.079 942.784 708.767 943.168 709.695 943.168C710.719 943.168 711.231 942.624 711.231 941.952C711.231 941.152 710.303 940.8 709.455 940.48C708.351 940.08 707.135 939.552 707.135 938.24C707.135 936.992 708.127 936.032 709.807 936.032C710.783 936.032 711.631 936.432 712.223 936.912L711.599 937.744C711.071 937.344 710.511 937.056 709.823 937.056C708.847 937.056 708.399 937.584 708.399 938.176C708.399 938.912 709.247 939.184 710.127 939.52C711.247 939.936 712.495 940.4 712.495 941.872C712.495 943.136 711.487 944.192 709.647 944.192ZM126.424 968.816C125.096 966.672 124.312 964.368 124.312 961.552C124.312 958.736 125.096 956.432 126.424 954.288L127.24 954.672C126.008 956.704 125.4 959.12 125.4 961.552C125.4 963.984 126.008 966.4 127.24 968.432L126.424 968.816ZM133.612 966.192C130.844 966.192 128.876 964.176 128.876 960.752C128.876 957.376 130.908 955.312 133.692 955.312C135.148 955.312 136.108 955.968 136.716 956.608L135.98 957.472C135.452 956.928 134.78 956.48 133.724 956.48C131.612 956.48 130.252 958.112 130.252 960.72C130.252 963.36 131.5 965.024 133.74 965.024C134.492 965.024 135.212 964.784 135.628 964.4V961.664H133.404V960.56H136.844V964.976C136.172 965.68 135.02 966.192 133.612 966.192ZM142.455 966.192C140.551 966.192 138.855 964.704 138.855 962.128C138.855 959.52 140.551 958.032 142.455 958.032C144.359 958.032 146.055 959.52 146.055 962.128C146.055 964.704 144.359 966.192 142.455 966.192ZM142.455 965.104C143.799 965.104 144.695 963.904 144.695 962.128C144.695 960.336 143.799 959.12 142.455 959.12C141.127 959.12 140.215 960.336 140.215 962.128C140.215 963.904 141.127 965.104 142.455 965.104ZM151.327 966.192C149.423 966.192 147.727 964.704 147.727 962.128C147.727 959.52 149.423 958.032 151.327 958.032C153.231 958.032 154.927 959.52 154.927 962.128C154.927 964.704 153.231 966.192 151.327 966.192ZM151.327 965.104C152.671 965.104 153.567 963.904 153.567 962.128C153.567 960.336 152.671 959.12 151.327 959.12C149.999 959.12 149.087 960.336 149.087 962.128C149.087 963.904 149.999 965.104 151.327 965.104ZM159.798 969.584C157.894 969.584 156.582 968.832 156.582 967.488C156.582 966.832 157.014 966.208 157.718 965.728V965.664C157.334 965.424 157.03 965.008 157.03 964.4C157.03 963.744 157.478 963.232 157.878 962.96V962.896C157.366 962.48 156.87 961.728 156.87 960.8C156.87 959.104 158.214 958.032 159.798 958.032C160.23 958.032 160.614 958.112 160.902 958.224H163.606V959.232H162.006C162.374 959.584 162.646 960.176 162.646 960.832C162.646 962.496 161.382 963.536 159.798 963.536C159.414 963.536 158.982 963.44 158.63 963.264C158.358 963.504 158.134 963.76 158.134 964.192C158.134 964.688 158.454 965.04 159.51 965.04H161.014C162.822 965.04 163.734 965.6 163.734 966.896C163.734 968.336 162.214 969.584 159.798 969.584ZM159.798 962.656C160.694 962.656 161.446 961.936 161.446 960.8C161.446 959.664 160.71 958.992 159.798 958.992C158.886 958.992 158.15 959.664 158.15 960.8C158.15 961.936 158.902 962.656 159.798 962.656ZM159.99 968.672C161.478 968.672 162.454 967.904 162.454 967.088C162.454 966.368 161.894 966.128 160.886 966.128H159.542C159.238 966.128 158.87 966.096 158.534 966C157.974 966.4 157.734 966.864 157.734 967.312C157.734 968.144 158.582 968.672 159.99 968.672ZM166.829 966.192C165.837 966.192 165.437 965.568 165.437 964.432V954.608H166.749V964.528C166.749 964.944 166.925 965.104 167.117 965.104C167.197 965.104 167.261 965.104 167.405 965.072L167.581 966.064C167.405 966.144 167.181 966.192 166.829 966.192ZM172.867 966.192C170.787 966.192 169.139 964.672 169.139 962.128C169.139 959.584 170.851 958.032 172.627 958.032C174.611 958.032 175.731 959.456 175.731 961.68C175.731 961.952 175.715 962.24 175.683 962.432H170.435C170.531 964.08 171.539 965.136 173.027 965.136C173.763 965.136 174.387 964.896 174.963 964.528L175.427 965.392C174.755 965.824 173.923 966.192 172.867 966.192ZM170.419 961.488H174.579C174.579 959.92 173.875 959.072 172.659 959.072C171.571 959.072 170.579 959.952 170.419 961.488ZM177.613 968.72L177.293 967.952C178.189 967.552 178.733 966.864 178.733 966C178.685 966.016 178.621 966.016 178.573 966.016C178.061 966.016 177.629 965.696 177.629 965.104C177.629 964.528 178.077 964.176 178.605 964.176C179.293 964.176 179.709 964.768 179.709 965.728C179.709 967.104 178.909 968.176 177.613 968.72ZM185.568 966V955.504H188.688C190.816 955.504 192.288 956.224 192.288 958.064C192.288 959.104 191.744 960.032 190.752 960.352V960.416C192.016 960.656 192.896 961.488 192.896 962.928C192.896 964.992 191.264 966 188.912 966H185.568ZM186.896 959.968H188.448C190.24 959.968 190.976 959.312 190.976 958.24C190.976 957.024 190.144 956.56 188.512 956.56H186.896V959.968ZM186.896 964.944H188.72C190.528 964.944 191.584 964.288 191.584 962.88C191.584 961.584 190.56 960.992 188.72 960.992H186.896V964.944ZM195.046 966V958.224H196.358V966H195.046ZM195.718 956.624C195.206 956.624 194.806 956.272 194.806 955.776C194.806 955.264 195.206 954.928 195.718 954.928C196.23 954.928 196.63 955.264 196.63 955.776C196.63 956.272 196.23 956.624 195.718 956.624ZM199.184 966V958.224H200.272L200.384 959.344H200.432C201.168 958.608 201.968 958.032 203.04 958.032C204.672 958.032 205.408 959.088 205.408 961.072V966H204.096V961.248C204.096 959.792 203.648 959.168 202.624 959.168C201.824 959.168 201.28 959.584 200.496 960.368V966H199.184ZM210.758 969.584C208.854 969.584 207.542 968.832 207.542 967.488C207.542 966.832 207.974 966.208 208.678 965.728V965.664C208.294 965.424 207.99 965.008 207.99 964.4C207.99 963.744 208.438 963.232 208.838 962.96V962.896C208.326 962.48 207.83 961.728 207.83 960.8C207.83 959.104 209.174 958.032 210.758 958.032C211.19 958.032 211.574 958.112 211.862 958.224H214.566V959.232H212.966C213.334 959.584 213.606 960.176 213.606 960.832C213.606 962.496 212.342 963.536 210.758 963.536C210.374 963.536 209.942 963.44 209.59 963.264C209.318 963.504 209.094 963.76 209.094 964.192C209.094 964.688 209.414 965.04 210.47 965.04H211.974C213.782 965.04 214.694 965.6 214.694 966.896C214.694 968.336 213.174 969.584 210.758 969.584ZM210.758 962.656C211.654 962.656 212.406 961.936 212.406 960.8C212.406 959.664 211.67 958.992 210.758 958.992C209.846 958.992 209.11 959.664 209.11 960.8C209.11 961.936 209.862 962.656 210.758 962.656ZM210.95 968.672C212.438 968.672 213.414 967.904 213.414 967.088C213.414 966.368 212.854 966.128 211.846 966.128H210.502C210.198 966.128 209.83 966.096 209.494 966C208.934 966.4 208.694 966.864 208.694 967.312C208.694 968.144 209.542 968.672 210.95 968.672ZM216.727 968.816L215.911 968.432C217.143 966.4 217.751 963.984 217.751 961.552C217.751 959.12 217.143 956.704 215.911 954.672L216.727 954.288C218.055 956.432 218.839 958.736 218.839 961.552C218.839 964.368 218.055 966.672 216.727 968.816ZM226.854 966.192C225.558 966.192 224.582 965.376 224.582 963.984C224.582 962.288 226.038 961.44 229.35 961.072C229.35 960.08 229.03 959.12 227.75 959.12C226.854 959.12 226.038 959.536 225.43 959.952L224.918 959.04C225.638 958.576 226.726 958.032 227.974 958.032C229.878 958.032 230.678 959.296 230.678 961.232V966H229.59L229.478 965.072H229.43C228.694 965.68 227.83 966.192 226.854 966.192ZM227.238 965.136C227.99 965.136 228.598 964.768 229.35 964.096V961.936C226.758 962.256 225.862 962.896 225.862 963.888C225.862 964.768 226.47 965.136 227.238 965.136ZM233.324 966V958.224H234.412L234.524 959.344H234.572C235.308 958.608 236.108 958.032 237.18 958.032C238.812 958.032 239.548 959.088 239.548 961.072V966H238.236V961.248C238.236 959.792 237.788 959.168 236.764 959.168C235.964 959.168 235.42 959.584 234.636 960.368V966H233.324ZM244.931 966.192C242.979 966.192 241.715 964.72 241.715 962.128C241.715 959.6 243.315 958.032 245.091 958.032C245.987 958.032 246.579 958.368 247.267 958.928L247.203 957.6V954.608H248.531V966H247.443L247.331 965.088H247.283C246.675 965.68 245.843 966.192 244.931 966.192ZM245.219 965.088C245.939 965.088 246.563 964.736 247.203 964.016V959.952C246.547 959.36 245.955 959.136 245.315 959.136C244.067 959.136 243.075 960.336 243.075 962.112C243.075 963.968 243.859 965.088 245.219 965.088ZM256.545 966.192C255.249 966.192 254.273 965.376 254.273 963.984C254.273 962.288 255.729 961.44 259.041 961.072C259.041 960.08 258.721 959.12 257.441 959.12C256.545 959.12 255.729 959.536 255.121 959.952L254.609 959.04C255.329 958.576 256.417 958.032 257.665 958.032C259.569 958.032 260.369 959.296 260.369 961.232V966H259.281L259.169 965.072H259.121C258.385 965.68 257.521 966.192 256.545 966.192ZM256.929 965.136C257.681 965.136 258.289 964.768 259.041 964.096V961.936C256.449 962.256 255.553 962.896 255.553 963.888C255.553 964.768 256.161 965.136 256.929 965.136ZM265.671 966.192C263.719 966.192 262.455 964.72 262.455 962.128C262.455 959.6 264.055 958.032 265.831 958.032C266.727 958.032 267.319 958.368 268.007 958.928L267.943 957.6V954.608H269.271V966H268.183L268.071 965.088H268.023C267.415 965.68 266.583 966.192 265.671 966.192ZM265.959 965.088C266.679 965.088 267.303 964.736 267.943 964.016V959.952C267.287 959.36 266.695 959.136 266.055 959.136C264.807 959.136 263.815 960.336 263.815 962.112C263.815 963.968 264.599 965.088 265.959 965.088ZM273.77 966L270.97 958.224H272.33L273.802 962.64C274.026 963.408 274.282 964.192 274.522 964.928H274.586C274.81 964.192 275.066 963.408 275.29 962.64L276.762 958.224H278.058L275.306 966H273.77ZM282.848 966.192C280.768 966.192 279.12 964.672 279.12 962.128C279.12 959.584 280.832 958.032 282.608 958.032C284.592 958.032 285.712 959.456 285.712 961.68C285.712 961.952 285.696 962.24 285.664 962.432H280.416C280.512 964.08 281.52 965.136 283.008 965.136C283.744 965.136 284.368 964.896 284.944 964.528L285.408 965.392C284.736 965.824 283.904 966.192 282.848 966.192ZM280.4 961.488H284.56C284.56 959.92 283.856 959.072 282.64 959.072C281.552 959.072 280.56 959.952 280.4 961.488ZM287.834 966V958.224H288.922L289.034 959.632H289.082C289.61 958.656 290.41 958.032 291.29 958.032C291.626 958.032 291.866 958.08 292.122 958.192L291.866 959.344C291.61 959.264 291.434 959.216 291.114 959.216C290.458 959.216 289.674 959.696 289.146 961.008V966H287.834ZM296.029 966.192C294.365 966.192 293.805 965.136 293.805 963.6V959.296H292.653V958.304L293.869 958.224L294.029 956.048H295.133V958.224H297.229V959.296H295.133V963.616C295.133 964.576 295.437 965.12 296.333 965.12C296.605 965.12 296.957 965.008 297.213 964.912L297.469 965.904C297.037 966.048 296.509 966.192 296.029 966.192ZM299.187 966V958.224H300.499V966H299.187ZM299.859 956.624C299.347 956.624 298.947 956.272 298.947 955.776C298.947 955.264 299.347 954.928 299.859 954.928C300.371 954.928 300.771 955.264 300.771 955.776C300.771 956.272 300.371 956.624 299.859 956.624ZM305.356 966.192C304.252 966.192 303.196 965.728 302.46 965.12L303.116 964.24C303.788 964.784 304.476 965.168 305.404 965.168C306.428 965.168 306.94 964.624 306.94 963.952C306.94 963.152 306.012 962.8 305.164 962.48C304.06 962.08 302.844 961.552 302.844 960.24C302.844 958.992 303.836 958.032 305.516 958.032C306.492 958.032 307.34 958.432 307.932 958.912L307.308 959.744C306.78 959.344 306.22 959.056 305.532 959.056C304.556 959.056 304.108 959.584 304.108 960.176C304.108 960.912 304.956 961.184 305.836 961.52C306.956 961.936 308.204 962.4 308.204 963.872C308.204 965.136 307.196 966.192 305.356 966.192ZM310.228 966V958.224H311.54V966H310.228ZM310.9 956.624C310.388 956.624 309.988 956.272 309.988 955.776C309.988 955.264 310.388 954.928 310.9 954.928C311.412 954.928 311.812 955.264 311.812 955.776C311.812 956.272 311.412 956.624 310.9 956.624ZM314.365 966V958.224H315.453L315.565 959.344H315.613C316.349 958.608 317.149 958.032 318.221 958.032C319.853 958.032 320.589 959.088 320.589 961.072V966H319.277V961.248C319.277 959.792 318.829 959.168 317.805 959.168C317.005 959.168 316.461 959.584 315.677 960.368V966H314.365ZM325.939 969.584C324.035 969.584 322.723 968.832 322.723 967.488C322.723 966.832 323.155 966.208 323.859 965.728V965.664C323.475 965.424 323.171 965.008 323.171 964.4C323.171 963.744 323.619 963.232 324.019 962.96V962.896C323.507 962.48 323.011 961.728 323.011 960.8C323.011 959.104 324.355 958.032 325.939 958.032C326.371 958.032 326.755 958.112 327.043 958.224H329.747V959.232H328.147C328.515 959.584 328.787 960.176 328.787 960.832C328.787 962.496 327.523 963.536 325.939 963.536C325.555 963.536 325.123 963.44 324.771 963.264C324.499 963.504 324.275 963.76 324.275 964.192C324.275 964.688 324.595 965.04 325.651 965.04H327.155C328.963 965.04 329.875 965.6 329.875 966.896C329.875 968.336 328.355 969.584 325.939 969.584ZM325.939 962.656C326.835 962.656 327.587 961.936 327.587 960.8C327.587 959.664 326.851 958.992 325.939 958.992C325.027 958.992 324.291 959.664 324.291 960.8C324.291 961.936 325.043 962.656 325.939 962.656ZM326.131 968.672C327.619 968.672 328.595 967.904 328.595 967.088C328.595 966.368 328.035 966.128 327.027 966.128H325.683C325.379 966.128 325.011 966.096 324.675 966C324.115 966.4 323.875 966.864 323.875 967.312C323.875 968.144 324.723 968.672 326.131 968.672ZM332.266 966.192C331.738 966.192 331.306 965.776 331.306 965.2C331.306 964.592 331.738 964.176 332.266 964.176C332.778 964.176 333.21 964.592 333.21 965.2C333.21 965.776 332.778 966.192 332.266 966.192ZM339.293 966V955.504H340.621V966H339.293ZM346.016 966.192C344.352 966.192 343.792 965.136 343.792 963.6V959.296H342.64V958.304L343.856 958.224L344.016 956.048H345.12V958.224H347.216V959.296H345.12V963.616C345.12 964.576 345.424 965.12 346.32 965.12C346.592 965.12 346.944 965.008 347.2 964.912L347.456 965.904C347.024 966.048 346.496 966.192 346.016 966.192ZM352.578 966V958.224H353.666L353.778 959.344H353.826C354.498 958.608 355.314 958.032 356.242 958.032C357.426 958.032 358.066 958.592 358.386 959.52C359.202 958.64 360.002 958.032 360.946 958.032C362.546 958.032 363.314 959.088 363.314 961.072V966H362.002V961.248C362.002 959.792 361.538 959.168 360.562 959.168C359.954 959.168 359.33 959.568 358.61 960.368V966H357.298V961.248C357.298 959.792 356.834 959.168 355.842 959.168C355.266 959.168 354.61 959.568 353.89 960.368V966H352.578ZM367.835 966.192C366.539 966.192 365.563 965.376 365.563 963.984C365.563 962.288 367.019 961.44 370.331 961.072C370.331 960.08 370.011 959.12 368.731 959.12C367.835 959.12 367.019 959.536 366.411 959.952L365.899 959.04C366.619 958.576 367.707 958.032 368.955 958.032C370.859 958.032 371.659 959.296 371.659 961.232V966H370.571L370.459 965.072H370.411C369.675 965.68 368.811 966.192 367.835 966.192ZM368.219 965.136C368.971 965.136 369.579 964.768 370.331 964.096V961.936C367.739 962.256 366.843 962.896 366.843 963.888C366.843 964.768 367.451 965.136 368.219 965.136ZM374.306 966V954.608H375.602V962.32H375.65L378.962 958.224H380.418L377.81 961.344L380.77 966H379.33L377.058 962.256L375.602 963.952V966H374.306ZM385.298 966.192C383.218 966.192 381.57 964.672 381.57 962.128C381.57 959.584 383.282 958.032 385.058 958.032C387.042 958.032 388.162 959.456 388.162 961.68C388.162 961.952 388.146 962.24 388.114 962.432H382.866C382.962 964.08 383.97 965.136 385.458 965.136C386.194 965.136 386.818 964.896 387.394 964.528L387.858 965.392C387.186 965.824 386.354 966.192 385.298 966.192ZM382.85 961.488H387.01C387.01 959.92 386.306 959.072 385.09 959.072C384.002 959.072 383.01 959.952 382.85 961.488ZM392.316 966.192C391.212 966.192 390.156 965.728 389.42 965.12L390.076 964.24C390.748 964.784 391.436 965.168 392.364 965.168C393.388 965.168 393.9 964.624 393.9 963.952C393.9 963.152 392.972 962.8 392.124 962.48C391.02 962.08 389.804 961.552 389.804 960.24C389.804 958.992 390.796 958.032 392.476 958.032C393.452 958.032 394.3 958.432 394.892 958.912L394.268 959.744C393.74 959.344 393.18 959.056 392.492 959.056C391.516 959.056 391.068 959.584 391.068 960.176C391.068 960.912 391.916 961.184 392.796 961.52C393.916 961.936 395.164 962.4 395.164 963.872C395.164 965.136 394.156 966.192 392.316 966.192ZM400.59 966V958.224H401.902V966H400.59ZM401.262 956.624C400.75 956.624 400.35 956.272 400.35 955.776C400.35 955.264 400.75 954.928 401.262 954.928C401.774 954.928 402.174 955.264 402.174 955.776C402.174 956.272 401.774 956.624 401.262 956.624ZM407.176 966.192C405.512 966.192 404.952 965.136 404.952 963.6V959.296H403.8V958.304L405.016 958.224L405.176 956.048H406.28V958.224H408.376V959.296H406.28V963.616C406.28 964.576 406.584 965.12 407.48 965.12C407.752 965.12 408.104 965.008 408.36 964.912L408.616 965.904C408.184 966.048 407.656 966.192 407.176 966.192ZM413.737 966V958.224H414.825L414.937 959.344H414.985C415.657 958.608 416.473 958.032 417.401 958.032C418.585 958.032 419.225 958.592 419.545 959.52C420.361 958.64 421.161 958.032 422.105 958.032C423.705 958.032 424.473 959.088 424.473 961.072V966H423.161V961.248C423.161 959.792 422.697 959.168 421.721 959.168C421.113 959.168 420.489 959.568 419.769 960.368V966H418.457V961.248C418.457 959.792 417.993 959.168 417.001 959.168C416.425 959.168 415.769 959.568 415.049 960.368V966H413.737ZM430.227 966.192C428.323 966.192 426.627 964.704 426.627 962.128C426.627 959.52 428.323 958.032 430.227 958.032C432.131 958.032 433.827 959.52 433.827 962.128C433.827 964.704 432.131 966.192 430.227 966.192ZM430.227 965.104C431.571 965.104 432.467 963.904 432.467 962.128C432.467 960.336 431.571 959.12 430.227 959.12C428.899 959.12 427.987 960.336 427.987 962.128C427.987 963.904 428.899 965.104 430.227 965.104ZM436.075 966V958.224H437.163L437.275 959.632H437.323C437.851 958.656 438.651 958.032 439.531 958.032C439.867 958.032 440.107 958.08 440.363 958.192L440.107 959.344C439.851 959.264 439.675 959.216 439.355 959.216C438.699 959.216 437.915 959.696 437.387 961.008V966H436.075ZM444.817 966.192C442.737 966.192 441.089 964.672 441.089 962.128C441.089 959.584 442.801 958.032 444.577 958.032C446.561 958.032 447.681 959.456 447.681 961.68C447.681 961.952 447.665 962.24 447.633 962.432H442.385C442.481 964.08 443.489 965.136 444.977 965.136C445.713 965.136 446.337 964.896 446.913 964.528L447.377 965.392C446.705 965.824 445.873 966.192 444.817 966.192ZM442.369 961.488H446.529C446.529 959.92 445.825 959.072 444.609 959.072C443.521 959.072 442.529 959.952 442.369 961.488ZM454.998 966.192C453.702 966.192 452.726 965.376 452.726 963.984C452.726 962.288 454.182 961.44 457.494 961.072C457.494 960.08 457.174 959.12 455.894 959.12C454.998 959.12 454.182 959.536 453.574 959.952L453.062 959.04C453.782 958.576 454.87 958.032 456.118 958.032C458.022 958.032 458.822 959.296 458.822 961.232V966H457.734L457.622 965.072H457.574C456.838 965.68 455.974 966.192 454.998 966.192ZM455.382 965.136C456.134 965.136 456.742 964.768 457.494 964.096V961.936C454.902 962.256 454.006 962.896 454.006 963.888C454.006 964.768 454.614 965.136 455.382 965.136ZM469.82 954.672L469.532 955.68C469.244 955.552 468.94 955.488 468.652 955.488C467.916 955.488 467.564 956 467.564 956.992V958.224H469.212V959.296H467.564V966H466.252V959.296H463.004V966H461.692V959.296H460.636V958.304L461.692 958.224V957.2C461.692 955.584 462.492 954.576 464.108 954.576C464.62 954.576 465.148 954.688 465.532 954.864L465.26 955.856C464.924 955.712 464.604 955.648 464.22 955.648C463.452 955.648 463.004 956.208 463.004 957.232V958.224H466.252V956.992C466.252 955.408 466.972 954.416 468.524 954.416C469.004 954.416 469.468 954.528 469.82 954.672ZM473.77 966.192C471.866 966.192 470.17 964.704 470.17 962.128C470.17 959.52 471.866 958.032 473.77 958.032C475.674 958.032 477.37 959.52 477.37 962.128C477.37 964.704 475.674 966.192 473.77 966.192ZM473.77 965.104C475.114 965.104 476.01 963.904 476.01 962.128C476.01 960.336 475.114 959.12 473.77 959.12C472.442 959.12 471.53 960.336 471.53 962.128C471.53 963.904 472.442 965.104 473.77 965.104ZM479.618 966V958.224H480.706L480.818 959.632H480.866C481.394 958.656 482.194 958.032 483.074 958.032C483.41 958.032 483.65 958.08 483.906 958.192L483.65 959.344C483.394 959.264 483.218 959.216 482.898 959.216C482.242 959.216 481.458 959.696 480.93 961.008V966H479.618ZM487.865 966.192C485.913 966.192 484.649 964.72 484.649 962.128C484.649 959.6 486.249 958.032 488.025 958.032C488.921 958.032 489.513 958.368 490.201 958.928L490.137 957.6V954.608H491.465V966H490.377L490.265 965.088H490.217C489.609 965.68 488.777 966.192 487.865 966.192ZM488.153 965.088C488.873 965.088 489.497 964.736 490.137 964.016V959.952C489.481 959.36 488.889 959.136 488.249 959.136C487.001 959.136 486.009 960.336 486.009 962.112C486.009 963.968 486.793 965.088 488.153 965.088ZM496.076 966.192C494.78 966.192 493.804 965.376 493.804 963.984C493.804 962.288 495.26 961.44 498.572 961.072C498.572 960.08 498.252 959.12 496.972 959.12C496.076 959.12 495.26 959.536 494.652 959.952L494.14 959.04C494.86 958.576 495.948 958.032 497.196 958.032C499.1 958.032 499.9 959.296 499.9 961.232V966H498.812L498.7 965.072H498.652C497.916 965.68 497.052 966.192 496.076 966.192ZM496.46 965.136C497.212 965.136 497.82 964.768 498.572 964.096V961.936C495.98 962.256 495.084 962.896 495.084 963.888C495.084 964.768 495.692 965.136 496.46 965.136ZM505.986 966.192C505.266 966.192 504.45 965.824 503.762 965.2H503.714L503.602 966H502.546V954.608H503.858V957.712L503.826 959.12C504.53 958.496 505.394 958.032 506.258 958.032C508.274 958.032 509.346 959.584 509.346 961.984C509.346 964.64 507.762 966.192 505.986 966.192ZM505.762 965.088C507.042 965.088 507.986 963.92 507.986 962C507.986 960.288 507.41 959.136 505.938 959.136C505.282 959.136 504.594 959.504 503.858 960.192V964.272C504.546 964.864 505.25 965.088 505.762 965.088ZM512.982 966.192C511.99 966.192 511.59 965.568 511.59 964.432V954.608H512.902V964.528C512.902 964.944 513.078 965.104 513.27 965.104C513.35 965.104 513.414 965.104 513.558 965.072L513.734 966.064C513.558 966.144 513.334 966.192 512.982 966.192ZM519.02 966.192C516.94 966.192 515.292 964.672 515.292 962.128C515.292 959.584 517.004 958.032 518.78 958.032C520.764 958.032 521.884 959.456 521.884 961.68C521.884 961.952 521.868 962.24 521.836 962.432H516.588C516.684 964.08 517.692 965.136 519.18 965.136C519.916 965.136 520.54 964.896 521.116 964.528L521.58 965.392C520.908 965.824 520.076 966.192 519.02 966.192ZM516.572 961.488H520.732C520.732 959.92 520.028 959.072 518.812 959.072C517.724 959.072 516.732 959.952 516.572 961.488ZM531.201 954.672L530.913 955.68C530.625 955.552 530.321 955.488 530.033 955.488C529.297 955.488 528.945 956 528.945 956.992V958.224H530.593V959.296H528.945V966H527.633V959.296H526.577V958.304L527.633 958.224V956.992C527.633 955.408 528.353 954.416 529.905 954.416C530.385 954.416 530.849 954.528 531.201 954.672ZM535.149 966.192C533.245 966.192 531.549 964.704 531.549 962.128C531.549 959.52 533.245 958.032 535.149 958.032C537.053 958.032 538.749 959.52 538.749 962.128C538.749 964.704 537.053 966.192 535.149 966.192ZM535.149 965.104C536.493 965.104 537.389 963.904 537.389 962.128C537.389 960.336 536.493 959.12 535.149 959.12C533.821 959.12 532.909 960.336 532.909 962.128C532.909 963.904 533.821 965.104 535.149 965.104ZM540.996 966V958.224H542.084L542.196 959.632H542.244C542.772 958.656 543.572 958.032 544.452 958.032C544.788 958.032 545.028 958.08 545.284 958.192L545.028 959.344C544.772 959.264 544.596 959.216 544.276 959.216C543.62 959.216 542.836 959.696 542.308 961.008V966H540.996ZM552.178 966.192C551.074 966.192 550.018 965.728 549.282 965.12L549.938 964.24C550.61 964.784 551.298 965.168 552.226 965.168C553.25 965.168 553.762 964.624 553.762 963.952C553.762 963.152 552.834 962.8 551.986 962.48C550.882 962.08 549.666 961.552 549.666 960.24C549.666 958.992 550.658 958.032 552.338 958.032C553.314 958.032 554.162 958.432 554.754 958.912L554.13 959.744C553.602 959.344 553.042 959.056 552.354 959.056C551.378 959.056 550.93 959.584 550.93 960.176C550.93 960.912 551.778 961.184 552.658 961.52C553.778 961.936 555.026 962.4 555.026 963.872C555.026 965.136 554.018 966.192 552.178 966.192ZM557.049 966V958.224H558.137L558.249 959.344H558.297C558.969 958.608 559.785 958.032 560.713 958.032C561.897 958.032 562.537 958.592 562.857 959.52C563.673 958.64 564.473 958.032 565.417 958.032C567.017 958.032 567.785 959.088 567.785 961.072V966H566.473V961.248C566.473 959.792 566.009 959.168 565.033 959.168C564.425 959.168 563.801 959.568 563.081 960.368V966H561.769V961.248C561.769 959.792 561.305 959.168 560.313 959.168C559.737 959.168 559.081 959.568 558.361 960.368V966H557.049ZM572.307 966.192C571.011 966.192 570.035 965.376 570.035 963.984C570.035 962.288 571.491 961.44 574.803 961.072C574.803 960.08 574.483 959.12 573.203 959.12C572.307 959.12 571.491 959.536 570.883 959.952L570.371 959.04C571.091 958.576 572.179 958.032 573.427 958.032C575.331 958.032 576.131 959.296 576.131 961.232V966H575.043L574.931 965.072H574.883C574.147 965.68 573.283 966.192 572.307 966.192ZM572.691 965.136C573.443 965.136 574.051 964.768 574.803 964.096V961.936C572.211 962.256 571.315 962.896 571.315 963.888C571.315 964.768 571.923 965.136 572.691 965.136ZM580.17 966.192C579.178 966.192 578.778 965.568 578.778 964.432V954.608H580.09V964.528C580.09 964.944 580.266 965.104 580.458 965.104C580.538 965.104 580.602 965.104 580.746 965.072L580.922 966.064C580.746 966.144 580.522 966.192 580.17 966.192ZM584.448 966.192C583.456 966.192 583.056 965.568 583.056 964.432V954.608H584.368V964.528C584.368 964.944 584.544 965.104 584.736 965.104C584.816 965.104 584.88 965.104 585.024 965.072L585.2 966.064C585.024 966.144 584.8 966.192 584.448 966.192ZM590.486 966.192C588.406 966.192 586.758 964.672 586.758 962.128C586.758 959.584 588.47 958.032 590.246 958.032C592.23 958.032 593.35 959.456 593.35 961.68C593.35 961.952 593.334 962.24 593.302 962.432H588.054C588.15 964.08 589.158 965.136 590.646 965.136C591.382 965.136 592.006 964.896 592.582 964.528L593.046 965.392C592.374 965.824 591.542 966.192 590.486 966.192ZM588.038 961.488H592.198C592.198 959.92 591.494 959.072 590.278 959.072C589.19 959.072 588.198 959.952 588.038 961.488ZM595.471 966V958.224H596.559L596.671 959.632H596.719C597.247 958.656 598.047 958.032 598.927 958.032C599.263 958.032 599.503 958.08 599.759 958.192L599.503 959.344C599.247 959.264 599.071 959.216 598.751 959.216C598.095 959.216 597.311 959.696 596.783 961.008V966H595.471ZM608.061 966.192C607.341 966.192 606.525 965.824 605.837 965.2H605.789L605.677 966H604.621V954.608H605.933V957.712L605.901 959.12C606.605 958.496 607.469 958.032 608.333 958.032C610.349 958.032 611.421 959.584 611.421 961.984C611.421 964.64 609.837 966.192 608.061 966.192ZM607.837 965.088C609.117 965.088 610.061 963.92 610.061 962C610.061 960.288 609.485 959.136 608.013 959.136C607.357 959.136 606.669 959.504 605.933 960.192V964.272C606.621 964.864 607.325 965.088 607.837 965.088ZM615.937 966.192C614.289 966.192 613.553 965.136 613.553 963.152V958.224H614.881V962.976C614.881 964.432 615.313 965.056 616.337 965.056C617.137 965.056 617.697 964.656 618.433 963.744V958.224H619.745V966H618.657L618.545 964.784H618.497C617.777 965.632 617.009 966.192 615.937 966.192ZM624.6 966.192C623.496 966.192 622.44 965.728 621.704 965.12L622.36 964.24C623.032 964.784 623.72 965.168 624.648 965.168C625.672 965.168 626.184 964.624 626.184 963.952C626.184 963.152 625.256 962.8 624.408 962.48C623.304 962.08 622.088 961.552 622.088 960.24C622.088 958.992 623.08 958.032 624.76 958.032C625.736 958.032 626.584 958.432 627.176 958.912L626.552 959.744C626.024 959.344 625.464 959.056 624.776 959.056C623.8 959.056 623.352 959.584 623.352 960.176C623.352 960.912 624.2 961.184 625.08 961.52C626.2 961.936 627.448 962.4 627.448 963.872C627.448 965.136 626.44 966.192 624.6 966.192ZM629.471 966V958.224H630.783V966H629.471ZM630.143 956.624C629.631 956.624 629.231 956.272 629.231 955.776C629.231 955.264 629.631 954.928 630.143 954.928C630.655 954.928 631.055 955.264 631.055 955.776C631.055 956.272 630.655 956.624 630.143 956.624ZM633.609 966V958.224H634.697L634.809 959.344H634.857C635.593 958.608 636.393 958.032 637.465 958.032C639.097 958.032 639.833 959.088 639.833 961.072V966H638.521V961.248C638.521 959.792 638.073 959.168 637.049 959.168C636.249 959.168 635.705 959.584 634.921 960.368V966H633.609ZM645.711 966.192C643.631 966.192 641.983 964.672 641.983 962.128C641.983 959.584 643.695 958.032 645.471 958.032C647.455 958.032 648.575 959.456 648.575 961.68C648.575 961.952 648.559 962.24 648.527 962.432H643.279C643.375 964.08 644.383 965.136 645.871 965.136C646.607 965.136 647.231 964.896 647.807 964.528L648.271 965.392C647.599 965.824 646.767 966.192 645.711 966.192ZM643.263 961.488H647.423C647.423 959.92 646.719 959.072 645.503 959.072C644.415 959.072 643.423 959.952 643.263 961.488ZM652.728 966.192C651.624 966.192 650.568 965.728 649.832 965.12L650.488 964.24C651.16 964.784 651.848 965.168 652.776 965.168C653.8 965.168 654.312 964.624 654.312 963.952C654.312 963.152 653.384 962.8 652.536 962.48C651.432 962.08 650.216 961.552 650.216 960.24C650.216 958.992 651.208 958.032 652.888 958.032C653.864 958.032 654.712 958.432 655.304 958.912L654.68 959.744C654.152 959.344 653.592 959.056 652.904 959.056C651.928 959.056 651.48 959.584 651.48 960.176C651.48 960.912 652.328 961.184 653.208 961.52C654.328 961.936 655.576 962.4 655.576 963.872C655.576 965.136 654.568 966.192 652.728 966.192ZM659.631 966.192C658.527 966.192 657.471 965.728 656.735 965.12L657.391 964.24C658.063 964.784 658.751 965.168 659.679 965.168C660.703 965.168 661.215 964.624 661.215 963.952C661.215 963.152 660.287 962.8 659.439 962.48C658.335 962.08 657.119 961.552 657.119 960.24C657.119 958.992 658.111 958.032 659.791 958.032C660.767 958.032 661.615 958.432 662.207 958.912L661.583 959.744C661.055 959.344 660.495 959.056 659.807 959.056C658.831 959.056 658.383 959.584 658.383 960.176C658.383 960.912 659.231 961.184 660.111 961.52C661.231 961.936 662.479 962.4 662.479 963.872C662.479 965.136 661.471 966.192 659.631 966.192ZM667.655 966.192C665.575 966.192 663.927 964.672 663.927 962.128C663.927 959.584 665.639 958.032 667.415 958.032C669.399 958.032 670.519 959.456 670.519 961.68C670.519 961.952 670.503 962.24 670.471 962.432H665.223C665.319 964.08 666.327 965.136 667.815 965.136C668.551 965.136 669.175 964.896 669.751 964.528L670.215 965.392C669.543 965.824 668.711 966.192 667.655 966.192ZM665.207 961.488H669.367C669.367 959.92 668.663 959.072 667.447 959.072C666.359 959.072 665.367 959.952 665.207 961.488ZM674.672 966.192C673.568 966.192 672.512 965.728 671.776 965.12L672.432 964.24C673.104 964.784 673.792 965.168 674.72 965.168C675.744 965.168 676.256 964.624 676.256 963.952C676.256 963.152 675.328 962.8 674.48 962.48C673.376 962.08 672.16 961.552 672.16 960.24C672.16 958.992 673.152 958.032 674.832 958.032C675.808 958.032 676.656 958.432 677.248 958.912L676.624 959.744C676.096 959.344 675.536 959.056 674.848 959.056C673.872 959.056 673.424 959.584 673.424 960.176C673.424 960.912 674.272 961.184 675.152 961.52C676.272 961.936 677.52 962.4 677.52 963.872C677.52 965.136 676.512 966.192 674.672 966.192ZM685.394 966.192C683.73 966.192 683.17 965.136 683.17 963.6V959.296H682.018V958.304L683.234 958.224L683.394 956.048H684.498V958.224H686.594V959.296H684.498V963.616C684.498 964.576 684.802 965.12 685.698 965.12C685.97 965.12 686.322 965.008 686.578 964.912L686.834 965.904C686.402 966.048 685.874 966.192 685.394 966.192ZM691.358 966.192C689.454 966.192 687.758 964.704 687.758 962.128C687.758 959.52 689.454 958.032 691.358 958.032C693.262 958.032 694.958 959.52 694.958 962.128C694.958 964.704 693.262 966.192 691.358 966.192ZM691.358 965.104C692.702 965.104 693.598 963.904 693.598 962.128C693.598 960.336 692.702 959.12 691.358 959.12C690.03 959.12 689.118 960.336 689.118 962.128C689.118 963.904 690.03 965.104 691.358 965.104ZM703.233 969.584C701.329 969.584 700.017 968.832 700.017 967.488C700.017 966.832 700.449 966.208 701.153 965.728V965.664C700.769 965.424 700.465 965.008 700.465 964.4C700.465 963.744 700.913 963.232 701.313 962.96V962.896C700.801 962.48 700.305 961.728 700.305 960.8C700.305 959.104 701.649 958.032 703.233 958.032C703.665 958.032 704.049 958.112 704.337 958.224H707.041V959.232H705.441C705.809 959.584 706.081 960.176 706.081 960.832C706.081 962.496 704.817 963.536 703.233 963.536C702.849 963.536 702.417 963.44 702.065 963.264C701.793 963.504 701.569 963.76 701.569 964.192C701.569 964.688 701.889 965.04 702.945 965.04H704.449C706.257 965.04 707.169 965.6 707.169 966.896C707.169 968.336 705.649 969.584 703.233 969.584ZM703.233 962.656C704.129 962.656 704.881 961.936 704.881 960.8C704.881 959.664 704.145 958.992 703.233 958.992C702.321 958.992 701.585 959.664 701.585 960.8C701.585 961.936 702.337 962.656 703.233 962.656ZM703.425 968.672C704.913 968.672 705.889 967.904 705.889 967.088C705.889 966.368 705.329 966.128 704.321 966.128H702.977C702.673 966.128 702.305 966.096 701.969 966C701.409 966.4 701.169 966.864 701.169 967.312C701.169 968.144 702.017 968.672 703.425 968.672ZM711.805 966.192C709.725 966.192 708.077 964.672 708.077 962.128C708.077 959.584 709.789 958.032 711.565 958.032C713.549 958.032 714.669 959.456 714.669 961.68C714.669 961.952 714.653 962.24 714.621 962.432H709.373C709.469 964.08 710.477 965.136 711.965 965.136C712.701 965.136 713.325 964.896 713.901 964.528L714.365 965.392C713.693 965.824 712.861 966.192 711.805 966.192ZM709.357 961.488H713.517C713.517 959.92 712.813 959.072 711.597 959.072C710.509 959.072 709.517 959.952 709.357 961.488ZM719.082 966.192C717.418 966.192 716.858 965.136 716.858 963.6V959.296H715.706V958.304L716.922 958.224L717.082 956.048H718.186V958.224H720.282V959.296H718.186V963.616C718.186 964.576 718.49 965.12 719.386 965.12C719.658 965.12 720.01 965.008 720.266 964.912L720.522 965.904C720.09 966.048 719.562 966.192 719.082 966.192ZM725.643 966V958.224H726.731L726.843 959.344H726.891C727.627 958.608 728.427 958.032 729.499 958.032C731.131 958.032 731.867 959.088 731.867 961.072V966H730.555V961.248C730.555 959.792 730.107 959.168 729.083 959.168C728.283 959.168 727.739 959.584 726.955 960.368V966H725.643ZM737.745 966.192C735.665 966.192 734.017 964.672 734.017 962.128C734.017 959.584 735.729 958.032 737.505 958.032C739.489 958.032 740.609 959.456 740.609 961.68C740.609 961.952 740.593 962.24 740.561 962.432H735.313C735.409 964.08 736.417 965.136 737.905 965.136C738.641 965.136 739.265 964.896 739.841 964.528L740.305 965.392C739.633 965.824 738.801 966.192 737.745 966.192ZM735.297 961.488H739.457C739.457 959.92 738.753 959.072 737.537 959.072C736.449 959.072 735.457 959.952 735.297 961.488ZM744.041 966L741.881 958.224H743.225L744.377 962.72C744.553 963.456 744.697 964.16 744.841 964.88H744.905C745.081 964.16 745.241 963.44 745.433 962.72L746.633 958.224H747.913L749.129 962.72C749.321 963.456 749.497 964.16 749.673 964.88H749.737C749.913 964.16 750.057 963.456 750.217 962.72L751.353 958.224H752.601L750.521 966H748.921L747.801 961.824C747.609 961.088 747.465 960.368 747.273 959.584H747.209C747.033 960.368 746.873 961.104 746.665 961.84L745.577 966H744.041ZM127.384 988.192C125.32 988.192 123.736 986.704 123.736 984.128C123.736 981.52 125.48 980.032 127.48 980.032C128.504 980.032 129.208 980.448 129.752 980.944L129.08 981.808C128.632 981.408 128.152 981.12 127.528 981.12C126.12 981.12 125.096 982.336 125.096 984.128C125.096 985.904 126.072 987.104 127.496 987.104C128.216 987.104 128.84 986.752 129.32 986.32L129.896 987.2C129.192 987.824 128.312 988.192 127.384 988.192ZM133.201 988.192C132.209 988.192 131.809 987.568 131.809 986.432V976.608H133.121V986.528C133.121 986.944 133.297 987.104 133.489 987.104C133.569 987.104 133.633 987.104 133.777 987.072L133.953 988.064C133.777 988.144 133.553 988.192 133.201 988.192ZM136.087 988V980.224H137.399V988H136.087ZM136.759 978.624C136.247 978.624 135.847 978.272 135.847 977.776C135.847 977.264 136.247 976.928 136.759 976.928C137.271 976.928 137.671 977.264 137.671 977.776C137.671 978.272 137.271 978.624 136.759 978.624ZM143.377 988.192C141.297 988.192 139.649 986.672 139.649 984.128C139.649 981.584 141.361 980.032 143.137 980.032C145.121 980.032 146.241 981.456 146.241 983.68C146.241 983.952 146.225 984.24 146.193 984.432H140.945C141.041 986.08 142.049 987.136 143.537 987.136C144.273 987.136 144.897 986.896 145.473 986.528L145.937 987.392C145.265 987.824 144.433 988.192 143.377 988.192ZM140.929 983.488H145.089C145.089 981.92 144.385 981.072 143.169 981.072C142.081 981.072 141.089 981.952 140.929 983.488ZM148.362 988V980.224H149.45L149.562 981.344H149.61C150.346 980.608 151.146 980.032 152.218 980.032C153.85 980.032 154.586 981.088 154.586 983.072V988H153.274V983.248C153.274 981.792 152.826 981.168 151.802 981.168C151.002 981.168 150.458 981.584 149.674 982.368V988H148.362ZM159.76 988.192C158.096 988.192 157.536 987.136 157.536 985.6V981.296H156.384V980.304L157.6 980.224L157.76 978.048H158.864V980.224H160.96V981.296H158.864V985.616C158.864 986.576 159.168 987.12 160.064 987.12C160.336 987.12 160.688 987.008 160.944 986.912L161.2 987.904C160.768 988.048 160.24 988.192 159.76 988.192ZM164.794 988.192C163.69 988.192 162.634 987.728 161.898 987.12L162.554 986.24C163.226 986.784 163.914 987.168 164.842 987.168C165.866 987.168 166.378 986.624 166.378 985.952C166.378 985.152 165.45 984.8 164.602 984.48C163.498 984.08 162.282 983.552 162.282 982.24C162.282 980.992 163.274 980.032 164.954 980.032C165.93 980.032 166.778 980.432 167.37 980.912L166.746 981.744C166.218 981.344 165.658 981.056 164.97 981.056C163.994 981.056 163.546 981.584 163.546 982.176C163.546 982.912 164.394 983.184 165.274 983.52C166.394 983.936 167.642 984.4 167.642 985.872C167.642 987.136 166.634 988.192 164.794 988.192ZM173.068 988V980.224H174.156L174.268 981.632H174.316C174.844 980.656 175.644 980.032 176.524 980.032C176.86 980.032 177.1 980.08 177.356 980.192L177.1 981.344C176.844 981.264 176.668 981.216 176.348 981.216C175.692 981.216 174.908 981.696 174.38 983.008V988H173.068ZM180.216 988.192C178.92 988.192 177.944 987.376 177.944 985.984C177.944 984.288 179.4 983.44 182.712 983.072C182.712 982.08 182.392 981.12 181.112 981.12C180.216 981.12 179.4 981.536 178.792 981.952L178.28 981.04C179 980.576 180.088 980.032 181.336 980.032C183.24 980.032 184.04 981.296 184.04 983.232V988H182.952L182.84 987.072H182.792C182.056 987.68 181.192 988.192 180.216 988.192ZM180.6 987.136C181.352 987.136 181.96 986.768 182.712 986.096V983.936C180.12 984.256 179.224 984.896 179.224 985.888C179.224 986.768 179.832 987.136 180.6 987.136ZM188.916 988.192C187.252 988.192 186.692 987.136 186.692 985.6V981.296H185.54V980.304L186.756 980.224L186.916 978.048H188.02V980.224H190.116V981.296H188.02V985.616C188.02 986.576 188.324 987.12 189.22 987.12C189.492 987.12 189.844 987.008 190.1 986.912L190.356 987.904C189.924 988.048 189.396 988.192 188.916 988.192ZM192.074 988V976.608H193.386V979.712L193.338 981.312C194.074 980.608 194.858 980.032 195.93 980.032C197.562 980.032 198.298 981.088 198.298 983.072V988H196.986V983.248C196.986 981.792 196.538 981.168 195.514 981.168C194.714 981.168 194.17 981.584 193.386 982.368V988H192.074ZM204.13 988.192C202.05 988.192 200.402 986.672 200.402 984.128C200.402 981.584 202.114 980.032 203.89 980.032C205.874 980.032 206.994 981.456 206.994 983.68C206.994 983.952 206.978 984.24 206.946 984.432H201.698C201.794 986.08 202.802 987.136 204.29 987.136C205.026 987.136 205.65 986.896 206.226 986.528L206.69 987.392C206.018 987.824 205.186 988.192 204.13 988.192ZM201.682 983.488H205.842C205.842 981.92 205.138 981.072 203.922 981.072C202.834 981.072 201.842 981.952 201.682 983.488ZM209.115 988V980.224H210.203L210.315 981.632H210.363C210.891 980.656 211.691 980.032 212.571 980.032C212.907 980.032 213.147 980.08 213.403 980.192L213.147 981.344C212.891 981.264 212.715 981.216 212.395 981.216C211.739 981.216 210.955 981.696 210.427 983.008V988H209.115ZM220.713 988.192C219.049 988.192 218.489 987.136 218.489 985.6V981.296H217.337V980.304L218.553 980.224L218.713 978.048H219.817V980.224H221.913V981.296H219.817V985.616C219.817 986.576 220.121 987.12 221.017 987.12C221.289 987.12 221.641 987.008 221.897 986.912L222.153 987.904C221.721 988.048 221.193 988.192 220.713 988.192ZM223.871 988V976.608H225.183V979.712L225.135 981.312C225.871 980.608 226.655 980.032 227.727 980.032C229.359 980.032 230.095 981.088 230.095 983.072V988H228.783V983.248C228.783 981.792 228.335 981.168 227.311 981.168C226.511 981.168 225.967 981.584 225.183 982.368V988H223.871ZM234.567 988.192C233.271 988.192 232.295 987.376 232.295 985.984C232.295 984.288 233.751 983.44 237.063 983.072C237.063 982.08 236.743 981.12 235.463 981.12C234.567 981.12 233.751 981.536 233.143 981.952L232.631 981.04C233.351 980.576 234.439 980.032 235.687 980.032C237.591 980.032 238.391 981.296 238.391 983.232V988H237.303L237.191 987.072H237.143C236.407 987.68 235.543 988.192 234.567 988.192ZM234.951 987.136C235.703 987.136 236.311 986.768 237.063 986.096V983.936C234.471 984.256 233.575 984.896 233.575 985.888C233.575 986.768 234.183 987.136 234.951 987.136ZM241.037 988V980.224H242.125L242.237 981.344H242.285C243.021 980.608 243.821 980.032 244.893 980.032C246.525 980.032 247.261 981.088 247.261 983.072V988H245.949V983.248C245.949 981.792 245.501 981.168 244.477 981.168C243.677 981.168 243.133 981.584 242.349 982.368V988H241.037ZM255.422 988.192C254.318 988.192 253.262 987.728 252.526 987.12L253.182 986.24C253.854 986.784 254.542 987.168 255.47 987.168C256.494 987.168 257.006 986.624 257.006 985.952C257.006 985.152 256.078 984.8 255.23 984.48C254.126 984.08 252.91 983.552 252.91 982.24C252.91 980.992 253.902 980.032 255.582 980.032C256.558 980.032 257.406 980.432 257.998 980.912L257.374 981.744C256.846 981.344 256.286 981.056 255.598 981.056C254.622 981.056 254.174 981.584 254.174 982.176C254.174 982.912 255.022 983.184 255.902 983.52C257.022 983.936 258.27 984.4 258.27 985.872C258.27 987.136 257.262 988.192 255.422 988.192ZM260.293 991.28V980.224H261.381L261.493 981.12H261.541C262.245 980.528 263.109 980.032 264.021 980.032C266.021 980.032 267.093 981.584 267.093 984C267.093 986.64 265.509 988.192 263.733 988.192C263.013 988.192 262.293 987.856 261.573 987.296L261.605 988.656V991.28H260.293ZM263.509 987.088C264.789 987.088 265.733 985.92 265.733 984C265.733 982.288 265.157 981.136 263.685 981.136C263.029 981.136 262.373 981.504 261.605 982.192V986.272C262.309 986.864 262.997 987.088 263.509 987.088ZM272.52 988.192C270.44 988.192 268.792 986.672 268.792 984.128C268.792 981.584 270.504 980.032 272.28 980.032C274.264 980.032 275.384 981.456 275.384 983.68C275.384 983.952 275.368 984.24 275.336 984.432H270.088C270.184 986.08 271.192 987.136 272.68 987.136C273.416 987.136 274.04 986.896 274.616 986.528L275.08 987.392C274.408 987.824 273.576 988.192 272.52 988.192ZM270.072 983.488H274.232C274.232 981.92 273.528 981.072 272.312 981.072C271.224 981.072 270.232 981.952 270.072 983.488ZM277.506 988V980.224H278.594L278.706 981.344H278.754C279.49 980.608 280.29 980.032 281.362 980.032C282.994 980.032 283.73 981.088 283.73 983.072V988H282.418V983.248C282.418 981.792 281.97 981.168 280.946 981.168C280.146 981.168 279.602 981.584 278.818 982.368V988H277.506ZM289.112 988.192C287.16 988.192 285.896 986.72 285.896 984.128C285.896 981.6 287.496 980.032 289.272 980.032C290.168 980.032 290.76 980.368 291.448 980.928L291.384 979.6V976.608H292.712V988H291.624L291.512 987.088H291.464C290.856 987.68 290.024 988.192 289.112 988.192ZM289.4 987.088C290.12 987.088 290.744 986.736 291.384 986.016V981.952C290.728 981.36 290.136 981.136 289.496 981.136C288.248 981.136 287.256 982.336 287.256 984.112C287.256 985.968 288.04 987.088 289.4 987.088ZM295.531 988V980.224H296.843V988H295.531ZM296.203 978.624C295.691 978.624 295.291 978.272 295.291 977.776C295.291 977.264 295.691 976.928 296.203 976.928C296.715 976.928 297.115 977.264 297.115 977.776C297.115 978.272 296.715 978.624 296.203 978.624ZM299.668 988V980.224H300.756L300.868 981.344H300.916C301.652 980.608 302.452 980.032 303.524 980.032C305.156 980.032 305.892 981.088 305.892 983.072V988H304.58V983.248C304.58 981.792 304.132 981.168 303.108 981.168C302.308 981.168 301.764 981.584 300.98 982.368V988H299.668ZM311.242 991.584C309.338 991.584 308.026 990.832 308.026 989.488C308.026 988.832 308.458 988.208 309.162 987.728V987.664C308.778 987.424 308.474 987.008 308.474 986.4C308.474 985.744 308.922 985.232 309.322 984.96V984.896C308.81 984.48 308.314 983.728 308.314 982.8C308.314 981.104 309.658 980.032 311.242 980.032C311.674 980.032 312.058 980.112 312.346 980.224H315.05V981.232H313.45C313.818 981.584 314.09 982.176 314.09 982.832C314.09 984.496 312.826 985.536 311.242 985.536C310.858 985.536 310.426 985.44 310.074 985.264C309.802 985.504 309.578 985.76 309.578 986.192C309.578 986.688 309.898 987.04 310.954 987.04H312.458C314.266 987.04 315.178 987.6 315.178 988.896C315.178 990.336 313.658 991.584 311.242 991.584ZM311.242 984.656C312.138 984.656 312.89 983.936 312.89 982.8C312.89 981.664 312.154 980.992 311.242 980.992C310.33 980.992 309.594 981.664 309.594 982.8C309.594 983.936 310.346 984.656 311.242 984.656ZM311.434 990.672C312.922 990.672 313.898 989.904 313.898 989.088C313.898 988.368 313.338 988.128 312.33 988.128H310.986C310.682 988.128 310.314 988.096 309.978 988C309.418 988.4 309.178 988.864 309.178 989.312C309.178 990.144 310.026 990.672 311.434 990.672ZM322.732 988.192C321.068 988.192 320.508 987.136 320.508 985.6V981.296H319.356V980.304L320.572 980.224L320.732 978.048H321.836V980.224H323.932V981.296H321.836V985.616C321.836 986.576 322.14 987.12 323.036 987.12C323.308 987.12 323.66 987.008 323.916 986.912L324.172 987.904C323.74 988.048 323.212 988.192 322.732 988.192ZM325.89 988V976.608H327.202V979.712L327.154 981.312C327.89 980.608 328.674 980.032 329.746 980.032C331.378 980.032 332.114 981.088 332.114 983.072V988H330.802V983.248C330.802 981.792 330.354 981.168 329.33 981.168C328.53 981.168 327.986 981.584 327.202 982.368V988H325.89ZM337.945 988.192C335.865 988.192 334.217 986.672 334.217 984.128C334.217 981.584 335.929 980.032 337.705 980.032C339.689 980.032 340.809 981.456 340.809 983.68C340.809 983.952 340.793 984.24 340.761 984.432H335.513C335.609 986.08 336.617 987.136 338.105 987.136C338.841 987.136 339.465 986.896 340.041 986.528L340.505 987.392C339.833 987.824 339.001 988.192 337.945 988.192ZM335.497 983.488H339.657C339.657 981.92 338.953 981.072 337.737 981.072C336.649 981.072 335.657 981.952 335.497 983.488ZM342.931 988V980.224H344.243V988H342.931ZM343.603 978.624C343.091 978.624 342.691 978.272 342.691 977.776C342.691 977.264 343.091 976.928 343.603 976.928C344.115 976.928 344.515 977.264 344.515 977.776C344.515 978.272 344.115 978.624 343.603 978.624ZM347.068 988V980.224H348.156L348.268 981.632H348.316C348.844 980.656 349.644 980.032 350.524 980.032C350.86 980.032 351.1 980.08 351.356 980.192L351.1 981.344C350.844 981.264 350.668 981.216 350.348 981.216C349.692 981.216 348.908 981.696 348.38 983.008V988H347.068ZM359.658 988.192C358.938 988.192 358.122 987.824 357.434 987.2H357.386L357.274 988H356.218V976.608H357.53V979.712L357.498 981.12C358.202 980.496 359.066 980.032 359.93 980.032C361.946 980.032 363.018 981.584 363.018 983.984C363.018 986.64 361.434 988.192 359.658 988.192ZM359.434 987.088C360.714 987.088 361.658 985.92 361.658 984C361.658 982.288 361.082 981.136 359.61 981.136C358.954 981.136 358.266 981.504 357.53 982.192V986.272C358.218 986.864 358.922 987.088 359.434 987.088ZM367.534 988.192C365.886 988.192 365.15 987.136 365.15 985.152V980.224H366.478V984.976C366.478 986.432 366.91 987.056 367.934 987.056C368.734 987.056 369.294 986.656 370.03 985.744V980.224H371.342V988H370.254L370.142 986.784H370.094C369.374 987.632 368.606 988.192 367.534 988.192ZM376.821 988.192C374.869 988.192 373.605 986.72 373.605 984.128C373.605 981.6 375.205 980.032 376.981 980.032C377.877 980.032 378.469 980.368 379.157 980.928L379.093 979.6V976.608H380.421V988H379.333L379.221 987.088H379.173C378.565 987.68 377.733 988.192 376.821 988.192ZM377.109 987.088C377.829 987.088 378.453 986.736 379.093 986.016V981.952C378.437 981.36 377.845 981.136 377.205 981.136C375.957 981.136 374.965 982.336 374.965 984.112C374.965 985.968 375.749 987.088 377.109 987.088ZM385.864 991.584C383.96 991.584 382.648 990.832 382.648 989.488C382.648 988.832 383.08 988.208 383.784 987.728V987.664C383.4 987.424 383.096 987.008 383.096 986.4C383.096 985.744 383.544 985.232 383.944 984.96V984.896C383.432 984.48 382.936 983.728 382.936 982.8C382.936 981.104 384.28 980.032 385.864 980.032C386.296 980.032 386.68 980.112 386.968 980.224H389.672V981.232H388.072C388.44 981.584 388.712 982.176 388.712 982.832C388.712 984.496 387.448 985.536 385.864 985.536C385.48 985.536 385.048 985.44 384.696 985.264C384.424 985.504 384.2 985.76 384.2 986.192C384.2 986.688 384.52 987.04 385.576 987.04H387.08C388.888 987.04 389.8 987.6 389.8 988.896C389.8 990.336 388.28 991.584 385.864 991.584ZM385.864 984.656C386.76 984.656 387.512 983.936 387.512 982.8C387.512 981.664 386.776 980.992 385.864 980.992C384.952 980.992 384.216 981.664 384.216 982.8C384.216 983.936 384.968 984.656 385.864 984.656ZM386.056 990.672C387.544 990.672 388.52 989.904 388.52 989.088C388.52 988.368 387.96 988.128 386.952 988.128H385.608C385.304 988.128 384.936 988.096 384.6 988C384.04 988.4 383.8 988.864 383.8 989.312C383.8 990.144 384.648 990.672 386.056 990.672ZM394.436 988.192C392.356 988.192 390.708 986.672 390.708 984.128C390.708 981.584 392.42 980.032 394.196 980.032C396.18 980.032 397.3 981.456 397.3 983.68C397.3 983.952 397.284 984.24 397.252 984.432H392.004C392.1 986.08 393.108 987.136 394.596 987.136C395.332 987.136 395.956 986.896 396.532 986.528L396.996 987.392C396.324 987.824 395.492 988.192 394.436 988.192ZM391.988 983.488H396.148C396.148 981.92 395.444 981.072 394.228 981.072C393.14 981.072 392.148 981.952 391.988 983.488ZM401.713 988.192C400.049 988.192 399.489 987.136 399.489 985.6V981.296H398.337V980.304L399.553 980.224L399.713 978.048H400.817V980.224H402.913V981.296H400.817V985.616C400.817 986.576 401.121 987.12 402.017 987.12C402.289 987.12 402.641 987.008 402.897 986.912L403.153 987.904C402.721 988.048 402.193 988.192 401.713 988.192ZM411.298 988.192C409.394 988.192 407.698 986.704 407.698 984.128C407.698 981.52 409.394 980.032 411.298 980.032C413.202 980.032 414.898 981.52 414.898 984.128C414.898 986.704 413.202 988.192 411.298 988.192ZM411.298 987.104C412.642 987.104 413.538 985.904 413.538 984.128C413.538 982.336 412.642 981.12 411.298 981.12C409.97 981.12 409.058 982.336 409.058 984.128C409.058 985.904 409.97 987.104 411.298 987.104ZM417.146 988V980.224H418.234L418.346 981.344H418.394C419.13 980.608 419.93 980.032 421.002 980.032C422.634 980.032 423.37 981.088 423.37 983.072V988H422.058V983.248C422.058 981.792 421.61 981.168 420.586 981.168C419.786 981.168 419.242 981.584 418.458 982.368V988H417.146ZM429.5 991.28V980.224H430.588L430.7 981.12H430.748C431.452 980.528 432.316 980.032 433.228 980.032C435.228 980.032 436.3 981.584 436.3 984C436.3 986.64 434.716 988.192 432.94 988.192C432.22 988.192 431.5 987.856 430.78 987.296L430.812 988.656V991.28H429.5ZM432.716 987.088C433.996 987.088 434.94 985.92 434.94 984C434.94 982.288 434.364 981.136 432.891 981.136C432.236 981.136 431.58 981.504 430.812 982.192V986.272C431.516 986.864 432.204 987.088 432.716 987.088ZM438.575 988V980.224H439.663L439.775 981.632H439.823C440.351 980.656 441.151 980.032 442.031 980.032C442.367 980.032 442.607 980.08 442.863 980.192L442.607 981.344C442.351 981.264 442.175 981.216 441.855 981.216C441.199 981.216 440.415 981.696 439.887 983.008V988H438.575ZM447.189 988.192C445.285 988.192 443.589 986.704 443.589 984.128C443.589 981.52 445.285 980.032 447.189 980.032C449.093 980.032 450.789 981.52 450.789 984.128C450.789 986.704 449.093 988.192 447.189 988.192ZM447.189 987.104C448.533 987.104 449.429 985.904 449.429 984.128C449.429 982.336 448.533 981.12 447.189 981.12C445.861 981.12 444.949 982.336 444.949 984.128C444.949 985.904 445.861 987.104 447.189 987.104ZM453.037 988V980.224H454.125L454.237 981.344H454.285C454.957 980.608 455.773 980.032 456.701 980.032C457.885 980.032 458.525 980.592 458.845 981.52C459.661 980.64 460.461 980.032 461.405 980.032C463.005 980.032 463.773 981.088 463.773 983.072V988H462.461V983.248C462.461 981.792 461.997 981.168 461.021 981.168C460.413 981.168 459.789 981.568 459.069 982.368V988H457.757V983.248C457.757 981.792 457.293 981.168 456.301 981.168C455.725 981.168 455.069 981.568 454.349 982.368V988H453.037ZM469.527 988.192C467.623 988.192 465.927 986.704 465.927 984.128C465.927 981.52 467.623 980.032 469.527 980.032C471.431 980.032 473.127 981.52 473.127 984.128C473.127 986.704 471.431 988.192 469.527 988.192ZM469.527 987.104C470.871 987.104 471.767 985.904 471.767 984.128C471.767 982.336 470.871 981.12 469.527 981.12C468.199 981.12 467.287 982.336 467.287 984.128C467.287 985.904 468.199 987.104 469.527 987.104ZM477.557 988.192C475.893 988.192 475.333 987.136 475.333 985.6V981.296H474.181V980.304L475.397 980.224L475.557 978.048H476.661V980.224H478.757V981.296H476.661V985.616C476.661 986.576 476.965 987.12 477.861 987.12C478.133 987.12 478.485 987.008 478.741 986.912L478.997 987.904C478.565 988.048 478.037 988.192 477.557 988.192ZM480.715 988V980.224H482.027V988H480.715ZM481.387 978.624C480.875 978.624 480.475 978.272 480.475 977.776C480.475 977.264 480.875 976.928 481.387 976.928C481.899 976.928 482.299 977.264 482.299 977.776C482.299 978.272 481.899 978.624 481.387 978.624ZM484.853 988V980.224H485.941L486.053 981.344H486.101C486.837 980.608 487.637 980.032 488.709 980.032C490.341 980.032 491.077 981.088 491.077 983.072V988H489.765V983.248C489.765 981.792 489.317 981.168 488.293 981.168C487.493 981.168 486.949 981.584 486.165 982.368V988H484.853ZM496.427 991.584C494.523 991.584 493.211 990.832 493.211 989.488C493.211 988.832 493.643 988.208 494.347 987.728V987.664C493.963 987.424 493.659 987.008 493.659 986.4C493.659 985.744 494.107 985.232 494.507 984.96V984.896C493.995 984.48 493.499 983.728 493.499 982.8C493.499 981.104 494.843 980.032 496.427 980.032C496.859 980.032 497.243 980.112 497.531 980.224H500.235V981.232H498.635C499.003 981.584 499.275 982.176 499.275 982.832C499.275 984.496 498.011 985.536 496.427 985.536C496.043 985.536 495.611 985.44 495.259 985.264C494.987 985.504 494.763 985.76 494.763 986.192C494.763 986.688 495.083 987.04 496.139 987.04H497.643C499.451 987.04 500.363 987.6 500.363 988.896C500.363 990.336 498.843 991.584 496.427 991.584ZM496.427 984.656C497.323 984.656 498.075 983.936 498.075 982.8C498.075 981.664 497.339 980.992 496.427 980.992C495.515 980.992 494.779 981.664 494.779 982.8C494.779 983.936 495.531 984.656 496.427 984.656ZM496.619 990.672C498.107 990.672 499.083 989.904 499.083 989.088C499.083 988.368 498.523 988.128 497.515 988.128H496.171C495.867 988.128 495.499 988.096 495.163 988C494.603 988.4 494.363 988.864 494.363 989.312C494.363 990.144 495.211 990.672 496.619 990.672ZM507.916 988.192C506.252 988.192 505.692 987.136 505.692 985.6V981.296H504.54V980.304L505.756 980.224L505.916 978.048H507.02V980.224H509.116V981.296H507.02V985.616C507.02 986.576 507.324 987.12 508.22 987.12C508.492 987.12 508.844 987.008 509.1 986.912L509.356 987.904C508.924 988.048 508.396 988.192 507.916 988.192ZM511.075 988V976.608H512.387V979.712L512.339 981.312C513.075 980.608 513.859 980.032 514.931 980.032C516.563 980.032 517.299 981.088 517.299 983.072V988H515.987V983.248C515.987 981.792 515.539 981.168 514.515 981.168C513.715 981.168 513.171 981.584 512.387 982.368V988H511.075ZM523.13 988.192C521.05 988.192 519.402 986.672 519.402 984.128C519.402 981.584 521.114 980.032 522.89 980.032C524.874 980.032 525.994 981.456 525.994 983.68C525.994 983.952 525.978 984.24 525.946 984.432H520.698C520.794 986.08 521.802 987.136 523.29 987.136C524.026 987.136 524.65 986.896 525.226 986.528L525.69 987.392C525.018 987.824 524.186 988.192 523.13 988.192ZM520.682 983.488H524.842C524.842 981.92 524.138 981.072 522.922 981.072C521.834 981.072 520.842 981.952 520.682 983.488ZM528.115 988V980.224H529.427V988H528.115ZM528.787 978.624C528.275 978.624 527.875 978.272 527.875 977.776C527.875 977.264 528.275 976.928 528.787 976.928C529.299 976.928 529.699 977.264 529.699 977.776C529.699 978.272 529.299 978.624 528.787 978.624ZM532.253 988V980.224H533.341L533.453 981.632H533.501C534.029 980.656 534.829 980.032 535.709 980.032C536.045 980.032 536.285 980.08 536.541 980.192L536.285 981.344C536.029 981.264 535.853 981.216 535.533 981.216C534.877 981.216 534.093 981.696 533.565 983.008V988H532.253ZM544.843 988.192C544.123 988.192 543.307 987.824 542.619 987.2H542.571L542.459 988H541.403V976.608H542.715V979.712L542.683 981.12C543.387 980.496 544.251 980.032 545.115 980.032C547.131 980.032 548.203 981.584 548.203 983.984C548.203 986.64 546.619 988.192 544.843 988.192ZM544.619 987.088C545.899 987.088 546.843 985.92 546.843 984C546.843 982.288 546.267 981.136 544.795 981.136C544.139 981.136 543.451 981.504 542.715 982.192V986.272C543.403 986.864 544.107 987.088 544.619 987.088ZM550.446 988V980.224H551.534L551.646 981.632H551.694C552.222 980.656 553.022 980.032 553.902 980.032C554.238 980.032 554.478 980.08 554.734 980.192L554.478 981.344C554.222 981.264 554.046 981.216 553.726 981.216C553.07 981.216 552.286 981.696 551.758 983.008V988H550.446ZM557.595 988.192C556.299 988.192 555.323 987.376 555.323 985.984C555.323 984.288 556.779 983.44 560.091 983.072C560.091 982.08 559.771 981.12 558.491 981.12C557.595 981.12 556.779 981.536 556.171 981.952L555.659 981.04C556.379 980.576 557.467 980.032 558.715 980.032C560.619 980.032 561.419 981.296 561.419 983.232V988H560.331L560.219 987.072H560.171C559.435 987.68 558.571 988.192 557.595 988.192ZM557.979 987.136C558.731 987.136 559.339 986.768 560.091 986.096V983.936C557.499 984.256 556.603 984.896 556.603 985.888C556.603 986.768 557.211 987.136 557.979 987.136ZM564.065 988V980.224H565.153L565.265 981.344H565.313C566.049 980.608 566.849 980.032 567.921 980.032C569.553 980.032 570.289 981.088 570.289 983.072V988H568.977V983.248C568.977 981.792 568.529 981.168 567.505 981.168C566.705 981.168 566.161 981.584 565.377 982.368V988H564.065ZM575.671 988.192C573.719 988.192 572.455 986.72 572.455 984.128C572.455 981.6 574.055 980.032 575.831 980.032C576.727 980.032 577.319 980.368 578.007 980.928L577.943 979.6V976.608H579.271V988H578.183L578.071 987.088H578.023C577.415 987.68 576.583 988.192 575.671 988.192ZM575.959 987.088C576.679 987.088 577.303 986.736 577.943 986.016V981.952C577.287 981.36 576.695 981.136 576.055 981.136C574.807 981.136 573.815 982.336 573.815 984.112C573.815 985.968 574.599 987.088 575.959 987.088ZM588.517 988.192C586.613 988.192 584.917 986.704 584.917 984.128C584.917 981.52 586.613 980.032 588.517 980.032C590.421 980.032 592.117 981.52 592.117 984.128C592.117 986.704 590.421 988.192 588.517 988.192ZM588.517 987.104C589.861 987.104 590.757 985.904 590.757 984.128C590.757 982.336 589.861 981.12 588.517 981.12C587.189 981.12 586.277 982.336 586.277 984.128C586.277 985.904 587.189 987.104 588.517 987.104ZM594.365 988V980.224H595.453L595.565 981.344H595.613C596.349 980.608 597.149 980.032 598.221 980.032C599.853 980.032 600.589 981.088 600.589 983.072V988H599.277V983.248C599.277 981.792 598.829 981.168 597.805 981.168C597.005 981.168 596.461 981.584 595.677 982.368V988H594.365ZM609.166 988.192C607.502 988.192 606.942 987.136 606.942 985.6V981.296H605.79V980.304L607.006 980.224L607.166 978.048H608.27V980.224H610.366V981.296H608.27V985.616C608.27 986.576 608.574 987.12 609.47 987.12C609.742 987.12 610.094 987.008 610.35 986.912L610.606 987.904C610.174 988.048 609.646 988.192 609.166 988.192ZM612.325 988V976.608H613.637V979.712L613.589 981.312C614.325 980.608 615.109 980.032 616.181 980.032C617.813 980.032 618.549 981.088 618.549 983.072V988H617.237V983.248C617.237 981.792 616.789 981.168 615.765 981.168C614.965 981.168 614.421 981.584 613.637 982.368V988H612.325ZM624.38 988.192C622.3 988.192 620.652 986.672 620.652 984.128C620.652 981.584 622.364 980.032 624.14 980.032C626.124 980.032 627.244 981.456 627.244 983.68C627.244 983.952 627.228 984.24 627.196 984.432H621.948C622.044 986.08 623.052 987.136 624.54 987.136C625.276 987.136 625.9 986.896 626.476 986.528L626.94 987.392C626.268 987.824 625.436 988.192 624.38 988.192ZM621.932 983.488H626.092C626.092 981.92 625.388 981.072 624.172 981.072C623.084 981.072 622.092 981.952 621.932 983.488ZM629.365 988V980.224H630.677V988H629.365ZM630.037 978.624C629.525 978.624 629.125 978.272 629.125 977.776C629.125 977.264 629.525 976.928 630.037 976.928C630.549 976.928 630.949 977.264 630.949 977.776C630.949 978.272 630.549 978.624 630.037 978.624ZM633.503 988V980.224H634.591L634.703 981.632H634.751C635.279 980.656 636.079 980.032 636.959 980.032C637.295 980.032 637.535 980.08 637.791 980.192L637.535 981.344C637.279 981.264 637.103 981.216 636.783 981.216C636.127 981.216 635.343 981.696 634.815 983.008V988H633.503ZM645.677 988.192C643.773 988.192 642.077 986.704 642.077 984.128C642.077 981.52 643.773 980.032 645.677 980.032C647.581 980.032 649.277 981.52 649.277 984.128C649.277 986.704 647.581 988.192 645.677 988.192ZM645.677 987.104C647.021 987.104 647.917 985.904 647.917 984.128C647.917 982.336 647.021 981.12 645.677 981.12C644.349 981.12 643.437 982.336 643.437 984.128C643.437 985.904 644.349 987.104 645.677 987.104ZM652.694 988L650.534 980.224H651.878L653.03 984.72C653.206 985.456 653.35 986.16 653.494 986.88H653.558C653.734 986.16 653.894 985.44 654.086 984.72L655.286 980.224H656.566L657.782 984.72C657.974 985.456 658.15 986.16 658.326 986.88H658.39C658.566 986.16 658.71 985.456 658.87 984.72L660.006 980.224H661.254L659.174 988H657.574L656.454 983.824C656.262 983.088 656.118 982.368 655.926 981.584H655.862C655.686 982.368 655.526 983.104 655.318 983.84L654.23 988H652.694ZM663.146 988V980.224H664.234L664.346 981.344H664.394C665.13 980.608 665.93 980.032 667.002 980.032C668.634 980.032 669.37 981.088 669.37 983.072V988H668.058V983.248C668.058 981.792 667.61 981.168 666.586 981.168C665.786 981.168 665.242 981.584 664.458 982.368V988H663.146ZM672.784 988.192C672.256 988.192 671.824 987.776 671.824 987.2C671.824 986.592 672.256 986.176 672.784 986.176C673.296 986.176 673.728 986.592 673.728 987.2C673.728 987.776 673.296 988.192 672.784 988.192Z' fill='%232B2B2B'/%3E%3Cpath d='M124.232 1090V1079.57H126.584V1083.58H130.184V1079.57H132.552V1090H130.184V1085.65H126.584V1090H124.232ZM138.229 1090.19C136.213 1090.19 134.357 1088.67 134.357 1086.03C134.357 1083.39 136.213 1081.87 138.229 1081.87C140.229 1081.87 142.085 1083.39 142.085 1086.03C142.085 1088.67 140.229 1090.19 138.229 1090.19ZM138.229 1088.29C139.189 1088.29 139.685 1087.41 139.685 1086.03C139.685 1084.66 139.189 1083.78 138.229 1083.78C137.253 1083.78 136.773 1084.66 136.773 1086.03C136.773 1087.41 137.253 1088.29 138.229 1088.29ZM144.899 1090L142.915 1082.06H145.251L146.019 1085.74C146.147 1086.53 146.243 1087.3 146.371 1088.1H146.435C146.579 1087.3 146.707 1086.5 146.899 1085.74L147.779 1082.06H149.811L150.707 1085.74C150.899 1086.53 151.043 1087.3 151.203 1088.1H151.267C151.411 1087.3 151.491 1086.53 151.635 1085.74L152.387 1082.06H154.563L152.659 1090H149.907L149.187 1086.83C149.027 1086.1 148.899 1085.36 148.755 1084.51H148.691C148.547 1085.36 148.435 1086.1 148.291 1086.83L147.587 1090H144.899ZM160.524 1090L158.54 1082.06H160.876L161.644 1085.74C161.772 1086.53 161.868 1087.3 161.996 1088.1H162.06C162.204 1087.3 162.332 1086.5 162.524 1085.74L163.404 1082.06H165.436L166.332 1085.74C166.524 1086.53 166.668 1087.3 166.828 1088.1H166.892C167.036 1087.3 167.116 1086.53 167.26 1085.74L168.012 1082.06H170.188L168.284 1090H165.532L164.812 1086.83C164.652 1086.1 164.524 1085.36 164.38 1084.51H164.316C164.172 1085.36 164.06 1086.1 163.916 1086.83L163.212 1090H160.524ZM171.618 1090V1082.06H173.97V1090H171.618ZM172.786 1080.9C172.002 1080.9 171.426 1080.38 171.426 1079.66C171.426 1078.94 172.002 1078.45 172.786 1078.45C173.586 1078.45 174.146 1078.94 174.146 1079.66C174.146 1080.38 173.586 1080.9 172.786 1080.9ZM178.2 1090.19C176.584 1090.19 176.04 1089.14 176.04 1087.54V1078.78H178.392V1087.63C178.392 1088.13 178.616 1088.29 178.808 1088.29C178.904 1088.29 178.968 1088.29 179.096 1088.26L179.384 1090C179.128 1090.11 178.728 1090.19 178.2 1090.19ZM182.778 1090.19C181.162 1090.19 180.618 1089.14 180.618 1087.54V1078.78H182.97V1087.63C182.97 1088.13 183.194 1088.29 183.386 1088.29C183.482 1088.29 183.546 1088.29 183.674 1088.26L183.962 1090C183.706 1090.11 183.306 1090.19 182.778 1090.19ZM191.855 1090.19C189.647 1090.19 187.935 1088.67 187.935 1086.03C187.935 1083.39 189.871 1081.87 192.063 1081.87C193.039 1081.87 193.791 1082.22 194.383 1082.72L193.279 1084.24C192.895 1083.92 192.575 1083.78 192.207 1083.78C191.071 1083.78 190.351 1084.66 190.351 1086.03C190.351 1087.41 191.103 1088.29 192.127 1088.29C192.639 1088.29 193.135 1088.03 193.551 1087.71L194.479 1089.25C193.695 1089.94 192.719 1090.19 191.855 1090.19ZM198.028 1090.19C196.412 1090.19 195.868 1089.14 195.868 1087.54V1078.78H198.22V1087.63C198.22 1088.13 198.444 1088.29 198.636 1088.29C198.732 1088.29 198.796 1088.29 198.924 1088.26L199.212 1090C198.956 1090.11 198.556 1090.19 198.028 1090.19ZM200.446 1090V1082.06H202.798V1090H200.446ZM201.614 1080.9C200.83 1080.9 200.254 1080.38 200.254 1079.66C200.254 1078.94 200.83 1078.45 201.614 1078.45C202.414 1078.45 202.974 1078.94 202.974 1079.66C202.974 1080.38 202.414 1080.9 201.614 1080.9ZM208.42 1090.19C206.148 1090.19 204.404 1088.66 204.404 1086.03C204.404 1083.46 206.244 1081.87 208.148 1081.87C210.404 1081.87 211.524 1083.52 211.524 1085.68C211.524 1086.1 211.476 1086.53 211.428 1086.72H206.676C206.884 1087.87 207.684 1088.4 208.74 1088.4C209.332 1088.4 209.876 1088.22 210.452 1087.87L211.236 1089.3C210.42 1089.86 209.364 1090.19 208.42 1090.19ZM206.66 1085.17H209.524C209.524 1084.29 209.14 1083.66 208.196 1083.66C207.46 1083.66 206.82 1084.16 206.66 1085.17ZM213.149 1090V1082.06H215.069L215.229 1083.07H215.293C215.965 1082.43 216.765 1081.87 217.837 1081.87C219.565 1081.87 220.301 1083.09 220.301 1085.07V1090H217.949V1085.38C217.949 1084.22 217.645 1083.87 216.973 1083.87C216.381 1083.87 216.013 1084.14 215.501 1084.64V1090H213.149ZM225.362 1090.19C223.394 1090.19 222.626 1088.96 222.626 1087.12V1083.9H221.538V1082.16L222.754 1082.06L223.026 1079.95H224.978V1082.06H226.882V1083.9H224.978V1087.09C224.978 1087.98 225.378 1088.35 226.002 1088.35C226.258 1088.35 226.546 1088.27 226.754 1088.19L227.122 1089.9C226.706 1090.03 226.13 1090.19 225.362 1090.19ZM230.61 1090.19C229.57 1090.19 228.37 1089.74 227.57 1089.09L228.626 1087.62C229.346 1088.16 230.002 1088.45 230.674 1088.45C231.378 1088.45 231.682 1088.19 231.682 1087.78C231.682 1087.25 230.882 1087.01 230.066 1086.69C229.106 1086.32 227.97 1085.66 227.97 1084.35C227.97 1082.88 229.17 1081.87 231.01 1081.87C232.226 1081.87 233.122 1082.37 233.81 1082.88L232.754 1084.29C232.178 1083.87 231.634 1083.62 231.074 1083.62C230.466 1083.62 230.178 1083.84 230.178 1084.24C230.178 1084.75 230.914 1084.94 231.73 1085.25C232.738 1085.62 233.874 1086.18 233.874 1087.63C233.874 1089.07 232.738 1090.19 230.61 1090.19ZM238.571 1090V1082.06H240.491L240.651 1083.46H240.715C241.291 1082.38 242.155 1081.87 242.971 1081.87C243.419 1081.87 243.691 1081.94 243.915 1082.03L243.531 1084.06C243.243 1083.98 243.003 1083.94 242.667 1083.94C242.075 1083.94 241.339 1084.32 240.923 1085.39V1090H238.571ZM248.342 1090.19C246.07 1090.19 244.326 1088.66 244.326 1086.03C244.326 1083.46 246.166 1081.87 248.07 1081.87C250.326 1081.87 251.446 1083.52 251.446 1085.68C251.446 1086.1 251.398 1086.53 251.35 1086.72H246.598C246.806 1087.87 247.606 1088.4 248.662 1088.4C249.254 1088.4 249.798 1088.22 250.374 1087.87L251.158 1089.3C250.342 1089.86 249.286 1090.19 248.342 1090.19ZM246.582 1085.17H249.446C249.446 1084.29 249.062 1083.66 248.118 1083.66C247.382 1083.66 246.742 1084.16 246.582 1085.17ZM254.899 1090.19C253.443 1090.19 252.531 1089.14 252.531 1087.79C252.531 1086.13 253.859 1085.22 256.995 1084.9C256.947 1084.19 256.611 1083.74 255.747 1083.74C255.075 1083.74 254.419 1084.02 253.651 1084.46L252.803 1082.91C253.811 1082.3 254.947 1081.87 256.195 1081.87C258.227 1081.87 259.347 1083.02 259.347 1085.46V1090H257.427L257.267 1089.18H257.203C256.531 1089.78 255.795 1090.19 254.899 1090.19ZM255.699 1088.37C256.227 1088.37 256.579 1088.11 256.995 1087.7V1086.3C255.331 1086.53 254.787 1087.01 254.787 1087.62C254.787 1088.13 255.139 1088.37 255.699 1088.37ZM264.793 1090.19C262.585 1090.19 260.873 1088.67 260.873 1086.03C260.873 1083.39 262.809 1081.87 265.001 1081.87C265.977 1081.87 266.729 1082.22 267.321 1082.72L266.217 1084.24C265.833 1083.92 265.513 1083.78 265.145 1083.78C264.009 1083.78 263.289 1084.66 263.289 1086.03C263.289 1087.41 264.041 1088.29 265.065 1088.29C265.577 1088.29 266.073 1088.03 266.489 1087.71L267.417 1089.25C266.633 1089.94 265.657 1090.19 264.793 1090.19ZM268.806 1090V1078.78H271.158V1081.54L271.046 1082.96C271.638 1082.43 272.422 1081.87 273.494 1081.87C275.222 1081.87 275.958 1083.09 275.958 1085.07V1090H273.606V1085.38C273.606 1084.22 273.302 1083.87 272.63 1083.87C272.038 1083.87 271.67 1084.14 271.158 1084.64V1090H268.806ZM284.557 1090.19C282.541 1090.19 280.685 1088.67 280.685 1086.03C280.685 1083.39 282.541 1081.87 284.557 1081.87C286.557 1081.87 288.413 1083.39 288.413 1086.03C288.413 1088.67 286.557 1090.19 284.557 1090.19ZM284.557 1088.29C285.517 1088.29 286.013 1087.41 286.013 1086.03C286.013 1084.66 285.517 1083.78 284.557 1083.78C283.581 1083.78 283.101 1084.66 283.101 1086.03C283.101 1087.41 283.581 1088.29 284.557 1088.29ZM292.408 1090.19C290.68 1090.19 289.944 1088.98 289.944 1086.99V1082.06H292.296V1086.69C292.296 1087.82 292.6 1088.19 293.288 1088.19C293.88 1088.19 294.232 1087.94 294.696 1087.31V1082.06H297.048V1090H295.128L294.952 1088.9H294.904C294.232 1089.7 293.496 1090.19 292.408 1090.19ZM302.174 1090.19C300.206 1090.19 299.438 1088.96 299.438 1087.12V1083.9H298.35V1082.16L299.566 1082.06L299.838 1079.95H301.79V1082.06H303.694V1083.9H301.79V1087.09C301.79 1087.98 302.19 1088.35 302.814 1088.35C303.07 1088.35 303.358 1088.27 303.566 1088.19L303.934 1089.9C303.518 1090.03 302.942 1090.19 302.174 1090.19ZM311.502 1090.19C309.534 1090.19 308.766 1088.96 308.766 1087.12V1083.9H307.678V1082.16L308.894 1082.06L309.166 1079.95H311.118V1082.06H313.022V1083.9H311.118V1087.09C311.118 1087.98 311.518 1088.35 312.142 1088.35C312.398 1088.35 312.686 1088.27 312.894 1088.19L313.262 1089.9C312.846 1090.03 312.27 1090.19 311.502 1090.19ZM317.698 1090.19C315.682 1090.19 313.826 1088.67 313.826 1086.03C313.826 1083.39 315.682 1081.87 317.698 1081.87C319.698 1081.87 321.554 1083.39 321.554 1086.03C321.554 1088.67 319.698 1090.19 317.698 1090.19ZM317.698 1088.29C318.658 1088.29 319.154 1087.41 319.154 1086.03C319.154 1084.66 318.658 1083.78 317.698 1083.78C316.722 1083.78 316.242 1084.66 316.242 1086.03C316.242 1087.41 316.722 1088.29 317.698 1088.29ZM326.368 1090V1082.06H328.288L328.448 1083.09H328.512C329.168 1082.43 329.872 1081.87 330.912 1081.87C332.032 1081.87 332.704 1082.35 333.104 1083.2C333.808 1082.48 334.544 1081.87 335.6 1081.87C337.312 1081.87 338.08 1083.09 338.08 1085.07V1090H335.728V1085.38C335.728 1084.22 335.424 1083.87 334.752 1083.87C334.352 1083.87 333.904 1084.13 333.392 1084.64V1090H331.04V1085.38C331.04 1084.22 330.736 1083.87 330.064 1083.87C329.68 1083.87 329.216 1084.13 328.72 1084.64V1090H326.368ZM343.639 1090.19C341.367 1090.19 339.623 1088.66 339.623 1086.03C339.623 1083.46 341.463 1081.87 343.367 1081.87C345.623 1081.87 346.743 1083.52 346.743 1085.68C346.743 1086.1 346.695 1086.53 346.647 1086.72H341.895C342.103 1087.87 342.903 1088.4 343.959 1088.4C344.551 1088.4 345.095 1088.22 345.671 1087.87L346.455 1089.3C345.639 1089.86 344.583 1090.19 343.639 1090.19ZM341.879 1085.17H344.743C344.743 1084.29 344.359 1083.66 343.415 1083.66C342.679 1083.66 342.039 1084.16 341.879 1085.17ZM349.542 1086.3C349.222 1084.11 351.558 1083.2 351.558 1082C351.558 1081.34 351.126 1080.99 350.486 1080.99C349.894 1080.99 349.462 1081.3 349.03 1081.73L347.734 1080.54C348.486 1079.68 349.542 1079.09 350.79 1079.09C352.502 1079.09 353.814 1079.94 353.814 1081.82C353.814 1083.81 351.414 1084.4 351.606 1086.3H349.542ZM350.566 1090.19C349.75 1090.19 349.158 1089.55 349.158 1088.72C349.158 1087.87 349.75 1087.23 350.566 1087.23C351.382 1087.23 351.99 1087.87 351.99 1088.72C351.99 1089.55 351.382 1090.19 350.566 1090.19Z' fill='%232B2B2B'/%3E%3Cpath d='M778 1083.32L784.933 1076.68L792 1083.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M778 1083.32L784.933 1076.68L792 1083.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1054V1053H793V1054H123Z' fill='%23E0E7EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1054V1053H793V1054H123Z' fill='%23E0E7EF'/%3E%3Cpath d='M125.592 1125L123.368 1114.5H124.744L125.848 1120.22C126.04 1121.35 126.264 1122.47 126.456 1123.61H126.52C126.76 1122.47 127.016 1121.34 127.256 1120.22L128.712 1114.5H129.928L131.384 1120.22C131.64 1121.32 131.896 1122.47 132.152 1123.61H132.216C132.408 1122.47 132.6 1121.34 132.808 1120.22L133.912 1114.5H135.192L133.016 1125H131.416L129.832 1118.68C129.64 1117.86 129.48 1117.11 129.32 1116.3H129.256C129.096 1117.11 128.904 1117.86 128.728 1118.68L127.176 1125H125.592ZM137.09 1125V1113.61H138.402V1116.71L138.354 1118.31C139.09 1117.61 139.874 1117.03 140.946 1117.03C142.578 1117.03 143.314 1118.09 143.314 1120.07V1125H142.002V1120.25C142.002 1118.79 141.554 1118.17 140.53 1118.17C139.73 1118.17 139.186 1118.58 138.402 1119.37V1125H137.09ZM145.993 1125V1117.22H147.305V1125H145.993ZM146.665 1115.62C146.153 1115.62 145.753 1115.27 145.753 1114.78C145.753 1114.26 146.153 1113.93 146.665 1113.93C147.177 1113.93 147.577 1114.26 147.577 1114.78C147.577 1115.27 147.177 1115.62 146.665 1115.62ZM151.523 1125.19C150.531 1125.19 150.131 1124.57 150.131 1123.43V1113.61H151.443V1123.53C151.443 1123.94 151.619 1124.1 151.811 1124.1C151.891 1124.1 151.955 1124.1 152.099 1124.07L152.275 1125.06C152.099 1125.14 151.875 1125.19 151.523 1125.19ZM157.561 1125.19C155.481 1125.19 153.833 1123.67 153.833 1121.13C153.833 1118.58 155.545 1117.03 157.321 1117.03C159.305 1117.03 160.425 1118.46 160.425 1120.68C160.425 1120.95 160.409 1121.24 160.377 1121.43H155.129C155.225 1123.08 156.233 1124.14 157.721 1124.14C158.457 1124.14 159.081 1123.9 159.657 1123.53L160.121 1124.39C159.449 1124.82 158.617 1125.19 157.561 1125.19ZM155.113 1120.49H159.273C159.273 1118.92 158.569 1118.07 157.353 1118.07C156.265 1118.07 155.273 1118.95 155.113 1120.49ZM169.022 1125.19C166.958 1125.19 165.374 1123.7 165.374 1121.13C165.374 1118.52 167.118 1117.03 169.118 1117.03C170.142 1117.03 170.846 1117.45 171.39 1117.94L170.718 1118.81C170.27 1118.41 169.79 1118.12 169.166 1118.12C167.758 1118.12 166.734 1119.34 166.734 1121.13C166.734 1122.9 167.71 1124.1 169.134 1124.1C169.854 1124.1 170.478 1123.75 170.958 1123.32L171.534 1124.2C170.83 1124.82 169.95 1125.19 169.022 1125.19ZM173.446 1125V1117.22H174.534L174.646 1118.63H174.694C175.222 1117.66 176.022 1117.03 176.902 1117.03C177.238 1117.03 177.478 1117.08 177.734 1117.19L177.478 1118.34C177.222 1118.26 177.046 1118.22 176.726 1118.22C176.07 1118.22 175.286 1118.7 174.758 1120.01V1125H173.446ZM182.189 1125.19C180.109 1125.19 178.461 1123.67 178.461 1121.13C178.461 1118.58 180.173 1117.03 181.949 1117.03C183.933 1117.03 185.053 1118.46 185.053 1120.68C185.053 1120.95 185.037 1121.24 185.005 1121.43H179.757C179.853 1123.08 180.861 1124.14 182.349 1124.14C183.085 1124.14 183.709 1123.9 184.285 1123.53L184.749 1124.39C184.077 1124.82 183.245 1125.19 182.189 1125.19ZM179.741 1120.49H183.901C183.901 1118.92 183.197 1118.07 181.981 1118.07C180.893 1118.07 179.901 1118.95 179.741 1120.49ZM188.748 1125.19C187.452 1125.19 186.476 1124.38 186.476 1122.98C186.476 1121.29 187.932 1120.44 191.244 1120.07C191.244 1119.08 190.924 1118.12 189.644 1118.12C188.748 1118.12 187.932 1118.54 187.324 1118.95L186.812 1118.04C187.532 1117.58 188.62 1117.03 189.868 1117.03C191.772 1117.03 192.572 1118.3 192.572 1120.23V1125H191.484L191.372 1124.07H191.324C190.588 1124.68 189.724 1125.19 188.748 1125.19ZM189.132 1124.14C189.884 1124.14 190.492 1123.77 191.244 1123.1V1120.94C188.652 1121.26 187.756 1121.9 187.756 1122.89C187.756 1123.77 188.364 1124.14 189.132 1124.14ZM197.448 1125.19C195.784 1125.19 195.224 1124.14 195.224 1122.6V1118.3H194.072V1117.3L195.288 1117.22L195.448 1115.05H196.552V1117.22H198.648V1118.3H196.552V1122.62C196.552 1123.58 196.856 1124.12 197.752 1124.12C198.024 1124.12 198.376 1124.01 198.632 1123.91L198.888 1124.9C198.456 1125.05 197.928 1125.19 197.448 1125.19ZM200.606 1125V1117.22H201.918V1125H200.606ZM201.278 1115.62C200.766 1115.62 200.366 1115.27 200.366 1114.78C200.366 1114.26 200.766 1113.93 201.278 1113.93C201.79 1113.93 202.19 1114.26 202.19 1114.78C202.19 1115.27 201.79 1115.62 201.278 1115.62ZM204.743 1125V1117.22H205.831L205.943 1118.34H205.991C206.727 1117.61 207.527 1117.03 208.599 1117.03C210.231 1117.03 210.967 1118.09 210.967 1120.07V1125H209.655V1120.25C209.655 1118.79 209.207 1118.17 208.183 1118.17C207.383 1118.17 206.839 1118.58 206.055 1119.37V1125H204.743ZM216.317 1128.58C214.413 1128.58 213.101 1127.83 213.101 1126.49C213.101 1125.83 213.533 1125.21 214.237 1124.73V1124.66C213.853 1124.42 213.549 1124.01 213.549 1123.4C213.549 1122.74 213.997 1122.23 214.397 1121.96V1121.9C213.885 1121.48 213.389 1120.73 213.389 1119.8C213.389 1118.1 214.733 1117.03 216.317 1117.03C216.749 1117.03 217.133 1117.11 217.421 1117.22H220.125V1118.23H218.525C218.893 1118.58 219.165 1119.18 219.165 1119.83C219.165 1121.5 217.901 1122.54 216.317 1122.54C215.933 1122.54 215.501 1122.44 215.149 1122.26C214.877 1122.5 214.653 1122.76 214.653 1123.19C214.653 1123.69 214.973 1124.04 216.029 1124.04H217.533C219.341 1124.04 220.253 1124.6 220.253 1125.9C220.253 1127.34 218.733 1128.58 216.317 1128.58ZM216.317 1121.66C217.213 1121.66 217.965 1120.94 217.965 1119.8C217.965 1118.66 217.229 1117.99 216.317 1117.99C215.405 1117.99 214.669 1118.66 214.669 1119.8C214.669 1120.94 215.421 1121.66 216.317 1121.66ZM216.509 1127.67C217.997 1127.67 218.973 1126.9 218.973 1126.09C218.973 1125.37 218.413 1125.13 217.405 1125.13H216.061C215.757 1125.13 215.389 1125.1 215.053 1125C214.493 1125.4 214.253 1125.86 214.253 1126.31C214.253 1127.14 215.101 1127.67 216.509 1127.67ZM225.487 1128.34C225.135 1128.34 224.831 1128.28 224.575 1128.18L224.831 1127.14C224.991 1127.19 225.231 1127.26 225.423 1127.26C226.303 1127.26 226.863 1126.55 227.183 1125.59L227.359 1125.02L224.239 1117.22H225.599L227.183 1121.53C227.423 1122.2 227.695 1123 227.935 1123.72H227.999C228.223 1123.02 228.447 1122.22 228.655 1121.53L230.047 1117.22H231.327L228.399 1125.64C227.855 1127.18 227.055 1128.34 225.487 1128.34ZM235.989 1125.19C234.085 1125.19 232.389 1123.7 232.389 1121.13C232.389 1118.52 234.085 1117.03 235.989 1117.03C237.893 1117.03 239.589 1118.52 239.589 1121.13C239.589 1123.7 237.893 1125.19 235.989 1125.19ZM235.989 1124.1C237.333 1124.1 238.229 1122.9 238.229 1121.13C238.229 1119.34 237.333 1118.12 235.989 1118.12C234.661 1118.12 233.749 1119.34 233.749 1121.13C233.749 1122.9 234.661 1124.1 235.989 1124.1ZM244.109 1125.19C242.461 1125.19 241.725 1124.14 241.725 1122.15V1117.22H243.053V1121.98C243.053 1123.43 243.485 1124.06 244.509 1124.06C245.309 1124.06 245.869 1123.66 246.605 1122.74V1117.22H247.917V1125H246.829L246.717 1123.78H246.669C245.949 1124.63 245.181 1125.19 244.109 1125.19ZM250.74 1125V1117.22H251.828L251.94 1118.63H251.988C252.516 1117.66 253.316 1117.03 254.196 1117.03C254.532 1117.03 254.772 1117.08 255.028 1117.19L254.772 1118.34C254.516 1118.26 254.34 1118.22 254.02 1118.22C253.364 1118.22 252.58 1118.7 252.052 1120.01V1125H250.74ZM259.89 1128.28V1117.22H260.978L261.09 1118.12H261.138C261.842 1117.53 262.706 1117.03 263.618 1117.03C265.618 1117.03 266.69 1118.58 266.69 1121C266.69 1123.64 265.106 1125.19 263.33 1125.19C262.61 1125.19 261.89 1124.86 261.17 1124.3L261.202 1125.66V1128.28H259.89ZM263.106 1124.09C264.386 1124.09 265.33 1122.92 265.33 1121C265.33 1119.29 264.754 1118.14 263.282 1118.14C262.626 1118.14 261.97 1118.5 261.202 1119.19V1123.27C261.906 1123.86 262.594 1124.09 263.106 1124.09ZM268.965 1125V1117.22H270.053L270.165 1118.63H270.213C270.741 1117.66 271.541 1117.03 272.421 1117.03C272.757 1117.03 272.997 1117.08 273.253 1117.19L272.997 1118.34C272.741 1118.26 272.565 1118.22 272.245 1118.22C271.589 1118.22 270.805 1118.7 270.277 1120.01V1125H268.965ZM277.58 1125.19C275.676 1125.19 273.98 1123.7 273.98 1121.13C273.98 1118.52 275.676 1117.03 277.58 1117.03C279.484 1117.03 281.18 1118.52 281.18 1121.13C281.18 1123.7 279.484 1125.19 277.58 1125.19ZM277.58 1124.1C278.924 1124.1 279.82 1122.9 279.82 1121.13C279.82 1119.34 278.924 1118.12 277.58 1118.12C276.252 1118.12 275.34 1119.34 275.34 1121.13C275.34 1122.9 276.252 1124.1 277.58 1124.1ZM287.22 1113.67L286.932 1114.68C286.644 1114.55 286.34 1114.49 286.052 1114.49C285.316 1114.49 284.964 1115 284.964 1115.99V1117.22H286.612V1118.3H284.964V1125H283.652V1118.3H282.596V1117.3L283.652 1117.22V1115.99C283.652 1114.41 284.372 1113.42 285.924 1113.42C286.404 1113.42 286.868 1113.53 287.22 1113.67ZM288.3 1125V1117.22H289.612V1125H288.3ZM288.972 1115.62C288.46 1115.62 288.06 1115.27 288.06 1114.78C288.06 1114.26 288.46 1113.93 288.972 1113.93C289.484 1113.93 289.884 1114.26 289.884 1114.78C289.884 1115.27 289.484 1115.62 288.972 1115.62ZM293.829 1125.19C292.837 1125.19 292.437 1124.57 292.437 1123.43V1113.61H293.749V1123.53C293.749 1123.94 293.925 1124.1 294.117 1124.1C294.197 1124.1 294.261 1124.1 294.405 1124.07L294.581 1125.06C294.405 1125.14 294.181 1125.19 293.829 1125.19ZM299.867 1125.19C297.787 1125.19 296.139 1123.67 296.139 1121.13C296.139 1118.58 297.851 1117.03 299.627 1117.03C301.611 1117.03 302.731 1118.46 302.731 1120.68C302.731 1120.95 302.715 1121.24 302.683 1121.43H297.435C297.531 1123.08 298.539 1124.14 300.027 1124.14C300.763 1124.14 301.387 1123.9 301.963 1123.53L302.427 1124.39C301.755 1124.82 300.923 1125.19 299.867 1125.19ZM297.419 1120.49H301.579C301.579 1118.92 300.875 1118.07 299.659 1118.07C298.571 1118.07 297.579 1118.95 297.419 1120.49ZM304.613 1127.72L304.293 1126.95C305.189 1126.55 305.733 1125.86 305.733 1125C305.685 1125.02 305.621 1125.02 305.573 1125.02C305.061 1125.02 304.629 1124.7 304.629 1124.1C304.629 1123.53 305.077 1123.18 305.605 1123.18C306.293 1123.18 306.709 1123.77 306.709 1124.73C306.709 1126.1 305.909 1127.18 304.613 1127.72ZM312.568 1128.34C312.216 1128.34 311.912 1128.28 311.656 1128.18L311.912 1127.14C312.072 1127.19 312.312 1127.26 312.504 1127.26C313.384 1127.26 313.944 1126.55 314.264 1125.59L314.44 1125.02L311.32 1117.22H312.68L314.264 1121.53C314.504 1122.2 314.776 1123 315.016 1123.72H315.08C315.304 1123.02 315.528 1122.22 315.736 1121.53L317.128 1117.22H318.408L315.48 1125.64C314.936 1127.18 314.136 1128.34 312.568 1128.34ZM323.07 1125.19C321.166 1125.19 319.47 1123.7 319.47 1121.13C319.47 1118.52 321.166 1117.03 323.07 1117.03C324.974 1117.03 326.67 1118.52 326.67 1121.13C326.67 1123.7 324.974 1125.19 323.07 1125.19ZM323.07 1124.1C324.414 1124.1 325.31 1122.9 325.31 1121.13C325.31 1119.34 324.414 1118.12 323.07 1118.12C321.742 1118.12 320.83 1119.34 320.83 1121.13C320.83 1122.9 321.742 1124.1 323.07 1124.1ZM331.19 1125.19C329.542 1125.19 328.806 1124.14 328.806 1122.15V1117.22H330.134V1121.98C330.134 1123.43 330.566 1124.06 331.59 1124.06C332.39 1124.06 332.95 1123.66 333.686 1122.74V1117.22H334.998V1125H333.91L333.798 1123.78H333.75C333.03 1124.63 332.262 1125.19 331.19 1125.19ZM342.457 1125L340.297 1117.22H341.641L342.793 1121.72C342.969 1122.46 343.113 1123.16 343.257 1123.88H343.321C343.497 1123.16 343.657 1122.44 343.849 1121.72L345.049 1117.22H346.329L347.545 1121.72C347.737 1122.46 347.913 1123.16 348.089 1123.88H348.153C348.329 1123.16 348.473 1122.46 348.633 1121.72L349.769 1117.22H351.017L348.937 1125H347.337L346.217 1120.82C346.025 1120.09 345.881 1119.37 345.689 1118.58H345.625C345.449 1119.37 345.289 1120.1 345.081 1120.84L343.993 1125H342.457ZM352.909 1125V1117.22H354.221V1125H352.909ZM353.581 1115.62C353.069 1115.62 352.669 1115.27 352.669 1114.78C352.669 1114.26 353.069 1113.93 353.581 1113.93C354.093 1113.93 354.493 1114.26 354.493 1114.78C354.493 1115.27 354.093 1115.62 353.581 1115.62ZM358.438 1125.19C357.446 1125.19 357.046 1124.57 357.046 1123.43V1113.61H358.358V1123.53C358.358 1123.94 358.534 1124.1 358.726 1124.1C358.806 1124.1 358.87 1124.1 359.014 1124.07L359.19 1125.06C359.014 1125.14 358.79 1125.19 358.438 1125.19ZM362.716 1125.19C361.724 1125.19 361.324 1124.57 361.324 1123.43V1113.61H362.636V1123.53C362.636 1123.94 362.812 1124.1 363.004 1124.1C363.084 1124.1 363.148 1124.1 363.292 1124.07L363.468 1125.06C363.292 1125.14 363.068 1125.19 362.716 1125.19ZM372.446 1125.19C371.726 1125.19 370.91 1124.82 370.222 1124.2H370.174L370.062 1125H369.006V1113.61H370.318V1116.71L370.286 1118.12C370.99 1117.5 371.854 1117.03 372.718 1117.03C374.734 1117.03 375.806 1118.58 375.806 1120.98C375.806 1123.64 374.222 1125.19 372.446 1125.19ZM372.222 1124.09C373.502 1124.09 374.446 1122.92 374.446 1121C374.446 1119.29 373.87 1118.14 372.398 1118.14C371.742 1118.14 371.054 1118.5 370.318 1119.19V1123.27C371.006 1123.86 371.71 1124.09 372.222 1124.09ZM381.202 1125.19C379.122 1125.19 377.474 1123.67 377.474 1121.13C377.474 1118.58 379.186 1117.03 380.962 1117.03C382.946 1117.03 384.066 1118.46 384.066 1120.68C384.066 1120.95 384.05 1121.24 384.018 1121.43H378.77C378.866 1123.08 379.874 1124.14 381.362 1124.14C382.098 1124.14 382.722 1123.9 383.298 1123.53L383.762 1124.39C383.09 1124.82 382.258 1125.19 381.202 1125.19ZM378.754 1120.49H382.914C382.914 1118.92 382.21 1118.07 380.994 1118.07C379.906 1118.07 378.914 1118.95 378.754 1120.49ZM391.382 1125.19C390.086 1125.19 389.11 1124.38 389.11 1122.98C389.11 1121.29 390.566 1120.44 393.878 1120.07C393.878 1119.08 393.558 1118.12 392.278 1118.12C391.382 1118.12 390.566 1118.54 389.958 1118.95L389.446 1118.04C390.166 1117.58 391.254 1117.03 392.502 1117.03C394.406 1117.03 395.206 1118.3 395.206 1120.23V1125H394.118L394.006 1124.07H393.958C393.222 1124.68 392.358 1125.19 391.382 1125.19ZM391.766 1124.14C392.518 1124.14 393.126 1123.77 393.878 1123.1V1120.94C391.286 1121.26 390.39 1121.9 390.39 1122.89C390.39 1123.77 390.998 1124.14 391.766 1124.14ZM399.885 1125.19C398.781 1125.19 397.725 1124.73 396.989 1124.12L397.645 1123.24C398.317 1123.78 399.005 1124.17 399.933 1124.17C400.957 1124.17 401.469 1123.62 401.469 1122.95C401.469 1122.15 400.541 1121.8 399.693 1121.48C398.589 1121.08 397.373 1120.55 397.373 1119.24C397.373 1117.99 398.365 1117.03 400.045 1117.03C401.021 1117.03 401.869 1117.43 402.461 1117.91L401.837 1118.74C401.309 1118.34 400.749 1118.06 400.061 1118.06C399.085 1118.06 398.637 1118.58 398.637 1119.18C398.637 1119.91 399.485 1120.18 400.365 1120.52C401.485 1120.94 402.733 1121.4 402.733 1122.87C402.733 1124.14 401.725 1125.19 399.885 1125.19ZM404.756 1125V1113.61H406.052V1121.32H406.1L409.412 1117.22H410.868L408.26 1120.34L411.22 1125H409.78L407.508 1121.26L406.052 1122.95V1125H404.756ZM415.748 1125.19C413.668 1125.19 412.02 1123.67 412.02 1121.13C412.02 1118.58 413.732 1117.03 415.508 1117.03C417.492 1117.03 418.612 1118.46 418.612 1120.68C418.612 1120.95 418.596 1121.24 418.564 1121.43H413.316C413.412 1123.08 414.42 1124.14 415.908 1124.14C416.644 1124.14 417.268 1123.9 417.844 1123.53L418.308 1124.39C417.636 1124.82 416.804 1125.19 415.748 1125.19ZM413.3 1120.49H417.46C417.46 1118.92 416.756 1118.07 415.54 1118.07C414.452 1118.07 413.46 1118.95 413.3 1120.49ZM423.39 1125.19C421.438 1125.19 420.174 1123.72 420.174 1121.13C420.174 1118.6 421.774 1117.03 423.55 1117.03C424.446 1117.03 425.038 1117.37 425.726 1117.93L425.662 1116.6V1113.61H426.99V1125H425.902L425.79 1124.09H425.742C425.134 1124.68 424.302 1125.19 423.39 1125.19ZM423.678 1124.09C424.398 1124.09 425.022 1123.74 425.662 1123.02V1118.95C425.006 1118.36 424.414 1118.14 423.774 1118.14C422.526 1118.14 421.534 1119.34 421.534 1121.11C421.534 1122.97 422.318 1124.09 423.678 1124.09ZM435.66 1125.19C433.996 1125.19 433.436 1124.14 433.436 1122.6V1118.3H432.284V1117.3L433.5 1117.22L433.66 1115.05H434.764V1117.22H436.86V1118.3H434.764V1122.62C434.764 1123.58 435.068 1124.12 435.964 1124.12C436.236 1124.12 436.588 1124.01 436.844 1123.91L437.1 1124.9C436.668 1125.05 436.14 1125.19 435.66 1125.19ZM441.624 1125.19C439.72 1125.19 438.024 1123.7 438.024 1121.13C438.024 1118.52 439.72 1117.03 441.624 1117.03C443.528 1117.03 445.224 1118.52 445.224 1121.13C445.224 1123.7 443.528 1125.19 441.624 1125.19ZM441.624 1124.1C442.968 1124.1 443.864 1122.9 443.864 1121.13C443.864 1119.34 442.968 1118.12 441.624 1118.12C440.296 1118.12 439.384 1119.34 439.384 1121.13C439.384 1122.9 440.296 1124.1 441.624 1124.1ZM450.875 1128.28V1117.22H451.963L452.075 1118.12H452.123C452.827 1117.53 453.691 1117.03 454.603 1117.03C456.603 1117.03 457.675 1118.58 457.675 1121C457.675 1123.64 456.091 1125.19 454.315 1125.19C453.595 1125.19 452.875 1124.86 452.155 1124.3L452.187 1125.66V1128.28H450.875ZM454.091 1124.09C455.371 1124.09 456.315 1122.92 456.315 1121C456.315 1119.29 455.739 1118.14 454.266 1118.14C453.611 1118.14 452.955 1118.5 452.187 1119.19V1123.27C452.891 1123.86 453.579 1124.09 454.091 1124.09ZM459.95 1125V1117.22H461.038L461.15 1118.63H461.198C461.726 1117.66 462.526 1117.03 463.406 1117.03C463.742 1117.03 463.982 1117.08 464.238 1117.19L463.982 1118.34C463.726 1118.26 463.55 1118.22 463.23 1118.22C462.574 1118.22 461.79 1118.7 461.262 1120.01V1125H459.95ZM468.564 1125.19C466.66 1125.19 464.964 1123.7 464.964 1121.13C464.964 1118.52 466.66 1117.03 468.564 1117.03C470.468 1117.03 472.164 1118.52 472.164 1121.13C472.164 1123.7 470.468 1125.19 468.564 1125.19ZM468.564 1124.1C469.908 1124.1 470.804 1122.9 470.804 1121.13C470.804 1119.34 469.908 1118.12 468.564 1118.12C467.236 1118.12 466.324 1119.34 466.324 1121.13C466.324 1122.9 467.236 1124.1 468.564 1124.1ZM476.03 1125L473.23 1117.22H474.59L476.062 1121.64C476.286 1122.41 476.542 1123.19 476.782 1123.93H476.846C477.07 1123.19 477.326 1122.41 477.55 1121.64L479.022 1117.22H480.318L477.566 1125H476.03ZM482.018 1125V1117.22H483.33V1125H482.018ZM482.69 1115.62C482.178 1115.62 481.778 1115.27 481.778 1114.78C481.778 1114.26 482.178 1113.93 482.69 1113.93C483.202 1113.93 483.602 1114.26 483.602 1114.78C483.602 1115.27 483.202 1115.62 482.69 1115.62ZM488.812 1125.19C486.86 1125.19 485.596 1123.72 485.596 1121.13C485.596 1118.6 487.196 1117.03 488.972 1117.03C489.868 1117.03 490.46 1117.37 491.148 1117.93L491.084 1116.6V1113.61H492.412V1125H491.324L491.212 1124.09H491.164C490.556 1124.68 489.724 1125.19 488.812 1125.19ZM489.1 1124.09C489.82 1124.09 490.444 1123.74 491.084 1123.02V1118.95C490.428 1118.36 489.836 1118.14 489.196 1118.14C487.948 1118.14 486.956 1119.34 486.956 1121.11C486.956 1122.97 487.74 1124.09 489.1 1124.09ZM498.383 1125.19C496.303 1125.19 494.655 1123.67 494.655 1121.13C494.655 1118.58 496.367 1117.03 498.143 1117.03C500.127 1117.03 501.247 1118.46 501.247 1120.68C501.247 1120.95 501.231 1121.24 501.199 1121.43H495.951C496.047 1123.08 497.055 1124.14 498.543 1124.14C499.279 1124.14 499.903 1123.9 500.479 1123.53L500.943 1124.39C500.271 1124.82 499.439 1125.19 498.383 1125.19ZM495.935 1120.49H500.095C500.095 1118.92 499.391 1118.07 498.175 1118.07C497.087 1118.07 496.095 1118.95 495.935 1120.49ZM509.843 1125.19C507.779 1125.19 506.195 1123.7 506.195 1121.13C506.195 1118.52 507.939 1117.03 509.939 1117.03C510.963 1117.03 511.667 1117.45 512.211 1117.94L511.539 1118.81C511.091 1118.41 510.611 1118.12 509.987 1118.12C508.579 1118.12 507.555 1119.34 507.555 1121.13C507.555 1122.9 508.531 1124.1 509.955 1124.1C510.675 1124.1 511.299 1123.75 511.779 1123.32L512.355 1124.2C511.651 1124.82 510.771 1125.19 509.843 1125.19ZM516.948 1125.19C515.044 1125.19 513.348 1123.7 513.348 1121.13C513.348 1118.52 515.044 1117.03 516.948 1117.03C518.852 1117.03 520.548 1118.52 520.548 1121.13C520.548 1123.7 518.852 1125.19 516.948 1125.19ZM516.948 1124.1C518.292 1124.1 519.188 1122.9 519.188 1121.13C519.188 1119.34 518.292 1118.12 516.948 1118.12C515.62 1118.12 514.708 1119.34 514.708 1121.13C514.708 1122.9 515.62 1124.1 516.948 1124.1ZM522.796 1125V1117.22H523.884L523.996 1118.34H524.044C524.78 1117.61 525.58 1117.03 526.652 1117.03C528.284 1117.03 529.02 1118.09 529.02 1120.07V1125H527.708V1120.25C527.708 1118.79 527.26 1118.17 526.236 1118.17C525.436 1118.17 524.892 1118.58 524.108 1119.37V1125H522.796ZM534.194 1125.19C532.53 1125.19 531.97 1124.14 531.97 1122.6V1118.3H530.818V1117.3L532.034 1117.22L532.194 1115.05H533.298V1117.22H535.394V1118.3H533.298V1122.62C533.298 1123.58 533.602 1124.12 534.498 1124.12C534.77 1124.12 535.122 1124.01 535.378 1123.91L535.634 1124.9C535.202 1125.05 534.674 1125.19 534.194 1125.19ZM538.801 1125.19C537.505 1125.19 536.529 1124.38 536.529 1122.98C536.529 1121.29 537.985 1120.44 541.297 1120.07C541.297 1119.08 540.977 1118.12 539.697 1118.12C538.801 1118.12 537.985 1118.54 537.377 1118.95L536.865 1118.04C537.585 1117.58 538.673 1117.03 539.921 1117.03C541.825 1117.03 542.625 1118.3 542.625 1120.23V1125H541.537L541.425 1124.07H541.377C540.641 1124.68 539.777 1125.19 538.801 1125.19ZM539.185 1124.14C539.937 1124.14 540.545 1123.77 541.297 1123.1V1120.94C538.705 1121.26 537.809 1121.9 537.809 1122.89C537.809 1123.77 538.417 1124.14 539.185 1124.14ZM548.343 1125.19C546.279 1125.19 544.695 1123.7 544.695 1121.13C544.695 1118.52 546.439 1117.03 548.439 1117.03C549.463 1117.03 550.167 1117.45 550.711 1117.94L550.039 1118.81C549.591 1118.41 549.111 1118.12 548.487 1118.12C547.079 1118.12 546.055 1119.34 546.055 1121.13C546.055 1122.9 547.031 1124.1 548.455 1124.1C549.175 1124.1 549.799 1123.75 550.279 1123.32L550.855 1124.2C550.151 1124.82 549.271 1125.19 548.343 1125.19ZM555.06 1125.19C553.396 1125.19 552.836 1124.14 552.836 1122.6V1118.3H551.684V1117.3L552.9 1117.22L553.06 1115.05H554.164V1117.22H556.26V1118.3H554.164V1122.62C554.164 1123.58 554.468 1124.12 555.364 1124.12C555.636 1124.12 555.988 1124.01 556.244 1123.91L556.5 1124.9C556.068 1125.05 555.54 1125.19 555.06 1125.19ZM564.277 1125.19C562.325 1125.19 561.061 1123.72 561.061 1121.13C561.061 1118.6 562.661 1117.03 564.437 1117.03C565.333 1117.03 565.925 1117.37 566.613 1117.93L566.549 1116.6V1113.61H567.877V1125H566.789L566.677 1124.09H566.629C566.021 1124.68 565.189 1125.19 564.277 1125.19ZM564.565 1124.09C565.285 1124.09 565.909 1123.74 566.549 1123.02V1118.95C565.893 1118.36 565.301 1118.14 564.661 1118.14C563.413 1118.14 562.421 1119.34 562.421 1121.11C562.421 1122.97 563.205 1124.09 564.565 1124.09ZM573.848 1125.19C571.768 1125.19 570.12 1123.67 570.12 1121.13C570.12 1118.58 571.832 1117.03 573.608 1117.03C575.592 1117.03 576.712 1118.46 576.712 1120.68C576.712 1120.95 576.696 1121.24 576.664 1121.43H571.416C571.512 1123.08 572.52 1124.14 574.008 1124.14C574.744 1124.14 575.368 1123.9 575.944 1123.53L576.408 1124.39C575.736 1124.82 574.904 1125.19 573.848 1125.19ZM571.4 1120.49H575.56C575.56 1118.92 574.856 1118.07 573.64 1118.07C572.552 1118.07 571.56 1118.95 571.4 1120.49ZM581.126 1125.19C579.462 1125.19 578.902 1124.14 578.902 1122.6V1118.3H577.75V1117.3L578.966 1117.22L579.126 1115.05H580.23V1117.22H582.326V1118.3H580.23V1122.62C580.23 1123.58 580.534 1124.12 581.43 1124.12C581.702 1124.12 582.054 1124.01 582.31 1123.91L582.566 1124.9C582.134 1125.05 581.606 1125.19 581.126 1125.19ZM585.732 1125.19C584.436 1125.19 583.46 1124.38 583.46 1122.98C583.46 1121.29 584.916 1120.44 588.228 1120.07C588.228 1119.08 587.908 1118.12 586.628 1118.12C585.732 1118.12 584.916 1118.54 584.308 1118.95L583.796 1118.04C584.516 1117.58 585.604 1117.03 586.852 1117.03C588.756 1117.03 589.556 1118.3 589.556 1120.23V1125H588.468L588.356 1124.07H588.308C587.572 1124.68 586.708 1125.19 585.732 1125.19ZM586.116 1124.14C586.868 1124.14 587.476 1123.77 588.228 1123.1V1120.94C585.636 1121.26 584.74 1121.9 584.74 1122.89C584.74 1123.77 585.348 1124.14 586.116 1124.14ZM592.203 1125V1117.22H593.515V1125H592.203ZM592.875 1115.62C592.363 1115.62 591.963 1115.27 591.963 1114.78C591.963 1114.26 592.363 1113.93 592.875 1113.93C593.387 1113.93 593.787 1114.26 593.787 1114.78C593.787 1115.27 593.387 1115.62 592.875 1115.62ZM597.732 1125.19C596.74 1125.19 596.34 1124.57 596.34 1123.43V1113.61H597.652V1123.53C597.652 1123.94 597.828 1124.1 598.02 1124.1C598.1 1124.1 598.164 1124.1 598.308 1124.07L598.484 1125.06C598.308 1125.14 598.084 1125.19 597.732 1125.19ZM602.65 1125.19C601.546 1125.19 600.49 1124.73 599.754 1124.12L600.41 1123.24C601.082 1123.78 601.77 1124.17 602.698 1124.17C603.722 1124.17 604.234 1123.62 604.234 1122.95C604.234 1122.15 603.306 1121.8 602.458 1121.48C601.354 1121.08 600.138 1120.55 600.138 1119.24C600.138 1117.99 601.13 1117.03 602.81 1117.03C603.786 1117.03 604.634 1117.43 605.226 1117.91L604.602 1118.74C604.074 1118.34 603.514 1118.06 602.826 1118.06C601.85 1118.06 601.402 1118.58 601.402 1119.18C601.402 1119.91 602.25 1120.18 603.13 1120.52C604.25 1120.94 605.498 1121.4 605.498 1122.87C605.498 1124.14 604.49 1125.19 602.65 1125.19ZM610.268 1121.43V1120.52H621.756V1121.43H610.268ZM630.477 1125.19C628.397 1125.19 626.749 1123.67 626.749 1121.13C626.749 1118.58 628.461 1117.03 630.237 1117.03C632.221 1117.03 633.341 1118.46 633.341 1120.68C633.341 1120.95 633.325 1121.24 633.293 1121.43H628.045C628.141 1123.08 629.149 1124.14 630.637 1124.14C631.373 1124.14 631.997 1123.9 632.573 1123.53L633.037 1124.39C632.365 1124.82 631.533 1125.19 630.477 1125.19ZM628.029 1120.49H632.189C632.189 1118.92 631.485 1118.07 630.269 1118.07C629.181 1118.07 628.189 1118.95 628.029 1120.49ZM635.462 1125V1117.22H636.55L636.662 1118.34H636.71C637.382 1117.61 638.198 1117.03 639.126 1117.03C640.31 1117.03 640.95 1117.59 641.27 1118.52C642.086 1117.64 642.886 1117.03 643.83 1117.03C645.43 1117.03 646.198 1118.09 646.198 1120.07V1125H644.886V1120.25C644.886 1118.79 644.422 1118.17 643.446 1118.17C642.838 1118.17 642.214 1118.57 641.494 1119.37V1125H640.182V1120.25C640.182 1118.79 639.718 1118.17 638.726 1118.17C638.15 1118.17 637.494 1118.57 636.774 1119.37V1125H635.462ZM650.72 1125.19C649.424 1125.19 648.448 1124.38 648.448 1122.98C648.448 1121.29 649.904 1120.44 653.216 1120.07C653.216 1119.08 652.896 1118.12 651.616 1118.12C650.72 1118.12 649.904 1118.54 649.296 1118.95L648.784 1118.04C649.504 1117.58 650.592 1117.03 651.84 1117.03C653.744 1117.03 654.544 1118.3 654.544 1120.23V1125H653.456L653.344 1124.07H653.296C652.56 1124.68 651.696 1125.19 650.72 1125.19ZM651.104 1124.14C651.856 1124.14 652.464 1123.77 653.216 1123.1V1120.94C650.624 1121.26 649.728 1121.9 649.728 1122.89C649.728 1123.77 650.336 1124.14 651.104 1124.14ZM657.19 1125V1117.22H658.502V1125H657.19ZM657.862 1115.62C657.35 1115.62 656.95 1115.27 656.95 1114.78C656.95 1114.26 657.35 1113.93 657.862 1113.93C658.374 1113.93 658.774 1114.26 658.774 1114.78C658.774 1115.27 658.374 1115.62 657.862 1115.62ZM662.72 1125.19C661.728 1125.19 661.328 1124.57 661.328 1123.43V1113.61H662.64V1123.53C662.64 1123.94 662.816 1124.1 663.008 1124.1C663.088 1124.1 663.152 1124.1 663.296 1124.07L663.472 1125.06C663.296 1125.14 663.072 1125.19 662.72 1125.19ZM670.801 1125.19C669.505 1125.19 668.529 1124.38 668.529 1122.98C668.529 1121.29 669.985 1120.44 673.297 1120.07C673.297 1119.08 672.977 1118.12 671.697 1118.12C670.801 1118.12 669.985 1118.54 669.377 1118.95L668.865 1118.04C669.585 1117.58 670.673 1117.03 671.921 1117.03C673.825 1117.03 674.625 1118.3 674.625 1120.23V1125H673.537L673.425 1124.07H673.377C672.641 1124.68 671.777 1125.19 670.801 1125.19ZM671.185 1124.14C671.937 1124.14 672.545 1123.77 673.297 1123.1V1120.94C670.705 1121.26 669.809 1121.9 669.809 1122.89C669.809 1123.77 670.417 1124.14 671.185 1124.14ZM677.271 1125V1117.22H678.359L678.471 1118.34H678.519C679.255 1117.61 680.055 1117.03 681.127 1117.03C682.759 1117.03 683.495 1118.09 683.495 1120.07V1125H682.183V1120.25C682.183 1118.79 681.735 1118.17 680.711 1118.17C679.911 1118.17 679.367 1118.58 678.583 1119.37V1125H677.271ZM688.877 1125.19C686.925 1125.19 685.661 1123.72 685.661 1121.13C685.661 1118.6 687.261 1117.03 689.037 1117.03C689.933 1117.03 690.525 1117.37 691.213 1117.93L691.149 1116.6V1113.61H692.477V1125H691.389L691.277 1124.09H691.229C690.621 1124.68 689.789 1125.19 688.877 1125.19ZM689.165 1124.09C689.885 1124.09 690.509 1123.74 691.149 1123.02V1118.95C690.493 1118.36 689.901 1118.14 689.261 1118.14C688.013 1118.14 687.021 1119.34 687.021 1121.11C687.021 1122.97 687.805 1124.09 689.165 1124.09ZM698.7 1128.28V1117.22H699.788L699.9 1118.12H699.948C700.652 1117.53 701.516 1117.03 702.428 1117.03C704.428 1117.03 705.5 1118.58 705.5 1121C705.5 1123.64 703.916 1125.19 702.14 1125.19C701.42 1125.19 700.7 1124.86 699.98 1124.3L700.012 1125.66V1128.28H698.7ZM701.916 1124.09C703.196 1124.09 704.14 1122.92 704.14 1121C704.14 1119.29 703.564 1118.14 702.092 1118.14C701.436 1118.14 700.78 1118.5 700.012 1119.19V1123.27C700.716 1123.86 701.404 1124.09 701.916 1124.09ZM707.775 1125V1113.61H709.087V1116.71L709.039 1118.31C709.775 1117.61 710.559 1117.03 711.631 1117.03C713.263 1117.03 713.999 1118.09 713.999 1120.07V1125H712.687V1120.25C712.687 1118.79 712.239 1118.17 711.215 1118.17C710.415 1118.17 709.871 1118.58 709.087 1119.37V1125H707.775ZM719.702 1125.19C717.798 1125.19 716.102 1123.7 716.102 1121.13C716.102 1118.52 717.798 1117.03 719.702 1117.03C721.606 1117.03 723.302 1118.52 723.302 1121.13C723.302 1123.7 721.606 1125.19 719.702 1125.19ZM719.702 1124.1C721.046 1124.1 721.942 1122.9 721.942 1121.13C721.942 1119.34 721.046 1118.12 719.702 1118.12C718.374 1118.12 717.462 1119.34 717.462 1121.13C717.462 1122.9 718.374 1124.1 719.702 1124.1ZM725.549 1125V1117.22H726.637L726.749 1118.34H726.797C727.533 1117.61 728.333 1117.03 729.405 1117.03C731.037 1117.03 731.773 1118.09 731.773 1120.07V1125H730.461V1120.25C730.461 1118.79 730.013 1118.17 728.989 1118.17C728.189 1118.17 727.645 1118.58 726.861 1119.37V1125H725.549ZM737.652 1125.19C735.572 1125.19 733.924 1123.67 733.924 1121.13C733.924 1118.58 735.636 1117.03 737.411 1117.03C739.396 1117.03 740.516 1118.46 740.516 1120.68C740.516 1120.95 740.5 1121.24 740.468 1121.43H735.22C735.316 1123.08 736.324 1124.14 737.812 1124.14C738.548 1124.14 739.172 1123.9 739.748 1123.53L740.212 1124.39C739.54 1124.82 738.708 1125.19 737.652 1125.19ZM735.204 1120.49H739.364C739.364 1118.92 738.66 1118.07 737.444 1118.07C736.356 1118.07 735.364 1118.95 735.204 1120.49ZM124.312 1147V1139.22H125.4L125.512 1140.34H125.56C126.296 1139.61 127.096 1139.03 128.168 1139.03C129.8 1139.03 130.536 1140.09 130.536 1142.07V1147H129.224V1142.25C129.224 1140.79 128.776 1140.17 127.752 1140.17C126.952 1140.17 126.408 1140.58 125.624 1141.37V1147H124.312ZM135.534 1147.19C133.886 1147.19 133.15 1146.14 133.15 1144.15V1139.22H134.478V1143.98C134.478 1145.43 134.91 1146.06 135.934 1146.06C136.734 1146.06 137.294 1145.66 138.03 1144.74V1139.22H139.342V1147H138.254L138.142 1145.78H138.094C137.374 1146.63 136.606 1147.19 135.534 1147.19ZM142.165 1147V1139.22H143.253L143.365 1140.34H143.413C144.085 1139.61 144.901 1139.03 145.829 1139.03C147.013 1139.03 147.653 1139.59 147.973 1140.52C148.789 1139.64 149.589 1139.03 150.533 1139.03C152.133 1139.03 152.901 1140.09 152.901 1142.07V1147H151.589V1142.25C151.589 1140.79 151.125 1140.17 150.149 1140.17C149.541 1140.17 148.917 1140.57 148.197 1141.37V1147H146.885V1142.25C146.885 1140.79 146.421 1140.17 145.429 1140.17C144.853 1140.17 144.197 1140.57 143.477 1141.37V1147H142.165ZM159.071 1147.19C158.351 1147.19 157.535 1146.82 156.847 1146.2H156.799L156.687 1147H155.631V1135.61H156.943V1138.71L156.911 1140.12C157.615 1139.5 158.479 1139.03 159.343 1139.03C161.359 1139.03 162.431 1140.58 162.431 1142.98C162.431 1145.64 160.847 1147.19 159.071 1147.19ZM158.847 1146.09C160.127 1146.09 161.071 1144.92 161.071 1143C161.071 1141.29 160.495 1140.14 159.023 1140.14C158.367 1140.14 157.679 1140.5 156.943 1141.19V1145.27C157.631 1145.86 158.335 1146.09 158.847 1146.09ZM167.826 1147.19C165.746 1147.19 164.098 1145.67 164.098 1143.13C164.098 1140.58 165.81 1139.03 167.586 1139.03C169.57 1139.03 170.69 1140.46 170.69 1142.68C170.69 1142.95 170.674 1143.24 170.642 1143.43H165.394C165.49 1145.08 166.498 1146.14 167.986 1146.14C168.722 1146.14 169.346 1145.9 169.922 1145.53L170.386 1146.39C169.714 1146.82 168.882 1147.19 167.826 1147.19ZM165.378 1142.49H169.538C169.538 1140.92 168.834 1140.07 167.618 1140.07C166.53 1140.07 165.538 1140.95 165.378 1142.49ZM172.812 1147V1139.22H173.9L174.012 1140.63H174.06C174.588 1139.66 175.388 1139.03 176.268 1139.03C176.604 1139.03 176.844 1139.08 177.1 1139.19L176.844 1140.34C176.588 1140.26 176.412 1140.22 176.092 1140.22C175.436 1140.22 174.652 1140.7 174.124 1142.01V1147H172.812ZM178.341 1147.19C177.813 1147.19 177.381 1146.78 177.381 1146.2C177.381 1145.59 177.813 1145.18 178.341 1145.18C178.853 1145.18 179.285 1145.59 179.285 1146.2C179.285 1146.78 178.853 1147.19 178.341 1147.19ZM185.368 1147V1136.5H186.696V1147H185.368ZM193.435 1135.67L193.147 1136.68C192.859 1136.55 192.555 1136.49 192.267 1136.49C191.531 1136.49 191.179 1137 191.179 1137.99V1139.22H192.827V1140.3H191.179V1147H189.867V1140.3H188.811V1139.3L189.867 1139.22V1137.99C189.867 1136.41 190.587 1135.42 192.139 1135.42C192.619 1135.42 193.083 1135.53 193.435 1135.67ZM199.71 1147.19C198.414 1147.19 197.438 1146.38 197.438 1144.98C197.438 1143.29 198.894 1142.44 202.206 1142.07C202.206 1141.08 201.886 1140.12 200.606 1140.12C199.71 1140.12 198.894 1140.54 198.286 1140.95L197.774 1140.04C198.494 1139.58 199.582 1139.03 200.83 1139.03C202.734 1139.03 203.534 1140.3 203.534 1142.23V1147H202.446L202.334 1146.07H202.286C201.55 1146.68 200.686 1147.19 199.71 1147.19ZM200.094 1146.14C200.846 1146.14 201.454 1145.77 202.206 1145.1V1142.94C199.614 1143.26 198.718 1143.9 198.718 1144.89C198.718 1145.77 199.326 1146.14 200.094 1146.14ZM212.656 1147.19C210.592 1147.19 209.008 1145.7 209.008 1143.13C209.008 1140.52 210.752 1139.03 212.752 1139.03C213.776 1139.03 214.48 1139.45 215.024 1139.94L214.352 1140.81C213.904 1140.41 213.424 1140.12 212.8 1140.12C211.392 1140.12 210.368 1141.34 210.368 1143.13C210.368 1144.9 211.344 1146.1 212.768 1146.1C213.488 1146.1 214.112 1145.75 214.592 1145.32L215.168 1146.2C214.464 1146.82 213.584 1147.19 212.656 1147.19ZM218.473 1147.19C217.481 1147.19 217.081 1146.57 217.081 1145.43V1135.61H218.393V1145.53C218.393 1145.94 218.569 1146.1 218.761 1146.1C218.841 1146.1 218.905 1146.1 219.049 1146.07L219.225 1147.06C219.049 1147.14 218.825 1147.19 218.473 1147.19ZM221.359 1147V1139.22H222.671V1147H221.359ZM222.031 1137.62C221.519 1137.62 221.119 1137.27 221.119 1136.78C221.119 1136.26 221.519 1135.93 222.031 1135.93C222.543 1135.93 222.943 1136.26 222.943 1136.78C222.943 1137.27 222.543 1137.62 222.031 1137.62ZM228.648 1147.19C226.568 1147.19 224.92 1145.67 224.92 1143.13C224.92 1140.58 226.632 1139.03 228.408 1139.03C230.392 1139.03 231.512 1140.46 231.512 1142.68C231.512 1142.95 231.496 1143.24 231.464 1143.43H226.216C226.312 1145.08 227.32 1146.14 228.808 1146.14C229.544 1146.14 230.168 1145.9 230.744 1145.53L231.208 1146.39C230.536 1146.82 229.704 1147.19 228.648 1147.19ZM226.2 1142.49H230.36C230.36 1140.92 229.656 1140.07 228.44 1140.07C227.352 1140.07 226.36 1140.95 226.2 1142.49ZM233.634 1147V1139.22H234.722L234.834 1140.34H234.882C235.618 1139.61 236.418 1139.03 237.49 1139.03C239.122 1139.03 239.858 1140.09 239.858 1142.07V1147H238.546V1142.25C238.546 1140.79 238.098 1140.17 237.074 1140.17C236.274 1140.17 235.73 1140.58 234.946 1141.37V1147H233.634ZM245.032 1147.19C243.368 1147.19 242.808 1146.14 242.808 1144.6V1140.3H241.656V1139.3L242.872 1139.22L243.032 1137.05H244.136V1139.22H246.232V1140.3H244.136V1144.62C244.136 1145.58 244.44 1146.12 245.336 1146.12C245.608 1146.12 245.96 1146.01 246.216 1145.91L246.472 1146.9C246.04 1147.05 245.512 1147.19 245.032 1147.19ZM254.249 1147.19C252.297 1147.19 251.033 1145.72 251.033 1143.13C251.033 1140.6 252.633 1139.03 254.409 1139.03C255.305 1139.03 255.897 1139.37 256.585 1139.93L256.521 1138.6V1135.61H257.849V1147H256.761L256.649 1146.09H256.601C255.993 1146.68 255.161 1147.19 254.249 1147.19ZM254.537 1146.09C255.257 1146.09 255.881 1145.74 256.521 1145.02V1140.95C255.865 1140.36 255.273 1140.14 254.633 1140.14C253.385 1140.14 252.393 1141.34 252.393 1143.11C252.393 1144.97 253.177 1146.09 254.537 1146.09ZM263.82 1147.19C261.74 1147.19 260.092 1145.67 260.092 1143.13C260.092 1140.58 261.804 1139.03 263.58 1139.03C265.564 1139.03 266.684 1140.46 266.684 1142.68C266.684 1142.95 266.668 1143.24 266.636 1143.43H261.388C261.484 1145.08 262.492 1146.14 263.98 1146.14C264.716 1146.14 265.34 1145.9 265.916 1145.53L266.38 1146.39C265.708 1146.82 264.876 1147.19 263.82 1147.19ZM261.372 1142.49H265.532C265.532 1140.92 264.828 1140.07 263.612 1140.07C262.524 1140.07 261.532 1140.95 261.372 1142.49ZM271.878 1147.19C269.814 1147.19 268.23 1145.7 268.23 1143.13C268.23 1140.52 269.974 1139.03 271.974 1139.03C272.998 1139.03 273.702 1139.45 274.246 1139.94L273.574 1140.81C273.126 1140.41 272.646 1140.12 272.022 1140.12C270.614 1140.12 269.59 1141.34 269.59 1143.13C269.59 1144.9 270.566 1146.1 271.99 1146.1C272.71 1146.1 273.334 1145.75 273.814 1145.32L274.39 1146.2C273.686 1146.82 272.806 1147.19 271.878 1147.19ZM276.303 1147V1139.22H277.615V1147H276.303ZM276.975 1137.62C276.463 1137.62 276.063 1137.27 276.063 1136.78C276.063 1136.26 276.463 1135.93 276.975 1135.93C277.487 1135.93 277.887 1136.26 277.887 1136.78C277.887 1137.27 277.487 1137.62 276.975 1137.62ZM283.096 1147.19C281.144 1147.19 279.88 1145.72 279.88 1143.13C279.88 1140.6 281.48 1139.03 283.256 1139.03C284.152 1139.03 284.744 1139.37 285.432 1139.93L285.368 1138.6V1135.61H286.696V1147H285.608L285.496 1146.09H285.448C284.84 1146.68 284.008 1147.19 283.096 1147.19ZM283.384 1146.09C284.104 1146.09 284.728 1145.74 285.368 1145.02V1140.95C284.712 1140.36 284.12 1140.14 283.48 1140.14C282.232 1140.14 281.24 1141.34 281.24 1143.11C281.24 1144.97 282.024 1146.09 283.384 1146.09ZM292.667 1147.19C290.587 1147.19 288.939 1145.67 288.939 1143.13C288.939 1140.58 290.651 1139.03 292.427 1139.03C294.411 1139.03 295.531 1140.46 295.531 1142.68C295.531 1142.95 295.515 1143.24 295.483 1143.43H290.235C290.331 1145.08 291.339 1146.14 292.827 1146.14C293.563 1146.14 294.187 1145.9 294.763 1145.53L295.227 1146.39C294.555 1146.82 293.723 1147.19 292.667 1147.19ZM290.219 1142.49H294.379C294.379 1140.92 293.675 1140.07 292.459 1140.07C291.371 1140.07 290.379 1140.95 290.219 1142.49ZM299.685 1147.19C298.581 1147.19 297.525 1146.73 296.789 1146.12L297.445 1145.24C298.117 1145.78 298.805 1146.17 299.733 1146.17C300.757 1146.17 301.269 1145.62 301.269 1144.95C301.269 1144.15 300.341 1143.8 299.493 1143.48C298.389 1143.08 297.173 1142.55 297.173 1141.24C297.173 1139.99 298.165 1139.03 299.845 1139.03C300.821 1139.03 301.669 1139.43 302.261 1139.91L301.637 1140.74C301.109 1140.34 300.549 1140.06 299.861 1140.06C298.885 1140.06 298.437 1140.58 298.437 1141.18C298.437 1141.91 299.285 1142.18 300.165 1142.52C301.285 1142.94 302.533 1143.4 302.533 1144.87C302.533 1146.14 301.525 1147.19 299.685 1147.19ZM310.407 1147.19C308.743 1147.19 308.183 1146.14 308.183 1144.6V1140.3H307.031V1139.3L308.247 1139.22L308.407 1137.05H309.511V1139.22H311.607V1140.3H309.511V1144.62C309.511 1145.58 309.815 1146.12 310.711 1146.12C310.983 1146.12 311.335 1146.01 311.591 1145.91L311.847 1146.9C311.415 1147.05 310.887 1147.19 310.407 1147.19ZM316.37 1147.19C314.466 1147.19 312.77 1145.7 312.77 1143.13C312.77 1140.52 314.466 1139.03 316.37 1139.03C318.274 1139.03 319.97 1140.52 319.97 1143.13C319.97 1145.7 318.274 1147.19 316.37 1147.19ZM316.37 1146.1C317.714 1146.1 318.61 1144.9 318.61 1143.13C318.61 1141.34 317.714 1140.12 316.37 1140.12C315.042 1140.12 314.13 1141.34 314.13 1143.13C314.13 1144.9 315.042 1146.1 316.37 1146.1ZM328.693 1147.19C326.629 1147.19 325.045 1145.7 325.045 1143.13C325.045 1140.52 326.789 1139.03 328.789 1139.03C329.813 1139.03 330.517 1139.45 331.061 1139.94L330.389 1140.81C329.941 1140.41 329.461 1140.12 328.837 1140.12C327.429 1140.12 326.405 1141.34 326.405 1143.13C326.405 1144.9 327.381 1146.1 328.805 1146.1C329.525 1146.1 330.149 1145.75 330.629 1145.32L331.205 1146.2C330.501 1146.82 329.621 1147.19 328.693 1147.19ZM335.798 1147.19C333.894 1147.19 332.198 1145.7 332.198 1143.13C332.198 1140.52 333.894 1139.03 335.798 1139.03C337.702 1139.03 339.398 1140.52 339.398 1143.13C339.398 1145.7 337.702 1147.19 335.798 1147.19ZM335.798 1146.1C337.142 1146.1 338.038 1144.9 338.038 1143.13C338.038 1141.34 337.142 1140.12 335.798 1140.12C334.47 1140.12 333.558 1141.34 333.558 1143.13C333.558 1144.9 334.47 1146.1 335.798 1146.1ZM341.646 1147V1139.22H342.734L342.846 1140.34H342.894C343.63 1139.61 344.43 1139.03 345.502 1139.03C347.134 1139.03 347.87 1140.09 347.87 1142.07V1147H346.558V1142.25C346.558 1140.79 346.11 1140.17 345.086 1140.17C344.286 1140.17 343.742 1140.58 342.958 1141.37V1147H341.646ZM353.044 1147.19C351.38 1147.19 350.82 1146.14 350.82 1144.6V1140.3H349.668V1139.3L350.884 1139.22L351.044 1137.05H352.148V1139.22H354.244V1140.3H352.148V1144.62C352.148 1145.58 352.452 1146.12 353.348 1146.12C353.62 1146.12 353.972 1146.01 354.228 1145.91L354.484 1146.9C354.052 1147.05 353.524 1147.19 353.044 1147.19ZM357.651 1147.19C356.355 1147.19 355.379 1146.38 355.379 1144.98C355.379 1143.29 356.835 1142.44 360.147 1142.07C360.147 1141.08 359.827 1140.12 358.547 1140.12C357.651 1140.12 356.835 1140.54 356.227 1140.95L355.715 1140.04C356.435 1139.58 357.523 1139.03 358.771 1139.03C360.675 1139.03 361.475 1140.3 361.475 1142.23V1147H360.387L360.275 1146.07H360.227C359.491 1146.68 358.627 1147.19 357.651 1147.19ZM358.035 1146.14C358.787 1146.14 359.395 1145.77 360.147 1145.1V1142.94C357.555 1143.26 356.659 1143.9 356.659 1144.89C356.659 1145.77 357.267 1146.14 358.035 1146.14ZM367.193 1147.19C365.129 1147.19 363.545 1145.7 363.545 1143.13C363.545 1140.52 365.289 1139.03 367.289 1139.03C368.313 1139.03 369.017 1139.45 369.561 1139.94L368.889 1140.81C368.441 1140.41 367.961 1140.12 367.337 1140.12C365.929 1140.12 364.905 1141.34 364.905 1143.13C364.905 1144.9 365.881 1146.1 367.305 1146.1C368.025 1146.1 368.649 1145.75 369.129 1145.32L369.705 1146.2C369.001 1146.82 368.121 1147.19 367.193 1147.19ZM373.91 1147.19C372.246 1147.19 371.686 1146.14 371.686 1144.6V1140.3H370.534V1139.3L371.75 1139.22L371.91 1137.05H373.014V1139.22H375.11V1140.3H373.014V1144.62C373.014 1145.58 373.318 1146.12 374.214 1146.12C374.486 1146.12 374.838 1146.01 375.094 1145.91L375.35 1146.9C374.918 1147.05 374.39 1147.19 373.91 1147.19ZM380.599 1150.34C380.247 1150.34 379.943 1150.28 379.687 1150.18L379.943 1149.14C380.103 1149.19 380.343 1149.26 380.535 1149.26C381.415 1149.26 381.975 1148.55 382.295 1147.59L382.471 1147.02L379.351 1139.22H380.711L382.295 1143.53C382.535 1144.2 382.807 1145 383.047 1145.72H383.111C383.335 1145.02 383.559 1144.22 383.767 1143.53L385.159 1139.22H386.439L383.511 1147.64C382.967 1149.18 382.167 1150.34 380.599 1150.34ZM391.102 1147.19C389.198 1147.19 387.502 1145.7 387.502 1143.13C387.502 1140.52 389.198 1139.03 391.102 1139.03C393.006 1139.03 394.702 1140.52 394.702 1143.13C394.702 1145.7 393.006 1147.19 391.102 1147.19ZM391.102 1146.1C392.446 1146.1 393.342 1144.9 393.342 1143.13C393.342 1141.34 392.446 1140.12 391.102 1140.12C389.774 1140.12 388.862 1141.34 388.862 1143.13C388.862 1144.9 389.774 1146.1 391.102 1146.1ZM399.222 1147.19C397.574 1147.19 396.838 1146.14 396.838 1144.15V1139.22H398.166V1143.98C398.166 1145.43 398.598 1146.06 399.622 1146.06C400.422 1146.06 400.982 1145.66 401.718 1144.74V1139.22H403.03V1147H401.942L401.83 1145.78H401.782C401.062 1146.63 400.294 1147.19 399.222 1147.19ZM405.853 1147V1139.22H406.941L407.053 1140.63H407.101C407.629 1139.66 408.429 1139.03 409.309 1139.03C409.645 1139.03 409.885 1139.08 410.141 1139.19L409.885 1140.34C409.629 1140.26 409.453 1140.22 409.133 1140.22C408.477 1140.22 407.693 1140.7 407.165 1142.01V1147H405.853ZM418.795 1135.67L418.507 1136.68C418.219 1136.55 417.915 1136.49 417.627 1136.49C416.891 1136.49 416.539 1137 416.539 1137.99V1139.22H418.187V1140.3H416.539V1147H415.227V1140.3H414.171V1139.3L415.227 1139.22V1137.99C415.227 1136.41 415.947 1135.42 417.499 1135.42C417.979 1135.42 418.443 1135.53 418.795 1135.67ZM419.875 1147V1139.22H421.187V1147H419.875ZM420.547 1137.62C420.035 1137.62 419.635 1137.27 419.635 1136.78C419.635 1136.26 420.035 1135.93 420.547 1135.93C421.059 1135.93 421.459 1136.26 421.459 1136.78C421.459 1137.27 421.059 1137.62 420.547 1137.62ZM424.012 1147V1139.22H425.1L425.212 1140.63H425.26C425.788 1139.66 426.588 1139.03 427.468 1139.03C427.804 1139.03 428.044 1139.08 428.3 1139.19L428.044 1140.34C427.788 1140.26 427.612 1140.22 427.292 1140.22C426.636 1140.22 425.852 1140.7 425.324 1142.01V1147H424.012ZM429.759 1147V1139.22H430.847L430.959 1140.34H431.007C431.679 1139.61 432.495 1139.03 433.423 1139.03C434.607 1139.03 435.247 1139.59 435.567 1140.52C436.383 1139.64 437.183 1139.03 438.127 1139.03C439.727 1139.03 440.495 1140.09 440.495 1142.07V1147H439.183V1142.25C439.183 1140.79 438.719 1140.17 437.743 1140.17C437.135 1140.17 436.511 1140.57 435.791 1141.37V1147H434.479V1142.25C434.479 1140.79 434.015 1140.17 433.023 1140.17C432.447 1140.17 431.791 1140.57 431.071 1141.37V1147H429.759ZM442.985 1149.72L442.665 1148.95C443.561 1148.55 444.105 1147.86 444.105 1147C444.057 1147.02 443.993 1147.02 443.945 1147.02C443.433 1147.02 443.001 1146.7 443.001 1146.1C443.001 1145.53 443.449 1145.18 443.977 1145.18C444.665 1145.18 445.081 1145.77 445.081 1146.73C445.081 1148.1 444.281 1149.18 442.985 1149.72ZM452.044 1147L449.884 1139.22H451.228L452.38 1143.72C452.556 1144.46 452.7 1145.16 452.844 1145.88H452.908C453.084 1145.16 453.244 1144.44 453.436 1143.72L454.636 1139.22H455.916L457.132 1143.72C457.324 1144.46 457.5 1145.16 457.676 1145.88H457.74C457.916 1145.16 458.06 1144.46 458.22 1143.72L459.356 1139.22H460.604L458.524 1147H456.924L455.804 1142.82C455.612 1142.09 455.468 1141.37 455.276 1140.58H455.212C455.036 1141.37 454.876 1142.1 454.668 1142.84L453.58 1147H452.044ZM465.586 1147.19C463.506 1147.19 461.858 1145.67 461.858 1143.13C461.858 1140.58 463.57 1139.03 465.346 1139.03C467.33 1139.03 468.45 1140.46 468.45 1142.68C468.45 1142.95 468.434 1143.24 468.402 1143.43H463.154C463.25 1145.08 464.258 1146.14 465.746 1146.14C466.482 1146.14 467.106 1145.9 467.682 1145.53L468.146 1146.39C467.474 1146.82 466.642 1147.19 465.586 1147.19ZM463.138 1142.49H467.298C467.298 1140.92 466.594 1140.07 465.378 1140.07C464.29 1140.07 463.298 1140.95 463.138 1142.49ZM475.207 1147L473.047 1139.22H474.391L475.543 1143.72C475.719 1144.46 475.863 1145.16 476.007 1145.88H476.071C476.247 1145.16 476.407 1144.44 476.599 1143.72L477.799 1139.22H479.079L480.295 1143.72C480.487 1144.46 480.663 1145.16 480.839 1145.88H480.903C481.079 1145.16 481.223 1144.46 481.383 1143.72L482.519 1139.22H483.767L481.687 1147H480.087L478.967 1142.82C478.775 1142.09 478.631 1141.37 478.439 1140.58H478.375C478.199 1141.37 478.039 1142.1 477.831 1142.84L476.743 1147H475.207ZM485.659 1147V1139.22H486.971V1147H485.659ZM486.331 1137.62C485.819 1137.62 485.419 1137.27 485.419 1136.78C485.419 1136.26 485.819 1135.93 486.331 1135.93C486.843 1135.93 487.243 1136.26 487.243 1136.78C487.243 1137.27 486.843 1137.62 486.331 1137.62ZM491.188 1147.19C490.196 1147.19 489.796 1146.57 489.796 1145.43V1135.61H491.108V1145.53C491.108 1145.94 491.284 1146.1 491.476 1146.1C491.556 1146.1 491.62 1146.1 491.764 1146.07L491.94 1147.06C491.764 1147.14 491.54 1147.19 491.188 1147.19ZM495.467 1147.19C494.475 1147.19 494.075 1146.57 494.075 1145.43V1135.61H495.387V1145.53C495.387 1145.94 495.563 1146.1 495.755 1146.1C495.835 1146.1 495.899 1146.1 496.043 1146.07L496.219 1147.06C496.043 1147.14 495.819 1147.19 495.467 1147.19ZM503.788 1147.19C502.684 1147.19 501.628 1146.73 500.892 1146.12L501.548 1145.24C502.22 1145.78 502.908 1146.17 503.836 1146.17C504.86 1146.17 505.372 1145.62 505.372 1144.95C505.372 1144.15 504.444 1143.8 503.596 1143.48C502.492 1143.08 501.276 1142.55 501.276 1141.24C501.276 1139.99 502.268 1139.03 503.948 1139.03C504.924 1139.03 505.772 1139.43 506.364 1139.91L505.74 1140.74C505.212 1140.34 504.652 1140.06 503.964 1140.06C502.988 1140.06 502.54 1140.58 502.54 1141.18C502.54 1141.91 503.388 1142.18 504.268 1142.52C505.388 1142.94 506.636 1143.4 506.636 1144.87C506.636 1146.14 505.628 1147.19 503.788 1147.19ZM508.659 1147V1135.61H509.971V1138.71L509.923 1140.31C510.659 1139.61 511.443 1139.03 512.515 1139.03C514.147 1139.03 514.883 1140.09 514.883 1142.07V1147H513.571V1142.25C513.571 1140.79 513.123 1140.17 512.099 1140.17C511.299 1140.17 510.755 1140.58 509.971 1141.37V1147H508.659ZM520.586 1147.19C518.682 1147.19 516.986 1145.7 516.986 1143.13C516.986 1140.52 518.682 1139.03 520.586 1139.03C522.49 1139.03 524.186 1140.52 524.186 1143.13C524.186 1145.7 522.49 1147.19 520.586 1147.19ZM520.586 1146.1C521.93 1146.1 522.826 1144.9 522.826 1143.13C522.826 1141.34 521.93 1140.12 520.586 1140.12C519.258 1140.12 518.346 1141.34 518.346 1143.13C518.346 1144.9 519.258 1146.1 520.586 1146.1ZM527.603 1147L525.443 1139.22H526.787L527.939 1143.72C528.115 1144.46 528.259 1145.16 528.403 1145.88H528.467C528.643 1145.16 528.803 1144.44 528.995 1143.72L530.195 1139.22H531.475L532.691 1143.72C532.883 1144.46 533.059 1145.16 533.235 1145.88H533.299C533.475 1145.16 533.619 1144.46 533.779 1143.72L534.915 1139.22H536.163L534.083 1147H532.483L531.363 1142.82C531.171 1142.09 531.027 1141.37 530.835 1140.58H530.771C530.595 1141.37 530.435 1142.1 530.227 1142.84L529.139 1147H527.603ZM543.907 1147.19C542.243 1147.19 541.683 1146.14 541.683 1144.6V1140.3H540.531V1139.3L541.747 1139.22L541.907 1137.05H543.011V1139.22H545.107V1140.3H543.011V1144.62C543.011 1145.58 543.315 1146.12 544.211 1146.12C544.483 1146.12 544.835 1146.01 545.091 1145.91L545.347 1146.9C544.915 1147.05 544.387 1147.19 543.907 1147.19ZM547.065 1147V1135.61H548.377V1138.71L548.329 1140.31C549.065 1139.61 549.849 1139.03 550.921 1139.03C552.553 1139.03 553.289 1140.09 553.289 1142.07V1147H551.977V1142.25C551.977 1140.79 551.529 1140.17 550.505 1140.17C549.705 1140.17 549.161 1140.58 548.377 1141.37V1147H547.065ZM559.12 1147.19C557.04 1147.19 555.392 1145.67 555.392 1143.13C555.392 1140.58 557.104 1139.03 558.88 1139.03C560.864 1139.03 561.984 1140.46 561.984 1142.68C561.984 1142.95 561.968 1143.24 561.936 1143.43H556.688C556.784 1145.08 557.792 1146.14 559.28 1146.14C560.016 1146.14 560.64 1145.9 561.216 1145.53L561.68 1146.39C561.008 1146.82 560.176 1147.19 559.12 1147.19ZM556.672 1142.49H560.832C560.832 1140.92 560.128 1140.07 558.912 1140.07C557.824 1140.07 556.832 1140.95 556.672 1142.49ZM564.106 1147V1139.22H565.194L565.306 1140.34H565.354C566.026 1139.61 566.842 1139.03 567.77 1139.03C568.954 1139.03 569.594 1139.59 569.914 1140.52C570.73 1139.64 571.53 1139.03 572.474 1139.03C574.074 1139.03 574.842 1140.09 574.842 1142.07V1147H573.53V1142.25C573.53 1140.79 573.066 1140.17 572.09 1140.17C571.482 1140.17 570.858 1140.57 570.138 1141.37V1147H568.826V1142.25C568.826 1140.79 568.362 1140.17 567.37 1140.17C566.794 1140.17 566.138 1140.57 565.418 1141.37V1147H564.106ZM583.423 1147.19C581.759 1147.19 581.199 1146.14 581.199 1144.6V1140.3H580.047V1139.3L581.263 1139.22L581.423 1137.05H582.527V1139.22H584.623V1140.3H582.527V1144.62C582.527 1145.58 582.831 1146.12 583.727 1146.12C583.999 1146.12 584.351 1146.01 584.607 1145.91L584.863 1146.9C584.431 1147.05 583.903 1147.19 583.423 1147.19ZM586.581 1147V1135.61H587.893V1138.71L587.845 1140.31C588.581 1139.61 589.365 1139.03 590.437 1139.03C592.069 1139.03 592.805 1140.09 592.805 1142.07V1147H591.493V1142.25C591.493 1140.79 591.045 1140.17 590.021 1140.17C589.221 1140.17 588.677 1140.58 587.893 1141.37V1147H586.581ZM598.636 1147.19C596.556 1147.19 594.908 1145.67 594.908 1143.13C594.908 1140.58 596.62 1139.03 598.396 1139.03C600.38 1139.03 601.5 1140.46 601.5 1142.68C601.5 1142.95 601.484 1143.24 601.452 1143.43H596.204C596.3 1145.08 597.308 1146.14 598.796 1146.14C599.532 1146.14 600.156 1145.9 600.732 1145.53L601.196 1146.39C600.524 1146.82 599.692 1147.19 598.636 1147.19ZM596.188 1142.49H600.348C600.348 1140.92 599.644 1140.07 598.428 1140.07C597.34 1140.07 596.348 1140.95 596.188 1142.49ZM605.653 1147.19C604.549 1147.19 603.493 1146.73 602.757 1146.12L603.413 1145.24C604.085 1145.78 604.773 1146.17 605.701 1146.17C606.725 1146.17 607.237 1145.62 607.237 1144.95C607.237 1144.15 606.309 1143.8 605.461 1143.48C604.357 1143.08 603.141 1142.55 603.141 1141.24C603.141 1139.99 604.133 1139.03 605.813 1139.03C606.789 1139.03 607.637 1139.43 608.229 1139.91L607.605 1140.74C607.077 1140.34 606.517 1140.06 605.829 1140.06C604.853 1140.06 604.405 1140.58 604.405 1141.18C604.405 1141.91 605.253 1142.18 606.133 1142.52C607.253 1142.94 608.501 1143.4 608.501 1144.87C608.501 1146.14 607.493 1147.19 605.653 1147.19ZM613.676 1147.19C611.596 1147.19 609.948 1145.67 609.948 1143.13C609.948 1140.58 611.66 1139.03 613.436 1139.03C615.42 1139.03 616.54 1140.46 616.54 1142.68C616.54 1142.95 616.524 1143.24 616.492 1143.43H611.244C611.34 1145.08 612.348 1146.14 613.836 1146.14C614.572 1146.14 615.196 1145.9 615.772 1145.53L616.236 1146.39C615.564 1146.82 614.732 1147.19 613.676 1147.19ZM611.228 1142.49H615.388C615.388 1140.92 614.684 1140.07 613.468 1140.07C612.38 1140.07 611.388 1140.95 611.228 1142.49ZM624.721 1147.19C622.769 1147.19 621.505 1145.72 621.505 1143.13C621.505 1140.6 623.105 1139.03 624.881 1139.03C625.777 1139.03 626.369 1139.37 627.057 1139.93L626.993 1138.6V1135.61H628.321V1147H627.233L627.121 1146.09H627.073C626.465 1146.68 625.633 1147.19 624.721 1147.19ZM625.009 1146.09C625.729 1146.09 626.353 1145.74 626.993 1145.02V1140.95C626.337 1140.36 625.745 1140.14 625.105 1140.14C623.857 1140.14 622.865 1141.34 622.865 1143.11C622.865 1144.97 623.649 1146.09 625.009 1146.09ZM634.292 1147.19C632.212 1147.19 630.564 1145.67 630.564 1143.13C630.564 1140.58 632.276 1139.03 634.052 1139.03C636.036 1139.03 637.156 1140.46 637.156 1142.68C637.156 1142.95 637.14 1143.24 637.108 1143.43H631.86C631.956 1145.08 632.964 1146.14 634.452 1146.14C635.188 1146.14 635.812 1145.9 636.388 1145.53L636.852 1146.39C636.18 1146.82 635.348 1147.19 634.292 1147.19ZM631.844 1142.49H636.004C636.004 1140.92 635.3 1140.07 634.084 1140.07C632.996 1140.07 632.004 1140.95 631.844 1142.49ZM641.569 1147.19C639.905 1147.19 639.345 1146.14 639.345 1144.6V1140.3H638.193V1139.3L639.409 1139.22L639.569 1137.05H640.673V1139.22H642.769V1140.3H640.673V1144.62C640.673 1145.58 640.977 1146.12 641.873 1146.12C642.145 1146.12 642.497 1146.01 642.753 1145.91L643.009 1146.9C642.577 1147.05 642.049 1147.19 641.569 1147.19ZM646.176 1147.19C644.88 1147.19 643.904 1146.38 643.904 1144.98C643.904 1143.29 645.36 1142.44 648.672 1142.07C648.672 1141.08 648.352 1140.12 647.072 1140.12C646.176 1140.12 645.36 1140.54 644.752 1140.95L644.24 1140.04C644.96 1139.58 646.048 1139.03 647.296 1139.03C649.2 1139.03 650 1140.3 650 1142.23V1147H648.912L648.8 1146.07H648.752C648.016 1146.68 647.152 1147.19 646.176 1147.19ZM646.56 1146.14C647.312 1146.14 647.92 1145.77 648.672 1145.1V1142.94C646.08 1143.26 645.184 1143.9 645.184 1144.89C645.184 1145.77 645.792 1146.14 646.56 1146.14ZM652.646 1147V1139.22H653.958V1147H652.646ZM653.318 1137.62C652.806 1137.62 652.406 1137.27 652.406 1136.78C652.406 1136.26 652.806 1135.93 653.318 1135.93C653.83 1135.93 654.23 1136.26 654.23 1136.78C654.23 1137.27 653.83 1137.62 653.318 1137.62ZM658.176 1147.19C657.184 1147.19 656.784 1146.57 656.784 1145.43V1135.61H658.096V1145.53C658.096 1145.94 658.272 1146.1 658.464 1146.1C658.544 1146.1 658.608 1146.1 658.752 1146.07L658.928 1147.06C658.752 1147.14 658.528 1147.19 658.176 1147.19ZM663.094 1147.19C661.99 1147.19 660.934 1146.73 660.198 1146.12L660.854 1145.24C661.526 1145.78 662.214 1146.17 663.142 1146.17C664.166 1146.17 664.678 1145.62 664.678 1144.95C664.678 1144.15 663.75 1143.8 662.902 1143.48C661.798 1143.08 660.582 1142.55 660.582 1141.24C660.582 1139.99 661.574 1139.03 663.254 1139.03C664.23 1139.03 665.078 1139.43 665.67 1139.91L665.046 1140.74C664.518 1140.34 663.958 1140.06 663.27 1140.06C662.294 1140.06 661.846 1140.58 661.846 1141.18C661.846 1141.91 662.694 1142.18 663.574 1142.52C664.694 1142.94 665.942 1143.4 665.942 1144.87C665.942 1146.14 664.934 1147.19 663.094 1147.19ZM673.4 1147.19C672.296 1147.19 671.24 1146.73 670.504 1146.12L671.16 1145.24C671.832 1145.78 672.52 1146.17 673.448 1146.17C674.472 1146.17 674.984 1145.62 674.984 1144.95C674.984 1144.15 674.056 1143.8 673.208 1143.48C672.104 1143.08 670.888 1142.55 670.888 1141.24C670.888 1139.99 671.88 1139.03 673.56 1139.03C674.536 1139.03 675.384 1139.43 675.976 1139.91L675.352 1140.74C674.824 1140.34 674.264 1140.06 673.576 1140.06C672.6 1140.06 672.152 1140.58 672.152 1141.18C672.152 1141.91 673 1142.18 673.88 1142.52C675 1142.94 676.248 1143.4 676.248 1144.87C676.248 1146.14 675.24 1147.19 673.4 1147.19ZM681.295 1147.19C679.391 1147.19 677.695 1145.7 677.695 1143.13C677.695 1140.52 679.391 1139.03 681.295 1139.03C683.199 1139.03 684.895 1140.52 684.895 1143.13C684.895 1145.7 683.199 1147.19 681.295 1147.19ZM681.295 1146.1C682.639 1146.1 683.535 1144.9 683.535 1143.13C683.535 1141.34 682.639 1140.12 681.295 1140.12C679.967 1140.12 679.055 1141.34 679.055 1143.13C679.055 1144.9 679.967 1146.1 681.295 1146.1ZM692.994 1147.19C691.33 1147.19 690.77 1146.14 690.77 1144.6V1140.3H689.618V1139.3L690.834 1139.22L690.994 1137.05H692.098V1139.22H694.194V1140.3H692.098V1144.62C692.098 1145.58 692.402 1146.12 693.298 1146.12C693.57 1146.12 693.922 1146.01 694.178 1145.91L694.434 1146.9C694.002 1147.05 693.474 1147.19 692.994 1147.19ZM696.153 1147V1135.61H697.465V1138.71L697.417 1140.31C698.153 1139.61 698.937 1139.03 700.009 1139.03C701.641 1139.03 702.377 1140.09 702.377 1142.07V1147H701.065V1142.25C701.065 1140.79 700.617 1140.17 699.593 1140.17C698.793 1140.17 698.249 1140.58 697.465 1141.37V1147H696.153ZM706.848 1147.19C705.552 1147.19 704.576 1146.38 704.576 1144.98C704.576 1143.29 706.032 1142.44 709.344 1142.07C709.344 1141.08 709.024 1140.12 707.744 1140.12C706.848 1140.12 706.032 1140.54 705.424 1140.95L704.912 1140.04C705.632 1139.58 706.72 1139.03 707.968 1139.03C709.872 1139.03 710.672 1140.3 710.672 1142.23V1147H709.584L709.472 1146.07H709.424C708.688 1146.68 707.824 1147.19 706.848 1147.19ZM707.232 1146.14C707.984 1146.14 708.592 1145.77 709.344 1145.1V1142.94C706.752 1143.26 705.856 1143.9 705.856 1144.89C705.856 1145.77 706.464 1146.14 707.232 1146.14ZM715.547 1147.19C713.883 1147.19 713.323 1146.14 713.323 1144.6V1140.3H712.171V1139.3L713.387 1139.22L713.547 1137.05H714.651V1139.22H716.747V1140.3H714.651V1144.62C714.651 1145.58 714.955 1146.12 715.851 1146.12C716.123 1146.12 716.475 1146.01 716.731 1145.91L716.987 1146.9C716.555 1147.05 716.027 1147.19 715.547 1147.19ZM724.557 1147.19C722.893 1147.19 722.333 1146.14 722.333 1144.6V1140.3H721.181V1139.3L722.397 1139.22L722.557 1137.05H723.661V1139.22H725.757V1140.3H723.661V1144.62C723.661 1145.58 723.965 1146.12 724.861 1146.12C725.133 1146.12 725.485 1146.01 725.741 1145.91L725.997 1146.9C725.565 1147.05 725.037 1147.19 724.557 1147.19ZM727.715 1147V1135.61H729.027V1138.71L728.979 1140.31C729.715 1139.61 730.499 1139.03 731.571 1139.03C733.203 1139.03 733.939 1140.09 733.939 1142.07V1147H732.627V1142.25C732.627 1140.79 732.179 1140.17 731.155 1140.17C730.355 1140.17 729.811 1140.58 729.027 1141.37V1147H727.715ZM739.77 1147.19C737.69 1147.19 736.042 1145.67 736.042 1143.13C736.042 1140.58 737.754 1139.03 739.53 1139.03C741.514 1139.03 742.634 1140.46 742.634 1142.68C742.634 1142.95 742.618 1143.24 742.586 1143.43H737.338C737.434 1145.08 738.442 1146.14 739.93 1146.14C740.666 1146.14 741.29 1145.9 741.866 1145.53L742.33 1146.39C741.658 1146.82 740.826 1147.19 739.77 1147.19ZM737.322 1142.49H741.482C741.482 1140.92 740.778 1140.07 739.562 1140.07C738.474 1140.07 737.482 1140.95 737.322 1142.49ZM744.962 1150.34C744.61 1150.34 744.306 1150.28 744.05 1150.18L744.306 1149.14C744.466 1149.19 744.706 1149.26 744.898 1149.26C745.778 1149.26 746.338 1148.55 746.658 1147.59L746.834 1147.02L743.714 1139.22H745.074L746.658 1143.53C746.898 1144.2 747.17 1145 747.41 1145.72H747.474C747.698 1145.02 747.922 1144.22 748.13 1143.53L749.522 1139.22H750.802L747.874 1147.64C747.33 1149.18 746.53 1150.34 744.962 1150.34ZM127.384 1169.19C125.32 1169.19 123.736 1167.7 123.736 1165.13C123.736 1162.52 125.48 1161.03 127.48 1161.03C128.504 1161.03 129.208 1161.45 129.752 1161.94L129.08 1162.81C128.632 1162.41 128.152 1162.12 127.528 1162.12C126.12 1162.12 125.096 1163.34 125.096 1165.13C125.096 1166.9 126.072 1168.1 127.496 1168.1C128.216 1168.1 128.84 1167.75 129.32 1167.32L129.896 1168.2C129.192 1168.82 128.312 1169.19 127.384 1169.19ZM133.445 1169.19C132.149 1169.19 131.173 1168.38 131.173 1166.98C131.173 1165.29 132.629 1164.44 135.941 1164.07C135.941 1163.08 135.621 1162.12 134.341 1162.12C133.445 1162.12 132.629 1162.54 132.021 1162.95L131.509 1162.04C132.229 1161.58 133.317 1161.03 134.565 1161.03C136.469 1161.03 137.269 1162.3 137.269 1164.23V1169H136.181L136.069 1168.07H136.021C135.285 1168.68 134.421 1169.19 133.445 1169.19ZM133.829 1168.14C134.581 1168.14 135.189 1167.77 135.941 1167.1V1164.94C133.349 1165.26 132.453 1165.9 132.453 1166.89C132.453 1167.77 133.061 1168.14 133.829 1168.14ZM139.915 1169V1161.22H141.003L141.115 1162.34H141.163C141.899 1161.61 142.699 1161.03 143.771 1161.03C145.403 1161.03 146.139 1162.09 146.139 1164.07V1169H144.827V1164.25C144.827 1162.79 144.379 1162.17 143.355 1162.17C142.555 1162.17 142.011 1162.58 141.227 1163.37V1169H139.915ZM155.42 1169.19C153.34 1169.19 151.692 1167.67 151.692 1165.13C151.692 1162.58 153.404 1161.03 155.18 1161.03C157.164 1161.03 158.284 1162.46 158.284 1164.68C158.284 1164.95 158.268 1165.24 158.236 1165.43H152.988C153.084 1167.08 154.092 1168.14 155.58 1168.14C156.316 1168.14 156.94 1167.9 157.516 1167.53L157.98 1168.39C157.308 1168.82 156.476 1169.19 155.42 1169.19ZM152.972 1164.49H157.132C157.132 1162.92 156.428 1162.07 155.212 1162.07C154.124 1162.07 153.132 1162.95 152.972 1164.49ZM160.406 1169V1161.22H161.494L161.606 1162.34H161.654C162.326 1161.61 163.142 1161.03 164.07 1161.03C165.254 1161.03 165.894 1161.59 166.214 1162.52C167.03 1161.64 167.83 1161.03 168.774 1161.03C170.374 1161.03 171.142 1162.09 171.142 1164.07V1169H169.83V1164.25C169.83 1162.79 169.366 1162.17 168.39 1162.17C167.782 1162.17 167.158 1162.57 166.438 1163.37V1169H165.126V1164.25C165.126 1162.79 164.662 1162.17 163.67 1162.17C163.094 1162.17 162.438 1162.57 161.718 1163.37V1169H160.406ZM175.663 1169.19C174.367 1169.19 173.391 1168.38 173.391 1166.98C173.391 1165.29 174.847 1164.44 178.159 1164.07C178.159 1163.08 177.839 1162.12 176.559 1162.12C175.663 1162.12 174.847 1162.54 174.239 1162.95L173.727 1162.04C174.447 1161.58 175.535 1161.03 176.783 1161.03C178.687 1161.03 179.487 1162.3 179.487 1164.23V1169H178.399L178.287 1168.07H178.239C177.503 1168.68 176.639 1169.19 175.663 1169.19ZM176.047 1168.14C176.799 1168.14 177.407 1167.77 178.159 1167.1V1164.94C175.567 1165.26 174.671 1165.9 174.671 1166.89C174.671 1167.77 175.279 1168.14 176.047 1168.14ZM182.134 1169V1161.22H183.446V1169H182.134ZM182.806 1159.62C182.294 1159.62 181.894 1159.27 181.894 1158.78C181.894 1158.26 182.294 1157.93 182.806 1157.93C183.318 1157.93 183.718 1158.26 183.718 1158.78C183.718 1159.27 183.318 1159.62 182.806 1159.62ZM187.663 1169.19C186.671 1169.19 186.271 1168.57 186.271 1167.43V1157.61H187.583V1167.53C187.583 1167.94 187.759 1168.1 187.951 1168.1C188.031 1168.1 188.095 1168.1 188.239 1168.07L188.415 1169.06C188.239 1169.14 188.015 1169.19 187.663 1169.19ZM196.977 1169.19C195.073 1169.19 193.377 1167.7 193.377 1165.13C193.377 1162.52 195.073 1161.03 196.977 1161.03C198.881 1161.03 200.577 1162.52 200.577 1165.13C200.577 1167.7 198.881 1169.19 196.977 1169.19ZM196.977 1168.1C198.321 1168.1 199.217 1166.9 199.217 1165.13C199.217 1163.34 198.321 1162.12 196.977 1162.12C195.649 1162.12 194.737 1163.34 194.737 1165.13C194.737 1166.9 195.649 1168.1 196.977 1168.1ZM202.824 1169V1161.22H203.912L204.024 1162.63H204.072C204.6 1161.66 205.4 1161.03 206.28 1161.03C206.616 1161.03 206.856 1161.08 207.112 1161.19L206.856 1162.34C206.6 1162.26 206.424 1162.22 206.104 1162.22C205.448 1162.22 204.664 1162.7 204.136 1164.01V1169H202.824ZM215.046 1169.19C212.982 1169.19 211.398 1167.7 211.398 1165.13C211.398 1162.52 213.142 1161.03 215.142 1161.03C216.166 1161.03 216.87 1161.45 217.414 1161.94L216.742 1162.81C216.294 1162.41 215.814 1162.12 215.19 1162.12C213.782 1162.12 212.758 1163.34 212.758 1165.13C212.758 1166.9 213.734 1168.1 215.158 1168.1C215.878 1168.1 216.502 1167.75 216.982 1167.32L217.558 1168.2C216.854 1168.82 215.974 1169.19 215.046 1169.19ZM221.107 1169.19C219.811 1169.19 218.835 1168.38 218.835 1166.98C218.835 1165.29 220.291 1164.44 223.603 1164.07C223.603 1163.08 223.283 1162.12 222.003 1162.12C221.107 1162.12 220.291 1162.54 219.683 1162.95L219.171 1162.04C219.891 1161.58 220.979 1161.03 222.227 1161.03C224.131 1161.03 224.931 1162.3 224.931 1164.23V1169H223.843L223.731 1168.07H223.683C222.947 1168.68 222.083 1169.19 221.107 1169.19ZM221.491 1168.14C222.243 1168.14 222.851 1167.77 223.603 1167.1V1164.94C221.011 1165.26 220.115 1165.9 220.115 1166.89C220.115 1167.77 220.723 1168.14 221.491 1168.14ZM228.97 1169.19C227.978 1169.19 227.578 1168.57 227.578 1167.43V1157.61H228.89V1167.53C228.89 1167.94 229.066 1168.1 229.258 1168.1C229.338 1168.1 229.402 1168.1 229.546 1168.07L229.722 1169.06C229.546 1169.14 229.322 1169.19 228.97 1169.19ZM233.248 1169.19C232.256 1169.19 231.856 1168.57 231.856 1167.43V1157.61H233.168V1167.53C233.168 1167.94 233.344 1168.1 233.536 1168.1C233.616 1168.1 233.68 1168.1 233.824 1168.07L234 1169.06C233.824 1169.14 233.6 1169.19 233.248 1169.19ZM239.665 1172.34C239.313 1172.34 239.009 1172.28 238.753 1172.18L239.009 1171.14C239.169 1171.19 239.409 1171.26 239.601 1171.26C240.481 1171.26 241.041 1170.55 241.361 1169.59L241.537 1169.02L238.417 1161.22H239.777L241.361 1165.53C241.601 1166.2 241.873 1167 242.113 1167.72H242.177C242.401 1167.02 242.625 1166.22 242.833 1165.53L244.225 1161.22H245.505L242.577 1169.64C242.033 1171.18 241.233 1172.34 239.665 1172.34ZM250.167 1169.19C248.263 1169.19 246.567 1167.7 246.567 1165.13C246.567 1162.52 248.263 1161.03 250.167 1161.03C252.071 1161.03 253.767 1162.52 253.767 1165.13C253.767 1167.7 252.071 1169.19 250.167 1169.19ZM250.167 1168.1C251.511 1168.1 252.407 1166.9 252.407 1165.13C252.407 1163.34 251.511 1162.12 250.167 1162.12C248.839 1162.12 247.927 1163.34 247.927 1165.13C247.927 1166.9 248.839 1168.1 250.167 1168.1ZM258.287 1169.19C256.639 1169.19 255.903 1168.14 255.903 1166.15V1161.22H257.231V1165.98C257.231 1167.43 257.663 1168.06 258.687 1168.06C259.487 1168.06 260.047 1167.66 260.783 1166.74V1161.22H262.095V1169H261.007L260.895 1167.78H260.847C260.127 1168.63 259.359 1169.19 258.287 1169.19ZM268.321 1169V1161.22H269.409L269.521 1162.63H269.569C270.097 1161.66 270.897 1161.03 271.777 1161.03C272.113 1161.03 272.353 1161.08 272.609 1161.19L272.353 1162.34C272.097 1162.26 271.921 1162.22 271.601 1162.22C270.945 1162.22 270.161 1162.7 269.633 1164.01V1169H268.321ZM274.068 1169V1161.22H275.38V1169H274.068ZM274.74 1159.62C274.228 1159.62 273.828 1159.27 273.828 1158.78C273.828 1158.26 274.228 1157.93 274.74 1157.93C275.252 1157.93 275.652 1158.26 275.652 1158.78C275.652 1159.27 275.252 1159.62 274.74 1159.62ZM280.83 1172.58C278.926 1172.58 277.614 1171.83 277.614 1170.49C277.614 1169.83 278.046 1169.21 278.75 1168.73V1168.66C278.366 1168.42 278.062 1168.01 278.062 1167.4C278.062 1166.74 278.51 1166.23 278.91 1165.96V1165.9C278.398 1165.48 277.902 1164.73 277.902 1163.8C277.902 1162.1 279.246 1161.03 280.83 1161.03C281.262 1161.03 281.646 1161.11 281.934 1161.22H284.638V1162.23H283.038C283.406 1162.58 283.678 1163.18 283.678 1163.83C283.678 1165.5 282.414 1166.54 280.83 1166.54C280.446 1166.54 280.014 1166.44 279.662 1166.26C279.39 1166.5 279.166 1166.76 279.166 1167.19C279.166 1167.69 279.486 1168.04 280.542 1168.04H282.046C283.854 1168.04 284.766 1168.6 284.766 1169.9C284.766 1171.34 283.246 1172.58 280.83 1172.58ZM280.83 1165.66C281.726 1165.66 282.478 1164.94 282.478 1163.8C282.478 1162.66 281.742 1161.99 280.83 1161.99C279.918 1161.99 279.182 1162.66 279.182 1163.8C279.182 1164.94 279.934 1165.66 280.83 1165.66ZM281.022 1171.67C282.51 1171.67 283.486 1170.9 283.486 1170.09C283.486 1169.37 282.926 1169.13 281.918 1169.13H280.574C280.27 1169.13 279.902 1169.1 279.566 1169C279.006 1169.4 278.766 1169.86 278.766 1170.31C278.766 1171.14 279.614 1171.67 281.022 1171.67ZM286.468 1169V1157.61H287.78V1160.71L287.732 1162.31C288.468 1161.61 289.252 1161.03 290.324 1161.03C291.956 1161.03 292.692 1162.09 292.692 1164.07V1169H291.38V1164.25C291.38 1162.79 290.932 1162.17 289.908 1162.17C289.108 1162.17 288.564 1162.58 287.78 1163.37V1169H286.468ZM297.819 1169.19C296.155 1169.19 295.595 1168.14 295.595 1166.6V1162.3H294.443V1161.3L295.659 1161.22L295.819 1159.05H296.923V1161.22H299.019V1162.3H296.923V1166.62C296.923 1167.58 297.227 1168.12 298.123 1168.12C298.395 1168.12 298.747 1168.01 299.003 1167.91L299.259 1168.9C298.827 1169.05 298.299 1169.19 297.819 1169.19ZM306.173 1169.19C304.877 1169.19 303.901 1168.38 303.901 1166.98C303.901 1165.29 305.357 1164.44 308.669 1164.07C308.669 1163.08 308.349 1162.12 307.069 1162.12C306.173 1162.12 305.357 1162.54 304.749 1162.95L304.237 1162.04C304.957 1161.58 306.045 1161.03 307.293 1161.03C309.197 1161.03 309.997 1162.3 309.997 1164.23V1169H308.909L308.797 1168.07H308.749C308.013 1168.68 307.149 1169.19 306.173 1169.19ZM306.557 1168.14C307.309 1168.14 307.917 1167.77 308.669 1167.1V1164.94C306.077 1165.26 305.181 1165.9 305.181 1166.89C305.181 1167.77 305.789 1168.14 306.557 1168.14ZM313.875 1169L311.715 1161.22H313.059L314.211 1165.72C314.387 1166.46 314.531 1167.16 314.675 1167.88H314.739C314.915 1167.16 315.075 1166.44 315.267 1165.72L316.467 1161.22H317.747L318.963 1165.72C319.155 1166.46 319.331 1167.16 319.507 1167.88H319.571C319.747 1167.16 319.891 1166.46 320.051 1165.72L321.187 1161.22H322.435L320.355 1169H318.755L317.635 1164.82C317.443 1164.09 317.299 1163.37 317.107 1162.58H317.043C316.867 1163.37 316.707 1164.1 316.499 1164.84L315.411 1169H313.875ZM325.963 1169.19C324.667 1169.19 323.691 1168.38 323.691 1166.98C323.691 1165.29 325.147 1164.44 328.459 1164.07C328.459 1163.08 328.139 1162.12 326.859 1162.12C325.963 1162.12 325.147 1162.54 324.539 1162.95L324.027 1162.04C324.747 1161.58 325.835 1161.03 327.083 1161.03C328.987 1161.03 329.787 1162.3 329.787 1164.23V1169H328.699L328.587 1168.07H328.539C327.803 1168.68 326.939 1169.19 325.963 1169.19ZM326.347 1168.14C327.099 1168.14 327.707 1167.77 328.459 1167.1V1164.94C325.867 1165.26 324.971 1165.9 324.971 1166.89C324.971 1167.77 325.579 1168.14 326.347 1168.14ZM332.562 1172.34C332.21 1172.34 331.906 1172.28 331.65 1172.18L331.906 1171.14C332.066 1171.19 332.306 1171.26 332.498 1171.26C333.378 1171.26 333.938 1170.55 334.258 1169.59L334.434 1169.02L331.314 1161.22H332.674L334.258 1165.53C334.498 1166.2 334.77 1167 335.01 1167.72H335.074C335.298 1167.02 335.522 1166.22 335.73 1165.53L337.122 1161.22H338.402L335.474 1169.64C334.93 1171.18 334.13 1172.34 332.562 1172.34ZM340.228 1169.19C339.7 1169.19 339.268 1168.78 339.268 1168.2C339.268 1167.59 339.7 1167.18 340.228 1167.18C340.74 1167.18 341.172 1167.59 341.172 1168.2C341.172 1168.78 340.74 1169.19 340.228 1169.19Z' fill='%232B2B2B'/%3E%3Cpath d='M124.232 1271V1260.57H126.584V1264.58H130.184V1260.57H132.552V1271H130.184V1266.65H126.584V1271H124.232ZM138.229 1271.19C136.213 1271.19 134.357 1269.67 134.357 1267.03C134.357 1264.39 136.213 1262.87 138.229 1262.87C140.229 1262.87 142.085 1264.39 142.085 1267.03C142.085 1269.67 140.229 1271.19 138.229 1271.19ZM138.229 1269.29C139.189 1269.29 139.685 1268.41 139.685 1267.03C139.685 1265.66 139.189 1264.78 138.229 1264.78C137.253 1264.78 136.773 1265.66 136.773 1267.03C136.773 1268.41 137.253 1269.29 138.229 1269.29ZM144.899 1271L142.915 1263.06H145.251L146.019 1266.74C146.147 1267.53 146.243 1268.3 146.371 1269.1H146.435C146.579 1268.3 146.707 1267.5 146.899 1266.74L147.779 1263.06H149.811L150.707 1266.74C150.899 1267.53 151.043 1268.3 151.203 1269.1H151.267C151.411 1268.3 151.491 1267.53 151.635 1266.74L152.387 1263.06H154.563L152.659 1271H149.907L149.187 1267.83C149.027 1267.1 148.899 1266.36 148.755 1265.51H148.691C148.547 1266.36 148.435 1267.1 148.291 1267.83L147.587 1271H144.899ZM162.028 1271.19C160.06 1271.19 158.78 1269.62 158.78 1267.03C158.78 1264.44 160.396 1262.87 162.076 1262.87C162.956 1262.87 163.484 1263.19 164.028 1263.7L163.932 1262.49V1259.78H166.284V1271H164.364L164.204 1270.22H164.14C163.58 1270.78 162.796 1271.19 162.028 1271.19ZM162.636 1269.27C163.148 1269.27 163.548 1269.08 163.932 1268.55V1265.3C163.516 1264.92 163.052 1264.79 162.62 1264.79C161.868 1264.79 161.196 1265.5 161.196 1267C161.196 1268.57 161.724 1269.27 162.636 1269.27ZM171.776 1271.19C169.76 1271.19 167.904 1269.67 167.904 1267.03C167.904 1264.39 169.76 1262.87 171.776 1262.87C173.776 1262.87 175.632 1264.39 175.632 1267.03C175.632 1269.67 173.776 1271.19 171.776 1271.19ZM171.776 1269.29C172.736 1269.29 173.232 1268.41 173.232 1267.03C173.232 1265.66 172.736 1264.78 171.776 1264.78C170.8 1264.78 170.32 1265.66 170.32 1267.03C170.32 1268.41 170.8 1269.29 171.776 1269.29ZM180.638 1271V1260.57H182.99V1271H180.638ZM191.294 1274.38C189.438 1274.38 187.966 1273.77 187.966 1272.36C187.966 1271.7 188.366 1271.18 189.102 1270.76V1270.7C188.686 1270.42 188.366 1270.01 188.366 1269.35C188.366 1268.78 188.75 1268.22 189.262 1267.86V1267.8C188.702 1267.42 188.19 1266.66 188.19 1265.74C188.19 1263.83 189.758 1262.87 191.47 1262.87C191.918 1262.87 192.35 1262.94 192.702 1263.06H195.598V1264.78H194.334C194.478 1265.02 194.59 1265.4 194.59 1265.82C194.59 1267.64 193.214 1268.49 191.47 1268.49C191.182 1268.49 190.862 1268.44 190.51 1268.33C190.302 1268.5 190.222 1268.65 190.222 1268.92C190.222 1269.32 190.542 1269.51 191.422 1269.51H192.702C194.654 1269.51 195.726 1270.1 195.726 1271.53C195.726 1273.18 194.014 1274.38 191.294 1274.38ZM191.47 1267.06C192.094 1267.06 192.558 1266.62 192.558 1265.74C192.558 1264.9 192.094 1264.46 191.47 1264.46C190.846 1264.46 190.382 1264.89 190.382 1265.74C190.382 1266.62 190.846 1267.06 191.47 1267.06ZM191.662 1272.9C192.718 1272.9 193.486 1272.47 193.486 1271.93C193.486 1271.43 193.054 1271.3 192.27 1271.3H191.454C190.91 1271.3 190.59 1271.27 190.334 1271.21C190.046 1271.46 189.902 1271.7 189.902 1271.99C189.902 1272.58 190.606 1272.9 191.662 1272.9ZM200.28 1271.19C198.008 1271.19 196.264 1269.66 196.264 1267.03C196.264 1264.46 198.104 1262.87 200.008 1262.87C202.264 1262.87 203.384 1264.52 203.384 1266.68C203.384 1267.1 203.336 1267.53 203.288 1267.72H198.536C198.744 1268.87 199.544 1269.4 200.6 1269.4C201.192 1269.4 201.736 1269.22 202.312 1268.87L203.096 1270.3C202.28 1270.86 201.224 1271.19 200.28 1271.19ZM198.52 1266.17H201.384C201.384 1265.29 201 1264.66 200.056 1264.66C199.32 1264.66 198.68 1265.16 198.52 1266.17ZM207.909 1271.19C205.941 1271.19 205.173 1269.96 205.173 1268.12V1264.9H204.085V1263.16L205.301 1263.06L205.573 1260.95H207.525V1263.06H209.429V1264.9H207.525V1268.09C207.525 1268.98 207.924 1269.35 208.549 1269.35C208.805 1269.35 209.093 1269.27 209.301 1269.19L209.669 1270.9C209.253 1271.03 208.677 1271.19 207.909 1271.19ZM214.181 1273.94V1263.06H216.101L216.261 1263.85H216.325C216.949 1263.29 217.749 1262.87 218.581 1262.87C220.501 1262.87 221.685 1264.46 221.685 1266.9C221.685 1269.62 220.053 1271.19 218.341 1271.19C217.653 1271.19 217.013 1270.89 216.453 1270.36L216.533 1271.62V1273.94H214.181ZM217.797 1269.27C218.613 1269.27 219.269 1268.57 219.269 1266.94C219.269 1265.51 218.837 1264.79 217.893 1264.79C217.413 1264.79 216.997 1265.02 216.533 1265.51V1268.76C216.949 1269.14 217.397 1269.27 217.797 1269.27ZM225.181 1271.19C223.725 1271.19 222.813 1270.14 222.813 1268.79C222.813 1267.13 224.141 1266.22 227.277 1265.9C227.229 1265.19 226.893 1264.74 226.029 1264.74C225.357 1264.74 224.701 1265.02 223.933 1265.46L223.085 1263.91C224.093 1263.3 225.229 1262.87 226.477 1262.87C228.509 1262.87 229.629 1264.02 229.629 1266.46V1271H227.709L227.549 1270.18H227.485C226.813 1270.78 226.077 1271.19 225.181 1271.19ZM225.981 1269.37C226.509 1269.37 226.861 1269.11 227.277 1268.7V1267.3C225.613 1267.53 225.069 1268.01 225.069 1268.62C225.069 1269.13 225.421 1269.37 225.981 1269.37ZM231.618 1271V1263.06H233.97V1271H231.618ZM232.786 1261.9C232.002 1261.9 231.426 1261.38 231.426 1260.66C231.426 1259.94 232.002 1259.45 232.786 1259.45C233.586 1259.45 234.146 1259.94 234.146 1260.66C234.146 1261.38 233.586 1261.9 232.786 1261.9ZM238.872 1271.19C236.904 1271.19 235.624 1269.62 235.624 1267.03C235.624 1264.44 237.24 1262.87 238.92 1262.87C239.8 1262.87 240.328 1263.19 240.872 1263.7L240.776 1262.49V1259.78H243.128V1271H241.208L241.048 1270.22H240.984C240.424 1270.78 239.64 1271.19 238.872 1271.19ZM239.48 1269.27C239.992 1269.27 240.392 1269.08 240.776 1268.55V1265.3C240.36 1264.92 239.896 1264.79 239.464 1264.79C238.712 1264.79 238.04 1265.5 238.04 1267C238.04 1268.57 238.568 1269.27 239.48 1269.27ZM252.575 1271.19C251.871 1271.19 251.135 1270.84 250.511 1270.15H250.447L250.255 1271H248.415V1259.78H250.767V1262.54L250.703 1263.75C251.311 1263.21 252.063 1262.87 252.799 1262.87C254.719 1262.87 255.919 1264.46 255.919 1266.89C255.919 1269.62 254.287 1271.19 252.575 1271.19ZM252.031 1269.27C252.847 1269.27 253.503 1268.57 253.503 1266.94C253.503 1265.51 253.071 1264.79 252.127 1264.79C251.647 1264.79 251.215 1265.02 250.767 1265.51V1268.76C251.183 1269.14 251.631 1269.27 252.031 1269.27ZM258.342 1274.1C257.862 1274.1 257.542 1274.04 257.222 1273.94L257.638 1272.15C257.782 1272.18 257.99 1272.25 258.166 1272.25C258.95 1272.25 259.35 1271.83 259.558 1271.21L259.67 1270.79L256.614 1263.06H258.982L260.118 1266.47C260.342 1267.19 260.534 1267.94 260.742 1268.73H260.806C260.982 1267.98 261.158 1267.22 261.35 1266.47L262.31 1263.06H264.566L261.814 1271.08C261.062 1273.08 260.214 1274.1 258.342 1274.1ZM272.465 1271.19C270.257 1271.19 268.545 1269.67 268.545 1267.03C268.545 1264.39 270.481 1262.87 272.673 1262.87C273.649 1262.87 274.401 1263.22 274.993 1263.72L273.889 1265.24C273.505 1264.92 273.185 1264.78 272.817 1264.78C271.681 1264.78 270.961 1265.66 270.961 1267.03C270.961 1268.41 271.713 1269.29 272.737 1269.29C273.249 1269.29 273.745 1269.03 274.161 1268.71L275.089 1270.25C274.305 1270.94 273.329 1271.19 272.465 1271.19ZM278.638 1271.19C277.022 1271.19 276.478 1270.14 276.478 1268.54V1259.78H278.83V1268.63C278.83 1269.13 279.054 1269.29 279.246 1269.29C279.342 1269.29 279.406 1269.29 279.534 1269.26L279.822 1271C279.566 1271.11 279.166 1271.19 278.638 1271.19ZM281.056 1271V1263.06H283.408V1271H281.056ZM282.224 1261.9C281.44 1261.9 280.864 1261.38 280.864 1260.66C280.864 1259.94 281.44 1259.45 282.224 1259.45C283.024 1259.45 283.584 1259.94 283.584 1260.66C283.584 1261.38 283.024 1261.9 282.224 1261.9ZM289.03 1271.19C286.758 1271.19 285.014 1269.66 285.014 1267.03C285.014 1264.46 286.854 1262.87 288.758 1262.87C291.014 1262.87 292.134 1264.52 292.134 1266.68C292.134 1267.1 292.086 1267.53 292.038 1267.72H287.286C287.494 1268.87 288.294 1269.4 289.35 1269.4C289.942 1269.4 290.486 1269.22 291.062 1268.87L291.846 1270.3C291.03 1270.86 289.974 1271.19 289.03 1271.19ZM287.27 1266.17H290.134C290.134 1265.29 289.75 1264.66 288.806 1264.66C288.07 1264.66 287.43 1265.16 287.27 1266.17ZM293.759 1271V1263.06H295.679L295.839 1264.07H295.903C296.575 1263.43 297.375 1262.87 298.447 1262.87C300.175 1262.87 300.911 1264.09 300.911 1266.07V1271H298.559V1266.38C298.559 1265.22 298.255 1264.87 297.583 1264.87C296.991 1264.87 296.623 1265.14 296.111 1265.64V1271H293.759ZM305.971 1271.19C304.003 1271.19 303.235 1269.96 303.235 1268.12V1264.9H302.147V1263.16L303.363 1263.06L303.635 1260.95H305.587V1263.06H307.491V1264.9H305.587V1268.09C305.587 1268.98 305.987 1269.35 306.611 1269.35C306.867 1269.35 307.155 1269.27 307.363 1269.19L307.731 1270.9C307.315 1271.03 306.739 1271.19 305.971 1271.19ZM311.22 1271.19C310.18 1271.19 308.98 1270.74 308.18 1270.09L309.236 1268.62C309.956 1269.16 310.612 1269.45 311.284 1269.45C311.988 1269.45 312.292 1269.19 312.292 1268.78C312.292 1268.25 311.492 1268.01 310.676 1267.69C309.716 1267.32 308.58 1266.66 308.58 1265.35C308.58 1263.88 309.78 1262.87 311.62 1262.87C312.836 1262.87 313.732 1263.37 314.42 1263.88L313.364 1265.29C312.788 1264.87 312.244 1264.62 311.684 1264.62C311.076 1264.62 310.788 1264.84 310.788 1265.24C310.788 1265.75 311.524 1265.94 312.34 1266.25C313.348 1266.62 314.484 1267.18 314.484 1268.63C314.484 1270.07 313.348 1271.19 311.22 1271.19ZM320.509 1271L318.525 1263.06H320.861L321.629 1266.74C321.757 1267.53 321.853 1268.3 321.981 1269.1H322.045C322.189 1268.3 322.317 1267.5 322.509 1266.74L323.389 1263.06H325.421L326.317 1266.74C326.509 1267.53 326.653 1268.3 326.813 1269.1H326.877C327.021 1268.3 327.101 1267.53 327.245 1266.74L327.997 1263.06H330.173L328.269 1271H325.517L324.797 1267.83C324.637 1267.1 324.509 1266.36 324.365 1265.51H324.301C324.157 1266.36 324.045 1267.1 323.901 1267.83L323.197 1271H320.509ZM331.603 1271V1259.78H333.955V1262.54L333.843 1263.96C334.435 1263.43 335.219 1262.87 336.291 1262.87C338.019 1262.87 338.755 1264.09 338.755 1266.07V1271H336.403V1266.38C336.403 1265.22 336.099 1264.87 335.427 1264.87C334.835 1264.87 334.467 1265.14 333.955 1265.64V1271H331.603ZM344.151 1271.19C342.135 1271.19 340.279 1269.67 340.279 1267.03C340.279 1264.39 342.135 1262.87 344.151 1262.87C346.151 1262.87 348.007 1264.39 348.007 1267.03C348.007 1269.67 346.151 1271.19 344.151 1271.19ZM344.151 1269.29C345.111 1269.29 345.607 1268.41 345.607 1267.03C345.607 1265.66 345.111 1264.78 344.151 1264.78C343.175 1264.78 342.695 1265.66 342.695 1267.03C342.695 1268.41 343.175 1269.29 344.151 1269.29ZM356.277 1271.19C354.069 1271.19 352.357 1269.67 352.357 1267.03C352.357 1264.39 354.293 1262.87 356.485 1262.87C357.461 1262.87 358.213 1263.22 358.805 1263.72L357.701 1265.24C357.317 1264.92 356.997 1264.78 356.629 1264.78C355.493 1264.78 354.773 1265.66 354.773 1267.03C354.773 1268.41 355.525 1269.29 356.549 1269.29C357.061 1269.29 357.557 1269.03 357.973 1268.71L358.901 1270.25C358.117 1270.94 357.141 1271.19 356.277 1271.19ZM362.134 1271.19C360.678 1271.19 359.766 1270.14 359.766 1268.79C359.766 1267.13 361.094 1266.22 364.23 1265.9C364.182 1265.19 363.846 1264.74 362.982 1264.74C362.31 1264.74 361.654 1265.02 360.886 1265.46L360.038 1263.91C361.046 1263.3 362.182 1262.87 363.43 1262.87C365.462 1262.87 366.582 1264.02 366.582 1266.46V1271H364.662L364.502 1270.18H364.438C363.766 1270.78 363.03 1271.19 362.134 1271.19ZM362.934 1269.37C363.462 1269.37 363.814 1269.11 364.23 1268.7V1267.3C362.566 1267.53 362.022 1268.01 362.022 1268.62C362.022 1269.13 362.374 1269.37 362.934 1269.37ZM368.571 1271V1263.06H370.491L370.651 1264.09H370.715C371.371 1263.43 372.075 1262.87 373.115 1262.87C374.235 1262.87 374.907 1263.35 375.307 1264.2C376.011 1263.48 376.747 1262.87 377.803 1262.87C379.515 1262.87 380.283 1264.09 380.283 1266.07V1271H377.931V1266.38C377.931 1265.22 377.627 1264.87 376.955 1264.87C376.555 1264.87 376.107 1265.13 375.595 1265.64V1271H373.243V1266.38C373.243 1265.22 372.939 1264.87 372.267 1264.87C371.883 1264.87 371.419 1265.13 370.923 1265.64V1271H368.571ZM385.842 1271.19C383.57 1271.19 381.826 1269.66 381.826 1267.03C381.826 1264.46 383.666 1262.87 385.57 1262.87C387.826 1262.87 388.946 1264.52 388.946 1266.68C388.946 1267.1 388.898 1267.53 388.85 1267.72H384.098C384.306 1268.87 385.106 1269.4 386.162 1269.4C386.754 1269.4 387.298 1269.22 387.874 1268.87L388.658 1270.3C387.842 1270.86 386.786 1271.19 385.842 1271.19ZM384.082 1266.17H386.946C386.946 1265.29 386.562 1264.66 385.618 1264.66C384.882 1264.66 384.242 1265.16 384.082 1266.17ZM396.83 1271.19C394.862 1271.19 394.094 1269.96 394.094 1268.12V1264.9H393.006V1263.16L394.222 1263.06L394.494 1260.95H396.446V1263.06H398.35V1264.9H396.446V1268.09C396.446 1268.98 396.846 1269.35 397.47 1269.35C397.726 1269.35 398.014 1269.27 398.222 1269.19L398.59 1270.9C398.174 1271.03 397.598 1271.19 396.83 1271.19ZM399.899 1271V1259.78H402.251V1262.54L402.139 1263.96C402.731 1263.43 403.515 1262.87 404.587 1262.87C406.315 1262.87 407.051 1264.09 407.051 1266.07V1271H404.699V1266.38C404.699 1265.22 404.395 1264.87 403.723 1264.87C403.131 1264.87 402.763 1265.14 402.251 1265.64V1271H399.899ZM409.04 1271V1263.06H410.96L411.12 1264.46H411.184C411.76 1263.38 412.624 1262.87 413.44 1262.87C413.888 1262.87 414.16 1262.94 414.384 1263.03L414 1265.06C413.712 1264.98 413.472 1264.94 413.136 1264.94C412.544 1264.94 411.808 1265.32 411.392 1266.39V1271H409.04ZM418.667 1271.19C416.651 1271.19 414.795 1269.67 414.795 1267.03C414.795 1264.39 416.651 1262.87 418.667 1262.87C420.667 1262.87 422.523 1264.39 422.523 1267.03C422.523 1269.67 420.667 1271.19 418.667 1271.19ZM418.667 1269.29C419.627 1269.29 420.123 1268.41 420.123 1267.03C420.123 1265.66 419.627 1264.78 418.667 1264.78C417.691 1264.78 417.211 1265.66 417.211 1267.03C417.211 1268.41 417.691 1269.29 418.667 1269.29ZM426.518 1271.19C424.79 1271.19 424.054 1269.98 424.054 1267.99V1263.06H426.406V1267.69C426.406 1268.82 426.71 1269.19 427.398 1269.19C427.99 1269.19 428.342 1268.94 428.806 1268.31V1263.06H431.158V1271H429.238L429.062 1269.9H429.014C428.342 1270.7 427.606 1271.19 426.518 1271.19ZM436.06 1274.38C434.204 1274.38 432.732 1273.77 432.732 1272.36C432.732 1271.7 433.132 1271.18 433.868 1270.76V1270.7C433.452 1270.42 433.132 1270.01 433.132 1269.35C433.132 1268.78 433.516 1268.22 434.028 1267.86V1267.8C433.468 1267.42 432.956 1266.66 432.956 1265.74C432.956 1263.83 434.524 1262.87 436.236 1262.87C436.684 1262.87 437.116 1262.94 437.468 1263.06H440.364V1264.78H439.1C439.244 1265.02 439.356 1265.4 439.356 1265.82C439.356 1267.64 437.98 1268.49 436.236 1268.49C435.948 1268.49 435.628 1268.44 435.276 1268.33C435.068 1268.5 434.988 1268.65 434.988 1268.92C434.988 1269.32 435.308 1269.51 436.188 1269.51H437.468C439.42 1269.51 440.492 1270.1 440.492 1271.53C440.492 1273.18 438.78 1274.38 436.06 1274.38ZM436.236 1267.06C436.86 1267.06 437.324 1266.62 437.324 1265.74C437.324 1264.9 436.86 1264.46 436.236 1264.46C435.612 1264.46 435.148 1264.89 435.148 1265.74C435.148 1266.62 435.612 1267.06 436.236 1267.06ZM436.428 1272.9C437.484 1272.9 438.252 1272.47 438.252 1271.93C438.252 1271.43 437.82 1271.3 437.036 1271.3H436.22C435.676 1271.3 435.356 1271.27 435.1 1271.21C434.812 1271.46 434.668 1271.7 434.668 1271.99C434.668 1272.58 435.372 1272.9 436.428 1272.9ZM441.774 1271V1259.78H444.126V1262.54L444.014 1263.96C444.606 1263.43 445.39 1262.87 446.462 1262.87C448.19 1262.87 448.926 1264.09 448.926 1266.07V1271H446.574V1266.38C446.574 1265.22 446.27 1264.87 445.598 1264.87C445.006 1264.87 444.638 1265.14 444.126 1265.64V1271H441.774ZM457.174 1271.19C455.206 1271.19 454.438 1269.96 454.438 1268.12V1264.9H453.35V1263.16L454.566 1263.06L454.838 1260.95H456.79V1263.06H458.694V1264.9H456.79V1268.09C456.79 1268.98 457.19 1269.35 457.814 1269.35C458.07 1269.35 458.358 1269.27 458.566 1269.19L458.934 1270.9C458.518 1271.03 457.942 1271.19 457.174 1271.19ZM460.243 1271V1259.78H462.595V1262.54L462.483 1263.96C463.075 1263.43 463.859 1262.87 464.931 1262.87C466.659 1262.87 467.395 1264.09 467.395 1266.07V1271H465.043V1266.38C465.043 1265.22 464.739 1264.87 464.067 1264.87C463.475 1264.87 463.107 1265.14 462.595 1265.64V1271H460.243ZM472.936 1271.19C470.664 1271.19 468.92 1269.66 468.92 1267.03C468.92 1264.46 470.76 1262.87 472.664 1262.87C474.92 1262.87 476.04 1264.52 476.04 1266.68C476.04 1267.1 475.992 1267.53 475.944 1267.72H471.192C471.4 1268.87 472.2 1269.4 473.256 1269.4C473.848 1269.4 474.392 1269.22 474.968 1268.87L475.752 1270.3C474.936 1270.86 473.88 1271.19 472.936 1271.19ZM471.176 1266.17H474.04C474.04 1265.29 473.656 1264.66 472.712 1264.66C471.976 1264.66 471.336 1265.16 471.176 1266.17ZM483.7 1271.19C481.732 1271.19 480.452 1269.62 480.452 1267.03C480.452 1264.44 482.068 1262.87 483.748 1262.87C484.628 1262.87 485.156 1263.19 485.7 1263.7L485.604 1262.49V1259.78H487.956V1271H486.036L485.876 1270.22H485.812C485.252 1270.78 484.468 1271.19 483.7 1271.19ZM484.308 1269.27C484.82 1269.27 485.22 1269.08 485.604 1268.55V1265.3C485.188 1264.92 484.724 1264.79 484.292 1264.79C483.54 1264.79 482.868 1265.5 482.868 1267C482.868 1268.57 483.396 1269.27 484.308 1269.27ZM490.04 1271V1263.06H492.392V1271H490.04ZM491.208 1261.9C490.424 1261.9 489.848 1261.38 489.848 1260.66C489.848 1259.94 490.424 1259.45 491.208 1259.45C492.008 1259.45 492.568 1259.94 492.568 1260.66C492.568 1261.38 492.008 1261.9 491.208 1261.9ZM494.462 1271V1263.06H496.382L496.542 1264.46H496.606C497.182 1263.38 498.046 1262.87 498.862 1262.87C499.31 1262.87 499.582 1262.94 499.806 1263.03L499.422 1265.06C499.134 1264.98 498.894 1264.94 498.558 1264.94C497.966 1264.94 497.23 1265.32 496.814 1266.39V1271H494.462ZM504.233 1271.19C501.961 1271.19 500.217 1269.66 500.217 1267.03C500.217 1264.46 502.057 1262.87 503.961 1262.87C506.217 1262.87 507.337 1264.52 507.337 1266.68C507.337 1267.1 507.289 1267.53 507.241 1267.72H502.489C502.697 1268.87 503.497 1269.4 504.553 1269.4C505.145 1269.4 505.689 1269.22 506.265 1268.87L507.049 1270.3C506.233 1270.86 505.177 1271.19 504.233 1271.19ZM502.473 1266.17H505.337C505.337 1265.29 504.953 1264.66 504.009 1264.66C503.273 1264.66 502.633 1265.16 502.473 1266.17ZM512.418 1271.19C510.21 1271.19 508.498 1269.67 508.498 1267.03C508.498 1264.39 510.434 1262.87 512.626 1262.87C513.602 1262.87 514.354 1263.22 514.946 1263.72L513.842 1265.24C513.458 1264.92 513.138 1264.78 512.77 1264.78C511.634 1264.78 510.914 1265.66 510.914 1267.03C510.914 1268.41 511.666 1269.29 512.69 1269.29C513.202 1269.29 513.698 1269.03 514.114 1268.71L515.042 1270.25C514.258 1270.94 513.282 1271.19 512.418 1271.19ZM519.33 1271.19C517.362 1271.19 516.594 1269.96 516.594 1268.12V1264.9H515.506V1263.16L516.722 1263.06L516.994 1260.95H518.946V1263.06H520.85V1264.9H518.946V1268.09C518.946 1268.98 519.346 1269.35 519.97 1269.35C520.226 1269.35 520.514 1269.27 520.722 1269.19L521.09 1270.9C520.674 1271.03 520.098 1271.19 519.33 1271.19ZM525.526 1271.19C523.51 1271.19 521.654 1269.67 521.654 1267.03C521.654 1264.39 523.51 1262.87 525.526 1262.87C527.526 1262.87 529.382 1264.39 529.382 1267.03C529.382 1269.67 527.526 1271.19 525.526 1271.19ZM525.526 1269.29C526.486 1269.29 526.982 1268.41 526.982 1267.03C526.982 1265.66 526.486 1264.78 525.526 1264.78C524.55 1264.78 524.07 1265.66 524.07 1267.03C524.07 1268.41 524.55 1269.29 525.526 1269.29ZM530.993 1271V1263.06H532.913L533.073 1264.46H533.137C533.713 1263.38 534.577 1262.87 535.393 1262.87C535.841 1262.87 536.113 1262.94 536.337 1263.03L535.953 1265.06C535.665 1264.98 535.425 1264.94 535.089 1264.94C534.497 1264.94 533.761 1265.32 533.345 1266.39V1271H530.993ZM538.358 1274.1C537.878 1274.1 537.558 1274.04 537.238 1273.94L537.654 1272.15C537.798 1272.18 538.006 1272.25 538.182 1272.25C538.966 1272.25 539.366 1271.83 539.574 1271.21L539.686 1270.79L536.63 1263.06H538.998L540.134 1266.47C540.358 1267.19 540.549 1267.94 540.758 1268.73H540.822C540.998 1267.98 541.174 1267.22 541.366 1266.47L542.326 1263.06H544.582L541.83 1271.08C541.078 1273.08 540.23 1274.1 538.358 1274.1ZM547.245 1267.3C546.925 1265.11 549.261 1264.2 549.261 1263C549.261 1262.34 548.829 1261.99 548.189 1261.99C547.597 1261.99 547.165 1262.3 546.733 1262.73L545.437 1261.54C546.189 1260.68 547.245 1260.09 548.493 1260.09C550.205 1260.09 551.517 1260.94 551.517 1262.82C551.517 1264.81 549.117 1265.4 549.309 1267.3H547.245ZM548.269 1271.19C547.453 1271.19 546.861 1270.55 546.861 1269.72C546.861 1268.87 547.453 1268.23 548.269 1268.23C549.085 1268.23 549.693 1268.87 549.693 1269.72C549.693 1270.55 549.085 1271.19 548.269 1271.19Z' fill='%232B2B2B'/%3E%3Cpath d='M778 1264.32L784.933 1257.68L792 1264.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M778 1264.32L784.933 1257.68L792 1264.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1235V1234H793V1235H123Z' fill='%23E0E7EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1235V1234H793V1235H123Z' fill='%23E0E7EF'/%3E%3Cpath d='M126.616 1306V1296.62H123.448V1295.5H131.128V1296.62H127.96V1306H126.616ZM133.09 1306V1294.61H134.402V1297.71L134.354 1299.31C135.09 1298.61 135.874 1298.03 136.946 1298.03C138.578 1298.03 139.314 1299.09 139.314 1301.07V1306H138.002V1301.25C138.002 1299.79 137.554 1299.17 136.53 1299.17C135.73 1299.17 135.186 1299.58 134.402 1300.37V1306H133.09ZM145.145 1306.19C143.065 1306.19 141.417 1304.67 141.417 1302.13C141.417 1299.58 143.129 1298.03 144.905 1298.03C146.889 1298.03 148.009 1299.46 148.009 1301.68C148.009 1301.95 147.993 1302.24 147.961 1302.43H142.713C142.809 1304.08 143.817 1305.14 145.305 1305.14C146.041 1305.14 146.665 1304.9 147.241 1304.53L147.705 1305.39C147.033 1305.82 146.201 1306.19 145.145 1306.19ZM142.697 1301.49H146.857C146.857 1299.92 146.153 1299.07 144.937 1299.07C143.849 1299.07 142.857 1299.95 142.697 1301.49ZM156.19 1306.19C154.238 1306.19 152.974 1304.72 152.974 1302.13C152.974 1299.6 154.574 1298.03 156.35 1298.03C157.246 1298.03 157.838 1298.37 158.526 1298.93L158.462 1297.6V1294.61H159.79V1306H158.702L158.59 1305.09H158.542C157.934 1305.68 157.102 1306.19 156.19 1306.19ZM156.478 1305.09C157.198 1305.09 157.822 1304.74 158.462 1304.02V1299.95C157.806 1299.36 157.214 1299.14 156.574 1299.14C155.326 1299.14 154.334 1300.34 154.334 1302.11C154.334 1303.97 155.118 1305.09 156.478 1305.09ZM162.609 1306V1298.22H163.921V1306H162.609ZM163.281 1296.62C162.769 1296.62 162.369 1296.27 162.369 1295.78C162.369 1295.26 162.769 1294.93 163.281 1294.93C163.793 1294.93 164.193 1295.26 164.193 1295.78C164.193 1296.27 163.793 1296.62 163.281 1296.62ZM166.746 1306V1298.22H167.834L167.946 1299.63H167.994C168.522 1298.66 169.322 1298.03 170.202 1298.03C170.538 1298.03 170.778 1298.08 171.034 1298.19L170.778 1299.34C170.522 1299.26 170.346 1299.22 170.026 1299.22C169.37 1299.22 168.586 1299.7 168.058 1301.01V1306H166.746ZM175.489 1306.19C173.409 1306.19 171.761 1304.67 171.761 1302.13C171.761 1299.58 173.473 1298.03 175.249 1298.03C177.233 1298.03 178.353 1299.46 178.353 1301.68C178.353 1301.95 178.337 1302.24 178.305 1302.43H173.057C173.153 1304.08 174.161 1305.14 175.649 1305.14C176.385 1305.14 177.009 1304.9 177.585 1304.53L178.049 1305.39C177.377 1305.82 176.545 1306.19 175.489 1306.19ZM173.041 1301.49H177.201C177.201 1299.92 176.497 1299.07 175.281 1299.07C174.193 1299.07 173.201 1299.95 173.041 1301.49ZM183.546 1306.19C181.482 1306.19 179.898 1304.7 179.898 1302.13C179.898 1299.52 181.642 1298.03 183.642 1298.03C184.666 1298.03 185.37 1298.45 185.914 1298.94L185.242 1299.81C184.794 1299.41 184.314 1299.12 183.69 1299.12C182.282 1299.12 181.258 1300.34 181.258 1302.13C181.258 1303.9 182.234 1305.1 183.658 1305.1C184.378 1305.1 185.002 1304.75 185.482 1304.32L186.058 1305.2C185.354 1305.82 184.474 1306.19 183.546 1306.19ZM190.263 1306.19C188.599 1306.19 188.039 1305.14 188.039 1303.6V1299.3H186.887V1298.3L188.103 1298.22L188.263 1296.05H189.367V1298.22H191.463V1299.3H189.367V1303.62C189.367 1304.58 189.671 1305.12 190.567 1305.12C190.839 1305.12 191.191 1305.01 191.447 1304.91L191.703 1305.9C191.271 1306.05 190.743 1306.19 190.263 1306.19ZM196.227 1306.19C194.323 1306.19 192.627 1304.7 192.627 1302.13C192.627 1299.52 194.323 1298.03 196.227 1298.03C198.131 1298.03 199.827 1299.52 199.827 1302.13C199.827 1304.7 198.131 1306.19 196.227 1306.19ZM196.227 1305.1C197.571 1305.1 198.467 1303.9 198.467 1302.13C198.467 1300.34 197.571 1299.12 196.227 1299.12C194.899 1299.12 193.987 1300.34 193.987 1302.13C193.987 1303.9 194.899 1305.1 196.227 1305.1ZM202.074 1306V1298.22H203.162L203.274 1299.63H203.322C203.85 1298.66 204.65 1298.03 205.53 1298.03C205.866 1298.03 206.106 1298.08 206.362 1298.19L206.106 1299.34C205.85 1299.26 205.674 1299.22 205.354 1299.22C204.698 1299.22 203.914 1299.7 203.386 1301.01V1306H202.074ZM208.356 1309.34C208.004 1309.34 207.7 1309.28 207.444 1309.18L207.7 1308.14C207.86 1308.19 208.1 1308.26 208.292 1308.26C209.172 1308.26 209.732 1307.55 210.052 1306.59L210.228 1306.02L207.108 1298.22H208.468L210.052 1302.53C210.292 1303.2 210.564 1304 210.804 1304.72H210.868C211.092 1304.02 211.316 1303.22 211.524 1302.53L212.916 1298.22H214.196L211.268 1306.64C210.724 1308.18 209.924 1309.34 208.356 1309.34ZM221.956 1306.19C220.004 1306.19 218.74 1304.72 218.74 1302.13C218.74 1299.6 220.34 1298.03 222.116 1298.03C223.012 1298.03 223.604 1298.37 224.292 1298.93L224.228 1297.6V1294.61H225.556V1306H224.468L224.356 1305.09H224.308C223.7 1305.68 222.868 1306.19 221.956 1306.19ZM222.244 1305.09C222.964 1305.09 223.588 1304.74 224.228 1304.02V1299.95C223.572 1299.36 222.98 1299.14 222.34 1299.14C221.092 1299.14 220.1 1300.34 220.1 1302.11C220.1 1303.97 220.884 1305.09 222.244 1305.09ZM231.399 1306.19C229.495 1306.19 227.799 1304.7 227.799 1302.13C227.799 1299.52 229.495 1298.03 231.399 1298.03C233.303 1298.03 234.999 1299.52 234.999 1302.13C234.999 1304.7 233.303 1306.19 231.399 1306.19ZM231.399 1305.1C232.743 1305.1 233.639 1303.9 233.639 1302.13C233.639 1300.34 232.743 1299.12 231.399 1299.12C230.071 1299.12 229.159 1300.34 229.159 1302.13C229.159 1303.9 230.071 1305.1 231.399 1305.1ZM240.398 1306.19C238.318 1306.19 236.67 1304.67 236.67 1302.13C236.67 1299.58 238.382 1298.03 240.158 1298.03C242.142 1298.03 243.262 1299.46 243.262 1301.68C243.262 1301.95 243.246 1302.24 243.214 1302.43H237.966C238.062 1304.08 239.07 1305.14 240.558 1305.14C241.294 1305.14 241.918 1304.9 242.494 1304.53L242.958 1305.39C242.286 1305.82 241.454 1306.19 240.398 1306.19ZM237.95 1301.49H242.11C242.11 1299.92 241.406 1299.07 240.19 1299.07C239.102 1299.07 238.11 1299.95 237.95 1301.49ZM247.416 1306.19C246.312 1306.19 245.256 1305.73 244.52 1305.12L245.176 1304.24C245.848 1304.78 246.536 1305.17 247.464 1305.17C248.488 1305.17 249 1304.62 249 1303.95C249 1303.15 248.072 1302.8 247.224 1302.48C246.12 1302.08 244.904 1301.55 244.904 1300.24C244.904 1298.99 245.896 1298.03 247.576 1298.03C248.552 1298.03 249.4 1298.43 249.992 1298.91L249.368 1299.74C248.84 1299.34 248.28 1299.06 247.592 1299.06C246.616 1299.06 246.168 1299.58 246.168 1300.18C246.168 1300.91 247.016 1301.18 247.896 1301.52C249.016 1301.94 250.264 1302.4 250.264 1303.87C250.264 1305.14 249.256 1306.19 247.416 1306.19ZM255.69 1306V1298.22H256.778L256.89 1299.34H256.938C257.674 1298.61 258.474 1298.03 259.546 1298.03C261.178 1298.03 261.914 1299.09 261.914 1301.07V1306H260.602V1301.25C260.602 1299.79 260.154 1299.17 259.13 1299.17C258.33 1299.17 257.786 1299.58 257.002 1300.37V1306H255.69ZM267.664 1306.19C265.76 1306.19 264.064 1304.7 264.064 1302.13C264.064 1299.52 265.76 1298.03 267.664 1298.03C269.568 1298.03 271.264 1299.52 271.264 1302.13C271.264 1304.7 269.568 1306.19 267.664 1306.19ZM267.664 1305.1C269.008 1305.1 269.904 1303.9 269.904 1302.13C269.904 1300.34 269.008 1299.12 267.664 1299.12C266.336 1299.12 265.424 1300.34 265.424 1302.13C265.424 1303.9 266.336 1305.1 267.664 1305.1ZM275.694 1306.19C274.03 1306.19 273.47 1305.14 273.47 1303.6V1299.3H272.318V1298.3L273.534 1298.22L273.694 1296.05H274.798V1298.22H276.894V1299.3H274.798V1303.62C274.798 1304.58 275.102 1305.12 275.998 1305.12C276.27 1305.12 276.622 1305.01 276.878 1304.91L277.134 1305.9C276.702 1306.05 276.174 1306.19 275.694 1306.19ZM285.328 1306.19C283.264 1306.19 281.68 1304.7 281.68 1302.13C281.68 1299.52 283.424 1298.03 285.424 1298.03C286.448 1298.03 287.152 1298.45 287.696 1298.94L287.024 1299.81C286.576 1299.41 286.096 1299.12 285.472 1299.12C284.064 1299.12 283.04 1300.34 283.04 1302.13C283.04 1303.9 284.016 1305.1 285.44 1305.1C286.16 1305.1 286.784 1304.75 287.264 1304.32L287.84 1305.2C287.136 1305.82 286.256 1306.19 285.328 1306.19ZM289.753 1306V1294.61H291.065V1297.71L291.017 1299.31C291.753 1298.61 292.537 1298.03 293.609 1298.03C295.241 1298.03 295.977 1299.09 295.977 1301.07V1306H294.665V1301.25C294.665 1299.79 294.217 1299.17 293.193 1299.17C292.393 1299.17 291.849 1299.58 291.065 1300.37V1306H289.753ZM300.448 1306.19C299.152 1306.19 298.176 1305.38 298.176 1303.98C298.176 1302.29 299.632 1301.44 302.944 1301.07C302.944 1300.08 302.624 1299.12 301.344 1299.12C300.448 1299.12 299.632 1299.54 299.024 1299.95L298.512 1299.04C299.232 1298.58 300.32 1298.03 301.568 1298.03C303.472 1298.03 304.272 1299.3 304.272 1301.23V1306H303.184L303.072 1305.07H303.024C302.288 1305.68 301.424 1306.19 300.448 1306.19ZM300.832 1305.14C301.584 1305.14 302.192 1304.77 302.944 1304.1V1301.94C300.352 1302.26 299.456 1302.9 299.456 1303.89C299.456 1304.77 300.064 1305.14 300.832 1305.14ZM306.918 1306V1298.22H308.006L308.118 1299.63H308.166C308.694 1298.66 309.494 1298.03 310.374 1298.03C310.71 1298.03 310.95 1298.08 311.206 1298.19L310.95 1299.34C310.694 1299.26 310.518 1299.22 310.198 1299.22C309.542 1299.22 308.758 1299.7 308.23 1301.01V1306H306.918ZM315.133 1309.58C313.229 1309.58 311.917 1308.83 311.917 1307.49C311.917 1306.83 312.349 1306.21 313.053 1305.73V1305.66C312.669 1305.42 312.365 1305.01 312.365 1304.4C312.365 1303.74 312.813 1303.23 313.213 1302.96V1302.9C312.701 1302.48 312.205 1301.73 312.205 1300.8C312.205 1299.1 313.549 1298.03 315.133 1298.03C315.565 1298.03 315.949 1298.11 316.237 1298.22H318.941V1299.23H317.341C317.709 1299.58 317.981 1300.18 317.981 1300.83C317.981 1302.5 316.717 1303.54 315.133 1303.54C314.749 1303.54 314.317 1303.44 313.965 1303.26C313.693 1303.5 313.469 1303.76 313.469 1304.19C313.469 1304.69 313.789 1305.04 314.845 1305.04H316.349C318.157 1305.04 319.069 1305.6 319.069 1306.9C319.069 1308.34 317.549 1309.58 315.133 1309.58ZM315.133 1302.66C316.029 1302.66 316.781 1301.94 316.781 1300.8C316.781 1299.66 316.045 1298.99 315.133 1298.99C314.221 1298.99 313.485 1299.66 313.485 1300.8C313.485 1301.94 314.237 1302.66 315.133 1302.66ZM315.325 1308.67C316.813 1308.67 317.789 1307.9 317.789 1307.09C317.789 1306.37 317.229 1306.13 316.221 1306.13H314.877C314.573 1306.13 314.205 1306.1 313.869 1306C313.309 1306.4 313.069 1306.86 313.069 1307.31C313.069 1308.14 313.917 1308.67 315.325 1308.67ZM323.705 1306.19C321.625 1306.19 319.977 1304.67 319.977 1302.13C319.977 1299.58 321.689 1298.03 323.465 1298.03C325.449 1298.03 326.569 1299.46 326.569 1301.68C326.569 1301.95 326.553 1302.24 326.521 1302.43H321.273C321.369 1304.08 322.377 1305.14 323.865 1305.14C324.601 1305.14 325.225 1304.9 325.801 1304.53L326.265 1305.39C325.593 1305.82 324.761 1306.19 323.705 1306.19ZM321.257 1301.49H325.417C325.417 1299.92 324.713 1299.07 323.497 1299.07C322.409 1299.07 321.417 1299.95 321.257 1301.49ZM332.221 1309.34C331.869 1309.34 331.565 1309.28 331.309 1309.18L331.565 1308.14C331.725 1308.19 331.965 1308.26 332.157 1308.26C333.037 1308.26 333.597 1307.55 333.917 1306.59L334.093 1306.02L330.973 1298.22H332.333L333.917 1302.53C334.157 1303.2 334.429 1304 334.669 1304.72H334.733C334.957 1304.02 335.181 1303.22 335.389 1302.53L336.781 1298.22H338.061L335.133 1306.64C334.589 1308.18 333.789 1309.34 332.221 1309.34ZM342.723 1306.19C340.819 1306.19 339.123 1304.7 339.123 1302.13C339.123 1299.52 340.819 1298.03 342.723 1298.03C344.627 1298.03 346.323 1299.52 346.323 1302.13C346.323 1304.7 344.627 1306.19 342.723 1306.19ZM342.723 1305.1C344.067 1305.1 344.963 1303.9 344.963 1302.13C344.963 1300.34 344.067 1299.12 342.723 1299.12C341.395 1299.12 340.483 1300.34 340.483 1302.13C340.483 1303.9 341.395 1305.1 342.723 1305.1ZM350.843 1306.19C349.195 1306.19 348.459 1305.14 348.459 1303.15V1298.22H349.787V1302.98C349.787 1304.43 350.219 1305.06 351.243 1305.06C352.043 1305.06 352.603 1304.66 353.339 1303.74V1298.22H354.651V1306H353.563L353.451 1304.78H353.403C352.683 1305.63 351.915 1306.19 350.843 1306.19ZM363.902 1306.19C361.998 1306.19 360.302 1304.7 360.302 1302.13C360.302 1299.52 361.998 1298.03 363.902 1298.03C365.806 1298.03 367.502 1299.52 367.502 1302.13C367.502 1304.7 365.806 1306.19 363.902 1306.19ZM363.902 1305.1C365.246 1305.1 366.142 1303.9 366.142 1302.13C366.142 1300.34 365.246 1299.12 363.902 1299.12C362.574 1299.12 361.662 1300.34 361.662 1302.13C361.662 1303.9 362.574 1305.1 363.902 1305.1ZM369.75 1306V1298.22H370.838L370.95 1299.63H370.998C371.526 1298.66 372.326 1298.03 373.206 1298.03C373.542 1298.03 373.782 1298.08 374.038 1298.19L373.782 1299.34C373.526 1299.26 373.35 1299.22 373.03 1299.22C372.374 1299.22 371.59 1299.7 371.062 1301.01V1306H369.75ZM379.027 1309.34C378.675 1309.34 378.371 1309.28 378.115 1309.18L378.371 1308.14C378.531 1308.19 378.771 1308.26 378.963 1308.26C379.843 1308.26 380.403 1307.55 380.723 1306.59L380.899 1306.02L377.779 1298.22H379.139L380.723 1302.53C380.963 1303.2 381.235 1304 381.475 1304.72H381.539C381.763 1304.02 381.987 1303.22 382.195 1302.53L383.587 1298.22H384.867L381.939 1306.64C381.395 1308.18 380.595 1309.34 379.027 1309.34ZM389.53 1306.19C387.626 1306.19 385.93 1304.7 385.93 1302.13C385.93 1299.52 387.626 1298.03 389.53 1298.03C391.434 1298.03 393.13 1299.52 393.13 1302.13C393.13 1304.7 391.434 1306.19 389.53 1306.19ZM389.53 1305.1C390.874 1305.1 391.77 1303.9 391.77 1302.13C391.77 1300.34 390.874 1299.12 389.53 1299.12C388.202 1299.12 387.29 1300.34 387.29 1302.13C387.29 1303.9 388.202 1305.1 389.53 1305.1ZM397.65 1306.19C396.002 1306.19 395.266 1305.14 395.266 1303.15V1298.22H396.594V1302.98C396.594 1304.43 397.026 1305.06 398.05 1305.06C398.85 1305.06 399.41 1304.66 400.146 1303.74V1298.22H401.458V1306H400.37L400.258 1304.78H400.21C399.49 1305.63 398.722 1306.19 397.65 1306.19ZM404.281 1306V1298.22H405.369L405.481 1299.63H405.529C406.057 1298.66 406.857 1298.03 407.737 1298.03C408.073 1298.03 408.313 1298.08 408.569 1298.19L408.313 1299.34C408.057 1299.26 407.881 1299.22 407.561 1299.22C406.905 1299.22 406.121 1299.7 405.593 1301.01V1306H404.281ZM413.431 1309.28V1298.22H414.519L414.631 1299.12H414.679C415.383 1298.53 416.247 1298.03 417.159 1298.03C419.159 1298.03 420.231 1299.58 420.231 1302C420.231 1304.64 418.647 1306.19 416.871 1306.19C416.151 1306.19 415.431 1305.86 414.711 1305.3L414.743 1306.66V1309.28H413.431ZM416.647 1305.09C417.927 1305.09 418.871 1303.92 418.871 1302C418.871 1300.29 418.295 1299.14 416.823 1299.14C416.167 1299.14 415.511 1299.5 414.743 1300.19V1304.27C415.447 1304.86 416.135 1305.09 416.647 1305.09ZM425.53 1306.19C423.626 1306.19 421.93 1304.7 421.93 1302.13C421.93 1299.52 423.626 1298.03 425.53 1298.03C427.434 1298.03 429.13 1299.52 429.13 1302.13C429.13 1304.7 427.434 1306.19 425.53 1306.19ZM425.53 1305.1C426.874 1305.1 427.77 1303.9 427.77 1302.13C427.77 1300.34 426.874 1299.12 425.53 1299.12C424.202 1299.12 423.29 1300.34 423.29 1302.13C423.29 1303.9 424.202 1305.1 425.53 1305.1ZM433.56 1306.19C431.896 1306.19 431.336 1305.14 431.336 1303.6V1299.3H430.184V1298.3L431.4 1298.22L431.56 1296.05H432.664V1298.22H434.76V1299.3H432.664V1303.62C432.664 1304.58 432.968 1305.12 433.864 1305.12C434.136 1305.12 434.488 1305.01 434.744 1304.91L435 1305.9C434.568 1306.05 434.04 1306.19 433.56 1306.19ZM439.652 1306.19C437.572 1306.19 435.924 1304.67 435.924 1302.13C435.924 1299.58 437.636 1298.03 439.411 1298.03C441.396 1298.03 442.516 1299.46 442.516 1301.68C442.516 1301.95 442.5 1302.24 442.468 1302.43H437.22C437.316 1304.08 438.324 1305.14 439.812 1305.14C440.548 1305.14 441.172 1304.9 441.748 1304.53L442.212 1305.39C441.54 1305.82 440.708 1306.19 439.652 1306.19ZM437.204 1301.49H441.364C441.364 1299.92 440.66 1299.07 439.444 1299.07C438.356 1299.07 437.364 1299.95 437.204 1301.49ZM444.637 1306V1298.22H445.725L445.837 1299.34H445.885C446.621 1298.61 447.421 1298.03 448.493 1298.03C450.125 1298.03 450.861 1299.09 450.861 1301.07V1306H449.549V1301.25C449.549 1299.79 449.101 1299.17 448.077 1299.17C447.277 1299.17 446.733 1299.58 445.949 1300.37V1306H444.637ZM456.035 1306.19C454.371 1306.19 453.811 1305.14 453.811 1303.6V1299.3H452.659V1298.3L453.875 1298.22L454.035 1296.05H455.139V1298.22H457.235V1299.3H455.139V1303.62C455.139 1304.58 455.443 1305.12 456.339 1305.12C456.611 1305.12 456.963 1305.01 457.219 1304.91L457.475 1305.9C457.043 1306.05 456.515 1306.19 456.035 1306.19ZM459.193 1306V1298.22H460.505V1306H459.193ZM459.865 1296.62C459.353 1296.62 458.953 1296.27 458.953 1295.78C458.953 1295.26 459.353 1294.93 459.865 1294.93C460.377 1294.93 460.777 1295.26 460.777 1295.78C460.777 1296.27 460.377 1296.62 459.865 1296.62ZM465.123 1306.19C463.827 1306.19 462.851 1305.38 462.851 1303.98C462.851 1302.29 464.307 1301.44 467.619 1301.07C467.619 1300.08 467.299 1299.12 466.019 1299.12C465.123 1299.12 464.307 1299.54 463.699 1299.95L463.187 1299.04C463.907 1298.58 464.995 1298.03 466.243 1298.03C468.147 1298.03 468.947 1299.3 468.947 1301.23V1306H467.859L467.747 1305.07H467.699C466.963 1305.68 466.099 1306.19 465.123 1306.19ZM465.507 1305.14C466.259 1305.14 466.867 1304.77 467.619 1304.1V1301.94C465.027 1302.26 464.131 1302.9 464.131 1303.89C464.131 1304.77 464.739 1305.14 465.507 1305.14ZM472.985 1306.19C471.993 1306.19 471.593 1305.57 471.593 1304.43V1294.61H472.905V1304.53C472.905 1304.94 473.081 1305.1 473.273 1305.1C473.353 1305.1 473.417 1305.1 473.561 1305.07L473.737 1306.06C473.561 1306.14 473.337 1306.19 472.985 1306.19ZM482.346 1306.19C480.282 1306.19 478.698 1304.7 478.698 1302.13C478.698 1299.52 480.442 1298.03 482.442 1298.03C483.466 1298.03 484.17 1298.45 484.714 1298.94L484.042 1299.81C483.594 1299.41 483.114 1299.12 482.49 1299.12C481.082 1299.12 480.058 1300.34 480.058 1302.13C480.058 1303.9 481.034 1305.1 482.458 1305.1C483.178 1305.1 483.802 1304.75 484.282 1304.32L484.858 1305.2C484.154 1305.82 483.274 1306.19 482.346 1306.19ZM488.163 1306.19C487.171 1306.19 486.771 1305.57 486.771 1304.43V1294.61H488.083V1304.53C488.083 1304.94 488.259 1305.1 488.451 1305.1C488.531 1305.1 488.595 1305.1 488.739 1305.07L488.915 1306.06C488.739 1306.14 488.515 1306.19 488.163 1306.19ZM491.049 1306V1298.22H492.361V1306H491.049ZM491.721 1296.62C491.209 1296.62 490.809 1296.27 490.809 1295.78C490.809 1295.26 491.209 1294.93 491.721 1294.93C492.233 1294.93 492.633 1295.26 492.633 1295.78C492.633 1296.27 492.233 1296.62 491.721 1296.62ZM498.339 1306.19C496.259 1306.19 494.611 1304.67 494.611 1302.13C494.611 1299.58 496.323 1298.03 498.099 1298.03C500.083 1298.03 501.203 1299.46 501.203 1301.68C501.203 1301.95 501.187 1302.24 501.155 1302.43H495.907C496.003 1304.08 497.011 1305.14 498.499 1305.14C499.235 1305.14 499.859 1304.9 500.435 1304.53L500.899 1305.39C500.227 1305.82 499.395 1306.19 498.339 1306.19ZM495.891 1301.49H500.051C500.051 1299.92 499.347 1299.07 498.131 1299.07C497.043 1299.07 496.051 1299.95 495.891 1301.49ZM503.325 1306V1298.22H504.413L504.525 1299.34H504.573C505.309 1298.61 506.109 1298.03 507.181 1298.03C508.813 1298.03 509.549 1299.09 509.549 1301.07V1306H508.237V1301.25C508.237 1299.79 507.789 1299.17 506.765 1299.17C505.965 1299.17 505.421 1299.58 504.637 1300.37V1306H503.325ZM514.722 1306.19C513.058 1306.19 512.498 1305.14 512.498 1303.6V1299.3H511.346V1298.3L512.562 1298.22L512.722 1296.05H513.826V1298.22H515.922V1299.3H513.826V1303.62C513.826 1304.58 514.13 1305.12 515.026 1305.12C515.298 1305.12 515.65 1305.01 515.906 1304.91L516.162 1305.9C515.73 1306.05 515.202 1306.19 514.722 1306.19ZM519.757 1306.19C518.653 1306.19 517.597 1305.73 516.861 1305.12L517.517 1304.24C518.189 1304.78 518.877 1305.17 519.805 1305.17C520.829 1305.17 521.341 1304.62 521.341 1303.95C521.341 1303.15 520.413 1302.8 519.565 1302.48C518.461 1302.08 517.245 1301.55 517.245 1300.24C517.245 1298.99 518.237 1298.03 519.917 1298.03C520.893 1298.03 521.741 1298.43 522.333 1298.91L521.709 1299.74C521.181 1299.34 520.621 1299.06 519.933 1299.06C518.957 1299.06 518.509 1299.58 518.509 1300.18C518.509 1300.91 519.357 1301.18 520.237 1301.52C521.357 1301.94 522.605 1302.4 522.605 1303.87C522.605 1305.14 521.597 1306.19 519.757 1306.19ZM529.823 1306.19C528.527 1306.19 527.551 1305.38 527.551 1303.98C527.551 1302.29 529.007 1301.44 532.319 1301.07C532.319 1300.08 531.999 1299.12 530.719 1299.12C529.823 1299.12 529.007 1299.54 528.399 1299.95L527.887 1299.04C528.607 1298.58 529.695 1298.03 530.943 1298.03C532.847 1298.03 533.647 1299.3 533.647 1301.23V1306H532.559L532.447 1305.07H532.399C531.663 1305.68 530.799 1306.19 529.823 1306.19ZM530.207 1305.14C530.959 1305.14 531.567 1304.77 532.319 1304.1V1301.94C529.727 1302.26 528.831 1302.9 528.831 1303.89C528.831 1304.77 529.439 1305.14 530.207 1305.14ZM536.293 1306V1298.22H537.381L537.493 1299.34H537.541C538.277 1298.61 539.077 1298.03 540.149 1298.03C541.781 1298.03 542.517 1299.09 542.517 1301.07V1306H541.205V1301.25C541.205 1299.79 540.757 1299.17 539.733 1299.17C538.933 1299.17 538.389 1299.58 537.605 1300.37V1306H536.293ZM545.371 1309.34C545.019 1309.34 544.715 1309.28 544.459 1309.18L544.715 1308.14C544.875 1308.19 545.115 1308.26 545.307 1308.26C546.187 1308.26 546.747 1307.55 547.067 1306.59L547.243 1306.02L544.123 1298.22H545.483L547.067 1302.53C547.307 1303.2 547.579 1304 547.819 1304.72H547.883C548.107 1304.02 548.331 1303.22 548.539 1302.53L549.931 1298.22H551.211L548.283 1306.64C547.739 1308.18 546.939 1309.34 545.371 1309.34ZM555.36 1306.19C553.696 1306.19 553.136 1305.14 553.136 1303.6V1299.3H551.984V1298.3L553.2 1298.22L553.36 1296.05H554.464V1298.22H556.56V1299.3H554.464V1303.62C554.464 1304.58 554.768 1305.12 555.664 1305.12C555.936 1305.12 556.288 1305.01 556.544 1304.91L556.8 1305.9C556.368 1306.05 555.84 1306.19 555.36 1306.19ZM558.518 1306V1294.61H559.83V1297.71L559.782 1299.31C560.518 1298.61 561.302 1298.03 562.374 1298.03C564.006 1298.03 564.742 1299.09 564.742 1301.07V1306H563.43V1301.25C563.43 1299.79 562.982 1299.17 561.958 1299.17C561.158 1299.17 560.614 1299.58 559.83 1300.37V1306H558.518ZM567.421 1306V1298.22H568.733V1306H567.421ZM568.093 1296.62C567.581 1296.62 567.181 1296.27 567.181 1295.78C567.181 1295.26 567.581 1294.93 568.093 1294.93C568.605 1294.93 569.005 1295.26 569.005 1295.78C569.005 1296.27 568.605 1296.62 568.093 1296.62ZM571.559 1306V1298.22H572.647L572.759 1299.34H572.807C573.543 1298.61 574.343 1298.03 575.415 1298.03C577.047 1298.03 577.783 1299.09 577.783 1301.07V1306H576.471V1301.25C576.471 1299.79 576.023 1299.17 574.999 1299.17C574.199 1299.17 573.655 1299.58 572.871 1300.37V1306H571.559ZM583.133 1309.58C581.229 1309.58 579.917 1308.83 579.917 1307.49C579.917 1306.83 580.349 1306.21 581.053 1305.73V1305.66C580.669 1305.42 580.365 1305.01 580.365 1304.4C580.365 1303.74 580.813 1303.23 581.213 1302.96V1302.9C580.701 1302.48 580.205 1301.73 580.205 1300.8C580.205 1299.1 581.549 1298.03 583.133 1298.03C583.565 1298.03 583.949 1298.11 584.237 1298.22H586.941V1299.23H585.341C585.709 1299.58 585.981 1300.18 585.981 1300.83C585.981 1302.5 584.717 1303.54 583.133 1303.54C582.749 1303.54 582.317 1303.44 581.965 1303.26C581.693 1303.5 581.469 1303.76 581.469 1304.19C581.469 1304.69 581.789 1305.04 582.845 1305.04H584.349C586.157 1305.04 587.069 1305.6 587.069 1306.9C587.069 1308.34 585.549 1309.58 583.133 1309.58ZM583.133 1302.66C584.029 1302.66 584.781 1301.94 584.781 1300.8C584.781 1299.66 584.045 1298.99 583.133 1298.99C582.221 1298.99 581.485 1299.66 581.485 1300.8C581.485 1301.94 582.237 1302.66 583.133 1302.66ZM583.325 1308.67C584.813 1308.67 585.789 1307.9 585.789 1307.09C585.789 1306.37 585.229 1306.13 584.221 1306.13H582.877C582.573 1306.13 582.205 1306.1 581.869 1306C581.309 1306.4 581.069 1306.86 581.069 1307.31C581.069 1308.14 581.917 1308.67 583.325 1308.67ZM589.459 1306.19C588.931 1306.19 588.499 1305.78 588.499 1305.2C588.499 1304.59 588.931 1304.18 589.459 1304.18C589.971 1304.18 590.403 1304.59 590.403 1305.2C590.403 1305.78 589.971 1306.19 589.459 1306.19ZM598.183 1306V1301.94L595.031 1295.5H596.455L597.815 1298.46C598.151 1299.23 598.471 1299.97 598.823 1300.75H598.887C599.255 1299.97 599.623 1299.23 599.943 1298.46L601.287 1295.5H602.679L599.527 1301.94V1306H598.183ZM606.536 1306.19C604.632 1306.19 602.936 1304.7 602.936 1302.13C602.936 1299.52 604.632 1298.03 606.536 1298.03C608.44 1298.03 610.136 1299.52 610.136 1302.13C610.136 1304.7 608.44 1306.19 606.536 1306.19ZM606.536 1305.1C607.88 1305.1 608.776 1303.9 608.776 1302.13C608.776 1300.34 607.88 1299.12 606.536 1299.12C605.208 1299.12 604.296 1300.34 604.296 1302.13C604.296 1303.9 605.208 1305.1 606.536 1305.1ZM614.656 1306.19C613.008 1306.19 612.272 1305.14 612.272 1303.15V1298.22H613.6V1302.98C613.6 1304.43 614.032 1305.06 615.056 1305.06C615.856 1305.06 616.416 1304.66 617.152 1303.74V1298.22H618.464V1306H617.376L617.264 1304.78H617.216C616.496 1305.63 615.728 1306.19 614.656 1306.19ZM624.69 1306V1298.22H625.778L625.89 1299.34H625.938C626.61 1298.61 627.426 1298.03 628.354 1298.03C629.538 1298.03 630.178 1298.59 630.498 1299.52C631.314 1298.64 632.114 1298.03 633.058 1298.03C634.658 1298.03 635.426 1299.09 635.426 1301.07V1306H634.114V1301.25C634.114 1299.79 633.65 1299.17 632.674 1299.17C632.066 1299.17 631.442 1299.57 630.722 1300.37V1306H629.41V1301.25C629.41 1299.79 628.946 1299.17 627.954 1299.17C627.378 1299.17 626.722 1299.57 626.002 1300.37V1306H624.69ZM639.948 1306.19C638.652 1306.19 637.676 1305.38 637.676 1303.98C637.676 1302.29 639.132 1301.44 642.444 1301.07C642.444 1300.08 642.124 1299.12 640.844 1299.12C639.948 1299.12 639.132 1299.54 638.524 1299.95L638.012 1299.04C638.732 1298.58 639.82 1298.03 641.068 1298.03C642.972 1298.03 643.772 1299.3 643.772 1301.23V1306H642.684L642.572 1305.07H642.524C641.788 1305.68 640.924 1306.19 639.948 1306.19ZM640.332 1305.14C641.084 1305.14 641.692 1304.77 642.444 1304.1V1301.94C639.852 1302.26 638.956 1302.9 638.956 1303.89C638.956 1304.77 639.564 1305.14 640.332 1305.14ZM646.418 1306V1294.61H647.714V1302.32H647.762L651.074 1298.22H652.53L649.922 1301.34L652.882 1306H651.442L649.17 1302.26L647.714 1303.95V1306H646.418ZM657.411 1306.19C655.331 1306.19 653.683 1304.67 653.683 1302.13C653.683 1299.58 655.395 1298.03 657.171 1298.03C659.155 1298.03 660.275 1299.46 660.275 1301.68C660.275 1301.95 660.259 1302.24 660.227 1302.43H654.979C655.075 1304.08 656.083 1305.14 657.571 1305.14C658.307 1305.14 658.931 1304.9 659.507 1304.53L659.971 1305.39C659.299 1305.82 658.467 1306.19 657.411 1306.19ZM654.963 1301.49H659.123C659.123 1299.92 658.419 1299.07 657.203 1299.07C656.115 1299.07 655.123 1299.95 654.963 1301.49ZM667.591 1306.19C666.295 1306.19 665.319 1305.38 665.319 1303.98C665.319 1302.29 666.775 1301.44 670.087 1301.07C670.087 1300.08 669.767 1299.12 668.487 1299.12C667.591 1299.12 666.775 1299.54 666.167 1299.95L665.655 1299.04C666.375 1298.58 667.463 1298.03 668.711 1298.03C670.615 1298.03 671.415 1299.3 671.415 1301.23V1306H670.327L670.215 1305.07H670.167C669.431 1305.68 668.567 1306.19 667.591 1306.19ZM667.975 1305.14C668.727 1305.14 669.335 1304.77 670.087 1304.1V1301.94C667.495 1302.26 666.599 1302.9 666.599 1303.89C666.599 1304.77 667.207 1305.14 667.975 1305.14ZM680.121 1306.19C678.169 1306.19 676.905 1304.72 676.905 1302.13C676.905 1299.6 678.505 1298.03 680.281 1298.03C681.177 1298.03 681.769 1298.37 682.457 1298.93L682.393 1297.6V1294.61H683.721V1306H682.633L682.521 1305.09H682.473C681.865 1305.68 681.033 1306.19 680.121 1306.19ZM680.409 1305.09C681.129 1305.09 681.753 1304.74 682.393 1304.02V1299.95C681.737 1299.36 681.145 1299.14 680.505 1299.14C679.257 1299.14 678.265 1300.34 678.265 1302.11C678.265 1303.97 679.049 1305.09 680.409 1305.09ZM689.692 1306.19C687.612 1306.19 685.964 1304.67 685.964 1302.13C685.964 1299.58 687.676 1298.03 689.452 1298.03C691.436 1298.03 692.556 1299.46 692.556 1301.68C692.556 1301.95 692.54 1302.24 692.508 1302.43H687.26C687.356 1304.08 688.364 1305.14 689.852 1305.14C690.588 1305.14 691.212 1304.9 691.788 1304.53L692.252 1305.39C691.58 1305.82 690.748 1306.19 689.692 1306.19ZM687.244 1301.49H691.404C691.404 1299.92 690.7 1299.07 689.484 1299.07C688.396 1299.07 687.404 1299.95 687.244 1301.49ZM696.251 1306.19C694.955 1306.19 693.979 1305.38 693.979 1303.98C693.979 1302.29 695.435 1301.44 698.747 1301.07C698.747 1300.08 698.427 1299.12 697.147 1299.12C696.251 1299.12 695.435 1299.54 694.827 1299.95L694.315 1299.04C695.035 1298.58 696.123 1298.03 697.371 1298.03C699.275 1298.03 700.075 1299.3 700.075 1301.23V1306H698.987L698.875 1305.07H698.827C698.091 1305.68 697.227 1306.19 696.251 1306.19ZM696.635 1305.14C697.387 1305.14 697.995 1304.77 698.747 1304.1V1301.94C696.155 1302.26 695.259 1302.9 695.259 1303.89C695.259 1304.77 695.867 1305.14 696.635 1305.14ZM704.113 1306.19C703.121 1306.19 702.721 1305.57 702.721 1304.43V1294.61H704.033V1304.53C704.033 1304.94 704.209 1305.1 704.401 1305.1C704.481 1305.1 704.545 1305.1 704.689 1305.07L704.865 1306.06C704.689 1306.14 704.465 1306.19 704.113 1306.19ZM711.635 1306L709.475 1298.22H710.819L711.971 1302.72C712.147 1303.46 712.291 1304.16 712.435 1304.88H712.499C712.675 1304.16 712.835 1303.44 713.027 1302.72L714.227 1298.22H715.507L716.723 1302.72C716.915 1303.46 717.091 1304.16 717.267 1304.88H717.331C717.507 1304.16 717.651 1303.46 717.811 1302.72L718.947 1298.22H720.195L718.115 1306H716.515L715.395 1301.82C715.203 1301.09 715.059 1300.37 714.867 1299.58H714.803C714.627 1300.37 714.467 1301.1 714.259 1301.84L713.171 1306H711.635ZM722.087 1306V1298.22H723.399V1306H722.087ZM722.759 1296.62C722.247 1296.62 721.847 1296.27 721.847 1295.78C721.847 1295.26 722.247 1294.93 722.759 1294.93C723.271 1294.93 723.671 1295.26 723.671 1295.78C723.671 1296.27 723.271 1296.62 722.759 1296.62ZM728.672 1306.19C727.008 1306.19 726.448 1305.14 726.448 1303.6V1299.3H725.296V1298.3L726.512 1298.22L726.672 1296.05H727.776V1298.22H729.872V1299.3H727.776V1303.62C727.776 1304.58 728.08 1305.12 728.976 1305.12C729.248 1305.12 729.6 1305.01 729.856 1304.91L730.112 1305.9C729.68 1306.05 729.152 1306.19 728.672 1306.19ZM731.831 1306V1294.61H733.143V1297.71L733.095 1299.31C733.831 1298.61 734.615 1298.03 735.687 1298.03C737.319 1298.03 738.055 1299.09 738.055 1301.07V1306H736.743V1301.25C736.743 1299.79 736.295 1299.17 735.271 1299.17C734.471 1299.17 733.927 1299.58 733.143 1300.37V1306H731.831ZM126.76 1328.19C125.096 1328.19 124.536 1327.14 124.536 1325.6V1321.3H123.384V1320.3L124.6 1320.22L124.76 1318.05H125.864V1320.22H127.96V1321.3H125.864V1325.62C125.864 1326.58 126.168 1327.12 127.064 1327.12C127.336 1327.12 127.688 1327.01 127.944 1326.91L128.2 1327.9C127.768 1328.05 127.24 1328.19 126.76 1328.19ZM129.918 1328V1316.61H131.23V1319.71L131.182 1321.31C131.918 1320.61 132.702 1320.03 133.774 1320.03C135.406 1320.03 136.142 1321.09 136.142 1323.07V1328H134.83V1323.25C134.83 1321.79 134.382 1321.17 133.358 1321.17C132.558 1321.17 132.014 1321.58 131.23 1322.37V1328H129.918ZM141.973 1328.19C139.893 1328.19 138.245 1326.67 138.245 1324.13C138.245 1321.58 139.957 1320.03 141.733 1320.03C143.717 1320.03 144.837 1321.46 144.837 1323.68C144.837 1323.95 144.821 1324.24 144.789 1324.43H139.541C139.637 1326.08 140.645 1327.14 142.133 1327.14C142.869 1327.14 143.493 1326.9 144.069 1326.53L144.533 1327.39C143.861 1327.82 143.029 1328.19 141.973 1328.19ZM139.525 1323.49H143.685C143.685 1321.92 142.981 1321.07 141.765 1321.07C140.677 1321.07 139.685 1321.95 139.525 1323.49ZM153.434 1328.19C151.37 1328.19 149.786 1326.7 149.786 1324.13C149.786 1321.52 151.53 1320.03 153.53 1320.03C154.554 1320.03 155.258 1320.45 155.802 1320.94L155.13 1321.81C154.682 1321.41 154.202 1321.12 153.578 1321.12C152.17 1321.12 151.146 1322.34 151.146 1324.13C151.146 1325.9 152.122 1327.1 153.546 1327.1C154.266 1327.1 154.89 1326.75 155.37 1326.32L155.946 1327.2C155.242 1327.82 154.362 1328.19 153.434 1328.19ZM159.251 1328.19C158.259 1328.19 157.859 1327.57 157.859 1326.43V1316.61H159.171V1326.53C159.171 1326.94 159.347 1327.1 159.539 1327.1C159.619 1327.1 159.683 1327.1 159.827 1327.07L160.003 1328.06C159.827 1328.14 159.603 1328.19 159.251 1328.19ZM162.137 1328V1320.22H163.449V1328H162.137ZM162.809 1318.62C162.297 1318.62 161.897 1318.27 161.897 1317.78C161.897 1317.26 162.297 1316.93 162.809 1316.93C163.321 1316.93 163.721 1317.26 163.721 1317.78C163.721 1318.27 163.321 1318.62 162.809 1318.62ZM169.427 1328.19C167.347 1328.19 165.699 1326.67 165.699 1324.13C165.699 1321.58 167.411 1320.03 169.187 1320.03C171.171 1320.03 172.291 1321.46 172.291 1323.68C172.291 1323.95 172.275 1324.24 172.243 1324.43H166.995C167.091 1326.08 168.099 1327.14 169.587 1327.14C170.323 1327.14 170.947 1326.9 171.523 1326.53L171.987 1327.39C171.315 1327.82 170.483 1328.19 169.427 1328.19ZM166.979 1323.49H171.139C171.139 1321.92 170.435 1321.07 169.219 1321.07C168.131 1321.07 167.139 1321.95 166.979 1323.49ZM174.412 1328V1320.22H175.5L175.612 1321.34H175.66C176.396 1320.61 177.196 1320.03 178.268 1320.03C179.9 1320.03 180.636 1321.09 180.636 1323.07V1328H179.324V1323.25C179.324 1321.79 178.876 1321.17 177.852 1321.17C177.052 1321.17 176.508 1321.58 175.724 1322.37V1328H174.412ZM185.81 1328.19C184.146 1328.19 183.586 1327.14 183.586 1325.6V1321.3H182.434V1320.3L183.65 1320.22L183.81 1318.05H184.914V1320.22H187.01V1321.3H184.914V1325.62C184.914 1326.58 185.218 1327.12 186.114 1327.12C186.386 1327.12 186.738 1327.01 186.994 1326.91L187.25 1327.9C186.818 1328.05 186.29 1328.19 185.81 1328.19ZM194.163 1328.19C192.867 1328.19 191.891 1327.38 191.891 1325.98C191.891 1324.29 193.347 1323.44 196.659 1323.07C196.659 1322.08 196.339 1321.12 195.059 1321.12C194.163 1321.12 193.347 1321.54 192.739 1321.95L192.227 1321.04C192.947 1320.58 194.035 1320.03 195.283 1320.03C197.187 1320.03 197.987 1321.3 197.987 1323.23V1328H196.899L196.787 1327.07H196.739C196.003 1327.68 195.139 1328.19 194.163 1328.19ZM194.547 1327.14C195.299 1327.14 195.907 1326.77 196.659 1326.1V1323.94C194.067 1324.26 193.171 1324.9 193.171 1325.89C193.171 1326.77 193.779 1327.14 194.547 1327.14ZM200.634 1328V1320.22H201.722L201.834 1321.34H201.882C202.618 1320.61 203.418 1320.03 204.49 1320.03C206.122 1320.03 206.858 1321.09 206.858 1323.07V1328H205.546V1323.25C205.546 1321.79 205.098 1321.17 204.074 1321.17C203.274 1321.17 202.73 1321.58 201.946 1322.37V1328H200.634ZM212.24 1328.19C210.288 1328.19 209.024 1326.72 209.024 1324.13C209.024 1321.6 210.624 1320.03 212.4 1320.03C213.296 1320.03 213.888 1320.37 214.576 1320.93L214.512 1319.6V1316.61H215.84V1328H214.752L214.64 1327.09H214.592C213.984 1327.68 213.152 1328.19 212.24 1328.19ZM212.528 1327.09C213.248 1327.09 213.872 1326.74 214.512 1326.02V1321.95C213.856 1321.36 213.264 1321.14 212.624 1321.14C211.376 1321.14 210.384 1322.34 210.384 1324.11C210.384 1325.97 211.168 1327.09 212.528 1327.09ZM225.502 1328.19C224.782 1328.19 223.966 1327.82 223.278 1327.2H223.23L223.118 1328H222.062V1316.61H223.374V1319.71L223.342 1321.12C224.046 1320.5 224.91 1320.03 225.774 1320.03C227.79 1320.03 228.862 1321.58 228.862 1323.98C228.862 1326.64 227.278 1328.19 225.502 1328.19ZM225.278 1327.09C226.558 1327.09 227.502 1325.92 227.502 1324C227.502 1322.29 226.926 1321.14 225.454 1321.14C224.798 1321.14 224.11 1321.5 223.374 1322.19V1326.27C224.062 1326.86 224.766 1327.09 225.278 1327.09ZM231.106 1328V1320.22H232.418V1328H231.106ZM231.778 1318.62C231.266 1318.62 230.866 1318.27 230.866 1317.78C230.866 1317.26 231.266 1316.93 231.778 1316.93C232.29 1316.93 232.69 1317.26 232.69 1317.78C232.69 1318.27 232.29 1318.62 231.778 1318.62ZM236.635 1328.19C235.643 1328.19 235.243 1327.57 235.243 1326.43V1316.61H236.555V1326.53C236.555 1326.94 236.731 1327.1 236.923 1327.1C237.003 1327.1 237.067 1327.1 237.211 1327.07L237.387 1328.06C237.211 1328.14 236.987 1328.19 236.635 1328.19ZM240.913 1328.19C239.921 1328.19 239.521 1327.57 239.521 1326.43V1316.61H240.833V1326.53C240.833 1326.94 241.009 1327.1 241.201 1327.1C241.281 1327.1 241.345 1327.1 241.489 1327.07L241.665 1328.06C241.489 1328.14 241.265 1328.19 240.913 1328.19ZM249.651 1328.19C247.987 1328.19 247.427 1327.14 247.427 1325.6V1321.3H246.275V1320.3L247.491 1320.22L247.651 1318.05H248.755V1320.22H250.851V1321.3H248.755V1325.62C248.755 1326.58 249.059 1327.12 249.955 1327.12C250.227 1327.12 250.579 1327.01 250.835 1326.91L251.091 1327.9C250.659 1328.05 250.131 1328.19 249.651 1328.19ZM252.809 1328V1316.61H254.121V1319.71L254.073 1321.31C254.809 1320.61 255.593 1320.03 256.665 1320.03C258.297 1320.03 259.033 1321.09 259.033 1323.07V1328H257.721V1323.25C257.721 1321.79 257.273 1321.17 256.249 1321.17C255.449 1321.17 254.905 1321.58 254.121 1322.37V1328H252.809ZM264.864 1328.19C262.784 1328.19 261.136 1326.67 261.136 1324.13C261.136 1321.58 262.848 1320.03 264.624 1320.03C266.608 1320.03 267.728 1321.46 267.728 1323.68C267.728 1323.95 267.712 1324.24 267.68 1324.43H262.432C262.528 1326.08 263.536 1327.14 265.024 1327.14C265.76 1327.14 266.384 1326.9 266.96 1326.53L267.424 1327.39C266.752 1327.82 265.92 1328.19 264.864 1328.19ZM262.416 1323.49H266.576C266.576 1321.92 265.872 1321.07 264.656 1321.07C263.568 1321.07 262.576 1321.95 262.416 1323.49ZM269.85 1328V1320.22H270.938L271.05 1321.34H271.098C271.77 1320.61 272.586 1320.03 273.514 1320.03C274.698 1320.03 275.338 1320.59 275.658 1321.52C276.474 1320.64 277.274 1320.03 278.218 1320.03C279.818 1320.03 280.586 1321.09 280.586 1323.07V1328H279.274V1323.25C279.274 1321.79 278.81 1321.17 277.834 1321.17C277.226 1321.17 276.602 1321.57 275.882 1322.37V1328H274.57V1323.25C274.57 1321.79 274.106 1321.17 273.114 1321.17C272.538 1321.17 271.882 1321.57 271.162 1322.37V1328H269.85ZM289.374 1328.19C287.422 1328.19 286.158 1326.72 286.158 1324.13C286.158 1321.6 287.758 1320.03 289.534 1320.03C290.43 1320.03 291.022 1320.37 291.71 1320.93L291.646 1319.6V1316.61H292.974V1328H291.886L291.774 1327.09H291.726C291.118 1327.68 290.286 1328.19 289.374 1328.19ZM289.662 1327.09C290.382 1327.09 291.006 1326.74 291.646 1326.02V1321.95C290.99 1321.36 290.398 1321.14 289.758 1321.14C288.51 1321.14 287.518 1322.34 287.518 1324.11C287.518 1325.97 288.302 1327.09 289.662 1327.09ZM295.793 1328V1320.22H297.105V1328H295.793ZM296.465 1318.62C295.953 1318.62 295.553 1318.27 295.553 1317.78C295.553 1317.26 295.953 1316.93 296.465 1316.93C296.977 1316.93 297.377 1317.26 297.377 1317.78C297.377 1318.27 296.977 1318.62 296.465 1318.62ZM299.931 1328V1320.22H301.019L301.131 1321.63H301.179C301.707 1320.66 302.507 1320.03 303.387 1320.03C303.723 1320.03 303.963 1320.08 304.219 1320.19L303.963 1321.34C303.707 1321.26 303.531 1321.22 303.211 1321.22C302.555 1321.22 301.771 1321.7 301.243 1323.01V1328H299.931ZM308.673 1328.19C306.593 1328.19 304.945 1326.67 304.945 1324.13C304.945 1321.58 306.657 1320.03 308.433 1320.03C310.417 1320.03 311.537 1321.46 311.537 1323.68C311.537 1323.95 311.521 1324.24 311.489 1324.43H306.241C306.337 1326.08 307.345 1327.14 308.833 1327.14C309.569 1327.14 310.193 1326.9 310.769 1326.53L311.233 1327.39C310.561 1327.82 309.729 1328.19 308.673 1328.19ZM306.225 1323.49H310.385C310.385 1321.92 309.681 1321.07 308.465 1321.07C307.377 1321.07 306.385 1321.95 306.225 1323.49ZM316.731 1328.19C314.667 1328.19 313.083 1326.7 313.083 1324.13C313.083 1321.52 314.827 1320.03 316.827 1320.03C317.851 1320.03 318.555 1320.45 319.099 1320.94L318.427 1321.81C317.979 1321.41 317.499 1321.12 316.875 1321.12C315.467 1321.12 314.443 1322.34 314.443 1324.13C314.443 1325.9 315.419 1327.1 316.843 1327.1C317.563 1327.1 318.187 1326.75 318.667 1326.32L319.243 1327.2C318.539 1327.82 317.659 1328.19 316.731 1328.19ZM323.448 1328.19C321.784 1328.19 321.224 1327.14 321.224 1325.6V1321.3H320.072V1320.3L321.288 1320.22L321.448 1318.05H322.552V1320.22H324.648V1321.3H322.552V1325.62C322.552 1326.58 322.856 1327.12 323.752 1327.12C324.024 1327.12 324.376 1327.01 324.632 1326.91L324.888 1327.9C324.456 1328.05 323.928 1328.19 323.448 1328.19ZM327.998 1328.19C327.006 1328.19 326.606 1327.57 326.606 1326.43V1316.61H327.918V1326.53C327.918 1326.94 328.094 1327.1 328.286 1327.1C328.366 1327.1 328.43 1327.1 328.574 1327.07L328.75 1328.06C328.574 1328.14 328.35 1328.19 327.998 1328.19ZM331.012 1331.34C330.66 1331.34 330.356 1331.28 330.1 1331.18L330.356 1330.14C330.516 1330.19 330.756 1330.26 330.948 1330.26C331.828 1330.26 332.388 1329.55 332.708 1328.59L332.884 1328.02L329.764 1320.22H331.124L332.708 1324.53C332.948 1325.2 333.22 1326 333.46 1326.72H333.524C333.748 1326.02 333.972 1325.22 334.18 1324.53L335.572 1320.22H336.852L333.924 1328.64C333.38 1330.18 332.58 1331.34 331.012 1331.34ZM338.678 1328.19C338.15 1328.19 337.718 1327.78 337.718 1327.2C337.718 1326.59 338.15 1326.18 338.678 1326.18C339.19 1326.18 339.622 1326.59 339.622 1327.2C339.622 1327.78 339.19 1328.19 338.678 1328.19Z' fill='%232B2B2B'/%3E%3Cpath d='M125.16 1430L123.224 1419.57H125.64L126.36 1424.45C126.488 1425.54 126.648 1426.64 126.776 1427.74H126.84C127.048 1426.64 127.256 1425.54 127.464 1424.45L128.584 1419.57H130.584L131.704 1424.45C131.912 1425.5 132.12 1426.62 132.328 1427.74H132.392C132.536 1426.62 132.68 1425.52 132.824 1424.45L133.544 1419.57H135.8L133.944 1430H130.984L129.96 1425.26C129.784 1424.46 129.656 1423.62 129.544 1422.85H129.48C129.352 1423.62 129.224 1424.46 129.048 1425.26L128.072 1430H125.16ZM137.056 1430V1418.78H139.408V1421.54L139.296 1422.96C139.888 1422.43 140.672 1421.87 141.744 1421.87C143.472 1421.87 144.208 1423.09 144.208 1425.07V1430H141.856V1425.38C141.856 1424.22 141.552 1423.87 140.88 1423.87C140.288 1423.87 139.92 1424.14 139.408 1424.64V1430H137.056ZM148.196 1430.19C146.74 1430.19 145.828 1429.14 145.828 1427.79C145.828 1426.13 147.156 1425.22 150.292 1424.9C150.244 1424.19 149.908 1423.74 149.044 1423.74C148.372 1423.74 147.716 1424.02 146.948 1424.46L146.1 1422.91C147.108 1422.3 148.244 1421.87 149.492 1421.87C151.524 1421.87 152.644 1423.02 152.644 1425.46V1430H150.724L150.564 1429.18H150.5C149.828 1429.78 149.092 1430.19 148.196 1430.19ZM148.996 1428.37C149.524 1428.37 149.876 1428.11 150.292 1427.7V1426.3C148.628 1426.53 148.084 1427.01 148.084 1427.62C148.084 1428.13 148.436 1428.37 148.996 1428.37ZM157.409 1430.19C155.441 1430.19 154.673 1428.96 154.673 1427.12V1423.9H153.585V1422.16L154.801 1422.06L155.073 1419.95H157.025V1422.06H158.929V1423.9H157.025V1427.09C157.025 1427.98 157.424 1428.35 158.049 1428.35C158.305 1428.35 158.593 1428.27 158.801 1428.19L159.169 1429.9C158.753 1430.03 158.177 1430.19 157.409 1430.19ZM163.681 1430V1418.78H165.969V1425.22H166.033L168.545 1422.06H171.105L168.321 1425.33L171.313 1430H168.769L166.977 1426.91L165.969 1428.05V1430H163.681ZM172.446 1430V1422.06H174.798V1430H172.446ZM173.614 1420.9C172.83 1420.9 172.254 1420.38 172.254 1419.66C172.254 1418.94 172.83 1418.45 173.614 1418.45C174.414 1418.45 174.974 1418.94 174.974 1419.66C174.974 1420.38 174.414 1420.9 173.614 1420.9ZM176.868 1430V1422.06H178.788L178.948 1423.07H179.012C179.684 1422.43 180.484 1421.87 181.556 1421.87C183.284 1421.87 184.02 1423.09 184.02 1425.07V1430H181.668V1425.38C181.668 1424.22 181.364 1423.87 180.692 1423.87C180.1 1423.87 179.732 1424.14 179.22 1424.64V1430H176.868ZM188.856 1430.19C186.888 1430.19 185.608 1428.62 185.608 1426.03C185.608 1423.44 187.224 1421.87 188.904 1421.87C189.784 1421.87 190.312 1422.19 190.856 1422.7L190.76 1421.49V1418.78H193.112V1430H191.192L191.032 1429.22H190.968C190.408 1429.78 189.624 1430.19 188.856 1430.19ZM189.464 1428.27C189.976 1428.27 190.376 1428.08 190.76 1427.55V1424.3C190.344 1423.92 189.88 1423.79 189.448 1423.79C188.696 1423.79 188.024 1424.5 188.024 1426C188.024 1427.57 188.552 1428.27 189.464 1428.27ZM201.807 1430.19C199.791 1430.19 197.935 1428.67 197.935 1426.03C197.935 1423.39 199.791 1421.87 201.807 1421.87C203.807 1421.87 205.663 1423.39 205.663 1426.03C205.663 1428.67 203.807 1430.19 201.807 1430.19ZM201.807 1428.29C202.767 1428.29 203.263 1427.41 203.263 1426.03C203.263 1424.66 202.767 1423.78 201.807 1423.78C200.831 1423.78 200.351 1424.66 200.351 1426.03C200.351 1427.41 200.831 1428.29 201.807 1428.29ZM212.108 1418.88L211.676 1420.61C211.404 1420.51 211.116 1420.45 210.86 1420.45C210.284 1420.45 209.948 1420.77 209.948 1421.58V1422.06H211.372V1423.9H209.948V1430H207.596V1423.9H206.54V1422.16L207.596 1422.08V1421.65C207.596 1419.97 208.38 1418.59 210.524 1418.59C211.18 1418.59 211.756 1418.75 212.108 1418.88ZM219.309 1430.19C217.101 1430.19 215.389 1428.67 215.389 1426.03C215.389 1423.39 217.325 1421.87 219.516 1421.87C220.493 1421.87 221.245 1422.22 221.837 1422.72L220.733 1424.24C220.349 1423.92 220.029 1423.78 219.661 1423.78C218.525 1423.78 217.805 1424.66 217.805 1426.03C217.805 1427.41 218.557 1428.29 219.581 1428.29C220.093 1428.29 220.589 1428.03 221.005 1427.71L221.933 1429.25C221.149 1429.94 220.173 1430.19 219.309 1430.19ZM226.276 1430.19C224.26 1430.19 222.404 1428.67 222.404 1426.03C222.404 1423.39 224.26 1421.87 226.276 1421.87C228.276 1421.87 230.132 1423.39 230.132 1426.03C230.132 1428.67 228.276 1430.19 226.276 1430.19ZM226.276 1428.29C227.236 1428.29 227.732 1427.41 227.732 1426.03C227.732 1424.66 227.236 1423.78 226.276 1423.78C225.3 1423.78 224.82 1424.66 224.82 1426.03C224.82 1427.41 225.3 1428.29 226.276 1428.29ZM231.743 1430V1422.06H233.663L233.823 1423.07H233.887C234.559 1422.43 235.359 1421.87 236.431 1421.87C238.159 1421.87 238.895 1423.09 238.895 1425.07V1430H236.543V1425.38C236.543 1424.22 236.239 1423.87 235.567 1423.87C234.975 1423.87 234.607 1424.14 234.095 1424.64V1430H231.743ZM243.955 1430.19C241.987 1430.19 241.219 1428.96 241.219 1427.12V1423.9H240.131V1422.16L241.347 1422.06L241.619 1419.95H243.571V1422.06H245.475V1423.9H243.571V1427.09C243.571 1427.98 243.971 1428.35 244.595 1428.35C244.851 1428.35 245.139 1428.27 245.347 1428.19L245.715 1429.9C245.299 1430.03 244.723 1430.19 243.955 1430.19ZM250.295 1430.19C248.023 1430.19 246.279 1428.66 246.279 1426.03C246.279 1423.46 248.119 1421.87 250.023 1421.87C252.279 1421.87 253.399 1423.52 253.399 1425.68C253.399 1426.1 253.351 1426.53 253.303 1426.72H248.551C248.759 1427.87 249.559 1428.4 250.615 1428.4C251.207 1428.4 251.751 1428.22 252.327 1427.87L253.111 1429.3C252.295 1429.86 251.239 1430.19 250.295 1430.19ZM248.535 1425.17H251.399C251.399 1424.29 251.015 1423.66 250.071 1423.66C249.335 1423.66 248.695 1424.16 248.535 1425.17ZM255.024 1430V1422.06H256.944L257.104 1423.07H257.168C257.84 1422.43 258.64 1421.87 259.712 1421.87C261.44 1421.87 262.176 1423.09 262.176 1425.07V1430H259.824V1425.38C259.824 1424.22 259.52 1423.87 258.848 1423.87C258.256 1423.87 257.888 1424.14 257.376 1424.64V1430H255.024ZM267.237 1430.19C265.269 1430.19 264.501 1428.96 264.501 1427.12V1423.9H263.413V1422.16L264.629 1422.06L264.901 1419.95H266.853V1422.06H268.757V1423.9H266.853V1427.09C266.853 1427.98 267.253 1428.35 267.877 1428.35C268.133 1428.35 268.421 1428.27 268.629 1428.19L268.997 1429.9C268.581 1430.03 268.005 1430.19 267.237 1430.19ZM276.965 1430.19C274.757 1430.19 273.045 1428.67 273.045 1426.03C273.045 1423.39 274.981 1421.87 277.173 1421.87C278.149 1421.87 278.901 1422.22 279.493 1422.72L278.389 1424.24C278.005 1423.92 277.685 1423.78 277.317 1423.78C276.181 1423.78 275.461 1424.66 275.461 1426.03C275.461 1427.41 276.213 1428.29 277.237 1428.29C277.749 1428.29 278.245 1428.03 278.661 1427.71L279.589 1429.25C278.805 1429.94 277.829 1430.19 276.965 1430.19ZM282.821 1430.19C281.365 1430.19 280.453 1429.14 280.453 1427.79C280.453 1426.13 281.781 1425.22 284.917 1424.9C284.869 1424.19 284.533 1423.74 283.669 1423.74C282.997 1423.74 282.341 1424.02 281.573 1424.46L280.725 1422.91C281.733 1422.3 282.869 1421.87 284.117 1421.87C286.149 1421.87 287.269 1423.02 287.269 1425.46V1430H285.349L285.189 1429.18H285.125C284.453 1429.78 283.717 1430.19 282.821 1430.19ZM283.621 1428.37C284.149 1428.37 284.501 1428.11 284.917 1427.7V1426.3C283.253 1426.53 282.709 1427.01 282.709 1427.62C282.709 1428.13 283.061 1428.37 283.621 1428.37ZM289.259 1430V1422.06H291.179L291.339 1423.07H291.403C292.075 1422.43 292.875 1421.87 293.947 1421.87C295.675 1421.87 296.411 1423.09 296.411 1425.07V1430H294.059V1425.38C294.059 1424.22 293.755 1423.87 293.083 1423.87C292.491 1423.87 292.123 1424.14 291.611 1424.64V1430H289.259ZM301.81 1430V1419.57H304.162V1430H301.81ZM311.634 1430.19C310.178 1430.19 309.266 1429.14 309.266 1427.79C309.266 1426.13 310.594 1425.22 313.73 1424.9C313.682 1424.19 313.346 1423.74 312.482 1423.74C311.81 1423.74 311.154 1424.02 310.386 1424.46L309.538 1422.91C310.546 1422.3 311.682 1421.87 312.93 1421.87C314.962 1421.87 316.082 1423.02 316.082 1425.46V1430H314.162L314.002 1429.18H313.938C313.266 1429.78 312.53 1430.19 311.634 1430.19ZM312.434 1428.37C312.962 1428.37 313.314 1428.11 313.73 1427.7V1426.3C312.066 1426.53 311.522 1427.01 311.522 1427.62C311.522 1428.13 311.874 1428.37 312.434 1428.37ZM320.903 1430.19C318.935 1430.19 317.655 1428.62 317.655 1426.03C317.655 1423.44 319.271 1421.87 320.951 1421.87C321.831 1421.87 322.359 1422.19 322.903 1422.7L322.807 1421.49V1418.78H325.159V1430H323.239L323.079 1429.22H323.015C322.455 1429.78 321.671 1430.19 320.903 1430.19ZM321.511 1428.27C322.023 1428.27 322.423 1428.08 322.807 1427.55V1424.3C322.391 1423.92 321.927 1423.79 321.495 1423.79C320.743 1423.79 320.071 1424.5 320.071 1426C320.071 1427.57 320.599 1428.27 321.511 1428.27ZM330.075 1430.19C328.107 1430.19 326.827 1428.62 326.827 1426.03C326.827 1423.44 328.443 1421.87 330.123 1421.87C331.003 1421.87 331.531 1422.19 332.075 1422.7L331.979 1421.49V1418.78H334.331V1430H332.411L332.251 1429.22H332.187C331.627 1429.78 330.843 1430.19 330.075 1430.19ZM330.683 1428.27C331.195 1428.27 331.595 1428.08 331.979 1427.55V1424.3C331.563 1423.92 331.099 1423.79 330.667 1423.79C329.915 1423.79 329.243 1424.5 329.243 1426C329.243 1427.57 329.771 1428.27 330.683 1428.27ZM342.674 1430.19C340.706 1430.19 339.938 1428.96 339.938 1427.12V1423.9H338.85V1422.16L340.066 1422.06L340.338 1419.95H342.29V1422.06H344.194V1423.9H342.29V1427.09C342.29 1427.98 342.69 1428.35 343.314 1428.35C343.57 1428.35 343.858 1428.27 344.066 1428.19L344.434 1429.9C344.018 1430.03 343.442 1430.19 342.674 1430.19ZM348.87 1430.19C346.854 1430.19 344.998 1428.67 344.998 1426.03C344.998 1423.39 346.854 1421.87 348.87 1421.87C350.87 1421.87 352.726 1423.39 352.726 1426.03C352.726 1428.67 350.87 1430.19 348.87 1430.19ZM348.87 1428.29C349.83 1428.29 350.326 1427.41 350.326 1426.03C350.326 1424.66 349.83 1423.78 348.87 1423.78C347.894 1423.78 347.414 1424.66 347.414 1426.03C347.414 1427.41 347.894 1428.29 348.87 1428.29ZM360.596 1430.19C358.628 1430.19 357.86 1428.96 357.86 1427.12V1423.9H356.772V1422.16L357.988 1422.06L358.26 1419.95H360.212V1422.06H362.116V1423.9H360.212V1427.09C360.212 1427.98 360.612 1428.35 361.236 1428.35C361.492 1428.35 361.78 1428.27 361.988 1428.19L362.356 1429.9C361.94 1430.03 361.364 1430.19 360.596 1430.19ZM363.665 1430V1418.78H366.017V1421.54L365.905 1422.96C366.497 1422.43 367.281 1421.87 368.353 1421.87C370.081 1421.87 370.817 1423.09 370.817 1425.07V1430H368.465V1425.38C368.465 1424.22 368.161 1423.87 367.489 1423.87C366.897 1423.87 366.529 1424.14 366.017 1424.64V1430H363.665ZM376.358 1430.19C374.086 1430.19 372.342 1428.66 372.342 1426.03C372.342 1423.46 374.182 1421.87 376.086 1421.87C378.342 1421.87 379.462 1423.52 379.462 1425.68C379.462 1426.1 379.414 1426.53 379.366 1426.72H374.614C374.822 1427.87 375.622 1428.4 376.678 1428.4C377.27 1428.4 377.814 1428.22 378.39 1427.87L379.174 1429.3C378.358 1429.86 377.302 1430.19 376.358 1430.19ZM374.598 1425.17H377.462C377.462 1424.29 377.078 1423.66 376.134 1423.66C375.398 1423.66 374.758 1424.16 374.598 1425.17ZM387.122 1430.19C385.154 1430.19 383.874 1428.62 383.874 1426.03C383.874 1423.44 385.49 1421.87 387.17 1421.87C388.05 1421.87 388.578 1422.19 389.122 1422.7L389.026 1421.49V1418.78H391.378V1430H389.458L389.298 1429.22H389.234C388.674 1429.78 387.89 1430.19 387.122 1430.19ZM387.73 1428.27C388.242 1428.27 388.642 1428.08 389.026 1427.55V1424.3C388.61 1423.92 388.146 1423.79 387.714 1423.79C386.962 1423.79 386.29 1424.5 386.29 1426C386.29 1427.57 386.818 1428.27 387.73 1428.27ZM393.462 1430V1422.06H395.814V1430H393.462ZM394.63 1420.9C393.846 1420.9 393.27 1420.38 393.27 1419.66C393.27 1418.94 393.846 1418.45 394.63 1418.45C395.43 1418.45 395.99 1418.94 395.99 1419.66C395.99 1420.38 395.43 1420.9 394.63 1420.9ZM397.884 1430V1422.06H399.804L399.964 1423.46H400.028C400.604 1422.38 401.468 1421.87 402.284 1421.87C402.732 1421.87 403.004 1421.94 403.228 1422.03L402.844 1424.06C402.556 1423.98 402.316 1423.94 401.98 1423.94C401.388 1423.94 400.652 1424.32 400.236 1425.39V1430H397.884ZM407.655 1430.19C405.383 1430.19 403.639 1428.66 403.639 1426.03C403.639 1423.46 405.479 1421.87 407.383 1421.87C409.639 1421.87 410.759 1423.52 410.759 1425.68C410.759 1426.1 410.711 1426.53 410.663 1426.72H405.911C406.119 1427.87 406.919 1428.4 407.975 1428.4C408.567 1428.4 409.111 1428.22 409.687 1427.87L410.471 1429.3C409.655 1429.86 408.599 1430.19 407.655 1430.19ZM405.895 1425.17H408.759C408.759 1424.29 408.375 1423.66 407.431 1423.66C406.695 1423.66 406.055 1424.16 405.895 1425.17ZM415.84 1430.19C413.632 1430.19 411.92 1428.67 411.92 1426.03C411.92 1423.39 413.856 1421.87 416.048 1421.87C417.024 1421.87 417.776 1422.22 418.368 1422.72L417.264 1424.24C416.88 1423.92 416.56 1423.78 416.192 1423.78C415.056 1423.78 414.336 1424.66 414.336 1426.03C414.336 1427.41 415.088 1428.29 416.112 1428.29C416.624 1428.29 417.12 1428.03 417.536 1427.71L418.464 1429.25C417.68 1429.94 416.704 1430.19 415.84 1430.19ZM422.752 1430.19C420.784 1430.19 420.016 1428.96 420.016 1427.12V1423.9H418.928V1422.16L420.144 1422.06L420.416 1419.95H422.368V1422.06H424.272V1423.9H422.368V1427.09C422.368 1427.98 422.768 1428.35 423.392 1428.35C423.648 1428.35 423.936 1428.27 424.144 1428.19L424.512 1429.9C424.096 1430.03 423.52 1430.19 422.752 1430.19ZM428.948 1430.19C426.932 1430.19 425.076 1428.67 425.076 1426.03C425.076 1423.39 426.932 1421.87 428.948 1421.87C430.948 1421.87 432.804 1423.39 432.804 1426.03C432.804 1428.67 430.948 1430.19 428.948 1430.19ZM428.948 1428.29C429.908 1428.29 430.404 1427.41 430.404 1426.03C430.404 1424.66 429.908 1423.78 428.948 1423.78C427.972 1423.78 427.492 1424.66 427.492 1426.03C427.492 1427.41 427.972 1428.29 428.948 1428.29ZM434.415 1430V1422.06H436.335L436.495 1423.46H436.559C437.135 1422.38 437.999 1421.87 438.815 1421.87C439.263 1421.87 439.535 1421.94 439.759 1422.03L439.375 1424.06C439.087 1423.98 438.847 1423.94 438.511 1423.94C437.919 1423.94 437.183 1424.32 436.767 1425.39V1430H434.415ZM441.779 1433.1C441.299 1433.1 440.979 1433.04 440.659 1432.94L441.075 1431.15C441.219 1431.18 441.427 1431.25 441.603 1431.25C442.387 1431.25 442.787 1430.83 442.995 1430.21L443.107 1429.79L440.051 1422.06H442.419L443.555 1425.47C443.779 1426.19 443.971 1426.94 444.179 1427.73H444.243C444.419 1426.98 444.595 1426.22 444.787 1425.47L445.747 1422.06H448.003L445.251 1430.08C444.499 1432.08 443.651 1433.1 441.779 1433.1ZM450.667 1426.3C450.347 1424.11 452.683 1423.2 452.683 1422C452.683 1421.34 452.251 1420.99 451.611 1420.99C451.019 1420.99 450.587 1421.3 450.155 1421.73L448.859 1420.54C449.611 1419.68 450.667 1419.09 451.915 1419.09C453.627 1419.09 454.939 1419.94 454.939 1421.82C454.939 1423.81 452.539 1424.4 452.731 1426.3H450.667ZM451.691 1430.19C450.875 1430.19 450.283 1429.55 450.283 1428.72C450.283 1427.87 450.875 1427.23 451.691 1427.23C452.507 1427.23 453.115 1427.87 453.115 1428.72C453.115 1429.55 452.507 1430.19 451.691 1430.19Z' fill='%232B2B2B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1394V1393H793V1394H123Z' fill='%23E0E7EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1394V1393H793V1394H123Z' fill='%23E0E7EF'/%3E%3Cpath d='M126.136 1465V1460.94L122.984 1454.5H124.408L125.768 1457.46C126.104 1458.23 126.424 1458.97 126.776 1459.75H126.84C127.208 1458.97 127.576 1458.23 127.896 1457.46L129.24 1454.5H130.632L127.48 1460.94V1465H126.136ZM134.489 1465.19C132.585 1465.19 130.889 1463.7 130.889 1461.13C130.889 1458.52 132.585 1457.03 134.489 1457.03C136.393 1457.03 138.089 1458.52 138.089 1461.13C138.089 1463.7 136.393 1465.19 134.489 1465.19ZM134.489 1464.1C135.833 1464.1 136.729 1462.9 136.729 1461.13C136.729 1459.34 135.833 1458.12 134.489 1458.12C133.161 1458.12 132.249 1459.34 132.249 1461.13C132.249 1462.9 133.161 1464.1 134.489 1464.1ZM142.609 1465.19C140.961 1465.19 140.225 1464.14 140.225 1462.15V1457.22H141.553V1461.98C141.553 1463.43 141.985 1464.06 143.009 1464.06C143.809 1464.06 144.369 1463.66 145.105 1462.74V1457.22H146.417V1465H145.329L145.217 1463.78H145.169C144.449 1464.63 143.681 1465.19 142.609 1465.19ZM155.715 1465.19C153.651 1465.19 152.067 1463.7 152.067 1461.13C152.067 1458.52 153.811 1457.03 155.811 1457.03C156.835 1457.03 157.539 1457.45 158.083 1457.94L157.411 1458.81C156.963 1458.41 156.483 1458.12 155.859 1458.12C154.451 1458.12 153.427 1459.34 153.427 1461.13C153.427 1462.9 154.403 1464.1 155.827 1464.1C156.547 1464.1 157.171 1463.75 157.651 1463.32L158.227 1464.2C157.523 1464.82 156.643 1465.19 155.715 1465.19ZM161.776 1465.19C160.48 1465.19 159.504 1464.38 159.504 1462.98C159.504 1461.29 160.96 1460.44 164.272 1460.07C164.272 1459.08 163.952 1458.12 162.672 1458.12C161.776 1458.12 160.96 1458.54 160.352 1458.95L159.84 1458.04C160.56 1457.58 161.648 1457.03 162.896 1457.03C164.8 1457.03 165.6 1458.3 165.6 1460.23V1465H164.512L164.4 1464.07H164.352C163.616 1464.68 162.752 1465.19 161.776 1465.19ZM162.16 1464.14C162.912 1464.14 163.52 1463.77 164.272 1463.1V1460.94C161.68 1461.26 160.784 1461.9 160.784 1462.89C160.784 1463.77 161.392 1464.14 162.16 1464.14ZM168.246 1465V1457.22H169.334L169.446 1458.34H169.494C170.23 1457.61 171.03 1457.03 172.102 1457.03C173.734 1457.03 174.47 1458.09 174.47 1460.07V1465H173.158V1460.25C173.158 1458.79 172.71 1458.17 171.686 1458.17C170.886 1458.17 170.342 1458.58 169.558 1459.37V1465H168.246ZM180.599 1468.28V1457.22H181.687L181.799 1458.12H181.847C182.551 1457.53 183.415 1457.03 184.327 1457.03C186.327 1457.03 187.399 1458.58 187.399 1461C187.399 1463.64 185.815 1465.19 184.039 1465.19C183.319 1465.19 182.599 1464.86 181.879 1464.3L181.911 1465.66V1468.28H180.599ZM183.815 1464.09C185.095 1464.09 186.039 1462.92 186.039 1461C186.039 1459.29 185.463 1458.14 183.991 1458.14C183.335 1458.14 182.679 1458.5 181.911 1459.19V1463.27C182.615 1463.86 183.303 1464.09 183.815 1464.09ZM192.699 1465.19C190.795 1465.19 189.099 1463.7 189.099 1461.13C189.099 1458.52 190.795 1457.03 192.699 1457.03C194.603 1457.03 196.299 1458.52 196.299 1461.13C196.299 1463.7 194.603 1465.19 192.699 1465.19ZM192.699 1464.1C194.043 1464.1 194.939 1462.9 194.939 1461.13C194.939 1459.34 194.043 1458.12 192.699 1458.12C191.371 1458.12 190.459 1459.34 190.459 1461.13C190.459 1462.9 191.371 1464.1 192.699 1464.1ZM200.578 1465.19C199.474 1465.19 198.418 1464.73 197.682 1464.12L198.338 1463.24C199.01 1463.78 199.698 1464.17 200.626 1464.17C201.65 1464.17 202.162 1463.62 202.162 1462.95C202.162 1462.15 201.234 1461.8 200.386 1461.48C199.282 1461.08 198.066 1460.55 198.066 1459.24C198.066 1457.99 199.058 1457.03 200.738 1457.03C201.714 1457.03 202.562 1457.43 203.154 1457.91L202.53 1458.74C202.002 1458.34 201.442 1458.06 200.754 1458.06C199.778 1458.06 199.33 1458.58 199.33 1459.18C199.33 1459.91 200.178 1460.18 201.058 1460.52C202.178 1460.94 203.426 1461.4 203.426 1462.87C203.426 1464.14 202.418 1465.19 200.578 1465.19ZM207.585 1465.19C205.921 1465.19 205.361 1464.14 205.361 1462.6V1458.3H204.209V1457.3L205.425 1457.22L205.585 1455.05H206.689V1457.22H208.785V1458.3H206.689V1462.62C206.689 1463.58 206.993 1464.12 207.889 1464.12C208.161 1464.12 208.513 1464.01 208.769 1463.91L209.025 1464.9C208.593 1465.05 208.065 1465.19 207.585 1465.19ZM215.938 1465.19C214.642 1465.19 213.666 1464.38 213.666 1462.98C213.666 1461.29 215.122 1460.44 218.434 1460.07C218.434 1459.08 218.114 1458.12 216.834 1458.12C215.938 1458.12 215.122 1458.54 214.514 1458.95L214.002 1458.04C214.722 1457.58 215.81 1457.03 217.058 1457.03C218.962 1457.03 219.762 1458.3 219.762 1460.23V1465H218.674L218.562 1464.07H218.514C217.778 1464.68 216.914 1465.19 215.938 1465.19ZM216.322 1464.14C217.074 1464.14 217.682 1463.77 218.434 1463.1V1460.94C215.842 1461.26 214.946 1461.9 214.946 1462.89C214.946 1463.77 215.554 1464.14 216.322 1464.14ZM222.409 1465V1457.22H223.497L223.609 1458.34H223.657C224.393 1457.61 225.193 1457.03 226.265 1457.03C227.897 1457.03 228.633 1458.09 228.633 1460.07V1465H227.321V1460.25C227.321 1458.79 226.873 1458.17 225.849 1458.17C225.049 1458.17 224.505 1458.58 223.721 1459.37V1465H222.409ZM231.487 1468.34C231.135 1468.34 230.831 1468.28 230.575 1468.18L230.831 1467.14C230.991 1467.19 231.231 1467.26 231.423 1467.26C232.303 1467.26 232.863 1466.55 233.183 1465.59L233.359 1465.02L230.239 1457.22H231.599L233.183 1461.53C233.423 1462.2 233.695 1463 233.935 1463.72H233.999C234.223 1463.02 234.447 1462.22 234.655 1461.53L236.047 1457.22H237.327L234.399 1465.64C233.855 1467.18 233.055 1468.34 231.487 1468.34ZM241.476 1465.19C239.812 1465.19 239.252 1464.14 239.252 1462.6V1458.3H238.1V1457.3L239.316 1457.22L239.476 1455.05H240.58V1457.22H242.676V1458.3H240.58V1462.62C240.58 1463.58 240.884 1464.12 241.78 1464.12C242.052 1464.12 242.404 1464.01 242.66 1463.91L242.916 1464.9C242.484 1465.05 241.956 1465.19 241.476 1465.19ZM244.634 1465V1453.61H245.946V1456.71L245.898 1458.31C246.634 1457.61 247.418 1457.03 248.49 1457.03C250.122 1457.03 250.858 1458.09 250.858 1460.07V1465H249.546V1460.25C249.546 1458.79 249.098 1458.17 248.074 1458.17C247.274 1458.17 246.73 1458.58 245.946 1459.37V1465H244.634ZM253.537 1465V1457.22H254.849V1465H253.537ZM254.209 1455.62C253.697 1455.62 253.297 1455.27 253.297 1454.78C253.297 1454.26 253.697 1453.93 254.209 1453.93C254.721 1453.93 255.121 1454.26 255.121 1454.78C255.121 1455.27 254.721 1455.62 254.209 1455.62ZM257.675 1465V1457.22H258.763L258.875 1458.34H258.923C259.659 1457.61 260.459 1457.03 261.531 1457.03C263.163 1457.03 263.899 1458.09 263.899 1460.07V1465H262.587V1460.25C262.587 1458.79 262.139 1458.17 261.115 1458.17C260.315 1458.17 259.771 1458.58 258.987 1459.37V1465H257.675ZM269.249 1468.58C267.345 1468.58 266.033 1467.83 266.033 1466.49C266.033 1465.83 266.465 1465.21 267.169 1464.73V1464.66C266.785 1464.42 266.481 1464.01 266.481 1463.4C266.481 1462.74 266.929 1462.23 267.329 1461.96V1461.9C266.817 1461.48 266.321 1460.73 266.321 1459.8C266.321 1458.1 267.664 1457.03 269.249 1457.03C269.681 1457.03 270.065 1457.11 270.353 1457.22H273.057V1458.23H271.457C271.825 1458.58 272.097 1459.18 272.097 1459.83C272.097 1461.5 270.833 1462.54 269.249 1462.54C268.865 1462.54 268.433 1462.44 268.081 1462.26C267.809 1462.5 267.585 1462.76 267.585 1463.19C267.585 1463.69 267.905 1464.04 268.961 1464.04H270.465C272.273 1464.04 273.185 1464.6 273.185 1465.9C273.185 1467.34 271.665 1468.58 269.249 1468.58ZM269.249 1461.66C270.145 1461.66 270.897 1460.94 270.897 1459.8C270.897 1458.66 270.161 1457.99 269.249 1457.99C268.337 1457.99 267.601 1458.66 267.601 1459.8C267.601 1460.94 268.353 1461.66 269.249 1461.66ZM269.441 1467.67C270.929 1467.67 271.905 1466.9 271.905 1466.09C271.905 1465.37 271.345 1465.13 270.337 1465.13H268.993C268.689 1465.13 268.321 1465.1 267.985 1465C267.424 1465.4 267.185 1465.86 267.185 1466.31C267.185 1467.14 268.033 1467.67 269.441 1467.67ZM280.738 1465.19C279.074 1465.19 278.514 1464.14 278.514 1462.6V1458.3H277.362V1457.3L278.578 1457.22L278.738 1455.05H279.842V1457.22H281.938V1458.3H279.842V1462.62C279.842 1463.58 280.146 1464.12 281.042 1464.12C281.314 1464.12 281.666 1464.01 281.922 1463.91L282.178 1464.9C281.746 1465.05 281.218 1465.19 280.738 1465.19ZM283.896 1465V1453.61H285.208V1456.71L285.16 1458.31C285.896 1457.61 286.68 1457.03 287.752 1457.03C289.384 1457.03 290.12 1458.09 290.12 1460.07V1465H288.808V1460.25C288.808 1458.79 288.36 1458.17 287.336 1458.17C286.536 1458.17 285.992 1458.58 285.208 1459.37V1465H283.896ZM294.592 1465.19C293.296 1465.19 292.32 1464.38 292.32 1462.98C292.32 1461.29 293.776 1460.44 297.088 1460.07C297.088 1459.08 296.768 1458.12 295.488 1458.12C294.592 1458.12 293.776 1458.54 293.168 1458.95L292.656 1458.04C293.376 1457.58 294.464 1457.03 295.712 1457.03C297.616 1457.03 298.416 1458.3 298.416 1460.23V1465H297.328L297.216 1464.07H297.168C296.432 1464.68 295.568 1465.19 294.592 1465.19ZM294.976 1464.14C295.728 1464.14 296.336 1463.77 297.088 1463.1V1460.94C294.496 1461.26 293.6 1461.9 293.6 1462.89C293.6 1463.77 294.208 1464.14 294.976 1464.14ZM303.291 1465.19C301.627 1465.19 301.067 1464.14 301.067 1462.6V1458.3H299.915V1457.3L301.131 1457.22L301.291 1455.05H302.395V1457.22H304.491V1458.3H302.395V1462.62C302.395 1463.58 302.699 1464.12 303.595 1464.12C303.867 1464.12 304.219 1464.01 304.475 1463.91L304.731 1464.9C304.299 1465.05 303.771 1465.19 303.291 1465.19ZM309.853 1465V1457.22H311.165V1465H309.853ZM310.525 1455.62C310.013 1455.62 309.613 1455.27 309.613 1454.78C309.613 1454.26 310.013 1453.93 310.525 1453.93C311.037 1453.93 311.437 1454.26 311.437 1454.78C311.437 1455.27 311.037 1455.62 310.525 1455.62ZM316.022 1465.19C314.918 1465.19 313.862 1464.73 313.126 1464.12L313.782 1463.24C314.454 1463.78 315.142 1464.17 316.07 1464.17C317.094 1464.17 317.606 1463.62 317.606 1462.95C317.606 1462.15 316.678 1461.8 315.83 1461.48C314.726 1461.08 313.51 1460.55 313.51 1459.24C313.51 1457.99 314.502 1457.03 316.182 1457.03C317.158 1457.03 318.006 1457.43 318.598 1457.91L317.974 1458.74C317.446 1458.34 316.886 1458.06 316.198 1458.06C315.222 1458.06 314.774 1458.58 314.774 1459.18C314.774 1459.91 315.622 1460.18 316.502 1460.52C317.622 1460.94 318.87 1461.4 318.87 1462.87C318.87 1464.14 317.862 1465.19 316.022 1465.19ZM324.296 1465V1457.22H325.384L325.496 1458.63H325.544C326.072 1457.66 326.872 1457.03 327.752 1457.03C328.088 1457.03 328.328 1457.08 328.584 1457.19L328.328 1458.34C328.072 1458.26 327.896 1458.22 327.576 1458.22C326.92 1458.22 326.136 1458.7 325.608 1460.01V1465H324.296ZM333.039 1465.19C330.959 1465.19 329.311 1463.67 329.311 1461.13C329.311 1458.58 331.023 1457.03 332.799 1457.03C334.783 1457.03 335.903 1458.46 335.903 1460.68C335.903 1460.95 335.887 1461.24 335.855 1461.43H330.607C330.703 1463.08 331.711 1464.14 333.199 1464.14C333.935 1464.14 334.559 1463.9 335.135 1463.53L335.599 1464.39C334.927 1464.82 334.095 1465.19 333.039 1465.19ZM330.591 1460.49H334.751C334.751 1458.92 334.047 1458.07 332.831 1458.07C331.743 1458.07 330.751 1458.95 330.591 1460.49ZM339.416 1465.19C338.424 1465.19 338.024 1464.57 338.024 1463.43V1453.61H339.336V1463.53C339.336 1463.94 339.512 1464.1 339.704 1464.1C339.784 1464.1 339.848 1464.1 339.992 1464.07L340.168 1465.06C339.992 1465.14 339.768 1465.19 339.416 1465.19ZM344.095 1465.19C342.799 1465.19 341.823 1464.38 341.823 1462.98C341.823 1461.29 343.279 1460.44 346.591 1460.07C346.591 1459.08 346.271 1458.12 344.991 1458.12C344.095 1458.12 343.279 1458.54 342.671 1458.95L342.159 1458.04C342.879 1457.58 343.967 1457.03 345.215 1457.03C347.119 1457.03 347.919 1458.3 347.919 1460.23V1465H346.831L346.719 1464.07H346.671C345.935 1464.68 345.071 1465.19 344.095 1465.19ZM344.479 1464.14C345.231 1464.14 345.839 1463.77 346.591 1463.1V1460.94C343.999 1461.26 343.103 1461.9 343.103 1462.89C343.103 1463.77 343.711 1464.14 344.479 1464.14ZM352.794 1465.19C351.13 1465.19 350.57 1464.14 350.57 1462.6V1458.3H349.418V1457.3L350.634 1457.22L350.794 1455.05H351.898V1457.22H353.994V1458.3H351.898V1462.62C351.898 1463.58 352.202 1464.12 353.098 1464.12C353.37 1464.12 353.722 1464.01 353.978 1463.91L354.234 1464.9C353.802 1465.05 353.274 1465.19 352.794 1465.19ZM358.886 1465.19C356.806 1465.19 355.158 1463.67 355.158 1461.13C355.158 1458.58 356.87 1457.03 358.646 1457.03C360.63 1457.03 361.75 1458.46 361.75 1460.68C361.75 1460.95 361.734 1461.24 361.702 1461.43H356.454C356.55 1463.08 357.558 1464.14 359.046 1464.14C359.782 1464.14 360.406 1463.9 360.982 1463.53L361.446 1464.39C360.774 1464.82 359.942 1465.19 358.886 1465.19ZM356.438 1460.49H360.598C360.598 1458.92 359.894 1458.07 358.678 1458.07C357.59 1458.07 356.598 1458.95 356.438 1460.49ZM366.527 1465.19C364.575 1465.19 363.311 1463.72 363.311 1461.13C363.311 1458.6 364.911 1457.03 366.687 1457.03C367.583 1457.03 368.175 1457.37 368.863 1457.93L368.799 1456.6V1453.61H370.127V1465H369.039L368.927 1464.09H368.879C368.271 1464.68 367.439 1465.19 366.527 1465.19ZM366.815 1464.09C367.535 1464.09 368.159 1463.74 368.799 1463.02V1458.95C368.143 1458.36 367.551 1458.14 366.911 1458.14C365.663 1458.14 364.671 1459.34 364.671 1461.11C364.671 1462.97 365.455 1464.09 366.815 1464.09ZM378.798 1465.19C377.134 1465.19 376.574 1464.14 376.574 1462.6V1458.3H375.422V1457.3L376.638 1457.22L376.798 1455.05H377.902V1457.22H379.998V1458.3H377.902V1462.62C377.902 1463.58 378.206 1464.12 379.102 1464.12C379.374 1464.12 379.726 1464.01 379.982 1463.91L380.238 1464.9C379.806 1465.05 379.278 1465.19 378.798 1465.19ZM384.761 1465.19C382.857 1465.19 381.161 1463.7 381.161 1461.13C381.161 1458.52 382.857 1457.03 384.761 1457.03C386.665 1457.03 388.361 1458.52 388.361 1461.13C388.361 1463.7 386.665 1465.19 384.761 1465.19ZM384.761 1464.1C386.105 1464.1 387.001 1462.9 387.001 1461.13C387.001 1459.34 386.105 1458.12 384.761 1458.12C383.433 1458.12 382.521 1459.34 382.521 1461.13C382.521 1462.9 383.433 1464.1 384.761 1464.1ZM394.14 1468.34C393.788 1468.34 393.484 1468.28 393.228 1468.18L393.484 1467.14C393.644 1467.19 393.884 1467.26 394.076 1467.26C394.956 1467.26 395.516 1466.55 395.836 1465.59L396.012 1465.02L392.892 1457.22H394.252L395.836 1461.53C396.076 1462.2 396.348 1463 396.588 1463.72H396.652C396.876 1463.02 397.1 1462.22 397.308 1461.53L398.7 1457.22H399.98L397.052 1465.64C396.508 1467.18 395.708 1468.34 394.14 1468.34ZM404.642 1465.19C402.738 1465.19 401.042 1463.7 401.042 1461.13C401.042 1458.52 402.738 1457.03 404.642 1457.03C406.546 1457.03 408.242 1458.52 408.242 1461.13C408.242 1463.7 406.546 1465.19 404.642 1465.19ZM404.642 1464.1C405.986 1464.1 406.882 1462.9 406.882 1461.13C406.882 1459.34 405.986 1458.12 404.642 1458.12C403.314 1458.12 402.402 1459.34 402.402 1461.13C402.402 1462.9 403.314 1464.1 404.642 1464.1ZM412.762 1465.19C411.114 1465.19 410.378 1464.14 410.378 1462.15V1457.22H411.706V1461.98C411.706 1463.43 412.138 1464.06 413.162 1464.06C413.962 1464.06 414.522 1463.66 415.258 1462.74V1457.22H416.57V1465H415.482L415.37 1463.78H415.322C414.602 1464.63 413.834 1465.19 412.762 1465.19ZM419.393 1465V1457.22H420.481L420.593 1458.63H420.641C421.169 1457.66 421.969 1457.03 422.849 1457.03C423.185 1457.03 423.425 1457.08 423.681 1457.19L423.425 1458.34C423.169 1458.26 422.993 1458.22 422.673 1458.22C422.017 1458.22 421.233 1458.7 420.705 1460.01V1465H419.393ZM432.335 1453.67L432.047 1454.68C431.759 1454.55 431.455 1454.49 431.167 1454.49C430.431 1454.49 430.079 1455 430.079 1455.99V1457.22H431.727V1458.3H430.079V1465H428.767V1458.3H427.711V1457.3L428.767 1457.22V1455.99C428.767 1454.41 429.487 1453.42 431.039 1453.42C431.519 1453.42 431.983 1453.53 432.335 1453.67ZM433.415 1465V1457.22H434.727V1465H433.415ZM434.087 1455.62C433.575 1455.62 433.175 1455.27 433.175 1454.78C433.175 1454.26 433.575 1453.93 434.087 1453.93C434.599 1453.93 434.999 1454.26 434.999 1454.78C434.999 1455.27 434.599 1455.62 434.087 1455.62ZM437.553 1465V1457.22H438.641L438.753 1458.63H438.801C439.329 1457.66 440.129 1457.03 441.009 1457.03C441.345 1457.03 441.585 1457.08 441.841 1457.19L441.585 1458.34C441.329 1458.26 441.153 1458.22 440.833 1458.22C440.177 1458.22 439.393 1458.7 438.865 1460.01V1465H437.553ZM443.299 1465V1457.22H444.387L444.499 1458.34H444.547C445.219 1457.61 446.035 1457.03 446.963 1457.03C448.147 1457.03 448.787 1457.59 449.107 1458.52C449.923 1457.64 450.723 1457.03 451.667 1457.03C453.267 1457.03 454.035 1458.09 454.035 1460.07V1465H452.723V1460.25C452.723 1458.79 452.259 1458.17 451.283 1458.17C450.675 1458.17 450.051 1458.57 449.331 1459.37V1465H448.019V1460.25C448.019 1458.79 447.555 1458.17 446.563 1458.17C445.987 1458.17 445.331 1458.57 444.611 1459.37V1465H443.299ZM461.96 1465.19C460.664 1465.19 459.688 1464.38 459.688 1462.98C459.688 1461.29 461.144 1460.44 464.456 1460.07C464.456 1459.08 464.136 1458.12 462.856 1458.12C461.96 1458.12 461.144 1458.54 460.536 1458.95L460.024 1458.04C460.744 1457.58 461.832 1457.03 463.08 1457.03C464.984 1457.03 465.784 1458.3 465.784 1460.23V1465H464.696L464.584 1464.07H464.536C463.8 1464.68 462.936 1465.19 461.96 1465.19ZM462.344 1464.14C463.096 1464.14 463.704 1463.77 464.456 1463.1V1460.94C461.864 1461.26 460.968 1461.9 460.968 1462.89C460.968 1463.77 461.576 1464.14 462.344 1464.14ZM468.431 1465V1457.22H469.519L469.631 1458.34H469.679C470.415 1457.61 471.215 1457.03 472.287 1457.03C473.919 1457.03 474.655 1458.09 474.655 1460.07V1465H473.343V1460.25C473.343 1458.79 472.895 1458.17 471.871 1458.17C471.071 1458.17 470.527 1458.58 469.743 1459.37V1465H468.431ZM480.037 1465.19C478.085 1465.19 476.821 1463.72 476.821 1461.13C476.821 1458.6 478.421 1457.03 480.197 1457.03C481.093 1457.03 481.685 1457.37 482.373 1457.93L482.309 1456.6V1453.61H483.637V1465H482.549L482.437 1464.09H482.389C481.781 1464.68 480.949 1465.19 480.037 1465.19ZM480.325 1464.09C481.045 1464.09 481.669 1463.74 482.309 1463.02V1458.95C481.653 1458.36 481.061 1458.14 480.421 1458.14C479.173 1458.14 478.181 1459.34 478.181 1461.11C478.181 1462.97 478.965 1464.09 480.325 1464.09ZM489.859 1465V1457.22H491.171V1465H489.859ZM490.531 1455.62C490.019 1455.62 489.619 1455.27 489.619 1454.78C489.619 1454.26 490.019 1453.93 490.531 1453.93C491.043 1453.93 491.443 1454.26 491.443 1454.78C491.443 1455.27 491.043 1455.62 490.531 1455.62ZM496.444 1465.19C494.78 1465.19 494.22 1464.14 494.22 1462.6V1458.3H493.068V1457.3L494.284 1457.22L494.444 1455.05H495.548V1457.22H497.644V1458.3H495.548V1462.62C495.548 1463.58 495.852 1464.12 496.748 1464.12C497.02 1464.12 497.372 1464.01 497.628 1463.91L497.884 1464.9C497.452 1465.05 496.924 1465.19 496.444 1465.19ZM501.478 1465.19C500.374 1465.19 499.318 1464.73 498.582 1464.12L499.238 1463.24C499.91 1463.78 500.598 1464.17 501.526 1464.17C502.55 1464.17 503.062 1463.62 503.062 1462.95C503.062 1462.15 502.134 1461.8 501.286 1461.48C500.182 1461.08 498.966 1460.55 498.966 1459.24C498.966 1457.99 499.958 1457.03 501.638 1457.03C502.614 1457.03 503.462 1457.43 504.054 1457.91L503.43 1458.74C502.902 1458.34 502.342 1458.06 501.654 1458.06C500.678 1458.06 500.23 1458.58 500.23 1459.18C500.23 1459.91 501.078 1460.18 501.958 1460.52C503.078 1460.94 504.326 1461.4 504.326 1462.87C504.326 1464.14 503.318 1465.19 501.478 1465.19ZM511.785 1465.19C510.681 1465.19 509.625 1464.73 508.889 1464.12L509.545 1463.24C510.217 1463.78 510.905 1464.17 511.833 1464.17C512.857 1464.17 513.369 1463.62 513.369 1462.95C513.369 1462.15 512.441 1461.8 511.593 1461.48C510.489 1461.08 509.273 1460.55 509.273 1459.24C509.273 1457.99 510.265 1457.03 511.945 1457.03C512.921 1457.03 513.769 1457.43 514.361 1457.91L513.737 1458.74C513.209 1458.34 512.649 1458.06 511.961 1458.06C510.985 1458.06 510.537 1458.58 510.537 1459.18C510.537 1459.91 511.385 1460.18 512.265 1460.52C513.385 1460.94 514.633 1461.4 514.633 1462.87C514.633 1464.14 513.625 1465.19 511.785 1465.19ZM519.808 1465.19C517.728 1465.19 516.08 1463.67 516.08 1461.13C516.08 1458.58 517.792 1457.03 519.568 1457.03C521.552 1457.03 522.672 1458.46 522.672 1460.68C522.672 1460.95 522.656 1461.24 522.624 1461.43H517.376C517.472 1463.08 518.48 1464.14 519.968 1464.14C520.704 1464.14 521.328 1463.9 521.904 1463.53L522.368 1464.39C521.696 1464.82 520.864 1465.19 519.808 1465.19ZM517.36 1460.49H521.52C521.52 1458.92 520.816 1458.07 519.6 1458.07C518.512 1458.07 517.52 1458.95 517.36 1460.49ZM524.793 1465V1457.22H525.881L525.993 1458.63H526.041C526.569 1457.66 527.369 1457.03 528.249 1457.03C528.585 1457.03 528.825 1457.08 529.081 1457.19L528.825 1458.34C528.569 1458.26 528.393 1458.22 528.073 1458.22C527.417 1458.22 526.633 1458.7 526.105 1460.01V1465H524.793ZM532.626 1465L529.826 1457.22H531.186L532.658 1461.64C532.882 1462.41 533.138 1463.19 533.378 1463.93H533.442C533.666 1463.19 533.922 1462.41 534.146 1461.64L535.618 1457.22H536.914L534.162 1465H532.626ZM538.615 1465V1457.22H539.927V1465H538.615ZM539.287 1455.62C538.775 1455.62 538.375 1455.27 538.375 1454.78C538.375 1454.26 538.775 1453.93 539.287 1453.93C539.799 1453.93 540.199 1454.26 540.199 1454.78C540.199 1455.27 539.799 1455.62 539.287 1455.62ZM545.825 1465.19C543.761 1465.19 542.177 1463.7 542.177 1461.13C542.177 1458.52 543.921 1457.03 545.921 1457.03C546.945 1457.03 547.649 1457.45 548.193 1457.94L547.521 1458.81C547.073 1458.41 546.593 1458.12 545.969 1458.12C544.561 1458.12 543.537 1459.34 543.537 1461.13C543.537 1462.9 544.513 1464.1 545.937 1464.1C546.657 1464.1 547.281 1463.75 547.761 1463.32L548.337 1464.2C547.633 1464.82 546.753 1465.19 545.825 1465.19ZM553.058 1465.19C550.978 1465.19 549.33 1463.67 549.33 1461.13C549.33 1458.58 551.042 1457.03 552.818 1457.03C554.802 1457.03 555.922 1458.46 555.922 1460.68C555.922 1460.95 555.906 1461.24 555.874 1461.43H550.626C550.722 1463.08 551.73 1464.14 553.218 1464.14C553.954 1464.14 554.578 1463.9 555.154 1463.53L555.618 1464.39C554.946 1464.82 554.114 1465.19 553.058 1465.19ZM550.61 1460.49H554.77C554.77 1458.92 554.066 1458.07 552.85 1458.07C551.762 1458.07 550.77 1458.95 550.61 1460.49ZM560.075 1465.19C558.971 1465.19 557.915 1464.73 557.179 1464.12L557.835 1463.24C558.507 1463.78 559.195 1464.17 560.123 1464.17C561.147 1464.17 561.659 1463.62 561.659 1462.95C561.659 1462.15 560.731 1461.8 559.883 1461.48C558.779 1461.08 557.563 1460.55 557.563 1459.24C557.563 1457.99 558.555 1457.03 560.235 1457.03C561.211 1457.03 562.059 1457.43 562.651 1457.91L562.027 1458.74C561.499 1458.34 560.939 1458.06 560.251 1458.06C559.275 1458.06 558.827 1458.58 558.827 1459.18C558.827 1459.91 559.675 1460.18 560.555 1460.52C561.675 1460.94 562.923 1461.4 562.923 1462.87C562.923 1464.14 561.915 1465.19 560.075 1465.19ZM565.634 1465.19C565.106 1465.19 564.674 1464.78 564.674 1464.2C564.674 1463.59 565.106 1463.18 565.634 1463.18C566.146 1463.18 566.578 1463.59 566.578 1464.2C566.578 1464.78 566.146 1465.19 565.634 1465.19ZM573.99 1455.58V1459.48H575.75C577.382 1459.48 578.294 1458.81 578.294 1457.45C578.294 1456.07 577.382 1455.58 575.75 1455.58H573.99ZM579.926 1465H578.422L575.894 1460.57H573.99V1465H572.662V1454.5H575.942C578.086 1454.5 579.622 1455.27 579.622 1457.45C579.622 1459.08 578.694 1460.07 577.27 1460.42L579.926 1465ZM584.839 1465.19C582.759 1465.19 581.111 1463.67 581.111 1461.13C581.111 1458.58 582.823 1457.03 584.599 1457.03C586.583 1457.03 587.703 1458.46 587.703 1460.68C587.703 1460.95 587.687 1461.24 587.655 1461.43H582.407C582.503 1463.08 583.511 1464.14 584.999 1464.14C585.735 1464.14 586.359 1463.9 586.935 1463.53L587.399 1464.39C586.727 1464.82 585.895 1465.19 584.839 1465.19ZM582.391 1460.49H586.551C586.551 1458.92 585.847 1458.07 584.631 1458.07C583.543 1458.07 582.551 1458.95 582.391 1460.49ZM591.398 1465.19C590.102 1465.19 589.126 1464.38 589.126 1462.98C589.126 1461.29 590.582 1460.44 593.894 1460.07C593.894 1459.08 593.574 1458.12 592.294 1458.12C591.398 1458.12 590.582 1458.54 589.974 1458.95L589.462 1458.04C590.182 1457.58 591.27 1457.03 592.518 1457.03C594.422 1457.03 595.222 1458.3 595.222 1460.23V1465H594.134L594.022 1464.07H593.974C593.238 1464.68 592.374 1465.19 591.398 1465.19ZM591.782 1464.14C592.534 1464.14 593.142 1463.77 593.894 1463.1V1460.94C591.302 1461.26 590.406 1461.9 590.406 1462.89C590.406 1463.77 591.014 1464.14 591.782 1464.14ZM600.524 1465.19C598.572 1465.19 597.308 1463.72 597.308 1461.13C597.308 1458.6 598.908 1457.03 600.684 1457.03C601.58 1457.03 602.172 1457.37 602.86 1457.93L602.796 1456.6V1453.61H604.124V1465H603.036L602.924 1464.09H602.876C602.268 1464.68 601.436 1465.19 600.524 1465.19ZM600.812 1464.09C601.532 1464.09 602.156 1463.74 602.796 1463.02V1458.95C602.14 1458.36 601.548 1458.14 600.908 1458.14C599.66 1458.14 598.668 1459.34 598.668 1461.11C598.668 1462.97 599.452 1464.09 600.812 1464.09ZM612.794 1465.19C611.13 1465.19 610.57 1464.14 610.57 1462.6V1458.3H609.418V1457.3L610.634 1457.22L610.794 1455.05H611.898V1457.22H613.994V1458.3H611.898V1462.62C611.898 1463.58 612.202 1464.12 613.098 1464.12C613.37 1464.12 613.722 1464.01 613.978 1463.91L614.234 1464.9C613.802 1465.05 613.274 1465.19 612.794 1465.19ZM615.953 1465V1453.61H617.265V1456.71L617.217 1458.31C617.953 1457.61 618.737 1457.03 619.809 1457.03C621.441 1457.03 622.177 1458.09 622.177 1460.07V1465H620.865V1460.25C620.865 1458.79 620.417 1458.17 619.393 1458.17C618.593 1458.17 618.049 1458.58 617.265 1459.37V1465H615.953ZM628.008 1465.19C625.928 1465.19 624.28 1463.67 624.28 1461.13C624.28 1458.58 625.992 1457.03 627.768 1457.03C629.752 1457.03 630.872 1458.46 630.872 1460.68C630.872 1460.95 630.856 1461.24 630.824 1461.43H625.576C625.672 1463.08 626.68 1464.14 628.168 1464.14C628.904 1464.14 629.528 1463.9 630.104 1463.53L630.568 1464.39C629.896 1464.82 629.064 1465.19 628.008 1465.19ZM625.56 1460.49H629.72C629.72 1458.92 629.016 1458.07 627.8 1458.07C626.712 1458.07 625.72 1458.95 625.56 1460.49ZM640.188 1453.67L639.9 1454.68C639.612 1454.55 639.308 1454.49 639.02 1454.49C638.284 1454.49 637.932 1455 637.932 1455.99V1457.22H639.58V1458.3H637.932V1465H636.62V1458.3H635.564V1457.3L636.62 1457.22V1455.99C636.62 1454.41 637.34 1453.42 638.892 1453.42C639.372 1453.42 639.836 1453.53 640.188 1453.67ZM643.54 1465.19C641.892 1465.19 641.156 1464.14 641.156 1462.15V1457.22H642.484V1461.98C642.484 1463.43 642.916 1464.06 643.94 1464.06C644.74 1464.06 645.3 1463.66 646.036 1462.74V1457.22H647.348V1465H646.26L646.148 1463.78H646.1C645.38 1464.63 644.612 1465.19 643.54 1465.19ZM651.563 1465.19C650.571 1465.19 650.171 1464.57 650.171 1463.43V1453.61H651.483V1463.53C651.483 1463.94 651.659 1464.1 651.851 1464.1C651.931 1464.1 651.995 1464.1 652.139 1464.07L652.315 1465.06C652.139 1465.14 651.915 1465.19 651.563 1465.19ZM655.842 1465.19C654.85 1465.19 654.45 1464.57 654.45 1463.43V1453.61H655.762V1463.53C655.762 1463.94 655.938 1464.1 656.13 1464.1C656.21 1464.1 656.274 1464.1 656.418 1464.07L656.594 1465.06C656.418 1465.14 656.194 1465.19 655.842 1465.19ZM664.435 1465V1455.62H661.267V1454.5H668.947V1455.62H665.779V1465H664.435ZM672.998 1465.19C670.918 1465.19 669.27 1463.67 669.27 1461.13C669.27 1458.58 670.982 1457.03 672.758 1457.03C674.742 1457.03 675.862 1458.46 675.862 1460.68C675.862 1460.95 675.846 1461.24 675.814 1461.43H670.566C670.662 1463.08 671.67 1464.14 673.158 1464.14C673.894 1464.14 674.518 1463.9 675.094 1463.53L675.558 1464.39C674.886 1464.82 674.054 1465.19 672.998 1465.19ZM670.55 1460.49H674.71C674.71 1458.92 674.006 1458.07 672.79 1458.07C671.702 1458.07 670.71 1458.95 670.55 1460.49ZM677.984 1465V1457.22H679.072L679.184 1458.63H679.232C679.76 1457.66 680.56 1457.03 681.44 1457.03C681.776 1457.03 682.016 1457.08 682.272 1457.19L682.016 1458.34C681.76 1458.26 681.584 1458.22 681.264 1458.22C680.608 1458.22 679.824 1458.7 679.296 1460.01V1465H677.984ZM683.731 1465V1457.22H684.819L684.931 1458.34H684.979C685.651 1457.61 686.467 1457.03 687.395 1457.03C688.579 1457.03 689.219 1457.59 689.539 1458.52C690.355 1457.64 691.155 1457.03 692.099 1457.03C693.699 1457.03 694.467 1458.09 694.467 1460.07V1465H693.155V1460.25C693.155 1458.79 692.691 1458.17 691.715 1458.17C691.107 1458.17 690.483 1458.57 689.763 1459.37V1465H688.451V1460.25C688.451 1458.79 687.987 1458.17 686.995 1458.17C686.419 1458.17 685.763 1458.57 685.043 1459.37V1465H683.731ZM699.228 1465.19C698.124 1465.19 697.068 1464.73 696.332 1464.12L696.988 1463.24C697.66 1463.78 698.348 1464.17 699.276 1464.17C700.3 1464.17 700.812 1463.62 700.812 1462.95C700.812 1462.15 699.884 1461.8 699.036 1461.48C697.932 1461.08 696.716 1460.55 696.716 1459.24C696.716 1457.99 697.708 1457.03 699.388 1457.03C700.364 1457.03 701.212 1457.43 701.804 1457.91L701.18 1458.74C700.652 1458.34 700.092 1458.06 699.404 1458.06C698.428 1458.06 697.98 1458.58 697.98 1459.18C697.98 1459.91 698.828 1460.18 699.708 1460.52C700.828 1460.94 702.076 1461.4 702.076 1462.87C702.076 1464.14 701.068 1465.19 699.228 1465.19ZM707.983 1462.2C707.983 1463.37 708.895 1464.14 710.047 1464.14C710.767 1464.14 711.439 1463.82 712.047 1463.29C711.023 1462.39 710.031 1461.29 709.295 1460.17C708.559 1460.76 707.983 1461.38 707.983 1462.2ZM709.215 1456.78C709.215 1457.35 709.407 1457.98 709.711 1458.62C710.671 1457.98 711.503 1457.34 711.503 1456.41C711.503 1455.8 711.215 1455.26 710.511 1455.26C709.727 1455.26 709.215 1455.91 709.215 1456.78ZM715.695 1464.1L715.343 1465.19C714.607 1464.98 713.775 1464.58 712.927 1463.99C712.127 1464.71 711.135 1465.19 709.903 1465.19C707.999 1465.19 706.703 1463.98 706.703 1462.28C706.703 1460.87 707.695 1459.99 708.767 1459.26C708.335 1458.39 708.079 1457.56 708.079 1456.79C708.079 1455.4 709.055 1454.31 710.511 1454.31C711.807 1454.31 712.575 1455.16 712.575 1456.39C712.575 1457.77 711.375 1458.65 710.207 1459.5C710.895 1460.57 711.871 1461.61 712.863 1462.44C713.503 1461.58 714.015 1460.54 714.335 1459.34H715.567C715.151 1460.71 714.559 1461.99 713.727 1463.1C714.447 1463.59 715.119 1463.94 715.695 1464.1ZM128.408 1487.19C125.784 1487.19 123.832 1485.18 123.832 1481.75C123.832 1478.38 125.816 1476.31 128.488 1476.31C129.768 1476.31 130.76 1476.92 131.368 1477.61L130.648 1478.47C130.088 1477.88 129.4 1477.48 128.504 1477.48C126.52 1477.48 125.208 1479.11 125.208 1481.72C125.208 1484.36 126.472 1486.02 128.456 1486.02C129.464 1486.02 130.216 1485.58 130.888 1484.84L131.624 1485.67C130.792 1486.63 129.768 1487.19 128.408 1487.19ZM136.677 1487.19C134.773 1487.19 133.077 1485.7 133.077 1483.13C133.077 1480.52 134.773 1479.03 136.677 1479.03C138.581 1479.03 140.277 1480.52 140.277 1483.13C140.277 1485.7 138.581 1487.19 136.677 1487.19ZM136.677 1486.1C138.021 1486.1 138.917 1484.9 138.917 1483.13C138.917 1481.34 138.021 1480.12 136.677 1480.12C135.349 1480.12 134.437 1481.34 134.437 1483.13C134.437 1484.9 135.349 1486.1 136.677 1486.1ZM142.524 1487V1479.22H143.612L143.724 1480.34H143.772C144.508 1479.61 145.308 1479.03 146.38 1479.03C148.012 1479.03 148.748 1480.09 148.748 1482.07V1487H147.437V1482.25C147.437 1480.79 146.989 1480.17 145.964 1480.17C145.164 1480.17 144.62 1480.58 143.836 1481.37V1487H142.524ZM154.131 1487.19C152.179 1487.19 150.915 1485.72 150.915 1483.13C150.915 1480.6 152.515 1479.03 154.291 1479.03C155.187 1479.03 155.779 1479.37 156.467 1479.93L156.403 1478.6V1475.61H157.731V1487H156.643L156.531 1486.09H156.483C155.875 1486.68 155.043 1487.19 154.131 1487.19ZM154.419 1486.09C155.139 1486.09 155.763 1485.74 156.403 1485.02V1480.95C155.747 1480.36 155.155 1480.14 154.515 1480.14C153.267 1480.14 152.275 1481.34 152.275 1483.11C152.275 1484.97 153.059 1486.09 154.419 1486.09ZM160.549 1487V1479.22H161.861V1487H160.549ZM161.221 1477.62C160.709 1477.62 160.309 1477.27 160.309 1476.78C160.309 1476.26 160.709 1475.93 161.221 1475.93C161.733 1475.93 162.133 1476.26 162.133 1476.78C162.133 1477.27 161.733 1477.62 161.221 1477.62ZM167.135 1487.19C165.471 1487.19 164.911 1486.14 164.911 1484.6V1480.3H163.759V1479.3L164.975 1479.22L165.135 1477.05H166.239V1479.22H168.335V1480.3H166.239V1484.62C166.239 1485.58 166.543 1486.12 167.439 1486.12C167.711 1486.12 168.063 1486.01 168.319 1485.91L168.575 1486.9C168.143 1487.05 167.615 1487.19 167.135 1487.19ZM170.293 1487V1479.22H171.605V1487H170.293ZM170.965 1477.62C170.453 1477.62 170.053 1477.27 170.053 1476.78C170.053 1476.26 170.453 1475.93 170.965 1475.93C171.477 1475.93 171.877 1476.26 171.877 1476.78C171.877 1477.27 171.477 1477.62 170.965 1477.62ZM177.455 1487.19C175.551 1487.19 173.855 1485.7 173.855 1483.13C173.855 1480.52 175.551 1479.03 177.455 1479.03C179.359 1479.03 181.055 1480.52 181.055 1483.13C181.055 1485.7 179.359 1487.19 177.455 1487.19ZM177.455 1486.1C178.799 1486.1 179.695 1484.9 179.695 1483.13C179.695 1481.34 178.799 1480.12 177.455 1480.12C176.127 1480.12 175.215 1481.34 175.215 1483.13C175.215 1484.9 176.127 1486.1 177.455 1486.1ZM183.303 1487V1479.22H184.391L184.503 1480.34H184.551C185.287 1479.61 186.087 1479.03 187.159 1479.03C188.791 1479.03 189.527 1480.09 189.527 1482.07V1487H188.215V1482.25C188.215 1480.79 187.767 1480.17 186.743 1480.17C185.943 1480.17 185.399 1480.58 184.615 1481.37V1487H183.303ZM194.285 1487.19C193.181 1487.19 192.125 1486.73 191.389 1486.12L192.045 1485.24C192.717 1485.78 193.405 1486.17 194.333 1486.17C195.357 1486.17 195.869 1485.62 195.869 1484.95C195.869 1484.15 194.941 1483.8 194.093 1483.48C192.989 1483.08 191.773 1482.55 191.773 1481.24C191.773 1479.99 192.765 1479.03 194.445 1479.03C195.421 1479.03 196.269 1479.43 196.861 1479.91L196.237 1480.74C195.709 1480.34 195.149 1480.06 194.461 1480.06C193.485 1480.06 193.037 1480.58 193.037 1481.18C193.037 1481.91 193.885 1482.18 194.765 1482.52C195.885 1482.94 197.133 1483.4 197.133 1484.87C197.133 1486.14 196.125 1487.19 194.285 1487.19Z' fill='%232B2B2B'/%3E%3Cpath d='M571.222 1466.6H716.135V1467.4H571.222V1466.6ZM123 1488.6H197.845V1489.4H123V1488.6Z' fill='%232B2B2B'/%3E%3Ca href='https://advisors.taxdome.com/about/terms'%3E%3Crect fill='black' fill-opacity='0' x='448.222' width='148.119' height='20.112'/%3E%3C/a%3E%3Ca href='https://advisors.taxdome.com/about/terms'%3E%3Crect fill='black' fill-opacity='0' y='22' width='74.6446' height='20.112'/%3E%3C/a%3E%3Cpath d='M125.16 1589L123.224 1578.57H125.64L126.36 1583.45C126.488 1584.54 126.648 1585.64 126.776 1586.74H126.84C127.048 1585.64 127.256 1584.54 127.464 1583.45L128.584 1578.57H130.584L131.704 1583.45C131.912 1584.5 132.12 1585.62 132.328 1586.74H132.392C132.536 1585.62 132.68 1584.52 132.824 1583.45L133.544 1578.57H135.8L133.944 1589H130.984L129.96 1584.26C129.784 1583.46 129.656 1582.62 129.544 1581.85H129.48C129.352 1582.62 129.224 1583.46 129.048 1584.26L128.072 1589H125.16ZM137.056 1589V1577.78H139.408V1580.54L139.296 1581.96C139.888 1581.43 140.672 1580.87 141.744 1580.87C143.472 1580.87 144.208 1582.09 144.208 1584.07V1589H141.856V1584.38C141.856 1583.22 141.552 1582.87 140.88 1582.87C140.288 1582.87 139.92 1583.14 139.408 1583.64V1589H137.056ZM148.196 1589.19C146.74 1589.19 145.828 1588.14 145.828 1586.79C145.828 1585.13 147.156 1584.22 150.292 1583.9C150.244 1583.19 149.908 1582.74 149.044 1582.74C148.372 1582.74 147.716 1583.02 146.948 1583.46L146.1 1581.91C147.108 1581.3 148.244 1580.87 149.492 1580.87C151.524 1580.87 152.644 1582.02 152.644 1584.46V1589H150.724L150.564 1588.18H150.5C149.828 1588.78 149.092 1589.19 148.196 1589.19ZM148.996 1587.37C149.524 1587.37 149.876 1587.11 150.292 1586.7V1585.3C148.628 1585.53 148.084 1586.01 148.084 1586.62C148.084 1587.13 148.436 1587.37 148.996 1587.37ZM157.409 1589.19C155.441 1589.19 154.673 1587.96 154.673 1586.12V1582.9H153.585V1581.16L154.801 1581.06L155.073 1578.95H157.025V1581.06H158.929V1582.9H157.025V1586.09C157.025 1586.98 157.424 1587.35 158.049 1587.35C158.305 1587.35 158.593 1587.27 158.801 1587.19L159.169 1588.9C158.753 1589.03 158.177 1589.19 157.409 1589.19ZM163.681 1589V1581.06H166.033V1589H163.681ZM164.849 1579.9C164.065 1579.9 163.489 1579.38 163.489 1578.66C163.489 1577.94 164.065 1577.45 164.849 1577.45C165.649 1577.45 166.209 1577.94 166.209 1578.66C166.209 1579.38 165.649 1579.9 164.849 1579.9ZM173.015 1577.88L172.583 1579.61C172.311 1579.51 172.023 1579.45 171.766 1579.45C171.191 1579.45 170.855 1579.77 170.855 1580.58V1581.06H172.279V1582.9H170.855V1589H168.503V1582.9H167.447V1581.16L168.503 1581.08V1580.65C168.503 1578.97 169.287 1577.59 171.431 1577.59C172.087 1577.59 172.663 1577.75 173.015 1577.88ZM176.951 1589V1578.57H179.303V1589H176.951ZM184.774 1591.94V1581.06H186.694L186.854 1581.85H186.918C187.542 1581.29 188.342 1580.87 189.174 1580.87C191.094 1580.87 192.278 1582.46 192.278 1584.9C192.278 1587.62 190.646 1589.19 188.934 1589.19C188.246 1589.19 187.606 1588.89 187.046 1588.36L187.126 1589.62V1591.94H184.774ZM188.39 1587.27C189.206 1587.27 189.862 1586.57 189.862 1584.94C189.862 1583.51 189.43 1582.79 188.486 1582.79C188.006 1582.79 187.59 1583.02 187.126 1583.51V1586.76C187.542 1587.14 187.99 1587.27 188.39 1587.27ZM193.946 1589V1581.06H195.866L196.026 1582.46H196.09C196.666 1581.38 197.53 1580.87 198.346 1580.87C198.794 1580.87 199.066 1580.94 199.29 1581.03L198.906 1583.06C198.618 1582.98 198.378 1582.94 198.042 1582.94C197.45 1582.94 196.714 1583.32 196.298 1584.39V1589H193.946ZM203.573 1589.19C201.557 1589.19 199.701 1587.67 199.701 1585.03C199.701 1582.39 201.557 1580.87 203.573 1580.87C205.573 1580.87 207.429 1582.39 207.429 1585.03C207.429 1587.67 205.573 1589.19 203.573 1589.19ZM203.573 1587.29C204.533 1587.29 205.029 1586.41 205.029 1585.03C205.029 1583.66 204.533 1582.78 203.573 1582.78C202.597 1582.78 202.117 1583.66 202.117 1585.03C202.117 1586.41 202.597 1587.29 203.573 1587.29ZM210.739 1589L208.067 1581.06H210.435L211.459 1584.81C211.667 1585.59 211.875 1586.42 212.083 1587.26H212.147C212.339 1586.42 212.547 1585.59 212.755 1584.81L213.795 1581.06H216.051L213.459 1589H210.739ZM217.29 1589V1581.06H219.642V1589H217.29ZM218.458 1579.9C217.674 1579.9 217.098 1579.38 217.098 1578.66C217.098 1577.94 217.674 1577.45 218.458 1577.45C219.258 1577.45 219.818 1577.94 219.818 1578.66C219.818 1579.38 219.258 1579.9 218.458 1579.9ZM224.544 1589.19C222.576 1589.19 221.296 1587.62 221.296 1585.03C221.296 1582.44 222.912 1580.87 224.592 1580.87C225.472 1580.87 226 1581.19 226.544 1581.7L226.448 1580.49V1577.78H228.8V1589H226.88L226.72 1588.22H226.656C226.096 1588.78 225.312 1589.19 224.544 1589.19ZM225.152 1587.27C225.664 1587.27 226.064 1587.08 226.448 1586.55V1583.3C226.032 1582.92 225.568 1582.79 225.136 1582.79C224.384 1582.79 223.712 1583.5 223.712 1585C223.712 1586.57 224.24 1587.27 225.152 1587.27ZM234.436 1589.19C232.164 1589.19 230.42 1587.66 230.42 1585.03C230.42 1582.46 232.26 1580.87 234.164 1580.87C236.42 1580.87 237.54 1582.52 237.54 1584.68C237.54 1585.1 237.492 1585.53 237.444 1585.72H232.692C232.9 1586.87 233.7 1587.4 234.756 1587.4C235.348 1587.4 235.892 1587.22 236.468 1586.87L237.252 1588.3C236.436 1588.86 235.38 1589.19 234.436 1589.19ZM232.676 1584.17H235.54C235.54 1583.29 235.156 1582.66 234.212 1582.66C233.476 1582.66 232.836 1583.16 232.676 1584.17ZM244.704 1589.19C243.664 1589.19 242.464 1588.74 241.664 1588.09L242.72 1586.62C243.44 1587.16 244.096 1587.45 244.768 1587.45C245.472 1587.45 245.776 1587.19 245.776 1586.78C245.776 1586.25 244.976 1586.01 244.16 1585.69C243.2 1585.32 242.064 1584.66 242.064 1583.35C242.064 1581.88 243.264 1580.87 245.104 1580.87C246.32 1580.87 247.216 1581.37 247.904 1581.88L246.848 1583.29C246.272 1582.87 245.728 1582.62 245.168 1582.62C244.56 1582.62 244.272 1582.84 244.272 1583.24C244.272 1583.75 245.008 1583.94 245.824 1584.25C246.832 1584.62 247.968 1585.18 247.968 1586.63C247.968 1588.07 246.832 1589.19 244.704 1589.19ZM253.014 1589.19C250.742 1589.19 248.998 1587.66 248.998 1585.03C248.998 1582.46 250.838 1580.87 252.742 1580.87C254.998 1580.87 256.118 1582.52 256.118 1584.68C256.118 1585.1 256.07 1585.53 256.022 1585.72H251.27C251.478 1586.87 252.278 1587.4 253.334 1587.4C253.926 1587.4 254.47 1587.22 255.046 1586.87L255.83 1588.3C255.014 1588.86 253.958 1589.19 253.014 1589.19ZM251.254 1584.17H254.118C254.118 1583.29 253.734 1582.66 252.79 1582.66C252.054 1582.66 251.414 1583.16 251.254 1584.17ZM257.743 1589V1581.06H259.663L259.823 1582.46H259.887C260.463 1581.38 261.327 1580.87 262.143 1580.87C262.591 1580.87 262.863 1580.94 263.087 1581.03L262.703 1583.06C262.415 1582.98 262.175 1582.94 261.839 1582.94C261.247 1582.94 260.511 1583.32 260.095 1584.39V1589H257.743ZM266.052 1589L263.38 1581.06H265.748L266.772 1584.81C266.98 1585.59 267.188 1586.42 267.396 1587.26H267.46C267.652 1586.42 267.86 1585.59 268.068 1584.81L269.108 1581.06H271.364L268.772 1589H266.052ZM272.603 1589V1581.06H274.955V1589H272.603ZM273.771 1579.9C272.987 1579.9 272.411 1579.38 272.411 1578.66C272.411 1577.94 272.987 1577.45 273.771 1577.45C274.571 1577.45 275.131 1577.94 275.131 1578.66C275.131 1579.38 274.571 1579.9 273.771 1579.9ZM280.48 1589.19C278.272 1589.19 276.56 1587.67 276.56 1585.03C276.56 1582.39 278.496 1580.87 280.688 1580.87C281.664 1580.87 282.416 1581.22 283.008 1581.72L281.904 1583.24C281.52 1582.92 281.2 1582.78 280.832 1582.78C279.696 1582.78 278.976 1583.66 278.976 1585.03C278.976 1586.41 279.728 1587.29 280.752 1587.29C281.264 1587.29 281.76 1587.03 282.176 1586.71L283.104 1588.25C282.32 1588.94 281.344 1589.19 280.48 1589.19ZM287.592 1589.19C285.32 1589.19 283.576 1587.66 283.576 1585.03C283.576 1582.46 285.416 1580.87 287.32 1580.87C289.576 1580.87 290.696 1582.52 290.696 1584.68C290.696 1585.1 290.648 1585.53 290.6 1585.72H285.848C286.056 1586.87 286.856 1587.4 287.912 1587.4C288.504 1587.4 289.048 1587.22 289.624 1586.87L290.408 1588.3C289.592 1588.86 288.536 1589.19 287.592 1589.19ZM285.832 1584.17H288.696C288.696 1583.29 288.312 1582.66 287.368 1582.66C286.632 1582.66 285.992 1583.16 285.832 1584.17ZM294.657 1589.19C293.617 1589.19 292.417 1588.74 291.617 1588.09L292.673 1586.62C293.393 1587.16 294.049 1587.45 294.721 1587.45C295.425 1587.45 295.729 1587.19 295.729 1586.78C295.729 1586.25 294.929 1586.01 294.113 1585.69C293.153 1585.32 292.017 1584.66 292.017 1583.35C292.017 1581.88 293.217 1580.87 295.057 1580.87C296.273 1580.87 297.169 1581.37 297.857 1581.88L296.801 1583.29C296.225 1582.87 295.681 1582.62 295.121 1582.62C294.513 1582.62 294.225 1582.84 294.225 1583.24C294.225 1583.75 294.961 1583.94 295.777 1584.25C296.785 1584.62 297.921 1585.18 297.921 1586.63C297.921 1588.07 296.785 1589.19 294.657 1589.19ZM305.674 1589.19C303.706 1589.19 302.938 1587.96 302.938 1586.12V1582.9H301.85V1581.16L303.066 1581.06L303.338 1578.95H305.29V1581.06H307.194V1582.9H305.29V1586.09C305.29 1586.98 305.69 1587.35 306.314 1587.35C306.57 1587.35 306.858 1587.27 307.066 1587.19L307.434 1588.9C307.018 1589.03 306.442 1589.19 305.674 1589.19ZM311.87 1589.19C309.854 1589.19 307.998 1587.67 307.998 1585.03C307.998 1582.39 309.854 1580.87 311.87 1580.87C313.87 1580.87 315.726 1582.39 315.726 1585.03C315.726 1587.67 313.87 1589.19 311.87 1589.19ZM311.87 1587.29C312.83 1587.29 313.326 1586.41 313.326 1585.03C313.326 1583.66 312.83 1582.78 311.87 1582.78C310.894 1582.78 310.414 1583.66 310.414 1585.03C310.414 1586.41 310.894 1587.29 311.87 1587.29ZM323.996 1589.19C321.788 1589.19 320.076 1587.67 320.076 1585.03C320.076 1582.39 322.012 1580.87 324.204 1580.87C325.18 1580.87 325.932 1581.22 326.524 1581.72L325.42 1583.24C325.036 1582.92 324.716 1582.78 324.348 1582.78C323.212 1582.78 322.492 1583.66 322.492 1585.03C322.492 1586.41 323.244 1587.29 324.268 1587.29C324.78 1587.29 325.276 1587.03 325.692 1586.71L326.62 1588.25C325.836 1588.94 324.86 1589.19 323.996 1589.19ZM330.169 1589.19C328.553 1589.19 328.009 1588.14 328.009 1586.54V1577.78H330.361V1586.63C330.361 1587.13 330.585 1587.29 330.777 1587.29C330.873 1587.29 330.937 1587.29 331.065 1587.26L331.353 1589C331.097 1589.11 330.697 1589.19 330.169 1589.19ZM332.587 1589V1581.06H334.939V1589H332.587ZM333.755 1579.9C332.971 1579.9 332.395 1579.38 332.395 1578.66C332.395 1577.94 332.971 1577.45 333.755 1577.45C334.555 1577.45 335.115 1577.94 335.115 1578.66C335.115 1579.38 334.555 1579.9 333.755 1579.9ZM340.561 1589.19C338.289 1589.19 336.545 1587.66 336.545 1585.03C336.545 1582.46 338.385 1580.87 340.289 1580.87C342.545 1580.87 343.665 1582.52 343.665 1584.68C343.665 1585.1 343.617 1585.53 343.569 1585.72H338.817C339.025 1586.87 339.825 1587.4 340.881 1587.4C341.473 1587.4 342.017 1587.22 342.593 1586.87L343.377 1588.3C342.561 1588.86 341.505 1589.19 340.561 1589.19ZM338.801 1584.17H341.665C341.665 1583.29 341.281 1582.66 340.337 1582.66C339.601 1582.66 338.961 1583.16 338.801 1584.17ZM345.29 1589V1581.06H347.21L347.37 1582.07H347.434C348.106 1581.43 348.906 1580.87 349.978 1580.87C351.706 1580.87 352.442 1582.09 352.442 1584.07V1589H350.09V1584.38C350.09 1583.22 349.786 1582.87 349.114 1582.87C348.522 1582.87 348.154 1583.14 347.642 1583.64V1589H345.29ZM357.502 1589.19C355.534 1589.19 354.766 1587.96 354.766 1586.12V1582.9H353.678V1581.16L354.894 1581.06L355.166 1578.95H357.118V1581.06H359.022V1582.9H357.118V1586.09C357.118 1586.98 357.518 1587.35 358.142 1587.35C358.398 1587.35 358.686 1587.27 358.894 1587.19L359.262 1588.9C358.846 1589.03 358.27 1589.19 357.502 1589.19ZM362.751 1589.19C361.711 1589.19 360.511 1588.74 359.711 1588.09L360.767 1586.62C361.487 1587.16 362.143 1587.45 362.815 1587.45C363.519 1587.45 363.823 1587.19 363.823 1586.78C363.823 1586.25 363.023 1586.01 362.207 1585.69C361.247 1585.32 360.111 1584.66 360.111 1583.35C360.111 1581.88 361.311 1580.87 363.151 1580.87C364.367 1580.87 365.263 1581.37 365.951 1581.88L364.895 1583.29C364.319 1582.87 363.775 1582.62 363.215 1582.62C362.607 1582.62 362.319 1582.84 362.319 1583.24C362.319 1583.75 363.055 1583.94 363.871 1584.25C364.879 1584.62 366.015 1585.18 366.015 1586.63C366.015 1588.07 364.879 1589.19 362.751 1589.19ZM370.712 1589V1581.06H373.064V1589H370.712ZM371.88 1579.9C371.096 1579.9 370.52 1579.38 370.52 1578.66C370.52 1577.94 371.096 1577.45 371.88 1577.45C372.68 1577.45 373.24 1577.94 373.24 1578.66C373.24 1579.38 372.68 1579.9 371.88 1579.9ZM375.134 1589V1581.06H377.054L377.214 1582.07H377.278C377.95 1581.43 378.75 1580.87 379.822 1580.87C381.55 1580.87 382.286 1582.09 382.286 1584.07V1589H379.934V1584.38C379.934 1583.22 379.63 1582.87 378.958 1582.87C378.366 1582.87 377.998 1583.14 377.486 1583.64V1589H375.134ZM390.325 1589.19C388.357 1589.19 387.077 1587.62 387.077 1585.03C387.077 1582.44 388.693 1580.87 390.373 1580.87C391.253 1580.87 391.781 1581.19 392.325 1581.7L392.229 1580.49V1577.78H394.581V1589H392.661L392.501 1588.22H392.437C391.877 1588.78 391.093 1589.19 390.325 1589.19ZM390.933 1587.27C391.445 1587.27 391.845 1587.08 392.229 1586.55V1583.3C391.813 1582.92 391.349 1582.79 390.917 1582.79C390.165 1582.79 389.493 1583.5 389.493 1585C389.493 1586.57 390.021 1587.27 390.933 1587.27ZM396.665 1589V1581.06H399.017V1589H396.665ZM397.833 1579.9C397.049 1579.9 396.473 1579.38 396.473 1578.66C396.473 1577.94 397.049 1577.45 397.833 1577.45C398.633 1577.45 399.193 1577.94 399.193 1578.66C399.193 1579.38 398.633 1579.9 397.833 1579.9ZM405.999 1577.88L405.567 1579.61C405.295 1579.51 405.007 1579.45 404.751 1579.45C404.175 1579.45 403.839 1579.77 403.839 1580.58V1581.06H405.263V1582.9H403.839V1589H401.487V1582.9H400.431V1581.16L401.487 1581.08V1580.65C401.487 1578.97 402.271 1577.59 404.415 1577.59C405.071 1577.59 405.647 1577.75 405.999 1577.88ZM411.452 1577.88L411.02 1579.61C410.748 1579.51 410.46 1579.45 410.204 1579.45C409.628 1579.45 409.292 1579.77 409.292 1580.58V1581.06H410.716V1582.9H409.292V1589H406.94V1582.9H405.884V1581.16L406.94 1581.08V1580.65C406.94 1578.97 407.724 1577.59 409.868 1577.59C410.524 1577.59 411.1 1577.75 411.452 1577.88ZM415.389 1589.19C413.117 1589.19 411.373 1587.66 411.373 1585.03C411.373 1582.46 413.213 1580.87 415.117 1580.87C417.373 1580.87 418.493 1582.52 418.493 1584.68C418.493 1585.1 418.445 1585.53 418.397 1585.72H413.645C413.853 1586.87 414.653 1587.4 415.709 1587.4C416.301 1587.4 416.845 1587.22 417.421 1586.87L418.205 1588.3C417.389 1588.86 416.333 1589.19 415.389 1589.19ZM413.629 1584.17H416.493C416.493 1583.29 416.109 1582.66 415.165 1582.66C414.429 1582.66 413.789 1583.16 413.629 1584.17ZM420.118 1589V1581.06H422.038L422.198 1582.46H422.262C422.838 1581.38 423.702 1580.87 424.518 1580.87C424.966 1580.87 425.238 1580.94 425.462 1581.03L425.078 1583.06C424.79 1582.98 424.55 1582.94 424.214 1582.94C423.622 1582.94 422.886 1583.32 422.47 1584.39V1589H420.118ZM429.889 1589.19C427.617 1589.19 425.873 1587.66 425.873 1585.03C425.873 1582.46 427.713 1580.87 429.617 1580.87C431.873 1580.87 432.993 1582.52 432.993 1584.68C432.993 1585.1 432.945 1585.53 432.897 1585.72H428.145C428.353 1586.87 429.153 1587.4 430.209 1587.4C430.801 1587.4 431.345 1587.22 431.921 1586.87L432.705 1588.3C431.889 1588.86 430.833 1589.19 429.889 1589.19ZM428.129 1584.17H430.993C430.993 1583.29 430.609 1582.66 429.665 1582.66C428.929 1582.66 428.289 1583.16 428.129 1584.17ZM434.618 1589V1581.06H436.538L436.698 1582.07H436.762C437.434 1581.43 438.234 1580.87 439.306 1580.87C441.034 1580.87 441.77 1582.09 441.77 1584.07V1589H439.418V1584.38C439.418 1583.22 439.114 1582.87 438.442 1582.87C437.85 1582.87 437.482 1583.14 436.97 1583.64V1589H434.618ZM446.83 1589.19C444.862 1589.19 444.094 1587.96 444.094 1586.12V1582.9H443.006V1581.16L444.222 1581.06L444.494 1578.95H446.446V1581.06H448.35V1582.9H446.446V1586.09C446.446 1586.98 446.846 1587.35 447.47 1587.35C447.726 1587.35 448.014 1587.27 448.222 1587.19L448.59 1588.9C448.174 1589.03 447.598 1589.19 446.83 1589.19ZM456.559 1589.19C454.351 1589.19 452.639 1587.67 452.639 1585.03C452.639 1582.39 454.575 1580.87 456.766 1580.87C457.743 1580.87 458.495 1581.22 459.087 1581.72L457.983 1583.24C457.599 1582.92 457.279 1582.78 456.911 1582.78C455.775 1582.78 455.055 1583.66 455.055 1585.03C455.055 1586.41 455.807 1587.29 456.831 1587.29C457.343 1587.29 457.839 1587.03 458.255 1586.71L459.183 1588.25C458.399 1588.94 457.423 1589.19 456.559 1589.19ZM463.526 1589.19C461.51 1589.19 459.654 1587.67 459.654 1585.03C459.654 1582.39 461.51 1580.87 463.526 1580.87C465.526 1580.87 467.382 1582.39 467.382 1585.03C467.382 1587.67 465.526 1589.19 463.526 1589.19ZM463.526 1587.29C464.486 1587.29 464.982 1586.41 464.982 1585.03C464.982 1583.66 464.486 1582.78 463.526 1582.78C462.55 1582.78 462.07 1583.66 462.07 1585.03C462.07 1586.41 462.55 1587.29 463.526 1587.29ZM471.377 1589.19C469.649 1589.19 468.913 1587.98 468.913 1585.99V1581.06H471.265V1585.69C471.265 1586.82 471.569 1587.19 472.257 1587.19C472.849 1587.19 473.201 1586.94 473.665 1586.31V1581.06H476.017V1589H474.097L473.921 1587.9H473.873C473.201 1588.7 472.465 1589.19 471.377 1589.19ZM478.087 1589V1581.06H480.007L480.167 1582.07H480.231C480.903 1581.43 481.703 1580.87 482.775 1580.87C484.503 1580.87 485.239 1582.09 485.239 1584.07V1589H482.887V1584.38C482.887 1583.22 482.583 1582.87 481.911 1582.87C481.319 1582.87 480.951 1583.14 480.439 1583.64V1589H478.087ZM490.299 1589.19C488.331 1589.19 487.563 1587.96 487.563 1586.12V1582.9H486.475V1581.16L487.691 1581.06L487.963 1578.95H489.915V1581.06H491.819V1582.9H489.915V1586.09C489.915 1586.98 490.315 1587.35 490.939 1587.35C491.195 1587.35 491.483 1587.27 491.691 1587.19L492.059 1588.9C491.643 1589.03 491.067 1589.19 490.299 1589.19ZM493.368 1589V1581.06H495.288L495.448 1582.46H495.512C496.088 1581.38 496.952 1580.87 497.768 1580.87C498.216 1580.87 498.488 1580.94 498.712 1581.03L498.328 1583.06C498.04 1582.98 497.8 1582.94 497.464 1582.94C496.872 1582.94 496.136 1583.32 495.72 1584.39V1589H493.368ZM499.743 1589V1581.06H502.095V1589H499.743ZM500.911 1579.9C500.127 1579.9 499.551 1579.38 499.551 1578.66C499.551 1577.94 500.127 1577.45 500.911 1577.45C501.711 1577.45 502.271 1577.94 502.271 1578.66C502.271 1579.38 501.711 1579.9 500.911 1579.9ZM507.717 1589.19C505.445 1589.19 503.701 1587.66 503.701 1585.03C503.701 1582.46 505.541 1580.87 507.445 1580.87C509.701 1580.87 510.821 1582.52 510.821 1584.68C510.821 1585.1 510.773 1585.53 510.725 1585.72H505.973C506.181 1586.87 506.981 1587.4 508.037 1587.4C508.629 1587.4 509.173 1587.22 509.749 1586.87L510.533 1588.3C509.717 1588.86 508.661 1589.19 507.717 1589.19ZM505.957 1584.17H508.821C508.821 1583.29 508.437 1582.66 507.493 1582.66C506.757 1582.66 506.117 1583.16 505.957 1584.17ZM514.782 1589.19C513.742 1589.19 512.542 1588.74 511.742 1588.09L512.798 1586.62C513.518 1587.16 514.174 1587.45 514.846 1587.45C515.55 1587.45 515.854 1587.19 515.854 1586.78C515.854 1586.25 515.054 1586.01 514.238 1585.69C513.278 1585.32 512.142 1584.66 512.142 1583.35C512.142 1581.88 513.342 1580.87 515.182 1580.87C516.398 1580.87 517.294 1581.37 517.982 1581.88L516.926 1583.29C516.35 1582.87 515.806 1582.62 515.246 1582.62C514.638 1582.62 514.35 1582.84 514.35 1583.24C514.35 1583.75 515.086 1583.94 515.902 1584.25C516.91 1584.62 518.046 1585.18 518.046 1586.63C518.046 1588.07 516.91 1589.19 514.782 1589.19ZM520.558 1585.3C520.238 1583.11 522.574 1582.2 522.574 1581C522.574 1580.34 522.142 1579.99 521.502 1579.99C520.91 1579.99 520.478 1580.3 520.046 1580.73L518.75 1579.54C519.502 1578.68 520.558 1578.09 521.806 1578.09C523.518 1578.09 524.83 1578.94 524.83 1580.82C524.83 1582.81 522.43 1583.4 522.622 1585.3H520.558ZM521.582 1589.19C520.766 1589.19 520.174 1588.55 520.174 1587.72C520.174 1586.87 520.766 1586.23 521.582 1586.23C522.398 1586.23 523.006 1586.87 523.006 1587.72C523.006 1588.55 522.398 1589.19 521.582 1589.19Z' fill='%232B2B2B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1553V1552H793V1553H123Z' fill='%23E0E7EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1553V1552H793V1553H123Z' fill='%23E0E7EF'/%3E%3Cpath d='M124.44 1624V1613.5H125.816L129.608 1620.1L130.744 1622.27H130.808C130.744 1621.22 130.648 1620.03 130.648 1618.93V1613.5H131.912V1624H130.536L126.728 1617.39L125.592 1615.23H125.528C125.608 1616.29 125.704 1617.41 125.704 1618.51V1624H124.44ZM137.895 1624.19C135.991 1624.19 134.295 1622.7 134.295 1620.13C134.295 1617.52 135.991 1616.03 137.895 1616.03C139.799 1616.03 141.495 1617.52 141.495 1620.13C141.495 1622.7 139.799 1624.19 137.895 1624.19ZM137.895 1623.1C139.239 1623.1 140.135 1621.9 140.135 1620.13C140.135 1618.34 139.239 1617.12 137.895 1617.12C136.567 1617.12 135.655 1618.34 135.655 1620.13C135.655 1621.9 136.567 1623.1 137.895 1623.1ZM148.378 1624L146.218 1616.22H147.562L148.714 1620.72C148.89 1621.46 149.034 1622.16 149.178 1622.88H149.242C149.418 1622.16 149.578 1621.44 149.77 1620.72L150.97 1616.22H152.25L153.466 1620.72C153.658 1621.46 153.834 1622.16 154.01 1622.88H154.074C154.25 1622.16 154.394 1621.46 154.554 1620.72L155.69 1616.22H156.938L154.858 1624H153.258L152.138 1619.82C151.946 1619.09 151.802 1618.37 151.61 1617.58H151.546C151.37 1618.37 151.21 1619.1 151.002 1619.84L149.914 1624H148.378ZM161.792 1624.19C159.888 1624.19 158.192 1622.7 158.192 1620.13C158.192 1617.52 159.888 1616.03 161.792 1616.03C163.696 1616.03 165.392 1617.52 165.392 1620.13C165.392 1622.7 163.696 1624.19 161.792 1624.19ZM161.792 1623.1C163.136 1623.1 164.032 1621.9 164.032 1620.13C164.032 1618.34 163.136 1617.12 161.792 1617.12C160.464 1617.12 159.552 1618.34 159.552 1620.13C159.552 1621.9 160.464 1623.1 161.792 1623.1ZM167.64 1624V1616.22H168.728L168.84 1617.63H168.888C169.416 1616.66 170.216 1616.03 171.096 1616.03C171.432 1616.03 171.672 1616.08 171.928 1616.19L171.672 1617.34C171.416 1617.26 171.24 1617.22 170.92 1617.22C170.264 1617.22 169.48 1617.7 168.952 1619.01V1624H167.64ZM173.387 1624V1616.22H174.475L174.587 1617.63H174.635C175.163 1616.66 175.963 1616.03 176.843 1616.03C177.179 1616.03 177.419 1616.08 177.675 1616.19L177.419 1617.34C177.163 1617.26 176.987 1617.22 176.667 1617.22C176.011 1617.22 175.227 1617.7 174.699 1619.01V1624H173.387ZM179.134 1624V1616.22H180.446V1624H179.134ZM179.806 1614.62C179.294 1614.62 178.894 1614.27 178.894 1613.78C178.894 1613.26 179.294 1612.93 179.806 1612.93C180.318 1612.93 180.718 1613.26 180.718 1613.78C180.718 1614.27 180.318 1614.62 179.806 1614.62ZM186.423 1624.19C184.343 1624.19 182.695 1622.67 182.695 1620.13C182.695 1617.58 184.407 1616.03 186.183 1616.03C188.167 1616.03 189.287 1617.46 189.287 1619.68C189.287 1619.95 189.271 1620.24 189.239 1620.43H183.991C184.087 1622.08 185.095 1623.14 186.583 1623.14C187.319 1623.14 187.943 1622.9 188.519 1622.53L188.983 1623.39C188.311 1623.82 187.479 1624.19 186.423 1624.19ZM183.975 1619.49H188.135C188.135 1617.92 187.431 1617.07 186.215 1617.07C185.127 1617.07 184.135 1617.95 183.975 1619.49ZM193.441 1624.19C192.337 1624.19 191.281 1623.73 190.545 1623.12L191.201 1622.24C191.873 1622.78 192.561 1623.17 193.489 1623.17C194.513 1623.17 195.025 1622.62 195.025 1621.95C195.025 1621.15 194.097 1620.8 193.249 1620.48C192.145 1620.08 190.929 1619.55 190.929 1618.24C190.929 1616.99 191.921 1616.03 193.601 1616.03C194.577 1616.03 195.425 1616.43 196.017 1616.91L195.393 1617.74C194.865 1617.34 194.305 1617.06 193.617 1617.06C192.641 1617.06 192.193 1617.58 192.193 1618.18C192.193 1618.91 193.041 1619.18 193.921 1619.52C195.041 1619.94 196.289 1620.4 196.289 1621.87C196.289 1623.14 195.281 1624.19 193.441 1624.19ZM198.072 1626.72L197.752 1625.95C198.648 1625.55 199.192 1624.86 199.192 1624C199.144 1624.02 199.08 1624.02 199.032 1624.02C198.52 1624.02 198.088 1623.7 198.088 1623.1C198.088 1622.53 198.536 1622.18 199.064 1622.18C199.752 1622.18 200.168 1622.77 200.168 1623.73C200.168 1625.1 199.368 1626.18 198.072 1626.72ZM208.348 1624.19C206.684 1624.19 206.124 1623.14 206.124 1621.6V1617.3H204.972V1616.3L206.188 1616.22L206.348 1614.05H207.452V1616.22H209.548V1617.3H207.452V1621.62C207.452 1622.58 207.756 1623.12 208.652 1623.12C208.924 1623.12 209.276 1623.01 209.532 1622.91L209.788 1623.9C209.356 1624.05 208.828 1624.19 208.348 1624.19ZM211.506 1624V1612.61H212.818V1615.71L212.77 1617.31C213.506 1616.61 214.29 1616.03 215.362 1616.03C216.994 1616.03 217.73 1617.09 217.73 1619.07V1624H216.418V1619.25C216.418 1617.79 215.97 1617.17 214.946 1617.17C214.146 1617.17 213.602 1617.58 212.818 1618.37V1624H211.506ZM223.561 1624.19C221.481 1624.19 219.833 1622.67 219.833 1620.13C219.833 1617.58 221.545 1616.03 223.321 1616.03C225.305 1616.03 226.425 1617.46 226.425 1619.68C226.425 1619.95 226.409 1620.24 226.377 1620.43H221.129C221.225 1622.08 222.233 1623.14 223.721 1623.14C224.457 1623.14 225.081 1622.9 225.657 1622.53L226.121 1623.39C225.449 1623.82 224.617 1624.19 223.561 1624.19ZM221.113 1619.49H225.273C225.273 1617.92 224.569 1617.07 223.353 1617.07C222.265 1617.07 221.273 1617.95 221.113 1619.49ZM234.605 1624.19C232.653 1624.19 231.389 1622.72 231.389 1620.13C231.389 1617.6 232.989 1616.03 234.765 1616.03C235.661 1616.03 236.253 1616.37 236.941 1616.93L236.877 1615.6V1612.61H238.205V1624H237.117L237.005 1623.09H236.957C236.349 1623.68 235.517 1624.19 234.605 1624.19ZM234.893 1623.09C235.613 1623.09 236.237 1622.74 236.877 1622.02V1617.95C236.221 1617.36 235.629 1617.14 234.989 1617.14C233.741 1617.14 232.749 1618.34 232.749 1620.11C232.749 1621.97 233.533 1623.09 234.893 1623.09ZM241.025 1624V1616.22H242.337V1624H241.025ZM241.697 1614.62C241.185 1614.62 240.785 1614.27 240.785 1613.78C240.785 1613.26 241.185 1612.93 241.697 1612.93C242.209 1612.93 242.609 1613.26 242.609 1613.78C242.609 1614.27 242.209 1614.62 241.697 1614.62ZM245.162 1624V1616.22H246.25L246.362 1617.63H246.41C246.938 1616.66 247.738 1616.03 248.618 1616.03C248.954 1616.03 249.194 1616.08 249.45 1616.19L249.194 1617.34C248.938 1617.26 248.762 1617.22 248.442 1617.22C247.786 1617.22 247.002 1617.7 246.474 1619.01V1624H245.162ZM253.905 1624.19C251.825 1624.19 250.177 1622.67 250.177 1620.13C250.177 1617.58 251.889 1616.03 253.665 1616.03C255.649 1616.03 256.769 1617.46 256.769 1619.68C256.769 1619.95 256.753 1620.24 256.721 1620.43H251.473C251.569 1622.08 252.577 1623.14 254.065 1623.14C254.801 1623.14 255.425 1622.9 256.001 1622.53L256.465 1623.39C255.793 1623.82 254.961 1624.19 253.905 1624.19ZM251.457 1619.49H255.617C255.617 1617.92 254.913 1617.07 253.697 1617.07C252.609 1617.07 251.617 1617.95 251.457 1619.49ZM261.962 1624.19C259.898 1624.19 258.314 1622.7 258.314 1620.13C258.314 1617.52 260.058 1616.03 262.058 1616.03C263.082 1616.03 263.786 1616.45 264.33 1616.94L263.658 1617.81C263.21 1617.41 262.73 1617.12 262.106 1617.12C260.698 1617.12 259.674 1618.34 259.674 1620.13C259.674 1621.9 260.65 1623.1 262.074 1623.1C262.794 1623.1 263.418 1622.75 263.898 1622.32L264.474 1623.2C263.77 1623.82 262.89 1624.19 261.962 1624.19ZM268.679 1624.19C267.015 1624.19 266.455 1623.14 266.455 1621.6V1617.3H265.303V1616.3L266.519 1616.22L266.679 1614.05H267.783V1616.22H269.879V1617.3H267.783V1621.62C267.783 1622.58 268.087 1623.12 268.983 1623.12C269.255 1623.12 269.607 1623.01 269.863 1622.91L270.119 1623.9C269.687 1624.05 269.159 1624.19 268.679 1624.19ZM274.642 1624.19C272.738 1624.19 271.042 1622.7 271.042 1620.13C271.042 1617.52 272.738 1616.03 274.642 1616.03C276.546 1616.03 278.242 1617.52 278.242 1620.13C278.242 1622.7 276.546 1624.19 274.642 1624.19ZM274.642 1623.1C275.986 1623.1 276.882 1621.9 276.882 1620.13C276.882 1618.34 275.986 1617.12 274.642 1617.12C273.314 1617.12 272.402 1618.34 272.402 1620.13C272.402 1621.9 273.314 1623.1 274.642 1623.1ZM280.49 1624V1616.22H281.578L281.69 1617.63H281.738C282.266 1616.66 283.066 1616.03 283.946 1616.03C284.282 1616.03 284.522 1616.08 284.778 1616.19L284.522 1617.34C284.266 1617.26 284.09 1617.22 283.77 1617.22C283.114 1617.22 282.33 1617.7 281.802 1619.01V1624H280.49ZM286.771 1627.34C286.419 1627.34 286.115 1627.28 285.859 1627.18L286.115 1626.14C286.275 1626.19 286.515 1626.26 286.707 1626.26C287.587 1626.26 288.147 1625.55 288.467 1624.59L288.643 1624.02L285.523 1616.22H286.883L288.467 1620.53C288.707 1621.2 288.979 1622 289.219 1622.72H289.283C289.507 1622.02 289.731 1621.22 289.939 1620.53L291.331 1616.22H292.611L289.683 1624.64C289.139 1626.18 288.339 1627.34 286.771 1627.34ZM297.715 1624V1616.22H299.027V1624H297.715ZM298.387 1614.62C297.875 1614.62 297.475 1614.27 297.475 1613.78C297.475 1613.26 297.875 1612.93 298.387 1612.93C298.899 1612.93 299.299 1613.26 299.299 1613.78C299.299 1614.27 298.899 1614.62 298.387 1614.62ZM303.885 1624.19C302.781 1624.19 301.725 1623.73 300.989 1623.12L301.645 1622.24C302.317 1622.78 303.005 1623.17 303.933 1623.17C304.957 1623.17 305.469 1622.62 305.469 1621.95C305.469 1621.15 304.541 1620.8 303.693 1620.48C302.589 1620.08 301.373 1619.55 301.373 1618.24C301.373 1616.99 302.365 1616.03 304.045 1616.03C305.021 1616.03 305.869 1616.43 306.461 1616.91L305.837 1617.74C305.309 1617.34 304.749 1617.06 304.061 1617.06C303.085 1617.06 302.637 1617.58 302.637 1618.18C302.637 1618.91 303.485 1619.18 304.365 1619.52C305.485 1619.94 306.733 1620.4 306.733 1621.87C306.733 1623.14 305.725 1624.19 303.885 1624.19ZM313.951 1624.19C312.655 1624.19 311.679 1623.38 311.679 1621.98C311.679 1620.29 313.135 1619.44 316.447 1619.07C316.447 1618.08 316.127 1617.12 314.847 1617.12C313.951 1617.12 313.135 1617.54 312.527 1617.95L312.015 1617.04C312.735 1616.58 313.823 1616.03 315.071 1616.03C316.975 1616.03 317.775 1617.3 317.775 1619.23V1624H316.687L316.575 1623.07H316.527C315.791 1623.68 314.927 1624.19 313.951 1624.19ZM314.335 1623.14C315.087 1623.14 315.695 1622.77 316.447 1622.1V1619.94C313.855 1620.26 312.959 1620.9 312.959 1621.89C312.959 1622.77 313.567 1623.14 314.335 1623.14ZM322.101 1624L319.301 1616.22H320.661L322.133 1620.64C322.357 1621.41 322.613 1622.19 322.853 1622.93H322.917C323.141 1622.19 323.397 1621.41 323.621 1620.64L325.093 1616.22H326.389L323.637 1624H322.101ZM329.57 1624.19C328.274 1624.19 327.298 1623.38 327.298 1621.98C327.298 1620.29 328.754 1619.44 332.066 1619.07C332.066 1618.08 331.746 1617.12 330.466 1617.12C329.57 1617.12 328.754 1617.54 328.146 1617.95L327.634 1617.04C328.354 1616.58 329.442 1616.03 330.69 1616.03C332.594 1616.03 333.394 1617.3 333.394 1619.23V1624H332.306L332.194 1623.07H332.146C331.41 1623.68 330.546 1624.19 329.57 1624.19ZM329.954 1623.14C330.706 1623.14 331.314 1622.77 332.066 1622.1V1619.94C329.474 1620.26 328.578 1620.9 328.578 1621.89C328.578 1622.77 329.186 1623.14 329.954 1623.14ZM336.04 1624V1616.22H337.352V1624H336.04ZM336.712 1614.62C336.2 1614.62 335.8 1614.27 335.8 1613.78C335.8 1613.26 336.2 1612.93 336.712 1612.93C337.224 1612.93 337.624 1613.26 337.624 1613.78C337.624 1614.27 337.224 1614.62 336.712 1614.62ZM341.57 1624.19C340.578 1624.19 340.178 1623.57 340.178 1622.43V1612.61H341.49V1622.53C341.49 1622.94 341.666 1623.1 341.858 1623.1C341.938 1623.1 342.002 1623.1 342.146 1623.07L342.322 1624.06C342.146 1624.14 341.922 1624.19 341.57 1624.19ZM346.248 1624.19C344.952 1624.19 343.976 1623.38 343.976 1621.98C343.976 1620.29 345.432 1619.44 348.744 1619.07C348.744 1618.08 348.424 1617.12 347.144 1617.12C346.248 1617.12 345.432 1617.54 344.824 1617.95L344.312 1617.04C345.032 1616.58 346.12 1616.03 347.368 1616.03C349.272 1616.03 350.072 1617.3 350.072 1619.23V1624H348.984L348.872 1623.07H348.824C348.088 1623.68 347.224 1624.19 346.248 1624.19ZM346.632 1623.14C347.384 1623.14 347.992 1622.77 348.744 1622.1V1619.94C346.152 1620.26 345.256 1620.9 345.256 1621.89C345.256 1622.77 345.864 1623.14 346.632 1623.14ZM356.158 1624.19C355.438 1624.19 354.622 1623.82 353.934 1623.2H353.886L353.774 1624H352.718V1612.61H354.03V1615.71L353.998 1617.12C354.702 1616.5 355.566 1616.03 356.43 1616.03C358.446 1616.03 359.518 1617.58 359.518 1619.98C359.518 1622.64 357.934 1624.19 356.158 1624.19ZM355.934 1623.09C357.214 1623.09 358.158 1621.92 358.158 1620C358.158 1618.29 357.582 1617.14 356.11 1617.14C355.454 1617.14 354.766 1617.5 354.03 1618.19V1622.27C354.718 1622.86 355.422 1623.09 355.934 1623.09ZM363.154 1624.19C362.162 1624.19 361.762 1623.57 361.762 1622.43V1612.61H363.074V1622.53C363.074 1622.94 363.25 1623.1 363.442 1623.1C363.522 1623.1 363.586 1623.1 363.73 1623.07L363.906 1624.06C363.73 1624.14 363.506 1624.19 363.154 1624.19ZM369.192 1624.19C367.112 1624.19 365.464 1622.67 365.464 1620.13C365.464 1617.58 367.176 1616.03 368.952 1616.03C370.936 1616.03 372.056 1617.46 372.056 1619.68C372.056 1619.95 372.04 1620.24 372.008 1620.43H366.76C366.856 1622.08 367.864 1623.14 369.352 1623.14C370.088 1623.14 370.712 1622.9 371.288 1622.53L371.752 1623.39C371.08 1623.82 370.248 1624.19 369.192 1624.19ZM366.744 1619.49H370.904C370.904 1617.92 370.2 1617.07 368.984 1617.07C367.896 1617.07 366.904 1617.95 366.744 1619.49ZM378.813 1624L376.653 1616.22H377.997L379.149 1620.72C379.325 1621.46 379.469 1622.16 379.613 1622.88H379.677C379.853 1622.16 380.013 1621.44 380.205 1620.72L381.405 1616.22H382.685L383.901 1620.72C384.093 1621.46 384.269 1622.16 384.445 1622.88H384.509C384.685 1622.16 384.829 1621.46 384.989 1620.72L386.125 1616.22H387.373L385.293 1624H383.693L382.573 1619.82C382.381 1619.09 382.237 1618.37 382.045 1617.58H381.981C381.805 1618.37 381.645 1619.1 381.437 1619.84L380.349 1624H378.813ZM392.227 1624.19C390.323 1624.19 388.627 1622.7 388.627 1620.13C388.627 1617.52 390.323 1616.03 392.227 1616.03C394.131 1616.03 395.827 1617.52 395.827 1620.13C395.827 1622.7 394.131 1624.19 392.227 1624.19ZM392.227 1623.1C393.571 1623.1 394.467 1621.9 394.467 1620.13C394.467 1618.34 393.571 1617.12 392.227 1617.12C390.899 1617.12 389.987 1618.34 389.987 1620.13C389.987 1621.9 390.899 1623.1 392.227 1623.1ZM398.075 1624V1616.22H399.163L399.275 1617.63H399.323C399.851 1616.66 400.651 1616.03 401.531 1616.03C401.867 1616.03 402.107 1616.08 402.363 1616.19L402.107 1617.34C401.851 1617.26 401.675 1617.22 401.355 1617.22C400.699 1617.22 399.915 1617.7 399.387 1619.01V1624H398.075ZM405.213 1624.19C404.221 1624.19 403.821 1623.57 403.821 1622.43V1612.61H405.133V1622.53C405.133 1622.94 405.309 1623.1 405.501 1623.1C405.581 1623.1 405.645 1623.1 405.789 1623.07L405.965 1624.06C405.789 1624.14 405.565 1624.19 405.213 1624.19ZM410.756 1624.19C408.804 1624.19 407.54 1622.72 407.54 1620.13C407.54 1617.6 409.14 1616.03 410.916 1616.03C411.812 1616.03 412.404 1616.37 413.092 1616.93L413.028 1615.6V1612.61H414.356V1624H413.268L413.156 1623.09H413.108C412.5 1623.68 411.668 1624.19 410.756 1624.19ZM411.044 1623.09C411.764 1623.09 412.388 1622.74 413.028 1622.02V1617.95C412.372 1617.36 411.78 1617.14 411.14 1617.14C409.892 1617.14 408.9 1618.34 408.9 1620.11C408.9 1621.97 409.684 1623.09 411.044 1623.09ZM418.406 1624L416.246 1616.22H417.59L418.742 1620.72C418.918 1621.46 419.062 1622.16 419.206 1622.88H419.27C419.446 1622.16 419.606 1621.44 419.798 1620.72L420.998 1616.22H422.278L423.494 1620.72C423.686 1621.46 423.862 1622.16 424.038 1622.88H424.102C424.278 1622.16 424.422 1621.46 424.582 1620.72L425.718 1616.22H426.966L424.886 1624H423.286L422.166 1619.82C421.974 1619.09 421.83 1618.37 421.638 1617.58H421.574C421.398 1618.37 421.238 1619.1 421.03 1619.84L419.942 1624H418.406ZM428.859 1624V1616.22H430.171V1624H428.859ZM429.531 1614.62C429.019 1614.62 428.619 1614.27 428.619 1613.78C428.619 1613.26 429.019 1612.93 429.531 1612.93C430.043 1612.93 430.443 1613.26 430.443 1613.78C430.443 1614.27 430.043 1614.62 429.531 1614.62ZM435.652 1624.19C433.7 1624.19 432.436 1622.72 432.436 1620.13C432.436 1617.6 434.036 1616.03 435.812 1616.03C436.708 1616.03 437.3 1616.37 437.988 1616.93L437.924 1615.6V1612.61H439.252V1624H438.164L438.052 1623.09H438.004C437.396 1623.68 436.564 1624.19 435.652 1624.19ZM435.94 1623.09C436.66 1623.09 437.284 1622.74 437.924 1622.02V1617.95C437.268 1617.36 436.676 1617.14 436.036 1617.14C434.788 1617.14 433.796 1618.34 433.796 1620.11C433.796 1621.97 434.58 1623.09 435.94 1623.09ZM445.223 1624.19C443.143 1624.19 441.495 1622.67 441.495 1620.13C441.495 1617.58 443.207 1616.03 444.983 1616.03C446.967 1616.03 448.087 1617.46 448.087 1619.68C448.087 1619.95 448.071 1620.24 448.039 1620.43H442.791C442.887 1622.08 443.895 1623.14 445.383 1623.14C446.119 1623.14 446.743 1622.9 447.319 1622.53L447.783 1623.39C447.111 1623.82 446.279 1624.19 445.223 1624.19ZM442.775 1619.49H446.935C446.935 1617.92 446.231 1617.07 445.015 1617.07C443.927 1617.07 442.935 1617.95 442.775 1619.49ZM450.897 1624.19C450.369 1624.19 449.937 1623.78 449.937 1623.2C449.937 1622.59 450.369 1622.18 450.897 1622.18C451.409 1622.18 451.841 1622.59 451.841 1623.2C451.841 1623.78 451.409 1624.19 450.897 1624.19ZM459.876 1624.19C458.548 1624.19 457.588 1623.62 456.98 1622.51L457.94 1621.84C458.404 1622.67 458.996 1623.02 459.748 1623.02C460.868 1623.02 461.428 1622.38 461.428 1620.78V1613.5H462.772V1620.91C462.772 1622.72 461.924 1624.19 459.876 1624.19ZM467.956 1624.19C466.308 1624.19 465.572 1623.14 465.572 1621.15V1616.22H466.9V1620.98C466.9 1622.43 467.332 1623.06 468.356 1623.06C469.156 1623.06 469.716 1622.66 470.452 1621.74V1616.22H471.764V1624H470.676L470.564 1622.78H470.516C469.796 1623.63 469.028 1624.19 467.956 1624.19ZM476.619 1624.19C475.515 1624.19 474.459 1623.73 473.723 1623.12L474.379 1622.24C475.051 1622.78 475.739 1623.17 476.667 1623.17C477.691 1623.17 478.203 1622.62 478.203 1621.95C478.203 1621.15 477.275 1620.8 476.427 1620.48C475.323 1620.08 474.107 1619.55 474.107 1618.24C474.107 1616.99 475.099 1616.03 476.779 1616.03C477.755 1616.03 478.603 1616.43 479.195 1616.91L478.571 1617.74C478.043 1617.34 477.483 1617.06 476.795 1617.06C475.819 1617.06 475.371 1617.58 475.371 1618.18C475.371 1618.91 476.219 1619.18 477.099 1619.52C478.219 1619.94 479.467 1620.4 479.467 1621.87C479.467 1623.14 478.459 1624.19 476.619 1624.19ZM483.626 1624.19C481.962 1624.19 481.402 1623.14 481.402 1621.6V1617.3H480.25V1616.3L481.466 1616.22L481.626 1614.05H482.73V1616.22H484.826V1617.3H482.73V1621.62C482.73 1622.58 483.034 1623.12 483.93 1623.12C484.202 1623.12 484.554 1623.01 484.81 1622.91L485.066 1623.9C484.634 1624.05 484.106 1624.19 483.626 1624.19ZM490.187 1624V1616.22H491.275L491.387 1617.34H491.435C492.107 1616.61 492.923 1616.03 493.851 1616.03C495.035 1616.03 495.675 1616.59 495.995 1617.52C496.811 1616.64 497.611 1616.03 498.555 1616.03C500.155 1616.03 500.923 1617.09 500.923 1619.07V1624H499.611V1619.25C499.611 1617.79 499.147 1617.17 498.171 1617.17C497.563 1617.17 496.939 1617.57 496.219 1618.37V1624H494.907V1619.25C494.907 1617.79 494.443 1617.17 493.451 1617.17C492.875 1617.17 492.219 1617.57 491.499 1618.37V1624H490.187ZM505.445 1624.19C504.149 1624.19 503.173 1623.38 503.173 1621.98C503.173 1620.29 504.629 1619.44 507.941 1619.07C507.941 1618.08 507.621 1617.12 506.341 1617.12C505.445 1617.12 504.629 1617.54 504.021 1617.95L503.509 1617.04C504.229 1616.58 505.317 1616.03 506.565 1616.03C508.469 1616.03 509.269 1617.3 509.269 1619.23V1624H508.181L508.069 1623.07H508.021C507.285 1623.68 506.421 1624.19 505.445 1624.19ZM505.829 1623.14C506.581 1623.14 507.189 1622.77 507.941 1622.1V1619.94C505.349 1620.26 504.453 1620.9 504.453 1621.89C504.453 1622.77 505.061 1623.14 505.829 1623.14ZM511.915 1624V1612.61H513.211V1620.32H513.259L516.571 1616.22H518.027L515.419 1619.34L518.379 1624H516.939L514.667 1620.26L513.211 1621.95V1624H511.915ZM522.908 1624.19C520.828 1624.19 519.18 1622.67 519.18 1620.13C519.18 1617.58 520.892 1616.03 522.668 1616.03C524.652 1616.03 525.772 1617.46 525.772 1619.68C525.772 1619.95 525.756 1620.24 525.724 1620.43H520.476C520.572 1622.08 521.58 1623.14 523.068 1623.14C523.804 1623.14 524.428 1622.9 525.004 1622.53L525.468 1623.39C524.796 1623.82 523.964 1624.19 522.908 1624.19ZM520.46 1619.49H524.62C524.62 1617.92 523.916 1617.07 522.7 1617.07C521.612 1617.07 520.62 1617.95 520.46 1619.49ZM533.328 1624.19C532.224 1624.19 531.168 1623.73 530.432 1623.12L531.088 1622.24C531.76 1622.78 532.448 1623.17 533.376 1623.17C534.4 1623.17 534.912 1622.62 534.912 1621.95C534.912 1621.15 533.984 1620.8 533.136 1620.48C532.032 1620.08 530.816 1619.55 530.816 1618.24C530.816 1616.99 531.808 1616.03 533.488 1616.03C534.464 1616.03 535.312 1616.43 535.904 1616.91L535.28 1617.74C534.752 1617.34 534.192 1617.06 533.504 1617.06C532.528 1617.06 532.08 1617.58 532.08 1618.18C532.08 1618.91 532.928 1619.18 533.808 1619.52C534.928 1619.94 536.176 1620.4 536.176 1621.87C536.176 1623.14 535.168 1624.19 533.328 1624.19ZM540.472 1624.19C538.824 1624.19 538.088 1623.14 538.088 1621.15V1616.22H539.416V1620.98C539.416 1622.43 539.848 1623.06 540.872 1623.06C541.672 1623.06 542.232 1622.66 542.968 1621.74V1616.22H544.28V1624H543.192L543.08 1622.78H543.032C542.312 1623.63 541.544 1624.19 540.472 1624.19ZM547.103 1624V1616.22H548.191L548.303 1617.63H548.351C548.879 1616.66 549.679 1616.03 550.559 1616.03C550.895 1616.03 551.135 1616.08 551.391 1616.19L551.135 1617.34C550.879 1617.26 550.703 1617.22 550.383 1617.22C549.727 1617.22 548.943 1617.7 548.415 1619.01V1624H547.103ZM555.845 1624.19C553.765 1624.19 552.117 1622.67 552.117 1620.13C552.117 1617.58 553.829 1616.03 555.605 1616.03C557.589 1616.03 558.709 1617.46 558.709 1619.68C558.709 1619.95 558.693 1620.24 558.661 1620.43H553.413C553.509 1622.08 554.517 1623.14 556.005 1623.14C556.741 1623.14 557.365 1622.9 557.941 1622.53L558.405 1623.39C557.733 1623.82 556.901 1624.19 555.845 1624.19ZM553.397 1619.49H557.557C557.557 1617.92 556.853 1617.07 555.637 1617.07C554.549 1617.07 553.557 1617.95 553.397 1619.49ZM566.682 1624.19C565.018 1624.19 564.458 1623.14 564.458 1621.6V1617.3H563.306V1616.3L564.522 1616.22L564.682 1614.05H565.786V1616.22H567.882V1617.3H565.786V1621.62C565.786 1622.58 566.09 1623.12 566.986 1623.12C567.258 1623.12 567.61 1623.01 567.866 1622.91L568.122 1623.9C567.69 1624.05 567.162 1624.19 566.682 1624.19ZM569.84 1624V1612.61H571.152V1615.71L571.104 1617.31C571.84 1616.61 572.624 1616.03 573.696 1616.03C575.328 1616.03 576.064 1617.09 576.064 1619.07V1624H574.752V1619.25C574.752 1617.79 574.304 1617.17 573.28 1617.17C572.48 1617.17 571.936 1617.58 571.152 1618.37V1624H569.84ZM580.535 1624.19C579.239 1624.19 578.263 1623.38 578.263 1621.98C578.263 1620.29 579.719 1619.44 583.031 1619.07C583.031 1618.08 582.711 1617.12 581.431 1617.12C580.535 1617.12 579.719 1617.54 579.111 1617.95L578.599 1617.04C579.319 1616.58 580.407 1616.03 581.655 1616.03C583.559 1616.03 584.359 1617.3 584.359 1619.23V1624H583.271L583.159 1623.07H583.111C582.375 1623.68 581.511 1624.19 580.535 1624.19ZM580.919 1623.14C581.671 1623.14 582.279 1622.77 583.031 1622.1V1619.94C580.439 1620.26 579.543 1620.9 579.543 1621.89C579.543 1622.77 580.151 1623.14 580.919 1623.14ZM589.235 1624.19C587.571 1624.19 587.011 1623.14 587.011 1621.6V1617.3H585.859V1616.3L587.075 1616.22L587.235 1614.05H588.339V1616.22H590.435V1617.3H588.339V1621.62C588.339 1622.58 588.643 1623.12 589.539 1623.12C589.811 1623.12 590.163 1623.01 590.419 1622.91L590.675 1623.9C590.243 1624.05 589.715 1624.19 589.235 1624.19ZM595.924 1627.34C595.572 1627.34 595.268 1627.28 595.012 1627.18L595.268 1626.14C595.428 1626.19 595.668 1626.26 595.86 1626.26C596.74 1626.26 597.3 1625.55 597.62 1624.59L597.796 1624.02L594.676 1616.22H596.036L597.62 1620.53C597.86 1621.2 598.132 1622 598.372 1622.72H598.436C598.66 1622.02 598.884 1621.22 599.092 1620.53L600.484 1616.22H601.764L598.836 1624.64C598.292 1626.18 597.492 1627.34 595.924 1627.34ZM606.427 1624.19C604.523 1624.19 602.827 1622.7 602.827 1620.13C602.827 1617.52 604.523 1616.03 606.427 1616.03C608.331 1616.03 610.027 1617.52 610.027 1620.13C610.027 1622.7 608.331 1624.19 606.427 1624.19ZM606.427 1623.1C607.771 1623.1 608.667 1621.9 608.667 1620.13C608.667 1618.34 607.771 1617.12 606.427 1617.12C605.099 1617.12 604.187 1618.34 604.187 1620.13C604.187 1621.9 605.099 1623.1 606.427 1623.1ZM614.546 1624.19C612.898 1624.19 612.162 1623.14 612.162 1621.15V1616.22H613.49V1620.98C613.49 1622.43 613.922 1623.06 614.946 1623.06C615.746 1623.06 616.306 1622.66 617.042 1621.74V1616.22H618.354V1624H617.266L617.154 1622.78H617.106C616.386 1623.63 615.618 1624.19 614.546 1624.19ZM624.581 1624V1616.22H625.669L625.781 1617.34H625.829C626.501 1616.61 627.317 1616.03 628.245 1616.03C629.429 1616.03 630.069 1616.59 630.389 1617.52C631.205 1616.64 632.005 1616.03 632.949 1616.03C634.549 1616.03 635.317 1617.09 635.317 1619.07V1624H634.005V1619.25C634.005 1617.79 633.541 1617.17 632.565 1617.17C631.957 1617.17 631.333 1617.57 630.613 1618.37V1624H629.301V1619.25C629.301 1617.79 628.837 1617.17 627.845 1617.17C627.269 1617.17 626.613 1617.57 625.893 1618.37V1624H624.581ZM641.198 1624.19C639.118 1624.19 637.47 1622.67 637.47 1620.13C637.47 1617.58 639.182 1616.03 640.958 1616.03C642.942 1616.03 644.062 1617.46 644.062 1619.68C644.062 1619.95 644.046 1620.24 644.014 1620.43H638.766C638.862 1622.08 639.87 1623.14 641.358 1623.14C642.094 1623.14 642.718 1622.9 643.294 1622.53L643.758 1623.39C643.086 1623.82 642.254 1624.19 641.198 1624.19ZM638.75 1619.49H642.91C642.91 1617.92 642.206 1617.07 640.99 1617.07C639.902 1617.07 638.91 1617.95 638.75 1619.49ZM646.184 1624V1616.22H647.272L647.384 1617.34H647.432C648.168 1616.61 648.968 1616.03 650.04 1616.03C651.672 1616.03 652.408 1617.09 652.408 1619.07V1624H651.096V1619.25C651.096 1617.79 650.648 1617.17 649.624 1617.17C648.824 1617.17 648.28 1617.58 647.496 1618.37V1624H646.184ZM657.582 1624.19C655.918 1624.19 655.358 1623.14 655.358 1621.6V1617.3H654.206V1616.3L655.422 1616.22L655.582 1614.05H656.686V1616.22H658.782V1617.3H656.686V1621.62C656.686 1622.58 656.99 1623.12 657.886 1623.12C658.158 1623.12 658.51 1623.01 658.766 1622.91L659.022 1623.9C658.59 1624.05 658.062 1624.19 657.582 1624.19ZM660.74 1624V1616.22H662.052V1624H660.74ZM661.412 1614.62C660.9 1614.62 660.5 1614.27 660.5 1613.78C660.5 1613.26 660.9 1612.93 661.412 1612.93C661.924 1612.93 662.324 1613.26 662.324 1613.78C662.324 1614.27 661.924 1614.62 661.412 1614.62ZM667.902 1624.19C665.998 1624.19 664.302 1622.7 664.302 1620.13C664.302 1617.52 665.998 1616.03 667.902 1616.03C669.806 1616.03 671.502 1617.52 671.502 1620.13C671.502 1622.7 669.806 1624.19 667.902 1624.19ZM667.902 1623.1C669.246 1623.1 670.142 1621.9 670.142 1620.13C670.142 1618.34 669.246 1617.12 667.902 1617.12C666.574 1617.12 665.662 1618.34 665.662 1620.13C665.662 1621.9 666.574 1623.1 667.902 1623.1ZM673.75 1624V1616.22H674.838L674.95 1617.34H674.998C675.734 1616.61 676.534 1616.03 677.606 1616.03C679.238 1616.03 679.974 1617.09 679.974 1619.07V1624H678.662V1619.25C678.662 1617.79 678.214 1617.17 677.19 1617.17C676.39 1617.17 675.846 1617.58 675.062 1618.37V1624H673.75ZM689.175 1624.19C687.111 1624.19 685.527 1622.7 685.527 1620.13C685.527 1617.52 687.271 1616.03 689.271 1616.03C690.295 1616.03 690.999 1616.45 691.543 1616.94L690.871 1617.81C690.423 1617.41 689.943 1617.12 689.319 1617.12C687.911 1617.12 686.887 1618.34 686.887 1620.13C686.887 1621.9 687.863 1623.1 689.287 1623.1C690.007 1623.1 690.631 1622.75 691.111 1622.32L691.687 1623.2C690.983 1623.82 690.103 1624.19 689.175 1624.19ZM696.28 1624.19C694.376 1624.19 692.68 1622.7 692.68 1620.13C692.68 1617.52 694.376 1616.03 696.28 1616.03C698.184 1616.03 699.88 1617.52 699.88 1620.13C699.88 1622.7 698.184 1624.19 696.28 1624.19ZM696.28 1623.1C697.624 1623.1 698.52 1621.9 698.52 1620.13C698.52 1618.34 697.624 1617.12 696.28 1617.12C694.952 1617.12 694.04 1618.34 694.04 1620.13C694.04 1621.9 694.952 1623.1 696.28 1623.1ZM704.4 1624.19C702.752 1624.19 702.016 1623.14 702.016 1621.15V1616.22H703.344V1620.98C703.344 1622.43 703.776 1623.06 704.8 1623.06C705.6 1623.06 706.16 1622.66 706.896 1621.74V1616.22H708.208V1624H707.12L707.008 1622.78H706.96C706.24 1623.63 705.472 1624.19 704.4 1624.19ZM711.031 1624V1616.22H712.119L712.231 1617.34H712.279C713.015 1616.61 713.815 1616.03 714.887 1616.03C716.519 1616.03 717.255 1617.09 717.255 1619.07V1624H715.943V1619.25C715.943 1617.79 715.495 1617.17 714.471 1617.17C713.671 1617.17 713.127 1617.58 712.343 1618.37V1624H711.031ZM722.429 1624.19C720.765 1624.19 720.205 1623.14 720.205 1621.6V1617.3H719.053V1616.3L720.269 1616.22L720.429 1614.05H721.533V1616.22H723.629V1617.3H721.533V1621.62C721.533 1622.58 721.837 1623.12 722.733 1623.12C723.005 1623.12 723.357 1623.01 723.613 1622.91L723.869 1623.9C723.437 1624.05 722.909 1624.19 722.429 1624.19ZM725.587 1624V1616.22H726.675L726.787 1617.63H726.835C727.363 1616.66 728.163 1616.03 729.043 1616.03C729.379 1616.03 729.619 1616.08 729.875 1616.19L729.619 1617.34C729.363 1617.26 729.187 1617.22 728.867 1617.22C728.211 1617.22 727.427 1617.7 726.899 1619.01V1624H725.587ZM731.334 1624V1616.22H732.646V1624H731.334ZM732.006 1614.62C731.494 1614.62 731.094 1614.27 731.094 1613.78C731.094 1613.26 731.494 1612.93 732.006 1612.93C732.518 1612.93 732.918 1613.26 732.918 1613.78C732.918 1614.27 732.518 1614.62 732.006 1614.62ZM738.623 1624.19C736.543 1624.19 734.895 1622.67 734.895 1620.13C734.895 1617.58 736.607 1616.03 738.383 1616.03C740.367 1616.03 741.487 1617.46 741.487 1619.68C741.487 1619.95 741.471 1620.24 741.439 1620.43H736.191C736.287 1622.08 737.295 1623.14 738.783 1623.14C739.519 1623.14 740.143 1622.9 740.719 1622.53L741.183 1623.39C740.511 1623.82 739.679 1624.19 738.623 1624.19ZM736.175 1619.49H740.335C740.335 1617.92 739.631 1617.07 738.415 1617.07C737.327 1617.07 736.335 1617.95 736.175 1619.49ZM745.641 1624.19C744.537 1624.19 743.481 1623.73 742.745 1623.12L743.401 1622.24C744.073 1622.78 744.761 1623.17 745.689 1623.17C746.713 1623.17 747.225 1622.62 747.225 1621.95C747.225 1621.15 746.297 1620.8 745.449 1620.48C744.345 1620.08 743.129 1619.55 743.129 1618.24C743.129 1616.99 744.121 1616.03 745.801 1616.03C746.777 1616.03 747.625 1616.43 748.217 1616.91L747.593 1617.74C747.065 1617.34 746.505 1617.06 745.817 1617.06C744.841 1617.06 744.393 1617.58 744.393 1618.18C744.393 1618.91 745.241 1619.18 746.121 1619.52C747.241 1619.94 748.489 1620.4 748.489 1621.87C748.489 1623.14 747.481 1624.19 745.641 1624.19ZM750.272 1626.72L749.952 1625.95C750.848 1625.55 751.392 1624.86 751.392 1624C751.344 1624.02 751.28 1624.02 751.232 1624.02C750.72 1624.02 750.288 1623.7 750.288 1623.1C750.288 1622.53 750.736 1622.18 751.264 1622.18C751.952 1622.18 752.368 1622.77 752.368 1623.73C752.368 1625.1 751.568 1626.18 750.272 1626.72ZM125.704 1646.19C124.712 1646.19 124.312 1645.57 124.312 1644.43V1634.61H125.624V1644.53C125.624 1644.94 125.8 1645.1 125.992 1645.1C126.072 1645.1 126.136 1645.1 126.28 1645.07L126.456 1646.06C126.28 1646.14 126.056 1646.19 125.704 1646.19ZM130.382 1646.19C129.086 1646.19 128.11 1645.38 128.11 1643.98C128.11 1642.29 129.566 1641.44 132.878 1641.07C132.878 1640.08 132.558 1639.12 131.278 1639.12C130.382 1639.12 129.566 1639.54 128.958 1639.95L128.446 1639.04C129.166 1638.58 130.254 1638.03 131.502 1638.03C133.406 1638.03 134.206 1639.3 134.206 1641.23V1646H133.118L133.006 1645.07H132.958C132.222 1645.68 131.358 1646.19 130.382 1646.19ZM130.766 1645.14C131.518 1645.14 132.126 1644.77 132.878 1644.1V1641.94C130.286 1642.26 129.39 1642.9 129.39 1643.89C129.39 1644.77 129.998 1645.14 130.766 1645.14ZM136.853 1646V1638.22H137.941L138.053 1639.34H138.101C138.837 1638.61 139.637 1638.03 140.709 1638.03C142.341 1638.03 143.077 1639.09 143.077 1641.07V1646H141.765V1641.25C141.765 1639.79 141.317 1639.17 140.293 1639.17C139.493 1639.17 138.949 1639.58 138.165 1640.37V1646H136.853ZM148.427 1649.58C146.523 1649.58 145.211 1648.83 145.211 1647.49C145.211 1646.83 145.643 1646.21 146.347 1645.73V1645.66C145.963 1645.42 145.659 1645.01 145.659 1644.4C145.659 1643.74 146.107 1643.23 146.507 1642.96V1642.9C145.995 1642.48 145.499 1641.73 145.499 1640.8C145.499 1639.1 146.843 1638.03 148.427 1638.03C148.859 1638.03 149.243 1638.11 149.531 1638.22H152.235V1639.23H150.635C151.003 1639.58 151.275 1640.18 151.275 1640.83C151.275 1642.5 150.011 1643.54 148.427 1643.54C148.043 1643.54 147.611 1643.44 147.259 1643.26C146.987 1643.5 146.763 1643.76 146.763 1644.19C146.763 1644.69 147.083 1645.04 148.139 1645.04H149.643C151.451 1645.04 152.363 1645.6 152.363 1646.9C152.363 1648.34 150.843 1649.58 148.427 1649.58ZM148.427 1642.66C149.323 1642.66 150.075 1641.94 150.075 1640.8C150.075 1639.66 149.339 1638.99 148.427 1638.99C147.515 1638.99 146.779 1639.66 146.779 1640.8C146.779 1641.94 147.531 1642.66 148.427 1642.66ZM148.619 1648.67C150.107 1648.67 151.083 1647.9 151.083 1647.09C151.083 1646.37 150.523 1646.13 149.515 1646.13H148.171C147.867 1646.13 147.499 1646.1 147.163 1646C146.603 1646.4 146.363 1646.86 146.363 1647.31C146.363 1648.14 147.211 1648.67 148.619 1648.67ZM156.337 1646.19C154.689 1646.19 153.953 1645.14 153.953 1643.15V1638.22H155.281V1642.98C155.281 1644.43 155.713 1645.06 156.737 1645.06C157.537 1645.06 158.097 1644.66 158.833 1643.74V1638.22H160.145V1646H159.057L158.945 1644.78H158.897C158.177 1645.63 157.409 1646.19 156.337 1646.19ZM164.76 1646.19C163.464 1646.19 162.488 1645.38 162.488 1643.98C162.488 1642.29 163.944 1641.44 167.256 1641.07C167.256 1640.08 166.936 1639.12 165.656 1639.12C164.76 1639.12 163.944 1639.54 163.336 1639.95L162.824 1639.04C163.544 1638.58 164.632 1638.03 165.88 1638.03C167.784 1638.03 168.584 1639.3 168.584 1641.23V1646H167.496L167.384 1645.07H167.336C166.6 1645.68 165.736 1646.19 164.76 1646.19ZM165.144 1645.14C165.896 1645.14 166.504 1644.77 167.256 1644.1V1641.94C164.664 1642.26 163.768 1642.9 163.768 1643.89C163.768 1644.77 164.376 1645.14 165.144 1645.14ZM173.855 1649.58C171.951 1649.58 170.639 1648.83 170.639 1647.49C170.639 1646.83 171.071 1646.21 171.775 1645.73V1645.66C171.391 1645.42 171.087 1645.01 171.087 1644.4C171.087 1643.74 171.535 1643.23 171.935 1642.96V1642.9C171.423 1642.48 170.927 1641.73 170.927 1640.8C170.927 1639.1 172.271 1638.03 173.855 1638.03C174.287 1638.03 174.671 1638.11 174.959 1638.22H177.663V1639.23H176.063C176.431 1639.58 176.703 1640.18 176.703 1640.83C176.703 1642.5 175.439 1643.54 173.855 1643.54C173.471 1643.54 173.039 1643.44 172.687 1643.26C172.415 1643.5 172.191 1643.76 172.191 1644.19C172.191 1644.69 172.511 1645.04 173.567 1645.04H175.071C176.879 1645.04 177.791 1645.6 177.791 1646.9C177.791 1648.34 176.271 1649.58 173.855 1649.58ZM173.855 1642.66C174.751 1642.66 175.503 1641.94 175.503 1640.8C175.503 1639.66 174.767 1638.99 173.855 1638.99C172.943 1638.99 172.207 1639.66 172.207 1640.8C172.207 1641.94 172.959 1642.66 173.855 1642.66ZM174.047 1648.67C175.535 1648.67 176.511 1647.9 176.511 1647.09C176.511 1646.37 175.951 1646.13 174.943 1646.13H173.599C173.295 1646.13 172.927 1646.1 172.591 1646C172.031 1646.4 171.791 1646.86 171.791 1647.31C171.791 1648.14 172.639 1648.67 174.047 1648.67ZM182.427 1646.19C180.347 1646.19 178.699 1644.67 178.699 1642.13C178.699 1639.58 180.411 1638.03 182.187 1638.03C184.171 1638.03 185.291 1639.46 185.291 1641.68C185.291 1641.95 185.275 1642.24 185.243 1642.43H179.995C180.091 1644.08 181.099 1645.14 182.587 1645.14C183.323 1645.14 183.947 1644.9 184.523 1644.53L184.987 1645.39C184.315 1645.82 183.483 1646.19 182.427 1646.19ZM179.979 1641.49H184.139C184.139 1639.92 183.435 1639.07 182.219 1639.07C181.131 1639.07 180.139 1639.95 179.979 1641.49ZM189.444 1646.19C188.34 1646.19 187.284 1645.73 186.548 1645.12L187.204 1644.24C187.876 1644.78 188.564 1645.17 189.492 1645.17C190.516 1645.17 191.028 1644.62 191.028 1643.95C191.028 1643.15 190.1 1642.8 189.252 1642.48C188.148 1642.08 186.932 1641.55 186.932 1640.24C186.932 1638.99 187.924 1638.03 189.604 1638.03C190.58 1638.03 191.428 1638.43 192.02 1638.91L191.396 1639.74C190.868 1639.34 190.308 1639.06 189.62 1639.06C188.644 1639.06 188.196 1639.58 188.196 1640.18C188.196 1640.91 189.044 1641.18 189.924 1641.52C191.044 1641.94 192.292 1642.4 192.292 1643.87C192.292 1645.14 191.284 1646.19 189.444 1646.19ZM199.51 1646.19C198.214 1646.19 197.238 1645.38 197.238 1643.98C197.238 1642.29 198.694 1641.44 202.006 1641.07C202.006 1640.08 201.686 1639.12 200.406 1639.12C199.51 1639.12 198.694 1639.54 198.086 1639.95L197.574 1639.04C198.294 1638.58 199.382 1638.03 200.63 1638.03C202.534 1638.03 203.334 1639.3 203.334 1641.23V1646H202.246L202.134 1645.07H202.086C201.35 1645.68 200.486 1646.19 199.51 1646.19ZM199.894 1645.14C200.646 1645.14 201.254 1644.77 202.006 1644.1V1641.94C199.414 1642.26 198.518 1642.9 198.518 1643.89C198.518 1644.77 199.126 1645.14 199.894 1645.14ZM205.981 1646V1638.22H207.069L207.181 1639.34H207.229C207.965 1638.61 208.765 1638.03 209.837 1638.03C211.469 1638.03 212.205 1639.09 212.205 1641.07V1646H210.893V1641.25C210.893 1639.79 210.445 1639.17 209.421 1639.17C208.621 1639.17 208.077 1639.58 207.293 1640.37V1646H205.981ZM217.587 1646.19C215.635 1646.19 214.371 1644.72 214.371 1642.13C214.371 1639.6 215.971 1638.03 217.747 1638.03C218.643 1638.03 219.235 1638.37 219.923 1638.93L219.859 1637.6V1634.61H221.187V1646H220.099L219.987 1645.09H219.939C219.331 1645.68 218.499 1646.19 217.587 1646.19ZM217.875 1645.09C218.595 1645.09 219.219 1644.74 219.859 1644.02V1639.95C219.203 1639.36 218.611 1639.14 217.971 1639.14C216.723 1639.14 215.731 1640.34 215.731 1642.11C215.731 1643.97 216.515 1645.09 217.875 1645.09ZM230.433 1646.19C228.529 1646.19 226.833 1644.7 226.833 1642.13C226.833 1639.52 228.529 1638.03 230.433 1638.03C232.337 1638.03 234.033 1639.52 234.033 1642.13C234.033 1644.7 232.337 1646.19 230.433 1646.19ZM230.433 1645.1C231.777 1645.1 232.673 1643.9 232.673 1642.13C232.673 1640.34 231.777 1639.12 230.433 1639.12C229.105 1639.12 228.193 1640.34 228.193 1642.13C228.193 1643.9 229.105 1645.1 230.433 1645.1ZM238.463 1646.19C236.799 1646.19 236.239 1645.14 236.239 1643.6V1639.3H235.087V1638.3L236.303 1638.22L236.463 1636.05H237.567V1638.22H239.663V1639.3H237.567V1643.62C237.567 1644.58 237.871 1645.12 238.767 1645.12C239.039 1645.12 239.391 1645.01 239.647 1644.91L239.903 1645.9C239.471 1646.05 238.943 1646.19 238.463 1646.19ZM241.621 1646V1634.61H242.933V1637.71L242.885 1639.31C243.621 1638.61 244.405 1638.03 245.477 1638.03C247.109 1638.03 247.845 1639.09 247.845 1641.07V1646H246.533V1641.25C246.533 1639.79 246.085 1639.17 245.061 1639.17C244.261 1639.17 243.717 1639.58 242.933 1640.37V1646H241.621ZM253.677 1646.19C251.597 1646.19 249.949 1644.67 249.949 1642.13C249.949 1639.58 251.661 1638.03 253.437 1638.03C255.421 1638.03 256.541 1639.46 256.541 1641.68C256.541 1641.95 256.525 1642.24 256.493 1642.43H251.245C251.341 1644.08 252.349 1645.14 253.837 1645.14C254.573 1645.14 255.197 1644.9 255.773 1644.53L256.237 1645.39C255.565 1645.82 254.733 1646.19 253.677 1646.19ZM251.229 1641.49H255.389C255.389 1639.92 254.685 1639.07 253.469 1639.07C252.381 1639.07 251.389 1639.95 251.229 1641.49ZM258.662 1646V1638.22H259.75L259.862 1639.63H259.91C260.438 1638.66 261.238 1638.03 262.118 1638.03C262.454 1638.03 262.694 1638.08 262.95 1638.19L262.694 1639.34C262.438 1639.26 262.262 1639.22 261.942 1639.22C261.286 1639.22 260.502 1639.7 259.974 1641.01V1646H258.662ZM269.204 1646.19C268.212 1646.19 267.812 1645.57 267.812 1644.43V1634.61H269.124V1644.53C269.124 1644.94 269.3 1645.1 269.492 1645.1C269.572 1645.1 269.636 1645.1 269.78 1645.07L269.956 1646.06C269.78 1646.14 269.556 1646.19 269.204 1646.19ZM275.114 1646.19C273.21 1646.19 271.514 1644.7 271.514 1642.13C271.514 1639.52 273.21 1638.03 275.114 1638.03C277.018 1638.03 278.714 1639.52 278.714 1642.13C278.714 1644.7 277.018 1646.19 275.114 1646.19ZM275.114 1645.1C276.458 1645.1 277.354 1643.9 277.354 1642.13C277.354 1640.34 276.458 1639.12 275.114 1639.12C273.786 1639.12 272.874 1640.34 272.874 1642.13C272.874 1643.9 273.786 1645.1 275.114 1645.1ZM284.034 1646.19C281.97 1646.19 280.386 1644.7 280.386 1642.13C280.386 1639.52 282.13 1638.03 284.13 1638.03C285.154 1638.03 285.858 1638.45 286.402 1638.94L285.73 1639.81C285.282 1639.41 284.802 1639.12 284.178 1639.12C282.77 1639.12 281.746 1640.34 281.746 1642.13C281.746 1643.9 282.722 1645.1 284.146 1645.1C284.866 1645.1 285.49 1644.75 285.97 1644.32L286.546 1645.2C285.842 1645.82 284.962 1646.19 284.034 1646.19ZM290.095 1646.19C288.799 1646.19 287.823 1645.38 287.823 1643.98C287.823 1642.29 289.279 1641.44 292.591 1641.07C292.591 1640.08 292.271 1639.12 290.991 1639.12C290.095 1639.12 289.279 1639.54 288.671 1639.95L288.159 1639.04C288.879 1638.58 289.967 1638.03 291.215 1638.03C293.119 1638.03 293.919 1639.3 293.919 1641.23V1646H292.831L292.719 1645.07H292.671C291.935 1645.68 291.071 1646.19 290.095 1646.19ZM290.479 1645.14C291.231 1645.14 291.839 1644.77 292.591 1644.1V1641.94C289.999 1642.26 289.103 1642.9 289.103 1643.89C289.103 1644.77 289.711 1645.14 290.479 1645.14ZM297.957 1646.19C296.965 1646.19 296.565 1645.57 296.565 1644.43V1634.61H297.877V1644.53C297.877 1644.94 298.053 1645.1 298.245 1645.1C298.325 1645.1 298.389 1645.1 298.533 1645.07L298.709 1646.06C298.533 1646.14 298.309 1646.19 297.957 1646.19ZM306.278 1646.19C305.174 1646.19 304.118 1645.73 303.382 1645.12L304.038 1644.24C304.71 1644.78 305.398 1645.17 306.326 1645.17C307.35 1645.17 307.862 1644.62 307.862 1643.95C307.862 1643.15 306.934 1642.8 306.086 1642.48C304.982 1642.08 303.766 1641.55 303.766 1640.24C303.766 1638.99 304.758 1638.03 306.438 1638.03C307.414 1638.03 308.262 1638.43 308.854 1638.91L308.23 1639.74C307.702 1639.34 307.142 1639.06 306.454 1639.06C305.478 1639.06 305.03 1639.58 305.03 1640.18C305.03 1640.91 305.878 1641.18 306.758 1641.52C307.878 1641.94 309.126 1642.4 309.126 1643.87C309.126 1645.14 308.118 1646.19 306.278 1646.19ZM311.149 1649.28V1638.22H312.237L312.349 1639.12H312.397C313.101 1638.53 313.965 1638.03 314.877 1638.03C316.877 1638.03 317.949 1639.58 317.949 1642C317.949 1644.64 316.365 1646.19 314.589 1646.19C313.869 1646.19 313.149 1645.86 312.429 1645.3L312.461 1646.66V1649.28H311.149ZM314.365 1645.09C315.645 1645.09 316.589 1643.92 316.589 1642C316.589 1640.29 316.013 1639.14 314.541 1639.14C313.885 1639.14 313.229 1639.5 312.461 1640.19V1644.27C313.165 1644.86 313.853 1645.09 314.365 1645.09ZM323.377 1646.19C321.297 1646.19 319.649 1644.67 319.649 1642.13C319.649 1639.58 321.361 1638.03 323.137 1638.03C325.121 1638.03 326.241 1639.46 326.241 1641.68C326.241 1641.95 326.225 1642.24 326.193 1642.43H320.945C321.041 1644.08 322.049 1645.14 323.537 1645.14C324.273 1645.14 324.897 1644.9 325.473 1644.53L325.937 1645.39C325.265 1645.82 324.433 1646.19 323.377 1646.19ZM320.929 1641.49H325.089C325.089 1639.92 324.385 1639.07 323.169 1639.07C322.081 1639.07 321.089 1639.95 320.929 1641.49ZM331.434 1646.19C329.37 1646.19 327.786 1644.7 327.786 1642.13C327.786 1639.52 329.53 1638.03 331.53 1638.03C332.554 1638.03 333.258 1638.45 333.802 1638.94L333.13 1639.81C332.682 1639.41 332.202 1639.12 331.578 1639.12C330.17 1639.12 329.146 1640.34 329.146 1642.13C329.146 1643.9 330.122 1645.1 331.546 1645.1C332.266 1645.1 332.89 1644.75 333.37 1644.32L333.946 1645.2C333.242 1645.82 332.362 1646.19 331.434 1646.19ZM335.859 1646V1638.22H337.171V1646H335.859ZM336.531 1636.62C336.019 1636.62 335.619 1636.27 335.619 1635.78C335.619 1635.26 336.019 1634.93 336.531 1634.93C337.043 1634.93 337.443 1635.26 337.443 1635.78C337.443 1636.27 337.043 1636.62 336.531 1636.62ZM343.788 1634.67L343.5 1635.68C343.212 1635.55 342.908 1635.49 342.62 1635.49C341.884 1635.49 341.532 1636 341.532 1636.99V1638.22H343.18V1639.3H341.532V1646H340.22V1639.3H339.164V1638.3L340.22 1638.22V1636.99C340.22 1635.41 340.94 1634.42 342.492 1634.42C342.972 1634.42 343.436 1634.53 343.788 1634.67ZM344.868 1646V1638.22H346.18V1646H344.868ZM345.54 1636.62C345.028 1636.62 344.628 1636.27 344.628 1635.78C344.628 1635.26 345.028 1634.93 345.54 1634.93C346.052 1634.93 346.452 1635.26 346.452 1635.78C346.452 1636.27 346.052 1636.62 345.54 1636.62ZM352.078 1646.19C350.014 1646.19 348.43 1644.7 348.43 1642.13C348.43 1639.52 350.174 1638.03 352.174 1638.03C353.198 1638.03 353.902 1638.45 354.446 1638.94L353.774 1639.81C353.326 1639.41 352.846 1639.12 352.222 1639.12C350.814 1639.12 349.79 1640.34 349.79 1642.13C349.79 1643.9 350.766 1645.1 352.19 1645.1C352.91 1645.1 353.534 1644.75 354.014 1644.32L354.59 1645.2C353.886 1645.82 353.006 1646.19 352.078 1646.19ZM358.535 1646.19C357.431 1646.19 356.375 1645.73 355.639 1645.12L356.295 1644.24C356.967 1644.78 357.655 1645.17 358.583 1645.17C359.607 1645.17 360.119 1644.62 360.119 1643.95C360.119 1643.15 359.191 1642.8 358.343 1642.48C357.239 1642.08 356.023 1641.55 356.023 1640.24C356.023 1638.99 357.015 1638.03 358.695 1638.03C359.671 1638.03 360.519 1638.43 361.111 1638.91L360.487 1639.74C359.959 1639.34 359.399 1639.06 358.711 1639.06C357.735 1639.06 357.287 1639.58 357.287 1640.18C357.287 1640.91 358.135 1641.18 359.015 1641.52C360.135 1641.94 361.383 1642.4 361.383 1643.87C361.383 1645.14 360.375 1646.19 358.535 1646.19ZM366.809 1646V1638.22H368.121V1646H366.809ZM367.481 1636.62C366.969 1636.62 366.569 1636.27 366.569 1635.78C366.569 1635.26 366.969 1634.93 367.481 1634.93C367.993 1634.93 368.393 1635.26 368.393 1635.78C368.393 1636.27 367.993 1636.62 367.481 1636.62ZM370.946 1646V1638.22H372.034L372.146 1639.34H372.194C372.93 1638.61 373.73 1638.03 374.802 1638.03C376.434 1638.03 377.17 1639.09 377.17 1641.07V1646H375.858V1641.25C375.858 1639.79 375.41 1639.17 374.386 1639.17C373.586 1639.17 373.042 1639.58 372.258 1640.37V1646H370.946ZM383.427 1649.34C383.075 1649.34 382.771 1649.28 382.515 1649.18L382.771 1648.14C382.931 1648.19 383.171 1648.26 383.363 1648.26C384.243 1648.26 384.803 1647.55 385.123 1646.59L385.299 1646.02L382.179 1638.22H383.539L385.123 1642.53C385.363 1643.2 385.635 1644 385.875 1644.72H385.939C386.163 1644.02 386.387 1643.22 386.595 1642.53L387.987 1638.22H389.267L386.339 1646.64C385.795 1648.18 384.995 1649.34 383.427 1649.34ZM393.93 1646.19C392.026 1646.19 390.33 1644.7 390.33 1642.13C390.33 1639.52 392.026 1638.03 393.93 1638.03C395.834 1638.03 397.53 1639.52 397.53 1642.13C397.53 1644.7 395.834 1646.19 393.93 1646.19ZM393.93 1645.1C395.274 1645.1 396.17 1643.9 396.17 1642.13C396.17 1640.34 395.274 1639.12 393.93 1639.12C392.602 1639.12 391.69 1640.34 391.69 1642.13C391.69 1643.9 392.602 1645.1 393.93 1645.1ZM402.05 1646.19C400.402 1646.19 399.666 1645.14 399.666 1643.15V1638.22H400.994V1642.98C400.994 1644.43 401.426 1645.06 402.45 1645.06C403.25 1645.06 403.81 1644.66 404.546 1643.74V1638.22H405.858V1646H404.77L404.658 1644.78H404.61C403.89 1645.63 403.122 1646.19 402.05 1646.19ZM408.681 1646V1638.22H409.769L409.881 1639.63H409.929C410.457 1638.66 411.257 1638.03 412.137 1638.03C412.473 1638.03 412.713 1638.08 412.969 1638.19L412.713 1639.34C412.457 1639.26 412.281 1639.22 411.961 1639.22C411.305 1639.22 410.521 1639.7 409.993 1641.01V1646H408.681ZM417.831 1649.28V1638.22H418.919L419.031 1639.12H419.079C419.783 1638.53 420.647 1638.03 421.559 1638.03C423.559 1638.03 424.631 1639.58 424.631 1642C424.631 1644.64 423.047 1646.19 421.271 1646.19C420.551 1646.19 419.831 1645.86 419.111 1645.3L419.143 1646.66V1649.28H417.831ZM421.047 1645.09C422.327 1645.09 423.271 1643.92 423.271 1642C423.271 1640.29 422.695 1639.14 421.223 1639.14C420.567 1639.14 419.911 1639.5 419.143 1640.19V1644.27C419.847 1644.86 420.535 1645.09 421.047 1645.09ZM426.906 1646V1638.22H427.994L428.106 1639.63H428.154C428.682 1638.66 429.482 1638.03 430.362 1638.03C430.698 1638.03 430.938 1638.08 431.194 1638.19L430.938 1639.34C430.682 1639.26 430.506 1639.22 430.186 1639.22C429.53 1639.22 428.746 1639.7 428.218 1641.01V1646H426.906ZM435.52 1646.19C433.616 1646.19 431.92 1644.7 431.92 1642.13C431.92 1639.52 433.616 1638.03 435.52 1638.03C437.424 1638.03 439.12 1639.52 439.12 1642.13C439.12 1644.7 437.424 1646.19 435.52 1646.19ZM435.52 1645.1C436.864 1645.1 437.76 1643.9 437.76 1642.13C437.76 1640.34 436.864 1639.12 435.52 1639.12C434.192 1639.12 433.28 1640.34 433.28 1642.13C433.28 1643.9 434.192 1645.1 435.52 1645.1ZM445.16 1634.67L444.872 1635.68C444.584 1635.55 444.28 1635.49 443.992 1635.49C443.256 1635.49 442.904 1636 442.904 1636.99V1638.22H444.552V1639.3H442.904V1646H441.592V1639.3H440.536V1638.3L441.592 1638.22V1636.99C441.592 1635.41 442.312 1634.42 443.864 1634.42C444.344 1634.42 444.808 1634.53 445.16 1634.67ZM446.24 1646V1638.22H447.552V1646H446.24ZM446.912 1636.62C446.4 1636.62 446 1636.27 446 1635.78C446 1635.26 446.4 1634.93 446.912 1634.93C447.424 1634.93 447.824 1635.26 447.824 1635.78C447.824 1636.27 447.424 1636.62 446.912 1636.62ZM451.77 1646.19C450.778 1646.19 450.378 1645.57 450.378 1644.43V1634.61H451.69V1644.53C451.69 1644.94 451.866 1645.1 452.058 1645.1C452.138 1645.1 452.202 1645.1 452.346 1645.07L452.522 1646.06C452.346 1646.14 452.122 1646.19 451.77 1646.19ZM457.808 1646.19C455.728 1646.19 454.08 1644.67 454.08 1642.13C454.08 1639.58 455.792 1638.03 457.568 1638.03C459.552 1638.03 460.672 1639.46 460.672 1641.68C460.672 1641.95 460.656 1642.24 460.624 1642.43H455.376C455.472 1644.08 456.48 1645.14 457.968 1645.14C458.704 1645.14 459.328 1644.9 459.904 1644.53L460.368 1645.39C459.696 1645.82 458.864 1646.19 457.808 1646.19ZM455.36 1641.49H459.52C459.52 1639.92 458.816 1639.07 457.6 1639.07C456.512 1639.07 455.52 1639.95 455.36 1641.49ZM463.481 1646.19C462.953 1646.19 462.521 1645.78 462.521 1645.2C462.521 1644.59 462.953 1644.18 463.481 1644.18C463.993 1644.18 464.425 1644.59 464.425 1645.2C464.425 1645.78 463.993 1646.19 463.481 1646.19Z' fill='%232B2B2B'/%3E%3Cpath d='M125.16 1749L123.224 1738.57H125.64L126.36 1743.45C126.488 1744.54 126.648 1745.64 126.776 1746.74H126.84C127.048 1745.64 127.256 1744.54 127.464 1743.45L128.584 1738.57H130.584L131.704 1743.45C131.912 1744.5 132.12 1745.62 132.328 1746.74H132.392C132.536 1745.62 132.68 1744.52 132.824 1743.45L133.544 1738.57H135.8L133.944 1749H130.984L129.96 1744.26C129.784 1743.46 129.656 1742.62 129.544 1741.85H129.48C129.352 1742.62 129.224 1743.46 129.048 1744.26L128.072 1749H125.16ZM137.056 1749V1737.78H139.408V1740.54L139.296 1741.96C139.888 1741.43 140.672 1740.87 141.744 1740.87C143.472 1740.87 144.208 1742.09 144.208 1744.07V1749H141.856V1744.38C141.856 1743.22 141.552 1742.87 140.88 1742.87C140.288 1742.87 139.92 1743.14 139.408 1743.64V1749H137.056ZM148.196 1749.19C146.74 1749.19 145.828 1748.14 145.828 1746.79C145.828 1745.13 147.156 1744.22 150.292 1743.9C150.244 1743.19 149.908 1742.74 149.044 1742.74C148.372 1742.74 147.716 1743.02 146.948 1743.46L146.1 1741.91C147.108 1741.3 148.244 1740.87 149.492 1740.87C151.524 1740.87 152.644 1742.02 152.644 1744.46V1749H150.724L150.564 1748.18H150.5C149.828 1748.78 149.092 1749.19 148.196 1749.19ZM148.996 1747.37C149.524 1747.37 149.876 1747.11 150.292 1746.7V1745.3C148.628 1745.53 148.084 1746.01 148.084 1746.62C148.084 1747.13 148.436 1747.37 148.996 1747.37ZM157.409 1749.19C155.441 1749.19 154.673 1747.96 154.673 1746.12V1742.9H153.585V1741.16L154.801 1741.06L155.073 1738.95H157.025V1741.06H158.929V1742.9H157.025V1746.09C157.025 1746.98 157.424 1747.35 158.049 1747.35C158.305 1747.35 158.593 1747.27 158.801 1747.19L159.169 1748.9C158.753 1749.03 158.177 1749.19 157.409 1749.19ZM163.681 1749V1741.06H166.033V1749H163.681ZM164.849 1739.9C164.065 1739.9 163.489 1739.38 163.489 1738.66C163.489 1737.94 164.065 1737.45 164.849 1737.45C165.649 1737.45 166.209 1737.94 166.209 1738.66C166.209 1739.38 165.649 1739.9 164.849 1739.9ZM173.015 1737.88L172.583 1739.61C172.311 1739.51 172.023 1739.45 171.766 1739.45C171.191 1739.45 170.855 1739.77 170.855 1740.58V1741.06H172.279V1742.9H170.855V1749H168.503V1742.9H167.447V1741.16L168.503 1741.08V1740.65C168.503 1738.97 169.287 1737.59 171.431 1737.59C172.087 1737.59 172.663 1737.75 173.015 1737.88ZM176.951 1749V1738.57H179.303V1749H176.951ZM182.179 1743.37L181.667 1742.34C182.627 1741.86 183.107 1741.27 183.107 1740.31C183.059 1740.33 183.011 1740.33 182.963 1740.33C182.275 1740.33 181.731 1739.88 181.731 1739.16C181.731 1738.36 182.243 1737.85 182.963 1737.85C183.939 1737.85 184.467 1738.62 184.467 1739.94C184.467 1741.45 183.715 1742.62 182.179 1743.37ZM186.306 1749V1741.06H188.226L188.386 1742.09H188.45C189.106 1741.43 189.81 1740.87 190.85 1740.87C191.97 1740.87 192.642 1741.35 193.042 1742.2C193.746 1741.48 194.482 1740.87 195.538 1740.87C197.25 1740.87 198.018 1742.09 198.018 1744.07V1749H195.666V1744.38C195.666 1743.22 195.362 1742.87 194.69 1742.87C194.29 1742.87 193.842 1743.13 193.33 1743.64V1749H190.978V1744.38C190.978 1743.22 190.674 1742.87 190.002 1742.87C189.618 1742.87 189.154 1743.13 188.658 1743.64V1749H186.306ZM203.228 1749V1741.06H205.148L205.308 1742.07H205.372C206.044 1741.43 206.844 1740.87 207.916 1740.87C209.644 1740.87 210.38 1742.09 210.38 1744.07V1749H208.028V1744.38C208.028 1743.22 207.724 1742.87 207.052 1742.87C206.46 1742.87 206.092 1743.14 205.58 1743.64V1749H203.228ZM215.792 1749.19C213.776 1749.19 211.92 1747.67 211.92 1745.03C211.92 1742.39 213.776 1740.87 215.792 1740.87C217.792 1740.87 219.648 1742.39 219.648 1745.03C219.648 1747.67 217.792 1749.19 215.792 1749.19ZM215.792 1747.29C216.752 1747.29 217.248 1746.41 217.248 1745.03C217.248 1743.66 216.752 1742.78 215.792 1742.78C214.816 1742.78 214.336 1743.66 214.336 1745.03C214.336 1746.41 214.816 1747.29 215.792 1747.29ZM223.893 1749.19C221.925 1749.19 221.157 1747.96 221.157 1746.12V1742.9H220.069V1741.16L221.285 1741.06L221.557 1738.95H223.509V1741.06H225.413V1742.9H223.509V1746.09C223.509 1746.98 223.909 1747.35 224.533 1747.35C224.789 1747.35 225.077 1747.27 225.285 1747.19L225.653 1748.9C225.237 1749.03 224.661 1749.19 223.893 1749.19ZM232.165 1749.19C230.709 1749.19 229.797 1748.14 229.797 1746.79C229.797 1745.13 231.125 1744.22 234.261 1743.9C234.213 1743.19 233.877 1742.74 233.013 1742.74C232.341 1742.74 231.685 1743.02 230.917 1743.46L230.069 1741.91C231.077 1741.3 232.213 1740.87 233.461 1740.87C235.493 1740.87 236.613 1742.02 236.613 1744.46V1749H234.693L234.533 1748.18H234.469C233.797 1748.78 233.061 1749.19 232.165 1749.19ZM232.965 1747.37C233.493 1747.37 233.845 1747.11 234.261 1746.7V1745.3C232.597 1745.53 232.053 1746.01 232.053 1746.62C232.053 1747.13 232.405 1747.37 232.965 1747.37ZM244.03 1749V1740.55H241.166V1738.57H249.262V1740.55H246.398V1749H244.03ZM251.665 1749.19C250.209 1749.19 249.297 1748.14 249.297 1746.79C249.297 1745.13 250.625 1744.22 253.761 1743.9C253.713 1743.19 253.377 1742.74 252.513 1742.74C251.841 1742.74 251.185 1743.02 250.417 1743.46L249.569 1741.91C250.577 1741.3 251.713 1740.87 252.961 1740.87C254.993 1740.87 256.113 1742.02 256.113 1744.46V1749H254.193L254.033 1748.18H253.969C253.297 1748.78 252.561 1749.19 251.665 1749.19ZM252.465 1747.37C252.993 1747.37 253.345 1747.11 253.761 1746.7V1745.3C252.097 1745.53 251.553 1746.01 251.553 1746.62C251.553 1747.13 251.905 1747.37 252.465 1747.37ZM257.287 1749L259.719 1744.87L257.431 1741.06H259.959L260.663 1742.34C260.871 1742.79 261.111 1743.26 261.335 1743.7H261.399C261.559 1743.26 261.766 1742.79 261.943 1742.34L262.487 1741.06H264.919L262.615 1745.14L265.062 1749H262.535L261.766 1747.69C261.511 1747.24 261.271 1746.76 261.015 1746.31H260.951C260.759 1746.76 260.535 1747.22 260.343 1747.69L259.719 1749H257.287ZM266.513 1749V1738.57H269.457C272.641 1738.57 274.689 1740.15 274.689 1743.74C274.689 1747.32 272.641 1749 269.585 1749H266.513ZM268.865 1747.1H269.313C271.089 1747.1 272.273 1746.23 272.273 1743.74C272.273 1741.24 271.089 1740.47 269.313 1740.47H268.865V1747.1ZM279.886 1749.19C277.87 1749.19 276.014 1747.67 276.014 1745.03C276.014 1742.39 277.87 1740.87 279.886 1740.87C281.886 1740.87 283.742 1742.39 283.742 1745.03C283.742 1747.67 281.886 1749.19 279.886 1749.19ZM279.886 1747.29C280.846 1747.29 281.342 1746.41 281.342 1745.03C281.342 1743.66 280.846 1742.78 279.886 1742.78C278.91 1742.78 278.43 1743.66 278.43 1745.03C278.43 1746.41 278.91 1747.29 279.886 1747.29ZM285.353 1749V1741.06H287.273L287.433 1742.09H287.497C288.153 1741.43 288.857 1740.87 289.897 1740.87C291.017 1740.87 291.689 1741.35 292.089 1742.2C292.793 1741.48 293.529 1740.87 294.585 1740.87C296.297 1740.87 297.065 1742.09 297.065 1744.07V1749H294.713V1744.38C294.713 1743.22 294.409 1742.87 293.737 1742.87C293.337 1742.87 292.889 1743.13 292.377 1743.64V1749H290.025V1744.38C290.025 1743.22 289.721 1742.87 289.049 1742.87C288.665 1742.87 288.201 1743.13 287.705 1743.64V1749H285.353ZM302.623 1749.19C300.351 1749.19 298.607 1747.66 298.607 1745.03C298.607 1742.46 300.447 1740.87 302.351 1740.87C304.607 1740.87 305.727 1742.52 305.727 1744.68C305.727 1745.1 305.679 1745.53 305.631 1745.72H300.879C301.087 1746.87 301.887 1747.4 302.943 1747.4C303.535 1747.4 304.079 1747.22 304.655 1746.87L305.439 1748.3C304.623 1748.86 303.567 1749.19 302.623 1749.19ZM300.863 1744.17H303.727C303.727 1743.29 303.343 1742.66 302.399 1742.66C301.663 1742.66 301.023 1743.16 300.863 1744.17ZM314.012 1749.19C311.804 1749.19 310.092 1747.67 310.092 1745.03C310.092 1742.39 312.028 1740.87 314.22 1740.87C315.196 1740.87 315.948 1741.22 316.54 1741.72L315.436 1743.24C315.052 1742.92 314.732 1742.78 314.364 1742.78C313.228 1742.78 312.508 1743.66 312.508 1745.03C312.508 1746.41 313.26 1747.29 314.284 1747.29C314.796 1747.29 315.292 1747.03 315.708 1746.71L316.636 1748.25C315.852 1748.94 314.876 1749.19 314.012 1749.19ZM320.184 1749.19C318.568 1749.19 318.024 1748.14 318.024 1746.54V1737.78H320.376V1746.63C320.376 1747.13 320.6 1747.29 320.792 1747.29C320.888 1747.29 320.952 1747.29 321.08 1747.26L321.368 1749C321.112 1749.11 320.712 1749.19 320.184 1749.19ZM322.603 1749V1741.06H324.955V1749H322.603ZM323.771 1739.9C322.987 1739.9 322.411 1739.38 322.411 1738.66C322.411 1737.94 322.987 1737.45 323.771 1737.45C324.571 1737.45 325.131 1737.94 325.131 1738.66C325.131 1739.38 324.571 1739.9 323.771 1739.9ZM330.576 1749.19C328.304 1749.19 326.56 1747.66 326.56 1745.03C326.56 1742.46 328.4 1740.87 330.304 1740.87C332.56 1740.87 333.68 1742.52 333.68 1744.68C333.68 1745.1 333.632 1745.53 333.584 1745.72H328.832C329.04 1746.87 329.84 1747.4 330.896 1747.4C331.488 1747.4 332.032 1747.22 332.608 1746.87L333.392 1748.3C332.576 1748.86 331.52 1749.19 330.576 1749.19ZM328.816 1744.17H331.68C331.68 1743.29 331.296 1742.66 330.352 1742.66C329.616 1742.66 328.976 1743.16 328.816 1744.17ZM335.306 1749V1741.06H337.226L337.386 1742.07H337.45C338.122 1741.43 338.922 1740.87 339.994 1740.87C341.722 1740.87 342.458 1742.09 342.458 1744.07V1749H340.106V1744.38C340.106 1743.22 339.802 1742.87 339.13 1742.87C338.538 1742.87 338.17 1743.14 337.658 1743.64V1749H335.306ZM347.518 1749.19C345.55 1749.19 344.782 1747.96 344.782 1746.12V1742.9H343.694V1741.16L344.91 1741.06L345.182 1738.95H347.134V1741.06H349.038V1742.9H347.134V1746.09C347.134 1746.98 347.534 1747.35 348.158 1747.35C348.414 1747.35 348.702 1747.27 348.91 1747.19L349.278 1748.9C348.862 1749.03 348.286 1749.19 347.518 1749.19ZM351.433 1745.3C351.113 1743.11 353.449 1742.2 353.449 1741C353.449 1740.34 353.017 1739.99 352.377 1739.99C351.785 1739.99 351.353 1740.3 350.921 1740.73L349.625 1739.54C350.377 1738.68 351.433 1738.09 352.681 1738.09C354.393 1738.09 355.705 1738.94 355.705 1740.82C355.705 1742.81 353.305 1743.4 353.497 1745.3H351.433ZM352.457 1749.19C351.641 1749.19 351.049 1748.55 351.049 1747.72C351.049 1746.87 351.641 1746.23 352.457 1746.23C353.273 1746.23 353.881 1746.87 353.881 1747.72C353.881 1748.55 353.273 1749.19 352.457 1749.19Z' fill='%232B2B2B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1711V1710H793V1711H123Z' fill='%23E0E7EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1711V1710H793V1711H123Z' fill='%23E0E7EF'/%3E%3Cpath d='M125.752 1779.73H128.904L128.408 1778.13C128.024 1776.96 127.688 1775.81 127.352 1774.59H127.288C126.968 1775.81 126.632 1776.96 126.248 1778.13L125.752 1779.73ZM130.232 1784L129.24 1780.8H125.416L124.408 1784H123.048L126.6 1773.5H128.104L131.656 1784H130.232ZM135.444 1784.19C133.78 1784.19 133.22 1783.14 133.22 1781.6V1777.3H132.068V1776.3L133.284 1776.22L133.444 1774.05H134.548V1776.22H136.644V1777.3H134.548V1781.62C134.548 1782.58 134.852 1783.12 135.748 1783.12C136.02 1783.12 136.372 1783.01 136.628 1782.91L136.884 1783.9C136.452 1784.05 135.924 1784.19 135.444 1784.19ZM144.454 1784.19C142.79 1784.19 142.23 1783.14 142.23 1781.6V1777.3H141.078V1776.3L142.294 1776.22L142.454 1774.05H143.558V1776.22H145.654V1777.3H143.558V1781.62C143.558 1782.58 143.862 1783.12 144.758 1783.12C145.03 1783.12 145.382 1783.01 145.638 1782.91L145.894 1783.9C145.462 1784.05 144.934 1784.19 144.454 1784.19ZM147.612 1784V1772.61H148.924V1775.71L148.876 1777.31C149.612 1776.61 150.396 1776.03 151.468 1776.03C153.1 1776.03 153.836 1777.09 153.836 1779.07V1784H152.524V1779.25C152.524 1777.79 152.076 1777.17 151.052 1777.17C150.252 1777.17 149.708 1777.58 148.924 1778.37V1784H147.612ZM159.667 1784.19C157.587 1784.19 155.939 1782.67 155.939 1780.13C155.939 1777.58 157.651 1776.03 159.427 1776.03C161.411 1776.03 162.531 1777.46 162.531 1779.68C162.531 1779.95 162.515 1780.24 162.483 1780.43H157.235C157.331 1782.08 158.339 1783.14 159.827 1783.14C160.563 1783.14 161.187 1782.9 161.763 1782.53L162.227 1783.39C161.555 1783.82 160.723 1784.19 159.667 1784.19ZM157.219 1779.49H161.379C161.379 1777.92 160.675 1777.07 159.459 1777.07C158.371 1777.07 157.379 1777.95 157.219 1779.49ZM168.056 1784V1776.22H169.144L169.256 1777.34H169.304C169.976 1776.61 170.792 1776.03 171.72 1776.03C172.904 1776.03 173.544 1776.59 173.864 1777.52C174.68 1776.64 175.48 1776.03 176.424 1776.03C178.024 1776.03 178.792 1777.09 178.792 1779.07V1784H177.48V1779.25C177.48 1777.79 177.016 1777.17 176.04 1777.17C175.432 1777.17 174.808 1777.57 174.088 1778.37V1784H172.776V1779.25C172.776 1777.79 172.312 1777.17 171.32 1777.17C170.744 1777.17 170.088 1777.57 169.368 1778.37V1784H168.056ZM184.545 1784.19C182.641 1784.19 180.945 1782.7 180.945 1780.13C180.945 1777.52 182.641 1776.03 184.545 1776.03C186.449 1776.03 188.145 1777.52 188.145 1780.13C188.145 1782.7 186.449 1784.19 184.545 1784.19ZM184.545 1783.1C185.889 1783.1 186.785 1781.9 186.785 1780.13C186.785 1778.34 185.889 1777.12 184.545 1777.12C183.217 1777.12 182.305 1778.34 182.305 1780.13C182.305 1781.9 183.217 1783.1 184.545 1783.1ZM190.393 1784V1776.22H191.481L191.593 1777.34H191.641C192.313 1776.61 193.129 1776.03 194.057 1776.03C195.241 1776.03 195.881 1776.59 196.201 1777.52C197.017 1776.64 197.817 1776.03 198.761 1776.03C200.361 1776.03 201.129 1777.09 201.129 1779.07V1784H199.817V1779.25C199.817 1777.79 199.353 1777.17 198.377 1777.17C197.769 1777.17 197.145 1777.57 196.425 1778.37V1784H195.113V1779.25C195.113 1777.79 194.649 1777.17 193.657 1777.17C193.081 1777.17 192.425 1777.57 191.705 1778.37V1784H190.393ZM207.011 1784.19C204.931 1784.19 203.283 1782.67 203.283 1780.13C203.283 1777.58 204.995 1776.03 206.771 1776.03C208.755 1776.03 209.875 1777.46 209.875 1779.68C209.875 1779.95 209.859 1780.24 209.827 1780.43H204.579C204.675 1782.08 205.683 1783.14 207.171 1783.14C207.907 1783.14 208.531 1782.9 209.107 1782.53L209.571 1783.39C208.899 1783.82 208.067 1784.19 207.011 1784.19ZM204.563 1779.49H208.723C208.723 1777.92 208.019 1777.07 206.803 1777.07C205.715 1777.07 204.723 1777.95 204.563 1779.49ZM211.996 1784V1776.22H213.084L213.196 1777.34H213.244C213.98 1776.61 214.78 1776.03 215.852 1776.03C217.484 1776.03 218.22 1777.09 218.22 1779.07V1784H216.908V1779.25C216.908 1777.79 216.46 1777.17 215.436 1777.17C214.636 1777.17 214.092 1777.58 213.308 1778.37V1784H211.996ZM223.394 1784.19C221.73 1784.19 221.17 1783.14 221.17 1781.6V1777.3H220.018V1776.3L221.234 1776.22L221.394 1774.05H222.498V1776.22H224.594V1777.3H222.498V1781.62C222.498 1782.58 222.802 1783.12 223.698 1783.12C223.97 1783.12 224.322 1783.01 224.578 1782.91L224.834 1783.9C224.402 1784.05 223.874 1784.19 223.394 1784.19ZM226.422 1786.72L226.102 1785.95C226.998 1785.55 227.542 1784.86 227.542 1784C227.494 1784.02 227.43 1784.02 227.382 1784.02C226.87 1784.02 226.438 1783.7 226.438 1783.1C226.438 1782.53 226.886 1782.18 227.414 1782.18C228.102 1782.18 228.518 1782.77 228.518 1783.73C228.518 1785.1 227.718 1786.18 226.422 1786.72ZM235.482 1784L233.322 1776.22H234.666L235.818 1780.72C235.994 1781.46 236.138 1782.16 236.282 1782.88H236.346C236.522 1782.16 236.682 1781.44 236.874 1780.72L238.074 1776.22H239.354L240.57 1780.72C240.762 1781.46 240.938 1782.16 241.114 1782.88H241.178C241.354 1782.16 241.498 1781.46 241.658 1780.72L242.794 1776.22H244.042L241.962 1784H240.362L239.242 1779.82C239.05 1779.09 238.906 1778.37 238.714 1777.58H238.65C238.474 1778.37 238.314 1779.1 238.106 1779.84L237.018 1784H235.482ZM249.023 1784.19C246.943 1784.19 245.295 1782.67 245.295 1780.13C245.295 1777.58 247.007 1776.03 248.783 1776.03C250.767 1776.03 251.887 1777.46 251.887 1779.68C251.887 1779.95 251.871 1780.24 251.839 1780.43H246.591C246.687 1782.08 247.695 1783.14 249.183 1783.14C249.919 1783.14 250.543 1782.9 251.119 1782.53L251.583 1783.39C250.911 1783.82 250.079 1784.19 249.023 1784.19ZM246.575 1779.49H250.735C250.735 1777.92 250.031 1777.07 248.815 1777.07C247.727 1777.07 246.735 1777.95 246.575 1779.49ZM260.436 1784.19C258.532 1784.19 256.836 1782.7 256.836 1780.13C256.836 1777.52 258.532 1776.03 260.436 1776.03C262.34 1776.03 264.036 1777.52 264.036 1780.13C264.036 1782.7 262.34 1784.19 260.436 1784.19ZM260.436 1783.1C261.78 1783.1 262.676 1781.9 262.676 1780.13C262.676 1778.34 261.78 1777.12 260.436 1777.12C259.108 1777.12 258.196 1778.34 258.196 1780.13C258.196 1781.9 259.108 1783.1 260.436 1783.1ZM266.284 1784V1776.22H267.372L267.484 1777.34H267.532C268.268 1776.61 269.068 1776.03 270.14 1776.03C271.772 1776.03 272.508 1777.09 272.508 1779.07V1784H271.196V1779.25C271.196 1777.79 270.748 1777.17 269.724 1777.17C268.924 1777.17 268.38 1777.58 267.596 1778.37V1784H266.284ZM276.626 1784.19C275.634 1784.19 275.234 1783.57 275.234 1782.43V1772.61H276.546V1782.53C276.546 1782.94 276.722 1783.1 276.914 1783.1C276.994 1783.1 277.058 1783.1 277.202 1783.07L277.378 1784.06C277.202 1784.14 276.978 1784.19 276.626 1784.19ZM279.64 1787.34C279.288 1787.34 278.984 1787.28 278.728 1787.18L278.984 1786.14C279.144 1786.19 279.384 1786.26 279.576 1786.26C280.456 1786.26 281.016 1785.55 281.336 1784.59L281.512 1784.02L278.392 1776.22H279.752L281.336 1780.53C281.576 1781.2 281.848 1782 282.088 1782.72H282.152C282.376 1782.02 282.6 1781.22 282.808 1780.53L284.2 1776.22H285.48L282.552 1784.64C282.008 1786.18 281.208 1787.34 279.64 1787.34ZM292.376 1784.19C291.08 1784.19 290.104 1783.38 290.104 1781.98C290.104 1780.29 291.56 1779.44 294.872 1779.07C294.872 1778.08 294.552 1777.12 293.272 1777.12C292.376 1777.12 291.56 1777.54 290.952 1777.95L290.44 1777.04C291.16 1776.58 292.248 1776.03 293.496 1776.03C295.4 1776.03 296.2 1777.3 296.2 1779.23V1784H295.112L295 1783.07H294.952C294.216 1783.68 293.352 1784.19 292.376 1784.19ZM292.76 1783.14C293.512 1783.14 294.12 1782.77 294.872 1782.1V1779.94C292.28 1780.26 291.384 1780.9 291.384 1781.89C291.384 1782.77 291.992 1783.14 292.76 1783.14ZM301.502 1784.19C299.55 1784.19 298.286 1782.72 298.286 1780.13C298.286 1777.6 299.886 1776.03 301.662 1776.03C302.558 1776.03 303.15 1776.37 303.838 1776.93L303.774 1775.6V1772.61H305.102V1784H304.014L303.902 1783.09H303.854C303.246 1783.68 302.414 1784.19 301.502 1784.19ZM301.79 1783.09C302.51 1783.09 303.134 1782.74 303.774 1782.02V1777.95C303.118 1777.36 302.526 1777.14 301.886 1777.14C300.638 1777.14 299.646 1778.34 299.646 1780.11C299.646 1781.97 300.43 1783.09 301.79 1783.09ZM310.577 1784.19C308.625 1784.19 307.361 1782.72 307.361 1780.13C307.361 1777.6 308.961 1776.03 310.737 1776.03C311.633 1776.03 312.225 1776.37 312.913 1776.93L312.849 1775.6V1772.61H314.177V1784H313.089L312.977 1783.09H312.929C312.321 1783.68 311.489 1784.19 310.577 1784.19ZM310.865 1783.09C311.585 1783.09 312.209 1782.74 312.849 1782.02V1777.95C312.193 1777.36 311.601 1777.14 310.961 1777.14C309.713 1777.14 308.721 1778.34 308.721 1780.11C308.721 1781.97 309.505 1783.09 310.865 1783.09ZM324.191 1772.67L323.903 1773.68C323.615 1773.55 323.311 1773.49 323.023 1773.49C322.287 1773.49 321.935 1774 321.935 1774.99V1776.22H323.583V1777.3H321.935V1784H320.623V1777.3H319.567V1776.3L320.623 1776.22V1774.99C320.623 1773.41 321.343 1772.42 322.895 1772.42C323.375 1772.42 323.839 1772.53 324.191 1772.67ZM325.271 1784V1776.22H326.583V1784H325.271ZM325.943 1774.62C325.431 1774.62 325.031 1774.27 325.031 1773.78C325.031 1773.26 325.431 1772.93 325.943 1772.93C326.455 1772.93 326.855 1773.26 326.855 1773.78C326.855 1774.27 326.455 1774.62 325.943 1774.62ZM329.409 1784V1776.22H330.497L330.609 1777.63H330.657C331.185 1776.66 331.985 1776.03 332.865 1776.03C333.201 1776.03 333.441 1776.08 333.697 1776.19L333.441 1777.34C333.185 1777.26 333.009 1777.22 332.689 1777.22C332.033 1777.22 331.249 1777.7 330.721 1779.01V1784H329.409ZM335.156 1784V1776.22H336.244L336.356 1777.34H336.404C337.076 1776.61 337.892 1776.03 338.82 1776.03C340.004 1776.03 340.644 1776.59 340.964 1777.52C341.78 1776.64 342.58 1776.03 343.524 1776.03C345.124 1776.03 345.892 1777.09 345.892 1779.07V1784H344.58V1779.25C344.58 1777.79 344.116 1777.17 343.14 1777.17C342.532 1777.17 341.908 1777.57 341.188 1778.37V1784H339.876V1779.25C339.876 1777.79 339.412 1777.17 338.42 1777.17C337.844 1777.17 337.188 1777.57 336.468 1778.37V1784H335.156ZM350.653 1784.19C349.549 1784.19 348.493 1783.73 347.757 1783.12L348.413 1782.24C349.085 1782.78 349.773 1783.17 350.701 1783.17C351.725 1783.17 352.237 1782.62 352.237 1781.95C352.237 1781.15 351.309 1780.8 350.461 1780.48C349.357 1780.08 348.141 1779.55 348.141 1778.24C348.141 1776.99 349.133 1776.03 350.813 1776.03C351.789 1776.03 352.637 1776.43 353.229 1776.91L352.605 1777.74C352.077 1777.34 351.517 1777.06 350.829 1777.06C349.853 1777.06 349.405 1777.58 349.405 1778.18C349.405 1778.91 350.253 1779.18 351.133 1779.52C352.253 1779.94 353.501 1780.4 353.501 1781.87C353.501 1783.14 352.493 1784.19 350.653 1784.19ZM361.376 1784.19C359.712 1784.19 359.152 1783.14 359.152 1781.6V1777.3H358V1776.3L359.216 1776.22L359.376 1774.05H360.48V1776.22H362.576V1777.3H360.48V1781.62C360.48 1782.58 360.784 1783.12 361.68 1783.12C361.952 1783.12 362.304 1783.01 362.56 1782.91L362.816 1783.9C362.384 1784.05 361.856 1784.19 361.376 1784.19ZM364.534 1784V1772.61H365.846V1775.71L365.798 1777.31C366.534 1776.61 367.318 1776.03 368.39 1776.03C370.022 1776.03 370.758 1777.09 370.758 1779.07V1784H369.446V1779.25C369.446 1777.79 368.998 1777.17 367.974 1777.17C367.174 1777.17 366.63 1777.58 365.846 1778.37V1784H364.534ZM375.229 1784.19C373.933 1784.19 372.957 1783.38 372.957 1781.98C372.957 1780.29 374.413 1779.44 377.725 1779.07C377.725 1778.08 377.405 1777.12 376.125 1777.12C375.229 1777.12 374.413 1777.54 373.805 1777.95L373.293 1777.04C374.013 1776.58 375.101 1776.03 376.349 1776.03C378.253 1776.03 379.053 1777.3 379.053 1779.23V1784H377.965L377.853 1783.07H377.805C377.069 1783.68 376.205 1784.19 375.229 1784.19ZM375.613 1783.14C376.365 1783.14 376.973 1782.77 377.725 1782.1V1779.94C375.133 1780.26 374.237 1780.9 374.237 1781.89C374.237 1782.77 374.845 1783.14 375.613 1783.14ZM383.929 1784.19C382.265 1784.19 381.705 1783.14 381.705 1781.6V1777.3H380.553V1776.3L381.769 1776.22L381.929 1774.05H383.033V1776.22H385.129V1777.3H383.033V1781.62C383.033 1782.58 383.337 1783.12 384.233 1783.12C384.505 1783.12 384.857 1783.01 385.113 1782.91L385.369 1783.9C384.937 1784.05 384.409 1784.19 383.929 1784.19ZM392.282 1784.19C390.986 1784.19 390.01 1783.38 390.01 1781.98C390.01 1780.29 391.466 1779.44 394.778 1779.07C394.778 1778.08 394.458 1777.12 393.178 1777.12C392.282 1777.12 391.466 1777.54 390.858 1777.95L390.346 1777.04C391.066 1776.58 392.154 1776.03 393.402 1776.03C395.306 1776.03 396.106 1777.3 396.106 1779.23V1784H395.018L394.906 1783.07H394.858C394.122 1783.68 393.258 1784.19 392.282 1784.19ZM392.666 1783.14C393.418 1783.14 394.026 1782.77 394.778 1782.1V1779.94C392.186 1780.26 391.29 1780.9 391.29 1781.89C391.29 1782.77 391.898 1783.14 392.666 1783.14ZM398.753 1784V1776.22H399.841L399.953 1777.63H400.001C400.529 1776.66 401.329 1776.03 402.209 1776.03C402.545 1776.03 402.785 1776.08 403.041 1776.19L402.785 1777.34C402.529 1777.26 402.353 1777.22 402.033 1777.22C401.377 1777.22 400.593 1777.7 400.065 1779.01V1784H398.753ZM407.495 1784.19C405.415 1784.19 403.767 1782.67 403.767 1780.13C403.767 1777.58 405.479 1776.03 407.255 1776.03C409.239 1776.03 410.359 1777.46 410.359 1779.68C410.359 1779.95 410.343 1780.24 410.311 1780.43H405.063C405.159 1782.08 406.167 1783.14 407.655 1783.14C408.391 1783.14 409.015 1782.9 409.591 1782.53L410.055 1783.39C409.383 1783.82 408.551 1784.19 407.495 1784.19ZM405.047 1779.49H409.207C409.207 1777.92 408.503 1777.07 407.287 1777.07C406.199 1777.07 405.207 1777.95 405.047 1779.49ZM419.036 1784.19C416.956 1784.19 415.308 1782.67 415.308 1780.13C415.308 1777.58 417.02 1776.03 418.796 1776.03C420.78 1776.03 421.9 1777.46 421.9 1779.68C421.9 1779.95 421.884 1780.24 421.852 1780.43H416.604C416.7 1782.08 417.708 1783.14 419.196 1783.14C419.932 1783.14 420.556 1782.9 421.132 1782.53L421.596 1783.39C420.924 1783.82 420.092 1784.19 419.036 1784.19ZM416.588 1779.49H420.748C420.748 1777.92 420.044 1777.07 418.828 1777.07C417.74 1777.07 416.748 1777.95 416.588 1779.49ZM422.824 1784L425.368 1779.94L423.016 1776.22H424.44L425.48 1777.94C425.72 1778.35 425.976 1778.8 426.248 1779.23H426.312C426.536 1778.8 426.776 1778.35 427.016 1777.94L427.96 1776.22H429.336L426.984 1780.08L429.512 1784H428.088L426.952 1782.19C426.68 1781.73 426.392 1781.25 426.104 1780.8H426.04C425.768 1781.25 425.512 1781.71 425.256 1782.19L424.2 1784H422.824ZM431.253 1784V1776.22H432.565V1784H431.253ZM431.925 1774.62C431.413 1774.62 431.013 1774.27 431.013 1773.78C431.013 1773.26 431.413 1772.93 431.925 1772.93C432.437 1772.93 432.837 1773.26 432.837 1773.78C432.837 1774.27 432.437 1774.62 431.925 1774.62ZM437.422 1784.19C436.318 1784.19 435.262 1783.73 434.526 1783.12L435.182 1782.24C435.854 1782.78 436.542 1783.17 437.47 1783.17C438.494 1783.17 439.006 1782.62 439.006 1781.95C439.006 1781.15 438.078 1780.8 437.23 1780.48C436.126 1780.08 434.91 1779.55 434.91 1778.24C434.91 1776.99 435.902 1776.03 437.582 1776.03C438.558 1776.03 439.406 1776.43 439.998 1776.91L439.374 1777.74C438.846 1777.34 438.286 1777.06 437.598 1777.06C436.622 1777.06 436.174 1777.58 436.174 1778.18C436.174 1778.91 437.022 1779.18 437.902 1779.52C439.022 1779.94 440.27 1780.4 440.27 1781.87C440.27 1783.14 439.262 1784.19 437.422 1784.19ZM444.429 1784.19C442.765 1784.19 442.205 1783.14 442.205 1781.6V1777.3H441.053V1776.3L442.269 1776.22L442.429 1774.05H443.533V1776.22H445.629V1777.3H443.533V1781.62C443.533 1782.58 443.837 1783.12 444.733 1783.12C445.005 1783.12 445.357 1783.01 445.613 1782.91L445.869 1783.9C445.437 1784.05 444.909 1784.19 444.429 1784.19ZM447.587 1784V1776.22H448.899V1784H447.587ZM448.259 1774.62C447.747 1774.62 447.347 1774.27 447.347 1773.78C447.347 1773.26 447.747 1772.93 448.259 1772.93C448.771 1772.93 449.171 1773.26 449.171 1773.78C449.171 1774.27 448.771 1774.62 448.259 1774.62ZM451.725 1784V1776.22H452.813L452.925 1777.34H452.973C453.709 1776.61 454.509 1776.03 455.581 1776.03C457.213 1776.03 457.949 1777.09 457.949 1779.07V1784H456.637V1779.25C456.637 1777.79 456.189 1777.17 455.165 1777.17C454.365 1777.17 453.821 1777.58 453.037 1778.37V1784H451.725ZM463.298 1787.58C461.394 1787.58 460.082 1786.83 460.082 1785.49C460.082 1784.83 460.514 1784.21 461.218 1783.73V1783.66C460.834 1783.42 460.53 1783.01 460.53 1782.4C460.53 1781.74 460.978 1781.23 461.378 1780.96V1780.9C460.866 1780.48 460.37 1779.73 460.37 1778.8C460.37 1777.1 461.714 1776.03 463.298 1776.03C463.73 1776.03 464.114 1776.11 464.402 1776.22H467.106V1777.23H465.506C465.874 1777.58 466.146 1778.18 466.146 1778.83C466.146 1780.5 464.882 1781.54 463.298 1781.54C462.914 1781.54 462.482 1781.44 462.13 1781.26C461.858 1781.5 461.634 1781.76 461.634 1782.19C461.634 1782.69 461.954 1783.04 463.01 1783.04H464.514C466.322 1783.04 467.234 1783.6 467.234 1784.9C467.234 1786.34 465.714 1787.58 463.298 1787.58ZM463.298 1780.66C464.194 1780.66 464.946 1779.94 464.946 1778.8C464.946 1777.66 464.21 1776.99 463.298 1776.99C462.386 1776.99 461.65 1777.66 461.65 1778.8C461.65 1779.94 462.402 1780.66 463.298 1780.66ZM463.49 1786.67C464.978 1786.67 465.954 1785.9 465.954 1785.09C465.954 1784.37 465.394 1784.13 464.386 1784.13H463.042C462.738 1784.13 462.37 1784.1 462.034 1784C461.474 1784.4 461.234 1784.86 461.234 1785.31C461.234 1786.14 462.082 1786.67 463.49 1786.67ZM474.644 1784V1774.62H471.476V1773.5H479.156V1774.62H475.988V1784H474.644ZM481.738 1784.19C480.442 1784.19 479.466 1783.38 479.466 1781.98C479.466 1780.29 480.922 1779.44 484.234 1779.07C484.234 1778.08 483.914 1777.12 482.634 1777.12C481.738 1777.12 480.922 1777.54 480.314 1777.95L479.802 1777.04C480.522 1776.58 481.61 1776.03 482.858 1776.03C484.762 1776.03 485.562 1777.3 485.562 1779.23V1784H484.474L484.362 1783.07H484.314C483.578 1783.68 482.714 1784.19 481.738 1784.19ZM482.122 1783.14C482.874 1783.14 483.482 1782.77 484.234 1782.1V1779.94C481.642 1780.26 480.746 1780.9 480.746 1781.89C480.746 1782.77 481.354 1783.14 482.122 1783.14ZM487.121 1784L489.665 1779.94L487.313 1776.22H488.737L489.777 1777.94C490.017 1778.35 490.273 1778.8 490.545 1779.23H490.609C490.833 1778.8 491.073 1778.35 491.313 1777.94L492.257 1776.22H493.633L491.281 1780.08L493.809 1784H492.385L491.249 1782.19C490.977 1781.73 490.689 1781.25 490.401 1780.8H490.337C490.065 1781.25 489.809 1781.71 489.553 1782.19L488.497 1784H487.121ZM495.677 1784V1773.5H498.301C501.533 1773.5 503.261 1775.38 503.261 1778.7C503.261 1782.05 501.533 1784 498.365 1784H495.677ZM497.005 1782.91H498.205C500.653 1782.91 501.885 1781.36 501.885 1778.7C501.885 1776.06 500.653 1774.59 498.205 1774.59H497.005V1782.91ZM508.617 1784.19C506.713 1784.19 505.017 1782.7 505.017 1780.13C505.017 1777.52 506.713 1776.03 508.617 1776.03C510.521 1776.03 512.217 1777.52 512.217 1780.13C512.217 1782.7 510.521 1784.19 508.617 1784.19ZM508.617 1783.1C509.961 1783.1 510.857 1781.9 510.857 1780.13C510.857 1778.34 509.961 1777.12 508.617 1777.12C507.289 1777.12 506.377 1778.34 506.377 1780.13C506.377 1781.9 507.289 1783.1 508.617 1783.1ZM514.465 1784V1776.22H515.553L515.665 1777.34H515.713C516.385 1776.61 517.201 1776.03 518.129 1776.03C519.313 1776.03 519.953 1776.59 520.273 1777.52C521.089 1776.64 521.889 1776.03 522.833 1776.03C524.433 1776.03 525.201 1777.09 525.201 1779.07V1784H523.889V1779.25C523.889 1777.79 523.425 1777.17 522.449 1777.17C521.841 1777.17 521.217 1777.57 520.497 1778.37V1784H519.185V1779.25C519.185 1777.79 518.721 1777.17 517.729 1777.17C517.153 1777.17 516.497 1777.57 515.777 1778.37V1784H514.465ZM531.083 1784.19C529.003 1784.19 527.355 1782.67 527.355 1780.13C527.355 1777.58 529.067 1776.03 530.843 1776.03C532.827 1776.03 533.947 1777.46 533.947 1779.68C533.947 1779.95 533.931 1780.24 533.899 1780.43H528.651C528.747 1782.08 529.755 1783.14 531.243 1783.14C531.979 1783.14 532.603 1782.9 533.179 1782.53L533.643 1783.39C532.971 1783.82 532.139 1784.19 531.083 1784.19ZM528.635 1779.49H532.795C532.795 1777.92 532.091 1777.07 530.875 1777.07C529.787 1777.07 528.795 1777.95 528.635 1779.49ZM539.599 1784V1773.5H540.927V1782.86H545.519V1784H539.599ZM547.453 1784V1776.22H548.765V1784H547.453ZM548.125 1774.62C547.613 1774.62 547.213 1774.27 547.213 1773.78C547.213 1773.26 547.613 1772.93 548.125 1772.93C548.637 1772.93 549.037 1773.26 549.037 1773.78C549.037 1774.27 548.637 1774.62 548.125 1774.62ZM554.038 1784.19C552.374 1784.19 551.814 1783.14 551.814 1781.6V1777.3H550.662V1776.3L551.878 1776.22L552.038 1774.05H553.142V1776.22H555.238V1777.3H553.142V1781.62C553.142 1782.58 553.446 1783.12 554.342 1783.12C554.614 1783.12 554.966 1783.01 555.222 1782.91L555.478 1783.9C555.046 1784.05 554.518 1784.19 554.038 1784.19ZM560.13 1784.19C558.05 1784.19 556.402 1782.67 556.402 1780.13C556.402 1777.58 558.114 1776.03 559.89 1776.03C561.874 1776.03 562.994 1777.46 562.994 1779.68C562.994 1779.95 562.978 1780.24 562.946 1780.43H557.698C557.794 1782.08 558.802 1783.14 560.29 1783.14C561.026 1783.14 561.65 1782.9 562.226 1782.53L562.69 1783.39C562.018 1783.82 561.186 1784.19 560.13 1784.19ZM557.682 1779.49H561.842C561.842 1777.92 561.138 1777.07 559.922 1777.07C558.834 1777.07 557.842 1777.95 557.682 1779.49ZM571.542 1784.19C569.638 1784.19 567.942 1782.7 567.942 1780.13C567.942 1777.52 569.638 1776.03 571.542 1776.03C573.446 1776.03 575.142 1777.52 575.142 1780.13C575.142 1782.7 573.446 1784.19 571.542 1784.19ZM571.542 1783.1C572.886 1783.1 573.782 1781.9 573.782 1780.13C573.782 1778.34 572.886 1777.12 571.542 1777.12C570.214 1777.12 569.302 1778.34 569.302 1780.13C569.302 1781.9 570.214 1783.1 571.542 1783.1ZM577.39 1784V1776.22H578.478L578.59 1777.63H578.638C579.166 1776.66 579.966 1776.03 580.846 1776.03C581.182 1776.03 581.422 1776.08 581.678 1776.19L581.422 1777.34C581.166 1777.26 580.99 1777.22 580.67 1777.22C580.014 1777.22 579.23 1777.7 578.702 1779.01V1784H577.39ZM588.844 1784V1774.62H585.676V1773.5H593.356V1774.62H590.188V1784H588.844ZM595.938 1784.19C594.642 1784.19 593.666 1783.38 593.666 1781.98C593.666 1780.29 595.122 1779.44 598.434 1779.07C598.434 1778.08 598.114 1777.12 596.834 1777.12C595.938 1777.12 595.122 1777.54 594.514 1777.95L594.002 1777.04C594.722 1776.58 595.81 1776.03 597.058 1776.03C598.962 1776.03 599.762 1777.3 599.762 1779.23V1784H598.674L598.562 1783.07H598.514C597.778 1783.68 596.914 1784.19 595.938 1784.19ZM596.322 1783.14C597.074 1783.14 597.682 1782.77 598.434 1782.1V1779.94C595.842 1780.26 594.946 1780.9 594.946 1781.89C594.946 1782.77 595.554 1783.14 596.322 1783.14ZM601.321 1784L603.865 1779.94L601.513 1776.22H602.937L603.977 1777.94C604.217 1778.35 604.473 1778.8 604.745 1779.23H604.809C605.033 1778.8 605.273 1778.35 605.513 1777.94L606.457 1776.22H607.833L605.481 1780.08L608.009 1784H606.585L605.449 1782.19C605.177 1781.73 604.889 1781.25 604.601 1780.8H604.537C604.265 1781.25 604.009 1781.71 603.753 1782.19L602.697 1784H601.321ZM609.878 1784V1773.5H612.502C615.734 1773.5 617.462 1775.38 617.462 1778.7C617.462 1782.05 615.734 1784 612.566 1784H609.878ZM611.206 1782.91H612.406C614.854 1782.91 616.086 1781.36 616.086 1778.7C616.086 1776.06 614.854 1774.59 612.406 1774.59H611.206V1782.91ZM622.817 1784.19C620.913 1784.19 619.217 1782.7 619.217 1780.13C619.217 1777.52 620.913 1776.03 622.817 1776.03C624.721 1776.03 626.417 1777.52 626.417 1780.13C626.417 1782.7 624.721 1784.19 622.817 1784.19ZM622.817 1783.1C624.161 1783.1 625.057 1781.9 625.057 1780.13C625.057 1778.34 624.161 1777.12 622.817 1777.12C621.489 1777.12 620.577 1778.34 620.577 1780.13C620.577 1781.9 621.489 1783.1 622.817 1783.1ZM628.665 1784V1776.22H629.753L629.865 1777.34H629.913C630.585 1776.61 631.401 1776.03 632.329 1776.03C633.513 1776.03 634.153 1776.59 634.473 1777.52C635.289 1776.64 636.089 1776.03 637.033 1776.03C638.633 1776.03 639.401 1777.09 639.401 1779.07V1784H638.089V1779.25C638.089 1777.79 637.625 1777.17 636.649 1777.17C636.041 1777.17 635.417 1777.57 634.697 1778.37V1784H633.385V1779.25C633.385 1777.79 632.921 1777.17 631.929 1777.17C631.353 1777.17 630.697 1777.57 629.977 1778.37V1784H628.665ZM645.283 1784.19C643.203 1784.19 641.555 1782.67 641.555 1780.13C641.555 1777.58 643.267 1776.03 645.043 1776.03C647.027 1776.03 648.147 1777.46 648.147 1779.68C648.147 1779.95 648.131 1780.24 648.099 1780.43H642.851C642.947 1782.08 643.955 1783.14 645.443 1783.14C646.179 1783.14 646.803 1782.9 647.379 1782.53L647.843 1783.39C647.171 1783.82 646.339 1784.19 645.283 1784.19ZM642.835 1779.49H646.995C646.995 1777.92 646.291 1777.07 645.075 1777.07C643.987 1777.07 642.995 1777.95 642.835 1779.49ZM653.799 1784V1773.5H656.791C659.143 1773.5 660.727 1774.29 660.727 1776.59C660.727 1778.8 659.159 1779.84 656.855 1779.84H655.127V1784H653.799ZM655.127 1778.75H656.695C658.519 1778.75 659.399 1778.08 659.399 1776.59C659.399 1775.07 658.471 1774.58 656.631 1774.58H655.127V1778.75ZM662.934 1784V1776.22H664.022L664.134 1777.63H664.182C664.71 1776.66 665.51 1776.03 666.39 1776.03C666.726 1776.03 666.966 1776.08 667.222 1776.19L666.966 1777.34C666.71 1777.26 666.534 1777.22 666.214 1777.22C665.558 1777.22 664.774 1777.7 664.246 1779.01V1784H662.934ZM671.549 1784.19C669.645 1784.19 667.949 1782.7 667.949 1780.13C667.949 1777.52 669.645 1776.03 671.549 1776.03C673.453 1776.03 675.149 1777.52 675.149 1780.13C675.149 1782.7 673.453 1784.19 671.549 1784.19ZM671.549 1783.1C672.893 1783.1 673.789 1781.9 673.789 1780.13C673.789 1778.34 672.893 1777.12 671.549 1777.12C670.221 1777.12 669.309 1778.34 669.309 1780.13C669.309 1781.9 670.221 1783.1 671.549 1783.1ZM683.871 1784.19C681.807 1784.19 680.223 1782.7 680.223 1780.13C680.223 1777.52 681.967 1776.03 683.967 1776.03C684.991 1776.03 685.695 1776.45 686.239 1776.94L685.567 1777.81C685.119 1777.41 684.639 1777.12 684.015 1777.12C682.607 1777.12 681.583 1778.34 681.583 1780.13C681.583 1781.9 682.559 1783.1 683.983 1783.1C684.703 1783.1 685.327 1782.75 685.807 1782.32L686.383 1783.2C685.679 1783.82 684.799 1784.19 683.871 1784.19ZM689.688 1784.19C688.696 1784.19 688.296 1783.57 688.296 1782.43V1772.61H689.608V1782.53C689.608 1782.94 689.784 1783.1 689.976 1783.1C690.056 1783.1 690.12 1783.1 690.264 1783.07L690.44 1784.06C690.264 1784.14 690.04 1784.19 689.688 1784.19ZM692.575 1784V1776.22H693.887V1784H692.575ZM693.247 1774.62C692.735 1774.62 692.335 1774.27 692.335 1773.78C692.335 1773.26 692.735 1772.93 693.247 1772.93C693.759 1772.93 694.159 1773.26 694.159 1773.78C694.159 1774.27 693.759 1774.62 693.247 1774.62ZM699.864 1784.19C697.784 1784.19 696.136 1782.67 696.136 1780.13C696.136 1777.58 697.848 1776.03 699.624 1776.03C701.608 1776.03 702.728 1777.46 702.728 1779.68C702.728 1779.95 702.712 1780.24 702.68 1780.43H697.432C697.528 1782.08 698.536 1783.14 700.024 1783.14C700.76 1783.14 701.384 1782.9 701.96 1782.53L702.424 1783.39C701.752 1783.82 700.92 1784.19 699.864 1784.19ZM697.416 1779.49H701.576C701.576 1777.92 700.872 1777.07 699.656 1777.07C698.568 1777.07 697.576 1777.95 697.416 1779.49ZM704.849 1784V1776.22H705.937L706.049 1777.34H706.097C706.833 1776.61 707.633 1776.03 708.705 1776.03C710.337 1776.03 711.073 1777.09 711.073 1779.07V1784H709.761V1779.25C709.761 1777.79 709.313 1777.17 708.289 1777.17C707.489 1777.17 706.945 1777.58 706.161 1778.37V1784H704.849ZM716.247 1784.19C714.583 1784.19 714.023 1783.14 714.023 1781.6V1777.3H712.871V1776.3L714.087 1776.22L714.247 1774.05H715.351V1776.22H717.447V1777.3H715.351V1781.62C715.351 1782.58 715.655 1783.12 716.551 1783.12C716.823 1783.12 717.175 1783.01 717.431 1782.91L717.687 1783.9C717.255 1784.05 716.727 1784.19 716.247 1784.19ZM721.282 1784.19C720.178 1784.19 719.122 1783.73 718.386 1783.12L719.042 1782.24C719.714 1782.78 720.402 1783.17 721.33 1783.17C722.354 1783.17 722.866 1782.62 722.866 1781.95C722.866 1781.15 721.938 1780.8 721.09 1780.48C719.986 1780.08 718.77 1779.55 718.77 1778.24C718.77 1776.99 719.762 1776.03 721.442 1776.03C722.418 1776.03 723.266 1776.43 723.858 1776.91L723.234 1777.74C722.706 1777.34 722.146 1777.06 721.458 1777.06C720.482 1777.06 720.034 1777.58 720.034 1778.18C720.034 1778.91 720.882 1779.18 721.762 1779.52C722.882 1779.94 724.13 1780.4 724.13 1781.87C724.13 1783.14 723.122 1784.19 721.282 1784.19ZM726.841 1784.19C726.313 1784.19 725.881 1783.78 725.881 1783.2C725.881 1782.59 726.313 1782.18 726.841 1782.18C727.353 1782.18 727.785 1782.59 727.785 1783.2C727.785 1783.78 727.353 1784.19 726.841 1784.19ZM733.868 1784V1773.5H739.916V1774.62H735.196V1778.18H739.196V1779.3H735.196V1784H733.868ZM744.78 1784.19C742.7 1784.19 741.052 1782.67 741.052 1780.13C741.052 1777.58 742.764 1776.03 744.54 1776.03C746.524 1776.03 747.644 1777.46 747.644 1779.68C747.644 1779.95 747.628 1780.24 747.596 1780.43H742.348C742.444 1782.08 743.452 1783.14 744.94 1783.14C745.676 1783.14 746.3 1782.9 746.876 1782.53L747.34 1783.39C746.668 1783.82 745.836 1784.19 744.78 1784.19ZM742.332 1779.49H746.492C746.492 1777.92 745.788 1777.07 744.572 1777.07C743.484 1777.07 742.492 1777.95 742.332 1779.49ZM752.917 1784.19C750.837 1784.19 749.189 1782.67 749.189 1780.13C749.189 1777.58 750.901 1776.03 752.677 1776.03C754.661 1776.03 755.781 1777.46 755.781 1779.68C755.781 1779.95 755.765 1780.24 755.733 1780.43H750.485C750.581 1782.08 751.589 1783.14 753.077 1783.14C753.813 1783.14 754.437 1782.9 755.013 1782.53L755.477 1783.39C754.805 1783.82 753.973 1784.19 752.917 1784.19ZM750.469 1779.49H754.629C754.629 1777.92 753.925 1777.07 752.709 1777.07C751.621 1777.07 750.629 1777.95 750.469 1779.49ZM759.295 1784.19C758.303 1784.19 757.903 1783.57 757.903 1782.43V1772.61H759.215V1782.53C759.215 1782.94 759.391 1783.1 759.583 1783.1C759.663 1783.1 759.727 1783.1 759.871 1783.07L760.047 1784.06C759.871 1784.14 759.647 1784.19 759.295 1784.19ZM128.104 1794.67L127.816 1795.68C127.528 1795.55 127.224 1795.49 126.936 1795.49C126.2 1795.49 125.848 1796 125.848 1796.99V1798.22H127.496V1799.3H125.848V1806H124.536V1799.3H123.48V1798.3L124.536 1798.22V1796.99C124.536 1795.41 125.256 1794.42 126.808 1794.42C127.288 1794.42 127.752 1794.53 128.104 1794.67ZM129.184 1806V1798.22H130.272L130.384 1799.63H130.432C130.96 1798.66 131.76 1798.03 132.64 1798.03C132.976 1798.03 133.216 1798.08 133.472 1798.19L133.216 1799.34C132.96 1799.26 132.784 1799.22 132.464 1799.22C131.808 1799.22 131.024 1799.7 130.496 1801.01V1806H129.184ZM137.926 1806.19C135.846 1806.19 134.198 1804.67 134.198 1802.13C134.198 1799.58 135.91 1798.03 137.686 1798.03C139.67 1798.03 140.791 1799.46 140.791 1801.68C140.791 1801.95 140.774 1802.24 140.742 1802.43H135.494C135.59 1804.08 136.598 1805.14 138.086 1805.14C138.822 1805.14 139.446 1804.9 140.023 1804.53L140.486 1805.39C139.814 1805.82 138.983 1806.19 137.926 1806.19ZM135.478 1801.49H139.638C139.638 1799.92 138.934 1799.07 137.718 1799.07C136.63 1799.07 135.638 1799.95 135.478 1801.49ZM146.064 1806.19C143.984 1806.19 142.336 1804.67 142.336 1802.13C142.336 1799.58 144.048 1798.03 145.824 1798.03C147.808 1798.03 148.928 1799.46 148.928 1801.68C148.928 1801.95 148.912 1802.24 148.88 1802.43H143.632C143.728 1804.08 144.736 1805.14 146.224 1805.14C146.96 1805.14 147.584 1804.9 148.16 1804.53L148.624 1805.39C147.952 1805.82 147.12 1806.19 146.064 1806.19ZM143.616 1801.49H147.776C147.776 1799.92 147.072 1799.07 145.856 1799.07C144.768 1799.07 143.776 1799.95 143.616 1801.49ZM156.901 1806.19C155.237 1806.19 154.677 1805.14 154.677 1803.6V1799.3H153.525V1798.3L154.741 1798.22L154.901 1796.05H156.005V1798.22H158.101V1799.3H156.005V1803.62C156.005 1804.58 156.309 1805.12 157.205 1805.12C157.477 1805.12 157.829 1805.01 158.085 1804.91L158.341 1805.9C157.909 1806.05 157.381 1806.19 156.901 1806.19ZM162.864 1806.19C160.96 1806.19 159.264 1804.7 159.264 1802.13C159.264 1799.52 160.96 1798.03 162.864 1798.03C164.768 1798.03 166.464 1799.52 166.464 1802.13C166.464 1804.7 164.768 1806.19 162.864 1806.19ZM162.864 1805.1C164.208 1805.1 165.104 1803.9 165.104 1802.13C165.104 1800.34 164.208 1799.12 162.864 1799.12C161.536 1799.12 160.624 1800.34 160.624 1802.13C160.624 1803.9 161.536 1805.1 162.864 1805.1ZM175.187 1806.19C173.123 1806.19 171.539 1804.7 171.539 1802.13C171.539 1799.52 173.283 1798.03 175.283 1798.03C176.307 1798.03 177.011 1798.45 177.555 1798.94L176.883 1799.81C176.435 1799.41 175.955 1799.12 175.331 1799.12C173.923 1799.12 172.899 1800.34 172.899 1802.13C172.899 1803.9 173.875 1805.1 175.299 1805.1C176.019 1805.1 176.643 1804.75 177.123 1804.32L177.699 1805.2C176.995 1805.82 176.115 1806.19 175.187 1806.19ZM182.292 1806.19C180.388 1806.19 178.692 1804.7 178.692 1802.13C178.692 1799.52 180.388 1798.03 182.292 1798.03C184.196 1798.03 185.892 1799.52 185.892 1802.13C185.892 1804.7 184.196 1806.19 182.292 1806.19ZM182.292 1805.1C183.636 1805.1 184.532 1803.9 184.532 1802.13C184.532 1800.34 183.636 1799.12 182.292 1799.12C180.964 1799.12 180.052 1800.34 180.052 1802.13C180.052 1803.9 180.964 1805.1 182.292 1805.1ZM188.14 1806V1798.22H189.228L189.34 1799.34H189.388C190.06 1798.61 190.876 1798.03 191.804 1798.03C192.988 1798.03 193.628 1798.59 193.948 1799.52C194.764 1798.64 195.564 1798.03 196.508 1798.03C198.108 1798.03 198.876 1799.09 198.876 1801.07V1806H197.564V1801.25C197.564 1799.79 197.1 1799.17 196.124 1799.17C195.516 1799.17 194.892 1799.57 194.172 1800.37V1806H192.86V1801.25C192.86 1799.79 192.396 1799.17 191.404 1799.17C190.828 1799.17 190.172 1799.57 189.452 1800.37V1806H188.14ZM201.606 1809.28V1798.22H202.694L202.806 1799.12H202.854C203.558 1798.53 204.422 1798.03 205.334 1798.03C207.334 1798.03 208.406 1799.58 208.406 1802C208.406 1804.64 206.822 1806.19 205.046 1806.19C204.326 1806.19 203.606 1805.86 202.886 1805.3L202.918 1806.66V1809.28H201.606ZM204.822 1805.09C206.102 1805.09 207.046 1803.92 207.046 1802C207.046 1800.29 206.47 1799.14 204.998 1799.14C204.342 1799.14 203.686 1799.5 202.918 1800.19V1804.27C203.622 1804.86 204.31 1805.09 204.822 1805.09ZM212.254 1806.19C210.958 1806.19 209.982 1805.38 209.982 1803.98C209.982 1802.29 211.438 1801.44 214.75 1801.07C214.75 1800.08 214.43 1799.12 213.15 1799.12C212.254 1799.12 211.438 1799.54 210.83 1799.95L210.318 1799.04C211.038 1798.58 212.126 1798.03 213.374 1798.03C215.278 1798.03 216.078 1799.3 216.078 1801.23V1806H214.99L214.878 1805.07H214.83C214.094 1805.68 213.23 1806.19 212.254 1806.19ZM212.638 1805.14C213.39 1805.14 213.998 1804.77 214.75 1804.1V1801.94C212.158 1802.26 211.262 1802.9 211.262 1803.89C211.262 1804.77 211.87 1805.14 212.638 1805.14ZM218.724 1806V1798.22H219.812L219.924 1799.63H219.972C220.5 1798.66 221.3 1798.03 222.18 1798.03C222.516 1798.03 222.756 1798.08 223.012 1798.19L222.756 1799.34C222.5 1799.26 222.324 1799.22 222.004 1799.22C221.348 1799.22 220.564 1799.7 220.036 1801.01V1806H218.724ZM227.467 1806.19C225.387 1806.19 223.739 1804.67 223.739 1802.13C223.739 1799.58 225.451 1798.03 227.227 1798.03C229.211 1798.03 230.331 1799.46 230.331 1801.68C230.331 1801.95 230.315 1802.24 230.283 1802.43H225.035C225.131 1804.08 226.139 1805.14 227.627 1805.14C228.363 1805.14 228.987 1804.9 229.563 1804.53L230.027 1805.39C229.355 1805.82 228.523 1806.19 227.467 1806.19ZM225.019 1801.49H229.179C229.179 1799.92 228.475 1799.07 227.259 1799.07C226.171 1799.07 225.179 1799.95 225.019 1801.49Z' fill='%232B2B2B'/%3E%3Cpath d='M237.808 1806V1797.55H234.944V1795.57H243.04V1797.55H240.176V1806H237.808ZM245.643 1806.19C244.187 1806.19 243.275 1805.14 243.275 1803.79C243.275 1802.13 244.603 1801.22 247.739 1800.9C247.691 1800.19 247.355 1799.74 246.491 1799.74C245.819 1799.74 245.163 1800.02 244.395 1800.46L243.547 1798.91C244.555 1798.3 245.691 1797.87 246.939 1797.87C248.971 1797.87 250.091 1799.02 250.091 1801.46V1806H248.171L248.011 1805.18H247.947C247.275 1805.78 246.539 1806.19 245.643 1806.19ZM246.443 1804.37C246.971 1804.37 247.323 1804.11 247.739 1803.7V1802.3C246.075 1802.53 245.531 1803.01 245.531 1803.62C245.531 1804.13 245.883 1804.37 246.443 1804.37ZM251.465 1806L253.897 1801.87L251.609 1798.06H254.137L254.841 1799.34C255.049 1799.79 255.289 1800.26 255.513 1800.7H255.577C255.737 1800.26 255.945 1799.79 256.121 1799.34L256.665 1798.06H259.097L256.793 1802.14L259.241 1806H256.713L255.945 1804.69C255.689 1804.24 255.449 1803.76 255.193 1803.31H255.129C254.937 1803.76 254.713 1804.22 254.521 1804.69L253.897 1806H251.465ZM260.891 1806V1795.57H263.835C267.019 1795.57 269.067 1797.15 269.067 1800.74C269.067 1804.32 267.019 1806 263.963 1806H260.891ZM263.243 1804.1H263.691C265.467 1804.1 266.651 1803.23 266.651 1800.74C266.651 1798.24 265.467 1797.47 263.691 1797.47H263.243V1804.1ZM274.464 1806.19C272.448 1806.19 270.592 1804.67 270.592 1802.03C270.592 1799.39 272.448 1797.87 274.464 1797.87C276.464 1797.87 278.32 1799.39 278.32 1802.03C278.32 1804.67 276.464 1806.19 274.464 1806.19ZM274.464 1804.29C275.424 1804.29 275.92 1803.41 275.92 1802.03C275.92 1800.66 275.424 1799.78 274.464 1799.78C273.488 1799.78 273.008 1800.66 273.008 1802.03C273.008 1803.41 273.488 1804.29 274.464 1804.29ZM280.131 1806V1798.06H282.051L282.211 1799.09H282.275C282.931 1798.43 283.635 1797.87 284.675 1797.87C285.795 1797.87 286.467 1798.35 286.867 1799.2C287.571 1798.48 288.307 1797.87 289.363 1797.87C291.075 1797.87 291.843 1799.09 291.843 1801.07V1806H289.491V1801.38C289.491 1800.22 289.187 1799.87 288.515 1799.87C288.115 1799.87 287.667 1800.13 287.155 1800.64V1806H284.803V1801.38C284.803 1800.22 284.499 1799.87 283.827 1799.87C283.443 1799.87 282.979 1800.13 282.483 1800.64V1806H280.131ZM297.601 1806.19C295.329 1806.19 293.585 1804.66 293.585 1802.03C293.585 1799.46 295.425 1797.87 297.329 1797.87C299.585 1797.87 300.705 1799.52 300.705 1801.68C300.705 1802.1 300.657 1802.53 300.609 1802.72H295.857C296.065 1803.87 296.865 1804.4 297.921 1804.4C298.513 1804.4 299.057 1804.22 299.633 1803.87L300.417 1805.3C299.601 1805.86 298.545 1806.19 297.601 1806.19ZM295.841 1801.17H298.705C298.705 1800.29 298.321 1799.66 297.377 1799.66C296.641 1799.66 296.001 1800.16 295.841 1801.17ZM305.934 1808.94V1798.06H307.854L308.014 1798.85H308.078C308.702 1798.29 309.502 1797.87 310.334 1797.87C312.254 1797.87 313.438 1799.46 313.438 1801.9C313.438 1804.62 311.806 1806.19 310.094 1806.19C309.406 1806.19 308.766 1805.89 308.206 1805.36L308.286 1806.62V1808.94H305.934ZM309.55 1804.27C310.366 1804.27 311.022 1803.57 311.022 1801.94C311.022 1800.51 310.59 1799.79 309.646 1799.79C309.166 1799.79 308.75 1800.02 308.286 1800.51V1803.76C308.702 1804.14 309.15 1804.27 309.55 1804.27ZM315.306 1806V1798.06H317.226L317.386 1799.46H317.45C318.026 1798.38 318.89 1797.87 319.706 1797.87C320.154 1797.87 320.426 1797.94 320.65 1798.03L320.266 1800.06C319.978 1799.98 319.738 1799.94 319.402 1799.94C318.81 1799.94 318.074 1800.32 317.658 1801.39V1806H315.306ZM321.881 1806V1798.06H324.233V1806H321.881ZM323.049 1796.9C322.265 1796.9 321.689 1796.38 321.689 1795.66C321.689 1794.94 322.265 1794.45 323.049 1794.45C323.849 1794.45 324.409 1794.94 324.409 1795.66C324.409 1796.38 323.849 1796.9 323.049 1796.9ZM329.958 1806.19C327.75 1806.19 326.038 1804.67 326.038 1802.03C326.038 1799.39 327.974 1797.87 330.166 1797.87C331.142 1797.87 331.894 1798.22 332.486 1798.72L331.382 1800.24C330.998 1799.92 330.678 1799.78 330.31 1799.78C329.174 1799.78 328.454 1800.66 328.454 1802.03C328.454 1803.41 329.206 1804.29 330.23 1804.29C330.742 1804.29 331.238 1804.03 331.654 1803.71L332.582 1805.25C331.798 1805.94 330.822 1806.19 329.958 1806.19ZM334.171 1806V1798.06H336.523V1806H334.171ZM335.339 1796.9C334.555 1796.9 333.979 1796.38 333.979 1795.66C333.979 1794.94 334.555 1794.45 335.339 1794.45C336.139 1794.45 336.699 1794.94 336.699 1795.66C336.699 1796.38 336.139 1796.9 335.339 1796.9ZM338.793 1806V1798.06H340.713L340.873 1799.07H340.937C341.609 1798.43 342.409 1797.87 343.481 1797.87C345.209 1797.87 345.945 1799.09 345.945 1801.07V1806H343.593V1801.38C343.593 1800.22 343.289 1799.87 342.617 1799.87C342.025 1799.87 341.657 1800.14 341.145 1800.64V1806H338.793ZM350.981 1809.38C349.125 1809.38 347.653 1808.77 347.653 1807.36C347.653 1806.7 348.053 1806.18 348.789 1805.76V1805.7C348.373 1805.42 348.053 1805.01 348.053 1804.35C348.053 1803.78 348.437 1803.22 348.949 1802.86V1802.8C348.389 1802.42 347.877 1801.66 347.877 1800.74C347.877 1798.83 349.445 1797.87 351.157 1797.87C351.605 1797.87 352.037 1797.94 352.389 1798.06H355.285V1799.78H354.021C354.165 1800.02 354.277 1800.4 354.277 1800.82C354.277 1802.64 352.901 1803.49 351.157 1803.49C350.869 1803.49 350.549 1803.44 350.197 1803.33C349.989 1803.5 349.909 1803.65 349.909 1803.92C349.909 1804.32 350.229 1804.51 351.109 1804.51H352.389C354.341 1804.51 355.413 1805.1 355.413 1806.53C355.413 1808.18 353.701 1809.38 350.981 1809.38ZM351.157 1802.06C351.781 1802.06 352.245 1801.62 352.245 1800.74C352.245 1799.9 351.781 1799.46 351.157 1799.46C350.533 1799.46 350.069 1799.89 350.069 1800.74C350.069 1801.62 350.533 1802.06 351.157 1802.06ZM351.349 1807.9C352.405 1807.9 353.173 1807.47 353.173 1806.93C353.173 1806.43 352.741 1806.3 351.957 1806.3H351.141C350.597 1806.3 350.277 1806.27 350.021 1806.21C349.733 1806.46 349.589 1806.7 349.589 1806.99C349.589 1807.58 350.293 1807.9 351.349 1807.9ZM360.299 1808.94V1798.06H362.219L362.379 1798.85H362.443C363.067 1798.29 363.867 1797.87 364.699 1797.87C366.619 1797.87 367.803 1799.46 367.803 1801.9C367.803 1804.62 366.171 1806.19 364.459 1806.19C363.771 1806.19 363.131 1805.89 362.571 1805.36L362.651 1806.62V1808.94H360.299ZM363.915 1804.27C364.731 1804.27 365.387 1803.57 365.387 1801.94C365.387 1800.51 364.955 1799.79 364.011 1799.79C363.531 1799.79 363.115 1800.02 362.651 1800.51V1803.76C363.067 1804.14 363.515 1804.27 363.915 1804.27ZM371.831 1806.19C370.215 1806.19 369.671 1805.14 369.671 1803.54V1794.78H372.023V1803.63C372.023 1804.13 372.247 1804.29 372.439 1804.29C372.535 1804.29 372.599 1804.29 372.727 1804.26L373.015 1806C372.759 1806.11 372.359 1806.19 371.831 1806.19ZM376.449 1806.19C374.993 1806.19 374.081 1805.14 374.081 1803.79C374.081 1802.13 375.409 1801.22 378.545 1800.9C378.497 1800.19 378.161 1799.74 377.297 1799.74C376.625 1799.74 375.969 1800.02 375.201 1800.46L374.353 1798.91C375.361 1798.3 376.497 1797.87 377.745 1797.87C379.777 1797.87 380.897 1799.02 380.897 1801.46V1806H378.977L378.817 1805.18H378.753C378.081 1805.78 377.345 1806.19 376.449 1806.19ZM377.249 1804.37C377.777 1804.37 378.129 1804.11 378.545 1803.7V1802.3C376.881 1802.53 376.337 1803.01 376.337 1803.62C376.337 1804.13 376.689 1804.37 377.249 1804.37ZM383.087 1806V1798.06H385.007L385.167 1799.07H385.231C385.903 1798.43 386.703 1797.87 387.775 1797.87C389.503 1797.87 390.239 1799.09 390.239 1801.07V1806H387.887V1801.38C387.887 1800.22 387.583 1799.87 386.911 1799.87C386.319 1799.87 385.951 1800.14 385.439 1800.64V1806H383.087ZM394.779 1806.19C393.739 1806.19 392.539 1805.74 391.739 1805.09L392.795 1803.62C393.515 1804.16 394.171 1804.45 394.843 1804.45C395.547 1804.45 395.851 1804.19 395.851 1803.78C395.851 1803.25 395.051 1803.01 394.235 1802.69C393.275 1802.32 392.139 1801.66 392.139 1800.35C392.139 1798.88 393.339 1797.87 395.179 1797.87C396.395 1797.87 397.291 1798.37 397.979 1798.88L396.923 1800.29C396.347 1799.87 395.803 1799.62 395.243 1799.62C394.635 1799.62 394.347 1799.84 394.347 1800.24C394.347 1800.75 395.083 1800.94 395.899 1801.25C396.907 1801.62 398.043 1802.18 398.043 1803.63C398.043 1805.07 396.907 1806.19 394.779 1806.19Z' fill='%231976D3'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1711V1710H793V1711H123Z' fill='%23E0E7EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M123 1711V1710H793V1711H123Z' fill='%23E0E7EF'/%3E%3Cpath d='M778 1743.32L784.933 1736.68L792 1743.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M778 1743.32L784.933 1736.68L792 1743.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M778 1582.32L784.933 1575.68L792 1582.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M778 1582.32L784.933 1575.68L792 1582.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M778 1423.32L784.933 1416.68L792 1423.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M778 1423.32L784.933 1416.68L792 1423.32' stroke='%2324C875' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cg filter='url(%23filter0_d_37184_48150)'%3E%3Crect x='833' y='802' width='410' height='420' fill='white'/%3E%3C/g%3E%3Crect x='865' y='834' width='346' height='357' fill='%23F3F8FD'/%3E%3Cpath d='M965.624 1045V985.2H981.448V1045H965.624ZM993.933 1045V985.2H1010.86L1019.88 1009.67C1020.98 1012.98 1021.9 1016.66 1023.01 1020.16H1023.37C1024.48 1016.66 1025.4 1012.98 1026.5 1009.67L1035.15 985.2H1052.08V1045H1037.73V1027.34C1037.73 1021.26 1039.01 1011.97 1039.75 1005.99H1039.38L1034.41 1020.34L1027.05 1040.12H1018.59L1011.23 1020.34L1006.45 1005.99H1006.08C1006.81 1011.97 1008.1 1021.26 1008.1 1027.34V1045H993.933ZM1092.16 1046.1C1075.42 1046.1 1061.98 1035.98 1061.98 1015.56C1061.98 995.504 1075.78 984.096 1091.79 984.096C1100.62 984.096 1107.06 987.776 1111.3 992.008L1103.02 1002.13C1100.07 999.552 1097.13 997.712 1092.34 997.712C1084.25 997.712 1078.18 1004.15 1078.18 1015.01C1078.18 1026.23 1083.14 1032.49 1093.82 1032.49C1095.47 1032.49 1097.31 1032.12 1098.42 1031.38V1023.1H1089.58V1010.22H1112.4V1038.74C1108.17 1042.79 1100.62 1046.1 1092.16 1046.1Z' fill='%23D0E0F1'/%3E%3Cg filter='url(%23filter1_d_37184_48150)'%3E%3Crect x='629' y='140' width='614' height='368' fill='white'/%3E%3C/g%3E%3Crect x='661' y='172' width='550' height='303' fill='%23F3F8FD'/%3E%3Cpath d='M858.624 357V297.2H874.448V357H858.624ZM886.933 357V297.2H903.861L912.877 321.672C913.981 324.984 914.901 328.664 916.005 332.16H916.373C917.477 328.664 918.397 324.984 919.501 321.672L928.149 297.2H945.077V357H930.725V339.336C930.725 333.264 932.013 323.972 932.749 317.992H932.381L927.413 332.344L920.053 352.124H911.589L904.229 332.344L899.445 317.992H899.077C899.813 323.972 901.101 333.264 901.101 339.336V357H886.933ZM985.159 358.104C968.415 358.104 954.983 347.984 954.983 327.56C954.983 307.504 968.783 296.096 984.791 296.096C993.623 296.096 1000.06 299.776 1004.3 304.008L996.015 314.128C993.071 311.552 990.127 309.712 985.343 309.712C977.247 309.712 971.175 316.152 971.175 327.008C971.175 338.232 976.143 344.488 986.815 344.488C988.471 344.488 990.311 344.12 991.415 343.384V335.104H982.583V322.224H1005.4V350.744C1001.17 354.792 993.623 358.104 985.159 358.104Z' fill='%23D0E0F1'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_37184_48150' x='803' y='792' width='470' height='480' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='20'/%3E%3CfeGaussianBlur stdDeviation='15'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.168627 0 0 0 0 0.168627 0 0 0 0 0.168627 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37184_48150'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37184_48150' result='shape'/%3E%3C/filter%3E%3Cfilter id='filter1_d_37184_48150' x='599' y='130' width='674' height='428' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='20'/%3E%3CfeGaussianBlur stdDeviation='15'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.168627 0 0 0 0 0.168627 0 0 0 0 0.168627 0 0 0 0.1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_37184_48150'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_37184_48150' result='shape'/%3E%3C/filter%3E%3CclipPath id='clip0_37184_48150'%3E%3Crect width='1366' height='289' fill='white' transform='translate(0 2006)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_37184_48150'%3E%3Crect width='247.384' height='40' fill='white' transform='translate(123 2215)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_37184_48150'%3E%3Crect width='1366' height='120' fill='white' transform='translate(0 1886)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_37184_48150'%3E%3Crect width='1366' height='140' fill='white' transform='translate(1366 648) rotate(-180)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_37184_48150'%3E%3Crect width='411' height='273' fill='white' transform='translate(832 802)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_37184_48150'%3E%3Crect width='411' height='273' fill='white' transform='translate(832 802)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top left;
}
@media screen and (max-width: 767.98px) {
  .needhelp::before {
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg width='375' height='39' viewBox='0 0 375 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0H375V38H0V0Z' fill='%23003260'/%3E%3Cmask id='mask0_41885_17961' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='375' height='39'%3E%3Crect width='375' height='38.4334' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_41885_17961)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M560.479 188.637L639.309 318.134C662.023 355.447 663.992 392.603 643.807 429.709C594.865 518.914 545.18 609.324 496.238 698.529C474.438 736.617 442.283 757.695 397.232 758.798C295.513 761.306 193.052 765.018 91.3335 767.526C50.1783 767.762 16.7226 752.781 -4.9892 717.114C-60.8459 627.78 -115.886 534.94 -171.001 444.402C-193.715 407.089 -188.633 369.401 -168.448 332.295C-120.99 245.498 -71.2492 158.814 -25.5352 71.5741C-2.71531 29.1046 34.3378 8.80497 80.5956 8.47193C178.956 6.50406 276.11 3.76632 373.468 0.152309C421.674 -0.614671 457.672 17.3307 481.24 60.8921C506.626 102.595 534.09 145.288 560.479 188.637Z' fill='%23F3F8FD'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat top left;
  }
}
.needhelp__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.needhelp__inner-left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
@media screen and (max-width: 575.98px) {
  .needhelp__inner-left {
    width: 100%;
    padding-left: 0;
  }
}
.needhelp__inner-left h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 28px;
}
.needhelp__inner-left p {
  color: rgb(41, 41, 41);
  font-size: 16px;
  max-width: 525px;
  line-height: 1.42857143;
}
.needhelp__inner-right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
}
.needhelp__inner-right img {
  background: #ffffff;
  box-shadow: 0px 20px 30px rgba(43, 43, 43, 0.1);
  padding: 25px;
  border-radius: 8px;
}
@media screen and (max-width: 575.98px) {
  .needhelp__inner-right {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
}
.needhelp .taxdome__button {
  margin-top: 26px;
}
.needhelp .taxdome__button a {
  margin-left: 0;
}
@media screen and (max-width: 767.98px) {
  .needhelp .taxdome__button a {
    margin-left: auto;
    min-width: 315px;
  }
}

.imgleft {
  color: #000000;
  background: #ffffff;
  padding: 80px 0;
}
.imgleft .container {
  padding: 0 40px;
}
@media screen and (max-width: 767.98px) {
  .imgleft .container {
    padding: 0 30px;
  }
}
.imgleft h2 {
  padding-bottom: 38px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #174fae;
  margin: 0 auto;
  text-align: center;
}
.imgleft h2 span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .imgleft h2 {
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
  }
}
.imgleft__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.imgleft__inner img {
  background: #ffffff;
  padding: 25px;
  border-radius: 8px;
  width: 185px;
}
.imgleft__inner-left {
  width: 280px;
  padding-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
}
.imgleft__inner-left ul {
  margin: 0 0 0 -16px;
}
.imgleft__inner-left ul li {
  list-style-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_37184_47148)'%3E%3Cpath d='M8 0C3.60594 0 0 3.60594 0 8C0 12.3941 3.60594 16 8 16C12.3941 16 16 12.3941 16 8C16 3.60594 12.3941 0 8 0ZM8.08676 10.6797C7.4962 11.2166 6.58808 11.195 6.02372 10.6306L4.19141 8.79834C3.82533 8.43227 3.82533 7.83873 4.19141 7.47265C4.55749 7.10658 5.15101 7.10658 5.51709 7.47265L6.78169 8.73726C6.95607 8.91164 7.23667 8.91832 7.41915 8.75243L10.8945 5.59319C11.2775 5.24498 11.8703 5.27313 12.2186 5.65608C12.567 6.03917 12.5389 6.63222 12.1557 6.98057L8.08676 10.6797Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37184_47148'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  font-size: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767.98px) {
  .imgleft__inner-left {
    width: 100%;
    padding-top: 5px;
  }
}
.imgleft__inner-right {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 575.98px) {
  .imgleft__inner-right {
    width: 100%;
    padding-left: 0;
  }
}
.imgleft__inner-right-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.imgleft__inner-right-text p {
  display: block;
  margin: 15px 0;
}
.imgleft__inner-right-text span {
  color: #0033A0;
}
.imgleft__inner-right ul {
  margin: 0;
  padding: 0 16px;
}
.imgleft__inner-right ul li {
  list-style-image: none;
  line-height: 1.42857143;
  font-size: 16px;
}
.imgleft__inner-right ul li::marker {
  color: #1976d3;
}

.fourcolumns {
  padding: 80px 0;
  position: relative;
  z-index: 3;
  background: #ededed;
  color: #0b0b0b;
}
.fourcolumns .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .fourcolumns .container {
    flex-direction: column;
    padding: 0;
  }
}
.fourcolumns h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #2B2B2B;
  margin-bottom: 62px;
}
.fourcolumns__header {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .fourcolumns__header {
    width: 100%;
  }
}
.fourcolumns__header h2 {
  display: block;
  background-color: #ffffff;
  padding: 50px;
  box-shadow: 0px 4px 12px 0px rgba(43, 43, 43, 0.08);
  border-radius: 8px;
}
@media screen and (max-width: 767.98px) {
  .fourcolumns__header h2 {
    border-radius: 0;
    width: 100%;
  }
}
.fourcolumns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 490px;
}
@media screen and (max-width: 575.98px) {
  .fourcolumns__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 30px;
  }
}
.fourcolumns__inner-item {
  max-width: 180px;
  flex-direction: column;
  border-radius: 8px;
  padding-bottom: 48px;
}
@media screen and (max-width: 575.98px) {
  .fourcolumns__inner-item {
    max-width: 100%;
  }
}
.fourcolumns__inner-item-image img {
  max-width: 48px;
  height: auto;
}
.fourcolumns__inner-item-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
}

.fourblue {
  position: relative;
  z-index: 3;
  background: #ededed;
  color: #0b0b0b;
}
.fourblue .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .fourblue .container {
    flex-direction: column;
    padding: 0;
  }
}
.fourblue__back {
  background-color: #003260;
  padding: 80px 0;
}
.fourblue::before {
  height: 140px;
  width: 100%;
  content: "";
  display: block;
  background: url("data:image/svg+xml,%3Csvg width='1366' height='140' viewBox='0 0 1366 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_37178_44897)'%3E%3Crect width='1366' height='140' transform='translate(1366 140) rotate(-180)' fill='%23003260'/%3E%3Cmask id='mask0_37178_44897' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1366' height='140'%3E%3Crect x='1366' y='140' width='1366' height='140' transform='rotate(-180 1366 140)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_37178_44897)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-675.637 -547.142L-962.79 -1018.86C-1045.53 -1154.78 -1052.7 -1290.12 -979.174 -1425.29C-800.893 -1750.23 -619.908 -2079.56 -441.628 -2404.51C-362.219 -2543.25 -245.09 -2620.03 -80.9823 -2624.05C289.545 -2633.19 662.776 -2646.71 1033.3 -2655.84C1183.22 -2656.7 1305.09 -2602.13 1384.17 -2472.21C1587.64 -2146.79 1788.14 -1808.61 1988.9 -1478.81C2071.64 -1342.89 2053.13 -1205.6 1979.6 -1070.44C1806.73 -754.265 1625.54 -438.508 1459.02 -120.72C1375.89 33.9819 1240.92 107.927 1072.42 109.14C714.124 116.308 360.224 126.281 5.58024 139.445C-170.018 142.239 -301.147 76.8702 -386.997 -81.8096C-479.47 -233.718 -579.513 -389.237 -675.637 -547.142Z' fill='%2324C875'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37178_44897'%3E%3Crect width='1366' height='140' fill='white' transform='translate(1366 140) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top right;
  position: relative;
  margin-top: -140px;
}
@media screen and (max-width: 767.98px) {
  .fourblue::before {
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg width='375' height='39' viewBox='0 0 375 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41885_17686)'%3E%3Crect width='375' height='38.4334' transform='translate(375 38.4333) rotate(-180)' fill='%23003260'/%3E%3Cmask id='mask0_41885_17686' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-991' y='-102' width='1366' height='141'%3E%3Crect x='375' y='38.4333' width='1366' height='140' transform='rotate(-180 375 38.4333)' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_41885_17686)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-185.479 -150.203L-264.309 -279.701C-287.023 -317.014 -288.992 -354.17 -268.807 -391.275C-219.865 -480.481 -170.18 -570.89 -121.238 -660.096C-99.4379 -698.184 -67.2833 -719.262 -22.2317 -720.365C79.487 -722.873 181.948 -726.585 283.667 -729.093C324.822 -729.328 358.277 -714.347 379.989 -678.681C435.846 -589.346 490.886 -496.507 546.001 -405.968C568.715 -368.655 563.633 -330.967 543.448 -293.862C495.99 -207.064 446.249 -120.381 400.535 -33.1405C377.715 9.32898 340.662 29.6286 294.404 29.9616C196.044 31.9295 98.89 34.6672 1.53181 38.2812C-46.6742 39.0482 -82.6722 21.1028 -106.24 -22.4586C-131.626 -64.1611 -159.09 -106.855 -185.479 -150.203Z' fill='%2324C875'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41885_17686'%3E%3Crect width='375' height='38.4334' fill='white' transform='translate(375 38.4333) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top right;
    margin-top: -38px;
  }
}
.fourblue h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #2B2B2B;
  margin-bottom: 32px;
}
.fourblue__header {
  width: 50%;
  max-width: 592px;
  align-items: center;
  display: block;
  background-color: #ffffff;
  padding: 50px;
  box-shadow: 0px 4px 12px 0px rgba(43, 43, 43, 0.08);
  border-radius: 8px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.fourblue__header span {
  color: #2B2B2B;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
@media screen and (max-width: 767.98px) {
  .fourblue__header {
    padding: 30px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .fourblue__header h2 {
    border-radius: 0;
    width: 100%;
  }
}
.fourblue__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  max-width: 490px;
}
@media screen and (max-width: 575.98px) {
  .fourblue__inner {
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 0 30px;
  }
}
.fourblue__inner-item {
  max-width: 180px;
  flex-direction: column;
  border-radius: 8px;
  padding-bottom: 48px;
}
@media screen and (max-width: 575.98px) {
  .fourblue__inner-item {
    max-width: 100%;
  }
}
.fourblue__inner-item-image img {
  max-width: 48px;
  height: auto;
}
.fourblue__inner-item-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  margin-top: 16px;
}

.twocolumns {
  color: #ffffff;
  background: #003260;
  position: relative;
  z-index: 2;
  padding-bottom: 140px;
}
@media screen and (max-width: 767.98px) {
  .twocolumns {
    padding-bottom: 40px;
  }
}
.twocolumns::before {
  background: url("data:image/svg+xml,%3Csvg width='1366' height='140' viewBox='0 0 1366 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_37184_48373)'%3E%3Crect width='1366' height='140' transform='translate(0 -0.00878906)' fill='%23F3F8FD'/%3E%3Cmask id='mask0_37184_48373' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='-1' width='1366' height='141'%3E%3Crect y='-0.00878906' width='1366' height='140' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_37184_48373)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2041.64 687.133L2328.79 1158.85C2411.53 1294.77 2418.7 1430.11 2345.17 1565.28C2166.89 1890.22 1985.91 2219.55 1807.63 2544.5C1728.22 2683.24 1611.09 2760.02 1446.98 2764.04C1076.45 2773.18 703.224 2786.7 332.697 2795.83C182.782 2796.69 60.9141 2742.12 -18.1747 2612.2C-221.642 2286.78 -422.136 1948.6 -622.9 1618.8C-705.639 1482.88 -687.128 1345.6 -613.599 1210.43C-440.725 894.257 -259.537 578.499 -93.0168 260.712C-9.89136 106.009 125.081 32.0646 293.582 30.8515C651.876 23.6834 1005.78 13.7108 1360.42 0.546194C1536.02 -2.24758 1667.15 63.1214 1753 221.801C1845.47 373.71 1945.51 529.228 2041.64 687.133Z' fill='%23003260'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_37184_48373'%3E%3Crect width='1366' height='140' fill='white' transform='translate(0 -0.00878906)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top left;
  height: 140px;
  width: 100%;
  content: "";
  display: block;
}
@media screen and (max-width: 767.98px) {
  .twocolumns::before {
    height: 38px;
    background: url("data:image/svg+xml,%3Csvg width='375' height='39' viewBox='0 0 375 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_41885_18095)'%3E%3Crect width='375' height='38.4334' fill='%23F3F8FD'/%3E%3Cmask id='mask0_41885_18095' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='1366' height='141'%3E%3Crect width='1366' height='140' fill='%23D9D9D9'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_41885_18095)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M560.479 188.637L639.309 318.135C662.023 355.447 663.992 392.603 643.807 429.709C594.864 518.914 545.18 609.324 496.237 698.529C474.438 736.618 442.283 757.695 397.232 758.798C295.513 761.306 193.052 765.018 91.3333 767.527C50.1782 767.762 16.7225 752.781 -4.9893 717.114C-60.8459 627.78 -115.886 534.94 -171.001 444.402C-193.715 407.089 -188.633 369.401 -168.448 332.296C-120.99 245.498 -71.2491 158.814 -25.5352 71.5742C-2.71527 29.1047 34.3379 8.80503 80.5956 8.472C178.956 6.50417 276.11 3.76645 373.468 0.152466C421.674 -0.614518 457.672 17.3309 481.24 60.8923C506.626 102.595 534.09 145.288 560.479 188.637Z' fill='%23003260'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_41885_18095'%3E%3Crect width='375' height='38.4334' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat top left;
  }
}
.twocolumns .taxdome__button a {
  margin-left: 0;
}
.twocolumns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
}
@media screen and (max-width: 767.98px) {
  .twocolumns__inner {
    flex-direction: column;
    margin: 0;
  }
}
.twocolumns__inner-left, .twocolumns__inner-right {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .twocolumns__inner-left, .twocolumns__inner-right {
    width: 100%;
  }
}
.twocolumns__inner-left h3, .twocolumns__inner-right h3 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
  max-width: 480px;
}
@media screen and (max-width: 767.98px) {
  .twocolumns__inner-left h3, .twocolumns__inner-right h3 {
    font-size: 25px;
    padding-bottom: 30px;
    text-align: center;
    max-width: 100%;
  }
}
.twocolumns__inner-left .img-left, .twocolumns__inner-left .img-right, .twocolumns__inner-right .img-left, .twocolumns__inner-right .img-right {
  margin-right: 15px;
}
@media screen and (max-width: 767.98px) {
  .twocolumns__inner-left .img-left, .twocolumns__inner-left .img-right, .twocolumns__inner-right .img-left, .twocolumns__inner-right .img-right {
    margin: 15px 0;
  }
}
.twocolumns__inner-left-image, .twocolumns__inner-right-image {
  margin-top: 65px;
  box-shadow: 0 20px 30px rgba(43, 43, 43, 0.1);
  border-radius: 4px;
  background: #ffffff;
}
.twocolumns__inner-left-image img, .twocolumns__inner-right-image img {
  padding: 32px;
  background: #ffffff;
}
.twocolumns__inner-left-description, .twocolumns__inner-right-description {
  margin-bottom: 24px;
}
.twocolumns__inner-left-description a, .twocolumns__inner-right-description a {
  text-decoration: none;
  color: #1976d3;
  font-weight: 700;
}
.twocolumns__inner-left-description ul, .twocolumns__inner-right-description ul {
  margin: 0 0 0 -16px;
}
.twocolumns__inner-left-description ul li, .twocolumns__inner-right-description ul li {
  list-style-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzBfMTYpIj4KPHBhdGggZD0iTTggMEMzLjYwNTk0IDAgMCAzLjYwNTk0IDAgOEMwIDEyLjM5NDEgMy42MDU5NCAxNiA4IDE2QzEyLjM5NDEgMTYgMTYgMTIuMzk0MSAxNiA4QzE2IDMuNjA1OTQgMTIuMzk0MSAwIDggMFpNOC4wODY3NiAxMC42Nzk3QzcuNDk2MiAxMS4yMTY2IDYuNTg4MDggMTEuMTk1IDYuMDIzNzIgMTAuNjMwNkw0LjE5MTQxIDguNzk4MzRDMy44MjUzMyA4LjQzMjI3IDMuODI1MzMgNy44Mzg3MyA0LjE5MTQxIDcuNDcyNjVDNC41NTc0OSA3LjEwNjU4IDUuMTUxMDEgNy4xMDY1OCA1LjUxNzA5IDcuNDcyNjVMNi43ODE2OSA4LjczNzI2QzYuOTU2MDcgOC45MTE2NCA3LjIzNjY3IDguOTE4MzIgNy40MTkxNSA4Ljc1MjQzTDEwLjg5NDUgNS41OTMxOUMxMS4yNzc1IDUuMjQ0OTggMTEuODcwMyA1LjI3MzEzIDEyLjIxODYgNS42NTYwOEMxMi41NjcgNi4wMzkxNyAxMi41Mzg5IDYuNjMyMjIgMTIuMTU1NyA2Ljk4MDU3TDguMDg2NzYgMTAuNjc5N1oiIGZpbGw9IiMyNEM4NzUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8wXzE2Ij4KPHJlY3Qgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");
  font-size: 16px;
  padding-bottom: 10px;
}
.twocolumns__inner-left-bottom, .twocolumns__inner-right-bottom {
  margin-top: 12px;
  display: inline-block;
  width: 100%;
  max-width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.2px;
  color: #ffffff;
  min-height: 97px;
}
@media screen and (max-width: 767.98px) {
  .twocolumns__inner-left-bottom, .twocolumns__inner-right-bottom {
    min-height: auto;
  }
}

.bluefour {
  padding: 0 0 40px 0;
  position: relative;
  z-index: 3;
  margin-top: -200px;
  background: #ededed;
  color: #0b0b0b;
}
.bluefour__bottom {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #2B2B2B;
  max-width: 800px;
  width: 100%;
  margin: 43px auto;
}
.bluefour h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 45px;
  color: #ffffff;
  margin-bottom: 82px;
  text-align: center;
}
.bluefour__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 575.98px) {
  .bluefour__inner {
    flex-direction: column;
    flex-wrap: nowrap;
  }
}
.bluefour__inner-item {
  max-width: calc(25% - 24px);
  text-align: center;
  padding: 20px;
  flex-direction: column;
  background: #ffffff;
  box-shadow: 0px 23px 31px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}
@media screen and (max-width: 575.98px) {
  .bluefour__inner-item {
    max-width: 100%;
  }
}
.bluefour__inner-item-image img {
  max-width: 170px;
  height: auto;
  position: relative;
  margin-top: -80px;
}
.bluefour__inner-item-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.arrow-up {
  position: fixed;
  right: -60px;
  bottom: 45px;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  outline: 0;
  cursor: pointer;
  z-index: 99;
  transition: all 0.3s;
}

.arrow-up--visible {
  right: 30px;
}

@media screen and (max-width: 480px) {
  .arrow-up--visible {
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .arrow-up {
    width: 30px;
    height: 30px;
  }
}
.arrow-up a {
  outline: none;
}

/**
 * Component: Cookies
 */
.cookie-banner {
  background-color: #ffffff;
  box-shadow: 0 20px 30px rgba(43, 43, 43, 0.1);
  border-radius: 8px;
  bottom: 10px;
  color: #0F172A;
  max-width: 537px;
  padding: 35px 40px;
  position: fixed;
  right: 10px;
  visibility: visible;
  width: 100%;
  z-index: 9;
}
.cookie-banner__headline {
  margin-right: auto;
}
.cookie-banner__headline h3 {
  margin-top: 0;
}
.cookie-banner__headline * {
  color: #2B2B2B;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.2;
}
.cookie-banner__info * {
  font-size: 15px;
  line-height: 1.3;
}
.cookie-banner__info * a {
  color: #E41E26;
  font-weight: 700;
  text-decoration: none;
}
.cookie-banner__action .btn {
  font-size: 16px;
  height: 48px;
  width: 100%;
  min-width: auto;
  padding: 0 24px;
  transition: 0.3s;
  background-color: #E41E26;
  border: 1px solid #E41E26;
  color: #ffffff;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 48px;
  line-height: 17px;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-right: auto;
}
.cookie-banner__action .btn:hover {
  background-color: #E41E26;
  border-color: #E41E26;
}
.cookie-banner__head {
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2B2B2B;
}
.cookie-banner__brandmark {
  height: 24px;
  position: relative;
  width: 82px;
}
.cookie-banner__brandmark * {
  height: 100%;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}
.cookie-banner__content {
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
  color: #2B2B2B;
  line-height: 1.2;
}
.cookie-banner__close {
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  margin-left: 8px;
  background: transparent url("../images/close-blue.svg");
  cursor: pointer;
}
.cookie-banner__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  justify-content: space-between;
}
.cookie-banner__button {
  padding-left: 7px;
  padding-right: 7px;
  cursor: pointer;
}
.cookie-banner.cookie-banner_closed {
  display: none;
}

.icon-close-blue {
  background-image: url("../images/close-blue.svg");
}

.cookie-manage-content {
  margin-top: 19px;
  max-width: 544px;
  max-height: 200px;
  overflow-y: auto;
  width: 100%;
}
.cookie-manage-label:not(:first-child) {
  margin-top: 17px;
}
.cookie-manage-label {
  max-width: 100%;
  width: 100%;
}
.cookie-manage-label__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.cookie-manage__field-label {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.cookie-manage__field-chekbox {
  margin-right: 8px;
  max-width: 32px;
  width: 100%;
}
.cookie-manage__field-description {
  margin-top: 17px;
}
.cookie-manage-banner__action {
  margin-top: 19px;
}
.cookie-manage-banner__action .cookie-banner__button {
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
}
.cookie-manage-banner__action .cookie-banner__button.cookie-banner__button-back {
  margin-left: auto;
}
.cookie-manage__field-label * {
  color: #0F172A;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
.cookie-manage__field-description * {
  color: #0F172A;
  font-size: 14px;
  line-height: 1;
}

@media (min-width: 567px) {
  .cookie-banner.cookie-view-large {
    max-width: 615px;
  }
}
@media (max-width: 567px) {
  .taxdome-modal_cookie-description * {
    font-size: 14px;
    line-height: 1;
  }
  .cookie-manage-content {
    max-width: 100%;
  }
  .cookie-banner {
    max-width: calc(100% - 20px);
    padding: 12px 20px 20px;
  }
  .cookie-banner__agree {
    min-height: 48px;
  }
  .cookie-banner__button,
.cookie-manage-banner__action .cookie-banner__button {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 16px;
  }
  .cookie-banner__action .cookie-banner__button:last-child {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cookie-banner__content {
    margin-bottom: 19px;
  }
  #cookieModal .taxdome-modal_block {
    padding: 12px 20px 22px;
  }
  .cookie-banner.cookie-view-large .cookie-banner__action .cookie-banner__button {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
#cookieModal .taxdome-modal_block {
  max-width: 624px;
}

.taxdome-modal {
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  background: rgba(0, 50, 96, 0.85);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  transform: scale(0);
  top: 0;
  visibility: visible;
  z-index: 10;
}

.taxdome-modal.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.taxdome-modal__overlay {
  color: rgba(0, 50, 96, 0.85);
  margin: auto;
  padding: 50px 15px;
  position: relative;
}

.taxdome-modal_block {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 30px rgba(43, 43, 43, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  padding: 42px;
}

.taxdome-modal_headline {
  align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin-bottom: 12px;
}

.taxdome-modal_title * {
  color: #2B2B2B;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.2;
  margin: 0;
}

.taxdome-modal_description {
  max-width: 100%;
  width: 100%;
}

.taxdome-modal_description * {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  color: #2B2B2B;
}

.taxdome-modal__close {
  background: transparent;
  border: none;
  margin-left: auto;
  padding: 4px 0 4px 8px;
}

.language-modal__container {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(7, 1fr);
}

.language-modal__item {
  min-width: 200px;
  padding: 12px 0;
}

.language-modal__link {
  align-items: center;
  color: #2B2B2B;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row nowrap;
  font-size: 14px;
  font-weight: 500;
  justify-content: flex-start;
  text-decoration: none;
  transition: color 0.5s;
}

.language-modal__link.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.language-modal__link:hover {
  color: rgba(0, 50, 96, 0.85);
}

.language-modal__link b {
  font-weight: 900;
  margin-left: 10px;
}

.language-modal__link span::before {
  content: "-";
  margin: 0 3px;
}

.taxdome-modal__container {
  max-width: 100%;
  min-width: 250px;
  position: relative;
  width: 100%;
}

.taxdome-modal__container:nth-child(8n+18) {
  grid-row-start: 1;
}

.taxdome-modal_notice {
  max-width: 218px;
  padding-left: 15px;
}

.taxdome-modal_notice * {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #2B2B2B;
}

.taxdome-modal_notice a {
  color: rgba(0, 50, 96, 0.85);
  font-weight: 700;
}

.taxdome-modal.is-visible {
  transform: scale(1);
}

.taxdome-modal.is-visible .taxdome-modal_block {
  transform: scale(1);
}

.taxdome-modal.modal-out {
  transform: scale(0);
}

.cookie-banner__action .btn.taxdome__button-light {
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid #E41E26;
  color: #E41E26;
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  border-radius: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  min-height: 48px;
  font-size: 16px;
  height: 48px;
  width: 100%;
  min-width: auto;
  padding: 0 24px;
  line-height: 17px;
  font-weight: 600;
  white-space: normal;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
}
.cookie-banner__action .btn.taxdome__button-light:hover {
  background-color: #E41E26;
  border-color: #E41E26;
  color: #ffffff;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.happy {
  padding: 80px 0;
  position: relative;
  min-height: 520px;
  background: #ffffff;
  color: #0b0b0b;
}
@media screen and (max-width: 767.98px) {
  .happy {
    padding: 40px 0;
    min-height: auto;
  }
}
.happy__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.happy__main h2 {
  padding-bottom: 38px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #174fae;
  margin: 0 auto;
  text-align: center;
}
.happy__main h2 span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .happy__main h2 {
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
  }
}
.happy__main ul {
  list-style: none;
}
.happy__main-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 40px;
  padding-top: 40px;
}
.happy__main-brands .brands_inner {
  width: 180px;
}
@media screen and (max-width: 767.98px) {
  .happy__main-brands .brands_inner {
    width: 47%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .happy__main-brands {
    padding-left: 0;
    gap: 8px;
  }
}

.ms-carousel-force-height .slides > li.ms-image img {
  height: -moz-fit-content !important;
  height: -webkit-fit-content !important;
  height: fit-content !important;
  width: auto;
  -o-object-fit: scale-down !important;
     object-fit: scale-down !important;
  text-align: center !important;
  margin: 0 auto !important;
}

.metaslider .slides img {
  width: 100%;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.get {
  padding: 80px 0;
  position: relative;
  min-height: 520px;
  background: #ffffff;
  color: #0b0b0b;
}
@media screen and (max-width: 767.98px) {
  .get {
    padding: 40px 0;
    min-height: auto;
  }
}
.get__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.get__main h2 {
  padding-bottom: 38px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #174fae;
  margin: 0 auto;
  text-align: center;
}
.get__main h2 span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .get__main h2 {
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
  }
}
.get__main ul {
  list-style: none;
}
.get__main-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 40px;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .get__main-blocks {
    flex-direction: column;
    padding-left: 0;
  }
}
.get__main-blocks .block_inner {
  width: 49%;
  background-color: rgba(168, 179, 207, 0.22);
  border-radius: 20px;
  padding: 20px 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767.98px) {
  .get__main-blocks .block_inner {
    width: 100%;
  }
}
.get__main-blocks .block_inner img {
  width: 130px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
@media screen and (max-width: 991.98px) {
  .get__main-blocks .block_inner img {
    width: 130px;
    height: 130px;
  }
}
.get__main-blocks .block_inner .block_inner-text {
  width: calc(100% - 140px);
}

.steps {
  padding: 80px 0;
  background: #ededed;
  color: #0b0b0b;
  position: relative;
  min-height: 520px;
}
@media screen and (max-width: 767.98px) {
  .steps {
    padding: 40px 0;
    min-height: auto;
  }
}
.steps__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.steps__main h2 {
  padding-bottom: 38px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #174fae;
  margin: 0 auto;
  text-align: center;
}
.steps__main h2 span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .steps__main h2 {
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
  }
}
.steps__main ul {
  list-style: none;
}
.steps__main-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: baseline;
  padding-bottom: 40px;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .steps__main-blocks {
    flex-direction: column;
    padding-left: 0;
  }
}
.steps__main-blocks .block_inner {
  width: 30%;
  min-height: 130px;
  background-color: transparent;
  border-radius: 20px;
  padding: 60px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border: 3px solid #174fae;
  position: relative;
}
.steps__main-blocks .block_inner::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 72px;
  height: 72px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .steps__main-blocks .block_inner {
    width: 100%;
  }
}
.steps__main-blocks .block_inner img {
  width: 130px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.steps__main-blocks .block_inner .block_inner-text {
  width: 100%;
}

.steps__main-blocks > li:nth-child(1)::before {
  background-image: url("../images/steps-1.png");
}

.steps__main-blocks > li:nth-child(2)::before {
  background-image: url("../images/steps-2.png");
}

.steps__main-blocks > li:nth-child(3)::before {
  background-image: url("../images/steps-3.png");
}

.steps__main-blocks > li:nth-child(4)::before {
  background-image: url("../images/steps-4.png");
}

.steps__main-blocks > li:nth-child(5)::before {
  background-image: url("../images/steps-5.png");
}

.steps__main-blocks > li:nth-child(6)::before {
  background-image: url("../images/steps-6.png");
}

.plan {
  padding: 80px 0;
  position: relative;
  min-height: 520px;
  background: #ededed;
  color: #0b0b0b;
}
@media screen and (max-width: 767.98px) {
  .plan {
    padding: 40px 0;
    min-height: auto;
  }
}
.plan__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.plan__main h2 {
  padding-bottom: 38px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #174fae;
  margin: 0 auto;
  text-align: center;
}
.plan__main h2 span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .plan__main h2 {
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
  }
}
.plan__main-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 48px;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: baseline;
  padding-bottom: 40px;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .plan__main-blocks {
    flex-direction: column;
    padding-left: 0;
  }
}
.plan__main-blocks-inner {
  max-width: 280px;
  width: 100%;
  min-height: 422px;
  background-color: transparent;
  border-radius: 20px;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 40px rgba(128, 128, 128, 0.4);
}
.plan__main-blocks-inner .block_inner-bottom {
  line-height: 1.7;
}
.plan__main-blocks-inner .block_inner-title {
  font-weight: 600;
  font-size: 20px;
  width: 100%;
  padding-bottom: 20px;
  line-height: 1;
  border-bottom: 2px solid #ffffff;
  text-align: center;
}
.plan__main-blocks-inner li {
  list-style-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.18018C7.34721 9.18018 9.25 7.27739 9.25 4.93018C9.25 2.58297 7.34721 0.680176 5 0.680176C2.65279 0.680176 0.75 2.58297 0.75 4.93018C0.75 7.27739 2.65279 9.18018 5 9.18018Z' fill='white'/%3E%3C/svg%3E%0A");
  color: #0b0b0b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 1px 0;
  position: relative;
  padding-left: 12px;
}
.plan__main-blocks-inner ul {
  padding-left: 20px;
  margin-left: 0;
}
@media screen and (max-width: 767.98px) {
  .plan__main-blocks-inner {
    width: 100%;
    max-width: 100%;
  }
}
.plan__main-blocks-inner img {
  width: 130px;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
}
.plan__main-blocks-inner .block_inner-text {
  width: 100%;
}

.plan__main-blocks-inner.style1 {
  background-color: #ededed;
}

.plan__main-blocks-inner.style2 {
  background-color: #ededed;
}

.plan__main-blocks-inner.style3 {
  background-color: #ededed;
}

.plan__main-blocks-inner.style4 {
  background-color: #ededed;
}

.main-button.plan {
  margin-top: 46px;
  font-size: 17px;
}

.plan__main-blocks-all {
  margin-top: 16px;
}

.slider {
  padding: 80px 0;
  background: #ffffff;
  color: #0b0b0b;
  position: relative;
  min-height: 520px;
}
@media screen and (max-width: 767.98px) {
  .slider {
    padding: 40px 0;
    min-height: auto;
  }
}
.slider__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
.slider__main-content {
  padding: 0 65px;
}
@media screen and (max-width: 991.98px) {
  .slider__main-content {
    padding: 0 10px;
  }
}
.slider__main h2 {
  padding-bottom: 38px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #174fae;
  margin: 0 auto;
  text-align: center;
}
.slider__main h2 span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .slider__main h2 {
    padding-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
  }
}

#metaslider-id-983 .flexslider .caption-wrap {
  position: absolute;
  background: transparent !important;
  border: none;
  top: 0;
  right: 0;
}

#metaslider_983.flexslider .slides li {
  border-radius: 20px;
  border: 4px solid #0033A0;
  position: relative;
  margin-left: 10px;
  height: 313px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0, 199, 255, 0.39)), color-stop(50%, transparent));
  background: linear-gradient(to right, rgba(0, 199, 255, 0.39) 50%, transparent 50%);
}
@media screen and (max-width: 991.98px) {
  #metaslider_983.flexslider .slides li {
    height: 400px;
    margin-left: 0;
  }
}

#metaslider_983.flexslider .slides li img {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  max-width: 270px;
  -o-object-fit: inherit;
     object-fit: inherit;
  border-bottom-left-radius: 20px;
}

.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption {
  padding: 10px 10px 10px 0 !important;
  text-align: right !important;
  width: 100% !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption .name {
  font-size: 16px;
  font-weight: 600;
  color: #E41E26;
}
.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption .desc {
  font-weight: 500;
  font-style: italic;
  font-size: 16px;
  line-height: 1.5;
  padding-left: 40%;
}
@media screen and (max-width: 991.98px) {
  .metaslider.ms-theme-clarity .flexslider .caption-wrap .caption .desc {
    font-size: 14px;
  }
}
.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption .position {
  font-weight: 400;
  font-size: 14px;
}
.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption .button {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: end;
}
.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption .button a {
  display: block;
  width: 45px;
  height: 32px;
  text-decoration: none;
  font-size: 0px;
  background: url("data:image/svg+xml,%3Csvg width='45' height='32' viewBox='0 0 45 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M37.38 0.609985H7.57999C3.59999 0.609985 0.369995 4.29 0.369995 8.84V23.56C0.369995 28.1 3.59999 31.79 7.57999 31.79H37.38C41.36 31.79 44.59 28.11 44.59 23.56V8.84C44.59 4.29 41.37 0.609985 37.38 0.609985ZM17.89 23.76V8.63L30.82 16.19L17.89 23.76Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat;
  transition: filter 0.3s ease;
}
.metaslider.ms-theme-clarity .flexslider .caption-wrap .caption .button a:hover {
  filter: brightness(0) saturate(100%) invert(76%) sepia(10%) saturate(4311%) hue-rotate(152deg) brightness(100%) contrast(100%);
}

#metaslider-id-983 .flexslider .flex-control-nav li a.flex-active {
  background: #E41E26 !important;
  width: 13px !important;
  height: 13px !important;
}

.metaslider.ms-theme-clarity .flexslider .flex-control-paging li a {
  width: 8px !important;
  height: 8px !important;
  background: #E41E26 !important;
}

#metaslider-id-983 .flexslider .flex-direction-nav li {
  background-color: transparent !important;
}

#metaslider-id-983 .flexslider .flex-direction-nav li {
  border-color: transparent !important;
}

#metaslider-id-983 .flexslider .flex-direction-nav li a.flex-prev, #metaslider-id-983 .flexslider .flex-direction-nav li a.flex-next {
  background-color: #E41E26 !important;
}

#metaslider-id-983 .flexslider .flex-direction-nav li a.flex-prev:hover, #metaslider-id-983 .flexslider .flex-direction-nav li a.flex-next:hover {
  background-color: #ffffff !important;
}

@media screen and (max-width: 991.98px) {
  .metaslider.ms-theme-clarity .flexslider .flex-direction-nav li.flex-nav-prev {
    left: 0px !important;
  }
}

@media screen and (max-width: 991.98px) {
  .metaslider.ms-theme-clarity .flexslider .flex-direction-nav li.flex-nav-next {
    right: 0px !important;
  }
}

.speakers {
  margin-top: 0;
  background: #ededed;
  color: #0b0b0b;
  padding: 80px 0;
}
@media screen and (max-width: 767.98px) {
  .speakers {
    margin: 0;
    padding: 40px 0;
  }
}
.speakers__speaker-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 48px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  padding: 40px 0;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .speakers__speaker-blocks {
    flex-direction: column;
    padding-left: 0;
  }
}
.speakers__speaker-blocks-inner {
  background-color: transparent;
  border-radius: 20px;
  padding: 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25), 0 0 40px rgba(128, 128, 128, 0.4);
  min-height: 334px;
  color: #ffffff;
  gap: 0;
  flex-direction: column;
}
.speakers__speaker-blocks-inner .block_inner-title {
  font-size: 20px;
  font-weight: 600;
}
.speakers__speaker-blocks-inner .block_inner-social {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: right;
}
.speakers__speaker-blocks-inner .block_inner-social a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 400;
  font-style: italic;
  font-size: 11px;
  line-height: 100%;
  padding-left: 24px;
  background: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.92999 5.35986H0.97998V17.0898H4.92999V5.35986Z' fill='white'/%3E%3Cpath d='M18.77 9.94011C18.62 7.55011 17.8499 6.71007 16.9399 5.90007C16.0299 5.09007 14.31 4.82003 12.83 5.36003C11.93 5.69003 11.2599 6.38005 10.9199 6.88005V5.37028H6.91992V17.07H10.2499H10.8599H10.9099V10.55C10.9099 10.55 10.89 10.5503 10.95 9.87028C11.01 9.19028 11.74 8.64032 12.02 8.41032C12.3 8.18032 13.4999 8.0203 14.2599 8.6403C15.0199 9.2603 14.8799 10.8302 14.8799 10.8302V17.07H18.77C18.77 17.08 18.91 12.3301 18.77 9.94011Z' fill='white'/%3E%3Cpath d='M2.94995 4.14014C4.20916 4.14014 5.22992 3.30279 5.22992 2.27002C5.22992 1.23725 4.20916 0.399902 2.94995 0.399902C1.69074 0.399902 0.669922 1.23725 0.669922 2.27002C0.669922 3.30279 1.69074 4.14014 2.94995 4.14014Z' fill='white'/%3E%3C/svg%3E%0A") no-repeat center left;
  display: block;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  padding-bottom: 6px;
  padding-top: 6px;
}
.speakers__speaker-blocks-inner img {
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 20px;
}
.speakers__speaker-blocks-all {
  width: 32%;
  max-width: 270px;
  min-height: 334px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .speakers__speaker-blocks-all {
    width: 100%;
    max-width: 100%;
  }
}
.speakers h2 {
  padding-bottom: 38px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #174fae;
  margin: 0 auto;
  text-align: center;
}
.speakers h2 span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .speakers h2 {
    padding: 0 15px 30px 15px;
    font-size: 28px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
  }
}
.speakers .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.speakers__description {
  width: 100%;
  margin: 0 auto 15px auto;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 600;
}
.speakers__description span {
  color: #0033A0;
}
@media screen and (max-width: 767.98px) {
  .speakers__description {
    padding: 0 15px;
  }
}
.speakers__left {
  max-width: 682px;
  padding-right: 15px;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .speakers__left {
    max-width: 100%;
  }
}
.speakers__left-block {
  background-color: transparent;
  padding: 15px 15px;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.speakers__left-block span {
  color: #0033A0;
}
.speakers__left ul {
  padding-left: 20px;
}
.speakers__left .item_inner {
  opacity: 0.9;
}
.speakers__left li {
  list-style-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.22998 8.56006C7.57719 8.56006 9.47998 6.65727 9.47998 4.31006C9.47998 1.96285 7.57719 0.0600586 5.22998 0.0600586C2.88277 0.0600586 0.97998 1.96285 0.97998 4.31006C0.97998 6.65727 2.88277 8.56006 5.22998 8.56006Z' fill='%239D4DFF'/%3E%3C/svg%3E%0A");
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin: 10px 0;
  position: relative;
  padding-left: 18px;
}
.speakers__left li a {
  color: #000000;
  font-weight: 700;
}
.speakers__left li span {
  color: #0033A0;
}
.speakers__right {
  width: 100%;
  max-width: 305px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .speakers__right {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }
}

.speakers__speaker-blocks-inner.style1 {
  background: #E41E26;
}

.speakers__speaker-blocks-inner.style2 {
  background: #0033A0;
}

.speakers__speaker-blocks-inner.style3 {
  background: #CF3B9D;
}

.hero {
  background: #ededed;
  color: #0b0b0b;
  padding: 80px 0 50px 0;
}
.hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991.98px) {
  .hero__inner {
    flex-wrap: wrap;
  }
}
.hero__inner-podiska {
  width: 280px;
  display: block;
  min-width: 280px;
}
@media screen and (max-width: 991.98px) {
  .hero__inner-podiska {
    width: 100%;
  }
}
.hero__inner-podiska h2.subscribe-form__title {
  font-weight: 700;
  font-size: 25px;
  color: rgb(157, 77, 255);
  margin-bottom: 20px;
}
@media screen and (max-width: 991.98px) {
  .hero__inner-podiska h2.subscribe-form__title {
    margin-top: 20px;
  }
}
.hero__inner-podiska input {
  width: 280px;
  border: 3px solid rgb(168, 179, 207);
  border-radius: 12px;
  background: #ededed;
  color: #0b0b0b;
  min-height: 53px;
  margin-bottom: 24px;
  padding: 0 8px;
}
.hero__inner-podiska input::-moz-placeholder {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}
.hero__inner-podiska input::placeholder {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  .hero__inner-podiska input {
    width: 100%;
  }
}
.hero__inner-left {
  max-width: 263px;
}
@media screen and (max-width: 991.98px) {
  .hero__inner-left {
    max-width: 100%;
  }
}
.hero__inner h1 {
  color: #E41E26;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5;
}
.hero__inner-right-text {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
}
.hero__inner-right-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: #0033A0;
}

.blog {
  background: rgb(30, 42, 67);
  padding: 80px 0;
}
.blog h3.blog__item-title {
  padding: 0 1.5rem;
}
.blog h3.blog__item-title a {
  text-decoration: none;
  color: rgb(0, 199, 255);
  font-weight: 700;
  font-size: 17px;
}
.blog h3.blog__item-title a:hover {
  text-decoration: none;
}
.blog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.blog__main img {
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__main .blog__item {
  flex: 0 0 calc(33.333% - 1.333rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: #ffffff;
  background: #3C4862;
  border-radius: 20px;
  line-height: 1.5;
}
.blog__main .blog__item-link {
  display: block;
}
.blog__main .blog__item-link .blog__item-image {
  width: 100%;
  display: block;
}
.blog__main .blog__item-content {
  padding: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.blog__main .blog__item-content-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0.75rem;
}
.blog__main .blog__item-content-meta .blog__item-date {
  margin-right: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.32 1.13007H9.58997V0.710083C9.58997 0.480083 9.39998 0.290039 9.16998 0.290039C8.93998 0.290039 8.74997 0.480083 8.74997 0.710083V1.13007H2.90997V0.710083C2.90997 0.480083 2.71999 0.290039 2.48999 0.290039C2.25999 0.290039 2.06998 0.480083 2.06998 0.710083V1.13007H1.33997C0.819966 1.13007 0.399963 1.55007 0.399963 2.07007V10.2101C0.399963 10.7301 0.819966 11.1501 1.33997 11.1501H10.32C10.84 11.1501 11.26 10.7301 11.26 10.2101V2.07007C11.26 1.55007 10.84 1.13007 10.32 1.13007ZM1.34998 1.96008H2.07999V2.38007C2.07999 2.61007 2.26997 2.80005 2.49997 2.80005C2.72997 2.80005 2.91998 2.61007 2.91998 2.38007V1.96008H8.75998V2.38007C8.75998 2.61007 8.94999 2.80005 9.17999 2.80005C9.40999 2.80005 9.59998 2.61007 9.59998 2.38007V1.96008H10.33C10.39 1.96008 10.43 2.01006 10.43 2.06006V3.21008H1.24997V2.06006C1.23997 2.01006 1.28998 1.96008 1.34998 1.96008ZM10.32 10.3101H1.33997C1.27997 10.3101 1.23999 10.2601 1.23999 10.2101V4.05005H10.42V10.2101C10.43 10.2701 10.38 10.3101 10.32 10.3101Z' fill='%239D4DFF'/%3E%3C/svg%3E%0A") no-repeat left center;
}
.blog__main .blog__item-content-meta .blog__item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.blog__main .blog__item-content-meta .blog__item-author::before {
  font-weight: 900;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.blog__main .blog__item-content-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 0.75rem;
}
.blog__main .blog__item-content-title a {
  text-decoration: none;
  color: rgb(0, 199, 255);
  font-weight: 700;
  font-size: 17px;
}
.blog__main .blog__item-content-title a:hover {
  text-decoration: none;
}
.blog__main .blog__item-content-excerpt {
  font-size: 1rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.85);
  flex-grow: 1;
  margin-bottom: 1rem;
}
.blog__main .blog__item-content-readmore {
  align-self: flex-start;
  background: #E41E26;
  color: #ffffff;
  padding: 0.5rem 1.25rem;
  border-radius: 0.25rem;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.2s ease-in-out;
}
.blog__main .blog__item-content-readmore:hover {
  background: #b9161d;
}
@media screen and (max-width: 991.98px) {
  .blog__main {
    gap: 1.5rem;
  }
  .blog__main .blog__item {
    flex: 0 0 100%;
  }
}
.blog p.blog__item-excerpt {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
}
.blog .button-blog a {
  padding: 10px 12px;
  margin-right: 0;
  margin-top: 22px;
  min-width: 115px;
  border-radius: 8px;
}
.blog .blog__item-date {
  padding-left: 18px;
  font-weight: 400;
  font-size: 9px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.32 1.13007H9.58997V0.710083C9.58997 0.480083 9.39998 0.290039 9.16998 0.290039C8.93998 0.290039 8.74997 0.480083 8.74997 0.710083V1.13007H2.90997V0.710083C2.90997 0.480083 2.71999 0.290039 2.48999 0.290039C2.25999 0.290039 2.06998 0.480083 2.06998 0.710083V1.13007H1.33997C0.819966 1.13007 0.399963 1.55007 0.399963 2.07007V10.2101C0.399963 10.7301 0.819966 11.1501 1.33997 11.1501H10.32C10.84 11.1501 11.26 10.7301 11.26 10.2101V2.07007C11.26 1.55007 10.84 1.13007 10.32 1.13007ZM1.34998 1.96008H2.07999V2.38007C2.07999 2.61007 2.26997 2.80005 2.49997 2.80005C2.72997 2.80005 2.91998 2.61007 2.91998 2.38007V1.96008H8.75998V2.38007C8.75998 2.61007 8.94999 2.80005 9.17999 2.80005C9.40999 2.80005 9.59998 2.61007 9.59998 2.38007V1.96008H10.33C10.39 1.96008 10.43 2.01006 10.43 2.06006V3.21008H1.24997V2.06006C1.23997 2.01006 1.28998 1.96008 1.34998 1.96008ZM10.32 10.3101H1.33997C1.27997 10.3101 1.23999 10.2601 1.23999 10.2101V4.05005H10.42V10.2101C10.43 10.2701 10.38 10.3101 10.32 10.3101Z' fill='%239D4DFF'/%3E%3C/svg%3E%0A") no-repeat left center;
}
.blog .blog__item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.blog .blog__item-author {
  display: block;
  padding-left: 14px;
  font-weight: 400;
  font-size: 9px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.64996 2.21027C1.64996 3.29027 2.52996 4.18024 3.61996 4.18024C4.69996 4.18024 5.58997 3.30027 5.58997 2.21027C5.58997 1.12027 4.70996 0.240234 3.61996 0.240234C2.52996 0.250234 1.64996 1.13027 1.64996 2.21027ZM3.61996 1.01025C4.27996 1.01025 4.81998 1.55027 4.81998 2.21027C4.81998 2.87027 4.27996 3.41022 3.61996 3.41022C2.95996 3.41022 2.41998 2.87027 2.41998 2.21027C2.41998 1.55027 2.95996 1.01025 3.61996 1.01025Z' fill='%239D4DFF'/%3E%3Cpath d='M2.09998 4.59009C1.01998 4.59009 0.149963 5.46004 0.149963 6.54004V9.04004C0.149963 9.76004 0.549993 10.4201 1.17999 10.7601V14.04C1.17999 14.9 1.87998 15.5901 2.72998 15.5901H4.49997C5.35997 15.5901 6.04999 14.89 6.04999 14.04V10.7501C6.66999 10.4101 7.07999 9.76009 7.07999 9.03009V6.53009C7.07999 5.45009 6.20997 4.58008 5.12997 4.58008L2.09998 4.59009ZM6.31998 6.54004V9.04004C6.31998 9.53004 6.00999 9.98009 5.54999 10.1501C5.39999 10.2101 5.29999 10.3501 5.29999 10.5101V14.04C5.29999 14.47 4.94999 14.8201 4.51999 14.8201H2.74997C2.31997 14.8201 1.96997 14.47 1.96997 14.04V10.5101C1.96997 10.3501 1.86997 10.2101 1.71997 10.1501C1.25997 9.98009 0.949982 9.54004 0.949982 9.04004V6.54004C0.949982 5.89004 1.47997 5.36005 2.12997 5.36005H5.16998C5.78998 5.36005 6.31998 5.89004 6.31998 6.54004Z' fill='%239D4DFF'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.single-post {
  color: #ffffff;
  background: rgb(30, 42, 67);
  padding: 80px 0;
  line-height: 1.5;
}
.single-post .single-post__date {
  padding-left: 18px;
  font-weight: 400;
  font-size: 14px;
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.32 1.13007H9.58997V0.710083C9.58997 0.480083 9.39998 0.290039 9.16998 0.290039C8.93998 0.290039 8.74997 0.480083 8.74997 0.710083V1.13007H2.90997V0.710083C2.90997 0.480083 2.71999 0.290039 2.48999 0.290039C2.25999 0.290039 2.06998 0.480083 2.06998 0.710083V1.13007H1.33997C0.819966 1.13007 0.399963 1.55007 0.399963 2.07007V10.2101C0.399963 10.7301 0.819966 11.1501 1.33997 11.1501H10.32C10.84 11.1501 11.26 10.7301 11.26 10.2101V2.07007C11.26 1.55007 10.84 1.13007 10.32 1.13007ZM1.34998 1.96008H2.07999V2.38007C2.07999 2.61007 2.26997 2.80005 2.49997 2.80005C2.72997 2.80005 2.91998 2.61007 2.91998 2.38007V1.96008H8.75998V2.38007C8.75998 2.61007 8.94999 2.80005 9.17999 2.80005C9.40999 2.80005 9.59998 2.61007 9.59998 2.38007V1.96008H10.33C10.39 1.96008 10.43 2.01006 10.43 2.06006V3.21008H1.24997V2.06006C1.23997 2.01006 1.28998 1.96008 1.34998 1.96008ZM10.32 10.3101H1.33997C1.27997 10.3101 1.23999 10.2601 1.23999 10.2101V4.05005H10.42V10.2101C10.43 10.2701 10.38 10.3101 10.32 10.3101Z' fill='%239D4DFF'/%3E%3C/svg%3E%0A") no-repeat left center;
}
.single-post .single-post__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.single-post .single-post__author {
  display: block;
  padding-left: 14px;
  font-weight: 400;
  font-size: 14px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg width='8' height='16' viewBox='0 0 8 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.64996 2.21027C1.64996 3.29027 2.52996 4.18024 3.61996 4.18024C4.69996 4.18024 5.58997 3.30027 5.58997 2.21027C5.58997 1.12027 4.70996 0.240234 3.61996 0.240234C2.52996 0.250234 1.64996 1.13027 1.64996 2.21027ZM3.61996 1.01025C4.27996 1.01025 4.81998 1.55027 4.81998 2.21027C4.81998 2.87027 4.27996 3.41022 3.61996 3.41022C2.95996 3.41022 2.41998 2.87027 2.41998 2.21027C2.41998 1.55027 2.95996 1.01025 3.61996 1.01025Z' fill='%239D4DFF'/%3E%3Cpath d='M2.09998 4.59009C1.01998 4.59009 0.149963 5.46004 0.149963 6.54004V9.04004C0.149963 9.76004 0.549993 10.4201 1.17999 10.7601V14.04C1.17999 14.9 1.87998 15.5901 2.72998 15.5901H4.49997C5.35997 15.5901 6.04999 14.89 6.04999 14.04V10.7501C6.66999 10.4101 7.07999 9.76009 7.07999 9.03009V6.53009C7.07999 5.45009 6.20997 4.58008 5.12997 4.58008L2.09998 4.59009ZM6.31998 6.54004V9.04004C6.31998 9.53004 6.00999 9.98009 5.54999 10.1501C5.39999 10.2101 5.29999 10.3501 5.29999 10.5101V14.04C5.29999 14.47 4.94999 14.8201 4.51999 14.8201H2.74997C2.31997 14.8201 1.96997 14.47 1.96997 14.04V10.5101C1.96997 10.3501 1.86997 10.2101 1.71997 10.1501C1.25997 9.98009 0.949982 9.54004 0.949982 9.04004V6.54004C0.949982 5.89004 1.47997 5.36005 2.12997 5.36005H5.16998C5.78998 5.36005 6.31998 5.89004 6.31998 6.54004Z' fill='%239D4DFF'/%3E%3C/svg%3E%0A") no-repeat left center;
}

.testimonials {
  background: #ededed;
  color: #0b0b0b;
  padding: 40px 0;
  line-height: 1.5;
}
.testimonials__description {
  color: #ddd;
  margin-bottom: 20px;
}
.testimonials__subdesc {
  color: rgb(0, 199, 255);
  margin-bottom: 30px;
}
.testimonials__cards-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 991.98px) {
  .testimonials__cards-container {
    flex-direction: column;
    gap: 16px;
  }
}
.testimonials__card {
  background: #2e3b5a;
  border-radius: 12px;
  padding: 0 0 40px 0;
  flex: 1 1 calc(50% - 20px);
  box-sizing: border-box;
}
@media screen and (max-width: 991.98px) {
  .testimonials__card {
    flex: 1 1 100%;
  }
}
.testimonials__card + .testimonials__card {
  /* Необязательно, так как gap уже задан */
}
.testimonials__name {
  font-size: 18px;
  font-weight: 700;
  color: #E41E26;
  margin-bottom: 8px;
  padding: 0 20px;
}
.testimonials__position {
  font-size: 14px;
  color: rgb(0, 199, 255);
  margin-bottom: 12px;
  padding: 0 20px;
}
.testimonials__photo {
  position: relative;
  margin-bottom: 12px;
}
.testimonials__photo-image {
  width: 100%;
  border-radius: 8px;
  display: block;
}
.testimonials__photo-link {
  display: block;
  position: relative;
}
.testimonials__photo .testimonials__play-icon {
  position: absolute;
  top: 20%;
  right: 0;
  transform: translate(-50%, -50%);
  display: block;
  width: 94px;
  height: 66px;
  color: rgba(255, 255, 255, 0.9);
  pointer-events: none;
  background: url("data:image/svg+xml,%3Csvg width='94' height='66' viewBox='0 0 94 66' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M78.76 0.350098H15.98C7.59004 0.350098 0.790039 8.10993 0.790039 17.6799V48.6799C0.790039 58.2499 7.59004 66.01 15.98 66.01H78.76C87.15 66.01 93.95 58.2499 93.95 48.6799V17.6799C93.95 8.11993 87.15 0.350098 78.76 0.350098ZM37.69 49.1201V17.25L64.93 33.1899L37.69 49.1201Z' fill='white'/%3E%3C/svg%3E%0A");
}
.testimonials__text {
  font-size: 15px;
  color: #eee;
  line-height: 1.6;
  padding: 0 20px;
}

.form-submit {
  background-color: #121c30;
  padding: 80px 0;
  /* ===== Grid layout ===== */
  /* ===== Submit button ===== */
  /* ===== Disclaimer text ===== */
}
.form-submit .sm-demo-box {
  background: #121c30;
  border: 3px solid #07dbff;
  border-radius: 12px;
  padding: 36px 82px 4px;
  max-width: 100%;
  margin: 0 auto 40px;
  color: #ffffff;
  font-family: "Inter", sans-serif;
}
.form-submit .sm-demo-title {
  margin: 0 0 32px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #a146ff; /* фиолетовый */
}
.form-submit .sm-demo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 28px 40px;
}
.form-submit .sm-demo-col input {
  width: 100%;
  padding: 4px 0 8px;
  background: transparent;
  border: none;
  border-bottom: 2px solid #07dbff;
  color: #fff;
  font-size: 16px;
  transition: border-color 0.25s;
}
.form-submit .sm-demo-col input::-moz-placeholder {
  color: #8c9bb5;
}
.form-submit .sm-demo-col input::placeholder {
  color: #8c9bb5;
}
.form-submit .sm-demo-col input:focus {
  outline: none;
  border-bottom-color: #a146ff;
}
.form-submit .sm-demo-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 34px;
}
.form-submit .sm-demo-btn {
  width: 100%;
  padding: 12px 0;
  background: #a146ff;
  border: none;
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.25s;
}
.form-submit .sm-demo-btn:hover,
.form-submit .sm-demo-btn:focus {
  background: #c56dff;
  outline: none;
}
.form-submit .sm-demo-note {
  margin: 24px 0 0;
  font-size: 13px;
  line-height: 1.4;
  color: #9aa7c3;
}
.form-submit .sm-demo-note a {
  color: #a146ff;
  text-decoration: none;
}
@media (max-width: 479px) {
  .form-submit .sm-demo-box {
    padding: 28px 20px;
  }
  .form-submit .sm-demo-title {
    font-size: 22px;
    line-height: 1.5;
  }
}

.stories {
  padding: 80px 0;
  background: #ededed;
  color: #0b0b0b;
}
.stories a {
  text-decoration: none;
}
.stories__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 32px;
}
.stories__btn {
  padding: 10px 34px;
  border: none;
  border-radius: 6px;
  font: 700 15px/1 "Inter", sans-serif;
  color: #fff;
  background: #c6c9e3;
  cursor: pointer;
  transition: background 0.25s;
}
.stories__btn.is-active {
  background: #bb4cff;
}
.stories__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 32px;
}
.stories__grid.is-single {
  grid-template-columns: repeat(2, minmax(340px, 1fr));
}
.stories__item {
  display: block;
}
.stories__card {
  border: 3px solid #07dbff;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  background: #182241;
  min-height: 390px;
}
.stories__img {
  background: #017d9e;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  text-align: center;
}
.stories__img img {
  max-width: -moz-max-content;
  max-width: -webkit-max-content;
  max-width: max-content;
  height: auto;
  max-height: 200px;
}
.stories__content {
  padding: 24px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex: 1;
  color: #fff;
}
.stories__desc {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0 0 auto;
}
.stories__cat {
  margin-top: 22px;
  font-size: 14px;
  color: rgb(157, 77, 255);
}
@media (max-width: 479px) {
  .stories__grid {
    grid-template-columns: 1fr;
  }
}

.soc {
  background: #ededed;
  color: #0b0b0b;
  padding: 60px 0;
}
.soc__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  text-align: center;
}
.soc__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  text-decoration: none;
  color: #fff;
  transition: transform 0.25s;
}
.soc__item:hover {
  transform: translateY(-4px);
}
.soc__label {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
}
.soc__icon {
  width: 52px;
  height: auto;
}
.soc__icon.first {
  width: 37px;
}
.soc__icon.second {
  width: 33px;
}

@media (max-width: 640px) {
  .soc__grid {
    flex-direction: column;
    align-items: center;
  }
}

/*# sourceMappingURL=styles.css.map*/