.text-decoration-none {
  text-decoration: none;
}

#mar-hero .mar-inner .button:hover {
  text-decoration: none;
}

#mar-hero {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../../../../images/26/mar/hero/back.jpg);
  background-image: -webkit-image-set(url("../../../../images/26/mar/hero/back.jpg") 1x,
      url("../../../../images/26/mar/hero/back@2x.jpg") 2x);
}

#mar-hero .mar-inner {
  width: 1200px !important;
  max-width: 1200px !important;
  margin: 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

#mar-hero .mar-main {
  margin-top: 5em;
  margin-bottom: 4em;
}

#mar-hero .headline {
  width: 41em;
  height: auto;
  top: -5em;
}

#mar-hero .image {
  left: 50%;
  transform: translateX(-50%);
  width: 1918px;
  max-width: unset;
}

#mar-hero .button {
  width: 10.5em;
  height: 2em;
  border-radius: 1em;
  font-size: 1.2em;
  background-color: #f14a16;
  margin-top: 1.5em;
  line-height: 1;
  -webkit-box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 1px 1px rgba(0, 0, 0, 0.2);
}

/* Safari Only */
@supports (background: -webkit-named-image(i)) {
  #mar-hero .button {
    padding-top: 4px;
  }
}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 567px) {
  #mar-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../../images/26/mar/hero/back-m.jpg);
    background-image: -webkit-image-set(url("../../../../images/26/mar/hero/back-m.jpg") 1x,
        url("../../../../images/26/mar/hero/back-m@2x.jpg") 2x);
  }

  #mar-hero .mar-inner {
    flex-direction: column;
    width: 100% !important;
  }

  #mar-hero .mar-main {
    width: 100%;
    margin-top: 25%;
    margin-bottom: 50%;
  }

  #mar-hero .mar-main .main {
    width: 63%;
  }

  #mar-hero .animation {
    width: 100%;
  }

  #mar-hero .headline {
    width: 103%;
    height: auto;
    top: -20%;
  }

  /* Safari Only */
  @supports (background: -webkit-named-image(i)) {
    #mar-hero .button {
      padding-top: 2px;
    }
  }
}