@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&display=swap";
@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap";
@import "https://fonts.googleapis.com/css2?family=David+Libre:wght@700&display=swap";
@media screen and (min-width: 600px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 600px) {
  .hidden-mobile {
    display: none !important;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  html {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 24px;
  }
}
@media screen and (min-width: 1600px) {
  html {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  html.stopScroll,
  body.stopScroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
  }
}
.wrapper {
  padding: 0;
  max-width: 100%;
}
.page_wrapper {
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  margin: 0 auto;
  color: #434343;
  text-align: center;
  line-height: 1.2;
  font-weight: 400;
  background: #f5f4ef;
}
.page_wrapper img {
  max-width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page_wrapper {
    overflow: hidden;
  }
}
.text-left {
  text-align: left;
}
strong {
  font-weight: 700;
}
.wrapp {
  width: 1230px;
  max-width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.wrapp.hero-top-wrap{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hero-title {
  font-family: 'Sofia Pro', sans-serif;
  margin: 0 0 8px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 3px;
  font-size: 50px;
  line-height: 1.1;
}
.hero-subtitle {
  font-family: 'Sofia Pro', sans-serif;
  color: #fffc00;
  font-weight: 900;
  letter-spacing: 3px;
  font-size: 66px;
  line-height: 1.25;
}

@media screen and (max-width: 600px) {

  .hero-title{
    max-width: 71vw;
    font-size: 6vw;
  }

  .hero-subtitle{
    font-size: 8.2vw;
    line-height: 1.2;
  }

}

.orange_color {
  color: #fb513b;
}
.hero_section img {
  max-width: 100%;
  vertical-align: middle;
}
.responsive-img {
  max-width: 100%;
  vertical-align: middle;
}
.vsl-head {
  background: #ffffff;
  padding: 0;
  text-align: left;
}
.vsl-head a {
  display: inline-block;
  max-width: 40%;
}
.vsl-head a img {
  max-height: 80px;
}
@media screen and (min-width: 600px) {
  .vsl-head {
    text-align: left;
    padding: 0;
  }
}
h2,
h3 {
  font-weight: 400;
}
.hero-section {
  background: url("../images/lp-hero-bg-mob.png") center top no-repeat;
  background-size: cover;
  padding-bottom: 1rem;
  padding-top: 4vw;
}
.hero-section .progress-bar-img {
  margin-bottom: 25px;
}
.hero-section .progress-bar-img img {
  max-width: 100%;
  vertical-align: middle;
}
.hero-section.lp-hero-section {
  padding-top: 80px;
  background: #2b4c55;
}

@media screen and (max-width: 768px) {
  .hero-section.lp-hero-section {
    padding-top: 0;
  }
}

.hero-section.lp-hero-section .hero-top {
  background: none;
  padding: 25px 0 8px;
}
.hero-section.lp-hero-section .under-video-text {
  margin: 16px 0 0;
  padding: 0;
  font-family: "Sofia Pro", sans-serif;
  background: none;
  color: #EEF9F1;
  box-shadow: none;
  font-size: 20px;
  line-height: 1.65;
}
@media screen and (max-width: 990px) {
  .hero-section.lp-hero-section .under-video-text{
    margin-top: 5px;
    font-size: 2.6vw;
  }
}

@media screen and (min-width: 990px) {

  .hero-section.lp-hero-section .hero-top {
    background: rgba(0, 0, 0, 0);
    padding: 48px 0 30px;
  }
}
.hero-section .wait-title {
  font-size: 48px;
  font-weight: 700;
  color: #fb513a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.hero-section .wait-title img {
  max-width: 54px;
}
.hero-section .title-critical {
  font-size: 21px;
  line-height: 1.4;
  color: #2b4c55;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.hero-section .yellow-message {
  padding: 8px 3px;
  text-align: center;
  background: #fee300;
  border-radius: 8px;
  font-size: 4.2vw;
  margin-bottom: 15px;
}
.hero-section .make-sure-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  display: block;
}
@media screen and (min-width: 990px) {
  .hero-section .wait-title img {
    max-width: 74px;
  }
  .hero-section .title-critical {
    font-size: 37px;
  }
  .hero-section .title-critical br {
    display: none;
  }
  .hero-section .yellow-message {
    font-size: 31px;
    display: inline-block;
    padding: 18px 40px;
    width: 800px;
  }
  .hero-section .make-sure-text {
    font-size: 30px;
  }
}
.hero-section .title-font {
  text-transform: capitalize;
  text-align: center;
  background: #b5e0d7;
  margin-bottom: 5vw;
  margin-left: 12px;
  color: #37717a;
  font-size: 6vw;
  padding: 15px 0;
  border-radius: 8px;
  font-weight: 700;
  line-height: 1.5;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.hero-section .title-font span {
  display: block;
  color: #2b4c55;
}
.hero-section .title-wrapper {
  position: relative;
}
.hero-section .title-wrapper:before {
  content: "";
  width: calc(100% - 12px);
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: -12px;
  background: #fb513a;
  border-radius: 8px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 990px) {
  .hero-section .title-font {
    font-size: 48px;
    margin-bottom: 0;
  }
  .hero-section .title-wrapper {
    max-width: 880px;
    margin: 0 auto;
  }
}
.hero-section .under-video-text {
  font-size: 13px;
  margin: 1rem 0;
  border-radius: 4px;
  color: #32391c;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(7.5px);
  backdrop-filter: blur(7.5px);
  display: inline-block;
  padding: 1rem;
}
h3.title-font {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 2rem;
}
#videoconteiner #video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
#videoconteiner {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.video-caption {
  max-width: 100%;
  margin: 20px auto 40px;
  background: #035;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  font-weight: 900;
  padding: 15px;
}
.sound-on-label {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 20px;
  z-index: 100;
  cursor: pointer;
}
.sound-on-label .nswrap {
  display: inline-block;
}
.sound-on-label .soundIconOverlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#soundOverlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: pointer;
}
.soundIconOverlay object {
  width: 150px;
  height: 95px;
}
.sound-on-label img {
  max-width: 100%;
}
.vimeo-video-wrap #videoconteiner {
  height: 0;
  padding-bottom: 56.25%;
}
.vimeo-video-wrap #videoconteiner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.vimeo-video-wrap .focus-view.active #videoconteiner {
  padding-bottom: 0;
}
.video-pause-label {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  font-weight: 900;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 20px;
  z-index: 100;
  cursor: pointer;
  display: none;
}
.video-pause-label .playIconOverlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  display: none;
}
.video-pause-label .playIconOverlay img {
  height: 165px;
  max-height: 25%;
}
.video-pause-label.active .playIconOverlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video-pause-label #playIconOverlayClickCatcher {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  cursor: pointer;
}
.video_controls_show .sound-on-label,
.video_controls_show .video-pause-label {
  height: 90%;
}
@media screen and (min-width: 600px) {
  .vimeo-video-wrap #videoconteiner {
    border-radius: 24px;
    overflow: hidden;
  }
  .hero-section .under-video-text {
    background: #f1f1f1;
    font-size: 1rem;
    color: #4e4d4d;
    padding: 0.5rem;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 400;
  }
  .hero-section .under-video-text a {
    color: #1b1919;
  }
}
.summary-section {
  background: #fff;
  padding: 25px 0;
  position: relative;
}
.summary-section .wrapp {
  position: relative;
}
.summary-section:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(181, 224, 215, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.summary-section h3 {
  padding: 15px 35px;
  color: #fff;
  background: #56c49f;
  display: inline-block;
  font-size: 24px;
  text-transform: capitalize;
  border-radius: 25px;
  font-weight: 700;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 10px;
}
.summary-section h3 + p {
  font-size: 20px;
  font-weight: 700;
  color: #173430;
  margin-bottom: 10px;
}
.summary-section h3 + p span {
  color: #fb513a;
}
.about-plan-section {
  padding: 32px 0 24px;
  font-size: 18px;
  background: #fff;
}
.about-plan-section h3 {
  margin-bottom: 1.5rem;
  text-align: center;
  font-size: 7vw;
}
.about-plan-section h3 i {
  display: block;
  color: #ec0098;
  font-weight: 700;
  font-style: normal;
}
@media screen and (min-width: 990px) {
  .about-plan-section h3 {
    font-size: 48px;
  }
  .about-plan-section h3 i {
    display: inline;
  }
}
.about-plan-section-inner {
  border-radius: 4px;
  background: #b5e0d7;
  padding: 2rem 1rem;
  color: #324d58;
}
.about-plan-section-inner img {
  margin-bottom: 1.4rem;
  vertical-align: middle;
  max-width: 90%;
  margin-left: 10%;
}
@media screen and (min-width: 990px) {
  .about-plan-section-inner img {
    width: 450px;
  }
}
.about-plan-section-inner p {
  margin-bottom: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.about-video-section {
  background: #fff;
  position: relative;
  padding: 32px 0;
}
.about-video-section:before {
  content: "";
  background: rgba(247, 244, 237, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-video-section .wrapp {
  position: relative;
}
.about-video-section .title-font {
  font-size: 6vw;
  font-weight: 700;
}
.about-video-section .title-font span {
  display: block;
  color: #00b0f1;
}
.about-video-section .av-item {
  padding: 0 24px;
  position: relative;
  margin-bottom: 8vw;
}
.about-video-section .av-item .av-item-text {
  background: #b5e0d7;
  padding: 20px 24px;
  text-align: left;
  font-size: 4.5vw;
  line-height: 1.4;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-right: 20%;
}
.about-video-section .av-item h4 {
  font-size: 6.5vw;
  font-family: "David Libre", serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #37717a;
  line-height: 1.2;
}
.about-video-section .av-item p {
  line-height: 1.5;
  color: #2b4c55;
}
.about-video-section .av-item .av-item-picture {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 30%;
}
.about-video-section .av-item .av-item-picture img {
  max-width: 100%;
}
.about-video-section .av-item.av-item-even .av-item-text {
  padding-right: 25px;
  padding-left: 20%;
}
.about-video-section .av-item.av-item-even .av-item-picture {
  right: auto;
  left: 0;
  max-width: 40%;
}
@media screen and (min-width: 990px) {
  .about-video-section {
    padding-top: 72px;
  }
  .about-video-section .title-font {
    font-size: 48px;
  }
  .about-video-section .title-font span {
    display: inline;
  }
  .about-video-section .av-item {
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 32px;
  }
  .about-video-section .av-item .av-item-text {
    font-size: 24px;
    padding-right: 15%;
  }
  .about-video-section .av-item h4 {
    font-size: 34px;
  }
  .about-video-section .av-item .av-item-picture {
    right: auto;
    left: 100%;
    width: auto;
    width: 40%;
    transform: translate(-62%, -50%);
  }
  .about-video-section .av-item.av-item-even .av-item-text {
    padding-right: 25px;
    padding-left: 15%;
    min-height: 200px;
  }
  .about-video-section .av-item.av-item-even .av-item-picture {
    right: 100%;
    left: auto;
    max-width: 30%;
    transform: translate(62%, -50%);
  }
}
.lp-about-product-section {
  background: #fff;
  position: relative;
  padding: 35px 0;
}
.lp-about-product-section:before {
  content: "";
  background: rgba(181, 224, 215, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lp-about-product-section .wrapp {
  position: relative;
}
.lp-about-product-section .lp-ap-wrapper {
  position: relative;
}
.lp-about-product-section .title-font {
  font-size: 5.8vw;
  font-weight: 700;
  line-height: 1.4;
}
.lp-about-product-section .title-font span {
  display: block;
  color: #00b0f1;
}
.lp-about-product-section .title-font small {
  font-size: 85%;
}
.lp-about-product-section .product-img {
  margin: 0 -16px;
  background: #fff;
  margin-bottom: 24px;
}
.lp-about-product-section .lp-ap-item {
  padding: 0 12px;
  position: relative;
  margin-bottom: 28px;
}
.lp-about-product-section .lp-ap-item .ap-item-text {
  background: #b5e0d7;
  padding: 20px 24px;
  text-align: left;
  font-size: 4.5vw;
  line-height: 1.4;
  border-bottom-left-radius: 50px;
  border-top-right-radius: 50px;
  padding-right: 27%;
}
.lp-about-product-section .lp-ap-item h4 {
  font-size: 6.3vw;
  font-family: "David Libre", serif;
  font-weight: 700;
  margin-bottom: 10px;
  color: #37717a;
  line-height: 1.2;
}
.lp-about-product-section .lp-ap-item p {
  line-height: 1.5;
  color: #2b4c55;
}
.lp-about-product-section .lp-ap-item .ap-item-picture {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  max-width: 29%;
}
.lp-about-product-section .lp-ap-item .ap-item-picture img {
  max-width: 100%;
}
.lp-about-product-section .lp-ap-item .ap-item-picture .free_bonus_pic {
  max-width: 70%;
}
.lp-about-product-section .lp-ap-item.lp-ap-item-even .ap-item-text {
  padding-right: 25px;
  padding-left: 30%;
}
.lp-about-product-section .lp-ap-item.lp-ap-item-even .ap-item-picture {
  right: auto;
  left: 0;
  max-width: 29%;
}
.lp-about-product-section .lp-ap-item:last-child .ap-item-picture {
  max-width: 27%;
}
@media screen and (min-width: 990px) {
  .lp-about-product-section .title-font {
    font-size: 48px;
  }
  .lp-about-product-section .title-font small {
    font-size: 100%;
  }
  .lp-about-product-section .product-img {
    background: rgba(0, 0, 0, 0);
    margin: 0;
    margin-bottom: 60px;
  }
  .lp-about-product-section .product-img img {
    width: 900px;
  }
  .lp-about-product-section .lp-ap-item {
    margin: 0 auto;
    max-width: 900px;
    margin-bottom: 32px;
  }
  .lp-about-product-section .lp-ap-item .ap-item-text {
    font-size: 24px;
    padding-right: 20%;
    min-height: 300px;
  }
  .lp-about-product-section .lp-ap-item h4 {
    font-size: 36px;
  }
  .lp-about-product-section .lp-ap-item .ap-item-picture {
    max-width: 25%;
    transform: translate(20%, -50%);
  }
  .lp-about-product-section
    .lp-ap-item
    .ap-item-picture:not(.ap-item-picture-first) {
    max-width: 15%;
  }
  .lp-about-product-section .lp-ap-item.lp-ap-item-even .ap-item-text {
    padding-left: 17%;
  }
  .lp-about-product-section .lp-ap-item.lp-ap-item-even .ap-item-picture {
    transform: translate(-5%, -50%);
  }
}
@media screen and (min-width: 990px) {
  .footer-section {
    font-size: 24px;
  }
}
.footer-section p {
  text-align: left;
}
.footer-menu {
  margin-bottom: 2rem;
}
.footer-menu a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
.ds24b-container {
  z-index: 100 !important;
}
.catchClickEvent {
  display: none;
}
.bullets-list p {
  word-break: break-all;
  margin-bottom: 4px;
  font-size: 15px;
  text-align: left;
}
.bullets-list p small {
  display: inline-block;
  font-size: 80%;
}
.hide-while-not-cta {
  display: none !important;
}
.cta-section {
  background: none;
  padding: 20px 0;
  text-align: center;
  font-size: 1.1rem;
}
.cta-section img {
  max-width: 100%;
  vertical-align: middle;
}
.cta-section h3.title-font {
  font-size: 1.9rem;
  margin-top: 50px;
}
.cta-section p {
  font-weight: 500;
}
.cta-section ul {
  list-style: none;
  margin-bottom: 25px;
}
.cta-section small {
  color: #606060;
}
.cta-section small a {
  color: #000;
  text-decoration: none;
}
.cta-section ul li {
  padding-left: 2.5rem;
  position: relative;
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.2rem;
}
.cta-section ul li:before {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: -0.1rem;
  background: url("../images/arrow-list.svg") center no-repeat;
  background-size: contain;
}
.cta-section ul li span {
  font-weight: 700;
}
.prices {
  font-size: 23px;
  font-weight: 900;
  margin-bottom: 20px;
}
.prices .old-price {
  text-decoration: line-through;
  font-weight: 700;
  color: #ff0302;
  margin-bottom: 8px;
}
.prices .new-price {
  color: #5bb548;
  font-size: 2.4rem;
  font-weight: 900;
}
.prices .new-price span {
  font-size: 7vw;
  font-weight: 600;
}
@media screen and (min-width: 990px) {
  .prices .new-price {
    font-size: 48px;
  }
  .prices .new-price span {
    font-size: inherit;
  }
}
.cta-btn-area {
  position: relative;
}
.cta-btn-area-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 5;
  background: rgba(0, 0, 0, 0);
}
.cta-btn-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cta-btn-wrapper .lp-cta-btn img {
  position: absolute;
  right: -16px;
  bottom: -10px;
  width: 160px;
  filter: drop-shadow(0 4.4px 16.5px rgba(0, 0, 0, 0.5));
}

.cta-btn-wrapper-header {
  width: 100%;
  max-width: 248px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .cta-btn-wrapper-header {
    align-items: flex-end;
  }}


.lp-cta-btn {
  width: 100%;
  max-width: 815px;
  position: relative;
  display: inline-block;
  background: #fb633b;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 71px;
  transition: all 0.3s;
}

.lp-cta-btn .cta-btn-title {
  font-family: 'Sofia Pro', sans-serif;
  text-align: center;
  font-size: 35px;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 4px;
  text-shadow: 2px 4px 4.5px #00000080;
}

.lp-cta-btn .cta-btn-subtitle {
  font-family: 'Sofia Pro', sans-serif;
  text-align: center;
  font-size: 42px;
  line-height: 49px;
  font-weight: 900;
  letter-spacing: 4px;
  text-shadow: 2px 4px 4.5px #00000080;
}

.cta-btn-text {
  padding: 8px 60px 8px 52px;
  margin-right: 74px;
}

@media screen and (max-width: 820px) {
  .lp-cta-btn {
    width: unset;
    margin-right: 26px;
  }
  .cta-btn-wrapper .lp-cta-btn img{
    width: 127px;
    right: -69px;
    bottom: -3px;
    }

  .cta-btn-text {
    padding: 8px 55px 8px 30px;
    margin-right: 0;
  }

  .lp-cta-btn .cta-btn-title {
    font-size: 3.7vw;
    line-height: 1.5;
    letter-spacing: 2px;
  }

  .lp-cta-btn .cta-btn-subtitle {
    font-size: 4.6vw;
    line-height: 1.2;
    letter-spacing: 2px;
  }
}


@media screen and (max-width: 600px) {

  .cta-btn-wrapper .lp-cta-btn img{
    width: 85px;
    right: -29px;
    bottom: -3px;
    }

}

@media screen and (max-width: 410px) {
  .cta-btn-text {
    padding: 8px 51px 8px 20px;
  }

}



.lp-cta-btn-secure-icon {
  position: relative;
}
.lp-cta-btn-secure-icon:before {
  content: "";
  width: 96px;
  height: 96px;
  position: absolute;
  left: -30px;
  bottom: 10%;
  background: url("../images/lpcta-guarantee-icon.png") center no-repeat;
  background-size: 100%;
}
@media screen and (min-width: 990px) {
  .lp-cta-btn-secure-icon:before {
    width: 180px;
    height: 180px;
    background-image: url("../images/lpcta-guarantee-icon-desktop.png");
    left: -78px;
  }
}
@media screen and (min-width: 600px) {
  .footer-disclaimer,
  .footer-disclaimer + p {
    font-size: 1rem;
  }
  .cta-section .wrapp {
    width: 1200px;
  }
  .cta-section p.text-left {
    text-align: center;
  }

}
.payment-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  gap: 0.3625rem;



}

.payment-icons img{
  width: 63px;
    height: 30px;
    border-radius: 6px;
    background-color: white;
    box-shadow: 0px 0.26625rem 0.26625rem 0px #00000040;

}

.stars-wrapper{
width: 100%;
display: flex;
}

.stars {

  margin: 21px auto 21px;
  width: 305px;

}

@media screen and (max-width: 600px) {
  .payment-icons {
    margin-top: 10px;
  }

  .payment-icons img {
    width: 42px;
    height: 20px;

  }

  .stars{
    margin: 10px auto 10px;
    width: 70%;
  }
}




.focus-view.active.catchEventReady .catchClickEvent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1999999;
}
.focus-view.active.catchEventReady .catchClickEvent a {
  display: block;
  width: 100%;
  height: 100%;
}
.title-font {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 600px) {
  .vimeo-video-wrap #videoconteiner {
    padding-bottom: 177%;
  }
  .vimeo-video-wrap .focus-view.active #videoconteiner {
    padding-bottom: 0;
  }
  .sound-on-label,
  .video-pause-label {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 460px) {
  .ds24b-top-left {
    height: 0 !important;
  }
  .ds24b-top-left .ds24b-ribbon {
    top: auto !important;
    bottom: 42px !important;
  }
  .hero-section .hero-section_text h3 {
    font-size: 12vw;
  }
  .title-font .text-bg1,
  .title-font .text-bg2 {
    font-size: 7.5vw;
  }
  .vsl-head .vsl-container {
    padding: 0.5rem 0;
  }
  .video-section {
    padding-top: 1px;
  }
  .hero-section1 {
    padding: 8px 0;
  }
  .sound-on-label:after {
    width: 23vw;
    height: 18vw;
    right: 5vw;
    margin-top: 0;
  }
  .vsl-faq-item .vsl-faq-item_title:after {
    font-size: 7vw;
  }
  .vsl-stories .vsl-storie-slide {
    font-size: 4vw;
  }
  .vsl-head .hero-section_timer .clock-dots {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
}
.products-section {
  padding: 10vw 0;
}
.products-section h3 {
  color: #2b4c55;
  text-transform: capitalize;
  font-size: 5.5vw;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 5vw;
}
.products-section h3 span {
  color: #ec0098;
  display: block;
  font-size: 6.4vw;
}
.products-section h3 strong {
  font-weight: 900;
}
.products-section .product-card-item {
  position: relative;
  margin-bottom: 15vw;
}
.products-section .product-card-item img {
  max-width: 100%;
}
.products-section .product-card-item .card-inner-info {
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translateX(-50%);
  width: 100%;
  padding-top: 1px;
}
.products-section .product-card-item .card-inner-info img {
  max-width: 100%;
  margin: 2vw 0;
}
.products-section .product-card-item ul {
  margin: 0 auto;
  width: 80%;
  padding: 1vw 2vw;
  padding-right: 0;
  text-align: left;
  list-style: none;
  font-size: 3.3vw;
  line-height: 1.5;
}
.products-section .product-card-item ul li {
  padding-left: 27px;
  position: relative;
  margin-bottom: 2vw;
}
.products-section .product-card-item ul li:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("../images/list-ok-icon.png") center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.products-section .product-card-item .best_value_icon {
  position: absolute;
  left: 0;
  top: 8.5%;
}
.products-section .product-card-item .best_value_icon img {
  vertical-align: middle;
  transform: translateX(-20%);
}
.products-section .discount-75-picture {
  margin-bottom: 15px;
}
.products-section .card-button {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  left: 0;
  transform: translate(0, 40%);
}
.products-section .card-button .lp-cta-btn {
  width: auto;
  border-radius: 30vw;
  font-size: 4.7vw;
  text-transform: none;
  padding: 4vw 12vw;
  margin-right: 12%;
  position: relative;
}
.products-section .card-button .lp-cta-btn:after {
  content: "";
  width: 120px;
  height: 120px;
  background: url("../images/guaranted-icon-btn.png") center no-repeat;
  background-size: contain;
  position: absolute;
  left: 80%;
  bottom: 0%;
  margin-bottom: -20px;
}
.products-section.products-section-last {
  padding-bottom: 0;
}
@media screen and (min-width: 990px) {
  .products-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .products-section h3 {
    font-size: 48px;
    margin-bottom: 25px;
  }
  .products-section h3 span {
    font-size: 51px;
    display: inline;
  }
  .products-section .product-cards {
    display: flex;
    justify-content: space-between;
  }
  .products-section .product-cards .product-card-item {
    width: 48%;
    padding-top: 8px;
    margin-bottom: 60px;
  }
  .products-section .product-cards .product-card-item ul {
    font-size: 18px;
    padding-left: 10px;
    padding-top: 0;
  }
  .products-section .product-cards .product-card-item ul li {
    margin-bottom: 15px;
    padding-left: 50px;
  }
  .products-section .product-cards .product-card-item ul li:before {
    content: "";
    width: 35px;
    height: 35px;
    background: url("../images/list-ok-icon-desktop.png") center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain;
  }
  .products-section .product-cards .product-card-item .card-inner-info img {
    margin: 20px 0 !important;
  }
  .products-section
    .product-cards
    .product-card-item:not(.product-card-item-best)
    > img {
    max-width: 98.5%;
  }
  .products-section .product-cards .product-card-item .best_value_icon img {
    transform: translateX(-23%);
  }
  .products-section .product-cards .product-card-item-best {
    order: 2;
    padding-top: 0;
  }
  .products-section .card-button {
    transform: translate(0, 45%);
  }
  .products-section .card-button .lp-cta-btn {
    font-size: 30px;
    padding: 20px 60px;
  }
}
.about-product-section {
  color: #2b4c55;
  padding-bottom: 10vw;
}
.about-product-section .upgrade-now-link {
  color: inherit;
  display: block;
  text-decoration: none;
  font-weight: 900;
  font-size: 6vw;
  line-height: 1.5;
  font-family: "DM Sans", sans-serif;
}
.about-product-section .upgrade-now-link strong {
  font-weight: 1000;
  color: #56c49f;
  display: block;
  font-size: 7.5vw;
}
.about-product-section .upgrade-now-link span {
  text-decoration: underline;
}
.about-product-section .about-product-item {
  margin-top: 8vw;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 4vw;
}
.about-product-section .about-product-item h3 {
  font-weight: 1000;
  font-size: 5.3vw;
  font-family: "DM Sans", sans-serif;
}
.about-product-section .about-product-item .about-product-text {
  background: #b5e0d7;
  padding: 15px;
  font-size: 5vw;
  border-radius: 8px;
  line-height: 1.4;
}
.about-product-section .about-product-item .about-product-text strong {
  display: block;
  margin-bottom: 5vw;
}
@media screen and (min-width: 990px) {
  .about-product-section {
    padding-bottom: 50px;
  }
  .about-product-section .upgrade-now-link {
    font-size: 48px;
    font-weight: 700;
  }
  .about-product-section .upgrade-now-link strong {
    font-size: 48px;
  }
  .about-product-section .about-product-item {
    margin-top: 70px;
    gap: 25px;
  }
  .about-product-section .about-product-item h3 {
    font-size: 44px;
  }
  .about-product-section .about-product-item .about-product-text {
    font-size: 38px;
    padding: 35px;
  }
  .about-product-section .about-product-item .about-product-text strong {
    margin-bottom: 25px;
  }
}
.testimonials-carousel {
  margin-bottom: 60px;
}
.testimonials-carousel .splide__slide {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.testimonials-carousel .splide__slide img {
  transition: all 0.4s;
}
.testimonials-carousel .splide__slide:not(.is-active) img {
  transform: scale(0.86) translateY(8%);
}
@media screen and (min-width: 990px) {
  .testimonials-carousel {
    max-width: 1100px;
    margin: 0 auto 60px;
  }
  .testimonials-carousel .splide__slide:not(.is-next) img {
    transform: scale(0.86) translateY(8%);
  }
  .testimonials-carousel .splide__slide.is-visible.is-next img {
    transform: none;
  }
}
.testimonials-section {
  padding: 45px 0 60px;
  background: #fff;
  color: #2b4c55;
  line-height: 1.4;
  position: relative;
}
.testimonials-section h2 {
  font-family: "DM Sans", sans-serif;
  text-transform: capitalize;
  margin-bottom: 45px;
  font-size: 6.5vw;
  font-weight: 700;
}
.testimonials-section .splide__arrow {
  background: rgba(0, 0, 0, 0);
}
.testimonials-section .splide__arrow svg {
  fill: #b2b2b2;
}
.testimonials-section small {
  font-style: italic;
  font-size: 80%;
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
}
.testimonials-section .splide__pagination {
  bottom: -60px;
}
.testimonials-section .splide__pagination .splide__pagination__page {
  background: #e8e8e8;
  width: 14px;
  height: 14px;
  opacity: 1;
  margin: 0 15px;
}
.testimonials-section .splide__pagination .splide__pagination__page.is-active {
  background: #56c49f;
  transform: none;
}
.testimonials-section .testimonials-bottom-arrows {
  margin: 0 auto;
  width: 80%;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.testimonials-section .testimonials-bottom-arrows button {
  position: absolute;
  bottom: 100%;
  border-radius: 50%;
  border: 0;
  background: none;
  box-shadow: 0px 20px 20px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: -10px;
  cursor: pointer;
}
.testimonials-section .testimonials-bottom-arrows button.prev-btn {
  left: 0;
}
.testimonials-section .testimonials-bottom-arrows button.next-btn {
  right: 0;
}
@media screen and (min-width: 990px) {
  .testimonials-section h2 {
    font-size: 50px;
  }
  .testimonials-section h2 span {
    display: block;
    font-size: 48px;
    text-transform: uppercase;
    color: #56c49f;
  }
  .testimonials-section .testimonials-bottom-arrows {
    width: 28%;
    min-width: 350px;
  }
}
.lp-testimonials-section {
  background: #f7f4ed;
}
.lp-testimonials-section .lp-testimonials-carousel {
  margin-bottom: 60px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.lp-testimonials-section .splide__slide img {
  max-width: 100%;
  transition: all 0.3s;
}
@media screen and (max-width: 990px) {
  .lp-testimonials-section .splide__slide:not(.is-active) img {
    transform: scale(0.86) translateY(8%);
  }
}
@media screen and (min-width: 990px) {
  .lp-testimonials-section .splide__slide {
    padding: 40px 15px 0;
  }
  .lp-testimonials-section .splide__slide.is-visible.is-next img {
    margin-top: -40px;
  }
}
.lp-testimonials-section h2 span {
  display: inline !important;
  color: #00b0f1 !important;
}
@media screen and (min-width: 640px) {
  .lp-testimonials-section .testimonials-bottom-arrows {
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .lp-testimonials-section .lp-testimonials-carousel {
    margin-bottom: 30px;
  }
}
.sure-thing-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9.5vw;
  color: #fb513a;
  font-weight: 900;
  font-family: "DM Sans", sans-serif;
  justify-content: flex-start;
  padding-left: 10%;
  margin-bottom: 15px;
}
@media screen and (min-width: 990px) {
  .sure-thing-title {
    font-size: 80px;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
  }
}
.sure-thing-link {
  color: #2b4c55;
  display: block;
  padding-left: 10%;
  text-decoration: none;
  text-align: left;
  font-size: 7.5vw;
  font-family: "DM Sans", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 50px;
}
.sure-thing-link i {
  color: #fb513a;
  text-decoration: underline;
}
@media screen and (min-width: 990px) {
  .sure-thing-link {
    font-size: 56px;
    padding-left: 20%;
  }
}
.cancelation-section {
  padding-bottom: 10vw;
  font-size: 4vw;
}
.cancelation-section a {
  color: #004da1;
}
@media screen and (min-width: 990px) {
  .cancelation-section {
    font-size: 38px;
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .cancelation-section img + p {
    font-size: 28px;
  }
}
.separate-line {
  display: block;
  margin: 20px auto 70px;
  width: 800px;
  max-width: 80%;
  border-top: 1px solid #c4c4c4;
}
