#dec-promo {
  overflow: visible;
}
#dec-hero {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../../../images/25/dec/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/25/dec/hero/back.jpg") 1x,
    url("../../../images/25/dec/hero/back@2x.jpg") 2x
  );
}
#dec-hero .container {
  width: 100%;
  margin: auto;
}
#dec-hero .dh-main {
  margin: 10em 0;
  margin-right: -3em;
}
#dec-hero .dh-main .main {
  width: 41em;
  margin-bottom: 1em;
}
#dec-hero .button {
  font-size: 1.45em;
  height: 2em;
  width: 10em;
  border: none;
  border-radius: 1em;
  font-family: "Avenir Next Bold";
}
#dec-hero .dh-right {
  margin-right: -7em;
}
#dec-hero .dec-animation {
  width: 43em;
  top: 2em;
  position: relative;
}
#dec-hero .image-left {
  width: 12em;
  bottom: -9px;
  left: -6em;
}
@media screen and (min-width: 2200px) {
}
@media screen and (max-width: 1700px) {
  #dec-hero .dh-main .main {
    width: 37em;
    margin-bottom: 1em;
  }
  #dec-hero .dh-main {
    margin: 9em 0;
    margin-right: -3em;
  }
  #dec-hero .image-left {
    width: 12em;
    bottom: -9px;
    left: -6em;
  }
  #dec-hero .dec-animation {
    width: 39em;
    top: 2em;
    position: relative;
  }
}

@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 991px) {
  #dec-hero .dh-main {
    margin: 9em 0;
    margin-right: 23%;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #dec-hero {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../../../images/25/dec/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/25/dec/hero/back-m.jpg") 1x,
      url("../../../images/25/dec/hero/back-m@2x.jpg") 2x
    );
  }
  #dec-hero .container {
    padding: 0;
  }
  #dec-hero .dh-inner {
    flex-direction: column;
    width: 100%;
  }
  #dec-hero .button {
    font-size: 1.45em;
    width: 9.5em;
  }
  #dec-hero .dh-main .main {
    width: auto;
    max-width: 92%;
    position: relative;
  }
  #dec-hero .dh-main {
    width: 100%;
    margin-top: 10%;
    margin-bottom: 17%;
    margin-right: unset;
  }
  #dec-hero .text-m {
    width: 73%;
    margin-bottom: 6%;
  }
  #dec-hero .dh-right {
    width: 100%;
    margin-right: 0;
  }
  #dec-hero .dec-animation {
    width: 100%;
    margin: 0;
    position: relative;
    bottom: 2em;
    left: 5%;
    top: unset;
  }
  #dec-hero .image-left {
    width: 29%;
    bottom: 26%;
    left: 5%;
  }
}
@media screen and (max-width: 430px) {
  #dec-hero .button {
    font-size: 1.35em;
    width: 10em;
  }
}
@media screen and (max-width: 375px) {
  #dec-hero .button {
    font-size: 1.1em;
  }
}
