.lp-content-scope #ctwlpt-footer-button-wrap {
  position: fixed;
  right: 1em;
  bottom: 3em;
  z-index: 100000;
  opacity: 0;
  display: none;
}
.lp-content-scope .ctwlpt-footer-button {
  padding: 1em 1em 1.25em;
  display: inline-block;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 -5px 0 -1px rgba(0, 0, 0, 0.5) inset;
}
.lp-content-scope .ctwlpt-footer-button-img img {
  max-width: 400px;
}
.lp-content-scope #ctwlpt-footer-button-wrap a:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  .lp-content-scope #ctwlpt-footer-button-wrap {
    width: 100%;
    right: 0;
    bottom: 0;
    text-align: center;
  }
  .lp-content-scope .ctwlpt-footer-button {
    padding: 1em;
    display: block;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
  .lp-content-scope .ctwlpt-footer-button-img img {
    max-width: 100%;
  }
}
.lp-content-scope #ctwlpt-footer-button-wrap.ctwlpt-footer-button-fadein {
  display: block;
  animation: ctwlpt_fixedfooter_fadein 1s ease forwards;
}
@keyframes ctwlpt_fixedfooter_fadein {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 100;
    transform: translateY(0px);
  }
}
