/* CSS extracted from templates\presells\ps07.html */

/* Inline style 1 from ps07.html */
html:not(.next-display-ready) [data-next-await] {
  position: relative;
  overflow: hidden;
  border-color: transparent !important;
  box-shadow: none !important;
}

[data-next-await] * {
  opacity: 0;
  transition: opacity 0.2s ease;
}

[data-next-await]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e0e0e0;
  animation: pulse-gray 1.5s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}

@keyframes pulse-gray {
  0%,
  100% {
    background-color: #e0e0e0;
    opacity: 0.6;
  }

  50% {
    background-color: #f5f5f5;
    opacity: 0.8;
  }
}

html.next-display-ready [data-next-await] * {
  opacity: 1;
}

html.next-display-ready [data-next-await]::before {
  display: none;
}

.main-description {
}

.main-description p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 36px;
}

.main-description ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 36px;
}

.main-description ul li {
  padding: 0;
  margin-top: 0;
  margin-bottom: 6px;
}
.main-description ul li:last-child {
  margin-bottom: 0;
}

.section_list-wrapper .heading-style-h3 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 20px;
  color: #00147c;
}

.section_list-wrapper .section_list_images {
  margin-bottom: 24px;
}

.section_list-wrapper .section_list_images.mobile_2_per_row-desktop_4_per_row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 1fr;
  row-gap: 10px;
  column-gap: 5px;
}

.section_list-wrapper .section_list_images.mobile_2_per_row-desktop_4_per_row img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.results_speak_images-images-desktop {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .section_list-wrapper .section_list_images {
    margin-bottom: 20px;
  }

  .section_list-wrapper .section_list_images.gap6_desktop{
    gap: 6px;
  }

  .section_list-wrapper .section_list_images.mobile_2_per_row-desktop_4_per_row {
    grid-template-columns: repeat(4, 1fr);
  }

  .images-mobile {
    display: none;
  }

  .results_speak_images-images-desktop {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}

.section_list-wrapper p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 36px;
}

.section_list-wrapper .section_list_text_wrapper {
  border-radius: 8px;
  padding: 23px 19px 0px 19px;
  background-color: #e6ebff;
  margin-bottom: 36px;
}

.section_list-wrapper .section_list_text_wrapper.alert-section {
  padding: 23px 14px 0px 14px;
}

.section_list-wrapper .section_list_text_wrapper ul {
  margin: 0;
  margin-bottom: 36px;
}

.section_list-wrapper .section_list_text_wrapper ul:last-child {
  margin-bottom: 30px;
  padding-left: 27px;
}

.section_list-wrapper .section_list_text_wrapper ul li {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0px;
}

.section_list-wrapper .section_list_text_wrapper ul li:last-child {
  margin-bottom: 0;
}

.section_list ul.no-disc {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-bottom: 30px;
}

.section_list ul.no-disc li {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0px;
  display: flex;
  gap: 6px;
}

.section_list ul.no-disc li:last-child {
  margin-bottom: 0;
}

.section_list-wrapper .section_list_text_wrapper p:last-child {
  margin-bottom: 30px;
}

.section_list.complete_metabolic_transformation_system .section_list_images img:first-child {
  margin-bottom: 6px;
}

.section_list_text_wrapper h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: center;
  padding-bottom: 30px;
}

.section_list.why_this_works .section_list_text_wrapper {
  padding: 19px 19px 0 19px;
  margin-bottom: 23px;
}

.section_list-wrapper .section_list_text_wrapper p {
  margin-bottom: 28px;
}

.section_list.why_this_works .section_list_text_wrapper h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0%;
  margin-bottom: 16px;
}

.section_list.why_this_works .section_list_images img {
  min-height: 278px;
}

.section_list-wrapper .section_list_images .video-wrapper {
  margin-bottom: 15px;
  border-radius: 8px;
}

.section_list-wrapper .section_list_images .video-wrapper .video-player {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  isolation: isolate;
}

.section_list-wrapper .section_list_images .video-wrapper video {
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.section_list-wrapper .section_list_images .video-wrapper .video-play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s ease;
  width: 110px;
  height: 110px;
  z-index: 1;
}

.section_list-wrapper .section_list_images .video-wrapper .video-play-icon.is-hidden {
  opacity: 0;
}

.section_list-wrapper .section_list_images .video-wrapper p {
  margin: 19px 16px;
  text-align: center;
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: center;
}

.standard_link {
  color: #1a0dab;
  text-decoration: underline;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
}

.gallery-slider {
  margin-bottom: 50px;
  margin-left: -16px;
  margin-right: -16px;
}

.sticky-cta-gallery {
  display: flex;
}

.gallery-slider .swiper-wrapper {
  align-items: stretch;
}

.gallery-slider .swiper-slide {
  border-radius: 8px;
  background-color: #f5f5f5;
  height: auto;
}

.gallery-slider .swiper-slide .gallery-slider__img {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.gallery-slider .swiper-slide .gallery-content {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 0 10px;
}

.gallery-slider .swiper-slide .rating_star-wrapper {
  justify-content: center;
}

.gallery-slider .swiper-slide h6 {
  text-align: center;
  font-size: 17px;
  margin-bottom: 8px;
}

.gallery-slider .swiper-slide p {
  text-align: center;
  padding-bottom: 6px;
  font-size: 13px;
  line-height: 19px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 0;
}

.gallery-slider .swiper-slide .author {
  border-top: 1px solid #e7e7e7;
  font-size: 13px;
  text-align: center;
  width: 110px;
  margin: auto;
  padding-top: 10px;
  margin-top: 10px;
  line-height: 16px;
  margin-bottom: 10px;
}

.section_list_step {
  border-radius: 8px;
  background-color: #e6ebff;
  margin-bottom: 25px;
  position: relative;
}

.section_list_step .image-block {
  display: flex;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.section_list_step .list_step-title {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 19px 14px 19px 14px;
}

.section_list_step .list_step-title h3 br {
  display: none;
}

.section_list_step .list_step-title h3,
.section_list_step .list_step-title .step {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0%;
}

.section_list_step .list_step-title .step {
  display: flex;
  margin-right: 5px;
}

.section_list_step.list_step_transformation_app {
  margin-bottom: 60px;
}

.section_list_step.list_step_transformation_app .image-block {
  object-position: top;
}

.section_list_step.list_step_transformation_app img.mobile-app {
  position: absolute;
  bottom: -38px;
  z-index: 1;
  width: 177px;
}

.section_list_step.no4 {
  margin-bottom: 36px;
}

.section_list.list_action_wrapper {
  padding: 36px 19px;
  text-align: center;
  color: #fff;
  background-color: #7869bf;
  border-radius: 8px;
}

.section_list.list_action_wrapper .heading-style-h3 {
  color: #fff;
}

.section_list.list_action_wrapper p {
  margin-bottom: 32px;
}

.section_list.list_action_wrapper p.alert {
  font-family: Inter;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0%;
  text-align: center;
  padding: 0 6px;
}

.main-action-link-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.main-action-link {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  text-decoration: underline;
  text-decoration-style: solid;
  color: #fff;
  background-color: #04b785;
  border: 1px solid #086a4e;
  padding: 19px 20px;
  border-radius: 10px;
}

.section_reviews {
  margin-top: 36px;
}

.section_reviews .heading-style-h3 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0%;
  margin-bottom: 20px;
  color: #00147c;
}

.section_reviews .heading-style-h3.text-center {
  text-align: center;
}

.section_reviews .rating-wrapper .review-block h4 {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
  max-width: 290px;
}

.section_reviews .rating-wrapper .review-block .rating_star-wrapper {
  margin-top: 10px;
}

.review-header .review-block-hr {
  border: none;
  border-top: 1px solid #e9e9e9;
  width: 100%;
}

.section_reviews .rating-wrapper .review-block .rating_text {
  font-family: 'Source Sans 3', sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0px;
}

.section_reviews .rating-wrapper .review-block .commenter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  font-weight: 400;
  gap: 6px;
}

.section_reviews .rating-wrapper .review-block .commenter span {
  color: #3ab890;
}

.sticky-column {
  display: none;
}

.section_list-wrapper .heading-style-h3.ugly_truth_older {
  max-width: 500px;
}
.section_list-wrapper .heading-style-h3.pilates_studios_fail {
  max-width: 520px;
}
.section_list-wrapper .heading-style-h3.emily_changed_everything {
  max-width: 500px;
}
.section_list-wrapper .heading-style-h3.metabolic_transformation_system {
}
.section_list-wrapper .heading-style-h3.busy_lives_design {
  max-width: 500px;
}
.section_list-wrapper .heading-style-h3.why_this_works {
}
.section_list-wrapper .heading-style-h3.exactly_what_needed {
}
.section_list-wrapper .heading-style-h3.arrived_everything_changed {
}
.section_list-wrapper .heading-style-h3.results_speak_images {
}
.section_list-wrapper .heading-style-h3.results_speak_videos {
  margin-bottom: 9px;
}
.section_list-wrapper .heading-style-h3.complete_system_get {
  max-width: 500px;
}
.section_list-wrapper .heading-style-h3.guarantee_99_day {
}
.section_list-wrapper .heading-style-h3.discount_reason_today {
  max-width: 500px;
}
.section_list-wrapper .heading-style-h3.sold_out_3x {
}
.section_list-wrapper .heading-style-h3.first_step_stronger {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.section_list-wrapper .heading-style-h3.more_reviews_customers {
}

h3.true_glide_reformer {
  max-width: 470px;
}

h3.transformation_app {
  max-width: 500px;
}

h3.private_community {
}

h3.bonus_classes {
}

@media screen and (min-width: 768px) {
  .section_list-wrapper .heading-style-h3 {
    font-weight: 900;
    font-size: 36px;
    line-height: 42px;
  }

  .section_list-wrapper p {
    margin-bottom: 32px;
  }

  .section_list-wrapper .section_list_text_wrapper p {
    margin-bottom: 32px;
  }

  .main-action-link {
    font-size: 22px;
    line-height: 45px;
    padding: 7px 20px;
  }

  .main-action-link br {
    display: none;
  }

  .section_list_step .list_step-title h3,
  .section_list_step .list_step-title .step {
    font-size: 24px;
    line-height: 32px;
  }

  .section_list_step .list_step-title {
    padding: 20px 14px 20px 14px;
  }

  .section_list.complete_metabolic_transformation_system .section_list_images img:first-child {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .section_list_text_wrapper h4 {
    font-size: 24px;
  }

  .section_list.list_action_wrapper {
    padding: 36px 50px 45px 50px;
  }

  .section_list_step.list_step_transformation_app {
    margin-bottom: 25px;
  }

  .main-action-link-wrapper {
    margin-top: 36px;
    padding: 0 50px;
  }

  .main-action-link-wrapper .main-action-link {
    width: 100%;
  }

  .section_reviews .rating-wrapper .review-block h4 {
    max-width: 100%;
  }

  .gallery-slider .swiper-slide h6 {
    font-size: 15px;
  }

  .gallery-slider .swiper-slide p {
    font-size: 10px;
    line-height: 15px;
  }

  .gallery-slider {
    margin-left: 0px;
    margin-right: 0px;
  }

  .section_list_step .list_step-title h3 br {
    display: block;
  }

  .section_list_step.list_step_transformation_app img.mobile-app {
    width: 125px;
    top: -9px;
    right: 70px;
  }

  .sticky-column {
    display: block;
  }
}

@media screen and (min-width: 1100px) {
  .section_list-wrapper .section_list_images .video-wrapper .txt-content {
    height: 78.5px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .section_list-wrapper .section_list_images .video-wrapper .txt-content p {
    margin: 0 16px;
  }
}
.sticky-bottom-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 12px 16px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  border-top: 1px solid #fff;
  z-index: 999;
}

.sticky-bottom-cta .button_wrapper {
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .sticky-bottom-cta {
    display: none;
  }
}

@media (max-width: 991px) {
  .d-none-mobile { display: none; }
}


span.ps-br-xs { display: none; }

@media (max-width: 479px) {
  span.ps-br-xs { display: block; }
  br.br-desktop { display: none; }
}
