.vsl-header {
  padding-bottom: 4rem;
}

.vsl-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-inline: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #a70c0c;
  width: 100%;
}

.vsl-header-title {
  font-weight: normal;
  font-size: 2rem;
  color: #ffffff;
}

.vsl-menu {
  color: #ffffff;
}

.vsl-header-marquee {
  background-color: #810505;
  width: 100%;
  overflow: hidden;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  white-space: nowrap;
}

.vsl-marquee-item {
  display: inline-block;
  color: #ffffff;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  animation: marquee 15s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.vsl-headline {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: 1.25rem;
}

@media (min-width: 1024px) {
  .vsl-headline {
    padding-inline: 0px;
  }
}

.vsl-headline-header {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-inline: 20px;
  padding-bottom: 4rem;
  align-self: flex-start;
}

@media (min-width: 1024px) {
  .vsl-headline-header {
    padding-inline: 20%;
  }
}

.vsl-author {
  font-weight: bold;
  color: #000000;
  font-size: 1rem;
}

.vsl-updated {
  font-weight: normal;
  color: #555555;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .vsl-updated {
    font-size: 0.875rem;
  }
}

.vsl-title-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 613px;
  text-align: center;
  padding-bottom: 3rem;
}

.vsl-subheading {
  color: #000000;
  font-weight: bold;
  font-size: 1.25rem;
}

.vsl-title {
  font-weight: bold;
  color: #000000;
  font-size: 1.5rem;
}

.vsl-title.highlight {
  color: #810505;
}

.vsl-image-container {
  max-width: 477px;
  width: 100%;
  max-height: 648px;
  height: 100%;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12rem 3rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .vsl-image-container {
    padding: 16.5rem 6.875rem;
  }
}

.vsl-image-text {
  font-weight: bold;
  color: #9e9e9e;
  font-size: 5rem;
}

.vsl-banner {
  width: 300px;
  padding-bottom: 5rem;
}

@media (min-width: 425px) {
  .vsl-banner {
    width: 350px;
  }
}

@media (min-width: 760px) {
  .vsl-banner {
    width: 750px;
  }
}

.vsl-form {
  max-width: 900px;
  width: 100%;
  max-height: 291px;
  height: 100%;
  border-radius: 30px;
  background-color: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem;
  margin-bottom: 9rem;
}

@media (min-width: 760px) {
  .vsl-form {
    padding: 4rem 18.125rem;
  }
}

.vsl-form-text {
  font-weight: bold;
  color: #9e9e9e;
  font-size: 3.125rem;
}

@media (min-width: 640px) {
  .vsl-title {
    font-size: 2.25rem;
  }

  .vsl-form-text {
    font-size: 5.625rem;
  }
}

.vsl-limited-offer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../..//assets/main/img/backgrounds/blog-time-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.vsl-limited-offer-header {
  max-width: 797px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.vsl-limited-offer-header h3 {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  padding-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .vsl-limited-offer-header h3 {
    font-size: 2rem;
  }
}

.vsl-limited-offer-countdown {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  padding-bottom: 2rem;
}

.vsl-limited-offer-countdown img {
  animation: slowspin 10s infinite linear;
}

.vsl-limited-offer-countdown span {
  font-weight: 500;
  font-size: 2.25rem;
  color: #ffffff;
}

.vsl-limited-offer-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  margin-top: 1.25rem;
}

.vsl-limited-offer-footer-title {
  color: #000000;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

.vsl-limited-offer-footer-reviews {
  font-weight: normal;
  font-size: 1.25rem;
  color: #2a2a2a;
}

.vsl-limited-offer-footer-rating {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.vsl-limited-offer-footer-rating-stars {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.vsl-limited-offer-footer-rating-text {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.vsl-limited-offer-footer-rating-text span {
  font-weight: bold;
  color: var(--primary-light);
  font-size: 1.25rem;
}

.vsl-guarantee-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 2.5rem;
  padding-bottom: 6rem;
  padding-inline: 1.25rem;
}

.vsl-guarantee-container {
  display: flex;
  flex-direction: column;
  max-width: 1189px;
  width: 100%;
}

.vsl-guarantee-header-img {
  align-self: flex-end;
  margin-right: 0;
  max-width: 300px;
}

@media (min-width: 768px) {
  .vsl-guarantee-header-img {
    margin-right: 3.5rem;
    max-width: 492px;
  }
}

.vsl-guarantee-content {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: var(--custom-green-gradient-left);
  box-shadow: var(--shadow);
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-inline: 1.25rem;
  gap: 3.5rem;
}

@media (min-width: 768px) {
  .vsl-guarantee-content {
    flex-direction: row;
    padding-inline: 3.5rem;
  }
}

.vsl-guarantee-content img {
  transform: translateY(0);
  max-width: 180px;
}

@media (min-width: 768px) {
  .vsl-guarantee-content img {
    transform: translateY(-2.25rem);
    max-width: 250px;
  }
}

@media (min-width: 1024px) {
  .vsl-guarantee-content img {
    max-width: 300px;
  }
}

@media (min-width: 1280px) {
  .vsl-guarantee-content img {
    max-width: 422px;
  }
}

.vsl-guarantee-content-text-container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 589px;
}

.vsl-guarantee-content-text {
  font-size: 1.25rem;
  font-weight: normal;
  text-align: center;
  color: white;
  line-height: 1.25;
}

@media (min-width: 640px) {
  .vsl-guarantee-content-text {
    font-size: 1.875rem;
    text-align: left;
  }
}

.vsl-guarantee-content-text span {
  font-weight: bold;
  font-size: 2rem;
}

.vsl-guarantee-content-description {
  font-size: 1.125rem;
  color: white;
  font-weight: normal;
  text-align: center;
}

@media (min-width: 768px) {
  .vsl-guarantee-content-description {
    text-align: left;
  }
}

.emma-section {
  width: 100%;
  background: url("../../../assets/main/img/backgrounds/emma-bg.webp") no-repeat center
    center;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 6rem;
  padding-inline: 1.25rem;
  gap: 2rem;
}

.emma-section.no-bg {
  background: none;
}

.emma-section img {
  width: 300px;
}

@media (min-width: 768px) {
  .emma-section img {
    width: 414px;
  }
}

.emma-section-container {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 575px;
}

@media (min-width: 768px) {
  .emma-section-container {
    gap: 0.5rem;
  }
}

.emma-section-container span {
  font-weight: bold;
  color: black;
  font-size: 2rem;
  text-align: center;
}

@media (min-width: 768px) {
  .emma-section-container span {
    font-size: 2.25rem;
    text-align: left;
  }
}

.emma-section-container p {
  font-weight: normal;
  font-size: 1rem;
  color: #2a2a2a;
}

@media (min-width: 768px) {
  .emma-section-container p {
    font-size: 1.25rem;
  }
}

.vsl-faq {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6.25rem 1.25rem;
  background: url("../../../assets/main/img/backgrounds/bonus-bg.webp") no-repeat center
    center;
  background-size: cover;
  gap: 2.25rem;
}

.vsl-faq-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding-bottom: 1.375rem;
}

@media (min-width: 768px) {
  .vsl-faq-header {
    padding-bottom: 2.75rem;
  }
}

.vsl-faq-header h2 {
  font-weight: bold;
  font-size: 3.125rem;
  color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 768px) {
  .vsl-faq-header h2 {
    font-size: 5.625rem;
  }
}

.vsl-faq-header span {
  font-weight: bold;
  font-size: 1.25rem;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .vsl-faq-header span {
    font-size: 2rem;
  }
}

.formula-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 6rem 1.25rem;
}

.formula-section-header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-width: 881px;
  text-align: center;
  padding-bottom: 6rem;
}

.formula-section-header span {
  font-weight: bold;
  color: black;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .formula-section-header span {
    font-size: 2.25rem;
  }
}

.formula-section-header p {
  font-weight: normal;
  font-size: 1rem;
  color: #2a2a2a;
}

@media (min-width: 768px) {
  .formula-section-header p {
    font-size: 1.25rem;
  }
}

.formula-section-header p b {
  color: var(--primary);
}

.formula-cards-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem 1.25rem;
}

@media (min-width: 640px) {
  .formula-cards-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .formula-cards-list {
    grid-template-columns: repeat(3, minmax(0, 413px));
  }
}

.formula-card {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: center;
}

.formula-card h3 {
  font-size: 1.5rem;
  font-weight: bold;
  color: black;
  text-align: center;
}

.formula-card ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.formula-card ul li {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.formula-card ul li span {
  font-weight: normal;
  color: black;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .formula-card ul li span {
    font-size: 0.875rem;
  }
}

.vsl-free-shipping {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-bottom: 6rem;
}

.vsl-free-shipping-header {
  width: 100%;
  background: var(--custom-dark-green-gradient);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 2.25rem;
  padding: 40px 20px;
  margin-bottom: 96px;
}

.vsl-free-shipping-header img {
  max-width: 100px;
}

@media (min-width: 768px) {
  .vsl-free-shipping-header {
    flex-direction: row;
    text-align: left;
  }
  .vsl-free-shipping-header img {
    max-width: 132px;
  }
}

.vsl-free-shipping-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.vsl-free-shipping-content h4 {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
}

@media (min-width: 768px) {
  .vsl-free-shipping-content h4 {
    font-size: 2rem;
  }
}

.vsl-free-shipping-content span {
  font-weight: normal;
  font-size: 1.125rem;
  color: white;
}

@media (min-width: 768px) {
  .vsl-free-shipping-content span {
    font-size: 1.5rem;
  }
}

.vsl-free-shipping-testimonials-img-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  padding-bottom: 3rem;
}

.vsl-free-shipping-testimonials-img-list div {
  width: 186px;
  height: 186px;
  background-color: #d9d9d9;
  border-radius: 24px;
}

.vsl-free-shipping-testimonials {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.vsl-free-shipping-testimonials span {
  font-weight: bold;
  color: #9e9e9e;
  font-size: 2rem;
  max-width: 972px;
  width: 100%;
  max-height: 291px;
  height: 100%;
  background-color: #d9d9d9;
  padding: 16px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .vsl-free-shipping-testimonials span {
    font-size: 7rem;
  }
}

.vsl-books {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/main/img/backgrounds/bonus-bg.webp");
  background-size: cover;
  padding-inline: 1.25rem;
}

.vsl-books-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding-bottom: 14rem;
  max-width: 881px;
}

.vsl-books-header h3 {
  font-weight: bold;
  font-size: 1.75rem;
  color: white;
  max-width: 881px;
  text-align: center;
}

@media (min-width: 768px) {
  .vsl-books-header h3 {
    font-size: 2.25rem;
  }
}

.vsl-books-header span {
  text-align: center;
  color: white;
  font-weight: normal;
  font-size: 1.125rem;
}

@media (min-width: 768px) {
  .vsl-books-header span {
    font-size: 2rem;
  }
}

.vsl-books-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 9rem;
  column-gap: 1.25rem;
}

@media (min-width: 768px) {
  .vsl-books-list {
    grid-template-columns: repeat(2, minmax(0, 522px));
  }
}

.vsl-books-advertiser {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: center;
  gap: 7px;
  padding-left: 0px;
  text-align: center;
}

@media (min-width: 768px) {
  .vsl-books-advertiser {
    padding-left: 64px;
    text-align: left;
  }
}

.vsl-books-advertiser p {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  max-width: 100%;
}

@media (min-width: 768px) {
  .vsl-books-advertiser p {
    max-width: 415px;
  }
}

.vsl-books-advertiser button {
  color: white;
  max-width: 100%;
  padding: 1rem 2rem;
  background: linear-gradient(to bottom, #f27a02, #ed6704);
  border: 2px solid #ed6704;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 5px;
  margin-top: 1.25rem;
}

@media (min-width: 768px) {
  .vsl-books-advertiser button {
    align-self: flex-start;
    max-width: 255px;
    margin-top: 0;
  }
}

.vsl-books-advertiser button span {
  font-weight: bold;
  font-size: 1.125rem;
}

.vsl-book-card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 2.75rem;
  border: 1px solid #18c31e;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.32); /* #00000052 */
}

.vsl-book-card-header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.vsl-book-card-header img {
  margin-top: -7rem;
}

.vsl-book-card-header span {
  font-weight: bold;
  font-size: 1.5rem;
  color: white;
  max-width: 439px;
}

.vsl-bonus-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.vsl-bonus-list li {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.vsl-bonus-list li span {
  font-weight: normal;
  color: white;
  font-size: 0.75rem;
}

@media (min-width: 768px) {
  .vsl-bonus-list li span {
    font-size: 0.875rem;
  }
}
