.block-fly-eco-system {
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin-bottom: 270px;
  margin-top: 100px;
}
.block-fly-eco-system .heading {
  text-align: center;
  margin-bottom: 65px;
}
.block-fly-eco-system .heading .title,
.block-fly-eco-system .heading .title2 {
  line-height: 1;
}
.block-fly-eco-system .heading strong {
  color: #111;
}
.block-fly-eco-system .tabs {
  max-width: 1290px;
  padding: 0 110px;
  padding-bottom: 220px;
  margin: 0 auto;
  position: relative;
}
.block-fly-eco-system .tabs_heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-fly-eco-system .tabs_heads .tab_head {
  margin: 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.block-fly-eco-system .tabs_heads .tab_head.active span, .block-fly-eco-system .tabs_heads .tab_head:hover span {
  background: #2f69b1;
}
.block-fly-eco-system .tabs_heads .tab_head.active span em, .block-fly-eco-system .tabs_heads .tab_head:hover span em {
  color: #2f69b1;
}
.block-fly-eco-system .tabs_heads .tab_head.active span:after, .block-fly-eco-system .tabs_heads .tab_head.active span:before {
  background: #2f69b1;
}
.block-fly-eco-system .tabs_heads .tab_head.active span:before {
  top: -10px;
  height: 10px;
}
.block-fly-eco-system .tabs_heads .tab_head.active span:after {
  bottom: -21px;
  height: 21px;
}
.block-fly-eco-system .tabs_heads span {
  background: #9bb7da;
  width: 142px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  color: #fff;
  font-family: var(--wp--preset--font-family--secondary-font);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.block-fly-eco-system .tabs_heads span em {
  position: absolute;
  top: 50%;
  left: -34px;
  width: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #9bb7da;
  text-align: center;
  font-size: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-style: normal;
}
.block-fly-eco-system .tabs_heads span:after, .block-fly-eco-system .tabs_heads span:before {
  background: #9bb7da;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 1px;
}
.block-fly-eco-system .tabs_heads span:after {
  top: auto;
  bottom: 0;
}
.block-fly-eco-system .tabs_heads span + span {
  margin-left: 34px;
}
.block-fly-eco-system .tabs_heads:after {
  background: #ffd3aa;
  content: "";
  width: 18px;
  top: 110px;
  position: absolute;
  right: 34px;
  bottom: -200px;
}
.block-fly-eco-system .plus {
  position: absolute;
  width: 86px;
  height: 86px;
  top: 10px;
  right: 0;
}
.block-fly-eco-system .plus .cross {
  position: relative;
  width: 86px;
  height: 86px;
  display: block;
}
.block-fly-eco-system .plus .cross:after, .block-fly-eco-system .plus .cross:before {
  background: var(--wp--preset--color--secondary);
  position: absolute;
  content: "";
  width: 100%;
  height: 18px;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.block-fly-eco-system .plus .cross:before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.block-fly-eco-system .tabs_content {
  background: #e9eef5;
}
.block-fly-eco-system .tab_item {
  display: none;
}
.block-fly-eco-system .tab_item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-fly-eco-system .tab_item .info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 60px 25px 70px;
}
.block-fly-eco-system .tab_item .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.block-fly-eco-system .tab_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-fly-eco-system .tab_item h3 {
  margin-bottom: 22px;
}
.block-fly-eco-system .tab_item .more {
  margin-top: 65px;
}
.block-fly-eco-system .highlights_wrap {
  position: relative;
}
.block-fly-eco-system .highlights_wrap:after {
  background: #ffd3aa;
  content: "";
  width: 18px;
  top: 100px;
  bottom: 0;
  position: absolute;
  left: 170px;
}
.block-fly-eco-system .highlights_wrap:before {
  background: #ffd3aa;
  content: "";
  height: 18px;
  top: 82px;
  position: absolute;
  right: 50%;
  left: 50px;
  margin-right: -611px;
}
@media screen and (max-width: 1330px) {
  .block-fly-eco-system .highlights_wrap:before {
    right: 34px;
    margin-right: 0;
  }
}
.block-fly-eco-system .highlights_title {
  height: 100px;
}
.block-fly-eco-system .highlight {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 265px 40px 1fr;
  grid-template-columns: 265px 1fr;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 10;
  max-width: 1440px;
  margin-right: 200px;
}
@media screen and (max-width: 1330px) {
  .block-fly-eco-system .highlight {
    margin-right: 70px;
  }
}
.block-fly-eco-system .highlight + .highlight {
  margin-top: 100px;
}
.block-fly-eco-system .highlight .image {
  position: relative;
}
.block-fly-eco-system .highlight .image img {
  display: block;
  width: 100%;
}
.block-fly-eco-system .highlight .image:after {
  background: var(--wp--preset--color--tertiary);
  position: absolute;
  content: "";
  width: 74px;
  height: 74px;
  right: -37px;
  bottom: -37px;
  border: 8px solid #fff;
}
.block-fly-eco-system .highlight .info {
  padding-top: 240px;
}
.block-fly-eco-system .highlight h4 {
  margin-bottom: 15px;
}
@media (min-width: 990px) {
  .block-fly-eco-system .more_wrap {
    position: relative;
    height: 260px;
  }
  .block-fly-eco-system .more_wrap:after {
    background: #ffd3aa;
    content: "";
    width: 18px;
    top: 0px;
    height: 300px;
    position: absolute;
    left: 170px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .block-fly-eco-system .more_wrap .deco {
    position: absolute;
    top: 200px;
    left: 380px;
    width: 64px;
    height: 64px;
    background: var(--wp--preset--color--secondary);
    z-index: 10;
  }
  .block-fly-eco-system .more_wrap .more {
    position: absolute;
    left: 465px;
    top: 200px;
    line-height: 64px;
  }
}
@media (max-width: 1599.98px) {
  .block-fly-eco-system .tabs_heads span {
    width: 120px;
    font-size: 25px;
  }
}
@media (max-width: 1219.98px) {
  .block-fly-eco-system .tabs {
    padding-left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .block-fly-eco-system .tabs_heads .tab_head {
    margin: 0 10px;
  }
  .block-fly-eco-system .tabs_heads .tab_head span {
    width: 110px;
    font-size: 22px;
  }
  .block-fly-eco-system .tabs_heads .tab_head.active span::before {
    height: 10px;
    top: -10px;
  }
  .block-fly-eco-system .tabs_heads .tab_head.active span::after {
    height: 10px;
    bottom: -10px;
  }
}
@media (max-width: 989.98px) {
  .block-fly-eco-system .tabs {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 100px;
  }
  .block-fly-eco-system .tabs_heads .tab_head span {
    width: 90px;
    font-size: 18px;
  }
  .block-fly-eco-system .tabs_heads:after {
    display: none;
  }
  .block-fly-eco-system .plus {
    display: none;
  }
  .block-fly-eco-system .highlights_title {
    height: auto;
    margin-bottom: 10px;
  }
  .block-fly-eco-system .highlights_wrap:after {
    display: none;
  }
  .block-fly-eco-system .highlights_wrap:before {
    display: none;
  }
  .block-fly-eco-system .highlight {
    margin-right: 0;
    -ms-grid-columns: 220px 1fr;
    grid-template-columns: 220px 1fr;
  }
  .block-fly-eco-system .highlight .info {
    padding-top: 0;
  }
  .block-fly-eco-system .highlight + .highlight {
    margin-top: 50px;
  }
  .block-fly-eco-system .more_wrap {
    margin-top: 50px;
  }
}
@media (max-width: 759.98px) {
  .block-fly-eco-system .tabs {
    position: relative;
    margin-left: -30px;
  }
  .block-fly-eco-system .tabs .tabs_heads {
    position: absolute;
    top: 20px;
    right: -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .block-fly-eco-system .tabs .tab_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin: 0;
  }
  .block-fly-eco-system .tabs .tab_head span {
    margin: 10px 0;
    width: 80px;
    height: 80px;
    font-size: 16px;
  }
  .block-fly-eco-system .tabs .tab_head span + span em {
    top: -20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .block-fly-eco-system .tabs .tab_head.active span {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .block-fly-eco-system .tabs .tab_head.active span::before {
    height: 0px;
    top: 0px;
  }
  .block-fly-eco-system .tabs .tab_head.active span::after {
    height: 0px;
    bottom: 0px;
  }
  .block-fly-eco-system .tabs .tab_head.active span + span em {
    top: -15px;
  }
  .block-fly-eco-system .tabs .tab_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .block-fly-eco-system .tabs .tab_item .info {
    padding: 30px 80px 30px 30px;
  }
}
@media (max-width: 599.98px) {
  .block-fly-eco-system {
    margin-bottom: 170px;
    margin-top: 75px;
  }
  .block-fly-eco-system .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -30px;
    margin-right: -30px;
  }
  .block-fly-eco-system .heading img {
    width: 60px;
    height: 60px;
  }
  .block-fly-eco-system .heading .wrap {
    margin-top: 20px;
    padding-right: 60px;
  }
  .block-fly-eco-system .highlight {
    display: block;
  }
  .block-fly-eco-system .highlight .image {
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    margin-bottom: 50px;
  }
  .block-fly-eco-system .highlight .image img {
    width: 100%;
  }
  .block-fly-eco-system .highlight .image:after {
    background: var(--wp--preset--color--tertiary);
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    right: -10px;
    bottom: -40px;
    border: 10px solid #fff;
  }
}