@font-face {
  font-family: Droidserif;
  src: url('../fonts/DroidSerif-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Droidserif;
  src: url('../fonts/DroidSerif.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

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

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

strong {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

em {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-style: italic;
}

.header {
  background-color: #fdf8f6;
  padding: 8px 240px;
}

.header.header-v2 {
  background-color: #fff;
}

.container {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.container.white-bg {
  background-color: #fff;
  padding: 40px;
}

.container.article-container-2 {
  background-color: #fff;
  border: 1px solid #f9fafb;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 6px 20px #0000001a;
}

.header-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.logo-wrap {
  width: auto;
  min-width: auto;
  max-width: none;
  height: 54px;
  display: inline-block;
}

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

.banner {
  background-color: #b57426;
  padding: 8px 240px;
}

.banner.black-bg {
  background-color: #030712;
}

.banner-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: block;
}

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

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

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

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

.text-wrap.yellow-bg {
  background-color: #ffe6c7;
  border-bottom: 1px solid #b57426;
  padding: 12px;
}

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

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

.text-wrap.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.section {
  padding: 48px 240px;
}

.section.baige-bg {
  background-color: #ffe6c7;
  border-bottom: 1px solid #b57323;
  padding-top: 12px;
  padding-bottom: 12px;
}

.section.baige-bg.padding-large {
  padding-left: 400px;
  padding-right: 400px;
}

.section.padding-large {
  padding-left: 340px;
  padding-right: 340px;
}

.section.padding-large.countdown-v2 {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}

.section.padding-xxl {
  padding-left: 360px;
  padding-right: 360px;
}

.section.tof-section {
  padding-left: 264px;
  padding-right: 264px;
}

.left-side-container {
  width: 90%;
  max-width: none;
}

.right-side-container {
  width: 40%;
  max-width: none;
  margin-left: 12px;
  position: static;
  top: 4px;
}

.right-side-container.right-padding {
  margin-left: 0;
  margin-right: 12px;
}

.wrapper {
  width: 100%;
  min-width: 100%;
  max-width: none;
  display: flex;
}

.icon-wrap {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.icon-wrap._32-32 {
  width: 32px;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
}

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

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

.flex-horizontal.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-horizontal.gap-8px.top-margin-24px {
  margin-top: 24px;
}

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

.flex-horizontal.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.flex-horizontal.gap-12px.top-margin-24px {
  margin-top: 24px;
}

.flex-horizontal.space-between {
  justify-content: space-between;
}

.flex-horizontal.left-align {
  justify-content: flex-start;
  align-items: flex-start;
}

.text-14px {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

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

.text-14px.text-weight-medium.text-color-red {
  color: #e02020;
}

.text-14px.text-weight-light {
  font-weight: 300;
}

.text-14px.text-weight-light.italic {
  font-style: italic;
}

.text-14px.top-margin-4px {
  margin-top: 4px;
}

.text-14px.text-color-gray950 {
  color: #030712;
  text-decoration: none;
}

.text-14px.uppercase {
  text-transform: uppercase;
}

.text-14px.text-weight-semibold.text-color-white {
  color: #fff;
}

.text-14px.text-weight-bold {
  font-weight: 700;
}

.text-14px.align-center {
  text-align: center;
  display: block;
}

.text-14px.italic-text {
  font-style: italic;
}

.text-14px.align-center {
  text-align: center;
}

.text-14px.align-center.top-margin-16px {
  margin-top: 16px;
}

.text-14px.text-color-gray-500 {
  color: #6b7280;
}

.text-14px.text-align-center {
  text-align: center;
}

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

.alert-message {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff6ef;
  border: 1px solid #b97124;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.alert-message.top-margin-24px {
  margin-top: 24px;
}

.text-30px {
  font-family: Droidserif, Arial, sans-serif;
  font-size: 30px;
  line-height: 150%;
}

.flex-vertical {
  flex-flow: column;
  display: flex;
}

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

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

.flex-vertical.gap-12px.top-margin-54px {
  margin-top: 54px;
}

.flex-vertical.gap-12px.align-center {
  justify-content: space-between;
  align-items: center;
}

.flex-vertical.gap-12px.top-margin-16px {
  margin-top: 16px;
}

.flex-vertical.gap-12px.top-margin-32px {
  margin-top: 32px;
}

.flex-vertical.gap-4px {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

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

.flex-vertical.gap-16px.top-margin-24px.width-full {
  width: 100%;
}

.flex-vertical.gap-16px.top-margin-40px {
  margin-top: 40px;
}

.flex-vertical.gap-16px.top-margin-32px {
  margin-top: 32px;
}

.flex-vertical.gap-16px.top-margin-16px {
  margin-top: 16px;
}

.flex-vertical.space-between {
  justify-content: space-between;
}

.flex-vertical.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.flex-vertical.gap-8px.full-width {
  width: 100%;
  min-width: 100%;
}

.flex-vertical.gap-8px.full-width.top-margin-16px, .flex-vertical.gap-8px.top-margin-16px {
  margin-top: 16px;
}

.flex-vertical.gap-8px.top-margin-32px {
  margin-top: 32px;
}

.flex-vertical.gray-bg {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f2f2f2;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 12px;
}

.flex-vertical.gray-bg.space-between {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.flex-vertical.gray-bg.space-between.left-border {
  border-left: 2px solid #e5e7eb;
}

.text-span {
  background-color: #ffe6c7;
  padding-left: 4px;
  padding-right: 4px;
  font-weight: 400;
}

.star-wrap {
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

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

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

.avatar-wrap {
  border-radius: 100px;
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
  overflow: hidden;
}

.image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.image.size-auto {
  height: auto;
  min-height: auto;
  max-height: none;
}

.image.size-auto.shadow {
  box-shadow: 0 2px 6px #0003;
}

.image.size-auto.shadow.br-12px {
  border-radius: 12px;
}

.image.height-32px {
  vertical-align: baseline;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100px;
  min-height: 100%;
  max-height: 100%;
  display: inline-block;
}

.image.height-200px {
  aspect-ratio: auto;
  vertical-align: baseline;
  object-fit: cover;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}

.image.product-image {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
}

.image.square-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
}

.image.width-500px {
  width: 500px;
  min-width: 500px;
  max-width: 500px;
  height: auto;
  min-height: auto;
  max-height: none;
}

.image.height-300px {
  height: 300px;
}

.image-wrap {
  flex: 0 auto;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 300px;
}

.image-wrap.top-margin-32px {
  margin-top: 32px;
}

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

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

.image-wrap.height-auto.top-margin-24px {
  margin-top: 24px;
}

.image-wrap.height-auto.top-margin-24px.rb-12px {
  border-radius: 12px;
  overflow: hidden;
}

.image-wrap.height-auto.padding-16px {
  padding: 16px;
}

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

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

.image-wrap.height-200px {
  height: 200px;
}

.image-wrap.height-200px.align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-wrap._210-32 {
  width: 210px;
  min-width: 210px;
  max-width: 210px;
  height: 32px;
  min-height: 32px;
  max-height: 32px;
}

.image-wrap._210-32.align-center {
  float: none;
  clear: both;
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: static;
}

.image-wrap._210-32.align-center.top-margin-24px {
  margin-top: 24px;
}

.image-wrap._42-42 {
  width: 42px;
  min-width: 42px;
  max-width: 42px;
  height: 42px;
  min-height: 42px;
  max-height: 42px;
}

.image-wrap.size-1-1 {
  width: 300px;
  min-width: 300px;
  max-width: 300px;
}

.image-wrap.product-image {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 400px;
}

.image-wrap.align-center {
  height: auto;
}

.image-wrap.align-center.width-50 {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
}

.image-wrap.square {
  width: 400px;
  min-width: 400px;
  max-width: 400px;
  height: 400px;
  min-height: 400px;
  max-height: 400px;
}

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

.image-wrap.height-400px {
  height: 400px;
}

.rich-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.rich-text.top-margin-32px {
  margin-top: 32px;
  line-height: 20%;
}

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

.rich-text.top-margin-16px.text-align-center {
  text-align: center;
}

.rich-text.side-line {
  border-left: 2px solid #85d3e8;
  border-radius: 0;
  padding-left: 12px;
}

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

.rich-text.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.text-block.top-margin-54px {
  margin-top: 54px;
}

.text-block.top-margin-54px.align-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block.top-margin-54px.tm-32px {
  margin-top: 32px;
}

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

.text-block.top-margin-32px {
  margin-top: 32px;
}

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

.info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff6ef;
  border: 1px solid #b37426;
  flex-flow: column;
  padding: 12px;
  display: flex;
  box-shadow: 0 4.5px 15px #00000026;
}

.info-block.top-margin-16px {
  margin-top: 16px;
}

.info-block.v2-color, .info-block.yellow-bg {
  background-color: #ffe6c7;
}

.info-block.yellow-bg.width-450px {
  width: 450px;
}

.info-block.yellow-bg.width-450px.top-margin-64px {
  margin-top: 64px;
}

.info-block.yellow-bg.width-450px.top-margin-32px {
  margin-top: 32px;
}

.info-block.info-block-white {
  background-color: #fff;
  border-color: #f9fafb;
  border-radius: 12px;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold._18px {
  font-size: 18px;
}

.text-24px {
  font-family: Droidserif, Arial, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.text-24px.align-center {
  text-align: center;
  display: block;
}

.text-24px.poppins-sb {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.logos-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: auto auto auto;
  grid-auto-flow: row;
  place-items: start;
  width: 70%;
}

.logos-wrap.top-margin-40px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  margin-top: 24px;
}

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

.large-testimonial {
  background-color: #e2f4f9;
  padding: 16px;
}

.large-testimonial.top-margin-40px {
  margin-top: 40px;
}

.testimonials-block {
  background-color: #fff;
  margin-top: 54px;
  padding: 24px;
  box-shadow: 0 6px 20px #00000026;
}

.text-16px {
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.text-16px.text-weight-light {
  font-weight: 300;
}

.text-16px.text-weight-light.italic {
  margin-bottom: 0;
  font-style: italic;
  font-weight: 300;
}

.text-16px.text-weight-semibold {
  margin-bottom: 0;
}

.text-16px.text-weight-semibold.text-color-black {
  color: #000;
}

.text-16px.text-italic {
  font-style: italic;
}

.text-16px.text-weight-bold {
  font-weight: 700;
}

.text-16px.text-weight-bold.text-color-black {
  color: #000;
}

.text-16px.droidserif {
  font-family: Droidserif, Arial, sans-serif;
}

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

.text-16px.text-align-center.text-color-white {
  color: #fff;
}

.testimonial {
  background-color: #fff6ef;
  border: 1px solid #b37426;
  padding: 16px;
}

.testimonials-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.testimonials-wrap.top-margin-32px {
  margin-top: 32px;
}

.body {
  background-color: #fdf8f6;
}

.primary-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #b57426;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  box-shadow: inset -2.25px -.75px 3px #00000026;
}

.primary-button.black-button {
  text-transform: none;
  background-color: #000;
  border-radius: 100px;
  font-weight: 600;
}

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

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

.button-wrap.width-100 {
  width: 100%;
}

.cta {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff6ef;
  border: 1px solid #b37426;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  padding: 16px;
  display: grid;
}

.text-color-red {
  color: #e02020;
}

.text-color-red.uppercase {
  text-transform: uppercase;
}

.text-color-red.text-weight-sb {
  font-weight: 600;
}

.features {
  background-color: #ffe6c7;
  border: 1px solid #b57426;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 16px 12px;
}

.features._3-columns {
  background-color: #fff;
  border-style: none;
  grid-template-columns: 1fr 1fr 1fr;
}

.features._3-columns.top-margin-16px {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: start stretch;
  margin-top: 16px;
}

.feature-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-section {
  margin-top: 54px;
  box-shadow: 0 4.5px 15px #00000026;
}

.footer-section {
  background-color: #030712;
  padding: 12px 240px;
}

.footer-link {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: inline-block;
}

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

.title-18px {
  font-family: Droidserif, Arial, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.title-18px.poppins-font {
  font-family: Poppins, sans-serif;
}

.title-18px.poppins-font.weight-sb {
  font-weight: 600;
}

.product-card {
  background-color: #fff6ef;
  border: 1px solid #b37426;
  flex-flow: column;
  padding: 18px;
  display: flex;
}

.product-card.sticky {
  position: sticky;
  top: 4px;
}

.product-card.product-card-white {
  background-color: #fff;
  border-color: #f9fafb;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 6px 20px #0000001a;
}

.text-18px {
  float: none;
  color: #000;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.text-18px.text-color-red {
  color: #e62020;
}

.text-18px.text-weight-regular {
  font-weight: 400;
}

.text-18px.text-italic {
  font-style: italic;
}

.text-18px.text-weight-semibold {
  font-weight: 600;
}

.countdown-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-left: 50px;
  padding-right: 50px;
}

.number {
  color: #e02020;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 150%;
}

.number-label {
  color: #e02020;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 150%;
}

.countdown-block {
  background-color: #fff;
  border: 1px solid #e02020;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 23.3%;
  padding: 12px 16px;
  display: flex;
}

.countdown-section {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.quality-card {
  background-color: #fff6ef;
  border: 1px solid #b57323;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.quality-card.yellow-bg {
  background-color: #ffe6c7;
}

.quality-card.quality-card-v2 {
  background-color: #fff;
  border-color: #f9fafb;
  border-radius: 16px;
  box-shadow: 0 6px 20px #0000001a;
}

.quality-card.quality-card-v2.bm-16px {
  margin-bottom: 16px;
}

.slider-wrap {
  aspect-ratio: 1;
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
}

.slider-wrap.slider-wrap-2 {
  border: 1px solid #f9fafb;
  border-radius: 16px;
  overflow: clip;
  box-shadow: 0 6px 20px #0000001a;
}

.slider {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  max-height: none;
}

.slider.slider-white {
  background-color: #fff;
}

.price-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f2f2f2;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.price-block.price-block-white {
  background-color: #fff;
}

.slide-1 {
  aspect-ratio: 1;
  background-color: #fff;
  background-image: url('../images/v-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-1.n-1 {
  background-image: url('../images/g-1.webp');
}

.slide-1.v-1 {
  background-image: url('../images/SlimeGel_700x-1.webp');
}

.slide-1.f-1 {
  background-image: url('../images/f-1.webp');
}

.slide-1.s-1 {
  background-image: url('../images/s-1.webp');
}

.product-cta {
  margin-top: 24px;
  padding-left: 120px;
  padding-right: 120px;
}

.features-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.features-block.top-margin-16px {
  background-color: #fff;
  margin-top: 16px;
}

.features-block.top-margin-16px.width-full {
  width: 100%;
  min-width: 100%;
}

.features-block.features-v2 {
  border: 1px solid #f9fafb;
  border-radius: 16px;
  margin-top: 16px;
  box-shadow: 0 6px 20px #0000001a;
}

.white-block {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  padding: 12px;
}

.white-block.top-margin-32px {
  margin-top: 32px;
}

.white-block.top-margin-54px {
  margin-top: 54px;
}

.image-description {
  background-color: #f2f2f2;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 12px;
}

.body-2 {
  background-color: #fdf8f6;
}

.body-2.light-gray-bg {
  background-color: #f9fafb;
}

.white-info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  padding: 12px;
  display: flex;
  box-shadow: 0 6px 20px #0000001a;
}

.product-cards-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  margin-top: 32px;
}

.product-cards-wrap.product-cards-wrap-v2 {
  place-items: end center;
}

.product-card-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  display: flex;
}

.product-card-top.product-card-top-v2, .product-card-top.product-card-v2 {
  justify-content: space-between;
  align-items: flex-start;
}

.text-color-darkred {
  color: #b12704;
}

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

.product.top-product {
  border: 1px solid #b57426;
}

.product.product-v2 {
  background-color: #fff;
  border-radius: 12px;
  overflow: clip;
  box-shadow: 0 6px 20px #0000001a;
}

.text-12px {
  font-family: Poppins, sans-serif;
}

.text-12px.text-color-gray-600px {
  color: #4b5563;
  font-size: 12px;
}

.text-12px.text-color-gray-600px.align-center {
  text-align: center;
}

.product-card-badge {
  background-color: #b57426;
  padding: 8px;
}

.grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  place-items: center;
  width: auto;
  padding-left: 200px;
  padding-right: 200px;
}

.payment-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

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

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

._3-column-section.white-block-2 {
  background-color: #fff;
  border: 1px solid #f9fafb;
  border-radius: 16px;
  box-shadow: 0 6px 20px #0000001a;
}

.gallery {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
}

.link {
  color: #219653;
  white-space: normal;
  word-break: break-all;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  -webkit-text-decoration: underline #219653;
  text-decoration: underline #219653;
}

.rating-block {
  background-color: #ffe6c7;
  border: 1px solid #b57426;
  padding-top: 16px;
  padding-bottom: 16px;
}

.rating-block.top-margin-54px {
  margin-top: 54px;
}

.rating-block.white-rating-block {
  background-color: #fff;
  border-color: #f9fafb;
  border-radius: 16px;
  flex-flow: column;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  box-shadow: 0 6px 20px #0000001a;
}

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

.faq-wrap {
  border: 1px solid #b57426;
  margin-top: 40px;
}

.faq-wrap.tm-24px {
  margin-top: 24px;
}

.faq-wrap.faq-wrap-v2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-style: none;
  flex-flow: column;
  display: flex;
}

.faq {
  background-color: #ffe6c7;
  border: 1px #b57426;
  border-top-style: solid;
  width: 100%;
}

.faq.first-faq {
  border-top-style: none;
}

.faq.faq-white {
  background-color: #fff;
  border-style: solid;
  border-color: #f9fafb;
  border-radius: 12px;
  overflow: clip;
  box-shadow: 0 4px 10px #0000000d;
}

.faq-question {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  display: flex;
}

.answer {
  white-space: normal;
  word-break: normal;
  background-color: #ffe6c7;
  border-top: 1px solid #b57426;
  font-family: Poppins, sans-serif;
  line-height: 150%;
  text-decoration: none;
  position: static;
}

.answer.answer-v2 {
  background-color: #fff;
  border-top-color: #f3f4f6;
}

.faq-answer {
  position: static;
}

.icon-2, .icon-3 {
  color: #374151;
}

.mask {
  aspect-ratio: 1;
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.slide-2 {
  background-color: #fff;
  background-image: url('../images/v-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2.n-2 {
  background-image: url('../images/g-2.webp');
}

.slide-2.v-2 {
  background-image: url('../images/278_2_700x.webp');
}

.slide-2.f-2 {
  background-image: url('../images/f-2.webp');
}

.slide-2.s-2 {
  background-image: url('../images/s-2.webp');
}

.article-text-wrapper {
  margin-top: 0;
}

.article-text-wrapper.top-margin-24px {
  margin-top: 24px;
}

.article-text-wrapper.top-margin-40px {
  margin-top: 40px;
}

.article-text-wrapper.top-margin-48px {
  margin-top: 48px;
}

.article-text-wrapper.top-margin-16px {
  margin-top: 16px;
}

.review-gallery {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 1rem;
  display: grid;
  box-shadow: 0 0 8px #0000001a;
}

.review-gallery.top-margin-16px {
  margin-top: 16px;
}

.text-13px {
  font-size: 13px;
  line-height: 1.5;
}

.review {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff6ef;
  border: 1px solid #b57426;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 1rem;
  line-height: 1.5;
  display: flex;
}

.review.margin-0px {
  margin-bottom: 0;
}

.review.margin-0px.top-margin-16px {
  margin-top: 16px;
}

.review.top-margin-24px {
  margin-top: 24px;
}

.review.top-margin-12px {
  margin-top: 12px;
}

.review.review-v2 {
  background-color: #fff;
  border-color: #f9fafb;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 16px;
  box-shadow: 0 6px 20px #0000001a;
}

.text-40px {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 140%;
}

.text-40px.regular {
  font-weight: 400;
}

.section-2 {
  background-color: #f9fafb;
  padding: 48px 340px;
  position: static;
}

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

.badge-block {
  color: #b57426;
  background-color: #fff6ef;
  border: 1px solid #b57426;
  align-self: flex-start;
  padding: 8px;
}

.badge-block.badge-white {
  color: #000;
  background-color: #fff;
  border-color: #f9fafb;
  border-radius: 100px;
  padding-left: 12px;
  padding-right: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  box-shadow: 0 6px 20px #0000001a;
}

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

.image-2.full-width-image {
  float: none;
  width: 100%;
  min-width: 100%;
}

.image-2.shadow {
  box-shadow: 0 6px 20px #0000001a;
}

.social-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  background-color: #4a66ad;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 16px;
  text-decoration: none;
  display: flex;
}

.social-button.email {
  background-color: #7d7d7d;
}

.social-button.facebook {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-button.twitter {
  background-color: #000;
}

.social-button.share {
  background-color: #a2ce54;
}

.social-button.whatsup {
  background-color: #fff;
}

.social-button.pinterest {
  background-color: #e60a2c;
}

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

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

.flex-vertical-2.top-margin-24px.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.text-20px {
  color: #000;
  border-left-color: #b57426;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.text-20px.poppins-medium {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-20px.poppins-medium.align-center {
  text-align: center;
}

.text-20px.poppins-sb {
  font-weight: 600;
}

.text-20px.droidserif {
  font-family: Droidserif, Arial, sans-serif;
}

.text-20px.white-bg {
  background-color: #fff;
}

.text-24px-2 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.text-24px-2.center {
  text-align: center;
}

.text-24px-2.poppins-sb {
  margin-bottom: 0;
}

.product-info {
  background-color: #ffe6c7;
  border: 1px solid #b57426;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.product-info.top-margin-16px {
  background-color: #fff6ef;
  margin-top: 16px;
}

.product-info.top-margin-24px {
  margin-top: 24px;
}

.product-info.product-info-white {
  background-color: #fff;
  border-color: #f9fafb;
  border-radius: 16px;
  box-shadow: 0 6px 20px #0000001a;
}

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

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

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

.text-wrap-2.top-margin-16px.center {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-wrap-2.top-margin-64px {
  margin-top: 64px;
}

.text-32px {
  color: #000;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 150%;
}

.text-32px.regular {
  font-weight: 400;
}

.text-32px.regular.center {
  text-align: center;
}

.button2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-transform: uppercase;
  background-color: #b57426;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 16px 20px;
  display: flex;
  box-shadow: inset -3px -1px 4px #00000040;
}

.absolute-text {
  color: #b5742666;
  font-size: 14px;
  position: absolute;
  inset: 12px 16px auto auto;
}

.article-block {
  width: 100%;
  max-width: 768px;
}

.article-block.v2 {
  max-width: 820px;
  padding: 1rem;
  position: relative;
  box-shadow: 0 0 16px #0000001a;
}

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

.article-block.article-block-white {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 6px 20px #0000001a;
}

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

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

.article-text.text-color-black {
  color: #000;
}

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

.avatar-block {
  border-radius: 500px;
  justify-content: center;
  align-items: flex-end;
  width: 120px;
  height: 120px;
  display: flex;
  overflow: hidden;
}

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

.socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.socials.top-margin-16px {
  margin-top: 16px;
}

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

.article-image-wrapper.top-margin-24px {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.article-image-wrapper.hero-image.align-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.article-image-wrapper.square-image {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.article-image-wrapper.square-image.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.article-image-wrapper.square-image.top-margin-12px {
  margin-top: 12px;
}

.article-image-wrapper.rb-12px {
  min-width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.article-image-wrapper.rb-12px.tm-16px {
  margin-top: 16px;
}

.article-image-wrapper.rb-12px.height-450px {
  min-width: 100%;
  max-width: 100%;
  height: 450px;
  min-height: 450px;
  max-height: 450px;
}

.article-image-wrapper.tm-16px {
  margin-top: 16px;
}

.article-image-wrapper.tm-16px.height-450px {
  height: 450px;
}

.article-info {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #fff;
  flex-flow: column;
  margin-top: 2rem;
  padding: 1rem;
  display: flex;
}

.article-info.v2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
}

.article-info.adv-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 54px;
  padding: 16px;
}

.article-info.v3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #fff6ef;
  border: 1px solid #b57426;
  justify-content: space-between;
  align-items: center;
}

.article-info.white-article {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #f9fafb;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 16px;
  box-shadow: 0 6px 20px #0000001a;
}

.article-content {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  max-width: none;
  padding: 24px;
  display: flex;
}

.tertiary-button {
  color: #70430c;
  background-color: #ffe6c7;
  border-radius: 6px;
  width: 100%;
  padding: 12px 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.tertiary-button:hover {
  font-weight: 600;
}

.tertiary-button:active, .tertiary-button:focus {
  background-color: #ffe6c7;
  font-weight: 400;
}

.tertiary-button:focus-visible, .tertiary-button[data-wf-focus-visible] {
  font-weight: 400;
}

.tertiary-button.w--current:hover {
  font-weight: 600;
}

.tertiary-button.top-margin-12px {
  color: #7e4808;
  background-color: #ffe6c7;
  margin-top: 12px;
}

.tertiary-button.top-margin-12px:hover {
  background-color: #f3f4f6;
  font-weight: 600;
}

.tertiary-button.top-margin-12px:active, .tertiary-button.top-margin-12px:focus {
  font-weight: 600;
}

.article-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: none;
  display: flex;
}

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

.flex-vertical-3.gap-12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

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

.side-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fdf8f6;
  border: 1px solid #b37426;
  border-radius: 0;
  flex-flow: column;
  margin-left: 16px;
  padding: 16px;
  display: flex;
}

.text-18px-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-18px-2.poppins-medium {
  white-space: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.text-18px-2.poppins {
  font-family: Poppins, sans-serif;
}

.text-18px-2.poppins.text-color-gray700 {
  color: #374151;
}

.article-product-card {
  width: 52%;
  max-width: none;
  display: block;
  position: static;
}

.text-18px-2-copy {
  color: #000;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-18px-2-copy.poppins-medium {
  white-space: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-decoration-thickness: 0;
}

.text-18px-2-copy.poppins {
  font-family: Poppins, sans-serif;
}

.text-18px-2-copy.poppins.text-color-gray700 {
  color: #374151;
}

.slide-3 {
  background-image: url('../images/v-3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.n-3 {
  background-image: url('../images/g-3.webp');
}

.slide-3.v-3 {
  background-image: url('../images/271_700x.webp');
}

.slide-3.f-3 {
  background-image: url('../images/f-3.webp');
}

.slide-3.s-3 {
  background-image: url('../images/s-3.webp');
}

.paragraph {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 150%;
}

.paragraph.text-color-black {
  color: #000;
}

.paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  margin-bottom: 0;
}

.slide-4 {
  background-image: url('../images/v-4.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4.n-4 {
  background-image: url('../images/g-4.webp');
}

.slide-4.v-4 {
  background-image: url('../images/IMG_8810_700x.webp');
}

.slide-4.f-4 {
  background-image: url('../images/f-4.webp');
}

.slide-4.s-4 {
  background-image: url('../images/s-4.webp');
}

.slide-5 {
  background-image: url('../images/v-5.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5.n-5 {
  background-image: url('../images/g-5.webp');
}

.slide-5.v-5 {
  background-image: url('../images/DSC06564_8c27c3e5-58c5-4b33-b229-85355f4dd521_700x.webp');
}

.slide-5.f-5 {
  background-image: url('../images/f-5.webp');
}

.slide-5.s-5 {
  background-image: url('../images/s-5.webp');
}

.slide-6 {
  background-image: url('../images/v-7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6.n-6 {
  background-image: url('../images/g-6.webp');
}

.slide-6.v-6 {
  background-image: url('../images/275_700x.webp');
}

.slide-6.f-6 {
  background-image: url('../images/f-6.webp');
}

.slide-6.s-6 {
  background-image: url('../images/s-6.webp');
}

.slide-7 {
  background-image: url('../images/v-8.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7.v-7 {
  background-image: url('../images/279_1_700x.webp');
}

.slide-7.s-7 {
  background-image: url('../images/s-7.webp');
}

.countdown-text {
  color: #e02020;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.usp {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px #b37426;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding: 24px;
  display: grid;
  box-shadow: 0 6px 20px #0003;
}

.usp.top-margin-24px {
  margin-top: 24px;
}

.usp.top-margin-12px {
  margin-top: 12px;
}

.usp-block {
  margin-top: 54px;
}

.image-with-caption {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border: 1px #b37426;
  flex-flow: column;
  padding: 24px;
  display: flex;
  box-shadow: 0 6px 20px #0003;
}

.image-with-caption.top-margin-32px {
  margin-top: 32px;
}

.card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ffe6c7;
  border: 1px solid #b37426;
  padding: 12px;
  display: flex;
}

.yellow-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffe6c7;
  border: 1px solid #b37426;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.yellow-block.top-margin-16px {
  margin-top: 16px;
  padding-bottom: 12px;
}

.yellow-block.padding-mid {
  padding: 24px;
}

.yellow-block.padding-mid.gap-24px {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

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

._2-images-gallery.top-margin-16px {
  margin-top: 16px;
}

.floating-cta {
  display: none;
}

.gray-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e0e0e0;
  border: 1px solid #cfcfcf;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.gray-block.top-margin-16px {
  background-color: #ffe6c7;
  border-color: #b47729;
  margin-top: 16px;
}

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

.align-center.top-margin-24px {
  margin-top: 24px;
}

.green-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #c3e6c4;
  border: 1px solid #b7ecb4;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

.green-block.top-margin-16px {
  margin-top: 16px;
}

.table-of-contents {
  background-color: #fff6ef;
  border: 1px solid #b37426;
  padding: 12px;
  position: sticky;
  top: 4px;
}

.table-of-contents.mob {
  display: none;
}

.link-button {
  color: #70430c;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
}

.link-button:hover {
  border-left: 2px solid #b37426;
  padding-left: 8px;
  font-weight: 600;
  text-decoration: none;
}

.link-button:active {
  border: 1px #000;
  border-left: 2px #b37426;
  text-decoration: none;
}

.link-button:focus {
  border-left: 2px solid #b37426;
  padding-left: 8px;
  font-weight: 600;
}

.link-button:focus-visible, .link-button[data-wf-focus-visible] {
  border-left-color: #b37426;
  font-weight: 600;
}

.link-button.w--current:focus {
  font-weight: 600;
}

.table-of-contents-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 24px;
  display: flex;
}

.info-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  flex-flow: column;
  padding: 16px 16px 16px 24px;
  display: flex;
  box-shadow: 0 6px 20px #0003;
}

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

.list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.list.top-margin-16px {
  margin-top: 16px;
}

.list.top-margin-32px {
  margin-top: 32px;
}

.italic-block {
  background-color: #ffe6c7;
  border-left: 2px solid #b37426;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.text-18px-3 {
  float: none;
  color: #030712;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.section-3 {
  padding: 48px 240px;
}

.wrapper-2 {
  display: flex;
}

.text-wrap-3.top-margin-12px {
  margin-top: 12px;
}

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

.left-side-container-2 {
  width: 80%;
  max-width: none;
}

.text-24px-3 {
  font-family: Droidserif, Arial, sans-serif;
  font-size: 24px;
  line-height: 120%;
}

.text-24px-3.align-center {
  text-align: center;
}

.text-24px-4 {
  font-family: Droidserif, Arial, sans-serif;
  font-size: 24px;
  line-height: 140%;
}

.product-block {
  background-color: #ffe6c7;
  border: 1px solid #b37426;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  display: flex;
}

.product-block.top-amrgin-54px {
  margin-top: 54px;
}

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

.product-box {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mobile-title {
  display: none;
}

.background-video {
  z-index: 1;
  height: 400px;
}

.heading {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.image-with-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.quote {
  background-color: #fff;
  border-left-color: #b57426;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 150%;
}

.quote.beige-bg {
  background-color: #fff6ef;
}

.product-cards-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-card-adv {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff6ef;
  border: 1px solid #b57426;
  flex-flow: column;
  padding: 12px;
  display: flex;
}

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

.badge {
  background-color: #ffe6c7;
  padding: 8px 12px;
}

.badge.darker-color {
  background-color: #b57426;
}

.text-24-poppins {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.rating-container {
  height: 24px;
  min-height: 24px;
  max-height: 24px;
}

.text-span-2 {
  background-color: #edd8d4;
  border-radius: 100px;
  padding-left: 12px;
  padding-right: 12px;
}

.countdown-text-v2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.countdown-block-v2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  display: flex;
  box-shadow: 0 6px 20px #0000001a;
}

.number-v2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.number-label-v2 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.left-arrow-2 {
  padding-left: 16px;
  position: absolute;
  top: 45%;
  bottom: 0%;
  left: 0;
}

.left-arrow {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  position: static;
  inset: 0%;
}

.arrow-wrap {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.right-arrow-2 {
  padding-left: 16px;
  top: 45%;
}

.badge-black {
  background-color: #030712;
  padding: 8px 12px;
}

.padding-200px {
  padding-left: 200px;
  padding-right: 200px;
}

@media screen and (min-width: 1920px) {
  p {
    font-size: 18px;
  }

  li {
    margin-bottom: 12px;
    font-size: 18px;
  }

  .container.white-bg {
    padding-bottom: 64px;
    padding-left: 64px;
    padding-right: 64px;
  }

  .container.article-container-2 {
    padding: 24px;
  }

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

  .section {
    padding-left: 320px;
    padding-right: 320px;
  }

  .section.baige-bg.padding-large {
    padding-left: 560px;
    padding-right: 560px;
  }

  .section.padding-large {
    padding-left: 500px;
    padding-right: 500px;
  }

  .section.tof-section {
    padding-left: 400px;
    padding-right: 400px;
  }

  .left-side-container {
    width: 80%;
  }

  .right-side-container {
    margin-left: 16px;
  }

  .right-side-container.right-padding {
    width: 30%;
    margin-right: 16px;
  }

  .wrapper {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .icon-wrap {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    min-height: 32px;
    max-height: 32px;
  }

  .icon-wrap._32-32 {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .flex-horizontal.gap-12px.top-margin-24px {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 32px;
  }

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

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

  .text-14px.text-weight-medium.text-color-red {
    font-size: 18px;
  }

  .text-14px.text-weight-light {
    font-size: 20px;
  }

  .text-30px {
    font-size: 40px;
  }

  .flex-vertical.gap-16px.top-margin-24px, .flex-vertical.gap-16px.top-margin-40px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .avatar-wrap {
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .image-wrap {
    height: 400px;
  }

  .image-wrap.top-margin-32px {
    height: 400px;
    margin-top: 40px;
  }

  .image-wrap.top-margin-16px {
    margin-top: 24px;
  }

  .image-wrap.height-auto.top-margin-32px {
    height: auto;
  }

  .image-wrap.height-200px {
    height: 300px;
  }

  .image-wrap._210-32.align-center.top-margin-24px {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .rich-text.top-margin-16px {
    margin-top: 24px;
  }

  .text-block.top-margin-54px {
    margin-top: 64px;
  }

  .text-block.top-margin-54px.tm-32px {
    margin-top: 24px;
  }

  .info-block {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 12px;
    padding: 16px;
  }

  .info-block.yellow-bg.width-450px.top-margin-32px {
    width: 600px;
    padding: 16px;
  }

  .text-weight-semibold {
    font-size: 18px;
  }

  .text-24px {
    color: #030712;
    font-size: 32px;
  }

  .logos-wrap.top-margin-40px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .testimonials-wrap.top-margin-32px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 48px;
  }

  .primary-button {
    height: 60px;
    padding: 16px 22px;
    font-size: 18px;
  }

  .cta {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 24px;
  }

  .features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px 0;
  }

  .features._3-columns.top-margin-16px {
    margin-top: 24px;
  }

  .footer-link {
    font-size: 16px;
  }

  .title-18px {
    font-size: 24px;
    line-height: 150%;
  }

  .product-card {
    padding: 24px;
    position: sticky;
    top: 8px;
  }

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

  .countdown-wrap {
    padding-left: 180px;
    padding-right: 180px;
  }

  .slider-wrap {
    aspect-ratio: 1;
  }

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

  .slide-1 {
    aspect-ratio: 1;
    object-fit: cover;
    position: relative;
  }

  .product-cta {
    padding-left: 164px;
    padding-right: 164px;
  }

  .features-block.top-margin-16px {
    padding: 16px;
  }

  .features-block.top-margin-16px.width-full {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
  }

  .white-block.top-margin-32px {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 16px;
  }

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

  .product-cards-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product {
    width: 100%;
    min-width: 100%;
    max-width: 32.4626%;
  }

  .gallery {
    margin-top: 40px;
  }

  .rating-block.top-margin-54px {
    margin-top: 64px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .mask {
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
    position: static;
  }

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

  .icon-4 {
    width: 24px;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    min-height: 24px;
    max-height: 24px;
  }

  .section-2 {
    padding: 24px 500px;
  }

  .image-2 {
    width: 100%;
    min-width: 100%;
  }

  .text-20px.droidserif {
    font-family: Droidserif, Arial, sans-serif;
  }

  .article-block.no-box {
    max-width: 960px;
  }

  .article-block.v2 {
    max-width: 960px;
    padding: 2rem;
  }

  .article-block.article-block-white, .article-container {
    max-width: none;
  }

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

  .card, .yellow-block.top-margin-16px {
    padding: 24px;
  }

  .link-button {
    font-size: 16px;
  }

  .table-of-contents-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-18px-3 {
    font-size: 24px;
    line-height: 150%;
  }

  .section-3 {
    padding-left: 320px;
    padding-right: 320px;
  }

  .wrapper-2 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .left-side-container-2 {
    width: 80%;
  }

  .text-24px-3, .text-24px-4 {
    color: #030712;
    font-size: 32px;
  }

  .list-item {
    font-size: 18px;
  }

  .product-cards-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-card-adv {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    max-height: none;
    display: flex;
  }

  .badge {
    justify-content: center;
    align-items: center;
    height: auto;
    display: flex;
  }

  .product-card-adv-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 44px auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .countdown-text-v2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  .header, .banner, .section, .section.padding-large, .section.tof-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-side-container {
    width: 100%;
    max-width: none;
  }

  .right-side-container {
    display: none;
  }

  .wrapper {
    flex-flow: column;
  }

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

  .image-wrap._210-32.align-center.top-margin-24px {
    width: auto;
    min-width: auto;
    max-width: none;
    height: 64px;
    min-height: 64px;
    max-height: 64px;
  }

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

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

  .countdown-wrap {
    padding-left: 72px;
    padding-right: 72px;
  }

  .product {
    width: 100%;
    min-width: 100%;
    max-width: 32.1698%;
  }

  .section-2 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .article-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .article-image-wrapper.rb-12px.height-450px {
    min-width: 16%;
    max-width: 100%;
  }

  .text-18px-2.poppins-medium {
    white-space: normal;
  }

  .article-product-card {
    display: none;
  }

  .text-18px-2-copy.poppins-medium {
    white-space: normal;
  }

  .floating-cta {
    background-color: #ffe6c7;
    border: 1px solid #b37426;
    padding: 24px 40px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .floating-cta.tof-page {
    display: none;
  }

  .floating-cta.floating-v2 {
    background-color: #fff;
    border-color: #f3f4f6;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -20px 20px #0000001a;
  }

  .table-of-contents.mob {
    margin-top: 16px;
    display: block;
  }

  .section-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper-2 {
    flex-flow: column;
  }

  .left-side-container-2 {
    width: 100%;
    max-width: none;
  }
}

@media screen and (max-width: 767px) {
  .header, .banner {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .section.padding-large, .section.tof-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper {
    flex-flow: column;
  }

  .flex-vertical.gray-bg.space-between.left-border {
    border-top: 2px solid #e5e7eb;
    border-left-style: none;
  }

  .image.square-image {
    width: 100%;
    min-width: 100%;
    max-width: none;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
  }

  .image-wrap.height-200px {
    height: 500px;
  }

  .image-wrap.height-200px.align-center.top-margin-32px {
    height: auto;
  }

  .image-wrap._210-32.align-center.top-margin-24px {
    height: 56px;
    min-height: 56px;
    max-height: 56px;
  }

  .image-wrap.height-400px, .image-wrap.height-400px.top-margin-32px {
    height: 380px;
  }

  .text-block.top-margin-54px {
    margin-top: 64px;
  }

  .logos-wrap.top-margin-40px {
    margin-top: 12px;
  }

  .testimonials-wrap.top-margin-32px {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 40px;
  }

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

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

  .quality-card.yellow-bg {
    margin-bottom: 12px;
  }

  .product-cta {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .product-cards-wrap.product-cards-wrap-v2 {
    grid-template-columns: 1fr 1fr;
  }

  ._2-columns {
    grid-template-columns: 1fr;
  }

  .link {
    white-space: normal;
    word-break: normal;
  }

  .review.top-margin-16px {
    margin-top: 16px;
  }

  .text-40px {
    font-size: 32px;
    line-height: 140%;
  }

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

  .socials {
    flex-flow: wrap;
  }

  .article-image-wrapper.rb-12px.height-450px {
    min-width: 100%;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }

  .article-product-card {
    display: none;
  }

  .usp, .usp.top-margin-12px {
    grid-template-columns: 1fr;
  }

  .floating-cta {
    background-color: #ffe6c7;
    border: 1px solid #b37426;
    padding: 16px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .floating-cta.tof-page {
    display: none;
  }

  .floating-cta.floating-v2 {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -20px 20px #0000001a;
  }

  .table-of-contents.mob {
    margin-top: 16px;
    display: block;
  }

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

  .wrapper-2 {
    flex-flow: column;
  }

  .product-cards-wrapper {
    grid-template-columns: 1fr;
  }

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

  .padding-200px {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-family: Poppins, sans-serif;
    font-size: 15px;
  }

  .container.white-bg {
    padding: 0 12px 24px;
  }

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

  .section {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .section.baige-bg.padding-large {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper {
    flex-flow: column;
    overflow: hidden;
  }

  .flex-horizontal.gap-12px {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .text-14px.text-weight-medium.text-color-red.uppercase {
    font-size: 16px;
  }

  .text-14px.align-center {
    text-align: center;
    text-align: left;
    text-decoration: none;
  }

  .text-14px.text-align-center {
    text-align: center;
  }

  .text-30px {
    font-size: 26px;
  }

  .text-30px.mob-22px {
    font-size: 24px;
    display: none;
  }

  .text-30px.max-width {
    width: 100%;
  }

  .image {
    object-fit: cover;
  }

  .image.height-200px, .image.product-image, .image.square-image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .image.width-500px {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .image.height-300px, .image-wrap, .image-wrap.top-margin-32px {
    height: 200px;
  }

  .image-wrap.top-margin-16px.mobile-height-auto {
    height: auto;
  }

  .image-wrap.height-200px {
    height: 400px;
  }

  .image-wrap.height-400px, .image-wrap.height-400px.top-margin-32px {
    height: 250px;
  }

  .text-block.top-margin-54px {
    margin-top: 48px;
  }

  .info-block.yellow-bg.width-450px.top-margin-32px {
    width: auto;
    margin-top: 24px;
  }

  .logos-wrap {
    width: 100%;
  }

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

  .testimonials-block {
    padding: 16px;
  }

  .button-wrap.top-margin-24px {
    margin-top: 16px;
  }

  .cta {
    grid-template-columns: 2fr;
  }

  .features {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

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

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

  .footer-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .countdown-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
    padding-right: 0;
  }

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

  .quality-card {
    flex-flow: column;
  }

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

  .product-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .white-block.top-margin-32px {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .product-cards-wrap.product-cards-wrap-v2 {
    grid-template-columns: 1fr;
  }

  .product.top-product {
    margin-top: 16px;
  }

  .product-card-badge {
    margin-top: 0;
  }

  .gallery {
    grid-template-columns: 1fr;
  }

  .link {
    white-space: normal;
    word-break: break-all;
    overflow-wrap: normal;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .rating-block.top-margin-54px {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mask {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .review-gallery {
    grid-template-columns: 1fr;
  }

  .text-40px {
    white-space: normal;
    word-break: keep-all;
    font-size: 24px;
    line-height: 150%;
  }

  .section-2 {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .article-wrap {
    width: 100%;
    overflow: hidden;
  }

  .image-2 {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .social-button {
    padding: 8px 12px;
  }

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

  .text-20px.poppins-medium {
    word-break: break-all;
    display: inline-block;
  }

  .text-20px.poppins-sb {
    white-space: normal;
    word-break: normal;
  }

  .text-32px {
    word-break: normal;
    font-size: 20px;
    font-weight: 500;
  }

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

  .absolute-text {
    color: #b57426cc;
  }

  .article-block {
    max-width: none;
  }

  .article-block.v2 {
    box-shadow: none;
    padding: 0;
  }

  .article-block.article-block-white {
    padding-left: 0;
    padding-right: 0;
  }

  .socials {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .article-image-wrapper {
    height: auto;
    min-height: 100%;
    max-height: none;
  }

  .article-image-wrapper.hero-image {
    height: 180px;
    overflow: hidden;
  }

  .article-image-wrapper.height-240px {
    min-width: 100%;
    max-width: 100%;
    height: 240px;
    min-height: 240px;
    max-height: 240px;
    overflow: hidden;
  }

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

  .article-image-wrapper.rb-12px.height-450px {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .article-content {
    min-width: 100%;
    max-width: 100%;
    padding: 12px;
  }

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

  .bold-text-2 {
    white-space: normal;
    word-break: break-all;
  }

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

  .article-product-card {
    display: none;
  }

  .text-18px-2-copy {
    text-overflow: clip;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
    font-size: 15px;
  }

  .paragraph, .italic-text {
    font-size: 15px;
  }

  .usp.top-margin-12px, .image-with-caption.top-margin-32px {
    padding: 12px;
  }

  .card {
    flex-flow: column;
  }

  .yellow-block.padding-mid {
    padding: 16px;
  }

  ._2-images-gallery {
    grid-template-columns: 1fr;
  }

  .floating-cta {
    z-index: 9999;
    background-color: #ffe6c7;
    border: 1px solid #b37426;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 16px;
    display: block;
    position: fixed;
    inset: auto 0% 0%;
  }

  .floating-cta.tof-page {
    display: none;
  }

  .floating-cta.floating-v2 {
    background-color: #fff;
    border-color: #f9fafb;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    box-shadow: 0 -20px 20px #0000001a;
  }

  .align-center {
    white-space: normal;
    word-break: normal;
  }

  .table-of-contents.mob {
    margin-top: 16px;
    display: block;
    position: static;
  }

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

  .wrapper-2 {
    flex-flow: column;
  }

  .bg-video {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .mobile-title {
    width: 105%;
    font-family: Droidserif, Arial, sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 150%;
    display: block;
  }

  .product-cards-wrapper {
    grid-template-columns: 1fr;
  }

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

  .text-24-poppins.align-center {
    display: flex;
  }

  .text-24-poppins.align-center.block {
    display: block;
  }

  .countdown-text-v2 {
    text-align: center;
  }

  .countdown-block-v2 {
    width: 100%;
    min-width: 100%;
    max-width: 16.97%;
    padding-left: 4px;
    padding-right: 4px;
  }

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

  .number-label-v2 {
    font-size: 12px;
  }

  .padding-200px {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-_28f6239b-b148-e69a-5120-728fb99dc71a-da02ba5f, #w-node-_28f6239b-b148-e69a-5120-728fb99dc71a-71f91db0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33b8d290-5b33-330f-e664-2ff9d6a6fcb7-3a46c3b1, #w-node-_33b8d290-5b33-330f-e664-2ff9d6a6fcb7-f2a594bb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28f6239b-b148-e69a-5120-728fb99dc71a-e66a5246, #w-node-_28f6239b-b148-e69a-5120-728fb99dc71a-cb21c5e0, #w-node-_28f6239b-b148-e69a-5120-728fb99dc71a-b6885990, #w-node-_28f6239b-b148-e69a-5120-728fb99dc71a-b12d7c37, #w-node-c17d4627-0435-2f30-f228-5d600d7df4d2-7dd44540, #w-node-cc22db4c-540f-501e-b8fa-25e69b15efe6-7dd44540, #w-node-_28f6239b-b148-e69a-5120-728fb99dc71a-7dd44540 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_87c6a929-942a-336e-afdf-48a423809935-1c16b562, #w-node-e8544539-fa55-8db4-1bd1-1c60f4006584-1c16b562, #w-node-_3760c79e-2a6f-3690-6f21-130c2677bd3d-1c16b562 {
    align-self: auto;
  }

  #w-node-_76c106f5-9b09-7119-e5fb-b749e85810d0-1c16b562 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_87c6a929-942a-336e-afdf-48a423809935-0bf81d36, #w-node-e8544539-fa55-8db4-1bd1-1c60f4006584-0bf81d36, #w-node-_3760c79e-2a6f-3690-6f21-130c2677bd3d-0bf81d36 {
    align-self: auto;
  }

  #w-node-_76c106f5-9b09-7119-e5fb-b749e85810d0-0bf81d36 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }
}


@font-face {
  font-family: 'Droidserif';
  src: url('../fonts/DroidSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droidserif';
  src: url('../fonts/DroidSerif.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}