.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  color: #392515;
  background-color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

h1 {
  color: #3f3332;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

a {
  color: #ad8e79;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

blockquote {
  color: #392514;
  background-color: #f0ebe8;
  border-left: 5px #e2e2e2;
  border-radius: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.image-wrapper {
  border-radius: 20px;
  width: 100%;
  display: flex;
}

.image-wrapper.top--24 {
  margin-top: -24px;
}

.image-wrapper.listicle {
  aspect-ratio: 1;
  position: sticky;
  top: 32px;
}

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #392514;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button:hover {
  background-color: #ad8e79;
}

.avatar {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.article-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.article-block.hflex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
}

.article-block.hflex.center {
  justify-content: flex-start;
  align-items: center;
}

.article-block.gap-64 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.avatar-wrapper {
  width: 86px;
  height: 86px;
}

.avatar-wrapper.avatar-size-64px {
  width: 64px;
  min-width: 64px;
  max-width: 64px;
  height: 64px;
  min-height: 64px;
  max-height: 64px;
}

.heading-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
}

.container {
  width: 100%;
  max-width: 968px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.bp-20 {
  padding-bottom: 32px;
}

.container.tb-p-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.container.footer {
  padding: 0;
}

.container.h100 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  display: flex;
}

.section {
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
}

.section.footer {
  background-color: #392515;
  padding: 16px 32px;
}

.section.hero {
  background-image: url('../images/image-98.jpg');
  background-position: 70%;
  background-size: cover;
  min-height: 100vh;
  position: relative;
}

.section.fill {
  flex: 1;
}

.section.beige {
  background-color: #f0ebe8;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.date {
  color: #40343299;
}

.floating-cta {
  flex-flow: column;
  width: 100%;
  padding: 24px 32px;
  display: none;
}

.author-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
}

.author-wrap.gap16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.heading {
  color: #f3eeec;
  text-transform: uppercase;
  background-color: #ad8e79;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  display: flex;
}

.logo {
  height: 88px;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.content.lp-32 {
  padding-right: 32px;
}

.content.v-center {
  justify-content: center;
  align-items: flex-start;
}

.content.h-flex {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
}

.content.h-flex.top {
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}

.link-white {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.header {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.disclaimer {
  color: #fff9;
  font-size: 16px;
  font-weight: 400;
}

.img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.img.br-20 {
  object-fit: cover;
  border-radius: 20px;
}

.img.h100 {
  object-fit: cover;
  height: 100%;
}

.author-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.date-text {
  color: #40343299;
}

.divider {
  background-color: #e3d7cb;
  width: 100%;
  height: 1px;
}

.button-wrap-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  max-width: 440px;
  padding-left: 20px;
}

.logo-home {
  width: 100%;
  max-width: 320px;
  margin-bottom: -30px;
}

.paragraph-18 {
  font-size: 18px;
}

.paragraph-18 h2 {
  margin-top: 0;
  font-weight: 400;
}

.paragraph-18 strong {
  font-weight: 500;
}

.minh-100vh {
  min-height: 100vh;
}

.countdown-label {
  color: #000;
  font-weight: 400;
  line-height: 150%;
}

.text-wrap {
  color: #000;
  width: auto;
  min-width: auto;
  max-width: none;
  display: block;
}

.text-wrap.width-50 {
  width: 100%;
}

.text-wrap.left-border {
  border-left: 1px solid #e5e7eb;
}

.text-wrap.left-border.p24 {
  border-top: 1px solid #e5e7eb;
  border-left-style: none;
  padding: 24px;
}

.text-wrap.padding-16px {
  padding: 16px;
}

.text-wrap.padding-16px.top-border-gray {
  border-top: 1px solid #e5e7eb;
}

.text-wrap.padding-16px.top-border-gray.white-bg {
  text-align: center;
  background-color: #fff;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  width: 100%;
}

.text-wrap.top-margin-24px {
  margin-top: 24px;
}

.text-wrap.top-margin-16px {
  margin-top: 16px;
}

.countdown-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-right: 1px solid #1c1d201a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 23.1%;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 12px;
  display: inline-flex;
}

.countdown-box.last {
  border-right-style: none;
}

.flex-vertical {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.flex-vertical.gap-auto {
  justify-content: space-between;
  align-items: flex-start;
}

.flex-vertical.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
}

.flex-vertical.white-block, .flex-vertical.gap-12 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.countdown-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.countdown-text {
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
}

.paragraph-14 {
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph-14.op80 {
  opacity: .8;
}

.countdown-number {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 150%;
  display: inline-flex;
}

.discount-timer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.video {
  aspect-ratio: 1.66;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.flex-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.gap-16px.align-center {
  justify-content: flex-start;
  align-items: center;
}

.flex-horizontal.gap-16px.align-center.width-80 {
  width: 80%;
}

.flex-horizontal.gap-16px.lp-20 {
  padding: 20px;
}

.flex-horizontal.gap-16px.p16 {
  padding: 16px;
}

.flex-horizontal.gap-16px.p16.b-border {
  border-bottom: 1px solid #e5e7eb;
}

.flex-horizontal.space-between {
  justify-content: space-between;
  align-items: center;
  width: auto;
}

.flex-horizontal.align-top-right {
  justify-content: flex-end;
  align-items: flex-start;
}

.image-wrap-100-100px {
  width: 100px;
  height: 100px;
}

.image-3 {
  border-radius: 100px;
}

.quality-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.paragraph-24 {
  font-size: 24px;
  font-weight: 500;
}

.paragraph-24.sb {
  margin-bottom: 0;
  font-weight: 600;
}

.paragraph-24.sb.left {
  text-align: left;
}

.paragraph-16 {
  font-size: 16px;
}

.paragraph-16 strong {
  font-weight: 500;
}

.paragraph-16.op64 {
  opacity: .64;
}

.white-block {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.white-block.p0 {
  padding: 0;
  overflow: hidden;
}

.white-block.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.icon {
  color: #ad8e79;
  flex: none;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon._24-24px {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.slider-mask {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: static;
}

.button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.button-wrapper.top-margin-24px {
  margin-top: 24px;
}

.strikethrough {
  text-decoration: line-through;
}

.slider-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.right-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  display: flex;
  inset: 0% -72px 0% auto;
}

.flex-vertical-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.flex-vertical-3.tm-24 {
  margin-top: 24px;
}

.arrow {
  color: #1c1d20;
  background-color: #fff;
  border: 1px solid #1c1d201a;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  font-size: 24px;
  display: flex;
  position: relative;
}

.arrow.v2-mobile {
  width: 56px;
  height: 56px;
}

.slide {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
}

.arrow-icon {
  margin: auto;
  font-size: 20px;
  position: static;
}

.slider-badge {
  color: #fff;
  background-color: #ad8e79;
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 18px;
}

.red {
  color: red;
}

.semibold {
  font-weight: 600;
}

.slider {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #ddd0;
  border-radius: 16px;
  width: auto;
  height: auto;
}

.slide-nav {
  height: 32px;
  font-size: 8px;
}

.slide-nav.reviews {
  color: #1d191b;
  justify-content: center;
  align-items: center;
  inset: auto 0% 0;
}

.left-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 64px;
  display: flex;
  inset: 0% auto 0% -72px;
}

.card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.paragraph-20 {
  font-size: 20px;
}

.logo-block {
  width: 100%;
}

.logo-image {
  object-fit: contain;
  width: auto;
}

.align-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.article-image-wrapper {
  border-radius: 12px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.paragraph-32 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.image {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.image.prod {
  aspect-ratio: 1;
  object-position: 50% 50%;
}

.image.h48px {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 48px;
}

.image.h32px {
  object-fit: fill;
  width: auto;
  max-width: none;
  height: 32px;
}

.image.br-left-12 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.p12 {
  padding: 12px;
}

.color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #171719;
  background-color: #f0ebe8;
  border: 1px solid #d8c4b3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.color-block.w100 {
  width: 100%;
}

.color-block.p12 {
  padding: 12px;
}

.color-block.listicle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.article-image-with-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.article-image-with-text.color-bg {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #f0ebe8;
  border-radius: 16px;
}

._2-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-wrap {
  width: 100%;
  position: relative;
}

.image-wrap._40-40px {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}

.p16 {
  align-items: stretch;
  padding: 16px;
}

.p16.card {
  border-style: none;
  border-radius: 0;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

.image-logos-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

.product-card {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.product-card.static {
  width: 100%;
  min-height: auto;
  max-height: none;
  position: static;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.feature-card.align-left {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  border-style: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
}

._3-columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

._3-columns.top-margin-40px {
  margin-top: 10px;
}

.badge {
  color: #fff;
  background-color: #ad8e79;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 16px;
  padding: 12px 24px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.icon-2 {
  color: #9a3952;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-2._24-24px {
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
}

.icon-2._44-44px {
  width: 44px;
  min-width: 44px;
  max-width: 44px;
  height: 44px;
  min-height: 44px;
  max-height: 44px;
}

.dropdown-toggle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 32px;
  display: flex;
}

.color-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #ad8e79;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  padding: 16px 22px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-flex;
}

.color-button:hover, .color-button:active, .color-button:focus {
  background-color: #8d6954;
}

.color-button.only-icon {
  width: 56px;
  height: 56px;
}

.color-button.only-icon._40-40px {
  flex: none;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 12px;
}

.dropdown-list {
  background-color: #fff;
  padding: 16px;
}

.dropdown-list.w--open {
  border-top: 1px solid #e5e7eb;
  position: static;
}

.dropdown {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.faq-question {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  flex: 1;
  font-size: 17px;
}

.image-4 {
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 16px;
  height: 100%;
}

.image-4._100 {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  overflow: clip;
}

.offerpage-img {
  border-top: 1px solid #e5e7eb;
  width: 100%;
}

.testimonial-offerpage-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.testimonial-offerpage-wrap.vertical {
  flex-flow: column;
  height: 100%;
}

.testimonial-content {
  grid-column-gap: 62px;
  grid-row-gap: 62px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.testimonial-content.gap-24px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
}

.testimonial-content.gap-24px.v2 {
  justify-content: flex-start;
  align-items: flex-start;
}

.review-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 16px;
}

.slide-32 {
  width: 32%;
  margin-right: 2%;
}

.trustpilot {
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.product {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 16px;
}

.article-testimonial-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.article-testimonial-heading.with-avatar {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.card-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
}

.review-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-bottom: 40px;
}

.review-img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.prod-name {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prod-info {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}

.prod-info.w50 {
  justify-content: flex-start;
  align-items: center;
  width: 40%;
}

.payment {
  width: auto;
  height: 32px;
}

.payment.h40 {
  height: 40px;
}

.w100 {
  width: 100%;
}

.text-16px {
  width: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  display: inline-block;
}

.text-16px.text-color-gray {
  color: #4b5563;
  line-height: 150%;
}

.quote-text-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-top-right-radius: 0;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.number {
  background-color: #f9fafb;
  border: 1px solid #f3f4f6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  padding: 10px;
  display: flex;
}

.number.color-bg {
  background-color: #ad8e79;
  border-style: none;
}

.button-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #9a3952;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-2:hover {
  background-color: #cf4367;
}

.color {
  color: #5a5c69;
}

.text-size-24px {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.text-size-24px.poppins-medium {
  margin-bottom: 0;
  font-weight: 500;
}

.text-size-24px.poppins-medium.text-color-white {
  color: #fff;
}

.image-5 {
  border-radius: 100px;
}

.quote {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-6 {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: auto;
}

.text-20px {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 150%;
}

.text-20px.medium {
  white-space: normal;
  word-break: normal;
  font-weight: 500;
}

.quote-ttile-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #ad8e79;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.text-18px {
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.text-18px.grey-color {
  color: #374151;
}

.text-18px.medium {
  font-weight: 500;
}

.text-24px {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
}

.text-24px.sb {
  margin-bottom: 0;
  font-weight: 600;
}

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

.listicle-image-wrapper.h-flex-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.button-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  text-align: center;
  background-color: #9a3952;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-3:hover {
  background-color: #cf4367;
}

.color-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #9a3a531a;
  width: 50%;
  padding: 0;
}

.color-wrap._w-100 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #d6889b1a;
  border-radius: 20px;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 24px;
  font-size: 18px;
}

.content-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.content-2.lp-32 {
  padding-right: 32px;
}

._w-80 {
  flex-flow: row;
  align-items: stretch;
  width: 80%;
}

._w-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 50%;
  font-size: 16px;
}

.img-2 {
  width: 100%;
}

.img-2.br-left-20 {
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media screen and (min-width: 1440px) {
  .container.h100 {
    padding-bottom: 64px;
  }

  .section.hero {
    background-position: 60% 0;
    background-size: auto 120%;
  }

  .button-wrap-hero {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-bottom: 80px;
    position: relative;
  }

  .logo-home {
    max-width: 480px;
  }

  .text-16px {
    text-align: left;
  }

  .color-wrap._w-100 {
    padding: 40px;
  }
}

@media screen and (min-width: 1920px) {
  .button {
    font-size: 17px;
  }

  .container.bp-20 {
    padding-bottom: 40px;
  }

  .container.h100 {
    max-width: 1400px;
  }

  .button-wrap-hero {
    max-width: 500px;
    margin-bottom: 100px;
    font-size: 18px;
  }

  .logo-home {
    max-width: 520px;
  }

  .paragraph-14 {
    font-size: 16px;
  }

  .countdown-number {
    font-size: 32px;
    font-weight: 500;
  }

  .discount-timer {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .quality-block, .icon._24-24px {
    justify-content: center;
    align-items: center;
  }

  .slide {
    background-position: 50%;
  }

  .icon-2._24-24px {
    justify-content: center;
    align-items: center;
  }

  .text-16px {
    font-size: 16px;
  }

  .quote-ttile-block {
    width: 100%;
    padding-bottom: 16px;
    padding-right: 16px;
  }

  .color-wrap {
    justify-content: space-between;
    align-items: flex-start;
    width: 40%;
  }

  .color-wrap._w-100 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex: 1;
    padding: 48px;
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 32px;
    line-height: 1.2;
  }

  blockquote {
    font-weight: 500;
  }

  .article-block.hflex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .container {
    height: auto;
  }

  .floating-cta {
    z-index: 9999;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #ffffff1a;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .content.h-flex.top {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .countdown-label {
    font-size: 14px;
  }

  .text-wrap.left-border.p24 {
    border-top: 1px solid #e5e7eb;
    border-left-style: none;
  }

  .countdown-box {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
  }

  .countdown-wrapper {
    margin-top: 16px;
  }

  .discount-timer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .flex-horizontal.gap-16px.lp-20 {
    padding: 20px;
  }

  .slider-mask {
    width: 100%;
    height: 100%;
  }

  .right-arrow {
    inset: auto 0% 0% auto;
  }

  .slider {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
  }

  .left-arrow {
    inset: auto auto 0% 0%;
  }

  .logo-block {
    flex-flow: row;
    width: auto;
  }

  .logo-image {
    flex: none;
  }

  .paragraph-32 {
    font-size: 28px;
  }

  .image.br-left-12 {
    border-radius: 12px;
  }

  ._2-columns {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  ._3-columns.top-margin-40px {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .dropdown-toggle {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .review-flex {
    padding: 12px;
  }

  .slide-32 {
    width: 48%;
    margin-left: 0%;
    margin-right: 2%;
  }

  .review-slider {
    padding-bottom: 80px;
    bottom: 0;
  }

  .text-20px.medium {
    font-size: 18px;
  }

  .quote-ttile-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .listicle-image-wrapper.h-flex-20 {
    flex-flow: column;
    padding-left: 32px;
  }

  .color-wrap._w-100 {
    margin-left: 32px;
  }

  ._w-80 {
    width: 100%;
  }

  ._w-50 {
    flex-flow: row;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .image-wrapper.listicle {
    order: -9999;
    position: static;
  }

  .article-block.hflex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .article-block.gap-64 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .h2 {
    font-size: 28px;
  }

  .container {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container.h100 {
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section, .section.footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section.hero {
    background-position: 80%;
  }

  .floating-cta {
    z-index: 9999;
    padding: 24px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .author-wrap {
    flex-flow: wrap;
  }

  .content.lp-32 {
    padding-right: 24px;
  }

  .content.h-flex.top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .button-wrap-hero {
    padding-left: 0;
  }

  .text-wrap.width-50 {
    width: 100%;
  }

  .text-wrap.left-border.p24 {
    border-left-style: none;
  }

  .countdown-text {
    line-height: 150%;
  }

  .countdown-number {
    font-weight: 500;
  }

  .discount-timer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .flex-horizontal.gap-16px.align-center.width-80 {
    width: 100%;
  }

  .quality-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .slider-wrap {
    max-width: 100%;
  }

  .right-arrow {
    width: 48px;
    right: -8px;
  }

  .arrow {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .arrow.v2-mobile {
    flex: none;
    width: 48px;
    height: 48px;
  }

  .slider {
    aspect-ratio: 1;
  }

  .left-arrow {
    width: 48px;
    left: -8px;
  }

  .image-logos-wrap {
    flex-flow: wrap;
    height: auto;
  }

  ._3-columns.top-margin-40px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .faq-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .testimonial-offerpage-wrap {
    flex-flow: column;
  }

  .slide-32 {
    width: 49%;
    height: 780px;
  }

  .trustpilot {
    padding-left: 0;
    padding-right: 0;
  }

  .product {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .card-top {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .review-slider {
    padding-bottom: 60px;
  }

  .review-img {
    width: 100%;
    height: auto;
  }

  .prod-info {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .payment {
    height: 24px;
  }

  .payment.h40 {
    height: 32px;
  }

  .text-16px {
    font-size: 16px;
    line-height: 150%;
  }

  .quote-text-block {
    border-left: 1px solid #e5e7eb;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
  }

  .quote {
    flex-flow: column;
  }

  .quote-ttile-block {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
  }

  .listicle-image-wrapper.h-flex-20 {
    padding-left: 24px;
  }

  .color-wrap._w-100 {
    margin-left: 0;
  }

  .content-2.lp-32 {
    padding-left: 24px;
    padding-right: 24px;
  }

  ._w-50 {
    flex-flow: column;
  }

  .img-2.br-left-20 {
    border-radius: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 17px;
  }

  h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
  }

  blockquote {
    padding: 12px;
    font-size: 16px;
    line-height: 1.4;
  }

  .button {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 24px;
  }

  .container {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container.h100 {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 64px;
  }

  .section {
    padding-left: 16px;
    padding-right: 16px;
    overflow: hidden;
  }

  .section.footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.hero {
    background-position: 74%;
  }

  .footer-links {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .date {
    font-size: 14px;
  }

  .floating-cta {
    z-index: 9999;
    flex-flow: column;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 16px;
    display: flex;
    position: fixed;
    inset: auto 0% 0%;
  }

  .author-wrap {
    grid-row-gap: 0px;
    font-size: 14px;
  }

  .author-wrap.gap16 {
    flex-flow: row;
  }

  .heading {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .logo {
    height: 56px;
  }

  .content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .content.lp-32 {
    padding-right: 16px;
  }

  .link-white {
    font-size: 14px;
  }

  .img.br-20 {
    border-radius: 12px;
  }

  .date-text {
    font-size: 14px;
  }

  .button-wrap-hero {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: stretch;
  }

  .paragraph-18 {
    font-size: 17px;
  }

  .countdown-label {
    font-size: 12px;
  }

  .text-wrap.prod-price {
    text-align: right;
    width: 100%;
  }

  .text-wrap.fixed-width {
    width: 132px;
    min-width: 132px;
    max-width: 132px;
  }

  .text-wrap.left-border.p24 {
    width: 100%;
    padding: 12px;
  }

  .text-wrap.padding-16px.top-border-gray {
    padding: 16px 0 0;
  }

  .text-wrap.padding-16px.top-border-gray.white-bg {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .countdown-box {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 8px;
  }

  .countdown-wrapper {
    margin-top: 4px;
  }

  .countdown-text {
    font-size: 15px;
  }

  .paragraph-14 {
    font-weight: 400;
  }

  .countdown-number {
    font-size: 18px;
  }

  .discount-timer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .flex-horizontal {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .flex-horizontal.gap-16px {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal.gap-16px.align-center {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal.gap-16px.align-center.width-80 {
    flex-flow: row;
  }

  .flex-horizontal.space-between {
    flex-flow: row;
    display: flex;
  }

  .flex-horizontal.align-top-right.gap-16px {
    flex-flow: column;
  }

  .image-wrap-100-100px {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .image-wrap-100-100px.h-64px {
    width: 64px;
    min-width: 64px;
    max-width: 64px;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
  }

  .image-3.h-64px {
    height: 64px;
    min-height: 64px;
    max-height: 64px;
  }

  .quality-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .paragraph-24 {
    font-size: 20px;
  }

  .paragraph-16 {
    font-size: 17px;
  }

  .right-arrow {
    display: none;
  }

  .arrow.v2-mobile {
    background-color: #0000;
    border-style: none;
  }

  .slide {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .slider-badge {
    text-align: center;
    font-size: 14px;
  }

  .slider {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .left-arrow {
    display: none;
  }

  .logo-image {
    width: 100%;
  }

  .article-image-wrapper {
    height: auto;
  }

  .paragraph-32 {
    word-break: normal;
    font-size: 24px;
    line-height: 140%;
  }

  .image {
    object-fit: cover;
  }

  .image.h48px {
    width: auto;
    height: 48px;
  }

  .image.h32px {
    height: 20px;
  }

  .color-block {
    flex-flow: column;
    padding: 12px;
    font-size: 16px;
  }

  .article-image-with-text.color-bg {
    text-align: center;
  }

  .image-logos-wrap {
    height: auto;
  }

  .color-button {
    font-size: 18px;
    font-weight: 600;
  }

  .image-4 {
    border-radius: 12px;
  }

  .testimonial-offerpage-wrap {
    flex-flow: column;
  }

  .testimonial-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .slide-32 {
    width: 92%;
    margin-right: 4%;
  }

  .mask {
    overflow: visible;
  }

  .article-testimonial-heading.with-avatar {
    flex-flow: row;
    width: 100%;
  }

  .card-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 12px;
  }

  .review-img {
    width: 100%;
  }

  .prod-info.w50 {
    width: 80%;
  }

  .text-16px {
    font-size: 16px;
    line-height: 150%;
  }

  .text-16px.text-color-gray {
    line-height: 150%;
  }

  .number.color-bg {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .button-2 {
    text-align: center;
  }

  .text-size-24px.poppins-medium {
    font-size: 18px;
  }

  .image-6 {
    object-fit: cover;
  }

  .text-20px {
    font-size: 18px;
  }

  .text-20px.medium {
    word-break: normal;
    text-decoration: none;
    display: inline-block;
  }

  .quote-ttile-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-18px {
    text-overflow: clip;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .text-24px {
    font-size: 20px;
  }

  .listicle-image-wrapper.h-flex-20 {
    padding-left: 16px;
  }

  .button-3 {
    text-align: center;
  }

  .color-wrap._w-100 {
    padding: 16px;
  }

  .content-2.lp-32 {
    padding-left: 16px;
    padding-right: 16px;
  }
}

#w-node-_3254b31a-39c6-64e5-cf31-e992ced4721f-682814e1, #w-node-_3254b31a-39c6-64e5-cf31-e992ced47229-682814e1, #w-node-a7b30fba-5350-1fae-0f1b-ecb73fa40396-682814e1, #w-node-a7b30fba-5350-1fae-0f1b-ecb73fa403b7-682814e1, #w-node-a7b30fba-5350-1fae-0f1b-ecb73fa403e3-682814e1, #w-node-a7b30fba-5350-1fae-0f1b-ecb73fa40406-682814e1, #w-node-_3306ef9f-88e5-ade1-0f08-1b292bcc06ef-4df1a05d, #w-node-_3306ef9f-88e5-ade1-0f08-1b292bcc0710-4df1a05d, #w-node-_3306ef9f-88e5-ade1-0f08-1b292bcc073b-4df1a05d, #w-node-_3306ef9f-88e5-ade1-0f08-1b292bcc06ef-c5aa53dc, #w-node-_3306ef9f-88e5-ade1-0f08-1b292bcc0710-c5aa53dc, #w-node-_3306ef9f-88e5-ade1-0f08-1b292bcc073b-c5aa53dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-a7b30fba-5350-1fae-0f1b-ecb73fa40410-682814e1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


