/*CUSTOM CSS*/
.text-link{
    font-size:33px;
    text-decoration: underline;
    font-weight: bold;
    text-align: center;
    display: block;
    margin: 45px auto;
}

.content_container.v2{
}

.vsl-logo-wrapper{
  width: 600px;
  margin: auto;
}

.cta-image-block.v2{
  width: 50%;
  font-size: 60px;
}

.headline_h1.vsl{
  font-size: 56px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 0px;
  line-height: 1;
}

.headline_h1.vsl.color-white{
  color: #fff;
}

@media screen and (max-width: 767px) {
  .headline_h1.vsl{
    font-size: 25px;
  }
  
  .cta-image-block.v2{
    width: 80%;
    font-size: 30px;
  }
}

@media screen and (max-width: 479px){
  .content_container.v2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/*END OF CUSTOM CSS*/

.section_headline {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.93)), to(hsla(0, 0%, 100%, 0.93))), url('../images/city_dark.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.93)), url('../images/city_dark.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.hello-bar {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ff7902;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  text-align: center;
}

.headline_container {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.headline_h1 {
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  font-size: 75px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.color-orange {
  color: #ff7902;
}

.subheadline {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 30px;
  line-height: 1.5;
}

.content-col-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
}

.header-wrapper {
  background-color: #ff7902;
}

.bonus-header-wrapper {
  display: inline-block;
  margin-bottom: 25px;
  padding: 5px 10px;
  background-color: #ff7902;
}

.site-preview {
  display: block;
  width: 550px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 10px;
  box-shadow: 7px 7px 15px 5px rgba(0, 0, 0, 0.05);
}

.cta-image-block {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -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;
  border-style: solid;
  border-width: 3px;
  border-color: #fff;
  border-radius: 25px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdb850), to(#e54201));
  background-image: linear-gradient(180deg, #fdb850, #e54201);
  box-shadow: 3px 3px 8px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 150ms cubic-bezier(.55, .055, .675, .19);
  transition: all 150ms cubic-bezier(.55, .055, .675, .19);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #004192;
  font-size: 80px;
  line-height: 1;
  font-style: italic;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.cta-image-block:hover {
  box-shadow: 3px 3px 8px 0 transparent;
  -webkit-filter: contrast(120%);
  filter: contrast(120%);
}

.content-col-60percent {
  width: 55%;
}

.bonus-img {
  display: block;
  width: 55%;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.checklist-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.checklist-wrapper.product {
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
}

.tickbox {
  width: 40px;
  margin-right: 15px;
}

.header-previous-price {
  margin-bottom: 25px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

.content_container {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.content_container._1st-section {
  padding-top: 65px;
  padding-bottom: 15px;
}

.content_container.with-top-border {
  padding-top: 1px;
  background-color: #000;
}

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

.content-col-40percent {
  width: 45%;
}

.h2-grand-total {
  padding: 10px;
  background-color: #ff7902;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
}

.full-width-div.image-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.93)), to(hsla(0, 0%, 100%, 0.93))), url('../images/city_dark.jpeg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.93), hsla(0, 0%, 100%, 0.93)), url('../images/city_dark.jpeg');
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}
.full-width-div.black-bg{
  background-color: #000;
}

.header-h2 {
  margin-top: 45px;
  margin-bottom: 45px;
  font-family: Oswald, sans-serif;
  font-size: 55px;
  line-height: 1.2;
  text-align: center;
}

.header-bonus {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 1.2;
}

.full-img {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  border-style: solid;
  border-width: 5px;
  border-color: #fff;
  border-radius: 10px;
  box-shadow: 7px 7px 15px 5px rgba(0, 0, 0, 0.1);
}

.statement-wrapper {
  display: block;
  overflow: scroll;
  width: 800px;
  height: 600px;
  margin-right: auto;
  margin-bottom: 45px;
  margin-left: auto;
  padding: 10px;
  box-shadow: 7px 7px 18px 0 rgba(0, 0, 0, 0.15);
  text-align: center;
}

.checklist-text-box {
  width: 90%;
}

.p-text {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 1.7;
}

.p-text.emp {
  font-size: 26px;
  text-align: center;
}

.headline-logo-wrapper {
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  text-align: center;
}

.color-white {
  color: #fff;
}

.header-h3 {
  font-family: Montserrat, sans-serif;
  color: #ff7902;
  font-size: 45px;
  line-height: 1.3;
  text-align: center;
}

.bonus-wrapper {
  margin-top: 45px;
}

.price-text {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #ce1013;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}

.product-1 {
  display: block;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.product-1.mobile-only {
  display: none;
}

.section_footer {
  background-color: #000;
}

.footer-container {
  width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 45px;
  padding-bottom: 45px;
}

.h2 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  line-height: 1.2;
  text-align: center;
}

.f-text {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
}

.footer-wrapper {
  margin-bottom: 25px;
  text-align: center;
}

.footer-email {
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
}

.f-link {
  color: #ff7902;
  text-decoration: none;
}

.f-link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .hello-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .headline_container {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .headline_h1 {
    font-size: 55px;
  }

  .subheadline {
    font-size: 22px;
  }

  .bonus-header-wrapper {
    display: block;
  }

  .cta-image-block {
    width: 90%;
    font-size: 80px;
  }

  .bonus-img {
    width: 80%;
  }

  .tickbox {
    width: 30px;
  }

  .header-previous-price {
    font-size: 50px;
  }

  .content_container {
    width: 95%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content_container._1st-section {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h2-grand-total {
    font-size: 24px;
  }

  .header-h2 {
    font-size: 45px;
  }

  .header-bonus {
    font-size: 35px;
  }

  .statement-wrapper {
    width: 100%;
  }

  .p-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
  }

  .p-text.emp {
    font-size: 20px;
  }

  .header-h3 {
    font-size: 30px;
  }

  .price-text {
    font-size: 35px;
  }

  .bonus-col {
    padding: 10px;
  }

  .footer-container {
    width: 95%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .f-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .hello-bar {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .headline_h1 {
    font-size: 45px;
  }

  .subheadline {
    font-size: 20px;
  }

  .content-col-box {
    display: block;
  }

  .bonus-header-wrapper {
    text-align: center;
  }

  .site-preview {
    width: 70%;
  }

  .cta-image-block {
    font-size: 55px;
  }

  .content-col-60percent {
    width: 100%;
  }

  .bonus-img {
    display: block;
    width: 40%;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .content_container {
    padding-top: 40px;
  }

  .content_container._1st-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-col-40percent {
    display: none;
    width: 100%;
  }

  .h2-grand-total {
    font-size: 22px;
  }

  .header-h2 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 37px;
  }

  .product-1 {
    width: 40%;
    margin-bottom: 25px;
  }

  .product-1.mobile-only {
    display: block;
  }

  .bonus-col {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .f-text {
    font-size: 12px;
  }
  
  .text-link{
    font-size:16px;
    }
}

@media screen and (max-width: 479px) {
  .hello-bar {
    font-size: 14px;
  }

  .headline_h1 {
    font-size: 30px;
  }

  .subheadline {
    font-size: 18px;
  }

  .site-preview {
    width: 80%;
  }

  .cta-image-block {
    width: 95%;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
    font-size: 30px;
  }

  .bonus-img {
    width: 80%;
  }

  .tickbox {
    width: 27px;
  }

  .header-previous-price {
    font-size: 28px;
  }

  .content_container {
    padding-top: 20px;
  }

  .h2-grand-total {
    font-size: 17px;
    text-align: center;
  }

  .header-h2 {
    font-size: 27px;
  }

  .header-bonus {
    font-size: 27px;
  }

  .full-img {
    width: 100%;
  }

  .statement-wrapper {
    height: 300px;
  }

  .p-text {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .header-h3 {
    font-size: 19px;
  }

  .bonus-wrapper {
    margin-top: 20px;
  }

  .price-text {
    font-size: 27px;
  }

  .product-1 {
    width: 60%;
  }

  .bonus-col {
    padding: 0px;
  }
}