a {
  color: #c00;
  text-decoration: none;
}

.steps-wrapper {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 30px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.1);
}



.steps {
  margin-bottom: 30px;
  padding-top: 50px;
}

.highlight {
  color: #c00;
}

.preorder-copy {
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.cta-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #dcddde;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding: 7px 20px 5px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c00;
  text-decoration: none;
}

.button-text {
  margin-bottom: 0px;
  color: #fff;
  font-size: 22px;
  line-height: 22px;
  font-weight: 700;
  text-decoration: none;
}

.image-11 {
  margin-left: 24px;
}

.terms-and-conditions-copy {
  display: none;
}

.minus-button {
  display: none;
  margin-bottom: 20px;
  margin-left: 15px;
}

.terms-and-conditions-intro {
  color: #000;
}

.terms-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f8f8f8;
}

.list-item {
  padding-bottom: 15px;
  list-style-type: none;
}

.plus-button {
  margin-bottom: 20px;
  margin-left: 15px;
}

.terms-and-conditions {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
}

.body-pre-order-page {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.authorized-dealer-link {
  color: #c00;
}

.step-image {
  width: 40px;
  padding-bottom: 10px;
}

.list {
  list-style-type: disc;
}

.link-2 {
  color: #272323;
}

.heading-copy {
  margin-bottom: 20px;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}

.paragraph {
  margin-bottom: 0px;
}

.dealer-link {
  font-size: 20.5px;
}

@media screen and (max-width: 767px) {
  .preorder-copy {
    color: #000;
  }
}

@media screen and (max-width: 479px) {
  .steps {
    padding-right: 5px;
    padding-left: 5px;
  }
  .link-block {
    padding: 7px 20px 5px;
  }
  .button-text {
    font-size: 16px;
  }
  .image-11 {
    margin-left: 10px;
  }
  .list-item {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .container-2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .heading-copy {
    text-align: center;
  }
}