.tic-redesign-sandbox a {
  color: #008427;
}

.tic-redesign-sandbox button {
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
}

.tic-redesign-sandbox h1, .tic-redesign-sandbox h2, .tic-redesign-sandbox h3, .tic-redesign-sandbox h4, .tic-redesign-sandbox h5, .tic-redesign-sandbox h6, .tic-redesign-sandbox p, .tic-redesign-sandbox li {
  padding: 0;
  margin: 0 0 20px 0;
}

.tic-redesign-sandbox h1 {
  font-size: 56px;
  line-height: 1;
  color: #262626;
  letter-spacing: -0.8px;
  font-weight: 600;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox h1 {
    font-size: 44px;
    letter-spacing: -1.04px;
  }
}

.tic-redesign-sandbox .tic-section-heading {
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.8px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-section-heading {
    font-size: 44px;
  }
}

.tic-redesign-sandbox p, .tic-redesign-sandbox a {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox p, .tic-redesign-sandbox a {
    font-size: 16px;
  }
}

.tic-redesign-sandbox .tic-green-subhead, .tic-redesign-sandbox .category-abovetitle.tic-revised a {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: -0.3px;
  color: #008427;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-green-subhead, .tic-redesign-sandbox .category-abovetitle.tic-revised a {
    font-size: 16px;
  }
}

.tic-redesign-sandbox .category-abovetitle.tic-revised--news-center {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .category-abovetitle.tic-revised--news-center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tic-redesign-sandbox .category-abovetitle.tic-revised--news-center .second-breadcrumb {
    display: none;
  }
  .tic-redesign-sandbox .category-abovetitle.tic-revised--news-center img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.tic-redesign-sandbox .category-abovetitle.tic-revised--multimedia {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}

@media all and (max-width: 1449.98px) {
  .tic-redesign-sandbox .category-abovetitle.tic-revised--multimedia {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tic-redesign-sandbox .category-abovetitle.tic-revised--multimedia .first-breadcrumb, .tic-redesign-sandbox .category-abovetitle.tic-revised--multimedia .third-breadcrumb, .tic-redesign-sandbox .category-abovetitle.tic-revised--multimedia .breadcrumb-arrow--first {
    display: none;
  }
  .tic-redesign-sandbox .category-abovetitle.tic-revised--multimedia img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.tic-redesign-sandbox .category-abovetitle.tic-revised--single {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .category-abovetitle.tic-revised--single {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .tic-redesign-sandbox .category-abovetitle.tic-revised--single .hidden-breadcrumb, .tic-redesign-sandbox .category-abovetitle.tic-revised--single .breadcrumb-arrow--hidden {
    display: none;
  }
  .tic-redesign-sandbox .category-abovetitle.tic-revised--single img {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.tic-redesign-sandbox .tic-link-button {
  font-weight: 500;
  font-size: 19px;
  line-height: 1.16;
  letter-spacing: -0.3px;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 80px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

.tic-redesign-sandbox .tic-link-button--solid--white {
  border: 2px solid #ffffff;
  background-color: #ffffff;
  color: #262626;
}

.tic-redesign-sandbox .tic-link-button--solid--white:hover, .tic-redesign-sandbox .tic-link-button--solid--white:focus {
  border: 2px solid #262626;
  background-color: #262626;
  color: #ffffff;
}

.tic-redesign-sandbox .tic-link-button--solid--green {
  border: 2px solid #008427;
  background-color: #008427;
  color: #ffffff;
}

.tic-redesign-sandbox .tic-link-button--solid--green:hover, .tic-redesign-sandbox .tic-link-button--solid--green:focus {
  border: 2px solid #262626;
  background-color: #262626;
  color: #ffffff;
}

.tic-redesign-sandbox .tic-link-button--outline--white {
  border: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}

.tic-redesign-sandbox .tic-link-button--outline--white:hover, .tic-redesign-sandbox .tic-link-button--outline--white:focus {
  border: 2px solid #262626;
  background-color: #262626;
  color: #ffffff;
}

.tic-redesign-sandbox .tic-link-button--outline--black {
  border: 2px solid #262626;
  background-color: transparent;
  color: #262626;
}

.tic-redesign-sandbox .tic-link-button--outline--black:hover, .tic-redesign-sandbox .tic-link-button--outline--black:focus {
  border: 2px solid #262626;
  background-color: #262626;
  color: #ffffff;
}

.tic-redesign-sandbox .ttc-buttons-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.tic-redesign-sandbox .ttc-buttons-row .tic-link-button {
  width: calc((100% - 20px) / 2);
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .ttc-buttons-row .tic-link-button {
    width: 100%;
  }
}

.tic-redesign-sandbox .tic-cta-full-width-row {
  width: 100%;
  text-align: center;
  margin-top: 80px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-cta-full-width-row {
    margin-top: 60px;
  }
}

.tic-redesign-sandbox .tic-plus-cta {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.47;
  color: #262626;
  position: relative;
}

.tic-redesign-sandbox .tic-plus-cta:after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  top: calc(((100% - 25px) / 2));
  right: -35px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.0282 12.5C23.0282 18.272 18.1369 23.0218 12.0141 23.0218C5.89133 23.0218 1 18.272 1 12.5C1 6.72799 5.89133 1.9782 12.0141 1.9782C18.1369 1.9782 23.0282 6.72799 23.0282 12.5Z' stroke='%23262626' stroke-width='2'/%3E%3Cpath d='M12.0273 9.51845V15.4819' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.1385 12.5002H8.91626' stroke='%23262626' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.tic-redesign-sandbox .tic-plus-cta:hover, .tic-redesign-sandbox .tic-plus-cta:focus {
  text-decoration: underline;
}

.tic-redesign-sandbox .tic-plus-cta--white {
  color: #ffffff;
}

.tic-redesign-sandbox .tic-plus-cta--white:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.70396 6.2652C7.13292 6.66116 7.13292 7.33884 6.70396 7.7348L1 13' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-redesign-sandbox .tic-arrow-cta {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.47;
  color: #262626;
  position: relative;
}

.tic-redesign-sandbox .tic-arrow-cta:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 14px;
  top: calc(((100% - 14px) / 2));
  right: -20px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.70396 6.2652C7.13292 6.66116 7.13292 7.33884 6.70396 7.7348L1 13' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-redesign-sandbox .tic-arrow-cta:hover, .tic-redesign-sandbox .tic-arrow-cta:focus {
  text-decoration: underline;
  color: #262626;
}

.tic-redesign-sandbox .tic-arrow-cta:hover:after, .tic-redesign-sandbox .tic-arrow-cta:focus:after {
  right: -30px;
}

.tic-redesign-sandbox .tic-arrow-cta--white {
  color: #ffffff;
}

.tic-redesign-sandbox .tic-arrow-cta--white:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.70396 6.2652C7.13292 6.66116 7.13292 7.33884 6.70396 7.7348L1 13' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-redesign-sandbox .tic-arrow-cta--white:focus, .tic-redesign-sandbox .tic-arrow-cta--white:hover {
  color: #ffffff;
}

.tic-redesign-sandbox .tic-thumb-post-date {
  color: #6e6e6e;
  font-weight: 400;
}

.tic-redesign-sandbox .tic-custom-dropdown .custom-select {
  width: 100%;
  max-width: 500px;
  position: relative;
  margin: 20px 0;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-custom-dropdown .custom-select {
    margin: 20px auto;
  }
}

.tic-redesign-sandbox .tic-custom-dropdown .custom-select select {
  display: none;
}

.tic-redesign-sandbox .tic-custom-dropdown .selected-item {
  background: #ffffff;
  border: 1px solid #ffffff;
  padding: 25px 20px;
  color: #262626;
  cursor: pointer;
  z-index: 99;
  border-radius: 16px;
}

.tic-redesign-sandbox .tic-custom-dropdown .selected-item.arrowanim {
  border: 1px solid #008427;
}

.tic-redesign-sandbox .tic-custom-dropdown .selected-item:after {
  content: "";
  position: absolute;
  top: calc((100% - 20px)/2);
  right: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.00391 7L9.2691 12.704C9.66507 13.1329 10.3427 13.1329 10.7387 12.704L16.0039 7' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-redesign-sandbox .tic-custom-dropdown .arrowanim.selected-item:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.tic-redesign-sandbox .tic-custom-dropdown .item {
  background: #ffffff;
  padding: 25px 20px;
  color: #262626;
  cursor: pointer;
}

.tic-redesign-sandbox .tic-custom-dropdown .item:last-of-type {
  border-radius: 0 0 16px 16px;
}

.tic-redesign-sandbox .tic-custom-dropdown .item:first-of-type {
  border-radius: 16px 16px 0 0;
}

.tic-redesign-sandbox .tic-custom-dropdown .item:hover, .tic-redesign-sandbox .tic-custom-dropdown .item:focus {
  background: #F1F5F7;
}

.tic-redesign-sandbox .tic-custom-dropdown .all-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 10px #26262650;
          box-shadow: 0px 0px 10px #26262650;
  margin-top: 10px;
  border-radius: 16px;
}

.tic-redesign-sandbox .tic-custom-dropdown .all-items-hide {
  display: none;
}

.tic-redesign-sandbox .tic-custom-dropdown .sdf {
  border: 1px solid #008427;
}

.tic-redesign-sandbox .scroll-to-disclaimer-box {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

.tic-redesign-sandbox .scroll-to-disclaimer-box:focus, .tic-redesign-sandbox .scroll-to-disclaimer-box:hover {
  outline-offset: 1px;
  outline: 1px solid #ffffff;
}

.tic-redesign-sandbox .scroll-to-disclaimer-box--black {
  color: #262626;
}

.tic-redesign-sandbox .scroll-to-disclaimer-box--black:focus, .tic-redesign-sandbox .scroll-to-disclaimer-box--black:hover {
  outline: 1px solid #262626;
}

.special-header-right .tic-link-button {
  display: block;
}

@media all and (max-width: 989.98px) {
  .special-header-right .tic-link-button {
    display: none;
  }
}

.tic-redesign-sandbox .tic-max-width {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

.tic-redesign-sandbox .tic-max-width-no-padding {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.tic-redesign-sandbox .standard-padding {
  padding: 90px 120px;
}

@media (min-width: 768px) and (max-width: 989.98px) {
  .tic-redesign-sandbox .standard-padding {
    padding: 75px;
  }
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .standard-padding {
    padding: 60px 25px;
  }
}

.tic-redesign-sandbox .no-top-padding {
  padding-top: 0;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .no-top-padding {
    padding-top: 20px;
  }
}

.tic-redesign-sandbox .tic-post-thumbnail-link:hover .tic-post-thumbnail, .tic-redesign-sandbox .tic-post-thumbnail-link:focus .tic-post-thumbnail {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tic-redesign-sandbox .tic-post-thumbnail-link:hover .tic-post-thumbnail .tic-pt--title, .tic-redesign-sandbox .tic-post-thumbnail-link:focus .tic-post-thumbnail .tic-pt--title {
  text-decoration: underline;
}

.tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail {
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  margin-bottom: 60px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail {
    margin-bottom: 40px;
  }
}

.tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail .tic-green-subhead {
  margin-bottom: 10px;
}

.tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail .tic-pt--image {
  background-color: #008427;
  padding-top: 46%;
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail .tic-pt--title {
  color: #262626;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.25px;
  font-weight: 600;
  margin-bottom: 0;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail .tic-pt--title {
    font-size: 19px;
  }
}

.tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail .tic-pt--title--large {
  font-size: 40px;
  line-height: 1;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail .tic-pt--title--large {
    font-size: 32px;
  }
}

.tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail--gray {
  background-color: #F1F5F7;
  border-radius: 12px;
  height: 100%;
}

.tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail--gray .tic-pt--image {
  margin-bottom: 30px;
  border-radius: 12px 12px 0 0;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail--gray .tic-pt--image {
    margin-bottom: 20px;
  }
}

.tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail--gray .tic-pt--title {
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail--gray .tic-pt--title {
    padding-bottom: 40px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail--gray .tic-green-subhead {
  padding-left: 40px;
  padding-right: 40px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-post-thumbnail-link .tic-post-thumbnail--gray .tic-green-subhead {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.tic-redesign-sandbox .tic-asset-card-link {
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

.tic-redesign-sandbox .tic-asset-card-link:hover, .tic-redesign-sandbox .tic-asset-card-link:focus {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tic-redesign-sandbox .tic-asset-card-link:hover .tac--heading, .tic-redesign-sandbox .tic-asset-card-link:focus .tac--heading {
  text-decoration: underline;
}

.tic-redesign-sandbox .tic-asset-card-link .tic-asset-card {
  padding: 40px;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-asset-card-link .tic-asset-card {
    padding: 40px 25px;
  }
}

.tic-redesign-sandbox .tic-asset-card-link .tic-asset-card .tac--image {
  width: 100%;
  padding-top: 100%;
  margin-bottom: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tic-redesign-sandbox .tic-asset-card-link .tic-asset-card .tac--heading {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.25px;
  color: #262626;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-asset-card-link .tic-asset-card .tac--heading {
    font-size: 19px;
  }
}

.tic-redesign-sandbox .tic-asset-card-link .tic-asset-card .tic-green-subhead {
  margin: 0 0 10px 0;
}

.tic-redesign-sandbox .tic-pt--image--video {
  position: relative;
  overflow: hidden;
}

.tic-redesign-sandbox .tic-pt--image--video iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.tic-redesign-sandbox .tic-optional-disclaimer-area {
  background-color: #D0EED8;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-optional-disclaimer-area {
    padding: 30px;
  }
}

.tic-redesign-sandbox .tic-optional-disclaimer-area * {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.22px;
  font-weight: 400;
}

.tic-redesign-sandbox .tic-optional-disclaimer-area *:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

.tic-redesign-sandbox .tic-optional-disclaimer-area a {
  color: #262626;
  text-decoration: underline;
}

.tic-redesign-sandbox .tic-optional-disclaimer-area h1 {
  font-size: 24px;
}

.tic-redesign-sandbox .tic-optional-disclaimer-area h2 {
  font-size: 18px;
}

.tic-redesign-sandbox .tic-optional-disclaimer-area h1, .tic-redesign-sandbox .tic-optional-disclaimer-area h2, .tic-redesign-sandbox .tic-optional-disclaimer-area h3, .tic-redesign-sandbox .tic-optional-disclaimer-area h4, .tic-redesign-sandbox .tic-optional-disclaimer-area h5, .tic-redesign-sandbox .tic-optional-disclaimer-area h6 {
  font-weight: 600;
}

.tic-redesign-sandbox .tic-footer-cta-banner {
  width: 100%;
  background-color: #F1F5F7;
}

.tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .wp-block-button {
  width: calc((100% - 20px) / 2);
}

@media (min-width: 990px) and (max-width: 1439.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}

.tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .wp-block-button a {
  display: inline-block;
  width: 100%;
  font-weight: 500;
  font-size: 19px;
  line-height: 1.16;
  letter-spacing: -0.3px;
  padding: 20px 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 80px;
  display: inline-block;
  text-align: center;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .wp-block-button a {
    width: 100%;
  }
}

.tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .is-style-fill a {
  border: 2px solid #008427;
  background-color: #008427;
  color: #ffffff;
}

.tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .is-style-fill a:hover, .tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .is-style-fill a:focus {
  border: 2px solid #262626;
  background-color: #262626;
  color: #ffffff;
}

.tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .is-style-outline a {
  border: 2px solid #262626;
  background-color: transparent;
  color: #262626;
}

.tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .is-style-outline a:hover, .tic-redesign-sandbox .tic-footer-cta-banner .wp-block-buttons .is-style-outline a:focus {
  border: 2px solid #262626;
  background-color: #262626;
  color: #ffffff;
}

.tic-redesign-sandbox .tic-footer-cta-banner .tfcb--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner .tfcb--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
}

.tic-redesign-sandbox .tic-footer-cta-banner .tfcb--content, .tic-redesign-sandbox .tic-footer-cta-banner .tfcb--image {
  width: calc((100% - 120px) / 2);
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner .tfcb--content, .tic-redesign-sandbox .tic-footer-cta-banner .tfcb--image {
    width: 100%;
  }
}

.tic-redesign-sandbox .tic-footer-cta-banner .tfcb--content {
  padding: 90px 0 90px 120px;
  max-width: calc((1400px / 2));
  margin-left: auto;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner .tfcb--content {
    max-width: none;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner .tfcb--content {
    padding: 75px;
  }
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner .tfcb--content {
    padding: 60px 25px;
  }
}

.tic-redesign-sandbox .tic-footer-cta-banner .tfcb--heading {
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.8px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner .tfcb--heading {
    font-size: 44px;
  }
}

.tic-redesign-sandbox .tic-footer-cta-banner .tfcb--image {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tic-redesign-sandbox .tic-footer-cta-banner--reversed .tfcb--row {
  width: 100%;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner--reversed .tfcb--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tic-redesign-sandbox .tic-footer-cta-banner--reversed .tfcb--content {
  padding: 90px 120px 90px 0;
  margin-right: auto;
  margin-left: 0;
}

@media (min-width: 768px) and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner--reversed .tfcb--content {
    padding: 75px;
  }
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-footer-cta-banner--reversed .tfcb--content {
    padding: 60px 25px;
  }
}

.tic-redesign-sandbox .tic-stay-in-touch {
  background-color: #008427;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--intro-copy {
  color: #ffffff;
  text-align: center;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form {
  margin-top: 60px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form {
    margin-top: 40px;
  }
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form {
  width: 100%;
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form .wpcf7-response-output {
  border-color: #ffffff !important;
  color: #ffffff !important;
  padding: 25px !important;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form .wpcf7-not-valid-tip {
  color: #ffffff !important;
  line-height: 20px !important;
  width: 100% !important;
  text-align: left !important;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form p {
  line-height: 0;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  padding: 25px 20px;
  border: none;
  outline: none;
  color: #262626;
  border-radius: 16px;
  font-family: "Graphik", "Helvetica Neue", "Helvetica", sans-serif;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input::-webkit-input-placeholder {
  color: #6e6e6e;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input:-ms-input-placeholder {
  color: #6e6e6e;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input::-ms-input-placeholder {
  color: #6e6e6e;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input::placeholder {
  color: #6e6e6e;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input[type=submit] {
  padding: 30px;
  border-radius: 80px;
  max-width: 360px;
  margin-top: 60px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  font-size: 19px;
  line-height: 22px;
  font-weight: 500;
  letter-spacing: -0.3px;
  background-color: #ffffff;
  color: #262626;
  cursor: pointer;
}

@media all and (min-width: 768px) {
  .tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input[type=submit] {
    margin-left: 100px;
  }
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input[type=submit]:hover, .tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input[type=submit]:focus {
  background-color: #262626;
  color: #ffffff;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-stay-in-touch .tsit--newsletter-form form input[type=submit] {
    margin-top: 40px;
    max-width: 100%;
  }
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--thank-you {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--thank-you img {
  width: 100%;
  max-width: 320px;
  margin-bottom: 40px;
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--large-text {
  color: #ffffff;
  margin: 0;
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.57px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-stay-in-touch .tsit--large-text {
    font-size: 44px;
  }
}

.tic-redesign-sandbox .tic-stay-in-touch .tsit--small-text {
  color: #ffffff;
  margin: 0;
}

.tic-redesign-sandbox .tic-connect-multimedia {
  background-color: #F1F5F7;
}

.tic-redesign-sandbox .tic-connect-multimedia .tcm--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-connect-multimedia .tcm--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 60px;
  }
}

.tic-redesign-sandbox .tic-connect-multimedia .tcm--left, .tic-redesign-sandbox .tic-connect-multimedia .tcm--right {
  width: calc((100% - 120px) / 2);
  max-width: 500px;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-connect-multimedia .tcm--left, .tic-redesign-sandbox .tic-connect-multimedia .tcm--right {
    width: 100%;
    margin: auto;
  }
}

.tic-redesign-sandbox .tic-connect-multimedia .tcm--left .tic-link-button, .tic-redesign-sandbox .tic-connect-multimedia .tcm--right .tic-link-button {
  margin-top: 20px;
  min-width: 70%;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-connect-multimedia .tcm--left .tic-link-button, .tic-redesign-sandbox .tic-connect-multimedia .tcm--right .tic-link-button {
    min-width: 100%;
  }
}

.tic-redesign-sandbox .tic-article-cta {
  width: 100%;
  background-color: #008427;
  color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-article-cta {
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px 20px;
  }
}

.tic-redesign-sandbox .tic-article-cta--image {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tic-redesign-sandbox .tic-article-cta--content {
  width: calc(100% - 40px - 100px);
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-article-cta--content {
    width: 100%;
  }
}

.tic-redesign-sandbox .tic-article-cta--heading {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.25px;
}

.tic-redesign-sandbox .tic-article-cta--tic-arrow-cta {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.1px;
}

.tic-redesign-sandbox .tic-article-cta--tic-arrow-cta:hover, .tic-redesign-sandbox .tic-article-cta--tic-arrow-cta:focus {
  color: #ffffff;
}

.tic-redesign-sandbox .share-tic-page {
  margin-top: 80px;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .share-tic-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.tic-redesign-sandbox .share-tic-page--heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  margin-bottom: 10px;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .share-tic-page--heading {
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.tic-redesign-sandbox .share-tic-page--icon {
  margin-right: 30px;
  margin-bottom: 0;
  line-height: 0;
}

.tic-redesign-sandbox .share-tic-page--icon:last-of-type {
  margin-right: 0;
}

.tic-redesign-sandbox .tic-article-author-feature .share-tic-page, .tic-redesign-sandbox .tic-article-about-hrb .share-tic-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
}

.tic-redesign-sandbox .tic-article-author-feature .share-tic-page--heading, .tic-redesign-sandbox .tic-article-about-hrb .share-tic-page--heading {
  margin-right: 30px;
  margin-bottom: 0;
}

.tic-redesign-sandbox .tic-article-about-hrb a {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #008427;
  text-decoration: underline;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

.tic-redesign-sandbox .tic-article-about-hrb a:focus, .tic-redesign-sandbox .tic-article-about-hrb a:hover {
  color: #262626;
}

.tic-redesign-sandbox .tic-article-about-hrb .about-hrb-heading {
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.57px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-article-about-hrb .about-hrb-heading {
    font-size: 24px;
  }
}

.tic-redesign-sandbox .tic-article-about-hrb .share-tic-page {
  margin-top: 40px;
}

.tic-redesign-sandbox .tic-article-author-feature {
  margin-bottom: 120px;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .tic-article-author-feature {
    margin-bottom: 80px;
  }
}

.tic-redesign-sandbox .tic-article-author-feature--intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.tic-redesign-sandbox .tic-article-author-feature--intro .tic-author-image img {
  border-radius: 16px;
  width: 80px;
  height: 80px;
}

.tic-redesign-sandbox .tic-article-author-feature--intro .tic-author-name-title {
  width: calc(100% - 80px - 30px);
}

.tic-redesign-sandbox .tic-article-author-feature--intro .tic-author-name-title .tic-author-title, .tic-redesign-sandbox .tic-article-author-feature--intro .tic-author-name-title .tic-author-name {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.1px;
}

.tic-redesign-sandbox .tic-article-author-feature--intro .tic-author-name-title .tic-author-name {
  color: #008427;
  font-size: 24px;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-article-author-feature--intro .tic-author-name-title .tic-author-name {
    font-size: 18px;
  }
}

.tic-redesign-sandbox .tic-article-author-feature--intro .tic-author-name-title .tic-author-title {
  font-size: 16px;
}

.tic-redesign-sandbox .tic-article-author-feature .tic-author-description {
  margin-bottom: 40px;
}

.tic-redesign-sandbox .catbar-margin-top {
  margin-top: 90px !important;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .catbar-margin-top {
    margin-top: 70px !important;
  }
}

.tic-redesign-sandbox .catbar-margin-top-extra {
  margin-top: 130px !important;
}

@media all and (max-width: 989.98px) {
  .tic-redesign-sandbox .catbar-margin-top-extra {
    margin-top: 110px !important;
  }
}

.tic-redesign-sandbox .tic-button-row {
  width: 100%;
  text-align: center;
}

.tic-redesign-sandbox .tic-button-row a {
  width: 100%;
  max-width: 340px;
  margin: auto;
}

@media all and (max-width: 767.98px) {
  .tic-redesign-sandbox .tic-button-row a {
    max-width: 100%;
  }
}

html.mobile-cats-open .ba-catbar {
  z-index: 9999;
}

.ba-catbar--mobile-cats {
  display: none;
  background-color: #fff;
}

.ba-catbar--mobile-cats--frame {
  position: absolute;
  width: 100%;
  max-width: 670px;
  height: 80px;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding: 0 25px;
}

.ba-catbar--mobile-cats .action--close-mobile-cats {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cg fill='none'%3E%3Cpath d='M8.8 7.4L8.9 7.5 12 10.6 15.1 7.5 15.2 7.4C15.6 7.1 16.1 7.1 16.5 7.5 16.9 7.9 16.9 8.4 16.6 8.8L16.5 8.9 13.4 12 16.5 15.1C16.9 15.5 16.9 16.1 16.5 16.5 16.1 16.9 15.6 16.9 15.2 16.6L15.1 16.5 12 13.4 8.9 16.5 8.8 16.6C8.4 16.9 7.9 16.9 7.5 16.5 7.1 16.1 7.1 15.6 7.4 15.2L7.5 15.1 10.6 12 7.5 8.9C7.1 8.5 7.1 7.9 7.5 7.5 7.9 7.1 8.4 7.1 8.8 7.4Z' fill='%23262626'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
}

.ba-catbar--mobile-cats .action--close-mobile-cats:focus, .ba-catbar--mobile-cats .action--close-mobile-cats:hover {
  outline: 2px solid #262626;
}

.ba-catbar--mobile-cats #mobile-cats-logo {
  position: absolute;
  top: 25px;
  left: 25px;
}

.ba-catbar--mobile-cats #mobile-cats-logo:focus, .ba-catbar--mobile-cats #mobile-cats-logo:hover {
  outline: 2px solid #262626;
  outline-offset: 5px;
}

html.mobile-cats-open {
  overflow: hidden;
}

html.mobile-cats-open .ba-alert {
  display: none;
}

html.mobile-cats-open .ba-catbar--mobile-cats {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

html.mobile-cats-open .ba-catbar--mobile-cats--links {
  position: absolute;
  top: 100px;
  left: 25px;
  right: 25px;
  bottom: 25px;
}

html.mobile-cats-open .ba-catbar--mobile-cats--links ul, html.mobile-cats-open .ba-catbar--mobile-cats--links li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

html.mobile-cats-open .ba-catbar--mobile-cats--links li {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
}

html.mobile-cats-open body {
  overflow-x: scroll;
}

@media only screen and (min-width: 768px) {
  .ba-catbar--mobile-cats {
    display: none;
  }
}

.ba-catbar {
  position: fixed;
  top: 104px;
  width: 100%;
  z-index: 99;
  padding: 10px 20px 10px 40px;
  height: 70px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  border-top: 1px solid #D6DAE0;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .ba-catbar {
    top: 120px;
  }
}

@media all and (max-width: 767.98px) {
  .ba-catbar {
    top: 90px;
  }
}

.ba-catbar ul, .ba-catbar li {
  display: none;
}

.ba-catbar ul {
  padding: 0 0 0 10px;
}

.ba-catbar li {
  margin-right: 20px;
  line-height: 50px;
}

.ba-catbar li:last-of-type {
  margin-right: 0;
}

.ba-catbar--icon, .ba-catbar a {
  color: #262626;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: 400;
}

.ba-catbar--icon:focus, .ba-catbar--icon:hover, .ba-catbar a:focus, .ba-catbar a:hover {
  text-decoration: underline;
}

.ba-catbar--icon {
  padding-left: 4px;
  padding-right: 24px;
  font-weight: 600 !important;
}

.ba-catbar--icon:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Crect x='0' y='0' width='5' height='5' fill='%23262626'/%3E%3Crect x='11' y='0' width='5' height='5' fill='%23262626'/%3E%3Crect x='11' y='11' width='5' height='5' fill='%23262626'/%3E%3Crect x='0' y='11' width='5' height='5' fill='%23262626'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.ba-catbar a {
  line-height: 50px;
}

.ba-catbar a:focus {
  outline: none;
  text-decoration: underline;
}

.action--open-search {
  float: right;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid #fff;
  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%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.28573 7.37695C2.28573 4.56478 4.56493 2.28566 7.37719 2.28566C10.1882 2.28566 12.4675 4.56464 12.4675 7.37695C12.4675 10.1883 10.188 12.4683 7.37719 12.4683C4.56507 12.4683 2.28573 10.1881 2.28573 7.37695ZM7.37719 0C3.30255 0 0 3.30245 0 7.37695C0 11.4502 3.30242 14.7539 7.37719 14.7539C9.00169 14.7539 10.5035 14.2285 11.7222 13.3385L14.049 15.6653C14.4953 16.1116 15.2189 16.1116 15.6653 15.6653C16.1116 15.219 16.1116 14.4954 15.6653 14.0491L13.3382 11.7221C14.2281 10.5032 14.7532 9.00126 14.7532 7.37695C14.7532 3.30258 11.4508 0 7.37719 0Z' fill='%23262626'/%3E%3C/svg%3E%0A");
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
  margin: 0;
  padding: 0;
}

.action--open-search:hover, .action--open-search:focus {
  border: 2px solid #262626;
}

@media only screen and (min-width: 768px) {
  .ba-catbar {
    top: 104px;
    padding: 20px 20px 20px 40px;
    height: 90px;
  }
  .ba-catbar ul, .ba-catbar li {
    display: none;
  }
}

@media only screen and (min-width: 990px) {
  .ba-catbar ul, .ba-catbar li {
    display: inline;
  }
}

.custom-select {
  position: relative;
  width: 100%;
}

@media all and (min-width: 1200px) {
  .custom-select {
    max-width: 330px;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .custom-select {
    width: calc((100% - 40px)/2);
  }
}

.custom-select select {
  display: none;
}

.tic-show-hide-search-filters {
  position: relative;
  background: #e8eef1;
  border: 2px solid #e8eef1;
  padding: 24px 20px;
  color: #262626;
  font-size: 18px;
  line-height: 1.56;
  cursor: pointer;
  border-radius: 16px;
  width: 100%;
}

@media all and (min-width: 1200px) {
  .tic-show-hide-search-filters {
    max-width: 330px;
  }
}

@media (max-width: 1199.98px) and (min-width: 768px) {
  .tic-show-hide-search-filters {
    width: calc((100% - 40px)/2);
  }
}

.tic-show-hide-search-filters:after {
  content: '';
  position: absolute;
  top: calc((100% - 24px)/2);
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='3' width='14' height='2' rx='1' fill='%23262626'/%3E%3Crect y='3' width='6' height='2' rx='1' fill='%23262626'/%3E%3Crect y='13' width='13' height='2' rx='1' fill='%23262626'/%3E%3Crect x='18' y='13' width='6' height='2' rx='1' fill='%23262626'/%3E%3Ccircle cx='8' cy='4' r='3' stroke='%23262626' stroke-width='2'/%3E%3Ccircle cx='16' cy='14' r='3' fill='%23008427' stroke='%23262626' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.selected-item {
  background: #e8eef1;
  border: 2px solid #e8eef1;
  padding: 24px 20px;
  color: #262626;
  font-size: 18px;
  line-height: 1.56;
  cursor: pointer;
  z-index: 99;
  border-radius: 16px;
  width: 100%;
}

.selected-item:after {
  content: '';
  position: absolute;
  top: calc((100% - 15px)/2);
  right: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.00391 1L6.2691 6.70396C6.66507 7.13292 7.34275 7.13292 7.73871 6.70396L13.0039 1' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.arrowanim {
  border: 2px solid #3bc0f8;
}

.arrowanim.selected-item:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.item {
  background: white;
  padding: 10px 20px;
  color: #262626;
  cursor: pointer;
  -webkit-transition: all ease 350ms;
  transition: all ease 350ms;
  border-radius: 0 !important;
}

.item:hover {
  background: #e8eef1;
}

.custom-select .all-items {
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  /* Chrome, Edge, and Safari */
}

.custom-select .all-items * {
  scrollbar-width: auto;
  scrollbar-color: #e8eef1 #ffffff;
  border-radius: 0 16px 16px 0;
}

.custom-select .all-items *::-webkit-scrollbar {
  width: 13px;
}

.custom-select .all-items *::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0 16px 16px 0;
}

.custom-select .all-items *::-webkit-scrollbar-thumb {
  background-color: #e8eef1;
  border-radius: 10px;
  border: 3px solid #ffffff;
}

.all-items {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 100;
  margin-top: 10px;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px #26262650;
          box-shadow: 0px 0px 10px #26262650;
}

.all-items-hide {
  display: none;
}

.sdf {
  border: 1px solid red;
}

.ac-filtering-results {
  padding-top: 120px;
}

@media (min-width: 768px) and (max-width: 989.98px) {
  .ac-filtering-results {
    padding-top: 80px;
  }
}

@media all and (max-width: 767.98px) {
  .ac-filtering-results {
    padding-top: 60px;
  }
}

.ac-filtering-results .countries-list {
  -webkit-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

@media (min-width: 768px) and (max-width: 989.98px) {
  .ac-filtering-results .countries-list {
    -webkit-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
  }
}

@media all and (max-width: 767.98px) {
  .ac-filtering-results .countries-list {
    -webkit-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
  }
}

.ac-filtering-results .countries-list p {
  margin-bottom: 15px;
  width: calc(100% - 85px);
}

@media (min-width: 768px) and (max-width: 989.98px) {
  .ac-filtering-results .countries-list p {
    width: calc(100% - 40px);
  }
}

@media all and (max-width: 767.98px) {
  .ac-filtering-results .countries-list p {
    width: 100%;
  }
}

.ac-filtering-results .countries-list p a:after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6.70396 6.7652C7.13292 7.16116 7.13292 7.83884 6.70396 8.2348L1 13.5' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 7px;
  height: 12.5px;
  -webkit-transition: -webkit-transform ease-in-out 300ms;
  transition: -webkit-transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms;
  transition: transform ease-in-out 300ms, -webkit-transform ease-in-out 300ms;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.ac-filtering-results .countries-list p a:hover:after, .ac-filtering-results .countries-list p a:focus:after {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.tic-testimonial-slider-section {
  background-color: #F1F5F7;
}

.tic-testimonial-slider-section .tic-section-heading {
  font-size: 40px;
  letter-spacing: -0.57px;
}

@media all and (max-width: 767.98px) {
  .tic-testimonial-slider-section .tic-section-heading {
    font-size: 32px;
    letter-spacing: -0.46px;
  }
}

.tic-testimonial-slider-section .tts-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 80px;
}

@media all and (max-width: 1199.98px) {
  .tic-testimonial-slider-section .tts-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.tic-testimonial-slider-section .tts-content .ttsc--intro-copy {
  width: calc((100% - 80px) * 0.44);
}

@media all and (max-width: 1199.98px) {
  .tic-testimonial-slider-section .tts-content .ttsc--intro-copy {
    width: 100%;
  }
  .tic-testimonial-slider-section .tts-content .ttsc--intro-copy .tic-section-heading {
    padding-right: 80px;
  }
}

.tic-testimonial-slider-section .tts-content .ttsc--slider {
  width: calc((100% - 80px) * 0.56);
}

@media all and (max-width: 1199.98px) {
  .tic-testimonial-slider-section .tts-content .ttsc--slider {
    width: 100%;
  }
}

/* Slider */
.testimonial-slider-container .testimonial-slider {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: 45px;
}

@media all and (max-width: 1199.98px) {
  .testimonial-slider-container .testimonial-slider {
    margin: auto;
    max-width: 100%;
  }
}

.testimonial-slider-container .testimonial-slider .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide {
  height: inherit !important;
  margin: 0 25px;
}

@media all and (max-width: 1199.98px) {
  .testimonial-slider-container .testimonial-slider .slick-track .slick-slide {
    margin: 0;
  }
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide div {
  height: 100%;
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767.98px) {
  .testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .star-rating {
  position: relative;
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .star-rating:before {
  content: '';
  position: absolute;
  height: 15px;
  width: 90px;
  top: calc(-10px - 15px);
  left: calc((100% - 90px) / 2);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (max-width: 767.98px) {
  .testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .star-rating {
    padding-top: 25px !important;
  }
  .testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .star-rating:before {
    top: 0;
    left: 0;
    background-position: left;
  }
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .star-rating--one:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90 16' style='enable-background:new 0 0 90 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F5CC02;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FCECBB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M7.76,2.01L9.53,5.8l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L2.01,6.4L5.98,5.8 L7.76,2.01z'/%3E%3Cpath class='st0' d='M7.76,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6C1.08,6.81,0.99,6.44,1.1,6.1 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53L6.89,1.6C7.05,1.27,7.39,1.05,7.76,1.05z M7.76,4.27L6.85,6.2 C6.71,6.49,6.44,6.69,6.13,6.74L4,7.07l1.57,1.61C5.78,8.9,5.88,9.2,5.83,9.5l-0.36,2.21L7.3,10.7c0.29-0.16,0.64-0.16,0.93,0 l1.83,1.01L9.69,9.5C9.64,9.2,9.73,8.9,9.95,8.68l1.57-1.61L9.39,6.74C9.07,6.69,8.8,6.49,8.67,6.2L7.76,4.27z'/%3E%3Cpath class='st1' d='M26.38,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L20.63,6.4L24.6,5.8 L26.38,2.01z'/%3E%3Cpath class='st1' d='M26.38,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.01-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C25.67,1.27,26.01,1.05,26.38,1.05z M26.38,4.27L25.47,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61C24.4,8.9,24.5,9.2,24.45,9.5l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L28.31,9.5c-0.05-0.3,0.05-0.61,0.26-0.82l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L26.38,4.27z'/%3E%3Cpath class='st1' d='M45,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16L45,11.54l-3.55,1.96l0.68-4.16L39.25,6.4l3.97-0.61L45,2.01 z'/%3E%3Cpath class='st1' d='M45,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06L45,12.64 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C44.29,1.27,44.63,1.05,45,1.05z M45,4.27L44.09,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L46.93,9.5c-0.05-0.3,0.05-0.61,0.26-0.82l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L45,4.27z'/%3E%3Cpath class='st1' d='M63.62,2.01L65.4,5.8l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L57.87,6.4l3.97-0.61 L63.62,2.01z'/%3E%3Cpath class='st1' d='M63.62,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.01,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C62.91,1.27,63.25,1.05,63.62,1.05z M63.62,4.27L62.71,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L65.55,9.5C65.5,9.2,65.6,8.9,65.81,8.68l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L63.62,4.27z'/%3E%3Cpath class='st1' d='M82.24,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L76.49,6.4l3.97-0.61 L82.24,2.01z'/%3E%3Cpath class='st1' d='M82.24,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.01,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C81.53,1.27,81.87,1.05,82.24,1.05z M82.24,4.27L81.33,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L84.17,9.5c-0.05-0.3,0.05-0.61,0.26-0.82L86,7.07l-2.13-0.32c-0.32-0.05-0.59-0.25-0.72-0.54 L82.24,4.27z'/%3E%3C/svg%3E%0A");
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .star-rating--two:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90 16' style='enable-background:new 0 0 90 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F5CC02;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FCECBB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M7.76,2.01L9.53,5.8l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L2.01,6.4L5.98,5.8 L7.76,2.01z'/%3E%3Cpath class='st0' d='M7.76,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6C1.08,6.81,0.99,6.44,1.1,6.1 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53L6.89,1.6C7.05,1.27,7.39,1.05,7.76,1.05z M7.76,4.27L6.85,6.2 C6.71,6.49,6.44,6.69,6.13,6.74L4,7.07l1.57,1.61C5.78,8.9,5.88,9.2,5.83,9.5l-0.36,2.21L7.3,10.7c0.29-0.16,0.64-0.16,0.93,0 l1.83,1.01L9.69,9.5C9.64,9.2,9.73,8.9,9.95,8.68l1.57-1.61L9.39,6.74C9.07,6.69,8.8,6.49,8.67,6.2L7.76,4.27z'/%3E%3Cpath class='st0' d='M26.38,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L20.63,6.4L24.6,5.8 L26.38,2.01z'/%3E%3Cpath class='st0' d='M26.38,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.01-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C25.67,1.27,26.01,1.05,26.38,1.05z M26.38,4.27L25.47,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61C24.4,8.9,24.5,9.2,24.45,9.5l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L28.31,9.5c-0.05-0.3,0.05-0.61,0.26-0.82l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L26.38,4.27z'/%3E%3Cpath class='st1' d='M45,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16L45,11.54l-3.55,1.96l0.68-4.16L39.25,6.4l3.97-0.61L45,2.01 z'/%3E%3Cpath class='st1' d='M45,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06L45,12.64 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C44.29,1.27,44.63,1.05,45,1.05z M45,4.27L44.09,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L46.93,9.5c-0.05-0.3,0.05-0.61,0.26-0.82l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L45,4.27z'/%3E%3Cpath class='st1' d='M63.62,2.01L65.4,5.8l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L57.87,6.4l3.97-0.61 L63.62,2.01z'/%3E%3Cpath class='st1' d='M63.62,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.01,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C62.91,1.27,63.25,1.05,63.62,1.05z M63.62,4.27L62.71,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L65.55,9.5C65.5,9.2,65.6,8.9,65.81,8.68l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L63.62,4.27z'/%3E%3Cpath class='st1' d='M82.24,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L76.49,6.4l3.97-0.61 L82.24,2.01z'/%3E%3Cpath class='st1' d='M82.24,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.01,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C81.53,1.27,81.87,1.05,82.24,1.05z M82.24,4.27L81.33,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L84.17,9.5c-0.05-0.3,0.05-0.61,0.26-0.82L86,7.07l-2.13-0.32c-0.32-0.05-0.59-0.25-0.72-0.54 L82.24,4.27z'/%3E%3C/svg%3E%0A");
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .star-rating--three:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90 16' style='enable-background:new 0 0 90 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F5CC02;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FCECBB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M7.76,2.01L9.53,5.8l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L2.01,6.4L5.98,5.8 L7.76,2.01z'/%3E%3Cpath class='st0' d='M7.76,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6C1.08,6.81,0.99,6.44,1.1,6.1 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53L6.89,1.6C7.05,1.27,7.39,1.05,7.76,1.05z M7.76,4.27L6.85,6.2 C6.71,6.49,6.44,6.69,6.13,6.74L4,7.07l1.57,1.61C5.78,8.9,5.88,9.2,5.83,9.5l-0.36,2.21L7.3,10.7c0.29-0.16,0.64-0.16,0.93,0 l1.83,1.01L9.69,9.5C9.64,9.2,9.73,8.9,9.95,8.68l1.57-1.61L9.39,6.74C9.07,6.69,8.8,6.49,8.67,6.2L7.76,4.27z'/%3E%3Cpath class='st0' d='M26.38,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L20.63,6.4L24.6,5.8 L26.38,2.01z'/%3E%3Cpath class='st0' d='M26.38,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.01-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C25.67,1.27,26.01,1.05,26.38,1.05z M26.38,4.27L25.47,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61C24.4,8.9,24.5,9.2,24.45,9.5l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L28.31,9.5c-0.05-0.3,0.05-0.61,0.26-0.82l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L26.38,4.27z'/%3E%3Cpath class='st0' d='M45,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16L45,11.54l-3.55,1.96l0.68-4.16L39.25,6.4l3.97-0.61L45,2.01 z'/%3E%3Cpath class='st0' d='M45,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06L45,12.64 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C44.29,1.27,44.63,1.05,45,1.05z M45,4.27L44.09,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L46.93,9.5c-0.05-0.3,0.05-0.61,0.26-0.82l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L45,4.27z'/%3E%3Cpath class='st1' d='M63.62,2.01L65.4,5.8l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L57.87,6.4l3.97-0.61 L63.62,2.01z'/%3E%3Cpath class='st1' d='M63.62,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.01,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C62.91,1.27,63.25,1.05,63.62,1.05z M63.62,4.27L62.71,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L65.55,9.5C65.5,9.2,65.6,8.9,65.81,8.68l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L63.62,4.27z'/%3E%3Cpath class='st1' d='M82.24,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L76.49,6.4l3.97-0.61 L82.24,2.01z'/%3E%3Cpath class='st1' d='M82.24,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.01,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C81.53,1.27,81.87,1.05,82.24,1.05z M82.24,4.27L81.33,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L84.17,9.5c-0.05-0.3,0.05-0.61,0.26-0.82L86,7.07l-2.13-0.32c-0.32-0.05-0.59-0.25-0.72-0.54 L82.24,4.27z'/%3E%3C/svg%3E%0A");
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .star-rating--four:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 27.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 90 16' style='enable-background:new 0 0 90 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F5CC02;%7D .st1%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FCECBB;%7D%0A%3C/style%3E%3Cpath class='st0' d='M7.76,2.01L9.53,5.8l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L2.01,6.4L5.98,5.8 L7.76,2.01z'/%3E%3Cpath class='st0' d='M7.76,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6C1.08,6.81,0.99,6.44,1.1,6.1 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53L6.89,1.6C7.05,1.27,7.39,1.05,7.76,1.05z M7.76,4.27L6.85,6.2 C6.71,6.49,6.44,6.69,6.13,6.74L4,7.07l1.57,1.61C5.78,8.9,5.88,9.2,5.83,9.5l-0.36,2.21L7.3,10.7c0.29-0.16,0.64-0.16,0.93,0 l1.83,1.01L9.69,9.5C9.64,9.2,9.73,8.9,9.95,8.68l1.57-1.61L9.39,6.74C9.07,6.69,8.8,6.49,8.67,6.2L7.76,4.27z'/%3E%3Cpath class='st0' d='M26.38,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L20.63,6.4L24.6,5.8 L26.38,2.01z'/%3E%3Cpath class='st0' d='M26.38,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.01-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C25.67,1.27,26.01,1.05,26.38,1.05z M26.38,4.27L25.47,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61C24.4,8.9,24.5,9.2,24.45,9.5l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L28.31,9.5c-0.05-0.3,0.05-0.61,0.26-0.82l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L26.38,4.27z'/%3E%3Cpath class='st0' d='M45,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16L45,11.54l-3.55,1.96l0.68-4.16L39.25,6.4l3.97-0.61L45,2.01 z'/%3E%3Cpath class='st0' d='M45,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.02,0.06L45,12.64 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C44.29,1.27,44.63,1.05,45,1.05z M45,4.27L44.09,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L46.93,9.5c-0.05-0.3,0.05-0.61,0.26-0.82l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L45,4.27z'/%3E%3Cpath class='st0' d='M63.62,2.01L65.4,5.8l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L57.87,6.4l3.97-0.61 L63.62,2.01z'/%3E%3Cpath class='st0' d='M63.62,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.01,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C62.91,1.27,63.25,1.05,63.62,1.05z M63.62,4.27L62.71,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L65.55,9.5C65.5,9.2,65.6,8.9,65.81,8.68l1.57-1.61l-2.13-0.32 c-0.32-0.05-0.59-0.25-0.72-0.54L63.62,4.27z'/%3E%3Cpath class='st1' d='M82.24,2.01l1.78,3.78l3.97,0.61l-2.87,2.95l0.68,4.16l-3.55-1.96l-3.55,1.96l0.68-4.16L76.49,6.4l3.97-0.61 L82.24,2.01z'/%3E%3Cpath class='st1' d='M82.24,1.05c0.37,0,0.71,0.21,0.87,0.55l1.56,3.32l3.47,0.53c0.35,0.05,0.65,0.3,0.76,0.64 c0.11,0.34,0.03,0.72-0.22,0.97l-2.54,2.6l0.6,3.68c0.06,0.36-0.09,0.73-0.39,0.94c-0.3,0.21-0.69,0.23-1.01,0.06l-3.09-1.71 l-3.09,1.71c-0.32,0.18-0.72,0.16-1.02-0.06c-0.3-0.21-0.45-0.58-0.39-0.94l0.6-3.68l-2.54-2.6c-0.25-0.26-0.34-0.63-0.22-0.97 c0.11-0.34,0.41-0.59,0.76-0.64l3.47-0.53l1.56-3.32C81.53,1.27,81.87,1.05,82.24,1.05z M82.24,4.27L81.33,6.2 c-0.14,0.29-0.41,0.49-0.72,0.54l-2.13,0.32l1.57,1.61c0.21,0.22,0.31,0.52,0.26,0.82l-0.36,2.21l1.83-1.01 c0.29-0.16,0.64-0.16,0.93,0l1.83,1.01L84.17,9.5c-0.05-0.3,0.05-0.61,0.26-0.82L86,7.07l-2.13-0.32c-0.32-0.05-0.59-0.25-0.72-0.54 L82.24,4.27z'/%3E%3C/svg%3E%0A");
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .star-rating--five:before {
  background-image: url("data:image/svg+xml,%3Csvg width='90' height='16' viewBox='0 0 90 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.75861 2.0115L9.53448 5.79503L13.5058 6.40135L10.6322 9.34676L11.3103 13.5058L7.75861 11.5422L4.20688 13.5058L4.88504 9.34676L2.01147 6.40135L5.98275 5.79503L7.75861 2.0115Z' fill='%23F5CC02'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.75861 1.05363C8.12999 1.05363 8.4679 1.26831 8.6257 1.60451L10.1844 4.92529L13.6503 5.45446C14.0052 5.50865 14.3 5.75676 14.414 6.0972C14.528 6.43765 14.4421 6.81326 14.1914 7.07024L11.6553 9.66967L12.2557 13.3516C12.3147 13.7136 12.1618 14.0776 11.862 14.2888C11.5621 14.5001 11.1679 14.5215 10.8469 14.344L7.75861 12.6367L4.67032 14.344C4.34931 14.5215 3.95513 14.5001 3.65525 14.2888C3.35538 14.0776 3.20247 13.7136 3.26151 13.3516L3.86188 9.66967L1.32585 7.07024C1.07514 6.81326 0.989183 6.43765 1.10318 6.0972C1.21718 5.75676 1.51199 5.50865 1.8669 5.45446L5.33285 4.92529L6.89151 1.60451C7.04931 1.26831 7.38723 1.05363 7.75861 1.05363ZM7.75861 4.26585L6.84984 6.20201C6.7141 6.4912 6.44312 6.69369 6.12731 6.74191L3.99895 7.06686L5.57066 8.67786C5.78294 8.89545 5.87933 9.20088 5.83041 9.50091L5.46969 11.7131L7.29516 10.7039C7.58356 10.5444 7.93366 10.5444 8.22206 10.7039L10.0475 11.7131L9.68681 9.50091C9.63789 9.20088 9.73428 8.89545 9.94656 8.67786L11.5183 7.06686L9.38991 6.74191C9.0741 6.69369 8.80312 6.4912 8.66738 6.20201L7.75861 4.26585Z' fill='%23F5CC02'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3798 2.0115L28.1557 5.79503L32.127 6.40135L29.2534 9.34676L29.9316 13.5058L26.3798 11.5422L22.8281 13.5058L23.5063 9.34676L20.6327 6.40135L24.604 5.79503L26.3798 2.0115Z' fill='%23F5CC02'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M26.3798 1.05363C26.7512 1.05363 27.0891 1.26831 27.2469 1.60451L28.8056 4.92529L32.2715 5.45446C32.6264 5.50865 32.9213 5.75676 33.0353 6.0972C33.1493 6.43765 33.0633 6.81326 32.8126 7.07024L30.2766 9.66967L30.8769 13.3516C30.936 13.7136 30.7831 14.0776 30.4832 14.2888C30.1833 14.5001 29.7891 14.5215 29.4681 14.344L26.3798 12.6367L23.2915 14.344C22.9705 14.5215 22.5763 14.5001 22.2765 14.2888C21.9766 14.0776 21.8237 13.7136 21.8827 13.3516L22.4831 9.66967L19.9471 7.07024C19.6964 6.81326 19.6104 6.43765 19.7244 6.0972C19.8384 5.75676 20.1332 5.50865 20.4881 5.45446L23.9541 4.92529L25.5127 1.60451C25.6705 1.26831 26.0084 1.05363 26.3798 1.05363ZM26.3798 4.26585L25.4711 6.20201C25.3353 6.4912 25.0643 6.69369 24.7485 6.74191L22.6202 7.06686L24.1919 8.67786C24.4042 8.89545 24.5005 9.20088 24.4516 9.50091L24.0909 11.7131L25.9164 10.7039C26.2048 10.5444 26.5549 10.5444 26.8433 10.7039L28.6687 11.7131L28.308 9.50091C28.2591 9.20088 28.3555 8.89545 28.5678 8.67786L30.1395 7.06686L28.0111 6.74191C27.6953 6.69369 27.4243 6.4912 27.2886 6.20201L26.3798 4.26585Z' fill='%23F5CC02'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.999 2.0115L46.7748 5.79503L50.7461 6.40135L47.8725 9.34676L48.5507 13.5058L44.999 11.5422L41.4472 13.5058L42.1254 9.34676L39.2518 6.40135L43.2231 5.79503L44.999 2.0115Z' fill='%23F5CC02'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.999 1.05363C45.3703 1.05363 45.7083 1.26831 45.8661 1.60451L47.4247 4.92529L50.8907 5.45446C51.2456 5.50865 51.5404 5.75676 51.6544 6.0972C51.7684 6.43765 51.6824 6.81326 51.4317 7.07024L48.8957 9.66967L49.4961 13.3516C49.5551 13.7136 49.4022 14.0776 49.1023 14.2888C48.8024 14.5001 48.4083 14.5215 48.0872 14.344L44.999 12.6367L41.9107 14.344C41.5897 14.5215 41.1955 14.5001 40.8956 14.2888C40.5957 14.0776 40.4428 13.7136 40.5019 13.3516L41.1022 9.66967L38.5662 7.07024C38.3155 6.81326 38.2295 6.43765 38.3435 6.0972C38.4575 5.75676 38.7523 5.50865 39.1073 5.45446L42.5732 4.92529L44.1319 1.60451C44.2897 1.26831 44.6276 1.05363 44.999 1.05363ZM44.999 4.26585L44.0902 6.20201C43.9545 6.4912 43.6835 6.69369 43.3677 6.74191L41.2393 7.06686L42.811 8.67786C43.0233 8.89545 43.1197 9.20088 43.0708 9.50091L42.71 11.7131L44.5355 10.7039C44.8239 10.5444 45.174 10.5444 45.4624 10.7039L47.2879 11.7131L46.9272 9.50091C46.8782 9.20088 46.9746 8.89545 47.1869 8.67786L48.7586 7.06686L46.6303 6.74191C46.3145 6.69369 46.0435 6.4912 45.9077 6.20201L44.999 4.26585Z' fill='%23F5CC02'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.6202 2.0115L65.3961 5.79503L69.3673 6.40135L66.4938 9.34676L67.1719 13.5058L63.6202 11.5422L60.0685 13.5058L60.7466 9.34676L57.873 6.40135L61.8443 5.79503L63.6202 2.0115Z' fill='%23F5CC02'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M63.6202 1.05363C63.9916 1.05363 64.3295 1.26831 64.4873 1.60451L66.0459 4.92529L69.5119 5.45446C69.8668 5.50865 70.1616 5.75676 70.2756 6.0972C70.3896 6.43765 70.3037 6.81326 70.0529 7.07024L67.5169 9.66967L68.1173 13.3516C68.1763 13.7136 68.0234 14.0776 67.7235 14.2888C67.4237 14.5001 67.0295 14.5215 66.7085 14.344L63.6202 12.6367L60.5319 14.344C60.2109 14.5215 59.8167 14.5001 59.5168 14.2888C59.2169 14.0776 59.064 13.7136 59.1231 13.3516L59.7235 9.66967L57.1874 7.07024C56.9367 6.81326 56.8508 6.43765 56.9648 6.0972C57.0788 5.75676 57.3736 5.50865 57.7285 5.45446L61.1944 4.92529L62.7531 1.60451C62.9109 1.26831 63.2488 1.05363 63.6202 1.05363ZM63.6202 4.26585L62.7114 6.20201C62.5757 6.4912 62.3047 6.69369 61.9889 6.74191L59.8605 7.06686L61.4322 8.67786C61.6445 8.89545 61.7409 9.20088 61.692 9.50091L61.3313 11.7131L63.1567 10.7039C63.4451 10.5444 63.7952 10.5444 64.0836 10.7039L65.9091 11.7131L65.5484 9.50091C65.4995 9.20088 65.5959 8.89545 65.8081 8.67786L67.3798 7.06686L65.2515 6.74191C64.9357 6.69369 64.6647 6.4912 64.529 6.20201L63.6202 4.26585Z' fill='%23F5CC02'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M82.2413 2.0115L84.0171 5.79503L87.9884 6.40135L85.1148 9.34676L85.793 13.5058L82.2413 11.5422L78.6895 13.5058L79.3677 9.34676L76.4941 6.40135L80.4654 5.79503L82.2413 2.0115Z' fill='%23F5CC02'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M82.2413 1.05363C82.6127 1.05363 82.9506 1.26831 83.1084 1.60451L84.667 4.92529L88.133 5.45446C88.4879 5.50865 88.7827 5.75676 88.8967 6.0972C89.0107 6.43765 88.9247 6.81326 88.674 7.07024L86.138 9.66967L86.7384 13.3516C86.7974 13.7136 86.6445 14.0776 86.3446 14.2888C86.0448 14.5001 85.6506 14.5215 85.3296 14.344L82.2413 12.6367L79.153 14.344C78.832 14.5215 78.4378 14.5001 78.1379 14.2888C77.838 14.0776 77.6851 13.7136 77.7442 13.3516L78.3445 9.66967L75.8085 7.07024C75.5578 6.81326 75.4718 6.43765 75.5858 6.0972C75.6998 5.75676 75.9947 5.50865 76.3496 5.45446L79.8155 4.92529L81.3742 1.60451C81.532 1.26831 81.8699 1.05363 82.2413 1.05363ZM82.2413 4.26585L81.3325 6.20201C81.1968 6.4912 80.9258 6.69369 80.61 6.74191L78.4816 7.06686L80.0533 8.67786C80.2656 8.89545 80.362 9.20088 80.3131 9.50091L79.9524 11.7131L81.7778 10.7039C82.0662 10.5444 82.4163 10.5444 82.7047 10.7039L84.5302 11.7131L84.1695 9.50091C84.1206 9.20088 84.2169 8.89545 84.4292 8.67786L86.0009 7.06686L83.8726 6.74191C83.5568 6.69369 83.2858 6.4912 83.15 6.20201L82.2413 4.26585Z' fill='%23F5CC02'/%3E%3C/svg%3E%0A");
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info p {
  padding: 3px 0;
  margin: 0;
}

@media all and (max-width: 767.98px) {
  .testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info {
    width: 100%;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-author-info .author-name {
  font-weight: 500;
  color: #008427;
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-copy {
  width: 60%;
  padding-left: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 767.98px) {
  .testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-copy {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.testimonial-slider-container .testimonial-slider .slick-track .slick-slide .slide-content .testimonial-copy .testimonial-content {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.25px;
  color: #262626;
  font-weight: 600;
}

.testimonial-slider-container .testimonial-slider .slick-track .testimonial-slide {
  background-color: white;
  padding: 35px;
  border-radius: 13px;
  height: inherit;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: all ease 300ms;
  transition: all ease 300ms;
  z-index: 1;
}

@media all and (max-width: 1199.98px) {
  .slick-prev,
  .slick-next {
    top: 100%;
    margin-top: 72px;
  }
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -45px;
  height: 48px;
  width: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24Z' fill='%23F1F5F7'/%3E%3Cpath d='M27 30L21.296 24.7348C20.8671 24.3388 20.8671 23.6612 21.296 23.2652L27 18' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-prev:hover, .slick-prev:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24Z' fill='%23008427'/%3E%3Cpath d='M27 30L21.296 24.7348C20.8671 24.3388 20.8671 23.6612 21.296 23.2652L27 18' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -70px;
}

[dir="rtl"] .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0C37.2548 0 48 10.7452 48 24C48 37.2548 37.2548 48 24 48C10.7452 48 0 37.2548 0 24Z' fill='%23F1F5F7'/%3E%3Cpath d='M27 30L21.296 24.7348C20.8671 24.3388 20.8671 23.6612 21.296 23.2652L27 18' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media all and (max-width: 1199.98px) {
  .slick-prev {
    right: -48px;
    left: 0;
  }
}

.slick-next {
  right: -45px;
  height: 48px;
  width: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0V0C37.2548 0 48 10.7452 48 24V24C48 37.2548 37.2548 48 24 48V48C10.7452 48 0 37.2548 0 24V24Z' fill='%23F1F5F7'/%3E%3Cpath d='M21 18L26.704 23.2652C27.1329 23.6612 27.1329 24.3388 26.704 24.7348L21 30' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-next:hover, .slick-next:focus {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0V0C37.2548 0 48 10.7452 48 24V24C48 37.2548 37.2548 48 24 48V48C10.7452 48 0 37.2548 0 24V24Z' fill='%23008427'/%3E%3Cpath d='M21 18L26.704 23.2652C27.1329 23.6612 27.1329 24.3388 26.704 24.7348L21 30' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -70px;
}

[dir="rtl"] .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 24C0 10.7452 10.7452 0 24 0V0C37.2548 0 48 10.7452 48 24V24C48 37.2548 37.2548 48 24 48V48C10.7452 48 0 37.2548 0 24V24Z' fill='%23F1F5F7'/%3E%3Cpath d='M21 18L26.704 23.2652C27.1329 23.6612 27.1329 24.3388 26.704 24.7348L21 30' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media all and (max-width: 1199.98px) {
  .slick-next {
    right: 0;
  }
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -65px;
  list-style: none;
  display: block;
  text-align: left;
  margin: 0;
  width: 100%;
  padding-left: 27px;
}

@media all and (max-width: 1199.98px) {
  .slick-dots {
    padding: 0;
    text-align: center;
    bottom: -84px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 12px;
  width: 12px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23262626;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M6,11.75c-3.17,0-5.75-2.58-5.75-5.75S2.83,0.25,6,0.25S11.75,2.83,11.75,6S9.17,11.75,6,11.75z M6,0.89 C3.18,0.89,0.89,3.18,0.89,6S3.18,11.11,6,11.11S11.11,8.82,11.11,6S8.82,0.89,6,0.89z'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.slick-dots li button:focus {
  outline: 2px solid #262626;
  outline-offset: 3px;
  border-radius: 6px;
}

.slick-dots li.slick-active button {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23262626;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st0' cx='6' cy='6' r='5.75'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media all and (max-width: 1199.98px) {
  .testimonial-slider-container {
    padding: 20px 0 60px 0;
  }
}

.tic-homepage--hero {
  background-color: #F1F5F7;
}

.tic-homepage--hero .tic-hh-intro-content {
  width: 100%;
  text-align: center;
  max-width: 900px;
  margin: 0 auto 60px auto;
}

@media all and (max-width: 767.98px) {
  .tic-homepage--hero .tic-hh-intro-content {
    margin: 0 auto 40px auto;
  }
}

.tic-homepage--hero .tic-hh-post-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tic-homepage--hero .tic-hh-post-grid .tic-hh-pg--left {
  width: calc((100% - 80px) * 0.44);
}

.tic-homepage--hero .tic-hh-post-grid .tic-hh-pg--right {
  width: calc((100% - 80px) * 0.56);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.tic-homepage--hero .tic-hh-post-grid .tic-hh-pg--right--thumb {
  width: calc((100% - 60px) / 2);
}

@media all and (max-width: 767.98px) {
  .tic-homepage--hero .tic-hh-post-grid .tic-hh-pg--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tic-homepage--hero .tic-hh-post-grid .tic-hh-pg--right--thumb {
    width: 100%;
  }
  .tic-homepage--hero .tic-hh-post-grid .tic-hh-pg--right--thumb:last-of-type .tic-post-thumbnail {
    margin-bottom: 0;
  }
}

@media all and (max-width: 1199.98px) {
  .tic-homepage--hero .tic-hh-post-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tic-homepage--hero .tic-hh-post-grid .tic-hh-pg--left {
    width: 100%;
  }
  .tic-homepage--hero .tic-hh-post-grid .tic-hh-pg--right {
    width: 100%;
  }
}

.tic-homepage .tic-search-searchbar-section {
  background-color: #F1F5F7;
}

@media all and (max-width: 767.98px) {
  .tic-homepage .tic-search-searchbar-section .tic-search-searchbar-container {
    padding-bottom: 80px;
  }
}

.tic-homepage .tic-tax-calculator-hp-section {
  background-color: #008427;
  color: #ffffff;
}

.tic-homepage .tic-tax-calculator-hp-section .ttc-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media all and (max-width: 1199.98px) {
  .tic-homepage .tic-tax-calculator-hp-section .ttc-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.tic-homepage .tic-tax-calculator-hp-section .ttc-section--left {
  width: calc((100% - 40px) * 0.56);
}

@media all and (max-width: 1199.98px) {
  .tic-homepage .tic-tax-calculator-hp-section .ttc-section--left {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
}

.tic-homepage .tic-tax-calculator-hp-section .ttc-section--left .ttc-main-heading {
  font-size: 56px;
  line-height: 1;
  font-weight: 600;
}

@media all and (max-width: 767.98px) {
  .tic-homepage .tic-tax-calculator-hp-section .ttc-section--left .ttc-main-heading {
    font-size: 40px;
  }
}

.tic-homepage .tic-tax-calculator-hp-section .ttc-section--right {
  width: calc((100% - 40px) * 0.44);
}

@media all and (max-width: 1199.98px) {
  .tic-homepage .tic-tax-calculator-hp-section .ttc-section--right {
    width: 100%;
  }
}

.tic-homepage .tic-tax-calculator-hp-section .ttc-section--right--image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tic-homepage .tic-situational-content-section .tsc-section--intro-content {
  text-align: center;
}

.tic-homepage .tic-situational-content-section .tsc-section--guides-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin-top: 80px;
}

@media all and (max-width: 989.98px) {
  .tic-homepage .tic-situational-content-section .tsc-section--guides-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

.tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link {
  color: #262626;
  width: calc((100% - 80px) / 3);
  display: inline-block;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  background-color: #F1F5F7;
  border-radius: 16px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

@media all and (max-width: 989.98px) {
  .tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link:focus, .tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link:focus .tax-guide-heading, .tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link:hover .tax-guide-heading {
  text-decoration: underline;
}

.tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link .tic-guide-thumb {
  padding: 40px 25px;
  text-align: center;
}

.tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link .tic-guide-thumb--image {
  width: 100%;
  min-height: 220px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 40px;
}

@media all and (max-width: 767.98px) {
  .tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link .tic-guide-thumb--image {
    margin-bottom: 20px;
  }
}

.tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link .tic-guide-thumb .tax-guide-heading {
  font-size: 24px;
  line-height: 1.17;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin-bottom: 20px;
}

@media all and (max-width: 767.98px) {
  .tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link .tic-guide-thumb .tax-guide-heading {
    font-size: 19px;
    margin-bottom: 10px;
  }
}

.tic-homepage .tic-situational-content-section .tsc-section--guides-row .tic-guide-thumb-link .tic-guide-thumb p {
  margin-bottom: 0;
}

.tic-homepage .curated-category-section {
  background-color: #F1F5F7;
}

.tic-homepage .curated-category-section .curated-category-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 160px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 1199.98px) {
  .tic-homepage .curated-category-section .curated-category-row {
    gap: 40px;
  }
}

.tic-homepage .curated-category-section .curated-category-row .curated-category-intro {
  width: calc(((100% - 160px)/3)*2);
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-homepage .curated-category-section .curated-category-row .curated-category-intro {
    width: calc(((100% - 40px)/3)*2);
    padding-right: 40px;
  }
}

@media all and (max-width: 989.98px) {
  .tic-homepage .curated-category-section .curated-category-row .curated-category-intro {
    width: 100%;
  }
}

.tic-homepage .curated-category-section .curated-category-row .curated-categories {
  width: calc(((100% - 160px)/3)*1);
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-homepage .curated-category-section .curated-category-row .curated-categories {
    width: calc(((100% - 40px)/3)*1);
  }
}

@media all and (max-width: 989.98px) {
  .tic-homepage .curated-category-section .curated-category-row .curated-categories {
    width: 100%;
  }
}

.tic-homepage .curated-category-section .curated-category-row .curated-categories .curated-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.tic-homepage .curated-category-section .curated-category-row .curated-categories .curated-cat:last-of-type {
  margin-bottom: 40px;
}

.tic-homepage .curated-category-section .curated-category-row .curated-categories .curated-cat .curated-cat-icon {
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tic-homepage .curated-category-section .curated-category-row .curated-categories .curated-cat .tic-arrow-cta {
  margin: 0;
}

@media all and (max-width: 767.98px) {
  .tic-homepage .tic-hp-recent-articles {
    margin-top: 20px;
  }
}

.tic-homepage .tic-hp-recent-articles .thpra--intro-content {
  text-align: center;
}

.tic-homepage .tic-hp-recent-articles .thpra--recent-articles-row {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
}

@media all and (max-width: 989.98px) {
  .tic-homepage .tic-hp-recent-articles .thpra--recent-articles-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

.tic-homepage .tic-hp-recent-articles .thpra--recent-articles-row .tic-post-thumbnail-link {
  width: calc((100% - 80px) / 3);
}

@media all and (max-width: 989.98px) {
  .tic-homepage .tic-hp-recent-articles .thpra--recent-articles-row .tic-post-thumbnail-link {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.tic-homepage .tic-hp-recent-articles .thpra--recent-articles-row .tic-post-thumbnail-link .tic-post-thumbnail {
  margin-bottom: 0;
}

.tic-homepage .expert-help-section {
  background-color: #008427;
}

.tic-homepage .expert-help-section .ehs-content .ehsc--intro-copy {
  text-align: center;
  color: white;
  max-width: 900px;
  margin: auto;
}

.tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
  margin-top: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media all and (max-width: 767.98px) {
  .tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row {
    margin-top: 40px;
    gap: 40px;
  }
}

.tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row .tic-help-thumb {
  width: calc((100% - (70px * 3)) / 4);
  text-align: center;
  color: white;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
  .tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row .tic-help-thumb {
    width: calc((100% - 70px) / 2);
  }
}

@media all and (max-width: 767.98px) {
  .tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row .tic-help-thumb {
    width: 100%;
    max-width: 400px;
    margin: auto;
  }
}

.tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row .tic-help-thumb a {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0;
}

.tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row .tic-help-thumb--image-container {
  width: 100%;
  padding: 20px 40px;
  background: #ffffff;
  border-radius: 16px;
  margin-bottom: 20px;
}

.tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row .tic-help-thumb--image-container .tic-help-thumb--image-graphic {
  width: 100%;
  padding-top: 46%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row .tic-help-thumb--heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.25px;
  margin: 0;
}

@media all and (max-width: 767.98px) {
  .tic-homepage .expert-help-section .ehs-content .ehsc--thumbnail-row .tic-help-thumb--heading {
    font-size: 19px;
  }
}

.tic-newsroom--hero {
  width: 100%;
  background-color: #F1F5F7;
  padding-top: 100px;
}

@media (min-width: 990px) and (max-width: 1449.98px) {
  .tic-newsroom--hero {
    padding: 90px 120px;
  }
}

@media (min-width: 768px) and (max-width: 989.98px) {
  .tic-newsroom--hero {
    padding: 75px;
  }
}

@media all and (max-width: 767.98px) {
  .tic-newsroom--hero {
    padding: 60px 25px 25px 25px;
  }
}

.tic-newsroom--hero .main-heading.mobile-only {
  margin-bottom: 40px;
  font-size: 19px !important;
}

@media all and (min-width: 1450px) {
  .tic-newsroom--hero .main-heading.mobile-only {
    display: none;
  }
}

.tic-newsroom--hero .main-heading.desktop-only {
  margin-bottom: 80px;
}

@media all and (max-width: 1449.98px) {
  .tic-newsroom--hero .main-heading.desktop-only {
    display: none;
  }
}

.tic-newsroom--hero .category-heading.tic-green-subhead {
  margin-bottom: 10px;
}

.tic-newsroom--hero .tnh-excerpt {
  margin-bottom: 40px;
}

.tic-newsroom--hero .tnh--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 120px;
}

@media all and (max-width: 1449.98px) {
  .tic-newsroom--hero .tnh--row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
    max-width: 1400px;
    margin: auto;
  }
}

.tic-newsroom--hero .tnh--content {
  width: calc((100% - 120px) / 3);
  padding: 90px 0 160px 120px;
  max-width: calc((1400px / 3));
  margin-left: auto;
}

@media all and (max-width: 1449.98px) {
  .tic-newsroom--hero .tnh--content {
    max-width: none;
    margin-left: 0;
    width: 100%;
  }
}

@media all and (max-width: 1449.98px) {
  .tic-newsroom--hero .tnh--content {
    padding: 20px 0 60px 0;
  }
}

.tic-newsroom--hero .tnh--heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.57px;
}

@media all and (max-width: 767.98px) {
  .tic-newsroom--hero .tnh--heading {
    font-size: 32px;
  }
}

.tic-newsroom--hero .tnh--image {
  width: calc(((100% - 120px) / 3)*2);
  min-height: 500px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #008427;
  background-color: #F1F5F7;
}

@media all and (max-width: 1449.98px) {
  .tic-newsroom--hero .tnh--image {
    min-height: 100%;
    padding-top: 46%;
    background-size: cover;
    border-radius: 16px;
  }
}

@media all and (max-width: 1449.98px) {
  .tic-newsroom--hero .tnh--content, .tic-newsroom--hero .tnh--image {
    width: 100%;
  }
}

.tic-newsroom .tic-search-searchbar-section {
  background-color: #F1F5F7;
}

@media all and (min-width: 1449.98px) {
  .tic-newsroom .tic-search-searchbar-section .tic-search-searchbar-container {
    padding-top: 90px;
  }
}

@media all and (max-width: 767.98px) {
  .tic-newsroom .tic-search-searchbar-section .tic-search-searchbar-container {
    padding-bottom: 80px;
  }
}

.tic-newsroom .tic-media-kit-banner {
  background-color: #F5CC02;
  padding: 25px;
}

@media all and (max-width: 989.98px) {
  .tic-newsroom .tic-media-kit-banner {
    padding: 60px 25px;
  }
}

.tic-newsroom .tic-media-kit-banner--content {
  max-width: 950px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

@media all and (max-width: 989.98px) {
  .tic-newsroom .tic-media-kit-banner--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

.tic-newsroom .tic-media-kit-banner--content .tmkb--image {
  width: 50px;
  height: 65px;
}

@media all and (max-width: 989.98px) {
  .tic-newsroom .tic-media-kit-banner--content .tmkb--image {
    margin-bottom: 10px;
  }
}

.tic-newsroom .tic-media-kit-banner--content .tmkb--heading {
  font-size: 24px;
  line-height: 1.17;
  font-weight: 600;
  letter-spacing: -0.25px;
  margin: 0;
}

@media all and (max-width: 767.98px) {
  .tic-newsroom .tic-media-kit-banner--content .tmkb--heading {
    font-size: 19px;
  }
}

.tic-newsroom .tic-media-kit-banner--content .tmkb--copy {
  margin: 0;
}

@media all and (min-width: 990px) {
  .tic-newsroom .tic-media-kit-banner--content .tmkb--copy {
    padding-left: 20px;
  }
}

.tic-newsroom .tic-media-kit-banner--content .tmkb--copy a {
  font-weight: 400;
  color: #262626;
  text-decoration: underline;
}

.tic-newsroom .tic-latest-stories .tls--intro-content {
  text-align: center;
}

.tic-newsroom .tic-latest-stories .tls--recent-articles-row {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 40px;
}

@media all and (max-width: 989.98px) {
  .tic-newsroom .tic-latest-stories .tls--recent-articles-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
    gap: 40px;
  }
}

.tic-newsroom .tic-latest-stories .tls--recent-articles-row .tic-post-thumbnail-link {
  width: calc((100% - 80px) / 3);
}

@media all and (max-width: 989.98px) {
  .tic-newsroom .tic-latest-stories .tls--recent-articles-row .tic-post-thumbnail-link {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.tic-newsroom .tic-latest-stories .tls--recent-articles-row .tic-post-thumbnail-link .tic-post-thumbnail {
  margin-bottom: 0;
}

.tic-newsroom .newsroom-topics-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px 85px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 900px) and (max-width: 1399.98px) {
  .tic-newsroom .newsroom-topics-row {
    gap: 85px;
  }
}

@media all and (max-width: 899.98px) {
  .tic-newsroom .newsroom-topics-row {
    gap: 60px;
  }
}

.tic-newsroom .newsroom-topics-row .newsroom-topic {
  width: calc((100% - 85px - 85px) / 3);
}

@media (min-width: 900px) and (max-width: 1399.98px) {
  .tic-newsroom .newsroom-topics-row .newsroom-topic {
    width: calc((100% - 85px) / 2);
  }
}

@media all and (max-width: 899.98px) {
  .tic-newsroom .newsroom-topics-row .newsroom-topic {
    width: 100%;
  }
}

.tic-newsroom .newsroom-topics-row .newsroom-topic p {
  margin: 0;
}

.tic-newsroom .newsroom-topics-row .newsroom-topic .tic-arrow-cta {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -0.57px;
}

@media all and (max-width: 767.98px) {
  .tic-newsroom .newsroom-topics-row .newsroom-topic .tic-arrow-cta {
    font-size: 24px;
  }
}

.tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row {
    gap: 60px;
  }
}

@media all and (max-width: 989.98px) {
  .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left, .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--right, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--right {
  width: calc((100% - 120px) / 2);
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left, .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--right, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--right {
    width: calc((100% - 60px) / 2);
  }
}

@media all and (max-width: 989.98px) {
  .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left, .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--right, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--right {
    width: 100%;
  }
}

@media all and (max-width: 989.98px) {
  .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--right, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--right {
    max-width: 500px;
  }
}

.tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left .tic-link-button, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left .tic-link-button {
  margin: 20px 0 0 0;
}

@media all and (max-width: 549.98px) {
  .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left .tic-link-button, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--left .tic-link-button {
    width: 100%;
  }
}

.tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--image, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--image {
  border-radius: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}

@media all and (max-width: 989.98px) {
  .tic-media-kit .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--image, .tic-media-asset-detail-page .tic-media-kit-hero .tic-media-kit-hero-row .tmkh--image {
    min-height: 100%;
  }
}

.tic-media-kit .tic-media-assets-section, .tic-media-asset-detail-page .tic-media-assets-section {
  background-color: #F1F5F7;
}

.tic-media-kit .tic-media-assets-section .tma--intro-copy, .tic-media-asset-detail-page .tic-media-assets-section .tma--intro-copy {
  text-align: center;
}

.tic-media-kit .tic-media-assets-section .tma--intro-copy .tic-link-button, .tic-media-asset-detail-page .tic-media-assets-section .tma--intro-copy .tic-link-button {
  margin: 20px 0 0 0;
}

@media all and (min-width: 990px) {
  .tic-media-kit .tic-media-assets-section .tma--intro-copy .download-zip.mobile-only, .tic-media-asset-detail-page .tic-media-assets-section .tma--intro-copy .download-zip.mobile-only {
    display: none;
  }
}

@media all and (max-width: 989.98px) {
  .tic-media-kit .tic-media-assets-section .tma--intro-copy .download-zip.desktop-only, .tic-media-asset-detail-page .tic-media-assets-section .tma--intro-copy .download-zip.desktop-only {
    display: none;
  }
}

.tic-media-kit .tic-media-assets-section .tma--assets-container, .tic-media-kit .tic-media-assets-section .tma--filtered-assets, .tic-media-kit .tic-media-assets-section .tma--all-assets, .tic-media-asset-detail-page .tic-media-assets-section .tma--assets-container, .tic-media-asset-detail-page .tic-media-assets-section .tma--filtered-assets, .tic-media-asset-detail-page .tic-media-assets-section .tma--all-assets {
  width: 100%;
  margin: 80px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 40px;
}

@media all and (max-width: 989.98px) {
  .tic-media-kit .tic-media-assets-section .tma--assets-container, .tic-media-kit .tic-media-assets-section .tma--filtered-assets, .tic-media-kit .tic-media-assets-section .tma--all-assets, .tic-media-asset-detail-page .tic-media-assets-section .tma--assets-container, .tic-media-asset-detail-page .tic-media-assets-section .tma--filtered-assets, .tic-media-asset-detail-page .tic-media-assets-section .tma--all-assets {
    margin: 40px 0 0 0;
  }
}

@media all and (max-width: 1199.98px) {
  .tic-media-kit .tic-media-assets-section .tma--assets-container, .tic-media-kit .tic-media-assets-section .tma--filtered-assets, .tic-media-kit .tic-media-assets-section .tma--all-assets, .tic-media-asset-detail-page .tic-media-assets-section .tma--assets-container, .tic-media-asset-detail-page .tic-media-assets-section .tma--filtered-assets, .tic-media-asset-detail-page .tic-media-assets-section .tma--all-assets {
    gap: 40px;
  }
}

.tic-media-kit .tic-media-assets-section .tma--assets-container .tic-asset-card-link, .tic-media-kit .tic-media-assets-section .tma--filtered-assets .tic-asset-card-link, .tic-media-kit .tic-media-assets-section .tma--all-assets .tic-asset-card-link, .tic-media-asset-detail-page .tic-media-assets-section .tma--assets-container .tic-asset-card-link, .tic-media-asset-detail-page .tic-media-assets-section .tma--filtered-assets .tic-asset-card-link, .tic-media-asset-detail-page .tic-media-assets-section .tma--all-assets .tic-asset-card-link {
  display: block;
  width: calc((100% - 80px) / 3);
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-media-kit .tic-media-assets-section .tma--assets-container .tic-asset-card-link, .tic-media-kit .tic-media-assets-section .tma--filtered-assets .tic-asset-card-link, .tic-media-kit .tic-media-assets-section .tma--all-assets .tic-asset-card-link, .tic-media-asset-detail-page .tic-media-assets-section .tma--assets-container .tic-asset-card-link, .tic-media-asset-detail-page .tic-media-assets-section .tma--filtered-assets .tic-asset-card-link, .tic-media-asset-detail-page .tic-media-assets-section .tma--all-assets .tic-asset-card-link {
    width: calc((100% - 40px) / 2);
  }
}

@media all and (max-width: 989.98px) {
  .tic-media-kit .tic-media-assets-section .tma--assets-container .tic-asset-card-link, .tic-media-kit .tic-media-assets-section .tma--filtered-assets .tic-asset-card-link, .tic-media-kit .tic-media-assets-section .tma--all-assets .tic-asset-card-link, .tic-media-asset-detail-page .tic-media-assets-section .tma--assets-container .tic-asset-card-link, .tic-media-asset-detail-page .tic-media-assets-section .tma--filtered-assets .tic-asset-card-link, .tic-media-asset-detail-page .tic-media-assets-section .tma--all-assets .tic-asset-card-link {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.tic-media-kit .tic-media-assets-section .tma--assets-container .tic-asset-card-link .tic-asset-card, .tic-media-kit .tic-media-assets-section .tma--filtered-assets .tic-asset-card-link .tic-asset-card, .tic-media-kit .tic-media-assets-section .tma--all-assets .tic-asset-card-link .tic-asset-card, .tic-media-asset-detail-page .tic-media-assets-section .tma--assets-container .tic-asset-card-link .tic-asset-card, .tic-media-asset-detail-page .tic-media-assets-section .tma--filtered-assets .tic-asset-card-link .tic-asset-card, .tic-media-asset-detail-page .tic-media-assets-section .tma--all-assets .tic-asset-card-link .tic-asset-card {
  height: 100%;
}

.tic-media-kit .tic-media-assets-section .tma--assets-container .asset-card-hidden, .tic-media-kit .tic-media-assets-section .tma--filtered-assets .asset-card-hidden, .tic-media-kit .tic-media-assets-section .tma--all-assets .asset-card-hidden, .tic-media-asset-detail-page .tic-media-assets-section .tma--assets-container .asset-card-hidden, .tic-media-asset-detail-page .tic-media-assets-section .tma--filtered-assets .asset-card-hidden, .tic-media-asset-detail-page .tic-media-assets-section .tma--all-assets .asset-card-hidden {
  display: none;
}

.tic-media-kit a:hover .tic-green-subhead, .tic-media-kit a:focus .tic-green-subhead, .tic-media-asset-detail-page a:hover .tic-green-subhead, .tic-media-asset-detail-page a:focus .tic-green-subhead {
  text-decoration: underline;
}

.tic-media-kit .optional-filtering-assets, .tic-media-asset-detail-page .optional-filtering-assets {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  margin-bottom: -60px;
}

@media all and (max-width: 989.98px) {
  .tic-media-kit .optional-filtering-assets, .tic-media-asset-detail-page .optional-filtering-assets {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tic-media-kit .optional-filtering-assets .tic-custom-dropdown, .tic-media-asset-detail-page .optional-filtering-assets .tic-custom-dropdown {
  width: calc(100% - 200px);
}

@media all and (max-width: 989.98px) {
  .tic-media-kit .optional-filtering-assets .tic-custom-dropdown, .tic-media-asset-detail-page .optional-filtering-assets .tic-custom-dropdown {
    width: 100%;
  }
}

.tic-media-kit .optional-filtering-assets .tic-filter-topics-heading, .tic-media-asset-detail-page .optional-filtering-assets .tic-filter-topics-heading {
  font-size: 24px;
  line-height: 24px;
  color: #262626;
  letter-spacing: -0.25px;
  font-weight: 600;
  margin: 0;
}

@media all and (max-width: 767.98px) {
  .tic-media-kit .optional-filtering-assets .tic-filter-topics-heading, .tic-media-asset-detail-page .optional-filtering-assets .tic-filter-topics-heading {
    font-size: 19px;
  }
}

.tic-media-asset-detail-page .tic-media-assets-section {
  background-color: #ffffff;
}

.tic-media-asset-detail-page .tic-media-assets-section .tma--intro-copy {
  text-align: left;
  padding-bottom: 40px;
  border-bottom: 1px solid #D6DAE0;
}

@media all and (max-width: 989.98px) {
  .tic-media-asset-detail-page .tic-media-assets-section .tma--intro-copy {
    text-align: center;
  }
}

.tic-media-asset-detail-page .tic-media-assets-section .tma--intro-copy .tic-section-heading {
  margin-bottom: 0;
}

.tic-media-asset-detail-page .tic-asset-card-link .tic-asset-card {
  background-color: #F1F5F7;
}

.fact-sheet-archive {
  background-color: #ffffff;
}

.fact-sheet-archive .tic-fact-sheet-hero {
  background-color: #F1F5F7;
}

.fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row {
    gap: 60px;
  }
}

@media all and (max-width: 989.98px) {
  .fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--left, .fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--right {
  width: calc((100% - 120px) / 2);
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--left, .fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--right {
    width: calc((100% - 60px) / 2);
  }
}

@media all and (max-width: 989.98px) {
  .fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--left, .fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--right {
    width: 100%;
  }
}

@media all and (max-width: 989.98px) {
  .fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--right {
    max-width: 500px;
  }
}

.fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--left .tic-link-button {
  margin: 20px 0 0 0;
}

.fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--image {
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}

@media all and (max-width: 989.98px) {
  .fact-sheet-archive .tic-fact-sheet-hero .tic-fact-sheet-hero-row .tmkh--image {
    min-height: 100%;
  }
}

.fact-sheet-archive .tic-fact-sheets-listing .tic-fact-sheets-listing-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

@media all and (max-width: 989.98px) {
  .fact-sheet-archive .tic-fact-sheets-listing .tic-fact-sheets-listing-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 40px;
  }
}

.fact-sheet-archive .tic-fact-sheets-listing .tic-fact-sheets-listing-row .tic-post-thumbnail-link {
  width: calc((100% - 80px) / 3);
}

@media all and (max-width: 989.98px) {
  .fact-sheet-archive .tic-fact-sheets-listing .tic-fact-sheets-listing-row .tic-post-thumbnail-link {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.fact-sheet-archive .tic-fact-sheets-listing .tic-fact-sheets-listing-row .tic-post-thumbnail-link .tic-post-thumbnail {
  margin-bottom: 0;
}

.fact-sheet-archive .tic-fact-sheets-listing .tic-fact-sheets-listing-row .tic-post-thumbnail-link .tic-post-thumbnail .tic-pt--title {
  padding-bottom: 40px;
}

.tic-media-contact .tic-media-contact-hero {
  background-color: #ffffff;
}

.tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row {
    gap: 60px;
  }
}

@media all and (max-width: 989.98px) {
  .tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--left, .tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--right {
  width: calc((100% - 120px) / 2);
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--left, .tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--right {
    width: calc((100% - 60px) / 2);
  }
}

@media all and (max-width: 989.98px) {
  .tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--left, .tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--right {
    width: 100%;
  }
}

@media all and (max-width: 989.98px) {
  .tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--right {
    max-width: 500px;
  }
}

.tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--left .tic-link-button {
  margin: 20px 0 0 0;
}

.tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--image {
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}

@media all and (max-width: 989.98px) {
  .tic-media-contact .tic-media-contact-hero .tic-media-contact-hero-row .tmkh--image {
    min-height: 100%;
  }
}

.tic-media-contact .tic-media-contact-info {
  background-color: #F1F5F7;
}

.tic-media-contact .tic-media-contact-info .tic-media-contact-info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 120px;
}

@media (min-width: 1100px) and (max-width: 1199.98px) {
  .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row {
    gap: 60px;
  }
}

@media all and (max-width: 1099.98px) {
  .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 80px;
  }
}

.tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-media, .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-clients {
  width: calc((100% - 120px) / 2);
}

@media (min-width: 1100px) and (max-width: 1199.98px) {
  .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-media, .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-clients {
    width: calc((100% - 60px) / 2);
  }
}

@media all and (max-width: 1099.98px) {
  .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-media, .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-clients {
    width: 100%;
  }
}

.tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-media a, .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-clients a {
  text-decoration: underline;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

.tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-media a:hover, .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-media a:focus, .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-clients a:hover, .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-for-clients a:focus {
  color: #262626;
}

.tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-section-heading {
  margin-bottom: 40px;
}

@media all and (max-width: 767.98px) {
  .tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .tic-section-heading {
    margin-bottom: 20px;
  }
}

.tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .media-contact-content {
  position: relative;
  padding-left: 52px;
  margin-bottom: 30px;
}

.tic-media-contact .tic-media-contact-info .tic-media-contact-info-row .media-contact-icons {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  left: 0;
}

.tic-executives .tic-executives-hero {
  background-color: #F1F5F7;
}

.tic-executives .tic-executives-hero .tic-executives-hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-executives .tic-executives-hero .tic-executives-hero-row {
    gap: 60px;
  }
}

@media all and (max-width: 989.98px) {
  .tic-executives .tic-executives-hero .tic-executives-hero-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--left, .tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--right {
  width: calc((100% - 120px) / 2);
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--left, .tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--right {
    width: calc((100% - 60px) / 2);
  }
}

@media all and (max-width: 989.98px) {
  .tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--left, .tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--right {
    width: 100%;
  }
}

@media all and (max-width: 989.98px) {
  .tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--right {
    max-width: 500px;
  }
}

.tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--left .tic-link-button {
  margin: 20px 0 0 0;
}

@media all and (max-width: 549.98px) {
  .tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--left .tic-link-button {
    width: 100%;
  }
}

.tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--image {
  border-radius: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100%;
}

@media all and (max-width: 989.98px) {
  .tic-executives .tic-executives-hero .tic-executives-hero-row .tmkh--image {
    min-height: 100%;
  }
}

.tic-executives .tic-executive-team .tic-executive-team-intro {
  text-align: center;
  margin-bottom: 90px;
}

@media all and (max-width: 767.98px) {
  .tic-executives .tic-executive-team .tic-executive-team-intro {
    margin-bottom: 40px;
  }
}

.tic-executives .tic-executive-team .tic-executive-team-listings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 990px) and (max-width: 1200px) {
  .tic-executives .tic-executive-team .tic-executive-team-listings {
    gap: 60px;
  }
}

@media all and (max-width: 989.98px) {
  .tic-executives .tic-executive-team .tic-executive-team-listings {
    gap: 40px;
  }
}

.tic-executives .tic-executive-team .tic-executive-team-listings .executive-thumbnail-link {
  text-align: center;
  display: inline-block;
  width: calc((100% - 240px) / 4);
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  color: #262626;
}

.tic-executives .tic-executive-team .tic-executive-team-listings .executive-thumbnail-link:hover, .tic-executives .tic-executive-team .tic-executive-team-listings .executive-thumbnail-link:focus {
  text-decoration: underline;
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tic-executives .tic-executive-team .tic-executive-team-listings .executive-thumbnail-link:focus {
  outline-offset: 10px;
  outline: 1px solid #000;
}

@media (min-width: 990px) and (max-width: 1200px) {
  .tic-executives .tic-executive-team .tic-executive-team-listings .executive-thumbnail-link {
    width: calc((100% - 60px) / 2);
  }
}

@media all and (max-width: 989.98px) {
  .tic-executives .tic-executive-team .tic-executive-team-listings .executive-thumbnail-link {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.tic-executives .tic-executive-team .tic-executive-team-listings .executive-thumbnail-link .executive--image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 75%;
  width: 100%;
  margin-bottom: 20px;
}

.tic-executives .tic-executive-team .tic-executive-team-listings .executive-thumbnail-link .executive--name {
  color: #262626;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  letter-spacing: -0.25px;
}

.tic-executives .tic-executive-team .tic-executive-team-listings .executive-thumbnail-link .executive--job-title p {
  color: #262626;
  margin-bottom: 0;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: 500;
}

.tic-executive-detail {
  max-width: 760px;
  margin: auto;
  padding: 90px 0;
}

@media (min-width: 768px) and (max-width: 989.98px) {
  .tic-executive-detail {
    padding: 75px;
  }
}

@media all and (max-width: 767.98px) {
  .tic-executive-detail {
    padding: 60px 25px;
  }
}

.tic-executive-detail--hero .executive-details-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}

@media all and (max-width: 989.98px) {
  .tic-executive-detail--hero .executive-details-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
    margin-bottom: 40px;
  }
}

.tic-executive-detail--hero .executive-details-row p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.tic-executive-detail--hero .executive-details-row p a {
  padding: 0;
  margin: 0;
  height: 22px;
  width: 22px;
}

.tic-executive-detail--hero .executive-image {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 16px;
  margin-bottom: 40px;
}

.tic-executive-detail--download-assets {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 60px 0 120px 0;
}

@media all and (max-width: 989.98px) {
  .tic-executive-detail--download-assets {
    padding: 60px 0 80px 0;
  }
}

@media all and (max-width: 767.98px) {
  .tic-executive-detail--download-assets {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.tic-executive-detail--download-assets .tic-link-button {
  width: calc((100% - 60px) / 2);
}

@media all and (max-width: 767.98px) {
  .tic-executive-detail--download-assets .tic-link-button {
    width: 100%;
  }
}

.tic-single .article-body {
  background-image: none;
  padding: 0;
}

.tic-single .article-body .c1 {
  position: relative;
  background-color: transparent !important;
  float: none;
  width: 100%;
  width: calc(100% - 500px);
  max-width: 760px;
  margin: auto;
  padding: 90px 0;
}

.tic-single .article-body .c1 a {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #008427;
  text-decoration: underline;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

.tic-single .article-body .c1 a:focus, .tic-single .article-body .c1 a:hover {
  color: #262626;
}

.tic-single .article-body .c1 .share-tic-page a {
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 989.98px) {
  .tic-single .article-body .c1 {
    padding: 75px;
  }
}

@media all and (max-width: 989.98px) {
  .tic-single .article-body .c1 {
    width: 100%;
  }
}

@media all and (max-width: 767.98px) {
  .tic-single .article-body .c1 {
    padding: 60px 25px;
  }
}

.tic-single .article-body .c1 .category-abovetitle.cat {
  padding: 0 !important;
}

.tic-single .article-body .c1 .category-abovetitle.cat a {
  text-decoration: none !important;
}

.tic-single .article-body .c1 .tic-at-a-glance {
  margin: 40px 0;
  padding: 40px;
  background-color: #F1F5F7;
  border-radius: 16px;
}

@media all and (max-width: 767.98px) {
  .tic-single .article-body .c1 .tic-at-a-glance {
    padding: 40px 20px;
  }
}

.tic-single .article-body .c1 .tic-at-a-glance p {
  margin: 0;
}

.tic-single .article-body .c1 .tic-at-a-glance .aag-heading {
  font-weight: 600;
  letter-spacing: -0.57px;
  font-size: 24px;
  line-height: 28px;
}

@media all and (max-width: 767.98px) {
  .tic-single .article-body .c1 .tic-at-a-glance .aag-heading {
    font-size: 19px;
    line-height: 24px;
  }
}

@media all and (min-width: 990px) {
  .tic-single .article-body .c1 .tic-article-detail-bar {
    width: 150px;
    position: absolute;
    top: 90px;
    left: -220px;
  }
}

@media all and (min-width: 990px) {
  .tic-single .article-body .c1 .tic-article-detail-bar--mobile {
    display: none;
  }
}

@media all and (max-width: 989.98px) {
  .tic-single .article-body .c1 .tic-article-detail-bar--desktop {
    display: none;
  }
}

.tic-single .article-body .c1 .tic-article-detail-bar .tic-article-detail-icon {
  margin-bottom: 40px;
}

.tic-single .article-body .c1 .tic-article-detail-bar .tic-article-detail-icon svg {
  margin-bottom: 10px;
  line-height: 0;
}

@media all and (max-width: 989.98px) {
  .tic-single .article-body .c1 .tic-article-detail-bar .tic-article-detail-icon svg {
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.tic-single .article-body .c1 .tic-article-detail-bar .tic-article-detail-icon p {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  margin-bottom: 0;
}

@media all and (max-width: 989.98px) {
  .tic-single .article-body .c1 .tic-article-detail-bar .tic-article-detail-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}

.tic-single .article-body .c1 .tic-article-detail-bar .tic-article-date-author {
  margin-bottom: 20px;
}

.tic-single .article-body .c1 .tic-single-post-thumbnail {
  padding-top: 55%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tic-single .article-body .c1 .tic-single-post-thumbnail, .tic-single .article-body .c1 .video-container {
  margin: 60px 0;
}

@media all and (max-width: 767.98px) {
  .tic-single .article-body .c1 .tic-single-post-thumbnail, .tic-single .article-body .c1 .video-container {
    margin: 40px 0;
  }
}

.tic-single .article-body .c1 .article-main-content {
  padding-bottom: 60px;
  margin-bottom: 80px;
  border-bottom: 1px solid #D6DAE0;
}

@media all and (max-width: 989.98px) {
  .tic-single .article-body .c1 .article-main-content {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}

.tic-single .article-body .c1 .article-main-content p, .tic-single .article-body .c1 .article-main-content a {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: 400;
}

@media all and (max-width: 767.98px) {
  .tic-single .article-body .c1 .article-main-content p, .tic-single .article-body .c1 .article-main-content a {
    font-size: 16px;
    line-height: 24px;
  }
}

.tic-single .article-body .c1 .article-main-content a {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #008427;
  text-decoration: underline;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

.tic-single .article-body .c1 .article-main-content a:focus, .tic-single .article-body .c1 .article-main-content a:hover {
  color: #262626;
}

.tic-single .article-body .c1 .article-main-content h2, .tic-single .article-body .c1 .article-main-content h3, .tic-single .article-body .c1 .article-main-content h4, .tic-single .article-body .c1 .article-main-content h5, .tic-single .article-body .c1 .article-main-content h6, .tic-single .article-body .c1 .article-main-content .tic-at-a-glance .aag-heading {
  font-weight: 600;
  letter-spacing: -0.57px;
}

.tic-single .article-body .c1 .article-main-content h3, .tic-single .article-body .c1 .article-main-content .tic-at-a-glance .aag-heading {
  font-size: 24px;
  line-height: 28px;
}

.tic-single .article-body .c1 .article-main-content h4, .tic-single .article-body .c1 .article-main-content h5, .tic-single .article-body .c1 .article-main-content h6 {
  font-size: 18px;
  line-height: 28px;
}

.tic-single .article-body .c1 .article-main-content h2 {
  font-size: 40px;
  line-height: 1;
}

@media all and (max-width: 767.98px) {
  .tic-single .article-body .c1 .article-main-content h2 {
    font-size: 36px;
  }
}

.tic-single .article-body .c1 .article-main-content figcaption {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.33px;
}

@media all and (max-width: 787.98px) {
  .tic-single .article-body .c1 .article-main-content figcaption {
    font-size: 16px;
  }
}

.tic-single .article-body .c1 .article-main-content img {
  border-radius: 16px;
}

.tic-single .article-body .c1 .article-main-content li {
  margin: 0;
}

.tic-single .article-body .c1 .article-main-content .wp-block-table {
  margin: 80px 0;
}

@media all and (max-width: 767.98px) {
  .tic-single .article-body .c1 .article-main-content .wp-block-table {
    margin: 60px 0;
  }
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table tr td {
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #D6DAE0;
  padding: 40px;
}

@media all and (max-width: 989.98px) {
  .tic-single .article-body .c1 .article-main-content .wp-block-table table tr td {
    padding: 40px 20px;
  }
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table tr td:first-of-type {
  border-left: none;
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table tr td:last-of-type {
  border-right: none;
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table tr:first-of-type {
  font-weight: 600;
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table tr:first-of-type td {
  border-top: none;
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table tr:last-of-type td {
  border-bottom: none;
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table a {
  color: #262626;
  text-decoration: none;
  position: relative;
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table a:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 14px;
  top: calc(((100% - 14px) / 2));
  right: -20px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.70396 6.2652C7.13292 6.66116 7.13292 7.33884 6.70396 7.7348L1 13' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table a:hover, .tic-single .article-body .c1 .article-main-content .wp-block-table table a:focus {
  text-decoration: underline;
}

.tic-single .article-body .c1 .article-main-content .wp-block-table table a:hover:after, .tic-single .article-body .c1 .article-main-content .wp-block-table table a:focus:after {
  right: -30px;
}

.tic-single .article-body .c2 {
  float: none;
  background-color: transparent !important;
  float: none;
  width: 100%;
}

.tic-single .tic-single-related-topics {
  width: 100%;
}

.tic-single .tic-single-related-topics .tic-section-heading {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 40px;
}

@media all and (max-width: 989.98px) {
  .tic-single .tic-single-related-topics .tic-section-heading {
    text-align: center;
  }
}

@media all and (max-width: 767.98px) {
  .tic-single .tic-single-related-topics .tic-section-heading {
    font-size: 36px;
  }
}

.tic-single .tic-single-related-topics .tic-single-related-topics-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 0 180px 0;
  border-top: 1px solid #D6DAE0;
}

@media all and (max-width: 989.98px) {
  .tic-single .tic-single-related-topics .tic-single-related-topics-row {
    padding: 40px 0 80px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tic-single .tic-single-related-topics .tic-single-related-topics-row .tic-related-topic-thumb {
  text-align: center;
  width: calc((100% - 120px) / 4);
}

.tic-single .tic-single-related-topics .tic-single-related-topics-row .tic-related-topic-thumb .tic-arrow-cta::after {
  top: auto;
  bottom: 5px;
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-single .tic-single-related-topics .tic-single-related-topics-row .tic-related-topic-thumb {
    width: calc((100% - 40px) / 2);
  }
}

@media all and (max-width: 989.98px) {
  .tic-single .tic-single-related-topics .tic-single-related-topics-row .tic-related-topic-thumb {
    width: 100%;
    max-width: 350px;
    margin: auto;
  }
}

.tic-single .tic-article-recommended-articles {
  width: 100%;
}

.tic-single .tic-article-recommended-articles--padding-bottom {
  padding-bottom: 120px;
}

@media all and (max-width: 989.98px) {
  .tic-single .tic-article-recommended-articles--padding-bottom {
    padding-bottom: 80px;
  }
}

.tic-single .tic-article-recommended-articles .tic-asset-card {
  background-color: #F1F5F7;
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--heading {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.57px;
  text-transform: none;
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #D6DAE0;
}

@media all and (max-width: 767.98px) {
  .tic-single .tic-article-recommended-articles .tic-rec-articles--heading {
    font-size: 36px;
  }
}

@media all and (max-width: 989.98px) {
  .tic-single .tic-article-recommended-articles .tic-rec-articles--heading {
    text-align: center;
  }
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--heading::before {
  display: none;
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row--stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row--stretch .tic-asset-card {
  height: 100%;
}

@media all and (max-width: 989.98px) {
  .tic-single .tic-article-recommended-articles .tic-rec-articles--post-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row a.post {
  text-decoration: none;
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row a.post:hover, .tic-single .tic-article-recommended-articles .tic-rec-articles--post-row a.post:focus {
  text-decoration: none;
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post {
  width: calc((100% - 80px) / 3);
  padding: 0;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

@media all and (max-width: 989.98px) {
  .tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post a {
  text-decoration: none;
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post a:hover, .tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post a:focus {
  text-decoration: none;
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post .tic-green-subhead {
  margin-bottom: 10px;
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post .tic-post-title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

@media all and (max-width: 767.98px) {
  .tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post .tic-post-title {
    font-size: 19px;
  }
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post .tic-post-thumbnail {
  width: 100%;
  padding-top: 46%;
  border-radius: 8px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}

@media all and (max-width: 767.98px) {
  .tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post .tic-post-thumbnail {
    margin-bottom: 20px;
  }
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post:hover, .tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post:focus {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post:hover .tic-post-title, .tic-single .tic-article-recommended-articles .tic-rec-articles--post-row .post:focus .tic-post-title {
  text-decoration: underline;
}

.tic-single .tic-testimonial-slider-section {
  background-color: #008427;
}

.tic-single .tic-testimonial-slider-section .tic-section-heading {
  color: #ffffff;
}

.tic-single .tic-testimonial-slider-section .slick-dots li button {
  outline-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M6,11.75c-3.17,0-5.75-2.58-5.75-5.75S2.83,0.25,6,0.25S11.75,2.83,11.75,6S9.17,11.75,6,11.75z M6,0.89 C3.18,0.89,0.89,3.18,0.89,6S3.18,11.11,6,11.11S11.11,8.82,11.11,6S8.82,0.89,6,0.89z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.tic-single .tic-testimonial-slider-section .slick-dots .slick-active button {
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 12 12' style='enable-background:new 0 0 12 12;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ffffff;%7D%0A%3C/style%3E%3Cg%3E%3Ccircle class='st0' cx='6' cy='6' r='5.75'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.tic-category-page .cat-featured-article-link {
  width: 100%;
}

.tic-category-page .cat-featured-article-link .cat-featured-article {
  border: 3px solid #ffffff;
  border-radius: 12px;
  background-color: #ffffff;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
}

.tic-category-page .cat-featured-article-link .cat-featured-article .cfa--image {
  width: 100%;
  padding-top: 46%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 9px 9px 0 0;
}

.tic-category-page .cat-featured-article-link .cat-featured-article .cfa--content {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.tic-category-page .cat-featured-article-link .cat-featured-article .cfa--content svg {
  width: 50px;
  height: 50px;
}

.tic-category-page .cat-featured-article-link .cat-featured-article .cfa--content--title {
  margin: 0;
  padding: 0;
  width: calc(100% - 80px);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.17;
  letter-spacing: -0.25px;
  color: #262626;
}

@media all and (max-width: 767.98px) {
  .tic-category-page .cat-featured-article-link .cat-featured-article .cfa--content--title {
    font-size: 18px;
  }
}

.tic-category-page .cat-featured-article-link:focus .cat-featured-article, .tic-category-page .cat-featured-article-link:hover .cat-featured-article {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.tic-category-page .cat-featured-article-link:focus .cat-featured-article .cfa--content--title, .tic-category-page .cat-featured-article-link:hover .cat-featured-article .cfa--content--title {
  text-decoration: underline;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--intro {
  text-align: center;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--intro p {
  max-width: 760px;
  margin: auto;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin: 80px 0;
}

@media all and (max-width: 767.98px) {
  .tic-category-page .tic-tax-breaks-money-listing .ttbml--posts {
    margin: 40px 0 60px 0;
  }
}

@media all and (max-width: 989.98px) {
  .tic-category-page .tic-tax-breaks-money-listing .ttbml--posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--posts .tic-post-thumbnail-link {
  width: calc((100% - 80px)/3);
}

@media all and (max-width: 989.98px) {
  .tic-category-page .tic-tax-breaks-money-listing .ttbml--posts .tic-post-thumbnail-link {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--posts .tic-post-thumbnail-link .tic-post-thumbnail {
  margin-bottom: 0;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--posts .tic-post-thumbnail-link .tic-post-thumbnail .tic-pt--title {
  padding-bottom: 40px;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  margin: 80px 0 0 0;
}

@media all and (max-width: 989.98px) {
  .tic-category-page .tic-tax-breaks-money-listing .ttbml--subs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 40px 0 0 0;
  }
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 80px)/3);
}

@media all and (max-width: 989.98px) {
  .tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col .tic-post-thumbnail-link {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col .tic-post-thumbnail-link .tic-post-thumbnail {
  margin-bottom: 0;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col .tic-post-thumbnail-link .tic-post-thumbnail .tic-pt--title {
  padding-bottom: 40px;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col .life-stages-subcat-intro {
  text-align: center;
  margin-bottom: 60px;
  height: 100%;
}

@media all and (max-width: 989.98px) {
  .tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col .life-stages-subcat-intro {
    margin-bottom: 40px;
  }
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col .life-stages-subcat-intro svg {
  margin-bottom: 10px;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col .life-stages-subcat-intro .life-stage-sub-heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.25px;
}

@media all and (max-width: 767.98px) {
  .tic-category-page .tic-tax-breaks-money-listing .ttbml--subs .tic-subs-col .life-stages-subcat-intro .life-stage-sub-heading {
    font-size: 18px;
  }
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--button-row {
  width: 100%;
  text-align: center;
}

.tic-category-page .tic-tax-breaks-money-listing .ttbml--button-row a {
  width: 100%;
  max-width: 340px;
  margin: auto;
}

@media all and (max-width: 767.98px) {
  .tic-category-page .tic-tax-breaks-money-listing .ttbml--button-row a {
    max-width: 100%;
  }
}

.tic-search-page--tic .all_articles {
  color: #262626;
}

@media all and (min-width: 2000px) {
  .tic-search-page--tic .tic-search-searchbar-container, .tic-search-page--tic .tic-search-results {
    padding-left: 200px;
    padding-right: 200px;
  }
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-searchbar-container {
    padding-bottom: 20px;
  }
}

.tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page {
  position: relative;
}

.tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form label, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page label {
  display: block;
  pointer-events: none;
  height: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.8px;
  color: #262626;
  -webkit-transform: scale(1) translateY(-60px);
          transform: scale(1) translateY(-60px);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: left;
}

.tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form input[type="text"], .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page input[type="text"] {
  display: block;
  position: relative;
  border: none;
  border-bottom: 2px #262626 solid;
  background: transparent;
  width: 100%;
  height: 80px;
  line-height: 80px;
  border-radius: 0;
  padding: 0;
  font-weight: 600;
  font-size: 32px;
  line-height: 1;
  letter-spacing: -0.8px;
}

.tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form input[type="text"]:focus, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form input[type="text"]:hover, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page input[type="text"]:focus, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page input[type="text"]:hover {
  outline: none;
  border: none;
  border-bottom: 4px #262626 solid;
}

.tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form input[type="text"]:hover + label, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form input[type="text"]:focus + label, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form input[type="text"]:not(:placeholder-shown) + label, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page input[type="text"]:hover + label, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page input[type="text"]:focus + label, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page input[type="text"]:not(:placeholder-shown) + label {
  -webkit-transform: scale(1) translateY(-115px);
          transform: scale(1) translateY(-115px);
  font-size: 16px;
  outline: none;
}

.tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta {
  position: absolute;
  height: 30px;
  width: 100px;
  bottom: 15px;
  right: 0;
  padding: 0;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta {
    display: inline-block;
    width: 48px;
    height: 48px;
    border-radius: 48px;
    background-color: transparent;
    -webkit-transition: all ease 250ms;
    transition: all ease 250ms;
  }
  .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta:hover, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta:focus, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta:hover, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta:focus {
    background-color: #008427;
  }
  .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta:hover:after, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta:focus:after, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta:hover:after, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta:focus:after {
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6.70396 6.2652C7.13292 6.66116 7.13292 7.33884 6.70396 7.7348L1 13' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  }
}

.tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta:after, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta:after {
  right: 10px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta:after, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta:after {
    right: calc((48px - 12px) / 2);
  }
}

@media all and (min-width: 768px) {
  .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta:focus::after, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta:hover::after, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta:focus::after, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta:hover::after {
    right: 0;
  }
}

.tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta input, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta input {
  position: absolute;
  bottom: 0;
  padding: 0;
  background: transparent;
  outline: none;
  border: none;
  color: #262626;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.47;
  cursor: pointer;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta input, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta input {
    opacity: 0;
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #008427;
    border-radius: 48px;
  }
}

.tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta input:hover, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form .tic-arrow-cta input:focus, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta input:hover, .tic-search-page--tic .tic-search-searchbar-container .tic-search-searchbar-form--other-page .tic-arrow-cta input:focus {
  outline: none;
  text-decoration: underline;
  color: #262626;
}

.tic-search-page--tic .total-post-count p {
  margin: 0;
  font-weight: 500;
  font-size: 19px;
  line-height: 28px;
  letter-spacing: -0.3px;
  color: #262626;
}

.tic-search-page--tic .tic-search-filter-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-filter-bar {
    gap: 20px;
  }
}

.tic-search-page--tic .tic-search-filter-bar .total-post-count {
  width: calc(100% - 80px - 660px);
}

@media all and (max-width: 1199.98px) {
  .tic-search-page--tic .tic-search-filter-bar .total-post-count {
    display: none;
  }
}

.tic-search-page--tic .tic-search-reset-row {
  width: 100%;
  text-align: right;
  padding: 40px 0 60px 0;
  border-bottom: 1px solid #D6DAE0;
  margin-bottom: 60px;
}

@media all and (max-width: 1199.98px) {
  .tic-search-page--tic .tic-search-reset-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media all and (min-width: 1200px) {
  .tic-search-page--tic .tic-search-reset-row .total-post-count {
    display: none;
  }
}

.tic-search-page--tic .tic-search-reset-row .tic-reset-search-button {
  color: #262626;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  text-decoration: underline;
}

.tic-search-page--tic .tic-search-results .tic-search-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  -webkit-transition: all ease 550ms;
  transition: all ease 550ms;
  float: right;
}

.tic-search-page--tic .tic-search-results .tic-search-stage .srstage-searching-placeholder {
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.8px;
  text-align: center;
  padding: 100px 25px;
  font-weight: 600;
  width: 100%;
  color: #262626;
}

.tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail a:hover .tic-pt--title, .tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail a:focus .tic-pt--title {
  text-decoration: underline;
}

.tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail-link {
  width: calc((100% - 80px) / 3);
}

@media (min-width: 990px) and (max-width: 1199.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail-link {
    width: calc((100% - 40px) / 2);
  }
}

@media all and (max-width: 989.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail-link {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail-link .tic-pt--title {
  padding-bottom: 0;
}

.tic-search-page--tic .tic-search-results .tic-search-stage .tic-asset-card-link .tic-asset-card {
  background-color: #F1F5F7;
  height: 100%;
}

.tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail--no-image {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

.tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail--no-image .tic-post-detail-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail--no-image .tic-post-detail-bar p {
  margin-bottom: 10px;
}

.tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail--no-image .tic-pt--title {
  font-weight: 600;
  color: #262626;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.25px;
  margin-bottom: 10px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-stage .tic-post-thumbnail--no-image .tic-pt--title {
    font-size: 18px;
    line-height: 24px;
  }
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options {
  opacity: 0;
  width: 0;
  padding: 0;
  height: 0;
  visibility: hidden;
  float: left;
  -webkit-transition: all ease 550ms;
  transition: all ease 550ms;
  background-color: #F1F5F7;
  border-radius: 16px;
}

@media all and (max-width: 899.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options {
    border-radius: 0;
    overflow-y: auto;
  }
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 80px;
  gap: 30px;
}

@media all and (min-width: 900px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons {
    display: none;
  }
}

@media all and (max-width: 599.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons .tic-link-button {
  width: calc((100% - 30px) / 2);
}

@media all and (max-width: 599.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons .tic-link-button {
    width: 100%;
  }
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons.inactive .tic-filter-clear-button {
  pointer-events: none;
  color: #D6DAE0;
  border-color: #D6DAE0;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons.inactive .tic-filter-clear-button:focus, .tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons.inactive .tic-filter-clear-button:hover {
  color: #D6DAE0;
  border-color: #D6DAE0;
  background-color: transparent;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons.inactive .tic-filter-apply-button {
  pointer-events: none;
  background-color: #89D49F;
  border-color: #89D49F;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons.inactive .tic-filter-apply-button:focus, .tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-search-mobile-filter-buttons.inactive .tic-filter-apply-button:hover {
  background-color: #89D49F;
  border-color: #89D49F;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-filter-by-topic {
  padding-right: 40px;
  opacity: 0;
  font-weight: 600;
  font-size: 0;
  line-height: 28px;
  letter-spacing: -0.25px;
  position: relative;
  -webkit-transition: all ease 50ms;
  transition: all ease 50ms;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-filter-by-topic:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 18px;
  right: 0;
  top: calc((100% - 18px) / 2);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='18' viewBox='0 0 24 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='10' y='3' width='14' height='2' rx='1' fill='%23262626'/%3E%3Crect y='3' width='6' height='2' rx='1' fill='%23262626'/%3E%3Crect y='13' width='13' height='2' rx='1' fill='%23262626'/%3E%3Crect x='18' y='13' width='6' height='2' rx='1' fill='%23262626'/%3E%3Ccircle cx='8' cy='4' r='3' stroke='%23262626' stroke-width='2'/%3E%3Ccircle cx='16' cy='14' r='3' fill='%23008427' stroke='%23262626' stroke-width='2'/%3E%3C/svg%3E%0A");
}

@media all and (max-width: 899.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-filter-by-topic:after {
    display: none;
  }
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-filter-close-button {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  top: calc((100% - 20px) /2);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='2' height='18.8418' rx='1' transform='matrix(-0.694131 -0.719849 0.711259 -0.70293 4.01733 17.3977)' fill='%23262626'/%3E%3Crect width='2' height='18.9128' rx='1' transform='matrix(0.693018 -0.72092 -0.712344 -0.701831 16.0125 17.3958)' fill='%23262626'/%3E%3C/svg%3E%0A");
}

@media all and (min-width: 900px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options .tic-filter-close-button {
    display: none;
  }
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox .filterbox-heading {
  opacity: 0;
  font-size: 0;
  margin: 40px 0 20px 0;
  font-weight: 600;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio a.filter {
  opacity: 0;
  padding-left: 34px;
  color: #262626;
  font-size: 0;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: 400;
  -webkit-transition: all ease 50ms;
  transition: all ease 50ms;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio a.filter:hover, .tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio a.filter:focus {
  color: #262626;
  opacity: 1;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio a.filter:hover > span, .tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio a.filter:focus > span {
  background: transparent;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14Z' fill='%23D6DAE0'/%3E%3C/svg%3E%0A");
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio a.filter > span {
  top: calc((100% - 24px)/2);
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 50px;
  border: 1px solid #262626;
  background: transparent;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio a.filter.on > span {
  background: transparent;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 14C10.866 14 14 10.866 14 7C14 3.13401 10.866 0 7 0C3.13401 0 0 3.13401 0 7C0 10.866 3.13401 14 7 14Z' fill='%23262626'/%3E%3C/svg%3E%0A");
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio .sub > a.filter {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  padding-left: 68px;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio .sub > a.filter:hover > span, .tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio .sub > a.filter:focus > span {
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.27368 8.68288C4.66392 9.12191 5.34671 9.13162 5.74928 8.70389L13 1' stroke='%23D6DAE0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio .sub > a.filter > span {
  border-radius: 4px;
  left: 34px;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.radio .sub > a.filter.on > span {
  background: transparent;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.27368 8.68288C4.66392 9.12191 5.34671 9.13162 5.74928 8.70389L13 1' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox a.filter {
  opacity: 0;
  padding-left: 34px;
  color: #262626;
  font-size: 0;
  line-height: 28px;
  letter-spacing: -0.1px;
  font-weight: 400;
  -webkit-transition: all ease 50ms;
  transition: all ease 50ms;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox a.filter:hover, .tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox a.filter:focus {
  color: #262626;
  opacity: 1;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox a.filter:hover > span, .tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox a.filter:focus > span {
  background: transparent;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.27368 8.68288C4.66392 9.12191 5.34671 9.13162 5.74928 8.70389L13 1' stroke='%23D6DAE0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox a.filter > span {
  top: calc((100% - 24px)/2);
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #262626;
  background: transparent;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox a.filter.on > span {
  background: transparent;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.27368 8.68288C4.66392 9.12191 5.34671 9.13162 5.74928 8.70389L13 1' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox .sub > a.filter {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  padding-left: 68px;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox .sub > a.filter:hover > span, .tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox .sub > a.filter:focus > span {
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.27368 8.68288C4.66392 9.12191 5.34671 9.13162 5.74928 8.70389L13 1' stroke='%23D6DAE0' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox .sub > a.filter > span {
  border-radius: 4px;
  left: 34px;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options .filterbox.checkbox .sub > a.filter.on > span {
  background: transparent;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4.27368 8.68288C4.66392 9.12191 5.34671 9.13162 5.74928 8.70389L13 1' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible {
  opacity: 1;
  padding: 60px 40px;
  height: auto;
  visibility: visible;
  width: calc((100% - 40px) / 3);
  float: left;
}

@media (min-width: 900px) and (max-width: 1199.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible {
    width: calc((100% - 40px) / 2);
  }
}

@media all and (max-width: 899.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible {
    position: fixed;
    background-color: white;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 899.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible {
    top: 120px;
  }
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible {
    top: 90px;
  }
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible a.filter, .tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible .tic-filter-by-topic, .tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible .filterbox-heading {
  opacity: 1 !important;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible .filterbox-heading {
  font-size: 18px !important;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible a.filter {
  font-size: 18px !important;
}

.tic-search-page--tic .tic-search-results .tic-search-filtering-options.tsfo--visible .tic-filter-by-topic {
  font-size: 24px;
}

.tic-search-page--tic .tic-search-results .tic-search-stage.tsfo--visible {
  width: calc(((100% - 40px) / 3) * 2);
  float: right;
}

@media (min-width: 900px) and (max-width: 1199.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-stage.tsfo--visible {
    width: calc((100% - 40px) / 2);
  }
}

@media all and (max-width: 899.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-stage.tsfo--visible {
    width: 100%;
  }
}

.tic-search-page--tic .tic-search-results .tic-search-stage.tsfo--visible .tic-post-thumbnail-link {
  width: calc((100% - 40px) / 2);
}

@media all and (max-width: 1199.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-stage.tsfo--visible .tic-post-thumbnail-link {
    width: 100%;
  }
}

@media all and (max-width: 899.98px) {
  .tic-search-page--tic .tic-search-results .tic-search-stage.tsfo--visible .tic-post-thumbnail-link {
    max-width: 500px;
  }
}

.tic-search-page--tic .pager {
  clear: both;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .pager {
    padding-top: 60px;
  }
}

.tic-search-page--tic .pager .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}

.tic-search-page--tic .pager .navbar a {
  margin: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #262626;
  position: relative;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .pager .navbar a span {
    display: none;
  }
}

@media all and (max-width: 475px) {
  .tic-search-page--tic .pager .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .tic-search-page--tic .pager .navbar p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tic-search-page--tic .pager .navbar a.up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: calc((100% - 30px) / 2);
  }
  .tic-search-page--tic .pager .navbar a.down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc((100% - 30px) / 2);
  }
}

.tic-search-page--tic .pager .navbar a.up {
  padding-right: 25px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .pager .navbar a.up {
    padding: 25px;
  }
}

.tic-search-page--tic .pager .navbar a.up:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc((100% - 20px)/2);
  right: 5px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 4.5L12.704 9.7652C13.1329 10.1612 13.1329 10.8388 12.704 11.2348L7 16.5' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .pager .navbar a.up:after {
    right: auto;
    left: 25px;
  }
}

.tic-search-page--tic .pager .navbar a.up:hover:after, .tic-search-page--tic .pager .navbar a.up:focus:after {
  right: 0;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .pager .navbar a.up:hover:after, .tic-search-page--tic .pager .navbar a.up:focus:after {
    right: auto;
    left: 25px;
  }
}

.tic-search-page--tic .pager .navbar a.down {
  padding-left: 25px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .pager .navbar a.down {
    padding: 25px;
  }
}

.tic-search-page--tic .pager .navbar a.down:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc((100% - 20px)/2);
  left: 5px;
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 16.5L7.29604 11.2348C6.86708 10.8388 6.86708 10.1612 7.29604 9.7652L13 4.5' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .pager .navbar a.down:after {
    left: auto;
    right: 25px;
  }
}

.tic-search-page--tic .pager .navbar a.down:hover:after, .tic-search-page--tic .pager .navbar a.down:focus:after {
  left: 0;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .pager .navbar a.down:hover:after, .tic-search-page--tic .pager .navbar a.down:focus:after {
    left: auto;
    right: 25px;
  }
}

.tic-search-page--tic .pager .navbar p {
  margin: 0;
}

.tic-search-page--tic .pager .navbar p a {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  color: #262626;
}

.tic-search-page--tic .pager .navbar p a.active {
  border: 2px solid #262626;
}

.tic-search-page--tic .tic-search-no-results {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.tic-search-page--tic .tic-search-no-results p, .tic-search-page--tic .tic-search-no-results ul, .tic-search-page--tic .tic-search-no-results li {
  color: #262626;
}

.tic-search-page--tic .tic-search-no-results ul {
  text-align: left;
  margin-bottom: 40px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-no-results ul {
    width: 100%;
  }
}

.tic-search-page--tic .tic-search-no-results li {
  margin: 10px;
}

.tic-search-page--tic .tic-search-no-results .tic-search-sorry-heading {
  font-weight: 600;
  font-size: 56px;
  line-height: 1;
  letter-spacing: -0.8px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-no-results .tic-search-sorry-heading {
    font-size: 44px;
  }
}

.tic-search-page--tic .tic-search-no-results .finding-money-graphic {
  width: 193px;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  margin-bottom: 40px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-no-results .finding-money-graphic {
    display: none;
  }
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-search-no-results .tic-reset-search-button.tic-link-button {
    width: 100%;
  }
}

.tic-search-page--tic .multimedia-intro-row {
  background-color: #F1F5F7;
}

.tic-search-page--tic .multimedia-intro-row .multimedia-intro-content {
  text-align: center;
  margin-top: 80px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .multimedia-intro-row .multimedia-intro-content {
    margin-top: 20px;
  }
}

.tic-search-page--tic .multimedia-intro-row .multimedia-intro-content .mic-page-content {
  max-width: 720px;
  margin: auto;
}

.tic-search-page--tic .tic-media-types-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

@media all and (max-width: 767.98px) {
  .tic-search-page--tic .tic-media-types-row {
    margin-bottom: 60px;
  }
}

.tic-search-page--tic .tic-media-types-row .tic-media-type {
  text-align: center;
  width: calc((100% - 120px) / 3);
}

@media (min-width: 600px) and (max-width: 989.98px) {
  .tic-search-page--tic .tic-media-types-row .tic-media-type {
    width: calc((100% - 60px) / 2);
  }
}

@media all and (max-width: 599.98px) {
  .tic-search-page--tic .tic-media-types-row .tic-media-type {
    width: 100%;
  }
}

.tic-search-page--tic .tic-media-types-row .tic-media-type svg {
  margin-bottom: 20px;
}

.tic-search-page--tic .tic-search-no-results .finding-money-graphic {
  background-image: url("data:image/svg+xml,%3Csvg width='193' height='200' viewBox='0 0 193 200' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_6723_285836)'%3E%3Cpath d='M130.747 121.348C160.828 121.348 185.213 96.9413 185.213 66.8336C185.213 36.726 160.828 12.3188 130.747 12.3188C100.666 12.3188 76.2812 36.726 76.2812 66.8336C76.2812 96.9413 100.666 121.348 130.747 121.348Z' fill='white'/%3E%3Cpath d='M147.669 56.5589C147.005 56.5589 146.485 55.7551 145.92 55.6112C145.355 55.4674 144.611 55.6361 144.076 55.3533C143.54 55.0705 143.327 54.2767 142.817 53.9145C142.306 53.5523 141.414 53.7756 140.908 53.3935C140.403 53.0115 140.041 52.5402 139.515 52.183C139.051 51.7721 138.563 51.3894 138.053 51.0369C137.527 50.6959 136.977 50.3925 136.407 50.129C135.834 49.8576 135.243 49.6255 134.638 49.4344C134.073 49.3104 133.389 49.4344 132.739 49.3898C132.09 49.3451 131.53 49.8859 130.876 49.8859C130.221 49.8859 129.572 49.4493 128.893 49.5485C128.214 49.6478 127.673 50.1042 127.029 50.2927C126.378 50.4026 125.738 50.5686 125.116 50.7889C124.506 51.0965 123.767 51.2354 123.282 51.667C122.798 52.1565 122.413 52.7341 122.147 53.3687C121.874 53.9442 122.033 54.619 122.033 55.3533C122.074 55.9511 122.243 56.533 122.528 57.0599C122.691 57.6315 122.975 58.1612 123.361 58.6128C123.825 59.0083 124.338 59.3419 124.888 59.6051C125.395 59.9652 125.93 60.2837 126.489 60.5577C127.054 60.7809 127.634 60.9943 128.268 61.1828C128.903 61.3713 129.488 61.3961 130.127 61.5499C130.767 61.7037 131.267 62.1453 131.907 62.2842C132.546 62.4231 133.171 62.3636 133.8 62.4926C134.43 62.6216 135.074 62.562 135.704 62.6861C136.333 62.8101 136.824 63.5096 137.448 63.6436C138.073 63.7775 138.747 63.6436 139.367 63.7676C139.986 63.8917 140.561 64.2141 141.176 64.3729C141.791 64.5317 142.489 64.3729 143.094 64.5763C143.699 64.7797 144.185 65.3304 144.78 65.5686C145.374 65.8067 145.994 65.9308 146.579 66.1739C147.164 66.417 147.902 66.3525 148.467 66.6353C149.033 66.918 149.598 67.2554 150.138 67.5878C150.678 67.9202 150.941 68.6644 151.447 69.0464C151.952 69.4285 152.735 69.488 153.196 69.9246C153.632 70.3971 154.041 70.8941 154.421 71.413C154.858 71.8845 155.267 72.3815 155.645 72.9014C155.977 73.4273 155.724 74.2806 156.007 74.8859C156.289 75.4912 157.315 75.7045 157.529 76.3197C157.742 76.9349 157.34 77.694 157.494 78.329C157.648 78.9641 157.628 79.5545 157.722 80.2044C157.816 80.8544 157.791 81.4299 157.836 82.0847C157.881 82.7396 158.53 83.3102 158.53 83.97C158.53 84.6299 157.816 85.2054 157.776 85.8206C157.737 86.4358 158.475 87.1602 158.391 87.7704C158.307 88.3806 158.044 89.0157 157.895 89.621C157.747 90.2262 156.904 90.6529 156.726 91.2483C156.547 91.8436 157.058 92.697 156.825 93.2725C156.592 93.848 155.833 94.2102 155.561 94.7609C155.288 95.3186 154.987 95.8618 154.659 96.3882C153.929 97.3828 153.099 98.2989 152.18 99.1219C151.739 99.5584 151.754 100.506 151.268 100.908C150.782 101.31 150.148 101.523 149.622 101.875C149.097 102.228 148.631 102.659 148.066 102.967C147.501 103.274 146.941 103.547 146.361 103.805C145.781 104.063 145.146 104.148 144.547 104.361C143.947 104.574 143.347 104.698 142.732 104.857C142.118 105.016 141.597 105.527 140.973 105.661C139.654 105.879 139.178 106.693 139.178 107.244C139.178 108.013 139.922 108.603 140.031 109.228C140.14 109.853 139.798 110.528 139.798 111.297C139.798 112.066 139.986 112.721 139.833 113.336C139.659 114.036 139.144 114.527 138.807 115.082C138.511 115.685 138.125 116.239 137.662 116.725C137.192 117.235 136.661 117.685 136.08 118.064C135.443 118.356 134.779 118.586 134.098 118.749C133.418 118.853 132.733 118.911 132.045 118.922C131.376 119.002 130.702 119.518 130.013 119.518C129.324 119.518 128.858 118.585 128.273 118.496C127.688 118.406 127.009 118.704 126.449 118.496C125.889 118.287 125.061 118.496 124.556 118.178C124.05 117.861 124.06 116.824 123.639 116.397C123.217 115.97 122.707 115.688 122.414 115.147C122.073 114.647 121.801 114.103 121.606 113.529C121.477 112.969 121.681 112.359 121.681 111.719C121.665 110.972 121.707 110.226 121.805 109.486C121.914 108.717 121.467 107.953 121.467 107.214C121.467 106.117 121.745 105.562 120.432 105.229C119.837 105.13 119.014 105.725 118.33 105.522C117.725 105.368 117.046 105.229 116.397 105.026C115.747 104.822 115.222 104.391 114.597 104.133C113.973 103.875 113.398 103.572 112.803 103.27C112.208 102.967 111.658 102.6 111.093 102.277C110.528 101.955 110.171 101.285 109.645 100.898C109.12 100.511 108.357 100.372 107.881 99.9057C107.355 99.4724 106.858 99.005 106.394 98.5067C106.031 97.9376 105.711 97.3422 105.437 96.7256C105.181 96.1115 104.976 95.4777 104.822 94.8303C104.537 94.2318 104.305 93.6092 104.128 92.9698C104.019 92.3398 104.555 91.6601 104.555 90.9853C104.555 90.4049 104.218 89.8244 104.356 89.234C104.562 88.6833 104.819 88.1534 105.125 87.6513C105.368 87.1155 105.273 86.3862 105.62 85.895C106.01 85.4374 106.441 85.0171 106.909 84.6398C107.365 84.2532 107.864 83.9202 108.396 83.6476C108.892 83.33 109.497 83.3846 110.062 83.211C110.627 83.0373 111.053 82.4469 111.678 82.4469C112.302 82.4469 112.877 83.0224 113.467 83.1514C114.057 83.2804 114.924 82.7595 115.494 83.0125C116.065 83.2655 116.486 83.8559 117.041 84.1983C117.596 84.5406 118.236 84.6944 118.756 85.0764C119.277 85.4584 119.747 85.8603 120.243 86.2522C120.739 86.6442 120.952 87.4082 121.482 87.7803C122.013 88.1524 122.712 88.1921 123.272 88.5196C123.846 88.7779 124.434 89.0064 125.031 89.2042C125.611 89.4274 126.204 89.6162 126.806 89.7698C127.386 89.9534 127.862 90.5735 128.511 90.7025C129.161 90.8315 129.765 90.6132 130.429 90.6728C131.094 90.7323 131.644 91.2582 132.308 91.2582C132.972 91.2582 133.562 90.9258 134.182 90.8464C134.801 90.767 135.332 90.3007 135.927 90.1369C136.512 89.9888 137.082 89.7827 137.627 89.5217C138.192 89.229 139.114 89.4473 139.57 89.0256C140.026 88.6039 139.947 87.7158 140.269 87.1651C140.591 86.6144 141.463 86.3167 141.617 85.6767C141.771 85.0367 141.226 84.3918 141.226 83.6922C141.226 82.9232 141.32 82.2534 141.087 81.6829C140.855 81.0209 140.473 80.4216 139.971 79.9315C139.476 79.5098 138.95 78.8649 138.296 78.592C137.642 78.3191 136.849 78.592 136.165 78.4233C135.481 78.2546 134.806 78.3142 134.132 78.1951C133.458 78.076 132.908 77.9569 132.293 77.8279C131.679 77.699 131.198 76.9845 130.583 76.8357C129.968 76.6869 129.23 77.183 128.6 77.0441C127.971 76.9051 127.515 76.1858 126.91 76.0518C126.305 75.9179 125.537 76.3743 124.927 76.2155C124.318 76.0568 123.728 75.8186 123.128 75.645C122.528 75.4713 122.047 74.9008 121.458 74.7023C120.868 74.5039 120.258 74.3302 119.678 74.1119C119.098 73.8936 118.488 73.7101 117.918 73.462C117.348 73.2139 116.684 73.1246 116.134 72.8419C115.584 72.5591 115.143 72.058 114.592 71.7404C114.042 71.4229 113.442 71.1997 112.937 70.8375C112.431 70.4753 111.762 70.2669 111.291 69.8452C110.82 69.4235 110.795 68.5454 110.379 68.084C109.963 67.6226 109.284 67.3844 108.892 66.8784C108.47 66.4042 108.075 65.9074 107.707 65.39C107.469 64.7994 107.262 64.1966 107.088 63.5841C106.855 63.0185 106.379 62.4975 106.205 61.8774C106.032 61.2572 106.181 60.6023 106.072 59.9673C105.962 59.3322 105.987 58.7369 105.933 58.0919C105.878 57.4469 105.62 56.8665 105.62 56.2215C105.62 55.5765 105.933 54.9167 105.987 54.2866C106.042 53.6565 105.65 52.9123 105.764 52.3021C105.878 51.6918 106.339 51.0667 106.513 50.4565C106.76 49.8556 107.038 49.2677 107.345 48.6952C107.579 48.0961 107.843 47.5099 108.139 46.9389C108.452 46.3789 108.794 45.8357 109.165 45.3116C109.526 44.7708 109.576 43.9968 109.982 43.5007C110.389 43.0046 110.974 42.6573 111.47 42.2008C111.965 41.7444 112.57 41.4963 113.066 41.0846C113.561 40.6728 114.012 40.2213 114.553 39.8542C115.093 39.487 115.737 39.358 116.293 39.0107C116.848 38.6634 117.239 38.0631 117.824 37.7853C118.409 37.5075 119.113 37.5372 119.713 37.2892C120.313 37.0411 120.704 36.2076 121.324 36.0091C122.419 35.6817 122.712 35.5725 122.712 34.5803C122.712 34.228 123.391 33.588 123.306 32.9331C123.242 32.437 123.202 31.8813 123.143 31.3306C123.083 30.7799 122.627 30.264 122.627 29.7678C122.627 29.1278 122.355 28.4729 122.429 27.9173C122.513 27.2773 123.42 26.8754 123.609 26.3445C123.768 25.8029 123.999 25.2854 124.298 24.8065C124.566 24.2889 124.914 23.8168 125.329 23.4074C125.834 23.1084 126.375 22.8766 126.94 22.7178C127.46 22.4896 127.862 21.8248 128.476 21.6908C129.067 21.5437 129.666 21.436 130.271 21.3683C130.841 21.3138 131.461 21.9439 132.085 21.9439C132.794 21.9439 133.478 21.5023 134.103 21.6114C134.767 21.7494 135.413 21.9607 136.031 22.2415C136.67 22.5094 137.072 23.085 137.587 23.4918C138.052 23.9262 138.45 24.4279 138.767 24.9802C139.178 25.4757 139.52 26.0248 139.783 26.6124C140.038 27.2119 140.228 27.8374 140.348 28.4779C140.452 29.1129 141.141 29.7381 141.141 30.4624C141.141 31.1868 140.502 31.7226 140.398 32.3031C140.254 32.9255 140.167 33.5599 140.14 34.1983C140.14 35.1905 141.007 35.2749 142.435 35.6073C143.03 35.8008 143.719 35.8008 144.319 36.024C144.918 36.2473 145.226 37.1602 145.806 37.4132C146.386 37.6662 146.926 37.954 147.486 38.2368C148.046 38.5196 148.973 38.1673 149.518 38.4948C150.034 38.8778 150.531 39.2868 151.005 39.7202C151.466 40.1654 151.898 40.6393 152.299 41.1391C152.75 41.5956 152.869 42.2802 153.231 42.7912C153.593 43.3023 154.649 43.4561 154.901 44.0415C155.097 44.6753 155.23 45.3266 155.298 45.9863C155.422 46.5866 155.12 47.2663 155.12 47.9312C155.12 48.596 155.457 49.1963 155.362 49.7718C155.314 50.3968 155.21 51.0162 155.05 51.6224C154.78 52.1932 154.447 52.7323 154.059 53.2298C153.722 53.726 152.785 53.6813 152.334 54.0782C151.883 54.4751 151.838 55.4872 151.308 55.7551C150.777 56.023 150.049 55.7948 149.434 55.9238C148.819 56.0528 148.289 56.5688 147.655 56.5688' fill='%231DAA4A'/%3E%3Cpath d='M129.998 121.006C129.275 120.959 128.594 120.644 128.09 120.123L127.916 119.969L127.619 120.004C127.071 120.113 126.505 120.087 125.968 119.929C125.818 119.905 125.665 119.892 125.512 119.89C124.908 119.903 124.311 119.762 123.778 119.478C123.161 119.057 122.733 118.41 122.588 117.677L122.494 117.389L122.231 117.161C121.769 116.811 121.382 116.372 121.091 115.871C121.026 115.752 120.952 115.633 120.878 115.514C120.544 115.015 120.296 114.463 120.144 113.882C120.048 113.355 120.048 112.816 120.144 112.289C120.171 112.107 120.188 111.923 120.194 111.738C120.177 110.919 120.224 110.1 120.333 109.287C120.322 109.053 120.278 108.821 120.204 108.598C120.069 108.155 119.994 107.696 119.981 107.234C119.981 107.085 119.981 106.941 119.981 106.807H119.911C119.279 107.047 118.591 107.102 117.928 106.966L117.393 106.832C116.932 106.723 116.402 106.598 115.906 106.425C115.477 106.267 115.064 106.069 114.672 105.834C114.458 105.709 114.238 105.595 114.013 105.492C113.433 105.249 112.867 104.966 112.322 104.688L112.114 104.584C111.618 104.326 111.123 104.033 110.691 103.746L110.3 103.503C109.876 103.229 109.496 102.895 109.17 102.51C109.034 102.352 108.887 102.204 108.729 102.069C108.572 101.969 108.406 101.886 108.233 101.821C107.725 101.625 107.257 101.339 106.85 100.977C106.706 100.843 106.552 100.709 106.399 100.575C105.984 100.231 105.601 99.8511 105.254 99.4393C104.928 99.0026 104.657 98.5278 104.446 98.0253C104.352 97.8319 104.267 97.6384 104.163 97.4598C103.911 96.9779 103.726 96.4638 103.613 95.9317C103.559 95.7084 103.504 95.5 103.445 95.3314C103.385 95.1627 103.301 94.9791 103.221 94.8055C102.973 94.3023 102.791 93.7685 102.681 93.2178C102.608 92.6028 102.7 91.9792 102.949 91.4119C103.009 91.2693 103.055 91.1215 103.088 90.9704C103.07 90.8467 103.045 90.7242 103.013 90.6032C102.847 90.0463 102.818 89.4572 102.929 88.8866C103.063 88.392 103.27 87.9204 103.544 87.4875C103.638 87.3238 103.732 87.17 103.791 87.0361C103.825 86.9056 103.85 86.773 103.866 86.6392C103.92 86.0705 104.109 85.5228 104.416 85.0416C104.73 84.6149 105.098 84.2313 105.512 83.9005C105.64 83.7914 105.769 83.6822 105.883 83.5681C106.29 83.1917 106.745 82.8714 107.237 82.6155L107.613 82.3972C108.1 82.1222 108.638 81.9532 109.194 81.9011C109.34 81.8824 109.483 81.8559 109.626 81.8217L109.893 81.6481C110.405 81.2483 111.029 81.0177 111.678 80.9882C112.314 81.0111 112.931 81.2084 113.462 81.5588L113.75 81.7076C113.834 81.7076 113.978 81.663 114.082 81.6382C114.74 81.4226 115.452 81.4383 116.099 81.6828C116.578 81.9138 117.013 82.2241 117.388 82.6007C117.53 82.7344 117.681 82.8587 117.839 82.9728C118.018 83.0736 118.204 83.163 118.394 83.2407C118.836 83.4153 119.255 83.6418 119.644 83.9154C119.921 84.1238 120.199 84.3421 120.476 84.5653C120.754 84.7886 120.922 84.9225 121.15 85.0962C121.531 85.4107 121.85 85.7925 122.092 86.2224C122.172 86.3533 122.26 86.4792 122.355 86.5995C122.523 86.6766 122.697 86.7413 122.875 86.793C123.275 86.9063 123.661 87.0644 124.025 87.2643C124.252 87.3794 124.49 87.4725 124.734 87.5421C125.045 87.6355 125.35 87.7482 125.646 87.8795C125.954 88.0048 126.27 88.1076 126.593 88.1871L127.257 88.3806C127.679 88.5296 128.074 88.7457 128.427 89.0206C128.549 89.1181 128.68 89.2029 128.819 89.2736C129.012 89.2828 129.206 89.2745 129.399 89.2488C129.785 89.2029 130.175 89.1929 130.563 89.219C131.023 89.279 131.469 89.4166 131.882 89.6259C132.027 89.6968 132.178 89.7549 132.333 89.7995C132.544 89.7706 132.752 89.7191 132.953 89.6457C133.296 89.5349 133.647 89.4519 134.004 89.3976C134.177 89.3421 134.343 89.2672 134.499 89.1744C134.828 88.9907 135.175 88.8427 135.535 88.7328C136.026 88.6151 136.504 88.4489 136.963 88.2367C137.414 88.0306 137.9 87.9143 138.395 87.8944H138.529C138.529 87.8414 138.539 87.7918 138.559 87.7455C138.633 87.2987 138.782 86.8677 139 86.4705C139.249 86.0835 139.568 85.7469 139.942 85.4782L140.1 85.3542L140.046 85.1954C139.866 84.7415 139.765 84.2598 139.748 83.7715C139.748 83.578 139.748 83.3895 139.748 83.201C139.774 82.9113 139.763 82.6194 139.714 82.3327C139.559 81.8925 139.318 81.4877 139.005 81.142C138.846 81.0081 138.683 80.8543 138.509 80.6905C138.273 80.4372 138.003 80.2184 137.706 80.0406C137.652 80.0406 137.379 80.0406 137.211 80.0406C136.741 80.0529 136.272 79.9978 135.818 79.8769C135.54 79.823 135.258 79.7915 134.975 79.7826C134.61 79.7664 134.245 79.7283 133.885 79.6685H133.83C133.538 79.604 133.235 79.5445 132.933 79.4899L131.996 79.3014C131.464 79.1614 130.97 78.9018 130.554 78.5423C130.474 78.4828 130.365 78.3984 130.291 78.3488C130.216 78.2992 130.078 78.3935 129.988 78.4183C129.443 78.5939 128.862 78.6314 128.298 78.5274C127.764 78.3802 127.272 78.1101 126.861 77.7386C126.781 77.679 126.677 77.5947 126.598 77.5401L126.296 77.6046C125.739 77.7723 125.148 77.7945 124.581 77.6691C124.194 77.5649 123.822 77.4409 123.465 77.3218L122.746 77.0886C122.277 76.9343 121.837 76.7029 121.443 76.404C121.31 76.3007 121.167 76.2109 121.017 76.1361L120.451 75.9575C120.04 75.8285 119.624 75.6945 119.197 75.5358L118.568 75.3075C118.181 75.1736 117.78 75.0347 117.368 74.8561C117.159 74.7741 116.946 74.7046 116.729 74.6477C116.308 74.5365 115.898 74.387 115.505 74.2012C115.104 73.9866 114.729 73.7287 114.384 73.4322C114.227 73.2942 114.062 73.1666 113.889 73.0501C113.7 72.936 113.497 72.8368 113.299 72.7376C112.891 72.5531 112.502 72.3323 112.134 72.0777C111.958 71.9668 111.776 71.8657 111.589 71.7751C111.153 71.5751 110.747 71.3182 110.379 71.0111C109.936 70.5891 109.617 70.0537 109.457 69.4631C109.418 69.354 109.358 69.1903 109.323 69.1158C109.2 69.0161 109.071 68.9234 108.937 68.838C108.49 68.5648 108.095 68.2136 107.772 67.8011C107.668 67.6622 107.529 67.5034 107.38 67.3347C107.041 66.9756 106.744 66.5795 106.493 66.1539C106.271 65.722 106.104 65.2636 105.997 64.7896C105.933 64.5663 105.873 64.353 105.809 64.1843C105.724 64.0136 105.63 63.848 105.526 63.6882C105.244 63.2671 105.024 62.8076 104.872 62.3238C104.754 61.8522 104.703 61.366 104.723 60.8801C104.742 60.6738 104.742 60.4662 104.723 60.2599C104.653 59.805 104.614 59.3459 104.604 58.8856C104.604 58.6723 104.604 58.4639 104.57 58.2506C104.547 58.0528 104.509 57.8571 104.456 57.6651C104.334 57.2066 104.266 56.7354 104.252 56.2611C104.265 55.7562 104.346 55.2553 104.495 54.7727C104.554 54.5796 104.597 54.3822 104.624 54.1823C104.609 54.0147 104.579 53.8487 104.535 53.6862C104.384 53.1542 104.346 52.5967 104.421 52.049C104.529 51.546 104.709 51.0613 104.956 50.6102C105.055 50.4358 105.138 50.2532 105.204 50.0644C105.349 49.5961 105.549 49.1464 105.799 48.7249C105.906 48.542 106.001 48.3531 106.087 48.1593C106.338 47.5109 106.624 46.8766 106.944 46.2591C107.219 45.746 107.524 45.2491 107.856 44.7707L108.049 44.4879C108.126 44.3277 108.191 44.1619 108.243 43.9918C108.385 43.4705 108.628 42.9818 108.957 42.553C109.273 42.1842 109.628 41.8515 110.017 41.5608C110.191 41.4301 110.356 41.2892 110.513 41.139C110.864 40.807 111.255 40.5203 111.678 40.2857C111.862 40.1778 112.039 40.0585 112.208 39.9285C112.367 39.7995 112.521 39.6655 112.674 39.5316C113.027 39.2051 113.4 38.9003 113.789 38.6187C114.179 38.3619 114.596 38.1505 115.034 37.9886C115.239 37.91 115.439 37.8188 115.633 37.7157C115.783 37.6066 115.923 37.4837 116.05 37.3486C116.401 36.9809 116.809 36.6726 117.259 36.4357C117.707 36.2343 118.181 36.0989 118.667 36.0339C118.851 36.0077 119.033 35.9696 119.212 35.9198C119.31 35.8304 119.402 35.736 119.49 35.637C119.887 35.1662 120.399 34.8071 120.977 34.5951L121.339 34.481C121.38 34.0556 121.529 33.6477 121.77 33.2952C121.82 33.2109 121.894 33.0869 121.929 33.0124C121.889 32.685 121.854 32.3377 121.825 31.9854L121.775 31.4893C121.775 31.4596 121.686 31.2958 121.636 31.1916C121.395 30.7506 121.257 30.2602 121.235 29.7578C121.223 29.5606 121.195 29.3648 121.15 29.1724C121.034 28.6853 121.001 28.1822 121.051 27.684C121.187 26.9736 121.576 26.337 122.147 25.893C122.206 25.8384 122.286 25.764 122.335 25.7094C122.526 25.0766 122.805 24.4737 123.163 23.9184C123.242 23.8043 123.317 23.6802 123.386 23.5612C123.65 23.0614 123.999 22.6115 124.417 22.2315C124.864 21.9015 125.368 21.656 125.904 21.5072C126.058 21.4576 126.211 21.408 126.365 21.3435L126.608 21.1351C127.041 20.7009 127.582 20.3893 128.174 20.2321L128.363 20.1924C128.951 20.0473 129.549 19.9429 130.152 19.8799C130.746 19.8564 131.334 20.0027 131.847 20.3016C131.941 20.3512 132.075 20.4157 132.15 20.4455C132.317 20.4168 132.483 20.377 132.645 20.3264C133.201 20.1293 133.796 20.0664 134.38 20.1428C135.152 20.2962 135.904 20.5376 136.621 20.8622C137.193 21.1264 137.709 21.5007 138.138 21.9636C138.276 22.0976 138.41 22.2266 138.524 22.3159C139.008 22.7169 139.419 23.1987 139.739 23.7398C139.818 23.8638 139.902 23.9928 139.996 24.1218L140.205 24.4046C140.611 24.9134 140.944 25.476 141.196 26.0765V26.1262C141.484 26.8031 141.695 27.5104 141.825 28.2347C141.825 28.2744 141.949 28.4629 142.024 28.587C142.393 29.1384 142.605 29.7797 142.638 30.4425C142.602 31.0893 142.389 31.7139 142.024 32.2484C141.96 32.3541 141.902 32.4634 141.85 32.5758L141.801 32.8338C141.736 33.191 141.672 33.5334 141.642 33.8261C141.85 33.8856 142.138 33.9452 142.376 33.9997L142.767 34.089L142.896 34.1287C143.111 34.1884 143.329 34.2331 143.55 34.2627C143.989 34.3186 144.421 34.4201 144.839 34.5653C145.413 34.8137 145.903 35.2218 146.252 35.7412C146.322 35.8358 146.396 35.9269 146.475 36.014C146.971 36.2323 147.422 36.4655 147.863 36.6888L148.086 36.8078C148.175 36.8078 148.329 36.8078 148.438 36.8078C149.083 36.733 149.736 36.8595 150.307 37.17C150.711 37.4348 151.093 37.7335 151.447 38.063C151.605 38.2069 151.764 38.3508 151.942 38.4798C152.335 38.8018 152.688 39.1699 152.993 39.5762C153.116 39.735 153.247 39.8873 153.385 40.0327C153.758 40.4349 154.05 40.9048 154.247 41.4169C154.317 41.5608 154.376 41.7046 154.436 41.8039C154.495 41.9031 154.644 41.918 154.733 41.9676C155.407 42.2377 155.961 42.7413 156.294 43.3865C156.506 43.9277 156.643 44.4952 156.701 45.0734C156.726 45.2669 156.751 45.4554 156.79 45.634C156.876 46.1907 156.851 46.7591 156.716 47.3059C156.675 47.4922 156.649 47.6813 156.636 47.8715C156.653 48.039 156.683 48.2049 156.726 48.3677C156.881 48.885 156.927 49.4292 156.86 49.9652C156.835 50.1389 156.815 50.3175 156.795 50.4961C156.754 51.0411 156.648 51.5791 156.478 52.0986C156.247 52.651 155.944 53.1699 155.576 53.6415C155.486 53.7656 155.397 53.8896 155.323 54.0087C154.894 54.5781 154.272 54.9701 153.573 55.1101L153.39 55.1647L153.32 55.3433C153.221 55.7021 153.052 56.0377 152.822 56.3307C152.592 56.6236 152.307 56.8681 151.982 57.0499C151.434 57.2842 150.836 57.3796 150.242 57.3278C150.077 57.3138 149.911 57.3138 149.746 57.3278C149.692 57.3278 149.518 57.432 149.404 57.4865C148.876 57.7918 148.28 57.9622 147.67 57.9827C146.943 57.9431 146.254 57.6499 145.722 57.1541L145.489 56.9755C145.384 56.9755 145.231 56.9755 145.087 56.9755C144.499 56.9968 143.914 56.876 143.382 56.6233C142.868 56.327 142.445 55.8966 142.158 55.378C142.108 55.3036 142.044 55.2043 141.989 55.1349L141.736 55.1051C141.119 55.0837 140.52 54.8857 140.011 54.5346C139.753 54.3326 139.506 54.1155 139.273 53.8846C139.089 53.7047 138.892 53.5389 138.683 53.3885C138.419 53.2052 138.169 53.0029 137.934 52.7832C137.755 52.6102 137.559 52.4556 137.349 52.3218C137.141 52.2127 136.928 52.0787 136.71 51.9448C136.45 51.773 136.177 51.6236 135.892 51.4983C135.664 51.4139 135.431 51.3097 135.188 51.2006C134.908 51.0615 134.616 50.9486 134.316 50.8632C134.1 50.8426 133.882 50.8426 133.666 50.8632C133.336 50.8841 133.005 50.8841 132.675 50.8632C132.596 50.8632 132.477 50.9426 132.388 50.9823C131.909 51.2209 131.385 51.3561 130.851 51.3792C130.423 51.3636 129.999 51.2867 129.592 51.151C129.421 51.0925 129.245 51.0509 129.066 51.0269C128.856 51.0915 128.654 51.178 128.462 51.2849C128.126 51.4652 127.774 51.6131 127.411 51.7265C127.109 51.8158 126.811 51.8753 126.553 51.9299C126.276 51.9676 126.004 52.041 125.745 52.1482C125.476 52.2788 125.2 52.3947 124.918 52.4955C124.678 52.5717 124.448 52.6767 124.234 52.808C123.906 53.1819 123.649 53.6123 123.475 54.0781C123.453 54.2925 123.453 54.5087 123.475 54.7231C123.475 54.9464 123.475 55.1746 123.475 55.4028C123.495 55.6966 123.577 55.9827 123.718 56.2413L123.852 56.5588L123.961 56.8416C124.037 57.1232 124.172 57.3854 124.357 57.6106C124.6 57.8185 124.868 57.9936 125.156 58.1315L125.572 58.3597C125.785 58.4838 125.993 58.6227 126.206 58.7666C126.443 58.9459 126.699 59.0973 126.97 59.218C127.465 59.4165 128.026 59.6199 128.63 59.7985C128.903 59.8697 129.179 59.9244 129.458 59.9622C129.746 60.0118 130.078 60.0664 130.415 60.1458C130.824 60.2598 131.218 60.4266 131.585 60.6419C131.765 60.7443 131.956 60.8275 132.155 60.89C132.397 60.9333 132.642 60.9582 132.888 60.9644C133.272 60.984 133.655 61.0271 134.033 61.0934C134.274 61.1344 134.518 61.1576 134.762 61.1629C135.156 61.1776 135.549 61.2208 135.937 61.2919C136.471 61.4245 136.969 61.6754 137.394 62.0261C137.5 62.1101 137.611 62.188 137.726 62.2593C137.919 62.2729 138.113 62.2729 138.306 62.2593C138.755 62.2387 139.204 62.2737 139.644 62.3635C140.036 62.4631 140.42 62.5891 140.794 62.7406C141.022 62.8353 141.256 62.9165 141.493 62.9837C141.686 63.0176 141.882 63.0325 142.078 63.0283C142.547 63.0221 143.014 63.0805 143.466 63.202C143.94 63.3625 144.384 63.6006 144.78 63.9065C144.915 64.0158 145.061 64.1106 145.216 64.1893L145.865 64.4026C146.283 64.522 146.693 64.6644 147.095 64.8293C147.269 64.8807 147.449 64.9156 147.63 64.9335C148.131 64.9867 148.62 65.1225 149.077 65.3353C149.603 65.5983 150.173 65.9208 150.857 66.3276C151.313 66.6353 151.701 67.0339 151.997 67.4985C152.084 67.6277 152.18 67.7504 152.284 67.8656C152.422 67.938 152.567 67.9978 152.716 68.0442C153.251 68.2057 153.745 68.4816 154.163 68.8529C154.525 69.2067 154.856 69.59 155.154 69.9989C155.273 70.1577 155.397 70.3165 155.521 70.4951C155.645 70.6737 155.764 70.7779 155.888 70.9168C156.242 71.2947 156.563 71.7012 156.85 72.1323C157.157 72.6631 157.309 73.2703 157.286 73.8836C157.286 73.9729 157.286 74.0871 157.286 74.1764L157.494 74.3103C158.111 74.6509 158.597 75.189 158.872 75.8384C159.039 76.4044 159.06 77.0037 158.932 77.5798C158.907 77.726 158.89 77.8734 158.882 78.0214C158.978 78.4507 159.039 78.887 159.065 79.3262C159.065 79.5494 159.105 79.7727 159.135 80.0009C159.195 80.445 159.226 80.8924 159.229 81.3405C159.229 81.5389 159.229 81.7374 159.229 81.9408C159.259 82.0152 159.338 82.1641 159.393 82.2633C159.718 82.7788 159.905 83.3704 159.933 83.9799C159.902 84.6009 159.697 85.2007 159.343 85.7114L159.224 85.9049C159.259 85.9793 159.298 86.0587 159.333 86.1182C159.677 86.6765 159.833 87.3302 159.779 87.9837C159.708 88.4349 159.6 88.8796 159.457 89.3133C159.393 89.5266 159.328 89.74 159.278 89.9483C159.116 90.5669 158.77 91.1219 158.287 91.5409L158.129 91.6997L158.178 91.9329C158.368 92.5576 158.354 93.2266 158.138 93.843C157.903 94.3592 157.552 94.8142 157.112 95.1726C157.004 95.2673 156.903 95.3701 156.81 95.4802L156.641 95.8076C156.4 96.2906 156.133 96.7608 155.843 97.2167C155.573 97.6083 155.277 97.9813 154.956 98.3329L154.569 98.7745C154.264 99.1296 153.933 99.4613 153.578 99.7668C153.449 99.8792 153.32 99.9983 153.191 100.124C153.157 100.198 153.112 100.347 153.077 100.446C152.923 101.069 152.589 101.631 152.116 102.064C151.746 102.349 151.347 102.595 150.926 102.798C150.73 102.893 150.54 102.999 150.356 103.116C150.183 103.235 150.014 103.359 149.86 103.488C149.495 103.78 149.108 104.042 148.701 104.272C148.135 104.584 147.526 104.887 146.886 105.17C146.479 105.341 146.058 105.477 145.627 105.576C145.389 105.641 145.161 105.7 144.968 105.77C144.522 105.929 144.071 106.043 143.64 106.157L143.06 106.311C142.888 106.378 142.722 106.459 142.564 106.554C142.14 106.819 141.677 107.015 141.191 107.134H141.126C140.95 107.155 140.78 107.216 140.631 107.313C140.685 107.407 140.765 107.536 140.824 107.625C141.108 108.036 141.31 108.498 141.419 108.985C141.493 109.539 141.456 110.102 141.31 110.642C141.253 110.861 141.218 111.086 141.206 111.312C141.209 111.527 141.224 111.743 141.25 111.957C141.335 112.539 141.316 113.132 141.196 113.708C141.015 114.353 140.701 114.953 140.274 115.469C140.18 115.603 140.081 115.737 139.996 115.876C139.912 116.015 139.853 116.114 139.783 116.238C139.472 116.847 139.056 117.396 138.554 117.861C138.42 117.98 138.291 118.109 138.157 118.243C137.729 118.712 137.227 119.108 136.67 119.414C135.955 119.746 135.21 120.009 134.445 120.197C133.922 120.322 133.386 120.384 132.849 120.381C132.601 120.381 132.353 120.381 132.174 120.416C131.993 120.461 131.817 120.524 131.649 120.604C131.13 120.845 130.57 120.981 129.998 121.006ZM128.016 116.992C128.182 116.991 128.347 117.003 128.511 117.027C129.1 117.148 129.639 117.439 130.063 117.866L130.202 117.985L130.578 117.836C130.992 117.644 131.431 117.512 131.882 117.444C132.219 117.404 132.551 117.394 132.839 117.389C133.135 117.396 133.431 117.369 133.721 117.31C134.302 117.168 134.87 116.974 135.416 116.729C135.684 116.562 135.926 116.356 136.135 116.119C136.313 115.936 136.497 115.757 136.68 115.598C136.921 115.344 137.121 115.054 137.275 114.74L137.528 114.308C137.662 114.095 137.805 113.892 137.959 113.688C138.139 113.476 138.283 113.237 138.385 112.979C138.407 112.727 138.399 112.474 138.361 112.225C138.336 111.952 138.306 111.639 138.306 111.297C138.316 110.86 138.372 110.426 138.475 110.002C138.516 109.839 138.545 109.673 138.564 109.506C138.524 109.431 138.44 109.292 138.38 109.198C137.958 108.62 137.716 107.929 137.686 107.214C137.686 105.998 138.623 104.53 140.661 104.167C140.833 104.099 140.999 104.014 141.156 103.914C141.514 103.696 141.897 103.521 142.296 103.393L142.941 103.225C143.327 103.126 143.689 103.031 144.011 102.917C144.334 102.803 144.651 102.719 144.928 102.644C145.199 102.586 145.464 102.505 145.722 102.401C146.287 102.153 146.822 101.905 147.313 101.617C147.593 101.451 147.861 101.265 148.116 101.062C148.329 100.903 148.542 100.744 148.755 100.595C149.035 100.414 149.324 100.248 149.623 100.099C149.822 100.001 150.016 99.8919 150.202 99.7717C150.237 99.6874 150.282 99.5584 150.312 99.4641C150.451 98.9245 150.719 98.4271 151.095 98.0154L151.63 97.5193C151.875 97.3104 152.104 97.0832 152.314 96.8396C152.463 96.661 152.616 96.4873 152.77 96.3137C152.999 96.0651 153.211 95.8016 153.405 95.5248C153.637 95.1573 153.85 94.7781 154.044 94.3887L154.232 94.0265C154.47 93.613 154.776 93.2437 155.14 92.9351C155.209 92.8755 155.293 92.7961 155.363 92.7267C155.363 92.6572 155.328 92.5778 155.318 92.5133C155.128 91.9619 155.114 91.3652 155.277 90.8053C155.441 90.2455 155.774 89.7502 156.23 89.3877C156.299 89.3133 156.399 89.2141 156.453 89.1496C156.518 88.8817 156.592 88.6534 156.666 88.3955C156.741 88.1375 156.82 87.8993 156.865 87.681C156.83 87.6016 156.775 87.4975 156.736 87.423C156.42 86.8978 156.256 86.2947 156.265 85.6816C156.328 85.1258 156.527 84.5941 156.845 84.1337C156.884 84.0642 156.934 83.9749 156.979 83.9055C156.934 83.8211 156.879 83.712 156.835 83.6326C156.563 83.1786 156.394 82.6706 156.339 82.1442C156.339 81.8862 156.314 81.6481 156.309 81.3802C156.309 81.018 156.285 80.6806 156.245 80.3879C156.205 80.0952 156.176 79.8223 156.151 79.5445C156.133 79.2413 156.095 78.9396 156.037 78.6415C155.932 78.1292 155.932 77.6009 156.037 77.0886C156.037 77.0242 156.061 76.9448 156.071 76.8703L155.903 76.7612C155.376 76.4665 154.941 76.03 154.649 75.501C154.442 75.0133 154.339 74.4878 154.346 73.9581C154.346 73.8539 154.346 73.705 154.346 73.6157C154.151 73.3526 153.941 73.1008 153.717 72.8616C153.568 72.688 153.42 72.5193 153.281 72.3655C153.142 72.2117 152.978 71.9884 152.835 71.7949C152.634 71.5165 152.414 71.2529 152.175 71.0061C152.039 70.9443 151.9 70.8897 151.759 70.8424C151.327 70.7047 150.919 70.5005 150.549 70.2371C150.198 69.9538 149.89 69.6194 149.637 69.2448C149.552 69.1117 149.454 68.9871 149.345 68.8727C148.706 68.4659 148.21 68.1881 147.764 67.9698C147.59 67.9138 147.41 67.8771 147.228 67.8606C146.797 67.8117 146.374 67.7083 145.969 67.553C145.682 67.429 145.355 67.3298 145.013 67.2206C144.76 67.1462 144.517 67.0668 144.254 66.9775C143.835 66.8114 143.442 66.5876 143.084 66.3127C142.944 66.2054 142.795 66.1107 142.638 66.0299C142.44 65.9954 142.239 65.9805 142.039 65.9853C141.612 65.9874 141.186 65.9408 140.77 65.8463C140.434 65.7489 140.103 65.6347 139.778 65.504C139.533 65.3982 139.279 65.3119 139.02 65.246C138.811 65.216 138.601 65.2061 138.39 65.2162C137.969 65.2354 137.546 65.2054 137.131 65.1269C136.598 64.993 136.101 64.7403 135.679 64.3877C135.576 64.3074 135.468 64.2328 135.357 64.1645C135.122 64.1306 134.885 64.1091 134.648 64.1C134.262 64.089 133.878 64.0492 133.498 63.9809C133.25 63.9388 133 63.9122 132.749 63.9015C132.358 63.8876 131.969 63.8428 131.585 63.7675C131.129 63.6626 130.691 63.4957 130.281 63.2714C130.122 63.1805 129.956 63.1026 129.785 63.0382C129.537 62.9787 129.29 62.944 129.047 62.9043C128.646 62.8449 128.248 62.762 127.857 62.6562C127.143 62.4429 126.494 62.1998 125.954 61.9914C125.473 61.7908 125.017 61.5344 124.595 61.2274C124.447 61.1281 124.303 61.0289 124.154 60.9396L123.792 60.7412C123.248 60.4741 122.746 60.1262 122.305 59.7092C121.819 59.1971 121.454 58.5814 121.24 57.9083L121.14 57.6602L121.036 57.4022C120.73 56.7842 120.561 56.1072 120.541 55.4177C120.541 55.254 120.541 55.0853 120.541 54.9215C120.444 54.2032 120.54 53.4721 120.818 52.8031C121.164 51.9878 121.669 51.2505 122.305 50.635C122.783 50.2416 123.331 49.9435 123.921 49.7568C124.107 49.6906 124.289 49.6144 124.467 49.5286C124.96 49.2924 125.484 49.1254 126.023 49.0325C126.241 48.9928 126.444 48.9481 126.623 48.8985C126.817 48.8281 127.006 48.7436 127.188 48.6455C127.651 48.387 128.153 48.206 128.675 48.1097C129.278 48.0447 129.888 48.1159 130.459 48.3181C130.601 48.3626 130.745 48.399 130.891 48.4272L131.228 48.2784C131.742 48.01 132.319 47.8849 132.898 47.9162C133.114 47.9309 133.331 47.9309 133.547 47.9162C134.025 47.8803 134.505 47.907 134.975 47.9956C135.477 48.1197 135.964 48.2976 136.427 48.5264C136.601 48.6058 136.769 48.6802 136.923 48.7447C137.404 48.9231 137.864 49.1527 138.296 49.4294C138.46 49.5286 138.613 49.6278 138.792 49.7122C139.212 49.9517 139.602 50.2416 139.952 50.5754C140.092 50.7056 140.239 50.8282 140.393 50.9426C140.747 51.1895 141.078 51.4667 141.384 51.7711C141.528 51.9051 141.662 52.0341 141.786 52.1383L142.108 52.1779C142.686 52.1969 143.248 52.368 143.739 52.6741C144.126 52.9735 144.452 53.3439 144.7 53.7656C144.745 53.835 144.814 53.9392 144.864 54.0037H145.211C145.591 54.0038 145.97 54.0454 146.341 54.1277C146.812 54.2688 147.247 54.5109 147.615 54.8372L147.808 54.986C147.903 54.9464 148.017 54.8868 148.106 54.8422C148.45 54.6519 148.819 54.5084 149.201 54.4155C149.582 54.3459 149.97 54.3226 150.356 54.346H150.554L150.589 54.2667C150.749 53.751 151.035 53.2836 151.422 52.9073C151.82 52.5852 152.286 52.3579 152.785 52.2424L153.008 52.173C153.073 52.0837 153.142 51.9894 153.206 51.8902C153.386 51.6445 153.539 51.38 153.662 51.1013C153.742 50.8095 153.792 50.5103 153.811 50.2083C153.841 49.9751 153.866 49.7419 153.9 49.5237C153.878 49.38 153.848 49.2376 153.811 49.097C153.705 48.7136 153.647 48.3187 153.638 47.9211C153.645 47.5422 153.69 47.165 153.771 46.7949C153.812 46.6207 153.837 46.4429 153.846 46.2641C153.801 46.0359 153.766 45.7679 153.732 45.5348C153.701 45.2861 153.656 45.0393 153.598 44.7955L153.36 44.6665C152.833 44.4424 152.373 44.0872 152.022 43.6346C151.827 43.3317 151.661 43.0111 151.526 42.6771C151.46 42.5019 151.374 42.3353 151.268 42.1809C151.04 41.9477 150.847 41.6848 150.673 41.4913C150.51 41.2725 150.325 41.0699 150.123 40.886C149.9 40.7173 149.687 40.5288 149.469 40.3353C149.275 40.1588 149.071 39.9931 148.859 39.8392C148.77 39.8392 148.641 39.8392 148.547 39.8392C147.958 39.8987 147.364 39.8047 146.822 39.5663L146.51 39.4026C146.068 39.1793 145.652 38.966 145.226 38.7775C144.698 38.5203 144.246 38.1285 143.917 37.6413C143.853 37.562 143.769 37.4528 143.709 37.3883C143.536 37.3387 143.312 37.304 143.08 37.2643C142.733 37.2151 142.39 37.1421 142.053 37.046L141.731 36.9716C140.507 36.6987 138.658 36.2869 138.658 34.1982C138.673 33.5672 138.75 32.9391 138.886 32.3228L138.936 32.04C139.029 31.5858 139.204 31.1522 139.451 30.76C139.511 30.6558 139.59 30.5169 139.634 30.4276C139.59 30.3234 139.501 30.1696 139.436 30.0555C139.168 29.643 138.979 29.1835 138.881 28.7011C138.778 28.1781 138.62 27.6676 138.41 27.1779V27.1283C138.25 26.7869 138.045 26.4683 137.8 26.1807L137.563 25.8582C137.444 25.6945 137.339 25.5308 137.235 25.3621C137.086 25.0954 136.895 24.8543 136.67 24.6477C136.452 24.4702 136.244 24.2814 136.046 24.0821C135.878 23.8869 135.681 23.7195 135.461 23.586C134.939 23.3569 134.394 23.1855 133.835 23.0749L133.429 23.1891C132.989 23.3329 132.532 23.4131 132.07 23.4272C131.518 23.4026 130.979 23.2461 130.499 22.9708L130.256 22.8567C129.84 22.9063 129.404 23.0005 128.977 23.0948L128.834 23.1295C128.733 23.2034 128.637 23.2829 128.546 23.3677C128.243 23.6608 127.893 23.9006 127.51 24.0771C127.282 24.1754 127.048 24.2615 126.811 24.3351C126.611 24.39 126.418 24.4682 126.236 24.5683C126.071 24.7407 125.933 24.9363 125.825 25.1488C125.726 25.3075 125.626 25.4713 125.517 25.6449C125.299 26.0226 125.132 26.4281 125.022 26.8505C124.821 27.3448 124.501 27.7813 124.09 28.1206C124.035 28.1702 123.971 28.2297 123.921 28.2843C123.872 28.3389 123.961 28.5373 123.986 28.6465C124.059 28.9929 124.104 29.3446 124.12 29.6983C124.144 29.7628 124.194 29.862 124.234 29.9414C124.444 30.3426 124.583 30.7774 124.645 31.2264L124.695 31.7523C124.729 32.1144 124.759 32.4667 124.804 32.7941C124.859 33.5229 124.661 34.2484 124.243 34.8481L124.214 34.9027C124.1 36.7285 122.885 37.1452 121.859 37.4528C121.79 37.5123 121.671 37.6413 121.592 37.7257C121.235 38.1499 120.788 38.4889 120.283 38.7179C119.901 38.8584 119.506 38.9581 119.103 39.0156C118.894 39.0404 118.687 39.0887 118.489 39.1595C118.332 39.2679 118.188 39.3926 118.057 39.5316C117.761 39.8387 117.428 40.1085 117.066 40.3353C116.756 40.5076 116.435 40.6585 116.104 40.7868C115.869 40.8747 115.642 40.9826 115.425 41.1093C115.129 41.3252 114.846 41.5588 114.578 41.8088C114.404 41.9626 114.231 42.1164 114.047 42.2653C113.767 42.4902 113.47 42.6941 113.16 42.8755C112.944 42.9907 112.741 43.1287 112.555 43.2873C112.312 43.525 112.053 43.7471 111.782 43.9521C111.566 44.1096 111.365 44.2874 111.182 44.483C111.103 44.6417 111.04 44.8079 110.994 44.9791C110.869 45.4035 110.687 45.809 110.454 46.1847L110.25 46.4824C109.981 46.868 109.731 47.2671 109.502 47.678C109.233 48.2026 108.991 48.7408 108.778 49.2905C108.65 49.5987 108.503 49.8987 108.337 50.1885C108.197 50.4151 108.082 50.6563 107.995 50.9079C107.879 51.2763 107.73 51.6333 107.549 51.9745C107.436 52.1763 107.345 52.3891 107.276 52.6096C107.276 52.6642 107.331 52.9023 107.365 53.0561C107.491 53.518 107.543 53.9969 107.519 54.475C107.479 54.85 107.405 55.2204 107.296 55.5814C107.225 55.809 107.179 56.0435 107.157 56.2809C107.174 56.5259 107.216 56.7686 107.281 57.0053C107.37 57.342 107.432 57.6855 107.465 58.0323C107.465 58.2853 107.499 58.5284 107.509 58.7814C107.514 59.1134 107.539 59.4448 107.583 59.7737C107.644 60.1492 107.667 60.5298 107.653 60.9098C107.644 61.1189 107.655 61.3283 107.688 61.535C107.775 61.7493 107.885 61.9538 108.015 62.1452C108.203 62.4432 108.369 62.755 108.51 63.0779C108.63 63.3841 108.731 63.6972 108.813 64.0156C108.87 64.2574 108.95 64.4933 109.051 64.7201C109.195 64.9554 109.361 65.1763 109.546 65.38C109.725 65.5834 109.928 65.8116 110.116 66.0646C110.245 66.1866 110.386 66.2947 110.538 66.3871C110.878 66.5977 111.191 66.8493 111.47 67.1363C111.81 67.5224 112.067 67.9752 112.223 68.4659C112.258 68.5701 112.312 68.7189 112.347 68.7983C112.524 68.9118 112.708 69.0145 112.897 69.1059C113.218 69.2628 113.528 69.4418 113.824 69.6417C114.061 69.7978 114.31 69.9355 114.568 70.0535C114.816 70.1726 115.098 70.3115 115.376 70.4802C115.674 70.6661 115.959 70.8734 116.228 71.1004C116.413 71.2616 116.612 71.406 116.823 71.532C117.052 71.6323 117.289 71.712 117.532 71.7701C117.869 71.8632 118.2 71.9775 118.523 72.1125C118.826 72.2464 119.158 72.3605 119.515 72.4796C119.753 72.5639 120.01 72.6433 120.223 72.7326C120.57 72.8666 120.937 72.9807 121.324 73.1047L121.943 73.3032C122.372 73.4602 122.775 73.681 123.138 73.9581C123.273 74.0622 123.417 74.1535 123.569 74.2309C123.847 74.3103 124.12 74.4046 124.392 74.4939C124.665 74.5832 124.982 74.6923 125.26 74.7717C125.344 74.7717 125.503 74.7271 125.612 74.7023C126.152 74.5389 126.724 74.5116 127.277 74.6229C127.8 74.775 128.282 75.041 128.69 75.4018C128.764 75.4613 128.868 75.5457 128.943 75.5953L129.24 75.5258C129.776 75.3535 130.346 75.3144 130.901 75.4117C131.433 75.5543 131.926 75.8155 132.343 76.1758C132.44 76.2554 132.543 76.3283 132.65 76.3941C132.923 76.4536 133.196 76.5082 133.473 76.5578L134.415 76.7463C134.655 76.7817 134.896 76.8049 135.139 76.8158C135.604 76.831 136.067 76.8908 136.522 76.9944C136.716 77.0129 136.912 77.0129 137.106 76.9944C137.704 76.9402 138.307 77.0181 138.871 77.2226C139.509 77.5297 140.086 77.9519 140.571 78.4679C140.695 78.587 140.814 78.706 140.933 78.8053C141.615 79.4455 142.136 80.2376 142.455 81.1172C142.695 81.7908 142.785 82.5088 142.718 83.2208C142.718 83.3746 142.718 83.5334 142.718 83.7169C142.749 83.8693 142.794 84.0187 142.851 84.1635C143.105 84.7505 143.181 85.3991 143.07 86.0289C142.857 86.7331 142.407 87.3417 141.796 87.7505L141.548 87.9589C141.523 88.0283 141.488 88.197 141.464 88.3161C141.372 89.0078 141.057 89.6506 140.566 90.1468C140.022 90.5799 139.348 90.8175 138.653 90.8215C138.534 90.8215 138.351 90.8513 138.271 90.8662C137.651 91.166 137.001 91.402 136.333 91.5707C136.177 91.6296 136.027 91.701 135.882 91.784C135.417 92.0593 134.904 92.2444 134.37 92.3298C134.18 92.3638 133.993 92.4118 133.81 92.4736C133.331 92.6397 132.83 92.7334 132.323 92.7515C131.749 92.7283 131.187 92.5793 130.677 92.3149C130.551 92.2554 130.422 92.2024 130.291 92.1561C130.087 92.1527 129.883 92.1643 129.681 92.1909C129.202 92.2514 128.716 92.243 128.239 92.166C127.677 92.0342 127.152 91.7782 126.702 91.4169C126.593 91.3339 126.479 91.2577 126.36 91.1887L125.805 91.0299C125.338 90.9105 124.881 90.7562 124.437 90.5685C124.258 90.4891 124.045 90.4197 123.822 90.3453C123.376 90.2151 122.946 90.0371 122.538 89.8144C122.359 89.7259 122.171 89.6544 121.978 89.6011C121.508 89.4696 121.061 89.2689 120.65 89.0057C120.217 88.675 119.856 88.2598 119.589 87.7852C119.516 87.6599 119.433 87.5405 119.341 87.428L118.622 86.8624C118.375 86.659 118.127 86.4605 117.874 86.277C117.67 86.1468 117.455 86.0371 117.23 85.9495C116.886 85.8118 116.554 85.6459 116.238 85.4534C115.938 85.2519 115.656 85.0244 115.395 84.7737C115.267 84.6596 115.123 84.5306 115.014 84.4512L114.771 84.5058C114.247 84.6618 113.694 84.6957 113.155 84.605C112.75 84.5012 112.363 84.3337 112.01 84.1089C111.926 84.0593 111.812 83.9997 111.727 83.9601L111.554 84.0742C111.233 84.3103 110.876 84.4945 110.498 84.6199C110.216 84.703 109.928 84.7627 109.636 84.7985C109.482 84.8143 109.331 84.8459 109.185 84.8928C109.026 84.992 108.867 85.0863 108.689 85.1756C108.423 85.3127 108.174 85.4791 107.945 85.6717C107.787 85.8305 107.613 85.9793 107.45 86.1331C107.239 86.2995 107.045 86.4855 106.87 86.6888C106.87 86.7632 106.82 86.9468 106.8 87.0658C106.755 87.4706 106.652 87.8666 106.493 88.2417C106.38 88.4873 106.253 88.7258 106.111 88.9561C105.992 89.1411 105.894 89.3392 105.819 89.5465L105.898 89.8888C105.994 90.2365 106.048 90.5948 106.057 90.9555C106.041 91.4522 105.933 91.9417 105.74 92.3992C105.7 92.5133 105.645 92.6721 105.621 92.7564C105.7 93.0325 105.803 93.3014 105.928 93.5602C106.042 93.8082 106.146 94.0563 106.235 94.2994C106.336 94.5875 106.422 94.8806 106.493 95.1776C106.546 95.4496 106.631 95.7143 106.746 95.9664C106.894 96.2293 107.018 96.4923 107.132 96.7453C107.253 97.0302 107.4 97.3027 107.574 97.559C107.814 97.8308 108.076 98.083 108.357 98.3131C108.54 98.4768 108.724 98.6356 108.897 98.8092C109.053 98.9119 109.219 98.9984 109.393 99.0672C109.789 99.2246 110.166 99.4295 110.513 99.6775C110.823 99.924 111.108 100.2 111.366 100.501C111.509 100.687 111.676 100.853 111.861 100.997L112.273 101.255C112.684 101.518 113.076 101.751 113.457 101.955L113.67 102.064C114.166 102.327 114.662 102.56 115.158 102.773C115.498 102.919 115.829 103.084 116.149 103.269C116.382 103.411 116.626 103.533 116.878 103.637C117.269 103.766 117.705 103.87 118.127 103.974L118.652 104.103C118.751 104.103 118.945 104.029 119.083 103.989C119.597 103.796 120.15 103.731 120.694 103.8H120.803C123.084 104.376 123.014 106.018 122.979 106.807C122.979 106.936 122.979 107.075 122.979 107.229C123.001 107.435 123.043 107.64 123.103 107.839C123.299 108.445 123.365 109.086 123.297 109.719C123.213 110.387 123.178 111.06 123.193 111.733C123.188 112.039 123.163 112.344 123.118 112.646C123.09 112.833 123.078 113.023 123.084 113.212C123.171 113.477 123.296 113.727 123.455 113.956C123.559 114.12 123.659 114.284 123.748 114.452C123.872 114.615 124.018 114.759 124.184 114.879C124.348 115.018 124.531 115.172 124.719 115.375C125.087 115.783 125.345 116.278 125.468 116.814C125.468 116.844 125.468 116.878 125.503 116.913H125.686C126.098 116.916 126.508 116.975 126.905 117.087L127.267 117.052C127.51 117.016 127.755 116.996 128.001 116.992H128.016Z' fill='%23272626'/%3E%3Cpath d='M72.1965 62.2991C72.2708 62.0262 72.3948 61.7186 72.4741 61.4458C72.5534 61.1729 72.7516 60.9496 72.831 60.6718C72.9103 60.394 72.8756 60.0963 72.9598 59.8284C73.0441 59.5605 72.9945 59.2479 73.0788 58.98C73.1631 58.7121 73.4555 58.5136 73.5447 58.2457C73.634 57.9778 73.6835 57.7 73.7777 57.4321C73.8719 57.1642 74.0603 56.936 74.1594 56.673C74.2585 56.4101 74.1049 56.0528 74.204 55.7899C74.3031 55.5269 74.3081 55.2243 74.4172 54.9614C74.5262 54.6984 74.8633 54.5347 74.9723 54.2767C75.0814 54.0187 75.0665 53.7061 75.1805 53.4432C75.2945 53.1802 75.6316 53.0314 75.7456 52.7734C75.8596 52.5154 75.8249 52.1929 75.9439 51.9399C76.0628 51.6869 76.3057 51.4884 76.4395 51.2354C76.5734 50.9824 76.5684 50.6698 76.6923 50.4168C76.8163 50.1638 76.9154 49.9207 77.0492 49.6478C77.1831 49.3749 77.4507 49.2261 77.5846 48.978C77.7184 48.73 77.882 48.4819 78.0158 48.2537C78.1497 48.0255 78.2835 47.7575 78.4272 47.5194C78.571 47.2813 78.6007 46.9687 78.7494 46.7256C78.8981 46.4825 78.9477 46.1898 79.0964 45.9516C79.2451 45.7135 79.3294 45.4307 79.4781 45.1925C79.6268 44.9544 79.7904 44.6964 79.944 44.4831C80.0977 44.2698 80.3406 44.1457 80.4992 43.9125C80.4001 44.1705 80.2662 44.3491 80.177 44.6071C80.0878 44.8651 80.0085 45.138 79.9242 45.4009C79.84 45.6639 79.8647 45.9616 79.7805 46.2245C79.6962 46.4875 79.6466 46.7603 79.5673 47.0233C79.488 47.2862 79.1113 47.4648 79.0369 47.7327C78.9626 48.0006 79.26 48.3678 79.1856 48.6307C79.1113 48.8937 78.9973 49.1269 78.9279 49.4196C78.8585 49.7123 78.6999 49.9157 78.6354 50.1985C78.571 50.4813 78.6354 50.7691 78.6007 51.037C78.566 51.3049 78.3579 51.5331 78.3033 51.8208C78.2488 52.1086 78.1249 52.3467 78.0753 52.6196C78.0257 52.8925 78.0456 53.1703 77.996 53.4432C77.9464 53.7161 77.763 53.9393 77.7184 54.237C77.6738 54.5347 77.8225 54.8125 77.7829 55.0854C77.7432 55.3583 77.7531 55.6361 77.7184 55.909C77.6837 56.1818 77.654 56.4547 77.6242 56.7325C77.5945 57.0104 77.4458 57.2684 77.421 57.5412C77.3962 57.8141 77.2822 58.087 77.2624 58.3598C77.2426 58.6327 77.4755 58.9254 77.4557 59.2033C77.4359 59.4811 77.0492 59.7341 77.0393 60.012C77.0294 60.2898 77.3516 60.5726 77.3417 60.8504C77.3318 61.1283 77.1385 61.3962 77.1335 61.674C77.1285 61.9518 76.9749 62.2297 76.9749 62.5025C76.9749 62.7754 77.3615 63.0582 77.3665 63.336C77.3714 63.6139 77.188 63.8917 77.193 64.1695C77.1979 64.4474 77.3566 64.7202 77.3714 64.9981C77.3863 65.2759 77.4607 65.5438 77.4755 65.8216C77.4904 66.0995 77.4507 66.3773 77.4755 66.6551C77.5003 66.933 77.5697 67.2058 77.5945 67.4787C77.6193 67.7516 77.5152 68.0443 77.5449 68.3221C77.5747 68.6 77.4656 68.8877 77.5003 69.1656C77.535 69.4434 77.6788 69.7014 77.7184 69.9792C77.7581 70.257 77.7779 70.5349 77.8176 70.8127C77.8572 71.0905 78.0109 71.3485 78.0555 71.6214C78.1001 71.8943 78.1893 72.1671 78.2389 72.44C78.2885 72.7129 78.2091 73.0155 78.2637 73.2934C78.3182 73.5712 78.4719 73.8193 78.5313 74.0921C78.5908 74.365 78.6305 74.6428 78.6949 74.9157C78.7594 75.1886 78.6404 75.5061 78.6949 75.779C78.7494 76.0518 78.7792 76.3346 78.8535 76.6075C78.9279 76.8804 79.027 77.1433 79.1014 77.4112C79.1757 77.6792 79.4236 77.9074 79.5029 78.1703C79.5822 78.4333 79.8003 78.6665 79.8895 78.9294C79.9787 79.1923 79.835 79.5347 79.9242 79.7976C80.0134 80.0606 80.0134 80.3632 80.1076 80.6262C80.2018 80.8891 80.4893 81.0876 80.6033 81.3456C80.7173 81.6035 80.8611 81.8417 80.9652 82.1046C81.0692 82.3676 80.9205 82.7298 81.0246 82.9878C81.1287 83.2457 81.2725 83.4839 81.3815 83.7518C81.4906 84.0197 81.788 84.1884 81.8772 84.4414C81.9664 84.6944 82.0011 85.002 82.1201 85.2551C82.2391 85.5081 82.5216 85.6867 82.6455 85.9348C82.7694 86.1828 82.7645 86.5004 82.8934 86.7534C83.0222 87.0064 83.3395 87.1503 83.4684 87.3934C83.5972 87.6365 83.6617 87.9242 83.7955 88.1723C83.9294 88.4204 84.0781 88.6684 84.2168 88.8967C84.3556 89.1249 84.4399 89.3928 84.5787 89.6557C84.7175 89.9187 84.891 90.1221 85.0347 90.3602C85.1785 90.5984 85.3668 90.8117 85.5304 91.0499C85.694 91.288 85.7336 91.5807 85.8873 91.8139C86.041 92.0471 86.1599 92.31 86.3186 92.5432C86.4772 92.7764 86.5416 93.0691 86.7002 93.2973C86.8589 93.5256 87.2356 93.6049 87.3992 93.8332C87.5627 94.0614 87.6123 94.369 87.7808 94.5922C87.9494 94.8155 88.0435 95.0884 88.217 95.3215C88.3905 95.5547 88.7127 95.649 88.8812 95.8673C89.0498 96.0856 89.258 96.2791 89.4364 96.4974C89.6149 96.7157 89.7933 96.929 89.9718 97.1374C90.1502 97.3458 90.2493 97.6335 90.4327 97.8518C90.6161 98.0701 90.8838 98.2041 91.0722 98.4075C91.2605 98.6109 91.5679 98.7101 91.7562 98.9036C91.9446 99.0971 91.9595 99.4841 92.1528 99.6825C92.3461 99.881 92.6782 99.9554 92.8765 100.154C93.0747 100.352 93.1788 100.65 93.3722 100.834C93.5655 101.017 93.7935 101.201 93.9967 101.394C94.1999 101.588 94.3486 101.836 94.5568 102.024C94.765 102.213 95.112 102.243 95.3202 102.426C95.5284 102.61 95.7614 102.768 95.9745 102.952C96.1876 103.136 96.148 103.612 96.3611 103.79C96.5743 103.969 96.9163 104.004 97.1344 104.177C97.3525 104.351 97.4566 104.674 97.6747 104.847C97.8928 105.021 98.2497 105.021 98.4728 105.19C98.6958 105.358 98.904 105.547 99.132 105.711C99.36 105.874 99.7021 105.869 99.9301 106.033C100.158 106.197 100.371 106.375 100.604 106.529C100.837 106.683 101.1 106.802 101.323 106.956C101.546 107.11 101.68 107.452 101.913 107.581C102.146 107.71 102.408 107.844 102.646 107.993C102.884 108.142 103.008 108.489 103.251 108.618C103.494 108.747 103.796 108.791 104.039 108.93C104.282 109.069 104.57 109.134 104.813 109.268C105.055 109.402 105.194 109.739 105.442 109.873C105.69 110.007 106.091 109.833 106.344 109.962C106.597 110.091 106.746 110.409 106.994 110.533L107.762 110.88C108.015 110.999 108.322 110.994 108.58 111.108C108.838 111.223 109.125 111.247 109.383 111.361L110.146 111.699C110.404 111.808 110.607 112.051 110.865 112.155L111.648 112.463C111.911 112.562 112.213 112.547 112.476 112.641C112.739 112.736 112.972 112.969 113.214 113.063C113.457 113.157 113.765 113.172 114.032 113.262C114.3 113.351 114.528 113.49 114.816 113.574C115.103 113.659 115.356 113.703 115.628 113.783C115.901 113.862 116.174 113.907 116.441 113.981C116.709 114.055 116.937 114.368 117.19 114.437C117.443 114.507 117.8 114.308 118.072 114.373C118.345 114.437 118.568 114.636 118.86 114.695C119.153 114.755 119.356 114.943 119.653 114.998C119.951 115.053 120.214 115.068 120.486 115.122C120.759 115.177 121.091 114.919 121.368 114.968C121.646 115.018 121.864 115.286 122.157 115.33C122.449 115.375 122.742 115.192 123.019 115.231C123.297 115.271 123.554 115.43 123.832 115.464C124.11 115.499 124.392 115.514 124.67 115.544C124.947 115.574 125.21 115.732 125.493 115.757C125.775 115.782 126.063 115.633 126.34 115.653C126.618 115.673 126.885 115.871 127.168 115.891C127.451 115.911 127.733 115.727 128.016 115.742C128.298 115.757 128.566 115.966 128.843 115.975C129.121 115.985 129.404 116.045 129.686 116.05C129.969 116.055 130.246 116.095 130.529 116.095C130.811 116.095 131.089 116.025 131.366 116.02C131.644 116.015 131.927 115.921 132.204 115.911C132.482 115.901 132.769 116.005 133.052 115.995C133.334 115.985 133.602 115.846 133.885 115.827C134.167 115.807 134.425 115.588 134.702 115.564C134.98 115.539 135.292 115.861 135.57 115.832C135.847 115.802 136.09 115.43 136.368 115.4C136.645 115.37 136.963 115.653 137.24 115.618C137.518 115.583 137.786 115.469 138.063 115.43C138.341 115.39 138.559 115.122 138.856 115.077C139.154 115.033 139.436 115.167 139.714 115.122C139.991 115.077 140.284 115.122 140.556 115.077C140.829 115.033 141.077 114.824 141.354 114.77C141.632 114.715 141.934 114.814 142.207 114.77C142.48 114.725 142.703 114.363 142.961 114.274C143.218 114.184 143.516 114.204 143.788 114.135C144.061 114.065 144.339 114.026 144.606 113.951C144.874 113.877 145.102 113.718 145.389 113.644C145.677 113.569 145.994 113.723 146.262 113.644C146.529 113.564 146.713 113.212 146.976 113.123C147.238 113.033 147.61 113.252 147.873 113.162C148.135 113.073 148.368 112.894 148.636 112.8C148.904 112.706 149.181 112.651 149.444 112.552C149.707 112.453 149.885 112.145 150.143 112.056C150.401 111.967 150.748 112.056 151.005 111.957C151.263 111.858 151.501 111.674 151.754 111.565C152.007 111.456 152.25 111.257 152.483 111.143C152.716 111.029 153.008 110.945 153.261 110.826C153.514 110.707 153.757 110.563 154.009 110.439C154.262 110.315 154.465 110.111 154.713 109.982C154.961 109.853 155.363 110.012 155.61 109.883C155.858 109.754 155.947 109.332 156.195 109.193C156.443 109.054 156.76 109.064 157.003 108.925C157.246 108.787 157.568 108.782 157.806 108.638C158.044 108.494 158.104 108.042 158.342 107.898C158.58 107.755 158.837 107.67 159.095 107.521L159.799 107.065C160.032 106.911 160.349 106.881 160.577 106.723C160.805 106.564 160.884 106.187 161.112 106.028C161.341 105.869 161.697 105.879 161.92 105.715C162.144 105.552 162.416 105.457 162.649 105.289C162.882 105.12 163.021 104.852 163.244 104.679C163.467 104.505 163.665 104.311 163.883 104.138C164.101 103.964 164.29 103.751 164.503 103.572C164.716 103.394 165.023 103.319 165.237 103.141C165.45 102.962 165.732 102.833 165.921 102.644C166.109 102.456 166.253 102.178 166.456 101.99C166.659 101.801 166.853 101.588 167.056 101.399C167.259 101.211 167.408 100.958 167.611 100.764C167.814 100.571 167.968 100.332 168.166 100.139C168.364 99.9455 168.573 99.757 168.766 99.5535C168.959 99.3501 169.371 99.3551 169.559 99.1517C169.747 98.9483 169.752 98.5613 169.941 98.3579C170.129 98.1544 170.501 98.1098 170.689 97.9014C170.877 97.693 170.912 97.3557 171.096 97.1423C171.279 96.929 171.418 96.6859 171.591 96.4676C171.765 96.2493 172.047 96.1203 172.226 95.902C172.404 95.6837 172.692 95.5547 172.86 95.3315C173.029 95.1082 172.915 94.6667 173.083 94.4434C173.252 94.2201 173.579 94.1011 173.723 93.8778C173.866 93.6545 173.901 93.3172 174.06 93.089C174.218 92.8607 174.412 92.6524 174.555 92.4192C174.699 92.186 175.051 92.0868 175.21 91.8536C175.368 91.6204 175.339 91.2682 175.487 91.03C175.636 90.7919 176.057 90.7274 176.206 90.4892C176.355 90.2511 176.276 89.874 176.414 89.6359C176.553 89.3977 176.736 89.1745 176.875 88.9314C177.014 88.6883 177.079 88.4005 177.212 88.1574C177.346 87.9143 177.708 87.8002 177.862 87.5521C178.015 87.3041 177.862 86.9171 177.981 86.669C178.1 86.421 178.377 86.2424 178.501 85.9893C178.625 85.7363 178.709 85.4932 178.828 85.2203C178.947 84.9475 179.23 84.7837 179.324 84.5257C179.418 84.2678 179.403 83.9502 179.512 83.6923C179.621 83.4343 179.79 83.1961 179.899 82.9431C180.008 82.6901 179.963 82.3676 180.067 82.1046C180.172 81.8417 180.201 81.5589 180.3 81.2959C180.4 81.033 180.657 80.8345 180.752 80.5666C180.846 80.2987 180.811 79.9961 180.9 79.7331C180.989 79.4702 181.168 79.237 181.257 78.9691C181.346 78.7012 181.564 78.473 181.649 78.21C181.733 77.9471 181.555 77.5998 181.649 77.3269C181.743 77.054 181.941 76.8308 182.011 76.5579C182.08 76.285 182.308 76.0618 182.377 75.7839C182.447 75.5061 182.447 75.2233 182.516 74.9504C182.586 74.6776 182.363 74.3452 182.422 74.0673C182.481 73.7895 182.625 73.5414 182.68 73.2686C182.734 72.9957 182.705 72.7079 182.754 72.4301C182.804 72.1523 183.111 71.934 183.161 71.6512C183.21 71.3684 182.997 71.0558 183.042 70.7829C183.086 70.5101 183.394 70.2868 183.428 69.9891C183.463 69.6915 183.607 69.4533 183.641 69.1755C183.676 68.8976 183.369 68.5851 183.403 68.3073C183.438 68.0294 183.438 67.7565 183.463 67.4787C183.488 67.2009 183.83 66.9528 183.85 66.6799C183.869 66.4071 183.924 66.1243 183.944 65.8465C183.964 65.5686 183.944 65.2908 183.978 65.0129C184.013 64.7351 184.023 64.4523 184.033 64.1745C184.043 63.8967 183.835 63.6139 183.835 63.336C183.835 63.0582 183.775 62.7804 183.775 62.5025C183.775 62.2247 183.954 61.9469 183.954 61.6641C183.954 61.3813 183.656 61.1183 183.646 60.8405C183.636 60.5627 183.795 60.2749 183.78 59.9971C183.765 59.7192 183.78 59.4414 183.78 59.1636C183.78 58.8857 183.75 58.6029 183.726 58.3301C183.701 58.0572 183.726 57.7694 183.726 57.4916C183.726 57.2138 183.582 56.9459 183.552 56.668C183.522 56.3902 183.577 56.1025 183.552 55.8246C183.527 55.5468 183.552 55.264 183.498 54.9911C183.443 54.7182 183.418 54.4355 183.374 54.1626C183.329 53.8897 182.987 53.6665 182.942 53.3837C182.898 53.1009 182.893 52.828 182.843 52.5551C182.794 52.2823 182.665 52.0243 182.61 51.7514C182.556 51.4785 182.903 51.1213 182.843 50.8484C182.784 50.5756 182.516 50.3523 182.452 50.0794C182.387 49.8066 182.139 49.5833 182.07 49.3154C182.001 49.0475 182.021 48.7548 181.951 48.4869C181.882 48.2189 181.837 47.9362 181.763 47.6682C181.688 47.4003 181.579 47.1423 181.5 46.8794C181.421 46.6164 181.426 46.3188 181.341 46.0509C181.257 45.7829 181.262 45.4902 181.173 45.2273C181.084 44.9643 180.737 44.7907 180.642 44.5277C180.548 44.2648 180.717 43.9076 180.642 43.6446C180.568 43.3817 180.147 43.2378 180.043 42.9798C179.939 42.7218 179.919 42.2406 179.815 41.9875C179.973 42.2108 180.122 42.6672 180.281 42.8905C180.439 43.1138 180.563 43.3866 180.722 43.5901C180.88 43.7935 181.019 44.0515 181.173 44.2846C181.327 44.5178 181.698 44.5972 181.847 44.8304C181.996 45.0636 181.956 45.4158 182.105 45.649C182.253 45.8822 182.387 46.1451 182.531 46.3585C182.675 46.5718 183.027 46.7107 183.151 46.9489C183.275 47.187 183.225 47.5492 183.364 47.7873C183.503 48.0255 183.597 48.2834 183.726 48.5265C183.855 48.7696 184.028 48.9929 184.157 49.236C184.286 49.4791 184.4 49.7321 184.524 49.9752C184.648 50.2184 184.801 50.4714 184.925 50.6996C185.049 50.9278 185.119 51.1957 185.242 51.4636C185.366 51.7315 185.515 51.9598 185.629 52.1929C185.743 52.4261 186.125 52.57 186.249 52.823C186.373 53.0761 186.249 53.4333 186.348 53.6863C186.447 53.9393 186.635 54.1824 186.744 54.4156C186.853 54.6488 187.012 54.9117 187.116 55.1598C187.22 55.4079 187.473 55.6162 187.572 55.8742C187.671 56.1322 187.448 56.5093 187.542 56.7673C187.637 57.0253 187.998 57.189 188.093 57.4519C188.187 57.7149 188.301 57.9481 188.39 58.2259C188.479 58.5037 188.42 58.8014 188.504 59.0644C188.588 59.3273 188.673 59.5902 188.752 59.8532C188.831 60.1161 188.911 60.3841 188.985 60.652C189.059 60.9199 189.163 61.1729 189.238 61.4408C189.312 61.7087 189.347 62.0362 189.416 62.3041C189.737 62.402 190.072 62.444 190.407 62.4281C190.903 62.4281 191.032 61.932 191.399 62.2445C191.766 62.5571 191.399 62.6762 191.399 63.1078V63.9661C191.399 64.3928 191.572 64.3928 191.572 64.8244C191.572 65.2561 191.25 65.2511 191.25 65.6827C191.25 66.1144 191.429 66.1094 191.429 66.541C191.429 66.9727 191.315 66.9677 191.315 67.3993C191.315 67.831 191.448 67.831 191.448 68.2576C191.448 68.6843 191.523 68.6893 191.523 69.1209C191.523 69.5525 191.602 69.5476 191.602 69.9792C191.602 70.4108 191.31 70.4059 191.31 70.8375C191.31 71.2692 191.439 71.2691 191.439 71.6958C191.439 72.1225 191.379 72.1275 191.379 72.5591C191.379 72.9907 191.468 72.9858 191.468 73.4174C191.468 73.849 191.587 73.849 191.587 74.2757C191.587 74.7024 191.374 74.7073 191.374 75.139C191.374 75.5706 191.235 75.5656 191.235 75.9973C191.235 76.4289 191.235 76.4289 191.235 76.8605C191.235 77.2922 191.513 77.2922 191.513 77.7238C191.513 78.0016 191.513 78.2795 191.513 78.5623C191.513 78.8451 191.26 79.113 191.25 79.3908C191.24 79.6686 191.186 79.9465 191.176 80.2243C191.166 80.5021 191.329 80.7899 191.315 81.0677C191.3 81.3456 191.196 81.6184 191.176 81.8963C191.156 82.1741 191.215 82.4569 191.176 82.7347C191.136 83.0126 190.948 83.2705 190.923 83.5484C190.898 83.8262 190.963 84.114 190.923 84.3868C190.883 84.6597 190.859 84.9425 190.824 85.2154C190.789 85.4882 190.754 85.771 190.715 86.0439C190.675 86.3168 190.715 86.6095 190.685 86.8873C190.655 87.1652 190.388 87.3835 190.343 87.6762C190.298 87.9689 190.541 88.2765 190.492 88.5494C190.442 88.8222 190.318 89.0852 190.264 89.3581C190.209 89.6309 190.264 89.9286 190.209 90.2015C190.155 90.4743 190.115 90.7522 190.056 91.0251C189.996 91.2979 189.585 91.4865 189.52 91.7593C189.456 92.0322 189.723 92.3845 189.659 92.6524C189.595 92.9203 189.258 93.1237 189.188 93.3966C189.119 93.6694 189.188 93.9721 189.114 94.24C189.039 94.5079 188.965 94.7758 188.886 95.0437C188.806 95.3116 188.787 95.5994 188.707 95.8673C188.628 96.1352 188.41 96.3634 188.326 96.6214C188.241 96.8794 188.36 97.2217 188.271 97.4847C188.182 97.7476 187.741 97.8915 187.647 98.1544C187.552 98.4174 187.542 98.7052 187.443 98.9681C187.344 99.231 187.508 99.5883 187.404 99.8462C187.3 100.104 186.868 100.233 186.764 100.491C186.66 100.749 186.764 101.096 186.665 101.354C186.566 101.612 186.303 101.806 186.194 102.059C186.085 102.312 186.065 102.615 185.951 102.868C185.837 103.121 185.812 103.418 185.694 103.671C185.575 103.924 185.277 104.093 185.158 104.341C185.039 104.589 184.955 104.837 184.826 105.11C184.697 105.383 184.504 105.572 184.375 105.815C184.246 106.058 184.211 106.36 184.078 106.604C183.944 106.847 183.696 107.03 183.557 107.273C183.418 107.516 183.364 107.799 183.225 108.042C183.086 108.285 182.888 108.489 182.729 108.727C182.571 108.965 182.576 109.288 182.432 109.526C182.288 109.764 181.976 109.898 181.827 110.131C181.678 110.364 181.574 110.627 181.421 110.865C181.267 111.103 181.312 111.461 181.153 111.689C180.994 111.917 180.538 111.942 180.38 112.185C180.221 112.428 180.35 112.845 180.186 113.073C180.023 113.301 179.775 113.465 179.611 113.688C179.448 113.912 179.155 114.041 178.987 114.264C178.818 114.487 178.843 114.859 178.675 115.077C178.506 115.296 178.293 115.489 178.119 115.708L177.599 116.362C177.421 116.576 177.207 116.764 177.029 116.978C176.851 117.191 176.741 117.474 176.558 117.677C176.375 117.881 175.938 117.871 175.755 118.079C175.572 118.287 175.587 118.679 175.398 118.888C175.21 119.096 174.902 119.185 174.714 119.384C174.526 119.582 174.456 119.91 174.263 120.108C174.07 120.307 173.728 120.361 173.529 120.56C173.331 120.758 173.336 121.16 173.138 121.353C172.94 121.547 172.682 121.686 172.479 121.879C172.275 122.073 172.042 122.227 171.839 122.415C171.636 122.604 171.492 122.867 171.284 123.05C171.076 123.234 170.669 123.199 170.461 123.383C170.253 123.566 170.188 123.918 169.965 124.097C169.742 124.276 169.589 124.524 169.376 124.697C169.162 124.871 168.825 124.911 168.612 125.084C168.399 125.258 168.117 125.367 167.908 125.541C167.7 125.714 167.576 126.037 167.353 126.191C167.13 126.345 166.729 126.285 166.506 126.449C166.282 126.612 166.104 126.841 165.876 127.004C165.648 127.168 165.559 127.501 165.331 127.674C165.103 127.848 164.721 127.773 164.488 127.927C164.255 128.081 164.111 128.359 163.878 128.513C163.645 128.666 163.427 128.84 163.189 129.009C162.951 129.177 162.649 129.197 162.416 129.341C162.183 129.485 161.891 129.545 161.653 129.688C161.415 129.832 161.197 130.011 160.954 130.15C160.711 130.289 160.656 130.75 160.414 130.889C160.171 131.028 159.789 130.889 159.541 131.038C159.293 131.187 159.09 131.375 158.842 131.504C158.594 131.633 158.431 131.916 158.183 132.045C157.935 132.174 157.687 132.283 157.425 132.407C157.162 132.531 156.899 132.606 156.651 132.725C156.403 132.844 156.126 132.913 155.868 133.032C155.61 133.151 155.323 133.171 155.07 133.285C154.817 133.4 154.574 133.519 154.307 133.628C154.039 133.737 153.811 133.871 153.548 133.975C153.286 134.079 152.993 134.084 152.735 134.188C152.478 134.293 152.265 134.521 152.007 134.615C151.749 134.709 151.437 134.68 151.174 134.774C150.911 134.868 150.678 135.037 150.411 135.126C150.143 135.215 149.841 135.166 149.573 135.25L148.78 135.508L147.987 135.751C147.719 135.831 147.491 136.029 147.218 136.103C146.946 136.178 146.723 136.386 146.45 136.456C146.178 136.525 145.845 136.347 145.578 136.416C145.31 136.485 145.057 136.619 144.785 136.684C144.512 136.748 144.259 136.877 143.987 136.937C143.714 136.996 143.431 137.011 143.159 137.066C142.886 137.12 142.614 137.17 142.341 137.225C142.068 137.279 141.815 137.448 141.543 137.498C141.27 137.547 141.003 137.646 140.73 137.691C140.457 137.736 140.19 137.875 139.917 137.914C139.644 137.954 139.337 137.815 139.059 137.855C138.782 137.894 138.489 137.756 138.212 137.79C137.934 137.825 137.667 137.904 137.389 137.934C137.111 137.964 136.844 138.043 136.566 138.073L135.733 138.138C135.456 138.162 135.188 138.267 134.906 138.286C134.623 138.306 134.345 138.192 134.068 138.207C133.79 138.222 133.523 138.539 133.245 138.549C132.967 138.559 132.68 138.346 132.402 138.356C132.125 138.366 131.847 138.495 131.57 138.5C131.292 138.505 131.014 138.361 130.732 138.361C130.449 138.361 130.177 138.257 129.899 138.252C129.622 138.247 129.339 138.47 129.061 138.46C128.784 138.45 128.496 138.564 128.219 138.554C127.941 138.544 127.664 138.46 127.386 138.445C127.108 138.43 126.841 138.207 126.568 138.187C126.296 138.167 126.023 138.028 125.745 138.009C125.468 137.989 125.17 138.157 124.898 138.128C124.625 138.098 124.357 137.944 124.08 137.914C123.802 137.885 123.49 138.172 123.212 138.138C122.935 138.103 122.717 137.681 122.434 137.641C122.152 137.602 121.879 137.607 121.606 137.562C121.334 137.517 121.026 137.641 120.754 137.597C120.481 137.552 120.228 137.369 119.956 137.319C119.683 137.269 119.346 137.552 119.068 137.503C118.791 137.453 118.573 137.036 118.325 136.977C118.077 136.917 117.785 136.838 117.517 136.773C117.249 136.709 116.982 136.629 116.709 136.565L115.901 136.366C115.628 136.297 115.306 136.456 115.034 136.366C114.761 136.277 114.498 136.218 114.231 136.138C113.963 136.059 113.68 136.039 113.413 135.96C113.145 135.88 112.917 135.607 112.674 135.523C112.431 135.439 112.04 135.667 111.777 135.583L110.989 135.3C110.726 135.21 110.518 134.942 110.26 134.848C110.002 134.754 109.675 134.823 109.413 134.729C109.15 134.635 108.917 134.441 108.664 134.337C108.411 134.233 108.109 134.228 107.851 134.124C107.593 134.02 107.405 133.742 107.147 133.628C106.889 133.514 106.652 133.33 106.414 133.216C106.176 133.102 105.824 133.176 105.571 133.062C105.318 132.948 105.12 132.7 104.872 132.566C104.624 132.432 104.441 132.174 104.193 132.07C103.945 131.966 103.648 131.921 103.4 131.792C103.152 131.663 102.835 131.673 102.592 131.544C102.349 131.415 102.18 131.127 101.938 130.993C101.695 130.859 101.442 130.696 101.224 130.557C101.006 130.418 100.728 130.343 100.465 130.204C100.203 130.066 99.9053 130.061 99.6674 129.917C99.4294 129.773 99.1171 129.743 98.8842 129.594C98.6512 129.445 98.5422 129.098 98.3042 128.939C98.0663 128.781 97.8779 128.582 97.645 128.443C97.412 128.304 97.1096 128.24 96.8816 128.081C96.6536 127.922 96.5396 127.585 96.3116 127.436C96.0836 127.287 95.8159 127.213 95.5631 127.049C95.3103 126.885 94.9683 126.925 94.7452 126.756C94.5221 126.588 94.3437 126.364 94.1206 126.196C93.8976 126.027 93.6596 125.873 93.4415 125.7L92.7872 125.179C92.5691 125 92.3263 124.856 92.1131 124.683C91.9 124.509 91.9049 124.067 91.6918 123.889C91.4786 123.71 91.1961 123.626 90.978 123.442C90.7599 123.259 90.4377 123.209 90.2295 123.025C90.0213 122.842 89.8528 122.609 89.6446 122.42C89.4364 122.232 89.258 122.018 89.0547 121.83C88.8515 121.641 88.6731 121.423 88.4698 121.229C88.2666 121.036 88.1873 120.733 87.9741 120.53C87.761 120.326 87.5181 120.198 87.3248 119.999C87.1315 119.801 86.8787 119.657 86.6903 119.453C86.502 119.25 86.1946 119.161 85.9964 118.957C85.7981 118.754 85.6989 118.461 85.5007 118.263C85.3024 118.064 85.2578 117.732 85.0744 117.518C84.891 117.305 84.4944 117.285 84.316 117.072C84.1375 116.859 84.1474 116.486 83.969 116.268C83.7906 116.05 83.5873 115.866 83.4138 115.648C83.2403 115.43 83.161 115.152 82.9925 114.919C82.824 114.686 82.5613 114.547 82.3927 114.323C82.2242 114.1 82.0457 113.892 81.897 113.663C81.7483 113.435 81.7037 113.118 81.5401 112.89C81.3766 112.661 81.0891 112.532 80.9305 112.299C80.7718 112.066 80.4348 111.957 80.291 111.724C80.1473 111.49 80.2117 111.108 80.063 110.875C79.9143 110.642 79.607 110.503 79.4583 110.27C79.3096 110.037 79.1162 109.823 78.9626 109.585C78.8089 109.347 78.6652 109.114 78.5214 108.876C78.3777 108.638 78.3777 108.31 78.2389 108.072C78.1001 107.834 77.8027 107.675 77.6688 107.432C77.535 107.189 77.4111 106.936 77.2773 106.688C77.1434 106.44 77.302 106.048 77.1682 105.8C77.0344 105.552 76.7072 105.418 76.5783 105.165C76.4495 104.912 76.3156 104.669 76.1967 104.426C76.0777 104.182 75.8943 103.929 75.7753 103.696C75.6564 103.463 75.5225 103.2 75.4085 102.947C75.2945 102.694 75.4085 102.327 75.3044 102.074C75.2003 101.821 75.0516 101.578 74.9426 101.325C74.8335 101.072 74.5659 100.873 74.4469 100.615C74.3279 100.357 74.2684 100.089 74.1643 99.8264C74.0603 99.5635 74.0256 99.2856 73.9264 99.0227C73.8273 98.7597 73.5497 98.5662 73.4307 98.3033C73.3118 98.0403 73.5348 97.6782 73.4307 97.4152C73.3266 97.1523 72.9598 96.9836 72.8706 96.7206C72.7814 96.4577 72.8012 96.155 72.7169 95.8921C72.6327 95.6291 72.6079 95.3414 72.5286 95.0735C72.4493 94.8056 72.3204 94.5525 72.2411 94.2846C72.1618 94.0167 72.2064 93.7141 72.132 93.4462C72.0577 93.1783 71.8049 92.95 71.7404 92.6871C71.676 92.4241 71.7702 92.1017 71.7058 91.8288C71.6413 91.5559 71.6314 91.2781 71.5719 91.0052C71.5124 90.7323 71.5719 90.4347 71.5323 90.1618C71.4926 89.8889 71.3935 89.626 71.3389 89.3481C71.2844 89.0703 70.878 88.852 70.8433 88.594C70.8086 88.336 71.0713 87.9887 71.0267 87.7159C70.982 87.443 70.7243 87.2197 70.6846 86.9221C70.645 86.6244 70.5508 86.3763 70.5161 86.1034C70.4814 85.8306 70.7342 85.5131 70.6995 85.2352C70.6648 84.9574 70.6549 84.6845 70.6252 84.4067C70.5954 84.1288 70.4269 83.8659 70.4021 83.5881C70.3773 83.3102 70.4021 83.0324 70.3773 82.7546C70.3525 82.4767 70.303 82.2039 70.2831 81.926C70.2633 81.6482 70.1295 81.3753 70.1146 81.0975C70.0997 80.8197 70.0799 80.5418 70.065 80.259C70.0502 79.9762 70.2187 79.6984 70.2088 79.4206C70.1989 79.1427 69.9015 78.8699 69.8965 78.592C69.8915 78.3142 70.2286 78.0314 70.2286 77.7536C70.2286 77.3219 70.0006 77.3219 70.0006 76.8953C70.0006 76.4686 70.1592 76.4636 70.1592 76.037C70.1592 75.6103 69.8668 75.6053 69.8668 75.1787C69.8668 74.752 69.8668 74.747 69.8668 74.3154C69.8668 73.8838 70.1443 73.8887 70.1443 73.4571C70.1443 73.0255 69.8816 73.0304 69.8816 72.5988C69.8816 72.1671 69.9312 72.1672 69.9312 71.7405C69.9312 71.3138 70.0849 71.3088 70.0849 70.8822C70.0849 70.4555 69.9808 70.4505 69.9808 70.0189V69.1606C69.9808 68.729 69.9114 68.729 69.9114 68.3023C69.9114 67.8756 69.9609 67.8707 69.9609 67.439C69.9609 67.0074 69.9609 67.0124 69.9609 66.5807C69.9609 66.1491 70.1543 66.1491 70.1543 65.7224C70.1543 65.2957 70.1543 65.2908 70.1543 64.8591C70.1543 64.4275 70.2336 64.4325 70.2336 64.0008C70.2336 63.5692 69.8965 63.5692 69.8965 63.1376C69.8965 62.7059 69.7329 62.5075 70.0551 62.2247C70.3773 61.9419 70.5905 62.314 71.0861 62.3686C71.4232 62.4519 71.7767 62.4399 72.1073 62.3338' fill='%23272626'/%3E%3Cpath d='M128.224 139.909C128.019 139.898 127.816 139.873 127.614 139.834L127.371 139.8C127.058 139.776 126.752 139.694 126.469 139.556L126.42 139.532C126.215 139.504 126.013 139.459 125.815 139.398H125.751C125.457 139.485 125.149 139.519 124.843 139.497C124.61 139.472 124.38 139.419 124.159 139.338C123.832 139.48 123.474 139.536 123.119 139.502C122.716 139.441 122.342 139.257 122.048 138.976H122.023L121.527 138.931H121.438C120.934 139.022 120.415 138.954 119.951 138.738C119.612 138.863 119.246 138.898 118.89 138.837C118.491 138.752 118.127 138.546 117.849 138.247L117.616 138.187L117.294 138.103C117.126 138.068 116.957 138.023 116.799 137.979L116.476 137.889L115.782 137.721H115.758C115.429 137.779 115.091 137.769 114.766 137.691L114.186 137.532L113.943 137.463C113.854 137.438 113.76 137.423 113.671 137.403C113.48 137.373 113.291 137.329 113.106 137.274C112.861 137.2 112.632 137.084 112.427 136.932C112.097 137.002 111.756 136.984 111.435 136.882C111.272 136.833 111.108 136.773 110.94 136.714L110.617 136.599C110.342 136.498 110.085 136.35 109.859 136.163C109.569 136.159 109.281 136.109 109.006 136.014C108.796 135.93 108.594 135.827 108.402 135.706L108.248 135.617L108.07 135.577C107.844 135.537 107.623 135.474 107.41 135.389C107.138 135.266 106.888 135.098 106.672 134.893L106.612 134.843C106.442 134.761 106.276 134.668 106.117 134.565L106.007 134.496H105.978C105.667 134.485 105.361 134.416 105.076 134.292C104.841 134.18 104.623 134.036 104.426 133.866L104.327 133.791C104.083 133.659 103.859 133.492 103.663 133.295L103.623 133.256L103.509 133.221C103.298 133.166 103.093 133.093 102.895 133.003L102.79 132.978C102.525 132.93 102.267 132.844 102.027 132.72C101.77 132.582 101.539 132.401 101.343 132.184L101.289 132.129C101.14 132.045 101.006 131.956 100.887 131.881C100.768 131.807 100.714 131.767 100.629 131.718L100.401 131.618C100.232 131.548 100.066 131.469 99.9056 131.38L99.8114 131.355C99.5539 131.294 99.3056 131.199 99.0728 131.073C99.0323 131.056 98.991 131.041 98.9489 131.028C98.7021 130.958 98.4654 130.857 98.245 130.725C97.955 130.536 97.7097 130.285 97.5263 129.991C97.3875 129.892 97.2685 129.793 97.1694 129.708L97.0058 129.569L96.867 129.515C96.6343 129.43 96.4115 129.321 96.2028 129.187C95.9439 129.004 95.7233 128.771 95.5535 128.503L95.4989 128.478C95.3266 128.41 95.1607 128.327 95.0032 128.23H94.9735C94.6343 128.174 94.3122 128.042 94.0317 127.843C93.8564 127.716 93.6907 127.577 93.536 127.426C93.4842 127.37 93.4296 127.317 93.3724 127.267L93.0998 127.074C92.9561 126.975 92.8123 126.875 92.6785 126.766L92.1828 126.379L91.9994 126.23C91.9201 126.166 91.8358 126.111 91.7516 126.052C91.6673 125.992 91.4641 125.848 91.3104 125.724C91.0346 125.485 90.8275 125.177 90.7106 124.831C90.5348 124.741 90.3687 124.633 90.2149 124.509L90.1455 124.479C89.8702 124.371 89.6154 124.217 89.3921 124.023C89.2335 123.879 89.1046 123.74 88.9906 123.616C88.9283 123.544 88.8621 123.476 88.7923 123.412C88.6634 123.288 88.5395 123.159 88.4156 123.03L88.1925 122.802C88.0637 122.683 87.9447 122.554 87.8208 122.43L87.5928 122.192C87.3927 121.997 87.2254 121.77 87.0971 121.522C87.082 121.5 87.0687 121.477 87.0574 121.453L86.9285 121.358C86.7534 121.23 86.5877 121.089 86.4328 120.937C86.3818 120.888 86.3271 120.843 86.2693 120.803C86.114 120.685 85.9666 120.558 85.8281 120.421L85.7488 120.376C85.4996 120.247 85.2722 120.079 85.0747 119.88C84.9194 119.702 84.7816 119.509 84.6633 119.304C84.6335 119.255 84.6087 119.205 84.5839 119.17C84.4123 118.976 84.2733 118.755 84.1725 118.516C83.8662 118.392 83.593 118.198 83.3745 117.95C83.156 117.681 83.0017 117.365 82.9234 117.027L82.8094 116.908C82.7003 116.789 82.5715 116.655 82.4475 116.496C82.2984 116.3 82.1704 116.089 82.0659 115.866C82.0497 115.826 82.0315 115.786 82.0113 115.747L81.9072 115.658C81.724 115.512 81.5577 115.345 81.4116 115.162L81.2034 114.899C81.0943 114.765 80.9902 114.631 80.8861 114.487C80.7237 114.254 80.5968 113.998 80.5094 113.728H80.4846C80.2991 113.584 80.1326 113.417 79.9889 113.232L79.9394 113.197C79.6804 113.025 79.4553 112.806 79.2752 112.552C79.0974 112.277 78.9854 111.965 78.948 111.639C78.7418 111.478 78.5642 111.284 78.4226 111.064C78.3708 110.986 78.3145 110.911 78.254 110.84C78.1499 110.701 78.0359 110.548 77.9219 110.344L77.7584 110.086L77.4709 109.59C77.3323 109.347 77.2305 109.084 77.1685 108.811C76.9472 108.619 76.7581 108.393 76.6084 108.141C76.5241 107.988 76.4448 107.834 76.3655 107.68L76.2118 107.382C76.0618 107.094 75.9836 106.774 75.9838 106.45C75.7823 106.273 75.6144 106.061 75.4881 105.825L75.3345 105.527C75.2485 105.371 75.1692 105.218 75.0965 105.065C75.0668 105.011 75.0172 104.931 74.9627 104.847C74.8535 104.678 74.7542 104.502 74.6653 104.321L74.5166 104.019C74.4373 103.865 74.3629 103.706 74.2886 103.547C74.1535 103.221 74.0925 102.868 74.1101 102.515C74.1101 102.471 74.0655 102.426 74.0407 102.381C73.9763 102.252 73.9069 102.113 73.8375 101.955L73.783 101.89C73.591 101.675 73.4353 101.431 73.322 101.166C73.2575 101.002 73.1981 100.838 73.1435 100.67C73.089 100.501 73.0741 100.461 73.0345 100.362C72.9639 100.174 72.9043 99.9818 72.856 99.7866C72.856 99.7271 72.8263 99.6676 72.8114 99.6179L72.7817 99.5783C72.578 99.3499 72.4184 99.0858 72.3108 98.7993C72.2137 98.5209 72.1798 98.2243 72.2116 97.9311C72.0033 97.7176 71.8457 97.4599 71.7507 97.177C71.6845 96.955 71.638 96.7275 71.6119 96.4973C71.6119 96.4328 71.6119 96.3534 71.6119 96.3286C71.5549 96.1412 71.5086 95.9507 71.4731 95.758C71.4613 95.6692 71.4431 95.5813 71.4185 95.4951C71.3924 95.4073 71.3609 95.3211 71.3244 95.2371C71.2474 95.0577 71.1812 94.8738 71.1261 94.6864C71.0639 94.4531 71.029 94.2134 71.022 93.972C71.0195 93.9456 71.0195 93.919 71.022 93.8926C70.8448 93.6465 70.7122 93.3711 70.6304 93.0789C70.5692 92.7972 70.5508 92.5079 70.5759 92.2206C70.5759 92.1909 70.5759 92.1611 70.5759 92.1363C70.5362 91.9527 70.5164 91.784 70.4966 91.6402C70.4767 91.4963 70.4966 91.4566 70.452 91.3673C70.4005 91.1094 70.3822 90.846 70.3974 90.5834C70.3998 90.5454 70.3998 90.5073 70.3974 90.4693C70.3974 90.375 70.3528 90.2808 70.328 90.1865L70.2686 89.9484C69.9753 89.6631 69.7734 89.297 69.6886 88.8966C69.6353 88.5635 69.666 88.2225 69.7778 87.9043C69.6511 87.6781 69.5655 87.4312 69.525 87.175C69.525 87.0857 69.4903 86.9914 69.4655 86.8972C69.4174 86.7128 69.3809 86.5255 69.3565 86.3365C69.3124 85.9635 69.3671 85.5853 69.5151 85.2401L69.3961 84.8382C69.3961 84.739 69.3961 84.6398 69.3961 84.5405C69.3859 84.5031 69.3727 84.4666 69.3565 84.4314C69.2621 84.1873 69.1989 83.9322 69.1681 83.6723C69.1563 83.4823 69.1563 83.2918 69.1681 83.1018C69.1681 83.0075 69.1681 82.9132 69.1681 82.819C69.1681 82.7247 69.1434 82.6056 69.1285 82.4965C69.1136 82.3873 69.0839 82.1591 69.074 82.0004C69.063 81.9551 69.0498 81.9104 69.0343 81.8664C68.9606 81.6293 68.9141 81.3847 68.8955 81.1371V80.8642C68.8955 80.6707 68.8955 80.4772 68.8658 80.2838C68.8583 80.029 68.89 79.7747 68.9599 79.5296C68.7937 79.2372 68.7018 78.9084 68.6923 78.5721C68.6946 78.2443 68.7781 77.9221 68.9352 77.6344C68.8406 77.3875 68.7935 77.1249 68.7964 76.8605C68.7931 76.6082 68.8299 76.357 68.9054 76.1163C68.7444 75.8106 68.6626 75.4695 68.6675 75.124C68.6675 74.9206 68.6675 74.8164 68.6675 74.7172C68.6675 74.6179 68.6675 74.4889 68.6675 74.2607C68.665 73.9593 68.7294 73.6611 68.8559 73.3875C68.7394 73.1217 68.6803 72.8343 68.6824 72.5441C68.6809 72.3501 68.6925 72.1561 68.7171 71.9636C68.7234 71.8711 68.7234 71.7783 68.7171 71.6858C68.7144 71.3829 68.7665 71.0821 68.8707 70.7977V70.768V70.7184C68.8089 70.4718 68.7789 70.2184 68.7815 69.9642V69.1059C68.7901 69.0401 68.7901 68.9734 68.7815 68.9075C68.7451 68.6894 68.7269 68.4687 68.727 68.2476C68.7238 68.0468 68.7371 67.846 68.7666 67.6473C68.7731 67.5598 68.7731 67.4719 68.7666 67.3844C68.7666 67.2107 68.7666 67.1214 68.7666 67.0321C68.7666 66.9428 68.7666 66.7791 68.7666 66.536C68.7618 66.2114 68.8278 65.8898 68.9599 65.5933C68.9599 65.4445 68.9599 65.3602 68.9599 65.2758V64.8144C68.9576 64.5998 68.9759 64.3855 69.0145 64.1744C68.8027 63.8539 68.6922 63.4771 68.6972 63.0928C68.6972 63.0631 68.6972 63.0135 68.6972 62.9539C68.6347 62.6181 68.6623 62.2717 68.7772 61.9501C68.8922 61.6284 69.0904 61.3431 69.3515 61.1232C69.6145 60.8805 69.9449 60.7235 70.2989 60.673C70.653 60.6225 71.0141 60.6809 71.3343 60.8404C71.3991 60.6693 71.477 60.5034 71.5673 60.3443C71.5673 60.3095 71.6069 60.2748 71.6218 60.2401V60.1061C71.6349 59.8745 71.6731 59.6449 71.7358 59.4215C71.7358 59.3768 71.7358 59.3371 71.7358 59.2925C71.7414 59.03 71.7831 58.7696 71.8597 58.5185C71.9691 58.2155 72.1376 57.9372 72.3554 57.6999L72.3802 57.6701C72.3802 57.6056 72.4099 57.5411 72.4297 57.4816C72.4694 57.3179 72.519 57.1343 72.5884 56.9359C72.6682 56.7229 72.7661 56.5171 72.8808 56.3207L72.9106 56.276C72.873 55.9409 72.912 55.6016 73.0246 55.2838C73.0391 55.2282 73.0507 55.1719 73.0593 55.1151C73.0976 54.8813 73.159 54.652 73.2427 54.4304C73.3764 54.1254 73.5723 53.8517 73.8177 53.6267C73.8552 53.3697 73.9234 53.1182 74.0209 52.8775C74.1562 52.5862 74.3503 52.326 74.5909 52.1135C74.6232 51.8426 74.6967 51.5782 74.809 51.3296C74.9209 51.1014 75.0607 50.888 75.2254 50.6945C75.25 50.6677 75.2732 50.6395 75.2948 50.6102C75.2948 50.5755 75.2948 50.5407 75.2948 50.506C75.3445 50.2536 75.4261 50.0085 75.5377 49.7767C75.5873 49.6824 75.6269 49.5832 75.6715 49.484C75.7161 49.3848 75.8054 49.1665 75.8995 48.9879C76.0304 48.7426 76.1975 48.5184 76.3952 48.323L76.4646 48.2536C76.539 48.1147 76.6232 47.9758 76.7075 47.8418C76.7918 47.7078 76.8215 47.6533 76.876 47.554C76.9306 47.4548 76.9801 47.3705 77.0297 47.2812C77.0793 47.1919 77.2032 46.9587 77.2825 46.8247C77.3037 46.7763 77.3219 46.7266 77.337 46.6759C77.408 46.4412 77.5044 46.2149 77.6245 46.0012C77.6245 46.0012 77.6691 45.892 77.6939 45.8325C77.7705 45.6133 77.8684 45.4023 77.9864 45.2024C78.0231 45.1348 78.0562 45.0652 78.0855 44.994C78.1714 44.7997 78.2691 44.6108 78.378 44.4284L78.6803 43.967L78.8538 43.7041C78.9779 43.4916 79.1314 43.2978 79.3099 43.1286L79.3594 43.0839C79.5613 42.8174 79.852 42.6321 80.1787 42.5616C80.5053 42.4911 80.8464 42.5401 81.1401 42.6997C81.4338 42.8593 81.6607 43.1189 81.7796 43.4315C81.8985 43.7441 81.9016 44.0889 81.7883 44.4036C81.7213 44.573 81.6452 44.7386 81.5603 44.8997C81.5266 44.9572 81.4968 45.0169 81.471 45.0784C81.4264 45.2024 81.3868 45.3314 81.3471 45.4604C81.3075 45.5894 81.2728 45.6985 81.2331 45.8176C81.2307 45.8622 81.2307 45.9069 81.2331 45.9515C81.2133 46.1884 81.1701 46.4227 81.1042 46.6511C81.0695 46.7602 81.0398 46.8743 81.01 46.9885C80.9803 47.1026 80.9407 47.2812 80.896 47.43C80.8168 47.6718 80.6942 47.8971 80.5342 48.0948C80.6085 48.3912 80.6085 48.7014 80.5342 48.9978C80.4846 49.1814 80.4251 49.3451 80.3756 49.4939C80.326 49.6428 80.3012 49.6973 80.2814 49.7717C80.2279 49.9806 80.1532 50.1834 80.0583 50.377L80.0088 50.4961C80.0061 50.5192 80.0061 50.5425 80.0088 50.5656C80.0521 51.0681 79.9506 51.5726 79.7163 52.0192C79.6961 52.0579 79.6779 52.0977 79.6618 52.1383C79.621 52.3165 79.5697 52.4921 79.5081 52.6642C79.4828 52.7358 79.4613 52.8086 79.4437 52.8825C79.4395 52.9618 79.4395 53.0413 79.4437 53.1206C79.44 53.3119 79.4218 53.5027 79.3892 53.6912C79.3417 53.9442 79.26 54.1896 79.1463 54.4205C79.2058 54.7009 79.2192 54.9891 79.1859 55.2738C79.1859 55.3532 79.1859 55.4624 79.1859 55.5765C79.1859 55.6906 79.1859 55.894 79.1463 56.0726C79.1116 56.3405 79.0818 56.6035 79.0521 56.8714C79.0248 57.1053 78.9699 57.3351 78.8885 57.556C78.8885 57.6007 78.8588 57.6404 78.8489 57.685C78.8252 57.8827 78.7871 58.0784 78.7349 58.2705C78.7349 58.2705 78.7349 58.3101 78.7349 58.325C78.8585 58.6267 78.9144 58.9519 78.8984 59.2776C78.8792 59.5703 78.7908 59.8542 78.6407 60.1061C78.7421 60.3531 78.7927 60.618 78.7894 60.8851C78.7727 61.1767 78.7074 61.4634 78.5961 61.7334C78.5961 61.7334 78.5961 61.7731 78.5961 61.793C78.5825 61.9609 78.5526 62.127 78.5068 62.2891C78.7054 62.5829 78.817 62.9269 78.829 63.2814C78.8282 63.5722 78.7779 63.8608 78.6803 64.1347C78.7593 64.374 78.8076 64.6224 78.8241 64.8739C78.8241 64.9384 78.8241 65.0377 78.8637 65.1419C78.8961 65.3207 78.9176 65.5012 78.9282 65.6826C78.9381 65.8661 78.9381 66.0499 78.9282 66.2333C78.9236 66.3193 78.9236 66.4054 78.9282 66.4913C78.9282 66.5707 78.9282 66.6799 78.9728 66.794C79.0174 66.9081 79.0273 67.1065 79.0471 67.2901C79.0634 67.5354 79.0518 67.7817 79.0124 68.0244V68.1434C79.0326 68.3835 79.0226 68.6252 78.9827 68.8628V68.9521C78.9827 68.9869 79.0124 69.0414 79.0273 69.0811C79.1014 69.2907 79.1561 69.5066 79.1909 69.7261C79.1909 69.8601 79.2256 69.999 79.2405 70.1379L79.2851 70.5298L79.3446 70.6985C79.4227 70.9011 79.4825 71.1103 79.523 71.3236C79.523 71.4377 79.5676 71.5519 79.5974 71.661C79.6271 71.7702 79.6717 71.9686 79.7014 72.1224C79.7429 72.3682 79.7546 72.618 79.7361 72.8666C79.7361 72.9063 79.7361 72.941 79.7361 72.9757L79.7956 73.1345C79.8762 73.3273 79.9409 73.5265 79.9889 73.7299C80.0187 73.8737 80.0435 74.0176 80.0732 74.1565C80.1029 74.2955 80.1178 74.4096 80.1476 74.5336C80.2089 74.8205 80.2207 75.1159 80.1823 75.4068C80.1847 75.4282 80.1847 75.4499 80.1823 75.4713C80.217 75.6201 80.2417 75.764 80.2616 75.888C80.2814 76.0121 80.2963 76.1113 80.3161 76.1808C80.3359 76.2502 80.3904 76.4338 80.4351 76.5578L80.5391 76.8952L80.5887 76.9696C80.7359 77.1847 80.8542 77.4182 80.9407 77.6642C80.9592 77.6991 80.9808 77.7323 81.0051 77.7634C81.1404 77.9746 81.2503 78.2011 81.3322 78.4381C81.4279 78.7597 81.455 79.0977 81.4116 79.4304V79.4552C81.4556 79.6182 81.4887 79.7839 81.5107 79.9513V80.0456C81.72 80.2688 81.8878 80.5275 82.0064 80.8097C82.0402 80.8894 82.0782 80.9672 82.1204 81.0428C82.2107 81.2027 82.2902 81.3684 82.3583 81.539C82.4809 81.8665 82.5233 82.2186 82.4822 82.5659L82.5615 82.7247C82.6161 82.8289 82.6656 82.938 82.7152 83.0472L82.7549 83.0918C82.9604 83.3012 83.1281 83.5446 83.2505 83.8112C83.3427 84.0285 83.4124 84.2546 83.4587 84.486V84.5604L83.4835 84.5902C83.6847 84.7881 83.8522 85.0177 83.9792 85.2699C84.085 85.4974 84.1616 85.7375 84.2072 85.9843C84.4374 86.1777 84.6306 86.4113 84.7773 86.6739C84.8697 86.8532 84.9492 87.0389 85.0152 87.2296C85.04 87.304 85.0796 87.4032 85.0945 87.433L85.3225 87.8299C85.382 87.9341 85.4464 88.0383 85.501 88.1425C85.5934 88.3027 85.6762 88.4684 85.7488 88.6386C85.7807 88.7199 85.8171 88.7994 85.8579 88.8767C85.9223 88.9809 85.9917 89.0851 86.0611 89.1893C86.1305 89.2935 86.2247 89.4374 86.299 89.5614C86.3734 89.6854 86.413 89.7301 86.4874 89.8243C86.5617 89.9186 86.6807 90.0922 86.7699 90.2312C86.8885 90.4262 86.9881 90.6322 87.0673 90.8464C87.0673 90.9009 87.102 90.9506 87.1169 90.9803C87.216 91.1341 87.3003 91.283 87.3747 91.4169C87.4217 91.5096 87.4746 91.5991 87.5333 91.6848C87.6555 91.8767 87.76 92.0793 87.8456 92.2901V92.3149C88.1312 92.4695 88.3811 92.6825 88.5792 92.94C88.724 93.1495 88.8422 93.3761 88.9311 93.6148L88.9757 93.7239C89.0875 93.8823 89.1885 94.0481 89.2781 94.22L89.3376 94.3342L89.3772 94.3639C89.6206 94.5111 89.8369 94.699 90.0167 94.9196C90.091 95.0089 90.1703 95.0932 90.2496 95.1825C90.3289 95.2718 90.4628 95.4108 90.5619 95.5298C90.7354 95.7432 90.9089 95.9515 91.0873 96.155C91.2336 96.3352 91.3615 96.5296 91.469 96.7354C91.4938 96.7751 91.5136 96.8198 91.5384 96.8545C91.5632 96.8892 91.6227 96.924 91.6673 96.9587C91.8227 97.0778 91.97 97.2071 92.1084 97.3457L92.1878 97.3903C92.4233 97.5245 92.6386 97.6916 92.8272 97.8865C93.0277 98.1107 93.1825 98.3719 93.2832 98.6555C93.5139 98.7724 93.726 98.9229 93.9127 99.102C94.0821 99.2774 94.2302 99.4722 94.3539 99.6824L94.4233 99.7916L94.681 100.02C94.7951 100.119 94.9041 100.213 95.0132 100.317C95.1569 100.454 95.2895 100.602 95.4097 100.759C95.4097 100.789 95.4642 100.828 95.494 100.858C95.7857 100.96 96.0562 101.115 96.292 101.315C96.3763 101.389 96.4705 101.464 96.5647 101.533C96.6588 101.602 96.8075 101.722 96.9265 101.826C97.192 102.056 97.3863 102.357 97.4866 102.694C97.6883 102.778 97.8783 102.888 98.0517 103.021C98.2605 103.198 98.4411 103.405 98.5871 103.637C98.8627 103.715 99.1227 103.841 99.3554 104.009L99.7023 104.282L99.9105 104.45H99.9502C100.247 104.523 100.529 104.647 100.783 104.817L101.135 105.08C101.234 105.16 101.333 105.234 101.432 105.304C101.507 105.353 101.606 105.408 101.71 105.467C101.814 105.527 101.997 105.631 102.131 105.72C102.38 105.893 102.597 106.108 102.771 106.355L102.795 106.385C102.86 106.425 102.924 106.455 102.994 106.489C103.137 106.569 103.281 106.643 103.425 106.732C103.685 106.9 103.91 107.115 104.089 107.368H104.119C104.348 107.433 104.57 107.524 104.778 107.64L104.971 107.72C105.166 107.784 105.353 107.867 105.532 107.968C105.75 108.087 105.945 108.245 106.107 108.434C106.424 108.427 106.739 108.497 107.024 108.638C107.298 108.785 107.542 108.984 107.742 109.223H107.767L108.04 109.347L108.367 109.496L108.486 109.521C108.73 109.559 108.968 109.629 109.195 109.729L109.373 109.779C109.582 109.825 109.786 109.89 109.983 109.972L110.32 110.121L110.731 110.305C110.968 110.409 111.189 110.544 111.391 110.706L111.475 110.766L111.629 110.83L112.169 111.044H112.318C112.547 111.076 112.772 111.129 112.992 111.203C113.236 111.295 113.466 111.42 113.676 111.575L113.755 111.624L113.958 111.669C114.144 111.705 114.328 111.751 114.508 111.808C114.678 111.866 114.843 111.934 115.004 112.011L115.252 112.115C115.366 112.15 115.48 112.175 115.599 112.2L116.045 112.314C116.159 112.349 116.278 112.373 116.392 112.398L116.838 112.507C117.102 112.583 117.349 112.707 117.567 112.875C117.85 112.815 118.142 112.815 118.424 112.875C118.664 112.936 118.895 113.026 119.113 113.142L119.227 113.197C119.45 113.255 119.666 113.337 119.872 113.44L119.991 113.495C120.09 113.495 120.194 113.524 120.293 113.539L120.546 113.569C120.893 113.438 121.269 113.397 121.636 113.45C121.912 113.503 122.176 113.605 122.415 113.753C122.686 113.687 122.966 113.672 123.242 113.708C123.48 113.744 123.713 113.807 123.936 113.897C123.979 113.914 124.022 113.929 124.065 113.941C124.189 113.941 124.318 113.971 124.447 113.981L124.848 114.016C125.086 114.049 125.32 114.106 125.547 114.184H125.612H125.647C125.918 114.114 126.199 114.085 126.479 114.1C126.753 114.126 127.02 114.194 127.272 114.303C127.543 114.217 127.826 114.176 128.11 114.184C128.41 114.207 128.703 114.28 128.978 114.403H129.027L129.443 114.442C129.54 114.458 129.638 114.468 129.736 114.472C129.899 114.472 130.058 114.472 130.232 114.472C130.405 114.472 130.46 114.472 130.574 114.472C130.688 114.472 130.732 114.472 130.836 114.447C131.019 114.42 131.202 114.405 131.387 114.403L131.585 114.368C131.789 114.327 131.996 114.3 132.204 114.289C132.428 114.373 132.642 114.479 132.844 114.606H132.973L133.107 114.571C133.291 114.516 133.48 114.476 133.672 114.452H133.721C133.992 114.315 134.286 114.23 134.589 114.199C134.869 114.18 135.15 114.224 135.412 114.328C135.652 114.172 135.925 114.073 136.21 114.04C136.566 114.008 136.924 114.067 137.251 114.214C137.374 114.179 137.523 114.135 137.687 114.105H137.716C137.987 113.928 138.291 113.807 138.609 113.748C138.894 113.711 139.183 113.719 139.466 113.773H139.536C139.729 113.759 139.922 113.759 140.116 113.773H140.279L140.358 113.738C140.586 113.616 140.83 113.526 141.082 113.47C141.319 113.424 141.561 113.411 141.801 113.43C142.045 113.222 142.333 113.071 142.644 112.989C142.842 112.944 143.02 112.919 143.179 112.899L143.452 112.855C143.6 112.815 143.759 112.78 143.913 112.751C144.026 112.715 144.137 112.672 144.245 112.622C144.311 112.601 144.376 112.574 144.438 112.542C144.622 112.453 144.812 112.378 145.008 112.319C145.269 112.247 145.542 112.225 145.811 112.254C146.026 112.056 146.279 111.904 146.555 111.808C146.894 111.705 147.254 111.691 147.6 111.768C147.782 111.668 147.971 111.582 148.165 111.51C148.339 111.446 148.508 111.396 148.661 111.356L148.845 111.307C149.066 111.073 149.336 110.89 149.636 110.773C149.936 110.655 150.258 110.605 150.579 110.627L150.698 110.563C150.859 110.468 151.024 110.382 151.194 110.305L151.363 110.195C151.536 110.081 151.716 109.978 151.903 109.888L152.349 109.704C152.453 109.665 152.562 109.625 152.661 109.58C152.76 109.536 152.899 109.461 153.013 109.397L153.385 109.208C153.415 109.208 153.489 109.134 153.549 109.094C153.715 108.969 153.891 108.856 154.074 108.757C154.327 108.632 154.605 108.562 154.887 108.553C155.052 108.323 155.265 108.132 155.512 107.993C155.748 107.867 156.002 107.776 156.265 107.725L156.359 107.7C156.536 107.608 156.722 107.537 156.914 107.487C157.075 107.177 157.314 106.915 157.608 106.727C157.778 106.625 157.956 106.536 158.139 106.46L158.337 106.36C158.57 106.216 158.798 106.068 159.026 105.919C159.231 105.787 159.453 105.684 159.685 105.611C159.838 105.334 160.049 105.093 160.305 104.907C160.565 104.729 160.858 104.604 161.167 104.54H161.207C161.361 104.44 161.504 104.361 161.628 104.296C161.752 104.232 161.757 104.232 161.792 104.207C161.827 104.182 161.851 104.138 161.886 104.103C162.032 103.919 162.198 103.753 162.382 103.607C162.476 103.532 162.565 103.453 162.654 103.374C162.744 103.294 162.882 103.17 163.001 103.076C163.12 102.982 163.165 102.932 163.244 102.858C163.324 102.783 163.482 102.634 163.611 102.525C163.802 102.368 164.014 102.238 164.241 102.138L164.35 102.084C164.494 101.965 164.647 101.855 164.806 101.756L164.974 101.642C165 101.611 165.023 101.578 165.044 101.543C165.179 101.339 165.337 101.151 165.514 100.982C165.609 100.898 165.693 100.809 165.782 100.719L166.094 100.412C166.129 100.377 166.189 100.298 166.248 100.228C166.366 100.073 166.495 99.9274 166.635 99.7916C166.684 99.742 166.749 99.6626 166.818 99.5783C166.888 99.4939 167.036 99.3203 167.175 99.1814C167.314 99.0424 167.368 98.9879 167.472 98.8936C167.577 98.7993 167.666 98.71 167.76 98.6108C167.967 98.4012 168.217 98.2402 168.494 98.1395C168.581 97.883 168.719 97.6468 168.9 97.4449C169.111 97.234 169.36 97.0656 169.634 96.9488C169.723 96.6956 169.853 96.4591 170.02 96.2492C170.07 96.1847 170.139 96.0905 170.204 95.9962C170.268 95.9019 170.392 95.7332 170.506 95.5943C170.664 95.4085 170.844 95.2419 171.041 95.0982L171.145 95.0188C171.277 94.8614 171.427 94.7198 171.592 94.5971C171.62 94.2388 171.747 93.8954 171.958 93.6048C172.129 93.3873 172.331 93.1966 172.558 93.0393C172.635 92.771 172.754 92.5165 172.91 92.2851C173.004 92.1512 173.103 92.0271 173.203 91.8982C173.302 91.7692 173.341 91.7295 173.406 91.6352C173.569 91.4012 173.776 91.2008 174.015 91.0448C174.07 90.7749 174.171 90.5165 174.313 90.2808C174.479 90.0271 174.701 89.8149 174.962 89.6606C175.002 89.4004 175.089 89.1497 175.22 88.9214C175.304 88.7825 175.393 88.6435 175.488 88.5096C175.582 88.3756 175.622 88.3161 175.666 88.2367C175.697 88.1743 175.724 88.1097 175.745 88.0432C175.814 87.8505 175.897 87.6631 175.993 87.4826C176.128 87.2404 176.312 87.0291 176.534 86.8624C176.542 86.5744 176.613 86.2917 176.742 86.0339C176.872 85.7926 177.039 85.5733 177.237 85.384L177.292 85.3195C177.332 85.2351 177.366 85.1458 177.401 85.0615C177.436 84.9771 177.52 84.7688 177.584 84.6249C177.712 84.3714 177.879 84.1402 178.08 83.9402C178.109 83.6714 178.174 83.4076 178.273 83.1563C178.349 82.9867 178.433 82.8211 178.526 82.6602C178.566 82.5858 178.606 82.5163 178.63 82.4618C178.633 82.4304 178.633 82.3989 178.63 82.3675C178.653 82.1061 178.712 81.8491 178.804 81.6035C178.831 81.5275 178.853 81.4495 178.868 81.3703C178.911 81.1818 178.966 80.9962 179.032 80.8146C179.132 80.56 179.271 80.3224 179.443 80.1101L179.468 80.0754C179.468 80.0754 179.468 80.0307 179.468 80.0109C179.487 79.7662 179.535 79.5246 179.612 79.2915C179.682 79.0929 179.768 78.9004 179.87 78.716C179.904 78.6564 179.949 78.5721 179.959 78.5473C180.037 78.3168 180.144 78.0969 180.276 77.8924C180.221 77.5787 180.237 77.2569 180.321 76.9498C180.394 76.7096 180.497 76.4796 180.628 76.2651L180.687 76.1609C180.762 75.922 180.867 75.6936 181 75.4812L181.044 75.4018C181.044 75.3473 181.044 75.2728 181.074 75.1984C181.104 75.124 181.099 74.9801 181.124 74.8511C181.017 74.504 180.998 74.1357 181.069 73.7795C181.115 73.5777 181.178 73.3801 181.257 73.1891C181.282 73.1196 181.317 73.0303 181.322 73.0006C181.326 72.9345 181.326 72.8682 181.322 72.8021C181.323 72.5943 181.341 72.3869 181.376 72.1819C181.435 71.9061 181.544 71.6436 181.699 71.408C181.631 71.1355 181.616 70.8526 181.654 70.5745C181.722 70.2265 181.866 69.8978 182.075 69.612C182.11 69.4582 182.155 69.3193 182.189 69.2052C182.039 68.8813 181.976 68.524 182.006 68.1682C182.006 68.0393 182.016 67.9103 182.036 67.7813L182.065 67.3596C182.111 66.9873 182.253 66.6334 182.477 66.3326L182.507 66.1192C182.507 66.0051 182.536 65.8861 182.541 65.767C182.546 65.6479 182.541 65.4495 182.566 65.2708C182.591 65.0922 182.566 65.0476 182.566 64.9335L182.596 64.5167C182.596 64.4274 182.596 64.3332 182.596 64.2439V64.2141C182.48 63.9253 182.419 63.6173 182.417 63.3062C182.417 63.2566 182.417 63.1524 182.393 63.0631C182.388 62.8793 182.395 62.6954 182.412 62.5124C182.417 62.2648 182.457 62.0191 182.531 61.7831C182.384 61.5072 182.3 61.2023 182.284 60.89C182.281 60.6163 182.32 60.3437 182.398 60.0813C182.4 60.0549 182.4 60.0284 182.398 60.0019V59.61C182.398 59.4909 182.398 59.3768 182.398 59.2578V59.0196C182.398 58.8311 182.373 58.6376 182.358 58.4441C182.343 58.2506 182.358 58.072 182.358 57.9182C182.363 57.8224 182.363 57.7263 182.358 57.6304C182.348 57.5649 182.333 57.5001 182.313 57.437C182.255 57.2375 182.213 57.0333 182.189 56.8267C182.17 56.6205 182.17 56.4128 182.189 56.2066C182.189 56.1371 182.189 56.0379 182.189 56.0081C182.165 55.8146 182.16 55.636 182.155 55.4822C182.15 55.3284 182.155 55.2639 182.155 55.1944L182.016 54.5743C181.782 54.2873 181.623 53.9461 181.555 53.582C181.525 53.418 181.505 53.2523 181.495 53.0859C181.495 52.9718 181.495 52.8626 181.461 52.7882C181.426 52.7138 181.421 52.6443 181.391 52.555C181.328 52.3746 181.275 52.1907 181.233 52.0043C181.168 51.6599 181.2 51.3041 181.327 50.9773C181.234 50.8212 181.159 50.6547 181.104 50.4812L181.069 50.4217C180.907 50.1833 180.785 49.9202 180.707 49.6428C180.659 49.4389 180.628 49.2315 180.613 49.0226C180.613 48.9531 180.613 48.8638 180.613 48.8341C180.568 48.6803 180.539 48.5265 180.504 48.3727C180.485 48.2623 180.46 48.153 180.43 48.0452C180.395 47.9212 180.355 47.8021 180.311 47.683C180.266 47.564 180.216 47.4102 180.177 47.2712C180.116 47.0652 180.073 46.8544 180.048 46.6412C180.043 46.5829 180.035 46.5249 180.023 46.4675C179.959 46.2621 179.914 46.0512 179.889 45.8374V45.8027C179.648 45.5745 179.462 45.2946 179.344 44.9841C179.252 44.7285 179.215 44.4563 179.235 44.1853C179.02 43.9882 178.85 43.746 178.739 43.4759C178.651 43.2282 178.588 42.9722 178.551 42.7118C178.551 42.6374 178.516 42.5183 178.506 42.4687C178.414 42.1591 178.431 41.8269 178.555 41.5286C178.679 41.2303 178.903 40.9843 179.188 40.8323C179.473 40.6803 179.802 40.6318 180.119 40.6949C180.435 40.7581 180.72 40.9291 180.925 41.1788C181.073 41.4035 181.201 41.6409 181.307 41.8882C181.337 41.9627 181.386 42.0718 181.411 42.1165C181.52 42.2703 181.609 42.4191 181.689 42.553L181.852 42.816C181.951 42.9582 182.046 43.1021 182.135 43.2476L182.224 43.3816C182.534 43.5534 182.8 43.7945 183.002 44.0861C183.171 44.3674 183.282 44.6793 183.329 45.0039V45.0337C183.404 45.1478 183.473 45.2619 183.538 45.381L183.627 45.5298C183.904 45.7146 184.139 45.9565 184.316 46.2393C184.483 46.5455 184.582 46.8837 184.608 47.2316C184.678 47.3606 184.732 47.4846 184.782 47.5937C184.831 47.7029 184.866 47.7723 184.911 47.8567C184.955 47.941 185.015 48.0254 185.069 48.1097C185.124 48.1941 185.258 48.4024 185.352 48.6058C185.446 48.8093 185.505 48.9134 185.58 49.0672C185.654 49.221 185.674 49.2657 185.729 49.3649L185.882 49.6477C185.971 49.7966 186.056 49.9504 186.135 50.1042C186.214 50.258 186.299 50.4762 186.358 50.635C186.387 50.721 186.42 50.8054 186.457 50.888C186.502 50.9773 186.551 51.0666 186.601 51.1559C186.651 51.2453 186.705 51.3296 186.755 51.4338C187.069 51.6446 187.32 51.9359 187.483 52.2772C187.616 52.5905 187.675 52.9298 187.657 53.2695L187.701 53.3439C187.813 53.5212 187.911 53.707 187.994 53.8995C188.027 53.9747 188.065 54.0476 188.108 54.1178C188.199 54.278 188.28 54.4437 188.351 54.614C188.37 54.6362 188.388 54.6594 188.405 54.6834C188.586 54.899 188.731 55.1418 188.836 55.4028C188.947 55.6953 188.983 56.0108 188.941 56.3207C189.13 56.5202 189.277 56.7566 189.372 57.0152C189.407 57.1194 189.446 57.2187 189.486 57.3179C189.525 57.4171 189.62 57.6453 189.674 57.814C189.756 58.0759 189.8 58.3483 189.803 58.6227C189.801 58.6541 189.801 58.6856 189.803 58.717C189.882 58.97 189.967 59.2131 190.046 59.481C190.125 59.7489 190.17 59.8978 190.229 60.1061L190.284 60.2947C190.314 60.3989 190.348 60.503 190.383 60.6072L190.487 60.9148C190.786 60.7837 191.116 60.743 191.438 60.7977C191.759 60.8523 192.058 61 192.296 61.2224C192.587 61.4573 192.792 61.7808 192.882 62.1436C192.971 62.5064 192.94 62.8886 192.792 63.2318V63.9462C192.909 64.2361 192.968 64.5463 192.966 64.8591C192.969 65.2063 192.882 65.5484 192.713 65.8513C192.789 66.0885 192.826 66.3365 192.822 66.5856C192.825 66.8558 192.789 67.125 192.713 67.3844V67.4092C192.713 67.4092 192.713 67.4092 192.713 67.4439C192.804 67.7189 192.85 68.0073 192.847 68.2972C192.841 68.3633 192.841 68.4297 192.847 68.4957C192.886 68.7151 192.904 68.9377 192.901 69.1605C192.893 69.2165 192.893 69.2732 192.901 69.3292C192.944 69.5565 192.966 69.7874 192.966 70.0188C192.965 70.3661 192.876 70.7075 192.708 71.0111C192.771 71.2438 192.801 71.4844 192.797 71.7255C192.798 71.9313 192.785 72.1368 192.757 72.3407C192.751 72.4233 192.751 72.5062 192.757 72.5888C192.75 72.6381 192.75 72.6883 192.757 72.7376C192.805 72.971 192.829 73.2088 192.827 73.4471V73.4868C192.905 73.7475 192.943 74.0184 192.941 74.2905C192.947 74.6332 192.874 74.9728 192.728 75.2828C192.719 75.5417 192.67 75.7976 192.584 76.0418C192.584 76.2204 192.584 76.3097 192.584 76.3991C192.584 76.4884 192.584 76.5727 192.584 76.7017C192.773 77.0212 192.871 77.3869 192.866 77.7584C192.866 77.947 192.866 78.1405 192.866 78.329V78.6118C192.855 78.9575 192.767 79.2964 192.609 79.604C192.609 79.7529 192.609 79.8819 192.569 80.0059C192.529 80.1299 192.569 80.1548 192.569 80.2292V80.2937C192.657 80.5743 192.697 80.8679 192.688 81.1619C192.672 81.3828 192.637 81.6019 192.584 81.8168C192.584 81.8863 192.549 81.9756 192.544 82.0053C192.54 82.0797 192.54 82.1542 192.544 82.2286C192.559 82.4416 192.559 82.6555 192.544 82.8686C192.514 83.1629 192.434 83.4499 192.306 83.717C192.308 83.7318 192.308 83.7468 192.306 83.7616C192.306 83.8013 192.306 83.846 192.306 83.8857C192.326 84.1101 192.326 84.3359 192.306 84.5604C192.272 84.8432 192.242 85.126 192.207 85.4088C192.172 85.6916 192.133 85.9744 192.093 86.2572V86.4556C192.101 86.676 192.091 86.8967 192.063 87.1155C192.018 87.3802 191.927 87.6352 191.796 87.8696C191.892 88.1759 191.914 88.5007 191.86 88.8172C191.82 89.0225 191.765 89.2248 191.697 89.4225C191.667 89.5068 191.637 89.6011 191.632 89.6259C191.627 89.6507 191.632 89.735 191.632 89.7896C191.643 90.0291 191.624 90.269 191.578 90.504C191.553 90.6132 191.538 90.7223 191.518 90.8315C191.498 90.9406 191.454 91.1788 191.419 91.3276C191.35 91.6203 191.212 91.8924 191.017 92.1214C191.084 92.4086 191.084 92.7074 191.017 92.9946C190.93 93.3132 190.773 93.6082 190.556 93.8579C190.561 94.1157 190.529 94.3729 190.462 94.6219L190.423 94.7608C190.358 94.989 190.299 95.2173 190.229 95.4455C190.229 95.5001 190.195 95.5943 190.18 95.6886C190.148 95.8881 190.104 96.0854 190.046 96.279C189.964 96.5217 189.853 96.7534 189.714 96.9686V96.9934C189.743 97.3131 189.707 97.6353 189.61 97.941C189.478 98.3027 189.244 98.6182 188.936 98.8489C188.911 98.973 188.881 99.1119 188.836 99.2657C188.888 99.6314 188.851 100.004 188.727 100.352C188.599 100.661 188.394 100.933 188.133 101.141C188.124 101.4 188.07 101.655 187.974 101.895C187.862 102.146 187.713 102.378 187.533 102.585L187.483 102.644L187.454 102.768C187.408 102.998 187.338 103.223 187.245 103.438C187.245 103.438 187.211 103.547 187.196 103.607C187.144 103.832 187.069 104.052 186.973 104.262C186.84 104.536 186.656 104.784 186.432 104.991L186.393 105.026L186.318 105.219C186.253 105.389 186.177 105.555 186.09 105.715C185.994 105.904 185.883 106.085 185.758 106.256C185.715 106.312 185.676 106.37 185.639 106.43C185.618 106.48 185.602 106.531 185.59 106.584C185.523 106.813 185.435 107.036 185.327 107.248C185.2 107.472 185.045 107.679 184.866 107.864L184.787 107.948L184.722 108.112C184.652 108.321 184.563 108.524 184.455 108.717C184.336 108.915 184.212 109.084 184.113 109.213C184.069 109.266 184.027 109.32 183.989 109.377C183.989 109.407 183.989 109.436 183.989 109.466C183.923 109.734 183.819 109.991 183.681 110.23C183.517 110.481 183.311 110.703 183.072 110.885L183.027 110.92L182.908 111.133C182.845 111.264 182.776 111.391 182.7 111.515V111.545C182.652 111.878 182.533 112.198 182.353 112.483C182.179 112.729 181.95 112.932 181.684 113.073C181.641 113.364 181.53 113.641 181.362 113.882C181.222 114.061 181.066 114.228 180.896 114.378C180.854 114.414 180.814 114.452 180.777 114.492C180.615 114.701 180.424 114.886 180.212 115.043C180.143 115.359 180.008 115.656 179.815 115.916C179.691 116.075 179.562 116.209 179.453 116.333C179.344 116.457 179.314 116.481 179.25 116.561L179.081 116.769C178.962 116.923 178.839 117.077 178.715 117.226C178.591 117.374 178.457 117.513 178.343 117.632C178.229 117.752 178.199 117.776 178.135 117.851L178.04 118.009C177.928 118.207 177.799 118.395 177.654 118.57C177.443 118.804 177.18 118.984 176.885 119.096C176.794 119.359 176.652 119.601 176.469 119.81C176.275 120.009 176.051 120.177 175.805 120.307C175.682 120.574 175.514 120.819 175.309 121.031C175.121 121.223 174.899 121.38 174.655 121.492C174.556 121.799 174.386 122.078 174.159 122.306C174.003 122.451 173.838 122.585 173.664 122.708C173.602 122.749 173.542 122.794 173.485 122.842C173.336 122.986 173.193 123.1 173.064 123.204C172.935 123.308 172.905 123.328 172.831 123.397L172.712 123.541C172.576 123.72 172.425 123.886 172.261 124.037C172.021 124.246 171.736 124.396 171.428 124.474C171.303 124.715 171.135 124.93 170.932 125.109C170.903 125.134 170.838 125.208 170.784 125.268C170.644 125.432 170.492 125.585 170.328 125.724C170.094 125.908 169.831 126.051 169.549 126.146H169.48C169.334 126.257 169.18 126.356 169.019 126.444L168.88 126.528L168.85 126.573C168.691 126.822 168.492 127.043 168.261 127.228C167.969 127.44 167.627 127.573 167.269 127.615L167.244 127.644C167.14 127.744 167.021 127.858 166.878 127.972V128.002C166.711 128.294 166.485 128.547 166.213 128.746C165.94 128.93 165.628 129.049 165.301 129.093C165.133 129.282 164.941 129.448 164.731 129.589L164.469 129.773C164.325 129.877 164.181 129.981 164.032 130.075C163.814 130.21 163.579 130.315 163.333 130.388L163.214 130.433C163.024 130.541 162.825 130.634 162.62 130.71L162.456 130.775C162.37 130.827 162.288 130.883 162.208 130.944L161.995 131.087C161.824 131.465 161.542 131.782 161.187 131.995C160.871 132.162 160.519 132.249 160.161 132.248L160.121 132.278C159.963 132.394 159.798 132.498 159.626 132.591L159.566 132.65C159.366 132.861 159.133 133.038 158.877 133.176L158.406 133.404L158.104 133.548C157.916 133.638 157.737 133.707 157.579 133.767L157.311 133.871C157.123 133.96 156.944 134.025 156.785 134.084C156.627 134.144 156.602 134.149 156.513 134.188C156.307 134.279 156.093 134.35 155.873 134.402L155.695 134.451L155.398 134.585L154.902 134.799L154.604 134.937L154.109 135.156C153.892 135.239 153.668 135.3 153.44 135.339L153.296 135.369L153.212 135.429C153.003 135.588 152.773 135.717 152.528 135.811C152.283 135.898 152.028 135.953 151.769 135.974H151.655L151.482 136.064C151.294 136.163 151.101 136.249 150.902 136.322C150.647 136.406 150.382 136.453 150.114 136.461H150.004L149.236 136.704L149.083 136.753L148.438 136.952C148.395 136.972 148.354 136.995 148.314 137.021C148.129 137.177 147.928 137.314 147.714 137.428L147.605 137.488C147.383 137.62 147.145 137.724 146.897 137.795C146.559 137.875 146.208 137.875 145.87 137.795L145.781 137.83C145.59 137.91 145.393 137.975 145.191 138.023L144.953 138.103C144.765 138.177 144.571 138.236 144.374 138.281C144.19 138.321 144.005 138.35 143.818 138.371C143.724 138.371 143.625 138.395 143.531 138.415L143 138.52L142.718 138.569L142.579 138.624C142.354 138.726 142.118 138.803 141.875 138.852C141.785 138.87 141.696 138.894 141.608 138.921C141.422 138.974 141.233 139.018 141.043 139.05L140.859 139.11C140.647 139.183 140.43 139.24 140.21 139.279C139.914 139.317 139.614 139.304 139.322 139.239H139.248C138.993 139.259 138.735 139.243 138.485 139.189H138.405L138.177 139.229C138.019 139.264 137.835 139.298 137.627 139.323C137.534 139.335 137.441 139.352 137.35 139.373C137.186 139.403 136.998 139.442 136.785 139.462L136.224 139.507L135.932 139.532C135.865 139.541 135.799 139.554 135.734 139.571C135.521 139.627 135.304 139.663 135.084 139.68C134.845 139.692 134.606 139.676 134.371 139.631C134.072 139.818 133.731 139.926 133.379 139.943C133.059 139.952 132.74 139.895 132.442 139.775H132.408C132.166 139.846 131.916 139.886 131.664 139.894C131.397 139.893 131.132 139.854 130.876 139.78L130.767 139.75C130.55 139.744 130.334 139.718 130.123 139.671H130.048C129.755 139.797 129.44 139.863 129.121 139.864L128.968 139.889C128.759 139.932 128.546 139.955 128.333 139.958L128.224 139.909ZM129.042 137.011C129.338 136.884 129.656 136.816 129.979 136.813C130.199 136.822 130.418 136.848 130.633 136.892L130.792 136.922C131.05 136.926 131.307 136.964 131.555 137.036H131.624L131.709 137.011C131.942 136.948 132.181 136.909 132.423 136.897C132.68 136.892 132.937 136.932 133.181 137.016C133.449 136.865 133.747 136.775 134.053 136.753C134.294 136.745 134.535 136.763 134.772 136.808H134.891L135.074 136.768C135.273 136.72 135.476 136.685 135.679 136.664L135.991 136.639L136.487 136.599C136.584 136.59 136.68 136.573 136.775 136.55C136.928 136.52 137.097 136.485 137.27 136.466C137.355 136.466 137.464 136.436 137.578 136.411C137.692 136.386 137.89 136.346 138.073 136.327C138.348 136.296 138.626 136.309 138.896 136.366H138.975C139.238 136.343 139.502 136.36 139.759 136.416H139.798L139.917 136.376C140.117 136.304 140.323 136.249 140.532 136.213C140.626 136.195 140.718 136.172 140.81 136.143C140.958 136.103 141.117 136.059 141.305 136.024L141.434 135.969C141.649 135.874 141.873 135.801 142.103 135.751L142.44 135.687C142.599 135.662 142.753 135.632 142.906 135.597C143.06 135.563 143.258 135.538 143.402 135.518L143.709 135.473L143.952 135.394C144.127 135.326 144.306 135.27 144.488 135.225C144.565 135.203 144.641 135.177 144.716 135.146C144.893 135.073 145.075 135.011 145.261 134.962C145.571 134.895 145.892 134.895 146.203 134.962C146.404 134.844 146.619 134.749 146.842 134.679L146.966 134.615C147.17 134.497 147.386 134.4 147.61 134.327L148.235 134.139L148.389 134.089L149.167 133.836C149.413 133.761 149.668 133.72 149.925 133.712H150.019L150.188 133.628C150.361 133.531 150.542 133.448 150.728 133.38C150.964 133.301 151.209 133.251 151.457 133.231H151.536L151.596 133.186C151.798 133.036 152.018 132.911 152.25 132.814C152.456 132.738 152.668 132.68 152.884 132.64L153.048 132.611C153.157 132.566 153.266 132.511 153.375 132.457L153.787 132.268C153.925 132.214 154.059 132.149 154.193 132.09L154.53 131.936C154.728 131.854 154.932 131.788 155.14 131.737L155.318 131.688C155.492 131.608 155.65 131.554 155.814 131.499C155.977 131.445 156.027 131.425 156.096 131.39C156.27 131.306 156.434 131.246 156.592 131.192L156.87 131.083L157.217 130.914L157.539 130.76L157.593 130.71C157.788 130.511 158.012 130.344 158.258 130.214C158.287 130.214 158.372 130.135 158.431 130.09C158.589 129.969 158.755 129.858 158.927 129.758C159.153 129.639 159.401 129.565 159.655 129.54C159.815 129.272 160.038 129.049 160.305 128.89C160.399 128.835 160.483 128.776 160.568 128.716C160.652 128.656 160.84 128.522 160.984 128.438C161.173 128.331 161.37 128.24 161.574 128.165L161.732 128.101C161.943 127.977 162.168 127.879 162.402 127.808L162.521 127.763L162.793 127.575L163.12 127.342L163.19 127.262C163.357 127.063 163.548 126.887 163.76 126.736C164.004 126.576 164.279 126.469 164.568 126.424C164.71 126.196 164.895 125.997 165.113 125.838C165.17 125.792 165.225 125.742 165.277 125.69C165.418 125.547 165.568 125.415 165.728 125.293C165.989 125.108 166.289 124.986 166.605 124.935C166.744 124.737 166.911 124.56 167.101 124.41C167.258 124.288 167.424 124.176 167.596 124.077C167.66 124.043 167.721 124.005 167.78 123.963C168.01 123.789 168.266 123.652 168.538 123.556H168.583L168.682 123.447C168.771 123.348 168.87 123.234 168.999 123.115V123.085C169.135 122.793 169.327 122.53 169.564 122.311C169.828 122.091 170.141 121.938 170.476 121.864C170.605 121.688 170.748 121.522 170.903 121.368L171.284 121.046C171.37 120.982 171.453 120.914 171.532 120.842C171.677 120.708 171.831 120.583 171.993 120.47L172.038 120.441C172.129 120.109 172.299 119.804 172.533 119.552C172.738 119.346 172.978 119.178 173.242 119.056C173.355 118.811 173.506 118.585 173.688 118.387C173.858 118.214 174.05 118.064 174.258 117.94C174.342 117.632 174.494 117.347 174.704 117.107C174.949 116.844 175.259 116.651 175.602 116.546C175.706 116.371 175.823 116.206 175.954 116.05C176.063 115.921 176.177 115.802 176.291 115.683C176.405 115.564 176.439 115.529 176.509 115.449L176.851 115.023L177.019 114.809C177.123 114.68 177.237 114.556 177.351 114.432L177.465 114.308C177.533 113.979 177.67 113.668 177.867 113.395C178.029 113.188 178.219 113.004 178.432 112.85L178.511 112.79C178.626 112.645 178.752 112.509 178.888 112.383C178.905 112.019 179.019 111.666 179.22 111.361C179.413 111.096 179.668 110.883 179.964 110.741C180.021 110.509 180.117 110.288 180.246 110.086C180.281 110.027 180.331 109.932 180.38 109.833C180.43 109.734 180.534 109.541 180.643 109.372C180.8 109.133 180.996 108.922 181.223 108.747C181.284 108.487 181.382 108.238 181.515 108.007C181.613 107.848 181.721 107.693 181.837 107.546C181.897 107.467 181.956 107.387 181.986 107.338C182.013 107.278 182.036 107.217 182.055 107.154C182.125 106.958 182.209 106.767 182.308 106.584C182.434 106.369 182.586 106.171 182.759 105.993L182.829 105.919C182.843 105.878 182.855 105.837 182.863 105.795C182.925 105.575 183.008 105.363 183.111 105.16C183.206 104.988 183.312 104.822 183.429 104.664C183.473 104.599 183.533 104.515 183.552 104.48C183.572 104.445 183.627 104.306 183.671 104.197C183.716 104.088 183.79 103.895 183.875 103.726C184.008 103.464 184.186 103.228 184.4 103.026C184.406 102.994 184.414 102.963 184.425 102.932C184.472 102.725 184.538 102.522 184.623 102.327C184.639 102.273 184.652 102.218 184.663 102.163C184.71 101.942 184.778 101.726 184.866 101.518C184.972 101.29 185.107 101.077 185.268 100.883C185.26 100.577 185.312 100.272 185.421 99.9851C185.54 99.6994 185.728 99.4473 185.966 99.2508C185.957 98.9941 185.997 98.738 186.085 98.4967C186.085 98.4669 186.115 98.3727 186.13 98.3032C186.164 98.0974 186.215 97.8949 186.284 97.6979C186.401 97.3894 186.596 97.1161 186.849 96.9041C186.842 96.667 186.876 96.4305 186.948 96.2046C187.029 95.9743 187.137 95.7544 187.27 95.5497L187.33 95.4405C187.33 95.3859 187.359 95.3016 187.374 95.2222C187.406 95.035 187.447 94.8495 187.498 94.6666C187.563 94.4532 187.622 94.2399 187.682 94.0216L187.706 93.9323V93.838C187.699 93.5741 187.727 93.3104 187.791 93.0541C187.857 92.8045 187.972 92.5702 188.128 92.3645C188.054 92.0663 188.054 91.7548 188.128 91.4566C188.22 91.0764 188.422 90.7315 188.708 90.4643C188.708 90.4197 188.708 90.375 188.732 90.3354C188.757 90.1964 188.777 90.0526 188.807 89.9384C188.836 89.8243 188.807 89.8293 188.807 89.7747C188.802 89.5454 188.818 89.3162 188.856 89.0901C188.898 88.8987 188.951 88.7098 189.015 88.5245V88.4699C188.899 88.1425 188.863 87.792 188.911 87.4479C188.971 87.1414 189.086 86.8487 189.253 86.5846V86.4854C189.237 86.2773 189.237 86.0683 189.253 85.8603C189.292 85.5923 189.327 85.3195 189.357 85.0516C189.387 84.7836 189.426 84.5108 189.456 84.2478C189.456 84.2181 189.456 84.1238 189.456 84.0593C189.436 83.8464 189.436 83.6321 189.456 83.4193C189.489 83.1349 189.569 82.8581 189.694 82.6007V82.556C189.694 82.5064 189.694 82.4469 189.694 82.4022C189.678 82.2024 189.678 82.0017 189.694 81.8019C189.711 81.5946 189.744 81.3889 189.793 81.1867L189.823 81.0577C189.821 81.0429 189.821 81.0279 189.823 81.0131C189.738 80.7403 189.698 80.4554 189.704 80.1696C189.71 80.0036 189.725 79.838 189.749 79.6735C189.749 79.5544 189.749 79.4453 189.749 79.361C189.768 79.0269 189.858 78.7007 190.011 78.4034V78.2546C190.011 78.1405 190.011 78.0313 190.011 77.9222C189.827 77.6026 189.731 77.2395 189.734 76.8704C189.734 76.6868 189.734 76.5975 189.734 76.5032C189.734 76.409 189.734 76.2552 189.734 76.0071C189.732 75.712 189.778 75.4186 189.872 75.1389C189.869 74.8192 189.935 74.5027 190.066 74.2111C189.995 73.956 189.96 73.6921 189.962 73.4272C189.969 73.3779 189.969 73.3277 189.962 73.2784C189.911 73.0453 189.887 72.8074 189.887 72.5689C189.885 72.363 189.9 72.1572 189.932 71.9537C189.938 71.8712 189.938 71.7882 189.932 71.7057V71.666C189.853 71.4003 189.815 71.1244 189.818 70.8474C189.815 70.4836 189.909 70.1256 190.091 69.8104C190.045 69.5868 190.023 69.359 190.026 69.1307C190.032 69.0647 190.032 68.9983 190.026 68.9323C189.987 68.7145 189.967 68.4937 189.967 68.2724C189.875 67.9974 189.83 67.709 189.833 67.4191C189.829 67.1489 189.866 66.8797 189.942 66.6203C189.825 66.332 189.766 66.0235 189.768 65.7124C189.764 65.3646 189.853 65.022 190.026 64.7201C189.955 64.4854 189.92 64.2411 189.922 63.9958V63.847C189.598 63.8337 189.276 63.7804 188.965 63.6882C188.727 63.6253 188.51 63.5003 188.336 63.326C188.162 63.1517 188.037 62.9343 187.974 62.6959C187.924 62.5124 187.895 62.3288 187.865 62.17C187.835 62.0113 187.82 61.922 187.8 61.8476C187.781 61.7731 187.726 61.6144 187.686 61.5003C187.647 61.3862 187.592 61.2175 187.553 61.0786L187.498 60.8851C187.439 60.6916 187.384 60.4931 187.325 60.2996C187.265 60.1061 187.161 59.8035 187.082 59.5306C187.007 59.2775 186.965 59.0157 186.958 58.7517C186.96 58.7203 186.96 58.6888 186.958 58.6574C186.923 58.5582 186.883 58.4639 186.849 58.3697L186.76 58.1514C186.489 57.9168 186.278 57.6208 186.145 57.2881C186.035 56.9695 186.007 56.628 186.066 56.2959C185.93 56.1193 185.819 55.9258 185.733 55.7203C185.699 55.6419 185.659 55.5657 185.615 55.4921C185.522 55.3319 185.439 55.1662 185.367 54.996C185.367 54.9563 185.297 54.867 185.258 54.7975C185.153 54.639 185.061 54.4732 184.98 54.3014C184.876 54.0582 184.82 53.797 184.816 53.5324C184.589 53.3461 184.405 53.1125 184.276 52.8478C184.252 52.7912 184.224 52.7365 184.192 52.684C184.192 52.7684 184.192 52.8527 184.217 52.9321C184.214 52.9618 184.214 52.9917 184.217 53.0214C184.452 53.3068 184.61 53.6488 184.673 54.0137C184.717 54.2965 184.762 54.5792 184.802 54.862C184.827 55.0562 184.842 55.2517 184.846 55.4475C184.841 55.5384 184.841 55.6295 184.846 55.7203C184.863 55.9416 184.863 56.1639 184.846 56.3852C184.842 56.4512 184.842 56.5175 184.846 56.5836C184.846 56.6183 184.876 56.7076 184.891 56.7771C184.954 56.9909 184.997 57.2101 185.02 57.432C185.02 57.6453 185.02 57.8388 185.02 58.0125C185.015 58.105 185.015 58.1978 185.02 58.2903C185.02 58.4987 185.049 58.707 185.059 58.9154V59.1436C185.059 59.3223 185.059 59.5058 185.059 59.6844C185.059 59.863 185.059 59.8978 185.059 60.0019C185.066 60.2596 185.036 60.5169 184.97 60.766C185.13 61.0567 185.219 61.3817 185.228 61.7136C185.226 62.0113 185.174 62.3065 185.074 62.5868C185.073 62.605 185.073 62.6232 185.074 62.6414C185.074 62.691 185.074 62.7505 185.074 62.81C185.074 62.949 185.109 63.1176 185.114 63.3062V63.3508C185.237 63.6478 185.298 63.967 185.292 64.2885C185.292 64.4671 185.292 64.6408 185.263 64.8144C185.233 64.9881 185.263 65.0377 185.238 65.1468C185.213 65.256 185.238 65.3502 185.238 65.4544C185.238 65.638 185.238 65.8216 185.213 66.0051C185.188 66.1887 185.178 66.3623 185.158 66.536C185.139 66.7096 185.129 66.7493 185.119 66.8535C185.081 67.233 184.941 67.595 184.712 67.9003C184.712 67.94 184.712 67.9748 184.712 68.0095C184.712 68.0442 184.712 68.1881 184.712 68.2724C184.891 68.6265 184.965 69.024 184.926 69.4185C184.895 69.6486 184.84 69.8748 184.762 70.0932C184.762 70.1528 184.717 70.2322 184.712 70.252C184.667 70.5493 184.559 70.8336 184.395 71.0855C184.468 71.3707 184.482 71.668 184.435 71.9587C184.371 72.2978 184.228 72.6173 184.018 72.8914V72.9559C184.016 73.1792 183.993 73.4018 183.949 73.6207C183.904 73.8369 183.838 74.048 183.751 74.2508V74.2905C183.853 74.6338 183.866 74.9973 183.79 75.3473C183.79 75.4018 183.766 75.5011 183.751 75.5953C183.73 75.7993 183.696 76.0016 183.647 76.2006C183.596 76.4433 183.514 76.6784 183.404 76.9001L183.349 76.9894C183.28 77.2193 183.182 77.4393 183.057 77.6443C183.115 77.9746 183.098 78.3138 183.007 78.6366C182.925 78.8922 182.807 79.1345 182.655 79.356L182.596 79.4552C182.525 79.6561 182.438 79.8503 182.333 80.0357L182.254 80.1895C182.251 80.2291 182.251 80.2689 182.254 80.3086C182.234 80.5653 182.182 80.8186 182.1 81.0627C181.999 81.3292 181.855 81.5772 181.674 81.7969L181.629 81.8614C181.629 81.9111 181.599 81.9756 181.58 82.0401C181.539 82.2285 181.486 82.4141 181.421 82.5957V82.6999C181.4 82.9722 181.338 83.2398 181.238 83.4937C181.148 83.707 181.049 83.8857 180.97 84.0345C180.932 84.0953 180.897 84.1582 180.866 84.223C180.863 84.2511 180.863 84.2793 180.866 84.3074C180.835 84.5876 180.763 84.8618 180.653 85.121C180.529 85.3858 180.362 85.6274 180.157 85.8354L180.107 85.895C180.073 85.9694 180.043 86.0438 180.013 86.1232C179.984 86.2026 179.884 86.4457 179.795 86.6193C179.681 86.8465 179.534 87.0555 179.359 87.2395C179.367 87.5836 179.291 87.9244 179.136 88.2318C178.963 88.5445 178.714 88.8089 178.412 89.0008V89.0553C178.342 89.2593 178.254 89.4568 178.149 89.6457C178.045 89.8243 177.941 89.9831 177.847 90.1419L177.758 90.2659C177.733 90.6153 177.63 90.9545 177.456 91.2582C177.277 91.5403 177.032 91.7738 176.742 91.9378C176.683 92.1932 176.581 92.4365 176.439 92.6572C176.251 92.9329 176.006 93.1647 175.721 93.3369H175.691C175.602 93.461 175.517 93.5701 175.438 93.6693C175.359 93.7686 175.339 93.7884 175.294 93.8529C175.292 93.8743 175.292 93.896 175.294 93.9174C175.214 94.2028 175.087 94.4728 174.918 94.7162C174.779 94.9058 174.611 95.0731 174.422 95.2123C174.387 95.5717 174.255 95.9147 174.04 96.2046C173.871 96.412 173.674 96.5956 173.455 96.7503L173.361 96.8247C173.205 97.011 173.027 97.1776 172.831 97.3209L172.732 97.4052C172.672 97.4747 172.623 97.5491 172.568 97.6235C172.514 97.6979 172.395 97.8716 172.286 98.0055L172.256 98.07C172.152 98.3541 172 98.6178 171.805 98.8489C171.604 99.0601 171.363 99.2288 171.096 99.3451C171.004 99.6288 170.852 99.8894 170.65 100.109C170.384 100.377 170.055 100.573 169.693 100.68L169.465 100.898L169.222 101.131C169.173 101.181 169.113 101.255 169.044 101.335C168.922 101.488 168.791 101.634 168.652 101.771C168.617 101.806 168.558 101.88 168.503 101.95C168.376 102.126 168.235 102.292 168.082 102.446C168.003 102.52 167.924 102.6 167.849 102.679C167.775 102.758 167.611 102.917 167.487 103.031C167.458 103.066 167.438 103.106 167.408 103.14C167.266 103.355 167.1 103.551 166.912 103.726C166.749 103.865 166.575 103.991 166.392 104.103C166.328 104.141 166.266 104.185 166.208 104.232C166.005 104.396 165.782 104.534 165.544 104.644L165.44 104.698C165.369 104.757 165.301 104.82 165.237 104.887C165.118 104.996 164.979 105.125 164.821 105.254L164.573 105.467C164.439 105.586 164.305 105.705 164.181 105.8C164.146 105.834 164.117 105.874 164.082 105.914C163.925 106.107 163.747 106.282 163.552 106.435C163.375 106.564 163.187 106.679 162.991 106.777L162.808 106.876C162.58 107.04 162.322 107.158 162.05 107.224C161.897 107.495 161.685 107.729 161.43 107.908C161.203 108.057 160.956 108.173 160.696 108.251L160.592 108.285L159.908 108.732C159.727 108.843 159.538 108.941 159.343 109.025C159.175 109.372 158.912 109.664 158.585 109.868C158.344 110.007 158.083 110.109 157.812 110.171L157.712 110.195C157.511 110.298 157.298 110.377 157.078 110.429C156.896 110.73 156.637 110.978 156.329 111.148C156 111.313 155.632 111.387 155.264 111.361C155.088 111.5 154.899 111.619 154.699 111.719L154.401 111.872C154.248 111.957 154.094 112.036 153.906 112.111C153.717 112.185 153.554 112.264 153.41 112.324L153.122 112.438L152.954 112.542C152.769 112.668 152.573 112.778 152.369 112.87C152.314 112.894 152.235 112.944 152.146 112.994C151.971 113.099 151.789 113.192 151.601 113.271C151.323 113.38 151.026 113.434 150.728 113.43C150.516 113.631 150.267 113.79 149.995 113.897C149.816 113.965 149.634 114.023 149.449 114.07C149.355 114.093 149.263 114.121 149.172 114.155C149.109 114.18 149.047 114.21 148.988 114.244C148.797 114.355 148.596 114.448 148.389 114.522C148.093 114.618 147.779 114.645 147.472 114.601C147.256 114.789 147.005 114.93 146.733 115.018C146.41 115.108 146.073 115.128 145.742 115.077L145.662 115.112C145.464 115.206 145.258 115.284 145.048 115.345C144.859 115.4 144.676 115.435 144.517 115.464L144.21 115.529C144.017 115.577 143.822 115.614 143.625 115.638H143.531C143.264 115.881 142.94 116.051 142.589 116.134C142.311 116.188 142.027 116.2 141.746 116.169H141.702H141.652C141.413 116.295 141.158 116.387 140.894 116.442C140.66 116.482 140.422 116.499 140.185 116.491H140.026C139.751 116.54 139.469 116.54 139.194 116.491C138.931 116.657 138.637 116.768 138.331 116.819C138.259 116.832 138.188 116.85 138.118 116.873C137.912 116.937 137.702 116.983 137.488 117.012C137.201 117.049 136.908 117.017 136.636 116.918C136.378 117.091 136.082 117.198 135.773 117.231C135.432 117.258 135.09 117.195 134.782 117.047C134.556 117.147 134.315 117.208 134.068 117.226L133.915 117.265C133.677 117.335 133.433 117.378 133.186 117.394C132.945 117.401 132.704 117.381 132.467 117.335H132.323C132.258 117.34 132.194 117.349 132.13 117.365C131.91 117.41 131.686 117.437 131.461 117.444C131.401 117.444 131.307 117.444 131.208 117.469C131.008 117.496 130.806 117.511 130.603 117.513C130.4 117.513 130.212 117.513 130.048 117.489H129.741C129.545 117.486 129.35 117.471 129.156 117.444L128.878 117.414C128.581 117.4 128.289 117.333 128.016 117.216C127.454 117.404 126.841 117.366 126.306 117.111C126.025 117.185 125.733 117.212 125.443 117.191C125.193 117.166 124.946 117.109 124.71 117.022L124.576 116.978L124.264 116.948L123.738 116.898C123.49 116.862 123.247 116.796 123.014 116.7H122.98C122.667 116.785 122.34 116.807 122.018 116.764C121.751 116.717 121.494 116.623 121.26 116.486C120.952 116.582 120.626 116.604 120.308 116.551C120.204 116.551 120.105 116.516 120.001 116.506C119.897 116.496 119.649 116.462 119.45 116.422C119.203 116.366 118.963 116.279 118.737 116.164L118.613 116.109C118.375 116.049 118.146 115.96 117.929 115.846C117.602 115.92 117.264 115.92 116.937 115.846C116.602 115.751 116.292 115.582 116.03 115.35L115.857 115.311C115.683 115.276 115.51 115.236 115.361 115.187L115.054 115.107C114.875 115.062 114.702 115.023 114.528 114.968C114.336 114.91 114.149 114.837 113.968 114.75L113.725 114.651C113.647 114.628 113.568 114.61 113.487 114.596C113.284 114.559 113.084 114.508 112.888 114.442C112.632 114.348 112.39 114.219 112.169 114.06L112.104 114.011H111.99C111.747 113.982 111.507 113.925 111.277 113.842C111.073 113.768 110.87 113.683 110.672 113.604L110.479 113.524C110.227 113.421 109.992 113.283 109.78 113.113L109.695 113.048L109.249 112.85L108.957 112.716L108.773 112.666C108.561 112.619 108.354 112.552 108.154 112.468H108.03C107.773 112.427 107.523 112.352 107.286 112.244L106.984 112.106C106.825 112.036 106.662 111.962 106.488 111.882C106.256 111.766 106.047 111.61 105.869 111.421C105.525 111.437 105.184 111.363 104.877 111.208C104.588 111.042 104.335 110.819 104.134 110.553L104.035 110.513C103.834 110.445 103.64 110.359 103.455 110.255C103.41 110.255 103.36 110.225 103.316 110.21C103.076 110.139 102.845 110.041 102.627 109.918C102.349 109.744 102.11 109.516 101.923 109.248V109.223L101.754 109.134C101.606 109.059 101.442 108.97 101.259 108.861C100.999 108.688 100.774 108.467 100.595 108.211L100.565 108.171L100.391 108.072C100.248 107.993 100.079 107.898 99.8957 107.784C99.7123 107.67 99.6082 107.571 99.4644 107.467L99.286 107.328H99.2463C98.9388 107.256 98.6477 107.127 98.3888 106.946C98.245 106.842 98.1062 106.727 97.9674 106.618L97.794 106.474H97.7543C97.4443 106.395 97.1529 106.255 96.8968 106.063C96.6704 105.876 96.4762 105.653 96.3218 105.403C96.0418 105.308 95.7803 105.165 95.5485 104.981C95.2384 104.71 95.0201 104.35 94.9239 103.949L94.8942 103.924C94.7802 103.84 94.6711 103.751 94.5621 103.661H94.5175C94.2149 103.548 93.9359 103.38 93.6946 103.165C93.5372 103.012 93.3929 102.846 93.2634 102.669C93.2089 102.605 93.1494 102.53 93.1196 102.5L92.8718 102.282C92.738 102.168 92.6041 102.049 92.4802 101.925C92.2986 101.747 92.1419 101.545 92.0143 101.325L91.9796 101.27C91.7073 101.15 91.4588 100.982 91.246 100.774C91.0211 100.54 90.8517 100.259 90.7503 99.9504C90.5174 99.8187 90.3066 99.6513 90.1257 99.4542C90.0819 99.4133 90.0355 99.3752 89.9869 99.3401C89.8065 99.2016 89.6405 99.0454 89.4912 98.8737C89.3327 98.6885 89.1963 98.4853 89.0848 98.2685C89.055 98.2189 89.0352 98.1742 89.0154 98.1444L88.4652 97.4846C88.3958 97.4052 88.3264 97.3258 88.252 97.2514C88.1777 97.177 88.0488 97.0281 87.9447 96.8991L87.8802 96.8595C87.6286 96.7016 87.4043 96.5039 87.216 96.274C87.0819 96.0948 86.9641 95.9038 86.8641 95.7035L86.7699 95.5298C86.6161 95.32 86.4926 95.0895 86.4031 94.8452C86.1107 94.6898 85.858 94.4691 85.6645 94.2002C85.527 94.0029 85.4138 93.7897 85.3275 93.5652L85.268 93.4262C85.149 93.2526 85.0548 93.0839 84.9755 92.9301C84.8962 92.7763 84.8814 92.7565 84.8268 92.6721C84.697 92.4699 84.5906 92.2535 84.5096 92.0272L84.4551 91.8882C84.4005 91.8039 84.3411 91.7245 84.2816 91.6402C84.2221 91.5558 84.0734 91.3574 83.9643 91.1788L83.7859 90.9059C83.6868 90.7571 83.5876 90.6082 83.4984 90.4594C83.3969 90.2821 83.3075 90.0981 83.2307 89.9087C83.1861 89.8194 83.1514 89.7301 83.1217 89.6805L82.9581 89.4026L82.6904 88.9065C82.59 88.717 82.5055 88.5195 82.4376 88.3161L82.393 88.202C82.1384 87.9983 81.9276 87.7452 81.7734 87.4578C81.6577 87.2207 81.576 86.9685 81.5305 86.7086V86.6541C81.3275 86.4464 81.16 86.2067 81.0348 85.9446C80.932 85.7198 80.8571 85.4832 80.8118 85.2401V85.1706C80.5924 84.9532 80.4144 84.6977 80.2864 84.4165C80.2417 84.3173 80.1922 84.223 80.1476 84.1238C80.103 84.0246 79.9889 83.8013 79.9195 83.6277C79.7911 83.2947 79.7435 82.9359 79.7808 82.5808C79.7686 82.5513 79.7537 82.5231 79.7361 82.4965C79.6717 82.3675 79.5924 82.2187 79.518 82.0401L79.4784 81.9954C79.2673 81.7643 79.0994 81.4971 78.9827 81.2065C78.9062 80.9879 78.8531 80.7617 78.8241 80.5318C78.8163 80.4716 78.8048 80.4119 78.7894 80.3532C78.6923 80.0439 78.6619 79.7176 78.7002 79.3957C78.5719 79.1926 78.4655 78.9763 78.3829 78.7507C78.3829 78.7209 78.3482 78.6961 78.3334 78.6713C78.1666 78.4392 78.0393 78.181 77.9566 77.9073C77.9269 77.8031 77.8922 77.694 77.8575 77.5898C77.8228 77.4856 77.7484 77.2524 77.6989 77.0936C77.6508 76.9039 77.6128 76.7118 77.5849 76.5181C77.572 76.4245 77.5538 76.3318 77.5303 76.2403C77.4641 75.9441 77.449 75.6387 77.4857 75.3373C77.4882 75.3159 77.4882 75.2943 77.4857 75.2728C77.456 75.129 77.4312 74.9851 77.4015 74.8362L77.342 74.5138L77.2726 74.3302C77.1874 74.1228 77.1194 73.9087 77.0694 73.6902C77.0241 73.4332 77.0107 73.1715 77.0297 72.9113C77.0323 72.87 77.0323 72.8285 77.0297 72.7872C77.0297 72.6979 76.99 72.6037 76.9653 72.5144C76.9405 72.4251 76.881 72.177 76.8512 71.9835C76.8512 71.9835 76.8166 71.8743 76.7918 71.8148C76.7104 71.5976 76.649 71.3734 76.6084 71.145C76.5836 70.9714 76.5638 70.7977 76.5439 70.6191C76.5241 70.4405 76.5191 70.4008 76.5043 70.3016C76.4911 70.2477 76.4745 70.1947 76.4547 70.1429C76.377 69.9205 76.3206 69.6912 76.2862 69.4582C76.252 69.1964 76.252 68.9312 76.2862 68.6693C76.2906 68.6314 76.2906 68.5931 76.2862 68.5552C76.2699 68.3116 76.2815 68.0669 76.3209 67.8259C76.3233 67.7846 76.3233 67.7432 76.3209 67.7019C76.3209 67.6175 76.3209 67.5332 76.2812 67.4439C76.2416 67.3546 76.2217 67.0966 76.2019 66.8833C76.1821 66.6699 76.2019 66.4516 76.2019 66.283C76.2065 66.1987 76.2065 66.1142 76.2019 66.0299C76.2019 65.9654 76.2019 65.8712 76.1672 65.7719C76.133 65.5899 76.1098 65.406 76.0978 65.2212L76.0631 65.1121C75.9819 64.8597 75.9336 64.5979 75.9194 64.3332C75.9142 64.0985 75.9442 63.8643 76.0086 63.6386C75.8143 63.3433 75.7062 62.9997 75.6963 62.6463C75.7019 62.3733 75.747 62.1026 75.8301 61.8426C75.8407 61.8101 75.849 61.777 75.8549 61.7434C75.8691 61.5151 75.9141 61.2898 75.9888 61.0736C75.8308 60.7672 75.7523 60.426 75.7607 60.0813C75.7828 59.7464 75.8922 59.4231 76.078 59.1436C76.0009 58.9002 75.9706 58.6443 75.9888 58.3895C76.0087 58.1697 76.0485 57.9522 76.1077 57.7396C76.1077 57.6701 76.1474 57.5808 76.1523 57.5511C76.1768 57.3054 76.2318 57.0638 76.3159 56.8317C76.3314 56.7894 76.3446 56.7463 76.3556 56.7027C76.3853 56.4249 76.42 56.152 76.4547 55.8791C76.4547 55.7799 76.4547 55.6856 76.4547 55.5864C76.4547 55.4872 76.4547 55.2887 76.4894 55.12V55.0555C76.4894 54.9762 76.4597 54.8868 76.4497 54.7876C76.4497 54.8422 76.4101 54.9017 76.3853 54.9563C76.252 55.2558 76.0559 55.5232 75.8103 55.7402V55.7799C75.7827 55.9389 75.7463 56.0962 75.7013 56.2512C75.7451 56.6036 75.7096 56.9613 75.5972 57.298C75.5169 57.4964 75.4225 57.6887 75.3146 57.8736C75.2815 57.9262 75.2517 57.9809 75.2254 58.0373C75.1921 58.1349 75.164 58.2343 75.1411 58.335C75.1015 58.4838 75.0618 58.6525 74.9974 58.8311C74.8962 59.1159 74.7414 59.3786 74.5414 59.605C74.534 59.8503 74.4956 60.0937 74.4273 60.3294C74.4247 60.3823 74.4247 60.4353 74.4273 60.4882C74.4135 60.7197 74.3753 60.9492 74.3133 61.1728C74.2401 61.4051 74.1403 61.6282 74.0159 61.8376L73.9515 61.9567C73.9118 62.1006 73.8573 62.2593 73.8077 62.4131C73.7638 62.5285 73.7257 62.6461 73.6937 62.7654C73.6309 63.0037 73.506 63.2212 73.3319 63.3955C73.1577 63.5698 72.9405 63.6948 72.7024 63.7577C72.4334 63.8373 72.155 63.8806 71.8746 63.8867C71.8746 63.9462 71.8746 64.0057 71.8746 64.0702C71.8777 64.3001 71.856 64.5296 71.8101 64.7549C71.8048 64.8126 71.8048 64.8708 71.8101 64.9285C71.8101 65.1319 71.8101 65.2312 71.8101 65.3354C71.8101 65.4395 71.8101 65.5636 71.8101 65.7918C71.8144 66.1163 71.7485 66.4379 71.6168 66.7344C71.6168 66.8585 71.6168 66.9329 71.6168 67.0073C71.6168 67.0817 71.6168 67.2554 71.6168 67.5034C71.6183 67.7041 71.6067 67.9046 71.5821 68.1038C71.5757 68.1913 71.5757 68.2792 71.5821 68.3667C71.5764 68.4327 71.5764 68.4991 71.5821 68.5652C71.621 68.7829 71.6392 69.0038 71.6366 69.225V70.1429V70.1925C71.6984 70.439 71.7284 70.6924 71.7259 70.9466C71.7295 71.25 71.6757 71.5513 71.5673 71.8347C71.5694 72.0187 71.5595 72.2026 71.5375 72.3854C71.5353 72.4217 71.5353 72.4582 71.5375 72.4945C71.7128 72.8128 71.8047 73.1704 71.8047 73.5339C71.8047 73.8974 71.7128 74.255 71.5375 74.5733V74.7866C71.5375 74.8561 71.5375 74.9305 71.5375 75.0297C71.7329 75.3527 71.8342 75.7239 71.83 76.1014C71.832 76.371 71.7902 76.6391 71.706 76.8952C71.8366 77.1851 71.9025 77.5 71.8994 77.818C71.8945 78.1144 71.8234 78.406 71.6912 78.6713C71.8056 78.9139 71.8697 79.1772 71.8795 79.4453C71.8812 79.7242 71.8411 80.0018 71.7606 80.2689C71.7583 80.2936 71.7583 80.3185 71.7606 80.3433C71.7606 80.4971 71.7606 80.6459 71.7606 80.7997V81.0627C71.7674 81.1084 71.7791 81.1533 71.7953 81.1966C71.8669 81.4221 71.9118 81.6552 71.9291 81.8912C71.9291 82.0103 71.9539 82.1294 71.9737 82.2435C71.9935 82.3576 72.0134 82.5511 72.0233 82.7049C72.0332 82.8587 72.0233 83.072 72.0233 83.2308C72.0233 83.3895 72.0233 83.4143 72.0233 83.4888C72.0233 83.5632 72.0233 83.5582 72.058 83.5929C72.1499 83.8258 72.2132 84.0691 72.2463 84.3173C72.2463 84.4562 72.2711 84.5951 72.281 84.734C72.291 84.873 72.281 84.997 72.3207 85.1309C72.3544 85.4823 72.3016 85.8366 72.167 86.1629C72.1698 86.1992 72.1698 86.2357 72.167 86.272C72.1968 86.3862 72.2265 86.5102 72.2513 86.6491V86.6838C72.4186 86.9475 72.5346 87.2404 72.5933 87.5471C72.6384 87.8183 72.6231 88.0961 72.5487 88.3608C72.7292 88.5899 72.8532 88.8585 72.9106 89.1446C72.9106 89.2637 72.9651 89.3729 72.9948 89.487C73.0246 89.6011 73.0741 89.7896 73.1039 89.9384C73.1529 90.1866 73.1679 90.4403 73.1485 90.6926V90.8067C73.1832 90.9803 73.208 91.144 73.2228 91.3028C73.2377 91.4616 73.2526 91.5161 73.2674 91.5856C73.3262 91.8526 73.3445 92.1268 73.322 92.3993C73.4841 92.632 73.6064 92.8903 73.6838 93.1633C73.742 93.3872 73.7752 93.6168 73.783 93.8479C73.783 93.9025 73.783 93.9571 73.783 93.9819C73.8076 94.0741 73.8408 94.1638 73.8821 94.2498C73.9366 94.3987 74.006 94.5624 74.0605 94.7459C74.1116 94.9221 74.153 95.101 74.1845 95.2818C74.1994 95.3705 74.2193 95.4582 74.2439 95.5447C74.3043 95.7556 74.3458 95.9714 74.3679 96.1897C74.6286 96.4189 74.8265 96.7109 74.9429 97.0381C75.0411 97.3403 75.0682 97.6612 75.0222 97.9757C75.1744 98.1668 75.298 98.3791 75.389 98.6058C75.4511 98.7816 75.504 98.9604 75.5476 99.1417C75.5662 99.2277 75.5911 99.3123 75.622 99.3947C75.6765 99.5336 75.726 99.6824 75.7756 99.8263C75.8252 99.9702 75.8351 100.01 75.8698 100.099C75.8836 100.12 75.9003 100.138 75.9194 100.154C76.1014 100.364 76.2517 100.6 76.3655 100.853C76.4084 100.953 76.458 101.052 76.5142 101.151C76.5836 101.295 76.6579 101.439 76.7224 101.588C76.8523 101.901 76.9099 102.241 76.8909 102.58L77 102.803C77.0594 102.922 77.1189 103.041 77.1734 103.16C77.228 103.279 77.2528 103.299 77.3073 103.384C77.4121 103.543 77.5065 103.708 77.5898 103.88C77.6493 104.009 77.7187 104.138 77.7881 104.267L77.8971 104.47C78.1567 104.669 78.3726 104.919 78.5316 105.204C78.7004 105.542 78.7741 105.919 78.7448 106.296L78.8191 106.44C78.8687 106.539 78.9183 106.638 78.9728 106.732L79.0224 106.777C79.2381 106.964 79.4237 107.183 79.5726 107.427C79.7019 107.664 79.797 107.918 79.8551 108.181C79.8551 108.211 79.8551 108.241 79.8551 108.265L80.0831 108.633L80.2566 108.91C80.3084 108.991 80.3646 109.069 80.4251 109.144C80.5045 109.248 80.5986 109.367 80.6879 109.501L80.7473 109.55C80.97 109.722 81.1641 109.928 81.3223 110.161C81.4882 110.419 81.5948 110.71 81.6346 111.014C81.823 111.154 81.99 111.322 82.1303 111.51L82.2047 111.57C82.4196 111.731 82.61 111.924 82.7697 112.14C82.9232 112.367 83.0434 112.614 83.1266 112.875C83.1326 112.9 83.1409 112.925 83.1514 112.949C83.2208 113.043 83.2902 113.133 83.3646 113.222C83.4389 113.311 83.5281 113.435 83.5975 113.524L83.7165 113.629C84.0829 113.92 84.3722 114.296 84.5592 114.725L84.6186 114.849L84.8268 115.077C84.9408 115.196 85.0499 115.315 85.154 115.44C85.32 115.652 85.4475 115.892 85.5307 116.149C85.7979 116.262 86.0378 116.432 86.2346 116.645C86.4152 116.861 86.5608 117.104 86.6658 117.365L86.6956 117.439C86.823 117.594 86.9358 117.76 87.0326 117.935L87.0872 118.029L87.1417 118.059C87.382 118.191 87.601 118.358 87.791 118.555C87.791 118.555 87.8951 118.64 87.9546 118.684C88.1165 118.807 88.2705 118.939 88.4156 119.081C88.4156 119.081 88.5147 119.161 88.5742 119.205C88.7507 119.323 88.9165 119.456 89.0699 119.602C89.2567 119.795 89.4153 120.014 89.5408 120.252C89.5538 120.279 89.5687 120.306 89.5854 120.331L89.8432 120.599L90.1108 120.872C90.2248 120.976 90.3289 121.09 90.433 121.2C90.5371 121.309 90.5966 121.373 90.6858 121.453C90.7751 121.532 90.9485 121.716 91.0526 121.83L91.2013 121.988L91.2559 122.013C91.5123 122.115 91.7514 122.255 91.9647 122.43L92.0837 122.49C92.2987 122.598 92.5014 122.73 92.6884 122.881C92.9663 123.133 93.1731 123.453 93.2882 123.809L93.3625 123.859C93.4964 123.953 93.6302 124.047 93.7541 124.152L93.9425 124.3L94.3936 124.663L94.6959 124.881L95.0578 125.139C95.2141 125.261 95.3615 125.393 95.4989 125.536L95.5733 125.605C95.8872 125.66 96.1861 125.78 96.4506 125.957C96.4971 125.984 96.5451 126.007 96.5944 126.027C96.8086 126.112 97.013 126.22 97.2041 126.349C97.4493 126.529 97.6594 126.753 97.8237 127.009H97.8683C98.0902 127.089 98.3029 127.192 98.5028 127.317C98.6608 127.426 98.813 127.544 98.9588 127.669L99.1472 127.823C99.4092 127.998 99.6333 128.224 99.8064 128.488C100.021 128.552 100.229 128.638 100.426 128.746L100.52 128.771C100.778 128.83 101.027 128.925 101.259 129.053L101.487 129.158C101.657 129.228 101.823 129.309 101.982 129.401C102.126 129.48 102.26 129.564 102.394 129.654L102.676 129.827C102.92 129.966 103.141 130.142 103.331 130.348H103.356C103.608 130.394 103.853 130.474 104.084 130.586L104.248 130.636C104.462 130.691 104.671 130.766 104.872 130.859C105.119 130.991 105.344 131.158 105.542 131.355L105.601 131.415C105.8 131.519 105.986 131.646 106.156 131.792C106.454 131.803 106.748 131.867 107.024 131.981C107.208 132.069 107.387 132.168 107.559 132.278C107.615 132.319 107.675 132.354 107.737 132.382C108.001 132.507 108.242 132.675 108.451 132.879H108.481L108.59 132.903C109.018 132.975 109.426 133.133 109.79 133.37L109.899 133.434H109.948C110.23 133.437 110.509 133.484 110.776 133.573C111.045 133.662 111.299 133.791 111.529 133.955L111.584 133.995L111.871 134.104L112.045 134.163C112.407 134.066 112.788 134.066 113.15 134.163C113.437 134.26 113.704 134.408 113.938 134.6L114.127 134.635C114.28 134.665 114.454 134.694 114.647 134.749L114.9 134.823L115.292 134.932C115.619 134.866 115.956 134.866 116.283 134.932L117.071 135.126L117.488 135.235L117.859 135.334C118.003 135.364 118.147 135.404 118.286 135.439C118.424 135.473 118.528 135.503 118.652 135.528C118.951 135.597 119.229 135.738 119.46 135.94C119.725 135.867 120.003 135.854 120.273 135.9C120.515 135.949 120.749 136.028 120.972 136.133H121.032H121.066C121.337 136.089 121.613 136.089 121.884 136.133L122.211 136.163C122.37 136.163 122.534 136.163 122.707 136.208C123.009 136.252 123.295 136.372 123.54 136.555C123.789 136.475 124.053 136.448 124.313 136.475C124.556 136.504 124.794 136.563 125.022 136.649H125.062C125.348 136.567 125.646 136.533 125.944 136.55C126.174 136.573 126.402 136.62 126.623 136.689L126.762 136.728C127.06 136.759 127.35 136.841 127.619 136.972H127.664C127.832 136.972 127.986 137.016 128.11 137.036L128.343 137.071L128.482 137.046C128.663 137.011 128.847 136.989 129.032 136.982L129.042 137.011Z' fill='%23272626'/%3E%3Cpath d='M130.534 24.0573C130.251 24.0573 129.973 24.1814 129.696 24.1863C129.418 24.1913 129.131 23.973 128.848 23.9829C128.566 23.9928 128.288 23.9829 128.011 23.9829C127.733 23.9829 127.445 23.9333 127.168 23.9531C126.89 23.973 126.633 24.3352 126.355 24.36C126.077 24.3848 125.765 24.0524 125.487 24.0772C125.21 24.102 124.992 24.5039 124.689 24.5336C124.387 24.5634 124.105 24.3401 123.827 24.3749L122.994 24.484C122.717 24.5187 122.424 24.484 122.152 24.5187C121.879 24.5535 121.656 24.9057 121.373 24.9504C121.091 24.995 120.778 24.8115 120.506 24.8611C120.233 24.9107 119.98 25.1042 119.708 25.1587C119.435 25.2133 119.108 25.0496 118.835 25.1091C118.563 25.1687 118.31 25.3324 118.037 25.3969C117.765 25.4614 117.472 25.4515 117.205 25.5209C116.937 25.5904 116.654 25.645 116.387 25.7194C116.119 25.7938 115.856 25.9178 115.589 25.9972L114.786 26.2353C114.518 26.3197 114.29 26.4834 114.007 26.5678C113.725 26.6521 113.427 26.6124 113.165 26.7017C112.902 26.791 112.669 27.049 112.431 27.1433C112.193 27.2375 111.841 27.173 111.579 27.2723C111.316 27.3715 111.142 27.6989 110.885 27.8031C110.627 27.9073 110.389 28.0809 110.136 28.1851C109.883 28.2893 109.507 28.1405 109.254 28.2546C109.001 28.3687 108.793 28.6019 108.535 28.716C108.277 28.8301 108 28.8847 107.747 29.0038L106.989 29.3709C106.736 29.4949 106.562 29.7678 106.314 29.8968C106.067 30.0258 105.819 30.125 105.556 30.254C105.293 30.383 105.011 30.4276 104.768 30.5666C104.525 30.7055 104.232 30.7551 103.99 30.894C103.747 31.0329 103.548 31.2512 103.306 31.3901C103.063 31.5291 102.81 31.6481 102.567 31.792C102.324 31.9359 102.195 32.2534 101.962 32.4022C101.729 32.5511 101.343 32.4767 101.11 32.6305C100.877 32.7843 100.753 33.1266 100.525 33.2705C100.297 33.4143 100.074 33.6029 99.8457 33.7666C99.6177 33.9303 99.2856 33.9452 99.0625 34.1089C98.8394 34.2727 98.7651 34.6547 98.5668 34.8234C98.3685 34.992 98.0711 35.0764 97.8382 35.25C97.6052 35.4237 97.3871 35.5775 97.169 35.7462C96.9509 35.9148 96.708 36.0686 96.4899 36.2423C96.2718 36.4159 96.1727 36.7384 95.9595 36.9121C95.7464 37.0857 95.5233 37.2643 95.3151 37.4479C95.1069 37.6315 94.869 37.7853 94.6608 37.9738C94.4526 38.1623 94.299 38.4054 94.0957 38.5989C93.8925 38.7924 93.4761 38.7577 93.2778 38.9561C93.0796 39.1546 93.1143 39.5862 92.916 39.7847C92.7177 39.9831 92.5542 40.2113 92.3608 40.4098C92.1675 40.6082 91.8404 40.6876 91.652 40.9059C91.4636 41.1242 91.1563 41.2284 90.9878 41.4368C90.8193 41.6451 90.7052 41.9329 90.5218 42.1462C90.3384 42.3596 90.2889 42.6821 90.1104 42.8954C89.932 43.1087 89.6147 43.203 89.4264 43.3915C89.238 43.5801 89.2281 43.9472 89.0497 44.1655C88.8712 44.3838 88.4697 44.4235 88.3012 44.6616C88.1326 44.8998 87.8749 45.0436 87.7064 45.2669C87.5378 45.4902 87.6171 45.897 87.4535 46.1252C87.29 46.3534 86.9579 46.4527 86.7893 46.6858C86.6208 46.919 86.6605 47.2713 86.5018 47.5044C86.3432 47.7376 86.2193 48.0006 86.0656 48.2189C85.912 48.4372 85.4857 48.5116 85.337 48.7497C85.1883 48.9879 85.1288 49.2806 84.985 49.5187C84.8413 49.7569 84.6628 49.9801 84.5191 50.2232C84.3753 50.4663 84.4447 50.8236 84.306 51.0667C84.1672 51.3098 83.8103 51.4288 83.6764 51.6769C83.5426 51.925 83.3939 52.173 83.2601 52.4062C83.1262 52.6394 83.1312 52.9718 83.0073 53.2199C82.8833 53.4679 82.5909 53.6416 82.467 53.8946C82.343 54.1476 82.3331 54.4503 82.2142 54.7033C82.0952 54.9563 82.1299 55.2788 82.0159 55.5368C81.9019 55.7948 81.5202 55.9337 81.426 56.1917C81.3318 56.4497 81.4855 56.8267 81.3765 57.0847C81.2674 57.3427 81.0295 57.5412 80.9254 57.8041C80.8213 58.0671 80.6974 58.3002 80.5982 58.5781C80.4991 58.8559 80.5437 59.1536 80.4495 59.4165C80.3553 59.6795 80.0232 59.8581 79.9538 60.126C79.8844 60.3939 79.7605 60.6519 79.6713 60.9198C79.5821 61.1877 79.6713 61.5052 79.587 61.7732C79.5028 62.0411 79.4036 62.304 79.3293 62.5719C79.2549 62.8398 78.9575 63.0681 78.8832 63.3211C78.8088 63.5741 78.8832 63.9016 78.8138 64.1744C78.7444 64.4473 78.8138 64.745 78.7394 65.0178C78.6651 65.2907 78.6849 65.5785 78.6204 65.8513C78.556 66.1242 78.3429 66.3475 78.2883 66.6352C78.2338 66.923 78.0554 67.1611 78.0008 67.439C77.9463 67.7168 77.9661 67.9996 77.9166 68.2774C77.867 68.5552 77.8075 68.8281 77.7629 69.106C77.7183 69.3838 77.7629 69.6914 77.7332 69.9692C77.6935 69.6964 77.758 69.3888 77.7332 69.1109C77.7084 68.8331 77.4209 68.59 77.3911 68.3121C77.3614 68.0343 77.3911 67.7515 77.3614 67.4737C77.3317 67.1959 77.6043 66.8982 77.5845 66.6203C77.5646 66.3425 77.2276 66.0895 77.2077 65.8116C77.1879 65.5338 77.287 65.251 77.2771 64.9732C77.2672 64.6954 77.1631 64.4225 77.1532 64.1446C77.1433 63.8668 77.3317 63.584 77.3267 63.3062C77.3217 63.0284 77.3961 62.7505 77.3961 62.4727C77.3961 62.1949 77.2375 61.9121 77.2375 61.6342C77.2375 61.3564 77.3168 61.0786 77.3267 60.7958C77.3366 60.513 77.1681 60.2302 77.178 59.9524C77.1879 59.6745 77.5101 59.4116 77.5299 59.1337C77.5498 58.8559 77.5299 58.5731 77.5299 58.2953C77.5299 58.0174 77.4358 57.7247 77.4605 57.4469C77.4853 57.1691 77.6489 56.9061 77.6786 56.6283C77.7084 56.3504 77.6786 56.0627 77.6786 55.7849C77.6786 55.507 77.748 55.2342 77.7877 54.9563C77.8273 54.6785 77.7232 54.3808 77.7877 54.103C77.8521 53.8251 77.7877 53.5324 77.8224 53.2546C77.8571 52.9768 77.981 52.7138 78.0355 52.4409C78.0901 52.1681 78.1446 51.8902 78.1991 51.6174C78.2536 51.3445 78.5411 51.1212 78.6006 50.8434C78.6601 50.5656 78.4222 50.2282 78.4916 49.9553C78.561 49.6825 78.784 49.4592 78.8534 49.1814C78.9228 48.9035 79.0814 48.6852 79.1508 48.3925C79.2202 48.0998 79.126 47.8021 79.2053 47.5342C79.2847 47.2663 79.2896 46.9736 79.3739 46.7057C79.4582 46.4378 79.6961 46.2095 79.7853 45.9516C79.8745 45.6936 80.1273 45.4554 80.2165 45.2123C80.3058 44.9692 80.2512 44.6319 80.3454 44.3689C80.4396 44.106 80.6974 43.9075 80.7965 43.6446C80.8956 43.3816 80.9254 43.0988 81.0295 42.8359C81.1336 42.5729 81.2724 42.3397 81.3765 42.0768C81.4805 41.8138 81.4508 41.5013 81.5599 41.2433C81.6689 40.9853 81.7086 40.6975 81.8275 40.4396C81.9465 40.1816 82.1299 39.9434 82.2489 39.7102C82.3678 39.4771 82.3678 39.1447 82.4917 38.8916C82.6157 38.6386 82.9874 38.5195 83.1213 38.2715C83.2551 38.0234 83.1659 37.6612 83.2947 37.4181C83.4236 37.175 83.7359 37.0212 83.8747 36.7732C84.0135 36.5251 83.9441 36.1728 84.0829 35.9297C84.2217 35.6866 84.4993 35.5229 84.643 35.2848C84.7868 35.0466 85.0197 34.8581 85.1635 34.6199C85.3072 34.3818 85.4906 34.1685 85.6592 33.9303C85.8277 33.6922 85.7484 33.325 85.9021 33.0919C86.0557 32.8587 86.1697 32.5957 86.3283 32.3626C86.487 32.1294 86.7943 32.0053 86.9579 31.7771C87.1214 31.5489 87.3346 31.3604 87.4982 31.1371C87.6617 30.9139 87.9096 30.7501 88.0781 30.5269C88.2466 30.3036 88.321 30.0307 88.4945 29.7876C88.668 29.5445 88.7969 29.2915 88.9902 29.098C89.1835 28.9045 89.3074 28.6416 89.4859 28.4233C89.6643 28.205 89.9518 28.0859 90.1303 27.8726C90.3087 27.6592 90.5318 27.4806 90.7152 27.2723C90.8986 27.0639 90.8639 26.6521 91.0522 26.4487C91.2406 26.2453 91.4736 26.0716 91.6619 25.8682C91.8503 25.6648 92.1576 25.5705 92.3509 25.3721C92.5442 25.1736 92.7227 24.9553 92.921 24.7569C93.1192 24.5584 93.2233 24.2607 93.4166 24.0772C93.61 23.8936 93.9718 23.849 94.175 23.6604C94.3783 23.4719 94.527 23.2189 94.7352 23.0303C94.9434 22.8418 95.0772 22.5739 95.2854 22.3903C95.4936 22.2068 95.8356 22.172 96.0487 21.9885C96.2619 21.8049 96.4304 21.5767 96.6436 21.3981C96.8567 21.2195 97.0302 20.9912 97.2483 20.8126C97.4664 20.634 97.744 20.5596 97.977 20.386C98.2099 20.2123 98.2991 19.8898 98.5222 19.7212C98.7453 19.5525 99.0972 19.5574 99.3203 19.3887C99.5433 19.2201 99.7019 18.967 99.93 18.8033C100.158 18.6396 100.366 18.4461 100.594 18.3072C100.822 18.1683 101.174 18.1683 101.407 18.0145C101.64 17.8607 101.67 17.3893 101.903 17.2355C102.136 17.0817 102.498 17.1314 102.736 16.9825L103.454 16.5509C103.692 16.407 103.98 16.3475 104.223 16.2086C104.465 16.0696 104.669 15.8662 104.912 15.7124C105.154 15.5586 105.407 15.4544 105.655 15.3205C105.903 15.1865 106.205 15.1766 106.458 15.0526C106.711 14.9285 106.899 14.6954 107.152 14.5564C107.405 14.4175 107.593 14.1843 107.846 14.0603C108.099 13.9363 108.441 14.0157 108.694 13.9015C108.946 13.7874 109.189 13.6287 109.442 13.5195C109.695 13.4104 109.987 13.3905 110.245 13.2814C110.503 13.1722 110.662 12.82 110.924 12.7208C111.187 12.6215 111.42 12.4132 111.668 12.3139C111.916 12.2147 112.277 12.3536 112.54 12.2594C112.803 12.1651 113.036 11.9418 113.289 11.8525C113.541 11.7632 113.893 11.9071 114.156 11.8228C114.419 11.7384 114.652 11.4904 114.905 11.406C115.157 11.3217 115.475 11.3713 115.747 11.2969C116.02 11.2224 116.243 11.0141 116.516 10.9397C116.788 10.8652 117.046 10.7561 117.314 10.6866C117.581 10.6172 117.894 10.6866 118.166 10.642C118.439 10.5973 118.716 10.5427 118.989 10.4832C119.262 10.4237 119.529 10.3542 119.802 10.2996C120.075 10.2451 120.327 10.0665 120.6 10.0168C120.873 9.96724 121.13 9.81344 121.408 9.76382C121.686 9.71421 121.948 9.59514 122.221 9.55049C122.494 9.50583 122.776 9.47607 123.054 9.43638C123.331 9.39669 123.634 9.55545 123.911 9.52072L124.744 9.42645C125.022 9.39669 125.299 9.34707 125.577 9.32227C125.854 9.29746 126.122 9.14862 126.4 9.12878C126.677 9.10893 126.96 9.05436 127.237 9.03451C127.515 9.01467 127.812 9.31234 128.09 9.29746C128.367 9.28258 128.635 8.89063 128.913 8.88071C129.19 8.87079 129.473 8.9204 129.755 8.91544C130.038 8.91048 130.315 9.0097 130.598 9.0097C130.881 9.0097 131.094 8.93032 131.356 8.93032C131.619 8.93032 131.917 9.06924 132.194 9.07916C132.472 9.08908 132.749 9.16847 133.032 9.18335C133.314 9.19823 133.592 9.1387 133.87 9.18335C134.147 9.228 134.42 9.36692 134.697 9.38676C134.975 9.40661 135.272 9.24785 135.55 9.27265C135.827 9.29746 136.11 9.27265 136.388 9.31234L137.225 9.41157C137.503 9.4463 137.766 9.60506 138.043 9.64475C138.321 9.68444 138.579 9.81344 138.856 9.85809C139.134 9.90274 139.451 9.69436 139.724 9.74398C139.996 9.79359 140.219 10.2103 140.482 10.2649C140.745 10.3195 141.097 10.0417 141.369 10.0962C141.642 10.1508 141.865 10.3989 142.152 10.4584C142.44 10.5179 142.648 10.7313 142.931 10.7958C143.213 10.8603 143.57 10.5576 143.838 10.6221C144.105 10.6866 144.333 10.9496 144.601 11.024C144.869 11.0984 145.181 11.024 145.449 11.1133C145.716 11.2026 146.004 11.2125 146.272 11.2919C146.539 11.3713 146.792 11.5201 147.055 11.6094C147.317 11.6987 147.605 11.7384 147.868 11.8277C148.13 11.917 148.363 12.1403 148.616 12.2346C148.869 12.3288 149.112 12.557 149.355 12.6563C149.598 12.7555 149.915 12.7555 150.173 12.8597C150.43 12.9639 150.668 13.0879 150.941 13.197C151.214 13.3062 151.501 13.3161 151.754 13.4302C152.007 13.5443 152.284 13.6237 152.537 13.7378C152.79 13.8519 152.988 14.095 153.241 14.234C153.494 14.3729 153.786 14.3927 154.039 14.5167C154.292 14.6408 154.535 14.7896 154.778 14.9137C155.02 15.0377 155.184 15.3403 155.432 15.4743C155.68 15.6082 155.898 15.7819 156.141 15.9208C156.384 16.0597 156.636 16.1689 156.879 16.3078C157.122 16.4467 157.449 16.4417 157.687 16.5856C157.925 16.7295 158.242 16.7543 158.48 16.8982C158.718 17.0421 158.827 17.3943 159.06 17.5481C159.293 17.7019 159.477 17.9351 159.71 18.0889C159.943 18.2427 160.285 18.2278 160.518 18.3866C160.751 18.5453 161.013 18.6495 161.246 18.8083C161.479 18.967 161.539 19.359 161.767 19.5227C161.995 19.6864 162.233 19.8253 162.456 20.0188C162.679 20.2123 163.021 20.1974 163.239 20.3711C163.457 20.5447 163.606 20.8077 163.824 20.9863C164.042 21.1649 164.369 21.1996 164.587 21.3782C164.805 21.5568 164.924 21.8446 165.132 22.0282C165.341 22.2117 165.702 22.2266 165.911 22.4102C166.119 22.5937 166.277 22.8468 166.481 23.0353C166.684 23.2238 166.902 23.4074 167.105 23.5959C167.308 23.7845 167.467 24.0276 167.665 24.226C167.864 24.4245 168.087 24.5981 168.285 24.7966C168.483 24.995 168.711 25.1637 168.905 25.3622C169.098 25.5606 169.207 25.8583 169.4 26.0468C169.594 26.2353 169.747 26.4884 169.936 26.6967C170.124 26.9051 170.223 27.1929 170.406 27.3963C170.59 27.5997 170.967 27.6493 171.15 27.8577C171.333 28.0661 171.403 28.3786 171.581 28.5969C171.76 28.8152 171.864 29.0931 172.037 29.3014C172.211 29.5098 172.533 29.6289 172.697 29.8472C172.86 30.0655 173.063 30.2689 173.232 30.4921C173.4 30.7154 173.569 30.9436 173.728 31.1718C173.886 31.4001 173.956 31.6928 174.119 31.921C174.283 32.1492 174.521 32.3229 174.679 32.5511C174.838 32.7793 175.13 32.9281 175.284 33.1613C175.438 33.3945 175.378 33.7666 175.527 33.9998C175.676 34.233 175.983 34.3768 176.132 34.615C176.28 34.8531 176.31 35.1607 176.454 35.4038C176.598 35.6469 176.756 35.8702 176.895 36.1133C177.034 36.3564 177.103 36.6392 177.237 36.8823C177.371 37.1254 177.693 37.2742 177.822 37.5223C177.951 37.7704 178.114 38.0184 178.238 38.2566C178.362 38.4947 178.139 38.9313 178.263 39.1794C178.387 39.4274 178.675 39.6011 178.793 39.8541C178.912 40.1071 178.863 40.4346 178.977 40.6926C179.091 40.9506 179.398 41.1143 179.507 41.3723C179.616 41.6303 179.701 41.8982 179.81 42.1562C179.919 42.4142 180.216 42.5977 180.305 42.8557C180.395 43.1137 180.484 43.3915 180.583 43.6545C180.682 43.9174 180.821 44.1506 180.915 44.4284C181.009 44.7063 180.915 45.0238 181.004 45.2867C181.093 45.5497 181.222 45.7829 181.312 46.0706C181.401 46.3584 181.267 46.666 181.351 46.9339C181.435 47.2018 181.629 47.43 181.708 47.7029C181.787 47.9758 181.946 48.199 182.02 48.4868C182.095 48.7745 181.941 49.0821 182.02 49.355C182.1 49.6279 182.481 49.8164 182.546 50.0893C182.61 50.3622 182.466 50.6797 182.546 50.9575C182.625 51.2353 182.68 51.4983 182.734 51.7712C182.789 52.044 182.982 52.2673 183.032 52.5699C183.081 52.8726 183.23 53.1008 183.279 53.3786C183.329 53.6565 183.359 53.9343 183.403 54.2121C183.448 54.49 183.339 54.7876 183.379 55.0655C183.418 55.3433 183.448 55.6162 183.483 55.894C183.517 56.1718 183.671 56.4398 183.701 56.7176C183.73 56.9954 183.607 57.2881 183.631 57.566C183.656 57.8438 183.75 58.1167 183.775 58.3995C183.8 58.6823 183.75 58.9601 183.775 59.2379C183.8 59.5158 183.84 59.7936 183.854 60.0764C183.869 60.3592 183.909 60.632 183.919 60.9148C183.929 61.1976 183.681 61.4755 183.686 61.7583C183.691 62.0411 183.968 62.3139 183.968 62.5918C183.968 62.8696 183.83 63.1474 183.825 63.4253C183.82 63.7031 183.686 63.976 183.676 64.2538C183.666 64.5316 183.676 64.8095 183.676 65.0873C183.676 65.3651 183.954 65.6578 183.939 65.9357C183.924 66.2135 183.671 66.4715 183.651 66.7493C183.631 67.0272 183.83 67.3248 183.805 67.5977C183.78 67.8706 183.626 68.1435 183.597 68.4163C183.567 68.6892 183.552 68.972 183.517 69.2498C183.483 69.5277 183.413 69.7063 183.374 69.9791C183.334 69.7013 183.2 69.5277 183.16 69.2498C183.121 68.972 183.245 68.6694 183.2 68.3915C183.155 68.1137 182.913 67.8954 182.858 67.6027C182.804 67.31 182.952 67.0123 182.893 66.7394C182.833 66.4665 182.833 66.1788 182.774 65.9059C182.714 65.633 182.685 65.3453 182.62 65.0774C182.556 64.8095 182.427 64.5416 182.357 64.2736C182.288 64.0057 182.129 63.7527 182.055 63.4848C181.981 63.2169 182.015 62.9093 181.941 62.6414C181.867 62.3735 181.668 62.1452 181.584 61.8674C181.5 61.5896 181.222 61.3713 181.138 61.1331C181.054 60.895 181.287 60.4931 181.198 60.2252C181.108 59.9573 180.702 59.8134 180.588 59.5505C180.474 59.2875 180.697 58.9154 180.588 58.6525C180.479 58.3895 180.31 58.1564 180.211 57.8984C180.112 57.6404 179.79 57.4667 179.681 57.2038C179.572 56.9408 179.636 56.6184 179.522 56.3604C179.408 56.1024 179.398 55.8047 179.284 55.5467C179.17 55.2887 178.917 55.1002 178.789 54.8472C178.66 54.5942 178.694 54.2717 178.575 54.0186C178.456 53.7656 178.08 53.6465 177.936 53.3985C177.792 53.1504 177.738 52.8726 177.604 52.6295C177.47 52.3864 177.376 52.1333 177.237 51.8754C177.098 51.6174 176.895 51.4288 176.741 51.1857C176.588 50.9426 176.677 50.5755 176.533 50.3324C176.389 50.0893 176.008 50 175.859 49.7618C175.71 49.5237 175.834 49.1169 175.686 48.8787C175.537 48.6406 175.309 48.4521 175.155 48.2189C175.001 47.9857 174.887 47.7227 174.729 47.4945C174.57 47.2663 174.233 47.1621 174.07 46.9339C173.906 46.7057 173.936 46.3385 173.767 46.1153C173.599 45.892 173.386 45.6985 173.217 45.4753C173.048 45.252 172.806 45.0833 172.637 44.865C172.469 44.6467 172.32 44.3987 172.141 44.1804C171.963 43.9621 171.775 43.7587 171.596 43.5453C171.418 43.332 171.17 43.1732 170.986 42.9599C170.803 42.7466 170.867 42.3248 170.679 42.1165C170.491 41.9081 170.064 41.9131 169.881 41.7047C169.698 41.4963 169.618 41.2086 169.425 40.9803C169.232 40.7521 169.157 40.4842 168.964 40.2609C168.771 40.0377 168.32 40.1121 168.121 39.9137C167.923 39.7152 167.779 39.4622 167.581 39.2687L167.046 38.5989C166.842 38.4104 166.738 38.1028 166.55 37.9192C166.362 37.7356 165.96 37.7456 165.747 37.557C165.534 37.3685 165.474 37.0262 165.251 36.8426C165.028 36.659 164.88 36.411 164.666 36.2324C164.453 36.0538 164.171 35.9744 163.938 35.7958C163.705 35.6172 163.482 35.4733 163.264 35.2996C163.046 35.126 162.793 34.992 162.57 34.8035C162.347 34.615 162.203 34.357 161.98 34.1933C161.757 34.0296 161.573 33.8013 161.34 33.6376C161.107 33.4739 160.81 33.4243 160.577 33.2705C160.344 33.1167 160.081 32.9778 159.868 32.824C159.655 32.6702 159.373 32.5809 159.125 32.432C158.877 32.2832 158.629 32.179 158.381 32.0351C158.133 31.8912 157.92 31.7275 157.677 31.5836C157.434 31.4398 157.345 31.0428 157.102 30.9039C156.859 30.765 156.488 30.8543 156.245 30.7204C156.002 30.5864 155.873 30.2242 155.625 30.0952C155.377 29.9662 155.04 30.0059 154.792 29.8769C154.545 29.7479 154.297 29.6686 154.024 29.5445C153.751 29.4205 153.578 29.1824 153.325 29.0484C153.072 28.9144 152.879 28.6813 152.621 28.5523C152.364 28.4233 151.967 28.6565 151.709 28.5523C151.451 28.4481 151.268 28.1703 151.01 28.0561C150.753 27.942 150.425 28.0165 150.163 27.9123C149.9 27.8081 149.667 27.6741 149.399 27.5749C149.132 27.4757 148.953 27.1631 148.691 27.0788C148.428 26.9944 148.096 27.0788 147.828 26.9994C147.56 26.92 147.402 26.5033 147.134 26.4288C146.866 26.3544 146.524 26.5033 146.257 26.4288C145.989 26.3544 145.731 26.2304 145.464 26.151C145.196 26.0716 144.903 26.0766 144.636 26.0022C144.368 25.9277 144.17 25.5805 143.897 25.506C143.625 25.4316 143.283 25.6648 143.01 25.6003C142.737 25.5358 142.514 25.3125 142.227 25.248C141.939 25.1835 141.677 25.1687 141.399 25.1091C141.121 25.0496 140.903 24.8263 140.611 24.7718C140.318 24.7172 140.031 24.8313 139.753 24.7718C139.476 24.7122 139.213 24.613 138.935 24.5733C138.658 24.5336 138.36 24.6378 138.083 24.5733C137.805 24.5088 137.523 24.5733 137.245 24.5386C136.968 24.5039 136.71 24.3004 136.432 24.2707C136.155 24.2409 135.862 24.3451 135.585 24.3203C135.307 24.2955 135.034 24.1764 134.757 24.1516C134.479 24.1268 134.207 23.968 133.929 23.9482C133.651 23.9283 133.354 24.1814 133.076 24.1714C132.799 24.1615 132.526 24.0077 132.244 23.9978C131.961 23.9879 131.689 23.8242 131.406 23.8192C131.123 23.8142 130.846 23.9978 130.568 23.9978' fill='%23F5CD12'/%3E%3Cpath d='M76.3057 70.1975C76.2869 69.9647 76.2869 69.7308 76.3057 69.498V69.4583C76.124 69.173 76.0072 68.8512 75.9637 68.5157C75.9441 68.3228 75.9358 68.129 75.9389 67.9352C75.9389 67.826 75.9389 67.7268 75.9389 67.6574C75.912 67.3712 75.951 67.0827 76.0529 66.8139C75.8975 66.5525 75.8042 66.2589 75.7803 65.9556C75.7694 65.7149 75.7843 65.4738 75.8249 65.2362C75.829 65.1884 75.829 65.1402 75.8249 65.0924C75.8172 65.0272 75.8056 64.9626 75.7902 64.8989C75.7423 64.6836 75.7141 64.4644 75.7059 64.244C75.701 63.9397 75.7514 63.6371 75.8546 63.3509C75.8546 63.3509 75.8546 63.3113 75.8546 63.2864C75.8597 63.1088 75.8746 62.9316 75.8992 62.7556C75.8992 62.6911 75.8992 62.6266 75.924 62.577L75.8992 62.4926C75.8146 62.2263 75.7711 61.9486 75.7703 61.6691C75.7792 61.4528 75.8023 61.2373 75.8397 61.0241C75.8397 60.9646 75.8397 60.8951 75.8645 60.8455V60.781C75.7744 60.5007 75.7325 60.2071 75.7406 59.9128C75.7636 59.5396 75.8869 59.1796 76.0975 58.8709V58.7568C76.0975 58.603 76.0975 58.4293 76.0975 58.2607C76.0975 58.2259 76.0975 58.1862 76.0975 58.1465C75.9897 57.6298 76.038 57.0927 76.2363 56.6036C76.2474 56.5664 76.2606 56.53 76.2759 56.4944C76.2759 56.4498 76.2759 56.3754 76.2759 56.3158C76.2566 56.0946 76.2566 55.8722 76.2759 55.651C76.3106 55.3781 76.3453 55.1102 76.385 54.8374C76.385 54.8026 76.385 54.7629 76.385 54.7232C76.347 54.4617 76.347 54.196 76.385 53.9344C76.39 53.875 76.39 53.8152 76.385 53.7558C76.3784 53.5219 76.3917 53.2879 76.4246 53.0562C76.4618 52.8565 76.5115 52.6593 76.5733 52.4659C76.6012 52.3846 76.6244 52.3017 76.6427 52.2178C76.6874 51.9796 76.7369 51.7217 76.7865 51.4984V51.3744C76.8459 51.1074 76.9534 50.8536 77.1037 50.6252C77.0256 50.3108 77.0256 49.9821 77.1037 49.6677C77.1757 49.3923 77.2894 49.1297 77.4408 48.8888C77.4591 48.8634 77.4756 48.8369 77.4904 48.8094C77.5468 48.6196 77.6164 48.4339 77.6986 48.2537L77.7531 48.1198V48.0652C77.7309 47.7684 77.7577 47.4701 77.8324 47.1821C77.8519 47.1053 77.8668 47.0274 77.877 46.9489C77.9068 46.7409 77.9516 46.5353 78.0108 46.3337C78.0976 46.0653 78.2265 45.8124 78.3925 45.5845L78.447 45.5051C78.5422 45.2497 78.6759 45.0105 78.8436 44.7957V44.7659C78.8557 44.4892 78.9057 44.2154 78.9923 43.9523C79.095 43.6825 79.2406 43.4312 79.4235 43.2081L79.4682 43.1535C79.4682 43.1039 79.4929 43.0394 79.5078 42.9798C79.5566 42.7745 79.6179 42.5724 79.6912 42.3746C79.7656 42.191 79.8449 42.0223 79.9192 41.8784C79.9936 41.7346 79.9936 41.7197 80.0283 41.6353V41.5361C80.0555 41.2633 80.1223 40.9959 80.2265 40.7423C80.2265 40.7076 80.2712 40.6083 80.291 40.5339C80.3425 40.3232 80.4121 40.1174 80.4992 39.9187C80.589 39.7258 80.6934 39.5401 80.8115 39.3631C80.8511 39.3035 80.8957 39.2341 80.9205 39.1894C80.9229 39.1497 80.9229 39.11 80.9205 39.0703C80.9695 38.8152 81.0494 38.5669 81.1584 38.3311C81.3078 38.0403 81.5235 37.7888 81.788 37.5968C81.815 37.3167 81.894 37.0442 82.0209 36.7931C82.1577 36.5395 82.341 36.3139 82.5612 36.1283C82.5927 35.8257 82.6837 35.5323 82.8289 35.265C82.9745 35.0261 83.1531 34.809 83.3593 34.62L83.4336 34.5506C83.5504 34.3748 83.6814 34.2088 83.8252 34.0545L83.9343 33.9304C84.0433 33.7568 84.1524 33.603 84.2466 33.469C84.2807 33.4281 84.3122 33.385 84.3407 33.34C84.3779 32.9883 84.4931 32.6493 84.6778 32.3478C84.7323 32.2684 84.7769 32.1791 84.8265 32.0947C84.9145 31.924 85.0122 31.7583 85.119 31.5986C85.2955 31.3603 85.5098 31.1525 85.7534 30.9834L85.8179 30.9388C85.9241 30.7968 86.0383 30.661 86.1599 30.5319C86.2182 30.4725 86.2728 30.4095 86.3235 30.3434C86.4705 30.1607 86.6367 29.9944 86.8192 29.8473L86.9332 29.7332C86.9576 29.6917 86.9791 29.6486 86.9976 29.6042C87.0962 29.3812 87.2193 29.1699 87.3644 28.9741C87.4234 28.8979 87.478 28.8184 87.528 28.7359C87.6222 28.597 87.7263 28.4383 87.8601 28.2696C87.9245 28.1902 87.9791 28.1059 88.0385 28.0215C88.098 27.9372 88.2418 27.7338 88.3707 27.575C88.5441 27.3858 88.7406 27.2191 88.9556 27.0789L89.0497 27.0094C89.1836 26.8556 89.3125 26.7316 89.4265 26.6224C89.4508 26.6005 89.474 26.5773 89.4959 26.553C89.5717 26.1846 89.7426 25.8424 89.9915 25.5607C90.1258 25.4171 90.2682 25.2813 90.4178 25.1539C90.4891 25.095 90.557 25.032 90.6211 24.9654C90.813 24.7722 91.0297 24.6054 91.2655 24.4692L91.3547 24.4196L91.548 24.2063C91.657 24.0839 91.7711 23.9599 91.89 23.8342L91.9644 23.725C92.0931 23.5041 92.2497 23.3006 92.4303 23.1197C92.6747 22.9014 92.9592 22.7329 93.268 22.6236L93.3424 22.5343C93.4698 22.3583 93.6107 22.1924 93.7637 22.0382L93.8678 21.9092C94.0127 21.7128 94.179 21.5331 94.3635 21.3734C94.5987 21.1728 94.8694 21.0179 95.1615 20.9169H95.2012L95.3152 20.7979C95.4539 20.6472 95.6012 20.5048 95.7564 20.3712C95.8163 20.3188 95.8726 20.2625 95.9249 20.2025C96.0647 20.0479 96.2154 19.9037 96.376 19.7709C96.5681 19.6203 96.7779 19.4937 97.0005 19.3938L97.065 19.364C97.2244 19.0959 97.4309 18.8589 97.6747 18.6645C97.9343 18.4796 98.2272 18.3465 98.5372 18.2726L98.5768 18.2279C98.7375 18.0425 98.9187 17.876 99.1171 17.7318C99.2014 17.6722 99.2757 17.6127 99.355 17.5482C99.4968 17.4253 99.6458 17.311 99.8012 17.2059C100.002 17.0693 100.225 16.9685 100.46 16.9082C100.61 16.5852 100.847 16.3104 101.144 16.1144C101.427 15.945 101.74 15.8337 102.066 15.7869H102.101L102.731 15.4099C102.924 15.2964 103.129 15.2017 103.34 15.1271C103.405 15.1023 103.494 15.0725 103.519 15.0576C103.544 15.0427 103.633 14.9733 103.697 14.9286C103.863 14.7929 104.041 14.6718 104.228 14.5665C104.386 14.4772 104.545 14.3978 104.723 14.3134L105.006 14.1646C105.233 14.0511 105.472 13.9645 105.72 13.9066L105.834 13.8818L105.933 13.7975C106.111 13.6501 106.304 13.5205 106.508 13.4105C106.541 13.3885 106.573 13.3636 106.602 13.3361C106.799 13.1604 107.02 13.0119 107.256 12.8945C107.549 12.7659 107.864 12.6951 108.183 12.6861H108.218L108.381 12.5968C108.542 12.5039 108.708 12.4194 108.877 12.3438C109.088 12.2548 109.307 12.1867 109.531 12.1404H109.576C109.796 11.8795 110.075 11.6739 110.389 11.5401L110.538 11.4508C110.735 11.3175 110.946 11.2061 111.167 11.1184C111.485 11.0065 111.823 10.9658 112.159 10.9993C112.372 10.8519 112.604 10.7319 112.848 10.6421C113.15 10.547 113.469 10.5166 113.784 10.5528C114.003 10.3937 114.246 10.2698 114.503 10.1856C114.75 10.1125 115.005 10.0724 115.262 10.0666H115.366L115.45 10.0169C115.672 9.88489 115.91 9.78153 116.159 9.70935L116.456 9.61508C116.61 9.56051 116.783 9.50097 116.977 9.45136C117.251 9.3876 117.533 9.36585 117.814 9.38686H117.909L118.374 9.2926C118.484 9.2926 118.588 9.25787 118.692 9.23306L118.979 9.16857L119.505 9.0495C119.553 9.0348 119.599 9.01484 119.643 8.98996C119.867 8.88614 120.101 8.80792 120.342 8.75678L120.511 8.7022C120.726 8.61268 120.951 8.54616 121.18 8.50375L121.393 8.43926C121.596 8.37458 121.803 8.32321 122.013 8.28546L122.578 8.20607L122.87 8.16638C123.177 8.13021 123.488 8.15039 123.787 8.22592H123.847L124.541 8.14654H124.6L124.927 8.10189L125.423 8.04235L125.557 8.00266C125.793 7.91777 126.04 7.86439 126.291 7.8439L126.608 7.80421C126.786 7.80421 126.965 7.75956 127.143 7.74963C127.419 7.73594 127.694 7.77988 127.951 7.87863C128.225 7.70563 128.54 7.60808 128.863 7.59583C129.056 7.58525 129.25 7.58525 129.443 7.59583C129.537 7.60325 129.632 7.60325 129.726 7.59583C129.957 7.59522 130.188 7.61682 130.415 7.66033H130.558H130.648C130.91 7.58484 131.182 7.5448 131.456 7.54126C131.707 7.54979 131.957 7.58979 132.199 7.66033C132.243 7.67261 132.288 7.68255 132.333 7.6901C132.536 7.7008 132.738 7.72567 132.938 7.76452L133.171 7.79925H133.409C133.617 7.78626 133.825 7.78626 134.033 7.79925C134.301 7.82097 134.564 7.8794 134.816 7.97289H134.851C135.139 7.89225 135.44 7.86204 135.738 7.88359C135.837 7.88359 135.937 7.88359 136.036 7.88359C136.135 7.88359 136.393 7.88359 136.601 7.91336L137.458 8.01258C137.704 8.05004 137.945 8.11495 138.177 8.20607L138.296 8.25073C138.517 8.28431 138.734 8.33744 138.945 8.40949L139.015 8.43429C139.335 8.33514 139.674 8.30804 140.006 8.35491C140.313 8.41339 140.6 8.54627 140.844 8.7419C141.121 8.67254 141.41 8.66408 141.692 8.71709C141.988 8.78418 142.27 8.90346 142.524 9.06934L142.584 9.10903C142.772 9.1587 142.953 9.23031 143.124 9.32237C143.477 9.1958 143.86 9.17511 144.224 9.26283C144.517 9.34108 144.792 9.47223 145.037 9.64981H145.082C145.346 9.64731 145.61 9.68069 145.865 9.74904C145.93 9.74904 146.024 9.78377 146.128 9.80361C146.328 9.83235 146.527 9.8721 146.723 9.92268C146.915 9.98596 147.104 10.0605 147.288 10.1459C147.377 10.1856 147.466 10.2253 147.526 10.2452C147.585 10.265 147.714 10.2948 147.808 10.3196C147.994 10.3608 148.178 10.4122 148.358 10.4734C148.601 10.5591 148.83 10.6758 149.043 10.8207L149.157 10.8951C149.393 10.9874 149.617 11.1109 149.821 11.2622L149.905 11.3168L150.049 11.3466C150.281 11.3818 150.508 11.4417 150.728 11.5252C150.891 11.5897 151.05 11.6641 151.224 11.7336C151.397 11.803 151.427 11.8278 151.521 11.8675L151.68 11.9072C151.908 11.949 152.13 12.0155 152.344 12.1057C152.443 12.1503 152.542 12.185 152.641 12.2198C152.74 12.2545 152.968 12.3438 153.137 12.4232C153.375 12.5356 153.596 12.6791 153.796 12.8499C153.826 12.8499 153.851 12.8995 153.885 12.9193L154.049 12.9689C154.265 13.0299 154.475 13.1079 154.678 13.2021C154.837 13.2815 154.991 13.3658 155.144 13.4502L155.437 13.6089C155.702 13.7545 155.94 13.9441 156.141 14.1696L156.185 14.2192C156.344 14.3085 156.478 14.3978 156.602 14.4821C156.726 14.5665 156.755 14.5863 156.835 14.631L157.127 14.7848C157.266 14.8542 157.405 14.9237 157.539 14.9981H157.623C157.891 15.0549 158.15 15.1502 158.391 15.2809L158.51 15.3206C158.761 15.3915 159.003 15.4931 159.229 15.6232C159.518 15.8173 159.76 16.0732 159.938 16.3724C160.083 16.478 160.221 16.5941 160.349 16.7197L160.423 16.7891C160.731 16.85 161.024 16.9696 161.286 17.1414C161.358 17.1874 161.432 17.2288 161.509 17.2654C161.689 17.3581 161.863 17.4625 162.029 17.578C162.32 17.7927 162.553 18.0755 162.709 18.4015L162.828 18.4809L163.194 18.729H163.254C163.551 18.8093 163.83 18.9457 164.077 19.1309C164.271 19.2856 164.446 19.464 164.597 19.6617L164.652 19.7262H164.691C164.967 19.8262 165.225 19.9703 165.455 20.1529C165.657 20.3239 165.834 20.5227 165.98 20.7433C166.283 20.8395 166.565 20.9946 166.808 21.1997C166.966 21.3462 167.113 21.5037 167.249 21.671C167.294 21.7283 167.342 21.7829 167.393 21.8348L167.631 22.0481C167.765 22.1721 167.903 22.2912 168.032 22.4152C168.178 22.5575 168.316 22.7082 168.444 22.8667C168.497 22.9324 168.553 22.9953 168.612 23.0553C168.687 23.1346 168.771 23.2041 168.855 23.2785C168.939 23.3529 169.118 23.5167 169.242 23.6407C169.312 23.7124 169.387 23.7803 169.465 23.8441C169.608 23.9644 169.746 24.0919 169.876 24.2261C170.04 24.402 170.185 24.595 170.307 24.8016L170.392 24.9306C170.53 25.0844 170.649 25.2333 170.754 25.3623C170.811 25.4414 170.872 25.5176 170.937 25.5905C171.096 25.7722 171.235 25.9701 171.353 26.1809C171.663 26.3127 171.941 26.5108 172.166 26.7613C172.337 26.9665 172.477 27.1955 172.583 27.441L172.637 27.5452C172.766 27.713 172.882 27.8905 172.984 28.0761L173.049 28.1902L173.093 28.22C173.345 28.3758 173.569 28.5719 173.757 28.8004C173.822 28.8848 173.891 28.9642 173.961 29.0485C174.03 29.1328 174.189 29.3065 174.303 29.4653C174.417 29.624 174.65 29.9267 174.798 30.1598C174.936 30.3606 175.052 30.5751 175.145 30.7998C175.17 30.8495 175.185 30.8991 175.2 30.9239L175.324 31.0529C175.477 31.2055 175.616 31.3716 175.74 31.549L175.814 31.6085C176.07 31.7999 176.29 32.0351 176.464 32.3031C176.633 32.5711 176.743 32.8722 176.786 33.1862C177.003 33.357 177.189 33.5633 177.336 33.7965C177.464 34.0152 177.566 34.2484 177.639 34.4911C177.65 34.535 177.665 34.5781 177.683 34.62L177.842 34.878C177.941 35.0269 178.035 35.1757 178.124 35.3295C178.228 35.5178 178.317 35.7135 178.392 35.9149L178.437 36.039C178.686 36.2385 178.895 36.4845 179.051 36.7633C179.101 36.8576 179.155 36.9519 179.21 37.0412C179.264 37.1305 179.398 37.3537 179.478 37.5373C179.64 37.866 179.704 38.2348 179.661 38.599C179.821 38.7687 179.954 38.963 180.053 39.1745C180.173 39.4337 180.246 39.7129 180.266 39.9981C180.476 40.2092 180.644 40.4584 180.761 40.7324C180.831 40.8961 180.89 41.0648 180.955 41.2285C180.955 41.3029 181.004 41.3724 181.034 41.4418L181.064 41.4766C181.285 41.7008 181.462 41.9651 181.584 42.2555C181.647 42.4242 181.707 42.5896 181.763 42.7516C181.797 42.8558 181.832 42.96 181.872 43.0642C181.911 43.1684 181.951 43.2478 181.991 43.342C182.03 43.4363 182.139 43.6645 182.209 43.8381C182.308 44.1352 182.352 44.448 182.338 44.7609V44.8056C182.362 44.8751 182.392 44.9346 182.417 44.9991C182.493 45.1706 182.559 45.3462 182.615 45.525C182.709 45.8331 182.74 46.1573 182.705 46.4776V46.5173C182.834 46.7297 182.936 46.9582 183.007 47.1969C183.007 47.2317 183.061 47.321 183.091 47.3904C183.187 47.5881 183.265 47.794 183.324 48.0056C183.393 48.2609 183.413 48.5268 183.384 48.7895C183.611 49.031 183.773 49.3264 183.854 49.6478C183.919 49.9654 183.919 50.2927 183.854 50.6103V50.65C183.854 50.7195 183.889 50.7889 183.904 50.8633C183.944 51.0221 183.983 51.1858 184.018 51.3595C184.034 51.3985 184.052 51.4365 184.073 51.4736C184.186 51.7057 184.271 51.9505 184.325 52.2029C184.342 52.2634 184.362 52.323 184.385 52.3815C184.469 52.5952 184.534 52.8161 184.578 53.0414C184.608 53.215 184.633 53.3887 184.658 53.5375L184.702 53.8699C184.743 54.1379 184.743 54.4106 184.702 54.6786C184.705 54.7149 184.705 54.7514 184.702 54.7877C184.732 54.9862 184.757 55.1846 184.776 55.3881L184.801 55.5766C184.813 55.6276 184.83 55.6774 184.851 55.7254C184.934 55.9568 184.992 56.1963 185.024 56.4399C185.046 56.7118 185.031 56.9855 184.98 57.2535V57.3527C184.99 57.4195 185.003 57.4858 185.019 57.5512C185.065 57.754 185.098 57.9595 185.118 58.1664C185.118 58.3946 185.118 58.598 185.118 58.7667C185.114 58.8543 185.114 58.9421 185.118 59.0297L185.148 59.3472C185.175 59.5264 185.191 59.7069 185.198 59.888C185.198 59.9971 185.198 60.1013 185.223 60.2104C185.247 60.3196 185.257 60.5677 185.262 60.7463C185.267 61.0348 185.215 61.3214 185.109 61.5897C185.237 61.8651 185.306 62.1642 185.312 62.4678C185.308 62.7265 185.27 62.9834 185.198 63.2319C185.195 63.2732 185.195 63.3146 185.198 63.3559C185.184 63.5993 185.144 63.8405 185.079 64.0753C185.064 64.1158 185.053 64.1572 185.044 64.1993C185.044 64.2886 185.044 64.3829 185.044 64.4772C185.044 64.5714 185.044 64.6806 185.044 64.7947C185.226 65.1325 185.315 65.5126 185.302 65.8961C185.277 66.1898 185.196 66.4761 185.064 66.7395C185.154 67.0196 185.189 67.3143 185.168 67.6077C185.139 67.8568 185.081 68.1016 184.995 68.3371C184.995 68.3817 184.96 68.4264 184.95 68.466C184.94 68.5057 184.95 68.6695 184.925 68.7736C184.9 68.8778 184.895 69.1209 184.871 69.2946C184.85 69.4736 184.817 69.651 184.772 69.8255C184.753 69.8991 184.738 69.9736 184.727 70.0487C184.682 70.3846 184.517 70.6929 184.263 70.9171C184.009 71.1413 183.683 71.2663 183.344 71.2692C183.009 71.2713 182.685 71.1517 182.432 70.9328C182.178 70.7138 182.013 70.4103 181.966 70.0785C181.966 70.0437 181.941 70.014 181.931 69.9842C181.848 69.778 181.786 69.5635 181.748 69.3442C181.709 69.0727 181.709 68.7971 181.748 68.5256C181.435 68.0244 181.329 67.4217 181.45 66.8437C181.452 66.8256 181.452 66.8073 181.45 66.7891C181.426 66.6353 181.411 66.4964 181.396 66.3724C181.381 66.2483 181.371 66.1541 181.356 66.0846C181.32 65.9259 181.29 65.7605 181.267 65.5885C181.267 65.4744 181.232 65.3652 181.208 65.2561C181.183 65.1469 181.158 65.0973 181.123 65.0031C181.055 64.8314 180.997 64.6557 180.95 64.4772C180.95 64.4474 180.9 64.3581 180.875 64.2936C180.784 64.1052 180.71 63.9094 180.652 63.7082C180.596 63.4839 180.563 63.2545 180.553 63.0235C180.553 62.9739 180.553 62.9243 180.553 62.8945L180.489 62.7754C180.393 62.6067 180.31 62.4309 180.241 62.2495L180.211 62.2049C180.013 61.9732 179.862 61.7054 179.765 61.416C179.681 61.1484 179.657 60.8654 179.696 60.5875C179.487 60.3911 179.327 60.148 179.23 59.878C179.116 59.5412 179.091 59.1808 179.155 58.8312C179.096 58.7171 179.022 58.5831 178.947 58.4293C178.712 58.2053 178.524 57.9373 178.392 57.6405C178.286 57.3747 178.226 57.0929 178.214 56.807C178.214 56.807 178.214 56.7574 178.214 56.7326C178.145 56.5501 178.09 56.3627 178.05 56.1719C178.05 56.1323 178.05 56.0826 178.025 56.0529C178.006 56.031 177.987 56.0077 177.971 55.9834C177.627 55.6162 177.406 55.1518 177.336 54.6538C177.074 54.4657 176.858 54.2195 176.707 53.9344C176.617 53.7508 176.553 53.5821 176.494 53.4383C176.434 53.2944 176.414 53.2398 176.385 53.1803C176.31 53.0414 176.246 52.9024 176.181 52.7586C176.117 52.6147 176.087 52.5502 176.033 52.446C175.993 52.3889 175.95 52.3343 175.904 52.2823C175.778 52.1243 175.662 51.9586 175.557 51.7862C175.424 51.55 175.339 51.2906 175.304 51.0221C175.063 50.8578 174.857 50.647 174.699 50.4019C174.522 50.1006 174.425 49.7591 174.417 49.4097C174.274 49.2556 174.145 49.0896 174.03 48.9136C173.926 48.7548 173.842 48.606 173.767 48.472C173.738 48.4174 173.708 48.3579 173.678 48.3083C173.398 48.1312 173.155 47.9002 172.964 47.6286C172.785 47.3582 172.662 47.0545 172.602 46.7355L172.498 46.6363C172.367 46.504 172.244 46.3631 172.132 46.2146C172.132 46.1898 172.037 46.1203 171.988 46.0707C171.834 45.9319 171.691 45.7809 171.562 45.6193C171.462 45.4903 171.373 45.3613 171.284 45.2273C171.195 45.0934 171.155 45.0388 171.086 44.9495C171.016 44.8602 170.912 44.7461 170.828 44.6468L170.555 44.3343C170.509 44.2864 170.459 44.2417 170.407 44.2003C170.245 44.068 170.096 43.9219 169.96 43.7637C169.777 43.5485 169.644 43.2939 169.574 43.0195C169.308 42.9085 169.071 42.7389 168.88 42.5234C168.706 42.3198 168.56 42.0947 168.444 41.8536C168.432 41.824 168.417 41.7957 168.399 41.7693C168.27 41.6159 168.157 41.4497 168.062 41.2732C167.726 41.1868 167.417 41.0161 167.165 40.777C167.026 40.6347 166.899 40.4821 166.783 40.3206C166.734 40.261 166.669 40.1767 166.644 40.1519C166.446 39.9584 166.253 39.7699 166.054 39.5863C165.88 39.4149 165.727 39.2234 165.598 39.0158C165.295 38.928 165.013 38.7776 164.771 38.5742C164.539 38.3589 164.35 38.1013 164.215 37.8151C164.217 37.8036 164.217 37.7919 164.215 37.7804C164.099 37.6697 163.99 37.552 163.888 37.4281L163.759 37.2843L163.635 37.2198C163.424 37.118 163.223 36.995 163.036 36.8526C162.942 36.7782 162.842 36.7088 162.743 36.6393L162.381 36.3714C162.292 36.3019 162.203 36.2424 162.109 36.1829C162.015 36.1233 161.836 36.0042 161.707 35.905C161.51 35.7516 161.332 35.5751 161.177 35.3791L161.103 35.2849C160.953 35.173 160.812 35.0503 160.681 34.9177L160.533 34.7838L160.419 34.7342C160.187 34.6536 159.967 34.5435 159.764 34.4067L159.447 34.2083C159.318 34.1338 159.194 34.0545 159.07 33.9751C159.003 33.9353 158.934 33.9005 158.862 33.8709C158.691 33.7887 158.526 33.6959 158.366 33.5931L158.114 33.4641C157.948 33.3983 157.786 33.3238 157.628 33.2408L157.281 33.0175L156.939 32.7992C156.687 32.6482 156.472 32.4432 156.309 32.1989C156.042 32.1687 155.783 32.0879 155.546 31.9608C155.284 31.8092 155.055 31.6068 154.872 31.3654C154.615 31.3312 154.365 31.2541 154.133 31.1372C154.059 31.0975 153.955 31.0578 153.846 31.0132C153.737 30.9685 153.533 30.8842 153.385 30.8098C153.169 30.6988 152.966 30.564 152.78 30.4079L152.676 30.3285C152.498 30.2352 152.332 30.122 152.18 29.9912C151.831 30.0407 151.475 29.9961 151.149 29.8622C150.899 29.7444 150.666 29.5907 150.46 29.4057C150.181 29.3927 149.905 29.3375 149.642 29.242C149.494 29.1825 149.35 29.113 149.201 29.0435C149.052 28.9741 149.003 28.9493 148.899 28.9096C148.633 28.8041 148.389 28.6492 148.18 28.4531C147.906 28.4647 147.632 28.426 147.372 28.339C147.086 28.2338 146.828 28.064 146.619 27.8429C146.357 27.8648 146.093 27.8379 145.84 27.7635C145.682 27.7139 145.528 27.6544 145.374 27.5948C145.221 27.5353 145.171 27.5155 145.072 27.4857C144.973 27.4559 144.933 27.4857 144.859 27.4559C144.656 27.4357 144.456 27.3992 144.259 27.3468C143.994 27.2721 143.747 27.1419 143.535 26.9648C143.253 27.0274 142.96 27.0274 142.678 26.9648C142.417 26.8941 142.166 26.7872 141.934 26.6472L141.86 26.6075C141.771 26.6075 141.677 26.5778 141.582 26.5629C141.488 26.548 141.27 26.5182 141.112 26.4835C140.84 26.421 140.579 26.3173 140.338 26.1759C140.07 26.2158 139.798 26.2158 139.53 26.1759C139.351 26.1434 139.174 26.1003 139 26.0469L138.782 25.9923H138.688C138.428 26.0283 138.164 26.0283 137.904 25.9923H137.662C137.469 25.9958 137.277 25.9859 137.087 25.9626C136.816 25.9236 136.552 25.845 136.303 25.7294H136.264H136.199C135.957 25.7692 135.711 25.7792 135.466 25.7592C135.256 25.7384 135.049 25.6985 134.846 25.6401L134.663 25.5954C134.42 25.5754 134.182 25.522 133.954 25.4367C133.662 25.5646 133.345 25.6257 133.027 25.6153C132.776 25.5975 132.528 25.5509 132.288 25.4764L132.174 25.4416C131.924 25.4254 131.677 25.3753 131.441 25.2928H131.356C131.095 25.3852 130.821 25.4354 130.544 25.4416L130.405 25.4714C130.176 25.5317 129.942 25.565 129.706 25.5706C129.388 25.5679 129.073 25.5039 128.779 25.3821H128.749H128.576H128.08C127.885 25.3929 127.69 25.3929 127.495 25.3821C127.206 25.5993 126.863 25.7347 126.504 25.774C126.227 25.7933 125.95 25.7527 125.691 25.655C125.447 25.8131 125.171 25.9132 124.883 25.9477C124.538 25.9767 124.191 25.9293 123.867 25.8088L123.232 25.8882C123.025 25.9162 122.816 25.9262 122.608 25.9179H122.583C122.313 26.1378 121.993 26.2877 121.651 26.3545C121.342 26.4004 121.027 26.3835 120.724 26.3049C120.504 26.4161 120.271 26.4994 120.03 26.553C119.718 26.6175 119.396 26.6175 119.083 26.553L119.014 26.5827C118.817 26.6714 118.613 26.7428 118.404 26.7961C118.207 26.841 118.006 26.8708 117.804 26.8854L117.591 26.9102L117.21 27.0044L116.793 27.1086C116.719 27.1086 116.615 27.1682 116.506 27.2079C116.397 27.2476 116.198 27.3269 116.01 27.3765L115.222 27.6147C115.187 27.6147 115.088 27.6742 115.019 27.704C114.842 27.7963 114.658 27.8742 114.468 27.9372C114.227 28.0106 113.977 28.0539 113.725 28.0662H113.675C113.458 28.2413 113.213 28.3804 112.952 28.478C112.708 28.5636 112.452 28.6104 112.193 28.6169C111.982 28.8319 111.729 29.0009 111.45 29.113L111.237 29.2271C111.076 29.3232 110.911 29.411 110.741 29.4901C110.426 29.6139 110.086 29.6615 109.75 29.629C109.568 29.774 109.37 29.8972 109.16 29.9961C108.985 30.0724 108.806 30.1387 108.624 30.1946L108.386 30.2789L107.707 30.6064L107.648 30.6659C107.454 30.8615 107.234 31.0285 106.994 31.162L106.582 31.3605L106.255 31.5143C106.039 31.6174 105.813 31.6972 105.581 31.7524L105.422 31.807C105.237 31.9062 105.045 31.9908 104.847 32.06L104.664 32.1295L104.495 32.2585C104.339 32.3901 104.174 32.5095 104 32.6157C103.866 32.6951 103.727 32.7695 103.588 32.8389L103.36 32.963C103.351 32.9784 103.34 32.9919 103.325 33.0027C103.15 33.2391 102.935 33.4438 102.691 33.6079C102.432 33.7651 102.144 33.8665 101.843 33.9056C101.69 34.1158 101.502 34.2986 101.288 34.4464C101.179 34.5208 101.08 34.6002 100.976 34.6796L100.629 34.9326C100.421 35.0758 100.192 35.1862 99.9499 35.2601C99.8053 35.534 99.6042 35.7742 99.36 35.9646C99.1836 36.096 98.9943 36.2091 98.7949 36.3019L98.6512 36.3763L98.3141 36.6294C98.21 36.7038 98.101 36.7832 97.9969 36.8675C97.8928 36.9519 97.7391 37.061 97.6053 37.1553L97.3872 37.314L97.3426 37.3785C97.2092 37.6118 97.0422 37.8241 96.8469 38.0086L96.5495 38.2567C96.4355 38.346 96.3264 38.4353 96.2223 38.5296C96.1182 38.6238 95.9646 38.7429 95.8357 38.8421C95.7068 38.9413 95.6473 38.986 95.5829 39.0455C95.5184 39.1051 95.4837 39.1547 95.4193 39.2291C95.2993 39.3776 95.1702 39.5185 95.0327 39.6508C94.8324 39.836 94.5962 39.9779 94.3387 40.0676C94.2471 40.3454 94.0927 40.5983 93.8876 40.8068C93.8133 40.8812 93.7439 40.9656 93.6745 41.0449C93.6051 41.1243 93.4613 41.298 93.3473 41.417C93.1434 41.62 92.9072 41.7877 92.6484 41.9132L92.584 41.9479C92.4323 42.0934 92.2662 42.2231 92.0883 42.3349L91.9941 42.3994L91.9396 42.5036C91.8399 42.6784 91.7255 42.8444 91.5976 42.9997L91.5678 43.0691C91.4643 43.3329 91.3205 43.5789 91.1415 43.7985C90.9581 43.9989 90.7418 44.1667 90.5021 44.2946C90.416 44.5637 90.2835 44.8155 90.1105 45.0388C89.8797 45.3408 89.5737 45.5768 89.2232 45.7234C89.1272 45.8306 89.0245 45.9317 88.9159 46.0261C88.8732 46.3665 88.749 46.6915 88.5541 46.9737C88.3885 47.1943 88.1855 47.3841 87.9543 47.5343C87.894 47.815 87.7832 48.0823 87.6271 48.3232C87.5577 48.4224 87.4982 48.5266 87.4388 48.6308C87.3793 48.735 87.2851 48.8888 87.2008 49.0177C87.0018 49.3054 86.7344 49.539 86.4226 49.6974C86.3472 49.9003 86.2543 50.0962 86.145 50.2829C86.0657 50.4119 85.9765 50.5409 85.8873 50.6699L85.7683 50.8435C85.7424 51.1736 85.6479 51.4947 85.4907 51.7862C85.3134 52.0755 85.0769 52.3241 84.7968 52.5155C84.7522 52.5849 84.7125 52.6593 84.6728 52.7288C84.6332 52.7983 84.5489 52.9372 84.4944 53.0414C84.4838 53.0755 84.4755 53.1103 84.4696 53.1455C84.4183 53.3976 84.3368 53.6424 84.2267 53.8749C84.0953 54.1228 83.9283 54.3501 83.731 54.5496C83.7333 54.5744 83.7333 54.5993 83.731 54.624C83.6874 54.8313 83.6244 55.0339 83.5427 55.2293C83.5402 55.259 83.5402 55.2889 83.5427 55.3186C83.5111 55.5901 83.441 55.8558 83.3345 56.1074C83.2146 56.3552 83.046 56.5763 82.8388 56.7574C82.8546 57.0501 82.8072 57.3429 82.7 57.6157C82.5962 57.8526 82.4612 58.0745 82.2985 58.2755L82.2341 58.3599L82.0854 58.7072L81.9515 59.0247C81.9515 59.0545 81.9515 59.0892 81.9515 59.1239C81.9386 59.3828 81.8886 59.6384 81.8028 59.883C81.6805 60.2047 81.4874 60.4946 81.2377 60.7314L81.1634 60.9398L81.0444 61.2722V61.3466C81.0531 61.6278 81.0197 61.9087 80.9453 62.1801L80.8115 62.5819C80.7668 62.706 80.7272 62.83 80.6875 62.954C80.5976 63.2426 80.4547 63.5118 80.2662 63.7479C80.2731 63.9962 80.2498 64.2444 80.1968 64.4871C80.1942 64.5334 80.1942 64.5797 80.1968 64.626C80.1969 64.8644 80.172 65.1022 80.1225 65.3355C80.1225 65.3801 80.1225 65.4793 80.0927 65.5686C80.077 65.7635 80.0505 65.9572 80.0134 66.1491C79.9467 66.4113 79.845 66.6633 79.711 66.8983L79.6664 66.9777C79.6143 67.1878 79.5412 67.3923 79.4483 67.5879C79.4483 67.6325 79.4136 67.6722 79.3987 67.7119C79.3839 67.7516 79.3987 67.8608 79.3987 67.9501C79.3886 68.1379 79.3687 68.325 79.3393 68.5107L79.2649 68.9026C79.2352 69.0416 79.2104 69.1755 79.1906 69.3095C79.1855 69.3788 79.1855 69.4485 79.1906 69.5178C79.1965 69.7316 79.1865 69.9455 79.1608 70.1579C79.1152 70.4923 78.9499 70.7989 78.6956 71.0206C78.4412 71.2423 78.1151 71.3641 77.7779 71.3634C77.4317 71.3866 77.0892 71.2802 76.8171 71.0647C76.545 70.8492 76.3627 70.5401 76.3057 70.1975ZM182.258 56.673C182.178 56.455 182.121 56.2287 182.09 55.9983L182.06 55.78C182.035 55.5815 182.016 55.3881 181.986 55.1896C181.95 54.9312 181.95 54.6691 181.986 54.4107C181.988 54.376 181.988 54.3412 181.986 54.3065L181.941 53.984C181.916 53.8352 181.897 53.6913 181.877 53.5524L181.812 53.3738C181.739 53.1852 181.681 52.9911 181.639 52.7933C181.639 52.7536 181.604 52.7189 181.589 52.6792C181.478 52.4588 181.395 52.2255 181.341 51.9846C181.312 51.8457 181.277 51.7117 181.242 51.5728L181.153 51.1908C181.101 50.953 181.089 50.7081 181.118 50.4664C180.899 50.2302 180.741 49.9441 180.657 49.6329C180.587 49.3202 180.577 48.9969 180.628 48.6804C180.617 48.6509 180.604 48.6227 180.588 48.596C180.523 48.4095 180.47 48.2189 180.429 48.0255C180.429 47.9858 180.385 47.9461 180.36 47.9064C180.241 47.7 180.143 47.4823 180.067 47.2565C179.984 46.9497 179.959 46.6299 179.993 46.3138C179.97 46.2496 179.944 46.1867 179.914 46.1253C179.854 45.9715 179.79 45.8227 179.735 45.6639C179.645 45.377 179.606 45.0763 179.621 44.7758V44.7361L179.527 44.5278C179.458 44.3789 179.388 44.2251 179.334 44.0713C179.279 43.9175 179.23 43.7885 179.185 43.6496L179.101 43.3966L179.071 43.3668C178.862 43.1494 178.694 42.8955 178.575 42.6177C178.516 42.4788 178.466 42.3448 178.417 42.2059C178.367 42.067 178.357 42.0422 178.323 41.9578L178.298 41.933C178.061 41.7201 177.865 41.4642 177.723 41.1789C177.612 40.924 177.545 40.6523 177.525 40.3752C177.323 40.1815 177.155 39.955 177.029 39.7054C176.861 39.3449 176.807 38.9414 176.875 38.5494L176.841 38.4899C176.781 38.3956 176.722 38.2964 176.667 38.1971L176.632 38.1674C176.393 37.9748 176.191 37.7392 176.038 37.4728C175.942 37.2956 175.859 37.1115 175.79 36.9221C175.76 36.8526 175.725 36.7534 175.705 36.7187C175.641 36.6095 175.572 36.5053 175.502 36.3962C175.433 36.287 175.344 36.1531 175.269 36.0241C175.151 35.812 175.056 35.5874 174.987 35.3543V35.3047C174.757 35.1286 174.557 34.9157 174.397 34.6746C174.239 34.4097 174.135 34.1164 174.09 33.8114C173.902 33.6511 173.735 33.4677 173.594 33.2656L173.47 33.1366C173.311 32.9862 173.169 32.8199 173.044 32.6405C172.913 32.4485 172.802 32.2441 172.711 32.0302L172.662 31.9062L172.166 31.2513C172.097 31.1571 172.018 31.0678 171.943 30.9784C171.869 30.8891 171.775 30.7899 171.695 30.6907L171.636 30.651C171.397 30.4978 171.182 30.3106 170.996 30.0953C170.868 29.9267 170.753 29.7494 170.649 29.5645C170.62 29.5049 170.57 29.4256 170.555 29.4008C170.4 29.2111 170.271 29.0007 170.174 28.7756C169.883 28.6527 169.623 28.4682 169.41 28.2348C169.262 28.0619 169.133 27.874 169.024 27.6742C168.994 27.6296 168.969 27.58 168.949 27.5552C168.825 27.4162 168.721 27.2773 168.627 27.1632C168.533 27.0491 168.488 26.9796 168.434 26.9201C168.278 26.7509 168.141 26.5664 168.022 26.3694C168 26.3281 167.975 26.2883 167.948 26.2503C167.874 26.1759 167.789 26.1015 167.71 26.032C167.631 25.9626 167.462 25.8137 167.348 25.6996C167.234 25.5855 167.165 25.526 167.071 25.4416L166.743 25.144C166.595 24.9951 166.471 24.8463 166.372 24.7272C166.273 24.6081 166.243 24.5684 166.198 24.5288C166.154 24.4891 165.97 24.3204 165.856 24.2212L165.593 23.983C165.445 23.8464 165.308 23.6988 165.182 23.5415L165.108 23.4522C164.809 23.3568 164.53 23.2072 164.285 23.0106C164.098 22.8401 163.932 22.6486 163.789 22.44V22.4053C163.521 22.3098 163.271 22.1725 163.046 21.9985C162.863 21.8519 162.696 21.6855 162.55 21.5024L162.51 21.4528C162.223 21.3696 161.951 21.2388 161.707 21.0658C161.618 20.9963 161.519 20.9318 161.42 20.8673C161.321 20.8028 161.162 20.6986 161.038 20.6093C160.767 20.4005 160.546 20.1324 160.394 19.8254L160.304 19.7758C160.195 19.7163 160.062 19.6468 159.923 19.5575H159.873C159.576 19.4963 159.292 19.382 159.036 19.2202C158.859 19.0975 158.693 18.9597 158.54 18.8084L158.416 18.6943C158.158 18.521 157.938 18.2984 157.767 18.0394C157.55 17.9796 157.341 17.8964 157.142 17.7913H157.058C156.789 17.7373 156.53 17.6436 156.289 17.5135C156.18 17.449 156.061 17.3894 155.947 17.3299L155.571 17.1315C155.397 17.0372 155.253 16.938 155.125 16.8536C155.047 16.7967 154.966 16.7453 154.882 16.6998C154.626 16.5542 154.395 16.3682 154.198 16.1491L154.158 16.1045L153.861 15.9407C153.752 15.8812 153.642 15.8167 153.528 15.7621C153.499 15.7621 153.405 15.7224 153.34 15.7026C153.138 15.6463 152.941 15.575 152.75 15.4893C152.526 15.3778 152.316 15.2396 152.126 15.0775L152.036 15.008C151.937 14.9634 151.843 14.9286 151.744 14.8939C151.645 14.8592 151.447 14.7848 151.313 14.7252L151.139 14.6806C150.924 14.6384 150.714 14.577 150.51 14.497L150.128 14.3283L149.776 14.1745L149.608 14.1398C149.388 14.104 149.173 14.0493 148.963 13.9761C148.729 13.8819 148.507 13.7586 148.304 13.6089L148.21 13.5444C147.996 13.4591 147.791 13.351 147.6 13.222C147.566 13.1959 147.529 13.1727 147.491 13.1525C147.417 13.1525 147.323 13.1078 147.218 13.083C147.114 13.0582 146.906 13.0037 146.723 12.9491C146.554 12.8894 146.389 12.8216 146.227 12.7457C146.145 12.7052 146.061 12.6703 145.974 12.6415C145.886 12.6163 145.797 12.5964 145.707 12.5819C145.54 12.5558 145.374 12.521 145.211 12.4778H145.097C144.843 12.4791 144.59 12.4491 144.343 12.3885C144.131 12.3257 143.928 12.2356 143.739 12.1205C143.409 12.2302 143.056 12.2474 142.718 12.1702C142.464 12.1045 142.22 12.0043 141.994 11.8725L141.905 11.8229C141.695 11.7684 141.493 11.6867 141.305 11.5798C140.986 11.6868 140.645 11.7107 140.314 11.6492C139.996 11.5886 139.7 11.4448 139.456 11.2325C139.215 11.2759 138.968 11.2759 138.727 11.2325C138.523 11.1949 138.32 11.1435 138.123 11.0787L137.934 11.0241C137.702 10.9863 137.475 10.9248 137.255 10.8405L137.121 10.7909L136.328 10.6966C136.223 10.6911 136.117 10.6911 136.011 10.6966H135.6H135.535C135.256 10.7723 134.966 10.8024 134.678 10.786C134.421 10.7618 134.17 10.7034 133.929 10.6123L133.835 10.5825H133.632C133.439 10.5961 133.245 10.5961 133.052 10.5825C132.859 10.5689 132.667 10.5441 132.477 10.5081C132.4 10.4924 132.322 10.4808 132.244 10.4734C132.004 10.4621 131.766 10.4238 131.535 10.3593L131.446 10.3345H131.376C131.127 10.4084 130.868 10.4485 130.608 10.4535C130.39 10.4511 130.173 10.4296 129.959 10.389L129.785 10.3593C129.612 10.37 129.438 10.37 129.265 10.3593H129.235C128.926 10.5973 128.553 10.7389 128.164 10.7661C127.802 10.7744 127.444 10.6908 127.123 10.523H126.98C126.831 10.523 126.687 10.5627 126.543 10.5726L126.41 10.6123C126.184 10.6896 125.952 10.7428 125.716 10.7711C125.577 10.7711 125.443 10.8008 125.304 10.8207L124.908 10.8703H124.843C124.595 10.9001 124.347 10.9249 124.095 10.9596C123.797 10.9892 123.497 10.9674 123.207 10.8951H123.153H122.945L122.449 10.9646L122.231 11.0291C122.046 11.0905 121.857 11.1386 121.666 11.1729L121.497 11.2374C121.301 11.3149 121.099 11.3763 120.893 11.421L120.764 11.4756C120.549 11.575 120.325 11.6515 120.095 11.7038L119.599 11.8129L119.292 11.8824L118.855 11.9667C118.736 11.9667 118.612 12.0064 118.493 12.0362C118.23 12.0961 117.96 12.1162 117.69 12.0957H117.606C117.512 12.1205 117.423 12.1553 117.339 12.185L116.917 12.319C116.879 12.3359 116.843 12.3558 116.808 12.3785C116.595 12.5027 116.369 12.6026 116.134 12.6762C115.898 12.7423 115.655 12.7789 115.41 12.7854H115.346L115.316 12.8102C115.092 12.9711 114.847 13.0997 114.587 13.1922C114.289 13.2823 113.975 13.3093 113.665 13.2716C113.464 13.4121 113.246 13.5271 113.016 13.6139C112.709 13.7183 112.382 13.7555 112.059 13.723H112.03C111.921 13.7875 111.782 13.8768 111.618 13.9562C111.393 14.2281 111.108 14.4439 110.786 14.5863C110.589 14.668 110.384 14.7311 110.176 14.7748L110.002 14.8195C109.928 14.8493 109.829 14.9038 109.725 14.9584C109.621 15.013 109.447 15.1122 109.274 15.1916C108.999 15.3094 108.705 15.375 108.406 15.3851C108.225 15.5446 108.026 15.6813 107.811 15.7919L107.683 15.8911C107.506 16.0386 107.315 16.1682 107.113 16.2781C106.894 16.3821 106.664 16.462 106.428 16.5163L106.3 16.551L106.017 16.6998C105.878 16.7693 105.739 16.8387 105.606 16.9132C105.543 16.9541 105.484 16.9989 105.427 17.0471C105.27 17.1709 105.104 17.2836 104.931 17.3845C104.747 17.4862 104.555 17.5725 104.357 17.6425L104.178 17.7119L103.479 18.1336C103.282 18.255 103.066 18.3422 102.84 18.3916C102.679 18.7243 102.426 19.0034 102.111 19.1954C101.849 19.3605 101.558 19.4749 101.254 19.5327H101.229C101.179 19.5724 101.125 19.6121 101.07 19.6617C101.016 19.7113 100.832 19.8552 100.688 19.9544L100.589 20.0636C100.442 20.2462 100.276 20.4125 100.094 20.5597C99.8629 20.724 99.6042 20.8451 99.3303 20.9169C99.1847 21.1514 99.0003 21.3595 98.785 21.5321C98.5991 21.6708 98.3999 21.7905 98.1902 21.8893C98.1458 21.9078 98.1027 21.9294 98.0613 21.9538C98.0216 21.9886 97.9572 22.0531 97.9027 22.1126C97.7735 22.2562 97.6344 22.3905 97.4863 22.5145C97.4417 22.5492 97.3723 22.6286 97.3029 22.698C97.1781 22.836 97.0457 22.9668 96.9064 23.09C96.6755 23.2814 96.4118 23.4294 96.1281 23.5266L96.0786 23.5911C95.947 23.7696 95.7993 23.9357 95.6374 24.0872C95.5869 24.138 95.5405 24.1928 95.4986 24.2509C95.3737 24.4107 95.2379 24.5615 95.0921 24.7024C94.8664 24.918 94.6002 25.0866 94.309 25.1985C94.1838 25.4062 94.0358 25.5993 93.8678 25.774C93.7786 25.8633 93.6943 25.9576 93.6101 26.0519C93.5258 26.1461 93.4167 26.2702 93.3176 26.3744C93.1334 26.5679 92.9232 26.7348 92.693 26.8705L92.6038 26.9251C92.4799 27.0491 92.3609 27.1582 92.2519 27.2525L92.1825 27.317C92.11 27.6649 91.9515 27.989 91.7215 28.2597C91.5976 28.3986 91.4736 28.5176 91.3646 28.6268L91.1514 28.8401C90.9854 29.0275 90.7973 29.1941 90.5913 29.3363L90.4971 29.4008L90.3286 29.6389C90.2344 29.7729 90.1402 29.9068 90.0411 30.0358C89.9785 30.115 89.9205 30.1978 89.8676 30.2839C89.7834 30.4129 89.6892 30.5567 89.5851 30.6857L89.5157 30.8246C89.422 31.0367 89.3056 31.2379 89.1687 31.425C89.0354 31.6036 88.8861 31.7697 88.7226 31.9211C88.6808 31.9568 88.6411 31.9949 88.6036 32.0352C88.4905 32.1866 88.3679 32.3307 88.2368 32.4668C88.1724 32.5413 88.103 32.6157 88.0732 32.6554C87.906 32.886 87.7017 33.0872 87.4685 33.2507L87.414 33.2904C87.3793 33.35 87.3446 33.4194 87.3 33.4938L87.1364 33.7865C87.1022 34.1259 86.992 34.4531 86.8142 34.7441C86.7299 34.883 86.6358 35.012 86.5416 35.141C86.4474 35.27 86.4077 35.3196 86.3483 35.4139C86.2315 35.6015 86.097 35.7776 85.9468 35.9398C85.9124 35.9812 85.876 36.021 85.8377 36.0588C85.702 36.2801 85.535 36.4807 85.342 36.6542C85.3132 36.9544 85.2256 37.2461 85.0843 37.5125C84.9555 37.7459 84.7879 37.9557 84.5886 38.1326C84.5686 38.4239 84.4929 38.7085 84.3655 38.9711C84.1962 39.2606 83.962 39.5069 83.6815 39.6905C83.6371 39.9214 83.5656 40.1462 83.4683 40.3603C83.3799 40.5319 83.2806 40.6976 83.1709 40.8564L83.052 41.0499C83.052 41.0846 83.0123 41.1839 82.9925 41.2583C82.947 41.4277 82.889 41.5936 82.819 41.7544C82.819 41.7891 82.819 41.8239 82.819 41.8586C82.7914 42.1186 82.7298 42.3738 82.6356 42.6177C82.5711 42.7665 82.5017 42.9104 82.4323 43.0592C82.363 43.2081 82.3332 43.2577 82.2936 43.3619C82.2662 43.4361 82.2446 43.5124 82.2291 43.5901C82.1873 43.7804 82.1326 43.9677 82.0655 44.1507C81.9639 44.4071 81.8234 44.6464 81.6492 44.8602C81.6386 45.1245 81.5937 45.3864 81.5153 45.6391C81.4174 45.9054 81.2785 46.1548 81.1039 46.3783L81.0593 46.4428C80.9679 46.6869 80.8463 46.9186 80.6974 47.1325L80.6528 47.1969C80.6528 47.2466 80.6528 47.316 80.6181 47.3805C80.5974 47.5477 80.566 47.7135 80.524 47.8766C80.524 47.8766 80.524 47.9263 80.524 47.9511C80.543 48.236 80.518 48.5222 80.4496 48.7994C80.3953 48.9971 80.324 49.1896 80.2365 49.375C80.2067 49.438 80.1803 49.5026 80.1572 49.5685C80.0946 49.7967 80.0012 50.0154 79.8796 50.2184C79.972 50.5413 79.9839 50.882 79.9143 51.2106C79.8344 51.5215 79.6965 51.8144 79.5078 52.0739C79.4582 52.2972 79.4136 52.5155 79.374 52.7387C79.3359 52.9215 79.2879 53.102 79.2302 53.2795C79.2302 53.3787 79.1707 53.478 79.1658 53.5226C79.1607 53.582 79.1607 53.6418 79.1658 53.7012C79.1709 53.905 79.1626 54.1088 79.141 54.3115C79.1386 54.3495 79.1386 54.3876 79.141 54.4256C79.1738 54.6792 79.1738 54.936 79.141 55.1896C79.1013 55.4575 79.0666 55.7304 79.0369 55.9983C79.0369 56.0281 79.0369 56.1273 79.0369 56.1967C79.0563 56.4047 79.0563 56.6139 79.0369 56.8219C79.009 57.0668 78.949 57.307 78.8585 57.5363L78.8287 57.6157V57.6901C78.8766 57.9384 78.8933 58.1918 78.8783 58.4442C78.8783 58.5583 78.8783 58.6724 78.8783 58.7865C78.8783 58.9007 78.8783 59.0445 78.8783 59.1735C78.9506 59.0736 79.0301 58.9791 79.1162 58.8907C79.1316 58.6297 79.185 58.3723 79.2748 58.1267C79.3343 57.958 79.4087 57.7943 79.4781 57.6306C79.5475 57.4668 79.5673 57.4321 79.6069 57.3329C79.7013 57.1021 79.8263 56.8852 79.9787 56.6879C79.945 56.3504 79.9944 56.0097 80.1225 55.6957C80.2612 55.3955 80.4663 55.1309 80.7222 54.9217C80.752 54.6701 80.8188 54.4244 80.9205 54.1924C80.9383 54.1441 80.9516 54.0943 80.9602 54.0435C81.0119 53.8009 81.09 53.5647 81.1931 53.339C81.3286 53.0757 81.508 52.8375 81.7235 52.6345C81.7235 52.6345 81.7235 52.6345 81.7235 52.5948C81.7739 52.3295 81.8606 52.0724 81.9813 51.8308C82.0655 51.677 82.1548 51.5232 82.244 51.3694C82.3332 51.2156 82.358 51.1809 82.4076 51.0816C82.5574 50.8196 82.76 50.5916 83.0024 50.4119C83.0373 50.1219 83.13 49.8418 83.275 49.5883C83.3741 49.4196 83.4832 49.2658 83.5724 49.1319C83.6616 48.9979 83.6963 48.9582 83.7459 48.8788C83.7955 48.7994 83.7856 48.7746 83.8104 48.7201C83.8896 48.4972 83.9909 48.2828 84.1127 48.0801C84.3248 47.7603 84.6218 47.506 84.9703 47.3458L85.0198 47.2565L85.228 46.9142V46.8794C85.2844 46.551 85.4094 46.2383 85.5948 45.9616C85.7508 45.743 85.9437 45.5533 86.1649 45.401C86.2162 45.0779 86.3436 44.7718 86.5366 44.5079C86.6836 44.3252 86.8498 44.1589 87.0323 44.0118C87.0742 43.9761 87.1139 43.938 87.1513 43.8977C87.3565 43.6422 87.62 43.4397 87.9196 43.3073C88.0077 43.0568 88.1385 42.8234 88.3062 42.6177C88.4993 42.3918 88.7309 42.202 88.9903 42.057C89.0916 41.7923 89.2356 41.5459 89.4165 41.3277L89.4859 41.2037C89.6032 40.9825 89.7463 40.776 89.9122 40.5885C90.0805 40.3977 90.2739 40.2308 90.4872 40.0924L90.6012 40.008C90.8086 39.8069 91.0461 39.6395 91.3051 39.5119L91.3646 39.4821L91.5133 39.3085L91.7066 39.0803C91.7947 38.6922 91.9866 38.3355 92.2618 38.0483C92.5307 37.8004 92.861 37.6291 93.2185 37.5522L93.2532 37.5075C93.3821 37.3452 93.523 37.1926 93.6745 37.0511C93.8281 36.9122 93.9818 36.7981 94.1107 36.6939L94.3486 36.5103C94.4775 36.3912 94.6163 36.2821 94.7501 36.168L94.9583 35.9943C94.9765 35.9724 94.993 35.9492 95.0079 35.9249C95.1549 35.6813 95.3389 35.462 95.5531 35.2749C95.7118 35.1459 95.8654 35.0368 95.9992 34.9425C96.1331 34.8483 96.1678 34.8235 96.2471 34.759L96.6684 34.4414L96.9361 34.243C97.1236 34.1028 97.3245 33.9814 97.5359 33.8808H97.5706C97.7255 33.5754 97.9475 33.3091 98.2199 33.1019C98.4592 32.9352 98.7236 32.8079 99.0031 32.7248H99.0775C99.1518 32.6752 99.2212 32.6206 99.2906 32.5661L99.6326 32.313L99.6673 32.2684C99.8419 32.0091 100.064 31.7852 100.322 31.6085C100.593 31.4371 100.9 31.3287 101.219 31.291C101.387 31.0769 101.59 30.8924 101.819 30.7453C101.987 30.6411 102.151 30.5567 102.314 30.4823L102.597 30.3285C102.655 30.2904 102.71 30.2472 102.76 30.1995C102.93 30.0614 103.109 29.9354 103.296 29.8225C103.493 29.7147 103.698 29.6234 103.91 29.5496L104.094 29.4801C104.299 29.3714 104.515 29.2833 104.738 29.2172L104.902 29.1626C105.06 29.0733 105.224 28.9989 105.397 28.9245L105.635 28.8153L105.7 28.7558C105.9 28.5556 106.131 28.3882 106.384 28.2597L107.162 27.8826C107.348 27.7978 107.541 27.7265 107.737 27.6693L107.95 27.5948L108.054 27.5155C108.255 27.3554 108.475 27.2205 108.709 27.1136C109.04 26.9797 109.399 26.9286 109.755 26.9648L109.819 26.93C109.953 26.8481 110.092 26.7752 110.235 26.7117C110.469 26.4582 110.755 26.2584 111.073 26.1263C111.349 26.0285 111.638 25.9765 111.931 25.9725C112.159 25.7905 112.415 25.6464 112.689 25.5458C112.938 25.4652 113.196 25.4185 113.457 25.4069H113.576L113.755 25.3275C113.946 25.2287 114.145 25.1457 114.35 25.0795L115.177 24.8314C115.267 24.8066 115.356 24.7669 115.45 24.7322C115.544 24.6974 115.787 24.6081 115.99 24.5486L116.486 24.4196L116.808 24.3452C117.018 24.2941 117.232 24.2593 117.448 24.241C117.519 24.2461 117.59 24.2461 117.661 24.241C117.721 24.2236 117.779 24.2003 117.834 24.1715C118.043 24.0774 118.261 24.0027 118.484 23.9483C118.799 23.8843 119.125 23.8843 119.44 23.9483C119.672 23.83 119.919 23.7448 120.174 23.6953C120.447 23.6393 120.729 23.6393 121.002 23.6953C121.255 23.5039 121.551 23.3763 121.864 23.3232C122.084 23.2936 122.306 23.282 122.528 23.2884H122.732C123.014 23.2438 123.302 23.2091 123.584 23.1743C123.845 23.1431 124.109 23.1634 124.362 23.2339C124.619 23.0425 124.92 22.9212 125.237 22.8821C125.555 22.8429 125.877 22.8872 126.172 23.0106C126.426 22.858 126.713 22.7678 127.009 22.7476C127.219 22.7318 127.429 22.7318 127.639 22.7476H127.877H128.447H128.739C129.062 22.7454 129.382 22.8078 129.681 22.9312H129.726C129.94 22.8765 130.159 22.8432 130.38 22.832L130.459 22.8072C130.738 22.7092 131.031 22.6572 131.327 22.6534C131.602 22.6662 131.874 22.718 132.135 22.8072L132.234 22.837C132.473 22.8519 132.71 22.897 132.938 22.9709C133.25 22.8341 133.589 22.7713 133.929 22.7873C134.197 22.8091 134.46 22.8675 134.712 22.961L134.821 22.9957C135.033 23.0197 135.241 23.0612 135.446 23.1197L135.609 23.1594H135.733C135.985 23.1147 136.242 23.1047 136.497 23.1297C136.781 23.1659 137.057 23.248 137.315 23.3728L137.384 23.4025H137.572C137.731 23.4025 137.929 23.4025 138.147 23.4323H138.251C138.523 23.3936 138.798 23.3936 139.069 23.4323C139.267 23.4671 139.462 23.5135 139.654 23.5712L139.862 23.6258H139.947C140.224 23.5842 140.507 23.5842 140.784 23.6258C141.071 23.6844 141.345 23.79 141.597 23.9384L141.667 23.9781L141.91 24.0128C142.068 24.0128 142.252 24.0674 142.45 24.107C142.695 24.1683 142.93 24.2635 143.149 24.3898C143.474 24.3095 143.815 24.3095 144.14 24.3898C144.48 24.4782 144.793 24.6486 145.052 24.886H145.112C145.328 24.9077 145.542 24.9475 145.751 25.005C145.949 25.0646 146.123 25.1291 146.277 25.1886L146.42 25.2432C146.768 25.1846 147.124 25.2067 147.461 25.3077C147.776 25.4167 148.06 25.6005 148.289 25.8435C148.55 25.84 148.81 25.8819 149.057 25.9675C149.369 26.0885 149.653 26.2726 149.89 26.5083H149.915L150.292 26.682L150.505 26.7762H150.574C150.871 26.7883 151.164 26.8486 151.442 26.9548C151.662 27.051 151.867 27.178 152.051 27.3319C152.407 27.2844 152.768 27.3341 153.097 27.4758C153.339 27.5917 153.565 27.7402 153.766 27.9173L153.856 27.9868C154.069 28.0989 154.27 28.2336 154.455 28.3887L154.555 28.473L154.807 28.5772C154.941 28.6318 155.09 28.6913 155.244 28.7657H155.313C155.613 28.8027 155.905 28.8916 156.175 29.0287C156.434 29.1688 156.66 29.3614 156.84 29.5942C157.138 29.6207 157.427 29.7103 157.687 29.8572C158.011 30.0518 158.279 30.327 158.466 30.656L158.728 30.8246L159.011 31.0082L159.254 31.1322C159.407 31.2116 159.581 31.296 159.749 31.415L159.958 31.5192C160.149 31.6074 160.335 31.7085 160.513 31.8219L160.79 31.9955C160.936 32.0815 161.079 32.1708 161.222 32.2634L161.34 32.313C161.582 32.4006 161.811 32.5173 162.025 32.6603C162.202 32.7845 162.367 32.924 162.52 33.0771L162.689 33.2309C162.897 33.387 163.084 33.5706 163.244 33.7766L163.318 33.8709L163.546 34.0247C163.704 34.1217 163.856 34.2277 164.002 34.3422L164.265 34.5307C164.414 34.6349 164.557 34.7391 164.681 34.8383L164.815 34.9078C165.038 35.0157 165.247 35.1489 165.44 35.3047C165.609 35.4461 165.764 35.6021 165.906 35.7711C165.955 35.8256 166.02 35.905 166.045 35.9249C166.247 36.1139 166.415 36.3373 166.54 36.5847C166.839 36.6723 167.115 36.8247 167.348 37.0312C167.542 37.2186 167.709 37.4324 167.844 37.6663C167.86 37.6971 167.878 37.727 167.898 37.7556L168.597 38.2021C168.748 38.3573 168.887 38.5231 169.014 38.6982C169.389 38.7653 169.738 38.9373 170.02 39.1944C170.209 39.4002 170.368 39.6325 170.491 39.884L170.535 39.9733C170.686 40.1424 170.812 40.3309 170.912 40.5339C171.258 40.6407 171.566 40.8433 171.801 41.1181C172.036 41.3929 172.188 41.7288 172.241 42.0868C172.417 42.2296 172.583 42.3855 172.736 42.5532L172.954 42.8062C173.068 42.9402 173.187 43.0741 173.296 43.2081C173.405 43.342 173.524 43.5206 173.619 43.6546C173.713 43.7885 173.738 43.8282 173.797 43.9076C173.857 43.987 173.891 44.0019 173.941 44.0465C174.104 44.1995 174.255 44.3654 174.392 44.5427C174.427 44.5873 174.491 44.6568 174.56 44.7312C174.704 44.8765 174.837 45.0324 174.957 45.1975C175.13 45.4415 175.252 45.7184 175.314 46.0112C175.555 46.1782 175.763 46.3905 175.924 46.6363C176.03 46.796 176.128 46.9617 176.216 47.1325L176.36 47.3855L176.494 47.5393C176.645 47.692 176.783 47.858 176.905 48.0354C177.069 48.2995 177.167 48.5988 177.192 48.9086C177.428 49.0718 177.625 49.2832 177.772 49.5288C177.942 49.8337 178.042 50.1726 178.065 50.521L178.114 50.5905C178.256 50.7582 178.38 50.9393 178.486 51.1313C178.585 51.3049 178.66 51.4736 178.729 51.6274C178.799 51.7812 178.813 51.8159 178.863 51.9102C178.954 52.0857 179.035 52.2662 179.106 52.451L179.136 52.5403C179.439 52.7409 179.687 53.0159 179.854 53.339C179.972 53.5971 180.051 53.8714 180.087 54.1527C180.087 54.1527 180.087 54.1775 180.087 54.1924L180.122 54.237C180.303 54.4366 180.454 54.6624 180.568 54.9068C180.661 55.1276 180.733 55.3569 180.781 55.5915C180.781 55.646 180.811 55.7254 180.816 55.7453C180.922 56.0047 180.985 56.2794 181.004 56.5589C181.218 56.7766 181.387 57.0346 181.5 57.318C181.5 57.3577 181.564 57.442 181.604 57.5165C181.713 57.7025 181.807 57.8965 181.887 58.0969C181.986 58.3679 182.024 58.6579 181.996 58.9453C182.14 59.082 182.264 59.2391 182.362 59.4117C182.362 59.3621 182.362 59.3124 182.362 59.2628C182.353 59.0794 182.353 58.8956 182.362 58.7121C182.367 58.6212 182.367 58.5302 182.362 58.4393C182.362 58.3896 182.338 58.2904 182.318 58.1962C182.274 58.0099 182.243 57.821 182.224 57.6306C182.205 57.3717 182.22 57.1115 182.268 56.8566V56.7822C182.293 56.7226 182.278 56.6879 182.268 56.6532L182.258 56.673Z' fill='%23272626'/%3E%3Cpath d='M130.534 116.094C130.811 116.094 131.094 116.094 131.372 116.094C131.649 116.094 131.932 115.901 132.209 115.891C132.487 115.881 132.779 116.065 133.057 116.055C133.334 116.045 133.617 116.005 133.895 115.985C134.172 115.965 134.45 115.841 134.727 115.817C135.005 115.792 135.287 115.752 135.565 115.727C135.843 115.702 136.135 115.802 136.413 115.772C136.69 115.742 136.958 115.603 137.235 115.568C137.513 115.534 137.766 115.306 138.043 115.266C138.321 115.226 138.594 115.191 138.871 115.147C139.149 115.102 139.436 115.147 139.714 115.107C139.992 115.067 140.289 115.142 140.562 115.107C140.834 115.072 141.097 114.924 141.37 114.864C141.642 114.804 141.865 114.556 142.148 114.497C142.43 114.437 142.762 114.656 143.035 114.591C143.308 114.527 143.531 114.283 143.803 114.214C144.076 114.145 144.299 113.966 144.587 113.892C144.874 113.817 145.176 113.936 145.444 113.857C145.712 113.777 145.94 113.564 146.207 113.48C146.475 113.395 146.703 113.247 146.986 113.162C147.268 113.078 147.635 113.346 147.903 113.257C148.17 113.167 148.319 112.76 148.582 112.656C148.844 112.552 149.122 112.507 149.38 112.408C149.638 112.309 149.91 112.225 150.168 112.12C150.426 112.016 150.664 111.813 150.906 111.709C151.149 111.604 151.402 111.465 151.66 111.351C151.918 111.237 152.205 111.207 152.463 111.093L153.221 110.741C153.474 110.622 153.692 110.434 153.94 110.309C154.188 110.185 154.48 110.146 154.733 110.017C154.986 109.888 155.229 109.724 155.452 109.595C155.675 109.466 156.047 109.516 156.29 109.377C156.533 109.238 156.741 109.039 156.984 108.881C157.226 108.722 157.479 108.647 157.737 108.509L158.456 108.072C158.694 107.923 159.001 107.883 159.239 107.735C159.477 107.586 159.735 107.447 159.953 107.293C160.171 107.139 160.23 106.698 160.448 106.539C160.667 106.38 160.989 106.34 161.222 106.177C161.455 106.013 161.589 105.735 161.817 105.571C162.045 105.408 162.357 105.363 162.58 105.199C162.803 105.036 163.011 104.837 163.234 104.668C163.457 104.5 163.73 104.401 163.953 104.222C164.176 104.043 164.226 103.676 164.449 103.498C164.672 103.319 165.014 103.304 165.227 103.126C165.44 102.947 165.633 102.739 165.841 102.555C166.05 102.371 166.193 102.108 166.402 101.92C166.61 101.731 166.952 101.692 167.155 101.498C167.358 101.305 167.398 100.943 167.596 100.749C167.794 100.556 168.032 100.392 168.226 100.193C168.419 99.9949 168.632 99.8064 168.826 99.603C169.019 99.3996 169.138 99.1069 169.321 98.9283C169.505 98.7497 169.966 98.7546 170.154 98.5512C170.342 98.3478 170.283 97.9162 170.466 97.7078C170.65 97.4994 170.883 97.3258 171.061 97.1124C171.24 96.8991 171.344 96.6163 171.522 96.4079C171.7 96.1996 172.082 96.14 172.256 95.9118C172.429 95.6836 172.474 95.371 172.642 95.1478C172.811 94.9245 172.91 94.6516 173.078 94.4234C173.247 94.1952 173.698 94.1853 173.862 93.962C174.025 93.7387 174.204 93.5155 174.357 93.2873C174.511 93.059 174.556 92.7415 174.714 92.5083C174.873 92.2752 175.116 92.1015 175.269 91.8683C175.423 91.6351 175.522 91.3722 175.671 91.1241C175.82 90.8761 175.849 90.5784 175.993 90.3402C176.137 90.1021 176.405 89.9334 176.548 89.6903C176.692 89.4472 176.826 89.1942 176.965 88.961C177.103 88.7278 177.178 88.4351 177.312 88.192C177.445 87.9489 177.5 87.6562 177.629 87.4131C177.758 87.17 177.996 86.9715 178.125 86.7235C178.253 86.4754 178.442 86.2571 178.566 86.0041C178.69 85.751 178.893 85.5377 179.012 85.2847C179.131 85.0317 179.012 84.6596 179.116 84.4065C179.22 84.1535 179.552 83.9848 179.666 83.7318C179.78 83.4788 179.75 83.1563 179.859 82.8983C179.969 82.6403 179.949 82.3327 180.053 82.0747C180.157 81.8167 180.301 81.5786 180.4 81.3057C180.499 81.0329 180.484 80.7451 180.578 80.4821C180.672 80.2192 180.99 80.0356 181.074 79.7677C181.158 79.4998 181.371 79.2716 181.461 79.0086C181.55 78.7457 181.639 78.4778 181.723 78.2099C181.808 77.942 181.723 77.6195 181.783 77.3516C181.842 77.0837 182.001 76.8306 182.07 76.5578C182.14 76.2849 182.199 76.012 182.268 75.7391C182.338 75.4663 182.269 75.1686 182.338 74.8957C182.407 74.6228 182.7 74.3996 182.759 74.1267C182.819 73.8538 182.918 73.5859 182.972 73.3131C183.027 73.0402 183.076 72.7624 183.131 72.4845C183.186 72.2067 183.062 71.904 183.131 71.6262C183.2 71.3484 183.24 71.0755 183.285 70.7977C183.329 70.5198 183.329 70.0833 183.369 69.8054C183.409 70.0783 183.265 70.5397 183.3 70.7977C183.334 71.0557 183.582 71.3236 183.612 71.6014C183.642 71.8792 183.443 72.172 183.468 72.4498C183.493 72.7276 183.656 72.9906 183.676 73.2684C183.696 73.5462 183.944 73.8042 183.959 74.0821C183.974 74.3599 184.003 74.6377 184.018 74.9156C184.033 75.1934 183.681 75.4861 183.691 75.7639C183.701 76.0418 183.924 76.3147 183.929 76.5925C183.934 76.8703 183.998 77.1481 183.998 77.426C183.998 77.7038 183.954 77.9866 183.949 78.2644C183.944 78.5423 183.949 78.8251 183.949 79.1079C183.949 79.3907 183.949 79.6685 183.919 79.9463C183.889 80.2242 184.008 80.5119 183.993 80.7897C183.979 81.0676 183.899 81.3653 183.899 81.658C183.899 81.9507 183.701 82.2037 183.676 82.4815C183.651 82.7594 183.825 83.062 183.795 83.3399C183.765 83.6177 183.671 83.8906 183.637 84.1684C183.602 84.4462 183.379 84.6992 183.339 84.9771C183.3 85.2549 183.28 85.5328 183.24 85.8106C183.2 86.0884 183.24 86.3811 183.21 86.654C183.181 86.9269 182.958 87.1799 182.908 87.4528C182.858 87.7256 183.062 88.058 183.007 88.3309C182.953 88.6038 182.824 88.8667 182.759 89.1396C182.695 89.4125 182.635 89.6854 182.571 89.9582C182.506 90.2311 182.442 90.504 182.373 90.7768C182.303 91.0497 182.239 91.3226 182.169 91.5905C182.1 91.8584 181.748 92.0569 181.674 92.3248C181.599 92.5927 181.495 92.8507 181.416 93.1186C181.337 93.3865 181.575 93.7586 181.49 94.0215C181.406 94.2845 181.029 94.4581 180.94 94.726C180.851 94.9939 180.975 95.3313 180.881 95.5943C180.786 95.8572 180.504 96.0507 180.385 96.3137C180.266 96.5766 180.157 96.8098 180.053 97.0827C179.949 97.3555 180.078 97.6979 179.969 97.9559C179.859 98.2138 179.473 98.3577 179.374 98.6107C179.275 98.8638 179.255 99.1714 179.141 99.4244C179.027 99.6774 178.942 99.9503 178.823 100.203L178.452 100.952C178.328 101.205 178.298 101.503 178.174 101.751C178.05 101.999 177.763 102.173 177.634 102.421C177.505 102.669 177.327 102.887 177.193 103.13L176.781 103.86C176.642 104.103 176.717 104.47 176.573 104.708C176.429 104.946 176.345 105.204 176.196 105.467C176.048 105.73 175.616 105.765 175.468 105.998C175.319 106.231 175.141 106.45 174.972 106.683C174.803 106.916 174.917 107.318 174.759 107.551C174.6 107.784 174.199 107.844 174.04 108.072C173.882 108.3 173.693 108.509 173.544 108.732C173.396 108.955 173.465 109.367 173.297 109.59C173.128 109.813 172.94 110.027 172.771 110.245C172.603 110.463 172.489 110.741 172.315 110.959C172.142 111.178 171.819 111.282 171.646 111.495C171.472 111.709 171.235 111.882 171.056 112.096C170.878 112.309 170.793 112.592 170.605 112.815C170.417 113.038 170.109 113.103 169.901 113.311C169.693 113.519 169.594 113.807 169.405 113.996C169.217 114.184 168.959 114.343 168.766 114.541C168.573 114.74 168.593 115.157 168.394 115.355C168.196 115.554 168.003 115.757 167.799 115.95C167.596 116.144 167.343 116.288 167.14 116.476C166.937 116.665 166.749 116.883 166.545 117.072C166.342 117.26 166.015 117.32 165.807 117.503C165.599 117.687 165.281 117.751 165.068 117.93C164.855 118.109 164.885 118.58 164.667 118.759C164.449 118.937 164.231 119.111 164.012 119.284C163.794 119.458 163.517 119.567 163.299 119.741C163.081 119.915 162.887 120.123 162.664 120.292C162.441 120.46 162.168 120.584 161.955 120.748C161.742 120.912 161.514 121.09 161.286 121.244C161.058 121.398 160.726 121.423 160.498 121.577C160.27 121.73 160.126 122.033 159.893 122.187C159.66 122.341 159.264 122.236 159.026 122.385C158.788 122.534 158.694 122.906 158.451 123.05L157.737 123.487C157.494 123.631 157.127 123.551 156.884 123.69C156.642 123.829 156.498 124.142 156.255 124.281C156.012 124.419 155.824 124.653 155.576 124.777C155.328 124.901 154.976 124.841 154.728 124.965C154.48 125.089 154.233 125.213 153.975 125.337C153.717 125.461 153.444 125.511 153.192 125.63C152.939 125.749 152.83 126.181 152.577 126.3C152.324 126.419 151.923 126.206 151.665 126.3C151.407 126.394 151.298 126.865 151.04 126.97C150.783 127.074 150.426 126.94 150.163 127.044L149.38 127.347C149.122 127.446 148.83 127.456 148.567 127.55C148.304 127.644 148.141 128.046 147.873 128.116C147.605 128.185 147.268 128.061 147 128.15C146.733 128.24 146.505 128.448 146.247 128.532C145.989 128.617 145.647 128.473 145.375 128.532C145.102 128.592 144.879 128.78 144.596 128.855C144.314 128.929 144.041 128.919 143.769 128.989L142.956 129.172C142.683 129.237 142.425 129.346 142.153 129.411L141.335 129.584C141.062 129.644 140.804 129.773 140.527 129.827C140.249 129.882 139.957 129.788 139.679 129.827C139.402 129.867 139.184 130.095 138.886 130.135C138.589 130.175 138.306 130.046 138.029 130.085C137.751 130.125 137.508 130.403 137.231 130.437C136.953 130.472 136.685 130.581 136.408 130.611C136.13 130.641 135.823 130.383 135.545 130.413C135.268 130.442 135 130.591 134.722 130.616C134.445 130.641 134.162 130.586 133.88 130.616L133.047 130.661C132.769 130.661 132.497 130.849 132.214 130.859C131.932 130.869 131.654 130.859 131.377 130.859C131.099 130.859 130.816 130.765 130.539 130.765C130.261 130.765 129.979 130.671 129.701 130.666C129.424 130.661 129.141 130.74 128.863 130.73C128.586 130.72 128.303 130.676 128.026 130.666C127.748 130.656 127.456 130.829 127.178 130.815C126.9 130.8 126.643 130.507 126.36 130.482C126.078 130.457 125.79 130.641 125.513 130.611C125.235 130.581 124.952 130.581 124.675 130.552C124.397 130.522 124.139 130.313 123.862 130.279C123.584 130.244 123.272 130.467 122.999 130.428C122.727 130.388 122.459 130.244 122.182 130.199C121.904 130.155 121.631 130.09 121.359 130.041C121.086 129.991 120.813 129.907 120.541 129.852C120.268 129.797 119.961 129.912 119.683 129.852C119.406 129.793 119.138 129.723 118.865 129.664C118.593 129.604 118.33 129.495 118.057 129.43C117.785 129.366 117.497 129.366 117.225 129.296C116.952 129.227 116.764 128.86 116.496 128.8C116.228 128.741 115.867 128.974 115.594 128.899C115.321 128.825 115.044 128.78 114.776 128.696C114.508 128.612 114.28 128.354 114.032 128.269C113.785 128.185 113.537 127.977 113.279 127.882C113.021 127.788 112.709 127.818 112.446 127.724C112.184 127.629 111.856 127.699 111.594 127.6C111.331 127.5 111.138 127.223 110.88 127.104C110.622 126.984 110.285 127.074 110.027 126.97C109.77 126.865 109.626 126.473 109.368 126.369C109.11 126.265 108.902 126.047 108.649 125.933C108.397 125.819 108.01 125.977 107.762 125.858C107.514 125.739 107.346 125.427 107.098 125.303C106.85 125.179 106.493 125.258 106.245 125.134C105.997 125.01 105.75 124.901 105.482 124.772C105.214 124.643 105.145 124.221 104.897 124.087C104.649 123.953 104.362 123.913 104.119 123.774C103.876 123.636 103.653 123.462 103.41 123.323C103.167 123.184 102.805 123.239 102.567 123.09C102.329 122.941 102.225 122.594 101.992 122.435C101.759 122.276 101.531 122.117 101.298 121.939C101.065 121.76 100.753 121.75 100.52 121.591C100.287 121.433 100.163 121.13 99.9352 120.966C99.7072 120.803 99.4098 120.743 99.1817 120.579C98.9537 120.416 98.6315 120.381 98.4085 120.212C98.1854 120.044 98.1309 119.657 97.9128 119.488C97.6947 119.319 97.2833 119.379 97.0652 119.205C96.8471 119.031 96.7231 118.709 96.51 118.555C96.2969 118.401 96.0936 118.178 95.8854 118C95.6772 117.821 95.36 117.746 95.1518 117.558C94.9436 117.369 94.904 116.997 94.6958 116.809C94.4876 116.62 94.2992 116.422 94.096 116.228C93.8928 116.035 93.5656 115.975 93.3674 115.777C93.1691 115.578 92.9807 115.37 92.7874 115.172C92.5941 114.973 92.5544 114.616 92.3611 114.417C92.1678 114.219 91.8654 114.12 91.6721 113.921C91.4788 113.723 91.1764 113.599 91.0079 113.39C90.8394 113.182 90.5766 113.023 90.3932 112.815C90.2098 112.607 90.1454 112.284 89.967 112.076C89.7885 111.867 89.6993 111.58 89.5208 111.351C89.3424 111.123 89.1193 110.964 88.9458 110.746C88.7724 110.528 88.6088 110.295 88.4502 110.076C88.2915 109.858 88.0189 109.704 87.8504 109.481C87.6818 109.258 87.6124 108.985 87.4489 108.732C87.2853 108.479 86.9185 108.424 86.7599 108.196C86.6012 107.968 86.4872 107.7 86.3286 107.472C86.17 107.243 86.2592 106.847 86.1056 106.613C85.9519 106.38 85.5355 106.316 85.3819 106.077C85.2282 105.839 85.1786 105.547 85.0349 105.308C84.8911 105.07 84.6681 104.877 84.5392 104.634C84.4103 104.391 84.4202 104.058 84.2814 103.815C84.1426 103.572 84.0733 103.289 83.9394 103.046C83.8056 102.803 83.528 102.634 83.3991 102.386C83.2702 102.138 83.2008 101.86 83.072 101.612C82.9431 101.364 82.6605 101.191 82.5366 100.943C82.4127 100.694 82.5664 100.308 82.4474 100.054C82.3284 99.8015 82.1797 99.5583 82.0657 99.3103C81.9517 99.0622 81.7088 98.8588 81.5948 98.6008C81.4808 98.3428 81.5006 98.0352 81.3966 97.7772C81.2925 97.5193 81.0991 97.2811 80.995 97.038C80.891 96.7949 80.7918 96.5171 80.6927 96.2541C80.5935 95.9912 80.3606 95.7828 80.2664 95.5198C80.1722 95.2569 79.9789 95.0237 79.8897 94.7608C79.8004 94.4978 79.7707 94.2051 79.6864 93.9422C79.6022 93.6792 79.5179 93.4063 79.4336 93.1384C79.3494 92.8705 79.4931 92.5381 79.4336 92.2702C79.3742 92.0023 78.9875 91.8138 78.9132 91.5458C78.8388 91.2779 78.9132 90.9604 78.8586 90.6875C78.8041 90.4147 78.8091 90.1269 78.7397 89.854C78.6703 89.5812 78.4373 89.3579 78.3778 89.0751C78.3183 88.7923 78.1845 88.5443 78.125 88.2664C78.0655 87.9886 78.1746 87.686 78.125 87.4131C78.0755 87.1402 78.1994 86.8326 78.1498 86.5548C78.1002 86.2769 77.902 86.0338 77.8574 85.756C77.8128 85.4782 77.9416 85.1805 77.902 84.9027C77.8623 84.6248 77.7533 84.3569 77.7186 84.0791C77.6839 83.8013 77.6888 83.5234 77.6591 83.2456C77.6293 82.9678 77.4459 82.7048 77.4212 82.427C77.3964 82.1491 77.2873 81.8763 77.2675 81.5984C77.2477 81.3206 77.3022 81.0329 77.2675 80.755C77.2328 80.4772 77.099 80.1993 77.0841 79.9215C77.0692 79.6437 77.3468 79.351 77.3369 79.0682C77.327 78.7854 77.0841 78.5175 77.0791 78.2347C77.0742 77.9519 77.2774 77.674 77.2774 77.3962C77.2774 77.1184 77.0444 76.8356 77.0494 76.5578C77.0544 76.2799 77.2229 76.007 77.2328 75.7292C77.2427 75.4514 77.3567 75.1785 77.3666 74.9007C77.3765 74.6228 77.436 74.35 77.4509 74.0721C77.4658 73.7943 77.2378 73.5016 77.2576 73.2238C77.2774 72.9459 77.2576 72.6631 77.2576 72.3903C77.2576 72.1174 77.4906 71.8544 77.5203 71.5766C77.55 71.2988 77.6541 71.0358 77.6888 70.758C77.7235 70.4802 77.6492 70.4008 77.6888 70.1279C77.7285 70.4057 77.6888 70.4901 77.7334 70.763C77.7781 71.0358 77.8722 71.3087 77.9168 71.5865C77.9615 71.8644 78.0556 72.1323 78.1102 72.4051C78.1647 72.678 78.0755 72.9856 78.1349 73.2585C78.1944 73.5314 78.1994 73.8191 78.2589 74.092C78.3183 74.3649 78.6802 74.5881 78.7546 74.8411C78.8289 75.0942 78.8289 75.4018 78.8983 75.6697C78.9677 75.9376 78.8983 76.2502 78.9627 76.523C79.0272 76.7959 79.1412 77.0539 79.2155 77.3268C79.2899 77.5996 79.4981 77.8229 79.5823 78.0908C79.6666 78.3587 79.5328 78.6961 79.622 78.959C79.7112 79.222 79.8748 79.4552 79.964 79.733C80.0532 80.0108 80.2515 80.2291 80.3457 80.4921C80.4399 80.755 80.3457 81.0874 80.4498 81.3454C80.5539 81.6034 80.7125 81.8415 80.8116 82.1095C80.9108 82.3774 81.0892 82.6056 81.1933 82.8636C81.2974 83.1216 81.3024 83.4242 81.4114 83.6822C81.5205 83.9402 81.8228 84.1138 81.9369 84.3718C82.0509 84.6298 81.9765 84.9672 82.0955 85.2202C82.2144 85.4732 82.4425 85.6766 82.5664 85.9297C82.6903 86.1827 82.8539 86.4258 82.9827 86.659C83.1116 86.8921 83.0521 87.2593 83.181 87.5024C83.3099 87.7455 83.7858 87.8149 83.9196 88.063C84.0534 88.3111 83.9939 88.6584 84.1327 88.9015C84.2715 89.1446 84.4103 89.3976 84.5541 89.6308C84.6978 89.864 84.7623 90.1616 84.906 90.3998C85.0497 90.6379 85.2728 90.8314 85.4017 91.0696C85.5306 91.3077 85.6941 91.5657 85.8478 91.779C86.0015 91.9924 86.051 92.3198 86.2047 92.553C86.3584 92.7862 86.6211 92.9499 86.7797 93.1781C86.9383 93.4063 87.2209 93.5552 87.3844 93.7784C87.548 94.0017 87.543 94.3589 87.7116 94.5822C87.8801 94.8054 88.0883 95.0039 88.2618 95.2222C88.4353 95.4405 88.5295 95.7183 88.7079 95.9416C88.8864 96.1648 89.2631 96.2095 89.4415 96.4377C89.62 96.6659 89.8827 96.7949 90.0661 97.0082C90.2495 97.2216 90.2396 97.5986 90.423 97.807C90.6064 98.0154 90.9187 98.1345 91.0872 98.3428C91.2557 98.5512 91.2855 98.9233 91.4738 99.1267C91.6622 99.3301 91.9695 99.4145 92.1777 99.6228C92.3859 99.8312 92.4751 100.119 92.6734 100.317C92.8717 100.516 93.1691 100.615 93.3624 100.814C93.5557 101.012 93.7936 101.176 93.9969 101.369C94.2001 101.563 94.2943 101.865 94.4926 102.059C94.6908 102.252 94.8891 102.456 95.1022 102.639C95.3154 102.823 95.5285 103.006 95.7417 103.19C95.9548 103.374 96.2374 103.458 96.4604 103.637C96.6835 103.815 96.9561 103.909 97.1792 104.088C97.4022 104.267 97.6749 104.371 97.883 104.544C98.0912 104.718 98.3192 104.892 98.5423 105.041C98.7654 105.189 98.8744 105.537 99.0975 105.7L99.7815 106.197C100.01 106.355 100.247 106.499 100.48 106.658C100.713 106.817 101.011 106.866 101.249 107.025C101.487 107.184 101.744 107.303 101.967 107.452C102.191 107.601 102.275 108.012 102.518 108.161C102.761 108.31 103.192 108.122 103.435 108.26C103.678 108.399 103.886 108.588 104.129 108.727C104.372 108.866 104.565 109.089 104.813 109.223C105.061 109.357 105.373 109.357 105.621 109.486C105.869 109.615 106.052 109.858 106.305 109.982C106.558 110.106 106.766 110.3 107.019 110.424C107.271 110.548 107.554 110.602 107.807 110.721C108.059 110.84 108.253 111.093 108.506 111.217C108.758 111.341 109.09 111.277 109.348 111.391C109.606 111.505 109.879 111.57 110.136 111.674L110.91 111.991C111.172 112.091 111.405 112.309 111.648 112.408C111.891 112.507 112.144 112.686 112.407 112.78C112.669 112.874 113.016 112.731 113.279 112.82C113.542 112.909 113.69 113.356 113.953 113.445C114.216 113.534 114.588 113.296 114.855 113.376C115.123 113.455 115.351 113.723 115.604 113.797C115.857 113.872 116.099 114.1 116.372 114.174C116.645 114.249 117.012 113.946 117.284 114.016C117.557 114.085 117.78 114.338 118.052 114.403C118.325 114.467 118.627 114.403 118.9 114.452C119.173 114.502 119.455 114.512 119.728 114.566C120.001 114.621 120.263 114.74 120.536 114.795C120.808 114.849 121.091 114.849 121.369 114.894C121.646 114.938 121.894 115.122 122.172 115.162C122.449 115.201 122.707 115.39 122.98 115.43C123.252 115.469 123.55 115.4 123.827 115.43C124.105 115.459 124.382 115.514 124.66 115.544C124.938 115.573 125.225 115.504 125.503 115.544C125.78 115.583 126.063 115.544 126.34 115.578C126.618 115.613 126.886 115.757 127.168 115.777C127.451 115.797 127.728 115.717 128.011 115.732C128.293 115.747 128.566 115.782 128.844 115.787C129.121 115.792 129.399 115.995 129.681 116C129.964 116.005 130.241 116.045 130.524 116.045' fill='%23272626'/%3E%3Cpath d='M131.719 132.298H131.391C131.16 132.295 130.93 132.272 130.702 132.229L130.534 132.204C130.309 132.2 130.085 132.177 129.865 132.134C129.801 132.12 129.736 132.11 129.671 132.105H129.468C129.252 132.139 129.033 132.154 128.814 132.149C128.616 132.149 128.432 132.125 128.269 132.11L128.041 132.085H127.986C127.697 132.18 127.393 132.222 127.089 132.209C126.771 132.184 126.462 132.088 126.187 131.926C125.924 132.001 125.651 132.028 125.379 132.005L125.042 131.981C124.868 131.981 124.695 131.981 124.516 131.941C124.25 131.909 123.99 131.833 123.748 131.718C123.442 131.819 123.117 131.851 122.796 131.812C122.565 131.774 122.337 131.714 122.117 131.633L121.959 131.584L121.463 131.485L121.136 131.42C120.954 131.388 120.773 131.347 120.595 131.296L120.353 131.236H120.263C119.983 131.274 119.698 131.266 119.421 131.212C119.247 131.177 119.074 131.137 118.925 131.093L118.598 131.018C118.395 130.973 118.216 130.914 118.058 130.864L117.77 130.78C117.69 130.763 117.609 130.752 117.527 130.745C117.322 130.725 117.118 130.69 116.917 130.641C116.636 130.569 116.375 130.433 116.154 130.244C115.852 130.31 115.539 130.3 115.242 130.214L114.95 130.145C114.786 130.11 114.598 130.071 114.404 130.011C114.122 129.917 113.857 129.776 113.621 129.594L113.557 129.545C113.348 129.467 113.149 129.367 112.962 129.247L112.858 129.182H112.739C112.515 129.159 112.295 129.114 112.08 129.049H112C111.706 129.045 111.415 128.993 111.138 128.895C110.866 128.785 110.615 128.631 110.394 128.438C110.097 128.432 109.804 128.373 109.527 128.265C109.179 128.108 108.877 127.866 108.649 127.56C108.509 127.482 108.373 127.396 108.243 127.302C107.885 127.334 107.525 127.274 107.197 127.128C106.94 127.005 106.707 126.837 106.508 126.632C106.207 126.612 105.913 126.535 105.641 126.404L105.348 126.265C105.185 126.191 105.021 126.116 104.852 126.032C104.534 125.853 104.269 125.593 104.084 125.278C103.864 125.211 103.651 125.121 103.45 125.01C103.276 124.911 103.123 124.812 102.989 124.722L102.835 124.618C102.496 124.583 102.168 124.476 101.873 124.306C101.581 124.116 101.333 123.863 101.15 123.566L100.852 123.363L100.604 123.189L100.5 123.154C100.244 123.076 100 122.961 99.7766 122.812C99.5363 122.642 99.3268 122.433 99.157 122.192V122.157L99.0777 122.127C98.8678 122.042 98.6669 121.935 98.4779 121.81L98.3887 121.78C98.1189 121.691 97.8647 121.561 97.6353 121.393C97.4061 121.219 97.2168 120.997 97.0801 120.743C96.78 120.681 96.4984 120.551 96.2573 120.361C96.0473 120.187 95.8637 119.983 95.712 119.756C95.6933 119.726 95.6718 119.698 95.6476 119.672L95.2857 119.344L95.0726 119.151L94.9734 119.101C94.728 118.992 94.4994 118.848 94.2943 118.674C94.0359 118.433 93.8358 118.136 93.7094 117.806L93.4418 117.553C93.3823 117.489 93.3228 117.429 93.2584 117.37L93.189 117.335C92.9212 117.212 92.6765 117.044 92.4653 116.839C92.3364 116.715 92.2174 116.586 92.0985 116.457C91.9795 116.328 91.9448 116.293 91.8655 116.219C91.6476 115.989 91.4789 115.717 91.3698 115.42C91.1369 115.286 90.9248 115.119 90.7403 114.924C90.7043 114.894 90.6662 114.868 90.6263 114.844C90.4164 114.701 90.2234 114.535 90.0513 114.348C89.9945 114.292 89.9349 114.239 89.8728 114.189C89.7124 114.055 89.5617 113.909 89.4218 113.753C89.2378 113.54 89.0889 113.298 88.9806 113.038L88.9409 112.949C88.799 112.767 88.6761 112.571 88.5741 112.364C88.5741 112.324 88.5345 112.284 88.5097 112.245L88.3461 112.081C88.1979 111.941 88.0588 111.792 87.9298 111.634L87.6125 111.218L87.4192 110.96C87.3819 110.921 87.3421 110.884 87.3002 110.85C87.117 110.704 86.9507 110.538 86.8045 110.354C86.6562 110.154 86.5346 109.936 86.4427 109.704C86.1505 109.545 85.8967 109.323 85.6992 109.054C85.5874 108.895 85.4848 108.729 85.3918 108.558C85.3423 108.469 85.2927 108.38 85.2531 108.32C85.092 108.08 84.9854 107.807 84.9408 107.521C84.6775 107.366 84.4535 107.152 84.2865 106.896C84.1618 106.691 84.0588 106.473 83.9791 106.246L83.9246 106.102C83.9246 106.073 83.8404 105.998 83.7957 105.944C83.65 105.779 83.519 105.601 83.4041 105.413C83.2548 105.148 83.1541 104.859 83.1067 104.56V104.49C83.0076 104.306 82.9432 104.138 82.8837 103.994C82.8653 103.934 82.8421 103.876 82.8143 103.82L82.7598 103.766C82.5634 103.569 82.3965 103.345 82.2641 103.101C82.1712 102.918 82.0901 102.729 82.0212 102.535C81.9964 102.476 81.9766 102.416 81.9567 102.367L81.9121 102.322C81.6978 102.118 81.5186 101.88 81.3817 101.617C81.2242 101.278 81.1592 100.903 81.1934 100.531L81.1389 100.432C81.0645 100.298 80.9852 100.149 80.9059 99.9802C80.8856 99.9468 80.8624 99.9153 80.8365 99.886C80.6274 99.6928 80.4471 99.4706 80.3012 99.2261C80.2037 98.9855 80.1354 98.7339 80.0979 98.477V98.3629L80.0087 98.2091C79.8881 98.0223 79.7852 97.8246 79.7014 97.6187C79.5973 97.3656 79.4981 97.1225 79.404 96.8546C79.404 96.8249 79.3594 96.7951 79.3395 96.7604C79.1786 96.5509 79.0499 96.3184 78.9578 96.0707L78.8736 95.9169C78.7506 95.7166 78.6493 95.5037 78.5712 95.2819C78.5051 95.0893 78.4538 94.8919 78.4176 94.6915C78.4029 94.6076 78.383 94.5248 78.3581 94.4434C78.2837 94.2102 78.2094 93.9771 78.14 93.7488L78.1003 93.6199C78.024 93.3575 77.9971 93.0833 78.021 92.8112C77.789 92.581 77.6185 92.296 77.5253 91.9826C77.4545 91.7058 77.4294 91.4192 77.451 91.1342V91.04C77.41 90.8469 77.3818 90.6513 77.3667 90.4545V90.3057L77.337 90.261C77.1777 90.0106 77.0605 89.7358 76.99 89.4474L76.9156 89.2241C76.8396 89.0272 76.7783 88.8249 76.7322 88.6189C76.6833 88.3421 76.675 88.0596 76.7074 87.7804C76.7101 87.7474 76.7101 87.7142 76.7074 87.6812C76.6663 87.4115 76.6663 87.1372 76.7074 86.8675C76.5795 86.6198 76.4909 86.3537 76.4447 86.0787C76.4 85.796 76.4 85.508 76.4447 85.2253C76.4447 85.2005 76.4447 85.1757 76.4447 85.1509C76.4447 85.1261 76.4199 85.0418 76.4001 84.9822C76.3425 84.7788 76.2995 84.5716 76.2712 84.3621C76.2415 84.1636 76.2365 83.98 76.2266 83.8163C76.2167 83.6526 76.2266 83.6377 76.2266 83.5534C76.2266 83.469 76.2018 83.4889 76.1919 83.4591C76.0829 83.2062 76.0111 82.9388 75.9788 82.6653C75.9701 82.593 75.9551 82.5217 75.9342 82.452C75.8811 82.2418 75.8446 82.0278 75.8251 81.8119C75.8071 81.6006 75.8071 81.3882 75.8251 81.1769C75.8251 81.1025 75.8251 81.0231 75.8251 80.9735C75.8251 80.9239 75.8251 80.8941 75.7904 80.8544C75.7075 80.6091 75.6575 80.3538 75.6417 80.0953C75.6312 79.7835 75.6905 79.4733 75.8152 79.1874C75.7026 78.9287 75.6403 78.6509 75.6318 78.3688C75.6333 78.0824 75.6853 77.7986 75.7855 77.5303C75.6651 77.2516 75.6044 76.9508 75.607 76.6472C75.617 76.3682 75.6688 76.0923 75.7607 75.8286L75.7904 75.7344C75.8018 75.5215 75.835 75.3103 75.8896 75.1043C75.8896 75.0447 75.9193 74.9654 75.9243 74.9455C75.9328 74.7628 75.951 74.5806 75.9788 74.3998V74.246C75.8457 73.9224 75.7864 73.5733 75.8053 73.2239C75.8053 73.1297 75.8053 73.0354 75.8053 72.9362C75.8053 72.837 75.8053 72.579 75.8053 72.3706C75.836 72.0757 75.9182 71.7886 76.0482 71.5222C76.0602 71.5 76.0701 71.4768 76.0779 71.4528C76.1077 71.2543 76.1523 71.0757 76.187 70.9566C76.2065 70.8866 76.2214 70.8153 76.2316 70.7433C76.2017 70.5243 76.2017 70.3024 76.2316 70.0834C76.2804 69.7512 76.4469 69.4476 76.7008 69.2281C76.9547 69.0087 77.2791 68.8879 77.6145 68.8879C77.95 68.8879 78.2743 69.0087 78.5282 69.2281C78.7821 69.4476 78.9487 69.7512 78.9975 70.0834C79.0224 70.2476 79.034 70.4135 79.0322 70.5796C79.029 70.6175 79.029 70.6557 79.0322 70.6937C79.0322 70.7731 79.0719 70.8772 79.1016 70.9913C79.1313 71.1055 79.1809 71.3089 79.2156 71.4875C79.2156 71.5966 79.2602 71.7008 79.29 71.805C79.3197 71.9092 79.3693 72.1225 79.399 72.3011C79.4431 72.5483 79.4548 72.8001 79.4337 73.0503C79.4337 73.09 79.4337 73.1297 79.4337 73.1694C79.4656 73.3334 79.4888 73.499 79.5031 73.6655V73.7746C79.7409 74.0373 79.911 74.3541 79.9988 74.6974C80.0373 74.8711 80.0671 75.0467 80.088 75.2233C80.088 75.3325 80.1227 75.4367 80.1376 75.5012C80.1965 75.7564 80.2215 76.0183 80.2119 76.2801V76.3793C80.2417 76.4885 80.2764 76.5927 80.3111 76.6968C80.3458 76.801 80.4003 76.9548 80.435 77.0888L80.4994 77.2029C80.6277 77.4091 80.7293 77.6309 80.8018 77.8628C80.8902 78.1687 80.9155 78.4894 80.8762 78.8054L80.9307 78.9096C81.0213 79.0823 81.0991 79.2614 81.1637 79.4454L81.2479 79.5893C81.3666 79.7808 81.4662 79.9835 81.5453 80.1946C81.6383 80.4795 81.6835 80.7779 81.6792 81.0777V81.1124C81.7026 81.1668 81.7291 81.2198 81.7585 81.2712C81.8471 81.4319 81.9265 81.5975 81.9964 81.7673C81.9964 81.8119 82.0658 81.9062 82.1104 81.9856C82.2083 82.1453 82.296 82.311 82.3731 82.4817C82.4559 82.6985 82.5173 82.9228 82.5565 83.1515V83.216C82.7707 83.4272 82.9468 83.674 83.077 83.9453C83.1935 84.2278 83.2605 84.5282 83.2753 84.8334L83.305 84.878C83.4548 85.0575 83.5829 85.254 83.6867 85.4635C83.7263 85.5379 83.7858 85.6371 83.8453 85.7363C83.9048 85.8356 84.0188 86.0241 84.0931 86.1729C84.1963 86.3773 84.2666 86.5966 84.3013 86.8229C84.5972 86.9933 84.842 87.24 85.0102 87.5373C85.1578 87.8192 85.2472 88.128 85.2729 88.4452V88.475L85.6149 89.0654C85.7224 89.2489 85.8137 89.4414 85.8875 89.6409C85.9123 89.7004 85.947 89.7897 85.9619 89.8145C86.0048 89.8766 86.0511 89.9362 86.1007 89.9931C86.2324 90.1501 86.3533 90.3159 86.4625 90.4893L86.6459 90.787C86.7302 90.9209 86.8095 91.0549 86.8938 91.1838C87.0249 91.3872 87.1313 91.6053 87.211 91.8338C87.211 91.8735 87.211 91.9082 87.2507 91.9429L87.3399 92.0273C87.5016 92.179 87.6493 92.345 87.781 92.5234L87.8703 92.6028C88.0671 92.7606 88.2436 92.9422 88.3957 93.1436C88.5718 93.3975 88.6995 93.6817 88.7724 93.982V94.0118L88.9063 94.1606C89.0103 94.2747 89.1244 94.4037 89.2384 94.5476C89.3672 94.7198 89.4816 94.9023 89.5804 95.0934V95.133C89.8814 95.2634 90.1492 95.4601 90.3636 95.7086L90.4924 95.8127C90.6718 95.9507 90.8377 96.1051 90.9881 96.2741C91.1902 96.5177 91.3373 96.802 91.4194 97.1076C91.6245 97.2395 91.8126 97.3962 91.9795 97.574C92.1797 97.8051 92.3329 98.073 92.4306 98.3629C92.655 98.4843 92.8604 98.6381 93.0403 98.8193C93.2077 98.9988 93.354 99.1969 93.4765 99.4097C93.4912 99.4372 93.5077 99.4638 93.526 99.4891L93.6053 99.5387C93.8196 99.661 94.0192 99.8075 94.2002 99.9753C94.2795 100.055 94.3687 100.129 94.453 100.199C94.5372 100.268 94.7008 100.407 94.8148 100.516C95.0093 100.703 95.1762 100.917 95.3105 101.151C95.3288 101.176 95.3454 101.203 95.3601 101.23L95.6377 101.498C95.7219 101.588 95.8111 101.672 95.9053 101.756C95.9995 101.841 96.1631 101.98 96.292 102.084L96.515 102.277L96.6389 102.347C96.8486 102.449 97.0464 102.574 97.2288 102.719L97.3825 102.808C97.5761 102.909 97.7603 103.027 97.9327 103.16C97.9942 103.205 98.0588 103.245 98.126 103.28C98.2987 103.377 98.4644 103.486 98.6217 103.607L98.8646 103.8L99.2611 104.108C99.4979 104.292 99.6994 104.517 99.8559 104.773L99.8857 104.818L100.466 105.234C100.58 105.314 100.694 105.383 100.808 105.458L101.13 105.671L101.254 105.72C101.479 105.802 101.695 105.906 101.898 106.033L102.201 106.217L102.597 106.45C102.815 106.591 103.003 106.775 103.147 106.991C103.456 106.998 103.758 107.083 104.025 107.239C104.193 107.338 104.332 107.437 104.456 107.526C104.58 107.616 104.639 107.655 104.704 107.695C104.89 107.804 105.066 107.93 105.229 108.072L105.338 108.161H105.418C105.674 108.212 105.922 108.297 106.156 108.414C106.365 108.532 106.561 108.672 106.741 108.831C106.773 108.862 106.808 108.89 106.845 108.916C107.029 109.015 107.187 109.124 107.316 109.208C107.445 109.293 107.475 109.317 107.514 109.337L107.747 109.422C107.929 109.48 108.108 109.548 108.283 109.625C108.514 109.741 108.729 109.886 108.922 110.057C109.21 110.075 109.493 110.14 109.76 110.25C109.834 110.285 109.943 110.32 110.057 110.359C110.171 110.399 110.374 110.463 110.528 110.528L111.281 110.836C111.499 110.927 111.707 111.04 111.901 111.173L112.02 111.252C112.206 111.327 112.387 111.415 112.56 111.515L112.62 111.55C112.953 111.508 113.292 111.54 113.611 111.644C113.894 111.746 114.148 111.917 114.35 112.14C114.617 112.103 114.89 112.125 115.148 112.205C115.426 112.295 115.686 112.433 115.916 112.612L115.971 112.651C116.143 112.708 116.309 112.783 116.466 112.875C116.808 112.76 117.176 112.743 117.527 112.825C117.807 112.905 118.072 113.031 118.31 113.197H118.469C118.723 113.184 118.978 113.203 119.227 113.252C119.316 113.269 119.405 113.281 119.495 113.286C119.644 113.286 119.832 113.321 120.035 113.361C120.239 113.401 120.422 113.465 120.566 113.51L120.823 113.584C120.903 113.584 121.012 113.609 121.126 113.619C121.24 113.629 121.448 113.649 121.621 113.683C121.862 113.729 122.097 113.802 122.32 113.902L122.439 113.951C122.676 113.995 122.905 114.068 123.123 114.17L123.213 114.204H123.351C123.572 114.182 123.795 114.182 124.016 114.204L124.432 114.264L124.814 114.318C124.873 114.323 124.933 114.323 124.992 114.318C125.21 114.298 125.429 114.298 125.646 114.318C125.76 114.318 125.874 114.318 125.988 114.318H126.484C126.733 114.343 126.977 114.398 127.213 114.482L127.312 114.517H127.48C127.689 114.493 127.9 114.483 128.11 114.487L128.541 114.517C128.67 114.517 128.794 114.542 128.923 114.547C129.216 114.562 129.504 114.625 129.776 114.735L129.835 114.76H130.222C130.46 114.76 130.693 114.76 130.925 114.76H131.292L131.362 114.735C131.627 114.635 131.906 114.574 132.189 114.557C132.486 114.556 132.781 114.605 133.062 114.7H133.111H133.414L133.82 114.666L133.984 114.626C134.199 114.562 134.42 114.518 134.643 114.497C134.782 114.497 134.921 114.497 135.055 114.452L135.461 114.413C135.702 114.394 135.945 114.402 136.185 114.437C136.223 114.44 136.261 114.44 136.299 114.437L136.442 114.393C136.62 114.338 136.8 114.293 136.983 114.259L137.042 114.229C137.301 114.088 137.58 113.991 137.87 113.941H137.93L138.678 113.832C138.891 113.8 139.107 113.789 139.322 113.797H139.501C139.742 113.761 139.986 113.753 140.229 113.773H140.353L140.542 113.713C140.694 113.654 140.85 113.604 141.008 113.564L141.057 113.535C141.306 113.369 141.581 113.248 141.87 113.177C142.178 113.106 142.499 113.106 142.807 113.177C143.011 113.049 143.233 112.952 143.466 112.89L143.615 112.82C143.813 112.713 144.023 112.629 144.24 112.567C144.528 112.496 144.826 112.474 145.122 112.503C145.334 112.367 145.562 112.259 145.801 112.18C145.851 112.18 145.945 112.121 146.034 112.081C146.123 112.041 146.356 111.937 146.559 111.868C146.841 111.779 147.14 111.758 147.432 111.808C147.624 111.617 147.856 111.47 148.111 111.376C148.289 111.312 148.453 111.267 148.607 111.228C148.76 111.188 148.825 111.168 148.899 111.138L149.271 111.004L149.648 110.865L149.791 110.776C149.975 110.65 150.171 110.542 150.376 110.454L150.708 110.295L151.115 110.106C151.303 110.028 151.497 109.964 151.695 109.913L151.898 109.853L152.637 109.511C152.705 109.475 152.771 109.435 152.835 109.392C152.993 109.281 153.159 109.179 153.33 109.089C153.519 109.001 153.715 108.928 153.915 108.871C153.98 108.846 154.074 108.821 154.099 108.806C154.124 108.792 154.287 108.697 154.381 108.643C154.476 108.588 154.659 108.469 154.803 108.395C155.078 108.255 155.377 108.167 155.685 108.137L155.799 108.052C155.957 107.933 156.123 107.823 156.295 107.725C156.468 107.626 156.632 107.551 156.79 107.487C156.949 107.422 156.989 107.397 157.053 107.358L157.722 106.951H157.747C157.956 106.826 158.179 106.726 158.411 106.653C158.453 106.641 158.495 106.626 158.535 106.609L158.862 106.41L158.996 106.326C159.148 105.978 159.389 105.676 159.695 105.453C159.909 105.315 160.139 105.204 160.379 105.12H160.439L160.478 105.071C160.636 104.866 160.821 104.684 161.028 104.53C161.245 104.377 161.482 104.255 161.732 104.168L161.822 104.138L162.074 103.929L162.411 103.652C162.583 103.522 162.765 103.407 162.957 103.309L163.006 103.284C163.142 102.988 163.34 102.724 163.586 102.511C163.831 102.318 164.11 102.173 164.409 102.084H164.439C164.503 102.024 164.568 101.965 164.627 101.9C164.687 101.836 164.84 101.702 164.944 101.613L165.058 101.469C165.186 101.29 165.331 101.124 165.49 100.973C165.692 100.793 165.923 100.648 166.174 100.546C166.291 100.276 166.46 100.032 166.669 99.8264C166.803 99.6974 166.937 99.5883 167.051 99.494L167.284 99.2906L167.552 99.0277C167.661 98.9235 167.765 98.8243 167.859 98.725L167.958 98.5812C168.074 98.3939 168.207 98.2179 168.355 98.0553C168.555 97.8426 168.803 97.681 169.078 97.5839C169.154 97.3179 169.288 97.0721 169.47 96.8645C169.604 96.7107 169.748 96.5818 169.857 96.4776C169.975 96.3904 170.072 96.2765 170.139 96.1452C170.24 95.9521 170.36 95.7693 170.496 95.5994C170.7 95.3655 170.949 95.1763 171.23 95.0437C171.315 94.8087 171.435 94.5879 171.587 94.3889C171.622 94.3347 171.653 94.2784 171.681 94.2202C171.774 94.0308 171.883 93.8498 172.008 93.6794C172.252 93.3736 172.576 93.1417 172.945 93.0096L173.024 92.9104L173.242 92.6127C173.242 92.5829 173.267 92.5482 173.282 92.5135C173.36 92.2676 173.471 92.0338 173.614 91.8189C173.74 91.6403 173.883 91.4741 174.04 91.3228L174.154 91.2037C174.201 91.1272 174.242 91.0476 174.278 90.9656C174.353 90.8108 174.435 90.6601 174.526 90.5141L174.561 90.4049C174.632 90.1623 174.731 89.9291 174.858 89.7103C175 89.4983 175.167 89.3035 175.354 89.1299L175.438 89.0505L175.671 88.6337L175.82 88.3708C175.857 88.2983 175.89 88.2238 175.919 88.1475C175.987 87.969 176.067 87.795 176.157 87.6266C176.157 87.5968 176.201 87.5026 176.226 87.4381C176.289 87.2397 176.368 87.0471 176.464 86.8626C176.578 86.6578 176.713 86.465 176.866 86.287L176.96 86.1729C177.049 86.0017 177.148 85.836 177.257 85.6768C177.304 85.6161 177.346 85.5513 177.381 85.4833C177.478 85.3004 177.586 85.1231 177.703 84.9525L177.738 84.9078C177.718 84.5681 177.778 84.2283 177.911 83.9155C178.045 83.6395 178.228 83.3905 178.452 83.1813C178.482 82.9405 178.54 82.7041 178.625 82.4768C178.625 82.4321 178.625 82.3875 178.65 82.3428C178.684 82.1042 178.742 81.8698 178.824 81.6433C178.888 81.4895 178.957 81.3357 179.032 81.1868L179.156 80.9239C179.156 80.8693 179.156 80.8197 179.18 80.7651C179.207 80.537 179.259 80.3124 179.334 80.0953C179.456 79.7891 179.636 79.5095 179.864 79.2718C179.937 79.1 180.024 78.9341 180.122 78.7756C180.147 78.7359 180.172 78.6962 180.192 78.6566L180.296 78.344C180.335 78.2249 180.38 78.1009 180.415 77.9818V77.9173C180.397 77.6302 180.426 77.3421 180.499 77.064C180.551 76.8947 180.614 76.729 180.687 76.5679C180.727 76.4686 180.762 76.3744 180.782 76.3148C180.801 76.2553 180.846 76.0469 180.876 75.908C180.905 75.7691 180.93 75.6748 180.96 75.5557C180.962 75.5161 180.962 75.4763 180.96 75.4367C180.953 75.1884 180.976 74.9401 181.029 74.6974C181.112 74.375 181.262 74.0739 181.471 73.8143C181.495 73.7101 181.525 73.6109 181.555 73.5067C181.585 73.4025 181.619 73.2884 181.639 73.1743C181.659 73.0602 181.708 72.827 181.738 72.6782L181.778 72.4649C181.78 72.4368 181.78 72.4086 181.778 72.3805C181.74 72.1073 181.74 71.8301 181.778 71.5569L181.852 71.1799C181.877 71.0459 181.902 70.907 181.922 70.7731C181.941 70.6391 181.922 70.5498 181.956 70.4456V70.3613C181.956 70.1678 181.956 69.9644 182.006 69.7808C182.051 69.4463 182.217 69.1398 182.471 68.918C182.725 68.6963 183.052 68.5745 183.389 68.5752C183.726 68.5766 184.05 68.6991 184.304 68.9205C184.558 69.1418 184.724 69.4472 184.772 69.7808C184.802 70.0819 184.79 70.3858 184.737 70.6838V70.7284V70.7582C184.892 71.0273 184.993 71.3238 185.035 71.6314C185.033 71.9056 184.985 72.1775 184.891 72.4351C184.967 72.6372 185.022 72.8467 185.054 73.0602V73.0999C185.21 73.3903 185.304 73.7094 185.332 74.0376C185.332 74.1418 185.332 74.2509 185.357 74.3601C185.381 74.4692 185.386 74.7173 185.391 74.8909C185.405 75.2368 185.325 75.5798 185.158 75.8832C185.25 76.1174 185.301 76.3659 185.307 76.6175C185.31 76.7056 185.318 76.7934 185.332 76.8804C185.359 77.0778 185.374 77.2766 185.377 77.4758C185.377 77.6792 185.377 77.8677 185.347 78.0314C185.317 78.1952 185.347 78.2349 185.347 78.3341C185.347 78.6218 185.347 78.9096 185.347 79.1973C185.347 79.4851 185.347 79.7729 185.312 80.0358C185.312 80.0904 185.312 80.14 185.312 80.1946C185.357 80.4366 185.375 80.6828 185.367 80.9288C185.367 81.1074 185.332 81.291 185.307 81.4696C185.282 81.6482 185.277 81.683 185.272 81.7871C185.245 82.0594 185.18 82.3265 185.079 82.581C185.162 82.8777 185.192 83.1867 185.168 83.4938C185.145 83.6928 185.109 83.8901 185.059 84.0842C185.059 84.1884 185.015 84.2827 185.01 84.3472C184.965 84.6456 184.869 84.9341 184.727 85.2005L184.697 85.2601L184.668 85.5081C184.668 85.6818 184.628 85.8604 184.603 86.0043V86.1779C184.617 86.4149 184.605 86.6528 184.569 86.8874C184.519 87.1428 184.434 87.3899 184.316 87.6216C184.406 87.9447 184.421 88.2841 184.36 88.6139C184.314 88.8154 184.256 89.0142 184.187 89.2093C184.152 89.2986 184.122 89.3879 184.108 89.4424C184.053 89.6955 183.994 89.9386 183.934 90.1966L183.875 90.4545L183.711 91.1243C183.681 91.2285 183.656 91.3327 183.632 91.4369C183.607 91.5411 183.547 91.7842 183.498 91.933C183.392 92.2861 183.201 92.608 182.943 92.8707L182.839 93.1882L182.809 93.2726C182.917 93.613 182.928 93.9769 182.84 94.3232C182.753 94.6695 182.57 94.9844 182.313 95.2323C182.324 95.5069 182.284 95.7811 182.194 96.041C182.078 96.3304 181.91 96.5961 181.699 96.8249C181.683 96.8391 181.669 96.8559 181.659 96.8745C181.603 97.0101 181.543 97.144 181.48 97.2763C181.456 97.3309 181.431 97.3855 181.411 97.4401C181.435 97.7875 181.385 98.1361 181.262 98.4621C181.12 98.7839 180.901 99.0652 180.623 99.2807C180.581 99.518 180.511 99.7495 180.415 99.9703C180.37 100.07 180.33 100.169 180.291 100.268C180.251 100.367 180.167 100.59 180.083 100.764C179.998 100.938 179.914 101.116 179.825 101.295L179.711 101.528C179.711 101.528 179.676 101.632 179.661 101.692C179.604 101.92 179.522 102.141 179.418 102.352C179.282 102.607 179.104 102.839 178.893 103.036L178.833 103.101C178.751 103.248 178.662 103.39 178.566 103.528C178.516 103.607 178.462 103.686 178.412 103.771L178.07 104.391C178.049 104.739 177.949 105.079 177.778 105.383C177.753 105.433 177.708 105.522 177.674 105.606C177.591 105.796 177.497 105.98 177.391 106.157C177.175 106.49 176.869 106.755 176.509 106.921C176.454 107 176.4 107.075 176.34 107.149C176.281 107.224 176.296 107.214 176.276 107.244C176.256 107.62 176.138 107.984 175.934 108.3C175.712 108.605 175.417 108.849 175.076 109.01L174.873 109.263L174.799 109.352C174.765 109.728 174.631 110.087 174.412 110.394C174.308 110.533 174.194 110.667 174.085 110.801L173.872 111.064L173.763 111.247C173.658 111.438 173.539 111.621 173.406 111.793C173.218 112.021 172.991 112.214 172.737 112.364L172.667 112.408C172.538 112.557 172.404 112.681 172.295 112.785L172.132 112.944L172.072 113.058C171.961 113.288 171.821 113.503 171.656 113.698C171.447 113.926 171.198 114.114 170.922 114.254H170.893C170.893 114.284 170.853 114.318 170.833 114.343C170.713 114.539 170.575 114.723 170.422 114.894C170.268 115.049 170.102 115.191 169.926 115.321H169.896C169.805 115.675 169.624 115.999 169.371 116.263L169.187 116.447C169.044 116.591 168.905 116.735 168.761 116.869C168.606 117.013 168.441 117.146 168.265 117.265C168.2 117.311 168.137 117.361 168.077 117.414C167.998 117.484 167.923 117.563 167.849 117.642C167.775 117.722 167.596 117.9 167.467 118.02C167.25 118.209 167.004 118.363 166.739 118.476L166.659 118.511C166.496 118.642 166.318 118.754 166.129 118.843C166.024 119.196 165.819 119.511 165.539 119.751L165.044 120.158L164.87 120.292C164.697 120.428 164.513 120.549 164.32 120.654L164.141 120.758C164.069 120.817 163.999 120.88 163.933 120.947C163.804 121.061 163.666 121.195 163.487 121.329C163.327 121.443 163.162 121.549 162.991 121.646C162.912 121.696 162.828 121.741 162.753 121.795L162.486 121.998C162.347 122.103 162.208 122.212 162.064 122.311C161.824 122.475 161.557 122.598 161.276 122.673C161.102 122.906 160.891 123.108 160.652 123.274C160.389 123.442 160.09 123.545 159.779 123.576C159.618 123.808 159.413 124.005 159.175 124.157C158.932 124.31 158.679 124.459 158.436 124.603C158.167 124.758 157.868 124.855 157.559 124.886C157.382 125.085 157.172 125.253 156.939 125.382C156.899 125.407 156.865 125.447 156.825 125.476C156.64 125.643 156.437 125.79 156.22 125.913C155.926 126.058 155.606 126.144 155.279 126.166H155.244L154.827 126.369L154.585 126.493C154.394 126.582 154.196 126.657 153.995 126.717C153.793 127.042 153.503 127.302 153.157 127.466C152.887 127.584 152.594 127.639 152.299 127.625C152.11 127.865 151.863 128.053 151.581 128.17C151.248 128.299 150.89 128.349 150.535 128.314L149.885 128.562C149.678 128.639 149.464 128.697 149.246 128.736H149.201C148.965 129.009 148.663 129.217 148.324 129.341C148.005 129.446 147.666 129.478 147.333 129.435C147.113 129.576 146.877 129.688 146.629 129.768C146.307 129.859 145.969 129.883 145.637 129.837L145.563 129.867C145.361 129.974 145.148 130.058 144.929 130.12C144.719 130.176 144.505 130.214 144.289 130.234L144.076 130.259C143.903 130.304 143.734 130.343 143.58 130.378L143.263 130.453C143.171 130.475 143.08 130.504 142.99 130.537C142.827 130.587 142.643 130.646 142.435 130.696L141.598 130.874L141.384 130.944C141.184 131.018 140.979 131.078 140.77 131.122C140.509 131.166 140.244 131.175 139.982 131.147H139.927H139.897C139.642 131.288 139.366 131.387 139.08 131.44C138.81 131.484 138.536 131.484 138.267 131.44C137.999 131.61 137.698 131.722 137.384 131.767C137.306 131.781 137.228 131.799 137.151 131.822C136.949 131.874 136.744 131.914 136.537 131.941C136.199 131.97 135.859 131.917 135.545 131.787C135.312 131.871 135.069 131.926 134.822 131.951C134.617 131.964 134.412 131.964 134.207 131.951C134.124 131.946 134.042 131.946 133.959 131.951L133.161 131.996L133.077 132.02C132.812 132.121 132.532 132.18 132.249 132.194H132.085L131.719 132.298ZM132.18 129.485C132.435 129.387 132.704 129.329 132.978 129.311C133.25 129.311 133.518 129.287 133.791 129.267C133.98 129.256 134.171 129.256 134.361 129.267H134.584L134.698 129.232C134.927 129.149 135.165 129.092 135.406 129.063C135.746 129.041 136.085 129.099 136.398 129.232H136.467C136.581 129.202 136.72 129.168 136.869 129.143C137.149 128.957 137.464 128.832 137.796 128.776C138.071 128.742 138.351 128.752 138.623 128.805C138.867 128.672 139.13 128.577 139.402 128.523C139.652 128.494 139.905 128.494 140.155 128.523H140.279C140.34 128.507 140.399 128.487 140.458 128.463C140.646 128.396 140.838 128.34 141.033 128.294L141.831 128.126L142.118 128.036C142.262 127.992 142.425 127.937 142.614 127.893L142.995 127.808L143.407 127.714C143.604 127.664 143.804 127.631 144.007 127.615C144.075 127.608 144.143 127.599 144.21 127.585L144.373 127.511C144.566 127.413 144.767 127.331 144.973 127.267C145.271 127.19 145.58 127.17 145.885 127.208C146.092 127.072 146.315 126.964 146.549 126.885C146.801 126.807 147.065 126.775 147.328 126.791C147.537 126.574 147.79 126.405 148.071 126.295C148.268 126.227 148.471 126.176 148.676 126.141L148.889 126.092L149.628 125.804C149.859 125.715 150.104 125.668 150.351 125.665C150.546 125.411 150.8 125.209 151.09 125.075C151.353 124.965 151.638 124.916 151.923 124.931C152.099 124.71 152.323 124.532 152.577 124.41C152.754 124.329 152.936 124.259 153.122 124.201C153.197 124.181 153.269 124.156 153.34 124.127L153.603 123.998L154.074 123.765C154.352 123.63 154.653 123.55 154.961 123.532L154.991 123.507C155.144 123.371 155.31 123.251 155.487 123.15L155.521 123.105C155.71 122.871 155.938 122.671 156.196 122.514C156.501 122.349 156.84 122.255 157.187 122.237L157.598 121.984C157.775 121.688 158.015 121.435 158.302 121.244C158.578 121.073 158.891 120.971 159.214 120.947C159.362 120.756 159.537 120.589 159.735 120.451C159.969 120.299 160.225 120.184 160.493 120.108H160.567L160.835 119.905C160.944 119.82 161.053 119.736 161.162 119.662C161.304 119.558 161.451 119.462 161.603 119.374C161.703 119.314 161.792 119.26 161.851 119.215L162.069 119.022C162.183 118.918 162.312 118.793 162.466 118.674C162.631 118.552 162.805 118.44 162.986 118.342L163.165 118.238L163.338 118.094L163.581 117.9C163.682 117.518 163.892 117.173 164.186 116.908C164.395 116.74 164.625 116.6 164.87 116.491L164.954 116.452C165.154 116.293 165.374 116.163 165.609 116.065L165.678 116.03L165.886 115.822C165.995 115.713 166.099 115.603 166.208 115.499C166.352 115.367 166.505 115.245 166.664 115.132L166.853 114.988L167.239 114.601L167.274 114.566C167.357 114.211 167.527 113.881 167.77 113.609C167.912 113.466 168.064 113.333 168.226 113.212L168.389 113.083L168.493 112.929C168.604 112.752 168.732 112.585 168.875 112.433C169.078 112.216 169.318 112.038 169.584 111.907V111.868C169.69 111.647 169.824 111.44 169.981 111.252C170.101 111.109 170.232 110.975 170.372 110.85C170.446 110.781 170.521 110.712 170.556 110.672C170.741 110.455 170.96 110.269 171.205 110.121L171.249 110.096L171.319 109.967C171.419 109.795 171.53 109.63 171.651 109.471C171.735 109.362 171.824 109.258 171.914 109.149L172.033 109.005C172.071 108.648 172.199 108.307 172.404 108.013L172.682 107.655L172.9 107.373C173.063 107.144 173.273 106.953 173.515 106.812C173.554 106.529 173.654 106.259 173.807 106.018C173.891 105.889 173.986 105.765 174.075 105.641C174.164 105.517 174.214 105.453 174.278 105.353C174.48 105.048 174.761 104.803 175.091 104.644V104.609C175.141 104.505 175.195 104.381 175.265 104.247C175.29 103.912 175.384 103.586 175.542 103.289L175.944 102.575C176.026 102.424 176.117 102.279 176.216 102.138C176.281 102.039 176.34 101.95 176.375 101.88C176.505 101.639 176.673 101.42 176.871 101.23L176.905 101.196C176.917 101.16 176.927 101.124 176.935 101.087C176.994 100.871 177.07 100.66 177.163 100.457L177.287 100.208L177.525 99.7123C177.574 99.6081 177.614 99.499 177.654 99.3898C177.693 99.2807 177.768 99.0971 177.822 98.9731C177.841 98.9233 177.854 98.8718 177.862 98.8193C177.905 98.5931 177.972 98.372 178.06 98.1594C178.174 97.8921 178.343 97.6519 178.556 97.4549C178.552 97.1868 178.601 96.9205 178.7 96.6711C178.754 96.5272 178.819 96.3883 178.878 96.2493C178.938 96.1104 178.977 96.036 179.022 95.9219C179.12 95.6726 179.259 95.4412 179.433 95.2372C179.413 94.9471 179.448 94.6557 179.537 94.3789C179.627 94.1252 179.767 93.8922 179.949 93.6943C179.899 93.3999 179.916 93.0981 179.998 92.8112C180.038 92.6822 180.083 92.5532 180.127 92.4242C180.172 92.2952 180.211 92.1662 180.251 92.0372C180.357 91.7016 180.54 91.3957 180.786 91.1442C180.811 91.0549 180.831 90.9705 180.851 90.8812L180.94 90.5339L181.089 89.9088L181.153 89.6508C181.208 89.4127 181.267 89.1547 181.317 88.9364C181.366 88.7181 181.431 88.5395 181.48 88.3906C181.494 88.3617 181.506 88.3319 181.515 88.3013C181.421 87.9793 181.401 87.6401 181.456 87.3091C181.509 87.0519 181.598 86.8032 181.718 86.5698C181.718 86.5698 181.718 86.5252 181.753 86.5004C181.788 86.4756 181.753 86.416 181.753 86.3813C181.742 86.156 181.752 85.9301 181.783 85.7066C181.783 85.5776 181.817 85.4486 181.832 85.3196C181.847 85.1906 181.862 85.0368 181.882 84.8929C181.929 84.6066 182.023 84.3301 182.16 84.0743L182.189 84.0148C182.189 83.851 182.249 83.7072 182.278 83.5782C182.308 83.4492 182.303 83.4541 182.318 83.3996V83.3648C182.23 83.0741 182.197 82.7697 182.219 82.4668C182.248 82.2077 182.313 81.9538 182.412 81.7127C182.412 81.678 182.437 81.6433 182.447 81.6135C182.447 81.4746 182.477 81.3357 182.497 81.1968C182.516 81.0578 182.526 80.9785 182.531 80.8693C182.536 80.7602 182.531 80.775 182.531 80.7254C182.503 80.5613 182.485 80.3956 182.477 80.2293V80.2591L182.407 80.3831C182.29 80.6849 182.113 80.9599 181.887 81.1918C181.89 81.2082 181.89 81.225 181.887 81.2414C181.858 81.482 181.802 81.7184 181.718 81.9459C181.644 82.1394 181.565 82.313 181.49 82.442C181.416 82.571 181.411 82.6058 181.376 82.6901C181.342 82.7744 181.376 82.7794 181.352 82.8241C181.319 83.0612 181.261 83.2942 181.178 83.5186V83.6377C181.147 83.904 181.079 84.1645 180.975 84.4117C180.853 84.6701 180.685 84.9039 180.479 85.1013C180.481 85.4122 180.417 85.72 180.291 86.0043C180.194 86.2027 180.08 86.392 179.949 86.5698C179.909 86.6294 179.85 86.7137 179.835 86.7435C179.741 86.9324 179.631 87.1132 179.508 87.2843C179.462 87.3478 179.421 87.4141 179.384 87.4827C179.267 87.7 179.126 87.9031 178.962 88.088L178.878 88.1872C178.878 88.217 178.833 88.3113 178.809 88.3758C178.741 88.5879 178.654 88.7937 178.551 88.991C178.551 89.0356 178.486 89.1249 178.452 89.2093C178.38 89.404 178.294 89.5931 178.194 89.7748L178.055 90.0229L177.768 90.519C177.629 90.7439 177.462 90.9506 177.272 91.1342L177.213 91.1938L177.183 91.2732C177.11 91.5254 177.005 91.7672 176.871 91.9925C176.825 92.0679 176.784 92.1457 176.747 92.2257C176.66 92.4067 176.562 92.5824 176.454 92.7516C176.323 92.944 176.173 93.1234 176.008 93.2874L175.909 93.3916C175.895 93.4205 175.884 93.4504 175.874 93.4809C175.791 93.739 175.672 93.9843 175.522 94.2102C175.423 94.3541 175.314 94.493 175.205 94.632L175.007 94.8999C174.775 95.2037 174.462 95.4359 174.105 95.5696C174.017 95.7426 173.916 95.9085 173.802 96.0658C173.789 96.0947 173.777 96.1245 173.768 96.1551C173.669 96.4216 173.532 96.6723 173.361 96.8993C173.141 97.1626 172.862 97.3714 172.548 97.5095V97.5492C172.437 97.7525 172.308 97.9452 172.162 98.1247C172.029 98.2742 171.888 98.4166 171.74 98.5514L171.701 98.5861C171.626 98.9551 171.455 99.2976 171.205 99.5784C170.946 99.8543 170.614 100.051 170.248 100.144C170.128 100.322 169.992 100.488 169.842 100.64C169.718 100.769 169.594 100.893 169.465 101.017L169.232 101.245C169.097 101.379 168.954 101.504 168.806 101.622L168.682 101.727C168.563 102.045 168.375 102.333 168.132 102.57C167.9 102.785 167.629 102.953 167.334 103.066L167.269 103.146C167.131 103.325 166.977 103.491 166.808 103.642L166.565 103.87C166.436 103.989 166.308 104.113 166.174 104.227C165.956 104.41 165.705 104.55 165.435 104.639C165.297 104.913 165.105 105.156 164.87 105.353C164.69 105.493 164.498 105.616 164.295 105.72L164.136 105.81L163.879 106.018L163.467 106.356C163.242 106.516 162.995 106.643 162.734 106.733H162.684C162.668 106.747 162.655 106.764 162.644 106.782C162.478 106.993 162.284 107.182 162.069 107.343C161.875 107.474 161.665 107.581 161.445 107.66C161.293 107.99 161.055 108.273 160.756 108.479L160.31 108.757C160.211 108.816 160.116 108.871 160.022 108.935C159.804 109.067 159.571 109.172 159.328 109.248C159.286 109.261 159.245 109.276 159.204 109.293L158.496 109.724C158.327 109.821 158.153 109.908 157.975 109.987C157.891 110.027 157.807 110.062 157.722 110.111C157.656 110.151 157.593 110.196 157.534 110.245C157.367 110.375 157.192 110.492 157.008 110.597C156.725 110.744 156.418 110.836 156.101 110.87H156.062L155.893 110.974C155.754 111.059 155.596 111.158 155.397 111.252C155.197 111.35 154.988 111.43 154.773 111.49L154.59 111.555C154.521 111.592 154.455 111.634 154.391 111.679C154.218 111.798 154.035 111.904 153.846 111.997C153.588 112.121 153.35 112.24 153.068 112.354C152.868 112.442 152.66 112.514 152.448 112.567L152.245 112.627L151.952 112.766C151.794 112.845 151.635 112.919 151.482 112.984L151.338 113.073C151.142 113.206 150.932 113.319 150.713 113.41L150.218 113.594L149.9 113.708C149.702 113.783 149.519 113.832 149.36 113.877H149.296C149.061 114.186 148.743 114.422 148.379 114.557C147.999 114.671 147.593 114.671 147.214 114.557C147.039 114.638 146.861 114.709 146.678 114.77L146.574 114.834C146.351 114.973 146.111 115.083 145.86 115.162C145.56 115.243 145.248 115.268 144.939 115.236H144.914L144.839 115.276C144.652 115.373 144.456 115.453 144.254 115.514L144.19 115.554C143.944 115.723 143.671 115.847 143.382 115.921C143.064 115.997 142.733 115.997 142.415 115.921C142.187 116.059 141.938 116.16 141.677 116.219L141.469 116.288C141.267 116.364 141.06 116.424 140.849 116.467C140.596 116.511 140.337 116.522 140.081 116.501C140.038 116.497 139.995 116.497 139.952 116.501C139.733 116.531 139.513 116.542 139.293 116.536H139.109L138.351 116.65L138.296 116.68C138.03 116.823 137.742 116.92 137.444 116.968L137.275 117.012C137.053 117.088 136.824 117.141 136.591 117.171C136.338 117.203 136.081 117.203 135.828 117.171H135.694L135.387 117.206L134.891 117.26L134.727 117.3C134.5 117.37 134.266 117.413 134.028 117.429L133.696 117.459C133.518 117.459 133.344 117.494 133.166 117.499C132.868 117.508 132.57 117.463 132.289 117.365C132.018 117.469 131.731 117.528 131.441 117.538C131.263 117.538 131.084 117.538 130.901 117.538C130.588 117.538 130.276 117.538 130.023 117.509C129.919 117.509 129.815 117.509 129.711 117.509C129.408 117.495 129.11 117.429 128.829 117.315L128.764 117.29L128.328 117.26L128.001 117.236H127.803C127.58 117.255 127.356 117.255 127.134 117.236C126.873 117.214 126.617 117.159 126.37 117.072L126.256 117.037C126.16 117.032 126.064 117.032 125.969 117.037C125.81 117.037 125.627 117.037 125.433 117.012C125.374 117.008 125.314 117.008 125.255 117.012C125.024 117.035 124.792 117.035 124.561 117.012C124.387 117.012 124.214 116.963 124.065 116.938L123.743 116.888H123.57C123.335 116.91 123.1 116.91 122.866 116.888C122.606 116.843 122.353 116.766 122.112 116.66L121.939 116.591C121.698 116.544 121.464 116.471 121.24 116.372L121.126 116.323L120.858 116.293C120.695 116.293 120.506 116.258 120.298 116.219C120.101 116.181 119.908 116.129 119.718 116.065L119.465 115.99L119.207 115.961C119.049 115.961 118.861 115.921 118.652 115.881H118.533C118.269 115.895 118.004 115.873 117.745 115.817C117.515 115.759 117.294 115.667 117.091 115.544C116.746 115.655 116.377 115.667 116.025 115.579C115.762 115.501 115.512 115.386 115.282 115.236L115.187 115.182C114.966 115.107 114.756 115.002 114.563 114.869C114.234 114.94 113.893 114.927 113.572 114.829C113.249 114.719 112.962 114.526 112.739 114.269C112.479 114.278 112.22 114.237 111.975 114.15C111.767 114.074 111.566 113.977 111.376 113.862L111.197 113.768C110.967 113.677 110.749 113.559 110.548 113.415C110.513 113.39 110.477 113.366 110.439 113.346C110.176 113.237 109.908 113.133 109.646 113.019L109.363 112.919C109.229 112.875 109.076 112.825 108.917 112.761H108.843C108.544 112.744 108.25 112.675 107.975 112.557C107.732 112.444 107.506 112.295 107.306 112.116L107.222 112.046L107.029 111.982C106.83 111.919 106.636 111.843 106.449 111.753C106.261 111.657 106.08 111.548 105.908 111.426C105.845 111.381 105.779 111.339 105.71 111.302C105.488 111.182 105.282 111.035 105.095 110.865L105.021 110.806H104.952C104.681 110.755 104.421 110.663 104.178 110.533C103.979 110.419 103.791 110.287 103.618 110.136L103.479 110.027C103.291 109.918 103.137 109.809 102.984 109.709C102.581 109.74 102.179 109.648 101.829 109.446C101.513 109.24 101.257 108.954 101.085 108.618L100.986 108.563C100.832 108.474 100.684 108.39 100.54 108.295L100.411 108.241C100.175 108.156 99.9484 108.044 99.737 107.908C99.6478 107.844 99.5536 107.784 99.4594 107.725C99.3652 107.665 99.162 107.536 99.0232 107.432C98.8051 107.283 98.5919 107.129 98.3838 106.976L98.3193 106.931C98.0754 106.741 97.8672 106.509 97.7047 106.246C97.6904 106.232 97.6786 106.215 97.67 106.197L97.2982 105.909L97.0702 105.73C97.0102 105.686 96.9473 105.647 96.8818 105.611C96.6957 105.509 96.5183 105.391 96.3514 105.259L96.1978 105.17C95.9996 105.068 95.812 104.946 95.6377 104.808C95.593 104.78 95.5467 104.755 95.4989 104.733C95.2779 104.623 95.07 104.488 94.8793 104.331L94.6562 104.138C94.5075 104.019 94.3637 103.895 94.22 103.771C94.0763 103.647 93.9573 103.523 93.8334 103.399L93.5954 103.17C93.4 102.975 93.2331 102.753 93.0998 102.511C93.085 102.483 93.0685 102.456 93.0502 102.431L92.8519 102.262C92.7329 102.158 92.5991 102.049 92.4603 101.915L92.3513 101.851C92.1276 101.721 91.9197 101.566 91.7317 101.389C91.5273 101.189 91.3506 100.962 91.2062 100.715C91.1912 100.692 91.1779 100.669 91.1666 100.645L91.117 100.62C90.8677 100.489 90.6389 100.322 90.4379 100.124C90.2115 99.8819 90.0421 99.592 89.9422 99.2757C89.7224 99.1381 89.5223 98.9712 89.3474 98.7796C89.1279 98.5228 88.9701 98.219 88.8864 97.8915L88.8517 97.8667C88.7149 97.7584 88.5857 97.6407 88.4651 97.5145C88.1309 97.375 87.8351 97.1572 87.6026 96.8794C87.4626 96.7013 87.3398 96.5102 87.2358 96.3089C87.2011 96.2493 87.1614 96.17 87.1416 96.1452C87.1218 96.1203 87.0127 95.9963 86.9483 95.9219C86.818 95.7833 86.6956 95.6375 86.5815 95.4853C86.3955 95.2298 86.2624 94.9396 86.1899 94.632C85.9875 94.4715 85.8074 94.2846 85.6546 94.0763C85.619 94.0374 85.5809 94.0009 85.5406 93.9671C85.3568 93.8011 85.1907 93.6166 85.0449 93.4164C84.9089 93.2032 84.7974 92.9751 84.7128 92.7367C84.6992 92.6926 84.6827 92.6495 84.6632 92.6077L84.3856 92.1712C84.3311 92.0769 84.2766 91.9876 84.2171 91.8983L84.0783 91.7246C83.9361 91.5701 83.8068 91.4041 83.6916 91.2285C83.5751 91.0355 83.4787 90.831 83.4041 90.6183C83.3812 90.5572 83.3547 90.4976 83.3248 90.4397L82.8936 89.6955C82.7735 89.4778 82.6914 89.2412 82.6507 88.9959C82.3448 88.821 82.0927 88.5653 81.9221 88.2567C81.7788 87.9719 81.6929 87.6617 81.6692 87.3438V87.3041C81.6391 87.2462 81.6061 87.1899 81.5701 87.1354C81.4858 86.9916 81.3867 86.8278 81.3024 86.6393C81.2777 86.5947 81.243 86.555 81.2132 86.5103C81.0559 86.3198 80.9212 86.1117 80.8117 85.8901C80.6902 85.6178 80.6213 85.3249 80.6085 85.0269C80.3997 84.8222 80.2315 84.5798 80.1128 84.3124C80.0179 84.0863 79.9497 83.8499 79.9096 83.6079C79.9096 83.5534 79.9096 83.5038 79.8848 83.469C79.86 83.4343 79.8154 83.34 79.7708 83.2557C79.6664 83.0767 79.5736 82.891 79.4932 82.7C79.4605 82.6198 79.4224 82.5419 79.3792 82.4668C79.282 82.2888 79.1959 82.1049 79.1214 81.9161C79.0215 81.6241 78.9729 81.3169 78.9777 81.0082V80.9785L78.9331 80.904C78.8076 80.7001 78.703 80.484 78.6208 80.2591C78.594 80.1908 78.5625 80.1245 78.5266 80.0606V80.0209V80.0507C78.5949 80.2753 78.6398 80.5064 78.6604 80.7403C78.6734 80.9386 78.6734 81.1374 78.6604 81.3357C78.6564 81.4117 78.6564 81.4879 78.6604 81.5639C78.6697 81.6344 78.6847 81.7041 78.7051 81.7723C78.7505 81.95 78.7837 82.1307 78.8042 82.313C78.8144 82.3457 78.8277 82.3772 78.8438 82.4073C78.9437 82.6506 79.012 82.9057 79.0471 83.1664C79.0471 83.3252 79.0471 83.4889 79.0818 83.6625C79.1165 83.8362 79.0818 83.8858 79.1066 83.9999C79.1203 84.077 79.1385 84.1532 79.1611 84.2281C79.2139 84.4139 79.2553 84.6028 79.285 84.7937C79.3276 85.0682 79.3276 85.3477 79.285 85.6222C79.4039 85.8593 79.4906 86.1113 79.5428 86.3714C79.5861 86.6509 79.5861 86.9353 79.5428 87.2148C79.54 87.2412 79.54 87.2678 79.5428 87.2942C79.57 87.5332 79.57 87.7746 79.5428 88.0136C79.5428 88.0433 79.5428 88.0682 79.5428 88.093L79.6022 88.2716C79.6612 88.4239 79.7109 88.5796 79.7509 88.7379L79.7906 88.8024C79.9458 89.0425 80.0629 89.3053 80.1376 89.5814C80.1808 89.7824 80.209 89.9864 80.2218 90.1916C80.2218 90.261 80.2218 90.3603 80.2466 90.395C80.3027 90.6271 80.3261 90.8659 80.316 91.1045C80.5458 91.3365 80.7159 91.6208 80.8117 91.933C80.8951 92.2451 80.9137 92.571 80.8662 92.8905C80.9307 93.1088 81.0001 93.3222 81.0695 93.5405C81.1253 93.7178 81.17 93.8984 81.2033 94.0813C81.219 94.1632 81.2389 94.2444 81.2628 94.3244C81.2628 94.3541 81.3173 94.4285 81.3471 94.4831C81.4528 94.6572 81.544 94.8397 81.6197 95.0289C81.6197 95.0636 81.6643 95.0934 81.6841 95.1231C81.8363 95.3294 81.9613 95.5545 82.0559 95.7929C82.1501 96.0459 82.2492 96.289 82.3483 96.547L82.4475 96.7207C82.5594 96.8962 82.6572 97.0803 82.7399 97.2714C82.8313 97.5027 82.8946 97.7443 82.9283 97.9908C82.9283 98.0156 82.9283 98.0404 82.9283 98.0701L82.9779 98.1297C83.1383 98.3242 83.2748 98.5375 83.3843 98.7647C83.4289 98.8689 83.4835 98.9681 83.538 99.0723C83.5925 99.1765 83.6867 99.3452 83.7561 99.4891C83.8885 99.7816 83.9513 100.101 83.9395 100.422C84.1065 100.596 84.2484 100.793 84.3608 101.007C84.4458 101.168 84.5203 101.333 84.5839 101.503L84.6533 101.687L84.7128 101.746C84.9073 101.932 85.0742 102.144 85.2084 102.377C85.3015 102.549 85.3827 102.728 85.4513 102.912C85.4811 102.992 85.5207 103.086 85.5406 103.126C85.6817 103.382 85.7773 103.66 85.8231 103.949V103.984L85.9074 104.083C86.0443 104.238 86.1686 104.404 86.2791 104.579C86.3906 104.767 86.4836 104.964 86.5567 105.17C86.8661 105.328 87.1305 105.561 87.325 105.849C87.5201 106.158 87.6343 106.512 87.6571 106.876C87.7116 106.971 87.7662 107.065 87.8108 107.149L87.8802 107.273C88.1731 107.432 88.4297 107.65 88.6336 107.913C88.77 108.107 88.8847 108.315 88.9756 108.534C88.9901 108.572 89.0066 108.611 89.0252 108.648L89.1244 108.732C89.3058 108.88 89.4718 109.047 89.62 109.228L89.8679 109.556C89.9472 109.665 90.0265 109.774 90.1157 109.883C90.205 109.992 90.2198 109.997 90.2942 110.067C90.4301 110.195 90.5591 110.331 90.6808 110.473C90.8277 110.659 90.954 110.861 91.0575 111.074C91.076 111.115 91.0976 111.155 91.122 111.193C91.2858 111.398 91.4209 111.625 91.5235 111.868C91.532 111.892 91.5437 111.915 91.5582 111.937L91.697 112.061C91.8414 112.178 91.9772 112.306 92.1034 112.443L92.2174 112.522C92.3964 112.642 92.5625 112.78 92.7131 112.934L92.8023 112.989C93.0316 113.116 93.2418 113.274 93.4269 113.46C93.6414 113.698 93.8095 113.974 93.9226 114.274L94.1159 114.487L94.334 114.71L94.3984 114.745C94.6554 114.86 94.8929 115.014 95.1023 115.202L95.3749 115.464C95.479 115.569 95.5782 115.668 95.6872 115.767C95.9021 116.005 96.0643 116.286 96.1631 116.591C96.3868 116.697 96.5966 116.83 96.7876 116.988C96.8967 117.077 97.0008 117.176 97.1049 117.27C97.209 117.365 97.2982 117.449 97.3973 117.528C97.5711 117.675 97.7274 117.842 97.8633 118.024C98.189 118.08 98.4967 118.212 98.7605 118.411C99.0068 118.61 99.2065 118.861 99.3454 119.146C99.5713 119.222 99.785 119.331 99.9799 119.468L100.114 119.523C100.331 119.612 100.539 119.723 100.733 119.855C100.962 120.024 101.163 120.228 101.328 120.46H101.358C101.604 120.537 101.839 120.646 102.057 120.783L102.404 121.021C102.513 121.096 102.622 121.175 102.731 121.244C102.971 121.399 103.177 121.602 103.336 121.84C103.61 121.879 103.874 121.969 104.114 122.108C104.248 122.187 104.377 122.276 104.51 122.361C104.598 122.425 104.689 122.484 104.783 122.539L104.942 122.599C105.157 122.664 105.366 122.748 105.566 122.852C105.883 123.04 106.146 123.307 106.33 123.626L106.458 123.685L106.736 123.814H106.766C107.09 123.827 107.408 123.903 107.703 124.038C107.926 124.152 108.13 124.301 108.307 124.479C108.619 124.466 108.929 124.524 109.214 124.648C109.415 124.743 109.606 124.858 109.785 124.99L109.918 125.075C110.202 125.206 110.452 125.4 110.652 125.64C110.903 125.651 111.151 125.703 111.386 125.794C111.645 125.901 111.885 126.052 112.094 126.24C112.364 126.246 112.631 126.289 112.888 126.369H113.021C113.259 126.39 113.494 126.438 113.72 126.513C113.944 126.594 114.158 126.699 114.36 126.826L114.479 126.9C114.739 126.994 114.983 127.128 115.202 127.297L115.257 127.332C115.335 127.355 115.414 127.373 115.495 127.386L115.718 127.436C116.069 127.316 116.446 127.299 116.806 127.387C117.167 127.475 117.494 127.664 117.75 127.932H117.81C118 127.954 118.188 127.985 118.375 128.026C118.533 128.066 118.692 128.116 118.87 128.165L119.178 128.255L119.564 128.344L119.911 128.428H119.996C120.265 128.389 120.539 128.389 120.809 128.428C120.972 128.458 121.131 128.498 121.304 128.542C121.478 128.587 121.512 128.597 121.621 128.617L122.038 128.696L122.424 128.771C122.643 128.807 122.857 128.865 123.064 128.944H123.094C123.404 128.836 123.734 128.798 124.06 128.83C124.339 128.873 124.609 128.956 124.863 129.078C124.883 129.091 124.905 129.101 124.928 129.108L125.24 129.133H125.557H125.607C125.894 129.044 126.194 129.007 126.494 129.024C126.8 129.053 127.095 129.148 127.362 129.302C127.606 129.23 127.86 129.196 128.115 129.202L128.611 129.242L128.953 129.272L129.161 129.247C129.363 129.217 129.566 129.202 129.771 129.202C129.98 129.209 130.189 129.232 130.395 129.272L130.588 129.302C130.808 129.305 131.027 129.328 131.243 129.371L131.401 129.401C131.555 129.401 131.709 129.401 131.862 129.401C132.016 129.401 132.061 129.401 132.16 129.401L132.18 129.485Z' fill='%23272626'/%3E%3Cpath d='M127.079 117.404C126.694 117.373 126.325 117.235 126.013 117.007L125.577 116.968H125.433H125.329C125.062 117.024 124.788 117.041 124.516 117.017C124.224 116.981 123.942 116.89 123.683 116.749C123.397 116.822 123.099 116.84 122.806 116.804L122.474 116.764C122.3 116.764 122.122 116.73 121.948 116.705C121.61 116.641 121.291 116.504 121.012 116.303H120.947C120.74 116.297 120.533 116.279 120.327 116.248H120.199C119.943 116.268 119.687 116.253 119.435 116.204H119.247C119.019 116.199 118.791 116.174 118.568 116.129C118.314 116.067 118.069 115.972 117.839 115.846L117.73 115.792L117.234 115.663L116.927 115.584C116.861 115.579 116.795 115.579 116.729 115.584C116.507 115.563 116.286 115.527 116.07 115.474C115.861 115.415 115.683 115.345 115.524 115.286L115.257 115.187C115.157 115.157 115.053 115.137 114.949 115.112C114.845 115.087 114.612 115.033 114.419 114.973C114.174 114.89 113.939 114.779 113.72 114.641L113.636 114.586H113.532C113.277 114.572 113.026 114.526 112.783 114.447C112.571 114.369 112.365 114.273 112.168 114.16C112.13 114.135 112.091 114.114 112.05 114.095H111.995C111.701 114.091 111.41 114.039 111.133 113.941C110.81 113.809 110.521 113.608 110.285 113.351L110.116 113.286L109.804 113.167C109.435 113.21 109.062 113.159 108.719 113.019C108.446 112.896 108.197 112.728 107.98 112.522L107.93 112.478C107.782 112.403 107.643 112.334 107.524 112.264L107.266 112.13L107.142 112.106C106.889 112.056 106.643 111.976 106.409 111.868C106.115 111.716 105.858 111.503 105.655 111.242C105.406 111.185 105.165 111.099 104.936 110.984C104.693 110.853 104.471 110.686 104.277 110.488L104.228 110.439L104.128 110.409C103.893 110.339 103.665 110.244 103.449 110.126L103.236 110.032C103.067 109.962 102.901 109.882 102.741 109.794H102.651C102.372 109.732 102.104 109.627 101.858 109.481C101.665 109.36 101.485 109.22 101.318 109.064L101.179 108.945C100.971 108.802 100.78 108.635 100.609 108.449C100.281 108.398 99.9674 108.28 99.6871 108.102C99.415 107.907 99.1967 107.645 99.0527 107.343C98.8057 107.279 98.5723 107.172 98.3637 107.025C98.3173 106.999 98.2692 106.976 98.2199 106.956C97.9933 106.861 97.7787 106.739 97.5805 106.594C97.3091 106.383 97.0986 106.104 96.9708 105.785C96.7283 105.704 96.5019 105.582 96.3016 105.423C96.1171 105.261 95.9509 105.08 95.8059 104.882C95.7803 104.844 95.7521 104.807 95.7217 104.773C95.5652 104.639 95.4194 104.493 95.2854 104.336C94.9196 104.271 94.5775 104.11 94.2941 103.87C94.0185 103.616 93.8136 103.294 93.6993 102.937L93.4663 102.709L93.3027 102.545H93.2581C92.967 102.43 92.6998 102.262 92.47 102.049C92.3956 101.975 92.3113 101.905 92.232 101.831C92.1527 101.756 91.9594 101.593 91.8355 101.469C91.6625 101.29 91.5111 101.092 91.3844 100.878L91.315 100.764C91.1214 100.556 90.9624 100.318 90.8441 100.06C90.834 100.046 90.8257 100.031 90.8193 100.015L90.7499 99.9654C90.5843 99.8586 90.4283 99.7374 90.284 99.6032C89.9604 99.4753 89.6691 99.277 89.4314 99.0227C89.2333 98.7837 89.079 98.5117 88.9754 98.219V98.1793L88.8663 98.0801C88.7079 97.9395 88.5589 97.7887 88.4202 97.6286C88.3062 97.4897 88.2021 97.3458 88.098 97.2019C87.9939 97.058 87.9691 97.0233 87.8997 96.939C87.7358 96.7272 87.613 96.4866 87.5379 96.2295C87.2354 96.0996 86.971 95.8947 86.7696 95.6341C86.7125 95.5596 86.6513 95.4884 86.5862 95.4208C86.3163 95.1326 86.0847 94.8108 85.8972 94.4633C85.8476 94.369 85.798 94.2847 85.7633 94.2301C85.5948 93.9969 85.4312 93.7588 85.2677 93.5206C85.0807 93.228 84.9605 92.8976 84.9157 92.5532C84.886 92.5085 84.8513 92.4688 84.8215 92.4291C84.706 92.2846 84.5984 92.1339 84.4993 91.9777L84.3853 91.8536C84.2249 91.6887 84.082 91.5074 83.959 91.3129C83.9243 91.2682 83.8847 91.2335 83.85 91.1888C83.68 91.0163 83.5303 90.8249 83.4039 90.6183C83.249 90.3476 83.1559 90.0461 83.1312 89.7352C82.9113 89.5576 82.7264 89.3406 82.586 89.0951C82.4468 88.8282 82.3609 88.5367 82.3332 88.2368C82.1127 88.0495 81.9294 87.8223 81.7929 87.5671C81.7929 87.5373 81.7235 87.4678 81.6888 87.4133C81.5449 87.2334 81.4203 87.0388 81.317 86.8328C81.2278 86.6542 81.1435 86.4657 81.0593 86.2821L80.9502 86.0489C80.8161 85.7624 80.7548 85.4471 80.7718 85.1311C80.5635 84.9393 80.3951 84.7084 80.2761 84.4514C80.185 84.2307 80.1169 84.0013 80.0729 83.7667C80.0729 83.7121 80.0481 83.6328 80.0431 83.6129L79.716 82.8141C79.716 82.7744 79.6515 82.6901 79.6119 82.6157C79.5048 82.4312 79.412 82.2388 79.3343 82.0402C79.2274 81.745 79.1835 81.4306 79.2054 81.1174C79.0344 80.8985 78.8989 80.6541 78.8039 80.393C78.7742 80.2988 78.7345 80.2095 78.6949 80.1152C78.6552 80.0209 78.5561 79.7877 78.4916 79.5893C78.4336 79.3968 78.3857 79.2014 78.3479 79.0039C78.3479 78.9046 78.3132 78.8104 78.2934 78.7508C78.2339 78.5573 78.1942 78.3787 78.1595 78.22C78.1248 78.0612 78.11 78.0116 78.0802 77.9124C78.0269 77.7085 77.9872 77.5013 77.9612 77.2922C77.9612 77.2327 77.9612 77.1781 77.9612 77.1285L77.9315 77.0838C77.7589 76.8382 77.6298 76.5646 77.5498 76.2751C77.4804 75.948 77.4804 75.61 77.5498 75.2829C77.5498 75.2184 77.5151 75.1539 77.5003 75.0944C77.4507 74.9207 77.4011 74.7471 77.3664 74.5982C77.3501 74.5449 77.3285 74.4934 77.302 74.4444C77.2016 74.2246 77.1236 73.9952 77.069 73.7598C77.0332 73.5628 77.0084 73.3641 76.9947 73.1644C76.9947 73.1247 76.9947 73.085 76.9947 73.0503C76.7801 72.7699 76.6326 72.4441 76.5634 72.0977C76.516 71.7749 76.5346 71.4457 76.6179 71.1303V71.1005C76.6179 71.031 76.5932 70.9616 76.5783 70.8921C76.5436 70.7135 76.5089 70.5399 76.4841 70.3613C76.4643 70.233 76.4643 70.1025 76.4841 69.9743C76.514 69.7769 76.5554 69.5814 76.608 69.3889C76.6324 69.304 76.6523 69.2179 76.6675 69.1309C76.7081 68.9025 76.7695 68.6783 76.8509 68.4611C76.8509 68.4016 76.9005 68.3222 76.9104 68.2974C76.9431 68.0988 76.9911 67.9031 77.0541 67.7119C77.068 67.6713 77.0796 67.6299 77.0888 67.5879C77.002 67.2643 76.9868 66.9257 77.0442 66.5956C77.0442 66.5411 77.0442 66.4915 77.0442 66.4369C77.0377 66.1905 77.0593 65.9441 77.1087 65.7026C77.1538 65.5018 77.2135 65.3044 77.2871 65.1122C77.3218 65.018 77.3516 64.9286 77.3664 64.8741L77.4309 64.5863L77.5647 64.0356C77.5647 64.0058 77.5647 63.9116 77.5647 63.8421C77.5826 63.6162 77.6191 63.3922 77.6738 63.1723C77.7896 62.7844 78.0172 62.4392 78.3281 62.1801C78.3677 62.0362 78.4074 61.8923 78.452 61.7435C78.4051 61.4112 78.4305 61.0728 78.5263 60.7512C78.6398 60.4244 78.8282 60.1287 79.0765 59.888V59.8532C79.1074 59.6237 79.1605 59.3977 79.2352 59.1785C79.2946 59.0098 79.364 58.8461 79.4285 58.6824C79.4929 58.5186 79.5127 58.479 79.5524 58.3748C79.5921 58.2706 79.6813 58.0473 79.7507 57.8786L79.8548 57.6405C79.8524 57.6124 79.8524 57.5842 79.8548 57.5562C79.8668 57.267 79.9271 56.9819 80.0332 56.7127C80.1696 56.4052 80.3688 56.1297 80.6181 55.904C80.6181 55.904 80.6181 55.8495 80.6181 55.8247C80.6538 55.6733 80.6985 55.5242 80.752 55.3781C80.6361 54.9502 80.6516 54.4973 80.7966 54.0783C80.9709 53.7324 81.2345 53.4395 81.5599 53.2299L81.7433 52.9273L81.8127 52.8231C81.8162 52.4786 81.8975 52.1393 82.0507 51.8308L82.1994 51.5381C82.2787 51.3744 82.353 51.2156 82.4422 51.042C82.544 50.8579 82.66 50.682 82.7892 50.5161C82.8438 50.4416 82.9032 50.3672 82.928 50.3226C83.0123 50.1688 83.1114 50.0199 83.2056 49.8711L83.3791 49.5933C83.4897 49.4183 83.614 49.2524 83.7509 49.0971L83.8748 48.9334C83.8748 48.8937 83.8996 48.854 83.9144 48.8193C83.9856 48.5688 84.0925 48.3299 84.2317 48.1098C84.3683 47.8733 84.5483 47.6646 84.7621 47.4946C84.7953 47.1721 84.9058 46.8623 85.0842 46.5917C85.2629 46.3338 85.5009 46.1228 85.7782 45.9765C85.8345 45.6975 85.9494 45.4337 86.1153 45.2025C86.2478 45.0247 86.3954 44.8587 86.5564 44.7064L86.6952 44.5675L86.7795 44.4037C86.8823 44.1966 87.0034 43.999 87.1413 43.8133C87.3159 43.595 87.5314 43.413 87.7758 43.2775C87.839 42.9678 87.9768 42.6783 88.1773 42.4341C88.4069 42.1637 88.7047 41.9598 89.0398 41.8437C89.1417 41.6232 89.2734 41.4179 89.4314 41.2335C89.5603 41.0846 89.6941 40.9556 89.8131 40.8415L89.9965 40.658C89.9965 40.658 89.9965 40.6034 90.0361 40.5786C90.1522 40.3211 90.3077 40.0834 90.4971 39.8741C90.7198 39.6449 90.9861 39.4627 91.2803 39.3383H91.3101C91.3497 39.2986 91.3844 39.2489 91.4241 39.2043C91.542 39.0509 91.6695 38.9051 91.8057 38.7677C92.009 38.5643 92.2122 38.3609 92.4204 38.1624C92.4452 38.1624 92.5096 38.0533 92.5542 37.9937C92.672 37.8326 92.803 37.6816 92.9458 37.5423L93.0003 37.453C93.1314 37.2122 93.2985 36.993 93.496 36.803C93.7388 36.5825 94.0238 36.4138 94.3337 36.3069H94.3684L94.5171 36.1729L94.8988 35.8356L94.9633 35.7363C95.1117 35.5158 95.2902 35.317 95.4936 35.1459L95.7365 34.9277C95.8704 34.8036 95.9992 34.6846 96.143 34.5754C96.2867 34.4663 96.4206 34.3571 96.5643 34.2529L96.827 34.0495C96.9857 33.9277 97.1512 33.815 97.3227 33.7121C97.4119 33.6625 97.4912 33.6129 97.5408 33.5782C97.7806 33.4038 98.049 33.2729 98.3339 33.1912H98.3785L98.4677 33.1019C98.6189 32.9381 98.7848 32.7886 98.9634 32.6554C99.0056 32.6182 99.0453 32.5785 99.0824 32.5363C99.2445 32.3523 99.4256 32.186 99.6227 32.0402C99.8664 31.8764 100.145 31.7712 100.436 31.7326C100.605 31.4591 100.84 31.2323 101.12 31.0727C101.406 30.8965 101.731 30.7942 102.066 30.775C102.217 30.576 102.4 30.4034 102.607 30.264C102.849 30.1246 103.112 30.0226 103.385 29.9614H103.474L103.682 29.8225C103.821 29.7332 103.975 29.629 104.178 29.5248C104.272 29.4752 104.366 29.4156 104.461 29.3611C104.555 29.3065 104.763 29.1775 104.922 29.0932C105.127 28.987 105.343 28.9023 105.566 28.8401L105.73 28.7856L106.225 28.5524L106.448 28.4482L106.498 28.3986C106.706 28.1878 106.947 28.0119 107.212 27.8776C107.492 27.7516 107.792 27.6777 108.099 27.6593H108.153L108.376 27.5502C108.53 27.4758 108.689 27.3964 108.837 27.3319C108.887 27.3068 108.933 27.2769 108.976 27.2426C109.171 27.1055 109.379 26.9876 109.596 26.8903C109.7 26.8507 109.804 26.801 109.903 26.7564L110.399 26.553C110.637 26.4624 110.885 26.4024 111.137 26.3744H111.256C111.301 26.3522 111.344 26.3274 111.385 26.2999C111.557 26.1903 111.738 26.0957 111.926 26.0172L111.98 25.9775C112.212 25.7781 112.477 25.6218 112.763 25.5161L113.492 25.2779L113.581 25.2482C113.801 25.1801 114.027 25.1336 114.255 25.1092C114.315 25.1026 114.375 25.0927 114.434 25.0795C114.681 25.0112 114.936 24.9713 115.192 24.9604H115.316L115.499 24.881C115.638 24.8215 115.807 24.7471 115.995 24.6826L116.05 24.6478C116.299 24.4631 116.579 24.3253 116.877 24.241C117.203 24.1613 117.543 24.1613 117.869 24.241C118.087 24.1049 118.327 24.006 118.578 23.9483L118.731 23.8838C118.948 23.7815 119.176 23.7049 119.41 23.6556C119.715 23.6001 120.028 23.6001 120.332 23.6556H120.372C120.607 23.5367 120.857 23.4515 121.116 23.4025C121.196 23.3881 121.276 23.3682 121.354 23.343C121.552 23.2806 121.754 23.2309 121.958 23.1942C122.267 23.1494 122.583 23.1835 122.875 23.2934C123.112 23.131 123.384 23.0273 123.668 22.9908C123.882 22.9908 124.07 22.961 124.238 22.956C124.336 22.9611 124.433 22.9611 124.531 22.956L125.056 22.9163L125.383 22.8866C125.439 22.8764 125.493 22.8632 125.547 22.8469C125.773 22.7761 126.005 22.7296 126.241 22.708L126.568 22.6683C126.747 22.6683 126.925 22.6286 127.103 22.6187C127.321 22.6001 127.54 22.6001 127.758 22.6187C127.829 22.6249 127.9 22.6249 127.971 22.6187L128.833 22.5889C128.878 22.5889 128.977 22.5889 129.061 22.5591C129.269 22.5193 129.48 22.4977 129.691 22.4946C129.914 22.4944 130.136 22.5127 130.355 22.5492C130.422 22.564 130.49 22.5739 130.558 22.579H130.861C131.046 22.5685 131.231 22.5685 131.416 22.579C131.734 22.5888 132.048 22.6613 132.338 22.7923H132.368H132.506C132.717 22.7657 132.929 22.7557 133.141 22.7625C133.335 22.7754 133.529 22.7986 133.721 22.832C133.811 22.8484 133.902 22.86 133.994 22.8667H134.033L134.851 22.9263C135.105 22.9483 135.355 23.0033 135.595 23.09L135.723 23.1297L136.219 23.1892H136.313C136.664 23.0111 137.057 22.937 137.448 22.9759C137.711 23.0142 137.968 23.0876 138.212 23.1942L138.281 23.2239H138.361C138.625 23.1887 138.894 23.1887 139.159 23.2239C139.432 23.2709 139.696 23.3596 139.942 23.4869L140.031 23.5266L140.313 23.5663C140.492 23.5663 140.665 23.6159 140.839 23.6506C141.063 23.6966 141.282 23.763 141.493 23.8491H141.553C141.879 23.7756 142.218 23.7756 142.544 23.8491C142.857 23.9261 143.152 24.0643 143.412 24.2559H143.441L143.659 24.3005C143.833 24.3353 144.006 24.37 144.155 24.4147H144.338C144.568 24.4288 144.795 24.4636 145.018 24.5188C145.293 24.5989 145.552 24.7283 145.781 24.9009C146.085 24.8614 146.394 24.885 146.688 24.9703C146.868 25.0269 147.045 25.0931 147.218 25.1688L147.496 25.2779L147.992 25.4516L148.299 25.5607L148.477 25.5905C148.706 25.6232 148.932 25.6764 149.152 25.7492C149.44 25.85 149.698 26.0204 149.905 26.2454C150.196 26.2229 150.489 26.2653 150.763 26.3694C150.949 26.4433 151.13 26.5312 151.303 26.6324L151.531 26.7465L151.709 26.7911C151.937 26.8379 152.159 26.906 152.374 26.9945C152.667 27.1299 152.928 27.3281 153.137 27.575C153.402 27.6091 153.661 27.6809 153.905 27.7883C153.965 27.8133 154.026 27.8333 154.089 27.8479C154.306 27.9088 154.518 27.9867 154.723 28.0811C155.079 28.2706 155.373 28.5581 155.571 28.9096L155.794 29.0386L156.052 29.1775L156.156 29.2023C156.419 29.2591 156.674 29.3509 156.914 29.4752C157.116 29.5909 157.305 29.7272 157.479 29.882C157.529 29.9217 157.593 29.9763 157.613 29.9862C157.688 30.0271 157.766 30.0636 157.846 30.0953C158.015 30.171 158.181 30.2554 158.342 30.3484L158.456 30.3831C158.971 30.5159 159.434 30.8012 159.784 31.2017L159.863 31.2861L160.086 31.425L160.582 31.7276C160.622 31.7574 160.711 31.7971 160.79 31.8417C160.979 31.9291 161.161 32.0302 161.336 32.1444L161.514 32.2386C161.717 32.3298 161.911 32.4394 162.094 32.5661C162.293 32.709 162.475 32.8756 162.634 33.0622L162.723 33.1614C162.899 33.2897 163.064 33.4307 163.219 33.5831C163.271 33.6375 163.325 33.6888 163.383 33.7369C163.561 33.8722 163.727 34.0233 163.878 34.1884L163.918 34.2281C164.264 34.2923 164.59 34.4367 164.87 34.6498C165.113 34.8556 165.312 35.1088 165.455 35.394C165.691 35.4979 165.913 35.6331 166.114 35.7959L166.233 35.8604C166.46 35.9747 166.672 36.1145 166.867 36.2771C167.021 36.416 167.155 36.555 167.269 36.679C167.383 36.803 167.403 36.8229 167.467 36.8774C167.51 36.91 167.554 36.9399 167.601 36.9667C167.813 37.087 168.01 37.2301 168.191 37.3934C168.431 37.6298 168.618 37.916 168.736 38.2319V38.2666C168.871 38.4202 168.99 38.5864 169.093 38.7627C169.118 38.7975 169.143 38.8421 169.172 38.8769C169.296 39.0009 169.415 39.1299 169.534 39.2539L169.693 39.4226L169.752 39.4573C170.02 39.5795 170.265 39.7474 170.476 39.9535C170.614 40.0987 170.74 40.2547 170.853 40.4198C170.917 40.5042 170.972 40.5786 171.016 40.6282C171.061 40.6778 171.17 40.7919 171.244 40.8713C171.319 40.9507 171.472 41.1094 171.581 41.2335L171.68 41.3079C171.898 41.447 172.096 41.6137 172.27 41.804C172.485 42.0707 172.641 42.3803 172.726 42.7119C172.816 42.826 172.89 42.9352 172.959 43.0344C173.029 43.1336 173.078 43.2031 173.143 43.2825L173.311 43.4909L173.638 43.9026C173.663 43.9163 173.687 43.933 173.708 43.9523C173.946 44.1121 174.159 44.3079 174.337 44.5327L174.645 44.9644L174.788 45.1678L174.838 45.2025C175.089 45.3869 175.304 45.6156 175.472 45.8772C175.664 46.1569 175.778 46.482 175.805 46.8199C176.012 46.9707 176.192 47.1572 176.335 47.3706C176.506 47.6445 176.62 47.9498 176.672 48.2686C176.834 48.4175 176.978 48.5839 177.103 48.7647L177.143 48.7945C177.412 48.9803 177.64 49.2203 177.812 49.499L177.981 49.7768C178.075 49.9306 178.169 50.0844 178.258 50.2382C178.424 50.5421 178.508 50.8842 178.501 51.2305C178.688 51.4005 178.845 51.5999 178.967 51.8209C179.01 51.8984 179.058 51.973 179.111 52.0441C179.223 52.2032 179.326 52.3689 179.418 52.5403C179.512 52.7189 179.582 52.8925 179.646 53.0364C179.711 53.1803 179.72 53.2249 179.77 53.3192L180.142 54.0981C180.266 54.3561 180.385 54.6191 180.489 54.8572C180.516 54.9021 180.545 54.9452 180.578 54.9862C180.73 55.1823 180.858 55.3954 180.96 55.6212C181.039 55.8048 181.098 55.9785 181.153 56.1174C181.208 56.2563 181.222 56.3208 181.262 56.4151C181.361 56.6697 181.424 56.9369 181.45 57.2089C181.664 57.4328 181.832 57.6955 181.946 57.9828C182.025 58.1962 182.075 58.3946 182.12 58.5583C182.164 58.7221 182.169 58.7568 182.189 58.8163C182.287 59.1017 182.333 59.4027 182.323 59.7044V59.7689L182.412 60.0021C182.472 60.1708 182.536 60.3345 182.586 60.4982C182.609 60.5492 182.636 60.5989 182.665 60.647C182.78 60.8546 182.876 61.0722 182.952 61.297C183.023 61.549 183.059 61.8093 183.061 62.0709C183.289 62.3157 183.459 62.6092 183.557 62.9292C183.607 63.1282 183.644 63.3305 183.666 63.5345C183.666 63.6288 183.696 63.728 183.706 63.7776C183.765 64.0108 183.82 64.244 183.879 64.4772L183.954 64.8096C184.008 65.0229 184.058 65.2412 184.107 65.4595L184.182 65.7721L184.301 66.3029C184.363 66.6661 184.336 67.0392 184.221 67.3895C184.221 67.4986 184.256 67.6078 184.276 67.7169V67.8112C184.534 68.104 184.706 68.4631 184.772 68.8481C184.817 69.2288 184.764 69.6149 184.618 69.9693C184.715 70.2905 184.742 70.629 184.697 70.9616C184.642 71.2663 184.533 71.5586 184.375 71.8249L184.395 71.939C184.37 72.0828 184.335 72.2267 184.301 72.3706C184.301 72.4252 184.271 72.4847 184.261 72.5393C184.351 72.8741 184.367 73.2248 184.306 73.5663C184.23 73.9097 184.07 74.2287 183.84 74.494C183.84 74.736 183.813 74.9773 183.76 75.2134C183.76 75.3176 183.721 75.4218 183.701 75.526C183.681 75.6302 183.636 75.8683 183.592 76.0568C183.547 76.2454 183.488 76.4538 183.433 76.6472L183.369 76.8804C183.369 76.8804 183.369 76.9896 183.369 77.0491C183.356 77.2857 183.318 77.5202 183.255 77.7487C183.17 78.0238 183.041 78.2835 182.873 78.5177L182.823 78.5921C182.769 78.7707 182.7 78.9245 182.645 79.0882C182.603 79.1728 182.568 79.2608 182.541 79.3512L182.318 80.0259C182.357 80.3701 182.321 80.7186 182.214 81.0479C182.214 81.0975 182.174 81.1968 182.154 81.291C182.11 81.4915 182.052 81.6887 181.981 81.8814C181.831 82.2498 181.58 82.5681 181.257 82.7993L181.138 83.0572C181.12 83.091 181.103 83.1258 181.089 83.1614C181.141 83.5344 181.093 83.9147 180.95 84.2628C180.791 84.6052 180.547 84.9009 180.241 85.1212C180.196 85.2154 180.142 85.3146 180.092 85.4089C180.076 85.4446 180.058 85.4794 180.038 85.5131C180.072 85.8872 180.007 86.2638 179.849 86.6046C179.775 86.7633 179.691 86.9171 179.606 87.0759C179.522 87.2347 179.497 87.2694 179.448 87.3686C179.398 87.4678 179.398 87.4976 179.373 87.5671C179.309 87.7775 179.226 87.9817 179.126 88.1773C178.98 88.4336 178.794 88.6648 178.575 88.862L178.516 88.9165C178.426 89.0686 178.328 89.2159 178.223 89.3581C178.175 89.4183 178.131 89.4813 178.09 89.5466C178.075 89.5871 178.064 89.6285 178.055 89.6707C177.986 89.9178 177.888 90.156 177.763 90.3801C177.598 90.642 177.388 90.8722 177.143 91.0598H177.118C177.103 91.0937 177.09 91.1285 177.078 91.164C176.995 91.3773 176.894 91.5831 176.776 91.7792C176.655 91.9535 176.523 92.1193 176.38 92.2753V92.3051C176.352 92.6682 176.237 93.0192 176.042 93.3271L175.899 93.5355L175.552 94.0316C175.43 94.2064 175.296 94.3722 175.15 94.5278L174.992 94.7014C174.927 94.7907 174.868 94.885 174.808 94.9743C174.749 95.0636 174.61 95.272 174.501 95.4208C174.324 95.6453 174.113 95.8411 173.876 96.0013L173.802 96.0509C173.668 96.2115 173.515 96.3548 173.346 96.4776C173.305 96.8404 173.162 97.1843 172.935 97.4698L172.513 97.966L172.374 98.1297C172.224 98.2984 172.058 98.4529 171.879 98.5911C171.823 98.6327 171.772 98.6792 171.725 98.73C171.662 98.8 171.604 98.8747 171.552 98.9533C171.452 99.0872 171.333 99.246 171.19 99.4097C171.046 99.5734 170.897 99.6974 170.768 99.8116C170.64 99.9257 170.63 99.9356 170.565 100.005C170.501 100.075 170.416 100.169 170.342 100.253C170.268 100.337 170.104 100.516 169.985 100.64C169.776 100.841 169.537 101.008 169.276 101.136C169.15 101.395 168.983 101.631 168.781 101.836C168.555 102.052 168.282 102.212 167.983 102.302C167.864 102.561 167.695 102.793 167.487 102.987C167.279 103.18 167.066 103.374 166.848 103.562C166.612 103.764 166.337 103.914 166.04 104.004C165.912 104.24 165.744 104.451 165.544 104.629C165.509 104.664 165.479 104.708 165.445 104.748C165.302 104.947 165.135 105.129 164.949 105.289C164.689 105.486 164.393 105.63 164.077 105.711H164.037L163.67 105.983L163.447 106.152C163.277 106.275 163.098 106.386 162.912 106.485C162.77 106.841 162.533 107.151 162.228 107.383C161.985 107.549 161.707 107.656 161.415 107.695C161.274 107.968 161.066 108.2 160.81 108.37C160.51 108.557 160.171 108.673 159.819 108.707L159.224 109.074C159.034 109.191 158.833 109.287 158.624 109.362H158.599C158.418 109.674 158.16 109.935 157.851 110.121C157.563 110.279 157.246 110.374 156.919 110.399C156.733 110.581 156.523 110.736 156.294 110.86C155.998 111.011 155.674 111.097 155.343 111.113L155.283 111.163C154.932 111.441 154.527 111.644 154.094 111.758L153.89 111.828L153.395 112.046L153.097 112.175C153.011 112.215 152.927 112.259 152.844 112.309C152.696 112.388 152.527 112.483 152.349 112.567L151.556 112.904L151.362 113.014C151.18 113.124 150.99 113.221 150.792 113.301C150.545 113.395 150.287 113.455 150.024 113.48H149.969H149.94C149.718 113.666 149.467 113.814 149.196 113.917C148.938 114.007 148.667 114.054 148.393 114.055C148.162 114.277 147.887 114.446 147.585 114.552C147.541 114.552 147.451 114.611 147.367 114.651C147.178 114.738 146.984 114.816 146.787 114.884C146.456 114.977 146.108 114.99 145.771 114.924C145.558 115.049 145.33 115.147 145.092 115.216C144.892 115.271 144.688 115.309 144.482 115.331L144.239 115.37L143.466 115.564L143.387 115.608C143.144 115.757 142.88 115.867 142.604 115.936L142.073 116.03L141.756 116.085C141.527 116.128 141.295 116.148 141.062 116.144H140.774C140.554 116.184 140.33 116.202 140.105 116.199H139.912C139.845 116.214 139.778 116.234 139.714 116.258C139.507 116.329 139.295 116.384 139.079 116.422C138.881 116.452 138.698 116.472 138.534 116.482H138.306L138.256 116.506C137.988 116.653 137.696 116.751 137.394 116.794C137.078 116.83 136.758 116.795 136.457 116.69C136.211 116.809 135.946 116.885 135.674 116.913L135.342 116.953C135.168 116.953 134.995 116.998 134.816 117.012C134.549 117.03 134.281 117.003 134.023 116.933C133.741 117.089 133.428 117.182 133.106 117.206C132.871 117.211 132.635 117.194 132.402 117.156L132.239 117.131H130.519C130.459 117.131 130.365 117.131 130.271 117.131C130.067 117.159 129.862 117.172 129.656 117.171C129.298 117.157 128.948 117.059 128.635 116.883H128.234C127.916 117.087 127.55 117.2 127.173 117.211L127.079 117.404ZM131.773 114.512H132.169C132.39 114.508 132.611 114.524 132.829 114.562H132.844C133.13 114.399 133.448 114.301 133.775 114.274C134.056 114.261 134.337 114.293 134.608 114.368H134.678L134.99 114.328L135.307 114.289H135.352C135.618 114.149 135.906 114.057 136.204 114.016C136.509 113.989 136.817 114.026 137.106 114.125C137.335 114.007 137.581 113.928 137.835 113.892L138.296 113.842L138.643 113.807L138.841 113.748C139.035 113.678 139.234 113.625 139.436 113.589C139.643 113.556 139.852 113.539 140.061 113.539H140.279C140.495 113.5 140.714 113.482 140.933 113.485H141.097L141.548 113.406L141.84 113.356L141.915 113.316C142.148 113.175 142.4 113.069 142.663 112.999L143.451 112.8C143.636 112.758 143.823 112.725 144.011 112.701L144.234 112.666L144.338 112.607C144.55 112.483 144.774 112.384 145.008 112.309C145.341 112.22 145.691 112.211 146.029 112.284L146.093 112.255C146.202 112.205 146.326 112.145 146.47 112.091C146.71 111.854 146.997 111.672 147.313 111.555C147.578 111.473 147.853 111.429 148.13 111.426C148.346 111.253 148.584 111.111 148.839 111.004C149.078 110.919 149.326 110.864 149.578 110.841H149.682L149.846 110.746C150.015 110.641 150.192 110.55 150.376 110.473L151.129 110.151C151.199 110.121 151.293 110.067 151.397 110.012C151.501 109.957 151.68 109.853 151.853 109.774L152.205 109.62L152.597 109.451C152.781 109.365 152.971 109.294 153.167 109.238L153.36 109.174L153.509 109.069C153.677 108.935 153.858 108.817 154.049 108.717C154.327 108.582 154.628 108.503 154.936 108.484C155.115 108.311 155.315 108.161 155.531 108.037C155.762 107.913 156.014 107.832 156.275 107.799C156.439 107.547 156.657 107.336 156.914 107.179C157.095 107.075 157.284 106.985 157.479 106.911L157.677 106.822L158.351 106.4C158.562 106.271 158.794 106.178 159.036 106.127C159.805 105.737 160.472 105.171 160.984 104.475C161.142 104.362 161.307 104.259 161.479 104.168C161.55 104.133 161.618 104.093 161.682 104.049L161.915 103.875L162.332 103.562C162.579 103.376 162.86 103.24 163.16 103.16L163.184 103.131C163.303 102.972 163.436 102.824 163.581 102.689V102.64C163.723 102.374 163.911 102.135 164.136 101.935C164.399 101.72 164.705 101.564 165.033 101.479L165.39 101.156C165.509 100.832 165.697 100.538 165.94 100.293C166.181 100.074 166.47 99.9163 166.783 99.8314C166.894 99.618 167.036 99.4224 167.204 99.2509C167.404 99.0519 167.633 98.8846 167.884 98.7548L167.953 98.7201C168.032 98.6357 168.107 98.5514 168.181 98.4621L168.454 98.1644C168.587 98.0205 168.721 97.9064 168.835 97.8022L169.048 97.6038C169.098 97.5492 169.157 97.4599 169.227 97.3706C169.296 97.2813 169.425 97.1027 169.554 96.9538C169.692 96.8025 169.841 96.6615 170 96.5321L170.159 96.3932L170.302 96.2196L170.506 95.9864C170.533 95.5908 170.674 95.2116 170.912 94.8949C171.084 94.6891 171.284 94.5088 171.507 94.3591L171.586 94.3045C171.752 94.1148 171.942 93.948 172.151 93.8084L172.216 93.7637C172.275 93.6842 172.329 93.6013 172.379 93.5157C172.464 93.3916 172.548 93.2626 172.637 93.1386C172.755 92.9851 172.881 92.8377 173.014 92.6971C173.078 92.6326 173.148 92.5532 173.177 92.5184L173.49 92.057V92.0223C173.511 91.6564 173.624 91.3018 173.817 90.9904C173.928 90.8142 174.054 90.6482 174.194 90.4942L174.327 90.3355C174.354 90.2788 174.377 90.2209 174.397 90.1618C174.475 89.9623 174.569 89.7698 174.679 89.5863C174.839 89.3346 175.042 89.1129 175.279 88.9314C175.277 88.9183 175.277 88.9049 175.279 88.8917C175.345 88.6558 175.436 88.4279 175.552 88.212C175.645 88.0498 175.75 87.894 175.864 87.7457C175.917 87.6781 175.965 87.6068 176.008 87.5323C176.151 87.286 176.332 87.0634 176.543 86.8725L176.583 86.8378L176.632 86.6988C176.694 86.5032 176.77 86.3125 176.86 86.1283C176.92 86.0092 176.989 85.8852 177.054 85.7661L177.143 85.5974C177.112 85.2341 177.173 84.8689 177.321 84.5357C177.386 84.4018 177.455 84.2628 177.525 84.1289C177.594 83.9949 177.639 83.9205 177.688 83.8114C177.806 83.5578 177.974 83.3314 178.184 83.1465C178.17 82.8604 178.218 82.5746 178.323 82.3081C178.382 82.1692 178.447 82.0303 178.516 81.8913C178.566 81.7822 178.615 81.678 178.66 81.5639C178.801 81.2266 179.03 80.9336 179.324 80.7155V80.6758C179.349 80.5667 179.383 80.4327 179.423 80.2938C179.385 79.9601 179.417 79.6221 179.517 79.3015C179.602 79.0435 179.691 78.8054 179.775 78.5226C179.83 78.344 179.899 78.1852 179.958 78.0265C180.018 77.8677 180.043 77.8231 180.067 77.7487C180.153 77.4848 180.279 77.2356 180.439 77.0094L180.469 76.9697C180.467 76.9317 180.467 76.8936 180.469 76.8556C180.481 76.6327 180.516 76.4116 180.573 76.1958L180.642 75.9427C180.687 75.7641 180.737 75.5855 180.786 75.4069C180.836 75.2283 180.831 75.1837 180.851 75.0695C180.87 74.9554 180.91 74.757 180.94 74.628C180.94 74.5784 180.94 74.5238 180.94 74.4692C180.938 74.2394 180.96 74.0101 181.004 73.7846C181.073 73.4957 181.204 73.225 181.386 72.9908C181.335 72.7286 181.335 72.4591 181.386 72.197C181.416 72.0432 181.45 71.8943 181.485 71.7504C181.52 71.6066 181.54 71.5173 181.564 71.3982C181.612 71.1348 181.704 70.8814 181.837 70.649C181.777 70.4327 181.752 70.2084 181.763 69.9842C181.755 69.7866 181.779 69.5891 181.832 69.3988C181.655 69.1619 181.536 68.8866 181.485 68.595C181.46 68.4611 181.44 68.3222 181.421 68.1882C181.401 68.0543 181.381 67.9203 181.356 67.7913C181.3 67.443 181.325 67.0862 181.431 66.7494L181.371 66.4815C181.371 66.3674 181.317 66.2484 181.292 66.1342C181.247 65.9308 181.198 65.7274 181.148 65.529L181.069 65.1966C181.019 64.9783 180.965 64.76 180.91 64.5417C180.865 64.3555 180.832 64.1666 180.811 63.9761V63.8818C180.584 63.6322 180.415 63.3358 180.315 63.0136C180.247 62.7596 180.214 62.4976 180.216 62.2347V62.1602C180.198 62.1228 180.178 62.0864 180.157 62.0511C180.048 61.856 179.957 61.6518 179.884 61.4408C179.839 61.3119 179.795 61.1878 179.745 61.0638C179.696 60.9398 179.651 60.8058 179.602 60.6718C179.515 60.3943 179.475 60.1043 179.483 59.8135V59.7441C179.428 59.5903 179.393 59.4464 179.359 59.3125C179.324 59.1785 179.329 59.1884 179.314 59.1388L179.289 59.114C179.081 58.8916 178.914 58.6347 178.794 58.3549C178.702 58.1108 178.644 57.8555 178.62 57.5958C178.62 57.5611 178.62 57.5264 178.62 57.4917C178.566 57.3627 178.521 57.2287 178.476 57.0997C178.432 56.9707 178.402 56.8913 178.357 56.7872L178.273 56.6681C178.131 56.4818 178.01 56.2805 177.911 56.0678L177.569 55.3236C177.455 55.0805 177.331 54.8274 177.217 54.5893C177.143 54.4405 177.078 54.2916 177.019 54.1378C176.96 53.984 176.935 53.9344 176.885 53.8352C176.836 53.736 176.801 53.6963 176.741 53.607C176.682 53.5177 176.598 53.3887 176.518 53.2597H176.489C176.241 53.0635 176.033 52.8229 175.874 52.5502C175.698 52.2042 175.62 51.8161 175.651 51.4289C175.621 51.3793 175.591 51.3248 175.557 51.2751L175.433 51.0717H175.408C175.159 50.8969 174.944 50.6784 174.774 50.4268L174.689 50.3424C174.502 50.1744 174.336 49.9845 174.194 49.7768C174.046 49.5344 173.943 49.2671 173.891 48.988C173.665 48.8285 173.468 48.6323 173.306 48.4075C173.124 48.1282 173.015 47.8074 172.989 47.4748C172.799 47.3359 172.632 47.1685 172.493 46.9787C172.414 46.8745 172.345 46.7653 172.27 46.6611L172.062 46.3684L171.998 46.3238C171.768 46.1697 171.563 45.9825 171.388 45.7681C171.279 45.6242 171.17 45.4903 171.056 45.3514L170.877 45.1281C170.778 45.0041 170.689 44.8751 170.595 44.7461C170.501 44.6171 170.466 44.5625 170.397 44.4732C170.201 44.2288 170.058 43.9468 169.975 43.6447C169.767 43.5054 169.579 43.3385 169.415 43.1485C169.326 43.0443 169.227 42.9451 169.133 42.8459L168.86 42.5532C168.735 42.4151 168.619 42.2693 168.513 42.1166L168.399 41.9677H168.354C168.096 41.8422 167.859 41.6746 167.656 41.4716L167.492 41.1789C167.388 41.0648 167.279 40.9507 167.17 40.8415C167.004 40.6697 166.858 40.48 166.734 40.2759C166.712 40.2361 166.687 40.1979 166.659 40.1618C166.447 39.9392 166.279 39.6783 166.163 39.3928H166.129C165.931 39.2769 165.745 39.1423 165.574 38.991C165.449 38.8782 165.329 38.759 165.217 38.6337C165.142 38.5544 165.073 38.4799 165.013 38.4254L164.895 38.3609C164.693 38.2619 164.504 38.1404 164.329 37.9987L164.225 37.9491C163.992 37.8488 163.773 37.717 163.576 37.5571C163.375 37.3816 163.207 37.1716 163.08 36.937C162.792 36.8717 162.522 36.7447 162.287 36.5649C162.127 36.4353 161.976 36.2943 161.836 36.1432C161.787 36.0936 161.722 36.0191 161.697 35.9993C161.54 35.8793 161.391 35.7483 161.251 35.6074C161.192 35.5528 161.117 35.4784 161.083 35.4536C160.901 35.3051 160.735 35.1389 160.587 34.9574C160.558 34.922 160.527 34.8888 160.493 34.8582L160.304 34.7292C160.115 34.6438 159.932 34.5426 159.759 34.4266L159.541 34.3125C159.37 34.2293 159.204 34.1348 159.045 34.0297C158.907 33.9404 158.768 33.851 158.624 33.7667L158.356 33.5931C158.145 33.4536 157.954 33.2868 157.786 33.0969C157.767 33.08 157.749 33.0618 157.732 33.0424H157.662C157.42 32.9762 157.187 32.8795 156.969 32.7546L156.731 32.6405C156.561 32.5697 156.395 32.4885 156.235 32.3974C156.044 32.2859 155.865 32.1563 155.7 32.0104L155.6 31.9261H155.516C155.263 31.8752 155.018 31.7901 154.787 31.673L154.431 31.4746C154.312 31.4101 154.193 31.3406 154.069 31.2811C153.749 31.1053 153.482 30.8465 153.295 30.5319C153.126 30.4843 152.961 30.4246 152.8 30.3533H152.711C152.439 30.3218 152.174 30.2516 151.922 30.145C151.626 30.0026 151.364 29.7978 151.154 29.5446H151.11C150.896 29.5004 150.687 29.4373 150.485 29.3561C150.315 29.2842 150.15 29.2031 149.989 29.113H149.94C149.581 29.177 149.212 29.1463 148.869 29.0237C148.532 28.8891 148.238 28.6664 148.016 28.3787C147.813 28.3482 147.612 28.3001 147.417 28.2349L147.055 28.1108L146.648 27.962C146.47 27.9074 146.311 27.8429 146.153 27.7834L145.994 27.7189C145.663 27.771 145.326 27.7524 145.003 27.6643C144.713 27.5738 144.443 27.4309 144.205 27.2426H144.11C143.893 27.2307 143.678 27.1992 143.466 27.1483L143.094 27.069L142.668 26.9747C142.407 26.9082 142.158 26.7975 141.934 26.6472C141.648 26.7032 141.353 26.7032 141.067 26.6472C140.858 26.5973 140.652 26.5326 140.452 26.4537L140.289 26.3893C140.16 26.3644 140.036 26.3496 139.907 26.3347L139.476 26.2702C139.218 26.217 138.968 26.1302 138.732 26.0122H138.688H138.633C138.378 26.0432 138.12 26.0432 137.865 26.0122C137.649 25.976 137.438 25.9161 137.235 25.8336C136.925 25.9758 136.584 26.0357 136.244 26.0072L135.833 25.9527L135.431 25.903C135.191 25.877 134.955 25.8237 134.727 25.7443L134.603 25.7046L133.855 25.655H133.815C133.617 25.655 133.443 25.6153 133.29 25.5954C133.195 25.5772 133.099 25.564 133.002 25.5558H132.769C132.575 25.5754 132.38 25.5836 132.184 25.5806C131.876 25.5646 131.574 25.4923 131.292 25.3672H131.262H131.044C130.881 25.3672 130.712 25.3672 130.548 25.3672C130.339 25.3661 130.13 25.3462 129.924 25.3077H129.726C129.646 25.3129 129.566 25.3229 129.488 25.3375C129.296 25.3724 129.102 25.3939 128.908 25.402L128.09 25.4317C127.885 25.4456 127.68 25.4456 127.475 25.4317H127.267L126.9 25.4714L126.464 25.5161L126.3 25.5607C126.085 25.6242 125.864 25.669 125.641 25.6947L125.245 25.7294C125.106 25.7294 124.967 25.7294 124.828 25.7641C124.689 25.7989 124.466 25.7889 124.333 25.7939H124.258C123.975 26.0338 123.633 26.1931 123.267 26.2553C122.886 26.2992 122.501 26.2338 122.157 26.0668C121.994 26.1209 121.829 26.1639 121.661 26.1958L121.552 26.2454C121.327 26.3565 121.089 26.4383 120.843 26.4885C120.548 26.5425 120.246 26.5425 119.951 26.4885L119.871 26.5232C119.696 26.6032 119.513 26.668 119.326 26.7167L119.262 26.7564C119.022 26.9118 118.759 27.0289 118.484 27.1037C118.179 27.1743 117.862 27.1743 117.557 27.1037C117.348 27.2443 117.119 27.3514 116.877 27.4212L116.674 27.5055C116.493 27.5912 116.306 27.6625 116.114 27.7189C115.878 27.7846 115.635 27.8212 115.39 27.828H115.262C115.065 27.8822 114.864 27.9204 114.662 27.9421C114.602 27.9488 114.542 27.9587 114.483 27.9719L114.394 28.0017L113.799 28.1952L113.755 28.2299C113.535 28.4192 113.286 28.5702 113.016 28.6764C112.986 28.6764 112.917 28.731 112.862 28.7608C112.476 29.0203 112.032 29.1805 111.569 29.2271H111.44C111.321 29.2718 111.207 29.3263 111.088 29.376L110.736 29.5298C110.686 29.5298 110.642 29.5893 110.592 29.6191C110.412 29.7522 110.217 29.8653 110.012 29.9564L109.655 30.1251L109.274 30.3087C109.016 30.421 108.741 30.4882 108.461 30.5071C108.266 30.7057 108.042 30.873 107.797 31.0033L107.464 31.162C107.331 31.2265 107.197 31.2861 107.063 31.3555C106.867 31.452 106.663 31.5301 106.453 31.5887L106.295 31.6383C106.186 31.6978 106.081 31.7623 105.977 31.8268L105.591 32.0551C105.516 32.0948 105.422 32.1592 105.323 32.2237C105.224 32.2882 105.045 32.4073 104.902 32.4917C104.666 32.6196 104.414 32.7147 104.153 32.7744C103.946 32.9659 103.711 33.1234 103.454 33.2408C103.218 33.3794 102.957 33.4704 102.686 33.5087C102.545 33.7652 102.348 33.9871 102.111 34.1587C101.813 34.3457 101.471 34.4532 101.12 34.4712C100.969 34.6294 100.803 34.7723 100.624 34.8979C100.599 34.8979 100.54 34.9822 100.495 35.0269C100.342 35.1841 100.176 35.3285 99.9994 35.4585C99.7651 35.6221 99.5055 35.7461 99.2311 35.8256L99.1617 35.8505C99.013 35.9546 98.8742 36.039 98.7602 36.1035C98.6462 36.168 98.5867 36.2077 98.5421 36.2424L98.2348 36.4756C98.1208 36.5599 98.0018 36.6492 97.8928 36.7385C97.7837 36.8278 97.7044 36.8973 97.6152 36.9767L97.3078 37.2545L97.2384 37.3438C97.0987 37.5562 96.9321 37.7497 96.7428 37.9193L96.3908 38.2269L96.1331 38.4651C95.9058 38.6591 95.6432 38.8073 95.3598 38.9017C95.2235 39.13 95.0568 39.3386 94.8641 39.5218C94.8393 39.5218 94.7749 39.626 94.7303 39.6855C94.6091 39.8499 94.4748 40.0043 94.3288 40.1469L93.7488 40.7225C93.6819 40.7915 93.619 40.8644 93.5605 40.9408C93.4613 41.0598 93.3523 41.1987 93.2135 41.3426C93.0057 41.55 92.7622 41.7181 92.4947 41.8387C92.3832 42.0782 92.238 42.3004 92.0635 42.4986C91.9544 42.6177 91.8404 42.7318 91.7215 42.8459C91.6025 42.96 91.5926 42.9699 91.5282 43.0394C91.5187 43.0651 91.5071 43.09 91.4935 43.1138C91.3893 43.3629 91.249 43.5953 91.0771 43.8034C90.8845 44.0217 90.6434 44.1916 90.3732 44.2996C90.307 44.5651 90.1854 44.8137 90.0163 45.0289C89.822 45.2817 89.5772 45.4912 89.2976 45.6441L89.2728 45.6937C89.18 45.8891 89.0688 46.0751 88.9407 46.2493C88.8153 46.4147 88.676 46.5691 88.5243 46.7107L88.4896 46.7455C88.444 47.0813 88.3218 47.4021 88.1327 47.6832C87.9658 47.9178 87.7491 48.1126 87.4982 48.2537C87.4523 48.5268 87.3529 48.7881 87.2058 49.0227C87.0317 49.2722 86.8133 49.4874 86.5614 49.6578C86.4906 49.8941 86.3907 50.1208 86.264 50.3325C86.1608 50.5051 86.0465 50.6708 85.922 50.8286C85.8706 50.8888 85.8226 50.9517 85.7782 51.0172C85.7039 51.1362 85.6295 51.2603 85.5502 51.3793C85.4709 51.4984 85.4114 51.5976 85.347 51.7068C85.2513 51.8806 85.1419 52.0465 85.0198 52.2029C84.9653 52.2773 84.9058 52.3567 84.881 52.3964C84.8215 52.5105 84.7621 52.6296 84.7075 52.7486C84.653 52.8677 84.6332 52.8975 84.5985 52.9719C84.5953 53.3153 84.5175 53.6539 84.3705 53.9642C84.2763 54.1428 84.1821 54.2916 84.1028 54.4256C84.049 54.5039 83.9994 54.5851 83.9541 54.6687C83.8243 54.9311 83.636 55.1602 83.4039 55.3385C83.4009 55.6116 83.3436 55.8815 83.2353 56.1323L83.1808 56.3158C83.1349 56.5214 83.0702 56.7224 82.9875 56.9161C82.871 57.1862 82.7026 57.4306 82.4918 57.6355C82.4778 57.8968 82.4243 58.1544 82.3332 58.3996C82.2836 58.5236 82.2291 58.6427 82.1795 58.7667C82.13 58.8907 82.0705 59.0197 82.0209 59.1537C81.9713 59.2876 81.9218 59.4067 81.8673 59.5357C81.8127 59.6647 81.7681 59.7838 81.7235 59.9028C81.7235 59.9326 81.7235 60.017 81.6938 60.0815C81.6635 60.2968 81.6154 60.5092 81.55 60.7165C81.4503 60.9905 81.2969 61.2418 81.0989 61.4557C81.1182 61.7249 81.0897 61.9953 81.0147 62.2545C80.9552 62.453 80.9007 62.6514 80.8412 62.8449L80.7867 63.0384C80.6762 63.3905 80.4723 63.706 80.1968 63.9513C80.1824 64.152 80.1509 64.3512 80.1026 64.5466C80.063 64.7054 80.0233 64.8691 79.9886 65.0428L79.9142 65.3504C79.8689 65.5338 79.8126 65.7144 79.7457 65.8911C79.716 65.9755 79.6862 66.0598 79.6714 66.1194C79.6689 66.1673 79.6689 66.2153 79.6714 66.2632C79.6745 66.4407 79.6645 66.6181 79.6416 66.7941C79.7281 67.1176 79.745 67.4558 79.6912 67.7864C79.6584 67.9661 79.6137 68.1434 79.5574 68.3172C79.5276 68.4214 79.4979 68.5157 79.488 68.5752C79.4467 68.79 79.387 69.0008 79.3095 69.2053C79.3095 69.2648 79.2599 69.3442 79.255 69.369C79.2264 69.5479 79.1883 69.7251 79.141 69.8999L79.1112 69.9991L79.141 70.143C79.1707 70.2918 79.2005 70.4407 79.2252 70.5845C79.2649 70.852 79.2548 71.1245 79.1955 71.3883C79.3665 71.6287 79.4847 71.9026 79.5425 72.192C79.5758 72.3723 79.5973 72.5546 79.6069 72.7377C79.6069 72.8469 79.6069 72.9461 79.6317 72.9808C79.648 73.0341 79.6696 73.0856 79.6961 73.1346C79.7918 73.3416 79.8666 73.5577 79.9192 73.7796C79.9489 73.8987 79.9836 74.0177 80.0134 74.1368C80.0431 74.2559 80.0977 74.4246 80.1324 74.5685C80.186 74.857 80.186 75.1531 80.1324 75.4416C80.2803 75.663 80.394 75.9056 80.4694 76.161C80.5195 76.35 80.556 76.5423 80.5785 76.7365C80.5854 76.8136 80.5986 76.8899 80.6181 76.9648C80.6627 77.1186 80.6974 77.2773 80.7321 77.4311C80.7668 77.5849 80.7817 77.6544 80.8164 77.7635C80.8669 77.9399 80.9083 78.1187 80.9403 78.2994C80.9552 78.388 80.9751 78.4758 80.9998 78.5623C81.0295 78.6417 81.0692 78.7459 81.1188 78.86C81.1683 78.9741 81.2278 79.1229 81.2774 79.2569L81.327 79.3214C81.4945 79.5389 81.6297 79.7795 81.7285 80.0358C81.8323 80.3402 81.8728 80.6627 81.8474 80.9834L81.9069 81.0876C82.0035 81.2592 82.0895 81.4365 82.1647 81.6185C82.2638 81.8715 82.3679 82.1146 82.472 82.3775C82.5569 82.5871 82.62 82.8049 82.6603 83.0275V83.0572C82.919 83.2734 83.1286 83.5423 83.275 83.8461C83.4172 84.1859 83.4701 84.5566 83.4287 84.9227V84.9624L83.6616 85.4585L83.7707 85.6074C83.8784 85.7457 83.9762 85.8916 84.0631 86.0439L84.0978 86.0737C84.3366 86.2697 84.5366 86.5087 84.6877 86.7782C84.8147 87.0296 84.8953 87.3019 84.9256 87.5819C85.143 87.7583 85.3276 87.9716 85.4709 88.212C85.6298 88.5003 85.7213 88.8209 85.7386 89.1497C85.8954 89.3117 86.0349 89.4896 86.1549 89.6806L86.2689 89.8046C86.4259 89.966 86.567 90.1421 86.6903 90.3305C86.7349 90.4 86.8043 90.4893 86.8737 90.5835C86.9431 90.6778 87.0769 90.8514 87.1661 90.9904C87.3467 91.2758 87.4618 91.5977 87.5032 91.933L87.8849 92.4738C87.9989 92.6425 88.0881 92.8012 88.1674 92.9402C88.2108 93.0222 88.2588 93.1017 88.3112 93.1783C88.3698 93.2561 88.4327 93.3306 88.4995 93.4016L88.673 93.595C89.0376 93.724 89.3599 93.9505 89.6049 94.2499C89.8007 94.5199 89.9391 94.8272 90.0114 95.1529L90.1848 95.391C90.2592 95.4903 90.3286 95.5895 90.403 95.6838L90.5764 95.8425C90.7221 95.9727 90.8595 96.1119 90.9879 96.2593C91.1575 96.4644 91.2931 96.6956 91.3894 96.9439C91.651 97.0645 91.888 97.2328 92.0883 97.4401L92.1973 97.5145C92.3988 97.6455 92.585 97.7986 92.7525 97.9709C92.9342 98.175 93.0861 98.4038 93.2036 98.6506L93.2432 98.73C93.3821 98.8836 93.5065 99.0497 93.615 99.2261C93.6447 99.2658 93.6646 99.3105 93.6943 99.3452C93.724 99.3799 93.8628 99.499 93.9471 99.5784L94.2049 99.8066H94.2495C94.5333 99.9243 94.7936 100.092 95.0178 100.303L95.3201 100.6L95.5977 100.873C95.7955 101.056 95.954 101.277 96.0637 101.523C96.3521 101.595 96.6201 101.733 96.8469 101.925C96.9966 102.053 97.1359 102.192 97.2632 102.342C97.3178 102.401 97.3921 102.481 97.4218 102.506C97.6061 102.662 97.7724 102.838 97.9175 103.031V103.056C98.214 103.136 98.493 103.271 98.7404 103.453C99.0204 103.682 99.2343 103.982 99.36 104.321C99.4976 104.385 99.6317 104.456 99.7615 104.535H99.7912C100.116 104.596 100.426 104.721 100.703 104.902C100.962 105.089 101.169 105.338 101.308 105.626C101.549 105.682 101.779 105.779 101.987 105.914C102.184 106.047 102.365 106.202 102.527 106.375C102.562 106.41 102.592 106.445 102.627 106.475C102.802 106.588 102.968 106.715 103.122 106.857L103.221 106.946H103.281C103.549 107.007 103.808 107.106 104.049 107.239C104.119 107.275 104.19 107.308 104.262 107.338C104.433 107.407 104.599 107.488 104.758 107.581L104.892 107.626C105.117 107.687 105.335 107.773 105.541 107.884C105.774 108.018 105.986 108.185 106.171 108.38L106.205 108.414H106.275C106.513 108.466 106.745 108.546 106.964 108.653C107.241 108.801 107.484 109.006 107.678 109.253C107.92 109.299 108.156 109.372 108.381 109.471L108.798 109.69L109.105 109.848C109.334 109.954 109.544 110.095 109.73 110.265C110.041 110.245 110.353 110.295 110.642 110.414L111.023 110.558L111.4 110.702C111.68 110.814 111.933 110.983 112.144 111.198C112.402 111.206 112.658 111.253 112.902 111.337C113.101 111.412 113.293 111.503 113.477 111.61L113.621 111.689H113.74C113.982 111.706 114.222 111.751 114.454 111.823C114.689 111.901 114.914 112.01 115.123 112.145L115.227 112.21C115.326 112.24 115.43 112.259 115.534 112.284C115.638 112.309 115.837 112.354 115.985 112.398C116.134 112.443 116.332 112.517 116.481 112.572C116.63 112.627 116.689 112.651 116.763 112.671C116.838 112.691 116.892 112.671 116.962 112.671C117.169 112.687 117.375 112.721 117.576 112.77L117.913 112.86L118.365 112.974C118.607 113.037 118.84 113.13 119.059 113.252L119.153 113.296H119.311C119.516 113.3 119.72 113.32 119.921 113.356H120.045C120.29 113.342 120.536 113.355 120.779 113.396H120.992C121.193 113.402 121.393 113.42 121.591 113.45C121.924 113.517 122.238 113.654 122.513 113.852L122.727 113.877L123.049 113.912H123.093C123.39 113.83 123.699 113.805 124.005 113.837C124.298 113.878 124.58 113.972 124.838 114.115C125.096 114.064 125.359 114.047 125.621 114.065H125.815L126.429 114.12C126.695 114.14 126.954 114.216 127.188 114.343C127.461 114.213 127.762 114.15 128.065 114.16C128.219 114.16 128.377 114.16 128.536 114.16H128.878C129.215 114.179 129.543 114.272 129.84 114.433H129.939C130.221 114.398 130.648 114.393 131.044 114.383H131.748L131.773 114.512Z' fill='%23272626'/%3E%3Cpath d='M64.5381 143.059C64.8355 142.762 64.9891 142.92 65.2866 142.623C65.584 142.325 65.47 142.211 65.7822 141.918C66.0945 141.625 66.2779 141.814 66.5654 141.516C66.8529 141.219 66.6646 141.02 66.962 140.727C67.2594 140.435 67.4576 140.628 67.7501 140.33C68.0426 140.033 68.0227 140.013 68.3201 139.715C68.6176 139.418 68.5184 139.323 68.8158 139.026C69.1132 138.728 69.1579 138.778 69.4553 138.48C69.7527 138.182 69.6833 138.118 69.9807 137.82C70.2781 137.522 70.3525 137.602 70.6499 137.324C70.9473 137.046 70.9225 137.006 71.2199 136.709C71.5173 136.411 71.5917 136.49 71.8891 136.213C72.1865 135.935 72.013 135.746 72.3104 135.449C72.6078 135.151 72.8061 135.339 73.0886 135.042C73.3712 134.744 73.391 134.754 73.6884 134.456C73.9858 134.159 73.6884 133.881 74.0007 133.583C74.313 133.285 74.3279 133.315 74.6253 133.018C74.9227 132.72 75.0466 132.849 75.344 132.556C75.6414 132.263 75.4679 132.09 75.7653 131.792L76.3552 131.202C76.6526 130.904 76.7517 130.998 77.0442 130.706C77.3367 130.413 77.3614 130.428 77.6539 130.135C77.9464 129.842 77.867 129.753 78.1496 129.455C78.4321 129.158 78.7048 129.426 79.0022 129.128C79.2996 128.83 79.0022 128.537 79.3045 128.24C79.6069 127.942 79.7011 128.046 79.9985 127.744C80.2959 127.441 80.4 127.55 80.6924 127.248C80.9849 126.945 80.8312 126.791 81.1237 126.493C81.4162 126.196 81.6442 126.414 81.9366 126.121C82.2291 125.829 81.9713 125.556 82.2687 125.263C82.5661 124.97 82.7099 125.114 83.0073 124.816C83.3047 124.519 83.161 124.375 83.4584 124.077C83.7558 123.78 84.0235 124.052 84.3209 123.755C84.6183 123.457 84.3853 123.224 84.6827 122.926C84.9801 122.629 84.9752 122.629 85.2726 122.331C85.57 122.033 85.5898 122.058 85.8872 121.76C86.1846 121.463 86.3829 121.656 86.6704 121.358C86.9579 121.061 86.8489 120.942 87.1661 120.644C87.4833 120.346 87.5131 120.391 87.8055 120.093C88.098 119.796 88.0236 119.716 88.3012 119.419C88.5788 119.121 88.7027 119.23 89.0001 118.922C89.2975 118.615 89.134 118.461 89.4314 118.163C89.7288 117.866 89.8725 118.01 90.17 117.712C90.367 117.492 90.5476 117.259 90.7103 117.012C90.8461 116.754 90.9621 116.485 91.0572 116.209C91.2098 115.963 91.3424 115.706 91.4538 115.44C91.5443 115.165 91.6107 114.883 91.6521 114.596C91.6924 114.309 91.7106 114.018 91.7066 113.728C91.7092 113.439 91.6893 113.15 91.6471 112.865C91.6408 112.569 91.6143 112.274 91.5678 111.982C91.482 111.697 91.3759 111.418 91.2505 111.148C91.1266 110.877 90.9808 110.616 90.8143 110.369C90.6251 110.138 90.4197 109.921 90.1997 109.719L90.1353 109.784C89.9142 109.6 89.6788 109.434 89.4314 109.288C89.1885 109.114 89.0695 108.732 88.8118 108.598C88.5417 108.464 88.2616 108.351 87.9741 108.261C87.6965 108.171 87.3247 108.474 87.0372 108.429C86.7497 108.385 86.487 108.037 86.1946 108.037C85.8958 108.038 85.5976 108.061 85.3023 108.107C85.0187 108.203 84.7435 108.323 84.4795 108.464C84.2019 108.553 83.84 108.464 83.5823 108.608C83.3245 108.752 83.1709 109.079 82.9329 109.253C82.7046 109.431 82.4908 109.626 82.2935 109.838C81.9961 110.136 81.7978 109.957 81.5202 110.25C81.2427 110.543 81.2823 110.607 80.9899 110.905C80.6974 111.203 80.7866 111.292 80.4942 111.59C80.2017 111.887 80.2662 111.957 79.9688 112.254C79.6713 112.552 79.5772 112.448 79.2797 112.751C78.9823 113.053 78.9774 113.038 78.68 113.336C78.3826 113.634 78.447 113.698 78.1496 113.991C77.8522 114.284 77.8175 114.254 77.525 114.547C77.2326 114.839 77.2524 114.869 76.955 115.167C76.6576 115.464 76.5634 115.365 76.266 115.663C75.9686 115.961 76.0627 116.05 75.7703 116.348C75.4778 116.645 75.4084 116.576 75.111 116.873C74.8136 117.171 74.9425 117.295 74.6451 117.593C74.3477 117.891 74.1494 117.712 73.8768 118.01C73.6041 118.307 73.5942 118.317 73.2968 118.615C72.9994 118.913 73.1977 119.111 72.9052 119.409C72.6128 119.706 72.474 119.572 72.1766 119.865C71.8792 120.158 71.8544 120.138 71.557 120.436C71.2596 120.733 71.3587 120.828 71.0613 121.125C70.7639 121.423 70.5656 121.244 70.293 121.542C70.0203 121.84 70.0897 121.929 69.7973 122.227C69.5048 122.524 69.3908 122.41 69.0934 122.723C68.796 123.035 68.8803 123.1 68.5977 123.398C68.3152 123.695 68.3548 123.745 68.0624 124.043C67.7699 124.34 67.8839 124.459 67.5667 124.757C67.2495 125.055 67.2049 124.985 66.9074 125.283C66.61 125.581 66.5258 125.491 66.2284 125.779C65.9309 126.067 66.1044 126.275 65.807 126.548C65.5096 126.821 65.2618 126.593 64.9644 126.89C64.6669 127.188 64.8404 127.357 64.543 127.654C64.2456 127.952 64.3299 128.036 64.0473 128.334C63.7648 128.632 63.4971 128.374 63.2047 128.671C62.9122 128.969 63.0609 129.128 62.7635 129.421C62.4661 129.713 62.3818 129.629 62.0844 129.917C61.787 130.204 61.7325 130.16 61.4351 130.457C61.1377 130.755 61.3756 130.988 61.0782 131.286C60.7808 131.584 60.5825 131.375 60.2801 131.673C59.9778 131.971 59.9678 131.956 59.6704 132.249C59.373 132.541 59.5168 132.69 59.2194 132.988C58.922 133.285 58.9467 133.31 58.6493 133.608C58.3519 133.906 58.2676 133.816 57.9702 134.104C57.6728 134.392 57.5539 134.283 57.2565 134.6C56.959 134.918 57.0483 134.992 56.7608 135.29C56.5526 135.498 56.5575 135.875 56.389 136.103C56.2205 136.332 55.8933 136.476 55.7694 136.734C55.6595 137.004 55.5717 137.283 55.5067 137.567C55.4071 137.838 55.3292 138.117 55.2737 138.401C55.2291 138.693 54.9614 138.976 54.9614 139.269C54.9614 139.561 55.3233 139.829 55.3679 140.122C55.4292 140.399 55.5121 140.671 55.6157 140.936C55.6855 141.211 55.775 141.482 55.8834 141.744C56.0148 141.997 56.1656 142.239 56.3345 142.469C56.503 142.702 56.503 143.084 56.7162 143.297L56.7459 143.263C56.9774 143.449 57.2245 143.615 57.4845 143.759C57.7395 143.896 58.0046 144.014 58.2776 144.111C58.5353 144.245 58.7039 144.607 58.9765 144.691C59.2491 144.776 59.5961 144.632 59.8836 144.691C60.1711 144.751 60.4437 144.984 60.7362 144.984C61.0286 144.984 61.3062 144.751 61.5937 144.706C61.8701 144.629 62.1402 144.532 62.4017 144.414C62.6708 144.329 62.9327 144.223 63.1848 144.096C63.4426 143.962 63.8491 144.096 64.087 143.903C64.3249 143.709 64.3646 143.337 64.5827 143.129' fill='%23F2F2F2'/%3E%3Cpath d='M59.626 146.026C59.2564 146.094 58.8759 146.074 58.5157 145.967C58.1286 145.832 57.7857 145.593 57.5243 145.277L57.4549 145.252C57.1621 145.158 56.8848 145.021 56.6321 144.845L56.4685 144.746C56.3694 144.691 56.2504 144.622 56.1216 144.538C55.9638 144.465 55.8196 144.366 55.6953 144.245C55.4257 143.956 55.2316 143.605 55.1302 143.223V143.168C54.9446 142.903 54.7789 142.625 54.6345 142.335C54.5073 142.077 54.4092 141.806 54.342 141.526C54.342 141.462 54.3073 141.392 54.2826 141.323C54.2578 141.253 54.2379 141.194 54.2132 141.129C54.1339 140.919 54.0693 140.703 54.0198 140.484C53.7454 140.126 53.5895 139.69 53.5737 139.239C53.586 138.851 53.6914 138.471 53.8811 138.133L53.9158 138.068C53.9747 137.776 54.0525 137.487 54.1487 137.205L54.1834 137.106C54.1834 137.041 54.2231 136.972 54.2379 136.902C54.3029 136.616 54.3993 136.338 54.5254 136.074C54.6962 135.757 54.9349 135.483 55.2244 135.27C55.3242 134.898 55.515 134.557 55.7795 134.278C55.9078 134.028 56.0752 133.8 56.2752 133.603C56.4927 133.389 56.7505 133.22 57.0336 133.107C57.2141 132.928 57.4195 132.776 57.6433 132.655C57.7195 132.582 57.7907 132.505 57.8565 132.422C57.9209 132.348 58.0002 132.258 58.134 132.12C58.2479 131.811 58.4291 131.531 58.6644 131.301C58.8379 131.127 58.9321 131.043 59.0263 130.959C59.1204 130.874 59.1502 130.844 59.2741 130.725C59.4665 130.53 59.6956 130.375 59.9482 130.269C60.0512 129.98 60.2211 129.72 60.4439 129.51C60.5959 129.351 60.7618 129.207 60.9396 129.078C60.9878 129.046 61.0326 129.01 61.0734 128.969C61.2501 128.785 61.4541 128.629 61.6782 128.508C61.7841 128.21 61.9532 127.939 62.1739 127.714C62.4362 127.448 62.7705 127.265 63.1355 127.188C63.2178 127.055 63.3124 126.931 63.418 126.816C63.519 126.481 63.7032 126.177 63.9534 125.933C64.1831 125.7 64.4679 125.53 64.7812 125.437C64.8887 125.207 65.0365 124.999 65.2174 124.821C65.4104 124.623 65.6328 124.456 65.8766 124.325C66.0487 124.15 66.2419 123.997 66.4516 123.869L66.4913 123.844C66.6053 123.564 66.7738 123.309 66.987 123.095C67.0291 123.055 67.0658 123.01 67.096 122.961C67.2226 122.783 67.3653 122.617 67.5223 122.465V122.435C67.6519 122.195 67.8193 121.977 68.018 121.79C68.2236 121.582 68.4656 121.414 68.7318 121.294C68.861 121.049 69.0283 120.826 69.2275 120.634C69.455 120.409 69.7315 120.239 70.0354 120.138C70.1579 119.921 70.3097 119.723 70.4865 119.548C70.6798 119.354 70.7938 119.26 70.8831 119.18C70.9611 119.117 71.0355 119.049 71.1061 118.977C71.286 118.794 71.4955 118.643 71.7257 118.531C71.8239 118.227 71.994 117.951 72.2214 117.727L72.4643 117.469C72.5486 117.379 72.6279 117.29 72.7964 117.122C73.0165 116.899 73.2843 116.729 73.5796 116.625C73.6912 116.387 73.8458 116.172 74.0356 115.99C74.2066 115.814 74.3999 115.66 74.6106 115.534L74.6503 115.504L74.6899 115.464C74.8153 115.211 74.9829 114.981 75.1856 114.785C75.3864 114.578 75.6233 114.41 75.8845 114.289C75.9837 114.184 76.0332 114.13 76.0828 114.07C76.1949 113.934 76.314 113.803 76.4397 113.678C76.5808 113.539 76.7297 113.408 76.8858 113.286C76.9523 113.238 77.0138 113.183 77.0692 113.123C77.1009 113.094 77.1277 113.061 77.1485 113.023C77.277 112.821 77.4283 112.635 77.5996 112.468C77.7582 112.304 77.8425 112.23 77.9267 112.15L78.1994 111.882C78.4026 111.679 78.639 111.511 78.8983 111.386C78.9094 111.378 78.9194 111.368 78.928 111.356V111.317C79.0561 111.107 79.2092 110.914 79.3841 110.741C79.5102 110.486 79.6776 110.253 79.8797 110.052C79.9192 110.02 79.9528 109.981 79.9789 109.938C80.104 109.743 80.2503 109.564 80.4151 109.402C80.6616 109.149 80.9689 108.965 81.3073 108.866C81.5059 108.66 81.7196 108.469 81.9468 108.295C81.9697 108.27 81.9912 108.244 82.0112 108.216C82.2277 107.92 82.5071 107.676 82.8291 107.502C83.1591 107.344 83.5195 107.262 83.8849 107.258H83.9592L84.0435 107.214C84.328 107.044 84.6401 106.927 84.9655 106.866C85.3333 106.814 85.7043 106.788 86.0758 106.787C86.4415 106.791 86.7987 106.898 87.1068 107.095C87.4898 106.968 87.9036 106.968 88.2866 107.095C88.6456 107.208 88.9953 107.349 89.3325 107.516C89.6832 107.71 89.9771 107.992 90.185 108.335L90.2148 108.375L90.309 108.439L90.5023 108.563C90.7153 108.633 90.909 108.752 91.0674 108.911L91.1962 109.035C91.4238 109.246 91.6328 109.477 91.8208 109.724C92.0082 110 92.174 110.291 92.3165 110.592L92.3661 110.692C92.5226 111.01 92.6503 111.342 92.7477 111.684V111.734C92.8383 112.036 92.8817 112.351 92.8766 112.666C92.8766 112.726 92.8766 112.78 92.8766 112.835C92.9689 113.551 92.9689 114.277 92.8766 114.993C92.8215 115.353 92.737 115.708 92.6238 116.055C92.5318 116.329 92.4069 116.59 92.252 116.834C92.2124 116.898 92.1777 116.963 92.143 117.027C92.1197 117.075 92.1014 117.125 92.0885 117.176C91.9952 117.477 91.8564 117.761 91.6771 118.019C91.6374 118.069 91.6027 118.124 91.563 118.178C91.3991 118.43 91.2115 118.666 91.0029 118.883C90.806 119.081 90.5741 119.241 90.3189 119.354C90.2065 119.632 90.0377 119.884 89.8232 120.093C89.6134 120.3 89.3683 120.468 89.0995 120.589C88.9634 120.821 88.7967 121.033 88.6038 121.22C88.4492 121.369 88.2835 121.507 88.1081 121.631L87.9892 121.726C87.8742 122.007 87.7059 122.263 87.4935 122.48C87.2386 122.74 86.9184 122.927 86.5665 123.02C86.4674 123.115 86.398 123.174 86.3286 123.234L86.0956 123.452L85.8181 123.74L85.6892 123.864C85.6146 124.228 85.4394 124.564 85.1835 124.833C84.9276 125.102 84.6013 125.294 84.2418 125.387C84.134 125.591 83.9952 125.777 83.8304 125.938C83.6674 126.106 83.4783 126.247 83.2702 126.354C83.1902 126.691 83.0186 126.998 82.7745 127.243C82.5521 127.47 82.2784 127.64 81.9765 127.739C81.8683 127.976 81.7171 128.192 81.5304 128.374C81.3214 128.58 81.0781 128.747 80.8116 128.87C80.6747 129.005 80.5235 129.125 80.3606 129.227C80.2936 129.605 80.1098 129.952 79.8351 130.219C79.5647 130.491 79.2196 130.676 78.8438 130.75C78.7308 130.929 78.5996 131.095 78.4522 131.246C78.2787 131.42 78.1845 131.504 78.0903 131.589C77.9961 131.673 77.9664 131.703 77.8474 131.822C77.6439 132.025 77.4076 132.193 77.1485 132.318L76.6528 132.814C76.5502 133.145 76.3661 133.446 76.1175 133.687C75.8981 133.912 75.6349 134.089 75.3442 134.208C75.1906 134.357 75.0865 134.441 75.0022 134.511C74.9482 134.92 74.7579 135.3 74.4619 135.587C74.3033 135.751 74.219 135.826 74.1397 135.905L73.8621 136.173C73.6561 136.389 73.4058 136.558 73.1285 136.669C73.0219 136.928 72.8633 137.163 72.6626 137.359C72.4806 137.551 72.2739 137.717 72.0479 137.855H72.0231L71.9934 137.88C71.8843 137.989 71.8348 138.048 71.7802 138.108C71.7257 138.167 71.6117 138.306 71.4234 138.495C71.2434 138.68 71.0382 138.839 70.8137 138.966H70.7839H70.7542L70.7145 139.011L70.8831 138.917C70.7542 139.126 70.6011 139.319 70.427 139.492C70.2749 139.644 70.109 139.782 69.9313 139.904C69.8789 139.943 69.8292 139.986 69.7826 140.033C69.6583 140.289 69.4906 140.523 69.287 140.722C69.1779 140.832 69.1283 140.886 69.0788 140.946C68.9664 141.085 68.8456 141.218 68.7169 141.343C68.5156 141.548 68.272 141.707 68.0031 141.809C67.9013 142.079 67.7404 142.323 67.5322 142.523C67.3027 142.754 67.0202 142.924 66.7094 143.019C66.5941 143.24 66.4452 143.441 66.2682 143.615C66.0631 143.828 65.8168 143.996 65.5445 144.111C65.3991 144.454 65.1667 144.753 64.8704 144.979C64.5078 145.226 64.0794 145.357 63.6411 145.356C63.3713 145.486 63.0931 145.597 62.8083 145.689C62.7477 145.709 62.6882 145.732 62.6299 145.758C62.3831 145.879 62.1214 145.968 61.8517 146.021L61.7674 146.061C61.4397 146.227 61.079 146.319 60.7116 146.329C60.3309 146.315 59.9588 146.212 59.626 146.026ZM63.5519 142.082C63.7658 141.863 64.0246 141.694 64.3103 141.586C64.4309 141.348 64.5881 141.13 64.7762 140.941C64.9767 140.737 65.2183 140.578 65.485 140.474C65.5896 140.203 65.75 139.956 65.9559 139.75C66.2126 139.491 66.5346 139.305 66.8878 139.214L66.9572 139.135C67.0683 138.999 67.1875 138.87 67.3141 138.748C67.4385 138.491 67.6062 138.258 67.8098 138.058C67.9619 137.906 68.1279 137.768 68.3055 137.646C68.3608 137.607 68.4123 137.562 68.4592 137.512L68.4988 137.468L68.5286 137.428C68.6562 137.218 68.8094 137.025 68.9846 136.853C69.1635 136.666 69.3689 136.507 69.5943 136.381H69.6191L69.6538 136.351C69.7271 136.279 69.7966 136.203 69.8619 136.123C69.9363 136.034 70.0354 135.92 70.2188 135.736C70.3891 135.562 70.5807 135.411 70.7889 135.285C70.889 134.974 71.0585 134.691 71.2846 134.456C71.5381 134.199 71.8542 134.013 72.2016 133.916L72.3949 133.727L72.4346 133.687C72.4918 133.272 72.6833 132.887 72.9798 132.591C73.1105 132.46 73.2479 132.336 73.3912 132.219C73.465 132.159 73.5345 132.094 73.5994 132.025C73.7879 131.835 74.0075 131.679 74.2488 131.564C74.3545 131.275 74.5239 131.014 74.7444 130.8L75.3343 130.209C75.5361 130.004 75.7727 129.836 76.0332 129.713C76.1459 129.594 76.2651 129.482 76.3901 129.376L76.633 129.143L76.6578 129.113C76.7898 128.874 76.9569 128.657 77.1535 128.468C77.3495 128.273 77.5842 128.121 77.8425 128.021C77.9342 127.73 78.0959 127.466 78.3134 127.252C78.5173 127.045 78.7576 126.877 79.0222 126.756C79.2008 126.579 79.4045 126.428 79.6269 126.31C79.7328 126.017 79.9021 125.751 80.1226 125.531C80.3093 125.317 80.539 125.144 80.7968 125.025C80.8946 124.725 81.0648 124.454 81.2924 124.236C81.4961 124.026 81.7385 123.857 82.0062 123.74C82.1235 123.476 82.292 123.238 82.5019 123.04C82.7166 122.816 82.9817 122.646 83.2752 122.544C83.3767 122.29 83.5304 122.06 83.7263 121.869L84.0138 121.577C84.0881 121.502 84.1625 121.423 84.3161 121.274C84.4698 121.125 84.5937 121.006 84.6929 120.922C84.792 120.838 84.8168 120.813 84.9308 120.699C85.1571 120.472 85.434 120.302 85.7387 120.202C85.8524 119.976 86.0031 119.769 86.1849 119.592C86.3383 119.44 86.5041 119.3 86.6805 119.175C86.7395 119.139 86.7929 119.093 86.8392 119.042V119.007C86.9722 118.773 87.1393 118.561 87.3349 118.377C87.5164 118.19 87.7274 118.034 87.9594 117.915C88.0638 117.62 88.2333 117.352 88.4551 117.131C88.6807 116.899 88.9549 116.719 89.2581 116.606C89.3126 116.536 89.3771 116.447 89.4415 116.352L89.5654 116.174C89.5851 116.129 89.6017 116.082 89.615 116.035C89.6731 115.865 89.7427 115.699 89.8232 115.539C89.8817 115.421 89.9462 115.307 90.0165 115.197C90.0615 115.125 90.1013 115.05 90.1355 114.973C90.2035 114.768 90.2532 114.557 90.2842 114.343C90.3111 114.128 90.3227 113.91 90.3189 113.693C90.3213 113.477 90.3064 113.262 90.2743 113.048C90.2484 112.863 90.2352 112.675 90.2346 112.488V112.324C90.1772 112.127 90.106 111.935 90.0215 111.748L89.9669 111.639C89.8883 111.468 89.7989 111.303 89.6993 111.143L89.5853 111.014C89.427 110.945 89.2838 110.846 89.1639 110.721C89.0877 110.662 89.0083 110.608 88.926 110.558C88.8219 110.488 88.7228 110.424 88.6236 110.349C88.3853 110.172 88.1819 109.951 88.0239 109.699L87.8504 109.63C87.5263 109.752 87.1771 109.791 86.8342 109.744C86.5178 109.687 86.2171 109.564 85.9519 109.382C85.8329 109.382 85.714 109.382 85.6049 109.412L85.5058 109.466C85.3199 109.57 85.126 109.657 84.9258 109.729C84.7101 109.795 84.4869 109.833 84.2616 109.843C84.119 110.03 83.9523 110.197 83.7659 110.339C83.6179 110.456 83.4787 110.584 83.3495 110.721L83.2901 110.781C83.0505 111.026 82.7542 111.208 82.4276 111.312C82.3029 111.503 82.1583 111.681 81.9963 111.843C81.8719 112.099 81.7043 112.333 81.5006 112.532L81.4659 112.572V112.617C81.3341 112.827 81.1795 113.021 81.0049 113.197C80.7979 113.399 80.5603 113.566 80.3011 113.693L79.9888 114.001L79.7112 114.264L79.6319 114.363C79.5055 114.565 79.3558 114.752 79.1858 114.919C79.0469 115.062 78.8978 115.194 78.7397 115.316C78.6742 115.363 78.6129 115.416 78.5563 115.474C78.4829 115.547 78.4134 115.623 78.3481 115.703C78.2737 115.792 78.1746 115.906 77.9862 116.095C77.7868 116.298 77.5537 116.466 77.2972 116.591C77.1704 116.843 77.003 117.073 76.8015 117.27C76.631 117.445 76.4395 117.599 76.2315 117.727H76.1919C76.0798 118.012 75.9112 118.272 75.6962 118.491C75.4507 118.742 75.1453 118.926 74.8089 119.027L74.68 119.166L74.4966 119.359C74.4073 119.719 74.2203 120.047 73.9563 120.307C73.73 120.526 73.4597 120.696 73.1632 120.803C73.0579 120.909 72.947 121.01 72.8311 121.105C72.7554 121.166 72.6841 121.233 72.618 121.304C72.4927 121.562 72.3252 121.796 72.1223 121.998C71.8924 122.226 71.6122 122.396 71.3044 122.495C71.1866 122.714 71.0343 122.914 70.8533 123.085C70.6461 123.295 70.4004 123.464 70.1296 123.581C69.997 123.819 69.83 124.037 69.6339 124.226C69.5917 124.267 69.5535 124.312 69.5199 124.36C69.4071 124.527 69.2794 124.683 69.1382 124.826C69.023 125.109 68.8547 125.366 68.6426 125.585C68.4689 125.761 68.2741 125.914 68.0626 126.042L68.023 126.072L67.9783 126.111C67.8082 126.288 67.6127 126.439 67.3984 126.558C67.2979 126.867 67.1284 127.148 66.9027 127.381C66.6718 127.615 66.3852 127.786 66.07 127.878C65.9634 128.106 65.8155 128.313 65.6338 128.488V128.523C65.5012 128.761 65.3341 128.978 65.1381 129.168C64.8996 129.407 64.6019 129.578 64.2756 129.664C64.1681 129.882 64.0258 130.081 63.8542 130.254C63.6594 130.455 63.4334 130.622 63.1851 130.75C63.033 130.9 62.867 131.034 62.6894 131.152C62.6122 131.521 62.4256 131.858 62.154 132.12C61.893 132.388 61.5613 132.577 61.1974 132.665L60.9941 132.849L60.8256 133.008C60.7124 133.315 60.5311 133.594 60.2952 133.821C60.1862 133.935 60.1316 133.995 60.0821 134.054C60.0325 134.114 59.9086 134.253 59.7252 134.441C59.5342 134.64 59.3135 134.807 59.0709 134.938C58.8604 135.148 58.6113 135.317 58.3373 135.434C58.2423 135.614 58.1239 135.781 57.9853 135.93C57.9121 136.213 57.7878 136.48 57.6185 136.719C57.466 136.923 57.2858 137.105 57.0832 137.259C57.0832 137.309 57.0832 137.364 57.0435 137.413C57.0039 137.463 56.9791 137.666 56.9394 137.79L56.9047 137.899C56.8424 138.06 56.7943 138.226 56.761 138.396C56.7283 138.593 56.67 138.784 56.5875 138.966C56.7203 139.185 56.8095 139.428 56.8502 139.681C56.8759 139.787 56.909 139.891 56.9493 139.993C56.984 140.087 57.0187 140.182 57.0485 140.281C57.0782 140.38 57.1129 140.494 57.1427 140.598C57.1724 140.703 57.2071 140.832 57.2319 140.886C57.3298 141.073 57.4425 141.253 57.569 141.422C57.7102 141.624 57.8189 141.846 57.8911 142.082L57.9853 142.136C58.1222 142.209 58.2546 142.291 58.3819 142.379L58.5256 142.434C58.6947 142.492 58.8602 142.56 59.0213 142.637C59.2308 142.747 59.4215 142.89 59.5864 143.059C59.7935 143.03 60.0038 143.03 60.211 143.059C60.4365 143.096 60.6553 143.167 60.8603 143.268C61.0504 143.177 61.2523 143.113 61.4601 143.079L61.6286 143.01C61.7751 142.941 61.9258 142.881 62.0797 142.831C62.2789 142.769 62.4729 142.691 62.6596 142.598C62.8668 142.49 63.0919 142.421 63.3239 142.394C63.3897 142.28 63.466 142.172 63.5519 142.072V142.082Z' fill='%23272626'/%3E%3Cpath d='M59.0461 118.575C59.2444 118.382 59.3534 118.079 59.5418 117.905C59.7302 117.732 60.1564 117.781 60.3696 117.608C60.5827 117.434 60.8058 117.285 61.0289 117.112C61.2519 116.938 61.47 116.799 61.698 116.645C61.926 116.491 62.0301 116.149 62.2681 116.005C62.506 115.861 62.6844 115.603 62.9323 115.479C63.1801 115.355 63.5172 115.415 63.765 115.306C64.0129 115.196 64.2062 114.919 64.4639 114.809C64.7217 114.7 65.0042 114.651 65.262 114.566C65.5198 114.482 65.8073 114.432 66.07 114.363C66.3327 114.294 66.6053 114.199 66.873 114.14C67.1406 114.08 67.4529 114.229 67.7256 114.184C67.9982 114.14 68.2758 114.214 68.5534 114.184C68.8309 114.155 69.0837 113.966 69.3564 113.951C69.629 113.936 69.9066 114.11 70.1842 114.11C70.4617 114.11 70.7294 113.976 71.007 113.991C71.2846 114.006 71.577 113.792 71.8497 113.822C72.1223 113.852 72.3453 114.219 72.6279 114.259C72.9104 114.298 73.193 114.224 73.4606 114.259C73.7283 114.294 73.9563 114.477 74.2389 114.547C74.5214 114.616 74.8436 114.437 75.1063 114.547C75.369 114.656 75.5376 114.978 75.7953 115.077C76.0531 115.177 76.4149 115.028 76.6628 115.137C76.9106 115.246 77.0444 115.633 77.2873 115.752C77.5302 115.871 77.783 115.995 78.011 116.134C78.239 116.273 78.4324 116.486 78.6653 116.63C78.8983 116.774 79.2007 116.809 79.4237 116.973C79.6468 117.136 79.7806 117.404 79.9938 117.578C80.2069 117.752 80.5638 117.752 80.767 117.935C80.9703 118.119 81.1735 118.312 81.3718 118.506C81.57 118.699 81.8278 118.843 82.0112 119.046C82.1946 119.25 82.2144 119.602 82.3879 119.815C82.5614 120.029 82.8291 120.168 82.9927 120.391C83.1562 120.614 83.1265 120.966 83.2752 121.195C83.4239 121.423 83.7709 121.542 83.8948 121.78C84.0187 122.018 84.2418 122.227 84.3657 122.475C84.4896 122.723 84.4004 123.07 84.5095 123.323C84.6185 123.576 84.6334 123.859 84.7325 124.117C84.8317 124.375 84.9804 124.613 85.0646 124.866C85.1489 125.119 85.4116 125.362 85.486 125.6C85.5603 125.838 85.486 126.171 85.5256 126.444C85.5653 126.717 85.5256 126.994 85.5752 127.267C85.6247 127.54 85.8676 127.763 85.8924 128.051C85.9172 128.339 85.8924 128.607 85.8924 128.88C85.8924 129.153 85.9916 129.43 85.9916 129.708C85.9916 129.986 85.8181 130.254 85.8082 130.527C85.7982 130.8 86.0461 131.102 86.0213 131.375C85.9965 131.648 85.709 131.871 85.6644 132.164C85.6198 132.457 85.5702 132.705 85.5157 132.973C85.4612 133.241 85.4711 133.528 85.4017 133.791C85.3323 134.054 85.4017 134.377 85.3273 134.64C85.253 134.903 84.911 135.076 84.8317 135.334C84.7523 135.592 84.7821 135.91 84.6681 136.163C84.5541 136.416 84.2616 136.575 84.1377 136.823C84.0138 137.071 84.1377 137.448 83.9989 137.691C83.8601 137.934 83.5825 138.088 83.4338 138.321C83.2851 138.554 83.181 138.817 83.0174 139.04C82.8539 139.264 82.6754 139.472 82.5218 139.69C82.3681 139.909 81.9914 139.953 81.808 140.162C81.6246 140.37 81.5106 140.628 81.3123 140.827C81.0149 141.124 81.1933 141.323 80.8959 141.605C80.5985 141.888 80.4498 141.749 80.1524 142.047C79.855 142.345 79.7905 142.28 79.4931 142.578C79.1957 142.876 79.4089 143.074 79.1115 143.387C78.814 143.699 78.5662 143.431 78.2688 143.729C77.9714 144.027 78.0209 144.076 77.7235 144.374C77.4261 144.672 77.4459 144.686 77.1485 144.984C76.8511 145.282 76.8957 145.326 76.5983 145.624C76.3009 145.922 76.3406 145.957 76.0432 146.254C75.7457 146.552 75.716 146.517 75.4186 146.815C75.1212 147.113 75.26 147.251 74.9626 147.549C74.6651 147.847 74.6602 147.842 74.3628 148.14C74.0654 148.437 73.8671 148.234 73.5697 148.531C73.2723 148.829 73.416 148.973 73.1186 149.271C72.8212 149.568 72.7171 149.459 72.4197 149.767C72.1223 150.074 72.0876 150.03 71.7902 150.327C71.4928 150.625 71.5572 150.685 71.2598 150.982C70.9624 151.28 71.1012 151.424 70.8038 151.722C70.5063 152.019 70.2734 151.781 69.976 152.079C69.6786 152.376 69.8719 152.575 69.5745 152.873C69.2771 153.17 69.2324 153.126 68.935 153.423C68.6376 153.721 68.4393 153.532 68.1518 153.83C67.8643 154.128 68.018 154.287 67.7206 154.584C67.4232 154.882 67.2844 154.743 66.987 155.041C66.6896 155.338 66.6598 155.309 66.3624 155.606C66.065 155.904 66.3228 156.157 66.0254 156.455C65.7279 156.752 65.6387 156.663 65.3413 156.951C65.0439 157.239 64.8853 157.09 64.5879 157.387C64.2905 157.685 64.4986 157.884 64.2012 158.186C63.9038 158.489 63.8443 158.424 63.5469 158.722C63.2495 159.02 63.1851 158.96 62.8877 159.258C62.5903 159.555 62.7092 159.67 62.392 159.967C62.0747 160.265 61.8963 160.062 61.589 160.359C61.2816 160.657 61.4105 160.776 61.0933 161.074C60.776 161.371 60.7513 161.327 60.4539 161.624C60.1564 161.922 60.3349 162.12 60.0375 162.398C59.7401 162.676 59.5071 162.463 59.2097 162.76C58.9123 163.058 59.0411 163.182 58.7437 163.48C58.4463 163.778 58.5207 163.852 58.2481 164.15C57.9754 164.447 57.7524 164.234 57.4351 164.532C57.1179 164.829 57.2121 164.904 56.9394 165.201C56.6668 165.499 56.5677 165.425 56.2703 165.722C55.9729 166.02 55.9976 166.045 55.7002 166.343C55.4028 166.64 55.5317 166.769 55.2343 167.067C54.9369 167.365 54.9765 167.404 54.6791 167.702C54.3817 168 54.1834 167.796 53.8761 168.094C53.5688 168.392 53.6332 168.446 53.3358 168.744C53.0384 169.041 53.1375 169.136 52.8401 169.433C52.5427 169.731 52.4485 169.642 52.1511 169.93C51.8537 170.217 52.0569 170.426 51.7595 170.728C51.4621 171.031 51.2638 170.828 50.9664 171.125C50.669 171.423 50.8128 171.567 50.5154 171.864L49.9205 172.46C49.6231 172.757 49.6578 172.797 49.3604 173.095C49.063 173.393 48.9093 173.239 48.6119 173.536C48.3145 173.834 48.4285 173.943 48.1162 174.246C47.804 174.549 47.6206 174.35 47.3281 174.648C47.0357 174.945 47.229 175.144 46.9316 175.442C46.6341 175.739 46.4359 175.541 46.1385 175.838C45.8411 176.136 45.8658 176.161 45.5684 176.459C45.271 176.756 45.3652 176.851 45.0727 177.148C44.7803 177.446 44.7258 177.401 44.4283 177.699C44.1309 177.997 44.2003 178.061 43.898 178.364C43.5956 178.666 43.5262 178.582 43.2288 178.885C42.9314 179.187 42.9562 179.202 42.6587 179.5C42.3613 179.798 42.282 179.723 41.9846 180.021C41.6872 180.319 41.8557 180.487 41.5583 180.79C41.2609 181.092 41.0626 180.899 40.7801 181.197C40.4976 181.494 40.4728 181.484 40.1754 181.782C39.878 182.08 40.1754 182.358 39.8581 182.655C39.5409 182.953 39.531 182.928 39.2336 183.226C38.9362 183.524 38.8073 183.395 38.5099 183.692C38.2125 183.99 38.3859 184.164 38.0885 184.461L37.4937 185.057C37.1913 185.354 37.0972 185.26 36.7998 185.553C36.5023 185.845 36.4825 185.831 36.1851 186.128C35.8877 186.426 35.972 186.51 35.6894 186.808C35.4069 187.106 35.1293 186.848 34.8319 187.145C34.5345 187.443 34.8319 187.736 34.5246 188.033C34.2172 188.331 34.1231 188.227 33.8256 188.529C33.5282 188.832 33.4241 188.723 33.1267 189.026C32.8293 189.328 32.9879 189.487 32.6905 189.785C32.3931 190.082 32.1948 189.864 31.8776 190.162C31.5604 190.459 31.8429 190.722 31.5455 191.02C31.2481 191.318 31.0994 191.174 30.797 191.472C30.4946 191.769 30.6433 191.913 30.3459 192.211C30.0485 192.508 29.7759 192.241 29.4785 192.538C29.1811 192.836 29.414 193.069 29.1117 193.372C28.8093 193.674 28.8341 194.012 28.4128 194.017C27.9914 194.022 28.0311 193.659 27.7386 193.367C27.4462 193.074 27.6345 192.871 27.3421 192.588C27.0496 192.305 26.9307 192.414 26.6332 192.121C26.3358 191.829 26.3854 191.779 26.093 191.486C25.8005 191.194 25.7212 191.273 25.4287 190.99C25.1363 190.707 25.2404 190.593 24.933 190.296C24.6257 189.998 24.477 190.167 24.1846 189.874C23.8921 189.581 24.0309 189.437 23.7384 189.145C23.446 188.852 23.4113 188.882 23.1188 188.589C22.8264 188.296 22.7372 188.381 22.4447 188.093C22.1523 187.805 22.2068 187.746 21.9143 187.453C21.6219 187.16 21.6169 187.165 21.3245 186.867C21.032 186.57 21.0171 186.59 20.7247 186.292C20.4322 185.994 20.4372 185.994 20.1447 185.702C19.8523 185.409 19.9415 185.32 19.649 185.027C19.3566 184.734 19.3764 184.714 19.084 184.417C18.7915 184.119 18.8113 184.104 18.5189 183.811C18.2264 183.519 18.1967 183.543 17.9042 183.251C17.6118 182.958 17.5473 183.022 17.2549 182.73C16.9624 182.437 16.9129 182.487 16.6204 182.194C16.328 181.901 16.5114 181.698 16.2189 181.42C15.9264 181.142 15.9215 181.132 15.6241 180.839C15.3267 180.547 15.064 180.815 14.7715 180.522C14.479 180.229 14.7021 180.001 14.4096 179.708L13.8148 179.103C13.5224 178.81 13.4133 178.919 13.1209 178.607C12.8284 178.294 12.9722 178.17 12.6797 177.873C12.3873 177.575 12.2385 177.729 11.9411 177.436C11.6437 177.143 11.6289 177.158 11.3364 176.865C11.0439 176.573 11.2224 176.394 10.9299 176.101C10.6375 175.809 10.578 175.863 10.2806 175.571C9.98318 175.278 9.89396 175.372 9.6015 175.074C9.30905 174.777 9.23965 174.846 8.9472 174.578C8.65474 174.31 8.74892 174.186 8.45151 173.894C8.1541 173.601 8.16401 173.591 7.87156 173.293C7.57911 172.996 7.51467 173.065 7.21725 172.772C6.91984 172.48 6.9595 172.44 6.66704 172.142C6.37459 171.845 6.04248 171.969 6.04248 171.552C6.04248 171.135 6.44894 171.324 6.74635 171.026C7.04376 170.728 6.94958 170.634 7.24204 170.336C7.53449 170.039 7.60885 170.108 7.90626 169.81C8.20367 169.513 8.07479 169.384 8.3722 169.086C8.66961 168.788 8.86789 168.967 9.14547 168.669C9.42305 168.372 9.42801 168.362 9.72542 168.064C10.0228 167.766 9.8196 167.568 10.117 167.27C10.4144 166.973 10.5483 167.107 10.8457 166.809C11.1431 166.511 11.1679 166.536 11.4653 166.238C11.7627 165.941 11.6636 165.846 11.961 165.549C12.2584 165.251 12.4566 165.425 12.7293 165.132C13.0019 164.839 12.9325 164.74 13.225 164.442C13.5174 164.145 13.6314 164.259 13.9288 163.946C14.2262 163.634 14.142 163.569 14.4245 163.271C14.7071 162.974 14.6674 162.919 14.9648 162.622C15.2622 162.324 15.1433 162.205 15.4605 161.907C15.7777 161.609 15.8273 161.679 16.1247 161.381C16.4221 161.084 16.5064 161.173 16.8038 160.885C17.1012 160.597 16.9277 160.414 17.2251 160.116C17.5226 159.818 17.7754 160.066 18.0728 159.769C18.3702 159.471 18.2016 159.302 18.4991 159.005C18.7965 158.707 18.7122 158.623 18.9947 158.325C19.2773 158.027 19.5499 158.28 19.8424 157.983C20.1348 157.685 19.9861 157.531 20.2835 157.234C20.5809 156.936 20.6702 157.025 20.9676 156.737C21.265 156.45 21.3145 156.494 21.612 156.197C21.9094 155.899 21.6764 155.661 21.9738 155.363C22.2712 155.065 22.4695 155.274 22.7719 154.976C23.0742 154.679 23.0841 154.693 23.3816 154.401C23.679 154.108 23.5352 153.959 23.8326 153.661C24.13 153.364 24.1102 153.339 24.4076 153.041C24.705 152.744 24.7893 152.828 25.0867 152.545C25.3841 152.262 25.5031 152.367 25.8005 152.049C26.0979 151.731 26.0087 151.662 26.2962 151.364C26.5837 151.067 26.4151 150.868 26.7126 150.59C27.01 150.313 27.1537 150.437 27.4511 150.139C27.7485 149.841 27.694 149.787 27.9914 149.489C28.2888 149.191 28.3087 149.216 28.6061 148.918C28.9035 148.621 29.077 148.789 29.3744 148.492C29.6718 148.194 29.4339 147.956 29.7313 147.658C30.0287 147.361 29.989 147.326 30.2864 147.028C30.5839 146.731 30.6285 146.77 30.9259 146.473L31.5207 145.877C31.8181 145.579 31.9916 145.753 32.289 145.455C32.5864 145.158 32.5567 145.128 32.8541 144.83C33.1515 144.533 33.0772 144.453 33.3498 144.156C33.6224 143.858 33.5629 143.779 33.8455 143.481C34.128 143.183 34.3412 143.372 34.6336 143.074C34.9261 142.776 34.7724 142.618 35.0698 142.32C35.3672 142.022 35.5258 142.181 35.8233 141.883C36.1207 141.586 35.972 141.437 36.2694 141.139C36.5668 140.841 36.4974 140.772 36.7948 140.474C37.0922 140.177 37.0972 140.177 37.3946 139.879C37.692 139.581 37.8903 139.805 38.2075 139.507C38.5247 139.209 38.3265 139.011 38.6239 138.728C38.9213 138.445 39.0006 138.51 39.298 138.232L39.8928 137.631C40.1902 137.334 40.1357 137.279 40.4331 136.982C40.7305 136.684 40.8892 136.848 41.1866 136.55C41.484 136.252 41.365 136.128 41.6822 135.831C41.9995 135.533 41.945 135.503 42.2424 135.205C42.5398 134.908 42.5844 134.952 42.8868 134.655C43.1891 134.357 43.209 134.382 43.5064 134.084C43.8038 133.786 43.8583 133.836 44.1557 133.538C44.4531 133.241 44.3243 133.112 44.6217 132.814C44.9191 132.516 45.0827 132.68 45.3801 132.382C45.6775 132.085 45.6576 132.06 45.9551 131.762C46.2525 131.465 46.1682 131.385 46.4507 131.088C46.7333 130.79 46.7928 130.834 47.0902 130.537C47.3876 130.239 47.2042 130.041 47.5016 129.758C47.799 129.475 47.9576 129.614 48.255 129.316C48.5524 129.019 48.5326 128.999 48.83 128.701C49.1274 128.403 49.1671 128.443 49.4645 128.145C49.7619 127.848 49.8363 127.917 50.1337 127.62C50.4311 127.322 50.4757 127.367 50.7731 127.069C51.0705 126.771 50.897 126.573 51.1945 126.3C51.4919 126.027 51.4076 125.913 51.6901 125.615C51.9727 125.318 52.0371 125.367 52.3345 125.065C52.6319 124.762 52.627 124.762 52.9244 124.464C53.2218 124.167 53.1574 124.097 53.4548 123.799C53.7522 123.502 54.005 123.755 54.3024 123.457C54.5998 123.159 54.5998 123.154 54.8972 122.857C55.1946 122.559 55.0261 122.39 55.3235 122.093C55.6209 121.795 55.8192 121.988 56.1116 121.691C56.4041 121.393 56.3397 121.319 56.6371 121.021C56.9345 120.723 56.9494 120.733 57.2468 120.436C57.5442 120.138 57.5591 120.148 57.8565 119.85C58.1539 119.552 58.0349 119.428 58.3521 119.126C58.6694 118.823 58.6843 118.858 58.9817 118.56' fill='%23DBBA98'/%3E%3Cpath d='M26.7127 194.384C26.7143 194.369 26.7143 194.354 26.7127 194.339C26.5034 194.12 26.3444 193.857 26.2467 193.57C26.0244 193.456 25.8218 193.307 25.647 193.129C25.4975 192.974 25.36 192.808 25.2355 192.632C25.1976 192.577 25.1544 192.526 25.1067 192.479L25.072 192.454C24.8381 192.319 24.6245 192.152 24.4375 191.958C24.2573 191.778 24.1052 191.572 23.9864 191.347C23.693 191.243 23.427 191.073 23.2082 190.851C22.9756 190.625 22.7976 190.348 22.6877 190.043L22.5737 189.948C22.4217 189.829 22.2776 189.7 22.1425 189.561C21.8982 189.431 21.6758 189.264 21.4832 189.065C21.3251 188.914 21.1823 188.748 21.0569 188.569C21.0265 188.521 20.9898 188.478 20.9479 188.44L20.6604 188.157L20.363 187.86C20.2341 187.731 20.1696 187.671 20.1052 187.612L19.7632 187.284L19.4509 186.967L19.1832 186.694C18.9854 186.495 18.8183 186.267 18.6875 186.019C18.5141 185.845 18.4298 185.746 18.3455 185.652C18.2613 185.558 18.2414 185.533 18.1274 185.419C17.9391 185.23 17.8449 185.121 17.7705 185.032C17.7061 184.953 17.6366 184.878 17.5623 184.808C17.4992 184.742 17.4313 184.681 17.3591 184.625C17.2401 184.526 17.1311 184.431 16.9477 184.253L16.9031 184.208L16.8585 184.178C16.6537 184.052 16.4656 183.9 16.2983 183.727C16.2555 183.683 16.2071 183.645 16.1546 183.613C15.9779 183.486 15.8121 183.345 15.6589 183.191C15.406 182.94 15.2232 182.627 15.1285 182.283L14.9897 182.149L14.8708 182.08C14.4574 182.022 14.0744 181.83 13.7803 181.534C13.5079 181.263 13.3202 180.918 13.24 180.542C13.1953 180.492 13.1557 180.457 13.116 180.418L12.8682 180.165C12.5984 180.046 12.353 179.877 12.1445 179.669C11.9325 179.472 11.7637 179.234 11.6488 178.969C11.3836 178.852 11.1444 178.683 10.9449 178.473L10.712 178.25C10.5804 178.142 10.4562 178.026 10.3402 177.902C10.0984 177.663 9.91812 177.368 9.81478 177.044C9.62789 176.919 9.45358 176.776 9.29431 176.617C9.03887 176.491 8.80606 176.323 8.6053 176.121L8.57061 176.086L8.53095 176.062C8.3172 175.933 8.12064 175.778 7.94604 175.6C7.74062 175.398 7.57277 175.162 7.45036 174.901C7.2967 174.752 7.22234 174.668 7.14799 174.588L6.88528 174.32C6.85683 174.289 6.82333 174.262 6.78614 174.241C6.58421 174.114 6.39787 173.964 6.23097 173.794C6.09119 173.657 5.96195 173.51 5.84434 173.353L5.75016 173.239C5.41661 173.11 5.13111 172.882 4.93309 172.584C4.73508 172.286 4.63434 171.934 4.64478 171.577C4.63839 171.217 4.74901 170.864 4.95998 170.573C5.17096 170.281 5.47087 170.066 5.8146 169.959C5.93467 169.747 6.08495 169.553 6.26071 169.384C6.43268 169.209 6.62392 169.054 6.83075 168.922L6.87536 168.898C6.98662 168.612 7.15533 168.352 7.37105 168.134C7.61655 167.882 7.92191 167.698 8.25832 167.598L8.3872 167.459L8.57556 167.26C8.66609 166.901 8.85291 166.573 9.11586 166.313C9.33984 166.077 9.61207 165.893 9.91391 165.772C10.0676 165.623 10.1667 165.539 10.246 165.469C10.3237 165.409 10.3966 165.342 10.4641 165.271C10.59 165.014 10.7575 164.779 10.9598 164.576C11.1898 164.352 11.4678 164.182 11.7727 164.08C11.8965 163.864 12.0482 163.666 12.2238 163.49C12.4351 163.282 12.6819 163.114 12.9525 162.994C13.0846 162.755 13.2516 162.538 13.4481 162.349C13.4904 162.308 13.5286 162.263 13.5622 162.215C13.675 162.048 13.8027 161.892 13.9438 161.748C14.0578 161.465 14.2263 161.207 14.4395 160.989C14.6117 160.813 14.8048 160.658 15.0145 160.528L15.0591 160.503L15.0988 160.463C15.272 160.284 15.4708 160.132 15.6886 160.012C15.7849 159.7 15.9549 159.416 16.1843 159.183C16.4169 158.949 16.7052 158.779 17.022 158.687C17.1275 158.458 17.2736 158.249 17.4533 158.072V158.037C17.5859 157.799 17.7529 157.582 17.949 157.392C18.1866 157.152 18.4846 156.981 18.8115 156.896C18.9449 156.66 19.1215 156.452 19.3319 156.281C19.5252 156.081 19.7495 155.913 19.9962 155.785C20.1415 155.638 20.299 155.503 20.4671 155.383C20.5437 155.007 20.73 154.661 21.0024 154.391C21.2659 154.123 21.599 153.934 21.964 153.845L22.1673 153.661L22.3407 153.498C22.454 153.191 22.6334 152.913 22.8662 152.684C22.9422 152.613 23.0134 152.536 23.0793 152.456C23.1586 152.367 23.2528 152.252 23.4412 152.069C23.6311 151.871 23.8501 151.704 24.0905 151.573C24.2998 151.363 24.5471 151.194 24.8192 151.077C24.9194 150.885 25.0425 150.707 25.186 150.546C25.2956 150.189 25.4994 149.868 25.7758 149.618C26.0013 149.386 26.2757 149.208 26.5788 149.097L26.6235 149.033C26.7508 148.854 26.8953 148.687 27.0547 148.536C27.2381 148.353 27.3472 148.259 27.4364 148.179C27.5256 148.1 27.5553 148.075 27.6694 147.961C27.8502 147.776 28.0636 147.626 28.2989 147.519C28.3956 147.212 28.5658 146.933 28.7946 146.706C28.8552 146.65 28.91 146.589 28.9581 146.522C29.0819 146.364 29.2143 146.214 29.3547 146.071C29.5002 145.922 29.6577 145.786 29.8256 145.664C29.8847 145.619 29.941 145.571 29.9941 145.52L30.5889 144.92C30.8246 144.671 31.1172 144.484 31.4415 144.374C31.4689 144.348 31.4938 144.32 31.5159 144.289C31.6338 144.139 31.7613 143.997 31.8976 143.863V143.823C32.0342 143.598 32.201 143.393 32.3932 143.213V143.183C32.5262 142.947 32.6932 142.731 32.8889 142.543C33.1015 142.323 33.3607 142.154 33.6473 142.047C33.7579 141.797 33.9143 141.57 34.1083 141.377C34.3142 141.163 34.5623 140.994 34.837 140.881C34.9533 140.618 35.1219 140.382 35.3327 140.186L35.3673 140.147V140.107C35.496 139.891 35.6527 139.692 35.8333 139.517L36.1456 139.209L36.4331 138.926C36.6478 138.702 36.9128 138.532 37.2063 138.43C37.3153 138.182 37.47 137.956 37.6624 137.765C37.8443 137.573 38.051 137.407 38.277 137.269H38.3068L38.3365 137.244L38.9313 136.644C38.973 136.607 39.0082 136.564 39.0354 136.515C39.1657 136.337 39.3117 136.171 39.4716 136.019C39.6869 135.8 39.9474 135.631 40.235 135.523C40.3506 135.28 40.5084 135.06 40.7009 134.873C40.7686 134.808 40.8315 134.738 40.8893 134.665C41.0075 134.519 41.1332 134.38 41.266 134.248C41.4193 134.097 41.5851 133.959 41.7617 133.836C41.8213 133.794 41.8762 133.746 41.9253 133.692C42.1186 133.504 42.2326 133.404 42.3268 133.325C42.406 133.263 42.4806 133.195 42.5498 133.122C42.6992 132.962 42.8654 132.819 43.0455 132.695L43.1199 132.635C43.2295 132.343 43.3982 132.076 43.6156 131.852C43.8564 131.61 44.15 131.429 44.4731 131.321C44.5174 131.277 44.5588 131.231 44.597 131.182C44.6813 131.087 44.7705 130.988 44.9539 130.805V130.77C45.0887 130.538 45.2555 130.325 45.4496 130.14C45.6031 129.989 45.7689 129.851 45.9453 129.728L45.9849 129.698C46.084 129.36 46.2683 129.052 46.5203 128.805C46.7553 128.564 47.0441 128.382 47.3629 128.274L47.4918 128.131C47.5761 128.031 47.6653 127.932 47.8437 127.753C47.9906 127.605 48.148 127.467 48.3146 127.342C48.3771 127.302 48.4338 127.253 48.4832 127.198C48.6609 127.02 48.8588 126.863 49.073 126.731H49.1127L49.1524 126.692C49.3057 126.542 49.4715 126.406 49.648 126.285L49.6976 126.24C49.8005 125.91 49.9846 125.612 50.2329 125.372V125.342C50.3638 125.1 50.5309 124.879 50.7286 124.687C50.8808 124.534 51.0467 124.394 51.2243 124.271C51.2796 124.231 51.3311 124.186 51.378 124.137L51.6506 123.859L51.9678 123.536C51.9976 123.509 52.0228 123.477 52.0422 123.442C52.1702 123.234 52.3234 123.042 52.4982 122.872C52.7814 122.582 53.1496 122.391 53.5491 122.326L53.6333 122.241L53.8316 122.038C53.9375 121.708 54.1211 121.409 54.367 121.165C54.6118 120.92 54.9132 120.739 55.2443 120.639C55.3656 120.437 55.5122 120.252 55.6805 120.088L56.0325 119.751C56.1019 119.691 56.1663 119.632 56.2902 119.508C56.4141 119.384 56.548 119.255 56.6372 119.175L56.8553 118.967C56.9682 118.68 57.1366 118.419 57.351 118.198C57.4851 118.062 57.6275 117.934 57.7773 117.816L57.9656 117.647L58.035 117.543C58.1708 117.311 58.3375 117.099 58.5307 116.913C58.8305 116.651 59.1982 116.479 59.5915 116.417C59.7204 116.323 59.8393 116.233 59.9632 116.149L60.1318 116.025C60.3499 115.866 60.5432 115.732 60.7365 115.603C60.9156 115.306 61.1618 115.054 61.4553 114.869L61.5445 114.79C61.7416 114.592 61.9672 114.425 62.2137 114.293C62.4981 114.157 62.806 114.076 63.1208 114.055C63.3426 113.847 63.5993 113.679 63.8792 113.559C64.0788 113.484 64.2823 113.419 64.4889 113.366L64.7466 113.291C64.9697 113.217 65.1779 113.172 65.3662 113.128L65.6289 113.068L65.8817 112.994C66.0701 112.939 66.2783 112.875 66.5013 112.83C66.8156 112.768 67.1388 112.768 67.4531 112.83H67.5175C67.7352 112.81 67.9541 112.81 68.1718 112.83H68.2808H68.3403C68.6134 112.71 68.9052 112.637 69.2028 112.617C69.509 112.609 69.8143 112.654 70.105 112.75H70.1496C70.3726 112.689 70.6024 112.656 70.8336 112.651H70.8733C71.1989 112.529 71.5476 112.479 71.8944 112.507C72.2683 112.551 72.6214 112.703 72.9105 112.944C73.156 112.927 73.4026 112.942 73.6442 112.989C73.8832 113.043 74.1159 113.123 74.3381 113.227H74.3728C74.7247 113.155 75.089 113.17 75.4336 113.271C75.7279 113.377 75.9953 113.547 76.2168 113.768C76.5292 113.753 76.8411 113.808 77.1288 113.931C77.4708 114.095 77.7646 114.344 77.9814 114.656C78.1846 114.76 78.3928 114.869 78.606 114.993C78.8084 115.112 78.9978 115.251 79.1711 115.41L79.295 115.514L79.3842 115.544C79.6542 115.631 79.9098 115.758 80.1426 115.921C80.3549 116.082 80.5449 116.27 80.7077 116.481C81.0307 116.573 81.33 116.734 81.585 116.953C81.813 117.161 82.0312 117.369 82.2393 117.573C82.2856 117.617 82.3354 117.656 82.3881 117.692C82.5838 117.839 82.7647 118.006 82.9283 118.188C83.1514 118.438 83.3202 118.732 83.424 119.051L83.4686 119.086C83.6755 119.25 83.8619 119.438 84.0238 119.647C84.1978 119.902 84.3207 120.188 84.3857 120.49C84.6373 120.667 84.8486 120.895 85.0053 121.16C85.0053 121.195 85.0796 121.269 85.1292 121.334C85.2732 121.517 85.401 121.713 85.5109 121.919C85.6587 122.229 85.7365 122.568 85.7389 122.911V122.946C85.8052 123.132 85.8566 123.323 85.8925 123.517C85.8925 123.571 85.9223 123.65 85.9322 123.675C85.9421 123.7 85.9966 123.819 86.0313 123.889C86.066 123.958 86.185 124.206 86.2594 124.385L86.294 124.439C86.4943 124.688 86.6427 124.975 86.7303 125.283C86.7976 125.562 86.821 125.85 86.7996 126.136V126.235C86.8375 126.463 86.8541 126.694 86.8492 126.925V127.004C87.0246 127.29 87.1378 127.61 87.1813 127.942C87.193 128.155 87.193 128.369 87.1813 128.582C87.1764 128.67 87.1764 128.757 87.1813 128.845C87.1866 128.915 87.1966 128.985 87.2111 129.053C87.2576 129.28 87.2825 129.511 87.2854 129.743C87.2816 130.015 87.2331 130.285 87.1417 130.542C87.2757 130.854 87.3319 131.195 87.3053 131.534C87.2552 131.89 87.1247 132.229 86.9236 132.526C86.8839 132.769 86.8343 133.022 86.7848 133.261C86.7803 133.332 86.7803 133.403 86.7848 133.474C86.7657 133.682 86.7342 133.889 86.6906 134.094V134.183C86.7053 134.483 86.6684 134.784 86.5815 135.071C86.4698 135.39 86.2867 135.678 86.0462 135.915C86.0274 136.195 85.9621 136.47 85.8529 136.728C85.7324 136.986 85.5642 137.218 85.3572 137.413C85.3558 137.76 85.2672 138.102 85.0994 138.405C84.9508 138.648 84.767 138.867 84.5542 139.055L84.4749 139.125C84.4402 139.184 84.4104 139.244 84.3807 139.303C84.2809 139.503 84.1666 139.696 84.0387 139.879C83.8949 140.072 83.7512 140.246 83.6124 140.42L83.4736 140.583C83.2524 140.848 82.9722 141.057 82.6557 141.194L82.621 141.248C82.5226 141.402 82.415 141.549 82.2988 141.69C82.201 142.037 82.0149 142.354 81.7585 142.608C81.5251 142.846 81.2402 143.028 80.9258 143.138C80.7942 143.26 80.6534 143.371 80.5044 143.471C80.4115 143.819 80.2266 144.136 79.9691 144.389C79.701 144.664 79.3551 144.851 78.9777 144.925C78.862 145.086 78.7326 145.237 78.5911 145.376C78.4771 145.49 78.4226 145.555 78.368 145.614C78.2574 145.744 78.1399 145.869 78.0161 145.986C77.9668 146.035 77.922 146.088 77.8823 146.145C77.7605 146.323 77.6228 146.489 77.4708 146.641C77.4112 146.701 77.3549 146.764 77.3023 146.83C77.1828 146.986 77.0519 147.134 76.9107 147.271C76.7752 147.407 76.633 147.537 76.4844 147.658C76.4398 147.689 76.3983 147.724 76.3605 147.762C76.2449 148.065 76.0657 148.339 75.8351 148.566C75.6715 148.73 75.5922 148.809 75.5079 148.884C75.4237 148.958 75.3691 149.018 75.2353 149.157C75.0128 149.384 74.7391 149.554 74.4373 149.653C74.3269 149.89 74.174 150.105 73.9862 150.288C73.7772 150.494 73.534 150.661 73.2674 150.784C73.137 150.915 72.9979 151.038 72.8511 151.151C72.7834 151.203 72.7188 151.26 72.6577 151.32C72.6243 151.352 72.5959 151.388 72.5735 151.429C72.4642 151.605 72.3398 151.771 72.2017 151.925C72.0862 152.232 71.9052 152.509 71.6713 152.739C71.458 152.965 71.1925 153.135 70.8981 153.235C70.7933 153.486 70.64 153.713 70.447 153.904C70.2936 154.057 70.1278 154.196 69.9513 154.321C69.8933 154.359 69.84 154.404 69.7927 154.455C69.5835 154.675 69.3277 154.844 69.0442 154.951C68.9349 155.205 68.7765 155.434 68.5783 155.626C68.3507 155.86 68.075 156.041 67.7703 156.157C67.6216 156.301 67.5224 156.38 67.4431 156.45C67.3736 156.841 67.1849 157.202 66.9028 157.482C66.7091 157.681 66.4849 157.849 66.2386 157.978C66.0533 158.17 65.8329 158.325 65.5893 158.434C65.4874 158.731 65.3177 158.999 65.0936 159.218C64.9286 159.385 64.7457 159.533 64.5483 159.66C64.5079 159.684 64.4712 159.714 64.4393 159.749C64.2741 159.917 64.0913 160.067 63.894 160.195L63.8147 160.25C63.6992 160.528 63.5309 160.781 63.319 160.994C63.0853 161.227 62.7974 161.397 62.4813 161.49C62.3685 161.712 62.2193 161.913 62.0402 162.086C61.8893 162.241 61.7232 162.38 61.5445 162.502L61.5098 162.532C61.4077 162.865 61.2236 163.167 60.9744 163.41C60.7344 163.65 60.435 163.821 60.107 163.906C59.9967 164.119 59.8527 164.311 59.6807 164.477L59.651 164.507V164.546C59.5132 164.768 59.3465 164.97 59.1553 165.147C58.9047 165.403 58.5896 165.586 58.2432 165.678C58.1255 165.869 57.9839 166.044 57.8219 166.199C57.6451 166.383 57.4431 166.542 57.2221 166.67H57.1874L57.1577 166.7C57.0817 166.771 57.0105 166.847 56.9445 166.928C56.8481 167.046 56.7455 167.158 56.6372 167.265C56.528 167.557 56.3592 167.822 56.1415 168.044C56.0573 168.134 56.0325 168.163 55.9779 168.228C55.8602 168.389 55.7292 168.54 55.5863 168.679C55.3335 168.936 55.017 169.121 54.6693 169.215C54.5466 169.393 54.4072 169.559 54.253 169.711C54.1308 169.974 53.9629 170.212 53.7573 170.416C53.5906 170.584 53.4022 170.729 53.1971 170.847C53.1013 171.162 52.9329 171.449 52.7055 171.686C52.4782 171.923 52.1983 172.103 51.8885 172.212C51.7747 172.45 51.6204 172.666 51.4325 172.852L50.8377 173.447C50.7534 173.536 50.7286 173.566 50.6741 173.631C50.5564 173.792 50.4254 173.943 50.2825 174.082C50.0634 174.299 49.8018 174.468 49.5142 174.578C49.3946 174.817 49.2372 175.035 49.0483 175.223C48.8439 175.426 48.6013 175.586 48.3345 175.695C48.2253 175.97 48.056 176.218 47.8388 176.419C47.583 176.678 47.2632 176.865 46.9119 176.96L46.8375 177.044C46.7631 177.133 46.669 177.242 46.4806 177.436C46.3562 177.693 46.1885 177.926 45.9849 178.126C45.8316 178.278 45.6658 178.417 45.4892 178.542C45.4324 178.582 45.3793 178.627 45.3306 178.676L45.291 178.721C45.2794 178.735 45.2694 178.75 45.2612 178.766C45.1324 178.975 44.9793 179.168 44.8052 179.341C44.6239 179.525 44.4189 179.683 44.1955 179.812H44.1658L44.1311 179.842C44.022 179.951 43.9724 180.011 43.9179 180.07C43.8058 180.207 43.6867 180.338 43.561 180.462C43.3891 180.637 43.196 180.788 42.986 180.914C42.8796 181.23 42.6995 181.515 42.4606 181.747C42.24 182.01 41.9571 182.213 41.6378 182.338L41.4395 182.526L41.3949 182.566C41.3412 182.984 41.1492 183.371 40.8496 183.667C40.6563 183.861 40.5373 183.96 40.4432 184.039C40.3665 184.097 40.2952 184.162 40.23 184.233C40.0429 184.426 39.823 184.584 39.5807 184.699C39.4727 184.988 39.3036 185.251 39.085 185.468L38.4902 186.064C38.2861 186.266 38.05 186.434 37.7912 186.56C37.6178 186.733 37.5236 186.818 37.4294 186.897C37.3352 186.977 37.3055 187.011 37.1816 187.135V187.17C37.049 187.408 36.8819 187.626 36.6859 187.815C36.4891 188.012 36.2524 188.164 35.9919 188.262C35.8944 188.557 35.7239 188.823 35.4962 189.035C35.2893 189.242 35.0477 189.41 34.7824 189.532C34.6036 189.713 34.3979 189.865 34.1727 189.983C34.0685 190.278 33.899 190.546 33.6771 190.767C33.4876 190.959 33.2617 191.11 33.0128 191.213C32.9165 191.515 32.7461 191.788 32.5172 192.007C32.3136 192.22 32.0691 192.388 31.7984 192.503C31.6799 192.766 31.5116 193.004 31.3027 193.203C31.0855 193.429 30.8168 193.599 30.5195 193.699C30.4236 193.947 30.2767 194.172 30.0883 194.359L30.0536 194.418C29.896 194.723 29.6586 194.978 29.3669 195.157C29.0752 195.336 28.7403 195.433 28.398 195.436C28.0456 195.442 27.6989 195.346 27.3998 195.159C27.1007 194.973 26.862 194.703 26.7127 194.384ZM29.7859 190.499C29.9548 190.333 30.1468 190.193 30.356 190.082C30.4369 189.745 30.6083 189.436 30.8517 189.189C31.0779 188.965 31.3526 188.795 31.6547 188.693C31.7643 188.455 31.9173 188.24 32.1057 188.058C32.3134 187.851 32.5569 187.683 32.8245 187.562C32.9618 187.424 33.1148 187.302 33.2805 187.2C33.3484 186.822 33.5321 186.476 33.8059 186.208C34.0745 185.933 34.4205 185.748 34.7973 185.677C34.9086 185.497 35.04 185.331 35.1889 185.181C35.3673 185.002 35.4615 184.923 35.5557 184.838L35.8036 184.605C36.0038 184.4 36.2387 184.232 36.4975 184.109L36.9932 183.613C37.0987 183.281 37.2823 182.98 37.5285 182.735C37.7496 182.51 38.0145 182.332 38.3068 182.214C38.4654 182.06 38.5645 181.971 38.6488 181.901C38.7092 181.493 38.9005 181.115 39.194 180.825C39.3527 180.661 39.4369 180.586 39.5212 180.507L39.7938 180.239C40.0005 180.021 40.2527 179.852 40.5324 179.743C40.6482 179.48 40.8169 179.243 41.0281 179.048C41.2084 178.855 41.4153 178.688 41.6427 178.552L41.6725 178.522C41.7484 178.451 41.8196 178.375 41.8856 178.294C41.9649 178.205 42.0591 178.091 42.2475 177.902C42.4275 177.71 42.6326 177.543 42.8572 177.406H42.8869L42.9166 177.376C42.9339 177.364 42.949 177.349 42.9612 177.332C42.9629 177.317 42.9629 177.302 42.9612 177.287C43.0929 177.08 43.2475 176.889 43.4222 176.717C43.5745 176.563 43.7404 176.423 43.9179 176.3C43.9721 176.261 44.0235 176.217 44.0716 176.171C44.1977 175.915 44.3652 175.682 44.5673 175.481C44.6763 175.372 44.7308 175.313 44.7804 175.253C44.83 175.193 44.9539 175.05 45.1423 174.861C45.3442 174.647 45.5891 174.478 45.861 174.365C45.9732 174.094 46.1423 173.85 46.3567 173.65C46.5876 173.419 46.8719 173.249 47.1845 173.154C47.2995 172.93 47.4501 172.725 47.6306 172.549C47.8637 172.312 48.1488 172.132 48.4634 172.023L48.5427 171.924C48.6625 171.765 48.7951 171.615 48.9392 171.477L49.4349 170.981C49.5453 170.672 49.7251 170.392 49.9603 170.163C50.1601 169.946 50.4056 169.776 50.6791 169.667C50.7865 169.39 50.9561 169.142 51.1748 168.942C51.3727 168.739 51.6041 168.571 51.8588 168.446C51.9822 168.186 52.1499 167.949 52.3545 167.747C52.3976 167.71 52.4344 167.666 52.4635 167.618C52.5908 167.431 52.7352 167.256 52.8948 167.097C53.1514 166.837 53.4734 166.652 53.8267 166.561L53.8564 166.521C53.9621 166.385 54.0746 166.254 54.1935 166.129C54.314 165.837 54.4928 165.571 54.7189 165.35C54.7923 165.278 54.8618 165.202 54.9271 165.122C55.0064 165.033 55.1006 164.919 55.2889 164.73C55.4676 164.546 55.6712 164.387 55.8937 164.259H55.9234L55.9581 164.229L55.9829 164.204V164.164C56.1178 163.938 56.2848 163.733 56.4786 163.554C56.7297 163.3 57.0448 163.118 57.3906 163.028C57.4969 162.861 57.6198 162.705 57.7575 162.562C57.8707 162.274 58.039 162.011 58.2531 161.788C58.4742 161.562 58.7461 161.392 59.0462 161.292C59.1538 161.048 59.3069 160.828 59.4973 160.642C59.6494 160.49 59.8154 160.352 59.993 160.23C60.0316 160.201 60.068 160.17 60.102 160.136C60.2237 159.852 60.4007 159.596 60.6225 159.382C60.8576 159.149 61.1473 158.978 61.4652 158.886C61.5795 158.669 61.7266 158.472 61.9014 158.3C62.0665 158.132 62.2494 157.982 62.4466 157.854C62.487 157.829 62.5238 157.799 62.5557 157.764C62.7052 157.606 62.8714 157.465 63.0514 157.343C63.1425 156.996 63.3258 156.681 63.5818 156.43C63.8213 156.186 64.1151 156.002 64.4393 155.894C64.5593 155.782 64.6905 155.682 64.8309 155.596C64.9097 155.233 65.0922 154.9 65.3563 154.639C65.5496 154.445 65.6686 154.351 65.7578 154.272C65.8356 154.208 65.91 154.14 65.9809 154.068C66.1745 153.871 66.4031 153.711 66.655 153.597C66.7664 153.32 66.9354 153.069 67.1507 152.863C67.4048 152.603 67.7228 152.415 68.0727 152.317C68.1818 152.216 68.2978 152.124 68.4196 152.039C68.5143 151.693 68.699 151.378 68.955 151.126C69.1894 150.89 69.4817 150.719 69.8026 150.63C69.9136 150.411 70.0593 150.212 70.2338 150.04C70.2686 150.008 70.2987 149.971 70.3231 149.931C70.4517 149.733 70.6013 149.55 70.7692 149.385C70.9064 149.243 71.0538 149.112 71.2104 148.993C71.2762 148.94 71.3391 148.884 71.3987 148.824C71.5867 148.624 71.8061 148.457 72.0481 148.328C72.1595 148.047 72.3283 147.791 72.5437 147.579C72.8026 147.316 73.1282 147.129 73.4855 147.038L73.659 146.869L73.8623 146.671C73.9767 146.366 74.156 146.09 74.3877 145.862C74.5959 145.659 74.7248 145.555 74.8189 145.475C74.8907 145.424 74.9571 145.366 75.0172 145.302C75.0769 145.243 75.1316 145.18 75.1808 145.113C75.3018 144.958 75.4326 144.81 75.5724 144.672C75.6232 144.623 75.6696 144.57 75.7112 144.513C75.834 144.336 75.9716 144.17 76.1226 144.017C76.2366 143.903 76.2911 143.838 76.3456 143.778C76.4002 143.719 76.5142 143.585 76.6976 143.401C76.7433 143.357 76.7848 143.309 76.8215 143.258C76.9432 143.079 77.0828 142.912 77.2379 142.761C77.4545 142.534 77.7234 142.364 78.0211 142.265C78.1225 142.014 78.2743 141.786 78.4672 141.596C78.6358 141.424 78.8237 141.272 79.0273 141.144C79.0645 141.123 79.098 141.096 79.1264 141.065C79.3181 140.871 79.5431 140.713 79.7907 140.598C79.9016 140.318 80.0705 140.064 80.2863 139.854C80.3213 139.81 80.3528 139.764 80.3805 139.715C80.4876 139.54 80.6086 139.374 80.7424 139.219C80.9608 138.987 81.2238 138.801 81.5156 138.673L81.5602 138.619C81.6792 138.475 81.7932 138.341 81.8825 138.212C81.9312 138.139 81.9743 138.063 82.0113 137.984C82.0862 137.835 82.1689 137.691 82.2592 137.552C82.3777 137.371 82.5175 137.204 82.6755 137.056C82.6809 136.751 82.7537 136.451 82.8887 136.178C83.0207 135.942 83.1879 135.728 83.3844 135.543C83.4045 135.297 83.4578 135.055 83.543 134.823C83.6483 134.556 83.8068 134.313 84.0089 134.109C84.0036 133.878 84.0286 133.648 84.0833 133.424C84.0964 133.354 84.1046 133.282 84.1081 133.211C84.1081 133.062 84.1428 132.874 84.1824 132.675C84.2221 132.477 84.2816 132.179 84.3212 131.936C84.3624 131.69 84.4462 131.453 84.5691 131.236C84.4786 130.983 84.4366 130.716 84.4451 130.447C84.4632 130.188 84.5166 129.933 84.6038 129.688C84.6057 129.672 84.6057 129.655 84.6038 129.639C84.6038 129.589 84.6038 129.535 84.579 129.485C84.5447 129.306 84.5216 129.126 84.5096 128.944C84.5096 128.795 84.5096 128.647 84.5096 128.498C84.5096 128.433 84.5096 128.369 84.5096 128.314C84.3571 128.055 84.2514 127.771 84.1973 127.476C84.1667 127.274 84.1535 127.07 84.1576 126.865C84.1542 126.818 84.1542 126.769 84.1576 126.722C84.1098 126.483 84.0932 126.24 84.1081 125.997C83.9462 125.782 83.8191 125.542 83.7314 125.288C83.7314 125.238 83.6669 125.149 83.6273 125.059C83.4602 124.736 83.3416 124.39 83.2753 124.032C83.2753 123.978 83.2456 123.899 83.2456 123.884C83.1261 123.605 83.0637 123.304 83.0622 123.001C83.0452 122.976 83.027 122.953 83.0077 122.931C82.9432 122.842 82.8639 122.738 82.7846 122.614C82.5296 122.439 82.3094 122.219 82.1352 121.964C81.9822 121.721 81.8763 121.452 81.823 121.17C81.6414 121.022 81.4754 120.855 81.3273 120.674C81.1494 120.443 81.0134 120.183 80.9258 119.905L80.8564 119.855C80.6986 119.739 80.548 119.613 80.4053 119.478C80.2715 119.339 80.1228 119.2 79.9741 119.061C79.6747 118.975 79.3939 118.834 79.1463 118.645C78.9637 118.497 78.7975 118.331 78.6506 118.148L78.6159 118.104H78.5762C78.3427 118.03 78.1195 117.926 77.912 117.796C77.7563 117.692 77.6073 117.577 77.4659 117.454C77.4203 117.411 77.3723 117.372 77.3222 117.335C77.1288 117.221 76.9206 117.116 76.6976 117.002H76.6629C76.4308 116.878 76.2254 116.71 76.0582 116.506C75.8013 116.509 75.546 116.465 75.3047 116.377C75.0626 116.28 74.8407 116.139 74.6504 115.96C74.3951 115.994 74.1359 115.977 73.887 115.911C73.695 115.857 73.5076 115.787 73.3269 115.702L73.203 115.648H73.1039C72.8765 115.672 72.6472 115.672 72.4198 115.648C72.1298 115.599 71.8549 115.483 71.6168 115.311C71.4176 115.37 71.21 115.397 71.0022 115.39L70.903 115.415C70.6715 115.476 70.4336 115.509 70.1942 115.514C69.9347 115.509 69.6774 115.466 69.4308 115.385C69.2002 115.484 68.9565 115.549 68.7071 115.578C68.501 115.596 68.2937 115.596 68.0875 115.578H67.9537C67.6718 115.618 67.3852 115.61 67.1061 115.554H67.0664L66.769 115.638L66.4419 115.732C66.3229 115.767 66.199 115.792 66.0751 115.822C65.9494 115.846 65.8253 115.877 65.7033 115.916L65.3315 116.025L65.0589 116.104L65.0192 116.139C64.818 116.322 64.5908 116.474 64.3451 116.591C64.0919 116.7 63.8221 116.765 63.5471 116.784C63.4206 116.905 63.2865 117.018 63.1455 117.121C62.9735 117.4 62.7456 117.64 62.4764 117.826C62.2831 117.95 62.0897 118.084 61.8617 118.248L61.6734 118.382C61.5395 118.481 61.4007 118.58 61.2669 118.689C61.0154 118.886 60.7219 119.022 60.4094 119.086C60.3012 119.256 60.1749 119.414 60.0326 119.557C59.9014 119.695 59.7606 119.822 59.6113 119.939C59.5557 119.983 59.5027 120.029 59.4527 120.078C59.3404 120.365 59.1719 120.627 58.957 120.847C58.7835 121.021 58.6993 121.1 58.61 121.18L58.3473 121.433C58.1738 121.606 58.0796 121.691 57.9904 121.77L57.7327 122.018L57.7029 122.053V122.093C57.5635 122.311 57.397 122.511 57.2072 122.688C56.9988 122.906 56.745 123.075 56.4637 123.184C56.3458 123.445 56.1773 123.679 55.968 123.874L55.6805 124.166L55.3782 124.474C55.1074 124.745 54.7624 124.93 54.3868 125.005C54.2728 125.175 54.1416 125.333 53.9952 125.476C53.8564 125.615 53.787 125.685 53.7226 125.759L53.4053 126.082C53.252 126.234 53.0862 126.373 52.9096 126.498C52.848 126.539 52.7914 126.588 52.7411 126.642C52.6407 126.834 52.5157 127.013 52.3694 127.173C52.2687 127.512 52.0826 127.82 51.8291 128.066C51.6743 128.215 51.5086 128.353 51.3334 128.478C51.272 128.519 51.2155 128.568 51.1648 128.622C50.9897 128.801 50.7913 128.956 50.575 129.083L50.5353 129.108L50.5006 129.143C50.3458 129.292 50.1801 129.43 50.0049 129.554C49.9436 129.596 49.887 129.644 49.8364 129.698C49.7224 129.812 49.6679 129.872 49.6133 129.936C49.5588 130.001 49.4448 130.13 49.2614 130.314C49.0692 130.511 48.8402 130.67 48.5873 130.78C48.4806 131.065 48.3112 131.323 48.0916 131.534C47.9459 131.684 47.7884 131.821 47.6207 131.946C47.561 131.986 47.5061 132.032 47.4571 132.085V132.119C47.3214 132.353 47.1546 132.566 46.9614 132.754C46.8474 132.869 46.7929 132.928 46.7384 132.988C46.6838 133.047 46.5698 133.186 46.3864 133.37C46.1731 133.586 45.9163 133.756 45.633 133.866C45.5179 134.114 45.3583 134.34 45.1621 134.531C45.0127 134.69 44.8465 134.833 44.6664 134.957C44.6182 134.991 44.5734 135.029 44.5326 135.071C44.3392 135.265 44.2252 135.359 44.1311 135.439C44.055 135.503 43.9822 135.57 43.913 135.642C43.7598 135.792 43.594 135.928 43.4173 136.049C43.3588 136.092 43.3041 136.14 43.2537 136.193C43.1861 136.258 43.1231 136.327 43.0653 136.401C42.9761 136.51 42.8869 136.614 42.7283 136.778C42.6148 137.061 42.4464 137.319 42.2326 137.537C41.9986 137.776 41.7116 137.956 41.3949 138.063L41.3701 138.098C41.2427 138.287 41.0965 138.463 40.9339 138.624L40.3391 139.219C40.1701 139.391 39.9803 139.541 39.774 139.666C39.678 139.984 39.5081 140.274 39.2783 140.514C39.0078 140.788 38.6633 140.978 38.2869 141.06L38.1481 141.194L37.8606 141.481C37.8478 141.492 37.8362 141.503 37.8259 141.516L37.8012 141.561C37.6925 141.738 37.5663 141.905 37.4244 142.057C37.3077 142.371 37.1213 142.654 36.8792 142.885C36.6843 143.097 36.4481 143.266 36.1852 143.382C36.0694 143.651 35.9009 143.893 35.6895 144.096C35.4472 144.33 35.1509 144.5 34.8271 144.592C34.7077 144.798 34.5609 144.987 34.3908 145.153V145.187C34.2537 145.414 34.087 145.621 33.8952 145.803C33.8293 145.866 33.768 145.934 33.7118 146.006C33.5953 146.155 33.4695 146.295 33.335 146.428C33.0868 146.679 32.7803 146.865 32.4428 146.969L31.9471 147.465C31.8016 147.613 31.6441 147.749 31.4762 147.872C31.417 147.918 31.3607 147.967 31.3077 148.02C31.2498 148.077 31.1968 148.138 31.1491 148.204C31.0896 148.278 31.0301 148.358 30.9458 148.452C30.8745 148.846 30.6822 149.209 30.3956 149.489C30.1515 149.739 29.8479 149.924 29.5133 150.025C29.3943 150.139 29.315 150.208 29.2456 150.263L29.0127 150.481C28.9705 150.521 28.9338 150.566 28.9036 150.615C28.7763 150.794 28.6318 150.96 28.4724 151.111C28.2819 151.305 28.0587 151.462 27.8131 151.578C27.7044 151.863 27.5353 152.122 27.3174 152.337C27.1873 152.585 27.0202 152.813 26.8217 153.011C26.606 153.234 26.3482 153.411 26.0633 153.532C25.8834 153.711 25.6779 153.861 25.4536 153.979C25.3396 154.093 25.2901 154.153 25.2355 154.212C25.181 154.272 25.0918 154.381 24.958 154.52C24.8461 154.83 24.6646 155.11 24.4276 155.338C24.2541 155.512 24.1599 155.596 24.0707 155.681L23.8179 155.914C23.6257 156.112 23.3944 156.267 23.1388 156.37C23.035 156.66 22.8653 156.922 22.6431 157.134C22.4911 157.293 22.3252 157.437 22.1474 157.566C22.0973 157.595 22.0521 157.632 22.0136 157.675C21.8342 157.858 21.6287 158.014 21.4039 158.136C21.298 158.434 21.1288 158.705 20.9082 158.93C20.644 159.194 20.3107 159.378 19.9466 159.461C19.8628 159.593 19.7683 159.717 19.664 159.833C19.5586 160.167 19.3731 160.47 19.1237 160.716C18.8922 160.949 18.6058 161.12 18.291 161.212C18.1855 161.445 18.0376 161.655 17.8548 161.833C17.6618 162.031 17.4394 162.198 17.1955 162.329C17.0223 162.504 16.8294 162.659 16.6205 162.79L16.5759 162.815C16.4619 163.095 16.2934 163.35 16.0802 163.564C16.0392 163.605 16.0027 163.65 15.9712 163.698C15.8438 163.877 15.6994 164.043 15.5399 164.194V164.229C15.4072 164.467 15.2402 164.684 15.0443 164.874C14.8391 165.082 14.597 165.25 14.3305 165.37C14.2016 165.617 14.0343 165.841 13.8348 166.035C13.6066 166.262 13.3281 166.432 13.0219 166.531C12.9017 166.752 12.7497 166.954 12.5708 167.131C12.3775 167.32 12.2635 167.414 12.1742 167.494L11.9512 167.697C11.7733 167.882 11.5633 168.033 11.3316 168.143C11.2341 168.449 11.064 168.727 10.8359 168.952C10.707 169.076 10.6475 169.146 10.588 169.21C10.5286 169.275 10.4245 169.389 10.2559 169.557C10.0377 169.782 9.76931 169.952 9.47275 170.054C9.35836 170.291 9.20412 170.508 9.01672 170.694C8.84462 170.869 8.65149 171.022 8.44173 171.15L8.40207 171.18C8.40207 171.18 8.40207 171.18 8.35746 171.219C8.3064 171.321 8.24843 171.419 8.18397 171.512C8.23039 171.568 8.28004 171.621 8.33268 171.671C8.3582 171.704 8.39028 171.731 8.42686 171.75C8.62879 171.877 8.81513 172.027 8.98203 172.197L9.29926 172.524L9.56198 172.792C9.767 172.996 9.93476 173.235 10.0577 173.497L10.0973 173.521C10.3078 173.646 10.5011 173.798 10.6723 173.973C10.9288 174.097 11.1619 174.265 11.3613 174.469C11.3932 174.504 11.43 174.534 11.4704 174.558C11.6335 174.734 11.7765 174.927 11.8967 175.134C12.1462 175.378 12.3289 175.682 12.427 176.017L12.541 176.116C12.6204 176.186 12.6997 176.255 12.8236 176.379C13.1194 176.488 13.3894 176.657 13.6164 176.875C13.8434 177.094 14.0224 177.358 14.1421 177.649C14.3809 177.771 14.5986 177.93 14.7865 178.121L15.079 178.418L15.3665 178.706C15.5574 178.893 15.7076 179.118 15.8076 179.366C16.1046 179.463 16.3722 179.634 16.5858 179.862L16.8585 180.13L17.1757 180.438C17.4257 180.683 17.6083 180.989 17.7061 181.326C17.8851 181.447 18.0512 181.587 18.2018 181.742C18.227 181.771 18.2572 181.794 18.291 181.812C18.4946 181.94 18.6825 182.092 18.8511 182.263C18.9154 182.328 18.9833 182.389 19.0543 182.447C19.1979 182.564 19.3352 182.688 19.4658 182.819C19.6541 183.007 19.7483 183.117 19.8276 183.206C19.8885 183.286 19.9565 183.361 20.0308 183.429C20.2093 183.608 20.2936 183.707 20.3778 183.801L20.5959 184.039C20.7976 184.235 20.9651 184.463 21.0916 184.714C21.2453 184.863 21.3196 184.942 21.394 185.022L21.6666 185.3C21.7955 185.429 21.8599 185.488 21.9293 185.548L22.2664 185.875L22.5489 186.158L22.8563 186.461C23.0146 186.611 23.1574 186.777 23.2825 186.957C23.314 187.005 23.3506 187.05 23.3916 187.091C23.6338 187.222 23.8544 187.389 24.0459 187.587C24.1068 187.647 24.1714 187.703 24.2392 187.755C24.3334 187.835 24.4672 187.939 24.6705 188.137C24.8647 188.332 25.0211 188.561 25.1314 188.812C25.4071 188.923 25.6556 189.093 25.8601 189.308C26.0649 189.516 26.2326 189.758 26.3558 190.023C26.5896 190.157 26.8033 190.324 26.9903 190.519C27.141 190.671 27.277 190.837 27.3967 191.015L27.481 191.119C27.7625 191.233 28.0185 191.402 28.2344 191.615L28.2939 191.68L28.398 191.571C28.6486 191.324 28.9626 191.153 29.3051 191.075C29.4347 190.863 29.597 190.674 29.7859 190.514V190.499ZM15.8274 159.913C15.8225 159.918 15.8274 159.913 15.8274 159.913V159.913Z' fill='%23272626'/%3E%3Cpath d='M6.03752 193.932C6.23579 194.126 6.40433 194.359 6.60756 194.543C6.81079 194.726 7.12803 194.786 7.33621 194.959C7.5444 195.133 7.72781 195.361 7.94591 195.52C8.16401 195.679 8.47629 195.723 8.7043 195.877C8.93232 196.031 9.02154 196.418 9.25947 196.557C9.4974 196.696 9.7849 196.76 10.0278 196.884C10.2707 197.008 10.6176 196.934 10.8655 197.043C11.1133 197.152 11.3959 197.182 11.6536 197.276C11.9114 197.371 12.1493 197.539 12.3972 197.624C12.645 197.708 12.8581 198.021 13.1209 198.09C13.3836 198.159 13.7058 198.025 13.9734 198.09C14.2411 198.154 14.5137 198.179 14.7864 198.219C15.059 198.259 15.3316 198.254 15.6042 198.278C15.8769 198.303 16.1297 198.571 16.4073 198.586C16.6848 198.601 16.9624 198.403 17.235 198.403C17.5077 198.403 17.7902 198.626 18.0678 198.611C18.3454 198.596 18.623 198.576 18.8956 198.546C19.1682 198.517 19.4458 198.452 19.7184 198.407C19.9911 198.363 20.2835 198.407 20.5512 198.353C20.8189 198.298 21.0122 197.901 21.2798 197.857C21.5475 197.812 21.7755 197.668 22.0482 197.584C22.3208 197.5 22.6727 197.713 22.9305 197.614C23.1882 197.514 23.4262 197.361 23.679 197.247C23.9318 197.132 24.1746 197.008 24.4225 196.879C24.6703 196.75 24.8785 196.562 25.1164 196.423C25.3544 196.284 25.508 196.016 25.741 195.867C25.974 195.718 26.2664 195.669 26.4895 195.505C26.7125 195.341 27.0199 195.292 27.233 195.118C27.4462 194.945 27.6296 194.726 27.8328 194.543C28.036 194.359 28.3285 194.23 28.497 194.047C28.6656 193.863 28.9084 193.664 29.0918 193.461C29.2752 193.258 29.2306 192.846 29.4041 192.637C29.5776 192.429 29.8304 192.27 29.994 192.052C30.1576 191.834 30.4351 191.68 30.5839 191.452C30.7326 191.224 30.6632 190.846 30.797 190.613C30.9308 190.38 31.0399 190.117 31.1638 189.879C31.2877 189.641 31.5653 189.462 31.6595 189.209C31.7537 188.956 32.0362 188.763 32.1552 188.505C32.2741 188.247 32.3237 187.969 32.408 187.706C32.4922 187.443 32.2246 187.076 32.2989 186.813C32.3733 186.55 32.5468 186.317 32.6013 186.044C32.6558 185.771 32.9681 185.548 33.0077 185.275C33.0474 185.002 32.7203 184.68 32.75 184.407C32.7797 184.134 32.9037 183.871 32.9185 183.598C32.9334 183.325 33.0276 183.047 33.0276 182.774C33.0276 182.502 33.206 182.214 33.1912 181.936C33.1763 181.658 33.1118 181.38 33.0871 181.107C33.0623 180.835 32.8541 180.577 32.8144 180.304C32.7748 180.031 32.5864 179.808 32.5319 179.52C32.4774 179.232 32.7153 178.91 32.6459 178.642C32.5765 178.374 32.5071 178.101 32.4228 177.838C32.3386 177.575 32.2394 177.307 32.1403 177.049C32.0412 176.791 31.7091 176.627 31.595 176.374C31.481 176.121 31.2382 175.948 31.0994 175.7C30.9606 175.452 31.0201 175.124 30.8813 174.881C30.7425 174.638 30.45 174.509 30.3013 174.276C30.1526 174.043 30.0287 173.809 29.8651 173.586C29.7015 173.363 29.5677 173.13 29.3694 172.911C29.1711 172.693 29.0026 172.514 28.8143 172.306C28.6259 172.098 28.5862 171.77 28.3929 171.577C28.1996 171.383 28.0658 171.11 27.8625 170.927C27.6593 170.743 27.3371 170.684 27.124 170.51C26.9108 170.336 26.7968 170.014 26.5738 169.865C26.3507 169.716 26.0384 169.657 25.8054 169.508C25.5725 169.359 25.2255 169.414 24.9876 169.28C24.7496 169.146 24.6654 168.714 24.4225 168.59C24.1796 168.466 23.8673 168.461 23.6195 168.347C23.3716 168.233 23.1486 168.039 22.8908 167.94C22.6331 167.841 22.2861 168 22.0234 167.94C21.7607 167.881 21.5773 167.518 21.3096 167.444C21.0419 167.37 20.7148 167.578 20.4471 167.518C20.1794 167.459 19.9514 167.131 19.6837 167.092C19.4161 167.052 19.1335 167.022 18.8609 166.993C18.5883 166.963 18.3107 166.854 18.0381 166.839C17.7654 166.824 17.4779 166.968 17.2003 166.968C16.9228 166.968 16.6402 166.844 16.3676 166.859C16.095 166.873 15.8323 167.126 15.5596 167.151C15.287 167.176 15.0144 167.221 14.7418 167.26C14.4691 167.3 14.2461 167.444 13.9536 167.504C13.6612 167.563 13.3687 167.419 13.101 167.504C12.8334 167.588 12.6053 167.771 12.3476 167.861C12.0898 167.95 11.7478 167.826 11.4901 167.925C11.2323 168.024 11.0638 168.337 10.811 168.446C10.5582 168.555 10.3549 168.749 10.1071 168.878C9.85925 169.007 9.51227 168.922 9.27434 169.061C9.03641 169.2 8.74396 169.265 8.51099 169.414C8.27802 169.562 8.0847 169.776 7.86164 169.94C7.63858 170.103 7.53944 170.436 7.3263 170.599C7.11315 170.763 6.80087 170.833 6.59764 171.021C6.39441 171.21 6.10196 171.324 5.92351 171.517C5.74506 171.711 5.69054 172.063 5.50713 172.266C5.32373 172.47 5.10563 172.648 4.93214 172.862C4.75865 173.075 4.65456 173.358 4.49098 173.561C4.3274 173.765 4.03991 173.923 3.8912 174.152C3.7425 174.38 3.83172 174.762 3.69788 175C3.56405 175.238 3.2022 175.362 3.08323 175.605C2.96427 175.848 2.84035 176.101 2.72634 176.354C2.61233 176.608 2.58259 176.895 2.48345 177.148C2.38432 177.401 2.45371 177.719 2.36945 177.982C2.28518 178.245 1.96299 178.433 1.87376 178.701C1.78454 178.969 1.87376 179.272 1.84402 179.54C1.81428 179.808 1.54165 180.036 1.49704 180.319C1.45243 180.601 1.71019 180.899 1.68044 181.172C1.6507 181.445 1.48217 181.703 1.4673 181.981C1.45243 182.258 1.51191 182.531 1.51191 182.804C1.51191 183.077 1.51191 183.35 1.51191 183.628C1.51191 183.906 1.30868 184.198 1.33842 184.471C1.36816 184.744 1.50695 185.012 1.54661 185.285C1.58626 185.558 1.89359 185.781 1.94811 186.044C2.00264 186.307 1.86385 186.624 1.94811 186.892C2.03238 187.16 2.01255 187.453 2.09682 187.711C2.18109 187.969 2.55285 188.133 2.65199 188.391C2.75112 188.649 2.52807 189.036 2.65199 189.289C2.77591 189.542 2.9494 189.785 3.07332 190.013C3.19724 190.241 3.35586 190.509 3.49465 190.727C3.63344 190.946 3.83172 191.169 3.99034 191.397C4.14896 191.625 4.33236 191.824 4.48602 192.047C4.63969 192.27 4.77848 192.518 4.95197 192.732C5.12546 192.945 5.44765 193.02 5.63601 193.228C5.82437 193.436 5.8095 193.818 6.00282 194.017' fill='%23A77E67'/%3E%3Cpath d='M17.2201 199.831C16.9358 199.934 16.635 199.983 16.3329 199.975C15.9826 199.943 15.6439 199.833 15.3415 199.653H15.2126C15.002 199.649 14.7917 199.632 14.5831 199.603L14.3353 199.564C14.1717 199.564 13.9932 199.514 13.7999 199.479H13.7503C13.4212 199.538 13.0832 199.526 12.759 199.444C12.4162 199.346 12.1019 199.168 11.842 198.924C11.6727 198.857 11.5072 198.78 11.3463 198.695L11.153 198.601L10.9695 198.556C10.781 198.512 10.5955 198.456 10.4144 198.388H10.3698C10.026 198.381 9.68767 198.3 9.3784 198.15L9.17517 198.07C8.9565 197.993 8.74434 197.898 8.54069 197.787C8.23522 197.601 7.98261 197.34 7.80708 197.028C7.55861 196.942 7.32336 196.822 7.10816 196.671C6.93186 196.533 6.76616 196.382 6.61248 196.22L6.4836 196.091L6.40429 196.056C6.1348 195.945 5.8853 195.791 5.66572 195.599C5.50949 195.455 5.36216 195.301 5.22456 195.138C5.16507 195.069 5.11055 195.004 5.04611 194.94C4.81392 194.702 4.6437 194.41 4.55042 194.091C4.3009 193.953 4.07907 193.77 3.89612 193.55C3.76513 193.373 3.64591 193.188 3.53923 192.995C3.48966 192.92 3.44505 192.846 3.39548 192.776L3.2319 192.573C3.09117 192.416 2.96038 192.25 2.84031 192.077C2.79683 192.009 2.7488 191.945 2.69656 191.883C2.55685 191.712 2.42931 191.532 2.31488 191.343C2.27027 191.263 2.22566 191.189 2.17609 191.114C2.07696 190.951 1.96295 190.767 1.85885 190.564C1.82416 190.494 1.77954 190.425 1.73989 190.36C1.61333 190.175 1.50225 189.979 1.40778 189.775C1.27246 189.463 1.22449 189.12 1.26899 188.783C1.06104 188.574 0.904868 188.319 0.812958 188.038C0.74123 187.811 0.694687 187.576 0.674166 187.339C0.674166 187.274 0.674166 187.18 0.644425 187.15C0.572842 186.865 0.557687 186.568 0.599813 186.277C0.409253 186.017 0.28195 185.717 0.228049 185.399C0.214408 185.342 0.197863 185.286 0.178481 185.23C0.0960451 185.014 0.0362435 184.789 3.39728e-05 184.561C-0.024203 184.212 0.0265019 183.861 0.14874 183.534V183.509C0.14874 183.32 0.14874 183.142 0.14874 182.968V182.75C0.14874 182.67 0.14874 182.596 0.14874 182.517C0.122318 182.296 0.112376 182.074 0.118998 181.852C0.138625 181.588 0.197087 181.329 0.292488 181.083C0.160826 180.754 0.118082 180.396 0.168567 180.046C0.218779 179.727 0.329846 179.42 0.495719 179.143C0.465259 178.847 0.485375 178.549 0.555201 178.26C0.651582 177.936 0.8212 177.639 1.05089 177.391C1.05564 177.112 1.1076 176.835 1.20455 176.573C1.20455 176.528 1.23925 176.444 1.25907 176.365C1.3169 176.14 1.39317 175.921 1.48709 175.71C1.59944 175.445 1.72832 175.172 1.87372 174.891C2.01274 174.625 2.20913 174.392 2.44872 174.211C2.47689 173.891 2.5805 173.581 2.75109 173.308C2.91931 173.067 3.12516 172.854 3.36078 172.678L3.42026 172.624C3.42026 172.584 3.47974 172.529 3.50453 172.48C3.61491 172.277 3.74086 172.083 3.88125 171.899C4.01813 171.738 4.16375 171.584 4.31745 171.438L4.43146 171.324V171.294C4.54736 170.979 4.72612 170.69 4.95689 170.446C5.1342 170.274 5.33042 170.122 5.5418 169.994L5.68059 169.9C5.8969 169.709 6.14305 169.555 6.40924 169.443C6.57028 169.168 6.78423 168.927 7.03876 168.734C7.1032 168.689 7.16269 168.63 7.22713 168.575C7.38406 168.43 7.54959 168.294 7.72281 168.168C7.93213 168.038 8.15479 167.929 8.38703 167.846L8.5506 167.776C8.85544 167.609 9.19462 167.514 9.54198 167.499L9.62128 167.444C9.77909 167.334 9.94477 167.237 10.117 167.151L10.1467 167.122C10.3715 166.867 10.6541 166.67 10.9706 166.548C11.2871 166.425 11.6285 166.38 11.9659 166.417H12.0006C12.2289 166.281 12.4738 166.174 12.7292 166.1C13.054 166.021 13.3912 166.009 13.7206 166.065L13.8148 166.03C14.0374 165.943 14.2682 165.878 14.5038 165.837L15.2671 165.732H15.2919C15.5961 165.561 15.9348 165.459 16.2833 165.435C16.5517 165.425 16.8201 165.452 17.0813 165.514H17.1805H17.2648C17.5358 165.44 17.8165 165.406 18.0975 165.415C18.3319 165.431 18.5642 165.469 18.7915 165.529C18.8585 165.546 18.9263 165.559 18.9947 165.569H19.0542C19.3268 165.569 19.6044 165.623 19.8919 165.673C20.2002 165.723 20.4924 165.845 20.7445 166.03C21.0482 165.962 21.3639 165.969 21.6643 166.051C21.9648 166.132 22.2411 166.285 22.4694 166.496C22.7785 166.469 23.0899 166.509 23.3815 166.616C23.6069 166.709 23.8227 166.823 24.0259 166.958L24.1647 167.047L24.2837 167.072C24.548 167.123 24.8047 167.208 25.047 167.325C25.351 167.488 25.6072 167.727 25.7905 168.02C26.0518 168.066 26.3022 168.16 26.5291 168.297L26.6382 168.342C26.9053 168.427 27.1578 168.552 27.3866 168.714C27.6292 168.9 27.8372 169.126 28.0013 169.384C28.2757 169.494 28.5302 169.648 28.7547 169.84C28.943 170.009 29.1095 170.201 29.2504 170.411L29.3446 170.54C29.5597 170.774 29.728 171.046 29.8403 171.344L29.8651 171.393C29.9038 171.439 29.9452 171.482 29.989 171.522C30.1129 171.656 30.2616 171.81 30.4054 171.989C30.5491 172.167 30.6631 172.341 30.7672 172.485L30.9209 172.708C31.0547 172.897 31.1638 173.075 31.2579 173.234L31.3571 173.403L31.4067 173.442C31.6817 173.627 31.9176 173.865 32.1006 174.142C32.2558 174.424 32.3535 174.734 32.3881 175.055C32.5402 175.223 32.6732 175.408 32.7847 175.605C33.0565 175.838 33.269 176.132 33.4043 176.464C33.5232 176.771 33.6273 177.064 33.7116 177.322C33.7959 177.58 33.8454 177.774 33.8999 177.987L33.9545 178.2C34.0404 178.557 34.0301 178.93 33.9247 179.282C34.0248 179.493 34.0981 179.717 34.1428 179.947C34.1569 179.998 34.1769 180.048 34.2023 180.095C34.3312 180.359 34.4166 180.643 34.4551 180.934C34.4551 181.028 34.4551 181.117 34.4898 181.207C34.527 181.415 34.5518 181.626 34.5642 181.837C34.576 182.149 34.5289 182.46 34.4254 182.755C34.4254 182.779 34.4254 182.804 34.4254 182.829C34.4152 183.041 34.387 183.252 34.3411 183.459C34.3411 183.524 34.3114 183.613 34.3114 183.643C34.297 183.87 34.2571 184.094 34.1924 184.313C34.374 184.667 34.4415 185.069 34.3857 185.464C34.3201 185.826 34.1669 186.166 33.9396 186.456C33.8893 186.626 33.8264 186.791 33.7512 186.952C33.8638 187.326 33.8638 187.724 33.7512 188.098C33.7512 188.182 33.7017 188.272 33.6719 188.356C33.6174 188.54 33.5579 188.753 33.4737 188.966C33.3619 189.242 33.2043 189.497 33.0077 189.72L32.9482 189.795C32.8212 190.047 32.6538 190.277 32.4525 190.474L32.403 190.529L32.3138 190.708C32.2543 190.837 32.1849 190.98 32.1056 191.124C32.0843 191.494 31.9701 191.853 31.7735 192.166C31.6152 192.399 31.423 192.606 31.2034 192.781L31.1192 192.856C30.9709 193.037 30.8048 193.204 30.6235 193.352C30.5516 193.722 30.3802 194.065 30.1278 194.344C29.9741 194.518 29.8155 194.667 29.6767 194.801L29.4883 194.984C29.3162 195.151 29.1287 195.3 28.9282 195.431C28.873 195.465 28.82 195.504 28.7696 195.545C28.7002 195.604 28.6407 195.669 28.5763 195.733C28.4307 195.886 28.2768 196.03 28.1153 196.165C27.8948 196.339 27.6491 196.478 27.3866 196.577L27.2826 196.621C27.07 196.766 26.8402 196.882 26.5985 196.969L26.5142 197.004L26.4597 197.058C26.2743 197.271 26.0569 197.453 25.8153 197.599C25.7707 197.624 25.6964 197.678 25.627 197.728C25.4472 197.864 25.2565 197.985 25.0569 198.09L24.9429 198.15C24.7199 198.264 24.4918 198.383 24.249 198.492L24.011 198.611C23.8228 198.712 23.6292 198.803 23.4311 198.884C23.0689 199.007 22.6798 199.03 22.3059 198.948H22.2513L21.9044 199.072C21.6267 199.374 21.2663 199.586 20.8684 199.683C20.6301 199.73 20.3875 199.751 20.1447 199.747H19.9563L19.6936 199.792C19.5052 199.826 19.2921 199.866 19.0641 199.891C18.8361 199.916 18.499 199.941 18.1619 199.96H18.043C17.7631 199.968 17.4842 199.925 17.2201 199.831ZM20.918 196.468C21.0261 196.439 21.1321 196.402 21.2352 196.359L21.6169 196.22C21.9483 196.12 22.2992 196.105 22.638 196.175L22.7123 196.135C22.8462 196.066 22.975 195.996 23.1138 195.937C23.2526 195.877 23.4757 195.763 23.669 195.664L23.788 195.599C23.8563 195.558 23.9225 195.514 23.9862 195.466C24.0903 195.391 24.2192 195.297 24.363 195.212L24.4274 195.143C24.5907 194.957 24.7754 194.79 24.9776 194.647C25.1686 194.524 25.3732 194.424 25.5873 194.349L25.6964 194.305C25.8852 194.176 26.0881 194.07 26.3011 193.987L26.3903 193.947L26.5886 193.754C26.6877 193.65 26.7918 193.55 26.8959 193.456C27.0384 193.328 27.1909 193.212 27.3519 193.109C27.4069 193.074 27.4599 193.036 27.5106 192.995L27.7485 192.767L27.9022 192.613C27.968 192.277 28.1105 191.961 28.3185 191.69C28.4547 191.526 28.6057 191.375 28.7696 191.238L28.8787 191.144C29.0097 190.973 29.1593 190.816 29.3248 190.678C29.3584 190.386 29.4475 190.103 29.5875 189.844C29.6519 189.74 29.7114 189.611 29.7758 189.477L29.9196 189.18C30.0513 188.941 30.2184 188.723 30.4153 188.535L30.4599 188.485C30.5667 188.285 30.6947 188.097 30.8416 187.924L30.8911 187.87L30.9903 187.542V187.503C30.8759 187.141 30.8605 186.756 30.9457 186.386C31.0069 186.178 31.0865 185.975 31.1836 185.781C31.1836 185.741 31.2282 185.702 31.2431 185.662C31.2925 185.452 31.3745 185.251 31.486 185.067C31.3742 184.792 31.33 184.494 31.3571 184.198C31.3807 183.991 31.4239 183.787 31.486 183.588C31.4997 183.546 31.5113 183.503 31.5207 183.459C31.5349 183.267 31.5614 183.077 31.6 182.889C31.6 182.824 31.6297 182.735 31.6347 182.71C31.6407 182.435 31.6875 182.163 31.7735 181.901V181.857C31.7735 181.777 31.7735 181.693 31.7388 181.599C31.7041 181.504 31.7041 181.38 31.6892 181.271C31.6797 181.245 31.6681 181.221 31.6545 181.197C31.5532 180.976 31.4767 180.745 31.4265 180.507L31.3819 180.403C31.2795 180.194 31.2014 179.975 31.1489 179.748C31.0848 179.397 31.1087 179.036 31.2183 178.696C31.1737 178.533 31.1291 178.364 31.0795 178.2C31.0299 178.036 30.9605 177.843 30.8862 177.645C30.661 177.442 30.4731 177.202 30.331 176.935L30.2715 176.861C30.109 176.68 29.9691 176.48 29.8552 176.265C29.7389 176.031 29.6619 175.78 29.6271 175.521C29.4359 175.363 29.2689 175.177 29.1315 174.97L28.9282 174.638C28.8721 174.535 28.8092 174.435 28.7399 174.34C28.6655 174.236 28.5961 174.127 28.5267 174.023C28.4573 173.919 28.378 173.804 28.3136 173.725C28.2491 173.646 28.15 173.537 28.0459 173.427L27.808 173.174C27.6211 172.96 27.4719 172.715 27.3668 172.45V172.405C27.2563 172.281 27.1536 172.15 27.0595 172.013L27.005 171.934H26.9604C26.7211 171.835 26.4961 171.705 26.2912 171.547C26.0851 171.373 25.9064 171.169 25.7608 170.942C25.591 170.882 25.4254 170.811 25.2651 170.728C24.9522 170.696 24.649 170.601 24.3729 170.451C24.0902 170.281 23.8536 170.044 23.6839 169.761C23.4953 169.721 23.311 169.663 23.1337 169.587C22.952 169.502 22.7764 169.404 22.6082 169.295C22.2988 169.335 21.9843 169.308 21.6863 169.215C21.4429 169.135 21.2174 169.009 21.022 168.843C20.7664 168.89 20.5044 168.89 20.2488 168.843C19.92 168.764 19.6133 168.611 19.3516 168.397L18.8559 168.342H18.8014C18.6141 168.32 18.4286 168.286 18.2462 168.238L18.0876 168.203H18.0083C17.7723 168.268 17.5292 168.303 17.2846 168.307C17.0575 168.303 16.8316 168.275 16.6104 168.223C16.3547 168.361 16.0757 168.45 15.7876 168.486C15.5447 168.511 15.2919 168.541 15.054 168.58L14.8805 168.64C14.7003 168.711 14.5146 168.767 14.3253 168.808C14.0483 168.858 13.7647 168.858 13.4876 168.808C13.2942 168.923 13.09 169.017 12.8779 169.091C12.631 169.168 12.3728 169.201 12.1146 169.19C11.9298 169.372 11.7152 169.519 11.4801 169.627L11.3116 169.736C11.162 169.841 11.0064 169.937 10.8456 170.024C10.5573 170.159 10.2462 170.238 9.92861 170.257C9.78486 170.327 9.65598 170.381 9.54198 170.426L9.38336 170.485C9.31209 170.539 9.24422 170.597 9.18012 170.659C9.09586 170.733 9.00168 170.813 8.89263 170.897C8.88619 170.911 8.87786 170.925 8.86784 170.937C8.72199 171.183 8.53601 171.402 8.31763 171.587C8.1216 171.739 7.90667 171.866 7.6782 171.964L7.59393 172.004C7.45536 172.118 7.30967 172.224 7.15773 172.321L7.1032 172.356C7.00153 172.631 6.85032 172.885 6.65709 173.105C6.55795 173.219 6.45386 173.323 6.34481 173.427C6.23575 173.532 6.17627 173.591 6.13166 173.646C6.08705 173.7 6.05731 173.765 6.02261 173.834C5.93685 173.993 5.84081 174.145 5.73511 174.291C5.60479 174.475 5.45154 174.641 5.27908 174.787C5.2323 175.088 5.1225 175.375 4.95689 175.63C4.78695 175.906 4.56262 176.144 4.29763 176.33C4.2084 176.513 4.12414 176.687 4.04978 176.856L3.9903 177.064C3.95821 177.21 3.91682 177.355 3.86638 177.496V177.565C3.86138 177.829 3.82138 178.091 3.74741 178.344C3.65784 178.616 3.51266 178.866 3.32113 179.078C3.33593 179.306 3.32093 179.534 3.27651 179.758C3.22706 179.981 3.14699 180.197 3.03858 180.398C3.13035 180.673 3.16411 180.963 3.13772 181.251C3.10742 181.496 3.0475 181.736 2.95928 181.966L2.92953 182.035C2.92953 182.09 2.92953 182.169 2.92953 182.239C2.92953 182.308 2.92953 182.546 2.92953 182.735V182.983C2.92953 183.147 2.92953 183.315 2.92953 183.479C2.93979 183.78 2.89095 184.08 2.78579 184.362V184.407C2.82048 184.516 2.86509 184.645 2.89979 184.789C3.10218 185.054 3.24735 185.358 3.32608 185.682C3.3786 185.976 3.3786 186.276 3.32608 186.57V186.6C3.36078 186.758 3.38061 186.902 3.39548 187.026H3.46983C3.71265 187.243 3.90256 187.513 4.025 187.815C4.1456 188.149 4.1747 188.508 4.10926 188.857C4.20334 188.999 4.2894 189.147 4.36702 189.299C4.42155 189.403 4.4959 189.527 4.57521 189.656L4.75366 189.949C4.75366 189.993 4.84784 190.078 4.90732 190.157C4.9668 190.236 5.10064 190.4 5.20473 190.559C5.24438 190.618 5.31378 190.703 5.38813 190.792C5.46249 190.881 5.58145 191.025 5.67067 191.144C5.7599 191.263 5.83425 191.382 5.91356 191.506L6.02757 191.68C6.28357 191.813 6.51491 191.99 6.71161 192.201C6.94448 192.456 7.11427 192.762 7.2073 193.094C7.26182 193.149 7.31139 193.208 7.36592 193.268C7.42044 193.327 7.47992 193.402 7.52454 193.451L7.59393 193.481C7.82848 193.578 8.04863 193.706 8.24824 193.863C8.38474 193.975 8.51389 194.096 8.63487 194.225L8.76871 194.359L8.85793 194.389C9.08106 194.467 9.29538 194.569 9.49736 194.692C9.76647 194.879 9.99147 195.123 10.1566 195.406H10.1963C10.3004 195.446 10.4243 195.49 10.5532 195.55H10.5829C10.8847 195.556 11.1825 195.62 11.4603 195.738L11.6437 195.783C11.8264 195.827 12.0067 195.88 12.184 195.942C12.3536 196.008 12.5191 196.084 12.6797 196.17L12.868 196.264C13.1252 196.35 13.3639 196.482 13.5719 196.656C13.8148 196.628 14.0607 196.638 14.3006 196.686C14.4542 196.716 14.6029 196.736 14.7516 196.755L15.0391 196.8C15.1431 196.806 15.2474 196.806 15.3514 196.8C15.4952 196.8 15.6439 196.8 15.7876 196.83C16.056 196.862 16.3164 196.943 16.5559 197.068C16.7879 196.991 17.0304 196.951 17.2747 196.949C17.585 196.955 17.8914 197.02 18.1768 197.142L18.7815 197.093L19.1831 197.028L19.53 196.964C19.7123 196.938 19.8961 196.924 20.0802 196.924C20.319 196.707 20.6063 196.551 20.918 196.468Z' fill='%23272626'/%3E%3Cpath d='M72.3305 127.58C72.1323 127.386 71.929 127.208 71.7258 127.024C71.5226 126.841 71.2797 126.707 71.0665 126.528C70.8534 126.35 70.7344 126.032 70.5163 125.893C70.2982 125.754 69.9909 125.68 69.7629 125.531C69.5349 125.382 69.2672 125.268 69.0491 125.129C68.831 124.99 68.608 124.797 68.3651 124.673C68.1222 124.549 67.9784 124.177 67.7256 124.087C67.4728 123.998 67.2299 123.884 66.9474 123.785C66.6649 123.685 66.3129 123.933 66.0502 123.849C65.7875 123.765 65.6239 123.353 65.3563 123.283C65.0886 123.214 64.7565 123.437 64.4838 123.378C64.2112 123.318 63.9882 123.045 63.7155 123.001C63.4429 122.956 63.1653 122.941 62.8927 122.911C62.6201 122.882 62.3375 122.911 62.0649 122.911C61.7923 122.911 61.5147 122.847 61.2371 122.847C60.9595 122.847 60.6919 123.035 60.4192 123.05C60.1466 123.065 59.869 123.021 59.5964 123.05C59.3238 123.08 59.0164 122.882 58.7438 122.926C58.4712 122.971 58.2481 123.343 57.9904 123.422C57.7326 123.502 57.4451 123.467 57.1774 123.541C56.9098 123.616 56.6818 123.785 56.4191 123.869C56.1563 123.953 55.8688 123.943 55.6111 124.038C55.3533 124.132 55.0063 124.013 54.7535 124.127C54.5007 124.241 54.3867 124.623 54.1389 124.757C53.8911 124.891 53.6432 124.941 53.3805 125.079C53.1178 125.218 52.9641 125.447 52.7361 125.576C52.5081 125.705 52.2107 125.779 51.9876 125.943C51.7646 126.106 51.5167 126.226 51.3036 126.404C51.0904 126.583 51.0062 126.9 50.8079 127.079C50.6096 127.258 50.1982 127.238 50.0049 127.436C50.3023 127.138 50.4411 127.272 50.7385 126.975C51.0359 126.677 50.9665 126.608 51.2639 126.31C51.5613 126.012 51.5613 126.007 51.8587 125.705C52.1562 125.402 52.2603 125.511 52.5577 125.208C52.8551 124.906 52.637 124.712 52.9344 124.39C53.2318 124.067 53.2467 124.107 53.5441 123.809L54.1439 123.209C54.4413 122.911 54.6395 123.135 54.9617 122.837C55.2839 122.539 55.0361 122.311 55.3335 122.013C55.6309 121.716 55.6755 121.76 55.9779 121.458C56.2803 121.155 56.4339 121.324 56.7363 121.021C57.0387 120.718 56.8999 120.59 57.1973 120.287C57.4947 119.984 57.6186 120.113 57.921 119.791C58.2233 119.468 58.1093 119.379 58.4167 119.081C58.724 118.784 58.6496 118.714 58.947 118.411C59.1453 118.218 59.3238 117.99 59.527 117.806C59.7302 117.623 60.0723 117.593 60.2854 117.419C60.4985 117.246 60.6076 116.923 60.8307 116.759C61.0537 116.596 61.3809 116.576 61.6089 116.427C61.8369 116.278 62.1492 116.258 62.3871 116.119C62.625 115.98 62.744 115.623 62.9918 115.499C63.2397 115.375 63.4875 115.246 63.7403 115.132C63.9931 115.018 64.3203 115.097 64.578 114.998C64.8358 114.899 65.0737 114.775 65.3463 114.691C65.619 114.606 65.8767 114.562 66.1444 114.487C66.4121 114.413 66.6996 114.487 66.9722 114.423C67.2448 114.358 67.4679 114.055 67.7306 114.011C67.9933 113.966 68.3105 114.209 68.5832 114.18C68.8558 114.15 69.0789 113.753 69.3763 113.738C69.6737 113.723 69.9364 113.971 70.214 113.971C70.4916 113.971 70.7543 114.031 71.0319 114.046C71.3094 114.06 71.592 113.922 71.8646 113.951C72.1372 113.981 72.3999 114.09 72.6726 114.135C72.9452 114.18 73.2426 114.09 73.5103 114.135C73.778 114.18 73.9812 114.537 74.2439 114.631C74.5066 114.725 74.7892 114.7 75.0519 114.79C75.3146 114.879 75.6467 114.76 75.9044 114.854C76.1622 114.949 76.4547 114.983 76.7075 115.097C76.9602 115.211 77.1784 115.4 77.4262 115.524C77.674 115.648 77.798 116.02 78.0359 116.134C78.2738 116.248 78.6158 116.238 78.8439 116.387C79.0719 116.536 79.3395 116.68 79.5428 116.844C79.746 117.007 80.0137 117.141 80.2318 117.315C80.4499 117.489 80.4945 117.851 80.6977 118.039C80.9009 118.228 81.243 118.263 81.4412 118.456C81.6395 118.65 81.6593 119.012 81.8428 119.215C82.0262 119.419 82.2046 119.627 82.3781 119.84C82.5516 120.054 82.735 120.247 82.8986 120.47C83.0621 120.694 83.1365 120.967 83.2852 121.2C83.4339 121.433 83.8651 121.488 84.0039 121.726C84.1427 121.964 84.3162 122.222 84.4401 122.44C84.5641 122.658 84.3955 123.075 84.5046 123.328C84.6136 123.581 84.7673 123.824 84.8664 124.067C84.9656 124.31 85.0647 124.564 85.149 124.836C85.2332 125.109 85.3819 125.333 85.4513 125.61C85.5207 125.888 85.7339 126.106 85.7884 126.384C85.8429 126.662 85.7884 126.95 85.8132 127.223C85.838 127.496 85.7488 127.783 85.7785 128.061C85.8082 128.339 85.8727 128.597 85.8875 128.875C85.9024 129.153 85.8181 129.421 85.8181 129.698C85.8181 129.976 85.7834 130.239 85.7735 130.512C85.7636 130.785 86.0313 131.083 86.0065 131.36C85.9817 131.638 85.8281 131.891 85.7884 132.164C85.7488 132.437 85.5505 132.66 85.491 132.948C85.4315 133.236 85.6199 133.543 85.5505 133.811C85.4811 134.079 85.4266 134.352 85.3423 134.615C85.258 134.878 85.0003 135.081 84.9011 135.339C84.802 135.597 84.5442 135.781 84.4302 136.034C84.3162 136.287 84.232 136.53 84.1031 136.783C83.9742 137.036 84.1675 137.438 84.0287 137.681C83.8899 137.924 83.6421 138.098 83.4934 138.326C83.3447 138.554 82.9977 138.634 82.8093 138.857C82.621 139.08 82.7746 139.522 82.6011 139.74C82.4277 139.958 82.1649 140.097 81.9815 140.301C81.7981 140.504 81.5404 140.643 81.3471 140.842C81.0497 141.139 80.9158 141.01 80.6184 141.308C80.321 141.606 80.3507 141.635 80.0533 141.933C79.7559 142.231 79.8699 142.35 79.5576 142.647C79.2454 142.945 79.3544 143.044 79.062 143.342C78.7695 143.64 78.5415 143.416 78.2441 143.719C77.9467 144.022 77.9318 144.002 77.6344 144.305L77.0396 144.9C76.7372 145.203 76.9156 145.396 76.6133 145.674C76.3109 145.952 76.42 146.076 76.1176 146.373C75.8152 146.671 75.6764 146.532 75.379 146.83C75.0816 147.128 75.2055 147.257 74.9081 147.554C74.6107 147.852 74.5859 147.832 74.2836 148.13C73.9812 148.427 73.9614 148.403 73.6639 148.7C73.3665 148.998 73.3814 149.023 73.084 149.32C72.7866 149.618 72.6428 149.484 72.3454 149.782C72.5437 149.588 72.8956 149.539 73.0741 149.335C73.2525 149.132 73.317 148.804 73.4904 148.596C73.6639 148.388 73.9861 148.264 74.1398 148.045C74.2935 147.827 74.343 147.51 74.4917 147.276C74.6404 147.043 74.5859 146.691 74.7247 146.458C74.8635 146.225 75.2848 146.135 75.4088 145.892C75.5327 145.649 75.5376 145.336 75.6516 145.083C75.7656 144.83 75.959 144.587 76.0581 144.359C76.1572 144.131 75.9986 143.754 76.0829 143.491C76.1672 143.228 76.5042 143.044 76.5786 142.776C76.6529 142.509 76.4497 142.181 76.5042 141.908C76.5587 141.635 76.8909 141.412 76.9305 141.149C76.9702 140.886 77.0049 140.598 77.0296 140.326C77.0544 140.053 77.1684 139.775 77.1833 139.497C77.1982 139.219 77.0544 138.936 77.0544 138.664C77.0544 138.391 77.1784 138.103 77.1635 137.83C77.1486 137.557 76.8958 137.294 76.871 137.021C76.8462 136.748 76.8066 136.476 76.762 136.203C76.7174 135.93 76.5786 135.682 76.5191 135.414C76.4596 135.146 76.6034 134.828 76.5191 134.561C76.4348 134.293 76.2514 134.064 76.1672 133.806C76.0829 133.548 76.1969 133.206 76.0978 132.948C75.9986 132.69 75.6863 132.521 75.6021 132.268C75.5178 132.015 75.2997 131.812 75.1708 131.564C75.0419 131.316 75.1262 130.969 74.9874 130.725C74.8486 130.482 74.7842 130.2 74.6355 129.966C74.4868 129.733 74.2736 129.54 74.1101 129.316C73.9465 129.093 73.6144 128.994 73.4508 128.776C73.2872 128.557 73.2178 128.255 73.0295 128.051C72.8411 127.848 72.5338 127.759 72.3454 127.555' fill='%23F2F2F2'/%3E%3Cpath d='M71.3787 150.789C71.2469 150.659 71.1421 150.505 71.0705 150.335C70.999 150.164 70.9622 149.981 70.9622 149.797C70.9622 149.612 70.999 149.429 71.0705 149.258C71.1421 149.088 71.2469 148.934 71.3787 148.804C71.5751 148.597 71.8089 148.429 72.0677 148.308C72.2611 147.839 72.5977 147.443 73.0294 147.177C73.0892 147.007 73.1604 146.841 73.2425 146.681C73.2763 146.367 73.3724 146.064 73.5251 145.788C73.6918 145.506 73.9271 145.27 74.2091 145.103C74.249 144.914 74.3071 144.73 74.3826 144.552C74.4686 144.373 74.5663 144.199 74.6751 144.032C74.6372 143.722 74.6642 143.408 74.7544 143.109C74.8342 142.865 74.9605 142.639 75.1261 142.444C75.079 142.188 75.079 141.926 75.1261 141.67C75.2055 141.341 75.358 141.034 75.5722 140.772C75.5722 140.608 75.6119 140.44 75.6268 140.276V140.241C75.6507 140.056 75.6854 139.872 75.7309 139.69L75.7656 139.532C75.7656 139.532 75.7656 139.477 75.7656 139.452C75.7008 139.216 75.6658 138.973 75.6615 138.728C75.6657 138.501 75.694 138.274 75.7457 138.053C75.6083 137.797 75.5192 137.518 75.483 137.23C75.483 136.991 75.4285 136.733 75.3888 136.495C75.3734 136.436 75.3535 136.378 75.3294 136.322C75.2583 136.141 75.2019 135.955 75.1608 135.766C75.1117 135.489 75.1117 135.205 75.1608 134.928C75.0487 134.734 74.9557 134.529 74.8832 134.317C74.8032 134.071 74.768 133.812 74.7791 133.553C74.5998 133.367 74.4524 133.153 74.3429 132.918C74.3429 132.888 74.2735 132.809 74.2339 132.75C74.1292 132.598 74.0332 132.441 73.9464 132.278C73.8112 131.992 73.7321 131.682 73.7134 131.365C73.644 131.221 73.5895 131.092 73.5449 130.978C73.5003 130.864 73.4904 130.834 73.4854 130.82C73.4318 130.748 73.3739 130.68 73.3119 130.616C73.2425 130.532 73.1583 130.438 73.074 130.328L73.0343 130.304C72.7887 130.158 72.5692 129.972 72.385 129.753C72.2324 129.557 72.1058 129.342 72.0083 129.113C71.7854 128.987 71.5789 128.833 71.3936 128.656C71.2697 128.537 71.1458 128.428 71.0169 128.314L70.8385 128.155C70.7657 128.095 70.6896 128.039 70.6104 127.987C70.4816 127.897 70.3527 127.808 70.2337 127.709C70.0355 127.539 69.8605 127.344 69.7132 127.128H69.6686C69.4541 127.054 69.2494 126.954 69.0589 126.831L68.7318 126.647C68.6227 126.591 68.5137 126.531 68.4046 126.469C68.2503 126.378 68.1013 126.279 67.9585 126.171C67.899 126.126 67.8148 126.062 67.785 126.047C67.4991 125.893 67.2491 125.68 67.0514 125.422L66.7837 125.322C66.4207 125.425 66.0365 125.425 65.6734 125.322C65.4112 125.234 65.1711 125.09 64.9695 124.901C64.732 124.945 64.4884 124.945 64.2508 124.901C63.9463 124.827 63.6587 124.695 63.4032 124.514L63.0711 124.484L62.8034 124.459C62.7043 124.454 62.605 124.454 62.506 124.459H62.045L61.6187 124.42H61.3808H61.3411C61.0871 124.525 60.8174 124.587 60.5431 124.603C60.3597 124.603 60.1862 124.603 60.0474 124.603C59.9615 124.599 59.8755 124.599 59.7896 124.603C59.5626 124.627 59.3332 124.614 59.1105 124.563C58.8801 124.744 58.6126 124.871 58.3274 124.936C58.1634 124.967 57.9979 124.99 57.8317 125.005L57.6284 125.03L57.4797 125.099C57.3018 125.196 57.1161 125.277 56.9246 125.342C56.7266 125.401 56.5245 125.444 56.3198 125.471H56.186C55.9609 125.556 55.7227 125.602 55.4821 125.605C55.3123 125.826 55.0956 126.005 54.8476 126.131C54.6868 126.212 54.5213 126.283 54.352 126.345L54.1735 126.409L54.0496 126.518C53.8945 126.657 53.7287 126.783 53.5539 126.895C53.3667 127.014 53.1673 127.112 52.9591 127.188L52.8451 127.238C52.7311 127.322 52.6071 127.396 52.4882 127.471L52.3196 127.58C52.1904 127.826 52.0231 128.051 51.824 128.245C51.5523 128.489 51.2231 128.659 50.8673 128.741C50.5786 128.929 50.2305 129.004 49.89 128.951C49.5496 128.898 49.2406 128.721 49.0224 128.454C48.8042 128.187 48.6923 127.849 48.708 127.505C48.7237 127.16 48.866 126.834 49.1076 126.588C49.3288 126.36 49.5958 126.183 49.8908 126.067C50.0197 125.855 50.1745 125.66 50.3518 125.486L50.56 125.025C50.6393 124.94 50.7136 124.861 50.8772 124.702C51.0418 124.535 51.2287 124.392 51.4324 124.276C51.5256 123.941 51.7051 123.636 51.9528 123.393C52.1263 123.219 52.2156 123.135 52.3097 123.05L52.5625 122.807L53.1623 122.212C53.3643 121.995 53.6113 121.826 53.886 121.716C53.9865 121.443 54.1455 121.196 54.352 120.991C54.5055 120.84 54.6713 120.703 54.8476 120.579C54.9073 120.538 54.9621 120.489 55.0112 120.436C55.2237 120.22 55.4786 120.051 55.7597 119.939C56.0066 119.42 56.43 119.005 56.9543 118.769C57.0755 118.51 57.2435 118.276 57.45 118.079C57.4798 118.052 57.5049 118.02 57.5243 117.985C57.6524 117.777 57.8055 117.585 57.9804 117.414C58.0448 117.35 58.1043 117.28 58.1687 117.211C58.2332 117.141 58.4414 116.913 58.6099 116.759C58.8462 116.556 59.1187 116.4 59.4129 116.298C59.5749 116.036 59.7832 115.806 60.0276 115.618C60.2736 115.448 60.5468 115.32 60.8355 115.241L60.9198 115.211C61.1393 115.084 61.3742 114.986 61.6187 114.919C61.8146 114.637 62.0745 114.406 62.3771 114.244H62.4267C62.6696 114.12 62.9224 113.991 63.19 113.872C63.4853 113.748 63.8017 113.682 64.1219 113.678H64.1814L64.3499 113.609C64.5185 113.534 64.7167 113.455 64.9348 113.381C65.1529 113.306 65.3562 113.262 65.5396 113.222L65.8023 113.157C66.0582 113.093 66.3218 113.065 66.5855 113.073C66.8625 112.855 67.1897 112.71 67.5372 112.651C67.8134 112.607 68.0959 112.624 68.365 112.701C68.6481 112.501 68.981 112.385 69.3266 112.364C69.6901 112.354 70.0506 112.432 70.3775 112.592C70.5559 112.592 70.7195 112.622 70.8731 112.636L71.0813 112.661H71.1706C71.4528 112.594 71.744 112.572 72.0331 112.597C72.2593 112.624 72.4831 112.668 72.7022 112.731L72.8906 112.78H73.0046C73.2794 112.754 73.5565 112.767 73.8274 112.82C74.1873 112.898 74.5206 113.069 74.794 113.316H74.8386C75.0241 113.339 75.2079 113.374 75.3888 113.42H75.4334C75.7693 113.392 76.1074 113.436 76.4248 113.549C76.4595 113.549 76.5537 113.584 76.6231 113.604C76.8537 113.655 77.0793 113.726 77.2972 113.817C77.5052 113.914 77.7042 114.028 77.892 114.16C77.9538 114.203 78.0184 114.243 78.0854 114.279C78.3697 114.429 78.6169 114.641 78.8091 114.899C79.1011 114.951 79.3804 115.059 79.6319 115.216L79.8351 115.345C80.0037 115.454 80.197 115.574 80.3903 115.712C80.4597 115.767 80.534 115.812 80.6084 115.861C80.791 115.973 80.9665 116.095 81.1338 116.228C81.3813 116.435 81.5794 116.694 81.7138 116.987C81.9879 117.107 82.2381 117.275 82.4524 117.484C82.6875 117.734 82.8667 118.032 82.9778 118.357V118.387C83.1364 118.565 83.295 118.754 83.4735 118.972L83.647 119.175C83.7709 119.319 83.9097 119.478 84.0435 119.672C84.1789 119.864 84.2935 120.07 84.3855 120.287C84.7349 120.454 85.0279 120.719 85.2282 121.051C85.2728 121.13 85.3224 121.205 85.3719 121.284C85.489 121.46 85.5966 121.642 85.6941 121.83C85.8651 122.182 85.9321 122.576 85.8875 122.966C85.8892 122.982 85.8892 122.999 85.8875 123.015C85.9908 123.201 86.0818 123.393 86.1601 123.591L86.2096 123.715C86.2939 123.943 86.3881 124.176 86.4674 124.434C86.4674 124.479 86.5219 124.563 86.5566 124.643C86.6462 124.835 86.7208 125.034 86.7797 125.238C86.7997 125.27 86.8179 125.303 86.8342 125.337C86.9745 125.581 87.0797 125.843 87.1465 126.116C87.1956 126.38 87.2106 126.648 87.1911 126.915C87.1886 126.96 87.1886 127.004 87.1911 127.049C87.2301 127.32 87.2301 127.596 87.1911 127.868C87.1887 127.902 87.1887 127.937 87.1911 127.972C87.1978 128.049 87.2094 128.125 87.2258 128.2C87.2633 128.407 87.2881 128.615 87.3002 128.825C87.3086 129.063 87.2937 129.3 87.2555 129.535C87.2522 129.597 87.2522 129.66 87.2555 129.723C87.2555 129.951 87.2555 130.165 87.2208 130.348C87.2235 130.37 87.2235 130.391 87.2208 130.413C87.3931 130.758 87.4685 131.144 87.4389 131.529C87.4083 131.78 87.3484 132.026 87.2605 132.263C87.2605 132.318 87.2208 132.368 87.2109 132.407C87.1648 132.677 87.0779 132.938 86.9532 133.181C87.0305 133.516 87.0305 133.864 86.9532 134.198C86.9532 134.283 86.9135 134.367 86.8887 134.456C86.8441 134.64 86.7946 134.853 86.7252 135.071C86.6251 135.358 86.4758 135.625 86.284 135.86L86.2344 135.93C86.1198 136.18 85.9695 136.412 85.7883 136.619L85.7387 136.679C85.709 136.743 85.6842 136.808 85.6594 136.872L85.5206 137.195C85.5708 137.612 85.4912 138.035 85.2926 138.405C85.151 138.625 84.9847 138.829 84.7969 139.011C84.7612 139.043 84.728 139.078 84.6978 139.115C84.545 139.345 84.3458 139.541 84.1129 139.69C84.0753 140.039 83.9395 140.369 83.7213 140.643C83.5603 140.828 83.3791 140.994 83.181 141.139L83.0521 141.248C82.8907 141.422 82.7131 141.58 82.5217 141.72C82.4686 141.757 82.4173 141.796 82.3681 141.839C82.1452 142.058 81.8782 142.227 81.5849 142.335L81.4511 142.489C81.3456 142.623 81.2314 142.751 81.109 142.871C80.9939 143.15 80.8256 143.405 80.6134 143.62C80.487 143.877 80.3195 144.111 80.1177 144.314C79.8472 144.589 79.5027 144.778 79.1263 144.86L78.9578 145.019L78.6901 145.277L78.1944 145.773C78.1026 146.1 77.9325 146.4 77.6987 146.646C77.5768 146.912 77.409 147.154 77.203 147.361C76.9961 147.571 76.7503 147.74 76.4793 147.857C76.3571 148.115 76.1892 148.348 75.9837 148.546C75.7953 148.735 75.6763 148.834 75.5871 148.913C75.508 148.976 75.4335 149.044 75.3641 149.117C75.1707 149.305 75.0567 149.405 74.9675 149.484C74.8879 149.549 74.8118 149.619 74.7395 149.692C74.6205 149.811 74.566 149.871 74.5115 149.935C74.457 150 74.3628 150.104 74.2289 150.243C74.2272 150.251 74.2272 150.26 74.2289 150.268C73.9968 150.514 73.7144 150.707 73.4011 150.833L73.3516 150.858C73.0839 151.081 72.7426 151.195 72.3949 151.179C72.0472 151.162 71.7183 151.016 71.4729 150.769L71.3787 150.789ZM78.5464 141.72C78.6607 141.438 78.8291 141.182 79.042 140.965C79.1412 140.866 79.1709 140.822 79.2304 140.757C79.3473 140.611 79.4731 140.471 79.6071 140.34C79.828 140.109 80.0971 139.93 80.3953 139.814C80.5165 139.702 80.6439 139.596 80.7769 139.497L80.9207 139.388C81.0391 139.256 81.1684 139.135 81.3073 139.026C81.3332 138.669 81.4548 138.326 81.6593 138.033C81.8631 137.768 82.1218 137.55 82.4177 137.393C82.497 137.294 82.5713 137.21 82.6407 137.135C82.6185 136.793 82.6851 136.452 82.834 136.143C82.8886 136.039 82.9381 135.92 82.9976 135.776C83.0571 135.632 83.0819 135.568 83.1314 135.463C83.2395 135.223 83.3832 135.001 83.5577 134.804L83.6073 134.749C83.7038 134.533 83.827 134.329 83.9741 134.144L84.0138 134.099L84.098 133.772L84.1278 133.633C84.0473 133.308 84.0371 132.969 84.098 132.64C84.1535 132.401 84.2384 132.169 84.3508 131.951L84.3954 131.866C84.4298 131.698 84.4762 131.532 84.5342 131.37C84.4027 131.079 84.3399 130.762 84.3508 130.443C84.3508 130.328 84.3508 130.224 84.3756 130.115C84.4004 130.006 84.3756 129.822 84.3756 129.698C84.3769 129.506 84.3935 129.313 84.4252 129.123C84.4282 129.063 84.4282 129.004 84.4252 128.944C84.4252 128.865 84.4252 128.751 84.3855 128.632C84.3459 128.513 84.336 128.349 84.3211 128.205C84.2942 127.964 84.2942 127.721 84.3211 127.481V127.381C84.2995 127.175 84.2995 126.967 84.3211 126.761C84.3211 126.761 84.3211 126.712 84.3211 126.692L84.2913 126.642C84.1717 126.431 84.0768 126.206 84.0088 125.972C83.9828 125.898 83.9531 125.825 83.9196 125.754C83.8601 125.62 83.7907 125.456 83.7263 125.258C83.6618 125.06 83.5974 124.886 83.5181 124.687L83.4685 124.558C83.43 124.466 83.3852 124.377 83.3347 124.291C83.2653 124.157 83.1959 124.023 83.1364 123.884C83.0068 123.57 82.9542 123.23 82.9827 122.891C82.9827 122.857 82.9381 122.822 82.9133 122.787C82.8937 122.751 82.8722 122.717 82.8489 122.683C82.5139 122.526 82.2277 122.281 82.0211 121.974C81.9171 121.816 81.8259 121.65 81.7485 121.477C81.7187 121.418 81.684 121.339 81.6741 121.324C81.6097 121.229 81.5254 121.135 81.4263 121.016C81.3271 120.897 81.2726 120.842 81.1983 120.748C81.0198 120.53 80.8662 120.351 80.7026 120.178C80.5258 119.98 80.3878 119.751 80.2961 119.503C80.0641 119.407 79.8496 119.273 79.6616 119.106C79.4314 118.889 79.2475 118.627 79.1213 118.337L78.9776 118.248C78.8537 118.168 78.7298 118.089 78.6158 118.005C78.5017 117.92 78.3629 117.831 78.2142 117.742L78.0903 117.662H78.0556C77.749 117.624 77.454 117.521 77.1906 117.359C76.9273 117.197 76.7016 116.981 76.5289 116.725L76.2365 116.541L76.0431 116.417L75.8399 116.362C75.7259 116.338 75.5921 116.303 75.4483 116.258H75.4186C75.1163 116.282 74.8122 116.25 74.5214 116.164C74.4533 116.145 74.3836 116.131 74.3132 116.124C74.136 116.104 73.9604 116.07 73.7878 116.025C73.4898 115.944 73.2148 115.795 72.9848 115.588C72.7755 115.61 72.5645 115.61 72.3552 115.588C72.157 115.554 71.9835 115.509 71.8596 115.469L71.696 115.425H71.6315C71.385 115.484 71.1315 115.509 70.8781 115.499C70.7294 115.499 70.5807 115.474 70.432 115.454C70.2833 115.435 70.204 115.43 70.1346 115.43C69.9136 115.429 69.6943 115.392 69.4852 115.32C69.2348 115.489 68.9474 115.595 68.6475 115.628C68.3874 115.655 68.1246 115.629 67.8742 115.554C67.6637 115.695 67.4282 115.794 67.1803 115.846C66.9586 115.892 66.7324 115.912 66.5062 115.906H66.3872L66.065 115.98L65.6982 116.075L65.3463 116.214L64.9993 116.357C64.7322 116.455 64.4507 116.507 64.1665 116.511H64.1219L63.7154 116.715C63.5277 116.984 63.2864 117.212 63.0066 117.384C62.7957 117.503 62.5709 117.594 62.3374 117.657L62.2433 117.687C62.044 117.804 61.8309 117.896 61.6088 117.96C61.474 118.183 61.307 118.386 61.1131 118.56C60.8861 118.735 60.6315 118.871 60.3597 118.962H60.3299L60.1614 119.141C60.0672 119.245 59.978 119.344 59.8788 119.438C59.8514 119.468 59.8265 119.499 59.8045 119.533C59.6837 119.73 59.5407 119.913 59.3782 120.078C59.2589 120.353 59.0909 120.603 58.8825 120.818C58.6847 121.023 58.4513 121.191 58.1935 121.314C58.125 121.47 58.0385 121.619 57.9358 121.755C58.1144 121.662 58.3069 121.599 58.5058 121.567C58.8502 121.521 59.2005 121.552 59.5319 121.656H59.5666C59.7399 121.646 59.9137 121.646 60.087 121.656H60.2556H60.3151C60.6018 121.539 60.9075 121.475 61.2172 121.468C61.4277 121.471 61.6379 121.485 61.8467 121.512L62.1193 121.537H62.3771C62.59 121.523 62.8036 121.523 63.0165 121.537H63.2495C63.4527 121.537 63.6808 121.577 63.9137 121.611C64.1998 121.66 64.4731 121.766 64.7167 121.924C65.0421 121.842 65.3827 121.842 65.7081 121.924C66.0042 122.007 66.2751 122.162 66.4962 122.375C66.813 122.324 67.1377 122.357 67.438 122.47L67.6611 122.549C67.8495 122.624 68.0676 122.703 68.2857 122.797C68.6137 122.954 68.8993 123.187 69.1184 123.477C69.287 123.581 69.4307 123.685 69.5497 123.775L69.7232 123.899L69.9611 124.028C70.1398 124.117 70.3136 124.217 70.4816 124.325L70.6005 124.37C70.8535 124.46 71.0935 124.584 71.3143 124.737C71.5489 124.917 71.7517 125.135 71.9141 125.382L71.9637 125.447L72.1223 125.561C72.2952 125.681 72.4607 125.812 72.618 125.953L72.7815 126.096C72.9302 126.23 73.0839 126.364 73.2425 126.523L73.3218 126.568C73.5789 126.706 73.8116 126.885 74.0108 127.099C74.2017 127.315 74.3557 127.562 74.4669 127.828C74.7423 127.989 74.9833 128.203 75.1757 128.458C75.2203 128.523 75.2798 128.582 75.3343 128.647C75.4796 128.804 75.6153 128.969 75.7408 129.143C75.8705 129.351 75.9784 129.572 76.063 129.803C76.063 129.862 76.1175 129.941 76.1324 129.971C76.2996 130.276 76.3946 130.616 76.4099 130.963L76.4645 131.043C76.5732 131.201 76.6709 131.367 76.7569 131.539L76.7867 131.574C77.04 131.8 77.2359 132.082 77.3583 132.399C77.4807 132.716 77.5261 133.057 77.4905 133.395V133.429C77.627 133.658 77.7336 133.903 77.8078 134.159C77.888 134.483 77.8998 134.821 77.8425 135.151C77.8425 135.186 77.8673 135.215 77.8772 135.245C77.9652 135.468 78.03 135.699 78.0705 135.935C78.1151 136.203 78.1449 136.431 78.1746 136.699V136.724C78.3471 137.028 78.4488 137.367 78.472 137.716C78.4817 137.983 78.455 138.25 78.3927 138.51C78.3927 138.544 78.3927 138.579 78.3927 138.609C78.3927 138.639 78.3927 138.668 78.3927 138.698C78.4671 138.969 78.5005 139.25 78.4918 139.532C78.4757 139.768 78.4375 140.002 78.3778 140.231C78.3607 140.297 78.3475 140.363 78.3382 140.43V140.464C78.3084 140.742 78.2787 141.03 78.2341 141.328C78.1805 141.636 78.0567 141.928 77.8722 142.181C77.8722 142.181 77.8722 142.211 77.8722 142.226L78.0655 142.166C78.2002 141.997 78.3569 141.847 78.5315 141.72H78.5464Z' fill='%23272626'/%3E%3Cpath d='M131.302 117.275H131.273H131.079C130.921 117.275 130.732 117.305 130.534 117.305C130.337 117.303 130.14 117.29 129.944 117.265L129.671 117.241H129.344C129.181 117.241 129.017 117.241 128.849 117.241H128.74C128.479 117.31 128.211 117.34 127.942 117.33C127.707 117.318 127.474 117.28 127.248 117.216C127.194 117.201 127.139 117.189 127.084 117.181C126.801 117.157 126.523 117.088 126.261 116.978H126.217H126.152C125.896 117.026 125.634 117.041 125.374 117.022H125.181C124.956 117.042 124.731 117.042 124.506 117.022C124.232 116.989 123.967 116.905 123.723 116.774C123.422 116.885 123.099 116.92 122.781 116.878C122.463 116.825 122.158 116.709 121.884 116.536L121.84 116.511C121.651 116.467 121.465 116.409 121.284 116.338L121.195 116.308H121.161C120.86 116.359 120.554 116.359 120.253 116.308C120.005 116.255 119.764 116.174 119.535 116.065H119.485C119.181 116.122 118.868 116.122 118.563 116.065L118.335 116.035C118.123 116.02 117.913 115.99 117.706 115.946C117.383 115.859 117.082 115.705 116.823 115.494H116.774C116.555 115.486 116.337 115.456 116.124 115.405H116.025C115.745 115.418 115.464 115.388 115.193 115.316C114.819 115.196 114.488 114.97 114.241 114.666C114.034 114.635 113.831 114.588 113.631 114.527L113.309 114.428L112.858 114.289H112.764C112.485 114.282 112.21 114.233 111.946 114.145C111.874 114.124 111.801 114.107 111.728 114.095C111.516 114.052 111.307 113.994 111.103 113.921C110.835 113.822 110.568 113.713 110.3 113.609C110.115 113.533 109.934 113.445 109.76 113.346C109.666 113.296 109.581 113.252 109.522 113.227C109.313 113.134 109.112 113.022 108.922 112.894L108.768 112.795C108.499 112.673 108.253 112.505 108.04 112.299L107.995 112.259L107.837 112.205C107.712 112.171 107.589 112.13 107.47 112.081C107.082 112.127 106.689 112.065 106.335 111.902C106.077 111.777 105.842 111.61 105.641 111.406L105.576 111.347C105.354 111.22 105.151 111.063 104.971 110.88L104.907 110.816L104.684 110.716C104.53 110.652 104.357 110.573 104.188 110.473C104.094 110.419 103.995 110.369 103.896 110.32L103.514 110.116H103.455C103.148 110.071 102.853 109.97 102.582 109.818C102.342 109.664 102.125 109.475 101.938 109.258L101.878 109.193C101.725 109.094 101.591 108.99 101.472 108.901C101.353 108.811 101.313 108.782 101.229 108.727L101.021 108.623C100.85 108.542 100.684 108.451 100.525 108.35L100.421 108.315C100.16 108.236 99.9119 108.12 99.6825 107.973L99.2116 107.64L98.9787 107.472C98.6972 107.263 98.4667 106.994 98.3045 106.683C98.1873 106.589 98.0747 106.49 97.9675 106.385L97.8931 106.316C97.5483 106.254 97.2225 106.113 96.9414 105.904C96.7767 105.772 96.6226 105.628 96.4804 105.472L96.3168 105.309C96.0747 105.108 95.8743 104.862 95.727 104.584H95.6873C95.4673 104.483 95.2608 104.355 95.0727 104.202L94.9686 104.153C94.7231 104.041 94.4946 103.896 94.2895 103.721L94.0367 103.508C93.8979 103.399 93.7591 103.284 93.6302 103.165C93.482 103.027 93.3429 102.88 93.2138 102.724C93.1494 102.644 93.085 102.575 93.0453 102.535C93.0057 102.496 92.9412 102.461 92.8867 102.421C92.6956 102.299 92.5163 102.16 92.3513 102.004C92.1113 101.761 91.93 101.465 91.821 101.141H91.7863C91.5923 101.012 91.4114 100.864 91.246 100.7C91.1022 100.551 90.9833 100.402 90.8792 100.273L90.6858 100.045C90.5233 99.8683 90.3819 99.6735 90.2645 99.4642V99.4295C89.9649 99.3052 89.6947 99.1193 89.4714 98.8838L89.3723 98.8143C89.1542 98.6763 88.9558 98.5094 88.7824 98.3182C88.541 98.0281 88.3925 97.6719 88.3561 97.2961C88.1714 97.1744 88.0046 97.0274 87.8604 96.8596C87.8243 96.821 87.7844 96.7861 87.7415 96.7554C87.5468 96.6027 87.3704 96.4279 87.216 96.2344L87.0128 95.9913C86.9038 95.8673 86.7848 95.7284 86.6658 95.5746L86.1702 94.875C86.0611 94.7311 85.9669 94.5774 85.8678 94.4236C85.7686 94.2698 85.7538 94.24 85.6943 94.1556C85.6348 94.0713 85.5704 93.9919 85.5059 93.9125C85.386 93.7696 85.2735 93.6205 85.1689 93.466L84.6732 92.7516C84.5481 92.5527 84.4434 92.3416 84.3609 92.1215L84.2965 91.9677C84.1192 91.6765 84.0092 91.3494 83.9743 91.0102L83.89 90.8911C83.7694 90.7326 83.6585 90.5669 83.5579 90.395C83.4687 90.2412 83.3844 90.0874 83.3051 89.9286L83.2654 89.8542C82.9156 89.6742 82.6235 89.399 82.4228 89.0604C82.2444 88.7114 82.1655 88.3201 82.1948 87.9292L82.051 87.6365L81.9767 87.4926C81.7181 87.2805 81.5041 87.0191 81.3471 86.7236C81.204 86.4129 81.1344 86.0734 81.1439 85.7313L81.1191 85.6966C80.9845 85.5116 80.8683 85.3139 80.7721 85.1062C80.7721 85.0765 80.7027 84.9971 80.6681 84.9425C80.5402 84.7559 80.4291 84.5583 80.3359 84.3521C80.2354 84.1042 80.1687 83.8439 80.1377 83.5781V83.469C80.0782 83.3152 80.0187 83.1614 79.9642 83.0126C79.9097 82.8637 79.8898 82.8042 79.8502 82.7C79.8155 82.615 79.7758 82.5321 79.7312 82.4519C79.6569 82.2981 79.5676 82.1245 79.4883 81.9161C79.409 81.7077 79.3644 81.5688 79.3 81.3902L79.2702 81.3009C78.9839 81.0582 78.7653 80.7454 78.6357 80.393C78.5356 80.0825 78.5085 79.7532 78.5564 79.4305C78.3991 79.2172 78.2785 78.9791 78.1995 78.726L78.1202 78.5672C78.0096 78.3618 77.9199 78.1457 77.8526 77.9223C77.7715 77.6201 77.7496 77.305 77.7881 76.9945C77.6489 76.7638 77.5422 76.5151 77.4709 76.2553C77.4017 75.9532 77.4017 75.6395 77.4709 75.3374C77.3062 75.1062 77.1884 74.8449 77.1239 74.5684L77.0595 74.2906C77.0149 74.1021 76.9752 73.9135 76.9355 73.725C76.8923 73.4455 76.8923 73.1611 76.9355 72.8816C76.9355 72.8816 76.9355 72.8419 76.9355 72.822C76.9261 72.7963 76.9144 72.7714 76.9008 72.7476C76.7961 72.5158 76.7179 72.2728 76.6679 72.0233C76.6246 71.7421 76.6246 71.456 76.6679 71.1749C76.6703 71.1452 76.6703 71.1153 76.6679 71.0856C76.6282 70.8226 76.5935 70.5895 76.5588 70.3116C76.539 70.1834 76.539 70.0529 76.5588 69.9246C76.5588 69.7361 76.6133 69.5575 76.6431 69.3789L76.7323 68.8133C76.7323 68.6595 76.7769 68.5007 76.8017 68.3469V68.2973C76.7444 67.9874 76.7444 67.6696 76.8017 67.3597C76.8428 67.1443 76.9042 66.9333 76.9851 66.7296C77.0105 66.6648 77.032 66.5985 77.0495 66.5311C77.0696 66.4311 77.0845 66.3301 77.0942 66.2285C77.1189 66.0648 77.1437 65.8762 77.1883 65.6778C77.254 65.4027 77.3627 65.1398 77.5105 64.8988L77.5502 64.8294C77.5502 64.7847 77.5502 64.7252 77.5502 64.6756C77.5636 64.4548 77.5968 64.2356 77.6493 64.0207C77.6493 63.9661 77.6741 63.8669 77.684 63.7726C77.7106 63.5689 77.7487 63.3668 77.798 63.1674C77.8683 62.9244 77.9718 62.6924 78.1054 62.4777C78.0435 62.1482 78.057 61.809 78.145 61.4855C78.1995 61.3168 78.259 61.1531 78.3185 60.9893C78.378 60.8256 78.3978 60.781 78.4325 60.6768C78.5137 60.4363 78.6236 60.2064 78.7597 59.9921C78.7597 59.9524 78.8092 59.9177 78.8291 59.878C78.8489 59.8383 78.8836 59.6944 78.9084 59.6051C78.9332 59.5158 79.0025 59.2628 79.067 59.0693C79.1785 58.7847 79.3378 58.5213 79.5379 58.2904L79.5825 58.2408C79.6519 58.0622 79.7362 57.9084 79.8006 57.7794C79.865 57.6504 79.8898 57.6057 79.9047 57.571C79.9196 57.5363 79.9047 57.4718 79.9344 57.4222C79.966 57.2148 80.0158 57.0106 80.0831 56.8119C80.0807 56.7922 80.0807 56.7722 80.0831 56.7524C80.0849 56.4359 80.1471 56.1227 80.2665 55.8296C80.3743 55.5885 80.5144 55.3631 80.6829 55.1598C80.7104 55.1306 80.7353 55.0991 80.7573 55.0655L80.7969 54.9862C80.8961 54.7629 80.9952 54.5347 81.0993 54.3164C81.2127 54.0864 81.3542 53.8714 81.5206 53.6764C81.5498 53.6438 81.5763 53.609 81.5999 53.5722C81.6991 53.3837 81.8032 53.2199 81.8874 53.0761L81.9767 52.9322C82.0002 52.6089 82.0878 52.2935 82.2344 52.0044C82.3236 51.8308 82.4228 51.6522 82.5219 51.4785L82.6458 51.2503C82.6706 51.2057 82.7053 51.1163 82.745 51.027C82.8196 50.8336 82.9057 50.6447 83.0027 50.4615C83.0919 50.3126 83.1861 50.1638 83.2803 50.0149L83.4588 49.7272C83.548 49.5783 83.6422 49.4295 83.7363 49.2807C83.8305 49.1318 83.8603 49.0971 83.9197 48.9979C84.0246 48.8252 84.1405 48.6594 84.2667 48.5017C84.323 48.435 84.376 48.3654 84.4253 48.2934C84.5543 48.0919 84.7131 47.9112 84.8962 47.7575C84.9133 47.4039 85.0245 47.0614 85.2184 46.7653C85.4412 46.4535 85.7445 46.2083 86.0958 46.0558L86.1355 45.9864C86.2247 45.8425 86.3189 45.6837 86.4428 45.52C86.5667 45.3563 86.6807 45.2124 86.7848 45.0884L86.9831 44.8502C87.0128 44.8056 87.0624 44.7262 87.107 44.6418C87.1516 44.5575 87.2458 44.4087 87.34 44.2747C87.4025 43.9142 87.5504 43.574 87.7712 43.2824C88.0137 42.9914 88.3307 42.7719 88.6882 42.6474L88.7279 42.5879C88.8171 42.4638 88.9113 42.32 89.0352 42.1711L89.0699 42.0917C89.1753 41.835 89.3191 41.5958 89.4962 41.3823L89.5656 41.2582C89.68 41.0323 89.8233 40.8221 89.9919 40.6331C90.2064 40.4052 90.462 40.2201 90.7453 40.0874H90.78C90.8147 40.0526 90.8445 40.003 90.8841 39.9584C91.0011 39.784 91.1303 39.6182 91.2708 39.4622L91.4591 39.2638L91.8705 38.8421C92.0468 38.6723 92.2413 38.5226 92.4505 38.3956C92.568 38.0803 92.7524 37.7943 92.9908 37.5571C93.2658 37.3153 93.596 37.1449 93.9524 37.061L94.3688 36.6839V36.6442C94.5083 36.3542 94.7037 36.0945 94.9438 35.8802C95.1325 35.7254 95.3369 35.5907 95.5535 35.4783L95.6774 35.4138C95.8311 35.2848 95.9847 35.1806 96.1186 35.0814C96.2524 34.9822 96.2375 35.002 96.292 34.9574L96.3218 34.9127C96.476 34.6411 96.6794 34.4005 96.9216 34.2033C97.163 34.0251 97.4328 33.8892 97.7196 33.8014H97.789C97.9648 33.6844 98.1506 33.5831 98.3442 33.4988C98.497 33.185 98.7232 32.9127 99.0034 32.705C99.167 32.5908 99.3256 32.4966 99.4644 32.4122L99.7371 32.2386C100.034 32.0436 100.375 31.9275 100.728 31.9012L100.753 31.8764C100.907 31.7259 101.073 31.5882 101.249 31.4646C101.454 31.3391 101.671 31.2359 101.898 31.157C102.039 30.7755 102.285 30.4418 102.607 30.1945C102.814 30.0758 103.034 29.9793 103.261 29.9068C103.316 29.9068 103.37 29.8721 103.41 29.8522C103.641 29.7267 103.888 29.6317 104.144 29.5694C104.339 29.3127 104.585 29.0998 104.867 28.9443C105.176 28.7898 105.514 28.7051 105.859 28.6962H105.884L106.235 28.5275L106.305 28.4928C106.51 28.1581 106.803 27.8868 107.153 27.7089C107.426 27.5877 107.717 27.5139 108.015 27.4906H108.065L108.188 27.4112C108.372 27.2906 108.564 27.1844 108.763 27.0937C109.046 26.9767 109.35 26.916 109.656 26.9151C109.867 26.7292 110.106 26.5784 110.365 26.4686C110.394 26.4686 110.469 26.4091 110.523 26.3793C110.717 26.2532 110.923 26.1469 111.138 26.0618C111.427 25.96 111.733 25.9129 112.04 25.9229C112.263 25.7508 112.51 25.6137 112.774 25.516C113.094 25.4147 113.431 25.381 113.765 25.4168H113.805L114.191 25.3077L114.504 25.2233L114.662 25.1439C114.822 25.058 114.988 24.9833 115.158 24.9207H115.188C115.443 24.6969 115.742 24.528 116.065 24.4245L116.333 24.3501L116.898 24.1963C117.21 24.1235 117.533 24.1134 117.849 24.1666H117.884L118.082 24.107C118.241 24.0574 118.419 24.0078 118.618 23.9631L118.935 23.8887C119.107 23.8424 119.272 23.8027 119.431 23.7697C119.688 23.7193 119.952 23.706 120.214 23.73H120.333C120.528 23.6972 120.725 23.679 120.923 23.6754C121.202 23.404 121.556 23.2211 121.939 23.1495C122.227 23.1076 122.521 23.1159 122.806 23.1743H122.886C122.971 23.1642 123.055 23.1493 123.138 23.1296L123.669 23.0453C123.936 23.0148 124.206 23.0333 124.467 23.0999C124.737 22.9202 125.046 22.8095 125.369 22.7774C125.629 22.756 125.891 22.7711 126.147 22.822H126.266C126.341 22.8139 126.416 22.8007 126.489 22.7824C126.689 22.7425 126.891 22.7143 127.094 22.698C127.324 22.6897 127.555 22.7013 127.783 22.7327H127.956L128.224 22.703C128.419 22.6703 128.616 22.6504 128.814 22.6434H129.424H129.676C129.891 22.6422 130.104 22.6587 130.316 22.6931H130.465H130.509C130.794 22.5889 131.094 22.5335 131.396 22.5293C131.657 22.537 131.916 22.5804 132.165 22.6583H132.199C132.496 22.5486 132.81 22.4948 133.126 22.4996C133.49 22.5289 133.841 22.6427 134.152 22.832C134.326 22.832 134.475 22.8865 134.599 22.9113L134.777 22.9461H134.866C135.112 22.8916 135.364 22.8699 135.615 22.8816H135.699C135.982 22.8159 136.273 22.7958 136.562 22.822C136.787 22.8506 137.01 22.9004 137.226 22.9709L137.409 23.0205C137.721 23.064 138.022 23.165 138.296 23.3182L138.346 23.3479C138.51 23.3479 138.653 23.4075 138.787 23.4372H138.852C139.21 23.2804 139.604 23.2255 139.992 23.2785C140.087 23.2968 140.183 23.31 140.279 23.3182C140.472 23.3311 140.664 23.3543 140.854 23.3876C141.119 23.4429 141.375 23.5365 141.613 23.6655L141.697 23.7052H141.821C142.062 23.703 142.303 23.7263 142.539 23.7746C142.824 23.8445 143.095 23.9601 143.342 24.1169L143.417 24.1616C143.611 24.2152 143.8 24.2849 143.982 24.37L144.131 24.4345H144.245C144.505 24.433 144.765 24.463 145.018 24.5238L145.791 24.747H145.851C145.945 24.7768 146.044 24.7966 146.138 24.8165C146.232 24.8363 146.49 24.8909 146.688 24.9504L146.951 25.0149C147.146 25.0506 147.338 25.0986 147.526 25.1588C147.839 25.2613 148.127 25.4305 148.369 25.6549C148.615 25.6768 148.858 25.7285 149.092 25.8087C149.347 25.9048 149.586 26.0386 149.801 26.2057C150.117 26.1957 150.432 26.2462 150.728 26.3545C150.822 26.3942 150.917 26.4239 151.011 26.4537C151.105 26.4835 151.353 26.5579 151.541 26.6373L152.067 26.8655L152.334 26.9846C152.564 27.0909 152.78 27.2241 152.979 27.3815L153.093 27.4609C153.313 27.5708 153.52 27.7039 153.712 27.8578L153.816 27.9421C153.97 28.0116 154.119 28.0909 154.267 28.1703L154.421 28.2497C154.775 28.2444 155.124 28.3226 155.442 28.4779L155.69 28.5821C155.875 28.6509 156.055 28.7304 156.23 28.8203C156.441 28.9363 156.639 29.0744 156.82 29.232L156.939 29.3313L157.232 29.4851C157.39 29.5645 157.549 29.6438 157.702 29.7331C157.962 29.8896 158.192 30.0912 158.382 30.3285L158.426 30.3781L158.808 30.6361L159.061 30.8097L159.328 30.9685L159.646 31.162C160.008 31.191 160.358 31.3067 160.667 31.4994C160.909 31.6664 161.122 31.8726 161.296 32.1096H161.326C161.59 32.1924 161.84 32.3127 162.069 32.4668C162.287 32.6253 162.48 32.8141 162.644 33.0274V33.0572C162.932 33.1427 163.203 33.2751 163.447 33.4492C163.684 33.6247 163.895 33.8335 164.072 34.0693C164.102 34.104 164.127 34.1388 164.161 34.1735C164.344 34.3205 164.51 34.4868 164.657 34.6696C164.692 34.7093 164.721 34.754 164.746 34.7788C164.771 34.8036 164.87 34.8631 164.954 34.9177C165.091 35.0002 165.223 35.0896 165.351 35.1856H165.386C165.704 35.2778 166.001 35.433 166.258 35.642C166.46 35.8178 166.635 36.0217 166.778 36.2473L166.833 36.3267L166.952 36.4011C167.161 36.5147 167.356 36.6529 167.532 36.8129C167.582 36.8576 167.661 36.9171 167.745 36.9816C167.906 37.0984 168.06 37.2242 168.206 37.3587C168.493 37.6449 168.689 38.0088 168.771 38.4055L168.959 38.599L168.989 38.6337C169.38 38.7153 169.739 38.9103 170.02 39.1943C170.269 39.4625 170.441 39.7935 170.516 40.1519C170.705 40.2832 170.88 40.4346 171.036 40.6033C171.17 40.7472 171.284 40.8961 171.383 41.0201C171.483 41.1441 171.517 41.1888 171.587 41.2682C171.736 41.4433 171.867 41.6327 171.978 41.8337L172.067 41.9727C172.1 42.0019 172.135 42.0284 172.172 42.052C172.337 42.1735 172.491 42.3097 172.633 42.4589H172.672C172.968 42.604 173.23 42.8103 173.44 43.0642C173.648 43.3295 173.783 43.644 173.832 43.977C174.045 44.1095 174.235 44.2773 174.392 44.4732C174.425 44.5071 174.459 44.5386 174.496 44.5674C174.681 44.7283 174.848 44.9097 174.992 45.1082C175.22 45.4403 175.348 45.8315 175.359 46.2344L175.498 46.4577L175.557 46.5519C175.925 46.7111 176.24 46.9728 176.464 47.3061C176.631 47.5735 176.747 47.8696 176.806 48.1793V48.214C176.831 48.2537 176.866 48.2934 176.9 48.338C177.034 48.4946 177.157 48.6604 177.267 48.8341C177.41 49.0777 177.514 49.3423 177.575 49.618V49.6577L177.609 49.6925C177.802 49.8789 177.969 50.0908 178.105 50.3225C178.222 50.54 178.315 50.7696 178.382 51.0072C178.382 51.0568 178.407 51.1064 178.417 51.1312C178.458 51.1996 178.503 51.2659 178.551 51.3297C178.668 51.4887 178.775 51.6544 178.873 51.8258C178.873 51.8605 178.928 51.8903 178.953 51.9201C179.133 52.1101 179.286 52.3237 179.409 52.5551C179.552 52.8567 179.633 53.184 179.646 53.5176V53.5474L179.696 53.6466C179.756 53.7756 179.82 53.8996 179.884 54.0336C180.179 54.2516 180.417 54.5375 180.578 54.8671C180.692 55.1286 180.762 55.4067 180.787 55.6907C180.787 55.6907 180.787 55.7304 180.787 55.7502L180.836 55.8197C180.988 56.021 181.116 56.2391 181.218 56.4696C181.291 56.6478 181.354 56.83 181.406 57.0153C181.429 57.1078 181.457 57.1989 181.49 57.2882C181.53 57.3874 181.57 57.4867 181.614 57.5859C181.659 57.6851 181.748 57.9183 181.813 58.082C181.91 58.3561 181.962 58.6444 181.966 58.9354V58.9949L182.031 59.109C182.147 59.3061 182.245 59.5138 182.323 59.7292C182.398 59.9475 182.467 60.1658 182.536 60.3841L182.581 60.5279C182.581 60.5676 182.626 60.6073 182.65 60.647C182.786 60.8606 182.895 61.0907 182.973 61.3317C183.022 61.5037 183.067 61.669 183.106 61.8278C183.106 61.932 183.156 62.0411 183.186 62.1453C183.256 62.4004 183.286 62.6649 183.275 62.9292C183.491 63.177 183.649 63.4704 183.736 63.7875C183.761 63.8867 183.79 63.986 183.815 64.0901C183.865 64.2688 183.909 64.4424 183.954 64.621C184.012 64.8999 184.028 65.1857 184.004 65.4694C184.001 65.4975 184.001 65.5257 184.004 65.5537C184.004 65.6381 184.043 65.7175 184.068 65.8018C184.093 65.8861 184.167 66.1392 184.207 66.3376C184.226 66.4202 184.251 66.5014 184.281 66.5807C184.345 66.7744 184.398 66.9715 184.44 67.1711C184.479 67.3745 184.514 67.5779 184.549 67.7863L184.588 68.0195C184.634 68.3361 184.614 68.6587 184.529 68.9671C184.654 69.212 184.741 69.4747 184.787 69.746C184.802 69.8746 184.802 70.0045 184.787 70.133C184.787 70.2322 184.787 70.3364 184.757 70.4357C184.727 70.5349 184.732 70.7978 184.702 71.0012C184.653 71.2999 184.536 71.5833 184.36 71.8298C184.434 72.1151 184.446 72.4128 184.395 72.703C184.329 73.0069 184.208 73.2961 184.038 73.5563L184.009 73.6109C183.967 73.7792 183.916 73.9448 183.855 74.107V74.1368C183.975 74.4915 183.997 74.8719 183.919 75.2382C183.895 75.3473 183.875 75.4515 183.855 75.5607C183.835 75.6698 183.785 75.9129 183.741 76.0866C183.633 76.4696 183.418 76.8137 183.121 77.0788L183.032 77.3418C183.032 77.3964 182.997 77.446 182.982 77.4956C183.052 77.8461 183.038 78.208 182.943 78.5523C182.876 78.7563 182.795 78.9552 182.7 79.1477C182.665 79.2221 182.621 79.3114 182.606 79.3511C182.543 79.5391 182.468 79.723 182.383 79.9018C182.358 79.9663 182.328 80.0209 182.308 80.0705V80.1251C182.319 80.4313 182.276 80.7371 182.179 81.028C182.12 81.1967 182.051 81.3604 181.981 81.5242C181.912 81.6879 181.892 81.7276 181.852 81.8318C181.773 82.0401 181.694 82.2485 181.609 82.4569L181.54 82.6305C181.476 82.7992 181.396 82.9629 181.322 83.1267C181.248 83.2904 181.228 83.3202 181.188 83.4194C181.148 83.5186 181.148 83.5533 181.129 83.6278C181.079 83.8394 181.013 84.0467 180.93 84.2479C180.812 84.5027 180.657 84.7385 180.469 84.9475L180.41 85.0219C180.332 85.1922 180.244 85.3578 180.147 85.518C180.1 85.5918 180.057 85.668 180.018 85.7462C179.995 85.8042 179.977 85.8639 179.964 85.9248C179.907 86.1454 179.829 86.3598 179.731 86.5648C179.638 86.7484 179.534 86.9258 179.418 87.0957L179.309 87.2693C179.307 87.2991 179.307 87.3289 179.309 87.3587C179.262 87.6327 179.175 87.8985 179.052 88.1475C178.908 88.4083 178.711 88.635 178.472 88.8123C178.45 89.1086 178.364 89.3964 178.219 89.6557C178.093 89.8687 177.943 90.0668 177.773 90.2461L177.733 90.2908C177.689 90.6094 177.583 90.9163 177.421 91.1937C177.306 91.3683 177.178 91.5342 177.039 91.6899C176.99 91.745 176.943 91.803 176.9 91.8635C176.791 92.0372 176.677 92.186 176.578 92.32C176.479 92.4539 176.454 92.4837 176.4 92.573C176.255 92.7867 176.076 92.9746 175.869 93.1287C175.837 93.4653 175.719 93.788 175.527 94.0663C175.294 94.382 174.978 94.6274 174.615 94.7758L174.397 95.0239L174.367 95.0636C174.338 95.4524 174.201 95.8253 173.971 96.1402C173.769 96.3878 173.521 96.5949 173.242 96.7504L173.198 96.7752C173.093 96.8966 172.982 97.0126 172.866 97.1225C172.791 97.1969 172.722 97.2664 172.682 97.316C172.642 97.3656 172.618 97.4202 172.583 97.4748C172.473 97.6727 172.345 97.8604 172.201 98.0354C172.062 98.1991 171.924 98.3579 171.78 98.5315L171.631 98.7002C171.507 98.8441 171.373 98.988 171.245 99.1269L171.051 99.3352C170.891 99.5056 170.715 99.6601 170.526 99.7966L170.392 99.8959C170.252 100.045 170.102 100.182 169.941 100.308C169.864 100.681 169.683 101.024 169.42 101.3C169.16 101.544 168.849 101.725 168.508 101.831C168.381 101.938 168.247 102.038 168.107 102.128C168.052 102.168 167.973 102.218 167.953 102.238C167.824 102.362 167.686 102.476 167.552 102.59C167.418 102.704 167.383 102.729 167.309 102.798C167.268 102.842 167.23 102.888 167.195 102.937C167.058 103.118 166.904 103.284 166.734 103.433C166.66 103.498 166.59 103.572 166.521 103.642C166.451 103.711 166.273 103.9 166.114 104.034C165.957 104.164 165.792 104.283 165.619 104.391C165.534 104.45 165.455 104.5 165.415 104.535L165.168 104.753L164.915 104.971C164.779 105.318 164.555 105.624 164.265 105.859C164.127 105.968 163.983 106.068 163.839 106.172L163.566 106.365C163.408 106.484 163.249 106.589 163.115 106.673L162.848 106.852C162.773 106.906 162.704 106.971 162.635 107.03C162.49 107.162 162.338 107.284 162.179 107.397C162.004 107.518 161.82 107.624 161.628 107.715L161.425 107.824L161.197 107.983L160.701 108.31C160.446 108.473 160.159 108.582 159.859 108.628C159.689 108.86 159.477 109.058 159.234 109.213C158.938 109.251 158.652 109.351 158.396 109.505C158.14 109.66 157.919 109.866 157.747 110.111C157.515 110.237 157.266 110.33 157.009 110.389C156.819 110.656 156.572 110.877 156.285 111.034C155.993 111.184 155.671 111.267 155.343 111.277C155.15 111.457 154.933 111.608 154.699 111.729L153.925 112.101C153.68 112.213 153.416 112.277 153.147 112.289C152.951 112.556 152.69 112.768 152.389 112.904C152.205 112.984 152.032 113.043 151.893 113.098L151.601 113.207C151.337 113.314 151.053 113.363 150.768 113.351C150.562 113.588 150.302 113.772 150.009 113.887L149.514 114.06C149.405 114.095 149.301 114.13 149.201 114.17L148.537 114.398L148.384 114.452C148.096 114.546 147.79 114.57 147.491 114.522C147.281 114.733 147.023 114.89 146.738 114.978C146.356 115.088 145.95 115.088 145.568 114.978L145.236 115.102L145.092 115.132C144.828 115.367 144.512 115.537 144.17 115.628C144.106 115.628 144.017 115.678 143.917 115.712C143.732 115.785 143.541 115.845 143.347 115.891L143.119 115.97C142.925 116.046 142.727 116.109 142.525 116.159C142.228 116.228 141.919 116.228 141.622 116.159C141.389 116.337 141.117 116.459 140.829 116.516C140.512 116.57 140.187 116.551 139.878 116.462C139.642 116.598 139.383 116.69 139.114 116.735C138.894 116.765 138.672 116.779 138.45 116.774H138.247C138.038 116.801 137.828 116.813 137.617 116.809C137.54 116.801 137.462 116.801 137.384 116.809C137.191 116.809 137.008 116.839 136.844 116.849H136.7C136.405 117.052 136.065 117.182 135.709 117.226L135.06 117.275H134.851C134.643 117.288 134.435 117.288 134.227 117.275H133.984C133.781 117.275 133.597 117.275 133.434 117.275C133.335 117.27 133.235 117.27 133.136 117.275C133.084 117.282 133.033 117.294 132.983 117.31C132.748 117.373 132.507 117.411 132.264 117.424H132.204C131.897 117.429 131.592 117.378 131.302 117.275ZM133.478 114.542C133.592 114.542 133.701 114.542 133.815 114.542C134.007 114.529 134.199 114.529 134.39 114.542C134.473 114.546 134.556 114.546 134.638 114.542H134.856L135.263 114.507C135.56 114.307 135.899 114.178 136.254 114.13L136.75 114.095C136.864 114.095 136.978 114.095 137.092 114.095C137.286 114.076 137.482 114.067 137.677 114.07H137.91C138.117 114.045 138.326 114.035 138.534 114.041H138.648C138.909 113.876 139.198 113.762 139.501 113.703C139.77 113.659 140.044 113.669 140.309 113.733C140.541 113.553 140.81 113.427 141.097 113.366C141.457 113.297 141.829 113.328 142.173 113.455H142.202C142.381 113.386 142.563 113.326 142.748 113.276C142.812 113.276 142.911 113.227 143.015 113.192C143.119 113.157 143.224 113.113 143.342 113.078C143.6 112.836 143.911 112.658 144.25 112.557C144.403 112.512 144.562 112.478 144.72 112.448L145.043 112.374C145.305 112.297 145.581 112.28 145.851 112.324C146.057 112.113 146.31 111.955 146.589 111.863C146.97 111.745 147.378 111.745 147.759 111.863L148.255 111.684L148.631 111.555L148.795 111.5C149.018 111.195 149.32 110.955 149.667 110.806C149.99 110.67 150.34 110.612 150.689 110.637L150.931 110.548L151.011 110.523C151.212 110.193 151.505 109.929 151.853 109.764C152.174 109.629 152.522 109.568 152.87 109.585L153.405 109.327L153.494 109.253C153.68 109.079 153.888 108.933 154.114 108.816C154.395 108.803 154.67 108.726 154.918 108.592C155.166 108.458 155.381 108.27 155.546 108.042C155.76 107.927 155.989 107.84 156.225 107.784C156.402 107.518 156.633 107.293 156.904 107.124C157.155 106.982 157.431 106.891 157.717 106.857C157.877 106.634 158.077 106.444 158.307 106.296C158.599 106.123 158.923 106.013 159.259 105.973L159.561 105.765L159.799 105.601C159.959 105.494 160.124 105.397 160.295 105.309C160.365 105.277 160.433 105.24 160.498 105.199C160.558 105.16 160.637 105.085 160.726 105.011C160.815 104.937 160.974 104.793 161.133 104.679C161.291 104.564 161.39 104.5 161.524 104.416C161.658 104.331 161.723 104.292 161.812 104.222L162.159 103.969L162.322 103.855C162.457 103.527 162.669 103.238 162.942 103.012C163.041 102.932 163.135 102.848 163.229 102.759C163.324 102.669 163.443 102.565 163.557 102.471C163.701 102.355 163.851 102.247 164.008 102.148L164.221 101.999L164.449 101.776C164.568 101.657 164.682 101.538 164.801 101.434C164.842 101.39 164.88 101.344 164.915 101.295C165.044 101.118 165.188 100.952 165.346 100.799L165.683 100.511L165.966 100.268C166.118 100.123 166.284 99.9933 166.461 99.881C166.516 99.8413 166.595 99.7917 166.615 99.7718C166.798 99.5972 167.011 99.4576 167.244 99.36C167.328 99.0574 167.485 98.7797 167.7 98.5514C167.832 98.4181 167.971 98.2922 168.117 98.1743C168.186 98.1251 168.25 98.0704 168.31 98.0106C168.461 97.8511 168.627 97.7065 168.806 97.5789L168.94 97.4797L169.143 97.2565L169.49 96.8744L169.639 96.7057L170.025 96.2642C170.025 96.2642 170.09 96.16 170.124 96.1005C170.23 95.9163 170.349 95.7404 170.481 95.5746C170.596 95.4358 170.719 95.3033 170.848 95.1777C170.916 95.1155 170.981 95.0492 171.041 94.9792C171.19 94.7864 171.37 94.6189 171.572 94.4831C171.615 94.1589 171.738 93.8504 171.929 93.5851C172.048 93.4313 172.162 93.2973 172.261 93.1832C172.329 93.1122 172.394 93.0377 172.454 92.96C172.624 92.7319 172.84 92.5425 173.089 92.4043C173.133 92.1261 173.236 91.8606 173.391 91.6254C173.566 91.3781 173.784 91.1646 174.035 90.9953L174.075 90.9606L174.288 90.6678C174.358 90.5785 174.427 90.4843 174.491 90.385C174.599 90.2199 174.719 90.0624 174.848 89.9137C174.874 89.8784 174.902 89.8453 174.933 89.8145C174.976 89.5057 175.077 89.2078 175.23 88.9363C175.351 88.7361 175.494 88.5497 175.656 88.3807C175.663 88.0581 175.747 87.7418 175.901 87.458C176.054 87.1741 176.273 86.9309 176.539 86.7484C176.582 86.5075 176.659 86.2738 176.767 86.0538C176.854 85.8826 176.951 85.7169 177.059 85.5577C177.114 85.4734 177.168 85.389 177.193 85.3394C177.218 85.2898 177.228 85.2253 177.247 85.1608C177.299 84.9543 177.37 84.7532 177.461 84.5605C177.537 84.3894 177.625 84.2237 177.723 84.0644C177.778 83.9701 177.832 83.8857 177.857 83.8262C177.973 83.5852 178.121 83.3615 178.298 83.1614L178.348 83.1019C178.348 83.0522 178.382 82.9877 178.392 82.9381C178.441 82.7409 178.502 82.547 178.576 82.3577C178.635 82.2188 178.7 82.0798 178.764 81.9409C178.829 81.802 178.868 81.7226 178.913 81.6085L178.982 81.4299C179.062 81.2364 179.136 81.0429 179.21 80.8494C179.285 80.6559 179.324 80.5716 179.384 80.4327L179.488 80.1797V80.13C179.477 79.8327 179.517 79.5357 179.607 79.2519C179.666 79.0831 179.734 78.9175 179.81 78.7558C179.853 78.6726 179.889 78.5864 179.919 78.4978C179.984 78.3091 180.062 78.1251 180.152 77.9471L180.182 77.8776C180.123 77.5479 180.136 77.2093 180.221 76.8853C180.261 76.7415 180.311 76.6026 180.355 76.4636C180.4 76.3247 180.435 76.2305 180.469 76.1064C180.577 75.7459 180.781 75.4216 181.059 75.1687C181.065 75.1253 181.073 75.0822 181.084 75.0397C181.084 74.9752 181.084 74.9108 181.119 74.8463C180.994 74.4894 180.967 74.1059 181.039 73.7349C181.082 73.5442 181.138 73.3569 181.208 73.1743C181.238 73.09 181.272 72.9957 181.282 72.951C181.335 72.7 181.43 72.46 181.565 72.2416C181.48 71.9466 181.462 71.6366 181.51 71.3337C181.577 70.9887 181.727 70.6652 181.946 70.391C181.946 70.3464 181.946 70.2967 181.946 70.2521C181.946 70.2074 181.946 70.1677 181.946 70.1231C181.819 69.8801 181.728 69.6192 181.679 69.3491C181.64 69.0154 181.672 68.6773 181.773 68.3569V68.2775C181.743 68.0939 181.709 67.9054 181.674 67.7169C181.655 67.6325 181.63 67.5496 181.599 67.4688C181.555 67.32 181.495 67.1364 181.451 66.928C181.451 66.8189 181.396 66.7147 181.367 66.6055C181.337 66.4964 181.277 66.293 181.243 66.1094C181.189 65.8417 181.174 65.5677 181.198 65.2957C181.2 65.2677 181.2 65.2395 181.198 65.2114C181.168 65.0775 181.134 64.9485 181.099 64.8195L181.054 64.6607C180.825 64.3999 180.655 64.0916 180.559 63.7577C180.493 63.4902 180.467 63.2142 180.484 62.9391V62.8548C180.449 62.7308 180.42 62.6018 180.39 62.4777C180.36 62.3537 180.34 62.2594 180.306 62.1552C180.288 62.1152 180.266 62.077 180.241 62.0411C180.115 61.8367 180.012 61.6187 179.934 61.3912L179.879 61.2225C179.815 61.0191 179.746 60.8157 179.681 60.6172C179.681 60.5875 179.627 60.5081 179.592 60.4535C179.485 60.2681 179.394 60.0739 179.319 59.873C179.229 59.6077 179.18 59.3298 179.176 59.0495C179.178 59.0247 179.178 58.9998 179.176 58.9751C179.131 58.856 179.081 58.7369 179.032 58.6178C178.982 58.4988 178.943 58.3995 178.903 58.2904C178.829 58.1068 178.779 57.9381 178.734 57.7943C178.69 57.6504 178.675 57.6008 178.65 57.5363C178.625 57.4718 178.601 57.4619 178.576 57.4271C178.429 57.2348 178.305 57.0268 178.204 56.807C178.111 56.5817 178.049 56.3446 178.021 56.1025C177.772 55.9041 177.571 55.6533 177.431 55.3682C177.351 55.1945 177.267 55.0259 177.183 54.8721L177.074 54.6488C176.947 54.3686 176.874 54.0676 176.856 53.7607C176.686 53.5767 176.538 53.3735 176.415 53.1554C176.375 53.0842 176.331 53.0162 176.281 52.952C176.165 52.7933 176.059 52.6277 175.964 52.4559C175.854 52.2478 175.767 52.0281 175.706 51.801L175.676 51.7067L175.622 51.6522C175.431 51.4743 175.265 51.2725 175.126 51.0518C174.993 50.8155 174.895 50.5617 174.833 50.2977C174.836 50.273 174.836 50.2481 174.833 50.2233C174.797 50.1711 174.757 50.1214 174.714 50.0745C174.593 49.9266 174.478 49.7726 174.372 49.6131C174.243 49.4051 174.149 49.1771 174.095 48.9383C173.811 48.7888 173.568 48.5726 173.386 48.3083L173.158 47.9659C173.089 47.8518 173.014 47.7377 172.94 47.6286C172.739 47.3345 172.621 46.9918 172.598 46.6363C172.471 46.5291 172.353 46.4112 172.246 46.284H172.206C171.938 46.1294 171.701 45.9258 171.507 45.6837C171.313 45.4297 171.186 45.1313 171.136 44.8155C170.929 44.6958 170.744 44.5414 170.59 44.3591L170.481 44.2747C170.287 44.1307 170.111 43.9641 169.956 43.7786C169.816 43.6114 169.692 43.4321 169.584 43.2428C169.554 43.1882 169.51 43.1138 169.495 43.0939C169.391 42.9798 169.297 42.8558 169.197 42.7317C169.098 42.6077 169.054 42.5482 168.989 42.4738L168.85 42.3696C168.67 42.2429 168.503 42.0965 168.355 41.933C168.17 41.7369 168.03 41.5034 167.943 41.2483C167.661 41.1583 167.403 41.0038 167.19 40.7968L166.942 40.5438C166.84 40.4347 166.731 40.3255 166.615 40.2164C166.346 39.9438 166.162 39.5992 166.085 39.2241L166.055 39.1993C165.913 39.0981 165.777 38.9887 165.648 38.8719L165.505 38.7825C165.309 38.6723 165.124 38.5427 164.954 38.3956C164.764 38.2248 164.598 38.0296 164.459 37.8151C164.164 37.7286 163.89 37.5854 163.651 37.3934C163.582 37.3419 163.511 37.2938 163.438 37.2495C163.278 37.1531 163.124 37.047 162.977 36.932C162.795 36.7844 162.628 36.6181 162.481 36.4359L162.397 36.3317C162.213 36.1858 162.047 36.0193 161.901 35.8355L161.866 35.7909C161.586 35.7121 161.321 35.5863 161.083 35.4188C160.877 35.2644 160.694 35.0825 160.538 34.878L160.503 34.8383H160.463C160.209 34.7607 159.967 34.6471 159.745 34.5009C159.541 34.3633 159.359 34.1961 159.204 34.0048C158.897 33.9657 158.602 33.8626 158.337 33.7022C158.203 33.6129 158.064 33.5335 157.931 33.4492L157.628 33.2408C157.494 33.1564 157.36 33.0671 157.232 32.9729L156.954 32.7843C156.703 32.6317 156.481 32.4351 156.3 32.2039C156.285 32.1919 156.272 32.1786 156.26 32.1642L155.992 32.0203C155.87 31.9608 155.746 31.8963 155.621 31.8268C155.424 31.7152 155.24 31.5839 155.07 31.4349L154.951 31.3406C154.897 31.3108 154.798 31.2711 154.699 31.2315L154.357 31.0925C154.014 31.0921 153.676 31.0177 153.365 30.8742C153.246 30.8197 153.132 30.7601 153.018 30.7006L152.637 30.5071C152.42 30.4009 152.217 30.2693 152.032 30.1152L151.923 30.0358C151.715 29.9335 151.519 29.8088 151.338 29.6637L151.229 29.5843L150.971 29.4751L150.505 29.2717C150.406 29.2317 150.305 29.1969 150.203 29.1675L149.856 29.0534H149.821C149.504 29.0672 149.188 29.02 148.889 28.9145C148.648 28.8179 148.422 28.6894 148.215 28.5325L148.156 28.4878H148.056C147.822 28.4671 147.591 28.4188 147.367 28.344C147.054 28.2303 146.77 28.0491 146.535 27.8131H146.396C146.242 27.7784 146.064 27.7437 145.87 27.6841C145.791 27.6593 145.682 27.6345 145.563 27.6097C145.444 27.5849 145.236 27.5402 145.067 27.4906H145.008L144.319 27.2922C144.281 27.2897 144.243 27.2897 144.205 27.2922C143.955 27.2932 143.705 27.2649 143.461 27.2078C143.255 27.1533 143.055 27.0802 142.862 26.9895C142.805 26.9629 142.747 26.9397 142.688 26.9201C142.417 26.8452 142.158 26.7315 141.92 26.5827H141.885H141.766C141.537 26.5842 141.307 26.5626 141.082 26.5182C140.832 26.464 140.59 26.3755 140.363 26.2553L140.269 26.2057H140.011H139.769C139.414 26.3674 139.021 26.4275 138.633 26.3793C138.47 26.3793 138.311 26.3198 138.138 26.2801C137.964 26.2404 137.925 26.2305 137.816 26.2156C137.518 26.1665 137.231 26.0657 136.968 25.9179L136.918 25.8881C136.751 25.8584 136.585 25.8186 136.423 25.7691L136.294 25.7294H136.244C135.991 25.7905 135.731 25.8155 135.471 25.8038H135.372C135.113 25.8592 134.848 25.8792 134.584 25.8633C134.387 25.8472 134.191 25.8157 133.999 25.7691C133.925 25.752 133.851 25.7387 133.776 25.7294C133.477 25.7033 133.187 25.6172 132.923 25.4763C132.674 25.5586 132.412 25.5989 132.15 25.5954C131.901 25.5823 131.655 25.539 131.416 25.4664H131.382C131.108 25.573 130.818 25.6302 130.524 25.6351C130.323 25.6338 130.123 25.6172 129.924 25.5855C129.852 25.5717 129.779 25.5635 129.706 25.5607H129.439H128.888C128.794 25.5652 128.699 25.5751 128.606 25.5905C128.429 25.6204 128.25 25.6403 128.07 25.65C127.855 25.6555 127.64 25.6439 127.426 25.6153H127.253L126.995 25.6549C126.811 25.6924 126.626 25.7205 126.44 25.7393C126.208 25.7511 125.975 25.7378 125.746 25.6996C125.472 25.8818 125.16 25.9989 124.834 26.0419C124.529 26.0673 124.222 26.0388 123.926 25.9576H123.892C123.798 25.9576 123.708 25.9874 123.619 26.0022L123.193 26.0717C122.972 26.1015 122.749 26.1015 122.529 26.0717C122.268 26.2998 121.952 26.454 121.612 26.5182C121.415 26.5508 121.216 26.569 121.017 26.5728H120.794C120.547 26.6168 120.295 26.6285 120.045 26.6075H119.956L119.56 26.7018L119.198 26.7861C119.089 26.7861 118.98 26.8457 118.871 26.8754C118.761 26.9052 118.563 26.9697 118.41 27.0044C118.107 27.0734 117.794 27.0819 117.488 27.0292H117.448L117.061 27.1384L116.913 27.1781C116.668 27.3888 116.383 27.5475 116.075 27.6444L115.916 27.7238C115.724 27.8269 115.523 27.9132 115.316 27.9818L114.89 28.1009L114.528 28.2051C114.244 28.2888 113.947 28.3207 113.651 28.2993C113.44 28.4542 113.21 28.581 112.967 28.6764C112.68 28.773 112.377 28.8167 112.075 28.8054L111.995 28.855C111.837 28.9565 111.671 29.0461 111.5 29.1229L111.44 29.1775C111.228 29.3596 110.991 29.51 110.736 29.624C110.447 29.7374 110.14 29.7946 109.829 29.7927L109.73 29.8572C109.561 29.9703 109.383 30.0714 109.2 30.1598C108.985 30.2526 108.758 30.3144 108.526 30.3434C108.337 30.6168 108.083 30.8386 107.787 30.9883L107.465 31.1471L107.053 31.3456C106.799 31.4714 106.523 31.5472 106.24 31.5688C106.063 31.7815 105.85 31.9612 105.611 32.0997C105.389 32.2185 105.152 32.3085 104.907 32.3676C104.868 32.3746 104.83 32.3845 104.793 32.3974C104.605 32.4958 104.41 32.5788 104.208 32.6454C104.003 32.8964 103.746 33.0995 103.455 33.2408C103.258 33.3539 103.053 33.4502 102.84 33.5285C102.794 33.5409 102.749 33.5575 102.706 33.5781C102.651 33.6182 102.598 33.6612 102.548 33.7071C102.394 33.85 102.228 33.9795 102.052 34.0941C101.742 34.2892 101.387 34.4019 101.021 34.4216L100.813 34.5506L100.674 34.6399C100.521 34.9576 100.295 35.2346 100.015 35.4486C99.8306 35.5818 99.6329 35.6949 99.4248 35.7859L99.2959 35.8455C99.0737 36.0083 98.8257 36.1324 98.5623 36.2126C98.4184 36.4598 98.2321 36.6798 98.0121 36.8625C97.8882 36.9618 97.7593 37.056 97.6304 37.1453C97.5355 37.2075 97.4444 37.2754 97.3578 37.3487C97.1757 37.4934 96.9798 37.6198 96.7729 37.7258H96.7233C96.5905 38.0034 96.4053 38.2527 96.178 38.4601L95.5733 39.0058C95.3568 39.1994 95.1017 39.3449 94.8248 39.4325C94.7184 39.6866 94.5635 39.9174 94.3688 40.1122C94.1979 40.2706 94.012 40.4118 93.8136 40.5339L93.6847 40.6827L93.3278 41.0499L93.1296 41.2582C93.072 41.3222 93.019 41.3902 92.971 41.4617C92.8768 41.5857 92.7578 41.7395 92.6141 41.8982C92.4018 42.107 92.1532 42.2752 91.8804 42.3944C91.8831 42.4075 91.8831 42.421 91.8804 42.4341C91.7821 42.6275 91.6642 42.8104 91.5285 42.9798L91.4889 43.0592C91.3854 43.3132 91.2451 43.5506 91.0725 43.7637C91.0229 43.8232 90.9634 43.9076 90.899 44.0018C90.8346 44.0961 90.7106 44.2747 90.5867 44.4235C90.393 44.6534 90.1487 44.8351 89.8729 44.9544C89.8048 45.2114 89.6869 45.4524 89.5259 45.6639C89.4962 45.7036 89.4466 45.7879 89.3971 45.8722C89.305 46.0449 89.2007 46.2107 89.0848 46.3684C88.9906 46.4974 88.8865 46.6214 88.7824 46.7454C88.6783 46.8695 88.6387 46.9141 88.5693 47.0034L88.3958 47.2763C88.3115 47.4152 88.2273 47.5541 88.1331 47.693C87.9714 47.9149 87.7655 48.1007 87.5283 48.2388C87.4966 48.5294 87.3964 48.8082 87.2359 49.0524C87.0813 49.2787 86.8942 49.481 86.6807 49.6528L86.6163 49.7073C86.5171 49.8562 86.413 49.9852 86.3288 50.0943C86.2445 50.2035 86.1999 50.258 86.1702 50.3077L85.957 50.645C85.8777 50.7641 85.8034 50.8782 85.734 51.0022C85.6646 51.1263 85.5852 51.2453 85.5059 51.3644C85.4266 51.4835 85.3671 51.5827 85.3027 51.6968C85.2655 51.7693 85.2324 51.8438 85.2036 51.9201C85.1345 52.0999 85.0551 52.2754 84.9656 52.446L84.8318 52.6841C84.7624 52.8032 84.698 52.9272 84.6286 53.0513V53.086C84.6092 53.3981 84.5283 53.7033 84.3906 53.984C84.3088 54.1446 84.2178 54.3003 84.118 54.4503C84.0658 54.527 84.0178 54.6065 83.9743 54.6885C83.8634 54.9046 83.7287 55.1076 83.5728 55.2938L83.4935 55.393C83.3993 55.5914 83.3101 55.7949 83.2159 55.9933L83.1663 56.1124C83.0574 56.34 82.9209 56.5533 82.7598 56.7474C82.7569 57.0389 82.7032 57.3277 82.6012 57.6008C82.5889 57.6465 82.579 57.6929 82.5715 57.7397C82.539 57.9736 82.4808 58.2032 82.398 58.4243C82.3299 58.594 82.2521 58.7597 82.165 58.9205C82.1213 58.9978 82.0816 59.0773 82.0461 59.1586C81.9367 59.4305 81.7826 59.682 81.59 59.9028L81.5553 59.9475C81.5305 60.0219 81.5107 60.0963 81.4909 60.1757C81.4512 60.3344 81.4066 60.4882 81.3521 60.6718C81.2695 60.8975 81.1631 61.1137 81.0349 61.3168C81.0101 61.3565 80.9853 61.3912 80.9655 61.4309C80.9208 61.5648 80.8762 61.6938 80.8267 61.8228L80.7622 62.0014C80.8463 62.3453 80.8463 62.7044 80.7622 63.0483C80.6852 63.2927 80.5769 63.5262 80.44 63.7429L80.3905 63.8322C80.3905 63.8867 80.3905 63.9612 80.3607 64.0405C80.3375 64.229 80.3044 64.4162 80.2616 64.6012C80.2484 64.6666 80.2401 64.7329 80.2368 64.7996C80.2245 65.0068 80.1947 65.2127 80.1476 65.4148C80.0824 65.6775 79.977 65.9285 79.8353 66.159C79.8202 66.1828 79.8069 66.2076 79.7956 66.2334C79.7776 66.3203 79.7643 66.4081 79.756 66.4964C79.756 66.6601 79.7114 66.8189 79.6767 66.9925C79.6314 67.1912 79.5735 67.3867 79.5032 67.5779C79.4878 67.6152 79.4745 67.6533 79.4635 67.6921C79.5292 67.9903 79.5393 68.2981 79.4933 68.6C79.4635 68.7687 79.4388 68.9373 79.414 69.0961L79.3198 69.7063C79.3198 69.8056 79.2851 69.8998 79.2702 69.9941C79.3 70.1926 79.3297 70.3811 79.3594 70.5845C79.3981 70.8543 79.3981 71.1283 79.3594 71.3982C79.3594 71.3982 79.3594 71.4279 79.3594 71.4428L79.3892 71.5123C79.492 71.7306 79.5686 71.9605 79.6172 72.1969C79.6562 72.4667 79.6562 72.7408 79.6172 73.0106C79.6199 73.0386 79.6199 73.0669 79.6172 73.0949C79.6519 73.2438 79.6866 73.3926 79.7163 73.5414L79.751 73.6903C79.9487 73.9489 80.0935 74.2439 80.1773 74.5585C80.2477 74.8721 80.2477 75.1975 80.1773 75.5111C80.3002 75.7182 80.3968 75.9399 80.4648 76.1709C80.5372 76.4729 80.554 76.7857 80.5144 77.0937C80.5295 77.1175 80.5428 77.1423 80.554 77.1681C80.6445 77.3375 80.7224 77.5132 80.787 77.694L80.8316 77.7585C80.9997 77.9839 81.1333 78.2331 81.2282 78.4978C81.3058 78.7598 81.3344 79.034 81.3124 79.3065C81.5172 79.5142 81.6759 79.7626 81.7784 80.0358C81.8131 80.14 81.8478 80.2392 81.8874 80.3434C81.9271 80.4476 81.9915 80.651 82.051 80.8048C82.051 80.8693 82.1204 80.9635 82.17 81.0628C82.2554 81.2229 82.33 81.3887 82.393 81.5589C82.4476 81.6879 82.4922 81.8218 82.5417 81.9508C82.5913 82.0798 82.626 82.1989 82.6805 82.3229C82.7752 82.5615 82.8369 82.8119 82.8639 83.0671V83.1564C82.8895 83.2042 82.9176 83.2506 82.9482 83.2953C83.0676 83.4636 83.1706 83.6431 83.2555 83.8312C83.2874 83.8843 83.3221 83.9356 83.3596 83.985C83.4863 84.1602 83.5974 84.3461 83.6917 84.5406C83.8135 84.807 83.8777 85.0961 83.8801 85.389C84.0813 85.568 84.2491 85.7814 84.3758 86.0191L84.5195 86.2969C84.5939 86.4458 84.6682 86.5996 84.7475 86.7435C84.8738 86.9918 84.9464 87.2639 84.9607 87.5422C85.201 87.7029 85.4011 87.9168 85.5456 88.1674C85.615 88.2914 85.6844 88.4154 85.7488 88.5444C85.8133 88.6734 85.8678 88.7726 85.9322 88.8818C85.9967 88.9909 86.0314 89.0257 86.0958 89.115C86.2042 89.2551 86.3051 89.4008 86.3982 89.5516C86.5656 89.8375 86.6719 90.1551 86.7104 90.4843V90.514C86.7891 90.6608 86.8602 90.8115 86.9236 90.9655C86.9236 91.0251 86.9781 91.1044 86.9831 91.1144C87.1318 91.3426 87.2854 91.5708 87.4391 91.799C87.4986 91.8883 87.5729 91.9727 87.6374 92.057C87.7018 92.1413 87.8456 92.315 87.9398 92.449C88.0339 92.5829 88.1132 92.7069 88.1925 92.8359C88.2719 92.9649 88.3214 93.0393 88.3908 93.1336L88.8865 93.7935C88.9554 93.8872 89.0299 93.9766 89.1096 94.0614C89.2038 94.1755 89.3029 94.2896 89.3971 94.4087C89.4313 94.4425 89.4677 94.474 89.5061 94.5029C89.6692 94.631 89.8202 94.7738 89.9572 94.9296L90.0266 94.9743C90.264 95.1216 90.4779 95.3039 90.6611 95.515C90.8956 95.8074 91.0372 96.1634 91.0675 96.5371C91.1813 96.6184 91.289 96.7079 91.3897 96.805C91.7024 96.9331 91.9844 97.1258 92.2175 97.3706C92.3656 97.5421 92.4983 97.7264 92.6141 97.9213L92.6884 98.0453C92.8024 98.1644 92.9065 98.2934 93.0106 98.4224C93.1147 98.5514 93.1593 98.601 93.2089 98.6555L93.3526 98.7597C93.5304 98.883 93.6963 99.0225 93.8483 99.1765C94.0713 99.4156 94.2404 99.6998 94.344 100.01L94.3886 100.04C94.565 100.156 94.7309 100.287 94.8843 100.432C95.0186 100.561 95.146 100.696 95.266 100.839C95.3194 100.907 95.3774 100.971 95.4395 101.032L95.727 101.275L96.0343 101.528L96.1285 101.578C96.3538 101.68 96.5654 101.81 96.758 101.965L96.872 102.024C97.0924 102.13 97.3002 102.259 97.4916 102.411C97.7217 102.611 97.9147 102.849 98.0616 103.116L98.0864 103.16C98.2203 103.279 98.3293 103.394 98.4235 103.493L98.483 103.552C98.8124 103.613 99.1241 103.747 99.395 103.944C99.5436 104.059 99.6859 104.181 99.8213 104.311C99.8796 104.373 99.9426 104.429 100.01 104.48C100.279 104.689 100.5 104.953 100.659 105.254L100.768 105.333L101.15 105.601L101.244 105.636C101.496 105.71 101.736 105.819 101.958 105.959C101.992 105.959 102.087 106.028 102.166 106.068C102.337 106.148 102.502 106.239 102.662 106.341C102.806 106.432 102.945 106.531 103.078 106.638L103.326 106.817C103.556 106.96 103.762 107.139 103.936 107.348C104.221 107.392 104.496 107.486 104.748 107.626L105.095 107.809L105.467 108.003L105.75 108.137C105.889 108.196 106.042 108.266 106.206 108.35C106.441 108.485 106.656 108.652 106.845 108.846L106.915 108.911C107.095 109.017 107.261 109.146 107.41 109.293C107.737 109.273 108.064 109.335 108.362 109.471C108.407 109.471 108.506 109.521 108.59 109.546C108.775 109.602 108.957 109.668 109.135 109.744C109.393 109.872 109.629 110.039 109.834 110.24L109.889 110.29C110.06 110.371 110.225 110.464 110.384 110.568C110.439 110.602 110.513 110.652 110.538 110.662C110.726 110.741 110.885 110.831 111.034 110.905C111.182 110.979 111.217 111.004 111.277 111.029C111.529 111.128 111.772 111.232 112.04 111.327C112.11 111.348 112.181 111.364 112.253 111.376C112.429 111.412 112.603 111.458 112.774 111.515H112.868C113.137 111.521 113.405 111.566 113.661 111.649C113.785 111.694 113.914 111.729 114.043 111.768L114.439 111.887L114.652 111.927C114.851 111.957 115.048 112 115.242 112.056C115.577 112.166 115.875 112.365 116.105 112.632C116.315 112.629 116.526 112.656 116.729 112.711C116.784 112.716 116.838 112.716 116.893 112.711C117.12 112.724 117.345 112.755 117.567 112.805C117.879 112.896 118.171 113.048 118.424 113.252H118.528C118.667 113.252 118.826 113.281 119.024 113.311H119.084C119.379 113.256 119.681 113.256 119.976 113.311C120.212 113.365 120.441 113.445 120.66 113.549H120.705C120.995 113.5 121.292 113.5 121.582 113.549C121.802 113.59 122.018 113.651 122.226 113.733L122.37 113.788C122.623 113.829 122.866 113.914 123.089 114.041C123.38 113.939 123.69 113.903 123.996 113.936C124.309 113.985 124.61 114.093 124.883 114.254H124.967C125.166 114.241 125.364 114.241 125.562 114.254H125.681C125.928 114.206 126.179 114.189 126.43 114.204C126.701 114.231 126.966 114.298 127.218 114.403L127.302 114.432C127.498 114.454 127.692 114.491 127.882 114.542L128.011 114.571H128.095C128.346 114.507 128.605 114.477 128.864 114.482H129.681C129.857 114.486 130.032 114.499 130.207 114.522C130.321 114.522 130.425 114.522 130.499 114.522H130.831C130.995 114.522 131.154 114.497 131.327 114.492C131.638 114.496 131.946 114.558 132.234 114.676H132.284C132.506 114.615 132.733 114.577 132.963 114.561H133.459L133.478 114.542Z' fill='%23272626'/%3E%3Cpath d='M130.791 1.42893C130.514 1.42893 130.231 1.39421 129.954 1.39917L129.116 1.42397C128.838 1.42397 128.571 1.71173 128.293 1.72165C128.015 1.73157 127.728 1.57777 127.45 1.59266C127.173 1.60754 126.89 1.59266 126.613 1.59266C126.335 1.59266 126.062 1.76134 125.79 1.78119L124.957 1.85561C124.68 1.88041 124.412 2.00445 124.134 2.03421C123.857 2.06398 123.559 1.9201 123.287 1.95483C123.014 1.98956 122.731 2.03917 122.459 2.0739C122.186 2.10863 121.899 2.10367 121.621 2.14336C121.344 2.18305 121.091 2.3567 120.818 2.40135C120.546 2.446 120.238 2.32693 119.966 2.40135C119.693 2.47577 119.47 2.77841 119.197 2.83298L118.379 2.97686C118.107 3.0364 117.785 2.86771 117.517 2.92725C117.249 2.98678 117.021 3.18524 116.734 3.24973C116.446 3.31423 116.208 3.45315 115.941 3.5226C115.673 3.59206 115.371 3.5226 115.103 3.61191C114.835 3.70121 114.607 3.90462 114.34 3.97904C114.072 4.05346 113.76 3.97904 113.492 4.05346C113.224 4.12788 112.996 4.28168 112.714 4.36603C112.431 4.45037 112.119 4.33626 111.856 4.42556C111.593 4.51486 111.425 4.92169 111.162 4.99115C110.899 5.06061 110.632 5.15487 110.369 5.24914C110.106 5.3434 109.725 5.11022 109.467 5.20449C109.209 5.29875 108.971 5.52201 108.728 5.6262C108.485 5.73038 108.292 6.03302 108.034 6.12233C107.777 6.21163 107.39 6.0231 107.132 6.12233C106.875 6.22155 106.711 6.54404 106.453 6.65815C106.195 6.77226 105.997 6.99552 105.744 7.11459C105.492 7.23366 105.199 7.2535 104.946 7.37257C104.694 7.49165 104.451 7.58095 104.178 7.70498C103.905 7.82901 103.727 8.04731 103.479 8.20111C103.231 8.35491 102.835 8.16638 102.592 8.29538C102.349 8.42437 102.27 8.88081 102.027 9.0098C101.784 9.1388 101.531 9.26779 101.288 9.40671C101.045 9.54562 100.624 9.36206 100.386 9.50593C100.148 9.64981 99.93 9.83338 99.692 9.97726C99.4541 10.1211 99.2707 10.3593 99.0328 10.5081C98.7948 10.657 98.4826 10.6768 98.2496 10.8256C98.0166 10.9745 97.9026 11.3218 97.6696 11.4706C97.4367 11.6194 97.2434 11.8328 97.0104 11.9915C96.7774 12.1503 96.485 12.2049 96.2569 12.3636C96.0289 12.5224 95.7266 12.577 95.4985 12.7407C95.2705 12.9044 95.1565 13.2368 94.9335 13.3857C94.7104 13.5345 94.3981 13.599 94.1751 13.7677C93.952 13.9364 93.8281 14.2291 93.605 14.3978C93.382 14.5665 93.0598 14.6012 92.8417 14.7748C92.6236 14.9485 92.579 15.3355 92.346 15.5141L91.7165 16.0549C91.5033 16.2384 91.2703 16.3873 91.0572 16.551C90.8441 16.7147 90.5119 16.7742 90.3038 16.9578C90.0956 17.1414 89.9072 17.3498 89.704 17.5383C89.5007 17.7268 89.2083 17.836 89.015 18.0344C88.8217 18.2329 88.6531 18.4611 88.4548 18.6595C88.2566 18.858 88.2367 19.2301 88.0385 19.4236L87.4387 20.009C87.2454 20.2075 86.943 20.3166 86.7695 20.5051C86.596 20.6937 86.2738 20.8227 86.1053 21.031L85.5353 21.6413C85.3519 21.8497 85.1982 22.0878 85.0148 22.3011C84.8314 22.5145 84.8215 22.8667 84.6381 23.0801C84.4547 23.2934 84.1672 23.4075 83.9887 23.6208C83.8103 23.8342 83.731 24.117 83.5575 24.3452C83.384 24.5734 83.0172 24.628 82.8437 24.8413C82.6702 25.0547 82.5463 25.3374 82.3827 25.5409C82.2191 25.7443 82.0803 26.037 81.9168 26.2404C81.7532 26.4438 81.5846 26.6869 81.4211 26.9151C81.2575 27.1434 81.2129 27.451 81.0543 27.6792C80.8957 27.9074 80.6627 28.081 80.5041 28.3142C80.3454 28.5474 80.048 28.6814 79.8944 28.9145C79.7407 29.1477 79.6862 29.4404 79.5375 29.6786C79.3888 29.9167 79.1112 30.0705 78.9674 30.3087C78.8237 30.5468 78.7196 30.8048 78.5758 31.0529C78.4321 31.3009 78.5758 31.7078 78.4519 31.9509C78.328 32.194 78.1396 32.4123 78.0058 32.6554C77.872 32.8985 77.5547 33.0423 77.4209 33.2855C77.2871 33.5286 77.0739 33.732 76.9252 33.98C76.7765 34.2281 76.8261 34.5555 76.6972 34.8036C76.5683 35.0517 76.5881 35.3692 76.4642 35.6222C76.3403 35.8753 76.1519 36.0836 76.033 36.3367C75.914 36.5897 75.5373 36.7286 75.4332 36.9816C75.3291 37.2346 75.3985 37.577 75.2894 37.835C75.1804 38.093 74.9375 38.2914 74.8285 38.5444C74.7194 38.7975 74.7938 39.1348 74.6897 39.3928C74.5856 39.6508 74.4071 39.8889 74.308 40.137C74.2089 40.3851 74.0998 40.6331 74.0007 40.9159C73.9015 41.1987 73.8619 41.4567 73.7677 41.7197C73.6735 41.9826 73.4901 42.2158 73.4009 42.4787C73.3117 42.7417 73.2819 43.0245 73.1977 43.2924C73.1134 43.5603 72.8903 43.7885 72.811 44.0465C72.7317 44.3045 72.925 44.6617 72.8457 44.9296C72.7664 45.1975 72.4888 45.4258 72.4145 45.6738C72.3401 45.9219 72.2906 46.2146 72.2162 46.4875C72.1418 46.7603 71.9039 46.9836 71.8345 47.2515C71.7651 47.5194 72.0625 47.8816 71.9981 48.1495C71.9337 48.4174 71.7899 48.6754 71.7304 48.9433C71.671 49.2112 71.4727 49.4395 71.4181 49.7322C71.3636 50.0249 71.319 50.2829 71.2645 50.5557C71.21 50.8286 71.2 51.1064 71.1505 51.3843C71.1009 51.6621 70.8432 51.8804 70.7985 52.1731C70.7539 52.4659 70.7143 52.7238 70.6746 53.0017C70.635 53.2795 70.8233 53.5871 70.7837 53.86C70.744 54.1328 70.8134 54.4256 70.7837 54.7034C70.7539 54.9812 70.6944 55.2491 70.6598 55.527C70.6251 55.8048 70.3822 56.0578 70.3524 56.3357C70.3227 56.6135 70.4664 56.9062 70.4416 57.184C70.4169 57.4619 70.1938 57.7248 70.1789 58.0027C70.1641 58.2805 70.2384 58.5633 70.2235 58.8461C70.2087 59.1289 70.3723 59.4067 70.3623 59.6845C70.3524 59.9624 70.1294 60.2352 70.1195 60.5131C70.1095 60.7909 70.1938 61.0737 70.1889 61.3515C70.1839 61.6294 70.0005 61.9072 70.0005 62.19C70.0005 62.4728 70.3376 62.7407 70.3425 63.0235C70.3475 63.3063 70.3425 63.5792 70.3425 63.857C70.3425 64.1348 70.1145 64.4226 70.1244 64.7004C70.1343 64.9783 70.3822 65.2462 70.397 65.524C70.4119 65.8018 70.288 66.0846 70.3078 66.3625C70.3276 66.6403 70.2335 66.928 70.2582 67.2059C70.283 67.4837 70.5804 67.7367 70.6102 68.0146C70.6399 68.2924 70.5507 68.5802 70.5854 68.853C70.6201 69.1259 70.7341 69.3988 70.7688 69.6716C70.8035 69.9445 70.5408 70.267 70.5804 70.5399C70.6201 70.8127 70.625 71.1005 70.6647 71.3734C70.7044 71.6462 71.0315 71.8695 71.0811 72.1573C71.1306 72.445 71.0811 72.7228 71.1108 73.0007C71.1406 73.2785 71.0266 73.5812 71.0761 73.859C71.1257 74.1368 71.3835 74.3551 71.4429 74.6379C71.5024 74.9207 71.5222 75.1886 71.5817 75.4615C71.6412 75.7344 71.5817 76.032 71.6561 76.3049C71.7304 76.5778 71.9931 76.801 72.0625 77.064C72.1319 77.3269 72.2013 77.6048 72.2757 77.8727C72.35 78.1406 72.1518 78.4879 72.2261 78.7558C72.3005 79.0237 72.6276 79.2172 72.7218 79.4851C72.816 79.753 72.7664 80.0556 72.8507 80.3186C72.9349 80.5816 73.0242 80.8495 73.1134 81.1174C73.2026 81.3853 73.3513 81.6135 73.4405 81.8864C73.5298 82.1592 73.4405 82.4817 73.5248 82.7447C73.6091 83.0076 73.8371 83.2408 73.9362 83.4889C74.0354 83.7369 74.2882 83.9453 74.3923 84.2083C74.4964 84.4712 74.6451 84.7044 74.7492 84.9624C74.8532 85.2204 74.6649 85.6024 74.7492 85.8554C74.8334 86.1084 75.2101 86.2622 75.3242 86.5202C75.4382 86.7782 75.6116 87.0164 75.7257 87.2545C75.8397 87.4926 75.9239 87.7506 76.0429 88.0235C76.1619 88.2964 76.3205 88.5196 76.4444 88.7578C76.5683 88.9959 76.3948 89.4027 76.5237 89.6508C76.6526 89.8989 77.0888 89.9882 77.2177 90.2313C77.3465 90.4744 77.3317 90.8018 77.4655 91.0449C77.5993 91.288 77.6737 91.5411 77.8125 91.809C77.9513 92.0769 78.0702 92.3051 78.209 92.5433C78.3478 92.7814 78.4718 93.0394 78.6155 93.2775C78.7592 93.5157 78.9625 93.7191 79.1112 93.9572C79.2599 94.1954 79.4036 94.4533 79.5523 94.6667C79.7011 94.88 80.048 95.0189 80.1819 95.2521C80.3157 95.4853 80.4396 95.7483 80.5933 95.9814C80.7469 96.2146 80.8015 96.5123 80.9601 96.7405L81.4558 97.4252C81.6194 97.6484 81.6689 97.961 81.8325 98.1842C81.9961 98.4075 82.3282 98.5067 82.4967 98.73C82.6652 98.9533 82.9329 99.0971 83.1014 99.3154C83.27 99.5337 83.3939 99.8116 83.5674 100.01C83.7409 100.208 83.7706 100.566 83.9441 100.779C84.1176 100.992 84.3357 101.181 84.5142 101.394C84.6926 101.608 84.7769 101.89 84.9603 102.114C85.1437 102.337 85.3122 102.55 85.4956 102.759C85.679 102.967 86.0805 102.982 86.2689 103.185C86.4572 103.389 86.5415 103.681 86.7299 103.895C86.9182 104.108 87.1661 104.252 87.3594 104.45C87.5527 104.649 87.8105 104.788 88.0087 104.981C88.207 105.175 88.2863 105.477 88.5044 105.686C88.7225 105.894 88.9357 106.043 89.1389 106.236C89.3421 106.43 89.4859 106.678 89.6891 106.867C89.8923 107.055 90.2393 107.09 90.4475 107.278L91.077 107.824L91.7016 108.375L92.341 108.911C92.5542 109.089 92.6682 109.407 92.8813 109.565C93.0945 109.724 93.4018 109.809 93.6199 109.982C93.838 110.156 93.957 110.478 94.18 110.622L94.8541 111.118C95.0772 111.282 95.4391 111.257 95.6671 111.421C95.8951 111.585 95.9645 111.962 96.1925 112.121C96.4205 112.279 96.7377 112.314 96.9658 112.473C97.1938 112.632 97.3127 112.969 97.5457 113.113C97.7787 113.257 98.0711 113.331 98.3041 113.48C98.5371 113.629 98.8692 113.624 99.1071 113.773C99.3451 113.922 99.4392 114.269 99.6772 114.437C99.9151 114.606 100.307 114.467 100.55 114.606L101.268 115.028C101.511 115.162 101.764 115.246 102.027 115.38C102.289 115.514 102.522 115.663 102.75 115.792C102.978 115.921 103.177 116.179 103.425 116.288C103.672 116.397 103.96 116.457 104.213 116.581C104.465 116.705 104.753 116.735 105.006 116.854C105.259 116.973 105.397 117.35 105.65 117.449C105.903 117.548 106.25 117.449 106.503 117.578L107.266 117.915C107.524 118.024 107.653 118.436 107.91 118.545C108.168 118.655 108.555 118.426 108.818 118.545C109.08 118.665 109.313 118.769 109.586 118.863C109.859 118.957 110.121 119.007 110.384 119.101C110.647 119.195 110.83 119.513 111.093 119.597C111.356 119.682 111.588 119.875 111.851 119.964L112.649 120.217C112.917 120.302 113.194 120.341 113.462 120.421C113.73 120.5 113.988 120.609 114.255 120.689L115.063 120.912C115.331 120.981 115.613 121.021 115.881 121.091C116.149 121.16 116.451 121.091 116.724 121.17C116.996 121.249 117.304 121.125 117.576 121.17C117.849 121.215 118.032 121.696 118.305 121.75C118.578 121.805 118.88 121.726 119.153 121.78C119.425 121.835 119.743 121.641 120.02 121.691C120.298 121.741 120.546 121.894 120.818 121.944C121.091 121.994 121.363 122.073 121.636 122.118C121.909 122.162 122.201 122.118 122.479 122.118C122.756 122.118 122.974 122.45 123.272 122.485C123.569 122.519 123.837 122.455 124.114 122.485C124.392 122.514 124.665 122.609 124.942 122.639C125.22 122.668 125.497 122.639 125.775 122.683C126.053 122.728 126.34 122.579 126.618 122.599C126.895 122.619 127.183 122.5 127.46 122.514C127.738 122.529 128.006 122.748 128.283 122.763C128.561 122.777 128.838 122.857 129.116 122.867C129.394 122.877 129.676 122.619 129.954 122.624C130.231 122.629 130.509 122.693 130.786 122.693C131.064 122.693 131.346 122.946 131.624 122.941C131.902 122.936 132.184 122.941 132.462 122.941C132.739 122.941 133.017 122.772 133.295 122.758C133.572 122.743 133.845 122.663 134.122 122.643C134.4 122.624 134.682 122.643 134.96 122.643C135.238 122.643 135.53 122.772 135.803 122.748C136.075 122.723 136.343 122.505 136.621 122.48C136.898 122.455 137.171 122.4 137.448 122.371C137.726 122.341 137.994 122.261 138.271 122.227C138.549 122.192 138.841 122.321 139.119 122.281C139.396 122.242 139.699 122.376 139.971 122.336C140.244 122.296 140.467 121.934 140.745 121.889C141.022 121.845 141.28 121.726 141.553 121.676C141.825 121.626 142.138 121.755 142.41 121.701C142.683 121.646 142.975 121.701 143.248 121.631C143.521 121.562 143.808 121.577 144.076 121.517L144.894 121.329C145.166 121.264 145.419 121.12 145.687 121.051C145.954 120.981 146.182 120.758 146.455 120.684C146.728 120.609 146.985 120.52 147.253 120.446C147.521 120.371 147.749 120.212 148.031 120.133C148.314 120.054 148.676 120.331 148.938 120.247C149.201 120.163 149.434 119.925 149.687 119.84C149.94 119.756 150.183 119.558 150.44 119.468C150.698 119.379 151.05 119.513 151.313 119.419C151.575 119.324 151.808 119.156 152.071 119.056C152.334 118.957 152.517 118.669 152.775 118.56C153.033 118.451 153.345 118.476 153.603 118.372C153.861 118.268 154.039 117.98 154.297 117.876C154.554 117.771 154.852 117.757 155.105 117.642C155.357 117.528 155.704 117.618 155.957 117.504C156.21 117.389 156.339 117.007 156.587 116.878C156.835 116.749 157.192 116.844 157.439 116.725C157.687 116.606 157.895 116.392 158.148 116.268C158.401 116.144 158.579 115.891 158.822 115.772C159.065 115.653 159.392 115.658 159.64 115.524C159.888 115.39 160.181 115.35 160.423 115.211C160.666 115.073 160.83 114.81 161.073 114.671C161.316 114.532 161.539 114.368 161.777 114.224C162.015 114.08 162.272 113.986 162.52 113.837C162.768 113.688 163.085 113.688 163.323 113.539C163.561 113.391 163.645 113.043 163.878 112.865C164.111 112.686 164.324 112.527 164.552 112.369C164.78 112.21 164.999 112.031 165.227 111.872C165.455 111.714 165.891 111.872 166.119 111.689C166.347 111.505 166.337 111.044 166.56 110.875C166.783 110.707 167.194 110.796 167.413 110.627C167.631 110.459 167.849 110.275 168.067 110.106C168.285 109.938 168.483 109.729 168.701 109.556C168.919 109.382 169.028 109.059 169.247 108.901C169.465 108.742 169.673 108.548 169.886 108.365C170.099 108.181 170.486 108.206 170.694 108.023C170.902 107.839 170.972 107.497 171.19 107.308C171.408 107.12 171.641 106.981 171.844 106.812C172.047 106.643 172.275 106.455 172.478 106.266C172.682 106.078 172.885 105.884 173.083 105.686C173.281 105.487 173.539 105.358 173.737 105.16C173.936 104.961 173.941 104.579 174.134 104.381C174.327 104.182 174.729 104.178 174.922 103.974C175.116 103.771 175.041 103.324 175.23 103.121C175.418 102.917 175.695 102.793 175.879 102.585C176.062 102.377 176.404 102.307 176.588 102.089C176.771 101.87 177.009 101.717 177.192 101.503C177.376 101.29 177.44 101.007 177.619 100.769C177.797 100.531 177.842 100.233 178.015 100.02C178.189 99.8066 178.511 99.6826 178.665 99.4643C178.818 99.246 179.086 99.0872 179.254 98.864C179.423 98.6407 179.388 98.2636 179.552 98.0404C179.715 97.8171 179.884 97.5988 180.048 97.3706C180.211 97.1424 180.509 97.0134 180.667 96.7852C180.826 96.5569 180.865 96.2444 181.019 96.0112C181.173 95.778 181.54 95.6887 181.693 95.4555C181.847 95.2224 181.931 94.9594 182.08 94.7064C182.229 94.4533 182.313 94.2103 182.457 93.9572C182.6 93.7042 182.605 93.3966 182.749 93.1585C182.893 92.9203 183.205 92.7814 183.349 92.5383C183.493 92.2952 183.602 92.0422 183.74 91.799C183.879 91.5559 184.048 91.3377 184.182 91.0896C184.315 90.8415 184.216 90.4793 184.345 90.2313C184.474 89.9832 184.776 89.8294 184.905 89.5814C185.034 89.3333 184.97 88.991 185.094 88.7429C185.218 88.4948 185.401 88.2716 185.52 88.0235C185.639 87.7754 185.718 87.5026 185.832 87.2446C185.946 86.9866 186.11 86.7485 186.219 86.5053C186.328 86.2622 186.551 86.0439 186.66 85.786C186.769 85.528 186.705 85.2005 186.809 84.9425C186.913 84.6845 187.304 84.5506 187.418 84.2876C187.532 84.0247 187.622 83.7667 187.721 83.5087C187.82 83.2507 187.8 82.9382 187.894 82.6752C187.988 82.4123 188.043 82.1394 188.132 81.8764C188.221 81.6135 188.132 81.291 188.221 81.0231C188.311 80.7552 188.578 80.5567 188.663 80.2888C188.747 80.0209 188.91 79.7927 188.99 79.5149C189.069 79.237 189.024 78.9443 189.099 78.6764C189.173 78.4085 189.099 78.1059 189.188 77.833C189.277 77.5601 189.59 77.3369 189.654 77.0938C189.718 76.8506 189.51 76.4835 189.575 76.2156C189.639 75.9477 189.867 75.7195 189.927 75.4367C189.986 75.1539 189.991 74.881 190.05 74.6081C190.11 74.3353 190.388 74.112 190.437 73.8342C190.487 73.5564 190.219 73.2289 190.269 72.9511C190.318 72.6732 190.457 72.4202 190.502 72.1473C190.546 71.8745 190.844 71.6512 190.883 71.3585C190.923 71.0658 190.839 70.7879 190.883 70.5151C190.928 70.2422 190.72 69.9296 190.754 69.6568C190.789 69.3839 191.027 69.1259 191.057 68.8481C191.086 68.5702 191.151 68.2974 191.181 68.0195C191.21 67.7417 191.28 67.4688 191.3 67.191C191.319 66.9132 191.419 66.6403 191.433 66.3625C191.448 66.0846 191.433 65.8018 191.433 65.519C191.433 65.2362 191.319 64.9584 191.329 64.6806C191.339 64.4027 191.329 64.1249 191.359 63.8421C191.389 63.5593 191.384 63.2864 191.389 63.0086C191.394 62.7308 191.592 62.4529 191.592 62.1751C191.592 61.8973 191.592 61.6145 191.592 61.3367C191.592 61.0588 191.205 60.7859 191.196 60.5081C191.186 60.2303 191.468 59.9376 191.458 59.6597C191.448 59.3819 191.458 59.0991 191.458 58.8213C191.458 58.5434 191.344 58.2706 191.329 57.9927C191.314 57.7149 191.295 57.4371 191.27 57.1592C191.245 56.8814 191.27 56.5937 191.27 56.3208C191.27 56.0479 191.057 55.78 191.027 55.5022C190.997 55.2243 190.928 54.9564 190.893 54.6786C190.858 54.4008 190.997 54.1031 190.963 53.8252C190.928 53.5474 190.938 53.2646 190.898 52.9917C190.858 52.7189 190.616 52.4956 190.571 52.193C190.526 51.8903 190.363 51.6671 190.313 51.3942C190.264 51.1213 190.417 50.8088 190.363 50.5359C190.308 50.263 190.065 50.0398 190.011 49.752C189.956 49.4643 189.976 49.1914 189.917 48.9185C189.857 48.6456 189.966 48.3331 189.917 48.0652C189.867 47.7973 189.575 47.569 189.505 47.3061C189.436 47.0431 189.381 46.7603 189.312 46.4924C189.243 46.2245 189.357 45.902 189.282 45.6341C189.208 45.3662 189.163 45.0884 189.084 44.8205C189.005 44.5526 188.786 44.3243 188.702 44.0614C188.618 43.7985 188.544 43.5305 188.454 43.2626C188.365 42.9947 188.286 42.7318 188.197 42.4688C188.107 42.2059 188.152 41.8933 188.058 41.6304C187.964 41.3674 187.83 41.1342 187.731 40.8564C187.632 40.5786 187.572 40.3206 187.468 40.0626C187.364 39.8046 187.037 39.6359 186.933 39.3779C186.829 39.1199 186.908 38.7826 186.799 38.5246C186.69 38.2666 186.477 38.0582 186.368 37.8002C186.259 37.5423 186.149 37.3041 186.035 37.0362C185.921 36.7683 185.931 36.4656 185.817 36.2126C185.703 35.9596 185.322 35.8356 185.198 35.5825C185.074 35.3295 184.99 35.0864 184.866 34.8135C184.742 34.5407 184.826 34.2083 184.692 33.9652C184.558 33.722 184.296 33.5434 184.167 33.2954C184.038 33.0473 183.775 32.8786 183.641 32.6355C183.507 32.3924 183.438 32.1096 183.299 31.8665C183.16 31.6234 182.982 31.4101 182.838 31.1719C182.695 30.9338 182.754 30.5667 182.61 30.3335C182.467 30.1003 182.283 29.877 182.115 29.6389C181.946 29.4008 181.832 29.1428 181.678 28.9294C181.525 28.7161 181.118 28.6318 180.965 28.3986C180.811 28.1654 180.841 27.8082 180.682 27.58C180.523 27.3517 180.157 27.2724 179.993 27.0441C179.829 26.8159 179.795 26.5034 179.631 26.2751C179.468 26.0469 179.482 25.6947 179.314 25.4714C179.145 25.2481 178.67 25.263 178.501 25.0447C178.332 24.8264 178.214 24.5486 178.04 24.3452C177.867 24.1418 177.906 23.73 177.733 23.5167C177.559 23.3033 177.386 23.0751 177.207 22.8618C177.029 22.6484 176.667 22.5938 176.484 22.3656C176.3 22.1374 176.047 22.0035 175.864 21.7951C175.681 21.5867 175.671 21.2196 175.482 21.0162C175.294 20.8127 174.987 20.7036 174.808 20.52C174.63 20.3365 174.387 20.1529 174.194 19.9544C174 19.756 174.02 19.3392 173.827 19.1457C173.633 18.9523 173.376 18.8034 173.177 18.6099C172.979 18.4164 172.682 18.3371 172.464 18.1436C172.245 17.9501 171.968 17.8409 171.78 17.6474C171.591 17.4539 171.408 17.2307 171.2 17.0471C170.991 16.8635 170.704 16.7544 170.506 16.551C170.307 16.3476 170.213 16.0549 170.01 15.8663C169.807 15.6778 169.455 15.6629 169.242 15.4843C169.028 15.3057 168.91 15.013 168.691 14.8393C168.473 14.6657 168.409 14.2936 168.196 14.1249C167.983 13.9562 167.541 14.0604 167.318 13.8917C167.095 13.723 167.08 13.2815 166.857 13.1128C166.634 12.9441 166.213 13.0533 165.985 12.8895C165.757 12.7258 165.678 12.3587 165.45 12.1999C165.222 12.0412 164.954 11.9568 164.711 11.7981C164.468 11.6393 164.181 11.5946 163.948 11.4408C163.715 11.287 163.502 11.1035 163.269 10.9447C163.036 10.786 162.847 10.5726 162.609 10.4238C162.371 10.2749 162.183 10.0467 161.945 9.92765C161.707 9.80857 161.499 9.58532 161.256 9.43152C161.013 9.27771 160.602 9.45632 160.359 9.32237C160.116 9.18841 159.928 8.95027 159.685 8.82624C159.442 8.7022 159.189 8.57321 158.941 8.44422C158.693 8.31522 158.485 8.11677 158.237 7.98778C157.99 7.85878 157.687 7.83894 157.439 7.71987C157.192 7.60079 157.033 7.27831 156.78 7.15924C156.527 7.04017 156.284 6.86652 156.046 6.75241C155.809 6.6383 155.407 6.80699 155.154 6.69784C154.901 6.58869 154.768 6.20171 154.51 6.07767C154.252 5.95364 153.905 6.07767 153.647 5.97349C153.39 5.8693 153.112 5.81969 152.854 5.72046C152.597 5.62123 152.403 5.33348 152.14 5.22433C151.878 5.11518 151.61 5.04572 151.347 4.95146C151.085 4.85719 150.782 4.882 150.52 4.7927C150.257 4.70339 149.994 4.60913 149.731 4.52479C149.469 4.44044 149.166 4.46029 148.899 4.38091C148.631 4.30153 148.403 4.12292 148.13 4.04354L147.327 3.81036C147.06 3.73594 146.757 3.81036 146.485 3.73594C146.212 3.66152 145.989 3.35888 145.741 3.28942C145.493 3.21996 145.191 3.18027 144.923 3.11578C144.656 3.05128 144.368 3.05128 144.096 2.99174C143.823 2.93221 143.56 2.8181 143.288 2.76352C143.015 2.70895 142.762 2.55019 142.489 2.49561C142.217 2.44104 141.919 2.49561 141.647 2.46585C141.374 2.43608 141.107 2.31205 140.834 2.26243L140.006 2.13344C139.733 2.09375 139.446 2.13344 139.168 2.09375C138.891 2.05406 138.583 1.9846 138.296 1.92506C138.009 1.86553 137.731 1.97468 137.453 1.92506L136.621 1.85065C136.343 1.82088 136.056 1.93003 135.778 1.90522C135.5 1.88041 135.223 1.90522 134.94 1.90522C134.658 1.90522 134.39 1.83576 134.112 1.82088C133.835 1.80599 133.572 1.44382 133.295 1.4339C133.017 1.42397 132.734 1.5877 132.452 1.58273C132.169 1.57777 131.897 1.5232 131.619 1.5232C131.342 1.5232 131.064 1.41405 130.781 1.41405L130.791 1.42893ZM130.781 115.226C130.504 115.226 130.221 115.534 129.944 115.529C129.666 115.524 129.389 115.529 129.111 115.494C128.833 115.459 128.556 115.345 128.278 115.331C128.001 115.316 127.733 115.177 127.455 115.157C127.178 115.137 126.9 115.112 126.623 115.092C126.345 115.073 126.067 115.092 125.79 115.092C125.512 115.092 125.215 115.256 124.937 115.226C124.66 115.197 124.402 115.013 124.124 114.978C123.847 114.944 123.559 115.028 123.282 114.978C123.004 114.929 122.786 114.656 122.494 114.611C122.201 114.566 121.938 114.581 121.666 114.532C121.393 114.482 121.111 114.482 120.833 114.428C120.555 114.373 120.288 114.318 120.02 114.264C119.752 114.209 119.445 114.264 119.172 114.224C118.9 114.184 118.652 114.011 118.379 113.946C118.107 113.882 117.884 113.639 117.616 113.569C117.348 113.5 117.051 113.539 116.783 113.47C116.516 113.401 116.288 113.177 116.02 113.098C115.752 113.019 115.475 112.994 115.207 112.909C114.939 112.825 114.573 113.073 114.31 112.989C114.047 112.904 113.814 112.775 113.527 112.686C113.239 112.597 113.071 112.309 112.808 112.215C112.545 112.121 112.312 111.937 112.059 111.838C111.807 111.739 111.479 111.803 111.222 111.699C110.964 111.595 110.642 111.634 110.384 111.53C110.126 111.426 109.888 111.242 109.645 111.128C109.403 111.014 109.249 110.632 108.996 110.543C108.743 110.454 108.401 110.508 108.148 110.389C107.896 110.27 107.707 110.027 107.454 109.893C107.202 109.759 106.87 109.819 106.627 109.694C106.384 109.57 106.166 109.367 105.918 109.238L105.189 108.831C104.946 108.697 104.693 108.613 104.431 108.474C104.168 108.335 104 108.112 103.762 107.978C103.524 107.844 103.266 107.75 103.013 107.606C102.76 107.462 102.612 107.194 102.379 107.045C102.146 106.896 101.754 106.986 101.521 106.832C101.288 106.678 101.169 106.336 100.941 106.197C100.713 106.058 100.445 105.904 100.242 105.74C100.039 105.577 99.8903 105.274 99.6673 105.115C99.4442 104.956 98.9981 105.08 98.775 104.917C98.552 104.753 98.3785 104.515 98.1604 104.341C97.9423 104.168 97.8084 103.89 97.5903 103.716C97.3722 103.542 97.1492 103.374 96.936 103.195C96.7229 103.017 96.485 102.868 96.2718 102.699C96.0587 102.53 95.9893 102.173 95.7761 101.99C95.563 101.806 95.3597 101.627 95.1565 101.439C94.9533 101.25 94.5865 101.235 94.3832 101.047C94.18 100.858 93.8876 100.734 93.7091 100.551C93.5307 100.367 93.3274 100.144 93.1292 99.9455C92.9309 99.7471 92.8962 99.3948 92.7029 99.1964C92.5096 98.9979 92.2072 98.9086 92.0089 98.7002C91.8106 98.4919 91.7809 98.1545 91.5925 97.9461C91.4042 97.7377 91.1464 97.5988 90.963 97.3904C90.7796 97.1821 90.4673 97.0878 90.2839 96.8943C90.1005 96.7008 90.0857 96.3337 89.9072 96.1204C89.7288 95.907 89.4908 95.7433 89.3124 95.525C89.1339 95.3067 89.1141 94.9792 88.9456 94.756C88.777 94.5327 88.3359 94.5228 88.1723 94.2996C88.0087 94.0763 87.8452 93.8431 87.6766 93.6199C87.5081 93.3966 87.5477 93.0245 87.3891 92.7963C87.2305 92.5681 86.8934 92.4738 86.7249 92.2406C86.5564 92.0074 86.5266 91.6998 86.3779 91.4666C86.2292 91.2335 86.1648 90.9408 86.0161 90.7076C85.8674 90.4744 85.4807 90.3851 85.337 90.1469C85.1932 89.9088 85.1437 89.6111 84.9999 89.373C84.8562 89.1348 84.643 88.9364 84.5042 88.6933C84.3654 88.4502 84.5042 88.0632 84.3555 87.8201C84.2068 87.577 84.1176 87.324 83.9887 87.0709C83.8598 86.8179 83.493 86.7137 83.3493 86.4657C83.2055 86.2176 83.2006 85.9149 83.0767 85.6669C82.9527 85.4188 83.0073 85.0864 82.8883 84.8334C82.7693 84.5804 82.467 84.4166 82.353 84.1587C82.239 83.9007 82.1596 83.6377 82.0506 83.3797C81.9415 83.1217 81.9415 82.8241 81.8325 82.571C81.7234 82.318 81.426 82.1344 81.3368 81.8764C81.2476 81.6185 81.1286 81.3555 81.0344 81.0975C80.9403 80.8395 81.0989 80.4774 81.0047 80.2194C80.9105 79.9614 80.5784 79.7778 80.509 79.5149C80.4396 79.2519 80.4396 78.9493 80.3554 78.6863C80.2711 78.4234 80.1819 78.1604 80.0976 77.8925C80.0133 77.6246 79.8745 77.3964 79.7952 77.1136C79.7159 76.8308 79.8398 76.5232 79.7655 76.2553C79.6911 75.9874 79.4978 75.7592 79.4284 75.4813C79.359 75.2035 79.131 74.9852 79.0666 74.7123C79.0021 74.4395 78.8832 74.1815 78.8237 73.9086C78.7642 73.6357 79.022 73.2984 78.9625 73.0255C78.903 72.7526 78.5907 72.5294 78.5411 72.2565C78.4916 71.9836 78.3677 71.7207 78.323 71.4478C78.2784 71.1749 78.2685 70.8921 78.2239 70.6143C78.1793 70.3365 78.095 70.0686 78.0603 69.7907C78.0256 69.5129 78.3082 69.2003 78.2735 68.9225C78.2388 68.6447 77.8571 68.4264 77.8224 68.1336C77.7877 67.8409 77.9315 67.5631 77.9067 67.2853C77.8819 67.0074 77.9067 66.7246 77.9067 66.4468C77.9067 66.169 77.9067 65.8911 77.867 65.6133C77.8274 65.3355 77.867 65.0576 77.867 64.7798C77.867 64.502 77.7679 64.2241 77.7629 63.9463C77.758 63.6685 77.7629 63.3906 77.7629 63.1128C77.7629 62.835 77.5399 62.5571 77.5399 62.2793C77.5399 62.0015 77.6043 61.7187 77.6043 61.4408C77.6043 61.163 77.748 60.8852 77.758 60.6073C77.7679 60.3295 77.758 60.0467 77.7877 59.7689C77.8174 59.4911 77.9562 59.2231 77.9761 58.9453C77.9959 58.6675 77.8026 58.3748 77.8274 58.0969C77.8521 57.8191 77.748 57.5313 77.7778 57.2535C77.8075 56.9757 77.8918 56.7028 77.9215 56.425C77.9513 56.1471 78.1743 55.8941 78.209 55.6212C78.2437 55.3484 78.2388 55.0606 78.2784 54.7877C78.3181 54.5149 78.4866 54.2569 78.5312 53.979C78.5758 53.7012 78.6403 53.4383 78.6898 53.1654C78.7394 52.8925 78.5064 52.5651 78.556 52.2922C78.6056 52.0193 78.8088 51.7961 78.8633 51.4984C78.9179 51.2007 78.9129 50.9427 78.9724 50.6699C79.0319 50.397 79.0071 50.1043 79.0765 49.8364C79.1459 49.5684 79.364 49.3402 79.4334 49.0624C79.5028 48.7846 79.5325 48.5117 79.6069 48.2438C79.6812 47.9759 79.8398 47.7477 79.9142 47.4649C79.9885 47.1821 79.8745 46.8695 79.9538 46.6066C80.0332 46.3436 80.1125 46.0707 80.2017 45.8028C80.2909 45.5349 80.3801 45.2769 80.4694 45.014L80.7519 44.2251C80.8461 43.9622 81.0989 43.7588 81.198 43.4958C81.2972 43.2329 81.2724 42.9302 81.3765 42.6722C81.4806 42.4142 81.7383 42.2158 81.8424 41.9578C81.9465 41.6998 82.0506 41.4617 82.1596 41.1888C82.2687 40.9159 82.1596 40.5835 82.2836 40.3305C82.4075 40.0775 82.7793 39.9386 82.8834 39.6855C82.9874 39.4325 82.9874 39.1199 83.1114 38.8719C83.2353 38.6238 83.5476 38.4651 83.6715 38.217C83.7954 37.9689 83.8351 37.6762 83.9639 37.4331C84.0928 37.19 84.073 36.8576 84.2068 36.6145C84.3407 36.3714 84.7025 36.2622 84.8512 36.0191C84.9999 35.776 84.8512 35.3841 85.0148 35.1459C85.1784 34.9078 85.3072 34.6498 85.456 34.4365C85.6047 34.2231 85.7038 33.9403 85.8525 33.6972C86.0012 33.4541 86.1697 33.2358 86.3234 33.0027C86.4771 32.7695 86.7546 32.6206 86.9133 32.3924C87.0719 32.1642 87.1512 31.8963 87.3098 31.6482C87.4684 31.4002 87.5527 31.1521 87.7163 30.914C87.8799 30.6758 88.2615 30.6212 88.4301 30.4178C88.5986 30.2144 88.5837 29.8373 88.7523 29.6141L89.2232 28.9096C89.3967 28.6913 89.8329 28.6863 90.0063 28.473C90.1798 28.2597 90.1005 27.8181 90.279 27.6097C90.4574 27.4014 90.6607 27.1979 90.8441 26.9896C91.0275 26.7812 91.1762 26.5381 91.3645 26.3297C91.5529 26.1213 91.9147 26.0816 92.1081 25.8782C92.3014 25.6748 92.5641 25.5508 92.7574 25.3474C92.9507 25.144 93.144 24.9505 93.3423 24.757C93.5406 24.5635 93.7042 24.3353 93.9024 24.1418C94.1007 23.9483 94.3287 23.7796 94.532 23.5911C94.7352 23.4025 94.9384 23.214 95.1416 23.0255C95.3449 22.837 95.5283 22.6286 95.7414 22.445C95.9546 22.2614 96.0785 21.9836 96.2867 21.805C96.4949 21.6264 96.599 21.3089 96.8171 21.1303C97.0352 20.9517 97.5061 21.0955 97.7242 20.9219C97.9423 20.7482 98.0711 20.4704 98.2892 20.2968C98.5073 20.1231 98.5817 19.7609 98.7849 19.5923C98.9882 19.4236 99.2806 19.3492 99.5235 19.1854C99.7664 19.0217 100.019 18.8977 100.227 18.734C100.436 18.5702 100.624 18.3321 100.852 18.1733C101.08 18.0146 101.462 18.0791 101.695 17.9253C101.928 17.7715 102.106 17.5432 102.339 17.3944C102.572 17.2456 102.835 17.1513 103.083 17.0074C103.33 16.8635 103.539 16.6949 103.781 16.551C104.024 16.4071 104.183 16.1442 104.426 16.0052C104.669 15.8663 104.847 15.6133 105.09 15.4793C105.333 15.3454 105.675 15.39 105.923 15.261C106.171 15.1321 106.448 15.0725 106.696 14.9435C106.944 14.8145 107.078 14.4474 107.326 14.3382C107.573 14.2291 107.861 14.1547 108.109 14.0356C108.357 13.9165 108.718 14.0356 108.976 13.9116C109.234 13.7875 109.472 13.6933 109.74 13.5841C110.007 13.475 110.186 13.222 110.443 13.1178C110.701 13.0136 110.939 12.835 111.192 12.7308C111.445 12.6266 111.727 12.572 111.985 12.4728C112.243 12.3736 112.565 12.4381 112.828 12.3438C113.09 12.2495 113.284 11.9717 113.546 11.8824C113.809 11.7931 114.072 11.6839 114.335 11.5946C114.597 11.5053 114.83 11.3813 115.118 11.3019C115.405 11.2225 115.698 11.3019 115.965 11.2176C116.233 11.1332 116.545 11.2176 116.813 11.158C117.081 11.0985 117.269 10.7066 117.537 10.6619C117.804 10.6173 118.062 10.4535 118.33 10.389C118.597 10.3245 118.915 10.4387 119.187 10.389C119.46 10.3394 119.752 10.389 120.025 10.3097C120.298 10.2303 120.58 10.2601 120.853 10.2104C121.125 10.1608 121.398 10.1112 121.671 10.0616C121.943 10.012 122.206 9.88795 122.479 9.84826C122.751 9.80857 123.004 9.60516 123.282 9.56547C123.559 9.52578 123.832 9.47121 124.105 9.43648C124.377 9.40175 124.65 9.28764 124.927 9.25787C125.205 9.2281 125.517 9.57043 125.795 9.54562C126.072 9.52082 126.335 9.33229 126.613 9.31244C126.89 9.2926 127.158 9.15864 127.436 9.14376C127.713 9.12888 128.006 9.34717 128.283 9.33725C128.561 9.32733 128.833 9.23802 129.111 9.2281C129.389 9.21818 129.661 9.0098 129.944 9.00484C130.226 8.99988 130.499 9.12888 130.776 9.12888C131.054 9.12888 131.356 8.93042 131.629 8.93042C131.902 8.93042 132.184 9.04949 132.462 9.05446C132.739 9.05942 133.012 9.2926 133.29 9.30748C133.567 9.32237 133.86 9.03957 134.137 9.05446C134.415 9.06934 134.678 9.32237 134.955 9.34221C135.233 9.36206 135.515 9.2926 135.793 9.34221C136.07 9.39182 136.363 9.25291 136.64 9.28764C136.918 9.32237 137.176 9.51586 137.448 9.55059C137.721 9.58532 137.989 9.72423 138.261 9.76392C138.534 9.80361 138.836 9.69446 139.109 9.73912C139.382 9.78377 139.664 9.79865 139.937 9.84826C140.209 9.89788 140.477 10.0021 140.75 10.0517C141.022 10.1013 141.245 10.3295 141.533 10.3841C141.82 10.4387 142.133 10.2402 142.4 10.2997C142.668 10.3593 142.955 10.3841 143.223 10.4535C143.491 10.523 143.773 10.5577 144.046 10.6272C144.319 10.6966 144.487 11.1233 144.755 11.1928C145.022 11.2622 145.399 10.9546 145.667 11.034C145.935 11.1134 146.113 11.4905 146.381 11.5698C146.648 11.6492 146.911 11.7236 147.179 11.808C147.446 11.8923 147.719 11.9469 147.982 12.0362C148.244 12.1255 148.562 12.061 148.824 12.1553L149.608 12.448C149.865 12.5472 150.029 12.8945 150.287 12.9987C150.544 13.1029 150.881 12.9987 151.139 13.1128C151.397 13.2269 151.635 13.3807 151.888 13.4948C152.14 13.6089 152.383 13.7478 152.636 13.862L153.39 14.2142C153.642 14.3333 153.856 14.5317 154.103 14.6508C154.351 14.7699 154.718 14.6508 154.966 14.7897C155.214 14.9286 155.328 15.2859 155.576 15.4297C155.823 15.5736 156.235 15.3801 156.478 15.5141C156.721 15.648 156.909 15.8911 157.147 16.0102C157.385 16.1293 157.529 16.4666 157.767 16.6056C158.004 16.7445 158.203 16.9578 158.441 17.1017C158.679 17.2456 158.986 17.2704 159.224 17.4192C159.462 17.5681 159.779 17.5829 160.012 17.7367C160.245 17.8905 160.384 18.1833 160.612 18.342C160.84 18.5008 161.013 18.7389 161.241 18.8977C161.469 19.0564 161.841 19.0118 162.064 19.1755C162.287 19.3392 162.51 19.5129 162.733 19.6716C162.956 19.8304 163.07 20.143 163.293 20.3116C163.516 20.4803 163.819 20.5399 164.037 20.7185C164.255 20.8971 164.31 21.2593 164.533 21.4379C164.756 21.6165 165.028 21.7306 165.222 21.934C165.415 22.1374 165.693 22.2366 165.901 22.4301C166.109 22.6236 166.426 22.6782 166.634 22.8667C166.843 23.0553 166.907 23.3926 167.13 23.5811C167.353 23.7697 167.546 23.9483 167.75 24.1418C167.953 24.3353 168.111 24.5635 168.31 24.757C168.508 24.9505 168.89 24.9703 169.083 25.1688C169.276 25.3672 169.326 25.7095 169.514 25.913C169.703 26.1164 170.045 26.1809 170.233 26.4091C170.421 26.6373 170.55 26.8705 170.729 27.0789C170.907 27.2872 171.13 27.4708 171.314 27.6841C171.497 27.8975 171.631 28.1406 171.809 28.3589C171.988 28.5772 172.072 28.855 172.245 29.0783C172.419 29.3015 172.741 29.4008 172.91 29.624C173.078 29.8473 172.989 30.2591 173.158 30.4823L173.653 31.1521C173.817 31.3803 174.08 31.5292 174.238 31.7574C174.397 31.9856 174.59 32.194 174.734 32.4222C174.878 32.6504 175.2 32.7794 175.353 33.0126C175.507 33.2458 175.492 33.5881 175.641 33.8213C175.79 34.0545 175.864 34.3174 176.008 34.5754C176.151 34.8334 176.409 34.9822 176.548 35.2253C176.687 35.4684 176.95 35.6371 177.088 35.8802C177.227 36.1233 177.128 36.4954 177.262 36.7385C177.396 36.9816 177.782 37.0908 177.916 37.3339C178.05 37.577 178.025 37.9094 178.149 38.1575C178.273 38.4055 178.451 38.6288 178.575 38.8768C178.699 39.1249 178.61 39.4772 178.729 39.7302C178.848 39.9832 179.264 40.0973 179.378 40.3503C179.492 40.6034 179.517 40.8961 179.631 41.1541C179.745 41.4121 179.631 41.7643 179.72 42.0223C179.81 42.2803 180.053 42.4837 180.152 42.7467C180.251 43.0096 180.578 43.1783 180.677 43.4363C180.776 43.6943 180.677 44.0316 180.771 44.2946C180.865 44.5575 180.92 44.8304 181.014 45.0934C181.108 45.3563 181.143 45.6341 181.232 45.902C181.321 46.17 181.331 46.4528 181.411 46.7157C181.49 46.9786 181.629 47.2118 181.708 47.4996C181.787 47.7873 181.996 47.9957 182.07 48.2636C182.144 48.5315 182.214 48.7994 182.283 49.0723C182.353 49.3452 182.407 49.6131 182.471 49.886C182.536 50.1588 182.407 50.4714 182.471 50.7393C182.536 51.0072 182.6 51.2801 182.655 51.553C182.709 51.8258 183.151 52.0243 183.19 52.2972C183.23 52.57 183.007 52.8975 183.056 53.1753C183.106 53.4531 183.101 53.726 183.141 54.0038C183.18 54.2817 183.304 54.5397 183.344 54.8175C183.384 55.0953 183.413 55.3682 183.448 55.646C183.483 55.9239 183.448 56.2017 183.493 56.4795C183.537 56.7574 183.711 57.0154 183.735 57.2932C183.76 57.571 183.825 57.8439 183.845 58.1217C183.864 58.3996 183.706 58.6923 183.726 58.9701C183.745 59.2479 183.701 59.5258 183.726 59.8036C183.75 60.0814 183.949 60.3494 183.954 60.6321C183.959 60.9149 184.087 61.1829 184.092 61.4656C184.097 61.7484 183.889 62.0213 183.889 62.3041C183.889 62.5869 184.082 62.8598 184.077 63.1376C184.073 63.4154 183.983 63.6982 183.973 63.9761C183.963 64.2539 183.775 64.5218 183.76 64.7996C183.745 65.0775 183.954 65.3702 183.934 65.648C183.914 65.9259 183.884 66.2037 183.864 66.4815C183.845 66.7594 183.617 67.0173 183.592 67.2952C183.567 67.573 183.502 67.8459 183.468 68.1188C183.433 68.3916 183.552 68.6893 183.517 68.9671C183.483 69.245 183.438 69.5178 183.398 69.7907C183.359 70.0636 183.314 70.3414 183.274 70.6193C183.235 70.8971 183.042 71.1402 182.992 71.418C182.942 71.6959 182.932 71.9687 182.883 72.2416C182.833 72.5145 182.739 72.7774 182.68 73.0503C182.62 73.3232 182.809 73.6506 182.749 73.9185C182.69 74.1864 182.427 74.4146 182.362 74.6875C182.298 74.9604 182.362 75.2531 182.268 75.521C182.174 75.7889 182.12 76.0618 182.045 76.3297C181.971 76.5976 181.758 76.8258 181.678 77.0888C181.599 77.3517 181.792 77.704 181.713 77.9719C181.634 78.2398 181.505 78.4928 181.416 78.7558C181.326 79.0187 181.019 79.2073 180.92 79.4702C180.821 79.7332 180.88 80.0457 180.786 80.3087C180.692 80.5716 180.727 80.8842 180.628 81.1422C180.528 81.4002 180.355 81.6383 180.251 81.8913C180.147 82.1444 180.082 82.4272 179.978 82.6851C179.874 82.9431 179.542 83.1019 179.433 83.3599C179.324 83.6179 179.245 83.856 179.131 84.1338C179.017 84.4117 178.883 84.63 178.764 84.883C178.645 85.136 178.798 85.518 178.675 85.7661C178.551 86.0142 178.223 86.168 178.095 86.416C177.966 86.6641 178.065 87.0263 177.936 87.2743C177.807 87.5224 177.534 87.6911 177.401 87.9342C177.267 88.1773 176.905 88.3063 176.791 88.5494C176.677 88.7925 176.845 89.2241 176.707 89.4672C176.568 89.7104 176.36 89.9088 176.211 90.1469C176.062 90.3851 175.681 90.4694 175.532 90.7026C175.383 90.9358 175.22 91.159 175.066 91.3922C174.912 91.6254 174.952 91.9876 174.798 92.2158C174.645 92.444 174.555 92.7119 174.397 92.955C174.238 93.1981 173.876 93.2676 173.713 93.4958C173.549 93.724 173.495 94.0267 173.331 94.2499C173.167 94.4732 173.034 94.7461 172.865 94.9445C172.697 95.143 172.28 95.1926 172.107 95.4109C171.933 95.6292 171.814 95.907 171.636 96.1005C171.457 96.294 171.408 96.6363 171.224 96.8447C171.041 97.0531 170.942 97.3408 170.758 97.5442C170.575 97.7477 170.347 97.9263 170.159 98.1346C169.97 98.343 169.856 98.6308 169.663 98.8193C169.47 99.0078 169.142 99.0922 168.949 99.2906C168.756 99.4891 168.701 99.8314 168.503 100.03C168.305 100.228 168.007 100.313 167.799 100.526C167.591 100.739 167.229 100.734 167.026 100.923C166.823 101.111 166.857 101.558 166.649 101.746C166.441 101.935 166.01 101.861 165.802 102.044C165.593 102.228 165.598 102.659 165.385 102.843C165.172 103.026 164.8 103.007 164.582 103.185C164.364 103.364 164.21 103.602 163.992 103.781C163.774 103.959 163.635 104.227 163.417 104.396C163.199 104.564 162.951 104.703 162.728 104.892C162.505 105.08 162.233 105.15 162.005 105.314C161.777 105.477 161.509 105.557 161.266 105.72C161.023 105.884 160.77 105.978 160.542 106.137C160.314 106.296 160.28 106.738 160.047 106.891C159.814 107.045 159.516 107.1 159.283 107.249C159.05 107.397 158.817 107.556 158.579 107.7C158.342 107.844 158.084 107.918 157.826 108.062C157.568 108.206 157.405 108.444 157.162 108.558C156.919 108.672 156.572 108.643 156.329 108.777C156.086 108.911 155.833 108.985 155.566 109.119C155.298 109.253 155.219 109.655 154.971 109.784C154.723 109.913 154.336 109.754 154.089 109.878C153.841 110.002 153.687 110.33 153.439 110.449C153.191 110.568 152.944 110.736 152.706 110.85C152.468 110.965 152.116 110.9 151.863 111.009C151.61 111.118 151.367 111.247 151.105 111.357C150.842 111.466 150.639 111.684 150.376 111.783C150.113 111.882 149.88 111.987 149.598 112.081C149.315 112.175 149.102 112.383 148.854 112.478C148.606 112.572 148.294 112.577 148.031 112.666L147.238 112.929C146.975 113.014 146.742 113.247 146.49 113.326C146.237 113.406 145.885 113.252 145.617 113.326C145.35 113.401 145.092 113.505 144.824 113.579C144.557 113.654 144.304 113.783 144.031 113.852C143.758 113.921 143.481 113.941 143.208 114.006C142.936 114.07 142.643 114.006 142.375 114.09C142.108 114.175 141.88 114.333 141.587 114.388C141.295 114.442 141.027 114.437 140.755 114.492L139.937 114.641C139.659 114.691 139.401 114.815 139.124 114.854C138.846 114.894 138.554 114.785 138.276 114.824C137.999 114.864 137.741 115.008 137.463 115.043C137.186 115.077 136.913 115.117 136.635 115.147C136.358 115.177 136.095 115.335 135.818 115.365C135.54 115.395 135.267 115.474 134.99 115.494C134.712 115.514 134.43 115.494 134.152 115.494C133.874 115.494 133.577 115.182 133.299 115.192C133.022 115.202 132.754 115.39 132.477 115.4C132.199 115.41 131.921 115.4 131.639 115.4C131.356 115.4 131.089 115.306 130.806 115.306' fill='white'/%3E%3Cpath d='M130.643 124.186C130.496 124.181 130.351 124.166 130.206 124.142H130.107C129.798 124.291 129.459 124.371 129.116 124.375C128.906 124.364 128.698 124.34 128.491 124.3C128.416 124.284 128.34 124.273 128.263 124.266C127.953 124.247 127.648 124.169 127.366 124.038H127.326C127.09 124.087 126.849 124.107 126.608 124.097H126.499C126.237 124.156 125.968 124.178 125.701 124.162H125.373C125.195 124.162 125.022 124.162 124.848 124.132C124.647 124.112 124.449 124.077 124.253 124.028L124.005 123.983C123.943 123.978 123.88 123.978 123.817 123.983C123.593 124.002 123.367 124.002 123.143 123.983C122.806 123.931 122.484 123.806 122.201 123.616H122.161C121.93 123.633 121.697 123.625 121.467 123.591C121.284 123.562 121.102 123.524 120.922 123.477C120.823 123.477 120.729 123.432 120.63 123.417C120.396 123.372 120.166 123.304 119.946 123.214H119.911C119.601 123.298 119.277 123.316 118.959 123.269H118.835C118.577 123.286 118.317 123.271 118.062 123.224C117.694 123.141 117.359 122.949 117.1 122.673C116.888 122.687 116.674 122.67 116.466 122.624H116.312C116.065 122.622 115.82 122.594 115.579 122.539C115.48 122.509 115.371 122.495 115.266 122.47C115.162 122.445 114.915 122.4 114.741 122.356L114.017 122.152H113.918C113.745 122.103 113.576 122.043 113.423 121.984L113.115 121.879C113.016 121.85 112.917 121.83 112.818 121.81C112.719 121.79 112.476 121.731 112.282 121.671L111.465 121.408C111.243 121.333 111.031 121.235 110.83 121.115L110.691 121.036C110.37 120.919 110.079 120.733 109.839 120.49L109.7 120.455C109.512 120.41 109.326 120.353 109.145 120.287C108.981 120.227 108.823 120.158 108.649 120.088L108.57 120.054C108.186 120.137 107.787 120.108 107.42 119.969C107.061 119.812 106.754 119.558 106.532 119.235L106.24 119.106L106.096 119.041C105.756 119.048 105.418 118.982 105.105 118.848C104.795 118.698 104.524 118.479 104.312 118.208H104.277C104.055 118.154 103.839 118.077 103.633 117.98C103.603 117.98 103.514 117.94 103.449 117.92C103.236 117.859 103.029 117.78 102.83 117.682C102.591 117.549 102.372 117.382 102.18 117.186L102.101 117.112C101.957 117.037 101.819 116.958 101.685 116.878L101.397 116.715C101.313 116.67 101.229 116.635 101.144 116.601C101.06 116.566 100.812 116.457 100.619 116.348L100.163 116.085L100.059 116.025C99.6871 116.022 99.3223 115.924 98.9981 115.742C98.7222 115.572 98.4883 115.341 98.314 115.067C98.0613 115.003 97.8193 114.903 97.5953 114.77L97.4367 114.695C97.2201 114.614 97.0125 114.511 96.8171 114.388C96.5601 114.21 96.3383 113.986 96.1627 113.728C95.9067 113.646 95.6632 113.529 95.439 113.381C95.1906 113.201 94.9843 112.969 94.8343 112.701C94.56 112.635 94.3009 112.517 94.071 112.354L93.8281 112.175L93.382 111.848C93.1606 111.672 92.9682 111.463 92.8119 111.227L92.7772 111.188L92.7078 111.153C92.4748 111.051 92.2551 110.921 92.0535 110.766C91.8376 110.584 91.6504 110.369 91.4983 110.131L91.4488 110.057L90.9531 109.655L90.8292 109.546L90.4128 109.183L89.9568 108.786L89.6247 108.499H89.58C89.2817 108.386 89.0074 108.218 88.7721 108.003C88.6146 107.85 88.4704 107.684 88.3408 107.506C88.2962 107.447 88.2318 107.368 88.207 107.343C88.1822 107.318 88.0533 107.214 87.979 107.149C87.8337 107.034 87.6947 106.912 87.5626 106.782C87.3621 106.584 87.1947 106.354 87.0669 106.102L87.0273 106.038L86.9083 105.944C86.731 105.818 86.5652 105.677 86.4126 105.522C86.3779 105.482 86.2986 105.423 86.2292 105.363C86.0681 105.236 85.9157 105.099 85.7732 104.951C85.6032 104.766 85.4582 104.559 85.3419 104.336C85.025 104.221 84.7397 104.032 84.5092 103.785C84.3952 103.656 84.2861 103.518 84.1721 103.379L83.9639 103.126C83.8024 102.933 83.6643 102.721 83.5525 102.496C83.534 102.454 83.5125 102.415 83.4881 102.376C83.4286 102.307 83.3592 102.238 83.2948 102.173C83.2303 102.109 83.0519 101.92 82.923 101.761C82.7354 101.524 82.5911 101.255 82.4967 100.967C82.4967 100.943 82.4967 100.923 82.4967 100.903C82.3827 100.754 82.2885 100.605 82.2142 100.486C82.1398 100.367 82.1101 100.318 82.0902 100.293L81.9762 100.194C81.8139 100.063 81.6645 99.9164 81.5301 99.7569L81.4805 99.7271C81.2116 99.565 80.9747 99.3548 80.7816 99.107C80.6301 98.8904 80.5068 98.6553 80.4148 98.4074C80.4046 98.3716 80.3913 98.3368 80.3752 98.3033L80.3107 98.214L79.8993 97.6335C79.7601 97.4213 79.6469 97.1931 79.5622 96.9538C79.5622 96.9141 79.5325 96.8694 79.5127 96.8347C79.4097 96.6754 79.317 96.5097 79.2351 96.3386L79.1558 96.1997C78.8891 96.0191 78.6601 95.7882 78.4817 95.52L78.1694 95.0238L78.0306 94.7956C77.9866 94.7299 77.9386 94.6669 77.8868 94.6071C77.7578 94.4492 77.6386 94.2835 77.5299 94.111C77.4407 93.9621 77.3564 93.8083 77.2771 93.6545C77.1978 93.5007 77.173 93.4561 77.1136 93.3618C77.0541 93.2675 76.945 93.0542 76.8657 92.9004C76.7864 92.7466 76.7616 92.7019 76.7071 92.6077C76.613 92.4305 76.5286 92.2483 76.4543 92.0619C76.4146 91.9677 76.3799 91.8833 76.3502 91.8288C76.2387 91.62 76.1586 91.396 76.1123 91.1639C75.8073 90.9762 75.5575 90.7109 75.3886 90.3949C75.227 90.0517 75.1602 89.6714 75.1953 89.2935C75.1839 89.2693 75.1707 89.2461 75.1556 89.2241C75.0763 89.0802 74.9821 88.9214 74.8929 88.7279C74.8037 88.5344 74.7442 88.3757 74.6847 88.2318C74.6252 88.0879 74.6153 88.0383 74.5707 87.944C74.5349 87.8725 74.4952 87.8029 74.4517 87.7357C74.3873 87.6315 74.3129 87.5075 74.2386 87.3636C73.9543 87.1396 73.7281 86.8503 73.5793 86.5202C73.4401 86.1707 73.399 85.7899 73.4604 85.4187L73.4257 85.3542C73.3563 85.2203 73.2819 85.0715 73.2076 84.8978C73.1922 84.8726 73.1739 84.8493 73.153 84.8284C72.9798 84.613 72.8379 84.3741 72.7317 84.1189L72.6574 84.0048C72.5136 83.7965 72.3954 83.5716 72.3054 83.335C72.2051 83.04 72.163 82.7282 72.1815 82.4172V82.3775L72.1121 82.2286C72.022 82.0489 71.9442 81.8632 71.8791 81.673L71.7949 81.415C71.7304 81.2265 71.6709 81.0429 71.6115 80.8544C71.5417 80.6203 71.5001 80.3788 71.4875 80.135C71.2435 79.8816 71.0695 79.5691 70.9826 79.2282C70.8957 78.8872 70.8989 78.5295 70.9918 78.1901C70.9423 78.0165 70.8977 77.8379 70.8531 77.6593L70.8283 77.6245C70.6339 77.369 70.4923 77.0772 70.4119 76.7662C70.3585 76.5285 70.3319 76.2855 70.3326 76.0419C70.3351 75.9956 70.3351 75.9492 70.3326 75.903C70.288 75.7095 70.2632 75.5309 70.2384 75.3721L70.2087 75.1588V75.1191C70.0337 74.8666 69.9119 74.5812 69.8505 74.2801C69.7892 73.979 69.7896 73.6686 69.8518 73.3678C69.8494 73.343 69.8494 73.3181 69.8518 73.2933C69.8334 73.0854 69.8334 72.8762 69.8518 72.6682C69.6392 72.3927 69.4978 72.0689 69.4404 71.7256C69.4106 71.547 69.3957 71.3683 69.3809 71.1897C69.366 71.0111 69.3809 70.9764 69.3511 70.8672C69.3102 70.5118 69.3596 70.1517 69.4949 69.8204V69.7906C69.4299 69.5804 69.3851 69.3644 69.361 69.1457C69.3328 68.9084 69.3328 68.6686 69.361 68.4313C69.1705 68.1431 69.0531 67.8127 69.019 67.4688C69.0042 67.2319 69.0141 66.9941 69.0488 66.7593C69.0488 66.7047 69.0488 66.6501 69.0488 66.6105C69.0323 66.3474 69.054 66.0834 69.1132 65.8266C68.9571 65.5329 68.8718 65.2068 68.8641 64.8743C68.8563 64.5418 68.9264 64.2121 69.0686 63.9115V63.4154C68.8556 63.0904 68.7371 62.7124 68.7266 62.3239C68.7318 62.0253 68.7888 61.7298 68.8951 61.4507V61.4011V61.2572C68.8602 61.0441 68.8453 60.8282 68.8505 60.6122C68.865 60.3076 68.9356 60.0082 69.0587 59.7291C68.9804 59.4636 68.9453 59.1872 68.9546 58.9105C68.9546 58.8758 68.9546 58.7914 68.9546 58.7269C68.9206 58.5004 68.909 58.2711 68.9199 58.0423C68.9481 57.7384 69.0322 57.4424 69.1677 57.1691C69.1032 56.8963 69.0815 56.6151 69.1033 56.3356C69.1431 56.0105 69.2476 55.6968 69.4106 55.4128V55.383C69.4106 55.2491 69.4503 55.125 69.4701 54.996C69.4899 54.8671 69.5097 54.7777 69.5197 54.6736C69.5242 54.6141 69.5242 54.5544 69.5197 54.495C69.5097 54.3148 69.5097 54.1343 69.5197 53.9542V53.9194C69.4225 53.5982 69.3938 53.2602 69.4354 52.9272L69.48 52.6345C69.5048 52.4509 69.5345 52.2624 69.5643 52.0788C69.6221 51.764 69.7417 51.4639 69.9162 51.1957C69.9153 51.1841 69.9153 51.1725 69.9162 51.161C69.9162 51.0965 69.9162 51.027 69.9162 50.9575C69.9162 50.7988 69.9559 50.6152 69.9955 50.4217L70.055 50.0943C70.0847 49.9256 70.1145 49.752 70.1492 49.5982C70.2087 49.3429 70.3003 49.0961 70.4218 48.8639C70.4419 48.8302 70.4601 48.7954 70.4763 48.7597C70.5218 48.5702 70.5814 48.3845 70.6548 48.204C70.5187 47.8392 70.4928 47.4424 70.5804 47.0629C70.6575 46.7821 70.7797 46.5156 70.9423 46.2741L70.9869 46.2096C70.9869 46.1252 71.0265 46.0409 71.0414 45.9566C71.0811 45.7829 71.1207 45.6142 71.1703 45.4604C71.2447 45.2049 71.3639 44.9647 71.5222 44.751C71.4637 44.4337 71.4824 44.1069 71.5768 43.7984C71.6582 43.5499 71.7715 43.3131 71.9138 43.0939L71.9783 42.9947C71.9783 42.9401 72.008 42.8607 72.0278 42.7764C72.0652 42.5783 72.1148 42.3828 72.1765 42.1909C72.2566 41.9764 72.3544 41.769 72.469 41.5708C72.5004 41.5214 72.5285 41.47 72.5533 41.417C72.5827 41.3324 72.6075 41.2463 72.6276 41.159C72.6721 40.9693 72.7267 40.7822 72.7912 40.5984C72.8606 40.4148 72.9349 40.2312 73.0043 40.0526L73.1035 39.7996C73.182 39.6012 73.2782 39.4102 73.391 39.229L73.4604 39.1V38.9462C73.4649 38.6418 73.5254 38.3407 73.6388 38.0582C73.7458 37.8214 73.8806 37.5982 74.0403 37.3934C74.0446 37.0772 74.112 36.7652 74.2386 36.4755C74.398 36.1477 74.6344 35.8634 74.9276 35.647C75.0069 35.5031 75.0912 35.3741 75.1606 35.2699L75.2597 35.1211C75.2574 35.0914 75.2574 35.0615 75.2597 35.0318C75.2965 34.7853 75.3666 34.545 75.4679 34.3173V34.233C75.5084 33.9463 75.5955 33.6681 75.7256 33.4094C75.8321 33.2115 75.9565 33.0238 76.0974 32.8488C76.142 32.7942 76.1965 32.7248 76.2114 32.7C76.3681 32.4171 76.5786 32.1677 76.831 31.9657L76.8707 31.931C76.95 31.792 77.0342 31.668 77.1086 31.5589L77.1433 31.5043C77.1268 31.1167 77.2177 30.7321 77.406 30.393C77.4556 30.3086 77.4952 30.2243 77.5349 30.1399C77.6169 29.9698 77.7079 29.8042 77.8075 29.6438C77.9485 29.4146 78.1203 29.206 78.3181 29.0236C78.3408 29.0034 78.3623 28.9819 78.3825 28.9591L78.4271 28.85C78.508 28.6229 78.6127 28.4051 78.7394 28.2001C78.9059 27.9604 79.1102 27.7493 79.3441 27.5749L79.4086 27.5204C79.5259 27.3589 79.6569 27.2078 79.8002 27.0689L79.9092 26.9548L79.9489 26.8506C80.0349 26.6045 80.1533 26.3709 80.3008 26.156L80.7172 25.5854L80.8064 25.4664C80.8659 25.387 80.9155 25.3027 80.97 25.2183C81.0245 25.134 81.1583 24.9206 81.2823 24.752C81.3358 24.6803 81.3855 24.6057 81.431 24.5287C81.5288 24.3562 81.6381 24.1904 81.7581 24.0326C81.9683 23.7771 82.2301 23.5691 82.5264 23.4223C82.63 23.1978 82.7598 22.9863 82.9131 22.7922C83.0897 22.5869 83.2951 22.4081 83.5228 22.2614C83.6141 21.9609 83.7659 21.6823 83.9689 21.4428L84.1523 21.2046C84.2514 21.0707 84.3654 20.9218 84.4993 20.768L84.876 20.3612L85.0842 20.1429C85.2581 19.9542 85.4546 19.7876 85.6691 19.6468L85.7781 19.5724C85.952 19.399 86.1449 19.2459 86.3531 19.1159L86.4622 19.0465C86.5762 18.9274 86.6952 18.8133 86.8141 18.7041C86.8546 18.6603 86.8976 18.6189 86.943 18.5801C87.052 18.2433 87.2369 17.9361 87.4833 17.6821C87.5329 17.6374 87.5924 17.563 87.6617 17.4836C87.7863 17.3313 87.9186 17.1856 88.0583 17.0471C88.2365 16.8889 88.429 16.7477 88.6333 16.6253L88.7622 16.546L89.0001 16.3128C89.124 16.1887 89.2479 16.0697 89.3768 15.9556C89.6073 15.7574 89.8707 15.6012 90.155 15.4942H90.2145C90.3434 15.39 90.4624 15.3007 90.5714 15.2213C90.6805 15.1419 90.7399 15.0973 90.8193 15.0278L91.0621 14.8194L91.3249 14.5912C91.4649 14.2571 91.6824 13.9612 91.9593 13.7279C92.1901 13.5478 92.4499 13.4085 92.7276 13.3162C93.0307 12.8553 93.4765 12.5067 93.9966 12.3239H94.0263C94.1967 12.0517 94.417 11.8143 94.6757 11.6243C94.8855 11.4803 95.1118 11.3621 95.3498 11.2721C95.3907 11.2586 95.4304 11.242 95.4688 11.2225C95.6638 11.0924 95.8734 10.9858 96.0933 10.905L96.2173 10.8504C96.286 10.8009 96.3522 10.7479 96.4155 10.6916C96.5147 10.6073 96.6386 10.5031 96.7774 10.3989L96.8022 10.3691C96.9812 10.0896 97.2158 9.8498 97.4912 9.66463C97.717 9.52774 97.9605 9.42257 98.2149 9.35207L98.3091 9.3223L98.4082 9.233C98.5784 9.06741 98.7662 8.92101 98.9683 8.7964L99.1914 8.6426C99.3489 8.52222 99.5145 8.41282 99.6871 8.31516C100.042 8.12228 100.445 8.03775 100.847 8.07206L101.075 7.95298L101.12 7.9381C101.286 7.5907 101.555 7.30269 101.89 7.11287C102.225 6.92304 102.61 6.84051 102.993 6.87638C103.169 6.73216 103.36 6.6074 103.563 6.50428C103.727 6.4249 103.89 6.35544 104.059 6.29095L104.347 6.16692C104.555 6.07119 104.773 5.99641 104.996 5.94366L105.154 5.899C105.19 5.87702 105.223 5.85213 105.254 5.82459C105.408 5.69815 105.574 5.58684 105.749 5.49218L105.779 5.46241C106.002 5.2161 106.271 5.01702 106.572 4.87698C106.886 4.74993 107.227 4.70552 107.564 4.74798C107.749 4.58065 107.962 4.4464 108.193 4.35108L108.312 4.27666C108.516 4.12987 108.737 4.00982 108.971 3.91945C109.349 3.78652 109.758 3.76925 110.146 3.86983L110.384 3.79541L110.493 3.76068C110.735 3.46509 111.054 3.24196 111.415 3.11572C111.715 3.02425 112.029 2.99058 112.342 3.01649H112.377L112.52 2.9768C112.706 2.89059 112.896 2.81603 113.09 2.75354C113.34 2.68388 113.599 2.65211 113.859 2.65928H113.963L114.002 2.63447C114.231 2.48875 114.48 2.37679 114.741 2.30206C114.987 2.23688 115.24 2.19862 115.494 2.18795H115.618L115.836 2.10857C116.019 2.03375 116.206 1.97078 116.397 1.92004L116.506 1.86547C116.734 1.73994 116.977 1.64486 117.229 1.58267C117.556 1.51585 117.894 1.51585 118.221 1.58267H118.34L118.736 1.49833C119.023 1.26209 119.363 1.10021 119.728 1.02701C120.008 0.981606 120.295 0.981606 120.575 1.02701H120.625L120.704 0.997239C120.934 0.895097 121.175 0.821775 121.423 0.778942C121.636 0.749174 121.829 0.739251 121.998 0.729329C122.09 0.734427 122.183 0.734427 122.275 0.729329L122.603 0.684677C122.776 0.654909 122.95 0.630103 123.128 0.610258C123.416 0.581966 123.707 0.598703 123.991 0.659871H124.045L124.169 0.625141C124.382 0.560914 124.601 0.51771 124.823 0.496148L125.492 0.436612H125.651L125.775 0.396921C126.016 0.316504 126.265 0.264879 126.519 0.243121C126.692 0.243121 126.87 0.243121 127.049 0.243121H127.391C127.653 0.230898 127.916 0.261051 128.169 0.332425C128.445 0.164714 128.755 0.0612794 129.076 0.0297852H129.398H129.934C130.137 0.0297852 130.32 0.0297852 130.484 0.0297852C130.648 0.0297852 130.687 0.0297852 130.791 0.0297852C131.021 0.0342731 131.25 0.0591774 131.475 0.104205L131.644 0.133972C131.852 0.133972 132.035 0.133972 132.199 0.168702H132.432H132.506C132.784 0.082526 133.074 0.0423057 133.364 0.0496304C133.764 0.0792908 134.147 0.222099 134.469 0.461418L134.732 0.491186C134.836 0.491186 134.94 0.520954 135.049 0.525915C135.135 0.530557 135.221 0.530557 135.307 0.525915C135.497 0.516197 135.687 0.516197 135.877 0.525915H136.006C136.256 0.482836 136.511 0.472828 136.764 0.496148L137.072 0.525915L137.597 0.575528C137.651 0.580459 137.706 0.580459 137.761 0.575528C138 0.550409 138.24 0.550409 138.479 0.575528C138.753 0.613598 139.019 0.693936 139.268 0.813671L139.347 0.8484H139.525C139.738 0.843878 139.95 0.857155 140.16 0.88809L141.007 1.01708C141.202 1.05266 141.394 1.10072 141.582 1.16096C141.672 1.16096 141.756 1.21057 141.815 1.2205H141.949C142.201 1.20628 142.454 1.21959 142.703 1.26019C142.931 1.30822 143.153 1.37971 143.367 1.47352L143.521 1.53306C143.707 1.57322 143.891 1.62458 144.071 1.68686L144.343 1.76624L144.601 1.80097C144.8 1.81998 144.997 1.85147 145.191 1.89523L145.513 1.95973C145.687 1.99446 145.86 2.02919 146.009 2.07384C146.318 2.15763 146.605 2.30649 146.852 2.51044C147.116 2.50643 147.379 2.53814 147.635 2.6047C147.909 2.68077 148.182 2.76015 148.453 2.84284C148.67 2.91034 148.881 2.99839 149.082 3.10579L149.226 3.18021H149.384C149.623 3.19913 149.859 3.24405 150.088 3.31417L150.718 3.5275L150.881 3.58208H151.02C151.268 3.60676 151.512 3.65833 151.749 3.73588L152.066 3.84503L152.562 4.01371C152.846 4.13117 153.106 4.29927 153.33 4.50984L153.37 4.54457L153.543 4.59418C153.667 4.62891 153.816 4.6686 153.975 4.72318H154.009C154.348 4.70776 154.686 4.76528 155.001 4.89186C155.273 5.00744 155.514 5.18596 155.704 5.4128C156.002 5.39914 156.299 5.45519 156.572 5.57652C156.753 5.66215 156.929 5.75995 157.097 5.86924L157.32 5.99823C157.608 6.14195 157.864 6.34088 158.074 6.58366H158.133C158.369 6.63706 158.597 6.71869 158.812 6.82677C159.003 6.92629 159.185 7.04076 159.358 7.1691L159.536 7.29313L159.829 7.44197L160.295 7.68507C160.488 7.793 160.669 7.92105 160.835 8.06709C161.206 8.0481 161.576 8.13406 161.901 8.31516C162.074 8.41828 162.24 8.53437 162.396 8.66245C162.46 8.71614 162.528 8.76428 162.599 8.80633C162.793 8.92869 162.976 9.06816 163.145 9.22308C163.187 9.26366 163.232 9.30175 163.279 9.33719C163.467 9.45693 163.643 9.59485 163.804 9.74897L163.953 9.86805C164.121 9.97719 164.27 10.0913 164.399 10.1905C164.528 10.2898 164.547 10.3046 164.627 10.3543L164.751 10.4039C164.991 10.4844 165.219 10.5962 165.43 10.7363L165.613 10.8305C165.812 10.919 166.003 11.0253 166.183 11.1481C166.405 11.3051 166.593 11.504 166.738 11.7335C167.057 11.7776 167.359 11.8985 167.621 12.0857C167.855 12.2646 168.046 12.4934 168.181 12.7555C168.475 12.8115 168.751 12.9356 168.989 13.1177C169.257 13.336 169.472 13.6125 169.618 13.9264V13.9512C169.775 14.1007 169.915 14.2671 170.035 14.4473C170.326 14.5416 170.596 14.6897 170.833 14.8839C171.059 15.0844 171.248 15.3228 171.393 15.5884V15.6182L171.482 15.6678C171.682 15.7845 171.871 15.919 172.047 16.0697C172.192 16.1996 172.327 16.3389 172.454 16.4864L172.637 16.6799L172.776 16.7742C172.96 16.884 173.134 17.0102 173.296 17.1512L173.381 17.1959C173.634 17.3229 173.865 17.4905 174.065 17.692L174.253 17.8359C174.427 17.9587 174.593 18.0929 174.749 18.2378C175.004 18.506 175.185 18.836 175.274 19.1953L175.339 19.2548C175.477 19.3683 175.61 19.4892 175.735 19.617C175.766 19.6413 175.799 19.6629 175.834 19.6815C176.06 19.8196 176.266 19.9864 176.449 20.1776C176.673 20.4312 176.842 20.7285 176.945 21.0508L177.004 21.1004C177.113 21.1947 177.247 21.3038 177.386 21.4428H177.415C177.723 21.5805 177.999 21.7817 178.223 22.0332L178.551 22.44L178.759 22.7029C178.986 22.9916 179.138 23.3328 179.2 23.6952C179.284 23.8143 179.354 23.9284 179.413 24.0276C179.794 24.1438 180.129 24.3742 180.375 24.6875C180.568 24.9547 180.704 25.2586 180.776 25.5805V25.6251C180.889 25.808 180.983 26.0026 181.054 26.2056C181.335 26.3653 181.578 26.5836 181.768 26.8456C181.918 27.0689 182.028 27.3176 182.09 27.5799C182.368 27.7362 182.605 27.9554 182.784 28.2199C182.883 28.3638 182.972 28.5176 183.061 28.6664L183.235 28.9542C183.289 29.0385 183.354 29.1229 183.413 29.2072C183.473 29.2915 183.617 29.49 183.721 29.6587C183.89 29.9523 183.995 30.2788 184.028 30.6162L184.122 30.7502C184.216 30.8841 184.32 31.0379 184.424 31.2165C184.529 31.406 184.618 31.6034 184.692 31.8069C184.717 31.8615 184.742 31.9359 184.762 31.9756L184.836 32.06C185.01 32.231 185.16 32.4245 185.282 32.6355L185.386 32.7446C185.58 32.9395 185.747 33.1598 185.882 33.3995C186.033 33.7089 186.116 34.0474 186.125 34.3918C186.189 34.5257 186.239 34.6547 186.288 34.7688L186.333 34.878C186.627 35.0886 186.865 35.3679 187.027 35.6916C187.136 35.9331 187.211 36.1886 187.25 36.4507C187.25 36.4904 187.25 36.5251 187.275 36.5648L187.468 37.0113C187.508 37.1155 187.552 37.2147 187.587 37.2991C187.615 37.3457 187.647 37.3904 187.681 37.433C187.82 37.6277 187.939 37.8354 188.038 38.0532C188.142 38.3141 188.199 38.5912 188.207 38.8718C188.421 39.0869 188.59 39.3435 188.702 39.6259C188.772 39.8145 188.826 39.9931 188.876 40.1221C188.925 40.2511 188.935 40.3205 188.97 40.4148C189.005 40.509 189.049 40.6083 189.089 40.7025C189.129 40.7968 189.233 41.0201 189.302 41.1987C189.387 41.4519 189.437 41.7157 189.451 41.9826C189.448 42.0206 189.448 42.0587 189.451 42.0967C189.51 42.2802 189.57 42.4638 189.634 42.6474L189.704 42.8706C189.763 43.0443 189.818 43.2179 189.867 43.3965L189.946 43.6496L190.006 43.7438C190.15 43.9656 190.263 44.2059 190.343 44.4582C190.402 44.6517 190.442 44.8303 190.477 44.9891C190.511 45.1479 190.521 45.1925 190.546 45.2967C190.625 45.596 190.647 45.9073 190.611 46.2145C190.611 46.2145 190.611 46.2542 190.611 46.2691C190.645 46.408 190.675 46.542 190.71 46.6759L190.754 46.8843C190.953 47.1444 191.097 47.4412 191.181 47.7575C191.243 48.0442 191.257 48.3395 191.22 48.6307C191.22 48.6555 191.22 48.6803 191.22 48.7101C191.256 48.8967 191.277 49.0858 191.285 49.2757C191.282 49.3203 191.282 49.365 191.285 49.4096V49.4394C191.462 49.6971 191.583 49.9895 191.639 50.2974C191.696 50.6052 191.686 50.9215 191.612 51.2255C191.619 51.2441 191.627 51.2623 191.637 51.28C191.717 51.4746 191.782 51.6754 191.83 51.8804L191.86 51.9349C192.017 52.1994 192.124 52.4902 192.177 52.7932C192.204 52.9857 192.22 53.1795 192.227 53.3737C192.222 53.4662 192.222 53.559 192.227 53.6515C192.261 53.943 192.246 54.2383 192.182 54.5247V54.5942L192.227 54.8274C192.251 54.9712 192.281 55.135 192.306 55.3235C192.315 55.3541 192.327 55.3839 192.341 55.4128C192.452 55.6686 192.525 55.9394 192.559 56.2165C192.559 56.4299 192.559 56.6234 192.559 56.797C192.554 56.8895 192.554 56.9823 192.559 57.0748C192.559 57.2733 192.588 57.4717 192.598 57.6702V57.9282C192.605 58.0004 192.618 58.0718 192.638 58.1415C192.685 58.3504 192.715 58.5628 192.727 58.7766C192.737 58.965 192.737 59.1538 192.727 59.3421C192.722 59.4397 192.722 59.5374 192.727 59.6349C192.738 59.9027 192.692 60.1697 192.593 60.4188C192.764 60.6986 192.858 61.0187 192.866 61.3465V61.6492C192.866 61.8327 192.866 62.0163 192.866 62.2048C192.86 62.5112 192.797 62.8138 192.683 63.0979C192.683 63.0979 192.683 63.1375 192.683 63.1574V63.5841V63.9115C192.683 64.1844 192.683 64.4573 192.658 64.7301C192.664 64.7686 192.672 64.8067 192.683 64.8442C192.743 65.1009 192.768 65.3646 192.757 65.6281C192.757 65.6926 192.757 65.7918 192.757 65.901C192.769 66.0959 192.769 66.2915 192.757 66.4864C192.742 66.6917 192.712 66.8956 192.668 67.0967C192.668 67.1909 192.628 67.2852 192.623 67.3348C192.607 67.523 192.581 67.7102 192.544 67.8954C192.544 67.9897 192.509 68.0889 192.499 68.1832C192.499 68.3816 192.45 68.5652 192.425 68.724C192.4 68.8827 192.385 68.9274 192.375 69.0316C192.341 69.3127 192.255 69.5851 192.122 69.8353C192.207 70.1181 192.234 70.4151 192.202 70.7085C192.199 70.7548 192.199 70.8011 192.202 70.8474C192.231 71.0979 192.231 71.351 192.202 71.6015C192.137 71.9464 191.998 72.2731 191.795 72.5591C191.751 72.7426 191.696 72.9014 191.652 73.0552C191.781 73.4003 191.817 73.7733 191.756 74.1367C191.684 74.4612 191.546 74.7671 191.349 75.0347C191.349 75.0844 191.349 75.1389 191.349 75.1885C191.349 75.3622 191.305 75.5507 191.26 75.7591C191.201 76.009 191.104 76.2484 190.972 76.4686C191.052 76.7945 191.052 77.1348 190.972 77.4608C190.884 77.7823 190.722 78.0793 190.502 78.3291C190.502 78.5752 190.47 78.8203 190.407 79.0584C190.405 79.103 190.405 79.1477 190.407 79.1923C190.396 79.4438 190.358 79.6933 190.293 79.9365C190.228 80.1449 190.145 80.3474 190.046 80.5418C190.016 80.6063 189.971 80.7006 189.961 80.7303C189.867 81.0107 189.724 81.2726 189.54 81.5043C189.548 81.7918 189.508 82.0786 189.421 82.3527C189.388 82.4519 189.358 82.5511 189.332 82.6503C189.292 82.8041 189.243 82.9728 189.178 83.1465C189.176 83.1927 189.176 83.2391 189.178 83.2854C189.152 83.5324 189.097 83.7756 189.015 84.0097C188.915 84.2776 188.811 84.5456 188.707 84.8135C188.578 85.1289 188.37 85.4057 188.102 85.6172C188.086 85.8678 188.029 86.1141 187.934 86.3465C187.831 86.5698 187.706 86.7825 187.562 86.9816C187.532 87.0213 187.498 87.0609 187.483 87.0857C187.404 87.2556 187.316 87.4212 187.22 87.5819C187.176 87.6613 187.126 87.7406 187.086 87.825C187.047 87.9093 187.012 88.0135 186.977 88.1028C186.943 88.1921 186.853 88.4352 186.769 88.5989C186.678 88.7847 186.573 88.9637 186.457 89.1348L186.377 89.2588V89.2935C186.355 89.6052 186.275 89.9099 186.14 90.1915C186.012 90.433 185.844 90.651 185.644 90.8365C185.628 91.1514 185.546 91.4593 185.401 91.7394C185.302 91.9181 185.198 92.0768 185.104 92.2356C185.009 92.3943 184.994 92.3993 184.945 92.4836C184.895 92.568 184.841 92.6821 184.791 92.7813C184.742 92.8805 184.633 93.0889 184.548 93.2378C184.389 93.4973 184.184 93.7259 183.944 93.9125C183.884 94.1869 183.78 94.4499 183.636 94.6914C183.6 94.7591 183.566 94.8286 183.537 94.8998C183.456 95.0922 183.36 95.278 183.25 95.4555C183.213 95.5213 183.18 95.5892 183.151 95.6589C183.066 95.8539 182.965 96.0415 182.848 96.2195C182.666 96.4906 182.425 96.7177 182.144 96.8843C182.065 97.1319 181.951 97.3673 181.807 97.5839C181.638 97.8174 181.432 98.0219 181.198 98.1891L181.133 98.2388L180.846 98.6257L180.761 98.7398C180.703 99.0872 180.565 99.4165 180.36 99.7023C180.21 99.882 180.044 100.048 179.864 100.198L179.735 100.313C179.558 100.533 179.348 100.724 179.111 100.878V100.908C179.014 101.156 178.884 101.39 178.724 101.603C178.706 101.636 178.689 101.671 178.675 101.707C178.569 101.95 178.431 102.177 178.263 102.381C178.125 102.539 177.976 102.686 177.817 102.823C177.758 102.872 177.701 102.925 177.648 102.982C177.436 103.217 177.18 103.409 176.895 103.547H176.845C176.715 103.675 176.576 103.792 176.429 103.9C176.376 104.237 176.233 104.553 176.014 104.815C175.796 105.077 175.511 105.275 175.19 105.388C175.089 105.658 174.932 105.903 174.729 106.107C174.575 106.258 174.409 106.396 174.233 106.519C174.174 106.564 174.089 106.623 174.065 106.648C173.906 106.807 173.742 106.956 173.569 107.11L173.435 107.239C173.291 107.373 173.153 107.492 173.029 107.591C172.905 107.69 172.865 107.725 172.786 107.799C172.641 107.929 172.489 108.05 172.33 108.161L172.196 108.266C172.059 108.556 171.867 108.817 171.631 109.035C171.354 109.264 171.026 109.424 170.674 109.501L170.263 109.843L170.198 109.898L170.149 109.967C169.998 110.207 169.811 110.421 169.594 110.602L169.361 110.806C169.242 110.915 169.103 111.039 168.949 111.163C168.796 111.287 168.776 111.302 168.686 111.371C168.597 111.441 168.419 111.59 168.28 111.694C168.063 111.856 167.815 111.971 167.551 112.031C167.423 112.331 167.216 112.59 166.952 112.78C166.621 113.005 166.231 113.127 165.831 113.133L165.777 113.172C165.638 113.276 165.499 113.381 165.355 113.48L165.103 113.668L164.815 113.882C164.64 114.196 164.394 114.465 164.096 114.666C163.85 114.817 163.58 114.926 163.298 114.988H163.214C163.068 115.075 162.917 115.154 162.763 115.226C162.68 115.262 162.598 115.304 162.52 115.35L162.243 115.524C162.109 115.613 161.975 115.703 161.836 115.782L161.757 115.856C161.573 116.053 161.361 116.22 161.127 116.352C160.923 116.465 160.707 116.554 160.483 116.62L160.329 116.675C160.077 116.805 159.806 116.896 159.526 116.943H159.482L159.437 116.988C159.246 117.164 159.032 117.316 158.802 117.439C158.749 117.472 158.697 117.508 158.649 117.548C158.468 117.682 158.278 117.801 158.079 117.905C157.832 118.021 157.567 118.092 157.296 118.114C157.099 118.362 156.848 118.562 156.562 118.699C156.263 118.824 155.944 118.892 155.62 118.898H155.571C155.39 118.964 155.204 119.015 155.015 119.051H154.926C154.706 119.259 154.451 119.427 154.173 119.548C153.935 119.638 153.687 119.699 153.434 119.731H153.385C153.157 119.944 152.891 120.112 152.601 120.227L152.398 120.326C152.216 120.431 152.025 120.521 151.828 120.594C151.509 120.702 151.171 120.737 150.837 120.699L150.797 120.723C150.61 120.836 150.412 120.931 150.207 121.006L150.128 121.061C149.902 121.226 149.651 121.355 149.384 121.443C149.011 121.557 148.613 121.557 148.239 121.443C148.055 121.534 147.862 121.609 147.664 121.666L147.347 121.76C147.199 121.81 147.05 121.855 146.901 121.894L146.822 121.944C146.584 122.092 146.327 122.205 146.058 122.281L145.855 122.361C145.658 122.445 145.454 122.513 145.245 122.564C144.973 122.633 144.69 122.693 144.413 122.757C144.218 122.799 144.021 122.827 143.823 122.842C143.736 122.848 143.65 122.86 143.565 122.877C143.34 122.919 143.111 122.94 142.881 122.941H142.703C142.412 122.989 142.116 122.989 141.825 122.941H141.766L141.612 122.991L141.245 123.095C140.951 123.351 140.593 123.523 140.209 123.591C139.922 123.628 139.631 123.619 139.347 123.566H139.263C139.009 123.586 138.754 123.573 138.504 123.527H138.42L138.182 123.571C137.999 123.614 137.814 123.645 137.627 123.665L137.295 123.71L136.883 123.765L136.829 123.789C136.553 123.929 136.254 124.017 135.946 124.047C135.663 124.066 135.379 124.039 135.104 123.968H135.015C134.836 123.968 134.668 123.968 134.519 123.968C134.37 123.968 134.326 123.968 134.226 123.968C134.15 123.976 134.074 123.987 133.998 124.003C133.81 124.041 133.62 124.067 133.428 124.082C133.394 124.089 133.361 124.099 133.329 124.112C133.071 124.198 132.803 124.25 132.531 124.266H131.649C131.312 124.312 130.968 124.285 130.643 124.186ZM132.472 121.597C132.72 121.512 132.978 121.46 133.24 121.443C133.318 121.435 133.396 121.424 133.473 121.408C133.665 121.37 133.858 121.343 134.053 121.329C134.241 121.329 134.415 121.329 134.549 121.329H134.851C135.121 121.313 135.392 121.34 135.654 121.408C135.912 121.28 136.191 121.198 136.477 121.165C136.606 121.165 136.735 121.135 136.863 121.115L137.305 121.056L137.607 121.001C137.756 120.971 137.924 120.937 138.103 120.917C138.37 120.886 138.641 120.896 138.906 120.947H139C139.212 120.921 139.427 120.921 139.639 120.947C139.897 120.745 140.2 120.609 140.522 120.55C140.599 120.533 140.675 120.511 140.75 120.485C140.934 120.422 141.123 120.373 141.315 120.336C141.597 120.293 141.885 120.293 142.167 120.336H142.237C142.421 120.31 142.606 120.297 142.792 120.297H142.965C143.169 120.257 143.362 120.237 143.516 120.222C143.605 120.216 143.695 120.204 143.783 120.188L144.576 120.004C144.646 119.985 144.714 119.96 144.78 119.93C144.941 119.857 145.106 119.796 145.275 119.746L145.355 119.701C145.58 119.555 145.825 119.443 146.083 119.369L146.47 119.255C146.599 119.215 146.733 119.17 146.866 119.136L147.065 119.051C147.246 118.964 147.433 118.89 147.625 118.828C147.964 118.736 148.322 118.736 148.661 118.828C148.836 118.714 149.024 118.621 149.221 118.55C149.273 118.529 149.323 118.502 149.37 118.471C149.564 118.355 149.768 118.257 149.979 118.178C150.29 118.083 150.617 118.051 150.941 118.084L151.035 118.034C151.175 117.957 151.319 117.888 151.466 117.826L151.506 117.786C151.725 117.577 151.981 117.409 152.259 117.29C152.487 117.206 152.723 117.15 152.963 117.121H153.013C153.226 116.916 153.472 116.748 153.742 116.625C153.95 116.541 154.165 116.478 154.386 116.437L154.535 116.402C154.769 116.303 155.019 116.244 155.273 116.228C155.463 115.986 155.706 115.789 155.982 115.653C156.273 115.525 156.586 115.455 156.904 115.45L156.968 115.4C157.127 115.282 157.292 115.174 157.464 115.077L157.553 115.003C157.736 114.831 157.939 114.683 158.158 114.561C158.404 114.44 158.666 114.355 158.936 114.308H159.021C159.211 114.225 159.408 114.158 159.61 114.11L159.729 114.07L159.789 114.011C159.967 113.819 160.171 113.652 160.394 113.515C160.498 113.455 160.602 113.386 160.706 113.316C160.81 113.247 160.954 113.152 161.083 113.078C161.212 113.004 161.415 112.899 161.554 112.83C161.642 112.792 161.728 112.749 161.811 112.701C162.025 112.572 162.258 112.477 162.5 112.418C162.663 112.153 162.879 111.925 163.135 111.748C163.229 111.689 163.318 111.619 163.407 111.55C163.497 111.48 163.66 111.356 163.794 111.267L164.086 111.054C164.205 110.96 164.324 110.87 164.448 110.786C164.674 110.63 164.931 110.527 165.202 110.483C165.328 110.217 165.517 109.986 165.752 109.809C166.053 109.598 166.403 109.47 166.768 109.436L166.922 109.307L167.229 109.059C167.318 108.99 167.398 108.915 167.482 108.841C167.566 108.767 167.685 108.653 167.794 108.568L167.844 108.494C167.989 108.265 168.168 108.059 168.374 107.884L168.483 107.789L169.004 107.363C169.233 107.171 169.5 107.031 169.787 106.951C169.916 106.718 170.084 106.508 170.283 106.331C170.417 106.211 170.558 106.098 170.704 105.993C170.78 105.939 170.852 105.881 170.922 105.82L171.279 105.517C171.368 105.443 171.457 105.368 171.542 105.289L171.68 105.16L172.136 104.728C172.291 104.586 172.457 104.457 172.632 104.341L172.687 104.301C172.786 103.982 172.955 103.688 173.182 103.443C173.364 103.257 173.581 103.11 173.822 103.012C173.896 102.714 174.042 102.44 174.248 102.213C174.411 102.043 174.59 101.89 174.783 101.756C174.823 101.733 174.861 101.706 174.897 101.677C175.106 101.46 175.351 101.282 175.621 101.151L175.661 101.126C175.785 101.002 175.899 100.893 175.998 100.809L176.147 100.67L176.191 100.576C176.285 100.363 176.403 100.161 176.543 99.9752C176.543 99.9504 176.568 99.9206 176.578 99.8909C176.677 99.6391 176.811 99.402 176.974 99.1864C177.148 98.9775 177.352 98.7953 177.579 98.6456L177.653 98.596C177.779 98.4448 177.917 98.3038 178.065 98.1743L178.095 98.1495C178.156 97.8287 178.285 97.5245 178.471 97.2564L178.665 96.9984C178.764 96.8694 178.858 96.7355 178.957 96.6015C179.122 96.3783 179.321 96.1824 179.547 96.021V95.9814C179.629 95.7388 179.741 95.5072 179.879 95.2917C180.068 95.0226 180.314 94.7975 180.598 94.6319C180.598 94.6021 180.623 94.5724 180.637 94.5475C180.718 94.3644 180.81 94.187 180.915 94.0167C180.952 93.9491 180.985 93.8795 181.014 93.8083C181.083 93.6501 181.161 93.4961 181.247 93.3469C181.25 93.3188 181.25 93.2906 181.247 93.2626C181.309 92.9949 181.409 92.7375 181.545 92.4985C181.704 92.2402 181.911 92.0146 182.154 91.8337L182.184 91.8089C182.229 91.7295 182.268 91.6501 182.308 91.5658C182.348 91.4815 182.442 91.3029 182.516 91.1788C182.59 91.0548 182.699 90.8712 182.784 90.7472L182.868 90.6232C182.869 90.2789 182.948 89.9394 183.101 89.6309C183.229 89.3883 183.397 89.1687 183.597 88.981C183.623 88.7026 183.697 88.4307 183.815 88.1772C183.904 88.007 184.001 87.8414 184.107 87.6811C184.153 87.616 184.194 87.548 184.231 87.4777C184.278 87.3832 184.318 87.2854 184.35 87.185C184.41 87.0262 184.469 86.8724 184.538 86.7236C184.61 86.5635 184.691 86.4078 184.781 86.2572C184.836 86.158 184.885 86.0687 184.915 85.9992C185.015 85.7857 185.136 85.5829 185.277 85.3939C185.291 85.3767 185.305 85.3584 185.317 85.3394C185.329 85.0492 185.388 84.7629 185.49 84.491C185.64 84.1465 185.88 83.8484 186.184 83.6277C186.249 83.459 186.318 83.2854 186.382 83.1316C186.382 83.0869 186.382 83.0423 186.382 82.9927C186.405 82.7557 186.456 82.5224 186.536 82.2981C186.571 82.1955 186.601 82.0911 186.625 81.9855C186.66 81.8565 186.7 81.7325 186.739 81.6085V81.544C186.727 81.2538 186.764 80.9635 186.848 80.6857C186.948 80.4029 187.096 80.1394 187.285 79.9067L187.319 79.8621C187.378 79.7044 187.446 79.5503 187.522 79.4007C187.547 79.3411 187.582 79.2717 187.597 79.227C187.612 79.1824 187.597 79.1477 187.597 79.103C187.605 78.8754 187.636 78.6493 187.691 78.4283C187.689 78.3886 187.689 78.3489 187.691 78.3092C187.69 78.06 187.72 77.8117 187.78 77.57C187.851 77.304 187.976 77.0557 188.147 76.8407C188.088 76.5576 188.088 76.2654 188.147 75.9824C188.216 75.7163 188.325 75.4621 188.469 75.2282C188.469 75.2282 188.469 75.1885 188.504 75.1637C188.539 75.1389 188.504 75.0248 188.534 74.9405C188.563 74.8561 188.573 74.613 188.613 74.4195C188.666 74.1748 188.761 73.9413 188.896 73.7299C188.796 73.4312 188.772 73.1124 188.826 72.8022C188.866 72.5924 188.924 72.3865 189 72.187L189.059 72.0133C189.117 71.7 189.24 71.4024 189.421 71.1401C189.405 70.9536 189.405 70.766 189.421 70.5795V70.5547C189.316 70.2351 189.281 69.8968 189.317 69.5624C189.359 69.2611 189.457 68.9702 189.604 68.7041V68.6595C189.604 68.5404 189.639 68.4164 189.659 68.2973C189.679 68.1782 189.699 68.079 189.708 67.9698C189.708 67.7764 189.758 67.6077 189.783 67.4737C189.808 67.3398 189.822 67.2505 189.832 67.1711C189.848 66.9789 189.878 66.7882 189.922 66.6005C189.939 66.5203 189.953 66.4391 189.961 66.3574C189.961 66.2929 189.961 66.1887 189.961 66.0796C189.961 65.9705 189.961 65.767 189.961 65.5835C189.961 65.5438 189.961 65.509 189.961 65.4694C189.901 65.2226 189.875 64.969 189.882 64.7152C189.882 64.4473 189.882 64.1745 189.907 63.9016V63.5245C189.907 63.3806 189.907 63.2318 189.907 63.083C189.918 62.7852 189.98 62.4916 190.09 62.2147V62.1651C190.09 62.0361 190.09 61.9071 190.09 61.7781V61.7434C189.849 61.4232 189.711 61.0375 189.694 60.637C189.691 60.2743 189.778 59.9165 189.946 59.5952C189.946 59.491 189.946 59.3918 189.946 59.3025C189.946 59.2132 189.946 59.0742 189.946 58.9949C189.946 58.9155 189.922 58.851 189.907 58.7716C189.862 58.5774 189.832 58.38 189.818 58.1812V57.9133C189.818 57.7297 189.818 57.5462 189.778 57.3675C189.768 57.1891 189.768 57.0102 189.778 56.8317C189.778 56.7474 189.778 56.668 189.778 56.5985L189.748 56.5192C189.641 56.2743 189.569 56.0153 189.535 55.7502C189.535 55.641 189.5 55.5319 189.48 55.4227C189.461 55.3136 189.421 55.1052 189.401 54.9266C189.37 54.6447 189.387 54.3596 189.451 54.0832V54.0087C189.451 53.85 189.421 53.7011 189.416 53.5672C189.411 53.4332 189.416 53.4283 189.416 53.3687V53.334C189.266 53.0834 189.162 52.8078 189.109 52.5204C189.109 52.4757 189.074 52.4311 189.054 52.3864C188.962 52.1725 188.893 51.9497 188.846 51.7216C188.797 51.4409 188.797 51.1539 188.846 50.8732C188.702 50.6411 188.598 50.3861 188.539 50.1191C188.498 49.9179 188.473 49.7139 188.464 49.5089C188.468 49.4411 188.468 49.3732 188.464 49.3054C188.412 49.0443 188.398 48.7767 188.425 48.5116C188.254 48.2746 188.126 48.0092 188.048 47.7277C188.013 47.5987 187.983 47.4698 187.954 47.3408C187.924 47.2118 187.894 47.0679 187.86 46.9339C187.787 46.6421 187.767 46.3398 187.8 46.0409V45.9863C187.77 45.8673 187.746 45.7482 187.716 45.6241C187.686 45.5001 187.676 45.4307 187.651 45.3364L187.592 45.2421C187.453 45.0295 187.343 44.7993 187.265 44.5575L187.171 44.2548L187.022 43.7587L186.947 43.5354C186.888 43.3519 186.829 43.1683 186.764 42.9847C186.686 42.7386 186.639 42.4835 186.625 42.2257C186.628 42.191 186.628 42.1562 186.625 42.1215C186.591 42.0322 186.551 41.9429 186.511 41.8536C186.472 41.7643 186.382 41.5608 186.323 41.407C186.263 41.2532 186.219 41.1044 186.174 40.9506C186.174 40.8861 186.14 40.8266 186.12 40.772C185.872 40.5458 185.675 40.2704 185.54 39.9633C185.432 39.6779 185.374 39.3756 185.371 39.0703L185.332 39.0157C185.2 38.8316 185.085 38.6356 184.99 38.4303L184.846 38.0929L184.667 37.6811C184.57 37.4626 184.502 37.2325 184.464 36.9964C184.224 36.7981 184.031 36.549 183.899 36.2671C183.815 36.0984 183.755 35.9397 183.696 35.8008C183.636 35.6619 183.612 35.5924 183.577 35.518C183.444 35.2412 183.367 34.9412 183.349 34.6349C183.18 34.466 183.033 34.2759 182.913 34.0693L182.833 33.9849C182.659 33.8046 182.506 33.6048 182.377 33.3896C182.282 33.208 182.197 33.0208 182.124 32.829C182.103 32.7625 182.076 32.6978 182.045 32.6355C181.992 32.5448 181.934 32.457 181.872 32.3725C181.778 32.2336 181.683 32.0996 181.594 31.9558C181.433 31.6667 181.334 31.3474 181.302 31.0181C181.266 30.9632 181.228 30.9102 181.188 30.8593C181.093 30.7254 180.999 30.5964 180.915 30.4574C180.831 30.3185 180.771 30.2243 180.702 30.1052L180.603 29.9415C180.272 29.7916 179.984 29.5614 179.765 29.2717C179.617 29.0427 179.511 28.7889 179.453 28.5225C179.205 28.3756 178.989 28.1798 178.818 27.947C178.666 27.7273 178.545 27.4867 178.461 27.2326L178.432 27.1433C178.312 26.9674 178.219 26.7753 178.154 26.5728C177.842 26.453 177.566 26.2528 177.356 25.9923C177.241 25.8333 177.135 25.6677 177.039 25.4961C176.989 25.4168 176.94 25.3324 176.91 25.2927C176.695 25.0084 176.55 24.6767 176.489 24.3253L176.365 24.1715C176.31 24.0971 176.251 24.0226 176.191 23.9532C175.893 23.817 175.625 23.6231 175.403 23.3826L175.249 23.2536C175.088 23.1234 174.936 22.9825 174.793 22.8319C174.59 22.5942 174.439 22.3172 174.347 22.0183C174.133 21.8944 173.938 21.7407 173.767 21.5618C173.718 21.5073 173.633 21.4378 173.549 21.3634C173.414 21.2515 173.285 21.1323 173.162 21.0062C172.922 20.7492 172.752 20.4349 172.667 20.0933L172.627 20.0635C172.487 19.9618 172.353 19.8525 172.226 19.7361L172.146 19.6914C171.907 19.5762 171.685 19.4275 171.487 19.2499C171.442 19.2139 171.394 19.1823 171.343 19.1556C171.155 19.0389 170.978 18.9061 170.813 18.7587C170.683 18.6394 170.559 18.5135 170.441 18.3816C170.367 18.2973 170.297 18.2179 170.253 18.1782L170.109 18.0889C169.917 17.9789 169.735 17.8527 169.564 17.7119C169.366 17.5258 169.199 17.3098 169.068 17.0719C168.801 16.9812 168.553 16.8434 168.335 16.665C168.132 16.4944 167.955 16.2956 167.809 16.0746L167.755 15.9953C167.58 15.8432 167.431 15.6639 167.313 15.4644C167.017 15.4254 166.734 15.3146 166.49 15.1417C166.245 14.9689 166.046 14.739 165.911 14.4721C165.637 14.4209 165.379 14.3109 165.152 14.1497C164.874 13.9531 164.645 13.695 164.483 13.3955L164.414 13.3658C164.243 13.2817 164.077 13.1873 163.918 13.083L163.794 13.0334C163.565 12.9537 163.346 12.8489 163.14 12.7208C163.006 12.6315 162.872 12.5323 162.743 12.438C162.614 12.3437 162.57 12.304 162.48 12.2445C162.305 12.1286 162.14 11.9992 161.985 11.8575C161.939 11.8137 161.891 11.7723 161.841 11.7335C161.665 11.6148 161.5 11.4821 161.345 11.3366L161.216 11.2225C161.053 11.1254 160.897 11.0159 160.751 10.895C160.379 10.9146 160.009 10.8341 159.68 10.6619C159.481 10.5436 159.295 10.4057 159.125 10.2501C159.085 10.2203 159.045 10.1806 159.021 10.1657L158.634 9.96231L158.297 9.79363C158.125 9.69464 157.96 9.58529 157.801 9.46618L157.648 9.35207L157.494 9.31238C157.271 9.25745 157.053 9.18102 156.845 9.08416C156.566 8.93841 156.317 8.7415 156.111 8.50369L156.086 8.47392C155.958 8.40957 155.834 8.33835 155.714 8.26058L155.665 8.23082C155.308 8.27493 154.946 8.22534 154.614 8.08694C154.332 7.9591 154.085 7.76711 153.89 7.52631C153.634 7.52091 153.381 7.47053 153.142 7.37747C153.057 7.34496 152.971 7.31681 152.884 7.29313C152.716 7.24851 152.55 7.19384 152.388 7.12941C152.114 7.00818 151.862 6.84033 151.645 6.63328L151.605 6.59855L151.323 6.50428L150.946 6.37529C150.9 6.37285 150.853 6.37285 150.807 6.37529C150.572 6.34974 150.339 6.30156 150.113 6.23141L149.925 6.16692L149.261 5.95358H149.102C148.873 5.93386 148.647 5.89063 148.428 5.82459C148.224 5.75697 148.027 5.67233 147.838 5.57156L147.679 5.49714L146.946 5.2838H146.847C146.585 5.2919 146.323 5.26352 146.068 5.19946C145.745 5.09962 145.447 4.9303 145.196 4.70333L144.978 4.66364L144.547 4.56938C144.46 4.55239 144.372 4.5408 144.284 4.53465C144.13 4.53465 143.942 4.49496 143.734 4.4503C143.525 4.40565 143.382 4.35108 143.238 4.30643C143.145 4.27526 143.051 4.24877 142.955 4.22705C142.739 4.17786 142.529 4.10808 142.326 4.01867L142.182 3.96906H142.063C141.823 3.98766 141.582 3.97599 141.344 3.93433C141.164 3.90174 140.985 3.85867 140.809 3.80534C140.724 3.77787 140.638 3.75468 140.551 3.73588L139.743 3.61185C139.669 3.60592 139.595 3.60592 139.52 3.61185C139.322 3.6152 139.123 3.60525 138.926 3.58208C138.661 3.54044 138.404 3.46195 138.162 3.3489H138.103H137.994C137.766 3.37437 137.537 3.37437 137.31 3.3489L136.814 3.30424H136.512H136.388C136.147 3.34813 135.903 3.36147 135.659 3.34393C135.57 3.33935 135.48 3.33935 135.391 3.34393C135.21 3.35366 135.028 3.35366 134.846 3.34393C134.687 3.34393 134.534 3.31417 134.375 3.29928L134.033 3.25959C133.694 3.2392 133.367 3.1278 133.086 2.93711C132.867 2.99913 132.64 3.02757 132.412 3.02145C132.249 3.02145 132.08 3.02145 131.917 2.98672H131.594C131.378 2.98381 131.162 2.95888 130.95 2.9123L130.771 2.88253C130.613 2.88253 130.449 2.88253 130.276 2.88253H129.944H129.483H129.309C129.006 3.05858 128.667 3.16215 128.318 3.18517C128.041 3.18897 127.766 3.1522 127.5 3.07602H127.421H127.029C126.92 3.07602 126.811 3.07602 126.702 3.07602L126.578 3.11075C126.348 3.18872 126.11 3.24032 125.869 3.26455H125.686L125.066 3.31913L124.883 3.36378C124.68 3.429 124.47 3.47387 124.258 3.49774C123.978 3.52247 123.695 3.50406 123.42 3.44316H123.351L122.979 3.49774L122.617 3.54735C122.445 3.57288 122.271 3.58779 122.097 3.592H121.824L121.705 3.64161C121.483 3.73449 121.253 3.80431 121.016 3.84999C120.775 3.88221 120.53 3.88221 120.288 3.84999C120.037 4.0461 119.743 4.18036 119.43 4.24193L118.89 4.35604L118.637 4.41061C118.336 4.46948 118.026 4.46948 117.725 4.41061C117.507 4.53123 117.273 4.62296 117.031 4.68349L116.808 4.76783C116.628 4.83874 116.444 4.90002 116.258 4.9514C116.027 5.00595 115.791 5.03424 115.554 5.03574H115.494L115.435 5.07047C115.215 5.21019 114.976 5.31871 114.726 5.39295C114.463 5.46275 114.19 5.49284 113.918 5.48226H113.844L113.67 5.55667C113.498 5.63894 113.321 5.71019 113.14 5.77001C112.905 5.84063 112.661 5.87247 112.416 5.86428C112.197 6.08992 111.926 6.25999 111.628 6.36041L111.227 6.4894C111.103 6.52909 110.974 6.56382 110.85 6.60847C110.514 6.72518 110.152 6.74749 109.804 6.67297C109.667 6.7648 109.522 6.84607 109.373 6.91607L109.343 6.94584C109.114 7.16024 108.847 7.32868 108.555 7.44197C108.257 7.55828 107.936 7.60084 107.618 7.566C107.445 7.72818 107.248 7.86212 107.033 7.96291L106.924 8.04229C106.738 8.19098 106.535 8.31751 106.319 8.41935C106.121 8.50787 105.916 8.57763 105.705 8.62772L105.536 8.67237C105.397 8.74183 105.249 8.80137 105.105 8.8609C105.002 8.89818 104.901 8.94125 104.803 8.9899L104.664 9.08912C104.491 9.22902 104.305 9.35196 104.109 9.45626C103.868 9.57595 103.604 9.64357 103.335 9.65471C103.168 9.90112 102.946 10.105 102.686 10.2501L102.369 10.4188L101.967 10.6321C101.633 10.8126 101.255 10.8936 100.877 10.8653H100.847C100.709 10.9708 100.565 11.0686 100.416 11.158C100.372 11.1934 100.331 11.2315 100.292 11.2721C100.128 11.4255 99.9506 11.5634 99.7614 11.6839C99.5427 11.815 99.3077 11.9168 99.0625 11.9865C98.8923 12.2386 98.6773 12.4573 98.428 12.6315C98.3593 12.681 98.2931 12.734 98.2298 12.7903C98.0897 12.9146 97.9424 13.0306 97.7886 13.1375C97.5925 13.2627 97.3851 13.369 97.169 13.4551C97.1284 13.4693 97.0887 13.4858 97.05 13.5047C96.8462 13.6387 96.6285 13.7502 96.4007 13.8371H96.3511C96.1902 14.078 95.991 14.2908 95.7612 14.4672C95.5504 14.6179 95.3204 14.7398 95.0772 14.8293H95.0326C95.0216 14.8387 95.0131 14.8507 95.0078 14.8641C94.8523 15.0792 94.6709 15.2741 94.4675 15.4445C94.2662 15.595 94.0442 15.7154 93.8082 15.8018C93.6767 16.0814 93.4875 16.3299 93.2531 16.5311C93.1341 16.6303 93.0151 16.7295 92.9011 16.8337L92.6335 17.0619C92.5095 17.1661 92.3807 17.2653 92.2518 17.3596L91.9891 17.563C91.7642 17.7538 91.5075 17.9032 91.2307 18.0046H91.1811L90.968 18.213L90.6606 18.5057C90.492 18.6566 90.3095 18.7912 90.1154 18.9075C90.0708 18.9373 90.0212 18.9621 89.9915 18.9869C89.9247 19.0494 89.8633 19.1175 89.8081 19.1903C89.7337 19.2747 89.6594 19.3689 89.5652 19.4682C89.4576 19.7964 89.2781 20.0965 89.0397 20.3463L88.7523 20.6241L88.4548 20.9119C88.2837 21.0848 88.0923 21.2364 87.8848 21.3634L87.7807 21.4328C87.6154 21.5979 87.4326 21.7443 87.2355 21.8694C87.2008 21.8942 87.1611 21.9141 87.1264 21.9439L86.9281 22.1572C86.8141 22.2812 86.7001 22.4003 86.5911 22.5243C86.482 22.6484 86.4671 22.6781 86.3928 22.7724C86.3184 22.8667 86.249 22.9659 86.1697 23.0601V23.0899C86.0779 23.3952 85.9281 23.6799 85.7286 23.9284C85.5543 24.1187 85.356 24.2854 85.1387 24.4245L85.0842 24.4642L85.0396 24.5485C84.9398 24.7642 84.815 24.9673 84.6678 25.1538C84.4552 25.4083 84.1896 25.6131 83.8896 25.7541C83.8896 25.7938 83.845 25.8286 83.8202 25.8732C83.7359 26.0072 83.6417 26.161 83.5178 26.3247C83.4682 26.3892 83.4088 26.4834 83.3443 26.5876C83.2799 26.6918 83.1659 26.8704 83.0667 27.0044L82.9726 27.1284L82.6057 27.6245C82.5904 27.6584 82.5771 27.6932 82.5661 27.7287C82.4813 27.9664 82.3681 28.193 82.229 28.4035C82.1036 28.5796 81.9644 28.7455 81.8127 28.8996C81.7683 28.9413 81.7269 28.9861 81.6887 29.0336C81.5336 29.3118 81.3305 29.5604 81.089 29.7678L81.0592 29.7926L81.0295 29.877C80.9494 30.0923 80.8499 30.2999 80.7321 30.4971C80.5937 30.7136 80.427 30.9105 80.2364 31.0826L80.162 31.152C80.1273 31.2116 80.0877 31.2909 80.048 31.3753L79.939 31.5936C79.9628 31.9848 79.8769 32.3748 79.6911 32.7198C79.6069 32.8587 79.5176 32.9976 79.4284 33.1316C79.366 33.2195 79.3081 33.3106 79.2549 33.4045C79.0998 33.667 78.8983 33.899 78.6601 34.0891L78.6204 34.1239C78.5321 34.2733 78.4327 34.4159 78.323 34.5505L78.2437 34.6547V34.7043C78.2074 34.9626 78.1356 35.2147 78.0306 35.4535C78.0283 35.4849 78.0283 35.5164 78.0306 35.5477C77.9884 35.8103 77.91 36.0658 77.7976 36.3068C77.7082 36.48 77.6055 36.6458 77.4903 36.803C77.4506 36.8675 77.3911 36.9568 77.3763 36.9865C77.2346 37.2681 77.0313 37.514 76.7814 37.7059C76.7628 37.9685 76.7026 38.2264 76.603 38.47C76.4965 38.6967 76.3634 38.9099 76.2065 39.105C76.2011 39.4004 76.144 39.6926 76.0379 39.9683C75.9593 40.1529 75.8682 40.3319 75.7653 40.5041C75.7256 40.5735 75.6761 40.6628 75.6612 40.6976L75.5571 40.9605L75.3638 41.4567C75.3638 41.5212 75.3142 41.6204 75.2894 41.7246C75.2647 41.8288 75.2052 42.052 75.1407 42.2207C75.0614 42.4211 74.9669 42.6151 74.8582 42.8012L74.7739 42.955C74.7491 43.038 74.7292 43.1225 74.7144 43.208C74.6809 43.3913 74.6345 43.572 74.5756 43.7488C74.503 43.9696 74.4013 44.1799 74.2733 44.3739C74.342 44.7026 74.3301 45.0431 74.2386 45.3662C74.1449 45.6581 73.9987 45.9305 73.8073 46.1699L73.7826 46.1997L73.7231 46.4576C73.6884 46.6015 73.6586 46.7454 73.619 46.8843C73.5612 47.0969 73.4744 47.3006 73.3612 47.4896C73.4658 47.822 73.4829 48.1757 73.4108 48.5166C73.3608 48.7091 73.2979 48.8981 73.2224 49.0822C73.1976 49.1566 73.158 49.2509 73.1481 49.2906C73.089 49.5358 72.9991 49.7725 72.8804 49.9951C72.8804 50.0298 72.8457 50.0596 72.8308 50.0943L72.7565 50.4862C72.7565 50.6103 72.7168 50.7343 72.692 50.8583C72.6673 50.9824 72.6573 51.0816 72.6474 51.1907C72.6375 51.2999 72.6078 51.5132 72.578 51.6869C72.5159 51.9918 72.3983 52.2828 72.2311 52.5452V52.5799L72.1716 52.9619V53.1256C72.2627 53.4378 72.293 53.7645 72.2608 54.0881C72.2563 54.1459 72.2563 54.204 72.2608 54.2618C72.2802 54.4796 72.2802 54.6988 72.2608 54.9167C72.2608 55.0655 72.2162 55.2094 72.1914 55.3582C72.1666 55.5071 72.1518 55.6013 72.1369 55.7254C72.0983 56.0208 72.0059 56.3067 71.8643 56.5688C71.9192 56.8228 71.9392 57.0832 71.9237 57.3427C71.8933 57.6452 71.8076 57.9395 71.6709 58.211C71.6709 58.2407 71.6709 58.2755 71.6709 58.3003C71.6969 58.4893 71.7085 58.68 71.7056 58.8708C71.7079 58.8956 71.7079 58.9205 71.7056 58.9452C71.7885 59.2151 71.827 59.4966 71.8196 59.7787C71.8012 60.0882 71.7238 60.3914 71.5916 60.6718V60.7809C71.6233 60.9845 71.6399 61.1901 71.6412 61.3961C71.6335 61.6304 71.5935 61.8625 71.5222 62.0857C71.6888 62.3726 71.7808 62.6967 71.7899 63.0284C71.7899 63.1524 71.7899 63.2715 71.7899 63.3955C71.7899 63.5196 71.7899 63.6932 71.7899 63.842C71.7938 64.1268 71.7433 64.4097 71.6412 64.6755C71.7575 64.9253 71.8264 65.1944 71.8444 65.4694C71.8568 65.7227 71.8334 65.9766 71.775 66.2235C71.775 66.2632 71.775 66.2979 71.775 66.3376C71.7834 66.5499 71.7718 66.7625 71.7403 66.9726C71.9202 67.2525 72.0338 67.5698 72.0724 67.9004C72.096 68.1263 72.096 68.3541 72.0724 68.5801C72.0724 68.6347 72.0724 68.6892 72.0724 68.724C72.0843 68.7896 72.1009 68.8542 72.122 68.9175C72.1797 69.1158 72.2228 69.3181 72.2509 69.5227C72.2888 69.8881 72.2325 70.257 72.0873 70.5944C72.0873 70.6738 72.0873 70.7581 72.0873 70.8375C72.0873 70.9169 72.0873 70.9466 72.0873 70.9962C72.3066 71.2743 72.4562 71.601 72.5235 71.9488C72.5564 72.1755 72.5664 72.4048 72.5533 72.6335C72.5533 72.688 72.5533 72.7377 72.5533 72.7724C72.596 73.0436 72.596 73.3198 72.5533 73.591C72.7043 73.8471 72.8099 74.1274 72.8655 74.4195C72.8953 74.5783 72.9201 74.7371 72.9448 74.9157C72.9696 75.0943 72.9746 75.1389 72.9994 75.2481C73.045 75.4751 73.0682 75.7061 73.0688 75.9377V75.9923C73.252 76.238 73.3881 76.5155 73.4703 76.8109L73.6487 77.5005L73.6785 77.5997C73.7502 77.8802 73.762 78.1727 73.7132 78.458C73.8846 78.6724 74.0156 78.9161 74.0998 79.1774C74.1621 79.4026 74.2003 79.6338 74.2138 79.8671C74.2111 79.915 74.2111 79.963 74.2138 80.0109C74.2634 80.1747 74.3179 80.3384 74.3724 80.5071L74.4616 80.7799C74.4616 80.8345 74.5261 80.9238 74.5657 81.0131C74.6511 81.1812 74.724 81.3553 74.7838 81.534C74.8782 81.8201 74.9186 82.1213 74.9028 82.4221L74.9276 82.4568C75.0498 82.6365 75.1544 82.8276 75.2399 83.0274L75.2944 83.0919C75.4689 83.3046 75.6109 83.542 75.7157 83.7964C75.7455 83.8659 75.7901 83.9601 75.8446 84.0593C75.8991 84.1586 75.9933 84.3521 76.0677 84.5555C76.1773 84.8344 76.2214 85.1349 76.1965 85.4336C76.3867 85.617 76.5413 85.834 76.6526 86.0736C76.6871 86.1475 76.7268 86.2188 76.7715 86.287C76.8745 86.4463 76.9672 86.612 77.0491 86.7831C77.1136 86.9319 77.173 87.0857 77.2325 87.2346C77.292 87.3834 77.3069 87.443 77.3564 87.5422C77.406 87.6414 77.4556 87.7307 77.5101 87.825C77.5646 87.9193 77.6737 88.1078 77.748 88.2566C77.8651 88.5053 77.9292 88.7756 77.9364 89.0504C78.1734 89.2207 78.3684 89.443 78.5064 89.7004C78.6263 89.9453 78.7113 90.2058 78.7592 90.4743V90.5587C78.8435 90.7174 78.903 90.8712 78.9575 91.0002C79.012 91.1292 79.0368 91.1887 79.0666 91.2433C79.0963 91.2979 79.1954 91.4765 79.2549 91.5956C79.3144 91.7146 79.3838 91.8387 79.4532 91.9577C79.5226 92.0768 79.592 92.2108 79.6614 92.3398C79.7308 92.4688 79.7803 92.563 79.8497 92.6771C79.8497 92.7168 79.939 92.7962 79.9935 92.8706C80.1162 93.0183 80.2288 93.1741 80.3306 93.337L80.4743 93.5751C80.5487 93.6892 80.6181 93.8083 80.6924 93.9274H80.7222C80.9806 94.1029 81.2041 94.325 81.3814 94.5823C81.4802 94.7337 81.5696 94.8911 81.6491 95.0536C81.6986 95.1479 81.7482 95.2372 81.7829 95.2917C81.9164 95.4962 82.0246 95.7161 82.1051 95.9466C82.1195 95.9872 82.1361 96.0269 82.1547 96.0657C82.2736 96.2393 82.3976 96.408 82.5215 96.5618L82.6057 96.6859C82.7522 96.8935 82.869 97.1206 82.9527 97.3606C83.2002 97.5102 83.4199 97.7016 83.6021 97.9262L83.7062 98.0205C83.8896 98.1665 84.0559 98.3329 84.2019 98.5166C84.3148 98.6642 84.4191 98.8182 84.5141 98.978C84.5687 99.0673 84.6232 99.1467 84.6579 99.1963C84.836 99.4295 84.9734 99.6912 85.0644 99.9702V100.02C85.1139 100.079 85.1684 100.134 85.223 100.189C85.2775 100.243 85.451 100.427 85.56 100.551C85.7118 100.738 85.8431 100.941 85.9516 101.156L86.0111 101.275C86.1003 101.379 86.1896 101.483 86.2738 101.593L86.3928 101.736C86.7268 101.851 87.029 102.044 87.2751 102.297C87.4474 102.49 87.5925 102.705 87.7064 102.937C87.7201 102.967 87.7367 102.995 87.7559 103.021C87.8058 103.07 87.8588 103.114 87.9145 103.155C88.0636 103.273 88.2059 103.399 88.3408 103.532C88.3896 103.579 88.4427 103.62 88.4994 103.656C88.6737 103.777 88.8393 103.91 88.9951 104.053C89.1833 104.251 89.3419 104.475 89.466 104.718C89.466 104.718 89.4908 104.763 89.5057 104.788L89.704 104.956C89.8328 105.061 89.9568 105.165 90.0807 105.279C90.2254 105.423 90.3596 105.577 90.4822 105.74L90.5565 105.83C90.8452 105.932 91.1124 106.086 91.3447 106.286C91.4636 106.395 91.5876 106.499 91.7115 106.604L92.2072 107.03L92.5839 107.358L92.7078 107.462L93.2035 107.884C93.4116 108.061 93.5921 108.268 93.7388 108.499L93.7636 108.533L93.8281 108.563C94.0496 108.661 94.2592 108.784 94.4526 108.93C94.6633 109.102 94.8485 109.302 95.0028 109.526C95.0165 109.551 95.0331 109.574 95.0524 109.595L95.3944 109.848L95.5382 109.952C95.8588 110.016 96.1638 110.142 96.4354 110.324C96.691 110.517 96.9023 110.762 97.055 111.044C97.2831 111.122 97.5011 111.227 97.7043 111.356C97.9566 111.537 98.1734 111.762 98.3438 112.021L98.4181 112.051C98.5886 112.123 98.7542 112.206 98.9138 112.299H98.9931C99.267 112.36 99.5296 112.464 99.7713 112.607C100.003 112.753 100.203 112.943 100.361 113.167C100.651 113.191 100.931 113.278 101.184 113.42L101.491 113.599L101.888 113.832C101.972 113.876 102.058 113.916 102.146 113.951C102.315 114.016 102.48 114.091 102.641 114.174C102.765 114.244 102.889 114.313 103.008 114.388C103.127 114.462 103.231 114.517 103.35 114.576C103.575 114.702 103.783 114.855 103.97 115.033L104.034 115.097L104.188 115.142C104.387 115.199 104.581 115.272 104.768 115.36L104.941 115.415C105.151 115.466 105.355 115.538 105.551 115.628C105.815 115.757 106.05 115.939 106.24 116.164C106.507 116.178 106.77 116.237 107.018 116.338L107.301 116.467L107.762 116.67C108.019 116.783 108.248 116.953 108.431 117.166C108.717 117.14 109.005 117.179 109.274 117.28L109.675 117.449C109.794 117.499 109.908 117.553 110.022 117.593C110.111 117.625 110.202 117.651 110.295 117.672C110.463 117.714 110.628 117.766 110.79 117.826C111.101 117.945 111.383 118.127 111.618 118.362C111.774 118.427 111.925 118.503 112.069 118.59L112.208 118.664L112.986 118.912C113.089 118.944 113.193 118.971 113.299 118.992C113.462 119.027 113.621 119.066 113.794 119.111L114.24 119.26C114.349 119.299 114.458 119.339 114.572 119.369L114.672 119.399L115.361 119.592C115.47 119.622 115.584 119.642 115.698 119.662L116.139 119.756H116.278C116.486 119.757 116.693 119.777 116.897 119.815H116.977C117.256 119.785 117.538 119.796 117.814 119.85C118.179 119.938 118.509 120.133 118.761 120.411C118.9 120.399 119.039 120.399 119.177 120.411C119.5 120.319 119.837 120.297 120.169 120.346C120.39 120.394 120.608 120.46 120.818 120.545L120.947 120.599C121.116 120.624 121.274 120.664 121.443 120.704C121.611 120.743 121.666 120.758 121.74 120.768H121.914C122.133 120.749 122.353 120.749 122.573 120.768C122.9 120.82 123.211 120.944 123.485 121.13H123.534C123.747 121.113 123.961 121.113 124.174 121.13C124.357 121.153 124.539 121.186 124.719 121.229C124.804 121.251 124.89 121.268 124.977 121.279C125.101 121.279 125.225 121.279 125.349 121.279H125.745H125.849C126.092 121.226 126.34 121.202 126.588 121.21H126.707C126.948 121.163 127.194 121.143 127.44 121.15C127.745 121.173 128.042 121.252 128.318 121.383H128.362C128.521 121.394 128.678 121.416 128.833 121.448H128.913C129.222 121.3 129.561 121.224 129.904 121.224C130.093 121.228 130.282 121.245 130.469 121.274H130.717C131.061 121.281 131.4 121.364 131.708 121.517H132.308L132.472 121.597ZM129.954 116.943H129.423H129.096C128.842 116.93 128.59 116.885 128.348 116.809C128.305 116.796 128.262 116.786 128.219 116.779C127.974 116.76 127.733 116.712 127.5 116.635L127.371 116.601C127.186 116.601 127.003 116.586 126.821 116.556H126.548C126.449 116.556 126.35 116.556 126.251 116.556C126.152 116.556 125.973 116.556 125.82 116.556H125.78C125.47 116.658 125.143 116.697 124.818 116.67C124.548 116.637 124.284 116.563 124.035 116.452L123.961 116.422H123.857C123.611 116.452 123.363 116.452 123.118 116.422C122.778 116.365 122.455 116.235 122.171 116.04H122.042C121.845 116.032 121.648 116.012 121.453 115.98C121.356 115.964 121.258 115.952 121.16 115.946C120.974 115.93 120.789 115.906 120.605 115.871L119.852 115.717H119.797H119.678C119.417 115.733 119.156 115.714 118.9 115.663C118.679 115.611 118.463 115.538 118.255 115.445L118.087 115.38C117.803 115.304 117.533 115.181 117.289 115.018H117.249H117.155C116.914 115.011 116.674 114.976 116.441 114.914C116.182 114.839 115.935 114.727 115.708 114.581L115.623 114.532C115.544 114.507 115.465 114.497 115.39 114.477L115.088 114.418C114.703 114.531 114.293 114.531 113.908 114.418C113.715 114.353 113.541 114.284 113.413 114.219L113.13 114.105C112.834 113.993 112.563 113.824 112.332 113.609L112.287 113.569C112.116 113.497 111.951 113.412 111.792 113.316L111.678 113.247H111.618C111.346 113.235 111.078 113.185 110.82 113.098H110.716C110.443 113.072 110.174 113.009 109.918 112.909C109.721 112.825 109.53 112.725 109.348 112.612C109.279 112.572 109.194 112.517 109.155 112.502C108.87 112.373 108.617 112.182 108.416 111.942C108.14 111.924 107.87 111.856 107.618 111.743C107.386 111.627 107.169 111.482 106.974 111.312L106.939 111.282C106.634 111.251 106.338 111.167 106.062 111.034C105.872 110.935 105.691 110.821 105.521 110.692C105.457 110.647 105.378 110.587 105.338 110.568L104.812 110.28L104.589 110.156L104.347 110.047C104.165 109.97 103.988 109.884 103.816 109.789C103.618 109.672 103.432 109.536 103.261 109.382C103.217 109.342 103.171 109.306 103.122 109.273L102.899 109.159C102.712 109.079 102.53 108.988 102.354 108.886C102.146 108.744 101.956 108.577 101.789 108.39C101.447 108.365 101.117 108.256 100.827 108.072C100.568 107.891 100.345 107.664 100.168 107.402V107.368L99.9746 107.244C99.8259 107.149 99.6772 107.055 99.5334 106.956C99.3444 106.816 99.1773 106.649 99.0377 106.46C98.6796 106.435 98.3358 106.31 98.0464 106.097C97.8704 105.966 97.7047 105.822 97.5507 105.666L97.392 105.512C97.1871 105.347 97.0053 105.155 96.8517 104.941L96.7774 104.847L96.5494 104.669L96.133 104.336L95.8901 104.153C95.7563 104.053 95.6076 103.944 95.4539 103.815C95.2145 103.6 95.0192 103.341 94.8789 103.051V103.016L94.7451 102.902L94.4278 102.625H94.4031C94.0839 102.522 93.79 102.353 93.5406 102.128C93.5406 102.128 93.4464 102.064 93.3968 102.029C93.2013 101.905 93.0171 101.764 92.8466 101.607C92.7177 101.483 92.5988 101.354 92.4798 101.225C92.3608 101.096 92.3311 101.062 92.2518 100.982C92.035 100.759 91.8663 100.494 91.7561 100.203C91.5139 100.073 91.2932 99.9052 91.1018 99.7073C90.8876 99.4729 90.7195 99.2002 90.6061 98.9036L90.5318 98.844C90.3662 98.7225 90.2119 98.5864 90.0708 98.4372L90.0014 98.3926C89.7485 98.2506 89.5207 98.0679 89.3272 97.8518C89.1236 97.6026 88.9704 97.3161 88.8762 97.0083C88.8514 96.9786 88.8167 96.9538 88.7919 96.929C88.6266 96.7871 88.474 96.6311 88.3359 96.4626C88.1837 96.2669 88.0618 96.0495 87.974 95.8176C87.6565 95.6829 87.3784 95.4695 87.1661 95.1975C87.057 95.0536 86.9529 94.9097 86.8488 94.7609L86.6605 94.4979C86.4898 94.2549 86.37 93.9798 86.3085 93.6892C86.0634 93.5316 85.8513 93.3277 85.684 93.0889C85.5027 92.842 85.359 92.5694 85.2577 92.2802C85.2475 92.2412 85.2342 92.2031 85.218 92.1661C85.0996 91.9727 85 91.7684 84.9206 91.5559C84.6184 91.3839 84.3631 91.1403 84.1771 90.8464C84.0563 90.6404 83.9566 90.4226 83.8797 90.1965C83.8797 90.1469 83.845 90.0923 83.8301 90.0576L83.7062 89.8938C83.5623 89.7266 83.433 89.5473 83.3195 89.358C83.1418 89.0258 83.053 88.6532 83.0618 88.2765C83.0122 88.1723 82.9626 88.073 82.923 87.9788L82.8685 87.8597C82.5623 87.6618 82.3102 87.3907 82.1348 87.0709C82.0313 86.8531 81.9499 86.6253 81.892 86.3912C81.892 86.3416 81.8672 86.287 81.8523 86.2523C81.7315 85.9908 81.656 85.7106 81.6292 85.4237C81.4214 85.2182 81.2534 84.976 81.1336 84.7093C81.0493 84.5257 80.9849 84.3521 80.9303 84.2132C80.8758 84.0742 80.8609 84.0197 80.8163 83.9204C80.7245 83.6953 80.658 83.4607 80.6181 83.2209C80.6181 83.2209 80.6181 83.1812 80.6181 83.1663C80.3864 82.9351 80.2028 82.6602 80.0778 82.3576C79.9737 82.0996 79.8696 81.8367 79.7704 81.5787C79.6656 81.2934 79.6266 80.9881 79.6564 80.6857C79.4585 80.4764 79.3065 80.228 79.2103 79.9564C79.1355 79.7211 79.0872 79.4781 79.0666 79.232C79.0666 79.1824 79.0666 79.1328 79.0666 79.103L78.9873 78.8649C78.9278 78.6714 78.8633 78.4828 78.8038 78.2894C78.777 78.2115 78.7456 78.1353 78.7097 78.0611C78.6273 77.8737 78.5561 77.6815 78.4965 77.4856C78.4143 77.1837 78.3907 76.8687 78.4271 76.5579V76.5182C78.3124 76.3158 78.2209 76.1011 78.1545 75.8782L78.1099 75.8037C77.9545 75.5643 77.839 75.3013 77.7679 75.0248C77.7431 74.9306 77.7133 74.8462 77.6836 74.7569C77.6539 74.6676 77.5696 74.4096 77.52 74.2012C77.4579 73.8922 77.4681 73.573 77.5498 73.2685C77.3917 73.0383 77.2821 72.7784 77.2276 72.5045C77.2276 72.4549 77.1879 72.3606 77.1582 72.2713C77.0939 72.0748 77.0426 71.8742 77.0045 71.671C76.9698 71.4725 76.9549 71.289 76.9401 71.1252C76.9252 70.9615 76.9401 70.9218 76.9004 70.8176C76.8608 70.7135 76.8657 70.6192 76.8409 70.52C76.8162 70.4207 76.7616 70.1776 76.7368 69.9742C76.6962 69.6875 76.7234 69.3952 76.8161 69.1209C76.6427 68.866 76.5322 68.5735 76.494 68.2675C76.4708 67.985 76.4908 67.7006 76.5534 67.4241V67.3348C76.5437 67.1563 76.5437 66.9775 76.5534 66.799C76.5585 66.7131 76.5585 66.6269 76.5534 66.541C76.5534 66.3624 76.5534 66.1887 76.5287 66.0101V65.6827C76.5287 65.509 76.5287 65.3354 76.5287 65.1568C76.5287 64.9782 76.5287 64.9385 76.5287 64.8293C76.524 64.7507 76.5124 64.6727 76.494 64.5962C76.4599 64.3908 76.4367 64.1838 76.4246 63.976C76.4246 63.7676 76.4246 63.5642 76.4246 63.3558V63.2318V63.1971C76.2941 62.9031 76.2233 62.586 76.2164 62.2644C76.2175 62.0653 76.2307 61.8665 76.256 61.669C76.256 61.5648 76.256 61.4705 76.256 61.4011C76.2642 61.1457 76.3042 60.8924 76.375 60.647C76.3872 60.6062 76.3972 60.5648 76.4047 60.5229V60.4088C76.4047 60.1707 76.4047 59.9127 76.4295 59.6894C76.4478 59.4255 76.5011 59.1653 76.5881 58.9155C76.4943 58.6276 76.454 58.3249 76.4692 58.0224C76.4692 57.9679 76.4692 57.9183 76.4692 57.8686C76.4321 57.6241 76.4221 57.3762 76.4394 57.1294C76.4599 56.9291 76.493 56.7302 76.5386 56.534C76.561 56.451 76.5775 56.3664 76.5881 56.281C76.6299 55.9793 76.7238 55.6872 76.8657 55.4178C76.863 55.4013 76.863 55.3846 76.8657 55.3681C76.8657 55.2937 76.8657 55.2193 76.8657 55.1449C76.8657 54.9812 76.8657 54.7976 76.9153 54.5942C76.9562 54.3454 77.0261 54.1023 77.1235 53.8698C77.1421 53.8294 77.1587 53.788 77.173 53.7458C77.1978 53.5771 77.2325 53.4134 77.2672 53.2497L77.297 53.1108C77.1782 52.7649 77.1475 52.3949 77.2077 52.0341C77.2624 51.7711 77.3542 51.5172 77.4804 51.28L77.525 51.1858C77.525 51.1312 77.525 51.0568 77.525 50.9824C77.54 50.7773 77.5681 50.5735 77.6092 50.3721C77.6092 50.3374 77.6092 50.2382 77.6092 50.1687C77.6169 49.948 77.6468 49.7286 77.6985 49.5138C77.7689 49.2403 77.8809 48.9793 78.0306 48.7398L78.0752 48.6654C78.0752 48.586 78.1099 48.5067 78.1248 48.4273C78.1545 48.2636 78.1842 48.08 78.2388 47.8815C78.3008 47.6725 78.3787 47.4685 78.4717 47.2713C78.4717 47.2366 78.5064 47.1969 78.5213 47.1572C78.489 46.8424 78.5159 46.5244 78.6006 46.2195L78.6849 45.9466C78.7394 45.7631 78.7939 45.5795 78.8534 45.3959C78.9129 45.2124 78.9724 45.0387 79.0368 44.8601L79.131 44.5823L79.3838 43.8629L79.4185 43.7736C79.5223 43.5095 79.6643 43.2621 79.8398 43.0393L79.8696 42.9996C79.872 42.9732 79.872 42.9466 79.8696 42.9202C79.8994 42.6676 79.9593 42.4194 80.048 42.181C80.1591 41.9209 80.3077 41.6785 80.4892 41.4616L80.5437 41.3971L80.628 41.1987C80.6825 41.0598 80.737 40.9208 80.7965 40.7869V40.6827C80.7869 40.3422 80.8512 40.0037 80.9849 39.6904C81.1268 39.3881 81.3373 39.1231 81.5995 38.9165C81.6316 38.6713 81.6949 38.4312 81.7879 38.202C81.9356 37.9174 82.1377 37.6646 82.3827 37.4578C82.3872 37.4304 82.3955 37.4036 82.4075 37.3785C82.4617 37.1792 82.533 36.985 82.6206 36.798C82.623 36.7699 82.623 36.7417 82.6206 36.7136C82.6676 36.4265 82.7596 36.1485 82.8932 35.8901C83.0357 35.6401 83.228 35.4223 83.4583 35.2501C83.48 34.9455 83.5716 34.6501 83.726 34.3868C83.8202 34.228 83.9144 34.0693 84.0135 33.8907L84.1771 33.6327C84.2217 33.5583 84.2613 33.4739 84.301 33.3896C84.3867 33.2195 84.481 33.0539 84.5835 32.8935C84.6777 32.7446 84.7769 32.6007 84.881 32.4569L85.0693 32.179C85.2203 31.9574 85.4023 31.7586 85.6096 31.5886L85.684 31.5241L85.7534 31.3753C85.8444 31.1731 85.9521 30.979 86.0755 30.7948C86.1068 30.7419 86.135 30.6873 86.1598 30.6311C86.2526 30.4221 86.3655 30.2228 86.4969 30.0357C86.6803 29.7874 86.9176 29.5838 87.1908 29.4404C87.267 29.1666 87.393 28.9093 87.5626 28.6813L87.9195 28.2348L88.0979 28.0165C88.2839 27.789 88.5196 27.6073 88.7869 27.4856C88.8541 27.1902 88.99 26.9148 89.1835 26.6819C89.2975 26.5479 89.4165 26.4189 89.5354 26.29C89.6544 26.161 89.6891 26.1312 89.7634 26.0469C89.8239 25.9775 89.8802 25.9046 89.932 25.8286C90.0361 25.6896 90.1501 25.5309 90.2988 25.3672C90.542 25.1172 90.8385 24.9255 91.1662 24.8065H91.191C91.3278 24.6838 91.4718 24.5695 91.6223 24.4642L91.7511 24.3699L92.3509 23.7597C92.4208 23.6887 92.487 23.6142 92.5492 23.5364C92.6583 23.4124 92.7822 23.2735 92.9259 23.1346C93.0697 22.9957 93.1936 22.8915 93.3324 22.7724C93.4712 22.6533 93.491 22.6384 93.5703 22.564L94.18 22.0133H94.2048L94.4328 21.7901C94.5468 21.6759 94.6707 21.5469 94.7996 21.4328L94.8938 21.3138C95.0234 21.1351 95.1695 20.969 95.33 20.8176L95.3746 20.7482C95.5225 20.4965 95.71 20.2704 95.9298 20.0784C96.2336 19.8369 96.6035 19.6934 96.9905 19.6666C97.0878 19.5449 97.1939 19.4305 97.3078 19.3243C97.4606 19.012 97.6806 18.7375 97.9522 18.5206C98.1466 18.3789 98.3561 18.2591 98.5767 18.1633L98.7106 18.0988C98.8791 17.9798 99.0377 17.8805 99.1815 17.7962L99.4244 17.6424L99.5532 17.5233C99.7124 17.3522 99.8884 17.1976 100.079 17.0619C100.365 16.8754 100.691 16.7582 101.03 16.7196L101.07 16.6799C101.233 16.5226 101.411 16.3814 101.6 16.2582C101.771 16.152 101.948 16.0575 102.131 15.9754C102.225 15.9308 102.309 15.8911 102.359 15.8613L102.631 15.6827C102.765 15.5934 102.899 15.4991 103.038 15.4148C103.067 15.3926 103.093 15.3677 103.117 15.3404C103.293 15.1474 103.495 14.9804 103.717 14.8442L103.816 14.7549C104 14.5767 104.204 14.4217 104.426 14.2935C104.705 14.148 105.01 14.0571 105.323 14.0256H105.378C105.539 13.9526 105.705 13.888 105.873 13.8321L105.953 13.8024C106.156 13.521 106.422 13.2915 106.731 13.1326C106.917 13.0436 107.109 12.9673 107.306 12.9044C107.383 12.8806 107.459 12.8524 107.534 12.82C107.855 12.6775 108.204 12.6113 108.555 12.6265L108.951 12.4529L109.15 12.3685L109.229 12.304C109.438 12.1293 109.67 11.9841 109.918 11.8724C109.99 11.8407 110.059 11.8042 110.126 11.7633C110.306 11.656 110.493 11.5616 110.686 11.4805C110.885 11.406 111.063 11.3515 111.222 11.3068C111.38 11.2622 111.41 11.2522 111.504 11.2175C111.77 11.1219 112.05 11.0699 112.332 11.0637C112.56 10.8664 112.822 10.7117 113.105 10.6073L113.413 10.4932C113.581 10.4336 113.745 10.3691 113.908 10.3146C114.001 10.285 114.092 10.2502 114.181 10.2104C114.335 10.1459 114.513 10.0764 114.711 10.0119C114.981 9.93617 115.26 9.90105 115.539 9.90774H115.638C115.86 9.85277 116.089 9.82774 116.317 9.83332C116.564 9.59701 116.865 9.42642 117.195 9.33719C117.271 9.3164 117.345 9.28986 117.418 9.25781C117.61 9.17605 117.809 9.10969 118.013 9.05935C118.303 8.99925 118.601 8.98585 118.895 9.01966H118.969C119.167 8.98371 119.368 8.9638 119.569 8.96013H119.747C119.943 8.92431 120.139 8.89947 120.337 8.88571L120.595 8.85594L121.438 8.7071C121.507 8.69116 121.574 8.67128 121.641 8.64757C121.827 8.58293 122.018 8.53153 122.211 8.49377L122.295 8.45408C122.546 8.33161 122.813 8.24637 123.088 8.20105L123.42 8.14647C123.589 8.11671 123.763 8.08694 123.916 8.06709L124.129 8.01748C124.336 7.95427 124.549 7.91107 124.764 7.88849C125.128 7.85304 125.495 7.92368 125.82 8.0919C126.029 8.01016 126.25 7.95838 126.474 7.9381L126.633 7.89841C126.862 7.82922 127.098 7.78432 127.336 7.76445C127.676 7.75203 128.014 7.81294 128.328 7.94306H128.427C128.6 7.90714 128.776 7.88228 128.952 7.86864H129.007C129.292 7.74479 129.598 7.67578 129.909 7.66523C130.163 7.6643 130.416 7.69598 130.662 7.75949H130.717C131 7.64858 131.301 7.59137 131.604 7.59081C131.841 7.60009 132.077 7.63165 132.308 7.68507L132.462 7.7198C132.731 7.73195 132.997 7.79245 133.245 7.89841C133.537 7.76426 133.856 7.70297 134.177 7.7198C134.507 7.74593 134.828 7.84234 135.119 8.0026H135.208C135.419 7.9843 135.631 7.9843 135.842 8.0026C135.884 8.00532 135.925 8.00532 135.966 8.0026C136.223 7.95829 136.485 7.94662 136.744 7.96787C137.026 8.00634 137.301 8.08835 137.557 8.21097L137.642 8.2457C137.852 8.28239 138.059 8.33547 138.261 8.40446L138.385 8.44415H138.474C138.742 8.40635 139.014 8.40635 139.282 8.44415L139.605 8.48384C139.783 8.48384 139.957 8.52353 140.13 8.5533C140.304 8.58307 140.532 8.64757 140.7 8.69222C140.786 8.7206 140.874 8.74379 140.963 8.76168C141.238 8.77454 141.509 8.8315 141.766 8.93036C142.079 8.86104 142.404 8.86104 142.718 8.93036L143.025 8.98493C143.207 9.01043 143.387 9.04521 143.565 9.08912L143.887 9.15362C144.061 9.18835 144.234 9.22308 144.408 9.26773C144.685 9.34087 144.942 9.47856 145.156 9.66959C145.457 9.58824 145.773 9.58824 146.073 9.66959C146.434 9.78207 146.757 9.98941 147.01 10.2699L147.114 10.3046C147.288 10.3493 147.456 10.3989 147.61 10.4535L147.902 10.5378C148.046 10.5726 148.205 10.6122 148.373 10.6668H148.467C148.749 10.6717 149.028 10.7202 149.295 10.8107L150.098 11.1084C150.389 11.2248 150.651 11.4025 150.867 11.6293C151.144 11.6348 151.417 11.6903 151.675 11.793C151.855 11.8696 152.03 11.9575 152.2 12.056C152.278 12.1021 152.359 12.1436 152.443 12.18C152.621 12.2594 152.785 12.3437 152.939 12.4182C153.03 12.4704 153.124 12.5168 153.221 12.5571L153.935 12.8944L153.994 12.9192C154.189 13.0161 154.376 13.1272 154.554 13.2517L154.609 13.2913C154.952 13.2884 155.291 13.3648 155.6 13.5146C155.847 13.6403 156.063 13.818 156.235 14.0355C156.555 14.0295 156.871 14.1064 157.152 14.2588C157.367 14.3804 157.566 14.527 157.747 14.6954L157.841 14.7847C158.113 14.9469 158.35 15.161 158.54 15.4148L158.574 15.4545C158.738 15.5636 158.877 15.6728 158.986 15.7621L159.145 15.8811L159.244 15.9109C159.479 15.9797 159.705 16.0763 159.918 16.1987L160.012 16.2284C160.284 16.2983 160.543 16.4105 160.78 16.5608C161.014 16.7195 161.22 16.9156 161.39 17.1413L161.449 17.2108C161.626 17.336 161.791 17.4754 161.945 17.6275L161.975 17.6623C162.31 17.7145 162.628 17.8417 162.907 18.0343L163.368 18.3816L163.591 18.5503C163.818 18.7295 164.016 18.9439 164.176 19.1854V19.2102H164.225C164.472 19.3098 164.704 19.4434 164.914 19.6071C165.177 19.8271 165.387 20.1035 165.529 20.4158L165.603 20.4604C165.785 20.5704 165.959 20.6931 166.124 20.8276C166.158 20.8573 166.238 20.9119 166.312 20.9615C166.473 21.0597 166.625 21.1709 166.768 21.2939L166.852 21.3287C167.112 21.444 167.354 21.596 167.571 21.7801C167.797 21.9976 167.98 22.2549 168.111 22.5392V22.5839L168.285 22.7327C168.419 22.8468 168.548 22.9659 168.677 23.085C168.805 23.204 168.949 23.3777 169.058 23.5017L169.147 23.6059C169.482 23.7151 169.788 23.9001 170.04 24.1467C170.237 24.3609 170.397 24.6076 170.511 24.876C170.776 25.0059 171.016 25.1824 171.219 25.3969C171.357 25.5528 171.483 25.7187 171.596 25.893C171.651 25.9675 171.705 26.0469 171.74 26.0865C171.775 26.1262 171.879 26.2304 171.948 26.2999C172.017 26.3693 172.201 26.5479 172.335 26.7067C172.469 26.8655 172.583 27.0292 172.682 27.1681C172.781 27.307 172.786 27.3219 172.845 27.3963C173 27.5888 173.131 27.7986 173.237 28.0214L173.272 28.0909H173.301C173.565 28.2527 173.796 28.4612 173.985 28.7061C174.216 29.0173 174.355 29.3867 174.387 29.7728L174.744 30.2689C174.774 30.3028 174.807 30.3343 174.843 30.3632C175.029 30.5247 175.196 30.7079 175.339 30.9089C175.398 30.9933 175.462 31.0726 175.522 31.152C175.581 31.2314 175.71 31.3852 175.804 31.5192L175.864 31.5638C176.107 31.738 176.318 31.9528 176.489 32.1989C176.652 32.4603 176.766 32.7495 176.826 33.0522V33.1167C176.919 33.2759 177 33.4417 177.068 33.6128L177.148 33.7865L177.237 33.8758C177.408 34.0453 177.559 34.2333 177.688 34.4364L177.772 34.5307C177.965 34.71 178.132 34.9154 178.268 35.1409C178.408 35.3934 178.494 35.6721 178.521 35.9595C178.766 36.1374 178.967 36.368 179.111 36.6343C179.241 36.8899 179.329 37.1645 179.373 37.4479V37.5273C179.408 37.5918 179.448 37.6513 179.487 37.7158C179.592 37.8761 179.688 38.0417 179.775 38.212C179.891 38.45 179.961 38.7073 179.983 38.971C180.247 39.1675 180.459 39.4266 180.598 39.7252C180.689 39.9313 180.76 40.1456 180.811 40.3652C180.811 40.4297 180.851 40.519 180.86 40.5487C180.989 40.8629 181.045 41.2021 181.024 41.541C181.141 41.6981 181.245 41.8639 181.336 42.0371V42.0619C181.578 42.284 181.767 42.5576 181.888 42.8624C182.01 43.1673 182.062 43.4956 182.04 43.8232V43.8728C182.095 44.0266 182.134 44.1705 182.169 44.2995C182.204 44.4285 182.224 44.4979 182.253 44.5922C182.314 44.773 182.365 44.9568 182.407 45.1429C182.407 45.2322 182.452 45.3265 182.481 45.4207C182.539 45.6179 182.586 45.8184 182.62 46.0211C182.632 46.1013 182.649 46.1808 182.67 46.2592C182.67 46.3187 182.724 46.413 182.764 46.5073C182.837 46.6693 182.901 46.8349 182.957 47.0034L183.017 47.1026C183.154 47.3296 183.262 47.573 183.339 47.827C183.413 48.0998 183.488 48.3777 183.557 48.6555C183.602 48.8242 183.641 49.0028 183.681 49.1516C183.721 49.3005 183.726 49.36 183.75 49.4642C183.815 49.7658 183.826 50.0768 183.78 50.382V50.4366L183.825 50.6301C183.849 50.7194 183.869 50.8037 183.889 50.8931C184.19 51.1746 184.398 51.5417 184.484 51.9448C184.545 52.3144 184.511 52.6935 184.385 53.0463C184.385 53.1703 184.41 53.2894 184.419 53.4035C184.424 53.4998 184.434 53.5959 184.449 53.6912C184.449 53.7309 184.484 53.8252 184.504 53.9046C184.571 54.1066 184.621 54.3141 184.652 54.5247C184.682 54.7281 184.707 54.9365 184.732 55.1399L184.762 55.3731C184.762 55.5914 184.791 55.7849 184.796 55.9585C184.796 56.033 184.796 56.1074 184.796 56.1818C184.796 56.2562 184.821 56.2364 184.831 56.2661C184.942 56.522 185.016 56.7928 185.049 57.0699C185.049 57.1741 185.074 57.2733 185.089 57.3775C185.104 57.4817 185.143 57.7198 185.158 57.9183C185.176 58.2125 185.144 58.5077 185.064 58.7914C185.062 58.8162 185.062 58.8411 185.064 58.8659C185.064 59.0544 185.064 59.2181 185.064 59.362C185.064 59.4265 185.064 59.486 185.064 59.5505C185.062 59.5653 185.062 59.5803 185.064 59.5952C185.185 59.8696 185.256 60.1638 185.272 60.4634C185.272 60.518 185.297 60.5676 185.307 60.6172C185.371 60.8537 185.407 61.0967 185.416 61.3416C185.414 61.6405 185.357 61.9366 185.247 62.2147C185.348 62.4862 185.4 62.7735 185.401 63.0631C185.393 63.2813 185.368 63.4986 185.327 63.7131C185.327 63.7825 185.297 63.8817 185.292 63.9165C185.279 64.1969 185.22 64.4734 185.118 64.7351C185.221 65.0229 185.268 65.3277 185.257 65.6331L185.213 66.159C185.213 66.2681 185.188 66.3822 185.178 66.4914C185.146 66.8006 185.059 67.1015 184.92 67.3795C184.92 67.3795 184.92 67.4142 184.92 67.4291C184.92 67.5878 184.876 67.7367 184.856 67.8706L184.811 68.1385V68.2477C184.851 68.5108 184.851 68.7784 184.811 69.0415C184.811 69.23 184.762 69.4235 184.732 69.612L184.692 69.8899L184.588 70.5944L184.563 70.7333C184.518 70.9986 184.434 71.2559 184.315 71.4973L184.271 71.5966L184.241 71.8595C184.241 72.0232 184.201 72.2068 184.162 72.4053C184.122 72.6037 184.077 72.7823 184.038 72.9361L183.993 73.0949C184.077 73.4294 184.087 73.7781 184.023 74.1169C183.945 74.4228 183.813 74.712 183.631 74.9702C183.631 74.9951 183.631 75.0199 183.631 75.0447C183.628 75.2837 183.598 75.5217 183.542 75.7541C183.498 75.9327 183.448 76.1064 183.398 76.28C183.349 76.4537 183.339 76.4834 183.314 76.5827C183.244 76.8234 183.143 77.0537 183.012 77.2673C183.075 77.597 183.059 77.9369 182.967 78.2596C182.908 78.458 182.833 78.6367 182.774 78.7905C182.714 78.9443 182.695 78.974 182.665 79.0633C182.558 79.3663 182.389 79.6435 182.169 79.877C182.157 80.1314 182.112 80.3832 182.035 80.6261C182.033 80.6658 182.033 80.7056 182.035 80.7452C182.016 81.0078 181.961 81.2665 181.872 81.5142C181.792 81.7152 181.696 81.9094 181.584 82.0947C181.549 82.1592 181.5 82.2485 181.485 82.2832C181.47 82.3179 181.416 82.4717 181.386 82.566C181.356 82.6603 181.282 82.9034 181.203 83.0919C181.064 83.4035 180.861 83.6824 180.608 83.9105L180.548 84.0742C180.494 84.228 180.429 84.4017 180.35 84.5704C180.271 84.7391 180.196 84.8879 180.117 85.0665C180.117 85.1012 180.082 85.1409 180.062 85.1756C180.124 85.5639 180.079 85.9615 179.934 86.3267C179.802 86.581 179.624 86.8082 179.408 86.9964C179.393 87.3007 179.313 87.5982 179.175 87.8696C179.045 88.1121 178.877 88.333 178.679 88.5245L178.61 88.5989C178.488 88.7837 178.342 88.9507 178.174 89.0951C178.182 89.4427 178.094 89.7859 177.921 90.0873C177.813 90.2605 177.694 90.4263 177.564 90.5835C177.505 90.6579 177.445 90.7323 177.415 90.777C177.218 91.0881 176.943 91.3428 176.617 91.5162C176.558 91.6105 176.493 91.6998 176.434 91.7891L176.325 91.9478C176.274 92.2816 176.154 92.601 175.973 92.8855C175.939 92.943 175.91 93.0026 175.884 93.0641C175.791 93.2662 175.681 93.4604 175.557 93.6446C175.363 93.905 175.116 94.1214 174.833 94.2796C174.741 94.5246 174.618 94.7565 174.466 94.9693C174.407 95.0437 174.362 95.128 174.308 95.2074C174.21 95.3793 174.103 95.545 173.985 95.7035C173.755 95.9883 173.454 96.2073 173.113 96.3386L173.088 96.3783C172.994 96.5432 172.888 96.7008 172.771 96.8496C172.771 96.8744 172.746 96.9042 172.731 96.9339C172.629 97.1918 172.489 97.4327 172.315 97.6484C172.281 97.6963 172.249 97.746 172.221 97.7972C172.108 98.0019 171.975 98.1947 171.824 98.3727C171.68 98.5364 171.537 98.6654 171.413 98.7845L171.214 98.9681L171.12 99.1169C170.999 99.3164 170.86 99.5041 170.704 99.6775C170.501 99.8811 170.264 100.049 170.005 100.174C169.887 100.447 169.719 100.696 169.509 100.908C169.312 101.106 169.087 101.273 168.84 101.404L168.751 101.459C168.566 101.623 168.355 101.754 168.126 101.846C168.025 102.16 167.846 102.443 167.606 102.669C167.38 102.871 167.11 103.015 166.818 103.091C166.708 103.36 166.539 103.601 166.322 103.795C166.056 104.01 165.746 104.164 165.415 104.247L165.365 104.301C165.226 104.46 165.075 104.607 164.914 104.743L164.83 104.847C164.678 105.05 164.502 105.233 164.305 105.393C164.141 105.517 163.987 105.616 163.849 105.71C163.71 105.805 163.68 105.82 163.601 105.879C163.418 106.011 163.224 106.127 163.021 106.226C162.964 106.252 162.909 106.281 162.857 106.316C162.668 106.446 162.467 106.559 162.257 106.653L162.099 106.733C161.931 106.848 161.755 106.952 161.573 107.045C161.426 107.401 161.178 107.706 160.86 107.923C160.654 108.055 160.435 108.163 160.205 108.246L160.076 108.295L159.799 108.474C159.655 108.568 159.506 108.667 159.358 108.757C159.173 108.869 158.979 108.965 158.778 109.044L158.599 109.119C158.556 109.151 158.514 109.186 158.475 109.223C158.3 109.39 158.108 109.536 157.9 109.66C157.617 109.815 157.305 109.911 156.983 109.942H156.939C156.775 110.022 156.626 110.081 156.498 110.131H156.448C156.257 110.451 155.983 110.714 155.655 110.89C155.367 111.038 155.046 111.108 154.723 111.093C154.541 111.298 154.323 111.466 154.079 111.59C153.998 111.627 153.92 111.67 153.846 111.719C153.678 111.823 153.504 111.917 153.325 112.001C153.044 112.121 152.743 112.189 152.438 112.205H152.378L152.16 112.309L151.699 112.517C151.66 112.517 151.625 112.567 151.585 112.592C151.386 112.742 151.167 112.865 150.936 112.959L150.272 113.217L150.153 113.262C150.104 113.283 150.057 113.31 150.014 113.341C149.813 113.475 149.596 113.585 149.37 113.668C149.155 113.743 148.935 113.798 148.71 113.832L148.527 113.862L147.759 114.12L147.669 114.179C147.445 114.334 147.2 114.454 146.941 114.537C146.61 114.63 146.263 114.649 145.925 114.591L145.751 114.651L145.255 114.81C145.196 114.81 145.107 114.859 145.013 114.894C144.828 114.973 144.637 115.038 144.442 115.087C144.256 115.134 144.068 115.171 143.877 115.196C143.784 115.208 143.691 115.224 143.6 115.246C143.372 115.297 143.139 115.323 142.906 115.325H142.752L142.643 115.375C142.418 115.488 142.18 115.573 141.934 115.628C141.738 115.668 141.539 115.694 141.34 115.707C141.253 115.712 141.167 115.722 141.082 115.737L140.239 115.891C140.167 115.907 140.096 115.927 140.026 115.951C139.824 116.02 139.617 116.073 139.406 116.109C139.132 116.151 138.853 116.151 138.579 116.109H138.504L138.4 116.144C138.176 116.229 137.943 116.288 137.706 116.323L137.419 116.357L136.878 116.427L136.754 116.467C136.517 116.557 136.269 116.617 136.016 116.645C135.951 116.645 135.857 116.67 135.753 116.69C135.559 116.734 135.362 116.764 135.163 116.779C134.985 116.779 134.801 116.779 134.623 116.779C134.445 116.779 134.41 116.779 134.306 116.779C133.952 116.795 133.601 116.715 133.29 116.546C133.062 116.628 132.823 116.675 132.581 116.685C132.378 116.685 132.194 116.685 132.031 116.685H131.728C131.499 116.685 131.27 116.664 131.044 116.62C130.742 116.793 130.401 116.889 130.053 116.898L129.954 116.943ZM131.456 113.912L131.624 113.936C131.788 113.936 131.956 113.936 132.12 113.936H132.363H132.422C132.684 113.834 132.96 113.772 133.24 113.753C133.63 113.745 134.015 113.846 134.35 114.045H134.534H134.886C134.976 114.035 135.065 114.019 135.153 113.996C135.302 113.971 135.471 113.936 135.649 113.916L135.773 113.877C135.999 113.789 136.236 113.729 136.477 113.698C136.645 113.698 136.814 113.658 136.973 113.639L137.255 113.599C137.308 113.588 137.359 113.571 137.409 113.549C137.622 113.471 137.843 113.415 138.068 113.381C138.331 113.342 138.598 113.342 138.861 113.381H138.94L139.104 113.331C139.292 113.267 139.484 113.216 139.679 113.177L140.482 113.033C140.66 112.999 140.841 112.978 141.022 112.969L141.265 112.939L141.379 112.889C141.594 112.782 141.82 112.699 142.053 112.641C142.27 112.594 142.491 112.57 142.713 112.567H142.871C143.035 112.527 143.2 112.496 143.367 112.473C143.481 112.473 143.59 112.438 143.659 112.418C143.745 112.393 143.83 112.363 143.912 112.329C144.074 112.261 144.24 112.201 144.408 112.15C144.532 112.12 144.646 112.076 144.765 112.036L145.186 111.907C145.483 111.824 145.793 111.804 146.098 111.848C146.305 111.709 146.528 111.597 146.762 111.515L147.536 111.257C147.756 111.197 147.982 111.155 148.21 111.133L148.378 111.103L148.502 111.024C148.693 110.901 148.896 110.796 149.107 110.711L149.246 110.662L149.845 110.429C149.885 110.429 149.92 110.379 149.959 110.354C150.151 110.214 150.357 110.096 150.574 110.002L150.941 109.833L151.313 109.665C151.585 109.551 151.875 109.487 152.17 109.476H152.175L152.334 109.382L152.671 109.188C152.876 108.937 153.13 108.73 153.419 108.583C153.672 108.462 153.947 108.396 154.227 108.39C154.394 108.163 154.609 107.977 154.857 107.844C155.018 107.759 155.183 107.683 155.353 107.616C155.447 107.576 155.536 107.541 155.59 107.511C155.863 107.371 156.158 107.281 156.463 107.248L156.503 107.214C156.668 107.055 156.851 106.915 157.048 106.797C157.223 106.696 157.405 106.608 157.593 106.534C157.659 106.508 157.724 106.478 157.786 106.445C157.91 106.37 158.034 106.286 158.158 106.207L158.47 106.003C158.647 105.895 158.832 105.804 159.026 105.73C159.171 105.404 159.402 105.123 159.695 104.917C159.854 104.811 160.02 104.715 160.19 104.629C160.264 104.593 160.335 104.553 160.404 104.51C160.583 104.388 160.772 104.282 160.969 104.192L161.122 104.118C161.292 103.996 161.473 103.89 161.663 103.8L161.831 103.711C161.96 103.612 162.094 103.523 162.233 103.433C162.371 103.344 162.401 103.324 162.48 103.265C162.51 103.234 162.536 103.201 162.56 103.165C162.703 102.972 162.87 102.797 163.055 102.644C163.08 102.644 163.15 102.55 163.194 102.496C163.33 102.342 163.475 102.198 163.63 102.064C163.83 101.903 164.057 101.778 164.3 101.697C164.407 101.415 164.577 101.161 164.795 100.953C165.007 100.768 165.258 100.634 165.529 100.561C165.627 100.295 165.784 100.056 165.99 99.8611C166.241 99.6343 166.539 99.465 166.862 99.365C167.016 99.2375 167.182 99.1261 167.358 99.0326C167.474 98.7654 167.633 98.5191 167.829 98.3033C168.039 98.1015 168.28 97.9341 168.543 97.8071L168.592 97.7277C168.705 97.5368 168.836 97.3573 168.984 97.1919C169.103 97.0616 169.229 96.9374 169.361 96.8198C169.44 96.7454 169.519 96.6759 169.559 96.6313C169.599 96.5866 169.618 96.537 169.648 96.4825C169.745 96.3091 169.854 96.1433 169.975 95.9863C169.975 95.9566 169.975 95.9268 170.015 95.902C170.115 95.6513 170.252 95.4171 170.421 95.2074C170.446 95.1727 170.501 95.0834 170.545 95.0089C170.644 94.8371 170.753 94.6714 170.872 94.5128C171.101 94.2379 171.396 94.0262 171.73 93.8976L171.78 93.8182C171.854 93.6992 171.938 93.5602 172.042 93.4164C172.06 93.383 172.075 93.3481 172.087 93.3122C172.178 93.0777 172.296 92.8547 172.439 92.6474C172.635 92.3887 172.883 92.1741 173.167 92.0173L173.197 91.9528C173.262 91.8117 173.335 91.6742 173.415 91.541V91.5162C173.464 91.1904 173.579 90.878 173.752 90.5984L173.965 90.2808C174.05 90.1618 174.129 90.0476 174.203 89.9286C174.406 89.6301 174.676 89.3837 174.992 89.2092C175.066 89.105 175.135 89.0157 175.2 88.9363C175.169 88.5527 175.25 88.1683 175.433 87.8299C175.6 87.5555 175.819 87.3163 176.077 87.1254H176.107C176.214 86.9592 176.339 86.8045 176.479 86.664C176.492 86.3537 176.569 86.0495 176.707 85.771C176.823 85.5448 176.979 85.3414 177.168 85.1707C177.162 84.8647 177.225 84.5613 177.351 84.2826L177.529 83.9204C177.589 83.8014 177.653 83.6773 177.708 83.5533C177.762 83.4293 177.792 83.3449 177.832 83.2407C177.872 83.1366 177.941 82.9431 178 82.7992C178.14 82.5006 178.339 82.2338 178.585 82.0153C178.585 81.9607 178.62 81.9012 178.64 81.8417C178.689 81.6829 178.744 81.5241 178.803 81.3753C178.879 81.1862 178.97 81.0037 179.076 80.8295C179.106 80.7799 179.14 80.7105 179.16 80.6708V80.5666C179.18 80.3362 179.223 80.1084 179.289 79.8869C179.289 79.8522 179.289 79.8224 179.289 79.7877C179.297 79.5247 179.342 79.2641 179.423 79.0137C179.537 78.7044 179.715 78.4223 179.943 78.1852C179.983 78.076 180.023 77.9718 180.067 77.8676C180.112 77.7635 180.102 77.7833 180.117 77.7436C180.041 77.4027 180.05 77.0485 180.142 76.7117C180.216 76.467 180.323 76.2334 180.459 76.0171C180.475 75.9862 180.494 75.9564 180.514 75.9278C180.538 75.8286 180.568 75.7343 180.593 75.6351C180.618 75.5358 180.677 75.3374 180.712 75.2084C180.717 75.1539 180.717 75.0991 180.712 75.0447C180.718 74.8176 180.747 74.5917 180.796 74.3699C180.861 74.1143 180.969 73.8712 181.113 73.6505C181.057 73.3638 181.057 73.069 181.113 72.7823C181.148 72.6236 181.188 72.4697 181.232 72.311C181.277 72.1522 181.292 72.1026 181.312 71.9935C181.331 71.8843 181.341 71.7752 181.356 71.6611C181.371 71.547 181.391 71.3435 181.416 71.1649C181.465 70.914 181.547 70.6706 181.659 70.4406L181.703 70.3463V70.2421C181.738 70.0238 181.773 69.8055 181.802 69.5872L181.847 69.2945C181.847 69.1407 181.892 68.982 181.911 68.8282V68.719C181.872 68.468 181.862 68.2132 181.882 67.9599C181.882 67.8012 181.926 67.6424 181.951 67.4886C181.976 67.3348 181.991 67.2654 182.001 67.1562C182.035 66.857 182.122 66.5663 182.258 66.2979C182.26 66.2831 182.26 66.2681 182.258 66.2532L182.288 65.9754C182.288 65.8762 182.288 65.777 182.313 65.6777V65.6529C182.198 65.3577 182.144 65.042 182.154 64.7252C182.172 64.4423 182.236 64.1641 182.343 63.9016V63.8321C182.343 63.6337 182.387 63.46 182.412 63.336C182.412 63.2963 182.412 63.2467 182.412 63.207V63.1772C182.308 62.9008 182.252 62.6091 182.243 62.314C182.25 62.0076 182.312 61.705 182.427 61.4209C182.429 61.4045 182.429 61.3878 182.427 61.3713C182.377 61.1827 182.344 60.9901 182.328 60.7958C182.32 60.7772 182.312 60.759 182.303 60.7412C182.186 60.4669 182.114 60.1754 182.09 59.878C182.09 59.6795 182.09 59.5059 182.09 59.3521C182.09 59.1983 182.09 59.1338 182.09 59.0643C182.076 58.7812 182.109 58.4978 182.189 58.2259V58.1614C182.189 58.077 182.189 57.9927 182.149 57.9083C182.11 57.824 182.11 57.6305 182.095 57.4965C182.095 57.4668 182.095 57.437 182.06 57.4122C181.954 57.1668 181.882 56.9081 181.847 56.6432C181.847 56.4447 181.847 56.2661 181.817 56.1123C181.823 56.0182 181.823 55.9237 181.817 55.8295L181.787 55.5815C181.763 55.393 181.743 55.2094 181.713 55.0209C181.713 54.9861 181.678 54.8819 181.659 54.8075C181.595 54.6198 181.547 54.4274 181.515 54.232C181.485 54.0435 181.475 53.8748 181.46 53.7359C181.445 53.597 181.46 53.5126 181.431 53.4332C181.382 53.1842 181.382 52.9282 181.431 52.6791C181.228 52.4427 181.086 52.1598 181.019 51.8555C180.984 51.6918 180.95 51.5331 180.91 51.3594L180.841 51.0518C180.789 50.7563 180.789 50.4543 180.841 50.1588C180.841 50.1588 180.841 50.129 180.841 50.1092C180.841 50.0893 180.806 49.9405 180.786 49.8561C180.766 49.7718 180.722 49.5684 180.682 49.4195C180.618 49.1715 180.553 48.9234 180.484 48.6754L180.429 48.5811C180.297 48.3651 180.192 48.1335 180.117 47.8915C180.117 47.827 180.057 47.7327 180.018 47.6335C179.978 47.5343 179.889 47.3259 179.829 47.1373C179.774 46.9538 179.733 46.7664 179.706 46.5767C179.706 46.4874 179.671 46.3882 179.656 46.3435C179.596 46.1649 179.557 45.9963 179.522 45.8474C179.487 45.6986 179.468 45.6291 179.443 45.5547C179.393 45.4009 179.349 45.2471 179.304 45.0933C179.259 44.9395 179.25 44.88 179.21 44.7708C179.124 44.5168 179.08 44.2502 179.081 43.982C178.886 43.7828 178.729 43.5489 178.62 43.2923L178.546 43.1832C178.4 42.9918 178.279 42.7836 178.184 42.563C178.061 42.2476 178.01 41.9085 178.035 41.5708C177.976 41.412 177.941 41.2681 177.906 41.1441C177.687 40.8924 177.532 40.591 177.455 40.2659C177.325 39.9699 177.255 39.6514 177.247 39.3283L177.158 39.1943C177.06 39.0496 176.973 38.8988 176.895 38.7428C176.786 38.5271 176.709 38.2964 176.667 38.0582C176.404 37.8783 176.185 37.6407 176.028 37.3636C175.877 37.0798 175.791 36.7665 175.775 36.4457C175.614 36.2832 175.471 36.1035 175.348 35.9099L175.254 35.8157C175.086 35.6455 174.935 35.4594 174.803 35.26C174.7 35.0826 174.609 34.8987 174.531 34.7093C174.507 34.6445 174.479 34.5815 174.446 34.5208C174.298 34.2815 174.194 34.0177 174.139 33.7418C173.915 33.5815 173.72 33.3834 173.564 33.1564C173.5 33.0671 173.43 32.9827 173.361 32.8984L173.083 32.5362C173.053 32.5015 173.014 32.4717 172.984 32.442C172.801 32.2957 172.634 32.1293 172.488 31.9458C172.33 31.7275 172.171 31.5092 171.993 31.2959C171.801 31.0304 171.677 30.7222 171.631 30.3979C171.434 30.2592 171.258 30.092 171.11 29.9018C170.967 29.7169 170.844 29.5173 170.744 29.3064C170.725 29.262 170.704 29.2189 170.679 29.1774C170.56 29.0336 170.466 28.8946 170.382 28.7756C170.297 28.6565 170.253 28.592 170.208 28.5374C170.164 28.4828 170.069 28.3886 169.98 28.3042C169.891 28.2199 169.747 28.0711 169.638 27.952C169.515 27.8043 169.399 27.6503 169.291 27.4906L169.207 27.3666C168.934 27.2362 168.686 27.06 168.473 26.8456C168.298 26.6535 168.156 26.4339 168.052 26.1957C167.768 26.0865 167.511 25.9173 167.299 25.6996C167.165 25.5706 167.056 25.4416 166.957 25.3275C166.857 25.2134 166.808 25.1538 166.753 25.0992L166.471 24.8462C166.362 24.752 166.253 24.6577 166.149 24.5585C165.944 24.3544 165.776 24.1159 165.653 23.854C165.41 23.749 165.185 23.6086 164.984 23.4372C164.949 23.4074 164.86 23.3479 164.79 23.3033C164.627 23.1989 164.469 23.0846 164.319 22.9609L164.121 22.822C163.948 22.7222 163.782 22.6094 163.626 22.4846C163.398 22.2854 163.212 22.0425 163.08 21.7702C162.855 21.6748 162.642 21.5532 162.446 21.408C162.23 21.2346 162.043 21.0287 161.891 20.7978C161.877 20.7743 161.86 20.7526 161.841 20.7333L161.668 20.5993L161.39 20.386C161.051 20.3369 160.728 20.2132 160.443 20.0238C160.267 19.8913 160.101 19.7453 159.948 19.5872C159.907 19.5518 159.869 19.5137 159.834 19.4731C159.611 19.3157 159.412 19.1268 159.244 18.9125C158.999 18.8485 158.764 18.7517 158.545 18.6247L158.441 18.59C158.194 18.5229 157.957 18.4227 157.737 18.2923C157.574 18.189 157.418 18.0746 157.271 17.95L157.082 17.8111C156.822 17.6485 156.594 17.44 156.408 17.1959L156.379 17.1562C156.239 17.0672 156.108 16.9659 155.987 16.8536C155.629 16.8792 155.271 16.8072 154.951 16.6452C154.698 16.5074 154.477 16.3181 154.302 16.0895C154.03 16.0724 153.764 16.0033 153.518 15.8861C153.346 15.7939 153.18 15.6894 153.023 15.5735L152.849 15.4594L152.785 15.4297C152.562 15.3255 152.339 15.2163 152.116 15.1171C151.972 15.0526 151.833 14.9831 151.694 14.9087C151.556 14.8343 151.491 14.7996 151.382 14.7549C151.273 14.7103 151.045 14.5912 150.886 14.5168L150.733 14.4324C150.422 14.4389 150.112 14.3867 149.821 14.2786C149.501 14.1426 149.216 13.9356 148.988 13.6734L148.463 13.4749H148.373C148.104 13.4692 147.837 13.424 147.58 13.341L147.258 13.2517C147.104 13.212 146.951 13.1723 146.797 13.1227L146.386 12.9986L146.019 12.8944C145.777 12.8183 145.553 12.6952 145.36 12.5323C145.057 12.6093 144.74 12.6093 144.438 12.5323C144.049 12.4276 143.701 12.2101 143.436 11.9071H143.337L142.901 11.8178C142.792 11.7881 142.678 11.7732 142.569 11.7533L142.286 11.7087C141.949 11.801 141.595 11.8179 141.25 11.7583C140.976 11.6834 140.715 11.5663 140.477 11.411L140.408 11.3763C140.249 11.3416 140.105 11.2969 139.976 11.2622C139.885 11.2343 139.792 11.2111 139.699 11.1927C139.575 11.1679 139.451 11.158 139.332 11.1431L138.945 11.0935H138.841C138.585 11.1295 138.324 11.1295 138.068 11.0935C137.848 11.0604 137.632 11.0056 137.424 10.9298L137.275 10.8802C137.006 10.8405 136.743 10.7619 136.497 10.647H136.467H136.412C136.167 10.6886 135.917 10.7003 135.669 10.6817H135.48C135.269 10.7001 135.057 10.7001 134.846 10.6817C134.59 10.6587 134.339 10.5898 134.107 10.4783C133.83 10.6013 133.528 10.659 133.225 10.647C132.91 10.628 132.602 10.547 132.318 10.4088H132.283C132.106 10.3936 131.931 10.3654 131.758 10.3245H131.674C131.398 10.4305 131.106 10.4876 130.811 10.4932C130.569 10.4887 130.328 10.4571 130.092 10.3989H130.053C129.779 10.515 129.487 10.5822 129.19 10.5974L128.967 10.6321C128.774 10.6711 128.579 10.6959 128.382 10.7065C128.065 10.7167 127.749 10.6592 127.455 10.5378H127.416C127.221 10.5929 127.022 10.6327 126.821 10.6569L126.742 10.6916C126.492 10.797 126.228 10.8655 125.958 10.895C125.583 10.9214 125.209 10.8405 124.878 10.6619C124.693 10.7171 124.504 10.7569 124.313 10.7809L123.911 10.8454L123.574 10.9L123.49 10.9397C123.25 11.0579 122.995 11.1415 122.731 11.1878C122.662 11.203 122.595 11.2229 122.528 11.2473C122.33 11.3136 122.128 11.3666 121.924 11.406L121.145 11.545C120.966 11.5755 120.786 11.5971 120.605 11.6095L120.337 11.6392C120.126 11.6792 119.912 11.7008 119.698 11.7037H119.524C119.246 11.7614 118.959 11.7714 118.677 11.7335H118.622L118.469 11.793C118.369 11.8373 118.266 11.8754 118.161 11.9071C117.904 12.1851 117.577 12.389 117.214 12.4975C116.943 12.5662 116.662 12.5913 116.382 12.572H116.307C116.071 12.6234 115.83 12.6483 115.589 12.6464C115.567 12.6415 115.545 12.6415 115.524 12.6464L115.286 12.7357C115.132 12.8031 114.975 12.8627 114.815 12.9143L114.439 13.0532L114.151 13.1574L114.112 13.1921C113.885 13.3884 113.627 13.5445 113.348 13.6535C113.087 13.7405 112.815 13.7873 112.54 13.7924H112.461C112.312 13.847 112.168 13.8867 112.044 13.9264C111.947 13.9505 111.851 13.9803 111.757 14.0157C111.685 14.0495 111.616 14.0876 111.549 14.1298C111.42 14.1993 111.266 14.2886 111.083 14.3679L111.004 14.4324C110.802 14.5984 110.581 14.7384 110.344 14.8492L110.092 14.9583L109.596 15.1717C109.283 15.3039 108.944 15.3666 108.604 15.3552C108.471 15.4098 108.347 15.4545 108.238 15.4892L108.143 15.519C107.946 15.7906 107.69 16.0144 107.395 16.1739C107.218 16.26 107.036 16.3346 106.85 16.3971C106.77 16.4269 106.671 16.4616 106.637 16.4815C106.37 16.6159 106.081 16.7015 105.784 16.7345V16.7593C105.62 16.9156 105.44 17.0552 105.249 17.176L105.174 17.2505C104.997 17.441 104.795 17.6078 104.575 17.7466C104.47 17.8061 104.366 17.8805 104.262 17.945C104.158 18.0095 104.019 18.1088 103.895 18.1881C103.735 18.2836 103.57 18.3698 103.4 18.4461C103.311 18.4908 103.216 18.5305 103.172 18.5602C103.127 18.59 103.083 18.6396 103.033 18.6843C102.879 18.8313 102.713 18.9657 102.537 19.0861C102.261 19.2608 101.95 19.371 101.625 19.4086C101.474 19.569 101.308 19.7151 101.13 19.8452C100.996 19.9395 100.852 20.0238 100.708 20.1131C100.564 20.2024 100.51 20.2322 100.441 20.2818C100.255 20.4118 100.058 20.5232 99.8506 20.6142H99.8259C99.6832 20.8852 99.4916 21.1275 99.2608 21.3287C99.2334 21.3561 99.2085 21.386 99.1864 21.418C99.045 21.6202 98.8784 21.8035 98.6907 21.9637C98.4058 22.1879 98.0608 22.3226 97.6994 22.3507C97.5897 22.5181 97.458 22.67 97.3078 22.8022L97.2235 22.9113C97.0884 23.1051 96.9322 23.2831 96.7576 23.4422C96.6733 23.5166 96.594 23.6009 96.5097 23.6803C96.4255 23.7597 96.2916 23.9036 96.1776 24.0078H96.1528L95.5778 24.5337C95.4688 24.6378 95.3498 24.7371 95.2358 24.8363L94.9731 25.0695C94.8953 25.144 94.8225 25.2236 94.755 25.3076C94.6459 25.4316 94.5369 25.5507 94.4229 25.6698C94.2296 25.8583 94.0412 26.0518 93.8528 26.2453C93.7017 26.4031 93.5357 26.546 93.3572 26.672L93.2332 26.7613C93.0021 26.9953 92.7254 27.1793 92.4203 27.3021L92.3311 27.4261C92.2369 27.5501 92.1328 27.694 92.0039 27.8428L91.7065 28.1604L91.6223 28.2497C91.579 28.6306 91.4295 28.9916 91.191 29.2915C90.9432 29.5766 90.6229 29.7892 90.2641 29.9067L90.2294 29.9464L89.9964 30.2342C89.9261 30.5503 89.7929 30.8489 89.6048 31.1123C89.3768 31.4203 89.0751 31.666 88.7275 31.8268V31.8565C88.6407 32.0526 88.5362 32.2402 88.4152 32.4172C88.3813 32.472 88.353 32.5302 88.3309 32.5908C88.2427 32.781 88.1417 32.965 88.0285 33.1415C87.8787 33.3521 87.7021 33.5422 87.5031 33.7071L87.4238 33.7766L87.2107 34.0842C87.1363 34.1933 87.062 34.2975 86.9876 34.4116C86.9133 34.5257 86.9033 34.5654 86.8538 34.6646C86.8042 34.7639 86.71 34.9623 86.6059 35.131L86.4275 35.4138L86.2887 35.642C86.2868 36.0023 86.1966 36.3567 86.026 36.674C85.8675 36.9419 85.6527 37.1721 85.3965 37.3487C85.3544 37.5907 85.2758 37.8249 85.1635 38.0433C85.1635 38.0433 85.1288 38.1475 85.1139 38.202C85.0543 38.4142 84.9746 38.6202 84.876 38.8172C84.7367 39.0806 84.5502 39.316 84.3258 39.5118C84.2865 39.7653 84.2131 40.0123 84.1077 40.2461C83.9803 40.5101 83.7978 40.7436 83.5723 40.9308C83.5637 41.1985 83.5066 41.4624 83.4038 41.7097C83.3344 41.8684 83.27 42.0322 83.2055 42.2058L83.0915 42.4737C82.9845 42.7235 82.8408 42.956 82.6652 43.1633L82.6355 43.1981C82.6376 43.2212 82.6376 43.2444 82.6355 43.2675C82.6093 43.5081 82.5544 43.7446 82.4719 43.972C82.3594 44.2181 82.2125 44.447 82.0357 44.6517C82.0188 44.6758 82.0006 44.699 81.9812 44.7212L81.7433 45.4009L81.6392 45.6936C81.5846 45.8524 81.5301 46.0111 81.4805 46.1897C81.431 46.3683 81.3765 46.5122 81.3318 46.6859L81.2773 46.8694V46.9141C81.3086 47.2168 81.2851 47.5227 81.2079 47.817C81.1464 48.012 81.0718 48.2026 80.9849 48.3876C80.9551 48.4507 80.9287 48.5153 80.9056 48.5811C80.8788 48.6841 80.8573 48.7884 80.8411 48.8937C80.8114 49.0574 80.7767 49.2161 80.737 49.3898C80.6669 49.6517 80.5566 49.9011 80.4099 50.129L80.3752 50.1885C80.3752 50.2332 80.3752 50.2927 80.3752 50.3374C80.3618 50.5439 80.3353 50.7494 80.2959 50.9526C80.2959 51.0022 80.2959 51.1014 80.2661 51.1957C80.2549 51.3858 80.2301 51.5748 80.1918 51.7613C80.1436 51.9929 80.0636 52.2166 79.9538 52.4261C80.0519 52.7353 80.0773 53.063 80.0282 53.3836C80.0282 53.5225 79.9737 53.6664 79.939 53.8053C79.9043 53.9443 79.8894 54.0534 79.8696 54.1774C79.8276 54.4142 79.7595 54.6455 79.6663 54.8671C79.6663 54.9067 79.6316 54.9464 79.6168 54.9911C79.6019 55.0357 79.6168 55.1846 79.6168 55.2838C79.6168 55.383 79.6168 55.6112 79.5771 55.7799C79.5351 56.0715 79.4429 56.3535 79.3045 56.6134C79.3053 56.6316 79.3053 56.6498 79.3045 56.668C79.2797 56.8317 79.25 56.9806 79.2202 57.1096C79.2008 57.1897 79.1859 57.2709 79.1756 57.3527C79.1729 57.3989 79.1729 57.4453 79.1756 57.4916C79.2038 57.6838 79.2171 57.8778 79.2153 58.0721V58.1217C79.3106 58.4128 79.3543 58.7184 79.3441 59.0246C79.3236 59.2769 79.2703 59.5254 79.1855 59.7639L79.1558 59.868C79.1558 60.0764 79.1558 60.2898 79.131 60.4981V60.637C79.1228 60.881 79.0828 61.1228 79.012 61.3564L78.9823 61.4805C78.9823 61.669 78.9823 61.8377 78.9426 61.9766C78.9426 62.0361 78.9426 62.0907 78.9426 62.1453C79.0687 62.432 79.1393 62.7401 79.1508 63.0532V63.3013C79.1508 63.4898 79.1508 63.6734 79.1508 63.8669C79.1508 63.9165 79.1508 64.0157 79.1855 64.105C79.2196 64.2937 79.2428 64.4842 79.2549 64.6755C79.2549 64.8145 79.2549 64.9583 79.2549 65.0973C79.2549 65.2362 79.2549 65.3552 79.2549 65.4892C79.2549 65.6232 79.2549 65.7472 79.2549 65.8811C79.2549 66.0151 79.2549 66.159 79.2549 66.2979C79.2549 66.4368 79.2549 66.6948 79.2549 66.8486C79.2473 66.9361 79.2473 67.0241 79.2549 67.1115C79.2704 67.3337 79.2587 67.557 79.2202 67.7764C79.4291 68.0482 79.564 68.3695 79.6118 68.7091C79.6506 69.0754 79.5907 69.4454 79.4383 69.7807C79.4383 69.8105 79.4383 69.8452 79.4631 69.875C79.4978 70.0387 79.5325 70.1975 79.5573 70.3711C79.5821 70.5448 79.5969 70.6936 79.6168 70.8672C79.6366 71.0409 79.6168 71.0905 79.6515 71.1997C79.6862 71.3088 79.6911 71.3485 79.7209 71.4378C79.7506 71.5271 79.7903 71.6611 79.825 71.795C80.0481 72.0683 80.2058 72.389 80.2859 72.7327C80.3524 73.0908 80.3251 73.46 80.2066 73.8043C80.2045 73.8291 80.2045 73.854 80.2066 73.8788C80.2463 74.0028 80.2959 74.1467 80.3355 74.3054L80.3801 74.3799C80.5205 74.6017 80.6289 74.8422 80.7023 75.0943L80.7618 75.2084C80.8836 75.419 80.9785 75.644 81.0443 75.8782C81.1166 76.1717 81.1367 76.4757 81.1038 76.7762V76.8059C81.1038 76.8506 81.1484 76.9002 81.1683 76.9498C81.2277 77.0937 81.3071 77.2673 81.3715 77.4757C81.4359 77.6841 81.4805 77.818 81.5351 77.9718L81.6193 78.2249C81.697 78.4388 81.7534 78.6598 81.7879 78.8847C82.0155 79.1114 82.1929 79.3836 82.3083 79.6835C82.4226 80.0183 82.4532 80.376 82.3976 80.7254L82.576 81.1868V81.2116C82.798 81.4287 82.9764 81.6863 83.1014 81.9706C83.1878 82.1866 83.2509 82.4111 83.2898 82.6404C83.2869 82.6817 83.2869 82.7232 83.2898 82.7645C83.3493 82.9133 83.4038 83.0621 83.4583 83.211L83.5426 83.4293H83.5674C83.7872 83.6383 83.9699 83.8832 84.1077 84.1536C84.2248 84.4193 84.2968 84.7027 84.3208 84.9921C84.3208 84.9921 84.3208 85.0367 84.3208 85.0566C84.3953 85.2337 84.4566 85.4161 84.5042 85.6023C84.7779 85.792 85.005 86.0414 85.1684 86.3316C85.2428 86.4705 85.3072 86.6095 85.3717 86.7533C85.4361 86.8972 85.4659 86.9617 85.5253 87.0609C85.6827 87.3681 85.7659 87.708 85.7682 88.0532C85.9017 88.2088 86.0227 88.3747 86.1301 88.5493C86.2426 88.7465 86.3356 88.9542 86.4077 89.1695C86.6943 89.3365 86.9385 89.5674 87.1214 89.8442C87.2406 90.0365 87.3386 90.2411 87.4139 90.4545C87.4139 90.5041 87.4536 90.5537 87.4684 90.5835C87.6024 90.7957 87.709 91.0241 87.7857 91.2632C88.062 91.4247 88.2986 91.6463 88.478 91.9117C88.6573 92.177 88.7747 92.4793 88.8216 92.7962L88.9406 92.9599L89.0596 93.1286C89.4156 93.2557 89.7296 93.4789 89.9667 93.7736C90.1366 94.0042 90.2687 94.2605 90.3583 94.5327V94.5723L90.4574 94.6617C90.6121 94.7959 90.7563 94.9419 90.8887 95.0982C91.0701 95.3245 91.2095 95.5817 91.3001 95.8573C91.5256 95.9932 91.7308 96.1602 91.9098 96.3535C91.9536 96.3944 92 96.4325 92.0486 96.4676C92.2268 96.5957 92.3928 96.7402 92.5442 96.8992C92.7367 97.1191 92.8893 97.371 92.9953 97.6434C93.2259 97.7686 93.4378 97.9256 93.6248 98.1098C93.8416 98.344 94.0101 98.6189 94.1205 98.9185V98.9482L94.3287 99.1665C94.413 99.2608 94.4972 99.355 94.5766 99.4344L94.7203 99.5337C94.8627 99.6193 94.9986 99.7155 95.1268 99.8214H95.1516C95.4643 99.9286 95.7525 100.097 95.9992 100.318L96.3759 100.65L96.6089 100.853C96.8355 101.064 97.022 101.315 97.1591 101.593L97.3375 101.727C97.4664 101.821 97.5953 101.915 97.7192 102.014C97.8431 102.114 97.9472 102.203 98.0662 102.292L98.3537 102.52C98.5412 102.683 98.7077 102.868 98.8494 103.071L98.9188 103.16C99.0556 103.274 99.1863 103.395 99.3103 103.523C99.6858 103.54 100.048 103.664 100.356 103.88C100.583 104.048 100.78 104.253 100.941 104.485C100.953 104.504 100.966 104.522 100.981 104.54L101.234 104.703C101.358 104.778 101.476 104.857 101.595 104.937C101.802 105.082 101.985 105.259 102.136 105.462C102.441 105.498 102.736 105.6 102.998 105.76C103.208 105.899 103.398 106.066 103.563 106.256C103.593 106.256 103.618 106.311 103.643 106.336L103.846 106.43C104.016 106.504 104.181 106.589 104.342 106.683C104.527 106.793 104.701 106.921 104.862 107.065L104.996 107.179L105.249 107.293C105.392 107.358 105.556 107.427 105.744 107.526L105.977 107.655L106.473 107.918C106.646 108.012 106.811 108.118 106.969 108.236L107.083 108.32H107.117C107.411 108.346 107.698 108.423 107.965 108.548C108.185 108.664 108.391 108.804 108.58 108.965C108.88 108.978 109.176 109.045 109.452 109.164C109.771 109.316 110.05 109.542 110.265 109.823C110.399 109.893 110.513 109.962 110.607 110.022L110.761 110.111H110.845C111.079 110.13 111.31 110.177 111.534 110.25H111.613C111.894 110.261 112.171 110.315 112.436 110.409C112.633 110.484 112.823 110.579 113.001 110.692L113.16 110.776C113.444 110.886 113.706 111.045 113.933 111.247L113.968 111.277L114.315 111.416L114.394 111.446C114.756 111.345 115.138 111.345 115.499 111.446L115.787 111.51C115.936 111.54 116.104 111.575 116.283 111.629C116.529 111.704 116.764 111.813 116.982 111.952L117.046 111.991H117.155C117.384 112 117.611 112.03 117.834 112.081C118.105 112.159 118.362 112.277 118.597 112.433L118.662 112.473C118.831 112.524 118.996 112.586 119.158 112.656L119.301 112.716C119.336 112.721 119.371 112.721 119.405 112.716C119.656 112.699 119.907 112.714 120.154 112.76H120.238L120.947 112.899C121.048 112.92 121.151 112.933 121.254 112.939C121.423 112.939 121.586 112.974 121.75 113.004C121.814 113.004 121.914 113.004 122.023 113.004C122.202 113.011 122.381 113.03 122.558 113.058C122.87 113.114 123.167 113.234 123.43 113.41C123.664 113.385 123.9 113.385 124.134 113.41C124.389 113.448 124.637 113.519 124.873 113.624C125.157 113.531 125.457 113.495 125.755 113.52C125.861 113.525 125.967 113.525 126.072 113.52H126.568L126.861 113.544L127.356 113.584C127.597 113.604 127.835 113.651 128.065 113.723C128.107 113.739 128.15 113.751 128.194 113.758C128.424 113.779 128.651 113.823 128.873 113.887L128.997 113.921H129.359H129.562C129.875 113.733 130.233 113.631 130.598 113.624C130.888 113.685 131.169 113.781 131.436 113.912H131.456Z' fill='%23272626'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_6723_285836'%3E%3Crect width='193' height='200' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.tic-all-topics .tic-fact-sheet-hero {
  background-color: #ffffff;
}

.tic-all-topics .alternating-background-colors:nth-child(odd) {
  background-color: #F1F5F7;
}

.tic-all-topics .alternating-background-colors .tic-topic-parent-row, .tic-all-topics .alternating-background-colors .tic-topic-children-row {
  max-width: 760px;
  margin: auto;
}

.tic-all-topics .alternating-background-colors .tic-topic-parent-row .tic-arrow-cta {
  font-weight: 600;
  font-size: 40px;
  line-height: 1;
  letter-spacing: -0.25px;
  margin-bottom: 20px;
  display: inline-block;
}

@media all and (max-width: 767.98px) {
  .tic-all-topics .alternating-background-colors .tic-topic-parent-row .tic-arrow-cta {
    font-size: 32px;
  }
}

.tic-all-topics .alternating-background-colors .tic-topic-parent-row p {
  margin: 0;
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row {
  margin-top: 40px;
  border-top: 1px solid #D6DAE0;
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-toggle {
  width: 100%;
  height: auto;
  padding: 40px 0 0 0;
  border: none;
  outline: none;
  text-align: left;
  background: transparent;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.1px;
}

@media all and (max-width: 767.98px) {
  .tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-toggle {
    font-size: 18px;
  }
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-toggle:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc((100% + 20px) / 2);
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 13.5002L9.2652 7.79628C9.66116 7.36732 10.3388 7.36732 10.7348 7.79628L16 13.5002' stroke='%23262626' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-toggle.open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-content {
  display: none;
  padding-top: 40px;
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-content .tic-subtopic-row {
  margin: 40px 0 0 0;
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-content .tic-subtopic-row .tic-subtopic-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-content .tic-subtopic-row .tic-subtopic-heading .tic-subtopic-icon {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-content .tic-subtopic-row .tic-subtopic-heading .tic-arrow-cta {
  margin: 0;
}

.tic-all-topics .alternating-background-colors .tic-topic-children-row .tic-topic-accordion-content .tic-subtopic-row p {
  margin: 20px 0 0 0;
}

.article-helpful-vote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-bottom: 40px;
  align-items: center;
  gap: 40px;
}

@media all and (max-width: 1299.98px) {
  .article-helpful-vote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.article-helpful-vote p {
  padding: 0;
}

.article-helpful-vote .helpful-heading {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.25px;
  width: 260px;
}

@media all and (max-width: 1299.98px) {
  .article-helpful-vote .helpful-heading {
    text-align: center;
  }
}

.article-helpful-vote .helpful-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  width: calc(100% - 260px - 50px);
}

@media all and (max-width: 1299.98px) {
  .article-helpful-vote .helpful-buttons {
    width: 100%;
  }
}

@media all and (max-width: 989.98px) {
  .article-helpful-vote .helpful-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 500px;
  }
}

.article-helpful-vote .helpful-buttons a {
  display: inline-block;
  width: 100%;
}

.article-helpful-vote a {
  text-decoration: none !important;
}

.article-helpful-vote .like-button, .article-helpful-vote .dislike-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  border: 1px solid #D6DAE0;
  border-radius: 12px;
  width: 100%;
}

.article-helpful-vote .like-button p, .article-helpful-vote .dislike-button p {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.1px;
  padding: 0;
  margin: 0;
  color: #262626;
}

.article-helpful-vote .like-button:hover, .article-helpful-vote .like-button:focus, .article-helpful-vote .dislike-button:hover, .article-helpful-vote .dislike-button:focus {
  border: 1px solid #262626;
}

.article-helpful-vote .like-button:hover p, .article-helpful-vote .like-button:focus p, .article-helpful-vote .dislike-button:hover p, .article-helpful-vote .dislike-button:focus p {
  text-decoration: underline;
}

.hrb-alert-bar {
  position: fixed;
  top: -100px;
  width: 100%;
  z-index: 99999;
  background-color: #008427;
  color: #ffffff;
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.hrb-alert-bar .container {
  padding: 15px 70px 15px 40px;
  min-height: 60px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  max-width: 100%;
  min-width: 320px;
  margin: 0 auto;
}

@media all and (max-width: 989.98px) {
  .hrb-alert-bar .container {
    padding: 15px 70px 15px 25px;
  }
}

.hrb-alert-bar .container .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.hrb-alert-bar .container .content-wrap .alert-icon {
  margin-right: 15px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 28px;
  max-width: 28px;
  min-width: 28px;
  height: 28px;
  background-color: #F5CC02;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hrb-alert-bar .container .content-wrap p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
}

.hrb-alert-bar .container .content-wrap p a {
  font-weight: 600;
  position: relative;
  color: #ffffff;
}

.hrb-alert-bar .container .content-wrap p a:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: -26px;
  top: calc((100% - 24px) / 2);
  -webkit-transition: all ease 250ms;
  transition: all ease 250ms;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%0D%0A%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20id%3D%22chevron-right%22%20fill%3D%22%23ffffff%22%3E%0D%0A%20%20%20%20%3Cg%3E%0D%0A%20%20%20%20%20%20%20%20%3Cpath%20d%3D%22M10.7%2016.7C10.3%2017.1%209.7%2017.1%209.3%2016.7%208.9%2016.3%208.9%2015.8%209.2%2015.4L9.3%2015.3%2012.6%2012%209.3%208.7C8.9%208.3%208.9%207.8%209.2%207.4L9.3%207.3C9.7%206.9%2010.2%206.9%2010.6%207.2L10.7%207.3%2014.7%2011.3C15.1%2011.7%2015.1%2012.2%2014.8%2012.6L14.7%2012.7%2010.7%2016.7Z%22%2F%3E%0D%0A%20%20%20%20%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E");
}

.hrb-alert-bar .container .content-wrap p a:hover:after, .hrb-alert-bar .container .content-wrap p a:focus:after {
  right: -31px;
}

.hrb-alert-bar .container .content-wrap .alert-close {
  position: absolute;
  right: 20px;
  top: 15px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

.hrb-alert-bar .container .content-wrap .alert-close svg {
  fill: #ffffff;
}

.wp-block-hrb-diy-layout-2up ol {
  line-height: 1.6;
}

header.site-header, main, .ba-catbar {
  -webkit-transition: all ease 400ms;
  transition: all ease 400ms;
}

.wp-block-eedee-block-gutenslider.content-change {
  height: auto !important;
}

.disabled-link {
  pointer-events: none !important;
}
