.section_management {
  background: var(--bgp-dark);
}
.section_management + .section_about-video .about-video .container::after {
  background: url("bgp-management.svg#bgp-management-vertical-line") top right no-repeat;
  background-size: 62px 1833px;
  width: 62px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: -208px;
  left: auto;
}

.management {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
}
@media (max-width: 720px) {
  .management {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.management::before {
  content: "";
  background: url("bgp-management.svg#bgp-management-left-v2") top left no-repeat;
  width: 156px;
  height: 610px;
  display: block;
  background-size: 156px 610px;
  flex-shrink: 0;
  pointer-events: none;
  top: 0;
  left: -239px;
  position: absolute;
}
@media (max-width: 960px) {
  .management::before {
    display: none;
  }
}
.management::after {
  content: "";
  background: url("bgp-management.svg#bgp-management-right-v2") top right no-repeat;
  width: 156px;
  height: 100%;
  display: block;
  background-size: 156px 1309px;
  flex-shrink: 0;
  pointer-events: none;
  top: 0;
  right: -222px;
  position: absolute;
}
@media (max-width: 960px) {
  .management::after {
    display: none;
  }
}
.management__head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media (max-width: 720px) {
  .management__head {
    margin-bottom: 24px;
    gap: 16px;
  }
}
@media (max-width: 960px) {
  .management__head::after {
    content: "";
    background: url("bgp-management.svg#bgp-management-mobile") top left no-repeat;
    width: 100%;
    height: 14px;
    display: block;
    background-size: 1396px 14px;
    flex-shrink: 0;
    pointer-events: none;
  }
}
.management__head h2 {
  flex-shrink: 0;
  color: var(--bgp-grey-3);
}
.management__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 720px) {
  .management__box {
    gap: 24px 12px;
    flex-wrap: wrap;
  }
}
.management__item {
  width: calc(25% - 30px);
}
.management__item:hover .management__status {
  opacity: 1;
}
@media (max-width: 960px) {
  .management__item {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  .management__item {
    width: calc(50% - 6px);
  }
}
.management__photo {
  width: 100%;
  aspect-ratio: 0.725;
  background-size: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  display: block;
}
@media (max-width: 960px) {
  .management__photo {
    aspect-ratio: 1;
  }
}
.management__name {
  font-size: 24px;
  line-height: 133%;
  margin-top: 16px;
  text-decoration: none;
  color: var(--bgp-grey-3);
  display: inline-block;
}
.management__name:hover {
  color: var(--bgp-blue);
}
@media (max-width: 720px) {
  .management__name {
    font-size: 14px;
    line-height: 157%;
    margin-top: 12px;
  }
}
.management__name span {
  color: var(--bgp-blue);
}
.management__status {
  font-size: 14px;
  line-height: 143%;
  color: var(--bgp-grey-3);
  margin-top: -128px;
  height: 128px;
  padding: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  pointer-events: none;
  opacity: 0;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .management__status {
    color: var(--bgp-grey-2);
    padding: 0;
    margin-top: 4px;
    order: 2;
    height: auto;
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */