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

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

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

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

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

.container {
  width: 100%;
}

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

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

.text-wrap.yellow-bg {
  background-color: #00467a;
  border-bottom: 1px solid #b57426;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 24px;
}

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

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

.banner-text {
  color: #fff;
  font-weight: 500;
  display: block;
}

.countdown-text {
  color: #111827;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

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

.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 {
  background-color: #eef8ff;
}

.section.padding-large {
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  padding-left: 32px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
}

.text-14px {
  color: #111827;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-14px.text-weight-semibold {
  font-size: 16px;
  font-weight: 500;
}

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

.text-14px.text-weight-semibold.card-20px {
  font-size: 20px;
  font-weight: 600;
}

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

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

.text-14px.align-center {
  color: #111827;
  text-align: left;
  display: block;
}

.text-14px.align-center.padding-24-r {
  padding: 0 24px 24px;
}

.text-14px.align-center.margin-gap {
  margin-bottom: 24px;
}

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

.text-14px.text-color-gray950.text-weight-semibold {
  font-size: 14px;
  font-weight: 500;
}

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

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

.text-14px.text-16px {
  color: #111827;
  font-size: 14px;
}

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

.number-label {
  color: #030712;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
}

.number {
  color: #005595;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}

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

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

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

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

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

.rich-text.top-margin-16px {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 400;
}

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

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

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

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

.icon-wrap._32-32.icon-40w {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  width: 100%;
  max-width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  display: flex;
}

.text-30px {
  color: #000;
  justify-content: center;
  align-items: flex-start;
  font-size: 40px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
}

.text-30px.lumo-nail {
  color: #111827;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
}

.quality-card {
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  max-width: 968px;
  padding: 24px;
  display: flex;
}

.quality-card.yellow-bg {
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.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 {
  color: #111827;
  background-color: #0000;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  margin-top: 16px;
}

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

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

.testimonial {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
}

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

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

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

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

.flex-vertical.gray-bg {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  justify-content: flex-start;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 16px;
}

.flex-vertical.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  border: 1px #e5e7eb;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

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

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

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

.flex-vertical.gap-32.max-w-920 {
  width: 100%;
  max-width: 920px;
}

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

.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 {
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: 24px;
  display: flex;
}

.image-wrap._210-32.align-center.top-margin-24px.icons-logo-com {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  margin-bottom: 24px;
}

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

.image-wrap._64-64.icon-germany {
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

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

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

.image-wrap.height-auto.card-img {
  height: 265px;
}

.image-wrap.height-auto.card-img.card-img-2 {
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 240px;
  display: flex;
  overflow: hidden;
}

.product-card-badge {
  background-color: #b12b24;
  border-radius: 12px 12px 0 0;
  padding: 8px;
}

.payment-info {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.primary-button {
  text-align: center;
  text-transform: uppercase;
  background-color: #d2352d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  box-shadow: inset -2.25px -.75px 3px #00000026;
}

.product-cta {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.product {
  width: 296px;
  height: 591px;
  min-height: auto;
  max-height: none;
}

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

.product.top-product.card-2 {
  border-style: none;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
}

.product.card-1 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 570px;
  padding: 16px;
  display: flex;
}

.faq {
  background-color: #fff;
  border: 1px #b57426;
  width: 100%;
}

.faq.first-faq {
  background-color: #fff;
  border-top-style: none;
}

.slider-wrap {
  aspect-ratio: 1;
  color: #111827;
  background-color: #fff;
  border-radius: 12px;
  width: 608px;
  max-height: 666px;
  padding: 16px;
}

.faq-question {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  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: flex;
}

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

.logos-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-flow: row;
  align-self: center;
  place-items: start;
  width: 100%;
  margin-top: 40px;
}

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

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

.avatar-wrap.avatar-i {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
  display: flex;
}

.text-24px {
  color: #111827;
  margin-top: -24px;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.text-24px.align-center {
  color: #fff;
  text-align: left;
  font-size: 32px;
  display: block;
}

.text-24px.align-center.text-faq {
  color: #111827;
  font-size: 28px;
}

.text-18px {
  float: none;
  color: #111827;
  white-space: normal;
  word-break: normal;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

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

.text-18px.text-past {
  color: #374151;
  text-decoration: line-through;
}

.text-18px h1, .text-18px h2 {
  font-weight: 500;
}

.text-18px h3 {
  margin-bottom: 16px;
  font-weight: 600;
}

.text-18px h4, .text-18px strong {
  font-weight: 600;
}

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

.text-18px.j-box {
  background-color: #edf9ff;
  border: 2px solid #1658ff;
  padding: 24px;
}

.text-18px a {
  color: #3978ff;
  font-weight: 600;
  text-decoration: none;
}

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

.text-18px blockquote {
  background-color: #edf9ff;
  border: 1px dashed #e15c3a;
  line-height: 1.6;
}

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

.image {
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 15px;
  margin-bottom: 0;
  display: block;
}

.image.image-normal.image-card-nor {
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  margin-top: 0;
}

.image.logo-companies.logo-companies-1 {
  width: 100%;
  min-width: 0%;
  max-width: 100%;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  margin-top: 0;
}

.image.image-bulb {
  width: 56px;
  min-width: 56px;
  max-width: 56px;
  height: 56px;
  min-height: 56px;
  max-height: 56px;
}

.image.image-results {
  aspect-ratio: 1;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
}

.image.image-award-i {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
}

.image.image-usa-30 {
  margin-top: 0;
}

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

.text-block.top-margin-54px.align-center {
  -webkit-text-stroke-color: white;
  background-color: #0000;
  border: 1px #e5e7eb;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #111827;
  background-color: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

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

.icon.icon-40px {
  width: 40px;
  min-width: 40px;
  max-width: 20px;
  height: 40%;
}

.faq-wrap {
  background-color: #0000;
  border: 1px #b57426;
  border-radius: 12px;
  margin-top: 40px;
  padding: 0;
}

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

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

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

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

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

.flex-horizontal.gap-12px.icons-gap1 {
  margin-bottom: 16px;
}

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

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

.flex-horizontal.flex-30d {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
}

.button-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  width: 100%;
  display: flex;
}

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

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

.product-card-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
}

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

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

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

.rating-block.top-margin-54px {
  background-color: #0000;
  border-style: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 54px;
  display: flex;
}

.faq-answer {
  position: static;
}

.answer {
  white-space: normal;
  word-break: normal;
  background-color: #fff;
  border-top: 1px solid #b57426;
  line-height: 150%;
  text-decoration: none;
  position: static;
}

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

.gallery {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
  display: flex;
}

.gallery.galery-happy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

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

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

.footer-section {
  background-color: #030712;
  justify-content: center;
  align-items: flex-start;
  padding: 12px 240px;
  display: flex;
}

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

.footer-link {
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.section-2 {
  background-color: #fff;
  width: 100%;
  padding: 0 32px 48px;
  position: static;
  overflow: visible;
}

.section-2.grey {
  background-color: #2f3138;
  padding-top: 48px;
}

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

.text-wrap-2.breadcrumbs {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-wrap-2.author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.container-2 {
  width: 100%;
  max-width: 920px;
  height: 100%;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
}

.container-2.with-ratings {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.max-w-1280 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

.text-20px {
  color: #111827;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.text-20px._18px {
  color: #111827;
  font-size: 18px;
  font-weight: 400;
}

.text-20px h1, .text-20px h2, .text-20px h3 {
  font-weight: 500;
}

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

.text-40px {
  color: #000;
  font-size: 40px;
  font-weight: 600;
  line-height: 140%;
}

.text-40px.extrabold-text {
  color: #111827;
  font-weight: 700;
}

.image-2 {
  object-fit: cover;
  width: 800px;
  height: 450px;
}

.image-2.size-100 {
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
}

.image-2.size-auto {
  width: 100%;
  height: auto;
}

.image-2._24mar {
  margin-top: 24px;
  margin-bottom: 24px;
}

.image-2.review {
  width: 50%;
  height: 100%;
}

.image-2.review2 {
  object-position: 50% 100%;
  width: 100%;
  height: 250px;
}

.image-2.size-50 {
  width: 50%;
  height: auto;
}

.image-wrapper {
  object-fit: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 24px;
  display: flex;
  overflow: hidden;
}

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

.image-wrapper.top-margin-0px.black-border {
  border: 0 solid #000;
  border-radius: 0;
  margin-bottom: 0;
}

.image-wrapper.top-margin-0px.black-border.margin64, .image-wrapper.top-margin-0px.black-border.margin-24 {
  margin-bottom: 24px;
}

.image-wrapper.top-margin-0px.black-border.image-comments {
  flex-flow: column;
}

.image-wrapper.height-auto {
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-wrapper.height-auto.top-margin-0px {
  margin-top: 0;
}

.image-wrapper.video {
  aspect-ratio: 16 / 9;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  overflow: visible;
}

.image-wrapper.video.tm--1 {
  margin-top: -1rem;
}

.image-wrapper.auto {
  height: auto;
  margin-top: 0;
}

.image-wrapper.review {
  justify-content: center;
  align-items: flex-start;
  height: auto;
  margin-top: 0;
}

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

.paragraph-wrapper.top-margin-12px {
  margin-top: 12px;
}

.paragraph-wrapper.steps {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 16px;
  display: flex;
}

.paragraph-wrapper.steps.vertical {
  flex-flow: column;
}

.paragraph-wrapper.ship {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.paragraph-wrapper.warnings {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.paragraph-wrapper.delivery-date-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-wrapper.quote-bloock {
  margin-top: -12px;
  margin-bottom: 10px;
}

.paragraph-wrapper.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  display: flex;
}

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

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

.content-wrap.product {
  background-color: #fff9d4;
  width: 100%;
  height: auto;
  padding: 40px;
}

.content-wrap.stretch {
  align-items: stretch;
}

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

.text-28px._32bold {
  color: #111827;
}

.item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 48px;
  display: flex;
}

.item.margin-0px {
  margin-top: 0;
}

.rich-text-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #111827;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.rich-text-2.text-18px {
  color: #111827;
  font-weight: 400;
}

.rich-text-2.boxb {
  background-color: #edf9ff;
  border: 2px dashed #e15d3a;
  padding: 20px;
}

.rich-text-2.boxb.blue-border {
  border-color: #7dc1e4;
  padding-bottom: 10px;
}

.rich-text-2.boxb.blue-border.bigger {
  font-size: 20px;
}

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

.primary-button-2:hover, .primary-button-2:active {
  background-color: #043f2b;
}

.primary-button-2:focus {
  background-color: #128961;
}

.primary-button-2.full-width {
  width: 100%;
}

.text-16px {
  color: #000;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 150%;
  display: inline-block;
}

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

.section-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #003562;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-bottom: 40px;
  display: flex;
}

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

.body-2, .body-3 {
  font-family: Poppins, sans-serif;
}

.paragraph {
  color: #111827;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.offer-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #dcf1ff;
  border-radius: 12px;
  width: 100%;
  height: auto;
  margin-top: 16px;
  padding: 8px;
  display: flex;
}

.offer-left {
  flex-flow: column;
  align-self: center;
  width: 45%;
  display: flex;
}

.offer-right {
  background-color: #eef8ff;
  border-radius: 12px;
  width: 55%;
  padding: 24px 16px;
}

.heading {
  color: #111827;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
}

.paragraph-2 {
  color: #111827;
  margin-bottom: 39px;
  font-size: 16px;
  font-weight: 400;
}

.text-block-3 {
  color: #111827;
  font-weight: 600;
}

.section-4 {
  width: 100%;
  margin-top: 120px;
  margin-bottom: 120px;
}

.content-968 {
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.slide-card {
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 5px #00040c33;
}

.image-3 {
  width: 100%;
  height: 420px;
  display: block;
}

.image-4 {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 300px;
  max-height: 500px;
}

.text-block-4 {
  align-self: center;
  font-size: 16px;
  font-weight: 600;
}

.card-inside {
  background-color: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0 0 12px 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 570px;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.icon-lamp {
  width: 52px;
  max-width: 52px;
  height: 52px;
  max-height: 52px;
}

.icon-lamp.icon-wrap-lamp {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  max-width: 56px;
  height: 56px;
  max-height: 56px;
  display: flex;
}

.paragraph-3 {
  margin-bottom: 24px;
}

.bold-text-8 {
  font-weight: 400;
  line-height: 25px;
}

.text-block-5 {
  color: #111827;
  text-align: center;
  margin-bottom: 48px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.award-img {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  display: block;
  position: static;
  overflow: visible;
}

.div-block {
  color: #e5e7eb;
  width: 100%;
  height: 1px;
}

.div-block.divider {
  -webkit-text-stroke-color: #bcc3cf;
  border: 1px solid #e5e7eb;
  margin-top: 25px;
  margin-bottom: 0;
}

.paragraph-4, .paragraph-5, .paragraph-6 {
  color: #111827;
}

.bg-video {
  aspect-ratio: 16 / 9;
  opacity: .99;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.mobile-cta {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff6;
  padding: 16px 16px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.disclaimer {
  color: #ffffff80;
  font-weight: 300;
  line-height: 1.5;
}

.time-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.article-text-date {
  color: #000;
  font-size: 14px;
}

.article-text-date.delivery-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.dot {
  background-color: #000;
  border-radius: 50px;
  width: 4px;
  height: 4px;
}

.author-img {
  aspect-ratio: 1;
  object-fit: cover;
  object-position: 50% 20%;
  background-image: url('../images/author-min.jpg');
  background-position: 50% 30%;
  background-size: cover;
  border-radius: 500px;
  flex: none;
  width: 64px;
  height: auto;
  position: static;
  overflow: hidden;
}

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

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

.article-date-readtime {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .6;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #000;
  background-color: #5175ff1a;
  border: 1px dashed #00356266;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.step.h-flex {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
}

.step-icon {
  background-color: #fff;
  border: 1px #e5eaee;
  border-radius: 500px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.step-n {
  color: #5076ff;
  font-weight: 700;
}

.step-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
}

.delivery-date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.delivery-date.small {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.delivery-date.grey {
  color: #929292;
  font-weight: 400;
}

.delivery-date.text-18px {
  font-size: 18px;
}

.warning-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #380b0b;
  background-color: #ff24241a;
  border: 1px dashed #ff6060;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
}

.warning-n {
  color: #fff;
  background-color: #ff6060;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.quote {
  color: #fff;
  background-color: #3d61ec;
  border: 1px dashed #333c5e;
  border-radius: 0;
  padding: 24px;
  font-size: 18px;
  line-height: 1.5;
}

.highlight {
  background-image: linear-gradient(79deg, #fdd366, #fdd36666);
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 8px;
}

.advertorial-text {
  color: #000;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

.v-flex {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: stretch;
  width: 100%;
}

.article-image {
  object-fit: fill;
  object-position: 50% 70%;
  border-radius: 24px;
  height: auto;
}

.article-image.in-sticky {
  width: 100%;
  max-width: 100%;
}

.article-image.in-sticky._w-80 {
  align-self: center;
  width: 80%;
}

.article-image.in-sticky._w-50 {
  border-radius: 0;
  align-self: center;
  width: 50%;
}

.answer-bar {
  border: 1px solid #0000001a;
  width: 100%;
  height: 24px;
}

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

.rating._100 {
  width: 100%;
}

.rating-block-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.rating-title {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
}

.stars-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sub-text {
  color: #000;
  text-align: center;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.sub-text.neck {
  color: #fff;
  background-color: #000;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 8px;
  font-size: 16px;
}

.ratings-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.green-button {
  text-transform: uppercase;
  background-color: #0fa00f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 80px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.green-button.center {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
}

.rating-text {
  color: #15a9eb;
  font-weight: 500;
}

.rating-text._2 {
  color: #000c;
  flex: none;
  font-size: 14px;
  font-weight: 500;
}

.rating-text._2._52px-width {
  text-align: left;
  width: 52px;
}

.rating-text._2._52px-width.right {
  text-align: right;
}

.rating-bar {
  background-color: #fdd365;
  width: 90%;
  height: 100%;
}

.rating-bar._4 {
  width: 4%;
}

.rating-bar._96 {
  width: 96%;
}

.rating-bar._0 {
  width: 0%;
}

.sticky-box {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #0003;
  border-radius: 24px;
  flex-flow: column;
  align-self: flex-start;
  width: 520px;
  height: auto;
  padding: 16px;
  display: flex;
  position: sticky;
  top: 32px;
  overflow: hidden;
}

.sticky-box.v2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f9f9f9;
  border-style: none;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  top: 16px;
}

.sticky-box.v2.blue {
  color: #000;
  background-color: #eff3fe66;
}

.sticky-box.new {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-style: none;
  border-radius: 0;
  flex: none;
  width: 300px;
  padding: 0;
}

.div-block-2 {
  background-color: #eef8ff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: flex;
}

.text-block-6 {
  color: #111827;
}

.dynamic-date {
  text-transform: none;
  font-size: 18px;
  font-weight: 500;
}

.dynamic-date.bottom-date {
  color: #929292;
  font-size: 18px;
}

.dynamic-date.small {
  font-size: 14px;
}

.dynamic-date.small.caps {
  text-transform: uppercase;
}

.dynamic-date.text-18px {
  text-transform: none;
  font-size: 18px;
  font-weight: 400;
}

.text-span-3 {
  background-color: #fdd366;
  border-radius: 12px;
  padding-left: 5px;
  padding-right: 5px;
}

.text-block-7 {
  color: #111827;
  text-align: center;
  font-weight: 300;
}

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

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

.delivery-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
}

.list-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

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

.date {
  color: #000;
}

.checkbox {
  margin-top: 7px;
}

.list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.rating-stars {
  height: 24px;
}

.rating-stars.small {
  align-self: flex-start;
  height: 18px;
}

.guarantee-img {
  height: 100px;
}

.form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #0000;
  flex-flow: column;
  display: flex;
}

.checkbox-block {
  color: #000;
  font-size: 16px;
}

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

.tday.small {
  color: #000;
  font-size: 14px;
}

.review-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  font-size: 15px;
  line-height: 1.4;
  display: flex;
}

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

.review-img {
  border-radius: 16px;
}

.review-author {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  font-size: 18px;
}

@media screen and (min-width: 1920px) {
  .text-wrap.top-margin-24px {
    width: 950px;
    max-width: 950px;
  }

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

  .countdown-wrap {
    align-self: center;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .section.padding-large {
    justify-content: center;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-weight: 700;
    display: block;
  }

  .text-14px {
    color: #111827;
    font-size: 16px;
    font-weight: 600;
  }

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

  .text-14px.text-weight-light.italic {
    object-fit: contain;
    width: 900px;
    max-width: 968px;
  }

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

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

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

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

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

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

  .icon-wrap._32-32 {
    object-fit: fill;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
  }

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

  .quality-card {
    width: 968px;
  }

  .features-block.top-margin-16px {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    background-color: #0000;
    width: 610px;
    margin-left: auto;
    padding: 16px;
  }

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

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

  .testimonial {
    object-fit: fill;
    width: 968px;
    max-width: 968px;
  }

  .testimonial.marginbot-1 {
    margin-bottom: 40px;
  }

  .flex-vertical.gap-16px {
    background-color: #0000;
  }

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

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

  .image-wrap {
    height: 400px;
  }

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

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

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

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

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

  .slider-wrap {
    aspect-ratio: 1;
    width: 610px;
  }

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

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

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

  .text-18px.text-color-red.text-20px, .text-18px.text-past {
    font-size: 20px;
  }

  .text-block {
    width: 968px;
  }

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

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

  .info-block {
    background-color: #fff;
    border-color: #f3f4f6;
    border-radius: 12px;
    padding: 24px;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0 2px 5px #0003;
  }

  .icon {
    object-fit: contain;
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    min-height: 20px;
    max-height: 20px;
  }

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

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

  .gallery {
    margin-top: 40px;
  }

  .header {
    background-color: #fff;
    height: 88px;
    margin-left: auto;
    margin-right: auto;
  }

  .header-wrap {
    justify-content: center;
    align-items: center;
    height: 70px;
  }

  .footer-wrap {
    justify-content: center;
    align-items: center;
  }

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

  .section-2 {
    padding-top: 20px;
    padding-bottom: 16px;
  }

  .text-20px {
    color: #242323;
    margin-top: 24px;
    font-size: 18px;
    font-weight: 400;
  }

  .text-40px.extrabold-text {
    margin-bottom: 0;
  }

  .image-2.size-100 {
    object-fit: contain;
    height: auto;
  }

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

  .image-2._24mar {
    object-fit: contain;
    width: auto;
    height: auto;
  }

  .image-wrapper {
    overflow: hidden;
  }

  .image-wrapper.top-margin-0px.black-border {
    object-fit: contain;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-wrapper.top-margin-0px.black-border.margin64 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-wrapper.top-margin-0px.black-border.margin-24 {
    box-sizing: border-box;
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .paragraph-wrapper.top-margin-12px {
    margin-top: 12px;
  }

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

  .rich-text-2.text-18px {
    font-size: 18px;
  }

  .primary-button-2.full-width {
    background-color: #128961;
    border-radius: 12px;
  }

  .primary-button-2.full-width.margin-button {
    background-color: #128961;
    margin-top: 0;
    margin-bottom: 0;
  }

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

  .section-3 {
    background-color: #003562;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin-bottom: 40px;
    display: flex;
  }

  .text-block-2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
  }

  .bold-text {
    color: red;
  }

  .bold-text-2 {
    color: #0064b4;
    font-weight: 600;
  }

  .bold-text-2.lumonail {
    font-weight: 600;
  }

  .bold-text-3 {
    color: #0064b4;
    font-weight: 600;
  }

  .text-span-2 {
    color: red;
  }

  .paragraph {
    color: #111827;
    letter-spacing: 0;
    line-height: 160%;
  }

  .offer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #fff;
    border: 1px solid #dcf1ff;
    border-radius: 12px;
    margin-top: 16px;
  }

  .offer-right {
    border: 1px solid #eef8ff;
    border-radius: 12px;
  }

  .heading {
    text-align: center;
  }

  .paragraph-2 {
    margin-bottom: 39px;
  }

  .section-4 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 968px;
    margin-top: 48px;
    margin-bottom: 120px;
    display: flex;
  }

  .offer-container {
    max-width: 968px;
  }

  .content-968 {
    width: 100%;
    max-width: 968px;
    margin-left: auto;
    margin-right: auto;
  }

  .slide-card {
    box-shadow: none;
    object-fit: fill;
    background-color: #fff;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: block;
    overflow: hidden;
  }

  .image-3 {
    width: 100%;
    display: block;
    overflow: clip;
  }

  .author-img {
    object-position: 50% 50%;
    background-size: cover;
    flex: none;
    height: 64px;
  }
}

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

  .countdown-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    width: 60%;
    display: flex;
  }

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

  .section.padding-large {
    width: 100%;
    padding: 24px 32px;
    overflow: hidden;
  }

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

  .text-14px.align-center {
    font-size: 18px;
    font-weight: 600;
  }

  .text-14px.align-center.padding-24-r {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-14px.text-color-gray950.text-weight-semibold, .text-14px.text-weight-light {
    font-size: 16px;
  }

  .countdown-block {
    width: 25%;
    min-width: 25%;
    max-width: 25%;
  }

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

  .text-30px.lumo-nail {
    font-size: 32px;
  }

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

  .features-block.top-margin-16px.width-full {
    flex-flow: column;
  }

  .product-cards-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: end center;
    display: flex;
  }

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

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

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

  .image-wrap._210-32.align-center.top-margin-24px.icons-logo-com {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-bottom: 24px;
  }

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

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

  .product.top-product.card-2 {
    max-width: 100px;
    height: auto;
  }

  .product.card-1 {
    max-width: 100%;
  }

  .faq, .faq.first-faq {
    border-radius: 16px;
  }

  .slider-wrap {
    width: 100%;
  }

  .faq-question {
    border-radius: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

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

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

  .image.logo-companies.logo-companies-1 {
    margin-top: 0;
  }

  .image.image-bulb {
    object-fit: contain;
    width: 53px;
    min-width: 53px;
    max-width: 53px;
    height: 53px;
    min-height: 53px;
    max-height: 53px;
    margin-top: 0;
  }

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

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

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

  .gallery {
    margin-top: 0;
  }

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

  .container-2 {
    max-width: 768px;
  }

  .image-2.review2 {
    height: 200px;
  }

  .primary-button-2.full-width {
    font-size: 18px;
    font-weight: 600;
  }

  .section-3.v2 {
    text-align: center;
  }

  .offer-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .offer-left {
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .offer-right {
    width: 100%;
    height: auto;
  }

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

  .section-4 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .image-4 {
    object-fit: cover;
    object-position: 0% 50%;
    width: 100%;
    height: 500px;
    max-height: none;
  }

  .card-inside {
    height: 570px;
  }

  .icon-lamp.icon-wrap-lamp {
    justify-content: center;
    align-items: center;
    min-width: 56px;
    min-height: 56px;
  }

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

  .author-img {
    height: 64px;
  }

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

  .sticky-box {
    flex: none;
    width: 100%;
    display: none;
    position: relative;
    top: 0;
  }

  .div-block-2 {
    width: 100%;
  }

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

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

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

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

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

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

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

  .quality-card {
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

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

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

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

  .slider-wrap {
    width: 100%;
  }

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

  .text-24px.align-center, .text-24px.align-center.text-faq {
    font-size: 24px;
  }

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

  .text-block.top-margin-54px.align-center {
    padding: 0;
  }

  .info-block {
    padding: 16px;
  }

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

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

  .image-2 {
    height: 100%;
  }

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

  .image-wrapper {
    height: 320px;
  }

  .image-wrapper.top-margin-0px {
    height: 400px;
  }

  .image-wrapper.review {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .paragraph-wrapper.steps {
    flex-flow: column;
  }

  .paragraph-wrapper.delivery-date-block {
    grid-row-gap: 4px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-28px {
    font-size: 26px;
    line-height: 140%;
  }

  .primary-button-2.full-width {
    font-size: 18px;
    font-weight: 600;
  }

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

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

  .offer-left, .offer-right {
    width: 100%;
  }

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

  .image-4 {
    width: 100%;
  }

  .mobile-cta {
    z-index: 999;
    display: flex;
  }

  .mobile-cta.bottom {
    position: static;
  }

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

@media screen and (max-width: 479px) {
  .text-wrap, .text-wrap.text-widyth-50 {
    width: 100%;
  }

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

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

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

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

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

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

  .text-14px.text-color-gray950, .text-14px.text-weight-light.italic {
    font-size: 14px;
  }

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

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

  .text-30px.lumo-nail {
    font-size: 24px;
  }

  .quality-card {
    flex-flow: column;
    padding: 16px;
  }

  .image-wrap {
    height: 200px;
  }

  .image-wrap.height-auto.card-img.card-img-2 {
    border-radius: 16px;
    height: 240px;
    overflow: hidden;
  }

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

  .payment-info {
    padding-left: 0;
  }

  .primary-button {
    height: 52px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
    font-weight: 500;
  }

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

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

  .product.card-1 {
    height: auto;
  }

  .logos-wrap {
    width: 100%;
  }

  .avatar-wrap.avatar-i {
    flex: none;
    justify-content: flex-end;
    align-items: center;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
  }

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

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

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

  .text-18px.j-box {
    padding: 16px;
  }

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

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

  .image.image-normal.image-card-nor {
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-top: 0;
  }

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

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

  .flex-horizontal.gap-8px.top-margin-24px, .flex-horizontal.gap-12px {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .flex-horizontal.flex-30d {
    width: 100%;
  }

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

  .product-card-top {
    height: auto;
  }

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

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

  .header {
    background-color: #fff;
  }

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

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

  .section-2 {
    background-color: #fff;
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
  }

  .text-20px, .text-20px._18px {
    font-size: 16px;
  }

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

  .text-40px.extrabold-text {
    color: #000;
    text-align: left;
    font-weight: 800;
  }

  .image-2 {
    object-fit: cover;
    width: auto;
  }

  .image-2.size-50 {
    width: 100%;
  }

  .image-wrapper {
    height: 240px;
  }

  .image-wrapper.top-margin-0px {
    height: 200px;
  }

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

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

  .content-wrap.product {
    padding: 20px;
  }

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

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

  .rich-text-2.boxb {
    padding: 16px;
  }

  .rich-text-2.boxb.blue-border.bigger {
    font-size: 18px;
  }

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

  .primary-button-2.full-width.margin-button {
    text-align: center;
    font-weight: 500;
    line-height: 1.3;
  }

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

  .section-3 {
    background-color: #003562;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    display: flex;
  }

  .section-3.v2 {
    text-align: center;
    height: auto;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 1.4;
  }

  .text-block-2 {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    display: flex;
  }

  .text-block-2.v2 {
    height: auto;
  }

  .bold-text-4 {
    text-align: center;
    text-indent: 1px;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    text-align: center;
  }

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

  .heading {
    font-size: 24px;
    line-height: 130%;
  }

  .image-3 {
    height: 240px;
  }

  .image-4 {
    object-fit: fill;
    height: 300px;
  }

  .mobile-cta {
    z-index: 999;
  }

  .mobile-cta.bottom {
    position: static;
  }

  .time-block {
    flex-flow: wrap;
  }

  .author-text {
    justify-content: center;
    align-self: stretch;
  }

  .dot {
    flex: none;
  }

  .author-img {
    width: 56px;
    height: 56px;
  }

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

  .author {
    flex-flow: wrap;
  }

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

  .step.h-flex {
    text-align: center;
    flex-flow: column;
  }

  .warning-block {
    font-size: 14px;
  }

  .warning-n {
    font-size: 12px;
  }

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

  .green-button {
    height: auto;
  }

  .delivery-wrap {
    grid-column-gap: 4px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

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

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

  .review-block {
    font-size: 16px;
  }

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

#w-node-_0ffe72ec-a9b4-7d22-ad14-376aad2fe2c3-165b8d97 {
  justify-self: center;
}

#w-node-_0ffe72ec-a9b4-7d22-ad14-376aad2fe2c4-165b8d97 {
  align-self: center;
}

#w-node-_85fa8aa1-71b2-5821-6f31-f93599746d31-165b8d97, #w-node-_9c5071cd-d321-38f4-fb40-be893fbd6423-165b8d97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_11c14a56-8289-b86e-afe9-3fc23b7214ea-165b8d97 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_9c5071cd-d321-38f4-fb40-be893fbd6423-165b8d97 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_9c5071cd-d321-38f4-fb40-be893fbd6423-165b8d97 {
    grid-column: span 1 / span 1;
  }
}


