.stage {
  position: relative;
}

.stage .container-h {
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage .container-h {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.stage.-info ._top,
.stage.-hero ._top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.stage .be-h1Keyword {
  display: inline;
}

.stage .be-h1Keyword span {
  display: inline;
}

.stage .be-h1Keyword span._keyword {
  display: block;
}

.stage .be-infoPopOver {
  display: inline;
  vertical-align: super;
}

@media (max-width: 767px) {
  .stage .be-infoPopOver {
    margin-top: 20px;
  }
}

.stage .ce-imageBgFull {
  z-index: 0;
}

.stage .ce-imageBgFull .be-imageFigure {
  background-color: #cccccc;
  bottom: auto;
  height: 540px;
}

@media (max-width: 991px) {
  .stage .ce-imageBgFull .be-imageFigure {
    height: 500px;
  }
}

.stage.-bgImage .ce-imageBgFull .be-imageFigure:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

@media (max-width: 991px) {
  .stage.-bgImage .ce-imageBgFull .be-imageFigure:after {
    background: rgba(0, 0, 0, 0.5);
  }
}

.stage.-bgImage.-filter-light .ce-imageBgFull .be-imageFigure:after {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
}

.stage ._badge {
  display: block;
  width: 100%;
  text-align: center;
  max-width: 100%;
}

@media (min-width: 992px) {
  .stage ._badge {
    position: absolute;
    right: 15px;
    bottom: 40px;
    text-align: right;
  }
}

.stage ._badge img {
  max-width: 400px;
  max-height: 250px;
  width: auto;
}

.stage ._disturber {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  padding: 0 30px;
  line-height: 30px;
  font-size: 1.7rem;
  text-align: center;
}

@media (max-width: 991px) {
  .stage ._disturber {
    height: 30px;
    line-height: 30px;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .stage ._disturber {
    position: relative;
    margin: 0 -20px;
    left: 0;
  }
}

.stage ._top {
  height: 540px;
}

@media (max-width: 991px) {
  .stage ._top {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .stage ._bottom div + div {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage ._bottom div + div {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .stage ._bottom > *:first-child {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage ._bottom > *:first-child {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .stage ._bottom > *:last-child {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stage ._bottom > *:last-child {
    margin-bottom: 60px;
  }
}

.stage p {
  margin: 0;
}

.stage .btn {
  width: 100%;
}

@media (max-width: 767px) {
  .stage .btn:last-child {
    margin-top: 20px;
  }
}

.stage .-ghost .be-infoPopOver a::after {
  color: #fff;
}

