.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.packages-hero {
  width: 100%;
  position: relative;
}
.packages-hero img {
  width: 100%;
  max-width: 100%;
}
.packages-hero img.desktop-image {
  max-height: 350px;
  object-fit: cover;
}
.packages-hero img.mobile-image {
  max-height: 300px;
  object-fit: cover;
  object-position: top;
}
.packages-hero .text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.packages-hero .text-wrap span {
  max-width: 450px;
}
@media only screen and (max-width: 759px) {
  .packages-hero .text-wrap {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-bottom: 1em;
  }
}
.vue-schmear {
  overflow: hidden;
}
.vue-schmear .schmear-wrap {
  position: relative;
  padding: 3em 14%;
}
.vue-schmear .schmear-image,
.vue-schmear .schmear-content {
  display: inline-block;
  vertical-align: top;
}
.vue-schmear .schmear-image {
  width: 40%;
}
.vue-schmear .schmear-content {
  position: relative;
  width: 60%;
  padding-left: 5%;
}
.vue-schmear .list {
  margin-top: 1.5em;
}
.vue-schmear .list li {
  padding-bottom: 2.5em;
}
.vue-schmear .list li .item-title {
  padding-bottom: 0.25em;
}
.vue-schmear .sticky-wrap {
  height: 3.75em;
}
.vue-schmear .sticky-wrap .cta-wrap {
  filter: 'alpha(opacity=100)';
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 600ms ease-in-out;
  -moz-transition: opacity 600ms ease-in-out;
  -ms-transition: opacity 600ms ease-in-out;
  -o-transition: opacity 600ms ease-in-out;
  transition: opacity 600ms ease-in-out;
}
.vue-schmear .sticky-wrap.fixed .cta-wrap {
  position: fixed;
  background: #fff;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1em;
  padding-bottom: 2em;
  z-index: 100;
  text-align: center;
}
.vue-schmear .sticky-wrap.stopped .cta-wrap {
  filter: 'alpha(opacity=0)';
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .vue-schmear .schmear-wrap {
    padding: 2em 7%;
  }
  .vue-schmear .schmear-image {
    position: absolute;
    top: 2em;
    left: initial;
    right: 67%;
    width: initial;
    height: 75%;
    margin-left: -40%;
  }
  .vue-schmear .schmear-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .vue-schmear .list {
    margin-top: 0;
    margin-left: 30%;
    text-align: left;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .vue-schmear .schmear-wrap {
    padding: 2em 5%;
  }
  .vue-schmear .list {
    margin-top: 0;
  }
  .vue-schmear .list li {
    padding-bottom: 1.5em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .vue-schmear .schmear-wrap {
    padding: 3em 5%;
  }
}
.two-ways-video .inner-wrap {
  padding: 2em 5%;
}
.two-ways-video .title-text {
  margin-bottom: 0.75em;
}
.two-ways-video ul {
  list-style-type: decimal;
  padding-left: 1em;
}
.two-ways-video ul li {
  padding-left: 0.5em;
  margin-bottom: 1.5em;
}
.two-ways-video ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .two-ways-video .video-wrap {
    padding-bottom: 1.5em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .two-ways-video .list-wrap {
    padding-right: 5%;
  }
}
@media only screen and (min-width: 960px) {
  .two-ways-video .inner-wrap {
    padding: 3em 10%;
  }
  .two-ways-video .list-wrap {
    padding-right: 10%;
  }
}
.before-after-list .inner-wrap {
  padding: 0 5%;
  padding-bottom: 1.5em;
}
.before-after-list .title-text {
  padding: 1.5em 0;
}
.before-after-list .before-after {
  padding: 0 5%;
}
.before-after-list .before-after .before-after-image {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.before-after-list .before-after .before-after-title {
  padding: 0.75em 0;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .before-after-list .title-text {
    padding: 1.25em 0;
  }
  .before-after-list .before-after {
    padding-bottom: 2em;
  }
  .before-after-list .before-after:last-child {
    padding-bottom: 0;
  }
  .before-after-list .before-after .before-after-image {
    width: 82%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .before-after-list .inner-wrap {
    padding: 0 20%;
  }
  .before-after-list .title-text {
    padding: 1.25em 0;
  }
  .before-after-list .before-after {
    padding-bottom: 2em;
  }
  .before-after-list .before-after:last-child {
    padding-bottom: 0;
  }
  .before-after-list .before-after .before-after-image {
    width: 82%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .before-after-list .before-after {
    min-height: 31em;
  }
}
@media only screen and (min-width: 960px) {
  .before-after-list .inner-wrap {
    padding: 0 12%;
  }
  .before-after-list .before-after {
    min-height: 31em;
  }
}
.vue-featured-reviews .inner-wrap {
  padding: 0 5%;
  padding-bottom: 1.5em;
}
.vue-featured-reviews .title-text {
  padding-top: 1em;
}
.vue-featured-reviews .featured-reviews-wrap {
  padding: 0 5%;
  padding-top: 1.5em;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap {
  position: relative;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .the-carousel {
  position: relative;
  overflow: hidden;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .the-carousel .slick-initialized {
  display: block;
  margin: 0 -2px;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav,
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5em;
  text-align: center;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav span,
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav span {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -0.75em;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav {
  left: -5em;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav span {
  left: 0;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav {
  right: -5em;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav span {
  right: 0;
}
.vue-featured-reviews .review-wrap {
  position: relative;
}
.vue-featured-reviews .review-wrap .line {
  position: absolute;
  top: 10%;
  right: -1px;
  width: 1px;
  height: 80%;
  background: #ccc;
}
.vue-featured-reviews .review-wrap .review {
  padding: 0 10%;
}
.vue-featured-reviews .review-wrap .review .quote-image {
  display: inline-block;
  width: 4.5em;
  margin: 0.75em;
}
.vue-featured-reviews .review-wrap .review .review-title {
  padding-bottom: 0.25em;
}
.vue-featured-reviews .review-wrap .review .show-more-text {
  color: #3a2d4a;
  text-decoration: underline;
}
.vue-featured-reviews .review-wrap .review .name {
  padding-top: 0.5em;
}
.vue-featured-reviews .review-wrap .review .product-name {
  padding-top: 1em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .vue-featured-reviews .inner-wrap {
    padding: 0 5%;
  }
  .vue-featured-reviews .featured-reviews-wrap {
    padding: 0 5%;
    padding-top: 1.5em;
  }
  .vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav,
  .vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav {
    width: 3em;
  }
  .vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav {
    left: -3em;
  }
  .vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav {
    right: -3em;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .review {
    padding: 0;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .line {
    display: none;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .vue-featured-reviews .inner-wrap {
    padding: 0 10%;
  }
  .vue-featured-reviews .featured-reviews-wrap {
    padding-top: 1.5em;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .review {
    padding: 0;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .line {
    display: none;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .vue-featured-reviews .inner-wrap {
    padding: 0 15%;
  }
  .vue-featured-reviews .featured-reviews-wrap {
    padding-top: 1.5em;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .review {
    padding: 0;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .line {
    display: none;
  }
}
.goodbye-harsh .inner-wrap {
  padding: 3em 18%;
}
.goodbye-harsh .title-text {
  padding-bottom: 1.25em;
}
.goodbye-harsh .list-wrap li {
  margin-bottom: 2em;
}
.goodbye-harsh .icon-wrap {
  padding-top: 1em;
}
.goodbye-harsh .icon-wrap .icon-item {
  display: inline-block;
  vertical-align: top;
  max-width: 6.5em;
  margin-right: 1.5em;
}
.goodbye-harsh .icon-wrap .icon-item:last-child {
  margin-right: 0;
}
.goodbye-harsh .icon-wrap .icon-item .icon-image {
  width: 3em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .goodbye-harsh .inner-wrap {
    padding: 2.5em 5%;
  }
  .goodbye-harsh .title-wrap {
    text-align: center;
  }
  .goodbye-harsh .list-wrap {
    padding-left: 8em;
  }
  .goodbye-harsh .list-wrap .tube-image {
    position: absolute;
    top: -1em;
    left: 0;
    width: 6.5em;
  }
  .goodbye-harsh .icon-wrap {
    text-align: center;
  }
  .goodbye-harsh .icon-wrap .icon-item {
    margin: 0 0.25em;
  }
  .goodbye-harsh .icon-wrap .icon-item:last-child {
    margin-right: 0.75em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .goodbye-harsh .inner-wrap {
    padding: 2.5em 12%;
  }
  .goodbye-harsh .title-wrap {
    text-align: center;
  }
  .goodbye-harsh .list-wrap {
    padding-left: 8em;
    padding-bottom: 1em;
  }
  .goodbye-harsh .list-wrap .tube-image {
    position: absolute;
    top: -1.5em;
    left: 0;
    width: 6.5em;
  }
  .goodbye-harsh .icon-wrap {
    text-align: center;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .goodbye-harsh .inner-wrap {
    padding: 3em 10%;
    padding-bottom: 4em;
  }
  .goodbye-harsh .inner-inner-wrap {
    position: relative;
    padding-left: 11.5em;
  }
  .goodbye-harsh .inner-inner-wrap .list-wrap {
    position: static;
  }
  .goodbye-harsh .inner-inner-wrap .tube-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 9em;
  }
}
@media only screen and (min-width: 960px) {
  .goodbye-harsh .inner-wrap {
    padding-bottom: 4em;
  }
  .goodbye-harsh .inner-inner-wrap {
    position: relative;
    padding-left: 11.5em;
  }
  .goodbye-harsh .inner-inner-wrap .list-wrap {
    position: static;
  }
  .goodbye-harsh .inner-inner-wrap .tube-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 9em;
  }
}
