/** Import parent Theme styles */

/* transform */

/* transition */

/* transform translate */

/* center horizontal */

/* center vertical */

/* center */

/* center outline right */

/* line 1, ../redpress/resources/assets/styles/components/_buttons.scss */

.btn-default,
.btn,
.e-filter__btn--cancel,
.e-form--donate .nf-previous,
.e-form .nf-form-content input[type="button"]:not(.nf-previous),
.e-form .nf-form-content input[type="submit"],
.e-form .nf-form-content button,
.btn--primary-red,
.h-bgcolor--green .e-form--donate .nf-form-content input[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button,
.btn--primary-green,
.btn--primary-blue,
.btn--primary-yellow,
.btn--primary-white,
.btn--secondary-white,
.btn--secondary-blue {
  position: relative;
  border: 2px solid transparent;
  padding: 10px 38px 11px 38px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.25rem;
  border-radius: 0;
  outline: none;
}

/* line 12, ../redpress/resources/assets/styles/components/_buttons.scss */

.btn,
.e-filter__btn--cancel,
.e-form--donate .nf-previous,
.e-form .nf-form-content input[type="button"]:not(.nf-previous),
.e-form .nf-form-content input[type="submit"],
.e-form .nf-form-content button {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #fff;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 18px 0 rgba(31, 37, 51, 0.15);
          box-shadow: 0 6px 18px 0 rgba(31, 37, 51, 0.15);
}

/* line 90, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn.is-active,
.is-active.e-filter__btn--cancel,
.e-form--donate .is-active.nf-previous,
.e-form .nf-form-content input.is-active[type="button"]:not(.nf-previous),
.e-form .nf-form-content input.is-active[type="submit"],
.e-form .nf-form-content button.is-active,
.btn:hover,
.e-filter__btn--cancel:hover,
.e-form--donate .nf-previous:hover,
.e-form .nf-form-content input:hover[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:hover[type="submit"],
.e-form .nf-form-content button:hover {
  border-color: #fff;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 18px 0 rgba(31, 37, 51, 0.2);
          box-shadow: 0 6px 18px 0 rgba(31, 37, 51, 0.2);
}

/* line 98, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn:focus,
.e-filter__btn--cancel:focus,
.e-form--donate .nf-previous:focus,
.e-form .nf-form-content input:focus[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:focus[type="submit"],
.e-form .nf-form-content button:focus,
.btn:active,
.e-filter__btn--cancel:active,
.e-form--donate .nf-previous:active,
.e-form .nf-form-content input:active[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:active[type="submit"],
.e-form .nf-form-content button:active {
  border-color: #fff;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(31, 37, 51, 0.3);
          box-shadow: 0 2px 4px 0 rgba(31, 37, 51, 0.3);
}

/* line 106, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn.disabled,
.disabled.e-filter__btn--cancel,
.e-form--donate .disabled.nf-previous,
.e-form .nf-form-content input.disabled[type="button"]:not(.nf-previous),
.e-form .nf-form-content input.disabled[type="submit"],
.e-form .nf-form-content button.disabled,
.btn:disabled,
.e-filter__btn--cancel:disabled,
.e-form--donate .nf-previous:disabled,
.e-form .nf-form-content input:disabled[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:disabled[type="submit"],
.e-form .nf-form-content button:disabled {
  color: #000 !important;
  cursor: default;
  opacity: 0.3;
}

/* line 112, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn.disabled:hover,
.disabled.e-filter__btn--cancel:hover,
.e-form--donate .disabled.nf-previous:hover,
.e-form .nf-form-content input.disabled:hover[type="button"]:not(.nf-previous),
.e-form .nf-form-content input.disabled:hover[type="submit"],
.e-form .nf-form-content button.disabled:hover,
.btn:disabled:hover,
.e-filter__btn--cancel:disabled:hover,
.e-form--donate .nf-previous:disabled:hover,
.e-form .nf-form-content input:disabled:hover[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:disabled:hover[type="submit"],
.e-form .nf-form-content button:disabled:hover {
  border-color: #fff !important;
  color: #000 !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0 6px 18px 0 rgba(31, 37, 51, 0.15) !important;
          box-shadow: 0 6px 18px 0 rgba(31, 37, 51, 0.15) !important;
}

/** Import child Theme main styles */

/* line 1, resources/assets/styles/common/_buttons.scss */

.btn-default,
.btn,
.e-filter__btn--cancel,
.e-form--donate .nf-previous,
.e-form .nf-form-content input[type="button"]:not(.nf-previous),
.e-form .nf-form-content input[type="submit"],
.e-form .nf-form-content button,
.btn--primary-red,
.h-bgcolor--green .e-form--donate .nf-form-content input[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button,
.btn--primary-green,
.btn--primary-blue,
.btn--primary-yellow,
.btn--primary-white,
.btn--secondary-white,
.btn--secondary-blue {
  position: relative;
  border: 2px solid;
  padding: 0 28px 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2.75rem;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  border-radius: 6px;
}

/* line 17, resources/assets/styles/common/_buttons.scss */

.btn--primary-red,
.e-filter__btn--cancel,
.h-bgcolor--green .e-form--donate .nf-form-content input[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #ea5659;
  color: #fff;
  background-color: #ea5659;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 90, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-red.is-active,
.is-active.e-filter__btn--cancel,
.h-bgcolor--green .e-form--donate .nf-form-content input.is-active[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button.is-active,
.btn--primary-red:hover,
.e-filter__btn--cancel:hover,
.h-bgcolor--green .e-form--donate .nf-form-content input:hover[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button:hover {
  border-color: #f0898b;
  color: #fff;
  background-color: #f0898b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 98, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-red:focus,
.e-filter__btn--cancel:focus,
.h-bgcolor--green .e-form--donate .nf-form-content input:focus[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button:focus,
.btn--primary-red:active,
.e-filter__btn--cancel:active,
.h-bgcolor--green .e-form--donate .nf-form-content input:active[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button:active {
  border-color: #f0898b;
  color: #fff;
  background-color: #f0898b;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 106, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-red.disabled,
.disabled.e-filter__btn--cancel,
.h-bgcolor--green .e-form--donate .nf-form-content input.disabled[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button.disabled,
.btn--primary-red:disabled,
.e-filter__btn--cancel:disabled,
.h-bgcolor--green .e-form--donate .nf-form-content input:disabled[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button:disabled {
  color: #fff !important;
  cursor: default;
  opacity: 0.3;
}

/* line 112, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-red.disabled:hover,
.disabled.e-filter__btn--cancel:hover,
.h-bgcolor--green .e-form--donate .nf-form-content input.disabled:hover[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button.disabled:hover,
.btn--primary-red:disabled:hover,
.e-filter__btn--cancel:disabled:hover,
.h-bgcolor--green .e-form--donate .nf-form-content input:disabled:hover[type="button"]:not(.nf-previous),
.h-bgcolor--green .e-form--donate .nf-form-content button:disabled:hover {
  border-color: #ea5659 !important;
  color: #fff !important;
  background-color: #ea5659 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 21, resources/assets/styles/common/_buttons.scss */

.btn--primary-green,
.e-form .nf-form-content input[type="button"]:not(.nf-previous),
.e-form .nf-form-content input[type="submit"],
.e-form .nf-form-content button {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #74b89e;
  color: #fff;
  background-color: #74b89e;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 90, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-green.is-active,
.e-form .nf-form-content input.is-active[type="button"]:not(.nf-previous),
.e-form .nf-form-content input.is-active[type="submit"],
.e-form .nf-form-content button.is-active,
.btn--primary-green:hover,
.e-form .nf-form-content input:hover[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:hover[type="submit"],
.e-form .nf-form-content button:hover {
  border-color: #9ecdbb;
  color: #fff;
  background-color: #9ecdbb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 98, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-green:focus,
.e-form .nf-form-content input:focus[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:focus[type="submit"],
.e-form .nf-form-content button:focus,
.btn--primary-green:active,
.e-form .nf-form-content input:active[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:active[type="submit"],
.e-form .nf-form-content button:active {
  border-color: #9ecdbb;
  color: #fff;
  background-color: #9ecdbb;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 106, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-green.disabled,
.e-form .nf-form-content input.disabled[type="button"]:not(.nf-previous),
.e-form .nf-form-content input.disabled[type="submit"],
.e-form .nf-form-content button.disabled,
.btn--primary-green:disabled,
.e-form .nf-form-content input:disabled[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:disabled[type="submit"],
.e-form .nf-form-content button:disabled {
  color: #fff !important;
  cursor: default;
  opacity: 0.3;
}

/* line 112, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-green.disabled:hover,
.e-form .nf-form-content input.disabled:hover[type="button"]:not(.nf-previous),
.e-form .nf-form-content input.disabled:hover[type="submit"],
.e-form .nf-form-content button.disabled:hover,
.btn--primary-green:disabled:hover,
.e-form .nf-form-content input:disabled:hover[type="button"]:not(.nf-previous),
.e-form .nf-form-content input:disabled:hover[type="submit"],
.e-form .nf-form-content button:disabled:hover {
  border-color: #74b89e !important;
  color: #fff !important;
  background-color: #74b89e !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 25, resources/assets/styles/common/_buttons.scss */

.btn--primary-blue,
.e-form--donate .nf-previous {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #5385bf;
  color: #fff;
  background-color: #5385bf;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 90, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-blue.is-active,
.e-form--donate .is-active.nf-previous,
.btn--primary-blue:hover,
.e-form--donate .nf-previous:hover {
  border-color: #98b6d9;
  color: #fff;
  background-color: #98b6d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 98, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-blue:focus,
.e-form--donate .nf-previous:focus,
.btn--primary-blue:active,
.e-form--donate .nf-previous:active {
  border-color: #98b6d9;
  color: #fff;
  background-color: #98b6d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 106, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-blue.disabled,
.e-form--donate .disabled.nf-previous,
.btn--primary-blue:disabled,
.e-form--donate .nf-previous:disabled {
  color: #fff !important;
  cursor: default;
  opacity: 0.3;
}

/* line 112, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-blue.disabled:hover,
.e-form--donate .disabled.nf-previous:hover,
.btn--primary-blue:disabled:hover,
.e-form--donate .nf-previous:disabled:hover {
  border-color: #5385bf !important;
  color: #fff !important;
  background-color: #5385bf !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 29, resources/assets/styles/common/_buttons.scss */

.btn--primary-yellow {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #fabb52;
  color: #fff;
  background-color: #fabb52;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 90, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-yellow.is-active,
.btn--primary-yellow:hover {
  border-color: #fbc268;
  color: #fff;
  background-color: #fbc268;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 98, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-yellow:focus,
.btn--primary-yellow:active {
  border-color: #fbc268;
  color: #fff;
  background-color: #fbc268;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 106, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-yellow.disabled,
.btn--primary-yellow:disabled {
  color: #fff !important;
  cursor: default;
  opacity: 0.3;
}

/* line 112, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-yellow.disabled:hover,
.btn--primary-yellow:disabled:hover {
  border-color: #fabb52 !important;
  color: #fff !important;
  background-color: #fabb52 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 33, resources/assets/styles/common/_buttons.scss */

.btn--primary-white {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #fff;
  color: #142b44;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 90, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-white.is-active,
.btn--primary-white:hover {
  border-color: #dee9f5;
  color: #142b44;
  background-color: #dee9f5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 98, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-white:focus,
.btn--primary-white:active {
  border-color: #dee9f5;
  color: #142b44;
  background-color: #dee9f5;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 106, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-white.disabled,
.btn--primary-white:disabled {
  color: #142b44 !important;
  cursor: default;
  opacity: 0.3;
}

/* line 112, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--primary-white.disabled:hover,
.btn--primary-white:disabled:hover {
  border-color: #fff !important;
  color: #142b44 !important;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 39, resources/assets/styles/common/_buttons.scss */

.btn--secondary-white {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #fff;
  color: #fff;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 90, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--secondary-white.is-active,
.btn--secondary-white:hover {
  border-color: #fff;
  color: #142b44;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 98, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--secondary-white:focus,
.btn--secondary-white:active {
  color: #142b44;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 106, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--secondary-white.disabled,
.btn--secondary-white:disabled {
  color: #fff !important;
  cursor: default;
  opacity: 0.3;
}

/* line 112, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--secondary-white.disabled:hover,
.btn--secondary-white:disabled:hover {
  border-color: #fff !important;
  color: #fff !important;
  background-color: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 43, resources/assets/styles/common/_buttons.scss */

.btn--secondary-blue {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-color: #142b44;
  color: #142b44;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 90, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--secondary-blue.is-active,
.btn--secondary-blue:hover {
  border-color: #142b44;
  color: #fff;
  background-color: #142b44;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 98, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--secondary-blue:focus,
.btn--secondary-blue:active {
  border-color: #142b44;
  color: #fff;
  background-color: #142b44;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 106, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--secondary-blue.disabled,
.btn--secondary-blue:disabled {
  color: #142b44 !important;
  cursor: default;
  opacity: 0.3;
}

/* line 112, ../redpress/resources/assets/styles/common/_mixins.scss */

.btn--secondary-blue.disabled:hover,
.btn--secondary-blue:disabled:hover {
  border-color: #142b44 !important;
  color: #142b44 !important;
  background-color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

/* line 48, resources/assets/styles/common/_buttons.scss */

.btn--anchor {
  position: relative;
  display: inline-block;
  color: #142b44;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.125rem;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
}

/* line 60, resources/assets/styles/common/_buttons.scss */

.btn--anchor::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='Path_12028' data-name='Path 12028' d='M118.877,39.537l-3.871-4a.945.945,0,0,0-1.368,0,1.023,1.023,0,0,0,0,1.414l2.219,2.293h-5.728a1,1,0,0,0,0,2h5.728l-2.219,2.293a1.023,1.023,0,0,0,0,1.414.946.946,0,0,0,1.368,0l3.871-4A1.023,1.023,0,0,0,118.877,39.537Z' transform='translate(-109.161 -35.243)' fill='%23142b44'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  content: "";
  display: inline-block;
  margin-left: 8px;
  height: 10px;
  width: 10px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 72, resources/assets/styles/common/_buttons.scss */

.btn--anchor:hover {
  color: #142b44;
  text-decoration: none !important;
}

/* line 76, resources/assets/styles/common/_buttons.scss */

.btn--anchor:hover::after {
  -webkit-transform: translateX(4px);
       -o-transform: translateX(4px);
          transform: translateX(4px);
}

/* line 82, resources/assets/styles/common/_buttons.scss */

.btn--go-to-top {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 99;
  margin: 0;
  border: none !important;
  padding: 0;
  height: 48px;
  width: 48px;
  background-color: #5385bf !important;
  -webkit-box-shadow: 0 6px 10px rgba(83, 133, 191, 0.16);
          box-shadow: 0 6px 10px rgba(83, 133, 191, 0.16);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  /* line 82, resources/assets/styles/common/_buttons.scss */

  .btn--go-to-top {
    right: 40px;
  }
}

/* line 102, resources/assets/styles/common/_buttons.scss */

.btn--go-to-top.is-active {
  visibility: visible;
  opacity: 1;
}

/* line 107, resources/assets/styles/common/_buttons.scss */

.btn--go-to-top svg {
  -webkit-transform: translateY(2px) rotate(-90deg);
       -o-transform: translateY(2px) rotate(-90deg);
          transform: translateY(2px) rotate(-90deg);
}

/* line 110, resources/assets/styles/common/_buttons.scss */

.btn--go-to-top svg path {
  fill: #fff;
}

/* line 115, resources/assets/styles/common/_buttons.scss */

.btn--go-to-top:hover {
  background-color: #98b6d9 !important;
}

/* line 122, resources/assets/styles/common/_buttons.scss */

.btn--e-filter--search__btn {
  display: none;
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 122, resources/assets/styles/common/_buttons.scss */

  .btn--e-filter--search__btn {
    display: block;
  }
}

/* line 138, resources/assets/styles/common/_buttons.scss */

.h-bgcolor--dark_blue .btn--anchor,
.h-bgcolor--green .btn--anchor {
  color: #fff;
}

/* line 141, resources/assets/styles/common/_buttons.scss */

.h-bgcolor--dark_blue .btn--anchor::after,
.h-bgcolor--green .btn--anchor::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='Path_12028' data-name='Path 12028' d='M118.877,39.537l-3.871-4a.945.945,0,0,0-1.368,0,1.023,1.023,0,0,0,0,1.414l2.219,2.293h-5.728a1,1,0,0,0,0,2h5.728l-2.219,2.293a1.023,1.023,0,0,0,0,1.414.946.946,0,0,0,1.368,0l3.871-4A1.023,1.023,0,0,0,118.877,39.537Z' transform='translate(-109.161 -35.243)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 145, resources/assets/styles/common/_buttons.scss */

.h-bgcolor--dark_blue .btn--anchor:hover,
.h-bgcolor--green .btn--anchor:hover {
  color: #fff;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--transparent {
  background-color: transparent !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--white {
  background-color: #fff !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--black {
  background-color: #000 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--light_grey {
  background-color: #e6e6e6 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--dark_grey {
  background-color: #b3b3b3 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--black--70 {
  background-color: #4d4d4d !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--black--50 {
  background-color: #808080 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--black--30 {
  background-color: #b3b3b3 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--black--10 {
  background-color: #e6e6e6 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--red {
  background-color: #ea5659 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--red--70 {
  background-color: #f0898b !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--dark_blue {
  background-color: #142b44 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--blue {
  background-color: #142b44 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--blue--10 {
  background-color: #dee9f5 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--light_blue {
  background-color: #dee9f5 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--light-blue {
  background-color: #5385bf !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--light-blue--70 {
  background-color: #98b6d9 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--green {
  background-color: #74b89e !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--green--70 {
  background-color: #9ecdbb !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--yellow {
  background-color: #fabb52 !important;
}

/* line 55, resources/assets/styles/common/_mixins.scss */

.h-bgcolor--yellow--70 {
  background-color: #fbc268 !important;
}

/* line 63, resources/assets/styles/common/_mixins.scss */

.h-bg-position--left-top {
  background-position: left top !important;
}

/* line 63, resources/assets/styles/common/_mixins.scss */

.h-bg-position--center-top {
  background-position: center top !important;
}

/* line 63, resources/assets/styles/common/_mixins.scss */

.h-bg-position--right-top {
  background-position: right top !important;
}

/* line 63, resources/assets/styles/common/_mixins.scss */

.h-bg-position--left-center {
  background-position: left center !important;
}

/* line 63, resources/assets/styles/common/_mixins.scss */

.h-bg-position--center-center {
  background-position: center center !important;
}

/* line 63, resources/assets/styles/common/_mixins.scss */

.h-bg-position--right-center {
  background-position: right center !important;
}

/* line 63, resources/assets/styles/common/_mixins.scss */

.h-bg-position--left-bottom {
  background-position: left bottom !important;
}

/* line 63, resources/assets/styles/common/_mixins.scss */

.h-bg-position--center-bottom {
  background-position: center bottom !important;
}

/* line 63, resources/assets/styles/common/_mixins.scss */

.h-bg-position--right-bottom {
  background-position: right bottom !important;
}

/* line 71, resources/assets/styles/common/_mixins.scss */

.h-object-position--left-top {
  -o-object-position: left top !important;
     object-position: left top !important;
}

/* line 71, resources/assets/styles/common/_mixins.scss */

.h-object-position--center-top {
  -o-object-position: center top !important;
     object-position: center top !important;
}

/* line 71, resources/assets/styles/common/_mixins.scss */

.h-object-position--right-top {
  -o-object-position: right top !important;
     object-position: right top !important;
}

/* line 71, resources/assets/styles/common/_mixins.scss */

.h-object-position--left-center {
  -o-object-position: left center !important;
     object-position: left center !important;
}

/* line 71, resources/assets/styles/common/_mixins.scss */

.h-object-position--center-center {
  -o-object-position: center center !important;
     object-position: center center !important;
}

/* line 71, resources/assets/styles/common/_mixins.scss */

.h-object-position--right-center {
  -o-object-position: right center !important;
     object-position: right center !important;
}

/* line 71, resources/assets/styles/common/_mixins.scss */

.h-object-position--left-bottom {
  -o-object-position: left bottom !important;
     object-position: left bottom !important;
}

/* line 71, resources/assets/styles/common/_mixins.scss */

.h-object-position--center-bottom {
  -o-object-position: center bottom !important;
     object-position: center bottom !important;
}

/* line 71, resources/assets/styles/common/_mixins.scss */

.h-object-position--right-bottom {
  -o-object-position: right bottom !important;
     object-position: right bottom !important;
}

/* line 14, resources/assets/styles/common/_helpers.scss */

.h-object-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/** Import theme styles */

/* line 2, resources/assets/styles/layouts/_header.scss */

.page-header__btn-menu {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  float: left;
  top: 50%;
  bottom: auto;
  right: 0;
  border: none;
  padding: 0;
  height: 24px;
  width: 28px;
  background-color: transparent;
  outline: none;
  cursor: pointer;
}

@media (min-width: 1280px) {
  /* line 2, resources/assets/styles/layouts/_header.scss */

  .page-header__btn-menu {
    display: none;
  }
}

/* line 18, resources/assets/styles/layouts/_header.scss */

.page-header__btn-menu .bar {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  float: left;
  top: 50%;
  bottom: auto;
  height: 4px;
  width: 28px;
  background-color: #74b89e;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 27, resources/assets/styles/layouts/_header.scss */

.page-header__btn-menu .bar::before,
.page-header__btn-menu .bar::after {
  position: absolute;
  content: "";
  left: 0;
  height: 4px;
  width: 28px;
  background-color: #74b89e;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 39, resources/assets/styles/layouts/_header.scss */

.page-header__btn-menu .bar::before {
  top: -10px;
}

/* line 43, resources/assets/styles/layouts/_header.scss */

.page-header__btn-menu .bar::after {
  bottom: -10px;
}

/* line 49, resources/assets/styles/layouts/_header.scss */

.page-header__btn-menu.is-active .bar {
  background-color: transparent;
}

/* line 52, resources/assets/styles/layouts/_header.scss */

.page-header__btn-menu.is-active .bar::before,
.page-header__btn-menu.is-active .bar::after {
  top: 0;
  bottom: 0;
}

/* line 58, resources/assets/styles/layouts/_header.scss */

.page-header__btn-menu.is-active .bar::before {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 62, resources/assets/styles/layouts/_header.scss */

.page-header__btn-menu.is-active .bar::after {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 69, resources/assets/styles/layouts/_header.scss */

.page-header__img {
  position: relative;
  height: 58px;
  width: 142px;
}

@media (min-width: 1024px) {
  /* line 69, resources/assets/styles/layouts/_header.scss */

  .page-header__img {
    height: 73px;
    width: 180px;
  }
}

/* line 79, resources/assets/styles/layouts/_header.scss */

.page-header__img-anchor {
  margin: auto 0;
  outline: none;
}

/* line 83, resources/assets/styles/layouts/_header.scss */

.page-header__img-anchor::before {
  display: none;
}

/* line 88, resources/assets/styles/layouts/_header.scss */

.page-header__img img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 93, resources/assets/styles/layouts/_header.scss */

.page-header__nav {
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  float: left;
  right: auto;
  left: 50%;
  top: 100px;
  padding-bottom: 0;
  max-height: 0;
  width: 100.1vw;
  background-color: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  /* line 93, resources/assets/styles/layouts/_header.scss */

  .page-header__nav {
    left: 50%;
    width: 100vw;
  }
}

@media (min-width: 1280px) {
  /* line 93, resources/assets/styles/layouts/_header.scss */

  .page-header__nav {
    position: relative;
    float: none;
    top: 0;
    left: 0;
    margin: auto 0;
    padding-bottom: 0;
    max-height: 10000px;
    width: 100%;
    overflow: visible;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

/* line 122, resources/assets/styles/layouts/_header.scss */

.page-header__nav.is-active {
  max-height: calc(100vh - 100px);
  overflow: auto;
}

@media (min-width: 1280px) {
  /* line 122, resources/assets/styles/layouts/_header.scss */

  .page-header__nav.is-active {
    padding-bottom: 10px;
    max-height: 10000px;
    overflow: unset;
  }
}

/* line 133, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list {
  margin: 0;
  padding: 25px 16px;
  height: 100%;
  width: 95vw;
  list-style: none;
}

@media (min-width: 1280px) {
  /* line 133, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list {
    padding: 0;
    width: 100%;
  }
}

/* line 145, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 6px 0;
  border-bottom: 1px solid #e1e1e1;
  min-width: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (min-width: 1280px) {
  /* line 145, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item {
    margin: 0 20px;
    border-bottom: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 160, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item:first-of-type {
  margin-left: 0;
}

/* line 164, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item a {
  padding-left: 20px;
  color: #142b44;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 3.625rem;
  text-transform: none;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media (min-width: 1280px) {
  /* line 164, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item a {
    padding: 15px 0;
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }
}

/* line 182, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item:hover a {
  color: #74b89e;
  text-decoration: none;
}

/* line 189, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item.current-menu-item a {
  color: #74b89e;
}

/* line 194, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item .sub-menu {
  position: relative;
  padding: 0 30px;
  max-height: 0;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 1280px) {
  /* line 194, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item .sub-menu {
    position: absolute;
    top: 48px;
    right: -18px;
    padding: 15px 10px;
    background-color: #74b89e;
    -webkit-box-shadow: 0 6px 18px rgba(116, 184, 158, 0.16);
            box-shadow: 0 6px 18px rgba(116, 184, 158, 0.16);
    overflow: visible;
    visibility: hidden;
    opacity: 0;
  }
}

/* line 214, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item .sub-menu::before {
  position: absolute;
  content: "";
  top: -7px;
  right: 15px;
  border-top: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #74b89e;
  border-left: 7px solid transparent;
}

/* line 225, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item .sub-menu .menu-item {
  margin: unset;
  border-bottom: none;
  min-height: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

@media (min-width: 1280px) {
  /* line 225, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item .sub-menu .menu-item {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
  }
}

/* line 236, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item .sub-menu .menu-item a {
  display: block;
  padding: 0 20px !important;
  width: 100%;
  color: #142b44 !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  line-height: 40px;
  text-transform: none;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media (min-width: 1280px) {
  /* line 236, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item .sub-menu .menu-item a {
    color: #fff !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
  }
}

@media (min-width: 1280px) {
  /* line 255, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item .sub-menu .menu-item a:hover {
    color: #fff;
    background-color: #9ecdbb;
  }
}

/* line 264, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item .sub-menu .menu-item.current-menu-item::before {
  display: none;
}

/* line 271, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item.menu-item-has-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  -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;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

@media (min-width: 1280px) {
  /* line 271, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item.menu-item-has-children {
    -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;
  }

  /* line 282, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item.menu-item-has-children:hover::after {
    border-top-color: #74b89e;
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
  }

  /* line 287, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item.menu-item-has-children:hover .sub-menu {
    max-height: 10000px;
  }
}

@media (min-width: 1280px) and (min-width: 1280px) {
  /* line 287, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
}

/* line 298, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item.menu-item-has-children::after {
  position: absolute;
  content: "";
  top: 26px;
  right: 0;
  border-top: 6px solid #142b44;
  border-right: 6px solid transparent;
  border-bottom: 0;
  border-left: 6px solid transparent;
  -webkit-transform-origin: center;
       -o-transform-origin: center;
          transform-origin: center;
  -webkit-transition: border-top-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: border-top-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: border-top-color 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, border-top-color 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, border-top-color 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

@media (min-width: 1280px) {
  /* line 298, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item.menu-item-has-children::after {
    top: calc(50% - 1px);
    border-top: 4px solid #142b44;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}

/* line 319, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item.menu-item-has-children > a {
  position: relative;
  padding-right: 18px;
}

/* line 325, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item.menu-item-has-children.is-active {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 326, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item.menu-item-has-children.is-active::after {
  border-top-color: #74b89e;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 332, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item.menu-item-has-children.is-active a {
  color: #74b89e;
}

/* line 337, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item.menu-item-has-children.is-active .sub-menu {
  margin-bottom: 25px;
  max-height: 10000px;
}

@media (min-width: 1280px) {
  /* line 337, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item.menu-item-has-children.is-active .sub-menu {
    margin-bottom: 0;
    visibility: visible;
    opacity: 1;
  }
}

/* line 350, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item--search {
  height: 74px;
  min-width: unset;
  background-color: #4d4d4d;
  cursor: default;
}

@media (min-width: 1280px) {
  /* line 350, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item--search {
    height: unset;
    background-color: transparent;
  }
}

/* line 361, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item--search::before,
.page-header__nav-list .menu-item--search::after {
  position: absolute;
  content: "";
  top: -1px;
  bottom: -1px;
  left: -100vw;
  width: 101vw;
  background-color: #4d4d4d;
}

@media (min-width: 1280px) {
  /* line 361, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item--search::before,
  .page-header__nav-list .menu-item--search::after {
    display: none;
  }
}

/* line 376, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item--search::after {
  right: -100vw;
  left: auto;
}

/* line 382, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item--button {
  margin-top: 16px;
  margin-right: 0;
  border-bottom: none;
  padding-left: 16px;
}

@media (min-width: 1280px) {
  /* line 382, resources/assets/styles/layouts/_header.scss */

  .page-header__nav-list .menu-item--button {
    margin-top: 0;
    padding: 0;
  }
}

/* line 393, resources/assets/styles/layouts/_header.scss */

.page-header__nav-list .menu-item--button .btn--primary-green,
.page-header__nav-list .menu-item--button .e-form .nf-form-content input[type="button"]:not(.nf-previous),
.e-form .nf-form-content .page-header__nav-list .menu-item--button input[type="button"]:not(.nf-previous),
.page-header__nav-list .menu-item--button .e-form .nf-form-content input[type="submit"],
.e-form .nf-form-content .page-header__nav-list .menu-item--button input[type="submit"],
.page-header__nav-list .menu-item--button .e-form .nf-form-content button,
.e-form .nf-form-content .page-header__nav-list .menu-item--button button {
  padding: 0 28px !important;
  width: auto;
  color: #fff !important;
  font-size: 0.9375rem !important;
  line-height: 2.75rem !important;
  -webkit-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}

/* line 407, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-wrapper {
  z-index: 1;
  margin-right: 25px;
  margin-left: auto;
  width: 16.66667%;
}

/* line 414, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-input {
  display: none;
}

/* line 419, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select {
  height: 40px;
  min-width: 86px;
  color: #142b44;
}

/* line 424, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .styled-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #eef3f9;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 20px;
  height: 100%;
  font-family: 'Rubik', sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.125rem;
  text-transform: uppercase;
  background-color: #eef3f9;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

/* line 442, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .styled-select::after {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  float: left;
  top: 50%;
  bottom: auto;
  content: "";
  right: 25%;
  border-top: 4px solid #142b44;
  border-right: 4px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 454, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .styled-select:hover,
.page-header__language-field-custom .select .styled-select.is-active {
  border-color: #74b89e;
}

/* line 460, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .styled-select.is-active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
       -o-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* line 465, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .styled-select.has-icon {
  padding: 0 28px 0 36px;
  background-repeat: no-repeat;
  background-position: 12px center;
}

/* line 470, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .styled-select.has-icon::after {
  right: 12px;
}

/* line 476, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .options {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0 0 0;
  border: 2px solid #e1e1e1;
  padding: 8px;
  color: #142b44;
  list-style: none;
  background-color: #fff;
}

/* line 487, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 66px;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
  text-transform: uppercase;
}

/* line 499, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .options li .custom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  color: #142b44;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

/* line 512, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .options li .custom-link::before {
  display: none;
}

/* line 516, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .options li .custom-link[data-icon] {
  padding-left: 34px;
  background-repeat: no-repeat;
  background-position: 8px center;
}

/* line 522, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .options li .custom-link:hover {
  color: #142b44;
  text-decoration: none;
  background-color: #eef3f9;
}

/* line 530, resources/assets/styles/layouts/_header.scss */

.page-header__language-field-custom .select .options li.is-active .custom-link {
  color: #fff;
  background-color: #74b89e;
}

/* line 541, resources/assets/styles/layouts/_header.scss */

.page-header__menu {
  z-index: 99;
  width: 100%;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 546, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed {
  height: 100px;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

/* line 550, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed .col-12 {
  height: 100px;
  -webkit-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

/* line 555, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed .page-header__nav {
  -webkit-transition: all 0.3s ease-in-out, height 0.3s ease;
  -o-transition: all 0.3s ease-in-out, height 0.3s ease;
  transition: all 0.3s ease-in-out, height 0.3s ease;
}

/* line 559, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed .page-header__nav-list .menu-item {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 562, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed .page-header__nav-list .menu-item a {
  -webkit-transition: line-height 0.3s ease, color 0.3s ease-in-out;
  -o-transition: line-height 0.3s ease, color 0.3s ease-in-out;
  transition: line-height 0.3s ease, color 0.3s ease-in-out;
}

/* line 569, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed .page-header__img {
  height: 58px;
  width: 142px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (min-width: 1024px) {
  /* line 569, resources/assets/styles/layouts/_header.scss */

  .page-header__menu--fixed .page-header__img {
    height: 73px;
    width: 180px;
  }
}

/* line 580, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed.shrink {
  position: fixed;
  top: 0;
  height: 70px;
}

/* line 585, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed.shrink .col-12 {
  height: 70px;
}

/* line 590, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed.shrink .page-header__nav {
  top: 70px;
}

@media (min-width: 1280px) {
  /* line 590, resources/assets/styles/layouts/_header.scss */

  .page-header__menu--fixed.shrink .page-header__nav {
    top: 0;
  }
}

/* line 599, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed.shrink .page-header__nav-list > li.menu-item {
  margin-top: 10px;
}

/* line 606, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed.shrink .page-header__img {
  height: 49px;
  width: 120px;
}

/* line 611, resources/assets/styles/layouts/_header.scss */

.page-header__menu--fixed.shrink .page-header__language-field-custom {
  margin-top: 10px;
}

/* line 620, resources/assets/styles/layouts/_header.scss */

.page-header__search {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-transition: width 0.5s ease-in-out;
  -o-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}

@media (min-width: 1280px) {
  /* line 620, resources/assets/styles/layouts/_header.scss */

  .page-header__search {
    position: absolute;
    right: -15px;
    bottom: 0;
    background-color: #000;
  }
}

/* line 634, resources/assets/styles/layouts/_header.scss */

.page-header__search--wrapper {
  height: 100%;
  width: 100%;
}

@media (min-width: 1280px) {
  /* line 634, resources/assets/styles/layouts/_header.scss */

  .page-header__search--wrapper {
    margin: 0 25px 0;
    height: auto;
    width: auto;
  }
}

/* line 645, resources/assets/styles/layouts/_header.scss */

.page-header__search--searchglass {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij48cGF0aCBkPSJNMTYuMDEzLDE0LjIsMTEuNzUyLDkuOTM5YTYuNCw2LjQsMCwxLDAtMS44MSwxLjgxTDE0LjIsMTYuMDA5Wk0xLjgyNiw2LjQxQTQuNTg3LDQuNTg3LDAsMSwxLDYuNDEzLDExLDQuNTg2LDQuNTg2LDAsMCwxLDEuODI2LDYuNDFaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMC4wMTMgLTAuMDA5KSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  float: left;
  top: 50%;
  bottom: auto;
  border: none;
  padding: 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  cursor: pointer;
}

/* line 657, resources/assets/styles/layouts/_header.scss */

.page-header__search--input {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  float: left;
  top: 50%;
  bottom: auto;
  left: 20px;
  border: none;
  padding: 0 40px 0 40px;
  height: 50px;
  width: 75%;
  color: #fff;
  background-color: transparent;
  visibility: visible;
}

@media (min-width: 768px) {
  /* line 657, resources/assets/styles/layouts/_header.scss */

  .page-header__search--input {
    width: 90%;
  }
}

@media (min-width: 1280px) {
  /* line 657, resources/assets/styles/layouts/_header.scss */

  .page-header__search--input {
    right: 0;
    left: auto;
    width: 97%;
    visibility: hidden;
  }
}

/* line 680, resources/assets/styles/layouts/_header.scss */

.page-header__search--input.is-active {
  visibility: visible;
}

/* line 685, resources/assets/styles/layouts/_header.scss */

.page-header__search--reset {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  float: left;
  top: 50%;
  bottom: auto;
  right: 32px;
  border: none;
  padding: 0;
  height: 10px;
  width: 10px;
  background-color: transparent;
  cursor: pointer;
}

/* line 696, resources/assets/styles/layouts/_header.scss */

.page-header__search--reset::before,
.page-header__search--reset::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  height: 2px;
  width: 11px;
  background-color: #fff;
}

/* line 707, resources/assets/styles/layouts/_header.scss */

.page-header__search--reset::before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 711, resources/assets/styles/layouts/_header.scss */

.page-header__search--reset::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 716, resources/assets/styles/layouts/_header.scss */

.page-header__search--close {
  position: relative;
  border: none;
  padding: 0;
  height: 10px;
  width: 10px;
  background-color: transparent;
}

/* line 724, resources/assets/styles/layouts/_header.scss */

.page-header__search--close-wrapper {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  float: left;
  top: 50%;
  bottom: auto;
  display: none;
  right: 6px;
  opacity: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
}

/* line 732, resources/assets/styles/layouts/_header.scss */

.page-header__search--close-wrapper.is-active {
  display: block;
  right: 20px;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 1440px) {
  /* line 732, resources/assets/styles/layouts/_header.scss */

  .page-header__search--close-wrapper.is-active {
    right: 33px;
  }
}

/* line 742, resources/assets/styles/layouts/_header.scss */

.page-header__search--close-wrapper.is-active .page-header__search--close {
  cursor: pointer;
}

/* line 748, resources/assets/styles/layouts/_header.scss */

.page-header__search--close::before,
.page-header__search--close::after {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  height: 2px;
  width: 11px;
  background-color: #fff;
}

/* line 759, resources/assets/styles/layouts/_header.scss */

.page-header__search--close::before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 763, resources/assets/styles/layouts/_header.scss */

.page-header__search--close::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 768, resources/assets/styles/layouts/_header.scss */

.page-header__search.is-active {
  width: 65%;
}

@media (min-width: 1024px) {
  /* line 768, resources/assets/styles/layouts/_header.scss */

  .page-header__search.is-active {
    width: 1265%;
  }
}

@media (min-width: 1280px) {
  /* line 768, resources/assets/styles/layouts/_header.scss */

  .page-header__search.is-active {
    width: 1550%;
  }
}

/* line 779, resources/assets/styles/layouts/_header.scss */

.page-header__search.is-active .page-header__search--searchglass {
  left: 32px;
}

/* line 785, resources/assets/styles/layouts/_header.scss */

.page-header .divider-section {
  z-index: -1;
}

/* line 1, resources/assets/styles/layouts/_footer.scss */

.page-footer {
  border-top: 1px solid #e1e1e1;
  padding: 60px 0 40px 0;
}

/* line 6, resources/assets/styles/layouts/_footer.scss */

.page-footer__logo-link {
  display: block;
}

/* line 11, resources/assets/styles/layouts/_footer.scss */

.page-footer__img {
  position: relative;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 16, resources/assets/styles/layouts/_footer.scss */

.page-footer__img-wrapper {
  position: relative;
  display: block;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  /* line 16, resources/assets/styles/layouts/_footer.scss */

  .page-footer__img-wrapper {
    margin-bottom: 60px;
    width: 80%;
  }
}

@media (min-width: 1024px) {
  /* line 16, resources/assets/styles/layouts/_footer.scss */

  .page-footer__img-wrapper {
    margin-bottom: 0;
    width: 100%;
  }
}

/* line 33, resources/assets/styles/layouts/_footer.scss */

.page-footer__nav {
  padding: 0;
}

/* line 36, resources/assets/styles/layouts/_footer.scss */

.page-footer__nav-menu {
  width: 100%;
}

@media (min-width: 420px) {
  /* line 36, resources/assets/styles/layouts/_footer.scss */

  .page-footer__nav-menu {
    width: 40%;
  }
}

/* line 44, resources/assets/styles/layouts/_footer.scss */

.page-footer__nav--name {
  margin-bottom: 20px;
  color: #74b89e;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
  text-transform: uppercase;
}

/* line 54, resources/assets/styles/layouts/_footer.scss */

.page-footer__nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 59, resources/assets/styles/layouts/_footer.scss */

.page-footer__nav-list .menu-item {
  margin-bottom: 0;
}

/* line 62, resources/assets/styles/layouts/_footer.scss */

.page-footer__nav-list .menu-item:last-of-type {
  margin-bottom: 40px;
}

/* line 66, resources/assets/styles/layouts/_footer.scss */

.page-footer__nav-list .menu-item a {
  color: #142b44 !important;
  font-size: 0.875rem;
  line-height: 2rem;
}

/* line 75, resources/assets/styles/layouts/_footer.scss */

.page-footer__contact {
  width: 100%;
  font-size: 0.875rem;
  line-height: 2rem;
}

@media (min-width: 420px) {
  /* line 75, resources/assets/styles/layouts/_footer.scss */

  .page-footer__contact {
    width: 60%;
  }
}

/* line 84, resources/assets/styles/layouts/_footer.scss */

.page-footer__contact--name {
  margin-bottom: 20px;
  color: #74b89e;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
  text-transform: uppercase;
}

/* line 95, resources/assets/styles/layouts/_footer.scss */

.page-footer__social {
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  /* line 95, resources/assets/styles/layouts/_footer.scss */

  .page-footer__social {
    margin-bottom: 0;
  }
}

/* line 102, resources/assets/styles/layouts/_footer.scss */

.page-footer__social--name {
  display: none;
  margin-bottom: 20px;
  color: #74b89e;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  /* line 102, resources/assets/styles/layouts/_footer.scss */

  .page-footer__social--name {
    display: block;
  }
}

/* line 117, resources/assets/styles/layouts/_footer.scss */

.page-footer__social--item {
  display: block;
  margin-right: 10px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background-color: #5385bf;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* line 126, resources/assets/styles/layouts/_footer.scss */

.page-footer__social--item:last-of-type {
  margin-right: 0;
}

/* line 130, resources/assets/styles/layouts/_footer.scss */

.page-footer__social--item:hover {
  background-color: #98b6d9;
}

/* line 135, resources/assets/styles/layouts/_footer.scss */

.page-footer__social--img {
  height: 100%;
  width: 100%;
}

/* line 139, resources/assets/styles/layouts/_footer.scss */

.page-footer__social--img svg {
  max-height: 16px;
  max-width: 16px;
}

/* line 146, resources/assets/styles/layouts/_footer.scss */

.page-footer__container {
  position: relative;
}

/* line 149, resources/assets/styles/layouts/_footer.scss */

.page-footer__container::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 1.4%;
  height: 1px;
  width: 97.2%;
  background-color: #e1e1e1;
}

/* line 160, resources/assets/styles/layouts/_footer.scss */

.page-footer__redmatters {
  padding-top: 35px;
  color: #74b89e;
  font-size: 0.8125rem;
  font-weight: 400;
}

/* line 166, resources/assets/styles/layouts/_footer.scss */

.page-footer__redmatters a.page-footer__redmatters {
  color: #74b89e !important;
  font-size: 0.8125rem;
  font-weight: 400;
}

/* line 171, resources/assets/styles/layouts/_footer.scss */

.page-footer__redmatters a.page-footer__redmatters:hover {
  text-decoration: underline !important;
}

/* line 177, resources/assets/styles/layouts/_footer.scss */

.page-footer__courtesy {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 182, resources/assets/styles/layouts/_footer.scss */

.page-footer__courtesy li.menu-item {
  position: relative;
  margin-right: 25px;
}

/* line 186, resources/assets/styles/layouts/_footer.scss */

.page-footer__courtesy li.menu-item:last-child {
  margin-right: 0;
}

/* line 190, resources/assets/styles/layouts/_footer.scss */

.page-footer__courtesy li.menu-item:nth-child(n+2)::before {
  position: absolute;
  content: "\2022";
  bottom: 0;
  left: -14px;
  color: #fff;
  font-size: 7px;
}

@media (max-width: 767.98px) {
  /* line 199, resources/assets/styles/layouts/_footer.scss */

  .page-footer__courtesy li.menu-item:nth-child(3)::before {
    display: none;
  }
}

/* line 205, resources/assets/styles/layouts/_footer.scss */

.page-footer__courtesy li.menu-item a {
  color: #142b44;
  font-size: 0.8125rem;
  font-weight: 400;
}

/* line 210, resources/assets/styles/layouts/_footer.scss */

.page-footer__courtesy li.menu-item a::before {
  display: none;
}

/* line 214, resources/assets/styles/layouts/_footer.scss */

.page-footer__courtesy li.menu-item a:hover {
  text-decoration: underline !important;
}

/* line 220, resources/assets/styles/layouts/_footer.scss */

.page-footer__courtesy-container {
  padding-top: 35px;
}

/* line 225, resources/assets/styles/layouts/_footer.scss */

.page-footer__logos {
  margin-top: 16px;
  margin-bottom: 32px;
}

@media (min-width: 768px) {
  /* line 225, resources/assets/styles/layouts/_footer.scss */

  .page-footer__logos {
    margin-bottom: 0;
  }
}

/* line 233, resources/assets/styles/layouts/_footer.scss */

.page-footer__logos-img {
  position: relative;
  height: 79px;
  width: 100px;
}

/* line 238, resources/assets/styles/layouts/_footer.scss */

.page-footer__logos-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 244, resources/assets/styles/layouts/_footer.scss */

.page-footer--simple {
  padding: 26px 0;
}

/* line 248, resources/assets/styles/layouts/_footer.scss */

.page-footer--simple .page-footer__img {
  position: relative;
}

/* line 251, resources/assets/styles/layouts/_footer.scss */

.page-footer--simple .page-footer__img-wrapper {
  margin-bottom: 25px;
  padding-top: 0;
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 251, resources/assets/styles/layouts/_footer.scss */

  .page-footer--simple .page-footer__img-wrapper {
    margin-bottom: 0;
  }
}

/* line 263, resources/assets/styles/layouts/_footer.scss */

.page-footer--simple .page-footer__container::before {
  display: none;
}

/* line 269, resources/assets/styles/layouts/_footer.scss */

.page-footer--simple .page-footer__courtesy-container {
  padding-top: 0;
}

/* line 274, resources/assets/styles/layouts/_footer.scss */

.page-footer--simple .page-footer__redmatters {
  margin-top: 25px;
  padding-top: 0;
  text-align: left;
}

@media (min-width: 1024px) {
  /* line 274, resources/assets/styles/layouts/_footer.scss */

  .page-footer--simple .page-footer__redmatters {
    margin-top: 0;
  }
}

/* line 1, resources/assets/styles/layouts/_pages.scss */

html {
  height: 100%;
}

/* line 5, resources/assets/styles/layouts/_pages.scss */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 10, resources/assets/styles/layouts/_pages.scss */

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #142b44;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  background-color: #fff;
}

/* line 21, resources/assets/styles/layouts/_pages.scss */

body.not-scrollable {
  overflow-y: hidden;
}

/* line 25, resources/assets/styles/layouts/_pages.scss */

body::after {
  position: fixed;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 51;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 40, resources/assets/styles/layouts/_pages.scss */

body.is-active::after {
  visibility: visible;
  opacity: 1;
}

/* line 48, resources/assets/styles/layouts/_pages.scss */

h1.h1 {
  color: inherit;
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  font-style: normal;
  line-height: 3.5rem;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (min-width: 1024px) {
  /* line 48, resources/assets/styles/layouts/_pages.scss */

  h1.h1 {
    font-size: 4rem;
    line-height: 4.5rem;
  }
}

/* line 67, resources/assets/styles/layouts/_pages.scss */

h2.h2 {
  color: inherit;
  font-family: 'Rubik', sans-serif;
  font-size: 2.5rem;
  font-weight: 900;
  font-style: normal;
  line-height: 3.5rem;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (min-width: 1024px) {
  /* line 67, resources/assets/styles/layouts/_pages.scss */

  h2.h2 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

/* line 86, resources/assets/styles/layouts/_pages.scss */

h3.h3 {
  color: inherit;
  font-family: 'Rubik', sans-serif;
  font-size: 2rem;
  font-weight: 900;
  font-style: normal;
  line-height: 2.75rem;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* line 100, resources/assets/styles/layouts/_pages.scss */

h4.h4 {
  color: inherit;
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  font-style: normal;
  line-height: 2.25rem;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* line 114, resources/assets/styles/layouts/_pages.scss */

h5.h5 {
  color: inherit;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5rem;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* line 128, resources/assets/styles/layouts/_pages.scss */

h6.h6 {
  color: inherit;
  font-family: 'Rubik', sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.125rem;
  text-transform: uppercase;
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

/* line 141, resources/assets/styles/layouts/_pages.scss */

p {
  color: #142b44;
}

/* line 144, resources/assets/styles/layouts/_pages.scss */

p.p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5rem;
}

/* line 151, resources/assets/styles/layouts/_pages.scss */

p.p--blog {
  line-height: 2rem;
}

/* line 155, resources/assets/styles/layouts/_pages.scss */

p.p--large {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

/* line 160, resources/assets/styles/layouts/_pages.scss */

p.p--small {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

/* line 165, resources/assets/styles/layouts/_pages.scss */

p.p--quote {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-weight: 900;
  font-style: italic;
  line-height: 2.25rem;
}

/* line 175, resources/assets/styles/layouts/_pages.scss */

mark,
.mark {
  padding: 0 5px;
  color: inherit;
  background-color: rgba(250, 187, 82, 0.7);
  border-radius: 2px;
}

/* line 183, resources/assets/styles/layouts/_pages.scss */

blockquote:not(.quote-section__blockquote) {
  display: inline-block;
  margin: 30px 0 60px;
  padding: 0 8.33333%;
  width: 100%;
}

@media (min-width: 1024px) {
  /* line 183, resources/assets/styles/layouts/_pages.scss */

  blockquote:not(.quote-section__blockquote) {
    padding-right: 12.5%;
    padding-left: 12.5%;
  }
}

/* line 194, resources/assets/styles/layouts/_pages.scss */

blockquote:not(.quote-section__blockquote) p {
  margin-bottom: 0 !important;
  color: #666;
  font-size: 1.25rem;
  font-style: italic;
}

/* line 203, resources/assets/styles/layouts/_pages.scss */

.block a:not(.btn):not(.e-filter__btn--cancel):not(.button):not(.btn--anchor):not(.e-pagination__link):not(.e-breadcrumb__back) {
  position: relative;
  color: #5385bf;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 213, resources/assets/styles/layouts/_pages.scss */

.block a:not(.btn):not(.e-filter__btn--cancel):not(.button):not(.btn--anchor):not(.e-pagination__link):not(.e-breadcrumb__back)::before {
  display: none;
}

/* line 217, resources/assets/styles/layouts/_pages.scss */

.block a:not(.btn):not(.e-filter__btn--cancel):not(.button):not(.btn--anchor):not(.e-pagination__link):not(.e-breadcrumb__back):hover {
  color: #5385bf;
  text-decoration: none !important;
}

/* line 224, resources/assets/styles/layouts/_pages.scss */

button {
  outline: none !important;
}

/* line 229, resources/assets/styles/layouts/_pages.scss */

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* line 234, resources/assets/styles/layouts/_pages.scss */

.owl-prev svg {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg) !important;
       -o-transform: translate(-50%, -50%) rotate(-180deg) !important;
          transform: translate(-50%, -50%) rotate(-180deg) !important;
}

/* line 239, resources/assets/styles/layouts/_pages.scss */

.owl-prev,
.owl-next {
  position: relative;
  margin: 0 5px;
  border: none;
  padding: 0;
  height: 48px;
  width: 48px;
  background-color: #74b89e;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* line 252, resources/assets/styles/layouts/_pages.scss */

.owl-prev svg,
.owl-next svg {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  float: left;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  height: 14px;
  width: 14px;
}

/* line 258, resources/assets/styles/layouts/_pages.scss */

.owl-prev svg path,
.owl-next svg path {
  fill: #fff;
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

/* line 264, resources/assets/styles/layouts/_pages.scss */

.owl-prev.disabled,
.owl-next.disabled {
  background-color: #f1f8f5;
  cursor: not-allowed;
}

/* line 270, resources/assets/styles/layouts/_pages.scss */

.owl-dot {
  position: relative;
  display: block;
  float: left;
  margin: 0 7px;
  border: none;
  padding: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  cursor: pointer;
}

/* line 282, resources/assets/styles/layouts/_pages.scss */

.owl-dot::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 12px;
  width: 12px;
  background-color: #eef3f9;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* line 295, resources/assets/styles/layouts/_pages.scss */

.owl-dot:hover::after {
  background-color: #5385bf;
}

/* line 301, resources/assets/styles/layouts/_pages.scss */

.owl-dot.active::after {
  background-color: #74b89e;
}

/* line 308, resources/assets/styles/layouts/_pages.scss */

.container-fluid {
  position: relative;
  width: 95vw;
}

@media (min-width: 1024px) {
  /* line 308, resources/assets/styles/layouts/_pages.scss */

  .container-fluid {
    max-width: 1190px;
  }
}

/* line 317, resources/assets/styles/layouts/_pages.scss */

section.block {
  padding: 5rem 0;
  color: #142b44;
  overflow: hidden;
}

/* line 322, resources/assets/styles/layouts/_pages.scss */

section.block h1.h1,
section.block h2.h2,
section.block h3.h3,
section.block h4.h4,
section.block h5.h5,
section.block h6.h6 {
  color: #142b44;
}

/* line 331, resources/assets/styles/layouts/_pages.scss */

section.block .wysiwyg {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5rem;
}

/* line 338, resources/assets/styles/layouts/_pages.scss */

section.block .wysiwyg ul,
section.block .wysiwyg ol {
  padding: 0;
  list-style: none;
}

/* line 343, resources/assets/styles/layouts/_pages.scss */

section.block .wysiwyg ul li,
section.block .wysiwyg ol li {
  position: relative;
  padding-left: 1.25rem;
  line-height: 2rem;
}

/* line 348, resources/assets/styles/layouts/_pages.scss */

section.block .wysiwyg ul li::before,
section.block .wysiwyg ol li::before {
  position: absolute;
  content: "\2022";
  left: 0;
  font-weight: 800;
}

/* line 357, resources/assets/styles/layouts/_pages.scss */

section.block .wysiwyg ul + p,
section.block .wysiwyg ol + p {
  padding-left: 1.75rem;
}

/* line 363, resources/assets/styles/layouts/_pages.scss */

section.block--divider-section {
  padding: 0;
}

/* line 367, resources/assets/styles/layouts/_pages.scss */

section.block--protected {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 5.75rem 0 5rem 0;
}

/* line 372, resources/assets/styles/layouts/_pages.scss */

section.block--dds-search__results {
  padding: 5.375rem 0 6.25rem 0;
}

@media (min-width: 1024px) {
  /* line 372, resources/assets/styles/layouts/_pages.scss */

  section.block--dds-search__results {
    padding: 2.75rem 0 6.375rem 0;
  }
}

/* line 380, resources/assets/styles/layouts/_pages.scss */

section.block--header-search {
  padding: 4rem 0 2.6875rem 0;
}

/* line 384, resources/assets/styles/layouts/_pages.scss */

section.block--usp-section,
section.block--default-section {
  padding: 5rem 0;
}

@media (min-width: 1024px) {
  /* line 384, resources/assets/styles/layouts/_pages.scss */

  section.block--usp-section,
  section.block--default-section {
    padding: 7.5rem 0;
  }
}

/* line 393, resources/assets/styles/layouts/_pages.scss */

section.block--quicknav {
  padding: 0;
}

/* line 397, resources/assets/styles/layouts/_pages.scss */

section.block--text-section {
  padding: 5rem 0;
}

/* line 400, resources/assets/styles/layouts/_pages.scss */

section.block--text-section--no-padding {
  padding: 0;
}

/* line 405, resources/assets/styles/layouts/_pages.scss */

section.block--full-width-image-section {
  padding: 0;
}

/* line 409, resources/assets/styles/layouts/_pages.scss */

section.block--map-section {
  padding: 0;
}

/* line 414, resources/assets/styles/layouts/_pages.scss */

section.block--post-intro-section {
  padding: 1.875rem 0 1.25rem 0;
}

/* line 418, resources/assets/styles/layouts/_pages.scss */

section.block--post-wysiwyg-section {
  padding: 1.25rem 0;
}

/* line 422, resources/assets/styles/layouts/_pages.scss */

section.block--post-content-section {
  padding: 1.25rem 0;
}

/* line 427, resources/assets/styles/layouts/_pages.scss */

section.block--media-slider-section {
  padding: 0;
}

/* line 431, resources/assets/styles/layouts/_pages.scss */

section.block--publication-date {
  padding: 40px 0 0 0;
}

/* line 435, resources/assets/styles/layouts/_pages.scss */

section.block--event-details {
  padding: 40px 0 0 0;
}

/* line 439, resources/assets/styles/layouts/_pages.scss */

section.block--details-list {
  padding: 1.25rem 0;
}

/* line 443, resources/assets/styles/layouts/_pages.scss */

section.block--speakers {
  padding: 2.5rem 0 0.25rem 0;
}

/* line 447, resources/assets/styles/layouts/_pages.scss */

section.block--inline-cta {
  padding: 3.125rem 0;
}

/* line 452, resources/assets/styles/layouts/_pages.scss */

section.block--hero-page {
  padding: 0;
}

/* line 455, resources/assets/styles/layouts/_pages.scss */

section.block--hero-page--2 {
  padding: 0 0 5rem 0;
}

/* line 460, resources/assets/styles/layouts/_pages.scss */

section.block--hero-post {
  padding: 2.625rem 0 3.125rem 0;
}

/* line 463, resources/assets/styles/layouts/_pages.scss */

section.block--hero-post + section.block--post-intro-section,
section.block--hero-post + section.block--post-wysiwyg-section,
section.block--hero-post + section.post-content-section {
  margin-top: 60px;
}

/* line 471, resources/assets/styles/layouts/_pages.scss */

section.block--post-socials {
  padding: 30px 0 30px 0;
}

/* line 475, resources/assets/styles/layouts/_pages.scss */

section.block--taxonomies-section {
  padding: 40px 0 0 0;
}

/* line 479, resources/assets/styles/layouts/_pages.scss */

section.block--faq-section {
  overflow: visible;
}

/* line 483, resources/assets/styles/layouts/_pages.scss */

section.block--woocommerce {
  padding: 40px 0;
}

@media (min-width: 1024px) {
  /* line 483, resources/assets/styles/layouts/_pages.scss */

  section.block--woocommerce {
    padding-bottom: 0;
  }
}

/* line 492, resources/assets/styles/layouts/_pages.scss */

.page-main {
  margin-top: -1.81% !important;
  padding-top: 1.81% !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 499, resources/assets/styles/layouts/_pages.scss */

.page-main .block:last-of-type.block--post-wysiwyg-section {
  padding-bottom: 100px;
}

/* line 507, resources/assets/styles/layouts/_pages.scss */

.js-preload-image.hide {
  opacity: 0;
}

/* line 512, resources/assets/styles/layouts/_pages.scss */

.c-rm-cookiebanner {
  z-index: 55 !important;
}

/* line 515, resources/assets/styles/layouts/_pages.scss */

.c-rm-cookiebanner__btn {
  position: relative;
  border: #74b89e 2px solid !important;
  padding: 0 28px 0 !important;
  color: #fff !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9375rem !important;
  font-weight: 700 !important;
  line-height: 2.75rem !important;
  text-decoration: none;
  background-color: #74b89e !important;
  cursor: pointer;
  border-radius: 6px;
}

/* line 529, resources/assets/styles/layouts/_pages.scss */

.c-rm-cookiebanner__btn:hover {
  border-color: #9ecdbb !important;
  color: #fff !important;
  background-color: #9ecdbb !important;
}

/* line 536, resources/assets/styles/layouts/_pages.scss */

.c-rm-cookiebanner__checkbox {
  font-size: inherit;
}

/* line 1, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb {
  position: relative;
  display: none;
  margin-left: 0.375rem;
  padding-left: 0.5625rem;
  max-height: rem-cal(25);
  max-width: 62.5%;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/components/_e-breadcrumb.scss */

  .e-breadcrumb {
    display: block;
  }
}

/* line 17, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb::before {
  position: absolute;
  content: "";
  bottom: 20%;
  left: 0;
  height: 55%;
  width: 0.125rem;
  background-color: #fff;
}

/* line 27, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb__wrapper {
  margin-top: 5px;
}

/* line 30, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb__wrapper a {
  color: #fff !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
}

/* line 35, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb__wrapper a::before {
  height: auto !important;
  width: auto !important;
  background-color: transparent !important;
}

/* line 43, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb__back {
  position: relative;
  margin-left: 1.0625rem;
  color: #fff !important;
  line-height: 1.625rem;
  text-decoration: none !important;
}

/* line 50, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb__back::before {
  position: absolute;
  content: "\2190" !important;
  display: block !important;
  bottom: auto !important;
  left: -16px !important;
  color: #fff !important;
}

/* line 59, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb__back:hover {
  text-decoration: underline !important;
}

/* line 64, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb span {
  font-size: 0.8125rem;
  font-weight: 700;
}

/* line 68, resources/assets/styles/components/_e-breadcrumb.scss */

.e-breadcrumb span .breadcrumb_last {
  font-weight: 400;
}

/* line 77, resources/assets/styles/components/_e-breadcrumb.scss */

.h-bgcolor--white:not(.image) .e-breadcrumb,
.h-bgcolor--light_blue:not(.image) .e-breadcrumb {
  color: #142b44;
}

/* line 80, resources/assets/styles/components/_e-breadcrumb.scss */

.h-bgcolor--white:not(.image) .e-breadcrumb::before,
.h-bgcolor--light_blue:not(.image) .e-breadcrumb::before {
  background-color: #142b44;
}

/* line 85, resources/assets/styles/components/_e-breadcrumb.scss */

.h-bgcolor--white:not(.image) .e-breadcrumb__wrapper a,
.h-bgcolor--light_blue:not(.image) .e-breadcrumb__wrapper a {
  color: #142b44 !important;
}

/* line 90, resources/assets/styles/components/_e-breadcrumb.scss */

.h-bgcolor--white:not(.image) .e-breadcrumb__back,
.h-bgcolor--light_blue:not(.image) .e-breadcrumb__back {
  color: #142b44 !important;
}

/* line 93, resources/assets/styles/components/_e-breadcrumb.scss */

.h-bgcolor--white:not(.image) .e-breadcrumb__back::before,
.h-bgcolor--light_blue:not(.image) .e-breadcrumb__back::before {
  color: #142b44 !important;
}

/* line 1, resources/assets/styles/components/_e-card.scss */

.e-card {
  height: 100%;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 6, resources/assets/styles/components/_e-card.scss */

.e-card__h4 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.125rem !important;
  line-height: 1.6875rem !important;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 13, resources/assets/styles/components/_e-card.scss */

.e-card__anchor {
  margin-top: 1.25rem;
  border: 0;
  padding: 0;
  color: #74b89e;
  background-color: transparent;
  outline: none;
}

/* line 21, resources/assets/styles/components/_e-card.scss */

.e-card__anchor::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='Path_12028' data-name='Path 12028' d='M118.877,39.537l-3.871-4a.945.945,0,0,0-1.368,0,1.023,1.023,0,0,0,0,1.414l2.219,2.293h-5.728a1,1,0,0,0,0,2h5.728l-2.219,2.293a1.023,1.023,0,0,0,0,1.414.946.946,0,0,0,1.368,0l3.871-4A1.023,1.023,0,0,0,118.877,39.537Z' transform='translate(-109.161 -35.243)' fill='%2374b89e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 25, resources/assets/styles/components/_e-card.scss */

.e-card__anchor:hover {
  color: #74b89e;
}

/* line 30, resources/assets/styles/components/_e-card.scss */

.e-card__img {
  z-index: 0;
  padding-top: 56.12%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 35, resources/assets/styles/components/_e-card.scss */

.e-card__img-wrapper {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

/* line 42, resources/assets/styles/components/_e-card.scss */

.e-card__label {
  margin-bottom: 20px;
  color: #fff !important;
}

/* line 46, resources/assets/styles/components/_e-card.scss */

.e-card__label-wrapper {
  width: 100%;
}

/* line 51, resources/assets/styles/components/_e-card.scss */

.e-card__p {
  margin-bottom: 0;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 56, resources/assets/styles/components/_e-card.scss */

.e-card__date {
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 1;
  height: 48px;
  width: 48px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
  background-color: #74b89e;
  border-radius: 50%;
}

/* line 69, resources/assets/styles/components/_e-card.scss */

.e-card__date-day {
  margin-bottom: -8px !important;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
}

/* line 76, resources/assets/styles/components/_e-card.scss */

.e-card__date-month {
  margin-bottom: 4px !important;
  font-size: 0.8125rem !important;
  font-weight: 900;
  line-height: 1.125rem !important;
}

/* line 84, resources/assets/styles/components/_e-card.scss */

.e-card__body {
  padding: 20px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* line 89, resources/assets/styles/components/_e-card.scss */

.e-card__location {
  position: relative;
  padding-left: 22px;
  color: #808080;
  font-weight: 300;
}

/* line 95, resources/assets/styles/components/_e-card.scss */

.e-card__location::before {
  position: absolute;
  content: "";
  top: 2px;
  left: 0;
  height: 16px;
  width: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMi4wNTcnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxMi4wNTcgMTYnPjxwYXRoIGQ9J002LjAyOCwwYTYuMDI2LDYuMDI2LDAsMCwxLDYuMDI4LDYuMDI4Yy0uMDkxLDMuMzA5LTMuNzYyLDcuOC02LjAyOCw5Ljk3MkMzLjc2MiwxNC4wMDYuMDkxLDkuMiwwLDYuMDI4QTYsNiwwLDAsMSw2LjAyOCwwWm0wLDMuNTgxQTIuNDI1LDIuNDI1LDAsMSwxLDMuNTgxLDYuMDI4LDIuNDI4LDIuNDI4LDAsMCwxLDYuMDI4LDMuNTgxWicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+Cg==);
}

/* line 106, resources/assets/styles/components/_e-card.scss */

.e-card__event-date {
  margin-left: auto;
  color: #808080;
  font-size: 0.8125rem;
}

/* line 113, resources/assets/styles/components/_e-card.scss */

.e-card--borderless__img {
  position: relative;
  margin-bottom: 25px;
  height: 64px;
  width: 64px;
  border-radius: 0;
}

/* line 121, resources/assets/styles/components/_e-card.scss */

.e-card--borderless__h4 {
  font-size: 1.5rem !important;
  line-height: 2.25rem !important;
}

/* line 126, resources/assets/styles/components/_e-card.scss */

.e-card--borderless__anchor {
  color: #74b89e;
}

/* line 129, resources/assets/styles/components/_e-card.scss */

.e-card--borderless__anchor::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath id='Path_12028' data-name='Path 12028' d='M118.877,39.537l-3.871-4a.945.945,0,0,0-1.368,0,1.023,1.023,0,0,0,0,1.414l2.219,2.293h-5.728a1,1,0,0,0,0,2h5.728l-2.219,2.293a1.023,1.023,0,0,0,0,1.414.946.946,0,0,0,1.368,0l3.871-4A1.023,1.023,0,0,0,118.877,39.537Z' transform='translate(-109.161 -35.243)' fill='%2374b89e'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 133, resources/assets/styles/components/_e-card.scss */

.e-card--borderless__anchor:hover {
  color: #74b89e;
}

/* line 141, resources/assets/styles/components/_e-card.scss */

.e-card--event .e-card__anchor {
  margin-top: 3.125rem;
}

/* line 149, resources/assets/styles/components/_e-card.scss */

.e-card--employee .e-card__img {
  padding-top: 133.09%;
}

/* line 153, resources/assets/styles/components/_e-card.scss */

.e-card--employee .e-card__h4 {
  font-size: 1.125rem;
  line-height: 1.6875rem;
}

/* line 161, resources/assets/styles/components/_e-card.scss */

.e-card--employee:hover .e-card__img {
  -webkit-transform: none !important;
       -o-transform: none !important;
          transform: none !important;
}

/* line 171, resources/assets/styles/components/_e-card.scss */

.e-card:hover:not(div) .e-card__h4,
.e-card:hover:not(div) .e-card__p {
  color: #74b89e;
}

/* line 176, resources/assets/styles/components/_e-card.scss */

.e-card:hover:not(div) .e-card__img {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 2, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__h3 {
  text-align: center;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 7, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__p {
  margin-top: 25px;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 12, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block {
  position: relative;
  margin-bottom: 15px;
  border-bottom: 4px solid #808080;
  padding: 30px 15px 5px;
  max-height: 96px;
  font-family: 'Montserrat', sans-serif;
  background-color: #fff;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 23, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block-number {
  font-size: 3rem;
  font-weight: 700;
  font-style: normal;
  line-height: 4rem;
  text-align: center;
}

/* line 30, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block-number--big {
  font-size: 2.25rem !important;
}

/* line 35, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block-text {
  margin-bottom: 0;
  font-size: 0.875rem !important;
  line-height: 1.875rem;
}

@media (min-width: 768px) {
  /* line 35, resources/assets/styles/components/_e-counter-section.scss */

  .counter-section__block-text {
    font-size: 1.25rem !important;
  }
}

/* line 45, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block-image {
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  float: left;
  right: auto;
  left: 50%;
  top: -16px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 45, resources/assets/styles/components/_e-counter-section.scss */

  .counter-section__block-image {
    top: -24px;
    height: 48px;
    width: 48px;
  }
}

@media (min-width: 1024px) {
  /* line 45, resources/assets/styles/components/_e-counter-section.scss */

  .counter-section__block-image {
    top: -32px;
    height: 64px;
    width: 64px;
  }
}

/* line 69, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block-image--number {
  top: -48px;
  height: 96px;
  width: 96px;
}

/* line 76, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block--interval {
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0 !important;
  min-width: 80px;
  max-width: 80px;
}

@media (min-width: 768px) {
  /* line 76, resources/assets/styles/components/_e-counter-section.scss */

  .counter-section__block--interval {
    padding: 40px 46px 40px;
    max-height: 140px;
    min-width: 140px;
    max-width: 140px;
  }
}

@media (min-width: 1024px) {
  /* line 76, resources/assets/styles/components/_e-counter-section.scss */

  .counter-section__block--interval {
    padding: 40px 46px 40px;
    max-height: 180px;
    min-width: 180px;
    max-width: 180px;
  }
}

/* line 97, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block--interval .counter-section__block-number {
  font-size: 1.5rem;
  font-weight: 700;
  font-style: normal;
  line-height: 0.9375rem;
  text-align: center;
}

@media (min-width: 768px) {
  /* line 97, resources/assets/styles/components/_e-counter-section.scss */

  .counter-section__block--interval .counter-section__block-number {
    font-size: 2.5rem;
    line-height: 4rem;
  }
}

@media (min-width: 1024px) {
  /* line 97, resources/assets/styles/components/_e-counter-section.scss */

  .counter-section__block--interval .counter-section__block-number {
    font-size: 3rem;
    line-height: 4rem;
  }
}

/* line 115, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block--interval.image {
  margin-top: 40px;
}

/* line 120, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block--number {
  border-bottom: 6px solid #808080;
  padding: 85px 15px 0 15px;
  min-height: 278px;
  min-width: 278px;
  max-width: 278px;
}

/* line 127, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__block--number.image {
  margin-top: 48px;
}

/* line 133, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__countdown-animation {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  height: 4px;
  background-color: #000;
}

/* line 142, resources/assets/styles/components/_e-counter-section.scss */

.counter-section__row {
  margin-bottom: 52px;
}

/* line 148, resources/assets/styles/components/_e-counter-section.scss */

.counter-section.is-animating .counter-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 153, resources/assets/styles/components/_e-counter-section.scss */

.counter-section.is-animating .counter-section__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 158, resources/assets/styles/components/_e-counter-section.scss */

.counter-section.is-animating .counter-section__block {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 2, resources/assets/styles/components/_e-event-details.scss */

.e-event-details__col {
  position: relative;
  margin-bottom: 27px;
  padding-bottom: 40px;
}

/* line 7, resources/assets/styles/components/_e-event-details.scss */

.e-event-details__col::after {
  position: absolute;
  content: "";
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 1px;
  background-color: #e6e6e6;
}

/* line 18, resources/assets/styles/components/_e-event-details.scss */

.e-event-details__info {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  /* line 18, resources/assets/styles/components/_e-event-details.scss */

  .e-event-details__info {
    margin-top: 0;
    margin-left: auto;
  }
}

/* line 27, resources/assets/styles/components/_e-event-details.scss */

.e-event-details__date,
.e-event-details__location {
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.625rem;
}

/* line 2, resources/assets/styles/components/_e-filter.scss */

.e-filter__h4 {
  display: none;
  margin-bottom: 15px;
  color: #74b89e !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

@media (min-width: 1024px) {
  /* line 2, resources/assets/styles/components/_e-filter.scss */

  .e-filter__h4 {
    display: block;
    margin-bottom: 40px;
  }
}

/* line 15, resources/assets/styles/components/_e-filter.scss */

.e-filter__btn {
  position: relative;
  float: right;
  z-index: 2;
  margin-bottom: 25px;
  width: 50%;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

@media (min-width: 1024px) {
  /* line 15, resources/assets/styles/components/_e-filter.scss */

  .e-filter__btn {
    float: left;
    margin-bottom: unset;
    width: 100%;
    max-width: 100%;
  }
}

/* line 34, resources/assets/styles/components/_e-filter.scss */

.e-filter__btn.hide {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* line 40, resources/assets/styles/components/_e-filter.scss */

.e-filter__btn.js-show-filter {
  width: 100%;
  max-width: 100%;
}

/* line 45, resources/assets/styles/components/_e-filter.scss */

.e-filter__btn--cancel {
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  float: left;
  right: auto;
  left: 50%;
  margin-top: 0;
  height: 48px;
  color: #fff !important;
  line-height: 48px;
  text-align: center;
  text-decoration: none !important;
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

/* line 59, resources/assets/styles/components/_e-filter.scss */

.e-filter__btn--cancel.js-show-filter {
  left: 48%;
  width: 48%;
  max-width: 48%;
}

/* line 65, resources/assets/styles/components/_e-filter.scss */

.e-filter__btn--cancel::before {
  display: none;
}

/* line 71, resources/assets/styles/components/_e-filter.scss */

.e-filter__legend {
  position: relative;
  margin-bottom: 30px;
  border: none;
  padding: 0;
  width: 100%;
  color: #142b44;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  font-style: normal;
  line-height: 1.5rem;
  text-align: left;
  text-transform: uppercase;
  background-color: transparent;
  cursor: pointer;
}

@media (min-width: 1024px) {
  /* line 71, resources/assets/styles/components/_e-filter.scss */

  .e-filter__legend {
    cursor: default;
  }

  /* line 91, resources/assets/styles/components/_e-filter.scss */

  .e-filter__legend::after {
    display: none;
  }
}

/* line 96, resources/assets/styles/components/_e-filter.scss */

.e-filter__legend::after {
  position: absolute;
  content: "";
  top: 7px;
  right: 0;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #142b44;
  border-left: 7px solid transparent;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 108, resources/assets/styles/components/_e-filter.scss */

.e-filter__legend:active {
  color: #000;
}

/* line 114, resources/assets/styles/components/_e-filter.scss */

.e-filter__input-wrapper input {
  margin-bottom: 20px;
  border: 1px solid #e6e6e6;
  padding: 0 19px;
  height: 44px;
  width: 100%;
  font-size: 0.8125rem;
  background-color: #eef3f9;
}

@media (min-width: 1024px) {
  /* line 114, resources/assets/styles/components/_e-filter.scss */

  .e-filter__input-wrapper input {
    border: none;
    background-color: #fff;
  }
}

/* line 130, resources/assets/styles/components/_e-filter.scss */

.e-filter__label {
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-left: 30px;
  width: 90%;
  font-size: 1rem;
  cursor: pointer;
}

/* line 139, resources/assets/styles/components/_e-filter.scss */

.e-filter__label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 0;
  border: #b3b3b3 2px solid;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 155, resources/assets/styles/components/_e-filter.scss */

.e-filter__label::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 6px;
  z-index: 1;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 12px;
  width: 8px;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

/* line 172, resources/assets/styles/components/_e-filter.scss */

.e-filter__label:hover::before {
  border-color: #74b89e;
}

/* line 178, resources/assets/styles/components/_e-filter.scss */

.e-filter__checkbox {
  position: absolute;
  height: 20px;
  width: 20px;
  visibility: hidden;
}

/* line 184, resources/assets/styles/components/_e-filter.scss */

.e-filter__checkbox-container {
  position: relative;
}

/* line 187, resources/assets/styles/components/_e-filter.scss */

.e-filter__checkbox-container label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 1024px) {
  /* line 187, resources/assets/styles/components/_e-filter.scss */

  .e-filter__checkbox-container label {
    display: block;
  }
}

/* line 197, resources/assets/styles/components/_e-filter.scss */

.e-filter__checkbox:checked + label::before {
  border-color: #74b89e;
  background-color: #74b89e;
}

/* line 202, resources/assets/styles/components/_e-filter.scss */

.e-filter__checkbox:checked + label::after {
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
}

/* line 210, resources/assets/styles/components/_e-filter.scss */

.e-filter__form {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  -o-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

@media (min-width: 1024px) {
  /* line 210, resources/assets/styles/components/_e-filter.scss */

  .e-filter__form {
    max-height: 1000px;
  }
}

/* line 220, resources/assets/styles/components/_e-filter.scss */

.e-filter__form .e-filter__btn {
  position: fixed;
  right: 5%;
  bottom: 0;
  width: 45%;
}

@media (min-width: 1024px) {
  /* line 220, resources/assets/styles/components/_e-filter.scss */

  .e-filter__form .e-filter__btn {
    position: relative;
    display: block;
    right: unset;
    bottom: unset;
    width: 100%;
  }
}

/* line 234, resources/assets/styles/components/_e-filter.scss */

.e-filter__form .e-filter__btn--cancel {
  position: fixed !important;
  display: none;
  bottom: 0;
  width: 44%;
  visibility: hidden;
  opacity: 0;
}

/* line 246, resources/assets/styles/components/_e-filter.scss */

.e-filter__form .e-filter__checkbox-container:last-child label {
  margin-bottom: 30px;
}

/* line 253, resources/assets/styles/components/_e-filter.scss */

.e-filter__form.is-active {
  padding-top: 50px;
  max-height: 1000px;
}

/* line 259, resources/assets/styles/components/_e-filter.scss */

.e-filter__form.is-active .e-filter__btn--cancel {
  display: block;
  visibility: visible;
  opacity: 1;
}

/* line 269, resources/assets/styles/components/_e-filter.scss */

.e-filter__fieldset {
  position: relative;
  margin-bottom: 25px;
  margin-left: 20px;
  max-height: 3rem;
  overflow: hidden;
}

@media (min-width: 1024px) {
  /* line 269, resources/assets/styles/components/_e-filter.scss */

  .e-filter__fieldset {
    margin-left: 0;
    max-height: unset;
  }
}

/* line 281, resources/assets/styles/components/_e-filter.scss */

.e-filter__fieldset--search {
  margin-bottom: 46.7px;
  margin-left: 0;
  border-bottom: none;
  padding-top: 29px;
  padding-right: 0;
  padding-bottom: 29px;
  padding-left: 20px;
  max-height: unset;
  background-color: #fff;
}

@media (min-width: 1024px) {
  /* line 281, resources/assets/styles/components/_e-filter.scss */

  .e-filter__fieldset--search {
    padding-right: 20px;
    background-color: #e6e6e6;
  }
}

/* line 297, resources/assets/styles/components/_e-filter.scss */

.e-filter__fieldset--search__h5 {
  display: none;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  /* line 297, resources/assets/styles/components/_e-filter.scss */

  .e-filter__fieldset--search__h5 {
    display: block;
  }
}

/* line 306, resources/assets/styles/components/_e-filter.scss */

.e-filter__fieldset--search__h6 {
  display: none;
}

@media (min-width: 1024px) {
  /* line 306, resources/assets/styles/components/_e-filter.scss */

  .e-filter__fieldset--search__h6 {
    display: block;
  }
}

/* line 314, resources/assets/styles/components/_e-filter.scss */

.e-filter__fieldset--search::before {
  display: none;
}

/* line 318, resources/assets/styles/components/_e-filter.scss */

.e-filter__fieldset--search::after {
  display: none;
}

/* line 323, resources/assets/styles/components/_e-filter.scss */

.e-filter__fieldset.is-active {
  max-height: unset;
}

/* line 328, resources/assets/styles/components/_e-filter.scss */

.e-filter__fieldset.is-active .e-filter__legend::after {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}

/* line 333, resources/assets/styles/components/_e-filter.scss */

.e-filter__fieldset.is-active .e-filter__label-count {
  margin-left: 5px;
}

/* line 3, resources/assets/styles/components/_e-form.scss */

.e-form--donate .nf-next-previous li.nf-next-item {
  float: left;
}

/* line 12, resources/assets/styles/components/_e-form.scss */

.e-form--donate .e-form__donate-input--valuta .nf-field-element::before {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  float: left;
  top: 50%;
  bottom: auto;
  content: "\20AC";
  left: 20px;
  color: #142b44;
}

/* line 21, resources/assets/styles/components/_e-form.scss */

.e-form--donate .e-form__donate-input--valuta input:not([type="button"]) {
  padding-left: 40px !important;
}

/* line 29, resources/assets/styles/components/_e-form.scss */

.e-form--donate .e-form__donate-radio ul li {
  float: left;
  margin: 0 16px 0 0 !important;
}

/* line 37, resources/assets/styles/components/_e-form.scss */

.e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element input {
  position: absolute;
}

/* line 41, resources/assets/styles/components/_e-form.scss */

.e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label {
  margin-left: 0 !important;
  border: #142b44 2px solid;
  padding: 0 15px;
  color: #142b44;
  font-family: 'Rubik', sans-serif;
  font-size: 0.8125rem;
  line-height: 2.75rem;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 55, resources/assets/styles/components/_e-form.scss */

.e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label::before,
.e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label::after {
  display: none;
}

/* line 60, resources/assets/styles/components/_e-form.scss */

.e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label.nf-checked-label,
.e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label:hover {
  color: #fff;
  background-color: #142b44;
}

/* line 72, resources/assets/styles/components/_e-form.scss */

.e-form--donate .nf-next,
.e-form--donate .nf-previous {
  cursor: pointer;
}

/* line 77, resources/assets/styles/components/_e-form.scss */

.e-form--donate .nf-previous {
  border-color: #5385bf !important;
  color: #fff !important;
  background-color: #5385bf !important;
}

/* line 85, resources/assets/styles/components/_e-form.scss */

.e-form--donate .nf-previous:hover {
  border-color: #98b6d9 !important;
  background-color: #98b6d9 !important;
}

/* line 94, resources/assets/styles/components/_e-form.scss */

.e-form .nf-field-container .nf-field .field-wrap {
  /* stylelint-disable no-descending-specificity */
}

/* line 96, resources/assets/styles/components/_e-form.scss */

.e-form .nf-field-container .nf-field .field-wrap .nf-field-label {
  margin-bottom: 5px !important;
  /* stylelint-enable no-descending-specificity */
}

/* line 99, resources/assets/styles/components/_e-form.scss */

.e-form .nf-field-container .nf-field .field-wrap .nf-field-label label {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.125rem;
  text-transform: uppercase;
}

/* line 1, resources/assets/styles/common/_form.scss */

.e-form .nf-field-element {
  margin-left: 0;
}

/* line 4, resources/assets/styles/common/_form.scss */

.e-form .nf-field-element p {
  margin-bottom: 0 !important;
}

/* line 10, resources/assets/styles/common/_form.scss */

.e-form .submit-wrap .nf-field-element {
  margin-left: 0 !important;
}

/* line 14, resources/assets/styles/common/_form.scss */

.e-form .submit-wrap .btn,
.e-form .submit-wrap .e-filter__btn--cancel,
.e-form .submit-wrap .e-form--donate .nf-previous,
.e-form--donate .e-form .submit-wrap .nf-previous,
.e-form .submit-wrap .nf-form-content input[type="button"]:not(.nf-previous),
.e-form .nf-form-content .submit-wrap input[type="button"]:not(.nf-previous),
.e-form .submit-wrap .nf-form-content input[type="submit"],
.e-form .nf-form-content .submit-wrap input[type="submit"],
.e-form .submit-wrap .nf-form-content button,
.e-form .nf-form-content .submit-wrap button {
  margin-top: 31px;
  height: auto;
  width: auto;
  min-width: 174px;
}

/* line 22, resources/assets/styles/common/_form.scss */

.e-form .ninja-forms-req-symbol {
  color: #142b44;
  font-family: 'Rubik', sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.125rem;
  text-transform: uppercase;
}

/* line 32, resources/assets/styles/common/_form.scss */

.e-form .list-checkbox-wrap .ninja-forms-req-symbol {
  display: none;
}

/* line 38, resources/assets/styles/common/_form.scss */

.e-form .list-checkbox-wrap ul li label {
  font-size: 1rem;
  cursor: pointer;
}

/* line 42, resources/assets/styles/common/_form.scss */

.e-form .list-checkbox-wrap ul li label::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -30px;
  z-index: 0;
  border: #e1e1e1 2px solid;
  height: 20px;
  width: 20px;
  background-color: #fff;
  cursor: pointer;
  opacity: 1;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 58, resources/assets/styles/common/_form.scss */

.e-form .list-checkbox-wrap ul li label::after {
  position: absolute;
  content: "";
  top: 0;
  left: -24px;
  z-index: 1;
  border: none;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  height: 12px;
  width: 8px;
  background-color: transparent;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

/* line 75, resources/assets/styles/common/_form.scss */

.e-form .list-checkbox-wrap ul li label:hover::before {
  border-color: #74b89e;
}

/* line 81, resources/assets/styles/common/_form.scss */

.e-form .list-checkbox-wrap ul li label.nf-checked-label::before {
  border-color: #74b89e;
  background-color: #74b89e;
}

/* line 86, resources/assets/styles/common/_form.scss */

.e-form .list-checkbox-wrap ul li label.nf-checked-label::after {
  border-color: #fff;
  background-color: transparent;
  opacity: 1;
}

/* line 97, resources/assets/styles/common/_form.scss */

.e-form .list-checkbox-wrap .nf-field-element::after {
  display: none;
}

/* line 104, resources/assets/styles/common/_form.scss */

.e-form .list-radio-wrap:not(.list-checkbox-wrap) .ninja-forms-req-symbol {
  display: none;
}

/* line 110, resources/assets/styles/common/_form.scss */

.e-form .list-radio-wrap:not(.list-checkbox-wrap) ul li input[type="radio"] {
  opacity: 0;
}

/* line 114, resources/assets/styles/common/_form.scss */

.e-form .list-radio-wrap:not(.list-checkbox-wrap) ul li label {
  font-size: 1rem;
  cursor: pointer;
}

/* line 118, resources/assets/styles/common/_form.scss */

.e-form .list-radio-wrap:not(.list-checkbox-wrap) ul li label::before {
  position: absolute;
  content: "";
  top: -2px;
  left: -30px;
  border: 2px solid #e1e1e1;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 132, resources/assets/styles/common/_form.scss */

.e-form .list-radio-wrap:not(.list-checkbox-wrap) ul li label::after {
  display: none;
}

/* line 137, resources/assets/styles/common/_form.scss */

.e-form .list-radio-wrap:not(.list-checkbox-wrap) ul li label:hover::before {
  border-color: #74b89e;
}

/* line 143, resources/assets/styles/common/_form.scss */

.e-form .list-radio-wrap:not(.list-checkbox-wrap) ul li label.nf-checked-label::before {
  border: #74b89e 6px solid;
  background-color: #fff;
}

/* line 153, resources/assets/styles/common/_form.scss */

.e-form .list-radio-wrap:not(.list-checkbox-wrap) .nf-field-element::after {
  display: none;
}

/* line 160, resources/assets/styles/common/_form.scss */

.e-form .file_upload-wrap:not(.checkbox-wrap) .nf-field-element {
  position: relative;
  border: 2px solid #e1e1e1;
  height: 50px;
  border-radius: 6px;
  background-color: #fff;
  overflow: hidden;
}

/* line 168, resources/assets/styles/common/_form.scss */

.e-form .file_upload-wrap:not(.checkbox-wrap) .nf-field-element .nf-fu-fileinput-button {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  float: left;
  top: 50%;
  bottom: auto;
  left: 18px;
  z-index: 2;
  margin: 0 !important;
  border: none !important;
  padding: 5px !important;
  color: #142b44;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem !important;
  font-weight: 400;
  line-height: 1.25rem !important;
  text-transform: none;
  text-decoration: underline;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* line 186, resources/assets/styles/common/_form.scss */

.e-form .file_upload-wrap:not(.checkbox-wrap) .nf-field-element .nf-fu-fileinput-button:hover {
  border: none !important;
  text-decoration: none;
}

/* line 192, resources/assets/styles/common/_form.scss */

.e-form .file_upload-wrap:not(.checkbox-wrap) .nf-field-element .nf-fu-button-cancel,
.e-form .file_upload-wrap:not(.checkbox-wrap) .nf-field-element .nf-fu-progress {
  display: none !important;
}

/* line 198, resources/assets/styles/common/_form.scss */

.e-form .file_upload-wrap:not(.checkbox-wrap) .nf-field-element .files_uploaded p {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 3;
  padding-left: 18px;
  height: 30px;
  max-height: 100%;
  width: 100%;
  color: #142b44;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 1.75rem;
  background-color: #fff;
}

/* line 215, resources/assets/styles/common/_form.scss */

.e-form .file_upload-wrap:not(.checkbox-wrap) .nf-field-element .files_uploaded .delete {
  float: right;
  margin-right: 18px;
  width: 20px;
  overflow: hidden;
  text-indent: -9999px;
}

/* line 222, resources/assets/styles/common/_form.scss */

.e-form .file_upload-wrap:not(.checkbox-wrap) .nf-field-element .files_uploaded .delete::after {
  position: absolute;
  content: "\F057";
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  color: #5385bf;
  font-family: 'FontAwesome', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-indent: 0;
  background-color: transparent;
}

/* line 241, resources/assets/styles/common/_form.scss */

.e-form .nf-error-msg {
  color: #ea5659;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25rem;
}

/* line 251, resources/assets/styles/common/_form.scss */

.e-form .nf-error .ninja-forms-field {
  border-color: #ea5659 !important;
  color: #ea5659 !important;
  background-color: #fff !important;
}

/* line 256, resources/assets/styles/common/_form.scss */

.e-form .nf-error .ninja-forms-field::-webkit-input-placeholder {
  color: #ea5659 !important;
}

.e-form .nf-error .ninja-forms-field::-moz-placeholder {
  color: #ea5659 !important;
}

.e-form .nf-error .ninja-forms-field::-ms-input-placeholder {
  color: #ea5659 !important;
}

.e-form .nf-error .ninja-forms-field::placeholder {
  color: #ea5659 !important;
}

/* line 261, resources/assets/styles/common/_form.scss */

.e-form .nf-error .nf-field-label {
  color: #ea5659 !important;
}

/* line 265, resources/assets/styles/common/_form.scss */

.e-form .nf-error .nf-error-msg {
  color: #ea5659;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: italic;
  line-height: 1.25rem;
  text-align: left;
}

/* line 277, resources/assets/styles/common/_form.scss */

.e-form .nf-error.field-wrap .nf-field-element::after {
  content: "\F057";
  top: 16px;
  right: 10px;
  height: 20px;
  width: 20px;
  color: #ea5659;
  line-height: 20px;
  background-color: transparent;
}

/* line 292, resources/assets/styles/common/_form.scss */

.e-form .nf-pass .ninja-forms-field {
  border-color: #74b89e !important;
  color: #74b89e !important;
}

/* line 297, resources/assets/styles/common/_form.scss */

.e-form .nf-pass .nf-field-label {
  color: #74b89e !important;
}

/* line 303, resources/assets/styles/common/_form.scss */

.e-form .nf-pass.field-wrap .nf-field-element::after {
  top: 16px;
  right: 10px;
  height: 20px;
  width: 20px;
  color: #74b89e;
  font-size: 20px;
  line-height: 20px;
  background-color: transparent;
}

/* line 318, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .ninja-forms-req-symbol {
  display: none;
}

/* line 323, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label {
  margin-left: 0 !important;
  padding-left: 50px !important;
  font-family: 'muli', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.75rem;
  text-align: left;
  text-transform: initial;
}

/* line 333, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label::after {
  top: 3px;
  left: 0 !important;
  border: #e1e1e1 2px solid;
  height: 20px;
  width: 40px;
  background-color: transparent;
  border-radius: 10px;
}

/* line 343, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label::before {
  content: "";
  top: 7px;
  left: 4px !important;
  border: none;
  height: 12px;
  width: 12px;
  background-color: #e1e1e1;
  border-radius: 50%;
  opacity: 1;
}

/* line 355, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label:hover {
  cursor: pointer;
}

/* line 358, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label:hover::before {
  background-color: #74b89e;
}

/* line 362, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label:hover::after {
  border-color: #74b89e;
}

/* line 367, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label.nf-checked-label {
  font-weight: normal;
}

/* line 370, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label.nf-checked-label::before {
  left: 23px !important;
  background-color: #fff;
}

/* line 375, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label.nf-checked-label::after {
  border-color: #74b89e;
  background-color: #74b89e;
}

/* line 384, resources/assets/styles/common/_form.scss */

.e-form .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-element::after {
  display: none;
}

/* line 390, resources/assets/styles/common/_form.scss */

.e-form .nf-form-title {
  display: none;
}

/* line 395, resources/assets/styles/common/_form.scss */

.e-form .label-right .nf-after-field {
  width: 100%;
}

/* line 400, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content {
  width: 100%;
  max-width: unset;
}

/* line 406, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content .list-select-wrap > div select {
  max-height: 50px;
  color: #142b44;
  border-radius: 6px;
}

/* line 411, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content .list-select-wrap > div select + div {
  border: #e1e1e1 2px solid !important;
  max-height: 50px;
  background-color: #fff;
  border-radius: 6px;
}

/* line 417, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content .list-select-wrap > div select + div::after {
  display: none;
}

/* line 421, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content .list-select-wrap > div select + div::before {
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  float: left;
  top: 50%;
  bottom: auto;
  content: "";
  top: 55%;
  right: 13px;
  border-top: 4px solid #142b44;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  height: 0;
  width: 8px;
}

/* line 435, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content .list-select-wrap > div select:focus {
  color: #142b44;
  background-color: transparent;
}

/* line 439, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content .list-select-wrap > div select:focus + div {
  border-color: #5385bf !important;
  color: #142b44;
}

/* line 448, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content input:not([type="button"]) {
  line-height: 3rem;
}

/* line 452, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content textarea {
  padding-top: 10px !important;
  line-height: 1.5rem;
}

/* line 457, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content input:not([type="button"]),
.e-form .nf-form-content textarea {
  border: #e1e1e1 2px solid;
  padding: 0 40px 0 15px;
  height: 50px;
  color: #142b44;
  font-size: 0.8125rem;
  font-weight: 400;
  background-color: #fff;
  outline: none;
  border-radius: 6px;
}

/* line 469, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content input:not([type="button"]):focus,
.e-form .nf-form-content textarea:focus {
  border-color: #5385bf;
  color: #142b44;
  background-color: #fff;
}

/* line 475, resources/assets/styles/common/_form.scss */

.e-form .nf-form-content input:not([type="button"])::-webkit-input-placeholder,
.e-form .nf-form-content textarea::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.e-form .nf-form-content input:not([type="button"])::-moz-placeholder,
.e-form .nf-form-content textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.e-form .nf-form-content input:not([type="button"])::-ms-input-placeholder,
.e-form .nf-form-content textarea::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.e-form .nf-form-content input:not([type="button"])::placeholder,
.e-form .nf-form-content textarea::placeholder {
  color: #666;
  opacity: 1;
}

/* line 489, resources/assets/styles/common/_form.scss */

.e-form .nf-before-form-content {
  margin-bottom: 25px;
}

/* line 114, resources/assets/styles/components/_e-form.scss */

.e-form .nf-form-content {
  padding-left: 0;
}

/* line 117, resources/assets/styles/components/_e-form.scss */

.e-form .nf-form-content input[type="button"]:not(.nf-previous),
.e-form .nf-form-content input[type="submit"],
.e-form .nf-form-content button {
  margin-top: 0 !important;
}

/* line 128, resources/assets/styles/components/_e-form.scss */

.e-form .nf-multi-cell .nf-cell {
  margin-right: 5px;
  margin-left: -5px;
}

/* line 139, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate h4,
.h-bgcolor--green .e-form--donate h4 {
  color: #fff !important;
}

/* line 143, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate p,
.h-bgcolor--green .e-form--donate p {
  color: #fff !important;
}

/* line 147, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate .nf-form-fields-required,
.h-bgcolor--green .e-form--donate .nf-form-fields-required {
  color: #fff;
}

/* line 151, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate .ninja-forms-req-symbol,
.h-bgcolor--green .e-form--donate .ninja-forms-req-symbol {
  color: #fff;
}

/* line 155, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate .nf-form-content,
.h-bgcolor--green .e-form--donate .nf-form-content {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 157, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate .nf-form-content label,
.h-bgcolor--green .e-form--donate .nf-form-content label {
  color: #fff;
}

/* line 163, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate .nf-previous,
.h-bgcolor--green .e-form--donate .nf-previous {
  color: #fff !important;
}

/* line 171, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate .e-form__donate-radio ul li,
.h-bgcolor--green .e-form--donate .e-form__donate-radio ul li {
  float: left;
  margin: 0 16px 0 0 !important;
}

/* line 179, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label,
.h-bgcolor--green .e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label {
  border-color: #fff;
  background-color: #fff;
}

/* line 183, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--dark_blue .e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label.nf-checked-label,
.h-bgcolor--dark_blue .e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label:hover,
.h-bgcolor--green .e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label.nf-checked-label,
.h-bgcolor--green .e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label:hover {
  border-color: #bacee5;
  color: #142b44;
  background-color: #bacee5;
}

/* line 209, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .list-checkbox-wrap ul li {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 213, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .list-checkbox-wrap ul li label:hover::before {
  border-color: #142b44;
}

/* line 219, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .list-checkbox-wrap ul li label.nf-checked-label::before {
  border-color: #142b44;
  background-color: #142b44;
}

/* line 232, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .list-radio-wrap:not(.list-checkbox-wrap) ul li {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 236, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .list-radio-wrap:not(.list-checkbox-wrap) ul li label:hover::before {
  border-color: #142b44;
}

/* line 242, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .list-radio-wrap:not(.list-checkbox-wrap) ul li label.nf-checked-label::before {
  border-color: #142b44;
}

/* line 252, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .nf-pass {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 253, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .nf-pass .ninja-forms-field {
  border-color: #142b44 !important;
}

/* line 258, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .nf-pass .nf-field-label {
  color: #142b44 !important;
}

/* line 268, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label:hover::after {
  border-color: #142b44;
}

/* line 272, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label:hover::before {
  background-color: #142b44;
}

/* line 278, resources/assets/styles/components/_e-form.scss */

.h-bgcolor--green .e-form--donate .checkbox-wrap:not(.list-checkbox-wrap):not(.list-radio-wrap) .nf-field-label label.nf-checked-label::after {
  border-color: #142b44;
  background-color: #142b44;
}

/* line 2, resources/assets/styles/components/_e-hero.scss */

.hero-home {
  position: relative;
  min-height: 75vh;
}

/* line 6, resources/assets/styles/components/_e-hero.scss */

.hero-home__h1 {
  font-size: 2.5rem !important;
  line-height: 3.5rem !important;
}

@media (min-width: 1024px) {
  /* line 6, resources/assets/styles/components/_e-hero.scss */

  .hero-home__h1 {
    font-size: 3.3rem !important;
    line-height: 4rem !important;
  }
}

/* line 16, resources/assets/styles/components/_e-hero.scss */

.hero-home__h1,
.hero-home__p {
  margin-bottom: 1.875rem;
  color: #fff !important;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 24, resources/assets/styles/components/_e-hero.scss */

.hero-home__btn--1 {
  margin-bottom: 1.3125rem;
}

@media (min-width: 768px) {
  /* line 24, resources/assets/styles/components/_e-hero.scss */

  .hero-home__btn--1 {
    margin-right: 0.9375rem;
    margin-bottom: 0;
  }
}

/* line 33, resources/assets/styles/components/_e-hero.scss */

.hero-home__btn-wrapper {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 38, resources/assets/styles/components/_e-hero.scss */

.hero-home__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}

/* line 46, resources/assets/styles/components/_e-hero.scss */

.hero-home__img::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: transparent -webkit-gradient(linear, right top, left top, from(rgba(20, 43, 68, 0)), to(rgba(20, 43, 68, 0.2))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(right, rgba(20, 43, 68, 0) 0%, rgba(20, 43, 68, 0.2) 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(right, rgba(20, 43, 68, 0) 0%, rgba(20, 43, 68, 0.2) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(270deg, rgba(20, 43, 68, 0) 0%, rgba(20, 43, 68, 0.2) 100%) 0% 0% no-repeat padding-box;
}

/* line 63, resources/assets/styles/components/_e-hero.scss */

.hero-home.h-bgcolor--white .hero-home__h1,
.hero-home.h-bgcolor--white .hero-home__p,
.hero-home.h-bgcolor--light_blue .hero-home__h1,
.hero-home.h-bgcolor--light_blue .hero-home__p {
  color: #142b44 !important;
}

/* line 75, resources/assets/styles/components/_e-hero.scss */

.hero-home.h-bgcolor--dark_blue .hero-home__h1,
.hero-home.h-bgcolor--dark_blue .hero-home__p,
.hero-home.h-bgcolor--green .hero-home__h1,
.hero-home.h-bgcolor--green .hero-home__p {
  color: #fff !important;
}

/* line 86, resources/assets/styles/components/_e-hero.scss */

.hero-home.is-animating .hero-home__h1 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 91, resources/assets/styles/components/_e-hero.scss */

.hero-home.is-animating .hero-home__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 97, resources/assets/styles/components/_e-hero.scss */

.hero-home.is-animating .hero-home__btn-wrapper {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 106, resources/assets/styles/components/_e-hero.scss */

.hero-page {
  padding-top: 80px !important;
}

@media (min-width: 1024px) {
  /* line 106, resources/assets/styles/components/_e-hero.scss */

  .hero-page {
    padding-top: 0 !important;
  }
}

/* line 113, resources/assets/styles/components/_e-hero.scss */

.hero-page__h2 {
  margin-bottom: 1.25rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 1024px) {
  /* line 113, resources/assets/styles/components/_e-hero.scss */

  .hero-page__h2 {
    font-size: 3rem !important;
  }
}

/* line 122, resources/assets/styles/components/_e-hero.scss */

.hero-page__p {
  margin-bottom: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 128, resources/assets/styles/components/_e-hero.scss */

.hero-page__btn--1 {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  /* line 128, resources/assets/styles/components/_e-hero.scss */

  .hero-page__btn--1 {
    margin-right: 0.9375rem;
    margin-bottom: 5rem;
  }
}

@media (min-width: 1024px) {
  /* line 128, resources/assets/styles/components/_e-hero.scss */

  .hero-page__btn--1 {
    margin-bottom: 0;
  }
}

/* line 141, resources/assets/styles/components/_e-hero.scss */

.hero-page__btn--2 {
  margin-bottom: 5rem;
}

@media (min-width: 1024px) {
  /* line 141, resources/assets/styles/components/_e-hero.scss */

  .hero-page__btn--2 {
    margin-bottom: 0;
  }
}

/* line 149, resources/assets/styles/components/_e-hero.scss */

.hero-page__btn-wrapper {
  margin-top: 2.5rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 155, resources/assets/styles/components/_e-hero.scss */

.hero-page__container {
  z-index: 1;
}

@media (min-width: 1024px) {
  /* line 155, resources/assets/styles/components/_e-hero.scss */

  .hero-page__container {
    padding-top: 5rem;
    padding-bottom: 5rem;
    min-height: 75vh;
  }
}

/* line 165, resources/assets/styles/components/_e-hero.scss */

.hero-page__img {
  position: absolute;
}

@media (min-width: 1024px) {
  /* line 168, resources/assets/styles/components/_e-hero.scss */

  .hero-page__img-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}

/* line 178, resources/assets/styles/components/_e-hero.scss */

.hero-page__img-container {
  position: relative;
  z-index: 0;
  padding-top: 75%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 178, resources/assets/styles/components/_e-hero.scss */

  .hero-page__img-container {
    padding-top: 56.25%;
  }
}

@media (min-width: 1024px) {
  /* line 178, resources/assets/styles/components/_e-hero.scss */

  .hero-page__img-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;
    width: 50vw;
  }

  /* line 199, resources/assets/styles/components/_e-hero.scss */

  .hero-page__img-container.left {
    right: 0;
    left: unset;
  }
}

/* line 212, resources/assets/styles/components/_e-hero.scss */

.hero-page.h-bgcolor--dark_blue .hero-page__h2,
.hero-page.h-bgcolor--dark_blue .hero-page__p,
.hero-page.h-bgcolor--green .hero-page__h2,
.hero-page.h-bgcolor--green .hero-page__p {
  color: #fff !important;
}

/* line 223, resources/assets/styles/components/_e-hero.scss */

.hero-page.is-animating .hero-page__h2 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 228, resources/assets/styles/components/_e-hero.scss */

.hero-page.is-animating .hero-page__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 234, resources/assets/styles/components/_e-hero.scss */

.hero-page.is-animating .hero-page__btn-wrapper {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 242, resources/assets/styles/components/_e-hero.scss */

.hero-page--2 {
  min-height: 15rem;
}

@media (min-width: 1024px) {
  /* line 242, resources/assets/styles/components/_e-hero.scss */

  .hero-page--2 {
    min-height: 22.5rem;
  }
}

/* line 249, resources/assets/styles/components/_e-hero.scss */

.hero-page--2__container {
  z-index: 3;
}

/* line 253, resources/assets/styles/components/_e-hero.scss */

.hero-page--2__h2 {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 257, resources/assets/styles/components/_e-hero.scss */

.hero-page--2__p {
  margin-bottom: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 263, resources/assets/styles/components/_e-hero.scss */

.hero-page--2__btn-wrapper {
  margin-top: 1.875rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 270, resources/assets/styles/components/_e-hero.scss */

.hero-page--2__breadcrumb-wrapper {
  margin-top: calc(1.18% + 40px);
  margin-bottom: 50px;
}

/* line 277, resources/assets/styles/components/_e-hero.scss */

.hero-page--2.image img {
  z-index: 1;
}

/* line 282, resources/assets/styles/components/_e-hero.scss */

.hero-page--2.image .hero-page--2__h2,
.hero-page--2.image .hero-page--2__p {
  color: #fff !important;
}

/* line 288, resources/assets/styles/components/_e-hero.scss */

.hero-page--2.image::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(20, 43, 68, 0.5)), to(rgba(20, 43, 68, 0))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(bottom, rgba(20, 43, 68, 0.5) 0%, rgba(20, 43, 68, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(bottom, rgba(20, 43, 68, 0.5) 0%, rgba(20, 43, 68, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(20, 43, 68, 0.5) 0%, rgba(20, 43, 68, 0) 100%) 0% 0% no-repeat padding-box;
}

/* line 304, resources/assets/styles/components/_e-hero.scss */

.hero-page--2.h-bgcolor--dark_blue .hero-page--2__h2,
.hero-page--2.h-bgcolor--dark_blue .hero-page--2__p,
.hero-page--2.h-bgcolor--green .hero-page--2__h2,
.hero-page--2.h-bgcolor--green .hero-page--2__p {
  color: #fff;
}

/* line 314, resources/assets/styles/components/_e-hero.scss */

.hero-page--2.is-animating .hero-page--2__h2 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 319, resources/assets/styles/components/_e-hero.scss */

.hero-page--2.is-animating .hero-page--2__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 325, resources/assets/styles/components/_e-hero.scss */

.hero-page--2.is-animating .hero-page--2__btn-wrapper {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 335, resources/assets/styles/components/_e-hero.scss */

.hero-post {
  position: relative;
  min-height: 65vh;
}

/* line 339, resources/assets/styles/components/_e-hero.scss */

.hero-post__container {
  z-index: 2;
}

/* line 343, resources/assets/styles/components/_e-hero.scss */

.hero-post__h2 {
  font-size: 2.625rem !important;
  text-transform: none !important;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 768px) {
  /* line 343, resources/assets/styles/components/_e-hero.scss */

  .hero-post__h2 {
    font-size: 3rem !important;
  }
}

/* line 353, resources/assets/styles/components/_e-hero.scss */

.hero-post::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(rgba(20, 43, 68, 0.3)), color-stop(37%, rgba(20, 43, 68, 0.1)), to(rgba(20, 43, 68, 0))) 0% 0% no-repeat padding-box;
  background: transparent -webkit-linear-gradient(bottom, rgba(20, 43, 68, 0.3) 0%, rgba(20, 43, 68, 0.1) 37%, rgba(20, 43, 68, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent -o-linear-gradient(bottom, rgba(20, 43, 68, 0.3) 0%, rgba(20, 43, 68, 0.1) 37%, rgba(20, 43, 68, 0) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, rgba(20, 43, 68, 0.3) 0%, rgba(20, 43, 68, 0.1) 37%, rgba(20, 43, 68, 0) 100%) 0% 0% no-repeat padding-box;
}

/* line 366, resources/assets/styles/components/_e-hero.scss */

.hero-post.image .hero-post__h2 {
  color: #fff;
}

/* line 374, resources/assets/styles/components/_e-hero.scss */

.hero-post.is-animating .hero-post__h2 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 1, resources/assets/styles/components/_e-label.scss */

.e-label {
  margin-right: 10px;
  padding: 4px 15px;
  max-height: 26px;
  color: #fff;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 0.8125rem !important;
  font-weight: 700 !important;
  line-height: 1.125rem !important;
  text-transform: none !important;
  background-color: #5385bf;
  border-radius: 13px;
}

/* line 1, resources/assets/styles/components/_e-modal.scss */

.e-modal {
  position: fixed;
  z-index: 999999999999;
  height: 100vh;
  width: 100vw;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 10, resources/assets/styles/components/_e-modal.scss */

.e-modal__container {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  float: left;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  visibility: hidden;
  opacity: 0;
}

/* line 16, resources/assets/styles/components/_e-modal.scss */

.e-modal__container.is-active {
  visibility: visible;
  opacity: 1;
}

/* line 22, resources/assets/styles/components/_e-modal.scss */

.e-modal__wrapper {
  overflow: auto;
}

@media (min-width: 768px) {
  /* line 22, resources/assets/styles/components/_e-modal.scss */

  .e-modal__wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

@media (min-width: 1024px) {
  /* line 22, resources/assets/styles/components/_e-modal.scss */

  .e-modal__wrapper {
    min-height: 482px;
    max-height: 482px;
  }
}

/* line 35, resources/assets/styles/components/_e-modal.scss */

.e-modal__wrapper--cta {
  min-height: unset;
}

/* line 40, resources/assets/styles/components/_e-modal.scss */

.e-modal__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #4d4d4d;
  opacity: 0.8;
}

/* line 50, resources/assets/styles/components/_e-modal.scss */

.e-modal__body {
  padding: 60px 15px 0 15px;
  min-height: 232px;
  max-height: 60vh;
  background-color: #e6e6e6;
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, resources/assets/styles/components/_e-modal.scss */

  .e-modal__body {
    padding: 60px 60px 0 60px;
    min-height: 455px;
  }
}

@media (min-width: 1024px) {
  /* line 50, resources/assets/styles/components/_e-modal.scss */

  .e-modal__body {
    max-height: unset;
    width: 50%;
  }
}

/* line 67, resources/assets/styles/components/_e-modal.scss */

.e-modal__body--large {
  max-height: 85vh;
  width: 100%;
  background-color: #fff;
}

@media (min-width: 1024px) {
  /* line 67, resources/assets/styles/components/_e-modal.scss */

  .e-modal__body--large {
    max-height: unset;
  }
}

/* line 77, resources/assets/styles/components/_e-modal.scss */

.e-modal__body--cta {
  padding-top: 80px;
  padding-bottom: 80px;
  min-height: 0;
}

@media (min-width: 1024px) {
  /* line 77, resources/assets/styles/components/_e-modal.scss */

  .e-modal__body--cta {
    min-height: unset;
  }
}

/* line 90, resources/assets/styles/components/_e-modal.scss */

.e-modal__body.e-form .submit-wrap .nf-field-element button {
  margin-top: 0 !important;
}

/* line 98, resources/assets/styles/components/_e-modal.scss */

.e-modal__image {
  position: relative;
  height: 182px;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 98, resources/assets/styles/components/_e-modal.scss */

  .e-modal__image {
    height: 342px;
  }
}

@media (min-width: 1024px) {
  /* line 98, resources/assets/styles/components/_e-modal.scss */

  .e-modal__image {
    height: auto;
    width: 50%;
  }
}

/* line 114, resources/assets/styles/components/_e-modal.scss */

.e-modal__btn-close {
  position: absolute;
  top: -24px;
  right: -6px;
  border: none;
  height: 48px;
  width: 48px;
  background-color: #000;
  cursor: pointer;
}

/* line 124, resources/assets/styles/components/_e-modal.scss */

.e-modal__btn-close::before,
.e-modal__btn-close::after {
  position: absolute;
  content: "";
  top: 21px;
  right: 15px;
  height: 4px;
  width: 18px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 136, resources/assets/styles/components/_e-modal.scss */

.e-modal__btn-close::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 142, resources/assets/styles/components/_e-modal.scss */

.e-modal.is-active {
  visibility: visible;
  opacity: 1;
}

/* line 2, resources/assets/styles/components/_e-overview.scss */

.e-overview__h4 {
  display: inline-block;
  margin-bottom: 40px;
  color: #74b89e !important;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}

/* line 11, resources/assets/styles/components/_e-overview.scss */

.e-overview__filter-container {
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: fixed;
  float: left;
  right: auto;
  left: 50%;
  bottom: 0;
  z-index: 99;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #fff;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 1024px) {
  /* line 11, resources/assets/styles/components/_e-overview.scss */

  .e-overview__filter-container {
    position: relative;
    float: unset;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    z-index: unset;
    margin-bottom: 0;
    padding-right: 16px;
    padding-left: 16px;
    background-color: transparent;
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
  }
}

/* line 36, resources/assets/styles/components/_e-overview.scss */

.e-overview__filter-container::after {
  position: fixed;
  content: "";
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100px;
  width: 100%;
  background-color: #e1e1e1;
}

@media (min-width: 1024px) {
  /* line 36, resources/assets/styles/components/_e-overview.scss */

  .e-overview__filter-container::after {
    display: none;
  }
}

/* line 51, resources/assets/styles/components/_e-overview.scss */

.e-overview__filter-container.is-active {
  min-height: 100vh;
}

/* line 54, resources/assets/styles/components/_e-overview.scss */

.e-overview__filter-container.is-active .e-filter__form {
  overflow: scroll;
  max-height: 90vh;
}

/* line 59, resources/assets/styles/components/_e-overview.scss */

.e-overview__filter-container.is-active.shrink {
  min-height: 100vh;
}

/* line 62, resources/assets/styles/components/_e-overview.scss */

.e-overview__filter-container.is-active.shrink .e-filter__form {
  max-height: 90vh;
}

/* line 70, resources/assets/styles/components/_e-overview.scss */

.e-overview__filter-select-container {
  position: relative;
  float: right;
  z-index: 3;
  margin-bottom: 40px;
  width: 100%;
}

@media (min-width: 420px) {
  /* line 70, resources/assets/styles/components/_e-overview.scss */

  .e-overview__filter-select-container {
    width: auto;
  }
}

/* line 82, resources/assets/styles/components/_e-overview.scss */

.e-overview__filter-select-label {
  margin: 0 10px 0 0;
  width: 100%;
  font-weight: bold;
  line-height: 2.8125rem;
}

@media (min-width: 420px) {
  /* line 82, resources/assets/styles/components/_e-overview.scss */

  .e-overview__filter-select-label {
    width: auto;
  }
}

/* line 97, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select {
  position: relative;
}

/* line 100, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .styled-select {
  position: relative;
  border: 2px solid #e6e6e6;
  padding: 7px 38px 7px 20px;
  height: 45px;
  width: auto;
  min-width: 225px;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.6875rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 117, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .styled-select::before {
  position: absolute;
  content: "";
  top: 20px;
  right: 10px;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 4px solid transparent;
  -webkit-transform-origin: top;
       -o-transform-origin: top;
          transform-origin: top;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 130, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .styled-select:hover {
  border-color: #b3b3b3;
}

/* line 134, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .styled-select.is-active {
  border-color: #b3b3b3;
}

/* line 137, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .styled-select.is-active::before {
  top: 24px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 144, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .options {
  position: absolute;
  z-index: 1;
  margin-top: 16px;
  border: 2px solid #e6e6e6;
  padding: 10px 10px 5px 10px;
  width: 100%;
  list-style: none;
  background-color: #fff;
}

/* line 154, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .options li {
  margin-bottom: 5px;
}

/* line 157, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .options li a {
  display: block;
  padding: 0 10px;
  line-height: 3rem;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 163, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .options li a::before {
  display: none;
}

/* line 167, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .options li a:hover {
  color: #fff;
  background-color: #b3b3b3;
}

/* line 174, resources/assets/styles/components/_e-overview.scss */

div:not(#header-language-select) > .select .options li.is-active a {
  color: #fff;
  background-color: #b3b3b3;
}

/* line 1, resources/assets/styles/components/_e-pagination.scss */

.e-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
}

/* line 8, resources/assets/styles/components/_e-pagination.scss */

.e-pagination__num {
  margin-right: 6px;
  height: 24px;
  width: 24px;
}

/* line 14, resources/assets/styles/components/_e-pagination.scss */

.e-pagination__num a svg {
  height: 10px;
  width: 10px;
}

/* line 23, resources/assets/styles/components/_e-pagination.scss */

.e-pagination__num--first a svg,
.e-pagination__num--prev a svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 31, resources/assets/styles/components/_e-pagination.scss */

.e-pagination__num--first a svg {
  margin-right: 1px;
}

/* line 39, resources/assets/styles/components/_e-pagination.scss */

.e-pagination__num--last a svg {
  margin-left: 1px;
}

/* line 46, resources/assets/styles/components/_e-pagination.scss */

.e-pagination__link:not(span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid transparent;
  height: 100%;
  width: 100%;
  color: #142b44 !important;
  font-family: 'Rubik', sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.125rem;
  text-transform: uppercase;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 62, resources/assets/styles/components/_e-pagination.scss */

.e-pagination__link:not(span)::before {
  display: none;
}

/* line 66, resources/assets/styles/components/_e-pagination.scss */

.e-pagination__link:not(span):hover {
  border-color: transparent;
  color: #fff;
  text-decoration: none;
  background-color: #eef3f9;
}

/* line 73, resources/assets/styles/components/_e-pagination.scss */

.e-pagination__link:not(span).e-pagination__link--current {
  color: #fff !important;
  background-color: #74b89e;
}

/* line 2, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social {
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background-color: #5385bf;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* line 9, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social svg {
  min-height: 1rem;
  max-height: 1rem;
  min-width: 1rem;
  max-width: 1rem;
}

/* line 15, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social svg path {
  fill: #fff;
}

/* line 20, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social:hover {
  background-color: #5c93cf;
}

/* line 25, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social--linkedin svg {
  margin-bottom: 2px;
}

/* line 30, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social--label {
  margin-right: 1.875rem;
  min-width: 115px;
  color: #fff;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 2rem;
  text-transform: uppercase;
}

/* line 41, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social--anchor {
  margin-right: 0.625rem;
  margin-bottom: 10px;
  overflow: hidden;
}

/* line 46, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social--anchor::before {
  display: none;
}

/* line 51, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social--reaction {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5c93cf;
  border-radius: 50%;
  -webkit-transform: translateY(-32px);
       -o-transform: translateY(-32px);
          transform: translateY(-32px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 62, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social--reaction.is-active {
  -webkit-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* line 66, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social--reaction__icon {
  border-right: 4px solid #fff;
  border-bottom: 4px solid #fff;
  height: 17px;
  width: 11px;
  -webkit-transform: translateY(-2px) rotate(45deg);
       -o-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}

/* line 76, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__social-wrapper {
  margin-bottom: -10px;
}

/* line 84, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__input {
  max-width: 10px;
  cursor: default;
  opacity: 0;
}

/* line 90, resources/assets/styles/components/_e-post-socials.scss */

.post-socials__calendar {
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 0.8125rem;
  font-weight: bold;
  line-height: 1.75rem;
}

/* line 2, resources/assets/styles/components/_e-quicknav.scss */

.quicknav__title {
  margin-top: 30px;
  margin-bottom: 0;
  color: #fff !important;
}

/* line 8, resources/assets/styles/components/_e-quicknav.scss */

.quicknav__scroll {
  overflow-x: auto;
}

/* line 12, resources/assets/styles/components/_e-quicknav.scss */

.quicknav__list {
  margin-bottom: 0;
  padding-left: 0;
}

/* line 17, resources/assets/styles/components/_e-quicknav.scss */

.quicknav__item {
  list-style: none;
}

/* line 21, resources/assets/styles/components/_e-quicknav.scss */

.quicknav__btn {
  margin: 26px 40px 26px 0;
  border: none;
  padding: 0;
  color: #b3b3b3;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
}

/* line 30, resources/assets/styles/components/_e-quicknav.scss */

.quicknav__btn:hover {
  color: #fff;
}

/* line 2, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__wrapper {
  border: 2px solid #142b44;
  min-height: 48px;
  overflow: hidden;
}

/* line 7, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__wrapper--line {
  border: none;
}

/* line 11, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__wrapper + .e-tabs__wrapper {
  margin-left: -2px;
}

/* line 14, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__wrapper + .e-tabs__wrapper.wrapped {
  margin-left: 0;
}

/* line 19, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__wrapper:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 24, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__wrapper:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 30, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__input {
  position: absolute;
  opacity: 0;
}

/* line 35, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__input:checked + label.e-tabs__tab {
  color: #fff;
  font-weight: 900;
  background-color: #142b44;
}

/* line 41, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__input:checked + label.e-tabs__tab--line {
  border-bottom: 4px solid #000;
  color: #142b44;
  font-weight: 900;
  background-color: transparent;
}

/* line 50, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__tab {
  margin-bottom: 0;
  padding: 14px 20px 16px;
  min-width: 160px;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
  text-transform: uppercase;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 63, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__tab:hover {
  color: #74b89e;
  font-weight: 900;
}

/* line 68, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__tab--line {
  position: relative;
  border: none;
  border-bottom: 4px solid transparent;
}

/* line 73, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__tab--line::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
}

/* line 82, resources/assets/styles/components/_e-tabs.scss */

.e-tabs__tab--line:hover {
  background-color: transparent;
}

/* line 93, resources/assets/styles/components/_e-tabs.scss */

.h-bgcolor--dark_blue .e-tabs__wrapper,
.h-bgcolor--green .e-tabs__wrapper {
  border-color: #eef3f9;
}

/* line 99, resources/assets/styles/components/_e-tabs.scss */

.h-bgcolor--dark_blue .e-tabs__input:checked + label.e-tabs__tab,
.h-bgcolor--green .e-tabs__input:checked + label.e-tabs__tab {
  color: #142b44;
  background-color: #eef3f9;
}

/* line 1, resources/assets/styles/components/_e-usp.scss */

.e-usp {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  float: left;
  margin-left: 30px;
  padding-left: 22px;
  max-width: 100%;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/components/_e-usp.scss */

  .e-usp {
    max-width: calc(50% - 30px);
  }
}

@media (min-width: 1024px) {
  /* line 1, resources/assets/styles/components/_e-usp.scss */

  .e-usp {
    max-width: calc(25% - 30px);
  }
}

/* line 21, resources/assets/styles/components/_e-usp.scss */

.e-usp::before {
  position: absolute;
  content: "";
  height: 0.625rem;
  width: 0.4375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11.386' viewBox='0 0 12 11.386'%3E%3Cpath d='M179.278,90.874c-.562.7-.752,1.8-.5,1.053.352-1.037.211-.132.033.149-.12.19-.455,2.33-.334,1.584.018-.11.318.452.229-.4-.01-.1.074-.011.077.056a1.767,1.767,0,0,0-.008.493c.019.07.06-.01.079.06.055.208.07-.534.07-.534.019-.02.054.014.04.038-.08.132.133.256.167-.634.007-.172.077-.077.02.237-.042.232.094.6.132.291.035-.292.108-.221.068-.236-.161-.061-.022-.16-.1-.172-.047-.007-.05-.044,0-.05.076-.011-.042-.141.037-.11.043.017.014.172.044.183.048.016.29-.839.348-.839s.246-.31.246-.221c0,.19-.118.251-.118.335s-.026-.05-.086-.028-.03-.176-.069.04c-.016.09-.015.094.029.094.175,0-.186.365-.127.4.088.057.023-.041.073-.059.075-.027-.077.419-.118.353a1.43,1.43,0,0,1-.158.672c-.035.069-.036.629.011.275s.088-.146.078-.106c-.037.149.084-.114.035-.114-.021,0-.03-.1,0-.1s.034.182.067.018c.008-.038.02-.055.035-.046s.017,0,0-.024-.015-.042.017-.059.038-.021,0-.065c-.072-.079.1-.129.1.028,0,.068.039.011.039.067,0,.04-.2.222.014.23.307.011.1.251-.024.206-.038-.015-.05.075.013.056s.068.3.027.176c-.057-.173.068.245.068.062s.09.041.038.074c-.021.013-.021.022,0,.048s.016.041-.024.035a14.647,14.647,0,0,0,.314,1.754c-.026-.071.48,1.022.491,1.062.049.186-.008-.6.22.381.02-1.059,2.011,3.624,6.97.622,2.57-1.556,2.763-5.71,1.336-7.753C186.759,87.008,182.521,86.81,179.278,90.874Zm.671.875c-.047.047-.015-.062.014-.034C179.968,91.72,179.962,91.734,179.949,91.748Zm-.063,0a.02.02,0,1,1-.039,0A.02.02,0,1,1,179.886,91.744Zm-.079.091c0-.04.039-.039.039-.012C179.885,91.823,179.807,91.887,179.807,91.836Zm-.1.379c0,.015-.039.039-.039.012S179.709,92.2,179.709,92.215Zm-.64.174c-.07.137-.038-.016-.1-.006-.1.017-.076-.188-.022-.1C179.1,92.286,179.1,92.328,179.068,92.388Zm-.218-.072c-.014.039-.019.039-.033,0C178.792,92.249,178.888,92.316,178.85,92.316Zm.492.163c.031-.089.053-.086.051-.058C179.432,92.421,179.327,92.522,179.342,92.479Zm-.026-.015c0,.047-.129.048-.057,0C179.3,92.437,179.354,92.464,179.315,92.464Zm.073.091c-.007.023-.152.046-.152,0C179.236,92.5,179.435,92.556,179.388,92.556Zm-.518.021c-.015.042-.027.038-.027,0C178.843,92.511,178.908,92.577,178.87,92.577Zm.8-.01c0,.025-.013.029-.029,0S179.669,92.54,179.669,92.567Zm.754.16c-.016.064-.1.047-.041-.016C180.427,92.665,180.462,92.727,180.423,92.727Zm-.307.05c-.03.077-.084-.015-.027-.035C180.121,92.73,180.129,92.741,180.116,92.777Zm-1.273.014c0,.007-.059,0-.059.047s.039.063.039.069c0,.033-.044-.009-.075.085-.053.16-.012-.055-.015-.015C178.761,92.647,178.882,92.791,178.843,92.791Zm1.519.092c.071.072-.144.164-.073.109,0,0,.035-.275.066-.186a.021.021,0,0,0,.03.009C180.424,92.816,180.322,92.843,180.362,92.884Zm-1.156.186c.015-.025-.029-.093-.013-.109s.031.04.054.059C179.305,93.019,179.18,93.111,179.206,93.069Zm.68-.041c0,.082.022.088-.039.1S179.886,92.854,179.886,93.028Zm.59-.04c0,.027-.033.027-.049,0S180.476,92.961,180.476,92.988Zm-1.653.14c0,.081-.064-.027-.085.025-.013.033-.018-.055,0-.073S178.823,93.092,178.823,93.128Zm.944-.029c0,.041-.039.015-.039-.012S179.767,93.059,179.767,93.1Zm-.5.051c-.042.208-.111-.062-.01-.062C179.274,93.088,179.277,93.11,179.269,93.15Zm.7-.021c0,.027-.039.028-.039-.012S180,93.129,179.964,93.129Zm-.275.059c0,.052-.153-.02-.054-.02C179.664,93.168,179.689,93.178,179.689,93.189Zm.787,0a.02.02,0,1,1-.039,0A.02.02,0,1,1,180.476,93.189Zm-.09,0c.02,0,.032,0,.026.01C180.439,93.2,180.314,93.194,180.385,93.191Zm-1.745.218c-.007.2-.09.346-.094.146,0-.078,0-.086-.018-.045-.019.061-.024.008-.006-.078C178.587,93.107,178.684,93.409,178.64,93.409Zm.222-.1c0-.025.013-.029.03,0C178.931,93.309,178.862,93.352,178.862,93.309Zm.39.031c-.01.009-.055-.079-.013-.036C179.253,93.318,179.259,93.334,179.252,93.34Zm.819.007c.016.026-.009.085-.03.072C180,93.394,180.033,93.283,180.071,93.347Zm-1.2.152c0,.192-.067.164-.05-.046S178.909,93.5,178.871,93.5Zm.976.01c0,.027-.045.027-.029,0S179.846,93.485,179.846,93.51Zm-.007.11c0,.067-.033.067-.033,0S179.836,93.554,179.84,93.62Zm.223-.03c0,.027-.045.027-.029,0S180.063,93.565,180.063,93.59Zm.091.07c.014-.039.019-.039.034,0C180.226,93.66,180.13,93.727,180.154,93.66Zm-.1.461.015.059a.128.128,0,0,1,0,.069C180.109,94.25,180,94.316,180.051,94.121Zm.02.168c.012.02-.005.174-.029.112C179.968,94.211,180.11,94.29,180.071,94.29Zm.011.364c0,.027-.039.028-.039-.012S180.121,94.654,180.082,94.654Zm.02.23Zm.071.321Zm.017.162c0,.1-.032.014-.06-.045S180.236,95.367,180.191,95.367Zm-.019.124c-.03.032-.084-.153-.018-.059C180.17,95.456,180.178,95.484,180.171,95.491Zm.1.265c-.016-.027.024-.027.039,0C180.347,95.756,180.3,95.8,180.269,95.756Zm.089.156c0,.033-.039.018-.039-.042S180.4,95.913,180.358,95.913Z' transform='translate(-178.058 -87.848)' fill='%23000'/%3E%3Cpath d='M193.358,90.161c0,.064.095.006.095-.028S193.358,90.1,193.358,90.161Z' transform='translate(-189.481 -88.782)' fill='%23000'/%3E%3Cpath d='M179.207,104.363c-.24.515.235-.127.092-.127C179.264,104.236,179.207,104.363,179.207,104.363Z' transform='translate(-178.341 -100.207)' fill='%23000'/%3E%3Cpath d='M183.769,104.562c-.078.2.14.105.069-.016C183.809,104.5,183.792,104.5,183.769,104.562Z' transform='translate(-180.246 -100.381)' fill='%23000'/%3E%3Cpath d='M178.711,105.287c-.159.3-.242.325-.1.325C178.734,105.612,178.937,105.287,178.711,105.287Z' transform='translate(-178.093 -101)' fill='%23000'/%3E%3Cpath d='M179.1,105.432c-.3.559.114.2.069-.007C179.156,105.342,179.153,105.342,179.1,105.432Z' transform='translate(-178.281 -101.067)' fill='%23000'/%3E%3Cpath d='M183.361,105.856Z' transform='translate(-180.078 -101.333)' fill='%23000'/%3E%3Cpath d='M178.433,106.129a.047.047,0,0,0,.094,0A.047.047,0,1,0,178.433,106.129Z' transform='translate(-178.049 -101.545)' fill='%23000'/%3E%3Cpath d='M178.816,106.463c-.042.315.205-.141.061-.141C178.831,106.322,178.816,106.463,178.816,106.463Z' transform='translate(-178.205 -101.763)' fill='%23000'/%3E%3Cpath d='M178.628,107.176c-.038.063.07.062.07,0C178.7,107.083,178.721,107.176,178.628,107.176Z' transform='translate(-178.127 -102.335)' fill='%23000'/%3E%3Cpath d='M182.631,107.172c0-.063-.109-.063-.07,0C182.653,107.172,182.631,107.265,182.631,107.172Z' transform='translate(-179.751 -102.327)' fill='%23000'/%3E%3Cpath d='M182.8,107.252c.038.063.133.063.094,0S182.762,107.188,182.8,107.252Z' transform='translate(-179.849 -102.388)' fill='%23000'/%3E%3Cpath d='M178.6,107.456Z' transform='translate(-178.117 -102.537)' fill='%23000'/%3E%3Cpath d='M182.766,107.592c0,.055.141.059.141.026S182.766,107.537,182.766,107.592Z' transform='translate(-179.839 -102.655)' fill='%23000'/%3E%3Cpath d='M182.205,107.95c0,.237.094-.035.045-.066C182.225,107.868,182.205,107.9,182.205,107.95Z' transform='translate(-179.607 -102.914)' fill='%23000'/%3E%3Cpath d='M177.815,108.089Z' transform='translate(-177.779 -103.026)' fill='%23000'/%3E%3Cpath d='M178.244,108.744c-.032.126.061.125.061,0S178.275,108.619,178.244,108.744Z' transform='translate(-177.969 -103.499)' fill='%23000'/%3E%3Cpath d='M182.412,108.926c.082.032.147-.035.029-.028C182.342,108.9,182.412,108.926,182.412,108.926Z' transform='translate(-179.683 -103.645)' fill='%23000'/%3E%3Cpath d='M182.365,109.145c0,.122.029.127.061,0S182.365,109.019,182.365,109.145Z' transform='translate(-179.673 -103.8)' fill='%23000'/%3E%3Cpath d='M178.15,109.259c-.036.059.055.112.055.019S178.191,109.192,178.15,109.259Z' transform='translate(-177.929 -103.903)' fill='%23000'/%3E%3Cpath d='M181.129,109.923c.035.1.063.089.063,0S181.094,109.83,181.129,109.923Z' transform='translate(-179.16 -104.391)' fill='%23000'/%3E%3Cpath d='M178.066,109.984c-.038.063.071.062.071,0C178.137,109.891,178.159,109.984,178.066,109.984Z' transform='translate(-177.895 -104.444)' fill='%23000'/%3E%3Cpath d='M181.628,110.312c.035-.056-.218-.056-.184,0C181.538,110.312,181.569,110.407,181.628,110.312Z' transform='translate(-179.292 -104.688)' fill='%23000'/%3E%3Cpath d='M180.439,110.613c0,.269.35-.048.274-.073C180.517,110.475,180.439,110.488,180.439,110.613Z' transform='translate(-178.878 -104.901)' fill='%23000'/%3E%3Cpath d='M181.429,110.631c-.126.125.16.389.16.184C181.588,110.721,181.546,110.631,181.429,110.631Z' transform='translate(-179.273 -105.01)' fill='%23000'/%3E%3Cpath d='M183.174,110.745Z' transform='translate(-180.006 -105.008)' fill='%23000'/%3E%3Cpath d='M180.76,111.344a.047.047,0,1,0,.094,0A.047.047,0,0,0,180.76,111.344Z' transform='translate(-179.01 -105.463)' fill='%23000'/%3E%3Cpath d='M178.946,111.78c-.11.806.2-.242.08-.242C178.975,111.538,178.946,111.78,178.946,111.78Z' transform='translate(-178.251 -105.782)' fill='%23000'/%3E%3Cpath d='M179.35,112.136c.059,0,.068-.518-.028-.518A1.141,1.141,0,0,0,179.35,112.136Z' transform='translate(-178.408 -105.834)' fill='%23000'/%3E%3Cpath d='M183.168,111.826c0,.062.108.063.07,0S183.168,111.768,183.168,111.826Z' transform='translate(-180.005 -105.824)' fill='%23000'/%3E%3Cpath d='M179.7,112.4c.073.8.079-.43.232.063.081.261-.08.126-.08.207,0,.1.4-.074.188-.2-.1-.061.015-.386-.118-.337-.1.037-.049-.111-.12-.111A.541.541,0,0,0,179.7,112.4Z' transform='translate(-178.571 -106.19)' fill='%23000'/%3E%3Cpath d='M183.046,112.091c-.032.053,0,.261.1.188S183.25,112.091,183.046,112.091Z' transform='translate(-179.95 -106.093)' fill='%23000'/%3E%3Cpath d='M183.649,112.035c0,.033.141.081.141.026C183.79,111.968,183.742,112.035,183.649,112.035Z' transform='translate(-180.204 -105.993)' fill='%23000'/%3E%3Cpath d='M178.841,112.671Z' transform='translate(-178.217 -106.455)' fill='%23000'/%3E%3Cpath d='M183.144,112.7c.054.308.145-.064.026-.1C183.142,112.59,183.131,112.633,183.144,112.7Z' transform='translate(-179.993 -106.481)' fill='%23000'/%3E%3Cpath d='M183.489,112.708a.047.047,0,1,0,.094,0A.047.047,0,1,0,183.489,112.708Z' transform='translate(-180.138 -106.487)' fill='%23000'/%3E%3Cpath d='M181.671,112.924c-.044.138,0,.185.047.047S181.715,112.786,181.671,112.924Z' transform='translate(-179.379 -106.66)' fill='%23000'/%3E%3Cpath d='M182.933,112.992Z' transform='translate(-179.907 -106.696)' fill='%23000'/%3E%3Cpath d='M178.7,113.553c-.009.527.126.575.106.129C178.76,112.616,178.794,113.553,178.7,113.553Z' transform='translate(-178.16 -107.109)' fill='%23000'/%3E%3Cpath d='M179.958,113.356c0,.058.167.174.207.069C180.232,113.248,180.051,113.356,179.958,113.356Z' transform='translate(-178.679 -107.001)' fill='%23000'/%3E%3Cpath d='M181.61,113.648c.22-.181-.154-.258-.1-.111C181.6,113.537,181.47,113.764,181.61,113.648Z' transform='translate(-179.318 -107.129)' fill='%23000'/%3E%3Cpath d='M181.784,113.76c-.259,2.113.127-1.041,0,0Z' transform='translate(-179.396 -107.443)' fill='%23000'/%3E%3Cpath d='M183.729,113.682c0,.141.172.185.046-.009C183.734,113.61,183.729,113.611,183.729,113.682Z' transform='translate(-180.237 -107.24)' fill='%23000'/%3E%3Cpath d='M180.118,113.914c0,.235.17-.13.048-.13C180.116,113.784,180.118,113.914,180.118,113.914Z' transform='translate(-178.745 -107.369)' fill='%23000'/%3E%3Cpath d='M181.579,114.259c-.068-.08-.1-.088-.1-.028C181.575,114.23,181.659,114.353,181.579,114.259Z' transform='translate(-179.309 -107.64)' fill='%23000'/%3E%3Cpath d='M183.54,114.615c.032.127.106.17.075.047S183.509,114.492,183.54,114.615Z' transform='translate(-180.155 -107.934)' fill='%23000'/%3E%3Cpath d='M180.285,115.159c.008.155-.009-.178,0,0Z' transform='translate(-178.813 -108.324)' fill='%23000'/%3E%3Cpath d='M181.729,115.961Z' transform='translate(-179.409 -108.926)' fill='%23000'/%3E%3Cpath d='M179.4,116.362Z' transform='translate(-178.448 -109.228)' fill='%23000'/%3E%3Cpath d='M184.13,116.584c0,.093.095.093.095,0S184.13,116.491,184.13,116.584Z' transform='translate(-180.402 -109.398)' fill='%23000'/%3E%3Cpath d='M184.05,117.009c0,.118.171.14.094,0C184.081,116.894,184.05,116.878,184.05,117.009Z' transform='translate(-180.369 -109.719)' fill='%23000'/%3E%3Cpath d='M184.046,117.582c-.078.123.029.284.04.21C184.159,117.295,184.139,117.582,184.046,117.582Z' transform='translate(-180.356 -110.204)' fill='%23000'/%3E%3Cpath d='M179.477,118.111c0,.09.092.148.06.024C179.509,118.026,179.477,118.014,179.477,118.111Z' transform='translate(-178.48 -110.557)' fill='%23000'/%3E%3Cpath d='M183.328,123.22c0,.064.095.006.095-.028S183.328,123.156,183.328,123.22Z' transform='translate(-180.071 -114.374)' fill='%23000'/%3E%3Cpath d='M187.34,125.654c0,.2.138-.063.082-.066C187.332,125.583,187.351,125.654,187.34,125.654Z' transform='translate(-184.961 -118.782)' fill='%23000'/%3E%3C/svg%3E");
  top: 1px;
  left: 2px;
}

/* line 28, resources/assets/styles/components/_e-usp.scss */

.e-usp:first-child {
  margin-left: 0;
}

/* line 32, resources/assets/styles/components/_e-usp.scss */

.e-usp__list {
  margin: 0;
  padding: 11px 0;
  list-style: none;
  overflow: auto;
}

/* line 39, resources/assets/styles/components/_e-usp.scss */

.e-usp__background {
  width: 100%;
}

/* line 3, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .e-form .ninja-forms-req-symbol {
  text-transform: none;
}

/* line 13, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .e-form--donate .e-form__donate-radio .listradio-wrap .nf-field-element label {
  text-transform: none;
}

/* line 27, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .e-form .nf-field-container .nf-field .field-wrap .nf-field-label label {
  text-transform: none;
}

/* line 37, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .e-card__date {
  text-transform: none;
}

/* line 43, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .e-filter__legend {
  text-transform: none;
}

/* line 49, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .e-pagination__link:not(span) {
  text-transform: none;
}

/* line 56, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .post-socials__social--label {
  text-transform: none;
}

/* line 63, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .e-tabs__tab {
  text-transform: none;
}

/* line 69, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .post-password__label {
  text-transform: none;
}

/* line 75, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .details-list-section__title {
  text-transform: none;
}

/* line 81, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .post-wysiwyg-section__title {
  text-transform: none;
}

/* line 87, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .speakers-section__title {
  text-transform: none;
}

/* line 94, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .page-footer__nav--name {
  text-transform: none;
}

/* line 100, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .page-footer__contact--name {
  text-transform: none;
}

/* line 106, resources/assets/styles/components/_language_el.scss */

html[lang="el"] .page-footer__social--name {
  text-transform: none;
}

/* line 113, resources/assets/styles/components/_language_el.scss */

html[lang="el"] h1.h1 {
  text-transform: none;
}

/* line 119, resources/assets/styles/components/_language_el.scss */

html[lang="el"] h2.h2 {
  text-transform: none;
}

/* line 125, resources/assets/styles/components/_language_el.scss */

html[lang="el"] h3.h3 {
  text-transform: none;
}

/* line 131, resources/assets/styles/components/_language_el.scss */

html[lang="el"] h4.h4 {
  text-transform: none;
}

/* line 137, resources/assets/styles/components/_language_el.scss */

html[lang="el"] h5.h5 {
  text-transform: none;
}

/* line 143, resources/assets/styles/components/_language_el.scss */

html[lang="el"] h6.h6 {
  text-transform: none;
}

/* line 1, resources/assets/styles/components/_overview-search.scss */

.header-search {
  background-color: #e6e6e6;
}

/* line 4, resources/assets/styles/components/_overview-search.scss */

.header-search__text {
  display: block;
  margin-bottom: 1rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.875rem;
}

/* line 13, resources/assets/styles/components/_overview-search.scss */

.header-search__input {
  position: relative;
  border: 2px solid #000;
  padding: 1rem 1.25rem;
  height: 50px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5rem;
  background-color: #fff;
}

/* line 26, resources/assets/styles/components/_overview-search.scss */

.header-search__close {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  height: 20px;
  width: 20px;
  background-color: #000;
  border-radius: 50%;
  cursor: pointer;
}

/* line 37, resources/assets/styles/components/_overview-search.scss */

.header-search__close::before,
.header-search__close::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  height: 2px;
  width: 10px;
  background-color: #fff;
}

/* line 48, resources/assets/styles/components/_overview-search.scss */

.header-search__close::before {
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 52, resources/assets/styles/components/_overview-search.scss */

.header-search__close::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 56, resources/assets/styles/components/_overview-search.scss */

.header-search__close-wrapper {
  position: absolute;
  top: 14px;
  right: 39px;
  width: 20px;
}

/* line 66, resources/assets/styles/components/_overview-search.scss */

.dds-search__results {
  display: inline-block;
  margin-bottom: 2.75rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: 1.875rem;
}

/* line 74, resources/assets/styles/components/_overview-search.scss */

.dds-search__results-title {
  display: inline-block;
  margin-bottom: 2.53125rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.25rem;
  font-weight: bold;
  line-height: 2.75rem;
}

@media (min-width: 1024px) {
  /* line 74, resources/assets/styles/components/_overview-search.scss */

  .dds-search__results-title {
    margin-bottom: 0;
  }
}

/* line 87, resources/assets/styles/components/_overview-search.scss */

.dds-search__results-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 94, resources/assets/styles/components/_overview-search.scss */

.dds-search__results-link::before {
  display: none;
}

/* line 99, resources/assets/styles/components/_overview-search.scss */

.dds-search__results-topic {
  display: block;
  margin-bottom: 0.375rem;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 2.25rem;
}

/* line 108, resources/assets/styles/components/_overview-search.scss */

.dds-search__results-excerpt {
  display: block;
  margin-bottom: 1.25rem;
  color: #808080;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  line-height: 1.25rem;
}

/* line 118, resources/assets/styles/components/_overview-search.scss */

.dds-search__results-button {
  margin-top: 0.70625rem;
  margin-bottom: 3.15625rem;
  border: none;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  line-height: 1.5rem;
  text-decoration: underline;
  background-color: transparent;
  cursor: pointer;
}

/* line 132, resources/assets/styles/components/_overview-search.scss */

.dds-search__results-button.is-hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* line 139, resources/assets/styles/components/_overview-search.scss */

.dds-search__results--anchor {
  font-size: 1.25rem !important;
}

/* line 144, resources/assets/styles/components/_overview-search.scss */

.dds-search__spacer {
  padding-top: 33.3px;
}

/* line 150, resources/assets/styles/components/_overview-search.scss */

.e-searchresults__listitem {
  -webkit-transition: 1s opacity 0.3s ease-in-out;
  -o-transition: 1s opacity 0.3s ease-in-out;
  transition: 1s opacity 0.3s ease-in-out;
}

/* line 153, resources/assets/styles/components/_overview-search.scss */

.e-searchresults__listitem.is-hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

/* line 2, resources/assets/styles/components/_post-password.scss */

.post-password__h3 {
  margin-bottom: 2.25rem;
}

/* line 6, resources/assets/styles/components/_post-password.scss */

.post-password__text {
  display: block;
  margin-bottom: 2.8125rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

/* line 13, resources/assets/styles/components/_post-password.scss */

.post-password__label {
  margin-bottom: 0.625rem;
  font-family: 'Rubik', sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  text-transform: uppercase;
}

/* line 21, resources/assets/styles/components/_post-password.scss */

.post-password__input {
  margin-bottom: 1.875rem;
  border: #e1e1e1 2px solid;
  padding: 1rem 1.25rem;
  height: 3.125rem;
  width: 23.5rem;
  color: #142b44;
  font-size: 0.8125rem;
  font-weight: 400;
  background-color: #fff;
  outline: none;
  border-radius: 6px;
}

/* line 34, resources/assets/styles/components/_post-password.scss */

.post-password__input:focus {
  border-color: #5385bf;
  color: #142b44;
  background-color: #fff;
}

/* line 40, resources/assets/styles/components/_post-password.scss */

.post-password__input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}

.post-password__input::-moz-placeholder {
  color: #666;
  opacity: 1;
}

.post-password__input::-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.post-password__input::placeholder {
  color: #666;
  opacity: 1;
}

/* line 2, resources/assets/styles/components/brands-section.scss */

.brands-section__item {
  padding: 0 0.5rem;
}

/* line 5, resources/assets/styles/components/brands-section.scss */

.brands-section__item-picture {
  max-height: 117px;
}

/* line 8, resources/assets/styles/components/brands-section.scss */

.brands-section__item-picture + .brands-section__item-picture {
  margin-top: 1.25rem;
}

/* line 13, resources/assets/styles/components/brands-section.scss */

.brands-section__item.no-slider {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 16, resources/assets/styles/components/brands-section.scss */

.brands-section__item.no-slider .brands-section__item-picture {
  position: relative;
  height: 117px;
  width: 180px;
  max-width: 120px;
}

@media screen and (min-width: 320.1px) and (max-width: 375px) {
  /* line 16, resources/assets/styles/components/brands-section.scss */

  .brands-section__item.no-slider .brands-section__item-picture {
    max-width: 140px;
  }
}

@media screen and (min-width: 375.1px) and (max-width: 425px) {
  /* line 16, resources/assets/styles/components/brands-section.scss */

  .brands-section__item.no-slider .brands-section__item-picture {
    max-width: 160px;
  }
}

@media (min-width: 768px) {
  /* line 16, resources/assets/styles/components/brands-section.scss */

  .brands-section__item.no-slider .brands-section__item-picture {
    max-width: 158px;
  }
}

@media (min-width: 1440px) {
  /* line 16, resources/assets/styles/components/brands-section.scss */

  .brands-section__item.no-slider .brands-section__item-picture {
    max-width: 180px;
  }
}

/* line 40, resources/assets/styles/components/brands-section.scss */

.brands-section__item:nth-of-type(2) {
  -webkit-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* line 44, resources/assets/styles/components/brands-section.scss */

.brands-section__item:nth-of-type(3) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

/* line 48, resources/assets/styles/components/brands-section.scss */

.brands-section__item:nth-of-type(4) {
  -webkit-transition-delay: 0.9s;
       -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

/* line 52, resources/assets/styles/components/brands-section.scss */

.brands-section__item:nth-of-type(5) {
  -webkit-transition-delay: 1.2s;
       -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

/* line 56, resources/assets/styles/components/brands-section.scss */

.brands-section__item:nth-of-type(6) {
  -webkit-transition-delay: 1.5s;
       -o-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

/* line 61, resources/assets/styles/components/brands-section.scss */

.brands-section__slider-wrapper {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 65, resources/assets/styles/components/brands-section.scss */

.brands-section__nav {
  margin-top: 2.5rem;
}

/* line 68, resources/assets/styles/components/brands-section.scss */

.brands-section__nav button {
  background-color: transparent !important;
}

/* line 73, resources/assets/styles/components/brands-section.scss */

.brands-section__h4 {
  margin-bottom: 2.5rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 80, resources/assets/styles/components/brands-section.scss */

.brands-section.is-animating .brands-section__h4 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 86, resources/assets/styles/components/brands-section.scss */

.brands-section.is-animating .brands-section__item.no-slider {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 92, resources/assets/styles/components/brands-section.scss */

.brands-section.is-animating .brands-section__wysiwyg {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 97, resources/assets/styles/components/brands-section.scss */

.brands-section.is-animating .brands-section__slider-wrapper {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 102, resources/assets/styles/components/brands-section.scss */

.brands-section.is-animating .brands-section__nav {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 3, resources/assets/styles/components/cards-section.scss */

.cards-section__row--cards {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (max-width: 1023.98px) {
  /* line 8, resources/assets/styles/components/cards-section.scss */

  .cards-section__row--cards .cards-section__cards--borderless:nth-of-type(n+3) {
    margin-top: 4.46875rem;
  }

  /* line 12, resources/assets/styles/components/cards-section.scss */

  .cards-section__row--cards .cards-section__cards--bordered:nth-of-type(n+3) {
    margin-top: 1.875rem;
  }
}

@media (max-width: 767.98px) {
  /* line 18, resources/assets/styles/components/cards-section.scss */

  .cards-section__row--cards .cards-section__cards--borderless:nth-of-type(n+2) {
    margin-top: 4.46875rem;
  }

  /* line 22, resources/assets/styles/components/cards-section.scss */

  .cards-section__row--cards .cards-section__cards--bordered:nth-of-type(n+2) {
    margin-top: 1.875rem;
  }
}

/* line 27, resources/assets/styles/components/cards-section.scss */

.cards-section__row--cards .cards-section__cards--borderless:nth-of-type(n+4) {
  margin-top: 4.46875rem;
}

/* line 31, resources/assets/styles/components/cards-section.scss */

.cards-section__row--cards .cards-section__cards--bordered:nth-of-type(n+4) {
  margin-top: 1.875rem;
}

/* line 36, resources/assets/styles/components/cards-section.scss */

.cards-section__row--text {
  margin-bottom: 3.125rem;
}

/* line 41, resources/assets/styles/components/cards-section.scss */

.cards-section__h3 {
  margin-bottom: 0.9375rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 46, resources/assets/styles/components/cards-section.scss */

.cards-section__p {
  margin-bottom: 0 !important;
  font-weight: 400 !important;
  line-height: 1.875rem !important;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 53, resources/assets/styles/components/cards-section.scss */

.cards-section__btn {
  margin-top: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 63, resources/assets/styles/components/cards-section.scss */

.cards-section.h-bgcolor--dark_blue .cards-section__h3,
.cards-section.h-bgcolor--dark_blue .cards-section__p,
.cards-section.h-bgcolor--green .cards-section__h3,
.cards-section.h-bgcolor--green .cards-section__p {
  color: #fff;
}

/* line 70, resources/assets/styles/components/cards-section.scss */

.cards-section.h-bgcolor--dark_blue .e-card__h4,
.cards-section.h-bgcolor--dark_blue .e-card__p,
.cards-section.h-bgcolor--green .e-card__h4,
.cards-section.h-bgcolor--green .e-card__p {
  color: #fff;
}

/* line 76, resources/assets/styles/components/cards-section.scss */

.cards-section.h-bgcolor--dark_blue .e-card--borderless__h4,
.cards-section.h-bgcolor--dark_blue .e-card--borderless__p,
.cards-section.h-bgcolor--green .e-card--borderless__h4,
.cards-section.h-bgcolor--green .e-card--borderless__p {
  color: #fff;
}

/* line 87, resources/assets/styles/components/cards-section.scss */

.cards-section.is-animating .cards-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 92, resources/assets/styles/components/cards-section.scss */

.cards-section.is-animating .cards-section__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 97, resources/assets/styles/components/cards-section.scss */

.cards-section.is-animating .cards-section__btn {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 103, resources/assets/styles/components/cards-section.scss */

.cards-section.is-animating .cards-section__row--cards {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 2, resources/assets/styles/components/contact-section.scss */

.contact-section__h3 {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 6, resources/assets/styles/components/contact-section.scss */

.contact-section__cards {
  margin-bottom: 2.75rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (min-width: 1024px) {
  /* line 6, resources/assets/styles/components/contact-section.scss */

  .contact-section__cards {
    margin-bottom: 0rem;
  }
}

/* line 15, resources/assets/styles/components/contact-section.scss */

.contact-section__cards:nth-of-type(3) {
  margin-bottom: 2.75rem;
}

@media (min-width: 768px) {
  /* line 15, resources/assets/styles/components/contact-section.scss */

  .contact-section__cards:nth-of-type(3) {
    margin-bottom: 0;
  }
}

/* line 23, resources/assets/styles/components/contact-section.scss */

.contact-section__cards:nth-of-type(4) {
  margin-bottom: 0;
}

/* line 27, resources/assets/styles/components/contact-section.scss */

.contact-section__cards:nth-child(n+5) {
  margin-top: 2.75rem;
  margin-bottom: 0;
}

/* line 33, resources/assets/styles/components/contact-section.scss */

.contact-section__cards .e-card--borderless__img {
  margin-bottom: 20px;
  height: 48px;
  width: 48px;
}

/* line 39, resources/assets/styles/components/contact-section.scss */

.contact-section__cards .e-card--borderless__h4 {
  margin-bottom: 20px;
}

/* line 45, resources/assets/styles/components/contact-section.scss */

.contact-section__cards .e-card--borderless__wysiwyg a::before {
  display: none;
}

/* line 53, resources/assets/styles/components/contact-section.scss */

.contact-section__wysiwyg {
  margin-bottom: 3rem;
}

/* line 56, resources/assets/styles/components/contact-section.scss */

.contact-section__wysiwyg p {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 63, resources/assets/styles/components/contact-section.scss */

.contact-section.is-animating .contact-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 69, resources/assets/styles/components/contact-section.scss */

.contact-section.is-animating .contact-section__wysiwyg p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 75, resources/assets/styles/components/contact-section.scss */

.contact-section.is-animating .contact-section__cards {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 2, resources/assets/styles/components/cta-section.scss */

.cta-section__p {
  margin-bottom: 2.5rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 1024px) {
  /* line 2, resources/assets/styles/components/cta-section.scss */

  .cta-section__p {
    margin-bottom: 0;
  }
}

/* line 11, resources/assets/styles/components/cta-section.scss */

.cta-section__btn {
  -webkit-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 14, resources/assets/styles/components/cta-section.scss */

.cta-section__btn--anchor {
  margin-top: 20px;
  -ms-flex-item-align: start;
      align-self: start;
  -webkit-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 1024px) {
  /* line 14, resources/assets/styles/components/cta-section.scss */

  .cta-section__btn--anchor {
    -ms-flex-item-align: center;
        align-self: center;
  }
}

/* line 25, resources/assets/styles/components/cta-section.scss */

.cta-section__h3 {
  margin-bottom: 1.875rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 34, resources/assets/styles/components/cta-section.scss */

.cta-section.h-bgcolor--dark_blue .cta-section__h3,
.cta-section.h-bgcolor--green .cta-section__h3 {
  color: #fff;
}

/* line 38, resources/assets/styles/components/cta-section.scss */

.cta-section.h-bgcolor--dark_blue .cta-section__p,
.cta-section.h-bgcolor--green .cta-section__p {
  color: #fff;
}

/* line 47, resources/assets/styles/components/cta-section.scss */

.cta-section.is-animating .cta-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 52, resources/assets/styles/components/cta-section.scss */

.cta-section.is-animating .cta-section__btn {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 56, resources/assets/styles/components/cta-section.scss */

.cta-section.is-animating .cta-section__btn--anchor {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 62, resources/assets/styles/components/cta-section.scss */

.cta-section.is-animating .cta-section__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 2, resources/assets/styles/components/default-section.scss */

.default-section__img {
  position: relative;
  padding-top: 75%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 13, resources/assets/styles/components/default-section.scss */

.default-section__text-column.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* line 17, resources/assets/styles/components/default-section.scss */

.default-section__text-column.order-2 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 1024px) {
  /* line 17, resources/assets/styles/components/default-section.scss */

  .default-section__text-column.order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

/* line 28, resources/assets/styles/components/default-section.scss */

.default-section__image-column.order-1,
.default-section__video-column.order-1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media (min-width: 1024px) {
  /* line 28, resources/assets/styles/components/default-section.scss */

  .default-section__image-column.order-1,
  .default-section__video-column.order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 36, resources/assets/styles/components/default-section.scss */

.default-section__image-column.order-2,
.default-section__video-column.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

/* line 41, resources/assets/styles/components/default-section.scss */

.default-section__iframe {
  position: relative;
  padding-top: 75%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 49, resources/assets/styles/components/default-section.scss */

.default-section__iframe iframe,
.default-section__iframe video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 59, resources/assets/styles/components/default-section.scss */

.default-section__h3 {
  margin-bottom: 1rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 65, resources/assets/styles/components/default-section.scss */

.default-section__wysiwyg p {
  margin-bottom: 1.875rem;
  font-size: 1.25rem;
  line-height: 1.875rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 73, resources/assets/styles/components/default-section.scss */

.default-section__btn {
  margin-bottom: 3.78125rem;
  -webkit-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 1024px) {
  /* line 73, resources/assets/styles/components/default-section.scss */

  .default-section__btn {
    margin-bottom: 0;
  }
}

/* line 86, resources/assets/styles/components/default-section.scss */

.default-section.h-bgcolor--dark_blue .default-section__h3,
.default-section.h-bgcolor--green .default-section__h3 {
  color: #fff;
}

/* line 91, resources/assets/styles/components/default-section.scss */

.default-section.h-bgcolor--dark_blue .default-section__wysiwyg p,
.default-section.h-bgcolor--green .default-section__wysiwyg p {
  color: #fff;
}

/* line 101, resources/assets/styles/components/default-section.scss */

.default-section.is-animating .default-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 106, resources/assets/styles/components/default-section.scss */

.default-section.is-animating .default-section__img {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 111, resources/assets/styles/components/default-section.scss */

.default-section.is-animating .default-section__iframe {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 117, resources/assets/styles/components/default-section.scss */

.default-section.is-animating .default-section__wysiwyg p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 123, resources/assets/styles/components/default-section.scss */

.default-section.is-animating .default-section__btn {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 2, resources/assets/styles/components/details-list-section.scss */

.details-list-section__title {
  margin-bottom: 14px;
  text-transform: uppercase;
}

/* line 7, resources/assets/styles/components/details-list-section.scss */

.details-list-section__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

/* line 12, resources/assets/styles/components/details-list-section.scss */

.details-list-section__list li {
  position: relative;
  padding-left: 20px;
  line-height: 2rem;
}

/* line 17, resources/assets/styles/components/details-list-section.scss */

.details-list-section__list li::before {
  position: absolute;
  content: "\2022";
  top: 0;
  left: 0;
  font-weight: 800;
}

/* line 27, resources/assets/styles/components/details-list-section.scss */

.details-list-section__float-wrapper {
  float: left;
  width: 50%;
}

/* line 32, resources/assets/styles/components/details-list-section.scss */

.details-list-section__float-wrapper .details-list-section__list {
  padding-right: 25px;
}

/* line 38, resources/assets/styles/components/details-list-section.scss */

.details-list-section__content {
  padding: 42px 40px 48px 40px;
  border-radius: 6px;
}

/* line 43, resources/assets/styles/components/details-list-section.scss */

.details-list-section__content--float::after {
  content: "";
  clear: both;
  display: table;
}

/* line 51, resources/assets/styles/components/details-list-section.scss */

.details-list-section__content.h-bgcolor--dark_blue,
.details-list-section__content.h-bgcolor--green {
  color: #fff;
}

/* line 56, resources/assets/styles/components/details-list-section.scss */

.details-list-section__content.h-bgcolor--dark_blue .details-list-section__title,
.details-list-section__content.h-bgcolor--green .details-list-section__title {
  color: #fff;
}

/* line 1, resources/assets/styles/components/divider-section.scss */

.divider-section {
  z-index: 50;
  overflow: hidden;
}

/* line 5, resources/assets/styles/components/divider-section.scss */

.divider-section__divider {
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;
}

/* line 13, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top,
.divider-section--type_1_bottom {
  padding-top: 1.81% !important;
}

/* line 19, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top.h-bgcolor--transparent {
  margin-top: -1.81% !important;
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.transparent {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23ransparent' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.light_grey {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23e6e6e6' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.dark_grey {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23b3b3b3' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.black--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%234d4d4d' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.black--50 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23808080' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.black--30 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23b3b3b3' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.black--10 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23e6e6e6' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23ea5659' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.red--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23f0898b' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.dark_blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23142b44' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23142b44' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.blue--10 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23dee9f5' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.light_blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23dee9f5' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.light-blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%235385bf' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.light-blue--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%2398b6d9' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%2374b89e' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.green--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%239ecdbb' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.yellow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23fabb52' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 26, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_top .divider-section__divider.yellow--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23fbc268' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 36, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom.h-bgcolor--transparent + section.block {
  margin-top: -1.81% !important;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.transparent {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23ransparent' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23000' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.light_grey {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23e6e6e6' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.dark_grey {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23b3b3b3' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.black--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%234d4d4d' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.black--50 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23808080' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.black--30 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23b3b3b3' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.black--10 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23e6e6e6' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23ea5659' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.red--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23f0898b' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.dark_blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23142b44' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23142b44' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.blue--10 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23dee9f5' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.light_blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23dee9f5' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.light-blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%235385bf' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.light-blue--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%2398b6d9' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%2374b89e' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.green--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%239ecdbb' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.yellow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23fabb52' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 44, resources/assets/styles/components/divider-section.scss */

.divider-section--type_1_bottom .divider-section__divider.yellow--70 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1440' height='26' viewBox='0 0 1440 26'%3E%3Cpath d='M1416.493,11.4c8.01-.385,15.988.113,23.507.034V0h-20.345a2.54,2.54,0,0,1-.751.2,2.087,2.087,0,0,0-.173-.2h-.233c-.243.115-.567.376-.733,0H0V12.858c1.039.789,2.173,1.5,2.162,3.157A8.4,8.4,0,0,0,0,15.887v5.1c1.133-.227,1.73,1.052,4.568.6.42-1.607-1.752-2.376-.053-2.792,3.066-.123,1.562,1.6,4.63,1.828,3.313.246,8.487-2.65,5.656-4.7-1.113,3.077-3.956-3.32-1.806-4.474a.668.668,0,0,0,.389.078.59.59,0,0,0,.211-.252c3.046-.643-.756,4.4,2.34,3.711.331-3.289,2.969-2.428,5.707-1.9a4.577,4.577,0,0,0-.011-2.2c.194.12.52.455.623.138.341-.672-.8-.1-.72-.551.356-.434.83.16,1.175.171.38.01.4.151.709.176.383.033.39-.175.693-.2a1.135,1.135,0,0,1,.437.045c-.863.583-1.4,1.425-.587,3.333,3.773.859,6.83-1.011,8.022-.987,1.356.024,1.759,1.339,3.464.907.737-.187.888-1.792,2.261-1.882-.465.032.8.853,1.168.927a23.233,23.233,0,0,0,6.895-.048,26.291,26.291,0,0,0,2.955-.873q.466.022.972.036c1.394.51,2.258,2.368,4.132,1.713-.3-1.848,1.189-2.283,2.877-2.559a.692.692,0,0,0,.636.221c.2-.168.2-.258.129-.338l.511-.079a.394.394,0,0,0,.048.033l.1-.059c.08-.014.161-.027.241-.042-.832,3.837,5.535,1.708,4.7,5.548-1.819,1.565-2.971-.726-5.763-.89-.124,0,.006,1.119-1.131.938-.484-.075.178-1.025-1.166-.923-1.953.155-2.951.6-3.409,1.887,4.7,1.343,5.546,0,10.356.861.2,1.092-.146,2.638,1.2,2.783.237-.729.938-1.091,2.279-.947.245-.726,0-1.839,1.112-1.868-.672-.56-2.772-4.4-.088-4.654,2,1.489,2.928,3.871,2.44,7.429,2.17-.225,2.558,1.031,4.616.9-.872-2.524,5.429.628,4.559-1.894-2.614.28-4.321-.194-4.63-1.828,4.9,1.122,3.01-3.12,5.671-3.765.838,3.594.067,3.311,1.258,5.577,4.11,1.417.63-3.168,3.39-2.817,4.31.6-.787,3.1,3.521,3.7.275-1.313,2.5-1.078,3.411-1.891.472,1.329,1.407,1.562.053,2.8l8.041-.057c.6-1.356-1.434-4.8,1.059-4.663.087,1.189,1.5,1.28,1.2,2.785-.317,1.516,1.6,2.5,2.314.915-.68-.1-1.265-.614-.017-.932,3.479-.9,1.586.184,4.615.9,1.762.415,3.941-.355,5.745-.04,1.418-2.341-.641-2.911,1.076-3.733,2.593.369-.075,5.1,3.536,4.631,1.11-2.627,4.884.224,6.892-.048,1.7-1.1,2.759-2.706,5.693-2.836,4.1.32,10.736,5.59,13.8.838-1.967-.371.216-1.2-.053-2.793-2.926.511-4,1.264-5.763-.893a5.284,5.284,0,0,1,3.393-2.813c2.334-.536,2.2-2.819,4.578-.963-3.894,3.049-1.017,3.516.107,5.585.732,1.342-.283,3.1,1.219,3.714,5.128-1.623,8.353.952,11.454-1.942,3.212,2.03,2.712,1.529,4.6-.032,2.285-1.9,2.413.133,3.461.907,3.838,2.822,6.058,2.345,9.239,2.416,1.471.031,1.617,1.19,3.466.907,1.053-1.917,1.34-4.442,4.506-4.688,1.379,1.064,4.08,1.027,6.911.886.158-1.1-.247-2.643,1.1-2.8,2.848,1.078-2.289,3.532,1.236,4.643.921-2.734,3.71.53,5.744-.04.424-1.6-1.752-2.373-.053-2.793a12.427,12.427,0,0,0,4.631,1.833c2.147.223,3.178-.72,5.726-.972,1.187-.117.813.85,1.167.924,1.051.215,1.439-.9,2.279-.947,5.212-.28,6.883.787,10.359.859,2.028.039,3.361-.947,5.726-.971,1.373-.012,1.729.792,3.465.907,3.521.233,7.549-.251,11.488-.08,1.865.083,1.984,1.5,3.449-.024.577-.6,1.448.929,1.164.921,4.654.1,6.73.76,9.21.867a91.68,91.68,0,0,0,10.34-.072c2.222-.2,2.573-.865,3.448-.024,1.114,1.078,12.948-.048,13.786-.1.938-.052.97-.913,1.13-.94.785-.13,1.4.9,1.167.924,3.437-.33,3.157-1.418,4.595-.032.257.247,1.89-.138,2.3-.016a45.132,45.132,0,0,0,14.955.828c.58-.085,3.38-1.911,4.578-.964,2.3,1.821,1.4-.267,4.6-.032-.118-.007.551.8,1.164.924,3.282.639,3.423-.681,5.727-.972,3.309-.409,6.146.253,9.193-.064-1.564,2.189.454,3.471,3.64,3.121,1.377-.977.312-2,3.268-2.237,2.267.261,2.258-1.273,3.412-1.887,3.046-.007,7.631-2.231,7.8.147-1.443,1.608-5.391-.379-5.363,2.392,3.419-.926,6.882,1.266,10.021,1.129,4.943-.209,7.347-1.666,12.872-.74,1.489.252,1.55-.925,3.43-.956s4.2.814,5.76.892c2.183.109,2.52-1.086,4.577-.964-.159-.011.586.809,1.167.924,3.615.7,5.8-1.066,8.027-.987.9.031,1.066.909,1.165.924,3.713.473,2.617-1.943,4.594-.032.237.223,1.911-.1,2.3-.016,4.728,1.043,2.513-.305,6.874-.979,1.22,3.5,5.916,1.036,8.062.875,1.923-.146,1.841,1.6,3.447-.025,1.968-2,15.368.816,14.953.826,1.384-.042,1.7-.787,3.429-.953,2.105-.211,4.5.324,6.893-.048,1.8-.281,2-1.414,3.446-.024a11.414,11.414,0,0,0,2.3-.016c3.808.341,4.56.982,6.911.883,4-.171,2.6-2.534,4.578-.962,3.071,2.429,15.26.236,21.849.778,1.165.1,1.344.748,2.313.913,5.591.941,9.215-1.9,13.752-1.955,4.156,2.8,14.374.729,19.514-1.068.631,2.855,3.771-.351,4.595-.032.562.218-.167,2.236,1.184,1.853.947-1.392,3.673-1.373,5.709-1.9,2.215,2.107,6.6,4.784,11.222,3.91.506-.094,2.628-2.031,3.856-1.722,6.056,3.712,14.937-1.439,23.421.261,1.581-.584.742-2.583,2.862-2.737l8.041-.056c-3.089,2.593,1.7.863,2.351,2.775,7.066-.97,9.83-.473,17.232-.12-.361-2.12.212-3.5,2.229-3.739,4.594.48,3.467.488,8.04-.056.444,2.471,3.078,3.122,5.816,3.682,2.98-.391,3.415-2.8,6.842-2.839,6.705.89,15.188.113,21.845.78,2.821.28,4.622-.61,8.026-.987,1.871-.209,3.887.226,5.745-.04,1.813-.262,3.757-1.679,5.709-1.9,3.761-.434,4.632.145,5.728-.97.266-.277,1.881.146,2.3-.015.141-.059-.126-.823-.018-.932.25-.255,1.893.113,2.3-.016,1.909-.611,3.863-1.169,5.71-1.9,0,.838.293.758,1.165.927a3.526,3.526,0,0,0,2.281-.951c1.636.249,1.972,1.5,3.483,1.841a6.568,6.568,0,0,1,2.246-2.806c1.61.374,2.472-.908,3.425-.958a1.034,1.034,0,0,0,.731-.219c3.3.039,6.73-.483,8.69-.093.38.077-.073,1.955.986,1.551,1.043-1.4,8.531-.927,8.638-.84,1.423,1.129,2.514-.058,4.805-.034,1.573.017,1.629,1.284,2.881-.02.454-.47,1.28.747.976.772,1.769-.14,2.135-.754,3.829-.806,1.3-.038,2.173.8,2.9.76-.257.012.593-.7.946-.787a13.712,13.712,0,0,1,2.7-.4c.378.011.756.008,1.113-.013,4.193.1,7.45,1.778,9.64.319,1.377.176,1.646,1.27,2.916,1.537-.228-3.279,1.474,0,2.879-.02.093-.951.256-1.844,1.9-1.571.014.782-.766.933-.933,1.563,1.9.219,1.887-1.064,2.853-1.577-.387,1.257,3.637,2.588,3.861.753-.716-.164-1.79-.033-1.921-.685.12.036.247.071.387.1,0-.044.005-.091.007-.137a3.987,3.987,0,0,0,.489-.027c1.083.164,1.573.819,2.959.73,2.33-.781,5.066.141,7.687-.053.5-.037.871-.073,1.175-.107-1.109.74-1.618,1.929-2.434,2.887.686,1.394,4.909-.317,5.363,1.276-2.314-.135-3.779.372-3.413,2.246,3.4.683,5.4-2.049,6.206.535-1.552.208-4.452-.591-3.451,1.528.218,1.056,2.163.592,3.563.614,3.909.063,5.975-.772,7.894-.943,1.372-.119.9.876,1.765-.05a8.664,8.664,0,0,1,1.763-.05c1.6-.167,3.622.312,5.252-.864.656-2.32-2.957-.9-2.795-2.783,1.3-.17.72-1.748.732-2.881-1.325-.082-3.238.348-3.563-.612.491-.01.97-.607-.037-.715-.013-.117-.02-.229-.026-.341l1.565-.011q-.009-.478-.018-.955c.54.011,1.121.041,1.474.064,2.427.681,5.06,2.038,5.722.847,2.471-.346,1.717,2.134,2.89,2.925-1.38.109-3.062-.008-2.569,1.5a39.411,39.411,0,0,0,9.7-.279c.994.047,1.319-1.077,1.762-.05a1.062,1.062,0,0,0-.806,1.457l-7.933.228c-.077,1.559.838,2.248,2.758,2.062.387-.762,2.706-.03,3.524-.1,1.132-.094,1.2-.689,2.608-.788,7.624-.543,17.651-.945,24.72,0,2.091-3.575,7.879-.116,10.429-3.159.874,1.226,2.837,1.5,5.362,1.275,1.82-.693,3.861-1.221,5.178-2.295,1.367.8,2.263,2,4.521,2.017,3.538-.289,7.249.053,9.7-.279,1.672-.226,1.976-.685,2.643-.075,1.326,1.213,7.013-.914,7.013-.914,2.725-.122,4.684,1.456,6.17-.177.393-.432,1.213.646.922.686,2.611-.345,2.412-1.118,3.524-.1a8.331,8.331,0,0,0,1.763-.05c5.225.1,13.291-.528,16.747-.48.459.007,1.152.679.919.689,1.633-.06,1.966-.608,3.489-.816,1.146-.157,2.37,0,3.527-.1,3.486-.3,2.7-.42,4.406-.127.562.1,1.2-.132,1.764-.05a21.37,21.37,0,0,0,3.564.614c.914,0,5.658-2.4,4.443.586,2.435.451,1.7-1.469,3.452-1.529,4.046,2.795,13.226.445,19.467.871l-36.22-2.356c12.686.039,28.271-1.757,40.158-.669,2.078.188,1.958.811,2.781-.02a6.622,6.622,0,0,1,1.391-.01c6.2-.646,13.876.122,18.086.433,3.48.257,7.516-.433,9.048.5.872-.13,1.4-.883,1.4.55-.386,0-.781.459.01.56,0-.564,1.206-.713,1.391-.009,2.6.577,1.06-2.109,3.443-1.7,6.077-1.112,10.763.926,15.991-.111-.331,1.428-1.143,2.179,1.432,2.23,1.32.116,1.523-.643,2.772-.579-.114-.661-1.263-1.262-.032-1.681,1.84-.191-.592,3.142,2.127,2.226,2.488.853.386-1.9,2.055-1.694,1.075,1.125,2.637.878,4.192,1.09,2.33.32,5.563.674,6.257-.043.349-.359.885.556.707.555,4.948.052,11,.175,13.916.463a26.47,26.47,0,0,1,3.487.536,34.719,34.719,0,0,0,8.353.5c2.584-.617,2.008,1.377,4.193,1.091.436-2.045,4.364-1.347,4.8-3.393-1.541-.436-2.8-1.1-2.835-2.779,1.175,1.391,3.934,1.012,5.594,1.641.417.157.038.9.717,1.114.582.182,1.533-.239,2.086-.014.247.1.45.959.718,1.115.423.251,1.464-.1,1.4.55a18.385,18.385,0,0,1,6.246-.6c1.425.34.249,2.828,2.823,2.221,2.426.276,5.532-.431,7.647-.053.983.175,1.644,2.644,2.1.545-2.021-.924,3.542-.471,4.855-.593.86-.282.424.967.717,1.115.491.249,1.548-.206,2.085-.014,1.132.4,2.264,1.127,3.5,1.1-.372-1.761,3.178-.441,3.444-1.7a1.966,1.966,0,0,1-2.108-1.106c4.115.518,7.1-1.279,9.048.5-.814.732-1.276-.25-2.076.574-.248.259-1.749-1.018-2.085.014-.816.094-1.977-.081-2.076.575,1.724-.094,3.374-.129,3.5,1.1-2.4.315-6.609-.785-6.93,1.168,2.224,1.491,5.137-.1,5.562-.039.055.008.252.461.707.554,1.193.246,1.633.332,2.791.541,1.382-.016.855-1.533,2.761-1.139,1.143.952,2.932,1.37,5.582,1.081,2.319-.015,2.339-1.839,4.835-1.715,2.624.745,5.063-.078,7.646-.053,1.17.013,2.309.473,3.486.537,2.219.12,1.686-1.071,2.781-.02a6.736,6.736,0,0,0,1.393-.01c3.013.271,5.432-.833,6.255-.043,1.248,1.2,6.663-.986,7.65-.053,1.829.154.505-2.175,2.747-1.7,3.546.095,6.793,1.457,9.764,1.569,1.662.062,3.342-1.11,4.847-1.11.668,0,.511.515.706.554,1.093.223.581-.785,1.391-.01.169.164,1.137-.1,1.392-.009.088.033-.06.495.01.561.414.4,6.337-.047,6.256-.043.433-.022.774-.569.685-.566.707-.038.831.557,1.4.551,2.524-.032,2.833-.641,3.475-.025.723.692,3.615-.561,4.172-.029,2.188.25,1.808-1.519,3.444-1.7,1.645,1.966,4.776.384,6.269.517a1.218,1.218,0,0,0,.7.553c2.119.411,2.754-.022,4.183.532a18.338,18.338,0,0,0,4.151-1.149,6.153,6.153,0,0,0,4.887,1.086c2.189.249,1.809-1.519,3.445-1.7.341.664,1.519.644,2.106,1.1s2.207-.555,2.075-.573c2.008.276,3.054.933,4.89,1.085a19.706,19.706,0,0,0,3.475-.024c1.2-.136,2.816-1.115,4.149-1.149.78-.021,1.1.446,2.1.544.914.092,1.868-.093,2.782-.02a53.7,53.7,0,0,0,5.573.523c1.672-.046,3.384-.994,4.846-1.154,2.5-.274,2.473.988,3.475-.024a6.7,6.7,0,0,1,1.391-.009c2.524-.263,4.182.027,5.552-.6.051,1.027,1.81.241,2.79.541s.661,1.229,2.108,1.1a4.176,4.176,0,0,0,3.465-.584c.152-.155,1.143.072,1.392-.01,1.85-.613,1.325-.284,2.78-.02a20.925,20.925,0,0,0,2.78-.019c5.635.206,11.974-.191,16.684-.116,2.286.036,4.446.967,6.258-.044,1.895-.518-1.4-2.05,1.348-2.248,3.8,3.122,12.262,2.4,19.519,2.664.893-1.407-2.783-1.734-.737-2.234,3.912-.763,3.311,2.2,6.3,2.195,3.6.043,8.944-.154,11.122-.077a.863.863,0,0,1,.708.554c1.157.078,1.088-.992,2.085-.014.332.326.915-.541.685-.565.912.085.956.566,2.1.545,1.172-.021,2.3-.482,3.467-.583,4.25-.373,7.739.356,10.438.487.2.009.468-.679,1.379-.569.045.006-.029.521.011.56a10.989,10.989,0,0,0,2.085-.014c.433-.022.773-.569.686-.565.688-.039.854.587,1.4.549,1.278-.086,3.2.35,3.454-1.144-1.778-.994-3.921,1.092-4.887-1.085,1.56-.978,3.859-1.378,6.93-1.168,1.786.044,1.158,2.079,2.141,2.785,4.1-.778,8.632.31,13.206-.093a22.649,22.649,0,0,1,5.564-.038A27.722,27.722,0,0,0,1393,19.4c2.377-.806-.5-3.642,2.022-3.374,1.615-.577,1.465,1.28,2.119,1.665.971.574,2.5-.065,2.8,1.1,9.785.252,20.877,1.151,31.3.341,1.475-.114,3.331-.586,4.855-.592a37.3,37.3,0,0,1,3.9.359V15.97c-.16-.084-.323-.171-.48-.25-.745-.37-2.868-.168-2.119-1.664.862.029,1.735.042,2.6.067V12.329c-9.04.03-17.6.049-24.877.2a8.361,8.361,0,0,0-1.391.009c-.211.045-.931.581-.685.565-1,.064-1.5-.544-2.1-.545-.929,0-3.032,1.519-3.488-.535C1410.614,12.453,1413.626,11.539,1416.493,11.4ZM1417.742.144c-.022.021-.05.031-.074.049V.127A.228.228,0,0,0,1417.742.144ZM10.275,19.681c-.972.184-1.09-.351-1.166-.917-.353-1.915-4.3-.85-4.648-2.764-1.189-3.688,6.411-.426,5.673-3.765C13.384,13.7,8.6,16.437,10.275,19.681Zm43.856-9.12c-.032-.053-.07-.118-.1-.181-.074.005-.147.009-.218.011-.152-.08-.307-.164-.462-.247.1-.167.432-.118.441.053.377.044.395-.185.7-.2.529.1-.275.3.251.56a.957.957,0,0,1,.168-.111c0,.172.006.354.014.551C54.683,10.858,54.414,10.712,54.132,10.56Zm20.428,5.88c-3.213.869-2.252-2.109-1.213-4.067,1.144-.056,2.329-.123,3.423-.07.739.077.6-.515,1.152-.583a3.755,3.755,0,0,0,.977.111C76.767,12.827,73.578,12.987,74.56,16.441Zm4.505-5.592a1.488,1.488,0,0,0-.23.109c-.266-.031-.136-.184-.005-.187.028-.406-.832-.073-1.176-.171.133-.229.76-.309,1.419-.3C79.07,10.484,79.067,10.666,79.065,10.848Zm23.053,4.47c-.082,0,.14,1.837.036,1.864-1.737.436-1.68-.863-2.319-.917-2.764-.225-2.686,2.1-5.708,1.906,2.772-3.573-5.7-2.669-9.225-1.8q-.043-2.242-.086-4.5c.457.265.946.578,1.059-.076.443.016.183.617.718.554.409.083.465-.107.527-.291.9.706,1.149,1.955,3.472,1.483A3.867,3.867,0,0,0,94,12.281a2.76,2.76,0,0,0,.777-.052c.519-.113.121-.086.936-.012a8.857,8.857,0,0,0,.934-.013,1.047,1.047,0,0,0,.5-.149,2.674,2.674,0,0,1,.335,1.439c4.587.646,4.633.646,9.2-.065C108.214,17.8,104.235,15.307,102.119,15.319ZM132,16.041c-.939-.79-3.157-.53-3.483-1.834-1.4.416-2.336,1.205-2.244,2.807-2.425.819-1.554-1.31-2.334-1.846-.677-.464-2.568.31-2.314-.912-3.5-.242-4.412,3.013-6.876.976-.907-3.142,4.138-1.587,4.512-3.72l.076,0c1.537.9,4.208.866,5.716,1.794,1.741.876,3.11-.928,3.429-.956,1.008-.086,2.562.859,2.317.915,1.632-.362,1.833-2.129,4.558-1.9C136.906,15.034,132.06,13.642,132,16.041Zm23.048,3.566c-.319-1.068,2.042-1.363,2.261-1.876.193-.436-2-1.82-1.2-2.787.045-.055,1.148.041,1.147-.008.024-1.083-.165-1.651-1.183-1.85.64-3.364,6.468,1.247,2.333,1.842.831,1.837,3.112,2.462,5.8,2.757C162.225,19.165,158.112,18.97,155.053,19.607ZM187.2,18.139c-2.059-.668-.2-1.692-.053-2.788C189.206,16.018,187.344,17.04,187.2,18.139Zm173.443,4.495c-.982-.161-2.128.094-2.184.66-2.224.383-.449-3.373,2.4-1.946C360.873,21.971,360.63,22.016,360.642,22.634Zm177.119.823c-.169-2.48,2.926-.764,3.817-.688.553.05,1.891-.344,1.335-.615C546.957,24.139,541.213,25.036,537.761,23.457Zm230.218-7.621c-.6-1.449,2.029-2.244-.46-2.146.949-.137.447-.164,2.075.154l.037.006A1.987,1.987,0,0,1,767.979,15.836Zm5.25-.865a.9.9,0,0,0-.917-.689c-.244.016-.628,1.281-1.725.765-.279-.131-.189-.712-.3-1.093a28.987,28.987,0,0,0,5.263.11A4.677,4.677,0,0,1,773.229,14.971Zm6.977-1.63c-.155-.1-.3-.183-.446-.259a1.26,1.26,0,0,1,.395-.091c.047,0,.089,0,.134,0A2.468,2.468,0,0,1,780.205,13.341Zm12.435-.37c0-.024.006-.042.007-.067-.286-.064-.628-.081-.946-.118a1.3,1.3,0,0,1,.277-.05c1.162-.093,2.62.134,3.98,0,.069-.007.285-.13.5-.2.141,0,.28.005.421.008l.006,0c.462.369.372-.1.668.157A26.349,26.349,0,0,1,792.641,12.97Zm28.039-1.83c-.15.236-.247.147-.284-.013C820.494,11.129,820.587,11.134,820.68,11.14Zm1.875,1.7c-1.26.426-4.6-.7-4.369.841,1.818.146,1.859,1.856,2.793,2.78-1.743-.166-1.7,1.014-2.568,1.5-.267-1.014-1.515-1.163-1.874-2.093,2.463-.976,3.148.225,1.688-1.478-.948-1.1-.643-1.353-.158-1.717.179.016.35.027.532.045a3.448,3.448,0,0,0,.118-.607c.759.044,1.463.253,1.786.258.442.008.519-.2.937-.186.272,0,.355.151.7.187a5.5,5.5,0,0,0,1.637-.186c.146-.005.292-.006.438-.005A3.962,3.962,0,0,1,822.555,12.84Zm14.144.311c1.633.208,1.888-.4,1.608-1.112.371.274.327-.031.819-.028a2.7,2.7,0,0,0,.927.189c.019,0,.042,0,.062,0a6.492,6.492,0,0,0,1.281-.094.223.223,0,0,0,.022.023.809.809,0,0,0-.313.893c2.233-.442,3.037-1.038,4.444.587C843.46,12.314,839.209,15.187,836.7,13.15Zm29.143-2.439c-.031.219-.423.159-.7.188,0-.226,0-.449-.005-.673a1.364,1.364,0,0,1,.515-.168h.011c.09.029.16.06.172.089C866.077,10.667,864.793,10.574,865.841,10.712Zm.232-.563a.665.665,0,0,1,.1-.092.993.993,0,0,1,.47.181C866.636,10.362,866.479,10.431,866.074,10.149ZM1015.457,8.92c.235,0,.277-.15.466-.187a1.767,1.767,0,0,1,.705.376,1.856,1.856,0,0,1,1.171.187c0-.233.132-.068.2-.014a11.567,11.567,0,0,1-2.475.22C1015.547,9.172,1014.939,8.958,1015.457,8.92Zm-.931.374a2.961,2.961,0,0,1,.454.184c-.155-.012-.314-.03-.472-.049A.373.373,0,0,1,1014.526,9.294Zm-.943-.563c-.7.694-.79-.57,0,0Zm-.932.188a1.155,1.155,0,0,1-.144.12c-.137-.036-.273-.07-.415-.109C1012.108,8.785,1012.284,8.655,1012.651,8.92Zm-7.264-2.048a.622.622,0,0,0,0,.168c.249.016.943-.108,1.365-.053.11.061.217.123.329.184a.318.318,0,0,1-.052.244c-.336.183-.657-.185-.7-.187-.2,0-.364.249-.7.187-.112-.021-.153-.346-.238-.374-.415-.145-.976.152-1.362-.164C1004.484,6.874,1004.939,6.872,1005.388,6.872ZM998.38,7.6c.775.185-.259.371-.229.563C997.471,8.055,998.507,7.869,998.38,7.6Zm-3.753-1.734c0,.015,0,.028,0,.043a.5.5,0,0,1-.23.141h-.015C994.456,5.981,994.545,5.926,994.626,5.863Zm-1.395,2.855c.068,0,.137,0,.2.007-.021.11-.166.237-.185.37a.883.883,0,0,0,.736-.285,1.9,1.9,0,0,1,.571.224,1.712,1.712,0,0,1-1.3.623c-.2-.035-.219.075-.234.188-.592-.128.839-.625-.239-.752C992.9,8.943,993.163,8.907,993.232,8.718Zm-3.674-2.789c.015.057.028.114.038.176l-.508-.027A2.706,2.706,0,0,1,989.558,5.929Zm-4.735,1.848c.012.124-.307.221-.467.188-.446-.092-.3-.052-.937-.188C983.6,7.084,984.383,7.621,984.823,7.777Zm-.932.938c.664.031.452-.635,1.4-.374a1.73,1.73,0,0,1-.7.374c.289.568.935-.1.933-.374.564-.078.51.346,1.169.189.242-.182.472-.371.7-.563.352.083-.087.24.005.562.5.119.59-.095.853-.17a1.315,1.315,0,0,0,.462.188.991.991,0,0,0,1.026.359c.266-.036.129-.188,0-.189.041-.21.235-.1.235,0,.409.174,1.257,0,1.175.563-.888.287-1.588-.36-1.165.565-.3.285-.373-.009-.7,0-.113,0-.322.169-.229.187-.157-.033-.441-.375-.471-.375-.063,0-1.14.58-.934-.188-.451-.087-1.006.578-.94-.19-.521-.062-.772.178-1.167.189.047,0-.351-.3-.471-.19-.263.263-.7-.293-1.166.19-.346,0-.031-.233,0-.189-.183-.278-1.3-.2-.707-.75-.388,0-.779,0-1.168,0C982.281,7.766,983.446,8.491,983.891,8.715Zm-.461.751c-.567.614-1.144.072-2.1.374C981.921,9.211,982.2,9.439,983.43,9.466ZM978.5,8.853l1.29-.009a1.122,1.122,0,0,0,.181-.3c.168.037.372-.114.594-.272q.412-.076.8-.178c.081.133.244.2.193.438-1.52-.251-.474.691-.927.935-.366-.141-.616.347-.933.188-.06-.029.4-.58,0-.188-.238.233-1.221-.181-1.4,0C978.24,9.168,978.443,9.069,978.5,8.853Zm-14.24-.335c.737-.031,1.411-.007,1.637.375.62.059-.227-1.052.693-.75-.184.1-.139.249.021.4-.015.013-.033.024-.049.038l.076-.016a2.981,2.981,0,0,0,1.13.519c-.689.481-1.153-.274-1.867.186.037.219.428.159.7.189.362.1.016.2-.233.189-.416-.106-.971-.1-1.17-.377-.486.407-.756-.025-1.171-.188A.783.783,0,0,0,964.256,8.518Zm-.836.07c-.061.158-.043.285.367.3-.005.182-.286.148-.466.187,0-.125,0-.25,0-.375a.682.682,0,0,0-.2-.038C963.221,8.643,963.322,8.617,963.42,8.588Zm-.6.128c-.244.088-.4.238-.436.046C962.533,8.751,962.678,8.736,962.821,8.715Zm-4.594-.073a.311.311,0,0,1,.185.433c.444-.08.584-.405,1.165-.374.012-.021.024-.036.035-.052l.112.007a.454.454,0,0,1-.613.233c.046.151.236.187.238.374.684.052.863-.752,1.17,0,.265-.147.118-.329.082-.543a14.407,14.407,0,0,0,1.575.05c-.01.1-.006.211-.021.307-.443.084-1.412-.254-1.167.375-.565-.25-1.993.334-2.338,0-.011-.011.01-.188,0-.189a1.739,1.739,0,0,1-1.169,0c-.088-.038-.138-.494-.237-.562-.117-.081-.352-.046-.527-.06C957.224,8.646,957.73,8.647,958.227,8.642Zm-2.618.619c.1.08-.583.222-.467.376C954.346,9.315,955.428,9.117,955.61,9.261Zm-.706-.374c-.283-.061-.4-.15-.4-.267.148,0,.3,0,.446,0A.634.634,0,0,0,954.9,8.887Zm-.64-3.345A.516.516,0,0,1,954.64,6l-.166,0a.486.486,0,0,1-.291-.466ZM951.951,8.7a.265.265,0,0,1-.223.027C951.8,8.713,951.875,8.706,951.951,8.7ZM950,5.734c.134.172.536.016.44-.04.35.211.274.369.091.427l-.283.01a.323.323,0,0,1-.287-.381Zm-6.152,3.357a.237.237,0,0,1,.07.163,1.426,1.426,0,0,0,.584.005.876.876,0,0,0,.455-.14c.036-.011.074-.022.113-.031l.478,0c-.137.932-1.459.091-1.858.548a.5.5,0,0,1-.34-.542Zm-6.661.158h-.047l0-.013C937.154,9.24,937.17,9.246,937.187,9.25Zm-6.8-.123c.222.095.446.182.673.257a1.475,1.475,0,0,1-1.05-.239Zm-.947-3.172a.162.162,0,0,0-.039.1.2.2,0,0,1-.174-.133Zm-.091,3.226a.8.8,0,0,1-.168.071.136.136,0,0,0-.075-.058Zm-.456-.221a.505.505,0,0,1,.131.206c-.048-.014-.107-.029-.173-.042A.158.158,0,0,0,928.892,8.959Zm-7.126.153a.305.305,0,0,1-.057.131.882.882,0,0,0-.194-.1Zm-.365-.277c0,.02-.013.036-.018.057a1.4,1.4,0,0,1-.136-.067A1.263,1.263,0,0,1,921.4,8.835Zm-.635-.719v.012c-.061.032-.12.063-.18.092l-.04-.059A.9.9,0,0,0,920.766,8.116ZM910.048,9.593c.058,0,.116,0,.172.006a.883.883,0,0,1-.2.012C910.029,9.6,910.041,9.6,910.048,9.593Zm-2.594.393a1.585,1.585,0,0,0,.937.187C908.465,10.5,907.081,10.508,907.454,9.986Zm-6.322-1.13c.273.095.234.145.062.17a.593.593,0,0,1-.115-.166Zm-.046,1.74c-.317.277-.495.141-.5-.01A3.5,3.5,0,0,0,901.086,10.6Zm-3.528-.242h.312c0,.127,0,.251,0,.374-.154,0-.314,0-.467,0,0-.1,0-.191,0-.287C897.455,10.41,897.508,10.38,897.558,10.355Zm-1.871.351c.005.072.012.144.024.212H895.3C895.312,10.752,895.473,10.707,895.687,10.705Zm-2.258.211h-.467C892.914,10.388,894.715,10.968,893.43,10.916Zm-5.612-1.136c.14-.009.283-.015.427-.02-.131.02-.287.019-.432.026Zm-8.182.938c.549-.6.953.661,0,0Zm-12.62.183c-.432-.147.135-.2.46-.189a.737.737,0,0,0-.291-.322,2.273,2.273,0,0,0,.275-.233c.16,0,.337.006.486-.007C867.923,10.628,867.61,10.876,867.016,10.9Zm128.119.635c-3.333,1.621-9.752,1.033-12.5.647-1.03-.145-2.571.261-2.792-.54a18.74,18.74,0,0,0-2.77.579c-2.513.5-2.509.251-3.477.024-2.39-.564-3.441.524-4.856.595-.711.035-.819-.526-1.4-.55-.9-.04-.928.672-2.074.574a1.216,1.216,0,0,0-.706-.555c-.44-.083-.95.083-1.391.01a15.255,15.255,0,0,0-2.793-.54c-1.053-.009-1.4.469-2.076.574-2.339.36-4.607-.117-6.257.043-1.245.121-1.577.588-2.77.579-1.59-.009-3.236-.537-4.879-.526-1.659.011-3.912.585-5.55.6-.7.006-.831-.455-1.4-.55a21.752,21.752,0,0,0-5.562.039c-2.134.224-1.847.754-2.779.019-.3-.231-2.332.036-2.782.02-4.515-.168-8.44.025-12.513.087-5.109.08-9.713.376-14.6.1-.207,1.378.895.814,2.107,1.106.408.1.742.182,1.055.254l-34.931-2.273a.435.435,0,0,1,.051-.013c2.147-.153,4.654.164,6.309,0,.31-.031.324-.181.7-.186.477-.007.99.215,1.4.186.334-.021.4-.319.7-.373-.132.025.185.177.238.189.664.132.7-.132,1.167-.188,1.125-.137,1.611.259,2.334.189a1.315,1.315,0,0,0,.7-.375c-.027.033-.59-.067-.47-.187.447.261,1.227.031,1.637.189.134.05-.006.578.471.375.008-.489.152-.219.47-.188.363.035.212-.245.463,0a2.282,2.282,0,0,0,.467,0,37.408,37.408,0,0,0,4.906,0c.305-.031.331-.161.708-.186.529-.039,1.353.071,1.867,0,.3-.043.318-.174.7-.187.254-.009.372.153.7.189.914.1,1.112-.187,1.64-.187.416,0,.86.153,1.246.178a.557.557,0,0,0,.584.121c.079-.108.155-.2.231-.289.012,0,.024-.008.037-.01a.211.211,0,0,0,.238.188c.071-.011.005-.17.23-.189a6.673,6.673,0,0,0,.94,0c.319-.074.477-.464.931-.375a4.737,4.737,0,0,0,2.808.377,1.4,1.4,0,0,1,.935,0c1.054.2,1.288-.266,1.866-.375a.635.635,0,0,0,.469.19c.014,0-.012-.175,0-.189.359-.355,2.12.189,2.1.189.361.011.808-.4,1.172,0,0-.248.411-.171.463-.375.613-.578.789-.127,1.408.188-.176-.51,1.1.135.93-.375-.25-.043-.565-.31-.238-.372.238-.052.157.1.236.185.259.259.578.174.243.564.686-.039.933-.225,1.165,0a17.559,17.559,0,0,0,3.739,0c.308-.029.319-.186.7-.187.333,0,.424.223.934.188.29-.017.346-.149.7-.187.3-.031.63.039.934,0,.353-.046.417-.2.934-.188.239.007.278.151.47.189a3.566,3.566,0,0,0,1.634-.187c.345-.036.911.061,1.4,0,.09-.011.155-.024.22-.036.129.046.255.1.373.151.007-.059.01-.115.015-.173a.272.272,0,0,1,.089.059c.237.229,1.011-.184,1.17-.187a3.83,3.83,0,0,1,1.171.188c.045,0,.177-.223.467-.186.014,0-.014.174,0,.186.132.129.45-.173.465-.188.274-.271,3.106.025,3.505,0,.24-.013.272-.168.469-.187.366-.041.218.247.466,0,.188-.186,1.157.192,1.405.186.3-.006.319-.182.7-.185a11.976,11.976,0,0,0,2.336,0c.022-.005-.014-.173,0-.189.056-.051.389.026.469,0a2.551,2.551,0,0,0,.464-.183,1.193,1.193,0,0,0,.262.157,6.368,6.368,0,0,1,1.15.4c.523-.392,1.8-.12,2.569-.184.118-.01.545-.313.7-.188.455.363.278-.046.934,0-.03,0,.114.163.239.188a3.385,3.385,0,0,0,1.4-.187c-.07,0,.141.168.233.188.476.095,1.414.073,1.4-.187-.236-.123-.932-.464-.9-.74h.185c.07.445.911.271.952.741,2.605.247,4.075-.06,6.549.192.088-.325-.353-.48,0-.564.239.183.475.37.706.564,2.321-.511,4.106.556,5.61-.185-.035.531,1.438-.154,1.4.375.782-.31,2.259-.065,3.041-.373.582.716,1.548.225,2.336.19.442-.026.518.2.936.185.274-.005.365-.143.7-.185.382-.047.791.045,1.17,0,.459-.057.513-.152.7,0,.119.094.758-.032.933,0,.446.078,2.58.582,2.337-.188-.05-.226-.26-.116-.467,0-.817.382-.64-.165-1.17-.186-.266-.013-.113-.134-.235-.19-.184-.082-.329.239-.466.189-.113-.041-.024-.58-.24-.565.683-.279.87.213,1.165-.374a1.569,1.569,0,0,1-.934-.186c-.236.681-.743.131-1.168.184-.622.081-1.381.4-1.4-.187.307-.025.629.032.936,0,.445-.048.53-.167.7,0,.221.215,1.011-.168,1.159-.187.625.025,1.269.058,1.924.091.091.2.25.191-.042.472.6-.2,1.117.571,1.4,0h-.7c.117-.253.067-.369-.037-.443q.407.02.817.037a.875.875,0,0,0,.905.385c-.3.11-.781-.006-.281.4.128.315.463-.138.7-.188a.5.5,0,0,1,.468.188,1.616,1.616,0,0,0,.646-.41l.6,0a.984.984,0,0,1,.386.416c-.3-.011-.323-.239-.7-.187-.172.575.645.361.475.94a8.466,8.466,0,0,0-1.641-.377c-.35-.027-.478.17-.7.188-.018,0-.009-.225-.231-.188-.08.011.008.176-.236.187-.161.005.017-.25-.231,0-.429.426-1.47-.706-1.167.187.157.361.864.179,1.172.188.463.011.939-.032,1.4,0,.817.059.4.129.936,0a5.515,5.515,0,0,1,2.339.189,3.055,3.055,0,0,0,1.868-.372c.034.313.581.121.939.186.3.056.329.159.7.187a18.066,18.066,0,0,0,2.806-.184c.258,0,.375.147.7.186a7.651,7.651,0,0,0,1.866-.185c.4.008,1.123.393,1.639.188.034-.219-.046-.532.23-.563.4-.256.911-.606.937.19-.512.117-.751-.537-.7.185.048.278.567.174.937.187a11.964,11.964,0,0,1,1.291.112c-.378.08-.573.2-.333.476C992.735,11.448,995.4,10.5,995.135,11.536Zm-26.9-2.643h.465c0,.127,0,.251,0,.375h-.466C968.232,9.144,968.232,9.02,968.231,8.893Zm27.589.39c.166-.418.707.417,1.173.38C996.7,10.185,996.056,9.43,995.821,9.283Zm.694-.748c.07-.253.317.063.471.186.2.157.5.223.472.565A1.2,1.2,0,0,1,996.515,8.535Zm.678-3.378c-.8-.319.284-.519.463-.373C997.756,4.861,997.075,5.006,997.193,5.157Zm4.474,4.319c-.043-.323-.271.013-.469,0,.037,0-.117-.165-.235-.189-.158-.031-.478.066-.466.188.132,0,.266.152,0,.189-.441.052-.519-.224-.937-.189a.891.891,0,0,1-.189.353l-.221,0c-.149-.073-.26-.252-.521-.167a.509.509,0,0,0,.025.17l-.964.007a1.685,1.685,0,0,1,.7-.364,3.153,3.153,0,0,0,1.868-.563,1.843,1.843,0,0,0-1.172-.189c-.441.021-.158.622-.7.563.348-.437-.085-.807.226-.938a4.809,4.809,0,0,1,1.4.19c.233.008.153.165.236.185a9.6,9.6,0,0,0,1.169.189c.095.017.291.192.237.187.408.043.593-.253.7,0C1002.306,9.365,1001.855,9.314,1001.667,9.476Zm1.082.327-.478,0c.266-.173.12-.674.8-.518.257-.008.432.2.586.412C1003.393,9.735,1003.1,9.77,1002.749,9.8Zm1.28-.152a.628.628,0,0,1-.257-.362,2.49,2.49,0,0,0,.464-.187c.106-.179-.4-.318,0-.375s.085.412.236.563c.068.062.629.148.7.189a1.14,1.14,0,0,0,.2.074A5.238,5.238,0,0,0,1004.029,9.651Zm1.925.086a2.178,2.178,0,0,0-.3-.119c.147-.431-.268-.5-.488-.7a7.724,7.724,0,0,0-.708-.564c.15.023.325-.032.472,0,.3.065.064.3.234.376.29.128.979-.12.941.375C1006.066,9.354,1005.993,9.562,1005.953,9.737Zm.978.6c-.181-.121-.336-.222-.479-.313-.114-.2-.278-.411.124-.542a1.273,1.273,0,0,1,.7.189c.171-.7-.9-.412-.941-.941a1.023,1.023,0,0,0,1.166,0c-.419.2-.09.635.316.753C1007.5,9.747,1007.325,10.126,1006.931,10.333Zm1.224-1.055a.451.451,0,0,1-.418-.55c.9.045.762.212,1.171,0,.358-.185.354-.083.7,0,.4.095.667.1.937.187.1.031.223.029.323.05A3.206,3.206,0,0,1,1009,9.2,1.729,1.729,0,0,0,1008.155,9.278Zm.885,2.162c1.233-1.87,5.214.053,9.026-.623C1016.36,13.077,1012.915,10.713,1009.04,11.44Zm9.455-2.706c-.155,0-.314,0-.469,0C1017.975,8.206,1019.774,8.786,1018.495,8.734Zm5.913,6.519c-2.6-1.68,2.078-1.9,0,0Zm1.472-10.267a.533.533,0,0,1,.135-.026l.072.087A1.28,1.28,0,0,1,1025.88,4.985ZM1029,6.864h.468c0,.125,0,.25,0,.376H1029C1029,7.115,1029,6.99,1029,6.864Zm.28,1.9a.4.4,0,0,1,.2-.025l.011.007Zm2.293-.233a1.038,1.038,0,0,1,.649-.035C1032.007,8.5,1031.79,8.515,1031.573,8.532Zm2.088-3.728c-.362-.19-.331-.258-.16-.3.155.038.312.081.468.123A1.64,1.64,0,0,0,1033.661,4.8Zm.982,4.176a.477.477,0,0,1,.046-.137c.008.061.026.113.03.177C1034.694,9.006,1034.669,8.995,1034.643,8.98Zm7.017-.568.013-.008.012.008Zm.667-1.164a.754.754,0,0,1-.114-.011c.013-.121.029-.241.051-.355A.4.4,0,0,1,1042.327,7.248Zm29.959-3.437a1.012,1.012,0,0,0,.179-.727c.061.016.131.026.2.037.068.049.137.1.207.147C1072.941,3.672,1072.691,3.8,1072.287,3.811Zm12.574,3.5c0-.012.014-.021.017-.034.142.019.215.072.238.139A1.49,1.49,0,0,1,1084.861,7.306Zm.62.18a.424.424,0,0,1,.334-.027V7.49A2.255,2.255,0,0,1,1085.481,7.486Zm-.137-.4c.052.013.214-.372.231-.373.385-.055.236.277.934,0A.924.924,0,0,1,1085.344,7.084Zm2.691-.3c-.14-.069-.357-.079-.357-.258.272-.03.415.042.468.188a.989.989,0,0,1,.536-.29C1088.475,6.545,1088.257,6.666,1088.035,6.78Zm24.079,13.46c.148-.984,1.173-1.285,2.76-1.139,1.412-.322,1.332-1.694,2.769-.579q.017.839.032,1.68Zm17.392.44c-1.448.246-1.85-.371-2.792-.542C1126.807,18.514,1129.993,18.766,1129.506,20.68Zm4.812-2.835c-2.873.186-6.215,1.054-9.722.628-1.263-1.918,2.7-.952,3.444-1.7.468-.474-.046-1.426,1.37-1.13,1.536-.318,1.01,1.063,2.106,1.106,2.364.136,5.628-.473,6.964.511C1138.2,19.329,1135.773,17.752,1134.318,17.846ZM1140,7.663a1.129,1.129,0,0,0-.417.015.4.4,0,0,0-.34.167,3.7,3.7,0,0,1-.4.013c.265-.4-.686-.434-.667-.931.639-.139.473.371.939.374.024-.3-.209-.389-.23-.648.533.139.908.407,1.484.511C1140.423,7.378,1140.265,7.545,1140,7.663Zm7.532,10.652c-.549-1.9,2.547-.94,2.739-2.259,2.117-.419,2.545.554,4.182.531C1153.727,18.4,1149.632,17.572,1147.537,18.315Zm30.611.906q-.011-.56-.022-1.12l1.392-.009q.009.559.021,1.12Zm8.756-12.47a.563.563,0,0,0,.137.016c.276-.007.356-.148.7-.186a2.351,2.351,0,0,1,.649.016c.1.905-.527,1.237-.71,1.918a.579.579,0,0,1-.457-.123.487.487,0,0,0,.3-.122,1.383,1.383,0,0,0-.493-.1A1.748,1.748,0,0,1,1186.9,6.751Zm6.528,11.8c-2.485.286-4,.939-6.257.043-.6-1.578.953-1.456.643-2.8.43.834,1.509.023,1.391-.009.243.064,1.6,1.1,1.411,1.11.94-.066,1.128-1.361,2.759-1.139C1194.7,16.814,1192.987,16.772,1193.433,18.554Zm.575-14.045c-.072-.18-.246-.282-.208-.552.438-.076.512.141.582.361A3.534,3.534,0,0,1,1194.008,4.509Zm25.854,14.422c-.632-1.781,1.061-1.739,1.337-2.809a6.423,6.423,0,0,1,4.9,1.646C1225.891,19.626,1222.107,18.675,1219.862,18.931ZM1230.7.839a.512.512,0,0,1,.018.136A1.687,1.687,0,0,0,1230,.849,6.274,6.274,0,0,1,1230.7.839Zm-1.378.7c.284-.57.8.2,1.4,0C1230.488,2.065,1229.728,1.485,1229.318,1.539Zm3.052,1.69c0,.122,0,.249,0,.374a1.288,1.288,0,0,0-.7-.188C1231.8,3.026,1232.031,3.018,1232.369,3.229Zm.411.495a4.4,4.4,0,0,1-.521.019,3.218,3.218,0,0,1,.543-.075C1232.8,3.686,1232.786,3.7,1232.781,3.723Zm5.147,14.52c-.061-1.767,2.177-.537,3.467-.583,1.523-.056,3.406-.85,4.17-.029C1244.561,20.062,1241.2,17.405,1237.928,18.244Zm24.342.392c.2-.761,1.732-.477,2.772-.58C1264.872,19.356,1263.208,19.357,1262.27,18.636Zm19.443-13.691-.227.029a2.286,2.286,0,0,1,.223-.872,2.1,2.1,0,0,1,.466.093C1282.175,4.568,1281.538,4.432,1281.713,4.944Zm1.515.027a1.135,1.135,0,0,1-.12-.777c.275.03.418-.041.467-.186a.835.835,0,0,0,.553.3A1.316,1.316,0,0,1,1283.228,4.971ZM1283.084,1c.447.079,1.008.068.939.564.041,0,.087,0,.135,0a1.81,1.81,0,0,1,.049.357C1283.514,1.879,1283,1.681,1283.084,1Zm19.175.387a1.562,1.562,0,0,0,.937.187c-.029.337.288.4.238.752-.2.034-.22-.074-.234-.188C1303.048,1.758,1302.017,2.09,1302.259,1.392Zm-1.466-.069c.019-.087.042-.181.069-.278a2.8,2.8,0,0,0,.694.158C1301.6,1.406,1301.007,1.454,1300.793,1.323Zm1.1,17.036c-.406-1.238,1.313-.806,1.358-1.69C1304.994,16.885,1303.34,18.84,1301.9,18.359Zm5.427-16.35c-.144.1-.354.317-.383.324-.375.063-.406-.188-.7-.189-.2,0-.362.216-.7.188-.209-.019-.233-.6-.935-.188-.861-.3.945.042.465-.563a1.677,1.677,0,0,0,1.167.188c.154-.016.533-.183.469-.186.48.034.8.457.935.186C1308.4,1.936,1307.34,2.083,1307.325,2.009Zm2.13.5a4.015,4.015,0,0,0-.406.015c-.183-.184-.286-.379-.473-.565s-.521-.206-.472-.562c.175.3,1.144-.044.941.563.728.092.823-.326,1.61-.188C1310.62,2.155,1310.138,2.378,1309.455,2.506Zm18.917-.136a1.911,1.911,0,0,1-.87-.57c0-.007.008-.014.009-.02.811-.15.9.28,1.638.188C1329.23,2.374,1328.656,2.256,1328.371,2.37Zm2.652-.023a.746.746,0,0,1-.077.039,5.172,5.172,0,0,1-.768.146c-.032,0-.06,0-.091,0-.153-.409.658-.6-.238-.563C1330.03,1.538,1331.3,1.788,1331.024,2.347Zm-.006-.564c.323-.519,1.69.545,0,0Zm8.443,17.434-4.171.029C1334.48,16.918,1340.184,16.879,1339.461,19.218Zm47.2-4.248q-.026-1.4-.053-2.8l3.478-.025a.859.859,0,0,0,.717,1.115C1390.191,14.437,1388.781,14.981,1386.66,14.97Z' fill='%23fbc268' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* line 2, resources/assets/styles/components/faq-section.scss */

.faq-section__labels {
  margin-bottom: 15px;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 7, resources/assets/styles/components/faq-section.scss */

.faq-section__labels-col {
  overflow: auto;
  margin-bottom: 25px;
}

/* line 13, resources/assets/styles/components/faq-section.scss */

.faq-section__tab {
  display: none;
  width: 100%;
  color: #808080;
  overflow: hidden;
  opacity: 1;
}

/* line 20, resources/assets/styles/components/faq-section.scss */

.faq-section__tab.is-active {
  display: block;
  opacity: 1;
}

/* line 25, resources/assets/styles/components/faq-section.scss */

.faq-section__tab label {
  margin-bottom: 0;
  font-size: 1rem;
}

/* line 30, resources/assets/styles/components/faq-section.scss */

.faq-section__tab--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.875rem 1.25rem;
  color: #142b44;
  font-size: 1.125rem;
  font-weight: 700;
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media (min-width: 1024px) {
  /* line 30, resources/assets/styles/components/faq-section.scss */

  .faq-section__tab--label {
    padding: 1.875rem 2.5rem;
  }
}

/* line 46, resources/assets/styles/components/faq-section.scss */

.faq-section__tab--label::after {
  content: "";
  margin-left: 25px;
  height: 10px;
  min-height: 10px;
  width: 15px;
  min-width: 15px;
  line-height: 0.8125rem;
  text-align: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMiA3Ljc4Nyc+PGcgaWQ9J2ljb25fLV9hcnJvd19kb3duJyBkYXRhLW5hbWU9J2ljb24gLSBhcnJvdyBkb3duJyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgxMiA3Ljc4Nykgcm90YXRlKCknPjxwYXRoIGlkPSdQYXRoXzExOTQ2JyBkYXRhLW5hbWU9J1BhdGggMTE5NDYnIGQ9J004LDkuNzg3bC02LTZMMy43ODcsMiw4LDYuMjEzLDEyLjIxMywyLDE0LDMuNzg3WicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLTIgLTIpJy8+PC9nPjwvc3ZnPgo=);
  background-repeat: no-repeat;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}

/* line 61, resources/assets/styles/components/faq-section.scss */

.faq-section__tab--content {
  border-bottom: 1px solid #eef3f9;
  padding: 0 20px;
  height: auto;
  max-height: 0;
  color: #000;
  background-color: #fff;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
  overflow: hidden;
}

@media (min-width: 768px) {
  /* line 61, resources/assets/styles/components/faq-section.scss */

  .faq-section__tab--content {
    padding: 0 78px 0 20px;
    -webkit-transition: max-height 0.5s;
    -o-transition: max-height 0.5s;
    transition: max-height 0.5s;
  }
}

@media (min-width: 1024px) {
  /* line 61, resources/assets/styles/components/faq-section.scss */

  .faq-section__tab--content {
    padding: 0 111px 0 40px;
  }
}

/* line 81, resources/assets/styles/components/faq-section.scss */

.faq-section__tab--content p:last-of-type {
  margin-bottom: 50px;
}

/* line 89, resources/assets/styles/components/faq-section.scss */

.faq-section__tab input:checked + .faq-section__tab--label::after {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* line 94, resources/assets/styles/components/faq-section.scss */

.faq-section__tab input:checked ~ .faq-section__tab--content {
  max-height: 200em;
}

/* line 100, resources/assets/styles/components/faq-section.scss */

.faq-section__tabs {
  margin-bottom: 5.03125rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 105, resources/assets/styles/components/faq-section.scss */

.faq-section__tabs .faq-section__radio--accordion {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* line 112, resources/assets/styles/components/faq-section.scss */

.faq-section__tabs .faq-section__tab:nth-of-type(2n+1) label,
.faq-section__tabs .faq-section__tab:nth-of-type(2n+1) .faq-section__tab--content {
  background-color: #eef3f9;
}

/* line 120, resources/assets/styles/components/faq-section.scss */

.faq-section__row--title {
  margin-bottom: 3.78125rem;
}

/* line 125, resources/assets/styles/components/faq-section.scss */

.faq-section__h3 {
  margin-bottom: 1.5625rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 130, resources/assets/styles/components/faq-section.scss */

.faq-section__p {
  margin-bottom: 0 !important;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 135, resources/assets/styles/components/faq-section.scss */

.faq-section__btn {
  -webkit-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 144, resources/assets/styles/components/faq-section.scss */

.faq-section.h-bgcolor--dark_blue .faq-section__h3,
.faq-section.h-bgcolor--green .faq-section__h3 {
  color: #fff;
}

/* line 148, resources/assets/styles/components/faq-section.scss */

.faq-section.h-bgcolor--dark_blue .faq-section__p,
.faq-section.h-bgcolor--green .faq-section__p {
  color: #fff;
}

/* line 157, resources/assets/styles/components/faq-section.scss */

.faq-section.is-animating .faq-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 162, resources/assets/styles/components/faq-section.scss */

.faq-section.is-animating .faq-section__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 167, resources/assets/styles/components/faq-section.scss */

.faq-section.is-animating .faq-section__labels {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 172, resources/assets/styles/components/faq-section.scss */

.faq-section.is-animating .faq-section__tabs {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 177, resources/assets/styles/components/faq-section.scss */

.faq-section.is-animating .faq-section__btn {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 185, resources/assets/styles/components/faq-section.scss */

.animateIn {
  -webkit-animation: accordionIn 0.45s normal ease-in-out both 1;
       -o-animation: accordionIn 0.45s normal ease-in-out both 1;
          animation: accordionIn 0.45s normal ease-in-out both 1;
}

@-webkit-keyframes accordionIn {
  0% {
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
            transform-origin: 50% 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-o-keyframes accordionIn {
  0% {
    transform: scale(0.9) rotateX(-60deg);
    -o-transform-origin: 50% 0;
       transform-origin: 50% 0;
    opacity: 0;
  }

  100% {
    -o-transform: scale(1);
       transform: scale(1);
    opacity: 1;
  }
}

@keyframes accordionIn {
  0% {
    -webkit-transform: scale(0.9) rotateX(-60deg);
            transform: scale(0.9) rotateX(-60deg);
    -webkit-transform-origin: 50% 0;
         -o-transform-origin: 50% 0;
            transform-origin: 50% 0;
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

/* line 2, resources/assets/styles/components/form-section.scss */

.form-section .container-fluid {
  z-index: 2;
}

/* line 7, resources/assets/styles/components/form-section.scss */

.form-section__contact-info--img {
  position: relative;
  margin-bottom: 0.9375rem;
  height: 48px;
  width: 48px;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 14, resources/assets/styles/components/form-section.scss */

.form-section__contact-info--img img {
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 19, resources/assets/styles/components/form-section.scss */

.form-section__contact-info--h4 {
  margin-bottom: 0.125rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 24, resources/assets/styles/components/form-section.scss */

.form-section__contact-info--h3 {
  margin-bottom: 1.25rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 29, resources/assets/styles/components/form-section.scss */

.form-section__contact-info--intro {
  margin-bottom: 3.125rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 34, resources/assets/styles/components/form-section.scss */

.form-section__contact-info--p {
  margin-bottom: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 38, resources/assets/styles/components/form-section.scss */

.form-section__contact-info--p a {
  color: #142b44 !important;
  text-decoration: none !important;
}

/* line 44, resources/assets/styles/components/form-section.scss */

.form-section__contact-info + .form-section__contact-info {
  margin-top: 2.8125rem;
}

/* line 49, resources/assets/styles/components/form-section.scss */

.form-section__form {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 52, resources/assets/styles/components/form-section.scss */

.form-section__form--p {
  margin-bottom: 2.5rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 57, resources/assets/styles/components/form-section.scss */

.form-section__form--h3 {
  margin-bottom: 1.25rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 63, resources/assets/styles/components/form-section.scss */

.form-section__img {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 68, resources/assets/styles/components/form-section.scss */

.form-section__bg--left,
.form-section__bg--right {
  position: absolute;
  width: 100%;
}

/* line 74, resources/assets/styles/components/form-section.scss */

.form-section__bg--left {
  top: 0;
  left: 0;
  height: 100%;
}

@media (min-width: 1024px) {
  /* line 74, resources/assets/styles/components/form-section.scss */

  .form-section__bg--left {
    width: 58%;
  }
}

/* line 84, resources/assets/styles/components/form-section.scss */

.form-section__bg--right {
  right: 0;
  bottom: 0;
  min-height: 200px;
}

@media (min-width: 768px) {
  /* line 84, resources/assets/styles/components/form-section.scss */

  .form-section__bg--right {
    min-height: 425px;
  }
}

@media (min-width: 1024px) {
  /* line 84, resources/assets/styles/components/form-section.scss */

  .form-section__bg--right {
    height: 100%;
    width: 42%;
  }
}

/* line 99, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .map-section__controllers {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 104, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .form-section__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 112, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .map-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 121, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .map-canvas a::before {
  display: none;
}

/* line 127, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .map-canvas .gm-style .gm-style-iw-c {
  padding: 20.5px 45px 24.5px 18px !important;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* line 132, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .map-canvas .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: visible !important;
}

/* line 137, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .map-canvas .gm-style .gm-style-iw-c .e-map-popup__company {
  margin-bottom: 5px;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
}

/* line 145, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .map-canvas .gm-style .gm-style-iw-c .e-map-popup__streetname,
.form-section__bg--right .map-canvas .gm-style .gm-style-iw-c .e-map-popup__zipcode,
.form-section__bg--right .map-canvas .gm-style .gm-style-iw-c .e-map-popup__anchor {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

/* line 154, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .map-canvas .gm-style .gm-style-iw-c .e-map-popup__zipcode {
  margin-bottom: 10px;
}

/* line 159, resources/assets/styles/components/form-section.scss */

.form-section__bg--right .map-canvas .gm-style .gm-style-iw-c .e-map-popup__anchor::before {
  display: block;
  bottom: -2px;
}

/* line 171, resources/assets/styles/components/form-section.scss */

.form-section__ghost-column {
  min-height: 200px;
}

@media (min-width: 768px) {
  /* line 171, resources/assets/styles/components/form-section.scss */

  .form-section__ghost-column {
    min-height: 425px;
  }
}

/* line 184, resources/assets/styles/components/form-section.scss */

.form-section.h-bgcolor--dark_blue .form-section__form--h3,
.form-section.h-bgcolor--green .form-section__form--h3 {
  color: #fff;
}

/* line 188, resources/assets/styles/components/form-section.scss */

.form-section.h-bgcolor--dark_blue .form-section__form--p,
.form-section.h-bgcolor--green .form-section__form--p {
  color: #fff;
}

/* line 194, resources/assets/styles/components/form-section.scss */

.form-section.h-bgcolor--dark_blue .form-section__contact-info--h3,
.form-section.h-bgcolor--green .form-section__contact-info--h3 {
  color: #fff;
}

/* line 198, resources/assets/styles/components/form-section.scss */

.form-section.h-bgcolor--dark_blue .form-section__contact-info--h4,
.form-section.h-bgcolor--green .form-section__contact-info--h4 {
  color: #fff;
}

/* line 202, resources/assets/styles/components/form-section.scss */

.form-section.h-bgcolor--dark_blue .form-section__contact-info--intro,
.form-section.h-bgcolor--green .form-section__contact-info--intro {
  color: #fff;
}

/* line 207, resources/assets/styles/components/form-section.scss */

.form-section.h-bgcolor--dark_blue .form-section__contact-info--p p,
.form-section.h-bgcolor--green .form-section__contact-info--p p {
  color: #fff;
}

/* line 211, resources/assets/styles/components/form-section.scss */

.form-section.h-bgcolor--dark_blue .form-section__contact-info--p a,
.form-section.h-bgcolor--green .form-section__contact-info--p a {
  color: #fff !important;
}

/* line 216, resources/assets/styles/components/form-section.scss */

.form-section.h-bgcolor--dark_blue .form-section__contact-info--img,
.form-section.h-bgcolor--green .form-section__contact-info--img {
  background-color: #bacee5;
}

/* line 226, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__form {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 230, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__form--h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 235, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__form--p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 241, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__img {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 247, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__contact-info--h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 252, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__contact-info--intro {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 257, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__contact-info--img {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 262, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__contact-info--h4 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 267, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__contact-info--p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 276, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__bg--right .map-section__controllers {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 282, resources/assets/styles/components/form-section.scss */

.form-section.is-animating .form-section__bg--right .map-canvas {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 1, resources/assets/styles/components/full-width-image-section.scss */

.full-width-image-section {
  padding-top: 75% !important;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/components/full-width-image-section.scss */

  .full-width-image-section {
    padding-top: 56.12% !important;
  }
}

/* line 9, resources/assets/styles/components/full-width-image-section.scss */

.full-width-image-section--grid {
  position: relative;
  margin: 80px 0;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 17, resources/assets/styles/components/full-width-image-section.scss */

.full-width-image-section.is-animating {
  opacity: 0;
}

/* line 21, resources/assets/styles/components/full-width-image-section.scss */

.full-width-image-section.is-animating .full-width-image-section--grid {
  opacity: 0;
}

/* line 31, resources/assets/styles/components/full-width-image-section.scss */

.block--full-width-image-section.is-animating .full-width-image-section--grid {
  opacity: 0;
}

/* line 40, resources/assets/styles/components/full-width-image-section.scss */

.block--full-width-image-section.h-bgcolor--white .full-width-image-section--grid {
  margin-top: 0 !important;
}

/* line 1, resources/assets/styles/components/full-width-video-section.scss */

.full-width-video-section {
  position: relative;
  padding-top: 75% !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/components/full-width-video-section.scss */

  .full-width-video-section {
    padding-top: 56.25% !important;
  }
}

/* line 12, resources/assets/styles/components/full-width-video-section.scss */

.full-width-video-section__iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 19, resources/assets/styles/components/full-width-video-section.scss */

.full-width-video-section__iframe iframe {
  height: inherit;
  width: inherit;
}

/* line 24, resources/assets/styles/components/full-width-video-section.scss */

.full-width-video-section__iframe video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 2, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__h3 {
  margin-bottom: 25px;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 7, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__p {
  margin-bottom: 45px;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 12, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__image {
  position: relative;
  padding-top: 100%;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out;
}

/* line 18, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__image:hover {
  -webkit-transform: scale(1.1);
       -o-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 22, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__image-wrapper {
  margin-top: 35px;
  overflow: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 31, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #4d4d4d;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3 ease-in-out;
  -o-transition: opacity 0.3 ease-in-out;
  transition: opacity 0.3 ease-in-out;
}

/* line 43, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl-background.is-active {
  z-index: 100;
  visibility: visible;
  opacity: 0.8;
}

/* line 50, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl-container {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  float: left;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: none;
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3 ease-in-out;
  -o-transition: opacity 0.3 ease-in-out;
  transition: opacity 0.3 ease-in-out;
}

/* line 59, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl-container .grid-images-section__owl {
  display: none;
}

/* line 63, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl-container.is-active {
  display: block;
  z-index: 101;
  visibility: visible;
  opacity: 1;
}

/* line 69, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl-container.is-active .grid-images-section__owl {
  display: block;
}

/* line 75, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl-close {
  position: absolute;
  top: -24px;
  right: -8px;
  z-index: 102;
  border: none;
  height: 48px;
  width: 48px;
  background-color: #000;
  cursor: pointer;
}

/* line 86, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl-close::before,
.grid-images-section__owl-close::after {
  position: absolute;
  content: "";
  top: 21px;
  right: 14px;
  height: 4.5px;
  width: 18px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* line 98, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl-close::after {
  -webkit-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* line 103, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl .owl-stage {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 107, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl .owl-stage .owl-item {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 112, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__owl .owl-stage .owl-item.active {
  visibility: visible;
  opacity: 1;
}

/* line 120, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__nav {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: fixed;
  float: left;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 102;
  width: 90%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 129, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__nav .owl-prev,
.grid-images-section__nav .owl-next {
  background-color: transparent;
}

/* line 134, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__nav .owl-prev svg path,
.grid-images-section__nav .owl-next svg path {
  stroke: #fff;
}

/* line 140, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__nav.is-active {
  visibility: visible;
  opacity: 1;
}

/* line 147, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section__item-picture img {
  position: relative;
  margin: auto;
  height: unset;
  max-height: 80vh;
  width: unset !important;
}

/* line 158, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section.is-animating .grid-images-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 163, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section.is-animating .grid-images-section__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 168, resources/assets/styles/components/grid-images-section.scss */

.grid-images-section.is-animating .grid-images-section__image-wrapper {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 2, resources/assets/styles/components/inline-cta-section.scss */

.inline-cta-section__content {
  padding: 42px 40px 48px 40px;
}

/* line 1, resources/assets/styles/components/map-section.scss */

.map-section {
  position: relative;
  padding-top: 48.31% !important;
}

@media (min-width: 768px) {
  /* line 1, resources/assets/styles/components/map-section.scss */

  .map-section {
    padding-top: 55.99% !important;
  }
}

@media (min-width: 1024px) {
  /* line 1, resources/assets/styles/components/map-section.scss */

  .map-section {
    padding-top: 29.86% !important;
  }
}

/* line 14, resources/assets/styles/components/map-section.scss */

.map-section a:not(.btn):not(.e-filter__btn--cancel)::before {
  display: none;
}

/* line 19, resources/assets/styles/components/map-section.scss */

.map-section__controllers {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 20px;
  padding-left: 20px;
}

/* line 27, resources/assets/styles/components/map-section.scss */

.map-section__controllers-zoom {
  border: none;
  height: 32px;
  width: 32px;
  background-color: #000;
  cursor: pointer;
}

/* line 34, resources/assets/styles/components/map-section.scss */

.map-section__controllers-zoom--plus,
.map-section__controllers-zoom--min {
  position: relative;
}

/* line 38, resources/assets/styles/components/map-section.scss */

.map-section__controllers-zoom--plus::before,
.map-section__controllers-zoom--min::before {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  float: left;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  content: "";
  height: 2.5px;
  width: 10px;
  background-color: #fff;
}

/* line 48, resources/assets/styles/components/map-section.scss */

.map-section__controllers-zoom--plus {
  margin-bottom: 10px;
}

/* line 51, resources/assets/styles/components/map-section.scss */

.map-section__controllers-zoom--plus::after {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  float: left;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  content: "";
  height: 2px;
  width: 10px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

/* line 64, resources/assets/styles/components/map-section.scss */

.map-section .map-canvas {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 72, resources/assets/styles/components/map-section.scss */

.map-section .map-canvas .gm-style .gm-style-iw-c {
  padding: 20.5px 45px 24.5px 18px !important;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* line 77, resources/assets/styles/components/map-section.scss */

.map-section .map-canvas .gm-style .gm-style-iw-c .gm-style-iw-d {
  overflow: visible !important;
}

/* line 82, resources/assets/styles/components/map-section.scss */

.map-section .map-canvas .gm-style .gm-style-iw-c .e-map-popup__company {
  margin-bottom: 5px;
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.5rem;
}

/* line 90, resources/assets/styles/components/map-section.scss */

.map-section .map-canvas .gm-style .gm-style-iw-c .e-map-popup__streetname,
.map-section .map-canvas .gm-style .gm-style-iw-c .e-map-popup__zipcode,
.map-section .map-canvas .gm-style .gm-style-iw-c .e-map-popup__anchor {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

/* line 99, resources/assets/styles/components/map-section.scss */

.map-section .map-canvas .gm-style .gm-style-iw-c .e-map-popup__zipcode {
  margin-bottom: 10px;
}

/* line 104, resources/assets/styles/components/map-section.scss */

.map-section .map-canvas .gm-style .gm-style-iw-c .e-map-popup__anchor::before {
  display: block;
  bottom: -2px;
}

/* line 116, resources/assets/styles/components/map-section.scss */

.map-section--inline .map-section__controllers {
  padding-left: 36px;
}

/* line 121, resources/assets/styles/components/map-section.scss */

.map-section--inline .map-canvas {
  right: 16px;
  left: 16px;
}

/* line 2, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__item {
  position: relative;
  padding-top: 56.12%;
  width: 295px;
}

@media screen and (min-width: 320.1px) and (max-width: 375px) {
  /* line 2, resources/assets/styles/components/media-slider-section.scss */

  .media-slider-section__item {
    width: 350px;
  }
}

@media screen and (min-width: 375.1px) and (max-width: 425px) {
  /* line 2, resources/assets/styles/components/media-slider-section.scss */

  .media-slider-section__item {
    width: 400px;
  }
}

@media (min-width: 768px) {
  /* line 2, resources/assets/styles/components/media-slider-section.scss */

  .media-slider-section__item {
    width: 708px;
  }
}

@media (min-width: 1024px) {
  /* line 2, resources/assets/styles/components/media-slider-section.scss */

  .media-slider-section__item {
    width: 768px;
  }
}

@media (min-width: 1700px) {
  /* line 2, resources/assets/styles/components/media-slider-section.scss */

  .media-slider-section__item {
    width: 1280px;
  }
}

/* line 28, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__item--video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 39, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__item-picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* line 50, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__owl .owl-item {
  position: relative;
}

/* line 53, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__owl .owl-item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: rgba(20, 43, 68, 0.6);
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 43, 68, 0.2)), to(rgba(20, 43, 68, 0.6)));
  background: -webkit-linear-gradient(left, rgba(20, 43, 68, 0.2) 0%, rgba(20, 43, 68, 0.6) 100%);
  background: -o-linear-gradient(left, rgba(20, 43, 68, 0.2) 0%, rgba(20, 43, 68, 0.6) 100%);
  background: linear-gradient(90deg, rgba(20, 43, 68, 0.2) 0%, rgba(20, 43, 68, 0.6) 100%);
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 67, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__owl .owl-item.active.center::before {
  z-index: 0;
  opacity: 0;
}

/* line 73, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__owl .owl-item.active.center + .owl-item::before {
  background: -webkit-gradient(linear, right top, left top, from(rgba(20, 43, 68, 0.2)), to(rgba(20, 43, 68, 0.6)));
  background: -webkit-linear-gradient(right, rgba(20, 43, 68, 0.2) 0%, rgba(20, 43, 68, 0.6) 100%);
  background: -o-linear-gradient(right, rgba(20, 43, 68, 0.2) 0%, rgba(20, 43, 68, 0.6) 100%);
  background: linear-gradient(-90deg, rgba(20, 43, 68, 0.2) 0%, rgba(20, 43, 68, 0.6) 100%);
}

/* line 80, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__owl .owl-dots {
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  float: left;
  right: auto;
  left: 50%;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
}

/* line 86, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__owl .owl-dots.disabled {
  display: none;
}

/* line 92, resources/assets/styles/components/media-slider-section.scss */

.media-slider-section__nav {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  float: left;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  display: none !important;
  z-index: 2;
  width: 100%;
}

@media (min-width: 768px) {
  /* line 92, resources/assets/styles/components/media-slider-section.scss */

  .media-slider-section__nav {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

/* line 2, resources/assets/styles/components/newsletter-section.scss */

.newsletter-section__h3 {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 6, resources/assets/styles/components/newsletter-section.scss */

.newsletter-section__p {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 10, resources/assets/styles/components/newsletter-section.scss */

.newsletter-section__form {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 16, resources/assets/styles/components/newsletter-section.scss */

.newsletter-section.is-animating .newsletter-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 21, resources/assets/styles/components/newsletter-section.scss */

.newsletter-section.is-animating .newsletter-section__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 26, resources/assets/styles/components/newsletter-section.scss */

.newsletter-section.is-animating .newsletter-section__form {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 2, resources/assets/styles/components/post-content-section.scss */

.post-content-section__content-wrapper {
  padding-top: 56.12%;
}

/* line 5, resources/assets/styles/components/post-content-section.scss */

.post-content-section__content-wrapper--image {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

/* line 11, resources/assets/styles/components/post-content-section.scss */

.post-content-section__content-wrapper--video {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
}

/* line 16, resources/assets/styles/components/post-content-section.scss */

.post-content-section__content-wrapper--video iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 28, resources/assets/styles/components/post-content-section.scss */

.post-content-section__caption {
  padding: 19.5px 0 15px 20px;
  font-size: 0.8125rem !important;
  line-height: 1.25rem !important;
}

/* line 34, resources/assets/styles/components/post-content-section.scss */

.post-content-section__figure {
  margin: 0;
}

/* line 2, resources/assets/styles/components/post-intro-section.scss */

.post-intro-section__p {
  font-weight: 600 !important;
  line-height: 2.5rem !important;
}

/* line 2, resources/assets/styles/components/post-wysiwyg-section.scss */

.post-wysiwyg-section__title {
  margin-bottom: 10px;
  font-weight: 900 !important;
  line-height: 1.5rem !important;
  text-transform: uppercase;
}

/* line 11, resources/assets/styles/components/post-wysiwyg-section.scss */

.post-wysiwyg-section__p--blog p {
  margin-bottom: 2rem !important;
  line-height: 2rem !important;
}

/* line 15, resources/assets/styles/components/post-wysiwyg-section.scss */

.post-wysiwyg-section__p--blog p:last-of-type {
  margin-bottom: 0 !important;
}

/* line 2, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section__btn {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 8, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section__h3 {
  margin-bottom: 0.9375rem !important;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 13, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section__p {
  margin-bottom: 3.125rem !important;
  font-weight: 400 !important;
  line-height: 1.875rem !important;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 21, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section__row--cards {
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

/* line 27, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section__card-columns {
  margin-bottom: 50px;
}

/* line 31, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section__card-columns .e-card__label {
  max-width: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 42, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section.is-animating .posttype-cards-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 47, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section.is-animating .posttype-cards-section__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 52, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section.is-animating .posttype-cards-section__btn {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 58, resources/assets/styles/components/posttype-cards-section.scss */

.posttype-cards-section.is-animating .posttype-cards-section__row--cards {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 2, resources/assets/styles/components/publication-date-section.scss */

.publication-date__label {
  font-family: 'Rubik', sans-serif;
  font-size: 0.8125rem;
  font-weight: 900;
  line-height: 1.125rem;
}

/* line 8, resources/assets/styles/components/publication-date-section.scss */

.publication-date__label--date {
  color: #fff;
  background-color: #5385bf;
}

/* line 3, resources/assets/styles/components/quote-section.scss */

.quote-section__p--quote {
  margin-bottom: 0;
}

/* line 7, resources/assets/styles/components/quote-section.scss */

.quote-section__p--small {
  margin-bottom: 0;
  font-weight: bold !important;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 14, resources/assets/styles/components/quote-section.scss */

.quote-section__img-wrapper {
  position: relative;
  margin-top: 2.5rem;
  margin-bottom: 1.1875rem;
  border-radius: 50%;
  height: 8rem;
  width: 8rem;
  overflow: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 25, resources/assets/styles/components/quote-section.scss */

.quote-section__blockquote {
  margin: 0;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 32, resources/assets/styles/components/quote-section.scss */

.quote-section.is-animating .quote-section__blockquote {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 37, resources/assets/styles/components/quote-section.scss */

.quote-section.is-animating .quote-section__img-wrapper {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 43, resources/assets/styles/components/quote-section.scss */

.quote-section.is-animating .quote-section__p--small {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 52, resources/assets/styles/components/quote-section.scss */

.quote-section__owl .owl-dots {
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  float: left;
  right: auto;
  left: 50%;
  margin-top: 30.5px;
}

/* line 59, resources/assets/styles/components/quote-section.scss */

.quote-section__nav {
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  float: left;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 1;
  width: 100%;
}

/* line 67, resources/assets/styles/components/quote-section.scss */

.quote-section__nav button svg path {
  stroke: #fff;
}

/* line 2, resources/assets/styles/components/speakers-section.scss */

.speakers-section__title {
  margin-bottom: 26px;
  text-transform: uppercase;
}

/* line 7, resources/assets/styles/components/speakers-section.scss */

.speakers-section__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 12, resources/assets/styles/components/speakers-section.scss */

.speakers-section__list li {
  margin-bottom: 36px;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  /* line 12, resources/assets/styles/components/speakers-section.scss */

  .speakers-section__list li {
    max-width: 50%;
  }
}

/* line 23, resources/assets/styles/components/speakers-section.scss */

.speakers-section__picture {
  position: relative;
  display: block;
  margin-bottom: 20px;
  padding-top: 141px;
  width: 100%;
  max-width: 141px;
  overflow: hidden;
  border-radius: 50%;
}

/* line 34, resources/assets/styles/components/speakers-section.scss */

.speakers-section__name {
  font-weight: bold;
  line-height: 1.875rem;
}

/* line 39, resources/assets/styles/components/speakers-section.scss */

.speakers-section__subtitle {
  font-size: 0.8125rem;
  line-height: 1.25rem;
}

/* line 2, resources/assets/styles/components/text-section.scss */

.text-section__column-padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* line 7, resources/assets/styles/components/text-section.scss */

.text-section__h3 {
  margin-bottom: 1.125rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 1024px) {
  /* line 11, resources/assets/styles/components/text-section.scss */

  .text-section__h3--2,
  .text-section__h3--padded {
    padding-right: 14.0625rem;
  }
}

@media (min-width: 1024px) {
  /* line 18, resources/assets/styles/components/text-section.scss */

  .text-section__h3--centered {
    padding: 0 4.25rem 0 4.25rem;
  }
}

/* line 25, resources/assets/styles/components/text-section.scss */

.text-section__p {
  margin-bottom: 1.875rem;
  font-size: 1.1rem;
  line-height: 1.875rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 1024px) {
  /* line 31, resources/assets/styles/components/text-section.scss */

  .text-section__p--2,
  .text-section__p--padded {
    padding-right: 4.25rem;
  }
}

@media (min-width: 1024px) {
  /* line 38, resources/assets/styles/components/text-section.scss */

  .text-section__p--centered {
    padding: 0 4.25rem 0 4.25rem;
  }
}

/* line 45, resources/assets/styles/components/text-section.scss */

.text-section__p p:last-of-type {
  margin-bottom: 0;
}

/* line 51, resources/assets/styles/components/text-section.scss */

.text-section__btn {
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 55, resources/assets/styles/components/text-section.scss */

.text-section__btn--1 {
  margin-bottom: 3.75rem;
}

@media (min-width: 1024px) {
  /* line 55, resources/assets/styles/components/text-section.scss */

  .text-section__btn--1 {
    margin-bottom: 0;
  }
}

/* line 62, resources/assets/styles/components/text-section.scss */

.text-section__btn--1--bg-option {
  margin-top: auto;
  margin-bottom: 0;
}

/* line 68, resources/assets/styles/components/text-section.scss */

.text-section__btn--2 {
  margin-top: auto;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 79, resources/assets/styles/components/text-section.scss */

.text-section.h-bgcolor--dark_blue .text-section__h3,
.text-section.h-bgcolor--green .text-section__h3 {
  color: #fff;
}

/* line 84, resources/assets/styles/components/text-section.scss */

.text-section.h-bgcolor--dark_blue .text-section__p p,
.text-section.h-bgcolor--green .text-section__p p {
  color: #fff;
}

/* line 94, resources/assets/styles/components/text-section.scss */

.text-section.is-animating .text-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 99, resources/assets/styles/components/text-section.scss */

.text-section.is-animating .text-section__p {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 104, resources/assets/styles/components/text-section.scss */

.text-section.is-animating .text-section__btn {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 108, resources/assets/styles/components/text-section.scss */

.text-section.is-animating .text-section__btn--2 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 118, resources/assets/styles/components/text-section.scss */

.text-section__column-padding.h-bgcolor--dark_blue,
.text-section__column-padding.h-bgcolor--green {
  /* stylelint-disable no-descending-specificity */
  /* stylelint-enable no-descending-specificity */
}

/* line 122, resources/assets/styles/components/text-section.scss */

.text-section__column-padding.h-bgcolor--dark_blue .text-section__h3,
.text-section__column-padding.h-bgcolor--green .text-section__h3 {
  color: #fff !important;
}

/* line 127, resources/assets/styles/components/text-section.scss */

.text-section__column-padding.h-bgcolor--dark_blue .text-section__p p,
.text-section__column-padding.h-bgcolor--green .text-section__p p {
  color: #fff;
}

/* line 2, resources/assets/styles/components/usp-section.scss */

.usp-section__img {
  position: relative;
  padding-top: 75%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 12, resources/assets/styles/components/usp-section.scss */

.usp-section__column-content.order-2 {
  margin-top: 32px;
}

@media (min-width: 1024px) {
  /* line 12, resources/assets/styles/components/usp-section.scss */

  .usp-section__column-content.order-2 {
    margin-top: 0;
  }
}

/* line 20, resources/assets/styles/components/usp-section.scss */

.usp-section__column-content.order-1 {
  margin-bottom: 32px;
}

@media (min-width: 1024px) {
  /* line 20, resources/assets/styles/components/usp-section.scss */

  .usp-section__column-content.order-1 {
    margin-bottom: 0;
  }
}

/* line 29, resources/assets/styles/components/usp-section.scss */

.usp-section__iframe {
  position: relative;
  padding-top: 75%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 37, resources/assets/styles/components/usp-section.scss */

.usp-section__iframe iframe,
.usp-section__iframe video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 47, resources/assets/styles/components/usp-section.scss */

.usp-section__h3 {
  margin-top: 15px;
  margin-bottom: 1.5625rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 1024px) {
  /* line 47, resources/assets/styles/components/usp-section.scss */

  .usp-section__h3 {
    padding-left: 2.5rem;
  }

  /* line 55, resources/assets/styles/components/usp-section.scss */

  .usp-section__h3--right {
    padding-right: 2.5rem;
    padding-left: 0;
  }
}

/* line 62, resources/assets/styles/components/usp-section.scss */

.usp-section__btn {
  margin-top: 36px;
  margin-right: auto;
  -webkit-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: all 0.3s ease-in-out, opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

@media (min-width: 1024px) {
  /* line 62, resources/assets/styles/components/usp-section.scss */

  .usp-section__btn {
    margin-left: 2.5rem;
  }

  /* line 70, resources/assets/styles/components/usp-section.scss */

  .usp-section__btn--right {
    margin-left: 0;
  }
}

/* line 77, resources/assets/styles/components/usp-section.scss */

.usp-section__usp-title {
  margin-bottom: 0;
  font-size: 1.5rem !important;
  line-height: 2.25rem !important;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 84, resources/assets/styles/components/usp-section.scss */

.usp-section__usp-text {
  margin-bottom: 1.25rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 90, resources/assets/styles/components/usp-section.scss */

.usp-section__usp-repeater {
  margin-bottom: 0;
  padding-left: 2.375rem;
  list-style: none;
}

@media (min-width: 1024px) {
  /* line 90, resources/assets/styles/components/usp-section.scss */

  .usp-section__usp-repeater {
    padding-left: 4.875rem;
  }

  /* line 98, resources/assets/styles/components/usp-section.scss */

  .usp-section__usp-repeater--right {
    padding-right: 2.5rem;
    padding-left: 2.375rem;
  }
}

/* line 104, resources/assets/styles/components/usp-section.scss */

.usp-section__usp-repeater--li {
  position: relative;
}

/* line 107, resources/assets/styles/components/usp-section.scss */

.usp-section__usp-repeater--li::before {
  position: absolute;
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11.386' viewBox='0 0 12 11.386'%3E%3Cpath d='M179.278,90.874c-.562.7-.752,1.8-.5,1.053.352-1.037.211-.132.033.149-.12.19-.455,2.33-.334,1.584.018-.11.318.452.229-.4-.01-.1.074-.011.077.056a1.767,1.767,0,0,0-.008.493c.019.07.06-.01.079.06.055.208.07-.534.07-.534.019-.02.054.014.04.038-.08.132.133.256.167-.634.007-.172.077-.077.02.237-.042.232.094.6.132.291.035-.292.108-.221.068-.236-.161-.061-.022-.16-.1-.172-.047-.007-.05-.044,0-.05.076-.011-.042-.141.037-.11.043.017.014.172.044.183.048.016.29-.839.348-.839s.246-.31.246-.221c0,.19-.118.251-.118.335s-.026-.05-.086-.028-.03-.176-.069.04c-.016.09-.015.094.029.094.175,0-.186.365-.127.4.088.057.023-.041.073-.059.075-.027-.077.419-.118.353a1.43,1.43,0,0,1-.158.672c-.035.069-.036.629.011.275s.088-.146.078-.106c-.037.149.084-.114.035-.114-.021,0-.03-.1,0-.1s.034.182.067.018c.008-.038.02-.055.035-.046s.017,0,0-.024-.015-.042.017-.059.038-.021,0-.065c-.072-.079.1-.129.1.028,0,.068.039.011.039.067,0,.04-.2.222.014.23.307.011.1.251-.024.206-.038-.015-.05.075.013.056s.068.3.027.176c-.057-.173.068.245.068.062s.09.041.038.074c-.021.013-.021.022,0,.048s.016.041-.024.035a14.647,14.647,0,0,0,.314,1.754c-.026-.071.48,1.022.491,1.062.049.186-.008-.6.22.381.02-1.059,2.011,3.624,6.97.622,2.57-1.556,2.763-5.71,1.336-7.753C186.759,87.008,182.521,86.81,179.278,90.874Zm.671.875c-.047.047-.015-.062.014-.034C179.968,91.72,179.962,91.734,179.949,91.748Zm-.063,0a.02.02,0,1,1-.039,0A.02.02,0,1,1,179.886,91.744Zm-.079.091c0-.04.039-.039.039-.012C179.885,91.823,179.807,91.887,179.807,91.836Zm-.1.379c0,.015-.039.039-.039.012S179.709,92.2,179.709,92.215Zm-.64.174c-.07.137-.038-.016-.1-.006-.1.017-.076-.188-.022-.1C179.1,92.286,179.1,92.328,179.068,92.388Zm-.218-.072c-.014.039-.019.039-.033,0C178.792,92.249,178.888,92.316,178.85,92.316Zm.492.163c.031-.089.053-.086.051-.058C179.432,92.421,179.327,92.522,179.342,92.479Zm-.026-.015c0,.047-.129.048-.057,0C179.3,92.437,179.354,92.464,179.315,92.464Zm.073.091c-.007.023-.152.046-.152,0C179.236,92.5,179.435,92.556,179.388,92.556Zm-.518.021c-.015.042-.027.038-.027,0C178.843,92.511,178.908,92.577,178.87,92.577Zm.8-.01c0,.025-.013.029-.029,0S179.669,92.54,179.669,92.567Zm.754.16c-.016.064-.1.047-.041-.016C180.427,92.665,180.462,92.727,180.423,92.727Zm-.307.05c-.03.077-.084-.015-.027-.035C180.121,92.73,180.129,92.741,180.116,92.777Zm-1.273.014c0,.007-.059,0-.059.047s.039.063.039.069c0,.033-.044-.009-.075.085-.053.16-.012-.055-.015-.015C178.761,92.647,178.882,92.791,178.843,92.791Zm1.519.092c.071.072-.144.164-.073.109,0,0,.035-.275.066-.186a.021.021,0,0,0,.03.009C180.424,92.816,180.322,92.843,180.362,92.884Zm-1.156.186c.015-.025-.029-.093-.013-.109s.031.04.054.059C179.305,93.019,179.18,93.111,179.206,93.069Zm.68-.041c0,.082.022.088-.039.1S179.886,92.854,179.886,93.028Zm.59-.04c0,.027-.033.027-.049,0S180.476,92.961,180.476,92.988Zm-1.653.14c0,.081-.064-.027-.085.025-.013.033-.018-.055,0-.073S178.823,93.092,178.823,93.128Zm.944-.029c0,.041-.039.015-.039-.012S179.767,93.059,179.767,93.1Zm-.5.051c-.042.208-.111-.062-.01-.062C179.274,93.088,179.277,93.11,179.269,93.15Zm.7-.021c0,.027-.039.028-.039-.012S180,93.129,179.964,93.129Zm-.275.059c0,.052-.153-.02-.054-.02C179.664,93.168,179.689,93.178,179.689,93.189Zm.787,0a.02.02,0,1,1-.039,0A.02.02,0,1,1,180.476,93.189Zm-.09,0c.02,0,.032,0,.026.01C180.439,93.2,180.314,93.194,180.385,93.191Zm-1.745.218c-.007.2-.09.346-.094.146,0-.078,0-.086-.018-.045-.019.061-.024.008-.006-.078C178.587,93.107,178.684,93.409,178.64,93.409Zm.222-.1c0-.025.013-.029.03,0C178.931,93.309,178.862,93.352,178.862,93.309Zm.39.031c-.01.009-.055-.079-.013-.036C179.253,93.318,179.259,93.334,179.252,93.34Zm.819.007c.016.026-.009.085-.03.072C180,93.394,180.033,93.283,180.071,93.347Zm-1.2.152c0,.192-.067.164-.05-.046S178.909,93.5,178.871,93.5Zm.976.01c0,.027-.045.027-.029,0S179.846,93.485,179.846,93.51Zm-.007.11c0,.067-.033.067-.033,0S179.836,93.554,179.84,93.62Zm.223-.03c0,.027-.045.027-.029,0S180.063,93.565,180.063,93.59Zm.091.07c.014-.039.019-.039.034,0C180.226,93.66,180.13,93.727,180.154,93.66Zm-.1.461.015.059a.128.128,0,0,1,0,.069C180.109,94.25,180,94.316,180.051,94.121Zm.02.168c.012.02-.005.174-.029.112C179.968,94.211,180.11,94.29,180.071,94.29Zm.011.364c0,.027-.039.028-.039-.012S180.121,94.654,180.082,94.654Zm.02.23Zm.071.321Zm.017.162c0,.1-.032.014-.06-.045S180.236,95.367,180.191,95.367Zm-.019.124c-.03.032-.084-.153-.018-.059C180.17,95.456,180.178,95.484,180.171,95.491Zm.1.265c-.016-.027.024-.027.039,0C180.347,95.756,180.3,95.8,180.269,95.756Zm.089.156c0,.033-.039.018-.039-.042S180.4,95.913,180.358,95.913Z' transform='translate(-178.058 -87.848)' fill='%2374b89e'/%3E%3Cpath d='M193.358,90.161c0,.064.095.006.095-.028S193.358,90.1,193.358,90.161Z' transform='translate(-189.481 -88.782)' fill='%2374b89e'/%3E%3Cpath d='M179.207,104.363c-.24.515.235-.127.092-.127C179.264,104.236,179.207,104.363,179.207,104.363Z' transform='translate(-178.341 -100.207)' fill='%2374b89e'/%3E%3Cpath d='M183.769,104.562c-.078.2.14.105.069-.016C183.809,104.5,183.792,104.5,183.769,104.562Z' transform='translate(-180.246 -100.381)' fill='%2374b89e'/%3E%3Cpath d='M178.711,105.287c-.159.3-.242.325-.1.325C178.734,105.612,178.937,105.287,178.711,105.287Z' transform='translate(-178.093 -101)' fill='%2374b89e'/%3E%3Cpath d='M179.1,105.432c-.3.559.114.2.069-.007C179.156,105.342,179.153,105.342,179.1,105.432Z' transform='translate(-178.281 -101.067)' fill='%2374b89e'/%3E%3Cpath d='M183.361,105.856Z' transform='translate(-180.078 -101.333)' fill='%2374b89e'/%3E%3Cpath d='M178.433,106.129a.047.047,0,0,0,.094,0A.047.047,0,1,0,178.433,106.129Z' transform='translate(-178.049 -101.545)' fill='%2374b89e'/%3E%3Cpath d='M178.816,106.463c-.042.315.205-.141.061-.141C178.831,106.322,178.816,106.463,178.816,106.463Z' transform='translate(-178.205 -101.763)' fill='%2374b89e'/%3E%3Cpath d='M178.628,107.176c-.038.063.07.062.07,0C178.7,107.083,178.721,107.176,178.628,107.176Z' transform='translate(-178.127 -102.335)' fill='%2374b89e'/%3E%3Cpath d='M182.631,107.172c0-.063-.109-.063-.07,0C182.653,107.172,182.631,107.265,182.631,107.172Z' transform='translate(-179.751 -102.327)' fill='%2374b89e'/%3E%3Cpath d='M182.8,107.252c.038.063.133.063.094,0S182.762,107.188,182.8,107.252Z' transform='translate(-179.849 -102.388)' fill='%2374b89e'/%3E%3Cpath d='M178.6,107.456Z' transform='translate(-178.117 -102.537)' fill='%2374b89e'/%3E%3Cpath d='M182.766,107.592c0,.055.141.059.141.026S182.766,107.537,182.766,107.592Z' transform='translate(-179.839 -102.655)' fill='%2374b89e'/%3E%3Cpath d='M182.205,107.95c0,.237.094-.035.045-.066C182.225,107.868,182.205,107.9,182.205,107.95Z' transform='translate(-179.607 -102.914)' fill='%2374b89e'/%3E%3Cpath d='M177.815,108.089Z' transform='translate(-177.779 -103.026)' fill='%2374b89e'/%3E%3Cpath d='M178.244,108.744c-.032.126.061.125.061,0S178.275,108.619,178.244,108.744Z' transform='translate(-177.969 -103.499)' fill='%2374b89e'/%3E%3Cpath d='M182.412,108.926c.082.032.147-.035.029-.028C182.342,108.9,182.412,108.926,182.412,108.926Z' transform='translate(-179.683 -103.645)' fill='%2374b89e'/%3E%3Cpath d='M182.365,109.145c0,.122.029.127.061,0S182.365,109.019,182.365,109.145Z' transform='translate(-179.673 -103.8)' fill='%2374b89e'/%3E%3Cpath d='M178.15,109.259c-.036.059.055.112.055.019S178.191,109.192,178.15,109.259Z' transform='translate(-177.929 -103.903)' fill='%2374b89e'/%3E%3Cpath d='M181.129,109.923c.035.1.063.089.063,0S181.094,109.83,181.129,109.923Z' transform='translate(-179.16 -104.391)' fill='%2374b89e'/%3E%3Cpath d='M178.066,109.984c-.038.063.071.062.071,0C178.137,109.891,178.159,109.984,178.066,109.984Z' transform='translate(-177.895 -104.444)' fill='%2374b89e'/%3E%3Cpath d='M181.628,110.312c.035-.056-.218-.056-.184,0C181.538,110.312,181.569,110.407,181.628,110.312Z' transform='translate(-179.292 -104.688)' fill='%2374b89e'/%3E%3Cpath d='M180.439,110.613c0,.269.35-.048.274-.073C180.517,110.475,180.439,110.488,180.439,110.613Z' transform='translate(-178.878 -104.901)' fill='%2374b89e'/%3E%3Cpath d='M181.429,110.631c-.126.125.16.389.16.184C181.588,110.721,181.546,110.631,181.429,110.631Z' transform='translate(-179.273 -105.01)' fill='%2374b89e'/%3E%3Cpath d='M183.174,110.745Z' transform='translate(-180.006 -105.008)' fill='%2374b89e'/%3E%3Cpath d='M180.76,111.344a.047.047,0,1,0,.094,0A.047.047,0,0,0,180.76,111.344Z' transform='translate(-179.01 -105.463)' fill='%2374b89e'/%3E%3Cpath d='M178.946,111.78c-.11.806.2-.242.08-.242C178.975,111.538,178.946,111.78,178.946,111.78Z' transform='translate(-178.251 -105.782)' fill='%2374b89e'/%3E%3Cpath d='M179.35,112.136c.059,0,.068-.518-.028-.518A1.141,1.141,0,0,0,179.35,112.136Z' transform='translate(-178.408 -105.834)' fill='%2374b89e'/%3E%3Cpath d='M183.168,111.826c0,.062.108.063.07,0S183.168,111.768,183.168,111.826Z' transform='translate(-180.005 -105.824)' fill='%2374b89e'/%3E%3Cpath d='M179.7,112.4c.073.8.079-.43.232.063.081.261-.08.126-.08.207,0,.1.4-.074.188-.2-.1-.061.015-.386-.118-.337-.1.037-.049-.111-.12-.111A.541.541,0,0,0,179.7,112.4Z' transform='translate(-178.571 -106.19)' fill='%2374b89e'/%3E%3Cpath d='M183.046,112.091c-.032.053,0,.261.1.188S183.25,112.091,183.046,112.091Z' transform='translate(-179.95 -106.093)' fill='%2374b89e'/%3E%3Cpath d='M183.649,112.035c0,.033.141.081.141.026C183.79,111.968,183.742,112.035,183.649,112.035Z' transform='translate(-180.204 -105.993)' fill='%2374b89e'/%3E%3Cpath d='M178.841,112.671Z' transform='translate(-178.217 -106.455)' fill='%2374b89e'/%3E%3Cpath d='M183.144,112.7c.054.308.145-.064.026-.1C183.142,112.59,183.131,112.633,183.144,112.7Z' transform='translate(-179.993 -106.481)' fill='%2374b89e'/%3E%3Cpath d='M183.489,112.708a.047.047,0,1,0,.094,0A.047.047,0,1,0,183.489,112.708Z' transform='translate(-180.138 -106.487)' fill='%2374b89e'/%3E%3Cpath d='M181.671,112.924c-.044.138,0,.185.047.047S181.715,112.786,181.671,112.924Z' transform='translate(-179.379 -106.66)' fill='%2374b89e'/%3E%3Cpath d='M182.933,112.992Z' transform='translate(-179.907 -106.696)' fill='%2374b89e'/%3E%3Cpath d='M178.7,113.553c-.009.527.126.575.106.129C178.76,112.616,178.794,113.553,178.7,113.553Z' transform='translate(-178.16 -107.109)' fill='%2374b89e'/%3E%3Cpath d='M179.958,113.356c0,.058.167.174.207.069C180.232,113.248,180.051,113.356,179.958,113.356Z' transform='translate(-178.679 -107.001)' fill='%2374b89e'/%3E%3Cpath d='M181.61,113.648c.22-.181-.154-.258-.1-.111C181.6,113.537,181.47,113.764,181.61,113.648Z' transform='translate(-179.318 -107.129)' fill='%2374b89e'/%3E%3Cpath d='M181.784,113.76c-.259,2.113.127-1.041,0,0Z' transform='translate(-179.396 -107.443)' fill='%2374b89e'/%3E%3Cpath d='M183.729,113.682c0,.141.172.185.046-.009C183.734,113.61,183.729,113.611,183.729,113.682Z' transform='translate(-180.237 -107.24)' fill='%2374b89e'/%3E%3Cpath d='M180.118,113.914c0,.235.17-.13.048-.13C180.116,113.784,180.118,113.914,180.118,113.914Z' transform='translate(-178.745 -107.369)' fill='%2374b89e'/%3E%3Cpath d='M181.579,114.259c-.068-.08-.1-.088-.1-.028C181.575,114.23,181.659,114.353,181.579,114.259Z' transform='translate(-179.309 -107.64)' fill='%2374b89e'/%3E%3Cpath d='M183.54,114.615c.032.127.106.17.075.047S183.509,114.492,183.54,114.615Z' transform='translate(-180.155 -107.934)' fill='%2374b89e'/%3E%3Cpath d='M180.285,115.159c.008.155-.009-.178,0,0Z' transform='translate(-178.813 -108.324)' fill='%2374b89e'/%3E%3Cpath d='M181.729,115.961Z' transform='translate(-179.409 -108.926)' fill='%2374b89e'/%3E%3Cpath d='M179.4,116.362Z' transform='translate(-178.448 -109.228)' fill='%2374b89e'/%3E%3Cpath d='M184.13,116.584c0,.093.095.093.095,0S184.13,116.491,184.13,116.584Z' transform='translate(-180.402 -109.398)' fill='%2374b89e'/%3E%3Cpath d='M184.05,117.009c0,.118.171.14.094,0C184.081,116.894,184.05,116.878,184.05,117.009Z' transform='translate(-180.369 -109.719)' fill='%2374b89e'/%3E%3Cpath d='M184.046,117.582c-.078.123.029.284.04.21C184.159,117.295,184.139,117.582,184.046,117.582Z' transform='translate(-180.356 -110.204)' fill='%2374b89e'/%3E%3Cpath d='M179.477,118.111c0,.09.092.148.06.024C179.509,118.026,179.477,118.014,179.477,118.111Z' transform='translate(-178.48 -110.557)' fill='%2374b89e'/%3E%3Cpath d='M183.328,123.22c0,.064.095.006.095-.028S183.328,123.156,183.328,123.22Z' transform='translate(-180.071 -114.374)' fill='%2374b89e'/%3E%3Cpath d='M187.34,125.654c0,.2.138-.063.082-.066C187.332,125.583,187.351,125.654,187.34,125.654Z' transform='translate(-184.961 -118.782)' fill='%2374b89e'/%3E%3C/svg%3E");
  top: 0.75rem;
  left: -1.8125rem;
  -webkit-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  -o-transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1);
  transition: opacity 400ms cubic-bezier(0.5, 0.75, 0.25, 1), transform 400ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 400ms cubic-bezier(0, 0, 0.25, 1), -o-transform 400ms cubic-bezier(0, 0, 0.25, 1);
}

/* line 116, resources/assets/styles/components/usp-section.scss */

.usp-section__usp-repeater--li:last-child .usp-section__usp-text {
  margin-bottom: 0;
}

/* line 120, resources/assets/styles/components/usp-section.scss */

.usp-section__usp-repeater--li:last-child .usp-section__usp-text p:last-child {
  margin-bottom: 0;
}

/* line 133, resources/assets/styles/components/usp-section.scss */

.usp-section.h-bgcolor--dark_blue .usp-section__h3,
.usp-section.h-bgcolor--green .usp-section__h3 {
  color: #fff;
}

/* line 138, resources/assets/styles/components/usp-section.scss */

.usp-section.h-bgcolor--dark_blue .usp-section__usp-title,
.usp-section.h-bgcolor--green .usp-section__usp-title {
  color: #fff;
}

/* line 142, resources/assets/styles/components/usp-section.scss */

.usp-section.h-bgcolor--dark_blue .usp-section__usp-text,
.usp-section.h-bgcolor--green .usp-section__usp-text {
  color: #fff;
}

/* line 149, resources/assets/styles/components/usp-section.scss */

.usp-section.h-bgcolor--dark_blue .usp-section__usp-repeater--li::before,
.usp-section.h-bgcolor--green .usp-section__usp-repeater--li::before {
  position: absolute;
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='11.386' viewBox='0 0 12 11.386'%3E%3Cpath d='M179.278,90.874c-.562.7-.752,1.8-.5,1.053.352-1.037.211-.132.033.149-.12.19-.455,2.33-.334,1.584.018-.11.318.452.229-.4-.01-.1.074-.011.077.056a1.767,1.767,0,0,0-.008.493c.019.07.06-.01.079.06.055.208.07-.534.07-.534.019-.02.054.014.04.038-.08.132.133.256.167-.634.007-.172.077-.077.02.237-.042.232.094.6.132.291.035-.292.108-.221.068-.236-.161-.061-.022-.16-.1-.172-.047-.007-.05-.044,0-.05.076-.011-.042-.141.037-.11.043.017.014.172.044.183.048.016.29-.839.348-.839s.246-.31.246-.221c0,.19-.118.251-.118.335s-.026-.05-.086-.028-.03-.176-.069.04c-.016.09-.015.094.029.094.175,0-.186.365-.127.4.088.057.023-.041.073-.059.075-.027-.077.419-.118.353a1.43,1.43,0,0,1-.158.672c-.035.069-.036.629.011.275s.088-.146.078-.106c-.037.149.084-.114.035-.114-.021,0-.03-.1,0-.1s.034.182.067.018c.008-.038.02-.055.035-.046s.017,0,0-.024-.015-.042.017-.059.038-.021,0-.065c-.072-.079.1-.129.1.028,0,.068.039.011.039.067,0,.04-.2.222.014.23.307.011.1.251-.024.206-.038-.015-.05.075.013.056s.068.3.027.176c-.057-.173.068.245.068.062s.09.041.038.074c-.021.013-.021.022,0,.048s.016.041-.024.035a14.647,14.647,0,0,0,.314,1.754c-.026-.071.48,1.022.491,1.062.049.186-.008-.6.22.381.02-1.059,2.011,3.624,6.97.622,2.57-1.556,2.763-5.71,1.336-7.753C186.759,87.008,182.521,86.81,179.278,90.874Zm.671.875c-.047.047-.015-.062.014-.034C179.968,91.72,179.962,91.734,179.949,91.748Zm-.063,0a.02.02,0,1,1-.039,0A.02.02,0,1,1,179.886,91.744Zm-.079.091c0-.04.039-.039.039-.012C179.885,91.823,179.807,91.887,179.807,91.836Zm-.1.379c0,.015-.039.039-.039.012S179.709,92.2,179.709,92.215Zm-.64.174c-.07.137-.038-.016-.1-.006-.1.017-.076-.188-.022-.1C179.1,92.286,179.1,92.328,179.068,92.388Zm-.218-.072c-.014.039-.019.039-.033,0C178.792,92.249,178.888,92.316,178.85,92.316Zm.492.163c.031-.089.053-.086.051-.058C179.432,92.421,179.327,92.522,179.342,92.479Zm-.026-.015c0,.047-.129.048-.057,0C179.3,92.437,179.354,92.464,179.315,92.464Zm.073.091c-.007.023-.152.046-.152,0C179.236,92.5,179.435,92.556,179.388,92.556Zm-.518.021c-.015.042-.027.038-.027,0C178.843,92.511,178.908,92.577,178.87,92.577Zm.8-.01c0,.025-.013.029-.029,0S179.669,92.54,179.669,92.567Zm.754.16c-.016.064-.1.047-.041-.016C180.427,92.665,180.462,92.727,180.423,92.727Zm-.307.05c-.03.077-.084-.015-.027-.035C180.121,92.73,180.129,92.741,180.116,92.777Zm-1.273.014c0,.007-.059,0-.059.047s.039.063.039.069c0,.033-.044-.009-.075.085-.053.16-.012-.055-.015-.015C178.761,92.647,178.882,92.791,178.843,92.791Zm1.519.092c.071.072-.144.164-.073.109,0,0,.035-.275.066-.186a.021.021,0,0,0,.03.009C180.424,92.816,180.322,92.843,180.362,92.884Zm-1.156.186c.015-.025-.029-.093-.013-.109s.031.04.054.059C179.305,93.019,179.18,93.111,179.206,93.069Zm.68-.041c0,.082.022.088-.039.1S179.886,92.854,179.886,93.028Zm.59-.04c0,.027-.033.027-.049,0S180.476,92.961,180.476,92.988Zm-1.653.14c0,.081-.064-.027-.085.025-.013.033-.018-.055,0-.073S178.823,93.092,178.823,93.128Zm.944-.029c0,.041-.039.015-.039-.012S179.767,93.059,179.767,93.1Zm-.5.051c-.042.208-.111-.062-.01-.062C179.274,93.088,179.277,93.11,179.269,93.15Zm.7-.021c0,.027-.039.028-.039-.012S180,93.129,179.964,93.129Zm-.275.059c0,.052-.153-.02-.054-.02C179.664,93.168,179.689,93.178,179.689,93.189Zm.787,0a.02.02,0,1,1-.039,0A.02.02,0,1,1,180.476,93.189Zm-.09,0c.02,0,.032,0,.026.01C180.439,93.2,180.314,93.194,180.385,93.191Zm-1.745.218c-.007.2-.09.346-.094.146,0-.078,0-.086-.018-.045-.019.061-.024.008-.006-.078C178.587,93.107,178.684,93.409,178.64,93.409Zm.222-.1c0-.025.013-.029.03,0C178.931,93.309,178.862,93.352,178.862,93.309Zm.39.031c-.01.009-.055-.079-.013-.036C179.253,93.318,179.259,93.334,179.252,93.34Zm.819.007c.016.026-.009.085-.03.072C180,93.394,180.033,93.283,180.071,93.347Zm-1.2.152c0,.192-.067.164-.05-.046S178.909,93.5,178.871,93.5Zm.976.01c0,.027-.045.027-.029,0S179.846,93.485,179.846,93.51Zm-.007.11c0,.067-.033.067-.033,0S179.836,93.554,179.84,93.62Zm.223-.03c0,.027-.045.027-.029,0S180.063,93.565,180.063,93.59Zm.091.07c.014-.039.019-.039.034,0C180.226,93.66,180.13,93.727,180.154,93.66Zm-.1.461.015.059a.128.128,0,0,1,0,.069C180.109,94.25,180,94.316,180.051,94.121Zm.02.168c.012.02-.005.174-.029.112C179.968,94.211,180.11,94.29,180.071,94.29Zm.011.364c0,.027-.039.028-.039-.012S180.121,94.654,180.082,94.654Zm.02.23Zm.071.321Zm.017.162c0,.1-.032.014-.06-.045S180.236,95.367,180.191,95.367Zm-.019.124c-.03.032-.084-.153-.018-.059C180.17,95.456,180.178,95.484,180.171,95.491Zm.1.265c-.016-.027.024-.027.039,0C180.347,95.756,180.3,95.8,180.269,95.756Zm.089.156c0,.033-.039.018-.039-.042S180.4,95.913,180.358,95.913Z' transform='translate(-178.058 -87.848)' fill='%23fff'/%3E%3Cpath d='M193.358,90.161c0,.064.095.006.095-.028S193.358,90.1,193.358,90.161Z' transform='translate(-189.481 -88.782)' fill='%23fff'/%3E%3Cpath d='M179.207,104.363c-.24.515.235-.127.092-.127C179.264,104.236,179.207,104.363,179.207,104.363Z' transform='translate(-178.341 -100.207)' fill='%23fff'/%3E%3Cpath d='M183.769,104.562c-.078.2.14.105.069-.016C183.809,104.5,183.792,104.5,183.769,104.562Z' transform='translate(-180.246 -100.381)' fill='%23fff'/%3E%3Cpath d='M178.711,105.287c-.159.3-.242.325-.1.325C178.734,105.612,178.937,105.287,178.711,105.287Z' transform='translate(-178.093 -101)' fill='%23fff'/%3E%3Cpath d='M179.1,105.432c-.3.559.114.2.069-.007C179.156,105.342,179.153,105.342,179.1,105.432Z' transform='translate(-178.281 -101.067)' fill='%23fff'/%3E%3Cpath d='M183.361,105.856Z' transform='translate(-180.078 -101.333)' fill='%23fff'/%3E%3Cpath d='M178.433,106.129a.047.047,0,0,0,.094,0A.047.047,0,1,0,178.433,106.129Z' transform='translate(-178.049 -101.545)' fill='%23fff'/%3E%3Cpath d='M178.816,106.463c-.042.315.205-.141.061-.141C178.831,106.322,178.816,106.463,178.816,106.463Z' transform='translate(-178.205 -101.763)' fill='%23fff'/%3E%3Cpath d='M178.628,107.176c-.038.063.07.062.07,0C178.7,107.083,178.721,107.176,178.628,107.176Z' transform='translate(-178.127 -102.335)' fill='%23fff'/%3E%3Cpath d='M182.631,107.172c0-.063-.109-.063-.07,0C182.653,107.172,182.631,107.265,182.631,107.172Z' transform='translate(-179.751 -102.327)' fill='%23fff'/%3E%3Cpath d='M182.8,107.252c.038.063.133.063.094,0S182.762,107.188,182.8,107.252Z' transform='translate(-179.849 -102.388)' fill='%23fff'/%3E%3Cpath d='M178.6,107.456Z' transform='translate(-178.117 -102.537)' fill='%23fff'/%3E%3Cpath d='M182.766,107.592c0,.055.141.059.141.026S182.766,107.537,182.766,107.592Z' transform='translate(-179.839 -102.655)' fill='%23fff'/%3E%3Cpath d='M182.205,107.95c0,.237.094-.035.045-.066C182.225,107.868,182.205,107.9,182.205,107.95Z' transform='translate(-179.607 -102.914)' fill='%23fff'/%3E%3Cpath d='M177.815,108.089Z' transform='translate(-177.779 -103.026)' fill='%23fff'/%3E%3Cpath d='M178.244,108.744c-.032.126.061.125.061,0S178.275,108.619,178.244,108.744Z' transform='translate(-177.969 -103.499)' fill='%23fff'/%3E%3Cpath d='M182.412,108.926c.082.032.147-.035.029-.028C182.342,108.9,182.412,108.926,182.412,108.926Z' transform='translate(-179.683 -103.645)' fill='%23fff'/%3E%3Cpath d='M182.365,109.145c0,.122.029.127.061,0S182.365,109.019,182.365,109.145Z' transform='translate(-179.673 -103.8)' fill='%23fff'/%3E%3Cpath d='M178.15,109.259c-.036.059.055.112.055.019S178.191,109.192,178.15,109.259Z' transform='translate(-177.929 -103.903)' fill='%23fff'/%3E%3Cpath d='M181.129,109.923c.035.1.063.089.063,0S181.094,109.83,181.129,109.923Z' transform='translate(-179.16 -104.391)' fill='%23fff'/%3E%3Cpath d='M178.066,109.984c-.038.063.071.062.071,0C178.137,109.891,178.159,109.984,178.066,109.984Z' transform='translate(-177.895 -104.444)' fill='%23fff'/%3E%3Cpath d='M181.628,110.312c.035-.056-.218-.056-.184,0C181.538,110.312,181.569,110.407,181.628,110.312Z' transform='translate(-179.292 -104.688)' fill='%23fff'/%3E%3Cpath d='M180.439,110.613c0,.269.35-.048.274-.073C180.517,110.475,180.439,110.488,180.439,110.613Z' transform='translate(-178.878 -104.901)' fill='%23fff'/%3E%3Cpath d='M181.429,110.631c-.126.125.16.389.16.184C181.588,110.721,181.546,110.631,181.429,110.631Z' transform='translate(-179.273 -105.01)' fill='%23fff'/%3E%3Cpath d='M183.174,110.745Z' transform='translate(-180.006 -105.008)' fill='%23fff'/%3E%3Cpath d='M180.76,111.344a.047.047,0,1,0,.094,0A.047.047,0,0,0,180.76,111.344Z' transform='translate(-179.01 -105.463)' fill='%23fff'/%3E%3Cpath d='M178.946,111.78c-.11.806.2-.242.08-.242C178.975,111.538,178.946,111.78,178.946,111.78Z' transform='translate(-178.251 -105.782)' fill='%23fff'/%3E%3Cpath d='M179.35,112.136c.059,0,.068-.518-.028-.518A1.141,1.141,0,0,0,179.35,112.136Z' transform='translate(-178.408 -105.834)' fill='%23fff'/%3E%3Cpath d='M183.168,111.826c0,.062.108.063.07,0S183.168,111.768,183.168,111.826Z' transform='translate(-180.005 -105.824)' fill='%23fff'/%3E%3Cpath d='M179.7,112.4c.073.8.079-.43.232.063.081.261-.08.126-.08.207,0,.1.4-.074.188-.2-.1-.061.015-.386-.118-.337-.1.037-.049-.111-.12-.111A.541.541,0,0,0,179.7,112.4Z' transform='translate(-178.571 -106.19)' fill='%23fff'/%3E%3Cpath d='M183.046,112.091c-.032.053,0,.261.1.188S183.25,112.091,183.046,112.091Z' transform='translate(-179.95 -106.093)' fill='%23fff'/%3E%3Cpath d='M183.649,112.035c0,.033.141.081.141.026C183.79,111.968,183.742,112.035,183.649,112.035Z' transform='translate(-180.204 -105.993)' fill='%23fff'/%3E%3Cpath d='M178.841,112.671Z' transform='translate(-178.217 -106.455)' fill='%23fff'/%3E%3Cpath d='M183.144,112.7c.054.308.145-.064.026-.1C183.142,112.59,183.131,112.633,183.144,112.7Z' transform='translate(-179.993 -106.481)' fill='%23fff'/%3E%3Cpath d='M183.489,112.708a.047.047,0,1,0,.094,0A.047.047,0,1,0,183.489,112.708Z' transform='translate(-180.138 -106.487)' fill='%23fff'/%3E%3Cpath d='M181.671,112.924c-.044.138,0,.185.047.047S181.715,112.786,181.671,112.924Z' transform='translate(-179.379 -106.66)' fill='%23fff'/%3E%3Cpath d='M182.933,112.992Z' transform='translate(-179.907 -106.696)' fill='%23fff'/%3E%3Cpath d='M178.7,113.553c-.009.527.126.575.106.129C178.76,112.616,178.794,113.553,178.7,113.553Z' transform='translate(-178.16 -107.109)' fill='%23fff'/%3E%3Cpath d='M179.958,113.356c0,.058.167.174.207.069C180.232,113.248,180.051,113.356,179.958,113.356Z' transform='translate(-178.679 -107.001)' fill='%23fff'/%3E%3Cpath d='M181.61,113.648c.22-.181-.154-.258-.1-.111C181.6,113.537,181.47,113.764,181.61,113.648Z' transform='translate(-179.318 -107.129)' fill='%23fff'/%3E%3Cpath d='M181.784,113.76c-.259,2.113.127-1.041,0,0Z' transform='translate(-179.396 -107.443)' fill='%23fff'/%3E%3Cpath d='M183.729,113.682c0,.141.172.185.046-.009C183.734,113.61,183.729,113.611,183.729,113.682Z' transform='translate(-180.237 -107.24)' fill='%23fff'/%3E%3Cpath d='M180.118,113.914c0,.235.17-.13.048-.13C180.116,113.784,180.118,113.914,180.118,113.914Z' transform='translate(-178.745 -107.369)' fill='%23fff'/%3E%3Cpath d='M181.579,114.259c-.068-.08-.1-.088-.1-.028C181.575,114.23,181.659,114.353,181.579,114.259Z' transform='translate(-179.309 -107.64)' fill='%23fff'/%3E%3Cpath d='M183.54,114.615c.032.127.106.17.075.047S183.509,114.492,183.54,114.615Z' transform='translate(-180.155 -107.934)' fill='%23fff'/%3E%3Cpath d='M180.285,115.159c.008.155-.009-.178,0,0Z' transform='translate(-178.813 -108.324)' fill='%23fff'/%3E%3Cpath d='M181.729,115.961Z' transform='translate(-179.409 -108.926)' fill='%23fff'/%3E%3Cpath d='M179.4,116.362Z' transform='translate(-178.448 -109.228)' fill='%23fff'/%3E%3Cpath d='M184.13,116.584c0,.093.095.093.095,0S184.13,116.491,184.13,116.584Z' transform='translate(-180.402 -109.398)' fill='%23fff'/%3E%3Cpath d='M184.05,117.009c0,.118.171.14.094,0C184.081,116.894,184.05,116.878,184.05,117.009Z' transform='translate(-180.369 -109.719)' fill='%23fff'/%3E%3Cpath d='M184.046,117.582c-.078.123.029.284.04.21C184.159,117.295,184.139,117.582,184.046,117.582Z' transform='translate(-180.356 -110.204)' fill='%23fff'/%3E%3Cpath d='M179.477,118.111c0,.09.092.148.06.024C179.509,118.026,179.477,118.014,179.477,118.111Z' transform='translate(-178.48 -110.557)' fill='%23fff'/%3E%3Cpath d='M183.328,123.22c0,.064.095.006.095-.028S183.328,123.156,183.328,123.22Z' transform='translate(-180.071 -114.374)' fill='%23fff'/%3E%3Cpath d='M187.34,125.654c0,.2.138-.063.082-.066C187.332,125.583,187.351,125.654,187.34,125.654Z' transform='translate(-184.961 -118.782)' fill='%23fff'/%3E%3C/svg%3E");
}

/* line 160, resources/assets/styles/components/usp-section.scss */

.usp-section.is-animating .usp-section__h3 {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 165, resources/assets/styles/components/usp-section.scss */

.usp-section.is-animating .usp-section__img {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 170, resources/assets/styles/components/usp-section.scss */

.usp-section.is-animating .usp-section__iframe {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 176, resources/assets/styles/components/usp-section.scss */

.usp-section.is-animating .usp-section__usp-title {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 181, resources/assets/styles/components/usp-section.scss */

.usp-section.is-animating .usp-section__usp-text {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/* line 188, resources/assets/styles/components/usp-section.scss */

.usp-section.is-animating .usp-section__usp-repeater--li::before {
  -webkit-transform: translateY(25%) rotate(45deg);
       -o-transform: translateY(25%) rotate(45deg);
          transform: translateY(25%) rotate(45deg);
  opacity: 0;
}

/* line 194, resources/assets/styles/components/usp-section.scss */

.usp-section.is-animating .usp-section__btn {
  -webkit-transform: translateY(25%);
       -o-transform: translateY(25%);
          transform: translateY(25%);
  opacity: 0;
}

/** Import styleguide */

/* line 1, resources/assets/styles/styleguide/_styleguide.scss */

.e-stylesquare {
  padding-top: 100%;
}

/* line 4, resources/assets/styles/styleguide/_styleguide.scss */

.e-stylesquare__child {
  margin-bottom: 25px;
  height: 45px;
}

/* line 11, resources/assets/styles/styleguide/_styleguide.scss */

.e-styleguide__header {
  color: #000 !important;
  font-style: italic;
}

/* line 17, resources/assets/styles/styleguide/_styleguide.scss */

.e-styleguide__column--btn {
  min-height: 3.4375rem;
}


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