

/* Start:/local/templates/html/assets/components-template/catalog-targets/style.css?17543027677120*/
.catalog-targets {
  margin-bottom: 1.2rem;
  position: relative; }
  @media (max-width: 1199px) {
    .catalog-targets {
      margin-bottom: 26px; } }
  .catalog-targets .catalog-targets__link {
    background-color: #ffffff; }
  .catalog-targets__toggle {
    position: absolute;
    right: 0; }
  .catalog-targets__list {
    display: flex;
    overflow: hidden; }
    .catalog-targets__list.active {
      flex-wrap: wrap; }
      .catalog-targets__list.active .catalog-targets__toggle {
        position: static;
        transform: none; }
        .catalog-targets__list.active .catalog-targets__toggle:before {
          display: none; }
      .catalog-targets__list.active .catalog-targets__link {
        opacity: 1; }
    @media (max-width: 1199px) {
      .catalog-targets__list {
        flex-wrap: nowrap;
        overflow: auto;
        padding-bottom: 6px; }
        .catalog-targets__list::-webkit-scrollbar {
          width: 13px;
          height: 13px; }
        .catalog-targets__list::-webkit-scrollbar-thumb {
          background-image: -webkit-linear-gradient(right, transparent, transparent 8px, #000000 8px, #000000 10px, transparent 10px);
          background-image: linear-gradient(to right, transparent, transparent 8px, #000000 8px, #000000 10px, transparent 10px); }
        .catalog-targets__list::-webkit-scrollbar-thumb:hover {
          background-image: -webkit-linear-gradient(right, transparent, transparent 4px, #000 10px, #000 10px, transparent 10px);
          background-image: linear-gradient(to right, transparent, transparent 6px, #000 8px, #000 10px, transparent 10px); }
        .catalog-targets__list::-webkit-scrollbar-thumb:horizontal {
          background-image: -webkit-linear-gradient(bottom, transparent, transparent 8px, #000000 8px, #000000 10px, transparent 10px);
          background-image: linear-gradient(to bottom, transparent, transparent 8px, #000000 8px, #000000 10px, transparent 10px); }
        .catalog-targets__list::-webkit-scrollbar-thumb:horizontal:hover {
          background-image: -webkit-linear-gradient(bottom, transparent, transparent 4px, #000 10px, #000 10px, transparent 10px);
          background-image: linear-gradient(to bottom, transparent, transparent 6px, #000 8px, #000 10px, transparent 10px); } }
  .catalog-targets__link {
    padding: 1.2rem 2.4rem;
    transition: color 0.3s ease, background-color 0.3s ease;
    color: #000;
    margin-right: 2.4rem;
    white-space: nowrap;
    border-radius: 2px;
    position: relative;
    border: 1px solid #D4DBDF;
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.4rem;
    gap: 4px; }
    .catalog-targets__link.invisible {
      opacity: 0; }
    .catalog-targets__link span:last-child {
      font-size: 12px; }
    @media (max-width: 1199px) {
      .catalog-targets__link {
        padding: 5.5px 12px;
        margin-right: 16px;
        margin-bottom: 0px; } }
    @media (min-width: 1024px) {
      .catalog-targets__link:hover {
        cursor: pointer;
        border-color: #000; }
        .catalog-targets__link:hover:before {
          right: 0; } }
    .catalog-targets__link.active {
      box-shadow: inset 0px 0px 0px 1px #000;
      border-color: #000;
      pointer-events: none; }
  .catalog-targets--inner .catalog-targets__list {
    flex-wrap: wrap; }
    @media (max-width: 1199px) {
      .catalog-targets--inner .catalog-targets__list {
        overflow: auto;
        flex-wrap: nowrap; } }
  .catalog-targets__toggle {
    padding: 1.2rem 2.4rem 1.5rem;
    opacity: 0;
    visibility: hidden;
    align-self: flex-start;
    background-color: #fff;
    border: 1px solid #fff; }
    .catalog-targets__toggle:before {
      pointer-events: none;
      position: absolute;
      content: "";
      top: -1px;
      bottom: -1px;
      right: 100%;
      width: 100px;
      background: linear-gradient(270deg, #ffffff 24.51%, rgba(255, 255, 255, 0.734375) 43%, rgba(255, 255, 255, 0) 88.78%); }
    .catalog-targets__toggle.visible {
      opacity: 1;
      visibility: visible; }
      @media (max-width: 1199px) {
        .catalog-targets__toggle.visible {
          display: none; } }
    .catalog-targets__toggle.active .icon {
      transform: rotate(180deg); }
  .catalog-targets--on-image {
    margin-bottom: 1.9rem; }
    .catalog-targets--on-image.visible {
      opacity: 1; }
      @media (max-width: 1199px) {
        .catalog-targets--on-image.visible {
          margin-right: calc(((100vw - 100%) / 2 - var(--scrollWidth) / 2) * -1);
          margin-bottom: 26px; } }
      @media (max-width: 767px) {
        .catalog-targets--on-image.visible {
          margin-right: calc(((100vw - 100%) / 2 ) * -1); } }
    .catalog-targets--on-image .catalog-targets__toggle {
      background-color: transparent;
      border-color: transparent;
      color: #000;
      fill: #000; }
      @media (max-width: 1199px) {
        .catalog-targets--on-image .catalog-targets__toggle {
          display: none; } }
      .catalog-targets--on-image .catalog-targets__toggle .btn--dashed:before, .catalog-targets--on-image .catalog-targets__toggle .btn--dashed:after {
        border-color: #000; }
      .catalog-targets--on-image .catalog-targets__toggle:before {
        display: none; }
    .catalog-targets--on-image .catalog-targets__link {
      background: #FFFFFF;
      backdrop-filter: blur(34px);
      -webkit-backdrop-filter: blur(34px);
      color: #000000; }
      .catalog-targets--on-image .catalog-targets__link.active {
        color: #000;
        background-color: #FFF;
        pointer-events: none; }

.choice_list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px; }
  .choice_list .link-reset {
    margin-top: 8px;
    display: flex;
    align-items: center;
    color: #aaaaaa;
    fill: #aaaaaa; }
    @media (min-width: 1024px) {
      .choice_list .link-reset:hover {
        cursor: pointer;
        color: var(--theme-base-color);
        fill: var(--theme-base-color); } }
    .choice_list .link-reset .icon {
      transition: all 0.3s ease;
      margin-left: 8px; }

.filtered-list__item {
  padding: 4px 8px;
  display: flex;
  align-items: center;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  margin-right: 8px;
  margin-top: 8px; }
  .filtered-list__item span:first-child {
    color: #aaaaaa;
    padding-right: 3px; }
  @media (min-width: 1024px) {
    .filtered-list__item:hover {
      cursor: pointer;
      color: var(--theme-base-color);
      text-decoration: line-through; }
      .filtered-list__item:hover .icon {
        fill: var(--theme-base-color); } }
  .filtered-list__item .icon {
    margin-left: 8px; }

.image-page-header .catalog-targets__link {
  color: #000000; }
  @media (min-width: 768px) {
    .image-page-header .catalog-targets__link:hover {
      cursor: pointer;
      color: #000;
      background-color: #b5d7e3;
      border-color: #fff; } }

.image-page-header .catalog-targets__link.active {
  border-color: #1789A1;
  background-color: #1789A1;
  color: #FFFFFF;
  box-shadow: inset 0px 0px 0px 1px #1789A1; }

/* End */


/* Start:/local/templates/html/assets/components-template/about-hero-image/style.css?17543027671571*/
.hero-image__section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-bottom: 36.5%; }
  .hero-image__section:before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: #000000;
    z-index: 1;
    opacity: 0.3; }
  @media (min-width: 1921px) {
    .hero-image__section {
      padding-bottom: unset;
      height: 900px; } }
  @media (max-width: 767px) {
    .hero-image__section {
      height: 250px; } }
  .hero-image__section .hero-image__wrap {
    position: absolute;
    inset: 0; }
    .hero-image__section .hero-image__wrap .hero-image {
      max-height: 100%;
      min-height: 100%;
      max-width: 100%;
      min-width: 100%;
      object-fit: cover; }
  .hero-image__section .hero-text__wrap {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    z-index: 2; }
    .hero-image__section .hero-text__wrap .hero-name__wrap {
      height: 100%;
      opacity: 0.5; }
      .hero-image__section .hero-text__wrap .hero-name__wrap svg {
        width: 100%;
        height: 33.6rem;
        fill: #FFFFFF; }
        @media (max-width: 999px) {
          .hero-image__section .hero-text__wrap .hero-name__wrap svg {
            height: 64px; } }
    .hero-image__section .hero-text__wrap .hero-slogan {
      color: #FFFFFF;
      opacity: 0.6;
      text-align: right;
      margin-top: 5.7rem; }
      @media (max-width: 999px) {
        .hero-image__section .hero-text__wrap .hero-slogan {
          font-size: 18px;
          text-align: center;
          margin-top: 13px; } }

/* End */


/* Start:/local/templates/html/assets/components-template/about-greeting/style.css?17543027678866*/
.about-greeting__section {
  z-index: 2;
  position: relative; }
  .about-greeting__section .about-greeting__wrap {
    z-index: 2; }
    .about-greeting__section .about-greeting__wrap--top {
      display: flex; }
      @media (max-width: 999px) {
        .about-greeting__section .about-greeting__wrap--top {
          flex-direction: column; } }
      .about-greeting__section .about-greeting__wrap--top .greeting-left {
        flex: 0 0 50%;
        margin-top: -12.4rem; }
        @media (max-width: 999px) {
          .about-greeting__section .about-greeting__wrap--top .greeting-left {
            flex: 0 0 100%;
            margin-top: -43px; } }
        .about-greeting__section .about-greeting__wrap--top .greeting-left__hallo {
          background-color: #1789A1;
          color: #FFFFFF;
          border: 2.4rem solid #FFFFFF;
          width: 75rem;
          position: relative;
          padding: 5.6rem 0 13.3rem 10.3rem; }
          @media (max-width: 999px) {
            .about-greeting__section .about-greeting__wrap--top .greeting-left__hallo {
              width: 100%;
              border: 8px solid #FFFFFF;
              border-bottom: none;
              padding: 28px 24px 20px 16px; } }
          .about-greeting__section .about-greeting__wrap--top .greeting-left__hallo--title {
            font-size: 5.6rem;
            font-weight: 300;
            text-transform: uppercase; }
            @media (max-width: 999px) {
              .about-greeting__section .about-greeting__wrap--top .greeting-left__hallo--title {
                font-size: 36px; } }
          .about-greeting__section .about-greeting__wrap--top .greeting-left__hallo--subtitle {
            margin-top: 5.6rem; }
            @media (max-width: 999px) {
              .about-greeting__section .about-greeting__wrap--top .greeting-left__hallo--subtitle {
                margin-top: 25px; } }
          .about-greeting__section .about-greeting__wrap--top .greeting-left__hallo--logo {
            position: absolute;
            top: 0;
            right: 0; }
            .about-greeting__section .about-greeting__wrap--top .greeting-left__hallo--logo svg {
              fill: #FFFFFF; }
              @media (max-width: 999px) {
                .about-greeting__section .about-greeting__wrap--top .greeting-left__hallo--logo svg {
                  width: 71px;
                  height: 71px; } }
        .about-greeting__section .about-greeting__wrap--top .greeting-left__icemarket {
          background-color: #edf1f5;
          border: 2.4rem solid #FFFFFF;
          padding: 4rem 4.8rem 4rem 14.6rem;
          position: relative;
          width: 75rem;
          margin-left: auto;
          margin-top: -10.1rem; }
          @media (max-width: 999px) {
            .about-greeting__section .about-greeting__wrap--top .greeting-left__icemarket {
              margin-top: 0;
              width: 100%;
              border: none;
              border-left: 8px solid #FFFFFF;
              border-right: 8px solid #FFFFFF;
              padding: 20px 16px; } }
          .about-greeting__section .about-greeting__wrap--top .greeting-left__icemarket--logo {
            position: absolute;
            bottom: 0;
            left: 0; }
            @media (max-width: 999px) {
              .about-greeting__section .about-greeting__wrap--top .greeting-left__icemarket--logo {
                display: none; } }
            .about-greeting__section .about-greeting__wrap--top .greeting-left__icemarket--logo svg {
              fill: #FFFFFF; }
      .about-greeting__section .about-greeting__wrap--top .greeting-right {
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 4.8rem;
        padding: 8.2rem 17.5rem 12.2rem 0; }
        @media (max-width: 999px) {
          .about-greeting__section .about-greeting__wrap--top .greeting-right {
            flex: 0 0 100%;
            padding: 0 8px;
            gap: 24px;
            margin-top: 24px; } }
    .about-greeting__section .about-greeting__wrap--bottom {
      display: flex; }
      @media (max-width: 999px) {
        .about-greeting__section .about-greeting__wrap--bottom {
          flex-direction: column; } }
      .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__left {
        flex: 0 0 50%;
        padding: 5rem 2.2rem; }
        @media (max-width: 999px) {
          .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__left {
            padding: 0 8px;
            margin-top: 24px; } }
        .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__left--items .company-utp__item {
          display: flex;
          gap: 7.7rem;
          align-items: center;
          justify-content: flex-start;
          padding-bottom: 0;
          padding-top: 2.2rem; }
          @media (max-width: 999px) {
            .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__left--items .company-utp__item {
              gap: 12px;
              padding-top: 16px; } }
          .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__left--items .company-utp__item:not(:last-child) {
            border-bottom: 1px solid #edf1f5;
            padding: 2.2rem 0; }
            @media (max-width: 999px) {
              .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__left--items .company-utp__item:not(:last-child) {
                padding: 16px 0; } }
          @media (max-width: 999px) {
            .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__left--items .company-utp__item--icon svg {
              min-width: 48px;
              min-height: 48px; } }
          .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__left--items .company-utp__item--text {
            max-width: 55.8rem; }
            @media (max-width: 999px) {
              .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__left--items .company-utp__item--text {
                max-width: none; } }
      .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right {
        flex: 0 0 50%; }
        @media (max-width: 999px) {
          .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right {
            flex: 0 0 100%;
            margin-top: 24px; } }
        .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--image {
          width: 84%;
          margin-left: auto;
          position: relative;
          overflow: hidden;
          padding-bottom: 56%; }
          @media (max-width: 999px) {
            .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--image {
              margin-left: -20px;
              margin-right: -20px;
              width: auto; } }
          @media (max-width: 575px) {
            .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--image {
              margin-left: -16px;
              margin-right: -16px; } }
          .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--image .office-image-wrap {
            position: absolute;
            inset: 0; }
            .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--image .office-image-wrap img {
              min-width: 100%;
              min-height: 100%;
              max-width: 100%;
              max-height: 100%;
              object-fit: cover; }
        .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--slogan {
          border-top: 2.4rem solid #FFFFFF;
          border-right: 2.4rem solid #FFFFFF;
          background-color: #edf1f5;
          position: relative;
          padding: 4rem 14.6rem 4rem 4.8rem;
          max-width: 72.7rem;
          margin-top: -13.9rem; }
          @media (max-width: 999px) {
            .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--slogan {
              max-width: none;
              width: 100%;
              margin-top: -43px;
              border-top: 8px solid #FFFFFF;
              border-right: 8px solid #FFFFFF;
              border-left: 8px solid #FFFFFF;
              padding: 20px 16px; } }
          .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--slogan .slogan-icon {
            position: absolute;
            bottom: 0;
            right: 0; }
            @media (max-width: 999px) {
              .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--slogan .slogan-icon {
                display: none; } }
            .about-greeting__section .about-greeting__wrap--bottom .greeting-bottom__right--slogan .slogan-icon svg {
              fill: #FFFFFF; }

/* End */


/* Start:/local/templates/html/assets/components-template/about-work-with-us/style.css?17543027674315*/
.work-with-us__section {
  margin-top: 6.8rem; }
  @media (max-width: 999px) {
    .work-with-us__section {
      margin-top: 60px; } }
  .work-with-us__section .presection_block {
    max-width: 55rem; }
    @media (max-width: 999px) {
      .work-with-us__section .presection_block {
        max-width: 50%; } }
    @media (max-width: 767px) {
      .work-with-us__section .presection_block {
        max-width: none; } }
  .work-with-us__section .about-features {
    padding: 18rem 0;
    position: relative; }
    @media (max-width: 1199px) {
      .work-with-us__section .about-features {
        padding: 40px 0; } }
    @media (max-width: 1099px) {
      .work-with-us__section .about-features {
        padding: 0; } }
    .work-with-us__section .about-features__grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr; }
      @media (max-width: 1099px) {
        .work-with-us__section .about-features__grid {
          grid-template-columns: 1fr 1fr; } }
      @media (max-width: 575px) {
        .work-with-us__section .about-features__grid {
          grid-template-columns: 1fr;
          grid-template-rows: auto; } }
    .work-with-us__section .about-features__top-image {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      width: 84.8rem; }
      @media (max-width: 1099px) {
        .work-with-us__section .about-features__top-image {
          display: none; } }
    .work-with-us__section .about-features__bottom-image {
      position: absolute;
      bottom: 0;
      right: 1px;
      z-index: -1;
      width: 84.8rem;
      padding-bottom: 29%; }
      @media (max-width: 1099px) {
        .work-with-us__section .about-features__bottom-image {
          display: none; } }
      .work-with-us__section .about-features__bottom-image span {
        position: absolute;
        inset: 0; }
        .work-with-us__section .about-features__bottom-image span img {
          min-width: 100%;
          min-height: 100%;
          max-width: 100%;
          max-height: 100%;
          object-fit: cover; }
    .work-with-us__section .about-features__card {
      border: 1px solid #D4DBDF;
      background-color: #FFFFFF;
      padding: 3.6rem 3.6rem 4.6rem 6.8rem; }
      @media (max-width: 1199px) {
        .work-with-us__section .about-features__card {
          padding: 24px 16px; } }
      .work-with-us__section .about-features__card:nth-of-type(1) {
        grid-column: 2/3;
        grid-row: 1/2; }
      .work-with-us__section .about-features__card:nth-child(2) {
        grid-column: 3/4;
        grid-row: 1/2;
        margin-left: -1px; }
      .work-with-us__section .about-features__card:nth-child(3) {
        grid-column: 1/2;
        grid-row: 2/3;
        margin-top: -1px; }
      .work-with-us__section .about-features__card:nth-child(4) {
        grid-column: 2/3;
        grid-row: 2/3;
        margin-top: -1px;
        margin-left: -1px; }
      @media (max-width: 1099px) {
        .work-with-us__section .about-features__card:nth-child(1), .work-with-us__section .about-features__card:nth-child(2), .work-with-us__section .about-features__card:nth-child(3), .work-with-us__section .about-features__card:nth-child(4) {
          grid-column: auto;
          grid-row: auto; } }
      @media (max-width: 575px) {
        .work-with-us__section .about-features__card:nth-child(1), .work-with-us__section .about-features__card:nth-child(2), .work-with-us__section .about-features__card:nth-child(3), .work-with-us__section .about-features__card:nth-child(4) {
          margin: 0;
          margin-top: -1px; } }
      .work-with-us__section .about-features__card--heading {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        .work-with-us__section .about-features__card--heading .feature-card__title {
          text-transform: uppercase;
          font-weight: 600; }
        .work-with-us__section .about-features__card--heading .feature-card__icon .icon {
          min-width: 44px;
          min-height: 44px; }
      .work-with-us__section .about-features__card--descr {
        margin-top: 2rem; }
        @media (max-width: 575px) {
          .work-with-us__section .about-features__card--descr {
            margin-top: 20px; } }

/* End */


/* Start:/local/templates/html/assets/components-template/about-digits/style.css?17543027671745*/
@media (max-width: 1099px) {
  .about-digits__section {
    margin-top: 60px; } }

.about-digits__section .postsection_descr {
  max-width: 84.2rem;
  margin: 4.8rem 0; }
  @media (max-width: 767px) {
    .about-digits__section .postsection_descr {
      max-width: none;
      margin: 24px 0; } }

.about-digits__section .about-digits__items {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem; }
  @media (max-width: 999px) {
    .about-digits__section .about-digits__items {
      row-gap: 24px;
      column-gap: 16px; } }
  @media (max-width: 575px) {
    .about-digits__section .about-digits__items {
      justify-content: space-between; } }
  .about-digits__section .about-digits__items--item {
    flex: 0 0 25.6rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.4rem; }
    @media (max-width: 1199px) {
      .about-digits__section .about-digits__items--item {
        flex: 0 0 156px;
        gap: 16px; } }
    .about-digits__section .about-digits__items--item .item-heading {
      display: flex;
      align-items: flex-end;
      gap: 1rem; }
      .about-digits__section .about-digits__items--item .item-heading__digit {
        line-height: 1; }
        .about-digits__section .about-digits__items--item .item-heading__digit.square-digit {
          position: relative;
          margin-right: 1.6rem; }
          .about-digits__section .about-digits__items--item .item-heading__digit.square-digit:before {
            content: '2';
            position: absolute;
            top: 0;
            right: 0;
            font-size: 2.4rem;
            transform: translateX(115%); }
      .about-digits__section .about-digits__items--item .item-heading__symbol {
        line-height: 1; }

/* End */


/* Start:/local/templates/html/assets/components-template/about-history/style.css?17543027679538*/
.about-history__section {
  margin-top: 12rem; }
  @media (max-width: 999px) {
    .about-history__section {
      margin-top: 60px; } }
  .about-history__section--background {
    background-color: #1789A1;
    color: #FFFFFF;
    position: relative;
    height: 59.3rem;
    padding: 12rem 0; }
    @media (max-width: 999px) {
      .about-history__section--background {
        height: 700px;
        padding-bottom: 80px;
        padding-top: 280px; } }
    @media (max-width: 575px) {
      .about-history__section--background {
        height: 434px;
        padding-bottom: 88px;
        padding-top: 146px; } }
    .about-history__section--background .history-background__content {
      position: relative;
      z-index: 2;
      height: 100%; }
      .about-history__section--background .history-background__content .container {
        height: 100%; }
      .about-history__section--background .history-background__content .history-content__wrap {
        border-bottom: 2px solid #FFFFFF;
        height: 100%;
        position: relative; }
        .about-history__section--background .history-background__content .history-content__wrap .history-timeline {
          display: flex;
          user-select: none;
          height: 100%;
          position: relative; }
          @media (max-width: 575px) {
            .about-history__section--background .history-background__content .history-content__wrap .history-timeline {
              margin-right: -16px; } }
          .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider {
            flex: 1; }
            .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider:not(.is-initialized) .splide__track {
              display: none; }
            .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__arrows {
              opacity: 1;
              pointer-events: auto;
              display: flex;
              position: absolute;
              bottom: 0;
              right: 0;
              transform: translateY(calc(100% + 1.2rem));
              gap: 1.7rem;
              z-index: 5; }
              @media (max-width: 999px) {
                .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__arrows {
                  transform: translateY(calc(100% + 24px));
                  gap: 24px;
                  right: unset;
                  left: 0; } }
              .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__arrows .splide__arrow {
                position: static;
                transform: translate(0, 0); }
                @media (max-width: 999px) {
                  .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__arrows .splide__arrow {
                    width: 40px;
                    height: 40px; }
                    .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__arrows .splide__arrow .icon {
                      min-width: 20px;
                      min-height: 20px; } }
            .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide {
              padding-top: 1.2rem;
              border-top: 2px solid #FFFFFF; }
              @media (max-width: 575px) {
                .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide {
                  padding-top: 6px;
                  width: 80px;
                  display: flex;
                  justify-content: center; } }
              .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide .history-year__item {
                color: #FFFFFF;
                transition: all 0.3s ease; }
              .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide:before {
                content: '';
                width: 100%;
                height: 6px;
                background-color: #000000;
                position: absolute;
                top: 0;
                left: 0;
                overflow: visible;
                z-index: 2;
                transform: translateY(-30%);
                opacity: 0;
                transition: all 0.3s ease; }
                @media (max-width: 999px) {
                  .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide:before {
                    background-color: #FFFFFF; } }
              .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide.is-active:before {
                opacity: 1; }
              .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide.is-active .history-year__item {
                font-size: 4.2rem;
                line-height: 130%; }
                @media (max-width: 999px) {
                  .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide.is-active .history-year__item {
                    font-size: 28px; } }
              .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide.dark-text .history-year__item {
                color: #000000; }
                @media (max-width: 999px) {
                  .about-history__section--background .history-background__content .history-content__wrap .history-timeline .about-history-slider .splide__slide.dark-text .history-year__item {
                    color: #FFFFFF; } }
        .about-history__section--background .history-background__content .history-content__wrap .slide-content__items {
          position: absolute;
          top: 50%;
          left: 0;
          right: 0;
          transform: translate(0, -50%); }
          @media (max-width: 575px) {
            .about-history__section--background .history-background__content .history-content__wrap .slide-content__items {
              top: 68%; } }
          .about-history__section--background .history-background__content .history-content__wrap .slide-content__items .slide-content__items--item {
            position: absolute;
            width: 55rem;
            top: 50%;
            left: 0;
            transform: translate(0, -50%) scale(0.5);
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease; }
            @media (max-width: 999px) {
              .about-history__section--background .history-background__content .history-content__wrap .slide-content__items .slide-content__items--item {
                width: 100%; } }
            .about-history__section--background .history-background__content .history-content__wrap .slide-content__items .slide-content__items--item .slide-content__title {
              text-transform: uppercase;
              font-weight: 600; }
            .about-history__section--background .history-background__content .history-content__wrap .slide-content__items .slide-content__items--item .slide-content__descr {
              margin-top: 1.2rem; }
            .about-history__section--background .history-background__content .history-content__wrap .slide-content__items .slide-content__items--item.active {
              opacity: 1;
              visibility: visible;
              transform: translate(0, -50%) scale(1); }
        .about-history__section--background .history-background__content .history-content__wrap .history-slogan {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translate(2.4rem, calc(100% + 1.2rem)); }
          @media (max-width: 999px) {
            .about-history__section--background .history-background__content .history-content__wrap .history-slogan {
              display: none; } }
          .about-history__section--background .history-background__content .history-content__wrap .history-slogan__text {
            color: #FFFFFF; }
    .about-history__section--background .history-background__image {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 50%; }
      @media (max-width: 999px) {
        .about-history__section--background .history-background__image {
          top: unset;
          left: 0;
          right: 0;
          bottom: 50%;
          height: 50%; } }
      .about-history__section--background .history-background__image .about-slider__image {
        position: absolute;
        inset: 0; }
        .about-history__section--background .history-background__image .about-slider__image img {
          min-width: 100%;
          min-height: 100%;
          max-width: 100%;
          max-height: 100%;
          object-fit: cover; }

/* End */


/* Start:/local/templates/html/assets/components-template/index-news/style.css?1754302767804*/
.news-slider-section .section-bg {
  padding: 2rem 0;
  width: 100%; }
  @media (max-width: 575px) {
    .news-slider-section .section-bg .container {
      padding: 0; } }

@media (max-width: 575px) {
  .news-slider-section .index-news-slider-wrap .index-news-slider .splide__track {
    padding-left: 8px !important; } }

@media (max-width: 575px) {
  .news-slider-section .index-news-slider-wrap .index-news-slider .linear-pagination {
    padding: 0 20px;
    background-color: transparent; } }

.news-slider-section .index-news-slider-wrap .js-index-slider:not(.is-initialized) .index-news-item {
  width: 41rem;
  margin-right: 2.4rem; }
  @media (max-width: 1199px) {
    .news-slider-section .index-news-slider-wrap .js-index-slider:not(.is-initialized) .index-news-item {
      width: auto; } }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__info-card/style.css?17562838472216*/
.info-card {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: all .3s ease;
  border: 1px solid #d4dbdf;
  background-color: #fff; }
  .info-card .link-full {
    position: absolute;
    inset: 0; }
  @media (max-width: 1199px) {
    .info-card {
      height: 100%; } }
  @media (max-width: 575px) {
    .info-card {
      width: 288px; } }
  @media (min-width: 1200px) {
    .info-card:hover {
      cursor: pointer;
      background-color: #b5d7e3; } }
  .info-card__top {
    width: 100%; }
    .info-card__top--image {
      position: relative;
      margin-bottom: 1.6rem;
      padding-bottom: 76%; }
      @media (max-width: 999px) {
        .info-card__top--image {
          margin-bottom: 16px; } }
      .info-card__top--image .splide-image-wrapper {
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        inset: 0; }
        .info-card__top--image .splide-image-wrapper img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
    .info-card__top--title {
      height: 5.2rem;
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
      padding: 0 12px;
      text-align: start;
      text-overflow: ellipsis;
      font-weight: 600;
      -webkit-line-clamp: 2;
      margin-bottom: 2.4rem; }
      @media (max-width: 1199px) {
        .info-card__top--title {
          height: 42px;
          margin-bottom: 24px; } }
      .info-card__top--title span {
        font-weight: 600; }
      .info-card__top--title .promo-mark {
        margin-right: 5px; }
  .info-card__bottom {
    width: 100%;
    display: flex;
    flex: 1 0 auto;
    justify-content: flex-start;
    margin-bottom: 12px; }
    .info-card__bottom--description {
      display: -webkit-box;
      overflow: hidden;
      -webkit-box-orient: vertical;
      margin-bottom: 1.5rem;
      padding: 0 12px;
      text-align: start;
      text-overflow: ellipsis;
      color: rgba(0, 0, 0, 0.5);
      -webkit-line-clamp: 3; }
      @media (max-width: 1199px) {
        .info-card__bottom--description {
          margin-bottom: 16px; } }

/* End */


/* Start:/local/templates/html/assets/components-template/index-projects/style.css?175430276792187*/
.projects-slider-section {
  position: relative; }
  .projects-slider-section .pattern-bg-left,
  .projects-slider-section .pattern-bg-right {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    z-index: -1; }
  .projects-slider-section .pattern-bg-left {
    left: 0;
    width: 80rem;
    height: 110rem;
    background-image: url("data:image/svg+xml,%3Csvg width='753' height='1129' viewBox='0 0 753 1129' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_7402_51867' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='-538' y='0' width='1291' height='1129'%3E%3Crect x='-538' width='1290.52' height='1129' fill='url(%23paint0_radial_7402_51867)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7402_51867)'%3E%3Cpath d='M429.84 338.282H421.775V339.905H429.84V338.282Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 395.734V393.462L421.775 401.577V403.849L429.84 395.734Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 500.576H421.775V502.199H429.84V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 450.103V447.993L421.775 455.621V457.731L429.84 450.103Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 558.029V555.757L421.775 563.872V566.144L429.84 558.029Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.775 617.914V620.024L429.84 612.396V610.286L421.775 617.914Z' fill='%23EDF1F5'/%3E%3Cpath d='M298.225 363.6H300.483L308.386 355.648L316.289 363.6H318.547L308.386 353.376L298.225 363.6Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.771 338.282H388.545V339.905H421.771V338.282Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 338.282V339.905H290.16V324.649H288.547V338.282H260.482Z' fill='%23EDF1F5'/%3E%3Cpath d='M343.872 355.323L345.001 354.187L320.969 329.843L326.13 324.649H323.872L318.711 329.843L343.872 355.323Z' fill='%23EDF1F5'/%3E%3Cpath d='M379.355 327.734H352.258V329.357H379.355V327.734Z' fill='%23EDF1F5'/%3E%3Cpath d='M298.225 525.894H300.483L308.386 517.942L316.289 525.894H318.547L308.386 515.67L298.225 525.894Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.774 403.848V401.576L416.451 406.932L417.58 408.068L421.774 403.848Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.771 500.576H388.545V502.199H421.771V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M318.387 461.79L362.258 428.195L391.936 485.972L421.775 457.733V455.623L392.42 483.375L362.903 425.761L318.387 459.68L319.354 460.816L318.387 461.79Z' fill='%23EDF1F5'/%3E%3Cpath d='M322.422 378.854H320.809V432.087H322.422V378.854Z' fill='%23EDF1F5'/%3E%3Cpath d='M400.161 447.832V367.172H349.516V368.795H398.548V447.832H400.161Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 401.576V403.848L300.483 363.6H298.225L260.482 401.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.068 410.665L364.197 409.529L318.551 363.6H316.293L363.068 410.665Z' fill='%23EDF1F5'/%3E%3Cpath d='M288.547 500.576H260.482V502.199H290.16V444.747H288.547V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M355.324 455.297L318.711 492.138L343.872 517.618L345.001 516.482L320.969 492.138L356.453 456.433L355.324 455.297Z' fill='%23EDF1F5'/%3E%3Cpath d='M379.355 490.028H352.258V491.651H379.355V490.028Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.024 378.281L375.137 391.249L376.277 392.397L389.165 379.429L388.024 378.281Z' fill='%23EDF1F5'/%3E%3Cpath d='M285.314 391.331L284.174 392.479L305.387 413.823L306.527 412.676L285.314 391.331Z' fill='%23EDF1F5'/%3E%3Cpath d='M289.515 430.304L318.225 461.789H318.386L319.354 460.816L318.386 459.68L289.515 428.032L260.482 455.622V457.732L289.515 430.304Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.774 566.143V563.871L416.451 569.227L417.58 570.363L421.774 566.143Z' fill='%23EDF1F5'/%3E%3Cpath d='M392.42 645.668L362.903 588.054L318.387 621.973L319.354 623.109L318.387 624.083L362.258 590.488L391.936 648.265L421.775 620.026V617.916L392.42 645.668Z' fill='%23EDF1F5'/%3E%3Cpath d='M322.422 541.149H320.809V594.382H322.422V541.149Z' fill='%23EDF1F5'/%3E%3Cpath d='M400.161 610.126V529.466H349.516V531.089H398.548V610.126H400.161Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.068 572.96L364.197 571.824L318.551 525.895H316.293L363.068 572.96Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 563.871V566.143L300.483 525.895H298.225L260.482 563.871Z' fill='%23EDF1F5'/%3E%3Cpath d='M290.162 607.041H288.549V649.237H290.162V607.041Z' fill='%23EDF1F5'/%3E%3Cpath d='M355.321 617.59L323.869 649.237H326.127L356.45 618.726L355.321 617.59Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.024 540.575L375.137 553.543L376.277 554.691L389.165 541.723L388.024 540.575Z' fill='%23EDF1F5'/%3E%3Cpath d='M285.314 553.624L284.174 554.771L305.387 576.116L306.528 574.969L285.314 553.624Z' fill='%23EDF1F5'/%3E%3Cpath d='M318.386 621.972L289.515 590.325L260.482 617.915V620.025L289.515 592.597L318.225 624.082H318.386L319.354 623.109L318.386 621.972Z' fill='%23EDF1F5'/%3E%3Cpath d='M139.194 363.6L147.097 355.648L155 363.6H157.258L147.097 353.376L136.936 363.6H139.194Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 338.282H227.256V339.905H260.482V338.282Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.869 339.905V324.649H127.256V338.282H107.256V339.905H128.869Z' fill='%23EDF1F5'/%3E%3Cpath d='M182.583 355.323L183.712 354.187L159.68 329.843L164.841 324.649H162.583L157.422 329.843L182.583 355.323Z' fill='%23EDF1F5'/%3E%3Cpath d='M218.066 327.734H190.969V329.357H218.066V327.734Z' fill='%23EDF1F5'/%3E%3Cpath d='M136.936 525.894H139.194L147.097 517.942L155 525.894H157.258L147.097 515.67L136.936 525.894Z' fill='%23EDF1F5'/%3E%3Cpath d='M255.16 406.932L256.289 408.068L260.483 403.848V401.576L255.16 406.932Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 500.576H227.256V502.199H260.482V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M157.098 461.79L200.969 428.195L230.647 485.972L260.486 457.733V455.623L231.131 483.375L201.614 425.761L157.098 459.68L158.065 460.816L157.098 461.79Z' fill='%23EDF1F5'/%3E%3Cpath d='M161.129 378.854H159.516V432.087H161.129V378.854Z' fill='%23EDF1F5'/%3E%3Cpath d='M237.257 447.832H238.87V367.172H188.225V368.795H237.257V447.832Z' fill='%23EDF1F5'/%3E%3Cpath d='M201.773 410.665L202.902 409.529L157.256 363.6H154.998L201.773 410.665Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 393.462V395.734L139.192 363.6H136.934L107.256 393.462Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.869 502.199V444.747H127.256V500.576H107.256V502.199H128.869Z' fill='%23EDF1F5'/%3E%3Cpath d='M194.035 455.297L157.422 492.138L182.583 517.618L183.712 516.482L159.68 492.138L195.164 456.433L194.035 455.297Z' fill='%23EDF1F5'/%3E%3Cpath d='M218.066 490.028H190.969V491.651H218.066V490.028Z' fill='%23EDF1F5'/%3E%3Cpath d='M226.737 378.281L213.85 391.249L214.99 392.397L227.878 379.429L226.737 378.281Z' fill='%23EDF1F5'/%3E%3Cpath d='M124.023 391.33L122.883 392.478L144.096 413.823L145.236 412.675L124.023 391.33Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 450.104L128.224 430.304L156.934 461.789H157.095L158.063 460.816L157.095 459.68L128.224 428.032L107.256 447.994V450.104Z' fill='%23EDF1F5'/%3E%3Cpath d='M255.16 569.227L256.289 570.363L260.483 566.143V563.871L255.16 569.227Z' fill='%23EDF1F5'/%3E%3Cpath d='M231.131 645.668L201.614 588.054L157.098 621.973L158.065 623.109L157.098 624.083L200.969 590.488L230.647 648.265L260.486 620.026V617.916L231.131 645.668Z' fill='%23EDF1F5'/%3E%3Cpath d='M161.129 541.149H159.516V594.382H161.129V541.149Z' fill='%23EDF1F5'/%3E%3Cpath d='M238.87 610.126V529.466H188.225V531.089H237.257V610.126H238.87Z' fill='%23EDF1F5'/%3E%3Cpath d='M201.773 572.96L202.902 571.824L157.256 525.895H154.998L201.773 572.96Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 555.757V558.029L139.192 525.895H136.934L107.256 555.757Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.871 607.041H127.258V649.237H128.871V607.041Z' fill='%23EDF1F5'/%3E%3Cpath d='M194.034 617.59L162.582 649.237H164.84L195.163 618.726L194.034 617.59Z' fill='%23EDF1F5'/%3E%3Cpath d='M226.731 540.574L213.844 553.542L214.984 554.69L227.872 541.722L226.731 540.574Z' fill='%23EDF1F5'/%3E%3Cpath d='M124.023 553.623L122.883 554.771L144.096 576.116L145.236 574.968L124.023 553.623Z' fill='%23EDF1F5'/%3E%3Cpath d='M157.095 621.972L128.224 590.325L107.256 610.287V612.397L128.224 592.597L156.934 624.082H157.095L158.063 623.109L157.095 621.972Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 338.282H744.355V339.905H752.42V338.282Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 395.734V393.462L744.355 401.577V403.849L752.42 395.734Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 500.576H744.355V502.199H752.42V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 450.103V447.993L744.355 455.621V457.731L752.42 450.103Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 558.029V555.757L744.355 563.872V566.144L752.42 558.029Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.355 617.914V620.024L752.42 612.396V610.286L744.355 617.914Z' fill='%23EDF1F5'/%3E%3Cpath d='M620.811 363.6H623.069L630.972 355.648L638.875 363.6H641.133L630.972 353.376L620.811 363.6Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.357 338.282H711.131V339.905H744.357V338.282Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 338.282V339.905H612.742V324.649H611.129V338.282H583.064Z' fill='%23EDF1F5'/%3E%3Cpath d='M666.456 355.323L667.585 354.187L643.553 329.843L648.714 324.649H646.456L641.295 329.843L666.456 355.323Z' fill='%23EDF1F5'/%3E%3Cpath d='M701.943 327.734H674.846V329.357H701.943V327.734Z' fill='%23EDF1F5'/%3E%3Cpath d='M620.811 525.894H623.069L630.972 517.942L638.875 525.894H641.133L630.972 515.67L620.811 525.894Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.358 403.848V401.576L739.035 406.932L740.164 408.068L744.358 403.848Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.357 500.576H711.131V502.199H744.357V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M640.973 461.79L684.844 428.195L714.522 485.972L744.361 457.733V455.623L715.006 483.375L685.489 425.761L640.973 459.68L641.94 460.816L640.973 461.79Z' fill='%23EDF1F5'/%3E%3Cpath d='M645.002 378.854H643.389V432.087H645.002V378.854Z' fill='%23EDF1F5'/%3E%3Cpath d='M722.745 447.832V367.172H672.1V368.795H721.132V447.832H722.745Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 401.576V403.848L623.065 363.6H620.807L583.064 401.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M685.648 410.665L686.777 409.529L641.131 363.6H638.873L685.648 410.665Z' fill='%23EDF1F5'/%3E%3Cpath d='M611.129 500.576H583.064V502.199H612.742V444.747H611.129V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M677.908 455.297L641.295 492.138L666.456 517.618L667.585 516.482L643.553 492.138L679.037 456.433L677.908 455.297Z' fill='%23EDF1F5'/%3E%3Cpath d='M701.943 490.028H674.846V491.651H701.943V490.028Z' fill='%23EDF1F5'/%3E%3Cpath d='M710.604 378.281L697.717 391.249L698.857 392.397L711.745 379.429L710.604 378.281Z' fill='%23EDF1F5'/%3E%3Cpath d='M607.9 391.331L606.76 392.479L627.973 413.823L629.113 412.676L607.9 391.331Z' fill='%23EDF1F5'/%3E%3Cpath d='M612.097 430.304L640.807 461.789H640.968L641.936 460.816L640.968 459.68L612.097 428.032L583.064 455.622V457.732L612.097 430.304Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.358 566.143V563.871L739.035 569.227L740.164 570.363L744.358 566.143Z' fill='%23EDF1F5'/%3E%3Cpath d='M715.006 645.668L685.489 588.054L640.973 621.973L641.94 623.109L640.973 624.083L684.844 590.488L714.522 648.265L744.361 620.026V617.916L715.006 645.668Z' fill='%23EDF1F5'/%3E%3Cpath d='M645.002 541.149H643.389V594.382H645.002V541.149Z' fill='%23EDF1F5'/%3E%3Cpath d='M722.745 610.126V529.466H672.1V531.089H721.132V610.126H722.745Z' fill='%23EDF1F5'/%3E%3Cpath d='M685.648 572.96L686.777 571.824L641.131 525.895H638.873L685.648 572.96Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 563.871V566.143L623.065 525.895H620.807L583.064 563.871Z' fill='%23EDF1F5'/%3E%3Cpath d='M612.746 607.041H611.133V649.237H612.746V607.041Z' fill='%23EDF1F5'/%3E%3Cpath d='M677.905 617.59L646.453 649.237H648.711L679.034 618.726L677.905 617.59Z' fill='%23EDF1F5'/%3E%3Cpath d='M710.604 540.575L697.717 553.543L698.857 554.691L711.745 541.723L710.604 540.575Z' fill='%23EDF1F5'/%3E%3Cpath d='M607.896 553.624L606.756 554.771L627.969 576.116L629.11 574.969L607.896 553.624Z' fill='%23EDF1F5'/%3E%3Cpath d='M640.968 621.972L612.097 590.325L583.064 617.915V620.025L612.097 592.597L640.807 624.082H640.968L641.936 623.109L640.968 621.972Z' fill='%23EDF1F5'/%3E%3Cpath d='M461.778 363.6L469.681 355.648L477.584 363.6H479.842L469.681 353.376L459.52 363.6H461.778Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 338.282H549.838V339.905H583.064V338.282Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.453 339.905V324.649H449.84V338.282H429.84V339.905H451.453Z' fill='%23EDF1F5'/%3E%3Cpath d='M505.161 355.323L506.291 354.187L482.258 329.843L487.419 324.649H485.161L480 329.843L505.161 355.323Z' fill='%23EDF1F5'/%3E%3Cpath d='M540.65 327.734H513.553V329.357H540.65V327.734Z' fill='%23EDF1F5'/%3E%3Cpath d='M459.52 525.894H461.778L469.681 517.942L477.584 525.894H479.842L469.681 515.67L459.52 525.894Z' fill='%23EDF1F5'/%3E%3Cpath d='M577.74 406.932L578.869 408.068L583.063 403.848V401.576L577.74 406.932Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 500.576H549.838V502.199H583.064V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M479.682 461.79L523.553 428.195L553.231 485.972L583.07 457.733V455.623L553.715 483.375L524.198 425.761L479.682 459.68L480.649 460.816L479.682 461.79Z' fill='%23EDF1F5'/%3E%3Cpath d='M483.707 378.854H482.094V432.087H483.707V378.854Z' fill='%23EDF1F5'/%3E%3Cpath d='M559.841 447.832H561.454V367.172H510.809V368.795H559.841V447.832Z' fill='%23EDF1F5'/%3E%3Cpath d='M524.355 410.665L525.484 409.529L479.838 363.6H477.58L524.355 410.665Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 393.462V395.734L461.776 363.6H459.518L429.84 393.462Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.453 502.199V444.747H449.84V500.576H429.84V502.199H451.453Z' fill='%23EDF1F5'/%3E%3Cpath d='M516.613 455.297L480 492.138L505.161 517.618L506.291 516.482L482.258 492.138L517.742 456.433L516.613 455.297Z' fill='%23EDF1F5'/%3E%3Cpath d='M540.65 490.028H513.553V491.651H540.65V490.028Z' fill='%23EDF1F5'/%3E%3Cpath d='M549.317 378.281L536.43 391.249L537.57 392.397L550.458 379.429L549.317 378.281Z' fill='%23EDF1F5'/%3E%3Cpath d='M446.611 391.33L445.471 392.478L466.684 413.823L467.824 412.675L446.611 391.33Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 450.104L450.808 430.304L479.518 461.789H479.679L480.647 460.816L479.679 459.68L450.808 428.032L429.84 447.994V450.104Z' fill='%23EDF1F5'/%3E%3Cpath d='M577.74 569.227L578.869 570.363L583.063 566.143V563.871L577.74 569.227Z' fill='%23EDF1F5'/%3E%3Cpath d='M553.715 645.668L524.198 588.054L479.682 621.973L480.649 623.109L479.682 624.083L523.553 590.488L553.231 648.265L583.07 620.026V617.916L553.715 645.668Z' fill='%23EDF1F5'/%3E%3Cpath d='M483.707 541.149H482.094V594.382H483.707V541.149Z' fill='%23EDF1F5'/%3E%3Cpath d='M561.454 610.126V529.466H510.809V531.089H559.841V610.126H561.454Z' fill='%23EDF1F5'/%3E%3Cpath d='M524.355 572.96L525.484 571.824L479.838 525.895H477.58L524.355 572.96Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 555.757V558.029L461.776 525.895H459.518L429.84 555.757Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.451 607.041H449.838V649.237H451.451V607.041Z' fill='%23EDF1F5'/%3E%3Cpath d='M516.616 617.59L485.164 649.237H487.422L517.745 618.726L516.616 617.59Z' fill='%23EDF1F5'/%3E%3Cpath d='M549.317 540.574L536.43 553.542L537.57 554.69L550.458 541.722L549.317 540.574Z' fill='%23EDF1F5'/%3E%3Cpath d='M446.607 553.623L445.467 554.771L466.68 576.116L467.82 574.968L446.607 553.623Z' fill='%23EDF1F5'/%3E%3Cpath d='M479.679 621.972L450.808 590.325L429.84 610.287V612.397L450.808 592.597L479.518 624.082H479.679L480.647 623.109L479.679 621.972Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 13.6943H421.775V15.3173H429.84V13.6943Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 71.1461V68.874L421.775 76.9887V79.2608L429.84 71.1461Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 175.989H421.775V177.612H429.84V175.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 125.515V123.405L421.775 131.033V133.143L429.84 125.515Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 233.441V231.169L421.775 239.284V241.556L429.84 233.441Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.775 293.327V295.437L429.84 287.809V285.699L421.775 293.327Z' fill='%23EDF1F5'/%3E%3Cpath d='M298.225 39.0126H300.483L308.386 31.0602L316.289 39.0126H318.547L308.386 28.7881L298.225 39.0126Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.771 13.6943H388.545V15.3173H421.771V13.6943Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 13.6952V15.3181H290.16V0.0625H288.547V13.6952H260.482Z' fill='%23EDF1F5'/%3E%3Cpath d='M343.872 30.736L345.001 29.6L320.969 5.2559L326.13 0.0625H323.872L318.711 5.2559L343.872 30.736Z' fill='%23EDF1F5'/%3E%3Cpath d='M379.355 3.14551H352.258V4.76845H379.355V3.14551Z' fill='%23EDF1F5'/%3E%3Cpath d='M298.225 201.308H300.483L308.386 193.355L316.289 201.308H318.547L308.386 191.083L298.225 201.308Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.774 79.2614V76.9893L416.451 82.345L417.58 83.481L421.774 79.2614Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.771 175.989H388.545V177.612H421.771V175.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M318.387 137.201L362.258 103.606L391.936 161.383L421.775 133.144V131.034L392.42 158.786L362.903 101.172L318.387 135.091L319.354 136.227L318.387 137.201Z' fill='%23EDF1F5'/%3E%3Cpath d='M322.422 54.2686H320.809V107.501H322.422V54.2686Z' fill='%23EDF1F5'/%3E%3Cpath d='M400.161 123.244V42.584H349.516V44.2069H398.548V123.244H400.161Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 76.9904V79.2625L300.483 39.0137H298.225L260.482 76.9904Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.068 86.0789L364.197 84.9428L318.551 39.0137H316.293L363.068 86.0789Z' fill='%23EDF1F5'/%3E%3Cpath d='M288.547 175.988H260.482V177.611H290.16V120.159H288.547V175.988Z' fill='%23EDF1F5'/%3E%3Cpath d='M355.324 130.708L318.711 167.549L343.872 193.029L345.001 191.893L320.969 167.549L356.453 131.844L355.324 130.708Z' fill='%23EDF1F5'/%3E%3Cpath d='M379.355 165.44H352.258V167.063H379.355V165.44Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.024 53.6964L375.137 66.6641L376.277 67.8116L389.165 54.844L388.024 53.6964Z' fill='%23EDF1F5'/%3E%3Cpath d='M285.314 66.743L284.174 67.8906L305.387 89.2356L306.527 88.088L285.314 66.743Z' fill='%23EDF1F5'/%3E%3Cpath d='M289.515 105.715L318.225 137.2H318.386L319.354 136.227L318.386 135.091L289.515 103.443L260.482 131.033V133.143L289.515 105.715Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.774 241.554V239.282L416.451 244.638L417.58 245.774L421.774 241.554Z' fill='%23EDF1F5'/%3E%3Cpath d='M392.42 321.079L362.903 263.465L318.387 297.384L319.354 298.52L318.387 299.494L362.258 265.899L391.936 323.676L421.775 295.437V293.327L392.42 321.079Z' fill='%23EDF1F5'/%3E%3Cpath d='M322.422 216.562H320.809V269.795H322.422V216.562Z' fill='%23EDF1F5'/%3E%3Cpath d='M400.161 285.539V204.879H349.516V206.502H398.548V285.539H400.161Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.068 248.372L364.197 247.236L318.551 201.307H316.293L363.068 248.372Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 239.283V241.556L300.483 201.307H298.225L260.482 239.283Z' fill='%23EDF1F5'/%3E%3Cpath d='M290.162 282.454H288.549V324.65H290.162V282.454Z' fill='%23EDF1F5'/%3E%3Cpath d='M355.321 293.002L323.869 324.649H326.127L356.45 294.138L355.321 293.002Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.024 215.988L375.137 228.956L376.277 230.104L389.165 217.136L388.024 215.988Z' fill='%23EDF1F5'/%3E%3Cpath d='M285.314 229.035L284.174 230.183L305.387 251.528L306.528 250.38L285.314 229.035Z' fill='%23EDF1F5'/%3E%3Cpath d='M318.386 297.384L289.515 265.736L260.482 293.326V295.436L289.515 268.008L318.225 299.493H318.386L319.354 298.52L318.386 297.384Z' fill='%23EDF1F5'/%3E%3Cpath d='M139.194 39.0126L147.097 31.0602L155 39.0126H157.258L147.097 28.7881L136.936 39.0126H139.194Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 13.6943H227.256V15.3173H260.482V13.6943Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.869 15.3181V0.0625H127.256V13.6952H107.256V15.3181H128.869Z' fill='%23EDF1F5'/%3E%3Cpath d='M182.583 30.736L183.712 29.6L159.68 5.2559L164.841 0.0625H162.583L157.422 5.2559L182.583 30.736Z' fill='%23EDF1F5'/%3E%3Cpath d='M218.066 3.14551H190.969V4.76845H218.066V3.14551Z' fill='%23EDF1F5'/%3E%3Cpath d='M136.936 201.308H139.194L147.097 193.355L155 201.308H157.258L147.097 191.083L136.936 201.308Z' fill='%23EDF1F5'/%3E%3Cpath d='M255.16 82.345L256.289 83.481L260.483 79.2614V76.9893L255.16 82.345Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 175.989H227.256V177.612H260.482V175.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M157.098 137.201L200.969 103.606L230.647 161.383L260.486 133.144V131.034L231.131 158.786L201.614 101.172L157.098 135.091L158.065 136.227L157.098 137.201Z' fill='%23EDF1F5'/%3E%3Cpath d='M161.129 54.2686H159.516V107.501H161.129V54.2686Z' fill='%23EDF1F5'/%3E%3Cpath d='M237.257 123.244H238.87V42.584H188.225V44.2069H237.257V123.244Z' fill='%23EDF1F5'/%3E%3Cpath d='M201.773 86.0789L202.902 84.9428L157.256 39.0137H154.998L201.773 86.0789Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 68.8757V71.1479L139.192 39.0137H136.934L107.256 68.8757Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.869 177.611V120.159H127.256V175.988H107.256V177.611H128.869Z' fill='%23EDF1F5'/%3E%3Cpath d='M194.035 130.708L157.422 167.549L182.583 193.029L183.712 191.893L159.68 167.549L195.164 131.844L194.035 130.708Z' fill='%23EDF1F5'/%3E%3Cpath d='M218.066 165.44H190.969V167.063H218.066V165.44Z' fill='%23EDF1F5'/%3E%3Cpath d='M226.737 53.6954L213.85 66.6631L214.99 67.8107L227.878 54.843L226.737 53.6954Z' fill='%23EDF1F5'/%3E%3Cpath d='M124.023 66.7411L122.883 67.8887L144.096 89.2337L145.236 88.0861L124.023 66.7411Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 125.515L128.224 105.715L156.934 137.2H157.095L158.063 136.227L157.095 135.091L128.224 103.443L107.256 123.406V125.515Z' fill='%23EDF1F5'/%3E%3Cpath d='M255.16 244.638L256.289 245.774L260.483 241.554V239.282L255.16 244.638Z' fill='%23EDF1F5'/%3E%3Cpath d='M231.131 321.079L201.614 263.465L157.098 297.384L158.065 298.52L157.098 299.494L200.969 265.899L230.647 323.676L260.486 295.437V293.327L231.131 321.079Z' fill='%23EDF1F5'/%3E%3Cpath d='M161.129 216.562H159.516V269.795H161.129V216.562Z' fill='%23EDF1F5'/%3E%3Cpath d='M238.87 285.539V204.879H188.225V206.502H237.257V285.539H238.87Z' fill='%23EDF1F5'/%3E%3Cpath d='M201.773 248.372L202.902 247.236L157.256 201.307H154.998L201.773 248.372Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 231.169V233.441L139.192 201.307H136.934L107.256 231.169Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.871 282.454H127.258V324.65H128.871V282.454Z' fill='%23EDF1F5'/%3E%3Cpath d='M194.034 293.002L162.582 324.649H164.84L195.163 294.138L194.034 293.002Z' fill='%23EDF1F5'/%3E%3Cpath d='M226.731 215.987L213.844 228.955L214.984 230.103L227.872 217.135L226.731 215.987Z' fill='%23EDF1F5'/%3E%3Cpath d='M124.023 229.034L122.883 230.182L144.096 251.527L145.236 250.379L124.023 229.034Z' fill='%23EDF1F5'/%3E%3Cpath d='M157.095 297.384L128.224 265.736L107.256 285.698V287.808L128.224 268.008L156.934 299.493H157.095L158.063 298.52L157.095 297.384Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 13.6943H744.355V15.3173H752.42V13.6943Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 71.1461V68.874L744.355 76.9887V79.2608L752.42 71.1461Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 175.989H744.355V177.612H752.42V175.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 125.515V123.405L744.355 131.033V133.143L752.42 125.515Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 233.441V231.169L744.355 239.284V241.556L752.42 233.441Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.355 293.327V295.437L752.42 287.809V285.699L744.355 293.327Z' fill='%23EDF1F5'/%3E%3Cpath d='M620.811 39.0126H623.069L630.972 31.0602L638.875 39.0126H641.133L630.972 28.7881L620.811 39.0126Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.357 13.6943H711.131V15.3173H744.357V13.6943Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 13.6952V15.3181H612.742V0.0625H611.129V13.6952H583.064Z' fill='%23EDF1F5'/%3E%3Cpath d='M666.456 30.736L667.585 29.6L643.553 5.2559L648.714 0.0625H646.456L641.295 5.2559L666.456 30.736Z' fill='%23EDF1F5'/%3E%3Cpath d='M701.943 3.14551H674.846V4.76845H701.943V3.14551Z' fill='%23EDF1F5'/%3E%3Cpath d='M620.811 201.308H623.069L630.972 193.355L638.875 201.308H641.133L630.972 191.083L620.811 201.308Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.358 79.2614V76.9893L739.035 82.345L740.164 83.481L744.358 79.2614Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.357 175.989H711.131V177.612H744.357V175.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M640.973 137.201L684.844 103.606L714.522 161.383L744.361 133.144V131.034L715.006 158.786L685.489 101.172L640.973 135.091L641.94 136.227L640.973 137.201Z' fill='%23EDF1F5'/%3E%3Cpath d='M645.002 54.2686H643.389V107.501H645.002V54.2686Z' fill='%23EDF1F5'/%3E%3Cpath d='M722.745 123.244V42.584H672.1V44.2069H721.132V123.244H722.745Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 76.9904V79.2625L623.065 39.0137H620.807L583.064 76.9904Z' fill='%23EDF1F5'/%3E%3Cpath d='M685.648 86.0789L686.777 84.9428L641.131 39.0137H638.873L685.648 86.0789Z' fill='%23EDF1F5'/%3E%3Cpath d='M611.129 175.988H583.064V177.611H612.742V120.159H611.129V175.988Z' fill='%23EDF1F5'/%3E%3Cpath d='M677.908 130.708L641.295 167.549L666.456 193.029L667.585 191.893L643.553 167.549L679.037 131.844L677.908 130.708Z' fill='%23EDF1F5'/%3E%3Cpath d='M701.943 165.44H674.846V167.063H701.943V165.44Z' fill='%23EDF1F5'/%3E%3Cpath d='M710.604 53.6964L697.717 66.6641L698.857 67.8116L711.745 54.844L710.604 53.6964Z' fill='%23EDF1F5'/%3E%3Cpath d='M607.9 66.743L606.76 67.8906L627.973 89.2356L629.113 88.088L607.9 66.743Z' fill='%23EDF1F5'/%3E%3Cpath d='M612.097 105.715L640.807 137.2H640.968L641.936 136.227L640.968 135.091L612.097 103.443L583.064 131.033V133.143L612.097 105.715Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.358 241.554V239.282L739.035 244.638L740.164 245.774L744.358 241.554Z' fill='%23EDF1F5'/%3E%3Cpath d='M715.006 321.079L685.489 263.465L640.973 297.384L641.94 298.52L640.973 299.494L684.844 265.899L714.522 323.676L744.361 295.437V293.327L715.006 321.079Z' fill='%23EDF1F5'/%3E%3Cpath d='M645.002 216.562H643.389V269.795H645.002V216.562Z' fill='%23EDF1F5'/%3E%3Cpath d='M722.745 285.539V204.879H672.1V206.502H721.132V285.539H722.745Z' fill='%23EDF1F5'/%3E%3Cpath d='M685.648 248.372L686.777 247.236L641.131 201.307H638.873L685.648 248.372Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 239.283V241.556L623.065 201.307H620.807L583.064 239.283Z' fill='%23EDF1F5'/%3E%3Cpath d='M612.746 282.454H611.133V324.65H612.746V282.454Z' fill='%23EDF1F5'/%3E%3Cpath d='M677.905 293.002L646.453 324.649H648.711L679.034 294.138L677.905 293.002Z' fill='%23EDF1F5'/%3E%3Cpath d='M710.604 215.988L697.717 228.956L698.857 230.104L711.745 217.136L710.604 215.988Z' fill='%23EDF1F5'/%3E%3Cpath d='M607.896 229.035L606.756 230.183L627.969 251.528L629.11 250.38L607.896 229.035Z' fill='%23EDF1F5'/%3E%3Cpath d='M640.968 297.384L612.097 265.736L583.064 293.326V295.436L612.097 268.008L640.807 299.493H640.968L641.936 298.52L640.968 297.384Z' fill='%23EDF1F5'/%3E%3Cpath d='M461.778 39.0126L469.681 31.0602L477.584 39.0126H479.842L469.681 28.7881L459.52 39.0126H461.778Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 13.6943H549.838V15.3173H583.064V13.6943Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.453 15.3181V0.0625H449.84V13.6952H429.84V15.3181H451.453Z' fill='%23EDF1F5'/%3E%3Cpath d='M505.161 30.736L506.291 29.6L482.258 5.2559L487.419 0.0625H485.161L480 5.2559L505.161 30.736Z' fill='%23EDF1F5'/%3E%3Cpath d='M540.65 3.14551H513.553V4.76845H540.65V3.14551Z' fill='%23EDF1F5'/%3E%3Cpath d='M459.52 201.308H461.778L469.681 193.355L477.584 201.308H479.842L469.681 191.083L459.52 201.308Z' fill='%23EDF1F5'/%3E%3Cpath d='M577.74 82.345L578.869 83.481L583.063 79.2614V76.9893L577.74 82.345Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 175.989H549.838V177.612H583.064V175.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M479.682 137.201L523.553 103.606L553.231 161.383L583.07 133.144V131.034L553.715 158.786L524.198 101.172L479.682 135.091L480.649 136.227L479.682 137.201Z' fill='%23EDF1F5'/%3E%3Cpath d='M483.707 54.2686H482.094V107.501H483.707V54.2686Z' fill='%23EDF1F5'/%3E%3Cpath d='M559.841 123.244H561.454V42.584H510.809V44.2069H559.841V123.244Z' fill='%23EDF1F5'/%3E%3Cpath d='M524.355 86.0789L525.484 84.9428L479.838 39.0137H477.58L524.355 86.0789Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 68.8757V71.1479L461.776 39.0137H459.518L429.84 68.8757Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.453 177.611V120.159H449.84V175.988H429.84V177.611H451.453Z' fill='%23EDF1F5'/%3E%3Cpath d='M516.613 130.708L480 167.549L505.161 193.029L506.291 191.893L482.258 167.549L517.742 131.844L516.613 130.708Z' fill='%23EDF1F5'/%3E%3Cpath d='M540.65 165.44H513.553V167.063H540.65V165.44Z' fill='%23EDF1F5'/%3E%3Cpath d='M549.317 53.6954L536.43 66.6631L537.57 67.8107L550.458 54.843L549.317 53.6954Z' fill='%23EDF1F5'/%3E%3Cpath d='M446.611 66.7411L445.471 67.8887L466.684 89.2337L467.824 88.0861L446.611 66.7411Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 125.515L450.808 105.715L479.518 137.2H479.679L480.647 136.227L479.679 135.091L450.808 103.443L429.84 123.406V125.515Z' fill='%23EDF1F5'/%3E%3Cpath d='M577.74 244.638L578.869 245.774L583.063 241.554V239.282L577.74 244.638Z' fill='%23EDF1F5'/%3E%3Cpath d='M553.715 321.079L524.198 263.465L479.682 297.384L480.649 298.52L479.682 299.494L523.553 265.899L553.231 323.676L583.07 295.437V293.327L553.715 321.079Z' fill='%23EDF1F5'/%3E%3Cpath d='M483.707 216.562H482.094V269.795H483.707V216.562Z' fill='%23EDF1F5'/%3E%3Cpath d='M561.454 285.539V204.879H510.809V206.502H559.841V285.539H561.454Z' fill='%23EDF1F5'/%3E%3Cpath d='M524.355 248.372L525.484 247.236L479.838 201.307H477.58L524.355 248.372Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 231.169V233.441L461.776 201.307H459.518L429.84 231.169Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.451 282.454H449.838V324.65H451.451V282.454Z' fill='%23EDF1F5'/%3E%3Cpath d='M516.616 293.002L485.164 324.649H487.422L517.745 294.138L516.616 293.002Z' fill='%23EDF1F5'/%3E%3Cpath d='M549.317 215.987L536.43 228.955L537.57 230.103L550.458 217.135L549.317 215.987Z' fill='%23EDF1F5'/%3E%3Cpath d='M446.607 229.034L445.467 230.182L466.68 251.527L467.82 250.379L446.607 229.034Z' fill='%23EDF1F5'/%3E%3Cpath d='M479.679 297.384L450.808 265.736L429.84 285.698V287.808L450.808 268.008L479.518 299.493H479.679L480.647 298.52L479.679 297.384Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 824.967H421.775V826.59H429.84V824.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 882.42V880.147L421.775 888.262V890.534L429.84 882.42Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 987.261H421.775V988.884H429.84V987.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 936.79V934.68L421.775 942.307V944.417L429.84 936.79Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 1044.71V1042.44L421.775 1050.56V1052.83L429.84 1044.71Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.775 1104.6V1106.71L429.84 1099.08V1096.97L421.775 1104.6Z' fill='%23EDF1F5'/%3E%3Cpath d='M298.225 850.285H300.483L308.386 842.333L316.289 850.285H318.547L308.386 840.061L298.225 850.285Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.771 824.967H388.545V826.59H421.771V824.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 824.968V826.591H290.16V811.335H288.547V824.968H260.482Z' fill='%23EDF1F5'/%3E%3Cpath d='M343.872 842.008L345.001 840.872L320.969 816.528L326.13 811.335H323.872L318.711 816.528L343.872 842.008Z' fill='%23EDF1F5'/%3E%3Cpath d='M379.355 814.418H352.258V816.041H379.355V814.418Z' fill='%23EDF1F5'/%3E%3Cpath d='M298.225 1012.58H300.483L308.386 1004.63L316.289 1012.58H318.547L308.386 1002.36L298.225 1012.58Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.774 890.534V888.262L416.451 893.617L417.58 894.753L421.774 890.534Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.771 987.261H388.545V988.884H421.771V987.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M318.387 948.476L362.258 914.881L391.936 972.657L421.775 944.418V942.308L392.42 970.061L362.903 912.446L318.387 946.366L319.354 947.502L318.387 948.476Z' fill='%23EDF1F5'/%3E%3Cpath d='M322.422 865.54H320.809V918.772H322.422V865.54Z' fill='%23EDF1F5'/%3E%3Cpath d='M400.161 934.515V853.855H349.516V855.478H398.548V934.515H400.161Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 888.261V890.533L300.483 850.284H298.225L260.482 888.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.068 897.349L364.197 896.213L318.551 850.284H316.293L363.068 897.349Z' fill='%23EDF1F5'/%3E%3Cpath d='M288.547 987.262H260.482V988.885H290.16V931.433H288.547V987.262Z' fill='%23EDF1F5'/%3E%3Cpath d='M355.324 941.982L318.711 978.823L343.872 1004.3L345.001 1003.17L320.969 978.823L356.453 943.118L355.324 941.982Z' fill='%23EDF1F5'/%3E%3Cpath d='M379.355 976.713H352.258V978.336H379.355V976.713Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.024 864.967L375.137 877.935L376.277 879.082L389.165 866.114L388.024 864.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M285.314 878.016L284.174 879.164L305.387 900.509L306.527 899.361L285.314 878.016Z' fill='%23EDF1F5'/%3E%3Cpath d='M289.515 916.989L318.225 948.474H318.386L319.354 947.5L318.386 946.364L289.515 914.717L260.482 942.307V944.417L289.515 916.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.774 1052.83V1050.56L416.451 1055.91L417.58 1057.05L421.774 1052.83Z' fill='%23EDF1F5'/%3E%3Cpath d='M392.42 1132.35L362.903 1074.74L318.387 1108.66L319.354 1109.79L318.387 1110.77L362.258 1077.17L391.936 1134.95L421.775 1106.71V1104.6L392.42 1132.35Z' fill='%23EDF1F5'/%3E%3Cpath d='M322.422 1027.84H320.809V1081.07H322.422V1027.84Z' fill='%23EDF1F5'/%3E%3Cpath d='M400.161 1096.81V1016.15H349.516V1017.78H398.548V1096.81H400.161Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.068 1059.64L364.197 1058.51L318.551 1012.58H316.293L363.068 1059.64Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 1050.56V1052.83L300.483 1012.58H298.225L260.482 1050.56Z' fill='%23EDF1F5'/%3E%3Cpath d='M290.162 1093.73H288.549V1135.92H290.162V1093.73Z' fill='%23EDF1F5'/%3E%3Cpath d='M355.321 1104.28L323.869 1135.92H326.127L356.45 1105.41L355.321 1104.28Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.024 1027.26L375.137 1040.23L376.277 1041.38L389.165 1028.41L388.024 1027.26Z' fill='%23EDF1F5'/%3E%3Cpath d='M285.314 1040.31L284.174 1041.46L305.387 1062.8L306.528 1061.65L285.314 1040.31Z' fill='%23EDF1F5'/%3E%3Cpath d='M318.386 1108.66L289.515 1077.01L260.482 1104.6V1106.71L289.515 1079.28L318.225 1110.77H318.386L319.354 1109.79L318.386 1108.66Z' fill='%23EDF1F5'/%3E%3Cpath d='M139.194 850.285L147.097 842.333L155 850.285H157.258L147.097 840.061L136.936 850.285H139.194Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 824.967H227.256V826.59H260.482V824.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.869 826.591V811.335H127.256V824.968H107.256V826.591H128.869Z' fill='%23EDF1F5'/%3E%3Cpath d='M182.583 842.008L183.712 840.872L159.68 816.528L164.841 811.335H162.583L157.422 816.528L182.583 842.008Z' fill='%23EDF1F5'/%3E%3Cpath d='M218.066 814.418H190.969V816.041H218.066V814.418Z' fill='%23EDF1F5'/%3E%3Cpath d='M136.936 1012.58H139.194L147.097 1004.63L155 1012.58H157.258L147.097 1002.36L136.936 1012.58Z' fill='%23EDF1F5'/%3E%3Cpath d='M255.16 893.617L256.289 894.753L260.483 890.534V888.262L255.16 893.617Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 987.261H227.256V988.884H260.482V987.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M157.098 948.476L200.969 914.881L230.647 972.657L260.486 944.418V942.308L231.131 970.061L201.614 912.446L157.098 946.366L158.065 947.502L157.098 948.476Z' fill='%23EDF1F5'/%3E%3Cpath d='M161.129 865.54H159.516V918.772H161.129V865.54Z' fill='%23EDF1F5'/%3E%3Cpath d='M237.257 934.515H238.87V853.855H188.225V855.478H237.257V934.515Z' fill='%23EDF1F5'/%3E%3Cpath d='M201.773 897.349L202.902 896.213L157.256 850.284H154.998L201.773 897.349Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 880.146V882.418L139.192 850.284H136.934L107.256 880.146Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.869 988.885V931.433H127.256V987.262H107.256V988.885H128.869Z' fill='%23EDF1F5'/%3E%3Cpath d='M194.035 941.982L157.422 978.823L182.583 1004.3L183.712 1003.17L159.68 978.823L195.164 943.118L194.035 941.982Z' fill='%23EDF1F5'/%3E%3Cpath d='M218.066 976.713H190.969V978.336H218.066V976.713Z' fill='%23EDF1F5'/%3E%3Cpath d='M226.737 864.967L213.85 877.935L214.99 879.082L227.878 866.115L226.737 864.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M124.023 878.016L122.883 879.164L144.096 900.509L145.236 899.361L124.023 878.016Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 936.789L128.224 916.989L156.934 948.474H157.095L158.063 947.5L157.095 946.364L128.224 914.717L107.256 934.679V936.789Z' fill='%23EDF1F5'/%3E%3Cpath d='M255.16 1055.91L256.289 1057.05L260.483 1052.83V1050.56L255.16 1055.91Z' fill='%23EDF1F5'/%3E%3Cpath d='M231.131 1132.35L201.614 1074.74L157.098 1108.66L158.065 1109.79L157.098 1110.77L200.969 1077.17L230.647 1134.95L260.486 1106.71V1104.6L231.131 1132.35Z' fill='%23EDF1F5'/%3E%3Cpath d='M161.129 1027.84H159.516V1081.07H161.129V1027.84Z' fill='%23EDF1F5'/%3E%3Cpath d='M238.87 1096.81V1016.15H188.225V1017.78H237.257V1096.81H238.87Z' fill='%23EDF1F5'/%3E%3Cpath d='M201.773 1059.64L202.902 1058.51L157.256 1012.58H154.998L201.773 1059.64Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 1042.44V1044.71L139.192 1012.58H136.934L107.256 1042.44Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.871 1093.73H127.258V1135.92H128.871V1093.73Z' fill='%23EDF1F5'/%3E%3Cpath d='M194.034 1104.28L162.582 1135.92H164.84L195.163 1105.41L194.034 1104.28Z' fill='%23EDF1F5'/%3E%3Cpath d='M226.731 1027.26L213.844 1040.23L214.984 1041.38L227.872 1028.41L226.731 1027.26Z' fill='%23EDF1F5'/%3E%3Cpath d='M124.023 1040.31L122.883 1041.46L144.096 1062.8L145.236 1061.65L124.023 1040.31Z' fill='%23EDF1F5'/%3E%3Cpath d='M157.095 1108.66L128.224 1077.01L107.256 1096.97V1099.08L128.224 1079.28L156.934 1110.77H157.095L158.063 1109.79L157.095 1108.66Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 824.967H744.355V826.59H752.42V824.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 882.42V880.147L744.355 888.262V890.534L752.42 882.42Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 987.261H744.355V988.884H752.42V987.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 936.79V934.68L744.355 942.307V944.417L752.42 936.79Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 1044.71V1042.44L744.355 1050.56V1052.83L752.42 1044.71Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.355 1104.6V1106.71L752.42 1099.08V1096.97L744.355 1104.6Z' fill='%23EDF1F5'/%3E%3Cpath d='M620.811 850.285H623.069L630.972 842.333L638.875 850.285H641.133L630.972 840.061L620.811 850.285Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.357 824.967H711.131V826.59H744.357V824.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 824.968V826.591H612.742V811.335H611.129V824.968H583.064Z' fill='%23EDF1F5'/%3E%3Cpath d='M666.456 842.008L667.585 840.872L643.553 816.528L648.714 811.335H646.456L641.295 816.528L666.456 842.008Z' fill='%23EDF1F5'/%3E%3Cpath d='M701.943 814.418H674.846V816.041H701.943V814.418Z' fill='%23EDF1F5'/%3E%3Cpath d='M620.811 1012.58H623.069L630.972 1004.63L638.875 1012.58H641.133L630.972 1002.36L620.811 1012.58Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.358 890.534V888.262L739.035 893.617L740.164 894.753L744.358 890.534Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.357 987.261H711.131V988.884H744.357V987.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M640.973 948.476L684.844 914.881L714.522 972.657L744.361 944.418V942.308L715.006 970.061L685.489 912.446L640.973 946.366L641.94 947.502L640.973 948.476Z' fill='%23EDF1F5'/%3E%3Cpath d='M645.002 865.54H643.389V918.772H645.002V865.54Z' fill='%23EDF1F5'/%3E%3Cpath d='M722.745 934.515V853.855H672.1V855.478H721.132V934.515H722.745Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 888.261V890.533L623.065 850.284H620.807L583.064 888.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M685.648 897.349L686.777 896.213L641.131 850.284H638.873L685.648 897.349Z' fill='%23EDF1F5'/%3E%3Cpath d='M611.129 987.262H583.064V988.885H612.742V931.433H611.129V987.262Z' fill='%23EDF1F5'/%3E%3Cpath d='M677.908 941.982L641.295 978.823L666.456 1004.3L667.585 1003.17L643.553 978.823L679.037 943.118L677.908 941.982Z' fill='%23EDF1F5'/%3E%3Cpath d='M701.943 976.713H674.846V978.336H701.943V976.713Z' fill='%23EDF1F5'/%3E%3Cpath d='M710.604 864.967L697.717 877.935L698.857 879.082L711.745 866.114L710.604 864.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M607.9 878.016L606.76 879.164L627.973 900.509L629.113 899.361L607.9 878.016Z' fill='%23EDF1F5'/%3E%3Cpath d='M612.097 916.989L640.807 948.474H640.968L641.936 947.5L640.968 946.364L612.097 914.717L583.064 942.307V944.417L612.097 916.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.358 1052.83V1050.56L739.035 1055.91L740.164 1057.05L744.358 1052.83Z' fill='%23EDF1F5'/%3E%3Cpath d='M715.006 1132.35L685.489 1074.74L640.973 1108.66L641.94 1109.79L640.973 1110.77L684.844 1077.17L714.522 1134.95L744.361 1106.71V1104.6L715.006 1132.35Z' fill='%23EDF1F5'/%3E%3Cpath d='M645.002 1027.84H643.389V1081.07H645.002V1027.84Z' fill='%23EDF1F5'/%3E%3Cpath d='M722.745 1096.81V1016.15H672.1V1017.78H721.132V1096.81H722.745Z' fill='%23EDF1F5'/%3E%3Cpath d='M685.648 1059.64L686.777 1058.51L641.131 1012.58H638.873L685.648 1059.64Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 1050.56V1052.83L623.065 1012.58H620.807L583.064 1050.56Z' fill='%23EDF1F5'/%3E%3Cpath d='M612.746 1093.73H611.133V1135.92H612.746V1093.73Z' fill='%23EDF1F5'/%3E%3Cpath d='M677.905 1104.28L646.453 1135.92H648.711L679.034 1105.41L677.905 1104.28Z' fill='%23EDF1F5'/%3E%3Cpath d='M710.604 1027.26L697.717 1040.23L698.857 1041.38L711.745 1028.41L710.604 1027.26Z' fill='%23EDF1F5'/%3E%3Cpath d='M607.896 1040.31L606.756 1041.46L627.969 1062.8L629.11 1061.65L607.896 1040.31Z' fill='%23EDF1F5'/%3E%3Cpath d='M640.968 1108.66L612.097 1077.01L583.064 1104.6V1106.71L612.097 1079.28L640.807 1110.77H640.968L641.936 1109.79L640.968 1108.66Z' fill='%23EDF1F5'/%3E%3Cpath d='M461.778 850.285L469.681 842.333L477.584 850.285H479.842L469.681 840.061L459.52 850.285H461.778Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 824.967H549.838V826.59H583.064V824.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.453 826.591V811.335H449.84V824.968H429.84V826.591H451.453Z' fill='%23EDF1F5'/%3E%3Cpath d='M505.161 842.008L506.291 840.872L482.258 816.528L487.419 811.335H485.161L480 816.528L505.161 842.008Z' fill='%23EDF1F5'/%3E%3Cpath d='M540.65 814.418H513.553V816.041H540.65V814.418Z' fill='%23EDF1F5'/%3E%3Cpath d='M459.52 1012.58H461.778L469.681 1004.63L477.584 1012.58H479.842L469.681 1002.36L459.52 1012.58Z' fill='%23EDF1F5'/%3E%3Cpath d='M577.74 893.617L578.869 894.753L583.063 890.534V888.262L577.74 893.617Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 987.261H549.838V988.884H583.064V987.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M479.682 948.476L523.553 914.881L553.231 972.657L583.07 944.418V942.308L553.715 970.061L524.198 912.446L479.682 946.366L480.649 947.502L479.682 948.476Z' fill='%23EDF1F5'/%3E%3Cpath d='M483.707 865.54H482.094V918.772H483.707V865.54Z' fill='%23EDF1F5'/%3E%3Cpath d='M559.841 934.515H561.454V853.855H510.809V855.478H559.841V934.515Z' fill='%23EDF1F5'/%3E%3Cpath d='M524.355 897.349L525.484 896.213L479.838 850.284H477.58L524.355 897.349Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 880.146V882.418L461.776 850.284H459.518L429.84 880.146Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.453 988.885V931.433H449.84V987.262H429.84V988.885H451.453Z' fill='%23EDF1F5'/%3E%3Cpath d='M516.613 941.982L480 978.823L505.161 1004.3L506.291 1003.17L482.258 978.823L517.742 943.118L516.613 941.982Z' fill='%23EDF1F5'/%3E%3Cpath d='M540.65 976.713H513.553V978.336H540.65V976.713Z' fill='%23EDF1F5'/%3E%3Cpath d='M549.317 864.967L536.43 877.935L537.57 879.082L550.458 866.115L549.317 864.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M446.611 878.016L445.471 879.164L466.684 900.509L467.824 899.361L446.611 878.016Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 936.789L450.808 916.989L479.518 948.474H479.679L480.647 947.5L479.679 946.364L450.808 914.717L429.84 934.679V936.789Z' fill='%23EDF1F5'/%3E%3Cpath d='M577.74 1055.91L578.869 1057.05L583.063 1052.83V1050.56L577.74 1055.91Z' fill='%23EDF1F5'/%3E%3Cpath d='M553.715 1132.35L524.198 1074.74L479.682 1108.66L480.649 1109.79L479.682 1110.77L523.553 1077.17L553.231 1134.95L583.07 1106.71V1104.6L553.715 1132.35Z' fill='%23EDF1F5'/%3E%3Cpath d='M483.707 1027.84H482.094V1081.07H483.707V1027.84Z' fill='%23EDF1F5'/%3E%3Cpath d='M561.454 1096.81V1016.15H510.809V1017.78H559.841V1096.81H561.454Z' fill='%23EDF1F5'/%3E%3Cpath d='M524.355 1059.64L525.484 1058.51L479.838 1012.58H477.58L524.355 1059.64Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 1042.44V1044.71L461.776 1012.58H459.518L429.84 1042.44Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.451 1093.73H449.838V1135.92H451.451V1093.73Z' fill='%23EDF1F5'/%3E%3Cpath d='M516.616 1104.28L485.164 1135.92H487.422L517.745 1105.41L516.616 1104.28Z' fill='%23EDF1F5'/%3E%3Cpath d='M549.317 1027.26L536.43 1040.23L537.57 1041.38L550.458 1028.41L549.317 1027.26Z' fill='%23EDF1F5'/%3E%3Cpath d='M446.607 1040.31L445.467 1041.46L466.68 1062.8L467.82 1061.65L446.607 1040.31Z' fill='%23EDF1F5'/%3E%3Cpath d='M479.679 1108.66L450.808 1077.01L429.84 1096.97V1099.08L450.808 1079.28L479.518 1110.77H479.679L480.647 1109.79L479.679 1108.66Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 500.38H421.775V502.003H429.84V500.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 557.831V555.559L421.775 563.673V565.945L429.84 557.831Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 662.674H421.775V664.297H429.84V662.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 612.201V610.091L421.775 617.719V619.828L429.84 612.201Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 720.125V717.853L421.775 725.967V728.239L429.84 720.125Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.775 780.013V782.122L429.84 774.495V772.385L421.775 780.013Z' fill='%23EDF1F5'/%3E%3Cpath d='M298.225 525.699H300.483L308.386 517.747L316.289 525.699H318.547L308.386 515.475L298.225 525.699Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.771 500.38H388.545V502.003H421.771V500.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 500.381V502.004H290.16V486.748H288.547V500.381H260.482Z' fill='%23EDF1F5'/%3E%3Cpath d='M343.872 517.422L345.001 516.286L320.969 491.941L326.13 486.748H323.872L318.711 491.941L343.872 517.422Z' fill='%23EDF1F5'/%3E%3Cpath d='M379.355 489.83H352.258V491.453H379.355V489.83Z' fill='%23EDF1F5'/%3E%3Cpath d='M298.225 687.992H300.483L308.386 680.04L316.289 687.992H318.547L308.386 677.768L298.225 687.992Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.774 565.946V563.674L416.451 569.03L417.58 570.166L421.774 565.946Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.771 662.674H388.545V664.297H421.771V662.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M318.387 623.887L362.258 590.292L391.936 648.068L421.775 619.829V617.719L392.42 645.472L362.903 587.857L318.387 621.777L319.354 622.913L318.387 623.887Z' fill='%23EDF1F5'/%3E%3Cpath d='M322.422 540.952H320.809V594.185H322.422V540.952Z' fill='%23EDF1F5'/%3E%3Cpath d='M400.161 609.93V529.27H349.516V530.892H398.548V609.93H400.161Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 563.674V565.946L300.483 525.697H298.225L260.482 563.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.068 572.762L364.197 571.626L318.551 525.697H316.293L363.068 572.762Z' fill='%23EDF1F5'/%3E%3Cpath d='M288.547 662.673H260.482V664.296H290.16V606.844H288.547V662.673Z' fill='%23EDF1F5'/%3E%3Cpath d='M355.324 617.393L318.711 654.233L343.872 679.713L345.001 678.577L320.969 654.233L356.453 618.529L355.324 617.393Z' fill='%23EDF1F5'/%3E%3Cpath d='M379.355 652.125H352.258V653.748H379.355V652.125Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.024 540.38L375.137 553.348L376.277 554.495L389.165 541.528L388.024 540.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M285.314 553.43L284.174 554.577L305.387 575.922L306.527 574.775L285.314 553.43Z' fill='%23EDF1F5'/%3E%3Cpath d='M289.515 592.401L318.225 623.886H318.386L319.354 622.912L318.386 621.776L289.515 590.129L260.482 617.719V619.829L289.515 592.401Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.774 728.241V725.969L416.451 731.324L417.58 732.461L421.774 728.241Z' fill='%23EDF1F5'/%3E%3Cpath d='M392.42 807.766L362.903 750.151L318.387 784.071L319.354 785.207L318.387 786.181L362.258 752.586L391.936 810.362L421.775 782.123V780.013L392.42 807.766Z' fill='%23EDF1F5'/%3E%3Cpath d='M322.422 703.247H320.809V756.479H322.422V703.247Z' fill='%23EDF1F5'/%3E%3Cpath d='M400.161 772.224V691.563H349.516V693.186H398.548V772.224H400.161Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.068 735.057L364.197 733.921L318.551 687.992H316.293L363.068 735.057Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 725.969V728.241L300.483 687.992H298.225L260.482 725.969Z' fill='%23EDF1F5'/%3E%3Cpath d='M290.162 769.139H288.549V811.335H290.162V769.139Z' fill='%23EDF1F5'/%3E%3Cpath d='M355.321 779.688L323.869 811.335H326.127L356.45 780.824L355.321 779.688Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.024 702.673L375.137 715.641L376.277 716.788L389.165 703.821L388.024 702.673Z' fill='%23EDF1F5'/%3E%3Cpath d='M285.314 715.721L284.174 716.868L305.387 738.213L306.528 737.066L285.314 715.721Z' fill='%23EDF1F5'/%3E%3Cpath d='M318.386 784.069L289.515 752.422L260.482 780.012V782.122L289.515 754.694L318.225 786.179H318.386L319.354 785.205L318.386 784.069Z' fill='%23EDF1F5'/%3E%3Cpath d='M139.194 525.699L147.097 517.747L155 525.699H157.258L147.097 515.475L136.936 525.699H139.194Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 500.38H227.256V502.003H260.482V500.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.869 502.004V486.748H127.256V500.381H107.256V502.004H128.869Z' fill='%23EDF1F5'/%3E%3Cpath d='M182.583 517.422L183.712 516.286L159.68 491.941L164.841 486.748H162.583L157.422 491.941L182.583 517.422Z' fill='%23EDF1F5'/%3E%3Cpath d='M218.066 489.83H190.969V491.453H218.066V489.83Z' fill='%23EDF1F5'/%3E%3Cpath d='M136.936 687.992H139.194L147.097 680.04L155 687.992H157.258L147.097 677.768L136.936 687.992Z' fill='%23EDF1F5'/%3E%3Cpath d='M255.16 569.03L256.289 570.166L260.483 565.946V563.674L255.16 569.03Z' fill='%23EDF1F5'/%3E%3Cpath d='M260.482 662.674H227.256V664.297H260.482V662.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M157.098 623.887L200.969 590.292L230.647 648.068L260.486 619.829V617.719L231.131 645.472L201.614 587.857L157.098 621.777L158.065 622.913L157.098 623.887Z' fill='%23EDF1F5'/%3E%3Cpath d='M161.129 540.952H159.516V594.185H161.129V540.952Z' fill='%23EDF1F5'/%3E%3Cpath d='M237.257 609.93H238.87V529.27H188.225V530.892H237.257V609.93Z' fill='%23EDF1F5'/%3E%3Cpath d='M201.773 572.762L202.902 571.626L157.256 525.697H154.998L201.773 572.762Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 555.559V557.831L139.192 525.697H136.934L107.256 555.559Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.869 664.296V606.844H127.256V662.673H107.256V664.296H128.869Z' fill='%23EDF1F5'/%3E%3Cpath d='M194.035 617.393L157.422 654.233L182.583 679.713L183.712 678.577L159.68 654.233L195.164 618.529L194.035 617.393Z' fill='%23EDF1F5'/%3E%3Cpath d='M218.066 652.125H190.969V653.748H218.066V652.125Z' fill='%23EDF1F5'/%3E%3Cpath d='M226.737 540.379L213.85 553.347L214.99 554.494L227.878 541.527L226.737 540.379Z' fill='%23EDF1F5'/%3E%3Cpath d='M124.023 553.428L122.883 554.575L144.096 575.92L145.236 574.773L124.023 553.428Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 612.201L128.224 592.401L156.934 623.886H157.095L158.063 622.912L157.095 621.776L128.224 590.129L107.256 610.091V612.201Z' fill='%23EDF1F5'/%3E%3Cpath d='M255.16 731.324L256.289 732.461L260.483 728.241V725.969L255.16 731.324Z' fill='%23EDF1F5'/%3E%3Cpath d='M231.131 807.766L201.614 750.151L157.098 784.071L158.065 785.207L157.098 786.181L200.969 752.586L230.647 810.362L260.486 782.123V780.013L231.131 807.766Z' fill='%23EDF1F5'/%3E%3Cpath d='M161.129 703.247H159.516V756.479H161.129V703.247Z' fill='%23EDF1F5'/%3E%3Cpath d='M238.87 772.224V691.563H188.225V693.186H237.257V772.224H238.87Z' fill='%23EDF1F5'/%3E%3Cpath d='M201.773 735.057L202.902 733.921L157.256 687.992H154.998L201.773 735.057Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.256 717.854V720.126L139.192 687.992H136.934L107.256 717.854Z' fill='%23EDF1F5'/%3E%3Cpath d='M128.871 769.139H127.258V811.335H128.871V769.139Z' fill='%23EDF1F5'/%3E%3Cpath d='M194.034 779.688L162.582 811.335H164.84L195.163 780.824L194.034 779.688Z' fill='%23EDF1F5'/%3E%3Cpath d='M226.731 702.673L213.844 715.641L214.984 716.788L227.872 703.821L226.731 702.673Z' fill='%23EDF1F5'/%3E%3Cpath d='M124.023 715.72L122.883 716.867L144.096 738.212L145.236 737.065L124.023 715.72Z' fill='%23EDF1F5'/%3E%3Cpath d='M157.095 784.069L128.224 752.422L107.256 772.384V774.494L128.224 754.694L156.934 786.179H157.095L158.063 785.205L157.095 784.069Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 500.38H744.355V502.003H752.42V500.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 557.831V555.559L744.355 563.673V565.945L752.42 557.831Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 662.674H744.355V664.297H752.42V662.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 612.201V610.091L744.355 617.719V619.828L752.42 612.201Z' fill='%23EDF1F5'/%3E%3Cpath d='M752.42 720.125V717.853L744.355 725.967V728.239L752.42 720.125Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.355 780.013V782.122L752.42 774.495V772.385L744.355 780.013Z' fill='%23EDF1F5'/%3E%3Cpath d='M620.811 525.699H623.069L630.972 517.747L638.875 525.699H641.133L630.972 515.475L620.811 525.699Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.357 500.38H711.131V502.003H744.357V500.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 500.381V502.004H612.742V486.748H611.129V500.381H583.064Z' fill='%23EDF1F5'/%3E%3Cpath d='M666.456 517.422L667.585 516.286L643.553 491.941L648.714 486.748H646.456L641.295 491.941L666.456 517.422Z' fill='%23EDF1F5'/%3E%3Cpath d='M701.943 489.83H674.846V491.453H701.943V489.83Z' fill='%23EDF1F5'/%3E%3Cpath d='M620.811 687.992H623.069L630.972 680.04L638.875 687.992H641.133L630.972 677.768L620.811 687.992Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.358 565.946V563.674L739.035 569.03L740.164 570.166L744.358 565.946Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.357 662.674H711.131V664.297H744.357V662.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M640.973 623.887L684.844 590.292L714.522 648.068L744.361 619.829V617.719L715.006 645.472L685.489 587.857L640.973 621.777L641.94 622.913L640.973 623.887Z' fill='%23EDF1F5'/%3E%3Cpath d='M645.002 540.952H643.389V594.185H645.002V540.952Z' fill='%23EDF1F5'/%3E%3Cpath d='M722.745 609.93V529.27H672.1V530.892H721.132V609.93H722.745Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 563.674V565.946L623.065 525.697H620.807L583.064 563.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M685.648 572.762L686.777 571.626L641.131 525.697H638.873L685.648 572.762Z' fill='%23EDF1F5'/%3E%3Cpath d='M611.129 662.673H583.064V664.296H612.742V606.844H611.129V662.673Z' fill='%23EDF1F5'/%3E%3Cpath d='M677.908 617.393L641.295 654.233L666.456 679.713L667.585 678.577L643.553 654.233L679.037 618.529L677.908 617.393Z' fill='%23EDF1F5'/%3E%3Cpath d='M701.943 652.125H674.846V653.748H701.943V652.125Z' fill='%23EDF1F5'/%3E%3Cpath d='M710.604 540.38L697.717 553.348L698.857 554.495L711.745 541.528L710.604 540.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M607.9 553.43L606.76 554.577L627.973 575.922L629.113 574.775L607.9 553.43Z' fill='%23EDF1F5'/%3E%3Cpath d='M612.097 592.401L640.807 623.886H640.968L641.936 622.912L640.968 621.776L612.097 590.129L583.064 617.719V619.829L612.097 592.401Z' fill='%23EDF1F5'/%3E%3Cpath d='M744.358 728.241V725.969L739.035 731.324L740.164 732.461L744.358 728.241Z' fill='%23EDF1F5'/%3E%3Cpath d='M715.006 807.766L685.489 750.151L640.973 784.071L641.94 785.207L640.973 786.181L684.844 752.586L714.522 810.362L744.361 782.123V780.013L715.006 807.766Z' fill='%23EDF1F5'/%3E%3Cpath d='M645.002 703.247H643.389V756.479H645.002V703.247Z' fill='%23EDF1F5'/%3E%3Cpath d='M722.745 772.224V691.563H672.1V693.186H721.132V772.224H722.745Z' fill='%23EDF1F5'/%3E%3Cpath d='M685.648 735.057L686.777 733.921L641.131 687.992H638.873L685.648 735.057Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 725.969V728.241L623.065 687.992H620.807L583.064 725.969Z' fill='%23EDF1F5'/%3E%3Cpath d='M612.746 769.139H611.133V811.335H612.746V769.139Z' fill='%23EDF1F5'/%3E%3Cpath d='M677.905 779.688L646.453 811.335H648.711L679.034 780.824L677.905 779.688Z' fill='%23EDF1F5'/%3E%3Cpath d='M710.604 702.673L697.717 715.641L698.857 716.788L711.745 703.821L710.604 702.673Z' fill='%23EDF1F5'/%3E%3Cpath d='M607.896 715.721L606.756 716.868L627.969 738.213L629.11 737.066L607.896 715.721Z' fill='%23EDF1F5'/%3E%3Cpath d='M640.968 784.069L612.097 752.422L583.064 780.012V782.122L612.097 754.694L640.807 786.179H640.968L641.936 785.205L640.968 784.069Z' fill='%23EDF1F5'/%3E%3Cpath d='M461.778 525.699L469.681 517.747L477.584 525.699H479.842L469.681 515.475L459.52 525.699H461.778Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 500.38H549.838V502.003H583.064V500.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.453 502.004V486.748H449.84V500.381H429.84V502.004H451.453Z' fill='%23EDF1F5'/%3E%3Cpath d='M505.161 517.422L506.291 516.286L482.258 491.941L487.419 486.748H485.161L480 491.941L505.161 517.422Z' fill='%23EDF1F5'/%3E%3Cpath d='M540.65 489.83H513.553V491.453H540.65V489.83Z' fill='%23EDF1F5'/%3E%3Cpath d='M459.52 687.992H461.778L469.681 680.04L477.584 687.992H479.842L469.681 677.768L459.52 687.992Z' fill='%23EDF1F5'/%3E%3Cpath d='M577.74 569.03L578.869 570.166L583.063 565.946V563.674L577.74 569.03Z' fill='%23EDF1F5'/%3E%3Cpath d='M583.064 662.674H549.838V664.297H583.064V662.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M479.682 623.887L523.553 590.292L553.231 648.068L583.07 619.829V617.719L553.715 645.472L524.198 587.857L479.682 621.777L480.649 622.913L479.682 623.887Z' fill='%23EDF1F5'/%3E%3Cpath d='M483.707 540.952H482.094V594.185H483.707V540.952Z' fill='%23EDF1F5'/%3E%3Cpath d='M559.841 609.93H561.454V529.27H510.809V530.892H559.841V609.93Z' fill='%23EDF1F5'/%3E%3Cpath d='M524.355 572.762L525.484 571.626L479.838 525.697H477.58L524.355 572.762Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 555.559V557.831L461.776 525.697H459.518L429.84 555.559Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.453 664.296V606.844H449.84V662.673H429.84V664.296H451.453Z' fill='%23EDF1F5'/%3E%3Cpath d='M516.613 617.393L480 654.233L505.161 679.713L506.291 678.577L482.258 654.233L517.742 618.529L516.613 617.393Z' fill='%23EDF1F5'/%3E%3Cpath d='M540.65 652.125H513.553V653.748H540.65V652.125Z' fill='%23EDF1F5'/%3E%3Cpath d='M549.317 540.379L536.43 553.347L537.57 554.494L550.458 541.527L549.317 540.379Z' fill='%23EDF1F5'/%3E%3Cpath d='M446.611 553.428L445.471 554.575L466.684 575.92L467.824 574.773L446.611 553.428Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 612.201L450.808 592.401L479.518 623.886H479.679L480.647 622.912L479.679 621.776L450.808 590.129L429.84 610.091V612.201Z' fill='%23EDF1F5'/%3E%3Cpath d='M577.74 731.324L578.869 732.461L583.063 728.241V725.969L577.74 731.324Z' fill='%23EDF1F5'/%3E%3Cpath d='M553.715 807.766L524.198 750.151L479.682 784.071L480.649 785.207L479.682 786.181L523.553 752.586L553.231 810.362L583.07 782.123V780.013L553.715 807.766Z' fill='%23EDF1F5'/%3E%3Cpath d='M483.707 703.247H482.094V756.479H483.707V703.247Z' fill='%23EDF1F5'/%3E%3Cpath d='M561.454 772.224V691.563H510.809V693.186H559.841V772.224H561.454Z' fill='%23EDF1F5'/%3E%3Cpath d='M524.355 735.057L525.484 733.921L479.838 687.992H477.58L524.355 735.057Z' fill='%23EDF1F5'/%3E%3Cpath d='M429.84 717.854V720.126L461.776 687.992H459.518L429.84 717.854Z' fill='%23EDF1F5'/%3E%3Cpath d='M451.451 769.139H449.838V811.335H451.451V769.139Z' fill='%23EDF1F5'/%3E%3Cpath d='M516.616 779.688L485.164 811.335H487.422L517.745 780.824L516.616 779.688Z' fill='%23EDF1F5'/%3E%3Cpath d='M549.317 702.673L536.43 715.641L537.57 716.788L550.458 703.821L549.317 702.673Z' fill='%23EDF1F5'/%3E%3Cpath d='M446.607 715.72L445.467 716.867L466.68 738.212L467.82 737.065L446.607 715.72Z' fill='%23EDF1F5'/%3E%3Cpath d='M479.679 784.069L450.808 752.422L429.84 772.384V774.494L450.808 754.694L479.518 786.179H479.679L480.647 785.205L479.679 784.069Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 338.282H99.0996V339.905H107.164V338.282Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 395.734V393.462L99.0996 401.577V403.849L107.164 395.734Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 500.576H99.0996V502.199H107.164V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 450.102V447.992L99.0996 455.62V457.73L107.164 450.102Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 558.029V555.757L99.0996 563.872V566.144L107.164 558.029Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.0996 617.914V620.024L107.164 612.396V610.286L99.0996 617.914Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1011 338.282H65.875V339.905H99.1011V338.282Z' fill='%23EDF1F5'/%3E%3Cpath d='M21.2005 355.323L22.3296 354.187L-1.70286 329.843L3.45846 324.649H1.20039L-3.96094 329.843L21.2005 355.323Z' fill='%23EDF1F5'/%3E%3Cpath d='M56.6868 327.734H29.5898V329.357H56.6868V327.734Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1019 403.847V401.575L93.7793 406.931L94.9083 408.067L99.1019 403.847Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1011 500.576H65.875V502.199H99.1011V500.576Z' fill='%23EDF1F5'/%3E%3Cpath d='M-4.2832 461.789L39.5881 428.194L69.2658 485.971L99.1047 457.732V455.622L69.7497 483.374L40.2333 425.76L-4.2832 459.679L-3.31544 460.815L-4.2832 461.789Z' fill='%23EDF1F5'/%3E%3Cpath d='M77.4893 447.832V367.172H26.8438V368.795H75.8764V447.832H77.4893Z' fill='%23EDF1F5'/%3E%3Cpath d='M40.3918 410.665L41.5208 409.529L-4.12474 363.6H-6.38281L40.3918 410.665Z' fill='%23EDF1F5'/%3E%3Cpath d='M32.6523 455.297L-3.96094 492.138L21.2005 517.618L22.3296 516.482L-1.70286 492.138L33.7813 456.433L32.6523 455.297Z' fill='%23EDF1F5'/%3E%3Cpath d='M56.6868 490.028H29.5898V491.651H56.6868V490.028Z' fill='%23EDF1F5'/%3E%3Cpath d='M65.3485 378.281L52.4609 391.249L53.6014 392.397L66.489 379.429L65.3485 378.281Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1019 566.143V563.871L93.7793 569.227L94.9083 570.363L99.1019 566.143Z' fill='%23EDF1F5'/%3E%3Cpath d='M69.7497 645.668L40.2333 588.054L-4.2832 621.973L-3.31544 623.109L-4.2832 624.083L39.5881 590.488L69.2658 648.265L99.1047 620.026V617.916L69.7497 645.668Z' fill='%23EDF1F5'/%3E%3Cpath d='M77.4893 610.126V529.466H26.8438V531.089H75.8764V610.126H77.4893Z' fill='%23EDF1F5'/%3E%3Cpath d='M40.3918 572.96L41.5208 571.824L-4.12474 525.895H-6.38281L40.3918 572.96Z' fill='%23EDF1F5'/%3E%3Cpath d='M32.6491 617.59L1.19727 649.237H3.45534L33.7782 618.726L32.6491 617.59Z' fill='%23EDF1F5'/%3E%3Cpath d='M65.3485 540.574L52.4609 553.542L53.6014 554.69L66.489 541.722L65.3485 540.574Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 13.6943H99.0996V15.3173H107.164V13.6943Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 71.1461V68.874L99.0996 76.9887V79.2608L107.164 71.1461Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 175.989H99.0996V177.612H107.164V175.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 125.515V123.405L99.0996 131.033V133.143L107.164 125.515Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 233.441V231.169L99.0996 239.284V241.556L107.164 233.441Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.0996 293.327V295.437L107.164 287.809V285.699L99.0996 293.327Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1011 13.6943H65.875V15.3173H99.1011V13.6943Z' fill='%23EDF1F5'/%3E%3Cpath d='M21.2005 30.736L22.3296 29.6L-1.70286 5.2559L3.45846 0.0625H1.20039L-3.96094 5.2559L21.2005 30.736Z' fill='%23EDF1F5'/%3E%3Cpath d='M56.6868 3.14551H29.5898V4.76845H56.6868V3.14551Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1019 79.2614V76.9893L93.7793 82.345L94.9083 83.481L99.1019 79.2614Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1011 175.989H65.875V177.612H99.1011V175.989Z' fill='%23EDF1F5'/%3E%3Cpath d='M-4.2832 137.201L39.5881 103.606L69.2658 161.383L99.1047 133.144V131.034L69.7497 158.786L40.2333 101.172L-4.2832 135.091L-3.31544 136.227L-4.2832 137.201Z' fill='%23EDF1F5'/%3E%3Cpath d='M77.4893 123.244V42.584H26.8438V44.2069H75.8764V123.244H77.4893Z' fill='%23EDF1F5'/%3E%3Cpath d='M40.3918 86.0789L41.5208 84.9428L-4.12474 39.0137H-6.38281L40.3918 86.0789Z' fill='%23EDF1F5'/%3E%3Cpath d='M32.6523 130.708L-3.96094 167.549L21.2005 193.029L22.3296 191.893L-1.70286 167.549L33.7813 131.844L32.6523 130.708Z' fill='%23EDF1F5'/%3E%3Cpath d='M56.6868 165.439H29.5898V167.062H56.6868V165.439Z' fill='%23EDF1F5'/%3E%3Cpath d='M65.3485 53.6964L52.4609 66.6641L53.6014 67.8116L66.489 54.844L65.3485 53.6964Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1019 241.554V239.282L93.7793 244.638L94.9083 245.774L99.1019 241.554Z' fill='%23EDF1F5'/%3E%3Cpath d='M69.7497 321.078L40.2333 263.464L-4.2832 297.383L-3.31544 298.519L-4.2832 299.493L39.5881 265.898L69.2658 323.675L99.1047 295.436V293.326L69.7497 321.078Z' fill='%23EDF1F5'/%3E%3Cpath d='M77.4893 285.538V204.878H26.8438V206.501H75.8764V285.538H77.4893Z' fill='%23EDF1F5'/%3E%3Cpath d='M40.3918 248.372L41.5208 247.236L-4.12474 201.307H-6.38281L40.3918 248.372Z' fill='%23EDF1F5'/%3E%3Cpath d='M32.6491 293.002L1.19727 324.649H3.45534L33.7782 294.138L32.6491 293.002Z' fill='%23EDF1F5'/%3E%3Cpath d='M65.3485 215.988L52.4609 228.956L53.6014 230.104L66.489 217.136L65.3485 215.988Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 824.967H99.0996V826.59H107.164V824.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 882.42V880.147L99.0996 888.262V890.534L107.164 882.42Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 987.261H99.0996V988.884H107.164V987.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 936.79V934.68L99.0996 942.307V944.417L107.164 936.79Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 1044.71V1042.44L99.0996 1050.56V1052.83L107.164 1044.71Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.0996 1104.6V1106.71L107.164 1099.08V1096.97L99.0996 1104.6Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1011 824.967H65.875V826.59H99.1011V824.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M21.2005 842.008L22.3296 840.872L-1.70286 816.528L3.45846 811.335H1.20039L-3.96094 816.528L21.2005 842.008Z' fill='%23EDF1F5'/%3E%3Cpath d='M56.6868 814.418H29.5898V816.041H56.6868V814.418Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1019 890.534V888.262L93.7793 893.617L94.9083 894.753L99.1019 890.534Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1011 987.261H65.875V988.884H99.1011V987.261Z' fill='%23EDF1F5'/%3E%3Cpath d='M-4.2832 948.476L39.5881 914.881L69.2658 972.657L99.1047 944.418V942.308L69.7497 970.061L40.2333 912.446L-4.2832 946.366L-3.31544 947.502L-4.2832 948.476Z' fill='%23EDF1F5'/%3E%3Cpath d='M77.4893 934.515V853.855H26.8438V855.478H75.8764V934.515H77.4893Z' fill='%23EDF1F5'/%3E%3Cpath d='M40.3918 897.349L41.5208 896.213L-4.12474 850.284H-6.38281L40.3918 897.349Z' fill='%23EDF1F5'/%3E%3Cpath d='M32.6523 941.982L-3.96094 978.823L21.2005 1004.3L22.3296 1003.17L-1.70286 978.823L33.7813 943.118L32.6523 941.982Z' fill='%23EDF1F5'/%3E%3Cpath d='M56.6868 976.713H29.5898V978.336H56.6868V976.713Z' fill='%23EDF1F5'/%3E%3Cpath d='M65.3485 864.967L52.4609 877.935L53.6014 879.082L66.489 866.114L65.3485 864.967Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1019 1052.83V1050.56L93.7793 1055.91L94.9083 1057.05L99.1019 1052.83Z' fill='%23EDF1F5'/%3E%3Cpath d='M69.7497 1132.35L40.2333 1074.74L-4.2832 1108.66L-3.31544 1109.79L-4.2832 1110.77L39.5881 1077.17L69.2658 1134.95L99.1047 1106.71V1104.6L69.7497 1132.35Z' fill='%23EDF1F5'/%3E%3Cpath d='M77.4893 1096.81V1016.15H26.8438V1017.78H75.8764V1096.81H77.4893Z' fill='%23EDF1F5'/%3E%3Cpath d='M40.3918 1059.64L41.5208 1058.51L-4.12474 1012.58H-6.38281L40.3918 1059.64Z' fill='%23EDF1F5'/%3E%3Cpath d='M32.6491 1104.28L1.19727 1135.92H3.45534L33.7782 1105.41L32.6491 1104.28Z' fill='%23EDF1F5'/%3E%3Cpath d='M65.3485 1027.26L52.4609 1040.23L53.6014 1041.38L66.489 1028.41L65.3485 1027.26Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 500.38H99.0996V502.003H107.164V500.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 557.831V555.559L99.0996 563.673V565.945L107.164 557.831Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 662.674H99.0996V664.297H107.164V662.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 612.2V610.09L99.0996 617.718V619.827L107.164 612.2Z' fill='%23EDF1F5'/%3E%3Cpath d='M107.164 720.125V717.853L99.0996 725.967V728.239L107.164 720.125Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.0996 780.013V782.122L107.164 774.495V772.385L99.0996 780.013Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1011 500.38H65.875V502.003H99.1011V500.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M21.2005 517.422L22.3296 516.286L-1.70286 491.941L3.45846 486.748H1.20039L-3.96094 491.941L21.2005 517.422Z' fill='%23EDF1F5'/%3E%3Cpath d='M56.6868 489.83H29.5898V491.453H56.6868V489.83Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1019 565.944V563.672L93.7793 569.028L94.9083 570.164L99.1019 565.944Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1011 662.674H65.875V664.297H99.1011V662.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M-4.2832 623.886L39.5881 590.291L69.2658 648.067L99.1047 619.828V617.719L69.7497 645.471L40.2333 587.856L-4.2832 621.776L-3.31544 622.912L-4.2832 623.886Z' fill='%23EDF1F5'/%3E%3Cpath d='M77.4893 609.93V529.27H26.8438V530.892H75.8764V609.93H77.4893Z' fill='%23EDF1F5'/%3E%3Cpath d='M40.3918 572.762L41.5208 571.626L-4.12474 525.697H-6.38281L40.3918 572.762Z' fill='%23EDF1F5'/%3E%3Cpath d='M32.6523 617.393L-3.96094 654.233L21.2005 679.713L22.3296 678.577L-1.70286 654.233L33.7813 618.529L32.6523 617.393Z' fill='%23EDF1F5'/%3E%3Cpath d='M56.6868 652.125H29.5898V653.748H56.6868V652.125Z' fill='%23EDF1F5'/%3E%3Cpath d='M65.3485 540.38L52.4609 553.348L53.6014 554.495L66.489 541.528L65.3485 540.38Z' fill='%23EDF1F5'/%3E%3Cpath d='M99.1019 728.241V725.969L93.7793 731.324L94.9083 732.461L99.1019 728.241Z' fill='%23EDF1F5'/%3E%3Cpath d='M69.7497 807.766L40.2333 750.151L-4.2832 784.071L-3.31544 785.207L-4.2832 786.181L39.5881 752.586L69.2658 810.362L99.1047 782.123V780.013L69.7497 807.766Z' fill='%23EDF1F5'/%3E%3Cpath d='M77.4893 772.224V691.563H26.8438V693.186H75.8764V772.224H77.4893Z' fill='%23EDF1F5'/%3E%3Cpath d='M40.3918 735.057L41.5208 733.921L-4.12474 687.992H-6.38281L40.3918 735.057Z' fill='%23EDF1F5'/%3E%3Cpath d='M32.6491 779.688L1.19727 811.335H3.45534L33.7782 780.824L32.6491 779.688Z' fill='%23EDF1F5'/%3E%3Cpath d='M65.3485 702.673L52.4609 715.641L53.6014 716.788L66.489 703.821L65.3485 702.673Z' fill='%23EDF1F5'/%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_7402_51867' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(107.258 564.5) rotate(135.522) scale(689.853 788.545)'%3E%3Cstop stop-color='%23D9D9D9'/%3E%3Cstop offset='1' stop-color='%23D9D9D9' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .projects-slider-section .pattern-bg-right {
    right: 0;
    width: 73rem;
    height: 80rem;
    transform: translate(0, -51%);
    background-image: url("data:image/svg+xml,%3Csvg width='590' height='690' viewBox='0 0 590 690' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_7402_42405)'%3E%3Cmask id='mask0_7402_42405' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='690' height='690'%3E%3Crect width='689.967' height='689.967' fill='url(%23paint0_radial_7402_42405)'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_7402_42405)'%3E%3Cpath d='M230.468 254.492H221.83V256.22H230.468V254.492Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.468 315.647V313.229L221.83 321.866V324.285L230.468 315.647Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.468 427.245H221.83V428.973H230.468V427.245Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.468 373.52V371.274L221.83 379.394V381.64L230.468 373.52Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.468 488.402V485.983L221.83 494.621V497.04L230.468 488.402Z' fill='%23EDF1F5'/%3E%3Cpath d='M221.83 552.146V554.392L230.468 546.272V544.026L221.83 552.146Z' fill='%23EDF1F5'/%3E%3Cpath d='M89.5 281.442H91.9186L100.383 272.977L108.848 281.442H111.267L100.383 270.559L89.5 281.442Z' fill='%23EDF1F5'/%3E%3Cpath d='M221.828 254.492H186.24V256.22H221.828V254.492Z' fill='%23EDF1F5'/%3E%3Cpath d='M49.0762 254.492V256.219H80.8629V239.98H79.1353V254.492H49.0762Z' fill='%23EDF1F5'/%3E%3Cpath d='M138.389 272.631L139.598 271.422L113.858 245.509L119.386 239.98H116.968L111.439 245.509L138.389 272.631Z' fill='%23EDF1F5'/%3E%3Cpath d='M176.394 243.264H147.371V244.991H176.394V243.264Z' fill='%23EDF1F5'/%3E%3Cpath d='M89.5 454.196H91.9186L100.383 445.731L108.848 454.196H111.267L100.383 443.312L89.5 454.196Z' fill='%23EDF1F5'/%3E%3Cpath d='M221.828 324.284V321.865L216.127 327.566L217.336 328.775L221.828 324.284Z' fill='%23EDF1F5'/%3E%3Cpath d='M221.828 427.245H186.24V428.973H221.828V427.245Z' fill='%23EDF1F5'/%3E%3Cpath d='M111.094 385.961L158.083 350.201L189.869 411.701L221.829 381.642V379.396L190.388 408.937L158.774 347.609L111.094 383.715L112.13 384.924L111.094 385.961Z' fill='%23EDF1F5'/%3E%3Cpath d='M115.413 297.68H113.686V354.343H115.413V297.68Z' fill='%23EDF1F5'/%3E%3Cpath d='M198.68 371.102V285.243H144.436V286.971H196.953V371.102H198.68Z' fill='%23EDF1F5'/%3E%3Cpath d='M49.0762 321.866V324.284L91.9191 281.441H89.5005L49.0762 321.866Z' fill='%23EDF1F5'/%3E%3Cpath d='M158.948 331.54L160.157 330.331L111.268 281.441H108.85L158.948 331.54Z' fill='%23EDF1F5'/%3E%3Cpath d='M79.1353 427.247H49.0762V428.974H80.8629V367.819H79.1353V427.247Z' fill='%23EDF1F5'/%3E%3Cpath d='M150.655 379.048L111.439 418.263L138.389 445.385L139.598 444.176L113.858 418.263L151.864 380.257L150.655 379.048Z' fill='%23EDF1F5'/%3E%3Cpath d='M176.394 416.018H147.371V417.745H176.394V416.018Z' fill='%23EDF1F5'/%3E%3Cpath d='M185.68 297.069L171.877 310.872L173.098 312.094L186.902 298.29L185.68 297.069Z' fill='%23EDF1F5'/%3E%3Cpath d='M75.6747 310.96L74.4531 312.182L97.1738 334.902L98.3953 333.681L75.6747 310.96Z' fill='%23EDF1F5'/%3E%3Cpath d='M80.1719 352.444L110.922 385.958H111.095L112.131 384.922L111.095 383.712L80.1719 350.025L49.0762 379.394V381.639L80.1719 352.444Z' fill='%23EDF1F5'/%3E%3Cpath d='M221.828 497.038V494.619L216.127 500.32L217.336 501.529L221.828 497.038Z' fill='%23EDF1F5'/%3E%3Cpath d='M190.388 581.689L158.774 520.361L111.094 556.467L112.13 557.676L111.094 558.713L158.083 522.953L189.869 584.453L221.829 554.394V552.148L190.388 581.689Z' fill='%23EDF1F5'/%3E%3Cpath d='M115.413 470.435H113.686V527.098H115.413V470.435Z' fill='%23EDF1F5'/%3E%3Cpath d='M198.68 543.856V457.997H144.436V459.725H196.953V543.856H198.68Z' fill='%23EDF1F5'/%3E%3Cpath d='M158.948 504.294L160.157 503.085L111.268 454.195H108.85L158.948 504.294Z' fill='%23EDF1F5'/%3E%3Cpath d='M49.0762 494.62V497.038L91.9191 454.195H89.5005L49.0762 494.62Z' fill='%23EDF1F5'/%3E%3Cpath d='M80.8604 540.572H79.1328V585.488H80.8604V540.572Z' fill='%23EDF1F5'/%3E%3Cpath d='M150.654 551.801L116.967 585.488H119.385L151.863 553.01L150.654 551.801Z' fill='%23EDF1F5'/%3E%3Cpath d='M185.68 469.823L171.877 483.626L173.098 484.848L186.902 471.044L185.68 469.823Z' fill='%23EDF1F5'/%3E%3Cpath d='M75.6727 483.713L74.4512 484.935L97.1719 507.655L98.3934 506.434L75.6727 483.713Z' fill='%23EDF1F5'/%3E%3Cpath d='M111.095 556.466L80.1719 522.779L49.0762 552.147V554.393L80.1719 525.198L110.922 558.712H111.095L112.131 557.676L111.095 556.466Z' fill='%23EDF1F5'/%3E%3Cpath d='M49.0736 254.492H13.4863V256.22H49.0736V254.492Z' fill='%23EDF1F5'/%3E%3Cpath d='M3.64176 243.264H-25.3809V244.991H3.64176V243.264Z' fill='%23EDF1F5'/%3E%3Cpath d='M43.373 327.566L44.5823 328.775L49.0739 324.284V321.865L43.373 327.566Z' fill='%23EDF1F5'/%3E%3Cpath d='M49.0736 427.245H13.4863V428.973H49.0736V427.245Z' fill='%23EDF1F5'/%3E%3Cpath d='M-61.6582 385.961L-14.6692 350.201L17.1175 411.701L49.077 381.642V379.396L17.6358 408.937L-13.9782 347.609L-61.6582 383.715L-60.6217 384.924L-61.6582 385.961Z' fill='%23EDF1F5'/%3E%3Cpath d='M24.1988 371.102H25.9263V285.243H-28.3184V286.971H24.1988V371.102Z' fill='%23EDF1F5'/%3E%3Cpath d='M3.64176 416.018H-25.3809V417.745H3.64176V416.018Z' fill='%23EDF1F5'/%3E%3Cpath d='M12.9304 297.069L-0.873047 310.872L0.348495 312.094L14.1519 298.29L12.9304 297.069Z' fill='%23EDF1F5'/%3E%3Cpath d='M43.373 500.32L44.5823 501.529L49.0739 497.038V494.619L43.373 500.32Z' fill='%23EDF1F5'/%3E%3Cpath d='M17.6358 581.689L-13.9782 520.361L-61.6582 556.467L-60.6217 557.676L-61.6582 558.713L-14.6692 522.953L17.1175 584.453L49.077 554.394V552.148L17.6358 581.689Z' fill='%23EDF1F5'/%3E%3Cpath d='M25.9263 543.856V457.997H-28.3184V459.725H24.1988V543.856H25.9263Z' fill='%23EDF1F5'/%3E%3Cpath d='M12.9245 469.823L-0.878906 483.626L0.342636 484.848L14.1461 471.044L12.9245 469.823Z' fill='%23EDF1F5'/%3E%3Cpath d='M575.974 254.492H567.336V256.22H575.974V254.492Z' fill='%23EDF1F5'/%3E%3Cpath d='M575.974 315.647V313.229L567.336 321.866V324.285L575.974 315.647Z' fill='%23EDF1F5'/%3E%3Cpath d='M575.974 427.245H567.336V428.973H575.974V427.245Z' fill='%23EDF1F5'/%3E%3Cpath d='M575.974 373.52V371.274L567.336 379.394V381.64L575.974 373.52Z' fill='%23EDF1F5'/%3E%3Cpath d='M575.974 488.402V485.983L567.336 494.621V497.04L575.974 488.402Z' fill='%23EDF1F5'/%3E%3Cpath d='M567.336 552.146V554.392L575.974 546.272V544.026L567.336 552.146Z' fill='%23EDF1F5'/%3E%3Cpath d='M435.01 281.442H437.428L445.893 272.977L454.358 281.442H456.777L445.893 270.559L435.01 281.442Z' fill='%23EDF1F5'/%3E%3Cpath d='M567.335 254.492H531.748V256.22H567.335V254.492Z' fill='%23EDF1F5'/%3E%3Cpath d='M394.584 254.492V256.219H426.371V239.98H424.643V254.492H394.584Z' fill='%23EDF1F5'/%3E%3Cpath d='M483.899 272.631L485.108 271.422L459.368 245.509L464.896 239.98H462.477L456.949 245.509L483.899 272.631Z' fill='%23EDF1F5'/%3E%3Cpath d='M521.905 243.264H492.883V244.991H521.905V243.264Z' fill='%23EDF1F5'/%3E%3Cpath d='M435.01 454.196H437.428L445.893 445.731L454.358 454.196H456.777L445.893 443.312L435.01 454.196Z' fill='%23EDF1F5'/%3E%3Cpath d='M567.338 324.284V321.865L561.637 327.566L562.846 328.775L567.338 324.284Z' fill='%23EDF1F5'/%3E%3Cpath d='M567.335 427.245H531.748V428.973H567.335V427.245Z' fill='%23EDF1F5'/%3E%3Cpath d='M456.604 385.961L503.593 350.201L535.379 411.701L567.339 381.642V379.396L535.898 408.937L504.284 347.609L456.604 383.715L457.64 384.924L456.604 385.961Z' fill='%23EDF1F5'/%3E%3Cpath d='M460.919 297.68H459.191V354.343H460.919V297.68Z' fill='%23EDF1F5'/%3E%3Cpath d='M544.188 371.102V285.243H489.943V286.971H542.461V371.102H544.188Z' fill='%23EDF1F5'/%3E%3Cpath d='M394.584 321.866V324.284L437.427 281.441H435.008L394.584 321.866Z' fill='%23EDF1F5'/%3E%3Cpath d='M504.454 331.54L505.663 330.331L456.774 281.441H454.355L504.454 331.54Z' fill='%23EDF1F5'/%3E%3Cpath d='M424.643 427.247H394.584V428.974H426.371V367.819H424.643V427.247Z' fill='%23EDF1F5'/%3E%3Cpath d='M496.164 379.048L456.949 418.263L483.899 445.385L485.108 444.176L459.368 418.263L497.374 380.257L496.164 379.048Z' fill='%23EDF1F5'/%3E%3Cpath d='M521.905 416.018H492.883V417.745H521.905V416.018Z' fill='%23EDF1F5'/%3E%3Cpath d='M531.188 297.069L517.385 310.872L518.606 312.094L532.41 298.29L531.188 297.069Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.181 310.96L419.959 312.182L442.68 334.902L443.901 333.681L421.181 310.96Z' fill='%23EDF1F5'/%3E%3Cpath d='M425.68 352.444L456.43 385.958H456.603L457.639 384.922L456.603 383.712L425.68 350.025L394.584 379.394V381.639L425.68 352.444Z' fill='%23EDF1F5'/%3E%3Cpath d='M567.338 497.038V494.619L561.637 500.32L562.846 501.529L567.338 497.038Z' fill='%23EDF1F5'/%3E%3Cpath d='M535.898 581.689L504.284 520.361L456.604 556.467L457.64 557.676L456.604 558.713L503.593 522.953L535.379 584.453L567.339 554.394V552.148L535.898 581.689Z' fill='%23EDF1F5'/%3E%3Cpath d='M460.919 470.435H459.191V527.098H460.919V470.435Z' fill='%23EDF1F5'/%3E%3Cpath d='M544.188 543.856V457.997H489.943V459.725H542.461V543.856H544.188Z' fill='%23EDF1F5'/%3E%3Cpath d='M504.454 504.294L505.663 503.085L456.774 454.195H454.355L504.454 504.294Z' fill='%23EDF1F5'/%3E%3Cpath d='M394.584 494.62V497.038L437.427 454.195H435.008L394.584 494.62Z' fill='%23EDF1F5'/%3E%3Cpath d='M426.368 540.572H424.641V585.488H426.368V540.572Z' fill='%23EDF1F5'/%3E%3Cpath d='M496.162 551.801L462.475 585.488H464.893L497.371 553.01L496.162 551.801Z' fill='%23EDF1F5'/%3E%3Cpath d='M531.188 469.823L517.385 483.626L518.606 484.848L532.41 471.044L531.188 469.823Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.179 483.713L419.957 484.935L442.678 507.655L443.899 506.434L421.179 483.713Z' fill='%23EDF1F5'/%3E%3Cpath d='M456.603 556.466L425.68 522.779L394.584 552.147V554.393L425.68 525.198L456.43 558.712H456.603L457.639 557.676L456.603 556.466Z' fill='%23EDF1F5'/%3E%3Cpath d='M264.674 281.442L273.139 272.977L281.604 281.442H284.023L273.139 270.559L262.256 281.442H264.674Z' fill='%23EDF1F5'/%3E%3Cpath d='M394.579 254.492H358.992V256.22H394.579V254.492Z' fill='%23EDF1F5'/%3E%3Cpath d='M253.616 256.219V239.98H251.888V254.492H230.467V256.219H253.616Z' fill='%23EDF1F5'/%3E%3Cpath d='M311.143 272.631L312.352 271.422L286.612 245.509L292.14 239.98H289.721L284.193 245.509L311.143 272.631Z' fill='%23EDF1F5'/%3E%3Cpath d='M349.152 243.264H320.129V244.991H349.152V243.264Z' fill='%23EDF1F5'/%3E%3Cpath d='M262.256 454.196H264.674L273.139 445.731L281.604 454.196H284.023L273.139 443.312L262.256 454.196Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.881 327.566L390.09 328.775L394.582 324.284V321.865L388.881 327.566Z' fill='%23EDF1F5'/%3E%3Cpath d='M394.579 427.245H358.992V428.973H394.579V427.245Z' fill='%23EDF1F5'/%3E%3Cpath d='M283.848 385.961L330.837 350.201L362.623 411.701L394.583 381.642V379.396L363.142 408.937L331.528 347.609L283.848 383.715L284.884 384.924L283.848 385.961Z' fill='%23EDF1F5'/%3E%3Cpath d='M288.163 297.68H286.436V354.343H288.163V297.68Z' fill='%23EDF1F5'/%3E%3Cpath d='M369.707 371.102H371.434V285.243H317.189V286.971H369.707V371.102Z' fill='%23EDF1F5'/%3E%3Cpath d='M331.7 331.54L332.909 330.331L284.02 281.441H281.602L331.7 331.54Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.467 313.228V315.647L264.672 281.441H262.253L230.467 313.228Z' fill='%23EDF1F5'/%3E%3Cpath d='M253.616 428.974V367.819H251.888V427.247H230.467V428.974H253.616Z' fill='%23EDF1F5'/%3E%3Cpath d='M323.408 379.048L284.193 418.263L311.143 445.385L312.352 444.176L286.612 418.263L324.618 380.257L323.408 379.048Z' fill='%23EDF1F5'/%3E%3Cpath d='M349.152 416.018H320.129V417.745H349.152V416.018Z' fill='%23EDF1F5'/%3E%3Cpath d='M358.436 297.069L344.633 310.872L345.854 312.094L359.658 298.29L358.436 297.069Z' fill='%23EDF1F5'/%3E%3Cpath d='M248.431 310.959L247.209 312.181L269.93 334.901L271.151 333.68L248.431 310.959Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.467 373.52L252.925 352.444L283.675 385.958H283.848L284.884 384.922L283.848 383.712L252.925 350.025L230.467 371.274V373.52Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.881 500.32L390.09 501.529L394.582 497.038V494.619L388.881 500.32Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.142 581.689L331.528 520.361L283.848 556.467L284.884 557.676L283.848 558.713L330.837 522.953L362.623 584.453L394.583 554.394V552.148L363.142 581.689Z' fill='%23EDF1F5'/%3E%3Cpath d='M288.163 470.435H286.436V527.098H288.163V470.435Z' fill='%23EDF1F5'/%3E%3Cpath d='M371.434 543.856V457.997H317.189V459.725H369.707V543.856H371.434Z' fill='%23EDF1F5'/%3E%3Cpath d='M331.7 504.294L332.909 503.085L284.02 454.195H281.602L331.7 504.294Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.467 485.982V488.401L264.672 454.195H262.253L230.467 485.982Z' fill='%23EDF1F5'/%3E%3Cpath d='M253.614 540.572H251.887V585.488H253.614V540.572Z' fill='%23EDF1F5'/%3E%3Cpath d='M323.41 551.801L289.723 585.488H292.141L324.619 553.01L323.41 551.801Z' fill='%23EDF1F5'/%3E%3Cpath d='M358.436 469.823L344.633 483.626L345.854 484.848L359.658 471.044L358.436 469.823Z' fill='%23EDF1F5'/%3E%3Cpath d='M248.425 483.711L247.203 484.933L269.924 507.653L271.145 506.432L248.425 483.711Z' fill='%23EDF1F5'/%3E%3Cpath d='M283.848 556.466L252.925 522.779L230.467 544.028V546.274L252.925 525.198L283.675 558.712H283.848L284.884 557.676L283.848 556.466Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.468 81.7383H221.83V83.4658H230.468V81.7383Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.468 28.0105V25.7646L221.83 33.8841V36.1299L230.468 28.0105Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.468 142.893V140.475L221.83 149.112V151.531L230.468 142.893Z' fill='%23EDF1F5'/%3E%3Cpath d='M221.83 206.639V208.885L230.468 200.765V198.52L221.83 206.639Z' fill='%23EDF1F5'/%3E%3Cpath d='M89.5 108.689H91.9186L100.383 100.224L108.848 108.689H111.267L100.383 97.8057L89.5 108.689Z' fill='%23EDF1F5'/%3E%3Cpath d='M221.828 81.7383H186.24V83.4658H221.828V81.7383Z' fill='%23EDF1F5'/%3E%3Cpath d='M111.094 40.4509L158.083 4.69092L189.869 66.1913L221.829 36.1321V33.8863L190.388 63.4272L158.774 2.09961L111.094 38.2051L112.13 39.4144L111.094 40.4509Z' fill='%23EDF1F5'/%3E%3Cpath d='M115.413 -47.8281H113.686V8.8351H115.413V-47.8281Z' fill='%23EDF1F5'/%3E%3Cpath d='M198.68 25.5949V-60.2637H144.436V-58.5361H196.953V25.5949H198.68Z' fill='%23EDF1F5'/%3E%3Cpath d='M79.1353 81.7378H49.0762V83.4654H80.8629V22.3105H79.1353V81.7378Z' fill='%23EDF1F5'/%3E%3Cpath d='M150.655 33.5391L111.439 72.7542L138.389 99.8765L139.598 98.6672L113.858 72.7542L151.864 34.7483L150.655 33.5391Z' fill='%23EDF1F5'/%3E%3Cpath d='M176.394 70.5098H147.371V72.2373H176.394V70.5098Z' fill='%23EDF1F5'/%3E%3Cpath d='M80.1719 6.93613L110.922 40.4504H111.095L112.131 39.4138L111.095 38.2046L80.1719 4.51758L49.0762 33.8857V36.1315L80.1719 6.93613Z' fill='%23EDF1F5'/%3E%3Cpath d='M221.828 151.53V149.111L216.127 154.812L217.336 156.021L221.828 151.53Z' fill='%23EDF1F5'/%3E%3Cpath d='M190.388 236.181L158.774 174.854L111.094 210.959L112.13 212.168L111.094 213.205L158.083 177.445L189.869 238.945L221.829 208.886V206.64L190.388 236.181Z' fill='%23EDF1F5'/%3E%3Cpath d='M115.413 124.927H113.686V181.59H115.413V124.927Z' fill='%23EDF1F5'/%3E%3Cpath d='M198.68 198.349V112.49H144.436V114.218H196.953V198.349H198.68Z' fill='%23EDF1F5'/%3E%3Cpath d='M158.948 158.787L160.157 157.578L111.268 108.688H108.85L158.948 158.787Z' fill='%23EDF1F5'/%3E%3Cpath d='M49.0762 149.113V151.531L91.9191 108.688H89.5005L49.0762 149.113Z' fill='%23EDF1F5'/%3E%3Cpath d='M80.8604 195.064H79.1328V239.98H80.8604V195.064Z' fill='%23EDF1F5'/%3E%3Cpath d='M150.654 206.294L116.967 239.981H119.385L151.863 207.503L150.654 206.294Z' fill='%23EDF1F5'/%3E%3Cpath d='M185.68 124.317L171.877 138.12L173.098 139.342L186.902 125.538L185.68 124.317Z' fill='%23EDF1F5'/%3E%3Cpath d='M75.6727 138.203L74.4512 139.425L97.1719 162.145L98.3934 160.924L75.6727 138.203Z' fill='%23EDF1F5'/%3E%3Cpath d='M111.095 210.957L80.1719 177.271L49.0762 206.639V208.884L80.1719 179.689L110.922 213.203H111.095L112.131 212.167L111.095 210.957Z' fill='%23EDF1F5'/%3E%3Cpath d='M49.0736 81.7383H13.4863V83.4658H49.0736V81.7383Z' fill='%23EDF1F5'/%3E%3Cpath d='M-61.6582 40.4509L-14.6692 4.69092L17.1175 66.1913L49.077 36.1321V33.8863L17.6358 63.4272L-13.9782 2.09961L-61.6582 38.2051L-60.6217 39.4144L-61.6582 40.4509Z' fill='%23EDF1F5'/%3E%3Cpath d='M24.1988 25.5949H25.9263V-60.2637H-28.3184V-58.5361H24.1988V25.5949Z' fill='%23EDF1F5'/%3E%3Cpath d='M3.64176 70.5098H-25.3809V72.2373H3.64176V70.5098Z' fill='%23EDF1F5'/%3E%3Cpath d='M43.373 154.812L44.5823 156.021L49.0739 151.53V149.111L43.373 154.812Z' fill='%23EDF1F5'/%3E%3Cpath d='M17.6358 236.181L-13.9782 174.854L-61.6582 210.959L-60.6217 212.168L-61.6582 213.205L-14.6692 177.445L17.1175 238.945L49.077 208.886V206.64L17.6358 236.181Z' fill='%23EDF1F5'/%3E%3Cpath d='M25.9263 198.349V112.49H-28.3184V114.218H24.1988V198.349H25.9263Z' fill='%23EDF1F5'/%3E%3Cpath d='M12.9245 124.315L-0.878906 138.118L0.342636 139.34L14.1461 125.536L12.9245 124.315Z' fill='%23EDF1F5'/%3E%3Cpath d='M575.974 81.7383H567.336V83.4658H575.974V81.7383Z' fill='%23EDF1F5'/%3E%3Cpath d='M575.974 28.0105V25.7646L567.336 33.8841V36.1299L575.974 28.0105Z' fill='%23EDF1F5'/%3E%3Cpath d='M575.974 142.893V140.475L567.336 149.112V151.531L575.974 142.893Z' fill='%23EDF1F5'/%3E%3Cpath d='M567.336 206.639V208.885L575.974 200.765V198.52L567.336 206.639Z' fill='%23EDF1F5'/%3E%3Cpath d='M435.01 108.689H437.428L445.893 100.224L454.358 108.689H456.777L445.893 97.8057L435.01 108.689Z' fill='%23EDF1F5'/%3E%3Cpath d='M567.335 81.7383H531.748V83.4658H567.335V81.7383Z' fill='%23EDF1F5'/%3E%3Cpath d='M456.604 40.4509L503.593 4.69092L535.379 66.1913L567.339 36.1321V33.8863L535.898 63.4272L504.284 2.09961L456.604 38.2051L457.64 39.4144L456.604 40.4509Z' fill='%23EDF1F5'/%3E%3Cpath d='M460.919 -47.8281H459.191V8.8351H460.919V-47.8281Z' fill='%23EDF1F5'/%3E%3Cpath d='M544.188 25.5949V-60.2637H489.943V-58.5361H542.461V25.5949H544.188Z' fill='%23EDF1F5'/%3E%3Cpath d='M424.643 81.7378H394.584V83.4654H426.371V22.3105H424.643V81.7378Z' fill='%23EDF1F5'/%3E%3Cpath d='M496.164 33.5391L456.949 72.7542L483.899 99.8765L485.108 98.6672L459.368 72.7542L497.374 34.7483L496.164 33.5391Z' fill='%23EDF1F5'/%3E%3Cpath d='M521.905 70.5098H492.883V72.2373H521.905V70.5098Z' fill='%23EDF1F5'/%3E%3Cpath d='M425.68 6.93613L456.43 40.4504H456.603L457.639 39.4138L456.603 38.2046L425.68 4.51758L394.584 33.8857V36.1315L425.68 6.93613Z' fill='%23EDF1F5'/%3E%3Cpath d='M567.338 151.53V149.111L561.637 154.812L562.846 156.021L567.338 151.53Z' fill='%23EDF1F5'/%3E%3Cpath d='M535.898 236.181L504.284 174.854L456.604 210.959L457.64 212.168L456.604 213.205L503.593 177.445L535.379 238.945L567.339 208.886V206.64L535.898 236.181Z' fill='%23EDF1F5'/%3E%3Cpath d='M460.919 124.927H459.191V181.59H460.919V124.927Z' fill='%23EDF1F5'/%3E%3Cpath d='M544.188 198.349V112.49H489.943V114.218H542.461V198.349H544.188Z' fill='%23EDF1F5'/%3E%3Cpath d='M504.454 158.787L505.663 157.578L456.774 108.688H454.355L504.454 158.787Z' fill='%23EDF1F5'/%3E%3Cpath d='M394.584 149.113V151.531L437.427 108.688H435.008L394.584 149.113Z' fill='%23EDF1F5'/%3E%3Cpath d='M426.368 195.064H424.641V239.98H426.368V195.064Z' fill='%23EDF1F5'/%3E%3Cpath d='M496.162 206.294L462.475 239.981H464.893L497.371 207.503L496.162 206.294Z' fill='%23EDF1F5'/%3E%3Cpath d='M531.188 124.317L517.385 138.12L518.606 139.342L532.41 125.538L531.188 124.317Z' fill='%23EDF1F5'/%3E%3Cpath d='M421.179 138.203L419.957 139.425L442.678 162.145L443.899 160.924L421.179 138.203Z' fill='%23EDF1F5'/%3E%3Cpath d='M456.603 210.957L425.68 177.271L394.584 206.639V208.884L425.68 179.689L456.43 213.203H456.603L457.639 212.167L456.603 210.957Z' fill='%23EDF1F5'/%3E%3Cpath d='M262.256 108.689H264.674L273.139 100.224L281.604 108.689H284.023L273.139 97.8057L262.256 108.689Z' fill='%23EDF1F5'/%3E%3Cpath d='M394.579 81.7383H358.992V83.4658H394.579V81.7383Z' fill='%23EDF1F5'/%3E%3Cpath d='M283.848 40.4509L330.837 4.69092L362.623 66.1913L394.583 36.1321V33.8863L363.142 63.4272L331.528 2.09961L283.848 38.2051L284.884 39.4144L283.848 40.4509Z' fill='%23EDF1F5'/%3E%3Cpath d='M288.163 -47.8281H286.436V8.8351H288.163V-47.8281Z' fill='%23EDF1F5'/%3E%3Cpath d='M369.707 25.5949H371.434V-60.2637H317.189V-58.5361H369.707V25.5949Z' fill='%23EDF1F5'/%3E%3Cpath d='M253.616 83.4654V22.3105H251.888V81.7378H230.467V83.4654H253.616Z' fill='%23EDF1F5'/%3E%3Cpath d='M323.408 33.5391L284.193 72.7542L311.143 99.8765L312.352 98.6672L286.612 72.7542L324.618 34.7483L323.408 33.5391Z' fill='%23EDF1F5'/%3E%3Cpath d='M349.152 70.5098H320.129V72.2373H349.152V70.5098Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.467 28.0121L252.925 6.93613L283.675 40.4504H283.848L284.884 39.4138L283.848 38.2046L252.925 4.51758L230.467 25.7663V28.0121Z' fill='%23EDF1F5'/%3E%3Cpath d='M388.881 154.812L390.09 156.021L394.582 151.53V149.111L388.881 154.812Z' fill='%23EDF1F5'/%3E%3Cpath d='M363.142 236.181L331.528 174.854L283.848 210.959L284.884 212.168L283.848 213.205L330.837 177.445L362.623 238.945L394.583 208.886V206.64L363.142 236.181Z' fill='%23EDF1F5'/%3E%3Cpath d='M288.163 124.927H286.436V181.59H288.163V124.927Z' fill='%23EDF1F5'/%3E%3Cpath d='M371.434 198.349V112.49H317.189V114.218H369.707V198.349H371.434Z' fill='%23EDF1F5'/%3E%3Cpath d='M331.7 158.787L332.909 157.578L284.02 108.688H281.602L331.7 158.787Z' fill='%23EDF1F5'/%3E%3Cpath d='M230.467 140.475V142.894L264.672 108.688H262.253L230.467 140.475Z' fill='%23EDF1F5'/%3E%3Cpath d='M253.614 195.064H251.887V239.98H253.614V195.064Z' fill='%23EDF1F5'/%3E%3Cpath d='M323.41 206.294L289.723 239.981H292.141L324.619 207.503L323.41 206.294Z' fill='%23EDF1F5'/%3E%3Cpath d='M358.436 124.315L344.633 138.118L345.854 139.34L359.658 125.536L358.436 124.315Z' fill='%23EDF1F5'/%3E%3Cpath d='M248.425 138.203L247.203 139.425L269.924 162.145L271.145 160.924L248.425 138.203Z' fill='%23EDF1F5'/%3E%3Cpath d='M283.848 210.957L252.925 177.271L230.467 198.519V200.765L252.925 179.689L283.675 213.203H283.848L284.884 212.167L283.848 210.957Z' fill='%23EDF1F5'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CradialGradient id='paint0_radial_7402_42405' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(344.983 344.983) rotate(-90) scale(344.983)'%3E%3Cstop stop-color='%23D9D9D9'/%3E%3Cstop offset='1' stop-color='%23D9D9D9' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_7402_42405'%3E%3Crect width='590' height='690' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .projects-slider-section .section-bg {
    padding: 2rem 0;
    width: 100%; }
    @media (max-width: 575px) {
      .projects-slider-section .section-bg .container {
        padding: 0; } }
  @media (max-width: 575px) {
    .projects-slider-section .index-projects-slider-wrap .splide__track {
      padding-left: 8px !important; } }
  @media (max-width: 575px) {
    .projects-slider-section .index-projects-slider-wrap .linear-pagination {
      padding: 0 20px;
      background-color: transparent; } }
  .projects-slider-section .index-projects-slider-wrap .js-index-slider:not(.is-initialized) .index-projects-item {
    width: 55.7rem;
    margin-right: 2.4rem; }
    @media (max-width: 1199px) {
      .projects-slider-section .index-projects-slider-wrap .js-index-slider:not(.is-initialized) .index-projects-item {
        width: auto; } }
  .projects-slider-section .index-projects-slider-wrap .info-card__top--title {
    margin-bottom: 2.4rem; }

/* End */


/* Start:/local/templates/html/assets/components-template/about-help/style.css?17543027673171*/
.about-help__section {
  margin-top: 12rem; }
  @media (max-width: 1199px) {
    .about-help__section {
      margin-top: 60px; } }
  .about-help__section .about-help__content {
    margin-top: 7.9rem;
    display: grid;
    grid-template-columns: 108.4rem 1fr;
    column-gap: 11.5rem; }
    @media (max-width: 1199px) {
      .about-help__section .about-help__content {
        grid-template-columns: 620px 1fr;
        column-gap: 30px; } }
    @media (max-width: 999px) {
      .about-help__section .about-help__content {
        grid-template-columns: 1fr;
        row-gap: 24px; } }
    .about-help__section .about-help__content--left .ajax-container .info-dropdown-header {
      border: none;
      border-bottom: 1px solid #D4DBDF; }
      .about-help__section .about-help__content--left .ajax-container .info-dropdown-header .info-dropdown-right {
        display: none; }
      @media (max-width: 767px) {
        .about-help__section .about-help__content--left .ajax-container .info-dropdown-header .icon {
          max-width: 28px;
          max-height: 28px;
          align-self: baseline; } }
    .about-help__section .about-help__content--left .ajax-container .info-dropdown-content {
      border: none;
      border-bottom: 1px solid #D4DBDF; }
    .about-help__section .about-help__content--left .ajax-container:last-child .info-dropdown-wrap:nth-last-child(2) .info-dropdown-header {
      border: none; }
    .about-help__section .about-help__content--left .ajax-container .dropdown-content p {
      margin-top: 1.6rem; }
    .about-help__section .about-help__content--left .ajax-container .show-more-btn-container {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-top: 1rem; }
      @media (max-width: 999px) {
        .about-help__section .about-help__content--left .ajax-container .show-more-btn-container {
          justify-content: center;
          margin-top: 10px; } }
    .about-help__section .about-help__content--right .send-question__wrap {
      background-color: #1789A1;
      color: #FFFFFF;
      padding: 2rem 4.2rem 4rem;
      position: sticky;
      top: 11rem; }
      @media (max-width: 1199px) {
        .about-help__section .about-help__content--right .send-question__wrap {
          padding: 24px 16px; } }
      @media (max-width: 999px) {
        .about-help__section .about-help__content--right .send-question__wrap {
          position: static; } }
      .about-help__section .about-help__content--right .send-question__wrap .send-question {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3.2rem; }
        @media (max-width: 1199px) {
          .about-help__section .about-help__content--right .send-question__wrap .send-question {
            gap: 16px; } }
        .about-help__section .about-help__content--right .send-question__wrap .send-question__top {
          display: flex;
          gap: 5rem;
          width: 100%;
          justify-content: space-between; }
          .about-help__section .about-help__content--right .send-question__wrap .send-question__top svg.icon {
            fill: #FFFFFF; }

/* End */


/* Start:/local/templates/html/assets/components-template/mixin__info-dropdown/style.css?17543027672220*/
.info-dropdown-wrap {
  width: 100%; }
  .info-dropdown-wrap .info-dropdown-header {
    padding: 2.4rem 4.4rem 3.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #D4DBDF;
    background-color: #FFF;
    transition: all 0.3s ease; }
    @media (max-width: 1199px) {
      .info-dropdown-wrap .info-dropdown-header {
        padding: 16px 24px 16px 16px; } }
    @media (min-width: 1000px) {
      .info-dropdown-wrap .info-dropdown-header:hover {
        background-color: #edf1f5;
        cursor: pointer; } }
    .info-dropdown-wrap .info-dropdown-header .info-dropdown-left {
      display: flex;
      align-items: center; }
      .info-dropdown-wrap .info-dropdown-header .info-dropdown-left .icon {
        min-width: 20px;
        min-height: 20px; }
      .info-dropdown-wrap .info-dropdown-header .info-dropdown-left .drop-down-title {
        margin-left: 2.8rem; }
      .info-dropdown-wrap .info-dropdown-header .info-dropdown-left .icon {
        transition: all 0.3s ease; }
    .info-dropdown-wrap .info-dropdown-header .info-dropdown-right {
      flex: 0 0 auto; }
      .info-dropdown-wrap .info-dropdown-header .info-dropdown-right .icon {
        min-width: 52px;
        min-height: 52px; }
  .info-dropdown-wrap .info-dropdown-header.active {
    transition: background-color 0.3s ease;
    background-color: #edf1f5; }
    @media (min-width: 1000px) {
      .info-dropdown-wrap .info-dropdown-header.active:hover {
        background-color: #1789A1;
        color: #FFFFFF; }
        .info-dropdown-wrap .info-dropdown-header.active:hover svg.icon {
          fill: #FFFFFF; } }
    .info-dropdown-wrap .info-dropdown-header.active .info-dropdown-left .icon {
      transform: rotate(180deg); }
  .info-dropdown-wrap .info-dropdown-content {
    width: 100%;
    padding: 3.6rem 5.6rem 3.6rem 10rem;
    background-color: #FFF;
    border-right: 1px solid #D4DBDF;
    border-left: 1px solid #D4DBDF;
    border-bottom: 1px solid #D4DBDF; }
    @media (max-width: 1199px) {
      .info-dropdown-wrap .info-dropdown-content {
        padding: 16px; } }
    .info-dropdown-wrap .info-dropdown-content__text {
      padding-right: 4.4rem; }

/* End */


/* Start:/local/templates/html/assets/components-template/about-reviews/style.css?17543027674057*/
.about-review__section {
  margin-top: 12rem; }
  @media (max-width: 575px) {
    .about-review__section .container {
      padding: 0 0 0 16px; } }
  .about-review__section .about-reviews__slider--wrap {
    margin-top: 4.8rem; }
    @media (max-width: 575px) {
      .about-review__section .about-reviews__slider--wrap .linear-pagination {
        padding-right: 16px; } }
    .about-review__section .about-reviews__slider--wrap .about-review {
      padding: 4.8rem 6.9rem 4.8rem 4rem; }
      @media (max-width: 1199px) {
        .about-review__section .about-reviews__slider--wrap .about-review {
          width: 370px;
          padding: 24px 16px; } }
      @media (max-width: 575px) {
        .about-review__section .about-reviews__slider--wrap .about-review {
          width: 288px; } }
      .about-review__section .about-reviews__slider--wrap .about-review:nth-child(odd) {
        background-color: #edf1f5; }
        .about-review__section .about-reviews__slider--wrap .about-review:nth-child(odd) .show-all-review {
          background: #edf1f5;
          background: linear-gradient(270deg, #edf1f5 69%, rgba(246, 245, 238, 0.4)); }
      .about-review__section .about-reviews__slider--wrap .about-review:nth-child(even) {
        background-color: #edf1f5; }
        .about-review__section .about-reviews__slider--wrap .about-review:nth-child(even) .show-all-review {
          background: #edf1f5;
          background: linear-gradient(270deg, #edf1f5 69%, rgba(237, 241, 245, 0.4)); }
      .about-review__section .about-reviews__slider--wrap .about-review .review-card__name {
        text-transform: uppercase;
        font-weight: 500; }
      .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap {
        margin-top: 4rem;
        height: 12rem;
        overflow: hidden; }
        @media (max-width: 1199px) {
          .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap {
            height: 168px;
            margin-top: 24px; } }
        .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap .show-all-review {
          opacity: 0;
          visibility: hidden;
          position: absolute;
          bottom: 0;
          right: 0;
          align-items: flex-end;
          display: flex;
          height: 2.5rem;
          justify-content: flex-end;
          width: 20rem; }
          @media (max-width: 1199px) {
            .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap .show-all-review {
              height: 25px;
              width: 200px; } }
          .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap .show-all-review .show-all-trigger {
            font-weight: 600;
            position: relative; }
            .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap .show-all-review .show-all-trigger:before, .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap .show-all-review .show-all-trigger:after {
              bottom: 0; }
            @media (min-width: 1200px) {
              .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap .show-all-review .show-all-trigger:hover {
                cursor: pointer; } }
        .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap.show-all {
          position: relative; }
          .about-review__section .about-reviews__slider--wrap .about-review .review-card__text--wrap.show-all .show-all-review {
            opacity: 1;
            visibility: visible; }
  .about-review__section .modal-header {
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 2.6rem;
    align-items: flex-start; }
    @media (max-width: 1199px) {
      .about-review__section .modal-header {
        gap: 12px;
        margin-bottom: 22px; } }
  .about-review__section .modal-review-text {
    text-align: left; }

/* End */
/* /local/templates/html/assets/components-template/catalog-targets/style.css?17543027677120 */
/* /local/templates/html/assets/components-template/about-hero-image/style.css?17543027671571 */
/* /local/templates/html/assets/components-template/about-greeting/style.css?17543027678866 */
/* /local/templates/html/assets/components-template/about-work-with-us/style.css?17543027674315 */
/* /local/templates/html/assets/components-template/about-digits/style.css?17543027671745 */
/* /local/templates/html/assets/components-template/about-history/style.css?17543027679538 */
/* /local/templates/html/assets/components-template/index-news/style.css?1754302767804 */
/* /local/templates/html/assets/components-template/mixin__info-card/style.css?17562838472216 */
/* /local/templates/html/assets/components-template/index-projects/style.css?175430276792187 */
/* /local/templates/html/assets/components-template/about-help/style.css?17543027673171 */
/* /local/templates/html/assets/components-template/mixin__info-dropdown/style.css?17543027672220 */
/* /local/templates/html/assets/components-template/about-reviews/style.css?17543027674057 */
