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

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

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

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

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

:root {
  --background-main: #eaf4ea;
  --white: #fff;
  --primary-light: #71ce52;
  --main-color: #205c39;
  --text-main-color: #717171;
  --button-primary: #feea00;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

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

p {
  margin-bottom: 0;
}

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

.header {
  background-color: #fff;
  border: 0 solid #71717133;
  border-bottom-width: 1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 16px;
  text-decoration: none;
  display: flex;
}

.nav {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 36px;
  padding: 6px 12px;
  text-decoration: none;
  display: flex;
}

.shop, .about-us, .home {
  color: #205c39;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.section {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  position: relative;
  overflow: hidden;
}

.section.hero {
  background-image: linear-gradient(90deg, #fff, #ffffffde 45%, #fff0), url('../images/Frame-1484579733.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.has-bg {
  background-color: var(--background-main);
}

.section.has-bg.z-index {
  z-index: 1;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  overflow: visible;
}

.section.green {
  background-color: #71ce52;
}

.section.green.z-index {
  z-index: 2;
  margin-bottom: 34px;
  padding-bottom: 40px;
  overflow: visible;
}

.section.bluew {
  background-color: #e5f6ff;
}

.section.bluew.z-index {
  margin-bottom: 40px;
  overflow: visible;
}

.section.guarantee {
  background-color: #fffde6;
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.cta-footer {
  color: var(--white);
  background-image: linear-gradient(90deg, #71ce52 28%, #82d467e0 41%, #f5fbf212 61%, #fff0), url('../images/bg-cta-footer.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  min-height: 360px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-wrap {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-wrap.small {
  grid-row-gap: 15px;
}

.text-wrap.gap-24 {
  grid-row-gap: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.review-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Lexend, Arial, sans-serif;
  font-size: 16px;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.icon-stars {
  grid-column-gap: 2px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 18px;
  text-decoration: none;
  display: flex;
}

.over-5000-5-star-reviews {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 31.5px;
}

.title-wrap {
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

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

.list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.list-item {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.list-item.with-bg {
  background-color: var(--primary-light);
  color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 8px 20px;
  font-weight: 700;
}

.list-item.with-bg.blue {
  background-color: #44aade;
}

.shield-off {
  overflow: hidden;
}

.arrow-right {
  width: 36px;
  overflow: hidden;
}

._5-icons {
  grid-column-gap: 56px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  font-family: Lexend, Arial, sans-serif;
  text-decoration: none;
  display: flex;
}

.icon-wrap {
  grid-row-gap: 10px;
  color: var(--main-color);
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.guarantee-iamge {
  border-radius: 18px;
  width: 180px;
  overflow: hidden;
}

.paragraph {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-gallery {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
}

._3-col-wrap {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 166px;
  display: flex;
}

.item-3-call {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579878.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.gallery-title {
  grid-column-gap: 10px;
  color: var(--main-color);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Lexend, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.frame-1484579882 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579882.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1484579886 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 166px;
  display: flex;
}

.frame-1484579881-2 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579881.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1484579878-2 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579878_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1484579881-3 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579881_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1484579882-2 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579882_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1484579878-3 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579878_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1484579881-4 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579881_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1484579882-3 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579882_2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-1484579878-4 {
  grid-row-gap: 10px;
  background-image: url('../images/Frame-1484579878_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 33%;
  max-width: 330.67px;
  height: 166px;
  min-height: 166px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.feedback-item {
  grid-row-gap: 10px;
  background-color: #eaf4ea;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 32px 36px;
  text-decoration: none;
  display: flex;
}

.feedback-item.single {
  color: var(--white);
  text-align: center;
  background-color: #71ce52;
}

.customer-picture {
  width: 70px;
  height: 70px;
  min-height: 70px;
  display: block;
  overflow: hidden;
}

.feedback-info-wrap {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feedback-info {
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.feedback-info.single {
  grid-row-gap: 10px;
  font-size: 24px;
  line-height: 130%;
}

.customer-info {
  grid-row-gap: 3px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.customer-info.single {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.frame-255 {
  grid-column-gap: 15px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.frame-255.centered {
  grid-column-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
}

.frame-254 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 81.45px;
  text-decoration: none;
  display: flex;
}

.verified {
  color: #717171;
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.verified.whote {
  color: var(--white);
}

.icon-check-customer {
  overflow: hidden;
}

.download-1svg-2 {
  background-color: #51bb2e;
  overflow: hidden;
}

.guarantee-badge {
  grid-column-gap: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.container {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.container.big {
  max-width: 1200px;
}

.section-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.section-wrap.centered {
  justify-content: flex-start;
  align-items: center;
}

.section-wrap.horisontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.section-wrap.gap-70 {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.section-wrap.gap-32 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.img.bottom-image {
  margin-top: -20px;
  margin-bottom: -20px;
  padding-bottom: 0;
}

.column {
  width: 50%;
}

.body {
  color: var(--text-main-color);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 130%;
}

.title {
  color: var(--main-color);
  text-align: center;
  font-family: Lexend, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.title.main {
  text-align: left;
  font-size: 36px;
}

.title.big {
  font-size: 36px;
}

.title.left {
  text-align: left;
}

.sub-title {
  color: var(--main-color);
  font-family: Lexend, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}

.sub-title.whote {
  color: var(--white);
}

.sub-title.mx-480 {
  max-width: 480px;
  font-weight: 500;
}

.icon {
  width: 24px;
  height: 24px;
}

.text-block-46 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.div-block-47-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.div-block-76 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.link {
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 23px;
  font-size: 16px;
  text-decoration: none;
}

.link._1 {
  font-size: 16px;
  line-height: 30px;
}

.div-block-70 {
  padding: 80px 70px 34px;
}

.div-block-73 {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.div-block-78 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

.image-33 {
  width: 200px;
}

.text-block-45 {
  color: #fff;
  letter-spacing: .32px;
  font-family: Montserrat, sans-serif;
  font-size: 13px;
}

.text-block-42 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
}

.text-block-43 {
  color: #fff;
  letter-spacing: -.56px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

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

.div-block-75 {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  min-width: 26%;
  display: flex;
}

.text-block-44 {
  color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
}

.footer {
  background-image: linear-gradient(8deg, #205c39, #4f9936 74%, #71ce52 99%);
  padding-top: 80px;
}

.text-block-13-copy {
  color: #fff;
  letter-spacing: .32px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  display: none;
}

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

.icon-image {
  width: 90px;
}

.btn-primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--button-primary);
  color: var(--main-color);
  text-transform: uppercase;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 490px;
  padding: 14px 20px;
  font-family: Lexend, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 14px #0000001a;
}

.btn-primary.with-image {
  padding-top: 14px;
  padding-bottom: 14px;
}

.btn-primary.product {
  text-transform: none;
  padding: 10px 12px;
  font-size: 21px;
}

.bold {
  font-weight: 700;
}

.list-item-2 {
  margin-bottom: 10px;
}

.steps-container {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.steps-container.two-step {
  grid-template-columns: 1fr 1fr;
}

.step-item {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.step-item.white {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 30px;
  overflow: hidden;
  box-shadow: 0 4px 15px #89898740;
}

.step-item.three-item {
  border: 1px solid #89898799;
  border-radius: 8px;
  padding: 20px 20px 30px;
}

.step-video-link {
  color: var(--main-color);
  flex: 0 auto;
  position: relative;
}

.video-container {
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.steps-title {
  color: var(--main-color);
  margin-top: 20px;
  font-family: Lexend, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
}

.steps-description {
  margin-top: 12px;
  padding-left: 18px;
  padding-right: 18px;
}

.image-34 {
  width: 67%;
}

.bottom-long-banner {
  border: 2px dashed var(--main-color);
  color: var(--main-color);
  text-align: center;
  background-color: #fef480;
  border-radius: 8px;
  width: 100%;
  padding: 20px;
  font-size: 17px;
}

.steo-info-wrap {
  justify-content: center;
  align-items: center;
  max-width: 460px;
  padding-left: 16px;
  padding-right: 16px;
}

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

.customer-name {
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 700;
}

.customer-name.nowrap {
  white-space: nowrap;
}

.product-section-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
}

.benefits-wrapper {
  width: 600px;
  max-width: 100%;
}

.product-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  display: flex;
}

.product-item {
  text-align: center;
  background-color: #fffdf7;
  border: 1px solid #71ce52;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 33%;
  padding: 30px 20px;
  display: flex;
}

.product-item.base {
  color: var(--white);
  background-image: linear-gradient(#205c39, #71ce52);
  border-color: #205c39;
  position: relative;
  box-shadow: 0 4px 30px #205c3959;
}

.product-image {
  width: 100%;
}

.product-name {
  color: var(--main-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lexend, Arial, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

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

.product-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.product-label {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.label {
  color: #fff;
  background-image: linear-gradient(#e5f6ff, #93d2f4 0%, #52b1e1 100%, #44aade);
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-top: -1px;
  padding: 12px 24px;
  font-family: Lexend, Arial, sans-serif;
  font-weight: 700;
  transform: translate(0, -100%);
  box-shadow: 0 4px 30px #205c394d;
}

.rich-text {
  width: 100%;
}

.rich-text.centered {
  text-align: center;
}

.dropdown-wrap {
  width: 100%;
  max-width: 1000px;
  margin-top: 5px;
}

.faq-box {
  width: 100%;
  margin-bottom: 20px;
}

.faq-item {
  background-color: #fcfbfc;
  border-radius: 8px;
  width: 100%;
  padding: 20px 55px 20px 25px;
}

.icon-2 {
  margin-top: auto;
  margin-bottom: auto;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.faq-heading {
  color: var(--text-main-color);
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.dropdown-list {
  background-color: #0000;
  padding: 20px 25px;
  font-size: 16px;
  line-height: 1.5em;
  position: static;
}

.faq-para {
  margin-bottom: 0;
}

.highlite {
  color: var(--primary-light);
}

.highlite-white {
  color: var(--white);
}

.wave {
  width: 100%;
  position: absolute;
}

.wave.top {
  height: 40px;
  top: 0;
  transform: translate(0, -95%);
}

.wave.bottom {
  height: 40px;
  inset: auto 0% 0%;
  transform: translate(0, 95%);
}

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

.wawe-image.bottom {
  object-position: 50% 100%;
}

.wawe-image.top {
  object-position: 50% 0%;
}

.product-description {
  line-height: 28px;
}

.mobile-view, .hero-image-mob {
  display: none;
}

.icon-mx {
  max-width: 200px;
}

.mobile-cta-top {
  margin-bottom: -5px;
  display: none;
}

.menu-icon {
  width: 24px;
  display: none;
}

.step-item-number {
  border: 3px solid var(--main-color);
  background-color: var(--button-primary);
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-family: Lexend, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  display: flex;
  position: absolute;
  inset: auto auto 20px 20px;
}

.navbar-logo-left {
  border-bottom: 1px solid #71717133;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 0;
  padding: 0;
}

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

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-2 {
  color: var(--main-color);
  letter-spacing: 0;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Lexend, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: #1a1b1fbf;
}

.nav-link-2:focus-visible, .nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.social-proof {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 26px;
  font-family: Lexend, Arial, sans-serif;
  font-size: 15px;
  line-height: 130%;
}

.social-icons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
}

.social-image {
  max-width: 120px;
  max-height: 50px;
}

@media screen and (min-width: 1280px) {
  .div-block-47-copy {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .link {
    color: #fff;
    letter-spacing: -.5px;
    margin-bottom: 24px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 30.1px;
    text-decoration: none;
  }

  .div-block-73 {
    flex-flow: column;
    flex: 1;
    display: flex;
  }

  .code-embed-12 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-78 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
  }

  .text-block-45 {
    color: #fff;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20.8px;
  }

  .text-block-43 {
    color: #fff;
    letter-spacing: -.56px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
  }

  .div-block-75 {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
  }

  .text-block-13-copy {
    color: #fff;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20.8px;
  }
}

@media screen and (max-width: 991px) {
  .steps-container {
    align-items: start;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    display: none;
  }

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

  .section.hero {
    background-image: linear-gradient(158deg, #fff, #ffffffc4 23%, #fff0 70%), url('../images/Frame-1484579733.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-top: 16px;
  }

  .section.has-bg.z-index {
    margin-top: -16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section.green.z-index {
    margin-top: 20px;
  }

  .section.cta-footer {
    background-image: linear-gradient(#71ce52 4%, #82d467e0 41%, #f5fbf212 61%, #fff0), url('../images/bg-cta-footer.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    flex-flow: column;
  }

  .text-wrap {
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-wrap.small {
    text-align: center;
  }

  .review-wrap {
    grid-column-gap: 5px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .icon-stars {
    height: 12px;
  }

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

  .list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    max-width: 380px;
  }

  .list.mob-full {
    max-width: 100%;
  }

  .list-item {
    grid-column-gap: 6px;
    font-size: 14px;
    line-height: 24px;
  }

  .list-item.with-bg {
    grid-column-gap: 10px;
    font-size: 16px;
  }

  .shield-off {
    display: none;
  }

  ._5-icons {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: flex-start;
  }

  .icon-wrap {
    font-size: 12px;
  }

  .image-gallery {
    grid-row-gap: 10px;
  }

  ._3-col-wrap {
    grid-column-gap: 10px;
    height: auto;
  }

  .item-3-call, .frame-1484579882 {
    height: 24vw;
    min-height: 24vw;
  }

  .frame-1484579886 {
    height: auto;
  }

  .frame-1484579881-2, .frame-1484579878-2, .frame-1484579881-3, .frame-1484579882-2, .frame-1484579878-3, .frame-1484579881-4, .frame-1484579882-3, .frame-1484579878-4 {
    height: 24vw;
    min-height: 24vw;
  }

  .feedback-item {
    padding: 18px;
  }

  .feedback-info.single {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-255 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .frame-255.centered.mob-row {
    flex-flow: row;
  }

  .section-wrap {
    flex-flow: column;
  }

  .section-wrap.horisontal {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .section-wrap.gap-70 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .image-wrap.mobile-view {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .img.bottom-image {
    width: 400px;
    max-width: 100%;
    margin-top: -40px;
    margin-bottom: 0;
  }

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

  .title {
    font-size: 24px;
  }

  .title.main {
    text-align: center;
    font-size: 24px;
    line-height: 130%;
  }

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

  .title.left.mobile-mx {
    text-align: center;
  }

  .title.left.mobile-mx-3 {
    text-align: center;
    max-width: 420px;
  }

  .title.mobile-mx {
    max-width: 320px;
  }

  .title.mobile-mx-2 {
    max-width: 240px;
  }

  .sub-title.mx-480 {
    text-align: center;
    font-size: 22px;
  }

  .icon {
    width: 16px;
    height: 16px;
  }

  .icon.mob-24 {
    width: 24px;
    height: 24px;
  }

  .div-block-47-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column-reverse;
  }

  .div-block-76 {
    background-color: #205c39;
  }

  .link {
    margin-bottom: 16px;
  }

  .div-block-70 {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-74 {
    flex-flow: column;
  }

  .div-block-78 {
    grid-column-gap: 25px;
    grid-row-gap: 40px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .image-33 {
    width: 104px;
  }

  .text-block-45 {
    display: none;
  }

  .text-block-43 {
    margin-bottom: 10px;
  }

  .footer {
    background-image: linear-gradient(8deg, #205c39 47%, #4f9936 100%, #71ce52);
  }

  .text-block-13-copy {
    justify-content: center;
    align-items: center;
    margin-top: 76px;
    display: flex;
  }

  .icon-image {
    width: 62px;
  }

  .btn-primary {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .steps-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    display: flex;
  }

  .step-video-link {
    width: 100%;
  }

  .steps-title {
    margin-bottom: 0;
  }

  .steps-description {
    padding-left: 0;
    padding-right: 0;
  }

  .customer-name {
    font-size: 12px;
  }

  .product-container {
    flex-flow: column;
    max-width: 500px;
  }

  .product-item {
    width: 100%;
  }

  .product-image {
    max-width: 300px;
  }

  .wawe-image.bottom.mobile-view {
    object-fit: fill;
  }

  .wawe-image.top.mobile-view {
    object-fit: fill;
    display: inline-block;
  }

  .mobile-view {
    display: flex;
  }

  .desktop-view {
    display: none;
  }

  .hero-image-mob {
    width: 100%;
    max-width: 500px;
    display: flex;
  }

  .full-width {
    width: 100%;
  }

  .icon-mx {
    max-width: 100px;
  }

  .code {
    height: 0;
  }

  .mobile-cta-top {
    width: 100%;
    display: flex;
  }

  .menu-icon {
    display: flex;
  }

  .div-block-79 {
    padding-bottom: 20px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button.w--open {
    background-color: var(--background-main);
  }

  .social-image {
    max-width: 60px;
    max-height: 50px;
  }
}

@media screen and (max-width: 479px) {
  .arrow-right {
    width: 30px;
  }

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

  .btn-primary {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .steps-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .steps-description {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-item {
    padding-right: 45px;
  }

  .faq-heading {
    font-size: 18px;
  }

  .dropdown-list {
    padding: 20px;
  }

  .faq-para {
    font-size: 18px;
    line-height: 25px;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }
}

#w-node-_1892f284-76b9-3db5-5480-7d1f6bbc74d5-1ef69462, #w-node-_1892f284-76b9-3db5-5480-7d1f6bbc74dd-1ef69462, #w-node-_1892f284-76b9-3db5-5480-7d1f6bbc74e5-1ef69462, #w-node-_2ae961d8-9c57-5cbf-37b8-9a729a4eb426-1ef69462, #w-node-_2ae961d8-9c57-5cbf-37b8-9a729a4eb436-1ef69462, #w-node-_23e2bda3-0b67-a5b0-570b-bd6cc55608d6-1ef69462 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_391e039a-b5ae-81ae-f997-f81f46f0b67c-1ef69462 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lexend';
  src: url('../fonts/Lexend-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}