.text-decoration-none {
  text-decoration: none;
}
#aug-hero .aug-inner .button:hover {
  text-decoration: none;
}
#aug-hero {
  margin-bottom: 3em;
  overflow: visible;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/hero/back.jpg);
  background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x, url("../images/hero/back@2x.jpg") 2x);
}
#aug-hero .aug-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  gap: 15px;
}
#aug-hero .aug-main {
  margin-top: 3em;
  margin-bottom: 3em;
}
#aug-hero .main {
  margin-top: -12px;
}
#aug-hero .img-left {
  left: 40px;
  top: 192px;
}
#aug-hero .button {
  width: 9em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.4em;
  margin-top: 1em;
  line-height: 2;
  background-color: #ed1d24;
}
#aug-hero .image {
  bottom: 0;
  right: -12em;
  z-index: 0;
}
dotlottie-wc.anim {
  right: -275px;
  top: 116px;
}
#aug-hero p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#aug-hero .main-text-bottom {
  font-size: 37px;
  text-align: center;
  max-width: 444px;
  margin-top: 14px;
}
#aug-hero .main-text-bottom span {
  background-position: center;
  background-repeat: no-repeat;
  width: 418px;
  height: 51px;
  padding-top: 3px;
  margin-top: 9px;
  background-size: cover;
  background-image: url(../images/hero/bg-text.png);
  background-image: -webkit-image-set(url("../images/hero/bg-text.png") 1x, url("../images/hero/bg-text@2x.png") 2x);
}
@supports (background: -webkit-named-image(i)) {
  #aug-hero .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) {
  #aug-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x, url("../images/hero/back-m@2x.jpg") 2x);
  }
  #aug-hero .aug-inner {
    flex-direction: column;
    width: 100% !important;
    padding-bottom: 48px;
    padding-top: 84px;
    gap: 0;
  }
  #aug-hero .aug-main {
    width: 100%;
  }
  #aug-hero .anim {
    position: static;
    margin: 0 0 -59px 0;
    width: 571px !important;
  }
  #aug-hero .button {
    font-size: 1.3em;
  }
  #aug-hero .main-text-bottom {
    font-size: 26px;
    max-width: 305px;
  }
  #aug-hero .main-text-bottom span {
    width: 100%;
    background-size: contain;
    padding-top: 9px;
    margin-top: 0px;
  }
  #aug-hero .main {
    width: 358px;
    margin-top: -3px;
  }
  #aug-hero .animation {
    width: 324px;
  }
  #aug-hero .aug-main {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 567px) {
  #aug-hero .button {
    font-size: 1.2em;
    width: 10em;
    margin-top: 0.6em;
  }
  #aug-hero .aug-inner {
    padding-bottom: 90px;
    padding-top: 0;
    overflow: hidden;
  }
  #aug-hero .main-text-bottom {
    margin-top: -5px;
  }
}
@media screen and (max-width: 375px) {
}
