body.widget-snippet .home-banner:before{
  display:none;
}
body.widget-snippet .home-banner .content{
  z-index:unset;
}
.home-banner {
  background: url("/template/7e07e034/images/home-banner-bg.jpg") no-repeat;
  background-size: cover;
  padding: 368px 0 188px;
  position: relative;
}
.home-banner:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/template/7e07e034/images/home-banner-overlay.png");  
}

.home-banner .content {
  z-index: 1;
  position: relative;
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 30px;
}
.home-banner .content .inner-text{
  max-width: 760px;
  margin: 0;
  text-align:left;
}
.home-banner .content .inner-text h1 {
  color: #000;
  font-family: Futura PT;
  font-size: 76px;
  font-style: normal;
  font-weight: 450;
  line-height: 82px;
  letter-spacing: -1.52px;
  padding: 0;
  margin: 0 0 20px;
}
.home-banner .content .inner-text p {
  color: #000;
  font-family: Futura PT;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  padding: 0;
  margin: 0 0 40px;
}
.home-banner .content .inner-text a {
    color: #000;
  font-family: Futura PT;
  font-size: 17px;
  font-style: normal;
  font-weight: 450;
  line-height: normal;
  letter-spacing: 0.17px;
  display: block;
  width: 100%;
  max-width: 208px;
  padding: 8px 10px 10px;
  background: #FDB41D;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
    text-decoration: none;
}
.home-banner .content .inner-text a:hover {
  background:#000;
  color:#fff;
}
