body,
html {
  font-size: 18px;
  font-family: "Lato", sans-serif;
}

.mm-logo {
  -webkit-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.3));
  width: 100%;
  max-width: 200px;
}

/* ==================================== */

.text-dark-purple {
  color: #7f22a2;
}

.bg-dark-purple {
  background-color: #7f22a2;
}

.text-purple {
  color: #8a3aac;
}

.text-magenta {
  color: #b35487;
}

.text-yellow {
  color: #fce770;
}

.text-light-yellow {
  color: #f0e6b8;
}

.text-light-red {
  color: #ff4b4b;
}

.text-red {
  color: #ff4766;
}

.text-coral {
  color: #ff6868;
}

.font-weight-900 {
  font-weight: 900;
}

.h6,
h6 {
  font-size: 1.1rem;
}
/* ==================================== */

.bg-gray {
  background-color: #363636;
  color: #fff;
}

.bg-laptop {
  background-color: #cfb7c0;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/prosperity/FMPR_201118_vsl_bg_laptop.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-beach {
  background-color: #c7dae1;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/prosperity/FMPR_201118_vsl_bg_beach.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-faq {
  background-color: #fff;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/prosperity/FMPR_201118_vsl_bg_faq.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-girl {
  background-color: #e5bbd8;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/prosperity/FMPR_201118_vsl_bg_girl0.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-nat {
  background-color: #a5527a;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/prosperity/FMPR_201118_vsl_bg_nat.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg-header {
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/prosperity/FMPR_200917_bg_header0.jpg);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}

.bg-purple {
  background-color: #b35487;
  color: #fff;
}

.bg-lines {
  background-color: #fff;
  background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/prosperity/FMPR_200917_bg_lines1.jpg);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
}

/* ==================================== */

.checkmark li strong {
  font-weight: bold;
  color: #b35487;
  display: block;
  margin-bottom: 0.5rem;
}

.checkmark li strong span {
  color: #ff4766;
}

.strike {
  position: relative;
}

.strike:before {
  position: absolute;
  content: url(https://d2l6tmiv6e1a1j.cloudfront.net/mindmovies/MM_180110_chrwknng_qi_strike.png);
  width: 100%;
  height: 100%;
}

.custom-border {
  border: 2px dotted #8a3aac;
}

.custom-border ul {
  list-style: none;
  margin-bottom: 0.25rem;
}

.custom-border ul li::before {
  content: "✓ "; /* "\2022" */
  color: #7f22a2;
  font-weight: bold;
  display: inline-block;
  width: 0.8rem;
  margin-left: -1.1rem;
}
.custom-border ul li:last-child {
  margin-bottom: 0.25rem;
}

.bonus-container {
  background-color: #fff;
  margin-bottom: 1rem;
}

.bonus-container > [class^="col-"]:first-child,
.bonus-container > [class*="col-"]:first-child {
  background-color: #e5e3e9;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}

.bonus-container .bonus-title {
  position: relative;
  padding-left: 7rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

.bonus-container .bonus-title::before {
  position: absolute;
  left: 0;
  top: 0.3rem;
  counter-increment: bonuses;
  content: "BONUS " counter(bonuses) ": ";
  display: inline-block;
  background-color: #363636;
  color: #fff;
  padding: 0.4rem;
  letter-spacing: 1px;
  font-weight: 400;
}

.main-body-content {
  counter-reset: bonuses;
}

.atc {
  display: inline-block;
  max-width: 430px;
}

ul.triangles,
ul.triangles-gray {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ul.triangles li,
ul.triangles-gray li {
  padding-left: 0;
  position: relative;
  padding-left: 2rem;
  line-height: 1.3;
  padding-bottom: 0.5rem;
}

ul.triangles li::before,
ul.triangles-gray li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.5rem 0 0.5rem 0.8rem;
  border-color: transparent transparent transparent #b35487;
}
ul.triangles-gray li:not(:last-child) {
  padding-bottom: 0;
  margin-bottom: 1rem;
}
ul.triangles-gray li::before {
  border-color: transparent transparent transparent #464646;
}

.img-bonus {
  /*max-width: 300px;*/
  max-height: 280px;
}

.tstm-1,
.tstm-2 {
  background-color: #f5f5f5;
  border: 3px solid #363636;
  position: relative;
  padding-top: 2rem;
}

.bg-pink {
  background-color: #b35487;
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.tstm-1 img,
.tstm-2 img {
  position: absolute;
  bottom: 0;
}

.tstm-1 img {
  left: 3rem;
}

.tstm-1 > p {
  margin-left: 16rem;
  margin-right: 6rem;
  text-align: center;
  margin-bottom: 2rem;
  font-size: 1.3rem;
}

.tstm-1 .bg-pink {
  margin-right: 19rem;
}

.tstm-1 .bg-pink > p {
  margin-left: 16rem;
  margin-bottom: 0;
  line-height: 1.3;
}

.tstm-1 .bg-pink > p span,
.tstm-2 .bg-pink > p span {
  font-size: 1.5rem;
}

.tstm-2 img {
  right: 0.5rem;
}

.tstm-2 > p {
  margin-right: 16rem;
  margin-left: 6rem;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 1.3rem;
}

.tstm-2 .bg-pink {
  margin-left: 14rem;
  padding-left: 1rem;
}

.tstm-2 .bg-pink > p {
  margin-right: 16rem;
  margin-bottom: 0;
  line-height: 1.3;
}

.btn-dark-purple {
  background-color: #7f22a2;
  color: #fff;
}

.btn-dark-purple:hover {
  color: #fff;
}

.bg-white-transparent-nat {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 0.8rem;
}

.counter-black {
  display: inline-block;
  margin: 0.7rem 0.2rem;
}
.counter-black span {
  background-color: #000;
  color: #fff;
  padding: 0.7rem 1rem;
  font-size: 2.1rem;
  border-radius: 0.6rem;
  display: inline-block;
  font-weight: 900;
}

.counter-black:after {
  content: " ";
  display: block;
  background-color: transparent;
  color: #555;
  text-transform: uppercase;
  font-size: 0.9rem;
}

.counter-black.days:after {
  content: "days";
}

.counter-black.hours:after {
  content: "hours";
}

.counter-black.mins:after {
  content: "mins";
}

.counter-black.secs:after {
  content: "secs";
}

.counter-white {
  margin-left: 2rem;
  margin-right: 2rem;
  vertical-align: middle;
}

.counter-white .counter-black {
  display: inline-block;
  margin: 0.3rem 0.2rem;
}
.counter-white .counter-black span {
  background-color: #fff;
  color: #363636;
  padding: 0.3rem 0.5rem;
  font-size: 1.1rem;
  border-radius: 0.3rem;
  display: inline-block;
  font-weight: 900;
}

.counter-white .counter-black:after {
  display: block;
  background-color: transparent;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.5rem;
  margin-top: 0.4rem;
}

.faq-title {
  background-color: #8a3aac;
  border: 1px solid #8a3aac;
  color: #fff;
  cursor: pointer;
  padding: 0.3rem;
  padding-left: 2rem;
  position: relative;
}

.faq-title::before {
  content: "- ";
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.4rem;
  left: 0.5rem;
  position: absolute;
}

.faq-title.collapsed::before {
  content: "+ ";
}

.faq-body {
  border: 1px solid #8a3aac;
  padding: 1rem;
}

.faq-container:not(:last-child) {
  margin-bottom: 1rem;
}

.border-magenta {
  border: 5px solid #b35487;
}

.img-atom {
  max-width: 320px;
}

.img-laptop {
  max-width: 400px;
}

@media (max-width: 991.98px) {
  .img-atom {
    display: none !important;
  }

  .img-laptop {
    display: none !important;
  }
}

/*
.toggle-group {
    display: flex;
    -ms-flex-align: center!important;
    align-items: center!important;
    padding: 0;
}
.toggle-off, .toggle-on {
    font-size: 1.1rem!important;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1;
}
*/

.tgl label {
  font-size: 1.2rem;
}

.checkbox-3x {
    transform: scale(3);
    -webkit-transform: scale(3);
}

/* ==================================== */

@media (max-width: 575.98px) {
  body,
  html {
    font-size: 14px;
  }
  .video-container {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .testimonial:after,
  .testimonial:before {
    content: "";
  }
  .tstm-1 .bg-pink,
  .tstm-2 .bg-pink {
    margin-left: 0;
    margin-right: 0;
    background-color: transparent;
    padding: 1rem;
  }
  .tstm-1 img,
  .tstm-2 img {
    /*display: none;*/
    width: auto;
    height: 120px;
    right: 0.5rem;
    left: unset;
  }
  .tstm-1 > p,
  .tstm-2 > p {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .tstm-1 .bg-pink > p,
  .tstm-2 .bg-pink > p {
    margin: 0;
    padding-left: 0;
    padding-right: 40%;
    color: #000;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  body,
  html {
    font-size: 16px;
  }
  .tstm-1 .bg-pink,
  .tstm-2 .bg-pink {
    margin-left: 0;
    margin-right: 30%;
  }
  .tstm-1 img,
  .tstm-2 img {
    /*display: none;*/
    width: auto;
    height: 120px;
    right: 0.5rem;
    left: unset;
  }
  .tstm-1 > p,
  .tstm-2 > p {
    margin-left: 2rem;
    margin-right: 2rem;
    font-size: 1.1rem;
    margin-bottom: 1rem;
  }
  .tstm-1 .bg-pink > p,
  .tstm-2 .bg-pink > p {
    margin: 0;
    padding-left: 1rem;
  }
  .img-bonus {
      max-height: 180px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .tstm-1 .bg-pink,
  .tstm-2 .bg-pink {
    margin-left: 0;
    margin-right: 0;
  }
  .tstm-1 img {
    left: 0.5rem;
  }
  .tstm-1 > p {
    margin-left: 10rem;
    margin-right: 2rem;
    font-size: 1.1rem;
  }
  .tstm-2 img {
    right: 0;
  }
  .tstm-2 > p {
    margin-left: 2rem;
    margin-right: 13rem;
    font-size: 1.1rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) {
  .container {
    max-width: 950px;
  }
}
