.block-icon-cards .section-bd .row {
  margin-left: 0;
  margin-right: 0;
}

.block-home-partners .section-bd .row {
  margin-left: 0;
  margin-right: 0;
}

.block-business_case .box .left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.wp-block-columns .container {
  margin: 0 auto;
}

.wp-block-columns .container .border_partners {
  border: 1px solid #979797;
  padding-left: 3rem;
  padding-right: 3rem;
  box-sizing: border-box;
}

.block-image-text-list .container .row .col:last-child {
  padding-right: 8vw;
}

section.block-image-text-list > .section-bd .box {
  margin-top: -0.3em;
}

.block-icon-cards .col .item-hd {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.block-impact-data > .section-bd .item .item-ft > * {
  font-weight: 500;
}

.block-image-text-list .row .col:first-child {
  margin-top: -7rem;
}

.block-hero-carousel .gradient {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 50vh;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.4) 60%,
    rgba(0, 0, 0, 0.9) 100%
  );
  z-index: 1;
  opacity: 0.9;
}

section.block-hero-carousel > .section-bd .slider-slide .slide-bd .container {
  z-index: 2;
}

.block-headline-group .buttons-list {
  text-align: center;
}

.video_content .pop_click {
  cursor: pointer;
}

.video_content .pop_box {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}

.video_content .pop_box.show {
  display: block;
}

.video_content .pop_box .video {
  width: 80%;
  height: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video_content .pop_box .close {
  position: fixed;
  top: 1em;
  right: 1em;
  cursor: pointer;
  z-index: 2;
}

.video_content .pop_box .close .img {
  width: 2em;
  height: auto;
}

.mt-115 {
  margin-top: 115px !important;
}
