/*helpers*/
.block\:bgd001 {
  position: relative;
  height: 0;
  pointer-events: none;
  z-index: -1;
}
.block\:bgd001__item {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  opacity: 0.4;
}
.block\:bgd001__item:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-image: linear-gradient(to bottom, rgba(25, 28, 38, 0.2), #191C26);
}
.block\:bgd001 b {
  display: block;
  position: relative;
  z-index: 5;
  padding: 25px 0;
}
/*# sourceMappingURL=bgd001.css.map */