.main-wrapper {
  height: auto;
  background-image: url('../images/bg2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-wrapper {
  height: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.79);
  box-shadow: 0 0 15px 20px rgba(0, 0, 0, 0.2);
}

.image {
  display: block;
  max-width: 600px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.image:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.image-2 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-top: 2px none rgba(0, 0, 0, 0.1);
}

.image-2:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.div-block {
  max-width: 650px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #b30000;
  background-color: #fffb00;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.39);
}

.div-block:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Bitter, serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.columns {
  max-width: none;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

.image-3 {
  position: relative;
  z-index: 100;
  margin-top: -23px;
  margin-right: 0px;
  margin-left: -12px;
  padding-right: 73px;
}

.list {
  margin: 0px 0px 0px -142px;
  padding: 20px 65px;
  background-image: url('../images/red-box.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.bullet {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 19px;
  letter-spacing: 0px;
}

.red {
  color: #c00;
}

.red-underlined {
  color: #c00;
  text-decoration: underline;
}

.column {
  padding-left: 10px;
}

.columns-2 {
  max-width: 900px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.button-popup {
  display: block;
  max-width: 500px;
  margin-top: -20px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 5px;
  border-color: #eaff00;
  border-radius: 5px;
  background-color: #0157a3;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.44);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.button-popup:hover {
  margin-top: -20px;
  margin-bottom: 0px;
  background-color: #0270ff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.footer {
  margin-top: 50px;
  padding: 40px;
  background-color: rgba(0, 0, 0, 0.72);
}

.footer-text {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-align: center;
}

.footer-link {
  color: #7c90b8;
}

.footer-link:hover {
  color: #2f57da;
}

.image-4 {
  display: block;
  max-width: 250px;
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.text-block {
  margin-top: 12px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
}

.popup-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1000;
  display: none;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.91);
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  max-height: 600px;
  max-width: 800px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 55px 55px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #004d88;
}

.heading-2 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 48px;
  text-align: center;
  letter-spacing: -3px;
}

.columns-3 {
  margin-top: 31px;
  padding: 30px 33px;
  border-style: none;
  border-width: 1px;
  border-color: transparent;
  background-color: #f7f7f7;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.22);
}

.yellow-highlight {
  padding-right: 6px;
  padding-left: 6px;
  background-color: #fbff00;
}

.yellow {
  color: #eaff00;
}

.form-wrapper {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.form-text {
  margin-top: 10px;
  margin-bottom: 17px;
}

.submit-button {
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  background-color: #0157a3;
  font-size: 21px;
  line-height: 29px;
  font-weight: 700;
  letter-spacing: -1px;
}

.submit-button:hover {
  background-color: #0270ff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.form-field {
  font-size: 18px;
  line-height: 30px;
}

.div-block-3 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 50px;
  min-width: 50px;
  margin-top: 10px;
  margin-right: 10px;
  border-style: solid;
  border-width: 5px;
  border-color: #c00;
  border-radius: 0px;
  background-color: rgba(204, 0, 0, 0);
  cursor: pointer;
}

.heading-3 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #c00;
  text-align: center;
}

.image-5 {
  margin-top: -20px;
}

.image-6 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.image-7 {
  display: inline-block;
}

.bullet-wrapper {
  max-width: 800px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px 60px;
  box-shadow: 1px 1px 20px 8px rgba(0, 0, 0, 0.17);
}

.video-wrapper {
  max-width: 800px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  display: block;
  max-width: 250px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
}

.columns-4 {
  position: static;
  max-width: 800px;
  margin-top: -28px;
  margin-right: auto;
  margin-left: auto;
  background-color: hsla(0, 0%, 100%, 0.71);
  box-shadow: 1px 1px 20px 6px rgba(0, 0, 0, 0.13);
}

.column-3 {
  padding: 20px;
}

.image2 {
  display: block;
  max-width: 600px;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
}

.image2:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.headline2 {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  border-top: 2px none rgba(0, 0, 0, 0.1);
}

.headline2:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.button-popup2 {
  display: block;
  max-width: 500px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #0270ff;
  border-radius: 5px;
  background-color: #0157a3;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.44);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.button-popup2:hover {
  margin-top: 20px;
  margin-bottom: 0px;
  background-color: #0270ff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.list2 {
  margin: 0px;
  padding: 20px;
  font-family: 'Open Sans', sans-serif;
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}

.ebook2 {
  display: block;
  max-width: 250px;
  margin-top: 75px;
  margin-right: auto;
  margin-left: auto;
}

.heading2 {
  position: relative;
  z-index: 500;
  max-width: 600px;
  margin: 26px auto 0px;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #c00;
  background-color: #eaff00;
  font-family: Bitter, serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.button-popup3 {
  display: block;
  max-width: 500px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #0270ff;
  border-radius: 5px;
  background-color: #0157a3;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.44);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.button-popup3:hover {
  margin-top: 40px;
  margin-bottom: 0px;
  background-color: #0270ff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.image-9 {
  display: block;
  max-height: 5px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: rotateX(9deg) rotateY(3deg) rotateZ(97deg);
  transform: rotateX(9deg) rotateY(3deg) rotateZ(97deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.main-wrapper-copy {
  height: auto;
  background-image: url('../images/bg2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.main-wrapper2 {
  height: auto;
  background-color: transparent;
  background-image: url('../images/bg2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.image-10 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.image-11 {
  display: none;
}

.image-12 {
  display: none;
  margin-right: auto;
  margin-left: auto;
}

.button-popup-top {
  display: none;
  max-width: 500px;
  margin-top: 23px;
  margin-right: auto;
  margin-left: auto;
  border-style: none;
  border-width: 5px;
  border-color: #eaff00;
  border-radius: 5px;
  background-color: #0157a3;
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.44);
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -2px;
}

.button-popup-top:hover {
  margin-top: -20px;
  margin-bottom: 0px;
  background-color: #0270ff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.content-wrapper-thank-you {
  height: auto;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 6px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: hsla(0, 0%, 100%, 0.79);
  box-shadow: 0 0 15px 20px rgba(0, 0, 0, 0.2);
}

.heading-4 {
  max-width: 800px;
  margin: 10px auto 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 54px;
  line-height: 57px;
  font-weight: 800;
  text-align: center;
  letter-spacing: -3px;
}

.heading-5 {
  text-align: center;
}

.heading-6 {
  max-width: 800px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  text-align: center;
  letter-spacing: -2px;
}

.columns-5 {
  max-width: 800px;
  margin: 30px auto 100px;
  padding: 10px;
  border-style: dashed;
  border-width: 3px;
  border-color: #c00;
}

.column-5 {
  padding: 10px;
  border-right: 2px dashed #c00;
  text-align: center;
}

.column-6 {
  padding: 10px;
  text-align: center;
}

.button {
  display: inline-block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #0270ff;
  border-radius: 5px;
  background-color: #0157a3;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -1px;
}

.button:hover {
  background-color: #0270ff;
}

.heading-7 {
  margin-top: 0px;
  background-color: #eaff00;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  letter-spacing: -1px;
}

.button2 {
  display: inline-block;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #0157a3;
  border-radius: 5px;
  background-color: #0270ff;
  font-family: 'Open Sans', sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -1px;
}

.button2:hover {
  background-color: #0157a3;
}

.heading-8 {
  margin-top: 35px;
  margin-bottom: 1px;
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
  font-family: 'Great Vibes', cursive;
  font-size: 48px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .content-wrapper {
    padding-right: 26px;
    padding-left: 26px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .list {
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .button-popup {
    margin-top: 0px;
  }

  .button-popup:hover {
    margin-top: 0px;
  }

  .list2 {
    background-image: none;
    background-position: 0px 0px;
    background-repeat: repeat;
    background-attachment: scroll;
  }

  .button-popup-top {
    margin-top: 0px;
  }

  .button-popup-top:hover {
    margin-top: 0px;
  }

  .content-wrapper-thank-you {
    padding-right: 26px;
    padding-left: 26px;
    background-color: hsla(0, 0%, 100%, 0.8);
  }

  .column-5 {
    border-right-style: none;
  }

  .heading-7 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .content-wrapper {
    background-color: hsla(0, 0%, 100%, 0.81);
  }

  .image {
    max-width: 500px;
  }

  .heading {
    font-size: 20px;
    line-height: 26px;
  }

  .image-3 {
    display: none;
    margin-right: 0px;
    margin-left: 3px;
    padding-right: 0px;
  }

  .list {
    margin-right: 0px;
    margin-left: 0px;
    padding: 5px 15px 10px 31px;
  }

  .button-popup {
    margin-top: 0px;
  }

  .div-block-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    max-height: none;
    margin-top: 0px;
    padding-bottom: 20px;
  }

  .submit-button {
    position: static;
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .image-5 {
    display: none;
  }

  .image-7 {
    display: block;
    max-width: 60%;
    margin-right: auto;
    margin-left: auto;
  }

  .columns-4 {
    margin-top: 40px;
  }

  .image2 {
    max-width: 500px;
  }

  .list2 {
    margin-right: 0px;
    margin-left: 0px;
    padding: 0px 15px 10px 31px;
  }

  .ebook2 {
    display: none;
    margin-top: -25px;
  }

  .image-10 {
    display: block;
  }

  .image-11 {
    display: none;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-12 {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-popup-top {
    display: block;
    margin-top: 15px;
  }

  .content-wrapper-thank-you {
    background-color: hsla(0, 0%, 100%, 0.81);
  }
}

@media screen and (max-width: 479px) {
  .main-wrapper {
    background-position: 50% 0%;
    background-size: cover;
  }

  .content-wrapper {
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, 0.77);
  }

  .image {
    max-width: 300px;
  }

  .image-2 {
    display: none;
  }

  .div-block {
    margin-top: 20px;
  }

  .heading {
    font-size: 15px;
    line-height: 22px;
  }

  .image-3 {
    position: relative;
    display: none;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

  .list {
    margin-top: -10px;
    padding-top: 0px;
  }

  .bullet {
    font-size: 16px;
    line-height: 24px;
  }

  .red-underlined {
    font-size: 38px;
    line-height: 40px;
  }

  .button-popup {
    margin-top: 0px;
    font-size: 18px;
    letter-spacing: -1px;
  }

  .footer {
    padding: 20px;
  }

  .div-block-2 {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-2 {
    margin-top: 13px;
    font-size: 38px;
    line-height: 38px;
  }

  .columns-3 {
    padding: 12px;
  }

  .submit-button {
    font-size: 18px;
  }

  .div-block-3 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-height: 25px;
    max-width: 25px;
    min-height: auto;
    min-width: auto;
    border-width: 2px;
    font-size: 10px;
  }

  .heading-3 {
    font-size: 18px;
    line-height: 18px;
  }

  .image-6 {
    display: none;
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-4 {
    display: block;
    margin-top: 37px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .column-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }

  .image2 {
    max-width: 300px;
  }

  .headline2 {
    display: none;
  }

  .button-popup2 {
    font-size: 18px;
    letter-spacing: -1px;
  }

  .list2 {
    margin-bottom: 0px;
  }

  .ebook2 {
    display: none;
  }

  .heading2 {
    margin-bottom: -25px;
    font-size: 15px;
    line-height: 22px;
  }

  .button-popup3 {
    font-size: 18px;
    letter-spacing: -1px;
  }

  .main-wrapper2 {
    background-position: 50% 0%;
  }

  .column-4 {
    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-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .image-10 {
    display: none;
    margin-top: 0px;
    margin-bottom: -25px;
    padding-right: 25px;
    padding-left: 25px;
  }

  .image-12 {
    margin-top: -5px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-popup-top {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: -1px;
  }

  .content-wrapper-thank-you {
    padding-right: 10px;
    padding-left: 10px;
    background-color: hsla(0, 0%, 100%, 0.77);
  }

  .heading-4 {
    font-size: 34px;
    line-height: 38px;
    letter-spacing: -2px;
  }

  .heading-6 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -1px;
  }

  .button {
    font-size: 18px;
  }

  .button2 {
    font-size: 18px;
  }

  .heading-8 {
    margin-top: 20px;
  }
}