:root {
  --dark: #2c2a2c;
  --brand: #7d4aac;
  --brand-10: #7d4aac1a;
  --brand-20: #7d4aac33;
  --dark-60: #2c2a2c99;
  --brand-light: #a17ec2;
  --light: #f7f7f7;
}

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

.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;
}

body {
  color: var(--dark);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  color: var(--brand);
  text-decoration: none;
}

a:visited {
  color: var(--dark);
}

blockquote {
  border-left: 4px solid var(--brand);
  background-color: var(--brand-10);
  border-radius: 16px;
  margin-bottom: 10px;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.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%;
}

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

.listicle-image-wrapper.h-flex-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  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;
}

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

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

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

.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;
  background-color: var(--brand-10);
  text-align: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--brand-10);
  text-align: center;
  border-radius: 16px;
}

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

.quote-ttile-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand);
  color: #fff;
  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;
}

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

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

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

.color-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--brand-20);
  background-color: var(--brand-10);
  color: var(--dark);
  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;
  border-color: var(--brand-20);
  background-color: var(--brand-10);
  justify-content: center;
  align-items: stretch;
  height: 100%;
}

.color-block.red-oppacity {
  background-color: var(--brand-10);
}

.color-block.vertical {
  flex-flow: column;
  align-items: stretch;
}

.color-block.vertical.is-left-side {
  justify-content: center;
  align-items: flex-start;
}

.color-block.with-stroke {
  border-left-width: 3px;
  border-left-color: var(--brand);
}

.color-block.is-left-content {
  justify-content: flex-start;
  align-items: center;
}

.color-block.is-left-content.small-text {
  font-size: 16px;
}

.color-block.is-left-content.v-flex {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.color-block.flex-v {
  background-color: var(--brand-10);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
}

.color-block.orange {
  background-color: #f9ccaa4d;
  flex-flow: column;
  font-size: 16px;
}

.color-block.orange.is-left {
  justify-content: center;
  align-items: flex-start;
}

.color-block.orange.red-stroke {
  border-width: 2px;
  border-color: #ff0509;
}

.color-block.orange.red-stroke.left {
  justify-content: center;
  align-items: flex-start;
}

.color-block.light-green {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  font-size: 16px;
}

.color-block.dark-green {
  background-color: #71e58e1a;
  flex-flow: column;
  font-size: 16px;
}

.color-block._w-100 {
  border-width: 2px;
  border-color: var(--brand);
  background-color: #21492b00;
  width: 100%;
}

.color-block._w-100.gap-24 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.color-block.is-top {
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
}

.color-block.grey {
  background-color: #827c881c;
}

.color-block.grey.is-left {
  justify-content: flex-start;
  align-items: center;
}

.color-block.grey.is-left.v-flex {
  flex-flow: column;
}

.color-block.grey.is-left.v-flex-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.color-block.grey.no-stroke {
  border-width: 0;
  border-radius: 18px 18px 0 0;
}

.color-block.grey.no-stroke._w-100 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.color-block.small-pad {
  padding: 12px 12px 12px 20px;
}

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

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

.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.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;
}

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

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

.content.biege-block {
  background-color: #f6f4ed;
  border-radius: 20px;
  padding: 24px;
}

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

.content.large-pad {
  justify-content: flex-start;
  align-items: stretch;
}

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

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

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

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

.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;
}

.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;
}

.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;
}

.heading {
  background-color: var(--brand);
  color: #fff;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px;
  font-size: 14px;
  display: flex;
}

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

.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;
}

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

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

.paragraph-14.caps {
  text-transform: uppercase;
}

.paragraph-14.caps.grey, .paragraph-14.grey {
  color: var(--dark-60);
}

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

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

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

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

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

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

.image.review {
  aspect-ratio: 5 / 6;
  height: auto;
}

._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;
}

.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;
}

.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;
  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;
}

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

.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;
}

.image-wrapper.w70 {
  width: 70%;
}

.image-wrapper._w-40 {
  width: 40%;
}

.image-wrapper.center {
  justify-content: center;
  align-items: center;
}

.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;
}

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

.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;
}

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

.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;
}

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

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

.paragraph-16.grey {
  color: var(--dark-60);
}

.paragraph-16.caps {
  text-transform: uppercase;
}

.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;
}

.offer-block {
  align-items: stretch;
  width: 100%;
}

.icon {
  width: 24px;
  height: 24px;
  color: var(--brand);
  flex: none;
  display: flex;
}

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

.icon._34-34 {
  width: 34px;
  height: 34px;
}

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

.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;
}

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

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

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

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

._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-10px {
  margin-top: 10px;
}

._3-columns.top-margin-10px.sl-30-sale {
  display: none;
}

._3-columns.top-margin-10px.rt-30-sale {
  display: flex;
}

._3-columns.top-margin-10px.rt-30-sale.rt-offer-section-30-61 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

._3-columns.top-margin-10px.sl-20-sale, ._3-columns.top-margin-10px.rt-20-sale.rt-offer-section-30-2 {
  display: none;
}

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

.payment.h40 {
  height: 40px;
}

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

.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;
}

.slider-badge {
  background-color: var(--brand);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  width: 100%;
  padding: 12px 16px;
  font-size: 18px;
}

.logo-block {
  width: 100%;
}

.logo-block.align-center {
  flex-flow: row;
}

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

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

.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: var(--brand);
  background-color: var(--brand);
  border-style: none;
}

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

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

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

.button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--brand);
  text-align: center;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .3s;
  transition-timing-function: ease;
  display: flex;
  color: #fff !important;
}

.button:hover {
  background-color: var(--brand-light);
}

.button.rt-offer-section-30-236 {
  background-color: #892530;
}

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

.button.secondary {
  background-color: #21492b;
}

.button.upper-case {
  text-transform: uppercase;
}

.button.grey {
  background-color: #6666668c;
  width: 180px;
  padding: 14px 20px;
  font-size: 16px;
}

.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 {
  background-color: var(--brand);
  flex: none;
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  padding: 12px;
}

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

.badge {
  background-color: var(--brand);
  color: #fff;
  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;
}

.badge.small {
  text-transform: uppercase;
  width: auto;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 12px;
}

.badge.small.white {
  color: #fff;
}

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

.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;
}

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

.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%;
}

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

.h2.red-color {
  color: var(--brand);
}

.h2.white {
  color: #fff;
}

.logo {
  height: 72px;
}

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

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

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

.img.br-20 {
  object-position: 50% 50%;
  border-radius: 20px;
}

.img.br-20.h-small {
  height: 80%;
}

.img.br-20._w-70 {
  width: 70%;
}

.img._w-160px {
  width: 160px;
}

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

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

.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;
}

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

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

.review-img.widescreen {
  aspect-ratio: 16 / 9;
}

.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;
}

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

.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;
}

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

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

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

.flex-vertical.gap-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
}

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

.flex-vertical._w-50 {
  width: 80%;
  margin-bottom: 50px;
}

.flex-vertical.align-center {
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.flex-vertical.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: auto;
}

.flex-vertical.auto {
  width: auto;
}

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

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

.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;
}

.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;
}

.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;
}

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

.review-slider.no-padding {
  padding-bottom: 0;
}

.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;
}

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

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

.p12 {
  padding: 12px;
}

.red {
  color: red;
}

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

.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;
}

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

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

.semibold {
  font-weight: 600;
}

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

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

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

.section.footer {
  background-color: var(--dark);
  padding: 16px 32px;
}

.section.fill {
  flex: 1;
}

.section.home-page {
  min-height: 100vh;
  position: relative;
}

.section.brand {
  background-color: var(--brand-10);
}

.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;
}

.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;
}

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

.flex-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  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.align-top-right {
  justify-content: flex-end;
  align-items: flex-start;
}

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

.flex-horizontal.space-between._w-100 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-horizontal.space-between._w-full {
  width: 100%;
}

.flex-horizontal.space-between._w-full.stroke {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 1px solid var(--brand-20);
  padding-bottom: 8px;
}

.flex-horizontal.gap-14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}

.flex-horizontal.gap-0 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: auto;
}

.flex-horizontal.fl-vertical-v1 {
  justify-content: space-between;
  align-items: flex-start;
}

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

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

.flex-horizontal.center._2.left {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
}

.flex-horizontal.gap-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  position: relative;
}

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

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

.flex-horizontal.auto {
  width: auto;
}

.flex-horizontal.stars.auto.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.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%;
}

.date-text {
  color: var(--dark-60);
}

.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;
}

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

.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.footer {
  padding: 0;
}

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

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

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

.link-white.w--current {
  opacity: 1;
  color: #fff;
  display: block;
}

.mask {
  height: auto;
}

.date {
  color: var(--dark-60);
}

.color {
  color: #5a5c69;
}

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

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

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

.quick-stack {
  padding: 0;
}

.cell {
  flex-flow: row;
}

.cell-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
}

.grid-2-column._1-row {
  grid-template-rows: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.compare-item_top {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.8fr .7fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
}

.image-7 {
  width: 50%;
}

.compare-item_title {
  width: auto;
  min-width: 0;
  max-width: none;
}

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

.compare-item_visual {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  display: flex;
  position: absolute;
  inset: -150% 0% auto auto;
}

.compare-item_visual.without-padd {
  top: -90%;
}

.compare-item_boxes {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  margin-bottom: 0;
  display: flex;
}

.compare-item_box {
  padding: 24px;
}

.compare-item_box.is-positive {
  background-color: #f6fbf8;
  border: 6px solid #a4daad;
  border-radius: 2px;
  width: 100%;
  padding: 24px;
}

.compare-item_box.is-negative {
  background-color: #ffecec;
  border: 6px solid #f99;
  border-radius: 2px;
  width: 100%;
}

.text-block-2 {
  color: #d94b43;
  margin-right: 5px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.compare-item_score {
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.text-block-3 {
  color: #191a1d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.text-block {
  color: #fff;
}

.compare-item_badge-2 {
  border-radius: 12px;
  display: inline-block;
}

.compare-item {
  color: #191a1d;
  background-color: #fdf7ee;
  border-radius: 20px;
  padding: 32px;
}

.compare-item.silver {
  background-color: #f3f3f3;
}

.compare-item_verdict {
  margin-top: 40px;
}

.compare-stack {
  padding: 15px 0;
}

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

.v-flex-block.flex-horizontal.gap-3 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
}

.v-flex-block.for-text {
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
}

.v-flex-block.for-numbers {
  justify-content: flex-start;
  align-items: flex-end;
  width: 7%;
}

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

.cell-4 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  justify-content: center;
  align-items: flex-start;
}

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

.image-8 {
  padding-bottom: 1px;
}

.title-block {
  padding-bottom: 10px;
}

.list-block.op64 {
  opacity: .64;
}

.list-item, .list-item-2, .list-item-3, .list-item-4 {
  list-style-type: decimal;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.author-block-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

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

.testimonial.flex-vertical {
  flex-flow: column;
  text-decoration: none;
}

.testimonial.flex-vertical:hover {
  box-shadow: 0 1px 8px 1px #0003;
}

.testimonial.v2 {
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.icons-wfrapper {
  flex-flow: row;
  display: flex;
}

.paragraph-wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
}

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

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

.testimonial-heading.v2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.author-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.author-name.small {
  color: #0006;
  font-size: 14px;
  font-weight: 400;
}

.author-name.small.caps {
  text-transform: uppercase;
}

.author-name.v2 {
  font-size: 20px;
}

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

.avatar-wrapper-2.avatar-min {
  width: 48px;
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  min-height: 48px;
  max-height: 48px;
}

.avatar-wrapper-2.square {
  border-radius: 12px;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.text-18px {
  color: #000;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

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

.text-18px.center.grey {
  color: #5e5e5e;
  font-size: 18px;
}

.text-18px.green {
  color: var(--brand);
  font-size: 22px;
}

.testimonial-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.testimonial-text.v2 {
  flex: 1;
}

.reviews {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.reviews.tm-16 {
  margin-top: 16px;
}

.reviews.v2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  align-items: stretch;
}

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

.icon-3 {
  display: flex;
}

.author-info {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.info-block3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #efefef;
  border-radius: 4px;
  padding: 24px;
  display: flex;
}

.info-block3.hidden {
  display: none;
}

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

.avatar-wrapper-3.avatar-size-large2 {
  width: 145px;
  min-width: 145px;
  max-width: 145px;
  height: 145px;
  min-height: 145px;
  max-height: 145px;
}

.text-28px {
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
}

.product-name {
  color: var(--brand);
}

.number-list {
  list-style-type: decimal;
}

.number-list.pad-30 {
  padding-left: 30px;
}

.number-list-item {
  width: 90%;
}

.info-block3-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #efefef;
  border-radius: 4px;
  padding: 24px;
  display: flex;
}

.info-block3-2.hidden {
  display: none;
}

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

.avatar-wrapper-4.avatar-size-large2 {
  width: 145px;
  min-width: 145px;
  max-width: 145px;
  height: 145px;
  min-height: 145px;
  max-height: 145px;
}

.avatar-wrapper-4.avatar-size-large {
  width: 102px;
  min-width: 102px;
  max-width: 102px;
  height: 102px;
  min-height: 102px;
  max-height: 102px;
}

.verified {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #16733a;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-italic {
  color: var(--brand);
  font-style: italic;
}

.red-block {
  color: #992b2b;
  background-color: #ffefef;
  border: 1px solid #ffc1c1;
  border-radius: 12px;
  width: 100%;
  padding: 16px;
}

.check-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  color: var(--dark);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.minus {
  background-color: #992b2b;
  width: 16px;
  height: 2px;
}

.competitors {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
}

.competitors._w-100 {
  width: 100%;
}

.green-block {
  color: #005e4b;
  background-color: #48ac611a;
  border: 1px solid #3fac5a;
  border-radius: 12px;
  width: 100%;
  padding: 16px;
}

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

.green-block.center {
  text-align: center;
}

.orange-block {
  border: 1px solid #3131311a;
  border-left: 4px solid #e67300;
  border-radius: 12px;
  padding: 24px;
  position: relative;
}

.step-block {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  position: relative;
}

.step-circle {
  background-color: #fde4bc;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.step-circle.light-green {
  background-color: #cef5c8;
}

.step-circle.green {
  background-color: #b1e4a0;
}

.step-circle.dark-green {
  background-color: #b8ccb7;
}

.circle {
  background-color: #e08a00;
  border-radius: 50px;
  width: 16px;
  height: 16px;
}

.circle.light-green {
  background-color: #3ac513;
}

.circle.green {
  background-color: #31920b;
}

.circle.dark-green {
  background-color: var(--brand);
}

.step-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.h3 {
  font-size: 24px;
  font-weight: 700;
}

.h3.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.orange-text {
  color: #e08a03;
}

.steps {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  position: relative;
}

.light-green-text {
  color: #3bc615;
}

.green-text {
  color: #33920a;
}

.brand-text {
  color: var(--brand);
}

.text-bbadge {
  border: 1px solid var(--brand-10);
  color: #33920a;
  background-color: #fff6;
  border-radius: 60px;
  padding: 8px 12px;
  font-weight: 600;
}

.text-bbadge.orange {
  color: #e08a03;
  background-color: #fff7ec;
}

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

.step-line {
  background-color: #33920a;
  width: 1px;
  height: 75%;
  margin-left: 13px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hi.center {
  text-align: center;
}

.hi.center-big {
  text-align: center;
}

.hi.no-pad {
  margin-top: 0;
  margin-bottom: 0;
}

.hi.green {
  color: #21492b;
}

.home-wrap {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrap-v {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text.green {
  color: var(--brand);
}

.secondary-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  box-shadow: inset 0 0 0 2px var(--brand);
  color: var(--brand);
  text-align: center;
  background-color: #21492b00;
  border-radius: 16px;
  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;
}

.secondary-button:hover {
  background-color: var(--brand);
  color: #fff;
}

.secondary-button.rt-offer-section-30-236 {
  background-color: #892530;
}

.secondary-button._w-100 {
  width: 100%;
}

.secondary-button.secondary {
  background-color: #21492b;
}

.color-block-item {
  border-radius: 20px;
  flex-flow: column;
  padding-bottom: 1.5rem;
  display: flex;
  overflow: hidden;
}

.color-block-item.green {
  background-color: #fafcf1;
}

.color-block-item.red-cl {
  background-color: #ffefef;
}

.header-cl-block {
  width: 100%;
}

.header-cl-block.green {
  background-color: #00a328;
  padding: 16px 32px;
}

.header-cl-block.red-color {
  background-color: #f80007;
  padding: 16px 32px;
}

.color-block-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  padding: 2rem 1.5rem 0;
  display: flex;
}

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

.small {
  color: #39251569;
  font-size: 16px;
}

.light-cl {
  color: #392515b3;
}

.light-cl.big {
  font-size: 24px;
}

.light-cl.small {
  color: #313131;
  font-size: 18px;
}

.radio-img {
  width: 100%;
  height: 100%;
}

.radio-img._w-50 {
  width: 70px;
  min-height: 60px;
  max-height: 70px;
}

.hidden-text {
  display: none;
  overflow: hidden;
}

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

.table-block {
  border: .5px solid #39251433;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8% 10px 5%;
  display: flex;
}

.table-block.top-side-rd-right-1 {
  border-bottom-right-radius: 12px;
}

.table-block.top-side-rd-left {
  border-top-left-radius: 0;
  border-bottom-left-radius: 12px;
}

.table-block.light-block {
  background-color: #f0ebe866;
}

.table-block.light-block.center {
  justify-content: center;
  align-items: center;
}

.table-block.light-block.center.flex-v {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f0ebe800;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 8%;
  padding-left: 0;
  padding-right: 0;
}

.table-block.light-block.center.top-side-rd-right {
  border-top-right-radius: 12px;
}

.table-block.light-block.center.top-side-rd-right.flex-v {
  border-radius: 0;
}

.table-block.top-side-rd {
  border-top-left-radius: 12px;
}

.table-block.top-side-rd.with-star {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.table-block.cl-block {
  background-color: #d5eeda;
  border-width: .5px;
  border-color: #39251480;
  justify-content: center;
  align-items: center;
}

.table-block.cl-block.center {
  justify-content: center;
  align-items: flex-start;
}

.table-block.cl-block.center.flex-v {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8%;
}

.table-block.cl-block.center.flex-v.white {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

.table-block.cl-block.white {
  background-color: #fff0;
  border-color: #39251433;
}

.table-block.color-row {
  justify-content: flex-start;
  align-items: center;
  padding-top: 4%;
  padding-bottom: 4%;
}

.table-block.left {
  justify-content: flex-start;
  align-items: center;
}

.grid-4-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: .5px solid #0edf3f1a;
  border-radius: 12px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-4-column.desktop {
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrap-img {
  max-width: 200px;
  max-height: 90px;
}

.paragraph-35 {
  color: #926039;
  text-align: center;
}

.wrap-icon {
  width: 64px;
  height: 64px;
  position: absolute;
  inset: auto 36% 11% auto;
}

.icon-star {
  width: 100%;
  height: 100%;
}

.ellipse-block {
  background-color: #42744f;
  border-radius: 100px;
  padding: 10px;
  position: absolute;
  inset: auto -9% 7% auto;
}

.ellipse-text {
  color: #fff;
  text-align: center;
  font-size: 10px;
}

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

.paragraph-36, .paragraph-37, .paragraph-grid, .paragraph-39, .paragraph-40 {
  margin-bottom: 0;
}

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

.row.color-green {
  background-color: #00a328;
}

.row.color-red {
  background-color: #f80007;
}

.row.color-blue {
  background-color: #0057d4;
}

.row.color-brand {
  background-color: var(--brand-light);
}

.row.color-brand-dark {
  background-color: var(--brand);
}

.accent-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.accent-text.caps {
  text-transform: uppercase;
}

.big-icon {
  font-size: 24px;
}

.review-card {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #dbdbd736;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.review-card-top-line {
  height: 32px;
}

.review-card-top-line.green {
  background-color: #00a328;
  height: 32px;
}

.review-card-top-line.dark {
  background-color: #989eb3;
}

.review-card-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.review-header {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-wrap-review {
  width: 80px;
  height: auto;
}

.icon-wrap-review.hid {
  display: none;
}

.text-wrap-h-r {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.main-content-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-left: 26px;
  padding-right: 26px;
  display: flex;
}

.img-wrap-rev {
  max-width: 280px;
  max-height: 280px;
}

.wrap-rating-img {
  max-width: 140px;
  max-height: 140px;
}

.stat-text {
  color: #00a329;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
}

.stat-text.grey {
  color: #494949;
}

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

.text-24.grey {
  color: var(--dark-60);
}

.text-24.white {
  color: var(--light);
}

.list-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  list-style-type: decimal;
  display: flex;
}

.list-4.bullets {
  list-style-type: disc;
}

.table-scroll-wrap {
  display: none;
}

.list-number {
  list-style-type: decimal;
}

.green-block-stroke {
  border-style: solid;
  border-width: 1px 1px 1px 4px;
  border-color: #3131311a #3131311a #3131311a var(--brand);
  border-radius: 12px;
  padding: 24px;
  position: relative;
}

.wrap-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.wrap-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.wrap-list.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flex-list._w-100 {
  width: 100%;
}

.text-16.dark {
  color: var(--dark);
}

.text-16.grey {
  color: var(--dark-60);
}

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

.text-14.grey {
  color: var(--dark-60);
}

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

.wrap-for-text.v-flex {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.text-20.dark {
  color: var(--dark);
}

.text-20.grey {
  color: var(--dark-60);
}

.list-pad-small {
  padding-left: 30px;
}

.link-block {
  background-color: var(--brand-20);
  border-radius: 12px;
  padding: 12px 18px;
}

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

.red-text {
  color: red;
}

.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%;
}

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

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

.testimonial-offerpage {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

.testimonial-offerpage-wrap-2 {
  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;
}

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

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

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

.icon-4.v2 {
  margin-top: 12px;
}

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

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

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

.quote-ttile-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #21492b;
  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;
}

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

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

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

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

.icon-6 {
  width: 24px;
  height: 24px;
  color: var(--brand);
  flex: none;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

.badge-2 {
  color: #fff;
  background-color: #21492b;
  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;
}

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

.link {
  text-decoration: underline;
}

.text-18px-3 {
  color: #000;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.text-22px {
  color: #000;
  font-size: 22px;
  line-height: 150%;
}

.text-22px.text-color-gray {
  color: #727272;
  margin-bottom: 0;
}

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

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

.div-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

.grid-icon.auto {
  grid-template-columns: minmax(auto, auto) minmax(auto, auto);
}

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

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

.paragraph-12.grey {
  color: var(--dark-60);
}

.block-stroke {
  border: 2px solid var(--brand-light);
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.block-stroke.grey {
  z-index: 3;
  border-color: #bdbdbdcc;
  margin-top: 0;
}

.block-stroke.with-margin {
  margin-left: 60px;
  margin-right: 60px;
}

.award-card {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 80px 14px 24px;
  display: flex;
  position: relative;
}

.award-card.secondary {
  width: 100%;
  padding-top: 14px;
}

.badge-wrapper {
  position: absolute;
  top: -81px;
}

.text-award-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grade-box {
  background-color: #005e4b;
  border-radius: 8px;
  padding: 8px 20px;
}

.grade-box.grey {
  background-color: #666;
}

.grade-box.red {
  background-color: #cc0303;
}

.green-block-2 {
  color: #21492b;
  background-color: #48ac611a;
  border: 1px solid #3fac5a;
  border-radius: 12px;
  width: 100%;
  padding: 16px;
}

.idea-block {
  border-left: 4px solid var(--brand);
  background-color: var(--brand-10);
  color: var(--brand);
  border-radius: 0 20px 20px 0;
  padding-top: 12px;
  padding-bottom: 2px;
  padding-left: 24px;
  font-size: 18px;
}

.img-grid {
  width: 36px;
}

.image-icon {
  padding: 40px;
}

.icon-award {
  width: 80px;
}

@media screen and (min-width: 1440px) {
  .section.home-page {
    background-position: 60% 0;
    background-size: auto 120%;
  }

  .container.h100 {
    padding-bottom: 64px;
  }

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

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

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

@media screen and (min-width: 1920px) {
  .quote-ttile-block {
    width: 100%;
    padding-bottom: 16px;
    padding-right: 16px;
  }

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

  .slide {
    background-position: 50%;
  }

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

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

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

  .button {
    font-size: 17px;
  }

  .quality-block {
    justify-content: center;
    align-items: center;
  }

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

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

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

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

  .compare-item_title {
    width: 40350%;
  }

  .compare-item_box {
    width: 100%;
    padding: 24px;
  }

  .text-28px {
    font-weight: 700;
  }

  .secondary-button {
    font-size: 17px;
  }

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

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

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

  .button-2 {
    font-size: 17px;
  }

  .text-22px {
    color: #242323;
  }
}

@media screen and (max-width: 991px) {
  .slider-mask {
    width: 100%;
    height: 100%;
  }

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

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

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

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

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

  .content.h-flex.gap-40 {
    flex-flow: row;
  }

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

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

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

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

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

  .image-wrapper.small {
    width: 100%;
  }

  .image-wrapper._w-50 {
    width: 50%;
  }

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

  ._w-80 {
    width: 100%;
  }

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

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

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

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

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

  .logo-block.align-center {
    justify-content: center;
    align-items: center;
  }

  .img.br-20.h-small {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
  }

  .logo-image {
    flex: none;
  }

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

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

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

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

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

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

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

  .review-flex {
    padding: 12px;
  }

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

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

  .flex-horizontal.gap-0 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .flex-horizontal.fl-vertical-v1 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

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

  .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%;
  }

  .container {
    height: auto;
  }

  .v-flex-block.flex-horizontal.gap-3 {
    justify-content: center;
    align-items: center;
  }

  .v-flex-block.for-text {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .cell-3, .cell-4 {
    justify-content: center;
    align-items: center;
  }

  .cell-5 {
    display: none;
  }

  .author-name {
    font-size: 16px;
  }

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

  .hi.green {
    font-size: 34px;
  }

  .center {
    text-align: center;
  }

  .table-scroll-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .link-block {
    background-color: #21492b00;
  }

  .testimonial-offerpage._2col {
    grid-template-columns: 1fr 1fr;
  }

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

@media screen and (max-width: 767px) {
  .listicle-image-wrapper.h-flex-20 {
    padding-left: 24px;
  }

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

  .slide-32 {
    width: 49%;
  }

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

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

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

  .content.h-flex.gap-40 {
    flex-flow: column;
  }

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

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

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

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

  .image-wrapper.listicle {
    order: -9999;
    position: static;
  }

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

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

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

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

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

  .payment {
    height: 24px;
  }

  .payment.h40 {
    height: 32px;
  }

  .right-arrow {
    width: 48px;
    inset: 20% 3% auto auto;
  }

  .right-arrow._50 {
    top: 50%;
  }

  .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;
  }

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

  .h2 {
    font-size: 28px;
  }

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

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

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

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

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

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

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

  .review-slider.no-padding {
    padding-bottom: 0;
  }

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

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

  .left-arrow.white {
    inset: 20% auto auto 3%;
  }

  .left-arrow._50 {
    inset: 50% auto auto 3%;
  }

  .quote {
    flex-flow: column;
  }

  .slider {
    aspect-ratio: 1;
  }

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

  .section.home-page {
    background-position: 80%;
  }

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

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

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

  .flex-horizontal.gap-14 {
    flex-flow: column;
  }

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

  .flex-horizontal.gap-40 {
    flex-flow: column;
  }

  .flex-horizontal.mobile {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

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

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

  .grid-2-column._1-row {
    grid-template-columns: 1fr;
  }

  .h2-2 {
    font-size: 28px;
  }

  .testimonial-heading.v2 {
    flex-flow: row;
  }

  .reviews.v2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .author-info {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .competitors, .competitors._w-100 {
    flex-flow: column;
  }

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

  .hi.green {
    font-size: 38px;
  }

  .radio-img._w-50 {
    width: 70px;
    min-height: 60px;
  }

  .grid-4-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 900px;
  }

  .grid-4-column.desktop, .hibben-mobile, .paragraph-35.small {
    display: none;
  }

  .ellipse-block {
    bottom: 3%;
  }

  .img-wrap-rev {
    overflow: hidden;
  }

  .table-scroll-wrap {
    width: 100%;
    display: block;
    overflow: auto;
  }

  .ptroduct-img {
    object-fit: cover;
    max-height: 280px;
  }

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

  .review-img-2 {
    width: 100%;
    height: 200px;
  }

  .testimonial-offerpage._2col {
    grid-template-columns: 1fr 1fr;
  }

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

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

@media screen and (max-width: 479px) {
  .article-testimonial-heading.with-avatar {
    flex-flow: row;
    width: 100%;
  }

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

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

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

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

  .slide-32 {
    width: 100%;
    height: auto;
    margin-right: 4%;
  }

  .paragraph-32 {
    word-break: normal;
    font-size: 22px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .image {
    object-fit: cover;
  }

  .image.h32px {
    height: 20px;
  }

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

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

  .image-wrapper.small {
    height: 400px;
  }

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

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

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

  .paragraph-16.op64.review {
    font-size: 15px;
  }

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

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

  .right-arrow {
    inset: 20% 3% auto auto;
  }

  .right-arrow._30 {
    top: 30%;
  }

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

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

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

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

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

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

  .paragraph-18.small {
    width: 100%;
  }

  .button {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .button.pad-24 {
    margin-bottom: 24px;
  }

  .button.grey {
    width: 100%;
  }

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

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

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

  .h2 {
    font-size: 24px;
  }

  .h2.red-color {
    text-align: left;
  }

  .logo {
    height: 56px;
  }

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

  .img.br-20.h-small {
    height: 100%;
  }

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

  .logo-image, .review-img {
    width: 100%;
  }

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

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

  .flex-vertical._w-50 {
    justify-content: center;
    align-items: center;
  }

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

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

  .left-arrow {
    inset: 30% auto auto 3%;
  }

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

  .left-arrow.white {
    color: #313131;
    left: 3%;
  }

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

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

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

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

  .section.home-page {
    background-position: 74%;
  }

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

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

  .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;
  }

  .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: row;
    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.align-top-right.gap-16px {
    flex-flow: column;
  }

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

  .flex-horizontal.space-between._w-100 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .flex-horizontal.space-between._w-full.stroke {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .flex-horizontal.gap-14 {
    flex-flow: row;
  }

  .flex-horizontal.flex-vertical {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal.center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: space-between;
    align-items: center;
  }

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

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

  .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;
  }

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

  .date-text {
    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%;
  }

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

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

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

  .container.nopadding {
    padding-top: 0;
  }

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

  .mask {
    overflow: visible;
  }

  .date {
    font-size: 14px;
  }

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

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

  .grid-2-column._1-row {
    grid-template-columns: 1fr;
  }

  .compare-item_top {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
  }

  .compare-item_title {
    text-align: center;
    align-self: auto;
  }

  .h2-2 {
    font-size: 24px;
  }

  .compare-item_visual {
    position: static;
  }

  .list-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .compare-item_boxes {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: column;
  }

  .compare-item_score {
    align-self: center;
  }

  .text-block {
    display: inline-block;
  }

  .compare-item_badge-2 {
    align-self: center;
  }

  .compare-item {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .v-flex-block.for-text {
    width: 100%;
  }

  .testimonial, .testimonial-heading.v2 {
    flex-flow: column;
  }

  .author-name {
    font-size: 18px;
  }

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

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

  .info-block3 {
    flex-flow: column;
    padding: 12px;
  }

  .avatar-wrapper-3.avatar-size-large2 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .text-28px {
    white-space: normal;
    word-break: normal;
    font-size: 24px;
  }

  .paragraph-34 {
    text-align: center;
  }

  .number-list {
    padding-left: 20px;
  }

  .info-block3-2 {
    flex-flow: column;
    padding: 12px;
  }

  .avatar-wrapper-4.avatar-size-large2 {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    height: 80px;
    min-height: 80px;
    max-height: 80px;
  }

  .avatar-wrapper-4.avatar-size-large {
    width: 54px;
    min-width: 54px;
    max-width: 54px;
    height: 54px;
    min-height: 54px;
    max-height: 54px;
  }

  .competitors {
    flex-flow: column;
  }

  .badges {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .hi {
    margin-top: 0;
    font-size: 24px;
    line-height: 30px;
  }

  .hi.green {
    font-size: 34px;
  }

  .button-wrap-v {
    flex-flow: column;
    width: 100%;
  }

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

  .small, .light-cl.small, .light-cl.small {
    font-size: 14px;
  }

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

  .table-block.light-block.center {
    justify-content: center;
    align-items: center;
  }

  .paragraph-35.small {
    display: none;
  }

  .review-card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-content-wrap {
    padding-left: 12px;
    padding-right: 12px;
  }

  .wrap-rating-img {
    max-width: 100px;
    max-height: 100px;
  }

  .stat-text {
    font-size: 96px;
  }

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

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

  .review-img-2 {
    width: 100%;
  }

  .testimonial-offerpage._2col {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

  .image-9.h32px {
    height: 20px;
  }

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

  .button-2 {
    text-align: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

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

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

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

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

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

  .block-stroke.with-margin {
    margin-left: 0;
    margin-right: 0;
  }
}

#w-node-a37cc8b8-d028-820e-090a-d26750887637-120977f0, #w-node-a37cc8b8-d028-820e-090a-d26750887641-120977f0, #w-node-a37cc8b8-d028-820e-090a-d26750887725-120977f0, #w-node-a37cc8b8-d028-820e-090a-d2675088774a-120977f0, #w-node-a37cc8b8-d028-820e-090a-d2675088777c-120977f0, #w-node-a37cc8b8-d028-820e-090a-d267508877a3-120977f0, #w-node-a37cc8b8-d028-820e-090a-d267508877c4-120977f0, #w-node-a37cc8b8-d028-820e-090a-d267508877ef-120977f0, #w-node-a37cc8b8-d028-820e-090a-d26750887812-120977f0, #w-node-_6fbeaceb-cc39-cff0-c265-3870c4c1bb5f-7ae88a29, #w-node-_6fbeaceb-cc39-cff0-c265-3870c4c1bb5f-3687e9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaba59d4-829d-3ccd-6873-574a496eeb3b-41553b54 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-eaba59d4-829d-3ccd-6873-574a496eeb3c-41553b54, #w-node-eaba59d4-829d-3ccd-6873-574a496eeb52-41553b54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eaba59d4-829d-3ccd-6873-574a496eeb79-41553b54, #w-node-eaba59d4-829d-3ccd-6873-574a496eeb84-41553b54, #w-node-eaba59d4-829d-3ccd-6873-574a496eebad-41553b54, #w-node-eaba59d4-829d-3ccd-6873-574a496eebd6-41553b54, #w-node-eaba59d4-829d-3ccd-6873-574a496eebfe-41553b54, #w-node-eaba59d4-829d-3ccd-6873-574a496eec32-41553b54, #w-node-eaba59d4-829d-3ccd-6873-574a496eec27-41553b54, #w-node-eaba59d4-829d-3ccd-6873-574a496eec5b-41553b54, #w-node-eaba59d4-829d-3ccd-6873-574a496eec84-41553b54, #w-node-_087ffe6b-2aa9-19cf-95b1-3d95fee99abe-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092aeb4-41553b54 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_11b2e302-d7d9-8d2b-b58d-68077092aeb5-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092aec6-41553b54 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b2e302-d7d9-8d2b-b58d-68077092aefd-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092af09-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092af40-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092af77-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092afad-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092afe4-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092b01b-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092b029-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092b060-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092b097-41553b54, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092aeb4-ec2097f2 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-_11b2e302-d7d9-8d2b-b58d-68077092aeb5-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092aec6-ec2097f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11b2e302-d7d9-8d2b-b58d-68077092aefd-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092af09-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092af40-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092af77-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092afad-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092afe4-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092b01b-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092b029-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092b060-ec2097f2, #w-node-_11b2e302-d7d9-8d2b-b58d-68077092b097-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add389-ec2097f2 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

#w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add38a-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add39b-ec2097f2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add3d2-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add3de-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add415-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add44c-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add482-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add4b9-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add4f0-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add4fe-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add535-ec2097f2, #w-node-f4ba35cc-d508-b9b0-73c5-fd41b1add56c-ec2097f2 {
  grid-area: span 1 / span 8 / span 1 / span 8;
}

@media screen and (max-width: 767px) {
  #w-node-a37cc8b8-d028-820e-090a-d267508877a3-120977f0 {
    order: 9999;
  }

  #w-node-a37cc8b8-d028-820e-090a-d267508877c4-120977f0 {
    order: -9999;
  }

  #w-node-a37cc8b8-d028-820e-090a-d267508877ef-120977f0 {
    order: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a37cc8b8-d028-820e-090a-d26750887725-120977f0 {
    order: 9999;
  }

  #w-node-a37cc8b8-d028-820e-090a-d2675088774a-120977f0 {
    order: -9999;
  }

  #w-node-a37cc8b8-d028-820e-090a-d2675088777c-120977f0 {
    order: 1;
  }

  #w-node-a37cc8b8-d028-820e-090a-d2675088781a-120977f0, #w-node-_6fbeaceb-cc39-cff0-c265-3870c4c1bb67-7ae88a29, #w-node-_6fbeaceb-cc39-cff0-c265-3870c4c1bb67-3687e9c9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


