.block-banner-with-buttons .block-container {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.block-banner-with-buttons .content-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: auto 12%;
  position: relative;
  z-index: 10;
}
.block-banner-with-buttons .content-holder .title {
  text-shadow: 0 0 6px #000000;
  color: #ffffff;
  font-family: Assistant;
  font-size: 50px;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 16px;
  line-height: 1;
}
.block-banner-with-buttons .content-holder .desc {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  font-style: normal;
}
.block-banner-with-buttons .content-holder .buttons-container {
  margin-top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.block-banner-with-buttons .content-holder .buttons-container a {
  height: 50px;
  line-height: 49px;
  border-radius: 7px;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  min-width: 146px;
  text-align: center;
}
.block-banner-with-buttons .content-holder .buttons-container .trans-btn {
  border: 1px solid #FFF;
  color: #FFF;
  background: transparent;
  margin-left: 10px;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.block-banner-with-buttons .content-holder .buttons-container .trans-btn:after {
  margin-right: 10px;
  font-family: "Icomoon";
  font-size: 10px;
  color: #fff;
  content: "\e906";
}
.block-banner-with-buttons .content-holder .buttons-container .trans-btn:hover {
  background: #FFF;
  color: #000;
}
.block-banner-with-buttons .content-holder .buttons-container .trans-btn:hover:after {
  color: #000;
}
.block-banner-with-buttons .content-holder .buttons-container .white-btn {
  color: #719100;
  background: #FFF;
  -webkit-transition: all 350ms ease;
  -moz-transition: all 350ms ease;
  -ms-transition: all 350ms ease;
  -o-transition: all 350ms ease;
  transition: all 350ms ease;
}
.block-banner-with-buttons .content-holder .buttons-container .white-btn:after {
  margin-right: 10px;
  font-family: "Icomoon";
  font-size: 10px;
  color: #719100;
  content: "\e906";
}
.block-banner-with-buttons .content-holder .buttons-container .white-btn:hover {
  background: #719100;
  color: #FFF;
}
.block-banner-with-buttons .content-holder .buttons-container .white-btn:hover:after {
  color: #FFF;
}

.block-banner-with-buttons-inner .banner-with-buttons-container {
  position: relative;
  min-height: 419px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.block-banner-with-buttons-inner .banner-with-buttons-container:before {
  height: 419px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.5;
  overflow: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.block-banner-with-buttons-inner .banner-with-buttons-container:after {
  content: "";
  width: 1140px;
  height: 419px;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.88;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 480px) {
  .block-banner-with-buttons .content-holder .buttons-container a {
    margin: 0 0 10px 0;
  }
}

/*# sourceMappingURL=block-banner-buttons.css.map */
