.text-decoration-none {
  text-decoration: none;
}
#jan-hero .jan-inner .button:hover {
  text-decoration: none;
}
#jan-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../images/26/jan/hero/back.jpg);
  background-image: -webkit-image-set(
    url("../../../images/26/jan/hero/back.jpg") 1x,
    url("../../../images/26/jan/hero/back@2x.jpg") 2x
  );
  --red: #ed1c24;
}
#jan-hero .jan-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#jan-hero .jan-main {
  margin-top: 10em;
  margin-bottom: 4em;
}
#jan-hero .image {
  top: -12em;
  left: -18.5em;
}
#jan-hero .anim-box {
  margin: 2em 0;
}
#jan-hero .cubes {
  width: 92em;
  height: auto;
  bottom: -12em;
}
#jan-hero .headline {
  width: 44.5em;
  height: auto;
}
#jan-hero .bg {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#jan-hero .button {
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.3em;
  margin-top: 1.5em;
  line-height: 0;
  color: #105cac;
  -webkit-box-shadow: 3px 4px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 3px 4px 3px 1px rgba(0, 0, 0, 0.5);
}
@supports (background: -webkit-named-image(i)) {
  #jan-hero .button {
    padding-top: 2px;
  }
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 567px) {
  #jan-hero {
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/26/jan/hero/back-m.jpg);
    background-image: -webkit-image-set(
      url("../../../images/26/jan/hero/back-m.jpg") 1x,
      url("../../../images/26/jan/hero/back-m@2x.jpg") 2x
    );
  }
  #jan-hero .jan-inner {
    flex-direction: column;
    width: 100% !important;
  }
  #jan-hero .jan-right {
    right: unset;
    bottom: unset;
    position: relative;
    width: 100%;
  }
  #jan-hero .right {
    width: 100%;
    position: absolute;
  }
  #jan-hero .jan-main {
    margin: 3% 0;
    width: 100%;
    margin-top: 21%;
    margin-bottom: 62%;
  }
  #jan-hero .jan-main .main {
    width: 54%;
    margin-bottom: 2%;
  }
  #jan-hero .text {
    width: 83%;
  }
  #jan-hero .image {
    top: unset;
    left: 0;
    margin: 0;
    width: 24%;
  }
  #jan-hero .anim-box {
    width: 97%;
    margin: 1% 0 -3% 0;
  }
  #jan-hero .cubes {
    width: 100%;
  }
  #jan-hero .headline {
    width: 100%;
  }
  #jan-hero .button {
    font-size: 1.2em;
    z-index: 0;
  }
  #jan-hero .jan-left {
    top: 7%;
    left: -3%;
    width: 100%;
    justify-content: flex-start;
  }
  #jan-hero .cubes {
    z-index: 3;
    width: 120%;
    bottom: -1%;
    max-width: unset;
    z-index: 0;
    left: 50%;
    transform: translateX(-53%);
  }
  #jan-hero .button-overlay {
    top: 74%;
    width: 12em;
    height: 17%;
    box-shadow: none;
    color: transparent!important;
    background-color: transparent!important;
  }
}
