.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-color: #001227;
}

.heading {
  color: #fff5e2;
  text-align: center;
  text-shadow: 0 2px 5px #001227;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 51px;
}

.header-background-wrapper {
  background-image: url('../images/header-background-new.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.header-background-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(0, 18, 39, 0.8), rgba(0, 18, 39, 0.6) 30% 70%, rgba(0, 18, 39, 0.8));
  z-index: 1;
}

.container {
  text-align: center;
  min-height: 640px;
  margin-bottom: 0;
  padding: 20px;
  position: relative;
  z-index: 2;
}

.logo {
  max-width: 180px;
}

.bold-text {
  font-weight: 400;
}

.button {
  color: #39393d;
  background-color: #38ecad;
  border-radius: 5px;
  margin-top: 0;
  padding: 20px 21px;
  font-size: 20px;
  font-weight: 700;
}

.header-nav {
  text-align: center;
  padding-top: 13px;
  padding-bottom: 13px;
}

.page-content {
  background-color: #f3f3f3;
  padding: 20px 220px 20px 40px;
}

.paragraph {
  color: #1d1b1b;
  font-size: 20px;
  line-height: 30px;
}

.video {
  max-width: 680px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

.highlight {
  color: #fff;
  background-image: linear-gradient(to top, #ffae00 7%, #fff0 9%);
  font-weight: 400;
}

.sub-header {
  color: #fff5e2;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.intro-tag {
  color: #fff;
  background-color: #193599;
  padding: 10px 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.intro-tag-wrapper {
  margin-top: 10px;
}

.divider {
  background-color: #34354d;
  height: 2px;
  margin-bottom: 10px;
}

.feature-block-wrapper {
  background-color: #ebebeb;
  border-radius: 5px;
  padding-bottom: 15px;
}

.profile-picture {
  max-width: 80%;
}

.profile-picture.social-proof {
  width: 150px;
}

.profile-name {
  color: #fff5e2;
  text-align: left;
  background-image: url('../images/check-blue.png');
  background-position: 80%;
  background-repeat: no-repeat;
  background-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 34px;
}

.profile-name.social-proof {
  background-image: none;
}

.text-block {
  color: #c4bbac;
}

.columns {
  align-items: center;
  display: flex;
}

.column, .column-3 {
  text-align: center;
}

.list {
  padding: 10px 15px;
  list-style-type: none;
}

.list-item {
  background-image: url('../images/green-checkmark.png');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: 20px;
  border-bottom: 1px dashed #b8b8b8;
  padding: 15px 20px 15px 40px;
}

.list-item.unlimited {
  background-image: url('../images/unlimited.png');
  background-position: 10px;
  background-size: 26px;
}

.list-item.gift {
  background-image: url('../images/gift.png');
  background-position: 9px;
  background-size: 30px;
  border-bottom-style: none;
}

.list-item-text {
  font-size: 16px;
}

.button-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.secure-text {
  text-align: center;
}

.price-title {
  color: #da0000;
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.form {
  text-align: center;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field {
  background-image: url('../images/email-icon.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: 20px;
  border-radius: 6px;
  height: 50px;
  padding-top: 0;
  padding-bottom: 0;
}

.intro-columns {
  margin-bottom: 40px;
}

.sales-letter-content {
  color: #dbdbdb;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 23px;
  line-height: 30px;
}

.background-highlight {
  background-color: #193599;
}

.background-glow {
  color: #000;
  -webkit-text-stroke-color: #555;
  background-color: #d3a550;
}

.strikethrough {
  text-decoration: line-through;
}

.green {
  color: #0e8b0a;
}

@media screen and (max-width: 991px) {
  .profile-name {
    background-image: url('../images/check-blue.png');
    background-position: 70%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 767px) {
  .profile-name {
    background-image: url('../images/check-blue.png');
    background-position: 78%;
    background-repeat: no-repeat;
    background-size: 18px;
    padding-right: 100px;
  }

  .sales-letter-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 36px;
    line-height: 40px;
  }

  .container {
    min-height: 640px;
  }

  .bold-text {
    font-size: 39px;
    line-height: 40px;
  }

  .page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video {
    padding-left: 10px;
    padding-right: 10px;
  }

  .profile-picture.social-proof {
    max-width: 150px;
    margin-right: 0;
  }

  .profile-name {
    background-position: 60%;
    padding-right: 100px;
  }

  .columns {
    flex-direction: column;
    justify-content: space-between;
  }

  .column {
    text-align: center;
  }

  .column-2 {
    flex-direction: column;
    justify-content: center;
    display: block;
  }

  .sales-letter-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}
