.home-container1 {
  width: 100%;
  min-height: 100vh;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-thq-bold-hero-teaseroverlay-elm {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0.00%,rgba(178, 176, 176, 0.8) 77.00%);
}
 
.home-thq-bold-hero-teasercontent-container-elm {
  align-items: center;
  flex-direction: column;
}
 
.home-image1 {
  width: 650px;
  height: 179px;
  object-fit: cover;
}
 
.home-thq-bold-hero-teaserbadge-elm {
  padding: 0px;
}
 
.home-text1 {
  color: #000000;
  padding-left: var(--dl-layout-space-oneandhalfunits);
  padding-right: var(--dl-layout-space-oneandhalfunits);
}
 
.home-separator {
  width: 100%;
  height: 1px;
  background-color: #4b8472;
}
 
.home-text4 {
  opacity: 0.5;
}
 
.home-image2 {
  width: 110px;
  height: 18px;
  opacity: 0.5;
  object-fit: cover;
}
 
.home-container4 {
  display: none;
}
 
.home-container5 {
  display: contents;
}
 
.home-container6 {
  display: none;
}
 
.home-container7 {
  display: contents;
}
 
@media(max-width: 479px) {
  .home-image1 {
    width: 479px;
    height: 131px;
  }
}
