.text-decoration-none {
  text-decoration: none;
}

#dec-hero .dec-inner .button:hover {
  text-decoration: none;
}

#dec-hero {
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  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);
  --red: #ed1c24;
}

#dec-hero .dec-inner {
  gap: 8em;
}

#dec-hero .dec-main {
  margin: 4em 0;
  margin-bottom: 18em;
}

#dec-hero .dec-bottom {
  transform: translateX(-12px);
  bottom: 22px;
}

#dec-hero .dec-right,
#dec-hero .dec-left {
  bottom: 10px;
}

#dec-hero .button1 {
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.1em;
  margin-top: 1em;
  line-height: 1;
}

#dec-hero .button2 {
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.1em;
  background-color: #ee1d25;
  margin-top: 1em;
  line-height: 1;
  margin-bottom: 1em;
  left: 4px;
  position: relative;
}

#dec-hero .cane {
  z-index: 3;
  bottom: -5px;
}

#dec-hero .linkmask {
  background: transparent;
  width: 7em;
  height: 2em;
  right: 0px;
  bottom: -190px;
  z-indeX: 9;
}

#dec-hero .button,
#dec-hero .button:hover,
#dec-hero .button:active,
#dec-hero .button:visited,
#dec-hero .button:focus {
  color: white;
  text-decoration: none;
}

#dec-hero .button {
  padding-top: 3px;
}

@supports (background: -webkit-named-image(i)) {
  #dec-hero .button2 {
    padding-top: 2px;
  }
}

@media screen and (max-width: 1200px) {
  #dec-hero .dec-left {
    left: -80px;
  }

  #dec-hero .dec-right {
    right: -80px;
  }
}

@media screen and (max-width: 991px) {
  #dec-hero .dec-inner {
    gap: 4em;
  }

  #dec-hero .main {
    width: 93%;
  }

  #dec-hero .dec-main {
    margin: 1.5em 0;
    margin-bottom: 17em;
    margin-left: unset;
  }

  #dec-hero .linkmask {
    background: red;
    width: 7em;
    height: 2em;
    right: auto;
    left: 61%;
    bottom: -207px;
    z-indeX: 9;
  }
}

@media screen and (max-width: 767px) {
  #dec-hero .dec-left {
    left: -150px;
  }

  #dec-hero .dec-right {
    right: -150px;
  }

  #dec-hero .cane {
    bottom: -27px;
    z-index: 3;
  }

  #dec-hero .dec-inner {
    gap: 2em;
  }

  #dec-hero .linkmask {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  #dec-hero {
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    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 .dec-inner {
    flex-direction: column;
    width: 100% !important;
    gap: 0;
  }

  #dec-hero .dec-mobile {
    width: 100%;
    padding: 4% 20px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/25/dec/hero/bg-dec-mobile.jpg);
    background-image: -webkit-image-set(url("../../../images/25/dec/hero/bg-dec-mobile.jpg") 1x,
        url("../../../images/25/dec/hero/bg-dec-mobile@2x.jpg") 2x);
  }

  #dec-hero .dec-main {
    margin: 0;
    width: 100%;
    margin-bottom: 41%;
    margin-top: 10%;
  }

  #dec-hero .button1 {
    margin-top: 1.5em;
  }

  #dec-hero .dec-main .main {
    width: 90%;
  }

  #dec-hero .button2 {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
    left: unset;
    position: relative;
  }

  #dec-hero .button1 {
    font-size: 1.1em;
  }

  #dec-hero .text {
    margin-bottom: 6%;
  }

  #dec-hero .cane {
    bottom: -1%;
    z-index: 3;
  }

  #dec-hero .snow {
    width: 400%;
    height: auto;
  }
}