body {
  color: #e5e5e5;
  background-color: #0b0010;
  font-family: 'Nunito', sans-serif;
  font-weight: 400;
}
h2.logo {
  display: block;
  overflow: hidden;
  text-indent: -1000px;
  background-image: url("/cms/images/lp_logo_default.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 320px;
  height: 85px;
  margin: 20px auto 30px;
}
@media (min-width: 992px) {
  h2.logo {
    width: 464px;
    height: 124px;
    margin: 45px auto 90px;
  }
}
.promodesc {
  text-align: center;
}
.promodesc h1 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 4rem;
}
.promodesc h2 {
  text-transform: uppercase;
  font-weight: 700;
  color: #d09037;
}
.promodesc h2 .large {
  display: block;
  font-size: 300%;
  font-weight: 900;
}
.promodesc p {
  font-size: 170%;
}
.promodesc p .code {
  color: #d09037;
  text-transform: uppercase;
}
.promodesc .ctacontainer a.button {
  vertical-align: middle;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
  color: #0b0010;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 40px;
  -webkit-transform: perspective(1px) translateZ(0) scale(1);
  transform: perspective(1px) translateZ(0) scale(1);
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  background-color: #ff9600;
}
@media (min-width: 768px) {
  .promodesc .ctacontainer a.button {
    font-size: 45px;
  }
}
@media (min-width: 992px) {
  .promodesc {
    text-align: inherit;
  }
}
.promoimg {
  text-align: center;
  margin-top: 45px;
}
.promoimg .ctacontainer {
  z-index: 10;
  position: absolute;
  top: 30px;
  display: block;
  width: 92%;
  text-align: center;
}
.promoimg .ctacontainer a.button {
  vertical-align: middle;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 30px;
  display: inline-block;
  color: #0b0010;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 10px 40px;
  -webkit-transform: perspective(1px) translateZ(0) scale(1);
  transform: perspective(1px) translateZ(0) scale(1);
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  background-color: #ff9600;
}
.promoimg .ctacontainer a.button:hover, .promoimg .ctacontainer a.button:active, .promoimg .ctacontainer a.button:focus {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  background-color: #cc7800;
  color: #1d002a;
}
@media (min-width: 992px) {
  .promoimg {
    margin-top: 0;
    text-align: inherit;
  }
}
@media (min-width: 768px) {
  .promoimg .ctacontainer {
    top: auto;
    bottom: 10px;
    background: transparent;
  }
}
@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@media (min-width: 768px) {
  .promoimg .ctacontainer a.button {
    font-size: 45px;
  }
}
.row.lpsteps {
  margin: 70px 0;
  padding: 20px 0;
  background-color: #26183c;
  border: 1px solid #d09037;
  text-align: center;
}
.row.lpsteps p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 120%;
  line-height: 100%;
  margin-bottom: 0;
}
.row.lpsteps p strong {
  font-weight: 700;
}
.row.lpsteps p span.large {
  font-size: 100%;
  line-height: 100%;
  display: inline-block;
}
.row.lpsteps .steps {
  text-align: left;
  padding-left: 40px;
  margin-top: 20px;
  padding-top: 5px;
}
.row.lpsteps .steps::before {
  content: '\e036';
  position: absolute;
  top: 1px;
  left: 0;
  padding: 0;
  padding-left: 15px;
  display: inline-block;
  speak: none;
  font-family: Icons;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  font-size: 160%;
  color: #4f436b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 992px) {
  .row.lpsteps {
    text-align: left;
  }
}
@media (min-width: 992px) {
  .row.lpsteps p span.large {
    font-size: 140%;
    display: block;
  }
}
@media (min-width: 992px) {
  .row.lpsteps .steps::before {
    font-size: 250%;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .row.lpsteps .steps {
    margin-top: 0;
    padding-top: 0;
  }
}
footer {
  padding: 50px 0 25px;
}
footer ul.payments {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
footer ul.payments li {
  margin: 0 10px;
}
