@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;900);
@import url(https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700;800);
@import url(https://fonts.googleapis.com/css2?family=Sacramento);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400);
html,
body,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
menu,
aside,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin-top: 0;
  padding: 0;
}
ul {
  list-style-type: none;
}
button,
input,
select,
textarea {
  margin: 0;
  outline: none;
}
html,
input,
button {
  box-sizing: border-box;
}
* {
  box-sizing: inherit;
}
*::before,
*::after {
  box-sizing: inherit;
}
img,
audio,
video {
  height: auto;
  max-width: 100%;
}
iframe {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-style: none !important;
}
td,
th {
  padding: 0;
  text-align: left;
}
article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}
body,
button,
input,
select,
textarea {
  font-family: Montserrat, sans-serif;
}
input[type="checkbox"],
input[type="radio"] {
  vertical-align: baseline;
}
small {
  font-size: 12px;
}
span {
  font-style: inherit;
  font-weight: inherit;
  outline: none;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
.brief {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 16px;
  font-size: 14px;
  color: #ffffff;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}
.brief-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brief-content:not(:last-child) {
  margin-right: 30px;
}
.brief-content:not(:last-child):after {
  width: 4px;
  height: 4px;
  position: absolute;
  right: -18px;
  content: '';
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.headline {
  width: 100%;
  max-width: 960px;
  font-size: 35px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .headline {
    font-size: 24px !important;
  }
}
.headline-underline {
  position: relative;
}
.headline-underline:after {
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(255, 255, 255, 0.75);
}
.subhead {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .headline br {
    content: "";
  }
  .headline br:after {
    content: " ";
  }
}
.jungle-beast-pro .headline {
  font-size: 40px;
}
.page-alert {
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.page-alert.is-capitalized {
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .page-alert {
    display: block;
    text-align: center;
    padding-top: 8px;
  }
}
.vsl {
  width: 100%;
  max-width: 900px;
  margin: auto;
  border: 4px solid #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.33);
}
.vsl.is-full-width {
  max-height: 100vh;
  max-width: 177.77vh;
  height: 56.25vw;
  margin: auto;
  border: 0;
}
.vsl-container {
  width: 100%;
  max-width: 900px;
  margin-top: 24px;
  position: relative;
}
.vsl-wrapper {
  width: 100%;
  visibility: hidden;
  background: #2a4b79;
  transition: background-color 1s linear;
}
.vsl-wrapper.is-full-width {
  max-width: 100%;
  margin-top: 0;
}
.vsl-wrapper.is-full-width.is-dimmed {
  background-color: #000;
}
.vsl-container.portrait.full-height .vsl-wrapper {
  height: 100vh;
  display: flex;
  background-color: #000;
}
@media screen and (max-width: 600px) {
  .vsl-container {
    margin: 0;
  }
  .vsl {
    border-left: 0;
    border-right: 0;
  }
}
.cta-hide {
  padding: 160px;
}
.countdown-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  color: #152131;
  background: #ffd700;
}
.countdown {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.countdown-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.countdown-title .icon {
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
}
.countdown-message {
  margin-top: 16px;
  font-size: 20px;
}
.shipping-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  color: #152131;
  background: #FEE440;
}
.shipping {
  max-width: 900px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.shipping-icon {
  flex: 0 0 120px;
}
.shipping-content {
  flex: 0 0 auto;
  text-align: center;
}
.shipping-title {
  margin-bottom: 6px;
  font-size: 32px;
}
.shipping-info {
  font-size: 22px;
}
.shipping-info a {
  color: darkred;
}
.testimonials-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  color: #152131;
  background: #fff;
}
.testimonials {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials-title {
  margin-bottom: 40px;
  text-align: center;
}
.testimonial {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 32px 0 24px;
}
.testimonial:not(:last-child) {
  margin-bottom: 48px;
}
.testimonial .left-container {
  margin-right: 20px;
}
.testimonial .image-wrapper {
  display: flex;
}
.testimonial .image-wrapper img {
  width: 80px;
}
.testimonial .image-wrapper .author-name {
  font-weight: 600;
}
.testimonial .image-wrapper .image-right-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 14px;
}
.testimonial .image-wrapper .purchased-bottles {
  color: #16564b;
  font-weight: 600;
}
.testimonial-quote-start,
.testimonial-quote-end {
  position: absolute;
  top: 0;
  left: 0;
  color: #152131;
}
.testimonial-quote-start.icon,
.testimonial-quote-end.icon {
  width: 20px;
  height: auto;
}
.testimonial-quote-end {
  top: auto;
  left: auto;
  right: 0;
  bottom: 75px;
}
.testimonial.is-video .testimonial-quote-end {
  bottom: 50px;
}
.testimonial-heading {
  display: flex;
  justify-items: flex-start;
  align-items: center;
  margin-bottom: 12px;
}
.testimonial-heading .verified-purchase {
  margin-left: -5%;
  font-size: 18px;
  font-weight: 600;
  color: #f99e47;
}
.testimonial-rating {
  color: #ffd700;
  margin-right: 16px;
  transform: scale(0.6);
  margin-left: -5%;
}
.testimonial-rating .icon {
  width: 104px;
  height: auto;
}
.testimonial-title {
  font-size: 24px;
  font-weight: bold;
  color: #16564b;
}
.testimonial-purchase {
  color: #cf7500;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 14px;
}
.testimonial-transformation {
  margin-bottom: 16px;
}
.testimonial-transformation-before,
.testimonial-transformation-after {
  max-width: 160px;
  height: 96px;
}
.testimonial-transformation-after {
  margin-left: 8px;
}
.testimonial-video {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 16px;
  background: #000;
}
.testimonial-content {
  position: relative;
  margin-bottom: 16px;
  font-style: italic;
}
.testimonial-author {
  margin-bottom: 8px;
  font-weight: bold;
}
.testimonial-useful-count {
  font-size: 14px;
  font-weight: 500;
  color: #aaa;
}
.testimonials-disclaimer {
  width: 100%;
  max-width: 900px;
  font-size: 14px;
  padding: 24px 0;
}
.testimonial-author-image {
  max-width: 8rem;
  border-radius: 50%;
}
.rating-container {
  width: 200px;
  /* Adjust the width as needed */
  height: 50px;
  /* Adjust the height as needed */
  position: relative;
}
.stars-background {
  background-image: url('../images/0.png');
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.stars-rating {
  background-image: url('../images/5.png');
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  /* Adjust the width based on the rating (e.g., 80% for 4 stars) */
}
.testimonial-content p {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 600px) {
  .testimonial {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .testimonial-heading {
    flex-direction: column;
  }
  .testimonial-rating {
    margin: 0;
  }
  .testimonial-heading .verified-purchase {
    margin: 0;
  }
  .testimonial .left-container {
    margin: 0;
  }
}
.guarantee-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  text-align: center;
  color: #ffffff;
  background: #2a4b79;
  border-radius: 2px;
}
.guarantee {
  max-width: 900px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
.guarantee p {
  font-size: 18px;
}
.guarantee-title {
  margin-bottom: 48px;
  font-weight: bold;
  text-align: center;
}
.guarantee-seal {
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  background: url('../images/app/guarantee.png');
  background-size: 120px;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
}
.guarantee-signature {
  font-family: Sacramento, sans-serif;
  font-size: 32px;
  text-align: left;
  color: #fff;
  align-self: flex-start;
}
.guarantee-logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.guarantee-logos img {
  max-width: 100px;
  width: 15%;
}
.upgrade-guarantee-wrapper {
  border-radius: unset;
}
.faqs {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.faqs-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  color: #152131;
  background: #fff;
}
.faqs-wrapper .icon {
  transform: rotate(90deg);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), scale 0.6s ease;
  width: 40px;
  height: 40px;
}
[data-active] .icon {
  transform: rotate(0deg) scale(1.1);
}
.faq {
  width: 100%;
}
.faq:not(:last-child) {
  margin-bottom: 32px;
}
.faqs-title {
  margin-bottom: 40px;
}
.faq-question,
[data-faq-question] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  background-color: #efefef;
  padding: 14px;
  border-radius: 14px;
  transition: background-color 0.6s ease;
  /* Add this line for transition */
  height: 75px;
}
.faq-question:hover,
[data-faq-question]:hover {
  background-color: #e0e0e0;
}
.faq-question p,
[data-faq-question] p {
  margin: 0;
  font-size: 20px;
}
@media screen and (max-width: 650px) {
  .faq-question p,
  [data-faq-question] p {
    font-size: 16px;
  }
}
.faq-answer {
  line-height: 22px;
  padding: 0 18px;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: height 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.6s ease, padding 0.6s ease;
}
.faq-answer-active,
[data-faq-answer-active] {
  visibility: visible;
  opacity: 1;
  padding: 18px;
  transition: height 0.8s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.6s ease, padding 0.6s ease;
}
.transcript-faq-question {
  justify-content: flex-start;
}
.transcript-faq-question .icon {
  margin-right: 10px;
}
.references-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  color: #152131;
  background: #fff;
}
.references {
  width: 100%;
  max-width: 900px;
  counter-reset: section;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.reference {
  width: 100%;
  font-size: 14px;
  padding: 0px 10px;
  flex-basis: 50%;
  overflow: hidden;
  /* Prevent content overflow */
  box-sizing: border-box;
  /* Include padding and border in the width */
}
@media screen and (max-width: 768px) {
  .reference {
    flex-basis: 100%;
  }
}
.reference:before {
  counter-increment: section;
  content: counter(section) ". ";
}
.reference:not(:last-child) {
  margin-bottom: 16px;
}
.references-title {
  margin-bottom: 48px;
}
.reference-link {
  word-wrap: break-word;
}
a.reference-link {
  display: block;
  color: #152131;
}
.references-wrapper .logos-container {
  display: flex;
  flex-direction: row;
  width: 900px;
  align-items: center;
  justify-content: space-around;
  max-width: 90%;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.references-wrapper .logos-line {
  width: 20%;
  margin-left: 5%;
  margin-right: 5%;
}
.merchant-disclaimer {
  color: black;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.merchant-disclaimer img {
  max-width: 160px;
  margin-bottom: 24px;
  text-align: center;
}
.merchant-disclaimer p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 16px;
  text-align: justify;
}
.five-stars-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 64px;
  color: #ffffff;
}
#ctaTranscript .five-stars-wrapper {
  color: #000;
  background-color: #fff;
}
.five-stars-wrapper p {
  font-size: 24px;
  margin-bottom: 6px;
}
.five-stars-wrapper img {
  margin-top: -100px;
  margin-bottom: -72px;
}
.five-stars-wrapper .rating-container {
  margin-bottom: 6px;
}
.rating-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rating-wrapper .rating-average {
  font-size: 25px;
  margin-left: 5px;
  color: #ffbf04;
  font-weight: 600;
}
.progress-step-content {
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  padding: 50px 20px;
  margin: 0px auto;
  border-radius: 24px;
}
.progress-step-content .text-logo-container {
  text-align: center;
  margin-bottom: 40px;
}
.progress-step-content .text-logo-container img {
  height: 120px;
}
.progress-step-content .product-name {
  color: black;
  font-size: 40px;
  text-align: center;
  font-weight: 600;
}
.progress-step-content div.content,
.progress-step-content h2.headline {
  max-width: 1200px;
}
.progress-step-content h2.headline {
  color: red;
  text-shadow: none;
  font-size: 55px;
  line-height: 1.2;
  font-weight: 600;
}
.progress-step-content h3.subhead {
  color: black;
  font-size: 45px;
  text-shadow: none;
  line-height: 1.2;
  margin-bottom: 20px;
}
.progress-step-content .progress-step-wrapper {
  max-width: 900px;
  margin: 20px auto;
}
.progress-step-content .progress-step-wrapper .progress-steps {
  display: flex;
  color: #fff;
  border-radius: 50px;
}
.progress-step-content .progress-step-wrapper .first-step {
  justify-content: normal !important;
}
.progress-step-content .progress-step-wrapper .first-step svg {
  margin-left: 20px;
}
.progress-step-content .progress-step-wrapper .first-step p {
  margin-left: 20px !important;
}
.progress-step-content .progress-step-wrapper .first-step div {
  margin-left: 20px;
}
.progress-step-content .progress-step-wrapper .progress-step {
  background-color: #68696c;
  border: 3px solid #fff;
  padding: 20px;
  border-radius: 50px 0px 0px 50px;
  margin-right: -28px;
  border-right: none;
  width: 37%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.progress-step-content .progress-step-wrapper .progress-step p {
  margin: 0;
  font-weight: 600;
}
.progress-step-content .progress-step-wrapper .progress-step:nth-last-child(1) {
  border-radius: 50px;
  border-right: 3px solid #fff;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.progress-step-content .progress-step-wrapper .progress-step .uncompleted-step {
  padding: 9px 16px;
  border-radius: 24px;
  border: 3px solid #fff;
}
.progress-step-content .progress-step-wrapper .progress-step .uncompleted-step-text {
  font-size: 20px;
  font-weight: 600;
}
.progress-step-content .progress-step-wrapper .active-step {
  background-color: #0471A9;
  justify-content: start;
  transform: scale(1.1);
  border-radius: 50px;
  margin-right: -67px;
  width: 37%;
  animation: stepPulse 2s infinite;
}
.progress-step-content .progress-step-wrapper .active-step .active-text {
  margin-left: 15px;
}
.progress-step-content .progress-step-wrapper .active-step:after {
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  border-radius: 50px;
  border: 0 solid #5da8a6;
  background-color: transparent;
  animation: pulse 2s infinite;
}
@media screen and (max-width: 768px) {
  .progress-step-content {
    width: unset;
  }
  .progress-step-content .progress-step {
    display: none !important;
  }
  .progress-step-content .progress-steps {
    justify-content: center;
  }
  .progress-step-content .progress-steps .active-step {
    display: flex !important;
    margin-right: 0px !important;
    width: 50% !important;
  }
  .progress-step-content .progress-steps .active-step .active-text {
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }
  .progress-step-content h2.headline {
    font-size: 40px;
  }
  .progress-step-content h3.subhead {
    font-size: 30px;
  }
}
@media screen and (max-width: 516px) {
  .progress-step-wrapper .progress-steps .active-step {
    width: 67% !important;
  }
}
@keyframes stepPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(4, 113, 169, 0.7);
  }
  70% {
    box-shadow: 0 0 12px 0 #0471a9;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(4, 113, 169, 0);
  }
}
.keratone-wrapper-class .progress-step {
  background-color: #DEDEDE !important;
  color: black !important;
}
.keratone-wrapper-class .progress-step svg {
  fill: #000 !important;
}
.keratone-wrapper-class .uncompleted-step {
  border: 3px solid #000 !important;
}
.keratone-wrapper-class .active-step {
  background-color: #00BFFF !important;
}
.upgrade-menu-wrapper {
  background-color: white;
  color: black;
  height: 80px;
}
.upgrade-menu-wrapper .upgrade-menu-container {
  max-width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: end;
}
.upgrade-menu-wrapper .upgrade-menu-container .product-logo {
  height: 75px !important;
}
.upgrade-menu-wrapper .upgrade-menu-container .secure-logo-container {
  display: flex;
}
.upgrade-menu-wrapper .upgrade-menu-container .secure-logo-container .product-secure-logo {
  height: 50px !important;
  margin-left: 10px;
}
.player {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
}
.player video {
  display: block;
  position: relative;
}
.player-thumbnail {
  width: calc(100% - 8px);
  height: 0;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 999;
  display: flex;
  justify-content: center;
  padding-bottom: calc(56.25% - 4px);
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background: #000;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.25);
}
.player-thumbnail-text {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.player-loader {
  width: 136px;
  height: 136px;
  position: absolute;
  top: 50%;
  margin: -68px auto 0 auto;
  border: 4px solid transparent;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  animation: rotate 1.5s linear infinite;
}
.player-wrapper.cloud .player-subtitles {
  bottom: 0;
}
.player-wrapper.cloud.controls .player-subtitles {
  bottom: 50px;
}
.player-wrapper.youtube {
  max-width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: calc(56.25% + 122px);
}
.player-wrapper.youtube.controls {
  padding-bottom: calc(56.25% + 0px);
}
.player-wrapper.youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -61px;
  left: 0;
}
.player-wrapper.youtube.controls > iframe {
  top: -70px;
}
.player-wrapper.cloud .player-subtitles {
  bottom: 0;
}
.player-cta {
  position: relative;
  display: flex;
  padding: 24px 48px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: -0.4px;
  background: rgba(0, 0, 0, 0.4);
  border: 4px solid #fff;
  transform: scale(1);
  animation: scale 2s infinite ease-out;
  width: 250px;
  height: 250px;
  flex-direction: column;
  border-radius: 50%;
}
.player-cta span {
  font-size: 30px;
  width: 180px;
  margin-left: 5px;
  margin-top: 5px;
}
.player-cta .play-icon {
  width: 120px;
  margin-top: 15px;
  margin-left: 31px;
}
.player-cta-icon {
  width: 150px !important;
  height: 50px !important;
}
.player-play-content {
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.youtube .player-play-content {
  height: calc(100% + 122px);
}
.player-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  align-items: flex-end;
  justify-content: center;
  z-index: 1000;
  cursor: pointer;
  border-radius: 10px;
}
.player-action:before,
.player-action:after {
  position: absolute;
  top: -20%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.player-action:after {
  display: block;
  z-index: 2;
}
.player-subtitles {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 122px;
  z-index: 1;
  display: flex;
  justify-content: center;
  padding: 12px 24px;
  font-family: Roboto, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 500;
  text-align: center;
}
.player-subtitles-text {
  padding: 2px 10px 4px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
}
.vsl-container.portrait.full-height .player-thumbnail {
  height: 100vh;
}
.vsl-container.portrait .player-wrapper.youtube {
  padding-bottom: calc(152.54% + 122px);
}
.vsl-container.portrait .player-wrapper.youtube .player-play-content {
  background-color: rgba(0, 0, 0, 0.25);
}
.vsl-container.portrait .player-wrapper.youtube .player-headline {
  margin-bottom: 48px;
  padding: 16px 24px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #152131;
  background: #ffee00;
}
.vsl-container.portrait .player-wrapper.youtube .player-headline br {
  display: none;
}
@media screen and (max-width: 768px) {
  .player-subtitles {
    position: absolute;
    bottom: -144px;
    font-size: 17px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .player-wrapper.youtube iframe {
    width: 120%;
    height: 120%;
    position: absolute;
    top: -61px;
    left: -10%;
  }
  .player-action-youtube {
    height: 120%;
  }
}
@media screen and (max-width: 600px) {
  .player-thumbnail {
    width: 100%;
    left: 0;
    padding-bottom: 56.25%;
  }
  .player-cta {
    background: #000000;
  }
  .player-subtitles {
    font-size: 14px;
  }
  .player-subtitles-text {
    padding: 2px 4px;
  }
  .player-wrapper.youtube {
    overflow: visible;
  }
  .player-wrapper.youtube iframe {
    top: -200px;
  }
  .player-wrapper.youtube .player-subtitles {
    position: absolute;
    bottom: 200px;
    font-size: 20px;
  }
  .player-wrapper.youtube {
    padding-bottom: calc(56.25% + 400px);
    margin-top: 20%;
  }
  .youtube .player-play-content {
    height: calc(100% + 400px);
  }
  .player-wrapper.cloud {
    padding-bottom: 30%;
    padding-top: 30%;
  }
  .player-wrapper.cloud .player-subtitles {
    font-size: 20px;
    bottom: 10px;
  }
}
.jungle-beast-pro-video .player-cta {
  border: 4px solid #ff0;
}
.jungle-beast-pro-video .player-cta span {
  margin-top: 25px;
}
.jungle-beast-pro-video .player-cta .play-icon {
  margin-left: 0px;
}
[data-fullscreen="true"] {
  width: 100vw !important;
  height: 100vh !important;
  top: 0 !important;
  left: 0 !important;
  animation: enterFullscreen 0.5s ease-in-out forwards;
}
[data-video-exit-fullscreen="true"] {
  animation: exitFullscreen 0.5s ease-in-out forwards;
}
@keyframes enterFullscreen {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes exitFullscreen {
  0% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
    position: relative;
    /* Revert back to the initial position */
  }
}
.packages {
  width: 100%;
  max-width: 1040px;
  margin: 0 -20px 0px -20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.package-cards {
  display: flex;
  align-items: center;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  margin-bottom: 10px;
}
.packages-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 24px 0;
}
.packages-title {
  margin-bottom: 24px;
  text-align: center;
  text-transform: capitalize;
}
.packages-banner-wrapper {
  background-color: #2a4b79;
  clip-path: polygon(0 0, /* Top left */ 100% 0, /* Top right */ 100% calc(100% - 10px), /* Right side just above bottom */ 65% calc(100% - 10px), /* Begin descending to wave */ 50% 100%, /* Bottom center point of the wave */ 35% calc(100% - 10px), /* Begin ascending from wave */ 0 calc(100% - 10px) /* Left side just above bottom */);
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: white;
  padding: 30px;
}
.package-details,
.package-cta {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: -apple-system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.package-ribbon {
  width: calc(100% + 20px);
  height: 40px;
  position: absolute;
  top: 8px;
  left: 0;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 14px;
  color: #152131;
  background: #ffd700;
}
.package-ribbon:before,
.package-ribbon:after {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -10px;
  content: "";
  border-top: 10px solid #ccac00;
  border-left: 10px solid transparent;
}
.package-ribbon:after {
  right: 0;
  border-left: 0;
  border-right: 10px solid transparent;
}
.package-ribbon-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}
.package-ribbon-stars:first-child {
  margin-right: 8px;
}
.package-ribbon-stars:last-child {
  margin-left: 8px;
}
.package-ribbon-stars .icon {
  width: 12px;
}
.package {
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 20px;
  padding: 40px 32px;
  background: #fff;
  color: #152131;
  border: 1px solid #37629f;
  box-shadow: 0 1px 4px 0 #1d3453;
  border-radius: 20px;
  transition: 0.2s transform, 0.2s background;
}
.package:hover {
  transform: scale(1.02);
}
.package.is-best {
  background-color: #f9f8da;
  padding: 64px 32px;
}
.package-label {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}
.package-supply {
  margin-top: 4px;
  margin-bottom: 24px;
}
.package-seal {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #f00;
  border: 3px solid gold;
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(-20deg);
}
.package-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.package-unit {
  position: relative;
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  font-weight: bold;
}
.package-unit > span {
  font-size: 54px;
  text-transform: uppercase;
}
.package-unit > span:nth-child(2) {
  margin-left: 4px;
  font-size: 16px;
  font-weight: normal;
}
.package-save {
  min-height: 16px;
  margin-bottom: 16px;
  font-size: 1.31rem;
  font-weight: bold;
  text-transform: capitalize;
  color: #f00;
}
.package-small-save {
  min-height: 16px;
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
}
.package-image {
  max-width: 240px;
  max-height: 133px;
  margin-bottom: 24px;
  margin-top: 24px;
}
.package-image-wrapper {
  position: relative;
}
.button.package-button {
  width: 100%;
  height: 48px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 10px;
  font-family: -apple-system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.package-shipping {
  position: absolute;
  bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  text-transform: uppercase;
  font-family: -apple-system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.package-shipping .icon {
  margin-right: 8px;
}
.package-shipping.best-package {
  color: #f00;
  font-weight: bold;
  font-size: 16px;
}
.package-payment {
  width: 100%;
  display: flex;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 8px;
  text-align: center;
}
.package-payment .icon {
  margin-right: 8px;
}
.package-total {
  width: 100%;
  flex: none;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 36px;
  font-family: -apple-system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.package-total.best-total {
  font-size: 18px;
  margin-top: 10px;
}
.packages-brief {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  text-align: center;
}
.package-guarantee {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background-color: #fedf88;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #000;
  font-family: -apple-system, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .package-image-wrapper img {
    max-width: 170px;
    max-height: 95px;
  }
  .package {
    margin: 0 15px;
  }
  .package.is-best {
    margin: 0 5px;
  }
  .package-label {
    font-size: 26px;
  }
  .package-ribbon-stars .icon:not(:first-child) {
    display: none;
  }
  .package-unit > span {
    font-size: 40px;
  }
  .package-unit > span:nth-child(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .packages {
    width: 85%;
    flex-direction: column;
  }
  .is-best {
    order: 1;
  }
  .is-popular {
    order: 2;
  }
  .is-basic {
    order: 3;
  }
  .packages-wrapper {
    padding: 24px 0;
  }
  .packages-brief {
    margin: 0;
    padding: 0 24px;
  }
  .package {
    align-items: flex-start;
    padding: 16px;
    margin: 0 0 24px;
  }
  .package.is-best {
    padding: 64px 16px 16px;
  }
  .package br {
    display: inline-block;
  }
  .packages-title {
    padding: 0 24px;
  }
  .package-details {
    padding-right: 16px;
  }
  .package-label {
    font-size: 24px;
  }
  .package-supply {
    font-size: 14px;
  }
  .package-image {
    max-width: 153px;
    margin-bottom: 0;
  }
  .package-unit {
    margin-bottom: 32px;
  }
  .package-unit > span {
    font-size: 32px;
  }
  .package-unit > span:nth-child(2) {
    font-size: 12px;
  }
  .package-save {
    margin-bottom: 4px;
  }
  .button.package-button {
    font-size: 16px;
  }
  .package-shipping {
    position: static;
    margin-top: 8px;
  }
  .package-seal {
    bottom: 0;
  }
  .package-cta {
    margin-bottom: 36px;
  }
}
.packages-countdown,
[data-packages-countdown] {
  font-size: 35px;
  color: #ffbe0c;
  font-weight: 600;
  padding-bottom: 16px;
  text-shadow: 1px 2px 2px black;
}
.diamond {
  border: 1.5px dashed black;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border-radius: 4px;
  justify-content: space-around;
  flex-direction: row;
  position: relative;
  width: 96%;
  margin-bottom: 10px;
}
[data-packages-black-friday-countdown] {
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-packages-black-friday-countdown] .column-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 5px;
  margin-left: 5px;
}
[data-packages-black-friday-countdown] .column-wrapper .count-value {
  font-size: 2.5rem;
  color: #ffbe0c;
  font-weight: 600;
  text-shadow: 1px 2px 2px #000;
}
[data-packages-black-friday-countdown] .column-wrapper .count-label {
  font-weight: 600;
  font-size: 1.2rem;
}
.add-to-order {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
  text-align: center;
  margin: 32px 72px 64px;
}
.add-to-order-accept {
  margin-bottom: 48px;
}
.button.add-to-order-accept-link {
  margin-bottom: 16px;
  height: 72px;
  font-size: 24px;
  padding: 0 72px;
}
.add-to-order-accept-total {
  margin-bottom: 16px;
  font-size: 16px;
}
.add-to-order-accept-description {
  display: block;
  margin-bottom: 24px;
}
.add-to-order-decline-button {
  margin-bottom: 16px;
}
.add-to-order-image {
  max-width: 320px;
  margin-bottom: 24px;
}
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
  display: none;
  overflow: auto;
  color: #152131;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 0.2s ease;
}
.modal.is-full-screen .modal-container {
  max-width: 900px;
  position: static;
  margin: 32px auto;
  border-radius: 4px;
}
.modal.is-full-screen .modal-header,
.modal.is-full-screen .modal-content {
  max-width: 900px;
}
.modal.is-full-screen .modal-content {
  overflow: visible;
}
.modal.is-full-screen .modal-footer {
  padding: 32px 48px;
}
.modal.is-image > .modal-wrapper {
  justify-content: center;
}
.modal.is-image > .modal-wrapper > .modal-container {
  max-width: 100%;
  background-color: #000;
}
.modal.is-image > .modal-wrapper > .modal-container > .modal-header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.modal.is-image > .modal-wrapper > .modal-container > .modal-header > .modal-close-icon {
  padding: 14px 14px 10px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  border: 1px solid #ddd;
}
.modal.is-image > .modal-wrapper > .modal-container > .modal-header > .modal-close-icon:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.modal.is-image > .modal-wrapper > .modal-container > .modal-content {
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.modal.is-image > .modal-wrapper > .modal-container > .modal-content > img {
  width: 100%;
}
.modal-wrapper {
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-container {
  width: 100%;
  max-width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  flex-flow: column;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
  transition: all 0.2s ease;
}
.modal-header {
  width: 100%;
  position: relative;
  padding: 24px 48px;
}
.modal-header h2 {
  margin-bottom: 16px;
}
.modal-content {
  width: 100%;
  max-width: 100%;
  min-height: auto;
  position: relative;
  flex: 1;
  padding: 32px 48px;
  margin: 0 auto;
  overflow: auto;
}
.modal-footer {
  min-height: 64px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 48px;
}
.modal-footer-vertical {
  flex-direction: column;
}
.modal-link {
  margin-top: 16px;
  color: #1a0dab;
}
.modal-link:visited {
  color: #1a0dab;
}
.modal-enter {
  opacity: 0;
}
.modal-leave-active {
  opacity: 0;
}
.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.02);
}
.modal-close {
  color: black;
  font-weight: bold;
}
.modal-close-icon {
  position: fixed;
  top: 24px;
  right: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  z-index: 1000;
  color: #808080;
  cursor: pointer;
  transition: 0.2s all;
}
.modal-close-icon:hover {
  color: #5a5a5a;
}
.modal-confirm,
.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  margin-right: 10px;
}
.modal-confirm .icon,
.modal-close .icon {
  margin-right: 8px;
}
.modal-close {
  margin-right: 20px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .modal-container {
    max-width: 100%;
    min-height: 100vh;
    display: block;
    position: relative;
  }
  .modal-header,
  .modal-content {
    padding: 24px;
  }
  .modal-content {
    padding-bottom: 112px;
  }
  .modal-footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .modal-close {
    margin: 0;
    border: 1px solid #eee;
    box-shadow: 0 1px 16px rgba(0, 0, 0, 0.1);
  }
}
.youtube {
  width: 100%;
  max-width: 900px;
}
.youtube-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
  border: 4px solid #111;
}
.youtube-player {
  max-width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: calc(56.25% + 122px);
}
.youtube-player > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -61px;
  left: 0;
}
.youtube.is-plain .youtube-player {
  padding-bottom: 56.25%;
}
.youtube.is-plain .youtube-player > iframe {
  top: 0;
}
.cta-popup-wrapper-new.cta-main .modal-container {
  width: 700px !important;
  max-width: 700px !important;
  border-radius: 12px;
}
.cta-popup-wrapper-new.cta-main .modal-content {
  padding: 0;
}
.cta-popup-wrapper-new.cta-main .modal-close-icon {
  top: 8px;
  right: 8px;
}
.exit-popup-new {
  width: 100%;
  text-align: center;
}
.exit-popup-new .exit-header .icon {
  width: 8px;
  height: 8px;
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.25s;
}
.exit-popup-new .exit-header .modal-close-icon:hover .icon {
  color: #ffffff;
}
.exit-popup-new .exit-alert {
  padding: 12px 0 14px;
  font-size: 44px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #036;
  border-radius: 12px 12px 0 0;
}
.exit-popup-new .exit-countdown {
  padding: 16px 0 0;
  font-size: 30px;
}
.exit-popup-new .exit-countdown span {
  display: inline-block;
  padding: 4px 6px;
  line-height: 1;
  background: #fff200;
  border: 2px solid #000;
  border-radius: 4px;
}
.exit-popup-new .exit-headline {
  padding: 8px 32px;
  font-size: 29px;
  line-height: 1.1;
  font-weight: 600;
  color: #000;
}
.exit-popup-new .exit-headline[data-countdown-finished-message] {
  padding-top: 16px;
}
.exit-popup-new .exit-content {
  display: flex;
  align-items: center;
  padding: 0 32px;
  margin: 16px 0 8px;
}
.exit-popup-new .exit-thumbnail {
  flex: 0 0 240px;
  margin-right: 16px;
}
.exit-popup-new .exit-thumbnail video,
.exit-popup-new .exit-thumbnail img {
  border: 2px solid #222;
}
.exit-popup-new .exit-text {
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
}
.exit-popup-new .exit-footer {
  display: flex;
  margin: 24px 0 0;
  padding: 0 32px 20px;
  flex-direction: column;
  align-items: center;
}
.exit-popup-new .exit-cta-button {
  width: 95%;
  display: block;
  padding: 20px 10px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  color: #00f;
  background: #fffd00;
  border: 5px solid #00f;
  border-radius: 10px;
  box-shadow: 0 0 0 0 rgba(0, 0, 255, 0.7);
  transform: scale(1);
  animation: pulsing 1.25s infinite;
}
.exit-popup-new .exit-alt {
  margin-top: 16px;
  font-size: 18px;
}
@keyframes pulsing {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 0, 255, 0.7);
  }
  70% {
    transform: scale(1.05);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 transparent;
  }
}
.fixed-on-bottom,
[data-fixed-on-bottom] {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 1001;
}
.popup-container,
[data-popup-container] {
  border: solid 3px #6C757D;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  padding: 5px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
  height: 60px;
  opacity: 0;
  transform: scale(0.5);
  transition: transform 1s, opacity 1s;
  background-color: white;
}
.popup-hidden-content,
[data-popup-hidden-content] {
  width: 0px;
  visibility: hidden;
  transform: scale(0);
  opacity: 0;
  transition: transform 1s, opacity 1s, width 1.2s, visibility 1s;
}
.animate-popup,
[data-animate-popup] {
  transform: scale(1);
  width: -moz-fit-content;
  width: fit-content;
  opacity: 1;
}
.animate-hidden-content,
[data-animate-hidden-content] {
  visibility: visible;
  width: 200px;
  transform: scale(1);
  opacity: 1;
}
.icon-container,
[data-icon-container] {
  display: block;
}
.map-container,
[data-map-container] {
  border-radius: 30px;
  margin-left: -5px;
  opacity: 0;
  visibility: hidden;
  width: 0px;
  transition: opacity 1s, visibility 1s, width 1s;
}
.display-none,
[data-display-none] {
  display: none;
}
.animate-map-container,
[data-animate-map-container] {
  opacity: 1;
  visibility: visible;
  width: -moz-fit-content;
  width: fit-content;
  height: 56px;
}
.ebooks-wrapper {
  width: 100%;
  max-width: 1040px;
  margin-bottom: 64px;
}
.ebooks-headlines {
  margin-top: 40px;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  text-align: center;
  margin-bottom: 40px;
}
.ebooks-headlines .colored-text {
  color: #ffffff;
}
.ebooks-headlines .underline-text {
  text-decoration: underline;
  text-decoration-color: #ffffff;
}
.ebooks-images-wrapper {
  display: flex;
  justify-content: space-between;
}
.ebooks-images-wrapper .ebook-image-container {
  width: 48%;
  border: 1px solid #ffffff;
  border-radius: 14px;
}
.ebooks-images-wrapper .ebook-image-container .image-text .headline-text {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  margin-top: 20px;
  line-height: inherit;
}
.ebooks-images-wrapper .ebook-image-container .small-disclaimer {
  text-align: center;
  font-size: 10px;
}
.ebooks-images-wrapper .ebook-image-container .bonus-text {
  color: #671f23;
  background-color: #ffffff;
  font-size: 30px;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.2;
}
.ebooks-images-wrapper .ebook-image-container .description-text {
  padding-left: 21px;
  padding-right: 12px;
  text-indent: 30px;
}
.ebooks-images-wrapper .ebook-image-container img {
  width: 100%;
  margin-bottom: -4px;
}
@media (max-width: 768px) {
  .ebooks-images-wrapper {
    flex-direction: column;
    align-items: center;
  }
  .ebooks-images-wrapper .ebook-image-container {
    width: 90%;
    margin-bottom: 30px;
  }
}
.ebook-image-container-complementary {
  background: #2a4b79;
}
.complementary-ebooks .ebooks-headlines,
.complementary-ebooks .colored-text {
  color: black;
  text-shadow: none;
}
.complementary-ebooks .underline-text {
  text-decoration-color: black;
}
.complementary-ebooks .headline-text {
  min-height: 150px;
  display: flex;
  align-items: center;
  margin: 0 10px;
}
.complementary-ebooks .ebook-image-container {
  border: 3px solid #2a4b79;
}
.banner-wrapper {
  display: flex;
  align-items: center;
  background: #2a4b79;
  /* Example background color */
  height: 180px;
  /* Example height */
  width: 100%;
  /* Full width */
  /* Define the wavy bottom edge */
  clip-path: polygon(0 0, /* Top left */ 100% 0, /* Top right */ 100% calc(100% - 10px), /* Right side just above bottom */ 65% calc(100% - 10px), /* Begin descending to wave */ 50% 100%, /* Bottom center point of the wave */ 35% calc(100% - 10px), /* Begin ascending from wave */ 0 calc(100% - 10px) /* Left side just above bottom */);
  justify-content: center;
  margin-bottom: -46px;
}
.banner-wrapper svg {
  margin-right: 20px;
}
.banner-wrapper .title {
  font-size: 1.5em;
  font-weight: 600;
}
.banner-wrapper .yellow-underline {
  text-decoration: underline;
  text-decoration-color: yellow;
}
.banner-wrapper .colored-text {
  color: #ffff00;
}
.banner-wrapper .banner-text p {
  margin-bottom: 0px;
}
@media screen and (max-width: 600px) {
  .banner-wrapper {
    flex-direction: column;
    text-align: center;
    margin: -9px 20px;
    height: 260px;
  }
}
.free-bottles-wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  text-align: center;
}
.free-bottles-wrapper .title {
  margin-top: 40px;
  font-family: "Oswald", sans-serif;
  line-height: 1.3;
  font-weight: 500;
  font-size: 32px;
  color: black;
}
.free-bottles-wrapper .title span {
  text-decoration: underline;
}
.free-bottles-wrapper .bottle-card {
  margin: 0 auto;
  max-width: 600px;
  border: 3px solid #2a4b79;
  border-radius: 14px;
  padding: 10px;
}
.free-bottles-wrapper .bottle-card .free-bottle-bonus-text {
  color: #fff;
  background-color: #2a4b79;
  font-size: 30px;
  padding: 16px 20px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1;
}
.free-bottles-wrapper .bottle-card .bottle-image {
  width: 19%;
  margin: 20px 0;
}
.free-bottles-wrapper .bottle-card .bottle-content-text {
  font-size: 20px;
  background-color: #fff;
  padding: 10px;
  color: black;
}
.free-bottles-wrapper .bottle-card .strike-best:after {
  top: 17px;
  background-color: red;
  height: 3px;
}
@media screen and (max-width: 650px) {
  .free-bottles-wrapper {
    max-width: 400px;
  }
}
.cta-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 480px;
  flex-direction: column;
}
.cta-popup-wrapper .modal-container {
  max-width: 560px !important;
}
.cta-popup-wrapper .modal-header {
  padding: 0;
}
.cta-popup-wrapper .modal-content {
  padding-bottom: 0;
}
.cta-popup-wrapper .modal-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
}
.cta-popup-wrapper.discount .modal-container {
  width: 770px !important;
  max-width: 770px !important;
}
.cta-popup-wrapper.discount .modal-close-icon {
  top: 32px;
  color: #fff;
}
.cta-popup-wrapper.discount .modal-content {
  padding: 0;
}
.cta-popup-wrapper.discount .modal-footer {
  padding: 32px 48px 48px;
}
.cta-popup-wrapper.discount .cta-popup {
  max-width: none;
}
.cta-popup-wrapper.discount .cta-popup-content {
  width: 100%;
  padding: 24px 32px;
}
.cta-popup-wrapper.discount .discount-ribbon {
  width: calc(100% + 20px);
  height: 78px;
  position: absolute;
  top: 8px;
  left: 0;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 42px;
  color: white;
  background: #ec0201;
}
.cta-popup-wrapper.discount .discount-ribbon:before,
.cta-popup-wrapper.discount .discount-ribbon:after {
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: -10px;
  content: "";
  border-top: 10px solid #ccac00;
  border-left: 10px solid transparent;
}
.cta-popup-wrapper.discount .discount-ribbon:after {
  right: 0;
  left: auto;
  border-left: 0;
  border-right: 10px solid transparent;
}
.cta-popup-wrapper.discount .discount-ribbon-content {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
}
.cta-popup-wrapper.discount .product {
  display: flex;
  flex-direction: column;
  padding-top: 100px;
}
.cta-popup-wrapper.discount .product-details {
  display: flex;
}
.cta-popup-wrapper.discount .product-left,
.cta-popup-wrapper.discount .product-right {
  flex-grow: 1;
  flex-basis: 0;
}
.cta-popup-wrapper.discount .product-left {
  margin-right: 16px;
}
.cta-popup-wrapper.discount .product-right {
  display: flex;
  flex-direction: column;
}
.cta-popup-wrapper.discount .product-label {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
}
.cta-popup-wrapper.discount .product-supply {
  margin-top: 4px;
  margin-bottom: 24px;
}
.cta-popup-wrapper.discount .product-image {
  position: relative;
  margin-top: 16px;
}
.cta-popup-wrapper.discount .product-image img {
  max-height: 150px;
}
.cta-popup-wrapper.discount .product-badge {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 22px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #f00;
  border: 3px solid gold;
  border-radius: 50%;
  pointer-events: none;
  transform: rotate(-20deg);
}
.cta-popup-wrapper.discount .product-badge span:first-child {
  font-size: 28px;
}
.cta-popup-wrapper.discount .product-badge span:nth-child(2) {
  font-size: 12px;
}
.cta-popup-wrapper.discount .product-original-price {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.cta-popup-wrapper.discount .product-original-price .price,
.cta-popup-wrapper.discount .product-original-price .discount-price {
  display: flex;
  flex-direction: column;
}
.cta-popup-wrapper.discount .product-original-price .price > span:nth-child(2),
.cta-popup-wrapper.discount .product-original-price .discount-price > span:nth-child(2) {
  margin-top: 8px;
  font-size: 28px;
  text-decoration: line-through;
  font-weight: 600;
}
.cta-popup-wrapper.discount .product-original-price .price {
  margin-right: 32px;
}
.cta-popup-wrapper.discount .discount-text {
  text-align: left;
}
.cta-popup-wrapper.discount .product-price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 64px;
  font-weight: bold;
}
.cta-popup-wrapper.discount .product-price-regular {
  margin-right: 8px;
  font-size: 48px;
  text-decoration: line-through;
}
.cta-popup-wrapper.discount .product-price-discount {
  font-size: 64px;
  color: #ec0101;
}
.cta-popup-wrapper.discount .product-save {
  margin-top: 16px;
}
.cta-popup-wrapper.discount .discount-timer {
  margin-top: 48px;
  font-size: 19px;
}
.cta-popup-wrapper.discount .discount-timer strong {
  padding: 4px 10px;
  background: #eee;
  border-radius: 4px;
}
.cta-popup-wrapper.discount .product-cta {
  margin-top: 48px;
}
.cta-popup-wrapper.discount .buy-now {
  font-size: 17px;
  height: 58px;
  background-color: #ec0201 !important;
  color: #fff !important;
  border-bottom: #db5a5a !important;
}
.cta-popup-wrapper.discount .buy-now:hover {
  background-color: #ec0201 !important;
  color: #fff;
  opacity: 0.8;
}
.cta-popup-thumbnail {
  width: 426px;
  height: 164px;
  margin: 16px 0;
  border: 4px solid #ec0101;
  cursor: pointer;
}
.cta-popup-title {
  margin: 8px 0 16px;
}
.cta-popup-content {
  line-height: 22px;
}
.transcript-modal {
  background: linear-gradient(to bottom right, #2a4b79, #213b5e) fixed no-repeat;
}
.transcript-modal > .modal-wrapper > .modal-container {
  background-color: transparent;
  box-shadow: none;
}
.transcript-modal > .modal-wrapper > .modal-container > .modal-content {
  max-width: 840px;
  padding: 0;
}
.transcript-modal h1.headline {
  color: #fff;
}
.transcript-modal h2 {
  margin-bottom: 36px;
  text-align: center;
}
.transcript-modal p {
  font-size: 17px;
  line-height: 27px;
}
.transcript-modal .content.transcript {
  margin-top: 32px;
  padding: 40px 48px 0;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.13);
}
.transcript-modal .footer {
  width: calc(100% + 96px);
  margin-left: -48px;
}
.transcript-modal .footer-content {
  padding: 0 32px;
}
.transcript-modal .cta .packages {
  width: calc(100% + 64px);
}
.transcript-modal .cta .package {
  min-width: 0;
  margin: 0 10px;
  border: 1px solid #ccc;
  box-shadow: none;
}
.transcript-modal .cta .package-ribbon {
  width: calc(100% + 22px);
  margin-left: -11px;
  margin-right: -11px;
}
.transcript-modal .cta .package-ribbon-stars .icon {
  display: none;
}
.transcript-modal .cta .package-ribbon-stars .icon:first-child {
  display: block;
}
.transcript-modal .cta .package-label {
  font-size: 26px;
}
.transcript-modal .cta .package-supply {
  font-size: 14px;
}
.transcript-modal .cta .package-unit > span {
  font-size: 40px;
}
.transcript-modal .cta .package-unit > span:nth-child(2) {
  font-size: 14px;
}
@media screen and (max-width: 840px) {
  .transcript-modal .content.transcript {
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .transcript-modal .content.transcript {
    padding: 32px 24px 0;
  }
  .transcript-modal .cta .packages-wrapper {
    padding: 24px 0;
  }
  .transcript-modal .cta .packages {
    width: 85%;
    flex-direction: column;
  }
  .transcript-modal .cta .packages-brief {
    margin: 0;
    padding: 0 24px;
  }
  .transcript-modal .cta .package {
    flex: none;
    align-items: flex-start;
    margin-bottom: 24px;
    padding: 16px;
  }
  .transcript-modal .cta .package.is-best {
    padding: 64px 16px 16px;
    order: 1;
  }
  .transcript-modal .cta .package br {
    display: inline-block;
  }
  .transcript-modal .cta .packages-title {
    padding: 0 24px;
  }
  .transcript-modal .cta .package-details {
    padding-right: 16px;
  }
  .transcript-modal .cta .package-label {
    font-size: 24px;
  }
  .transcript-modal .cta .package-supply {
    font-size: 14px;
  }
  .transcript-modal .cta .package-image {
    max-width: 153px;
    margin-bottom: 0;
  }
  .transcript-modal .cta .package-unit {
    margin-bottom: 32px;
  }
  .transcript-modal .cta .package-unit > span {
    font-size: 32px;
  }
  .transcript-modal .cta .package-unit > span:nth-child(2) {
    font-size: 12px;
  }
  .transcript-modal .cta .package-save {
    margin-bottom: 4px;
  }
  .transcript-modal .cta .button.package-button {
    font-size: 16px;
  }
  .transcript-modal .cta .package-shipping {
    position: static;
    margin-top: 8px;
  }
}
.checkout-popup-wrapper {
  font-family: Roboto, Arial, sans-serif;
}
.checkout-popup-wrapper .modal-container {
  max-width: 420px !important;
}
.checkout-popup-wrapper .modal-header {
  padding: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}
.checkout-popup-wrapper .modal-close-icon {
  position: absolute;
}
.checkout-popup-wrapper .modal-content {
  padding: 24px;
}
.evoke-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.evoke-cta > img {
  max-width: 350px;
}
.evoke-cta .button {
  margin: 32px 0;
  max-width: 100%;
  white-space: normal;
}
.evoke-cta .button > svg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.checkout {
  display: flex;
  flex-direction: column;
}
.checkout-form {
  width: 100%;
}
.checkout-form .button.is-primary {
  width: 100%;
  margin-top: 12px;
}
.checkout-details {
  width: 100%;
}
.checkout-product-info {
  width: 100%;
  display: flex;
}
.checkout-product-info img {
  height: 80px;
}
.checkout-totals {
  margin: 12px 0 24px;
}
.checkout-product-name {
  margin: 18px 0 0 18px;
  font-size: 18px;
}
.checkout-row {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 16px;
  color: #777;
}
.checkout-row.total {
  padding-top: 12px;
  color: #222;
  font-weight: bold;
  border-top: 1px solid #eee;
}
.checkout-free {
  color: #16a34a;
  font-weight: bold;
}
.checkout-info {
  display: none;
  padding: 12px 24px;
  background-color: #eee;
  border-radius: 8px;
}
.checkout-info-heading {
  font-weight: bold;
  margin-bottom: 12px;
}
.checkout-info-line {
  display: flex;
  margin-bottom: 6px;
  color: #666;
}
.checkout-info-line svg {
  width: 20px;
  height: 20px;
  margin-right: 12px;
  color: #62bfcb;
}
.hidden {
  display: none;
}
#payment-message {
  color: #697386;
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}
#payment-element {
  margin-bottom: 24px;
}
/* Buttons and links */
button {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
button:hover {
  filter: contrast(115%);
}
button:disabled {
  opacity: 0.5;
  cursor: default;
}
/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  transform-origin: 10.4px 10.2px;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  transform-origin: 0px 10.2px;
  animation: loading 2s infinite ease;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}
.downgrade-1 .modal-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.downgrade-1 .modal-container {
  min-width: 100%;
  margin: 0 !important;
  background-color: #D5FFFF;
  height: 100vh;
}
.downgrade-1 h1 {
  color: red;
}
.downgrade-1 h4 {
  margin-top: 12px;
  color: red;
}
.downgrade-1 .downsell-container {
  display: flex;
  margin-top: 32px;
  align-items: center;
}
.downgrade-1 .downsell-container .image-container {
  max-width: 60%;
}
.downgrade-1 .downsell-container img {
  width: 60%;
}
.downgrade-1 .downsell-container span {
  font-size: 300%;
  line-height: 100%;
}
.downgrade-1 .downsell-container .money-back-guarantee-container {
  display: flex;
  font-weight: 600;
  align-items: center;
}
.downgrade-1 .downsell-container .accept-btn {
  background: #f0ba3b;
  color: black;
  border-radius: 30px;
  height: 70px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-decoration: none;
}
.downgrade-1 .downsell-container .decline-btn {
  background-color: #ECECEC;
  color: black;
  text-decoration: none;
}
.downgrade-1 .downsell-container .right-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .downsell-container {
    flex-direction: column;
  }
  .downsell-container .image-container {
    max-width: 100% !important;
  }
  .downsell-container img {
    width: 100%;
  }
  .downsell-container .right-container {
    margin-top: 20px;
  }
  .downgrade-1 h1 {
    font-size: 30px;
  }
}
.button.transcript-button {
  margin: 360px 0;
  font-size: 16px;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid #ffffff;
}
.button.transcript-button:hover,
.button.transcript-button:focus {
  color: #ffffff;
  background-color: rgba(64, 64, 64, 0);
  border-color: #ffffff;
}
.player-popup-wrapper {
  position: absolute;
  left: 10px;
  bottom: 32px;
  z-index: 10000;
  display: flex;
  align-items: end;
}
.player-popup-wrapper svg {
  cursor: pointer;
}
.player-popup-wrapper .video-chat-wrapper {
  background-color: white;
  color: #272727;
  border-radius: 14px;
  display: block;
  opacity: 0;
  height: 0px;
  width: 0px;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.25);
  transition: width 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55), height 0.7s cubic-bezier(0.68, -0.55, 0.27, 1.55), opacity 0.5s ease-in-out;
}
.player-popup-wrapper .video-chat-wrapper .chat-header {
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.07);
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.player-popup-wrapper .video-chat-wrapper .message-wrapper {
  background-color: #ffefe0;
  border-radius: 14px;
  margin: 10px;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0;
  padding: 10px;
  transform: translateX(-50px);
  animation: slideIn 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;
}
.player-popup-wrapper [data-messages-container] {
  height: 63vh;
  overflow: auto;
}
.player-popup-wrapper [data-active] {
  display: block;
  height: 70vh;
  width: 32vw;
  opacity: 1;
}
@keyframes slideIn {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.tooltip-wrapper {
  position: absolute;
  bottom: 60px;
  background-color: white;
  color: black;
  padding: 10px;
  border-radius: 14px;
  animation: fadeInUp 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  width: 35vw;
}
.tooltip-wrapper::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 7%;
  margin-left: -5px;
  border-width: 10px;
  border-style: solid;
  border-color: white transparent transparent transparent;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px) scale(0.95) rotate(-3deg);
  }
  50% {
    transform: translateY(-5px) scale(1.05) rotate(3deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1) rotate(0deg);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.95) translateY(-10px);
  }
}
.tooltip-fade-out {
  animation: fadeOut 1s ease forwards;
}
@media (max-width: 600px) {
  .player-popup-wrapper {
    display: none;
  }
}
.content.is-container,
.content.is-upgrade {
  max-width: 840px;
  margin: 48px auto;
  padding: 24px 32px;
  color: #152131;
  background-color: #fff;
  border-radius: 4px;
}
.content.is-container p,
.content.is-upgrade p {
  margin-bottom: 24px;
  font-size: 17px;
  line-height: 27px;
  word-break: break-word;
}
.center-vsl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px !important;
}
.vsl-container {
  margin-bottom: 40px;
}
.decline-link-wrapper {
  text-align: center;
  max-width: 45%;
  margin: 40px auto;
}
@media screen and (max-width: 1370px) {
  .decline-link-wrapper {
    max-width: 55%;
  }
}
@media screen and (max-width: 900px) {
  .decline-link-wrapper {
    max-width: 78%;
  }
}
.decline-link-wrapper .decline-link-a {
  text-decoration: none;
  color: black;
}
.login {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 72px 24px;
  color: #152131;
}
.login-title {
  width: 100%;
  margin-bottom: 32px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.login-box {
  width: 100%;
  max-width: 560px;
  display: flex;
  flex: none;
  flex-direction: column;
  padding: 40px 56px;
  background: #fff;
  border-radius: 8px;
}
.login-box > h2 {
  margin-bottom: 16px;
  font-weight: 500;
}
.login-form {
  padding: 24px 0;
}
.login-help {
  margin-top: 24px;
  color: #ffffff;
}
.login-help > a {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .login-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .login-box {
    padding: 24px;
  }
}
.content.is-members {
  max-width: 840px;
  margin: 64px auto;
  color: #152131;
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
}
.content.is-members .section {
  padding: 24px 32px;
  border-bottom: 1px solid #eee;
}
.content.is-members h2,
.content.is-members h3 {
  margin-bottom: 24px;
}
.content.is-members h5 {
  margin-bottom: 8px;
}
.transaction-status {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #17b978;
  border-radius: 4px 4px 0 0;
}
.transaction-status .icon {
  margin-right: 8px;
}
.panel {
  width: 100%;
  margin-bottom: 24px;
  padding: 24px;
  background: #fbfbfb;
  border-radius: 4px;
}
.panel:last-child {
  margin-bottom: 8px;
}
.panel-section {
  margin-bottom: 24px;
}
.panel-section:last-child {
  margin-bottom: 0;
}
.order {
  display: flex;
  flex-direction: row;
}
.order-image {
  max-width: 102px;
  margin-right: 24px;
}
.order-details {
  display: flex;
  flex-direction: column;
}
.order-name {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
}
.order-description {
  margin-bottom: 8px;
}
.members-ads {
  display: flex;
  flex-direction: column;
}
.members-ads > h2 {
  margin-bottom: 32px;
}
.members-ad {
  display: flex;
  flex-direction: row;
  margin-bottom: 24px;
}
.members-ad-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 24px;
}
.members-ad-image {
  flex: none;
  line-height: 0;
}
.members-ad-image img {
  width: 160px;
  height: 112px;
}
.members-ad-title {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
}
.members-ad-content {
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #152131;
}
.members-ad-cta,
.members-ad-title,
.members-ad-content {
  text-decoration: none;
}
.bank-statement {
  font-family: Montserrat, sans-serif;
}
.bank-statement-title {
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
}
.bank-statement-order {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 6px;
}
.bank-statement-order span:not(:last-child) {
  margin-right: 16px;
}
@media screen and (max-width: 900px) {
  .content.is-members {
    width: auto;
    margin: 16px;
  }
  .content.is-members .section.with-panels {
    padding: 24px 0;
  }
  .content.is-members .section.with-panels h3 {
    margin-left: 24px;
    margin-right: 24px;
  }
  .panel {
    border-radius: 0;
  }
}
@media screen and (max-width: 600px) {
  .members-ad {
    flex-direction: column;
    margin-bottom: 32px;
  }
  .members-ad-image img {
    width: 100%;
    height: auto;
  }
  .members-ad-wrapper {
    margin: 16px 0 0;
  }
}
.packages-container {
  min-height: 100vh;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
.packages-upsell-wrapper .packages-title {
  color: black;
  text-shadow: none;
}
.packages {
  margin-top: 40px;
}
.badge-container {
  width: 100%;
  position: relative;
}
.badge-container .badge-img {
  width: 111px;
  position: absolute;
  top: -111px;
  right: -65px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .badge-container .badge-img {
    top: -111px;
    right: -40px;
  }
}
.badge-container .is-popular {
  top: -89px;
}
@media screen and (max-width: 767px) {
  .badge-container .is-popular {
    top: -99px;
  }
}
@media screen and (max-width: 767px) {
  .is-popular {
    margin-top: 35px;
  }
}
* {
  outline: none;
}
html {
  height: 100%;
}
body {
  margin: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  color: #ffffff;
  background: linear-gradient(to bottom right, #2a4b79, #213b5e) no-repeat fixed;
}
.main {
  width: 100%;
  min-height: 100vh;
}
.container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content {
  width: 100%;
  max-width: 900px;
  min-width: 0;
  margin: 0 auto;
}
.sections {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 48px 0;
  font-size: 14px;
  color: #ffffff;
  background: #2a4b79;
  border-top: 1px solid #2a4b79;
}
.footer-content {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-menu {
  display: flex;
  flex: 0 0 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.footer-menu-item {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  transition: 0.2s color;
}
.footer-menu-item:hover,
.footer-menu-item:active,
.footer-menu-item:focus {
  color: #ffffff;
}
.footer-menu-item:not(:last-child) {
  margin-right: 24px;
}
.footer-disclaimer {
  display: flex;
  flex: 0 0 100%;
  flex-direction: column;
  align-items: center;
  margin-top: 44px;
  margin-bottom: 16px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.footer-disclaimer-logo {
  margin-top: -36px;
  margin-bottom: 24px;
  padding: 0 24px;
  background: #2a4b79;
}
.footer-disclaimer-logo-image {
  max-width: 120px;
}
.footer-disclaimer-content {
  font-size: 14px;
  line-height: 18px;
  text-align: justify;
}
.footer-copyright {
  flex: 0 0 100%;
  margin-top: 16px;
  text-align: center;
  color: #ffffff;
}
.footer-statements {
  width: 100%;
  flex: none;
  margin-bottom: 32px;
  padding: 0 24px;
  text-align: center;
  color: #ffffff;
}
.gradient-background {
  background: #3d034a;
  background: linear-gradient(90deg, #3d034a 20%, #760964 50%, #3d034a 80%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3d034a", endColorstr="#3d034a", GradientType=1) !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  font-size: 40px;
  line-height: 48px;
}
h2 {
  font-size: 32px;
  line-height: 40px;
}
h3 {
  font-size: 24px;
  line-height: 32px;
}
h4 {
  font-size: 20px;
  line-height: 30px;
}
h5 {
  font-size: 18px;
  line-height: 28px;
}
.large,
h6 {
  font-size: 16px;
  line-height: 24px;
}
p {
  font-size: 16px;
  line-height: 24px;
}
.small {
  font-size: 14px;
  line-height: 20px;
}
ul li {
  margin-bottom: 16px;
}
ul li:before {
  content: "✓";
  padding-right: 16px;
}
.jungle-beast-pro h1,
.jungle-beast-pro h2,
.jungle-beast-pro h3,
.jungle-beast-pro h4,
.jungle-beast-pro h5,
.jungle-beast-pro h6 {
  font-family: Roboto, Arial, sans-serif !important;
}
.no-user-interaction {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.allow-user-interaction {
  -webkit-user-select: text;
     -moz-user-select: text;
          user-select: text;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.medium {
  font-weight: 500;
}
.strike {
  position: relative;
}
.strike:after {
  content: " ";
  display: inline-block;
  width: 100%;
  opacity: 0.8;
  transform: rotate(12deg);
  height: 2px;
  position: absolute;
  background-color: #bc0000;
  left: 0;
  top: 8px;
}
.strike-best:after {
  top: 10px;
}
.italic {
  font-style: italic;
}
.underline {
  text-decoration: underline;
}
.center {
  text-align: center;
}
.ml-4 {
  margin-left: 4px;
}
.mr-4 {
  margin-right: 4px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.pt-32 {
  padding-top: 32px;
}
.w-20-percent {
  width: 20%;
}
.w-30-percent {
  width: 30%;
}
.cursor-pointer {
  cursor: pointer;
}
@keyframes scale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  to {
    transform: scale(1);
  }
}
@keyframes flicker {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.icon {
  width: 16px;
  height: 16px;
  color: inherit;
  outline: none;
  line-height: 0;
}
.icon .svg {
  fill: currentColor;
  flex-grow: 0;
  flex-shrink: 0;
  width: inherit;
  height: inherit;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: -0.3px;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.2s;
}
.button.is-primary {
  color: #152131;
  background-color: #ffbe0b;
  border-bottom: 2px solid #d79e00;
}
.button.is-primary:hover,
.button.is-primary:active,
.button.is-primary:focus {
  background: #fbb800;
}
.button.is-secondary {
  color: #fff;
  background-color: #213b5e;
  border-bottom: 2px solid #142339;
}
.button.is-secondary:hover,
.button.is-secondary:active,
.button.is-secondary:focus {
  background: #1d3453;
}
.button.is-info {
  color: #152131;
  background-color: #f0f0f0;
  border-bottom: 2px solid #d7d7d7;
}
.button.is-info:hover,
.button.is-info:active,
.button.is-info:focus {
  background: #e8e8e8;
}
.button.is-success {
  color: #fff;
  background-color: #17b978;
  border-bottom: 2px solid #118c5b;
}
.button.is-success:hover,
.button.is-success:active,
.button.is-success:focus {
  background: #15ab6f;
}
.button.is-warning {
  color: #fff;
  background-color: #ff9234;
  border-bottom: 2px solid #ff7701;
}
.button.is-warning:hover,
.button.is-warning:active,
.button.is-warning:focus {
  background: #ff8a25;
}
.button.is-danger {
  color: #fff;
  background-color: #ec0101;
  border-bottom: 2px solid #b90101;
}
.button.is-danger:hover,
.button.is-danger:active,
.button.is-danger:focus {
  background: #dd0101;
}
.button.is-full-width {
  width: 100%;
}
.button.is-hollow {
  color: #191919;
  background-color: transparent;
  border: 1px solid #bababa;
}
.input {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  min-height: 48px;
  padding: 0 16px;
  font-size: 18px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  outline: none;
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}
.input::-moz-placeholder {
  color: #aaa;
}
.input::placeholder {
  color: #aaa;
}
.input:focus,
.input:active,
.input.active {
  border-color: #aaa;
}
.field {
  margin-bottom: 24px;
}
.field.is-last {
  margin-bottom: 0;
}
.field-error {
  color: red;
  font-size: 14px;
  font-weight: bold;
  margin-top: 8px;
  display: none;
}
.label {
  line-height: 24px;
  margin-bottom: 8px;
  font-weight: bold;
  position: relative;
  display: block;
  outline: none;
}
.control {
  position: relative;
  display: flex;
  align-items: center;
}
.control .icon + .input {
  padding-left: 40px;
}
.control .icon + .icon + .input {
  padding-right: 40px;
}
.control .icon + .icon {
  left: auto;
  right: 16px;
}
.control .icon {
  position: absolute;
  left: 16px;
  width: 14px;
  height: 14px;
  z-index: 3;
}
.message {
  display: none;
  margin-top: 8px;
  font-size: 12px;
}
.message .icon {
  width: 12px;
  height: 12px;
  margin-right: 4px;
}
.textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  align-items: center;
  outline: none;
  transition: box-shadow 0.2s ease-out, border-color 0.2s ease-out;
  display: block;
  padding: 16px;
  min-height: 64px;
  resize: none;
  line-height: 20px;
}
.textarea::-moz-placeholder {
  color: #aaa;
}
.textarea::placeholder {
  color: #aaa;
}
.textarea:focus,
.textarea:active,
.textarea.active {
  border-color: #aaa;
}
.notification {
  display: flex;
  align-items: flex-start;
  margin-top: 24px;
  padding: 16px;
  border-radius: 4px;
  line-height: 24px;
  font-weight: 500;
}
.notification .icon {
  margin: 3px 8px 0 0;
}
.notification.is-info {
  background: #f0f0f0;
}
.notification.is-success {
  color: #fff;
  background: #17b978;
}
.notification.is-warning {
  color: #fff;
  background: #ff9234;
}
.notification.is-error {
  color: #fff;
  background: #ec0101;
}
@media screen and (max-width: 768px) {
  .brief {
    display: none;
  }
  .headline {
    font-size: 32px;
    line-height: 36px;
    padding: 24px;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .hide-mobile {
    display: none;
  }
  .headline {
    font-size: 20px;
    line-height: 28px;
    padding: 16px;
  }
  .headline span {
    font-size: 20px !important;
  }
  .player-cta {
    padding: 16px 24px;
    font-size: 20px;
  }
  .player-cta-icon {
    width: 16px !important;
    height: 16px !important;
  }
  .references-wrapper,
  .faqs-wrapper,
  .guarantee-wrapper,
  .testimonials-wrapper,
  .five-stars-wrapper,
  .countdown-wrapper {
    padding: 24px;
  }
  .references-title,
  .faqs-title {
    margin-bottom: 24px;
  }
  .faq-question {
    font-size: 16px;
  }
  .guarantee p {
    font-size: 16px;
  }
  .guarantee br {
    display: inline-block;
  }
  .guarantee-title {
    margin-bottom: 24px;
  }
  .guarantee-signature {
    font-size: 24px;
  }
  .testimonials-disclaimer {
    font-size: 12px;
    padding-bottom: 0;
    text-align: center;
  }
  .countdown-title .icon {
    width: 48px;
    height: 48px;
  }
  .countdown-message {
    font-size: 16px;
    text-align: center;
  }
  .footer-menu {
    padding: 0 24px;
    flex-wrap: wrap;
  }
  .footer-menu-item {
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
  }
  .footer-menu-item:not(:last-child) {
    margin-right: 8px;
  }
}
/* start custom css */
/* end custom css */

